﻿* {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: "microsoft yahei";
}
body{
	background: #f3f3f3;
}
a {
	text-decoration: none;
}

a:hover {
	color: #977a51;
}

ul li {
	list-style: none;
}

.index_left {
	float: left;
	width: 850px;
}

.index_right {
	float: right;
	width: 400px;
}

.p_width {
	width: 100%;
	min-width: 1300px;
}

.m_width {
	 width: 1300px; 
	margin: auto;
}

.index_main {
	padding: 35px  0 ;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearboth {
	clear: both;
}

.linkbox {
	background: #f4f4f4;
	height: 64px;
	line-height: 64px;
}

.linkbox .yqlj_tt {
	width: 100px;
	color: #333;
	font-size: 17px;
	height: 64px;
	font-weight: bolder;
}

.linkbox .link_list {
	width: 1250px;
	height: 64px;
	line-height: 64px;
}

.linkbox .link_list li {
	color: #333;
	float: left;
	margin-right: 30px;
	font-size: 15px;
	height: 64px;
	line-height: 64px;
}

.linkbox .link_list li a {
	color: #333;
	font-size: 15px;
	height: 64px;
	line-height: 64px;
}

.linkbox .link_list li span {
	font-size: 15px;
	height: 64px;
	line-height: 64px;
	margin-left: 20px;
}
.index_bottom{
	background: #014a95;
	height: 160px;
	padding: 35px;
	color: #fff;
}
.index_bottom .lxfs_list {
	margin-top: 15px;
}
.index_bottom .lxfs_list li{
	font-size: 15px;
	line-height: 36px;
	color: #fff;
}
.footerbox {
	background:#013e7c;
	height: 60px;
}

.footerbox .copyright {
	font-size: 15px;
	line-height: 60px;
	color: #fff;
	text-align: center;
}

.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{
	margin-top: 30px;
	margin-right: 100px;
}
.select_list li{
	width: 260px;
	height: 30px;
	position: relative;
	margin: 20px 0;
	text-align: center;
}
/* .select_list .select {
	display: block;
	width: 260px;
	height: 30px;
	margin-bottom: 15px;
	text-align: center;
	margin-left: 55px;
	border-radius: 5px;
	
} */

select {
	border: none;
	outline: none;
	width: 260px;
	height: 30px;
	line-height: 30px;
	
	padding-left: 60px;
	background: #fff;
	color: #422517;
	
}
