@charset "gb2312";
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-class {
	width: 100%;
	padding: 40px 0px;
	background-image: url(../img/dotted-bg.jpg);
	border-bottom: 1px solid #c8dc96;
}
.home-class-holder {
	width: 1200px;
	height: 200px;
	margin: auto;
}
.home-class-holder a {
	display: block;
	float: left;
	width: 25%;
	height: 200px;
}
.home-class-holder a .img {
	display: block;
	margin: auto;
	width: 140px;
	height: 140px;
	border-radius: 70px;
	border: 5px solid #2daa5a;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.home-class-holder a:hover .img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.home-class-holder a .cn-title {
	display: block;
	margin-top: 20px;
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #005f50;
}
.home-class-holder a .en-title {
	display: block;
	width: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-size: 14px;
	color: #c8dc96;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
.home-a {
	width: 100%;
	margin-bottom: 50px;
}
.home-a-holder {
	width: 1200px;
	height: 478px;
	margin: auto;
}
.home-a-holder a {
	position: relative;
	display: block;
	float: left;
	width: 234px;
	height: 234px;
	margin: 0 0 10px 10px;
	-webkit-box-shadow: 3px 3px 5px 0px #666;
	box-shadow: 3px 3px 5px 0px #666;
}
.home-a-holder a:nth-child(1) {
	width: 468px;
	height: 478px;
	margin: 0 0 10px 0px;
}
.home-a-holder a:nth-child(6) {
	width: 478px;
	height: 234px;
}
.home-a-holder a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-a-holder a .frame {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	border: 10px solid #ddd;
	opacity: 0.5;
}
.home-a-holder a .frame .title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: none;
	width: 100%;
	height: 36px;
	padding: 0px 15px;
	line-height: 36px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	background-color: #000;
	text-align: center;
	letter-spacing: 2px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-a-holder a:hover .frame .title {
	display: block;
}
/*------------------------------------------------------------------*/
.home-b {
	width: 100%;
	height: 560px;
	padding-top: 50px;
	background-image: url(../img/home-booking-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
.home-b-hloder {
	width: 1200px;
	margin: auto;
}
.home-booking {
	width: 700px;
	height: 260px;
}
.home-booking-title {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #c8dc96;
}
.home-booking-title .text-1 {
	display: block;
	width: 100%;
	height: 22px;
	line-height: 18px;
	font-size: 18px;
	color: #000;
}
.home-booking-title .text-2 {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	color: #2daa5a;
	text-transform: uppercase;
}
.home-booking-title .text-3 {
	display: block;
	width: 100%;
	height: 27px;
	line-height: 14px;
	font-size: 14px;
	color: #005f50;
}
.home-booking-form {
	width: 100%;
	height: 112px;
	padding: 15px 0px;
}
.home-booking-form input[type="text"] {
	display: block;
	float: left;
	width: 290px;
	height: 36px;
	padding: 6px;
	margin-bottom: 10px;
	border: 2px solid #e6e6e6;
	line-height: 20px;
}
.home-booking-form select {
	display: block;
	float: left;
	width: 160px;
	height: 36px;
	padding: 6px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid #e6e6e6;
	line-height: 20px;
}
.home-booking-form input[type="submit"] {
	display: block;
	width: 230px;
	height: 82px;
	margin-left: 470px;
	background-color: #2daa5a;
	line-height: 82px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
}
.home-booking-count {
	width: 100%;
	height: 58px;
	color: #2daa5a;
	font-size: 18px;
}
.home-booking-count i {
	padding: 0px 5px;
	color: #005f50;
	font-size: 24px;
	font-style: normal;
}
.home-contact {
	width: 700px;
	height: 250px;
	padding: 50px 0px;
}
.home-contact .text {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #c8dc96;
}
.home-contact .phone {
	display: block;
	width: 100%;
	height: 90px;
	line-height: 70px;
	font-size: 60px;
	color: #F0F0F0;
	text-shadow: 2px 2px 2px #111;
}
.home-contact .link {
	display: block;
	width: 100%;
	height: 40px;
}
.home-contact .link .message {
	display: block;
	float: left;
	padding: 9px 15px;
	line-height: 20px;
	font-size: 18px;
	color: #c8dc96;
	border: 1px solid #c8dc96;
}
.home-contact .link i {
	display: block;
	float: left;
	padding: 0px 15px;
	line-height: 40px;
	font-size: 18px;
	font-style: normal;
	color: #c8dc96;
}
.home-contact .link .qq {
	display: block;
	float: left;
	padding-top: 8px;
}
/*------------------------------------------------------------------*/
.home-c {
	width: 100%;
}
.home-c-holder {
	width: 1200px;
	height: 360px;
	margin: auto;
}
.home-c-holder a {
	position: relative;
	display: block;
	float: left;
	width: 291px;
	height: 360px;
	margin-left: 12px;
}
.home-c-holder a:first-child {
	margin-left: 0px;
}
.home-c-holder a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-c-holder a .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.home-c-holder a:hover .img i {
	transform: scale(1.3);
	-ms-transform: scale(1.3); 	/* IE 9 */
	-moz-transform: scale(1.3); 	/* Firefox */
	-webkit-transform: scale(1.3); /* Safari 和 Chrome */
	-o-transform: scale(1.3); 	/* Opera */
}
.home-c-holder a .title {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 100px;
	padding: 0px 30px 30px 30px;
}
.home-c-holder a .title i {
	display: block;
	width: 100%;
	height: 70px;
	padding: 20px;
	line-height: 30px;
	font-size: 18px;
	font-style: normal;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 2px #111;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
	background-color: #FFF;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
	background: rgba(255,255,255,0.50)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-d {
	width: 100%;
	margin-bottom: 50px;
}
.home-d-holder {
	width: 1200px;
	height: 300px;
	margin: auto;
}
.home-d-holder a {
	position: relative;
	display: block;
	float: left;
	width: 291px;
	height: 144px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.home-d-holder a:first-child {
	width: 594px;
	height: 300px;
	margin-left: 0px;
}
.home-d-holder a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-d-holder a .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s; /* Firefox 4 */
	-webkit-transition: all 0.6s; /* Safari 和 Chrome */
	-o-transition: all 0.6s; /* Opera */
}
.home-d-holder a:hover .img i {
	transform: scale(1.3);
	-ms-transform: scale(1.3); 	/* IE 9 */
	-moz-transform: scale(1.3); 	/* Firefox */
	-webkit-transform: scale(1.3); /* Safari 和 Chrome */
	-o-transform: scale(1.3); 	/* Opera */
}
/*------------------------------------------------------------------*/
.home-e {
	width: 100%;
	height: 700px;
	padding: 60px 0px;
	background-image: url(../img/home-e-bg.jpg);
	background-position: center;
}
.home-e-holder {
	width: 1200px;
	height: 580px;
	margin: auto;
}
.home-e-holder .text-holder {
	width: 660px;
	height: 580px;
	padding: 50px;
	float: right;
	background-color: #000;
	filter: alpha(opacity=20); /*IE*/
	-moz-opacity: 0.2; /*MOZ , FF*/
	background: rgba(0,0,0,0.20)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-e-holder .text-holder .text {
	width: 560px;
	height: 480px;
	line-height: 24px;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-f {
	width: 100%;
	margin-bottom: 50px;
}
.home-f-holder {
	width: 1200px;
	height: 780px;
	margin: auto;
}
.home-news-left {
	float: left;
	width: 897px;
}
.home-news-right {
	float: right;
	width: 291px;
}
.home-news-title {
	width: 100%;
	height: 45px;
	padding-left: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	background-image: url(../img/ui/title-icon-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 44px;
	font-size: 16px;
}
.home-news-title .cn-title {
	color: #005f50;
	font-weight: bold;
}
.home-news-title .en-title {
	color: #c8dc96;
	text-transform: uppercase;
}
.home-news-title i {
	padding: 0px 5px;
}
.home-news-title a {
	display: block;
	float: right;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #989898;
}
.home-news-title a:hover {
	color: #2daa5a;
}
.home-news-a {
	width: 100%;
}
.home-news-a-holder {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
}
.home-news-a-holder .img {
	float: left;
	width: 280px;
	height: 240px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.home-news-a-holder .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-news-a-holder .content {
	float: left;
	width: 597px;
	height: 240px;
	margin-left: 20px;
}
.home-news-a-holder .content .title {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #2a2a2a;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-news-a-holder .content .sub-title {
	display: block;
	width: 100%;
	height: 29px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #E6E6E6;
	line-height: 24px;
	font-size: 12px;
	color: #989898;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-news-a-holder .content .sub-title i {
	margin-right: 50px;
	font-style: normal;
}
.home-news-a-holder .content .text {
	display: block;
	width: 100%;
	height: 125px;
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
	color: #989898;	
	overflow: hidden;
}
.home-news-a-holder .content .more {
	display: block;
	width: 150px;
	height: 30px;
	margin-top: 22px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #2daa5a;
	border: 1px solid #2daa5a;
}
.home-news-a-holder .content .more:hover {
	color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.home-news-a-more {
	width: 100%;
	height: 140px;
	padding-top: 19px;
	border-top: 1px dashed #E6E6E6;
}
.home-news-a-more a {
	display: block;
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	color: #2a2a2a;	
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-news-b {
	width: 100%;
}
.home-news-b-holder {
	width: 100%;
	height: 240px;
	margin-bottom: 20px;
}
.home-news-b-holder a {
	display: block;
	width: 291px;
	height: 240px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.home-news-b-holder a i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-news-c {
	width: 100%;
}
.home-news-c-holder {
	width: 100%;
	height: 400px;
}
.home-news-c-holder a {
	display: block;
	width: 100%;
	height: 100px;
	border-bottom: 1px dashed #e6e6e6;
}
.home-news-c-holder a .title {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 36px;
	font-size: 16px;
	color: #2a2a2a;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-news-c-holder a .text {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 20px;
	font-size: 14px;
	color: #989898;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.img-border {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: 7px solid #FFF;
	opacity: 0.5;
}
.img-border i {
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #FFF;
}
/*------------------------------------------------------------------*/
.home-title-a {
	width: 100%;
	height: 130px;
	margin: 50px auto;
	background-repeat: no-repeat;
	background-position: center top;
}