body{
	font-size: 14px;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif, Helvetica-Fraction;
	color: #333;
}
.acsg_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
}
.acsg_top{
	width: 1200px;
	margin: 0 auto;
}
.acsg_top .ctn{
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	position: relative;
	background: url(../images/p2_bg_1.png) center bottom no-repeat;
}
.acsg_top .top{
	width: 900px;
	margin: 0 25px;
	float: left;
	background: url(../images/p2_top_img.png) left center no-repeat;
	padding: 25px 0 0 245px;
}
.acsg_top .tit, .acsg_ctn .tit{
	font-weight: bold;
	font-size: 18px;
	color: #004178;
	margin-bottom: 5px;
}
.acsg_top .btn{
	width: 130px;
	float: left;
	padding: 25px 0 0 0;
}
.acsg_top .btn img{
	margin: 3px 0;
}
.acsg_ctnBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0;
	background: url(../images/p2_bg_2.png) center top repeat-x;
}
.acsg_ctn{
	width: 1200px;
	margin: 0 auto;
}
.acsg_ctn .text{
	width: 710px;
	padding: 0 45px 0 45px;
	float: left;
}
.acsg_ctn .text p{
	margin: 10px 0;
}
.acsg_ctn .img{
	width: 400px;
	float: left;
	text-align: center;
}
.acsg_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	height: auto;
	padding: 30px 0 0 0;
	background: url(../images/p2_bg_3.png) center top repeat-x; 
}
.acsg_bot{
	width: 1200px;
	margin: 0 auto;
}
.acsg_bot ul{
	width: 1170px;
	margin: 40px 15px 20px 15px;
	float: left;
}
.acsg_bot li{
	width: 360px;
	float: left;
	margin: 0 15px;
	position: relative;
}
.acsg_bot li img{
	z-index: 1;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 30px;
	border-radius: 5px;
	border-top-left-radius: 30px;
}
.acsg_bot li .cover{
	position: absolute;
	width: 348px;
	height: 193px;
	left: 0;
	top: 0;
	background: rgba(40,87,200,0.7);
	opacity: 0;
	z-index: 2;
	color: #fff;
	display: none;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 30px;
	border-radius: 5px;
	border-top-left-radius: 30px;
	padding: 10px 5px;
	font-size: 13px;
	line-height: 16px;
}
.acsg_bot li:hover .cover{
	opacity: 1;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-0-transition: 0.5s;
	transition: 0.5s;
}
.acsg_bot li span{
	position: absolute;
	z-index: 3;
	color: #FFFFFF;
	background: rgba(0,0,0,0.7);
	width: 358px;
	bottom: 27px;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
}
.acsg_bot li:hover span{
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-0-transition: 0.3s;
	transition: 0.3s;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.acsg_topBg{
	min-width: 1000px;
}
.acsg_top{
	width: 970px;
	padding: 0 15px;
}
.acsg_top .top{
	width: 520px;
}
.acsg_ctnBg{
	min-width: 1000px;
}
.acsg_ctn{
	width: 970px;
	padding: 0 15px;
}
.acsg_ctn .text{
	width: 540px;
	padding: 0 15px;
}
.acsg_botBg{
	min-width: 1000px;
}
.acsg_bot{
	width: 970px;
	padding: 0 15px;
}
.acsg_bot ul{
	width: 970px;
	margin: 40px 0 20px 0;
}
.acsg_bot li{
	width: 300px;
	margin: 0 10px;
}
.acsg_bot li img{
	width: 100%;
	height: auto;
}
.acsg_bot li .cover{
	width: 95%;
	padding: 10px 2.5%;
	height: 159px;
	line-height: 24px;
	font-size: 15px;
}
.acsg_bot li span{
	width: 100%;
	bottom: 24px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.acsg_topBg{
	min-width: 320px;
	background: url(../images/p2_bg_1.png) center bottom no-repeat;
}
.acsg_top{
	width: 90%;
	padding: 0 5%;
	margin: 0;
}
.acsg_top .ctn{
	background: none;
}
.acsg_top .top{
	width: 100%;
	height: auto;
	padding: 220px 0 0 0;
	margin: 0;
	background: url(../images/p2_top_img.png) center top no-repeat;
}
.acsg_top .btn{
	width: 100%;
	height: auto;
	text-align: center;
}
.acsg_ctnBg{
	min-width: 320px;
}
.acsg_ctn{
	width: 90%;
	padding: 0 5%;
	margin: 0;
}
.acsg_ctn .text{
	width: 100%;
	padding: 15px 0;
}
.acsg_ctn .img{
	width: 100%;
	padding: 15px 0;
}
.acsg_ctn .img img{
	width: 90%
	height: auto;
}
.acsg_botBg{
	min-width: 320px;
	background: url(../images/p2_bg_3_s.png) repeat; 
	padding: 0;
}
.acsg_bot{
	width: 90%;
	padding: 0 5%;
	margin: 0;
}
.acsg_bot ul{
	width: 300px;
	margin: 40px auto;
	float: none;
}
.acsg_bot li{
	width: 300px;
	margin: 0;
}
.acsg_bot li img{
	width: 100%;
	height: auto;
}
.acsg_bot li .cover{
	width: 95%;
	padding: 10px 2.5%;
	height: 159px;
	line-height: 24px;
	font-size: 15px;
}
.acsg_bot li span{
	width: 100%;
	bottom: 24px;
}
}