.industry_content1{
	padding: 30px 0;
}
.industry_content1>div{
	float: left;
}
.industry_content1>.industry_txt{
	width: 650px;
	min-height: 260px;
}
.industry_content1>.industry_txt>p{
	text-indent: 2em;
	font-size: 14px;
	color: #6e6e6e;
	line-height: 2em;
}
.industry_content1>.industry_img{
	width: 420px;
	/*min-height: 260px;*/
	float: right;
}
.industry_content1>.industry_img>img{
	width: 100%;
}
.squadSwiper{
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
	position: relative;
}
.swiper-container{
	height: 730px;
}
.swiper-slide table{
	width: 100%;
}
.swiper-slide table tr{
	width: 100%;
}
.swiper-slide table td{
	width: 50%;
	text-align: center;
}
.swiper-slide table td>p{
	width: 418px;
	/*margin: 0 auto;*/
	text-align: center;
	height: 60px;
	font-size: 17px;
	line-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper-slide table td p>a{
	color: #323232;
}
.swiper-slide table td p>img{
	position: relative;
	top: -3px;
	left: -3px;
}
.swiper-slide > ul{
	position: relative;
}
.swiper-slide > ul > li{
	width: 50%;
	/*min-height: 200px;*/
	/*outline: 1px solid black;*/
	padding-bottom: 30px;
}
.swiper-slide > ul > li > div{
	width: 80%;
	margin: 0 auto;
	/*outline: 1px solid orange;*/
	/*min-height: 200px;*/
	position: relative;
	overflow: hidden;
}
.swiper-slide > ul > li > p{
	width: 100%;
	color: black;
	font-size: 17px;
	text-align: center;
	height: 35px;
	line-height: 2em;
}
.swiper-slide > ul > li > p > a{
	color: black;
}
.swiper-slide > ul > li > p > img{
	position: relative;
	top: -3px;
	right: 3px;
}
.swiper-slide > ul > li > div > img{
	display: block;
	width: 100%;
}
.swiper-slide > ul > li > div > a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	color: #ffffff;
	background: rgba(0,0,0,.7);
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	-webkit-transition: .4s;
	-moz-transition: .4s;
		transition: .4s;
}
.swiper-slide .tit{
	width: 80%;
	margin: 0 auto;
	margin-top: 70px;
	margin-bottom: 10px;
}
.swiper-slide .txt{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}
.squadSwiper .page{
	position: absolute;
	top: 42%;
	width: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	cursor: pointer;
	z-index: 10;
}
.squadSwiper .prevP{
	left: -80px;
}
.squadSwiper .nextP{
	right: -80px;
}
.squad_main{
	position: relative;
	width: 400px;
	margin: 0 auto;
}
.squad_main>img{
	max-width: 400px;
}
.squad_main>div{
	position: absolute;
	top: 0px;
	left: 0;
	width: 400px;
	height: 300px;
	display: none;
}
.squad_main>div>a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	display: inline-block;
	background: rgba(0,0,0,.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
	
}
.squad_main>div>a>p{
	width: 80%;
	margin: 0 auto;
	text-align: left;
	line-height: 1.4em;
}
.squad_main>div>a>.tit{
	margin-top: 70px;
	margin-bottom: 10px;
}
.squad_main>div>a>.txt{
	text-indent: 2em;
}





/* 大屏幕 */
@media (max-width: 1160px){


}
@media (max-width: 1080px){
	.industry_content1 > .industry_txt{
		width: 100%;
		float: none;
	}
	.industry_content1 > .industry_img{
		width: 37%;
		margin-left: 15px;
	}
	.squadSwiper{
		width: 100%;
		/*border: 3px solid red;*/
	}
	.squad_main{
		width: 100%;
	}
	.squad_main>img{
		width: 100%;
	}
	.squadSwiper .nextP{
		right: 0;
	}
	.squadSwiper .prevP{
		left: 0;
	}
	.squadSwiper .page{
		width: 20px;
	}
}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px){

	.swiper-slide .tit{
		font-size: 14px;
	}
	.swiper-slide .txt{
		font-size: 14px;
	}
}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	.industry_content1 > .industry_img{
		width: 80%;
		margin: 0 auto;
		float: none;
	}
	.industry_content1{
		padding-bottom: 10px;
	}
	.swiper-slide .tit{
		font-size: 12px;
		margin-top: 30px;
	}
	.swiper-slide .txt{
		font-size: 12px;
	}
}
@media (max-width: 650px) {
	.squadSwiper .page{ display: none; }
}
@media (max-width: 550px) {
	.swiper-slide > ul > li{
		width: 100%;
	}
	.swiper-slide .tit{
		font-size: 14px;
		margin-top: 60px;
	}
	.swiper-slide .txt{
		font-size: 14px;
	}
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {

}
