/**
 * copyright (c) 2000 - 2018 xinhuanet.com all rights reserved.
 * xinhua-talking v1.9.11
 * @time 2018-05-22-18.08.05
 */
.ani-btn,.nav-btn,.scenes1-title-2,.scenes1-title-3,.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.scenes5-cont-big-pic-cont-item-tit-main-wrapper,.scenes5-img-tit {
	word-wrap: break-word
}

body,html {
	position: relative;
	height: 100%
}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: microsoft yahei,microsoft yahei lights,arial
}

/*img {
	display: block;
	outline: 0;
	border: none
}*/

a:hover {
	color: #1080f2!important
}

.clearfix:after,.scenes1-title-top:after {
	content: '';
	display: inline-block;
	width: 100%;
	clear: both;
	overflow: hidden;
	height: 0
}

.swiper-slide,.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: relative
}

.overflow-hidden {
	overflow: hidden
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	padding-top:50px;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-ms-flex-align: start;
	align-items: flex-start;
	transition-property: transform,height
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.swiper-button-next,.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	background-image: ;
	left: 10px;
	right: auto
}

.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: 
}

.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: 
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	background-image: ;
	right: 10px;
	left: auto
}

.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: 
}

.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: 
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}

.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255,255,255,.5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}

.swiper-container-3d {
	-o-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}

.swiper-container-cube,.swiper-container-flip {
	overflow: visible
}

.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next .swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	filter: blur(50px);
	z-index: 0
}

.scenes5-cont-big-pic-cont-item-tit,.scenes5-cont-pic-list-unit-bg {
	filter: progid:dximagetransform.microsoft.gradient(startcolorstr= '#e5e5e5', endcolorstr='#000000', gradienttype=0)
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: '/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.ani-btn.active:after,.ani-btn:after,.scenes-swiper-btn .icon:after,.scenes1 .swiper-pagination-bullet:after,.scenes1-absract:before,.scenes2 .scenes2-logo:after,.scenes3 .swiper-pagination-bullet:after {
	content: ''
}

.ani-btn.active:after,.ani-btn:after,.ani-pic-btn {
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden
}

.swiper-lazy-preloader-white:after {
	background-image: '/><use xlink:href='#l' opacity='.27' transform='rotate(60 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(90 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(120 60,60)'/><use xlink:href='#l' opacity='.27' transform='rotate(150 60,60)'/><use xlink:href='#l' opacity='.37' transform='rotate(180 60,60)'/><use xlink:href='#l' opacity='.46' transform='rotate(210 60,60)'/><use xlink:href='#l' opacity='.56' transform='rotate(240 60,60)'/><use xlink:href='#l' opacity='.66' transform='rotate(270 60,60)'/><use xlink:href='#l' opacity='.75' transform='rotate(300 60,60)'/><use xlink:href='#l' opacity='.85' transform='rotate(330 60,60)'/></g></svg>")
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.title-1 {
	line-height: 38px;
	font-size: 20px;
	font-weight: 700;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}

.title-2 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700
}

.title-3 {
	margin-left: 20px;
	font-size: 16px;
	line-height: 24px;
        max-width:516px;
        overflow: hidden; 
        text-overflow:ellipsis;
        white-space: nowrap;
}

.title-4 {
	text-align: right;
	line-height: 68px;
	font-size: 30px;
	color: #666
}

.abs {
	line-height: 30px;
	font-size: 16px;
	color: #fff
}

.scenes3-absract.abs {
	line-height: 34px;
	font-size: 16px;
	color: #888
}

.top-text {
	line-height: 3.3vh;
	font-size: 2.2vh;
	color: #333
}

.nav-btn .t {
	line-height: 67px;
	color: #fff
}

.ani-btn,.ani-btn a {
	color: #1080f2
}

.ani-btn {
	display: inline-block;
	border: 1px solid #09f;
	padding: 0 60px 0 20px;
	line-height: 40px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	clear: both;
	margin-bottom: 9px
}

.ani-btn a:hover,.ani-btn.active a {
	color: #fff!important
}

.ani-btn.active,.ani-btn:hover,.ani-btn:hover .t a {
	color: #fff
}

.ani-btn,.ani-btn:after {
	transition: all 2s
}

.ani-btn .t {
	position: relative;
	z-index: 2
}

.ani-btn .b,.ani-btn.active:after,.ani-btn:after,.ani-pic-btn,.scenes-swiper-btn .b,.scenes-swiper-btn .swiper-button-content,.scenes-swiper-btn .swiper-button-content .p,.scenes-swiper-btn .swiper-button-content .t {
	position: absolute;
	top: 50%
}

.ani-btn .b {
	height: 40px;
	margin-top: -20px;
	width: 40px;
	right: 0;
	background-color: #09f;
	border-radius: 100%;
	z-index: 1;
	transform: scale(0);
	transition: transform 2s
}

.ani-btn.active .b,.ani-btn:hover .b {
	transform: scale(18)
}

.ani-btn.active:after,.ani-btn:after {
	display: block;
	width: 40px;
	height: 40px;
	right: 0;
	margin-top: -20px;
	z-index: 3;
	border-left: #09f 1px solid;
	background-image: ;
	background-color: transparent
}

.ani-btn.active:after,.ani-btn:hover:after {
	background-image: ;
	background-color: #439ffd;
	border-left: #439ffd 1px solid
}

.ani-pic-btn {
	left: 50%;
	width: 110px;
	height: 110px;
	margin-top: 210px;
	border-radius: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	z-index: 2;
	cursor: pointer;
	background-color: transparent;
	background-image: url(/uploads/image/wsindex-assets/icon-play.png);
	transition: all 1s
}

.ani-pic-btn:hover {
	background-image: 
}

.scenes-swiper-btn {
	height: 118px;
	margin-top: -59px;
	background-size: auto;
	width: 118px;
	background-color: rgba(0,0,0,.1);
	background-image: none;
	cursor: pointer;
	overflow: hidden;
	transition: width 2s
}

.scenes-swiper-btn .swiper-button-content {
	width: 336px;
	height: 102px;
	margin-top: -51px;
	z-index: 4;
	transition: transform 1s
}

.scenes-swiper-btn .swiper-button-content .p {
	width: 102px;
	height: 102px;
	overflow: hidden;
	margin-top: -51px
}

.scenes-swiper-btn .swiper-button-content .t {
	width: 214px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	font-weight: 400;
	margin-top: -38px
}

.scenes-swiper-btn .swiper-button-content .t .a {
	font-size: 18px;
	line-height: 28px;
	margin-top: 3px
}

.footer,.footer a,.top-nav,.top-nav a {
	color: #333;
	font-size: 14px
}

.scenes-swiper-btn .icon,.scenes-swiper-btn .icon:after {
	display: block;
	width: 118px;
	height: 118px;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -59px
}

.prev .icon,.prev .icon:after {
	background-position: 39px center;
	left: 0;
	right: auto
}

.next .icon,.next .icon:after {
	background-position: 45px center;
	left: auto;
	right: 0
}

.scenes-swiper-btn .icon {
	transition: all .5s;
	z-index: 3;
	transform: translatex(0)
}

.scenes-swiper-btn .icon:after {
	display: none;
	margin-left: 118px
}

.scenes-swiper-btn .b {
	transition: transform 2s;
	width: 118px;
	height: 118px;
	margin-top: -59px;
	background-color: #1080f2;
	border-radius: 100%;
	transform: scale(0);
	z-index: 2
}

.scenes-swiper-btn.active,.scenes-swiper-btn:hover {
	width: 435px;
	background-color: transparent
}

.scenes-swiper-btn.active .swiper-button-content,.scenes-swiper-btn:hover .swiper-button-content {
	transform: translatex(0)
}

.scenes-swiper-btn.active .b,.scenes-swiper-btn:hover .b {
	transform: scale(10)
}

.scenes-swiper-btn.active .icon:after,.scenes-swiper-btn:hover .icon:after {
	display: block
}

.prev {
	left: 0;
	right: auto
}

.next {
	left: auto;
	right: 0
}

.prev .swiper-button-content {
	right: 8px;
	left: auto;
	transform: translatex(-200px)
}

.next .swiper-button-content {
	right: auto;
	left: 8px;
	transform: translatex(360px)
}

.prev .swiper-button-content .p {
	left: auto;
	right: 0
}

.next .swiper-button-content .p,.prev .swiper-button-content .t {
	left: 0;
	right: auto
}

.prev .swiper-button-content .p img {
	display: inline;
	width: 102px;
	height: auto
}

.scenes1-qrcode-url,.sub-menu {
	display: none
}

.next .swiper-button-content .p img {
	width: 102px;
	height: auto
}

.next .swiper-button-content .t {
	left: auto;
	right: 0
}

.prev .icon {
	background-image: url(/uploads/image/wsindex-assets/icon-prev.png)
}

.next .icon {
	background-image: url(/uploads/image/wsindex-assets/icon-next.png)
}

.prev .icon:after {
	background-image: 
}

.next .icon:after {
	right: 118px;
	background-image: 
}

.prev .b {
	left: 0;
	right: auto;
	margin-left: -118px;
	margin-right: auto
}

.next .b {
	left: auto;
	right: 0;
	margin-left: auto;
	margin-right: -118px
}

.scenes-swiper-btn-tiny .b,.scenes-swiper-btn-tiny .icon {
	width: 39px;
	position: absolute;
	top: 50%;
	margin-top: -19.5px;
	left: 50%;
	margin-left: -19.5px;
	height: 39px
}

.prev:hover .icon {
	transform: translatex(-128px)
}

.prev.active .icon,.prev:hover:active .icon {
	transform: translatex(-138px)
}

.next.active .icon,.next:hover .icon {
	transform: translatex(128px)
}

.next:hover:active .icon {
	transform: translatex(138px)
}

.scenes-swiper-btn-tiny {
	top: 50%;
	width: 39px;
	height: 39px;
	border: 1px solid #1080f2;
	background: 0 0;
	overflow: hidden
}

.nav-icon,.scenes-swiper-btn-tiny .icon {
	background-position: center;
	background-repeat: no-repeat
}

.scenes-swiper-btn-tiny .icon {
	background-size: auto 60%;
	z-index: 2
}

.scenes-swiper-btn-tiny .b,.scenes-swiper-btn-tiny .icon {
	transition: transform 1.5s
}

.scenes-swiper-btn-tiny .b {
	background-color: #1080f2;
	border-radius: 100%;
	transform: scale(0);
	z-index: 1
}

.prev-tiny {
	left: auto;
	right: 6.5vh
}

.next-tiny {
	left: auto;
	right: .4vh
}

.footer,.top-nav {
	width: 1200px;
	position: absolute;
	left: 50%
}

.prev-tiny .icon {
	background-image: !important
}

.prev-tiny:hover .icon {
	background-image: !important
}

.next-tiny .icon {
	background-image: !important
}

.next-tiny:hover .icon {
	background-image: !important
}

.scenes-swiper-btn-tiny:hover .b {
	transform: scale(4)
}

.footer,.footer a {
	line-height: 20px
}

.footer {
	margin-left: -600px;
	bottom: 0;
	text-align: center;
	padding: 20px 0
}

.top-nav {
	margin: 0 auto 0 -600px;
	height: 39px;
	line-height: 39px;
	top: 0;
	z-index: 99
}

.nav,.nav-logo {
	position: absolute;
	left: 0
}

.top-nav a {
	margin-right: 23px
}

.nav,.nav-btn,.nav-btn .t,.nav-btn-box {
	/*height: 66px*/
        border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.nav {
	width: 100%;
	background-color: rgba(255,255,255,.95); 
	z-index: 99;
	top: 0;
	bottom: auto;
	color: #fff
}

.nav-istop {
	top: 0;
	bottom: auto
}

.nav-logo,.nav-logo img {
	height: 37px
}

.nav-logo {
	z-index: 2;
	top: 50%;
	margin-top: -15.5px
}

.nav-btn-box {
	margin-left: 133px;
	position: relative;
	width: 1000px
}

.nav-line {
	height: 4px;
	width: 47px;
	margin-left: 42px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background-color: #fff;
	z-index: 2
}

.nav-btn {
	position: relative;
	width: 100px;
	margin-right: 20px;
	z-index: 1
}

.nav-btn .t {
	position: absolute;
	top: 50%;
	left: 42px;
	margin-top: -33px
}

.nav-icon {
	width: 42px;
	height: 67px
}

.nav-icon-1 {
	background-image: 
}

.nav-icon-2 {
	background-image: 
}

.nav-icon-3 {
	background-image: 
}

.nav-icon-4 {
	background-image: 
}

.nav-icon-5 {
	background-image: 
}

.nav-sjwd {
	width: 160px
}

.nav-sjwd-icon {
	background-image: 
}

.nav {
	overflow: visible
}

.sub-menu {
	position: absolute;
	top: auto;
	bottom: 0;
	left: 50%;
	margin-left: 100px
}

.sub-menu ul,.sub-menu ul li {
	margin: 0
}

.sub-menu ul {
	list-style: none;
	margin-bottom: 60px;
	background: #1080f2;
	padding: 10px 0;
	font-size: 16px
}

.cover,.cover-logo {
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute
}

.sub-menu ul li {
	line-height: 32px;
	padding: 0 20px
}

.sub-menu ul li a {
	color: #fff;
	font-weight: 400!important
}

.sub-menu ul li a:hover {
	color: orange!important
}

.nav-istop .sub-menu {
	top: 0;
	bottom: auto
}

.nav-istop .sub-menu ul {
	margin-top: 60px
}

.cover {
	background-image: ;
	background-position: center;
	background-color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}

.cover-logo {
	background-image: ;
	width: 330px;
	height: 142px;
	top: 50%;
	left: 50%;
	margin-left: -165px;
	margin-top: -71px
}

.ie10 .cover-logo,.ie9 .cover-logo,.oldie .cover-logo {
	background-image: 
}

a {
	text-decoration: none;
	color: #000
}

.swiper-container {
	width: 100%;
	height: 100%
}

.scenes-slide {
	text-align: left;
	font-size: 18px;
	background-color: #fff
}

.part,.part_swiper-slide {
	width: 1200px;
	margin: 0 auto;
	position: relative
}

.part_swiper-slide {
	height: 100%
}

.scenes5-cont-pic-list-unit-box,.scenes5-img-tit {
	cursor: pointer
}

.scenes1-mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999
}

.scenes1-mask iframe,.scenes1-mask-close {
	top: 50%;
	left: 50%;
	margin-top: -268px;
	position: absolute
}

.scenes1-mask iframe {
	border: none;
	outline: 0;
	width: 680px;
	height: 535px;
	margin-left: -340px;
	box-shadow: 0 0 68px rgba(0,0,0,.3)
}

.scenes1-mask-close {
	width: 40px;
	height: 40px;
	color: #000;
	overflow: hidden;
	z-index: 2;
	margin-left: 340px;
	cursor: pointer;
	background:  center center no-repeat #fff
}

.scenes1,.scenes1-parallax-bg {
	background-image: url(/uploads/image/wsindex-assets/bg.png);
	background-size: 100% 100%;
	background-repeat: repeat;
	background-position: center
}

.scenes1-parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 140%;
	height: 100%
}

.scenes1 .swiper-slide-next,.scenes1 .swiper-slide-prev {
	overflow: hidden
}

.scenes1-logo {
	position: absolute;
	top: 160px;
	left: -9px;
	width: 169px;
	height: 82px;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center
}

.scenes1-content,.scenes1-title-1,.scenes1-title-4,.scenes1-title-top {
	position: absolute;
	width: 550px
}

.scenes1-title-top {
	top: 110px;
	left: 0;
	height: 70px
}

.scenes1-title-1 {
	top: 240px;
	left: 0;
        text-align: left;
        font-size:38px !important;
        line-height:60px;
        color:#fff !important
}

.scenes1-title-4 {
	top: 490px;
	left: 0
}

.scenes1-content {
	top: 500px;
	left: 0
}

.scenes1-absract {
	margin-bottom: 40px;
	padding-left: 24px;
	position: relative;
	overflow: hidden;
        text-align:left;
}

.scenes1-absract:before {
	overflow: hidden;
	background: #fff;
	width: 3px;
	position: absolute;
	top: 8px;
	left: 0;
	bottom: 6px
}

.scenes1-tool {
	position: relative
}

.scenes1-qrcode {
	position: absolute;
	right: 0;
	top: 0;
	width: 108px;
	height: 108px;
	float: right
}

.scenes1-pic {
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 100%;
	width: 620px;
	cursor: pointer
}

.scenes1-pic img {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 85%;
	z-index: 1
}

.scenes1 .swiper-pagination {
	bottom: 107px;
	height: 20px;
	text-align: left;
	width: 230px;
	left: 50%;
	margin-left: -597px
}

.scenes1 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	margin: 0 28px 0 0!important;
	border: 1px solid transparent;
	position: relative!important;
	background-color: #09f!important;
	opacity: 1
}

.scenes1 .swiper-pagination-bullet:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	margin-left: -10px;
	height: 18px;
	margin-top: -10px;
	border-radius: 0;
	border: 1px solid #09f;
	display: none
}

.scenes1 .swiper-pagination-bullet-active:after {
	display: block
}

.scenes1 .swiper-button-content .t {
	width: 224px;
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	font-weight: 400;
	margin-top: -36px
}

.scenes1-btn-1 .scenes1-pic {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	left: auto;
	right: 0;
	top: 50%;
	margin-top: -20px;
	margin-left: 0;
	position: absolute;
	z-index: 4;
	cursor: pointer
}

.scenes2,.scenes2-bg {
	width: 100%;
	height: 900px
}

.scenes2 {
	background-image: ;
	background-size: cover;
	background-position: center
}

.scenes2-bg {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none
}

.ctlheight {
/*	margin-top: 10px!important;
	padding-top: 30px!important*/
}

.ctlheight .scenes-swiper-btn-tiny {
	top: auto!important;
	bottom: 140px
}

.ctlheight .scenes2-title-box {
	top: 640px
}

.ctlheight .scenes2-title-box .title-2 {
	font-size: 40px;
	line-height: 46px
}

.ctlheight .scenes2-title-box .title-3 {
	line-height: 22px;
	margin-top: 0
}

.ctlheight .scenes2-title-box .title-1 {
	font-size: 30px
}

.ctlheight .scenes2-top-text {
	margin-top: 10px;
	font-size: 18px;
	line-height: 26px
}

.scenes2 .swiper-slide,.scenes2-container {
	position: relative;
	z-index: 2;
	width: 1200px;
	height: 720px
}

.scenes2-container {
	margin: 0 auto 0;
	padding-top:50px;
	/*overflow: visible*/
}

.scenes2 .item,.scenes2 .mask,.scenes2 .scenes-pic {
	width: 170px;
	height: 170px
}

.scenes2 .item-0,.scenes2 .item:nth-child(1) {
	margin-left: 513px
}

.scenes2 .scenes-pic {
	background-color: #fff
}

.scenes2 .scenes-pic img {
	width: auto;
	height: 100%;
	margin: 0 auto;
	/*background: url(/uploads/image/wsindex-assets/bottom-nav-logo.png) center center no-repeat #ccc*/
}

.scenes2 .item {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	z-index: 1
}

.scenes2 .mask,.scenes2 .scenes-pic,.scenes2-top-box {
	position: absolute;
	top: 0;
	left: 0
}

.scenes2 .mask {
	z-index: 2;
	background-color: rgba(0,0,0,.45)
}

.scenes2 .scenes-pic {
	z-index: 1
}

.scenes2-top-box {
	z-index: 2
}

.scenes2 .scenes2-logo {
	width: 164px;
	height: 156px;
	top:20px;
	background-color: #dd0000;
	background-image: url(/uploads/image/wsindex-assets/tipft.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative
}

.scenes2 .scenes2-logo:after {
	display: block;
	position: absolute;
	left: 0;
	width: 65px;
	height: 2px;
	overflow: hidden
}

.scenes2-top-text {
	margin-top: 2vh
}

.scenes2-title-box {
	position: absolute;
	bottom: 1px;
	right: 0;
	width: 730px;
	height:140px;
	z-index: 3
}

.scenes2-title-box .t1 {
	clear: both;
	margin-top: 60px;
        max-width:500px;
}

.scenes2-title-box .t2,.scenes2-title-box .t3 {
	float: left
}

.scenes2 .scenes-swiper-btn-tiny {
	top:700px;
	position: absolute;
}

.scenes3 {
	width: 100%;
	height: 100%;
	background-image: ;
	background-size: cover;
	background-position: center
}

.scenes3-col-title {
	position: absolute;
	top: 116px;
	left: 50%;
	margin-left: -600px;
	z-index: 2
}

.scenes3 .swiper-slide {
	z-index: 2
}

.scenes3-title {
	top: 15vh;
	position: absolute;
	text-align: center;
	width: 100%
}

.scenes3-title img {
	margin: 0 auto
}

.scenes3-absract {
	position: relative;
	top: 26vh;
	width: 830px;
	left: 50%;
	margin-left: -415px;
	text-align: center
}

.scenes3-absract .quot-left,.scenes3-absract .quot-right {
	content: '';
	overflow: hidden;
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 12px;
	background-repeat: no-repeat
}

.scenes3-absract .quot-left {
	left: -60px;
	background-image: ;
	background-position: 0 0
}

.scenes3-absract .quot-right {
	right: -60px;
	background-image: ;
	background-position: right 0
}

.scenes3 .swiper-pagination {
	display: block;
	text-align: center;
	position: absolute;
	z-index: 9999;
	bottom: 30px;
	height: 30px
}

.scenes3 .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	margin: 0 28px 0 0!important;
	border: 1px solid transparent;
	position: relative!important;
	background-color: #09f!important;
	opacity: 1
}

.scenes3 .swiper-pagination-bullet:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	margin-left: -10px;
	height: 18px;
	margin-top: -10px;
	border-radius: 0;
	border: 1px solid #09f;
	display: none
}

.scenes3 .swiper-pagination-bullet-active:after {
	display: block
}

.scenes3 .swiper-slide-next,.scenes3 .swiper-slide-prev {
	overflow: hidden
}

.scenes3-bg {
	pointer-events: none;
	width: 140%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -10%;
	overflow: hidden;
	opacity: .2
}

.scenes3-bg-ani {
	position: absolute;
	left: 0;
	top: 0
}

.scenes3-container-in {
	top: 28vh;
	padding-top: 90px
}

.scenes3-container-in .swiper-slide {
	width: 222px;
	height: 337px;
	position: relative;
	text-align: center;
	cursor: pointer;
	transition: all 1s
}

.scenes3-container-in .swiper-slide .p {
	margin: 0 auto 0 -96px;
	width: 192px;
	height: 211px;
	position: absolute;
	top: 0;
	z-index: 2;
	left: 50%;
	pointer-events: none
}

.scenes3-container-in .swiper-slide .p img {
	margin: 0 auto;
	pointer-events: none;
	width: 192px;
	height: 221px
}

.scenes3-container-in .swiper-slide .a,.scenes3-container-in .swiper-slide .t {
	width: 178px;
	margin-left: -89px;
	left: 50%;
	position: absolute;
	overflow: hidden;
	pointer-events: none;
	font-weight: 700
}

.scenes3-container-in .swiper-slide .t {
	color: #444;
	font-size: 16px;
	line-height: 30px;
	top: 231px;
	height: 30px
}

.scenes3-container-in .swiper-slide .a {
	font-size: 14px;
	color: #888;
	line-height: 22px;
	top: 261px;
	height: 44px
}

.scenes3-container-in .swiper-slide.active .t {
	color: #0081ff
}

.ani-line1,.ani-line2,.ani-line3,.ani-line4 {
	position: absolute;
	overflow: hidden;
	z-index: 1
}

.ani-line1 {
	width: 0;
	margin-left: 0;
	height: 2px;
	background-color: #0081ff;
	top: 66px;
	left: 50%;
	transition: all .2s;
	transition-delay: .7s
}

.scenes3-container-in .swiper-slide.active .ani-line1,.scenes3-container-in .swiper-slide:hover .ani-line1 {
	width: 214px;
	margin-left: -107px;
	transition: all .2s;
	transition-delay: 0
}

.ani-line2 {
	height: 0;
	top: 66px;
	width: 212px;
	border-left: #0081ff 2px solid;
	border-right: #0081ff 2px solid;
	left: 0;
	transition: all .4s;
	transition-delay: .3s
}

.scenes3-container-in .swiper-slide.active .ani-line2,.scenes3-container-in .swiper-slide:hover .ani-line2 {
	height: 265px;
	transition-delay: .2s
}

.ani-line3,.ani-line4 {
	width: 0;
	height: 2px;
	background-color: #0081ff;
	bottom: 6px;
	transition: all .1s;
	transition-delay: .2s
}

.ani-line3 {
	left: 0
}

.ani-line4 {
	right: 0
}

.scenes3-container-in .swiper-slide.active .ani-line3,.scenes3-container-in .swiper-slide.active .ani-line4,.scenes3-container-in .swiper-slide:hover .ani-line3,.scenes3-container-in .swiper-slide:hover .ani-line4 {
	width: 70px;
	transition-delay: .6s
}

.scenes3-container-in .swiper-slide .btn {
	width: 82px;
	color: #0081ff;
	position: absolute;
	left: 50%;
	margin-left: -41px;
	font-size: 12px;
	text-align: left;
	text-indent: 9px;
	overflow: hidden;
	background-image: ;
	background-repeat: no-repeat;
	background-position: 62px center;
	line-height: 18px;
	bottom: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: all .2s;
	transition-delay: 0
}

.bg-scenes4,.scenes4 {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 100%
}

.scenes3-container-in .swiper-slide.active .btn,.scenes3-container-in .swiper-slide:hover .btn {
	opacity: 1;
	transition-delay: .7s
}

.scenes4-items-date,.scenes4-items-month:after,.scenes4-items-squar,.scenes4-items-squar-bg,.scenes4-items-tit,.scenes4-items-tit:after,.transition-ani {
	transition: all 1s ease 0s
}

.scenes3-container-in .scenes-swiper-btn-tiny {
	top: 0;
	margin-top: 0
}

.scenes3-container-in .prev-tiny {
	left: auto;
	right: 73px
}

.scenes3-container-in .next-tiny {
	left: auto;
	right: 11px
}

.bg-scenes4 {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	pointer-events: none;
	background-image: 
}

.part_scenes4 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	margin-left: -600px;
	height: 100%
}

.scenes4-container {
	z-index: 10;
	width: 1200px;
	margin: 0 auto;
	font-family: "微软雅黑";
	top: 50%;
	left: 50%;
	margin-top: -375px!important;
	margin-left: -600px!important;
	position: absolute
}

.scenes4-head {
	height: 62px;
	background: url(/uploads/image/wix2img/s4_tit_pic.png) left top no-repeat
}

.scenes4-hot-wrapper {
	float: left;
	padding-top: 94px;
	padding-left: 46px
}

.scenes4-hot {
	position: relative;
	width: 396px;
	padding: 8px 34px 80px;
	background-image: linear-gradient(to right,#1080f2 0,#4d9fed 100%),linear-gradient(to bottom,#4d9fed 0,#9ac7e6 100%),linear-gradient(to right,#5da7eb 0,#9ac7e6 100%),linear-gradient(to bottom,#1080f2 0,#5da7eb 100%);
	background-position: left top,right top,left bottom,left top;
	background-size: 100% 8px,8px 100%,100% 8px,8px 100%;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat
}

.scenes4-hot-img-wrapper {
	height: 245px
}

.scenes4-hot-img {
	position: relative;
	top: -46px;
	left: -80px;
	display: block;
	width: 412px;
	height: 275px
}

.scenes4-hot-img-wrapper:before {
	content: "";
	position: absolute;
	top: -31px;
	left: -39px;
	z-index: 10;
	width: 396px;
	height: 259px;
	border: 1px solid #a0ade6;
	border: 1px solid rgba(255,255,255,.5)
}

.scenes4-hot-tit {
	font-size: 26px;
	line-height: 38px;
	font-weight: 700;
	color: #000
}

.scenes4-hot-pubpart,.scenes4-info-pubtime {
	display: inline-block;
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 40px;
	color: #000
}

.scenes4-info-pubtime {
	padding-left: 30px;
	padding-right: 16px;
	background-image: url(/uploads/image/wix2img/s4_alarm_clock.png)
}

.scenes4-hot-pubpart {
	padding-left: 26px;
	background-image: url(/uploads/image/wix2img/s4_location_icon.png)
}

.scenes4-hot-abst {
	font-size: 14px;
	line-height: 24px;
	color: #727272
}

.scenes4-hot-detail {
	float: left;
	display: block;
	width: 100px;
	height: 28px;
	margin-top: 20px;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #1080f2;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #1080f2;
	position: relative
}

.scenes4-hot-detail:hover .t {
	color: #fff
}

.scenes4-hot-detail .b {
	right: -20px
}

.scenes4 .ani-btn-reset {
	display: block;
	float: none;
	padding: 0;
	margin-bottom: 0;
	border: none;
	line-height: 100%;
	font-size: inherit;
	color: #fff
}

.scenes4 .ani-btn.active:after,.scenes4 .ani-btn:after {
	display: none;
	background-image: none
}

.scenes4-list {
	float: right;
	height: 700px
}

.scenes4-list-wrapper {
	position: relative;
	width: 600px;
	width: 614px;
	height: 680px;
	overflow: hidden;
	overflow: auto
}

.scenes4-pagination {
	position: absolute;
	left: 80%;
	bottom: -12px
}

.scenes4-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 0;
	margin: 0 28px 0 0!important;
	border: 1px solid transparent;
	position: relative!important;
	background-color: #09f!important;
	opacity: 1
}

.scenes4-pagination .swiper-pagination-bullet-active:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	margin-left: -10px;
	height: 18px;
	margin-top: -10px;
	border-radius: 0;
	border: 1px solid #09f;
	display: block
}

.scenes4-items {
	width: 574px;
	padding-top: 6px;
	margin: 0 auto
}

.scenes4-items-text {
	padding-left: 24px;
	border-left: 1px dashed #d6d6d6;
	float: right;
	width: 450px
}

.scenes4-items-tit {
	display: block;
	position: relative;
	padding-top: 26px;
	padding-bottom: 16px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	color: #000
}

.scenes4-items-tit:after,.scenes4-items-tit:before {
	content: "";
	position: absolute;
	display: block
}

.scenes4-items-tit:after {
	top: 30px;
	left: -33px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100%
}

.scenes4-items-tit:before {
	top: 34px;
	left: -29px;
	z-index: 10;
	width: 10px;
	height: 10px;
	background-color: #1080f2;
	border-radius: 100%
}

.scenes4-items-abstr {
	padding-bottom: 23px;
	border-bottom: 1px solid #ececec;
	font-size: 14px;
	line-height: 26px;
	color: #818181
}

.scenes4-items-squar {
	float: left;
	width: 60px;
	height: 60px;
	margin-top: 8px;
	border: 1px solid #d0d0d0;
	background-color: #f0f0f0;
	transform: rotate3d(0,0,1,45deg);
	cursor: pointer;
	overflow: hidden
}

.scenes4-items-squar-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 100%;
	transform: scale3d(0,0,0);
	background-color: #1080f2
}

.scenes4-items-squar-cont {
	position: relative;
	z-index: 5;
	height: 100%;
	transform: rotate3d(0,0,1,-45deg)
}

.scenes4-items-date {
	position: absolute;
	color: #8a8a8a
}

.scenes4-items-month {
	position: relative;
	font-size: 22px;
	top: 8px;
	left: 8px
}

.scenes4-items-month:after {
	content: "|";
	position: absolute;
	top: 10px;
	left: 24px;
	font-size: 24px;
	color: #8a8a8a;
	transform: rotate3d(0,0,1,45deg)
}

.scenes4-items-day {
	font-size: 12px;
	top: 32px;
	left: 36px
}

.scenes4-items:hover .scenes4-items-squar {
	border-color: #1080f2
}

.scenes4-items:hover .scenes4-items-squar-bg {
	transform: scale3d(2,2,1)
}

.scenes4-items:hover .scenes4-items-date,.scenes4-items:hover .scenes4-items-date:after {
	color: #fff
}

.scenes4-items:hover .scenes4-items-tit {
	color: #1080f2
}

.scenes4-items:hover .scenes4-items-tit:after {
	top: 30px;
	left: -33px;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 100%
}

.scenes4 .slimscrolldiv {
	padding-right: 12px
}

.ctlheight4 .scenes4-head {
	position: absolute;
	left: 0;
	width: 500px;
	z-index: 1;
	pointer-events: none
}

.ctlheight4 .scenes4-body {
	padding-top: 50px
}

.scenes5 {
	font-family: "微软雅黑";
	background: url(/uploads/image/wix2img/bg_s5.png) center top no-repeat;
	background-size: cover
}

.scenes5-cont-big-pic,.scenes5-cont-pic-list-left,.scenes5-cont-pic-list-right,.scenes5-txt {
	float: left
}

.scenes5-cont-pic-list-left {
	padding-top: 12px
}

.scenes5-cont-pic-list-right {
	float: right
}

.scenes5-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -340px;
	margin-left: -600px;
	width: 1200px;
	height: 718px;
	overflow: hidden
}

.scenes5-cont-pic-list-unit-bg-left,.scenes5-img-tit-left {
	left: 0
}

.scenes5-head {
	padding-bottom: 45px
}

.scenes5-head-link {
	position: relative;
	display: inline-block;
	height: 72px;
	font-size: 34px;
	line-height: 72px;
	font-weight: 700;
	color: #333
}

.scenes5-head-link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 2em;
	padding-top: 2px;
	background: #edbf07;
	font-size: inherit
}

.scenes5-cont-pic-list-unit {
	position: relative;
	float: left;
	width: 94px;
	height: 578px;
	margin-right: 5px;
	transform-style: preserve-3d
}

.scenes5-cont-pic-list-unit-right:last-child {
	margin-right: 0
}

.scenes5-cont-pic-list-unit-box {
	position: relative;
	width: 100%;
	height: 100%;
	transform: perspective(1280px) rotate3d(0,1,0,0deg);
	transition: all 1s ease 0s
}

.scenes5-cont-pic-list-unit-bg,.scenes5-img-tit {
	position: absolute;
	font-size: 16px;
	bottom: 0;
	color: #fff;
	text-align: center
}

.scenes5-cont-pic-list-unit-box-left {
	transform: perspective(1280px) rotate3d(0,1,0,30deg)
}

.scenes5-cont-pic-list-unit-box-right {
	transform: perspective(1280px) rotate3d(0,1,0,-30deg)
}

.scenes5-cont-pic-list-unit-box-nonerotate {
	transform: perspective(1280px) rotate3d(0,1,0,0deg)
}

.scenes5-cont-img {
	display: block;
	width: 100%;
	height: 100%
}

.scenes5-cont-bg-img {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover
}

.scenes5-cont-pic-list-unit-bg {
	width: 42px;
	height: 100%;
	background: #e5e5e5;
	background: linear-gradient(to bottom,rgba(229,229,229,.8) 0,rgba(0,0,0,.8) 100%)
}

.scenes5-cont-pic-list-unit-bg-right {
	right: 0
}

.scenes5-img-tit {
	display: block;
	z-index: 10;
	width: 1em;
	padding-left: 8px;
	padding-bottom: 12px;
	transform: translate3d(8px,0,50px)
}

.scenes5-img-tit-right {
	right: 24px;
	padding-left: 0
}

.scenes5-img-tit-wrapper {
	position: relative;
	display: block;
	padding-bottom: 20px
}

.scenes5-img-tit-wrapper:after,.scenes5-img-tit-wrapper:before {
	position: absolute;
	left: 6px;
	font-size: 20px;
	color: #fff
}

.scenes5-img-tit-wrapper:before {
	content: "[";
	top: -18px;
	transform: rotate3d(0,0,1,90deg)
}

.scenes5-img-tit-wrapper:after {
	content: "]";
	bottom: 0;
	transform: rotate3d(0,0,1,90deg)
}

.scenes5-cont-big-pic {
	position: relative;
	width: 382px;
	height: 600px;
	overflow: hidden
}

.scenes5-cont-big-pic-cont {
	position: relative;
	width: 100%;
	height: 100%
}

.scenes5-cont-big-pic-cont-item {
	position: relative;
	position: absolute;
	float: left;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.scenes5-cont-big-pic-cont-item-img {
	width: 100%;
	height: 100%
}

.scenes5-cont-big-pic-cont-item-tit {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	background: #e5e5e5;
	background: linear-gradient(to bottom,rgba(229,229,229,.8) 0,rgba(0,0,0,.8) 100%)
}

.scenes5-cont-big-pic-cont-item-tit-big {
	position: absolute;
	left: 6px;
	bottom: 0;
	display: block;
	width: 18px;
	padding-bottom: 14px;
	font-size: 18px;
	font-family: "黑体";
	color: #fff
}

.scenes5-cont-big-pic-cont-item-tit-small {
	position: absolute;
	left: 36px;
	bottom: 0;
	float: left;
	width: 1em;
	padding-bottom: 14px;
	font-size: 16px;
	font-weight: 700;
	color: #fff
}

.scenes5-cont-big-pic-cont-item-tit-big:hover,.scenes5-cont-big-pic-cont-item-tit-small:hover,.scenes5-img-tit:hover {
	color: #fff
}

.scenes5-cont-big-pic-cont-item-tit-small-wrapper {
	position: relative;
	display: block;
	padding-bottom: 20px
}

.scenes5-cont-big-pic-cont-item-tit-small-wrapper:after,.scenes5-cont-big-pic-cont-item-tit-small-wrapper:before {
	position: absolute;
	left: 6px;
	font-size: 20px;
	color: #fff
}

.scenes5-cont-big-pic-cont-item-tit-small-wrapper:before {
	content: "[";
	top: -18px;
	transform: rotate3d(0,0,1,90deg)
}

.scenes5-cont-big-pic-cont-item-tit-small-wrapper:after {
	content: "]";
	bottom: 0;
	transform: rotate3d(0,0,1,90deg)
}

.scenes5-txt {
	position: relative;
	width: 300px
}

.scenes5-txt-big-tit {
	position: relative;
	height: 238px
}

.scenes5-txt-big-tit-cont {
	position: relative;
	z-index: 20;
	left: -62px;
	top: 44px;
	width: 294px;
	height: 122px;
	padding: 32px 34px 16px;
	margin: 0 auto;
	background-color: #fff;
	background-image: linear-gradient(to right,#69b8f3 0,#69b8f3 100%),linear-gradient(to bottom,#63eaff 0,#62d7ff 100%),linear-gradient(to right,#63eaff 0,#5c88ff 100%),linear-gradient(to bottom,#5c88ff 0,#5a74ff 100%);
	background-position: left bottom,left top,left top,right top;
	background-size: 100% 4px,2px 100%,100% 2px,2px 100%;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat
}

.scenes5-txt-big-tit-cont-small {
	position: relative;
	display: inline-block;
	height: 24px;
	padding: 0 8px;
	background-color: #1080f2;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff
}

.scenes5-txt-big-tit-cont-small:after {
	content: "";
	position: absolute;
	left: 8px;
	bottom: -8px;
	display: block;
	border-left: 8px solid #1080f2;
	border-bottom: 8px solid transparent;
	border-right: 8px solid transparent
}

.scenes5-txt-big-tit-cont-big {
	padding-top: 8px;
	font-size: 26px;
	line-height: 40px;
	font-weight: 700;
	color: #000
}

.scenes5-txt-list {
	padding-left: 24px
}

.scenes5-txt-list-tit {
	vertical-align: bottom;
	vertical-align: text-bottom
}

.scenes5-txt-big-tit-link {
	position: absolute
}

.scenes5-txt-viewpoint-cn {
	display: inline-block;
	background: #1080f2;
	margin-right: 8px;
	font-size: 26px;
	line-height: 100%;
	font-weight: 700;
	color: #fff
}

.scenes5-txt-viewpoint-en {
	display: inline-block;
	font-size: 18px;
	line-height: 100%;
	color: #1080f2
}

.scenes5-txt-list-items {
	padding-top: 18px
}

.scenes5-txt-list-items a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #000
}

.scenes5-txt-list-items a:hover {
	color: #000
}

.scenes5-txt-list-items-tag {
	display: block;
	font-size: 16px;
	line-height: 28px;
	color: #000
}

.debug,.scenes5-cont-pic-list-unit:hover .scenes5-cont-pic-list-unit-mask {
	display: none
}

.scenes5-txt-list-items-tag:hover {
	color: #000
}

.scenes5-cont-pic-list-unit-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.5)
}

.debug {
	position: relative;
	width: 100px;
	height: 100px
}

.debug:after {
	content: attr(data-debug);
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%
}

.scenes5-opacity-0 {
	opacity: 0
}

.scenes5-opacity-1 {
	opacity: 1
}

.scenes5-ani {
	animation-duration: .5s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-play-state: running;
	animation-fill-mode: forwards
}

.scenes5-toleft-ani {
	animation-name: scenes5_toleft_ani
}

.scenes5-toleft-reverse-ani {
	animation-name: scenes5_toleft_reverse_ani
}

.scenes5-toright-ani {
	animation-name: scenes5_toright_ani
}

.scenes5-toright-reverse-ani {
	animation-name: scenes5_toright_reverse_ani
}

.scenes5-opactity-1-ani {
	animation-name: scenes5_opactity_1
}

.scenes5-opactity-0-ani {
	animation-name: scenes5_opactity_0
}

@keyframes scenes5_toleft_ani {
	0% {
		transform: translate3d(0,0,0)
	}

	100% {
		transform: translate3d(-100%,0,0)
	}
}

@keyframes scenes5_toleft_reverse_ani {
	0% {
		transform: translate3d(100%,0,0)
	}

	100% {
		transform: translate3d(0,0,0)
	}
}

@keyframes scenes5_toright_ani {
	0% {
		transform: translate3d(0,0,0)
	}

	100% {
		transform: translate3d(100%,0,0)
	}
}

@keyframes scenes5_toright_reverse_ani {
	0% {
		transform: translate3d(-100%,0,0)
	}

	100% {
		transform: translate3d(0,0,0)
	}
}

@keyframes scenes5_opactity_1 {
	100% {
		opacity: 1
	}
}

@keyframes scenes5_opactity_0 {
	100% {
		opacity: 0
	}
}

.scenes4 .clearfix:after,.scenes5 .clearfix:after {
	content: "";
	display: block;
	clear: both
}

.height-ctl .scenes1-absract,.height-ctl .scenes4-hot-abst,.height-ctl .scenes5-cont-big-pic-cont-item-tit,.height-ctl .scenes5-cont-big-pic-cont-item-tit-main-wrapper,.height-ctl .scenes5-cont-pic-list-unit-bg,.height-ctl .scenes5-cont-pic-list-unit-bg-right,.height-ctl .scenes5-img-tit,.hide {
	display: none
}

.ie-tip {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	border-top: #ccc 1px solid
}

.windows body {
	font-family: "微软雅黑"
}

.oldie body {
	font-family: \5b8b\4f53,arial
}

.hacktips {
	position: absolute;
	width: 480px;
	text-align: center;
	margin-left: -240px;
	z-index: 9999;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	top: auto;
	bottom: 40px;
	left: 50%
}

.hacktips p {
	font-size: 16px
}

.hacktips span {
	color: red
}

.hacktips .t2 {
	border: 1px solid #ccc;
	margin: 20px;
	padding: 10px;
	border-radius: 12px
}

.height-ctl .scenes1 .swiper-pagination {
	margin-left: -538px
}

.height-ctl2 .scenes1 .swiper-pagination {
	margin-left: -478px
}

.height-ctl3 .scenes1-pic-btn {
	top: 70%
}

.height-ctl3 .scenes1-pic img {
	/*bottom: -100px*/
}

.scenes1 {
	z-index: 6
}

.scenes2 {
	z-index: 5
}

.scenes3 {
	z-index: 4
}

.height-ctl .scenes4-container {
	width: 1000px;
	margin-top: -250px!important;
	margin-left: -500px!important
}

.height-ctl .scenes4-hot-wrapper {
	padding-top: 47px;
	padding-left: 22px
}

.height-ctl .scenes4-hot-img-wrapper {
	height: 220px
}

.height-ctl .scenes4-hot {
	width: 346px;
	height: 368px;
	padding: 8px 24px 18px
}

.height-ctl .scenes4-hot-img {
	top: -40px;
	left: -46px;
	width: 367px;
	height: 245px
}

.height-ctl .scenes4-hot-img-wrapper:before {
	top: -25px;
	left: -16px;
	width: 352px;
	height: 230px
}

.height-ctl .scenes4-hot-detail {
	margin-top: 2px;
	margin-bottom: 0
}

.height-ctl .scenes4-list {
	height: auto;
	padding-top: 12px
}

.height-ctl .scenes4-list-wrapper {
	width: 538px;
	height: 428px
}

.height-ctl .scenes4-items-text {
	width: 416px;
	padding-left: 16px
}

.height-ctl .scenes4-items {
	width: 506px
}

.height-ctl .scenes4-items-tit:before {
	left: -22px
}

.height-ctl .scenes4-items-tit:after,.height-ctl .scenes4-items:hover .scenes4-items-tit:after {
	left: -26px
}

.height-ctl .scenes4-items-squar {
	width: 42px;
	height: 42px;
	margin-top: 16px
}

.height-ctl .scenes4-items-month {
	font-size: 18px;
	top: 3px;
	left: 2px
}

.height-ctl .scenes4-items-month:after {
	top: 0;
	left: 22px
}

.height-ctl .scenes4-items-day {
	top: 18px;
	left: 25px
}

.height-ctl .scenes5-container {
	margin-top: -220px;
	margin-left: -500px;
	width: 1000px;
	height: 450px
}

.height-ctl .scenes5-head {
	padding-bottom: 34px
}

.height-ctl .scenes5-head-link {
	height: 66px;
	line-height: 66px
}

.height-ctl .scenes5-cont-pic-list-unit {
	width: 76px;
	height: 330px
}

.height-ctl .scenes5-cont-big-pic {
	width: 214px;
	height: 336px
}

.height-ctl .scenes5-txt-big-tit-cont {
	top: 22px;
	left: 10px;
	padding: 20px 28px 4px
}

.height-ctl .scenes5-txt-big-tit {
	height: 186px
}

.height-ctl .scenes5-txt-list-items a {
	line-height: 30px
}

.height-ctl .scenes5-cont-pic-list-left {
	padding-top: 0
}

.height-ctl .scenes5-txt-list-items {
	padding-top: 8px
}