body{color: #333; font-family: 'SourceHanSansCN-Regular';}
a{color:#333}
a:hover{color:#333}
a:visited{color:#333}
a:active,a:focus,a:hover{color:#1e5ca2}

.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: absolute; height: 80px; right: 0; margin: 0 auto; transition: all 0.4s; }
.wrap1{width: 94%; margin: 0 auto; max-width: 1720px;}
/* LOGO */
.logo{ vertical-align: middle; height: 80px; z-index: 2; position: relative; text-align: left; margin: 0; }
.logo a{ height: 100%; line-height: 0; text-align: left; align-items: center;}
.logo img{vertical-align: middle;max-height:100%; filter: brightness(0) invert(1);}

.nhead{ border-bottom: 1px solid #dedede;}
.nhead img{ filter: none;}
.nhead .sdot i{ color: #333333;}
.fix-head .sdot i{ color: #ffffff;}

.nhead .navBox ul.navCont li.child a{ color: #333333;}
.fix-head{  position: fixed; top: 0; left: 0; width: 100%; z-index: 10000; background:rgba(0,0,0,0.5); transition: all 0.4s;  animation: sticky 1s;}
.fix-head .logo img{ filter: brightness(0) invert(1);}
.fix-head .navBox ul.navCont li.child a{ color: #ffffff;}
@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
 
}

.htool{ text-align: right;  line-height: 80px; color: rgba(255,255,255,1); position: relative; display: flex; justify-content: flex-end; align-items: center;}
.sdot{ display: inline-block; text-align: center; font-size: 18px;  vertical-align: middle; cursor: pointer; margin-left: 10px;}
.sdot i{ color: #ffffff; font-size: 21px;}

.search{ position: fixed; background-color: #fff; width: 100%; padding: 40px 0; top: 80px; 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: 5%; 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: #ffffff; font-weight: bold; cursor: pointer;}

.wapNavBtn{display:none;line-height: 60px; height:80px; width:25px;font-size: 2rem; z-index:1000000; position: absolute; right: 10%; 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: #ffffff;}
.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:#fff; 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: #fff;}


/* 导航-1 */
.nav_bg{position:absolute;height: 80px; background-color: #333; left: 0; width: 100%; display: block;}
.navBox{width:100%; max-width: 1000px; margin: 0 auto; }
.navBox ul.navCont{position: relative; z-index: 1;}
.navBox ul.navCont li.child{float:left; width: 16.66%; text-align:center; position: relative; display: block;}
.navBox ul.navCont li.child a{display: block;color:#fff; font-size: 16px; line-height: 80px; position: relative; transition: all 0.1s; }
.navBox ul.navCont li.child a span{ position: relative; z-index: 2; display: inline-block;}
.navBox ul.navCont li.child a:hover,.navBox ul.navCont li.child:hover a{ color: #fff; background-color: #1e5ca2;}
.navBox ul.navCont li.child.cur a{ color: #fff; background-color: #1e5ca2;}
.navBox ul.navCont li.child i{ font-size: 16px; vertical-align: middle; margin: 0 5px; display: none;}
.navBox ul.navCont li.child a:hover i{ color: #fff;}

/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:80px; left: 0; right: 0; z-index:999;display:none;width:100%; text-align: center; margin: 0 auto; padding: 10px 0; box-sizing: border-box; background:rgba(255,255,255,0.9);}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; box-sizing: border-box; padding: 0 10px; }
.navBox ul.navCont li.child .childcont a{ height: auto; font-size: 16px; color: #666; line-height: 40px; background: none;}
.navBox ul.navCont li.child .childcont a:hover{ color: #0068b7;}

.navBox.in{display: block; transition: all 0.6s;}
.navBox.out{ display: none; transition: all 0.6s;}
/*底部*/
.footer{ background:#4f4f4f; color: #ffffff; line-height: 2; padding: 5rem 0 0; position: relative; font-size: 18px;}

.footer a{ color: #888787; display: inline-block;}
.footer a:hover{ color: #ffffff;}
.footer span{ display: inline-block;}

.flogo{ text-align: left; padding: 3rem 0 2rem;}

.fcoy{ padding: 10px 0; background-color: #444444; text-align: center; font-size: 16px; margin-top: 3rem;}
.fcoy p{ color: #a6a6a6; display: flex;     justify-content: space-between;}
.fcoy p span{ display: inline-block; margin: 0 10px;}


.fcont{}
.fcont .brow{ margin-bottom: 1rem; display: flex; align-items: center;}
.fcont .brow a{ color: #ffffff;}
.fcont .brow a:hover{ color: #0075c1;}
.fcont p{ font-size: 18px; line-height: 2;}
.fcont span{ display: block; font-size: 18px; color: #fff;}
.fcont i{ margin-right: 20px;}

.fwx{ text-align: right; padding-top: 5rem;}
.fwx span{ line-height: 26px; margin-right: 10px;}
.fwx img{}
.fnav{ padding: 3rem 0;}
.fnav .fw{ float: left; width: 16.66%;}
.fnav a{ font-size: 16px; color: #ffffff; line-height:2.5;}
.fnav a:first-child{font-size: 20px;}
.fnav a:hover{ color: #0075c1;}
.fixedTop{  position: fixed; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 55px; background-color:#393838; bottom: 10%; right: 4%; display: none; color: #dedede; cursor: pointer;}
.fixedTop i{font-size: 20px;}
.footer .span-4{ width: 29.333333%; position: relative;}
.footer .span-4:before{ width: 1px; height: 100%; content: ""; display: block; background: #7a7a7a; position: absolute; right: -2%; top: 0;}
.footer .span-8{ width: 66.666667%;} 
.i_dot{ display: flex; justify-content: flex-start; align-items: center; margin: 2rem 0;flex-wrap: nowrap;max-width:90%;}
.i_dot li{
	flex: 1;
	box-sizing: border-box;
	text-align:center;
	line-height:40px;
	justify-content: center;
	align-items: center;
	padding-top: 0;
	padding-right: 3%;
	padding-bottom: 0;
	padding-left: 0%;
}
.i_dot li img{width:100%; display: block;}
.list_f{ display: flex; justify-content: flex-start; }
.list_f li{ width: 40px; height: 40px; border-radius: 100%; text-align: center; line-height: 40px; margin-right: 15px; background: #7a7a7a;     display: flex; justify-content: center; align-items: center; cursor: pointer;}
.list_f li:first-child{ background: #0075c1;}
.list_f li:hover{ background: #0075c1;}
.i1_dot{}
.i2_dot{ display: none;     text-align: center;}
/*媒体盒子模型*/
.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; display: flex; justify-content: center; align-items: center; }
.pager a,.pager span{ width: 24px; height: 24px; border-radius: 100%;  line-height:24px; display: inline-block; margin:0 1rem; color: #333; text-align: center;  color: #333; position: relative;  }
.pager a.on,.pager a:hover{  color:#fff; background-color: #0075c1;}
.pager i{ font-size: 24px;}


/*文章列表*/
.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: #0b3374; 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;}

/*选项卡*/
