.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-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 {
	-webkit-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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
	-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: 50%;
	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: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
	left: 10px;
	right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
	right: 10px;
	left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: opacity .3s;
	-o-transition: .3s opacity;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	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-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.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;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top .2s, -webkit-transform .2s;
	transition: top .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s top;
	transition: transform .2s, top .2s;
	transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left .2s, -webkit-transform .2s;
	transition: left .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s left;
	transition: transform .2s, left .2s;
	transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right .2s, -webkit-transform .2s;
	transition: right .2s, -webkit-transform .2s;
	-o-transition: .2s transform, .2s right;
	transition: transform .2s, right .2s;
	transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}

.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-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: 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%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
	animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	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-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.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;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

.index-page {
	background: #fff
}

.index-page .banner-box {
	height: 577px;
	min-width: 1200px;
	background: url(../img/index-background.eb76185b.png) no-repeat 50%;
	background-size: cover
}

.index-page .banner-area,
.index-page .banner-box {
	width: 100%;
	margin-top: -1px
}

.index-page .index-main-box-bg {
	width: 100%;
	min-width: 1200px
}

.index-page .index-main-box {
	width: 1152px;
	margin: 0 auto
}

.index-page .background-left-box {
	width: 540px;
	padding-top: 88px;
	margin-right: 110px
}

.index-page .background-left-box h3 {
	font-size: 40px;
	font-weight: 500;
	color: #000;
	line-height: 46px
}

.index-page .background-left-box .mainconten {
	font-size: 20px;
	font-weight: 500;
	color: rgba(0, 0, 0, .45);
	line-height: 29px;
	word-break: break-all;
	margin: 24px 0
}

.index-page .baominbutton {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 68px;
	background: #171c62;
	border-radius: 4px;
	width: 168px;
	text-align: center;
	margin: 0 auto;
	display: block;
	cursor: pointer
}

.index-page .baominbutton,
.index-page .baominbutton:hover {
	-webkit-transition: -webkit-box-shadow .3s;
	transition: -webkit-box-shadow .3s;
	transition: box-shadow .3s;
	transition: box-shadow .3s, -webkit-box-shadow .3s
}

.index-page .baominbutton:hover {
	-webkit-box-shadow: 0 6px 12px -7px rgba(67, 95, 221, .75);
	box-shadow: 0 6px 12px -7px rgba(67, 95, 221, .75)
}

.index-page .competitiondata {
	position: relative;
	height: 200px;
	overflow: hidden;
	background: url(../img/data.f5789a9b.png) no-repeat;
	background-position: 50%;
	background-color: #0d0d2b
}

.index-page .competitiondata .datacard {
	display: table;
	content: "";
	width: 300px;
	height: 200px;
	padding: 51px 0 0
}

.index-page .competitiondata .datacard-title {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	text-align: center;
	margin-bottom: 24px
}

.index-page .competitiondata .datacard-data {
	font-size: 56px;
	font-weight: 700;
	color: #fff;
	line-height: 63px;
	text-align: center
}

.index-page .bggrey {
	background: #f7f7f7
}

.index-page .indexotherbox {
	padding: 50px 0
}

.index-page .indexotherbox-title {
	text-align: center;
	font-size: 82px;
	font-weight: 700;
	color: rgba(0, 0, 0, .03);
	line-height: 80px;
	position: relative
}

.index-page .indexotherbox-title span {
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 400;
	color: rgba(0, 0, 0, .65)
}

.index-page .swiper-title {
	font-size: 18px;
	font-weight: 500;
	color: hsla(0, 0%, 100%, .85);
	line-height: 24px;
	width: 455px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 29px 0 8px
}

.index-page .swiper-time {
	margin-bottom: 17px
}

.index-page .swiper-content,
.index-page .swiper-time {
	font-size: 16px;
	color: hsla(0, 0%, 100%, .85);
	line-height: 22px
}

.index-page .swiper-content {
	width: 440px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 88px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4
}

.index-page .swiper-more {
	font-size: 16px;
	font-weight: 400;
	color: hsla(0, 0%, 100%, .85);
	display: block;
	margin: 50px auto 0;
	width: 85px;
	padding-right: 20px;
	line-height: 20px;
	cursor: pointer
}

.index-page .news {
	background: #fff;
	background-size: cover
}

.index-page .indextips {
	font-size: 21px;
	font-weight: 400;
	color: rgba(0, 0, 0, .45);
	line-height: 22px;
	text-align: center;
	margin-bottom: 40px
}

.index-page .saiticard {
	width: 277px;
	display: table;
	margin: 0 62px 86px 62px;
	text-align: center
}

.index-page .saiticard img {
	display: block;
	margin: 0 auto
}

.index-page .saiticard span {
	font-size: 21px;
	color: rgba(0, 0, 0, .85);
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	width: 100%
}

.index-page .saiticard div {
	width: 100%;
	font-size: 20px;
	margin-top: 16px;
	text-align: justify;
	font-weight: 500;
	color: rgba(0, 0, 0, .45);
	line-height: 24px
}

.index-page .indexotherbox-more-one {
	line-height: 20px;
	width: 85px;
	padding-right: 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABKklEQVQ4T2NkoBAwUqifYRAZ4JJwd+3//wxKbHz/LLZPVv2JzWueubfZf31iOsHAwHB370LlEJAauBec454IMzD+uPifkWndvgVKedgMcEq4N4nx//9Ahv+/DPYu0nyLYgCI4xx3x5GBkWn3f0aGwH0LlDYjG+KUcM+X8f//9YyMTC57FigegMlhBKJL/L2Wf///pTOz/NHfPU/jGUiha9Ijqb9/fl1kYmSYuWehSg2ywRgGODjsZ2GWlz/EwPj/+14FJVewyx7c283w/z/n34eP7Q4ccPyD1wCQpEPCfQXm///PMzD874IoZiz7y8hoeGCB4gP0sMGZDpzj7oczMP5bDNbwnyl27yLFldgCFm9Ccom/P+0fwz+GfQuVs3Cl2EGUEsnNVBR7AQA9L2QRUSmiiAAAAABJRU5ErkJggg==) no-repeat 100%;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #171c62
}

.index-page .open {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABJ0lEQVQ4T2NkoBAwUqifYZAb4BR/dxoTAxPDnoWKWbi8itMLznH3wxkY/y0Ga/zPFLt3keJKbIZgNcAh4b4C8///5xkY/ndBNDGW/WVkNDywQPEBuiEYBjg47Gdhlpc9xMDI+H2vgpIrSIPzg3u7Gf7/5/z78LHdgQOOf5ANwTDAJf5ey7///9KZWf7o756n8Qyk2DXphtTfPywXmRiZZu5ZqFSD0wCXhPsO////3/OfkSFw3wKlzcgKnRLu+TL+Z1jPyMjosmeB4gGYHNwFznHXhRkYWS/+Z2Rat2+BUh62AHNKuDeJ8f+/IIb/HPp7F8m8BYcOTKFT3N21jIwMSmx8/yy2T1b9ic0Az9zb7L8+MZ34/5/h3r5FysEoBpCbpAd5UibGWwDWs2ARzLVqtwAAAABJRU5ErkJggg==) no-repeat 100%
}

.index-page .indexotherbox-more {
	line-height: 20px;
	width: 94px;
	padding-right: 20px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAASJJREFUOBFjYBh0wDn+3mrn7CfCxDqMCV0hIyODCsOXnxddEu47oMth42MYwMqraMHIwLie4f//PS6J91oaGv6zYNMIE2OEMdBpt4R7vn///58HNOw2CyNj1I4Fig/Q1YD4GC6AKdq1QGkzEzOr/n/G/9//MPy74Jx4Pxwmh0zjNACkaPc8uWe2CkquQFd0Mfz7t8Ql4e50ZM0gNl4DYIr/Mf7/D2Oj0zjDAKTQNemR1L9/vxcDFRn/Z2RK3ztfcSW6AThdAArEf39/X2T8z8jJwsBkgE0zyDAMF3jm/mf//fl+N8N/hiygBzts5BUbGhoY/6DbDONjxDFQ84n///+LsjAzu+6cp7B/D0wlDhrDAGBw3WHgYXfZOVXmLQ49g0wYAK/pWkE73nl2AAAAAElFTkSuQmCC) no-repeat 100%;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	color: #171c62
}

.index-page .award {
	height: 957px;
	background: url(../img/award-bg.39c70f0e.png) no-repeat 50%;
	background-size: cover
}

.index-page .award .indexotherbox {
	padding: 50px 0
}

.index-page .award .indexotherbox-title {
	text-align: center;
	font-size: 82px;
	font-weight: 700;
	color: rgba(0, 0, 0, .03);
	line-height: 80px;
	position: relative
}

.index-page .award .indexotherbox-title span {
	line-height: 28px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 40px;
	font-weight: 400;
	color: #fff
}

.index-page .award .img {
	width: 771px;
	margin: 0 auto;
	display: block
}

.index-page .award .arrow {
	display: inline-block;
	width: 22px;
	height: 36px;
	background-size: 100% !important;
	position: absolute;
	top: 50%;
	cursor: pointer
}

.index-page .award .arrowleft {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAwCAYAAACBpyPiAAAAAXNSR0IArs4c6QAAAdVJREFUaAXtl+tOwzAMRscdicv7PyYCBOKODyKSFblbktrufsSS1TZLk2P3c5LtdtNmBmYGZgYyMnCWMUnDHCfS51Ycns+G/n9dTls7BvaD4V78WryL5zwQqmVo5ge8C7oMvCU8mUYq2n70w6H7LeDR94048LV91A37nhko05DHnfhFNem3PD+KNxcr72fCL+mbbD+JE0CXZcFb+gb0VfxFvEvrvIhFwzP+kr7J9hsQoxYJX9bvelEY0rcVYBS8u76z4EP0HQ2/pG+K8Vl8lb4j4cP1HQXPhsPGU59PhtdvC9RqW1uwafr2hE/XtwVfr8FWH6vtShrrg5Xb+m1NaLXVOrX6HG3b6N/AL4mIwPWXQ0p8Eb4Av4fbKDxg7+KAXvLwbyUArl3H2zJAz3UNPPMASBAEAHAxlk+c5XLoxFgG2nddC8/YZJ/dE1hdQ4yNjAiAPu7mAQ8U2SWA1DrwgicALLUOvOEJIK0OIuAJoNQBS6meg3u3OtADM6mnUQfIKKwOIuFLIsLqIAOeIELqIAueANzrIBOeAA7VAV+oeUPLhicAbKkOAGdHbrKt4IGz6oC2Znh9FmmK1rkTsA89wHr+LTNfOHQdIBsCmjYzMDMwM3BEGfgF9j1ojqgC5d4AAAAASUVORK5CYII=) no-repeat;
	left: 0
}

.index-page .award .arrowright {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC8AAAAwCAYAAACBpyPiAAAAAXNSR0IArs4c6QAAAcVJREFUaAXtmGdvxDAIQK97qK3U//8vO9Q9eFUjIStNCgZyH4yE4ks8HhgccrvdkOGB4YHhgX31wK2AHe8D3JED4krGnIt+ir47xocN8cBf/q5+KtdD0bcwGuNELN4j7MCNaO88LgaP54l3PY72mSg7QCiViYb476Kv0vFA9EQN4Hd5HnjgYcbLH6J4XEtpHnjhAQaeXQAYz09CWHGPZ1/TzYxrDzw8xPiLaJsHJHB6HvTCC+OPdzfJgwh4DEDK8yASHgNK8yAaHgPW8oCSIuR9kAGPAZwy6XmQBY8ByJQH7XEa8j7IhscA8gAjWgO63wcV8BiwlgcYZ86DKngMWMoDduWJThbZpJS1AC71Je6qBEddi+pqlLUJlzsaVtEFlXWspT9Omvto4cwH3BzvLF4BT4HGd2+71rPcexR1V57thDJXmDA337sXMzM+yD3guyQLfi2+Q/51yID/K745y+9FXfE9t0XR8GnxnQmfHt9Z8CXxnQFfFt/R8KXxHQW/SXzPwXtqG+oTqkAtU30Scn7riZfaHvgWPPz8XgLWzzzwenx3faIns7Z74EPqEyuw7u+B55uU13xpfGvo0R4eGB4YHqj1wDfgEWJy7C6YYAAAAABJRU5ErkJggg==) no-repeat;
	right: 0
}

.index-page .award .active {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s
}

.index-page .award .active .sixthing {
	background: #171c62
}

.index-page .award .active .sixtext-name,
.index-page .award .active .sixtext-rewad {
	color: #fff !important
}

.index-page .award .active .sixtext-rewad {
	-webkit-transform: scale(.7692);
	-ms-transform: scale(.7692);
	transform: scale(.7692)
}

.index-page .award .active .sixtext-name {
	margin-bottom: 39px;
	font-size: 16px
}

.index-page .award .active .sixtext-name span {
	display: none
}

.index-page .award .active .sixtext-name:after {
	z-index: -1;
	content: "";
	background: url(../img/jp.9b22f843.png) no-repeat;
	width: 118.33px;
	height: 125.83px;
	display: inline-block;
	position: absolute;
	background-size: 100%;
	left: 50%;
	top: 44px;
	-webkit-transform: translate(-50%, -100%);
	-ms-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.index-page .award .active hr {
	display: none
}

.index-page .award .sixtext {
	position: absolute;
	z-index: 1;
	width: 217px;
	left: 50%;
	top: 140px;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	cursor: pointer
}

.index-page .award .sixtext hr {
	width: 150px;
	background: #000;
	opacity: .08;
	margin: 0 auto;
	margin-top: 9px;
	margin-bottom: 16px
}

.index-page .award .sixtext p {
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.index-page .award .sixtext-name {
	font-size: 24px;
	font-weight: 400;
	color: rgba(0, 0, 0, .65);
	line-height: 30px
}

.index-page .award .sixtext-name span {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 17px
}

.index-page .award .sixtext-money {
	font-size: 26px;
	font-weight: 600;
	color: #ffbc3f !important;
	line-height: 29px;
	margin-bottom: 15px
}

.index-page .award .sixtext-rewad {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	line-height: 20px
}

.index-page .award .sixthing {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	background: #fff;
	top: 10px;
	border-radius: 50%
}

.index-page .award .sixthing .one {
	background: inherit;
	width: 126.27px;
	height: 218.71px;
	margin: 0 auto;
	border-top: 1px solid rgba(197, 196, 196, .5);
	border-bottom: 1px solid rgba(197, 196, 196, .5);
	border-radius: 4px;
	cursor: pointer
}

.index-page .award .sixthing .two {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg)
}

.index-page .award .sixthing .three,
.index-page .award .sixthing .two {
	background: inherit;
	position: absolute;
	width: 126.27px;
	height: 218.71px;
	left: 0;
	top: 0;
	border-top: 1px solid rgba(197, 196, 196, .5);
	border-bottom: 1px solid rgba(197, 196, 196, .5);
	border-radius: 4px;
	cursor: pointer
}

.index-page .award .sixthing .three {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg)
}

.index-page .schedule-outer-box {
	background: url(../img/Bitmap.08e2f8f7.png) no-repeat 50%;
	background-size: cover;
	background-position: 100%;
	height: 434px
}

.index-page .schedule-outer-box .index-main-box {
	position: relative
}

.index-page .schedule-outer-box .index-main-box .left-arrow {
	display: none;
	position: absolute;
	bottom: 145px;
	left: -36px;
	width: 24px;
	height: 24px;
	z-index: 2;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACiklEQVRoQ+2Zy6tOURjGf0+cM3HJhCiGKMzJZeDyB3AS50QxUI7CoXTOwEgu5TJhpFCYEMLEZcLM4BgxMDFgwEy5lZTwaNU6tVttg3377J1vTfe3v37Pep/1rvd9t+j4Usf56Qv41xHsR+C/j4DtRcCEpP1lNuOfWsj2JuAGMCBpTmcE2A4bNwGcAKYBXzojwPZs4BqwObPj3RBgewVwF1ic2GVS0qpWW8j2CHAJmJGAPgJ2SvrYSgG2B4BzwMEE0MBx4Jik32XgwzuNZiHbC4DbwJoE8FPc9Ydlwafea0yA7XXALWB+AvkCGJL0tip8YxGwfRg4A0xPIEP22Sfpex3wtQuwPRO4AmxLAH8AY5Iu1gVeu4VsL40pclkC+Q7YKul53fC1RcD2EHAVmJVAPgFGJH1oAr6yANuhDDgFjOekyHAGjkr61RR8JQG25wE3gfUJ4Fdgl6T7TYJXOgO2w7Uf8vvCBPJVTJGvewFfKgK2R4HzwGACGaKxR9K3XsEXFmB7NfAsAfwJHJEURPV8FbqJOy8gbK/tvcCFTlpoyh+2VwJ3OnmIMyLmxjS6ISeN7pZ0rxcHotAZSIHiRXYy9rfp49OtvsiytLa3xFIi9LvZ9RQYbm0pkYhYEou55YmI97GYm2zCUpUslGOp0O+Gcnp78qz95XQSjUPA2ZyG5jow2tqGJhHxt5byZayX3tRhqVotlGOp0NSHvnht8uxzbOofVBXRqIB4c4e+OIxVxhLY9o9VEksNA5dzBluPgR2tHWwlIkKKDaPFkHKzq/2jxUwJ0t3hbkZEd8friaU2xg8cg535PpCTasMnpnFJB8qk1MbTaBmoIu/0BRTZrSZ+249AE7ta5D87H4E/xBLNMYLYe4AAAAAASUVORK5CYII=) no-repeat 50%
}

.index-page .schedule-outer-box .index-main-box .right-arrow {
	display: none;
	position: absolute;
	bottom: 145px;
	right: -42px;
	width: 24px;
	height: 24px;
	z-index: 2;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACO0lEQVRoQ+2ZS6uOURiGrzuHgcOU4gfgJ0jJP1COOeyJAQNSdikjJiLlMKEImTBwCGXEiJEJEyMDEwMDijIROdx6au16W2W313v6rPrWeL1v97We43qWqHypcv1MASZtwakFqrWA7XPALUlvJwnR2oVsh/A1wAFJDyYF0RVgXRJ+Hjgh6ffYIH0BhO7nwG5Jn8aE6ALwGNiaif0A7JT0ciyILgDLgOvA3kzsT+CYpCtjQLQGmBNn+ygQMbAkE3wbOCTp25AgnQFCnO1NwL2UlZp63wDbJb0bCqIXgASxOkFszsR+BWYkPRkCojeABLEYiAI3m4k1cAY4KelPnyC9AjTiYhdwE1iRiX0WQS/pc18QgwAka2wAHgLrM7HvgR2SXvUBMRhAglgZ/VIEcib2B3BE0o2uEIMCNFzqOHAWWJQJDjc7LCmAWq1RAJI1tgB3gVWZ0tcp1YZrFa/RABLEWuA+sDFTGkG9T9LTUoJRARLEUuBiuE4mNtLrKUmnSyBGB2jExX7gGhA9VXNtk/RooRCTBJgBrlYHYDuavktVupDtfwXxl1Sh/98gtl1vGrU9XyGLivx9oUGb7xs0iG3X20rYrreZs11nO2273guN7XqvlFVf6ucZq9wBDv63YxXby9Nga0+Wm2OwNSvpctvcXvJd6zpgu/rRYozX56bTcWgv0nD3Y8kJdt3bxQJNgAtpvP6rq6DS77sCVP3AUfcTU6mph9rf2oWGElT63ylA6Yn1vX9qgb5PtPR/fwH6jNQxspDbswAAAABJRU5ErkJggg==) no-repeat 50%
}

.index-page .schedule-outer-box .schedule-box-inner {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 312px;
	overflow: hidden
}

.index-page .schedule-outer-box .schedule-box-inner ul {
	display: table;
	content: "";
	margin-top: 52px;
	-webkit-transition: all .8s linear;
	transition: all .8s linear;
	position: relative;
	top: 0;
	z-index: 0;
	height: 100%
}

.index-page .schedule-outer-box .schedule-box-inner ul li {
	float: left;
	position: relative;
	width: 180px;
	height: 86px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #fff
}

.index-page .schedule-outer-box .schedule-box-inner ul li b {
	height: 100%;
	border-right: 2px solid #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 86px;
	margin-left: -1px
}

.index-page .schedule-outer-box .schedule-box-inner ul li em {
	display: block;
	width: 16px;
	left: 50%;
	margin-left: -8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 80px;
	position: absolute;
	height: 16px;
	background: #000;
	border: 2px solid #b3b6bb;
	border-radius: 50%
}

.index-page .schedule-outer-box .schedule-box-inner ul li em i {
	width: 6px;
	display: block;
	height: 6px;
	margin: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff
}

.index-page .schedule-outer-box .schedule-box-inner ul li strong {
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 50%;
	top: 168px;
	margin-left: -3.8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #000;
	border: 2px solid #fff;
	border-radius: 50%
}

.index-page .schedule-outer-box .schedule-box-inner ul li .time {
	width: 170px;
	height: 28px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	letter-spacing: 1px;
	top: 46px;
	left: 50%;
	margin-left: -85px;
	position: absolute
}

.index-page .schedule-outer-box .schedule-box-inner ul li .detail {
	position: absolute;
	left: -5px;
	top: 185px;
	width: 190px
}

.index-page .schedule-outer-box .schedule-box-inner ul li .detail span {
	width: 190px;
	margin-bottom: 4px;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	letter-spacing: 1px
}

.index-page .schedule-outer-box .schedule-box-inner ul li .detail p {
	width: 100%;
	height: 22px;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	letter-spacing: 1px
}

.index-page .schedule-outer-box .schedule-box-inner ul li:nth-child(2n) b,
.index-page .schedule-outer-box .schedule-box-inner ul li:nth-child(2n) strong {
	top: 0
}

.index-page .schedule-outer-box .schedule-box-inner ul li:nth-child(2n) .time {
	top: 100px
}

.index-page .schedule-outer-box .schedule-box-inner ul li:nth-child(2n) .detail {
	top: -52px
}

.index-page .schedule-outer-box .schedule-box-inner ul li.first {
	width: 90px
}

.index-page .schedule-outer-box .schedule-box-inner ul li.first .time,
.index-page .schedule-outer-box .schedule-box-inner ul li.first b,
.index-page .schedule-outer-box .schedule-box-inner ul li.first em,
.index-page .schedule-outer-box .schedule-box-inner ul li.first strong {
	left: 0
}

.index-page .schedule-outer-box .schedule-box-inner ul li.first .detail {
	left: -96px
}

.index-page .schedule-outer-box .schedule-box-inner ul li.last {
	width: 90px
}

.index-page .schedule-outer-box .schedule-box-inner ul li.last b {
	right: 4px;
	left: auto
}

.index-page .schedule-outer-box .schedule-box-inner ul li.last em {
	right: -2px;
	left: auto
}

.index-page .schedule-outer-box .schedule-box-inner ul li.last strong {
	right: 1px;
	left: auto
}

.index-page .schedule-outer-box .schedule-box-inner ul li.last .time {
	right: -70px;
	left: auto
}

.index-page .schedule-outer-box .schedule-box-inner ul li.last .detail {
	right: -90px;
	left: auto
}

.index-page .schedule-outer-box .schedule-box-inner ul li.active b {
	border-right: 2px solid #435fdd
}

.index-page .schedule-outer-box .schedule-box-inner ul li.active em {
	background: #fff;
	border-color: #435fdd
}

.index-page .schedule-outer-box .schedule-box-inner ul li.active em i {
	background: #435fdd
}

.index-page .schedule-outer-box .schedule-box-inner ul li.active strong {
	background: #fff;
	border-color: #435fdd
}

.index-page .schedule-outer-box .schedule-box-inner ul li.active .time {
	color: rgba(67, 95, 221, .85)
}

.index-page .judeg {
	text-align: center
}

.index-page .judeg-card {
	width: 270px;
	height: 425px;
	float: left;
	margin: 0 24px 24px 0
}

.index-page .judeg-card:nth-child(4n) {
	margin-right: 0
}

.index-page .judeg-name {
	font-size: 21px;
	color: rgba(0, 0, 0, .85);
	line-height: 25px;
	max-width: 250px;
	overflow: hidden;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 19px auto 15px
}

.index-page .judeg-description {
	font-size: 20px;
	max-width: 200px;
	height: 80px;
	font-weight: 400;
	margin: 0 auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: rgba(0, 0, 0, .65);
	line-height: 20px
}

.index-page .plat-cardbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	width: 1080px
}

.index-page .plat-cardbox div {
	/* width: 240px;
	height: 160px; */
	width: 17%;
	height: 120px;
	line-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	float: left;
	margin: 0 0 10px 40px
}

.index-page .plat-cardbox div img {
	min-height: 50px;
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%
}

.index-page .plat-cardbox div:nth-child(5n+1) {
	margin-left: 0
}

.index-page .saitibox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: height .5s;
	transition: height .5s
}

.swiper-container-horizontal>.swiper-pagination-bullets.paginationnews,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 13px;
	position: absolute;
	text-align: center;
	width: 355px;
	z-index: 10
}

.swiper-pagination-bullet-active {
	background: #fff
}

.dc-industry-news-box {
	display: table;
	content: "";
	margin: 0 auto;
	width: 1080px
}

.dc-industry-news-box .left {
	width: 688px;
	height: 200px;
	float: left
}

.dc-industry-news-box .left p {
	content: "";
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: table
}

.dc-industry-news-box .left p span {
	float: left;
	font-size: 21px;
	font-weight: 500;
	color: #f8f9ff
}

.dc-industry-news-box .left p a {
	font-size: 19px;
	float: right;
	font-weight: 400;
	color: #f8f9ff
}

.dc-industry-news-box .left ul {
	width: 100%;
	height: 200px;
	padding: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #f8f8f8
}

.dc-industry-news-box .left ul li {
	height: 50px;
	font-size: 20px;
	font-weight: 400
}

.dc-industry-news-box .left ul li b {
	float: left;
	width: 6px;
	border-radius: 50%;
	margin: 8px 16px 0 0;
	height: 6px;
	background: #435fdd
}

.dc-industry-news-box .left ul li span {
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 570px;
	color: rgba(0, 0, 0, .85);
	line-height: 22px
}

.dc-industry-news-box .left ul li i {
	float: right;
	color: rgba(0, 0, 0, .45);
	line-height: 22px
}

.swiper-banner-news {
	width: 100%;
	padding: 5px 9px 9px 9px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	line-height: 22px;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.organization-chart {
	width: 100%;
	color: #333
}

.organization-chart ul li {
	width: 940px;
	font-size: 0;
	padding-left: 221px;
	position: relative
}

.organization-chart ul li>div {
	min-width: 221px;
	height: 50px;
	display: inline-block;
	padding: 0 15px;
	font-size: 18px;
	vertical-align: middle
}

.organization-chart ul li .organization-name {
	position: absolute;
	left: 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAN0AAAAyCAYAAADY1t5NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTQ2OEQwMTY0NzZFMTFFOEFGMjVDNTRBQUFDODEzQkUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTQ2OEQwMTc0NzZFMTFFOEFGMjVDNTRBQUFDODEzQkUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5NDY4RDAxNDQ3NkUxMUU4QUYyNUM1NEFBQUM4MTNCRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5NDY4RDAxNTQ3NkUxMUU4QUYyNUM1NEFBQUM4MTNCRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk2q950AAAHsSURBVHja7NNNahRBGAbgKhkD2YgILl15AHfmEOo+0Y1nMEtBcOEyixxCOweIl8jOc/iLCpGIlJ1Jz0xV9U8Coszg80D3pLq+6XzT/b1x1rz+GEK4FeZiCGl+zmSrdLHu7ae8Mq+vr+S1Y3WrmqIqLf962159+O3po8D/7d7z9+ezctzOyYM4NktDc5vyiSxriqlPsZeDOFC7vE8azk31nS+zLnC/2uPrhjzr78aNah4+b0ivN9rj5qxbHP7cfbxfV2w1jVfKuttd18ZODraL9c6zHy/bjxeL0J0Nfelsb88rZW29e3V701o+PT9d8+rg3xI6EDoQOkDoQOgAoQOhA4QOhA6EDhA6EDpA6EDoAKEDoQOhA4QOhA4QOhA6QOhA6EDoAKEDoQOEDoQOEDoQOhA6QOhA6AChA6EDhA6EDoQOEDoQOkDoQOiAvtnU5lbTtOe4upDCfB2LqthdX1Tm9fWVvHasblVTVKX8LnHZy/J85f3unvl+tnexzrpOsdd/zPaKLif3YtXbQJ+9HrP/nO/l/VXr4rek8pnGEC/5HVfpe6R26nmnagrGerzseRf7cXgm61maqKnfXTWpRV3526o5r97r4srJwfZk6J5cP3pzt3wIwJ+4v39aB3VnEboP7XGnO4C/69NvAQYAjIprFvQhNt8AAAAASUVORK5CYII=) no-repeat;
	background-size: 100% 100%
}

.organization-chart ul li .organization-name div {
	min-width: 100%;
	font-size: 20px;
	text-align: center
}

.organization-chart ul li .organization-name .name-ch {
	position: absolute;
	top: -15px;
	left: 0;
	height: 30px;
	line-height: 30px;
	font-weight: 700;
	color: #333
}

.organization-chart ul li .organization-name .name-zh {
	height: 100%;
	line-height: 50px
}

.organization-chart ul li .organization-detail {
	line-height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 290px;
	border: 1px solid #93b1f4;
	text-align: center;
	background: #f8f8f8;
	margin-left: 15px;
	margin-bottom: 30px
}

.organization-chart ul li .organization-detail:hover {
	-webkit-box-shadow: 0 0 6px #dfdfdf;
	box-shadow: 0 0 6px #dfdfdf;
	border-color: #f8f8f8
}

.organization-chart ul li .organization-detail a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
	color: #333
}

.organization-chart ul li .organization-detail a img {
	display: block;
	width: 100%;
	height: 100%
}

.dongtai_lunbo {
	width: 1170px;
	height: 450px;
	overflow: hidden;
	margin: 0 auto 50px;
	position: relative
}

.ag7-bannerslide {
	position: relative;
	display: table;
	content: ""
}

.ag7-bannerslide .slidebox {
	height: 450px;
	width: 800px;
	float: left
}

.ag7-bannerslide .slidebox li {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.ag7-bannerslide a img {
	display: block;
	width: 800px;
	height: 450px
}

.ag7-bannerslide .slideinfo {
	width: 370px;
	height: 450px;
	float: left
}

.ag7-bannerslide .slidelist {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 370px;
	height: 450px;
	background: url(../img/ul-bg.5f40b229.png) no-repeat 50%;
	background-size: cover
}

.ag7-bannerslide .slidelist ul {
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .45);
	text-align: left
}

.ag7-bannerslide .slidelist ul li {
	width: 100%;
	height: 90px;
	cursor: pointer;
	padding: 36px 24px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ag7-bannerslide .slidelist .mask {
	width: 370px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-gradient(linear, left top, right top, from(#339dff), to(rgba(0, 0, 0, 0)));
	background: linear-gradient(90deg, #339dff, rgba(0, 0, 0, 0));
	display: block;
	vertical-align: top
}

.news_list {
	position: absolute;
	right: 0
}

.news_list li {
	width: 300px;
	height: 100px;
	background-color: #101023;
	opacity: .8;
	padding: 30px 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ag7-bannerslide .slidelist ul li .news_content {
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.ag7-bannerslide .slidelist ul li .news_content p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	font-size: 18px;
	color: hsla(0, 0%, 100%, .65)
}

.tip-box {
	position: absolute;
	z-index: 99999;
	top: 280px;
	right: 30px;
	width: 220px;
	height: 220px
}

.tip-box img {
	width: 100%;
	height: 100%
}

.tip-box .close-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	top: 0;
	cursor: pointer
}
