@charset "utf-8";
/*--------------------------------------------------------------
# 首页
--------------------------------------------------------------*/

.more-box {
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 15%;
	width: 190px;
	z-index: 9999;
}

.more-box .link-btn {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: #fff;
	color: #464646;
	border-radius: 11px;
	font-size: 14px;
	padding: 7px 17px;

}

.more-box .link-btn:hover {
	color: #fff !important;
	background: #000 !important
}

.shandong-down {
	padding-top: 70px;
}

.shandong-down span {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: waver 1.5s infinite;
	animation: waver 1.5s infinite;
	box-sizing: border-box;
	z-index: 9999;
}

@-webkit-keyframes waver {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@keyframes waver {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

/* ad视频 */

.videobox {

	position: relative;
	cursor: pointer;
	background: #f8fafe;
}

.videobox .video_bg {
	width: 100%;

}

.videobox:hover .play {
	width: 100px;
	height: 100px;
}

.videobox .play {
	width: 86px;
	height: 86px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	transition: all .3s;
}

/*  */
.video_container {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative
}

.video_container img {
	object-fit: cover;
	width: 100%;
	height: 100%
}


.video_container video {
	object-fit: cover;
	width: 100%;
	height: 100%
}

.video_container .overlay {
	width: 100%;
	height: 100%
}

.video_container #videoi {
	position: absolute;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
}

/* 视频弹窗播放 */
.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;

}

.fancybox-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .87);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	backface-visibility: hidden
}

.fancybox-button-close {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(30, 30, 30, .6);
	width: 44px;
	height: 44px;
	line-height: 44px;
	cursor: pointer;

}

.fancybox-button-close:after,
.fancybox-button-close:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	background: #fff;
}

.fancybox-button-close:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button-close:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-content {
	display: inline-block;
	position: relative;
	margin: 44px auto;
	padding: 0;
	border: 0;
	width: 80%;
	height: calc(100% - 88px);
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	white-space: normal;
	outline: none;
	font-size: 16px;
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.main-slider {
	position: relative;
	display: block;
	overflow: hidden;

}

.main-slider-one {
	/* height: calc(100vh - 140px); */
}

.swiper-container {
	height: 100%;
}

.main-slider .swiper-slide {
	position: relative;
	background-color: #18152c;

}

.main-slider .swiper-slide .container {
	position: relative;
	z-index: 30;
}

.main-slider .image-layer {
	width: 100%;
	/* position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom; */
	transform: scale(1.3);
	transition: transform 7000ms ease;
	z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
	transform: scale(1);
}

.main-slider .image-layer.pc {
	display: block;
}

.main-slider .image-layer.h5 {
	display: none;
}

.main-slider .image-layer-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: #030715;
	opacity: 0.03;
	z-index: 2;
}

.main-slider .container {
	position: relative;
	padding-top: 5vh;

	z-index: 2;
}

.main-slider__content {
	position: relative;
	display: block;
	color: #fff;
	/* text-shadow: 0 0 15px rgba(0, 0, 0, .8); */
}

.main-slider .vertical-line {
	position: relative;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 50px;
	background: transparent;
	margin: 0 auto;
}

.main-slider .vertical-line:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0%;
	background: #fff;
	-webkit-transform: perspective(400px) rotateX(0deg) translateY(-100);
	-ms-transform: perspective(400px) rotateX(0deg) translateY(-100);
	transform: perspective(400px) rotateX(0deg) translateY(-100px);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .vertical-line:before {
	height: 100%;
	-webkit-transform: perspective(400px) rotateX(0deg) translateY(0);
	-ms-transform: perspective(400px) rotateX(0deg) translateY(0);
	transform: perspective(400px) rotateX(0deg) translateY(0);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}


.main-slider h3 {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 19px;
	margin-bottom: 50vh;
	font-size: 54px;
	line-height: 1.03em;
	font-weight: 400;
	text-shadow: 0 0 5px rgba(0, 0, 0, .8);
	text-transform: uppercase;
	letter-spacing: 0.2em;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
	transform: perspective(400px) rotateY(0deg) translateY(80px);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .swiper-slide-active h3 {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	-webkit-transition-delay: 1000ms;
	-moz-transition-delay: 1000ms;
	-ms-transition-delay: 1000ms;
	-o-transition-delay: 1000ms;
	transition-delay: 1000ms;
}

.main-slider h2 {
	font-size: 32px;
	position: relative;
	display: block;
	margin-top: 33px;
	margin-bottom: 46px;
	color: #fff;
	font-size: 110px;
	line-height: 1.03em;
	font-weight: 400;
	text-transform: none;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
	transform: perspective(400px) rotateY(0deg) translateY(80px);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .swiper-slide-active h2 {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}


.main-slider .text {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
	transform: perspective(400px) rotateY(0deg) translateY(80px);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .text {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.main-slider .text p {
	color: #3b99d9;
	font-size: 24px;
	line-height: 36px;
	margin: 0;
}

.main-slider .btns-box {
	position: relative;
	display: block;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
	transform: perspective(400px) rotateY(0deg) translateY(80px);
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.main-slider .swiper-slide-active .btns-box {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
	-ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
	transform: perspective(400px) rotateY(0deg) translateY(0px);
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-ms-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
}

.main-slider .btns-box .thm-btn {
	position: relative;
	display: inline-block;
	border: none;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	transition: all .3s ease color: #464646;

	font-size: 14px;
	padding: 10px 20px;
	text-transform: uppercase;

}

.main-slider .btns-box .thm-btn:hover {
	color: #fff !important;
	background: #000 !important
}



.main-slider__nav {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0;
	max-width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	transform: translateY(-50%);
	z-index: 100;
}


.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	background: rgba(255, 255, 255, 0.30);
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	opacity: 1;
	margin: 0;
	transition: all 500ms ease;
	z-index: 100;
}

.main-slider__nav .swiper-button-prev {
	float: left;
	left: 0;
}

.main-slider__nav .swiper-button-next {
	float: right;
	right: 0;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
	color: #000;
	background: #fff;
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
	display: none;
}

.main-slider__nav .swiper-button-prev {
	margin-bottom: 0px;
}


.main-slider__nav .swiper-button-next img,
.main-slider__nav .swiper-button-prev img {

	height: 40px;
	width: 40px;

}


.main-slider-one #main-slider-pagination {
	display: none;
}



#main-slider-pagination {
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	width: 80px;
	transform: none;
	counter-reset: count;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

#main-slider-pagination .swiper-pagination-bullet {
	position: relative;
	display: block;
	float: none;
	width: 20px;
	height: 35px;
	border-radius: 0%;
	opacity: 1;
	background-color: transparent;
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
	position: absolute;
	width: 20px;
	height: 35px;
	text-align: center;
	color: #747474;
	font-size: 20px;
	line-height: 35px;
	font-weight: 700;
	border-bottom: 0px solid #ffffff;
	counter-increment: count;
	content: "" counter(count);
	transition: all 200ms linear;
	transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-left: 0px;
}

.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0px;
}



#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	color: #ffffff;
}

#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
	outline: none;
	border: none;
}

.main-slider .slider-bottom-shape {
	position: absolute;
	left: 0;
	bottom: -2px;
	right: 0;
	height: 60px;
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10;
}

/***
=============================================
    About One
=============================================
***/
.about-us {
	position: relative;
	display: block;
	background: #fff;
	padding: 120px 0 120px;
}

.about-us__left {
	position: relative;
	display: block;

}

.about-us__title {
	position: relative;
	display: block;
}

.about-us__title-headding {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 40px;
}

.about-us__title-tagline {
	font-size: 27px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 23px;
}

.about-us__left-content {
	position: relative;
	display: block;
}

.about-us__left-content-text {

	margin-bottom: 30px;
	font-size: 16px;
	line-height: 30px;
}

.about-us__bottom-box {
	position: relative;
	display: block;

}

.about-us__bottom-box a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	color: #fff;
	border: 1px solid #fff;
	height: 50px;
	box-shadow: 0px 0px 35px 0px rgb(201 199 205 / 45%);
	width: 140px;
	font-size: 16px;
	text-align: center;
}

.about-us__bottom-box a:hover {
	color: #fff;
	background: #000;
}

.about-us__right {
	position: relative;
	display: block;
	/* max-width: 675px; */
	float: right;
	margin-top: 10px;
	z-index: 1;
}


.about-us__right .video_sm {
	position: relative;
	display: block;
	overflow: hidden;

	width: 100%;
	/* min-height: 341px; */
}



.about-us__right .play_video {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
	cursor: pointer;
}


/***
=============================================
    资质
=============================================
***/
.zizhi-box {
	position: relative;
	display: block;
	background: #ffffff;
	padding: 120px 0px 108px;
}

.section-title {
	margin-top: -8px;
	margin-bottom: 61px;

	color: #000;
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
}

.zizhi-carousel {}

.zizhi-carousel .zizhi-item {
	position: relative;
	display: block;
	background: #fff;
	margin: 10px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 4px 0px rgb(215 212 212);

}

.zizhi-carousel .zizhi-item:hover {
	border: 3px solid #626262;
}

.zizhi-carousel .zizhi-item::before,
.zizhi-carousel .zizhi-item::after {
	width: 100%;
	height: 100%;
	z-index: 3;
	content: '';
	position: absolute;
	top: 0;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	transition: .5s
}

.zizhi-carousel .zizhi-item::before {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform-origin: 0 100%
}

.zizhi-carousel .zizhi-item::after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform-origin: 100% 0%
}

.zizhi-carousel .zizhi-item:hover::after,
.zizhi-carousel .zizhi-item:hover::before {
	-webkit-transform: scale(1)
}

.zizhi-carousel .zizhi-item .zizhi-img {
	width: 100%;
}

.zizhi-carousel .zizhi-item .zizhi-img img {
	width: 100%;
}

.zizhi-carousel .zizhi-title {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	text-align: center;
}


.zizhi-carousel.owl-theme .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	margin-bottom: 30px;
}

.zizhi-carousel.owl-theme .owl-dots .owl-dot span {
	width: 30px;
	height: 5px;
	margin: 5px 7px;
	background: #fcf2e3;
	display: block;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	transition: opacity .2s ease;
}

.zizhi-carousel.owl-theme .owl-dots .owl-dot.active span,
.zizhi-carousel.owl-theme .owl-dots .owl-dot:active span {
	background: #000;
	transition: 0.2 all ease;
}

.zizhi-carousel.owl-carousel .owl-dot,
.zizhi-carousel.owl-carousel .owl-nav .owl-next,
.zizhi-carousel.owl-carousel .owl-nav .owl-prev {
	outline: none;
}


/***
=============================================
    资讯 公告
=============================================
***/
.news {
	background: #f4f4f4;
	padding-top: 100px;
	padding-bottom: 100px;
}

.news .bar-title {
	position: relative;
	margin-bottom: 30px;
}

.news .my-title {
	color: #000;
	font-size: 32px;
	font-weight: bold;
}

.news .my-title b {
	color: #000;
	font-weight: bold;
}

.news .bar-title .my-more {
	position: absolute;
	right: 0;
	color: #90949E;
	padding-right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.news .bar-title .my-more i {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: 1px solid #90949E;
	border-bottom: 1px solid #90949E;
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -5px;
	transform: rotate(-45deg);
}

.news .news-list .item {
	display: flex;
	width: 100%;
	position: relative;
	line-height: 50px;
	height: 50px;
}

.news .news-list .item:hover {
	text-decoration: underline;
}

.news .news-list .item span {
	width: 4px;
	height: 4px;
	background: #333333;
	display: block;
	border-radius: 4px;
	line-height: 40px;
	margin: 11px 10px 11px 0;
}

.news .news-list .item .tit {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 88%;

}

.news .news-list .item .time {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #90949E;
	line-height: 22px;
	position: absolute;
	right: 0;

}

.news .news-left {

	float: left;
	width: 50%;
	padding-right: 30px;

}

.news .news-right {
	float: left;
	width: 50%;
	padding-left: 30px;
}

@media (max-width:1024px) {

	/* .main-slider-one {
		height: 100vh;
	}
 */

	.main-slider h3 {
		margin-bottom: 12vh;
		font-size: 40px;

	}

	/***
	=============================================
	    关于我们
	=============================================
	***/
	.about-us {
		padding: 60px 0;
		padding-top: 40px;
	}

	.about-us__title-headding {
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 40px;
	}

	.about-us__title-tagline {
		font-size: 20px;
		line-height: 32px;
		font-weight: 600;
		margin-bottom: 10px;
	}

	.about-us__left {
		padding: 0 15px;
		margin-bottom: 20px;
	}

	.about-us__left-content-text {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.about-us__bottom-box a {
		height: 40px;
		width: 130px;
		font-size: 14px;

	}

	.about-us__right {
		margin-top: 20px;
	}

	.about-us__right .video_sm {
		min-height: auto;
	}

	.about-us__right .play_video {
		width: 50px;
		height: 50px;
	}

	.videobox .play {
		width: 56px;
		height: 56px;
	}

	.news {
		padding: 40px 10px;
	}

	.news .news-list .news-left {
		float: none;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
	}

	.news .news-list .news-right {
		float: none;
		width: 100%;
		padding: 10px;
	}

	.news .news-list .item .tit {
		width: 75%;
	}

}

@media (max-width:768px) {

	/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

	.main-slider .image-layer.pc {
		display: none;
	}

	.main-slider .image-layer.h5 {
		display: block;
	}

	.main-slider .vertical-line {
		height: 20px;
	}

	.main-slider .btns-box .thm-btn {
		border-radius: 5px;

		font-size: 14px;
		padding: 10px 20px;
	}

	.main-slider__nav {
		padding-left: 15px;
		padding-right: 15px;
	}


	.main-slider__nav .swiper-button-next,
	.main-slider__nav .swiper-button-prev {
		height: 40px;
		width: 40px;
		line-height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;

	}

	.main-slider__nav .swiper-button-next img,
	.main-slider__nav .swiper-button-prev img {
		height: 30px;
		width: 30px;
	}

	#main-slider-pagination {
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		bottom: 0;
		width: 80px;
		transform: none;
		counter-reset: count;
		z-index: 10;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}

	.main-slider .slider-bottom-shape {
		display: none;
	}


	/***
	=============================================
	    资质
	=============================================
	***/
	.zizhi-box {
		padding: 60px 0px 60px;
	}

	.section-title {
		margin-top: -8px;
		margin-bottom: 40px;
		font-size: 32px;


	}

	.zizhi-carousel {
		padding: 0 10px;
	}

	.zizhi-carousel .zizhi-item {

		margin: 5px;


	}

	.zizhi-carousel .zizhi-title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 15px;

	}


	.zizhi-carousel.owl-theme .owl-stage-outer {
		margin-bottom: 20px;
	}


}