.page{
	width: 100%;
	height: 986px;
	background-image: url(./pagebg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.wrap{
	width: 1200px;
	height: 986px;
	margin: 0 auto;
}
.box_logo {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
	height: 165px;
}
.box_logo div p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 600;
	letter-spacing: 0.2em;
}
.box_one,.box_two{
	position: relative;
	height: 280px;
	margin: 50px 0;
}
.box_title{
	width: 600px;
	height: 80px;
	color: #ffffff;
	text-align: center;
	line-height: 80px;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 99;
}
.box_title p{
	font-size: 26px;
}
.box_title p a{
	font-size: 32px;
	margin: 0 30px;
	color: #ffffff;
	
}
.box_one .box_title{
	background-image: url(titlebg1.png);
}
.box_two .box_title{
	background-image: url(titlebg2.png);
}
.box_cen{
	width: 1200px;
	height: 244px;
	background-image: url(boxbg.png);
	background-repeat: no-repeat;
	padding-top: 73px;
	position: absolute;
	top: 40px;
}
.box_cen li{
	width: 262px;
	height: 140px;
	float: left;
	margin-left: 30px;
}
.box_cen li a {
    text-align: center;
    line-height: 140px;
    font-size: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_cen li a img{
	width: 64px;
	height: 64px;
	margin-right: 10px;
}