body {
    background-color: #dae0e2;
}

.comp {
    min-width: 1902px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center 0;
}

.banner {
    height: 1000px;
    background-image: url("../images/banner-bg.jpg");
}

.p1 {
    height: 13200px;
    background-image: url("../images/img.jpg");
}

/* 

.p2 {
    height: 1850px;
    background-image: url("../images/p2-img.jpg");
}

.p3 {
    height: 1500px;
    background-image: url("../images/p3-img.jpg");
}

.p4 {
    height: 1850px;
    background-image: url("../images/p4-img.jpg");
}

.p5 {
    height: 1500px;
    background-image: url("../images/p5-img.jpg");
}

.p6 {
    height: 1098px;
    background-image: url("../images/p6-img.jpg");
}

.p7 {
    height: 1600px;
    background-image: url("../images/p7-img.jpg");
}

.p8 {
    height: 1214px;
    background-image: url("../images/p8-img.jpg");
}

.p9 {
    height: 1200px;
    background-image: url("../images/p9-img.jpg");
}

.p10 {
    height: 1022px;
    background-image: url("../images/p10-img.jpg");
} */

.banner .logo {
    position: absolute;
    left: 130px;
    top: 70px;
}

.banner .btn {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

.banner .btn a,
.banner .btn div,
.banner .btn span {
    display: inline-block;
    width: 380px;
    height: 85px;
    margin: 0 8px;
    background-image: url("../images/btn.png");
    background-repeat: no-repeat;
}

.banner .btn span {
    background-position: -60px 0;
    cursor: pointer;
}


.harf_1 {
    background-position: -465px 0;
}
.harf_2{
    background-position: -868px 0; 
}


.harf_3 {
    background-position: -465px 0;
}
.harf_4{
    background-position: -868px 0; 
}


.banner .movedown {
    position: fixed;
    left: 45%;
    bottom: 30px;
    width: 250px;
    z-index: 999;
    margin-left: -25px;
    top: 84%;
    -webkit-animation: down 1.5s ease both infinite;
    animation: down 1.5s ease both infinite;
}

/* .p8 .btn {
    position: absolute;
    top: 740px;
    left: 50%;
    margin-left: -171px;
    width: 342px;
    height: 85px;
    background: url("../images/btn.png") 0 0 no-repeat;
    cursor: pointer;
}

.p8 .btn:hover {
    background-position: 0 -120px;
} */



.p1 .btn {
    position: absolute;
    bottom: 120px;
    width: 100%;
    text-align: center;
}

.p1 .btn a,
.p1 .btn div,
.p1 .btn span {
    display: inline-block;
    width: 380px;
    height: 85px;
    margin: 0 8px;
    background-image: url("../images/btn.png");
    background-repeat: no-repeat;
}

.p1 .btn span {
    background-position: -60px 0;
    cursor: pointer;
}
.popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.popup .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
}

.popup .close {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 30px;
    right: 43px;
    background: url("//9yin.woniu.com/static/act/202306/1/images/close.png");
    cursor: pointer;
}

.popup .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-text .wrap {
    background-color: #fff;
    width: 920px;
    height: 600px;
    margin-left: -460px;
    margin-top: -300px;
}

.popup-text .box {
    border-top: 1px solid #ccc;
    position: relative;
    word-wrap: break-word;
    width: 800px;
    height: 439px;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: auto;
    font-size: 20px;
    color: #000;
    margin-top: 100px;
}

.popup-text .box p {
    padding-top: 18px;
    font-size: 16px;
    display: block;
    width: 100%;
}

.popup-text .box h2 {
    position: fixed;
    margin-top: -63px;
    left: 50%;
    color: #336699;
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    line-height: 1;
    margin-left: -250px;
    width: 500px;
}

@-webkit-keyframes down {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes down {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}