@charset "utf-8";

/* CSS Document */

@charset "utf-8";

/*
 *	Created by 71nc.com on 23/03/28
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #d7000f;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

@font-face {
    font-family: 'syhtB';
    src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}

@font-face {
    font-family: 'syhtN';
    src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}

body {
    font: 15px/1.8 'syhtN', Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #333;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #3e6ada;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #3e6ada;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #555;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 81.1458px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 95.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}

.clear {
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.warp {
    width: 100%;
    padding-left: 0.65rem;
    padding-right: 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nav-big {
    width: 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-left: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.warp1 {
    width: 83%;
    margin: 0 auto;
}

.logo {
    width: 5.35rem;
    height: 0.6rem;
    position: relative;
}

.logo img {
    display: block;
    width: 100%;
}

.on-index {
    opacity: 0;
}

.foot-line {
    border-bottom: 1px solid #e5e5e5;
}

.top-lan li {
    width: 0.62rem;
    height: 0.62rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    float: left;
}

.top-lan li img {
    width: 0.34rem;
}


.animated {
    -webkit-animation-duration: 1.4s;
    animation-duration: 1.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.name {
    font-size: 18px;
    font-weight: bold;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 100;
    cursor: pointer;
    padding: 20px 0 0 0;
}

.nav-outer .mobile-nav-toggler span b {
    font-weight: normal;
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background: #d7000f;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100vh;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px;
    text-align: left;
    padding-top: 20px;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu .nav-logo img {
    display: block;
    width: 100%;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #d7000f;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.active>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li .dropdown .dropdown-btn {
    position: absolute;
    top: 2px;
    right: 6px;
    width: 39px;
    height: 39px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: url(../images/j.png) no-repeat center center;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 10px;
    right: 6px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: url(../images/nav-jt3.png) no-repeat center center #fff;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/*==============================================
    Main Header Css        
===============================================*/

.main-header {
    position: fixed;
    left: 0px;
    top: 0;
    width: 100%;
    z-index: 999;
    padding: 0.22rem 0;
    opacity: 1;
    transition-duration: .5s;
    background: #fff;
}

.main-header:hover .navigation>li.current>a:after {
    opacity: 1;
}

.header-upper-middle {
    position: relative;
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 0.21rem;
    line-height: 0.62rem;
    opacity: 1;
    margin: 0 0.2rem;
    color: #333333;
}

.main-menu .navigation>li>a:hover {
    color: #d7000f;
}

.main-menu .navigation>li .active {
    color: #d7000f;
    position: relative;
    font-weight: bold;
}

/* .main-menu .navigation>li .active:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: -0.26rem;
    transition-duration: 1s;
} */

.main-menu .navigation>li>a:after {
    position: absolute;
    width: 0%;
    height: 3px;
    background: #d7000f;
    content: "";
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    transition-duration: 1s;
}

.main-menu .navigation>li:hover>a:after,
.main-menu .navigation>li.active>:after {
    width: 100%;
}

.main-menu .navigation>li>ul {
    position: absolute;
    top: 100%;
    left: -15%;
    width: 130%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li:nth-child(2)>ul {
    position: absolute;
    top: 100%;
    left: -50%;
    width: 200%;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation>li>ul:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: -1;
}

.main-menu .navigation>li:hover>ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    font-size: 0.17rem;
    line-height: 26px;
    white-space: nowrap;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease;
    color: #777777;
    padding: 10px 25px;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #d7000f;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0%;
    left: 100%;
    width: 250px;
    padding: 10px 0;
    display: none;
    background: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 100ms ease;
    z-index: 100;
}

.main-menu .navigation li>ul>li.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0px 10px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    padding-left: 5px;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #242a30;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.fixed {
    padding: 0.04rem 0;
    background: rgba(255, 255, 255, 1);
}

.ba-zi {
    line-height: 80px;
    font-size: 17px;
}

.link select {
    width: 260px;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    background: #2d2d2d;
    border-radius: 20px;
    padding: 0 20px;
    margin-top: 23px;
}

.w1300 {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

footer {
    width: 100%;
    margin: 0 auto;
    z-index: 10;
    bottom: 0;
    color: #fff;
    position: relative;
    background: #313131;
    background-size: 100% 100%;
    z-index: 10;
    border-top: 9px solid #d7000f;
    padding: 0.45rem 1.45rem 0 1.45rem;

}

.fbox {
    display: flex;
    justify-content: space-between;
}

footer .left {
    width: 4.3rem;
}

footer .left .logo img {
    width: 4.21rem;
}

footer .left .ewm {
    padding-left: 0.6rem;
}

footer .left .ewm {
    display: flex;
}

footer .left .ewm img {
    width: 1.01rem;
    display: block;
}

footer .left .ewm p {
    padding-left: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding-top: 0.18rem;
}

footer .right {
    width: calc(92% - 4.3rem);
}

footer .right h1 {
    line-height: 0.44rem;
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}

.linkList a {
    width: 32%;
    display: inline-block;
    line-height: 0.4rem;
    font-size: 0.18rem;
    color: #bfbfbf;
}

.linkList a:nth-child(3n) {
    width: 35%;
}

footer .copy {
    width: 100%;
    line-height: 0.64rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.18rem;
    color: #bfbfbf;
    border-top: 1px solid #6f6f6f;
    margin-top: 0.65rem;
}

.subNavBox {
    width: 100%;
}

.subNav {
    display: block;
    width: 100%;
    line-height: 0.5rem;
    font-size: 0.18rem;
    color: #555;
    padding: 0 0.12rem;
    background: url(../images/down.png) no-repeat 90% center;
    cursor: pointer;
}

.currentDt {
    background: url(../images/up.png) no-repeat 90% center;
    color: #b70000 !important;
    font-weight: bold;
}

.currentDt a {
    color: #b70000 !important;
}

.navContent {
    display: none;
}

.navContent li {
    line-height: 28px;
}

.navContent li a {
    display: block;
    font-size: 0.15rem;
    color: #888;
    line-height: 0.3rem;
}

.navContent li a:hover {
    color: #b70000;
}

/*  */

#dialogBg {
    width: 100%;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

#dialog {
    width: 600px;
    padding: 50px;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    position: absolute
}

.dialogTop {
    width: 0.4rem;
    height: 0.4rem;
    background: #cdcdcd;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 0.24rem;
    border-radius: 100%;
    text-align: center;
    line-height: 0.4rem;
    color: #fff;
}

.name {
    font-size: 0.22rem;
    font-weight: bold;
}

.tc-ss {
    width: 100%;
    margin: 0 auto;
}

.tc-ss ul .sk03 {
    width: 100%;
    font-size: 16px;
    height: 0.68rem;
    line-height: 0.68rem;
    vertical-align: top;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 0.3rem
}

.tc-ss ul .sk03 input {
    width: 100%;
    background: none;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.22rem;
    border: none;
    outline: none;
}

.sk04 input {
    border-radius: 0;
    background: #d7000f;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    height: 45px;
    vertical-align: top;
    padding: 0;
    margin: 0;
    width: 30%;
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
}


/**/

.video-ibox {
    position: relative;
    display: table;
    width: auto;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
}

.video-ibox .bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease-out 0s;
    -webkit-transition: -webkit-transform 1s ease-out 0s;
    overflow: hidden;
}

.video-ibox .bg video {
    width: 100%;
    display: block;
}

.video-ibox .bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s ease-out;
}

.video-ibox .img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video-ibox .vico {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 85px;
    height: 85px;
    line-height: 1;
    color: #fff;
    font-size: 85px;
    transition: .3s;
    -webkit-transition: .3s;
}

.video-ibox:hover .vico {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

/* 全屏导航 */
.lnb .lnb_bg {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    z-index: 59;
    transition: all 0.3s;
}

.lnb .lnb_area {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
}

.lnb .lnb_inner {
    position: relative;
    overflow: auto;
    height: 100%;
}

.lnb .lnb_inner .btn_lnb_close {
    position: absolute;
    width: 18px;
    height: 17px;
    background: url(../images/close.jpg);
    right: 50px;
    top: 30px;
    font-size: 16px;
    font-weight: bold;
    transition: .5s ease;
}

.lnb .lnb_inner .btn_lnb_close:hover {
    transform: rotateZ(180deg);
    background: url(../images/close1.jpg);
}






.lnb.on .lnb_bg {
    visibility: visible;
    opacity: 1;
}

.lnb.on .lnb_area {
    top: 0
}

/* 全屏导航 */
/**/


/* @media only screen and (max-width: 991px) {
    .main-menu .navigation>li {
        margin-right: 15px;
    }

    .menu-right-content {
        position: absolute;
        top: 0;
        left: 0;
        padding-right: 0px;
        float: none;
        text-align: left;
        border-top: none;
        z-index: 999;
    }

    .main-header .main-menu {
        position: relative;
        display: block;
        width: 100%;
        float: none;
    }

    .main-menu .navbar-header {
        position: relative;
        display: block;
        float: none;
        text-align: right;
        width: 100%;
        top: 0px;
        z-index: 12;
    }

    .main-menu .navbar-header .navbar-toggle {
        display: inline-block;
        z-index: 7;
        float: none;
        padding: 4px 5px;
        cursor: pointer;
        margin: 24px 0;
        border-radius: 0px;
        background: #131313;
    }

    .main-menu .navbar-header .navbar-toggle .icon-bar {
        background: #ffffff;
        height: 2px;
        width: 29px;
        display: block;
        margin: 7px 5px;
    }

    .main-menu .collapse {
        max-height: 350px;
        max-width: none;
        overflow: auto;
        float: none;
        width: 100%;
        padding: 0px 0px 0px;
        border: none;
        margin: 0px;
        border-radius: 0px;
        box-shadow: none;
    }

    .main-menu .navbar-collapse {
        max-height: 350px;
    }

    .main-menu .navbar-collapse>.navigation {
        float: none !important;
        margin: 0px !important;
        width: 100% !important;
        background: #000000;
        border: 0px solid #ffffff;
        border-top: none;
    }

    .main-menu .navbar-collapse>.navigation>li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0px !important;
        float: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {
        border-top: 1px solid #242a30 !important;
        opacity: 1 !important;
        top: 0px !important;
        padding-top: 0;
        padding-bottom: 0;
        left: 0px !important;
        visibility: visible !important;
        border-bottom: none;
        padding: 0 !important;
    }

    .main-menu .navbar-collapse>.navigation>li:first-child {
        border: none;
    }

    .main-menu .navbar-collapse>.navigation>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {
        padding: 10px 20px 8px !important;
        line-height: 24px;
        color: #ffffff;
        text-align: left;
        min-height: 0px;
        border-bottom: 0px solid;
    }

    .main-menu .navbar-collapse>.navigation>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,
    .main-menu .navbar-collapse>.navigation>li.active>a,
    .main-menu .navbar-collapse>.navigation>li.current-menu-item>a {
        color: #fff !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul {
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        padding: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #111111;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
        box-shadow: none !important;
    }

    .main-menu .navbar-collapse>.navigation>li>ul:before,
    .main-menu .navbar-collapse>.navigation>li>ul>li>ul:before {
        display: none;
    }

    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }

    .main-menu .navigation>li.dropdown>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>a:before {
        display: none;
    }

    .main-menu .navigation>li>ul>li>ul>li a:before {
        display: none;
    }
} */

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .warp {
        padding-left: 0.45rem;
        padding-right: 1.5rem;
    }

    .main-menu .navigation>li>a {
        font-size: 16px;
    }

    .btn-nav {
        top: 0.15rem;
        right: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .main-menu .navigation>li>a {
        font-size: 16px;
    }


}


/* 下拉菜单显示 */

@media only screen and (min-width: 768px) {
    /* .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    } */
}

@media only screen and (max-width: 1139px) {
    .main-menu .navigation>li {
        margin-right: 30px;
    }

    .main-header .nav-outer .main-menu {
        display: none !important;
    }

    .nav-outer .mobile-nav-toggler {
        display: block;
    }

    .nav-big {
        display: none;
    }

    .main-menu .navigation .hiden {
        display: none
    }

    .warp {
        padding-left: 0.45rem;
        padding-right: 0.45rem;
    }

    .nav-outer .mobile-nav-toggler {
        padding-top: 10px;
    }

    .top-lan li {
        width: 25px;
        height: 25px;
        margin-left: 15px;
    }

    .top-lan li img {
        width: 100%;
        display: block;
    }

    .top-lan {
        margin-top: 8px;
        margin-left: 10px;
    }
}



@media only screen and (max-width: 960px) {
    .wrap {
        width: 100%;
    }

    .header-upper-middle {
        position: absolute;
        height: 50px;
        line-height: 50px;
        margin-right: 0;
        margin-top: 13px;
        right: 0;
    }

    /* .main-header {
        height: 50px;
        background: rgba(0, 0, 0, 0.5);
        padding: 0 3px 0 0;
    } */
    /* .nav-outer .mobile-nav-toggler {
        padding-top: 8px;
    }
    .nav-outer .mobile-nav-toggler span b {
        background: #fff;
    } */
    .bocweb-header {
        top: 0 !important
    }

    .footer {
        padding: 20px;
        background-size: cover !important;
    }

    .sou {
        width: 50px;
        height: 50px;
    }

    .fixed .sou {
        background: url(../images/ss.png) no-repeat center;
    }

    .f-le {
        width: 100%;
        padding: 15px 0;
    }

    .f-le ul {
        display: block;
    }

    .f-le ul li {
        width: 32%;
        float: left;
        text-align: center;
        margin-right: 1%;
        margin-bottom: 8px;
    }

    .f-le ul li a {
        padding: 0;
        font-size: 14px;
    }

    .f-le p {
        font-size: 14px;
        text-align: center;
    }

    footer .f1 a {
        line-height: 30px;
        font-size: 16px;
        padding: 0 20px;
    }

    .f-t1 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .main-header {
        padding: 0 0;
    }

    .logo {
        width: 160px;
        height: 40px;
        margin-top: 12px;
        background-size: contain;
    }

    .nav-outer .mobile-nav-toggler span b {
        width: 30px;
        height: 3px;
    }

    .nav-outer .mobile-nav-toggler {
        padding: 0 0 0 0;
    }

    .fixed .search {
        background-size: 100% 100%;
    }

    .main-header:hover .search {
        background-size: 100% 100%;
    }



    .warp,
    .warp1 {
        width: 94%;
    }

    #dialog {
        width: 90%;
        padding: 20px;
    }

    .tc-ss ul .sk03 {
        font-size: 17px;
        height: 50px;
        line-height: 50px;
    }

    .tc-ss ul .sk03 input {
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }

    .sk04 input {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .in-search {
        margin-right: 80px;
    }

    .copy {
        text-align: center;
        width: 100%;
        font-size: 16px !important;
        line-height: 26px !important;
    }

    .copy div {
        width: 100%;
    }

    .warp {
        padding: 0;
    }

    .main-header {
        height: 50px;
    }


    .logo {
        width: 220px;
    }

    .nav-big {
        display: none;
    }

    .top-lan {
        width: 50px;
        margin-right: 70px;
        margin-top: 3px;
    }

    .top-lan ul {
        display: flex;
    }

    .top-lan ul li {
        padding-top: 15px;
        padding-right: 10px;
    }

    .top-lan li img {
        width: 25px;
    }

    footer {
        padding: 20px 10px 0 10px;
    }

    .fbox {
        display: block;
    }

    footer .right {
        width: 100%;
    }

    footer .left .logo {
        margin-bottom: 15px;
    }

    footer .left .ewm img {
        width: 80px;
    }

    footer .left .logo img {
        width: 300px;
    }

    footer .right {
        padding-top: 15px;
        display: none;
    }

    .linkList a:nth-child(3n) {
        width: 100%;
    }

    .linkList a:nth-child(6),
    .linkList a:nth-child(9) {
        display: none;
    }

    footer .left .ewm p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 20px;
    }

    footer .copy {
        display: block;
        padding: 10px 0;
    }

    footer .copy p {
        width: 100%;
    }

    .linkList a {
        width: 100%;
        line-height: 30px;
        font-size: 15px;
    }

    footer .right h1 {
        line-height: 30px;
        font-size: 18px;
    }
}

@keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {

    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }

    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}