.s-menu {
	width: 6.166666666666667vw;
	height: 6.166666666666667vw;
	position: relative;
}

.s-menu>div {
	width: 4.166666666666667vw;
	height: 4.166666666666667vw;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	font-family: "Gotham-Bold";
	font-weight: 400;
	line-height: 4.166666666666667vw;
	color: #FFFFFF;
	cursor: pointer;
	/* transition: all 1s; */
	position: absolute;
	top: 1.5em;
	left: 0;
}

.s-menu>div p {
	display: block;
}

.s-menu>div:hover {
	transform: scale(0.8);
	/* background: #0000FF; */
}

.s-menu>div.on p {
	display: none;
}

.s-menu>div.on {
	transform: scale(0.8);
	background: url(../images/colse.svg) center center no-repeat;
	background-size: 2em auto;
}

.g-header .s-nav #cssmenu {
	transform: translateX(200%) translateY(-0%);
	transition: all 2s;
}

.g-header .s-nav #cssmenu.ad {
	transform: translateX(-0%) translateY(-0%);
}

/*  */
.t h1 {
	color: rgba(255, 255, 255, 0.1);
	font-size: 3.229166666666667vw;
	text-transform: uppercase;
	font-family: "ys";
	font-style: italic;
}

.t {
	position: relative;
}

.t h2 {
	position: absolute;
	top: 1vh;
	left: 0;
	color: #fff;
	font-size: 2.5vw;
}

.t1 {
	position: relative;
	text-align: center;
}

.t1 h2 {
	position: absolute;
	top: 1vh;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 2.5vw;
}

.t1 h1 {
	color: rgba(255, 255, 255, 0);
	font-size: 3.229166666666667vw;
	text-transform: uppercase;
	font-family: "ys";
	/* font-style: italic; */
	opacity: 0.3;
	text-stroke: 0.5px #FFFFFF;
	-webkit-text-stroke: 0.5px #FFFFFF;
}

/*  */
#pagescroll {
	overflow: hidden;
}

.section {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/* position: absolute;
	top: 0;
	left: 0; */
}

.section .m-box-index {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}

.contain {
	width: 100%;
	height: 100%;
	display: none;
	position: relative;
	z-index: 0;
}

.active {
	display: block;
	z-index: 99;
}

.slide {
	display: block;
	z-index: 2;
}

.swipe {
	display: block;
	z-index: 3;
	transition-duration: 0ms !important;
	-webkit-transition-duration: 0ms !important;
}

.section1 {
	background: #000;
}

.g-banner {
	width: 100%;
	position: relative;
	height: 100vh;
	overflow: hidden;
}

.g-banner .sb {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/* width: 1.5em; */
}

.g-banner .sb span {
	color: #fff;
	/* -webkit-writing-mode: vertical-rl;
	                writing-mode: vertical-rl; */
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

.g-banner .sb .b-img {
	width: 1em;
	height: 2em;
	background: url(../images/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: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 999;
}

.g-banner .swiper-slide .info .m-c {
	text-align: center;
}

.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 h1 {
	font-weight: 400;
	color: #FFFFFF;
	font-family: "ys";
	font-size: 2.916666666666667vw;
	/* padding: 0.1em 0; */
	padding: 0.1em 0 0.3em;
	margin: -2.604vw 0 0;
}

.g-banner .swiper-slide .info .m-c h2 {
	font-weight: 400;
	color: #FFFFFF;
	font-family: "ys";
	font-size: 2.916666666666667vw;
	line-height: 1;
	/* padding: 0.1em 0; */
	opacity: 0.5;
}

.g-banner .swiper-banner .swiper-button-next,
.g-banner .swiper-banner .swiper-button-prev {
	left: 8%;
	top: 80%;
	width: 2.1875vw;
	height: 2.1875vw;
	background: url(../images/right.svg) no-repeat;
	background-size: 100%;
	color: rgba(0, 0, 0, 0);
}

.g-banner .swiper-banner .swiper-button-next {
	transform: rotate(180deg);
	left: 11%;
	right: auto;
}

.g-banner .swiper-button-next:hover,
.g-banner .swiper-button-prev:hover {
	background: url(../images/y-left-red.svg) no-repeat;
	background-size: 100%;
}

.g-banner .swiper-banner .swiper-pagination-fraction {
	top: 45%;
	left: 2%;
	width: auto;
	bottom: auto;
	font-family: "ys";
	color: #fff;
	transform: rotate(90deg);
}

.right1 {
	transition: all 1s;
	opacity: 0;
	transform: scale(0.8) translateX(50%);
}

.active .right1 {
	opacity: 1;
	transform: scale(1) translateX(-0%);
}

.right2 {
	transition: all 1s 1s;
	opacity: 0;
	transform: scale(0.8) translateX(50%);
}

.active .right2 {
	opacity: 1;
	transform: scale(1) translateX(-0%);
}

.top1 {
	transition: all 1s;
	opacity: 0;
	transform: scale(0.8) translateY(-50%);
}

.active .top1 {
	opacity: 1;
	transform: scale(1) translateY(-0%);
}

.top2 {
	transition: all 1s 0.5s;
	opacity: 0;
	transform: scale(0.8) translateY(-50%);
}

.active .top2 {
	opacity: 1;
	transform: scale(1) translateY(-0%);
}

.top3 {
	transition: all 1s 1s;
	opacity: 0;
	transform: scale(0.8) translateY(50%);
}

.active .top3 {
	opacity: 1;
	transform: scale(1) translateY(-0%);
}

.left1 {
	transition: all 1s;
	opacity: 0;
	transform: scale(0.8) translateX(-50%);
}

.active .left1 {
	opacity: 1;
	transform: scale(1) translateX(-0%);
}

/*  */
.section2 {
	background: #000000;
}

.g-about {
	background-image: url(../images/a2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.section .g-b {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}

.g-about .m-c {
	margin: 3.5625vw 0 0;
}

.g-about .m-c .s-info {
	width: 45%;
}

.g-about .m-c .t {
	transform: translateY(100%);
	opacity: 0;
	transition: all 1s;
	transition-delay: .4s;
}

.active .m-c .t,
.pcve .m-c .t {
	transform: translateY(0) !important;;
	opacity: 1 !important;;
}

/* .g-about .m-c .bottom2 {
	opacity: 0;
	transition: all ease 1s;
} */

/* .active .m-c .bottom2,
.pcve .m-c .bottom2 {
	opacity: 1 !important;
} */

.animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-o-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn
}

.g-about .m-c .s-pic {
	transform: translateX(2000px);
	opacity: 0;
	transition: all 1s;
	transition-delay: .6s;
}

.active .m-c .s-pic,
.pcve .m-c .s-pic {
	transform: translateX(0) !important;
	;
	opacity: 1 !important;
	;
}

.g-about .m-c .bottom1 h3 {
	transform: translateY(200%);
	opacity: 0;
	transition: all 1s;
	transition-delay: .5s;
}

.active .m-c .bottom1 h3,
.pcve .m-c .bottom1 h3 {
	transform: translateY(0) !important;
	;
	opacity: 1 !important;
	;
}



.g-about .m-c .bottom1 .t12 {
	transform: translateY(150%);
	opacity: 0;
	transition: all 1s;
	transition-delay: .6s;
}

.active .m-c .bottom1 .t12,
.pcve .m-c .bottom1 .t12 {
	transform: translateY(0) !important;
	opacity: 1 !important;
	;
	/* letter-spacing: 1px !important; */
}

.g-about .m-c .s-info h3 {
	background: #AC1F26;
	padding: 5px 10px;
	display: inline-block;
	font-size: 16px;
	margin: 1.5vw 0;
	font-weight: 400;
	color: #FFFFFF;
}

.g-about .m-c .s-info .bottom1 p {
	font-size: 0.8333333333333334vw;
	/* width: 80%; */
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 1.5vh;
}

.g-about .m-c .s-info .bottom2 p {
	font-size: 0.9333333333333334vw;
	font-weight: 400;
	color: #FFFFFF;
}

.g-about .m-c .s-info ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 2.5625vw 0 0;
	opacity: 0;
}

.g-about .m-c .s-info ul li {
	width: 25%;
	border-right: 1px solid #707070;
	padding: 5px;
	text-align: center;
	/* background: url(../images/abouts.svg)  top 10px right 10px no-repeat; */
	/* backdrop-filter: blur(10px); */
	position: relative;
	/* -webkit-backdrop-filter: blur(10px); */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto !important;
}

.g-about .m-c .s-info ul li .m {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: rgba(255, 255, 255, 0.01); */
	/*  opacity: 0.5; */
	/* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.01); */
	/* backdrop-filter: blur(10px); */
	z-index: 0;
	opacity: 0;
}

.g-about .m-c .s-info ul li h4 {
	font-family: "Gotham-Bold";
	font-size: 13px;
	color: #fff;
	padding: 0 0 1.8229166666666667vh;
}

.g-about .m-c .s-info ul li h4 span {
	font-weight: bold;
	font-family: "Gotham-Bold";
	font-size: 2.604vw;
	color: #AC1F26;
}

.g-about .m-c .s-pic {
	width: 45%;
}

.g-about .m-c .s-pic .swiperimg {
	padding-bottom: 8vh;
}

.g-about .m-c .s-pic img {
	width: 100%;
}

.g-about .m-c .s-pic .swiper-button-next,
.g-about .m-c .s-pic .swiper-button-prev {
	bottom: 0;
	top: auto;
	left: 0;
	width: 2.1875vw;
	height: 2.1875vw;
	background: url(../images/right.svg) no-repeat;
	background-size: 100%;
	color: rgba(0, 0, 0, 0);
}

.g-about .m-c .s-pic .swiper-button-next {
	transform: rotate(180deg);
	left: 3.1875vw;
	right: auto;
}

.g-about .m-c .s-pic .swiper-button-next:hover,
.g-about .m-c .s-pic .swiper-button-prev:hover {
	background: url(../images/y-left-red.svg) no-repeat;
	background-size: 100%;
}

/* 
 */
.section3 {
	background: #000000;
}

.g-yw {
	background: url(../images/yebj.png) center center no-repeat;
	background-size: cover;
}

.g-yw .g-b {
	display: flex;
	justify-content: center;
	align-items: center;
}

.g-yw .m-c .g-tab ul {
	display: flex;
	justify-content: center;
	padding: 2.5em 0 1.5em;
}

.g-yw .m-c .g-tab ul li {
	font-size: 1.25vw;
	padding: 0 2em;
	font-weight: bold;
	color: rgba(255, 255, 255, 0.5);
}

.g-yw .m-c .g-tab ul li a {
	color: rgba(255, 255, 255, 0.5);
	position: relative;
	padding: 10px 0;
}

.g-yw .m-c .g-tab ul li.on a,
.g-yw .m-c .g-tab ul li:hover a {
	color: rgba(255, 255, 255, 1);
	/* text-decoration: line-through #ac1f26; */
}

.g-yw .m-c .g-tab ul li.on a:after,
.g-yw .m-c .g-tab ul li:hover a:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ac1f26;
	z-index: -1;
}

.g-yw .m-c .g-list .m-r {
	align-items: center;
}

.g-yw .m-c .g-list .t-list {
	height: 0;
	overflow: hidden;
	transform: translateY(20%);
	transition: all 1s;
	opacity: 0;
}

.g-yw .m-c .g-list .t-list.on {
	height: auto;
	opacity: 1;
	transform: translateY(0);
}

.g-yw .m-c .g-list .t-list .s-info {
	width: 22%;
	padding-left: 8.333333333333334vw;
}

.g-yw .m-c .g-list .t-list .s-info h1 {
	font-size: 1.4583333333333335vw;
	line-height: 2;
	margin-bottom: 10px;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.g-yw .m-c .g-list .t-list .s-info h6 {
	font-size: 1em;
	line-height: 2;
	margin: 20px 0;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
}

.g-yw .m-c .g-list .t-list .s-info p {
	font-size: 0.8333333333333334vw;
	color: rgba(255, 255, 255, 1);
}

.g-yw .m-c .g-list .t-list .s-pic {
	width: 74%;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide {
	width: 58%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide img {
	width: 100%;
	transition: all 1s;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide:hover img {
	transform: scale(1.05);
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2em;
	background: rgba(0, 0, 0, 0.36);
	display: flex;
	align-items: flex-end;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt h1 {
	font-size: 1.25vw;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt p {
	font-size: 0.8333333333333334vw;
	color: rgba(255, 255, 255, 1);
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt .momo {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 1em;
	text-decoration: underline;
	color: #ac1f26;
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-slide:hover .txt .momo {
	height: 2em;
}

.g-yw .m-c .s-pic .swiper-pic {
	padding-bottom: 8vh;
}

.g-yw .m-c .s-pic .swiper-horizontal>.swiper-pagination {
	width: 70%;
	left: auto;
	right: 8.333333333333334vw;
	height: 2px;
	top: auto;
	bottom: 2vh;
}

.g-yw .m-c .s-pic .swiper-pagination-progressbar {
	background: rgba(255, 255, 255, 0.2);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: rgba(255, 255, 255, 0.5);
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-button-next,
.g-yw .m-c .g-list .t-list .s-pic .swiper-button-prev {
	bottom: 0;
	top: auto;
	width: 2.1875vw;
	height: 2.1875vw;
	background: url(../images/right.svg) no-repeat;
	background-size: 100%;
	color: rgba(0, 0, 0, 0);
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-button-next {
	transform: rotate(180deg);
	left: 4.1875vw;
	right: auto;
}

.g-yw .m-c .g-list .t-list .s-pic .swiper-button-next:hover,
.g-yw .m-c .g-list .t-list .s-pic .swiper-button-prev:hover {
	background: url(../images/y-left-red.svg) no-repeat;
	background-size: 100%;
}

/*  */
/* .section4 {
	background: #000;
} */

.g-advan {
	overflow: hidden;
}

.g-advan ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.g-advan ul .li {
	width: 25%;
	background: #AC1F26 url(../images/abj.png) left bottom no-repeat;
	background-size: auto 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.g-advan ul li {
	width: 25%;
	overflow: hidden;
	height: 100vh;
	position: relative;
	transition: all 1s;
	background-repeat: no-repeat;
	background-size: cover;
}

.g-advan ul li .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.g-advan ul li .img img {
	width: 100%;
	transition: all 1s;
	min-height: 100vh;
}

.g-advan ul li:hover .img img {
	transform: scale(1.05);
}

.g-advan ul li .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.56);
	width: 100%;
	height: 100%;
	padding: 0 2em 6em;
	display: flex;
	align-items: flex-end;
	text-align: left;
}

.g-advan ul li .txt>div {
	width: 80%;
	margin: 1em auto;
}

.g-advan ul li .txt h1 {
	font-size: 1.25vw;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2;
}

.g-advan ul li .txt h1 span {
	font-family: "Gotham-Bold";
}

.g-advan ul li .txt h2 {
	font-size: 0.8333333333333334vw;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
}

.g-advan ul li .txt p {
	font-size: 0.8333333333333334vw;
	display: inline-block;
	margin-top: 1em;
	color: rgba(255, 255, 255, 1);
	height: 0;
	overflow: hidden;
	transition: all 1s;
}

.g-advan ul li:hover .txt p {
	height: 4em;
}

.g-advan ul li:hover .txt {
	background: rgba(0, 0, 0, 0);
}

.g-advan ul li.on {
	width: 28%;
}

.g-advan ul li.on1 {
	width: 23.5%;
}

/*  */
.section5 {
	background: #000;
}

.g-news .swiper-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 2.083vw 0 0;
}

.g-news .swiper-button-next,
.g-news .swiper-button-prev {
	position: static;
	bottom: auto;
	top: auto;
	left: auto;
	right: auto;
	width: 2.1875vw;
	height: 2.1875vw;
	background: url(../images/right.svg) no-repeat;
	background-size: 100%;
	color: rgba(0, 0, 0, 0);
	margin: 0 0.521vw;
}

.g-news .swiper-button-next {
	transform: rotate(180deg);
}

.g-news .swiper-button-next:hover,
.g-news .swiper-button-prev:hover {
	background: url(../images/y-left-red.svg) no-repeat;
	background-size: 100%;
}

.g-news {
	/* background: #000 url(../images/newbj.png) center center no-repeat;
	background-size: 100% 100%; */
	background-image: url(../images/newbj.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.g-news .g-b {
	background: rgba(0, 0, 0, 0.8);
}

.g-news .mySwiper-imgs {
	/* overflow: visible; */
	padding: 4em 0;
}

.g-news .mySwiper-imgs .swiper-slide {
	width: 40%;
	cursor: pointer;
}

.g-news .mySwiper-imgs .swiper-slide .img {
	width: 100%;
	font-size: 0;
	overflow: hidden;
}

.g-news .mySwiper-imgs .swiper-slide .img img {
	width: 100%;
	transition: all 1s;
}

.g-news .mySwiper-imgs .swiper-slide:hover .img img {
	transform: scale(1.05);
}

.g-news .m-c .mySwiper-imgs .swiper-slide .txt {}

.g-news .m-c .mySwiper-imgs .swiper-slide .txt h1 {
	font-size: 1.042vw;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0.5em 0;
	line-height: 1.4;
}

.g-news .mySwiper-imgs .swiper-slide:hover .txt h1 {
	/* color: #AC1F26; */
	text-decoration: underline;
	text-decoration-color: #AC1F26;
}

.g-news .m-c .mySwiper-imgs .swiper-slide .txt p {
	font-size: 0.8333333333333334vw;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
}

.g-news .m-c .mySwiper-imgs .swiper-slide .txt span {
	font-size: 0.8333333333333334vw;
	display: inline-block;
	margin-top: 1em;
	color: rgba(255, 255, 255, 1);
	transition: all 1s;
}

.g-news .m-c .mySwiper-imgs .swiper-pagination {
	text-align: left;
	bottom: 0;
}

.g-news .m-c .mySwiper-imgs .swiper-pagination-bullet {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #fff;
	opacity: 1;
	background: rgba(255, 255, 255, 0.3);
}

.g-news .m-c .mySwiper-imgs .swiper-pagination-bullet-active {
	color: #AC1F26;
	background: #fff;
}

.section6 {
	background: #000;
}

.g-conter {}

.g-conter .g-map {
	width: 27%;
	position: relative;
	transition: all 1s;
	z-index: 0;
}

.g-conter .g-map.on {
	width: 32%;
}

.g-conter .g-map .map-b {
	position: absolute;
	width: 42px;
	height: 42px;
	right: -21px;
	top: 48%;
	border-radius: 50%;
	z-index: 9;
	background: #AC1F26 url(../images/jl.svg) center center no-repeat;
	background-size: 10px;
	cursor: pointer;
	transition: all 1s;
	transform: rotate(180deg);
}

.g-conter .g-map .map-b.on {
	transform: rotate(0);
}

.g-conter .g-map .s-map {
	height: 100vh;
}

.g-conter .g-lx {
	width: 73%;
	height: 100vh;
	/* background: url(../images/lx.png) center center no-repeat;
	background-size: 100% 100%; */
	transition: all 1s;
	background-image: url(../images/lx.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.g-conter .g-lx.on {
	width: 68%;
}

.g-conter .g-lx .g-b {
	background: rgba(0, 0, 0, 0.77);
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.g-conter .g-lx .l-x {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.g-conter .g-lx .l-x .l-l {
	width: 35%;
	margin-left: 10%;
	margin-top: 8%;
}

.g-conter .g-lx .l-x .l-l .t1 {
	text-align: left;
}

.g-conter .g-lx .l-x .l-l .g-form {
	width: 100%;
	padding: 2em 0;
}

.msg {
	color: #AC1F26;
}

.g-conter .g-lx .l-x .l-l .g-form .l-b input {
	background: rgba(255, 255, 255, 0.13);
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	padding: 0 10px;
	height: 42px;
	margin: 24px 0 0;
	color: #fff;
}

.g-conter .g-lx .l-x .l-l .g-form .l-b textarea {
	background: rgba(255, 255, 255, 0.13);
	border-radius: 2px 2px 2px 2px;
	opacity: 1;
	color: #fff;
	min-height: 6em;
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 100%;
	padding: 10px 10px;
	margin: 24px 0;
}

.g-conter .g-lx .l-x .l-l .g-form .a-link {
	background: rgba(255, 255, 255, 0.13) url(../images/jtbs.svg) right 1.5em center no-repeat;
	color: #fff;
	background-size: 0.6em;
	border: 1px solid rgba(255, 255, 255, 0.3);
	cursor: pointer;
	margin: 0;
}

.g-conter .g-lx .l-x .l-l .g-form .a-link:hover {
	background: #AC1F26 url(../images/jtbs.svg) right 1.5em center no-repeat;
	background-size: 0.6em;
}

.g-conter .g-lx .l-x .l-l2 h1 {
	font-size: 1.25vw;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0.5em 0;
	line-height: 2;
}

.g-conter .g-lx .l-x .l-l2 p {
	font-size: 0.8333333333333334vw;
	font-weight: normal;
	line-height: 1.7;
	color: rgba(255, 255, 255, 1);
}

.g-conter .g-lx .l-x .l-l2 p>img {
	width: 16px;
	margin: 0 5px 0 0;
}

.g-conter .g-lx .l-x .l-l2 ul {
	display: flex;
	margin-top: 1.5em;
}

.g-conter .g-lx .l-x .l-l2 ul li {
	width: 106px;
	margin-right: 5%;
}

.g-conter .g-lx .l-x .l-l2 ul li img {
	width: 100%;
}

.g-conter .g-lx .l-ba {
	padding-bottom: 1em;
	margin-left: 10%;
	width: 100%;
}

.g-conter .g-lx .l-ba p {
	font-size: 0.8333333333333334vw;
	font-weight: normal;
	color: rgba(255, 255, 255, 1);
}

.g-conter .g-lx .l-ba p a {
	color: rgba(255, 255, 255, 1);
}

#menu {
	z-index: 3;
	position: fixed;
	top: 30%;
	right: 3%;
	width: 2px;
	height: 50vh;
}

#menu .active {}

#menu li {
	cursor: pointer;
	background: #FFFFFF;
	transition: all .7s ease;
	text-align: center;
	width: 2px;
	height: 16.66%;
	overflow: hidden;
	position: relative;
}

#menu li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	transition: all 1s;
}

#menu li.active::after {
	height: 100%;
	background: #B23034;
}


@media screen and (max-width:1540px) {
	.dfsfsdfsada {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		height: 100%;
		width: 80%;
		max-width: 83.33333333333334vw;
		min-width: 83.33333333333334vw;
		margin-left: auto;
		margin-right: auto;
	}

	.g-yw .m-c .g-list .t-list .s-info {
		padding: 0;
	}

	.g-yw .m-c .g-list .t-list .s-pic .swiper-slide {
		width: 500px !important;
	}

	#menu li {
		height: 12%;
	}

	#menu {
		display: none;
	}

	.g-news .mySwiper-imgs .swiper-slide {
		width: 350px;
	}
}

/*  */
@media screen and (max-width: 991px) {
	.g-yw .m-c .g-list .t-list .s-pic .swiper-slide {
		width: 350px !important;
	}

	.dfsfsdfsada {
		width: 100% !important;
		max-width: 100%;
		min-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.s-menu {
		display: none;
	}

	.g-header .s-nav #cssmenu {
		transform: translateX(0%) translateY(-0%);
	}

	/*  */
	.section {
		position: relative;
		height: auto !important;
	}

	.g-banner {
		height: auto;
	}

	.fp-tableCell {
		height: auto !important;
	}

	/* .g-banner .swiper-slide .info .m-c {
		padding-left: 2em;
	} */

	.g-banner .swiper-slide .info .m-c h2,
	.g-banner .swiper-slide .info .m-c h1 {
		font-size: 1.4em;
	}

	.swiper-button-next,
	.swiper-button-prev {
		width: 1.5em !important;
		height: 1.5em !important;
	}

	.g-banner .swiper-banner .swiper-button-next,
	.g-banner .swiper-banner .swiper-button-prev {
		top: 90%;
	}

	.g-banner .swiper-banner .swiper-button-next {
		left: 20%;
	}

	.g-banner .swiper-slide .info .m-c p {
		font-size: 1em;
	}

	/*  */
	.t h1 {
		font-size: 1.6em;
	}

	.t h2 {
		font-size: 1.4em;
		top: 3vh;
	}

	.t1 h1 {
		font-size: 1.6em;
	}

	.t1 h2 {
		font-size: 1.4em;
		top: 3vh;
	}

	/*  */
	.section .g-b {
		padding: 6em 0;
	}

	.g-about .m-c .s-info h3 {
		margin: 2em 0;
	}

	.g-about .m-c .s-info p {
		width: 100%;
		font-size: 0.8em;
	}

	.g-about .m-c .s-info ul li {
		width: 50%;
	}

	.g-about .m-c .s-info ul li h4 span {
		font-size: 2em;
	}

	.g-about .m-c .s-pic {
		display: none;
	}

	.g-about .m-c .s-pic .swiper-button-next,
	.g-yw .m-c .g-list .t-list .s-pic .swiper-button-next {
		left: 10%;
	}

	.g-yw .m-c .g-list .t-list .s-pic .swiper-slide {
		width: 100% !important;
	}

	.g-yw .m-c .g-tab ul li {
		font-size: 14px;
		padding: 0 0.4em;
	}

	.g-yw .m-c .g-list .t-list .s-info h1,
	.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt h1,
	.g-advan ul li .txt h1,
	.g-news .m-c .mySwiper-imgs .swiper-slide .txt h1,
	.g-conter .g-lx .l-x .l-l2 h1 {
		font-size: 1em;
	}

	.g-yw .m-c .g-list .t-list .s-info p,
	.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt p,
	.g-about .m-c .s-info .bottom2 p,
	.g-about .m-c .s-info .bottom1 p,
	.g-advan ul li .txt h2,
	.g-advan ul li .txt p,
	.g-news .m-c .mySwiper-imgs .swiper-slide .txt p,
	.g-conter .g-lx .l-x .l-l2 p,
	.g-conter .g-lx .l-ba p,
	.g-news .m-c .mySwiper-imgs .swiper-slide .txt span,
	.g-tc .m-c .mt .t4 p,
	.g-yw .m-c .g-list .t-list .s-pic .swiper-slide .txt a {
		font-size: 0.8em;
	}

	/*  */
	.g-conter .g-lx .l-ba p a {
		display: inline-block;
	}

	/*  */
	.g-advan ul .li {
		width: 50%;
		height: 50vh;
		overflow: hidden;
	}

	.g-advan ul li {
		width: 50%;
		height: 50vh;
		overflow: hidden;
		/* height: auto; */
	}

	.g-advan ul li.on {
		width: 50%;
	}

	.g-advan ul li.on1 {
		width: 50%;
	}

	/*  */
	.g-conter .g-map {
		margin: 0 !important;
	}

	.g-conter .g-lx .g-b {
		padding: 1em 0 1em;
	}

	.g-conter .g-map .s-map {
		height: 30vh;
	}

	.g-conter .g-lx .l-x .l-l {
		width: 80%;
	}

	.g-conter .g-lx {
		background-size: cover;
		height: auto;
	}

	/*  */
	.g-news .mySwiper-imgs .swiper-slide {
		width: 100% !important;
	}

	.g-advan ul li .txt>div {
		width: 100%;
	}

	.g-advan ul li:hover .txt p {
		height: 0 !important;
	}
}

@media screen and (max-width:480px) {
	.g-yw .m-c .g-tab ul {
		padding: 2.5em 0 0;

	}

	.g-yw .m-c .g-tab ul {
		flex-wrap: wrap;
	}

	.g-yw .m-c .g-tab ul li {
		margin: 0 0 20px;
	}
}

@media (min-width:769px) {
	.pc {
		display: block;
	}

	.ph {
		display: none;
	}
}

@media screen and (max-width:991px) {
	.pc {
		display: none;
	}

	.ph {
		display: block;
	}


	.g-banner .sb {
		display: none;
	}

	.g-about .m-c .bottom1 .t12 {
		display: none;
	}

	.g-about .m-c .s-info ul li {
		width: 25%;
	}

	.g-about .m-c .s-info .bottom2 p {
		font-size: 12px;
	}

	.g-about .m-c .s-info ul li h4 span {
		font-size: 22px;
	}

	.section .g-b {
		padding: 1em 0;
	}

	.g-about .m-c .t {
		text-align: center;
	}

	.g-about .t h2 {
		left: 50%;
		transform: translateX(-50%);
	}

	.g-about .bottom1 {
		text-align: center;
	}

	.g-advan ul li .txt p {
		height: 0 !important;
	}

	.g-advan ul li:hover .txt {
		background: rgba(0, 0, 0, 0.56);
	}

	.g-yw .m-c .g-tab ul li:last-child {
		display: none;
	}

	.g-yw .m-c .a-link {
		display: none;
	}

	.left1,
	.active .left1 {
		opacity: 1;
		transform: scale(1) translateX(-0%);
	}
	.g-about .m-c .s-info ul{
		opacity: 1;
	}
	.active .m-c .t, .pcve .m-c .t,
	.active .m-c .bottom1 h3, .pcve .m-c .bottom1 h3{
		transform: translateY(0) !important;
		opacity: 1 !important;
	}
	.g-conter .g-lx .l-x .l-l .g-form {
		display: none;
	}

	.g-conter .g-map {
		width: 100%;
		padding: 2.5em 0 0;
	}

	.g-conter .map-b {
		display: none;
	}

	.top1 {
		opacity: 1;
		transform: scale(1) translateY(-0%);
	}

	.top2 {
		opacity: 1;
		transform: scale(1) translateY(-0%);
	}

	.top3 {
		opacity: 1;
		transform: scale(1) translateY(-0%);
	}

	.right1 {
		opacity: 1;
		transform: scale(1) translateX(-0%);
	}

	.right2 {
		opacity: 1;
		transform: scale(1) translateX(-0%);
	}

	.g-conter .g-lx .l-x .l-l .t1 {
		text-align: center;
	}
}

/*  */