@charset "utf-8";
/* CSS Document */
body{
    display: none;
}
.main{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.footer .tipTxt2{
    font-size: 12px !important;
}
.footer {
    border-top: 1px solid #e5e5e5;
}
.footer .address{
    border-top: none!important;
}
.foot_copy .f_copyright{
    font-size: 12px !important;
}
.foot_copy .f_links a{
    font-size: 12px !important;
}
.box1.active {
    position: fixed;
    display: block !important;
    top: 0;
    z-index: 1001;
}
.box1{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #F3F4F6;
    height: 40px;
    line-height: 40px;
    /* padding: 7px 0 12px 0; */
    z-index: 10;
    box-sizing: border-box;
    background: #ffffff;
    position: relative;
}
.box1 .purchase2{
    width: 1170px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.box1 .purchase_jiao{
    position: absolute;
    right: 15px;
    top: -8px;
}
.box1 .purchase_jiao img{
    width: 32px;
    height: 32px;
}
.box1 .purchase{
    width: 161px;
    box-shadow:0px 12px 33px 5px rgba(76,74,72,0.12);
    position: absolute;
    right: 0px;
    top: 10px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}
.box1 .purchase li{
    width: 130px;
    overflow: hidden;
    padding: 14px 0 17px;
    box-sizing: border-box;
    font-size: 13px;
    color: #3A3A3A;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #F3F4F6;
}
.box1 .purchase li:last-child{
    border-bottom: none;
}
.box1 .purchase li a{
    color: #3A3A3A;
}
.box1 .consultation{
    width: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 50;
    display: none;
}
.box1 .consultation .bottoms{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.box1 .consultation .tops{
    width: 480px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.box1 .consultation .tops img{
    width: 100%;
}
.box1 .navs_left{
    width: 300px;
    overflow: hidden;
    float: left;
    display: table;
    font-size: 14px;
    color: #000;
}
.box1 .navs_left img{
    width: 30px;
}
.box1 .navs_left a{
    color: #000;
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
}
.box1 .navs_left a:hover{
    color: #0d0d0d;
}
.box1 .navs_left span img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.box1 .navs_right{
    float: right;
  margin-top: 5px;
}
.box1 .navs_nav{
    overflow: hidden;
    float: right;
}
.navs_nav ul{overflow: hidden;}
.box1 .navs_nav li{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1A1A;
    float: left;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 27px;
}
.fontActive{
    border-bottom:2px solid #1A1A1A;
}
.fontActive a{
    font-weight: 600!important;
}
.box1 .navs_nav li a:hover{
    color: #0d0d0d;
}
.box1 .navs_nav li:first-child{
    border-left:none;
}
.box1 .navs_button{
    float: left;
}
.box1 .navs_button .text{
    font-size: 12px;
    color: #9D1D22;
    text-decoration: underline;
    font-weight: 600;
    line-height: 16px;
    margin-top: 7px;
    float: left;
}
.box1 .navs_button .text a{
    color: #9D1D22;
    font-weight: 600;
}
.box1 .navs_button .subti{
    float: right;
    padding-left:25px;
    cursor: pointer;
    /* border-left: 1px solid #E4E4E4; */
    height: 24px;
    position: relative;
}
.box1 .navs_button .subti:after{
    position: absolute;
    content: '';
    top: 5px;
    width: 1px;
    height: 18px;
    background: #E4E4E4;
    left: -2px;
}
.box1 .navs_button .subti a{
    display: block;
    width: 64px;
    height: 28px;
    border-radius: 6px;
    background: #9C1D22;
    color: #fff;
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    cursor: pointer;
    position: relative;
}
.box1 .navs_button .subti span a{
    background: #9D1D22;
    color: #ffffff;
}
.box1 .navs_button .subti a:hover{
    background: #C3242A;
    color: #ffffff;
}
@keyframes myads {
    0%{
        background: #ffffff;
        color: #9D1D22;
    }
    100%{
        background: #881116;
        color: #ffffff;
    }
}
.box1 .navs_button .subti span a:hover{
    animation: 1.5s myad;
    background: #881116;
    color: #ffffff;
}
@keyframes myad {
    0%{
        background: #9D1D22;
        color: #ffffff;
    }
    100%{
        background: #881116;
        color: #ffffff;
    }
}
.box1 .navs_button .subti span{
    display: block;
    float: left;
    width: 66px;
    padding-bottom: 20px;
    margin-left: 15px;
}
.box1 .navs_button .subti span:hover .purchase3{
    display: block !important;
}
.box1 .navs_button .subti span a .purchase3{
    position: absolute;
    right: 0;
    bottom: -20px;
    display: none;
    padding-top: 20px;
    box-sizing: border-box;
}

.box1 .navs_button .subti span a .purchase3:hover{
    display: block !important;
}
.box1 .navs_button .subti span a .purchase3 .purchase{
    width: 161px;
    box-shadow:0px 12px 33px 5px rgba(76,74,72,0.12);
    position: absolute;
    right: 0px;
    top: 10px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}
.box1 .navs_button .subti span a .purchase3 .purchase li{
    width: 130px;
    overflow: hidden;
    padding: 17px 0 14px;
    box-sizing: border-box;
    font-size: 13px;
    color: #3A3A3A !important;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #F3F4F6;
}
.box1 .navs_button .subti span a .purchase3 .purchase li:last-child{
    border-bottom: none;
}
.box2{
    margin: 41px auto 0 !important;
    position: relative;
    display: flex;
    overflow: visible;
    justify-content: space-between;
}
.box2 .product_left{
    width:582px;
    position: relative;
}
.box2 .product_left .swiper-container{height: 554px;}
.swiper-pagination-bullet{
    margin-left: 7px;
}
.box2 .enlarge{
    position: absolute;
    right: 46px;
    bottom: 59px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.box2 .enlarge img{
    width: 24px !important;
    height: 24px !important;
}
.box2 .product_left2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.box2 .product_left .video{
    width: 479px;
    height: 383px;
    text-align: center;
    line-height:383px;
}
.box2 .product_left .swiper-container img{
    height: 380px;
    width: 380px;
    margin-left: 100px;
    margin-top:87px
}
.box2 .product_left video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.box2 .product_left #videoSwiper{
    object-fit: contain;
}
.paginations {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.paginations span{
    border: none;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination span{
    border: none;
}
.pagination1{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination1 span{
    border: none;
}
.pagination2{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination2 span{
    border: none;
}
.pagination3{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination3 span{
    border: none;
}
.pagination4{
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination4 span{
    border: none;
}
.pagination5 {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination5 span{
    border: none;
}
.pagination6 {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination6 span{
    border: none;
}
.pagination7 {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.pagination7 span{
    border: none;
}
.swiper-pagination-switch{
    opacity: 0.6 !important;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #928579;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-pagination-bullet{
    background: #ffffff !important;
    opacity: .6 !important;
    box-shadow:0px 2px 4px 0px rgba(153,153,153,1);
}
.swiper-pagination-bullet-active{
    width: 35px !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    opacity: 1 !important;
    box-shadow:0px 2px 4px 0px rgba(153,153,153,1);
}
.box2 .product_right .mainKey{
  color: #9C1D22;
}
.box2 .product_right{
    width: 458px;
    /* float: right; */
    /* overflow: hidden; */
    /* padding: 30px 35px 45px 40px; */
    box-sizing: border-box;
    overflow: visible;  
    position: relative; 
}
.box2 .product_right .stickybox{
    position: sticky;
    padding: 30px 35px 45px 40px;
    box-sizing: border-box;
    top: 80px;
    height:430px;
}
.box2 .product_right .bottomBox {
    width: 383px;
    padding: 0 35px 45px 40px;
    background: #fff;
}
.box2 .product_right .arrow{
  width: 12px!important;
  height: 12px;
}
.box2 .product_right .minus{
	width:8px;
	height: 2px;
    margin-top: 15px;
    margin-right: 2px;
}
.Absolute{
    position: absolute!important;
    bottom:-45px;
}
.Fixed{
    position: fixed!important;
    bottom:0;
}
.myFixed{
    position: fixed;
    top: 0;
    margin-left: 690px;
}
.box2 .product_right .list{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.box2 .product_right .list li{
    font-size: 10px;
    float: left;
    padding: 0 8px;
    background: #F1F3F5;
    border-radius: 3px;
    margin-left: 10px;
    height: 23px;
    line-height: 23px;
    color: #999999;
}
.box2 .product_right .list li:first-child{
    box-sizing: border-box;
    border: 1px solid #9C1D22;
    background: none;
    margin-left: 0;
    line-height: 21px;
    color: #9C1D22;
}
.box2 .product_right .list li:nth-child(2){
    box-sizing: border-box;
    border: 1px solid #9C1D22;
    background: none;
    margin-left: 0;
    line-height: 21px;
    color: #9C1D22;
    margin-left: 10px;
}
.box2 .product_right .title{
    font-size: 26px;
    font-weight: bold;
    color: #363636;
    margin-top: 8px;
    line-height: 42px;
    margin-bottom: 9px;
}
.box2 .product_right .introduction{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 20px;
}
.box2 .product_right .lines {
    margin-top: 30px;
}
.box2 .product_right .lines li{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid #C1C1C1;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  color: #000;
}
.box2 .product_right .lines li a{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.box2 .product_right .lines li:last-child{
    border-bottom: none;
}
.arrow{
    width: 15px;
    height: 15px;
    margin-top: 10px;
    vertical-align: middle;
}
.flexbox{
    display: flex;
    justify-content: space-between;
}
.box2 .product_right .title span{
    display: block;
    float: right;
    color: #000000;
    font-size: 10px;
    width: 23px;
    margin-right: 53px;
    line-height: 14px;
    text-align: center;
    margin-top: 7px;
}
.box2 .product_right .title span img{
    width: 19px;
    height: 19px;
    display: block;
    margin: 0 auto 5px;
}
.box2 .product_right .text{
    width: 364px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #666666;
    margin-top: 13px;
}
.box2 .product_right .prize{
    width: 100%;
    margin-top: 29px;
    position: relative;
}
.box2 .product_right .prize .prize_ding2{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 600;
    display: none;
}
.box2 .product_right .prize .prize_ding{
    position: absolute;
    top: 50px;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%,0);
    z-index: 10;
    padding:30px;
    background: #ffffff;
    width:auto;
    display: inline-block !important;
    display: inline;
}
.box2 .product_right .prize .prize_ding img{
    width: auto !important;
    height: 100% !important;
}
.box2 .product_right .prize .prize_ding2 .zhe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
}
.box2 .product_right .prize .prize_ding .close{
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
}
.box2 .product_right .prize .prize_ding .close img{
    width: 30px;
    height: 30px;
}
.box2 .product_right .prize .prize_ding img{
    margin: 0;
    height: 73px;
}
.box2 .product_right .prize span{
    font-size: 24px;
    color: #363636;
    line-height: 33px;
    font-weight: 600;
    display: block;
}
.box2 .product_right .prize img{
    width: auto;
    margin-top: 20px;
    height: 73px;
    margin-right: 10px;
    cursor: pointer;
}
.box2 .product_right .prize_list{
    height: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
    box-sizing: border-box;
    background-color: #9C1D22;
    text-align: center;
    cursor: pointer;
    flex:1;
    margin-right: 5px;
}
.box2 .product_right .gobuy{
    height: 40px;
    line-height: 40px;
    color: #9C1D22;
    margin-top: 10px;
    box-sizing: border-box;
    background-color: #FFF;
    text-align: center;
    cursor: pointer;
    border:1px solid #9C1D22;
    flex:1
}
.box2 .product_right .prize_list:hover{
    background-color: #C3242A;
}
.box2 .product_right .prize_list .texts{
    color: #C59F5F;
    font-size: 14px;
    font-weight: 400;
    line-height: 50px;
    margin-left: 14px;
    float: left;
}
.box2 .product_right .prize_list .texts_right{
    font-size: 12px;
    float:right;
    margin-right: 11px;
    line-height: 50px;
}
.box2 .product_right .prize_list .texts_right a{
    color: #9C1D22;
}
.box2 .product_right .prize_list .texts_right a img{
    width: 10px;
    margin-left: 5px;
    margin-top: 20px;
}
.box2 .product_right .tags span{
    height: 17px;
    font-size: 12px;
    color: #000000;
    line-height: 17px;
    padding: 2px 3px;
    border: 1px solid #C1C1C1;
    border-radius: 2px;
}
.box3{
    margin: 70px auto 0 !important;
}
.titles{
    font-size: 24px;
    color: #363636;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    margin-top: 120px;
    margin-bottom: 40px;
}
.box3 .product-details{
    width: 100%;
    overflow: hidden;
    height:400px;
    background: #FAFAFA;
    margin-top: 48px;
    display: table;
}
.box3 .product-details2>:first-child{
    margin-top: 21px !important;
}
.box3 .product-details .product-details-left{
    width: 490px;
    height: 400px;
}
.box3 .product-details .product-details-left2{
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.box3 .product-details .product-details-left .video2{
    width: 490px;
    height: 490px;
    text-align: center;
    line-height: 490px;
}
.box3 .product-details .product-details-left img{
    width: 490px;
    height: 400px;
}
.box3 .product-details .product-details-left video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.box3 .product-details-right{
    width: 50%;
    height: 100%;
    display: table-cell;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
}
.box3 .product-details-right .text{
    width: 372px;
    margin: 0 auto;
    font-size: 14px;
    color: #363636;
    line-height: 150%;
}
.box3 .product-details-right .text span{
    font-size: 24px;
    color: #363636;
    display: block;
    line-height: 33px;
    margin-bottom: 41px;
    font-weight: 600;
}
.box4{
    margin: 70px auto 0 !important;
}
.box4 .technical{
    overflow: hidden;
    margin-top: 20px;
}
.box4 .technical ul{
    display: flex;
    flex-wrap: wrap;
}
.box4 .technical li{
    width:calc(25% - 20px);
    margin-right: 20px;
    float: left;
    /* height: 60px; */
    line-height: 28px;
    /* border-bottom: 1px solid rgba(136,136,150,0.1); */
    /* white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis; */
}
.box4 .technical li:nth-child(1){
    /* border-top: 1px solid rgba(136,136,150,0.1); */
}
.box4 .technical li:nth-child(2){
    /* border-top: 1px solid rgba(136,136,150,0.1); */
}
.box4 .technical1 li:nth-child(even){
    /* float: right; */
}
.box4 .remarks .text{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A9A9A9;
    line-height: 20px;
    font-size: 13px;}
.box4 .remarks .text span{
    white-space:pre-line;
    line-height: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A9A9A9;
}
.technical1{ width: 100%;}
.technical2{width: calc(50% - 25px)!important;padding-left: 25px}
.box5{
    width: 100%;
    background-color: #FAFAFA;
    margin: 70px auto 0 !important;
}
.box5 .productBox img{width: 200px;height: 200px;object-fit: cover;}
.box5 .productBox .pic{
    margin-bottom: 25px;
    padding-top: 20px;
    box-sizing: border-box;
}
.box5 .productBox li{
    padding: 0 25px;
    box-sizing: border-box;
}
.box5 .productBox .bigtitle{
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    line-height: 16px;
}
.install .textbox{
    padding: 28px;
    background-color: #fff;
    line-height: 20px;
    color: #A9A9A9;
    margin-top: 20px;
    white-space: pre-line;
    padding-top: 0;
}
.subTitle{text-align: center;margin-top: 7px;}
.box5 .install{
    width: 1005px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 54px 0;
    background: #FAFAFA;
    margin-top: 25px;
}
.box5 .install .install_img{
    overflow: hidden;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.box5 .install .install_img img{
    width: 100%;
}
.box5 .install .install_text{
    font-size: 14px;
    color: #363636;
    margin-top: 62px;
}
.box5 .install .install_text span{
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
    max-width: 100%;
}
.box5 .install .install_text a{
    display: block;
    width: 209px;
    height: 60px;
    background: #141414;
    border-radius: 4px;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    color: #D1BE9C;
    margin: 25px auto 0;
}
.zoom{
    text-align: center;
    font-size: 14px;
    margin: 30px;
    color: #000; 

}
.box5 .myul{display: flex;font-weight: 600;font-size: 14px;width: 1005px;}
.box5 .myul img{width: 24px; vertical-align: middle;height: 24px;}
.box5 .myul li{
    flex: 1;
    flex-shrink: 0;
    width: 318px;height: 47px;line-height: 47px;color: #000;border-bottom: 1px solid #000;cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box5 .myul li:not(:last-child){margin-right: 30px;}

.box5 .remarks{
    width: 700px;
    font-size: 12px;
    color: #999999;
    margin: 26px 0 88px 40px;
    line-height: 200%;
}
.box5 .remarks .text{
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}
.box5 .remarks .text i{
    display: block;
    float: left;
}
.box5 .remarks .text span{
    display: block;
    float: left;
    margin-left: 5px;
    width: 97%;
    color: #999999;
}
.box5 .scene{
    width: 100%;
    height: 660px;
    overflow: hidden;
    margin: 30px 0 70px 0;
}
.box5 .scene2{
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    cursor: pointer;
}
.box5 .scene2>div{position: absolute;bottom: 110px;left: 70px;color: #fff;font-size: 24px;}
.box5 .scene2 h5{font-weight: 600;margin-bottom: 10px;position: relative;}
.box5 .scene2 h5::after{
    content: '';
    position: absolute;top: -10px;left: 0;width: 15px;height: 2px;background-color: #9C1D22;}
.box5 .scene2 p{font-weight: lighter;}
.box5 .scene video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.box5 .scene img{
    width: 100%;
    height: 660px;
}
.box5 .newest{
    width: 980px;
    height: 363px;
    overflow: hidden;
    margin: 30px auto 70px;
}
.box5 .newest img{
    width: 100%;
    height: 363px;
}
.swiper-container2{
    margin: 0 auto;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container4{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container5{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    height: 615px;
}
.swiper-container6{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container7{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.box6 .recommend{
    width: 1170px;
    margin: 20px auto 0;
}
.box6 .recommend .pack{
    width: 208px;
    height: 274px;
    background: #ffffff;
    box-shadow:0px 12px 33px 5px rgba(76,74,72,0.12);
    border-radius:10px;
    padding: 25px 0 19px;
    box-sizing: border-box;
    margin-bottom: 43px;
}
.box6 .recommend .pack .pack_img{
    width: 100%;
    height: 104px;
    margin: 0 auto;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
.box6 .recommend .pack .pack_img img{
    width: 145px;
    height: 104px;
}
.box6 .recommend .pack .pack_title{
    width: 100%;
    font-size: 18px;
    color: #715B46;
    margin-top: 27px;
    text-align: center;
    font-weight:600;
    line-height: 20px;
}
.box6 .recommend .pack .list{
    width: 187px;
    overflow: hidden;
    margin: 9px auto 0;
    font-size: 10px;
    color: #000000;
}
.box6 .recommend .pack .list span{
    display: block;
    background: #F1F3F5;
    float: left;
    margin-right: 8px;
    border-radius: 3px;
    color: #999999;
    width: 57px;
    height: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
}
.box6 .recommend .pack .list span:last-child{
    margin-right: 0 !important;
}
.box6 .recommend .pack .text{
    margin-top: 27px;
    text-align: center;
}
.box6 .recommend .pack .text a{
    color: #9C1D22;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
}
.box6 .recommend .pack .text a:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #9C1D22;
    border-right: 1px solid #9C1D22;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 0 5px;
}
.box6 .recommend .xian{
    width: 980px;
    margin: 0 auto;
    border-bottom: 1px solid #DBDBDB;
}
.box6 .recommend .xian span{
    display: block;
    width: 185px;
    height: 5px;
    background: #9D1D22;
    margin: 0 auto -3px;
}
.swiper-wrapper2{
    height: auto !important;
}
.swiper-slide2{
    height: auto !important;
}
.box7{
    width: 100%;
    overflow: hidden;
    padding: 50px 0;
    margin-top: 55px;
}
.box7 .list{
    overflow: hidden;
    margin: 20px auto 0;
}
.box7 .list ul{
    overflow: hidden;
    margin: -8px;
}
.box7 .list ul a{
    display: block;
    float: left;
    width: 20%;
}
.box7 .list li{
    margin: 8px;
    height: 208px;
    background: #ffffff;
    padding: 45px 0 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.box7 .list li span{
    color: #9C1C21;
    font-weight: bold;
}
.box7 .list li img{
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 26px;
}
.box7 .list .foot{
    font-size: 14px;
    color: #9C1C21;
    width: 115px;
    line-height: 20px;
    margin: 33px auto 0;
    border-bottom: 2px solid #9C1C21;
}
.box7 .list .foot a{
    color: #9C1C21;
}
.box8{display: flex!important;color: #ffff;padding-bottom: 114px!important;}
.box8 h3{font-size: 21px;margin-top: 66px;}
.box8 p{font-size: 14px;margin-top: 12px;margin-bottom: 7px;}
.box8>div{
    width: 555px;
    height: 204px;
    text-align: center;
    background-size:cover!important
}
.box8>div:first-child{
    margin-right: 30px;
    background: url('https://hsimage.fotile.com/202311231821321999568.jpg') center center;
}
.box8>div:last-child{
    background: url('https://hsimage.fotile.com/202311231821322241681.jpg') center center;
}
.box8 a:hover{color: #fff;}
.swiper-container3{
    margin: 0 auto;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.box9{
    width: 1200px;
    background-image: url(../images/foot.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-top: 79px;
}
.box9 .text{
    width: 1200px;
    height: 272px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 48px 0 0 273px;
    font-size: 36px;
    color: #FFFFFF;
    position: relative;
    line-height: 43px;
}
.box9 .text .text_ding{
    position: absolute;
    width: 226px;
    height: 281px;
    right: 188px;
    top: -9px;
}
.box9 .text .text_ding img{
    width: 100%;
    height: 281px;
}
.box9 .text a{
    display: block;
    padding: 17px 0;
    background: #FFFFFF;
    border-radius: 26px;
    width: 183px;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    color: #928579;
    line-height: 17px;
    margin-top: 30px;
}
.pagination2{
    width: 980px !important;
    box-sizing: border-box;
    margin: 0 auto 5px;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
}
.pagination2 span{
    margin-bottom: -3px;
    height: 5px;
    border: none;
    background: #9D1D22;
}
.pagination2 .swiper-pagination-switch{
    opacity: 0 !important;
}
.pagination2 .swiper-active-switch{
    opacity: 1 !important;
    width: 185px;
}
.pagination3{
    width: 980px !important;
    box-sizing: border-box;
    margin: 0 auto 5px;
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
}
.pagination3 span{
    margin-bottom: -3px;
    height: 5px;
    border: none;
    background: #9D1D22;
}
.pagination3 .swiper-pagination-switch{
    opacity: 0 !important;
}
.pagination3 .swiper-active-switch{
    opacity: 1 !important;
    width: 185px;
}
.swiper-container-horizontal>.swiper-pagination-progress{
    left: 50% !important;
    transform: translate(-50%);
    bottom: 0;
    top: initial !important;
    height: 1px !important;
}
.swiper-pagination-progress .swiper-pagination-progressbar{
    background: #9D1D22 !important;
    top: -2px !important;
    height: 5px !important;
    transform: translate3d(0px, 0px, 0px) scaleX(0.23) scaleY(1);
}
.swiper-slide{
    box-sizing: border-box;
}
#recomms{
    display: none;
}
#happins{
    display: none;
}
.swiper-container-horizontal>.swiper-scrollbar {
    height:9px !important;
    width:589px !important;
    left: 50% !important;
    transform: translate(-50%,0%);
    bottom: -7px;
    background: none !important;
    border-bottom: 2px solid #DBDBDB;
    opacity: 1!important;
}
.swiper-container-horizontal>.swiper-scrollbar2 {
    position: absolute;
    bottom: 3px;
    z-index: 50;
    height: 12px !important;
    width: 980px !important;
    left: 50% !important;
    transform: translate(-50%,0%);
}
.swiper-scrollbar2{
    border-bottom:1px solid #DBDBDB !important;
}
.swiper-scrollbar-drag{
    border-radius: 0 !important;
    height:2px !important;
    top: 9px !important;
    background: #9D1D22 !important;
}



/* 20191017 1031 集成烹饪中心留资弹框 */
.pop.form * {
    box-sizing: border-box !important;
}
.form1{
	width:452px;
	height:532px;
	background:rgba(179,156,100,1);
	position: absolute;
	left: 50%; margin-left: -226px; top: 50%; margin-top: -266px;
}
.form-main{
	width:440px;
height:520px;
background:rgba(255,255,255,1);
border-radius:10px;
position: relative; margin: 6px auto;
overflow: hidden;
}
.f-t1 {
	font-size:32px;
font-family:PingFangSC-Thin;
font-weight:100;
color:rgba(31,31,35,1);
line-height:45px;
text-align: center; margin-top: 50px; margin-bottom: 5px;
}
.f-t2{
	font-size:14px;
	font-family:PingFangSC-Semibold;
	font-weight:600;
	color:rgba(31,31,35,1);
	line-height:20px;
	text-align: center; margin-bottom: 15px;
}
.f-item{ margin: 10px auto;width:320px; display: flex; justify-content: space-between;}
.f1-input{
	width:320px;
	height:48px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	border:1px solid rgba(151,151,151,0.29); padding: 14px 15px; font-size: 14px;
}
.f1-input2{
	width:100px;
height:48px;
background:rgba(255,255,255,1);
border-radius:6px;
border:1px solid rgba(151,151,151,0.29);padding: 14px 5px 14px 15px; font-size: 14px; overflow: hidden;
}

.f-pol{ text-align: center;}
.f-gou{ width: 24px; height: 24px; background: url(https://www.fotile.com/hd/xingfu2019/Public/pc/images/gou1.png) no-repeat; display: inline-block; vertical-align: middle;}
.f-gou.agree{background: url(https://www.fotile.com/hd/xingfu2019/Public/pc/images/gou.png) no-repeat;}
.f-pol p{ display: inline-block; vertical-align: middle; font-weight: 100;}
.f-pol p span { font-weight: 600;}
.pol-p { cursor: pointer; display: inline-block; vertical-align: middle;}

.fbtn { width: 240px; height: 50px; margin: 30px auto; position: relative;}
.fbtn img{ position: absolute; left: 0; top: -30px; width: 100%;}
.f-submit{ width: 100%; height: 100%; position: absolute; z-index: 2; left: 0; top: 0; cursor: pointer;}


.succ-main{width:452px;
	height:532px;
	background: url(https://fotilepc.oss-cn-hangzhou.aliyuncs.com/assets/images/succ.png) no-repeat; background-size:100% auto ;
	position: absolute;
	left: 50%; margin-left: -226px; top: 50%; margin-top: -266px;
}
.succbtn{width: 200px; height: 50px; margin: 30px auto; position: absolute; left: 50%; margin-left: -100px; top: 379px; cursor: pointer;}

.succ2-main{width:452px;
	height:532px;
	background: url(https://www.fotile.com/hd/xingfu2019/Public/pc/images/succ2.png) no-repeat; background-size:100% auto ;
	position: absolute;
	left: 50%; margin-left: -226px; top: 50%; margin-top: -266px;
}
.succ2btn{width: 200px; height: 50px; margin: 30px auto; position: absolute; left: 50%; margin-left: -100px; top: 231px; cursor: pointer;}


.pol-main{
	width:832px;
	height:80%;
	background:rgba(179,156,100,1);
	position: absolute;
	left: 50%; margin-left: -416px;
	top: 10%;
}
.pol-box{ 
	width:820px;
	height:98%;
	background:rgba(255,255,255,1);
	border-radius:10px;
	position: absolute; left: 6px; top: 1%;
	
}
.pol-sbox{ overflow: hidden; overflow-y: auto; width: 100%; height: 96%; top: 2%; left: 0; padding: 0 40px 30px;  position: absolute; font-size: 14px;}
.pol-title{ text-align: center;font-weight:100; font-size: 32px;color:rgba(31,31,35,1); margin-top: 40px;}
.pol-subtitle{ color: #9C1D22; margin-top: 20px; font-size: 16px;}
.pol-p{ color: #1F1F23;}
.pol-p span { font-weight: 600;}

.yzmbtn{
	width:155px;
height:48px;
background:rgba(254,242,188,1);
border-radius:6px;
text-align: center; line-height: 48px; color: #D59600; font-weight: 600; cursor: pointer;
}
.yzmbtn.disabled { background: #ccc; color: #fff; cursor: no-drop;}
.login-code{ width: 155px;}
.login-submit{width: 100%; height: 100%; position: absolute; z-index: 2; left: 0; top: 0; cursor: pointer;}
.f-item.hide { display: none;}
.huakuai{
	width:320px;
	height:48px;
	background:rgba(255,255,255,1);
	border-radius:6px;
	border:1px solid rgba(151,151,151,0.29);
}

.b5-v{ width:619px;
height:347px; position: absolute; background: #000; left: 50%; margin-left: -347px; top: 168px; overflow: hidden; border-radius: 15px; display: none;}
.b5-play{ width:100px; height: 100px; display: block; -background:url(https://www.fotile.com/hd/xingfu2019/Public/pc/images/play.png) no-repeat; position: absolute; left: 50%; margin-left: -90px; top: 292px; background: rgba(0,0,0,0);} 

.slider { width: 100%; height: 100%;box-shadow: 0 0 3px #999; position: relative;background-color: #ddd;}
.button {
    position: absolute;
    left: 0;
    top: 0;
    width:48px;
    height: 46px;
    background-color: #fff;
    cursor: pointer; z-index: 2;
}
.label{ line-height: 48px; font-size: 16px; color: #aaa; text-align: center;
	background:-webkit-gradient(linear, left top, right top, color-stop(0, #4d4d4d), color-stop(.4, #4d4d4d), color-stop(.5, white), color-stop(.6, #4d4d4d), color-stop(1, #4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 2s infinite;
    -webkit-text-size-adjust: none;}
}

@keyframes slidetounlock{0%{background-position:-200px 0}100%{background-position:200px 0}}
@-webkit-keyframes slidetounlock{0%{background-position:-200px 0}100%{background-position:200px 0}}

.track {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
}
.track div {
    height:100%;
	width: 320px;
    font-size: 28px;background-color: #78c430; text-align: center; color: #fff; font-size: 15px; line-height: 48px;;
}
.easeback{ transition: all ease .5s; -webkit-transition: all ease .5s;}
.videopop-main{ width: 78%; height: 80%; position: absolute; left: 50%; margin-left: -39%; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #000;}
.v-close{ width: 50px; height: 50px; background: url(https://www.fotile.com/hd/xingfu2019/Public/pc/images/x.png) no-repeat center center #fff; border-radius: 50%; cursor: pointer; position: absolute; right: -20px; top: -20px; z-index: 2;transition: all ease .25s; -webkit-transition: all ease .25s; }

.v-close:hover { transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.vpop-box{ width: 100%; height: 100%;}
.box-map{
    background-color: #fff;
}









.visible{ overflow: visible;}
.white { color: #fff;}
.bgwhite{ background: #fff;}


.pop{ width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; left: 0; top: 0; z-index: 999; display: none;}
.pop-main{ width: 960px; height: 480px; position: absolute; left: 50%; margin-left: -480px; top: 50%; margin-top: -240px; border-radius: 6px; background: #fff; color:#020222 ;}
.pop-close{ width: 40px; height: 40px; background: url(https://www.fotile.com/hd/xingfu2019/Public/pc/images/x.png) no-repeat center center; background-size: 14px auto; position: absolute; right: 5px; top: 5px; cursor: pointer; transition: all ease .25s; -webkit-transition: all ease .25s; z-index: 2; }
.pop-close:hover { transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.formmain { width: 900px; margin: 70px auto 0;}
.formtitle {
	font-size:18px; text-align: center;
	font-weight:600;
	line-height:25px;
}
.formtitle span { color:#0090DB ;}
.form-inputbox{ display: flex; justify-content: space-between; flex-direction: row; margin-top: 50px;}
.inputtitle {font-size:10px; margin-bottom: 7px;}
.popinput {
	width:210px;
	height:43px;
	border-radius:2px;
	border:1px solid rgba(0,0,0,0.2);
	background: none;
	padding: 12px;
	font-size: 14px;
}

.poptext{
	width:900px; padding: 11px;
	height:93px;
	border-radius:2px;
	border:1px solid rgba(0,0,0,0.2);
	resize: none;
	font-size: 14px;
}
.form-textbox{ margin-top: 37px;}
.pop-submit{
	width:150px;
	height:48px;
	background:rgba(0,144,219,1);
	border-radius:24px;
	cursor: pointer;
	margin-top: 30px;
}

.w980{width: 1155px!important;margin: 0 auto;}
.brands{margin-top: 5px;overflow: hidden;}
.brands li{
    width: 125px;
    height: 60px;
    background-color: #F5F5F5;
    margin-right: 3px;
    text-align: center;
    float: left;
    margin-bottom: 3px;
}
.brands li:nth-child(3){
    margin-right: 0;
}
.brands li:nth-child(6){
    margin-right: 0;
}
.brands li a{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.brands li img{width: 24px;height: 24px;margin: 7px 0;}
.tags2{border: none !important;margin-top: 8px;color:#9C1D22 ;}
.tags2 span{color: #9c1d22 !important;margin-right: 5px;}
.longImg{
    width: 582px;
    margin-top: 30px;
}
.longImg img{width: 100%;display: block;}
.box-map{padding: 88px 0;}
#surveyUserWrapper{margin-top: 37px;}
.map-wrap{height: 500px!important;}
.box7 ul{display: flex;}
.box7 li{background:#fff;width:25%;height: 189px;text-align: center;margin-right: 10px;}
.box7 ul li p{line-height: 30px;}
.box7 li>div{
    padding-top: 40px;
    color: #000;
    font-size: 18px;
}
.box7 img{width:48px;}
.popwindow {position: fixed!important;}
.popMask{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    display: none;
    top: 0;
    z-index: 98;
}
.sectionbanner{
    /* height: 720px; */
    overflow: hidden;
}
.sectionbanner img{width: 100%;object-fit: cover;height: 100%;}
.sectionbanner video{width: 100%;}
.textWapper {
    position: absolute;
    width: 100%;
    color: white;
    text-align: center;
    z-index: 1000 !important;
    height: 150px!important;
    top: 149px;
}
#meiTu .flexbox{
    margin-top: 40px;
}
#meiTu img{width: 100%;}
#meiTu img:first-child{
    height: 740px;
    object-fit: cover;
}
#meiTu .flexbox img{flex: 1;width: calc(50% - 20px);height: 640px;object-fit: cover;}
#meiTu .flexbox img:first-child{margin-right: 40px;}
.techBox_img{text-align: center;border-bottom: 1px solid #E4E4E4;color: #000;padding-bottom: 20px;}
.techBox_img img{width: 251px;height: 251px;margin-bottom: 30px;}
.techBox_img div{text-align: left;}
.techBox_img .productName,.techBox_img .productModel{
    margin-bottom: 10px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
}
.techBox_img .productModel{ font-size: 24px}
.box4 .mybox ul li h5{
    font-size: 13px;
    font-weight: 600;
    color: #474747;
}
.box4 .mybox ul li p{color: #000;font-weight: 600; word-break: break-all;width: 90%;}
.popMask2{
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
    display: none;
    text-align: center;
    z-index: 1002;
}
.popMask2 .closeIt{
    position: fixed;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url('https://hsimage.fotile.com/202304241028486295993.png') no-repeat;
    background-size: 100% 100%;
}
.product_left .swiper-button-next{
    background-image:url('/webstatic/Public/Mobile/img/global/icon_03_2.png');
    width: 19px;
    height: 15px;
  }
 .product_left .swiper-button-prev{
    background-image:url('/webstatic/Public/Mobile/img/global/icon_03_2.png');
    transform: rotate(180deg);
    width: 19px;
    height: 15px;
  }
  img[src=""],img:not([src]){
    opacity:0;
  }
  body{
    display: block;
}
.prism-player{
    background-color: #fff!important;
  }
/* 看案例 */
.blocksBtns{
    display: flex;
    margin-top: 20px;
}
.blocksBtns li{
    flex:1;
    background-color: #f5f5f5;
    height: 80px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding-top: 18px;
    box-sizing: border-box;
    color: #000;
}
.blocksBtns li img{
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}
.blocksBtns li:not(:last-child){
  margin-right: 5px;
}