header,nav,section,footer{
	display: block;
}
html,
body{
	min-width: 1000px;
	/* overflow-x: hidden; */
}
body{
	background-color: #fff;
	cursor: default;
	font-family: "Microsoft YaHei";
}
button:hover{
	cursor: pointer;
}
.main-ul,
.slide-news ul,
.case-ul,
.introduce-us,
.contact-content,
.contact-us-footer,
.footer-infor,
.footer-infor-wrap,
#content,
.fix.
.infor-link{
	zoom: 1;
}
.main-ul:after,
.slide-news ul:after,
.case-ul:after,
.introduce-us:after,
.contact-content:after,
.contact-us-footer:after,
.footer-infor:after,
.footer-infor-wrap:after,
#content:after,
.fix:after,
.infor-link:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
/*header*/
.header{
	color: #fff;
	height: 95px;
	line-height: 95px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.header-bg{
	background-color: #333;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.logo{
	float: left;
	margin-left: -100%;
}
 .telephone{
 	float: right;
	margin-left: -100%;
 }
.header>div *,
.header>nav *{
 	line-height: 1;
 }
/**LOGO*/

.logo{
	padding-left: 168px;
}
.logo:after{
	content: "";
	display:inline-block;
	height: 2px;
	width: 2px;
}
.logo a{
	display: inline-block;
	padding-right: 25px;
}
.logo img{
	/* border-right: 3px solid #fff; */
	height: 60px;
	vertical-align: middle;
}
.logo span{
	font-size: 32px;
	letter-spacing: 6px;
	padding-left: 28px ;
	vertical-align: middle;
}
/*主导航*/
.main-nav{
	float: left;
	width: 100%;
}
.main-ul{
	display: table;
	margin: 0 auto;
}
.main-ul li{
	float: left;
	margin: 0 35px;
}
.main-ul li a{
	border-bottom: 3px solid transparent;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	height: 92px;
	line-height: 90px;
	padding: 0 4px;
}
.main-ul li a:hover,
.main-ul li a.nav-active{
	border-bottom-color: #00dfb9;
	color: #00dfb9;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari 和 Chrome */
	-o-transition: all 0.5s; /* Opera */
}
/*电话*/
.telephone{
	margin-right: 166px;
}
.telephone img{
	margin-top: -4px;
	margin-right: 18px;
	vertical-align: middle;
}
.telephone span{
	color: #00dfb9;
	font-size: 20px;
}

/*首页的第六部分&&其他子页的页脚*/

/*左边 - 二维码*/
.footer-infor-box{
	background-color: #f8f8f8;
	padding-top: 32px;
	padding-bottom: 20px;
}
.footer-infor-wrap{
	margin: 0 auto;
	width: 1000px;
}
.infor-left,
.infor-img{
	float: left;
}
.infor-left{
	margin-right: 120px;
}
.infor-left img{
	height: 150px;
}
.infor-img{
	margin-right: 70px;	
}
.infor-left p,
.infor-img p{
	color: #4c4c4c;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
}
.footer-infor-wrap .infor-img img{
	border: 1px solid #ddd;
	width: 146px;
}
/*右边 - 其他信息*/
.infor-right{
	float: right;
	margin-right: 110px;
	padding-top: 10px;
}
.infor-con{
	float: left;
	padding-top: 20px;
}
.infor-right img,
.infor-con img{
	margin-bottom: 10px;
}
.infor-right p,
.infor-con p{
	color: #333;
	font-size: 14px;
	line-height: 26px;
}
.infor-link{

}
.infor-link ul{
	float: left;
	margin-left: 60px;
	margin-top: 10px;
}
.infor-link ul li.link-head{
	color: #4c4d4d;
	font-size: 16px;
	line-height: 50px;
}
.infor-link ul li{
	font-size: 14px;
	line-height: 28px;
}
.infor-link ul li a{
	color: #969997;
}
/*首页的页脚&&其他子页的页脚*/

.footer-text-box,
.footer{
	line-height: 74px;
	position: relative;
	width: 100%;
}
.footer-bg{
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}
/*第六部分 -- 页脚内容*/
.end-footer{
	text-align: center;
}
.end-footer span{
	color: #edeef0;
	font-size: 14px;
/* 	line-height: 1; */
}
.copy{
	margin-right: 10px;
}
.goback{ width:40px; height:38px; background:url(../img/shang1.png) no-repeat;
			border-radius:20px; 
			position:fixed; /*固定浮动*/
			right:8%;
			bottom:3%;
			cursor:pointer;/*变成手指指针*/
			z-index: 99;
}
