.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.ami_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.ami_main{
	width: 1200px;
	margin: 0 auto;
}
.ami_main .ami_content, .ami_bot .ami_content{
	width: 1150px;
	float: left;
	padding: 0 0 20px 50px;
}
.ami_content .text{
	width: 60%;
	float: left;
}
.ami_content .img{
	width: 40%;
	float: left;
	text-align: center;
}
.ami_botBg{
	width: 100%;
	float: left;
	background: url(../images/cg_ami_bg.gif) left bottom repeat-x;
	min-height: 500px;
	padding: 20px 0;
	border-bottom: 1px solid #73c5ff;
}
.ami_bot{
	width: 1200px;
	margin: 0 auto;
}
.ami_bot .text{
	width: 45%;
	float: left;
}
.ami_bot .img{
	width: 55%;
	float: left;
	padding: 30px 0;
}
.ami_bot .text .top, .ami_bot .text .bot{
	width: 100%;
	float: left;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	margin: 5px 0;
}
.text .tit{
	color: #fff;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
}
.text td{
	padding: 8px 10px;
	vertical-align: middle;
	font-size: 15px;
	line-height: 24px;
	font-weight: 600;
}
.text ul{
	width: 100%;
	float: left;
}
.ami_bot .text p{
	float: left;
	padding: 5px 10px;
	background: rgba(0,0,0,0.4);
	color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 10px 0 5px 0;
}
.ami_bot .text p.eco{
	background: #f39700;
}
.ami_bot .text p.env{
	background: #83b023;
}
.ami_bot .text p.soc{
	background: #29b2d2;
}
.text td li{
	width: 50%;
	float: left;
}
.top, .bot {
	background: rgba(255,255,255,0.85);
}
.top .tit{
	background: url(../images/cg_ami_borBg_1.png) repeat; 
}
.bot .tit{
	background: url(../images/cg_ami_borBg_2.png) repeat; 
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ami_mainBg, .ami_botBg{
	min-width: 1000px;
}
.ami_main, .ami_bot{
	width: 970px;
	padding: 0 15px;
}
.ami_main .ami_content, .ami_bot .ami_content{
	width: 100%;
	padding: 0;
}
.ami_content .img img{
	width: 90%;
	height: auto;
}
.ami_bot .text{
	width: 100%;
}
.ami_bot .img{
	width: 100%;
}
.text td li{
	width: 25%;
}
.ami_bot .img img{
	width: auto;
}
.text table{
	margin: 0 auto;
}
.text td{
	background: #eee;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.ami_mainBg, .ami_botBg{
	min-width: 320px;
}
.ami_main, .ami_bot{
	width: 90%;
	padding: 0 5%;
}
.ami_main .ami_content, .ami_bot .ami_content{
	width: 100%;
	padding: 0;
}
.ami_content .text, .ami_content .img{
	width: 100%;
}
.ami_content .img img{
	width: 100%;
	height: auto;
}
.ami_bot .img{
	padding: 15px 0;
}
}