html,
body {
	width: 100%;
	height: 100%;
	background: white;
}

.join_banner {
	width: 100%;
	height: 300px;
	background: url(../images/joinbanner.jpg) no-repeat center;
	background-size: cover;
}

.about_us {
	position: relative;
	width: 100%;
	height: 800px;
	background: url(../images/aboutus.png) no-repeat;
	background-size: 100%;
}

.about_con {
	position: inherit;
	top: 50px;
	width: 1250px;
	height: 700px;
}

.leftyh {
	position: absolute;
	top: 100px;
}

.rightyh {
	position: absolute;
	bottom: 380px;
	right: 0;
}

.about_con_title {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

.about_con_infro {
	padding-top: 5px;
	text-align: center;
	font-size: 18px;
}

.about_font {
	height: 155px;
	width: 90%;
	margin-top: 60px;
	color: #666666;
	font-size: 17px;
}

.about_font p {
	display: inline-block;
	text-indent: 30px;
	line-height: 26px;
}

.lunbo {
	position: relative;
	top: 114px;
	height: 300px;
	width: 100%;
	background: url(../images/comp_env.jpg) no-repeat center;
	background-size: 100%;
}

/*culture公司文化*/
.culture {
	position: relative;
	top: 50px;
	width: 100%;
	height: 660px;
	background: #F4F4F4;
}

.culture_con {
	position: inherit;
	top: 70px;
	width: 1250px;
	height: 520px;
}

.culture_pic {
	position: inherit;
	top: 50px;
	width: 100%;
	height: 380px;
}

.culture_pic ul li {
	float: left;
	width: 33.33%;
	text-align: center;
}

.culture_pic ul li span {
	display: inline-block;
	margin-top: 20px;
	font-size: 22px;
}

.c_p_font {
	margin-top: 40px;
	width: 75%;
	text-align: left;
	color: #666666;
	line-height: 26px;
	font-size: 17px;
}

/*lifeXXX生活*/
.life {
	position: relative;
	width: 100%;
	height: 560px;
	background: url(../images/life.jpg) no-repeat center;
	background-size: 100%;
}

.life_con {
	position: inherit;
	top: 80px;
	width: 1250px;
	height: 500px;
}

.lift_pic {
	position: inherit;
	top: 60px;
	width: 100%;
	height: 270px;
}

.lift_pic ul {
	width: 100%;
	height: 100%;
}

.lift_pic ul li {
	float: left;
	position: relative;
	left: 55px;
	margin-left: 20px;
	width: 16.666%;
	height: 100%;
	background: url(../images/lafitepic.jpg) no-repeat;
}

.lift_pic ul li p {
	margin-top: 10px;
	text-align: center;
	text-indent: -24px;
	color: #C89601;
	font-size: 18px;
}

.lift_pic ul li img {
	display: block;
	margin: 15px 45px;
}

.lift_pic ul li .li_pic2 {
	margin-top: 30px;
	margin-bottom: 25px;
}

.lift_pic ul li .li_pic3 {
	margin-left: 55px;
}

.lift_pic ul li .li_pic4 {
	margin-bottom: 30px;
	margin-top: 20px;
}

.l_p_title {
	margin-top: -20px;
	text-align: center;
	text-indent: -24px;
	color: #AF7C22;
	font-size: 20px;
	font-weight: bold;
}

.l_p_font {
	margin-top: 5px;
	margin-left: 30px;
	width: 65%;
	color: #818181;
	line-height: 24px;
	text-align: center;
}

.l_p_font span {
	font-weight: bold;
}

/*contact_us联系我们*/
.contact_us {
	position: relative;
	width: 100%;
	height: 120px;
	background: #F0F0F0;
}

.contact_con {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1250px;
	height: 80px;
}

.con_list {
	float: left;
	height: 100%;
	width: 50%;
}

.con_list_title_left {
	font-size: 22px;
	font-weight: bold;
	color: #606060;
	padding-left: 15px;
	border-left: 5px solid #208CD4;
}

.con_list_title_right {
	font-size: 22px;
	font-weight: bold;
	color: #606060;
	padding-right: 15px;
	border-right: 5px solid #208CD4;
	text-align: right;
}

.c_c_t_con {
	margin-top: -22px;
	width: 50%;
}

.c_c_t_con img {
	float: left;
	margin-right: 10px;
}

.c_mail {
	font-size: 16px;
	color: #111111;
	margin-left: 15px;
}

.c_c_address {
	margin-top: 10px;
}

.c_c_address img {
	margin-right: 17px;
}

.con_list ul {
	font-size: 16px;
	color: #111111;
	margin-right: 150px;
	margin-top: -25px;
	line-height: 30px;
	text-align: right;
}

.con_list a {
	color: black;
}


@media screen and (max-width: 1250px) {

	.culture,
	.life,
	.join_banner,
	.contact_us {
		width: 1250px;
	}
}