﻿@charset "utf-8";
.body {
}
/*------全局定义-------------------- */

* {
	padding:0px;
	margin:0px;
}
div {
	overflow:hidden;
}
body {
	font:12px Verdana, Arial, Tahoma;
	color:#333;
	line-height:18px;
}
b, em {
	font-weight: normal;
}
i {
	color: #9A9A9A;
	float: right;
	font-size: 12px;
	font-style: normal;
	padding-left: 5px;
}
li, dl, ol {
	list-style: none outside none;
}
table {
	border-collapse: collapse;
}
a img, img, button, input {
	cursor: pointer;
	border:0px;
}
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
ul {
	list-style:none;
}
input, select, button {
	font:12px Verdana, Arial, Tahoma;
	vertical-align:middle;
}
select {
	border:none;
}
.clear {
	clear:both;
	height:0px;
	overflow: hidden;
}
#wrap {
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.main,.wrap{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
}
body {
	background:#efefef;
}
/*-----------------float--------------------*/
.left {
	float:left;
}
.right {
	float:right;
}
/*---------------------头部-------------------*/

.header {
	width:100%;
	height:100%;
	overflow:hidden;
	background:#FFF;
}
/*---顶部导航开始---*/

.header .header_nav {
	width:100%;
	overflow:hidden;
	background:#f7f7f7;
	border-bottom:1px solid #dedede;
}
.header .header_nav ul {
	width:1000px;
	height:100%;
	overflow:hidden;
	display:block;
	margin:0 auto;
	padding:8px 0px;
}
.header .header_nav ul li {
	display:block;
	float:left;
	padding:0px 10px;
	border-left:1px solid #ccc;
}
.header .header_nav ul li a {
	color:#666666;
}
.header .header_nav ul .title {
	width:725px;
	color:#666666;
	display:block;
	float:left;
	font-size:12px;
	font-weight:lighter;
}
.header .header_nav ul .home {
	border:none;
}
/*---顶部导航结束---*/	

	
/*---头部中间内容开始---*/		
	
.header_middle {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	height:90px;
}
.header_middle .logo {
	float:left;
	padding-top:2px;
}
.header_middle .hright {
	float:right;
	display:block;
	padding:20px 0px 0px 70px;
}
.header_middle .hright p {
	padding:10px 0 0 30px;
}
.header .bottom {
	height:50px;
	line-height:50px;
	background:url(img/index_1.jpg) repeat-x;
	width:100%;
}
.header .bottom .hot {
	width:1000px;
	margin:0 auto;
}
.header .bottom .hot .list {
	display:block;
	float:left;
}
.header .bottom .hot .list li {
	display:block;
	float:left;
	padding:0 5px;
}
.header .bottom .hot .list li h3 {
	font-size:12px;
}
.header .bottom .hot .list li h3 a {
	color:#ff6600;
}
.header .bottom .hot .list li a {
	color:#0066cc;
}
.header .bottom .hot span {
	float:right;
	background:url(img/search.jpg) left center no-repeat;
	width:300px;
	height:30px;
	line-height:30px;
	margin-top:12px;
	display:block;
	overflow:hidden;
	padding:0px;
}
.header .bottom .hot span .search {
	margin:2px 10px 0 30px;
	height:20px;
	line-height:20px;
	width:165px;
	display:inline;
	float:left;
	position: relative;
	top: 2px;
	right: 0px;
}
/*---头部中间内容结束---*/		
		

/*---网站主导航开始---*/

#navMenu {
	width:100%;
	height:35px;
       text-align:center;
        margin:0 auto;
	overflow:hidden;
	background:url(img/nav.jpg) repeat-x;
}
#navMenu ul {
	width:992px;
	height:100%;
	overflow:hidden;
	padding-left:8px;
	display:block;
	margin:0 auto;
}
#navMenu ul li {
	float:left;
	display:block;
}
#navMenu ul li a {
	height:36px;
	line-height:36px;
	display:block;
	float:left;
	padding:0 22px;
	color: #FFF;
	font-size:14px;
	font-weight: bold;
}
#navMenu ul li a:hover {
	color: #0066cc;
	background:url(img/nav_hover.jpg) repeat-x;
}
#navMenu ul .home {
	background:none;
}
/*---网站主导航结束---*/

/*---------banner----------*/
.banner ,.wrap_banner{
	width:1000px;

	margin:0 auto;
	padding-top:10px;
}
.wrap_banner{height:300px;}

/*------ //搜索框 ---------*/

.search {	
	width:100%;
	height:51px;
	margin:0 auto;
	overflow:hidden;
	background:url(img/search_bj.jpg) repeat-x;
	padding-bottom:10px;
}

.search ul {
	width:1000px;
	height:28px;
	padding-top:10px;
	display:block;
	margin:0 auto;	
}
.search ul li {
	float:left;
	display:block;
	line-height:28px;
	padding-right:13px;
	color:#009901;
	font-weight:bold;
	font-size:14px;
}
.search ul li h5 {
	font-size:14px;
	color:#e35c02;
}

.search_1{
  float:right;
  }

#search-keyword {
	width:210px;
	height:26px;
	line-height:26px;
	padding-left:25px;
	color:#666666;
	border:#dedede solid 1px;
	background:#FFF url(img/ser.jpg) no-repeat 8px 6px;
}
.search_1 .sousuoBut {
	width:60px;
	height:28px;
	border:none;
	font-weight:bold;
	background:#FFF url(img/serch.jpg) no-repeat;
}
.form h4 {
	display:none;
}
.form {
	float:left;
	margin:0 10px 0 0;
*margin:0 10px 0 0;
	_margin:5px 10px 0 0;
}


/*----------------------- 下拉菜单 ---------------------*/

.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 180px;
	visibility: hidden; 
	margin-top: -1px;
	padding-top:10px;
	padding-bottom:10px;	
	border:1px solid #ffb985;
	border-top:none;
	background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/
	filter:Alpha(opacity=90);
	background:#fff;/*实现IE背景透明*/
}

.dropMenu li {
	display:block;
	height:26px;
	line-height:26px;
	overflow:hidden;
}
.dropMenu a {
	display: block;
	height:25px;
    line-height:25px;
    padding-left:10px;
}

* html .dropMenu a {
	width: 100%;
	color:#333;
}

.dropMenu a:hover {
	color:red;
	text-decoration: underline;
	color:#FFFFFF;
	background-color:#fe6a08;
	text-decoration: none;  
}




/* 底部
--------------------------------------------------------------  */
/*友情链接*/
.link {
	padding-left:100px;
	border:1px solid #dedede;
	height:100%;
	overflow:hidden;	
}
.link .box {
    height:100%;
	background:#f8f8f8;
	border:1px solid #fff;
	padding:15px 10px;
}
.link li {
	float:left;
	width:78px;
	text-align:center;
	background:url(img/xdf.jpg) no-repeat right;
}
.link .nobg {
	background:none;
}
.link li a {

	color:#666;
}
.link li a:hover {
	text-decoration:underline;
}

/*---友情链接---*/
.links{ width:998px; border:1px solid #dfdfdf; margin-top:10px;}
.links .nir{ width:996px; border:1px solid #ffffff; background:#f9f9f9;}
.links ul { padding:10px 13px;}
.links ul li{ display:inline; padding:0 3px;}
.links ul li h3{ font-size:12px; float:left;}

.hot_Search{ width:998px; margin-top:10px;}
.hot_Search .nir{ width:996px; border:1px solid #ffffff; background:#f9f9f9;}
.hot_Search ul { padding:10px 13px;}
.hot_Search ul li{ display:inline; padding:0 3px;}
.hot_Search ul li h3{ font-size:12px; float:left;}


/* 底部
--------------------------------------------------------------  */
/*--------foot-------*/
#foot{ width:1000px; margin:0 auto; padding-top:10px; line-height:24px;}
#foot .lastnav{ width:1000px; height:30px; line-height:30px; text-align:center; background:url(img/s_nav.jpg) repeat-x; color:#FFF;} 
#foot .lastnav a{ color:#FFF; padding:0 5px;}
#foot .copyright{ text-align:center; padding:10px 0; color:#666666;;}
   

/* ------------------在线客服-------------------------------  */
#floatTips {
	font-size:11px;
	position: absolute;
	right:10px;
	top:360px;
	width:120px;
}
#close {
	background: url(img/middle.gif) repeat-y 0 0;
}
#close td {
	height: 26px;
	text-align: center;
	vertical-align:middle;
}
#close td a {
   font-size:12px;
	color: #000000;
}
#close table td a images {
	margin-left: 8px;
}

