.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.im_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.im_main{
	width: 1200px;
	margin: 0 auto;
}
.im_main .im_content, .im_bot .im_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.im_main .text{
	width: 70%;
	float: left;
}
.im_main .text2{
	width: 55%;
	float: left;
}
.im_main .img{
	width: 30%;
	float: left;
	text-align: center;
}
.im_main .img2{
	width: 40%;
	float: left;
	text-align: center;
}
.im_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	background: url(../images/cg_im_bg.png) center top repeat-x;
}
.im_bot{
	width: 1200px;
	margin: 0 auto;
}
.im_bot .text{
	width: 40%;
	float: left;
}
.im_bot .text2{
	width: 100%;
	float: left;
}

.im_bot .btn{
	width: 60%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.btn li{
	width: 251px;
	float: left;
	height: 62px;
	line-height: 62px;
	padding: 0 0 0 60px;
	margin: 10px 10px 10px 0;
	background: url(../images/cg_im_btn_2.png) no-repeat;
	font-weight: bold;
}
.end{
	padding-top: 1rem;
	border-bottom: 1px dashed #aabfea;
}
.audit_block{
	width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.com_bot{
	display: flex;
    flex-wrap: wrap;
}

.cgResultBox_All {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.cgResultBox_l,
.cgResultBox_r {
	width: 48%;
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
}
.cgResultBox_l {
	margin-right: 12px;
}
.cgResultBox_r {
	margin-top: 1rem;
	margin-left: 12px;
}
.cgResultBox {
	margin-top: 3rem;
	margin-bottom: 1rem;
	position: relative;
}
.cgResultBox h3 {
	color: #fff;
	padding: 0.5rem 1rem;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.cgResultBox_l [class^="color"]::before {
	content: "";
	position: absolute;
	display: inline-block;
	left: 15px;
	bottom: -33.5px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
    border-left: 20px solid #fcfcfc;
	border-top: 14px solid #fcfcfc;
}
.cgResultBox_r [class^="color"]::before {
	content: "";
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: -33.5px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
    border-right: 20px solid #fcfcfc;
	border-top: 14px solid #fcfcfc;
}
.cgResultBox .color {
	padding: 18px 24px 18px;
	background-color: #fcfcfc;
	margin: 0;
}
.cgResultBox .color ol {
	padding-left: 1rem;
	list-style: decimal;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.im_mainBg, .im_botBg{
	min-width: 1000px;
}
.im_main, .im_bot{
	width: 970px;
	padding: 0 15px;
}
.im_main .im_content, .im_bot .im_content{
	width: 100%;
	float: left;
	padding: 0;
}
.im_bot .text{
	width: 30%;
}
.im_bot .btn{
	width: 70%;
}
.im_main .img2 img{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.im_mainBg, .im_botBg{
	min-width: 320px;
}
.im_main, .im_bot{
	width: 90%;
	padding: 0 5%;
}
.im_main .im_content, .im_bot .im_content{
	width: 100%;
	float: left;
	padding: 0;
}
.im_main .text, .im_main .img, .im_bot .text, .im_bot .btn, .im_main .img2, .im_main .text2{
	width: 100%;
}
.im_main .img2 img{
	width: 100%;
	height: auto;
}
.cgResultBox_l, .cgResultBox_r {
	width: 100%;
}
}