/*css zone scene page*/
.zone-scene-page #wrap {
	background: url(../images/scene_bkg.jpg) no-repeat 0 0 #fff;
	padding-top: 118px;
	padding-bottom: 145px;
}
.zone-scene-page .section{
	overflow: hidden;
}
.zone-scene-page .section .con{
	overflow: hidden;
	height: 348px;
}
.zone-scene-page .section h2{
	font-size: 40px;
	color: #013969;
	font-weight: bold;
	line-height: 50px;
}
.zone-scene-page .section h5{
	font-size: 18px;
	color: #333;
	font-weight: normal;
	border-bottom:1px solid #ccc;
	line-height: 32px;
	padding-bottom: 15px;
}
.zone-scene-page .section p{
	font-size: 18px;
	color: #666;
	font-weight: lighter;
	line-height: 30px;
	padding-top: 17px;
}
.zone-scene-page .section .left{
	float: left;
	width: 492px;
}
.zone-scene-page .section .right{
	float: right;
	width: 479px;
}
.zone-scene-page .sec-1 .con{
	background:url(../images/scene_sec1_bkg.png)no-repeat top right;
	padding-top: 72px;
}
.zone-scene-page .sec-2 .con{
	background:url(../images/scene_sec2_bkg.png)no-repeat top left;
	padding-top: 72px;
}
.zone-scene-page .sec-3 .con{
	background:url(../images/scene_sec3_bkg.png)no-repeat top right;
	padding-top: 72px;
}.zone-scene-page .sec-3 .con .left{
	width: 487px;
}
.zone-scene-page .sec-4 .con{
	background:url(../images/scene_sec4_bkg.png)no-repeat top;
	padding-top: 72px;
	height: 777px;
}
.zone-scene-page .sec-5 .con{
	background:url(../images/scene_sec5_bkg.png)no-repeat top;
	padding-top: 72px;
	height: 842px;
}
.zone-scene-page .sec-4 .con .left, .zone-scene-page .sec-5 .con .left{
	padding-top: 297px;	
}
.zone-scene-page .sec-4 .con .right{
	width: 459px;
}
.zone-scene-page .section .con .left h2, .zone-scene-page .section .con .left h5{
	text-align: right;
}
/*css zone video page*/
.zone-video-page #wrap{
	background: url(../images/video_bkg.jpg) no-repeat top center #f2f2f2;
}
.zone-video-page #main{
	padding: 120px 0 150px;
}
.zone-video-page .video-tit {
	margin-bottom: 50px;
}
.zone-video-page .video-tit h2{
	font-size: 28px;
	line-height: 36px;
	color: #003a68;
	font-weight: normal;
}
.zone-video-page .video-tit p{
	font-size: 18px;
	line-height: 28px;
	color: #666666;
	font-family: "宋体","微软雅黑";
}
.zone-video-page .img-slider {
	float: right;
	width: 309px;
	height: 309px;
	overflow: hidden;
	position: relative;
}
.zone-video-page .img-slider .bx-controls {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 99;
}
.zone-video-page .bx-pager-item {
	display: inline-block;
	margin-left: 6px;
}
.zone-video-page .bx-pager-item a{
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/video_slide_dot.png) no-repeat right top;
	text-indent: -99em;
	overflow: hidden;
}
.zone-video-page .bx-pager-item a.active{
	background-position: left top;
}
.zone-video-page .img-box {
	float: right;
}
.zone-video-page .img-box img{
	display: block;
}
.zone-video-page #video {
	width: 671px;
	height: 505px;
	float: left;
	position: relative;
}
.zone-video-page .video-container .intro {
	float: right;
	background: #fff;
	padding: 20px 60px 40px;
	color: #666666;
	width: 450px;
}
.zone-video-page .video-container .intro h5{
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
	margin-bottom: 12px;
}
.zone-video-page .video-container .intro p{
	font-size: 14px;
	font-family: "宋体","微软雅黑";
	line-height: 24px;
}
/*css zone suite page*/
.zone-suite-page #wrap{
	background: #f9f9f9;
}
.zone-suite-page #main{
	padding-bottom: 100px;
}
.zone-suite-page #navigation {
	position: absolute;
}
.zone-suite-page .section {
	position: relative;
}
.zone-suite-page .section .cover {
	position: relative;
	margin-bottom: 15px;
}
.zone-suite-page .section .cover img{
	width: 100%;
	display: block;
}
.zone-suite-page .section .cover .shows {
	position: absolute;
	z-index: 999;
}
.zone-suite-page .section .cover .dot {
	display: block;
	position: relative;
	width: 21px;
	height: 21px;
	overflow: hidden;
	z-index: 9;
}
.zone-suite-page .section .cover .dot img{
	position: relative;
	z-index: 2px;
    transition: transform 0.5s ease-out 0s;
    -webkit-transition: -webkit-transform 0.5s ease-out 0s;
}
.zone-suite-page .section .cover .shows.opened .dot img {	
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.zone-suite-page .section .cover .detail {
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}
.zone-suite-page .section .cover .detail.lt {
	background-image: url(../images/suite_cover_lt.png);
	background-position: left top;
	top: 6px;
	left: 2px;
	padding-top: 22px;
}
.zone-suite-page .section .cover .detail.lb {
	background-image: url(../images/suite_cover_lb.png);
	background-position: left bottom;
	bottom: 6px;
	left: 2px;
	padding-bottom: 22px;
}
.zone-suite-page .section .cover .detail.rt {
	background-image: url(../images/suite_cover_rt.png);
	top: 6px;
	right: 4px;
	padding-top: 22px;
	background-position: left top;
}
.zone-suite-page .section .cover .detail.rb {
	background-image: url(../images/suite_cover_rb.png);
	background-position: left bottom;
	bottom: 6px;
	right: 4px;
	padding-bottom: 22px;
}
.zone-suite-page .section .cover .lt .bor {
	padding-bottom:4px;
	background: url(../images/suite_cover_bor_t.png) no-repeat left bottom;
}
.zone-suite-page .section .cover .lb .bor {
	padding-top:4px;
	background: url(../images/suite_cover_bor_b.png) no-repeat;
}
.zone-suite-page .section .cover .rt .bor {
	padding-bottom:4px;
	background: url(../images/suite_cover_bor_t.png) no-repeat left bottom;
}
.zone-suite-page .section .cover .rb .bor {
	padding-top:4px;
	background: url(../images/suite_cover_bor_b.png) no-repeat;
}
.zone-suite-page .section .cover .detail .con {
	background: url(../images/suite_cover_detail.png) repeat-y;
	width: 203px;
}
.zone-suite-page .section .cover .lt .con,.zone-suite-page .section .cover .rt .con {
	padding: 0 30px 18px;
}
.zone-suite-page .section .cover .rb .con,.zone-suite-page .section .cover .lb .con{
	padding: 18px 30px 0;
}
.zone-suite-page .section .cover .detail h6{
	color: #00447a;
	font-size: 20px;
	line-height: 28px;
	padding: 0 3px 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.zone-suite-page .section .cover .detail p{
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	padding: 0 3px;
	margin-bottom: 4px;
}
.zone-suite-page .section .cover .detail p.sub {
	margin-bottom: 10px;
}
.zone-suite-page .section .cover .detail p.last {
	margin: 0;
}
.zone-suite-page .section .cover .detail p span {
	color: #999999;
}
.zone-suite-page .sec-1 .cover .shows-1 {
	top: 80%;
	left: 17%;
}
.zone-suite-page .sec-1 .cover .shows-2 {
	top: 50%;
	left: 23%;
}
.zone-suite-page .sec-1 .cover .shows-3 {
	top: 43%;
	left: 44%;
}
.zone-suite-page .sec-1 .cover .shows-4 {
	top: 50%;
	left: 57%;
}
.zone-suite-page .sec-1 .cover .shows-5 {
	top: 21%;
	right: 13%;
}
.zone-suite-page .sec-1 .cover .shows-6 {
	top: 62%;
	right: 11%;
}
.zone-suite-page .sec-1 .cover .shows-7 {
	top: 78%;
	right: 16%;
}
.zone-suite-page .sec-1 .cover .shows-8 {
	top: 26%;
	right: 3%;
}
.zone-suite-page .sec-2 .cover .shows-1 {
	top: 3%;
	left: 19%;
}
.zone-suite-page .sec-2 .cover .shows-2 {
	top: 70%;
	left: 11%;
}
.zone-suite-page .sec-2 .cover .shows-3 {
	top: 74%;
	left: 21%;
}
.zone-suite-page .sec-2 .cover .shows-4 {
	top: 28%;
	left: 49%;
}
.zone-suite-page .sec-2 .cover .shows-5 {
	top: 17%;
	left: 60%;
}
.zone-suite-page .sec-2 .cover .shows-6 {
	top: 67%;
	right: 30%;
}
.zone-suite-page .sec-2 .cover .shows-7 {
	top: 55%;
	right: 17%;
}
.zone-suite-page .sec-2 .cover .shows-8 {
	top: 72%;
	right: 7%;
}
.zone-suite-page .sec-3 .cover .shows-1 {
	top: 77%;
	left: 9%;
}
.zone-suite-page .sec-3 .cover .shows-2 {
	top: 81%;
	left: 31%;
}
.zone-suite-page .sec-3 .cover .shows-3 {
	top: 26%;
	left: 35%;
}
.zone-suite-page .sec-3 .cover .shows-4 {
	top: 45%;
	right: 36%;
}
.zone-suite-page .sec-3 .cover .shows-5 {
	top: 66%;
	right: 24%;
}
.zone-suite-page .sec-3 .cover .shows-6 {
	top: 7%;
	right: 7%;
}
.zone-suite-page .sec-4 .cover .shows-1 {
	top: 62%;
	left: 24%;
}
.zone-suite-page .sec-4 .cover .shows-2 {
	top: 86%;
	right: 44%;
}
.zone-suite-page .sec-4 .cover .shows-3 {
	top: 12%;
	right: 34%;
}
.zone-suite-page .sec-4 .cover .shows-4 {
	top: 80%;
	right: 27%;
}
.zone-suite-page .sec-5 .cover .shows-1 {
	top: 61%;
	left: 33%;
}
.zone-suite-page .sec-5 .cover .shows-2 {
	top: 9%;
	right: 46%;
}
.zone-suite-page .sec-5 .cover .shows-3 {
	top: 53%;
	right: 45%;
}
.zone-suite-page .sec-5 .cover .shows-4 {
	top: 62%;
	right: 17%;
}
.zone-suite-page .sec-5 .cover .shows-5 {
	top: 64%;
	right: 10%;
}
.zone-suite-page .sec-5 .cover .shows-6 {
	top: 91%;
	right: 3%;
}
.zone-suite-page .section .content {
	width: 1140px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 50px;
}
.zone-suite-page .section .intro {
	background: #fff;
	width: 260px;
	padding: 40px 25px 0;
	height: 530px;
	overflow: hidden;
	float: left;
}
.zone-suite-page .section .intro .sec-tit {
	text-indent: center;
}
.zone-suite-page .section .intro p {
	line-height: 22px;
	font-size: 12px;
	color: #888888;
	text-align: center;
	padding-top: 35px;
	margin-bottom: 24px;
	background: url(../images/suite_intro_line.png) no-repeat center top;
}
.zone-suite-page .section .intro p.first {
	background: none;
}

.zone-suite-page .section .gallery {
	float: right;
	width: 810px;
	margin-bottom: 15px;
}
.zone-suite-page .section .gallery .viewport {
	position: relative;
	width: 100%;
	height: 580px;
	overflow: hidden;
}
.zone-suite-page .section .gallery ul {
	width: 1230px;
}
.zone-suite-page .section .gallery .item {
	float: left;
	width: 400px;
	height: 275px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
}
.zone-suite-page .section .gallery .item img{
	display: block;
	width: 100%;
}
.zone-suite-page .section .gallery .item .img-info{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 5px 0;
	background: url(../images/overlay_blue.png);
	display: none;
}
.zone-suite-page .section .gallery .item .img-info p{
	padding: 0 30px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 22px;
}
.zone-suite-page .section .gallery .item .img-info h6 {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	padding: 0 0 7px;
	background: url(../images/overlay_bor.png) repeat-x left bottom;
}
.zone-suite-page .section .recommend {
	height: 30px;
	line-height: 30px;
	padding: 7px 32px;
	clear: both;
	background: #fff;
	color: #888888;
}
.zone-suite-page .section .recommend label {
	font-size: 16px;
	margin-right: 15px;
}
.zone-suite-page .section .recommend span {
	margin-right: 25px;
	padding-left: 20px;
	background: url(../images/suite_rec_icon.png) no-repeat 0 center;
}
.zone-suite-page .float-sec {
	position: fixed;
	right: 20px;
	top: 240px;
	z-index: 99;
}
.zone-suite-page .float-sec ul{
	clear: both;
}
.zone-suite-page .float-sec li {
	height: 24px;
	position: relative;
	background: url(../images/suite_float_dot.png) no-repeat 84px center;
}
.zone-suite-page .float-sec li a {
	display: block;
	width: 102px;
	height: 24px;
	text-indent: -99em;
	overflow: hidden;
	background-position: 102px 0;
	background-repeat: no-repeat;
	transition: background-position .3s ease-in-out,opacity .3s linear;
	-webkit-transition: background-position .3s ease-in-out,opacity .3s linear;
	opacity: 0;
}
.zone-suite-page .float-sec li a#sec-1{
	background-image: url(../images/suite_sec1_float.png);
}
.zone-suite-page .float-sec li a#sec-2{
	background-image: url(../images/suite_sec2_float.png);
}
.zone-suite-page .float-sec li a#sec-3{
	background-image: url(../images/suite_sec3_float.png);
}
.zone-suite-page .float-sec li a#sec-4{
	background-image: url(../images/suite_sec4_float.png);
}
.zone-suite-page .float-sec li a#sec-5{
	background-image: url(../images/suite_sec5_float.png);
}
.zone-suite-page .float-sec li a#sec-6{
	background-image: url(../images/suite_sec6_float.png);
}
.zone-suite-page .float-sec li a:hover {
	background-position: 0 0;
	opacity: 1;
}
.zone-suite-page .float-sec a.active {
	opacity: 1;
	background: url(../images/suite_float_dot_a.png) no-repeat  84px center !important;
}
.zone-suite-page .float-sec a.btn {
	display: block;
	width: 26px;
	height: 26px;
	float: right;
	text-indent: -99em;
	overflow: hidden;
	background: url(../images/suite_float_btn.png) center top;
}
.zone-suite-page .float-sec a.btn.btn-bottom {
	background-position: center bottom;
}
.zone-suite-page .float-sec a.btn.btn-top:hover{
	background-position: center bottom;
}