/*
2020-10

*/
.total-box {
    width: 100%;
    min-width: 1300px;
    position: relative;
}

.banner {
    background-image: url("../image/active/2010/1-1012.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 858px;

}

.banner .content_box {
    height: 858px;
}

.box2 {
    background: url("../image/active/2010/2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 937px;
}

.box2 .content_box {
    height: 911px;
    position: relative;
}
.box2 .content_box p{
    position: absolute;
    top: 29.5%;
    left: 45%;
}
.box2 .content_box p b{
    color: #B61208;
}

.box2 .content_box ul {
    margin: 0 0 0 30%;
    padding-top: 315px;
}

.box2 .content_box ul li input {
    width: 705px;
    height: 94px;
    font-size: 40px;
    margin: 26px auto 0 auto;
    border: none;
    background-color: transparent;
    padding-left: 30px;
}
.box2 .content_box ul li .soft-btn{
    background: linear-gradient(to bottom, #f93801, #e90018);
    color: #ffffff;
    bottom: 90px;
    left: 31.5%;
    width: 37% !important;
}
@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/2010/3-1012.jpg");
    height: 615px;
    background-repeat: no-repeat;
    background-position: center;

}
.box4 {
    background: url("../image/active/2010/4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1034px;
}
.c-btn{
    background: linear-gradient(to bottom, #f93801, #e90018);
    color: #ffffff;

    height: 113px;
    position: absolute;
    text-align: center;
    padding-top: 12px;
    font-size: 22px;
    width: 32% !important;
}
.c-btn b{
    font-size: 40px;
}
.box5 {
    background: url("../image/active/2010/5.jpg");
    height: 706px;
    background-repeat: no-repeat;
    background-position: center;

}

.box6 {
    background: url("../image/active/2010/6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 802px;
}

.box7 {
    background: url("../image/active/2010/7.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;
}

.box8 {
    background: url("../image/active/2010/8.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 770px;
}

.box9{
    background: url("../image/active/2010/9.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 563px;
}
.box10{
    background: url("../image/active/2010/10.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1315px;
}

.box11{
    background: url("../image/active/2010/11.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1735px;
}
.box12{
    background: url("../image/active/2010/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/2010/12-1.jpg");
}

.box12-2 {
    background: url("../image/active/2010/12-2.jpg");
}

.box12-3 {
    background: url("../image/active/2010/12-3.jpg");
}

.box13{
    background: url("../image/active/2010/13.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 724px;
}

.box14{
    background: url("../image/active/2010/14.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 911px;
}

.box14 .content_box p{
    position: absolute;
    top: 26%;
    left: 45%;
}
.box14 .content_box p b{
    color: #B61208;
}

.box14 .content_box ul {
    margin: 0 0 0 30%;
    padding-top: 285px;
}

.box14 .content_box ul li input {
    width: 705px;
    height: 94px;
    font-size: 40px;
    margin: 26px auto 0 auto;
    border: none;
    background-color: transparent;
    padding-left: 30px;
}
.box14 .content_box ul li #soft-btn-2{
    background: linear-gradient(to bottom, #FE052F, #D4081E);
    color: #ffffff;
    bottom: 118px;
    left: 31.5%;
    text-align: center;
    width: 37% !important;

}

.box15{
    background: url("../image/active/2010/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, #B91509, #AF0802);
    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;
}