.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main .item1 {
	padding-top: 52px;
	padding-bottom: 70px;
}

.main .item1 .container {
	background-image: url(../images/about_item1_bg.png);
	background-repeat: no-repeat;
	background-position: right 55px top 100px;
}

.main .item1 h4.title {
	font-family: 'pingfang';
	font-size: 52px;
	color: #f08300;
	letter-spacing: 6px;
	line-height: 108px;
	background-image: url(../images/about_item1_title_bg.png);
	background-repeat: no-repeat;
	background-position: left 200px bottom;
}

.main .item1 .item1_content {
	margin-top: 50px;
}

.main .item1 .item1_content .l {
	width: 550px;
}

.main .item1 .item1_content .l h5 {
	font-family: 'pingfang';
	font-size: 28px;
	color: #646464;
	line-height: 74px;
	margin-bottom: 16px;
}

.main .item1 .item1_content .l .article p {
	font-size: 16px;
	color: #686868;
	line-height: 28px;
}

.main .item1 .item1_content .r {
	width: 720px;
}

.main .item1 .item1_content .r video {
	width: 100%;
}

.main .item2 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .item2 .l,
.main .item2 .r {
	width: 50%;
}

.main .item2 .l .pic {
	width: 650px;
	margin-left: calc(100% - 650px);
}

.main .item2 .l .pic img {
	display: block;
	width: 100%;
}

.main .item2 .r {
	background-color: #f9f9f9;
}

.main .item2 .r .txt {
	width: 650px;
	box-sizing: border-box;
	padding-top: 75px;
	padding-left: 65px;
	padding-right: 65px;
}

.main .item2 .r .txt h5 {
	font-family: 'pingfang';
	font-size: 28px;
	color: #646464;
	line-height: 78px;
}

.main .item2 .r .txt h5 span {
	color: #f08300;
}

.main .item2 .r .txt .article p {
	font-size: 16px;
	color: #686868;
	line-height: 28px;
}

.main .item3 {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .item3 .l,
.main .item3 .r {
	width: 50%;
}

.main .item3 .l {
	background-color: #2c5b41;
}

.main .item3 .l .txt {
	width: 650px;
	margin-left: calc(100% - 650px);
}

.main .item3 .l .txt h5 {
	font-family: 'pingfang';
	font-size: 28px;
	color: #FFFFFF;
	line-height: 78px;
	margin-top: 100px;
}

.main .item3 .l .txt h5 span {
	color: #f08300;
}

.main .item3 .l .txt .article {
	box-sizing: border-box;
	padding-right: 80px;
}

.main .item3 .l .txt .article p {
	font-size: 16px;
	color: #ffffff;
	line-height: 28px;
}

.main .item3 .r {
	background-image: url(../images/about_item2_bg.png);
	background-repeat: no-repeat;
	background-position: left 650px top;
}

.main .item3 .r .pic {
	width: 650px;
}

.main .item3 .r .pic img {
	display: block;
	width: 100%;
}

.main .item4 {
	padding-top: 56px;
	padding-bottom: 120px;
}

.main .item4 h5 {
	font-family: 'pingfang';
	font-size: 28px;
	text-align: center;
	color: #646464;
	line-height: 92px;
}

.main .item4 h5 span {
	color: #f08300;
}

.main .item4 .article p {
	font-size: 16px;
	color: #686868;
	line-height: 28px;
	text-align: center;
}

.main .item4 .pic {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	padding-top: 55px;
}

.main .item4 .pic img:nth-of-type(1) {
	width: 410px;
	display: block;
}

.main .item4 .pic img:nth-of-type(2) {
	width: 860px;
	display: block;
}

@media screen and (max-width: 1350px) {
	
	.main .item1 .item1_content .r {
		width: calc(100% - 550px);
	}
	
}

@media screen and (max-width: 550px) {
	
	.main {
		box-sizing: border-box;
	    padding: 0 10px;
	    padding-bottom: 70px;
	}
	
	.main .item1 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.main .item1 h4.title {
		font-size: 28px;
		line-height: 64px;
		background-position: left bottom;
		background-size: 80%;
	}
	
	.main .item1 .item1_content {
		margin-top: 10px;
	}
	
	.main .item1 .item1_content .l {
		width: 100%;
	}
	
	.main .item1 .item1_content .l h5 {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 0px;
	}
	
	.main .item1 .item1_content .l .article p {
		font-size: 14px;
	}
	
	.main .item1 .item1_content .r {
		width: 100%;
	}
	
	.main .item2 {
		flex-flow: row wrap;
	}
	
	.main .item2 .l,
	.main .item2 .r {
		width: 100%;
	}
	
	.main .item2 .l .pic {
		width: 100%;
		margin-left: 0px;
	}
	
	.main .item2 .r .txt {
		width: 100%;
		padding: 0px;
	}
	
	.main .item2 .r .txt h5 {
		line-height: 64px;
	}
	
	.main .item2 .r .txt .article p {
		font-size: 14px;
	}
	
	.main .item3 {
		flex-flow: row wrap;
	}
	
	.main .item3 .l,
	.main .item3 .r {
		width: 100%;
	}
	
	.main .item3 .l .txt {
		width: 100%;
		margin-left: 0px;
	}
	
	.main .item3 .l .txt h5 {
		margin-top: 0px;
		line-height: 64px;
	}
	
	.main .item3 .l .txt .article {
		padding: 0px;
	}
	
	.main .item3 .l .txt .article p {
		font-size: 14px;
	}
	
	.main .item3 .r .pic {
		width: 100%;
	}
	
	.main .item4 {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	
	.main .item4 h5 {
		font-size: 26px;
		line-height: 64px;
	}
	
	.main .item4 .article p {
		font-size: 14px;
	}
	
	.main .item4 .pic {
		flex-flow: row wrap;
		padding-top: 0px;
	}
	
	.main .item4 .pic img {
		width: 100% !important;
		margin-bottom: 15px;
	}
	
}