*{
	margin:0;
	padding:0;
	font-family: simsun;
}
a{
	text-decoration:none;
}


.banner{
	width:100%;
	margin:0 auto;
}
 .banner img{
	width:100%;
} 

#salary{
	width:1170px;
	margin:0 auto;
	margin-top: 25px;
	background: #f6f6f6;
	padding: 15px;
	position: relative;
}
#salary img{
	width:265px;
	height:65px;
	position: absolute;
	top:-18px;
	left: 39%;;
}
.salary{
	width:1094px;
	 min-height:10px;
	padding: 55px 38px 10px;
	border:1px solid #f1a66c;
	border-radius: 20px;
}
.salary p:first-of-type{
	font-size: 22px;
	line-height: 41px;
}
.salary p:nth-of-type(2){
	font-size: 20px;
	line-height: 31px;
	color:#595757;
	margin-top: 5px;
}
.salary span{
	font-size: 24px;
	color: #df523d;
}

.main{
	width:1200px;
	margin:26px auto 0;
	font-size: 0;
}

.main_img{
	width: 100%;
}

.form-bg{
	width:1200px;
	height:630px;
	margin:0 auto;
	position: relative;
	background: #f6f6f6;
}
.form-bg span{
	position: absolute;
	left:34px;
	top:14px;
	font-size: 21px;
	color:#90732e;
}
.form1{
	width:100%;
	height:595px;
	background: url(../img/table.png) no-repeat;
	background-size: 100% 100%;
	margin:0 auto;
	padding-top: 35px;
}

table{
	width:1045px;
	height:439px;
	margin:56px auto 0;
	/* background: #fff; */ 
	background: #837C7B;
}
table td{
	text-align: center;
	color:#595656;
	font-size: 22px;
}
table tr:nth-of-type(even){
	background: #fce9e5;
}
table tr:nth-of-type(odd){
	background: #fff6fb;
}

table .title td{
	font-weight: 600;
	font-size: 26px;
	color:#de7840;
}
.title td{
	padding: 5px 0;
	background: url(../img/line1.png) no-repeat center  right;
}
.title td:nth-of-type(3),.title td:nth-of-type(4){
	background: 0;
}
.buy a{
	display: block;
	width:102px;
	height:30px;
	background: url(../img/buy.png);
	background-position: center;
	background-size: cover;
	color:#fff;
	line-height: 30px;
	font-size: 22px;
}
.more a{
	display: block;
	width: 246px;
	height:27px;
	font-size: 20px;
	color:#fff;
	position: absolute;
	right: 6%;
	bottom:50px; 
	border-bottom:1px solid #fff;
}

.footer{
	margin-top: 14px;
	width:100%;
	min-height:70px;
	background:#e2dcd8;
	padding-top:11px ;
}
.footer p{
	width:1200px;
	margin:0 auto;
	font-size: 20px;
	line-height: 31px;
	cplor:#64534f;
}
