.banner {
	width: 100%;
	/*padding-top: 138px;*/
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #efefef;
	padding-bottom: 120px;
	padding-top: 160px;
}

.main .item1 {
	padding-bottom: 110px;
	border-bottom: 1px solid #cccccc;
}

.main .item1 .l {
	width: 830px;
}

.main .item1 .l .gallery-top {
	float: left;
	width: 600px;
}

.main .item1 .l .gallery-thumbs {
	float: right;
	width: 218px;
}

.main .item1 .l .gallery-thumbs .swiper-slide-thumb-active {
	border: 2px solid #0075c5;
}

.main .item1 .l .gallery-thumbs .swiper-slide {
	height: auto !important;
}

.main .item1 .l .swiper-slide {
	box-sizing: border-box;
}

.main .item1 .l .swiper-slide img {
	display: block;
	width: 100%;
}

.main .item1 .r {
	width: calc(100% - 900px);
}

.main .item1 .r h5.title {
	font-size: 36px;
	color: #222222;
	font-weight: bold;
	line-height: 36px;
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 50px;
}

.main .item1 .r p.pinpai,
.main .item1 .r p.xinghao {
	width: 246px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 30px;
	background-color: #209928;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 50px;
	margin-top: 10px;
}

.main .item1 .article:after {
	display: table;
	content: "";
	clear: both;
}

.main .item1 .article {
	padding-top: 50px;
}

.main .item1 .article strong {
	font-size: 20px;
	color: #222222;
	font-weight: bold;
	line-height: 40px;
	float: left;
}

.main .item1 .article p {
	font-size: 20px;
	color: #666666;
	line-height: 40px;
	/*float: left;*/
}

.main .article_page {
	padding-top: 30px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .article_page a.infolist2 {
	display: block;
	width: 184px;
	height: 54px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #222222;
	text-align: center;
	line-height: 54px;
}

.main .article_page a.return {
	width: 184px;
	height: 54px;
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 54px;
	background-color: #222222;
	margin: 0 auto;
}

@media screen and (max-width: 1530px ) {
	
	.main .item1 .r {
		width: calc(100% - 760px);
	}
	
	.main .item1 .l {
		width: 725px;
	}
	
	.main .item1 .l .gallery-top {
		width: 525px;
	}
	
	.main .item1 .l .gallery-thumbs {
		width: 190px;
	}
}

@media screen and (max-width: 550px ) {
	
	.main {
		padding-top: 20px;
		padding-bottom: 80px;
	}
	
	.main .item1 {
		padding-bottom: 30px;
	}
	
	.main .item1 .l {
		width: 100%;
		float: none;
	}
	
	.main .item1 .l .gallery-top {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.main .item1 .l .gallery-thumbs {
		width: 100%;
		float: none;
	}
	
	.main .item1 .r {
		width: 100%;
		float: none;
		box-sizing: border-box;
		padding: 0 10px;
	}
	
	.main .item1 .r h5.title {
		font-size: 24px;
		padding-bottom: 10px;
		line-height: 48px;
		margin-bottom: 20px;
	}
	
	.main .item1 .article {
		padding-top: 20px;
	}
	
	.main .item1 .article strong {
		font-size: 18px;
	}
	
	.main .item1 .article p {
		font-size: 18px;
	}
	
}