/*公共头部,公共列表,公共详情页等一起全站通用的样式，仅限于本站的*/

/*公共头部轮播开始*/
.site-banner,.site-warp{height: 225px;}
.header .swiper {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.header .swiper .pic {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-position: top center !important;
		background-repeat: no-repeat !important;
		background-size: cover !important;
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transition: all 0.8s ease-out;
		transition: all 0.8s ease-out;
	}
	
	.header .swiper .pic.active {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.header {
		position: relative;
	}
	
	.top-wrap {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.div-content,
	.wrap,
	.zfxxgk-wrap {
		position: relative;
	}
	.nav{width: 1140px;margin-bottom: 0;}
	.nav li{margin: 0px 11px;}
	#icon_gh{margin-top: 40px;}
	.Company_name {margin-top: 20px;}
	.site-top{background: #f5f5f5;}
	/*搜索*/
	.site-search{width: 450px;border-radius:30px;height: 45px;background: #fff;opacity: 0.8;box-shadow: 0 1px 1px #c9c9c9;border: none;}
	.site-search-txt{height: 39px;width: 335px;border-radius:30px;padding-left: 30px;background: none;outline: none;box-sizing: content-box;}
	.site-search-submit{  height: 45px;  overflow: hidden;  border: none;  background: #008cff;  width:80px; outline: none; font-size: 16px; color: #fff;border-radius:30px;}
	/*公共头部轮播结束*/
