.home .content{
    width: 92%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .content .warp .title p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
}
.home .content .warp .title .line{
    width: 1495px;
    height: 1px;
    background: #ECECEC;
    margin-top: 23px;
}
.home .content .warp .details{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.home .content .warp .details .text{
    margin-top: 68px;
    margin-right: 195px;
}
.home .content .warp .details .text p{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
    margin-bottom: 25px;
}
.home .content .warp .details .text span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
}
.home .content .warp .details .text .li_bot{
    margin-top: 57px;
}
.home .content .warp .details .text .li_bot a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #474747;
    line-height: 40px;
    display: block;
    transition: 0.6s;
    white-space: nowrap;
}
.home .content .warp .details .text .li_bot a:hover{
    color: #d71518;
}
.home .content .warp .details .right{
    width: 1170px;
}
.home .content .warp .details .right .product_warp{
    width: 155%;

}
.home .content .warp .details .right .product_warp .swiper-wrapper{
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}
.home .content .warp .details .right .product_warp .swiper-slide{
    position: relative;
    left: -465px;
}
.home .content .warp .details .right .product_warp .swiper-slide .images{
    width: 873px;
    height: 582px;
    overflow: hidden;
    position: relative;
}
.home .content .warp .details .right .product_warp .swiper-slide .images img{
    width: 100%;
    height: 506px;
    position: absolute;
    bottom: 0;
    transition: 0.6s;
}
.home .content .warp .details .right .product_warp .swiper-slide-active .images img{
    height: 100%;
}
.home .content .warp .details .right .product_warp .swiper-slide p{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
    margin-top: 29px;
    opacity: 0;
    transition: 0.6s;
    transition-delay: 0.2s;
}
.home .content .warp .details .right .product_warp .swiper-slide-active p{
    opacity: 1;
}
.home .content .warp .details .right .product_warp .swiper-pagination{
    display: flex;
    align-items: baseline;
    bottom: -5px;
    left: 45%;
}
.home .content .warp .details .right .product_warp .swiper-pagination span:first-child{
    font-size: 24px;
    font-weight: bold;
}
.home .content .warp .details .right .product_warp .swiper-pagination span{
    font-size: 14px;
    font-family: Saira Condensed;
    font-weight: 600;
    color: #343434;
    letter-spacing: 2px;
    margin-right: 3px;
    margin-left: 3px;
}
.home .content .warp .details .right .line{
    width: 840px;
    height: 1px;
    background: #E2E2E2;
    margin-top: 74px;
    position: relative;
}
.home .content .warp .details .right .line .after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #D71518;
    transition: 0.6s;
}
.product_warp_button{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 40px;
}
.product_warp_button div {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #c1c1c2;
    border-bottom: 10px solid transparent;
    margin-right: 15px;
    cursor: pointer;
    position: static;
    margin-top: 0;
    transition: 0.6s;
}
.product_warp_button div:after{
    display: none;
}
.product_warp_button div:nth-child(2) {
    transform: rotate(180deg);
    margin-right: 0;
}
.home .content .return{
    display: flex;
    align-items: center;
}
.home .content .tow_warp{
    width: 1570px;
    height: 895px;
    overflow: hidden;
    margin: auto;
    overflow-y: auto;
}

@media screen and (max-width: 1920px) {
    .home .content .tow_warp{
        margin: 252px auto 0;
    }
}
.home .content .warp{
    width: 1570px;
    margin: auto;
}
.home .content .tow_warp .return{
    width: 67px;
    margin-bottom: 38px;
    position: fixed;
    top: 85px;
}
.home .content .tow_warp .return .circle{
    width: 26px;
    height: 26px;
    background: #CDCDCD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 13px;
    transition: 1s;
}
.home .content .tow_warp .return .circle i{
    color: #747474;
    font-size: 12px;
    transform: rotate(135deg);
    transition: 1s;
}
.home .content .tow_warp .return p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #606060;
    transition: 1s;
}
.home .content .tow_warp .return:hover .circle{
    background: #D71518;
}
.home .content .tow_warp .return:hover .circle i{
    color: #fff;
}
.home .content .tow_warp .return:hover p{
    color: #D71518;
}
.home .content .tow_warp .title span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
    position: relative;
}
.home .content .tow_warp .title .line{
    width: 100%;
    height: 1px;
    background: #DADADA;
    margin-top: 30px;
}
.home .content .tow_warp .details{
    margin-top: 39px;
    display: flex;
    flex-wrap: wrap;
}
.home .content .tow_warp .details .item{
    width: 368px;
    display: block;
    position: relative;
    margin-right: 24px;
    margin-bottom: 38px;
}
.home .content .tow_warp .details .item:nth-child(4n){
    margin-right: 0;
}
.home .content .tow_warp .details .item:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #d71518;
    transition: 0.6s;
}
.home .content .tow_warp .details .item:hover:after{
    width: 100%;
}
.home .content .tow_warp .details .item .images{
    width: 100%;
    height: 293px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .content .tow_warp .details .item .images:hover img{
    transform: scale(1.05);
}
.home .content .tow_warp .details .item .images img{
    transition: 2s;
}
.home .content .tow_warp .details .item .text{
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 17px;
    width: auto;
}
.home .content .tow_warp .details .item .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #292929;
    transition: 0.6s;
}
.home .content .tow_warp .details .item:hover p{
    color: #d71518;
}
.home .content .tow_warp .details .item:hover .text i{
    color: #d71518;
}
.home .content .tow_warp .details .item .text i{
    color: #747474;
    font-size: 12px;
    transform: rotate(-135deg);
    transition: 0.6s;
}
.home .content .size{
    width: 160px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 13px;
}
.home .content .size i{
    font-size: 18px;
}
.home .content .size p{
    margin-left: 10px;
    margin-right: 38px;
}
.home .content .size div{
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid #808080;
    border-bottom: 7px solid transparent;
    transform: rotate(180deg);
}
.home .content .aspect{
    margin-top: 144px;
    height: 500px;
    display: flex;
    justify-content: center;
}
.home .content .aspect_warp{
    width: 320px;
    margin-right: 326px;
}
.home .content .aspect_warp .swiper-slide img{
    width: 100%;
}
.home .content .aspect_warp .swiper-pagination{
    bottom: 15px;
}
.home .content .aspect_warp .swiper-pagination span{
    width: 6px;
    height: 6px;
    background: #C1C9CB;
    opacity: 1!important;
    transition: 0.6s;
    position: relative;
    margin-right: 45px;
}
.home .content .aspect_warp .swiper-pagination span:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 33px;
    height: 33px;
    border: 1px solid #D61415;
    border-radius: 50%;
    opacity: 0;
    transition: 0.6s;
}
.home .content .aspect_warp .swiper-pagination .swiper-pagination-bullet-active{
    background: #D61415;
}
.home .content .aspect_warp .swiper-pagination .swiper-pagination-bullet-active:after{
    opacity: 1;
}
.home .content .text{
    width: 680px;
}
.home .content .text p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #AFADB0;
}
.home .content .text span{
    font-size: 27px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
    margin-top: 21px;
}
.home .content .text .line{
    margin-top: 23px;
    margin-bottom: 67px;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.home .content .text table tr:first-child td{
    background: #E70012;
    color: #fff;
}
.home .content .text table tr td{
    width: 215px;
    height: 30px;
    background: #DFDFE1;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: #494949;
}
.home .content .text table tr:nth-child(2n) td{
    background: #fff;
}

@media screen and (max-width: 1920px) {
    .home .content{
        margin-top: 0;
    }
    .home .content .tow_warp .details .item .images{
        height: 257px;
    }
}
@media screen and (max-width: 1660px) {
    .home .content .warp{
        width: 90%;
    }
    .home .content .warp .details .right{
        width: 1120px;
    }
    .home .content .warp .details .right .product_warp .swiper-slide .images{
        width: 100%;
    }
    .home .content .warp .details .right .product_warp .swiper-slide{
        left: -444px;
    }
    .home .content .warp .details .text span{
        font-size: 30px;
    }
    .home .content .warp .details .text .li_bot a{
        font-size: 15px;
    }
    .home .content .tow_warp{
        width: 85%;
    }
    .home .content .tow_warp{
        margin: 427px auto 0;
    }
    .home .content .tow_warp .details .item{
        width: 23%;
    }
    .home .content .tow_warp .details .item .images img{
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home .fiexd{
        display: none;
    }
    .home .content{
        width: 100%;
        height: auto;
    }
    .home .content .warp{
        width: 88%;
        margin: 150px auto 50px;
    }
    .home .content .warp .title .line{
        width: 100%;
    }
    .home .content .warp .details{
        flex-direction: column;
    }
    .home .content .warp .details .text{
        margin-top: 0;
    }
    .home .content .warp .details .text span{
        font-size: 28px;
    }
    .home .content .warp .details .text p{
        margin-bottom: 15px;
    }
    .home .content .warp .details .text .li_bot{
        display: flex;
        flex-wrap: wrap;
    }
    .home .content .text{
        width: 100%;
    }
    .home .content .warp .details .text .li_bot a{
        font-size: 13px;
        width: 33%;
    }
    .home .content .warp .details .text .li_bot{
        margin-top: 25px;
    }
    .home .content .warp .details .right{
        width: 100%;
        margin-top: 35px;
    }
    .home .content .warp .details .right .product_warp{
        width: 100%;
    }
    .home .content .warp .details .right .product_warp .swiper-slide {
        left: 0;
    }
    .home .content .warp .details .right .product_warp .swiper-slide .images{
        height: auto;
    }
    .home .content .warp .details .right .product_warp .swiper-slide .images img{
        position: static;
        height: auto;
    }
    .home .content .warp .details .right .product_warp .swiper-slide p{
        margin-top: 25px;
    }
    .home .content .warp .details .right .line{
        margin-top: 25px;
        width: 100%;
    }
    .home .content .tow_warp .return{
        position: static;
    }
    .home .content .tow_warp{
        width: 88%;
        margin: 132px auto 0!important;
    }
    .home .content .aspect{
        flex-direction: column;
        margin-top: 40px;
        height: auto;
    }
    .home .content .aspect_warp .swiper-pagination{
        height: 35px;
        position: static!important;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .home .content .aspect_warp .swiper-pagination span:after{
        width: 25px;
        height: 25px;
    }
    .home .content .aspect_warp .swiper-pagination span:last-child{
        margin-right: 0;
    }
    .home .content .text{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .home .content .text p{
        font-size: 12px;
    }
    .home .content .text span{
        font-size: 28px;
        margin-top: 15px;
    }
    .home .content .text .line{
        margin-bottom: 25px;
    }
    .home .content .tow_warp{
        height: auto;
    }
    .home .content .tow_warp .details .item{
        width: 45%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .home .content .tow_warp .details{
        justify-content: space-between;
    }
    .home .content .tow_warp .details .item .text p{
        font-size: 12px;
    }
    .home .content .aspect_warp{
        width: 100%;
        margin-right: 0;
    }
    .home .content .tow_warp .details .item .text p{
        width: 120px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home .content .tow_warp .details .item:after{
        display: none;
    }
    .home .content .text table tr td{
        font-size: 12px;
    }
    .auto table{
        width: 600px!important;
    }
}

@media screen and (max-width: 1600px) {
    .home .content .warp .details .right .product_warp .swiper-slide .images{
        height: 370px;
    }
    .home .content .warp .details .right .product_warp{
        width: 120%;
    }
    .home .content .warp .details .right .product_warp .swiper-slide{
        left: -343px;
    }
    .home .content .warp .details .right {
        margin-top: 100px;
    }
    .home .content .warp .details .text{
        margin-top: 0;
    }
    .phone{
        top: 60px;
    }
    .home .content .warp .details .text .li_bot{
        height: 350px;
        overflow: hidden;
        overflow-y: scroll;
    }
    .home .content .warp {
        margin: 67px auto;
    }
    .home .content{
        height: auto;
    }
    .home .content .tow_warp{
        margin: 69px auto 0;
    }
    .home .content .tow_warp .return{
        position: static;
    }
}

@media screen and (max-width: 1700px) {
    .home .content .warp .details .text{
        position: relative;
        left: 60px;
    }
    .home .content .warp .title{
        position: relative;
        left: 60px;
    }
    .home .content .tow_warp{
        width: 85%;
    }
    .home .content .tow_warp .return{
        position: static;
    }
    .home .content .tow_warp .details .item{
        width: 23%;
    }
}