@charset "UTF-8";

@font-face {
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
	src: url("../fonts/db8890a7c9c0004820deff8bcf72ed27.otf") format("opentype");
	font-alias: SpaceGrotesk-SemiBold;
}

@font-face {
	font-family: "Open-Sans";
	src: url("../fonts/805a1e6680520eea22539e9b6b2ad9e2.ttf") format("truetype");
	font-alias: Open-Sans-2;
	font-display: swap;
}

@font-face {
	font-family: "GOTHIC";
	src: url("../fonts/cfce6abbbff0099b15691345d8b94dcc.ttf");
	font-display: swap;
}

@font-face {
	font-family: "249a2cc2-3ae2-4a12-80cc-f33fa61f776e";
	src: url("../fonts/249a2cc2-3ae2-4a12-80cc-f33fa61f776e.TTF") format("truetype");
	font-alias: PINGFANG BOLD;
}

/*-* CUSTOM_STYLESHEET_BEGIN_TAG *-*/
table td {
	padding: 2rem !important;
}

.wh {
	padding: 0 6%;
}

.wh_15 {
	padding: 0 8%;
}

@media (max-width: 768px) {
	.wh {
		padding: 0 4%;
	}
}

.wh1 {
	padding: 0 3.9583333333%;
}

@media (max-width: 768px) {
	.wh1 {
		padding: 0 4%;
	}
}

.flex {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-z {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_left {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex_left1 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex2 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex3 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.flex21 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.more-msl {
	display: inline-block;
	color: var(--secondary-color);
	text-decoration: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	font: 500 2rem/6.25rem "ABEL";
	border-radius: 3.12rem;
	width: 20rem;
	text-align: center;
	border: 1px solid var(--secondary-color);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

/* @media (max-width: 768px) { */
.case-content1 .flex_style {
	align-items: unset;
}

/* } */
@media (max-width: 768px) {
	.more-msl {
		line-height: 5.6rem;
		width: 18rem;
		font-size: 1.75rem;
	}
}

.more-msl:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--secondary-color);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: -o-transform;
	-moz-transition-property: transform, -moz-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.more-msl:hover {
	color: #fff;
}

.more-msl:hover::before {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}

.more-msl.bs {
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
}

.more-msl.bs:before {
	background: #fff;
}

.more-msl.bs:hover {
	color: var(--secondary-color);
}

.more-msl.hs {
	color: #8E8E8E;
	background: transparent;
	border-color: #8E8E8E;
}

.more-msl.hs:before {
	background: var(--secondary-color);
}

.more-msl.hs:hover {
	color: #fff;
	border-color: var(--secondary-color);
}

.more-msl.ls {
	color: var(--secondary-color);
	background: transparent;
	border-color: var(--secondary-color);
}

.more-msl.ls:before {
	background: var(--secondary-color);
}

.more-msl.ls:hover {
	color: #fff;
}

.more-b {
	width: 20rem;
	color: #fff;
	border: 1px solid #fff;
	line-height: 5.5rem;
	border-radius: 2.75rem;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.more-b span {
	font-size: 1.88rem;
}

.more-b img {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: -webkit-filter 1s;
	transition: -webkit-filter 1s;
	-o-transition: filter 1s;
	-moz-transition: filter 1s;
	transition: filter 1s;
	transition: filter 1s, -webkit-filter 1s;
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
	width: 1.75rem;
	margin-left: 1rem;
}

.more-b:hover {
	background: #fff;
	color: rgb(69, 69, 69);
}

.more-b:hover img {
	-webkit-filter: initial;
	filter: initial;
}

.more-b.hs {
	color: #5a5a5a;
	border-color: #5a5a5a;
}

.more-b.hs img {
	-webkit-filter: initial;
	filter: initial;
}

.more-b.hs:hover {
	background-color: var(--main-color);
	color: #fff;
}

.more-b.hs:hover img {
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
}

@media (max-width: 990px) {
	.pc-hidden {
		display: none;
	}
}

.m-hidden {
	display: none;
}

@media (max-width: 990px) {
	.m-hidden {
		display: block;
	}
}

@media (max-width: 990px) {
	.m-img {
		padding-bottom: 66%;
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.m-img>img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.m-imgny {
		padding-bottom: 70%;
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.m-imgny>img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.pc-banner .swiper-slide.a {
		padding-bottom: -webkit-calc(70vh - 60px);
		padding-bottom: -moz-calc(70vh - 60px);
		padding-bottom: calc(70vh - 60px);
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.pc-banner .swiper-slide.a .img {
		position: static !important;
	}

	.pc-banner .swiper-slide.a .img>img {
		position: absolute !important;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.m-img-news {
		padding-bottom: 68.202764977%;
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.m-img-news img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

:root {
	--h: 8rem;
}

@media (max-width: 990px) {
	:root {
		--h: 60px;
	}
}

.head {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	z-index: 99;
}

.head .head2 {
	line-height: var(--h);
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(147, 147, 147, 0.4);
}

.head .head2 .menua {
	background: var(--secondary-color);
	height: var(--h);
	width: 18.5rem;
	cursor: pointer;
}

@media (max-width: 768px) {
	.head .head2 .menua {
		width: 16rem;
	}
}

.head .head2 .menua .p_navBu1 {
	width: 3.5rem;
	margin-right: 1rem;
}

@media (max-width: 768px) {
	.head .head2 .menua .p_navBu1 {
		width: 3.7rem;
	}
}

.head .head2 .menua .p_navBu1 .p_navS1 {
	width: 100%;
	background: #fff;
	display: block;
	height: 2px;
	margin: 1rem 0;
}

.head .head2 .menua .menu {
	color: #fff;
	font-size: 2rem;
}

@media (max-width: 768px) {
	.head .head2 .menua .menu {
		font-size: 2rem;
	}
}

.head .head2 .menub {
	width: 100%;
}

/*.head .head2 .menub {*/
/*  width: -webkit-calc(100% - 18.5rem);*/
/*  width: -moz-calc(100% - 18.5rem);*/
/*  width: calc(100% - 18.5rem);*/
/*  padding: 0 2.5%;*/
/*}*/
/*@media (max-width: 768px) {*/
/*  .head .head2 .menub {*/
/*    width: -webkit-calc(100% - 16rem);*/
/*    width: -moz-calc(100% - 16rem);*/
/*    width: calc(100% - 16rem);*/
/*  }*/
/*}*/
.head .head2 .menub .logo a {
	display: block;
}

.head .head2 .menub .logo a img {
	height: 3.75rem;
}

@media (max-width: 768px) {
	.head .head2 .menub .logo a img {
		height: 3.2rem;
	}
}

.head .head2 .menub form {
	width: 30rem;
	border-bottom: 2px solid #333;
}

@media (max-width: 990px) {
	.head .head2 .menub form {
		display: none;
	}
}

.head .head2 .menub form #searchinput {
	width: -webkit-calc(100% - 4rem);
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
	line-height: 4rem;
	font-size: 1.5rem;
}

.head .head2 .menub form .serbtn {
	width: auto;
	background: transparent;
	height: 4rem;
}

.head .head2 .menub form .serbtn i {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	line-height: 4rem;
	height: 4rem;
}

.head.sticky .head2 {
	backdrop-filter: blur(14px);
	background-color: rgba(255, 255, 255, 0.9);
}

.nav-img {
	padding-bottom: 65%;
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	border-radius: 1.88rem;
}

.nav-img img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#menu .nav_a1>li {
	float: left;
	position: relative;
}

#menu .nav_a1>li:nth-child(1) {
	position: static;
}

#menu .nav_a1>li a {
	display: block;
	color: #333;
	font-family: "ABEL";
}

#menu .nav_a1>li>a {
	font-size: 2.25rem;
	padding: 0 6rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	text-transform: Capitalize;
	font-weight: 700;
}

@media (max-width: 1680px) {
	#menu .nav_a1>li>a {
		padding: 0 1.5em;
	}
}

@media (max-width: 1366px) {
	#menu .nav_a1>li>a {
		padding: 0 1em;
	}
}

@media (max-width: 1024px) {
	#menu .nav_a1>li>a {
		padding: 0 0.8em;
	}
}

#menu .nav_a1>li>a span {
	position: relative;
	display: block;
	line-height: 3rem;
	padding: 4.5rem 0 2.5rem;
}

#menu .nav_a1>li>a span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 2px;
	background: var(--main-color);
	transition: transform 0.3s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -moz-transform 0.3s cubic-bezier(0.4, 0, 0, 1), -o-transform 0.3s cubic-bezier(0.4, 0, 0, 1);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	-o-transform-origin: center;
	transform-origin: center;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
}

#menu .nav_a1>li>a span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1rem;
	height: 1rem;
	width: 100%;
}

#menu .nav_a1>li .sec {
	position: absolute;
	top: 100%;
	width: auto;
	left: 50%;
	background: rgb(230, 233, 236);
	border-top: 1px solid #f0f0f0;
	z-index: 9;
	text-align: left;
	padding: 2rem 16%;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(20px);
	-moz-transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	-o-transform: translateX(-50%) translateY(20px);
	transform: translateX(-50%) translateY(20px);
}

#menu .nav_a1>li .sec a {
	font: 500 2.25rem/1.5em "ABEL";
	padding: 0.3em 0;
	color: #1B1C21;
	white-space: nowrap;
}

#menu .nav_a1>li .sec a:hover {
	color: var(--secondary-color) !important;
}

#menu .nav_a1>li .sec1 {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 50%;
	background: white;
	z-index: 999;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(20px);
	-moz-transform: translateX(-50%) translateY(20px);
	-ms-transform: translateX(-50%) translateY(20px);
	-o-transform: translateX(-50%) translateY(20px);
	transform: translateX(-50%) translateY(20px);
	text-align: left;
	line-height: 1;
	border-top: 1px solid #E4E4E4;
	border-radius: 0;
	padding: 0 0 4rem;
}

#menu .nav_a1>li .sec1 .asjt-ad1 {
	position: relative;
	z-index: 1;
}

#menu .nav_a1>li .sec1 .asjt-ad1::after {
	content: "";
	background: rgba(230, 233, 236, 0.8);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 6.65rem;
	width: 100%;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li {
	width: 15%;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li:nth-child(1) {
	width: 30%;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li:nth-child(1) .asjt-ad2 {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li:nth-child(1) .asjt-ad2>li {
	width: 48%;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .tit a {
	font-size: 2.7rem;
	padding: 1.3rem 0;
	line-height: 1.5em;
	font-weight: 700;
	color: var(--main-color);
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .tit a:hover {
	color: var(--secondary-color);
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .asjt-ad2 {
	padding: 1rem 0;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .asjt-ad2>li .tit1 a {
	font-size: 2.25rem;
	padding: 1rem 0;
	line-height: 1.5em;
	font-weight: 700;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .asjt-ad2>li .tit1 a:hover {
	color: var(--secondary-color);
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .asjt-ad2>li .asjt-ad3>li a {
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0.5rem 0;
	color: #666;
	position: relative;
	padding-left: 0.6em;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .asjt-ad2>li .asjt-ad3>li a::before {
	content: "·";
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
	line-height: 1.25em;
}

#menu .nav_a1>li .sec1 .asjt-ad1>li .asjt-ad2>li .asjt-ad3>li a:hover {
	color: var(--secondary-color);
}

#menu .nav_a1>li .sec1 .asjt-ad1>li:nth-child(2) .asjt-ad2>li:nth-child(2) {
	margin-top: 4rem;
}

#menu .nav_a1>li:hover .sec,
#menu .nav_a1>li:hover .sec1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-ms-transform: translateX(-50%) translateY(0);
	-o-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

#menu .nav_a1>li:hover>a,
#menu .nav_a1>li.active>a {
	color: var(--main-color);
}

#menu .nav_a1>li:hover>a span::after,
#menu .nav_a1>li.active>a span::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}

@media (min-width: 991px) {
	.menua {
		display: none;
	}
}

@media (max-width: 990px) {
	#menu {
		display: none;
	}

	.head .head2 .menub {
		width: -webkit-calc(100% - 24rem);
		width: -moz-calc(100% - 24rem);
		width: calc(100% - 24rem);
		padding: 0 4.5%;
	}
}

.navigators {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 99;
	overflow: hidden;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
	background: url(../images/1430e8aec1040205fb6af3970f19b83a.jpg) no-repeat center center;
	-o-background-size: cover;
	background-size: cover;
}

.navigators.active {
	height: 100%;
}

.navigators .weggta {
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	left: 0;
	padding: 0 5.5%;
}

@media (max-width: 768px) {
	.navigators .weggta {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		top: 5.62rem;
		padding: 0 20px;
	}
}

.navigators .guanv-cont {
	border-bottom: 1px rgba(255, 255, 255, 0.1490196078) solid;
	padding-bottom: 5rem;
	margin-bottom: 7.5rem;
	padding-bottom: 3rem;
	margin-bottom: 7.2rem;
}

@media (max-width: 768px) {
	.navigators .guanv-cont {
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: flex-end;
		-moz-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0;
	}
}

.navigators .guanv-cont a.gb-more i {
	background: #fff;
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 50%;
	line-height: 4.4rem;
	color: #1b4978;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
	margin-right: 1.25rem;
}

.navigators .guanv-cont a.gb-more p {
	color: #fff;
	font-size: 2.25rem;
	line-height: 5rem;
}

.navigators .guanv-cont a.gb-more:hover i {
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.navigators .xl-nav li {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 768px) {
	.navigators .xl-nav li {
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
		padding: 2rem 0;
		border-bottom: 1px rgba(255, 255, 255, 0.168627451) solid;
	}
}

.navigators .xl-nav li a {
	color: #fff;
	display: block;
}

.navigators .xl-nav li>a {
	line-height: 1;
	padding: 2.5rem 0px;
	font-size: 3.25rem;
	margin-bottom: 1.25rem;
	color: #fff;
	-webkit-transition: all ease 0.15s;
	-o-transition: all ease 0.15s;
	-moz-transition: all ease 0.15s;
	transition: all ease 0.15s;
	position: relative;
}

@media (max-width: 768px) {
	.navigators .xl-nav li>a {
		padding: 1.5rem 0px;
		font-size: 2.5rem;
		margin-bottom: 0;
	}
}

.navigators .xl-nav li>a::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	left: 0px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background: #fff;
	bottom: 0px;
}

.navigators .xl-nav li>a:hover::before {
	width: 90%;
}

@media (max-width: 768px) {
	.navigators .xl-nav li .sec {
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.navigators .xl-nav li .sec a {
	line-height: 1;
	padding: 1.88rem 0;
	font-size: 2.25rem;
	color: rgba(255, 255, 255, 0.6196078431);
	-webkit-transition: all ease 0.15s;
	-o-transition: all ease 0.15s;
	-moz-transition: all ease 0.15s;
	transition: all ease 0.15s;
	position: relative;
}

@media (max-width: 768px) {
	.navigators .xl-nav li .sec a {
		width: 50%;
		padding: 1rem 0;
	}
}

.navigators .xl-nav li .sec a::before {
	content: "";
	position: absolute;
	width: 0px;
	height: 1px;
	left: 0px;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background: #fff;
	bottom: 0px;
}

.navigators .xl-nav li .sec a:hover {
	color: #fff;
}

.navigators .xl-nav li .sec a:hover::before {
	width: 90%;
}

/* 搜索 */
.sskbj {
	padding: 0;
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	overflow-y: auto;
}

.sskbj .searchbox1 {
	width: 100%;
	padding: 40px 10.4%;
	height: 472px;
	background-color: #fff;
	text-align: right;
	display: none;
}

.sskbj .searchbox1 .searchs {
	width: 80%;
	max-width: 800px;
	margin-top: 2vw;
}

.sskbj .searchbox1 .searchs dt {
	font-size: 4rem;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 1em;
}

.sskbj .searchbox1 .searchs .sertext {
	width: 75%;
	border-radius: 3.75rem;
	font-size: 2rem;
	text-indent: 1em;
}

.sskbj .searchbox1 .searchs .serbtn {
	border-radius: 3.75rem;
}

.sskbj .search-close-btn {
	width: 6rem;
	height: 6rem;
	text-align: center;
	line-height: 6rem;
	background: #f0f0f0;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.sskbj .search-close-btn:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sskbj .search-close-btn i {
	color: #000;
	font-size: 3.6rem;
	font-weight: 600;
}

.sskbj .serbtn {
	background: #000;
}

.sticky {
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
}

@-webkit-keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-moz-keyframes sticky {
	0% {
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-o-keyframes sticky {
	0% {
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes sticky {
	0% {
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}
}

/*手机端头部*/
.m-bm-head {
	position: fixed;
	top: 0;
	z-index: 999;
	left: 0;
	right: 0;
	background: #000;
}

.m-bm-head .m-bm-head-box {
	position: relative;
	height: 60px;
}

.m-bm-head .m-bm-head-box .m-bm-logo {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto 4%;
	max-width: 100%;
	height: 34px;
}

.m-bm-head .m-bm-head-box .m-bm-logo h1,
.m-bm-head .m-bm-head-box .m-bm-logo a {
	display: inline;
	font-size: 0;
}

.m-bm-head .m-bm-head-box .m-bm-logo img {
	height: 38px;
	max-width: 40%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn {
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 4% auto 0;
	width: 20px;
	height: 15px;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span,
.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	display: block;
	height: 1.5px;
	width: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn span {
	margin: 4.5px 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head .m-bm-head-box .m-bm-navbtn:before {
	content: "";
	-webkit-transform-origin: 7.5%;
	-moz-transform-origin: 7.5%;
	-ms-transform-origin: 7.5%;
	-o-transform-origin: 7.5%;
	transform-origin: 7.5%;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked span {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.m-bm-head .m-bm-head-box .m-bm-navbtn.clicked:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.m-bm-head .m-bm-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	left: 0;
	right: 0;
	height: 100vh;
	background: #050505;
}

.m-bm-head .m-bm-menu .m-bm-menu-box {
	height: -webkit-calc(100vh - 60px);
	height: -moz-calc(100vh - 60px);
	height: calc(100vh - 60px);
	overflow: auto;
	padding-bottom: 80px;
}

.m-bm-head .mrhgxt {
	color: #fff;
	font: 500 2.25rem/60px "helvetica";
	margin-left: 63%;
	position: relative;
	z-index: 9;
}

.m-bm-head .mrhgxt i {
	font-size: 2.25rem;
	margin-right: 0.25em;
}

.m-bm-nav>li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
}

.m-bm-nav>li>a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	font-family: "ABEL";
	padding: 0 4%;
	font-weight: 600;
}

.m-bm-nav>li>a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
	font-family: "ABEL";
	font-weight: 500;
}

.m-bm-nav>li .sec {
	display: none;
	padding: 10px 15px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.m-bm-nav>li .sec a {
	display: block;
	font-size: 12px;
	color: #fff;
	line-height: 35px;
}

.m-bm-nav>li .sec a span {
	display: inline-block;
	min-width: 40%;
	max-width: 50%;
}

.m-bm-nav .aniut {
	position: absolute;
	width: 40px;
	height: 50px;
	line-height: 50px;
	right: 2%;
	top: 0;
	text-align: center;
	z-index: 9;
}

.m-bm-nav .aniut i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
}

.m-bm-head.white {
	background: #fff;
}

.m-bm-head.white .m-bm-head-box .m-bm-navbtn span,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:after,
.m-bm-head.white .m-bm-head-box .m-bm-navbtn:before {
	background: #000;
}

.m-bm-head.white .m-bm-menu {
	background: #fff;
}

.m-bm-head.white .m-bm-nav>li,
.m-bm-head.white .m-bm-nav>li .sec {
	border-color: rgba(51, 51, 51, 0.1);
}

.m-bm-head.white .m-bm-nav>li>a,
.m-bm-head.white .m-bm-nav .aniut i,
.m-bm-head.white .m-bm-nav>li .sec a,
.m-bm-head.white .mrhgxt {
	color: #000;
}

/* end */
.pc-banner {
	position: relative;
}

.pc-banner .sybana .imgdt {
	width: 100%;
	font-size: 0;
}

.pc-banner .sybana .imgdt img {
	width: 100%;
}

.pc-banner .sybana .cont-p {
	position: relative;
}

.pc-banner .sybana .cont-p::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 16, 40, 0.35);
}

.pc-banner .sybana .cont-p::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	background: #fff;
	height: 30.25rem;
	z-index: 1;
	display: none;
}

.pc-banner .sybana .cont-p video {
	width: 120%;
	margin-top: -5%;
}

.pc-banner .cont-pas1 {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 6%;
	color: #fff;
}

@media (max-width: 768px) {
	.pc-banner .cont-pas1 {
		left: 4%;
		top: 36%;
	}
}

.pc-banner .cont-pas1 p {
	font-size: 4vw;
	line-height: 1.35em;
	font-family: "GOTHIC";
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
}

@media (max-width: 1440px) {
	.pc-banner .cont-pas1 p {
		font-size: 4vw;
	}
}

@media (max-width: 768px) {
	.pc-banner .cont-pas1 p {
		font-size: 4rem;
	}
}

.pc-banner .cont-pas1 p:nth-child(2) {
	margin-left: 4.5em;
}

.pc-banner .cont-pas1 p span {
	font-weight: 500;
	font-family: "Helvetica";
	-webkit-transform: skew(10deg);
	-moz-transform: skew(10deg);
	-ms-transform: skew(10deg);
	-o-transform: skew(10deg);
	transform: skew(10deg);
	display: inline-block;
}

.pc-banner .sybana .cont-p .cont-pas1 u {
	display: block;
	font-size: 0;
	width: 65.2657601978%;
}

.pc-banner .sybana .cont-p .cont-pas1 u img {
	width: 100%;
}

.pc-banner .sybana .cont-p .wehas-as {
	max-width: 610px;
	position: absolute;
	right: 0;
	bottom: -20rem;
	border-radius: 2.5rem 0px 0px 2.5rem;
	background-position: left center;
	-o-background-size: cover;
	background-size: cover;
	padding: 7rem 255px 5rem 6rem;
	z-index: 1;
	overflow: hidden;
}

.pc-banner .sybana .cont-p .wehas-as .pasoia {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0%;
}

.pc-banner .sybana .cont-p .wehas-as .asojr {
	position: relative;
	z-index: 1;
}

.pc-banner .sybana .cont-p .wehas-as .tita {
	color: #fff;
	font-size: 3.25rem;
	line-height: 1.2em;
}

.pc-banner .sybana .cont-p .wehas-as a.more-t {
	margin-top: 2.5rem;
}

.pc-banner .mySwipera {
	position: relative;
}

.pc-banner .mySwipera .swiper-pagination1 {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 3.5%;
	z-index: 1;
}

.pc-banner .mySwipera .swiper-pagination1 span {
	width: 8rem;
	height: 0.7rem;
	background: rgba(255, 255, 255, 0.3);
	opacity: 1;
	border-radius: 1rem;
	margin: 0 1rem;
}

@media (max-width: 768px) {
	.pc-banner .mySwipera .swiper-pagination1 span {
		width: 5rem;
		margin: 0 0.5rem;
	}
}

.pc-banner .mySwipera .swiper-pagination1 span.swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

.xin {
	display: inline-block;
	width: 3em;
	height: 1px;
	vertical-align: middle;
	background: var(--main-color);
}

.xin.bs {
	background: #fff;
}

.xin.lefta {
	margin-left: 2rem;
}

.xin.righta {
	margin-right: 2rem;
}

a.more-t {
	display: block;
	width: 5rem;
	height: 5rem;
	text-align: center;
	line-height: 4.6rem;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a.more-t i {
	color: #fff;
	font-size: 2rem;
	font-size: 200;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

a.more-t:hover {
	background: #fff;
}

a.more-t:hover i {
	color: #33557a;
}

@-webkit-keyframes scroll2 {
	0% {
		top: 0;
	}

	60% {
		top: 50%;
	}

	100% {
		top: 100%;
	}
}

@-moz-keyframes scroll2 {
	0% {
		top: 0;
	}

	60% {
		top: 50%;
	}

	100% {
		top: 100%;
	}
}

@-o-keyframes scroll2 {
	0% {
		top: 0;
	}

	60% {
		top: 50%;
	}

	100% {
		top: 100%;
	}
}

@keyframes scroll2 {
	0% {
		top: 0;
	}

	60% {
		top: 50%;
	}

	100% {
		top: 100%;
	}
}

.l"ABEL"_el {
	color: rgba(26, 26, 26, 0);
	text-shadow: none;
	-webkit-text-stroke-width: 0.47px;
	-webkit-text-stroke-color: #fff;
}

@media (min-width: 2000px) {
	.pc-banner .sybana .cont-p .wehas-as {
		max-width: 78rem;
		/*padding: 4rem 11% 9rem 6rem;*/
		height: 29rem;
	}
}

@media (max-width: 768px) {
	.l"ABEL"_el {
		-webkit-text-stroke-width: 0.3px;
	}
}

@-webkit-keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-moz-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-o-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-o-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes banscaleDraw {

	/*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		/*开始为原始大小*/
	}

	25% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
		/*放大1.1倍*/
	}

	50% {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

.swiper {
	overflow: hidden;
}

.overa {
	overflow: hidden;
}

/* 图片动画 */
.fang {
	overflow: hidden;
	display: block;
}

.fang img {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.fang:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.xz img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.xz:hover img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.top {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.top:hover {
	-webkit-transform: translateY(-2rem);
	-moz-transform: translateY(-2rem);
	-ms-transform: translateY(-2rem);
	-o-transform: translateY(-2rem);
	transform: translateY(-2rem);
}

.gong-p {
	font-size: 2rem;
	color: rgb(102, 102, 102);
	line-height: 1.55em;
}

@-webkit-keyframes rotatedHalf1 {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes rotatedHalf1 {
	0% {
		-moz-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-moz-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes rotatedHalf1 {
	0% {
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotatedHalf1 {
	0% {
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.title1 {
	font-size: 6rem;
	font-weight: 600;
	line-height: 1.2em;
	color: var(--main-color);
}

@media (max-width: 768px) {
	.title1 {
		font-size: 4rem;
	}
}

.title1.bs {
	color: #fff;
}

.cont1 {
	position: relative;
	padding: 20rem 0 16rem;
}

.cont1 #lz_id {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 85%;
	width: 100%;
	z-index: -1;
}

@media (max-width: 768px) {
	.cont1 {
		padding: 4rem 0;
	}

	.cont1 #lz_id {
		bottom: 0;
		height: 100%;
	}
}

.cont1 .a1b1 {
	width: 47.0833333333%;
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	border-top-left-radius: 2rem;
	border-bottom-left-radius: 2rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.cont1 .a1b1 {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}

.cont1 .a1b1 video {
	width: 150%;
	height: 165%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 990px) {
	.cont1 .a1b1 {
		display: none;
	}
}

.cont1 .a1b1 .fang {
	display: block;
	font-size: 0;
	border-top-left-radius: 2.5rem;
	border-bottom-left-radius: 2.5rem;
}

.cont1 .a1b1 .fang img {
	width: 100%;
}

.cont1 .a1b2 {
	width: 47.5%;
	padding-left: 6%;
}

@media (max-width: 990px) {
	.cont1 .a1b2 {
		width: 100%;
		padding: 0 4%;
	}
}

.cont1 .a1b2 .p1 {
	font-size: 2rem;
	color: rgb(102, 102, 102);
	margin-top: 5rem;
	line-height: 1.8em;
}

@media (max-width: 768px) {
	.cont1 .a1b2 .p1 {
		margin-top: 2rem;
	}
}

.cont1 .a1b2 .szgd-list1 {
	margin-top: 7rem;
}

@media (max-width: 768px) {
	.cont1 .a1b2 .szgd-list1 {
		margin-top: 2rem;
	}
}

.cont1 .a1b2 .szgd-list1 li {
	width: 33.3333333333%;
	text-align: center;
}

@media (max-width: 768px) {
	.cont1 .a1b2 .szgd-list1 li {
		width: 50%;
		margin-top: 4rem;
	}
}

.cont1 .a1b2 .szgd-list1 li .data {
	color: var(--secondary-color);
	line-height: 1.15em;
	font-weight: 700;
}

.cont1 .a1b2 .szgd-list1 li .data span {
	font-size: 6.75rem;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
	.cont1 .a1b2 .szgd-list1 li .data span {
		font-size: 6rem;
	}
}

.cont1 .a1b2 .szgd-list1 li .data sup {
	font-size: 2.75rem;
	vertical-align: top;
}

.cont1 .a1b2 .szgd-list1 li .p {
	font-size: 1.88rem;
	color: rgb(119, 119, 119);
	margin-top: 0.7rem;
}

.gong-jt>div {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	border: 1px #305072 solid;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	border-radius: 50%;
	text-align: center;
}

@media (max-width: 768px) {
	.gong-jt>div {
		border-color: #fff;
	}
}

.gong-jt>div+div {
	margin-left: 2rem;
}

.gong-jt>div i {
	font-size: 2rem;
	color: #305072;
}

@media (max-width: 768px) {
	.gong-jt>div i {
		color: #fff;
	}
}

.gong-jt>div:hover {
	background: #305072;
}

@media (max-width: 768px) {
	.gong-jt>div:hover {
		background: #fff;
	}
}

.gong-jt>div:hover i {
	color: #fff;
}

@media (max-width: 768px) {
	.gong-jt>div:hover i {
		color: #305072;
	}
}

.cont2 {
	background: url(../images/3d3203fc309e6a8114a09cf99392583c.png) no-repeat center top;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 8rem 0 20rem;
	margin-top: 24rem;
}

@media (max-width: 768px) {
	.cont2 {
		background: #335579;
		margin-top: 0;
		padding: 4rem 0;
	}
}

.cont2 .mySwiper1 {
	padding: 2rem 0;
	margin-top: 6rem;
}

@media (max-width: 768px) {
	.cont2 .mySwiper1 {
		margin-top: 2rem;
	}
}

.cont2 .mySwiper1 .swiper-slide .cont-pas {
	padding: 0 1.5rem;
}

.cont2 .mySwiper1 .swiper-slide a.block {
	background-color: #fff;
	padding: 6.25rem 3.75rem 2rem;
	border-radius: 0.62rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	box-shadow: 0px 0px 1.88rem rgba(0, 0, 0, 0.15);
}

.cont2 .mySwiper1 .swiper-slide a.block .tit {
	text-align: center;
	color: rgb(137, 137, 137);
	font-size: 2.5rem;
	line-height: 1.25em;
	margin-bottom: 1rem;
	height: 2.5em;
	overflow: hidden;
}

.cont2 .mySwiper1 .swiper-slide a.block .asta {
	padding: 0 6%;
}

.cont2 .mySwiper1 .swiper-slide a.block .asta img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.cont2 .mySwiper1 .swiper-slide a.block u {
	display: block;
	width: 12.5rem;
	margin: 0 auto;
	font-size: 0;
	position: absolute;
	left: 50%;
	bottom: 8%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.cont2 .mySwiper1 .swiper-slide a.block u img {
	width: 100%;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: -webkit-filter 1s;
	transition: -webkit-filter 1s;
	-o-transition: filter 1s;
	-moz-transition: filter 1s;
	transition: filter 1s;
	transition: filter 1s, -webkit-filter 1s;
}

.cont2 .mySwiper1 .swiper-slide a.block:hover {
	background: url(../images/c148ad89ef9ab5e515d9c6c09518847e.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
}

.cont2 .mySwiper1 .swiper-slide a.block:hover .tit {
	color: #fff;
}

.cont2 .mySwiper1 .swiper-slide a.block:hover .asta img {
	-webkit-transform: scale(0.95, 0.95);
	-moz-transform: scale(0.95, 0.95);
	-ms-transform: scale(0.95, 0.95);
	-o-transform: scale(0.95, 0.95);
	transform: scale(0.95, 0.95);
}

.cont2 .mySwiper1 .swiper-slide a.block:hover u img {
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
}

.cont2 .a2v1 {
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.cont2 .a2v1 {
		margin-top: 2rem;
	}
}

.cont2 .a2v1 .a2b1 {
	width: 50%;
}

.cont2 .a2v1 .a2b1 .xian {
	width: -webkit-calc(95% - 12rem);
	width: -moz-calc(95% - 12rem);
	width: calc(95% - 12rem);
	height: 1px;
	background: #305072;
}

@media (max-width: 768px) {
	.cont2 .a2v1 .a2b1 .xian {
		background: #fff;
	}
}

.cont3 {
	margin-top: 12rem;
}

@media (max-width: 768px) {
	.cont3 {
		margin-top: 4rem;
	}
}

.cont3 .a3v1 .title1 {
	padding-left: 6%;
}

@media (max-width: 768px) {
	.cont3 .a3v1 .title1 {
		padding-left: 4%;
		position: relative;
		z-index: 1;
	}
}

.cont3 .a3v1 u {
	display: block;
	width: 30%;
	font-size: 0;
}

@media (max-width: 768px) {
	.cont3 .a3v1 u {
		width: 100%;
		margin-top: -4rem;
	}
}

.cont3 .a3v1 u img {
	width: 100%;
}

.cont3 .a3v2 {
	position: relative;
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p u {
	display: block;
	font-size: 0;
	overflow: hidden;
	-webkit-transition: all ease 2s;
	-o-transition: all ease 2s;
	-moz-transition: all ease 2s;
	transition: all ease 2s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	position: relative;
}

@media (max-width: 768px) {
	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p u {
		padding-bottom: 100%;
		width: 100%;
		position: relative;
		height: 0;
		overflow: hidden;
	}

	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p u>img {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p u img {
	width: 100%;
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata {
	width: 100%;
	color: #fff;
	z-index: 2;
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .text {
	width: 55%;
}

@media (max-width: 768px) {
	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .text {
		width: 100%;
	}
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata h2 {
	font-size: 6rem;
	line-height: 1.35em;
	font-weight: 600;
}

@media (max-width: 768px) {
	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata h2 {
		font-size: 4rem;
	}
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .p {
	font-size: 2.12rem;
	line-height: 1.4em;
	margin-top: 2.5rem;
	/*-o-text-overflow: ellipsis;*/
	/*text-overflow: ellipsis;*/
	display: -webkit-box;
	/*-webkit-box-orient: vertical;*/
	-webkit-line-clamp: 5;
	/*overflow: hidden;*/
	-webkit-transition: all ease 0.8s 0.9s;
	-o-transition: all ease 0.8s 0.9s;
	-moz-transition: all ease 0.8s 0.9s;
	transition: all ease 0.8s 0.9s;
	text-align: justify;
}

@media (max-width: 768px) {
	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .p {
		font-size: 2rem;
		margin-top: 2rem;
	}
}

.cont3 .a3v2 .mySwiper2 .swiper-wrapper .swiper-slide-active .cont-p u {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	z-index: 1;
}

.cont3 .a3v2 .a3v2-a {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -8rem;
}

@media (max-width: 768px) {
	.cont3 .a3v2 .a3v2-a {
		position: static;
		display: none;
	}
}

.cont3 .a3v2 .a3v2-a .mySwiper {
	padding: 2rem 0;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide {
	padding: 0 1.5rem;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 {
	background: #fff;
	padding: 5.62rem 8%;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	cursor: pointer;
	border-radius: 0.62rem;
	background-image: url(../images/6fafb1aacf8243acb9f7a848d88163a1.jpg);
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	border: 1px #fff solid;
	box-shadow: 0px 0px 1.88rem rgba(50, 77, 106, 0.17);
}

@media (max-width: 768px) {
	.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 {
		padding: 4rem 8%;
	}
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 .tit {
	width: -webkit-calc(98% - 8rem);
	width: -moz-calc(98% - 8rem);
	width: calc(98% - 8rem);
	color: #444;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1.2;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 u {
	display: block;
	font-size: 0;
	width: 8rem;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 u img {
	width: 100%;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide.swiper-slide-thumb-active .cont-p1 {
	background-image: url(../images/bbd9a3f8d9376bebd10f50fcd65a719a.jpg);
	border: 1px #305072 solid;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide.swiper-slide-thumb-active .cont-p1 .tit {
	color: #fff;
}

.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide.swiper-slide-thumb-active .cont-p1 u img {
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
}

.cont4 {
	background: url(../images/e1d5e9d663fcde3459ad759a26c71f46.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
	padding: 12rem 0 12rem;
}

@media (max-width: 768px) {
	.cont4 {
		padding: 4rem 0;
	}
}

.cont4 .a4v1 .a4b1 {
	width: 55%;
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b1 {
		width: 100%;
	}
}

.cont4 .a4v1 .a4b1 .a4b1c1 {
	margin-top: 5rem;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 {
	text-align: center;
	color: var(--main-color);
	width: 30%;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 a {
	color: var(--main-color);
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 {
		width: 100%;
		text-align: left;
		padding-left: 20%;
	}
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data {
	line-height: 1.2em;
	font-weight: 600;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data span {
	font-size: 8rem;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data span {
		font-size: 7rem;
	}
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data sup {
	font-size: 2rem;
	vertical-align: top;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .p {
	font-size: 2.5rem;
	line-height: 1.5em;
}

.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d2 {
	color: #666;
	font-size: 2rem;
	line-height: 1.7em;
	width: 70%;
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d2 {
		width: 100%;
		margin-top: 2rem;
	}
}

.cont4 .a4v1 .a4b1 .a4b1c2 {
	margin-top: 5rem;
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b1 .a4b1c2 {
		margin-top: 2rem;
	}
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 {
	padding: 0 1px;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2rem;
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide a.img {
	display: block;
	border: 1px solid rgb(226, 226, 226);
	padding: 0.62rem 0;
	overflow: hidden;
	background: #fff;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-slide a.img img {
	width: 100%;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-pagination1 {
	text-align: center;
	margin-top: 2.5rem;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-pagination1 span {
	width: 5.62rem;
	height: 0.5rem;
	background: #ccc;
	opacity: 1;
	border-radius: 0.62rem;
}

.cont4 .a4v1 .a4b1 .a4b1c2 .mySwiper3 .swiper-pagination1 span.swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

.cont4 .a4v1 .a4b2 {
	width: 39.880952381%;
}

@media (max-width: 768px) {
	.cont4 .a4v1 .a4b2 {
		width: 100%;
		margin-top: 3rem;
	}
}

.cont4 .a4v1 .a4b2 img {
	width: 100%;
}

.foot-fot {
	position: relative;
	background: url(../images/c0bc7ddf4c8688d727d3fc22d7afa112.jpg) no-repeat center top;
	-o-background-size: cover;
	background-size: cover;
}

.foot-fot .foot1 .foota1 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 9.5rem 0 4.75rem;
}

@media (max-width: 768px) {
	.foot-fot .foot1 .foota1 {
		padding: 4rem 0 2rem;
	}
}

.foot-fot .foot1 .foota1 .dlogo img {
	height: 4.5rem;
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
}

@media (max-width: 768px) {
	.foot-fot .foot1 .foota1 .dlogo img {
		height: 3rem;
	}
}

.foot-fot .foot1 .foota1 .fo-a1 a+a {
	margin-left: 1.5rem;
}

.foot-fot .foot1 .foota1 .fo-a1 a i {
	color: #fff;
	font-size: 2.5rem;
}

.foot-fot .foot1 .foota1 .fo-a1 a i.icon-youtube,
.foot-fot .foot1 .foota1 .fo-a1 a i.icon-ins {
	font-size: 3rem;
}

.foot-fot .foot1 .foota1 .fo-a1 a:hover i {
	color: var(--secondary-color);
}

.foot-fot .foot1 .foota2 {
	padding: 10rem 0 8rem;
}

@media (max-width: 768px) {
	.foot-fot .foot1 .foota2 {
		padding: 4rem 0;
	}
}

.foot-fot .foot1 .foota2 .d_nav {
	width: 71%;
}

.foot-fot .foot1 .foota2 .d_nav li {
	width: 20%;
	padding-right: 1%;
}

.foot-fot .foot1 .foota2 .d_nav li .foot-tit {
	color: #fff;
	font-size: 2.5rem;
	line-height: 1.5em;
	position: relative;
}

.foot-fot .foot1 .foota2 .d_nav li .foot-tit a {
	color: #fff;
}

.foot-fot .foot1 .foota2 .d_nav li .foot-tit::after {
	content: "";
	display: block;
	width: 0.85em;
	height: 2px;
	background: #fff;
	margin: 2rem 0;
}

.foot-fot .foot1 .foota2 .d_nav li .dseca a {
	display: block;
	font-size: 1.75rem;
	line-height: 1.6em;
	margin-bottom: 1rem;
	color: rgba(255, 255, 255, 0.7);
}

.foot-fot .foot1 .foota2 .d_nav li .dseca a:hover {
	color: #fff;
}

.foot-fot .foot1 .foota2 .dberhas {
	width: auto;
}

@media (max-width: 768px) {
	.foot-fot .foot1 .foota2 .dberhas {
		width: 100%;
	}
}

.foot-fot .foot1 .foota2 .dberhas .tela img {
	width: 3.6rem;
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
}

.foot-fot .foot1 .foota2 .dberhas .tela a {
	color: #fff;
	font-size: 2.7rem;
	line-height: 1.5em;
	margin-left: 1rem;
}

.foot-fot .foot1 .foota2 .dberhas .p {
	color: rgba(255, 255, 255, 0.5);
	font-size: 1.62rem;
	margin-top: 3.2rem;
}

@media (max-width: 768px) {
	.foot-fot .foot1 .foota2 .dberhas .p {
		font-size: 2rem;
		margin-top: 2rem;
	}
}

.foot-fot .foot1 .foota2 .dberhas .p a {
	color: rgba(255, 255, 255, 0.5);
	margin-top: 1rem;
	display: block;
}

.foot-fot .foot1 .foota2 .dberhas .p a:hover {
	color: rgba(115, 203, 255, 0.5);
}

.foot-fot .foot2 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	line-height: 1.5em;
	padding: 3rem 0;
}

@media (max-width: 768px) {
	.foot-fot .foot2 {
		font-size: 1.62rem;
	}
}

.foot1-m {
	display: none;
	width: 100%;
	position: relative;
	z-index: 1;
}

.foot1-m .m-bm-head-box .m-bm-navbtn span,
.foot1-m .m-bm-head-box .m-bm-navbtn:after,
.foot1-m .m-bm-head-box .m-bm-navbtn:before {
	background: #000;
}

.foot1-m .m-bm-menu {
	background: #fff;
}

.foot1-m .m-bm-nav>li,
.foot1-m .m-bm-nav>li .sec {
	border-color: rgba(51, 51, 51, 0.1);
}

.foot1-m .m-bm-nav>li>a,
.foot1-m .m-bm-nav .aniut i,
.foot1-m .m-bm-nav>li .sec a,
.foot1-m .mrhgxt {
	color: #000;
}

@media (max-width: 990px) {
	.d_nav {
		display: none;
	}

	.fix-gonga {
		display: none !important;
	}
}

/*手机底部*/
@media (max-width: 991px) {
	.foot1-m {
		display: block;
	}
}

.hidden {
	display: none;
}

#c_effect_109-1684247292239 .e_loop_sub-1 {
	position: fixed;
	right: 0;
	bottom: 40%;
	z-index: 99;
}

#c_effect_109-1684247292239 .e_loop_sub-1 .p_loopItem {
	position: relative;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

#c_effect_109-1684247292239 .e_text-2 {
	line-height: 1;
	text-align: center;
	font-size: 13px;
	color: #fff;
}

#c_effect_109-1684247292239 .e_subImg-4 {
	overflow: hidden;
	display-radio: 1;
	max-width: 150px;
	display: block;
	margin: 0px auto 0;
}

#c_effect_109-1684247292239 .e_subImg-4 img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

#c_effect_109-1684247292239 .e_subImg-4 img {
	display: none;
}

#c_effect_109-1684247292239 .e_container-5>.p_item {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	max-height: 100%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#c_effect_109-1684247292239 .e_icon-10 {
	width: 60px;
	height: 60px;
	display: none !important;
}

#c_effect_109-1684247292239 .e_icon-10 .icon {
	margin: 0;
	width: 100%;
	height: 100%;
	fill: currentColor;
}

#c_effect_109-1684247292239 .zx_11 .e_icon-10 {
	display: block !important;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: auto;
	width: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

#c_effect_109-1684247292239 .zx_11 .e_icon-10 svg {
	color: #fff;
}

/*内页css*/
.loadmore-nodata {
	margin: 0 auto 9em;
}

.text-center {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0 0;
	border-radius: 4px;
}

@media (max-width: 768px) {
	.pagination {
		margin: 0 0 0;
	}
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	margin-left: -1px;
	line-height: 4rem;
	color: #333333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 0.4rem;
	font-weight: 500;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	line-height: 26px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	line-height: 26px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #32506f;
	border-color: #32506f;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #32506f;
	border-color: #32506f;
	vertical-align: middle;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 5.38rem 0;
	text-align: center;
	list-style: none;
	overflow: hidden;
}

@media (max-width: 768px) {
	.pager {
		margin: 3rem 0;
	}
}

.pager li {
	display: inline;
}

.pager li>a,
.pager li>span {
	display: inline-block;
	background: #f4f4f4;
	color: #666;
	border: none;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-family: "7ce38fe0-560c-4554-966d-efd9e5a70c16";
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
}

.pager .next>a,
.pager .next>span {
	float: right;
}

.pager .previous>a,
.pager .previous>span {
	float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	background: #f4f4f4;
	color: #ccc;
	cursor: not-allowed;
}

.ajhhsd {
	color: #6c757d;
	font: 500 14px/1.5em "ABEL";
}

.ajhhsd i {
	font-size: 14px;
}

@media (max-width: 768px) {
	.ajhhsd {
		line-height: 1.5em;
		font-size: 2rem;
	}

	.ajhhsd i {
		font-size: 2rem;
	}
}

.ajhhsd span {
	padding: 0 0.05em;
}

.ajhhsd span:last-child {
	display: none;
}

.ajhhsd a {
	color: #6c757d;
}

.ajhhsd a:hover {
	color: #494f54;
}

.xw_ny_banner {
	background: #333;
	background: url(../images/a1061021d18dc91af2d1497770faf217.jpg) no-repeat center top;
	-o-background-size: cover;
	background-size: cover;
	padding: 33rem 0 14.5rem;
}

@media (max-width: 990px) {
	.xw_ny_banner {
		padding: 14.5rem 0;
	}
}

@media (max-width: 768px) {
	.xw_ny_banner {
		padding: 8rem 0;
	}
}

.xw_ny_banner h2 {
	color: #FFFFFF;
	font: 600 6.25rem/1.2em "ABEL";
}

@media (max-width: 768px) {
	.xw_ny_banner h2 {
		font-size: 3.6rem;
	}
}

.nav-page li {
	padding-bottom: 1em;
}

.nav-page li+li {
	border-top: 1px solid #f0f0f0;
	padding-top: 1em;
}

.nav-page li>a {
	display: block;
	font: 600 2.7rem/1.5em "ABEL";
	color: #333;
}

@media (max-width: 768px) {
	.nav-page li>a {
		font-size: 2.5rem;
	}
}

.nav-page li .sec {
	margin-top: 0.5em;
}

.nav-page li .sec a {
	display: inline-block;
	font: 500 2rem/1.6em "ABEL";
	color: #777;
	margin-right: 1em;
}

.nav-page li .sec a:hover {
	color: var(--secondary-color);
}

@media (max-width: 768px) {
	.mt40 {
		margin-top: 2rem;
	}
}

.ssy-sskaa {
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	.ssy-sskaa {
		margin-bottom: 3rem;
	}
}

.ssy-sskaa .searchsa form {
	width: 50%;
	border: 1px solid #999;
	padding: 0 1.5em;
	border-radius: 4rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.ssy-sskaa .searchsa form {
		width: 90%;
	}
}

.ssy-sskaa .searchsa form input {
	width: 70%;
	font: 500 2.5rem/8rem "ABEL";
	background: transparent;
	color: #999;
}

@media (max-width: 768px) {
	.ssy-sskaa .searchsa form input {
		font-size: 2.25rem;
		line-height: 6rem;
	}
}

.ssy-sskaa .searchsa form button {
	width: auto;
	outline: none;
	border: none;
	background: transparent;
}

.ssy-sskaa .searchsa form button i {
	font: 500 3.2rem/8rem "ABEL";
	color: #333;
}

@media (max-width: 768px) {
	.ssy-sskaa .searchsa form button i {
		font-size: 2.7rem;
		line-height: 6rem;
	}
}

.ss-list li {
	padding: 2rem 0;
}

.ss-list li+li {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.ss-list li+li {
		margin-top: 1rem;
	}
}

.ss-list li div.img {
	width: 25%;
}

@media (max-width: 768px) {
	.ss-list li div.img {
		width: 100%;
	}
}

.ss-list li div.img a.img {
	display: block;
	border: 1px solid #f2f2f2;
}

.ss-list li .xw-nycont {
	width: 72%;
}

.ss-list li .xw-nycont.w100 {
	width: 100%;
}

@media (max-width: 768px) {
	.ss-list li .xw-nycont {
		width: 100%;
		margin-top: 1.2em;
	}
}

.ss-list li .xw-nycont h2 a {
	display: block;
	color: #656363;
	font: 500 2.5rem/1.35em "ABEL";
	overflow: hidden;
	margin-bottom: 0.2em;
}

@media (max-width: 768px) {
	.ss-list li .xw-nycont h2 a {
		font-size: 2.25rem;
	}
}

.ss-list li .xw-nycont span {
	color: var(--secondary-color);
	font: 500 2rem/1.5em "ABEL";
}

.ss-list li .xw-nycont .datea {
	color: #999999;
	font: 500 1.9rem/1.5em "ABEL";
}

.ss-list li .xw-nycont .p {
	color: #999999;
	font: 500 2rem/1.5em "ABEL";
	margin-top: 0.5em;
}

.ss-list li .xw-nycont a.more-msl {
	margin-top: 1em;
}

.shzr-content {
	color: #454545;
	font: 500 2rem/2em "ABEL";
	padding: 2rem 0 6rem;
}

.shzr-content strong {
	color: #333;
}

.shzr-content h4 {
	margin-bottom: 0.5em;
}

/*内页end*/
.nbanner {
	position: relative;
}

.nbanner .img {
	width: 100%;
	font-size: 0;
}

.nbanner .img img {
	width: 100%;
}

.nbanner .nbanner-wen1 {
	position: absolute;
	width: 100%;
	z-index: 9;
}

.nbanner .nbanner-wen1 .banner-cont {
	color: #fff;
}

.nbanner .nbanner-wen1 .banner-cont .p1 {
	font: 500 7rem/1.25em "ABEL";
}

@media (max-width: 768px) {
	.nbanner .nbanner-wen1 .banner-cont .p1 {
		font-size: 4rem;
	}
}

.n_mbx {
	position: sticky;
	background: rgba(230, 233, 236, 0.8);
	left: 0;
	top: 8rem;
	width: 100%;
	z-index: 9;
}

@media (max-width: 990px) {
	.n_mbx {
		top: 7rem;
	}
}

.n_mbx .n_src {
	font-size: 0;
	text-align: center;
	overflow-x: auto;
	border-right: 1px solid #dfdfdf;
}

.n_mbx .n_src.n_src1a {
	overflow: visible;
}

@media (max-width: 768px) {
	.n_mbx .n_src {
		white-space: nowrap;
		display: block;
	}
}

.n_mbx .n_src>li {
	display: inline-block;
	border-left: 1px solid #dfdfdf;
	position: relative;
	/* width: 27.25rem; */
}

@media (max-width: 768px) {
	.n_mbx .n_src>li {
		width: auto;
	}
}

.n_mbx .n_src>li a {
	display: block;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.n_mbx .n_src>li a:hover,
.n_mbx .n_src>li a.active {
	color: #fff !important;
	background: var(--secondary-color) !important;
}

.n_mbx .n_src>li>a {
	display: block;
	color: #444;
	font: 500 2rem/3rem "ABEL";
	position: relative;
	padding: 2.25rem 2rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width: 768px) {
	.n_mbx .n_src>li>a {
		padding: 2rem 3rem;
	}
}

.n_mbx .n_src>li.active>a {
	color: #fff;
	background: var(--secondary-color);
}

.n_mbx .n_src>li .sec {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9;
	background: #32506f;
	width: -webkit-calc(100% + 0.5px);
	width: -moz-calc(100% + 0.5px);
	width: calc(100% + 0.5px);
	display: none;
}

.n_mbx .n_src>li .sec>li {
	position: relative;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.n_mbx .n_src>li .sec>li>a {
	font-size: 1.75rem;
	color: rgb(255, 255, 255);
	line-height: 1.2;
	border-bottom: 1px rgba(255, 255, 255, 0.231372549) solid;
	border-right: none;
	text-align: left;
	padding: 1.88rem 0px;
	padding-left: 1.5em;
	display: block;
}

.n_mbx .n_src>li .sec>li>a:hover {
	color: #fff;
	background: var(--secondary-color);
}

.n_mbx .n_src>li .sec>li .sec2 {
	display: none;
	background: #f0f2f4;
	top: 0;
	left: 100%;
	position: absolute;
	width: 100%;
	border-right: 1px #d9d9d9 solid;
}

.n_mbx .n_src>li .sec>li .sec2 a {
	display: block;
	border-bottom: 1px #d9d9d9 solid;
	line-height: 1.2;
	padding: 1.25rem;
	font-size: 1.75rem;
	color: rgba(0, 0, 0, 0.6);
	text-align: left;
}

.n_mbx .n_src>li .sec>li .sec2 a:hover {
	color: #fff;
	background: var(--secondary-color);
}

.n_mbx .ajhhsd {
	padding: 2.25rem 0;
}

@media (max-width: 768px) {
	.n_mbx .ajhhsd {
		padding: 2rem 0;
	}
}

@media (max-width: 768px) {
	.n_mbx .ajhhsd {
		display: none;
	}
}

.list_content {
	padding: 8rem 0;
}

@media (max-width: 768px) {
	.list_content {
		padding: 4rem 0;
	}
}

@-webkit-keyframes scale2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.fang-img {
	-webkit-animation: scale2 4s infinite linear;
	-moz-animation: scale2 4s infinite linear;
	-o-animation: scale2 4s infinite linear;
	animation: scale2 4s infinite linear;
}

#abt1,
#abt2,
#abt3,
#abt4,
#abt5,
#abt6 {
	height: 10rem;
	margin-top: -10rem;
}

@media (max-width: 990px) {

	#abt1,
	#abt2,
	#abt3,
	#abt4,
	#abt5,
	#abt6 {
		height: 60px;
		margin-top: -60px;
	}
}

.ny-body {
	padding-top: 10rem;
}

.abt-cont1 {
	padding: 10rem 0;
}

@media (max-width: 768px) {
	.abt-cont1 {
		padding: 4rem 0;
	}
}

.abt-cont1 .abt-a1b1 {
	width: 24.9552238806%;
}

@media (max-width: 768px) {
	.abt-cont1 .abt-a1b1 {
		width: 100%;
	}
}

.abt-cont1 .abt-a1b1 .sztd_list1 li {
	display: block;
	border-bottom: 1px solid rgb(211, 211, 211);
	padding: 4rem 0;
}

@media (max-width: 768px) {
	.abt-cont1 .abt-a1b1 .sztd_list1 li {
		padding: 2rem 0;
	}
}

.abt-cont1 .abt-a1b1 .sztd_list1 li .data {
	color: var(--secondary-color);
	font-weight: 700;
}

.abt-cont1 .abt-a1b1 .sztd_list1 li .data span {
	font-size: 6.75rem;
	line-height: 1em;
	display: inline-block;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
	.abt-cont1 .abt-a1b1 .sztd_list1 li .data span {
		font-size: 6rem;
	}
}

.abt-cont1 .abt-a1b1 .sztd_list1 li .data sup {
	font-size: 2.75rem;
	vertical-align: text-top;
	top: -3rem;
}

.abt-cont1 .abt-a1b1 .sztd_list1 li .p {
	font-size: 1.88rem;
	color: rgb(119, 119, 119);
	margin-top: 0.3rem;
}

.abt-cont1 .abt-a1b2 {
	width: 72%;
}

@media (max-width: 768px) {
	.abt-cont1 .abt-a1b2 {
		width: 100%;
		margin-top: 3rem;
	}
}

.abt-cont1 .abt-a1b2 .p {
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.abt-cont1 .abt-a1b2 .p {
		margin-top: 1.5rem;
	}
}

.abt-cont2 {
	position: relative;
}

.abt-cont2 .bjlist1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.abt-cont2 .bjlist1 li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

.abt-cont2 .bjlist1 li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.abt-cont2 .abt-a2v1 {
	padding: 20rem 0;
}

@media (max-width: 768px) {
	.abt-cont2 .abt-a2v1 {
		padding: 6rem 0;
	}
}

.abt-cont2 .abt-a2v1 .abt-a2b1 {
	width: 30%;
}

@media (max-width: 768px) {
	.abt-cont2 .abt-a2v1 .abt-a2b1 {
		width: 100%;
	}
}

.abt-cont2 .abt-a2v1 .abt-a2b1 .title1 .tit {
	color: #fff;
}

.abt-cont2 .abt-a2v1 .abt-a2b1 .p {
	margin-top: 2rem;
	color: #fff;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 {
	width: 59.9402985075%;
}

@media (max-width: 768px) {
	.abt-cont2 .abt-a2v1 .abt-a2b2 {
		width: 100%;
		margin-top: 4rem;
	}
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li {
	width: 25%;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 768px) {
	.abt-cont2 .abt-a2v1 .abt-a2b2 li {
		width: 50%;
	}
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block {
	padding: 6rem 10%;
	height: 100%;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha {
	width: 100%;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha i {
	display: block;
	font-size: 0;
	width: 6rem;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha i img {
	width: 100%;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha .tit {
	color: #fff;
	font-size: 3rem;
	line-height: 1.2;
	margin-top: 2rem;
	height: 3em;
	overflow: hidden;
}

@media (max-width: 768px) {
	.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha .tit {
		font-size: 2.5rem;
	}
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .wenata {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(330deg, var(--secondary-color), #d17120);
	background-image: -moz-linear-gradient(330deg, var(--secondary-color), #d17120);
	background-image: -o-linear-gradient(330deg, var(--secondary-color), #d17120);
	background-image: linear-gradient(120deg, var(--secondary-color), #d17120);
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	padding: 2rem 5% 0;
	color: #fff;
	opacity: 0;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .wenata .tit {
	font-size: 3rem;
	line-height:1.2;
}

@media (max-width: 768px) {
	.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .wenata .tit {
		font-size: 2.5rem;
	}
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .wenata .p {
	font-size: 1.75rem;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.65em;
	margin-top: 1rem;
}

.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block:hover .wenata {
	opacity: 1;
}

.abt-cont3 {
	background: url(../images/fc9c1a603be440f08ec2c8d866cec039.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
	padding: 14rem 0 17rem;
}

@media (max-width: 768px) {
	.abt-cont3 {
		padding: 5rem 0;
	}
}

.abt-cont3 .abt-a3v1 .p {
	margin-top: 2rem;
}

.abt-cont3 .abt-a3list1 {
	margin-top: 8rem;
}

@media (max-width: 768px) {
	.abt-cont3 .abt-a3list1 {
		margin-top: 3rem;
	}
}

.abt-cont3 .abt-a3list1 li {
	width: 24%;
}

@media (max-width: 768px) {
	.abt-cont3 .abt-a3list1 li {
		width: 100%;
	}

	.abt-cont3 .abt-a3list1 li+li {
		margin-top: 3rem;
	}
}

.abt-cont3 .abt-a3list1 li a.block {
	border-top: 2px var(--main-color) solid;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background: #fff;
	border-bottom-left-radius: 1.25rem;
	border-bottom-right-radius: 1.25rem;
	padding: 6rem 7%;
	height: 100%;
}

.abt-cont3 .abt-a3list1 li a.block i {
	display: block;
	font-size: 0;
	width: 8.75rem;
	margin: 0 auto;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.abt-cont3 .abt-a3list1 li a.block i img {
	width: 100%;
	/* -webkit-filter: invert(40%) sepia(89%) saturate(2041%) hue-rotate(351deg) brightness(97%) contrast(90%); */
	/* filter: invert(40%) sepia(89%) saturate(2041%) hue-rotate(351deg) brightness(97%) contrast(90%); */
}

.abt-cont3 .abt-a3list1 li a.block .wenata {
	text-align: center;
}

.abt-cont3 .abt-a3list1 li a.block .wenata .tit {
	color: var(--main-color);
	font-size: 3rem;
	margin: 3.12rem 0 2.5rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width: 768px) {
	.abt-cont3 .abt-a3list1 li a.block .wenata .tit {
		margin: 2.5rem 0;
	}
}

.abt-cont3 .abt-a3list1 li a.block .wenata .p {
	color: #666;
	font-size: 1.75rem;
	line-height: 1.75em;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	text-align: left;
}

.abt-cont3 .abt-a3list1 li a.block:hover {
	background: var(--secondary-color);
	background-color: var(--secondary-color);
	border-top: 2px var(--secondary-color) solid;
	border-radius: 1.25rem;
}

.abt-cont3 .abt-a3list1 li a.block:hover i img {
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
}

.abt-cont3 .abt-a3list1 li a.block:hover .wenata .tit,
.abt-cont3 .abt-a3list1 li a.block:hover .wenata .p {
	color: #fff;
}

.dow-cont1 {
	padding: 10rem 0 4rem;
	border-bottom: 1px solid rgb(205, 205, 205);
}

@media (max-width: 768px) {
	.dow-cont1 {
		padding: 4rem 0 2rem;
	}
}

.dow-cont1 .p {
	margin-top: 2rem;
}

@media (max-width: 768px) {
	.dow-cont1 .p {
		margin-top: 1rem;
	}
}

.dow-list {
	margin: 0 -1.7rem;
}

@media (max-width: 768px) {
	.dow-list {
		margin: 0 -1rem;
	}
}

.dow-list li {
	width: 20%;
	padding: 0 1.7rem;
	margin-top: 5rem;
}

@media (max-width: 1024px) {
	.dow-list li {
		width: 25%;
	}
}

@media (max-width: 768px) {
	.dow-list li {
		width: 50%;
		margin-top: 3rem;
		padding: 0 1rem;
	}
}

.dow-list li a.block {
	display: block;
	box-shadow: 0 0.25rem 2.5rem rgba(0, 0, 0, 0.03), 0 3rem 3.75rem rgba(0, 0, 0, 0.08);
	padding: 1.88rem;
	border-radius: 0.62rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	border: 1px solid rgb(221, 221, 221);
	text-align: center;
	height: 100%;
}

@media (max-width: 768px) {
	.dow-list li a.block {
		padding: 1rem;
	}
}

.dow-list li a.block .img img {
	width: 100%;
}

.dow-list li a.block .tit {
	color: #000;
	font-size: 2rem;
	line-height: 1.5em;
	margin-top: 2rem;
}

.dow-list li a.block i {
	display: block;
	font-size: 0;
	width: 4.5rem;
	margin: 2.5rem auto 0;
}

@media (max-width: 768px) {
	.dow-list li a.block i {
		margin-top: 1rem;
	}
}

.dow-list li a.block i img {
	width: 100%;
}

.dow-list li a.block:hover .tit {
	color: var(--secondary-color);
}

.suo-cont1 {
	padding: 13rem 0;
}

@media (max-width: 768px) {
	.suo-cont1 {
		padding: 4rem 0;
	}
}

.suo-cont1 .suo-a1b1 {
	width: 49.9701492537%;
}

@media (max-width: 768px) {
	.suo-cont1 .suo-a1b1 {
		width: 100%;
	}
}

.suo-cont1 .suo-a1b1 .p1 {
	color: rgb(153, 153, 153);
	padding: 0.8rem 0 2rem;
	border-bottom: 1px solid rgb(209, 209, 209);
}

@media (max-width: 768px) {
	.suo-cont1 .suo-a1b1 .p1 {
		padding: 1.5rem 0 1rem;
	}
}

.suo-cont1 .suo-a1b1 .p2 {
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.suo-cont1 .suo-a1b1 .p2 {
		margin-top: 2rem;
	}
}

.suo-cont1 .suo-a1b2 {
	width: 44.9552238806%;
}

@media (max-width: 768px) {
	.suo-cont1 .suo-a1b2 {
		width: 100%;
		margin-top: 2rem;
	}
}

.suo-cont1 .suo-a1b2 .over {
	border-radius: 0.62rem;
	overflow: hidden;
}

.suo-cont1 .suo-a1b2 img {
	width: 100%;
}

.suo-cont2 {
	background-color: rgba(230, 233, 236, 0.8);
	padding: 12rem 0;
}

@media (max-width: 768px) {
	.suo-cont2 {
		padding: 4rem 0;
	}
}

.suo-cont2 .suo-a2v1 {
	padding-bottom: 8rem;
}

@media (max-width: 768px) {
	.suo-cont2 .suo-a2v1 {
		padding-bottom: 3rem;
	}
}

.suo-cont2 .suo-a2v1 .p {
	width: 70%;
	margin-top: 1rem;
}

@media (max-width: 768px) {
	.suo-cont2 .suo-a2v1 .p {
		width: 100%;
	}
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item {
	position: relative;
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .img_ar {
	position: relative;
	height: 560px;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .img_ar {
		height: 350px;
	}
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .img_ar>img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .img_ar::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .img_ar img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .cont-p {
	width: 65%;
	padding: 4rem 5%;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-top-right-radius: 6.25rem;
}

@media (max-width: 768px) {
	.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .cont-p {
		width: 100%;
	}
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .cont-p .tit {
	font-size: 3.25rem;
	line-height: 1.3em;
	margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
	.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .cont-p .tit {
		margin-bottom: 1rem;
	}
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .cont-p .p {
	font-size: 1.88rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide .item .cont-p .p {
		-webkit-line-clamp: inherit;
	}
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide.cur .item .img_ar::after {
	background: rgba(0, 0, 0, 0);
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide.cur .item .cont-p {
	width: 70%;
	background: -webkit-linear-gradient(bottom, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
	background: -moz-linear-gradient(bottom, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
	background: -o-linear-gradient(bottom, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
	background: linear-gradient(0deg, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
}

.suo-cont2 .suo-a2v2 .w-accor0 .swiper-slide.cur .item .cont-p .p {
	-webkit-line-clamp: inherit;
}

.suo-cont2 .asher_list li {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li {
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
	}
}

.suo-cont2 .asher_list li .item {
	position: relative;
}

.suo-cont2 .asher_list li .item .img_ar {
	position: relative;
	height: 560px;
	width: 100%;
	overflow: hidden;
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li .item .img_ar {
		height: 350px;
	}
}

.suo-cont2 .asher_list li .item .img_ar>img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.suo-cont2 .asher_list li .item .img_ar::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.suo-cont2 .asher_list li .item .img_ar img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.suo-cont2 .asher_list li .item .cont-p {
	width: 65%;
	padding: 4rem 5%;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border-top-right-radius: 6.25rem;
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li .item .cont-p {
		width: 100%;
		border-top-right-radius: 0;
	}
}

.suo-cont2 .asher_list li .item .cont-p .tit {
	font-size: 3.25rem;
	line-height: 1.3em;
	margin-bottom: 2.5rem;
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li .item .cont-p .tit {
		margin-bottom: 1rem;
	}
}

.suo-cont2 .asher_list li .item .cont-p .p {
	font-size: 1.88rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li .item .cont-p .p {
		-webkit-line-clamp: inherit;
	}
}

.suo-cont2 .asher_list li.active {
	-webkit-flex: 2;
	-moz-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li.active {
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		width: 100%;
	}
}

.suo-cont2 .asher_list li.active .item .img_ar::after {
	background: rgba(0, 0, 0, 0);
}

.suo-cont2 .asher_list li.active .item .cont-p {
	width: 70%;
	background: -webkit-linear-gradient(bottom, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
	background: -moz-linear-gradient(bottom, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
	background: -o-linear-gradient(bottom, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
	background: linear-gradient(0deg, var(--secondary-color) 0, rgba(235, 120, 32, 0.85) 100%);
}

@media (max-width: 768px) {
	.suo-cont2 .asher_list li.active .item .cont-p {
		width: 100%;
	}
}

.suo-cont2 .asher_list li.active .item .cont-p .p {
	-webkit-line-clamp: inherit;
}

.suo-cont3 {
	padding: 12rem 0;
}

@media (max-width: 768px) {
	.suo-cont3 {
		padding: 4rem 0;
	}
}

.suo-cont3 a.jt-morea {
	width: 9rem;
	display: block;
}

@media (max-width: 768px) {
	.suo-cont3 a.jt-morea {
		width: 4rem;
		display: none;
	}
}

.suo-cont3 a.jt-morea img {
	width: 100%;
	opacity: 0.45;
}

.suo-cont3 .suo-a3v1 {
	border-top: 1px solid rgb(209, 209, 209);
	margin-top: 4rem;
	padding-top: 4rem;
}

@media (max-width: 768px) {
	.suo-cont3 .suo-a3v1 {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}
}

.suo-cont3 .suo-a3v1 .suo-a3b1 {
	width: 48.4776119403%;
}

@media (max-width: 768px) {
	.suo-cont3 .suo-a3v1 .suo-a3b1 {
		width: 100%;
		padding: 2rem 0;
	}
}

.suo-cont3 .suo-a3v1 .suo-a3b1 .gong-p {
	line-height: 1.55em;
}

.suo-cont3 .suo-a3v1 .suo-a3b1 .p1 {
	font-size: 1.75rem;
	color: #999;
}

.suo-cont3 .suo-a3v1 .suo-a3b1 a {
	color: var(--main-color);
}

.suo-cont3 .suo-a3v1 .suo-a3b2 {
	width: 48.4776119403%;
}

@media (max-width: 768px) {
	.suo-cont3 .suo-a3v1 .suo-a3b2 {
		width: 100%;
	}
}

.suo-cont3 .suo-a3v1 .suo-a3b2 .over {
	border-radius: 0.62rem;
	overflow: hidden;
}

.suo-cont3 .suo-a3v1 .suo-a3b2 img {
	width: 100%;
}

.job-cont1 {
	padding: 10rem 0;
}

@media (max-width: 768px) {
	.job-cont1 {
		padding: 4rem 0;
	}
}

.job-cont1 .title1 .p {
	border-bottom: 1px dotted rgb(209, 209, 209);
	font-weight: 500;
	padding: 1rem 0 2.5rem;
}

.job-cont1 .job-a1_list1 {
	margin-top: 6rem;
}

@media (max-width: 768px) {
	.job-cont1 .job-a1_list1 {
		margin-top: 3rem;
	}
}

.job-cont1 .job-a1_list1 li {
	width: 47.4626865672%;
}

@media (max-width: 768px) {
	.job-cont1 .job-a1_list1 li {
		width: 100%;
	}

	.job-cont1 .job-a1_list1 li+li {
		margin-top: 4rem;
	}
}

.job-cont1 .job-a1_list1 li .datasa i {
	width: 8.75rem;
	height: 8.75rem;
	border: 2px var(--secondary-color) dotted;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	border-radius: 50%;
	margin-right: 2.5rem;
}

.job-cont1 .job-a1_list1 li .datasa i img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.job-cont1 .job-a1_list1 li .datasa .tit {
	color: var(--main-color);
	font-size: 2.8rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.job-cont1 .job-a1_list1 li .datasa .tit {
		width: -webkit-calc(100% - 16rem);
		width: -moz-calc(100% - 16rem);
		width: calc(100% - 16rem);
		font-size: 2.9rem;
	}
}

.job-cont1 .job-a1_list1 li .p1 {
	font-size: 1.88rem;
	color: rgb(102, 102, 102);
	margin-top: 2.5rem;
}

.job-cont1 .job-a1_list1 li:hover .datasa i {
	background: var(--secondary-color);
}

.job-cont1 .job-a1_list1 li:hover .datasa i img {
	-webkit-filter: brightness(0) invert(100%);
	filter: brightness(0) invert(100%);
	-webkit-transform: rotateZ(15deg);
	-moz-transform: rotateZ(15deg);
	-ms-transform: rotate(15deg);
	-o-transform: rotateZ(15deg);
	transform: rotateZ(15deg);
}

.job-cont2 {
	background: url(../images/637097d61320a62b32282df68089b95e.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

@media (max-width: 768px) {
	.job-cont2 .wh {
		padding: 0;
	}
}

.job-cont2 .title1 {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 6%;
	top: 12rem;
	line-height: 1.7em;
}

@media (max-width: 768px) {
	.job-cont2 .title1 {
		position: static;
		padding: 8rem 4%;
		line-height: 1.2em;
	}
}

.job-cont2 .title1 .tit {
	color: #fff;
}

.job-cont2 .job-a2_list1 {
	margin-left: 25%;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 {
		margin-left: 0;
		border: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.job-cont2 .job-a2_list1 li {
	width: 33.3333333333%;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	height: 27.5vw;
	min-height: 300px;
	position: relative;
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 li {
		width: 100%;
		border: none;
		height: auto;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.job-cont2 .job-a2_list1 li a.block {
	color: #fff;
	padding: 0 5%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 15%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 li a.block {
		position: static;
		padding: 4rem 4%;
	}
}

.job-cont2 .job-a2_list1 li a.block i {
	display: block;
	width: 15rem;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 li a.block i {
		width: 10rem;
	}
}

.job-cont2 .job-a2_list1 li a.block i img {
	width: 100%;
}

.job-cont2 .job-a2_list1 li a.block .wenata .tit {
	font-size: 2.62rem;
	line-height: 1.2em;
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 li a.block .wenata .tit {
		margin-top: 2rem;
	}
}

.job-cont2 .job-a2_list1 li a.block .wenata .p {
	margin-top: 2rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	font-size: 1.75rem;
	line-height: 1.6em;
	height: 0;
	overflow: hidden;
	opacity: 0;
	text-align: left;
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 li a.block .wenata .p {
		height: auto;
		opacity: 1;
	}
}

.job-cont2 .job-a2_list1 li:hover a.block .wenata .p {
	height: 14.4em;
	opacity: 1;
}

@media (max-width: 768px) {
	.job-cont2 .job-a2_list1 li:hover a.block .wenata .p {
		height: auto;
	}
}

.job-cont3 {
	padding: 16rem 0;
}

@media (max-width: 768px) {
	.job-cont3 {
		padding: 4rem 0;
	}
}

.job-cont3 .job-a3v1 .job-a3b1 {
	width: 52%;
	border-radius: 0.62rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.job-cont3 .job-a3v1 .job-a3b1 {
		width: 100%;
	}
}

.job-cont3 .job-a3v1 .job-a3b1 img {
	width: 100%;
}

.job-cont3 .job-a3v1 .job-a3b2 {
	width: 55%;
	margin-left: -7%;
	box-shadow: 0px 0px 1.88rem rgba(222, 222, 222, 0.7);
	background-color: #fff;
	border-radius: 0.62rem;
	overflow: hidden;
	padding: 3% 4%;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.job-cont3 .job-a3v1 .job-a3b2 {
		width: 100%;
		margin-left: 0;
		padding: 5%;
	}
}

.job-cont3 .job-a3v1 .job-a3b2 .p1 {
	color: rgb(135, 135, 135);
	margin-top: 0.62rem;
	line-height: 1.65em;
	border-bottom: 1px solid rgb(209, 209, 209);
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}

.job-cont3 .job-a3v1 .job-a3b2 .p2 {
	font-size: 2rem;
	color: rgb(102, 102, 102);
	line-height: 1.65;
}

.job-cont4 {
	background: url(../images/fc9c1a603be440f08ec2c8d866cec039.jpg) no-repeat left top;
	-o-background-size: cover;
	background-size: cover;
	padding: 12rem 0;
}

@media (max-width: 768px) {
	.job-cont4 {
		padding: 4rem 0;
	}
}

.job-cont4 .title1 .p {
	margin-top: 2rem;
	padding-right: 35%;
	font-weight: 500;
}

@media (max-width: 768px) {
	.job-cont4 .title1 .p {
		padding-right: 0;
		margin-top: 1rem;
	}
}

.job-cont4 .job-list1 {
	background-color: rgb(36, 75, 114);
	margin-top: 6rem;
}

@media (max-width: 768px) {
	.job-cont4 .job-list1 {
		margin-top: 3rem;
	}
}

.job-cont4 .job-list1 li {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 6.88rem;
}

@media (max-width: 768px) {

	.job-cont4 .job-list1 li:nth-child(3),
	.job-cont4 .job-list1 li:nth-child(4),
	.job-cont4 .job-list1 li:nth-child(5) {
		display: none;
	}
}

.job-cont4 .job-list1 li p {
	color: #fff;
	font-size: 2rem;
	text-align: center;
	width: 100%;
}

.job-cont4 .job-list {
	background: #fff;
}

.job-cont4 .job-list li .dt {
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}

.job-cont4 .job-list li .dt .ast1 {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 8.75rem;
}

@media (max-width: 768px) {

	.job-cont4 .job-list li .dt .ast1:nth-child(3),
	.job-cont4 .job-list li .dt .ast1:nth-child(4),
	.job-cont4 .job-list li .dt .ast1:nth-child(5) {
		display: none;
	}
}

.job-cont4 .job-list li .dt .ast1 p {
	color: rgb(51, 51, 51);
	font-size: 18px;
	line-height: 1.25em;
	text-align: center;
	width: 100%;
}

@media (max-width: 768px) {
	.job-cont4 .job-list li .dt .ast1 p {
		font-size: 2rem;
	}
}

.job-cont4 .job-list li .dt .ast1 p i {
	font-size: 2.25rem;
}

.job-cont4 .job-list li .wehha-job {
	border-bottom: 1px dashed #ddd;
	padding: 2rem 5% 4rem;
}

@media (max-width: 768px) {
	.job-cont4 .job-list li .wehha-job {
		padding-top: 0;
	}
}

.job-cont4 .job-list li .wehha-job .pead-cont .p-conta {
	color: rgb(102, 102, 102);
	font-size: 17px;
	line-height: 1.8em;
}

@media (max-width: 768px) {
	.job-cont4 .job-list li .wehha-job .pead-cont .p-conta {
		font-size: 2rem;
	}
}

.job-cont4 .job-list li .wehha-job .pead-cont .p-conta strong {
	font-size: 20px;
	color: #1b4978;
	margin-top: 2.5rem;
	display: block;
	margin-bottom: 1rem;
	font-weight: 500;
}

@media (max-width: 768px) {
	.job-cont4 .job-list li .wehha-job .pead-cont .p-conta strong {
		font-size: 2.5rem;
	}
}

.job-cont4 .job-list li .wehha-job .pead-cont a.jltj {
	display: inline-block;
	border: 2px solid var(--secondary-color);
	color: var(--secondary-color);
	font-size: 1.75rem;
	line-height: 3em;
	padding: 0 1em;
	border-radius: 2em;
	margin-top: 3rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width: 768px) {
	.job-cont4 .job-list li .wehha-job .pead-cont a.jltj {
		margin-top: 2rem;
	}
}

.job-cont4 .job-list li .wehha-job .pead-cont a.jltj:hover {
	background: var(--secondary-color);
	color: #fff;
}

.list_content {
	color: #666;
	font-size: 1.88rem;
	line-height: 1.6em;
}

.nbanner1 .nbanner-wen1 {
	top: 35%;
}

.nbanner1 .nbanner-wen1 .banner-cont .p1 {
	text-align: center;
	font-size: 6rem;
}

@media (max-width: 768px) {
	.nbanner1 .nbanner-wen1 .banner-cont .p1 {
		font-size: 4rem;
	}
}

.nbanner1 .nbanner-wen1 .banner-cont .p1::after {
	content: "";
	background: rgb(183, 87, 46);
	height: 2px;
	width: 8rem;
	margin: 4rem auto 0;
	display: block;
}

@media (max-width: 768px) {
	.nbanner1 .nbanner-wen1 .banner-cont .p1::after {
		margin-top: 2rem;
	}
}

.lx-cont1 {
	padding-bottom: 12rem;
	font-size: 16px;
}

.lx-cont1 .lx-a1v1 {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 1.88rem rgba(0, 0, 0, 0.13);
	border-radius: 1.25rem;
	margin-top: -15%;
	position: relative;
	z-index: 1;
	padding: 8rem 5%;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 {
		margin-top: -3%;
		padding: 4rem 4%;
	}
}

.lx-cont1 .lx-a1v1 .title1 {
	font-weight: 500;
}

.lx-cont1 .lx-a1v1 .title1 .tit {
	font-size: 3.66rem;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .title1 .tit {
		font-size: 3.6rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 {
	width: 48.8997555012%;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 {
		width: 100%;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
	color: #999;
	margin-top: 1.3rem;
	line-height: 1.65em;
	font-size: 16px;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
		font-size: 2rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea {
	margin-top: 5rem;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea {
		margin-top: 3rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl {
	margin-top: 1rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dt {
	width: 24px;
}

/* @media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dt {
		width: 3rem;
	}
} */

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dt img {
	width: 100%;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd {
	color: rgb(150, 150, 150);
	font-size: 2rem;
	line-height: 1.5em;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a {
	font-size: 22px;
	color: rgb(150, 150, 150);
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a {
		font-size: 2.75rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a:hover {
	color: var(--secondary-color);
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba {
	margin-top: 7rem;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba {
		margin-top: 2rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li {
	width: 50%;
	line-height: 1.7em;
	margin-top: 2rem;
	border-left: 1px #ddd solid;
	padding-left: 2.5rem;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li {
		width: 100%;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li .tit {
	color: rgb(102, 102, 102);
	font-weight: 600;
	font-size: 18px;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li .tit {
		font-size: 2.25rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li a {
	display: block;
	font-size: 16px;
	color: #999;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li a {
		font-size: 2rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li a:hover {
	color: var(--secondary-color);
}

.lx-cont1 .lx-a1v1 .lx-a1b2 {
	width: 34.0464547677%;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b2 {
		width: 100%;
		margin-top: 4rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt {
	position: relative;
	width: 47.2172351885%;
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt {
		width: 100%;
		margin-top: 2rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: url(../images/11.png) no-repeat left 1.25rem center;
	/*background: url(../images/5995dc0bd6a693adf94918775e994582.jpg) no-repeat left 1.25rem center;*/
	-o-background-size: 3rem;
	background-size: 3rem;
	padding-left: 3em;
	font-size: 16px;
	line-height: 6.25rem;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	background-size: 2rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.4rem rgba(0, 123, 255, 0.25);
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input {
		font-size: 2rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt:nth-child(2) input {
	background-image: url(../images/22.png);
	/*background-image: url(../images/8af5034c62db05a0c95d4b08aa3e6d47.jpg);*/
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: url(../images/66.png) no-repeat 1.3rem 1.5rem;
	/*background: url(../images/69cecaf0a9dc5b6c951ec1a562d20066.jpg) no-repeat 1.3rem 1.5rem;*/
	-o-background-size: 3rem;
	background-size: 3rem;
	padding: 0.8rem 1.6rem 1.6rem 3em;
	font-size: 16px;
	line-height: 3rem;
	margin-top: 3rem;
	resize: block;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	background-size: 2rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 0.4rem rgba(220, 53, 69, 0.25);
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea {
		width: 100%;
		margin-top: 2rem;
		font-size: 2rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha .more-tj {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	border: none;
	line-height: 1.5em;
	padding: 1.4rem 10rem;
	border-radius: 0.62rem;
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha .more-tj {
		margin-top: 2rem;
		font-size: 2.5rem;
	}
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha .more-tj:hover {
	background-color: var(--main-color);
	border-style: none;
	border-color: rgb(9, 98, 189);
}

.cp-cont1 {
	background: rgb(239, 241, 245);
	overflow: hidden;
}

.cp-cont1 .cp-list1 li {
	box-shadow: 0px 0px 2.5rem rgb(213, 213, 213);
	background: #fff;
	padding: 4.5% 3.25%;
	margin-bottom: 8rem;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li {
		margin-bottom: 4rem;
	}
}

.cp-cont1 .cp-list1 li .weha {
	width: 50%;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .weha {
		width: 100%;
	}
}

.cp-cont1 .cp-list1 li .weha .weha-ast {
	overflow: hidden;
}

.cp-cont1 .cp-list1 li .weha .weha-ast img {
	width: 100%;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}


.cp-cont1 .cp-list1 li .weha .weha-ast .tada {
	background-color: var(--main-color);
	text-align: center;
	padding: 3rem 2.5rem;
	color: #fff;
	font-size: 8.5rem;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.8s;
	-o-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .weha .weha-ast .tada {
		font-size: 5rem;
		padding: 2rem;
	}
}

.cp-cont1 .cp-list1 li .cont-p {
	width: 45.9615384615%;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .cont-p {
		width: 100%;
	}
}

.cp-cont1 .cp-list1 li .cont-p .tit {
	color: var(--main-color);
	font-weight: 600;
	font-size: 5.5rem;
	border-bottom: 1px dotted rgb(203, 203, 203);
	padding-bottom: 1rem;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .cont-p .tit {
		font-size: 3.5rem;
		padding: 2.5rem 0 1.3rem;
	}
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .cont-p .cont-pa dl {
		margin-top: 2rem;
	}
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl.flex {
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dt {
	width: 15rem;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dt {
		width: 16rem;
	}
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dt a.imga {
	display: block;
	font-size: 0;
	border-radius: 50%;
	overflow: hidden;
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dt a.imga img {
	width: 100%;
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd {
	/* width: -webkit-calc(98% - 16rem); */
	/* width: -moz-calc(98% - 16rem); */
	/* width: calc(98% - 16rem); */
	color: rgb(135, 135, 135);
	font-size: 2rem;
	line-height: 1.75em;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd {
		width: 100%;
		margin-top: 2rem;
	}
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd a {
	color: rgb(135, 135, 135);
}

.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd a:hover {
	color: var(--secondary-color);
}

.cp-cont1 .cp-list1 li:nth-child(2n) .weha {
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (max-width: 768px) {
	.cp-cont1 .cp-list1 li:nth-child(2n) .weha {
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.cp-cont1 .cp-list1 li:hover .weha .weha-ast img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.cp-cont1 .cp-list1 li:hover .weha .weha-ast .tada {
	background-color: var(--secondary-color);
}

.n_mbx-as1 {
	background: rgb(239, 241, 245);
}

.product-content {
	background: #fff;
	overflow: hidden;
}

.product-content .msl-page-navbtn {
	margin-top: 2rem;
}

.product-content .cp-sorpt1 {
	display: none;
}

.product-content .prod-vst1 {
	/* overflow: hidden; */
}

.product-content .prod-vst1 .product-list {
	/* padding: 4% 4% 0; */
	display:flex;
	flex-wrap:wrap;
	gap:4rem;
}

.product-content .prod-vst1 .product-list li {
	width: calc(50% - 2rem);
	background: #fff;
	box-shadow: 0px 0px 2.5rem rgb(213, 213, 213);
}


@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li:nth-child(2n) {
		margin-left: 0;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li {
		width: 100%;
	}
}

.product-content .prod-vst1 .product-list li a.img {
	display: block;
	font-size: 0;
	width: 38%;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li a.img {
		width: 100%;
	}
}

.product-content .prod-vst1 .product-list li a.img img {
	width: 100%;
}

.product-content .prod-vst1 .product-list li .cont-p {
	width: 60%;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p {
		width: 100%;
		padding-bottom: 2rem;
	}
}

.product-content .prod-vst1 .product-list li .cont-p a.name {
	color: #444;
	font-size: 2.75rem;
	line-height: 1.25em;
	position: relative;
	display: block;
	text-transform: capitalize;
	width: 100%;
	font-family: BarlowSemiCondensed;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p a.name {
		font-size: 2.5rem;
		text-align: center;
	}
}

.product-content .prod-vst1 .product-list li .cont-p a.name .as {
	background: rgb(230, 230, 230);
	width: 7rem;
	height: 2px;
	margin-top: 1.5rem;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p a.name .as {
		display: none;
	}
}

.product-content .prod-vst1 .product-list li .cont-p a.name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--secondary-color);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p a.name::after {
		display: none;
	}
}

.product-content .prod-vst1 .product-list li .cont-p .ftit {
	color: rgb(102, 102, 102);
	font-family: Arial;
	font-size: 2rem;
	margin-bottom: 1.25rem;
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p .ftit {
		text-align:center;
		margin: 1rem 0;
	}
}

.product-content .prod-vst1 .product-list li .cont-p .txt {
	color: rgb(153, 153, 153);
	font-size: 1.75rem;
	line-height: 1.5;
	margin: 0.62rem 0 2rem;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p .txt {
		text-align: center;
		margin: 0.62rem 0 2rem;
	}
}

.product-content .prod-vst1 .product-list li .cont-p a.more-a {
	color: rgb(86, 86, 86);
	font-size: 1.88rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.product-content .prod-vst1 .product-list li .cont-p a.more-a {
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.product-content .prod-vst1 .product-list li .cont-p a.more-a i {
	width: 1.75rem;
	margin-left: 0.4rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.product-content .prod-vst1 .product-list li .cont-p a.more-a i img {
	width: 100%;
}

.product-content .prod-vst1 .product-list li:hover .cont-p a.name {
	color: var(--secondary-color);
}

.product-content .prod-vst1 .product-list li:hover .cont-p a.name::after {
	width: 7rem;
}

.product-content .prod-vst1 .product-list li:hover .cont-p a.more-a i {
	margin-left: 1.6rem;
}

.pro-show-cont1 {
	position: relative;
	background: rgb(239, 241, 245);
}

.pro-show-cont1 .mbx-cont1 {
	border-bottom: 1px solid #ddd;
	padding: 2.5rem 0;
}

.ny-show_body {
	overflow: visible !important;
}

.cp-sorpt1 {
	width: 18.6977299881%;
}

.cp-sorpt1 .msl-left-close-btn {
	display: none;
}

@media (max-width: 990px) {
	.cp-sorpt1 {
		position: fixed;
		width: 100vw;
		overflow-y: scroll;
		top: 0;
		left: 100%;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 999999;
		height: 100vh;
		background: rgba(0, 0, 0, 0.7);
	}

	.cp-sorpt1.click {
		left: 0;
		display: block;
	}

	.cp-sorpt1 .msl-left-close-btn {
		display: block;
		position: absolute;
		top: 15px;
		right: 15px;
		width: 32px;
		height: 32px;
		line-height: 32px;
		border-radius: 50%;
		border: 1px solid #fff;
		text-align: center;
		background: black;
		z-index: 9;
		cursor: pointer;
	}

	.cp-sorpt1 .msl-left-close-btn i {
		display: block;
		width: 100%;
		height: 100%;
	}

	.cp-sorpt1 .msl-left-close-btn i::after {
		content: "";
		width: 30px;
		height: 30px;
		background-image: url(../images/f93793496f8a232477bca7d17634d92a.png);
		background-repeat: no-repeat;
		position: absolute;
		left: -webkit-calc(50% - 15px);
		left: -moz-calc(50% - 15px);
		left: calc(50% - 15px);
		top: -webkit-calc(50% - 15px);
		top: -moz-calc(50% - 15px);
		top: calc(50% - 15px);
		background-position: -30px -300px;
	}
}

.cp-sorpt1 .cpsorptasv {
	position: sticky;
	left: 0;
	top: 14rem;
}

@media (max-width: 990px) {
	.cp-sorpt1 .cpsorptasv {
		position: absolute;
		top: 20rem;
		left: 4%;
		width: 92%;
	}
}

.cp-sorpt1 .tit {
	background: url(../images/fb67bc235c786bfefd047d855e3a9453.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
	padding: 2.5rem 3.12rem 2.5rem 5rem;
	font-size: 3.5rem;
	line-height: 1.5em;
	color: #fff;
	border-top-left-radius: 3.75rem;
}

@media (max-width: 990px) {
	.cp-sorpt1 .tit {
		border-top-left-radius: 0;
		padding: 2rem 3.12rem 2rem;
		font-size: 3rem;
	}
}

.cp-sorpt1 .cp-sorta li {
	position: relative;
}

.cp-sorpt1 .cp-sorta li .aniut {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-transition: border-left ease 0.3s;
	-o-transition: border-left ease 0.3s;
	-moz-transition: border-left ease 0.3s;
	transition: border-left ease 0.3s;
	width: 6.25rem;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5em;
	margin: 1.88rem 0px;
	font-weight: 600;
}

.cp-sorpt1 .cp-sorta li .aniut:hover {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	color: var(--secondary-color);
}

.cp-sorpt1 .cp-sorta li a {
	display: block;
	line-height: 1.5;
	padding: 1.88rem 0px;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
	font-size: 2rem;
	border-bottom: 1px solid #ebebeb;
}

.cp-sorpt1 .cp-sorta li>a {
	background: #fff;
	padding-left: 1em;
}

.cp-sorpt1 .cp-sorta li>a span {
	color: #333;
	padding-left: 1em;
	position: relative;
	line-height: 1.5em;
	display: block;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

@media (max-width: 768px) {
	.cp-sorpt1 .cp-sorta li>a span {
		font-size: 2.75rem;
	}
}

.cp-sorpt1 .cp-sorta li>a span::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	font-family: Arial;
	line-height: 1.25em;
}

.cp-sorpt1 .cp-sorta li>a:hover span {
	-webkit-transform: translateX(-1em);
	-moz-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	-o-transform: translateX(-1em);
	transform: translateX(-1em);
	color: var(--secondary-color);
}

.cp-sorpt1 .cp-sorta li>a:hover span::before {
	display: none;
}

.cp-sorpt1 .cp-sorta li .sec1 {
	display: none;
}

.cp-sorpt1 .cp-sorta li .sec1 li>a {
	background: #f9f9f9;
	padding-left: 2em;
}

.cp-sorpt1 .cp-sorta li .sec1 li>a span {
	font-size: 19px;
	color: #666;
}

@media (max-width: 768px) {
	.cp-sorpt1 .cp-sorta li .sec1 li>a span {
		font-size: 2.38rem;
	}
}

.cp-sorpt1 .cp-sorta li .sec1 li>a:hover span {
	color: var(--secondary-color);
}

.cp-sorpt1 .cp-sorta li .sec2 {
	display: none;
}

.cp-sorpt1 .cp-sorta li .sec2>a {
	background: #fff;
	padding-left: 3em;
}

.cp-sorpt1 .cp-sorta li .sec2>a span {
	color: #666;
	font-size: 15px;
	padding-left: 1em;
	position: relative;
	line-height: 1.5em;
	display: block;
	-webkit-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

@media (max-width: 768px) {
	.cp-sorpt1 .cp-sorta li .sec2>a span {
		font-size: 1.88rem;
	}
}

.cp-sorpt1 .cp-sorta li .sec2>a span::before {
	content: "●";
	position: absolute;
	left: 0;
	top: 0;
	font-family: Arial;
	line-height: 1.25em;
}

.cp-sorpt1 .cp-sorta li .sec2>a:hover span {
	-webkit-transform: translateX(-1em);
	-moz-transform: translateX(-1em);
	-ms-transform: translateX(-1em);
	-o-transform: translateX(-1em);
	transform: translateX(-1em);
	color: var(--secondary-color);
}

.cp-sorpt1 .cp-sorta li .sec2>a:hover span::before {
	display: none;
}

.pro-show-a1v1 {
	padding: 5rem 0 10rem;
}

@media (max-width: 768px) {
	.pro-show-a1v1 {
		padding: 4rem 0;
	}
}

.pro-show-a1v1 .cp-sorpt2 {
	width: 78.2556750299%;
	position: relative;
}

@media (max-width: 990px) {
	.pro-show-a1v1 .cp-sorpt2 {
		width: 100%;
	}
}

.pro-show-a1v1 .cp-sorpt2 .wehaxa {
	background: #fff;
}

.pro-show-a1v1 .cp-sorpt2 a.xzzx {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #bb0005;
	padding: 1rem 2.5rem;
}

.pro-show-a1v1 .cp-sorpt2 a.xzzx img {
	width: 2.88rem;
}

.pro-show-a1v1 .cp-sorpt2 a.xzzx p {
	font-size: 2rem;
	line-height: 1.5em;
	color: #fff;
	margin-left: 0.5em;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 {
	width: 50%;
	border: 1px solid #ccc;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img {
	width: 100%;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img .mySwiper5 {
	width: 100%;
	position: relative;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img .mySwiper5 .swiper-slide {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img .mySwiper5 .gongt>div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img .mySwiper5 .gongt>div i {
	font-size: 4rem;
	color: #999;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img .mySwiper5 .gongt>div.swiper-button-next1 {
	right: 3%;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .cp-show-img .mySwiper5 .gongt>div.swiper-button-prev1 {
	left: 3%;
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 {
		width: 100%;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .sp-wrap {
	position: relative;
	overflow: hidden;
	top: 0px;
	left: 0px;
	text-align: center;
	height: 100%;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .sp-wrap a {
	display: block;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .sp-wrap a img {
	max-width: 100%;
	max-height: 650px;
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .sp-wrap a img {
		max-height: 100vw;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .sp-wrap .sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none;
	z-index: 9;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a1 .sp-wrap .sp-zoom img {
	max-width: inherit;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 {
	width: 50%;
	padding: 2rem 4% 6rem;
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 {
		width: 100%;
		padding: 2rem 4% 7rem;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .rtit {
	color: var(--main-color);
	font-size: 3.25rem;
	line-height: 1.2em;
	border-bottom: 2px solid rgb(51, 51, 51);
	padding-bottom: 1.5rem;
	font-weight: 700;
	text-transform: capitalize;
	font-family: BarlowSemiCondensed;
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .rtit {
		font-size: 2.8rem;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ftita {
	font-family: Arial;
	color: rgb(102, 102, 102);
	font-size: 2rem;
	margin-top: 3rem;
	margin-bottom: 0.8rem;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .text {
	color: rgb(153, 153, 153);
	font-size: 1.75rem;
	line-height: 1.5em;
	margin-bottom: 2.5rem;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .p2 {
	color: rgb(153, 153, 153);
	font-size: 1.75rem;
	line-height: 1.5em;
	border-bottom: 1px solid rgb(218, 218, 218);
	padding-bottom: 1.7rem;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .p2 a {
	color: var(--secondary-color);
	font-size: 2rem;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres {
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres {
		margin-top: 2rem;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta {
	background-color: var(--secondary-color);
	font-size: 1.62rem;
	line-height: 2em;
	width: auto;
	color: #fff;
	padding: 1rem 2rem;
	border-radius: 4rem;
	min-width: 40%;
	-webkit-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta {
		min-width: auto;
		width: 100%;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta:hover {
	background: var(--main-color);
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta img {
	width: 2.12rem;
	margin-right: 1rem;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta+a.jasta {
	margin-left: 3%;
	background: var(--main-color);
}

@media (max-width: 768px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta+a.jasta {
		margin-left: 0;
		margin-top: 1rem;
	}
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta+a.jasta:hover {
	background: var(--secondary-color);
}

.pro-show-cont2 {
	background: url(../images/d48867523c9d32b271d665e36bcfbc4d.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
	padding: 12rem 0;
}

@media (max-width: 768px) {
	.pro-show-cont2 {
		padding: 4rem 0;
	}
}

.pro-show-cont2 .mySwiper4 {
	margin-top: 5rem;
}

@media (max-width: 768px) {
	.pro-show-cont2 .mySwiper4 {
		margin-top: 2.5rem;
	}
}

.pro-show-cont2 .mySwiper4 .swiper-slide a.imgata {
	display: block;
	padding: 2rem;
	background: #fff;
	border-radius: 0.62rem;
	overflow: hidden;
}

.pro-show-cont2 .mySwiper4 .swiper-slide a.imgata .img {
	overflow: hidden;
	font-size: 0;
}

.pro-show-cont2 .mySwiper4 .swiper-slide a.imgata .img img {
	width: 100%;
}

.pro-show-cont2 .mySwiper4 .swiper-slide a.imgata .tit {
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 2rem;
	line-height: 1.5em;
	margin: 1.25rem 0;
	height: 3em;
	overflow: hidden;
}

.pro-show-cont2 .mySwiper4 .swiper-slide a.imgata:hover .tit {
	color: var(--secondary-color);
}

.pro-show-cont2 .mySwiper4 .swiper-pagination1 {
	text-align: center;
	margin-top: 4rem;
}

@media (max-width: 768px) {
	.pro-show-cont2 .mySwiper4 .swiper-pagination1 {
		margin-top: 2rem;
	}
}

.pro-show-cont2 .mySwiper4 .swiper-pagination1 span {
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.8);
	opacity: 1;
}

.pro-show-cont2 .mySwiper4 .swiper-pagination1 span.swiper-pagination-bullet-active {
	background: var(--secondary-color);
}

.pro-show-cont3 {
	background-color: rgba(230, 233, 236, 0.6);
	padding: 12rem 0;
}

@media (max-width: 768px) {
	.pro-show-cont3 {
		padding: 4rem 0;
	}
}

.pro-show-cont3 form .msg-a1 {
	width: 49%;
}

@media (max-width: 768px) {
	.pro-show-cont3 form .msg-a1 {
		width: 100%;
	}
}

.pro-show-cont3 form .msg-a1 .inpt {
	position: relative;
	width: 100%;
	margin-top: 2.6rem;
}

@media (max-width: 768px) {
	.pro-show-cont3 form .msg-a1 .inpt {
		width: 100%;
		margin-top: 2rem;
	}
}

.pro-show-cont3 form .msg-a1 .inpt input {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: url(../images/5995dc0bd6a693adf94918775e994582.jpg) no-repeat left 1.25rem center #fff;
	-o-background-size: 3.25rem;
	background-size: 3.25rem;
	padding-left: 3em;
	font-size: 2rem;
	line-height: 6.25rem;
	border-radius: 0.62rem;
}

.pro-show-cont3 form .msg-a1 .inpt:nth-child(2) input {
	background-image: url(../images/8af5034c62db05a0c95d4b08aa3e6d47.jpg);
}

.pro-show-cont3 form .msg-a1 .inpt:nth-child(3) input {
	background-image: url(../images/b9d2b2ce810752d03e3b93386a6e8f59.jpg);
}

.pro-show-cont3 form .msg-a1 .inpt:nth-child(4) input {
	background-image: url(../images/7f67f7f587ee9fdcab769997d7e31d28.jpg);
}

.pro-show-cont3 form .msg-a2 {
	width: 49%;
}

@media (max-width: 768px) {
	.pro-show-cont3 form .msg-a2 {
		width: 100%;
	}
}

.pro-show-cont3 form .msg-a2 .inpt {
	font-size: 0;
}

.pro-show-cont3 form .msg-a2 .inpt textarea {
	width: 100%;
	border: 1px solid #e5e5e5;
	background: url(../images/69cecaf0a9dc5b6c951ec1a562d20066.jpg) no-repeat 1.3rem 1.5rem #fff;
	-o-background-size: 3.25rem;
	background-size: 3.25rem;
	padding: 1.6rem 1.6rem 1.6rem 3em;
	font-size: 2rem;
	line-height: 3rem;
	margin-top: 2.6rem;
	border-radius: 0.62rem;
}

@media (max-width: 768px) {
	.pro-show-cont3 form .msg-a2 .inpt textarea {
		width: 100%;
		margin-top: 2rem;
	}
}

.pro-show-cont3 form .msg-a2 .div_aghgha .more-tj {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
	border: none;
	line-height: 1.5em;
	padding: 1.4rem 8rem;
	border-radius: 0.62rem;
	margin-top: 3rem;
	cursor: pointer;
}

@media (max-width: 768px) {
	.pro-show-cont3 form .msg-a2 .div_aghgha .more-tj {
		margin-top: 2rem;
	}
}

.pro-show-cont3 form .msg-a2 .div_aghgha .more-tj:hover {
	background-color: var(--main-color);
}

.msl-page-navbtn {
	border: 0;
	width: 100%;
	background: var(--main-color);
	padding: 1.5rem 1.88rem;
	border-radius: 0.25rem;
	font-size: 2rem;
	line-height: 2em;
	color: #fff;
	outline: none;
	display: none;
	margin-bottom: 2rem;
	text-align: center;
}

@media (max-width: 990px) {
	.msl-page-navbtn {
		display: block;
	}
}

@media (max-width: 990px) {
	.n_mbxas {
		display: none;
	}
}

.ny-bodyid16 .n_mbx {
	background-color: rgb(239, 241, 245);
}

.ny-bodyid16 .n_src {
	display: none;
}

.so-contaw1 {
	background-color: rgb(239, 241, 245);
	overflow: hidden;
	padding: 4rem 0 6rem;
}

.so-contaw1 .sol-list li {
	background: #fff;
	padding: 5rem 4%;
	border-radius: 0.62rem;
	margin-bottom: 5rem;
}

@media (max-width: 768px) {
	.so-contaw1 .sol-list li {
		padding: 4rem 4%;
		margin-bottom: 3rem;
	}
}

.so-contaw1 .sol-list li .sol-a1 {
	width: 40%;
}

@media (max-width: 768px) {
	.so-contaw1 .sol-list li .sol-a1 {
		width: 100%;
	}
}

.so-contaw1 .sol-list li .sol-a1 .tit {
	color: var(--main-color);
	font-size: 5.25rem;
	border-bottom: 1px solid rgb(203, 203, 203);
	padding-bottom: 0.7rem;
}

@media (max-width: 768px) {
	.so-contaw1 .sol-list li .sol-a1 .tit {
		font-size: 3.1rem;
	}
}

.so-contaw1 .sol-list li .sol-a1 .p {
	color: #696969;
	font-size: 1.88rem;
	line-height: 1.6em;
	margin: 2.5rem 0 4rem;
}

@media (max-width: 768px) {
	.so-contaw1 .sol-list li .sol-a1 .p {
		margin: 2rem 0;
	}
}

.so-contaw1 .sol-list li .sol-a1 .img {
	display: block;
	font-size: 0;
	overflow: hidden;
	border-radius: 0.62rem;
}

.so-contaw1 .sol-list li .sol-a1 .img img {
	width: 100%;
}

.so-contaw1 .sol-list li .sol-a2 {
	width: 55%;
	border-radius: 0.62rem;
	overflow: hidden;
}

@media (max-width: 768px) {
	.so-contaw1 .sol-list li .sol-a2 {
		width: 100%;
		margin-top: 2rem;
	}
}

.so-contaw1 .sol-list li .sol-a2 img {
	width: 100%;
}

.so-contaw1 .sol-list li:nth-child(2n) .sol-a1 {
	-webkit-order: 1;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (max-width: 768px) {
	.so-contaw1 .sol-list li:nth-child(2n) .sol-a1 {
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.par-cont1 .par-a1v1 {
	text-align: center;
	margin-top: 10rem;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v1 {
		margin-top: 4rem;
	}
}

.par-cont1 .par-a1v1 .data {
	font-weight: bold;
	line-height: 1.1em;
	font-size: 2.5rem;
	background-image: -webkit-linear-gradient(bottom, #ea5c20, #fd8403, #efff00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v1 .data {
		font-size: 2.25rem;
	}
}

.par-cont1 .par-a1v1 .data span {
	font-size: 12.5rem;
	display: inline-block;
	line-height: 1.1em;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v1 .data span {
		font-size: 8rem;
	}
}

.par-cont1 .par-a1v1 p {
	margin-top: 2rem;
	font-size: 3.5rem;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v1 p {
		font-size: 2.7rem;
	}
}

.par-cont1 .par-a1v3 .par-a1v3_list1 {
	margin-top: -6rem;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v3 .par-a1v3_list1 {
		margin-top: -4rem;
	}
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li {
	padding: 7rem 0;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v3 .par-a1v3_list1 li {
		padding: 3rem 0;
	}
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li+li {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .data-as {
	text-align: center;
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .data-as span {
	color: rgba(153, 153, 153, 0.2);
	font-size: 8.5rem;
	line-height: 1.5em;
	font-weight: 700;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v3 .par-a1v3_list1 li .data-as span {
		font-size: 4.5rem;
	}
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .data-as p {
	color: var(--main-color);
	font-size: 4.75rem;
	margin-top: -6rem;
	line-height: 1.25em;
	font-weight: 700;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v3 .par-a1v3_list1 li .data-as p {
		font-size: 3.3rem;
		margin-top: -3rem;
	}
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .wehas-a {
	margin-top: 2rem;
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .wehas-a>div {
	width: 12.5%;
	overflow: hidden;
	padding: 2rem;
}

@media (max-width: 768px) {
	.par-cont1 .par-a1v3 .par-a1v3_list1 li .wehas-a>div {
		width: 33.3333333333%;
	}
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .wehas-a i {
	display: block;
	font-size: 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .wehas-a i img {
	width: 100%;
}

.par-cont1 .par-a1v3 .par-a1v3_list1 li .wehas-a i:hover {
	box-shadow: 0px 0px 2rem rgba(116, 146, 171, 0.4);
}

.case-cont1 {
	padding-top: 4%;
}

.case-cont1 .case-list1 li {
	padding-bottom: 6%;
}

.case-cont1 .case-list1 li .ast1 {
	font-size: 15rem;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
	font-weight: bold;
	color: rgb(221, 221, 221);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	margin-left: 5%;
	line-height: 1;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li .ast1 {
		font-size: 7rem;
	}
}

.case-cont1 .case-list1 li .cont-pa {
	margin-top: -6rem;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li .cont-pa {
		margin-top: -2rem;
	}
}

.case-cont1 .case-list1 li .cont-pa .img {
	width: 64.9977648637%;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li .cont-pa .img {
		width: 100%;
	}
}

.case-cont1 .case-list1 li .cont-pa .img img {
	width: 100%;
}

.case-cont1 .case-list1 li .cont-pa .cont-a1 {
	width: 40.2324541797%;
	box-shadow: 0px 0px 15px rgba(222, 222, 222, 0.6);
	margin-left: -15%;
	background: #fff;
	padding: 7rem 4%;
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li .cont-pa .cont-a1 {
		width: 100%;
		margin: 0;
		padding: 2.5rem 2.5rem 4rem;
	}
}

.case-cont1 .case-list1 li .cont-pa .cont-a1 a.name {
	color: var(--main-color);
	font-size: 4.6rem;
	font-weight: 600;
	line-height: 1.2em;
	border-bottom: 1px dotted rgb(203, 203, 203);
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
	display: block;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li .cont-pa .cont-a1 a.name {
		font-size: 3.25rem;
		padding-bottom: 2rem;
		margin-bottom: 2rem;
	}
}

.case-cont1 .case-list1 li .cont-pa .cont-a1 .p1 {
	color: #696969;
	margin-top: 5px;
	font-size: 2rem;
	line-height: 1.8;
}

.case-cont1 .case-list1 li .cont-pa .cont-a1 a.more-b {
	margin-top: 3.75rem;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li .cont-pa .cont-a1 a.more-b {
		margin-top: 2rem;
	}
}

.case-cont1 .case-list1 li:nth-child(2n) .ast1 {
	margin-left: 0;
	padding-right: 5%;
	text-align: right;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li:nth-child(2n) .ast1 {
		padding-left: 5%;
		padding-right: 0;
		text-align: left;
	}
}

.case-cont1 .case-list1 li:nth-child(2n) .cont-pa .img {
	-webkit-order: 2;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

@media (max-width: 768px) {
	.case-cont1 .case-list1 li:nth-child(2n) .cont-pa .img {
		-webkit-order: 0;
		-moz-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.case-cont1 .case-list1 li:nth-child(2n) .cont-pa .cont-a1 {
	margin-left: 0;
	margin-right: -15%;
}

.case-cont1 .case-list1 li:hover .ast1 {
	color: rgba(235, 92, 32, 0.74);
}

.zx_zh a {
	color: #1b4978;
}

.pead-jsda {
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	pointer-events: auto;
	z-index: 999;
}

.pead-jsda .pead-cont {
	box-shadow: 1px 1px 6.25rem rgba(0, 0, 0, 0.3);
	background: #fff;
	z-index: 999;
	width: 80%;
	max-width: 800px;
	border-radius: 8px;
	padding: 2% 2% 3.5%;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont {
		padding: 3.5rem 3rem 4rem;
	}
}

.pead-jsda .pead-cont a.jataxta {
	position: absolute;
	right: 5px;
	top: 5px;
	background: var(--secondary-color);
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.pead-jsda .pead-cont a.jataxta i {
	color: #fff;
	font: 500 2rem/4rem "Noto Sans SC";
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.pead-jsda .pead-cont a.jataxta:hover i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.pead-jsda .pead-cont .hefat {
	color: #444;
}

.pead-jsda .pead-cont .hefat .tit {
	font-size: 40px;
	line-height: 1.2em;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont .hefat .tit {
		font-size: 3.75rem;
	}
}

.pead-jsda .pead-cont .hefat .p1 {
	margin-bottom: 40px;
	font-size: 15px;
	color: rgb(153, 153, 153);
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont .hefat .p1 {
		font-size: 2rem;
		margin-bottom: 2.5rem;
	}
}

.pead-jsda .pead-cont form#f1 {
	width: 100%;
	background: transparent;
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont form#f1 {
		width: 100%;
	}
}

.pead-jsda .pead-cont form#f1 .contact3 .msga1 dl {
	width: 48%;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont form#f1 .contact3 .msga1 dl {
		width: 100%;
	}
}

.pead-jsda .pead-cont form#f1 .contact3 dl {
	margin-bottom: 15px;
	width: 100%;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont form#f1 .contact3 dl {
		margin-bottom: 1.2rem;
	}
}

.pead-jsda .pead-cont form#f1 .contact3 dl input {
	width: 100%;
	border: 1px solid #ced4da;
	border-radius: 2.5px;
	background-color: #fbfbfb;
	color: #495057;
	font-size: 16px;
	line-height: 3em;
	text-indent: 1em;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont form#f1 .contact3 dl input {
		font-size: 2rem;
	}
}

.pead-jsda .pead-cont form#f1 .contact3 dl input[type=text]::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #495057;
}

.pead-jsda .pead-cont form#f1 .contact3 dl input[type=text]:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #495057;
}

.pead-jsda .pead-cont form#f1 .contact3 dl input[type=text]::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #495057;
}

.pead-jsda .pead-cont form#f1 .contact3 dl input[type=text]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #495057;
}

.pead-jsda .pead-cont form#f1 .contact3 .msga2 .jhtsa {
	color: rgba(0, 0, 0, 0.5);
	font-size: 16px;
	line-height: 1.8;
}

.pead-jsda .pead-cont form#f1 .contact3 .msga2 .jhtsa span {
	color: red;
}

.pead-jsda .pead-cont form#f1 .contact3 .msga2 .p_upload {
	line-height: 36px;
	background-color: #f0f0f0;
	font-family: "7ce38fe0-560c-4554-966d-efd9e5a70c16";
	margin-top: 10px;
}

.pead-jsda .pead-cont form#f1 .contact3 .msga2 .p_upload .p_uploadBtn {
	display: inline-block;
	width: 80px;
	margin-right: 20px;
	position: relative;
	display-radio: inline-block;
	font-family: "a8974ae4-cb44-482c-87bc-aeef6611945e";
}

.pead-jsda .pead-cont form#f1 .contact3 .msga2 .p_upload .p_uploadBtn input {
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.pead-jsda .pead-cont form#f1 .contact3 .msga2 .p_upload .p_uploadBtn button {
	color: #fff;
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
	padding: 8px;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont form#f1 .contact3 .msga2 .p_upload .p_uploadBtn button {
		font-size: 1.75rem;
		padding: 1rem;
	}
}

.pead-jsda .pead-cont form#f1 .more-mslta {
	background-color: rgb(36, 75, 114);
	font-size: 14px;
	color: #fff;
	line-height: 2.2em;
	border-radius: 4rem;
	border: none;
	width: 100%;
	padding: 8px;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	-moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.pead-jsda .pead-cont form#f1 .more-mslta {
		font-size: 1.75rem;
		padding: 1rem;
	}
}

.pead-jsda .pead-cont form#f1 .more-mslta:hover {
	background-color: var(--secondary-color);
}

.ajhhsd a:nth-last-child(2) {
	color: #212529;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ftita {
	font-size: 2.25rem;
}

.whata {
	padding: 0 4%;
}

.zx_10>p a {
	background-image: url(../images/9569c0ec722ffe81d76cf431a32eee14.png);
	background-repeat: no-repeat;
	background-position: center;
}

@media (min-width: 2240px) {
	.product-content .prod-vst1 .product-list li .cont-p .ftit {
		font-size: 1.88rem;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .text {
		font-size: 1.75rem;
	}

	.cont1 .a1b2 .p1 {
		font-size: 2.12rem;
	}

	.title1 {
		font-size: 6.9rem;
	}

	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .p {
		font-size: 2.5rem;
	}

	.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 .tit {
		font-size: 2.7rem;
	}

	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .data span {
		font-size: 10rem;
	}

	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .p {
		font-size: 2.7rem;
	}

	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d2 {
		font-size: 2.25rem;
	}

	.abt-cont3 .abt-a3list1 li a.block i {
		width: 7rem;
	}

	.ajhhsd,
	.ajhhsd i {
		font-size: 2rem;
	}

	.so-contaw1 .sol-list li .sol-a1 .tit {
		font-size: 4.8rem;
		padding-bottom: 1.7rem;
	}

	.so-contaw1 .sol-list li .sol-a1 .p {
		margin: 3rem 0 4rem;
	}

	.n_mbx .ajhhsd {
		/* padding: 2rem 0; */
	}

	.suo-cont3 .suo-a3v1 .suo-a3b1 .p2 b {
		font-size: 2.25rem;
	}

	.job-cont1 .job-a1_list1 li .p1 {
		line-height: 1.65em;
	}

	.job-cont2 .job-a2_list1 li a.block .wenata .tit {
		font-size: 2.5rem;
	}

	.job-cont3 .job-a3v1 .job-a3b2 {
		padding: 9rem 4%;
	}

	.job-cont3 .job-a3v1 .job-a3b2 .p1 {
		margin-top: 1.3rem;
	}

	.whata {
		padding: 0 7.5%;
	}

	.case-cont1 .case-list1 li .cont-pa .cont-a1 .p1 {
		font-size: 1.75rem;
	}

	.more-b {
		width: 17rem;
		line-height: 4.5rem;
	}

	.more-b span {
		font-size: 1.62rem;
	}

	.foot-fot .foot1 .foota1 .fo-a1 a i {
		font-size: 2.25rem;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.pc-banner .sybana .cont-p .wehas-as {
		padding-bottom: 64px;
	}
}

@media (min-width: 768px) and (max-width: 1280px) {
	.cont1 #lz_id {
		height: 80%;
	}

	.cp-sorpt1 .cp-sorta li .sec1 li>a span {
		font-size: 2rem;
	}

	.cp-sorpt1 .cp-sorta li .sec2>a span {
		font-size: 15px;
	}

	.head .head2 .menub form {
		padding: 0 1rem;
		width: 26rem;
	}

	.head .head2 .menub form #searchinput {
		font-size: 12px;
	}

	.head .head2 .menub form .serbtn i {
		font-size: 2.5rem;
	}

	.pc-banner .sybana .cont-p .wehas-as {
		width: 34.847458%;
		padding: 5rem 11% 4rem 6rem;
	}

	.head .head2 .menua .p_navBu1 .p_navS1 {
		margin: 0.9rem 0;
	}

	.head .head2 .menua .menu {
		font-size: 18px;
	}

	.head .head2 .menua .p_navBu1 {
		width: 4.4rem;
	}

	.cp-sorpt1 .cp-sorta li>a span {
		font-size: 2.5rem;
	}

	.cp-sorpt1 .cp-sorta li>a span::before {
		font-size: 2rem;
		line-height: 1.8em;
	}

	.cp-sorpt1 .cp-sorta li .aniut i {
		font-size: 1.75rem;
	}

	.pro-show-a1v1 {
		padding: 5.3rem 0 10rem;
	}

	.lx-cont1 .lx-a1v1 {
		padding: 8rem 3%;
	}

	.lx-cont1 .lx-a1v1 .title1 .tit {
		font-size: 28px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea {
		font-size: 15px;
		-o-background-size: 3.6rem;
		background-size: 3.6rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input {
		line-height: 50px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt {
		margin-top: 5rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea {
		margin-top: 5rem;
		line-height: 5rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .p {
		font-size: 2.25rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a {
		font-size: 2.9rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd {
		font-size: 2.25rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li {
		padding-left: 2rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li .tit {
		font-size: 2.25rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li a {
		font-size: 2rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a {
		font-size: 2.9rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 {
		width: 55%;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea {
		margin-top: 8rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .div_aghgha .more-tj {
		font-size: 16px;
		padding: 1.9rem 13rem;
	}

	.foot-fot .foot1 .foota1 {
		padding: 8rem 0 4.5rem;
	}

	.head .head2 .menua {
		width: 24rem;
	}

	.head .head2 .menub {
		/*width: -webkit-calc(100% - 24rem);*/
		/*width: -moz-calc(100% - 24rem);*/
		/*width: calc(100% - 24rem);*/
		/*padding: 0 4.5%;*/
	}

	.job-cont2 .job-a2_list1 li {
		height: 520px;
	}

	.abt-cont1 .abt-a1b1 .sztd_list1 li .data span {
		font-size: 6.5rem;
	}

	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata h2 {
		font-size: 5rem;
	}

	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .text {
		width: 55%;
	}

	.cont3 .a3v2 .a3v2-a .mySwiper .swiper-slide .cont-p1 {
		padding: 4.5rem 8%;
	}

	.cp-sorpt1 .cp-sorta li .sec1 li>a span {
		font-size: 2.25rem;
	}

	.job-cont4 .job-list li .dt .ast1 p {
		font-size: 2.25rem;
	}

	.job-cont4 .job-list li .dt .ast1:nth-child(3) p {
		font-size: 1.75rem;
	}

	.cont2 .a2v1 {
		margin-top: 2rem;
	}

	.more-b {
		width: 150px;
		line-height: 44px;
		border-radius: 22px;
	}

	.more-b img {
		width: 14px;
	}

	.more-b span {
		font-size: 15px;
	}

	.cont4 {
		padding: 16rem 0 6rem;
	}

	.navigators .guanv-cont a.gb-more p {
		font-size: 2.7rem;
	}

	.navigators .guanv-cont a.gb-more i {
		width: 6.4rem;
		height: 6.4rem;
		line-height: 6.4rem;
		font-size: 2.9rem;
	}

	.navigators .xl-nav li>a {
		font-size: 4rem;
	}

	.navigators .xl-nav li .sec a {
		font-size: 2.8rem;
	}

	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d2 {
		font-size: 14px;
	}

	.foot-fot .foot1 .foota1 .fo-a1 a i {
		font-size: 3rem;
	}

	.foot-fot .foot1 .foota1 .fo-a1 a i.icon-youtube,
	.foot-fot .foot1 .foota1 .fo-a1 a i.icon-ins {
		font-size: 4rem;
	}

	.foot-fot .foot1 .foota2 .d_nav li .foot-tit {
		font-size: 18px;
	}

	.foot-fot .foot1 .foota2 .d_nav li .dseca a {
		font-size: 13px;
		margin-bottom: 1.5rem;
	}

	.foot-fot .foot1 .foota2 .dberhas .tela a {
		font-size: 22px;
	}

	.foot-fot .foot1 .foota2 .dberhas .tela img {
		width: 31px;
	}

	.foot-fot .foot1 .foota2 .dberhas .p {
		font-size: 13px;
	}

	.foot-fot .foot1 .foota2 .dberhas {
		width: 29%;
	}

	.foot-fot .foot2 {
		padding: 3.6rem 0;
	}

	.foot-fot .foot1 .foota2 .d_nav li .foot-tit::after {
		margin: 2.5rem 0 2rem;
	}

	.foot-fot .foot1 .foota2 .d_nav li .dseca {
		margin-top: 4rem;
	}

	.cont4 .a4v1 .a4b1 .a4b1c1 .a4b1c1d1 .p {
		font-size: 18px;
	}

	.gong-p {
		font-size: 14px;
	}

	.abt-cont1 .abt-a1b1 .sztd_list1 li .p {
		font-size: 14px;
		margin-top: 0.35em;
	}

	.n_mbx .n_src>li>a {
		font-size: 16px;
		padding: 2.5rem 1rem;
	}

	.abt-cont2 .abt-a2v1 .abt-a2b1 .p {
		font-size: 13px;
	}

	.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha i {
		width: auto;
	}

	.abt-cont2 .abt-a2v1 .abt-a2b2 li a.block .uwejha i img {
		height: 45px;
		width: auto;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta {
		font-size: 13px;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta img {
		width: 22px;
	}

	.so-contaw1 .sol-list li .sol-a1 .p {
		font-size: 14px;
	}

	.job-cont1 .job-a1_list1 li .datasa i {
		width: 14rem;
		height: 14rem;
	}

	.job-cont1 .job-a1_list1 li .datasa .tit {
		font-size: 24px;
	}

	.job-cont3 .job-a3v1 .job-a3b2 {
		padding: 9rem 4%;
	}

	.job-cont1 .job-a1_list1 li .p1 {
		font-size: 2rem;
		line-height: 1.66666;
	}

	.job-cont3 .job-a3v1 .job-a3b2 .p1 {
		font-size: 2rem;
		margin-top: 3rem;
		padding-bottom: 3.56rem;
		margin-bottom: 3.56rem;
	}

	.job-cont3 .job-a3v1 .job-a3b2 .p2 {
		font-size: 2rem;
	}

	.foot-fot .foot2 {
		font-size: 1.75rem;
	}

	.job-cont4 .job-list1 li p {
		font-size: 2.25rem;
	}

	.job-cont4 .job-list li .dt .ast1 {
		height: 10.75rem;
	}

	.job-cont4 .job-list li .wehha-job .pead-cont .p-conta strong {
		font-size: 16px;
	}

	.job-cont4 .job-list li .wehha-job .pead-cont .p-conta {
		font-size: 14px;
	}

	.job-cont4 .job-list li .wehha-job .pead-cont a.jltj {
		font-size: 14px;
	}

	.list_content {
		font-size: 14px;
	}

	.so-contaw1 .sol-list li .sol-a1 .tit {
		padding-bottom: 2rem;
	}

	.so-contaw1 .sol-list li .sol-a1 .p {
		margin: 3rem 0 4rem;
	}

	.job-cont2 .job-a2_list1 li a.block .wenata .p {
		font-size: 2rem;
	}
}

@media (min-width: 1440px) and (max-width: 1920px) {
	.cont2 .mySwiper1 .swiper-slide a.block .tit {
		margin-bottom: 6.5rem;
	}

	.cont3 .a3v2 .mySwiper2 .swiper-wrapper .cont-p .wenata .p {
		font-size: 2.25rem;
	}

	.abt-cont3 .abt-a3list1 li a.block .wenata .p {
		font-size: 2rem;
	}

	.product-content .prod-vst1 .product-list li .cont-p .txt {
		font-size: 2rem;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .p2 {
		font-size: 2rem;
	}

	.pc-banner .sybana .cont-p .wehas-as {
		height: 220px;
	}

	.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd a span {
		font-size: 2.5rem !important;
	}

	.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd {
		font-size: 1.88rem;
	}

	.case-cont1 .case-list1 li .cont-pa .cont-a1 .p1 {
		font-size: 2.25rem;
		line-height: 1.65;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .text {
		font-size: 13px;
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.suo-cont2 .asher_list li .item .img_ar {
		height: 450px;
	}
}

@media (min-width: 1080px) and (max-width: 1366px) {
	.suo-cont2 .asher_list li .item .img_ar {
		height: 380px !important;
	}
}

.cont-pa {
	margin-top: 4rem;
	font-size: 2.5rem;
	line-height: 2;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input {
	background-image: url(../images/33.png);
	/*background-image: url(//imgs-data-brwq.bcdn8.com/taile0314/uploads/20240430/7b92a5ac7f88d557630589c3058fe16d.jpg);*/
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt:nth-child(2) input {
	background-image: url(../images/44.png);
	/*background-image: url(//imgs-data-brwq.bcdn8.com/taile0314/uploads/20240430/903f9ae63f2585d7663f6b4136fde69f.jpg);*/
}

.layui-layer-btn .layui-layer-btn0 {
	background: var(--main-color) !important;
	border-color: var(--main-color) !important;
}

.cp-cont1 .cp-list1 li .weha .weha-ast img {
	width: 100%;
    min-height: 50rem;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width:768px){
	.cp-cont1 .cp-list1 li .weha .weha-ast img{
		min-height: 30rem;
	}
}
.n_mbx .pro-ajhhsd {
	padding: 0;
	/* text-align: right; */
	/* width: 39%; */
}

.n_mbx .pro-ajhhsd div a:nth-child(2) {
	display: none;
}

.n_mbx .pro-ajhhsd div span:nth-child(3) {
	display: none;
}

.n_mbx .pro-ajhhsd div a:nth-child(6) {
	display: none;
}

.n_mbx .pro-ajhhsd div span:nth-child(7) {
	display: none;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dt {
	margin-right: 10px;
}

.svgicon {
	width: 3.62rem;
	height: 3.62rem;
}

.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .text>p {
	margin-bottom: 1.2rem;
}

.cont-xcas .content img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	border: 1px solid #f0f0f0;
	margin-bottom: 2rem;
}

.cont-xcas .content .table-cont img {
	margin-bottom: 0;
}

.ashg_asx1 {
	margin-top: 1rem;
	position: sticky;
	top: var(--h);
	z-index: 9;
	background: rgb(239, 241, 245);
}

.ashg_asx1 li {
	color: var(--main-color);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5em;
	padding: 2rem 0.5em;
	position: relative;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	cursor: pointer;
}

@media (max-width: 768px) {
	.ashg_asx1 li {
		padding: 2rem 0.15em;
		-webkit-flex: auto;
		-moz-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
		text-align: center;
	}
}

.ashg_asx1 li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0.38rem;
	background: var(--secondary-color);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.ashg_asx1 li:hover::after,
.ashg_asx1 li.on::after {
	width: 100%;
}

.cont-xcas .tta {
	color: #999999;
	font-size: 2rem;
	line-height: 1.6em;
	padding: 0 4%;
	background: #fff;
}

.cont-xcas .tta.jianj .content {
	padding-bottom: 0.8rem;
}

.cont-xcas .tta+.tta .content {
	border-top: 1px solid #555;
}

.cont-xcas #ast4 .content {
	padding-top: 5.6rem;
}

.cont-xcas .tta .content {
	padding: 5rem 0;
}

@media (max-width: 768px) {
	.cont-xcas .tta .content {
		padding: 3rem 0;
	}
}

.cont-xcas .tta .content p.p1,
.cont-xcas .tta .content p.p3,
.cont-xcas .tta .content .p p.p1 {
	padding-left: 1em;
	position: relative;
}

.cont-xcas .tta .content p.p1::before,
.cont-xcas .tta .content .p p.p1::before {
	content: "*";
	position: absolute;
	left: 0;
	top: 0.125em;
}

.cont-xcas .tta .content .col-md-6:last-child .p {
	margin-bottom: 0;
}

.cont-xcas .tta .content p.p2::before {
	content: "●";
	position: absolute;
	left: 0;
	/*top: 0.125em;*/
	color: #000;
}

.cont-xcas .tta .content p.p3::before {
	content: "◆";
	position: absolute;
	left: 0;
	/*top: 0.125em;*/
	color: #000;
}

.cont-xcas .tta .content p.p1~.asht-ast1 {
	padding-left: 1em;
}

.cont-xcas .tta .content p.p2 {
	padding-left: 1em;
	position: relative;
}

.cont-xcas .tta .content .imgax {
	padding-right: 15%;
}

.cont-xcas .tta .content .titxt {
	color: var(--main-color);
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.5em;
	padding-bottom: 3.75rem;
}

@media (max-width: 768px) {
	.cont-xcas .tta .content .titxt {
		font-size: 2.7rem;
		padding-bottom: 1em;
	}
}

.cont-xcas .tta .content .ashr1 dl {
	margin-right: 2rem;
	text-align: center;
}

.cont-xcas .tta .content .ashr1 dl .t1 {
	color: var(--secondary-color);
	border-bottom: 3px solid var(--secondary-color);
	font-size: 2.25rem;
	padding: 1rem 0;
}

.cont-xcas .tta .content .ashr1 dl .t2 {
	border-bottom: 1px solid #999999;
	padding: 1rem 0;
}

.cont-xcas .tta .content .ashr2 {
	margin-top: 4rem;
}

.cont-xcas .tta .content .b {
	color: var(--main-color);
	font-size: 2.1rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

.cont-xcas .tta .content .p {
	margin-bottom: 3rem;
}

.cont-xcas .tta.jianj {
	padding-bottom: 2rem;
}

.cont-xcas .tta .content .p p {
	padding-left: 1em;
	position: relative;
}

.cont-xcas .tta .content .p p::before {
	content: "·";
	position: absolute;
	left: 0;
	top: 0;
}

.cont-xcas .tta .content .col-md-3 .row {
	margin-right: -7px;
	margin-left: -7px;
}

.cont-xcas .tta .content .col-md-3 .col-4 {
	padding-right: 7px;
	padding-left: 7px;
}

.cont-xcas .tta .content .table-cont {
	overflow-x: auto;
	overflow-y: hidden;
}

@media (max-width: 768px) {
	.cont-xcas .tta .content .table-cont table {
		min-width: 768px;
	}
}

.cont-xcas .tta .content .table-cont table.tb-w12 {
	min-width: 1000px;
}

.cont-xcas .tta .content table tr:nth-child(1) {
	background: #f0f0f0;
}

.cont-xcas .tta .content table tr td {
	vertical-align: middle;
	font-size: 1.75rem;
}

.cont-xcas #ast2 .content table tr td {
	width: 8%;
}

@media (max-width: 1440px) {
	.cont-xcas .tta .content table tr td {
		font-size: 1.5rem;
	}
}

@media (max-width: 768px) {
	.cont-xcas .tta .content table tr td {
		font-size: 1.75rem;
	}
}

.cont-xcas .tta .content .szdalx li {
	margin-bottom: 2.5rem;
}

.cont-xcas .tta .content .szdalx li .tiax {
	color: #333;
	font-size: 2.5rem;
	padding-left: 2rem;
	position: relative;
	font-weight: 700;
}

.cont-xcas .tta .content .szdalx li .tiax::before {
	content: "·";
	position: absolute;
	left: 0;
	top: 0;
}

.cont-xcas .tta .content .szdalx li a {
	color: var(--main-color);
	padding-left: 2rem;
	margin-top: 1rem;
	display: block;
	text-decoration: underline;
}

.cont-xcas .tta .content .szdalx li a i {
	width: 1.5em;
	display: inline-block;
}

.cont-xcas .tta .content .szdalx li a i img {
	width: 100%;
}

.cont-xcas .tta .content:empty {
	display: none;
}

.cont-xcastsd {
	background: #fff;
	padding: 5rem 4%;
	margin-top: 5rem;
}

@media (max-width: 768px) {
	.cont-xcastsd {
		padding: 2.5rem 4%;
		margin-top: 3rem;
	}
}

.cont-xcastsd .tit {
	color: var(--main-color);
	font-size: 3.25rem;
	font-weight: 700;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.cont-xcastsd .tit {
		font-size: 2.7rem;
	}
}

.cont-xcastsd .asjxta {
	margin-top: 1.3rem;
}

.cont-xcastsd .asjxta li {
	padding: 1rem 0;
}

.cont-xcastsd .asjxta li .dt {
	font-size: 2rem;
	padding-left: 2rem;
	position: relative;
	color: var(--main-color);
	font-weight: 700;
	display: block;
}

.cont-xcastsd .asjxta li .dt::before {
	content: "·";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
}

.cont-xcastsd .asjxta li .cont-p {
	color: var(--main-color);
	font-size: 1.75rem;
	border: 1px solid #EFF1F5;
	padding: 1.3rem 2rem;
	line-height: 1.6em;
	margin-top: 1rem;
}

@media (min-width: 1280px) and (max-width: 1600px) {
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea {
		padding-left: 6rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a {
		font-size: 16px;
	}

	.n_mbx .n_src>li .sec>li>a {
		font-size: 14px;
	}

	.n_mbx .n_src>li .sec>li .sec2 a {
		font-size: 14px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li .tit {
		font-size: 16px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input {
		padding-left: 6rem;
	}

	.job-cont4 .job-list li .dt .ast1 {
		padding: 0 10px;
	}

	.abt-cont3 .abt-a3list1 li a.block .wenata .p,
	.product-content .prod-vst1 .product-list li .cont-p .txt,
	.suo-cont2 .asher_list li .item .cont-p .p,
	.job-cont1 .job-a1_list1 li .p1 {
		font-size: 14px;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .text {
		font-size: 14px;
	}

	.abt-cont2 .abt-a2v1 .abt-a2b1 .p {
		font-size: 14px;
	}

	.job-cont3 .job-a3v1 .job-a3b2 .p1,
	.job-cont3 .job-a3v1 .job-a3b2 .p2,
	.job-cont2 .job-a2_list1 li a.block .wenata .p {
		font-size: 14px;
	}

	.cp-cont1 .cp-list1 li .cont-p .cont-pa dl dd {
		font-size: 14px;
	}

	.n_mbx .n_src>li {
		/* width: 24rem; */
		/* width: 28rem; */
	}

	.foot-fot .foot1 .foota2 .d_nav li .dseca a,
	.foot-fot .foot1 .foota2 .dberhas .p {
		font-size: 14px;
	}
}

@media (min-width: 1240px) and (max-width: 1280px) {
	.n_mbx .n_src>li {
		/* width: 24rem; */
	}

	.n_mbx .n_src>li .sec>li>a {
		padding-right: 10px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input {
		padding-left: 5rem;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input::-webkit-input-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea::-webkit-input-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input::-webkit-input-placeholder {
		font-size: 13px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input:-moz-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea:-moz-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input:-moz-placeholder {
		font-size: 13px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input::-moz-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea::-moz-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input::-moz-placeholder {
		font-size: 13px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input:-ms-input-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea:-ms-input-placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input:-ms-input-placeholder {
		font-size: 13px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a2 .inpt input::placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea::placeholder,
	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input::placeholder {
		font-size: 13px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea {
		padding-left: 5rem;
	}

	.ajhhsd {
		font-size: 11px;
	}

	.n_mbx .n_src>li>a {
		font-size: 14px;
	}

	.job-cont4 .job-list li .dt .ast1 p {
		font-size: 14px;
	}

	.cp-sorpt1 .cp-sorta li>a span {
		font-size: 15px;
	}

	.head .head2 .menub form #searchinput {
		font-size: 14px;
	}

	.wh {
		padding: 0 4%;
	}

	.job-cont4 .job-list li .wehha-job .pead-cont .p-conta {
		font-size: 14px;
	}

	.lx-cont1 .lx-a1v1 .lx-a1b1 .lixwea dl dd a {
		font-size: 15px;
	}
}

@media (min-width: 768px) and (max-width: 1240px) {
	.n_mbx .n_src {
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-self: center;
	}

	.n_mbx .n_src>li {
		/* width: 22rem; */
		height: 100%;
	}

	.n_mbx .n_src>li>a {
		font-size: 13px;
	}
}

.cont5 {
	padding: 17rem 0 13rem;
	background: url(../images/fc9c1a603be440f08ec2c8d866cec039.jpg) no-repeat center;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width: 768px) {
	.cont5 {
		padding: 4rem 0;
	}
}

@media (max-width: 768px) {
	.cont5 .a5v1 .more-b {
		margin-top: 2rem;
	}
}

.cont5 .a5v2 {
	margin-top: 5.6rem;
}

@media (max-width: 768px) {
	.cont5 .a5v2 {
		margin-top: 2.7rem;
	}
}

.cont5 .a5v2 .a5-list1 {
	width: 49.0835940992%;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list1 {
		width: 100%;
	}
}

.cont5 .a5v2 .a5-list1 li a.img {
	display: block;
}

.cont5 .a5v2 .a5-list1 li a.img img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	aspect-ratio: 16/8;
}

.cont5 .a5v2 .a5-list1 li .cont-p {
	padding: 1.5em;
	background: #fff;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list1 li .cont-p {
		padding: 2.5rem;
	}
}

.cont5 .a5v2 .a5-list1 li .cont-p a.name {
	display: block;
	font-size: 2.9rem;
	line-height: 1.5em;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list1 li .cont-p a.name {
		font-size: 2.7rem;
	}
}

.cont5 .a5v2 .a5-list1 li .cont-p .p1 {
	color: #999;
	font-size: 2rem;
	line-height: 1.5em;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list1 li .cont-p .p1 {
		font-size: 2.25rem;
	}
}

.cont5 .a5v2 .a5-list1 li .cont-p a.moex-a {
	display: block;
	color: rgb(38, 78, 119);
	font-size: 2.25rem;
	line-height: 1.5em;
	margin-top: 1.3rem;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list1 li .cont-p a.moex-a {
		font-size: 2.25rem;
		margin-top: 0.7rem;
	}
}

.cont5 .a5v2 .a5-list2 {
	width: 49.0835940992%;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list2 {
		width: 100%;
		margin-top: 3rem;
	}
}

.cont5 .a5v2 .a5-list2 li {
	-webkit-flex-grow: 0;
	-moz-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	background: #f9f9f9;
	padding: 3.75rem 3.75rem 3.75rem 0;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	--color-as: #666;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list2 li {
		padding: 2rem 2rem 2rem 0;
	}
}

.cont5 .a5v2 .a5-list2 li+li {
	border-top: 1px #ddd solid;
}

.cont5 .a5v2 .a5-list2 li .data {
	text-align: center;
	width: 19.3989071038%;
}

.cont5 .a5v2 .a5-list2 li .data b {
	display: block;
	color: var(--color-as);
	font-size: 4.5rem;
	line-height: 1.25em;
	font-weight: 700;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list2 li .data b {
		font-size: 4rem;
	}
}

.cont5 .a5v2 .a5-list2 li .data p {
	color: var(--color-as);
	font-size: 2rem;
	line-height: 1.25em;
}

.cont5 .a5v2 .a5-list2 li .cont-p {
	width: 79%;
}

.cont5 .a5v2 .a5-list2 li .cont-p a.name-a {
	display: block;
	width: 93.1736526946%;
}

.cont5 .a5v2 .a5-list2 li .cont-p .name {
	font-size: 2.7rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list2 li .cont-p .name {
		font-size: 2.5rem;
	}
}

.cont5 .a5v2 .a5-list2 li .cont-p .p1 {
	color: #999;
	font-size: 2rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.cont5 .a5v2 .a5-list2 li .cont-p .p1 {
		font-size: 2.25rem;
		margin-top: 0.7rem;
	}
}

.cont5 .a5v2 .a5-list2 li .cont-p i {
	color: var(--color-as);
	font-size: 2rem;
}

.cont5 .a5v2 .a5-list2 li:hover {
	background: #32506f;
	border-bottom: none;
	border-left: 5px var(--secondary-color) solid;
	--color-as: #fff;
}

.cont5 .a5v2 .a5-list2 li:hover .cont-p .p1,
.cont5 .a5v2 .a5-list2 li:hover .cont-p a.name-a {
	color: #fff;
}

.news-content {
	padding-bottom: 4%;
}

.news-content .news-v1 {
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1rem 2.5rem rgb(213, 213, 213);
	overflow: hidden;
	padding: 2% 3% 0;
}

.news-content .news-v1 .news-list li {
	padding: 4.5rem 0;
	border-bottom: 1px solid rgb(221, 221, 221);
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li {
		padding: 2rem 0;
	}
}

.news-content .news-v1 .news-list li a.img {
	display: block;
	font-size: 0;
	width: 27.9616306954%;
	padding-bottom: 20%;
	position: relative;
	height: 0;
	overflow: hidden;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li a.img {
		width: 100%;
		padding-bottom: 60%;
	}
}

.news-content .news-v1 .news-list li a.img img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.news-content .news-v1 .news-list li .cont-pas {
	width: 71.9424460432%;
	padding: 5%;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li .cont-pas {
		width: 100%;
		padding: 2rem 1rem 1rem;
	}
}

.news-content .news-v1 .news-list li .cont-pas .cont-p {
	width: 84.2307692308%;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li .cont-pas .cont-p {
		width: 100%;
	}
}

.news-content .news-v1 .news-list li .cont-pas .cont-p a.name {
	font-size: 3.3rem;
	line-height: 1.7;
	font-family: BarlowSemiCondensed;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li .cont-pas .cont-p a.name {
		font-size: 3rem;
	}
}

.news-content .news-v1 .news-list li .cont-pas .cont-p .p {
	font-size: 2rem;
	color: #999;
	margin-top: 1.25rem;
	line-height: 1.6;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li .cont-pas .cont-p .p {
		font-size: 2rem;
	}
}

.news-content .news-v1 .news-list li .cont-pas .data {
	width: auto;
	text-align: center;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li .cont-pas .data {
		width: 100%;
		text-align: left;
	}
}

.news-content .news-v1 .news-list li .cont-pas .data b {
	display: block;
	font-size: 8.5rem;
	line-height: 1.25em;
	font-weight: 500;
	color: rgb(102, 102, 102);
	font-family: Impact;
}

@media (max-width: 768px) {
	.news-content .news-v1 .news-list li .cont-pas .data b {
		font-size: 6rem;
	}
}

.news-content .news-v1 .news-list li .cont-pas .data p {
	color: rgb(102, 102, 102);
	font-size: 2rem;
	line-height: 1.5em;
	font-weight: 700;
	font-family: Arial;
}

.news-content .news-v1 .news-list li .sdx-v1 {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.news-content .news-v1 .news-list li .sdx-v1:hover {
	box-shadow: 0 2.88rem 11.25rem -0.62rem rgba(29, 56, 72, 0.17);
	background-color: #fff;
}

.news-content .news-v1 .news-list li .sdx-v1:hover a.img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.news-content .news-v1 .news-list li .sdx-v1:hover .cont-pas .cont-p a.name {
	color: var(--secondary-color);
}

.news-content .news-v1 .news-list li .sdx-v1:hover .cont-pas .data b,
.news-content .news-v1 .news-list li .sdx-v1:hover .cont-pas .data p {
	color: var(--secondary-color);
}

.xw-show-cont1 .xw-show_cont {
	padding: 4rem 0 10rem;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont {
		padding: 2rem 0 5rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 {
	width: 71.855010661%;
	background: #fff;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b1 {
		width: 100%;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss {
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgb(255, 255, 255);
	padding-bottom: 3.75rem;
	padding-top: 5%;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss .tita {
	text-align: center;
	color: rgb(68, 68, 68);
	font-size: 3.5rem;
	line-height: 1.25em;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 2rem;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss .tita {
		font-size: 3rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss .data {
	text-align: center;
	font-size: 1.88rem;
	color: rgb(90, 90, 90);
	line-height: 1.5;
	margin-top: 2.5rem;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss .textad {
	width: 100%;
	padding: 2rem;
	background-color: rgb(245, 245, 245);
	margin-top: 2.5rem;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss .content {
	color: #666;
	font-size: 2rem;
	line-height: 1.65;
	margin-top: 3.75rem;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b1 .xinwn-consss .content {
		margin-top: 3rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .pain {
	border-top: 1px #eee solid;
	padding: 2.25rem;
	color: #555;
	font-size: 2.5rem;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b1 .pain {
		font-size: 2.25rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .pain>div {
	width: 45%;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b1 .pain>div {
		width: 100%;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .pain a {
	color: #555;
	display: inline-block;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-flex: auto;
	-moz-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	width: 80%;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b1 .pain a:hover {
	color: var(--secondary-color);
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 {
	width: 24.4491826581%;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 {
		width: 100%;
		margin-top: 2rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 {
	position: sticky;
	top: -webkit-calc(var(--h) + 4rem);
	top: -moz-calc(var(--h) + 4rem);
	top: calc(var(--h) + 4rem);
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 {
	padding: 8%;
	background-color: #fff;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 {
		padding: 6%;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ajhx_list1 li {
	margin-bottom: 1.5rem;
}
.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ajhx_list1 li .img{display:block;margin-bottom:0.5rem;}
@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ajhx_list1 li .cont-p {
		margin-top: 0.5rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ajhx_list1 li .cont-p a.name {
	display: block;
	color: rgb(68, 68, 68);
	font-size: 2.5rem;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.5em;
	font-weight: 500;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ajhx_list1 li .cont-p a.name {
		font-size: 2.5rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ajhx_list1 li .cont-p .data {
	color: rgb(126, 126, 126);
	font-size: 1.5rem;
	line-height: 1.4em;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ckgd-more {
	color: #666;
	font-size: 1.5rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c1 .ckgd-more {
		font-size: 2rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 {
	padding: 8%;
	background-color: #fff;
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 {
		padding: 6%;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 .tit {
	color: rgb(68, 68, 68);
	font-size: 3.1rem;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 .tit {
		font-size: 2.7rem;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 .social-share {
	padding: 1rem 0;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 .social-share .social-share-icon {
	width: 5rem;
	height: 5rem;
	font-size: 2.5rem;
	line-height: 5rem;
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 a.nwe-xas {
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: var(--secondary-color);
	font-size: 2.5rem;
	line-height: 1.5em;
	border-radius: 4rem;
	display: block;
	padding: 1rem 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

@media (max-width: 768px) {
	.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 a.nwe-xas {
		font-size: 2.25rem;
		line-height: 1.25em;
	}
}

.xw-show-cont1 .xw-show_cont .show-news-a1b2 .show-news-a1b2v1 .show-news-a1b2c2 a.nwe-xas:hover {
	background-color: var(--main-color);
}

.social-share .icon-tuite:before {
	content: "\e628" !important;
	font-family: "iconfont" !important;
}

.hzhb_list1 {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1.5rem;
}

@media (max-width: 768px) {
	.hzhb_list1 {
		grid-template-columns: repeat(3, 1fr);
		gap: 2rem;
		padding: 0;
	}
}

@media (max-width: 450px) {
	.hzhb_list1 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.hzhb_list1 li a.img {
	display: block;
	border: 1px solid rgb(226, 226, 226);
	padding: 0.62rem 0;
	overflow: hidden;
	background: #fff;
}

.hzhb_list1 li a.img img {
	width: 100%;
}

.case-content1 {
	padding: 10rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
	.case-content1 {
		padding: 4rem 0;
	}

	.case-content1 .gong-jt>div {
		border-color: #305072;
	}

	.case-content1 .gong-jt>div i {
		color: #305072;
	}
}

.case-content1 .cbox-1-0 {
	width: 50%;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-0 {
		width: 100%;
	}
}

.case-content1 .cbox-1-0 .ProJius {
	position: relative;
	height:100%;
}
.case-content1 .cbox-1-0 .ProJius .swiper-slide .e_image-3{height:100%;}
.case-content1 .cbox-1-0 .ProJius .swiper-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.case-content1 .cbox-1-0 .ProJius .swiper-pagination {
	position: absolute;
	width: auto;
	left: 6rem;
	bottom: 1.25rem;
	color: #fff;
	font-size: 3.75rem;
	font-weight: 500;
	color: #fff;
	font-family: "5c3c9aac-a9d1-4eda-a421-53d7dcac225c";
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-0 .ProJius .swiper-pagination {
		left: 3rem;
		bottom: auto;
		top: 3rem;
		font-size: 2.5rem;
	}
}

.case-content1 .cbox-1-0 .ProJius .swiper-pagination span::before {
	content: "0";
}

.case-content1 .cbox-1-0 .ProJius .swiper-pagination i {
	display: inline-block;
	width: 8.75rem;
	height: 1px;
	background: #fff;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-0 .ProJius .swiper-pagination i {
		width: 5rem;
	}
}

.case-content1 .cbox-1-0 .ProJius .swiper-pagination .swiper-pagination-current {
	font-size: 7.5rem;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-0 .ProJius .swiper-pagination .swiper-pagination-current {
		font-size: 5rem;
	}
}

.case-content1 .cbox-1-1 {
	width: 47%;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-0 {
		background: #f5f5f5;
		padding: 3rem;
	}
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-wrapper {
	background: #fff;
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide {
	background: #fff;
	opacity: 0 !important;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide {
		background: #f5f5f5;
	}
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .s_title {
	font-size: 4rem;
	line-height: 1.5;
	font-weight: normal;
	color: rgb(68, 68, 68);
	font-family: "Arial";
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .s_title {
		font-size: 3rem;
	}
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9 {
	height: 32rem;
	overflow: auto;
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #E2E2E2;
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #555;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9 {
		height: auto;
	}
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9 h2 {
	color: var(--secondary-color);
	font-size: 2.7rem;
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9 h2 {
		margin-top: 2rem;
		font-size: 2.5rem;
	}
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide .e_richText-9 p {
	color: #999;
	font-size: 2rem;
	line-height: 1.5em;
	margin-top: 1.12rem;
}

.case-content1 .cbox-1-1 .cbox-4-0 .RightText .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.case-content1 .cbox-1-1 .cbox-4-0 .jiusArr {
	margin-top: 2rem;
	margin-bottom: 4rem;
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-0 .jiusArr {
		margin-bottom: 0;
		margin-top: 3rem;
	}
}

@media (max-width: 768px) {
	.case-content1 .cbox-1-1 .cbox-4-1 {
		display: none;
	}
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg {
	padding-bottom: 5rem;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide {
	position: relative;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide:after {
	content: "";
	position: absolute;
	bottom: -3rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 100%;
	border: 2px solid var(--secondary-color);
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	background: transparent;
	opacity: 0;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide .e_image-6 {
	position: relative;
	cursor: pointer;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide .e_image-6 img {
	width: 100%;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide .e_image-6 .e_text-19 {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.25em;
	padding: 1rem 1rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all ease 0.6s;
	-o-transition: all ease 0.6s;
	-moz-transition: all ease 0.6s;
	transition: all ease 0.6s;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide .e_image-6:hover .e_text-19 {
	/*text-overflow: ellipsis;*/
	white-space: normal;
	overflow: inset;
}

.case-content1 .cbox-1-1 .cbox-4-1 .SmallImg .swiper-slide.swiper-slide-thumb-active:after {
	opacity: 1;
}

.case-content2 {
	padding: 10rem 0 2rem;
}

@media (max-width: 768px) {
	.case-content2 {
		padding: 4rem 0 0;
	}
}

.case-content2 .case-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4.5rem;
}

@media (max-width: 768px) {
	.case-content2 .case-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 3rem;
	}
}

@media (max-width: 450px) {
	.case-content2 .case-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}
}

.case-content2 .case-list li {
	position: relative;
}

.case-content2 .case-list li .imgasra {
	position: relative;
}

.case-content2 .case-list li .imgasra i {
	display: block;
	overflow: hidden;
}

.case-content2 .case-list li .imgasra i img {
	width: 100%;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.case-content2 .case-list li .imgasra .tit {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	line-height: 1.5em;
	padding: 0.65em 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.case-content2 .case-list li .wehxads {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	padding: 0 10%;
	color: #fff;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.case-content2 .case-list li .wehxads .cont-p {
	width: 100%;
	color: #fff;
	text-align: center;
}

.case-content2 .case-list li .wehxads .cont-p .tit {
	font-size: 3rem;
}

.case-content2 .case-list li .wehxads .cont-p .p1 {
	font-size: 2rem;
	margin-top: 1.7rem;
}

.case-content2 .case-list li .wehxads .cont-p .tc-more {
	display: inline-block;
	font-size: 2rem;
	line-height: 1.5em;
	background: var(--secondary-color);
	padding: 1.3rem 4.5rem;
	margin-top: 2rem;
	border-radius: 4rem;
	color: #fff;
}

.case-content2 .case-list li:hover .imgasra i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.case-content2 .case-list li:hover .imgasra .tit {
	background: rgba(235, 92, 32, 0.8);
	opacity: 0;
}

.case-content2 .case-list li:hover .wehxads {
	opacity: 1;
}

.job-tanc {
	width: 90% !important;
	max-width: 1800px;
}

.job-tanc .layui-layer-setwin .layui-layer-close2 {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	width: 5rem;
	height: 5rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	background: var(--secondary-color);
	text-align: center;
	line-height: 5rem;
	border-radius: 50%;
	padding:0;
	border:none;
/*    display: flex;
    align-items: center;
    justify-content: center; */
}

.job-tanc .layui-layer-setwin .layui-layer-close2:before {
	content: "\e723";
	font-family: "iconfont" !important;
	font-size: 3.6rem;
	font-weight: 400;
	color: #fff;
}

.job-tanc .layui-layer-setwin .layui-layer-close2:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.job-tanc .pead-cont {
	padding: 2%;
}

@media (max-width: 768px) {
	.job-tanc .pead-cont {
		padding: 0;
	}
}

.job-tanc .pead-cont .pead-conta1 .img {
	width: 50%;
}

@media (max-width: 768px) {
	.job-tanc .pead-cont .pead-conta1 .img {
		width: 100%;
	}
}

.job-tanc .pead-cont .pead-conta1 .cont-p {
	width: 46%;
	padding-right: 3%;
}

@media (max-width: 768px) {
	.job-tanc .pead-cont .pead-conta1 .cont-p {
		width: 100%;
		padding-right: 0;
		padding: 3rem;
	}
}

.job-tanc .pead-cont .pead-conta1 .cont-p .tit {
	font-size: 4.4rem;
	line-height: 1.2;
	font-weight: normal;
	color: rgb(68, 68, 68);
	font-family: "Arial";
}

@media (max-width: 768px) {
	.job-tanc .pead-cont .pead-conta1 .cont-p .tit {
		font-size: 3rem;
	}
}

.job-tanc .pead-cont .pead-conta1 .cont-p dl dt {
	color: var(--secondary-color);
	font-size: 2.5rem;
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.job-tanc .pead-cont .pead-conta1 .cont-p dl dt {
		margin-top: 2rem;
	}
}

.job-tanc .pead-cont .pead-conta1 .cont-p dl dd {
	color: #999;
	font-size: 2rem;
	line-height: 1.5em;
	margin-top: 1.12rem;
}

.ta-morex a.more-b {
	width: auto;
	padding: 0 1em;
}

.case-body-cont1 .ajhhsd {
	display: none;
}

.case-body-cont1 .n_mbx .n_src>li {
	/* width: 30rem; */
}

@media (min-width: 768px) and (max-width: 1240px) {
	.case-body-cont1 .n_mbx .n_src>li {
		/* width: 36rem; */
	}
}

@media (max-width: 1366px) {
	.cont5 .a5v2 .a5-list1 li a.img img {
		aspect-ratio: 16/10;
	}
}

@media (max-width: 1240px) {
	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta+a.jasta {
		margin-left: 0;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a:first-child {
		margin-bottom: 5px;
	}

	.pro-show-a1v1 .cp-sorpt2 .cp-sorpt2a2 .ashjres a.jasta {
		min-width: 50%;
	}
}

.we-xa-a1 p {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1rem 0;
}

.we-xa-a1 p span {
	display: block;
	font-size: 1.75rem;
	line-height: 2.5rem;
}

.we-xa-a1 p span:nth-child(1) {
	width: 45%;
}

.we-xa-a1 p span:nth-child(2) {
	width: 55%;
	padding-left: 0.5em;
}

.weha-asxt1 p {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.7rem 0;
}

.weha-asxt1 p span {
	display: block;
	font-size: 1.75rem;
	line-height: 2.5rem;
}

.weha-asxt1 p span:nth-child(1) {
	width: 26%;
	font-weight: 600;
}

.weha-asxt1 p span:nth-child(2) {
	width: 74%;
	padding-left: 0.5em;
}

.ss-list1 {
	padding: 4% 4% 0;
}

.ss-list1 li {
	width: 48%;
	margin-bottom: 7rem;
	float: left;
}

.ss-list1 li:nth-child(2n) {
	margin-left: 4%;
	margin-top: 7rem;
}

@media (max-width: 768px) {
	.ss-list1 li:nth-child(2n) {
		margin-left: 0;
		margin-top: 0;
	}
}

@media (max-width: 768px) {
	.ss-list1 li {
		width: 100%;
		margin-bottom: 3rem;
	}
}

.ss-list1 li a.img {
	display: block;
	font-size: 0;
	width: 38%;
}

@media (max-width: 768px) {
	.ss-list1 li a.img {
		width: 100%;
	}
}

.ss-list1 li a.img img {
	width: 100%;
}

.ss-list1 li .cont-p {
	width: 60%;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p {
		width: 100%;
	}
}

.ss-list1 li .cont-p a.name {
	color: #444;
	font-size: 2.75rem;
	line-height: 1.25em;
	position: relative;
	display: block;
	text-transform: capitalize;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p a.name {
		font-size: 2.5rem;
		margin-top: 2rem;
		text-align: center;
	}
}

.ss-list1 li .cont-p a.name .as {
	background: rgb(230, 230, 230);
	width: 7rem;
	height: 2px;
	margin-top: 1.5rem;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p a.name .as {
		display: none;
	}
}

.ss-list1 li .cont-p a.name::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--secondary-color);
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p a.name::after {
		display: none;
	}
}

.ss-list1 li .cont-p .ftit {
	color: rgb(102, 102, 102);
	font-family: Arial;
	font-size: 2rem;
	margin-bottom: 1.25rem;
	margin-top: 3rem;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p .ftit {
		margin: 1rem 0;
	}
}

.ss-list1 li .cont-p .txt {
	color: rgb(153, 153, 153);
	font-size: 1.75rem;
	line-height: 1.8;
	margin: 0.62rem 0 3.75rem;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p .txt {
		text-align: center;
		margin: 0.62rem 0 2rem;
	}
}

.ss-list1 li .cont-p a.more-a {
	color: rgb(86, 86, 86);
	font-size: 1.88rem;
	line-height: 1.5em;
}

@media (max-width: 768px) {
	.ss-list1 li .cont-p a.more-a {
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.ss-list1 li .cont-p a.more-a i {
	width: 1.75rem;
	margin-left: 0.4rem;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.ss-list1 li .cont-p a.more-a i img {
	width: 100%;
}

.ss-list1 li:hover .cont-p a.name {
	color: var(--secondary-color);
}

.ss-list1 li:hover .cont-p a.name::after {
	width: 7rem;
}

.ss-list1 li:hover .cont-p a.more-a i {
	margin-left: 1.6rem;
}

.asht-ast1 p {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.asht-ast1 p span:nth-child(1) {
	width: 1.5em;
}

.asht-ast1 p span:nth-child(2) {
	width: -webkit-calc(100% - 1.5em);
	width: -moz-calc(100% - 1.5em);
	width: calc(100% - 1.5em);
}

.thank-content {
	padding: 8rem 0;
}

.thank-content .cont-p {
	background-image: url(../images/6fafb1aacf8243acb9f7a848d88163a1.jpg);
	background-repeat: no-repeat;
	-o-background-size: cover;
	background-size: cover;
	width: 60%;
	margin: 0 auto;
	padding: 8rem 5%;
	text-align: center;
	color: #666;
	font-size: 2.25rem;
	line-height: 1.5em;
}

.thank-content .cont-p .tit {
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #333;
}

.thank-content .cont-p img {
	/* width: 60%; */
	margin-bottom: 4rem;
	max-width: 50%;
}

@media (max-width: 768px) {
	.thank-content {
		padding: 5rem 0;
	}

	.thank-content .cont-p {
		width: 100%;
		padding: 5rem 5%;
	}

	.thank-content .cont-p img {
		margin-bottom: 2.7rem;
	}

	.message {
		display: none;
	}
}

/* 底部表单样式新增 */
.message {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	padding: 15px 20px 20px;
	background: #E2E4E7;
}

.message .title {
	margin-bottom: 8px;
	font-size: 2.4rem;
	text-align: center;
}

.message .inp {
	margin-bottom: 10px;
}

.message .inp input {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	padding: 0 10px;
	font-size: 12px;
	color: #848484;
	border: none;
}

.message .inp textarea {
	height: 75px;
	padding: 15px 10px;
	font-size: 12px;
	color: #848484;
	border-radius: 5px;
	background: #fff;
	width: 100%;
	border: none;
}

.message .title {
	line-height: 34px;
}

.message .butt button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #2E99CD;
	color: #fff;
	font-weight: bold;
	font-size: 2.25rem;
	color: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #2e99cd;
}

.message .butt button:hover {
	background: #fff;
	color: #2e99cd;
}

/* 多语言 */
.lang {
	position: relative;
	width: 170px;
	text-align: center;
}

.lang .lang_biao {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 170px;
	/* transform: translateX(-15%); */
	transition: all 0.4s ease;
}

.lang:hover .lang_biao {
	display: block;
	transition: all 0.4s ease;
}

.lang .lang_biao li {
	line-height: 4rem;
	text-align: center;
	font-size: 2rem;
	transition: all 0.4s ease;
}

.lang .lang_biao li a:hover {
	color: var(--secondary-color) !important;
}

/* 多语言 */
.rtl-pad {
	margin-bottom: 15px;
}

#yxbox {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	/*padding: 15px 20px 20px;*/
	background: rgb(235, 237, 240);
	width: 420px;
	border-radius: 10px;
}

#yxbox .title {
	margin-bottom: 8px;
	font-size: 2rem;
	text-align: center;
	height: 8rem;
	line-height: 8rem;
	background: rgb(29, 60, 91);
	color: #fff;
	font-weight: 700;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#yxbox .content {
	text-align: justify;
	/*text-indent: 2ch;*/
	padding: 12px 25px;
	font-size: 1.6rem;
	border-bottom: 1px dashed rgb(223, 223, 224);
}

#yxbox .content2 {
	text-align: center;
}

#yxbox .mes-link {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-weight: 700;
	margin: 2rem 0;
	background: rgb(29, 60, 91);
	font-size: 1.6rem;
	border-radius: 5px;
}

#yxbox i {
	display: block;
	width: 15px;
	height: 15px;
	/*background: blue;*/
	position: absolute;
	right: 10px;
	top: 5px;
	cursor: pointer;
	color: #fff;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-w .inpt {
	width: 100%;
}

.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-w .inpt input {
	background-image: url(../images/55.png);
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba {
	margin: 2rem 0 6rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba_new li {
	border-left: 0px;
	position: relative;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba_new li:nth-child(5) {
	width: 100%;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba_new li span {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #000;
	line-height: 3.4rem;
}

.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li .titl1 {
	font-weight: 300;
}

.cbox-2 {
	padding: 0 2px;
}

@media (max-width: 1500px) {
	#yxbox {
		width: 345px;
	}

	#yxbox .content {
		padding: 12px 25px;
	}
}







.lx-cont1{
	padding: 4rem 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b2 form .msg-w .inpt {
	width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba {
	margin: 12rem 0 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba_new li {
	border-left: 0px;
	position: relative;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba_new li:nth-child(5) {
	width: 100%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba_new li span {
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(0);
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: transparent;
	line-height: 1.7rem;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li .titl1 {
	font-weight: 300;
	font-size: 2.4rem;
	line-height:normal
	
}
.lx-cont1 .lx-a1v1 {
	margin-top: 0;
}
.lx-cont1 .lx-a1v1 {
	padding: 0 5%;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li{
	width: 100%;
	display: flex;
	align-content: center;
	margin-top: 4rem ;
	padding-left: 0;
}
.lx-cont1 .lx-a1v1 .lx-a1b1 .lixweba li img{
	width:4rem;
	/*height: 4rem;*/
	margin-right: 2rem;
}
.lx-cont1 .lx-a1v1{
	padding: 0;
}
.lx-cont1 .lx-a1v1 .lx-txt2{
	padding: 0  5% 3%;
}
.lx-cont1 .lx-a1v1 .lx-img{
	display: flex;
	background-image: url(../images/173f81e1a10622821e1fe2708d736cd7.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 22rem;
	justify-content: space-between;
	align-items: center;
	padding: 0 5%;
}
.lx-cont1 .lx-a1v1 .lx-img .title1 .tit{
	font-weight: 700;
}
 .lx-cont1 .lx-a1v1 .lx-img>div:nth-child(1){
	 width: 80%;
 }
 .lx-cont1 .lx-a1v1 .lx-img>div:nth-child(2){
	 /*width: 10%;*/
 }
 .lx-cont2{
	 /*background-image: url(../images/b916fe6c19860c528a74eb0272feb062.png);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding:10rem 0 0;
	position: relative;
 }
 .lx-cont2 .abt2as-img{
	 position: absolute;
	 background-image: url(../images/b916fe6c19860c528a74eb0272feb062.png);
	 width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center center;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;
 }
.lx-cont2 .lx-a1v1 .lx-txt2{
	padding:3% 5% 0;
}
 .lx-cont2 .lx-a1v1{
	 background-color: transparent;
	 box-shadow:0;
	 border-radius:0;
	box-shadow: 0px 0px 2rem transparent;
 }
 .lx-cont2 .title2 .tit{
	 font-size: 5rem;
	 color: #fff;
	 font-weight: 700;
	 margin: 4rem 0;
 }
 .lx-cont2 .lx-a1b1 .title2 .gong-p{
	 font-size: 2rem;
	 color: #fff;
	 line-height: 4rem;
 } 
 .lx-cont2 .lx-a1b2 .title1 .tit{
	 color: #fff;
 }
 .lx-cont3{
	background-image: url(../images/354b8054ab339494c0a41206ec54b497.png);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10rem 0 6rem;
 }
 .lx-cont3 .lx-a1v1{
	 background-color: transparent;
	 box-shadow: 0px 0px 2rem transparent;
 }
 .lx-cont3 .whata{
	 padding: 0 12.5%;
 }
 .lx-cont3 .lx-a1b1 .tit{
	 font-weight: 700;
 }
.lx-cont3 .lx-a1v1 .lx-a1b1 .lixweba li{
	width: calc(50% - 0.5rem);
	display: flex;
	flex-direction: column;
	padding-left: 2rem;
}
.lx-cont3 .lx-a1v1 .lx-a1b1{
	width: 65%;
}
.lx-cont2 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input::placeholder{color: rgb(224,222,223);
}
.lx-cont2 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea::placeholder{color: rgb(224,222,223);
}
.lx-cont3 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input{
	border:1px solid rgb(201,201,202)
}
.lx-cont3 .lx-a1v1 .lx-a1b2 form .msg-a1 .inpt input::placeholder{
	color: #999;
}
.lx-cont3 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea{
	border:1px solid rgb(201,201,202)
}
.lx-cont3 .lx-a1v1 .lx-a1b2 form .msg-a3 .inpt textarea::placeholder{
	color: #999;
}
.lx-cont3 .lx-a1v1 .lx-a1b1 .lixweba{
	margin: 3rem 0 0 0;
	gap:1rem;
}
#abt1as,#abt2as{
	transform:translateY(-16rem);
}
@media(max-width:768px){
	.lx-cont3 .lx-a1v1 .lx-a1b1{
		width: 100%;
	}
}