.title h2 {font-size:48px;font-weight:700;margin-top:0;}
/*  模块一  */
.section-one .cont {position:relative;overflow:hidden;margin-top:15px;float:left;width:calc(50% - 23px);margin-left:15px;background:#eee;padding:3.5% 15px;box-sizing:border-box;display:flex;}
.section-one .cont .product,.section-one .cont .title {width:50%;}
.section-one .cont .title {padding:0 5%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;}
.section-one .cont .title h2 {margin-bottom:10px;}
.section-one .cont .title p {font-size:20px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.5em;}
.section-one .cont .title a {color:#fff;background:#d3362f;padding:3px 10px 5px;width:100px;text-align:center;border-radius:15px;display:block;margin-top:15px;}
.learnMore {padding:45px 0;}
.learnMore a {color:#fff;background:#d3362f;padding:3px 10px 5px;width:100px;text-align:center;border-radius:15px;display:block;margin:auto;}

.videoBox .video_play_class{
    max-width: 80%;
    aspect-ratio: 960 / 540;
    object-fit:fill;
    display: block;
    border-radius: 45px;
    margin: auto;
}
.faq img{
    max-height: 640px;
}

.mainBg {
    padding-top: 110px;
    position: relative;
    z-index: 1;
}

.breadcrumb{
    text-align: center;
    padding: 15px 0;
    display: none;
}
.breadcrumb a{
    color: #bfbfbf;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.breadcrumb a:last-child::after{
    content: none;
}
.breadcrumb a:last-child{
    color: #535353;
}
.breadcrumb a::after{
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
}

.product-details{
    background: #f7f7f7;
    overflow: hidden;
}

.text-pic{
    background: #e5e5e5;
}
.text-pic-cont{
    padding: 50px 0;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.text-pic-cont-text h1{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 50px;
}
.text-pic-cont-text h4{
    line-height: 1.5em;
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-top: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}
.text-pic-cont-text p{
    min-height: 87px;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.text-pic-cont-text .goContact a{
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 20px;
    padding: 10px 15px;
    background: #d3362f;
    border-radius: 30px;
}

.text-pic-cont-text,
.text-pic-cont-pic{
    width: 50%;
}
.text-pic-cont-pic{
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    max-width: 100%;
    height: 100%;
}
.text-pic-cont-pic img{
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    max-width: 100%;
    margin: auto;
    display: block;
}

.details-title{
    font-weight: bold;
    font-size: 36px;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
}

.product-details-main{
    color: rgb(102, 102, 102);
    margin: 30px auto;
}
.product-details-main .details-title{display:none;}
.Specifications{
    text-align: center;
}
.Specifications img{
    max-width: 100%;
}
.downloads-wrap li{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 0;
    font-size: 18px;
}
.downloads-wrap li .left-name-dow .icon-pdf{
    color: #e9494b;
    font-size: 36px;
    vertical-align: middle;
    padding-right: 10px;
}

.right-buttom{
    background: #d3362f;
    border: 1px solid #d9d9d9;
    border-radius: 45px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    transition: all .3s;
}
.right-buttom .icon-xiazai{
    padding-left: 5px;
}

.Related-wrap{
    display: flex;
    flex-wrap: wrap;

}
.Related-wrap li{
    background: #fff;
    margin: 0 10px 20px;
    padding: 10px;
    width: calc(25% - 40px);
    text-align: center;
}
.Related-wrap li .imgVideo{
    width: 150px;
    margin: auto;
}
.Related-wrap li .imgVideo a{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Related-wrap li .imgVideo a img{
    max-width: 90%;
    width: auto;
    max-height: 100%;
}
.Related-wrap li .More{
    color: rgb(255, 255, 255);
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px 20px;
    background: #d3362f;
    border-radius: 30px;
}
.page-same{
    padding-bottom: 50px;
}
.page-same .details-title{
    text-align: left;
    padding: 0 0 20px;
}
.allProductList ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.allProductList ul li{
    width: calc((100% - 52px) / 3);
    margin-right: 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    overflow: hidden;
}
.allProductList .details-title{
    border-bottom: 0;
}

.allProductList ul li a{
    display: block;
    padding: 15px;
    color: rgb(102, 102, 102);
    width: 352px;
    position: relative;
}
.allProductList ul li a b{
     display: block;
     width: 380px;
     height: 280px;
     position: relative;
     overflow: hidden;
 }
.allProductList ul li a b img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.allProductList ul li a:hover{
    color: #ec635d;
}
.allProductList ul li span{
    display: block;
    text-align: center;

}
.page-same{
    padding-top: 30px;
    color: rgb(102, 102, 102);
    min-height: 400px;
}

.faq .articleList li i{
    font-style: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #cacaca;
    color: #fff;
    border-radius: 30px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.articleList{
    padding-bottom: 20px;
}
.articleList li{
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.articleList li a{
    color: rgb(102, 102, 102);
    word-break: break-all;
    margin-left: 40px;
    display: block;
    margin-right: 150px;
}
.articleList li a:hover{
    color: #ec635d;
}
.articleList li .data{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.articleDetails{
    color: #666;
}
.articleDetails img{
    width: 100%!important;
        height: auto !important;
    max-height: initial;
}
.articleDetails h1{
    line-height: initial;
    padding-bottom: 25px;
    text-align: center;
}
.acticlePage_ms{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.articleDetails-cont p{
    margin-bottom: 20px;
}

.acticlePage {
    overflow: hidden;
    margin: 40px 0 25px;
    display: flex;
    justify-content: space-between;
}




.dealer .form{ color: #7e7e7e;}
.dealer .form p{margin-bottom: 20px;}
.dealer .form .table{width: 80%;}
.dealer .form .table .tr{width: 50%; float: left;}
.dealer .form .table .td{height:36px; width: 100%; line-height: 36px; text-align: left;}
.dealer .form .table .tea{width: 100%;}
.dealer .form .table .tea input{width: 90%;}
.dealer .form input {width: 80%; padding: 0 15px; float: left; height:45px; margin: 0; border: 0; background: #ebebeb; }
.dealer .form .select {width: 80%; float: left; height:36px; margin: 0; padding: 0; border: 0; background: #ebebeb; float: left;
    position: relative; }
/*.dealer .form .select::after{content: ''; display: flex; width: 32px; height: 100%; position: absolute; right: 0; background: url("/static/images/down.jpg") center center no-repeat scroll; background-size: 30px; top: 0; cursor: pointer;}*/
/*.dealer .form .select select{ width: 100%; height: 100%; position: absolute; left: 0; top: 0;opacity: 0;}*/
.dealer .form select{
    color: #707070;
    font-size: 16px;
    width: 86%;
    padding: 0 10px;
    height: 45px;
    background: #EBEBEB;
    border-color: #EBEBEB;
}
.dealer .form .buy_btn {width: 100%; height: 45px; line-height:  45px;
    background: #d3362f;text-align: center;
    border-radius: 0; color: #fff; margin-top: 36px; font-size: 16px;cursor: pointer;
    font-weight: bold;}

.search_dealer p{
    margin-bottom: 40px;
}
.videoPage ul{
    display: flex;
    flex-wrap: wrap;
}
.videoPage ul li{
    width: calc(33.33% - 30px);
    margin: 0 15px 15px;
}
.videoPage ul li .imgVideo {
    width: 100%;
    height: 185px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.videoPage ul li .imgVideo::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.videoPage ul li .imgVideo .play{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}
.videoPage ul li p{
    text-align: center;
    color: #000;
    padding: 10px 0;
}

.video_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    background: rgba(0, 0, 0, .8);
}
.video_mask .video_close {
    cursor: pointer;
    color: #fff;
    padding: 0 10px;
    opacity: 1;
    display: inline-block;
    transition: all .4s ease;
    margin: 20px;
    float: right;
}
.video_mask .video_close .icon-icon-close{
    font-size: 36px;
}
.video_mask #video_play{
    max-width: 80%;
    height: 550px;
    aspect-ratio: 960 / 540;
    object-fit: fill;
    display: block;
    border-radius: 45px;
    margin: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    position: absolute;
}

.details-inner{
    margin-bottom: 25px;
}

@media (max-width:1024px) {
    body, html{
        font-size: 14px;
    }
    .title h2{font-size: 20px;}
    .section-one .cont .title p{font-size: 16px;}
    .mainBg{
        padding-top: 50px;
    }
    .section-one .cont{
        width: calc(100% - 30px);
    }
    .learnMore {
        padding: 20px 0;
    }
    .videoBox .video_play_class{
        max-width: 100%;
        width: calc(100% - 30px);
        border-radius: 0;
    }
    .text-pic-cont{
        padding: 15px 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .text-pic-cont-text, .text-pic-cont-pic {
        width: 100%;
    }
    .text-pic-cont-pic{
        position: relative;
        /*height: 220px;*/
    }
    .text-pic-cont-pic img{
        max-width: 100%;
    }
    .text-pic-cont-text h1{
        font-size: 28px;
    }
    .text-pic-cont-text h4{
        margin: 15px 0;
    }
    .text-pic-cont-text .goContact{
        text-align: center;
        margin-bottom: 10px;
    }
    .product-details-main{
        margin: 0 auto;
    }
    .details-title{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .downloads-wrap li{font-size: 16px;}
    .downloads-wrap li .left-name-dow .icon-pdf{
        font-size: 28px;
    }
    .right-buttom {
        padding: 0;
        background: none;
        border: 0;
        color: #d3362f;
        font-weight: bold;
    }
    .right-buttom .ttx{display: none;}
    .right-buttom .icon-xiazai{padding: 0}
    .Related-wrap li{width: calc(50% - 30px);    margin: 0 5px 10px;}
    .Related-wrap li .More{margin-bottom: 10px;}
    .page-same{
        padding-top: 20px;
        min-height: 150px;
    }
    .allProductList .details-title{
        font-size: 20px;
        text-align: center;
    }
    .allProductList ul li{
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .allProductList ul li a{
        width: auto;
    }
    .allProductList ul{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        justify-content: space-between;
    }
    .dealer .form .table,
    .dealer .form select{width: 100%; }
    .dealer .form .table .tr{width: 100%;}
    .dealer .form input{width: 100%;border-radius: 5px;}
    .dealer .form .select{width: 100%;border-radius: 5px;}
    .dealer .form .buy_btn{width: 100%;margin: 15px 0 0;border-radius: 5px;font-size: 14px;}
    .dealer .form{ padding: 0;}
    .videoPage ul li{
        width: calc(50% - 10px);
        margin: 0 5px 5px;
    }
    .videoPage ul li .imgVideo{
        height: auto;
    }
    .video_mask #video_play{
        width: 100%;
        height: auto;
        border-radius: 0;
        aspect-ratio: 960 / 540;
    }


    .allProductList ul li a b{
        display: block;
        width: auto;
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .allProductList ul li a b img{
        position: static;
        left: 50%;
        top: 50%;
        transform: initial;
        max-width: 100%;
        max-height: 120px;
        margin: auto;
        display: block;
    }
}
