.prodet-left{
    float: left;
    flex: 0 0 74%;
    width: 74%;
    padding-bottom: 50px;
}
.prodet-right{
    flex: 0 0 23%;
    width: 23%;
    float: right;
    margin-top: 30px;
}
.zs-product-info .text .btn .im{
    display: block;
    overflow: hidden;
    width: 160px;
    line-height: 48px;
    height: 50px;
    margin-right: 5px;
    text-align: center;
    font-size: 18px;
    background: #FFF;
    color: #dc0a00 !important;
    border: 1px solid #dc0a00;
    float: left;
    border-radius: 25px;
}
.zs-product-info .text .btn .im:hover{
    color: #FFF !important;
    background: #dc0a00;
}
.zs-product-info{
    display: block;
    padding: 80px 0 35px 0;
    background-color: #FFF;
}
.zs-product-info .zs-wp{
    display: flex;
    justify-content: space-between;
}
.zs-product-info .pic{
    flex: 0 0 600px;
    width: 600px;
    height: auto;
    position: relative;
}
.zs-product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border: 1px solid #ededed;
}
.zs-product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs{
    display: block;
    margin: 15px 40px 15px 40px;
    width: auto;
    height: 80px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.zs-product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    border:1px solid #ededed;
}
.zs-product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zs-product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #ff5c33;
}
/*箭头*/
.zs-product-info .pic .swiper-button-prev,.zs-product-info .pic .swiper-button-next{
    bottom: 38px;
    top: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
}
.zs-product-info .pic .swiper-button-prev{
    left: 0;
}
.zs-product-info .pic .swiper-button-next{
    right: 0;
}
.zs-product-info .pic .swiper-button-next:after, .zs-product-info .pic .swiper-button-prev:after{
    color: #666666;
    font-size: 28px;
    font-weight: bold;
}
.zs-product-info .pic .swiper-button-prev:hover,.zs-product-info .pic .swiper-button-next:hover{
    background: no-repeat;
    border: none;
}
.zs-product-info .pic .swiper-button-next:hover:after, .zs-product-info .pic .swiper-button-prev:hover:after{
    color: #ff5c33;
}

.zs-product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    margin-left: 45px;
    padding: 20px 45px;
    background-color: #fbfbfb;
}
.zs-product-info .text .title{
    display: block;
    padding: 25px 0;
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    margin: 0 0;
    border-bottom: 1px solid #EAEAEA;
}
.zs-product-info .text .subtitle{
    display: block;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}
.zs-product-info .text .desc{
    display: block;
    padding-top: 20px;
    font-size: 18px;
    line-height: 2;
}
.zs-product-info .text .btn{
    display: table;
    padding-top: 30px;
}
.zs-product-content{
    display: block;
    padding-bottom: 50px;
    background-color: #FFF;
}
.pro-info-title{
    display: flex;
    width: 100%;
    height: 60px;
    border: 1px solid #EAEAEA;
    background-color: #FFF;
}
.pro-info-title li{
    display: block;
    width: auto;
    height: 59px;
    line-height: 57px;
    text-align: center;
    padding: 0 50px;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    border-right: 1px solid #F6F6F6;
}
.pro-info-title li.on{
    color: #FFF;
    background-color: #dc0a00;
}
.zs-product-content .pc-desc{
    display: block;
    font-size: 16px;
    line-height: 1.8;
    margin:0 0 10px 0;
    padding: 30px 20px 30px 20px;
}
.zs-product-content .zs-homepro-list{
    padding-top: 45px
}
.zs-product-content .page-box{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    align-items: center;
}
.zs-product-content .page-next{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.zs-product-content .page-next .pn-item{
    margin: 15px 0;
}
.zs-product-content .page-next h3{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
}
.zs-product-info .tag{
    display: block;
    padding: 38px 0 20px 0;
}
.zs-product-info .tag strong{
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
}
.zs-product-info .tag .tag-link{
    display: block;
    width: 100%;
    padding-top: 10px;
} 
.zs-product-info .tag .tag-link a {
    width: auto;
    padding: 0 15px;
    text-align: center;
    margin: 5px 0;
    margin-right: 12px;
    display: inline-block;
    height: 38px;
    font-size: 14px;
    font-weight: normal;
    line-height: 36px;
    background: transparent;
    color: #e3143b;
    cursor: pointer;
    border-radius: 19px;
    border: 1px solid #e3143b;
}
.zs-product-info .tag .tag-link a:hover {
    background: #e3143b;
    color: #fff;
}

.related-list{
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px;
}
.related-list.solut ul{
    display: flex;
    justify-content: space-between;
}
.related-list.solut li{
    width: 352px;
    margin: 0 0;
}
.related-list li{
    display: block;
    width: 94%;
    height: auto;
    padding-bottom: 55px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: #FFFFFF;
}
.related-list li:hover{
    box-shadow: 0px 0px 16px 0px rgba(220,10,0,0.18);
}
.related-list li .pic{
    display: block;
    width: 100%;
    padding: 20px 20px;
    height: 296px;
    overflow: hidden;
}
.related-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s linear;
}
.related-list li:hover .pic img {
    opacity: 1;
    transform: scale(1.08);
}
.related-list li .title{
    display: block;
    height: 45px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.related-list .box_product_arrow {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    border-top: 1px solid #eee;
    color: #d5414d;
}
.related-list li:hover .box_product_arrow{
    background-color: #dc0a00;
    color: #FFFFFF;
}
.related-list .box_product_arrow span{
    display: block;
    text-align: center;
}
.related-list .box_product_arrow::before {
    background-color: #d5414d;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    transition: all .7s cubic-bezier(.645,.045,.355,1);
    z-index: -1;
}
.related-list .box_product_arrow .iconfont{
    font-size: 14px;
    margin-left: 5px;
}
/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-product-content .pc-desc img{
 width: 100%;
}

.related-list {
    display: flex;
    padding-top: 18px;
    flex-direction: row;
    flex-wrap: wrap;
}
.related-list li {
    width: 48.5%;
    margin: 0;
    margin-right: 3%;
    margin-bottom: 10px;
}
.related-list li:nth-child(2n) {
    margin-right: 0;
}
.related-list li .pic {
    padding: 5px 5px;
    height: auto;
}
.related-list li .title {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
}
.related-list .box_product_arrow {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
}
.related-list.solut {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.related-list.solut ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.related-list.solut li {
    width: 100%;
    margin: 0 0 20px 0;
}
.related-list.solut li .pic {
    padding: 5px 5px;
    height: 239px;
}
.zs-product-info {
    padding: 30px 0 30px 0;
}
.zs-product-info .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.zs-product-info .pic {
    flex: 0 0 100%;
    width: 100%;
    /* height: 400px; */
    position: relative;
}
.zs-product-info .pro-bigpic {
    display: block;
    width: 100%;
    /* height: 280px; */
}
.zs-product-info .pro-thumbs {
    margin: 15px 30px 15px 30px;
    width: auto;
    height: 60px;
}
.zs-product-info .pic .swiper-button-prev, .zs-product-info .pic .swiper-button-next {
    bottom: 30px;
    top: unset;
    width: 32px;
    height: 32px;
}
.zs-product-info .text {
    margin-left: 0;
    padding: 20px 25px;
}
.zs-product-info .text .title {
    padding: 8px 0 20px;
    font-size: 22px;
}
.zs-product-info .text .subtitle {
    display: block;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
}
.zs-product-info .text .desc {
    display: block;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}
.zs-product-info .text .btn {
    display: table;
    padding-top: 20px;
}
.zs-product-info .text .btn .im {
    width: 120px;
    line-height: 33px;
    height: 35px;
    margin-right: 5px;
    font-size: 14px;
    background: transparent;
}
.zs-product-content {
    padding-bottom: 30px;
}
.pro-info-title {
    height: 35px;
}
.pro-info-title li {
    width: auto;
    height: 34px;
    line-height: 32px;
    padding: 0 20px;
    font-size: 14px;
}
.prodet-left {
    float: left;
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
}
.zs-product-content .pc-desc {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px 0;
    padding: 15px 10px 15px 10px;
}
.prodet-right {
    flex: 0 0 100%;
    width: 100%;
    float: right;
    margin-top: 10px;
}

}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.prodet-left {
    padding-bottom:2.7777777777777777vw;
}
.prodet-right {
    margin-top:1.6666666666666667vw;
}
.zs-product-info .text .btn .im {
    width:8.88888888888889vw;
    line-height:2.6666666666666665vw;
    height:2.7777777777777777vw;
    margin-right:0.2777777777777778vw;
    font-size:1vw;
    border-radius:1.3888888888888888vw;
}
.zs-product-info {
    padding:4.444444444444445vw 0 1.9444444444444444vw 0;
}
.zs-product-info .pic {
    flex:0 0 33.333333333333336vw;
    width:33.333333333333336vw;
    /* height:31.11111111111111vw; */
}
.zs-product-info .pro-bigpic {
    /* height:25vw; */
}
.zs-product-info .pro-thumbs {
    margin:0.8333333333333334vw 2.2222222222222223vw 0.8333333333333334vw 2.2222222222222223vw;
    height:4.444444444444445vw;
}
/*箭头*/
.zs-product-info .pic .swiper-button-prev,.zs-product-info .pic .swiper-button-next {
    bottom:2.111111111111111vw;
    width:1.7777777777777777vw;
    height:1.7777777777777777vw;
}
.zs-product-info .pic .swiper-button-next:after,.zs-product-info .pic .swiper-button-prev:after {
    font-size:1.5555555555555556vw;
}
.zs-product-info .text {
    margin-left:2.5vw;
    padding:1.1111111111111112vw 2.5vw;
}
.zs-product-info .text .title {
    padding:1.3888888888888888vw 0;
    font-size:2vw;
}
.zs-product-info .text .subtitle {
    padding-top:1.3888888888888888vw;
    font-size:1vw;
    padding-bottom:1.1111111111111112vw;
}
.zs-product-info .text .desc {
    padding-top:1.1111111111111112vw;
    font-size:1vw;
}
.zs-product-info .text .btn {
    padding-top:1.6666666666666667vw;
}
.zs-product-content {
    padding-bottom:2.7777777777777777vw;
}
.pro-info-title {
    height:3.3333333333333335vw;
}
.pro-info-title li {
    height:3.2777777777777777vw;
    line-height:3.1666666666666665vw;
    padding:0 2.7777777777777777vw;
    font-size:1vw;
}
.zs-product-content .pc-desc {
    font-size:0.8888888888888888vw;
    margin:0 0 0.5555555555555556vw 0;
    padding:1.6666666666666667vw 1.1111111111111112vw 1.6666666666666667vw 1.1111111111111112vw;
}
.zs-product-content .zs-homepro-list {
    padding-top:2.5vw;
}
.zs-product-content .page-box {
    padding-top:0.5555555555555556vw;
}
.zs-product-content .page-next {
    font-size:0.8888888888888888vw;
    line-height:1.2222222222222223vw;
}
.zs-product-content .page-next .pn-item {
    margin:0.8333333333333334vw 0;
}
.zs-product-content .page-next h3 {
    font-size:0.8888888888888888vw;
    line-height:1.2222222222222223vw;
}
.zs-product-info .tag {
    padding:2.111111111111111vw 0 1.1111111111111112vw 0;
}
.zs-product-info .tag strong {
    font-size:1vw;
}
.zs-product-info .tag .tag-link {
    display:block;
    width:100%;
    padding-top:0.5555555555555556vw;
}
.zs-product-info .tag .tag-link a {
    padding:0 0.8333333333333334vw;
    margin:0.2777777777777778vw 0;
    margin-right:0.6666666666666666vw;
    height:2.111111111111111vw;
    font-size:0.7777777777777778vw;
    line-height:2vw;
    border-radius:1.0555555555555556vw;
}
.related-list {
    padding-top:1.6666666666666667vw;
}
.related-list.solut li {
    width:19.555555555555557vw;
}
.related-list li {
    padding-bottom:3.0555555555555554vw;
    border-radius:0.4444444444444444vw;
    margin-bottom:1.6666666666666667vw;
}
.related-list li:hover {
    box-shadow:0vw 0vw 0.8888888888888888vw 0vw rgba(220,10,0,0.18);
}
.related-list li .pic {
    padding:1.1111111111111112vw 1.1111111111111112vw;
    height:11.11111111111111vw;
}
.related-list li .title {
    height:2.5vw;
    padding:0 0.8333333333333334vw;
    font-size:1vw;
}
.related-list .box_product_arrow {
    height:3.111111111111111vw;
    line-height:3.0555555555555554vw;
    font-size:0.8333333333333334vw;
}
.related-list .box_product_arrow .iconfont {
    font-size:0.7777777777777778vw;
    margin-left:0.2777777777777778vw;
}

}