#swiper-slide-menus {
	position: fixed;
	right: 5%;
	z-index: 90;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}
#swiper-slide-menus a {
	width: 25px;
	height: 25px;
	opacity: 1;
	background: none;
	margin: 5px 0px;
	position: relative;
	cursor: pointer;
	display: block;
	text-indent: 100px;
	overflow: hidden;
}
#swiper-slide-menus a::before {
	content: "";
	width: 6px;
	height: 6px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	border-radius: 50%;
	transition: all .5s;
}
#swiper-slide-menus a::after {
	content: "";
	position: absolute;
	transition: all .3s;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-top: -6px;
	margin-left: -6px;
	display: block;
	border-radius: 100%;
	border: 2px solid transparent;
}
#swiper-slide-menus a.active::before {
	transform: scale(.4);
	opacity: 0;
}
#swiper-slide-menus a.active::after {
	width: 12px;
	height: 12px;
	border-color: #ffffff #ffffff #ffffff transparent;
	animation: rotate0 2s ease infinite;
}
@keyframes rotate0 {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}
.home {
	overflow: hidden;
	height: 100vh;
}
.home .swiper-slide:last-child {
	height: auto;
}
.home video {
	position: absolute;
	width: auto;
	height: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}
.home .video {
	position: absolute;
	width: 100%;
	height: 100%;
	/* left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%); */
	background: center center no-repeat;
	background-size: cover;
}
/**/
.swiperNomal .swiper-slide {
	background: #000000;
}
.swiperNomal .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiperNomal .swiper-slide {
	background: #000000;
}
/*about*/
#section1 {
	background: url(../image/bg1.jpg) center center no-repeat;
	display: flex;
	background-size: cover;
}
#section1 .w1400 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 50px;
	flex-wrap: wrap;
}
.homeIntroL {
	width: 40%;
}
.homeIntroR {
	width: 55%;
}
.homeIntroR ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.homeIntroR ul li {
	width: 49%;
	position: relative;
	margin-right: 2%;
	-webkit-transition: all .5s;
	margin-bottom: 20px;
}
.homeIntroR ul li a {
	position: relative;
	display: block;
	perspective: 500px;
}
.trigger {
	position: absolute;
	height: 33.333333%;
	width: 33.333333%;
	display: block;
	z-index: 2;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.trigger:nth-child(1) {
	left: 0;
	top: 0;
}
.trigger:nth-child(1):hover ~ .paracard {
	transform: rotateY(8deg) rotateX(-5deg);
	background-position: top left;
}
.trigger:nth-child(2) {
	left: 33.333333%;
	top: 0;
}
.trigger:nth-child(2):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(-5deg);
	background-position: top center;
}
.trigger:nth-child(3) {
	left: 66.666666%;
	top: 0;
}
.trigger:nth-child(3):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(-5deg);
	background-position: top right;
}
.trigger:nth-child(4) {
	left: 0;
	top: 33.333333%;
}
.trigger:nth-child(4):hover ~ .paracard {
	transform: rotateY(8deg);
	background-position: center left;
}
.trigger:nth-child(5) {
	left: 33.333333%;
	top: 33.333333%;
}
.trigger:nth-child(5):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(0deg);
	background-position: center center;
}
.trigger:nth-child(6) {
	left: 66.666666%;
	top: 33.333333%;
}
.trigger:nth-child(6):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(0deg);
	background-position: center right;
}
.trigger:nth-child(7) {
	left: 0;
	top: 66.666666%;
}
.trigger:nth-child(7):hover ~ .paracard {
	transform: rotateY(8deg) rotateX(5deg);
	background-position: bottom left;
}
.trigger:nth-child(8) {
	left: 33.333333%;
	top: 66.666666%;
}
.trigger:nth-child(8):hover ~ .paracard {
	transform: rotateY(0deg) rotateX(5deg);
	background-position: bottom center;
}
.trigger:nth-child(9) {
	left: 66.666666%;
	top: 66.666666%;
}
.trigger:nth-child(9):hover ~ .paracard {
	transform: rotateY(-8deg) rotateX(5deg);
	background-position: bottom right;
}
.paracard {
	width: 100%;
	display: block;
	transform-style: preserve-3d;
	transition: all 0.7s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
	background-size: 110% 110%;
	background-position: center center;
}
.paracard::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .2);
	content: "";
}
.homeIntroR ul li:nth-child(2n) {
	margin-right: 0;
}
.homeIntroR ul li .thum {
	position: relative;
	overflow: hidden;
}
.homeIntroR ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}
.homeIntroR ul li:hover .thum .pic {
	-webkit-transform: scale(1.05);
}
.homeIntroR ul li .info {
	width: 100%;
	-webkit-transition: all .5s;
	position: absolute;
	height: 100%;
	left: 0;
	bottom: 0;
	color: #ffffff;
	/*text-transform: uppercase;*/
}
.homeIntroR ul li .info .name {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 30px;
	left: 30px;
}
.homeIntroR ul li .info::after {
	width: calc(100% - 40px);
	border: 2px solid rgba(255, 255, 255, 0.5);
	height: calc(100% - 40px);
	content: "";
	display: block;
	left: 20px;
	top: 20px;
	position: absolute;
	transform: translateZ(30px);
}
.homeIntroR ul li .info b {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.homeIntroR ul li .info p {
	opacity: .7;
}
.homeIntroL .txt {
	width: 100%;
	font-size: 30px;
}
.homeIntroL .txt b {
	font-weight: normal;
}
.homeIntroL .txt p {
	text-transform: uppercase;
	font-size: 20px;
	opacity: .2;
	margin-top: .5em;
}
.homeIntroL .txt p.description {
	opacity: .8;
	margin-top: 2em;
	font-size: 15px;
	line-height: 1.78;
}
/**/
#section2 {
	position: relative;
	display: flex;
	align-items: center;
}
#section2 .w1400 {
	width: 100%;
	max-width: none;
}
.bgs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.bgs ul {
	height: 100%;
}
.bgs ul li {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 1s;
	background: center center no-repeat;
	background-size: cover;
}
.bgs ul li.active {
	opacity: 1;
}
.zyBox {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0 5%;
}
.zyBox a {
	width: calc(90vw * 0.23);
	height: calc(90vw * 0.23);
	border: 1px dashed rgba(255, 255, 255, .5);
	border-radius: 50%;
	position: relative;
	text-align: center;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zyBox a + a {
	margin-left: 15px;
}
.zyBox a .info {
	display: block;
	width: 100%;
	position: relative;
	top: 15px;
}
.zyBox a .info p {
	font-size: 16px;
	line-height: 2;
	opacity: .7;
	margin-bottom: 10px;
}
.zyBox a .info b {
	display: block;
	font-size: 24px;
	font-weight: normal;
	width: 100%;
	-webkit-transition: all .4s;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.zyBox a .info b::after {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	background: var(--main-color);
	content: "";
	-webkit-transition: all .4s;
}
.zyBox a .info .icon {
	width: 50px;
	height: 50px;
	position: relative;
	line-height: 50px;
	border-radius: 50%;
	left: 50%;
	margin-left: -25px;
	-webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.zyBox a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, .7);
	content: "";
	border-radius: 50%;
	-webkit-transform: scale(0);
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity: 0;
}
.zyBox a:hover::before {
	-webkit-transform: scale(1);
	opacity: 1;
}
.zyBox a:hover {
	color: var(--main-color);
}
.zyBox a:hover .info b {
	color: var(--main-color);
	margin-bottom: 25px;
}
.zyBox a:hover .info b::after {
	width: 10%;
	left: 45%;
}
.zyBox a:hover .info .icon {
	background: var(--main-color);
	color: #ffffff;
}
/**/
.section3 {
	background: center center no-repeat;
	display: flex;
	align-items: center;
	background-size: cover;
}
.fine ul {
	display: flex;
	justify-content: space-between;
}
.fine ul li {
	width: 32%;
	position: relative;
}
.fine ul li:nth-child(n + 4) {
	display: none;
}
.fine a {
	display: block;
	position: relative;
}
.fine .thum {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.fine .thum .pic {
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}
.fine .thum img {
	max-width: auto;
	width: 100%;
}
.fine .info {
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.fine .info::after {
	width: 0;
	height: 1px;
	background: var(--main-color);
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	-webkit-transition: all .35s;
}
.fine .info .name {
	width: 100%;
	height: auto;
	min-height: 50px;
	font-size: 16px;
	line-height: 1.6;
}
.fine .info .des {
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	opacity: .7;
	margin-top: 10px;
	height: 50px;
	overflow: hidden;
}
.fine .date {
	width: 100%;
	height: auto;
	line-height: 55px;
	position: relative;
	font-size: 20px;
	-webkit-transition: all .35s;
}
.fine .date::after {
	width: 15px;
	height: 15px;
	background: url("../image/jtsb.png") no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -7.5px;
	-webkit-transition: all .35s;
	opacity: 0;
	filter: invert(14%) sepia(79%) saturate(2879%) hue-rotate(350deg) brightness(118%) contrast(87%);
}
.fine a:hover .info::after {
	width: 100%;
}
.fine a:hover .date,
.fine a:hover .info .name {
	color: var(--main-color);
}
.fine a:hover .thum .pic {
	-webkit-transform: scale(1.05);
}
.fine a:hover .date::after {
	opacity: 1;
}
.fine .swiper-button-next,
.fine .swiper-container-rtl .swiper-button-prev {
	width: 50px;
	height: 50px;
	top: 40%;
}
.fine .swiper-button-prev,
.fine .swiper-container-rtl .swiper-button-next {
	width: 50px;
	height: 50px;
	top: 40%;
}
.fine .swiper-button-next:after,
.fine .swiper-button-prev:after {
	font-size: 16px;
}
/**/
.section4 {
	background: center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
}
.section4 .txt {
	line-height: 1.4;
	margin-bottom: 50px;
}
.section4 .txt p {
	font-size: 30px;
	color: var(--main-color);
	margin-bottom: 10px;
}
.section4 .txt b {
	font-weight: normal;
}
.homeHr {
	width: 100%;
	height: auto;
}
.homeHr li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	margin-bottom: 10px;
}
.homeHr li .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: relative;
	border: 1px solid var(--main-color);
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: var(--main-color);
	font-size: 24px;
}
.homeHr li .t {
	width: calc(100% - 50px);
}
/**/
.cooper {
	padding: 50px 0;
}
.cooperList {
	width: 100%;
}
.cooperList a {
	width: 20%;
	background: #ffffff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-transition: all .5s;
}
.cooperList a .pic {
	background: center center no-repeat;
	background-size: contain;
}
.cooperList a:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	z-index: 1;
}
/*.hb {
	width: 100%;
	height: auto;
}*/
/*.hb ul {
	display: flex;
	flex-wrap: wrap;
}*/
.hb ul li {
	/*width: 24%;
	height: auto;
	background: #ffffff;
	margin-left: calc((100% - (24%*4)) / 3);
	margin-bottom: 20px;*/
	border-radius: 5px;
	-webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1)
}
/*.hb ul li:nth-child(4n+1){
	margin-left: 0;
}*/
.hb ul li .thum {
	background: center center no-repeat;
	background-size: cover;
	border: 1px solid rgba(0, 0, 0, .05);
}
.hb ul li:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}
.hb .swiper-pagination{
	--swiper-pagination-color:var(--main-color);
	position: unset;
	margin-top: 2vw;
}
@media screen and (max-width: 1024px) {
	.homeIntroL .txt, .commonTitle b {
		font-size: 24px;
	}
	.homeIntroR ul li .info b {
		font-size: 18px;
	}
	.homeIntroR ul li .info p {
		font-size: 12px;
	}
	.swiperNomal .btnBox {
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.menu_btn {
		top: 0;
		position: absolute;
	}
	.logo{
		position: relative;
		margin-left: unset;
	}
	/**/
	.homeIntroL, .homeIntroR {
		width: 100%;
	}
	#section1 .w1400 {
		align-self: center;
	}
	.commonTitle, .homeIntroL .txt {
		text-align: center;
	}
	#section1 .commonMore {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.homeIntroL .txt {
		margin-bottom: 50px;
	}
	.homeIntroR {
		width: 90%;
		margin-left: 5%;
	}
	/*	*/
	.zyBox a .info .icon {
		display: none;
	}
	.zyBox a {
		width: 35vw;
		height: 35vw;
		margin: 0 2vw;
	}
	.zyBox a + a {
		margin: 0 2vw;
	}
	/*	*/
	.homeHr .commonMore {
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) {
	#swiper-slide-menus {
		display: none;
	}
	.home {
		height: auto;
	}
	.home > .swiper-wrapper {
		display: block;
	}
	/**/
	.swiper-container.swiperNomal {
		height: auto;
		pointer-events: initial;
	}
	.swiper-lazy-preloader {
		width: 20px;
		height: 20px;
		margin-left: -10px;
		margin-top: -10px;
		z-index: 10;
		border-width: 2px;
	}
	.swiperNomal .swiper-pagination-bullet {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active {
		margin-right: 50px;
	}
	.swiperNomal .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
		width: 50px;
		right: -50px;
	}
	#section1, #section2, .section3, .section4,.section6 {
		padding: 50px 0;
		pointer-events: initial;
	}
	#section1, .section3 {
		background: #ffffff !important;
	}
	.homeIntroR ul li .info::after, .homeIntroR ul li .info p {
		display: none;
	}
	.homeIntroR ul li .info .name {
		width: 100%;
		bottom: 0;
		left: 0;
		padding: 10px 15px;
	}
	.homeIntroR ul li .info b {
		font-size: 16px;
		font-weight: bold;
	}
	.homeIntroR ul li {
		margin-bottom: 10px;
		width: 100%;
		margin-right: 0;
		height: 15vh;
		overflow: hidden;
	}
	/*.homeIntroL .txt {*/
	/*	display: none;*/
	/*}*/
	.homeIntroR {
		width: 100%;
		margin-left: 0;
	}
	.commonTitle p {
		font-size: 14px;
	}
	.homeIntroR ul li .thum img {
		display: none;
	}
	.homeIntroR ul li .thum, .paracard, .homeIntroR ul li a {
		height: 100%;
	}
	.paracard {
		background-size: cover;
	}
	#section1 .w1400 {
		top: 0;
	}
	.homePage {
		display: block;
		margin-right: 70px;
		top: 10px;
		padding: 0 15px;
	}
	.homeIntroR ul li .info p {
		display: block;
		font-size: 12px;
		padding-top: 5px;
	}
	/*	*/
	.zyBox {
		flex-wrap: wrap;
		justify-content: center;
	}
	.zyBox a {
		width: 35vw;
		height: 35vw;
		margin: 10px 2vw;
	}
	.zyBox a + a {
		margin: 10px 2vw;
	}
	.zyBox a .info b {
		font-size: 18px;
		font-weight: bold;
	}
	.zyBox a .info p {
		font-size: 12px;
		margin-bottom: 0;
	}
	/*	*/
	.fine ul {
		flex-wrap: wrap;
	}
	.fine ul li {
		width: 100%;
		position: relative;
		height: auto;
		overflow: hidden;
		margin-bottom: 15px;
	}
	.fine a {
		display: flex;
	}
	.fine .thum {
		margin-bottom: 0;
	}
	.fine .date {
		position: absolute;
		left: 40%;
		bottom: 0;
		font-size: 12px;
		padding-left: 15px;
		line-height: 2;
		opacity: .7;
	}
	.fine .thum {
		width: 40%;
	}
	.fine .info {
		width: 60%;
		padding-bottom: 0;
		border: none;
		padding-left: 15px;
	}
	.fine .info .name {
		-webkit-line-clamp: 3;
	}
	/*	*/
	.section4 .txt {
		text-align: center;
	}
	.section4 .txt p {
		font-size: 18px;
	}
	.section4 .txt b {
		font-size: 14px;
		line-height: 2;
	}
	.section4 .txt {
		margin-bottom: 30px;
	}
	.homeHr li .icon {
		font-size: 20px;
	}
	/*	*/
	/*.hb ul li {*/
	/*	width: 23.5%;*/
	/*	margin-bottom: 15px;*/
	/*}*/
	/*.hb ul li:nth-child(6n) {*/
	/*	margin-right: 2%;*/
	/*}*/
	/*.hb ul li:nth-child(4n) {*/
	/*	margin-right: 0;*/
	/*}*/
}