body{color: #333; font-family: 'Helvetica';}
a{color:rgba(33, 33, 33, 0.8);}
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:90px; right: 0; margin: 0 auto; transition: all 0.4s; border-bottom: 1px solid rgba(255,255,255,0.3);}

/* LOGO */
.logo{ vertical-align: middle; height: 90px; z-index: 2; position: relative; text-align: left; margin: 0; }
.logo a{ height: 100%; line-height: 0; text-align: left; align-items: center; display: flex;}
.logo img{vertical-align: middle;max-height:100%; }

.fix-head .sdot i{ color: #ffffff;}
.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 .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: left; color: #ffffff;  position: relative; display: flex; justify-content:end; align-items: center;}
.htool p{ font-size: 2.2rem; font-family: 'DIN-Condensed'; color: #ffffff; line-height: 1.2; padding-left: 15px;}
.htool p a{ color: #ffffff; }
.htool p span{ color: #ffffff; display: block; font-size: 14px;}
.htool i{  width: 4rem; height: 4rem; border-radius: 100%; text-align: center; display: block; background: #84A334;  line-height: 4rem; font-size: 2rem;}

.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;}

.navBox ul.navCont li.child .flex{ justify-content: center; display: flex; align-items: center;}
/* 导航-1 */
.nav_bg{position:absolute;height: 90px; background-color: #333; left: 0; width: 100%; display: block;}
.navBox{width:calc(100% - 180px); margin-left: 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:inline-block;color:#fff; line-height: 90px; font-size: 16px;  position: relative; transition: all 0.1s; }
.navBox ul.navCont li.child a:before{ width: 0; background: #ffffff; content: ""; height: 4px; display: block; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0;}
.navBox ul.navCont li.child a:hover::before{ width: ;}
.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;}
.navBox ul.navCont li.child.cur a{ color: #fff;}
.navBox ul.navCont li.child.cur a:before{ background: #ffffff;  width: 100%; content: "";  height: 4px; display: block; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0;}
.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:90px; left: -10%; right: 0; z-index:999;display:none;width:120%; 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:before{ display: none;}
.navBox ul.navCont li.child .childcont a:hover{ color: #84A334;}

.navBox.in{display: block; transition: all 0.6s;}
.navBox.out{ display: none; transition: all 0.6s;}
/*底部*/
.footer{ background:url(../img/foot_bg.jpg) no-repeat center top #013b2c; color: #ffffff; line-height: 2; padding: 2rem 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;}
.fcoy{ padding: 10px 0; background-color: #013125; text-align: center; font-size: 16px; font-family: 'DIN-Condensed';} 
.fcoy p{ color: #ffffff; display: flex;     justify-content:center;}
.fcoy p span{ display: inline-block; margin: 0 10px;}
.fcont{ display: flex; justify-content: flex-end; align-items: center; position: relative;}
.fcont .brow{ margin-bottom: 1rem; display: flex; align-items: center;}
.fcont .brow a{ color: #ffffff;}
.fcont .brow:hover .brow-b{ display: block;}
.brow-b{ display: none; position: absolute; width: 200%;   bottom: -170%;     text-align: right; right: 0;}
.fcont i{ margin-left: 15px; font-size: 2.4rem; width: 5rem; height: 5rem; background: rgba(255,255,255,0.1); display: block; justify-content: center;     align-items: center; display: flex; border-radius: 100%;}
.i_dot{ border-top: 1px solid rgba(255,255,255,0.2);     padding:4rem 0 8rem;}

.fnav{ display: flex; align-items: flex-start; justify-content: space-between;}
.fnav .fw{}
.fnav .fw span{ font-size: 17px; color: #ffffff;}
.fnav .fw span a{ font-size: 17px; color: #ffffff;}
.fnav .fw p{ padding: 15px 0 0; font-size: 14px; color: rgba(255,255,255,0.6);}
.fnav .fw p a{ display: block; line-height: 2.5;}


.fixedTop{  position: fixed; width: 40px; height: 40px; line-height: 40px; text-align: center; border-radius: 55px; background-color:#84A334; bottom: 10%; right: 4%; display: none; color: #dedede; cursor: pointer;     z-index: 100000;}
.fixedTop i{font-size: 20px;}

.fcont1{ position: relative;}
.fcont1:before{ width: 1px; height:138%; content: ""; display: block; background:#346256; z-index: 1; position: absolute; left: 4.5%; top: -12%;}
.frow{ display: flex; align-items: flex-start; margin-bottom: 3rem; position: relative; z-index: 2;}
.frow div{ margin-left: 3rem;}
.frow i{ width: 5rem; height: 5rem; background: #013B2C; border-radius: 100%; border: 1px solid #346256; display: block; text-align: center; font-size: 2.4rem;}
.frow span{ font-size: 14px; color: rgba(255,255,255,0.4);}
.frow p{ font-size: 14px; }
.frow a{ font-size: 3rem; font-family: 'DIN-Condensed'; color: #ffffff; line-height: 1;}
.frow1{ display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; margin-left: 15%;}
.frow1 img{ max-width:120px;}
/*媒体盒子模型*/
.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: #689F38;}
.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;}

/*选项卡*/
