.app_area {
	width: 100%;
	height: 1110px;
	background: url(../images/appbg.jpg) center center;
}

.app_area h1 {
	margin-top: -80px;
}

.app_intro {
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.app_intro li {
	display: table;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}

.app_intro li img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px;
}

.app_intro li.s1 {
	width: 364px;
	height: 574px;
}

.app_intro li.s2 {
	width: 621px;
	height: 225px;
}

.app_intro li.s3 {
	width: 244px;
	height: 333px;
	margin-left: 15px;
	margin-top: 15px;
}

.app_intro li.s4 {
	width: 364px;
	height: 158px;
	margin-top: 15px;
}

.app_intro li.s5 {
	width: 364px;
	height: 159px;
	margin-top: 15px;
}

.app_intro li span {
	position: relative;
	z-index: 11111111;
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .6);
	transform: scale(0, 0);
	_display: none
}

.app_intro p {
	padding-left: 40px;
	padding-right: 40px;
	padding: 0px !important;
	text-align: center;
	font-size: 24px;
	transition: .3s;
}

.app_intro li:hover span {
	_display: block;
	transform: scale(1, 1);
	transition: .3s;
}


/**爱生物_app**/

.app_orange {
	width: 100%;
	height: 530px;
	overflow: hidden;
	background: #fff;
}

.app_orange.new_h {
	height: auto;
	overflow: hidden;
}

.app_orange ul {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.app_orange h1,
.app_orange p {
	color: #333;
}

.app_orange h1 {
	padding-top: 90px;
}

.app_orange li {
	display: block;
	width: 310px;
	height: 385px;
	border-radius: 10px;
	background: #f0f5f8;
	padding: 40px;
	float: left;
	margin-top: 35px;
	cursor: default;
}

.app_orange li:hover {
	background: url(../images/approangelibg.jpg) center center;
}

.app_orange li:hover h2,
.app_orange li:hover p {
	color: #fff;
}

.app_orange li.s2 {
	margin: 0px 35px;
	margin-top: 35px;
}

.app_orange li h2 {
	color: #000;
	text-align: center;
	line-height: 30px;
}

.app_orange li p {
	padding-top: 20px;
}

.app_orange li a {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.app_orange.s2 {
	background: url(../images/ap_orangebgs2.jpg) center center;
}

.app_orange.s2 h1,
.app_orange.s2 p {
	color: #fff;
}


/***爱水源***/

.app_blue {
	height: 860px;
	background: url(../images/appbgblue.jpg) center center;
	padding-top: 20px;
}

.app_blue h1.s1 {
	padding: 0px 0px 25px 0px;
}

.app_blue ul {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 75px;
}

.app_blue li {
	width: 30%;
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
}

.app_blue li.s2 {
	margin: 0px 5%;
}

.app_blue h3 {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 20px;
	color: #333333;
	font-weight: bold !important;
}

.app_blue h3 img {
	display: block;
	height: 35px;
	float: left;
	margin-right: 15px;
}

.app_blue p {
	color: #666666;
	font-size: 14px;
	line-height: 20px;
}

.app_blue p.s1 {
	padding: 0px;
	margin: 0px;
}

.theme_blue .video {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0px;
	top: 0px;
	display: none;
}

.theme_blue .video figure {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -250px;
	z-index: 11111;
}

.theme_blue .video .video_close_btn {
	width: 900px;
	text-align: right;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 50%;
	margin-top: -280px;
}

.theme_blue .video .video_close_btn i {
	font-size: 20px;
	color: #fff;
}

.theme_blue .video .video_close_btn i:hover {
	color: #21a1d0;
}


/**======contact_us======**/

.contact_us {
	height: auto;
	overflow: hidden;
	background: url(../images/contactbg.jpg) top center no-repeat;
}

.contact_m {
	width: 750px;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	margin: 185px auto;
	margin-bottom: 130px;
	padding: 30px;
}
.contact_us h1 {
	color: #000;
	margin-bottom: 40px;
}

.contact_us button {
	width: 100%;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	background: #1f6fff;
}