.header-image {
	width: 100%;
}


/*左侧公共导航栏样式开始*/

.navList {
	border: 1px solid #e0e0e0;
	width: 20%;
	/*padding: 3px; shawn 20180106*/
	float: left;
	text-align: center;
	margin-right: 31px;
}

.nav-left {
	/*	background: #f7f7f7;*/
	/*shawn 20180106*/
	background-color: #fff;
	/*border-left: 5px solid #d42b32;*/
	border-bottom: 1px solid #e0e0e0;
}

.nav-left li {
	cursor: pointer;
}

.item {
	display: inline-block;
	/*height: 90px;
	color: #333333;
	font: 22px/81px "microsoft yahei";
	background: #f7f7f7;*/
	/*shawn 20180106*/
	width: 100%;
	height: 65px;
	font: 18px/65px "microsoft yahei";
	background: #fff;
	color: #333333;
	cursor: pointer;
}

.active {
	/*color: #d42b32;*/
	/*shawn 20180106*/
	color: #fff;
	background-color: #d42b32;
}

.QR-code {
	width: 100%;
	padding: 20px 0;
}

.QR-code>img {
	width: 70%;
	margin: 0 auto;
}

.maincontent {
	overflow: hidden;
	margin-bottom: 70px;
}

.nav:first-of-type {
	padding-top: 0;
}

.nav>dt {
	font: 18px/1em "microsoft yahei";
	margin-bottom: 15px;
}

.nav>dt>a {
	text-decoration: none;
	font: 20px/1em "microsoft yahei";
	color: #333333;
}

.nav>dt:before {
	content: '';
	display: inline-block;
	height: 4px;
	width: 4px;
	border-radius: 100%;
	background: #666666;
	margin-right: 10px;
	vertical-align: middle;
}

.nav>dd {
	float: left;
	padding-right: 25px;
}

.nav>dd>a {
	font: 16px/2.5em "microsoft yahei";
	color: #333333;
}

.content {
	padding: 0 15%;
}

@media screen and (max-width: 1600px) {
	.content {
		padding: 0 12%;
	}
}

@media screen and (max-width: 1500px) {
	.content {
		padding: 0 10%;
	}
}

@media screen and (max-width: 1300px) {
	.content {
		padding: 0 8%;
	}
}

@media screen and (max-width: 1230) {
	.content {
		padding: 0 5%;
	}
}

@media screen and (max-width: 992px) {
	.content {
		padding: 0 2%;
	}
}

@media screen and (max-width: 768px) {
	.content {
		padding: 0;
	}
	.navList {
		display: none;
	}
	.maincontent {
		padding: 1rem;
	}
}