


@media screen and (min-width:780px) {
	.w980 {
		width: 980px;
		margin: auto
	}

	.w1152 {
		width: 1152px;
		margin: auto;
		position: relative
	}

	.enter__flex1,
	.enter__tab--content2,
	.enter__tab--content4,
	.w1100 {
		width: 1200px !important;
		margin: auto
	}
}

@media screen and (min-width:780px) and (max-width:1360px) {

	.about,
	.news,
	.w1360 {
		width: 1360px;
		margin: auto
	}

	.enter {
		width: 1360px
	}
}





.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
}

.nuxt-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	width: 0;
	opacity: 1;
	transition: width .1s, opacity .4s;
	background-color: #fff;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

.flex {
	display: flex
}

.flex-inline {
	display: inline-flex
}

.flex-inline:after,
.flex-inline:before,
.flex:after,
.flex:before {
	display: none
}

// Default .flex-left{justify-content:flex-start}.flex-center{justify-content:center}.flex-right{justify-content:flex-end}.flex-between{justify-content:space-between}.flex-around{justify-content:space-around}// Default .flex-stretch{align-items:stretch}.flex-top{align-items:flex-start}.flex-middle{align-items:center}.flex-bottom{align-items:flex-end}// Default .flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-column{flex-direction:column}.flex-column-reverse{flex-direction:column-reverse}// Default .flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}// Default .flex-wrap-stretch{align-content:stretch}.flex-wrap-top{align-content:flex-start}.flex-wrap-middle{align-content:center}.flex-wrap-bottom{align-content:flex-end}.flex-wrap-between{align-content:space-between}.flex-wrap-around{align-content:space-around}.flex-first{order:-1}.flex-last{order:99}.flex-none{flex:none}.flex-auto{flex:auto}.flex-1{flex:1}html{font-family:Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}*,:after,:before{box-sizing:border-box;margin:0}.button--green{display:inline-block;border-radius:4px;border:1px solid #3b8070;color:#3b8070;text-decoration:none;padding:10px 30px}.button--green:hover{color:#fff;background-color:#3b8070}.button--grey{display:inline-block;border-radius:4px;border:1px solid #35495e;color:#35495e;text-decoration:none;padding:10px 30px;margin-left:15px}.button--grey:hover{color:#fff;background-color:#35495e}
[data-v-5ab29522] .el-carousel__arrow>i {
	font-size: 30px
}

[data-v-5ab29522] .el-carousel__arrow__arrow--left {
	left: 30px
}

[data-v-5ab29522] .el-carousel__arrow__arrow--right {
	right: 30px
}

img[data-v-5ab29522] {
	width: 100%;
	height: 100%
}

.home__title[data-v-5ab29522] {
	width: 432px;
	line-height: 36px;
	font-size: 24px;
	position: absolute;
	top: 50px;
	right: 158px;
	font-weight: 700;
	color: #000;
	text-align: left
}

.home__service .home__service--box[data-v-5ab29522] {
	position: relative;
	height: 465px
}

.home__service .home__service--box a[data-v-5ab29522] {
	display: block;
	width: 100%;
	height: 100%
}

.home__service .home__service--bg[data-v-5ab29522] {
	position: absolute;
	height: 51%;
	bottom: 0;
	width: 100%;
	background: #f1f2f3
}

.home__introduction[data-v-5ab29522] {
	margin-top: 55px;
}

.home__introduction h5[data-v-5ab29522] {
	font-size: 38px
}

.home__introduction h5[data-v-5ab29522],
.home__introduction p[data-v-5ab29522] {
	color: #141a1c;
	text-align: center
}

.home__introduction p[data-v-5ab29522]:first-of-type,
.home__introduction p[data-v-5ab29522]:nth-of-type(2) {
	font-size: 34px;
	margin: 6px 0 23px
}

.home__introduction p[data-v-5ab29522]:last-of-type {
	margin: 0 auto;
	line-height: 34px;
	font-size: 16px;
	color: #2d3137
}

.home__introduction p:last-of-type>a[data-v-5ab29522] {
	display: inline-block;
	font-size: 16px;
	color: #eb611e;
	font-weight: 700;
	cursor: pointer
}

.home__introduction p:last-of-type>a>img[data-v-5ab29522] {
	width: 16px;
	height: 9px;
	margin-top: 12px
}

.home__characteristic>div[data-v-5ab29522] {
	text-align: center;
	margin: 10px auto 0
}

.home__characteristic>div.home__characteristic--box1 ul[data-v-5ab29522] {
	display: flex;
	justify-content: space-between
}

.home__characteristic>div.home__characteristic--box1 ul>li[data-v-5ab29522] {
	font-size: 20px;
	text-align: left;
	min-width: 120px
}

.home__characteristic>div.home__characteristic--box1 ul>li span[data-v-5ab29522] {
	display: block;
	font-size: 22px
}

.home__characteristic>div.home__characteristic--box1 ul>li span>i[data-v-5ab29522] {
	color: #0a5fff;
	font-size: 42px;
	font-weight: 700
}

.home__characteristic>div.home__characteristic--box1 ul>li span>i.loading[data-v-5ab29522] {
	color: #818181;
	margin-top: 12px;
	margin-bottom: 3px;
	vertical-align: -4px;
	font-weight: 400
}

.home__characteristic>div.home__characteristic--box2[data-v-5ab29522] {
	background: url(../images/111.jpg);
	position: relative;

}

.home__characteristic>div.home__characteristic--box2>img[data-v-5ab29522] {
	width: 309px;
	height: 348px;
	position: absolute;
	right: 0;
	bottom: 0
}

.home__characteristic>div.home__characteristic--box2>div[data-v-5ab29522] {
	height: 440px;
	display: flex
}

.home__characteristic>div.home__characteristic--box2>div ul[data-v-5ab29522] {
	color: #fff;
	margin-left: 60px
}

.home__characteristic>div.home__characteristic--box2>div ul li[data-v-5ab29522] {
	display: flex
}

.home__characteristic>div.home__characteristic--box2>div ul li img[data-v-5ab29522] {
	width: 40px;
	height: 40px;
	display: inline-block;
	margin-right: 18px;
	margin-top: 50px
}

.home__characteristic>div.home__characteristic--box2>div ul li p[data-v-5ab29522] {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #000;
}

.home__characteristic>div.home__characteristic--box2>div ul li p span[data-v-5ab29522] {
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
	color: #FF5C00;
}

.home__service-next[data-v-5ab29522],
.home__service-prev[data-v-5ab29522] {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #6e6e6e;
	border-radius: 2px;
	top: 50%;
	margin-top: -26px;
	text-align: center;
	z-index: 10;
	cursor: pointer
}

.home__service-next>img[data-v-5ab29522],
.home__service-prev>img[data-v-5ab29522] {
	width: 20px;
	height: 20px;
	margin-top: 15px
}

.home__service-prev[data-v-5ab29522] {
	left: -72px
}

.home__service-next[data-v-5ab29522] {
	right: -72px
}

.home__adviser[data-v-5ab29522] {
	background: #f1f2f3
}

.home__student[data-v-5ab29522] {
	height: 618px;
	color: #fff;
	margin-top: 86px;
	background-image: url(../images/student.png);
	background-repeat: no-repeat
}

.home__student .home__student--box[data-v-5ab29522] {
	margin: 0 auto;
	padding: 124px 0;
	display: flex;
	position: relative
}

.home__student .home__student--box .home__student--box--left p[data-v-5ab29522]:first-of-type {
	font-size: 30px;
	font-weight: 700
}

.home__student .home__student--box .home__student--box--left p[data-v-5ab29522]:nth-of-type(2) {
	width: 67%;
	font-size: 16px;
	margin-top: 30px;
	line-height: 30px
}

.home__student .home__student--box .home__student--box--left>button[data-v-5ab29522] {
	display: block;
	font-size: 16px;
	color: #fff;
	margin-top: 90px;
	background: none
}

.home__student .home__student--box .home__student--box--left>button img[data-v-5ab29522] {
	width: 16px;
	height: 9px;
	margin: 7px 0 0 6px
}

.home__lunbo--student[data-v-5ab29522] {
	width: 600px
}

.home__lunbo--student[data-v-5ab29522] .swiper-slide {
	opacity: 1
}

.home__lunbo--student--item[data-v-5ab29522] {
	height: 450px;
	margin-right: 15px;
	opacity: 1
}

.home__lunbo--student--item>div[data-v-5ab29522] {
	display: flex;
	flex-direction: column
}

.home__lunbo--student--item>div[data-v-5ab29522]:first-of-type {
	position: relative;
	height: 273px;
	background: #fff;
	border-radius: 10px;
	padding: 26px 29px
}

.home__lunbo--student--item>div:first-of-type>p[data-v-5ab29522] {
	font-size: 12px;
	color: #818181;
	line-height: 21px;
	margin-top: 21px
}

.home__lunbo--student--item>div:first-of-type>i[data-v-5ab29522] {
	display: block;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #fff;
	position: absolute;
	bottom: -30px;
	left: 30px
}

.home__lunbo--student--item>div[data-v-5ab29522]:last-of-type {
	height: 100px;
	margin-top: 28px;
	padding-left: 30px
}

.home__lunbo--student--item>div:last-of-type>p[data-v-5ab29522] {
	font-size: 18px
}

.home__lunbo--student--item>div:last-of-type>span[data-v-5ab29522] {
	display: inherit;
	font-size: 12px;
	margin-top: 7px
}

.home__partner[data-v-5ab29522] {
	text-align: center;
	margin-bottom: 114px
}

.home__partner>img[data-v-5ab29522] {
	width: 996px;
	height: 323px
}

.home__lunbo1[data-v-5ab29522] {
	cursor: pointer;
	width: 100%;
	height: auto;
	margin-top: 84px;
	background: #f4f5f9;
	position: relative
}

.home__lunbo1 a[data-v-5ab29522] {
	display: block;
	width: 100%;
	height: 100%
}

.home__lunbo1>img[data-v-5ab29522] {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 558px
}

.home__lunbo1[data-v-5ab29522] .swiper-container {
	height: 100%
}

.home__lunbo1[data-v-5ab29522] .swiper-container-horizontal /deep/ .swiper-pagination-bullets {
	width: auto;
	height: 0;
	display: flex;
	align-items: flex-start;
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%)
}

.home__lunbo1[data-v-5ab29522] .swiper-slide {
	height: 100%
}

.home__lunbo1[data-v-5ab29522] .swiper-slide img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 558px
}

.home__certificate[data-v-5ab29522] {
	width: 1147px;
	height: 639px;
	margin: 85px auto 64px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	text-align: center;
	position: relative;
	padding-top: 510px
}

.home__certificate>div[data-v-5ab29522] {
	position: absolute
}

.home__certificate .home__certificate--bg[data-v-5ab29522] {
	height: 500px;
	top: -32px;
	left: 0
}

.home__certificate .home__certificate--text[data-v-5ab29522] {
	right: 82px;
	width: 510px;
	top: 188px
}

.home__certificate .home__certificate--text p[data-v-5ab29522] {
	margin-top: 40px;
	font-size: 14px;
	color: #818181;
	text-align: left;
	line-height: 25px
}

.home__certificate .home__certificate--text p span[data-v-5ab29522] {
	font-weight: 700;
	color: #141a1c
}

.home__certificate button[data-v-5ab29522] {
	display: inherit;
	width: 140px;
	height: 44px;
	background: #005dea;
	border-radius: 2px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto
}

.home__certificate button>img[data-v-5ab29522] {
	width: 16px;
	height: 9px;
	vertical-align: 1px;
	margin-left: 5px
}

.student__pagination[data-v-5ab29522] {
	bottom: 100px;
	right: 231px
}

.student__pagination[data-v-5ab29522] .swiper-pagination-bullet {
	background: #c3c7cf;
	margin-left: 20px
}

.student__pagination[data-v-5ab29522] .swiper-pagination-bullet-active {
	background: #0a5fff
}

.parter__title[data-v-5ab29522] {
	height: auto;
	line-height: 60px;
	margin: 60px 0 30px
}

.banner__pagination[data-v-5ab29522] {
	width: auto;
	height: 0;
	display: flex;
	align-items: flex-start;
	bottom: 34px;
	left: 50%;
	transform: translateX(-50%)
}

.banner__pagination[data-v-5ab29522] .swiper-pagination-bullet {
	width: 45px;
	height: 4px;
	background-color: #c3c7cf;
	opacity: 1;
	margin-left: 20px;
	border-radius: 0
}

.banner__pagination[data-v-5ab29522] .swiper-pagination-bullet:first-of-type {
	margin-left: 0
}

.banner__pagination[data-v-5ab29522] .swiper-pagination-bullet-active {
	background-color: #0a5fff;
	opacity: 1
}

.cerInfo[data-v-5ab29522] {
	padding: 0;
	margin: 0
}

.cerInfo[data-v-5ab29522]:before {
	content: "";
	width: 100%;
	height: 438px;
	position: absolute;
	background: #fcf9f3
}

.cerInfo__content[data-v-5ab29522] {
	width: 1146px;
	margin: auto;
	padding-top: 88px;
	position: relative
}

.cerInfo__content[data-v-5ab29522]:after {
	content: "";
	width: 244px;
	height: 114px;
	position: absolute;
	right: 0;
	top: 102px;
	background: url(../images/29e002a.png) no-repeat;
	background-size: 100%;
	z-index: 1
}

.cerInfo__title[data-v-5ab29522] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	font-size: 30px;
	color: #000;
	position: relative;
	z-index: 2
}

.cerInfo__title--font[data-v-5ab29522] {
	color: #818181;
	font-size: 16px;
	line-height: 40px;
	margin: 15px 0 34px
}

.cerInfo__title--right[data-v-5ab29522] {
	font-weight: 700;
	font-size: 18px;
	color: #c08e4a
}

.cerInfo__title--right>img[data-v-5ab29522] {
	width: 24px;
	height: 24px;
	margin-right: 4px
}

.cerInfo__item[data-v-5ab29522] {
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between
}

.cerInfo__left[data-v-5ab29522] {
	width: 478px;
	margin: 37px 50px 0
}

.cerInfo__left a[data-v-5ab29522] {
	display: block
}

.cerInfo__img[data-v-5ab29522] {
	width: 478px;
	height: 266px
}

.cerInfo__wrap[data-v-5ab29522] {
	cursor: pointer
}

.cerInfo__wrap--title[data-v-5ab29522] {
	font-weight: 700;
	font-size: 18px;
	color: #141a1c;
	margin: 30px 0 20px
}

.cerInfo__text[data-v-5ab29522] {
	color: #818181;
	font-size: 14px;
	line-height: 24px
}

.cerInfo__detail[data-v-5ab29522] {
	display: block;
	color: #0a5fff;
	font-size: 16px;
	margin-top: 20px;
	font-weight: 700;
	cursor: pointer
}

.cerInfo__detail>img[data-v-5ab29522] {
	width: 16px;
	height: 9px;
	margin: 6px 0 0 5px
}

.cerInfo__search[data-v-5ab29522] {
	width: 140px;
	height: 44px;
	line-height: 44px;
	margin: 70px auto 0;
	cursor: pointer;
	border-radius: 2px;
	display: block;
	background: #005dea;
	color: #fff;
	text-align: center;
	font-size: 16px
}

.cerInfo__search>img[data-v-5ab29522] {
	width: 16px;
	height: 9px;
	vertical-align: middle;
	margin-left: 5px
}

.home__navbar[data-v-1b0bb079] {
	width: 100%;
	height: 84px;
	min-width: 1360px;
	line-height: 84px;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: fixed;
	top: -84px;
	transition: all .4s;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, .1)
}

.home__navbar.fixed[data-v-1b0bb079] {
	z-index: 11;
	top: 0
}

.home__logo[data-v-1b0bb079] {

	height: 48px;
	margin-left: 30px;
	cursor: pointer
}

.home__logo>img[data-v-1b0bb079] {
	width: 147px;
	height: 37px
}

.home__nav>ul[data-v-1b0bb079] {
	display: flex;
	flex-direction: row;
	height: 84px
}

.home__nav>ul li[data-v-1b0bb079] {
	font-size: 16px;
	font-weight: 700;
	padding: 0 18px;
	color: #000;
	position: relative;
	cursor: pointer
}

.home__nav>ul li[data-v-1b0bb079],
.home__nav>ul li[data-v-1b0bb079]:first-of-type {
	text-align: center
}

.home__nav>ul li.activity>a[data-v-1b0bb079] {
	color: #0a40b9
}

.home__nav>ul li>a[data-v-1b0bb079] {
	color: #000;
	display: block;
	width: 100%;
	height: 100%
}

.home__nav>ul li[data-v-1b0bb079]:hover,
.home__nav>ul li:hover>a[data-v-1b0bb079] {
	color: #0a40b9
}

.home__nav>ul li:hover:nth-of-type(2)>div[data-v-1b0bb079],
.home__nav>ul li:hover:nth-of-type(3)>div[data-v-1b0bb079] {
	height: 92px
}

.home__nav>ul li:nth-of-type(2):hover>div[data-v-1b0bb079] {
	height: 184px
}

.home__nav>ul li:nth-of-type(4):hover>div[data-v-1b0bb079] {
	height: 185px
}

.home__nav>ul li>div[data-v-1b0bb079] {
	position: absolute;
	background: #fff;
	box-shadow: 0 1px 2px 0 #dcdfe4;
	width: 110px;
	left: 0;
	text-align: center;
	height: 0;
	overflow: hidden;
	transition: all .5s
}

.home__nav>ul li>div>a[data-v-1b0bb079] {
	display: block;
	font-size: 13px;
	height: 45px;
	line-height: 45px;
	margin: 0 20px;
	color: #000;
	font-weight: 700;
	border-bottom: 1px solid rgba(158, 164, 174, .2)
}

.home__nav>ul li>div>a>p[data-v-1b0bb079] {
	transition: all .2s;
	text-align: left
}

.home__nav>ul li>div>a>p[data-v-1b0bb079]:hover {
	transform: translateX(4px);
	color: #0a40b9
}

.home__nav>ul li>div>a>p>img[data-v-1b0bb079] {
	width: 7px;
	height: 12px;
	vertical-align: -1px;
	margin-right: 2px
}

.home__nav>ul li>div>a[data-v-1b0bb079]:last-of-type {
	border: none
}

.home__nav>ul li.home__en[data-v-1b0bb079] {
	flex: inherit;
	width: 84px;
	background: #0a5fff;
	text-align: center;
	margin-left: 18px;
	line-height: 84px
}

.home__nav>ul li.home__en a[data-v-1b0bb079] {
	display: block;
	font-size: 18px;
	color: #fff
}

.home__nav>ul li.home__kefu[data-v-1b0bb079] {
	text-align: center;
	flex: inherit;
	width: 236px;
	background: #0a40b9;
	color: #fff;
	font-size: 22px
}

.home__nav>ul li.home__kefu img[data-v-1b0bb079] {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 8px
}

.pop[data-v-ec7ea46e] {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 12
}

.pop[data-v-ec7ea46e],
.pop>div[data-v-ec7ea46e] {
	position: fixed
}

.pop>div[data-v-ec7ea46e] {
	top: 50%;
	left: 50%;
	width: 368px;
	background: #fff;
	margin-left: -184px;
	margin-top: -100px;
	padding-top: 12px;
	text-align: center
}

.pop>div img[data-v-ec7ea46e] {
	width: 14px;
	height: 14px;
	display: block;
	margin-left: 93%;
	cursor: pointer
}

.pop>div p[data-v-ec7ea46e] {
	font-size: 24px;
	font-weight: 700;
	color: #0a142d;
	margin-top: 15px;
	line-height: 36px
}

.pop>div i[data-v-ec7ea46e] {
	display: block;
	font-size: 38px;
	color: #0a5fff;
	line-height: 43px;
	font-weight: 700;
	margin-top: 18px
}

.pop>div>button[data-v-ec7ea46e] {
	display: block;
	width: 140px;
	height: 44px;
	background: #005dea;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
	margin: 34px auto 40px
}

.swiper-wrapper--aptitude[data-v-74ed89c4] {
	transition-timing-function: linear
}

.aptitude[data-v-74ed89c4] {
	background:  no-repeat;
	background-size: cover;
	font-size: 14px;
	color: #fff;
	overflow: hidden
}

.aptitude__content[data-v-74ed89c4] {
	float: right;
	max-width: 1520px;
	min-height: 432px;
	display: flex;
	justify-content: space-between
}

.aptitude__nav[data-v-74ed89c4] {
	width: 200px;
	flex: 1 0 auto;
	margin-right: 60px
}

.aptitude__right[data-v-74ed89c4] {
	width: 100%;
	max-width: 1200px;
	margin-top: 84px
}

.nav__title[data-v-74ed89c4] {
	font-size: 16px;
	margin-top: 111px
}

.nav__top[data-v-74ed89c4] {
	font-size: 30px;
	font-weight: 700
}

.nav__more[data-v-74ed89c4] {
	color: #fff;
	cursor: pointer
}

.nav__more>img[data-v-74ed89c4] {
	width: 16px;
	height: 9px;
	vertical-align: middle;
	margin-left: 10px
}

.nav__sub[data-v-74ed89c4] {
	margin-top: 38px
}

.nav__sub--text[data-v-74ed89c4] {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	cursor: pointer
}

.nav__active[data-v-74ed89c4],
.nav__sub--text[data-v-74ed89c4]:hover {
	background: #fff;
	color: #0a40b9
}

.nav__active[data-v-74ed89c4] {
	display: flex;
	justify-content: flex-start;
	padding-left: 3px;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer
}

.nav__active[data-v-74ed89c4]:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #0a40b9;
	margin-right: 5px;
	margin-top: 15px
}

.right__title[data-v-74ed89c4] {
	margin-bottom: 15px;
	color: #fff
}

.right__wrapper[data-v-74ed89c4] {
	display: flex
}

.right__wrapper .swiper-slide[data-v-74ed89c4] {
	width: 288px
}

.right__item[data-v-74ed89c4] {
	width: 288px;
	text-align: center;
	background: #fff
}

.right__img[data-v-74ed89c4] {
	max-width: 100%;
	width: auto;
	height: 178px;
	margin: 5px
}

.right__text[data-v-74ed89c4] {
	height: 39px;
	line-height: 39px;
	background: #e4d2aa;
	color: #141a1c;
	text-align: center;
	padding: 0 .1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media screen and (max-width:1360px) {
	.aptitude[data-v-74ed89c4] {
		overflow: hidden
	}
}

@media screen and (max-width:1520px) {
	.aptitude[data-v-74ed89c4] {
		overflow: hidden
	}

	.aptitude__content[data-v-74ed89c4] {
		max-width: 1200px
	}
}

.home__footer .home__footer--box3[data-v-f96189b2] {
	height: 180px
}

.home__footer .home__footer--box3>div .contact[data-v-f96189b2] {
	text-align: left;
	border-left: 1px solid rgba(158, 164, 174, .2);
	border-right: 1px solid rgba(158, 164, 174, .2);
	padding: 0 57px 0 80px
}

.home__footer .home__footer--box3>div .contact dd[data-v-f96189b2] {
	color: #86898d;
	font-size: 14px;
	margin: 4px 0
}

.home__footer .home__footer--box3>div .contact .contact__black[data-v-f96189b2] {
	margin-top: 25px
}

.home__footer[data-v-f96189b2] {
	padding: 44px 0 25px;
	background: #313131;
	text-align: center;
}

.home__footer .home__footer--box3[data-v-f96189b2] {
	width: 1200px;
	margin: auto auto 40px
}

.home__footer .home__footer--box3>div[data-v-f96189b2] {
	display: flex;
	flex-direction: row;
	justify-content: space-around
}

.home__footer .home__footer--box3>div dl.dl2[data-v-f96189b2] {
	text-align: left;
	cursor: pointer
}

.home__footer .home__footer--box3>div dl.dl1[data-v-f96189b2] {
	margin-top: 0
}

.home__footer .home__footer--box3>div dl.dl1>dd[data-v-f96189b2] {
	color: #fff
}

.home__footer .home__footer--box3>div dl.dl3[data-v-f96189b2] {
	margin-left: -55px
}

.home__footer .home__footer--box3>div dl.dl3 dd[data-v-f96189b2],
.home__footer .home__footer--box3>div dl.dl4 dd[data-v-f96189b2] {
	font-size: 12px
}

.home__footer .home__footer--box3>div dl dt[data-v-f96189b2] {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 26px
}

.home__footer .home__footer--box3>div dl dt a[data-v-f96189b2] {
	color: #fff
}

.home__footer .home__footer--box3>div dl dt.dt1>span[data-v-f96189b2] {
	display: block;
	width: 58px;
	height: 58px;
	line-height: 58px;
	background: rgba(158, 164, 174, .5);
	border-radius: 50%;
	margin: 0 auto
}

.home__footer .home__footer--box3>div dl dt.dt1>span>img[data-v-f96189b2] {
	width: 28px;
	height: 28px;
	vertical-align: -8px
}

.home__footer .home__footer--box3>div dl dt.dt2[data-v-f96189b2] {
	margin-bottom: 8px
}

.home__footer .home__footer--box3>div dl dt.dt2>img[data-v-f96189b2] {
	width: 84px;
	height: 84px
}

.home__footer .home__footer--box3>div dl dd[data-v-f96189b2] {
	font-size: 16px;
	margin: 15px 0;
	color: #86898d
}

.home__footer .home__footer--box3>div dl dd.dd1[data-v-f96189b2] {
	font-weight: 700;
	font-size: 24px;
	margin: 14px 0 9px
}

.home__footer .home__footer--box3>div dl dd.dd3[data-v-f96189b2] {
	font-size: 12px;
	margin-top: 0
}

.home__footer .home__footer--box3>div dl dd a[data-v-f96189b2] {
	color: #86898d
}

.home__footer .home__footer--box3>div dl dd a[data-v-f96189b2]:hover {
	color: #fff
}

.home__footer>p[data-v-f96189b2] {
	width: 1200px;
	margin: auto;
	text-align: left;
	color: #86898d;
	font-size: 14px
}

.home__footer>p a[data-v-f96189b2] {
	color: #86898d
}

.home__footer>p a[data-v-f96189b2]:hover {
	color: #fff
}

.home__footer>p[data-v-f96189b2]:first-of-type {
	border-bottom: 1px solid rgba(158, 164, 174, .2);
	padding-bottom: 23px;
	margin-bottom: 25px;
	color: #86898d
}

.home__footer>p:first-of-type a[data-v-f96189b2] {
	margin-right: 24px
}

.home__footer>p:first-of-type a[data-v-f96189b2]:first-of-type {
	margin-left: 16px
}

.home__footer>p[data-v-f96189b2]:last-of-type {
	font-size: 12px
}

.footer__phone[data-v-f96189b2] {
	margin-bottom: 19px !important
}

.footer__item[data-v-f96189b2] {
	margin-bottom: 5px !important
}

.links[data-v-f96189b2] {
	flex-direction: column
}

.links[data-v-f96189b2],
.qr[data-v-f96189b2] {
	display: flex
}

.qr[data-v-f96189b2] {
	justify-content: space-between
}

.qr .qr-item[data-v-f96189b2] {
	display: flex;
	flex-direction: column;
	margin-right: 10px;
	width: 86px
}

.qr .qr-item .qr-box[data-v-f96189b2] {

}

.qr .qr-item img[data-v-f96189b2] {
	width: 58px;
	height: 58px;

}

.qr .qr-item span[data-v-f96189b2] {
	font-size: 12px
}

.qr .qr-bgBig[data-v-f96189b2] {
	width: 84px !important;
	height: 84px !important
}

.search-logo[data-v-f96189b2] {
	height: auto;
	width: 300px;
	margin-top: 20px
}

.home__navigation[data-v-4231d1bb] {
	position: fixed;
	right: 30px;
	bottom: 5%;
	z-index: 11
}

.home__navigation>ul[data-v-4231d1bb] {
	background: #eb611e;
	color: #fff;
	width: 68px
}

.home__navigation>ul li[data-v-4231d1bb] {
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #c95924;
	padding: 15px 0;
	cursor: pointer
}

.home__navigation>ul li[data-v-4231d1bb]:hover {
	background: rgba(0, 0, 0, .16)
}

.home__navigation>ul li:nth-of-type(2) img[data-v-4231d1bb] {
	width: 26px;
	height: 26px
}

.home__navigation>ul li:nth-of-type(3) img[data-v-4231d1bb] {
	width: 22px;
	height: 22px
}

.home__navigation>ul li img[data-v-4231d1bb] {
	width: 23px;
	height: 23px;
	display: block;
	margin: 0 auto 5px
}

.home__navigation>ul li a[data-v-4231d1bb] {
	display: block;
	color: #fff;
	font-size: 12px
}

.tzkt[data-v-4231d1bb] {
	height: 144px;
	display: block;
	margin-bottom: 15px
}

.tzkt[data-v-4231d1bb],
.tzkt>img[data-v-4231d1bb] {
	width: 68px
}

	.tz-scroll[data-v-4eb1a1e9] {
		width: 100%;
		white-space: nowrap;
		font-size: 16px;
		color: #141a1c;
		background: #f4f5f9
	}

	.tz-scroll.fixed[data-v-4eb1a1e9] {
		position: fixed;
		top: 0;
		z-index: 2;
		left: 0
	}

	.tz-scroll .tz-scroll__wrap[data-v-4eb1a1e9] {
		position: relative
	}

	.tz-scroll .tz-scroll-item[data-v-4eb1a1e9] {
		text-align: center;
		padding-right: 32px;
		color: #141a1c;
		display: inline-block;
		font-weight: 700
	}

	.tz-scroll .tz-scroll-item>span[data-v-4eb1a1e9] {
		display: inline-block;
		height: 100%;
		position: relative;
		cursor: pointer
	}

	.tz-scroll .tz-scroll-item>span.active[data-v-4eb1a1e9] {
		color: #0a40b9
	}

	.tz-scroll .tz-scroll-item>span.active[data-v-4eb1a1e9]:after {
		content: "";
		width: 100%;
		height: 2px;
		display: block;
		margin: 0 auto;
		background: #0a40b9;
		position: absolute;
		bottom: 0
	}

	@media screen and (min-width:780px) {
		.tz-scroll__wrap[data-v-4eb1a1e9] {
			width: 1100px;
			margin: auto
		}
	}
</style>
<style type="text/css">
	.enter[data-v-56e65a14] {
		padding-top: 84px
	}

	.enter__tab--nav[data-v-56e65a14] {
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #f4f5f9
	}

	.enter__main[data-v-56e65a14] {
		width: 100%;
		height: 285px
	}

	.enter__main>img[data-v-56e65a14] {
		-o-object-fit: cover;
		object-fit: cover
	}

	.enter__tab--content[data-v-56e65a14] {
		padding-bottom: 20px
	}
</style>
<style type="text/css">
	.service[data-v-e85d09f0] {
		padding-top: 84px
	}

	.service__bg[data-v-e85d09f0] {
		height: 285px
	}

	.service__bg>img[data-v-e85d09f0] {
		-o-object-fit: cover;
		object-fit: cover
	}

	.service__tab--nav[data-v-e85d09f0] {
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #f4f5f9
	}
</style>
<style type="text/css">
	[data-v-0435a998] .tz-scroll__item {
		padding-right: 36px
	}

	.news[data-v-0435a998] {
		background: #fff;
		font-size: 14px;
		color: #818181;
		display: flex;
		min-height: 100%;
		flex-direction: column
	}

	.news__content[data-v-0435a998] {
		flex: 1
	}

	.news__banner[data-v-0435a998] {
		width: 100%;
		height: 285px;
		background: #fff;
		margin-top: 84px
	}

	.news__banner>img[data-v-0435a998] {
		-o-object-fit: cover;
		object-fit: cover
	}

	.news__tab[data-v-0435a998] {
		background: #f4f5f9;
		height: 60px;
		line-height: 60px
	}

	.news__wrap[data-v-0435a998] {
		padding: 20px 0
	}

	.news__wrap>p[data-v-0435a998] {
		text-align: center;
		margin-top: 25px;
		color: #005dea;
		font-size: 16px
	}
</style>
<style type="text/css">
	.tz[data-v-0f656e4c] {
		margin: 0 auto 42px
	}

	.tz__item[data-v-0f656e4c] {
		display: flex;
		margin-top: 42px;
		cursor: pointer;
		color: #2d3137
	}

	.tz__img[data-v-0f656e4c] {
		width: 202px;
		height: 150px;
		border: 1px solid #dcdfe4
	}

	.tz__img>img[data-v-0f656e4c] {
		-o-object-fit: cover;
		object-fit: cover
	}

	.tz__text[data-v-0f656e4c] {
		flex: 1;
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		padding-bottom: 18px;
		overflow: hidden
	}

	.tz__title[data-v-0f656e4c] {
		flex: 1 0 auto;
		color: #9ea4ae
	}

	.tz__title>p[data-v-0f656e4c]:first-child {
		height: 21px;
		line-height: 21px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 20px;
		font-weight: 700;
		color: #2d3137;
		margin-bottom: 8px
	}

	.tz__desc[data-v-0f656e4c] {
		width: 100%;
		height: 48px;
		line-height: 24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #818181
	}
</style>
<style type="text/css">
	.swiper-slide[data-v-366b128a] {
		width: 100%;
		height: 100%;
		overflow: hidden
	}

	.czp[data-v-366b128a] {
		height: 300px
	}

	.swiper-pagination[data-v-366b128a] {
		position: absolute;
		bottom: -30px !important;
		right: -60px;
		left: inherit !important;
		width: 200px !important
	}
</style>
<style type="text/css">
	.tz-fund-page[data-v-31b364c6] {
		background-color: #fff
	}

	.tz-banner[data-v-31b364c6] {
		width: 100%;
		height: 100%;
		margin-top: 84px
	}

	.tz-fund-love[data-v-31b364c6] {
		width: 342px;
		font-size: 38px;
		font-family: SourceHanSansCN, SourceHanSansCN-Bold;
		font-weight: 700;
		margin: 50px auto 20px
	}

	.tz-fund-love[data-v-31b364c6],
	.tz-fund-plan[data-v-31b364c6] {
		opacity: 1;
		text-align: center;
		color: #141a1c
	}

	.tz-fund-plan[data-v-31b364c6] {
		height: 30px;
		font-size: 34px;
		font-family: SourceHanSansCN, SourceHanSansCN-Light;
		font-weight: 300;
		line-height: 30px
	}

	.tz-fund-money[data-v-31b364c6] {
		margin: 65px auto 50px;
		width: 100%;
		opacity: 1;
		font-size: 46px;
		font-family: SourceHanSansCN, SourceHanSansCN-Bold;
		font-weight: 700;
		text-align: center;
		color: #0a5fff
	}

	.tz-fund-money span[data-v-31b364c6]:nth-child(2) {
		width: 22px;
		height: 22px;
		opacity: 1;
		font-size: 22px;
		font-family: SourceHanSansCN, SourceHanSansCN-Medium;
		font-weight: 500;
		text-align: left;
		color: #2d3137;
		line-height: 33px;
		margin-left: 16px
	}

	.tz-public-welfare[data-v-31b364c6] {
		background: #fafafa;
		padding: 88px 0 70px
	}

	.tz-public-welfare p[data-v-31b364c6] {
		width: 100%;
		height: 30px;
		opacity: 1;
		font-size: 38px;
		font-family: SourceHanSansCN, SourceHanSansCN-Bold;
		font-weight: 700;
		text-align: center;
		color: #141a1c;
		line-height: 30px;
		margin: 0 auto 64px
	}

	.tz-fund[data-v-31b364c6] {
		display: flex;
		width: 1005px;
		margin: 0 auto
	}

	.tz-fund-banner[data-v-31b364c6] {
		width: 550px;
		height: 370px;
		margin-right: 60px
	}

	.tz-fund-describe[data-v-31b364c6] {
		flex: 1;
		font-size: 14px;
		font-family: SourceHanSansCN, SourceHanSansCN-Medium;
		font-weight: 500;
		text-align: left;
		color: #141a1c;
		line-height: 24px;
		position: relative
	}

	.tz-fund-describe-img-box[data-v-31b364c6] {
		display: flex;
		justify-content: space-around;
		position: absolute;
		bottom: 35px;
		padding: 0 20px
	}

	.tz-fund-describe-img-box-one[data-v-31b364c6] {
		height: 52px
	}

	.tz-fund-describe-img-box-two[data-v-31b364c6] {
		height: 52px;
		margin-left: 25px
	}

	.tz-fund-report[data-v-31b364c6] {
		width: 1005px;
		margin: 54px auto
	}

	.tz-fund-report-text[data-v-31b364c6] {
		font-size: 38px;
		font-family: SourceHanSansCN, SourceHanSansCN-Bold;
		font-weight: 700;
		text-align: center;
		color: #141a1c;
		line-height: 30px;
		margin: 33px 0 82px
	}

	.tz-fund-report-card-box[data-v-31b364c6] {
		width: 480px;
		margin: 0 40px 28px 0;
		display: inline-block;
		height: 357px;
		cursor: pointer
	}

	.tz-fund-report-card-box-img[data-v-31b364c6] {
		width: 100%;
		height: 270px
	}

	.tz-fund-report-card-box-text[data-v-31b364c6] {
		font-size: 18px;
		font-family: SourceHanSansCN, SourceHanSansCN-Bold;
		font-weight: 700;
		text-align: center;
		color: #141a1c;
		line-height: 27px;
		margin-top: 33px;
		height: 54px
	}

	.tz-fund-report-card-box[data-v-31b364c6]:nth-child(2n) {
		margin-right: 0
	}

	.tz-fund-report-card-box[data-v-31b364c6]:nth-child(3) {
		margin-bottom: 0;
		float: left
	}

	.tz-fund-report-card-box[data-v-31b364c6]:nth-child(4) {
		margin-bottom: 0
	}
</style>
<style type="text/css">
	.service__tab--box[data-v-23d1859f] {
		width: 100%;
		text-align: center
	}

	.service__tab--box.service__tab--box1[data-v-23d1859f] {
		width: 1000px;
		margin: 0 auto 91px;
		padding-top: 65px
	}

	.service__tab--box.service__tab--box2[data-v-23d1859f] {
		padding-top: 56px;
		padding-bottom: 66px;
		background: #f1f2f3
	}

	.service__tab--box.service__tab--box2>div[data-v-23d1859f] {
		width: 1180px;
		margin: 64px auto 0
	}

	.service__tab--box.service__tab--box2>div>div[data-v-23d1859f] {
		position: relative
	}

	.service__tab--box.service__tab--box2>div>div>img[data-v-23d1859f] {
		width: 100%;
		height: 318px
	}

	.service__tab--box.service__tab--box2>div>div>div[data-v-23d1859f] {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		padding: 125px 20px 0;
		overflow: hidden
	}

	.service__tab--box.service__tab--box2>div>div>div.animation[data-v-23d1859f] {
		padding-top: 60px;
		background: #0912d4
	}

	.service__tab--box.service__tab--box2>div>div>div.animation img[data-v-23d1859f] {
		opacity: 0
	}

	.service__tab--box.service__tab--box2>div>div>div.animation div[data-v-23d1859f] {
		transform: translateY(-70px)
	}

	.service__tab--box.service__tab--box2>div>div>div.animation p[data-v-23d1859f] {
		transform: translateY(-60px);
		opacity: 1
	}

	.service__tab--box.service__tab--box2>div>div>div img[data-v-23d1859f] {
		width: 40px;
		height: 40px;
		display: inherit;
		margin: 0 auto 33px
	}

	.service__tab--box.service__tab--box2>div>div>div>div[data-v-23d1859f] {
		transition: all .4s
	}

	.service__tab--box.service__tab--box2>div>div>div>div span[data-v-23d1859f] {
		font-weight: 700;
		font-size: 20px;
		display: block
	}

	.service__tab--box.service__tab--box2>div>div>div>div i[data-v-23d1859f] {
		display: block;
		width: 38px;
		height: 3px;
		margin: 5px auto 0;
		background: #fff
	}

	.service__tab--box.service__tab--box2>div>div>div p[data-v-23d1859f] {
		font-size: 14px;
		word-break: break-word;
		color: #fff;
		line-height: 24px;
		transition: all .4s;
		opacity: 0
	}

	.service__tab--box.service__tab--box3[data-v-23d1859f] {
		width: 1200px;
		margin: 0 auto
	}

	.service__tab--box.service__tab--box3>div[data-v-23d1859f] {
		display: flex;
		margin-top: 0;
		padding-top: 63px
	}

	.service__tab--box.service__tab--box3>div>div[data-v-23d1859f] {
		text-align: left
	}

	.service__tab--box.service__tab--box3>div>div>img[data-v-23d1859f] {
		width: 558px;
		height: 350px
	}

	.service__tab--box.service__tab--box3>div>div>h3[data-v-23d1859f] {
		font-size: 24px;
		font-weight: 700;
		color: #141a1c
	}

	.service__tab--box.service__tab--box3>div>div>p[data-v-23d1859f] {
		font-size: 18px;
		color: #818181;
		font-weight: 400;
		margin-bottom: 60px
	}

	.service__tab--box.service__tab--box3>div>div>ul li[data-v-23d1859f] {
		font-size: 18px;
		color: #2d3137;
		text-align: left;
		margin-bottom: 34px;
		max-width: 520px
	}

	.service__tab--box.service__tab--box3>div>div>ul li>img[data-v-23d1859f] {
		width: 24px;
		height: 24px
	}

	.service__tab--box .service__tab--box3--margin[data-v-23d1859f] {
		margin-left: 72px
	}

	.service__tab--box .service__tab--box3--width[data-v-23d1859f] {
		width: 558px
	}

	.service__tab--box h3[data-v-23d1859f] {
		font-size: 24px;
		font-weight: 700;
		color: #141a1c
	}

	.service__tab--box p[data-v-23d1859f] {
		font-size: 18px;
		color: #818181;
		margin-top: 12px
	}

	.service__tab--box>div[data-v-23d1859f] {
		display: flex;
		flex-direction: row
	}

	.service__tab--box>div>div[data-v-23d1859f] {
		flex: 1
	}

	.service__tab--box>div>div>img[data-v-23d1859f] {
		width: 60px;
		height: 60px;
		display: block;
		margin: 0 auto
	}

	.service__tab--box>div>div>span[data-v-23d1859f] {
		font-size: 20px;
		font-weight: 700;
		color: #2d3137;
		display: block;
		margin-top: 33px;
		margin-bottom: 12px
	}

	.service__tab--box>div>div>i[data-v-23d1859f] {
		font-size: 16px;
		color: #818181;
		display: block
	}

	.service__tab--box4[data-v-23d1859f] {
		padding-top: 56px;
		padding-bottom: 66px;
		position: relative;
		background: #f1f2f3
	}

	.service__tab--box5[data-v-23d1859f] {
		width: 1200px;
		margin: 0 auto;
		padding: 70px 0
	}

	.service__tab--box5>div[data-v-23d1859f] {
		display: flex
	}

	.service__tab--box5>div #video[data-v-23d1859f] {
		width: 590px;
		height: 356px
	}

	.service__tab--box5>div>div[data-v-23d1859f] {
		padding-left: 70px;
		padding-top: 50px
	}

	.service__tab--box5>div>div p[data-v-23d1859f] {
		text-align: left
	}

	.service__tab--box5>div>div p[data-v-23d1859f]:first-of-type {
		font-size: 24px;
		font-weight: 700;
		color: #141a1c
	}

	.service__tab--box5>div>div p[data-v-23d1859f]:last-of-type {
		font-size: 18px;
		color: #818181;
		margin-top: 12px
	}

	.service__tab--box5>div>div ul[data-v-23d1859f] {
		display: flex;
		margin-top: 65px
	}

	.service__tab--box5>div>div ul li[data-v-23d1859f] {
		font-size: 14px;
		color: #818181;
		text-align: center;
		margin-right: 64px
	}

	.service__tab--box5>div>div ul li img[data-v-23d1859f] {
		width: 130px;
		height: 130px;
		display: block;
		margin: 0 auto
	}

	.service__lunbo[data-v-23d1859f] {
		width: 1178px
	}

	.service__lunbo[data-v-23d1859f] .swiper-slide {
		height: 364px;
		background: #fff;
		font-size: 16px;
		padding: 28px 16px 40px;
		color: #2d3137;
		text-align: center
	}

	.service__lunbo[data-v-23d1859f] .swiper-slide img {
		width: 158px;
		height: 242px;
		display: block;
		margin: 0 auto 30px
	}

	.service__next[data-v-23d1859f],
	.service__prev[data-v-23d1859f] {
		position: absolute;
		width: 50px;
		height: 50px;
		background: #6e6e6e;
		border-radius: 2px;
		top: 50%;
		text-align: center;
		cursor: pointer
	}

	.service__next>img[data-v-23d1859f],
	.service__prev>img[data-v-23d1859f] {
		width: 20px;
		height: 20px;
		margin: 15px auto 0
	}

	.service__prev[data-v-23d1859f] {
		left: 0
	}

	.service__next[data-v-23d1859f] {
		right: 0
	}

	.service__wrap[data-v-23d1859f] {
		width: 1360px;
		margin: auto
	}

	.service__item[data-v-23d1859f] {
		background: #f1f2f3;
		margin-top: 63px
	}

	.service__padding-r[data-v-23d1859f] {
		padding-right: 74px
	}

	.service__padding-l[data-v-23d1859f] {
		padding-left: 74px
	}

	.service-info[data-v-23d1859f] {
		padding-bottom: 30px
	}

	@media screen and (max-width:1400px) {
		[data-v-23d1859f] .service__next {
			right: 0
		}

		[data-v-23d1859f] .service__prev {
			left: 0
		}
	}
</style>
<style type="text/css">
	img[data-v-591d32b6] {
		width: 100%;
		height: 100%
	}

	.about__content[data-v-591d32b6] {
		padding-top: 184px
	}

	.about__map[data-v-591d32b6] {
		width: 1100px;
		margin: 0 auto;
		display: flex
	}

	.about__map--left[data-v-591d32b6] {
		width: 730px;
		height: 538px;
		background-image: url(../images/map.png);
		background-size: 100%;
		background-repeat: no-repeat;
		margin-right: 30px;
		background-position: 7px -11px
	}

	.about__map--left>ul[data-v-591d32b6] {
		position: relative;
		width: 100%;
		height: 100%
	}

	.about__map--left>ul li[data-v-591d32b6] {
		position: absolute;
		height: 30px
	}

	.about__map--left>ul li[data-v-591d32b6]:first-of-type {
		right: 41.78%;
		top: 359px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(2) {
		right: 260px;
		top: 184px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(3) {
		right: 413px;
		top: 318px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(4) {
		right: 287px;
		top: 428px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(5) {
		right: 266px;
		top: 438px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(6) {
		right: 288px;
		top: 316px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(7) {
		right: 354px;
		top: 436px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(8) {
		right: 196px;
		top: 185px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(9) {
		right: 380px;
		top: 384px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(10) {
		right: 306px;
		top: 385px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(11) {
		right: 339px;
		top: 269px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(12) {
		right: 261px;
		top: 368px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(13) {
		right: 213px;
		top: 229px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(14) {
		right: 205px;
		top: 325px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(15) {
		right: 352px;
		top: 335px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(16) {
		right: 193px;
		top: 150px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(17) {
		right: 180px;
		top: 87px
	}

	.about__map--left>ul li[data-v-591d32b6]:nth-of-type(18) {
		right: 212px;
		top: 301px
	}

	.about__map--left>ul .img2[data-v-591d32b6] {
		width: 14px;
		height: 18px;
		cursor: pointer
	}

	.about__map--left>ul .img1[data-v-591d32b6] {
		width: 20px;
		height: 28px;
		margin-top: -10px;
		margin-left: 5px
	}

	.about__map--right[data-v-591d32b6] {
		width: 340px;
		height: 529px;
		background: #edeff2;
		padding: 37px
	}

	.about__map--right>img[data-v-591d32b6] {
		width: 36px;
		height: 48px;
		display: block;
		margin-bottom: 10px
	}

	.about__map--right>p[data-v-591d32b6] {
		font-size: 18px
	}

	.about__map--right>p[data-v-591d32b6]:first-of-type {
		font-size: 24px;
		color: #c3c7cf
	}

	.about__map--right>p[data-v-591d32b6]:nth-of-type(2) {
		color: #141a1c;
		font-weight: 700
	}

	.about__map--right>p[data-v-591d32b6]:nth-of-type(3) {
		color: #818181
	}

	.about__map--right>p[data-v-591d32b6]:nth-of-type(4) {
		color: #818181;
		font-size: 18px;
		font-weight: 700;
		margin-top: 168px
	}

	.about__map--right>div[data-v-591d32b6] {
		display: flex;
		padding-top: 30px
	}

	.about__map--right>div>p[data-v-591d32b6] {
		font-size: 14px;
		margin-right: 50px
	}

	.about__map--right>div>p>span[data-v-591d32b6] {
		font-size: 38px;
		color: #0a5fff;
		font-weight: 700;
		display: block;
		margin-bottom: -3px
	}

	.about__map--right>div>p>span>i[data-v-591d32b6] {
		font-size: 20px;
		color: #2d3137;
		margin-left: 5px;
		vertical-align: 4px
	}

	.about__lunbo[data-v-591d32b6] {
		position: relative;
		padding: 33px 0 84px
	}

	.about__lunbo .swiper-container[data-v-591d32b6] {
		border-top: 2px solid rgba(158, 164, 174, .2)
	}

	.about__lunbo .swiper-slide[data-v-591d32b6] {
		background: #fff
	}

	.about__lunbo .swiper-slide>ul[data-v-591d32b6] {
		display: flex;
		flex-wrap: wrap
	}

	.about__lunbo .swiper-slide>ul li[data-v-591d32b6] {
		width: 366px;
		font-size: 14px;
		color: #818181;
		padding-right: 50px;
		margin-top: 30px
	}

	.about__lunbo .swiper-slide>ul li[data-v-591d32b6]:nth-of-type(3),
	.about__lunbo .swiper-slide>ul li[data-v-591d32b6]:nth-of-type(6) {
		padding-right: 0
	}

	.about__lunbo .swiper-slide>ul li span[data-v-591d32b6] {
		font-size: 18px;
		font-weight: 700;
		color: #141a1c;
		display: block;
		margin: 8px auto
	}

	.about__next[data-v-591d32b6],
	.about__prev[data-v-591d32b6] {
		position: absolute;
		width: 50px;
		height: 50px;
		background: #6e6e6e;
		border-radius: 2px;
		top: 41%;
		text-align: center;
		cursor: pointer
	}

	.about__next>img[data-v-591d32b6],
	.about__prev>img[data-v-591d32b6] {
		width: 20px;
		height: 20px;
		margin-top: 15px
	}

	.about__prev[data-v-591d32b6] {
		left: -74px
	}

	.about__next[data-v-591d32b6] {
		right: -74px
	}

	.about__img[data-v-591d32b6] {
		width: 1104px;
		margin: 0 auto 107px;
		display: flex;
		flex-direction: column
	}

	.about__img>div[data-v-591d32b6] {
		flex: 1;
		color: #fff;
		display: flex;
		flex-direction: row
	}

	.about__img>div[data-v-591d32b6]:first-of-type {
		height: 444px
	}

	.about__img>div:nth-of-type(2) img[data-v-591d32b6] {
		width: 276px;
		height: 148px;
		flex: none
	}

	.about__img>div .about__flex[data-v-591d32b6],
	.about__img>div ul[data-v-591d32b6] {
		flex: 1
	}

	.about__img>div .about__height[data-v-591d32b6] {
		height: 296px
	}

	.about__img>div .about__height1[data-v-591d32b6] {
		height: 148px
	}

	.about__img>div .about__width[data-v-591d32b6] {
		flex: 1 0 276px
	}

	.about__img>div .about__blue[data-v-591d32b6] {
		background: #0a40b9;
		padding: 30px 21px;
		line-height: 28px
	}

	.about__img>div .about__blue1[data-v-591d32b6] {
		height: 148px
	}

	.about__img>div span[data-v-591d32b6] {
		font-size: 18px;
		font-weight: 700;
		display: block;
		margin-bottom: 20px
	}

	.about__img>div p[data-v-591d32b6] {
		font-size: 12px;
		line-height: 18px
	}

	.about .about-img[data-v-591d32b6] {
		position: relative
	}

	.about .about-img img[data-v-591d32b6] {
		position: absolute
	}

	.about .about-img img.new[data-v-591d32b6] {
		opacity: 0
	}

	.about .about-img.animation img.new[data-v-591d32b6] {
		-webkit-animation: fadeIn-data-v-591d32b6 5s cubic-bezier(.165, .84, .44, 1) 1500s forwards;
		animation: fadeIn-data-v-591d32b6 5s cubic-bezier(.165, .84, .44, 1) 1500s forwards
	}

	.about .about-img.animation img.lod[data-v-591d32b6] {
		-webkit-animation: fadeIn-data-v-591d32b6 3s cubic-bezier(.165, .84, .44, 1) forwards;
		animation: fadeIn-data-v-591d32b6 3s cubic-bezier(.165, .84, .44, 1) forwards
	}

	@-webkit-keyframes fadeIn-data-v-591d32b6 {
		0% {
			opacity: 0
		}

		40% {
			opacity: 1
		}

		to {
			opacity: 1
		}
	}

	@keyframes fadeIn-data-v-591d32b6 {
		0% {
			opacity: 0
		}

		40% {
			opacity: 1
		}

		to {
			opacity: 1
		}
	}

	@-webkit-keyframes fadeOut-data-v-591d32b6 {
		0% {
			opacity: 1
		}

		to {
			opacity: 0
		}
	}

	@keyframes fadeOut-data-v-591d32b6 {
		0% {
			opacity: 1
		}

		to {
			opacity: 0
		}
	}
</style>
<style type="text/css">
	.pro[data-v-c64b66be] {
		min-height: 500px;
		margin-top: 148px
	}

	.pro>div[data-v-c64b66be] {
		width: 958px;
		text-align: left;
		margin: auto auto 150px
	}

	.pro__title[data-v-c64b66be] {
		font-size: 24px;
		font-weight: 700;
		color: #141a1c;
		margin: 68px 0
	}

	.list[data-v-c64b66be] {
		margin-bottom: 26px
	}

	.list__title[data-v-c64b66be] {
		padding-bottom: 26px;
		border-bottom: 1px solid rgba(158, 164, 174, .2);
		font-size: 18px;
		font-weight: 700;
		color: #2d3137;
		cursor: pointer
	}

	.list__title[data-v-c64b66be]:before {
		content: "";
		display: inline-block;
		width: 3px;
		height: 14px;
		background: #0a40b9;
		margin-right: 12px
	}

	.list__title>img[data-v-c64b66be] {
		width: 16px;
		height: 9px;
		float: right;
		margin-top: 11px
	}

	.list__con[data-v-c64b66be] {
		font-size: 16px;
		color: #818181;
		line-height: 26px;
		padding: 20px 0 40px 14px
	}

	.app[data-v-c64b66be] {
		width: 150px;
		height: 150px;
		margin-top: 30px;
		margin-bottom: 10px
	}

	.category[data-v-c64b66be] {
		display: flex;
		flex-direction: row;
		margin: 15px 0
	}

	.category__title[data-v-c64b66be] {
		width: 90px;
		color: #2d3137;
		font-weight: 700
	}

	.category__con[data-v-c64b66be] {
		flex: 1
	}
</style>
<style type="text/css">
	.enter .title[data-v-2fc915cc] {
		height: 28px !important;
		line-height: 28px !important;
		margin: 73px 0 55px
	}

	.enter__tab--content1[data-v-2fc915cc] {
		padding-bottom: 20px
	}

	.enter__flex1[data-v-2fc915cc] {
		display: flex;
		padding: 55px 0;
		justify-content: space-between
	}

	.enter__flex1>div[data-v-2fc915cc]:first-of-type {
		width: 25%;
		margin-top: -6px
	}

	.enter__flex1>div:first-of-type>p[data-v-2fc915cc] {
		font-size: 14px;
		color: #2d3137
	}

	.enter__flex1>div:first-of-type>p[data-v-2fc915cc]:first-of-type {
		font-size: 36px;
		color: #c3c7cf
	}

	.enter__flex1>div:first-of-type>p[data-v-2fc915cc]:nth-of-type(2) {
		font-size: 18px;
		color: #141a1c;
		font-weight: 700;
		margin-top: 10px
	}

	.enter__flex1>div:first-of-type>p[data-v-2fc915cc]:nth-of-type(3),
	.enter__flex1>div:first-of-type>p[data-v-2fc915cc]:nth-of-type(4) {
		display: table-cell;
		padding-top: 25px
	}

	.enter__flex1>div:first-of-type>p[data-v-2fc915cc]:nth-of-type(3) {
		padding-right: 56px
	}

	.enter__flex1>div:first-of-type>p span[data-v-2fc915cc] {
		display: block;
		color: #0a5fff;
		font-size: 42px;
		font-weight: 700
	}

	.enter__flex1>div:first-of-type>p span>i[data-v-2fc915cc] {
		font-size: 22px;
		color: #2d3137;
		vertical-align: 4px
	}

	.enter__flex1>div[data-v-2fc915cc]:last-of-type {
		width: 717px
	}

	.enter__flex1>div:last-of-type dl dt[data-v-2fc915cc] {
		font-size: 18px;
		font-weight: 700;
		color: #141a1c
	}

	.enter__flex1>div:last-of-type dl dd[data-v-2fc915cc] {
		color: #818181;
		font-size: 12px;
		line-height: 26px
	}

	.enter__flex1>div:last-of-type dl dd[data-v-2fc915cc]:first-of-type {
		color: #2d3137;
		font-size: 14px;
		margin: 15px 0 25px
	}

	.enter__flex2[data-v-2fc915cc] {
		display: flex;
		color: #fff
	}

	.enter__flex2>div[data-v-2fc915cc] {
		flex: 1;
		padding-top: 70px;
		text-align: center;
		min-height: 346px;
		background-size: cover;
		background-repeat: no-repeat;
		font-size: 20px
	}

	.enter__flex2>div[data-v-2fc915cc]:first-of-type {
		background-image: url(../images/entertz_icon1.png)
	}

	.enter__flex2>div[data-v-2fc915cc]:nth-of-type(2) {
		background-image: url(../images/entertz_icon2.png)
	}

	.enter__flex2>div[data-v-2fc915cc]:nth-of-type(3) {
		background-image: url(../images/entertz_icon3.png)
	}

	.enter__flex2>div>img[data-v-2fc915cc] {
		width: 80px;
		height: 80px
	}

	.enter__flex2>div>span[data-v-2fc915cc] {
		display: block;
		font-size: 20px;
		margin: 22px 0
	}

	.enter__flex2>div>p[data-v-2fc915cc] {
		width: 360px;
		margin: auto;
		font-size: 14px;
		line-height: 28px
	}

	.enter__flex3[data-v-2fc915cc] {
		width: 925px;
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto
	}

	.enter__flex3>img[data-v-2fc915cc] {
		width: 185px;
		height: 80px;
		margin-bottom: 20px
	}
</style>
<style type="text/css">
	.loginMask[data-v-8917c54e] {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 11;
		background: rgba(0, 0, 0, .5)
	}

	.loginIframeContainer[data-v-8917c54e] {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.complain[data-v-8917c54e] {
		width: 100%;
		font-size: 14px;
		overflow: hidden;
		color: #141a1c;
		padding-bottom: 70px
	}

	.complain__title[data-v-8917c54e] {
		font-size: 24px;
		color: #141a1c;
		text-align: center
	}

	.complain__enter[data-v-8917c54e] {
		position: fixed;
		bottom: 0;
		z-index: 10;
		width: 100%;
		height: 70px;
		line-height: 70px;
		background: #0a40b9;
		font-size: 18px;
		color: #fff;
		text-align: center
	}

	.complain__btn[data-v-8917c54e] {
		width: 129px;
		height: 40px;
		background: #fff;
		border-radius: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #0a40b9;
		margin-left: 30px;
		cursor: pointer
	}

	.complain__btn>img[data-v-8917c54e] {
		width: 17px;
		height: 9px
	}

	.complain__bottom[data-v-8917c54e] {
		display: flex;
		justify-content: center;
		align-items: center
	}

	.banner[data-v-8917c54e] {
		width: 100%;
		height: auto;
		margin: auto
	}

	.banner>img[data-v-8917c54e] {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover
	}

	.problem[data-v-8917c54e] {
		width: 1027px;
		margin: auto;
		padding: 60px 0 155px
	}

	.problem__content[data-v-8917c54e] {
		flex-wrap: wrap
	}

	.problem__content[data-v-8917c54e],
	.problem__item[data-v-8917c54e] {
		display: flex;
		justify-content: space-between
	}

	.problem__item[data-v-8917c54e] {
		width: 475px;
		margin-top: 40px;
		font-size: 18px
	}

	.problem__item>img[data-v-8917c54e] {
		width: 56px;
		height: 56px
	}

	.problem__text[data-v-8917c54e] {
		width: 400px;
		height: 60px;
		line-height: 60px;
		position: relative;
		padding: 0 18px;
		background: #f1f2f3;
		border-radius: 3px
	}

	.problem__text[data-v-8917c54e]:before {
		content: "";
		position: absolute;
		left: -8px;
		top: 50%;
		width: 9px;
		height: 14px;
		transform: translateY(-50%);
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAAXNSR0IArs4c6QAAAM1JREFUKBV9kUEKwkAMRZOhKCoDuvYKhV7Bha48grcQb+HCQ1hw7UrwCB5DvEAnUXRhY6YwpY62A0PC/y+fIQPQcURkUhAfWhFmnjvim963iSmd7hPxrhQ4az/1PjYhnc7UzNVMg46IZZWkonHMGwUuTSCAiYoDx/cjiCyCGNeE6LECaAf8wM/D45QKsnaYI+Dpnxk0o69/WjtagsG19q9gNOvXCogoFUC/gixAfgWhr6sCPed46zddOBJfazNuNHWm/3bthPyQpo41df8BQwhxP5JzWTAAAAAASUVORK5CYII=) no-repeat;
		background-size: 100%
	}

	.how[data-v-8917c54e] {
		width: 100%;
		background: #f1f2f3;
		padding: 60px 0
	}

	.how__content[data-v-8917c54e] {
		width: 1180px;
		margin: auto
	}

	.how__wrap[data-v-8917c54e] {
		display: flex;
		justify-content: center;
		margin-top: 36px
	}

	.how__item[data-v-8917c54e] {
		width: 220px;
		height: 280px;
		background: #fff;
		text-align: center;
		padding: 50px 18px 0;
		font-size: 14px;
		color: #818181
	}

	.how__item>img[data-v-8917c54e] {
		width: 60px;
		height: 60px
	}

	.how__icon[data-v-8917c54e] {
		width: 12px;
		height: 20px;
		margin: 130px 44px 0
	}

	.how__title[data-v-8917c54e] {
		font-size: 18px;
		color: #2d3137;
		padding: 24px 0 20px
	}

	.how__text[data-v-8917c54e] {
		line-height: 20px
	}

	.process[data-v-8917c54e] {
		width: 100%;
		padding-bottom: 60px
	}

	.process__content[data-v-8917c54e] {
		width: 1179px;
		margin: auto;
		position: relative
	}

	.process__top[data-v-8917c54e] {
		text-align: center;
		padding-top: 60px
	}

	.process__text[data-v-8917c54e] {
		line-height: 32px;
		font-size: 18px;
		color: #818181;
		padding: 20px 0 30px
	}

	.process__img[data-v-8917c54e] {
		width: 380px;
		height: 227px
	}

	.channel[data-v-8917c54e] {
		padding: 30px 20% 38px
	}

	.channel__title[data-v-8917c54e] {
		font-size: 50px;
		color: #6d9233;
		line-height: 160px;
		text-align: center;
		height: 160p
	}

	.channel__explain[data-v-8917c54e] {
		width: 100%;
		height: 14px;
		opacity: 1;
		font-size: 14px;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		text-align: left;
		color: #000;
		line-height: 14px;
		text-align: center
	}

	.channel__schedule[data-v-8917c54e] {
		text-align: center;
		padding: 38px 0;
		display: flex;
		justify-content: center
	}

	.channel__btn[data-v-8917c54e] {
		width: 243px;
		height: 60px;
		opacity: 1;
		background: #eb611e;
		border-radius: 2px;
		font-size: 24px;
		font-family: SourceHanSansCN, SourceHanSansCN-Bold;
		font-weight: 700
	}

	.channel__query[data-v-8917c54e] {
		width: 200px;
		height: 60px;
		opacity: 1;
		border: 1px solid #676767;
		font-size: 18px;
		border-radius: 3px
	}

	.channel__query[data-v-8917c54e]:hover {
		border: 1px solid #005dea !important;
		color: #005dea !important;
		background-color: #fff
	}

	.home__lunbo--service[data-v-8917c54e] {
		margin: 0 auto;
		cursor: pointer;
		position: relative
	}

	.home__service-next[data-v-8917c54e],
	.home__service-prev[data-v-8917c54e] {
		position: absolute;
		width: 50px;
		height: 50px;
		background: #6e6e6e;
		border-radius: 2px;
		top: 50%;
		margin-top: 89px;
		text-align: center;
		z-index: 10;
		cursor: pointer
	}

	.home__service-next>img[data-v-8917c54e],
	.home__service-prev>img[data-v-8917c54e] {
		width: 20px;
		height: 20px;
		margin-top: 15px
	}

	.home__service-prev[data-v-8917c54e] {
		left: -72px
	}

	.home__service-next[data-v-8917c54e] {
		right: -72px
	}
</style>
<script charset="utf-8" src="./潭州教育_files/572460acf6a47a68b204.js.下载"></script>
<style type="text/css">
	.detail__content[data-v-470d53b8] {
		max-width: 860px;
		margin: 184px auto 70px
	}

	.detail__top[data-v-470d53b8] {
		border-bottom: 1px solid rgba(158, 164, 174, .2)
	}

	.detail__title[data-v-470d53b8] {
		width: 100%;
		line-height: 48px;
		font-size: 36px;
		color: #000;
		font-weight: 700
	}

	.detail__source[data-v-470d53b8] {
		color: #9ea4ae;
		font-size: 16px;
		padding: 33px 0 15px
	}

	.detail__source>span[data-v-470d53b8]:first-of-type {
		margin-right: 27px
	}

	.detail__source>span a[data-v-470d53b8] {
		color: #2d3137
	}

	.detail__source>span a[data-v-470d53b8]:hover {
		color: #0a40b9
	}

	.detail__text[data-v-470d53b8] {
		width: 100%;
		white-space: normal;
		overflow: hidden;
		margin-top: 30px;
		font-size: 16px;
		color: #2d3137;
		line-height: 30px
	}

	.detail__text[data-v-470d53b8] p {
		margin-bottom: 20px
	}
</style>
<script charset="utf-8" src="./潭州教育_files/1280bca6d5f7581781f0.js.下载"></script>
<style type="text/css">
	.enter .enter__text1[data-v-353608ae] {
		font-size: 24px;
		color: #141a1c;
		font-weight: 700;
		margin-top: 60px
	}

	.enter .enter__text2[data-v-353608ae] {
		font-size: 18px;
		color: #818181;
		padding: 16px 10% 50px
	}

	.enter .enter__text1--margin[data-v-353608ae] {
		margin-top: 60px
	}

	.enter__more[data-v-353608ae] {
		font-weight: 700;
		cursor: pointer;
		margin-top: 10px
	}

	.enter__more[data-v-353608ae],
	.enter__more a[data-v-353608ae] {
		color: #0a5fff;
		font-size: 16px
	}

	.enter__more a[data-v-353608ae] {
		display: inline-block
	}

	.enter__more img[data-v-353608ae] {
		width: 8px;
		height: 6px;
		display: block;
		margin: 5px auto 0
	}

	.enter__tab--content4[data-v-353608ae] {
		width: 100%;
		margin: 0 auto;
		text-align: center
	}

	.enter__tab--content4 ul[data-v-353608ae] {
		display: flex;
		flex-wrap: wrap;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto
	}

	.enter__tab--content4 ul li[data-v-353608ae] {
		width: 202px;
		font-size: 12px;
		color: #2d3137;
		margin-right: 22px;
		margin-bottom: 25px
	}

	.enter__tab--content4 ul li[data-v-353608ae]:nth-of-type(5),
	.enter__tab--content4 ul li[data-v-353608ae]:nth-of-type(10),
	.enter__tab--content4 ul li[data-v-353608ae]:nth-of-type(15) {
		margin-right: 0
	}

	.enter__tab--content4 ul li img[data-v-353608ae] {
		width: 202px;
		height: 131px;
		display: block;
		margin: 0 auto 17px
	}

	.enter__lunbo[data-v-353608ae] {
		position: relative
	}

	.enter__lunbo .swiper-inner[data-v-353608ae] {
		width: 100%;
		height: 388px;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.enter__lunbo .swiper-slide[data-v-353608ae] {
		background-position: 50%;
		background-size: cover;
		width: 303px;
		height: 388px;
		margin-top: 10px
	}

	.enter__lunbo1[data-v-353608ae] {
		position: relative;
		margin-bottom: 45px
	}

	.enter__lunbo1 .swiper-inner[data-v-353608ae] {
		width: 100%;
		height: 316px;
		padding-top: 50px;
		padding-bottom: 50px
	}

	.enter__lunbo1 .swiper-slide[data-v-353608ae] {
		background-position: 50%;
		background-size: cover;
		width: 398px;
		height: 316px;
		margin-top: 20px
	}

	.enter__pagination[data-v-353608ae] {
		font-size: 12px;
		color: #2d3137;
		text-align: center;
		margin-top: 40px;
		font-weight: 700
	}

	.enter__next[data-v-353608ae],
	.enter__prev[data-v-353608ae] {
		position: absolute;
		width: 50px;
		height: 50px;
		background: #6e6e6e;
		border-radius: 2px;
		top: 50%;
		margin-top: -25px;
		text-align: center;
		cursor: pointer
	}

	.enter__next>img[data-v-353608ae],
	.enter__prev>img[data-v-353608ae] {
		width: 20px;
		height: 20px;
		margin-top: 15px
	}

	.enter__prev[data-v-353608ae] {
		left: -87px
	}

	.enter__next[data-v-353608ae] {
		right: -87px
	}

	[data-v-353608ae] .swiper-wrapper p {
		visibility: hidden;
		font-size: 12px;
		color: #2d3137;
		margin-top: 15px
	}

	[data-v-353608ae] .swiper-wrapper .swiper-slide-active p {
		visibility: visible
	}
</style>
<script charset="utf-8" src="./潭州教育_files/983c96ca6bd9498d8dc0.js.下载"></script>
<script charset="utf-8" src="./潭州教育_files/276a5cc612db76b5e47b.js.下载"></script>
<script charset="utf-8" src="./潭州教育_files/c03a05ecd6830e886f5f.js.下载"></script>
<script charset="utf-8" src="./潭州教育_files/d4cd5af873467e645d1f.js.下载"></script>
<script charset="utf-8" src="./潭州教育_files/e6c6c89c56f5bace31e7.js.下载"></script>
<style type="text/css">
	.enter__tab--content2[data-v-22f3954b] {
		width: 100%;
		padding: 55px 0 40px
	}

	.enter__info[data-v-22f3954b] {
		width: 910px;
		margin: auto;
		display: flex
	}

	.enter__info>img[data-v-22f3954b] {
		display: block;
		width: 200px;
		height: 240px;
		margin-right: 30px
	}

	.enter__info ul[data-v-22f3954b] {
		width: 674px
	}

	.enter__info ul li[data-v-22f3954b] {
		font-size: 14px;
		color: #141a1c;
		line-height: 26px;
		text-align: justify
	}

	.enter__info ul li[data-v-22f3954b]:first-of-type {
		margin-top: 15px;
		font-size: 24px;
		color: #141a1c
	}

	.enter__info ul li[data-v-22f3954b]:nth-of-type(2) {
		font-size: 16px;
		color: #818181;
		margin-top: 5px;
		margin-bottom: 30px
	}

	.enter__info--top[data-v-22f3954b] {
		margin-top: 60px
	}

	.enter__info--sub-title[data-v-22f3954b] {
		font-size: 16px
	}
</style>
<style type="text/css">
	.videos[data-v-43bb527c] {
		width: 1099px;
		margin: 15px auto 30px
	}

	.videos[data-v-43bb527c] .swiper-slide {
		height: auto
	}

	.videos__title[data-v-43bb527c] {
		line-height: 24px;
		color: #818181;
		font-size: 14px;
		text-align: center;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.videos__video[data-v-43bb527c] {
		width: 840px;
		height: 472px;
		position: relative
	}

	.videos__video>video[data-v-43bb527c] {
		width: 840px;
		height: 100%
	}

	.videos__cover[data-v-43bb527c] {
		width: 100%;
		height: 472px;
		position: absolute;
		top: 0;
		left: 0;
		cursor: pointer
	}

	.videos__play-btn[data-v-43bb527c] {
		width: 68px;
		height: 68px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}

	.videos__content[data-v-43bb527c] {
		width: 100%;
		display: flex;
		justify-content: space-between
	}

	.videos__nav[data-v-43bb527c] {
		width: 230px
	}

	.videos__wrap[data-v-43bb527c] {
		height: 370px;
		overflow: hidden
	}

	.videos__item[data-v-43bb527c] {
		width: 230px;
		position: relative;
		margin-bottom: 35px
	}

	.videos__btn[data-v-43bb527c],
	.videos__img[data-v-43bb527c] {
		width: 100%;
		height: 129px
	}

	.videos__btn[data-v-43bb527c] {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: rgba(0, 0, 0, .5);
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer
	}

	.videos__btn>img[data-v-43bb527c] {
		width: 34px;
		height: 34px
	}

	.videos__toggle[data-v-43bb527c] {
		display: flex;
		justify-content: space-between
	}

	.videos__toggle>div[data-v-43bb527c] {
		width: 110px;
		height: 44px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #c3c7cf;
		cursor: pointer
	}

	.videos .swiper-button-next[data-v-43bb527c],
	.videos[data-v-43bb527c] .swiper-button-prev {
		position: relative;
		left: 0;
		top: 0;
		background: #005dea;
		margin-top: 0
	}

	.videos__next[data-v-43bb527c]:after {
		transform: rotate(180deg)
	}

	.videos__next[data-v-43bb527c]:after,
	.videos__prev[data-v-43bb527c]:after {
		width: 25px;
		height: 12px;
		display: block;
		content: "";
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAYCAYAAAC4CK7hAAABsElEQVRYR92YPUgdQRSFvyOCxEoQQZBgK6RQFAux00ACQiqx0loUnoWVVoqVIBaGFPYSUqQJBAIhELARVCIhWCTNK2zEQrSyUPHI6Arj+tQUT531lrOzO+ebOz/nrngmofs4bC8AvyV9vK/vUz6/E8T2APAVCP0+A2OS9p9S8G1j3wpiuxHYBpqjl39K6i8aSMjAYCT6BOiR9KswILaHgZWc4BlJcylCBE03lpbtl8AfoCESvQH0SjotBIjtAPYDiPfBEdAp6V+qEDcyYnsCWMoJLkn6kDLENRDbbcAW8CISHbLzRpILAWK7FlgDunOCy8BhlSEeYlKmLja77RlgtsqCH/NzQ7JdA4SZb33Mkas81tBVRl4D34EAVcS4BMmW1yIwmaOYzzxW6nDlGKQOWAfaI9UHQIekndRJrt3stl8Bm7kjeBXok3SWMkwli1IC3udET0sKyyzZqAQS2r4BbyPVx5nzDRdmklGxHrEdapBgHJsi1X+BLknBeyUXdxVW74AvOYe8LGksOYpKNj4WaXsZGM3aglUZl/SpiCD1mZHcA0ZSPob/5y9KC7Cb+vF7DvZVf10igWylAAAAAElFTkSuQmCC);
		background-size: 100%
	}

	.info[data-v-43bb527c] {
		width: 840px;
		margin-top: 22px;
		color: #9ea4ae;
		font-size: 14px
	}

	.info__name[data-v-43bb527c] {
		font-size: 18px;
		font-weight: 700;
		color: #141a1c
	}

	.info__wrap[data-v-43bb527c] {
		display: flex;
		justify-content: flex-start;
		margin: 12px 0 6px
	}

	.info__from[data-v-43bb527c] {
		margin-left: 30px
	}

	.info__from>a[data-v-43bb527c] {
		color: #2d3137;
		display: inline-block
	}

	.info__from>a[data-v-43bb527c]:hover {
		color: #005dea
	}

	.info__desc[data-v-43bb527c] {
		line-height: 23px;
		color: #818181;
		word-break: break-all
	}

	.active[data-v-43bb527c] {
		border: 4px solid #005dea
	}
</style>
<style type="text/css">
	.tz[data-v-83e5407c] {
		margin: 0 auto 42px
	}

	.tz__item[data-v-83e5407c] {
		display: flex;
		margin-top: 42px;
		cursor: pointer;
		color: #2d3137
	}

	.tz__img[data-v-83e5407c] {
		width: 202px;
		height: 150px;
		border: 1px solid #dcdfe4
	}

	.tz__img>img[data-v-83e5407c] {
		-o-object-fit: cover;
		object-fit: cover
	}

	.tz__text[data-v-83e5407c] {
		flex: 1;
		margin-left: 30px;
		display: flex;
		flex-direction: column;
		padding-bottom: 18px;
		overflow: hidden
	}

	.tz__title[data-v-83e5407c] {
		flex: 1 0 auto;
		color: #9ea4ae
	}

	.tz__title>p[data-v-83e5407c]:first-child {
		height: 21px;
		line-height: 21px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 8px;
		color: #2d3137
	}

	.tz__desc[data-v-83e5407c] {
		width: 100%;
		height: 48px;
		line-height: 24px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		color: #818181
	}
</style>
<style type="text/css">
	.enter__tab--content3[data-v-6697e714] {
		width: 847px;
		margin: 0 auto;
		padding-top: 80px
	}

	.enter__milepost[data-v-6697e714] {
		display: flex
	}

	.enter__milepost:last-of-type i[data-v-6697e714] {
		display: none
	}

	.enter__milepost--left[data-v-6697e714] {
		width: 160px;
		display: flex
	}

	.enter__milepost--left>p[data-v-6697e714] {
		width: 100px;
		height: 100%;
		font-size: 24px;
		color: #2d3137;
		display: inherit;
		margin-top: -3px;
		font-weight: 700
	}

	.enter__milepost--left span[data-v-6697e714] {
		display: block;
		width: 10px;
		height: 10px;
		background: #0a40b9;
		border-radius: 50%;
		margin-left: -4px;
		margin-top: 5px
	}

	.enter__milepost--left i[data-v-6697e714] {
		display: block;
		width: 1px;
		height: 100%;
		background: rgba(158, 164, 174, .2);
		margin-left: 0
	}

	.enter__milepost--right[data-v-6697e714] {
		flex: 1;
		padding-bottom: 30px
	}

	.enter__milepost--right>p[data-v-6697e714] {
		font-size: 14px;
		color: #2d3137;
		line-height: 26px;
		margin-bottom: 30px
	}
</style>
<style type="text/css">
	.service__tab--box[data-v-699189df] {
		width: 100%;
		text-align: center
	}

	.service__tab--box h3[data-v-699189df] {
		font-size: 24px;
		font-weight: 700;
		color: #141a1c
	}

	.service__tab--box p[data-v-699189df] {
		font-size: 18px;
		color: #818181;
		margin-top: 12px
	}

	.service__tab--box>div[data-v-699189df] {
		display: flex;
		flex-direction: row
	}

	.service__tab--box>div>div[data-v-699189df] {
		flex: 1
	}

	.service__tab--box>div>div>img[data-v-699189df] {
		width: 60px;
		height: 60px;
		display: block;
		margin: 0 auto
	}

	.service__tab--box>div>div>span[data-v-699189df] {
		font-size: 20px;
		font-weight: 700;
		color: #2d3137;
		display: block;
		margin-top: 33px;
		margin-bottom: 12px
	}

	.service__tab--box>div>div>i[data-v-699189df] {
		font-size: 16px;
		color: #818181;
		display: block
	}

	.service__tab--box6[data-v-699189df] {
		width: 1200px;
		margin: 0 auto;
		padding-top: 65px;
		padding-bottom: 50px
	}

	.service__tab--box6 .service__ul1[data-v-699189df] {
		display: flex;
		flex-wrap: wrap;
		margin-top: 65px
	}

	.service__tab--box6 .service__ul1 li[data-v-699189df] {
		width: 560px;
		background: #fff;
		box-shadow: 0 4px 20px 0 rgba(35, 37, 87, .08);
		display: flex;
		justify-content: space-between;
		margin: 0 58px 60px 0
	}

	.service__tab--box6 .service__ul1 li[data-v-699189df]:nth-of-type(2n) {
		margin-right: 0
	}

	.service__tab--box6 .service__ul1 li img[data-v-699189df] {
		width: 312px;
		height: 214px
	}

	.service__tab--box6 .service__ul1 li>div[data-v-699189df] {
		flex: 1;
		padding: 30px;
		text-align: left
	}

	.service__tab--box6 .service__ul1 li>div p[data-v-699189df] {
		font-weight: 400
	}

	.service__tab--box6 .service__ul1 li span[data-v-699189df] {
		display: inherit;
		font-size: 20px;
		font-weight: 700
	}

	.service__tab--box6 .service__ul1 li p[data-v-699189df] {
		font-size: 16px;
		color: #818181
	}

	.service__tab--box6 .service__ul2[data-v-699189df] {
		width: 1065px;
		margin: 65px auto 0;
		display: flex;
		flex-wrap: wrap
	}

	.service__tab--box6 .service__ul2 li[data-v-699189df] {
		width: 25%;
		font-size: 20px;
		margin-bottom: 40px;
		text-align: left
	}

	.service__tab--box6 .service__ul2 li img[data-v-699189df] {
		width: 60px;
		height: 60px;
		margin-right: 16px;
		vertical-align: -22px
	}
	
		.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-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
			background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
			background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
			background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
		}
	
		.swiper-container-3d .swiper-slide-shadow-right {
			background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
			background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
			background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
			background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
		}
	
		.swiper-container-3d .swiper-slide-shadow-top {
			background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
			background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
			background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
			background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
		}
	
		.swiper-container-3d .swiper-slide-shadow-bottom {
			background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
			background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
			background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
		}
	
		.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;
			-o-transition: .2s top, .2s -webkit-transform;
			transition: top .2s, -webkit-transform .2s;
			-o-transition: .2s transform, .2s top;
			-webkit-transition: transform .2s, top .2s;
			transition: transform .2s, top .2s;
			-webkit-transition: transform .2s, top .2s, -webkit-transform .2s;
			-o-transition: .2s transform, .2s top, .2s -webkit-transform;
			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;
			-o-transition: .2s left, .2s -webkit-transform;
			transition: left .2s, -webkit-transform .2s;
			-o-transition: .2s transform, .2s left;
			-webkit-transition: transform .2s, left .2s;
			transition: transform .2s, left .2s;
			-webkit-transition: transform .2s, left .2s, -webkit-transform .2s;
			-o-transition: .2s transform, .2s left, .2s -webkit-transform;
			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;
			-o-transition: .2s right, .2s -webkit-transform;
			transition: right .2s, -webkit-transform .2s;
			-o-transition: .2s transform, .2s right;
			-webkit-transition: transform .2s, right .2s;
			transition: transform .2s, right .2s;
			-webkit-transition: transform .2s, right .2s, -webkit-transform .2s;
			-o-transition: .2s transform, .2s right, .2s -webkit-transform;
			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
		}

	@media only screen and (min-device-width:320px) and (max-device-width:480px) {
	
		.swiper-button-next[data-v-509d9c44],
		.swiper-button-prev[data-v-509d9c44] {
			display: none !important
		}
	}
	
	.swiper_wrap[data-v-509d9c44] {
		position: relative;
		width: 100%;
		height: 100%
	}
	
	[data-v-509d9c44] .swiper-button-prev {
		left: -1.2rem
	}
	
	[data-v-509d9c44] .swiper-button-next,
	[data-v-509d9c44] .swiper-button-prev {
		background-color: #1c253c;
		width: .7rem;
		height: 3.125rem;
		top: 50%;
		margin-top: 0 !important;
		transform: translateY(-50%);
		background-size: 65%
	}
	
	[data-v-509d9c44] .swiper-button-next {
		right: -1.2rem
	}
	
	.swiper-containertwo[data-v-509d9c44] {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100%
	}
	
	.swiper-slide[data-v-509d9c44] {
		cursor: pointer
	}
	
	.swiper-slide[data-v-509d9c44],
	.swiper-slide>img[data-v-509d9c44] {
		width: 100%;
		height: 100%
	}
	
	.cover[data-v-509d9c44] {
		-o-object-fit: cover;
		object-fit: cover
	}
	.news[data-v-7782bb54] {
		background: #fafafa;
		padding-bottom: 60px
	}
	
	.tz-news[data-v-7782bb54] {
		width: 1120px;
		font-size: 14px;
		margin: 60px auto 0;
		display: flex;
	}
	
	.tz-news__img[data-v-7782bb54] {
		width: 576px;
		height: 428px;
		box-shadow: 0 .1rem .2rem .02rem rgba(0, 0, 0, .2)
	}
	
	.tz-news__img a[data-v-7782bb54] {
		display: block;
		width: 100%;
		height: 100%
	}
	
	.tz-news__img a>img[data-v-7782bb54] {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		border-radius: 15px;
	}
	
	.tz-news__list[data-v-7782bb54] {
		flex: 1;
		max-width: 542px;
		margin-left: 71px;
		padding-top: 15px;
		padding-bottom: 15px
	}
	
	.tz-news__item[data-v-7782bb54] {
		margin-bottom: 40px;
		overflow: hidden;
		cursor: pointer;
		transition: all .5s
	}
	
	.tz-news__item>a[data-v-7782bb54] {
		display: block
	}
	
	.tz-news__item.active[data-v-7782bb54] {
		transform: translateY(-16px)
	}
	
	.tz-news__item.active .tz-news__detail[data-v-7782bb54] {
		display: -webkit-box
	}
	
	.tz-news__title[data-v-7782bb54] {
		font-size: 18px;
		color: #141a1c;
		font-weight: 700;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}
	
	.tz-news__time[data-v-7782bb54] {
		font-size: 16px;
		color: #9ea4ae;
		margin: 5px 0
	}
	
	.tz-news__detail[data-v-7782bb54] {
		font-size: 14px;
		color: #818181;
		line-height: 23px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
		display: none;
		transition: all .3s
	}
	
	.button[data-v-7782bb54] {
		display: block;
		text-align: center;
		line-height: 44px;
		width: 88px;
		height: 44px;
		background: #eb611e;
		border-radius: 11px;
		color: #fff;
		font-size: 16px;
		margin: 0px auto 0
	}
	
	.button>img[data-v-7782bb54] {
		width: 16px;
		height: 9px;
		vertical-align: 1px;
		margin-left: 5px
	}
	
	.video[data-v-7782bb54] {
		cursor: pointer;
		background: #000
	}
	
	.video>video[data-v-7782bb54] {
		width: 576px;
		height: 428px
	}
	
	.video__cover[data-v-7782bb54] {
		height: 428px;
		position: relative
	}
	
	.video__btn[data-v-7782bb54] {
		width: 68px;
		height: 68px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	
	.videos[data-v-7782bb54] {
		cursor: default
	}
	.flexslider {
	margin: 0px auto 20px;
	position: relative;
	width: 1280px;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {

	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 100%;
	display: block;
}
#yqlj a{color:#86898d}