body{color: #1b1b1b;  font-family: 'SourceHanSansCN-Regular';}
a{color:#1b1b1b;}
a:hover{ color: #2879d4;}
a:visited{}
a:active,a:focus,a:hover{}

.my-auto {display: flex;}
.flex{ display: flex; align-items: center;}
.header{ height: 120px; top: 0; left: 0; width: 100%; z-index: 10000; position: fixed; background: #0b0b0b;}

/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; text-align: left; margin: 0; height: 120px; display: flex; }
.logo a{ text-align: left; align-items: center; display: flex;}
.logo img{vertical-align: middle; max-height:100%; }

.lang{ display: inline-block; height: 120px; line-height: 120px; color: #ffffff; font-size: 16px; vertical-align: middle; position: relative; cursor: pointer;}
.lang i{ margin-left: 10px;}
.lang img{ margin-right: 10px;}
.lang .lang-list{ position: absolute; top: 120px; width: 120%; background-color: #fff;  display: none;}
.lang .lang-list a{ display: block; line-height: 36px; padding: 10px 5px; text-align: center; color: #333;}
.lang .lang-list a:hover{ color: #ffffff; background: #2427bd;}
.lang:hover .lang-list{ display: block;}

.htool{ text-align: left; text-align: center; line-height: 70px; color: rgba(255,255,255,0.5); position: relative; width: 70px;}

.sdot{ display: inline-block; text-align: right; vertical-align: middle; cursor: pointer; }
.sdot i{ color: #6c6c6c; font-size: 2.2rem;}
.tel{display: flex; justify-content: flex-start; align-items: center; background: #e50012; color: #ffffff; font-family: impact; width: calc(100% - 70px); line-height: 70px;}
.tel a{ color: #ffffff; font-size: 2.8rem; padding-left: 2rem; font-weight: 300;}
.tel a i{ margin-right: 10px;}
.nav_box{display: block;  line-height: 127px; height: 127px;  font-size: 2rem; z-index: 100; position: absolute; right: 7%; top: 0; cursor: pointer;  color: #ffffff; font-size: 18px;}

.search{ position: fixed; background-color: #fff; width: 100%; padding: 40px 0 70px; top: 70px; left: 0; z-index: 1000; display: none;}
.search .text1{display: block; height: 60px; font-size: 18px; line-height: 60px; border: 0; border-bottom: 1px solid #d3d2d2; color: #999; width: 94%; padding-right: 6%;}
.search button{ position: absolute; right: 0; top: 0; width: 5%; text-align: center; line-height: 60px; background: none; border: 0;}
.search button i{ font-size: 26px; color: #000;}
.search .sclose{ position: absolute; top: 10px; right: 10px; background-color: #d5d4d4; width: 42px; height: 42px; border-radius: 42px; line-height: 42px; text-align: center; z-index: 2;}
.search .sclose i{ font-size: 20px; color: #fff; font-weight: bold; cursor: pointer;}
.fix-head{ }

.fix-head .htool{ color: #666;}



.wapNavBtn{display:block;line-height: 60px; height:127px; width:25px;font-size: 2rem; z-index:1000000; position: absolute; right: 5%; top: 0; cursor: pointer;}
.wapNavBtn::after{ content: ""; width: 42px; height: 42px; border-radius: 42px; background-color: #d5d4d4; display: block; position: absolute; top: 41px; right: -8px; display: none;}

.wapNavBtn span{ display:block; right:0; width:100%; height:2px; transition: all 0.4s; position: relative; border-radius: 3px; background: #ffffff; z-index: 10;}
.wapNavBtn span:nth-child(1){animation: outfirst 0.5s; transform: translateY(15px) rotate(0); width: 75%; }
.wapNavBtn span:nth-child(2){animation: outlast 0.5s; transform: translateY(21px) rotate(0); }
.wapNavBtn span:nth-child(3){animation: outlast 0.5s; transform: translateY(27px) rotate(0);  width: 60%;}
/*.wapNavBtn.on::after{ display: block;}*/
.wapNavBtn.on span{ background:#fff; z-index: 100000; }
.wapNavBtn.on span:nth-child(1){transform: translateY(25px) rotate(45deg);width: 100%; }
.wapNavBtn.on span:nth-child(2){transform: translateX(0) rotate(0); display:none;}
.wapNavBtn.on span:nth-child(3){transform: translateY(23px) rotate(-45deg);width: 100%;}

.fix-head .nav_box{ color: #333333; height: 70px; line-height: 70px; transition: all 0.1s;}
.fix-head .htool:before{     background: #333333;}
.fix-head .wapNavBtn{     height: 70px; transition: all 0.1s;}
.fix-head .wapNavBtn.on{ height: 70px;}

/* 导航-1 */
.navBox{width:100%; max-width: 800px; margin-left: auto; margin-right: auto; }
.navBox ul.navCont{position: relative; z-index: 1;}
.navBox ul.navCont li.child{float:left; width: 14.28%; text-align:center; position: relative; display: block;}
.navBox ul.navCont li.child a{display: block;color:#ffffff; font-size: 16px; line-height:120px; position: relative; transition: all 0.1s; }
.navBox ul.navCont li.child a span{ position: relative; z-index: 2;}
.navBox ul.navCont li.child a:hover,.navBox ul.navCont li.child:hover a{ color: #3080d8;}
.navBox ul.navCont li.child.cur a{color: #e50012!important;}
.navBox ul.navCont li.child.cur a::before{ width: 100%;}


/*底部*/
.footer{ background: #1f232c;  padding: 5rem 0 0;  color:#bebebe; line-height: 2; position: relative; font-size: 14px; }
.dot_f1{ text-align: left;}

.foot_list{ display: flex; text-align: center; justify-content: flex-end;}
.foot_list li{margin: 0 20px 0 0;}
.foot_list li i{ color: #ffffff; font-size: 2.5rem; display: inline-block; border: 1px solid #7a7e81; border-radius: 100%; line-height: 53px; width: 53px; height: 53px;}

.dot_f2{ text-align: left; margin: 5rem 0; }
.foot_nav{ list-style: none;     margin-top: 2rem; padding-left: 6%;}
.foot_nav li{ float: left; width: 14.66%;}
.foot_nav li:nth-child(2){ width: 24%;}
.foot_nav li:nth-child(3){ width: 28%;}
.foot_nav li:nth-child(5) div{ max-width: 105px; text-align: center; font-size: 14px; margin-top: 4rem;}
.foot_nav li:nth-child(5) div em{ display: block; font-style: normal;}

.foot_nav li a:hover{ color: #3080d8;}
.foot_nav li span a{ font-size: 18px; color: #ffffff; position: relative; line-height: 2;  }

.foot_nav li p{padding-top: 2rem;}
.foot_nav li p a{ display: block; font-size: 14px; color: #a8adb6; line-height: 2; padding-bottom: 5px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
 

.foot_con{ text-align: left; }
.foot_con a{ color: #ffffff;}
.foot_con span{ display: block; font-size: 20px; color: #ffffff; line-height: 2; margin: 5rem 0;}
.foot_con ul{ list-style: none; margin-top: 2rem;}
.foot_con  li{ line-height: 2; font-size: 16px; color: #ffffff; padding-bottom: 5px;}
.foot_con  li i{ margin-right: 10px;}
.foot_con  li a{ color: #ffffff;}


.foot{border-top:1px solid #3e4146;color: #a8adb6; font-size: 14px; line-height: 2; text-align: center; padding: 2rem 0;}
.foot a{ color: #a6a6a6;}
.foot .foot_left{ text-align: left; max-width: 1600px; margin: 0 auto; width: 92%;}

/*媒体盒子模型*/
.media-box{display:block;margin-bottom:10px;width: 100%;}
.media-box a{ display: block;}
.media-box .icon{ background: #efefef; width: 100%; overflow: hidden; text-align: center;}
.media-box .icon{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.media-box .icon img{ max-height: 100%;}
.media-box .icon img{transition-duration: 1s;-ms-transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;}
.media-box h3{ text-align: center; font-size: 1.8rem; color: #373737; padding: 1rem 0;}
.media-box a:hover .icon img{transform:scale(1.2);}

/*翻页*/
.pager{text-align: center; color: #333333; margin-bottom: 30px; margin-top: 3rem; display: flex; justify-content: center; align-items: center;}
.pager a,.pager span{padding:0 20px;display: inline-block; margin:0 4px; color: #333333; text-align: center; font-size: 16px; position: relative; }
.pager span.current,.pager a:hover{color: #2879d4;}
.pager a:after{ left: 0; right: 0; margin: 0 auto; width: 0; height: 1px; content: ""; background: #2879d4; display: block; position: absolute; left: 0; right: 0; bottom: 0;}
.pager a:hover::after{ width: 40%;}

.pager a.on{ color: #2879d4;}
.pager a.on:after{ left: 0; right: 0; margin: 0 auto; width: 40%; height: 1px; content: ""; background: #2879d4; display: block; position: absolute; left: 0; right: 0; bottom: 0;}

.pager a:first-child{ padding: 0; width: 70px; height: 70px; line-height: 70px; border-radius: 100%; display: inline-block; border: 1px solid #e8e8e8;}
.pager a:last-child{ padding: 0; width: 70px; height: 70px; line-height: 70px; border-radius: 100%; display: inline-block; border: 1px solid #e8e8e8;}
.pager a:first-child::after{ display: none;}
.pager a:last-child::after{ display: none;}
.hidden{display:none}
.msKeimgBox{margin:0px auto;}
.mskeLayBg{background:#000;width:100%;position:absolute;left:0px;top:0px;z-index:10;opacity:0.7;filter:alpha(opacity=70);display:none;_display:none!important }
.mskelayBox{min-height: 488px; width: 50%; position:fixed;left: 0; right: 0; top: 30%;z-index:20;background:#FFF;display:none;_display:none!important; text-align: center;  margin: 0 auto; padding: 15px; }
.mskelayBox i{ font-size: 18px; color: #ffffff; background: #000000; width: 30px; height: 30px; border-radius: 30px; line-height: 30px; text-align: center; display: inline-block;}
.mskeImgBg{height:57px;width:100%;position:absolute;left:0px;bottom:0px;}
.mskeClaose{position:absolute;top:-17px;right:-17px;cursor:pointer;}


