

/* 通用 start */
.title-box {
	text-align: center;
	margin: 40px 0;
}

.btn {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 55px;
}

/* 通用 end */

/* 背景 start */
.qywh-bg {
	background: url(/skin/images/qywh-bottom-bg.png) bottom center repeat-x;
}

/* 背景 end */

/* 文化理念 start */
.whln-bg {
	background: url(/skin/images/qywh-top-bg.png) right top no-repeat;
}

.whln-box li {
	text-align: center;
}

.whln-box h1 {
	font-size: 1.8rem;
	color: #00467f;
}

.whln-box p {
	font-size: 1.4rem;
	color: #666;
}

/* 文化理念 end */

/* 文化生活 start */
.whsh-box li {
	padding: 20px 40px;
}

.whsh-box img {
	height: 280px;
}

.whsh-box h1 {
	font-size: 1.8rem;
	color: #003893;
	font-weight: normal;
	margin: 10px 0;
	height: 56px;
	overflow: hidden;
}

.whsh-box p {
	font-size: 1.4rem;
	color: #666;
	margin: 0;
}

.whsh-box span {
	font-size: 1.4rem;
}

/* 文化生活 end */

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/* 通用 start */
	.title-box {
		margin-top: 10px;
	}


	.btn {
		margin: 10px 0 30px 0;
	}

	/* 通用 end */
	
	/* 文化生活 start */
	.whsh-box li {
		padding: 1rem;
	}

	.whsh-box img {
		height: auto;
	}

	/* 文化生活 end */
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
