html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

body, html {
    overscroll-behavior: none;
    overflow-x: hidden;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button, img {
	padding: 0;
	margin: 0;
	font-weight: 400;
}
p {
	margin: 0px;
	padding: 0px;
}
body, button, input, select, textarea {
	font: 14px/1.5 'Urbanist-Regular', 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial;
	color: #333;
}
img {
	border: 0px;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	border: 1px solid #ccc;
}


*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	text-decoration: none;
	color: #333;
	outline: none;
	cursor: pointer;
}
a:hover {
	background-repeat: no-repeat;
	text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
[type="checkbox"], [type="radio"] {
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 padding: 0;
}
input, textarea, select {
	outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
	outline-style: none;
	-webkit-appearance: none;
	resize: none;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
input:-webkit-autofill {
    /* 选择历史信息的样式 */
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
 -webkit-box-flex-color: #333;
}
* {
	outline: none;
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: unset;
}
.auto_1720 {
	margin: auto;
	width: 89.583333vw;
}
.auto_1400 {
	margin: auto;
	width: 1440px;
}
.auto_1000 {
	margin: auto;
	width: 52.08333333333333vw;
}







@media(max-width:1440px) {
.auto_1400 {
	margin: auto;
	width: 90%;
}
}
@media(max-width:992px) {
.auto_1720, .auto_1400, .auto_1000 {
	width: 90%;
}
}
.columns {
	display: flex;
}
.image {
	overflow: hidden;
}
.image img {
	transition: 1s;
}
/*强制去除表单自带的样式*/
select, input, textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #878787;
	font-family: Arial;
}
input:focus {
	outline: none;
}
input, button, select, textarea {
	outline: none;
/*-webkit-appearance:none; */}
input:-webkit-autofill {
 box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed, input:-internal-autofill-selected {
 -webkit-text-fill-color: #999 !important;
 -webkit-transition: background-color 99999999s ease-in-out 0s !important;
 -o-transition: background-color 99999999s ease-in-out 0s !important;
 transition: background-color 99999999s ease-in-out 0s !important
}
textarea {
	resize: none;/*-webkit-appearance:none; */
}
textarea, input, select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
img {
	display: block;
	max-width: 100%;
}
li {
	list-style: none;
}




/* 分页 */
.layui-box {
	margin-bottom: 6.25vw;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.layui-box em {
	font-style: normal
}
.layui-box a, .layui-box .layui-laypage-curr {
	width: 40px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: rgba(102, 102, 102, 1);
	margin: 0 10px;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	font-weight: bold;/* background-color: #ebebeb */
}
.layui-box a:hover, .layui-box .layui-laypage-curr:hover {
	color: #fff !important;
	background-color: rgba(0, 114, 188, 1);
	border: solid 1px rgba(0, 114, 188, 1)
}
.layui-box .layui-laypage-curr {
	color: #fff;
	border: solid 1px rgba(0, 114, 188, 1);
	background-color: rgba(0, 114, 188, 1)
}
.layui-box .layui-laypage-prev, .layui-box .layui-laypage-next, .layui-box .layui-laypage-last, .layui-box .layui-laypage-first {
	line-height: 40px;
	margin: 0 10px
}
.layui-box .layui-laypage-next {
	margin-left: 17px
}
.layui-box .layui-laypage-prev {
	margin-right: 17px
}
.module_HL1GBCD1 .pageMain {
	padding: xsPaddingTop;
	overflow: hidden;
	position: relative;
	background: mainBgColor;
}
.module_HL1GBCD1 .pageMain .commonMain {
	max-width: var(--content-Wdith);
	margin: 0px auto;
	padding: 0px 20px;
}
.module_HL1GBCD1 .pageMain #pagination {
	text-align: center;
	display: none;
}
.module_HL1GBCD1 .pageMain #pagination a {
	height: 30px;
	line-height: 30px;
	width: 30px;
	padding: 0px;
	margin: 0px 4px;
	position: relative;
	border: none;
	font-size: 14px;
	border: 1px solid rgba(0, 0, 0, .2);
}
.module_HL1GBCD1 .pageMain #pagination a:hover {
	color: #fff;
}
.module_HL1GBCD1 .pageMain #pagination a:hover .icon-zuojiantou, .module_HL1GBCD1 .pageMain #pagination a:hover .icon-youjiantou {
	color: #fff;
}
.module_HL1GBCD1 .pageMain #pagination a .icon-zuojiantou, .module_HL1GBCD1 .pageMain #pagination a .icon-youjiantou {
	color: rgba(102, 102, 102, 1);
}
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
	font-size: 16px;
}
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
	font-size: 16px;
}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
	height: 30px;
	line-height: 30px;
	width: 30px;
	font-size: 14px;
	border: none;
	padding: 0px;
	margin: 0px 4px;
	font-weight: 600;
}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em {
	color: #fff;
}
.module_HL1GBCD1 .pageMain .loadMore {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module_HL1GBCD1 .pageMain .loadMore a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .8s ease;
	-o-transition: .8s ease;
	-moz-transition: .8s ease;
	transition: .8s ease;
	font-size: 12px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: rgba(102, 102, 102, 1);
	width: 110px;
	border-radius: 45px;
	height: 30px;
	border: 2px solid #0d5e9e;
}
.module_HL1GBCD1 .pageMain .loadMore a .icon {
	margin-left: 10px;
	width: 12px;
	height: 13px;
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	-moz-transition: .6s ease;
	transition: .6s ease;
	background-position: 0px -14px;
	background-repeat: no-repeat;
	background-image: url(xsloadmoreIcon);
	display: block;
}
.module_HL1GBCD1 .pageMain .loadMore a:hover {
	background: #0d5e9e;
	color: #fff;
}
.module_HL1GBCD1 .pageMain .loadMore a:hover .icon {
	background-position: 0px 0px;
}
.module_HL1GBCD1 .pageMain .loadMore a {
	margin: 30px 0;
}
@media (min-width:768px) {
.module_HL1GBCD1 .pageMain {
	padding: mdPaddingTop;
}
.module_HL1GBCD1 .pageMain .commonMain {
	max-width: mdContentWidth;
}
.module_HL1GBCD1 .pageMain #pagination {
	display: block;
}
.module_HL1GBCD1 .pageMain #pagination a {
	height: 48px;
	line-height: 48px;
	width: 48px;
	margin: 0px 4px;
	font-size: 14px;
}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
	height: 48px;
	line-height: 48px;
	width: 48px;
	font-size: 18px;
}
/* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
	font-size: 16px;
}
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
	font-size: 16px;
}
.module_HL1GBCD1 .pageMain .loadMore {
	display: none;
}
}
@media (min-width:1200px) {
.module_HL1GBCD1 .pageMain {
	padding: lgPaddingTop;
}
.module_HL1GBCD1 .pageMain .commonMain {
	max-width: lgContentWidth;
}
.module_HL1GBCD1 .pageMain #pagination a {
	height: 48px;
	line-height: 48px;
	width: 48px;
	margin: 0px 4px;
	font-size: 14px;
}
.module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr {
	height: 48px;
	line-height: 48px;
	width: 48px;
	font-size: 18px;
}
/* .module_HL1GBCD1 .pageMain #pagination .layui-laypage .layui-laypage-curr em{border-radius: 8px;} */
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-prev {
	font-size: 16px;
}
.module_HL1GBCD1 .pageMain #pagination a.layui-laypage-next {
	font-size: 16px;
}
}
/* 分页 */
.banner_ .image img {
	/* animation: amplify 8s  infinite;
    -webkit-animation: amplify 8s infinite;
    animation-timing-function:linear; */
	width: 100%;
}
@-webkit-keyframes amplify {
 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);
}
}
@keyframes amplify {
 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);
}
}
.bgimage img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -1;
}
/* 按钮 */
.SeeMore {
	width:7.083333vw;
	height: 2.604167vw;
	line-height: 2.604167vw;
 border: .104167vw solid #ffffff;
	border-radius: 50px;
	font-size: var(--font-size14);
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	/*    margin: auto;*/
	transition: all .4s ease;
}
.SeeMore i {
 margin: 0 0 0 .46875vw;
	font-size: var(--font-size16);
}
.SeeMore:hover {
 border: .104167vw solid var(--vi-color);
	background: var(--vi-color);
	color: #ffffff;
}
@media (max-width:992px) {
.SeeMore {
	width: 110px;
	line-height: 35px;
	height: 35px;
}
.SeeMore i {
	margin: 0 0 0 5px;
}
}
/* 按钮 */
/* 触摸放大 */
.amplify:hover .image img {
	transform: scale(1.05);
}
/* 触摸放大 */
/* 轮播图圆点 */
.slick-dots {
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}
.slick-dots li button {
	background: #0071bc3f;
	display: block;
	font-size: 0;
	padding: 4px;
	border: 0;
	border-radius: 50px;
}
li.slick-active button {
	background: #0071bc;
}
/* 轮播图圆点 */
/* 弹窗 */
.tanchuang {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgb(0 0 0 / 30%);
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.tanchuang.on {
	visibility: unset;
	opacity: 1;
	transition: .5s;
}
/* 弹窗 */
.title {
	font-size: var(--font-size42);
	font-weight: 600;
	line-height: 1;/* text-align: center; */
}
html {
 --font-size12:.625vw;
 --font-size13:.677083vw;
 --font-size14:0.7291666666666667vw;
 --font-size15:.78125vw;
 --font-size16:16px;
 --font-size17:17px;
 --font-size18:18px;
 --font-size20:1.041666666666667vw;
 --font-size22:1.145833333333333vw;
 --font-size24:1.25vw;
 --font-size26:1.354166666666667vw;
 --font-size28:1.458333333333333vw;
 --font-size30:1.5625vw;
 --font-size32:1.666666666666667vw;
 --font-size36:1.875vw;
 --font-size38:1.979167vw;
 --font-size40:2.083333333333333vw;
 --font-size42:2.1875vw;
 --font-size46:2.395833333333333vw;
 --font-size48:2.5vw;
 --font-size54:2.8125vw;
 --font-size56:2.916666666666667vw;
 --font-size90:4.6875vw;
}
@media(max-width:992px) {
html {
 --font-size12:12px;
 --font-size13:12px;
 --font-size14:12px;
 --font-size15:12px;
 --font-size16:13px;
 --font-size17:14px;
 --font-size18:14px;
 --font-size20:15px;
 --font-size22:16px;
 --font-size24:18px;
 --font-size26:18px;
 --font-size28:18px;
 --font-size30:18px;
 --font-size32:18px;
 --font-size36:18px;
 --font-size38:18px;
 --font-size40:18px;
 --font-size42:20px;
 --font-size46:20px;
 --font-size48:20px;
 --font-size54:20px;
 --font-size56:20px;
 --font-size90:22px;
}
}
.banner {
	background: #ffffff;
}
.banner .image img {
	width: 100%;
}
.banner .swiper-pagination {
	bottom: 7.208333vw;
	text-align: unset;
}
.banner .swiper-pagination .pagination {
	width: 11.875vw;
}
.banner .swiper-pagination .pagination .number {
	display: flex;
	justify-content: space-between;
 margin-top: .3646vw;
}
.banner .swiper-pagination .pagination span {
	font-size: var(--font-size14);
	font-weight: bold;
	color: #FFFFFF;
	opacity: 0.5;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	cursor: pointer;
}
.banner .swiper-pagination .pagination span.active {
	opacity: 1;
}
.banner .swiper-pagination i {
	width: 11.875vw;
	height: 1px;
	background: rgba(206, 206, 206, .3);
 margin: 0 .260417vw;
	display: block;
	position: relative;
}
.banner .swiper-pagination i::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	width: 0;
	animation: width 5s;
	-webkit-animation: width 5s;
	animation-timing-function: linear;
	background: rgb(255, 255, 255);
}
.ban-1 {
	bottom: 40% !important;
}
.ban-2 {
	bottom: 55% !important;
}
.ban-3 {
	bottom: 55% !important;
}
 @media(max-width:800px) {
.ban-1 {
	bottom: 30% !important;
}
.ban-2 {
	bottom: 45% !important;
}
.ban-3 {
	bottom: 45% !important;
}
}
@media(max-width:700px) {
.ban-1 {
	bottom: 0% !important;
}
.ban-2 {
	bottom: 0% !important;
}
.ban-3 {
	bottom: 0% !important;
}
.banner .columns .title {
	font-size: 20px !important;
}
}
 @-webkit-keyframes width {
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
@keyframes width {
 0% {
 width: 0;
}
 100% {
 width: 100%;
}
}
.banner .columns {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 9.375vw 0;
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
	animation-timing-function: ease;
	display: none;
	z-index: 2;
}
.banner .columns .title {
	font-size: var(--font-size40);
	color: #000;
	line-height: 1.25;
	text-shadow: 1px 1px 0px rgba(0,0,0,0);
	margin: 1.041667vw 0 0;
}
.banner .list.on .columns {
	display: block;
}
.banner .columns .img img {
	width: 16.145833vw;
}
#video3 {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media(max-width:992px) {
.banner .columns {
	padding: 90px 0;
}
.banner .columns .img img {
	width: auto;
	height: 35px;
}
.banner .columns .title {
	margin: 10px 0 0;
	line-height: 1.4;
}
.banner .swiper-pagination {
	bottom: 55px;
}
.banner .swiper-pagination i {
	width: 100%;
	margin: 0 1px;
}
.banner .swiper-pagination .pagination {
	width: 120px;
}
.banner .swiper-pagination .pagination span {
	line-height: 1;
}
.banner .swiper-pagination .pagination .number {
	margin-top: 5px;
}
}
.Mainbottom {
	background: #fff;
}
.Mainbottom .white {
	border-top: 1px solid rgba(231, 237, 240, 1);
}
.Mainbottom .columns.top {
	padding: 5.208333vw 0 4.6875vw;
	justify-content: space-between;
}
.Mainbottom .columns.top ul {
	display: flex;
}
.Mainbottom .columns.top ul li {
	padding: 0 3.90625vw 0 0;
}
.Mainbottom .columns.top ul li a {
	display: block;
	font-size: var(--font-size13);
	color: #484848;
	line-height: 1;
	opacity: 0.8;
 padding: 0 0 .572917vw 0;
}
.Mainbottom .columns.top ul li a:hover {
	color: var(--vi-color);
}
.Mainbottom .columns.top ul li a:nth-child(1) {
	font-size: var(--font-size15);
	color: #080808;
	opacity: 0.95;
	padding: 0 0 1.041667vw;
}
.Mainbottom .columns>.right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.Mainbottom .columns>.right .SeeMore {
	margin: 1.563vw 0px 0px;
 border: .104167vw solid #D7011E;
	color: #D7011E;
}
.Mainbottom .columns>.right .SeeMore:hover {
	color: #ffffff;
}
.Mainbottom .columns>.right>div:nth-child(1) {
	display: flex;
}
.Mainbottom .columns>.right>div:nth-child(1) .text {
	text-align: right;
margin-right: .7813vw;
}
.Mainbottom .columns>.right>div:nth-child(1) .text>img {
	width: 5.9375vw;
 margin: 0 0 .833333vw;
}
.Mainbottom .columns>.right>div:nth-child(1) .text span:nth-child(2) {
	display: flex;
	align-items: center;
	font-size: var(--font-size22);
	font-weight: bold;
	color: #302B2B;
	opacity: 0.9;
}
.Mainbottom .columns>.right>div:nth-child(1) .text span:nth-child(2) img {
 width: .989583vw;
 margin: 0 .364583vw 0 0;
}
.Mainbottom .columns>.right>div:nth-child(1) .text span:nth-child(3) {
	font-size: var(--font-size14);
	font-weight: 400;
	color: #000000;
	opacity: 0.5;
 margin: .260417vw 0 0;
	display: block;
}
.Mainbottom .columns>.right>div:nth-child(1) .image {
	width: 4.84375vw;
    /* padding: .260417vw; */
    border-radius: .520833vw;
 margin: 0 0 0 .729167vw;
	background: #F6F6F6;
}
.Mainbottom .columns>.right .link {
	display: flex;
	align-items: center;
	margin-top: 2.0833vw;
}
.Mainbottom .columns>.right .link a {
 margin-right: .625vw;
	position: relative;
}
.Mainbottom .columns>.right .link a:last-child {
	margin-right: 0px;
}
.Mainbottom .columns>.right .link a span img {
	width: auto;
	height: 1.5625vw;
	filter: grayscale(1) opacity(0.7);
	transition: all .4s ease;
}
.Mainbottom .columns>.right .link a .popup {
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%) translateY(-100%);
	background-color: #fff;
 border-radius: .2604vw;
	width: 5.2083vw;
 box-shadow: 0px .2083vw .5208vw #ddd;
	transition: all .4s ease;
	opacity: 0;
}
.Mainbottom .columns>.right .link a .popup::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border: 9px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -0.9375vw;
	transform: translateX(-50%);
}
.Mainbottom .columns>.right .link a .popup img {
	width: 100%;
	height: auto;
 border-radius: .2604vw;
}
.Mainbottom .columns>.right .link a:hover span img {
	filter: none;
}
.Mainbottom .columns>.right .link a:hover .popup {
	top: -0.5208vw;
	opacity: 1;
}
.Mainbottom .bottom {
	position: relative;
	height: 33.072917vw;
}
.Mainbottom .bottom .title {
	color: #FFFFFF;
	margin: 0 0 1.145833vw;
	text-align: center;
}
.Mainbottom .bottom .auto_1720 {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	padding: 13.020833vw 0 0;
}
.Mainbottom .copyright {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5625vw 0;
	position: relative;
}
.Mainbottom .copyright span, .Mainbottom .copyright a {
	display: inline-block;
	font-size: var(--font-size12);
	color: #FFFFFF;
}
.Mainbottom .copyright a {
 margin: 0 .625vw;
}
.Mainbottom .copyright a:hover {
	opacity: .7;
}
.Mainbottom .regular {
	padding: 0 0 32.96875vw;
	position: relative;
	z-index: 0;
}
.Mainbottom .Fixedbase {
	position: fixed;
	bottom: 0;
	z-index: -1;
	width: 100%;
}
@media(max-width:992px) {
.Mainbottom .copyright a {
	margin: 0 10px;
}
.Mainbottom .copyright {
	text-align: center;
	padding: 15px 0;
}
}
.indexProduct {
	padding: 5.208333vw 0 1.5625vw;
	background: #fff;
}
.indexProduct .title {
	text-align: center;
 margin: 0 0 .78125vw;
}
.indexProduct .intro {
	font-size: var(--font-size17);
	color: #5F5F5F;
	text-align: center;
	line-height: 1.6;
}
.indexProduct ul {
	padding: 3.125vw 0 0;
	display: grid;
	grid-template-columns: 44.53125vw 21.979167vw 21.979167vw;
 grid-gap: .520833vw;
}
.indexProduct ul li {
	position: relative;
}
.indexProduct ul li:nth-child(1) {
	grid-row-start: 1;
	grid-row-end: 3;
}
.indexProduct ul li:nth-child(2) {
	grid-column-start: 2;
	grid-column-end: 4;
}
.indexProduct ul li .Htitle {
	font-size: var(--font-size24);
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1.5625vw;
}
.indexProduct ul li:nth-child(1) .Htitle {
	font-size: var(--font-size28);
}
.indexProduct ul li .image img {
	width: 100%;
}
@media(max-width:992px) {
.indexProduct {
	padding: 35px 0 10px;
}
.indexProduct ul {
	padding: 20px 0 0;
	grid-template-columns: auto auto;
	grid-gap: 5px;
}
.indexProduct .title {
	margin: 0 0 5px;
}
.indexProduct ul li:nth-child(1),  .indexProduct ul li:nth-child(2) {
	grid-row-start: unset;
	grid-row-end: unset;
	grid-column-start: 1;
	grid-column-end: 3;
}
.indexProduct ul li:nth-child(1) .Htitle {
	padding: 20px 14px;
	font-size: 14px;
}
.indexProduct ul li .Htitle {
	padding: 20px 14px;
	font-size: 14px;
	font-weight: 600;
}
}
.indexSolution {
	padding: 3% 0 3%;
	background-image: url(../images/tuandui.jpg) !important;
	background: #fff;
	width: 100%;
	float: left;
}
.indexSolution .title {
	text-align: center;
 margin: 0 0 .78125vw;
}
.indexSolution .intro {
	font-size: var(--font-size17);
	color: #5F5F5F;
	text-align: center;
	line-height: 1.6;
}
.indexSolution ul {
	padding: 3.125vw 0 0;
}
.indexSolution ul li {
	position: relative;
	display: block;
}
.indexSolution ul li .image {
	float: left;
	width: 45%;
	background: linear-gradient(180deg, #7B7B7B 50%, #000 100%);
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	text-align: center;box-shadow: 0.9375em 1em 0 #fbcf00;margin-bottom: 10px;
	border-radius: 20px;
}


.indexSolution ul li .image img {
	margin: auto;
}
.indexSolution .SolutionList {
	position: relative;
}
.indexSolution .SolutionList .columns {
	float: right;
	width: 50%;
	padding: 2.416667vw 0 0;
	display: block;
	animation: fadeInUp 1.5s;
	-webkit-animation: fadeInUp 1.5s;
	animation-timing-function: ease;
	display: none;
}
.indexSolution .list.on .columns {
	display: block;
}
.indexSolution .columns .title {
	color: #FFFFFF;
	text-align: left;
	padding: 0 0 1.145833vw;
	margin: auto;
}
.indexSolution .columns .titlet {
	font-size: var(--font-size18);
	color: #fbcf00;
	margin-bottom: 5%;
}
.indexSolution .columns .intro {
	font-size: var(--font-size16);
	font-weight: 400;
	text-align: left;
	color: rgba(255,255,255,.8);
	line-height: 1.8;
	margin: 0 0 1.354167vw;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;

}
.indexSolution .SolutionList dl {
	position: absolute;
 padding: .208333vw .260417vw;
	border-radius: 50px;
	overflow: hidden;
	bottom: 1.71875vw;
	transform: translateX(-50%);
	left: 50%;
	background: rgba(255, 255, 255, .1);
	z-index: 1;
	backdrop-filter: blur(5px);
	display: flex;
	width: auto;
	justify-content: space-between;
}
.indexSolution .SolutionList dl dd {
	height: 50px;
	line-height: 2.760417vw;
	line-height: 50px;
	border-radius: 50px;
}
.indexSolution .SolutionList dl dd.on {
	background: #fbcf00;
}
.indexSolution .SolutionList dl dd img {
	height: 40px;
	float: left;
	background-color: #7B7B7B;
	width: 40px;
	margin-left: 10px;
	border-radius: 100%;
	margin-top: 5px;object-fit: cover;
}
.indexSolution .SolutionList dl dd a {
	font-size: var(--font-size16);
	font-weight: normal;
	color: #000000;
	min-width: 180px;
	display: block;margin-left: 30px;
	padding: 0 2vw;
}
.indexSolution .SolutionList dl dd.on a {
	color: #FFFFFF;
}
.indexSolution .SolutionList dl::after {
	content: '';
	width: 100%;
	height: 100%;
	/* filter: blur(5px); */
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	background: #f6f6f69e;
}
@media(max-width:992px) {
.indexSolution {
	padding: 35px 0 0;
	overflow: hidden;
}
.indexSolution .title {
	margin: 0 0 5px;
}
.indexSolution ul {
	padding: 20px 0 0;
}
.indexSolution .SolutionList {
}
.indexSolution .SolutionList .columns {
	padding: 70px 0 0;
}
.indexSolution .columns .title {
	padding: 0 0 12px;
}
.indexSolution .columns .intro {
	padding: 0 0 18px;
}
.indexSolution .SolutionList dl {
	bottom: 15px;
	width: 90%;
	padding: 2px;
	overflow: auto;
	background: rgb(255 255 255 / 60%);
}
.indexSolution .SolutionList dl dd {
	/* width: 25%;
        min-width: 25%; */
	width: 33.03%;
	min-width: 33.03%;
	margin: 0 .15%;
	padding: 0;
}
.indexSolution .SolutionList dl dd a {
	/* padding: 0 18px; */
	text-align: center;/* font-size: 12px; */
}
.indexSolution .SolutionList dl::after {
	display: none;
}
}
.indexBrand.indexSolution .SolutionList .columns {
	width: auto;
	padding: 0;
}
.indexBrand.indexSolution .SolutionList dl dd a {
	min-width: 6.979167vw;
	text-align: center;
}
/* .indexBrand.indexSolution .SolutionList .columns {
    width: auto;
    right: 18.489583vw;
    left: unset;
} */
.indexBrand.indexSolution .SolutionList .columns .intro {
	text-align: left;
}
.indexBrand.indexSolution .SolutionList .columns .title {
	text-align: left;
	font-size: var(--font-size48);
	font-weight: 400;
	padding: 1.041667vw 0 1.5625vw;
	color: #000000;
	line-height: 1.3;
}
.indexBrand.indexSolution .SolutionList .columns .SeeMore {
	margin: 0;
 border: .104167vw solid #D7011E;
	color: #D7011E;
}
.indexBrand.indexSolution .SolutionList .columns .SeeMore:hover {
	color: #ffffff;
}
.indexBrand.indexSolution .SolutionList .columns img {
	/* height: 1.875vw; */
	width: auto;
	max-width: 15.625vw;
}
 @media(min-width:992px) {
.indexBrand.indexSolution .SolutionList .white .columns .title {
	color: #FFFFFF;
}
.indexBrand.indexSolution .SolutionList .white .columns .SeeMore {
	border: 0.104167vw solid #FFFFFF;
	color: #FFFFFF;
}
}
.indexBrand.indexSolution .SolutionList .white .columns .SeeMore:hover {
	border: 0.104167vw solid #D7011E;
}
@media(max-width:992px) {
.indexBrand.indexSolution .SolutionList {
	margin: 0;
}
.indexBrand.indexSolution .SolutionList .columns {
	top: 55px !important;
	left: 5.5% !important;
}
.indexBrand.indexSolution .SolutionList .columns img {
	max-width: unset;
	height: 25px;
}
.indexBrand.indexSolution .SolutionList .columns .title {
	padding: 10px 0 15px;
}
}
.indexVideo {
	padding: 3.645833vw 0 2.083333vw;
	background: #fff;
}
.indexVideo ul {
	display: flex;
	padding: 3.645833vw 0 0;
}
.indexVideo ul li {
 width: calc(33.33% - (3.645833vw / 3));
}
.indexVideo ul li:not(:nth-child(3)) {
 margin: 0 1.822917vw 0 0;
}
.indexVideo ul .image {
	position: relative;
}
.indexVideo ul .image img:nth-child(1) {
	width: 100%;
}
.indexVideo ul .image img:nth-child(2) {
	position: absolute;
	width: 3.229167vw;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.indexVideo ul li .Htitle {
	font-size: var(--font-size20);
	color: #000000;
 padding: 1.302083vw 0 .78125vw;
	font-weight: 600;
}
.indexVideo ul li:hover .Htitle {
	color: #d6001d;
}
.indexVideo ul li .date {
	font-size: var(--font-size14);
	font-weight: 300;
	color: #898989;
	display: flex;
	align-items: center;
	line-height: 1;
}
.indexVideo ul li .date i {
	font-size: var(--font-size14);
 margin: 0 .364583vw 0 0;
}
.indexVideo .title {
	text-align: center;
 margin: 0 0 .78125vw;
}
.indexVideo .intro {
	font-size: var(--font-size17);
	color: #5F5F5F;
	text-align: center;
	line-height: 1.6;
}
.tanchuang .view {
	width: 60%;
	margin: auto;
	text-align: right;
}
.tanchuang .view i {
	display: inline-block;
 font-size: .8333vw;
	color: #fff;
	cursor: pointer;
 margin-bottom: .5208vw;
}
#video1 {
	width: 100%;
	display: block;
}
.icon-guanbi {
	font-size: var(--font-size20);
	color: #fff;
	cursor: pointer;
}
@media(max-width:992px) {
.indexVideo {
	padding: 35px 0 10px;
	overflow: hidden;
}
.indexVideo .title {
	margin: 0 0 5px;
}
.indexVideo ul {
	padding: 20px 50px 0;
	overflow: hidden;
}
/* .indexVideo ul li {
        margin: 0 !important;
    } */
.tanchuang .view {
	width: 80%;
}
.indexVideo ul .image img:nth-child(2) {
	width: 31px;
}
.indexVideo ul li .Htitle {
	padding: 10px 0 8px;
}
.indexVideo .auto_1720 {
	width: 100%;
}
.indexVideo ul li .date {
	line-height: 1;
}
.indexVideo ul li .date i {
	margin: 1px 5px 0 0;
}
}
.indexNews .SeeMore {
	border: solid 1px #fbcf00 !important;
	color: #fbcf00;
	margin: auto;
	margin-top: 3%;
}
.indexNews .SeeMore:hover {
	color: #fff;
}
.indexNews {
	padding: 3% 0;
	width: 100%;
	float: left;
	background: #f3f3f3 !important;
}
.indexNews .title {
	text-align: center;
 margin: 0 0 .78125vw;
}
.indexNews .intro {
	font-size: var(--font-size17);
	color: #5F5F5F;
	text-align: center;
	line-height: 1.6;
}
.indexNews .columns {
	padding: 2.604167vw 0 0;
}
.indexNews dl {
	width: 55.208333vw;
	margin: 0 1.041667vw 0 0;
}
.indexNews dl dd {
	position: relative;
}
.indexNews dl .image img {
	width: 100%; border-radius:20px;height: 100%;
}
.indexNews dl .text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2.083333vw;
}
.indexNews dl .Htitle {
	font-size: var(--font-size22);
	color: #FFFFFF;
	line-height: 1.35;
 margin: 0 0 .78125vw;
}
.indexNews dl .date {
	font-size: var(--font-size14);
	font-weight: 300;
	color: #c7c7c7;
	display: flex;
	align-items: center;
	line-height: 1;
}
.indexNews dl .date i {
	font-size: var(--font-size14);
 margin: 0 .364583vw 0 0;
}
.indexNews ul {
	width: 33.333333vw;
	display: grid;
	grid-template-columns: 16.145833vw 16.145833vw;
	grid-gap: 1.041667vw;
}
.indexNews ul li {
	background: #fff;border-radius: 20px;
}
.indexNews ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	padding: 2.083333vw;
}
.indexNews ul li .Htitle {
	font-size: var(--font-size22);
	color: #000000;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical; -webkit-line-clamp: 3;
}
.indexNews ul li a:hover .Htitle {
	color: #fbcf00;
}
.indexNews ul li .Hintro {
	font-size: var(--font-size16);
	font-weight: 400;
	color: #5D5D5D;
	line-height: 1.5;
	padding: 1.5625vw 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.indexNews ul li:nth-child(1), .indexNews ul li:nth-child(2) {
	max-height: 14.583333vw;
}
.indexNews ul li:nth-child(3) {
	grid-column-start: 1;
	grid-column-end: 3;
	min-height: 14.583333vw;
}
.indexNews ul li .date {
	font-size: var(--font-size14);
	font-weight: 300;
	color: #969696;
	display: flex;
	align-items: center;
	line-height: 1;
}
.indexNews ul li .date i {
	font-size: var(--font-size14);
 margin: 0 .364583vw 0 0;
}
.indexNews dl .swiper-pagination-bullet {
 width:.989583vw;
 height: .15625vw;
	background: #FFFFFF;
 border-radius: .104167vw;
}
.indexNews dl .swiper-pagination-bullet-active {
	width: 1.25vw;
}
.indexNews dl .swiper-pagination {
	width: max-content;
	right: 1.875vw;
	bottom: 2.447917vw;
	left: auto;
}
@media(max-width:992px) {
.indexNews {
	padding: 35px 0;
}
.indexNews .title {
	margin: 0 0 5px;
}
.indexNews .columns {
	padding: 20px 0 0;
	flex-wrap: wrap;
}
.indexNews dl {
	width: 100%;
	margin: 0 0 12px;
}
.indexNews dl .text {
	padding: 20px;
	background: linear-gradient(0deg, #000000ad, transparent);
	width: 100%;
}
.indexNews dl .Htitle {
	font-size: 15px;
	margin: 0 0 12px;
}
.indexNews dl .swiper-pagination-bullet {
	width: 12px;
	height: 1;
	margin: 0 2.5px;
}
.indexNews ul {
	width: 100%;
	grid-template-columns: auto auto;
	grid-gap: 11px;
}
.indexNews ul li {
	max-height: unset !important;
}
/* .indexNews ul li:nth-child(1){
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .indexNews ul li:nth-child(3) {
        grid-column-start: unset;
        grid-column-end: unset;
    } */
.indexNews ul li a {
	padding: 30px 20px 25px;
}
.indexNews ul li:nth-child(1), .indexNews ul li:nth-child(2) {
	grid-row-start: 2
}
.indexNews ul li:nth-child(3) .Hintro {
	padding: 20px 0 0;
	margin: 0 0 50px;
}
.indexNews ul li .date {
	line-height: 1;
}
.indexNews ul li .date i {
	margin: 1px 5px 0 0;
}
.indexNews ul li:nth-child(1) a,  .indexNews ul li:nth-child(2) a {
	padding: 25px 20px 20px;
}
.indexNews ul li:nth-child(1) .date,  .indexNews ul li:nth-child(2) .date {
	margin: 50px 0 0;
}
.indexNews ul li .Htitle {
	word-break: break-word;/* -webkit-line-clamp: 30; */
}
/* .indexNews ul li .Htitle br{
        display: none;
    } */

.indexNews dl .date i {
	margin: 1px 5px 0 0;
}
}
.indexNews, .indexVideo, .indexSolution, .indexProduct, .banner, .Mainbottom .white {
	background: rgb(61, 61, 61);
	position: relative;
	z-index: 1;
}

/* 动画 */

/* transform: translate3d(0, -100px, 0); 上 fadeInUp wow" data-wow-duration="2s"   */
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
html {
 --vi-color: rgba(243, 205, 44, 1);
 --title-color: #272727;
 --text-color: #4c505f;
 --content-Wdith-1200: 77.0833vw;
 --bigTitle-fontSize-1200: 2.3958vw;
 --bigTitle-lineheight-1200: 2.9167vw;
 --smallTitle-fontsize-1200: 1.5625vw;
 --smallTitle-lineheight-1200: 1.8229vw;
 --padding-1200: 5.7292vw 0vw;
 --text-fontsize-1200: 0.9375vw;
 --text-lineheight-1200: 1.4583vw;
 --content-Wdith-768: 81.25vw;
 --bigTitle-fontSize-768: 2.875vw;
 --bigTitle-lineheight-768: 3.5vw;
 --smallTitle-fontsize-768: 1.875vw;
 --smallTitle-lineheight-768: 2.1875vw;
 --padding-768: 6.875vw 0vw;
 --text-fontsize-768: 1.125vw;
 --text-lineheight-768: 1.75vw;
 --content-Wdith: 100%;
 --bigTitle-fontSize: 22px;
 --bigTitle-lineheight: 30px;
 --smallTitle-fontsize: 16px;
 --smallTitle-lineheight: 23px;
 --text-fontsize: 14px;
 --text-lineheight: 24px;
 --padding: 35px 0px;
}
/* 语言 */
.module_hEWu4upOZcr0 .header .haderOther {
	margin: 0 0 0 2.083333vw;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox {
	position: relative;border: 1px solid #fff;border-radius: 30px;
  padding:5px 10px 5px 10px;
}

.module_hEWu4upOZcr0 .header.on .langBox{border: 1px solid #333;}

.module_hEWu4upOZcr0 .header .haderOther .langBox::after {
	position: absolute;
 top: calc(50% - .104167vw);
	right: 0;
	/* content: ''; */
	border-top: 4px solid #000;
	border-right: 4px solid #00000000;
	border-bottom: 4px solid #00000000;
	border-left: 4px solid #00000000;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont {
	display: flex;
	align-items: center;
	font-size: 1.25vw;
	cursor: pointer;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont span {
 margin: 0 0 0 .364583vw;
	font-family: Verdana, Geneva, sans-serif;
 font-size: .729167vw;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .Lhide {
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 2.083333vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 5px 5px #0000000d;
	box-shadow: 0 5px 5px #0000000d;
	display: none;
 padding: .520833vw 0;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .Lhide a {
 padding: 0 .520833vw;
	line-height: 2;
	display: block;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .Lhide a:hover {
	background: #e3e3e7;
}
@media (min-width: 1260px) {
.module_hEWu4upOZcr0 .header .haderOther .langBox .Lhide {
	top: 50px;width: 100%;
}
}
@media (max-width: 992px) {
.module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont {
	font-size: 23px;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont span {
	font-size: 0;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .Lhide {
	top: 46px;
	padding: 5px 0;
}
.module_hEWu4upOZcr0 .header .haderOther .langBox .Lhide a {
	padding: 0 10px;
}
}
/* 语言 */
/*body {
	position: relative;
	-webkit-transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	left: 0px;
}*/
.module_hEWu4upOZcr0 {
	position: relative;
	z-index: 99;
}
.module_hEWu4upOZcr0 .header {
	background: #ffffff;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	-webkit-transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: left .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	left: 0px;
	z-index: 99;
}
.module_hEWu4upOZcr0 .header .commonMain {
	/* max-width: var(--content-Wdith);  */
    /* width: 100%;  */
	margin: 0px auto;
	/* padding:0px 20px;  */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module_hEWu4upOZcr0 .header .logo {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.module_hEWu4upOZcr0 .header .logo img {
}
.module_hEWu4upOZcr0 .header .navBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms -flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module_hEWu4upOZcr0 .header .navBox .navList {
	background: #FAFAFA;
	display: none;
	position: fixed;
	width: 260px;
	right: -260px;
	top: 0px;
	bottom: 0px;
	padding: 50px 0px 0px;
	overflow-y: auto;
	-webkit-transition: right .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: right .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: right .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: right .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.module_hEWu4upOZcr0 .header .navBox .navList .list {
	position: relative;
	border-top: 1px solid #eff1f3;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a {
	padding: 0px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 50px;
	font-size: 14px;
	position: relative;
	color: #333;
	font-weight: 400;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 1px solid #D8D8D8;
	margin-right: 15px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list.cur {
	background: #fff;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list.cur h3 a::before {
	background: #666;
	border-color: #666;
}
.module_hEWu4upOZcr0 .header .navBox .navList .closeNavText a {
	visibility: hidden;
}
.module_hEWu4upOZcr0 .header .haderOther {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* -webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1; */
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.module_hEWu4upOZcr0 .header .haderOther .login {
	margin-left: 15px;
}
.module_hEWu4upOZcr0 .header .haderOther .login .loginBtn {
	display: block;
	width: 21px;
	color: var(--vi-color);
	font-size: 21px;
}
.module_hEWu4upOZcr0 .header .haderOther .login .user {
	display: none;
	font-size: 14px;
}
.module_hEWu4upOZcr0 .header .haderOther .searchBox {
	margin-left: 15px;
	position: relative;
}
.module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn {
	display: block;
	width: 21px;
	color: #333;
	font-size: 21px;
}
.module_hEWu4upOZcr0 .header .haderOther .navbtn {
	width: 26px;
	color: var(--vi-color);
	position: relative;
	cursor: pointer;
	margin-left: 15px;
	font-size: 20px;
}
.module_hEWu4upOZcr0 .header .searchformMain {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform {
	background: #fff;
	padding: 10px 0px 30px;
	position: relative;
	z-index: 99;
	-webkit-transition: opacity .8s cubic-bezier(.2, 1, .3, 1), -webkit-transform .8s cubic-bezier(.2, 1, .3, 1);
	transition: opacity .8s cubic-bezier(.2, 1, .3, 1), -webkit-transform .8s cubic-bezier(.2, 1, .3, 1);
	-o-transition: opacity .8s cubic-bezier(.2, 1, .3, 1), -o-transform .8s cubic-bezier(.2, 1, .3, 1);
	-moz-transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1), -moz-transform .8s cubic-bezier(.2, 1, .3, 1);
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1);
	transition: transform .8s cubic-bezier(.2, 1, .3, 1), opacity .8s cubic-bezier(.2, 1, .3, 1), -webkit-transform .8s cubic-bezier(.2, 1, .3, 1), -moz-transform .8s cubic-bezier(.2, 1, .3, 1), -o-transform .8s cubic-bezier(.2, 1, .3, 1);
	opacity: 0;
	-webkit-transform: translate3d(0px, -100%, 1px);
	-moz-transform: translate3d(0px, -100%, 1px);
	transform: translate3d(0px, -100%, 1px);
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	max-width: 1080px;
	margin: 0px auto;
	border-bottom: 2px solid #595959;
	width: 100%;
	padding: 20px 0px;
	position: relative;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0px 15px;
	font-size: 14px;
	color: #333;
	line-height: inherit;
	vertical-align: middle;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form button {
	left: 0px;
	font-size: 20px;
	height: 100%;
	top: 0px;
	background: none;
	border: none;
	cursor: pointer;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form .closeSearch {
	cursor: pointer;
	right: 0px;
	top: 0px;
	height: 100%;
	font-size: 20px;
	color: #333;
}
.module_hEWu4upOZcr0 .header .searchformMain .search_mask {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.module_hEWu4upOZcr0 .header .searchformMain.admission .searchform {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}
.module_hEWu4upOZcr0 .admissionheader {
	left: -260px;
}
.module_hEWu4upOZcr0 .admissionheader .navBox .navList {
	right: 0px;
}
.hideScroll {
	overflow: hidden;
}
.admissionBody {
	left: -260px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavBtn {
	position: absolute;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-moz-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;

	height: 50px;
	top: 0px;
	right: 0px;
	padding-right: 25px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavBtn i {
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavBtn i::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #474747;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavBtn i::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #474747;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
	-webkit-transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .threeNavBox {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavList {
	position: relative;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavList>a {
	padding: 15px 25px;
	border-top: 1px solid #EBEBEB;
	background: #f6f6f6;
	display: block;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavList>a::before {
	margin-right: 10px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavList .mThreeNav {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list.active h3 {
	background: #ebebeb;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list.active h3 a::before {
	background: #666;
	border-color: #666;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list.active .subNavBtn i::before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn {
	position: absolute;
	right: 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: right;
	-webkit-justify-content: right;
	-moz-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40%;
	height: 45px;
	top: 0px;
	right: 0px;
	padding-right: 25px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i {
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #474747;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList .threeNavBtn i::before {
	content: '';
	width: 2px;
	height: 100%;
	background: #474747;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -1px;
	-webkit-transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all .4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a {
	display: block;
	padding: 15px 50px;
	border-top: 1px solid #EBEBEB;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList .mThreeNav a::before {
	margin-right: 10px;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNavList.active1 .threeNavBtn i::before {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
 @media (min-width:768px) {
.module_hEWu4upOZcr0 .header .searchformMain .searchform {
	padding: 0.625vw 0vw 3.125vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form {
	padding: 2.8125vw 0vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form input {
	margin: 0vw 1.875vw;
	font-size: 1.125vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form button {
	font-size: 1.5vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form .closeSearch {
	font-size: 1.5vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .search_mask {
	background: rgba(0,0,0,0);
}
}
@media (min-width:992px) {
body {
	padding-top: 0vw !important;
}
.module_hEWu4upOZcr0 .header {
	height: 5.833333vw;
	position: fixed;
	background: #ffffff00;
	box-shadow: 0vw 0vw 0vw rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	/* transition: .5s; */
	transition: 1s;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list {
	margin-left: 1.6042vw;
}
.module_hEWu4upOZcr0 .header.height {
	height: 3.833333vw;
}
.module_hEWu4upOZcr0 .header .commonMain {
	padding: 0vw;
}
.module_hEWu4upOZcr0 .header .logo img {
	width: auto;
}
.module_hEWu4upOZcr0 .header .haderOther .navbtn {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList {
	padding: 0vw;
	width: auto;
	right: 0vw;
	background: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0vw;
	position: relative;
	overflow: visible;
	top: 0vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list {
	margin-left: 2.2042vw;
	padding: 0vw;
	border-top: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a {
	line-height: 5.833333vw;
font-size:16PX;
	padding: 0vw;
}
.module_hEWu4upOZcr0 .header.height .navBox .navList .list h3 a {
	line-height: 3.833333vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a::before {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a::after {
	bottom: 0vw;
	width: 0vw;
	height: 0.1042vw;
	background: var(--vi-color);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	position: absolute;
	-webkit-transition: .6s ease;
	-o-transition: .6s ease;
	-moz-transition: .6s ease;
	transition: .6s ease;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list.cur {
	background: none;
}
/* .module_hEWu4upOZcr0 .header .navBox .navList .list.cur h3 a{color: var(--vi-color);} */
    /* .module_hEWu4upOZcr0 .header .navBox .navList .list.cur h3 a::after{width: 100%;} */
.module_hEWu4upOZcr0 .header .navBox .navList .list:hover h3 a {
	color: var(--vi-color);
}
.module_hEWu4upOZcr0 .header .navBox .navList .list:hover h3 a::after {
	width: 100%;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list:first-child {
	margin-left: 0vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .closeNavText {
	display: none;
}
.module_hEWu4upOZcr0 .header .haderOther .login {
	margin-left: 3.125vw;
}
.module_hEWu4upOZcr0 .header .haderOther .searchBox {
	margin-left: 1.5625vw;
}
.module_hEWu4upOZcr0 .header .haderOther .login .user {
	font-size: 0.8854vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform {
	padding: 0.5208vw 0vw 2.6042vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form {
	padding: 2.3438vw 0vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form input {
	margin: 0vw 1.5625vw;
	font-size: 0.9375vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form button {
	font-size: 1.25vw;
}
.module_hEWu4upOZcr0 .header .searchformMain .searchform form .closeSearch {
font-size: .9375vw;
}
.module_hEWu4upOZcr0 .header .haderOther .login .loginBtn {
	width: 1.0938vw;
	font-size: 1.0938vw;
}
.module_hEWu4upOZcr0 .header .haderOther .login .user {
	font-size: 0.7292vw;
}
.module_hEWu4upOZcr0 .header .haderOther .searchBox {
	margin-left: 0.7813vw;
}
.module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn {
	width: 1.0938vw;
	font-size: 1.0938vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavBtn {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain {
	position: absolute;
	min-width: 100%;
	left: -2.0833vw;
	overflow: hidden;
	max-height: 0vw;
	display: block;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: #f9f9f9;
	white-space: nowrap;
	overflow: hidden;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav {
	min-width: 8.4167vw;
	padding: 1.5625vw 0vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a {
	display: block;
	background: none;
	border: none;
	line-height: 2.0833vw;
	font-size:15PX;
	padding: 0vw 2.0833vw;
	position: relative;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover::after {
	content: '';
	border-right: 0.4167vw solid transparent;
	border-top: 0.4167vw solid var(--vi-color);
	position: absolute;
	left: 0vw;
	top: 0vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a:hover {
	background: #e3e3e7;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a::after {
	content: '';
	border-right: 0.4167vw solid transparent;
	border-top: 0.4167vw solid var(--vi-color);
	position: absolute;
	left: 0vw;
	top: 0vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList.cur1 > a {
	background: #e3e3e7;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .threeNavBtn {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .mThreeNav {
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox {
	display: block;
	padding: 1.5625vw 0vw;
	position: relative;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox::before {
	content: '';
	width: 0.0521vw;
	height: 100%;
	position: absolute;
	left: 0vw;
	top: 0vw;
	background: #eae9f1;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav {
	min-width: 13.5417vw;
	display: none;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a {
	display: block;
	line-height: 2.0833vw;
	padding: 0vw 2.0833vw;
	font-size: 0.8333vw;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .threeNavBox .threeNav>a:hover {
	background: #e3e3e7;
}
.module_hEWu4upOZcr0 .header .navBox .navList .list:hover .subNavMain {
	max-height: 52.0833vw;
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out
}
.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavList>a::before {
	display: none;
}
}
 @media(max-width:1400px) {
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a {
	font-size: 1.2vw;
}

.module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a{	font-size: 1vw;}
.module_hEWu4upOZcr0 .header .logo img {
	height: 60px;
}
}
 @media(max-width:1000px) {
.module_hEWu4upOZcr0 .header .navBox .navList .list h3 a {
	font-size: 16px;
}
}
.hmap {
	background: #3d3d3d;
	height: 100vh;
}
.shansuo {
	width: 1280px;
	margin: 0 auto;
	margin-top: 15%;
	position: relative;
}
.shansuo img {
	width: 100%;
	display: block;
	height: auto;
}
.shansuo dl dd {
	width: 16px;
	height: 16px;
}
.shansuo dl dt, .shansuo dl dd {
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f28900;
}
.shansuo dl dt:nth-child(1) {
	top: 37%;
	left: 86%;
}
.shansuo dl dd:nth-child(2) {
	top: 39.5%;
	left: 27.2%;
}
.shansuo dl dd:nth-child(3) {
	top: 39.5%;
	left: 15.8%;
}
.shansuo dl dd:nth-child(4) {
	top: 18.5%;
	left: 34.4%;
}
.shansuo dl dd:nth-child(5) {
	top: 29%;
	left: 74.5%;
}
.shansuo dl dd:nth-child(6) {
	top: 31.5%;
	left: 54.5%;
}
.shansuo dl dd:nth-child(7) {
	top: 21%;
	left: 64.5%;
}
.shansuo dl dd:nth-child(8) {
	top: 50.1%;
	left: 60.2%;
}
.shansuo dl dd:nth-child(9) {
	top: 50.1%;
	left: 76%;
}
.shansuo dl dd:nth-child(10) {
	top: 44.8%;
	left: 70.2%;
}
.shansuo dl dd i, .shansuo dl dt i {
	position: relative;
	width: 16px;
	height: 16px;
	display: block;
	border-radius: 50%;
	background-image: radial-gradient(circle, rgba(251,116,48,0), rgba(251,207,0,1));
	animation: roateshow 1s linear infinite;
	-webkit-animation: roateshow 1s linear infinite;
}
.shansuo dl dt i {
	width: 22px;
	height: 22px;
}
 @media (max-width:1400px) {
.hmap {
	height: auto;
}
.banner .image img {
	width: auto;
	margin: auto;
}
.shansuo img {
	margin-top: 10% !important;
}
}
 @media (max-width:1200px) {
.shansuo {
	width: 100%;
	margin-top: 0;
}
}
 @media (max-width:992px) {
.shansuo {
	width: 100%;
}
.shansuo dl dt, .shansuo dl dd {
	width: 16px;
	height: 16px;
}
.shansuo dl dd {
	width: 10px;
	height: 10px;
}
}
 @media (max-width:992px) {
.shansuo dl dd i, .shansuo dl dt i {
	width: 10px;
	height: 10px;
}
.shansuo dl dt i {
	width: 16px;
	height: 16px;
}
}
@keyframes roateshow {
 0% {
transform: scale(0);
opacity: 0;
}
 50% {
transform: scale(2);
opacity: 1;
}
 100% {
transform: scale(4);
opacity: 0;
}
}
@-webkit-keyframes roateshow {
 0% {
transform: scale(0);
opacity: 0;
}
 50% {
transform: scale(2);
opacity: 1;
}
 100% {
transform: scale(4);
opacity: 0;
}
}
@keyframes toright {
 0% {
padding-left:0;
}
 50% {
padding-left:30px;
}
 100% {
padding-left:0;
}
}
@-webkit-keyframes toright {
 0% {
padding-left:0;
}
 50% {
padding-left:30px;
}
 100% {
padding-left:0;
}
}
.whitet {
	display: none;
}
.white .whitet {
	display: block;
}
.white .activee {
	display: none;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
#indexAboutusNumber {
	margin-top: -4.90625rem;
	position: relative;
	z-index: 2;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#indexAboutusNumber ul {
	height: 9.8125rem;
	box-shadow: 0px 0.25rem 1.875rem 0px rgba(0, 0, 0, 0.1);
}
#indexAboutusNumber ul li {
	padding: 3.0625rem 2.8125rem 1.25rem;
	text-align: center;
	background: #FFFFFF;
	border-right: 0.0625rem solid #f4f4f4;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#indexAboutusNumber ul li:last-child {
	border-right: 0px;
}
#indexAboutusNumber ul li:hover {
	box-shadow: 0px 1.25rem 1.25rem #ddd;
	-webkit-transform: translateY(-0.625rem);
	-ms-transform: translateY(-0.625rem);
	transform: translateY(-0.625rem);
}
#indexAboutusNumber ul li .number {
	line-height: 1;
	margin-bottom: 0.375rem;
}
#indexAboutusNumber ul li .number b {
	font-weight: 600;
	color: #fbcf00;
	font-size: 2.5rem;
}
#indexAboutusNumber ul li .number span {
	color: #000000;
	font-size: 2.0rem;
}
#indexAboutusNumber ul li .number i {
	font-size: 0.875rem;
	font-style: normal;
	color: #fbcf00;
	vertical-align: top;
}
#indexAboutusNumber ul li .title {
	font-size: 1rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.7);
}
.module_hEWu4upOZcr0 .header.on .logo img {
	filter: unset;
}
 @media(max-width:800px) {
#indexAboutusNumber ul li .number b {
	font-size: 2.0rem;
}
}
 @media (hover: hover) and (pointer: fine) {
.ui.view.homepage .entry .ui.btn.go {
	transform: translateY(5px);
	opacity: 0;
}
 .ui.view.homepage .entry:is(:hover,   :focus-visible) .ui.btn.go {
 transform:none;
 opacity:1
}
}
.ui.view.homepage .entry {
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 240px;
	background-color: #fff;
	color: #000;
	padding: 30px 35px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ui.view.homepage {
	overflow: hidden;
	padding-bottom: 5%;
}
.abopo {
	background-image: url(../images/homepage_2.jpg);
	background-size: cover;
}
.ui.view.homepage > .ui.container {
	color: #fff;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.ui.view.homepage .intro {
	max-width: 550px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4% 0 1%;
	margin: auto;
}
.ui.view.homepage > .ui.container {
	color: #fff;
}
.ui.view.homepage .intro .heading {
	font-size: var(--font-size42);
	line-height: 1.25;
	font-weight: 700;
}
.ui.view.homepage .intro .title {
	font-size: var(--font-size17);
	color: #5F5F5F;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 30px;
}
.ui.view.homepage .intro .ui.btn {
	height: 60px;
	font-size: 20px;
	padding: 15px 30px;
	min-width: 280px;
	font-weight: 700;
	margin-top: 10px;
	justify-content: space-between;
	transition-property: transform;
	transition-duration: var(--fast);
	transition-timing-function: var(--default-easing);
}
.ui.view.homepage .entries {
 --gap: 0px;
 --row-gap: var(--gap);
 --column-gap: var(--gap);
 --total: 12;
	display: flex;
	flex-wrap: wrap;
	gap: var(--row-gap) var(--column-gap);
 --gap: 20px;
 --columns: 4;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.ui.view.homepage .entries>.entry {
 --size: 12;
 --column: var(--columns, calc(var(--total) / var(--size)));
 --width: calc((100% - var(--column-gap) * (var(--column) - 1)) / var(--column));
	width: var(--width)
}
.ui.view.homepage .entry {
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 240px;
	background-color: #fff;
	color: #000;
	padding: 30px 35px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start
}
.ui.view.homepage .entry .info {
	margin-bottom: auto
}
.ui.view.homepage .entry .title {
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	color: #000
}
.ui.view.homepage .entry .desc {
	font-size: 16px;
	line-height: 35px;
	margin-top: 15px;
	color: rgba(0,0,0,.55)
}
.ui.view.homepage .entry :is(.img, .bg) {
 position:absolute;
 inset:0 0 0 auto
}
.ui.view.homepage .entry :is(.img, .ui.btn.go) {
 transition-timing-function:var(--default-easing);
 transition-duration:var(--fast)
}
.ui.view.homepage .entry .img {
	z-index: -1;
	transition-property: transform
}
.ui.view.homepage .entry .bg {
	z-index: -2
}
.ui.view.homepage .entry .ui.btn.go {
	margin: 20px 0 10px;
	height: 40px;
	font-weight: 700;
	font-size: 14px;
	padding: 10px;
	transition-property: transform, opacity
}
.ui.view.homepage .entry.courses .bg {
	width: 200px;
	height: 200px;
	font-size: 160px;
	font-weight: bold;
	color: #f4f4f4;
	border-radius: 9999px;
	border-radius: 9999px;
	margin: auto 35px auto 0;
	box-shadow: 0 0 0 70px rgba(251,207,0,.1)
}
.ui.view.homepage .entry.courses .img {
	width: 200px;
	margin: auto 25px auto 0;
	transform: rotate(5deg)
}
.ui.view.homepage .entry.courses .ui.btn.go {
	background-color: #fbcf00;
	color: #fff
}
.ui.view.homepage .entry.community .bg {
	width: 200px;
	height: 200px;
	font-size: 160px;
	font-weight: bold;
	color: #f4f4f4;
	border-radius: 9999px;
	border-radius: 9999px;
	margin: auto 35px auto 0;
	box-shadow: 0 0 0 70px rgba(251,207,0,.1)
}
.ui.view.homepage .entry.community .img {
	width: 220px;
	margin: auto 20px auto 0
}
.ui.view.homepage .entry.community .ui.btn.go {
	background-color: #f9cd54;
	color: var(--green)
}
.ui.view.homepage .entry.AI-workspace .bg {
	width: 200px;
	height: 200px;
	font-size: 160px;
	font-weight: bold;
	color: #f4f4f4;
	border-radius: 9999px;
	margin: auto 35px auto 0;
	box-shadow: 0 0 0 70px rgba(251,207,0,.1)
}
.ui.view.homepage .entry.AI-workspace .img {
	width: 150px;
	margin: auto 55px auto 0;
	transform: translateY(30px)
}
.ui.view.homepage .entry.AI-workspace .ui.btn.go {
	background-color: #c3f277;
	color: #fff
}
.ui.view.homepage .entry.AI-workspace .msg {
	border-radius: 20px;
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	color: var(--green);
	background-color: #c3f277;
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto
}
.ui.view.homepage .entry.AI-workspace .msg.a {
	width: 70px;
	line-height: 15px;
	top: 10px;
	display: none
}
.ui.view.homepage .entry.AI-workspace .msg.b {
	max-width: 190px;
	top: 10px
}
.ui.view.homepage .entry.courses .bg {
	color: #dedede;
}
.ui.btn.green {
	background-color: #fbcf00;
	color: #fff;
}
.ui.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 50px;
	font-size: 16px;
	line-height: 1;
	border-radius: 10px;
	padding: 12px 20px;
	gap: 8px;
	transition-property: var(--transition-colors);
	transition-duration: var(--fast);
	transition-timing-function: var(--default-easing);
}
button {
	cursor: pointer;
}
.pagination {
	margin: auto;
}
@media(max-width:1200px) {
.module_hEWu4upOZcr0 .header .logo img {
	height: 60px;
}
}
 @media(min-width:992px) {
/* 白色 */
.white .module_hEWu4upOZcr0 .header .navBox .navList .list h3 a,  .white .module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn,  .white .module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont {
	color: #ffffff;
}
.white .module_hEWu4upOZcr0 .header .haderOther .langBox::after {
	border-top: 4px solid #ffffff;
}
.module_hEWu4upOZcr0 .header.on {
	background: #ffffff;
	border-color: #eee;
	box-shadow: 0 20px 35px -10px rgba(0, 30, 60, 0.08);
}
.module_hEWu4upOZcr0 .header.on .navBox .navList .list.cur h3 a {
}
/* 黑色 */
.black .module_hEWu4upOZcr0 .header {
	border-color: #dfe0e2;
}
.black .module_hEWu4upOZcr0 .header .logo img {
	filter: none;
}
.black .module_hEWu4upOZcr0 .header .navBox .navList .list h3 a,  .black .module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn,  .black .module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont {
	color: #010302;
}
.black .module_hEWu4upOZcr0 .header .haderOther .langBox::after {
	border-top: 4px solid #010302;
}

/* 底部 */
.detailBottom .regular {
	padding: 0px;
}
.detailBottom .regular .Fixedbase {
	position: relative;
}
.detailBottom .regular .Fixedbase .bottom {
	height: auto;
}
.detailBottom .regular .Fixedbase .bottom .bgimage {
	display: none;
}
.detailBottom .regular .Fixedbase .bottom .auto_1720 {
	padding: 0px;
}
.detailBottom .regular .Fixedbase .bottom .auto_1720>div:nth-child(1) {
	display: none;
}
.detailBottom .copyright {
	border-top: 1px solid #f0f3f8;
}
.detailBottom .copyright span, .detailBottom .copyright a {
	color: #333;
}
}
@media(max-width:992px) {
.rightSuspensionMain {
	display:none !important;
}
.module_hEWu4upOZcr0 .header .logo img {
	height: 50px;
}
.white .module_hEWu4upOZcr0 .header {
background: rgba(0,0,0,.5);
}
.white .module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn,  .white .module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont,  .white .module_hEWu4upOZcr0 .header .haderOther .navbtn {
	color: #fff;
}
.white .module_hEWu4upOZcr0 .header .logo img {
}
/* 黑色 */
.black .module_hEWu4upOZcr0 .header {
	background: #fff;
	border-color: #dfe0e2;
}
.black .module_hEWu4upOZcr0 .header .logo img {
	filter: none;
}
.black .module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn,  .black .module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont {
	color: var(--vi-color);
}
.black .module_hEWu4upOZcr0 .header .haderOther .navbtn {
	color: var(--vi-color);
}
.module_hEWu4upOZcr0 .header .haderOther .searchBox .searchBtn,  .module_hEWu4upOZcr0 .header .haderOther .langBox .iconfont {
	color: var(--vi-color);
}
}
/*底部 */
.footer {
	background-image: url(../images/img2025_33.jpg);
	background-size: cover;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
font-size:.875rem;
	color: #fff;
	overflow: hidden;
}
.footMain {
	padding: 50px 0 40px 0;
	overflow: hidden;
	line-height: 2;
}
.footTop {
	height: 60px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-right: 240px;
	position: relative;
	margin-bottom: 30px;
}
.footMenu {
	display: flex;
	justify-content: space-between;
	font-size: 1.143em;
}
.fSearch {
	top: 0;
	border: 1px solid #7c7c7c;
}
.fSearch .text {
	color: #fff;
}
.fSearch .btn {
	filter: grayscale(100%);
	filter: gray;
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.fSearch .text {
	color: #fff;
}
.fSearch input::-webkit-input-placeholder {
color:#999;
}
.fSearch input::-moz-placeholder {
color:#999;
}
.fSearch input:-ms-input-placeholder {
color:#999;
}
.footL {
	width: 26%;
}
.footL h4 {
	font-size: 1.286em;
	color: #fff;
	letter-spacing: 1px;
	margin-top: 8px;
}
.footL h4 span {
	color: #fbcf00;
}
.footIcon {
	margin-top: 30px;
}
.footIcon a img {
	margin-top: 5px;
	vertical-align: top;
}
.footIcon a {
	position: relative;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	display: inline-block;
	background: #1a1a1a;
	text-align: center;
	line-height: 32px;
	margin-right: 15px;
}
.footIcon span {
	position: absolute;
	background: #fff;
	padding: 5px;
	left: -32px;
	bottom: 40px;
	font-size: 14px;
	color: #333;
	transform: scale(0);
	opacity: 0;
	transition: all .5s;
	width: 100px;
}
.footIcon span::after {
	content: "";
	position: absolute;
	left: 0;
	border: 8px solid transparent;
	border-top-color: #fff;
	left: 50%;
	bottom: -16px;
	margin-left: -8px;
}
.footIcon .wx span {
	left: 0;
}
.footIcon .wx span::after {
	left: 8px;
}
.footIcon a:hover span {
	opacity: 1;
	transform: scale(1);
}
.footC {
	width: 27%;
	margin-left: 3%;
	font-size: 14px;
	margin-top: 1%;
}
.footC .tel {
	font-size: 2em;
	color: #fbcf00;
	line-height: 1.6;
	font-weight: bold;
}
.footZwm span {
	display: block;
	margin-top: 10px;
	color: #fff;
}
.footer .tie {
	color: #fff;
	font-size: 1.286em;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
}
.footer .tie::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 25px;
	height: 2px;
	background: #d9b46d;
}
.footR {
	width: 47%;
	overflow: hidden;
}
.footR form {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 15px;
	padding-top: 5px;
}
.footR input {
	border: 1px solid #1a1a1a;
	margin-right: 10px;
	height: 46px;
	line-height: 42px;
	padding: 0 10px;
	width: 23%;
	color: #ccc;
}
.footR .text2 {
	width: 32%;
}
.footR .sub {
	width: 18%;
	background: #cfa961;
	color: #fff;
	font-size: 1.143em;
	cursor: pointer;
	transition: all .4s;
}
.footR .sub:hover {
	background: #a88135;
}
.footer a {
	color: #999;
}
.footMenu a, .footIcon a {
	color: #fff;
	font-size: 16PX;
}
.footer a:hover {
	color: #fbcf00;
}
.copyright {
	padding: 15px 0;
	border-top: solid 1px rgba(255,255,255,.1);
	position: relative;
	z-index: 2;
	height: 80px;
}
.copyright::after {
	content: "";
	position: absolute;
	top: 0px;
	width: 200%;
	left: -50%;
	height: 100%;
	z-index: -1;
}
.firendlink {
	clear: both;
	padding-top: 5px;
}
.firendlink span {
	font-size: 14px;
	color: #fff;
}
.firendlink a {
	margin: 0 8px;
}
.hSearch {
	position: absolute;
	right: 0;
	top: 0;
	width: 160px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #d9b46d;
	padding: 0 10px;
	border-radius: 15px;
	padding-left: 35px;
}
.hSearch .btn {
	width: 15px;
	height: 15px;
	background: url('../images/sBtn.png') no-repeat;
	background-size: 100%;
	position: absolute;
	left: 10px;
	top: 8px;
	cursor: pointer;
}
.hSearch .text {
	width: 100%;
	color: #d9b46d;
	;
	outline: none;
	resize: none;
	border: none;
	line-height: 30px;
	background: none;
}
.hSearch input::-webkit-input-placeholder {
color:#d9b46d;
}
.hSearch input::-moz-placeholder {
color:#d9b46d;
}
.hSearch input:-ms-input-placeholder {
color:#d9b46d
}
.copyright .fr {
	float: right;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.copyright .fl {
	float: left;
	margin-top: 10px;
	font-size: 14px;
	color: #fff;
}
.footZwm {
	text-align: center;
	margin-left: 3%;
	margin-top: 1%;
}
.fSearch input::placeholder {
 color: #666;
font-size:14px;
}
.fSearch {
	top: 0;
	border: 1px solid #7c7c7c;
}
.footZwm img {
	border-radius: 5px;
}
.FGG {
	position: absolute;
	font-size: 200px;
	bottom: 0;
	color: rgba(255,255,255,.1);
	font-weight: bold;
}
.indAbBox:before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	width: 200px;
	height: 10px;
	z-index: -1;
	background-color: #fbcf00;
}
/*  .indAbBox:after{content:""; position:absolute;right:0;bottom:-4px;width:200px;height:10px;z-index: -1; background-color:#fbcf00;}*/
  
.fl {
	float: left;
}
.fr {
	float: right;
}
/*--新右边悬浮--*/
.rightSuspensionMain {
	position: fixed;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 100;
	display: none;
}
.rightSuspensionMain .rightSuspension {
	background-color: #fbcf00;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-webkit-box-shadow: 5px 13px 18px rgba(85, 65, 46, 0.19);
	box-shadow: 5px 13px 18px rgba(85, 65, 46, 0.19);
	position: relative;
}
.rightSuspensionMain .rightSuspension:before {
	right: 12px;
	left: 12px;
	bottom: 12px;
	top: 12px;
	content: '';
	position: absolute;
	background-color: #fbcf00;
	-webkit-border-radius: 26px;
	border-radius: 26px;/* -webkit-filter: blur(12px); filter: blur(12px);*/
}
.rightSuspensionMain .rightSuspension .list {
	width: 52px;
	height: 76px;
	cursor: pointer;
	position: relative;
	z-index: 10;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rightSuspensionMain .rightSuspension .list::before {
	right: 14px;
	left: 14px;
	bottom: 0px;
	content: '';
	position: absolute;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
}
.rightSuspensionMain .rightSuspension .list .icon {
	font-size: 20px;
	line-height: 1;
	color: #3e3e3e;
	position: relative;
	z-index: 10;
}
.rightSuspensionMain .rightSuspension .list .text {
	padding-top: 7px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	position: relative;
	z-index: 10;
}
.rightSuspensionMain .rightSuspension .list::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	background-color: #323232;
	opacity: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.rightSuspensionMain .rightSuspension .list:hover::after {
	opacity: 1;
}
.rightSuspensionMain .rightSuspension .list:last-child::before {
	display: none;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTelBox {
	position: absolute;
	right: 50%;
	top: 50%;
	padding-right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel {
	padding: 30px;
	width: 250px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	text-align: left;
	background-color: #fff;
	-webkit-filter: drop-shadow(5px 13px 18px rgba(85, 65, 46, 0.19));
	filter: drop-shadow(5px 13px 18px rgba(85, 65, 46, 0.19));
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel::before {
	right: 15px;
	left: 15px;
	bottom: 15px;
	top: 15px;
	content: '';
	position: absolute;
	background-color: #f9f1e4;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel .title {
	font-size: 14px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.7);
	position: relative;
	z-index: 10;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel .number {
	margin-top: 5px;
	font-size: 20px;
	line-height: 1;
	color: #3e3e3e;
	position: relative;
	z-index: 10;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel .number a {
	color: #3e3e3e;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel .title:nth-child(3) {
	padding-top: 13px;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTel::after {
	content: '';
	position: absolute;
	right: -9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTelQrCodeBox {
	position: absolute;
	right: 50%;
	top: 50%;
	padding-right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: 0;
	pointer-events: none;
	z-index: 1;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTelQrCodeBox .rightSuspensionTelQrCode {
	width: 130px;
	padding: 15px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	background-color: #fff;
	position: relative;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTelQrCodeBox .rightSuspensionTelQrCode img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 10;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTelQrCodeBox .rightSuspensionTelQrCode::after {
	content: '';
	position: absolute;
	right: -9px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
}
.rightSuspensionMain .rightSuspension .rightSuspensionTelQrCodeBox .rightSuspensionTelQrCode::before {
	right: 15px;
	left: 15px;
	bottom: 15px;
	top: 15px;
	content: '';
	position: absolute;
	background-color: #f9f1e4;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	-webkit-filter: blur(15px);
	filter: blur(15px);
}
.rightSuspensionMain .rightSuspension .list:hover .rightSuspensionTelBox {
	right: 99%;
	opacity: 1;
	pointer-events: all;
	z-index: 1;
}
.rightSuspensionMain .rightSuspension .list:hover .rightSuspensionTelQrCodeBox {
	right: 99%;
	opacity: 1;
	pointer-events: all;
	z-index: 1;
}
.rightSuspensionMain .scrollTopBtn {
	width: 52px;
	height: 59px;
	font-size: 20px;
	margin-top: 10px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	position: relative;
	-webkit-box-shadow: 5px 13px 18px rgba(85, 65, 46, 0.19);
	box-shadow: 5px 13px 18px rgba(85, 65, 46, 0.19);
	background-color: #ffcc00;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.rightSuspensionMain .scrollTopBtn i {
	position: relative;
	z-index: 10;
}
.rightSuspensionMain .scrollTopBtn:before {
	right: 8px;
	left: 8px;
	bottom: 8px;
	top: 8px;
	content: '';
	position: absolute;
	background-color: #ffcc00;
	-webkit-border-radius: 26px;
	border-radius: 26px;/* -webkit-filter: blur(8px); filter: blur(8px);*/
}
/*--新右边悬浮--*/


.section-block-demo309-else1 {
	font-size: 16px;
}
.section-block-demo309-else1 .title-bar {
	text-align: center;
	padding: 0.9375em 5%;
}
.section-block-demo309-else1 .title-bar .sub-title {
	color: #519c80;
	font-size: 1.125em;
	text-transform: uppercase;
	margin-bottom: .5em;
	display: block;
}
.section-block-demo309-else1 .title-bar .title {
	line-height: 1.2;
	color: var(--bs-theme-color);
}
.section-block-demo309-else1 .title-bar .title[heading-type="1"] {
	padding: 0;
}
.section-block-demo309-else1 .else-outer-wrap {
}
.section-block-demo309-else1 .else-items {
	row-gap: 1em;
}
.section-block-demo309-else1 .else-item {
	padding: 0.625em 1.1875em;
	width: calc(100% / 4);
	float: left;
}
.section-block-demo309-else1 .else-item .item-inner {
	position: relative;
	cursor: pointer;
	text-align: center;
	border-radius: 0.625em 0.625em 3.75em 0.625em;
	background-color: #fff;
	padding: 3em 5% 0em;
	box-shadow: 0.9375em 1em 0 #fbcf00;
}
.section-block-demo309-else1 .else-item .item-img {
	position: relative;
	padding: 1.1875em 0 .5em;
	margin: 0 auto;
	width: 4.25em;
	height: 5.625em;
	text-align: center;
	z-index: 1;
	display: flex;
	align-items: flex-end;
}
.section-block-demo309-else1 .else-item .item-img img {
	max-height: 100%;
	transition: all .35s ease;
}
.section-block-demo309-else1 .else-item .item-inner:hover .item-img img {
	transform: translateY(-.3125em);
}
.section-block-demo309-else1 .else-item .item-img .item-ico1 {
	width: 5em;
	height: 4.375em;
	background-image: url(../images/else-ico-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0;
	left: 0.4375em;
	z-index: -1;
}
.section-block-demo309-else1 .else-item .item-img .item-ico2 {
	width: 1.5625em;
	height: 1.5625em;
	border-radius: 50%;
	background-color: var(--bs-sec-theme-color);
	opacity: .35;
	position: absolute;
	bottom: 0;
	left: -1px;
	z-index: -1;
}
.section-block-demo309-else1 .else-item .item-sub-title {
	position: absolute;
	left: 10px;
	top: 0;
	text-transform: uppercase;
	margin: 1.25em 0 0px;
	display: block;
}
.item-num {
	padding: 10px;
	font-size: 100px;
	font-weight: bold;
	color: #fbcf00;
	opacity: .1;
}
.section-block-demo309-else1 .else-item .item-inner:hover .item-num {
	opacity: .8;
	z-index: -1;
}
.section-block-demo309-else1 .else-item .item-title {
	color: #333;
	font-size: 1.2em;
	font-weight: 700;
	position: relative;
	margin-bottom: 10%;
}
.section-block-demo309-else1 .else-item .item-desc {
	color: #37504a;
	font-size: 1.125em;
	line-height: 1.44;
	margin-top: .61em;
}
.section-block-demo309-else1 .else-item .item-btn {
	color: var(--bs-theme-color);
	display: block;
	padding: 1em 0;
}
.section-block-demo309-else1 .else-item .item-btn span {
	display: block;
	text-transform: uppercase;
}
.section-block-demo309-else1 .else-item .item-btn svg {
	color: var(--bs-theme-color);
	opacity: .5;
	margin-top: -0.125em;
	width: 1.875em;
	height: 1.875em;
	transition: all .35s ease;
}
.section-block-demo309-else1 .else-item .item-btn:hover svg {
	transform: translateY(.3125em);
	opacity: 1;
}
.section-block-demo309-else1 .else-item .item-catalogue {
	padding: 0em 0 0;
	text-align: left;
}
.section-block-demo309-else1 .item-catalogue a {
	display: block;
	min-height: 2.5625em;
	color: #666;
	margin: 0.75em 0;
	padding: 0.375em 1.375em;
	background-color: rgba(0, 0, 0,.1);
	border-radius: 1.875em;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section-block-demo309-else1 .item-catalogue .item-content {
	width: 62.33%;
	font-size: 14px;
	color: #666;
	font-weight: 500;
	line-height: 1.11;
}
.section-block-demo309-else1 .item-catalogue a:hover svg {
	transform: translateX(.3125em);
}
.section-block-demo309-else1 .item-catalogue svg {
	transition: all .35s ease;
}
       /*     .section-block-demo309-else1 .item-catalogue a:nth-child(1){opacity: .9;}
            .section-block-demo309-else1 .item-catalogue a:nth-child(2){opacity: .8;}
            .section-block-demo309-else1 .item-catalogue a:nth-child(3){opacity: .3;}
            .section-block-demo309-else1 .item-catalogue a:nth-child(4){opacity: .2;}*/

            @media screen and (max-width:1900px) {
.section-block-demo309-else1 {
font-size: .842vw
}
}
 @media only screen and (max-width:1199px) {
}
 @media only screen and (max-width:992px) {
.section-block-demo309-else1 {
	font-size: 10px;
	padding-bottom: 4em;
}
.section-block-demo309-else1 .else-items {
	margin: 0 auto;
}
}
 @media only screen and (max-width:768px) {
.section-block-demo309-else1 {
	padding-top: 0;
}
.section-block-demo309-else1 .else-items {
	padding-top: 1em;
}
.section-block-demo309-else1 .else-outer-wrap {
	padding-bottom: 2em;
}
}
.section-block-demo262-product .SeeMore {
	border: solid 1px #fbcf00 !important;
	color: #fbcf00;
	margin: auto;
	margin-bottom: 3%;
}
.section-block-demo262-product .SeeMore:hover {
	color: #fff;
}
#sectionIdd6ya5r4 .title {
	text-align: center;
 margin: 0 0 .78125vw;
}
#sectionIdd6ya5r4 .intro {
	font-size: var(--font-size17);
	color: #5F5F5F;
	text-align: center;
	line-height: 1.6;
}
.flex-wrap {
	flex-wrap: wrap;
}
.d-flex {
	display: flex;
}
[galleryitems] .block-item {
	width: calc(100% / 4);
}
.section-block-demo262-product {
	padding: 3.6rem 0 1rem;
	width: 100%;
	float: left;
	background-color: #F4F4F4;
	position: relative;
}
.section-block-demo262-product .page-logo {
	position: absolute;
	top: 26px;
	right: 49px;
	width: 10%;
}
.section-block-demo262-product .page-logo img {
	width: 100%;
}
.section-block-demo262-product .title[heading-type="7"] span.sub {
	font-weight: 600;
	margin-bottom: 1rem;
}
.section-block-demo262-product .title[heading-type="7"] strong {
	text-transform: capitalize;
}
.section-block-demo262-product .product-items {
	margin: 0 -8px;
	padding: 5px 0 27px;
}
.section-block-demo262-product .product-item {
	padding: 21px 8px;
}
.section-block-demo262-product .item-inner {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 15px 0 0;
	width: 100%;
}
.section-block-demo262-product .item-img {
	overflow: hidden;
	border-radius: 15px;
}
.section-block-demo262-product .item-img img {
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.section-block-demo262-product .item-inner:hover .item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.section-block-demo262-product .item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0 0;
}
.section-block-demo262-product .item-icon {
	position: relative;
	width: 33px;
	height: 33px;
	margin: 0 0 23px 18px;
}
.section-block-demo262-product .item-icon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--bs-theme-color);
	position: relative;
	z-index: 1;
}
.section-block-demo262-product .item-icon i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(230, 33, 41, .35);
	-webkit-animation: circlescale 3s linear infinite;
	animation: circlescale 3s linear infinite;
}
.section-block-demo262-product .item-icon i+i {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.section-block-demo262-product .item-icon i+i+i {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.section-block-demo262-product .item-title {
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, .28);
	padding: 11px 0 11px 18px;
}
 @-webkit-keyframes circlescale {
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
 transform: scale(2);
}
}
 @keyframes circlescale {
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
 transform: scale(2);
}
}
 @media only screen and (max-width:1366px) {
.section-block-demo262-product {
	padding: 3rem 0 1rem;
}
.section-block-demo262-product .page-logo {
	right: 2%;
	width: 13%;
}
.section-block-demo262-product .product-items {
	padding: 0;
}
.section-block-demo262-product .product-item {
	padding: 10px 8px;
}
.section-block-demo262-product .item-title {
	font-size: 18px;
}
}
 @media only screen and (max-width:992px) {
.section-block-demo262-product .page-logo {
	width: 16%;
	top: 10px;
}
.section-block-demo262-product .item-title {
	font-size: 16px;
}
.section-block-demo262-product .item-icon {
	margin: 0 0 13px 18px;
}
}
 @media only screen and (max-width:640px) {
.section-block-demo262-product {
	padding: 2rem 0 1rem;
}
.section-block-demo262-product .page-logo {
	width: 23%;
}
.section-block-demo262-product .item-title {
	font-size: 14px;
}
}
.qiyewem-t {
	width: 100%;
	float: left;
	font-size: 20px;
}
.qiyewem {
	width: 100%;
	float: left;
	margin-top: 5%;
}
.qiyewem ul {
	grid-template-columns: repeat(5, 1fr);
	display: grid;
	gap: 0px 10px;
}
.qiyewem ul li {
	width: 100%;
	float: left;
	text-align: center;
	border: solid 1px #f4f4f4;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 15px;
	background-color: #fff;
}
.qiyewem ul li span img {
	margin: auto;
	height: 40px;
}
.qiyewem ul li p {
	font-size: 16px;
	margin-top: 10px;
	color: #666;
}
.i_about_ul {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 6%;
	overflow: hidden;
	font-size: 14px;
}
.i_about_ul li {
	float: left;
	width: 100%;
	margin-right: 2%;
	overflow: hidden;
	margin-bottom: 2%;
}
.i_about_ul li:nth-child(2n+0) {
	margin-right: 0;
}
.i_about_ul li span {
	background: url(../images/i_bg2-1.png) 16px center no-repeat;
	line-height: 44px;
	height: 44px;
	padding-left: 38px;
	font-size: var(--font-size16);
	background-size: 13px 13px;
	overflow: hidden;
	display: block;
	border: 1px solid #e4e4e4;
	color: #777777;
	transition: all 0.3s;
}
.i_about_ul li:hover span {
	color: #fbcf00;
	background-image: url(../images/i_bg2_on.png);
	border-color: #fbcf00fbcf00;
}
.klkl {
	margin-top: 5%;
	width: 100%;
	float: left;
	font-size: 20px;
}
.section-block-xldqgyjtyxgs-case {
	position: relative;
	overflow: hidden;
	background: #f7f9ff;
	z-index: 1;
	padding: 3% 0 3%;
}
.section-block-xldqgyjtyxgs-case [heading-type="7"] span.sub {
	margin-bottom: 24px;
}
.section-block-xldqgyjtyxgs-case .title-bar {
	padding-bottom: 92px;
}
.section-block-xldqgyjtyxgs-case .item-img,  .section-block-xldqgyjtyxgs-case .item-info {
	width: 50%;
	overflow: hidden;
}
.section-block-xldqgyjtyxgs-case .outer-swiper-wrap,  .section-block-xldqgyjtyxgs-case .execute-swiper-slide {
	width: 100%;
}
.section-block-xldqgyjtyxgs-case .item-info {
	padding-left: 6.5%;
	color: #333333;
}
.section-block-xldqgyjtyxgs-case .item-tit {
	font-size: var(--font-size42);
	font-weight: 700;
	text-transform: capitalize;
	padding-bottom: 13px;
}
.section-block-xldqgyjtyxgs-case .item-tit strong {
	font-size: var(--font-size17);
	font-weight: normal;
	margin-left: 5%;
}
.section-block-xldqgyjtyxgs-case .item-line {
	display: block;
 width: 100%%;
	height: 1px;
	background: #ccc;
}
.section-block-xldqgyjtyxgs-case .item-desc {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding: 3% 0 0%;display: -webkit-box;
-webkit-box-orient: vertical;margin-bottom:3%;
-webkit-line-clamp: 4;
overflow: hidden;
}
.section-block-xldqgyjtyxgs-case .btn {
	padding-left: 0;
	font-size: 18px;
	color: #333333;
}
.section-block-xldqgyjtyxgs-case .btn:hover {
	color: #333;
}
.section-block-xldqgyjtyxgs-case .btn[btn-arrow="arrow-right2"] .la {
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
	margin-left: 12px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.section-block-xldqgyjtyxgs-case .btn[btn-arrow="arrow-right2"]:hover .la {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.section-block-xldqgyjtyxgs-case .btn[btn-arrow="arrow-right2"] .la:after {
	color: var(--bs-theme-color);
}
.section-block-xldqgyjtyxgs-case[pagination-btn-position=bottom][swipernormal] .swiper-control {
	position: absolute;
	margin-top: 0;
	bottom: 0;
}
.section-block-xldqgyjtyxgs-case[pagination-btn-color=theme] .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
}
.section-block-xldqgyjtyxgs-case[pagination-btn-color=theme] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--bs-theme-color);
}
.section-block-xldqgyjtyxgs-case .item2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.section-block-xldqgyjtyxgs-case .item2 .item-info {
	padding-left: 0;
	padding-right: 6.5%;
}
.section-block-xldqgyjtyxgs-case .item2 .item-line {
	left: 0;
	right: auto;
}
 @media screen and (max-width: 1440px) {
.section-block-xldqgyjtyxgs-case {
	padding: 75px 0;
}
.section-block-xldqgyjtyxgs-case .title-bar {
	padding-bottom: 60px;
}
.section-block-xldqgyjtyxgs-case .item-tit {
	font-size: 32px;
}
.section-block-xldqgyjtyxgs-case .item-desc {
	font-size: 16px;
	line-height: 1.5;
	padding: 35px 0;
}
}
 @media screen and (max-width: 1280px) {
.section-block-xldqgyjtyxgs-case .item-tit {
	font-size: 24px;
}
.section-block-xldqgyjtyxgs-case .item-desc {
	padding: 25px 0;
}
.section-block-xldqgyjtyxgs-case .btn {
	font-size: 16px;
}
}
 @media screen and (max-width: 992px) {
.section-block-xldqgyjtyxgs-case {
	padding: 60px 0;
}
.section-block-xldqgyjtyxgs-case .title-bar {
	padding-bottom: 35px;
}
.section-block-xldqgyjtyxgs-case .item-tit {
	font-size: 20px;
}
.section-block-xldqgyjtyxgs-case .item-desc {
	font-size: 14px;
}
}
 @media screen and (max-width: 650px) {
.section-block-xldqgyjtyxgs-case .item-img,  .section-block-xldqgyjtyxgs-case .item-info {
	width: 100%;
}
.section-block-xldqgyjtyxgs-case .item-info {
	padding: 0;
	margin: 15px 0;
}
}
#sectionId9v97tjk {
	background-image: url(../images/about-bg.jpg?b=01.) !important;
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center {
	background-color: rgb(255, 255, 255);
}
#sectionId9v97tjk>.layout.case-items>.case-item.item2.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info {
	padding-left: 80px;
	background-color: rgb(255, 255, 255);
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-tit {
	font-size: 60px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-tit>strong {
	font-size: 50px;
	color: rgb(0, 93, 59);
	line-height: 80px;
}
#sectionId9v97tjk>.layout.title-bar>h2>strong {
	color: rgb(5, 55, 37);
	font-size: 50px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.item2.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-tit {
	color: rgb(0, 93, 59);
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-desc {
	font-size: 20px;
	line-height: 30px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.item2.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.btn {
	color: rgb(5, 55, 37);
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.btn {
	color: rgb(5, 55, 37);
}
#sectionId9v97tjk>.layout.case-items>.case-item.item2.d-flex.flex-wrap.justify-content-between.align-items-center {
	background-color: rgb(255, 255, 255);
}
#sectionId9v97tjk>.layout.title-bar>h2>.sub {
	font-weight: 400;
	font-size: 18px;
}
#sectionId9v97tjk>.layout.title-bar>h2 {
	padding-bottom: 0px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.item2.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-desc {
	line-height: 30px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info {
	padding-left: 104px;
}
#sectionId9v97tjk>.layout.case-items>.case-item.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-tit>.sub {
	font-weight: 300;
}
#sectionId9v97tjk>.layout.case-items>.case-item.item2.d-flex.flex-wrap.justify-content-between.align-items-center>.item-info>.item-tit>strong {
	font-size: 50px;
}
.section-block-demo262-product .SeeMore {
	border: solid 1px #fbcf00 !important;
	color: #fbcf00;
	margin: auto;
	margin-bottom: 3%;
}
.section-block-demo262-product .SeeMore:hover {
	color: #fff;
}
#sectionIdd6ya5r4 .title {
	text-align: center;
 margin: 0 0 .78125vw;
}
#sectionIdd6ya5r4 .intro {
	font-size: var(--font-size17);
	color: #5F5F5F;
	text-align: center;
	line-height: 1.6;
}
.flex-wrap {
	flex-wrap: wrap;
}
.d-flex {
	display: flex;
}
[galleryitems] .block-item {
	width: calc(100% / 4);
}
.section-block-demo262-product {
	padding:3% 0 0;
	width: 100%;
	float: left;
	background-color: #F4F4F4;
	position: relative;
}
.section-block-demo262-product .page-logo {
	position: absolute;
	top: 26px;
	right: 49px;
	width: 10%;
}
.section-block-demo262-product .page-logo img {
	width: 100%;
}
.section-block-demo262-product .title[heading-type="7"] span.sub {
	font-weight: 600;
	margin-bottom: 1rem;
}
.section-block-demo262-product .title[heading-type="7"] strong {
	text-transform: capitalize;
}
.section-block-demo262-product .product-items {
	margin: 0 -8px;
	padding: 5px 0 27px;
}
.section-block-demo262-product .product-item {
	padding: 21px 8px;
}
.section-block-demo262-product .item-inner {
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 15px 0 0;
	width: 100%;
}
.section-block-demo262-product .item-img {
	overflow: hidden;
	border-radius: 20px;
}
.section-block-demo262-product .item-img img {
	width: 100%;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.section-block-demo262-product .item-inner:hover .item-img img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.section-block-demo262-product .item-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 0 0;
}
.section-block-demo262-product .item-icon {
	position: relative;
	width: 33px;
	height: 33px;
	margin: 0 0 23px 18px;
}
.section-block-demo262-product .item-icon span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	line-height: 1;
	font-weight: 600;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: var(--bs-theme-color);
	position: relative;
	z-index: 1;
}
.section-block-demo262-product .item-icon i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(251, 207, 0, .35);
	-webkit-animation: circlescale 3s linear infinite;
	animation: circlescale 3s linear infinite;
}
.section-block-demo262-product .item-icon i+i {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.section-block-demo262-product .item-icon i+i+i {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.section-block-demo262-product .item-title {
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, .28);
	padding: 11px 0 11px 18px;border-radius: 0 0 20px 20px;
}
 @-webkit-keyframes circlescale {
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
 transform: scale(2);
}
}
 @keyframes circlescale {
 0% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
 100% {
 opacity: 0;
 -webkit-transform: scale(2);
 transform: scale(2);
}
}
 @media only screen and (max-width:1366px) {
.section-block-demo262-product {
	padding: 3rem 0 1rem;
}
.section-block-demo262-product .page-logo {
	right: 2%;
	width: 13%;
}
.section-block-demo262-product .product-items {
	padding: 0;
}
.section-block-demo262-product .product-item {
	padding: 10px 8px;
}
.section-block-demo262-product .item-title {
	font-size: 18px;
}
}
 @media only screen and (max-width:992px) {
.section-block-demo262-product .page-logo {
	width: 16%;
	top: 10px;
}
.section-block-demo262-product .item-title {
	font-size: 16px;
}
.section-block-demo262-product .item-icon {
	margin: 0 0 13px 18px;
}
}
 @media only screen and (max-width:640px) {
.section-block-demo262-product {
	padding: 2rem 0 1rem;
}
.section-block-demo262-product .page-logo {
	width: 23%;
}
.section-block-demo262-product .item-title {
	font-size: 14px;
}
}
.hezuokehu {
	width: 100%;
	float: left;
	padding-top: 3%;
	padding-bottom: 3%;
	background-image: url(../images/img-bg03.jpg);
}
.hezuokehu .title {
	text-align: center;
margin: 0 0 .78125vw;
}
.hezuokehu .intro {
	text-align: center;
	font-size: var(--font-size17);color: #5F5F5F;
}
.hezuo {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 3%;
}
.hezuo ul {
	grid-template-columns: repeat(8, 1fr);
	display: grid;
	gap: 0px 0px;
}
.hezuo a {
	border: dashed 1px #f1f1f1;
}
.hezuo a img {
	max-width: 100%;
}
.hezuo .SeeMore {
	border: solid 1px #fbcf00 !important;
	color: #fbcf00;
	margin: auto;
	margin-top: 3%;
}
.hezuo .SeeMore:hover {
	color: #fff;
}
.section-block-demo284-certificate .title {
	text-align: center;
margin: 0 0 .78125vw;
	color: #fff;
}
.section-block-demo284-certificate .intro {
	text-align: center;
	font-size: var(--font-size17);
	color: #fff;
}
.section-block-demo284-certificate {
	padding: 3% 0 3%;
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/652e48982785360303-1.jpg?b=1.0) no-repeat center 0;
}
.outer-swiper-wrap {
	position: relative;
}
.section-block-demo284-certificate .swiper-button {
	filter: brightness(0) invert(1);
}
.section-block-demo284-certificate .title-bar .title {
	text-transform: capitalize;
	line-height: 1;
}
.section-block-demo284-certificate .title-bar .title[heading-type="1"] {
	padding: 1rem 0;
}
.section-block-demo284-certificate .title-bar .desc {
	font-size: 20px;
	text-align: center;
}
.section-block-demo284-certificate img {
	width: 100%;
}
.section-block-demo284-certificate .certificate-item {
	padding: 5rem 0;
}
.section-block-demo284-certificate .certificate-item img {
	-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, .24);
	box-shadow: 0 0 9px rgba(0, 0, 0, .24);
}
.section-block-demo284-certificate .swiper-slide {
	position: relative;
	-webkit-transition: all 1.2s;
	-o-transition: all 1.2s;
	transition: all 1.2s;
	transform: translateX(150%) scale(.5);
	opacity: 0;
	width: 297px;
}
.section-block-demo284-certificate .swiper-slide-active {
	-webkit-transform: translateX(95%) scale(.75);
	-ms-transform: translateX(95%) scale(.75);
	transform: translateX(95%) scale(.75);
	z-index: 1;
	opacity: 1;
}
.section-block-demo284-certificate .swiper-slide-next {
	-webkit-transform: translateX(-49%) scale(1);
	-ms-transform: translateX(-49%) scale(1);
	transform: translateX(-49%) scale(1);
	z-index: 2;
	opacity: 1;
}
.section-block-demo284-certificate .swiper-slide-next+.swiper-slide {
	-webkit-transform: translateX(0) scale(1.2);
	-ms-transform: translateX(0) scale(1.2);
	transform: translateX(0) scale(1.2);
	z-index: 4;
	opacity: 1;
}
.section-block-demo284-certificate .swiper-slide-next+.swiper-slide+.swiper-slide {
	-webkit-transform: translateX(49%) scale(1);
	-ms-transform: translateX(49%) scale(1);
	transform: translateX(49%) scale(1);
	z-index: 3;
	opacity: 1;
}
.section-block-demo284-certificate .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide {
	-webkit-transform: translateX(-95%) scale(.75);
	-ms-transform: translateX(-95%) scale(.75);
	transform: translateX(-95%) scale(.75);
	z-index: 1;
	opacity: 1;
}
.section-block-demo284-certificate .swiper-slide-next+.swiper-slide+.swiper-slide+.swiper-slide~.swiper-slide {
	transform: translateX(-150%) scale(.5);
}
.section-block-demo284-certificate .certificate-bottom {
	margin-top: -11.3%;
}
.section-block-demo284-certificate[slide-btn-style="circle"] .swiper-button {
	border-width: 1px;
}
.section-block-demo284-certificate[slide-btn-style="circle"][pagination-btn-color=white] .swiper-button {
	border-color: #CCCCCC;
	color: #CCCCCC;
}
.section-block-demo284-certificate[slide-btn-style="circle"][pagination-btn-color=white]:hover .swiper-button:hover {
	color: #fff;
	border-color: var(--bs-theme-color);
}
.section-block-demo284-certificate[pagination-btn-position=disperse] .swiper-control .swiper-button-prev {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.section-block-demo284-certificate[pagination-btn-position=disperse] .swiper-control .swiper-button-next {
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}
 @media only screen and (max-width:992px) {
.section-block-demo284-certificate .certificate-item {
	padding: 3rem 0;
}
}
 @media only screen and (max-width:640px) {
.section-block-demo284-certificate .title-bar .desc {
	font-size: 14px;
}
.section-block-demo284-certificate .certificate-item {
	padding: 2rem 0;
}
.section-block-demo284-certificate .swiper-button {
	width: 2rem;
	height: 2rem;
	font-size: 1rem;
}
.section-block-demo284-certificate[pagination-btn-position=disperse] .swiper-control .swiper-button-prev,  .section-block-demo284-certificate[pagination-btn-position=disperse] .swiper-control .swiper-button-next {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
}
 @media only screen and (max-width:480px) {
.section-block-demo284-certificate .certificate-bottom {
	margin-top: -12%;
}
}
.section-block-demo111-partner .title {
	text-align: center;
margin: 0 0 .78125vw;
}
.section-block-demo111-partner .intro {
	text-align: center;color: #5F5F5F;
	font-size: var(--font-size17);
}
.section-block-demo111-partner {
	position: relative;
	padding: 3% 0 3% 0;
	width: 100%;
	float: left;
}
.section-block-demo111-partner .title-bar {
	position: relative;
	margin-bottom: 2.7rem;
	text-align: center;
}
.section-block-demo111-partner .title-bar .title {
	text-transform: uppercase;
}
.section-block-demo111-partner .title-bar .text {
	font-weight: 300;
	font-size: 18px;
	max-width: 1260px;
	margin: auto;
}
.section-block-demo111-partner .partner-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 2rem 0;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section-block-demo111-partner .partner-item {
	padding: 2rem;width: 20%;text-align: center;
	/*width: 16.66%;*/
}
.section-block-demo111-partner .partner-item img {
	width: 100%;
}
.section-block-demo111-partner .partner-item:nth-of-type(7) {
	margin-left: 1px;
}
.section-block-demo111-partner .partner-item:nth-of-type(n+7) {
	margin-top: -10rem;
}

.orgRoleBg{width:100%;float:left;margin-bottom:3%;margin-top:3%;}
.orgRoleMain { position:relative;}
	.orgRoleBg .orgRole .orgRoleMain ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; 
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中（如果需要） */
    list-style: none;         /* 移除列表样式 */
    padding: 0;
    margin: 0;
    gap: 0px;            /* 设置项目之间的间距 */
    flex-wrap: wrap;    display: grid;grid-template-columns: repeat(5, 1fr);          /* 响应式：在小屏幕时自动换行 */
}
.orgRoleBg .orgRole .orgRoleMain ul::before {
  position: absolute;
  top: 50%;
  left: -1.01563vw;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.36458vw;
  height: 0.36458vw;
  background: #fbcf00;
  border-radius: 50%;
  content: "";
  display: block;
}
.orgRoleBg .orgRole .orgRoleMain ul li {
  display: -webkit-box;
  display: -webkit-flex;background-color: #fff;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 14.94792vw;
  height: 14.94792vw;
  padding: 1.5625vw;
  margin-right: 1.61458vw;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}
.orgRoleBg .orgRole .orgRoleMain ul li::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16.66667vw;
  height: 16.66667vw;
  content: "";
  display: block;
}
.orgRoleBg .orgRole .orgRoleMain ul li::before {
  position: absolute;
  top: 50%;
  right: -1.01563vw;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.36458vw;
  height: 0.36458vw;
  background: #fbcf00;
  border-radius: 50%;
  content: "";
  display: block;
}
.orgRoleBg .orgRole .orgRoleMain ul li:nth-child(odd)::after {
  background: url("../images/orgRoleItemBg1.png") no-repeat center;
  background-size: 100% 100%;
}
.orgRoleBg .orgRole .orgRoleMain ul li:nth-child(even)::after {
  background: url("../images/orgRoleItemBg2.png") no-repeat center;
  background-size: 100% 100%;
}
.orgRoleBg .orgRole .orgRoleMain ul li:last-child {
  margin-right: 0px;
}
.orgRoleBg .orgRole .orgRoleMain ul li:hover {
  background-color: #fbcf00;
  -webkit-box-shadow: 0px 0.41667vw 0.9375vw 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0.41667vw 0.9375vw 0px rgba(0, 0, 0, 0.18);
}
.orgRoleBg .orgRole .orgRoleMain ul li:hover .icon img.active {
  display: block;
}
.orgRoleBg .orgRole .orgRoleMain ul li:hover .icon img.default {
  display: none;
}
.orgRoleBg .orgRole .orgRoleMain ul li:hover .title {
  color: #fff;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.orgRoleBg .orgRole .orgRoleMain ul li:hover .desc {
  color: white;
}
.orgRoleBg .orgRole .orgRoleMain ul li .icon img {
  width: auto;
  height: 3.125vw;
}
.orgRoleBg .orgRole .orgRoleMain ul li .icon img.active {
  display: none;
}
.orgRoleBg .orgRole .orgRoleMain ul li .title {
  font-size:var(--font-size22);
  font-weight: bold;
  margin: 1.30208vw 0px 0.625vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.orgRoleBg .orgRole .orgRoleMain ul li .desc {
  font-size: var(--font-size16);
  color: #666;
  font-weight: 300;
  line-height: 1.14583vw;
  height: 2.29167vw;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width:1550px) {
.section-block-demo111-partne r {
	padding: 5rem 0 1.8rem 0;
}
.section-block-demo111-partner .title-bar {
	margin-bottom: 2rem;
}
.section-block-demo111-partner .partner-items {
	padding: 1.3rem 0;
}
.section-block-demo111-partner .partner-item {
	padding: 1.3rem;
}
.section-block-demo111-partner .partner-item:nth-of-type(n+7) {
	margin-top: -8rem;
}
}
@media screen and (max-width:1366px) {
.section-block-demo111-partner {
	padding: 3.5rem 0 1rem 0;
}
.section-block-demo111-partner .title-bar {
	margin-bottom: 1.2rem;
}
.section-block-demo111-partner .title-bar .title {
padding:.5rem 0;
}
.section-block-demo111-partner .partner-item:nth-of-type(n+7) {
	margin-top: -6rem;
}
.section-block-demo111-partner .partner-item {
	padding: 1rem;
}
}
@media screen and (max-width:1000px) {
    
.section-block-xldqgyjtyxgs-case .item-img, .section-block-xldqgyjtyxgs-case .item-info {
	width: 100%;
}
.section-block-xldqgyjtyxgs-case .item-info {
	width: 100%;
	padding-left: 0;
	margin-top: 3%;
	margin-bottom: 3%;
}
.module_hEWu4upOZcr0 .header.on .langBox {
  border: 1px solid var(--vi-color);
}
}
 @media screen and (max-width:992px) {
     .module_hEWu4upOZcr0 .header .navBox .navList .list .subNavMain .subNavBox .subNav .subNavList > a{	font-size: 14px;}

.section-block-demo111-partner .title-bar {
	margin-bottom: 1rem;
}
.section-block-demo111-partner .partner-items {
padding:.5rem 0;
}
.section-block-demo111-partner .partner-item:nth-of-type(n+7) {
	margin-top: -10%;
}
.section-block-demo111-partner .partner-item {
	padding: 10px;
}
[galleryitems] .block-item {
	width: calc(100% / 2);
}
}
@media screen and (max-width:640px) {
.section-block-demo111-partner {
	padding: 1.5rem 0;
}
.section-block-demo111-partner .partner-item:nth-of-type(n+7) {
	margin-top: -7%;
}
.section-block-demo111-partner .partner-item {
	padding: 5px;
}
}
#sectionIdb5ts9ip {
	padding-top: 20px;
	padding-bottom: 40px;
}
 @media only screen and (max-width:800px) {
[galleryitems] .block-item {
	width: calc(100% / 1);
}
.indexSolution ul li .image {
	width: 100%;
}
.indexSolution .SolutionList .columns {
	width: 100%;
}
.indexSolution .SolutionList {
	margin: 0%;
}
.indexSolution .SolutionList dl {
	position: inherit;
	margin-top: 10%;
}

/* footer */

.footL {
	display: block;
	width: 100%;
}
/* .footBox ul {
        display: none;
    } */

.footMt a img {
	width: 65px;
	border-radius: 4px;
}
.footMt p {
	font-size: 12px;
}
.backTop {
	display: none;
}
.footLogo {
	width: 220px;
}
.footR_ul {
	margin-top: 25px;
}
.footR_li p,  .footR_flex p {
	font-size: 14px;
	padding-top: 0px;
}
.footR_ss {
	margin-top: 30px;
}
.footBot {
	padding: 15px 0;
}
.jkjo {
	width: 100%;
	float: left;
	text-align: center;
	display: block ruby;
}
.footC {
	width: 100%;margin-left:0;
	text-align: center;
}
.footL {
	width: 100%;
	text-align: center;
}
.footer .tie::after {
	left: 48%;
}
.jkjo .fr{float: left;margin-left: 0%;width: 33.333%;}.jkjo .fr img{padding:10px;}
.hezuo ul{grid-template-columns: repeat(4, 1fr);}
 .orgRoleBg {
    padding: 40px 0px;
  }
  .orgRoleBg .orgRole .orgRoleTitle {
    font-size: 20px;
    margin-bottom: 35px;
  }
  .orgRoleBg .orgRole .orgRoleMain ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .orgRoleBg .orgRole .orgRoleMain ul::before {
    width: 6px;
    height: 5px;
    border-radius: 50%;
    right: auto;
    top: -13px;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .orgRoleBg .orgRole .orgRoleMain ul li {
    width: 190px;
    height: 190px;
    margin-right: 0px;
    padding: 23px;
    margin-bottom: 20px;
  }
  .orgRoleBg .orgRole .orgRoleMain ul li:last-child {
    margin-bottom: 0px;
  }
  .orgRoleBg .orgRole .orgRoleMain ul li::before {
    width: 6px;
    height: 5px;
    border-radius: 50%;
    right: auto;
    top: auto;
    bottom: -13px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .orgRoleBg .orgRole .orgRoleMain ul li::after {
    width: 210px;
    height: 210px;
  }
  .orgRoleBg .orgRole .orgRoleMain ul li:nth-child(odd)::after {
    background-image: url("../images/orgRoleItemBg3.png");
  }
  .orgRoleBg .orgRole .orgRoleMain ul li:nth-child(even)::after {
    background-image: url("../images/orgRoleItemBg4.png");
  }
  .orgRoleBg .orgRole .orgRoleMain ul li .icon img {
    height: 42px;
  }
  .orgRoleBg .orgRole .orgRoleMain ul li .title {
    font-size: 15px;
    margin: 8px 0px 6px;
  }
  .orgRoleBg .orgRole .orgRoleMain ul li .desc {
    font-size: 13px;
    line-height: 21px;
    height: auto;
  }.orgRoleBg .orgRole .orgRoleMain ul{grid-template-columns: repeat(1, 1fr);display:flex;}
  #indexAboutusNumber{margin-top:0;}#indexAboutusNumber ul{height:auto;}.ui.view.homepage .intro{padding-bottom:0;padding-top: 3%;}.ui.view.homepage .intro .title{margin-bottom: 0;}
}
.newTopText .More a{border: solid 1px #fbcf00 !important;
  color: #fbcf00;width: 7.083333vw;
  height: 2.604167vw;
  line-height: 2.604167vw;
  border: .104167vw solid #ffffff;
  border-radius: 50px;float: left;
  text-align: center;}
.newTopText .More a:hover{ background-color:#fbcf00;color:#fff;}



.h-mp{width:100%;float:left; text-align:center;}

.h-mp .SeeMore{background-color: #fbcf00; color: #fff;margin: auto; }

@media(max-width:1400px){
    .section-block-demo309-else1 .else-item .item-title{height: 60px;}
.section-block-demo309-else1 .item-catalogue a{min-height: 4.5625em;}
  .qiyewem ul li p{font-size: 14px;}  
    
    
}


@media(max-width:800px){
    
      .section-block-demo309-else1 .else-item .item-title{height: auto;}
.section-block-demo309-else1 .item-catalogue a{min-height: auto;}
    .banner .columns {
position: inherit;padding-top: 0;
    padding-bottom: 90px;
}
.banner .columns .title{color: #fff;}
  .indexSolution .SolutionList dl dd{width: 50%;
    min-width: 50%;
    width: 50%;
    min-width: 50%;}
  .indexSolution .SolutionList dl dd a{margin-left: 0px;}      
   .newTopText .More a{width: 100px;
  height: 30px;
  line-height: 30px;}   
}
