.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;
	border-bottom: 1px dashed #6f9a0c;
}
.env_main{
	width: 1200px;
	margin: 0 auto;
}
.env_main .env_content{
	width: 1150px;
	float: left;
	padding: 10px 0;
	margin-left: 50px;
}
.env_text{
    width: 750px;
    float: left;
	}
.img{
    float: left;
	width:382px;
    text-align: center;
	margin:20px 0;
}
.eco_img{
	width: 570px;
	min-height: 350px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #fff !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.eco_img2{
	/* width: 50%; */
	/* min-height: 275px; */
	width: 100%;
	min-height: 300px;
	float: left;
}
.Gre_gasbg{
	background-image: url(../images/Gre_gasbg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 100%;
	float:left;
}
.Gre_gastext{
	width: 100%;
	float:left;
	padding: 15px 0;
}
.Gre_gastext img{
	padding:10px;
	float:right;
}
.Gre_gastext .text{
	/* width: 60%; */
	float: left;
}
.Gre_gastext .img{
	width: 100%;
	/* float: left; */
	margin: 2rem 0 0;
}
.Gre_gastext .deco{
	background-image: url(../images/Gre_gasbg3.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.Gre_gastext table{
	border-left: 1px dashed #69920c;
	background:none;
}
.Gre_gastext .Gre_gastext td, .sg_bus .Gre_gastext th{
	padding: 8px 15px;
	border-bottom: 1px solid #69920c;
	border-right: 1px dashed #69920c;
	vertical-align: middle;
}
.Gre_gastext .Gre_gastext tr.bg{
	background: #ceebe9;
}
.Gre_gastext .Gre_gastext tr.bg2{
	background: #f8f2e7;
}
.Gre_gastext .tit{
	background: url(../images/env_borBg.png) repeat;
	color: #FFFFFF;
	text-align: center;
}

.Gre_gastext .tit2{
	background: url(../images/env_borBg2.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.unit{
	font-size: 14px;
	color: #009933;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.env_mainBg{
	min-width: 1000px;
}
.env_main{
	width: 970px;
	padding: 0 15px;
}
.env_main .env_content{
	width: 100%;
	margin: 0;
}
.env_text{
	width: 580px;
}
.Gre_gastext .img img{
	width: 100%;
	height: auto;
}
.Gre_gastext .Gre_gastext td, .sg_bus .Gre_gastext th{
	padding: 8px 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.env_mainBg{
	min-width: 320px;
}
.env_main{
	width: 90%;
	padding: 0 5%;
}
.env_main .env_content{
	width: 100%;
	margin: 0;
}
.env_text, .img{
	width: 100%;
}
.img img{
	width: 100%;
	height: auto;
}
.eco_img{
	width: 100%;
	min-height: 275px;
	padding: 0;
	border: 0;
}
.Gre_gastext .deco{
	background: none;
}
.Gre_gastext .img, .Gre_gastext .text{
	width: 100%;
	overflow-x: scroll;
}
.Gre_gastext .Gre_gastext td, .sg_bus .Gre_gastext th{
	padding: 5px;
}
.eco_img2{
	margin: 10px auto;
	min-height: 250px;
}
}



.twoTileTable {
	position: relative;
	overflow: hidden;
}

.twoTileTable::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 285px;
	height: 1px;
	border-bottom:1px dashed #69920c;
	transform: rotate(9deg) translate(-3px, 24px);
}

.twoTileTable.angleTwo::before {
	width: 395px;
	transform: rotate(7deg) translate(-3px, 26px);
}

.twoTileTable > div {
	position: relative;
	width: 100%;
    height: 100%;
    padding: 10px 0;
}

.tabTop {
	position: absolute;
	bottom: 0;
	right: 0;	
}

.tabBtm {
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width:991px) {
	.twoTileTable::before {
		transform: rotate(11deg) translate(-3px, 26px);
	}
	
	.twoTileTable.angleTwo::before {
		transform: rotate(9deg) translate(-3px, 30px);
	}
}

@media screen and (max-width:768px) {
	.twoTileTable::before {
		transform: rotate(8deg) translate(-3px, 19px);
	}
	
	.twoTileTable.angleTwo::before {
		transform: rotate(10deg) translate(-3px, 35px);
	}
}


@media screen and (max-width:576px) {
	.twoTileTable::before {
		transform: rotate(9deg) translate(-3px, 24px);
	}
	
	.twoTileTable.angleTwo::before {
		transform: rotate(7deg) translate(-3px, 26px);
	}

	.mobTable, .mobTableTwo {
		width: 100%;
		overflow-x: scroll;
	}
	
	.mobTable table {
		width: 520px;
	}
	
	.mobTableTwo table {
		width: 900px;
	}
}
