﻿body{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.ppp{
	display: none;
}

/*状态栏*/
.nav-top{
	height: 35px;
	border-bottom: 1px solid #D8D8D8;
	min-width: 1200px;
	font-size: 12px;
	color: #666666;
	background-color: #DDDDDD;
	line-height: 35px;
}
.nav-top p{
	float: left;
	margin: 0;
}
.nav-top span{
	float: right;
	display: block;
}
.nav-top span a{
	margin-right: 6px;
	margin-left: 6px;
	color: #666666;
}
.nav-top span a:last-of-type{
	margin-right: 0;
}
.nav-top span a:hover{
	color: #017C3D;
}
/*logo栏*/
.logo-box{
	height: 120px;
	padding: 22px 0;
}
.logo-imp{
	float: left;
}
.logo-ff{
	float: right;
	margin-top: 14px;
}
.logo-ff div{
	margin-left: 60px;
}
.logo-ff p{
	font-size: 13px;
	color: #666666;
	margin: 0;
}
.logo-ff img{
	float: left;
	width: 47px;
	height: 47px;
}
.logo-ff span{
	display: block;
	font-size: 28px;
	font-family: arial;
	font-weight: bold;
	color: #009B4C;
}
/*导航栏*/
.navbar {
    margin-bottom: 0;
}
.navbar-default {
    background-color: #23A864;
    border: none;
    min-width: 1200px;
}
.navbar-default .navbar-nav>.active>a{
    color: white;
    background-color: #1E9558;
}
.navbar-default .navbar-nav>li>a {
	font-size: 16px;
    color: white;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: white;
}
.navbar-nav>li {
    width: 114px;
    text-align: center;
}
.navbar-nav>li:not(:first-child){
	margin-left: 21px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #EDEDED;
    background-color: #1E9558;
}
.dropdown-menu {
    top: 50px;
    min-width: 114px;
    font-size: 13px;
    padding: 0;
    text-align: center;
    background-color: #23A864;
    border: none;
}
.dropdown-menu>li>a {
    padding: 8px 15px;
    color: white;
    border-top: 1px solid #8BE5B7;
}
.dropdown-menu>li>a {
    padding: 8px 15px;
    color: white;
    border-top: 1px solid #8BE5B7;
}
.dropdown-menu>li>a:hover {
    color: white;
    background-color: #1E9558;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #1E9558;
}
.navbar {
    border-radius: 0;
}
/*轮播*/
.carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #23A864;
    margin: 1px 4px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    background-color: #23A864;
}
.carousel-inner>.item{
	height: 611px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*搜索*/
.ss-box{
	border-bottom: 1px solid #E3E3E3;
	height: 60px;
}
.ss-link{
	color: #666666;
	display: inline-block;
	max-width: 840px;
	overflow: hidden;
	margin-top: 21px;
}
.ss-link a{
	color: #666666;
	margin-left: 10px;
}
.ss-box form{
	float: right;
	width: 325px;
	height: 35px;
	position: relative;
	margin-top: 13px;
}
.ss-box form input[type=text]{
	width: 80%;
	height: 100%;
	background-color: #F4F4F4;
	border: none;
	font-size: 12px;
	padding-left: 12px;
}
.ss-box form input[type=submit]{
	width: 20%;
	height: 100%;
	color: white;
	border: none;
	background-color: #23A864;
	position: absolute;
	right: 0;
	top: 0;
}
/*四大优势*/
.infour-box{
	padding-top: 50px;
	padding-bottom: 20px;
	height: auto;
        overflow: hidden;

}
.index-til{
	margin-bottom: 45px;
}
.til-na{
	font-size: 38px;
	text-align: center;
}
.til-na p{
	color: #23A864;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}
.til-na span{
	display: inline-block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: black;
	margin: 6px 14px;
}
.ss-til{
	font-size: 15px;
	color: #666;
	text-align: center;
	margin-top: 18px;
	line-height: 25px;
}
.inf-top ul li{
	width: 400px;
	height: 300px;
	float: left;
	background-color: #23A864;
	color: white;
	overflow: hidden;
	text-align: center;
}
.inf-top ul li p{
	width: 320px;
    margin: 32px auto 20px;
    font-size: 16px;
    line-height: 25px;
}
.inf-top ul li div{
	font-size: 22px;
	margin-top: 54px;
}
.inf-top ul li span{
	display: inline-block;
	font-size: 36px;
	font-weight: bold;
	margin-right: 15px;
}
.inf-top ul li img{
	width: 100%;
	height: 100%;
}
.inf-bot ul li{
	width: 300px;
	height: 239px;
	float: left;
	background-color: #F6F6F6;
}
.inf-bot ul li img{
	width: 100%;
	height: 100%;
}
.inf-bot ul li div{
	font-size: 20px;
	text-align: center;
	margin-top: 30px;
}
.inf-bot ul li span{
	font-size: 36px;
	font-weight: bold;
	margin-right: 15px;
	display: inline-block;
}
.inf-bot ul li p{
	width: 262px;
	text-align: center;
	margin: 20px auto 10px;
	line-height: 24px;
}
.cc-box{
	width: 100%;
	clear: both;
	height: 0;
}
/*首页产品中心*/
.inpro-box{
	padding-top: 48px;
	padding-bottom: 60px;
}
.inpro-tex>ul li{
	    display: inline-block;
	width: 280px;
	margin-bottom: 28px;
	margin-left: 22px;
}
.inpro-tex>ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.inpro-tex>ul li p{
	width: 100%;
	height: 251px;
	overflow: hidden;
	margin: 0;
}
.inpro-tex>ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.inpro-tex>ul li div{
	width: 100%;
	height: 47px;
	padding: 15px 10px;	
	background-color: #F5F5F5;
	transition: all 0.4s;
}
.inpro-tex>ul li div h4{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: black;
	display: inline-block;
}
.inpro-tex>ul li div span{
	color: black;
	display: inline-block;
	float: right;	
	    margin-top: -1px;
}
.inpro-tex>ul li div span img{
	width: 5px;
	height: 7px;
	margin-left: 8px;
	margin-bottom: 2px;
	-webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0);
    filter: brightness;
    transition: all 0.4s;
}
.inpro-tex>ul li:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.inpro-tex>ul li:hover div{
	background-color: #23A864;
}
.inpro-tex>ul li:hover div h4{
	color: white;
}
.inpro-tex>ul li:hover div span{
	color: white;
}
.inpro-tex>ul li:hover div span img{
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}
.inpro-mov a{
	display: block;
	color: white;
	background-color: #23A864;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}
/*产品优势*/
.inys-box{
	background: url(../images/in-ys-bj.jpg) no-repeat center center;
	background-size: cover;
	height: 670px;
	padding: 90px 0 80px;
	min-width: 1200px;
}
.inys-lef{
	width: 598px;
	height: 398px;
	float: left;
	margin-top: 76px;
}
.inys-rig{
	width: 564px;
	float: right;
	padding-right: 10px;
}
.inys-rig h3{
	font-size: 30px;
	font-weight: bold;
	color: #23A864;
	margin-bottom: 30px;
}
.inys-rig ul li{
	margin-bottom: 30px;
}
.inys-rig ul li div{
	font-size: 22px;
	font-weight: bold;
}
.inys-rig ul li div img{
	margin-right: 16px;
}
.inys-rig ul li p{
	line-height: 25px;
}
/*公司简介*/
.inabo-box{
	padding-top: 65px;
	padding-bottom: 70px;
}
.til-top{
	font-size: 34px;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 15px;
	text-align: center;
}
.til-img{
	text-align: center;
	margin-top: 20px;
}
.inabo-tt{
	background: url(../images/inabo-bj.jpg) no-repeat center center;
	height: 455px;
	background-size: cover;
	margin-top: -40px;
}
.inabo-tt>div{position: relative;}
.inabo-imp{
	width: 685px;
	margin: 20px auto 16px;
	padding-top: 25px;
	line-height: 26px;
	text-align: center;
}
.inabo-left{
	position: absolute;
	right: 50px;
    top: 90px;
	background-color: #23A864;
}
.inabo-left ul li{
	background-color: white;
    color: #23A864;
    padding: 7px 30px;
    border-radius: 20px;
    font-size: 20px;
    margin-bottom: 34px;
}
.inabo-nb{
	width: 540px;
}
.inabo-nb ul li{
	float: left;
	width: 50%;
	height: 73px;
	margin-top: 45px;
}
.inabo-nb ul li p{
	float: left;
	width: 73px;
	height: 73px;
}
.inabo-nb ul li p img{
	width: 100%;
	height: 100%;
}
.inabo-nb ul li div{
	margin-left: 83px;
	color: white;
}
.inabo-nb ul li div span{
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}
.inabo-nb ul li div h2{
	font-size: 40px;
	font-weight: bold;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.inabo-bot{
	padding-top: 40px;
}
.inabo-chag{
	background: url(../images/line.jpg) no-repeat center center;
	text-align: center;
}
.inabo-chag span{
	width: 124px;
	height: 34px;
	text-align: center;
	display: inline-block;
	font-size: 16px;
}
.inabo-chag span a{
	display: block;
	border: 1px solid #B2B2B2;
	color: #333;
	line-height: 33px;
	transition: all 0.3s;
	background-color: white;
}
.inabo-chag span a:hover{
	background-color: #23A864;
	border-color: #23A864;
	color: white;
}
.inabo-bot .swiper-slide img{
	width: 262px;
	height: 180px;
}
.inabo-sw{
	width: 1104px;
	margin-top: 40px;
}
.inabo-sw .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.inabo-bb{
	position: relative;
}
.swiper-button-next, .swiper-button-prev {
    width: 36px;
    height: 74px;
    margin-top: -125px;
    -moz-background-size: 36px 74px;
    -webkit-background-size: 36px 74px;
    background-size: 36px 74px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/nn.png);
    right: 0;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/pp.png);
    left: 0;
}
/*亮点*/
.inld-box{
	padding-bottom: 45px;
}
.indl-til{
	text-align: center;
	margin-bottom: 46px;
}
.indl-til span{
	display: inline-block;
	margin: 0 35px;
}
.indl-til p{
	width: 1050px;
	line-height: 26px;
	font-size: 15px;
	color: #666666;
	margin: 20px auto 0;
	text-align: center;
}
.inld-tex{
	margin-bottom: 30px;
}
.inld-ic{
	float: left;
	width: 54px;
	height:65px;
	color: white;
	text-align: center;
	font-size: 28px;
    padding-top: 6px;
	font-weight: bold;
	background: url(../images/inld-ic.png) no-repeat center center;
	background-size: cover;
}
.inld-imp{
	margin-left: 68px;
}
.inld-imp span{
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #23A864;
	margin-bottom: 15px;padding-left: 10px;
}
.inld-imp ul li{
	margin-bottom: 8px;
	color: #666;
	font-size: 16px;
	line-height: 25px;
	width: 510px;
}
.inld-imp ul li img{
	float: left;
	width: 9px;
	height: 11px;
	margin-top: 9px;
}
.inld-imp ul li p{
	margin: 0;
	margin-left: 14px;
}
.inld-lefbox{
	float: left;
}
.inld-rig{
	float: right;
}
.inld-img{
	max-width: 577px;
	text-align: right;
}
.inld-img img{
	max-width: 100%;
}
.inld-tett{
	padding-top: 64px;
}
.inld-tetf{
	padding-top: 20px;
}
/*服务*/
.infw-box{
	padding: 45px 0 0;
	height: 526px;
	background: url(../images/infw-bj.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.infw-tex ul{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.infw-tex ul li{
	height: 134px;
	width: 134px;
	border: 1px solid #DDD;
	border-radius: 50%;
	background-color: white;
	text-align: center;
	font-size: 15px;
	transition: all 0.3s;
}
.infw-tex ul li p{
	width: 49px;
	height: 42px;
	margin: 30px auto 10px;	
}
.infw-tex ul li p img{
	max-width: 100%;
	max-height: 100%;
}
.infw-tex ul li:hover{
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.infw-bot{
	display: inline-block;
    font-size: 20px;
    background-color: #23A864;
    padding: 10px 35px 16px;
    border-radius: 38px;
    margin-top: 40px;
    color: white;
}
.infw-bot span{
	font-size: 30px;
	display: inline-block;
    position: relative;
    top: 3px;
}
/*案例*/
.incase-box{
	padding: 50px 0 45px;
}
.inca-til{
	font-size: 36px;
	text-align: center;
	margin-bottom: 35px;
}
.inca-til span{
	color: #23A864;
}
.inca-chag ul li{
	width: 283px;
	height: 80px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/inca-topbj0.png);
	transition: all 0.4s;
	float: left;
}
.inca-chag ul li:not(:last-child){
	margin-right: 22px;
}
.inca-chag ul li:hover{
	background-image: url(../images/inca-topbj1.png);
}
.inca-chag ul li a{
	display: block;
	padding-top: 18px;
    padding-left: 54px;
	color: #333333;
	font-size: 20px;
}
.inca-chag ul li a:hover{
	color: white;
}
.inca-chag ul li span{
	font-size: 12px;
	display: block;
	margin-top: 2px;
}
.incase-tex{
	padding-top: 40px;
}
.incase-tex ul li{
	float: left;
	width: 280px;
	margin-bottom: 30px;
	margin-left: 26px;
}
.incase-tex ul li:nth-of-type( 4n+1){
	margin-left: 0;
}
.incase-tex ul li p{
	width: 100%;
	height: 210px;
	margin-bottom: 13px;
	overflow: hidden;
}
.incase-tex ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.incase-tex ul li span{
	display: block;
	color: #333;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.incase-tex ul li a:hover p img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.incase-tex ul li a:hover span{
	color: #017C3D;
}
/*新闻*/
.innews-left{
	width: 585px;
	float: left;
	
}
.innews-til{
	background-color: #F1F1F1;
	height: 42px;
	padding-right: 15px;
}
.innews-til div{
	display: inline-block;
}
.innews-til div span{
	display: inline-block;
	line-height: 42px;
}
.innews-til div span a{
	padding: 10.5px 36px;
	font-size: 16px;
	background-color: transparent;
	color: #666;
}
.innews-til div span:first-of-type a{
	background-color: #23A864;
	color: white;
}
.innews-til div span a:hover{
	background-color: #23A864;
	color: white;
}
.innews-til p{
	float: right;
	margin-top: 12px;
    margin-bottom: 0;
}
.innews-til p a{
	color: #999;
	font-size: 12px;
}
.innews-til p a:hover{
	color: #23A864;
}
.innews-toptex{
	padding-top: 30px;
}
.innews-toptex span{
	display: block;
	float: left;
}
.innews-toptex img{
	width: 200px;
	height: 125px;
}
.innews-toptex div{
	margin-left: 218px;
}
.innews-toptex h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #333;
}
.innews-toptex a:hover h3{
	color: #017C3D;
}
.innews-toptex p{
	font-size: 12px;
	line-height: 23px;
	color: #333;
}
.innews-left ul li{
	padding: 20px 0;
	border-bottom: 1px dashed #D1D1D1;
	font-size: 16px;
	padding-right: 25px;
}
.innews-left ul li img{
	width: 16px;
	height: 16px;
	margin-right: 5px;
    margin-bottom: 1px;
}
.innews-left ul li p{
	display: inline-block;
	color: #333;
	margin: 0;
}
.innews-left ul li:hover p{
	color: #017C3D;
}
.innews-left ul li span{
	float: right;
	color: #333;
}
.innews-right{
	width: 585px;
	float: right;
}
.innews-sp a{
	background-color: black !important;
	color: white;
}
.inwt-tex ul li{
	border-bottom: 1px dashed #D1D1D1;
	font-size: 16px;
	line-height: 25px;
	padding: 27px 0;
}
.inwt-tex ul li div{
	font-weight: bold;
	margin-bottom: 18px;
	color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inwt-tex ul li img{
	float: left;
	width: 25px;
	height: 25px;
}
.inwt-tex ul li span{
	display: block;
	margin-left: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inwt-tex ul li p{
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.list_lh {
	height: 532px;
	overflow: hidden;
}
.innews-box{
	padding-bottom: 50px;
}
/*页尾*/
footer{
	min-width: 1200px;
	clear: both;
	padding-top: 42px;
	background-color: #161817;
}
.foot-text{
	display: inline-block;
	margin-right:80px;
	vertical-align: text-top;
}
.foot-text div:first-of-type{
	color: white;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 4px;
}
.foot-text div:nth-of-type(2){
	margin-bottom: 34px;
}
.foot-text ul li{
	margin-bottom: 15px;
	padding-left: 4px;
	font-size: 14px;
	color: #CCCCCC;
}
.foot-text ul li a{
	font-size: 14px;
	color: #CCCCCC;
}
.foot-othtext{
	float: right;
	margin-right: 45px;
}
.foot-othtext ul{
	width: 325px;
}
footer>div div:nth-of-type(4){
	margin-right: 0;
}
.thefooter-bot{
	border-top: 1px solid #282828;
	margin-top: 20px;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	padding-bottom: 10px;
}
.thefooter-bot>div>div{
	float: right;
	    margin-top: -20px;
}
.thefooter-bot>div>div>a{
	
}
.thefooter-bot>div>div>a img{
	width: 25px;
}

/*污水处理页面*/
.oth-case{
	padding: 45px 0 35px;
}
.oth-til{
	text-align: center;
	margin-bottom: 35px;
}
.oth-til div{
	background: url(../images/oth-catilbj.png) no-repeat center center;
	padding-top: 18px;
	font-size: 36px;
	color: #23A864;
	font-weight: bold;
}
.oth-til p{
	font-size: 16px;
	color: #666666;
	margin: 10px 0 0;
}
.oth-pro{
	background-color: #F8F8F8;
	padding: 55px 0 130px;
}
.oth-proleft{
	width: 283px;
	float: left;
}
.oth-prolef-til{
	background-color: #23A864;
	color: white;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0 0 20px;
	width: 100%;
	height: 111px;
}
.oth-prolef-til img{
	float: left;
	width: 53px;
	height: 53px;
	margin-top: 10px;
}
.oth-prolef-til div{
	margin-left: 60px;
}
.oth-prolef-til span{
	display: block;
	font-size: 18px;
}
.oth-proleft ul{
	background-color: white;
	padding-top: 10px;
	min-height: 710px;
}
.oth-proleft ul li{
	width: 100%;
	margin-bottom: 10px;
}
.oth-proleft ul li a{
	display: block;
	padding: 14px 28px;
	padding-right: 10px;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s;
}
.oth-proleft ul li:last-of-type a{
	color: #23A864;
}
.oth-proleft ul li img{
	width: 7px;
	height: 12px;
	margin-right: 12px;
	margin-bottom: 3px;
	-webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%);
    transition: all 0.3s;
}
.oth-proleft ul li:last-of-type img{
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
}
.oth-proleft ul .oth-proact a{
	background: #23A864;
	color: white;
	box-shadow: 0 4px 6px 1px #C3C3C3;
}
.oth-proleft ul .oth-proact img{
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
}
.oth-proleft ul li:not(:last-child) a:hover{
	background: #23A864;
	color: white;
	box-shadow: 0 4px 6px 1px #C3C3C3;
}
.oth-proleft ul li:not(:last-child) a:hover img{
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
}
.oth-proright{
	width: 890px;
	float: right;
}
.oth-proright ul li{
	float: left;
	margin-left: 25px;
	margin-bottom: 25px;
	width: 280px;
}
.oth-proright ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.oth-proright ul li p{
	width: 100%;
	height: 215px;
	margin-bottom:0px;
	transition: all 0.3s;
}
.oth-proright ul li p img{
	width: 100%;
	height: 100%;
}
.oth-proright ul li span{
	display: block;
	font-size: 16px;
	color: #777;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.oth-proright ul li a:hover p{
	border: 1px solid #23A864;
}
.oth-proright ul li a:hover{
	color: #23A864;
}
.oth-ys{
	padding: 0 0 20px;
}
.oth-ystop{
	position: relative;
	text-align: center;
	height: 142px;
	background: url(../images/oth-mainimg.png) no-repeat center center;
	background-size: cover;
	min-width: 1200px;
	bottom: 70px;
}
.oth-ysleft{
	float: left;
}
.oth-ysright{
	float: right;
}
.oth-ystex>ul>li{
	margin-bottom: 35px;
}
.oth-ysimp{
	margin-bottom: 24px;
}
.oth-ysnn{
	float: left;
	width: 108px;
	height: 100px;
	background: url(../images/oth-ysic.png) no-repeat center center;
	background-size: cover;
	font-size: 42px;
	font-weight: bold;
	padding-top: 18px;
	text-align: center;
	position: relative;
	bottom: 9px;
    color: white;
    padding-left: 7px;
}
.oth-ysty{
	margin-left: 108px;
	width: 540px;
}
.oth-ysstil{
	background: url(../images/oth-ysbb.png) center center;
	background-size: cover;
	width: 100%;
	padding: 12px 10px 12px 38px;
	font-size: 12px;
	margin-bottom: 12px;
}
.oth-ysstil span{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.oth-ystt{
	padding-left: 36px;
    padding-right: 5px;
    text-align: justify;
}
.oth-ystt span{
	background-color: #FB7100;
	width: 5px;
	height: 12px;
	display: inline-block;
	margin-bottom: 6px;
	float: left;
	margin-top: 6px;
}
.oth-ystt p{
	margin-left: 15px;
	color: #666;
	line-height: 24px;
	margin-bottom: 6px;
	font-size: 15px;
}
.oth-ysimg{
	max-width: 549px;
	text-align: center;
}
.oth-ysimg img{
	max-width: 100%;
}
.oth-ystt ul li{
	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
}
.oth-ystt ul li span{
	margin-right: 10px;
    margin-top: 3px;
}
.oth-hz{
	background: url(../images/oth-hz1.png) no-repeat center center;
	padding: 50px 0;
	height: 650px;
}
.oth-hztil{
	font-size: 16px;
	color: #6B6969;
	text-align: center;
	margin-bottom: 50px;
}
.oth-hztil span{
	display: block;
	font-size: 36px;
	color: #23A864;
	font-weight: bold;
	margin-bottom: 10px;
}
.oth-hzul{
	text-align: center;
}
.oth-hzul ul li{
	width: 170px;
	height: 160px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background: url(../images/oth-hzic.png);
	padding-top: 40px;
    display: inline-block;
    margin: 0 33px 45px;
}
.oth-hzul ul li span{
	display: block;
	font-size: 36px;
	margin-top: 6px;
}
.oth-jj{
	padding: 48px 0;
}
.oth-jjul ul li{
	width: 300px;
	height: 300px;
	float: left;
}
.oth-jjul ul li img{
	width: 100%;
	height: 100%;
}
.oth-jjul ul li div{
	width: 100%;
	text-align: center;
	border-top: 4px solid #23A864;
	padding-top: 10px;
	font-size: 36px;
	color: #23A864;
	font-weight: bold;
	margin-bottom: 10px;
}
.oth-jjul ul li span{
	display: block;
	font-weight: bolder;
	font-size: 20px;
	margin-bottom: 12px;
	padding: 0 34px;
}
.oth-jjul ul li p{
	color: #666;
	padding: 0 25px;line-height: 23px;
}
.oth-jjul ul li p:last-of-type{
	margin: 0;
}
.oth-abo{
	background: url(../images/oth-abobj.jpg) no-repeat center center;
	padding: 50px 0;
	height: 910px;
}
.oth-tils{
	text-align: center;
	margin-bottom: 35px;
}
.oth-tils div{
	background: url(../images/oth-abotilbj.png) no-repeat center center;
	padding-top: 18px;
	font-size: 36px;
	color: #23A864;
	font-weight: bold;
}
.oth-tils p{
	font-size: 16px;
	color: #666666;
	margin: 10px 0 0;
}
.oth-abotex{
	width: 878px;
	background-color: #EEEEEE;
	padding: 35px 22px 25px;
	float: left;
}
.oth-abotex p{
	color: #444;
	font-size: 15px;
	line-height: 34px;
	margin-bottom: 3px;
}
.oth-aboul{
	float: right;
	width: 304px;
}
.oth-aboul ul li{margin-bottom: 20px;}
.oth-aboul ul li a{
	display: block;
	padding: 28px 10px 28px 35px;
	background-color: #EEEEEE;
	color: #808080;
	transition: all 0.4s;
}
.oth-aboul ul li img{
	float: left;
	-webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -ms-filter: brightness(50%);
    -o-filter: brightness(50%);
    filter: brightness(50%);
    transition: all 0.4s;
    margin-top: 4px;
}
.oth-aboul ul li div{
	margin-left: 62px;
}
.oth-aboul ul li div span{
	display: block;
	font-size: 24px;
	font-weight: bold;
}
.oth-aboul ul .oth-aboact a{
	background-color: #23A864;
	color: white;
	box-shadow: 4px 4px 6px 1px #AAAAAA;
}
.oth-aboul ul .oth-aboact img{
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
}
.oth-aboul ul li a:hover{
	background-color: #23A864;
	color: white;
	box-shadow: 4px 4px 6px 1px #AAAAAA;
}
.oth-aboul ul li a:hover img{
	-webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -ms-filter: brightness(100%);
    -o-filter: brightness(100%);
    filter: brightness(100%);
}
.oth-abobot{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.oth-abobot img{
	width: 385px;
	height: 263px;
}
.oth-abobot img:nth-of-type(2){
	margin: 0 15px
}

/*其他页面*/

/*标题与路径*/
.tilandluj-box{
	padding-top: 40px;
	padding-bottom: 50px;
	line-height: 40px;
}
.tilandluj-box>div div{
	font-size: 34px;
	color: #009B4C;
	display: inline-block;
}
.tilandluj-box>div div span{
	font-size: 18px;
	font-family: arial;
	color: #666666;
	margin-left: 10px;
}
.tilandluj-box p{
	font-size: 16px;
	float: right;
	padding-top: 5px;
}
.tilandluj-box p a,.tilandluj-box p a:hover{
    color: #666;
}
.tilandluj-box p img{
	width: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
}
.tilandluj-box p span{
	color: #009B4C;
}

/*关于我们页面*/
.about-box{
	clear: both;
}
.about-til span{
	display: inline-block;
	margin-right: 30px;
	width: 154px;
	font-size: 16px;
	text-align: center;
	height: 50px;
	line-height: 42px;
}
.about-til span:hover{
	cursor: pointer;
}
.about-til span{
	color: #333333;
	background-image: url(../images/xuanx02.png);
	background-repeat: no-repeat;
}
.about-til .abospact{
	color: white;
	background-image: url(../images/xuanx.png);
	background-repeat: no-repeat;
}
.about-text{
	margin-top: 50px;
	padding-bottom: 50px
}
.about-text p{
	font-size: 16px;
	text-align: justify;
	margin-bottom: 60px;
	color: #666666;
	line-height: 36px;
}
.ab-text-img{
	float: right;
	margin-left: 36px;
}
.ab-text-img>img{
	width: 569px;
}

.about-rongyu ul{
	padding-top: 50px;
}
.about-rongyu ul li{
	float: left;
	margin-left: 43px;
	margin-bottom: 30px;
}
.about-rongyu ul li:nth-of-type(5n+1){
	margin-left: 0;
}
.about-rongyu ul li img{
	width: 205px;
	height: 292px;
	border: 1px solid #009B4C;
}
.about-rongyu>ul li div{
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background-color: #009B4C;
	color: white;
}

/*分页*/
.fenye{
	text-align: center;
	margin-top: 32px;
	font-size: 15px;
	padding-bottom: 40px;
}
.fenye ul li{
	display: inline-block;
	margin: 0 5px;
}
.fenye ul li a{
	display: block;
	color: #333;
	    padding: 2px 7px;
}
.fenye ul .fyact a{
	background-color: #24A866;
	color: white;
}

.prode-box{background-color: white;padding: 20px;}
.prode-img{
	width: 350px;
	height: 320px;
	border: 1px solid #ABBAAB;
	float: left;
}
.prode-img img{
	width: 100%;
	height: 100%;
}
.prode-tex{
	margin-left: 378px;
	padding: 30px;
	background-color: #F5F5F5;
}
.prode-tex div{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.prode-tex ul li{
	color: #333333;
	line-height: 38px;
    font-size: 16px;
}
.prode-tex ul li p{
	margin: 0;
	color: #999999;
	display: inline-block;
	width: 426px;
}
.prode-tex ul li span{
	float: left;
}
.prode-tex ul li a{color: #577E25;}
.prode-top{
	margin-bottom: 50px;
}
.prode-chag{
	border-bottom: 1px solid #577E25;
	margin-bottom: 36px;
	padding-top: 30px;
}
.prode-chag span{
	display: inline-block;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	margin-right: 45px;
	cursor: pointer;
}
.prode-chag .prode-act{
	color: #577E25;
}
.prode-imp{
	padding-bottom: 40px;
}
.prode-imp ul li{
	font-size: 16px;
	color: #999999;
	margin-bottom: 30px;
}
.prode-imp ul li span{
	color: black;
}
.prode-imp p{
	font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 10px;
}
.prode-imp span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #017C3D;
	margin-bottom: 30px;
}

	
.case-box>div>ul li{
	float: left;
	width: 282px;
	margin-left: 24px;
	margin-bottom: 30px;
	border: 1px solid #E0DEDE;
}
.case-box>div>ul li:nth-of-type(4n+1){
	margin-left: 0;
}
.case-box>div>ul li p{
	width: 100%;
	height: 215px;
	overflow: hidden;
	margin: 0;
}
.case-box>div>ul li p img{
	width: 100%;
	height: 100%;
	transition: all 0.4s;
}
.case-box>div>ul li div{
	width: 100%;
	padding: 14px;
	color: #333333;
	font-size: 16px;
	text-align: center;
}
.case-box>div>ul li a:hover img{
	border-color: #009B4C;
}
.case-box>div>ul li:hover{
	border-color: #009B4C;
}
.case-box>div>ul li a:hover div{
	color: #009B4C;
}

.news-top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.news-top>img{
	width: 395px;
	height: 250px;
}
.news-top>div{
	width: 810px;
	padding: 30px 20px 5px;
}
.news-top>div>div:nth-of-type(1){
	font-size: 18px;
	margin-bottom: 5px;
}
.news-top>div>div:nth-of-type(2){
	font-size: 12px;
	color: #999999;
	margin-bottom: 10px;
}
.news-top>div>div:nth-of-type(3){
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	margin-bottom: 30px;
}
.news-top>div>a{
	font-size: 12px;
	background-color: #017C3D;
	color: white;
	padding: 8px 22px;
	border-radius: 16px;
}
.news-text{
	display: flex;
	justify-content: space-between;
	padding-bottom: 15px;
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 45px;
}
.news-text>div:nth-of-type(1){
	width: 76px;
	height: 80px;
	text-align: center;
}
.news-text>div:nth-of-type(1)>div:first-of-type{
	font-size: 30px;
	height: 50px;
	line-height: 50px;
	background-color: #E8E8E8;
}
.news-text>div:nth-of-type(1)>div:nth-of-type(2){
	height: 30px;
	line-height: 30px;
	color: white;
	background-color: #017C3D;
}
.news-text>div:nth-of-type(2){
	width: 1094px;
}
.news-text>div:nth-of-type(2)>div:first-of-type{
	font-size: 18px;
	margin-bottom: 12px;
	padding-top: 3px;
}
.news-text>div:nth-of-type(2)>div:nth-of-type(2){
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.news-text>div:nth-of-type(2)>div:nth-of-type(2)>a{
	color: black;
}
.news-text>div:nth-of-type(2)>div:nth-of-type(2)>a:hover{
	color: #017C3D;
}
.thefenye>ul>li:first-of-type>a>img{
	margin-right: 10px;
}
.thefenye>ul>li:last-of-type>a>img{
	margin-right: 7px;
}

/*案例 新闻 内页*/
.case-de-box{
	margin-top: 100px;
}
.case-de-til{
	text-align: center;
	font-size: 20px;
	color: #525252;
	margin-bottom: 30px;
	font-weight: bold;
}
.case-de-text{
	margin-bottom: 60px;
}
.case-de-text>div{
	font-size: 18px;
	color: #525252;
	line-height: 30px;
	text-indent: 37px;
	text-align: justify;
}
.case-de-text>.case-de-img{
	text-indent: 0;
	line-height: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.case-de-text>.case-de-img img{
	max-width: 100%;
}
.case-de-chang{
	margin-bottom: 40px;
}
.case-de-chang>div{
	font-size: 16px;
	color: #111111;
	margin-bottom: 12px;
}
.case-de-chang>div a{
	color: #111111;
}

.cont-map{
	width: 100%;
	height: 335px;
	margin-bottom: 36px;
}
.cont-map img{
	width: 100%;
	height: 100%;
}
.cont-tex ul{
	display: inline-block;
}
.cont-tex ul:nth-of-type(2){
	float: right;
	margin-right: 300px;
}
.cont-tex ul li{
	font-size: 16px;
	margin-bottom: 6px;
}
.cont-tex ul li span{
	display: inline-block;
	width: 20px;
	margin-right: 8px;
	position: relative;
    bottom: 2px;
}
.cont-tex ul li:first-of-type{
	font-size: 18px;
	margin-bottom: 18px;	
}
.cont-bot form{
	margin-top: 50px;
}
.cont-bot form div{
	margin-bottom: 28px;
}
.cont-bot form div span{
	display: inline-block;
	width: 258px;
}
.cont-bot form div span:not(:last-child){
	margin-right: 45px;
}
.cont-bot form div span label{
	display: block;
	color: #666666;
	font-weight: 100;
	margin-bottom: 3px;
}
.cont-bot form div span input{
	height: 40px;
	width: 100%;
	background-color: #F4F4F4;
	border: none;
	padding-left: 5px;
}
.cont-bot form>label{
	display: block;
	color: #666666;
	margin-bottom: 3px;
	font-weight: 100;
}
.cont-bot form textarea{
	width: 100%;
	height: 140px;
	background-color: #F4F4F4;
	margin-bottom: 25px;
	border: none;
}
.cont-bot form input[type=submit]{
	color: white;
	background-color: #23A864;
	    padding: 6px 34px;
	border: none;
}
.cont-box{
	/*min-height: 800px;*/
	margin-bottom: 50px;
}
.om-box{
	margin-bottom: 25px;
}
.abo-til{
	font-size: 24px;
	margin-bottom: 25px;
	padding-top: 10px;
}
.abo-til span{
	font-size: 14px;
	color: #999999;
	display: inline-block;
	margin-left: 12px;
}
.abo-tex p{
	text-align: justify;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 26px;
}
.abo-tex div{
	margin-bottom: 26px;
}
.abo-tex div img{
    max-width: 100%;
}



.about-rongyu>ul{
	padding-top: 50px;
}
#index>li{
	float: left;
	margin-left: 43px;
	margin-bottom: 30px;
}
#index>li:nth-of-type(5n+1){
	margin-left: 0;
}
#index>li>a>img{
	width: 205px;
	height: 292px;
	border: 1px solid #009B4C;
}
#index>li>a>div{
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background-color: #009B4C;
	color: white;
}

.case_ta{display: none;}



.my-map { margin: 0 auto; width: 100%; height: 100%; }
		.my-map .icon { background: url(../images/marker.png) no-repeat; }
		.my-map .icon-cir { height: 31px; width: 28px; }
		.my-map .icon-cir-red { background-position: -11px -5px; }
		.amap-container{height: 100%;}


.inld-img img{
	transition: all 0.4s;
}
.inld-img img:hover{
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}
.oth-proright ul li div {
    width: 100%;
    height: 47px;
    padding: 15px 10px;
    background-color: #F5F5F5;
    transition: all 0.4s;
}
.oth-proright ul li div h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: black;
    display: inline-block;
}
.oth-proright ul li div span {
    color: black;
    display: inline-block;
    float: right;
    margin-top: -1px;
}
.oth-proright ul li div span img {
    width: 5px;
    height: 7px;
    margin-left: 8px;
    margin-bottom: 2px;
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0);
    filter: brightness;
    transition: all 0.4s;
}

.az{
    display: inline-block;
    margin-top: 0px;
    margin-left: 20px;
    color: red;
font-size: 25px;
    width: 100px;
}
.ftx{display:none;}