@charset "utf-8";
/*全局样式*/

a {color:#535353; font-family:"微软雅黑";}
a:hover {color:#ba2636; -webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear; text-decoration:none;
        }
.mainbox{ width:1000px; margin:0 auto; clear:both;}
.mainbox960{ width:960px; margin:0 auto; clear:both;}
.mainbox980{ width:980px; margin:0 auto; clear:both;}
.mainbox1036{ width:1036px; margin:0 auto; clear:both;}
.mainbox1140{ width:1140px; margin:0 auto; clear:both;}
.mainbox1170{ width:1170px; margin:0 auto; clear:both;}


#ward{background: #ffefd6;}

.top_bg{ background:url(../../images/newindex/top3.png) center 0px no-repeat;}

/*top*/
.logo{ height:162px;}
/*nav*/
.header{
	height: 50px;
	background:url(../../images/newindex/nav_bg.png) repeat-x;
}
.header .nav{
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 111;
}
.header .nav li{
	float: left; width:145px;
	height: 50px;
	line-height: 50px;
	text-align:center;
}
.header .nav li:hover{
	
	background:#d60508;
	}
.header .nav li a{
	color: #fff;
	font-size:15px; font-weight:bold
}
.header .nav li .second-nav{
	display: none; width:150px;
	position: relative;
	
}
.header .nav li .second-nav li{
	width:100%;
	position: relative;
		height: 40px;
	line-height: 40px;
	background: #f80b0b;
	
}
.header .nav li .second-nav li a{ font-size:14px; font-weight:bold}
.header .nav li .second-nav li:hover{ background: #d60508;}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	width: 150px;
	height: 500px;
	display: none;
	margin-left: 100%;
	margin-top:-40px;
}
.header .nav li .second-nav li .third-nav li:hover{ background:#1b82cc}


/*bq*/
.bq{ height:130px; background:url(../../images/newindex/bq_bg.png) no-repeat;}
.bq p{ height:30px; line-height:30px; color:#FFF; text-align:center}

