@charset "utf-8";
/* CSS Document */

body{
	padding:0;
	margin:0;
	font-size:12px;
	background-color:#fff;
	font-family:"宋体";
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	color: #333;
	text-decoration:none;
}
a:hover{
	color: #F1F2F2;
}
img{
	border:0;
	vertical-align: middle;
}
.header{
	width:100%;
	height:105px;
	float:left;
	margin-bottom:5px;
	background-color: #F1F2F2;
	background-repeat: repeat;
}
.header_box{
	width:1000px;
	height:105px;
	margin:0 auto;
}
.logo{
	width:465px;
	height:105px;
	float:left;
}
.subnav{
	width:500px;
	height:105px;
	float:right;
}
.subnav ul{
	float:right;
}
.subnav ul li{
	float:left;
	margin:17px 0 0 15px;
	display:inline;

}
.subnav ul li a{
	width:69px;
	height:69px;
	display:block;
		background-repeat:no-repeat;
	background-position: center center;
}
.s1{
	background-image: url(../images/icon_01.png);
}
.s1:hover{
	background-image: url(../images/icon_01_h.png);
}
.s2{
	background-image: url(../images/icon_04.png);
}
.s2:hover{
	background-image: url(../images/icon_04_h.png);
}
.s3{
	background-image: url(../images/icon_02.png);
}
.s3:hover{
	background-image: url(../images/icon_02_h.png);
}
.s4{
	background-image: url(../images/icon_03.png);
}
.s4:hover{
	background-image: url(../images/icon_03_h.png);
}
.banner{
	width:100%;
	height:387px;
	float:left;
	position:relative;
	background-image: url(../images/bg_red.jpg);
	background-repeat: repeat-x;
} 
.banner .bbox{
	width:1010px;
 	height:387px;
	margin:0 auto;
}
.banner_left{
	width: 850px;
	height:330px;
	margin-top: 50px;
	float: left;
}
.banner1 {
	width: 850px;
	height: 350px;
	margin: 0 auto;
}
#photo-list1 { 
    width:850px; 
     height:350px;
	_height:350px;
	overflow:hidden;
	margin:0 auto;
}
#photo-list1 ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
#photo-list1 li {
    float:left;  
	_height:350px; 
	min-height:350px; 
	overflow:visible;
}
#photo-list1 img {  
    background:#fff; 
} 
.banner_right{
	 float: left;
}

.banner_right ul{
	background-image: url("../images/b_bg.png");
	background-repeat: no-repeat;
	width: 156px;
	margin-top: 150px;
	padding-top: 20px;
	height: 220px;

}
.banner_right ul li a{
	color: #fff;
}
#weixin{
	display: none;
	position: relative;
	top: -10px;
	left: -50px;
	z-index: 10000;
}
.nav{
	width:925px;
	height:58px;
	position:relative;
	margin:0 auto;
	top:-378px;
	background-image:url(../images/navbg.png);
}
.nav ul{
	float:left;
	padding:0 30px;
} 
.nav ul li{
	float:left;
	font-size:16px;
	font-family:"黑体";
	width:135px;
	height:58px;
	padding-top: 16px;
	text-align:center;
}
.nav ul li a{
	color:#000;
}
.nav ul li a:hover{
	font-size:18px;
	color:#bf0506;
}
.nav ul li.visite a{
	color:#bf0506;
	font-size:18px;
}

.snav{
	display: none;
	min-height: 120px;
	width: 185px;
	margin-top: 10px;
	margin-left: -25px;
	position: absolute;
	background:url(../images/i_2_b_bg.png) 1px 0px no-repeat;

} 
.snav ul{
	width: 185px;
	padding: 0;
	margin-top: 12px;
	padding-bottom: 20px;
	border:#b1b1b1 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#b1b1b1,direction=120,strength=4);/*ie*/
	background-color: #fff;
	-moz-box-shadow: 2px 2px 10px #b1b1b1;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #b1b1b1;/*safari或chrome*/
	box-shadow:2px 2px 10px #b1b1b1;/*opera或ie9*/
	border-top: none;
} 
.snav ul li{
	width: 185px;
	padding: 0;
	font-size: 16px;
	height: 25px;
	margin: 0;
	margin-top: 3px;
	text-align: left;
}
.snav ul li a{
	display: block;
	color: #6c6a6c;
	width: 182px;
	height: 25px;
	padding: 0;
	margin:0;
	padding-left: 3px;
	line-height: 25px;
}
.snav ul li a:hover{
	background-color: #BF0506;
	color:#ffffff;
	font-size: 16px;
}
.search{
	width:100%;
	height:55px;
	float:left;
	background-color: #F7C7C8;
}
.search_box{
	width:980px;
	padding:0 10px;
	height:55px;
	margin:0 auto;
}
.search_box_left{
	width:400px;
	height:55px;
	float:left;
	line-height:55px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}
.search_box_right{
	width:560px;
	height:55px;
	float:right;
	line-height:55px;
	font-size:16px;
	font-weight:bold;
	color:#333;
}

.footer{
	width:100%;
	height:158px;
	float:left;
	margin-top:35px;
	background-image: url(../images/footer_bg_03.jpg);
	background-repeat: repeat-x;
}
.footer_box{
	width:1000px;
	height:158px;
	margin:0 auto;
}
.footer p{
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
}
 