@charset "gb2312";
.home-media {
	position: absolute;
	z-index: 999999;
	top: 946px;
	width: 100%;
	height: 24px;
	padding: 0px 50px;
}
.home-media .home-music {
	float: left;
	width: 48px;
	height: 24px;
}
.home-media .home-icon {
	float: right;
	height: 24px;
}
.home-media .home-icon li {
	position: relative;
	float: left;
	width: 32px;
	height: 24px;
	margin-right: 20px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.home-media .home-icon li:hover i {
	display: block;
}
.home-media .home-icon li i {
	display: none;
	position: absolute;
	right: 0px;
	top: 30px;
	width: 160px;
}
.home-media .home-icon li i img {
	display: block;
	width: 100%;
}
.home-media .home-icon li a {
	display: block;
	width: 100%;
	height: 100%;
}
/*---------------------------------------------------------*/
.home-holder {
	width: 100%;
	background-image: url("../img/home-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
/*------------------------------------------------------------------*/
.home-1 {
	width: 100%;
	padding: 80px 0px;
}
.home-1-holder {
	position: relative;
	width: 1200px;
	height: 500px;
	margin: auto;
	background-image: url("../img/home-1-bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
}
.home-1-text {
	position: absolute;
	left: 200px;
	top: 50px;
	width: 850px;
	height: 400px;
	padding: 50px 375px 140px 50px;
	background-color: #142952;
	filter: alpha(opacity=85); /*IE*/
	-moz-opacity: 0.85; /*MOZ , FF*/
	background: rgba(20,41,82,0.85)!important; /*　使用IE专属滤镜实现IE背景透明*/
	line-height: 30px;
	color: #FFF;
	text-align: justify;
}
.home-1-pic-bg {
	position: absolute;
	left: 1050px;
	top: 50px;
	width: 150px;
	height: 400px;
	background-image: url("../img/bg-1.png");
}
.home-1-pic {
	position: absolute;
	left: 725px;
	top: 100px;
	width: 400px;
	height: 300px;
	background-image: url("../img/home-1-pic.jpg");
}
.home-1-more {
	position: absolute;
	left: 250px;
	top: 350px;
	height: 40px;
	padding: 0px 30px;
	border: 1px solid #fff;
	line-height: 38px;
	color: #FFF;
}
/*------------------------------------------------------------------*/
.home-2 {
	width: 100%;
	height: 1420px;
	margin: auto;
	background-image: url("../img/home-2-bg.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
}
.home-2-holder {
	width: 1200px;
	margin: auto;
}
.home-2-class {
	width: 100%;
	height: 480px;
	margin-bottom: 60px;
}
.home-2-class a {
	position: relative;
	display: block;
	float: left;
	width: 300px;
	height: 480px;
	border-top: 5px solid #FFF;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-2-class-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	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-2-class a:hover {	
	border-top: 5px solid #bfa679;
}
.home-2-class a:hover .home-2-class-bg {
	position: absolute;
	top: 115px;
	left: 30px;
	width: 240px;
	height: 240px;
	background-color: #142952;
	filter: alpha(opacity=85); /*IE*/
	-moz-opacity: 0.85; /*MOZ , FF*/
	background: rgba(20,41,82,0.85)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
.home-2-class-title {
	position: absolute;
	top: 145px;
	left: 50px;
	width: 200px;
	height: 20px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	line-height: 20px;
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-2-class-text {
	position: absolute;
	top: 189px;
	left: 50px;
	width: 200px;
	height: 80px;
	text-align: justify;
	font-size: 12px;
	color: #FFF;
	line-height: 20px;
}
.home-2-class-more {
	position: absolute;
	top: 293px;
	left: 95px;
	width: 110px;
	height: 32px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
	line-height: 30px;
	border: 1px solid #FFF;
}
.home-2-product {
	width: 100%;
	height: 602px;
	background-color: #FFF;
	padding: 4px;
}
.home-2-product a {
	position: relative;
	display: block;
	float: left;
	width: 295px;
	height: 295px;
	margin-left: 4px;
	margin-bottom: 4px;
	overflow: hidden;
}
.home-2-product a .img {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-2-product a:first-child {
	width: 594px;
	height: 594px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.home-2-product a .title {
	position: absolute;
	left: 0px;
	bottom: 30px;
	display: block;
	height: 36px;
	padding: 0px 15px;
	line-height: 36px;
	color: #FFF;
	border-left: 5px solid #bfa679;
	background-color: #142952;
	filter: alpha(opacity=85); /*IE*/
	-moz-opacity: 0.85; /*MOZ , FF*/
	background: rgba(20,41,82,0.85)!important; /*　使用IE专属滤镜实现IE背景透明*/
}
/*------------------------------------------------------------------*/
.home-3 {
	width: 100%;
	padding: 80px 0px;
}
.home-3-case {
	width: 1200px;
	margin: 0px auto 20px auto;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.home-3-case-title {
	width: 100%;
	height: 40px;
	background-image: url("../img/title-2.png");
	margin-bottom: 20px;
}
.home-3-case-list {
	width: 100%;
	height: 355px;
}
.home-3-case-list a {
	position: relative;
	display: block;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 228px;
	height: 170px;
	overflow: hidden;
}
.home-3-case-list a:first-child {
	margin-left: 0px;
	margin-bottom: 0px;
	width: 471px;
	height: 355px;
}
.home-3-case-list a:nth-child(2) {
	width: 471px;
}
.home-3-case-list a i {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-3-case-list a span {
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 36px;
	padding: 0px 15px;
	line-height: 36px;
	color: #FFF;
	border-left: 5px solid #bfa679;
	background-color: #142952;
	filter: alpha(opacity=85); /*IE*/
	-moz-opacity: 0.85; /*MOZ , FF*/
	background: rgba(20,41,82,0.85)!important; /*　使用IE专属滤镜实现IE背景透明*/
	word-break: keep-all;/* 不换行 */
	white-space: nowrap;/* 不换行 */
	overflow: hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow: ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.home-3-form {
	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 #DDD;
	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: #142952;
}
.home-3-store select {
	display: block;
	float: left;
	width: 160px;
	height: 34px;
	padding: 5px;
	border: 2px solid #bfa679;
	line-height: 20px;
	font-size: 14px;
	color: #2a2a2a;
	margin-right: 5px;
}
.home-3-store input {
	display: block;
	float: left;
	width: 160px;
	height: 34px;
	background-image: url("../img/bg-1.png");
	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 #DDD;
	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 #DDD;
}
.home-3-booking-title {
	float: left;
	width: 165px;
	height: 160px;
	border-right: 1px solid #DDD;
	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: #142952;
}
.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-image: url("../img/bg-2.png");
	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: #142952;
}
.home-3-booking-count i {
	padding: 0px 5px;
	font-size: 24px;
	color: #bfa679;
}
/*------------------------------------------------------------------*/
.home-3-right {
	float: right;
	width: 300px;
	height: 400px;
	padding: 4px;
	border: 1px solid #DDD;
}
.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: 900px;
	padding: 340px 0px 0px 0px;
	background-image: url("../img/home-4-bg.jpg");
	background-repeat: repeat-x;
	background-position: center;
}
.home-4-text {
	width: 1200px;
	height: 216px;
	margin: auto;
	line-height: 24px;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
.home-4-icon {
	width: 1200px;
	height: 120px;
	margin: auto;
	text-align: center;
}
.home-4-icon a {
	display: inline-block;
	padding: 0px 30px;
}
.home-4-icon a i {
	display: block;
	width: 80px;
	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-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: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
}
.home-4-more {
	width: 100%;
	height: 110px;
	padding-top: 50px;
	text-align: center;
}
.home-4-more a {
	display: inline-block;
	padding: 0px 60px;
	line-height: 58px;
	font-size: 18px;
	color: #FFF;
	border: 1px dotted #FFF;
}
/*------------------------------------------------------------------*/
.home-5 {
	width: 1200px;
	padding: 80px 0px;
	margin: auto;
}
/*------------------------------------------------------------------*/
.home-title-a {
	width: 100%;
	height: 100px;
	margin-bottom: 80px;
}
.home-title-a img {
	display: block;
	margin: auto;
}