.w1400 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.w1500 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}



}
/* mainer */
.mainer {
    position: relative;
}

    .mainer  .banner-ldy {
        position: relative;
        margin-top: 100px;
    }

    .mainer .pcimg {
        display: block;
    }

    .mainer .phoneimg {
        display: none;
    }

@keyframes dopath1 {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    25% {
        transform: scaleX(1.1) scaleY(1.1);
    }

    50% {
        transform: scaleX(1.2) scaleY(1.2);
    }

    75% {
        transform: scaleX(1.3) scaleY(1.3);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

@-moz-keyframes dopath1 {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    25% {
        transform: scaleX(1.1) scaleY(1.1);
    }

    50% {
        transform: scaleX(1.2) scaleY(1.2);
    }

    75% {
        transform: scaleX(1.3) scaleY(1.3);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

@-webkit-keyframes dopath1 {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    25% {
        transform: scaleX(1.1) scaleY(1.1);
    }

    50% {
        transform: scaleX(1.2) scaleY(1.2);
    }

    75% {
        transform: scaleX(1.3) scaleY(1.3);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

@-o-keyframes dopath1 {
    0% {
        transform: scaleX(1) scaleY(1);
    }

    25% {
        transform: scaleX(1.1) scaleY(1.1);
    }

    50% {
        transform: scaleX(1.2) scaleY(1.2);
    }

    75% {
        transform: scaleX(1.3) scaleY(1.3);
    }

    100% {
        transform: scaleX(1) scaleY(1);
    }
}

.mainer  .banner-ldy .banner-img {
    position: relative;
}

    .mainer  .banner-ldy .banner-img img {
        width: 100%;
        margin: 0 auto;
    }

.mainer  .banner-ldy .swiper-button-next,
.mainer  .banner-ldy .swiper-button-prev {
    display: none;
}

.mainer  .banner-ldy .swiper-container-horizontal > .swiper-pagination-bullets,
.mainer  .banner-ldy .swiper-pagination-custom,
.mainer  .banner-ldy .swiper-pagination-fraction {
    bottom: 30px;
}

 .banner-ldy .swiper-fontlist {
    width: 100%;
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

 .banner-ldy .swiper-font {
    width: 47%;
    text-align: left;
}

     .banner-ldy .swiper-font .swiper-h3 {
        margin-top: 15px;
    }

         .banner-ldy .swiper-font .swiper-h3 h3 {
            font-family: 'Alibaba PuHuiTi';
            font-size: 20px;
            color: #fff;
            margin-top: 11px;
            background-color: #ce1c13;
            border-radius: 2px;
            width: fit-content;
            padding: 13px;
        }

         .banner-ldy .swiper-font .swiper-h3 span {
            font-family: Arial-BoldMT;
        }

     .banner-ldy .swiper-font .swiper-p {
        font-family: Alibaba-PuHuiTi-R;
        font-size: 20px;
        line-height: 1.6;
        color: #ffffff;
        margin-top: 7px;
        letter-spacing: 1px;
    }

         .banner-ldy .swiper-font .swiper-p span {
            font-family: "Alibaba-PuHuiTi-B";
            font-size: 26px;
        }

     .banner-ldy .swiper-font .swiper-font-a {
        font-family: Alibaba PuHuiTi;
        display: block;
        text-align: center;
        font-size: 22px;
        line-height: 62px;
        color: #ffffff;
        width: max-content;
        height: 62px;
        margin: 3% 0 0 0;
        padding: 0 35px;
        background-color: #da251c00;
        border-radius: 31px;
        border: solid 1px #FFFFFF;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

.index-more {
    font-family: Alibaba PuHuiTi;
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 62px;
    color: #da251c;
    width: max-content;
    height: 62px;
    margin: 2% auto 0;
    padding: 0 35px;
    background-color: #da251c00;
    border-radius: 31px;
    border: solid 1px #da251c;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.more2 {
    position: relative;
}

    .more2::before {
        z-index: 3;
        position: absolute;
        content: "";
        width: 36px;
        height: 38px;
        background: url(../image/in-icon14.png) no-repeat center;
        background-size: 100% 100%;
        bottom: -15px;
        right: 15px;
    }

    .more2:hover::before {
        animation: cursor 1.5s linear infinite;
    }

@keyframes cursor {
    from {
        transform: translate(10px,10px);
    }

    to {
        transform: translate(-10px,-10px);
    }
}

 .banner-ldy .swiper-font .swiper-font-a:hover,
.index-more:hover {
    background-color: #da251c;
    border: solid 1px #da251c;
    -webkit-box-shadow: 0 10px 30px -6px #da251cde;
    box-shadow: 0 10px 30px -6px #da251cde;
}

.index-more:hover {
    color: #FFFFFF;
}

 .banner-ldy .swiper-font .scroll-num {
    font-family: Alibaba PuHuiTi;
    font-size: 23px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 22px;
}

     .banner-ldy .swiper-font .scroll-num span {
        display: inline-block;
        font-family: "ArialMT";
        font-weight: bold;
        font-size: 30px;
        margin: 0 3px;
        color: #ffa70e;
    }

.mainer  .banner-ldy .swiper-font .swiper-h2 h2 {
    font-family: "Alibaba-PuHuiTi-B";
    font-size: 52px;
    color: #FFFFFF;
    -webkit-animation: fadeInDown 2.8s;
    animation: fadeInDown 2.8s;
}

.mainer  .banner-ldy .swiper-slide-active .swiper-font .swiper-h3 h3 {
    -webkit-animation: fadeIn 3.5s;
    animation: fadeIn 3.5s;
}

.mainer  .banner-ldy .swiper-slide-active .swiper-font .swiper-p {
    -webkit-animation: fadeInUp 4.5s;
    animation: fadeInUp 4.5s;
}

 .banner-ldy .swiper-slide-active .swiper-font .swiper-font-a {
    -webkit-animation: fadeIn 5.5s;
    animation: fadeIn 5.5s;
}

 .banner-ldy .swiper-slide-active .swiper-font .scroll-num {
    -webkit-animation: fadeInUp 6.5s;
    animation: fadeInUp 6.5s;
}


.index-tit {
    text-align: center;
    margin-bottom: 70px;
}

    .index-tit h3 {
        font-size: 46px;
        line-height: 1.1;
        color: #333333;
        font-family: "Alibaba-PuHuiTi-M";
    }

        .index-tit h3 span {
            font-family: Arial-BoldMT;
            font-size: 58px;
            color: #333333;
            display: inline-block;
            vertical-align: middle;
            position: relative;
            top: -4px;
            padding-right: 3px;
        }

    .index-tit p {
        font-size: 20px;
        color: #666666;
        margin-top: 10px;
    }

        .index-tit p span {
            font-family: Alibaba-PuHuiTi-B;
        }
/* index-cont1 */
.index-cont1 {
    position: relative;
}

    .index-cont1 .index-tit span {
        margin: 0 4%;
    }

    .index-cont1 .index-cont1-li {
        position: relative;
    }

        .index-cont1 .index-cont1-li span {
            color: #da251c;
            font-family: "Alibaba-PuHuiTi-B";
        }

    .index-cont1 .li-top {
        position: relative;
    }

        .index-cont1 .li-top img {
            position: relative;
            z-index: 3;
            width: 37.2%;
        }

        .index-cont1 .li-top h5 {
            width: 50%;
            font-size: 24px;
            height: 65px;
            line-height: 65px;
            border-radius: 32.5px;
            float: left;
            position: absolute;
            top: 50%;
            transform: translate(0,-50%);
        }

    .index-cont1 .li-left {
        background-color: #9c9c9c;
        left: 0;
        padding-left: 22%;
        color: rgba(255,255,255,.8);
    }

    .index-cont1 .li-right {
        background-color: #da251c;
        text-align: right;
        right: 0;
        padding-right: 22%;
        color: #FFFFFF;
    }

    .index-cont1 .li-bot {
        font-size: 18px;
        line-height: 1.6;
        position: absolute;
        bottom: 0;
        width: 100%;
        transform: translateY(20%);
    }

.cont1-li1 .li-bot .li-bot-left {
    margin-left: 5.5%;
}

.cont1-li1 .li-bot .li-bot-right {
    margin-right: 5.5%;
}

.index-cont1 .li-bot-left {
    width: 25%;
    text-align: right;
    float: left;
    color: #666666;
}

.index-cont1 .li-bot-right {
    width: 25%;
    text-align: left;
    float: right;
}

.cont1-li2 .li-top img {
    transform: translateX(-3vw);
}

.cont1-li3 .li-top img {
    transform: translateX(-5.5vw);
}

.index-cont1 .cont1-li2 .li-left {
    padding-left: calc( 22% - 3vw );
}

.index-cont1 .cont1-li2 .li-right {
    padding-right: calc( 22% + 3vw );
}

.cont1-li2 .li-bot .li-bot-right {
    margin-right: calc(7% + 3vw);
}

.index-cont1 .cont1-li3 .li-left {
    padding-left: calc( 22% - 6vw );
}

.index-cont1 .cont1-li3 .li-right {
    padding-right: calc( 22% + 5vw );
}

.cont1-li3 .li-bot .li-bot-right {
    margin-right: calc(8.5% + 5vw);
}


/* .index-cont2 */
.index-cont2 {
    position: relative;
    background: url(../image/in-bgm1.jpg) no-repeat center;
    background-size: 100% 100%;
}

    .index-cont2 .index-tit h3,
    .index-cont2 .index-tit p,
    .index-cont2 {
        color: #FFFFFF;
    }

        .index-cont2 .cont2-lf {
            width: 42%;
            padding: 3% 5.5%;
            float: left;
            background: rgba(0,0,0,.4);
        }

            .index-cont2 .cont2-lf li {
                position: relative;
                padding-left: 60px;
                margin-bottom: 32px;
            }

            .index-cont2 .cont2-lf img {
                position: absolute;
                left: 0;
            }

            .index-cont2 .cont2-lf li h3 {
                font-size: 24px;
                font-family: "Alibaba-PuHuiTi-M";
            }

            .index-cont2 .cont2-lf li::before {
                display: none;
            }

            .index-cont2 .cont2-lf li p {
                font-size: 16px;
                line-height: 1.7;
                margin-top: 15px;
                display: none;
                padding-bottom: 16px;
            }

            .index-cont2 .cont2-lf li.on p {
                display: block;
            }

            .index-cont2 .cont2-lf li.on::before {
                display: block;
                right: 15%;
            }

        .index-cont2 .cont2-ri {
            width: 50%;
            float: right;
        }

        .index-cont2 .index-more {
            border: 1px solid #FFFFFF;
            color: #FFFFFF;
            margin: 4% auto 0;
        }

            .index-cont2 .index-more:hover {
                border: solid 1px #da251c;
            }

/* index-cont3 */
.index-cont3 {
    position: relative;
    clear: both;
}

    .index-cont3 .index-cont3-list {
        width: 78.6%;
        position: relative;
        margin: auto;
    }

    .index-cont3 .index-cont3-listtit {
        clear: both;
        margin: 20px 0 15px;
        font-size: 24px;
        line-height: 1;
        color: #333333;
        font-family: "Alibaba-PuHuiTi-M";
    }

    .index-cont3 .index-cont3-listdec {
        display: inline-block;
        width: auto;
        font-size: 18px;
        line-height: 26px;
        color: #333333;
        font-family: Alibaba PuHuiTi;
    }

    .index-cont3 .index-cont3-listul li {
        position: absolute;
        width: 38%;
    }

        .index-cont3 .index-cont3-listul li img {
            margin: 0;
            transition: all .5s;
        }

        .index-cont3 .index-cont3-listul li span {
            color: #da251c;
            font-size: 20px;
        }

        .index-cont3 .index-cont3-listul li:nth-child(1) {
            top: 8%;
            left: -60px;
        }

        .index-cont3 .index-cont3-listul li:nth-child(2) {
            top: 8%;
            right: -60px;
        }

        .index-cont3 .index-cont3-listul li:nth-child(3) {
            bottom: 4%;
            left: -60px;
        }

        .index-cont3 .index-cont3-listul li:nth-child(4) {
            bottom: 4%;
            right: -60px;
        }

        .index-cont3 .index-cont3-listul li:nth-child(2n) div:nth-child(1) {
            text-align: right;
        }

            .index-cont3 .index-cont3-listul li:nth-child(2n) div:nth-child(1) img {
                float: right;
            }

        .index-cont3 .index-cont3-listul li:hover h3 {
            color: #da251c;
        }

        .index-cont3 .index-cont3-listul li:hover img {
            transform: translateY(-5px);
        }
/*index-cont4*/
.index-cont4 {
    position: relative;
    background-color: #f7f7f7;
}

.index-cont4-top {
    background: #FFFFFF;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .index-cont4-top img {
        width: 29.3%;
        margin: 0;
        transition: all .5s;
    }

    .index-cont4-top .font {
        width: 23%;
        margin-left: 6.5%;
    }

    .index-cont4-top:hover img {
        transform: scale(1.05);
    }

    .index-cont4-top:hover h3 {
        color: #da251c;
    }

    .index-cont4-top .font h3 {
        font-size: 24px;
        font-family: "Alibaba-PuHuiTi-M";
        margin: 7% 0;
    }

    .index-cont4-top .font p {
        font-size: 16px;
        color: #666666;
        line-height: 1.7;
    }

.index-cont4 li {
    width: 32.333%;
    float: left;
    position: relative;
    margin: 20px 1.5% 0 0;
}

    .index-cont4 li::before {
        content: url(../image/in-icon5.png);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        top: -50px;
    }

    .index-cont4 li:last-child {
        margin-right: 0;
    }

    .index-cont4 li img {
        width: 100%;
        transition: all .5s;
    }

    .index-cont4 li p {
        position: absolute;
        bottom: 6%;
        font-size: 24px;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        font-family: "Alibaba-PuHuiTi-M";
    }

    .index-cont4 li .pic {
        overflow: hidden;
        position: relative;
    }

        .index-cont4 li .pic::after {
            content: url(../image/in-img5.png);
            width: 100%;
            position: absolute;
            bottom: -5px;
        }

    .index-cont4 li:hover img {
        transform: scale(1.15);
    }

    .index-cont4 li:hover p {
        color: #ebebeb;
    }

.index-cont4 .index-tel {
    margin: 2.6% auto 0;
}

.index-tel img {
    display: inline-block;
    margin: -5px 5px 0 0;
    animation: tel ease-out 1.3s infinite;
}

.index-tel {
    font-size: 26px;
    font-family: Arial-BoldMT;
    width: fit-content;
}

    .index-tel a {
        color: #da251c;
    }

/* index-cont5 */
.index-cont5 {
    background: #f5f5f5;
}

.index-tit ins {
    display: block;
}

.index-tit em {
    color: #d20c02;
}

.index-cont5 li {
    width: 49%;
    float: left;
    margin: 0 2% 25px 0;
    position: relative;
    overflow: hidden;
}

    .index-cont5 li::before {
        content: url(../image/in-img10.png);
        position: absolute;
        width: 100%;
        bottom: -4px;
        z-index: 10;
    }

    .index-cont5 li .font {
        width: 100%;
        position: absolute;
        bottom: 33px;
        color: #FFFFFF;
        z-index: 11;
        padding: 0 5%;
    }

    .index-cont5 li:nth-child(2n) {
        margin-right: 0;
    }

    .index-cont5 li .font h5 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 12px;
    }

    .index-cont5 li .font p {
        font-size: 16px;
        line-height: 1.8;
        width: 100%;
        height: 58px;
    }

    .index-cont5 li img {
        width: 100%;
        transition: all .5s;
    }

    .index-cont5 li:hover img {
        transform: scale(1.15);
    }
/* .index-cont6 */
.index-cont6 {
    position: relative;
    margin-bottom: 150px;
}

.cont6-tab {
    border-bottom: 1px solid #dadcdf;
    padding: 0 30%;
    margin-bottom: 40px;
}

    .cont6-tab li {
        padding-bottom: 2.5%;
        font-size: 20px;
        border-bottom: 3px solid #da251c00;
        cursor: pointer;
        transition: all .5s;
    }

        .cont6-tab li.on {
            border-color: #da251c;
        }

.tab_div-top {
    align-items: center;
    box-shadow: 0px 0px 59px 0px rgba(64, 63, 64, 0.08);
}

    .tab_div-top .pic {
        width: 55%;
    }

    .tab_div-top .font {
        width: 45%;
        padding: 0 6%;
    }

        .tab_div-top .font h3 {
            font-size: 24px;
            font-family: "Alibaba-PuHuiTi-M";
            margin-bottom: 10px;
        }

        .tab_div-top .font a {
            margin: 7.5% 0 0;
        }

.cont6-tab_div p {
    font-size: 18px;
    line-height: 1.55;
    color: #666666;
}

.bot-li {
    width: calc(25% - 22.5px);
    margin: 30px 30px 0 0;
    float: left;
}

    .bot-li:last-child {
        margin-right: 0;
    }

    .bot-li .font {
        box-shadow: 0px 0px 59px 0px rgba(64, 63, 64, 0.08);
        padding: 6.5% 9%;
    }

    .bot-li h5 {
        font-size: 20px;
        font-family: "Alibaba-PuHuiTi-M";
        margin: 10px 0;
    }

.cont6-tab_div .pic {
    overflow: hidden;
}

.bot-li .pic img {
    transition: all .5s;
    width: 100%;
}

.bot-li:hover img {
    transform: scale(1.15);
}

.bot-li:hover h5 {
    color: #da251c;
}

.index-cont6 .index-cont6-font {
    font-size: 33px;
    color: #da251c;
    width: fit-content;
    padding: 0 50px;
    line-height: 80px;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 40px;
    border: solid 3px #da251c;
    vertical-align: middle;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 79px auto 0 auto;
    position: fixed;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 500px;
    z-index: 99;
    font-family: Alibaba-PuHuiTi-M;
}

    .index-cont6 .index-cont6-font::before {
        animation: cursor 1.5s linear infinite;
    }

.index-cont6 .index-tel {
    margin-left: 45px;
}

.index-cont6 .tel img {
    animation: tel ease-out 1.3s infinite;
}

.index-cont6 .index-cont6-font em {
    font-size: 57px;
    margin-top: -10px;
    font-family: Arial-BoldMT;
}

.index-cont6 .index-cont6-font span {
    font-family: 'Alibaba PuHuiTi';
}

.index-cont6 .index-cont6-font a span {
    font-family: Arial-BoldMT;
    font-size: 45px;
    line-height: 45px;
    position: relative;
    top: 5px;
}

.cont6-tab_div {
    min-height: 750px;
}
.cont6-tab_div li{display:none;}
.cont6-tab_div li:first-child{display:block;}
.cont7-sw {
    position: relative;
}

    .cont7-sw .w1400 {
        position: absolute;
        bottom: 15%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        padding: 0 130px;
    }

    .cont7-sw .gallery-thumbs {
        position: static;
    }

        .cont7-sw .gallery-thumbs .swiper-slide img {
            width: 100%;
            border: 2px solid #FFFFFF00;
        }

        .cont7-sw .gallery-thumbs .swiper-slide-thumb-active img {
            border: 2px solid #FFFFFF;
        }

    .cont7-sw .swiper-button-next, .cont7-sw .swiper-button-prev {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background: #FFFFFF;
        color: #b3b3b3;
    }

        .cont7-sw .swiper-button-next:after,
        .cont7-sw .swiper-button-prev:after {
            font-size: 14px;
        }

    .cont7-sw .gallery-top .swiper-pagination {
        display: none;
    }

    .cont7-sw .gallery-top .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background-color: #EEEEEE;
        opacity: 1;
    }

    .cont7-sw .gallery-top .swiper-pagination-bullet-active {
        background-color: #D20C02;
    }


.gywm {
    padding-bottom: 0px;
display: none;
}

/* .gywm-des {
} */

    .gywm-des p {
        font-size: 19px;
        margin-bottom: 20px;
        line-height: 28px;
        text-indent: 2em;
    }

.gywm-des2 {
    max-width: 960px;
    margin: auto;
    margin-top: 3%;
}

    .gywm-des2 li {
        width: 50%;
        float: left;
    }

.gywm-des-d1 {
    width: 45%;
    float: left;
    text-align: right;
    padding-right: 5%;
}

.gywm-des-d2 {
    width: 55%;
    float: left;
}

.gywm-des-d1 img {
    width: 40%;
    display: inline-block;
}

.gywm-des-d2 h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.gywm-des-d2 p {
    font-size: 18px;
    line-height: 24px;
}

    .gywm-des-d2 p span {
        font-size: 26px;
        line-height: 30px;
        color: #da251c;
        font-weight: bold;
    }

@media (max-width: 768px) {

    .gywm-des p {
        font-size: 16px;
        line-height: 24px;
    }

    .gywm-des2 {
        max-width: 100%
    }

        .gywm-des2 li {
            width: 100%;
            float: none;
            clear: both;
        }

    .gywm-des-d1 {
        width: 30%;
        text-align: center;
        padding: 30px 0;
    }

    .gywm-des-d2 {
        width: 70%;
        padding: 20px 0;
    }

    .gywm-des-d1 img {
        width: 52px;
    }

    .gywm-des-d2 h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .gywm-des-d2 p {
        font-size: 16px;
        line-height: 24px;
    }

        .gywm-des-d2 p span {
            font-size: 22px;
        }
}
