html,body {
	width: 100%;
	height: 100%;
	background: white;
}
		.game_banner {
			width: 100%;
			height: 200px;
			background: url(../images/banner_v3.jpg) no-repeat center;
			background-size: cover;
		}
		/*====about_us公司介绍*/
		.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: 1020px;
				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: 20px;
					color: #666666;
				}
				.about_font {
					height: 155px;
					width: 90%;
					margin-top: 60px;
					color: #666666;
					font-size: 15px;
				}
					.about_font p {
						display: inline-block;
						text-indent: 30px;
						line-height: 26px;
					} 
		/*===轮播=====*/
		.lunbo {
			position: relative;
			top: 114px;
			height: 300px;
			width: 100%;
			background: url(../images/lunbo1.jpg) no-repeat center;
			background-size: 100%;
		}
			.lun_list {
				position: absolute;
				bottom: 3px;
				right: 160px;
				width: 170px;
				height: 20px;
			}
				.lun_list ul li {
					float: left;
					margin-left: 15px;
					width: 10px;
					height: 10px;
					border-radius: 50%;
					background: white;
				} 
				.lun_list ul li:hover {
					cursor: pointer;
				}
			.lun_list .foucus_list {
				background: #2E93D6;
			}
		/*culture公司文化*/
		.culture {
			position: relative;
			top: 50px;
			width: 100%;
			height: 660px;
			background: #F4F4F4;
		}
			.culture_con {
				position: inherit;
				top: 70px;
				width: 1020px;
				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: 20px;
					}
					.c_p_font {
						margin-top: 40px;
						width: 75%;
						text-align: left;
						color: #666666;
						line-height: 26px;
						font-size: 15px;
					}
					.c_p_font_c {
						margin-top: 10px;
						text-align: left;
						color: #666666;
						line-height: 26px;
						font-size: 15px;
					}
		/*lifeXXX生活*/
		.life {
			position: relative;
			width: 100%;
			height: 950px;
			background: url(../images/life.jpg) no-repeat center;
			background-size: auto 100%; 
		}
			.life_con {
				position: inherit;
				top: 80px;
				width: 1020px;
				height: 830px;
			}
			.lift_pic {
				position: inherit;
				top: 60px;
				width: 100%;
				height: 210px;
			}
				.lift_pic ul {
					width: 100%;
					height: 100%;
				}
					.lift_pic ul li {
						float: left;
						position: relative;
						margin-left: 15px;
						width: 14.66%;
						height: 100%;
						background: url(../images/lafitepic.jpg) no-repeat;
						background-size: 100%;
					}
						.lift_pic ul li p {
							margin-top: 5px;
							text-align: center;
							color: #C89601;
							font-size: 16.7px;
						}
						.lift_pic ul li img {
							width: 47%;
							display: block;
							margin: 10px 35px;
						}
						.lift_pic ul li .li_pic2 {
							margin-top: 19px;
							margin-left: 43px;
							margin-bottom: 26px;
						}
						.lift_pic ul li .li_pic3 {
							margin-left: 43px;
						}
						.lift_pic ul li .li_pic4 {
							margin-bottom: 25px;
							margin-top: 5px;
						}
						.lift_pic ul li .li_pic6 {
							margin-left: 47px;
							margin-bottom: 13px;
						}
						.l_p_title {
							margin-top: -13px;
							text-align: center;
							color: #AF7C22;
							font-size: 15.6px;
							font-weight: bold;
						}
						.l_p_title3 {
							margin-top: -6px;
						}
						.l_p_font {
							margin-top: 5px;
							margin-left: 30px;
							width: 65%;
							color: #818181;
							line-height: 18px;
							text-align: center;
							font-size: 12px;
						}
							.l_p_font span {
								font-weight: bold;
							}
			.life_gs_pic {
				position: relative;
				top: 180px;
				width: 100%;
				height: 250px;
			}
				.life_gs_pic_con {
					height: 100%;
					width: 958px;
					overflow: hidden;
				}
				.life_left,.life_right {
					position: absolute;
					top: 70px;
				}
				.life_left {
					left: -100px;
				}
				.life_left:hover,.life_right:hover {
					cursor: pointer;
				}
				.life_right {
					right: -100px;
				}
		
			@media screen and (max-width: 1250px){
				.culture,.nav,.life,.about_us,.game_banner {
					width: 1250px;
				}
			}