html, body {
    width: 100%;
    height: 100%;
    background: white;
}
.game_banner {
    width: 100%;
    height: 200px;
    background: url(../images/bannertop.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: 460px;
    background: #F4F4F4;
}
.culture_con {
    position: inherit;
    top: 70px;
    width: 1020px;
    height: 300px;
}
.culture_pic {
    position: inherit;
    top: 50px;
    width: 100%;
    height: 180px;
}
.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;
}

@media screen and (max-width: 1250px) {
.life, .about_us, .game_banner {
    width: 1250px;
}
}
