

/**工具条**/
.top-tool{
	background: #f5f5f5;
	height: 45px;
	line-height: 45px;
}

.top-tool .nav-l ul li{
	display: block;
	float: left;
	margin-right: 25px;
}

.top-tool .nav-l ul li a{
	font-size: 13px;
	color: #525252;
}

.nav-right {
	font-weight: 700;
}

.nav-right .fwdh{
	background-position: 0 -78px;
	height: 27px;
	width: 27px;
	display: block;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}


/**横幅**/
.banner{
	background: url("../images/banner.jpg") no-repeat center;
	height: 198px;
	text-align: center;
}

.banner .banner-t h1{
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	padding-top: 35px;
}

.banner-t{
	
}

/**logo**/
.web-icon{
	background: url("../images/web-icon.png") no-repeat center;
}

.logo-bg{
	background: #fff;
	padding: 50px 100px;
	margin-top: -60px;
	width: 1000px;
}

.logo-bg ul {
	margin-top: 25px;
}

.logo-bg ul li{
	padding: 10px 0;
	color: #828282;
}

.logo-bg ul li i{
	display: block;
	float: left;
	width: 12px;
	height: 16px;
	margin-right: 10px;
}

.logo-bg ul li .gw{
	background-position: 0 2px;
}

.logo-bg ul li .dz{
	background-position: 0 -19px;
}

.logo-bg ul li .dh{
	background-position: 0 -40px;
}

.logo-bg ul li .rz{
	background-position: 0 -60px;
}

/**产品服务**/

.product img:hover{
	opacity: 0.6;
}

.product h2{
	color: #212121;
	font-size: 28px;
	text-align: center;
	font-weight: 700;
	margin: 25px 0;
}

.product ul{
	margin-right: -55px;
}

.product ul li{
	display: block;
	float: left;
	border: 1px solid #eee;
	padding: 20px;
	width: 325px;
	background: #fff;
	margin-right: 50px;
}

.product-text h3{
	font-weight: 700;
	font-size: 16px;
	color: #212121;
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}

.product-text p{
	color: #888;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product-text p span{
	color: #ff5000;
}

.case .product-text h3{
	height: 40px;
	overflow: hidden;
	margin-bottom: 0;
	text-align: center;
}

/**返回**/
.buy{
	text-align: center;
	
}

.buy a{
	background: #0084ff;
	padding: 15px 35px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	margin: 25px 0;

}

/**底部**/
.footer{
	height: 90px;
	line-height: 90px;
	background: #fff;
	text-align: center;
	margin-top: 25px;
}




















































