@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0; list-style:none; box-sizing:border-box; font-size: 14px; font-family: "Arial"}
img{ border:0;}
a{ text-decoration:none; color:#333;  }
input,textarea,button{outline:none;}
em{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
hr{ border:none;}
.l{ float:left}
.r{ float:right}
.tow{ overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.container{width:1200px; margin: 0 auto; }
.w1200{ width:1280px; margin: 0 auto; }
.w1400{ width:1400px; margin: 0 auto; }
.clearfix:before,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

*:focus{   
	border:none;
}



/* 导航栏 */
.header_nav{height:90px; width:100%; z-index: 9; padding: 0 12%; position:fixed; top:0; left:0; z-index:999; background:#fff;}
.h_logo{width:11.2%; height:90px; float: left; display: flex; align-items: center; }
.h_logo img{max-width: 100%;  height: auto; align-items: center; }
.h_search{float: right; width:17%; height:44px;   border-radius: 25px; padding: 0 20px; position: relative; margin-top: 22px;}
.h_search input[type="text"]{width:100%; height: 100%; float: left; color:#bebebe; font-size: 14px; background: #eeeeee; border: 0; border-radius: 25px 0 0 25px; padding: 0 48px 0 20px}
.h_search .h_submit{width:46px; height: 46px; float: right; background: url(../images/h_icon.png) no-repeat center; border: 0; position: absolute; top:0; right:0}
.h_sj{width:30px; height:90px; float: right; position: relative; background: url(../images/h_sj.png) no-repeat center;  margin-right: 2%}
.h_wx{width:30px; height:90px; float: right; position: relative; background: url(../images/h_wx.png) no-repeat center; margin-right: 2%}
.h_sj img,.h_wx img{width:100px; height: auto; position: absolute; top:90px; left:0; display: none;}
.h_sj:hover img{display:block;}
.h_wx:hover img{display:block;}

.nav{ height:90px; float: right; width:53%; margin-right:2%}
.nav .nLi{position:relative;float:left;display:inline;height:100%; width:16.6%;}
.nav .nLi h3{ font-weight: normal; width:100%; height: auto; }
.nav .nLi h3 p{height:100%; color:#333333; font-size:16px;  width:auto; position: relative; text-align: center;  display: table; line-height:88px; margin: 0px auto}
.nav .nLi h3 a{display:block;width:100%;height:100%;color:#333333;  }
.nav .sub{position:absolute;top:90px;left:50%; z-index:999;display:none;padding:0;width:160px; margin-left:-80px; background:#fff;line-height:26px;} 
.nav .sub li{height:33px;border-bottom:1px solid #eee;text-align:center;line-height:33px;zoom:1}
.nav .sub li p{float:left;margin:0;width:100%; font-size:15px}
.nav .sub li span{float:right}
.nav .sub a{display:block;padding:0 10px;height:100%;color:#333;}
.nav .nLi.active h3 p,.nav .nLi:hover h3 p{font-weight: bold; border-bottom: 3px solid #0b8b90}
.sub li:hover a{color:#0b8b90;}




/* 首页:banner */
.banner{ width:100%; height:700px; position: relative; overflow: hidden; margin-top:90px;}
.banner .slideBox{position:relative;overflow:hidden;width:100%;height:100%}
.banner .slideBox .hd{z-index:1;overflow:hidden;height:auto; position: absolute; bottom:30px; left:0; width: 100%}
.banner .slideBox .hd ul{overflow:hidden;zoom:1;margin: 0px auto; width:auto;  display: table}
.banner .slideBox .hd ul li{height:10px; width: 10px; cursor:pointer; border-radius: 50%; background: #eee;  position: relative; float: left;text-indent: -999px; margin: 0 10px; }
.banner .slideBox .hd ul li.on{background: #f89b34}
.banner .slideBox .bd{position:relative;z-index:0;width:100%;height:700px; overflow: hidden}
.banner .slideBox .bd ul{width:100%;height:100%}
.banner .slideBox .bd li{width:100%;height:100%;vertical-align:middle;zoom:1}
.banner .slideBox .bd li a{width:100%; height:700px; display: block;}
.banner .slideBox .bd li img{vertical-align: bottom; width: 100%; height: auto;transition: all 5.5s;}
.ban_button{width:1200px; height: auto; position: absolute; bottom:140px; left:50%; margin-left: -600px; z-index: 9}
.ban_shubiao{width:auto; float: left; color:#ffffff; font-size: 18px; line-height:30px; }
.ban_shubiao img{float: left; margin-right:10px; animation:mymove 4s infinite;}
@keyframes mymove
{
	 0% {
			transform: translate(0px, 0px);
		}
		50% {
			transform: translate(0px, -8px);
		}
		100% {
			transform: translate(0px, 0px);
		}

}

.prev,.next{width:38px; height: 38px; float: right}
.pageState{color:#ffffff; font-size: 24px; font-weight: bold; float: right; line-height: 38px; margin: 0 20px;}
.pageState span{color:#ffffff; font-size: 24px; font-weight: bold}
.prev{background: url(../images/bna_left.png) no-repeat center}
.next{background: url(../images/bna_right.png) no-repeat center}
.prev:hover{background: url(../images/ban_hleft.png) no-repeat center}
.next:hover{background: url(../images/ban_hright.png) no-repeat center}



/*关于我们*/
.index_about{width:1223px; height:580px; background: url(../images/about_bjs.png) no-repeat center; margin:-114px auto 0; padding: 65px; position: relative;
	z-index: 9}
.index_about_t{width:100%; height: auto; overflow: hidden; text-align: center}
.index_about_t h4{color:#f8f8f8; font-size: 95px; font-weight: bold; line-height: 100px; height: 100px;}
.index_about_t h5{color:#0b8b90; font-size: 38px; font-weight: bold; margin-top: -55px;}
.in_about_xx{width:100%; height: auto; overflow:hidden; color:#666666; font-size: 16px; line-height: 30px; text-align: center; margin-top: 34px; display: block}
.index_about ul{width:100%; height: auto; overflow: hidden; margin-top: 40px;}
.index_about ul li{width:33.3%; height: auto; float: left; text-align: center}
.index_about ul li h4{color:#a2bb37; font-size:26px; font-weight: bold; margin: 10px 0 }
.index_about ul li p{color:#666666; font-size:20px; }
 .index_about ul li img{
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;}
.index_about ul li:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}




/*底部*/
.footer{width:100%; height:auto; overflow: hidden; background:#333333; padding-top:10px; padding-bottom:15px; }
.f_left{width:180px; height: auto; float: left}
.f_left .f_logo{width:100%; height: auto; overflow: hidden}
.f_logo img{max-width: 100%}
.f_left h4{color:#ffffff; font-size: 16px; line-height: 40px; margin-top: 15px;}
.f_left .slideTxtBox{ width:100%; overflow: hidden}
.f_left .slideTxtBox .hd{width:100%; height: 28px;  margin-bottom:5px;}
.f_left .slideTxtBox .hd ul{widtH:100%; height: auto; overflow: hidden}
.f_left .slideTxtBox .hd ul li{width:28px; height: auto; float: left; margin-right: 34px;}
.f_left .slideTxtBox .hd ul li img{opacity: 0.5}
.f_left .slideTxtBox .hd ul li.on img{opacity:1}
.bd_pic{width:90px; height: auto; overflow: hidden}
.bd_pic img{width:100%; height: auto; display: block}
.f_center{width:440px; height: auto; float: left; margin-left: 46px;  padding:8px 10px 25px 20px; border-top:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2); margin-top:16px;}
.f_center p{color:#fff; font-size: 18px; line-height: 32px}
.f_center h5{color:#fff; font-size: 22px; line-height: 32px; font-weight: bold; margin-bottom: 10px;}
.footer dl{float: left; margin-left:58px;}
.footer dl dt{width:100%; height: 40px; line-height: 40px; color:#ffffff; font-size: 18px; opacity: 0.75}
.footer dl dd{width:100%; height: auto; overflow: hidden; }
.footer dl dd a{width:100%; height: 30px; line-height: 30px; color: #ffffff; font-size: 14px; opacity: 0.75; display: block; }
.footer dl dd a:hover{opacity: 1}
.footer_bottom{width:100%; height:auto; background: #333333; border-top:1px solid #5c5c5c;  overflow: hidden; padding: 10px 0}
.copy_bq{width:auto; height:40px; line-height:40px; position: relative; color:#fff; font-size:14px; float: left}
.copy_bq a{color:#fff; font-size:14px; margin-right: 10px;}
.copy_bq a:hover{color:#0b8b90!important}
.footer_zhichi{width:auto; height:100%; overflow: hidden; float:right; }
.footer_zhichi p{ width: auto; float: left; margin-right: 20px;   color:#fff; line-height:40px;}
.footer_zhichi .pt{width:121px;height: 18px; background: url(../images/vl.png) no-repeat; margin-top:10px; margin-right: 10px}
.footer_zhichi .js{width:121px;height: 18px; background: url(../images/wl.png) no-repeat; margin-top:10px; }
.footer_zhichi .pt:hover{background: url(../images/vl_hover.png) no-repeat}
.footer_zhichi .js:hover{background: url(../images/wl_hover.png) no-repeat}
.footer_zhichi span{float: left; font-size:14px; color: #fff;}
.footer_zhichi i{ float: left;}
.footer_links{width:100%; height: auto; overflow: hidden; margin: 10px 0}
.footer_links p{color:#777777; font-size:16px; float: left; line-height: 30px; }
.f_links{float: left; margin-left:20px;}
.f_links a{color:#777777; font-size: 16px; margin-right: 20px; line-height: 30px;}
.f_links a:hover{color:#0b86c9}



/*固定留言板*/
.footer_liuyan{width:270px; height: auto; position:fixed; bottom:10px; right:0; padding:12px 13px 18px; background: #ffffff; border-radius: 20px 20px  10px 10px; z-index: 999; box-shadow:0 0 5px rgba(0,0,0,0.2)}
.footer_liuyan:after{content: ""; width: 100%; height: 230px; background: #088388; border-radius: 20px 20px 0 0; position: absolute; top:0; left:0}
.footer_liuyan dl{width:100%; height: 40px; line-height: 40px; position: relative; z-index: 9}
.footer_liuyan dl dt{float: left; color:#ffffff; font-size: 24px; font-weight: bold;}
.footer_liuyan dl dd{float: right; height:40px; line-height:40px;display: flex; align-items: center;}
.footer_liuyan dl dd img{align-items: center; margin: 0px auto;}
.footer_text{width:100%; height: auto; overflow: hidden; box-shadow: 0 0 6px rgba(0,0,0,0.2); padding: 10px; position: relative; z-index: 9; background: #fff; 
	border-radius: 8px; margin-top: 10px;}
.footer_text p{width:100%; height:30px; position: relative; line-height: 30px; border-bottom: 1px solid #eee; margin-bottom: 10px; margin-bottom: 8px}
.footer_text p>span{float:left;}
.footer_text input[type="text"]{width:64%; height: 99%; border: 0; color:#999999; font-size: 14px;}
.footer_text input[type="email"]{width:64%; height: 99%; border: 0; color:#999999; font-size: 14px;}
.footer_liuyan textarea{width:100%; height:75px;  box-shadow: 0 0 6px rgba(0,0,0,0.2); padding: 10px; background: #fff; margin-top: 10px; color:#999999; font-size: 14px; border: 0; resize: none; border-radius: 8px;}
.f_tijiao{width:113px; height: 30px; background: #088388; border-radius: 5px; text-align: center; line-height: 30px; font-size: 16px; color: #fff; display: block; margin:20px auto 0; border: 0; cursor:pointer}

.f_text_info{display:none}





/*内页banner*/
.caseban{ background: url(../images/caseban.jpg) no-repeat center; height: 240px; }
.newsban{ background: url(../images/newsban.jpg) no-repeat center; height: 240px; }
.proban{ background: url(../images/proban.jpg) no-repeat center; height: 240px; }
.contban{ background: url(../images/contban.jpg) no-repeat center; height: 240px; }
.aboutban{ background: url(../images/aboutban.jpg) no-repeat center; height: 240px; }

.main{margin-bottom:60px;}


/* 内页通用:左侧分类 */
.nyban{margin-top:90px;}
.nyban p{ padding-top:200px; color: #fff; font-size: 14px; text-align: right; }
.nyban p a{ color: #fff; }
.mainl-fl > h3{ width: 250px;  margin-left: -1px; height: 66px; line-height: 70px; text-align: center; font-size: 21px; font-weight: bold; background: #0b8b90; color: #fff; }
.main-l{ border-top: none; width: 250px; margin-top:1px; background:#fff }
.mianlfl-li > a > p,.accordion .link p{ color: #393939; font-size:16px; float:left;line-height: 52px;  }
.mianlfl-li > a > span,.accordion .link span{ width:8px; height: 8px; display: block; border-radius: 50%; border:2px solid #0b8b90; float:left; margin-left: 10px;    margin-top: 20px; margin-right: 13px;  }
.mianlfl-li{ clear: both; }
.mianlfl-li > a { display: block; margin: 0 auto; width:235px; height: 52px; border-bottom: 1px solid #e5e5e5; text-overflow:ellipsis; overflow:hidden; white-space:nowrap  }
.mianlfl-li:last-child a{border-bottom:0;}
.mainl-fl > ul{ padding-top: 10px; }
.mianlfl-li > .active p{ color: #0b8b90;  }
.mianlfl-li > .active span{ background: #0b8b90;  }
.mianlfl-li:hover a > span{ background: #0b8b90; }
.mianlfl-li:hover a > p{ color: #0b8b90;  }
.zxzx-l{ background: url(../images/zxzx-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto; margin-top: 20px; margin-bottom: 10px; }
.zxdc-l{ background: url(../images/zxwj-bg.jpg) no-repeat; height: 95px; width: 217px; margin: 0 auto;  margin-bottom: 20px; }
.zxzx-l > a > h3,.zxdc-l > a > h3{ color: #fff; font-size: 18px; text-align: center; padding-top: 25px;  }
.zxzx-l > a > p,.zxdc-l > a > p{ text-align: center; color: #fff; font-size: 12px; }
.mainl-fl2{ margin-top: 20px; border:1px solid #d5d5d5; padding-bottom:10px;  display:none}
.mainl-fl1{ border:1px solid #d5d5d5; border-top: none; }
.mianl-tel{ padding: 0 15px; margin-top: 25px; line-height: 28px;  }
.mianl-tel > p{ color: #626262; font-size: 16px; }
.mianl-tel > h3{ color: #0b8b90; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.mianl-tel > h3:after{ content:""; width: 100%; height: 1px; background: #e5e5e5; display: inherit; margin-top: 8px; }
.mianl-tel > div > p{ color: #535353; font-size: 15px; line-height: 26px; }
.mianl-tel > div{ padding-top: 8px; }
.mianl-tel > span{ color: #0b8b90; font-size: 24px;   font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";  }
.f_top{ float: none;  position: fixed;  top: 70px; z-index: 6; left: auto;}



/*内页通用：单页面*/
.main-r{ width:76%; margin-top: 20px;  }
.mianr-mid img{max-width:100%}
.main-title > h3{ font-size: 30px; text-align: center; font-weight: bold; color: #0b8b90; }
.main-title > p{ color: #dcdcdc; font-size: 30px; font-weight: bold; text-align: center; padding-top: 15px; }
.main-title > p:after{ width:52px; height: 2px; content:""; display: inherit; background: #0b8b90; margin: 0 auto; margin-top: 15px; }
.mianr-mid{ margin-top: 30px; font-size:16px; color:#666; line-height:36px;}
.mianr-mid > p{line-height: 36px; font-size: 16px; color: #555; }
.cat-content {margin-top: 10px; margin-bottom: 10px;   font-size:16px; color:#666; line-height:36px;}
.cat-content > p{ font-size: 16px; }

/*内页通用新闻资讯*/
.nynews-l{ margin-top:30px; width: 585px;}
.nynewst-div { width:187px; height: 152px; overflow:hidden; margin-top: 29px; margin-left: 7px;}
.nynewst-div > img{ width:100%; transition: .6s; }
.nynews-top{ width:588px; height: 172px;  transition: .3s; border:1px solid #d5d5d5;  }
.nynews-top .r > h3{ color:#555555; font-size:16px; margin-top: 30px;transition: .3s;}
.nynews-top .r > p{ color:#a1a1a1; font-size:14px;transition: .3s;}
.nynews-top .r > span{color:#a1a1a1; font-size:14px; line-height: 40px;transition: .3s;}
.nynews-top .r{width: 320px;margin-right: 50px;}
.nynews-li{border-bottom:1px dashed #d5d5d5;  overflow: hidden; }
.nynews-li > span{ border:2px solid #0b8b90; border-radius: 50%;  width:8px; height: 8px; display: block; float:left; margin-top: 20px;  margin-right: 6px;position: relative; left:0; transition: .3s;}
.nynews-li > a { float:left; line-height: 52px;  width:76%; color:#1b1b1b; font-size:16px; position: relative; left:0; transition: .3s;}
.nynews-li > p{ float:right;line-height: 52px; color: #626262;font-size: 14px;position: relative; right:0; transition: .3s;}
.nynews-li a:hover  { left:15px; color:#0b8b90;}
.nynews-li:hover > span{ left:15px; background: #0b8b90; }
.nynews-li:hover > p{ right:15px; color:#0b8b90;}
.nynews-top:hover .nynewst-l > img{ transform:scale3d(1.1,1.1,1);}
.nynews-top:hover{ background:#0b8b90; border:1px solid #0b8b90;  }
.nynews-top:hover .l > h3{ color:#fff;}
.nynews-top:hover .l > p{ color:#fff; }
.nynews-top:hover .l > span{color:#fff; ;}
.news-bot{ margin-bottom:40px}
.intitle-top > h3{ font-size: 30px;  text-align: center; font-weight: bold;color: #0c46c6;}
.intitle-top > p{ font-size:18px; color:#707070; text-align: center; line-height: 40px; }
.ny-news{ margin-top: 40px; margin-bottom: 70px; }
.main-title > h3 > span{ color: #0b8b90;  }
.nynewst-l{ width: 210px; height: 138px; overflow: hidden; float: left; }
.nynewst-l > img{ width:100%; transition: .6s; }
.nynews-top > a { display: block; padding: 16px; }
.nynews-top > a > .l{ width: 329px; margin-left: 15px;  }
.nynews-top > a > .l > h3{ color: #535353; font-size: 16px; font-weight: bold; padding-top: 10px; line-height: 30px;  }
.nynews-top > a > .l > span{ color: #898989; font-size: 14px; display: block; line-height: 36px; }
.nynews-top > a > .l > p{ color: #898989; font-size: 14px; line-height: 24px;  }

/*内页：疑问解答*/
.mianr-mid .infaq-li{ margin-right: 18px; margin-bottom: 18px; }
.mianr-mid > img{ display: table; margin: 0 auto; }
.mianr-mid > h4{ background: #0b8b90; color: #0b8b90; font-size: 16px; text-align: center; line-height: 40px; margin-top: 30px; }

/*内页：新闻资讯*/
.in-news{ margin-top: 60px; background: url(../images/innews-bg.jpg) no-repeat center; background-position: bottom; }
.news-title h3{ color: #0b8b90;}
.news-title span {width:442px; line-height: 80px; color: #0b8b90; font-size: 33px;text-align: center; font-weight: bold;}
.news-title span p{ color: #0b8b90 !important;font-size: 33px;text-align: center;font-weight: bold;padding-top: 13px; }
.news-title p{ color: #626262; }
.title h3{ font-size: 30px; text-align: center; font-weight: bold;}
.title span{ display: block;  width:442px; height: 80px; margin: 0 auto; }
.newsli-l{ width:130px; height: 122px; background:#333; transition: .6s;  }
.newsli-l span{ font-size: 20px; font-weight: bold; text-align: center;  color: #fff;  border-bottom: 1px solid #444; width: 100px; margin: 0 auto; padding:12px 0;  transition: .6s; display:block;}
.newsli-l p{ text-align: center; font-size: 30px; font-weight: bold; line-height: 40px; color: #fff; padding-top: 10px;   }
.newsli-r{ width: 790px; background: #f5f5f5; padding: 18px 20px; height:122px  }
.news-li{ clear: both; margin-bottom: 20px; width:100%; overflow:hidden; background:#f5f5f5}
.newsli-r h3{ font-size: 20px; line-height: 30px; transition: .6s; width:100%; height:30px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap}
.newsli-r p{ font-size: 15px; line-height: 24px; margin-top: 5px; width:100%; height:48px; overflow:hidden}
.news-li:hover .newsli-l { background: #0b8b90; }
.news-li:hover .newsli-l span{ border-bottom: 1px solid #fff;  }
.news-li:hover .newsli-r h3{ color: #0b8b90;  }
.news-li:hover .newsli-r p{ color: #0b8b90;  }
.ny_news_h1{width: 100%; text-align: center; clear: both; height:40px; }
.ny_news_h1 h1{ font-size:24px; color: #555; }
.ny_news_xxs{width: 100%; line-height: 30px; color: #999; height: 30px;  margin-bottom: 20px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; clear: both; font-size:14px;}
.ny_news_show{margin-bottom:70px;}



/*内页：联系方式*/
.contact .l{width:590px}
.contact .r{margin-top:15px;}
.contact .l > h3{ font-size: 24px; font-weight: bold; color: #444; padding-bottom: 20px;  }
.contact .l p{ color: #444; }
.contact .l h3{ color: #444;}
.contact .ewm-li > div{ background: #fff; border:1px solid #d5d5d5; }
.contact .foottb-r h3{ color: #444; }
.contact .foottb-r p{ color: #444; text-align:center}
.contact .foottb-r > p:before{ background: #d5d5d5; }
.keyword_light p,.nycont-bot p{ line-height: 36px;font-size: 16px; color: #555;}
.ewm-li{ float:left; margin-left:10px; }
.ewm-li div{ background: url(../images/erm_bg.png) no-repeat; width:128px; height: 128px;  }
.ewm-li div > img{ display: block; margin: 0 auto; width:104px; padding-top: 12px;  }


/*产品*/
.inproli-div{ width:100%; height:auto; overflow: hidden; border:1px solid #ddd}
.inproli-div > img{ width:100%;  height: 100%; transition: .6s; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.goods-li{float:left; margin-right: 2%; cursor: pointer; margin-bottom: 10px; position: relative; width:32%}
.goods-li h3,.case-li h3{  text-align: center; color: #555; font-size: 15px; line-height: 40px; z-index: 2; width:100%; height:40px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap }
.goods-li:hover .inproli-div > img{ transform: scale3d(1.1,1.1,1); }
.pro_buy{width:140px; height:40px; border-radius:5px; background:#0b8b90; text-align:center; line-height:40px; color:#fff; font-size:16px; display:block; margin-left:8px;}
.goods-li:nth-child(3n){margin-right:0}
.st_tree{width:100%; height:auto; overflow:hidden; padding:0px 10px;}
.st_tree a{text-decoration:none;}
.st_tree a:hover{color:#0b8b90;}
.st_tree ul{width:100%; height:auto; overflow:hidden}
.st_tree ul li{color: #393939;font-size: 16px;float: left; line-height: 52px; width:100%; height:52px; border-bottom:1px solid #e5e5e5; cursor:pointer}
.st_tree ul ul li{padding-left:10px;}
.st_tree ul li ul{width:100%; height:auto; overflow:hidden}
.st_tree ul li ul li{width:100%; height:auto; overflow:hidden; line-height:35px; padding-left:10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; border-bottom:1px solid #e5e5e5}
.st_tree ul li ul li a{color: #393939; font-size: 14px; width:100%; height:100%; display:block;}
.st_tree ul ul li a{color: #393939; font-size: 14px; width:100%; height:100%; display:block;}
.st_tree ul ul li.active a{color:#0b8b90}
.st_tree ul ul li:hover a{color:#0b8b90}
  
.st_tree .folder{background:url(../images/st_jt.png) no-repeat left center; background-size:5%; padding:0 0 0 20px;}
.st_tree .open,.st_tree .on{background:url(../images/st_jt.png) no-repeat left center; background-size:5%; padding:0 0 0 20px;}
.st_tree .open a,.st_tree .on a{color:#0b8b90}


.case-li{float:left; margin-right: 2%; cursor: pointer; margin-bottom:10px; position: relative; width:23.5%}
.case-li:nth-child(4n){margin-right:0}


/*荣誉资质*/
.docs-pictures{width:100%; height:auto; overflow:hidden; margin-bottom:10px;}
.honor-li{width:288px; height:auto; float:left; margin-right:28px; margin-bottom:20px;}
.honorli-div{width:100%; height:auto; overflow:hidden;  border:1px solid #ddd}
.honorli-div img{width:100%; height:100%; display:block;}
.honor-li:nth-child(3n){margin-right:0}
.honor-li h3{width:100%; height:40px; line-height:40px; font-size:16px; color:#333; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; text-align:center}




/*产品侧边导航*/
.accordion { width: 100%; height:auto; overflow:hidden}
.accordion li.open .link {color: #002f8b;}
.accordion .link i{width:8px; height:8px; background:#0b8b90; float:left; margin-top:22px; margin-right:10px; border-radius}
.ny_left_nav ul li.open{background:#fff}
.accordion .link {
  display: block;
    margin: 0 auto;
    width: 235px;
    height: 52px;
    border-bottom: 1px solid #e5e5e5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.accordion .link:hover p{color:#0b8b90}
.accordion .link:hover span,.ny_left_nav ul li.open span{background:#0b8b90}
.accordion li.active a{color:#0b8b90}
.accordion .link a{width:100%; height:100%; display:block;}
.submenu li.block{background:#fff}
.submenu li.block a{color:#002f8b}
.open .link{background: url(../images/on.png) no-repeat 207px center;}
.submenu{display: none;}
.submenu a{display: block; text-decoration: none; font-size: 14px; color: #666666; height:40px; line-height:40px;
    -webkit-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; padding-left:15px}
.accordion li{padding-left:10px;}
.accordion li:hover{background:#fff;}
.submenu a:hover{color:#0b8b90}


/*产品中心*/
.ny_product{width:100%; height: auto; overflow: hidden; margin-top: 35px;}
.ny_product ul{width:100%; height: auto; overflow: hidden}
.ny_product ul li{width:32%; float: left; height: auto; margin-right: 2%; margin-bottom: 10px;}
.ny_product ul li .products_pic{height:auto; display: block;overflow: hidden;width:100%; border:1px solid #ddd;}
.ny_product ul li .products_pic img{width:100%;  height:100%;transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_product ul li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product li p{ height:35px; line-height: 35px; text-align: center;  font-size: 16px; color: #666}
.ny_product ul li:nth-child(3n){margin-right: 0px;}
.ny_product ul li p{width:100%; height: 40px; line-height: 40px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; text-align: center}
.ny_product ul li:hover p{color:#002f8b}
.ny_proshow_xq{width:100%; height:auto; overflow:hidden; font-size: 18px; line-height:28px; height: 200px; display: block;}


/*产品*/
.ny_product_show{margin-bottom:50px;}
.ny_proshow_top{width:100%; height:auto; overflow:hidden; margin-bottom:30px; margin-top:20px;}
.ny_proshow_xx{margin-left:512px; height:100%; overflow:hidden}
.ny_proshow_bottom{width:100%; height:auto; overflow:hidden}
.proshow_xxk{color: #fff; font-size: 20px;font-weight: bold; border-left: 3px solid #287db9;width:100%; display:block; background: #323136;padding-left:20px; height:40px; line-height:40px;}
.proshow_xx{font-size:16px; color:#666; line-height:30px; margin-top:10px;}
.proshow_xx img{max-width:100%;}
.go_black{width: 90px;height: 30px;background: #4cbcac; color: #fff; text-align: center; line-height: 30px; border-radius: 5px; position: relative; float:right}
.proshow_xx table{border-collapse: collapse;}


/*空间*/
.kongjian_ban{background: url(../images/kongjian_ban.jpg) no-repeat center; width: 100%; height: 240px;}
.ny_kongjian_one{width:100%; height:auto; overflow: hidden; background: url(../images/kong_bjs.jpg) no-repeat top center; text-align: center; padding: 58px 0}
.ny_kongjian_one h4{color:#0b8b90; font-size: 38px; font-weight: bold; margin-bottom: 8px;}
.ny_kongjian_one h5{color:#333; font-size: 20px; font-weight: bold; margin:43px 0 26px; }
.ny_kongjian_one p{color:#666666; font-size: 16px; line-height:30px; width: 87%; margin: 0px auto; }
.ny_kongjian_all{width:100%; height: auto; overflow: hidden; margin-top: 58px; margin-bottom: 48px;}
.ny_kongjian_all .slideTxtBox{ width:100%; }
.ny_kongjian_all .slideTxtBox .hd{width:100%; height:auto; position: relative; margin-bottom:126px;}
.ny_kongjian_all .slideTxtBox .hd:after{content: ""; width: 100%; height: 100%; position: absolute; top:20px; left:20px; background: #f0f0f0;}
.ny_kongjian_all .slideTxtBox .hd ul{width:100%; height: auto; overflow: hidden; border-left: 1px solid #e5e5e5; position: relative; z-index: 9; background: #fff}
.ny_kongjian_all .slideTxtBox .hd ul li{ float:left; width:239.8px; height:222px; text-align: center; border: 1px solid #e5e5e5; border-left:0; padding-top:35px;}
.ny_kongjian_all .slideTxtBox .hd ul li h3{color:#333333; font-size: 18px; width: 100%; height:auto; line-height:30px}
.ny_kongjian_all .slideTxtBox .hd ul li h4{color:#999999; font-size: 14px; width: 100%; height:30px; line-height:30px; font-family: "Arial"}
.ny_kongjian_all .slideTxtBox .hd ul li .khi1{width:100%; height:60px; display: block; margin-bottom: 10px; display: flex; align-items: center;}
.kj_2{display:none;}
.ny_kongjian_all .slideTxtBox .hd ul li img{max-height:100%; margin:0px auto; align-items: center; margin: 0px auto;}
.ny_kongjian_all .slideTxtBox .hd ul li.on{background: url(../images/kj_bb.jpg) no-repeat center}
.ny_kongjian_all .slideTxtBox .hd ul li.on h3{color:#fff}
.ny_kongjian_all .slideTxtBox .hd ul li.on h4{color:#fff}
.ny_kongjian_all .slideTxtBox .hd ul li.on .kj_1{display:none} 
.ny_kongjian_all .slideTxtBox .hd ul li.on .kj_2{display:block} 


.ny_kongjian_all .slideTxtBox .bd{ width: 100%}
.bd_li{width:100%; height: auto; overflow: hidden}
.bd_kj_t{width:100%; height: auto; overflow: hidden; text-align: center}
.bd_kj_t h3{color:#0b8b90; font-size: 38px; font-weight: bold; margin-bottom: 8px;}
.ny_kongjian_all .slideTxtBox .bd ul{width:100%; height:auto; overflow: hidden; margin-top: 35px;}
.ny_kongjian_all .slideTxtBox .bd li{width:385px; height: auto; float: left; margin-bottom: 20px; margin-right: 22px;}
.ny_kongjian_all .slideTxtBox .bd li:nth-child(3n){margin-right: 0}
.ny_kj_pic{width:100%; height: auto; overflow: hidden}
.ny_kj_pic img{width:100%; height: auto; display: block; transform: scale(1);  transition: all 1s ease 0s; -webkit-transform: scale(1);  -webkit-transform: all 1s ease 0s;}
.ny_kj_xx{width:100%; height: auto; overflow: hidden; background: #f6f6f6; padding:10px 20px 20px}
.ny_kj_xx h3{width:100%; height:40px; line-height: 40px; color: #333333; font-size: 16px; font-weight: bold; text-align: center}
.ny_kj_xx p{width:100%; height:184px; line-height:30px; color: #666666; font-size: 14px; word-break:break-all;display:-webkit-box; -webkit-line-clamp:6;
  -webkit-box-orient:vertical; overflow:hidden;}
.ny_product_more p{color:#fff; font-size: 16px; }
.ny_product_more{width:144px; height: 48px; background: #0b8b90; border-radius: 8px; text-align: center; line-height: 48px;  margin:10px auto 0; color:#fff; font-size: 16px; }
.ny_kongjian_all .slideTxtBox .bd li:hover img{transform: scale(1.05);transition: all 1s ease 0s;-webkit-transform: scale(1.05);-webkit-transform: all 1s ease 0s;}
.ny_product_more:hover{background: #9db43a}










@media screen and (max-width:1500px){
	.header_nav{padding: 0 7%;}
}


@media screen and (max-width:1300px){
	.header_nav{padding: 0 4%;}
}


