@charset "utf-8";
/* CSS Document */

/*头部导航开始*/
.top{
	height:38px;
	background:#f8f8f8;}
.in_top{
	width:1100px;
	margin:0 auto;}
.in_top h1{
	float:left;
	font-size:12px;
	color:#666;
	line-height:38px;}
.in_top .share{
	float:right;
	height:20px;
	background:url(../image/phone.jpg) no-repeat  left center;
	padding-left:25px;
	line-height:20px;
	margin-top:10px;
	}
.nav_area{
	position: relative;
	width:1100px;
	margin:0 auto;
	height:68px;
	}
.nav_area .logo{
	float:left;
	width:250px;
	height:45px;
	padding-top:12px;}
.nav_area .nav{
	float:left;
	padding-top:30px;
	padding-left:57px;
	}
.nav_area .nav li{
	font-size:14px;
	float:left;
	text-align:center;
	width:70px;
	margin-right:21px;
	}
.nav_area .nav li:hover{
border-bottom:5px solid #88b645;
padding-bottom:20px;}
.search{
	float: right;
	padding: 18px 25px 0 0;
}
.search input.btn{
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border: none;
	box-shadow:none;
	background: url(../image/search.png) no-repeat center;
}
.search .txt{
	position: absolute;
	top: 80px;
	right: 0;


 opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;


	padding: 5px;
	background: rgba(255, 255, 255, 0.3);
}

.search .txt input{
	width: 210px;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	border: none;




}


.search:hover .txt
{
top: 92px;

opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
 
}

	
/*底部开始*/
.foot{
	background:#313131;
	padding-top:45px;}
.in_foot{
	width:1100px;
	margin:0 auto;
	padding-bottom:22px;}
.in_foot ul{
	color:#919191;}
.in_foot ul li{
	float:left;
	margin-right:38px;}
.in_foot ul li a:hover{
color:#fff;}
.in_foot ul li h4{
	font-size:15px;
	color:#d6d6d6;
	background:url(../image/foot.png) no-repeat left bottom;
	padding-bottom:16px;
	margin-bottom:15px;
	min-width:79px;}
.in_foot ul li a{
	padding-bottom:11px;
	display:block;}
.in_foot ul li.solution a{
	width:180px;}
.bq{
	background:#313131;
	color:#9f9d9d;
	font-size:12px;
	text-align:center;
	border-top:1px solid #5b5a5a;
	height:46px;
	line-height:46px;}
.code{
	width:171px;
	text-align:center;}
.code h4{
	color:#ffffff;
	text-align:center;
	font-size:14px;
	padding-bottom:14px;
	}
.code h5{
	font-size:22px;
	color:#a08432;
	text-align:center;
	padding-top:10px;}
.fl{
	float:left;}
.fr{
	float:right;}
.gotop{
	width:75px;
	height:88px;
	position:fixed;
	bottom:200px;
	right:50px;
	cursor:pointer;
	display:none;
	
	
	
	
	
	
	
	
	
	
	
	
	
	