.globalCooperation{
    background-color: #352C84;
}
/* banner */
.banner{
    position: relative;
}
.banner .b_bg{
    width: 100%;
}
.banner .b_txt{
    position: absolute;
    left: 10%;
    top: 44%;
    height: 37%;
}
.banner .mimg{
    display: none;
}

.contain-area{
    width: 83.3333%;
    max-width: 1600px;
    padding: 80px 0 110px;
    margin: 0 auto;
}
.area-nav{
    text-align: center;
    width: 230px;
    box-shadow: 0px 0px 4px 0px rgba(204, 168, 77, 0.35);
    background-color: #f3f3f3;
}
.area-nav .tit{
    background-color: #cca84d;
    color:#fff;
    padding: 19px 0;
    width: 100%;
    font-size: 24px;

}
.area-nav ul li{
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid white;
    font-size: 16px;
}
.area-nav ul li:last-child{
    border-bottom: none;
}
.area-nav ul li > a{
    display: block;
    padding: 19px 0;
    width: 100%;
}
.area-nav ul li.active,.area-nav ul li:hover{
    background-color: #fff;
}
.area-nav ul li.third{
    text-align: center;
    background-color: white;
    padding-bottom: 5px;
}
.area-nav ul li.third span{
    display: block;
    padding: 15px 0;
    width: 100%;
}
.area-nav ul li.third div{
    margin: 0 auto;
    width: 75%;
}
.area-nav ul li.third div a{
    display: block;
    color: #999;
}
.area-nav ul li.third div a.active,
.area-nav ul li.third div a:hover{
    background-color: #f3f3f3;
    border-radius: 15px;
}
.area-nav ul li.third div:not(:first-child){
    margin-top: 3px;
}

.area-cont{
    margin-left: 279px;
    background: #F9F9F9;
    padding: 30px 15px 80px;
    position: relative;
}
.area-cont .line{
    background: #CCA84D;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.area-tit{
    width: 100%;
    text-align: center;
    font-size: 30px;
    padding-bottom: 40px;
}


.logo-list{
    position: relative;
    text-align: center;
    padding-top: 20px;
}
.logo-list .img-bg{
    width: 73%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.logo-list .row{
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo-list .col{
    width: 30.2%;
    position: relative;
    padding-top: 8.554%;
}
.logo-list .col:nth-child(n+4){
    margin-top: 2.6vw;
}
.logo-list .col:hover{
    background-color:#433B95;
}
.logo-list .col img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 87.2727%;
}

.bread-crumbs{
    padding: 16px 4.3% 0 4.3%;
    font-size: 22px;
    display: none;
}

@media only screen and (max-width:1200px){
    .bread-crumbs{
        display: block;
    }
    .area-cont .line,
    .area-nav{
        display: none;
    }
    .contain-area{
        padding: 40px 0;
        width: 90%;
        margin: 0 5%;
    }
    .area-cont{
        margin-left: 0;
        padding: 30px 0 80px;
    }
    .logo-list .col{
        width: 50%;
        height: 15vw;
    }
}

@media only screen and (max-width:767px){
    .banner .pimg{
        display: none;
    }
    .banner .mimg{
        display: block;
    }
    .bread-crumbs {
		font-size: 18px;
	}
}

@media only screen and (max-width:480px){
    .bread-crumbs{
		font-size: 14px;
    }
    .logo-list .img-bg{
        width: 100%;
    }
    .area-tit{
        font-size: 24px;
    }
}