.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #33784c;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.title2{
	width: 100%;
	text-align:left;

	font-size: 18px;
	color: #333333;
	font-weight: 600;
	background-image: url(../images/env_tit_img_2.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding:0 0 0 20px;
	line-height:40px;
}
.title2 .unit{

	font-size: 16px;
	padding:0px;
	text-align:right;
}

.env_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.end{
	border-bottom: 1px solid #ccc;
}
.env_main{
	width: 1200px;
	margin: 0 auto;
}
.env_content{
	width: 1150px;
	float: left;
	padding: 0;
	margin: 0 0 0 50px;
}
.env_text .text{
    float: left;
	/* width: 38%; */
	width: 100%;
	padding: 0 0 0 2%;
}

.env_text .tab{
	/* width: 60%; */
	width: 100%;
    float: left;
	padding: 0;
	}

.env_text table{
    float: left;	width: 100%;
}
.img{
    float: left;
	width:382px;
    text-align: center;
	margin:20px 0;
}
.env_text .text .tit{
	background: url(../images/env_borBg.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.env_text .text table{
	border-left: 1px dashed #69920c;
}

.env_text .text td, .sg_bus .text th{
	padding: 8px 15px;
	border-bottom: 1px solid #69920c;
	border-right: 1px dashed #69920c;

}
.env_text .text tr.bg{
	background: #d0e8b8;
}
.env_text .text tr.bg2{
	background: #f8f2e7;
}
.env_text .text li{
	padding: 0 0 0 25px;
	background: url(../images/cg_tit_img_3.png) left top no-repeat;
}
.env_watBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/wat_bg.png) bottom repeat-x;
	background-size: cover;
}
.env_wat{
	width: 1200px;
	margin: 0 auto;
}
.wat_text{
    width: 100%;
    float: left;
	padding: 20px 0;
}
.wat_text .text2{
	width: 70%;
	float: left;
}
.wat_text ul.wat{
	float:left;
	width: 30%;
}
.wat_text ul li{
	float:left;
	display:inline;
	width: 45%;
	height: 150px;
	margin-top: 130px;
	padding: 30px 0 0 55%;
	font-weight: 600;
	color: #004e49;
}
.watbg{
	background: url(../images/env_wat.png) 30px top no-repeat;
}
.watbg2{
	background: url(../images/env_wat2.png) 30px top no-repeat;
}

.rec{
	width: 100%;
	float: left;
}
.rec_text{
	width: 50%;
	float: left;
}
.rec .img{
	width: 50%;
	float: left;
	text-align: center;
	margin: 0;
}
.sur{
	width: 100%;
	float: left;
	border-top: 1px solid #a0b566;
}
.sur_text{
	width: 48%;
	float: left;
	padding: 0 2% 0 0;
}
.sur_text2{
	width: 70%;
	float: left;
	padding: 15px;
	background: #f5f9ea;
}
.sur_text .img{
	width: 100%;
	float: left;

}
.eco_img{
	width: 90%;
	min-height: 270px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.non{
	width: 95%;
	border: 0;
	background-color: #faf8f5 !important;
	padding: 10px 0;
	-webkit-border-radius: 100px;
	-webkit-border-bottom-left-radius: 50px;
	-moz-border-radius: 100px;
	-moz-border-radius-bottomleft: 50px;
	border-radius: 100px;
	border-bottom-left-radius: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.env_mainBg, .env_watBg{
	min-width: 1000px;
}
.env_main, .env_wat{
	width: 970px;
	padding: 0 15px;
}
.env_content{
	width: 100%;
	margin: 0;
}
.wat_text ul li{
	width: 40%;
	height: 160px;
	padding: 20px 0 0 60%;
}
.watbg{
	background: url(../images/env_wat.png) 15px top no-repeat;
}
.watbg2{
	background: url(../images/env_wat2.png) 15px top no-repeat;
}
.sur_text .img img{
	width: 100%;
	height: auto;
}
.sur_text2{
	width: 80%;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.env_mainBg, .env_watBg{
	min-width: 320px;
}
.env_main, .env_wat{
	width: 90%;
	padding: 0 5%;
}
.env_content{
	width: 100%;
	margin: 0;
}
.env_text .text, .env_text .tab{
	padding: 0;
	width: 100%;
}
.env_text .tab{
	overflow-x: scroll;
	margin-bottom: 20px;
}
.env_watBg{
	background: url(../images/wat_bg.png) left top repeat-x, url(../images/wat_bg_s.png) bottom center repeat;
}
.wat_text .text2{
	width: 100%;
}
.wat_text ul.wat{
	width: 100%;
}
.watbg{
	background: url(../images/env_wat.png) 5% top no-repeat;
}
.watbg2{
	background: url(../images/env_wat2.png) 5% top no-repeat;
}
.rec_text, .rec .img{
	width: 100%;
}
.rec .img{
	margin-top: 15px;
}
.sur_text{
	width: 100%;
	padding: 0;
}
.sur_text .img{
	margin: 15px 0 0 0;
}
.sur_text .img img{
	width: 100%;
	height: auto;
}
.sur_text2{
	padding: 15px 5%;
	width: 90%;
}
}
