body{color: #333;}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#065092}

.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: fixed; height: 90px; border-bottom:1px solid rgba(255,255,255,0.2) ;}
.header .wh{ padding: 0 2.5%;}
.header .full-row .span-1{ width: 12%;}
.header .full-row .span-8{ width: 63%;}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 90px; text-align: left; margin: 0; }
.logo a{ height: 100%; line-height: 0; text-align: left; align-items: start;}
.logo img{vertical-align: middle;max-height:100%;}
.logo .active{ display: none;}

.fix-head .logo .show,.nhead .logo .show{ display: none;}
.fix-head .logo .hide,.nhead .logo .hide{ display: block;}

.htool{ text-align: right; line-height: 90px; border-left:1px solid rgba(255,255,255,0.2);}
.fix-head .htool,.nhead .htool{border-color:#eee;}

.sdot{ display: inline-block; text-align: right; vertical-align: middle; cursor: pointer;}
.sdot i{ color: #fff; font-size: 20px;}

.lang{ display: inline-block; margin-right: 10%; color: #fff; font-size: 18px; vertical-align: middle; position: relative; cursor: pointer;}
.lang i{ margin: 0 5px; font-size: 18px;}
.lang .lang-list{ position: absolute; top: 65px; width: 80px; left: -0px; background-color: #fff; padding: 10px; display: none;}
.lang .lang-list a{ display: block; line-height: 36px; text-align: center; color: #333; font-size: 16px;}
.lang .lang-list a:hover{ color: #074283;}
.lang:hover .lang-list{ display: block;}

.search{ position: fixed; background-color: #fff; width: 100%; padding: 40px 0 70px; top: 0; left: 0; z-index: 10000000; display: none;}
.search .text1{display: block; height: 60px; 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,.nhead{ background-color: #fff;  border-bottom: 1px solid #dcdcdc;}
.fix-head .htool,.nhead .htool{ color: #666;}
.fix-head .sdot i,.nhead .sdot i,.fix-head .lang,.nhead .lang{ color: #222;}
.fix-head .iconfont,.nhead .iconfont{ color: #074283!important;}
.fix-head .lang .lang-list,.nhead .lang .lang-list{ top: 89px;}



.wapNavBtn,.wapNavBtnCp{display:none;line-height: 60px; height:90px; width:25px;font-size: 2rem; z-index:1000000; position: absolute; right: 2%; top: 0; cursor: pointer;}
.wapNavBtn::after,.wapNavBtnCp::after{ content: ""; width: 42px; height: 42px; border-radius: 42px; background-color: #d5d4d4; display: block; position: absolute; top: 24px; right: -8px; display: none;}

.wapNavBtn span,.wapNavBtnCp span{ display:block; right:0; width:100%; height:2px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; border-radius: 3px; background: #efeeec; z-index: 10;}
.wapNavBtn span:nth-child(1),.wapNavBtnCp span:nth-child(1){animation: outfirst 0.5s; transform: translateY(15px) rotate(0); width: 75%; }
.wapNavBtn span:nth-child(2),.wapNavBtnCp span:nth-child(2){animation: outlast 0.5s; transform: translateY(21px) rotate(0); }
.wapNavBtn span:nth-child(3),.wapNavBtnCp span:nth-child(3){animation: outlast 0.5s; transform: translateY(27px) rotate(0);  width: 60%;}

.wapNavBtn.on::after,.wapNavBtnCp.on::after{ display: block;}
.wapNavBtn.on span,.wapNavBtnCp.on span{ background:#fff; z-index: 100000; }
.wapNavBtn.on span:nth-child(1),.wapNavBtnCp.on span:nth-child(1){transform: translateY(25px) rotate(45deg);width: 100%; }
.wapNavBtn.on span:nth-child(2),.wapNavBtnCp.on span:nth-child(2){transform: translateX(0) rotate(0); display:none;}
.wapNavBtn.on span:nth-child(3),.wapNavBtnCp.on span:nth-child(3){transform: translateY(23px) rotate(-45deg);width: 100%;}
.wapNavBtnCp.on {display: block; right: 4%;}
.fix-head .wapNavBtn span,.nhead .wapNavBtn span{ background-color: #074184;}
.fix-head .wapNavBtn.on span,.nhead .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #fff;}


/* 导航-1 */
.nav_bg{position:absolute;height: 90px; background-color: #f2f2f2; left: 0; width: 100%; display: block;}
.navBox{width:100%;}
.navBox ul.navCont{position: relative; z-index: 1;}
.navBox ul.navCont li.child{float:left; width: 14.2%; text-align:center; position: relative; display: block;}
.navBox ul.navCont li.child a{display: block;color:#fff; font-size: 18px; line-height: 90px; 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: #074184;}
.navBox ul.navCont li.child.cur a{color: #074184;}


.fix-head .navBox ul.navCont li.child a,.nhead .navBox ul.navCont li.child a{ color: #222;}
.fix-head .navBox ul.navCont li.child a:hover,.fix-head .navBox ul.navCont li.child:hover a,.nhead .navBox ul.navCont li.child a:hover,.nhead .navBox ul.navCont li.child:hover a{ color: #074184;}
/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:90px; left: 0; right: 0; z-index:999;display:none;width:100%; text-align: left; margin: 0 auto; border-top: 3px solid #074184; background-color: #f5f7fa;}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; border-bottom: 1px solid #e5e9ec;}
.navBox ul.navCont li.child .childcont a{ height: auto; text-align: center; line-height: 55px; font-size: 16px; color: #666!important;}
.navBox ul.navCont li.child .childcont a:hover{ color: #074184!important; background-color: #F5F5F5;}
.navBox ul.navCont li.child .pro-cate{ position: fixed; background:none; width: 100%; top: 91px; left: 0; box-sizing: border-box; padding: 0;}
.pro-cate .nav_w{ background-color: #fff; width: 100%; margin: 0 auto; box-sizing: border-box;}
.pro-cate .nav_w .span-4{ background-color: #f9f9f9;}
.pro-cate .psub{ line-height: 50px; text-align: right; padding: 50px 0; width: 225px; float: right; min-height: 225px;}
.pro-cate .nav_img{float: left; width: 30%;}
.navBox ul.navCont li.child .pro-cate .psub a{ display: block; color: #555; font-size: 16px; line-height: 52px; text-align: left; height: auto; text-indent: 30px;}
.navBox ul.navCont li.child .pro-cate .psub a:hover,.navBox ul.navCont li.child .pro-cate .psub a.active{color:#fff!important; background: url(../img/nav_chover.jpg) no-repeat right center;}
.navBox ul.navCont li.child .pcate{ float: left; width: 70%;}
.navBox ul.navCont li.child .pcate a{ color: #333; font-size: 15px; line-height: 36px; float: left; display: block; width: 50%; text-align: left;}
.navBox ul.navCont li.child .pcate a.full-box{width: 100%;}
.navBox ul.navCont li.child .pcate a::before{ content: "\e614"; font-family: "iconfont"; color: #cac9c9; margin-right: 5px;}
.navBox ul.navCont li.child .pcate a:hover::before{color: #074283;}
.navBox ul.navCont li.child .pcate a:hover{ background: none;}

.navBox ul.navCont li.child .psub-list{ padding: 5rem; clear: both; overflow: hidden;}
.navBox ul.navCont li.child .psub-list .tlist{ display: none;}
.navBox ul.navCont li.child .psub-list .tlist.active{ display: block;}

.fix-head .navBox ul.navCont li.child .childcont,.fix-head .navBox ul.navCont li.child .pro-cate{ top: 91px;}


.menu .wrap,.menu .wrap .row{ height: 100%;}
.menu{ position: fixed; width: 100%; left: 0; top: 0; height: 100%; box-sizing: border-box; overflow-y: scroll; z-index: 1000; background: url(../img/nav_bg.jpg) no-repeat right bottom #fff; visibility: hidden; opacity: 0;}
.menu ul{ position: relative; height: 100%; border-right: 1px solid #e9e9e9;}
.menu li{ border-left: 1px solid #ecebeb; padding: 100px 30px 0; float: left; width: 33.1%; height: 400px; box-sizing: border-box; position: relative;}
.menu li:nth-child(4),.menu li:nth-child(5),.menu li:nth-child(6){ }
.menu a{ font-size: 24px; line-height: 60px;}
.menu a span{ font-size: 16px; color: #777; margin-right: 5px;}
.menu .childm{ padding-left: 30px;}
.menu .childm a{ font-size: 15px; color: #666; line-height: 42px; display: inline-block;}
.menu .childm a:hover{ color: #c52735;}

.navBox.in{ visibility: visible; opacity: 1; transition: all 0.6s;}
.navBox.out{ visibility: hidden; opacity: 0; transition: all 0.6s;}

.nav_tel{ padding-top: 100px; text-align: right; font-family: "barlow"; }
.nav_tel span{ display: block; color: #c52d2f; font-size: 36px; font-weight: bold;line-height: 36px;}
.nav_tel i{ font-size: 18px; color: #555; display: inline-block; position: relative;}
.nav_tel i::after{ content: ""; width: 35px; height: 2px; background-color: #c52d2f; display: block; position: absolute; right: 0; bottom: -10px;}

/*底部*/
.footer{ background:url(../img/bg_f.jpg) no-repeat center center; background-size: cover; color: #8b8d90; padding: 3rem 0 0; line-height: 36px; position: relative; font-size: 15px; z-index: 9;}
.footer a{ color: #8b8d90; display: inline-block;}
.footer a:hover{ color: #064384;}
.footer span{ display: inline-block;}

.ftit{ border-bottom: 1px solid #dce0e5; padding-bottom: 3rem;}
.ftit p{ line-height: 52px; font-size: 20px; color: #333;}

.fcoy{ padding: 15px 0; border-top: 1px solid #dce0e5;}
.fcoy p{}
.fcoy p span{ display: inline-block; margin: 0 10px;}

.flink{ border-left: 1px solid #565555; padding-left: 5rem;}
.flink span{ display: block; font-size: 18px;}
.flink a{ font-family: "Arial";}

.fcont{}
.fcont p font{ font-size: 3.2rem; color: #e3711d; font-family: "barlow"; font-weight: bold; }
.fcont span{ display: block; font-size: 18px; color: #222; font-weight: bold;}

.fwx{ position: relative;}
.fwx span{ display: block;}


.fnav{}
.fnav .fw{ float: left; width: 20%;}
.fnav span{ display: block; font-size: 18px; color: #222;}
.fnav a{ font-size: 15px; color: #8b8d90; line-height: 36px;}
.fnav a:hover{ color: #064384;}

.fixedTop{ position: fixed; width: 70px; height: 70px; box-sizing: border-box; padding: 10px; border-radius: 60px; background-color: rgba(49,49,49,0.12); right: 20px; bottom: 10%; z-index: 10; cursor: pointer; display: none;}
.fixedTop i{ background-color: #313131; display: block; border-radius: 50px; line-height: 50px; color: #fff; font-size: 2.6rem; text-align: center;}

/*标题样式*/
.box-title{ position: relative; line-height: 5rem; position: relative;}
.box-title span{ font-size: 4.8rem; display: inline-block; color: #222; position: relative; z-index: 2; font-weight: bold; }
.box-title p{ font-size: 18px;color: #555; line-height: 30px; margin-top: 2rem;}

.box-title2{ text-align: center; }
.box-title2 span{ font-size: 3.6rem; font-weight: bold; line-height: 4.8rem; display: inline-block; position: relative;}
.box-title2 span::before{ content: ""; background: linear-gradient(160deg,rgba(137,170,199) 0,rgba(137,170,199,0.2) 90%); display: inline-block;  border-radius: 100%; width: 17px; height: 17px; position: absolute; top: 0; left: -12px;}
.box-title2 span::after{ content: ""; background-color: #aac0d4; display: inline-block;  border-radius: 100%; width: 10px; height: 10px; margin-left: 10px;}

/*媒体盒子模型*/
.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: #333; font-size: 14px;}
.pager a,.pager span{ width: 35px; height: 35px; line-height:35px; display: inline-block;margin:0 2px; color: #333; text-align: center; border:1px solid #dbdbdb; color: #333; position: relative;}
.pager a.on,.pager a:hover{ border-color:#1e9eff ; color:#fff; background-color: #1e9eff;}
.pager a:nth-child(1),.pager a:nth-last-child(1){ width: auto; padding: 0 10px; }


/*文章列表*/
.ul-news li{ line-height: 48px; clear: both; overflow: hidden;}
.ul-news li a{ font-size: 16px; color: #2d2d2d; display: block; width: 70%; font-weight: bold; float: left;}
.ul-news li span{ float: right;}
.ul-news li a:hover{ color: #2481e1;}

a.more{display: inline-block; color: #c52d2f; font-size: 16px; border: 1px solid #c52d2f; padding: 0 30px; line-height: 55px;}
a.more i{ font-size: 22px; line-height: 55px; margin-left: 5px;  vertical-align: middle;}
a.more:hover{ background-color: #c52d2f; color: #fff;}


/*选项卡*/
.tablist { margin-bottom: 0.4rem;}
.tablist .tlist{ display:none; position: relative; clear: both; overflow: hidden; padding: 0 4%; text-align: center;}
.tablist .active{ display:block;}

.tabs{line-height:26px;}
.tabs a{color: #333; }
.tabs a:hover,.tabs .active a{ }
.tabs a:hover span,.tabs .active a span{}