.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.cm_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	/* background: url(../images/cg_bg.png) bottom no-repeat; */
	padding: 2rem 0;
	background-size: cover;
}
.cm_main{
	width: 1200px;
	margin: 0 auto;
}
.cm_main .cm_content, .cm_bot .cm_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.cm_main .text{
	width: 80%;
	float: left;
	padding: 0;
}
.cm_main .img{
	width: 100%;
	text-align: center;
}
.cm_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	background:url(../images/cg_cm_bg.gif) left top repeat-x;
	border-bottom: 1px solid #ccc;
}
.cm_bot{
	width: 1200px;
	margin: 0 auto;
}
.cm_bot .text{
	width: 50%;
	float: left;
}
.cm_bot .img{
	width: 50%;
	float: left;
	text-align: center;
}
.cm_bot2{
	width: 1200px;
	margin: 0 auto;
}
.cm_bot2 h1{
	color:#2E2392;
	font-size: 18px;

	}
.cm_bot2 .text{
	width: 90%;
	float: left;
}
.cm_bot2 .text table{
	border-left: 1px dashed #99a5dc;
}
.cm_bot2 .text .tit{
	background: url(../images/cg_borBg.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.cm_bot2 .text td, .cm_bot2 .text th{
	padding: 8px 15px;
	border-bottom: 1px solid #6778c2;
	border-right: 1px dashed #99a5dc;
}
.cm_bot2 .text tr.bg{
	background: #fffdd8;
}
.cm_bot2 .text tr.bg2{
	background: #e7e5e2;
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
.cm_mainBg, .cm_botBg{
	min-width: 1000px;
}
.cm_main, .cm_bot{
	width: 970px;
	padding: 0 15px;
}
.cm_main .cm_content, .cm_bot .cm_content{
	width: 100%;
	padding: 0;
}
.cm_main .text{
	width: 100%;
}
.cm_bot .text{
	width: 47%;
}
.cm_bot .img{
	width: 53%;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.cm_mainBg, .cm_botBg{
	min-width: 320px;
}
.cm_main, .cm_bot{
	width: 90%;
	padding: 0 5%;
}
.cm_main .cm_content, .cm_bot .cm_content{
	width: 100%;
	padding: 0;
}
.cm_main .text{
	width: 100%;
}
.cm_bot .text{
	width: 100%;
}
.cm_bot .img{
	width: 100%;
}
.cm_main .img img, .cm_bot .img img{
	width: 100%;
	height: auto;
}
}