

body, html {
    margin: 0;
    padding: 0;
}

a{text-decoration: none}

* {
    box-sizing: border-box;
}

.pagebg {
    height: 960px;
    min-width: 1200px;
    position: relative;
}
.line{
    position: relative;
    z-index: 8;
    margin-top: -1.5%;
}
.line img{
  display: block;

}
.line2{
    top:-16px
}
.line3{
    top:-30px
}
.line4{
    top:-44px
}

.img-responsive{
    width: 100%;
}

.pagebg1 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/bg1.jpg") no-repeat center center;

}

.pagebg2 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/bg2.jpg") no-repeat center center;
    margin-top:-2.5%;
}

.pagebg3 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/bg3.jpg") no-repeat center center;
    margin-top:-3.5%;
}

.pagebg4 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/bg4.jpg") no-repeat center center;
    margin-top:-4.5%;
}

.pagebg5 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/bg5.jpg") no-repeat center center;
    margin-top:-5.5%;
}



.page1, .page2, .page3,  .page5  {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    text-align: center;
}

.page4{
    height: 100%;
    position: relative;
    text-align: center;
}

.pagebg1 .link a {
    width: 44px;
    height: 44px;
    display: inline-block;
}

.logo {
    position: absolute;
    top: 30px;
    left: 30px
}

.link {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 2;
}

.pagebg1 .a1 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/wx.png") no-repeat top center;
    cursor: pointer;
}

.pagebg1 .a2 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/wb.png") no-repeat top center;
}

.pagebg1 .a3 {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/tie.png") no-repeat top center;
}

/*.pagebg1 .a1:hover {*/
    /*background: url("http://img-10048861.file.myqcloud.com/ls-web/images/1/FB2.png") no-repeat top center;*/
/*}*/

/*.pagebg1 .a2:hover {*/
    /*background: url("http://img-10048861.file.myqcloud.com/ls-web/images/1/TW2.png") no-repeat top center;*/
/*}*/

/*.pagebg1 .a3:hover {*/
    /*background: url("http://img-10048861.file.myqcloud.com/ls-web/images/1/B2.png") no-repeat top center;*/
/*}*/

.gamelogo {
    width: 100%;
    position: absolute;
    top: 120px;
    text-align: left;
    padding-left: 60px;
}

.down {
    width: 100%;
    position: absolute;
    bottom: 120px;
}

.playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -71px;
    margin-top: -71px;
}

.circle-ani {
    width: 142px;
    height: 142px;
    position: relative;
}

.circle-ani p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-animation: scale1 3.5s infinite linear;
    -moz-animation: scale1 3.5s infinite linear;
    -ms-animation: scale1 3.5s infinite linear;
    animation: scale1 3.5s infinite linear;
    opacity: 0
}

.circle-ani p:nth-child(1) {
    animation-delay: 0s
}

.circle-ani p:nth-child(2) {
    animation-delay: .875s
}

.circle-ani p:nth-child(3) {
    animation-delay: 1.75s
}

.circle-ani p:nth-child(4) {
    animation-delay: 2.625s
}

@-webkit-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-moz-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-ms-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-o-keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes scale1 {
    0% {
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .1
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.playimg {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -24px;
    cursor: pointer;
}



.pagetitle {
    padding-top: 60px;
}

/*page2*/





/*page3*/


/*page4*/

#certify,#certify1 {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

#certify .swiper-container,#certify1 .swiper-container {
    padding-bottom: 30px
}

#certify .swiper-slide, #certify1 .swiper-slide {
    width: 900px;
    /*height: 408px;*/
    background: #fff;
    /*box-shadow: 0 8px 30px #ddd*/
}

#certify, .swiper-slide img, #certify1, .swiper-slide img{
    display: block;
    width: 100%;
}

#certify .swiper-slide p,#certify1 .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#certify  .swiper-pagination,#certify1 .swiper-pagination {
    width: 100%;
    /*bottom: 20px*/
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet,#certify1 .swiper-pagination-bullets .swiper-pagination-bullet {
    /*margin: 0 5px;*/
    /*border: 3px solid #fff;*/
    /*background-color: #d5d5d5;*/
    width: 60px;
    height: 60px;
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/next-enter.png") no-repeat left top/100% 100%;
    opacity: 1
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active,#certify1 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    /*border: 3px solid #00aadc;*/
    /*background-color: #fff*/
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/next-out.png") no-repeat left top/100% 100%;
}

#certify .swiper-button-next, .swiper-button-prev,#certify1 .swiper-button-next, .swiper-button-prev{
    margin-top: -58px;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
}

#certify .swiper-button-next:hover, .swiper-button-prev:hover,#certify1 .swiper-button-next:hover, .swiper-button-prev:hover{

    color: #e0d4c6;
}

#certify .swiper-button-prev,#certify1 .swiper-button-prev {
    padding-right: 20px;
    left: 30px;
    width: 120px;
    height: 58px;
    background: url(http://img-10048861.file.myqcloud.com/lsweb/cn/images/left.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    text-align: right;
}

/*#certify .swiper-button-prev:hover {*/
/*background-position: 0 -46px;*/
/*background-size: 100%*/
/*}*/

#certify .swiper-button-next,#certify1 .swiper-button-next {
    padding-left: 20px;
    right: 30px;
    width: 120px;
    height: 58px;
    background: url(http://img-10048861.file.myqcloud.com/lsweb/cn/images/next.png) no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    text-align: left;
}

/*#certify .swiper-button-next:hover {*/
/*background-position: 0 -139px;*/
/*background-size: 100%*/
/*}*/


#certify .swiper-slide:after,#certify1 .swiper-slide:after{
     content: '';
     background-color: rgba(0,0,0,0.4);
     width: 100%;
     height: 100%;
     display: inline-block;
     position: absolute;
     top: 0;
     left: 0;
 }

#certify .swiper-slide-active:after,#certify1 .swiper-slide-active:after{
    content: '';
    background-color: transparent;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}












/*page6*/
#carcontain {
    position: relative;
    /*width: 1000px;*/
    margin: 0 auto
}

#carcontain .swiper-container {
    padding-bottom: 60px
}

#carcontain .swiper-slide {
    width: 680px !important;
    /*height: 408px;*/
    /*background: #fff;*/
    /*box-shadow: 0 8px 30px #ddd*/
}

#carcontain .swiper-slide img {
    display: block
}

#carcontain .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}

#carcontain .swiper-pagination {
    width: 100%;
    bottom: 20px
}

#carcontain .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 60px;
    height: 60px;
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/next-enter.png") no-repeat left top/100% 100%;
    opacity: 1
}

#carcontain .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: url("http://img-10048861.file.myqcloud.com/lsweb/cn/images/next-out.png") no-repeat left top/100% 100%;
}




.footer{
    background: url("http://img-10048861.file.myqcloud.com/ls-web/images/6/footer.png") no-repeat top left/100% 100% ;
    width: 100%;
    color: #e5dbcb;
    font-size: 18px;

    margin-top: -106px;
    z-index: 1;
    position: relative;
}

.companyinfo{
    display: flex;
    width: 100%;
    padding-top: 30px;

}

.companyinfo div{

    flex: 1;
    text-align: center;
    height: 100px;
    line-height: 100px;
    display: table-cell;
    vertical-align: middle;

}
.footer a{
    color: #e5dbcb;
}
.footer a:hover{
    color: #fff;
}



.skan{
    position: absolute;
    left: -7px;
    top: -9px;
    animation: slide1  4s infinite linear;
}

@keyframes slide1{
    0%{
        top:-9px
    }
    50%{
        top:84%
    }
    100%{
        top:-9px
    }
}
.layui-layer{
    background-color: #000 !important;
}
.layer-custom {
    background: none !important;
}
/*.demo .layui-layer-rim{*/
    /*border: none !important;*/
/*}*/
.layui-layer-shade{
    opacity: 0.6 !important;
}
.layer-custom .layui-layer-content{
    background: url("https://img-10048861.file.myqcloud.com/ls-web/cn/images/1/msgbg.png") no-repeat left top/100% 100% !important;
    padding: 50px 30px !important;
    color:#000;
}

.layer-custom .layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: 9px !important;
    top: 25px !important;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background-position: -149px -31px;

}
