body {
    background: #eee;
}
#content {
    position: relative;
    width: 100%;
    background-color: #fff;
}
#box1 {
    width: 100%;
    /* background-image: url("../img/index_bg/1.jpg"); */
    /* background-image: url("../img/index_bg/pic-1.jpg"); */
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.warning-txt {
    padding: 10px;
    color: rgb(255, 8, 0);
    font-size: 1.2rem;
}

#box1 .img-box {
    width: 100%;
}

#box1 .img-box img {
    width: 100%;
    /* margin-bottom: 30px; */
}

#box1 .cover {
    position: absolute;
    top: 70px;
    width: 100%;
    height: 520px;
    background: rgba(0, 0, 0, .4);
}

#box1 .cover .down span {
    position: absolute;
    bottom: 112px;
    left: 50%;
    width: 46px;
    height: 46px;
    font-size: 60px;
    color: #eee;
    margin-left: -23px;
    cursor: pointer;
    animation: move1 1s linear infinite;
}

@keyframes move1 {
    to{transform: translateY(39px)};
}

#box1 .cover .font {
    width: 70%;
    height: 300px;
    margin: 100px auto;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

#box1 .cover .font .t1 {
    font-size: 34px;
    color: #F0CA76;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-shadow: 5px 5px #fff;
}
#box1 .cover .font .t2 {
    margin-bottom: 10px;
}

#box1 .cover .font .new-active {
    background: url("../img/bg.png") center center/cover;
    background-color: rgb(214, 204, 204);
    padding: 10px;
    border-radius: 10px;
}
#box1 .cover .font .new-active .t3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgb(250, 25, 25);
}
#box1 .cover .font .new-active .t4 {
    font-size: 18px;
    color: rgb(247, 12, 12);
}

.bg {
    width: 100%;
    height: 430px;
}
.bg_01 {
    position: absolute;
    top: 590px;
    transform: scale(.8);
    /* background: url("../img/index_bg/pic-2.jpg") no-repeat center center/cover fixed; */
}

#box2 {
    position: relative;
    /* top: 430px; */
    width: 100%;
    height: 520px;
    background: #fff;
}

#box2 .wrap {
    overflow: hidden;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
#box2 .wrap .left {
    float: left;
    width: 287px;
    height: 140px;
    color: #612D2E;
    padding: 110px 0 0;
}
#box2 .wrap .left p:nth-child(1) {
    font-size: 31px;
    line-height: 50px;
}
#box2 .wrap .left p {
    font-size: 18px;
    line-height: 30px;
}
#box2 .wrap .right {
    position: relative;
    float: right;
    height: 100%;
    width: 530px;
}
#box2 .wrap .right p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 530px;
    text-align: center;
}
#box2 .wrap .right p img {
    vertical-align: middle;
}
#box2 .wrap .right p:nth-child(2) img {
    animation: move 10s linear infinite;
}
@keyframes move {
    to{transform: rotate(360deg)};
}

.bg_02 {
    position: absolute;
    top: 520px;
    transform: scale(.8);
    /* background: url("../img/index_bg/3.jpg") no-repeat center center/cover fixed; */
    background: url("../img/index_bg/pic-2.jpg") no-repeat center center/cover fixed;
}

#box3 {
    position: relative;
    /* top: 760px; */
    width: 100%;
    height: 520px;
    background: url("../img/bg.png") no-repeat center center;
    background-color: #fff;
}
#box3 .list {
    margin-top: 100px;
    width: 100%;
    height: 610px;
}
#box3 .list .box {
    position: relative;
    overflow: hidden;
    width: 1110px; 
    height: 100%;
    margin: 0 auto;
}
#box3 .list .box ul {
    position: absolute;
    left: -1080px;
    width: 400%;
    height: 520px;
    padding: 185px 0 0 0;
    transition: left .3s;
}
#box3 .list .box li {
    position: relative;
    z-index: 98;
    float: left;
    width: 362px;
    height: 216px;
    transition: all .7s;
    transform: scale(.8);
    border: 1px solid #aaa;
    border-radius: 5px;
}
#box3 .list .box li img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
#box3 .list .box li.mid {
    position: relative;
    z-index: 99;
    transform: scale(1.3);
}
#box3 .list .box li.edge {
    transform: scale(1);
}
#box3 .btn {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
#box3 .left {
    left: 5%;
    background: url("../img/t_l.png");
}
#box3 .right {
    right: 5%;
    background: url("../img/t_r.png");
}
#box4 {
    position: relative;
    /* top: 760px; */
    width: 100%;
    background-color: #fff;
}
#box4 .more-wrap {
    text-align: center;
}
#box4 .more-wrap .imgs {
    width: 100%;
}
#box4 .more-wrap .imgs img {
    display: inline-block;
    vertical-align: top;
    width: 33%;
}

#footer {
    position: relative;
    /* top: 760px; */
    width: 100%;
    height: 120px;
    background: #1E1919 url("../img/bg.png");
}


/*活动弹窗*/
.maskActive {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    width: 60%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(236, 236, 96);
    background-color: rgba(255, 255, 255, .8);
}
.maskActive p {
    font-size: 30px;
    color: rgb(240, 76, 76);
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    /* box-shadow: 0 0 15px #fff; */
}
.maskActive img {
    width: 50%;
    margin-left: 25%;
}
.mask-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    touch-action: none;
}
.mask-bg .close-mask {
    position: absolute;
    top: 100px;
    right: 120px;
    color: rgba(255, 255, 255, .9);
    cursor: pointer;
}
.mask-bg .close-mask:hover {
    color: rgba(255, 255, 255, .5);
    
}

