.globals{
    width: 100%;
    background: url(../img/map.png) no-repeat top center;
    padding:90px 0 50px;
}
.globals-name{
    width: 100%;
    text-align: center;
    font-size: 36px;
    padding: 60px 0 80px;
}
.globals-li1{
    padding-left:66px;
    background:url(../img/china.png) no-repeat 0 5px;
    width: 100%;
    max-width: 480px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.globals-li2{
    padding-left:66px;
    background:url(../img/world.png) no-repeat 0 5px;
    width: 100%;
    max-width: 480px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.gl-top{
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.gl-tit{
    color:#104492;
    line-height: 40px;
    font-size: 60px;
}
.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: 50%;
    padding-left: 8%;
    box-sizing: border-box;
}
.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){
    .globals {
        padding-top: 30px!important;
        padding-bottom: 0!important;
        background: none;
    }
    .ygw1442 {
        width: 100%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .globals-name{
        font-size: 20px;
        padding: 20px 0 10px;
    }
    .globals-left {
        width: 100%!important;
    }
    .globals-li1 {
        margin-bottom: 20px!important;
    }
    .globals-li2 {
        margin-bottom: 20px!important;
    }
    .gl-tit{
        font-size: 30px;
    }
    .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;
    }
}