/* Slider */
.miso-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	z-index: 1;
}
.miso-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.miso-list:focus {
	outline: none;
}
.miso-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.miso-slider .miso-list,
.miso-track,
.miso-slide,
.miso-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.miso-track {
	position: relative;
	left: 0;
	top: 0;
	display: inline-block;
	zoom: 1;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}
.miso-track:before,
.miso-track:after {
	content: "";
	display: table;
}
.miso-track:after {
	clear: both;
}
.miso-loading .miso-track {
	visibility: hidden;
}
.miso-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
.miso-slide img {
	display: inline-block;
}
.miso-slide.miso-loading img {
	display: none;
}
.miso-slide.dragging img {
	pointer-events: none;
}
.miso-initialized .miso-slide {
	display: block;
}
.miso-loading .miso-slide {
	visibility: hidden;
}
.miso-vertical .miso-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.datu {
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
}

.banner {
	position: relative;
	z-index: 1;
	height: 100vh;
	width: 100%;
	z-index: 10;
}
.banner .line_box {
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
}
.banner .line {
	width: 1px;
	top: 0;
	z-index: 10000;
	position: absolute;
	-moz-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.banner .line01 {
	left: 25%;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
}
.banner .line02 {
	left: 50%;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
}
.banner .line03 {
	left: 75%;
	height: 0;
	background: rgba(255, 255, 255, 0.2);
}
.banner .miso-list li.miso-current .line_box.on .line01 {
	height: 100%;
	transition-delay: 2s;
}
.banner .miso-list li.miso-current .line_box.on .line02 {
	height: 100%;
	transition-delay: 3s;
}
.banner .miso-list li.miso-current .line_box.on .line03 {
	height: 100%;
	transition-delay: 4s;
}

.banner ul.slider,
.banner ul.slider .miso-list,
.banner ul.slider .miso-list .miso-track {
	height: 100%;
}
.banner .miso-list li {
	height: 100%;
	text-align: left;
}
.banner .miso-list li .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	z-index: 1;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 1;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: 1.2s ease;
	-moz-transition: 1.2s ease;
	-ms-transition: 1.2s ease;
	-o-transition: 1.2s ease;
	-webkit-transition: 1.2s ease;
	font-size: 0;
}
.banner .miso-list li.miso-current .img {
	visibility: visible !important;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.banner .miso-list li h2 {
	font-size: 7.5rem;
	color: #fff;
	font-family: Tw Cen MT Condensed;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}
.banner .miso-list li h3 {
	font-size: 3rem;
	color: #fff;
	margin-bottom: 70px;
}
.banner .miso-list li.miso-current h2 {
	top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
.banner .miso-list li a {
	display: inline-block;
	width: 166px;
	line-height: 57px;
	height: 57px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	background: #00c0ff;
	overflow: hidden;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
}
.banner .miso-list li a span {
	font-family: Californian FB;
	position: relative;
}
.banner .miso-list li a:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: transform 0.3s;
	transform-origin: bottom;
	transform: scaleY(0);
	background: #00a5db;
}
.banner .miso-list li a:hover:before {
	transform: none;
}

.banner .miso-prev,
.banner .miso-next {
	z-index: 100000;
	width: 75px;
	height: 75px;
	line-height: 71px;
	margin-top: -37.5px;
	background: none;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.banner .miso-prev:hover,
.banner .miso-next:hover {
	opacity: 1;
}
.banner .miso-prev {
	left: 30%;
	margin-left: -680px;
	border: rgba(255, 255, 255, 0.65) 2px solid;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.banner .miso-prev:hover {
	border: rgba(255, 255, 255, 1) 2px dashed;
}
.banner .miso-prev:before {
	content: "<";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	font-family: simsun;
	color: rgba(255, 255, 255, 0.65);
}
.banner .miso-next {
	right: 30%;
	margin-right: -680px;
	border: rgba(255, 255, 255, 0.65) 2px solid;
	-moz-transition: all 0.36s ease-in-out;
	-webkit-transition: all 0.36s ease-in-out;
	-o-transition: all 0.36s ease-in-out;
	-ms-transition: all 0.36s ease-in-out;
	transition: all 0.36s ease-in-out;
}
.banner .miso-next:hover {
	border: rgba(255, 255, 255, 1) 2px dashed;
}
.banner .miso-next:before {
	content: ">";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
	font-family: simsun;
	color: rgba(255, 255, 255, 0.65);
}
.banner .con {
	height: 100%;
	position: relative;
	z-index: 10;
	padding-left: 230px;
}
.banner .miso-list li .table {
	text-align: left;
	padding-bottom: 8rem;
}
.banner .miso-list li .table .box {
	display: inline-block;
}
.banner .miso-list li .table .table_cell .box {
	transform: scale(0.5);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-moz-transition: all 2s ease-in-out;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.banner .miso-list li .table .table_cell .box h4 {
	padding-top: 4rem;
}
.banner .miso-list li.miso-current.on .table .table_cell .box {
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	transform: scale(1);
}

.ind_video_box > div {
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	overflow: hidden;
	transition: 1s ease;
	bottom: 0;
}
.banner .miso-list li .ind_video_box > div.can_video {
	transition: 2s ease;
}
.ind_video_box img,
.ind_video_box .ban_img {
	width: 100vw;
	height: 100vh;
	position: relative;
}
.ind_video_box .can_video img {
	transition: 9s ease;
}
.ind_video_box .can_video:nth-child(1) img {
	left: 0;
	transform-origin: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.ind_video_box .can_video:nth-child(2) img {
	left: -25vw;
	transform-origin: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.ind_video_box .can_video:nth-child(3) img {
	left: -50vw;
	transform-origin: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.ind_video_box .can_video:nth-child(4) img {
	left: -75vw;
	transform-origin: center center;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.banner .miso-list li.miso-current.on .ind_video_box .can_video:nth-child(1) img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.banner .miso-list li.miso-current.on .ind_video_box .can_video:nth-child(2) img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.banner .miso-list li.miso-current.on .ind_video_box .can_video:nth-child(3) img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.banner .miso-list li.miso-current.on .ind_video_box .can_video:nth-child(4) img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.banner .miso-list li.miso-current.on .ind_video_box > div.can_video {
	width: 25%;
}
.banner .miso-list li.miso-current.on .ind_video_box > div.line_box {
	height: 100%;
}

.ind_video_box > .ind_video_box:nth-child(1) {
	transition-delay: 0;
}
.ind_video_box > .ind_video_box:nth-child(2) {
	transition-delay: 0.2s;
}
.ind_video_box > .ind_video_box:nth-child(3) {
	transition-delay: 0.4s;
}
.ind_video_box > .ind_video_box:nth-child(4) {
	transition-delay: 0.6s;
}
.banner .miso-list li.miso-current .ind_video_box > div:nth-child(1) {
	left: 0;
}
.banner .miso-list li.miso-current .ind_video_box > div:nth-child(2) {
	left: 25%;
}
.banner .miso-list li.miso-current .ind_video_box > div:nth-child(3) {
	left: 50%;
}
.banner .miso-list li.miso-current .ind_video_box > div:nth-child(4) {
	left: 75%;
}
