* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

.bv-main {
	position: relative;
}

a img {
	border: 0;
}

.clear-fixed {
	clear: both;
}

.bv-banner {
	width: 100%;
	min-width: 1000px;
	height: 270px;
	background: url(../images/banner.jpg) no-repeat center;
}

.bv-content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-top: 68px;
	padding-bottom: 68px;
}

.bv-content .bv-title {
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: relative;
}
.bv-content .bv-title h2 {
	font-size: 24px;
	color: #010F26;
}
.bv-content .bv-title .bv-title-shadow {
	width: 100%;
	font-size: 24px;
	color: #E7E7E7;
	font-weight: bold;
	position: absolute;
	top: 7px;
	z-index: -1;
}

.bv-content .bv-text {
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #444444;
	margin-top: 32px;
}
.bv-content .bv-text p {
	text-indent: 2em;
}

.bv-content .bv-box {
	width: 936px;
	padding: 40px 32px 32px;
	border-radius: 10px;
	background-color: #FCF8F4;
	margin-top: 66px;
	position: relative;
}
.bv-content .bv-box .box-header {
	width: 480px;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	background-color: #FF7E00;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: -23px;
	left: 50%;
	margin-left: -240px;
}
.bv-content .bv-box .box-text {
	width: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #444444;
}
.bv-content .bv-box .box-text p {
	text-indent: 2em;
}
.bv-content .bv-box .box-header.big-header {
	height: 48px;
	line-height: 24px;
	padding: 10px 0;
	position: absolute;
	top: -34px;
}
.bv-content .bv-box .box-header.long-header {
	width: 680px;
	position: absolute;
	margin-left: -340px;
}
.bv-content .bv-box .box-header a {
	color: #FFFFFF;
}
.bv-content .bv-box .box-title {
	font-size: 16px;
	line-height: 22px;
	padding-left: 32px;
	margin-top: 32px;
	background: url(../images/heart.png) no-repeat left center;
}
.bv-content .bv-box .box-title a {
	color: #FF7E00;
}
.bv-content .bv-box .box-tip {
	width: 872px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 14px;
	color: #444444;
	margin-top: 16px;
}

.bv-content .bv-box .box-image {
	display: block;
	margin: 10px auto 30px;
}

.bv-content .bv-box .box-item {
	width: 818px;
	margin: 0 auto;
	margin-top: 20px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 27px;
	position: relative;
}
.bv-content .bv-box .box-item.first {
	margin-top: 32px;
}
.bv-content .bv-box .box-item .link {
	padding-left: 26px;
	background: url(../images/rect.png) no-repeat left center;
}
.bv-content .bv-box .box-item .link a {
	color: #444444;
	font-size: 16px;
	line-height: 16px;
}
.bv-content .bv-box .box-item .img-link {
	margin-top: 15px;
	margin-left: 26px;
}
.bv-content .bv-box .box-item .pdf-download {
	display: block;
	position: absolute;
	top: 100px;
	left: 252px;
}

.bv-content .bv-box .school-video-item {
	width: 420px;
	float: left;
	margin: 32px 24px 0;
}
.bv-content .bv-box .school-video-item .video-box {
	width: 420px;
	height: 237px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000000;
	margin-bottom: 24px;
}
.bv-content .bv-box .school-video-item .school-title {
	font-size: 17px;
	line-height: 30px;
	margin: 10px 0;
	text-align: center;
	color: #333333;
}	
.bv-content .bv-box .school-video-item .school-infor {
	width: 100%;
	line-height: 30px;
	color: #444444;
}
.bv-content .bv-box .school-video-item .school-infor .caption {
	width: 80px;
	float: left;
}
.bv-content .bv-box .school-video-item .school-infor .infor {
	width: 340px;
	float: left;
}

.bv-content .bv-box .cert-box {
	width: 420px;
	float: left;
	margin: 0 24px 28px;
}
.bv-content .bv-box .cert-box img {
	display: block;
	width: 420px;
	margin-bottom: 24px;
}
.bv-content .bv-box .cert-box p {
	font-size: 16px;
	line-height: 28px;
	color: #444444;
}	

.bv-content .bv-box .qr-video-title {
	text-align: center;
}
.bv-content .bv-box .qr-video-box {
	width: 872px;
	height: 490px;
	margin: 32px auto 18px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000000;
}


.footer {
	display:block; 
	width:100%; 
	padding:30px 0; 
	background:#212121; 
	color:#FFF; 
	text-align:center; 
	font-size:14px; 
	line-height:30px; 
	word-wrap: break-word;
}
.footer a {
	color:#FFF; 
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}


@media (max-width: 640px) {
	body * { max-height: 999999px; }
	
	.bv-banner {
		min-width: auto;
		height: 294px;
		background: url(../images/banner_h5.jpg) no-repeat center;
	}
	
	.bv-content {
		width: 640px;
		box-sizing: border-box;
		padding: 40px 30px;
	}
	.bv-content .bv-title {
		height: 96px;
		line-height: 48px;
	}
	.bv-content .bv-title h2 {
		font-size: 30px;
	}
	.bv-content .bv-title .bv-title-shadow {
		font-size: 30px;
		position: absolute;
		top: 8px;
		z-index: -1;
	}
	.bv-content .bv-title h2 span,
	.bv-content .bv-title .bv-title-shadow span {
		display: block;
	}
	
	.bv-content .bv-text {
		line-height: 40px;
		font-size: 22px;
		margin-top: 42px;
	}
	
	.bv-content .bv-box {
		width: 100%;
		box-sizing: border-box;
		padding: 50px 30px 30px;
		margin-top: 90px;
	}
	.bv-content .bv-box.single-row {
		padding: 35px 30px 30px;
	}
	.bv-content .bv-box .box-header {
		box-sizing: border-box;
		width: 480px;
		height: auto;
		padding: 20px 30px;
		font-size: 22px;
		line-height: 30px;
		top: -50px;
	}
	.bv-content .bv-box .box-text {
		font-size: 20px;
	}
	.bv-content .bv-box .box-header.big-header {
		height: auto;
		line-height: 28px;
		padding: 20px 30px;
		font-size: 18px;
		top: -48px;
	}
	.bv-content .bv-box .box-header.long-header {
		width: 480px;
		margin-left: -240px;
	}
	.bv-content .bv-box.single-row .box-header {
		top: -35px;
	}
	.bv-content .bv-box .box-title {
		width: 100%;
		box-sizing: border-box;
		font-size: 22px;
		line-height: 36px;
		background-position: left 8px;
	}
	.bv-content .bv-box .box-tip {
		width: 100%;
		box-sizing: border-box;
		padding-left: 32px;
		font-size: 20px;
		line-height: 36px;
	}
	
	.bv-content .bv-box .box-image {
		max-width: 520px;
		margin: 30px auto;
	}
	
	.bv-content .bv-box .box-item {
		width: 100%;
		box-sizing: border-box;
	}
	.bv-content .bv-box .box-item .link {
		background-position: left 12px;
	}
	.bv-content .bv-box .box-item .link a {
		font-size: 22px;
		line-height: 36px;
	}
	
	.bv-content .bv-box .school-video-item {
		width: 520px;
		float: none;
		margin: 40px 0 0;
	}
	.bv-content .bv-box .school-video-item .video-box {
		width: 520px;
		height: 294px;
	}
	.bv-content .bv-box .school-video-item .school-title {
		font-size: 22px;
		line-height: 30px;
	}
	.bv-content .bv-box .school-video-item .school-infor {
		font-size: 20px;
	}
	.bv-content .bv-box .school-video-item .school-infor .caption {
		width: 100px;
		/*float: none;*/
	}
	.bv-content .bv-box .school-video-item .school-infor .infor {
		width: 420px;
		/*float: none;*/
	}
	
	.bv-content .bv-box .cert-box {
		width: 520px;
		float: none;
		margin: 0 0 40px;
	}
	.bv-content .bv-box .cert-box img {
		width: 520px;
		margin-bottom: 24px;
	}
	.bv-content .bv-box .cert-box p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.bv-content .bv-box .qr-video-box {
		width: 520px;
		height: 294px;
	}
	
	.footer { 
		display:block;
		font-size:24px;
		line-height:50px;
	}
	.footer a {
		font-size:24px; 
		display:block; 
		text-align:center;
		text-decoration: none;
	}
	.footer a:hover {
		text-decoration: none;
	}
	.footer a:active {
		text-decoration: none;
	}
	.footer span { 
		display:none;
	}
	
	
}