.maodian {
	position: relative;
	top: -80px;
}

.yx_Nobody {
	border: 1px solid #F1F2F4;
	padding: var(--yx_FS42) var(--yx_FS24);
	border-radius: 12px;
	transition: all .24s ease-in-out;
}

.yx_Nobody .yx_NoContent {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	margin-bottom: var(--yx_FS24);
	transition: all .24s ease-in-out;
	display-radio: flex;
}

.yx_Nobody:hover {
	border-color: transparent;
	box-shadow: 0 12px 64px rgba(0, 44, 109, .12);
}

.yx_Nobody .yx_NoSvg {
	width: 20%;
	height: auto;
	font_radio: 1;
	display-radio: 1;
	margin-left: auto;
	margin-right: auto;
	max-width: 200px;
}

.yx_Nobody .yx_NoSvg svg {
	margin: 0;
	width: 100% !important;
	height: 100% !important;
}

.yx_Nobody .yx_NoTitle {
	font_radio: 2;
	display-radio: 1;
	opacity: 1;
	line-height: 2;
	text-align: center;
	margin-top: var(--yx_FS18);
	font-size: var(--yx_FS18);
}

.index_cloumn {
	position: fixed;
	z-index: 10;
	right: 0;
	top: 60%;
	background: var(--yx_Color);
	width: var(--yx_FS48);
	border-radius: 5px;
	padding: var(--yx_FS16) 0;
	transform: translateY(-50%);

}

.index_cloumn .box ul li .item {
	text-align: center;
	padding: var(--yx_FS14) 0;
	position: relative;
}

.index_cloumn .box ul li .item .text {
	font-size: var(--yx_FS14);
	color: #fff;
	margin-top: var(--yx_FS14);
}

.index_cloumn .box ul li .wxewm>p {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-120%);
	left: 0;
}

.index_cloumn .box ul li .wxewm>p img {
	width: 130px;
}

.index_cloumn .box ul li .wxewm:hover p {
	display: block;
}

.index_cloumn .box ul li .phone>p {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-100%);
	left: 0;
	background: #fff;
	color: var(--yx_Color);
	line-height: var(--yx_FS36);
	width: 7rem;
	font-size: var(--yx_FS24);
	text-align: center;
	font-weight: bold;

}

.index_header .box .boxRight .phone .yx_icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 50%;
	background: var(--yx_Color);
	line-height: 40px;
	text-align: center;
	color: #fff;
	margin-right: 24px;
	font-size: 18px;
}

.index_cloumn .box ul li .phone:hover p {
	display: block;
}

.index_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 4;
	width: 100%;
	transition: 0.4s;
}

.index_header .box {
	margin: 0 3.125vw;
}

.index_header .box .boxLeft .logo {
	padding: 30px 0;
}

.index_header .box .boxLeft .logo a img {
	height: 40px;
}

.index_header .box .boxLeft .logo p {
	font-size: var(--yx_FS22);
	color: #fff;
	margin-left: var(--yx_FS24);
	font-weight: bold;
	position: relative;
	transition: all 0.6s;
	padding-left: var(--yx_FS24);
}

@media screen and (max-width: 1720px) {
	.index_header .box .boxLeft .logo p {
		font-size: var(--yx_FS18);
	}
}

.index_header .box .boxLeft .logo p:before {
	content: '';
	width: 1px;
	height: 80%;
	background: rgba(255, 255, 255, 0.3);
	position: absolute;
	left: 0%;
	top: 10%;
	transition: all 0.6s;
}

.index_header.header_on1 .box .boxLeft .logo p:before,
.index_header.header_on .box .boxLeft .logo p:before {
	background: rgba(0, 0, 0, 0.15) !important;
}

.index_header.header_on1 .box .boxLeft .logo p,
.index_header.header_on .box .boxLeft .logo p {
	color: #2a2a2a !important;
}

.index_header .box .boxLeft {
	width: calc(100% - 240px);
	padding-right: 5%;
}

.index_header .box .boxRight {
	width: 240px;
}

.index_header .box .boxLeft .nav ul li {
	margin-right: 4vw;
}

.index_header .box .boxLeft .nav ul li:last-child {
	margin-right: 0;
}

.index_header .box .boxLeft .nav ul li a {
	font-size: 18px;
	display: inline-block;
	line-height: 100px;
	color: #fff;
	transition: 0.4s;
}

.index_header.header_on1 .box .boxLeft .nav ul li a,
.index_header.header_on .box .boxLeft .nav ul li a {
	color: #000;
}

.index_header .box .boxLeft .nav ul li:hover a {
	color: var(--yx_Color);
}

.index_header .box .boxLeft .nav ul .active a {
	position: relative;
}

.index_header .box .boxLeft .nav ul .active a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	background: var(--yx_Color);
	height: 2px;
	width: 100%;
}

.index_header .box .boxLeft .nav:hover .index_nav {
	visibility: initial;
	opacity: 1;
}

.index_header .box .boxRight .phone {
	font-size: var(--yx_FS24);
	color: #fff;
	line-height: 100px;
	font-weight: bold;
}

.index_header .box .boxRight .phone img {
	width: var(--yx_FS24);
	height: auto;
	margin-right: var(--yx_FS16);
}

.index_header .box .boxRight .search {
	line-height: 90px;
	margin-left: var(--yx_FS24);
	cursor: pointer;
	display: none;
}

.index_header .box .boxRight .language {
	display: flex;
	align-items: center;
	margin-left: var(--yx_FS24);
}

.index_header .box .boxRight .language a {
	font-size: 16px;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.4);
}

.index_header .box .boxRight .link {
	margin-left: var(--yx_FS24);
	display: flex;
	align-items: center;
}

.index_header .box .boxRight .link a {
	display: inline-block;
	width: 126px;
	line-height: 42px;
	border-radius: 21px;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
}

.index_header .box .boxRight .menu {
	display: flex;
	align-items: center;
	margin-left: var(--yx_FS30);
	display: none;
	min-height: 45px;
}

.index_header .box .boxRight .menu span {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 2px;
	background-color: var(--yx_CTwo);
	border-radius: 2px;
	vertical-align: middle;
	cursor: pointer;
}

.index_header .box .boxRight .menu span::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	border-radius: 2px;
	top: -8px;
	background-color: var(--yx_CTwo);
}

.index_header .box .boxRight .menu span::after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	left: 0;
	border-radius: 2px;
	bottom: -8px;
	background-color: var(--yx_CTwo);
}

.index_header .box .boxRight .act span {
	background: none;
}

.index_header .box .boxRight .act span::before {
	transform: rotate(45deg);
	top: 0;
}

.index_header .box .boxRight .act span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

.index_nav {
	position: fixed;
	z-index: 3;
	top: 100px;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 3% 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.4s;
}

.index_nav .box_nav {
	margin: 0 9.375vw;
}

.index_nav .box_nav .item_nav {
	width: 20%;
	text-align: left;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	padding-left: var(--yx_FS42) !important;
}

.index_nav .box_nav .item_nav:after {
	position: absolute;
	content: '';
	display: block;
	width: 1%;
	height: 100%;
	margin-left: 100%;
	background: #ddd;
}

.index_nav .box_nav .item_nav:first-child {
	width: 60%;
}

.index_nav .box_nav .item_nav:last-child {
	border: 0;
}

.index_nav .box_nav .item_nav h5 {
	font-size: 18px;

}

.index_nav .box_nav .item_nav div {
	margin-top: var(--yx_FS24) position: inherit;
	/* overflow: hidden; */
	height: 100%;
}

.index_nav .box_nav .yx_flex,
.index_nav .box_nav .yx_List3 {
	margin-top: 0px !important;
	padding: 0px !important;
}

.index_nav .box_nav .yx_List3 {
	border-right: 1px solid #ddd;
	margin-bottom: 0px !important;
}

.index_nav .box_nav .yx_List3:last-child {
	border-right: none;
}

.index_nav .box_nav .item_nav div p a {
	font-size: 15px;
	color: #666;
	line-height: 200%;
	transition: 0.4s;
}

.index_nav .box_nav .item_nav div p a:hover {
	color: var(--yx_Color);
}

.searchBox {
	position: fixed;
	width: 100%;
	background: #f6f6f6;
	z-index: 5;
	left: 0;
	top: 90px;
	padding: var(--yx_FS36) 0;
	transition: all 0.5s;
	display: none;
}

.searchBox .boxMain input[type='text'] {
	background: #fff;
	display: block;
	height: var(--yx_FS36) font-size: var(--yx_FS16);
	box-sizing: border-box;
	padding: 0 var(--yx_FS16);
	width: 18rem;
	border: 0;
}

.searchBox .boxMain a input {
	display: block;
	width: var(--yx_FS36) height: var(--yx_FS36) border: 0;
	cursor: pointer;
	background: var(--yx_Color) url(../image/search.png) no-repeat 50% 50%;
}

.searchBoxOn {
	display: flex;
}

.header_on {
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.header_on .box .boxRight .search {
	filter: invert(1);
}

.header_on .box .boxRight .language {
	filter: invert(1);
}

.header_on1 {
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 7px 29px 0px;
}

.header_on1 .box .boxRight .phone,
.header_on .box .boxRight .phone {
	color: #2a2a2a;
}

.header_on1 .box .boxRight .search {
	filter: invert(1);
}

.header_on1 .box .boxRight .language {
	filter: invert(1);
}

.index_banner .box {
	position: relative;
}

.index_banner .box .banner .item {
	position: relative;
}

.index_banner .box .banner .item .img img {
	width: 100%;
}

.index_banner .box .banner .item .main {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	padding: 0 5.2vw;
	box-sizing: border-box;
}

.index_banner .box .banner .item .main .content1 {
	font-size: 3.5rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 0 var(--yx_FS16) rgba(0, 0, 0, 0.6);
}

.index_banner .box .banner .item .main .content2 {
	margin-top: 4.25rem;
}

.index_banner .box .mouse {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: var(--yx_FS42) z-index: 1;
	cursor: pointer;
}

.index_banner .box .button {
	position: absolute;
	left: 5.2vw;
	bottom: var(--yx_FS42) z-index: 1;
}

.index_banner .box .button p {
	margin-right: var(--yx_FS16);
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: 0.4s;
	cursor: pointer;
	color: #fff;
}

.index_banner .box .button p:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
}

.index_banner .box .button p:hover span {
	color: #fff;
}

.index_banner .box .page {
	position: absolute;
	right: 5.2vw;
	bottom: var(--yx_FS42) z-index: 1;
}

.index_banner .box .page>div {
	position: relative;
}

.index_banner .box .page>div .swiper-pagination {
	position: initial;
}

.index_banner .swiper-pagination-bullet {
	background: none;
	opacity: 1;
	margin: 0 30px 0 0;
	width: auto;
	height: auto;
	position: relative;
	outline: none;
	vertical-align: middle;
	opacity: 0.7;
}

.index_banner .swiper-pagination-bullet:last-child {
	width: 18px;
	overflow: hidden;
	margin-right: 0;
}

.index_banner .swiper-pagination-bullet span {
	background: none;
	display: block;
	border-radius: 0%;
	font-size: 14px;
	color: #fff;
}

.index_banner .swiper-pagination-bullet i {
	background: #fff;
	height: 2px;
	width: 0px;
	position: absolute;
	top: 7px;
	left: 22px;
	transform-origin: left;
	z-index: 3;
	transition-timing-function: linear;
}

.index_banner .swiper-pagination-bullet-active span,
.index_banner .swiper-pagination-bullet:hover span {
	margin-top: 0;
	margin-left: 0;
	position: relative;
	z-index: 1;
}

.index_banner .swiper-pagination-bullet-active {
	margin-right: 74px;
	opacity: 1;
}

.index_banner .swiper-pagination-bullet-active i {
	animation: middle 6s linear;
}

@keyframes first {
	0% {
		transform: scaleX(0.5);
		left: 0px;
	}

	/*091*/
	100% {
		transform: scaleX(1);
		left: 4px;
	}

	/*0915*/
}

@keyframes last {
	0% {
		transform: scaleX(0.7);
		left: -10px;
	}

	/*1090*/
	20% {
		transform: scaleX(0.3);
		left: 4px;
	}

	/*090*/
	100% {
		transform: scaleX(0.3);
		left: 0px;
	}

	/*090*/
}

@keyframes middle {
	0% {
		width: 0px;
	}

	100% {
		width: 58px;
	}
}

.w1720 {
	margin: 0 5.2vw;
}

.index_link a {
	font-size: var(--yx_FS16);
	display: block;
	width: 1var(--yx_FS16);
	line-height: var(--yx_FS36);
	color: #fff;
	background: var(--yx_Color);
	border-radius: var(--yx_FS24) text-align: center;
}

.index_link a img {
	margin-left: var(--yx_FS14) position: relative;
	transition: 0.4s;
	right: 0;
}

.index_link a:hover img {
	right: -var(--yx_FS16);
}

.p94 {
	padding-top: 5%;
}

.p94_ {
	padding-bottom: 5%;
}

.index_title .box .boxLeft h6 {
	font-size: var(--yx_FS24) color: #000;
}

.index_title .box .boxLeft h5 {

	font-size: 2.875rem;
	margin-top: 0.3125rem;
}

.index_title .box .boxRight {
	display: flex;
	align-items: center;
}

.index_pro {
	padding-left: 5.2vw;
}

.yx_ContentRgiht {
	width: 45%;
	padding-left: 2%;
}

.yx_ContentLeft {
	width: 55%;
	padding: 3% 5% 0;
}

.yx_ContentLeft>div {
	width: 100% !important;
	margin: var(--yx_FS30) 0 !important;
}

@media screen and (max-width:1024px) {
	.yx_ContentRgiht {
		width: 100%;
		padding-left: 0%;
	}

	.yx_ContentLeft {
		width: 100%;
	}

	.yx_ContentLeft>div {
		width: 100% !important;
		margin: var(--yx_FS16) 0 !important;
	}
}

.index_pro .box {
	position: relative;
}

.index_pro .box .banner .swiper-slide {
	width: 28rem;
	margin-right: var(--yx_FS30)
}

.index_pro .box .banner .item a {
	display: block;
}

.index_pro .box .banner .item a .content1 {
	position: relative;
	padding-bottom: 85%;
	background: #f8f8f8;
}

.index_pro .box .banner .item a .content1 .img {
	opacity: 0;
	transition: 0.4s;
}

.index_pro .box .banner .item a .content1 .img img {
	width: 100%;
}

.index_pro .box .banner .item a .content1 p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.index_pro .box .banner .item a .content1 p img {
	width: 100%;
	height: 100%;
}

.index_pro .box .banner .item a .content2 {
	margin-top: var(--yx_FS30)
}

.index_pro .box .banner .item a .content2 .left h5 {
	font-size: 1.4rem;

	color: #000;
	line-height: 180%;
	transition: 0.4s;
}

.index_pro .box .banner .item a .content2 .left h6 {
	margin-top: var(--yx_FS16);
	font-size: var(--yx_FS16);
	color: #888;
}

.index_pro .box .banner .item a .content2 .right {
	display: flex;
	align-items: center;
}

.index_pro .box .banner .item a .content2 .right div {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.index_pro .box .banner .item a .content2 .right div img {
	margin-left: var(--yx_FS14)
}

.index_pro .box .banner .item a:hover .content1 .img {
	opacity: 1;
}

.index_pro .box .banner .item a:hover .content1 p {
	opacity: 0;
}

.index_pro .box .banner .item a:hover .content2 .left h5 {
	color: var(--yx_Color);
}

.index_pro .box .button {
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	position: absolute;
	top: 12.75rem;
	right: 6.8vw;
	background: #fff;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.index_pro .box .button p {
	width: 50%;
	text-align: center;
	cursor: pointer;
}

.index_pro .box .button p span {
	color: #233759;
	transition: 0.4s;
}

.index_pro .box .button p:hover span {
	color: var(--yx_Color);
}

.index_case {
	position: relative;
}

.index_case .yx_CBImg:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%;
	background: linear-gradient(120deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
}

.index_case .yx_CBImg {
	height: 100vh;
	max-height: 960px;
}

.index_case .index_title {
	position: absolute;
	top: 10%;
	z-index: 2;
}

.index_case {
	color: #fff;
}

.index_case .index_title .box .boxLeft h6 {
	color: #fff;
}

.index_case .yx_CaseContent {
	width: 100%;
}

.index_case .yx_CaseContent .yx_Title {
	transform: translateY(80px);
	font-size: var(--yx_FS36);
	color: #fff;
	font-weight: bold;
	margin-top: var(--yx_FS72);
}

.index_case .yx_CaseContent .yx_Summary {
	transform: translateY(180px);
	width: 70%;
	max-width: 680px;
	font-size: var(--yx_FS16);
	-webkit-line-clamp: 3;
	margin: var(--yx_FS24) 0 var(--yx_FS42);
	line-height: 200%;
}

.index_case .yx_CaseContent .boxRight {
	transform: translateY(240px)
}

.index_case .yx_CBSmall {
	position: absolute;
	width: 100%;
	bottom: 10%;
	z-index: 2;
	padding: 0 5vw;
}

.index_case .index_title .yx_CaseContent * {
	opacity: 0;
	transition: all 0.6s 0.3s;
}

.swiper-slide-active .yx_CaseContent * {
	opacity: 1 !important;
	transform: translateY(0px) !important;
}

.index_case .new_date {
	width: 70%;
	overflow: hidden;
	margin: 0 0 0 30%;
}

.index_case .new_date .yx_ImgCover {
	cursor: pointer;
	padding-bottom: 54%;
	border: 3px solid transparent;
	border-radius: 4px;
	transition: all 0.6s;
	background: #000;
}

.index_case .new_date .yx_ImgCover img {
	opacity: 0.55;
}

.index_case .new_date .yx_ImgCover:hover img {
	transform: scale(1.1);
}

.index_case .new_date .yx_Title {
	font-size: var(--yx_FS18);
	color: #fff;
	text-align: center;
	line-height: 200%;
	position: absolute;
	bottom: 8%;
	width: 100%;
}

.index_case .yx_Active .yx_ImgCover img {
	opacity: 1 !important;
}

.index_case .yx_Active .yx_ImgCover {
	border-color: var(--yx_Color);
}

.yx_VideoList {
	background: #f8f8f8;
}

.yx_VContent {
	padding: var(--yx_FS24) var(--yx_FS18);
}

.yx_VContent .yx_Title {
	font-size: var(--yx_FS18);
}

.yx_VContent .yx_Summary {
	font-size: var(--yx_FS14);
	line-height: 200%;
	margin-top: 14px !important;
	color: #999;
	-webkit-line-clamp: 5;
}

.yx_VideoList .yx_ImgCover {
	cursor: pointer;
	padding-bottom: 130%;
	background: #000;
	display: block;
}

.yx_VideoList .yx_ImgCover .yx_icon {
	cursor: pointer;
	transition: all 0.6s;
	font-size: var(--yx_FS72);
	color: #fff;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
	opacity: 0;
}

.yx_VideoList:hover .yx_ImgCover .yx_icon {
	top: 50%;
	opacity: 1;
}

.yx_VideoList:hover .yx_ImgCover img {
	transform: scale(1.1);
	opacity: 0.65;
}

.index_video .button {
	width: 100%;
	margin-top: var(--yx_FS42);
}

.index_video .button>p {
	display: block;
	width: var(--yx_FS48);
	cursor: pointer;
	text-align: center;
	line-height: var(--yx_FS48);
	height: var(--yx_FS48);
	border-radius: 50%;
	background: #f8f8f8;
	color: #060606;
	transition: all 0.6s;
	margin: 0 10px;
	transition: all 0.6s;
}

.index_video .button>p:hover {
	background: var(--yx_Color);
	color: #fff;
}

.index_video .yx_Pagin span {
	height: 8px;
	margin: 0 8px;
	transition: all 0.6s;
	border-radius: 8px;
}

.index_video .yx_Pagin span.swiper-pagination-bullet-active {
	width: var(--yx_FS72) !important;
}

.index_about {
	position: relative;
	overflow: hidden;
}

.index_about .img1 {
	position: absolute;
	top: 0;
	width: 40%;
	left: 0;
	height: 100%;
}

.index_about .img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_about .img2 {
	position: absolute;
	top: 0;
	width: calc(100% - 40%);
	right: 0;
	height: 100%;
}

.index_about .img2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index_about .box {
	position: relative;
	z-index: 2;
}

.index_about .box .boxTop {
	width: calc(40% - 10.4vw);
}

.index_about .box .boxTop .content1 h6 {
	font-size: var(--yx_FS24) color: #000;
}

.index_about .box .boxTop .content1 h5 {
	font-size: 2.875rem;

	margin-top: 0.3125rem;
}

.index_about .box .boxTop .content2 {
	height: 15rem;
	margin-top: var(--yx_FS24) font-size: var(--yx_FS16);
	color: #666;
	line-height: var(--yx_FS24) text-align: justify;
}

.index_about .box .boxTop .content3 {
	margin-top: var(--yx_FS36);
}

.index_about .box .boxBot {
	margin-top: 8.25rem;
}

.index_about .box .boxBot .item {
	width: 20%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 5.2vw;
	padding-top: var(--yx_FS30) padding-bottom: var(--yx_FS30) position: relative;
}

.index_about .box .boxBot .item .main1 img {
	height: 4.125rem;
	transition: 0.4s;
}

.index_about .box .boxBot .item:hover .main1 img {
	transform: scale(1.1);
}

.index_about .box .boxBot .item .main2 {
	font-size: var(--yx_FS16) margin-top: var(--yx_FS30);
	color: #000;
}

.index_about .box .boxBot .item .main3 {
	font-size: var(--yx_FS16);
	color: #999;
	text-transform: uppercase;
	margin-top: 0.3125rem;
}

.index_about .box .boxBot .item .main4 {
	font-size: var(--yx_FS18) color: #999;
	position: absolute;
	top: var(--yx_FS30) right: var(--yx_FS30)
}

.index_about .box .boxBot .item:nth-child(3) .main2 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(3) .main3 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(3) .main4 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(4) .main2 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(4) .main3 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(4) .main4 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(5) .main2 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(5) .main3 {
	color: #fff;
}

.index_about .box .boxBot .item:nth-child(5) .main4 {
	color: #fff;
}

.index_new {
	position: relative;
	padding-bottom: var(--yx_FS36)
}

.index_new>.box {
	margin-top: 2.1875rem;
}

.index_new>.box .boxLeft {
	width: 6var(--yx_FS60)
}

.index_new>.box .boxLeft .item {
	border-bottom: 1px solid #ddd;
	padding: 3.125rem 0;
}

.index_new>.box .boxLeft .item:last-child {
	border: 0;
}

.index_new>.box .boxLeft .item a .left {
	width: 2var(--yx_FS42) overflow: hidden;
}

.index_new>.box .boxLeft .item a .left img {
	width: 100%;
	transition: 0.4s;
}

.index_new>.box .boxLeft .item a .right {
	width: calc(100% - 2var(--yx_FS36));
	box-sizing: border-box;
	padding: 0 4.5rem 0 var(--yx_FS36)
}

.index_new>.box .boxLeft .item a .right .content1 {
	font-size: var(--yx_FS16);
	color: var(--yx_CTwo);
	padding-top: var(--yx_FS14)
}

.index_new>.box .boxLeft .item a .right .content2 {

	font-size: var(--yx_FS16) color: #000;
	transition: 0.4s;
	margin: var(--yx_FS14) 0 var(--yx_FS24);
}

.index_new>.box .boxLeft .item a .right .content3 {
	font-size: var(--yx_FS16);
	color: #999;
	line-height: 200%;
}

.index_new>.box .boxLeft .item a .right .content4 {
	margin-top: var(--yx_FS24)
}

.index_new>.box .boxLeft .item a .right .content4 div {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.index_new>.box .boxLeft .item a .right .content4 div img {
	margin-left: var(--yx_FS14)
}

.index_new>.box .boxLeft .item a:hover .left img {
	transform: scale(1.1);
}

.index_new>.box .boxLeft .item a:hover .right .content2 {
	color: var(--yx_Color);
}

.index_new>.box .boxRight {
	width: 30.75rem;
	padding-top: var(--yx_FS36)
}

.index_new>.box .boxRight .left {
	overflow: hidden;
}

.index_new>.box .boxRight .left img {
	width: 100%;
	transition: 0.4s;
}

.index_new>.box .boxRight .right {
	box-sizing: border-box;
	margin-top: 2.1875rem;
}

.index_new>.box .boxRight .right .content1 {
	font-size: var(--yx_FS16);
	color: var(--yx_CTwo);
	padding-top: var(--yx_FS14)
}

.index_new>.box .boxRight .right .content2 {

	font-size: var(--yx_FS16) color: #000;
	margin: var(--yx_FS14) 0 var(--yx_FS24);
	transition: 0.4s;
}

.index_new>.box .boxRight .right .content3 {
	font-size: var(--yx_FS16);
	color: #999;
}

.index_new>.box .boxRight .right .content4 {
	margin-top: var(--yx_FS36);
}

.index_new>.box .boxRight .right .content4 div {

	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.index_new>.box .boxRight .right .content4 div img {
	margin-left: var(--yx_FS14)
}

.index_new>.box .boxRight:hover .left img {
	transform: scale(1.1);
}

.index_new>.box .boxRight:hover .right .content2 {
	color: var(--yx_Color);
}

.index_footer {
	background: var(--yx_CTwo);
	padding-top: 6rem;
}

.index_footer .box .boxTop .boxLeft .item {
	margin-right: 1var(--yx_FS36)
}

.index_footer .box .boxTop .boxLeft .item:last-child {
	margin: 0;
}

.index_footer .box .boxTop .boxLeft .item h5 {

	font-size: var(--yx_FS18) color: #fff;
}

.index_footer .box .boxTop .boxLeft .item div {
	margin-top: var(--yx_FS24)
}

.index_footer .box .boxTop .boxLeft .item div p {
	line-height: var(--yx_FS24)
}

.index_footer .box .boxTop .boxLeft .item div p a {
	font-size: var(--yx_FS16);

	color: #fff;
	opacity: 0.5;
}

.index_footer .box .boxTop .boxLeft .item div p a:hover {
	opacity: 1;
}

.index_footer .box .boxTop .boxRight .content1 img {
	width: auto;
	height: 45px;
}

.index_footer .box .boxTop .boxRight .content2 {
	padding-top: var(--yx_FS24)
}

.index_footer .box .boxTop .boxRight .content2 div {

	font-size: var(--yx_FS18);
	color: #fff;
	margin-top: var(--yx_FS24)
}

.index_footer .box .boxTop .boxRight .content2 div a {
	font-size: var(--yx_FS22);
	color: #fff;
	transition: all 0.6s;
}

.index_footer .box .boxTop .boxRight .content2 div a:hover {
	opacity: 0.75;
}

.index_footer .box .boxTop .boxRight .content2 .yx_Title {
	font-size: var(--yx_FS22);
	font-weight: bold !important;
}

.index_footer .box .boxTop .boxRight .content2 div .yx_icon {
	font-size: var(--yx_FS22);
	color: #fff;
	display: inline-block;
	margin-right: var(--yx_FS14);
}

.index_footer .box .boxTop .boxRight .content2 div font {
	font-size: var(--yx_FS18);
	color: #fff;

}

.index_footer .box .boxTop .boxRight .content2 div img {
	margin-right: var(--yx_FS14)
}

.index_footer .box .boxTop .boxRight .content3 {
	margin-top: var(--yx_FS36)
}

.index_footer .box .boxTop .boxRight .content3 a {
	display: block;
	width: 1var(--yx_FS14) line-height: var(--yx_FS36) background: var(--yx_Color);
	border-radius: var(--yx_FS24) text-align: center;
	font-size: var(--yx_FS16);

	color: #fff;
}

.index_footer .box .boxTop .boxRight .content3 a img {
	margin-right: var(--yx_FS14)
}

.index_footer .box .boxBot {
	margin-top: 4.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.index_footer .box .boxBot .item {
	position: relative;
	width: 33.333%;
	box-sizing: border-box;
	padding: var(--yx_FS30) 0 var(--yx_FS30) var(--yx_FS30) border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.index_footer .box .boxBot .item:last-child {
	border: 0;
}

.index_footer .box .boxBot .item .content1 {
	font-size: var(--yx_FS18) color: #fff;

}

.index_footer .box .boxBot .item .content2 {
	font-size: var(--yx_FS16);
	color: #fff;
	opacity: 0.5;
	margin-top: var(--yx_FS16);

	line-height: var(--yx_FS24);
	width: 80%;
}

.index_footer .box .boxBot .item .content3 {
	position: absolute;
	right: var(--yx_FS24);
	top: var(--yx_FS30);
}

.index_footer .box .boxBot .item:last-child .content3 {
	right: 0;
}

.index_footer .box .info_box {
	padding: 4rem 0 2.375rem;
}

.index_footer .box .info_box .left {
	font-size: var(--yx_FS16);
	opacity: 0.3;
	color: #fff;
	line-height: 47px;
}

.index_footer .box .info_box .left a {
	display: inline-block;
	margin-left: var(--yx_FS14) color: #fff;
}

.index_footer .box .info_box .right {
	position: relative;
}

.index_footer .box .info_box .right p img {
	height: 47px;
	cursor: pointer;
}

.index_footer .box .info_box .right>img {
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	width: 8.125rem;
	display: none;
}

.index_footer .box .info_box .right:hover>img {
	display: block;
}

.hy_banner {
	position: relative;
	background: #000;
}

.hy_banner .img:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.hy_banner .img {
	height: 0;
	padding-bottom: 42%;
}

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

.hy_banner .yx_MbxBox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	font-size: var(--yx_FS16);
	color: #fff;
	z-index: 6;
	width: 100%;
	background: rgba(0, 0, 0, 0.45);
}

.yx_Mbx {
	font-size: var(--yx_FS14);
}

.yx_Mbx .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	display: inline-block;
	margin-right: var(--yx_FS16);
}

.hy_banner .yx_MbxBox a {
	color: #fff;
	transition: all 0.6s;
}

.hy_banner .yx_MbxBox a:hover {
	color: var(--yx_Color);
}

.hy_banner .main {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	z-index: 2;
}

.hy_banner .main .content1 {
	font-size: var(--yx_FS54);
	color: #fff;
	font-weight: bold;
	text-align: left;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

.bai .content1 {
	color: var(--yx_CTwo) !important;
}

.bai .content2 {
	color: #999 !important;

}

.hy_banner .main .content2 {
	font-size: var(--yx_FS22);
	color: #fff;
	margin-top: var(--yx_FS14);
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
}

.hy_product {
	background: #f8f8f8;
	padding-bottom: var(--yx_FS36)
}

.hy_product .box .list .title {
	font-size: var(--yx_FS36)
}

.hy_product .box .list .banner {
	margin-top: var(--yx_FS36);
}

.hy_product .box .list .banner .item {
	background: #fff;
}

.hy_product .box .list .banner .item a {
	display: block;
}

.hy_product .box .list .banner .item a .content1 {
	padding-bottom: 55%;
	text-align: center;
	background: #fff;
	border-bottom-width: 0px;
}

.hy_product .box .list .banner .item a .content2 {
	font-size: var(--yx_FS24) color: #000;

	text-align: center;
}

.hy_product .box .list .banner .item a .content3 {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	text-align: center;
	padding: var(--yx_FS16) 0 0;
}

.hy_product .box .list .banner .item a .content3>div {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hy_product .box .list .banner .item a .content3 img {
	margin-left: var(--yx_FS14)
}

.hy_product .box .list .banner .item:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.hy_product .box .list .banner .item a .content4 {
	display: flex;
	align-items: center;
	padding: var(--yx_FS24) 0;
}

.hy_product .box .list .banner .item a .content4>div {
	margin: auto;
}

.hy_product .box .list .banner .item a:hover .content2 {
	color: var(--yx_Color);
}

.hy_product .box .list .banner .item a:hover .content3 {
	display: block;
}

.hy_product .box .list .page {
	margin-top: var(--yx_FS42);
}

.hy_product .box .list .page>p {
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
}

.hy_product .box .list .page>p:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
}

.hy_product .box .list .page>p:hover span {
	color: #fff;
}

.hy_product .box .list .page .cen p span {
	margin: 0 5px;
}

.hy_productNew {
	background: #f8f8f8;
	padding-bottom: var(--yx_FS36)
}


.hy_productNew .box .list .title {
	font-size: var(--yx_FS24);
	text-align: center;
}

.hy_productNew .box .list .information {
	margin-top: var(--yx_FS36);
}

.hy_productNew .box .list .information .left {
	width: 50%;
}

.hy_productNew .box .list .information .left img {
	width: 100%;
}

.hy_productNew .box .list .information .right {
	width: 50%;
	background: #fff;
	padding: 0 4.375rem;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.hy_productNew .box .list .information .right p {
	font-size: var(--yx_FS24) color: #666;
	line-height: var(--yx_FS24);

	height: var(--yx_FS30);
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 5px;
}

.hy_productNew .box .list .information .right p::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
	width: 1px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	height: 2px;
}

.hy_productNew .box .list .information .right p::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
	border-radius: 2px;
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	background: var(--yx_Color);
}

.hy_productNew .box .list .information .right p::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.3);
}



.hy_productNew .box .list .banner {
	margin-top: var(--yx_FS36);
}

.hy_productNew .box .list .banner .swiper-slide {
	width: 32%;
	margin-right: 2%;
	margin-bottom: var(--yx_FS22)
}

.hy_productNew .box .list .banner .swiper-slide:nth-child(3n) {
	margin-right: 0;
}

.hy_productNew .box .list .yx_List3 {
	background: #fff;
	transition: all 0.6s;
}

.hy_productNew .box .list .yx_List3 a {
	display: block;
}

.hy_productNew .box .list .yx_List3 a .content1 {
	padding-bottom: 55%;
	text-align: center;
}

.hy_productNew .box .list .yx_List3 a .content2 {
	font-size: var(--yx_FS24) color: #000;

	text-align: center;
}

.hy_productNew .box .list .yx_List3 a .content3 {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
	text-align: center;
	padding: var(--yx_FS16) 0 0;
}

.hy_productNew .box .list .yx_List3:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.hy_productNew .box .list .yx_List3:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hy_productNew .box .list .yx_List3 a .content3 img {
	margin-left: var(--yx_FS14)
}

.hy_productNew .box .list .yx_List3 a .content4 {
	display: flex;
	align-items: center;
	height: 7.8125rem;
	border-top: 1px solid #ddd;
}

.hy_productNew .box .list .yx_List3 a .content4>div {
	margin: auto;
	width: 100%;
}

.hy_productNew .box .list .yx_List3 a:hover .content2 {
	color: var(--yx_Color);
}

.hy_productNew .box .list .yx_List3 a:hover .content3 {
	display: block;
}

.hy_productNew .box .list .page {
	margin-top: var(--yx_FS42);
}

.hy_productNew .box .list .page>p {
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
}

.hy_productNew .box .list .page>p:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
}

.hy_productNew .box .list .page>p:hover span {
	color: #fff;
}

.hy_productNew .box .list .page .cen p span {
	margin: 0 5px;
}

.Intelligent {
	background: #f8f8f8;
}

.Intelligent .box {
	padding-top: 9.5rem;
}

.Intelligent .box .biaoti {
	font-size: var(--yx_FS24) text-align: center;
	font-weight: bold;
	position: relative;
}

.Intelligent .box .biaoti span {
	color: var(--yx_Color);
}

.Intelligent .box .biaoti .zhi {
	position: absolute;
	font-size: 12.3125rem;

	top: 50%;
	left: 50%;
	opacity: 0.08;
	transform: translateY(-50%) translateX(-50%);
	-webkit-text-stroke: 1px red;
	color: transparent;
	text-shadow: var(--yx_FS16) 5px #000;
}

.Intelligent .box .neirong {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: var(--yx_FS24);
	text-align: center;
	margin-top: 4.5rem;
}

.Intelligent .box .img {
	margin-top: var(--yx_FS36)
}

.Intelligent .box .img img {
	width: 100%;
}

@media screen and (max-width: 669px) {
	.layerVideo .box {
		width: 80vw;
	}


	.hy_productNew .box .list .information .left {
		width: 100%;
	}

	.hy_productNew .box .list .information .right {
		width: 100%;
		padding: var(--yx_FS30);
	}

	.hy_productNew .box .list .banner .swiper-slide {
		width: 100%;
		margin-right: 0;
	}
}

.bg {
	background: #f7f7f7;
}

.w1520 {
	margin: 0 10.416vw;
}

.m54 {
	margin-top: var(--yx_FS36)
}

.hy_bread .box {
	line-height: 4.875rem;
	border-bottom: 1px solid #ddd;
}

.hy_bread .box .boxLeft p a {
	font-size: var(--yx_FS18) color: #888;

	transition: 0.4s;
}

.hy_bread .box .boxLeft i {
	font-size: var(--yx_FS16);
}

.hy_bread .box .boxLeft p a:hover {
	color: var(--yx_Color);
}

.hy_bread .box .boxLeft p span {}

.hy_bread .box .boxRight a {

	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}


.hy_pro .box .boxLeft {
	width: 35%;
	background: #fff;
	padding: 12px;
}

.hy_pro .box .boxLeft .yx_ImgContain {
	padding-bottom: 100%;
	border: 1px solid #eee;
}

.hy_pro .box .boxLeft .yx_ImgCover {
	height: 100%;
}

.hy_pro .box .boxLeft img {
	width: 100%;
}

.hy_pro .box .boxLeft .mySwiper {
	margin-top: 10px;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide {
	cursor: pointer;
	box-sizing: border-box;
}

.hy_pro .box .boxLeft .mySwiper .swiper-slide-thumb-active {
	border: 1px solid var(--yx_Color);
}

.hy_pro .box .boxLeft .banner2 {
	position: relative;
}

.hy_pro .box .boxLeft .banner2 .button p {
	position: absolute;
	top: 50%;
	cursor: pointer;
	transform: translateY(-50%);
}

.hy_pro .box .boxLeft .banner2 .button p span {
	font-size: var(--yx_FS18) color: #000;
	transition: 0.4s;
}

.hy_pro .box .boxLeft .banner2 .button p span:hover {
	color: var(--yx_Color);
}

.hy_pro .box .boxLeft .banner2 .button .prev {
	left: -var(--yx_FS30);
}

.hy_pro .box .boxLeft .banner2 .button .next {
	right: -var(--yx_FS30);
}

.hy_pro .box .boxRight {
	width: 63%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 2%;
	padding-top: 5%;
	background-color: #fff;
	transition: all 0.6s;
}

.hy_pro .box .yx_BackBtn {
	margin-top: var(--yx_FS42);
	padding-left: var(--yx_FS24);
}

.yx_ProDetailContent {
	padding-bottom: 5% !important;
}

.yx_ProDetailContent * {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #666;
}

.yx_ProDetailContent table {
	width: 100%;
}

.yx_ProDetailContent table td {
	border: 1px solid #eee;
	font-size: var(--yx_FS16);
	padding: 5px var(--yx_FS14);

}

.yx_ProDetailContent table tr:nth-child(1) {
	background: var(--yx_Color);
	color: #fff;
}

.yx_ProDetailContent table tr:nth-child(1) * {
	color: #fff;
}

.yx_ProDetailContent table tr:nth-child(2n) {
	background: #fafafa;
}

.hy_pro .box .yx_BackBtn a {
	display: inline-block;
	background: var(--yx_Color);
	color: #fff;
	font-size: var(--yx_FS18);
	padding: var(--yx_FS16) var(--yx_FS36);
	transition: all 0.6s;
}

.hy_pro .box .yx_BackBtn:hover a {
	background: var(--yx_CTwo);
}

.yx_Content {
	padding: 5% 0;
	background-image: url(/template/default/images/bg6.jpg);
	background-attachment: fixed;
}

.yx_Content .title {
	font-size: var(--yx_FS36);
	text-align: center;
	color: #060606;
	margin-bottom: var(--yx_FS30);
}

.yx_Content .box {
	font-size: var(--yx_FS16);
	line-height: 200%;
}

.yx_Content .box img {
	max-width: 100%;
}

.yx_Content .content2:after {
	content: '';
	display: block;
	clear: both;
}

.hy_pro .box .boxRight .content1 {
	color: #060606;
	font-size: var(--yx_FS30);
	padding-bottom: 4%;
	border-bottom: 1px solid #ccc;
}

.hy_pro .box .boxRight .content2 {
	margin-top: 4%;
}

.hy_pro .box .boxRight .content2 br {
	display: none;
}

.hy_pro .box .boxRight .content2 p {

	position: relative;
	padding-left: var(--yx_FS24);

	font-size: var(--yx_FS16);
	color: #000;
	line-height: 200%;
}

.hy_pro .box .boxRight .content2 p::after {
	content: '';
	position: absolute;
	top: 1.0var(--yx_FS30);
	left: 0;
	width: var(--yx_FS14) height: var(--yx_FS14) border-radius: 50%;
	background: #888888;
}

.hy_pro1 {
	padding-bottom: 5%;
}

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

.hy_nav {
	display: flex;
	align-items: center;
	flex-wrap: Wrap;
	color: #fff;
}


.hy_nav div a {
	font-size: var(--yx_FS16);
	color: #fff;
	padding: var(--yx_FS18) 0.5vw;
	display: inline-block;
	line-height: 220%;
	transition: 0.4s;
	position: relative;
}

.hy_nav div a:before {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	z-index: -1;
	bottom: 0;
	background: var(--yx_Color);
	transition: all 0.65s;
}

.hy_nav div a:hover:before,
.hy_nav .active a:before {
	width: 100% !important;
}

.hy_nav div a:hover span,
.hy_nav .active a span {
	color: #fff !important;
}

.hy_news .title {
	font-size: var(--yx_FS36);
	margin-bottom: var(--yx_FS36);
	text-align: center;
	color: #060606;
}

.hy_news .main1 {
	margin-bottom: 4%;
}

.hy_news .box .main1 a .boxLeft {
	width: 50%;
	padding-bottom: 35%;
	overflow: hidden;
}

.hy_news .box .main1 a .boxLeft img {
	width: 100%;
	transition: 0.4s;
}

.hy_news .box .main1 a .boxRight {
	width: 50%;
	background: #f7f7f7;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.hy_news .box .main1 a .boxRight>div {
	padding: 0 5%;
	width: 100%;
}

.hy_news .box .main1 a .boxRight .content1 {
	font-size: var(--yx_FS16);

	color: var(--yx_CTwo);
	padding-top: var(--yx_FS14)
}

.hy_news .box .main1 a .boxRight .content2 {

	font-size: var(--yx_FS18);
	color: #000;
	margin: var(--yx_FS14) 0 var(--yx_FS24);
	transition: 0.4s;
}

.hy_news .box .main1 a .boxRight .content3 {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 220%;
}

.hy_news .box .main1 a .boxRight .content4 {
	margin-top: var(--yx_FS36);
}

.hy_news .box .main1 a .boxRight .content4 div {

	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.hy_news .box .main1 a .boxRight .content4 div img {
	margin-left: var(--yx_FS14)
}

.hy_news .box .main1 a:hover .boxLeft img {
	transform: scale(1.1);
}

.hy_news .box .main1 a:hover .boxRight .content2 {
	color: var(--yx_Color);
}

.hy_news .box .main2 .item a {
	padding: 10px;
	background: #fff;
	display: block;
	transition: all 0.6s;
}

.hy_news .box .main2 .item:hover a {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hy_news .box .main2 .item:nth-child(3n) {
	margin-right: 0;
}

.hy_news .box .main2 .item a .left {
	overflow: hidden;
	padding-bottom: 60%;
}

.hy_news .box .main2 .item a .left img {
	width: 100%;
	transition: 0.4s;
}

.hy_news .content1 {
	font-size: var(--yx_FS16);
	display: inline-block;
	background: rgba(163, 0, 1, 0.5);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 8px var(--yx_FS16);
}

.hy_news .right {
	padding: 0 var(--yx_FS16);
}

.hy_news .box .main2 .item a .right .content2 {

	font-size: var(--yx_FS18);
	color: #000;
	margin: var(--yx_FS14) 0;
	transition: 0.4s;
}

.hy_news .box .main2 .item a .right .content3 {
	font-size: var(--yx_FS14);
	color: #999;
	line-height: 200%;
}

.hy_news .box .main2 .item a .right .content4 {
	border-top: 1px solid #ddd;
	margin-top: var(--yx_FS24);
	padding-top: var(--yx_FS24);
	transition: 0.4s;
}

.hy_news .box .main2 .item a .right .content4 div {
	display: flex;
	justify-content: space-between;
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.hy_news .box .main2 .item a .right .content4 div img {
	margin-left: var(--yx_FS14)
}

.hy_news .box .main2 .item a:hover .left img {
	transform: scale(1.1);
}

.hy_news .box .main2 .item a:hover .right .content2 {
	color: var(--yx_Color);
}

.hy_news .box .main2 .item a:hover .right .content4 {
	border-top: 1px solid var(--yx_Color);
}

.fengye {
	text-align: center;
}

.fengye div a {
	width: 2.8125rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border: 1px solid var(--yx_Color);
	display: inline-block;
	margin: 0 var(--yx_FS14) transition: 0.4s;
	border-radius: 50%;
}

.fengye div a span {
	font-weight: bold;
}

.fengye div a:hover {
	background: var(--yx_Color);
	border: 1px solid transparent;
	color: #fff;
}

.fengye .active {
	color: var(--yx_Color);
}

.fengye p {
	margin: 0 5px;
}

.fengye p a {
	width: 2.8125rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	margin: 0 0.5rem;
	display: inline-block;

	color: #999;
}

.fengye p a:hover {
	color: var(--yx_Color);
}

.news_box1 .box {
	box-sizing: border-box;
}

.news_box1 .box .content1 {
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2.5%;
}

.news_box1 {
	padding: 5% 0;
	min-height: 500px;
}

.news_box1 .box .content1 h5 {
	font-size: var(--yx_FS42);
	color: #060606;

}

.news_box1 .box .content1 h6 {
	font-size: var(--yx_FS16);
	color: #666;
	margin-top: 2.2%;

}

.news_box1 .box .content2 {
	font-size: var(--yx_FS16) !important;
}

.news_box1 .box .content2 p {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 220%;
	text-align: justify;
}

.news_box1 .box .content2 p img {
	max-width: 100%;
	margin: auto;
}

.news_box2 {
	margin-top: 2%;

}

.news_box2 .box {
	border-top: 1px solid #ddd;
	padding-top: var(--yx_FS36);
}

.news_box2 .box .item a {
	width: var(--yx_FS54);
	height: var(--yx_FS54);
	line-height: var(--yx_FS54);
	display: inline-block;
	margin: 0 var(--yx_FS14) transition: 0.4s;
	border-radius: 50%;
	text-align: center;
	background: #999;
}

.news_box2 .box .item a span {
	font-weight: bold;
}

.news_box2 .box .item a:hover {
	background: var(--yx_Color);
	color: #fff;
}

.news_box2 .box .go {
	display: flex;
	align-items: center;
}

.news_box2 .box .go a {
	display: inline-block;
	width: 126px;
	line-height: 42px;
	border-radius: 21px;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
}

.hy_news_info {
	padding-bottom: 5%;
}

.hy_news_question .title {
	font-size: var(--yx_FS24) text-align: center;
}

.hy_news_question .box .item {
	width: 50%;
	border-bottom: 1px solid #ddd;
	padding: 4rem 0;
}

.hy_news_question .box .item .content1 {
	font-size: var(--yx_FS16) line-height: 5.25rem;
	background: url(../image/bg1.png) no-repeat 0% 50%;
	background-size: auto 100%;
	padding-left: 2.875rem;
}

.hy_news_question .box .item .content1 span {

	display: inline-block;
	margin-right: 0.9375rem;
}

.hy_news_question .box .item .content2 {
	margin-top: var(--yx_FS36) padding-left: 2.875rem;
}

.hy_news_question .box .item .content2 h5 {
	font-size: var(--yx_FS16);

	color: #999;
}

.hy_news_question .box .item .content2 div {
	margin-top: var(--yx_FS24)
}

.hy_news_question .box .item .content2 div p {
	font-size: var(--yx_FS16);

	color: #666;
	line-height: 1.625rem;
}

.hy_news_question .box .item2 .content1 {
	background: url(../image/bg2.png) no-repeat 0% 50%;
	background-size: auto 100%;
}

.hy_news_question .box .item3 .content1 {
	background: url(../image/bg3.png) no-repeat 0% 50%;
	background-size: auto 100%;
}

.hy_news_question .box .item4 .content1 {
	background: url(../image/bg4.png) no-repeat 0% 50%;
	background-size: auto 100%;
}

.hy_news_question .more a {
	display: inline-block;
	width: 126px;
	line-height: 42px;
	border-radius: 21px;
	background: var(--yx_Color);
	color: #fff;
	text-align: center;
}

.hy_down .box .list .item {
	width: 23.5%;
	margin-right: 2%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	transition: 0.4s;
	background: #fff;
	margin-bottom: var(--yx_FS30)
}

.hy_down .box .list .item:nth-child(4n) {
	margin-right: 0;
}

.hy_down .box .list .item a {
	padding: 4rem var(--yx_FS36);
	display: block;
}

.hy_down .box .list .item a .content1 {
	font-size: var(--yx_FS16);

	color: #888;
	transition: 0.4s;
}

.hy_down .box .list .item a .content2 {
	margin-top: var(--yx_FS24) font-size: var(--yx_FS18) color: #000;
	line-height: var(--yx_FS24);
	height: 5.625rem;
	transition: 0.4s;
}

.hy_down .box .list .item a .content3 {
	margin-top: 5rem;

	color: #888;
	transition: 0.4s;
}

.hy_down .box .list .item a .content3 img {
	margin-right: var(--yx_FS16);
}

.hy_down .box .list .item:hover {
	border: 1px solid var(--yx_Color);
	background: var(--yx_Color);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hy_down .box .list .item:hover a .content1 {
	color: #fff;
}

.hy_down .box .list .item:hover a .content2 {
	color: #fff;
}

.hy_down .box .list .item:hover a .content3 {
	color: #fff;
}

.hy_content .title {
	font-size: var(--yx_FS36);
	margin-bottom: var(--yx_FS24);
	text-align: center;
}

.hy_content>.box {
	background: #f5f5f5;
}

.hy_content .box .item {
	width: 22%;
}

.hy_content .box .item .top {
	border-bottom: 1px solid #ddd;
	line-height: var(--yx_FS24);
	padding-bottom: var(--yx_FS16);
}

.hy_content .box .item .top .left {

	font-size: var(--yx_FS24);
	color: #000;
}

.hy_content .box .item .bot {
	font-size: var(--yx_FS16);

	color: #666;
	padding-top: var(--yx_FS16);
	line-height: 200%;
}

.hy_content .box .item .bot a,
.hy_content .box .item .bot {
	display: block;
	width: 100%;
	font-size: var(--yx_FS16);

	color: #666;
}

.hy_content .box .item .bot a:hover {
	color: var(--yx_Color);
}

.hy_content1 {
	background: #f7f7f7;
}

.hy_content1 .box .item {
	width: 31%;
	margin-right: 3.5%;
}

.hy_content1 .box .item:last-child {
	margin-right: 0;
}

.hy_content1 .box .item .content1 {
	overflow: hidden;
}

.hy_content1 .box .item .content1 img {
	width: 100%;
	transition: 0.4s;
}

.hy_content1 .box .item:hover .content1 img {
	transform: scale(1.1);
}

.hy_content1 .box .item .content2 {

	color: #222;
	margin-top: var(--yx_FS24);
}

.hy_content1 .box .item .content3 {
	margin-top: var(--yx_FS18) font-size: var(--yx_FS24) color: #999;
	line-height: var(--yx_FS24);
}

.hy_content1 .box .item .content3 p {
	position: relative;
	padding: 0.3125rem 0;
}

/*.hy_content1 .box .item .content3 p:last-child {
  padding-left: var(--yx_FS36);
}*/
.hy_content1 .box .item .content3 p:last-child span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.hy_content2 .title {
	font-size: var(--yx_FS36);
	margin-bottom: var(--yx_FS24);

	text-align: center;
}

.hy_content2 .box .boxLeft {
	width: 50%;
}

.hy_content2 .box .boxLeft .item input {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;

	font-size: var(--yx_FS18);
	height: var(--yx_FS60);
	padding: 0 var(--yx_FS30);
	border-bottom: 0;
}

.hy_content2 .box .boxLeft .item:last-child input {
	border-bottom: 1px solid #ddd;
}

.hy_content2 .box .boxRight {
	width: 50%;
}

.hy_content2 .box .boxRight textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;

	font-size: var(--yx_FS18);
	padding: var(--yx_FS30) var(--yx_FS30);
	border-left: 0;
	height: 100%;
}

.hy_content2 .box1 input {
	font-size: var(--yx_FS16);
	display: inline-block;

	line-height: 200%;
	padding: var(--yx_FS18) var(--yx_FS72);
	color: #fff;
	background: var(--yx_Color);
	text-align: center;
	border: 0;
	cursor: pointer;
}

.hy_about .box .boxLeft {
	width: 50%;
}

.hy_about .box .boxLeft .content1 div {
	font-size: var(--yx_FS24)
}

.hy_about .box .boxLeft .content1 p {
	position: relative;
	margin: var(--yx_FS24) 0 var(--yx_FS72);
}

.hy_about .box .boxLeft .content1 p img {
	height: var(--yx_FS54);
}

.hy_about .box .boxLeft .content2 {
	font-size: var(--yx_FS30);
	color: #333;
	position: relative;
	padding-left: 4rem;
	margin-top: 4rem;
}

.hy_about .box .boxLeft .content2 img {
	position: absolute;
	top: 0.3125rem;
	left: 0;
}

.hy_about .box .boxRight {
	width: 50%;
	font-size: var(--yx_FS16);
	color: #666;

	line-height: var(--yx_FS24) text-align: justify;
}

.hy_about .box .boxRight p {
	margin-bottom: var(--yx_FS16)
}

.hy_about .box .boxRight p:last-child {
	margin-bottom: 0;
}

.playZhi {
	margin-top: -5rem;
	position: relative;
	z-index: 1;
}

.playZhi .box .button {
	position: relative;
	cursor: pointer;
}

.playZhi .box .button>img {
	width: 10.5rem;
	animation: yuan 5s infinite linear;
}

.playZhi .box .button span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.playZhi .box .button span img {
	width: 1.4rem;
	transition: 0.4s;
}

.playZhi .box .button:hover span img {
	transform: scale(0.7);
}

@keyframes yuan {
	100% {
		transform: rotate(-360deg);
	}
}

.hy_about1 {
	background: #fafafa;
	background-size: cover;
}

.hy_about1 .title {
	font-size: var(--yx_FS24) text-align: center;
}

.hy_about1 .box .banner .swiper-slide {
	width: 12%;
	overflow: hidden;
	position: relative;
	transition: 0.4s;
	max-height: 500px;
}

.hy_about1 .box .banner .swiper-slide::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	content: '';
	background: url(../image/shu.png);
	background-size: 100% 100%;
}

.hy_about1 .box .banner .swiper-slide:last-child::after {
	background: none;
}

.hy_about1 .box .banner .swiper-slide .item {
	width: 48.875rem;
	min-width: 100%;
	position: relative;
	background: url(../image/aboutbg2.png) no-repeat 50% 50%;
	background-size: 100% 100%;
	transition: 0.4s;
	height: 450px;
}

.hy_about1 .box .banner .swiper-slide .item .img img {
	width: 100%;
	opacity: 0;
	transition: 0.4s;
}

.hy_about1 .box .banner .swiper-slide .item .content1 {
	position: absolute;
	top: var(--yx_FS30);
	left: 4.5rem;
}

.hy_about1 .box .banner .swiper-slide .item .content1 h5 {
	font-size: 1.4rem;
	margin-top: var(--yx_FS30) !important;
	font-weight: bold !important;
	color: var(--yx_Color);
	line-height: var(--yx_FS24) transition: 0.4s;
	margin-bottom: var(--yx_FS30) !important;
}

.hy_about1 .box .banner .swiper-slide .item .content1 h6 {
	font-size: var(--yx_FS16);
	padding-right: 5vw;
	;
	margin-top: var(--yx_FS24) opacity: 0;
}

.hy_about1 .box .banner .swiper-slide .item .content2 {
	position: absolute;
	bottom: var(--yx_FS36) left: 4.5rem;
}

.hy_about1 .box .banner .active {
	width: 52%;
}

.hy_about1 .box .banner .active .item .img img {
	opacity: 1;
}

.hy_about1 .box .banner .active .item .content1 {
	left: var(--yx_FS42)
}

.hy_about1 .box .banner .active .item .content1 h5 {
	width: auto;
}

.hy_about1 .box .banner .active .item .content1 h6 {
	opacity: 1;
}

.hy_about1 .box .banner .active .item .content2 {
	left: var(--yx_FS42)
}

.hy_about2 .title {
	font-size: var(--yx_FS24) text-align: center;
}

.hy_about2 .box .list {
	display: none;
}

.hy_about2 .box .list .item .boxLeft {
	width: 50%;
}

.hy_about2 .box .list .item .boxLeft img {
	width: 100%;
}

.hy_about2 .box .list .item .boxRight {
	width: 50%;
	box-sizing: border-box;
	padding-left: 5.75rem;
	background: #f7f7f7;
}

.hy_about2 .box .list .item .boxRight .main {
	margin-top: 4.25rem;
}

.hy_about2 .box .list .item .boxRight .main>div {
	margin-bottom: var(--yx_FS18)
}

.hy_about2 .box .list .item .boxRight .main>div:last-child {
	margin-bottom: 0;
}

.hy_about2 .box .list .item .boxRight .main .top {
	font-size: var(--yx_FS24) color: var(--yx_Color);
}

.hy_about2 .box .list .item .boxRight .main .bot {

	font-size: var(--yx_FS24)
		/* color: #666; */
		margin-top: 0.4rem;
	color: var(--yx_Color);
}

.hy_about2 .box .active {
	display: block;
}

.hy_about2 .box1 {
	margin-top: 4.5rem;
	position: relative;
}

.hy_about2 .box1 .banner {
	padding: 0 var(--yx_FS30);
}

.hy_about2 .box1 .banner .item {
	font-size: var(--yx_FS24) text-align: center;
	cursor: pointer;
	position: relative;
	padding-bottom: 0.125rem;
}

.hy_about2 .box1 .banner .item::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-60%);
	right: 0;
	width: 6px;
	height: 6px;
	margin-right: -3px;
	background: #ccc;
	border-radius: 50%;
}

.hy_about2 .box1 .banner .item span {
	cursor: pointer;
}

.hy_about2 .box1 .banner .active .item span {
	color: var(--yx_Color);
	border-bottom: 2px solid var(--yx_Color);
	display: inline-block;
}

.hy_about2 .box1 .banner .swiper-slide-active .item span {
	color: var(--yx_Color);
	border-bottom: 2px solid var(--yx_Color);
	display: inline-block;
	padding-bottom: 0.125rem;
}

.hy_about2 .box1 .button p {
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	z-index: 2;
}

.hy_about2 .box1 .button p:hover {
	background: var(--yx_Color);
	color: #fff;
	border: 1px solid var(--yx_Color);
}

.hy_about2 .box1 .button .prev {
	left: 0;
}

.hy_about2 .box1 .button .next {
	right: 0;
}

.hy_about3 {
	position: relative;
	background: url(../image/ten.png) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

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

.hy_about3 .title {
	font-size: var(--yx_FS24) text-align: center;
	color: #fff;
}

.hy_about3 .box {
	padding: 0 var(--yx_FS72) position: relative;
}

.hy_about3 .box .banner .item {
	text-align: center;
	transition: 0.4s;
	padding: var(--yx_FS36) 0 var(--yx_FS60)
}

.hy_about3 .box .banner .item .content1 {
	color: #fff;

	font-size: var(--yx_FS18)
}

.hy_about3 .box .banner .item .content1 span {

	font-size: 4.5rem;
}

.hy_about3 .box .banner .item .content2 {
	margin-top: var(--yx_FS24) font-size: var(--yx_FS16);
	color: #fff;

}

.hy_about3 .box .banner .item:hover {
	background-size: 100% 100%;
}

.hy_about3 .box .button p {
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.hy_about3 .box .button p span {
	color: #fff;
}

.hy_about3 .box .button p:hover {
	background: var(--yx_Color);
	border: 1px solid var(--yx_Color);
}

.hy_about3 .box .button .prev {
	left: 0;
}

.hy_about3 .box .button .next {
	right: 0;
}

.hy_about4 {
	position: relative;
}

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

.hy_about4 .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	font-size: var(--yx_FS24) text-align: center;
	z-index: 2;
}

/* 
.hy_about4 {
  position: relative;
}
.hy_about4 .img img {
  width: 100%;
}
.hy_about4 .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: var(--yx_FS24)
    
  text-align: center;
  z-index: 2;
}
.hy_about4 .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hy_about4 .list .item {
  position: absolute;
  text-align: center;
}
.hy_about4 .list .item .text {
  font-size: 18px;
  color: #000;
}
.hy_about4 .list .item .dian {
  width: 12px;
  height: 12px;
  background: var(--yx_Color);
  margin: 5px auto;
  border-radius: 50%;
  position: relative;
}
.hy_about4 .list .item .dian::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--yx_Color);
  border-radius: 50%;
  opacity: 0.5;
  animation: bg_div 3s infinite;
}
.hy_about4 .list .flexBetween .dian {
  margin: 5px;
}
.hy_about4 .list .beijing {
  top: 38.9%;
  left: 56.8%;
}
.hy_about4 .list .tianjing {
  top: 43.8%;
  left: 57.8%;
}
.hy_about4 .list .tianjing .dian::after {
  animation-delay: 0.2s;
}
.hy_about4 .list .dalian {
  top: 39.3%;
  left: 62.5%;
}
.hy_about4 .list .xian {
  top: 54.3%;
  left: 49.5%;
}
.hy_about4 .list .xian .dian::after {
  animation-delay: 1.7s;
}
.hy_about4 .list .chongqing {
  top: 63.3%;
  left: 48%;
}
.hy_about4 .list .hefei {
  top: 58.3%;
  left: 58.5%;
}
.hy_about4 .list .hefei .dian::after {
  animation-delay: 0.4s;
}
.hy_about4 .list .huangshi {
  top: 62.1%;
  left: 55.8%;
}
.hy_about4 .list .huangshi .dian::after {
  animation-delay: 0.6s;
}
.hy_about4 .list .jian {
  top: 67.7%;
  left: 56.5%;
}
.hy_about4 .list .jian .dian::after {
  animation-delay: 0.7s;
}
.hy_about4 .list .ganzhou {
  top: 71.6%;
  left: 56.2%;
}
.hy_about4 .list .ganzhou .dian::after {
  animation-delay: 0.7s;
}
.hy_about4 .list .changsha {
  top: 70.3%;
  left: 53.5%;
}
.hy_about4 .list .changsha .dian::after {
  animation-delay: 0.8s;
}
.hy_about4 .list .yiyang {
  top: 65.7%;
  left: 52.8%;
}
.hy_about4 .list .yiyang .dian::after {
  animation-delay: 0.3s;
}
.hy_about4 .list .guangzhou {
  top: 78.7%;
  left: 54.5%;
}
.hy_about4 .list .guangzhou .dian::after {
  animation-delay: 1s;
}
.hy_about4 .list .zhuhai {
  top: 84%;
  left: 54.5%;
}
.hy_about4 .list .zhuhai .dian::after {
  animation-delay: 0.5s;
}
.hy_about4 .list .shengzheng {
  top: 83%;
  left: 56%;
}
.hy_about4 .list .shengzheng .dian::after {
  animation-delay: 1.2s;
}
.hy_about4 .list .dongguan {
  top: 80.4%;
  left: 56%;
}
.hy_about4 .list .dongguan .dian::after {
  animation-delay: 0.7s;
}
.hy_about4 .list .shanghai {
  top: 61.5%;
  left: 63.5%;
}
.hy_about4 .list .shanghai .dian::after {
  animation-delay: 1.4s;
}
.hy_about4 .list .yancheng {
  top: 59.7%;
  left: 62.5%;
}
.hy_about4 .list .yancheng .dian::after {
  animation-delay: 0.3s;
}
.hy_about4 .list .suzhou {
  top: 62%;
  left: 60.4%;
}
.hy_about4 .list .suzhou .dian::after {
  animation-delay: 1.6s;
}
.hy_about4 .list .huaian {
  top: 56%;
  left: 61%;
}
@keyframes bg_div {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(10);
    opacity: 0;
  }
} */

/*pageBox*/
.my-4 .pagination {
	display: flex;
	width: 100%;
	margin: var(--yx_FS36) 0 0;
	justify-content: center;
	align-items: center;
}

.my-4 .pagination>a {
	font-size: var(--yx_FS14);
	color: #666;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0 6px;
	display: inline-block;
	transition: all 0.6s;
}

.my-4 .pagination .page-num {
	width: var(--yx_FS42);
	text-align: center;
	padding: 10px 0;
}

.my-4 .pagination .page-num-current {
	background: var(--yx_Color) !important;
	color: #fff !important;
}

.my-4 .pagination>a:hover {
	background-color: var(--yx_Color);
	color: #fff;
}

.yx_Crumb {
	padding: var(--yx_FS24) 0;
	font-size: var(--yx_FS14);
}

.yx_Crumb a {
	font-size: var(--yx_FS16);
	margin: 0 8px;
}

.hy_about5 {
	background: #f7f7f7;
	overflow: hidden;
}

.hy_about5 .title {
	font-size: var(--yx_FS24) text-align: center;
}

.hy_about5 .box .banner {
	position: relative;
}

.hy_about5 .box .banner .swiper-slide {
	position: relative;
	top: 1px;
	border-bottom: 1px solid #ddd;
}

.hy_about5 .box .banner .item {
	text-align: center;
	background: #fff;
	height: 5rem;
	display: flex;
	align-items: center;
}

.hy_about5 .box .banner .item img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.hy_about5 .box .banner .swiper-pagination {
	position: initial;
	margin-top: var(--yx_FS36)
}

.hy_about5 .box .banner .swiper-pagination span {
	margin: 0 5px;
}

.hy_about5 .box .banner .imgbg {
	position: absolute;
	left: -10.4vw;
	bottom: 0;
	transform: translateY(35%);
}

.hy_about5 .box .banner .imgbg img {
	width: 100vw;
}

.hy_about5 .box .banner1 {
	margin-top: var(--yx_FS36)
}

.hy_about5 .box .banner1 .item {
	text-align: center;
	background: #fff;
	height: 10rem;
	display: flex;
	align-items: center;
	border: 1px solid #eee;
}

.hy_about5 .box .banner1 .item img {
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

.hy_about5 .box .banner1 .swiper-pagination {
	position: initial;
	margin-top: var(--yx_FS36)
}

.hy_about5 .box .banner1 .swiper-pagination span {
	margin: 0 5px;
}

.hy_about5 .box .banner .button {
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	line-height: var(--yx_FS36);
	text-align: center;
	border-radius: 50%;
	border: 1px solid #a1aebf;
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_CTwo);
	z-index: 2;
	margin-top: var(--yx_FS30);
}

.hy_about5 .box .button:hover {
	background: var(--yx_Color);
	border: 1px solid var(--yx_Color);
}

.hy_about5 .box .button:hover span {
	color: #fff;
}

.hy_about6 .title {
	font-size: var(--yx_FS24) text-align: center;
}

.hy_about6 .content1 {
	text-align: center;

	font-size: var(--yx_FS16);
	line-height: var(--yx_FS24);
	margin-top: 5rem;
}

.hy_about6 .content2 {
	margin-top: var(--yx_FS42)
}

.hy_about6 .content2 .boxLeft {
	width: 50%;
	background: #f7f7f7;
	box-sizing: border-box;
	padding: 4rem var(--yx_FS36)
}

.hy_about6 .content2 .boxLeft .text p {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: var(--yx_FS24);
	text-align: justify;
}

.hy_about6 .content2 .boxRight {
	width: 50%;
}

.hy_about6 .content2 .boxRight img {
	width: 100%;
}

.hy_about7 {
	margin-top: var(--yx_FS30);
}

.hy_about7 .box .list .item .boxTop {
	padding: 0 4rem;
	line-height: 5rem;
	border-top: 1px solid #ddd;
	cursor: pointer;
}

.hy_about7 .box .list .item .boxTop div {
	box-sizing: border-box;
}

.hy_about7 .box .list .item .boxTop .content1 {
	width: 25%;
}

.hy_about7 .box .list .item .boxTop .content2 {
	width: 20%;
}

.hy_about7 .box .list .item .boxTop .content3 {
	width: 5%;
	display: flex;
	align-items: center;
}

.hy_about7 .box .list .item .boxTop .content3 p {
	width: var(--yx_FS36);
	height: var(--yx_FS36);
	border-radius: 50%;
	border: 1px solid var(--yx_Color);
	display: flex;
	align-items: center;
}

.hy_about7 .box .list .item .boxTop .content3 p span {
	display: block;
	width: 13px;
	height: 1px;
	margin: auto;
	background: var(--yx_Color);
	position: relative;
}

.hy_about7 .box .list .item .boxTop .content3 p span::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.4s;
	transform: rotate(90deg);
	background: var(--yx_Color);
}

.hy_about7 .box .list .item .boxBot {
	padding: 0 4rem var(--yx_FS42) 4rem;
	display: none;
}

.hy_about7 .box .list .item .boxBot .text {
	margin-bottom: var(--yx_FS30);
}

.hy_about7 .box .list .item .boxBot .text h5 {
	font-size: var(--yx_FS16);
	color: #000;
	line-height: var(--yx_FS24);
}

.hy_about7 .box .list .item .boxBot .text div {
	margin-top: var(--yx_FS16);
}

.hy_about7 .box .list .item .boxBot .text div p {
	font-size: var(--yx_FS16);
	color: #666;
	line-height: var(--yx_FS24);
}

.hy_about7 .box .list .active .boxTop .content3 p span::after {
	transform: rotate(0deg);
}

.hy_about7 .box .list .active .boxBot {
	display: block;
}

.hy_about7 .link {
	margin-top: 4rem;
}

.join_layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.join_layer .box {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.join_layer .box .main {
	margin: auto;
	background: #fff;
	width: 40rem;
	min-height: 6.25rem;
	box-sizing: border-box;
	padding: 4rem var(--yx_FS36) 0;
	position: relative;
}

.join_layer .box .main>span {
	position: absolute;
	top: var(--yx_FS24) right: var(--yx_FS24) font-size: var(--yx_FS24) font-weight: bold;
	color: #999;
	cursor: pointer;
}

.join_layer .box .main .input {
	margin-bottom: var(--yx_FS30);
}

.join_layer .box .main .input .item {
	width: 33.333%;
	box-sizing: border-box;
}

.join_layer .box .main .input .item input {
	display: block;
	width: 100%;
	height: var(--yx_FS36);
	border: 1px solid #ddd;
	padding-left: var(--yx_FS16);
}

.join_layer .box .main .content1 {
	text-align: center;
}

.join_layer .box .main .content1 img {
	width: 1var(--yx_FS24);
	cursor: pointer;
}

.join_layer .box .main .content1 input {
	display: none;
}

.join_layer .box .main .content2 {
	text-align: center;
	font-size: var(--yx_FS14);
	color: #999;
	margin-top: var(--yx_FS16);
}

.join_layer .box .main .content3 {
	margin-top: 2.375rem;
}

.join_layer .box .main .content3 input {
	margin: auto;
	background: none;
	width: 9.625rem;
	height: 2.8125rem;
	border: 1px solid var(--yx_Color);
	transition: 0.4s;
	cursor: pointer;
	color: var(--yx_Color);
}

.join_layer .box .main .content3 input:hover {
	background: var(--yx_Color);
	color: #fff;
}

.join_layer .box .main .content4 {
	padding: 3.125rem 0 2.25rem;
	text-align: center;
}

.mob_header {
	position: fixed;
	top: 52px;
	left: 0;
	width: 100%;
	height: calc(100% - 52px);
	background: #fff;
	z-index: 99999999999999999999;
	display: none;
}

.mob_header .mob_top {
	width: 90%;
	margin: auto;
}

.mob_header .mob_top .btn {
	line-height: 50px;
}

.mob_header .mob_top .btn span {
	font-size: 26px;
	color: #666;
}

.mob_header .bob_nav {
	width: 90%;
	margin: 50px auto;
	padding-bottom: 50px;
	height: calc(100% - 60px);
	overflow-y: scroll;
	box-sizing: border-box;
	overflow-x: hidden;
}

.mob_header .bob_nav .nav_item {
	border-bottom: 1px solid #eee;
}

.mob_header .bob_nav .nav_item>a {
	line-height: 55px;
	font-size: 15px;
	width: 100%;
}

.mob_header .bob_nav .nav_item>a span {
	color: #000;
}

.mob_header .bob_nav .nav_item>a i {
	color: #999;
	transition: 0.4s;
	display: inline-block;
}

.mob_header .bob_nav .nav_item .nav_titlt {
	line-height: 55px;
	font-size: 15px;
}

.mob_header .bob_nav .nav_item .nav_titlt i {
	color: #999;
	transition: 0.4s;
}

.mob_header .bob_nav .nav_item .act i {
	transform: rotate(45deg);
}

.mob_header .bob_nav .nav_item .nav_select {
	display: none;
}

.mob_header .bob_nav .nav_item .nav_select .select_item {
	border-top: 1px dashed #eee;
}

.mob_header .bob_nav .nav_item .nav_select .select_item>a {
	display: block;
	width: 100%;
	color: #666;
	line-height: 50px;
}

.mob_header .bob_nav::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.mob_header .bob_nav::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.7);
}

.mob_header .bob_nav::-webkit-scrollbar-track {
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.3);
}

.hy_select_nav {
	position: fixed;
	top: 90px;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff8fa;
	display: none;
}

.hy_select_nav .box .item {
	margin: 0 4.0625rem;
}

.hy_select_nav .box .item a {
	font-size: 18px;
	color: #666;
	display: block;
	line-height: 5rem;
}

.hy_select_nav .box .active a {
	color: var(--yx_Color);
}

@media screen and (max-width: 1440px) {
	.index_footer .box .boxBot .item .content3 img {
		max-height: 7.5rem;
	}

	.index_header .box .boxLeft .nav ul li {
		margin-right: 1.8125rem;
	}

	.index_header .box .boxLeft .nav ul li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 1280px) {
	.index_footer .box .boxBot .item .content3 img {
		max-height: 8.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.index_header {
		background: #fff;
		position: fixed;
		padding: 10px 0;
	}

	.hy_pro .box .boxLeft .yx_ImgCover {
		padding-bottom: 70%;
	}

	.index_banner {
		margin-top: 50px;
	}

	.index_header .box .boxLeft .nav {
		display: none;
	}

	.index_header .box .boxRight .language {
		display: none;
	}

	.index_header .box .boxRight .link {
		display: none;
	}

	.index_header .box .boxRight .phone {
		display: none;
	}

	.index_banner .box .banner .item .main {
		top: 30%;
	}

	.index_header .box .boxRight .search {
		filter: invert(1);
	}

	.index_banner .box .button {
		display: none;
	}

	.index_banner .box .mouse {
		display: none;
	}

	.index_header .box .boxLeft .logo a img {
		height: 22px;
	}

	.index_header .box .boxLeft .logo {
		padding: 15px 0;
	}

	.index_header .box .boxRight .search {
		line-height: 52px;
	}

	.index_banner .box .banner .item .main .content2 {
		margin-top: 2.25rem;
	}

	.index_banner .box .page {
		bottom: var(--yx_FS16);
	}

	.index_new>.box .boxRight {
		display: none;
	}

	.index_new>.box .boxLeft {
		width: 100%;
	}

	.index_footer .box .boxTop .boxLeft {
		display: none;
	}

	.hy_pro .box .boxLeft {
		width: 100%;
	}

	.hy_pro .box .boxRight {
		width: 100%;
		padding-bottom: 5%;
		margin: 0px;
	}

	.hy_news .box .main1 a .boxLeft {
		width: 100%;
	}

	.hy_news .box .main1 a .boxRight {
		width: 100%;
		padding: 5rem;
	}

	.hy_news_question .box .item {
		width: 100%;
	}

	.hy_down .box .list {
		justify-content: space-between;
	}

	.hy_down .box .list .item {
		width: 48%;
		margin-right: 0%;
	}

	.hy_about .box .boxLeft {
		width: 100%;
	}

	.hy_about .box .boxRight {
		width: 100%;
		margin-top: var(--yx_FS30);
	}

	.hy_about1 .box .banner .swiper-slide::after {
		display: none;
	}

	.hy_about1 .box .banner .swiper-slide .item {
		width: 100%;
	}

	.hy_about1 .box .banner .swiper-slide .item .img img {
		opacity: 1;
	}

	.hy_about1 .box .banner .swiper-slide .item .content1 h6 {
		opacity: 1;
	}

	.hy_about2 .box .list .item .boxLeft {
		width: 100%;
	}

	.hy_about2 .box .list .item .boxRight {
		width: 100%;
		padding: 4rem;
	}

	.hy_about2 .box .list .item .boxRight .main {
		margin-top: 0;
	}

	.hy_about3 .box {
		padding: 0 5rem;
	}

	.hy_about6 .content2 .boxLeft {
		width: 100%;
	}

	.hy_about6 .content2 .boxRight {
		width: 100%;
	}

	.hy_about7 .box .list .item .boxTop .content3 {
		width: 8%;
	}

	.hy_about7 .box .list .item .boxTop .content1 {
		width: 24%;
	}

	.hy_content .box .item {
		width: 47%;
	}

	.searchBox {
		top: 52px;
	}

	.index_header .box .boxRight .menu {
		display: flex;
	}

	.searchBox .boxMain input[type='text'] {
		height: 4.125rem;
		width: 30rem;
	}

	.searchBox .boxMain a input {
		width: 4.125rem;
		height: 4.125rem;
	}

	.hy_nav {
		top: 52px;
	}

	.index_pro {
		padding-right: 5.2vw;
	}

	.index_pro .box .banner .swiper-slide {
		margin-right: 0;
	}

	.index_pro .box .banner .item a .content2 {
		padding: 0 var(--yx_FS30);
	}

	.index_about .box .boxBot .item .main4 {
		right: var(--yx_FS24)
	}

	.index_about .box .boxBot .item {
		padding-left: 3.2vw;
	}

	.hy_about7 .box .list .item .boxTop {
		padding: 0;
	}

	.hy_about7 .box .list .item .boxTop .content1 {
		width: 20%;
	}

	.hy_about7 .box .list .item .boxTop .content3 {
		width: 11%;
	}

	.hy_content1 .box .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: var(--yx_FS30);
	}

	.hy_select_nav {
		display: none !important;
		visibility: hidden;
	}

	.index_footer .box .boxBot .item {
		width: 100%;
		border: 0;
	}

	.index_footer .box .boxBot .item .content3 {
		right: 0;
	}

	.index_cloumn {
		display: none !important;
	}

	.hy_productNew .box .list .information .left {
		width: 100%;
	}

	.hy_productNew .box .list .information .right {
		width: 100%;
		padding: var(--yx_FS30);
	}

	.hy_productNew .box .list .banner .swiper-slide {
		width: 48%;
		margin-right: 0;
	}

	.hy_productNew .box .list .banner .swiper-wrapper {
		justify-content: space-between;
	}



}

@media screen and (max-width: 669px) {
	.Intelligent .box .biaoti .zhi {
		font-size: 8.3125rem;
	}

	.index_banner .box .banner .item .main .content1 {
		font-size: var(--yx_FS30);
	}

	.index_banner .box .page {
		/* display: none; */
	}

	.index_banner .swiper-pagination-bullet-active {
		margin-right: 30px;
		opacity: 1;
	}

	@keyframes middle {
		0% {
			width: 0px;
		}

		100% {
			width: 20px;
		}
	}

	.index_title .box .boxLeft h5 {
		font-size: var(--yx_FS30);
	}

	.index_link a {
		width: 1var(--yx_FS30);
	}

	.index_pro .box .banner .swiper-slide {
		margin-right: 0;
	}

	.index_pro {
		padding: 0 5.2vw var(--yx_FS36);
	}

	.p94 {
		padding-top: var(--yx_FS36);
	}

	.index_link a img {
		display: none;
	}

	.index_about .img1 {
		width: 100%;
	}

	.index_about .box .boxTop {
		width: auto;
	}

	.index_about .box .boxTop .content1 h5 {
		font-size: var(--yx_FS30);
	}

	.index_about .box .boxBot .item {
		width: 50%;
	}

	.index_about .box .boxBot .item:nth-child(1) {
		width: 50%;
	}

	.index_about .box .boxBot .item:nth-child(2) {
		width: 50%;
	}

	.index_about .img1 {
		height: 65%;
	}

	.index_about .img2 {
		position: absolute;
		top: 65%;
		width: 100%;
		height: 36%;
	}

	.index_about .box .boxTop .content2 {
		height: auto;
		padding-right: 0;
	}

	.index_pro .box .button {
		right: -3.2vw;
	}

	.index_new>.box .boxLeft .item a .left {
		width: 100%;
	}

	.index_new>.box .boxLeft .item a .right {
		width: 100%;
		padding: var(--yx_FS30) 0 0;
	}

	.index_footer .box .boxBot .item {
		width: 100%;
		padding: var(--yx_FS30) 0 var(--yx_FS30) 0;
		border-right: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	.index_footer .box .boxBot .item .content3 {
		right: 0;
	}

	.index_footer {
		padding-top: var(--yx_FS36);
	}

	.index_footer .box .info_box .left {
		line-height: var(--yx_FS30) width: 100%;
		text-align: center;
	}

	.index_footer .box .info_box .left a {
		display: block;
	}

	.index_footer .box .info_box .right {
		display: none;
	}

	.index_footer .box .info_box {
		padding: var(--yx_FS30) 0;
	}

	.index_new {
		padding-bottom: 0rem;
	}

	.index_pro .box .banner .item a .content2 .right {
		margin-top: var(--yx_FS16);
	}

	.index_new>.box .boxLeft .item a .right .content4 {
		margin-top: var(--yx_FS30);
	}

	.index_footer .box .boxBot {
		margin-top: var(--yx_FS36);
	}

	.hy_product .box {
		margin: 0 5.2vw;
	}

	.hy_product .box .list .title {
		font-size: var(--yx_FS36);
	}

	.w1520 {
		margin: 0 5.2vw;
	}

	.hy_news .title {
		font-size: var(--yx_FS30);
	}



	.hy_news .box .main1 a .boxRight {
		padding: var(--yx_FS30);
	}

	.hy_news .box .main2 .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: var(--yx_FS30);
	}

	.hy_news .box .main2 {
		margin-bottom: var(--yx_FS30);
	}

	.fengye .active {
		display: block;
	}

	.fengye p a {
		display: none;
	}

	.fengye div a {
		width: var(--yx_FS42) height: var(--yx_FS42) line-height: var(--yx_FS42)
	}


	.news_box2 .box .item a {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.news_box2 .box .go a {
		width: 10rem;
		line-height: var(--yx_FS42)
	}

	.hy_news_question .title {
		font-size: var(--yx_FS30);
	}

	.news_box1 .box .content1 h5 {
		font-size: var(--yx_FS24)
	}

	.index_case .yx_CBImg {
		height: 130vw;
		max-height: 680px;
	}

	.hy_banner .main .content2 {
		font-size: var(--yx_FS16);
	}

	.hy_news_question .box .item .content1 {
		line-height: 4.5rem;
	}

	.index_header .box .boxLeft .logo p {
		color: #2a2a2a !important;
	}

	.index_footer .boxRight {
		width: 100% !important;
	}

	.index_footer .box .boxTop .boxRight .content1 img {
		height: 40px;
	}

	.index_footer .boxRight * {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.fengye p a {
		width: var(--yx_FS42) height: var(--yx_FS42) line-height: var(--yx_FS42)
	}

	.hy_about .box .boxLeft .content2 {
		font-size: var(--yx_FS24)
	}

	.hy_about .box .boxLeft .content1 div {
		font-size: var(--yx_FS30);
	}

	.hy_about .box .boxLeft .content2 img {
		height: var(--yx_FS30);
	}

	.p94_ {
		padding-bottom: var(--yx_FS36);
	}

	.m54 {
		margin-top: var(--yx_FS36)
	}

	.hy_about1 .title {
		font-size: var(--yx_FS30);
	}

	.hy_about1 .box .banner .swiper-slide .item .content1 h5 {
		width: auto;
	}

	.hy_about1 .box .banner .swiper-slide .item .content2 img {
		height: var(--yx_FS36);
	}

	.hy_about2 .title {
		font-size: var(--yx_FS30);
	}

	.hy_about3 .title {
		font-size: var(--yx_FS30);
	}

	.hy_about4 .title {
		font-size: var(--yx_FS30);
	}

	.hy_about4 .img img {
		margin-top: 5rem;
	}

	.hy_about5 .title {
		font-size: var(--yx_FS30);
	}

	.hy_about6 .title {
		font-size: var(--yx_FS30);
	}

	.hy_about6 .content1 {
		margin-top: var(--yx_FS30);
	}

	.hy_about7 .box .list .item .boxTop {
		padding: var(--yx_FS16) 0;
		line-height: var(--yx_FS36);
	}

	.hy_about7 .box .list .item .boxTop .content1 {
		width: 33.333%;
	}

	.hy_about7 .box .list .item .boxTop .content2 {
		width: 50%;
	}

	.hy_about7 .box .list .item .boxTop .content3 {
		width: 10%;
	}

	.hy_about7 .box .list .item .boxBot {
		padding: 0 0rem var(--yx_FS42) 0rem;
	}

	.join_layer .box .main .input .item {
		width: 100%;
		margin-bottom: var(--yx_FS16);
	}

	.join_layer .box .main {
		width: 90%;
	}

	.hy_content .box .item {
		width: 100%;
	}

	.hy_content1 .box .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: var(--yx_FS30);
	}

	.hy_content2 .box .boxLeft {
		width: 100%;
	}

	.hy_content2 .box .boxRight {
		width: 100%;
	}

	.hy_content2 .box .boxRight textarea {
		border: 1px solid #ddd;
		border-top: 0;
	}

	.hy_content1 .box .item .content3 p {
		line-height: var(--yx_FS30);
	}

	.hy_content1 .box .item .content3 p:last-child {
		padding-left: 0;
	}

	.hy_content1 .box .item .content3 p:last-child span {
		position: initial;
	}

	.hy_content .title {
		font-size: var(--yx_FS30);
	}

	.hy_content .box .item {
		margin-top: var(--yx_FS30);
	}

	.hy_productNew .box .list .yx_List3 a .content2 {
		font-size: var(--yx_FS24) color: #000;

		text-align: center;
		padding: 0 var(--yx_FS16);
	}

	.hy_productNew .box .list .yx_List3 a .content2 {
		padding: 0 var(--yx_FS16);
	}
}



/*product*/
.yx_Mbx {
	color: #fff;
}

.yx_ProMbx .boxRight {
	padding: var(--yx_FS24) 0;
}

.yx_ProMbx {
	position: absolute;
	width: 100%;
	bottom: 100px;
}

.yx_NewProduct {
	position: relative;
}

.yx_ProContent,
.yx_ProContent .yx-flexWrap {
	width: 100%;
}

.yx_NewProduct>div:before,
.yx_NewProduct>div:after {
	display: none !important;
}

.yx_NewProduct .boxLeft {
	width: 20%;
	padding: var(--yx_FS60) 2% var(--yx_FS60) 0;
}

.yx_NewProduct .boxLeft article {
	position: -webkit-sticky;
	position: sticky;
	top: 84px;
	max-height: 84vh;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.yx_NewProduct .boxLeft article .item {
	margin-bottom: var(--yx_FS24)
}

.yx_NewProduct .boxLeft article .item a {
	display: block;
	font-size: var(--yx_FS30);
	color: #000;
	line-height: 240%;
	box-sizing: border-box;
	padding: var(--yx_FS16) var(--yx_FS22)
}

.yx_NewProduct .boxLeft article .active a {
	background: var(--yx_Color);
	color: #fff;
}

.yx_NewProduct .boxLeft article::-webkit-scrollbar {
	width: 1px;
	height: 2px;
}

.yx_NewProduct .boxLeft article::-webkit-scrollbar-thumb {
	border-radius: 2px;
	background: rgba(201, 24, 25, 0.2);
}

.yx_NewProduct .boxLeft article::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #f9f9f9;
}

.yx_NewProduct .boxRight {
	width: 80%;
	padding-top: var(--yx_FS60);
	padding-bottom: var(--yx_FS60);
}

.yx_NewProduct .boxRight .item a {
	display: block;
}

.yx_NewProduct .boxRight .item a .content1 {
	position: relative;
	padding-bottom: 85%;
	background: #f8f8f8;
}

.yx_NewProduct .boxRight .item a .content1 .img {
	opacity: 0;
	transition: 0.4s;
}

.yx_NewProduct .boxRight .item a .content1 .img img {
	width: 100%;
}

.yx_NewProduct .boxRight .item a .content1 p {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.yx_NewProduct .boxRight .item a .content1 p img {
	width: 100%;
	height: 100%;
}

.yx_NewProduct .boxRight .item a .content2 {
	margin-top: var(--yx_FS16);
}

.yx_NewProduct .boxRight .item a .content2 .left h5 {
	font-size: var(--yx_FS18) color: #000;
	line-height: 180%;
	transition: 0.4s;
}

.yx_NewProduct .boxRight .item a .content2 .left h6 {
	margin-top: var(--yx_FS16);
	font-size: var(--yx_FS16) color: #888;
}

.yx_NewProduct .boxRight .item a .content2 .right {
	display: flex;
	align-items: center;
}

.yx_NewProduct .boxRight .item a .content2 .right div {
	font-size: var(--yx_FS16);
	color: var(--yx_Color);
}

.yx_NewProduct .boxRight .item a .content2 .right div img {
	margin-left: var(--yx_FS14)
}

.yx_NewProduct .boxRight .item a:hover .content1 .img {
	opacity: 1;
}

.yx_NewProduct .boxRight .item a:hover .content1 p {
	opacity: 0;
}

.yx_NewProduct .boxRight .item a:hover .content2 .left h5 {
	color: var(--yx_Color);
}

.yx_ProPageTwo {
	background: #f7f7f7;
	padding: var(--yx_FS16);
	border-radius: 4px;
	position: sticky;
	top: 140px;
	border-top: 5px solid var(--yx_Color);
}

.yx_PT_Link {
	color: #000;
	font-size: var(--yx_FS18);
	display: inline-block;
}

.yx_PageTit {
	position: relative;
	line-height: 240%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--yx_FS18);
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: var(--yx_FS14) 0;
	margin: 0px;
}

.yx_PageTit .yx_icon {
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	width: var(--yx_FS30);
	height: var(--yx_FS30);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

.yx_PPList {
	position: relative;
	padding: 1% 0;
}

.yx_PPBox2 .yx_PT_Link2 {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
}

.yx_PPBox2 .yx_PT_Link2 em {
	display: block;
	width: 12px;
	height: 12px;
	border: #000 1px solid;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 5%;
	padding: 2px;
	position: relative;
}

.yx_PPBox2 .yx_PT_Link2 span {
	font-weight: normal;
	font-size: 15px
}

.yx_PPBox2 .yx_PageTit {
	padding: 5px 0 5px;
	border: none !important;
}

.yx_PPBox3 {
	padding-left: var(--yx_FS36);
}

.yx_PT_Link3 {
	font-size: var(--yx_FS14);
	line-height: 160%;
	font-weight: normal;
}

.yx_PT_Link.yx_Click {
	color: var(--yx_Color) !important;
}

.yx_PT_Link.yx_Click em {
	border-color: var(--yx_Color) !important;
	background: var(--yx_Color) !important;
}

.yx_ProPageTwo .yx_PPBox2 {
	display: none;
}

.yx_ProPageTwo .yx_PPBox3 {
	display: none;
}

.yx_content {
	min-height: 500px;
}

@media only screen and (max-width:1024px) {
	.yx_ProMbx {
		display: none;
	}

	.hy_nav div a {
		padding: var(--yx_FS14) var(--yx_FS16);
		font-size: var(--yx_FS16);
	}

	.z_contact_box .box {
		width: 50%;
		min-height: 0px;
		;
	}
}

@media only screen and (max-width:768px) {
	.z_index_gy .z_index_tit::before {
		display: none;
	}

	.z_gy_swiper li .h4 {
		width: 100%;
		margin: 0px;
		padding: 0 8%;
	}

	.hy_nav div a {
		font-size: 13px !important;
		padding: 10px 0 !important;
	}

	.banner_SBtn {
		display: none !important;
	}

	.z_case_nav .warp {
		display: flex;
		flex-wrap: wrap;
	}

	.hy_nav {
		width: 100%;
		justify-content: left;
	}

	.z_case_nav .warp>a {
		width: calc(100%/3);
	}

	.z_header_nav li .one::before,
	.z_case_nav a::before {
		display: none;
	}

	.z_index_more {
		margin-left: 0px;
	}

	.z_case_flwarp {
		width: 94%;
		margin-left: auto;
		margin-right: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.z_menu_tel span {
		margin-left: 0px;
	}

	.hy_nav .item {
		width: 25%;
		text-align: center;
	}

	.hy_nav div a {
		width: 100%;
		padding: 12px 0;
	}

	.yx_Mbx {
		display: none;
	}

	.z_contact_box {
		background: none;
		padding: 5% 0;
	}

	.z_contact_box .box {
		width: 100%;
	}

	.index_header .box .boxLeft .logo p {
		padding-left: 0px !important;
		border-width: 0px !important;

	}

	.mob_header .bob_nav .nav_item .nav_select .select_item>a {
		font-size: 15px !important;
	}

	.index_header .box .boxLeft {
		padding-right: 0px !important;
	}

	.yx_bottomAdd {
		display: none !important;
	}

	.yx_NewProduct .boxLeft,
	.yx_NewProduct .boxRight {
		width: 100%;
		margin-right: 0px;
	}

	.yx_NewProduct .boxRight {
		padding-top: 0px !important;
	}

	.index_header .box .boxRight {
		width: auto !important
	}

	.index_header .box .boxLeft {
		width: 90%;
	}

	#Banner_design2 .banner .scene-nav.scene-nav--prev,
	#Banner_design2 .banner .scene-nav.scene-nav--next {
		display: none !important;
	}

	.yx_ProPageTwo .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		background: var(--yx_Color);
		border-radius: 0px;
		padding: 14px calc(3% + 10px);
	}

	.yx_ProPageTwo .yx_MoPageBtn i {
		color: #fff;
		font-size: 14px !important;
	}

	.yx_ProPageTwo .yx_PPTCon {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99;
		top: 0;
		padding: var(--yx_FS36) 5%;
		left: 100%;
		transition: all 0.8s;
		overflow: auto;
	}

	.yx_PPBox2 .yx_PT_Link2 em {
		width: 10px;
		height: 10px;
		margin-right: 14px;
	}

	.yx_ProPageTwo>ul {
		width: 100%;
	}

	.yx_ProPageTwo .yx_MoPageClose {
		font-size: 18px;
		color: #fff;
		width: 30px;
		height: 30px;
		display: block !important;
		margin: 0 0 0 auto;
		background: #000;
		line-height: 30px;
		text-align: center;
	}

	.yx_ProPageTwo .yx_PPBox2 {
		background: #fafafa;
	}

	.yx_ProPageTwo .yx_PageTit {
		font-size: 16px;
		font-weight: normal;
		position: relative;
		line-height: 240%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 4px 12px;
	}

	.yx_ProPageTwo {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		border: none;
	}
}

/*proDetail*/
.yx_PDleft .yx_ImgContain {
	padding-bottom: 100%;
	width: 100%;
	cursor: pointer;
}

.yx_PDleft {
	width: 44%;
	padding: 10px;
	border: 1px solid #eee;
}

.yx_PDright {
	width: 54%;
	margin-left: 2%;
	padding: var(--yx_FS42) var(--yx_FS36);
	background: #fafafa;
}

.yx_PDright .yx_PDRTitle {
	font-size: var(--yx_FS30);
	color: #2a2a2a;
}

.yx_PDright .yx_Summary {
	font-size: var(--yx-FS16);
	line-height: 200%;
	color: #666;
}

.yx_PDTContent {
	padding: var(--yx_FS18) 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: var(--yx_FS48);
	margin-top: var(--yx_FS24);
}

.lian-index-partner-bottom .partner_list {
	border: 1px solid #eee;
}

.yx_PDTContent .yx_PDTC_Tit {
	font-size: var(--yx_FS14);
	line-height: 200%;
	margin: 4px 0;
}

.yx_PDleftBig {
	overflow: hidden;
	position: relative;
}

.yx_danger {
	transition: all 0.6s;
	display: inline-block;
	margin-right: var(--yx_FS16);
	font-size: var(--yx_FS16);
	color: #fff;
	line-height: 240%;
	text-align: center;
	padding: 8px var(--yx_FS45);
}

.yx_danger:nth-child(1) {
	background: var(--yx_Color);
}

.yx_danger:nth-child(2) {
	background: #444;
	color: #fff;
}

.yx_danger:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_PDleftSmall {
	margin-top: var(--yx_FS14);
}

.yx_PDBIcon {
	transition: all 0.6s;
	font-size: var(--yx_FS24);
	cursor: pointer;
	padding: var(--yx_FS24) var(--yx_FS14);
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

.yx_PDBIcon:hover {
	background: rgba(0, 0, 0, 0.8);
}

.yx_PDBIcon.arrow-left {
	left: 0;
}

.yx_PDBIcon.arrow-right {
	right: 0;
}

.yx_PDleftSmall .yx_ImgContain:before {
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border: 2px solid transparent;
	transition: all 0.6s;
	z-index: 2;
	position: absolute;
}

.yx_PDleftSmall .swiper-slide-thumb-active .yx_ImgContain:before {
	border: 2px solid var(--yx_CTwo) !important;
}

.yx_ProDContent {
	padding: var(--yx_FS16);
	border: 1px solid #eee;
	margin-top: var(--yx_FS16)
}

.yx_ProDContent .yx_PDCTitle {
	display: block;
	color: #060606;
	margin: var(--yx_FS24) 0 var(--yx_FS18);
	font-weight: bold;
	text-align: center;
	font-size: var(--yx_FS30);
}

.text-secondary {
	font-size: var(--yx_FS16);
}

.yx_ProDContent .lian-about-contact-message-from {
	width: 100%;
	padding: 0 2%;
	margin-top: var(--yx_FS36)
}

.yx_ProDContent .message-from-item .input-1 {
	padding: 14px 0;
}

.yx_ProDContent .send-2 {
	color: #fff;
	text-align: center;
	margin: var(--yx_FS30) auto 0;
}

.yx_ProDContent .send-2 a {
	color: #fff;

}

.yx_proD {
	padding-left: var(--yx_FS24);
	display: flex;
	align-items: center;
	margin-top: var(--yx_FS24);
	font-size: var(--yx_FS16);
	transition: all 0.6s;
}

.yx_proD:hover {
	color: var(--yx_Color);
}

.yx_proD .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	margin-right: var(--yx_FS24);
}

.yx_proDBox {
	padding: var(--yx_FS30) 0;
	margin-top: var(--yx_FS30);
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
}

.yx_proDBox a {
	color: #666;
}

.yx_ProImg {
	padding-bottom: 100% !important;
}

.yx_ProListD .content2 {
	font-size: var(--yx_FS18) !important;
}

.yx_ProListD .content3 {
	font-size: var(--yx_FS16) !important;
}

.yx_bottomAdd p {
	font-size: var(--yx_FS16);
	color: #fff;
	padding: 10px var(--yx_FS24);
	border: 1px solid rgba(255, 255, 255, 0.1);
	margin-right: var(--yx_FS24);
}

.yx_bottomAdd .yx_icon {
	color: #fff;
	font-size: var(--yx_FS18);
	margin-right: var(--yx_FS24);
}

.lian-index-hotPro {
	padding: 5% 0;
}

.lian-index-hotPro .lian-more a {
	margin-left: var(--yx_FS30);
}

.yx_InHotProSwiper {
	width: 100%;
	margin-top: 3%;
}

.yx_InHotPro .yx_ImgContain {
	display: block;
	padding-bottom: 100%;
	background: #fafafa;
	border: 1px solid #eee;
}

.yx_InHotPro .yx_PLC_Left {
	width: calc(100% - 42px);
}

.yx_InHotPro .yx_ImgContain img {
	transition: all 0.6s;
	max-height: 90%;
	max-width: 90%;
	mix-blend-mode: darken;
}

.yx_InHotPro .infobox {
	background: rgba(162, 0, 1, .8);
	padding: 1.5vw 2vw;
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%) scale(0.75);
	top: 50%;
	left: 50%;
	opacity: 0;
	position: absolute;
}

.yx_InHotPro .yx_PL_Box:hover .infobox {
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.yx_InHotPro .infobox .yx_Title {
	font-size: var(--yx_FS24);
	color: #fff;
	text-align: center;
}

.yx_InHotPro .infobox .yx_Summary {
	font-size: var(--yx_FS14);
	color: #fff;
	line-height: 200%;
	text-align: center;
}

.yx_InHotPro .yx_Tit {
	color: #222;
	font-size: var(--yx_FS18);
	font-weight: bold;
	line-height: 180%;
	transition: all 0.6s;
}

.yx_InHotPro .yx_M {
	width: 100%;
	line-height: var(--yx_FS42);
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	font-size: var(--yx_FS16);
	color: #fff;
	background: var(--yx_Color);
	position: absolute;
	z-index: 3;
	left: 0%;
	bottom: 0px;
	padding: 0 var(--yx_FS16);
	transform: translateY(var(--yx_FS42));
	transition: all 0.6s;
}

.yx_InHotPro .yx_PL_Box:hover .yx_M {
	transform: translateY(0);
}

.yx_InHotPro .yx_PLC_More {
	width: 42px;
	height: 42px;
	line-height: 38px;
	border-radius: 50%;
	border: 2px solid #dcdcdc;
	font-size: var(--yx_FS16);
	color: #999;
	text-align: center;
	transition: all 0.6s;
}

.yx_InHotPro .yx_Pay {
	color: #f949494;
	margin-top: 6px;
	font-size: 14px;
}

.yx_InHotPro .yx_PL_Box .yx_PL_Con {
	padding: var(--yx_FS16) var(--yx_FS24);
	background: #f5f5f5;
}

.yx_InHotPro .yx_PL_Box:hover .yx_PL_Con {
	background: var(--yx_Grad)
}

.yx_InHotPro .yx_PL_Box:hover .yx_PL_Con * {
	color: #fff;
}

.yx_InHotPro .yx_PL_Box:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_InHotPro .yx_PL_Box:hover .yx_PLC_More {
	border-color: rgba(255, 255, 255, 0.7);
	background: #fff;
	color: var(--yx_Color);
}

.proUl .yx_Pagin {
	margin-top: 3rem;
	justify-content: center;
	display: flex;
	align-items: center;
	position: relative;
}

.proUl .yx_Pagin span {
	width: 8px;
	height: 8px;
	background: #999;
	margin: 0 6px;
	opacity: 1;
	cursor: pointer;
}

.yx_InHotPro .lian-more {
	margin-top: 0px;
}

.p_headbox {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
}

.p_headbox .searchinput {
	font-size: var(--yx_FS16);
	padding: var(--yx_FS14) var(--yx_FS24);
	width: calc(100% - 120px);
}

.p_headbox .p_searchBtn {
	display: inline-block;
	font-size: var(--yx_FS18);
	padding: 12px 0;
	width: 120px;
	;
}

.amap-info-content *,
.amap-info-content {
	color: #666;
}

/*Mo Page*/
.yx_ProPageTwo {
	background: #f7f7f7;
	padding: var(--yx_FS16);
	border-radius: 4px;
	position: sticky;
	top: 140px;
	border-top: 5px solid var(--yx_Color);
}

.yx_PT_Link {
	color: #000;
	font-size: var(--yx_FS18);
	display: inline-block;
}

.yx_PageTit {
	position: relative;
	line-height: 240%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--yx_FS18);
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: var(--yx_FS14) 0;
	margin: 0px;
}

.yx_PageTit .yx_icon {
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	width: var(--yx_FS30);
	height: var(--yx_FS30);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

.yx_PPList {
	position: relative;
	padding: 1% 0;
}

.yx_PPBox2 .yx_PT_Link2 {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
}

.yx_PPBox2 .yx_PT_Link2 em {
	display: block;
	width: 12px;
	height: 12px;
	border: #000 1px solid;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 5%;
	padding: 2px;
	position: relative;
}

.yx_PPBox2 .yx_PT_Link2 span {
	font-weight: normal;
	font-size: 15px
}

.yx_PPBox2 .yx_PageTit {
	padding: 5px 0 5px;
	border: none !important;
}

.yx_PPBox3 {
	padding-left: var(--yx_FS36);
}

.yx_PT_Link3 {
	font-size: var(--yx_FS14);
	line-height: 160%;
	font-weight: normal;
}

.yx_PT_Link.yx_Click {
	color: var(--yx_Color) !important;
}

.yx_PT_Link.yx_Click em {
	border-color: var(--yx_Color) !important;
	background: var(--yx_Color) !important;
}

.yx_ProPageTwo .yx_PPBox2 {
	display: none;
}

.yx_ProPageTwo .yx_PPBox3 {
	display: none;
}

.yx_content {
	min-height: 500px;
}

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

	#Banner_design2 .banner .scene-nav.scene-nav--prev,
	#Banner_design2 .banner .scene-nav.scene-nav--next {
		display: none !important;
	}

	.yx_ProPageTwo .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		background: var(--yx_Color);
		border-radius: 0px;
		padding: 14px calc(3% + 10px);
	}

	.yx_ProPageTwo .yx_MoPageBtn i {
		color: #fff;
		font-size: 14px !important;
	}

	.yx_ProPageTwo .yx_PPTCon {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99;
		top: 0;
		padding: var(--yx_FS36) 5%;
		left: 100%;
		transition: all 0.8s;
		overflow: auto;
	}

	.yx_PPBox2 .yx_PT_Link2 em {
		width: 10px;
		height: 10px;
		margin-right: 14px;
	}

	.yx_ProPageTwo>ul {
		width: 100%;
	}

	.yx_ProPageTwo .yx_MoPageClose {
		font-size: 18px;
		color: #fff;
		width: 30px;
		height: 30px;
		display: block !important;
		margin: 0 0 0 auto;
		background: #000;
		line-height: 30px;
		text-align: center;
	}

	.yx_ProPageTwo .yx_PPBox2 {
		background: #fafafa;
	}

	.yx_ProPageTwo .yx_PageTit {
		font-size: 16px;
		font-weight: normal;
		position: relative;
		line-height: 240%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 4px 12px;
	}

	.yx_ProPageTwo {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		border: none;
	}
}

@media only screen and (min-width:769px) {
	.yx_ProPageMo {
		display: none !important;
	}
}

@media only screen and (max-width:768px) {
	.yx_ProPagePc {
		display: none !important;
	}

	.yx_ProPageMo {
		display: block !important;
	}

	.yx_Rwm {
		display: none !important;
	}
.hy_banner .img{
	padding-bottom: 65%;
}
	.hy_banner {
		padding-top: 60px;
	}
	.news_box1 .box .content2 p img{
		width: 100% !important;
		margin-right: 0;
		float: none !important;
	}
}

/*end*/

/*yx_MessageBox*/
.yx_MessageBox{
	margin-top: var(--yx_FS36);
}
.yx_MessageBox .yx_MeList{
	    display: flex;
	    align-items: center;
	    border-bottom: 1px solid #C9C9C9;
	    margin-bottom: 20px;
		
}
.yx_MessageBox .yx_MeList span{
	    font-weight: bold;
	    flex-shrink: 0;
	    margin-right: 20px;
		 	 font-size: var(--yx_FS14);
}
.yx_MessageBox .yx_MeList input{
	flex: 1;
	    width: 100%;
	    height: 60px;
	  	 	 font-size: var(--yx_FS14);
}
.yx_MessageBox .yx_MeList textarea{
	flex: 1;
	    width: 100%;
		min-height: 60px;
	  	 font-size: var(--yx_FS14);
}
.yx_MessageBox .yx_MeBtn{
	display: block;
	width: 100%;
	border-color:var(--yx_Color);
	background-color: var(--yx_Color);
	font-size: var(--yx_FS16);
	text-align: center;
	color: #fff;
	padding: var(--yx_FS16) 0; 
}
/*end*/