.home{
    width: 100%;
    height: auto;
    display: flex;
}
.home .fiexd{
    width: 8%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.home .content{
    width: 92%;
    height: 100%;
}
.home .content .section{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home .content .section .warp{
    width: 1400px;
    margin: 155px auto 100px;
}
.home .content .section .warp .title{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}
.home .content .section .warp .title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ECECEC;
}
.home .content .section .warp .title a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    transition: 0.6s;
}
.home .content .section .warp .title a:hover{
    color: #d71518;
}
.home .content .section .warp .title i{
    font-size: 12px;
    color: #707070;
    font-weight: 200;
    margin-right: 20px;
    margin-left: 20px;
}
.home .content .section .warp .details{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.home .content .section .warp .details .text p{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 50px;
}
.home .content .section .warp .details .text p strong{
    color: #E60012;
    font-weight: normal;
}
.home .content .section .warp .details .sign p{
    width: 647px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
}
.home .content .section2{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home .content .section2 .warp{
    width: 1400px;
    margin: 50px auto 150px;
}
.home .content .section2 .warp .title{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2D2D;
    margin-bottom: 50px;
}
.home .content .section2 .warp .details .con_nav{
    width: 100%;
    height: 76px;
    background: #F6F7F8;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.home .content .section2 .warp .details .con_nav p:first-child{
    margin-left: 112px;
}
.home .content .section2 .warp .details .con_nav p:last-child{
    margin-right: 0;
}
.home .content .section2 .warp .details .con_nav p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #525456;
    margin-right: 130px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home .content .section2 .warp .details .item{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    transition: 0.6s;
    margin-bottom: 30px;
    border: 1px solid transparent;
}
.home .content .section2 .warp .details .item .block{
    width: 99.9%;
    height: 73px;
    border: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.6s;
}
.item_active{
    border: 1px solid #D71518!important;
}
.item_active .block {
    border: 1px solid #D71518!important;
    background: #D71518!important;
}

.home .content .section2 .warp .details .item .block p:first-child{
    margin-left: 112px;
    color: #626467;
}
.home .content .section2 .warp .details .item .block p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #9DA0A5;
    margin-right: 130px;
    width: 80px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.6s;
}
.item_active .block p {
    color: #fff!important;
}
.home .content .section2 .warp .details .item .none{
    width: 100%;
    height: auto;
    display: none;
}
.home .content .section2 .warp .details .item .none .con{
    display: flex;
    margin-top: 84px;
    margin-left: 117px;
    margin-bottom: 74px;
}
.home .content .section2 .warp .details .item .none .con .text{
    margin-right: 182px;
}
.home .content .section2 .warp .details .item .none .con .text:last-child{
    margin-right: 0;
}
.home .content .section2 .warp .details .item .none .con .text p:first-child{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1C1C1C;
}
.home .content .section2 .warp .details .item .none .con .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9DA0A5;
    line-height: 35px;
}
.home .content .section2 .warp .details .item .none .con .text h1{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-top: 15px;
}
.home .content .section2 .warp .details .item .none .con .text h1 strong{
    color: #D71518;
}
.home .content .section .warp .images{
    width: 100%;
    height: 555px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.home .content .section .warp .images .background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 5s;
    z-index: 0;
}
.home .content .section .warp .images:hover .background{
    transform: scale(1.1);
}
.home .content .section .warp .images div{
    position: relative;
    z-index: 1;
}
.home .content .section .warp .images div h1{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 57px;
}
.home .content .section .warp .images div span{
    font-size: 28px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.home .content .section .warp .images div a{
    width: 151px;
    height: 45px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 87px auto 0;
    position: relative;
    overflow: hidden;
}
.home .content .section .warp .images div a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    z-index: 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform-origin: 0% 100%;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.home .content .section .warp .images div a:hover:before{
    opacity: 1;
    background: #C60000;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.home .content .section .warp .images div a:hover p{
    color: #fff;
}
.home .content .section .warp .images div a p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #E60012;
    position: relative;
    z-index: 1;
    transition: 0.6s;
}
.home .content .tow_section2{
    width: 100%;
    height: auto;
    margin-top: -90px;
    padding-top: 90px;
}
.tow_section2 .warp{
    width: 1400px;
    margin: 0 auto 83px;
}
.tow_section2 .warp .title{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
}
.tow_section2 .warp .title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ECECEC;
}
.tow_section2 .warp .title a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    transition: 0.6s;
}
.tow_section2 .warp .title i{
    font-size: 12px;
    color: #707070;
    font-weight: 200;
    margin-right: 20px;
    margin-left: 20px;
}
.tow_section2 .warp .details{
    margin-top: 102px;
}
.tow_section2 .warp .details .top{
    display: flex;
    justify-content: space-between;
}
.tow_section2 .warp .details .top .text p{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 50px;
}
.tow_section2 .warp .details .top .text p strong{
    color: #E60012;
    font-weight: normal;
}
.tow_section2 .warp .details .top .sign p{
    width: 647px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
}

.tow_section2 .warp .details .bottom{
    margin-top: 89px;
}
.tow_section2 .warp .details .bottom span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #171616;
}
.tow_section2 .warp .details .bottom .bot_carousel{
    margin-top: 48px;
    width: 100%;
}
.tow_section2 .warp .details .bottom .bot_carousel .swiper-slide{
    width: 100%;
}
.tow_section2 .warp .details .bottom .bot_carousel .swiper-slide .images{
    width: 100%;
    height: 316px;
    overflow: hidden;
}
.tow_section2 .warp .details .bottom .bot_carousel .swiper-slide .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
    cursor: pointer;
}
.tow_section2 .warp .details .bottom .bot_carousel .swiper-slide .images:hover img{
    transform: scale(1.1);
}
.bot_carousel .swiper-pagination{
    position: static;
    margin-top: 51px;
}
.bot_carousel .swiper-pagination-bullet{
    transition: 0.6s;
}
.bot_carousel .swiper-pagination-bullet-active{
    background: #E60012;
}
.tow_section3{
    width: 100%;
    height: auto;
}
.tow_section3 .warp{
    width: 1400px;
    margin: 0 auto 207px;
}
.tow_section3 .warp .top{
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 102px;
}
.tow_section3 .warp .top:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ECECEC;
}
.tow_section3 .warp .top a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2D2C2C;
    transition: 0.6s;
}
.tow_section3 .warp .top i{
    font-size: 12px;
    color: #707070;
    font-weight: 200;
    margin-right: 20px;
    margin-left: 20px;
}
.tow_section3 .warp .word{
    display: flex;
    justify-content: space-between;
    margin-bottom: 173px;
}
.tow_section3 .warp .word .text p{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1E1E1E;
    line-height: 50px;
}
.tow_section3 .warp .word .sign p{
    width: 647px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    line-height: 32px;
}
.tow_section3 .warp .title span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #171616;
}
.tow_section3 .warp .title ul{
    margin-top: 55px;
    display: flex;
    align-items: center;
}
.tow_section3 .warp .title ul li{
    margin-right: 71px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #171616;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}
.tow_section3 .warp .title ul li:after{
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 3px;
    background: #E60012;
    transition: 0.3s;
}
.tow_section3 .warp .title ul li:hover{
    color: #E60012;
}
.tow_section3 .warp .title ul li:hover:after{
    width: 64px;
}
.tow_section3 .warp .title ul li:last-child{
    margin-right: 0;
}
.tow_section3 .warp .title ul .title_li_active:after{
    width: 64px;
}
.title_li_active{
    color: #E60012!important;
}
.tow_section3 .warp .welfare{
    width: 100%;
    height: 366px;
    margin-top: 66px;
}
.tow_section3 .warp .welfare_warp{
    width: 100%;
    height: 100%;
}
.tow_section3 .warp .welfare_warp .swiper-wrapper{
    transition-timing-function: cubic-bezier(.77,0,.175,1);
}
.tow_section3 .warp .welfare_warp .swiper-slide{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.tow_section3 .warp .welfare_warp .swiper-slide .images{
    width: 567px;
    height: 366px;
    overflow: hidden;
}
.tow_section3 .warp .welfare_warp .swiper-slide .images img{
    width: 100%;
    height: 100%;
    transition: 2.5s;
    cursor: pointer;
}
.tow_section3 .warp .welfare_warp .swiper-slide .images img:hover{
    transform: scale(1.07);
}
.tow_section3 .warp .welfare_warp .swiper-slide .text{
    width: 817px;
    height: 366px;
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tow_section3 .warp .welfare_warp .swiper-slide .text span{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 41px;
}
.tow_section3 .warp .welfare_warp .swiper-slide .text .con{
    display: flex;
}
.tow_section3 .warp .welfare_warp .swiper-slide .text .con .item p:first-child{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #1C1C1C;
}
.tow_section3 .warp .welfare_warp .swiper-slide .text .con .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #313131;
    line-height: 28px;
}
.tow_section3 .warp .welfare_warp .swiper-slide .text .con .item:first-child{
    border-right: 1px dashed #9F9F9F;
    padding-right: 58px;
    margin-right: 58px;
}
@media screen and (max-width: 1660px) {
    .home .content .section .warp{
        width: 90%;
    }
    .tow_section2 .warp{
        width: 90%;
    }
    .tow_section3 .warp{
        width: 90%;
    }
    .tow_section3 .warp .welfare_warp .swiper-slide .text{
        width: 90%;
    }
    .home .content .section2 .warp{
        width: 90%;
    }
    .home .content .section2 .warp .details .con_nav p{
        font-size: 12px;
    }
    .home .content .section2 .warp .details .item .none .con{
        margin-left: 45px;
    }
    .home .content .section2 .warp .details .item .none .con .text{
        margin-right: 132px;
    }
    .home .content .section2 .warp .details .item .block p:first-child{
        margin-left: 100px;
    }
    .home .content .section2 .warp .details .item .block p{
        margin-right: 100px;
    }
    .home .content .section2 .warp .details .con_nav p{
        margin-right: 100px;
    }

    .home .content .section2 .warp .details .item .block p:last-child{
        margin-right: 0;
    }
    .home .content .section2 .warp .details .con_nav p:first-child{
        margin-left: 100px;
    }
    .home .content .section2 .warp .details .item .block p{
        margin-right: 100px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .home .fiexd{
        display: none;
    }
    .home .content{
        width: 100%;
    }
    .home .content .section .warp{
        width: 88%;
        margin: 155px auto 50px;
    }
    .home .content .section .warp .title a{
        font-size: 13px;
    }
    .home .content .section .warp .title{
        padding-bottom: 15px;
    }
    .home .content .section .warp .details{
        flex-direction: column;
    }
    .home .content .section .warp .details .text p,
    .home .content .section .warp .details .text span{
        font-size: 18px!important;
    }
    .home .content .section .warp .details .text{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }
    .home .content .section .warp .details{
        margin-top: 44px;
    }
    .home .content .section .warp .details .sign p{
        font-size: 12px;
        width: 100%;
        line-height: 30px;
    }
    .home .content .section .warp .details .text p{
        display: flex;
        line-height: 30px;
    }
    .home .content .section .warp .images{
        margin-top: 20px;
        height: auto;
    }
    .home .content .section .warp .images div{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .home .content .section .warp .images div h1{
        margin-bottom: 15px;
    }
    .home .content .section .warp .images div span{

    }
    .home .content .section .warp .images div a{
        margin-top: 30px;
        width: 110px;
        height: auto;
        padding: 8px 0;
    }
    .home .content .section .warp .images div a p{
        font-size: 12px;
    }
    .tow_section2 .warp .title{
        padding-bottom: 15px;
    }
    .tow_section2 .warp .title a{
        font-size: 13px;
    }
    .tow_section2 .warp .details{
        margin-top: 35px;
    }
    .tow_section2 .warp .details .top{
        flex-direction: column;
    }
    .tow_section2 .warp .details .top .text{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }
    .tow_section2 .warp .details .top .sign p{
        width: 100%;
        font-size: 12px;
    }
    .tow_section2 .warp .details .top .text p,
    .tow_section2 .warp .details .top .text span{
        font-size: 18px!important;
        line-height: 30px;
        display: flex;
    }
    .tow_section2 .warp .details .bottom{
        margin-top: 50px;
    }
    .tow_section2 .warp .details .bottom span{
        font-size: 28px;
    }
    .tow_section2 .warp .details .bottom .bot_carousel .swiper-slide .images{
        height: auto;
    }
    .bot_carousel .swiper-pagination{
        margin-top: 5px;
    }
    .tow_section3 .warp .top{
        padding-bottom: 15px;
        margin-bottom: 40px;
    }
    .tow_section3 .warp .top a{
        font-size: 13px;
    }
    .tow_section3 .warp .word{
        flex-direction: column;
        margin-bottom: 60px;
    }
    .tow_section3 .warp .word .text p span{
        font-size: 25px!important;
    }
    .tow_section3 .warp .word .sign p{
        width: 100%;
        font-size: 12px;
        line-height: 30px;
    }
    .tow_section2 .warp,
    .tow_section3 .warp{
        width: 88%;
    }
    .tow_section3 .warp .title span{
        font-size: 25px;
    }
    .tow_section3 .warp .title ul{
        width: 95%;
        justify-content: space-between;
    }
    .tow_section3 .warp .title ul li{
        font-size: 12px;
        margin-right: 0;
    }
    .tow_section3 .warp .title ul .title_li_active:after{
        width: 100%;
    }
    .tow_section3 .warp .title ul li:hover:after{
        width: 100%;
    }
    .tow_section3 .warp .welfare_warp .swiper-slide{
        flex-direction: column;
    }
    .tow_section3 .warp .welfare_warp .swiper-slide .images{
        width: 100%;
        height: auto;
    }
    .tow_section3 .warp .welfare{
        height: auto;
        margin-top: 40px;
    }
    .tow_section3 .warp .welfare_warp .swiper-slide .text{
        width: 100%;
        background-color: transparent;
    }
    .tow_section3 .warp .welfare_warp .swiper-slide .text .con{
        flex-direction: column;
        margin-top: 35px;
    }
    .tow_section3 .warp .welfare_warp .swiper-slide .text .con .item:first-child {
        border: none;
        margin-bottom: 30px;
    }
    .tow_section3 .warp{
        margin: 0 auto 50px;
    }
    .home .content .section2 .warp{
        width: 100%;
        margin: 50px auto 0;
    }
    .home .content .section2 .warp .title{
        width: 88%;
        margin: 0 auto 30px;
    }
    .home .content .section2 .warp .details .con_nav p:first-child{
        margin-left: 0;
    }
    .home .content .section2 .warp .details .con_nav p{
        margin-right: 0;
        overflow: inherit;
    }
    .home .content .section2 .warp .details .con_nav{
        margin-bottom: 0;
    }
    .home .content .section2 .warp .details .item .block p:first-child{
        margin-left: 0;
    }
    .home .content .section2 .warp .details .item .block p{
        margin-right: 0;
    }
    .home .content .section2 .warp .details .item .block{
        border-left: transparent;
        border-right: transparent;
    }
    .home .content .section2 .warp .details .item .none .con{
        width: 95%;
        flex-direction: column;
        margin: 20px auto 30px;
    }
    .home .content .section2 .warp .details .item .none .con .text p,
    .home .content .section2 .warp .details .item .none .con .text span{
        font-size: 12px!important;
    }
    .home .content .section2 .warp .details .item .none .con .text{
        margin-right: 0;
        text-align: center;
    }
    .home .content .section2 .warp .details .item:last-child{
        margin-bottom: 0;
    }
}