*{
    margin: 0;
    padding: 0;
}
body{
    box-sizing: border-box;
    position: relative;
    z-index: -2;
    overflow-x: hidden;
}
/* 中间轮播图区域 */
.banner_list{
    z-index: -1;
    position: relative;
    padding: 0 !important;
}
.banner_list_img img{
    width: 100%;
    height: auto;
}
.banner_list span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
/* 合作伙伴logo区域 */
.companys_logo{
    margin-top: 69px;
    margin-bottom: 50px;    
}
.companys_logo h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

    .all_logos {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6,16.6%);
    grid-column-gap: -1%;
    /* grid-row-gap: 30px; */
}
.all_logos img{
    width: 100%;
}
.geely_car{
    position: absolute;
    top: 81px;
    right: 0;
    width: 217px;
    height: 217px;
    background: url(/views/cooperativePartnerImg/Ellipse\ 5.png) no-repeat;
    background-size: 100% auto;
}
.geely_car img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media (max-width:1450px) {
    .t_lang{
        padding: 0 !important;
    }
}

/*  大屏幕下 lg 大于等于1200 布局容器修改为 1170 */
@media screen and (max-width: 1200px) {
    .container {
    	width: 1400px;
        padding: 0;
    }
    /* 中间轮播图区域 */
.banner_list{
    position: relative;
    padding: 0 !important;
}
.banner_list span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
/* 合作伙伴logo区域 */
.companys_logo{
    margin-top: 69px;
    margin-bottom: 50px;    
}
.companys_logo h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.all_logos{
    width: 100%;
}
.all_logos img{
    width: 100%;
}
.geely_car{
    position: absolute;
    top: 81px;
    right: 0;
    width: 217px;
    height: 217px;
    background: url(/views/cooperativePartnerImg/Ellipse\ 5.png) no-repeat;
    background-size: 100% 100%;
}
.geely_car img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
}

/*  中等屏幕下 md 大于等于 992px 布局容器修改为 970px */
@media screen and (max-width: 992px) {
    .container {
    	width: 970px;
    }
    /* 中间轮播图区域 */
.banner_list{
    position: relative;
}
.banner_list span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
/* 合作伙伴logo区域 */
.companys_logo{
    margin-top: 69px;
    margin-bottom: 50px;    
}
.companys_logo h3{
    font-size: 30px;
    font-weight: bold;
    color: #333;
}
.all_logos{
    width: 100%;
    display: flex;
    padding: 0 15px ;
    flex-wrap: wrap;
    justify-content: space-between;
}
.all_logos>div{
    width: 46%;
}
.all_logos img{
    width: 100%;
}
.geely_car{
    position: absolute;
    top: 81px;
    right: 0;
    width: 217px;
    height: 217px;
    background: url(/views/cooperativePartnerImg/Ellipse\ 5.png) no-repeat;
    background-size: 100% 100%;
}
.geely_car img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
}

/*  超小屏幕下 xs 小于 768 布局容器的宽度为 100% */
@media screen and (max-width: 767px) {
    .container {
    	width: 100%;
    }
   /* 中间轮播图区域 */
.banner_list{
    position: relative;
}
.banner_list span{
    position: absolute;
    left: 55%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
/* 合作伙伴logo区域 */
.companys_logo{
    margin: 0 10px 10px 10px ;   
}
.companys_logo h3{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    padding-left: 5px;
}
.all_logos{
    width: 100%;
}
.all_logos img{
    width: 100%;
}
.geely_car{
    position: absolute;
    top: 81px;
    right: 0;
    width: 217px;
    height: 217px;
    background: url(/views/cooperativePartnerImg/Ellipse\ 5.png) no-repeat;
    background-size: 100% 100%;
}
.geely_car img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
}