@charset "utf-8";
/* CSS Document */
.clear {
}
.blank50 {
	height: 50px;
}
.main {
	width: 1200px;
	margin: auto;
}
.nsch_box1 li {
	float: left;
	width: 18%;
	margin: 0 1%;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	background: #fff;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: 0.3s all;
}
.nsch_box1 li .pic {
	overflow: hidden;
}
.nsch_box1 li .pic img {
	width: 100%;
	display: block;
}
.nsch_box1 li .txt {
	border-top: 0;
	padding-top: 28px;
	padding-bottom: 25px;
}
.nsch_box1 li .txt h3 {
	font-size: 20px;
	padding-bottom: 36px;
	background: url(../images/nsch_box1_bg.png) center 40px no-repeat;
	font-weight: normal;
}
.nsch_box1 li .txt p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #888;
	margin-bottom: 25px;
}
.nsch_box1 li .txt a {
	display: inline-block;
	width: 140px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #78787b;
	background: #edf1f5;
	border-radius: 36px;
	margin: 0 auto;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nsch_box1 li .txt a:hover {
	background: #134484;
	color: #fff;
}
.nsch_box1 li:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}
.nsch_box2 {
	position: relative;
	height: 620px;
}
.nsch_box2 .about_bg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.08);
	text-align: center;
	color: #fff;
}
.nsch_box2 .about_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/page_about03.jpg) no-repeat center center fixed;
	background-size: cover;
	z-index: -1;
}
.main_tit {
	text-align: center;
	min-width: 1200px;
	padding: 50px 0 30px;
}
.main_tit_z {
	font-size: 30px;
	margin-bottom: 10px;
	color: #111;
	font-weight: normal;
	text-transform: uppercase;
}
.main_tit_f {
	font-size: 14px;
	color: #666;
}
.zl_box2 .side {
	float: left;
	background: url(../images/zl_bg2.png) no-repeat;
	width: 272px;
	height: 346px;
	overflow: hidden;
	padding: 39px 20px 0 25px;
	box-sizing: border-box;
}
.zl_box2 .side h3 {
	font-size: 32px;
	margin-bottom: 18px;
	color: #134484
}
.zl_box2 .side p {
	line-height: 1.6;
	color: #134484
}
.zl_box2 .main_con {
	width: 928px;
	float: right;
}
.zl_box2 .main_con li {
	width: 294px;
	height: 165.5px;
	padding: 30px 18px 0 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 15px 15px;
	position: relative;
	float: left;
	background: #fff;
	transition: 0.3s all;
}
.zl_box2 .main_con li h3 {
	font-size: 20px;
	transition: 0.3s all;
	margin-bottom: 15px;
}
.zl_box2 .main_con li p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.zl_box2 .main_con li .price {
	font-size: 14px;
	color: #134484;
	position: absolute;
	left: 30px;
	bottom: 20px;
}
.zl_box2 .main_con li span {
	font-size: 20px;
}
.zl_box2 .main_con li:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}