.section{
    width: 100%;
    overflow: hidden;
}
.section .warp{
    width: 90%;
    margin: 59px auto 165px;
}
.section .warp .title{
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 115px;
}
.section .warp .title > span{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #2F2F2F;
    margin-bottom: 28px;
}
.section .warp .title > p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #636363;
}
.section .warp .title .marketing{
    margin-top: 91px;
    display: flex;
    align-items: center;
}
.section .warp .title .marketing .images{
    width: 853px;
    height: 480px;
    overflow: hidden;
    display: block;
    margin-right: 118px;
}
.section .warp .title .marketing .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .title .marketing .images img:hover{
    transform: scale(1.05);
}
.section .warp .title .marketing .text .time{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #2F2F2F;
    margin-bottom: 34px;
}
.section .warp .title .marketing .text span{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #272727;
    margin-bottom: 34px;
}
.section .warp .title .marketing .text p{
    width: 518px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #727272;
    line-height: 29px;
}
.section .warp .title .marketing .more{
    margin-top: 75px;
    display: flex;
    width: 106px;
    height: 45px;
    align-items: center;
    border-bottom: 1px solid #C6C6C6;
    position: relative;
}
.section .warp .title .marketing .more:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #F1681A;
    z-index: 0;
    transition: 0.3s;
}
.section .warp .title .marketing .more:hover:after{
    top: 0;
    height: 100%;
}
.section .warp .title .marketing .more p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #525151;
    margin-right: 30px;
    position: relative;
    z-index: 1;
    transition: 0.6s;
    left: 0;
}
.section .warp .title .marketing .more:hover p{
    color: #fff;
    left: 10px;
}
.section .warp .title .marketing .more .iconfont{
    color: #F1681A;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    left: 0;
    transition: 0.6s;
}
.section .warp .title .marketing .more:hover .iconfont{
    color: #fff;
    left: -10px;
}
.section .warp .content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 86px;
}
.section .warp .content .item{
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 74px;
}
.section .warp .content .item:nth-child(3n){
    margin-right: 0;
}
.section .warp .content .item .images{
    width: 100%;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 1920px) {
    .section .warp .content .item .images{
        height: 308px;
    }
}
.section .warp .content .item .images img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.section .warp .content .item .images img:hover{
    transform: scale(1.05);
}
.section .warp .content .item .text{
    margin-top: 29px;
}
.section .warp .content .item .text .time{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #2F2F2F;
    margin-bottom: 19px;
}
.section .warp .content .item .text a{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #272727;
    margin-bottom: 41px;
    transition: 0.6s;
    display: block;
}
.section .warp .content .item .text a:hover{
    color: #F1681A;
}
.section .warp .content .item .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #727272;
    line-height: 29px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.page{
    width: 100%;
    overflow: hidden;
}
.page .warp{
    width: 90%;
    margin: 37px auto 91px;
}
.page .warp .nav_line{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #636363;
    margin-bottom: 157px;
}
.page .warp .nav_line a {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #323232;
    margin-right: 16px;
    margin-left: 16px;
    transition: 0.6s;
}
.page .warp .nav_line a:hover{
    color: #F1681A;
}
.page .warp .content{
    width: 80%;
    margin: auto;
}
.page .warp .content .title span{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #2F2F2F;
    margin-bottom: 39px;
}
.page .warp .content .title .time{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 500;
    color: #2F2F2F;
    margin-bottom: 45px;
}
.page .warp .content .title .line{
    width: 100%;
    height: 1px;
    background-color: #F1F1F1;
}
.page .warp .content .text{
    margin-top: 84px;
}
.page .warp .content .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 29px;
}

@media screen and (max-width: 1660px) {
    .section .warp .content .item .images{
        height: auto;
    }
    .section .warp .content .item .text a{
        width: 340px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 768px) {
    .section .warp .title > span{
        font-size: 24px;
        margin-bottom: 17px;
    }
    .section .warp .title{
        padding-bottom: 34px;
    }
    .section .warp .content{
        margin-top: 30px;
    }
    .section .warp .content .item{
        margin-right: 0;
        width: 100%;
        margin-bottom: 45px;
    }
    .section .warp .title > p{
        font-size: 13px;
    }
    .section .warp .content .item .text .time{
        font-size: 13px;
        margin-bottom: 16px;
    }
    .section .warp .content .item .text a{
        width: 100%;
        font-size: 20px;
        margin-bottom: 19px;
    }
    .section .warp .content .item .text p{
        width: 100%;
        font-size: 12px;
        overflow: unset;
        -webkit-box-orient: unset;
    }
    .section .warp{
        margin: 59px auto 15px;
    }
    .page .warp .nav_line a:first-child{
        margin-left: 0;
    }
    .page .warp .nav_line{
        margin-bottom: 36px;
    }
    .page .warp .content{
        width: 100%;
    }
    .page .warp .content .title span{
        font-size: 24px;
        margin-bottom: 22px;
    }
    .page .warp .content .title .time{
        font-size: 12px;
    }
    .page .warp .content .text{
        margin-top: 30px;
    }
    .page .warp .content .text p{
        font-size: 12px;
    }
    .page .warp .content .text p img{
        width: 100%;
    }
    .page .warp{
        margin: 37px auto 10px;
    }
}