﻿* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "microsoft yahei";
}

a {
	text-decoration: none;
}

a:hover {
	color: #977a51;
}

ul li {
	list-style: none;
}

.index_left {
	float: left;
	width: 800px;
}

.index_right {
	float: right;
	width: 380px;
}

.p_width {
	width: 100%;
	/* min-width: 1300px; */
	min-width: 1200px;
}

.m_width {
	/* width: 1300px; */
	width: 1200px;
	margin: auto;
}

.index_main {
	margin: 35px auto 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.linkbox {
	background: #f4f4f4;
	height: 48px;
	line-height: 48px;
}

.linkbox .yqlj_tt {
	width: 100px;
	color: #333;
	font-size: 17px;
	height: 48px;
	font-weight: bolder;
}

.linkbox .link_list {
	width: 1250px;
	height: 48px;
	line-height: 48px;
}

.linkbox .link_list li {
	color: #333;
	float: left;
	margin-right: 30px;
	font-size: 15px;
	height: 48px;
	line-height: 48px;
}

.linkbox .link_list li a {
	color: #333;
	font-size: 15px;
	height: 48px;
	line-height: 48px;
}

.linkbox .link_list li span {
	font-size: 15px;
	height: 48px;
	line-height: 48px;
	margin-left: 20px;
}

.footerbox {
	background: url(../images/bg_footbox.png);
	height: 240px;
}

.footerbox .copyright {
	padding-top: 25px;
	font-size: 15px;
	line-height: 36px;
	color: #422517;
}

.footerbox .copyright span {
	margin: 0 5px;
}

input:focus {
	outline: none;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #999;
	font-size: 14px;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #999;
	font-size: 14px;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #999;
	opacity: 1;
	font-size: 14px;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #999;
	opacity: 1;
	font-size: 14px;
}

.select_list .select {
	display: block;
	width: 260px;
	height: 30px;
	margin-bottom: 15px;
	text-align: center;
	margin-left: 55px;
	border-radius: 5px;
	position: relative;
}

select {
	border: none;
	outline: none;
	width: 260px;
	height: 30px;
	line-height: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 60px;
	background: #bfa783;
	color: #422517;
	position: relative;
}

.select_list div.select::after {
	content: "";
	width: 14px;
	height: 8px;
	background: url(../images/xiala.png) center no-repeat;
	position: absolute;
	right: 20px;
	top: 45%;
	pointer-events: none;
}
