main .detail-top .content{
    display: flex;
    justify-content: space-between;
}
main .detail-top .right{
    margin-left: 80px;
}
main .detail-top .right h3{
    font-size: 20px;
    font-family: 'TitilliumWeb-Bold';
    color: #cd1925;
    margin-bottom: 10px;
}
main .detail-top .right h2{
    font-size: 32px;
    font-family: 'TitilliumWeb-Bold';
    color: #202020;
    margin-bottom: 30px;
}
main .detail-top .right .txt{
    margin-bottom: 40px;
}
main .detail-top .right .txt p{
    color: #404040;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 10px;
}
main .detail-top .right .txt p.active{
    display: flex;
}
main .detail-top .right .txt .more{
    display: flex;
    align-items: center;
    cursor: pointer;
}
main .detail-top .right .txt .more span{
    color: #404040;
    margin-right: 10px;
    font-family: 'Barlow-Bold';
}
main .detail-top .right .load{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
main .detail-top .right .load a{
    font-size: 20px;
    font-family: 'Barlow-Medium';
    color: #cd1925;
    text-decoration: underline;
    margin-left: 10px;
}
main .detail-top .right ul.logo{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 13px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 70px;
    display: none;
}
main .detail-top .right ul.logo li img{
    filter: grayscale(100%);
}
main .detail-top .right .quote{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6.25002vw;
}
main .detail-top .right .quote .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/img_btn_bg.png) no-repeat center;
    width: 240px;
    height: 56px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}
main .detail-top .right .quote .btn::after{
    position: absolute;
    left: 0;
    bottom: -17px;
    width: 100%;
    height: 17px;
    content: '';
    background: url(../image/img_btn_bg_shadow.png);
}
main .detail-top .right .quote .btn p{
    color: #fff;
    font-size: 20px;
    font-family: 'Barlow-Bold';
    margin-left: 16px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0,0.6);
}
main .detail-top .right .quote .speak{
    display: flex;
    align-items: center;
    margin: 10px 0;
}
main .detail-top .right .quote .speak p{
    font-size: 20px;
    font-family: 'Barlow-Medium';
    color: #202020;
    display: flex;
    align-items: center;
}
main .detail-top .right .quote .speak p a{
    font-size: 20px;
    font-family: 'Barlow-Medium';
    color: #cd1925;
    margin-right: 10px;
    margin-left: 5px;
    text-decoration: underline;
}
main .share .content{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    margin-bottom: 50px;
}
main .share .content p{
    font-size: 24px;
    color: #19293a;
    font-family: 'TitilliumWeb-Bold';
}
main .share .content .img{
    background: #19293a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

main .detail-btm .show_show_show_content p{
    margin: 15px 0;
}
main .detail-btm .content .box{
    border: 1px solid #e5e5e5;
    padding: 0 50px;
    margin-bottom: 50px;
}
main .detail-btm .content .box .title{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
main .detail-btm .content .box .title h3{
    font-size: 32px;
    font-family: 'TitilliumWeb-Bold';
    color: #cd1925;
}
main .detail-btm .content .box .title .svg svg{
    transition: all 0.5s;
}
main .detail-btm .content .box .title .svg.active svg{
    transform: rotateX(180deg);
}
main .detail-btm .content .box .text{
    margin-bottom: 50px;
}
main .detail-btm .content .box .text .show_detail_content{
    overflow-x: auto;
}
main .detail-btm .content .box ul li{
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    padding-left: 10px;
}
main .detail-btm .content .box ul li::after{
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 12px;
    left: 0;
    content: '';
    background: #202020;
}
main .related{
    padding-top: 50px;
    margin-bottom: 100px;

}
main .related .related-padding{
    padding: 30px;
    padding-bottom: 0;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
}
main .related .row .cart{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
    transition: all 0.5s;
    margin-bottom: 40px;
    background: #fff;
}
main .related .row .cart:hover{
    /* border: 1px solid #e5e5e5; */
}
main .related .row .cart img{
    width: 220px;
    margin-bottom: 10px;
    transition: all 0.5s;
}
main .related .row .cart:hover img{
    transform: scale(0.9);
    opacity: 0.7;
}
main .related .row .cart span{
    display: inline-block;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 3px 10px;
    color: #cd1925;
    font-family: 'Barlow-Medium';
}
main .related .row .cart p{
    font-family: 'Barlow-Bold';
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

main .industry{
    height: 520px;
    display: flex;
}
main .industry .left{
    max-width: 960px;
    width: 100%;
}
main .industry .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .industry .right{
    padding: 5.20835vw 7.29169vw;
    background: #19293A;
    color: #fff;
}
main .industry .right h2{
    font-size: 40px;
    font-family: 'TitilliumWeb-Bold';
    margin-bottom: 20px;
}
main .industry .right p{
    font-size: 16px;
    margin-bottom: 20px;
}
main .industry .right ul li{
    font-family: 'Barlow-Medium';
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding-left: 16px;
}
main .industry .right ul li::after{
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
    background: #fff;
}
@media (max-width:1279px) {
    main .detail-top .left{
        max-width: 50%;
        width: 100%;
    }
    main .detail-top .right{
        max-width: 50%;
    }
    .main-swiper-container{
        --swiper-navigation-color: #cd1925;/* 单独设置按钮颜色 */
        border: 1px solid #e5e5e5;
        margin-bottom: 20px;
    }
    .swiper-container-thumbs .swiper-slide{
        border: 1px solid #e5e5e5;
    }
    .swiper-container-thumbs .swiper-slide svg{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .main-swiper-container .swiper-slide img{
        width: 100%;
        height: 100%;
    }
    .main-swiper-container .swiper-slide iframe{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 9;
    }
    main .detail-top .right .quote{
        flex-wrap: wrap;
    }
    main .related .related-padding{
        padding: 15px;
        padding-bottom: 0;
    }
    main .related .row .cart{
        padding: 15px;
    }
    main .detail-top .right .quote{
        margin-bottom: 30px;
    }
}

@media (max-width:1023px) {
    main .industry{
        flex-direction: column;
        height: auto;
    }
    main .detail-top .content{
        flex-direction: column;
    }
    main .detail-top .content{
        flex-direction: column;
    }
    main .detail-top .left{
        max-width: 100%;
        width: 100%;
    }
    main .detail-top .right{
        max-width: 100%;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }

}
@media (max-width:767px) {
    main .industry .right h2{
        font-size: 24px;
    }
    main .detail-top .right h2{
        font-size: 24px;
    }
    main .detail-top .right ul.logo{
        margin-bottom: 30px;
    }
    .common-share .common-share-box{
        width: 100%;
    }
    main .detail-btm .content .box .title{
        height: 70px;
    }
    main .detail-btm .content .box .title h3{
        font-size: 24px;
    }
    main .detail-btm .content .box .title svg{
        width: 24px;
    }
    main .detail-btm .content .box{
        padding:  0 15px;
        margin-bottom: 30px;
    }
    main .detail-btm .content .box .text{
        margin-bottom: 30px;
    }
    main .related{
        padding-top: 0;
    }
    main .related .title{
        margin-bottom: 30px;
    }

}







