.g-banner {
	width: 100%;
	position: relative;
}

.g-banner .sb {
	position: absolute;
	right: 1em;
	top: 42%;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 1.5em;
}

.g-banner .sb span {
	color: #fff;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
}

.g-banner .sb .b-img {
	width: 1.5em;
	height: 4em;
	background: url(sb.svg) no-repeat;
	background-size: 100% auto;
	position: relative;
}

.g-banner .sb .b-img::after {
	content: "";
	position: absolute;
	left: 42%;
	top: 20%;
	width: 2px;
	height: 4px;
	background: #fff;
	animation: sb 1s alternate infinite;
}

@keyframes sb {
	from {
		top: 10%;
	}

	to {
		top: 20%;
	}
}

.g-banner .swiper-slide {
	position: relative;
}

.g-banner .swiper-slide img {
	width: 100%;
}

.g-banner .swiper-slide video {
	width: 100%;
}

.g-banner .swiper-slide .info {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	z-index: 999;
}

.g-banner .swiper-slide .info .m-c {}

.g-banner .swiper-slide .info .m-c p {
	color: #FBFBFB;
	font-size: 1.0416666666666667vw;
	font-weight: 400;
	position: relative;
}

.g-banner .swiper-slide .info .m-c p:after {
	content: "";
	position: absolute;
	left: -5.5em;
	top: 0.7em;
	width: 5em;
	height: 1px;
	background: #ffff;
}

.g-banner .swiper-slide .info .m-c h1 {
	font-weight: 400;
	color: #FFFFFF;
	font-size: 2.916666666666667vw;
	padding: 00.5em 0;
}

.g-banner .swiper-nav {
	width: 100%;
	/* height: 100px; */
	/* 	background: rgba(233, 233, 233, 0.05); */
	left: 0;
	bottom: 4em;
	z-index: 99;
	position: absolute;
}

.w1190 {
	width: 1190px;
	margin: 0 auto;
}

.g-banner .swiper-nav ul {

	/* background: rgba(255,255,255,0.1); */
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	/* align-items: flex-end; */
}

.g-banner .swiper-nav ul::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	filter: blur(20px);
	z-index: -1;
	margin: -30px;
}

.g-banner .swiper-nav li {
	color: #fff;
	width: 30%;
	padding: 20px 10px;

	opacity: 0.6;
	cursor: pointer;
}


.g-banner .swiper-nav li .info {}

.g-banner .swiper-nav li .info h1 {
	opacity: 0;
	font-size: 1em;
	padding-bottom: 5px;
	font-weight: normal;
	color: #fff;
	display: none;
}

.g-banner .swiper-nav li .info h1 sup {
	font-size: 0.6em;
	opacity: 0;
	display: inline-block;
}

.g-banner .swiper-nav li .info p {
	color: #fff;
	opacity: 0;
	font-size: 22px;
	display: none;
}

.g-banner .swiper-nav li .info .jd {
	width: 100%;
	margin-top: 10px;
	height: 2px;
	background: rgba(255, 255, 255, 0.26);
	position: relative;
}

.g-banner .swiper-nav li .info .jd::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 2px;
	background: #fff;
	transition: all 3.2s;
}

.g-banner .swiper-nav li.active {
	opacity: 1;
}

.g-banner .swiper-nav li.active .info .jd {
	/* background: rgba(233, 233, 233, 1); */
}

.g-banner .swiper-nav li.active .info .jd::after {
	width: 100%;
}


/*  */
.g-fn {
	padding: 2em 0;
	height: 120vh;
	overflow: hidden;
}

.g-fn .m-c .img {
	width: 80%;
	margin: 0 auto;
}

.g-fn .m-c .img img {
	width: 100%;
}

.g-fn .m-c .swiper-slide {
	opacity: 0 !important;
}

.g-fn .m-c .swiper-slide-active,
.g-fn .m-c .swiper-slide-active .swiper-slide-active {
	opacity: 1 !important;
}

/*  */
.mySwiper-xl {
	width: 100%;
	max-width: 1920px;
	margin: 4em auto;
	height: 80vh;
	background: #FCFCFC;
	overflow: hidden;
	position: relative;
}

.mySwiper-xl .swiper-slide {
	width: 100%;
	height: 100%;
	background: #fff;
}

.mySwiper-xl .swiper-slide .m-c {
	align-items: center;
}

.mySwiper-xl .swiper-slide .m-c .txt {
	width: 39%;
	padding-left: 13%;
}

.mySwiper-xl .swiper-slide .m-c .img {
	width: 58%;
}

.mySwiper-xl .swiper-slide .m-c .img img {
	width: 100%;
}

.mySwiper-xl .swiper-slide .m-c .img video {
	width: 100%;
}

.mySwiper-xl .swiper-nav {
	width: 10em;
	height: 100%;
	/* 	background: rgba(233, 233, 233, 0.05); */
	left: 3%;
	top: 20%;
	z-index: 999;
	position: absolute;
	display: flex;
	/* justify-content: center;
	align-items: center; */
	flex-wrap: wrap;
}

.mySwiper-xl .swiper-nav ul {}

.mySwiper-xl .swiper-nav li {
	color: #fff;
	width: 100%;
	padding: 20px 10px;

	opacity: 0.6;
	cursor: pointer;

}



.mySwiper-xl .swiper-nav li p {
	font-size: 1em;
	padding-left: 28px;
	font-weight: 400;
	position: relative;
	color: #999999;
}

.mySwiper-xl .swiper-nav li p::after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	background: #CBCBCB;
	border-radius: 50%;
}

.mySwiper-xl .swiper-nav li.active {
	opacity: 1;
}

.mySwiper-xl .swiper-nav li.active p::after {
	width: 10px;
	height: 10px;
	background: #00428E;
}

.mySwiper-xl .swiper-nav li.active p::before {
	content: "";
	position: absolute;
	left: -6px;
	top: -0px;
	width: 22px;
	height: 22px;
	background: #00428E;
	opacity: 0.29;
	border-radius: 50%;
}


/*  */
.g-ld {
	background: #191716;
	padding: 4em 0;
}

.g-ld .m-c .l-l {
	width: 100%;
}

.g-ld .m-c .l-l .l-1 {
	width: 49%;
	margin: 1% 0;

}

.g-ld .m-c .l-1 {
	margin: 1% 0;
}

.g-ld .m-c .l-b {
	position: relative;
	overflow: hidden;
}

.g-ld .m-c .l-b .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.g-ld .m-c .l-b .img img {
	width: 100%;
	transition: all 1s;
}

.g-ld .m-c .l-b .txt {
	position: absolute;
	padding: 2em;
	left: 0;

	bottom: 0;
	width: 100%;

	height: 100%;
	transition: all 1s;

}

.g-ld .m-c .l-l .l-1.l-b .txt {
	transition: all 2s;
}

.g-ld .m-c .l-b .txt .t {
	position: absolute;

	left: 0;

	bottom: 0;
	width: 100%;
	padding: 2em;
	min-height: 10%;
	transition: all 1s;
}


.g-ld .m-c .l-b .txt .t1 {
	position: absolute;

	left: 0;

	bottom: 500px;
	width: 100%;
	padding: 2em;
	min-height: 10%;
	transition: all 1s;
}

.g-ld .m-c .l-b .txt h1 {
	font-size: 30px;
	font-weight: bold;
	color: #FBFBFB;
	margin-bottom: 10px;
}

.g-ld .m-c .l-b .txt p {
	font-size: 1em;
	line-height: 1.75;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
	transition: all 1s;
}

.g-ld .m-c .l-b .txt .a-move {
	display: inline-block;
	font-size: 1em;
	border: 1px solid #FFFFFF;
	background: #fff url(jt.svg) center right 2em no-repeat;
	background-size: 1.5em auto;
	border-radius: 50px;
	padding: 0;
	font-weight: 400;
	color: #000;
	margin: 1em 0 0 0;
	opacity: 0;
	padding: 1em 4.5em 1em 1.5em;
	overflow: hidden;
	display: none;
	transition: all 1s;
}

.g-ld .m-c .l-1 li:nth-of-type(1) {
	margin-bottom: 2em;
}

.g-ld .m-c .l-b:hover .img img {
	transform: scale(1.05);
}

.g-ld .m-c .l-b:hover .txt {

	/* padding: 3em; */


	background: linear-gradient(180deg, #00428E 0%, rgba(0, 33, 71, 0.5800) 100%);


}

.g-ld .m-c .l-b:hover .txt .t {
	min-height: 100%;

}

.g-ld .m-c .l-b:hover .txt p {

	position: relative;
}

.g-ld .m-c .l-b:hover .txt p::before {

	content: "- ";
}

.g-ld .m-c .l-b:hover .txt .a-move {
	display: inline-block;
	opacity: 1;

	height: auto;
}

.g-ld .m-c .l-b .txt .a-move:hover {
	background: rgba(0, 0, 0, 0) url(jt1.svg) center right 2em no-repeat;
	background-size: 1.5em auto;
	color: #fff;
}

/*  */
.g-hz {
	padding: 4em 0;
	min-height: 100vh;
}

.g-hz .h-tab ul {
	display: flex;
	justify-content: center;

}

.g-hz .h-tab ul li {
	font-size: 1em;
	padding: 0.8em 2em;
	font-weight: 400;
	color: #000000;
	margin: 10px;
	cursor: pointer;
}

.g-hz .h-tab ul li.on,
.g-hz .h-tab ul li:hover {
	background: #00428E;
	color: #fff;
}

.g-hz .h-list {
	/* overflow: hidden; */
	padding: 2em 0;
}

.g-hz .h-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	height: 0;
	opacity: 0;
	/* overflow: hidden; */
	transition: all 1s;
	transform: translateY(20%);

}

.g-hz .h-list ul.on {
	height: auto;
	opacity: 1;
	transform: translateY(-0%);
}

.g-hz .h-list ul li {
	width: 13%;
	margin: 1% 1%;
	height: 100px;
	padding: 10px 0;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 16px 16px 30px 1px rgba(0, 0, 0, 0.0500);
	transition: all 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.g-hz .h-list ul li img {
	width: 60%;
	display: block;
	margin: 0 auto;
}

.g-hz .h-list ul li:hover {
	box-shadow: 16px 16px 30px 1px rgba(0, 0, 0, 0.1600);
}

/*  */
.g-news {
	background: #F6F6F6;
	padding: 4em 0;
}

.g-news .m-c ul {
	display: flex;

	flex-wrap: wrap;
}

.g-news .m-c ul li {
	background: #FFFFFF;
	box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.0700);
	width: 23%;
	margin: 1em 2.6% 1em 0;
	padding: 10px;
	/* min-height: 61vh; */

}

.g-news .m-c ul li .txt {
	position: relative;
	width: calc(100%-20px);

	padding: 20px;
	bottom: 0;
	transition: all 1s;
}

.g-news .m-c ul li:hover .txt {
	margin-top: -2em;
	margin-bottom: 2em;
	background: #fff;
}

.g-news .m-c ul li:nth-of-type(4n) {
	margin: 1em 0% 1em 0;
}

.g-news .m-c ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.g-news .m-c ul li .img img {
	width: 100%;
	transition: all 2s;
}

.g-news .m-c ul li:hover .img img {
	transform: scale(1.05);
}

.g-news .m-c ul li h1 {
	font-size: 18px;

	margin: 10px 0;
	font-weight: bold;
	color: #000000;
}

.g-news .m-c ul li p {
	font-size: 1em;
	line-height: 1.75;
	font-weight: 400;
	color: #999999;
	padding-bottom: 2em;
}

.g-news .m-c ul li span {
	font-weight: 400;
	color: #999999;
	font-size: 14px;
}

.g-news .m-c ul li:hover h1 {
	color: #00428E;
}

.g-news .m-c .a-link {
	margin: 2em auto;
	display: block;
	width: 11em;
	text-align: center;
}

@media screen and (max-width: 991px) {
	.w1190 {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	/*  */
	.g-banner .swiper-slide {
		overflow: hidden;
	}

	.g-banner .swiper-slide video,
	.g-banner .swiper-slide img {
		width: 200%;
		margin-left: -50%;
	}

	.g-banner .swiper-nav li .info h1 {
		font-size: 1em;
	}

	.g-banner .swiper-nav li .info p {
		font-size: 1.1458333333333335vw;
	}

	.g-banner .swiper-nav {
		bottom: 0;
	}

	.g-banner .swiper-nav li {
		padding: 10px;
		width: 33%;
	}

	.g-banner .swiper-slide .info .m-c p {
		font-size: 0.8em;
	}

	.g-banner .swiper-slide .info .m-c h1 {
		font-size: 1.4em;
	}

	.g-banner .sb .b-img {
		width: 1em;
	}

	/*  */
	.g-fn .m-c .img {
		width: 100%;
	}

	/*  */
	.mySwiper-xl {
		height: auto;
	}

	.mySwiper-xl .swiper-slide .m-c .txt {
		padding: 15px;
		width: 64% !important;
		margin-left: 31%;
	}

	.mySwiper-xl .swiper-nav {
		justify-content: flex-start;
		align-items: flex-start;
		top: 5%;
	}

	.mySwiper-xl .swiper-nav li {
		padding: 10px;
	}

	/*  */
	.g-fn {
		height: 80vh;
	}

	.g-fn .m-c .swiper,
	.g-fn .m-c .swiper-slide {
		height: 50vh !important;
	}

	.g-fn .m-c .img {
		height: 100%;
	}

	/*  */
	.g-ld .m-c .l-b .txt h1 {
		font-size: 1.4em;
	}

	.g-ld .m-c .l-b .txt p {
		line-height: 1.5;
	}

	.g-ld .m-c .l-b:hover .txt {
		padding: 1em;
	}

	.g-ld .m-c .l-b .txt {
		padding: 1em;
		bottom: 0;
	}

	.g-ld .m-c .l-1 .img img {
		width: 150%;
		margin-left: -25%;
	}

	.g-ld .m-c .l-b .txt .a-move {
		padding: 0.8em 3.5em 0.8em 1.2em;
		background-size: 1em auto;
	}

	/*  */
	.g-hz,
	.g-news {
		padding: 2em 0;
		min-height: auto;
	}

	.g-hz .h-tab ul li {
		padding: 0.5em 1em;
	}

	.g-hz .h-list ul li {
		width: 30%;
		height: 60px;
	}

	.g-news .m-c ul li {
		width: 100%;
		margin: 1em 0;
		/* min-height: 55vh; */
	}

	.g-news .m-c ul li .txt {
		padding: 10px;
	}

	.g-news .m-c ul li:hover .txt {

		position: static;
		background: #fff;
	}

	/*  */
	.g-ld .m-c .l-1 li:nth-of-type(1) {
		margin-bottom: 2%;
	}

	.h1 {
		line-height: 2;
	}

}
@media screen and (max-width:768px) {
	.tit h1 {
		line-height: 1;
	}
	.g-fn {
		height: 50vh;
		overflow: visible;
	}
}

@media screen and (max-width:580px) {
	.g-fn {
		height: 35vh;
		overflow: visible;
	}
}