@charset "gb2312";
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-booking {
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 950px;
	width: 100%;
	height: 100px;
	padding: 20px 0px;
	background-color: #000;
	filter: alpha(opacity=70); /*IE*/
	-moz-opacity: 0.7; /*MOZ , FF*/
	background: rgba(0,0,0,0.70)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-booking-holder {
	width: 1200px;
	height: 60px;
	margin: auto;
}
.home-booking-count {
	float: left;
	width: 300px;
	height: 60px;
	border-right: 1px solid #666;
	font-size: 18px;
	line-height: 30px;
	color: #999;
}
.home-booking-count i {
	font-style: normal;
	font-size: 24px;
	color: #FFF;
}
.home-booking-form {
	float: left;
	width: 900px;
	height: 60px;
	padding: 10px 0px 10px 40px;
}
.home-booking-form input[type="text"] {
	display: block;
	float: left;
	width: 190px;
	height: 40px;
	margin-right: 10px;
	padding: 10px;
	line-height: 20px;
	background-color: #FFF;
}
.home-booking-form input::-webkit-input-placeholder {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.home-booking-form input:-moz-placeholder {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.home-booking-form input::-moz-placeholder {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.home-booking-form input:-ms-input-placeholder {
	color: #000;
	font-size: 14px;
	line-height: 20px;
}
.home-booking-form select {
	display: block;
	float: left;
	width: 140px;
	height: 40px;
	margin-right: 10px;
	padding: 10px;
	line-height: 20px;
	background-color: #FFF;
}
.home-booking-form input[type="submit"] {
	display: block;
	float: left;
	width: 160px;
	height: 40px;
	padding: 10px;
	line-height: 20px;
	background-color: #6aa466;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
/*------------------------------------------------------------------*/
.home-1 {
	width: 100%;
	padding-top: 45px; 
}
.home-1-holder {
	width: 100%;
}
.home-1-list {
	float: left;
	width: 20%;
	height: 280px;
	padding: 0px 1px;
}
.home-1-list a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6aa466;
}
.home-1-list a .title {
	display: none;
	width: 100%;
	height: 105px;
	padding-right: 50px;
	line-height: 105px;
	font-size: 20px;
	color: #FFF;
	background-image: url("../img/more-1.png");
	background-repeat: no-repeat;
	background-position: center right;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-1-list a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-1-list:hover a {
	position: relative;
	top: -45px;
	height: 345px;
	padding: 0px 20px;
}
.home-1-list:hover a .img {
	height: 220px;
}
.home-1-list:hover a .title {
	display: block;
}
/*------------------------------------------------------------------*/
.home-2 {
	width: 100%;
	padding: 45px 0px 70px 0px;
	background-color: #f2f2f2;
}
.home-2-holder {
	width: 1200px;
	height: 380px;
	margin: auto;
}
.home-2-pic {
	float: left;
	width: 340px;
	height: 380px;
	background-image: url("../img/home-2-pic.png");
	background-repeat: no-repeat;
	background-position: center;
}
.home-2-text {
	float: left;
	width: 790px;
	height: 320px;
	margin: 30px 0px 30px 70px;
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-3 {
	width: 100%;
	padding: 45px 0px;
	border-bottom: 2px solid #e5f3e4;
}
.home-3-holder {
	width: 1200px;
	margin: auto;
}
/*------------------------------------------------------------------*/
.home-4 {
	width: 100%;
	padding: 45px 0px;
}
.home-4-holder {
	width: 1200px;
	margin: auto;
	height: 360px;
}
.home-4-list {
	display: block;
	float: left;
	width: 285px;
	height: 360px;
	padding: 20px;
	margin-left: 20px;
	background-color: #f2f2f2;
}
.home-4-list:hover {
	background-color: #076800;
}
.home-4-list:hover span {
	color: #FFF;
}
.home-4-list:first-child {
	margin-left: 0px;
}
.home-4-list .img {
	display: block;
	width: 100%;
	height: 180px;
	border: 8px solid #96cc92;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-4-list .title {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #076800;
	text-align: center;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-4-list .roundup {
	display: block;
	width: 100%;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	text-align: justify;
	overflow: hidden;
}
.home-4-more {
	width: 100%;
	height: 20px;
	margin-top: 45px;
	text-align: center;
}
.home-4-more a {
	padding-left: 30px;
	font-size: 16px;
	line-height: 20px;
	color: #076800;
	background-image: url("../img/more-icon.png");
	background-repeat: no-repeat;
	background-position: left center;
}
/*------------------------------------------------------------------*/
.home-5 {
	width: 100%;
	height: 800px;
	padding: 45px 0px;
	background-image: url("../img/home-5-bg.jpg");
	background-repeat: repeat-x;
	background-position: center;
}
.home-5-img {
	width: 100%;
	height: 210px;
	background-image: url("../img/home-5-img.png");
	background-repeat: no-repeat;
	background-position: center;
}
.home-5-text {
	width: 100%;
	height: 168px;
	margin: 46px 0px;
	line-height: 24px;
	font-size: 14px;
	color: #6aa466;
	text-align: center;
}
.home-5-icon {
	width: 100%;
	height: 130px;
	padding-top: 10px;
	text-align: center;
}
.home-5-icon a {
	display: inline-block;
	width: 100px;
	height: 120px;
	margin: 0px 50px;
}
.home-5-icon a i {
	display: block;
	width: 100%;
	height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.home-5-icon a:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.home-5-icon a span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #076800;
	text-align: center;
	font-size: 14px;
}
/*------------------------------------------------------------------*/
.home-6 {
	width: 100%;
	height: 440px;
	background-image: url("../img/home-6-bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 60px;
}
/*------------------------------------------------------------------*/
.home-7 {
	width: 100%;
	padding: 45px 0px;
}
.home-7-holder {
	width: 1200px;
	margin: auto;
}
/*------------------------------------------------------------------*/

.home-title-a {
	width: 1200px;
	height: 60px;
	margin: auto auto 45px auto;
}
.home-title-a .cn-title {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #076800;
}
.home-title-a .en-title {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
}
.home-title-a .line {
	display: block;
	width: 46px;
	height: 2px;
	background-color: #076800;
}
/*------------------------------------------------------------------*/
.home-title-b {
	width: 1200px;
	height: 60px;
	margin: auto auto 45px auto;
}
.home-title-b .cn-title {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #076800;
	text-align: center;
}
.home-title-b .en-title {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #999999;
	text-transform: uppercase;
	text-align: center;
}
.home-title-b .line {
	display: block;
	width: 46px;
	height: 2px;
	margin: auto;
	background-color: #076800;
}
/*------------------------------------------------------------------*/
.home-title-c {
	width: 1200px;
	height: 60px;
	margin: auto;
}
.home-title-c .cn-title {
	display: block;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
.home-title-c .en-title {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
}
.home-title-c .line {
	display: block;
	width: 46px;
	height: 2px;
	margin: auto;
	background-color: #FFF;
}