.body .background {
	background: url(../images/cpxx_background.png) no-repeat center;
        background-size: 100% 100%;
}

.body .background .text h6 {
	color: #ffffff;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 12px;
	text-shadow: 5px 5px 1px #64ace1;
}

.body .main {
	width: 100%;
	/* height: 1000px; */
	padding: 50px 0;
	box-sizing: border-box;
	background-color: #f7f7f7;
}

.body .main .content {
	width: 1200px;
	height: 100%;
	margin: auto;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
}
	
.clearfix{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

/* .body .main .content .left {
	float: left;
}

.body .main .content .left ul li {
	background-color: #ffffff;
	width: 197px;
	height: 63px;
	line-height: 63px;
	margin-bottom: 2px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 15px;
	cursor: pointer;
}

.body .main .content .left ul .selected {
	background-color: #07499d;
	color: #ffffff;
} */

.body .main .content .right {
	/* float: right; */
	width: 976px;
	margin: auto;
	/* height: 870px; */
	background-color: #ffffff;
	padding-bottom: 50px;
	padding-top: 53px;
}

.body .main .content .right h2 {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	/* margin-top: 53px; */
	margin-bottom: 40px;
}

.body .main .content .right .img {
	margin: auto;
	box-sizing: border-box;
	width: 730px;
	height: 432px;
	/* border: 1px solid #eeeeee; */
	text-align: center;
}

.body .main .content .right .img img {
	height: 100%;
}

.body .main .content .right .neirong {
	margin: auto;
	margin-top: 90px;
	width: 706px;
	font-family: "微软雅黑";
	color: #202020;
	font-size: 18px;
	line-height: 180%;
}