/*
软装
2020-08

*/
.total_box {
    width: 100%;

}

.content_box {
    width: 1240px;
    margin: 0px auto;
    /*border: 1px solid #ff0000;*/
    position: relative;
    height: auto;
}

.banner {
    background-image: url("../image/soft/banner.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    height: 600px;

}

.banner .content_box {
    height: 600px;
}

.box2 {
    background: url("../image/soft/2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 316px;
}

.box3 {
    background: url("../image/soft/3.jpg");
    height: 1332px;
    background-repeat: no-repeat;
    background-position: center;

}

.box3 .content_box {
    height: 1332px;
}

.box3 .content_box .gallery-thumbs {
    height: 81px;
    margin: 0px auto;
    width: 1056px;
}

.box3 .content_box .gallery-top {
    width: 1056px;
    height: 996px;
    margin: 30px auto 0;
}

.box3 .content_box .gallery-thumbs .swiper-slide {
    background: #051812;
    color: #ffffff;
    text-align: center;
    margin: 0px 8px 0px 0px;
    line-height: 81px;
    font-size: 27px;
    cursor: pointer;
}

.box3 .content_box .gallery-thumbs .swiper-slide-thumb-active {
    background: linear-gradient(to right, #AF242B, #962225);

}

.box3 .content_box .gallery-top .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.box3-1 {
    background: url("../image/soft/3-1.jpg");
}

.box3-2 {
    background: url("../image/soft/3-2.jpg");
}

.box3-3 {
    background: url("../image/soft/3-3.jpg");
}

.box3-4 {
    background: url("../image/soft/3-4.jpg");
}

.kefu-box ul li {
    height: 200px;
    display: inline-block;
    width: 48%;
   /* background-color: #ff0000;*/
}

.box4 {
    background: url("../image/soft/4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 325px;
}

.box5 {
    background: url("../image/soft/5.jpg");
    height: 1155px;
    background-repeat: no-repeat;
    background-position: center;

}

.box5 .content_box .gallery-thumbs {
    height: 81px;
    margin: 0px auto;
    width: 1056px;
}

.box5 .content_box .gallery-top {
    width: 1059px;
    height: 772px;
    margin: 30px auto 0;
}

.box5 .content_box .gallery-thumbs .swiper-slide {
    background: #051812;
    color: #ffffff;
    text-align: center;
    margin: 0px 10px 0px 0px;
    line-height: 81px;
    font-size: 27px;
    cursor: pointer;
}

.box5 .content_box .gallery-thumbs .swiper-slide-thumb-active {
    background: linear-gradient(to right, #AF242B, #962225);

}

.box5 .content_box .gallery-top .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.box5-1 {
    background: url("../image/soft/5-1.jpg");
}

.box5-2 {
    background: url("../image/soft/5-2.jpg");
}

.box5-3 {
    background: url("../image/soft/5-3.jpg");
}

.box5-txt {
    position: absolute;
    bottom: 0px;
    color: #fff;
    width: 1059px;
    padding: 55px 31px;
}

.box5-txt .box5-title {
    font-size: 40px;
    font-weight: bold;
}

.box5-txt .box5-tail {
    font-size: 27px;
}

.box5-txt .box5-tail span {
    font-weight: bold;
}

.box6 {
    background: url("../image/soft/6.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 945px;
}

.box7 {
    background: url("../image/soft/7.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 998px;
}

.box8 {
    background: url("../image/soft/8.jpg");
    background-position: center;
    background-repeat: no-repeat;
    height: 1203px;
}

.box8 .content_box {
    height: 1203px;
}

.box8 .content_box ul {
    margin: 0 0 0 165px;
    padding-top: 290px;
}

.box8 .content_box ul li input {
    width: 848px;
    height: 117px;
    font-size: 42px;
    margin: 40px auto 0 auto;
    border: none;
    background-color: transparent;
    padding-left: 30px;
}


.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 -350px;
    padding-top: 120px;
    width: 600px;
    height: 500px;
    background: linear-gradient(to bottom, #AF242B, #962225);
    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;
}