 

@media only screen and (min-width: 1500px) {
	.main-there {
		width: 1364px;
		margin: auto
	}

	.main-there>.banner-two {
		width: 100%;
		height: 404px;
	}

	.main-there>.banner-two>img {
		width: 100%;
		height: 100%;
	}

	.main-there>.midd {
		width: 100%;
		background: #FFF6E9;
		padding: 65px 0;
	}

	.main-there>.midd>h2 {
		text-align: center;
		font-size: 30px;
		color: #BD9369;
		font-weight: 400;
		margin-bottom: 30px;
	}

	.main-there>.midd>p {
		width: 880px;
		margin: auto;
		font-size: 14px;
		color: #474A50;
		line-height: 24px;
	}

	.main-there>.bott {
		width: 100%;
		margin-bottom: 110px;
	}

	.main-there>.bott>img {
		display: block;
		float: left;
		width: 33.33%;
		height: 130px;
	}

}

@media only screen and (max-width: 1500px) {
	.main-there {
		width: 1120px;
		margin: auto
	}

	.main-there>.banner-two {
		width: 100%;
	}

	.main-there>.banner-two>img {
		width: 100%;
		display: block;
	}

	.main-there>.midd {
		width: 100%;
		background: #FFF6E9;
		padding: 65px 0;
	}

	.main-there>.midd>h2 {
		text-align: center;
		font-size: 30px;
		color: #BD9369;
		font-weight: 400;
		margin-bottom: 30px;
	}

	.main-there>.midd>p {
		width: 880px;
		margin: auto;
		font-size: 14px;
		color: #474A50;
		line-height: 24px;
	}

	.main-there>.bott {
		width: 100%;
		margin-bottom: 110px;
	}

	.main-there>.bott>img {
		display: block;
		float: left;
		width: 33.33%;
	}
}
