@charset "utf-8";
/* CSS Document */
/*导航开始*/
.topArea{
	height:175px;
	background:#fff;
	box-shadow:0px 0px 6px #ccc;}
.topArea .mail{
	font-size:15px;
	color:#999;
	background:url(../image/mail.jpg) no-repeat left center;
	padding-left:40px;
	height:20px;
	line-height:20px;
	display:inline-block;}
.topArea .phone{
	font-size:15px;
	color:#999;
	background:url(../image/phone.jpg) no-repeat left center;
	padding-left:32px;
	height:22px;
	line-height:22px;
	display:inline-block;
	margin-left:15px;
	}
.top{
	width:1170px;
	margin:0 auto;
	height:127px;}
.logo{
	float:left;
	padding-top:30px;}
.top .right{
	width:883px;
	height:87px;
	float:right;}
.search{
	width:235px;
	height:35px;
	float:right;
	margin-top:20px;}
.search .input{
	width:199px;
	height:35px;
	border:1px solid #ccc;
	color:#999;
	font-size:14px;
	outline:none;
	padding-left:20px;
	line-height:35px;}
.search .btn{
	display:inline-block;
	width:43px;
	height:37px;
	background:url(../image/search.jpg) no-repeat center;
	margin-left:-35px;}
.top .right .nav{
	float:right;
	padding-top:20px;
	margin-left:15px;
	width:890px;
	margin-top:10px;
	}
.top .right .nav li{
	float:left;
	font-size:15px;
	color:#000;
	font-weight:bold;
	margin-left:56px;}


/*底部开始*/

.footer{
	padding-bottom:50px;
	background:#1e1e1e;
	margin-top:30px;}
.in_footer{
	width:1170px;
	margin:0 auto;
	}
.in_footer ul{
	float:left;
	padding-top:36px;}
.in_footer ul li{
	float:left;
	margin-right:41px;}
.in_footer ul li h3{
	font-size:16px;
	color:#fff;
	margin-bottom:8px;
	}
.in_footer ul li a{
	color:#545252;
	font-size:13px;
	line-height:21px;}
.in_footer ul li a:hover{
	color:#fff;}
.contact{
	width:531px;
	float:left;
	margin-top:63px;
	font-size:12px;
	color:#fff;
	margin-left:14px;}
.contact a{
	display:inline-block;
	margin:0 4px;}


/*底部版权*/
.bq{
	text-align:center;
	clear:both;
	background:#1e1e1e;
	color:#545252;
	height:34px;
	border-top:1px solid #333333;
	line-height:34px;}
	
