.section{
    width: 100%;
    overflow: hidden;
}
.section .warp{
    width: 1200px;
    margin: 234px auto 57px;
}
.section .warp .title{
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 80px;
}

.section .warp .content .item{
    width: 100%;
    border-top: 1px solid #EFEEED;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
}
.section .warp .content .item:last-child{
    border-bottom: 1px solid #EFEEED;
}
.section .warp .content .item .images{
    width: 20%;
    height: 133px;
    overflow: hidden;
    margin-right: 95px;
}
.section .warp .content .item .images img{
    height: 100%;
    transition: 2s;
    cursor: pointer;
}
.section .warp .content .item .images img:hover{
    transform: scale(1.05);
}
.section .warp .content .item .text{
    margin-right: 70px;
    width: calc(80% / 3);
}
.section .warp .content .item .text:last-child{
    margin-right: 0;
}
.section .warp .content .item .text h5{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #898888;
    margin-bottom: 15px;
}
.section .warp .content .item .text p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #141414;
    line-height: 24px;
}
.section2{
    width: 100%;
    overflow: hidden;
}
.section2 #allmap{
    width: 100%;
    height: 802px;
}
.section2 .warp{
    margin: 95px auto 126px;
}
.section2 .warp .title{
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section2 .warp .content{
    width: 1200px;
    margin: 105px auto 0;
}
.section2 .warp .content .con{
    display: flex;
    justify-content: space-between;
    margin-bottom: 43px;
}
.section2 .warp .content .con .item{
    width: 570px;
}
.section2 .warp .content .con .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #1C1C1C;
}
.section2 .warp .content .con .item input{
    width: 100%;
    height: 40px;
    border: transparent;
    border-bottom: 1px solid #DFDFDF;
}
.section2 .warp .content .finally .item{
    width: 100%;
}
.section2 .warp .content .con .item textarea{
    width: calc(100% - 25px);
    height: 295px;
    border: 1px solid #DFDFDF;
    margin-top: 25px;
    padding-top: 30px;
    padding-left: 25px;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    outline: none;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: auto;
    -webkit-rtl-ordering: logical;
    cursor: text;
    font: 400 13.3333px Arial;
    font-size: 16px;
}
.section2 .warp .content .con .item textarea::placeholder{
    font-size: 14px;
}
.section2 .warp .content button{
    width: 1201px;
    height: 57px;
    background: #000000;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.coordinate{
    display: flex;
}
.coordinate .iconfont{
    color: #afafaf;
    font-size: 30px;
    cursor: pointer;
    transition: 0.6s;
}
.active .iconfont{
    color: #000;
}
.message_none{
    display: none;
    margin-left: 20px;
    position: relative;
    top: -26px;
}
.coordinate .message{
    height: 84px;
    background-color: #fff;
    display: flex;
}
.coordinate .message .images{
    width: 86px;
    height: 100%;
}
.coordinate .message .images img{
    width: 100%;
    height: 100%;
}
.coordinate .message .text{
    margin-left: 22px;
    margin-right: 70px;
}
.coordinate .message .text span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 19px;
    margin-bottom: 6px;
}
.coordinate .message .text p{
    font-size: 12px;
    font-family: Lora;
    font-weight: 400;
    color: #A4A4A4;
}
.BMapLabel{
    border: transparent!important;
    background-color: transparent!important;
}
.anchorBL{
    display: none!important;
}


.section6{
    width: 100vw!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section6 .warp{
    display: flex;
    position: relative;
    transition: 1s;
}
.section6 .warp .left{
    margin-right: 84px;
    margin-top: 800px;
    width: 111px;
}
.section6 .warp .left .item{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
    cursor: pointer;
}
.section6 .warp .left .item .iconfont{
    color: #000;
    font-size: 20px;
    margin-right: 16px;
    transition: 0.4s;
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
}
.section6 .warp .left .active .iconfont {
    opacity: 1;
    transform: translateX(0);
}
.section6 .warp .left .item p{
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #636363;
    transition: 0.4s;
}
.section6 .warp .left .active .iconfont{
    opacity: 1;
    left: 0;
}
.section6 .warp .left .active p{
    color: #191919;
}
.section6 .warp .content .atlas{
    width: 966px;
    position: relative;
}
.section6 .warp .content .svg_active .background svg path{
    animation: line-anm 30s ease forwards;
}
.section6 .warp .content .svg_active .background svg .st0{
    animation: line-anm 30s ease forwards;
}
@media screen and (max-width: 1920px){
    .section6 .warp .content .atlas{
        width: 863px;
    }
    .section6 .warp .left{
        margin-top: 676px;
    }
}
.section6 .warp .content .atlas .background{
    width: 100%;
}
.section6 .warp .content .atlas .background svg{
    width: 100% !important;
    height: 100% !important;
}
.section6 .warp .content .atlas .coordinate .item{
    position: absolute;
    display: flex;
    height: 30px;
    transition: 1s;
}

.m_top_active{
    opacity: 1!important;
    margin-top: 0!important;
}
.section6 .warp .content .atlas .coordinate .item .iconfont{
    color: #afafaf;
    font-size: 30px;
    cursor: pointer;
    transition: 0.6s;
    position: relative;
    will-change: transform;
    animation: 2s top_move linear infinite;
}
@keyframes top_move {
    0%{
        transform: translate3d(0,-5px,0);
    }
    50%{
        transform: translate3d(0,5px,0);
    }
    100%{
        transform: translate3d(0,-5px,0);
    }
}
.atlas .coordinate .item .message_none{
    margin-left: 20px;
    position: relative;
    left: -284px;
    top: -102px;
    border: 1px solid #F1F1F1;
    display: none;
}
.atlas .coordinate .item .message{
    height: 84px;
    background-color: #fff;
    display: flex;
}
.atlas .coordinate .item .message .images{
    width: 86px;
    height: 100%;
}
.atlas .coordinate .item .message .images img{
    width: 100%;
    height: 100%;
}
.atlas .coordinate .item .message .text{
    margin-left: 22px;
    margin-right: 70px;
}
.atlas .coordinate .item .message .text span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 19px;
    margin-bottom: 6px;
    white-space: nowrap;
}
.atlas .coordinate .item .message .text p{
    font-size: 12px;
    font-family: Lora;
    font-weight: 400;
    color: #A4A4A4;
    white-space: nowrap;
}

.section6 .warp .content .atlas .coordinate .item_1{
    top: 50.6%;
    left: 76%;
    z-index: 2;
}
.section6 .world-map .content .atlas .coordinate .item_1{
    top: 24.6%;
    left: 77%;
}
.section6 .warp .content .atlas .coordinate .item_2{
    top: 48.6%;
    left: 75.6%;
}
.section6 .world-map .content .atlas .coordinate .item_2{
    top: 28.6%;
    left: 40.6%;
}
.section6 .warp .content .atlas .coordinate .item_3{
    top: 47%;
    left: 76%;
}
.section6 .warp .content .atlas .coordinate .item_4{
    top: 61.6%;
    left: 63%;
}
.section6 .warp .content .atlas .coordinate .active .iconfont{
    color: #fd7e14;
}

.section6 .warp .content .atlas .coordinate .block_active .message_none{
    display: block;
}
.section6 .warp .content .atlas .con{
    position: absolute;
    bottom: 0;
    left: 0;
    top: 31vw;
}

.section6 .warp .content .atlas .con .item{
    display: none;
}
.section6 .warp .content .atlas .con .active{
    display: block;
}
.section6 .warp .content .atlas .con .item span{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #1F1F1F;
    line-height: 32px;
}
.section6 .warp .content .atlas .con .item p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
}
.section6 .warp .content .sign{
    display: flex;
    align-items: center;
    float: right;
    margin-top: 24px;
    position: relative;
    left: -119px;
}
.section6 .warp .content .sign p{
    font-size: 14px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #3F3F3F;
    margin-right: 20px;
}
.section6 .warp .content .sign .line{
    width: 32px;
    height: 2px;
    background: #BFBFBF;
    opacity: 0.5;
}
.section6 .warp .content .atlas .coordinate .block_active .message_none {
    display: block;
}
.china-map{
    opacity: 1;
    transition: 1s;
}
.section6 .joke{
    min-width: 998px;
    position: relative;
    min-height: 890px;
}
.section6 .joke .joke_warp{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-15px);
    transition: 1s;
}
.section6 .joke .show_active{
    opacity: 1!important;
    pointer-events: auto!important;
    transform: translateY(0) !important;
    transition-delay: 0.5s;
}
.section6 .switch{
    display: flex;
    align-items: center;
}
.section6 .switch .item{
    display: flex;
    align-items: center;
    margin: 0 10px 0 10px;
    cursor: pointer;
    position: relative;
}
.section6 .switch .item .iconfont{
    color: #000;
    font-size: 20px;
    margin: 0 6px 0 0;
    opacity: 0;
    transition: 0.6s;
    transform: translateY(-15px);
}
.section6 .switch .active .iconfont{
    opacity: 1;
    transform: translateY(0);
}
.section6 .switch .item p{
    font-size: 15px;
    color: #636363;

}
.section6 .switch .active p{
    color: #000;
}
.section6 .switch .item:after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 27px;
    width: 0%;
    height: 2px;
    background: #000;
    transition: 0.5s;
}
.section6 .switch .active:after{
    width: 50%;
}
.section6 .switch .item:hover:after{
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .section .warp{
        width: 90%;
        margin: 148px auto 57px;
    }
    .section .warp .title{
        font-size: 28px;
        margin-bottom: 26px;
    }
    .section .warp .content .item{
        flex-direction: column;
    }
    .section .warp .content .item .images{
        width: 100%;
        height: auto;
    }
    .section .warp .content .item .images img{
        width: 100%;
    }
    .section .warp .content .item .text{
        width: 100%;
        margin: 20px 0 13px 0;
    }
    .section .warp .content .item .text h5{
        margin-bottom: 5px;
    }
    /*地图*/
    .section6 .switch{
        display: none;
    }
    .section6 .joke{
        display: none;
    }
    .section6 .mobile_title{
        display: block!important;
        width: 90%;
        margin: auto;
    }
    .section6 .mobile_title .item{
        margin: 0 0 90px 0;
    }
    .section6 .mobile_title .item .title{
        display: flex;
        align-items: center;
        margin: 0 0 45px 0;
    }
    .section6 .mobile_title .item .title .iconfont{
        color: #000;
        font-size: 31px;
        margin: 0 14px 0 0;
    }
    .section6 .mobile_title .item .title p{
        color: #000;
        font-size: 24px;
    }
    .section6 .mobile_title .item .text .list{
        margin: 0 0 30px 0;
    }
    .section6 .mobile_title .item .text .list span{
        font-size: 20px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #1F1F1F;
        line-height: 32px;
        display: block;
        margin: 0 0 15px 0;
    }
    .section6 .mobile_title .item .text .list p{
        font-size: 12px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #212121;
        line-height: 28px;
    }
    .section6 .mobile_title .item .picture,.section6 .mobile_title .item .picture img{
        width: 100%;
    }
    /*结束*/

    .section2 .warp{
        margin: 0 auto 60px;
    }
    .section2 .warp .title{
        font-size: 28px;
    }
    .section2 .warp .content{
        width: 90%;
        margin: 61px auto 0;
    }
    .section2 .warp .content .con{
        flex-wrap: wrap;
        margin: 0;
    }
    .section2 .warp .content .con .item{
        width: 100%;
        margin: 0 0 32px 0;
    }
    .section2 .warp .content .con .item p{
        font-size: 13px;
    }
    .section2 .warp .content .con .item input{
        height: 35px;
    }
    .section2 .warp .content .con .item textarea {
        width: calc(100% - 15px);
        height: 168px;
        margin-top: 25px;
        padding-top: 18px;
        padding-left: 15px;
        font-size: 14px;
    }
    .section2 .warp .content .con .item textarea::placeholder{
        font-size: 12px;
    }
    .section2 .warp .content button {
        width: 100%;
        height: 44px;
        font-size: 12px;
        margin-top: 0;
    }
}