.home1 {
	width: 100%;
	height: 100vh;
}

@media (min-width:768px) {

	.home1 img,
	.home1 video {
		max-width: 100%;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.home1 .video-true img {
		display: none;
	}
}

.home1 img {
	max-width: 100%;
}


.home1 .swiper-pagination {
	bottom: 53px;
}

.home1 .swiper-pagination-bullet {
	background: #fff;
	opacity: .6;
	margin: 0 8px !important;
	position: relative;
}

.home1 .swiper-pagination-bullet-active {
	opacity: 1;
	margin: 0 16px !important;
}

.home1 .swiper-pagination-bullet-active::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 22px;
	height: 22px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	opacity: 0.51;
}

.home1 .swiper-button-next::after,
.home1 .swiper-button-prev::after {
	display: none;
}

.home1 .swiper-button-prev {
	width: 60px;
	height: 60px;
	background: url('/static/img/r.svg') no-repeat center/contain;
}

.home1 .swiper-button-next {
	width: 60px;
	height: 60px;
	background: url('/static/img/l.svg') no-repeat center/contain;
}



.home1 .banner-mouse {
	position: absolute;
	top: auto;
	bottom: 20px;
	right: 50%;
	z-index: 20;
	margin-right: -17px;
	background: url('/static/img/UFO-down.svg') no-repeat center center;
	width: 34px;
	height: 34px;
	background-size: 100% 100%;
	outline: none;
	animation: upDown 2s linear infinite;
}

@keyframes upDown {
	0% {
		transform: translate(0px, 0px);
		opacity: 1;
	}

	50% {
		transform: translate(0px, -100%);
		opacity: 0.5;
	}

	100% {
		transform: translate(0px, 0px);
		opacity: 1;
	}
}

.home2 {
	padding: 118px 0 148px;
}

.home2 .Cit p {
	max-width: 818px;
	font-size: 16px;
	color: #B2B2B2;
	text-align: center;
	margin: 20px auto 0 auto;
}

.home2 .main {
	padding-top: 45px;
}

.home2 .text-box p{
	font-size: 16px;
	color: #FF2C00	;
}

.home2 .ev {
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.home2 .ev img {
	width: 100%;
	transition: all ease .3s;
}

.home2 .ev:hover img {
	transform: scale(1.1);
}

.home2 .ev:nth-child(1) {
	width: 66%;
	background: linear-gradient(313deg, #F2F2F2 0%, #C1C1C1 100%);
}

.home2 .ev:nth-child(2) {
	width: 32%;
	margin-right: 0%;
	background: linear-gradient(133deg, #3A3A3A 0%, #000000 100%);
}

.home2 .ev:nth-child(3) {
	width: 32%;
	background: #EEEEEE;
}

.home2 .ev:nth-child(4) {
	width: 32%;
	background: #E3E3E3;
}

.home2 .ev:nth-child(5) {
	width: 32%;
	margin-right: 0%;
	background: #000000;
}

.home2 .ev .intr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 24px;
}

.home2 .ev:nth-child(5) .intr {
	display: flex;
	justify-content: center;
	align-items: center;
}

.home2 .ev h2 {
	font-weight: bold;
	font-size: 27px;
	color: #000000;
}

.home2 .ev b {
	/* display: block; */
	width: 16px;
	height: 3px;
	background: #000000;
	margin: 25px 0 20px;
}

.home2 .ev p {
	max-width: 240px;
	font-size: 13px;
	color: #666666;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.home2 .ev:nth-child(2) h2,
.home2 .ev:nth-child(5) h2 {
	color: #fff;
}

.home2 .ev:nth-child(2) b {
	background: #fff;
}

.home2 .ev:nth-child(2) p {
	color: #fff;
}

.home2 .ev:nth-child(3) p,
.home2 .ev:nth-child(4) p {
	max-width: 130px;
}

.home2 .ev:nth-child(5) h2 {
	border-bottom: 2px solid #fff;
}

.home2 .ev:nth-child(5) b {
	display: none;
}

.home3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home3 .Cit h2::after {
	opacity: 0.3;
}

.home3 .left {
	width: 50%;
	padding-left: 12%;
}

.home3 .left .Cit h2 {
	color: #0C9898;
	margin: 0;
}

.home3 .left .bar {
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 30px;
	padding-left: 30px;
}

.home3 .left .bar h2 {
	font-size: 24px;
	font-weight: 500;
	opacity: 0.3;
	position: relative;
}

.home3 .left .bar h2::before {
	content: '';
	display: block;
	background: url('/static/img/h3-jt.svg') no-repeat center/contain;
	width: 16px;
	height: 16px;
	position: absolute;
	left: -30px;
	top: 9px;
}

.home3 .left .bar p {
	font-size: 16px;
	line-height: 1.8;
	max-width: 500px;
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home3 .left .bar.on h2 {
	opacity: 1;
}

.home3 .left .bar.on p {
	display: -webkit-box;
	display: box;
}

/* .home3-more {
	width: 238px;
	height: 56px;
	background: #0C9898;
	font-size: 16px;
	color: #FFFFFF;
} */



.home3-more {
	position: relative;
	width: 238px;
	height: 56px;
	text-align: center;
	color: #fff;
	background: #0C9898;
	font-size: 16px;
}

.home3-more img {
	width: 0;
	overflow: hidden;
	transition: all ease .3s;
}

.home3-more:hover img {
	width: 14px;
}

.home3-more img {
	margin-right: 5px;
}

.home3 .right {
	width: 50%;
	padding-right: 2%;
}

.home3 .right .ev-wrap {
	display: flex;
	flex-direction: column;
	width: 24%;
	margin-left: 1%;
}

.home3 .right .ev {
	position: relative;
	opacity: 0.3;
	transition: all ease .8s;
}

.home3 .right .ev .pic,
.home3 .right .ev img {
	width: 100%;
	transition: all ease .8s;
}

.home3 .right .ev .pic {
	overflow: hidden;
}

.home3 .right .ev:hover img {
	transform: scale(1.1);
}

.home3 .right .ev.on {
	opacity: 1;
}

.home3 .right .ev-wrap:nth-of-type(odd) {
	justify-content: center;
}

.home3 .right .ev-wrap:nth-of-type(even) {
	justify-content: space-between;
}

.home3 .right .ev-wrap:nth-of-type(even) .ev:nth-of-type(2) {
	margin-top: 150px;
}

.home3 .right .ev .intr {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 35px 15px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.home3 .right .ev h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	word-break: break-all;
}

.home3 .right .ev h2::after {
	content: '';
	display: block;
	width: 36px;
	height: 5px;
	background: #FFFFFF;
	opacity: 0.57;
	margin-top: 10px;
}

.home4 {
	padding: 113px 0 130px;
}

.home4 .wrap-sm-sm {
	padding-top: 30px;
}

.home4 .left {
	width: 17%;
}

.home4 .left h3 {
	font-size: 29px;
	font-weight: bold;
	color: #030303;
	margin-bottom: 25px;
}

.home4 .left .bar {
	width: 175px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #D2D2D2;
	text-align: center;
	font-size: 12px;
	color: #B2B2B2;
	margin-bottom: 16px;
	cursor: pointer;
}

.home4 .left .bar.on {
	border: 1px solid #0C9898;
	background: #0C9898;
	color: #FFFFFF;
}

.home4 .right {
	width: 83%;
}

.home4 .tab {
	display: none;
}

.home4 .tab.on {
	display: flex;
}

.home4 .tab .recomend {
	width: 45%;
}

.home4 .tab .recomend .pic {
	overflow: hidden;
}

.home4 .tab .recomend .pic,
.home4 .tab .recomend .pic img {
	width: 100%;
	transition: all ease .8s;
}

.home4 .tab .recomend .pic:hover img {
	transform: scale(1.1);
}

.home4 .tab .recomend .intr {
	padding: 20px 35px;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.home4 .tab .recomend .intr h2 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.home4 .tab .recomend .intr p {
	font-size: 16px;
	color: #B2B2B2;
	margin-top: 15px;
}

.home4 .tab .list {
	width: 55%;
	padding-left: 24px;
}

.home4 .tab .list a {
	padding: 30px 30px 30px 0;
	display: flex;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	margin-top: -1px;
	transition: all .4s;
}

.home4 .tab .list a h2 {
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	transition: all .4s;
}

.home4 .tab .list a p {
	font-size: 16px;
	color: #B8B8B8;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.home4 .tab .list a .intr {
	width: 80%;
}

.home4 .tab .list a .num {
	width: 20%;
	color: #CCCCCC;
	border-left: 1px solid #EEEEEE;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: all .4s;
}

.home4 .tab .list a .num b {
	font-size: 32px;
	font-weight: bold;
}

.home4 .tab .list a .num i {
	font-size: 14px;
	font-style: normal;
}

.home4 .tab .list a:hover {
	padding: 40px 30px 30px 0;
}

.home4 .tab .list a:hover h2 {
	color: #0B9191;
}


.home4 .tab .list a:hover .num {
	color: #0B9191;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1900px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {
	.home4 .left h3 {
		font-size: 24px;
	}
}

@media screen and (max-width:1250px) {
	.home3 {
		padding: 10% 5% 5%;
	}

	.home3 .left {
		width: 100%;
		padding-left: 0%;
		margin-bottom: 5%;
	}

	.home3 .right {
		width: 100%;
		padding-right: 0%;
	}

	.home4 .left {
		margin-bottom: 5%;
	}

	.home4 .left,
	.home4 .right {
		width: 100%;
	}

	.home4 .left .tabbar {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.home4 .left .bar {
		width: 30%;
		display: -webkit-box;
		display: box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}
}


@media screen and (max-width:991px) {
	.home1 {
		height: auto;
		height: 50vh;
	}

	.home1 img {
		height: 100%;
		object-fit: cover;
	}

	.home3 .left .bar p {
		font-size: 14px;
	}

	.home3 .right .ev h2 {
		font-size: 18px;
	}

	.home1 .swiper-button-prev,
	.home1 .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.home1 .banner-mouse {
		display: none;
	}
}

@media screen and (max-width:768px) {


	.home1 .video-true img {
		display: block;
	}

	.home1 .video-true video {
		display: none;
	}

	.home2 .ev {
		margin-right: 0;
	}

	.home2 .main {
		justify-content: space-between;
	}

	.home2 .ev:nth-child(1) {
		width: 100%;
	}

	.home2 .ev {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.home2 .ev:nth-child(2),
	.home2 .ev:nth-child(3),
	.home2 .ev:nth-child(4),
	.home2 .ev:nth-child(5) {
		width: 100%;
	}

	.home2 .ev h2 {
		font-size: 20px;
	}

	.home2 .ev b {
		margin: 15px 0 20px;
	}

	.home4 .tab .recomend {
		width: 100%;
	}

	.home4 .tab .list {
		width: 100%;
		padding-left: 24px;
	}

	.home2 {
		padding: 60px 0 40px;
	}

	.home2 .ev .pic {
		/* position: absolute;
		left: 0;
		top: 0; */
		width: 100%;
		/* height: 100%; */
		z-index: 1;
	}

	.home2 .ev:nth-child(2) .intr,
	.home2 .ev:nth-child(3) .intr,
	.home2 .ev:nth-child(4) .intr,
	.home2 .ev:nth-child(5) .intr {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.home2 .ev:nth-child(2) .intr,
	.home2 .ev:nth-child(3) .intr,
	.home2 .ev:nth-child(4) .intr {
		position: static;
		height: auto;
	}

	.home2 .ev:nth-child(3) p,
	.home2 .ev:nth-child(4) p {
		max-width: none;
	}

	.home2 .ev img {
		height: 100%;
		object-fit: cover;
	}

	.home2 .ev .intr {
		position: relative;
		height: auto;
		z-index: 2;
	}

	.home4 {
		padding: 60px 0 40px;
	}

	.home4 .tab a p {
		font-size: 14px;
	}

	.home4 .tab a .num b {
		font-size: 24px;
	}

	.home4 .tab a .num i {
		font-size: 12px;
	}

	.home4 .tab a {
		padding: 30px 0;
	}

	.home4 .tab:hover a {
		padding: 30px 0;
	}

	.home3 .left .bar p {
		font-size: 12px;
	}

	.home3 .left .bar h2 {
		font-size: 18px;
	}

	.home3 .left .bar h2::before {
		top: 3px;
	}

	.home3-more {
		width: 136px;
		height: 42px;
		font-size: 14px;
	}

	.home2 .Cit p {
		font-size: 12px;
	}

	.home4 .tab a h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.home3 .right .ev h2 {
		font-size: 12px;
	}

	.home3 .right .ev h2::after {
		height: 2px;
	}

	.home3 .right .ev-wrap:nth-of-type(even) .ev:nth-of-type(2) {
		margin-top: 40px;
	}

}

@media screen and (max-width:480px) {}