@charset "utf-8";
.head-page .item:nth-child(4) >a::after {
    transform: scale(1);
}
.support-page01 .list {
    box-sizing: border-box;
    width: 86.5%;
    margin-top: 70px;    
    box-shadow: 0 2px 12px 0 rgb(212 212 212 / 60%);
    align-items: flex-start;
}
.support-page01 .list:nth-child(2n-1){
    margin-left: 13.5%;
}
.support-page01 .list:nth-child(2n){
    margin-right: 13.5%;
    flex-direction: row-reverse;
}
.support-page01 .img {
    width: 35.9%;
    height: 501px;
}
.support-page01 .content{
    width: 64.1%;
    box-sizing: border-box;
}
.support-page01 .texts{
    position: relative;
    padding-top: 88px;
}
.support-page01 .texts .num{
    position: absolute;
    right: 0;
    top: 20px;
}
.support-page01 .list:nth-child(2n-1) .content{
    padding-left: 60px;
    padding-right: 15.3%;
}
.support-page01 .list:nth-child(2n) .content{
    padding-right: 60px;
    padding-left: 15.3%;
}
.support-page01 .list .tit {
    font-weight: bold;
    color: #0063CF;
}
.support-page01 .list .con{
    font-size: 16px;
    color: #333333;
    line-height: 2.5;
    margin-top: 18px;
    max-height: 280px;
    overflow-y: auto;
    padding-right: 5px;
    box-sizing: border-box;
}
.support-page01 .list .con p{
    font-size: 16px;
}
.support-page02{
    border-top: 1px solid #DCDCDC;
}
.support-page02 .img {
    overflow: hidden;
    height: 219px;
}
.support-page02 .lists .text {
    font-size: 15px;
    color: #333333;
    padding: 11px 20px;
    background: #F7F7F7;
    text-align: center;
    transition: all .3s;
}
.support-page02 .lists .text p {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 15px;
}
.support-page02 .swiper-pagination {
    display: none;
}
.support-page02 .swiper-button-next,
.support-page02 .swiper-button-prev {
    width: 48px;
    height: 48px;
    outline: none;
    margin-top: -45px;
    transition: all .3s;
}
.support-page02 .swiper-button-next.swiper-button-disabled, .support-page02 .swiper-button-prev.swiper-button-disabled{
    opacity: .6;
}
.support-page02 .swiper-button-prev {
    background: url(../img/pro-btnp.png) no-repeat center/cover;
    left: 36px;
}
.support-page02 .swiper-button-next {
    background: url(../img/pro-btnn.png) no-repeat center/cover;
    right: 36px;
}
.support-page02 .swiper-button-next:after,
.support-page02 .swiper-button-prev:after {
    display: none;
}
@media only screen and (min-width: 960px){
    .support-page02 .swiper-slide:hover img {
        height: 110%;
    }
    .support-page02 .swiper-slide:hover .text {
        background: #0063CF;
        color: #ffffff;
    }
    .support-page02 .swiper-button-prev:hover {
        background: url(../img/pro-btnph.png) no-repeat center/cover;
    }
    .support-page02 .swiper-button-next:hover {
        background: url(../img/pro-btnnh.png) no-repeat center/cover;
    }
}
@media only screen and (max-width: 1800px){
    .support-page01 .list{
        width: 89.5%;
    }
    .support-page01 .list:nth-child(2n-1) {
        margin-left: 11.5%;
    }
    .support-page01 .list:nth-child(2n) {
        margin-right: 11.5%;
    }
    .support-page01 .list:nth-child(2n-1) .content{
        padding-right: 14%;
    }
}

@media only screen and (max-width: 1600px){
    .support-page01 .texts .num img{
        height: 110px;
    }

    .support-page01 .list{
        width: 93%;
    }
    .support-page01 .list:nth-child(2n-1) {
        margin-left: 7%;
    }
    .support-page01 .list:nth-child(2n-1) {
        margin-left: 7%;
    }
    .support-page01 .list:nth-child(2n) .content {
        padding-left: 8%;
    }
    .support-page01 .list:nth-child(2n-1) .content {
        padding-right: 8%;
    }
}

@media only screen and (max-width: 1366px){
    .support-page01 .texts .num img{
        height: 100px;
    }
}

@media only screen and (max-width: 1200px){
    .support-page01 .img {
        height: 435px;
    }
    .support-page01 .texts {
        padding-top: 75px;
    }
    .support-page01 .list .con {
        max-height: 235px;
    }
    .support-page01 .texts .num img {
        height: 75px;
    }
}

@media only screen and (max-width: 768px){
    .support-page01 .list {
        width: 92%;
        margin: 20px auto 0;
    }
    .support-page01 .list:nth-child(2n-1){
        margin-left: 4%;
    }
    .support-page01 .list:nth-child(2n) {
        margin-right: 4%;
    }
    .support-page01 .img {
        height: auto;
        width: 100%;
    }
    .support-page01 .img .bg-img {
        position: initial;
        transform: translate(0);
        height: auto;
        width: 100%;
    }
    .support-page01 .list:nth-child(2n-1) .content {
        width: 100%;
        padding: 25px 20px;
    }
    .support-page01 .list:nth-child(2n) .content {
        width: 100%;
        padding: 25px 20px;
    }
    .support-page01 .texts .num{
        display: none;
    }
    .support-page01 .texts {
        padding-top: 0;
    }

    .support-page02 .swiper-pagination{
        display: block;
    }
    .support-page02 .swiper-button-next, .support-page02 .swiper-button-prev{
        display: none;
    }
    .support-page02 .swiper-container{
        padding-bottom: 50px;
    }
    .support-page02 .swiper-pagination-bullet-active{
        background: #0063CF;
    }
    .support-page01 .list .con{
        font-size: 14px;
        margin-top: 5px;
        line-height: 2.25;
        max-height: 215px;
    }
    .support-page01 .list .con p {
        font-size: 14px;
    }
}

















/* 技术创新开始 */
.innovate-page01{
    font-size: 40px;
    color: #333333;
}
