@charset "utf-8";
.radius{border-radius:4px}
.btn {
	display: inline-block;
	padding: 5px 12px;
	font-size: 14px;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	overflow: visible;
	position: relative;
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
}
.btn input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity = 0);
	cursor: pointer;
}
.btn:hover{
	background-color: #eeeeee;
	border: 1px solid #e6e6e6;
	color: #fff;
	text-decoration:none;
}

/*顶部背景图*/
.header-bg{
	background:url('../images/header-bg.jpg');
	width:100%;
	height:200px;
}
/*顶部区域header*/
.header{
	width:1000px;
	height:200px;
	margin: 0 auto;
}
/*顶部*/
.header-one{
	height: 160px;
}
/*顶部logo*/
.logo-img{
	background:url(../images/logo.png) no-repeat;
	background-position: left;
	margin-left: 18px;
	width:650px;
	height:160px;
	float:left;
}
/*顶部搜索区域*/
.logo-search{
	width:300px;
	margin-top: 80px;
	float:left;
}
/*顶部搜索框*/
.search {
	width: 180px;
	margin: 0;
	padding: 5px 3px;
	font-family: '微软雅黑';
	font-size: 14px;
	vertical-align: middle;
	border: 2px solid #4798e0;
}
/*顶部搜索按钮*/
.btn-search{
	margin: 0;
	padding: 8px 18px;
	color: #ffffff;
	background-color:#4798e0;
	border-color:#4798e0;
}
.btn-search:hover{
	color: #ffffff;
	background-color:#0672df;
	border-color:#0672df;
}
/**/
.header-two{
	/* background:url('../images/top-menu-bg.jpg') repeat-x; */
	background:#4798e0;
	width:1000px;
	margin: 0 auto;
	height:40px;
}
/*一级菜单导航条*/
.mainnav {
	width: 100%;
	z-index: 1;
	background-color: #333;
} /*导航条背景*/
.mainnav li,.mainnav li a {
	height: 40px;
	line-height: 40px;
} /*导航条高度*/
.mainnav li {
	float: left;
	display: inline;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
} /*设置字体*/
.mainnav li a {
	display: inline-block;
	padding: 0 16px;
	color: #fff;
} /*链接颜色*/
.mainnav li a:hover,.mainnav li.current a {
	color: #fff;
	text-decoration: none;
	background-color: #0672df;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
} /*交互颜色*/

/*二级菜单*/
.nav-sub {
	background-color: white;
	width: 1000px;
	height: 72px;
	margin: 0 auto;
	background: url('../images/bg02.png') no-repeat;
	background-position: center;
}

.nav {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.nav ul li {
	float: left;
	padding: 0 10px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.nav ul li a {
	color: #333;
}

.nav ul li a:hover {
	color: #f00;
}
