.banner {
	width: 100%;
	padding-top: 100px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .item1 .top {
	padding-top: 105px;
	padding-bottom: 40px;
}

.main .item1 .top .en_title img {
	display: block;
	margin: 0 auto;
}

.main .item1 .top h4 {
	font-family: 'pingfang';
	font-size: 36px;
	text-align: center;
	color: #000000;
	line-height: 92px;
	font-weight: 500;
}

.main .item1 .top .summary {
	width: 1140px;
	margin: 0 auto;
	padding-top: 20px;
}

.main .item1 .top .summary p {
	font-family: 'pingfang';
	font-size: 18px;
	color: #666;
	line-height: 32px;
	text-align: center;
}

.main .item1 ul.pic_list {
	background-color: #e4e4e3;
	margin-top: 15px;
}

.main .item1 ul.pic_list:after {
	display: table;
	content: "";
	clear: both;
}

.main .item1 ul.pic_list li {
	float: left;
}

.main .item1 ul.pic_list li:nth-of-type(3) {
	padding-top: 220px;
}

.main .item1 ul.pic_list li img {
	display: block;
}

.main .item2 .top {
	padding-top: 85px;
	padding-bottom: 30px;
}

.main .item2 .top .en_title img {
	display: block;
	margin: 0 auto;
}

.main .item2 .top h4 {
	font-family: 'pingfang';
	font-size: 36px;
	text-align: center;
	color: #000000;
	line-height: 92px;
	font-weight: 500;
}

.main .item2 .bottom .l {
	width: 500px;
}

.main .item2 .bottom .l img {
	display: block;
}

.main .item2 .bottom .r {
	width: 1065px;
}

.main .item2 .bottom .r .summary {
	padding-top: 10px;
	padding-bottom: 45px;
}

.main .item2 .bottom .r .summary p {
	font-size: 14px;
	color: #595959;
	line-height: 32px;
	text-indent: 2em;
}

.main .item2 .bottom .r ul.pic_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .item2 .bottom .r ul.pic_list li {
	width: calc((100% - 70px) / 3);
}

.main .item2 .bottom .r ul.pic_list li img {
	display: block;
	width: 100%;
}

@media screen and (max-width: 1650px ) {
	
	.main .item1 ul.pic_list li:nth-of-type(1) {
		width: 45%;
	}
	
	.main .item1 ul.pic_list li:nth-of-type(2) {
		width: 21%;
	}
	
	.main .item1 ul.pic_list li:nth-of-type(3) {
		width: 13%;
		padding-top: 0px;
	}
	
	.main .item1 ul.pic_list li:nth-of-type(4) {
		width: 21%;
	}
	
	.main .item1 ul.pic_list li:nth-of-type(5) {
		width: 27.5%;
	}
	
	.main .item1 ul.pic_list li:nth-of-type(6) {
		width: 27.5%;
	}
	
	.main .item1 ul.pic_list li img {
		width: 100%;
	}
	
	.main .item2 .bottom .l {
		width: 31.25%;
	}
	
	.main .item2 .bottom .l img {
		width: 100%;
	}
	
	.main .item2 .bottom .r {
		width: calc(100% - 31.25% - 35px);
	}
}

@media screen and (max-width: 550px ) {
	
	.banner {
		padding-top: 0px;
	}
	
	.main {
		padding-bottom: 80px;
	}
	
	.main .item1 .top {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.main .item1  .top .en_title img {
		width: 60%;
	}
	
	.main .item1 .top h4 {
		font-size: 28px;
		line-height: 68px;
	}
	
	.main .item1 .top .summary {
		width: 100%;
	}
	
	.main .item1 .top .summary p {
		font-size: 16px;
	}
	
	.main .item2 .top {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.main .item2 .top .en_title img {
		width: 60%;
	}
	
	.main .item2 .top h4 {
		font-size: 28px;
		line-height: 68px;
	}
	
	.main .item2 .bottom .l {
		width: 100%;
	}
	
	.main .item2 .bottom .r {
		width: 100%;
	}
	
	.main .item2 .bottom .r .summary {
		padding-bottom: 20px;
	}
	
	.main .item2 .bottom .r ul.pic_list li {
		width: calc((100% - 15px) / 3);
	}
	
}