@charset "UTF-8";

/* ========== 首页 start ========== */
/* ========== 首页 公共部分 start ========== */
.baseSwiperPage.swiper-pagination-bullets {
	text-align: center;
}

.baseSwiperPage.swiper-pagination-bullets span {
	width: 15px;
	height: 15px;
	background-color: rgba(0, 0, 0, .3);
}

.baseSwiperPage.swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: var(--themeColor);
}

.indexSwiper {
	width: 100%;
	height: 100%;
}

.indexSwiper .swiper-slide {
	overflow: hidden;
}

.indexSwiper .swiper-slide.lastChild {
	height: auto !important;
}

.indexSwiper .slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.indexSwiper>.swiper-wrapper>.swiper-slide>.slide-inner.indexSlide1 {
	padding-top: 0;
}

.indexSwiper .swiper-slide.lastChild .slide-inner {
	-webkit-transform: translate3d(0, 0, 0) !important;
}

.indexSwiper .swiper-pagination {
	position: fixed;
	right: 40px !important;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	word-wrap: break-word;
}

.indexSwiper .swiper-pagination em {
	display: none;
	position: absolute;
	right: 45px;
	white-space: nowrap;
	font-size: 15px;
	font-style: normal;
	color: #fff;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	top: 4px;
}

.indexSwiper .swiper-pagination.green em {
	color: var(--themeColor);
}

.indexSwiper .swiper-pagination.green .swiper-pagination-bullet::before {
	border-color: var(--themeColor);
}

.indexSwiper .swiper-pagination.green .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--themeColor);
}

.indexSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active em {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	display: block;
}

.indexSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	margin: 20px 5px !important;
	opacity: 1;
	position: relative;
	display: inline-block;
	transition: all 300ms linear 200ms;
	-webkit-transition: all 300ms linear 200ms;
	background: none;
	background-repeat: no-repeat;
	background-position: center center;
}

.indexSwiper .swiper-pagination .swiper-pagination-bullet::before {
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	border: 1px solid var(--themeColor);
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
	border-radius: 50%;
}

.indexSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--themeColor);
}

.indexSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}


.indexTitle1 {
	font-size: 40px;
	color: #2b2b2b;
	line-height: 60px;
	text-align: center;
}

.indexTitle2 {
	font-size: 75px;
	color: #fff;
	line-height: 110px;
	text-transform: uppercase;
	font-weight: bold;
}

.indexTitle3 {
	font-size: 42px;
	color: var(--themeColor);
	line-height: 60px;
	text-transform: capitalize;
	font-weight: bold;
}

.indexText1 {
	font-size: 24px;
	color: #2b2b2b;
	line-height: 40px;
	text-align: center;
}

.indexText2 {
	font-size: 22px;
	color: #fff;
	line-height: 30px;
}

.indexMore1 a {
	font-size: 36px;
	color: #fff;
	line-height: 70px;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 40px;
	padding-left: 60px;
	background-image: url(../images/more1.png);
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	border-radius: 40px;
}

/* ========== 首页 公共部分 end ========== */
/* ========== 首页 banner start ========== */
.indexBanner {
	height: 100%;
	position: relative;
	width: 100%;
}

.bannerSwiper .slide-inner:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.15);
}

.bannerSwiper {
	height: 100%;
	width: 100%;
}

.bannerSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	overflow: hidden;
}


.bannerSwiper .swiper-slide .video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.bannerSwiper .swiper-pagination1 {
	width: 100%;
	position: absolute;
	bottom: 20px !important;
	z-index: 9;
	left: 0;
	text-align: center;
}

.bannerSwiper .swiper-pagination1 .swiper-pagination-bullet {
	width: 60px;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	border-radius: 0;
	opacity: 1;
	position: relative;
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.bannerSwiper .swiper-pagination1 .swiper-pagination-bullet em {
	display: block;
	width: 0;
	height: 100%;
	background-color: var(--themeColor);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.bannerSwiper .swiper-pagination1 .swiper-pagination-bullet em.hide {
	width: 0 !important;
}

.bannerTextBox {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 60px 0 80px;
}

.bannerTextBox.bannerTextBottom {
	height: auto;
	z-index: 3;
}

.bannerTextBox.center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bannerText1 {
	text-align: left;
	font-size: 172px;
	line-height: 1em;
}

.bannerText2 {
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}

.bannerList1 {
	overflow: hidden;
	margin: 0 -60px;
}

.bannerList1 dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.bannerList1 dd .bannerCon1Box {
	margin: 0 60px;
}

.bannerCon1Box {
	text-align: left;
}

.bannerCon1Box .bottomLine {
	width: 100%;
	height: 2px;
	background: #fff;
}

.bannerCon1Box .number {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	line-height: 80px;
	height: 80px;
	overflow: hidden;
	font-weight: lighter;
}

.bannerCon1Box .text {
	font-size: 22px;
	color: #fff;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	margin-bottom: 10px;
}

/* ========== 首页 banner end ========== */
/* ========== 首页 简介 start ========== */
.indexSlide2Swiper .swiper-slide {
	position: relative;
	padding: 60px 0 30px;
}

.indexSlide2 .indexTitle1 {
	margin: 0 auto 30px;
}


.imgList1 {
	margin-right: -15%;
	padding: 60px 0 0;
}

.imgList1 dd {
	float: left;
	display: inline;
	width: 25%;
}

.imgList1 dd .imgCon1Box {
	margin-right: 15%;
}

.imgCon1Box {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgCon1Box .pic:before {
	padding-top: 144.2408%;
}

.imgCon1Box .textCon {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 23px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgCon1Box .textCon .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.imgCon1Box:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.imgCon1Box:hover .textCon {
	/* background-color: rgba(0, 0, 0, 0.2); */
	color: var(--themeColor);
}

/* ========== 首页 简介 end ========== */
/* ========== 首页 关于我们 start ========== */
.parallaxlayer {
	position: absolute !important;
	width: 150%;
	height: 150%;
	top:-25% !important;
	left: -25% !important;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1;
}

.parallaxlayer.filterBlur {
	filter: blur(5px);
}

.parallaxlayer.filterBlur10 {
	filter: blur(10px);
}

.indexSwiper .slide-inner.indexSlide3 {
	background-color: #eaf5fc;
}

.indexSlide3Con {
	overflow: hidden;
	padding: 50px 0 0;
}

.indexSlide3Con .indexText2 {
	padding-right: 5.9524%;
	margin-bottom: 30px;
}

.indexSlide3Right {
	float: right;
	width: 36.8452%;
}

.indexSlide3Left {
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.indexSlide3Left .indexMore1 {
	margin-bottom: 20px;
}

.imngList2 {
	overflow: hidden;
}

.imngList2 dd {
	float: left;
	display: inline;
	width: 100%;
}

.imgCon2Box {
	position: relative;
	overflow: hidden;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgCon2Box .pic:before {
	padding-top: 66.7205%;
}

.imgCon2Box .playVideo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100px;
	background-image: url(../images/playVideo.png);
	z-index: 5;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgCon2Box:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* .imgCon2Box:hover .playVideo {
	background-color: rgba(0, 0, 0, .3);
} */

/* ========== 首页 关于我们 end ========== */
/* ========== 首页 新闻 start ========== */
.indexScrollSlide4 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 180px 0 0;
}

.indexScrollSlide4 .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}

.indexScrollSlide4 .swiper-scrollbar {
	background-color: var(--themeColor);
	display: none;
}

.indexSlide4SwiperOne {
	margin: 0 -40px 30px;
	position: relative;
	padding-bottom: 30px;
}

.indexSlide4SwiperOne>.swiper-scrollbar {
	width: calc(100% - 100px);
	left: 50px;
	display: none;
}

.indexSlide4SwiperOne>.swiper-scrollbar .swiper-scrollbar-drag {
	background-color: var(--themeColor);
}

.indexSlide4SwiperOne .swiper-slide {
	padding: 30px 0 0;
}

.indexSlide4SwiperOne .textCon1Box {
	margin: 0 40px;
}

.indexSlide4 .textList1 {
	padding: 30px 0;
}

.textList1 {
	overflow: hidden;
	margin: 0 -40px;
}

.textList1 dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.textList1 .textCon1Box {
	margin: 0 40px;
}

.textCon1Box {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	padding: 20px;
}

.textCon1Box .date {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #2b2b2b;
}

.textCon1Box .title {
	font-size: 36px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
}

.textCon1Box .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	color: #2b2b2b;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.textCon1Box .text {
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #2b2b2b;
	/* text-transform: uppercase; */
}

.indexSlide4Swiper {
	margin: 0 -40px;
	padding: 30px 0;
}

.indexSlide4Swiper .swiper-slide {
	overflow: unset;
}

.indexSlide4Swiper .swiper-slide .imgTextCon1Box {
	margin: 0 40px;
}

.indexSlide4Swiper .indexSlide4SwiperPage {
	padding: 20px 0;
}

.imgTextList1 {
	overflow: hidden;
	margin: 0 -40px;
}

.imgTextList1 dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.imgTextList1 .imgTextCon1Box {
	margin: 0 40px;
}

.imgTextCon1Box {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	padding: 20px;
}

.imgTextCon1Box .date {
	font-size: 24px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #2b2b2b;
	margin-bottom: 14px;
}

.imgTextCon1Box .title {
	overflow: hidden;
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	margin-bottom: 26px;
}

.imgTextCon1Box .title a {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	color: #2b2b2b;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgTextCon1Box .pic:before {
	padding-top: 42.5533%;
}

.imgTextCon1Box:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* .imgTextCon1Box:hover .pic .mask {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
} */

.indexSlide5Swiper {
	width: 900px;
}

.indexSlide5Swiper .swiper-slide {
	padding: 100px 0 50px;
}

.indexSlide5Swiper .indexSlide5SwiperPage {
	padding: 50px 0 0;
}

.indexImgCon {
	width: 94px;
	margin: 0 auto;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.indexImgCon .pic {
	background-color: #fff;
}

.indexImgCon .pic:before {
	padding-top: 100%;
}

.indexImgCon .pic img {
	object-fit: contain;
}


/* ========== 首页 新闻 end ========== */
/* ========== 首页 start ========== */

/* 联系我们 start  */
.contactUsBox {
	/* width: 775px; */
	margin: 0 auto;
	padding: 90px 0 60px;
}

.contactUsList {
	display: flex;
	gap: 80px;
}

.contactUsList .contactUsItem {
	flex: 1;
}

.contactUsTextRight {
	width: 100%;
	color: #aab2bd;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	text-align: right;
}

.contactUsBox .commonForm {
	margin-bottom: 80px;
}

.contactUsTitle {
	text-align: center;
	font-size: 30px;
	color: #2b2b2b;
	line-height: 40px;
	margin-bottom: 30px;
}

.contactUsMentList {
	display: flex;
	justify-content: center;
	padding: 60px 0;
}

.contactUsMentList dd {
	margin: 0 30px;
}

.contactUsMentList dd a {
	display: block;
	font-size: 20px;
	color: #2b2b2b;
	position: relative;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.contactUsMentList dd a:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fbb03b;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.contactUsMentList dd.hover a:before,
.contactUsMentList dd:hover a:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.itemConBox{
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.privacyBox .aykj_cssCheckBox {
	display: flex;
	align-items: center;
}

.privacyBox .aykj_cssCheckBox_icn {
	border: 1px solid var(--themeColor);
}

.privacyBox .aykj_cssCheckBoxBox.checked .aykj_cssCheckBox_icn i {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.privacyBox .aykj_cssCheckBox_text {
	color: #2b2b2b;
	font-size: 18px;
	line-height: 30px;
}

.privacyPop a {
	display: inline-block;
	color: #2b2b2b;
	font-size: 18px;
	line-height: 30px;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.privacyPop a:hover {
	text-decoration: underline;
}

/* 联系我们 end  */
/* 隐私条款 start  */
.privacyPolicyBox {
	width: 80.9524%;
	margin: 0 auto;
}

.privacyPolicyTitle {
	font-size: 30px;
	color: #2b2b2b;
	text-align: center;
}

.privacyPolicyTitle span {
	display: inline-block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	position: relative;
}

.privacyPolicyTitle span:before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fbb03b;
	position: absolute;
	left: 0;
	bottom: 0;
}

.privacyPolicyCon {
	margin-bottom: 30px;
}

.privacyPolicyCon .title {
	font-size: 20px;
	color: #2b2b2b;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}

.privacyPolicyCon .text {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
}

.privacyPolicyFooter {
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
	text-align: right;
}

/* 隐私条款 end  */
/* 关于我们 start  */
.aboutUsPic .pic:before {
	padding-top: 15.628%;
}

.aboutUsPic .mask {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/* .aboutUsPic:hover .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
} */
.aboutUsTitle {
	font-size: 42px;
	color: var(--themeColor);
	line-height: 60px;
}

.aboutUsColumn {
	padding: 120px 0 145px;
}

.aboutUsColumn1Con {
	padding: 50px 0 0;
}

.aboutUsText1 {
	width: 80.9524%;
	margin: 0 auto;
	color: #2b2b2b;
	font-size: 20px;
	line-height: 45px;
	padding: 40px 0;
	position: relative;
}

.aboutUsText1:after,
.aboutUsText1:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: auto 20px;
	position: absolute;
}

.aboutUsText1:after {
	left: -40px;
	top: 0;
	background-image: url(../images/dou1.png);
}

.aboutUsText1:before {
	right: -40px;
	bottom: 0;
	background-image: url(../images/dou2.png);
}

.aboutUsColumn2Con {
	padding: 90px 0 50px;
}

.aboutUsText2 {
	line-height: 40px;
	color: #2b2b2b;
	font-size: 23px;
	text-align: center;
}

.imgTextCon {
	padding: 30px;
	background-color: #f9f9f9;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

.imgTextCon .pic {
	-webkit-transform: translateY(-65px);
	transform: translateY(-65px);
}

.imgTextCon .pic:before {
	padding-top: 63.9604%;
}

.imgTextCon .textCon {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.imgTextCon .title {
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 23px;
}

.imgTextCon .title a {
	color: #2b2b2b;
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
	font-weight: bold;
}

.imgTextCon .text {
	font-size: 18px;
	color: #2b2b2b;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}

/* .imgTextCon:hover .title a {
	color: var(--themeColor);
} */

.imgTextCon:hover {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.imgTextCon .mask {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/* .imgTextCon:hover .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
} */

.aboutUsColumn2Swiper .aboutUsColumn2Page {
	padding: 30px 0 0;
}

.aboutUsColumn3Con {
	padding: 50px 0 0;
	display: flex;
}

.aboutUsColumn3Con .picBox {
	width: 48.5119%;
	margin-right: 60px;
}

.aboutUsColumn3Con .pic:before {
	padding-top: 63.8142%;
}

.aboutUsColumn3Con .picBox .mask {
	-webkit-transition: all .15s linear;
	transition: all .15s linear;
}

/* .aboutUsColumn3Con .picBox:hover .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background-color: rgba(0, 0, 0, .2);
} */

.aboutUsColumn3Con .textCon {
	flex: 1;
	display: flex;
	align-items: center;
}

.aboutUsColumn3Con .text {
	color: #2b2b2b;
	font-size: 20px;
	line-height: 30px;
	max-height: 270px;
	overflow: hidden;
	overflow-y: auto;
}

/* 关于我们 end  */