body{color: #121212;}
a{color:#121212}
a:hover{color:#00bb71}
a:visited{color:#121212}
a:active,a:focus,a:hover{color:#00bb71}

.header{ top: 0; left: 0; width: 100%; z-index: 10000; position: fixed; height: 87px;}
.header .wh{ padding: 0 2.5%;}
.header:hover{ background-color: #fff;}

.nhead{ background-color: #fff;}
/* LOGO */
.logo{ vertical-align: middle; z-index: 2; position: relative; height: 87px; 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 p{ position: absolute; left: 208px; top: 0; color: #fff; font-size: 16px; line-height: 24px; font-weight: normal; padding-left: 4%; height: 48px; bottom: 0; margin: auto 0;}
.logo p::before{ content: ""; width: 1px; height: 60%; background-color: #7d7d7d; left: 0; top: 0;bottom: 0; margin: auto 0; position: absolute;}
.logo .active{ display: none;}

.fix-head .logo .show,.nhead .logo .show{ display: none;}
.fix-head .logo .hide,.nhead .logo .hide{ display: block;}

.htool{line-height: 87px; position: relative;}
.htool p{ color: #17181b; font-size: 18px; position: relative; font-family: arial; font-weight: bold;}
.htool p i{ font-size: 24px; color: #00bb71; vertical-align: middle; margin-right: 2px; font-weight: normal;}
.htool .htel{ float: right;}

.sdot{ display: inline-block; float: left; margin:0 15%; vertical-align: middle; cursor: pointer;}
.sdot i{ color: #fff; font-size: 26px; line-height: 87px;}


.lang{ display: inline-block; color: #414141; font-size: 16px; vertical-align: middle; position: relative; cursor: pointer; text-align: center; float: right; margin-left: 3rem;}
.lang i{ font-size: 18px; vertical-align: middle; color: #666;}
.lang .dot-map{font-size: 24px; vertical-align: middle; color: #00bb71;}
.lang span{ margin: 0 5px;}
.lang .lang-list{ position: absolute; top: 60px; width: 90px; left: 0;display: none; overflow: hidden; border-radius: 8px;}
.lang .lang-list a{ display: block; line-height: 36px!important; text-align: center; color: #444!important; margin-top: 1px; background-color: #efefef; }
.lang .lang-list a:hover{ color: #fff!important; background-color: #00bb71;}
.lang:hover .lang-list{ display: block;}



.search{padding: 40px 0 0; width: 25%; float: right; position: relative;}
.search .text1{display: block; height: 30px; line-height: 30px; border: 1px solid #bfccd7; border-radius: 30px; color: #222; background-color:transparent; width: 100%; box-sizing: border-box; padding: 0 10px;}
.search button{ position: absolute; right: 0; top: 40px; width: 40px; text-align: center; line-height:30px; background: none; border: 0;}
.search button i{ font-size: 20px; color: #bfccd7;}
.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{ background-color: #fff; border-bottom: 1px solid rgba(0,0,0,0.2); transition: all 0s;}



.wapNavBtn{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{ content: ""; width: 42px; height: 42px; border-radius: 42px; background-color: #d5d4d4; display: block; position: absolute; top: 24px; right: -8px; display: none;}

.wapNavBtn span{ display:block; right:0; width:100%; height:2px; top:calc((100% - 50px) / 2);transition: all 0.4s; position: relative; border-radius: 3px; background: #444; 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:#009ec5; 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 .wapNavBtn span{ background-color: #444;}
.fix-head .wapNavBtn.on span,.nhead .wapNavBtn.on span,.Hhover .wapNavBtn.on span{ background: #009ec5;}


/* 导航-1 */
.nav_bg{position:absolute;height: 87px; 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.lang-nav{ display: none;}
.navBox ul.navCont li.child a{display: block;color:#414141; font-size: 14px; line-height: 87px; 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 span::before{ content: ""; display: block; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #00bb71;}
.navBox ul.navCont li.child a:hover,.navBox ul.navCont li.child:hover a{ color: #00bb71;}
.navBox ul.navCont li.child a:hover span::before,.navBox ul.navCont li.child.cur a span::before{ width: 100%;}
.navBox ul.navCont li.child.cur a{color: #00bb71;}
.navBox ul.navCont li.child.cur a::before{ width: 100%;}
.navBox ul.navCont li.child i{ font-size: 24px; vertical-align: middle; margin: 0 5px;}
.navBox ul.navCont li.child a:hover i{ color: #3bb173;}


/*二级*/
.navBox ul.navCont li.child .childcont{position:absolute;top:87px; left: 0; right: 0; z-index:999;display:none;width:100%; text-align: left; margin: 0 auto;}
.navBox ul.navCont li.child .childcont li{ width: 100%; display: block; background:rgba(255,255,255,0.8); margin-bottom: 1px;}
.navBox ul.navCont li.child .childcont a{ height: auto;}
.navBox ul.navCont li.child .childcont a:hover{}
.navBox ul.navCont li.child .pro-cate{ position: fixed; background: linear-gradient(to bottom,#d0e7e6,rgba(255,255,255) 10%,rgba(255,255,255) 80%,rgba(255,255,255,0.8)); width: 100%; top: 87px; left: 0; box-sizing: border-box; padding: 0; box-shadow: #a6c2bc 0 5px 5px;}
.pro-cate .nav_w{ position: relative;}
.pro-cate .nav_w::before{ content: ""; position: absolute; width: 50%; left: -50%; height: 100%; top: 0; background: linear-gradient(to bottom,#d0e7e6,rgba(244,249,248) 10%,rgba(244,249,248) 80%,rgba(244,249,248,0.8));}
.pro-cate .nav_w .span-3{ background: linear-gradient(to bottom,#d0e7e6,rgba(244,249,248) 10%,rgba(244,249,248) 80%,rgba(244,249,248,0.8));}
.pro-cate .psub{ line-height: 50px; width: 102%; box-sizing: border-box; padding: 6rem 0 6rem 6rem;}
.pro-cate .psub .nav-tit{ font-size: 18px; color: #414141; font-weight: bold;}
.pro-cate .nav_info{ padding: 6rem 3rem 5rem 0;}
.pro-cate .nav_info span{ font-size: 2.4rem; display: block;}
.pro-cate .nav_info p{ font-size: 14px; color: #646868; margin-top: 1rem; line-height: 30px;}
.navBox ul.navCont li.child .pro-cate .psub a{ display: block; color: #414c48; font-size: 15px; line-height: 30px; text-align: left; height: auto; border-bottom: 1px solid #e1e1e1; width: 46%; margin-right: 2%; float: left; box-sizing: border-box; padding-top: 10px; padding-bottom: 10px;}
.navBox ul.navCont li.child .pro-cate .psub a:hover{color:#fff; background-color: #00b56b;}
.navBox ul.navCont li.child .pro-cate .psub a::after{ display: none;}
.navBox ul.navCont li.child .pro-cate .psub a::before{ content: "\e600"; font-family: "iconfont"; color: #414c48; float: right; position: relative; width: auto; height: auto; font-size: 20px;}
.navBox ul.navCont li.child .pro-cate .psub a:hover::before{ color: #fff;}

.navBox ul.navCont li.child .ds-cate{ background-color: #fff; height: 75px; line-height: 75px;}
.navBox ul.navCont li.child .ds-cate .dsub{ text-align: center; position: absolute; width: 400px; background-color: #fff;right: 12%;}
.navBox ul.navCont li.child .ds-cate .dsub a{ display: inline-block; margin: 0 20px; padding: 0; line-height: 75px; color: #333;}
.navBox ul.navCont li.child .ds-cate .dsub a:hover{ color: #0d79d2;}

.fix-head .navBox ul.navCont li.child .childcont,.fix-head .navBox ul.navCont li.child .pro-cate{ top: 87px;}


.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: #0d79d2;}

.navBox.in{ display: block; opacity: 1; transition: all 0.6s;}
.navBox.out{ display: none; 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/f_bg.png) no-repeat right bottom 50px #f0f5f3; color: #7d8383; padding: 5rem 0 0; line-height: 26px; position: relative; font-size: 14px; z-index: 10;}
.footer a{ color: #7d8383; display: inline-block;}
.footer a:hover{ color: #00bb71;}
.footer span{ display: inline-block;}

.footer .ftel{ clear: both; overflow: hidden; margin-bottom: 3rem;}
.footer .ftel i{ float: left; color: #00bb71; font-size: 22px; line-height: 26px;}
.footer .ftel p{line-height: 26px; margin-left: 40px; color: #232323;}
.footer .ftel p span{ display: block; font-size: 24px; font-family: "arial black"; color: #17181b;}

.flogo{ text-align: left;}
.ftool{ text-align: right; line-height: 36px;}
.ftool a{ display: inline-block; margin: 0 1%; position: relative; color: #fff;}
.ftool a i{ font-size: 24px; vertical-align: middle;}
.ftool a span{position: absolute; width: 118px; height: 118px; top: -150px; left: -40px; display: none;}
.ftool a:nth-child(1) span{ left:-40px;}
.ftool a:hover span{ display: block;}
.ftool a:hover{ color: #fff;}

.fcoy{ padding: 15px 0; text-align: center; background-color: #e7ecec;}


.flink{ border-left: 1px solid #565555; padding-left: 5rem;}
.flink span{ display: block; font-size: 18px;}
.flink a{ font-family: "Arial";}

.footer .ftit{ font-size: 16px; color: #232323; display: block; margin-bottom: 1rem;}

.fcont{ }
.fcont p{ line-height: 36px; margin-left: 6rem;}
.fcont p i{ font-size: 20px; margin-right: 10px; vertical-align: middle;}

.fwx{position: relative; padding-left: 40px;}
.fwx img{ margin-right: 2%; }
.fwx img:nth-last-child(1){ margin-right: 0;}

.fnav{clear: both; overflow: hidden;}
.fnav .fw{ float: left; width: 33.33%; min-height:240px;}
.fnav .fw:nth-child(5),.fnav .fw:nth-child(6),.fnav .fw:nth-child(7){ min-height: auto;}
.fnav a{ color: #414c48;font-family: "SourceHanSansCN-Light";}

.fixedTop{ position: fixed; width: 50px; height: 50px; line-height: 50px; box-sizing: border-box;text-align: center; border-radius: 5px; background-color: #2c79ff; right: 20px; bottom: 5px; z-index: 10; cursor: pointer; display: none;}
.fixedTop i{color: #fff; font-size: 20px;}

/*标题样式*/
.box-title{ position: relative; text-align: center;}
.box-title span{ line-height: 5rem; font-size: 4rem; color: #161616;}
.box-title p{ font-size: 16px; color: #3c403e; font-family: "SourceHanSansCN-Light"; line-height: 30px; margin-top: 1rem;}

.box-title2{ position: relative; line-height: 5rem;}
.box-title2 span{  font-size: 4rem; color: #161616;}
.box-title2 a{ display: inline-block; width: 140px; text-align: center; line-height: 36px; color: #00b56b; border: 1px solid #00b56b; border-radius: 36px; font-size: 14px; float: right; margin-top: 5px;}
.box-title2 a i{ vertical-align: middle; font-size: 20px;}
.box-title2 a:hover{ color: #fff; background-color: #00b56b;}


.box-title3{ position: relative; line-height: 5rem; text-align: center;}
.box-title3 span{ font-size: 4.8rem; font-weight: bold; display:block;}
.box-title3 p{ font-size: 18px; color: #3c403e; font-family: "SourceHanSansCN-Light"; line-height: 36px; margin-top: 2rem;}

.box-title4{ position: relative; line-height: 5rem; position: relative; text-align: center;}
.box-title4 span{ font-size: 4rem; display:inline-block; position: relative; z-index: 2; font-weight: bold; }
.box-title4 p{color: #6f6f6f; font-family: "SourceHanSansCN-Light"; line-height: 30px; margin-top: 1rem;}


/*媒体盒子模型*/
.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 #c0d4cb; color: #333; position: relative; border-radius: 2px;}
.pager a.on,.pager a:hover{ border-color:#00b669 ; color:#fff; background-color: #00b669;}
.pager a:nth-child(1),.pager a:nth-child(2),.pager a:nth-last-child(1),.pager a:nth-last-child(2){ width: auto; padding: 0 10px; }

.npager a.on,.npager a:hover{ background-color: #cc0000; border-color: #cc0000;}

/*文章列表*/
.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: 14px; background-color: #ff9700; padding: 0 60px; line-height: 43px;}
a.more:hover{ background-color: #0e75ca; color: #fff;}


/*选项卡*/
.tablist { }
.tablist .tlist{ height: 0; position: relative; clear: both; overflow: hidden}
.tablist .active{ height: auto;}

.tabs{line-height:26px;}
.tabs a{color: #333; }
.tabs a:hover,.tabs .active a{ }
.tabs a:hover span,.tabs .active a span{}