.home .content{
    width: 92%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .content .warp{
    width: 1625px;
}
.home .content .warp .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .content .warp .title .text{
    display: flex;
}
.home .content .warp .title .text div{
    margin-right: 74px;
}
.home .content .warp .title .text div:last-child{
    margin-right: 0;
    margin-top: 55px;
}
.home .content .warp .title .text div p{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
}
.home .content .warp .title .text div span{
    margin-top: 22px;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
}
.home .content .warp .title .text div a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #474747;
    margin-right: 30px;
    transition: 0.6s;
    position: relative;
}
.home .content .warp .title .text div .active{
    color: #d71518;
}
.home .content .warp .title .text div .active:after{
    width: 30px;
    content: '';
    height: 1px;
    background-color: #d71518;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.home .content .warp .title .text div a:hover{
    color: #d71518;
}
.home .content .warp .title .text div a:last-child{
    margin-right: 0;
}
.home .content .warp .title .scroll{
    display: flex;
    align-items: center;
}
.home .content .warp .title .scroll:hover .bor{
    background: #d71518;
    border: 1px solid transparent;
}
.home .content .warp .title .scroll:hover .bor div i{
    color: #fff;
}
.home .content .warp .title .scroll .bor{
    width: 41px;
    height: 41px;
    border: 1px solid #E7E9EA;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1.5s;
}
.home .content .warp .title .scroll .bor div i{
    display: block;
    font-size: 12px;
    color: #808080;
    margin-bottom: 2px;
    transform: rotate(180deg);
    transition: 1.5s;
}
.home .content .warp .title .scroll .bor div i:last-child{
    margin-bottom: 0;
    transform: rotate(0deg);
}
.home .content .warp .title .scroll:hover p{
    color: #d71518;
}
.home .content .warp .title .scroll p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #474747;
    transition: 1.5s;
}
.home .content .warp .details{
    width: 100%;
    height: auto;
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
}
.home .content .warp .details .item{
    width: 374px;
    margin-right: 38px;
    margin-bottom: 53px;
    /*margin-right: 60px;*/
}
.home .content .warp .details .item:nth-child(4n){
    margin-right: 0;
}
.home .content .warp .details .item .images{
    width: 100%;
    height: 234px;
    overflow: hidden;
}
.home .content .warp .details .item .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.home .content .warp .details .item:hover .images img{
    transform: scale(1.1);
}
.home .content .warp .details .item .text{
    margin-top: 18px;
}
.home .content .warp .details .item .text h1{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #242424;
    margin-bottom: 12px;
    transition: 0.6s;
}
.home .content .warp .details .item:hover h1{
    color: #d71518;
}
.home .content .warp .details .item .text div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .content .warp .details .item .text div p{
    font-size: 13px;
    font-family: Roboto;
    font-weight: 400;
    color: #747474;
}
.home .content .warp .details .item .text div i{
    font-size: 12px;
    color: #747474;
    transform: rotate(-90deg);
    position: relative;
    left: -10px;
    transition: 0.6s;
}
.home .content .warp .details .item:hover .text div i{
    left: 0;
}
.home .content .tow_warp{
    width: 1590px;
    margin-top: 215px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}
.home .content .tow_warp .left h1{
    font-size: 12px;
    font-family: Nexa Text-Trial;
    font-weight: normal;
    color: #5B5B5B;
    margin-bottom: 26px;
}
.home .content .tow_warp .left span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1E1E1E;
}
.home .content .tow_warp .left .scroll{
    display: flex;
    align-items: center;
    margin-top: 520px;
}
.home .content .tow_warp .left .scroll:hover .bor{
    border: 1px solid transparent;
    background: #d71518;
}
.home .content .tow_warp .left .scroll:hover .bor div i{
    color: #fff;
}
.home .content .tow_warp .left .scroll:hover p{
    color: #d71518;
}
.home .content .tow_warp .left .scroll .bor{
    width: 41px;
    height: 41px;
    border: 1px solid #E7E9EA;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1.5s;
}
.home .content .tow_warp .left .scroll .bor div i{
    display: block;
    font-size: 12px;
    color: #808080;
    margin-bottom: 2px;
    transform: rotate(180deg);
    transition: 1.5s;
}
.home .content .tow_warp .left .scroll .bor div i:last-child{
    margin-bottom: 0;
    transform: rotate(0deg);
}
.home .content .tow_warp .left .scroll p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #474747;
    transition: 1.5s;
}
.home .content .tow_warp .right{
    width: 955px;
}
.home .content .tow_warp .right .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3C4149;
    margin-bottom: 41px;
}
.home .content .tow_warp .right .title p{
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #94979E;
}
.home .content .tow_warp .right .title .line{
    width: 958px;
    height: 1px;
    background: #E7E7E7;
    margin-top: 25px;
    margin-bottom: 101px;
}
.home .content .tow_warp .right .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3C4149;
    line-height: 32px;
}
.home .content .tow_warp .right .text p img{
    transition: 3s;
    cursor: pointer;
}
.home .content .tow_warp .right .text p img:hover{
    transform: scale(1.1);
}
.home .content .tow_warp .right .related{
    margin-top: 94px;
}
.home .content .tow_warp .right .related .line{
    width: 100%;
    height: 1px;
    background: #E7E7E7;
    margin-bottom: 65px;
}
.home .content .tow_warp .right .related span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3C4149;
    margin-bottom: 50px;
}
.home .content .tow_warp .right .related .item{
    display: flex;
    align-items: center;
    margin-bottom: 65px;
}
.home .content .tow_warp .right .related .item .images{
    width: 208px;
    height: 145px;
    overflow: hidden;
    margin-right: 52px;
}
.home .content .tow_warp .right .related .item .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.home .content .tow_warp .right .related .item:hover .images img{
    transform: scale(1.1);
}
.home .content .tow_warp .right .related .item .sign h1{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #3C4149;
    margin-bottom: 24px;
    transition: 0.6s;
}
.home .content .tow_warp .right .related .item:hover h1{
    color: #d71518;
}
.home .content .tow_warp .right .related .item .sign p{
    width: 432px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #3C4149;
    line-height: 24px;
}
.home .content .tow_warp .right .related .item .sign .thread{
    width: 447px;
    height: 1px;
    background: #000000;
    opacity: 0.09;
    margin-top: 26px;
    margin-bottom: 12px;
}
.home .content .tow_warp .right .related .item .sign .time{
    font-size: 12px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #94979E;
}

@media screen and (max-width: 1700px) {
    .home .content .warp{
        width: 90%;
    }
    .home .content .warp .details .item{
        width: 22%;
    }
    .home .content .warp .details .item .images{
        height: auto;
    }
    .home .content .warp .details .item .text h1{
        font-size: 16px;
    }
    .home .content .tow_warp{
        width: 90%;
    }
    .home .content .tow_warp .right{
        width: 833px;
    }
    .home .content .tow_warp .right .title .line{
        width: 100%;
    }
    .home .content .tow_warp .right .text p{
        font-size: 12px;
    }
}
@media screen and (max-width: 768px) {
    .home .fiexd{
        display: none!important;
    }
    .home .content{
        width: 100%;
        height: auto;
        align-items: unset;
        justify-content: unset;
    }
    .home .content .warp{
        width: 88%;
        margin: 150px auto 50px!important;
    }
    .home .content .warp .title .scroll{
        display: none;
    }
    .home .content .warp .title .text div span{
        font-size: 28px;
        margin-top: 15px;
    }
    .home .content .warp .title .text{
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .home .content .warp .title .text div a{
        font-size: 12px;
    }
    .home .content .warp .title .text div .active:after{
        width: 100%;
    }
    .home .content .warp .title .text div{
        margin-right: 0;
    }
    .home .content .warp .title .text div:last-child{
        margin-top: 0;
    }
    .home .content .warp .details{
        justify-content: space-between;
    }
    .home .content .warp .details .item{
        width: 100%;
        margin-right: 0;
    }
    .home .content .warp .details .item:last-child{
        margin-bottom: 0;
    }
    .home .content .tow_warp{
        flex-direction: column;
        width: 88%;
        margin: 159px auto 50px;
    }
    .home .content .tow_warp .left{
        margin-bottom: 40px;
    }
    .home .content .tow_warp .left span{
        font-size: 28px;
        margin-top: 15px;
    }
    .home .content .tow_warp .left h1{
        margin-bottom: 0;
    }
    .home .content .tow_warp .left .scroll{
        display: none;
    }
    .home .content .tow_warp .right .title span{
        font-size: 20px;
    }
    .home .content .tow_warp .right .title span{
        margin-bottom: 15px;
    }
    .home .content .tow_warp .right .title p{
        font-size: 13px;
    }
    .home .content .tow_warp .right{
        width: 100%;
    }
    .home .content .tow_warp .right .title .line{
        margin-bottom: 0;
    }
    .home .content .tow_warp .right .title{
        margin-bottom: 20px;
    }
    .home .content .tow_warp .right .text p{
        line-height: 30px;
    }
}
@media screen and (max-width: 1600px) {
    .home .content{
        height: auto;
    }
    .home .content .warp{
        margin: 53px auto;
    }
}