@charset "gb2312";
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-1 {
	width: 100%;
	padding: 80px 0px;
	background-image: url("../img/home-1-bg.jpg");
	background-position: center;
	background-size: cover;
}
.home-1-title {
	width: 100%;
	height: 100px;
	background-image: url("../img/home-1-title.png");
	background-position: center;
	background-repeat: repeat-x;
}
.home-1-holder {
	width: 1200px;
	height: 630px;
	margin: 60px auto;
}
.home-1-list {
	position: relative;
	display: block;
	float: left;
	width: 380px;
	height: 300px;
	margin: 0px 30px 30px 0px;
	border: 8px solid #FFF;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0px #CCC;
	box-shadow: 3px 3px 5px 0px #CCC;
}
.home-1-list:nth-child(3n) {
	margin: 0px 0px 30px 0px;
}
.home-1-list .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-1-list .title {
	position: absolute;
	top: 102px;
	left: 48px;
	display: block;
	width: 280px;
	height: 80px;
	line-height: 80px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(0,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-2 {
	width: 100%;
	height: 950px;
	padding: 220px 0px 100px 0px;
	background-image: url("../img/home-2-bg.jpg");
	background-position: center;
}
.home-2-holder {
	width: 1200px;
	height: 630px;
	margin: auto;
}
.home-2-list {
	overflow: hidden;
	position: relative;
	display: block;
	float: left;
	width: 365px;
	height: 300px;
	margin: 0px 0px 30px 30px;
	border: 8px solid #FFF;
	background-color: #FFF;
	-webkit-box-shadow: 3px 3px 5px 0px #4F0000;
	box-shadow: 3px 3px 5px 0px #4F0000;
}
.home-2-list:first-child {
	width: 410px;
	height: 630px;
	margin: 0px;
}
.home-2-list .img {
	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-2-list:hover .img {
	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-2-list .title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #920000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(146,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-2-list:hover .title {
	display: block;
}
/*------------------------------------------------------------------*/
.home-3 {
	width: 100%;
	padding: 80px 0px;
}
.home-3-title {
	width: 100%;
	height: 100px;
	margin-bottom: 80px;
	background-image: url("../img/home-3-title.png");
	background-position: center;
	background-repeat: repeat-x;
}
.home-3-holder {
	width: 1200px;
	height: 400px;
	margin: auto;
}
.home-3-left {
	float: left;
	width: 890px;
}
.home-3-store {
	width: 100%;
	height: 100px;
	padding: 32px;
	margin-bottom: 10px;
	border: 1px solid #C30000;
	background-image: url(../img/home-e-store-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-3-store span {
	display: block;
	float: left;
	width: 100px;
	height: 34px;
	line-height: 17px;
	font-size: 14px;
	color: #C30000;
}
.home-3-store select {
	display: block;
	float: left;
	width: 160px;
	height: 34px;
	padding: 5px;
	border: 2px solid #C30000;
	line-height: 20px;
	font-size: 14px;
	color: #2a2a2a;
	margin-right: 5px;
}
.home-3-store input {
	display: block;
	float: left;
	width: 160px;
	height: 34px;
	background-color: #C30000;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
}
/*------------------------------------------------------------------*/
.home-3-process {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #C30000;
	background-image: url(../img/home-e-process-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
/*------------------------------------------------------------------*/
.home-3-booking {
	width: 890px;
	height: 180px;
	padding: 9px 14px;
	border: 1px solid #C30000;
}
.home-3-booking-title {
	float: left;
	width: 165px;
	height: 160px;
	border-right: 1px solid #C30000;
	background-image: url(../img/home-e-booking-title.png);
	background-repeat: no-repeat;
	background-position: left 5px;
}
.home-3-booking-holder {
	float: left;
	width: 695px;
	height: 160px;
	padding-left: 15px;
}
.home-3-booking-text {
	width: 100%;
	height: 32px;
	color: #C30000;
}
.home-3-booking-form {
	width: 100%;
	height: 92px;
}
.home-3-booking-form input[type="text"] {
	display: block;
	float: left;
	width: 290px;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	border: 2px solid #e6e6e6;
	line-height: 22px;
	font-size: 14px;
	color: #2a2a2a;
}
.home-3-booking-form select {
	display: block;
	float: left;
	width: 160px;
	height: 36px;
	padding: 5px;
	margin: 0px 10px 10px 10px;
	border: 2px solid #e6e6e6;
	line-height: 22px;
	font-size: 14px;
	color: #2a2a2a;
}
.home-3-booking-form input[type="submit"] {
	display: block;
	width: 210px;
	height: 82px;
	margin-left: 470px;
	background-color: #C30000;
	text-align: center;
	line-height: 82px;
	font-size: 14px;
	color: #FFF;
	cursor: pointer;
}
.home-3-booking-count {
	clear: both;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #464646;
}
.home-3-booking-count i {
	padding: 0px 5px;
	font-size: 24px;
	color: #C30000;
}
/*------------------------------------------------------------------*/
.home-3-right {
	float: right;
	width: 300px;
	height: 400px;
	padding: 4px;
	border: 1px solid #C30000;
}
.home-3-right-title {
	width: 100%;
	height: 70px;
	background-image: url(../img/home-e-right-title.png);
	background-repeat: no-repeat;
	background-position: center;
}
.home-3-right-list {
	width: 100%;
	height: 320px;
	padding: 10px;
	background-color: #f1f1f1;
}
/*------------------------------------------------------------------*/
.home-4 {
	width: 100%;
	height: 840px;
	padding: 100px 0px;
	background-image: url("../img/home-4-bg.jpg");
	background-position: center;
}
.home-4-holder {
	position: relative;
	width: 1200px;
	height: 640px;
	margin: auto;
	background-image: url("../img/home-4-holder-bg.jpg");
	background-position: center;
}
.home-4-icon {
	position: absolute;
	left: 160px;
	top: 260px;
	width: 880px;
	height: 120px;
	padding: 20px;
	background-color: #2b2b2b;
}
.home-4-icon a {
	display: block;
	float: left;
	width: 140px;
	height: 80px;
}
.home-4-icon a i {
	display: block;
	width: 140px;
	height: 60px;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.home-4-icon a:hover i {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.home-4-icon a span {
	display: block;
	width: 140px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
}
/*------------------------------------------------------------------*/
.home-5 {
	width: 100%;
	padding: 80px 0px 100px 0px;
	background-image: url("../img/home-5-bg.jpg");
	background-position: center;
}
.home-5-title {
	width: 100%;
	height: 100px;
	background-image: url("../img/home-5-title.png");
	background-position: center;
	background-repeat: repeat-x;
}
.home-5-icon {
	width: 1200px;
	height: 200px;
	margin: 80px auto 0px auto;
}
.home-5-icon a {
	display: block;
	float: left;
	width: 200px;
	height: 200px;
	margin-left: 50px;
	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:first-child {
	margin-left: 0px;
}
.home-5-icon a:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.home-5-text {
	width: 1000px;
	height: 340px;
	padding: 100px 40px 40px 40px;
	margin: 80px auto 0px auto;
	background-image: url("../img/home-5-text-bg.jpg");
	background-position: center;
	line-height: 20px;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-6 {
	width: 100%;
	padding: 80px 0px;
}
.home-6-title {
	width: 100%;
	height: 100px;
	background-image: url("../img/home-6-title.png");
	background-position: center;
	background-repeat: repeat-x;
}
.home-6-holder {
	width: 1200px;
	margin: auto;
	overflow: auto;
}
/*------------------------------------------------------------------*/
.home-6-news {
	float: left;
	width: 890px;
	height: 320px;
	padding: 0px 15px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.home-6-news-list {
	width: 100%;
	height: 275px;
	padding: 15px 5px 20px 5px;
}
.home-6-news-list .img {
	float: left;
	width: 280px;
	height: 240px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.home-6-news-list .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-6-news-list .content {
	float: left;
	width: 550px;
	height: 240px;
	margin-left: 20px;
}
.home-6-news-list .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-6-news-list .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-6-news-list .content .sub-title i {
	margin-right: 50px;
	font-style: normal;
}
.home-6-news-list .content .text {
	display: block;
	width: 100%;
	height: 125px;
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
	color: #989898;	
	overflow: hidden;
}
.home-6-news-list .content .more {
	display: block;
	width: 150px;
	height: 30px;
	margin-top: 22px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #C30000;
	border: 1px solid #C30000;
}
.home-6-news-list .content .more:hover {
	color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
/*------------------------------------------------------------------*/
.home-6-video {
	float: right;
	width: 300px;
	height: 320px;
	padding: 0px 15px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.home-6-video-holder {
	width: 100%;
	height: 275px;
	padding: 15px 5px 20px 5px;
}
.home-6-video-holder li {
	width: 265px;
	height: 240px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
/*------------------------------------------------------------------*/
.home-6-tab {
	float: left;
	width: 890px;
	height: 420px;
	padding: 0px 15px;
	background-color: #FFF;
}
.home-6-tab-holder {
	width: 100%;
	height: 375px;
	padding: 15px 5px 20px 5px;
}
.home-6-tab-list {
	display: none;
	width: 100%;
}
.home-6-tab-content {
	width: 100%;
	height: 205px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #e6e6e6;
}
.home-6-tab-content .img {
	float: left;
	width: 280px;
	height: 188px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.home-6-tab-content .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-6-tab-content .content {
	float: left;
	width: 550px;
	height: 188px;
	margin-left: 20px;
}
.home-6-tab-content .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-6-tab-content .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-6-tab-content .content .sub-title i {
	margin-right: 50px;
	font-style: normal;
}
.home-6-tab-content .content .text {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
	color: #989898;	
	overflow: hidden;
}
.home-6-tab-content .content .more {
	display: block;
	width: 150px;
	height: 30px;
	margin-top: 20px;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
	color: #C30000;
	border: 1px solid #C30000;
}
.home-6-tab-content .content .more:hover {
	color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.home-6-tab-more {
	width: 100%;
	height: 120px;
}
.home-6-tab-more a {
	display: block;
	float: left;
	width: 48%;
	height: 30px;
	line-height: 30px;
	color: #989898;
	font-size: 14px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-6-tab-more a:nth-child(2n) {
	margin-left: 4%;
}
.home-6-tab-more a:hover {
	color: #2a2a2a;
	text-decoration: underline;	
}
/*------------------------------------------------------------------*/
.home-6-know {
	float: right;
	width: 300px;
	height: 420px;
	padding: 0px 15px;
	background-color: #FFF;
}
.home-6-know-list {
	width: 100%;
	height: 375px;
	padding: 20px 5px;
}
.home-6-know-list a {
	display: block;
	width: 100%;
	height: 105px;
	margin-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #e6e6e6;
}
.home-6-know-list a:first-child {
	margin-top: 0px;
}
.home-6-know-list a:hover {
	border-bottom: 1px dashed #2A2A2A;
}
.home-6-know-list a .title {
	display: block;
	width: 100%;
	height: 25px;
	color: #2a2a2a;
	font-size: 16px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-6-know-list a .text {
	display: block;
	width: 100%;
	height: 72px;
	line-height: 24px;
	color: #989898;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-6-holder-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
}
.home-6-holder-title .title {
	float: left;
}
.home-6-holder-title .title .cn-title {
	padding-left: 26px;
	line-height: 48px;
	color: #C30000;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/title-icon-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.home-6-holder-title .title i {
	padding: 0px 5px;
	line-height: 48px;
	color: #989898;
	font-size: 16px;
}
.home-6-holder-title .title .en-title {
	line-height: 48px;
	color: #989898;
	font-size: 16px;
	text-transform: uppercase;
}
.home-6-holder-title .more {
	float: right;
}
.home-6-holder-title .more a {
	line-height: 48px;
	color: #989898;
	font-size: 14px;
}
.home-6-holder-title .more a:hover {
	color: #C30000;
}
.home-6-holder-title .tab {
	float: left;
}
.home-6-holder-title .tab .cn-title {
	padding-left: 26px;
	line-height: 48px;
	color: #989898;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../img/title-icon-1-hover.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
.home-6-holder-title .tab .tabSelected {
	color: #C30000!important;
	background-image: url(../img/title-icon-1.png)!important;
}
.home-6-holder-title .tab i {
	padding: 0px 5px;
	line-height: 48px;
	color: #989898;
	font-size: 16px;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
.home-more {
	width: 380px;
	height: 60px;
	margin: auto;
}
.home-more a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url("../img/home-more-btn.png");
	line-height: 60px;
	color: #333;
	font-size: 24px;
	text-align: center;
}