@charset "utf-8";
/* CSS Document */

/*导航开始*/
.navArea{
	width:1200px;
	margin:0 auto;
	height:82px;}
.navArea .logo{
	float:left;}
.in_nav{
	float:left;
	margin-left:42px;}
.in_nav li{
	float:left;
	font-size:16px;
	color:#333333;
	margin-right:0px;
	} 
.in_nav li a{
	display:block;
	text-align:center;
	line-height:91px;
	background:white;
	height:82px;
	padding:0 20px;
	}
.in_nav li a:hover{
	background:#151057;
	color:white;}
.search .input{
	width:186px;
	height:32px;
	border:1px solid #999999;
	outline:0;
	color:#999;
	font-size:14px;
	padding-left:20px;
	border-radius:20px;
	line-height:32px;
	background:white;}
.search{
	float:left;
	margin-top:26px;
	position:relative;
	}
.search .btn{
	width:20px;
	height:20px;
	border:none;
	outline:none;
	background:url(../image/search.png) no-repeat center;
	position:absolute;
	right:16px;
	top:6px;
	}
.vision{
	font-size:14px;
	color:#333333;
	float:right;
	padding-top:32px;}	
.vision a{
	margin:0 2px;
	}	
/*底部开始*/
.footer{
	background:#1f2024;
	margin-top:43px;
	padding-bottom:56px;}
.in_footer{
	width:1200px;
	margin:0 auto;
	}
.in_footer ul{
	float:left;
	padding-top:47px;}
.in_footer ul li{
	float:left;
	padding:0 24px;
	}
.in_footer ul li h3{
	font-size:15px;
	color:#999999;
	margin-bottom:8px;
	}
.in_footer ul li a{
	color:white;
	font-size:12px;
	line-height:24px;}
.contact{
	height:91px;
	float:left;
	margin-top:47px;
	text-align:center;
	padding-left:60px;
	border-left:1px solid #595757;}
.phone{
	font-size:22px;
	color:#ff6700;
	
	display:inline-block;
	}
.contact em{
	font-size:12px;
	color:#dbdbdb;
	margin-top:5px;
	display:inline-block;
	margin-bottom:8px;}
.contact strong{
	font-size:14px;
	color:#ff6700;
	width:122px;
	height:33px;
	border:1px dashed #ff6700;
	display:inline-block;
	text-align:center;
	line-height:33px;}

/*底部版权*/
.bq{
	text-align:center;
	clear:both;
	background:#1f2024;
	border-top:1px solid #333438;
	color:#999;
	height:43px;
	line-height:43px;}