@charset "utf-8";
*{font-family:"微软雅黑";} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;} 
li,ul,ol,dl,dt,dd {list-style: outside none; margin:0px; padding:0px;} 
caption,th {text-align:left;} 
h1,h2,h3,h4,h5,h6 {font-size:100%; margin:0px; padding:0px; font-weight:normal;} 
q:before,q:after {content:'';} 
abbr,acronym { border:0;}
.clear{ clear:both;}
a,a:link,a:visited{ text-decoration:none; color:#434343;}
a:hover{
	
	color: #ad0000;}
.fl{ float:left;}
.fr{ float:right;}
body
{
	margin: 0px; padding: 0px; background: #f6f6f6 url(../images/bgtop.png) no-repeat center bottom;
}
.w12{ width: 1200px; margin: 0px auto;}



/*nav*/

.nav{ width: 100%;   margin-top: -51px; z-index: 20; position: absolute; min-width: 1200px;   height: 51px; line-height: 51px;}
.nav ul{ margin: 0px auto; width: 1200px; color: #FFFFFF;  height: 51px; line-height: 51px;}
.nav ul li{ float: left;  width: 118px; text-align:center; display:block;color: #FFFFFF; font-size: 16px;}

.nav ul li+li+li+li+li+li+li+li{width:180px;}
.nav ul li a:hover{	
color:#434343;
	text-decoration:none;
line-height:51px;
	text-align: center;
background-color: rgba(255,255,255,0.9);
	display: block;
}
.nav ul li a {
	
	color:#FFFFFF;
	display: block;
	text-decoration:none;
line-height:51px;

	text-align: center;
	
transition: color 0.1s, background 0.3s;
	-webkit-transition: color 0.1s, background 0.3s;
	-moz-transition: color 0.1s, background 0.3s;
}

@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .nav ul li a:hover{
    background-color:#FFFFFF;
    filter:Alpha(opacity=90);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  
}
.nav ul li ul {
	width:170px;
	position:absolute;
	display:none;
	padding:0px;
}
.nav ul li:hover ul {
	display:block;
	width:170px;

}
.nav ul li ul li {
	display:block;	
	width:170px;
	padding:0px;
	margin-top:0px;
line-height:40px;
height:40px;
 clear: both;
color:#434343;
background: #ffffff;

transition: color 0.1s, background 0.3s;
	-webkit-transition: color 0.1s, background 0.3s;
	-moz-transition: color 0.1s, background 0.3s;
	font-size: 16px;

}
.nav ul li ul li:hover{margin-top:0px;}
.nav ul li ul li a {
	display:block;
	color:#ffffff;
	 line-height: 40px;
	text-decoration:none;
	z-index:1000;
background: #326cd1;
margin-top:0px;
	height:40px;
}
.nav ul li ul li a:hover {
	display:block;
	color:#434343;
	 line-height: 40px;
	text-decoration:none;
margin-top:0px;
opacity: 0.8;
	height:40px;
	background:#ffffff;
transition: color 0.1s, background 0.3s;
	-webkit-transition: color 0.1s, background 0.3s;
	-moz-transition: color 0.1s, background 0.3s;
	
}

/*nav*/



/*header*/
.header{ width: 100%; position: relative; background: url("../images/headerbg.jpg") repeat-x; z-index: 1; min-width:1200px; height:176px;}
.header ul{width: 1200px;   margin: 0px auto;}
.header ul li{  width: 593px; height: 71px; float:left; display: block; margin-top:25px;}
.header ul li a{ display: block; width: 593px; height: 71px; }
.header ul li+li .search{margin-top:0px; float: right; height: 33px; line-height: 33px; width: 200px; }
.header ul li+li{ float:left; width: 300px; background: no-repeat; margin: 0px; }
.header ul li+li .topLink ul li.topLinkLine{ width: 10px; text-align: center; margin: 0px; }
.header ul li+li .topLink{  height: 33px; margin-top: 25px; }
.header ul li+li .topLink ul{width:300px; background: none; height: 33px; }
.header ul li+li .topLink ul li{ float: left;  height: 33px;font-size: 14px; color: #FFFFFF; width: 90px;  margin: 0px; background: none;}
.header ul li+li .topLink ul li a{color: #FFFFFF; width: 90px; display: block; margin: 0px; height: 33px; text-align: center;}


/*footer*/
.footer
{
	width:100%;
	background:#326cd1; 
	height:130px;
	min-width: 1200px; 
}
.footer ul
{
	
	font-size:15px;
	color:#ffffff;
	width:1200px;
	margin:0px auto;

	}
.footer ul .link{width: 400px; text-align: right; height: 100px; margin-top: 30px;}
.footer ul .copyright{ margin-top:30px; width: 700px; line-height:35px;}