*{
	margin: 0px;
	padding: 0px;
}
.header {
	background-image:url(../images/company.png);
	background-position: 40% center;
	background-size: cover;
	position: relative;
}

.div-main-text {
	margin-top: 0.8rem;
	font-size: 0.36rem;
}


/* 联系方式 */

.section-contact {
	color: rgb(31,38,66);
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #EEEEEE;
}

.div-contact-title {
	margin: 0.6rem 0;
	font-size: 0.48rem;
	font-weight: bold;
}

.div-contact-row {
	margin-bottom: 0.8rem;
	font-size: 0.32rem;
}

.span-contact-sub-title {
	font-size: 0.36rem;
	font-weight: bold;
}

.span-icon-address-point {
	display: inline-block;
	width: 0.4rem;
	height: 0.48rem;
	margin-right: 0.2rem;
	background: center / contain no-repeat;
	background-image: url("../images/address-point.png");
	vertical-align: middle;
}

.div-link {
	margin-top: 10px;
}
.div-link a:hover{
	text-decoration: underline;
}

.div-contact-address {
	margin: 0.3rem 0;
}
@media only screen and (max-width:1200px ) {
	.div-link {
		margin-left: 0%;
	}
}
@media all and (max-width:959px) {
	.header {
		background-image:url(../images/company-banner-m.png);
		background-position: left;
	}
	.div-link {
		margin-left: 0%;
		font-weight: lighter;
	}
}