a {
	text-decoration:none;
}
.search {
	width:960px;
	margin:24px auto 36px;
	position:relative;
	line-height:0px;
}
.search a:first-child {
	font-size:0px;
}
.search .log {
	width:142px;
	height:45px;
}
.search .search-area {
	position:relative;
	width:382px;
	height:36px;
	right:-77px;
}
.search .search-area ul {
	width:72px;
	overflow:hidden;
	position:absolute;
	top:0px;
	background-color:#fff;
	height:36px;
}
.search .search-area ul li {
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:16px;
	font-family:"PingFangSC Regular";
	color:#666;
	box-sizing:border-box;
	border:1px solid #ff971c;
	cursor:pointer;
}
.search .search-area ul li:first-child + li {
	border-top:0px;
}
.search .search-bar {
	border:solid 1px #ff971c;
	border-left:0px;
	position:absolute;
	top:0px;
	width:263px;
	height:100%;
	text-indent:10px;
	box-sizing:border-box;
	font-size:14px;
	left:72px;
	font-family:"PingFangSC Regular";
}
.search .search-bar + img {
	position:absolute;
	right:11px;
	z-index:3;
	top:8px;
	width:23px;
	height:22px;
}
.search .search-button {
	position:absolute;
	right:0px;
	width:47px;
	height:100%;
	border:none;
	cursor:pointer;
	background:#ff971c;
}
.search .right {
	position:absolute;
	right:0;
	bottom:6px;
	line-height:0px;
	font-size:0px;
}
.search .right .phone-number,.search .right .login,.search .right .register {
	font-size:0px;
}
.search .right .phone-number span,.search .right .login span,.search .right .register span {
	font-size:18px;
	color:#847550;
	position:relative;
	top:-3px;
}
.search .right .phone-number {
	display:inline-block;
	margin-right:36px;
}
.search .right .phone-number img {
	width:27px;
	height:24px;
	margin-right:6px;
}
.search .right .login {
	cursor:pointer;
	margin-right:11px;
}
.search .right .login img {
	width:19px;
	height:24px;
	margin-right:4px;
}
.search .right .register img {
	width:21px;
	height:24px;
	margin-right:4px;
}
.search .right div:first-child + div {
	display:inline-block;
}
.placeholder {
	color:#aaa;
}
.topBar {
	width:100%;
	background-color:#353c56;
}
.topBar .topBar-inner {
	width:960px;
	margin:0 auto;
	color:#FFF;
	height:34px;
	line-height:34px;
	font-size:14px;
}
.topBar .topBar-inner .left {
	float:left;
}
.topBar .topBar-inner .right {
	float:right;
}
.topBar .topBar-inner .right img {
	vertical-align:middle;
}
.topBar .topBar-inner a {
	color:#FFF;
}
html {
	font-size:20px;
}
@media only screen and (min-width:401px) {
	html {
	font-size:25px !important;
}
}@media only screen and (min-width:428px) {
	html {
	font-size:26.75px !important;
}
}@media only screen and (min-width:481px) {
	html {
	font-size:30px !important;
}
}@media only screen and (min-width:569px) {
	html {
	font-size:35px !important;
}
}@media only screen and (min-width:641px) {
	html {
	font-size:40px !important;
}
}* {
	padding:0;
	margin:0;
}
body {
	background:#f2f2f2;
}
.footer {
	width:100%;
	margin:0 auto;
	background:#dcdcdc;
}
.footer-inner {
	width:960px;
	margin:0 auto;
	padding:50px 83px;
}
.footer-inner h2 {
	font-size:20px;
	font-family:"PingFangSC Light";
	color:#666;
}
.footer-inner .link-list {
	margin-top:26px;
	padding-bottom:34px;
	border-bottom:1px solid #b7b7b7;
}
.footer-inner .link-list a {
	font-size:14px;
	color:#909090;
	margin-right:28px;
}
.footer-inner .bottom-line {
	margin-top:20px;
	overflow:hidden;
	font-size:0px;
}
.footer-inner .bottom-line img {
	float:left;
	width:101px;
	height:31px;
}
.footer-inner .bottom-line div {
	float:right;
}
.footer-inner .bottom-line a {
	font-size:20px;
	font-family:"PingFangSC Light";
	color:#666;
	padding:0px 30px;
	border-right:1px solid #666;
}
.footer-inner .bottom-line a:first-child + a {
	margin-right:21px;
}
.footer-inner .bottom-line span {
	font-size:14px;
	color:#666;
	position:relative;
	top:-3px;
}
ul,li {
	list-style:none;
}
.nav {
	height:50px;
	background:#eeeeee;
	width:1366px;
	margin-top:14px;
	font-size:16px;
	margin:0 auto;
	position:relative;
}
.navBox {
	max-width:1920px;
	background:#eeeeee;
}
.nav ul {
	width:960px;
	margin:0 auto;
	border-bottom:solid 4px #ff971c;
	height:46px;
}
.nav ul>li {
	float:left;
}
.nav ul>li a {
	color:#333;
	line-height:50px;
	text-align:center;
	display:inline-block;
	width:137px;
}
.nav ul>li a.active,.nav ul>li a:hover {
	color:#fff !important;
	background-color:#ff971c;
}
.nav ul>li:first-child+li+li+li+li+li {
	border-right:none;
}
