.industry_content{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.industry_title{
	width: 475px;
	overflow: hidden;
	color: #8b8b8b;
	margin: 45px auto;
	text-align: center;
	line-height: 20px;
}
.industry_title h1{
	color: #000;
	font-size: 36px;
	margin-bottom: 10px;
}
.industry ul{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.industry ul li:nth-of-type(3n+1){
	padding-right: 20px;
	margin-bottom: 40px;
}
.industry ul li:nth-of-type(3n+2){
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 40px;
}
.industry ul li:nth-of-type(3n){
	padding-left: 20px;
	margin-bottom: 40px;
}

.industry_box{
	display: block;
	width: 100%;
	height: 307px;
	overflow: hidden;
	color: #9d9d9d !important;
	line-height: 20px;
	cursor: pointer;
}
.industry_img{
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
	position: relative;
}
.industry_img>img{
	width: 100%;
	transition: all 0.5s;
}
.industry_icon{
	width: 75px;
	height: 75px;
	background-color: #666;
	text-align: center;
	line-height: 75px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.industry_icon img{
	height: 33px;
}
.industry_box h4{
	color: #454545;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0;
}
.industry_box h4 .add_icon{
	width: 12px;
	height: 12px;
	float: right;
	position: relative;
	top: 5px;
}
.add_icon span{
	display: block;
	width: 12px;
	height: 3px;
	background-color: #d8000f;
	position: absolute;
	top: 4.5px;
}
.add_icon span:last-of-type{
	transform:rotate(90deg);
	transition: all 0.5s;
}
.industry_box:hover .add_icon span:last-of-type{
	transform:rotate(180deg);
}
.industry_box:hover .industry_icon{
	background-color: #d8000f;
}
.industry_box:hover .industry_img>img{
	transform: scale(1.1);
}
/*重要客户*/
.industry_customer{
	width: 100%;
	background-color: #f6f6f6;
	overflow: hidden;
	padding-bottom: 40px;
}
.industry_customer .industry_title{
	width: 600px;
}
.industry_customer .industry_title h1{
	margin-bottom: 20px;
}
.customer_banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container{
	width: calc(100% - 160px);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/next_r.png);
    background-size: 100% auto;
    right: 0px;
    left: auto;
    width: 50px;
    height: 50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../img/prev_r.png);
    left: 0px;
    right: auto;
    width: 50px;
    height: 50px;
    background-size: 100% auto;
}
.swiper-button-next.swiper-button-disabled{
	background-image: url(../img/next_h.png);
    opacity:1;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled {
	background-image: url(../img/prev_h.png);
    opacity:1;
    cursor: auto;
    pointer-events: none;
}
.customer{
	width: 100%;
	height: 180px;
	border: 1px solid #e3e3e3;
	text-align: center;
	background-color: #fff;
	padding: 20px 0;
	color:#747474;
	font-size: 14px;
}
.customer .customer_logo{
	width: 130px;
	overflow: hidden;
	margin: 10px auto 5px;
}
.customer_logo img{
	width: 100%;
}
@media only screen and (max-width:767px ) {
	.industry_title h1{
		color: #000;
		font-size: 30px;
		margin-bottom: 10px;
	}
	.industry ul li{
		padding: 0 !important;
		margin-bottom: 20px !important;
	}
	.industry_box{
		height: auto;
	}
	.industry_title{
		width: 100%;
		overflow: hidden;
		color: #8b8b8b;
		margin: 35px auto;
		text-align: center;
		line-height: 20px;
	}
	.swiper-container{
		width: 100%;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	    background-image: url(../img/next_r.png);
	    background-size: 100% auto;
	    right: 0px;
	    left: auto;
	    width: 40px;
	    height: 40px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	    background-image: url(../img/prev_r.png);
	    left: -0px;
	    right: auto;
	    width: 40px;
	    height: 40px;
	    background-size: 100% auto;
	}
	.industry_customer .industry_title{
		width: 100%;
	}
}
@media only screen and (min-width:768px ) {
	.industry ul li:nth-of-type(2n+1){
		padding-right: 20px;
		padding-left: 0;
		margin-bottom: 40px;
	}
	.industry ul li:nth-of-type(2n){
		padding-left: 20px;
		padding-right: 0px;
		margin-bottom: 40px;
	}
}
@media only screen and (min-width:992px ) {
	.swiper-pagination{
		display: none;
	}
	.industry ul li:nth-of-type(3n+1){
		padding-right: 20px;
		padding-left: 0;
		margin-bottom: 40px;
	}
	.industry ul li:nth-of-type(3n+2){
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 40px;
	}
	.industry ul li:nth-of-type(3n){
		padding-left: 20px;
		padding-right: 0;
		margin-bottom: 40px;
	}
}
@media only screen and (min-width:1200px ) {
	
}