@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
{
	 background:#f7f7f7; margin: 0px; padding: 0px;
}
.w12{ width: 1200px; margin: 0px auto;}



/*nav*/

.nav{ width: 100%; background:#FFFFFF;  min-width: 1200px;   height: 50px; line-height: 50px;}
.nav ul{ margin: 0px auto; width: 1200px;  height: 50px; line-height: 50px;}
.nav ul li{ float: left;  width: 150px; text-align:center; display:block;color: #ffffff; font-size: 16px;}
.nav ul li.active{ background-color: #f7f7f7;}

.nav ul li a:hover{	
color:#a10f0f;
	text-decoration:none;
line-height:50px;
	text-align: center;
background-color: #f7f7f7;
	display: block;
}
.nav ul li a {
	
	color:#a10f0f;
	display: block;
	text-decoration:none;
line-height:50px;

	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:#a10f0f;
    filter:Alpha(opacity=90);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  
}
.nav ul li ul {
	width:150px;
	position:absolute;
	display:none;
	padding:0px;
	z-index: 5;
}
.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:#ffffff;
background: #a10f0f;

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: #a10f0f;
margin-top:0px;
	height:40px;
}
.nav ul li ul li a:hover {
	display:block;
	color:#ffffff;
	 line-height: 40px;
	text-decoration:none;
margin-top:0px;
opacity: 0.8;
	height:40px;
	background:#ffbb00;
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%;  background:#B00B11 url(../images/bg.png) no-repeat center top;  min-width:1200px; height:173px;}
.header ul{width: 1200px;   margin: 0px auto;}
.header ul li{  width: 795px; margin: 0px auto; height: 71px;  display: block; }
.header ul li a{ display: block; width: 795px; height: 71px; }


/*footer*/
.footer
{
	width:100%;
	background:#a10f0f; 
	height:131px;
	min-width: 1200px; 
}
.footer ul
{
	
	font-size:15px;
	color:#ffffff;
	width:1200px;
	margin:0px auto;

	}
.footer ul .link{ padding-top: 35px;}
.footer ul .link ul {width:300px; margin: 0px auto 0px auto;}
.footer ul .link ul li{ float: left; width: 80px; margin-right: 15px;}
.footer ul .copyright{ width: 900px; margin-top:30px; text-align: left;  line-height:35px;}