﻿@charset "utf-8";
/* CSS Document */

/*------全局定义-------------------- */

*{
	padding:0px;
	margin:0px;
}
html{
	background:#ffffff;
    }
	
body{
	font:12px "微软雅黑";	
	behavior: url(../style/hover.htc);
    }
		
img{
	border:none;
    }
   
a{
    color:#666666;
	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;
	}
	
.fright{float:right;}
.fleft{float:left;}
	
/********头部样式******************************/
.header{width:100%;height:200px; overflow:hidden;}
.header_top{width:1100px;height:150px; margin:0 auto; overflow:hidden;}
.header_top .logo{width:540px; float:left;padding-top:38px;}
.header_top .logo img{float:left;}
.header_top .right{width:560px; float:right;}
.header_top .right .right_top{width:500px;float:right;margin-top:20px; overflow:hidden;}
.header_top .right .right_top li{float:left; padding:0 15px; border-right:1px solid #cccccc;}
.header_top .right .phone{width:235px; float:right; margin-top:26px;}
.header_top .right .right_bottom{width:480px;float:right;margin-top:25px; overflow:hidden;}
.header_top .right .right_bottom li{float:left;padding-left:20px;}
/*
.header_top .right .right_bottom li a{color:#333333; font-weight:lighter;}*/
#nav{width:100%;height:50px; line-height:50px; background:#e61a1f;}
#nav ul{width:1100px;height:50px; margin:0 auto; overflow:hidden;}
#nav ul li{float:left;padding:0 16px; background:url(../images/nav_line.jpg) no-repeat left center; letter-spacing:1px;}
#nav ul li a{color:#ffffff;font-weight:bold;}

#nav .hover a{
   color:#ffee00;
   }



/*--- 导航下拉菜单 ---*/

.dropMenu {
	position:absolute;
	top: 0;
	z-index:100;
	width: 180px;
	visibility: hidden; 
	margin-top: -1px;
	padding-top:10px;
	padding-bottom:10px;	
	border:1px solid #CCCCCC;
	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;
}
.dropMenu a {
	display: block;
	height:25px;
    line-height:25px;
    padding-left:10px;
}

* html .dropMenu a {
	width: 100%;
	color:#FFFFFF;
	background-color:#FF0000;
}

.dropMenu a:hover {
	color:red;
	text-decoration: underline;
	color:#FFFFFF;
	background-color:#FF0000;
	text-decoration: none;  
}




/*---- //搜索框 -----*/

.search-keyword {
	width:210px;
	height:18px;
	padding-top:2px;
	padding-left:6px;
	border:0px;
	border:#badaa1 solid 1px;
	background: #FFF;
	color:#444;
}
.search-submit {
	cursor:pointer;
	width:68px;
	height:22px;
	font-size:0px;
	color:#fafafa;
	border:0px;
	background:url(../images/search-bt.gif) no-repeat;
}
.search-option {
	margin-left:3px;
	margin-right:3px;
	border:#badaa1 solid 1px;
	height:22px;
}
.search{
	padding-left:10px;
	line-height:32px;
}

.form h4 {
	display:none;
}

.form {
	float:left;
	margin:0 10px 0 0;
	*margin:0 10px 0 0;
	_margin:5px 10px 0 0;
}

/*************************底部**************************/
.foot{width:100%;height:300px; background:#2a2a2a; overflow:hidden;}
.footer{width:1100px;height:300px; margin:0 auto;padding-top:40px;}
.footer .footer_left{width:200px;float:left; background:url(../images/foot_line.jpg) no-repeat right top;}
.footer .footer_middle{width:598px;float:left;}
.footer .footer_middle ul{float:left;margin-left:45px;}
.footer .footer_middle ul span{font-size:20px; line-height:20px; font-weight:bold;color:#ffffff;margin-bottom:15px; display:block;}
.footer .footer_middle ul li{ line-height:24px; }
.footer .footer_middle ul li a{color:#999999;}
.footer .footer_middle ul li a:hover{ color:#F00;}
.footer .footer_right{width:300px;float:right; background:url(../images/foot_line.jpg) no-repeat left top;}
.footer .footer_right ul{padding-left:35px;}
.footer .footer_right ul span{font-size:20px; line-height:20px; font-weight:bold;color:#ffffff;margin-bottom:15px; display:block;}
.footer .footer_right ul li{line-height:24px; color:#999999;}
.footer .footnav{margin-top:40px;margin-bottom:16px;}
.footer .footnav ul{width:900px;margin:0 auto;}
.footer .footnav ul li{float:left;padding:0 14px;border-left:1px solid #666666; line-height:12px;}
.footer .copyright { text-align:center; line-height:24px; color:#666666;}

