@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
body {
 font-family: "微软雅黑";
  font-size: 13px;
	background-color: #f5f5f5;
	background-image:url(../images/back_03.png);
	background-repeat:repeat;
}
#header, #banner, #main, #footer {
	width: 100%;
}
#header {
	background:url(../images/top_bg.jpg) no-repeat top center;
}
.header-inner {
	width: 820px;
	height: 46px;
	margin: 0 auto;
}
.logo {
	width: 170px;
	height: 46px;
	background-color: #fff;
	float: left;
}
.logo img{width: 170px;
	height: 46px;}
.nave-box {
	float: right;
	height: 46px;
}
.nave li {
	float: left;
}
.nave li a {
	font-size: 19px;
	color: #fefefe;
	line-height: 46px;
	margin-right: 28px;}
	
	.clear{clear:both;}

.nave li a:hover{
	border-bottom:2px solid #fff;}
.banner-inner {
	width: 100%;
	margin: 0 auto;
}
.main-inner {
	width: 820px;
	min-height: 800px;
	margin: 0 auto;
	background-color: #fff;
}
.main-a {
	width: 820px;
	height: 404px;
}
.main-b {
	width: 820px;
	height: 278px;
	margin-top: 20px;
	border-bottom: #ebebeb 1px solid;
	border-top: #ebebeb 1px solid;
}
.main-b-l {
	float: left;
	width: 362px;
	margin-left: 36px;
	margin-top: 20px;
}
.main-b-r {
	float: left;
	width: 362px;
	margin-left: 26px;
	margin-top: 20px;
	display:block;
}
.main-b-l-t {
	height: 100px;
	display:block;
}
.main-b-l-b {
	height: 108px;
	margin-top: 34px;
	display:block;
}
center {
	font-size: 30px;
	line-height: 60px;
	color: #353535;
	letter-spacing:2px;
	font-weight:500;
}
.main-c-t-l {
	width: 362px;
	height: 228px;
	float: left;
	margin-left: 36px;
	display:block;
}
.main-c-t-r {
	width: 362px;
	height: 228px;
	float: left;
	margin-left: 36px;
	display:block;
}
.main-c-m {
	height: 418px;
	border-bottom: 1px solid #ebebeb
}
.main-c-m-1 {
	width: 281px;
	height: 171px;
	float: left;
	display:block;
}
.main-c-m-1 img {
	width: 281px;
	height: 171px;
}
.main-c-m-2 {
	display:block;
	width: 287px;
	height: 171px;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}
.main-c-m-2 img {
	width: 287px;
	height: 171px;
}
.main-c-m-3 {
	display:block;
	width: 248px;
	height: 171px;
	float: left;
}
.main-c-m-3 img {
	width: 248px;
	height: 171px;
}
#footer{
	background:url(../images/footer_bg.jpg) no-repeat top center;}
	
.footer-inner{
	width:820px;
	margin:0 auto;
	padding:15px 0;
}
	
.footer-inner ul li a {
	display:block;
	margin-left:8px;
	font-size:12px;
	color:#FFF;
	float:left;
	line-height:24px;
}
.footer-inner ul li a:hover{
	text-decoration:underline;}
	
.footer-inner p{
	color:#FFF;
		line-height:24px;
		font-size:12px;
		text-align:center;
}	
	
.nav{height:30px;line-height:30px;border-bottom:1px solid #f1f1f1;margin-bottom:10px;}

.peple_list{border-bottom:1px solid #ccc;margin:10px;}
.peple_list:after{clear:both;content:"";display:block;padding-bottom:10px;}
.f_l{float:left;}
.f_r{float:right;}
.peple_list .img{width:140px;height:160px;overflow:hidden;border:1px solid #f1f1f1;}
.peple_list .con{width:640px;line-height:24px;}
.bold{font-weight:bold;}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}

.s_lign{height:50px;padding-left:10%;}