/*头部*/

.top {
	position: relative;
	z-index: 999;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}

.top .header {
	background-color: #f70;
}

.top .header .inner {
	width: 1200px;
	height: 32px;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
}

.top .header .mobile {
	float: left;
	height: 32px;
	padding-left: 12px;
	background: url(../../img/new2/header_ico01.png) no-repeat left;
}

.top .header .mobile dl {
	position: relative;
	float: left;
}

.top .header .mobile dl dt {
	padding: 0 14px;
	border-left: 1px solid rgba(255, 255, 255, .4);
	margin: 9px 0;
	line-height: 14px;
	cursor: pointer;
}

.top .header .mobile dl:first-child dt {
	border-left: none;
}

.top .header .mobile dl dd {
	display: none;
	position: absolute;
	top: 39px;
	left: 50%;
	z-index: 30;
	width: 130px;
	padding: 8px 8px 0;
	border: 2px solid #f70;
	border-radius: 3px;
	margin-left: -75px;
	background-color: #fff;
}

.top .header .mobile dl dd:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -5px;
	border: 5px solid;
	border-color: transparent transparent #f70 transparent;
}

.top .header .mobile dl:hover dd {
	display: block;
}

.top .header .mobile dl dd img {
	display: block;
	width: 130px;
	height: 130px;
}

.top .header .mobile dl dd font {
	display: block;
	padding: 7px 0 8px;
	font-size: 12px;
	color: #333;
	line-height: 12px;
	text-align: center;
}

.top .header .user {
	float: right;
	height: 32px;
}

.top .header .user p {
	float: left;
	height: 32px;
	padding-right: 12px;
}

.top .header .user p:nth-child(1) {
	padding-left: 38px;
	background: url(../../img/new2/header_ico02.png) no-repeat 12px center #f90;
}

.top .header .user p:nth-child(2) {
	padding-left: 40px;
	background: url(../../img/new2/header_ico03.png) no-repeat 12px center #09f;
}

.top .header .user p span {
	float: left;
	color: #fff;
	line-height: 32px;
}

.top .header .user p span:before {
	content: '\4f60\597d\ff0c';
}

.top .header .user p a {
	float: left;
	padding-left: 8px;
	border-left: 1px solid rgba(255, 255, 255, .4);
	margin: 9px 0 9px 9px;
	color: #fff;
	line-height: 14px;
	text-decoration: none;
}

.top .header .user p a:first-child {
	padding-left: 0;
	border-left: none;
	margin: 9px 0;
}

.top .header .contact {
	float: right;
	height: 32px;
}

.top .header .contact dl {
	position: relative;
	float: left;
	height: 32px;
	padding: 0 12px;
}

.top .header .contact dl+dl {
	padding: 0 0 0 12px;
}

.top .header .contact dl+dl::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background-color: rgba(255, 255, 255, .4);
}

.top .header .contact dl dt {
	color: #fff;
	line-height: 32px;
	cursor: pointer;
}

.top .header .contact dl dt span {
	vertical-align: top;
	font-size: 14px;
}

.top .header .contact dl dt b {
	vertical-align: top;
	font-family: arial;
	font-size: 18px;
}

.top .header .contact dl dd {
	display: none;
	position: absolute;
	top: 38px;
	left: 50%;
	z-index: 10;
	width: 88px;
	padding: 10px;
	border-radius: 5px;
	margin-left: -54px;
	background-color: #fff;
	box-shadow: 0 1px 5px #ddd;
}

.top .header .contact dl dd::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	height: 6px;
	background-color: transparent;
}

.top .header .contact dl dd p+p {
	padding-top: 8px;
	border-top: 1px solid #eee;
	margin-top: 8px;
}

.top .header .contact dl dd p img {
	display: block;
	float: none;
	width: 74px;
	height: 74px;
	border: 0;
	margin: 8px auto;
}

.top .header .contact dl dd p span {
	display: block;
	font-size: 12px;
	color: #888;
	text-align: center;
	line-height: 1;
}

.top .header .contact dl dd p span:first-child {
	text-indent: 6px;
}

.top .header .contact dl dd p button {
	display: block;
	width: 100%;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}

.top .header .contact dl dd p button.qq {
	background-color: #29afec;
}

.top .header .contact dl dd p button.wx {
	background-color: #43ae3f;
}

.top .header .contact dl:hover dd {
	display: block;
}

.top .nav {
	background-color: #fff;
}

.top .nav .inner {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}

.top .nav .logo {
	float: left;
	width: 155px;
	height: 40px;
	margin: 15px 0;
}

.top .nav .logo a,
.top .nav .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

.top .nav .area {
	position: relative;
	float: left;
	height: 40px;
	padding-left: 19px;
	border-left: 1px solid #e8e8e8;
	margin: 15px 0 15px 20px;
}

.top .nav .area span {
	display: block;
	position: relative;
	height: 40px;
	padding: 0 18px;
	background: url(../../img/new2/area_ico.png) no-repeat left center;
	font-size: 15px;
	color: #f90;
	line-height: 40px;
	cursor: pointer;
}

.top .nav .area span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 2px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #f70;
	border-bottom: 1px solid #f70;
	margin-top: -5px;
	transform: rotate(45deg);
}

.top .nav .area p {
	display: none;
	position: absolute;
	top: 40px;
	left: -8px;
	width: 115px;
	padding: 9px 9px 2px;
	border: 1px solid #f90;
	border-radius: 3px;
	background-color: #fff;
}

.top .nav .area p:before {
	content: '';
	position: absolute;
	top: -12px;
	left: 50%;
	width: 0;
	height: 0;
	border: 6px solid;
	border-color: transparent transparent #f70 transparent;
	margin-left: -6px;
}

.top .nav .area p a {
	float: left;
	width: 52px;
	height: 24px;
	border: 1px solid #d8d8d8;
	border-radius: 1px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-size: 12px;
	color: #333;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}

.top .nav .area p a:first-child {
	width: 113px;
	margin-right: 0;
}

.top .nav .area p a:nth-child(2n+1) {
	margin-right: 0;
}

.top .nav .area p a:hover {
	border-color: #f90;
	color: #f70;
}

.top .nav .area:hover p {
	display: block;
}

.top .nav .menu {
	float: right;
	height: 70px;
	margin-left: 60px;
}

.top .nav .menu a {
	position: relative;
	float: left;
	height: 70px;
	padding: 0 2px;
	margin-left: 36px;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	text-decoration: none;
}

.top .nav .menu a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 20px;
	height: 3px;
	margin-left: -10px;
	background-color: transparent;
}

.top .nav .menu a:hover,
.top .nav .menu a.active {
	color: #f70;
}

.top .nav .menu a.active:after {
	background-color: #f70;
}