﻿.phone{
    display: none;
}
a {
    color: #666;
}
body{
    background-color: #f6f6f6;
}
h1{
    font-size: 16px;
}
.wrap{
    max-width:1440px;
    min-width:320px;
    margin:0 auto;
}
img{
    outline: none;
}
.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
.all5-detail {
    font-size: 16px;
    font-family: CenturyGothic-Light;
}

.all5-detail * {
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 16px;
}

.text-hidden2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-hidden3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.all5-detail input,
.all5-detail textarea {
    border: none;
    outline: none;
    padding: 0;
}

.all5-breadbrumb{
    padding: 33px 0;
}
.all5-breadbrumb span{
    color: #999;
}
.all5-detail .detail-main{
    padding: 65px 50px 110px ;
    border: 1px solid #e3e4ea;
    background-color: #fff;
}
.all5-detail .img-box-wrap{
    display: flex;
    justify-content: center;
}
.all5-detail .img-box-slide{
    height: 716px;
    display: flex;
}
.all5-detail .small-pic-box{
    position: relative;
    width: 140px;
    height: 100%;
    margin-left: 28px;
    overflow: hidden;
}
.all5-detail .sm-pic-list{
    width: 100%;
    height: 100%;
}
.all5-detail .big-pic-box{
    width: 716px;
    height: 100%;
    overflow: hidden;
}
.all5-detail .big-pic-box .pic-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.all5-detail .big-pic-box .pic-img{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #eee;
}
.all5-detail .big-pic-box .pic-img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.all5-detail .small-pic-box .img-item{
    position: relative;
    width: 100%;
    height: 0;
    padding-top:100%;
}
.all5-detail .small-pic-box .img-box{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.all5-detail .small-pic-box .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.all5-detail .small-pic-box .mask{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
}
.all5-detail .small-pic-box .swiper-button-prev,.all5-detail .small-pic-box .swiper-button-next{
    width: 50px;
    height: 50px;
    margin-top: 0;
    left: 50%;
    margin-left: -20px;
}
.all5-detail .small-pic-box .swiper-button-prev{
    top:0;
}
.small-pic-box .swiper-button-next{
    bottom: 0;
    top:auto;
}
.all5-detail .small-pic-box .iconfont{
    line-height: 50px;
    font-size: 50px;
    color: #fff;
}
.all5-detail .small-pic-box  .swiper-button-prev,.all5-detail .small-pic-box .swiper-container-rtl .swiper-button-next{
    background-image: none;
    transform: rotate(90deg);
}
.all5-detail .small-pic-box .swiper-button-next,.all5-detail .small-pic-box .swiper-container-rtl .swiper-button-prev{
    background-image: none;
    transform: rotate(270deg);
}
.all5-detail .small-pic-box .swiper-button-next.swiper-button-disabled,.all5-detail .small-pic-box .swiper-button-prev.swiper-button-disabled{
    opacity: .7;
    cursor: auto;
}
.detail-info{
    padding: 60px 130px 0;
}
.detail-info h1{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 35px;
    text-align: center;
}
.detail-info .item-wrap{
    padding: 0 100px;
}
.detail-info .detail-des{
    padding: 25px 80px 15px;
    background-color: #f5f5f5;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
}
.detail-info .detail-des dl{
    width: 33%;
    display: flex;
    margin-bottom: 10px;
    white-space: nowrap;
}
.detail-info .detail-des dt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-info .detail-des dd{
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.share-box{
    position: relative;
    margin: 40px 0;
    height: 34px;
}
.share-box .line{
    position: absolute;
    left: 0;
    top:50%;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
}
.share-box ul{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    padding: 0 30px;
    display: flex;
    background-color: #fff;
}
.share-box li{
    width: 34px;
    height: 34px;
    margin: 0 3px;
}
.share-box li a{
    display: block;
    height: 100%;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px auto;
    image-rendering: -webkit-optimize-contrast;
}
.share-box .icon1{
    background-image: url(../image/share_facebook_h.png);
    background-color: #3b5998;
}
.share-box .icon2{
    background-image: url(../image/share_twitter_h.png);
    background-color: #1da1f2;
}
.share-box .icon3{
    background-image: url(../image/share_pinterest_h.png);
    background-color: #e60023;
}
.share-box .icon4{
    background-image: url(../image/share_in_h.png);
    background-color: #0077b5;
}
.share-box .icon5{
    background-image: url(../image/share_ins_h.png);
    background-color: #ff4500;
}
.price-box{
    text-align: center;
    margin-bottom: 55px;
}
.price-box .price{
    font-size: 32px;
    font-weight: bold;
    color: #c91a1a;
}
.price-box .price-box i{
    margin-left: 5px;
    font-size: 18px;
    color: #666;
}
.btn-wrap{
    padding: 0 230px;
    margin-bottom: 90px;
}
.btn-wrap .btn-contact{
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #6d9493;
    font-size: 24px;
    color: #fff;
}
.all5-info{
    padding: 0 40px;
}
.all5-tab-hd{
    height: 55px;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    border-bottom: 2px solid #6d9493;
    margin-bottom: 24px;
    overflow: hidden;
}
.all5-tab-hd ul{
    display: flex;
}
.all5-tab-hd li{
    padding: 0 45px;
    height: 100%;
    line-height: 55px;
    color: #333;
    cursor: pointer;
}
.all5-tab-hd li.active{
    background-color: #6d9493;
    color: #fff;
}
.all5-tab-bd{

}
.all5-tab-bd .tab-con{
    display: none;
    padding: 34px 34px 80px;
    border-radius: 3px;
    border: 1px solid #e3e3e3;
}
.all5-tab-bd .tab-param{
    display: block;
}
.all5-tab-bd .second-tit{
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
}
.all5-tab-bd .pram-attr{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.tab-param dl{
    width: 35%;
    display: flex;
    margin-bottom: 12px;
}
.tab-param dt{
    color: #666;
    margin-right: 5px;
}
.tab-param dd{
    color: #999;
}
.param-pack{
    margin-bottom: 40px;
}
.pro-export .port-box{
    display: flex;
    align-items: center;
}
.tab-param .picture-wrap{
    margin-top: 15px;
    display: flex;
}
.tab-param .picture-wrap .img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 3px 5px;
}
.tab-param .picture-wrap .img-box img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pro-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-box .img-box{
    width: 49%;
}
.tab-des li{
    position: relative;
    padding-left: 15px;
}
.tab-des li:before{
    position: absolute;
    content: '';
    left: 0;
    top:9px;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}
.tab-buyer ul{
    margin-bottom: 50px;
}
.tab-buyer li{
    padding: 38px 0;
    border-bottom: 1px solid #eeeff3;
}

.all-buyer li:last-child {
    border-bottom: none;
}
.tab-buyer .buyer-item{
    display: flex;
    align-items: start;
}
.tab-buyer .reviews-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.tab-buyer .reviews-photo img {
    max-width: 100%;
    object-fit: contain;
}

.tab-buyer .reviews-info {
    margin-left: 20px;
    flex: 1;
    min-width: 0;
}

.tab-buyer .reviews-name {
    font-size: 18px;
    color: #2d8de0;
    margin-bottom: 5px;
}

.tab-buyer .reviews-star-box {
    display: flex;
    margin-bottom: 10px;
}

.tab-buyer .reviews-star-box img {
    width: 15px;
    margin-right:4px;
}

.tab-buyer .reviews-text {
    margin-left: 70px;
    line-height: 22px;
    font-size: 14px;
    color: #666;
}

.tab-buyer .reviews-post {
    display: flex;
    width: 44%;
}

.tab-buyer .reviews-post-item {
    margin-left: 25px;
    width: 50%;
    display: flex;
    align-items: center;
}

.tab-buyer .reviews-post span {
    flex: 1;
    min-width: 0;
    margin-left: 10px;
    color: #afb0b2;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-video .video-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 43.75%;
    margin-bottom: 20px;
}
.tab-video .img-box{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab-video .img-box img{
    max-width: 100%;
    object-fit: cover;
}
.tab-video .play-icon{
    position: absolute;
    left: 50%;
    top:50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    background: url(../image/play.png) no-repeat center;
    cursor: pointer;
}
.all5-detail .video-pop{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
}
.all5-detail .close{
    position: absolute;
    right: 20%;
    top: 10%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../image/close.png) no-repeat center;
}
.all5-detail .video-mask{
    position: absolute;
    width: 50vw;
    height: 35vw;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.all5-detail .video{
    width: 100%;
    /* height: auto; */
    object-fit: contain;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.company-info{
    position: absolute;
    left: 20px;
    bottom: 20px;
    max-width: calc(100% - 40px);
    height: 55px;
    line-height: 55px;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 4px;
    padding: 0 30px;
    display: flex;
    align-items: center;
}
.company-logo{
    max-width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.company-logo img{
    max-width: 100%;
    max-height: 100%;
}
.company-name{
    flex: 1;
    min-width: 0;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-small{
    margin-bottom: 50px;
}
.video-small ul{
    display: flex;
    justify-content: space-between;
}
.video-small li{
    width: 18%;
}
.video-small .img-item{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.video-small .img-box{
    border-radius: 5px;
}
.video-small .img-box img{
    max-height: 100%;
}
.keyword-main{
    padding-top: 40px;
}
.keyword-main p{
    line-height: 1.5;
}
.keyword-main p a{
    text-decoration: underline;
}
.keyword-box{
    display: flex;
    margin-top: 20px;
}
.keyword-box span{
    font-size: 20px;
    color: #333;
    margin-right: 10px;
}
.keyword-box a{
    display: inline-block;
    text-decoration: underline;
    margin-right: 30px;
    line-height: 2;
}
.all5-hot{
    margin-bottom: 100px;
}
.all5-hot .hot-tit{
    padding: 50px 0 30px;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.all5-hot .hot-box{
    position: relative;
    padding: 66px 100px 50px;
    border: 1px solid #e3e3e3;
    background-color: #fff;
}
.all5-hot .swiper-container{
    position: static;
}
.all5-hot .swiper-container .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}
.all5-hot .swiper-container .swiper-slide{
    padding: 10px 0;
    width: 19.6%;
    margin-right: 0.5%;
}
.all5-hot .swiper-container .swiper-slide:nth-child(4n){
    margin-right:0;
}
.all5-hot .swiper-button-next,
.all5-hot .swiper-button-prev {
    top: 34%;
    margin-top: 0;
}

.all5-hot .swiper-button-prev,
.all5-hot .swiper-container-rtl .swiper-button-next {
    left: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e9edf3;
    text-align: center;
    background-image: none;
}

.all5-hot .swiper-button-next,
.all5-hot .swiper-container-rtl .swiper-button-prev {
    right: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #e9edf3;
    text-align: center;
    background-image: none;
}
.all5-hot .swiper-button-next.swiper-button-disabled, .all5-hot .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #f6f8fc;
    pointer-events:auto;
}
.all5-hot .swiper-button-next.swiper-button-disabled .iconfont, .all5-hot .swiper-button-prev.swiper-button-disabled .iconfont{
    color: #bababa;
}
.all5-hot .iconfont{
    color: #000;
    line-height: 40px;
    font-size: 26px;
}
.all5-hot .img-item{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: 18px;
}
.all5-hot .pro-title{
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-bottom: 2px;
}
.all5-hot .pro-title a{
    font-size: 14px;
}
.all5-hot .pro-price .num{
    font-size: 18px;
    font-weight: bold;
    color: #c91a1a;
}
.all5-hot .pro-price i{
    font-size: 12px;
}
.all5-send{
    padding: 94px 0 105px;
    background: url(../image/send_bg.png) no-repeat top center;
}
.all5-send p{
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}
.all5-send .send-box{
    position: relative;
    height: 72px;
}
.all5-send .send-text{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 72px;
    padding: 0 245px 0 50px;
    background: #fff;
}
.all5-send .send-text::placeholder{
    font-size: 20px;
    color: #999;
}
.all5-send .send-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 195px;
    height: 100%;
    line-height: 72px;
    text-align: center;
    background-color: #6d9493;
    font-size: 20px;
    color: #fff;
    border: none;
}
@media only screen and (max-width:1500px){
    .detail-info .item-wrap{
        padding: 0;
    }
}
@media only screen and (max-width:1250px){
    .detail-info{
        padding: 60px 0 0;
    }
}
@media only screen and (max-width:1040px){
    .phone{
        display: block;
    }
    .all5-hot .swiper-container .swiper-slide{
        padding: 10px 0;
        width: 49%;
        margin-right: 2%;
    }
    .all5-hot .swiper-container .swiper-slide:nth-child(2n){
        margin-right:0;
    }
    .detail-info .detail-des dl{
        width: 100%;
    }
    .tab-param dl{
        width:100%;
    }
    .detail-info .detail-des dt{
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .btn-wrap{
        padding:0 0px;
    }
}