.gwidth,
.head{
    overflow: hidden;
}
.cku{
    position: absolute;
    top: 90px;
    left: 50%;
    height: 55px;
    width: 280px;
    margin-left: -140px;
}
.aboutbg{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 855px;
    height: 233px;
    margin-left: -427px;
}
.flex{
    display: flex;
    height: 510px;
    justify-content: space-between;
}
.flex .left{
    padding-top: 94px;
}
.flex .right{
    width: 470px;
    padding-top: 92px;
}
.flex .right h3{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 32px;
    border-bottom: 1px solid #9EDD26;
    margin-bottom: 42px;
}
.flex .right p{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 26px;
}
.flex .right .btnBox{
    display: flex;
}
.flex .right .btnBox .btn{
    height: 48px;
    margin-right: 16px;
    cursor: pointer
}
.flex .right .btnBox .btn1{
    width: 172px;
    background: url(../images/btn5.png) center center no-repeat;
    position: relative;
}
.flex .right .btnBox .btn2{
    width: 140px;
    background: url(../images/btn6.png) center center no-repeat;
    position: relative;
}
.flex .left .btnBox .icon,
.flex .right .btnBox .icon{
    height: 10px;
    width: 16px;
    background: url(../images/arraw1.png) center center no-repeat;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -5px;
    animation: toRight 2s  ease infinite;
}
.page1{
    height: 768px;
    position: relative;
    overflow: hidden;
}
.page1 .btn{
    height: 48px;
    width: 48px;
}
.swiper{
    position: relative;
}
.page1 .btn{
    position: absolute;
    top: 50%;
    z-index: 100;
    cursor: pointer;
}
.page1 .btn1{
    left: 10%;
    background: url(../images/swiperleft.png) center center no-repeat;
}
.page1 .btn2{
    right: 10%;
    background: url(../images/swiperright.png) center center no-repeat;
}
.slideflex{
    display: flex;
}
.slideflex .right,
.slideflex .left{
    width: 50%;
    height: 768px;
    background: #fff;
}
.slideflex .right{
    background: #F2F2F2;
}
.slideflex .leftbg{
    background: #F2F2F2;
}
.slideflex .rightbg{
    background: #fff;
}
.info{
    position: relative;
    z-index: 100;
}
.infofl{
    width: 415px;
    padding-top: 100px;
    padding-right: 74px;
    margin-left: auto;
}
.infofl p{
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.infofl h3{
    font-size: 44px;
    color: #333333;
    margin-bottom: 60px;
}
.infofr{
    width: 433px;
    padding-left: 75px;
    padding-top: 100px;
}

.page2{
    height: 852px;
}

.page2 img,
.page1{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: .45s
}

@keyframes toRight{
    0%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(10px)
    }
    100%{
        transform: translateX(0);
    }
}
.titlegame{
    font-size: 55px;
    color: #FFFFFF;
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}
.dogpage{
    height: 768px;
}
.dogpage:nth-child(even){
    background-color: #F2F2F2;
}
.dongitem{
    display: flex;
    justify-content: space-between;
}
.dogpage .itemfl{
    padding-top: 100px;
}
.itemfl p{
    font-size: 28px;
    color: #333333;
    margin-bottom: 10px;
}
.itemfl h3{
    font-size: 44px;
    color: #333333;
    margin-bottom: 60px;
}
.dogpage .itemfr {
    padding-top: 100px;
}