.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #ffffff;
	padding-top: 80px;
	padding-bottom: 100px;
	background-image: url(../images/index2_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main .message {
	margin: 0 auto;
	width: calc(100% - 200px);
	height: 500px;
	background-color: rgba(249,249,249,.8);
	box-shadow: 0 0 20px #AAAAAA;
}

.main .message .l {
	width: 360px;
	position: relative;
}

.main .message .l .title {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	line-height: 90px;
	height: 120px;
	width: 260px;
	background-image: url(../images/title_bg-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 30px;
	left: -30px;
}

.main .message .l .txt {
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: left 50px top;
	padding-top: 20px;
	margin-top: 350px;
	padding-left: 50px;
	font-family: pingfang;
	font-size: 20px;
	color: #c4ad81;
	line-height: 30px;
}

.main .message .r {
	width: calc(100% - 360px);
	box-sizing: border-box;
	padding-left: 80px;
	padding-top: 30px;
}
