﻿@charset "utf-8";

.top-nav {
	height: 30px;
	background-color: #f6f6f6;
	width: 100%;
	border-bottom: 1px solid #bfbfbf;
}

.top-nav-in {
	margin: auto;
	width: 1000px;
	height: 30px;
}

.top-nav-in table {
	float: left;
}

.top-nav-in span {
	line-height: 30px;
}
/*------------------------------------------------------------------------*/
.header {
	height: 110px;
	width: 1000px;
	margin: auto;
}
/*文本框的样式和布局*/
.headerinput {
	float: left;
	padding-left: 8px;
	height: 25px;
	width: 300px;
	font-size: 12px;
	line-height: 20px;
	margin-top: 3px;
	color: #6c6c6c;
	border: 3px solid #f77400;
}
/*搜索条的布局*/
.headersearch {
	float: right;
	padding-top: 18px;
	width: 445px;
}
/*搜索条的按钮*/
.headerbutton {
	margin-top: 3px;
	display: block;
	line-height: 32px;
	height: 33px;
	padding-left: 30px;
	padding-right: 30px;
	float: right;
	background-color: #f77400;
	cursor: pointer;
}
/*白色超链接无修饰*/
a.a-white-no:link,a.a-white-no:visited {
	color: #fff;
	text-decoration: none;
}

a.a-white-no:hover {
	color: #fff;
	text-decoration: none;
}
/*导航*/
.nav {
	width: 1000px;
	margin: 0 auto;
	height: 40px;
	background-color: #ff6200;
	font: 14px/1.5 "Microsoft YaHei", "宋体b8b\4f53", sans-serif;
}

.nav .wrapper {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
}

.nav .cate {
	width: 185px;
	height: 40px;
	line-height: 40px;
	background-color: #ff500b;
	padding-left: 15px;
	float: left;
	color: #fff;
	position: relative;
	z-index: 10;
}

.nav .cate a,.nav .cate a:hover {
	color: #fff;
}

.nav .cate .ico {
	width: 18px;
	height: 18px;
	background: url("../../../images/newfront/ico.png") no-repeat -266px
		-229px;
	margin: 5px 10px 0 0;
	_margin-top: 10px;
	display: inline-block;
}

.nav .nav-mid {
	width: 780px;
	margin-left: 20px;
	float: left;
}

.nav .nav-mid li {
	margin-right: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
}

.nav .nav-mid li a {
	padding: 0 20px;
	color: #fff;
	display: block;
}

.nav .nav-mid li a:hover {
	color: #ffcc66;
	text-decoration: none;
}

.nav .nav-mid li.active a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	background: #ea5a00;
}

.nav .nav-right {
	width: 160px;
	padding-top: 11px;
	background: url("../../../images/newfront/ico.png") no-repeat 0 -531px;
	float: right;
	font-size: 12px;
}

.nav .nav-right li {
	float: right;
	padding-left: 20px;
}