/*行业分类*/
#industryApp-section{
	padding-top: 50px;
}
.inApp-section-title{
	position: relative;
	font-size: 24px;
	font-weight: bold;
	color: #004198;
	padding-bottom: 8px;
}
.underLine{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 2px;
	background-color: #004198;
}
.inApp-sortCtn{
	margin-top: 50px;
}
.inApp-sortList{
	float: left;
	width: 12.5%;
	height: 135px;
    cursor: pointer;
}
.inApp-sortList-img{
	width: 66px;
    height: 85px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position-x: 5px;
}
.inApp-sortList:hover .inApp-sortList-img{
	background-position-x: -75px;
}
.inAppActive .inApp-sortList-img{
	background-position-x: -75px;
}
.inApp-sortList:hover .inApp-sortList-tag{
	color: #004198;	
}
.inApp-sortList:first-child .inApp-sortList-img{
	background-position-y: 15px;
}
.inApp-sortList:nth-child(2) .inApp-sortList-img{
	background-position-y: -54px;
}
.inApp-sortList:nth-child(3) .inApp-sortList-img{
	background-position-y: -123px;
}
.inApp-sortList:nth-child(4) .inApp-sortList-img{
	background-position-y: -192px;
}
.inApp-sortList:nth-child(5) .inApp-sortList-img{
	background-position-y: -265px;
}
.inApp-sortList:nth-child(6) .inApp-sortList-img{
	background-position-y: -335px;
}
.inApp-sortList:nth-child(7) .inApp-sortList-img{
	background-position-y: -404px;
}
.inApp-sortList:nth-child(8) .inApp-sortList-img{
	background-position-y: -476px;
}
.inApp-sortList:nth-child(9) .inApp-sortList-img{
	background-position-y: -554px;
}
.inApp-sortList:nth-child(10) .inApp-sortList-img{
	background-position-y: -624px;
}
.inApp-sortList:nth-child(11) .inApp-sortList-img{
	background-position-y: -696px;
}
.inApp-sortList:nth-child(12) .inApp-sortList-img{
	background-position-y: -771px;
}
.inApp-sortList:nth-child(13) .inApp-sortList-img{
	background-position-y: -840px;
}
.inApp-sortList:nth-child(14) .inApp-sortList-img{
	background-position-y: -909px;
}
.inApp-sortList:last-child .inApp-sortList-img{
	background-position-y: -978px;
}
.inApp-sortList-tag{
	font-size: 16px;
	color: #000000;
	text-align: center;
}
/*swiper*/
.swiper-container{
	margin-bottom: 70px;
}
.swiper-slide{
	background-repeat: no-repeat;
	width: 100%;
	height: 630px;
	padding: 90px 76px 0 76px;
	box-sizing: border-box;
}
.inApp-intro-title,.inApp-customer-title{
	font-size: 30px;
}
.inApp-intro-icon,.inApp-customer-icon{
	width: 26px;
	height: 3px;
	background-color: #ffffff;
	margin-top: 16px;
	margin-bottom: 20px;
}
.inApp-intro-text{
	width: 849px;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}
.inApp-slide-customer{
	margin-top: 76px;
	margin-bottom: 50px;
}
.inApp-customer-logo .cImage{
	display: block;
	
}
.inApp-customer-logo .inApp-customer-list{
	float: left;
}
.inApp-customer-logo .inApp-customer-list:first-child{
	margin-right: 60px;
}
.customer-cName{
	margin-bottom: 12px;
}
.inApp-customer-list>a{
	display: block;
	color: #fff;
}


@media only screen and (max-width: 1200px) {
	.inApp-sortList-img{
	    background-position-x: -2px;
	}
	.inAppActive .inApp-sortList-img{
		background-position-x: -82px;
	}
	.inApp-sortList:hover .inApp-sortList-img{
		background-position-x: -82px;
	}
}

@media only screen and (max-width: 980px) {
	.inApp-sortList{
		width: 25%;
	}
	.inApp-slide{
	    padding: 36px;
	    background-size: auto 100% !important;
	}
	.inApp-slide-customer{
		margin-top: 18px;
	}
	.inApp-slide-introduce>p{
		line-height: 25px;
	}
	.inApp-intro-title{
		font-size: 28px;
	}
	.inApp-intro-icon, .inApp-customer-icon{
	    margin-bottom: 12px;
	}
	.inApp-customer-logo .inApp-customer-list{
		float: unset;
		width: 50%;
	}
	.inApp-customer-logo .inApp-customer-list:first-child{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.inApp-customer-logo .cImage{
		width: 100%;
	}
}