@charset "gb2312";
.home-holder {
	width: 100%;
}
/*------------------------------------------------------------------*/
.home-a {
	width: 100%;
}
.home-a-holder {
	width: 1200px;
	height: 132px;
	margin: auto;
}
.home-a-holder a {
	display: block;
	float: left;
	width: 200px;
	height: 132px;
}
.home-a-holder a .img {
	display: block;
	width: 80px;
	height: 80px;
	margin: auto;
	border: 3px solid #989898;
	border-radius: 40px;
	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-a-holder a:hover .img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.home-a-holder a .title {
	display: block;
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	color: #464646;
	font-size: 14px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*------------------------------------------------------------------*/
.home-b {
	width: 1200px;
	margin: 50px auto;
}
.home-b-holder {
	width: 100%;
	height: 450px;
}
.home-b-title {
	float: left;
	width: 300px;
	height: 450px;
	background-image: url(../img/news-pro-title.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-b-list {
	float: left;
	width: 900px;
	height: 450px;
}
.home-b-list a {
	position: relative;
	display: block;
	float: left;
	width: 300px;
	height: 450px;
}
.home-b-list a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-b-list a .title {
	position: absolute;
	top: 50px;
	left: 50px;
	display: block;
	width: 200px;
	height: 110px;
	padding: 6px;
	border: 4px solid #464646;
	background-color: #FFF;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(255,255,255,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-b-list a:hover .title {
	border: 4px solid #C30000;
}
.home-b-list a .title i {
	display: block;
	width: 100%;
	height: 28px;
	line-height: 28px;
	color: #464646;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-b-list a .title i:first-child {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
}
.home-b-more {
	width: 100%;
	height: 60px;
	margin-top: 10px;
}
.home-b-more a {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #464646;
	line-height: 60px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
}
.home-b-more a:hover {
	background-color: #C30000;
}
/*------------------------------------------------------------------*/
.home-c {
	width: 100%;
	padding: 50px 0px;
	background-color: #2a2a2a;
}
.home-c-holder {
	width: 1200px;
	height: 340px;
	margin: auto;
	background-image: url(../img/home-c-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.home-c-btn {
	position: relative;
	top: -60px;
	width: 880px;
	height: 120px;
	padding: 20px;
	margin: auto;
	background-color: #2a2a2a;
}
.home-c-btn a {
	display: block;
	float: left;
	width: 140px;
	height: 80px;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari 和 Chrome */
	-o-transition: all 1s; /* Opera */
}
.home-c-btn a:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.home-c-btn a i {
	display: block;
	width: 100%;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.home-c-btn a span {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.home-c-list {
	width: 1200px;
	margin: auto;
}
.home-c-list a {
	position: relative;
	display: block;
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-position: center;
}
.home-c-list a .cn-text {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 95px;
	line-height: 140px;
	font-size: 18px;
	text-align: center;
	color: #FFF;
}
.home-c-list a .en-text {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 83px;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	color: #FFF;
}
.home-c-list a .line {
	position: relative;
	z-index: 1;
	display: block;
	width: 30px;
	height: 2px;
	margin: auto;
	border-bottom: 1px solid #FFF;
}
.home-c-list a .bg-alpha {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	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-c-list a:hover .bg-alpha {
	top: 40px;
	left: 300px;
	width: 600px;
	height: 100px;
	background-color: #C30000;
	filter: alpha(opacity=80); /*IE*/
	-moz-opacity: 0.8; /*MOZ , FF*/
	background: rgba(195,0,0,0.80)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-d {
	width: 100%;
}
.home-d-holder {
	position: relative;
	width: 1200px;
	height: 432px;
	margin: auto;
	background-color: #000;
}
.home-d-title {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 999;
	width: 1200px;
	height: 66px;
	background-image: url(../img/home-d-title.png);
}
.home-d-list {
	position: relative;
	display: block;
	float: left;
	width: 300px;
	height: 432px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-d-list i {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: #000;
	filter: alpha(opacity=50); /*IE*/
	-moz-opacity: 0.5; /*MOZ , FF*/
	background: rgba(0,0,0,0.50)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-d-list:hover i {
	filter: alpha(opacity=0); /*IE*/
	-moz-opacity: 0.0; /*MOZ , FF*/
	background: rgba(0,0,0,0.00)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-d-list span {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 30px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
}
/*------------------------------------------------------------------*/
.home-e {
	width: 100%;
	padding-bottom: 50px;
}
.home-e-holder {
	width: 1200px;
	height: 400px;
	margin: auto;
}
.home-e-left {
	float: left;
	width: 890px;
}
.home-e-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-e-store span {
	display: block;
	float: left;
	width: 100px;
	height: 34px;
	line-height: 17px;
	font-size: 14px;
	color: #C30000;
}
.home-e-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-e-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-e-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-e-booking {
	width: 890px;
	height: 180px;
	padding: 9px 14px;
	border: 1px solid #C30000;
}
.home-e-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-e-booking-holder {
	float: left;
	width: 695px;
	height: 160px;
	padding-left: 15px;
}
.home-e-booking-text {
	width: 100%;
	height: 32px;
	color: #C30000;
}
.home-e-booking-form {
	width: 100%;
	height: 92px;
}
.home-e-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-e-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-e-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-e-booking-count {
	clear: both;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #464646;
}
.home-e-booking-count i {
	padding: 0px 5px;
	font-size: 24px;
	color: #C30000;
}
/*------------------------------------------------------------------*/
.home-e-right {
	float: right;
	width: 300px;
	height: 400px;
	padding: 4px;
	border: 1px solid #C30000;
}
.home-e-right-title {
	width: 100%;
	height: 70px;
	background-image: url(../img/home-e-right-title.png);
	background-repeat: no-repeat;
	background-position: center;
}
.home-e-right-list {
	width: 100%;
	height: 320px;
	padding: 10px;
	background-color: #f1f1f1;
}
/*------------------------------------------------------------------*/
.home-f {
	width: 100%;
}
.home-f li a {
	display: block;
	width: 100%;
	height: 240px;
	background-image: url(../img/home-join.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
/*------------------------------------------------------------------*/
.home-g {
	width: 100%;
	padding: 50px 0px;
	background-color: #F1F1F1;
}
.home-g-holder {
	width: 1200px;
	margin: auto;
	overflow: auto;
}
/*------------------------------------------------------------------*/
.home-g-news {
	float: left;
	width: 890px;
	height: 320px;
	padding: 0px 15px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.home-g-news-list {
	width: 100%;
	height: 275px;
	padding: 15px 5px 20px 5px;
}
.home-g-news-list .img {
	float: left;
	width: 280px;
	height: 240px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.home-g-news-list .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-g-news-list .content {
	float: left;
	width: 550px;
	height: 240px;
	margin-left: 20px;
}
.home-g-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-g-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-g-news-list .content .sub-title i {
	margin-right: 50px;
	font-style: normal;
}
.home-g-news-list .content .text {
	display: block;
	width: 100%;
	height: 125px;
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
	color: #989898;	
	overflow: hidden;
}
.home-g-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-g-news-list .content .more:hover {
	color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
/*------------------------------------------------------------------*/
.home-g-video {
	float: right;
	width: 300px;
	height: 320px;
	padding: 0px 15px;
	margin-bottom: 10px;
	background-color: #FFF;
}
.home-g-video-holder {
	width: 100%;
	height: 275px;
	padding: 15px 5px 20px 5px;
}
.home-g-video-holder li {
	width: 265px;
	height: 240px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
/*------------------------------------------------------------------*/
.home-g-tab {
	float: left;
	width: 890px;
	height: 420px;
	padding: 0px 15px;
	background-color: #FFF;
}
.home-g-tab-holder {
	width: 100%;
	height: 375px;
	padding: 15px 5px 20px 5px;
}
.home-g-tab-list {
	display: none;
	width: 100%;
}
.home-g-tab-content {
	width: 100%;
	height: 205px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #e6e6e6;
}
.home-g-tab-content .img {
	float: left;
	width: 280px;
	height: 188px;
	padding: 4px;
	border: 1px solid #e6e6e6;
}
.home-g-tab-content .img i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-g-tab-content .content {
	float: left;
	width: 550px;
	height: 188px;
	margin-left: 20px;
}
.home-g-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-g-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-g-tab-content .content .sub-title i {
	margin-right: 50px;
	font-style: normal;
}
.home-g-tab-content .content .text {
	display: block;
	width: 100%;
	height: 75px;
	line-height: 25px;
	font-size: 14px;
	text-align: justify;
	color: #989898;	
	overflow: hidden;
}
.home-g-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-g-tab-content .content .more:hover {
	color: #2a2a2a;
	border: 1px solid #2a2a2a;
}
.home-g-tab-more {
	width: 100%;
	height: 120px;
}
.home-g-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-g-tab-more a:nth-child(2n) {
	margin-left: 4%;
}
.home-g-tab-more a:hover {
	color: #2a2a2a;
	text-decoration: underline;	
}
/*------------------------------------------------------------------*/
.home-g-know {
	float: right;
	width: 300px;
	height: 420px;
	padding: 0px 15px;
	background-color: #FFF;
}
.home-g-know-list {
	width: 100%;
	height: 375px;
	padding: 20px 5px;
}
.home-g-know-list a {
	display: block;
	width: 100%;
	height: 105px;
	margin-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #e6e6e6;
}
.home-g-know-list a:first-child {
	margin-top: 0px;
}
.home-g-know-list a:hover {
	border-bottom: 1px dashed #2A2A2A;
}
.home-g-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-g-know-list a .text {
	display: block;
	width: 100%;
	height: 72px;
	line-height: 24px;
	color: #989898;
	font-size: 14px;
	text-align: justify;
	overflow: hidden;
}
/*------------------------------------------------------------------*/
.home-g-holder-title {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e6e6e6;
}
.home-g-holder-title .title {
	float: left;
}
.home-g-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-g-holder-title .title i {
	padding: 0px 5px;
	line-height: 48px;
	color: #989898;
	font-size: 16px;
}
.home-g-holder-title .title .en-title {
	line-height: 48px;
	color: #989898;
	font-size: 16px;
	text-transform: uppercase;
}
.home-g-holder-title .more {
	float: right;
}
.home-g-holder-title .more a {
	line-height: 48px;
	color: #989898;
	font-size: 14px;
}
.home-g-holder-title .more a:hover {
	color: #C30000;
}
.home-g-holder-title .tab {
	float: left;
}
.home-g-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-g-holder-title .tab .tabSelected {
	color: #C30000!important;
	background-image: url(../img/title-icon-1.png)!important;
}
.home-g-holder-title .tab i {
	padding: 0px 5px;
	line-height: 48px;
	color: #989898;
	font-size: 16px;
}
/*------------------------------------------------------------------*/
.home-title-a {
	width: 100%;
	height: 98px;
	margin: 50px 0px;
	background-repeat: repeat-x;
	background-position: center top;
}
.home-title-b {
	width: 1200px;
	height: 340px;
	margin: auto;
	background-color: #C30000;
	background-image: url(../img/home-title-b-1.png);
	background-repeat: no-repeat;
	background-position: center 60px;
}
/*------------------------------------------------------------------*/