.height150 {
    height: 150px;
}

.height160 {
    height: 160px;
}

.height170 {
    height: 170px;
}

.index-part1 .left {
    float: left;
    padding-top: 10px;

}

.index-part1 .middle {
    padding-left: 64px;
    float: left;
    padding-top: 0px;

}

.banner.swiper-container {
    height: 770px;
}

.index-part1 .middle .title {
    color: #0B1A3C;
    font-size: 48px;
    padding-bottom: 16px;


}

.index-part1 .middle .height1 {

    height: 1px;
    width: 80px;
    background: #D91D22;



}

.index-part1 .middle .des {


    color: #0B1A3C;

    padding-top: 24px;
    font-size: 18px;


}

.index-part1 .right {
    padding-top: 37px;
    float: right;
    width: 450px;
    color: #4A546D;
    font-size: 16px;


}

.index-part2 {
    white-space: nowrap;
    color: #0B1A3C;
    font-size: 28px;
    font-weight: 700;
    display: flex;

}

.index-part2 .bond {
    padding-left: 163px;
    padding-right: 120px;
    white-space: nowrap;
    flex: 1;
    display: inline-block;
    display: flex;
    justify-content: center;
    padding-left: unset;
    padding-right: unset;

}

.index-part2 .futures {
    padding-right: 120px;
    white-space: nowrap;
    display: inline-block;
    flex: 1
}


.index-part2 .img {
    margin-right: 40px;

    display: inline-block;


}

.index-part2 .img img {
    opacity: .2;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;


}

.index-part2 span {
    opacity: .2;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;


}

.index-part2 .bond.on .img img,
.index-part2 .bond.on span,
.index-part2 .futures.on .img img,
.index-part2 .futures.on span {
    opacity: 1;
}

.index-part3 {
    padding-top: 108px;
}
.index-part3 .swiper-container{
    width: 100%;
}

.index-part3 .swiper-slide .swiper-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    
}

.index-part3 .swiper-slide .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    /* flex: 1; */
}

.index-part3 .item-box {
    width: 302px;
    height: 346px;
    background: #FFFFFF;
    -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #F2F2F2;
    text-align: left;
    margin-bottom: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;


}

/*.index-part3 .item-box:hover{background: red;}*/
.index-part3 .item-box:not(:nth-child(4n)) {
    margin-right: 24px;
}

.index-part3 .title {
    color: #0B1A3C;
    font-size: 20px;
    font-weight: 600;
    padding-top: 40px;
    margin-left: 40px;
}

.index-part3 .height4 {
    width: 30px;
    height: 4px;
    background: #0B1A3C;
    margin-left: 40px;
    margin-top: 13px;

}

.index-part3 .price {

    font-size: 48px;
    margin-left: 40px;
    margin-top: 24px;

    color: #D41E44;
    line-height: 64px;
    letter-spacing: 1px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Segoe UI Symbol, Microsoft Yahei;
    ;
    font-weight: 600;

}

.index-part3 .text1 {

    font-size: 16px;
    margin-left: 40px;
    margin-top: 40px;

    color: #4A546D;
    line-height: 24px;
    letter-spacing: 1px;

}

.index-part3 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-part3 .swiper-slide:nth-child(13) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.index-part3>.swiper-pagination1 {
    top: 18px;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
}

.index-part3 .swiper-pagination-customs {
    display: inline-block;
    height: 4px;
    width: 40px;
    background: #D5D9E0;
    /*padding: 0 4px;*/
    margin-left: 4px;
}

.index-part3 .swiper-pagination-customs-active {

    background: #D41E44;
}

.index-part4 {
    /*width: 100%;*/
    height: 830px;
    background: #F0F5F9;
    overflow: hidden;
    padding: 140px 0;
}

.index-part4 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.height108 {
    height: 108px;
}

.index-part4 .left {
    display: inline-block;
    margin-right: 80px;
    float: left;

}

.index-part4 .right {
    display: inline-block;
    float: left;
    width: 690px;
}

.index-part4 .right .title {
    font-size: 48px;
    color: #0B1A3C;
    padding-top: 40px;
    /* padding-top: 177px;; */
    padding-bottom: 16px;
}

.index-part4 .right .height1 {
    height: 1px;
    width: 80px;
    background: #D91D22;
}

.index-part4 .right .des {
    font-size: 16px;
    color: #0B1A3C;
    padding-top: 16px;
    padding-bottom: 80px;
}

.index-part4 .right .imglist {
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-part4 .right .imglist .img {
    display: inline-block;
    float: left;
}

.index-part4 .right .imglist .img:not(:nth-child(3n)) {
    margin-right: 64px;
}

.index-part5 {
    padding-top: 200px;
    background: #ffffff;
}

.index-part5 .title {
    min-width: 412px;
    max-width: 1280px;
    text-align: center;

    font-size: 48px;

    color: #0B1A3C;

    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    padding-bottom: 16px;
    display: block;

}

.index-part5 .height1 {
    width: 80px;
    height: 1px;
    background: #D91D22;
    margin: 0 auto;
}

.index-part5 .des {
    width: 634px;

    font-size: 16px;
    display: block;
    padding-top: 24px;

    color: #0B1A3C;
    line-height: 24px;
    letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}

.index-part5 .adv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    /*background: #0B1A3C;*/

}

.index-part5 .adv.wap {
    display: none;
}

.index-part5 .adv .item {
    width: 33.3333%;
    position: relative;

}

.index-part5 .adv .item:first-child {
    border-right-width: 0;
}

.index-part5 .adv .item:last-child {
    border-left-width: 0;
}

.index-part5 .adv .item img {
    max-width: 100%;
    width: 100%;

}

.index-part5 .adv .item p {
    width: 100%;
    height: 120px;
    background: rgba(0, 0, 0, .5);

    padding-left: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 120px;
    font-weight: 400;
    font-family: MicrosoftYaHeiLight;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;

}

.index-part5 .adv .item p span {
    display: none;
    display: block;
}

.index-part5 .adv .item p.on {
    height: 100%;
    /*top: 0;*/

    display: block;
    padding-top: 230px;
}

.index-part5 .adv .item p.on span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
}

.index-part6 {
    background: #F0F5F9;
    padding-top: 80px;
    /*padding-bottom: 136px;*/
    padding-bottom: 117px;
}

.index-part6.wap {
    display: none;
}

.index-part6 .left {
    width: 570px;
    float: left;
    position: relative;
    /*z-index: 1;*/

}

.index-part6 .left .title {

    font-size: 48px;

    color: #0B1A3C;
    line-height: 64px;
    letter-spacing: 1px;
    padding-top: 80px;
    padding-bottom: 16px;
    display: block;

}

.index-part6 .left .height1 {

    width: 80px;
    height: 1px;
    background: #D91D22;
    display: block;

}

.index-part6 .left .des {

    width: 570px;

    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0B1A3C;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
    padding-top: 24px;
    padding-bottom: 40px;

}

.index-part6 .left .title2 {



    font-size: 20px;

    font-weight: bold;
    color: #D41E44;
    color: #4A546D;

    line-height: 27px;
    display: block;

    padding-bottom: 24px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Segoe UI Symbol, Microsoft Yahei;
    font-weight: 600;

}

.index-part6 .left li.on .title2 {





    font-weight: bold;
    color: #D41E44;




}

.index-part6 .left li .title2:hover {
    cursor: pointer;

}

.index-part6 .left .des2 {

    width: 500px;

    font-size: 16px;

    color: #4A546D;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;

    padding-bottom: 24px;

}

.index-part6 .left .imgarea .img {

    display: inline-block;
    float: left;
    margin-right: 40px;

}

.index-part6 .left .morelink {


    padding-top: 32px;
    padding-bottom: 40px;


}

.index-part6 .left .morelink a:hover {

    background: #B21031;
    transition: all 300ms;


}

.index-part6 .left .morelink a {

    width: 128px;
    height: 40px;
    background: #D41E44;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 40px;
    display: block;

    font-size: 16px;

    color: #FEFEFE;
    line-height: 40px;
    text-align: center;

}

.index-part6 .left li .union {
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.index-part6 .left li.on .union {
    /*display: block;*/
    min-height: 220px;
    height: auto;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.index-part6 .right {
    float: right;
    position: relative;
    width: 710px;
    overflow: visible;
    padding-top: 50%;
    margin-top: 80px;


}

.index-part6 .right img {
    position: absolute;
    top: 50%;
    right: 2px;
    z-index: 0;
    /*width: 100%;*/
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    /*border: 1px dashed #0B1A3C;*/
    max-width: 640px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);




}

.index-part7 {
    padding-top: 160px;
    padding-bottom: 200px;
    background: #ffffff;
}

.index-part7 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index-part7 .left {

    display: inline-block;
    margin-right: 64px;
    width: 641px;
}

.index-part7 .right {

    flex: 1;


}

.index-part7 .right .title {

    font-size: 48px;

    color: #0B1A3C;

    letter-spacing: 1px;
    margin: 0 auto;
    display: block;
    padding-top: 16px;
    padding-bottom: 16px;
}

.index-part7 .right .height1 {

    width: 80px;
    height: 1px;
    background: #D91D22;
    display: block;
}

.index-part7 .right .des {



    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0B1A3C;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: 24px;
    padding-bottom: 32px;
}

.index-part7 .right .contentlist {

    width: 100%;
}

.index-part7 .right .contentlist .item-title {



    font-size: 24px;
    font-family: NotoSansSC-Medium, NotoSansSC;
    font-weight: 500;
    color: #0B1A3C;
    line-height: 36px;
}



.index-part7 .right .contentlist .item-title:before {

    display: inline-block;
    content: "";
    background: url(../images/home-page/icon/4.cube/normal.svg);
    width: 16px;
    height: 16px;
    margin-right: 16px;
}

.index-part7 .right .contentlist .item-des {



    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 32px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #4A546D;
    line-height: 24px;
    letter-spacing: 1px;
}

.index-part7 .right .img {
    display: none;

}

.index-part8 {
    height: 860px;
    background-image: url(../images/home-page/img/Global_office.jpg);
    /*background-position: center center;*/
    background-position: center top;
    background-repeat: none;
    /*background-size: cover;*/
    width: 100%;
    background-repeat: no-repeat;
    margin-top: 160px;
    /*background-color: blue;*/
    /*margin: 0 auto;*/

}

.index-part8 .title {

    font-size: 48px;

    color: #0B1A3C;
    line-height: 64px;
    letter-spacing: 1px;
    padding-bottom: 40px;
}

.index-part8 .des {


    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #0B1A3C;
    line-height: 24px;
    letter-spacing: 1px;
    padding-bottom: 80px;
    width: 600px;
}

.index-part8 .contentlist .item-num {

    font-size: 36px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Segoe UI Symbol, Microsoft Yahei;
    font-weight: bold;
    color: #0B1A3C;
    line-height: 48px;
    letter-spacing: 2px;
    padding-bottom: 8px;

}

.index-part8 .contentlist .item-height1 {

    width: 30px;
    height: 4px;
    background: #D41E44;

}

.index-part8 .contentlist .item-des {


    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #4A546D;
    line-height: 24px;
    letter-spacing: 1px;
    padding-top: 8px;
    padding-bottom: 40px;

}


@media only screen and (max-width:1300px) {

    .index-part1 .middle {
        padding-left: 34px;

    }

    .index-part1 .middle .title {

        font-size: 40px;

    }

    .index-part1 .right {
        padding-top: 10px;

    }

    .index-part2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .index-part2>div {}

    .index-part2 .bond {
        padding-left: unset;
        padding-right: 10px;

    }

    .index-part2 .futures {
        padding-left: unset;
        padding-right: 10px;

    }

    .index-part3 .item-box:not(:nth-child(4n)) {
        margin-right: unset;
    }

    .index-part3 .item-box:not(:nth-child(14n)) {
        margin-right: 24px;
    }

    .index-part4 {
        /* width: 100%; */
        height: unset;
        background: #F0F5F9;
        overflow: hidden;
        padding: 40px 0;
    }

    .index-part4 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-part4 .container>div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .index-part4 .left {

        margin-right: 30px;
        max-width: 508px;

    }

    .index-part4 .container .left img {
        width: 100%;
        max-width: 508px;
    }

    .index-part4 .clear {
        display: none;
    }

    .index-part4 .right .title {

        padding-top: 20px;

    }

    .index-part4 .right .des {

        padding-bottom: 40px;
    }

    .index-part4 .right .imglist {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;

    }

    .index-part4 .right .imglist .img:not(:nth-child(3n)) {
        margin-right: unset;
    }


    .index-part5 .adv .item p {

        height: 80px;

        padding-left: 24px;

        font-size: 24px;
        line-height: 80px;

    }

    .index-part5 {
        padding-top: 6rem
    }

    .index-part5 .adv .item p.on {

        padding-top: 130px;
    }

    .index-part6 {
        margin-bottom: 200px;
    }

    .index-part6 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-part6 .container>div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }

    .index-part6 .left {

        margin-right: 30px;
        max-width: 470px;

    }

    .index-part6 .left .des,
    .index-part6 .left .des2 {
        width: unset;

    }

    .index-part6 .container>.clear {
        display: none;
    }

    .index-part6 .right img {

        max-width: 500px;

    }

    .index-part7 {
        padding-top: 6rem;
        padding-bottom: 6rem;

    }

    .index-part7 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        /*flex-direction: column*/
    }

    .index-part7 .container>div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .index-part7 .left {}

    .index-part7 .left img {
        width: 100%;
        max-width: 508px;
        /*border: 1px dashed #0B1A3C;*/
    }

    .index-part7 .container>.clear {
        display: none;
    }

    .index-part7 .left {

        width: 100%;
        text-align: center;
        margin-right: 20px;
    }

    .index-part7 .left .dside {

        border: none;
    }

    .index-part7 .right {

        width: 100%;
    }

    .index-part7 .right .des {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #0B1A3C;
        line-height: 24px;
        letter-spacing: 1px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .index-part7 .right .contentlist .item-des {
        padding-top: 8px;
        padding-bottom: 16px;
        padding-left: 32px;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #4A546D;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .height170 {
        height: 8rem;
    }

    .height160 {
        height: 8rem;
    }

    .product-futures-part5 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media only screen and (max-width:1024px) {
    .index-part1 .left img {
        width: 64px;
    }

    .height150 {
        height: 80px
    }

    .index-part3 .first .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .index-part3 .three .swiper-wrapper {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 1024px;
        max-width: 100%;
    }

    .index-part1 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-part1 .left {
        float: unset;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }

    .index-part1 .middle {
        padding-left: unset;
        float: unset;
        padding-top: 10px;

        -webkit-box-flex: 1;

        -webkit-flex: 1;

        -ms-flex: 1;

        flex: 1;
        text-align: center;
    }

    .index-part1 .middle .title {
        color: #0B1A3C;
        font-size: 24px;
        padding-bottom: 16px;
        padding-top: 40px;
    }

    .index-part1 .middle .height1 {
        height: 1px;
        width: 80px;
        background: #D91D22;
        margin: 0 auto;
    }

    .index-part1 .middle .des {
        color: #0B1A3C;
        padding-top: 16px;
        font-size: 18px;
    }

    .index-part1 .right {
        padding-top: 24px;
        float: unset;
        width: 100%;
        color: #4A546D;
        font-size: 16px;
    }

    .height160 {
        height: 80px;
    }

    .wap40 {
        height: 40px;
    }

    .container.index-part2 {}

    .index-part2 .bond {

        width: 33.3%;
        white-space: normal;
        text-align: center;
    }

    .index-part2 .futures {

        width: 33.3%;
        white-space: normal;
        text-align: center;
    }

    .index-part2 .img {
        margin-right: unset;
        margin: 0 auto;
        display: block;

    }

    .index-part2 .img img {
        width: 40px;

    }

    .index-part2 span {
        font-size: 16px;
    }

    .index-part3 .item-box:not(:nth-child(14n)) {
        margin-right: unset;

        align-items: flex-start;
    }

    .index-part3 .swiper-slide:nth-child(13) {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .index-part3 .swiper-pagination4 {
        position: relative;
        z-index: 9990;
        bottom: 0;
        height: 24px;
    }

    /*.index-part3 .title {
    color: #0B1A3C;
    font-size: 20px;
    font-weight: 600;
    padding-top: 40px;
    margin-left: 40px;
}
.index-part3 .height4 {
    width: 30px;
    height: 4px;
    background: #0B1A3C;
    margin-left: 40px;
    margin-top: 13px;
}
.index-part3 .text1 {
    font-size: 16px;
    margin-left: 40px;
    margin-top: 40px;
    color: #4A546D;
    line-height: 24px;
    letter-spacing: 1px;
}
.index-part3 .price {
    font-size: 48px;
    margin-left: 40px;
    margin-top: 24px;
    color: #D41E44;
    line-height: 64px;
    letter-spacing: 1px;
}*/
    .index-part4 {

        padding: 0
    }

    .index-part4 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .index-part4 .left {
        margin-right: unset;
        max-width: unset;
        width: 100%;
        padding-bottom: 24px;
    }

    .index-part4 .container .left img {
        width: 100%;
        max-width: 100%;
    }

    .index-part4 .right {
        width: 100%
    }

    .index-part4 .right .title {
        font-size: 24px;
        color: #0B1A3C;
        padding-top: 40px;
        padding-bottom: 16px;
        text-align: center;
    }

    .index-part4 .right .height1 {
        height: 1px;
        width: 80px;
        background: #D91D22;
        display: block;
        margin: 0 auto;
    }

    .index-part4 .right .des {
        font-size: 16px;
        color: #0B1A3C;
        padding-top: 24px;
        padding-bottom: 40px;
    }

    .index-part4 .right .imglist {
        white-space: nowrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-part4 .right .imglist img {
        padding-bottom: 40px;
    }

    .index-part5 {
        padding-top: 80px;
    }

    .index-part5 .adv.pc {
        display: none;
    }

    .index-part5 .adv.wap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .index-part5 .title {
        width: 220px;
        font-size: 24px;
        color: #0B1A3C;
        letter-spacing: 1px;
        margin: 0 auto;
        display: block;
        padding-bottom: 16px;
        display: block;
    }

    .index-part5 .swiper-pagination4 {
        position: relative;
        z-index: 9990;
        padding-top: 24px;
        padding-bottom: 42px;
    }

    .index-part5 .des {
        width: 100%;
        font-size: 16px;
        display: block;
        padding-top: 24px;
        color: #0B1A3C;
        line-height: 24px;
        letter-spacing: 1px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .index-part5 .adv .item {
        width: 100%;
        position: relative;
    }

    .index-part5 .adv .item p {
        height: 40px;
        padding-left: 24px;
        font-size: 16px;
        line-height: 40px;
    }









    /*手机版*/
    .index-part6 {
        margin-bottom: 40px;
    }

    .index-part6.pc {
        display: none;
    }

    .index-part6.wap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-box-orient: vertical;

        -webkit-box-direction: normal;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;
        padding-top: 40px;

        padding-right: 15px;
        padding-left: 15px;
        color: #4A546D;
        font-size: 16px;
        padding-bottom: 0;
    }

    .index-part6.wap .title {
        font-size: 24px;
        text-align: center;
        padding-bottom: 16px;

    }

    .index-part6.wap .height1 {
        width: 80px;
        height: 1px;
        background: #D91D22;
        display: block;
        margin: 0 auto;
    }

    .index-part6.wap .des {

        font-size: 16px;
        padding-top: 24px;
        padding-bottom: 40px;
        color: #0B1A3C;



    }

    .index-part6.wap .imgarea .img {
        display: inline-block;
        float: left;
        padding: 0 20px;

    }

    .index-part6.wap .linklist ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;

    }

    .index-part6.wap .linklist ul li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 16px;
        padding-right: 16px;
        font-weight: 600;
        word-break: break-all;
        word-break: keep-all;
        white-space: nowrap;
        letter-spacing: 0;
    }

    .index-part6.wap .linklist ul li p {

        text-align: center;
        font-weight: 600;
        font-size: 14px;

        word-break: keep-all;

    }

    .index-part6.wap .linkcontent li {
        display: none;
    }

    .index-part6.wap .linkcontent li.on {
        display: block;
    }

    .index-part6.wap .des2 {
        width: 100%;
        font-size: 16px;
        color: #4A546D;
        line-height: 24px;
        letter-spacing: 1px;
        display: block;
        padding-bottom: 24px;
        padding-top: 16px;
    }

    .index-part6.wap .imgarea {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 32px;
    }

    .index-part6.wap .morelink {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 53px;

    }

    .index-part6.wap .morelink a {

        background: #D41E44;
        -webkit-border-radius: 4px;
        border-radius: 4px;

        font-size: 16px;
        color: #FEFEFE;
        line-height: 21px;
        text-align: center;
        padding: 10px 32px;

        margin: 0 auto;

    }

    .index-part6.wap .img2 {
        /*height: 450px;
	width: 100%;
	background-repeat: no-repeat;
    background-position: center;*/
        margin-bottom: 32px;
        /*background-size: cover;*/
    }

    .index-part6.wap .img2 img {
        width: 100%;

    }

    .index-part6.wap li.on .title2 {
        font-weight: bold;
        color: #D41E44;

    }

    .index-part7 {
        padding-top: 80px;
        padding-bottom: 56px;
    }

    .index-part7 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .index-part7 .left {
        display: none;

    }

    .index-part7 .right .des {
        text-align: center;
    }

    .index-part7 .right .title {
        font-size: 24px;
        color: #0B1A3C;
        letter-spacing: 1px;
        margin: 0 auto;
        display: block;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
    }

    .index-part7 .right .height1 {
        width: 80px;
        height: 1px;
        background: #D91D22;
        display: block;
        margin: 0 auto;
    }

    .index-part7 .right .img {
        display: block;
        padding-bottom: 40px;


    }

    .index-part7 .right .img img {

        width: 100%;

    }

    .index-part7 .right .contentlist .item-title {
        font-size: 16px;
        font-family: NotoSansSC-Medium, NotoSansSC;
        font-weight: 700;
        color: #0B1A3C;
        line-height: 24px;
    }

    .index-part7 .right .contentlist .item-des {
        padding-top: 16px;
        padding-bottom: 24px;
        padding-left: 0px;
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #4A546D;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .index-part8 {
        margin-top: 40px;
    }

    .index-part8 .title {
        font-size: 24px;
        color: #0B1A3C;
        line-height: 64px;
        letter-spacing: 1px;
        padding-bottom: 40px;
        text-align: center;
    }

    .index-part8 {
        height: unset;
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        /* margin: 0 auto; */
    }

    .index-part8 .container {
        padding-right: 0;
    }

    .index-part8 .contentlist {
        background-image: url(../images/home-page/img-mobile/Global_office_mobile.jpg);
        background-position: center center;
        height: 475px;
        background-repeat: no-repeat;
        background-size: cover;
        margin-left: -15px;
        padding-left: 15px;

    }

    .index-part8 .des {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #0B1A3C;
        line-height: 24px;
        letter-spacing: 1px;
        padding-bottom: 40px;
        width: 100%;
    }

    .index-part8 .contentlist .item-num {
        font-size: 26px;
        font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Segoe UI Symbol, Microsoft Yahei;
        ;
        font-weight: bold;
        color: #0B1A3C;
        line-height: 35px;
        letter-spacing: 1px;
        padding-bottom: 8px;
    }

    .index-part3 .first .swiper-pagination-customs {
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #8A8F9A;
        margin-left: 16px;
    }

    .index-part3 .three .swiper-pagination-customs {
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #8A8F9A;
        margin-left: 16px;
    }

    .index-part3 .first .swiper-pagination-customs-active {
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #D41E44;
        margin-left: 16px;
    }

    .index-part3 .three .swiper-pagination-customs-active {
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #D41E44;
        margin-left: 16px;
    }

    .index-part5 .swiper-pagination-customs {
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #8A8F9A;
        margin-left: 16px;
    }

    .index-part5 .swiper-pagination-customs-active {
        display: inline-block;
        height: 6px;
        width: 6px;
        background: #D41E44;
        margin-left: 16px;
    }
}

@media only screen and (min-width: 1025px) {
    .index-part1 .middle .title {
        max-width: 600px;
    }

}