.some_customers_bg{
    background-color: #f7f7f7;
    overflow: hidden;
}
.customer_honor_nav{
    width: 1200px;
    margin: 80px auto 0px;
    text-align: center;
}
.customer_honor_nav>a{
    display: inline-block;
	width: 140px;
	height: 56px;
    line-height: 56px;
	background-color: #ffffff;
	border-radius: 28px;
	border: solid 1px #eeeeee;
    /* font-size: 18px; */
	color: #999999;
}
.customer_honor_nav>a+a{
    margin-left: 20px;
}
.customer_honor_nav>a:hover{
	background-color: #c5322e;
    color: #ffffff;
}
.customer_honor_nav_active{
    background-color: #c5322e !important;
    color: #ffffff !important;
}

.some_customers{
    margin-top: 80px;
}
.some_customers .public_titles{
    margin-bottom: 50px;
}

.some_customers_swiper{
    width: 1200px;
    margin: 0px auto 50px;
    overflow: hidden;
    position: relative;
}
.some_customers_swiper .swiper-container{
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}
.some_customers_swiper .swiper-slide{
    overflow: hidden;
}
.some_customers_swiper .logo_item{
    width: 224px;
	height: 110px;
    text-align: center;
    line-height: 110px;
	background-color: #ffffff;
	border-radius: 16px;
    float: left;
    margin-left: 19px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.some_customers_swiper .logo_item>img{
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    font-size: 0px;
    /*-webkit-filter: grayscale(100%);*/
    /*-moz-filter: grayscale(100%);*/
    /*-ms-filter: grayscale(100%);*/
    /*-o-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    /*filter: gray;*/
}
/*.some_customers_swiper .logo_item:hover img{*/
/*    -webkit-filter: grayscale(0%);*/
/*    -moz-filter: grayscale(0%);*/
/*    -ms-filter: grayscale(0%);*/
/*    -o-filter: grayscale(0%);*/
/*    filter: grayscale(0%);*/
/*    filter: none;*/
/*}*/

.some_customers_swiper .swiper-pagination{
   bottom: 16px;
}
.some_customers_swiper .swiper-pagination-bullet{
    width: 10px;
	height: 10px;
	background-color: #cccccc;
}
.some_customers_swiper .swiper-pagination-bullet+.swiper-pagination-bullet{
    margin-left: 12px;
}
.some_customers_swiper .swiper-pagination-bullet-active{
    background-color: #ff0000;
}


.some_customers_swiper .swiper-button-prev{
    background-image: url(../images/arrow_left.png);
    background-size: 12px 22px !important;
    left: 43%;
}
.some_customers_swiper .swiper-button-next{
    background-image: url(../images/arrow_right.png);
    background-size: 12px 22px !important;
    right: 43%;
}
.some_customers_swiper .swiper-button-next,.some_customers_swiper .swiper-button-prev{
    top: auto;
    bottom: 1%;
    z-index: 99;
}

.customer_distributton{
    width: 100%;
    background: url('../images/customer_honor_bg.png') no-repeat center top;
    background-size: 100% 100%;
    overflow: hidden;
    padding-bottom: 50px;
}
.customer_distributton>.public_titles{
    margin-top: 100px;
}
.customer_distributton_img{
    width: 1200px;
    margin: 70px auto 30px;
}


@media (max-width:768px) {
    .customer_honor_nav {
        width: 100%;
        margin: 40px auto 0px;
    }
    .some_customers {
        margin-top: 40px;
    }
    .some_customers .public_titles {
        margin-bottom: 40px;
    }
    .some_customers_swiper {
        width: 100%;
        padding: 4%;
        margin: 0px auto 50px;
    }
    .mobile_some_customers_swiper{
        width: 92%;
        height: 400px;
        margin: 0px 4%;
        position: relative;
        overflow: hidden
    }
    .mobile_some_customers_swiper .swiper-container{
        width: 640px;
        height: 100%;
        padding-bottom: 40px;
        position: absolute;
        left: 50%;
        top: 0px;
        transform: translateX(-50%);
    }
    .mobile_some_customers_swiper .swiper-slide{
        width: 200px !important;
    }
    .mobile_some_customers_swiper .logo_item{
        width: 200px;
        height: 100px;
        margin: 0px 0px 20px;
        text-align: center;
        line-height: 100px;
        background-color: #ffffff;
        border-radius: 16px;
        position: relative;
    }
    .mobile_some_customers_swiper .logo_item>img{
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        font-size: 0px;
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: gray;
    }
    .mobile_some_customers_swiper .logo_item:hover img{
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: none;
    }
    .customer_distributton>.public_titles {
        margin-top: 50px;
    }
    .customer_distributton_img {
        width: 100%;
        margin: 40px auto 20px;
    }
}