/*
2020-10

*/
.total-box {
    width: 100%;
    min-width: 1300px;
    position: relative;
}

.banner {
    background-image: url("../image/active/2020/20201215.jpg");
    background-repeat: no-repeat;
    //background-size: 100% 100%;
    background-position: center;
    height: 4950px;
}

.banner .content_box {
    height: 840px;
}

.box2 {
    background: url("../image/active/2011/2-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    //height: 1215px;
    height:1050px;
}

.box2 .content_box {
    height: 1215px;
    position: relative;
}
.box2 .content_box p{
    position: absolute;
    top: 29.5%;
    left: 45%;
}
.box2 .content_box p b{
    color: #B61208;
}

@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0%{
        transform: scale(1);  /*开始为原始大小*/
    }
    25%{
        transform: scale(1.1); /*放大1.1倍*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.1);
    }
}
.con-btn{
    width: 650px;
    position: absolute;
    bottom: 47px;
    left: 33%;
}
.con-btn{
    cursor: pointer;
    position: absolute;
    /*background: url("images/balloon.png");*/
    /*background-size: 150px 200px;*/
    -webkit-animation-name: scaleDraw; /*关键帧名称*/
    -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
    -webkit-animation-iteration-count: infinite;  /*动画播放的次数*/
    -webkit-animation-duration: 2s; /*动画所花费的时间*/

}
.box3 {
    background: url("../image/active/2011/3.jpg");
    //height: 729px;
    height:800px;
    background-repeat: no-repeat;
    background-position: center;

}
.box4 {
    background: url("../image/active/2011/4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    //height: 978px;
    height:1194px;
}
.c-btn{
    background: linear-gradient(to bottom, #ff6d26 ,#ff9767);
    color: #fcf781;
    height: 100px;
    position: absolute;
    text-align: center;
    font-size: 40px;
    bottom: 20px;
    left: 34%;
    width: 32% !important;
    line-height: 100px;
    border-radius: 100px;
}
.c-btn b{
    font-size: 40px;
}
.box5 {
    background: url("../image/active/2011/5.jpg");
    height: 1195px;
    background-repeat: no-repeat;
    background-position: center;

}
.box5 .money{
    position: absolute;
    left: 50%;
    width: 400px;
    bottom: 100px;
    height:300px;
}

.box6 {
    background: url("../image/active/2011/6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1200px;
}

.box7 {
    background: url("../image/active/2011/7-1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1086px;
}

.box8 {
    background: url("../image/active/2011/8.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 744px;
}

.box9{
    background: url("../image/active/2011/9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 894px;
}
.box10{
    background: url("../image/active/2011/10.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 879px;
}

.box11{
    background: url("../image/active/2011/11.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1054px;
}
.box12{
    background: url("../image/active/2011/12.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1258px;
    padding-top: 180px;
}
.box12 .content_box .gallery-thumbs {
    height: 81px;
    margin: 0px auto;
    width: 1056px;
}

.box12 .content_box .gallery-top {
    width: 1059px;
    height: 958px;
    margin: 30px auto 0;
}

.box12 .content_box .gallery-thumbs .swiper-slide {
    background: #1f182b;
    color: #ffffff;
    text-align: center;
    margin: 0px 10px 0px 0px;
    line-height: 81px;
    font-size: 27px;
    cursor: pointer;
}

.box12 .content_box .gallery-thumbs .swiper-slide-thumb-active {
    background: linear-gradient(to right, #1f182b, #1f182b);
    font-weight: bold;
    font-size: 30px;

}

.box12 .content_box .gallery-top .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.box12-1 {
    background: url("../image/active/2011/12-1.jpg");
}

.box12-2 {
    background: url("../image/active/2011/12-2.jpg");
}

.box12-3 {
    background: url("../image/active/2011/12-3.jpg");
}

.box13{
    background: url("../image/active/2011/13.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 724px;
}



.box11 .content_box p{
    position: absolute;
    top: 29%;
    left: 45%;
}
.box11 .content_box p b{
    color: #B61208;
}

.box11 .content_box ul {
    width: 1005px;
    padding-left: 50%;
    padding-top: 340px;
    margin-left: -310px;
}

.box11 .content_box ul li input {
    width: 705px;
    height: 94px;
    font-size: 40px;
    margin: 33px auto 0 auto;
    border: none;
    background-color: transparent;
    padding-left: 30px;
}
.box11 .content_box ul li #soft-btn-2{
    background: linear-gradient(to bottom, #ff6d26 ,#ff9767);
    color: #fcf781;
    bottom: 200px;
    left: 31.5%;
    text-align: center;
    width: 640px !important;
    border-radius: 50px;
    cursor: pointer;

}

.box15{
    background: url("../image/active/2011/15.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 165px;
}



.swiper-button-next:focus {
    outline: none;
}

.swiper-button-prev:focus {
    outline: none;
}

.kefu a {
    color: #fff;
    text-decoration: none;
}

.hdMask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.resPop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 21;
    margin: -250px 0 0 -300px;
    padding-top: 120px;
    width: 600px;
    height: 500px;
    background: linear-gradient(to bottom, #ff6d26 ,#ff9767);
    font-size: 18px;
    color: #343C4F;
    border-radius: 5px;
}

.resPop .glyphicon{
    font-size: 40px !important;
    font-weight: lighter;
    text-shadow: 0 0px 0 #fff;
    color: #fff;
    opacity: 1 !important;

}


.resPop .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.resPop .hd {
    margin-bottom: 30px;
    text-align: center;
}

.resPop .hd span {
    margin: 0 5px;
}

.resPop .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 40px; /*background-color: #aaaaaa;*/
}

.resPop .order {
    padding-left: 30px;
}

.order input, .order select {
    border: 1px solid #ccc;
    padding: 10px 20px 10px 52px;
    width: 100%;
    height: 60px;
    line-height: 38px;
    font-size: 16px;
    background: #fff;
    border-radius: 60px;
    color: black;
    margin-top: 20px;
}

.resPop .order input, .resPop .order select {
    width: 460px;
    padding-left: 20px;
    font-size: 18px;
}

.resPop .order button {
    margin-left: 116px;
    width: 330px;
    height: 45px;
    border-radius: 40px;
    border: none;
    background: #FF801F;
    font-weight: normal;
    letter-spacing: 3px;
}
#button3{
    color: #000;
    font-weight: bold;
    font-size: 30px;
}

.popbtn {
    cursor: pointer;
}

.poptitle {
    position: absolute;
    top: 40px;
    z-index: 50;
    font-size: 36px;
    color: #fff;
    width: 80%;
    text-align: center;
    padding-left: 20%
}

.fk {
    display: none !important;
}
