h1{
	font-size: 1.5rem;
	font-weight: bold;
	color: #1d2a63;
	margin-bottom: .5rem;
}
.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.com_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.com_main{
	width: 1200px;
	margin: 0 auto;
}
.com_main .com_content, .com_bot .com_content,.com_bot2 .com_content{
	width: 1150px;
	float: left;
	padding: 0 0 0 50px;
}
.com_main .text{
	width: 65%;
	float: left;
}
.com_main .img{
	width: 35%;
	float: left;
	text-align: center;
}
.com_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/cg_sg_bg.png) center bottom repeat-x;
	background-size: cover;
	padding: 20px 0;
}
.com_bot,.com_bot2{
	width: 1200px;
	margin: 0 auto;
}
.com_bot .text,.com_bot2 .text{
	width: 100%;
	padding: 0 2% 0 0;
	float: left;
}
.com_bot .img,.com_bot2 .img{
	width: 100%;
	text-align: center;
	padding: 15px 0 0 0;
}
.com_bot .list{
	width: 60%;
	float: left;
	padding: 15px 2.5%;
	background: #fff;
	margin: 50px 0 0 0;
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 100px;
	-webkit-border-bottom-right-radius: 80px;
	-webkit-border-bottom-left-radius: 100px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 100px;
	-moz-border-radius-bottomright: 80px;
	-moz-border-radius-bottomleft: 100px;
	border-top-left-radius: 50px;
	border-top-right-radius: 100px;
	border-bottom-right-radius: 80px;
	border-bottom-left-radius: 100px;
}
.com_bot .tit,.com_bot2 .tit2{
	color: #fff;
	float: left;
	padding: 8px 20px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: url(../images/cg_com_titBg.png) left center no-repeat, url(../images/cg_com_titBg.png) right center no-repeat, #6778c2;
}
.com_bot2 .tit2{
	float: none;
}
.com_bot2 tr td{
	padding: 8px 15px;
    border-bottom: 1px solid #6778c2;
    border-right: 1px dashed #99a5dc;
    border-left: 1px dashed #99a5dc;
}
.com_bot ul{
	width: 90%;
	float: left;
	margin: 10px 5% 0 5%;
}
.com_bot li,.com_bot2 li{
	background: url(../images/cg_tit_img_2.png) left 3px no-repeat;
	padding: 0 0 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.com_mainBg, .com_botBg{
	min-width: 1000px;
}
.com_main, .com_bot{
	width: 970px;
	padding: 0 15px;
}
.com_main .com_content, .com_bot .com_content{
	width: 100%;
	padding: 0;
}
.com_main .img img, .com_bot .img img{
	width: 90%;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.com_mainBg, .com_botBg{
	min-width: 320px;
}
.com_main, .com_bot{
	width: 90%;
	padding: 0 5%;
}
.com_bot{
	background: ur(../images/cg_is_bg.png) repeat;
}
.com_main .com_content, .com_bot .com_content{
	width: 100%;
	padding: 0;
}
.com_main .text, .com_main .img{
	width: 100%;
}
.com_main .img{
	margin-top: 15px;
}
.com_bot .text{
	width: 100%;
	padding: 0;
}
.com_bot .img img{
	width: 100%;
	height: auto;
}
.com_bot .list{
	margin: 15px 0 0 0;
	padding: 0 2.5%;
	width: 95%;
}
}