@media screen only and (device-height:864px) {
	.header1 {height: 751px;}
	header .content {min-height: 420px;}
	#enroll {top: 130px;}
}
@media screen only and (device-height:768px) {
	.header1 {height: 655px;}
	header .content {min-height: 322px;}
	#enroll {top: 130px;}
}
@media screen only and (device-height:720px) {
	.header1 {height: 605px ;}
	header .content {min-height: 277px;}
	#enroll {top: 130px;}
}
@media screen only and (device-height:600px) {
	.header1 {height: 487px;}
	header .content {min-height: 162px;}
	#enroll {top: 130px;}
	.img_responsive{height:150px; max-width:100%; display:block;}
	header .content .left_content .left_content_img {margin: 14px 0 0;}
	header .content .right_content {padding:14px 40px 0 4px; width: 670px;}
	header .content .left_content {width: 260px;}
	header .content .right_content p {font-size: 13px; line-height: 16px; padding: 4px 0;}
}
