@charset "utf-8";

body{
	font-family: Microsoft YaHei, 微软雅黑;
	font-size: 14px;
	color: #333;
}

body,div,p,ul,li,ol,dl,dt,dd,
h1,h2,h3,h4,h5,h6{
	margin: 0;
	padding: 0;
}

img{
	border:none;
}
a{
	color: inherit;
	text-decoration: none;
}
ul{
	list-style: none;
}

/*头部*/
.header .top{
	height: 30px;
	min-width: 1200px;
	background: #222222;

}
.header .center{
	width: 1200px;
	margin: 0 auto;
}
.header .top ul{
	float: right;
	height: 30px;
	line-height: 30px;
}
.header .top ul li{
	float: left;
	font-size: 12px;
	height: 30px;
	margin: 0 5px;
	color: #aaa;
}
.header .top ul li.vx{
	padding-left: 20px;
	background: url(../images/vx.png) no-repeat left center;
}
.header .hide{
	width: 100%;
	height: 0px;
	background: #fff;
	z-index: 2;
	overflow: hidden;
	position: absolute;
	top: 150px;
}
.header .hide .h_center{
	width: 1200px;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.header .hide .h_center .bd{
	width: 1050px;
	margin: 15px auto;
}
.header .hide .h_center ul{
	width: 2000px;
	margin-top: 20px;
	text-align: center;
}
.header .hide .h_center ul li{
	width: 172px;
	height: 150px;
	float: left;
	margin: 0 20px;
}
.header .hide .h_center ul li a p{
	margin-top: 0px;
}
.header .hide .h_center ul li img{
	width: 170px;
	height: 117px;
	border:1px solid #fff;
}.header .hide .h_center .page{
	padding:0;
}
.header .hide .h_center .page a{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
}
.header .hide .h_center .page a.prev{
	left: 0;
	top: 60px;
	background:url(../images/arrow2_nl.png) no-repeat center;
}
.header .hide .h_center .page a.next{
	right: 0;
	top: 60px;
	background: url(../images/arrow2_nr.png) no-repeat center;
}
/*导航*/
.nav .center{
	width: 1200px;
	margin:10px auto;
	position: relative;
	margin-bottom: 0;
}
.nav .center:after{
	display: block;
	height: 0;
	width: 0;
	clear: both;
	content:'';
	visibility: hidden;
}
.nav .logo{
	width: 230px;
	height: 100px;
	background: url(../images/logo.jpg) no-repeat;
	float: left;
}
.nav .logo a{
	display: block;
	width: 230px;
	height: 100px;
}
.nav .list{
	float: right;
	margin-top: 55px;
}
.nav .list li{
	float: left;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 25px;
	font-size: 15px;
	padding-bottom: 15px;
}
.nav .list li a{
	display: block;
}
.nav .list li:hover,.nav .list li.on{
	color: #FF5F27;
}
.nav form{
	position: absolute;
	right: 10px;
	top: 10px;
}
.nav form .text{
	width: 210px;
	outline: none;
	background:#EBEBEB;
	border:none;
	height: 28px;
	text-indent: 10px;
}
.nav form .btn{
	width: 30px;
	height: 30px;
	border:none;
	position: relative;
	background: url(../images/search.jpg) no-repeat center;
	top: 9px;
	outline: none;
	border-radius: 2px;
	cursor: pointer;
}

.banner_o{
	min-width: 1200px;
	text-align: center;
}

.banner_o img{
	width:100%;
}


 /*底部*/
 .footer{
 	min-width: 1200px;
	background:#222222 url(../images/f_bg.jpg) no-repeat top center;
	color: white;
	height: 260px;
 }
 .footer .center{
 	width: 1200px;
 	margin: 0 auto;
 }
 .footer .center .left{
 	float: left;
 	padding-top: 40px;
 }
 .footer .center ul{
 	zoom:1;
 	font-size: 15px;
 }
 .footer .center ul:after{
 	width: 0;
 	height: 0;
 	display: block;
 	content: '';
 	visibility: hidden;
 	clear: both;
 }
 .footer .center ul li{
 	float: left;
 	height: 50px;
 }
 .footer .center ul li span{
 	margin: 0 30px;
 }
 .footer .left p{
 	color:#959595;
 	font-size: 13px;
 	line-height: 25px;
 }
 .footer .left p.copy{
 	margin-top: 30px;
 }
 .footer .left .ga{
 	padding-left:25px;
 	background:url(../images/ga.png) no-repeat left center;
 }
 .footer .right{
 	float: right;
 	margin-top: 40px;
 	padding-left: 70px;
 	font-size: 25px;
 	font-weight: bolder;
 	color: #BDBDBD;
 	background: url(../images/f_tel.png) no-repeat left center;
 }