@media screen and (max-width:767px){
    .brand>.brand-lists>.col-xs-12>a{
        width:50%;
        float:left;
        height:160px;
    }
    .p1,.p4,.p7{
        margin:30px 0 10px;
        font-size:14px;
    }
    .p2,.p5,.p8{
        margin:0 0 10px;
        font-size:18px;
    }
    .p3,.p6{
        font-size:16px;
    }
   
    .banner{
        margin-top:60px;
    }
    .my-compony .compony-info{
        display:none;
    }
    .out-line{
        width:60px;
        left:40%;
        border-top:1px solid #bc7046;
        position: absolute;
        top:50%;
        z-index:10;
    } 
    .out-line1{
        width:60px;
        left:44%;
        border-top:1px solid #bc7046;
        position: absolute;
        top:50%;
        z-index:10;
    }
    .my-compony{
        padding:80px 0 40px;
    }
    
    .partner-left,.partner-right{
        display:none;
    }
    .partner>.container>.row{
        width:100%;
    }
    .flex{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .my-col-sm{
        min-width:48%;
        max-width:48%;
        height:200px;
        padding:10px 10px 40px;
        margin-bottom:40px;
        position:relative;
        margin-top:20px;
        background:#dbdbdb;
    }
    .my-col-sm p{
        width:70%;
        line-height:40px;
        position: absolute;
        bottom:-20px;
        left:15%;
        background:#fff;
    }
    .company-product{
        margin-top:40px;
    }
    .swiper-button-next,.swiper-button-prev{
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .brand>.brand-lists>.col-xs-12>a{
        display:block;
        height:240px;
        width:100%;
    }
    .p1,.p4,.p7{
        margin:60px 0 10px;
        font-size:16px;
    }
    .p2,.p5,.p8{
        margin:0 0 10px;
        font-size:20px;
    }
    .p3,.p6{
        font-size:18px;
    }
    
    .banner{
        margin-top:90px;
    }
    .out-line{
        height:80px;
        top:40%;
        border-left:1px solid #bc7046;
        position: absolute;
        left:50%;
        z-index:10;
    }
    .out-line1{
        height:80px;
        top:45%;
        border-left:1px solid #bc7046;
        position: absolute;
        left:50%;
        z-index:10;
    }
    .my-compony{
        padding:80px 0 100px;
    }
    .my-col-sm{
        margin-right:10px;
        float:left;
    }
    .flex{
        transition:all .2s linear;
    }
    .partner>.container>.row{
        overflow: hidden;
    }
    .partner>.container>.row .my-col-sm{
        padding:10px 10px 40px;
        display:inline-block;
        margin-bottom:40px;
        background:#dbdbdb;
        position:relative;
    }
    .partner>.container>.row .my-col-sm>p{
        width:80%;
        line-height:40px;
        margin:0;
        background:#fff;
        position: absolute;
        bottom:-20px;
        left:10%;
    }
    .company-product{
        margin-top:60px;
    }
  .company-product .my-lists .desc_name{
        min-height:80px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .brand>.brand-lists>.col-xs-12>a{
        display:block;
        height:280px;
        width:100%;
    }
    .p1,.p4,.p7{
        margin:80px 0 10px;
        font-size:16px;
    }
    .p2,.p5,.p8{
        margin:0 0 10px;
        font-size:20px;
    }
    .p3,.p6{
        font-size:18px;
    }
    
    .banner{
        margin-top:90px;
    }
    .out-line{
        height:90px;
        top:40%;
        border-left:1px solid #bc7046;
        position: absolute;
        left:50%;
        z-index:10;
    }
    .out-line1{
        height:80px;
        top:45%;
        border-left:1px solid #bc7046;
        position: absolute;
        left:50%;
        z-index:10;
    }
    .my-compony{
        padding:80px 0 100px;
    }
    .my-col-sm{
        margin-right:10px;
        float:left;
    }
    .flex{
        transition:all .2s linear;
    }
    .partner>.container>.row{
        overflow: hidden;
    }
    .partner>.container>.row .my-col-sm{
        padding:10px 10px 40px;
        display:inline-block;
        margin-bottom:40px;
        background:#dbdbdb;
        position:relative;
    }
    .partner>.container>.row .my-col-sm>p{
        width:80%;
        line-height:40px;
        margin:0;
        background:#fff;
        position: absolute;
        bottom:-20px;
        left:10%;
    }
    .company-product{
        margin-top:80px;
    }
  .company-product .my-lists .desc_name{
        min-height:80px;
    }
}
@media screen and (min-width:1200px){
    .brand>.brand-lists>.col-xs-12>a{
        display:block;
        height:320px;
        width:100%;
    }
    .p1,.p4,.p7{
        margin:100px 0 10px;
        font-size:18px;
    }
    .p2,.p5,.p8{
        margin:0 0 10px;
        font-size:24px;
    }
    .p3,.p6{
        font-size:20px;
    }
    

    .banner{
        margin-top:110px;
    }
    .out-line{
        height:100px;
        top:40%;
        border-left:1px solid #bc7046;
        position: absolute;
        left:50%;
        z-index:10;
    }
    .out-line1{
        height:100px;
        top:45%;
        border-left:1px solid #bc7046;
        position: absolute;
        left:50%;
        z-index:10;
    }
    .my-compony{
        padding:80px 0 100px;
    }
    .my-col-sm{
        margin-right:10px;
        float:left;
    }
    .flex{
        transition:all .2s linear;
    }
    .partner>.container>.row{
        overflow: hidden;
    }
    .partner>.container>.row .my-col-sm{
        padding:10px 10px 40px;
        display:inline-block;
        margin-bottom:40px;
        background:#dbdbdb;
        position:relative;
    }
    .partner>.container>.row .my-col-sm>p{
        width:80%;
        line-height:40px;
        margin:0;
        background:#fff;
        position: absolute;
        bottom:-20px;
        left:10%;
    }
    .company-product{
        margin-top:80px;
    }
    .swiper-button-next:hover,.swiper-button-prev:hover{
        background: rgba(0,0,0,.2);
    }
  .company-product .my-lists .desc_name{
        min-height:80px;
    }
}

/*清楚上外边距影响*/
.clear-mg::before{
    content: "";
    display: table;
}

/*轮播图*/
.container.banner{
    padding:0;
}

.swiper-slide{
    width:100%;
}
.swiper-slide img{
    width:100%;
    height:100%;
}
.swiper-slide-duplicate img{
    width:100%;
    height:100%;
}
.swiper-pagination-bullet-active{
    background:#ac9455;
}
.swiper-button-next,.swiper-button-prev{
    background:rgba(0,0,0,.1);
    line-height:44px;
    text-align: center;
}
.swiper-button-next .iconfont{
    font-size:24px;
}
.swiper-button-prev .iconfont{
    font-size:24px;
}

.my-lists>.col-xs-12{
    margin-bottom:20px;
}
.my-btn{
    width:145px;
    line-height:35px;
    padding:0;
    margin-top:20px;
    border-radius:37px;
    border:2px solid #ac9455;
    outline:0;
    background:#fff;
    font-weight: 700;
}
.my-btn:hover{
    background:#ac9455;
    color:#fff;
}


.my-compony{
    background:#f7f7f7;
    position:relative;
}
.my-compony>.container{
    position:relative;
}
.compony-info{
    padding:20px;
    background:#fff;
    position:absolute;
    bottom:-20px;
    left:120px;
}

/*品牌故事*/
.brand{
    width:100%;
    padding:60px 0 80px;
}
.brand-lists{
    margin:0;
}
.brand>.brand-lists>div.col-xs-12{
    padding:0;
    text-align:center;
    position:relative;
}

.brand>.brand-lists>div.col-xs-12>a{
    color:#000;
}
.brand-lists>div.col-xs-12>a>img{
    height:100%;
    width:100%;
}
.brand-lists>.col-xs-12>a:hover{
    text-decoration: none;
}

.p2,.p4,.p9{
    color:#ac9455;
}
.p2,.p5,.p6,.p7,.p8{
    font-weight:bold;
}
.p9{
    font-size:12px;
}


/*合作伙伴*/
.partner{
    width:100%;
    background:#f7f7f7;
    padding:60px 0 80px;
}
.partner>.container>.row{
    width:100%;
    position:relative;
    margin:0 auto;
}



.partner-name{
    box-shadow:0 5px 5px rgba(0,0,0,.1),
               0 -5px 5px rgba(0,0,0,.1);
}


/*品牌列表鼠标悬停*/
.brand>.row>.col-sm-4>a{
    transition:all .2s linear;
    -ms-transition:all .2s linear;
    -o-transition:all .2s linear;
    -moz-transition:all .2s linear;
    -webkit-transition:all .2s linear;
}
.brand>.row>.col-sm-4>a:hover{
    box-shadow:0 5px 30px rgba(0,0,0,.1),
               0 -5px 30px rgba(0,0,0,.1),
               5px 0 30px rgba(0,0,0,.1),
               -5px 0 30px rgba(0,0,0,.1);
    transform: translateY(-5px);
    -ms-transform:translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
}


/*合作伙伴左右移动*/
.partner-left,.partner-right{
    width:30px;
    height:30px;
    position: absolute;
    top:40%;
    margin-top:-10px;
    border-radius:50%;
    text-align: center;
    line-height:30px;
    color:#fff;
    background:rgba(0,0,0,.5);
    z-index:10;
}
.partner-left{
    left:40px;
}
.partner-right{
    right:40px;
}