body, h1,h2,h3,h4,h5,h6,ul,li{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.icon {
	width: 1em; height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
/*导航*/
.guide{
	background:rgba(0,0,0,0.7);
	font-family: "黑体";
	font-size: 30px;
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	color: white;
	z-index: 1000;
}
.guideMain{
	position: relative;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
}
/*logo*/
.logo img{
	border-radius: 0 0 10px 10px;
	/*	background: rgba(255,255,255,0.9);*/
	position: absolute;
	left: 0;
	/*	width: 80px;*/
	height: 30px;
	margin-top: 10px;
}
/*导航中的文字*/
.guideText{
	height: 50px;
	position: absolute;
	right: 0;
}
.guideText a{
	position: relative;
	transition: border 0.8s;
	border-bottom: 2px solid rgba(255,255,255,0);
	line-height: 50px;
	padding-left: 15px;
	padding-right: 15px;
	display: inline-block;
	text-decoration: none;
	color:white;
	font-size: 16px;
	font-family:"微软雅黑";
}

.guideText a:hover{
	/*border-bottom: 2px solid rgba(255,255,255,0.8);*/
}
/*底部*/
.footer{
	position: relative;
	width: 99.8%;
	/* height: 337px; */
	background-color: #373d41;
	opacity: 1;
	border: 1px solid #373d41;
	z-index: 20;
}
.over{
	display: flex;
	justify-content: space-between;
	width: 80%;
	align-items: center;
	/* height: 230px; */
	margin: 20px auto;
	padding: 0 30%;
	box-sizing: border-box;
	color: #a9a9a9;
}
.over span .icon{
	color: #fff;
	font-size: 24px;
}
.over span .icon:hover{
	color: #56a756;
}
.over span .icon:nth-child(1):hover{
	content: 'fdjkf'
}
.over .link{
	margin: 20px 0;
}
.over .link a{
	color: #9b9ea0;
	padding: 0 20px;
}
.over .products a{
	color: #9b9ea0;
	padding-right: 13px;
	font-size: 13px;
}
.over .products a:hover{
	color: #28d0e9;
}
/* .over a{
	display: inline-block;
    width: 30px;
    height: 30px;
}
.over a.telphone{
	background: url("../img/foot.png");
	background-position: 0 -243px;
}
.over a.mailto{
	background: url("../img/foot.png");
	background-position: 0 -299px;
}
.over a.address{
	background: url("../img/foot.png");
	background-position: 0 -363px;
}
.over a.qq{
	background: url("../img/foot.png");
	background-position: 0 -425px;
} */
.footerIntr{
	width: 100%;
	height: 180px;
	margin-top: 20px;
	float: left;
	color: #a9a9a9;
	font-size: 12px;
	text-align: left;
	text-indent: 2em;
}
.footerIntr img{
	width: 16px;
	height: 16px;
	margin-left: 30%;
	float: left;

}
.grayLine{
	width: 50%;
	height: 1px;
	margin-top: 20px;
	margin-left: 28%;
	background-color: #a9a9a9;
}
.blow{
	width: 80%;
	/* border-top: 1px solid #a9a9a9; */
	color: #73777a;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.blow .record{
	display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    /* padding-left: 20px; */
    box-sizing: border-box;
}

.blow .record img{
	width: 20px;
	height: 20px;
	padding: 0 10px;
	vertical-align: middle;
}
.blow .record a{
	color: #939393;
}
