@charset "utf-8";

.zyb {
	padding-bottom: 60px;
	background-color: #1a0967;
}
.zyb .title {
	margin: 60px 0 50px;
	text-align: center;
	color: #47e6ff;
	background: url(title-bg.png) 46% center no-repeat;
}
.zyb .title h3 {
	font-weight: bold;
	font-size: 30px;
}
.zyb .title p {
	font-family: "Myriad Pro";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 10px;
}
.zyb .secbg {
	padding-top: 1px;
	padding-left: 22px;
	width: 1199px;
	height: 1509px;
	background: url(sec-bg.png) center no-repeat;
	box-sizing: content-box;
}
.zyb .secbg .box {
	position: relative;
	float: left;
	width: 398px;
	height: 418px;
}
.zyb .secbg .first-box {
	width: 796px;
}
.zyb .secbg .last-box {
	width: 100%;
	height: 252px;
}
.zyb .secbg .box img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	max-width: 95%;
	height: auto;
	max-height: 95%;
}
.zyb .secbg .box p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 0;
	width: 68%;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background-color: #da8f10;
	border-radius: 0 50px 50px 0;
}
.zyb .secbg .box .choose {
	position: absolute;
	top: 0;
	right: 0;
	width: 130px;
	height: 75px;
	line-height: 56px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #fff;
	background: url(either-ic.png) center no-repeat;
}
.zyb .secbg .last-box img {
	right: auto;
	left: 80px;
}
.zyb .secbg .last-box h6 {
	position: absolute;
	top: 0;
	right: 50px;
	bottom: 0;
	margin: auto;
	width: 380px;
	height: 60px;
	font-size: 20px;
	color: #fff;
}
