body{padding: 0px; margin: 0px;}
.container{ width: 100%;margin-bottom: 10px;}
@media screen and (min-width: 1450px){
    .layui-container {
        width: 1450px;
    }

}

@media screen and (min-width: 1200px){
    .layui-container {
        width: 1200px;
    }

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 960px){

}

.swiper-slide {text-align: center;overflow: hidden}


.layui-carousel>[carousel-item]>* {
    display: block;
}
.list_item{width: 100%;}
.list_item img{width: 100%;}

.item_img{width: 100%; overflow: hidden;}
.item_bg1{width: 100%; height: 100%; background: url("../images/banner.jpg") no-repeat center;}
.bottom{width: 100%;margin: 10px auto;height: 20px}


.Excellent_swi {  width: 100%;height: 100%;}
.swiper-container {width: 100%;height: 100%;margin-left: auto;margin-right: auto;}
.swiper-slide {
    text-align: center;font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    display: inline-block;
    border-radius: 0;
    opacity: 0.5;
    background: #FFFFFF;
}
.swiper-pagination-bullet-active {
    background: #C6A771;
}

.swiper-slide a{ height: 100%;}

.banner {
    width: 100%;
    height: 100%;
}
.section_title{font-size: 24px;font-weight: bold; font-family: '微软雅黑';color: #333333; text-indent: 20px;}
.goods_main{width: 1200px;margin: 0 auto;}




