body{
    font-size: 14px;
}
.comp{
    height: 1024px;
    position: relative;
    overflow: hidden;
    left:70px;
}
.comp .txt{
    margin-bottom: 40px;
}
.comp img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.comp .tit{
    margin-top: 77px;
    margin-bottom: 40px;
}
.comp .img{
    position: relative;
}
.banner{
    height: 1024px;
    position: relative;
    overflow: hidden;
    background: url("../images/banner-bg.jpg") center 0 no-repeat;
    background-size: cover;
}
.banner .slogan{
    display: block;
    margin: 170px auto 0;
}
.banner .btn{
    position: absolute;
    left: 26px;
    bottom: 246px;
    width: 100%;
    text-align: center;
}
.banner .btn span, .banner .btn a{
    display: inline-block;
    width: 450px;
    height: 95px;
    background-image: url("../images/btn1.png");
    background-repeat: no-repeat;
    margin: 0 5px;
}
.banner .btn a{
    background-position: -500px 0;
}
/* .banner .btn a:hover{
    background-position: 0 -120px;
} */
.banner .btn span{
    cursor: pointer;
    background-position: 0 0;
}
/* .banner .btn span:hover{
    background-position: -388px -120px;
} */
.banner .movedown {
    position: absolute;
    left: 47%;
    bottom: 130px;
    width: 205px;
    margin-left: -25px;
    -webkit-animation: down 1.5s ease both infinite;
    animation: down 1.5s ease both infinite;
}
.container{
    background: url("../images/bg.jpg") center 0 no-repeat fixed;
    background-size: cover;
    overflow: hidden;
}
.p1{
}

.p1 .img{
    left: 3px;
    top: -29px;
}
.p2 .img{
    top: -140px;
    height: 600px;
    left: 30px;
}
.p3 .img{
    left: -70px;
    top: -140px;
}
.p4 .img{
    height:434px;
}
.p5 .img{
    height: 400px;
}
.p6 .img{
    height:400px;
}
.p8 .img{
    left: 60px;
    height:400px;
}
.p9 .img{
    height:400px;
}


.p10 .btn{
    position: absolute;
    left: 0;
    bottom: 200px;
    width: 100%;
    text-align: center;
}
.p10 .btn span, .p10 .btn a{
    display: inline-block;
    width: 450px;
    height: 112px;
    background-image: url("../images/btn1.png");
    background-repeat: no-repeat;
    margin: 0 5px;
}
.p10 .btn span{
    background-position: 0 0;
}
/* .p9 .btn span:hover{
    background-position: 2px -135px;
} */
.p10 .btn a{
    cursor: pointer;
    background-position: -500px 0;
}

/* .p9 .btn a:hover{
    background-position: -382px -135px;
} */
nav{
    position: fixed;
    left: 10px;
    top: 0;
    width: 293px;
    height: 1019px;
    padding-top: 170px;
    background: url("../images/nav.png") 0 0 no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
nav a{
    position: relative;
    display: block;
    color: #fff;
    line-height: 60px;
    width: 210px;
	margin: 0 auto;
    letter-spacing: 2px;
    text-indent: 62px;
    font-family: "宋体","SimSun";
    font-weight: bold;
    -webkit-transition: color .3s;
    transition: color .3s;
}
nav a:hover,
nav a.active{
    color: #febd40;
}
nav a.active::before{
    content: "";
    position: absolute;
	left: 54px;
	top: 17px;
    width: 28px;
    height: 28px;
    background: url("../images/nav-tab-active.png") 0 0 no-repeat;
}
nav a.active::after{
    content: "";
    position: absolute;
	left: 0;
	bottom: 3px;
    width: 100%;
    height: 2px;
    background: url("../images/nav-tab-active1.png") 11px 0 no-repeat;
}

.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);
    }
}