@charset "utf-8";

.content {
    /*width: 100%;*/
    background: #f8f8f8;
}
.content_box {
	width: 1200px;
	margin: 0 auto;
}
.content_box ul{
	padding: 40px 0 100px 0;
	
}
.content_box ul li{
	height: 391px;
	width: 588px;
	float: left;
	position: relative;
}
.content_box ul li:nth-child(1){
	background-image: url("../image/p2-5bg1.png");
}
.content_box ul li:nth-child(2){
	background-image: url("../image/p2-5bg2.png");
	margin-left: 24px;
}
.content_box ul li img{
	position: absolute;
	top: 99px;
	left: 256px;
}
.content_box ul li p{
	color: white;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	text-indent: 0em;
	margin-top: 210px;
}
.content_box ul li a{
	display: block;
	height: 40px;
	width: 170px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	font-weight: 600;
	margin: 60px auto 0;
}
.content_box ul li:hover a{
	background: rgba(255,255,255,.3);
}
.header_botm_list ul{
	width: 1069px !important;
	height: 70px;
	margin:0 auto;

}