html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
       url("../fonts/Montserrat-Regular.woff") format("woff");
}
.mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,0,0,.3);z-index: 10;display: none;}
html, body{-webkit-text-size-adjust:none;}
body{overflow-x:hidden;line-height:.3rem;background:#f0f0f0}
 html, body, input, p, a, span, ul, li, dl, dt, dd, ol, select, td, th, input, textarea, button, div,em{font-family:"Montserrat","Microsoft Yahei", "PingFangSC Regular","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";}  
 html, body, input, select,input, textarea, button{font-family:"Montserrat","Microsoft Yahei", "PingFangSC Regular","SourceHanSansCN-Normal","HELVETI1ca Neue","Arial","Tohoma";} 
/*body{font-family:"GillSansMT","Arial",sans-serif;}*/ 
a, a:link, a:visited, a:hover, a:active{color: #666; outline: 0; border: 0; text-decoration: none}
a:hover, a:active{background-color: transparent;}
em,b,strong{font-style: normal;font-weight: none;}
/*@media (min-width: 1200px){a:hover{color: #a21f24;}}*/
small{display: block; font-size: 100%;}
input, textarea, button, select, radio{outline: 0; border: 0;}
select:link,select:visited{color: #666;}
textarea{resize: none;}
img{max-width: 100%; display: block;}
ul{list-style: none;margin:0;padding:0;}
a{text-decoration: none; outline: 0; blr:expression(this.onFocus=this.blur()); }
::-ms-clear, ::-ms-reveal{display: none;}
select::-ms-expand{ display: none; } 
.mt0{margin-top: 0 !important;}
.mr0{margin-right: 0 !important;}
.mb0{margin-bottom: 0 !important;}
.ml0{margin-left: 0 !important;}
.weui-cell{padding: 10px 15px; position: relative; display: -webkit-box; display: -webkit-flex; display: flex;-webkit-box-align: center; -webkit-align-items: center; align-items: center;}
.weui-cell_primary{min-width: 1px; -webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.weui-cell__bd{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.weui-cell__ft{text-align: right; color: #999999;}
.weui-flex{display: -webkit-box; display: -webkit-flex; display: flex;}
.weui-flex__item{-webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.line1{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.line2{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.line3{overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.start{-webkit-box-align: start; -webkit-align-items: flex-start; align-items: flex-start;}
.end{-webkit-box-align: end; -webkit-align-items: flex-end; align-items: flex-end;}
.nobefore::before, .noafter::after{display: none !important;}
input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -moz-box-shadow: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #9aabd6;} 
input:-moz-placeholder, textarea:-moz-placeholder{color: #9aabd6;} 
input::-moz-placeholder, textarea::-moz-placeholder{color: #9aabd6;} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #9aabd6;} 
div:focus{outline:none;}
img:focus{outline:none;}
.container{width: auto; margin: 0 15px; padding: 0;}
@media (min-width: 640px){.container{margin:0 3.6vw}}
@media (min-width: 1200px){.container{margin:0 6vw;}}
@media (min-width: 1600px){.container{margin:0 12vw;}}

.pd0{padding: 0 !important;}
.pl0{padding-left: 0 !important;}
.pr0{padding-right: 0 !important;}

.white{color: #fff !important;}
.red{color: #a21f24 !important;}
.gray333{color: #333 !important;}
.gray999{color: #999 !important;}
.opacity5{opacity: .5;}

a.fill{display: block; width: 100%; height: 100%;}
.max{max-width: 100%;}
.auto{margin-left: auto !important; margin-right: auto !important;}
.img-cover{object-fit: cover;}
.img-contain{object-fit: contain;}

.bg-white{background-color: #fff;}
.bg-gray1{background-color: #f5f5f5;}
.bg-gray2{background-color: #f7f7f7;}
h1,h2,h3,h4,h5,p{margin: 0}
.f12{font-size: 12px;}
.f14{font-size: 16px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f26{font-size: 26px;}
.f28{font-size: 28px;}
.f30{font-size: 30px;}
.f36{font-size: 36px;}
.f40{font-size: 40px;}

.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.pr{position: relative;}
.pb{position: absolute;}
.pf{position: fixed;}
.block{display: block;}
.hide{display: none;}
.inline{display: inline-block;}
.hidden{overflow: hidden;}
.cap{text-transform: capitalize;}
.upper{text-transform: uppercase;}
.bold{font-weight: bold;}
.indent{text-indent: 2em;}
.normal{font-weight: normal;}
.vmid td{vertical-align: middle;}
.hand{cursor: pointer; _cursor: hand;}
.ff-ar{font-family:Arial !important;}
.noborder{border: 0 !important;}
.noradius{border-radius: 0 !important;}
.ellipsis2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2; }
.ellipsis{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.justify{text-align:justify; text-justify: distribute-all-lines; text-align-last:justify;}
.filterbox{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); zoom:1;}
:root .filterbox{filter: none\9;}
.tips, .tips1{display: none; z-index: 100; top: 50%; left: 50%; margin-top: -20px; margin-left: -125px; padding: 10px; width: 250px; height: 40px; line-height: 20px; text-align: center; font-size: 16px; color: #fff; border-radius: 3px; background: rgba(0,0,0,.75); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#bf000000,endColorstr=#bf000000); zoom:1;}
:root .tips{filter: none\9;}
:root .tips1{filter: none\9;}
@media (max-width: 639px){.tips, .tips1{position: fixed; -webkit-transform: translateZ(0)}}
.clearfix:after {display: block; clear: both; height: 0px; overflow: hidden; content: "\200B" }
/* css3 style */
.trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
.trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
.h1,.h2,.h3,p{margin:0;}

@keyframes rotate0 {0% {transform: rotate(0deg); }100% {transform: rotate(359deg); }}

header{position: fixed;top:0px;left: 0;right: 0;z-index: 999;transition: all .3s ease-in-out;border-bottom: 1px solid rgba(255,255,255,0.2);}
header{display: flex;align-items: center;height: .94rem;padding-left: 3.5vw;padding-right: 3.5vw;}
header .logo{width: 1.22rem;position: relative;height: .55rem;}
header .navs{text-align: right;}
header .navs>ul {float:right;margin:0;padding:0;height:.94rem;line-height:.94rem}
header .navs>ul>li{float:left;position:relative}
header .navs>ul>li >a{display: inline-block;line-height:.4rem;margin:0px .3rem;font-size:14px;color: #fff;transition: all .3s ease-in-out;position:relative;}
header .navs > ul > li > a:hover {color:#e60012}
header .navs > ul > li > a.on {color:#e60012}

header .navs>ul>li > .after {background:#f8f8f8;position:absolute;top:100%;left:0%;width:250px;transform:translateY(.05rem);transition:all .3s;visibility:hidden}
header .navs>ul>li > .after a{display:block;font-size:15px;color:#595757;padding:0 .15rem;line-height:.4rem;width:100%;text-align:left;border-bottom:1px solid #d4e1ed}
header .navs>ul>li > .after a:hover {background:#014bc1;color:#fff;}
header .navs>ul>li:hover > .after{visibility:visible;transform:translateY(0);}

header .logo img{-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;position: absolute;left: 0;top: 0;}
header .logo .before{visibility: visible;-webkit-clip-path: inset(0% 0 0% 0);clip-path: inset(0% 0 0% 0);}
header .logo .after{visibility: hidden;-webkit-clip-path: inset(50% 0 50% 0);clip-path: inset(50% 0 50% 0);}
header .search1{margin-left:.3rem;height: .85rem;position: relative;width:22px;transition: all .3s ease-in-out;cursor: pointer;}
header .search1 .after{opacity: 0;}
header .search1 img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transition: all .3s ease-in-out}
header .contact {margin:0 .3rem}
header .contact a{color:#fff;background:#fff;color:#333333;padding:.15rem .3rem;border-radius:30px;}

.header-lang{position:relative;z-index:2000;margin:0 0 0 .4rem;}
.header-lang .box{height:36px;width:88px;cursor:pointer;box-sizing:border-box;border:1px solid #EBEBEB;}
.header-lang .box img{float:left;margin:8px 0 0 8px;}
.header-lang .box em{float:left;margin:8px 5px 0 8px;line-height:18px;font-size:12px;color:#fff;text-transform: uppercase;}
.header-lang .box i{float:left;margin:8px 0 0 0;width:15px;line-height:18px;font-size:11px;text-align:center;color:#fff;}
.header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:44px;z-index:200;background:#fff;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;border-radius:4px;box-shadow: 0 0 10px rgba(63,62,62,0.2);}
.header-lang .lang-box::before{content:'';position:absolute;right:25px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.header-lang ul li:last-child{border:none;}
.header-lang ul li a{color:#333;font-size:12px;display:block;}
.header-lang ul li a:hover{color:#015198;}
.header-lang ul li img{vertical-align:middle;margin-right:7px;display: inline-block;}
.header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}

@media (min-width: 767px){
header.on {top:0}
header.on .logo .after{visibility: visible;-webkit-clip-path: inset(0% 0 0% 0);clip-path: inset(0% 0 0% 0);}  
header.on .logo .before{visibility: hidden;-webkit-clip-path: inset(50% 0 50% 0);clip-path: inset(50% 0 50% 0);}  
header.on{background: #fff;border-bottom: 1px solid #ececec;}
header.on .navs > ul >li > a{color: #5d5858;}
header.on .navs > ul > li > a.on {color:#014bc1}
header.on .navs > ul > li > a:hover {color:#014bc1;}
header.on .search1 .before{opacity: 0;}
header.on .search1 .after{opacity: 1;}
header.on .contact a{color:#fff;background:#014bc1;}
header.on .header-lang .box em{color:#5d5858;}
}

header .nav-icon{display: none;}
header .nav-icon span{display: block;width: 22px;height: 3px;background:#2c53d2;border-radius:2px;transition: all .3s linear}
header .nav-icon span:not(:first-child){margin-top:3px;}
header .nav-icon.on span:nth-of-type(1){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);transform: matrix(1,0,0,1,0,6) rotate(45deg);}
header .nav-icon.on span:nth-of-type(3){-webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);transform: matrix(1,0,0,1,0,-6) rotate(-45deg);}
header .nav-icon.on span:nth-of-type(2){width: 0}

.searchbox{position: fixed;left: 0;right: 0;top: 0;height: .85rem;display: flex;align-items: center;z-index: 10;background: #fff;padding: 0 12vw;transition: all .5s ease-in-out;transform: translateY(-100%);z-index:9999}
.searchform{flex: 1;display: flex;align-items: center;height: .7rem;border-bottom: 1px solid #d1d1d1;}
.searchform input{flex: 1;text-align: center;font-size: .18rem;color: #666}
.searchform img{width: .24rem}
.searchform button{background: none;font-size: .24rem;color: #666}
.search-close{margin-left: 10vw;width: .3rem;cursor: pointer;}
.searchbox.on{transform: translateY(0);}

@media (max-width: 767px){
    header {top:0;}
	header .search1 .after{opacity: 1;}.searchbox{padding: 0 15px}
	.searchform input{font-size: 14px;}
	.searchform button{font-size: 16px}
    .header-lang {margin-right:10px;}
    .header-lang .box em{color:#333;}
}
@media (min-width: 768px) and (max-width: 1000px) {
     header {top:0;}
}
@media (min-width: 1001px) and (max-width: 1199px){
    header .navs>ul>li >a{margin:0px .12rem;}
    header .search1 {margin-left:0}
}
@media (min-width: 1200px) and (max-width: 1280px) {
    header .navs>ul>li >a{margin:0px .2rem;}
}
@media (min-width: 1281px) and (max-width: 1366px) {
    header .navs>ul>li >a{margin:0px .25rem;}
}
@media (min-width: 1367px) and (max-width: 1440px) {
    header .navs>ul>li >a{margin:0px .25rem;}
}

@keyframes start-backtop-1{
  0%, 30% {
      opacity: 0;
      transform: translate(0, 5px);
  }
  40% {
      opacity: 1;
      transform: translate(0px, -6px);
  }
  100% {
      opacity: 0;
      transform: translate(0px, -8px);
  }
}
@media (min-width: 1025px){
	.js-m {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.js-m2 {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.js-m3 {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.animatethis .js-m{opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);}
.animatethis .js-m2{opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);}
.animatethis .js-m3{opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);}


.delay1{
  transition-delay:.1s !important;
}
.delay2{
  transition-delay:.2s !important;
}
.delay3{
  transition-delay:.3s !important;
}
.delay4{
  transition-delay:.4s !important;
}
.delay5{
  transition-delay:.5s !important;
}
.delay01{
  transition-delay:.01s !important;
}
.delay02{
  transition-delay:.02s !important;
}
.delay03{
  transition-delay:.03s !important;
}
.delay04{
  transition-delay:.04s !important;
}
.delay05{
  transition-delay:.05s !important;
}
.delay06{
  transition-delay:.06s !important;
}
.delay07{
  transition-delay:.07s !important;
}
}

.pagelist{text-align: center;font-size: 0;margin-top:.3rem;float:left;width:100%;}
.pagelist a{font-size:12px;color: #333;transition: all .3s ease-in-out;width:.4rem;height:.4rem;line-height:.4rem;background:#e2e2e2;text-align: center;display: inline-block;margin: 0 3px}
.pagelist .next{width: 1.1rem;}
.pagelist a.on{background: #014bc1;color: #fff;}
.pagelist a:hover{background: #014bc1;color: #fff;}

@media(max-width: 1440px){
    
}

@media (min-width: 1000px){
    .nav1 {display:none}
    header .navPC {display:block}
    header .navMB {display:none} 
}

@media (max-width: 1000px){
    header .contact {display:none}
    header .navPC {display:none}
    header .navMB {display:block}
	header .navs{position: fixed;top: 60px;left: 0;text-align: left;right: 0;bottom: 0;background: #262626;padding:10% 5% 0;display: none;}
	header .navs a{line-height: 50px;margin-left: 0;font-size: 14px;display: block;    border-bottom: 1px solid #414141;}
	header{background: #fff;border:none;padding: 0 5vw;height: 60px;}
	header .logo .after{visibility: visible;-webkit-clip-path: inset(0% 0 0% 0);clip-path: inset(0% 0 0% 0);}  
    header .logo .before{visibility: hidden;-webkit-clip-path: inset(50% 0 50% 0);clip-path: inset(50% 0 50% 0);} 
    header .nav-icon{display: block;} 
    header .nav1{display:none}
    header .navs.on a{-webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
    header .navs a:nth-child(1){    -webkit-animation-delay: .2s;animation-delay: .2s;}
    header .navs a:nth-child(2){    -webkit-animation-delay: .3s;animation-delay: .3s;}
    header .navs a:nth-child(3){    -webkit-animation-delay: .4s;animation-delay: .4s;}
    header .navs a:nth-child(4){    -webkit-animation-delay: .5s;animation-delay: .5s;}
    header .navs a:nth-child(5){    -webkit-animation-delay: .6s;animation-delay: .6s;}
    header .navs a:nth-child(6){    -webkit-animation-delay: .7s;animation-delay: .7s;}
    header .navs a:nth-child(7){    -webkit-animation-delay: .8s;animation-delay: .8s;}
    header .navs a:nth-child(8){    -webkit-animation-delay: .9s;animation-delay: .9s;}
    header .navs a:nth-child(9){    -webkit-animation-delay: 1s;animation-delay: 1s;}
}
@media (max-width: 767px){

}


@keyframes fadedown{
  0%, 30% {
    opacity: 0;
    transform: translate3d(0,-100%,0); 
  }
  40% {
    opacity: 1;
    transform: translate3d(0,0%,0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0,0%,0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fadeup {
    -webkit-animation-name: fadeup;
    animation-name: fadeup;
}

@keyframes fadeleft {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft;
}
@keyframes bigtosmall {
  0% {
    transform:scale(1.05);
  }
  100% {
    transform:scale(1);
    opacity: 1;
  }
}
.bigtosmall {
    -webkit-animation-name: bigtosmall;
    animation-name: bigtosmall;
}
@keyframes faderight {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.cover1{position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;transition: all 0.4s ease 0s;background: rgba(227,87,60,.7);}
.cover1 .content{text-align: center;color:#fff;position: relative;}
.cover1 .content strong {font-size:.4rem;color:#fff;float:left;width:100%;}
.cover1 .content p {font-size:.16rem;color:#fff;float:left;width:100%;margin:.1rem 0px .2rem;}
.cover1 .content div {font-size:.12rem;color:#fff;float:left;width:100%;padding:0px 15%;margin-bottom:.3rem;}
.cover1 .content span {background:#fff;padding:.08rem .3rem;color:#ff4438;border-radius:30px;}

.cover1 .content:before{content: "";width: 1rem;height: 1px;background: white;position: absolute;top:-5px;left: 50%;margin-left: -.5rem;    transition: all 0.6s ease 0s;}
/*.cover1 .content:after{content: "";width: 1rem;height: 1px;background: white;position: absolute;bottom:-5px;left: 50%;margin-left: -.5rem;    transition: all 0.6s ease 0s;}*/
@media (min-width: 1000px){
.cover-box:hover .cover1{opacity: 1}
.cover-box:hover .dmTit{opacity: 0}
.cover-box:hover .cover1 .content:before{width: .2rem;margin-left: -.1rem;}
/*.cover-box:hover .cover1 .content:after{width: .2rem;margin-left: -.1rem;}*/
}

.video-boxM{position: fixed;top:50%;left:50%;padding-bottom: .2rem;border-radius: .1rem;background: #fff;width:55vw;display: none;z-index:15}
.video-boxM .videoclose{float: right;margin-right: .1rem;cursor:pointer;}
.video-boxM video{display: block;width: 100%}
.video-boxM .top{padding: .15rem 0}
@media (max-width: 767px){
    .video-boxM{width: 100vw;}
	.video-boxM .videoclose{width: 10px;}
}

.footer__subnavSelect{width:100%;background:#626e7f;height:45px;border:0;border-bottom:1px solid #879baa;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;padding:2px 15px 0;background-color:#626e7f;background-image:url("../images/arrow-down-select.svg");background-repeat:no-repeat;background-position-x:95%;background-position-y:center;background-size:15px;outline:0;display:none}