.serve_home_details {
    padding: 0px 0px 80px;
    background: #fff;
}


.serve_home_brand_list {
    width: 79.2%;
    margin: 0px auto;
}

.serve_home_brand_list li {
    width: 22.6%;
    margin-right: 3.2%;
}


.serve_home_brand .swiper-button-prev ,.serve_home_brand .swiper-button-next {
    width: 60px;
	height: 60px;
    border-radius: 50%;
}

.serve_home_brand .swiper-button-prev:hover img  ,.serve_home_brand .swiper-button-next:hover img {
    box-shadow: 0px 10px 20px 0px 
		rgba(196, 173, 161, 0.19);
    border-radius: 50%;
}


.serve_home_brand .swiper-button-prev {
    left: 0px;
}

.serve_home_brand .swiper-button-next {
    right: 0px;
}



.brand_details_name {
    font-size: 24px;
	font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
	color: #333;
    padding-bottom:42px;
    margin-bottom:36px;
}


.brand_details_rich {
    font-size: 16px;
	line-height: 26px;
	color: #666;
}

.brand_details_rich p {
    margin-bottom: 10px;
}


.brand_details_rich_img {
    width: 100%;
    height: auto;
    margin-top: 38px;
}


.serve_home_brand_item {
    height: 140px;
    width: 98%;
    margin: 0px auto;
    position: relative;
    background: #fff;
	box-shadow: 0px 5px 10px 0px 
		rgba(138, 138, 138, 0.08);
    /* filter:#b3b3b3;  */
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%); 
    border: 1px solid #fff;
}


.serve_home_brand_item img {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    right: 0px;
    bottom: 0px;
    max-width: 90%;
    max-height: 80%;
}

.serve_home_brand_item:hover , .serve_home_brand_item.on {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
    -webkit-filter: grayscale(0%); 
    box-shadow: 0px 10px 30px 0px 
		rgba(210, 204, 201, 0.3);
    border: solid 1px #ff702b;
}


.swiper-container {
    padding: 80px 0px !important;
    width: 100%;
    box-sizing: border-box;
}


.serve_home_brand_swiper {
    padding: 0px 10% ;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}