body {
	font: 12px/140% Arial, "microsoft yahei", Helvetica, sans-serif, Verdana;
	color: #5a5a5a;
	margin: 0;
	background: #FFF;
}


* {
	margin: 0;
	padding: 0;
}

.space-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

li {
	list-style: none;
}

A:visited {
	text-decoration: none;
	color: #5a5a5a;
}

A:link {
	text-decoration: none;
	color: #5a5a5a;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.tel img {
	width: 34px;
	margin-right: 10px;
}

.tel p {
	margin-top: 5px;
	font-size: 18px;
	font-family: 微软雅黑;
	color: rgb(0, 66, 255);
}

.header-nav-head ul {
	width: 50%;
}

.header-nav-head {
	padding: 10px 0px;
	box-sizing: border-box;
}

.header-nav-head ul li a.active,
.header-nav-head ul li a:hover {
	color: #35ac39 !important;
	font-weight: bold;
}

.header-nav-head-box {
	z-index: 999;
	width: 100%;
	position: fixed;
	top: 0;
}

.header-nav-head-boxy {
	background: #FFFFFF;
}

.header-nav-head ul li a {
	color: #FFFFFF;
	font-size: 15px;
}

.header-nav-head-boxy .header-nav-head ul li a {
	color: #565656;
}

.footer {
	background-image: url(../images/foot-bg.jpg);
	width: 100%;
	margin-top: 60px;
	padding: 60px 0;
	box-sizing: border-box;
}

.footer ul {
	align-items: flex-start;
}

.footer ul li {
	width: 22%;
}

.footer ul li h3 {
	font-family: 微软雅黑;
	color: rgb(0, 0, 0);
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 30px;
}

.footer ul li p a {
	color: rgb(153, 153, 153);
}

.footer ul li p {
	margin-bottom: 5px;
	line-height: 200%;
	font-family: 微软雅黑;
	font-size: 13px;
	color: rgb(153, 153, 153);
}

.footer ul li .address {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer ul li .address img {
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 10px;
}

.footer ul li .er {
	text-align: center;
	width: 120px;
}

.footer ul li .er img {
	display: block;
	width: 120px;
	height: 120px;
}
.footer ul li .er span{
	line-height: 2;
}

#company-intro {
	display: -webkit-box;
	-webkit-line-clamp: 6;    /* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#company-address {
	display: -webkit-box;
	-webkit-line-clamp: 2;    /* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

#about-company-intro {
	display: -webkit-box;
	-webkit-line-clamp: 12;    /* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.project-content{
	display: -webkit-box;
	-webkit-line-clamp: 4;    /* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-content{
	display: -webkit-box;
	-webkit-line-clamp: 1;    /* 限制显示行数 */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
