﻿.industry1 {
	width: 100%;
	overflow: hidden;
	padding: 0 0 40px;
}
.industry1 img
{
    max-width:791px;
}
.industry1 .industry1-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #979797;
	font-size: 14px;
	line-height: 18px;
}
.industry1-title p{
	color: #979797;
	font-size: 14px;
	line-height: 28px;
}
.industry1-title h2 {
	color: #333333;
	font-size: 36px;
	line-height: 113px;
	text-align: center;
}
.industry1 .industry1-list {
	width: 1200px;
	overflow: hidden;
	margin: 44px auto 0;
}
.industry1-list a {
	display: block;
	width: 380px;
	height: 390px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
.industry1-list .industry1-img {
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px;
	position: relative;
}
.industry1-img>img {
	width: 100%;
	transition: all 0.5s;
}
.industry1-img span {
	display: block;
	width: 73px;
	height: 73px;
	background-color: #c31a1d;
	overflow: hidden;
	transition: all 0.5s;
	z-index: 1;
	position: absolute;
	left: 0;
	bottom: 0;
}
.industry1-img span img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -22px 0 0 -22px;
}
.industry1-list a h4 {
	font-size: 20px;
	line-height: 28px;
	color: #302f2d;
	margin: 20px 0 13px 2px;
}
.industry1-list a p {
	width: 100%;
	height: 63px;
	line-height: 21px;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #9d9d9d;
	padding: 0 3px;
	text-align: justify;
}
.industry1-list a:hover .industry1-img>img {
	transform: scale(1.1);
}
.industry1-list a:hover .industry1-img span {
	background-color: #c31a1d;
}
@media only screen and (max-width: 991px) {
	.industry1 .industry1-title {
		line-height: 1.5;
	}
	.industry1-title h2 {
		background-size: 550px;
	}
	.industry1-title br {
		display: none;
	}
	.industry1 .industry1-list {
		width: 100%;
	}
	.industry1-list a {
		width: 280px;
	}
	.industry1-list a:nth-of-type(2n+1){
		margin: 0 30px 25px 0;
	}
	.industry1-list a:nth-of-type(2n){
		margin: 0 0 25px;
	}
}
@media only screen and (max-width: 700px) {
	.industry1 {
	    padding: 0 0 20px;
	}
	.industry1 .industry1-title {
		font-size: 16px;
		text-align: justify;
	}
	.industry1-title h2 {
		font-size: 28px;
    	line-height: 60px;
		background-size: 300px;
		margin: 30px 0px;
		text-align: center;
	}
	.industry1 .industry1-list {
	    margin: 30px auto 0;
	}
	.industry1-list a {
	    width: 100%;
	    margin: 0 0 20px !important;
	}
	.industry1-list a {
        height: 355px;
    }
.industry1-list a p {
    height: 74px;
    line-height: 1.5;
    font-size: 16px;
}
.industry1 img {
    max-width: 100%;
    height: auto;
}
}
@media only screen and (min-width: 992px) {
	.industry1 .industry1-list {

	}
	.industry1-list a {
		width: 300px;
	}
	.industry1-list a:nth-of-type(3n+1),.industry1-list a:nth-of-type(3n+2){
		margin: 0 30px 25px 0;
	}
	.industry1-list a:nth-of-type(3n){
		margin: 0 0 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.industry1-list a {
		width: 360px;
	}
	.industry1-list a:nth-of-type(3n+1),.industry1-list a:nth-of-type(3n+2){
		margin: 0 35px 30px 0;
	}
	.industry1-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
}
@media only screen and (min-width: 1650px) {
	.industry1 .industry1-list {
		width: 1200px;
	}
	.industry1-list a {
		width: 380px;
		height: 390px;
	}
	.industry1-list a:nth-of-type(3n+1),.industry1-list a:nth-of-type(3n+2){
		margin: 0 30px 25px 0;
	}
	.industry1-list a:nth-of-type(3n){
		margin: 0 0 25px;
	}
}
/*合作客户*/
.industry2 {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 100px;
	background-color: #f6f6f6;
	text-align: center;
}
.industry2 h2 {
	color: #333333;
	font-size: 48px;
	line-height: 113px;
	background: url(../img/Partner.png) no-repeat top center;
}
.industry2 .industry2-swiper {
	width: 100%;
	height: 390px;
	position: relative;
	margin: 50px 0 0;
}
.industry2-swiper .swiper-container {
	width: 1200px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.industry2-swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #747474;
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px 0;
	background-color: #FFFFFF;
	cursor: pointer;
}
.industry2-swiper a .industry2-img {
	width: 100%;
	overflow: hidden;
	margin: 0 0 13px;
}
.industry2-swiper a .industry2-img img {
	width: 155px;
	transition: all 0.5s;
}
.industry2-swiper .swiper-slide {
	height: calc((100% - 30px) / 2);
	height: -moz-calc((100% - 30px) / 2);
	height: -webkit-calc((100% - 30px) / 2);
}
.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-button-prev {
	width: 61px;
	height: 63px;
	overflow: hidden;
	border-radius: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -22px;
}
.industry2-swiper .swiper-button-next.swiper-button-disabled {
	background-image: url(../img/qrd.png);
	opacity: 1;
}
.industry2-swiper .swiper-button-prev.swiper-button-disabled {
	background-image: url(../img/qld.png);
	opacity: 1;
}
.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/qrb.png);
	right: 60px;
}
.industry2-swiper .swiper-button-prev,.industry2-swiper .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/qlb.png);
    left: 60px;
}
.industry2-swiper a:hover {
	color: #00a2e9;
}
.industry2-swiper a:hover .industry2-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.industry2 h2 {
	    background-size: 500px;
	}
	.industry2 .industry2-swiper {
		height: 430px;
	}
	.industry2-swiper .swiper-container {
	    width: 590px;
	}
	.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-container-rtl .swiper-button-prev {
		right: -61px;
	}
	.industry2-swiper .swiper-button-prev,.industry2-swiper .swiper-container-rtl .swiper-button-next {
	    left: -61px;
	}
}
@media only screen and (max-width: 700px) {
	.industry2 {
	    padding: 45px 0 40px;
	}
	.industry2 h2 {
		font-size: 28px;
		line-height: 60px;
	    background-size: 280px;
	}
	.industry2 .industry2-swiper {
	    height: 240px;
	    margin: 20px 0 0;
	}
	.industry2-swiper .swiper-container {
		width: 100%;
	}
	.industry2-swiper .swiper-slide {
	    height: calc((100% - 20px) / 2);
	    height: -moz-calc((100% - 20px) / 2);
	    height: -webkit-calc((100% - 20px) / 2);
	}
	.industry2-swiper a {
	    padding: 10px 0;
	    font-size: 12px;
	}
	.industry2-swiper a .industry2-img {
	    margin: 0 0 5px;
	}
	.industry2-swiper a .industry2-img img {
	    width: 80px;
	}
	.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-container-rtl .swiper-button-prev {
		right: -30px;
	}
	.industry2-swiper .swiper-button-prev,.industry2-swiper .swiper-container-rtl .swiper-button-next {
	    left: -30px;
	}
}
@media only screen and (min-width: 992px) {
	.industry2 .industry2-swiper {
		height: 430px;
	}
	.industry2-swiper .swiper-container {
	    width: 940px;
	}
	.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-container-rtl .swiper-button-prev {
		right: -31px;
	}
	.industry2-swiper .swiper-button-prev,.industry2-swiper .swiper-container-rtl .swiper-button-next {
	    left: -31px;
	}
}
@media only screen and (min-width: 1200px) {
	.industry2-swiper .swiper-container {
	    width: 1150px;
	}
	.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-container-rtl .swiper-button-prev {
		right: -61px;
	}
	.industry2-swiper .swiper-button-prev,.industry2-swiper .swiper-container-rtl .swiper-button-next {
	    left: -61px;
	}
}
@media only screen and (min-width: 1650px) {
	.industry2-swiper .swiper-container {
	    width: 1200px;
	}
	.industry2-swiper .swiper-button-next,.industry2-swiper .swiper-container-rtl .swiper-button-prev {
		right: 60px;
	}
	.industry2-swiper .swiper-button-prev,.industry2-swiper .swiper-container-rtl .swiper-button-next {
	    left: 60px;
	}
}