.cp_top_imgBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/idx_img_cover.png) left top repeat-x, #80beff;
}
.cp_top_img{
	width: 1200px;
	margin: 0 auto;
}
.cp_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/cp_top_bg.gif) left bottom repeat-x;
}
.cp_main{
	width: 1200px;
	margin: 0 auto;
}
.cp_main .ctn, .cp_bot .ctn{
	width: 100%;
	float: left;
	padding: 20px 0;
}
.cp_main .left{
	width: 390px;
	float: left;
	padding: 10px 35px;
}
.cp_main .right{
	width: 730px;
	float: left;
}
.cp_main .right .tit{
	float: left;
	position: relative;
	padding: 0 20px;
	height: 0; 
	font-size: 18px;
	line-height: 38px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-right: 25px solid transparent;
	border-bottom: 35px solid #0086ff;
	border-bottom-color: #0086ff;
}
.cp_main .right .text{
	width: 700px;
	float: left;
	background: rgba(255,255,255,0.6);
	padding: 0 15px 15px 15px;
}
.cp_main .right .text ul{
	padding: 0;
}
.cp_main .right .text li{
	list-style: circle;
	float: left;
	width: 90%;
	margin: 0 5%;
	border-bottom: 1px dotted #191919;
	line-height: 36px;
}
.cp_main .right .text table{
	float: right;
}
.cp_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	background: url(../images/cp_bot_bg.gif) right top no-repeat;
}
.cp_bot{
	width: 1200px;
	margin: 0 auto;
}
.cp_bot .tit{
	font-size: 18px;
	color: #00539a;
}
.cp_bot .tit img{
	vertical-align: middle;
	margin-right: 5px;
}
.cp_bot .img{
	width: 100%;
	float: left;
	text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.cp_top_imgBg, .cp_mainBg, .cp_botBg{
	min-width: 1000px;
	overflow: hidden;
}
.cp_top_img{
	width: 970px;
	padding: 0 15px;
}
.cp_main, .cp_bot{
	width: 970px;
	padding: 0 15px;
}
.cp_main .left{
	padding: 10px 15px;
}
.cp_main .right{
	width: 550px;
}
.cp_main .right .text{
	width: 520px;
}
.cp_bot .img img{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.cp_top_imgBg, .cp_mainBg{
	min-width: 320px;
}
.cp_top_img{
	width: 95%;
	height: 131px;
	padding: 15px 2.5%;
	overflow: hidden;
	position: relative;
}
.cp_top_img img{
	position: absolute;
	left: -250px;
	top: 0;
}
.cp_mainBg, .cp_botBg{
	min-width: 320px;
}
.cp_main, .cp_bot{
	width: 95%;
	padding: 15px 2.5%;
}
.cp_main .left, .cp_main .right{
	width: 90%;
	padding: 10px 5%;
}
.cp_main .right .text{
	width: 100%;
	padding: 0;
}
.cp_main .right .text li{
	list-style: none;
}
.cp_bot .img img{
	width: 100%;
	height: auto;
}
}