.brandDeatil_product .total_container{
    width: 100%;
}

.MajorTop_banner{
    height: 800px;
    background: url(../../img/Company/majorTop_banner.png) no-repeat center;
}

.en_MajorTop_banner{
    background: url(../../img/Company/majorTop_banner_en.png) no-repeat center;
}

.MajorTop_brand{
    overflow: hidden;
}

.MajorTop_brand .title{
    margin-top: 100px;
    margin-bottom: 136px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.MajorTop_brand .content{
    position: relative;
    height: 450px;
}
.MajorTop_brand .content .content_left{
    position: absolute;
    left: 0;
    top: 170px;
    padding: 21px 10px;
    background-color: #FFCD47;
    cursor: pointer;
    z-index: 999;
}

.MajorTop_brand .content .content_right{
    position: absolute;
    right: 0;
    top: 170px;
    padding: 21px 10px;
    background-color: #FFCD47;
    cursor: pointer;
    z-index: 999;
}

.MajorTop_brand li{
    float: left;
    width: 240px;
    height: 100px;
    margin-right: 80px;
    margin-bottom: 50px;
    cursor: pointer;
}

.MajorTop_brand ._mr{
    margin-right: 0;
}

.MajorTop_brand .addShasow{
    box-shadow: 0px 23px 38px 0px rgba(90,90,90,0.08);
    border-radius: 10px;
}

.MajorTop_brandDeatil .brandDeatil_product{
    height: 500px;
    background-color: #FFCD47;
    font-size: 20px;
    text-align: center;
}

.brandDeatil_product .title{
    padding-top: 123px;
    margin-bottom: 24px;
    font-size: 30px;
    font-weight: 700;
}

.brandDeatil_product ._mb{
    margin-bottom: 12px;
}

.brandDeatil_product .en_mb,.brandDeatil_product .en_solution{
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.brandDeatil_product .en_mb{
    margin-bottom: 15px;
}

.MajorTop_brandDeatil .brandDeatil_pic{
    position: relative;
    height: 500px;
}

.brandDeatil_pic div{
    position: absolute;
    top: -134px;
    left: 0;
    right: 0;
    width: 1608px;
    margin: 0 auto;
}

.brandDeatil_pic li{
    float: left;
    width: 375px;
    height: 500px;
    margin-right: 36px;
    background-color: #fff;
    box-shadow: 0px 37px 46px 0px rgba(53,53,53,0.31);
    border-radius: 10px;
}

.MajorTop_cooperative .cooperative_title{
    height: 403px;
    padding-top: 116px;
    color: #fff;
    background-color: #1B1D1F;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.MajorTop_cooperative .cooperative_list{
    position: relative;
    height: 380px;
}

.cooperative_list .cooperative_listBox{
    position: absolute;
    bottom: 110px;
    left: 0;
    right: 0;
    width: 1023px;
    height: 402px;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 11px 51px 14px rgba(90,90,90,0.1);
    border-radius: 10px;
}

.cooperative_list .cooperative_listBox li{
    float: left;
    width: 25%;
    padding-top: 75px;
    text-align: center;
}

.MajorTop_stock{
    height: 604px;
    background-color: #F9F9F9;
}

.MajorTop_stock .title{
    padding-top: 100px;
    margin-bottom: 50px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.MajorTop_stock .content{
    text-align: center;
}

.MajorTop_stock .content_left,
.MajorTop_stock .content_right{
    display: inline-block;
}

.MajorTop_stock .content_left{
    padding-right: 100px;
    border-right: 1px solid rgba(221,221,221,.5);
}

.MajorTop_stock .en_content_left{
    padding-right: 0px;
}

.MajorTop_stock .content_left div{
    margin-bottom: 54px;
    font-size: 40px;
    font-weight: 700;
}

.MajorTop_stock .content_left div:nth-child(3){
    margin-bottom: 0;
}

.MajorTop_stock .content_right{
    width: 549px;
    height: 264px;
    padding-left: 110px;
}

.MajorTop_stock .content_right li{
    float: left;
}

.MajorTop_stock .content_right li:nth-child(2){
    margin-top: 20px;
}

.MajorTop_stock .content_right li:nth-child(1),
.MajorTop_stock .content_right li:nth-child(2){
    margin-bottom: 90px;
}

.MajorTop_stock .content_right li:nth-child(1),
.MajorTop_stock .content_right li:nth-child(3){
    margin-right: 55px;
}
/* 轮播 */
.swiper-container{
    overflow: hidden;
}
.swiper-button-prev:after,.swiper-button-next:after{
    font-size: 18px;
}
.swiper-button-prev,.swiper-button-next{
    width: 30px;
    height: 60px;
    color: #fff;
    background-color: #FFCD47;
}
.swiper-button-prev{
    left: -60px;
}
.swiper-button-next{
    right: -60px;
}