/* 新闻中心 */
.main_con_ul li{
	width: 100%;
	height: 104px;
	border-bottom: 1px solid #DDDDDD;
	padding:38px 0px;
}
/* 左边样式 */
.news_li_lf{
	width: 60px;
	height: 104px;
	margin-right: 50px;
	float: left;
}
.news_li_lf a{
	display: block;
}
.news_li_lf p{
	width: 58px;
	height: 68px;
	border:1px solid #009B4D;
	text-align: center;
	line-height: 70px;
	color:#009B4D;
	margin-bottom: 4px;
	font-weight: 600;
	font-size:30px;
	font-family: Arial;
	background: url(images/news_li_bg.png) no-repeat 0px 70px;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s;
}
.news_li_lf span{
	display: block;
	width: 60px;
	height: 30px;
	background: #009B4D;
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
}
.main_con_ul a:hover .news_li_lf p{
	background-position: 0px 0px;
	color:#fff;
}
.main_con_ul a:hover .news_li_rg h2{
	color:#009B4D;
}
/* 右边样式 */
.news_li_rg{
	height: 104px;
	width: 1010px;
	float: left;
	position: relative;
}
.news_li_rg h2{
	font-size: 16px;
	color:#333;
	line-height: 30px;
}
.news_li_rg p{
	font-size: 14px;
	color:#666;
	line-height: 25px;
}
.news_li_rg span{
	font-size: 14px;
	color: #009B4D;
}
.news_li_rg i{
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/news_icon.png) no-repeat;
	position: absolute;
	bottom:0px;
	right:0px;
}

/* 会员专区 */
.member_main{
	width: 100%;
	overflow: hidden;
}
.member_main li:nth-child(3n+0){
	margin-right: 0px!important;
}
.member_main li{
	width: 340px;
	height: 315px;
	margin:50px 50px 0px 0px;
	float:left;
}
.member_main li a{
	width: 340px;
	height: 315px;
	display: block;
}
.member_main li div{
	width: 340px;
	height: 260px;
	margin-bottom:5px;
	position: relative;
}
.member_main li a div h2{
	width:340px;
	height:260px;
	overflow: hidden;
}
.member_main_img{
	width:340px;
	height:260px;
	transition: 0.5s;
	-ms-transition: 0.5s;
	-webkit-transition: 0.5s; 
	-o-transition: 0.5s;
}

.member_main li a div span{
	display: block;
	width: 340px;
	height: 260px;
	position:absolute;
	top:0px;
	left:0px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	background: url(images/member02.png) no-repeat;
}
.member_main li a div .img{
		background: url(images/member04.png) no-repeat;
}
.member_main li a p{
	width: 278px;
	height: 20px;
	padding:14px 30px;
	font-size: 14px;
	color:#333;
	border:1px solid #009B4D;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	background: #fff url(images/member_icon01.png) no-repeat  90% 50% ;
}
.member_main li a:hover .member_span {
	opacity: 1;
}
.member_main li a:hover .member_p {
	color:#fff;
	background: #009B4D url(images/member_icon02.png) no-repeat  90% 50% ;
}
.member_main li a:hover .member_main_img{
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}
/* 行业评定 */
.evaluation_main{
	width: 100%;
	margin-top:20px;
}
.evaluation_main li{
	height:91px;
}
.evaluation_main li a{
	height: 50px;
	padding:20px 0px;
	display: block;	
	border-bottom: 1px solid #E3E3E3;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.evaluation_main li a p{
	float:left;
	width: 50px;
	height: 50px;
	background: #F2F2F2;
	color:#009B4D;
	font-size:30px;
	margin-right:20px;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.evaluation_main li a h2{
	float:left;
	font-size:18px;
	color:#333;
	line-height: 30px;
	margin-top:10px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.evaluation_main li a span{
	display: block;
	float:right;
	height:25px;
	width: 90px;
	font-size:16px;
	color:#999;
	margin-top: 13px;
}
.evaluation_main li a:hover .evaluation_h2{
	color:#009B4D;
}
.evaluation_main li a:hover .evaluation_p{
	color:#fff;
	background:#009B4D; 
}
.evaluation_main li a:hover{
	border-bottom: 1px solid #009B4D;
}
/* 清洁技术 */
.technology_main{
	width: 100%;
	margin-top:20px;
}
.technology_main li{

}
.technology_main li a{
	height: 50px;
	padding:25px 0px;
	display: block;	
	border-bottom: 1px solid #E3E3E3;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.technology_p{
	float:left;
	width: 60px;
	height: 50px;
	background:#F6F6F6;
	margin-right:20px;
	line-height: 50px;
	position: relative;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.technology_img1{
	width: 30px;
	height: 1px;
	position: absolute;
	left:15px;
	top:24px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.technology_img2{
	display: none;
	width: 30px;
	height: 30px;
	position: absolute;
	left:15px;
	top:10px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.technology_main li a h2{
	float:left;
	font-size:18px;
	color:#333;
	line-height: 30px;
	margin-top:10px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.technology_main li a span{
	display: block;
	float:right;
	height:25px;
	width: 90px;
	font-size:16px;
	color:#999;
	margin-top: 13px;
}
.technology_i{
	display: block;
	float:right;
	height:25px;
	width: 215px;
	margin-top: 13px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
	background: url(images/technology_icon01.png) no-repeat right center;
}
.technology_main li a:hover .technology_h2{
	color:#009B4D;
}
.technology_main li a:hover .technology_p{
	background:#009B4D; 
}
.technology_main li a:hover .technology_img1{
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);		
	-webkit-transform: rotate(90deg);	
	-o-transform: rotate(90deg);		
	-moz-transform: rotate90deg);	
}
.technology_main li a:hover .technology_img2{ 
display: block;
} 

.technology_main li a:hover{
	border-bottom: 1px solid #009B4D;
}
.technology_main li a:hover .technology_i{
		background-image:url(images/technology_icon03.png) ; 
}
/* 政策标准 */

.standard_p{
	float:left;
	width: 60px;
	height: 50px;
	background:url(images/standard_icon01.png);
	margin-right:20px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color:#009B4D;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.technology_main li a:hover .standard_p{
	color:#fff;
	background:url(images/standard_icon02.png); 
}
.standard_main li a:hover{
	padding:40px 0px;
	border-bottom: 1px solid #E3E3E3 !important;
}
/* 联系我们 */
.contact_us_main{
	width: 100%;
	margin-top:20px;	
}
.contact_us_top{
	overflow: hidden;
}
.contact_us_lf{
	width: 50%;
	float:left;
	height: 165px;
	border-right: 1px solid #E6E6E6
}
.contact_us_lf ul{
	margin-left: 160px;
}
.contact_us_lf ul li{
	height: 30px;
	margin-bottom: 15px;
	margin-left: 10px;
	transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.contact_us_lf ul li:last-child{
	margin-bottom: 0px;
} 
.contact_us_lf ul li:hover{
	margin-left: 0px;
}
.contact_us_lf ul li img{
	float: left;
	margin-right: 15px;
	line-height: 30px;
}
.contact_us_lf ul li span{
	display: block;
	float: left;
	font-size: 14px;
	color:#333;
}
.contact_us_rg{
	float: left;
	width: 49%;
	height: 165px;
	text-align: center;
} 
.contact_us_rg p{
	font-size: 14px;
	color: #333;
}
.contact_us_con{
	width: 100%;
	height: 500px;
	margin-top:40px;
	margin-bottom: 30px;
}