@charset "utf-8";
html { font-size: 100px; max-width: 1920px;}
body,
html {
	-webkit-font-smoothing: antialiased;
	font-family: Arial, tahoma, Helvetica, sans-serif, "Microsoft YaHei", "微软雅黑";
	line-height: 1.5;
	color: #333;
	width: 100%;
	margin: 0 auto;
	background: #f9f9fc;
	min-height: 100%;
}
body{ width: 100%; font-size: 12px;}
body {
	animation-name: fadein;
	animation-duration: 0.4s;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1;}
}
.headers {
	width: 100%;
	height: 33px;
	background: #333;
}
.w1180 {
	width: 1180px;
	min-width: 1180px;
	margin: 0 auto;
}
.h_lf {
	float: left;
	height: 33px;
	margin-top: 8px;
}
.headers .h_lf span {
	width: auto;
	height: 33px;
	background: url('../images/web/head-icon.png') no-repeat left center;
	padding-left: 17px;
	color: #fff;
}
.headers .h_lf span a {
	color: #999;
}
.h_rt {
	float: right;
	color: #9e9e9e;
	line-height: 33px;
}
.headers .h_rt a {
	padding: 0px 8px;
	color: #fff;
}
.headers .h_rt span {
	width: auto;
	height: 33px;
	padding-left: 20px;
	margin-left: 20px;
}
.red2 {
	color: red;
	font-size: 16px;
}
.bg-white {
	background-color: #fff;
}
.nav-box {
	height: 55px;
	padding: 22px 0;
	width: 1226px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.nav {
	width: 700px;
	display: inline-block;
	vertical-align: top;
	margin-left: 85px;
}
.nav li {
	float: left;
	line-height: 55px;
	margin-right: 22px;
}
.nav li a {
	font-size: 16px;
	color: #333;
}

.nav li.on a{
	color: red;
}
.nav-search {
	position: relative;
}
.fr {
	float: right;
}
.autocomplete-container {
	width: 216px;
}
.search-box,
.search-btn {
	width: 142px;
	height: 50px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 24px;
	background: #fff;
	color: #616161;
	padding: 0 10px;
	transition: border .2s;
}
.proposal-box {
	position: absolute;
	height: auto;
	border-left: 1px solid rgba(0, 0, 0, 0.11);
	border-right: 1px solid rgba(0, 0, 0, 0.11);
	left: 0px;
}
.proposal-list {
	list-style: none;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.44);
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}
.proposal-list li {
	text-align: left;
	padding: 5px;
	font-family: inherit;
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
	height: 25px;
	line-height: 25px;
	background-color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}
li.proposal.selected {
	background-color: rgba(175, 42, 0, 0.52);
	color: white;
}
.search-btn {
	width: 52px;
	height: 52px;
	border-left: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	background: url('../images/web/seacrh-btn.jpg');
}

.footer{
	width: 1250px;
	margin: 28px auto;
	/* padding: 28px 0; */
	border-top: 4px solid #f30000;
}
.footer .footer-nav{
	overflow: hidden;
	text-align: center;
}
.footer .footer-nav li{
	display: inline-block;
	padding: 0 10px;
	line-height: 36px;
	font-size: 12px;
}
.footer .footer-nav li a{
	color: #000;
}
.footer .tip{
	color: #666;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
}