/*page_statue*/

.wrap1 {
	color: #333;
	height: auto;
	padding: 0;
}

.wrap1:before {
	content: '';
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/cthr/imgs/statute.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.safewidth{
	overflow: hidden;
}

.wrap1 .content{
	width: 860px;
	float: right;
	padding: 40px;
}

.wrap1 h3 {
	padding: 20px 0;
}

.wrap1 h5 {
	padding: 10px 0;
	font-weight: bold;
	font-size: 17px;
}

.wrap1 h6 {
	padding: 10px 0;
}

.wrap1 .text>a {
	font-weight: bold;
	text-decoration: underline;
	color: #555;
	display: inline;
}

@media (max-width: 768px) {
	.wrap1 {
		padding: 0;
	}
	.wrap1:before {
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/cthr/imgs/statute-m.jpg) no-repeat center;
		background-size: cover;
	}
	.wrap1 .safewidth {
		width: 100%;
		padding: 0;
	}
	.wrap1 .content{
		width: 100%;
		padding: 15px;
		background: linear-gradient(to bottom,rgba(255,255,255,.6),rgba(255,255,255,.2));
	}
	.wrap1 h3 {
		padding: 8px;
		margin-top: 10px;
		background: #1399cc;
		color: #fff;
		font-size: 17px;
	}
	.wrap1 h5 {
		padding: 6px 0;
		font-size: 15px;
	}
	.wrap1 h6 {
		padding: 6px 0;
	}
}