body{color: #333;}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#1e94d4}

.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: fixed; height: 90px;}
.header .wh{ padding: 0 5%;}
/* 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;}

.sdot{ display: block; text-align: right; margin-right: 20%;}
.sdot i{ line-height: 90px; color: #fff; font-size: 26px;}

.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: 0; right: 5%;}
.search .sclose i{ font-size: 26px; color: #1e94d4; font-weight: bold; cursor: pointer;}

.fix-head,.nhead{ background-color: #fff; box-shadow: #ccc 0 0 10px;}
.fix-head .sdot i,.nhead .sdot i{ color: #222;} 


.wapNavBtn{display:block;line-height: 60px; height:90px; width:25px;font-size: 2rem; z-index:1000000; position: absolute; right: 2%; top: 0; cursor: pointer;}

.wapNavBtn span{ display:block; right:0; width:100%; height:2px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; margin:0 auto; border-radius: 3px; background: #efeeec;}
.wapNavBtn span:nth-child(1){animation: outfirst 0.5s; transform: translateY(15px) rotate(0); }
.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); }

.wapNavBtn.on span{ background:#999; z-index: 100000; }
.wapNavBtn.on span:nth-child(1){transform: translateY(25px) rotate(45deg); }
.wapNavBtn.on span:nth-child(2){transform: translateX(0) rotate(0); display:none;}
.wapNavBtn.on span:nth-child(3){transform: translateY(23px) rotate(-45deg);}

.fix-head .wapNavBtn span,.nhead .wapNavBtn span{ background-color: #222;}
.fix-head .wapNavBtn.on span,.nhead .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #999;}


/* 导航-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: #1e94d4;}
.navBox ul.navCont li.child.cur a{color: #1e94d4!important;}
.navBox ul.navCont li.child.cur a::before{ width: 100%;}

.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: #1e94d4;}
/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:70px; left: 0; right: 0; z-index:999;display:none;width:290px; text-align: left; margin: 0 auto;}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; background:#f2f2f2; border-top: 1px solid #e1e1e1;}
.navBox ul.navCont li.child .childcont a{line-height: 50px; color:#555; background: no-repeat; height: auto; margin: 0; font-size: 18px; font-weight: normal; padding: 0 3rem;}
.navBox ul.navCont li.child .childcont li a::before{ display: none;}
.navBox ul.navCont li.child .childcont a:hover{ color:#333; font-weight: bold; text-decoration:none;}

.navBox ul.navCont li.child:nth-child(6) .childcont{ width: 310px;}
.navBox ul.navCont li.child:nth-child(7) .childcont{ left: auto; right: 0;}

.menu{ position: fixed; background-color: #fff; width: 680px; right: -100%; top: 0; padding:50px 90px; height: 100%; box-sizing: border-box; overflow-y: scroll; z-index: 1000;}
.menu li{ border-bottom: 1px solid #ecebeb; padding: 15px 0;}
.menu a{ font-size: 24px; line-height: 60px;}
.menu .childm a{ font-size: 18px; color: #666; line-height: 30px; display: inline-block; margin-right: 30px;}
.menu .childm a:last-child{ margin-right: 0;}
.menu .childm a:hover{ color: #1e94d4;}

.menu.in{ right: 0; transition: all 0.6s;}
.menu.out{ right: -100%;transition: all 0.6s;}
/*底部*/
.footer{ background:url(../img/bg_foot.png) no-repeat center center #f5f5f5; background-size: cover; color: #555; padding: 3.4rem 0 0; line-height: 38px; position: relative; font-size: 16px;}
.footer .fh{ padding: 0 5%;}
.footer a{ color: #555; display: inline-block;}
.footer a:hover{ color: #1e94d4;}
.footer span{ display: inline-block;}

.flogo{ text-align: center;}

.fcoy{ padding: 15px 0; border-top: 1px solid #e1e1e1;}
.fcoy p{}
.fcoy p span{ display: inline-block; margin: 0 10px;}

.flink{ border-left: 1px solid #8c8c8c; padding-left: 5rem;}
.flink span{ display: block; font-size: 18px;}
.flink a{ font-family: "Arial";}

.fcont{float: left;}
.fcont span{ display: block; font-size: 18px; color: #333; font-weight: bold;}
.fcont i{ font-size: 20px; margin-right: 5px;}

.fwx{ float: right;}
.fwx span{ display: block; text-align: center;}

.fnav{}
.fnav .fw{ float: left; width: 25%;}
.fnav span{ display: block; font-size: 18px; color: #333; font-weight: bold;}
.fnav a{ font-size: 16px; color: #666; line-height: 40px;}

.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;}
.fixedTop i{ background-color: #313131; display: block; border-radius: 50px; line-height: 50px; color: #fff; font-size: 2.6rem; text-align: center;}

/*标题样式*/
.box-title{ clear: both;overflow: hidden; position: relative; line-height: 4.8rem; color: #fff; text-align: center; }
.box-title span{ font-size: 4.8rem; display: block; line-height: 6.2rem; font-weight: bold; font-family: "SourceHanSansCN-Light";}
.box-title p{ font-size: 18px; margin-top: 1rem;}

.section.active .box-title{animation-name: fadeInDown; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

.bt2{ color: #222; text-align: left;}
.bt2 p{ color: #666;}

/*媒体盒子模型*/
.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; box-shadow: #dbdbdb 0 1px 1px; }
.pager a.on,.pager a:hover{ border-color:#1e94d4 ; color:#fff; background-color: #1e94d4;}
.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: #fff; font-size: 18px; background-color: #1e94d4; padding: 0 20px; line-height: 60px;}
a.more i{ font-size: 20px; line-height: 60px; margin-left: 40px;}
a.more:hover{ background-color: #003f7f; color: #fff;}

.section.active a.more{animation-name: fadeInUp; animation-delay: 0.2s; animation-duration: 1s;animation-fill-mode: both; data-wow-iteration:1;}

/*选项卡*/
.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{}