#m6{
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.globals{
    width: 100%;
    /*background: url(../img/map.png) no-repeat top center;*/
    padding:0px 0 50px;
}
.globals-name{
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding: 20px 0 10px;
    color: #d1172b;
}
.subtitle{
    text-align:center;
    font-size: 26px;
    font-weight: 500;
}
.wap-show{display:none;}
.globals-li1{
    padding-left:66px;
    /*background:url(../img/china.png) no-repeat 0 5px;*/
    width: 100%;
    /*max-width: 480px;*/
    max-width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.globals-li2{
    padding-left:66px;
    /*background:url(../img/world.png) no-repeat 0 5px;*/
    width: 100%;
    width: 50%;
    /*max-width: 480px;*/
    max-width: 100%;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.gl-top{
    /*border-bottom:1px solid #e5e5e5;*/
    /*padding-bottom: 15px;*/
    /*margin-bottom: 15px;*/
}
.gl-top-ul{
    display: flex;
    flex-wrap: wrap;
}
.gl-top-li{
    width: 50%;
    
}
.gl-top-li:nth-child(n+3){
    margin-top: 25px;
}
.gl-top-li-h3{
    color: #da3629;
}
.gl-top-li-h3 i{
    font-size: 50px;
}
.gl-top-li-h5{
    font-size: 16px;
}
.gl-tit{
    text-indent: 2em;
    font-size: 17px;
    font-weight: 400;
    line-height: 50px;
    color:#464545;
    padding: 0 0 0 10px;
}
.gl-tit span{
    font-size: 18px;
    color:#666666;
    padding:0 0 0 10px;
}
.gl-name{
    font-size: 16px;
}
.gl-bot{
    line-height: 28px;
    color: #666666;
    font-size: 16px;
}
.globals-left{
    float: left;
    width: 100%;
    padding: 0 8%;
    padding: 4% 8% 0%;
    /*width: 50%;*/
    /*padding-left: 8%;*/
    box-sizing: border-box;
}
.about-img{
    width: 45%;
    margin-right: 40px;
}
.globals-right{
    float: left;
    width: 38%;
    padding:0 6%;
    text-align: left;
}
.globals-right img{
    max-width: 500px;
    width: 100%;
}

#ban_video{
    mix-blend-mode: darken;
}
.ipc {
    display: block;
}
.ihm {
    display: none;
}
@media screen and (max-width: 768px){
    #m6{
        background-image: unset;
    }
    .globals {
        /*padding-top: 30px!important;*/
        padding-bottom: 0!important;
        background: none;
    }
    .gl-top-li{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .ygw1442 {
        width: 100%;
        margin: 0 auto;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }
    .globals-name{
        /*font-size: 18px;*/
        font-size: 29px;
        padding: 20px 0 10px;
        font-weight: 600;
    }
    .globals-left {
        width: 100%!important;
    }
    .globals-li1 {
        margin-bottom: 20px!important;
        padding-left: 0px;
    }
    .globals-li2 {
        margin-bottom: 20px!important;
        padding-left: 0px;
    }
    .gl-tit{
        font-size: 16px;
        /*font-size: 30px;*/
        line-height: 30px;
        word-break: break-all;
    }
    .about-img{
        width: 100%;
    }
    .globals-left{
        padding: 0px;
    }
    .gl-name{
        font-size: 15px;
    }
    .gl-bot{
        font-size: 15px;
    }
    .map {
        width: 100%;
        padding: 15px 15px 0;
        box-sizing: border-box;
        text-align: center;
    }
    .ipc {
        display: none;
    }
    .ihm {
        display: block;
    }
}

.approves{
    width: 100%;
    height: 100%;
    padding: 200px 0 140px;
    background: url(../img/index-bg4.jpg) no-repeat center;
    float: left;
    position: relative;
    background-size: cover;
    box-sizing: border-box;
}
.appr-left{
    float: left;
    width: 71%;
}
.appr-right{
    float: right;
}
.appr-left img{
    max-width: 100%;
}
.appr-cn{
    max-width: 400px;
    text-align: justify;
    color:#ffffff;
    padding-right: 50px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 50px;
}
.appr-name{
    text-align: left;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 36px;
}
.appr-name:after{
    width: 40px;
    height: 1px;
    background: #ee7300;
    content: "";
    display: block;
    margin-top: 20px;
}
.appr-text{
    font-size: 16px;
}

@media screen and (max-width: 768px){
    .approves {
        padding: 80px 0 140px!important;
    }
    .appr-left {
        width: 100%!important;
    }
    .appr-cn {
        position: relative!important;
        top: auto!important;
        right: auto!important;
        padding: 15px;
        box-sizing: border-box;
        width: 100%;
        max-width: 600px!important;
        transform: translateY(15%)!important;
    }
    .appr-name{
        font-size: 20px;
    }
    .appr-text{
        font-size: 15px;
    }
    .pc-show{display:none;}
    .wap-show{display:block;}
}