.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_CTwo);
	width: 4.7rem;
	border-radius: 5px;
	padding: 1rem 0;
	transform: translateY(-50%);

}

.index_cloumn .box ul li .item {
	text-align: center;
	padding: 0.875rem 0;
	position: relative;
}

.index_cloumn .box ul li .item .text {
	font-size: 0.875rem;
	color: #fff;
	margin-top: 0.375rem;
}

.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: 3.125rem;
	width: 14rem;
	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_CTwo);
	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: 100;
	width: 100%;
	transition: 0.4s;
}

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


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

.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: 15px;
	}
}

@media only screen and (min-width:769px) {
	.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);
}

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

.index_header .box .boxLeft .nav ul li {
	padding: 0 2vw;
	position: relative;
}

.index_header .box .boxLeft .nav ul li .yx_EjBox {
	position: absolute;
	left: 50%;
	top: 120%;
	width: 160px;
	background: #fafafa;
	padding: var(--yx_FS16);
	border-radius: 0 0 4px 4px;
	transform: translateX(-50%);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.6s;
}

.index_header .box .boxLeft .nav ul li:hover .yx_EjBox {
	visibility: visible;
	opacity: 1;
	top: 100%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.index_header .box .boxLeft .nav ul li .yx_EjBox p a {
	font-size: var(--yx_FS16);
	line-height: 200%;
	margin-bottom: 8px;
}

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

.index_header .box .boxLeft .nav ul li .yx_sj {
	position: absolute;
	width: 150px;
	background: #fafafa;
	left: 100%;
	border-radius: 4px;
	visibility: hidden;
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.6s;
}

.index_header .box .boxLeft .nav ul li .yx_sj a {
	font-size: 14px;
	color: #4a4a4a;
	display: block;
	width: 100%;
	;
}

.index_header .box .boxLeft .nav ul li .yx_sj a:first-child {
	margin-top: 16px;
}

.index_header .box .boxLeft .nav ul li .yx_sj a:last-child {
	margin-bottom: 14px;
}

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

.index_header .box .boxLeft .nav ul li .yx_EjBox p:hover .yx_sj {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.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: 90px;
	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_CTwo);
}

.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_FS20);
	color: #fff;
	line-height: 90px;
	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: 1.875rem;
	cursor: pointer;
	display: none;
}

.index_header .box .boxRight .ver { margin-left:15px; width:80px;}
.index_header .box .boxRight .ver a{ margin-right:15px; }

.index_header .box .boxRight .language {
	display: flex;
	align-items: center;
	margin-left: 1.875rem;
}

.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: 1.875rem;
	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: 2rem;
	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: 100%;
	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: 1.5rem;
	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;
	margin-bottom: 7px;
}

.index_nav .box_nav .item_nav .yx_sj a {
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.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: 3.4375rem 0;
	transition: all 0.5s;
	display: none;
}

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

.searchBox .boxMain a input {
	display: block;
	width: 3.125rem;
	height: 3.125rem;
	border: 0;
	cursor: pointer;
	background: var(--yx_Color) url(../images/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{
	position: relative;
	height: 100vh;
	background-color: #2a2a2a;
}
.index_banner .box .banner .item .img img,.index_banner .box .banner .item video {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.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);
	transform: translateY(80px);
}

.index_banner .box .banner .item .main .content2 {
	margin-top: 4.25rem;
	transform: translateY(160px);
}
.index_banner .box .banner .item .main *{
	opacity: 0;
	transition: all 0.8s 0.2s;
}
.index_banner .box .banner .swiper-slide-active .item .main *{
	opacity: 1 !important;
	transform: translateY(0) !important;
	transform: translateY(0px) !important;
}
.index_banner .box .mouse {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 3.75rem;
	z-index: 1;
	cursor: pointer;
}

.index_banner .box .button {
	position: absolute;
	left: 5.2vw;
	bottom: 3.75rem;
	z-index: 1;
}

.index_banner .box .button p {
	margin-right: 1rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	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: 3.75rem;
	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: 1rem;
	display: block;
	width: 11rem;
	line-height: 3.4375rem;
	color: #fff;
	background: var(--yx_CTwo);
	border-radius: 1.75rem;
	text-align: center;
}

.index_link a img {
	margin-left: 0.625rem;
	position: relative;
	transition: 0.4s;
	right: 0;
}

.index_link a:hover img {
	right: -1rem;
}

.p94 {
	padding-top: 5.875rem;
}

.p94_ {
	padding-bottom: 5.875rem;
}

.index_title .box .boxLeft h6 {
	font-size: 1.25rem;
	color: #000;
}

.index_title .box .boxLeft h5 {

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

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



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

.yx_ContentLeft {
	width: 55%;
	padding-right: 3%;
}

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

@media screen and (max-width:1024px) {
	.index_banner .box .banner .item .img{
		height: 0;
		padding-bottom: 70%;
	}
	.index_banner .box .banner .item .main .content1{
		font-size:var(--yx_FS30);
	}
	.yx_ContentRgiht {
		width: 100%;
		padding-left: 0%;
	}

	.yx_ContentLeft {
		width: 100%;
		padding-right: 0%;
	}

	.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: 2.5rem;
}

.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: 2.5rem;
}

.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: 1rem;
	font-size: 1rem;
	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: 1rem;
	color: var(--yx_Color);
}

.index_pro .box .banner .item a .content2 .right div img {
	margin-left: 0.625rem;
}

.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);
}

.yx_CaseDetailImg {
	padding-bottom: 65%;
}

.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;
}

.yx_VideoList .yx_ImgCover {
	cursor: pointer;
	padding-bottom: 56%;
	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: 50%;
	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% - 50%);
	right: 0;
	height: 100%;
	display: block;
}

.m-video {
	width: 60%;
	right: 0;
	top: 0;
	height: 80%;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.m-video i {
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	font-size: 36px;
	border-radius: 50%;
	background: #fff;
	color: #4a4a4a;
	transform: rotateY(180deg);
	cursor: pointer;
}

@media only screen and (max-width:768px) {
	.index_about .box .boxBot {
		height: 400px;
		margin-top: 60px !important;
	}

	.index_about .box .boxBot>div {
		display: none !important;
	}

	.m-video {
		width: 100%;
		height: 400px;
		left: 0;
		top: auto;
		bottom: 0;
		z-index: 9;
	}

	.m-video i {
		width: 68px;
		height: 68px;
		line-height: 68px;
		font-size: 28px;
	}

	.index_about .img2 {
		position: absolute;
		top: auto !important;
		width: 100%;
		height: 400px !important;
		bottom: 0;
	}
}

.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(50% - 10.4vw);
}

.index_about .box .boxTop .content1 h6 {
	font-size: 1.25rem;
	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: 2.625rem;
	font-size: 1rem;
	color: #666;
	line-height: 2.125rem;
	text-align: justify;
}

.index_about .box .boxTop .content3 {
	margin-top: 3rem;
}

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

.index_about .box .boxBot .item {
	width: 25%;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding-left: 5.2vw;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	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: 1.375rem;
	margin-top: 2rem;
	color: #000;
}

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

.index_about .box .boxBot .item .main4 {
	font-size: 1.125rem;
	color: #999;
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
}

.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: 3.125rem;
}

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

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

.index_new>.box .boxLeft .item {
	border-bottom: 1px solid #ddd;
	padding: 3.125rem 0; width:46%; float:left; margin:1%;
}

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

.index_new>.box .boxLeft .item a .left {
	width: 23.75rem;
	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% - 23.75rem);
	box-sizing: border-box;
	padding: 0 4.5rem 0 3.125rem;
}

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

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

	font-size: 1.375rem;
	color: #000;
	transition: 0.4s;
	margin: 0.875rem 0 1.875rem;
}

.index_new>.box .boxLeft .item a .right .content3 {
	font-size: 1rem;
	color: #999;
	line-height: 200%;
}

.index_new>.box .boxLeft .item a .right .content4 {
	margin-top: 1.8rem;
}

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

.index_new>.box .boxLeft .item a .right .content4 div img {
	margin-left: 0.625rem;
}

.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: 3.125rem;
}

.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: 1rem;
	color: var(--yx_CTwo);
	padding-top: 0.625rem;
}

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

	font-size: 1.375rem;
	color: #000;
	margin: 0.875rem 0 1.875rem;
	transition: 0.4s;
}

.index_new>.box .boxRight .right .content3 {
	font-size: 1rem;
	color: #999;
}

.index_new>.box .boxRight .right .content4 {
	margin-top: 3rem;
}

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

	font-size: 1rem;
	color: var(--yx_Color);
}

.index_new>.box .boxRight .right .content4 div img {
	margin-left: 0.625rem;
}

.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_Grad);
	padding-top: 6rem;
}

.index_footer .box .boxTop .boxLeft .item {
	margin-right: 13.375rem;
}

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

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

	font-size: 1.125rem;
	color: #fff;
}

.index_footer .box .boxTop .boxLeft .item div {
	margin-top: 1.5rem;
}

.index_footer .box .boxTop .boxLeft .item div p {
	line-height: 2.125rem;
}

.index_footer .box .boxTop .boxLeft .item div p a {
	font-size: 1rem;

	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: 1.5625rem;
}

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

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

.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: 0.625rem;
}

.index_footer .box .boxTop .boxRight .content3 {
	margin-top: 3.125rem;
}

.index_footer .box .boxTop .boxRight .content3 a {
	display: block;
	width: 10.375rem;
	line-height: 3.125rem;
	background: var(--yx_Color);
	border-radius: 1.5625rem;
	text-align: center;
	font-size: 1rem;

	color: #fff;
}

.index_footer .box .boxTop .boxRight .content3 a img {
	margin-right: 0.625rem;
}

.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: 2rem 0 2rem 2.5rem;
	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: 1.125rem;
	color: #fff;

}

.index_footer .box .boxBot .item .content2 {
	font-size: 1rem;
	color: #fff;
	opacity: 0.5;
	margin-top: 0.8rem;

	line-height: 1.875rem;
	width: 80%;
}

.index_footer .box .boxBot .item .content3 {
	position: absolute;
	right: 1.875rem;
	top: 2rem;
}

.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: 1rem;
	opacity: 0.3;
	color: #fff;
	line-height: 47px;
}

.index_footer .box .info_box .left a {
	display: inline-block;
	margin-left: 0.625rem;
	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: 38vw;
	max-height: 380px;
}

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

.hy_banner .yx_MbxBox {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5%;
	font-size: var(--yx_FS16);
	color: #fff;
	border-radius: 4px;
}

.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;
	text-align: center;
}

.hy_banner .main .content1 {
	font-size: var(--yx_FS54);
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.hy_banner .main .content2 {
	font-size: var(--yx_FS24);
	letter-spacing: 8px;
	color: #fff;
}

.hy_product {
	background: #f8f8f8;
	padding-bottom: 3.125rem;
}

.hy_product .box .list .title {
	font-size: 2.625rem;

}

.hy_product .box .list .banner {
	margin-top: 3rem;
}

.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;
}

.hy_product .box .list .banner .item a .content2 {
	font-size: 1.5rem;
	color: #000;

	text-align: center;
}

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

.hy_product .box .list .banner .item a .content3 img {
	margin-left: 0.625rem;
	height: var(--yx_FS24);
}

.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;
	height: 7.8125rem;
}

.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: 3.25rem;
}

.hy_product .box .list .page>p {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	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: 3.125rem;
}

.hy_productNew .box {
	padding-left: 5.2vw;
	padding-right: 5.2vw;
}

.hy_productNew .box .list .title {
	font-size: 2.625rem;

	text-align: center;
}

.hy_productNew .box .list .information {
	margin-top: 3.375rem;
}

.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: 1.25rem;
	color: #666;
	line-height: 2.625rem;

	height: 22rem;
	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: 3rem;
}

.hy_productNew .box .list .banner .swiper-slide {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.6rem;
}

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

.hy_productNew .box .list .yx_List3 {
	background: #fafafa;
	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: 1.5rem;
	color: #000;

	text-align: center;
}

.hy_productNew .box .list .yx_List3 a .content3 {
	font-size: 1rem;
	color: var(--yx_CTwo);
	text-align: center;
	padding: 1rem 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: 0.625rem;
}

.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_CTwo);
}

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

.hy_productNew .box .list .page {
	margin-top: 3.25rem;
}

.hy_productNew .box .list .page>p {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	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_CTwo);
	background: var(--yx_CTwo);
}

.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: 2.625rem;
	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: 1rem 5px #000;
}

.Intelligent .box .neirong {
	font-size: 1rem;
	color: #666;
	line-height: 1.875rem;
	text-align: center;
	margin-top: 4.5rem;
}

.Intelligent .box .img {
	margin-top: 3.375rem;
}

.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: 2rem;
	}

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

.bg {
	background: #f7f7f7;
}

.w1520 {
	margin: 0 10.416vw;
}

.m54 {
	margin-top: 3.375rem;
}

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

.hy_bread .box .boxLeft p a {
	font-size: 1.125rem;
	color: #888;

	transition: 0.4s;
}

.hy_bread .box .boxLeft i {
	font-size: 1rem;
}

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

.hy_bread .box .boxLeft p span {}

.hy_bread .box .boxRight a {

	font-size: 1rem;
	color: var(--yx_Color);
}

.hy_pro {
	padding-top: 5rem;
}

.hy_pro .box .boxLeft {
	width: 40%;
	padding: 10px;
	background: #fff;
	position: relative;
	z-index: 6;
}

.hy_pro .box .boxLeft .yx_ImgContain {
	width: 100%;
	padding-bottom: 85%;
}

.hy_pro .box .boxLeft img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.hy_pro .box .boxLeft .mySwiper {
	margin-top: 10px;
	width: calc(100% - (var(--yx_FS38)*2));
	padding: 0 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%;
	z-index: 6;
	cursor: pointer;
	height: 100%;
	transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	width: var(--yx_FS38);
	transition: all 0.6s;
	color: #fff;
	font-size: var(--yx_FS22);
}

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

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

.hy_pro .box .boxLeft .banner2 .button p span:hover {
	color: #fff;
}

.hy_pro .box .boxLeft .banner2 .button .prev {
	left: 0;
}

.hy_pro .box .boxLeft .banner2 .button .next {
	right: 0;
}

.hy_pro .box .boxRight {
	width: 58%;
	box-sizing: border-box;
	padding: 3.125rem;
	background-color: #fff;
	transition: all 0.6s;
}

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

.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: 5rem 0 0;
}

.yx_Content .title {
	font-size: 2.625rem;
	text-align: center;
}

.yx_Content .box {
	font-size: var(--yx_FS16);
	line-height: 200%;
}
.yx_Content .box p{ line-height:170%; margin-bottom:20px;}

.yx_Content .box img {
	max-width: 100% !important;
	height: auto !important;
}

.yx_Content .box video {
	height: auto !important;
	max-width: 100% !important;
	width: 768px !important;
}

.hy_pro .box .boxRight .content1 {

	font-size: 2rem;
	padding-bottom: 2.1875rem;
	border-bottom: 1px solid #ccc;
}

.hy_pro .box .boxRight .content2 {
	margin-top: 2.8125rem;
}

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

.hy_pro .box .boxRight .content2 p {

	position: relative;
	padding-left: 1.875rem;

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

/*.hy_pro .box .boxRight .content2 p::after {
	content: '';
	position: absolute;
	top: 1.02rem;
	left: 0;
	width: 0.625rem;
	height: 0.625rem;
	border-radius: 50%;
	background: #888888;
}*/

.hy_pro1 {
	padding-bottom: 5.875rem;
}

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

.hy_nav {
	position: sticky;
	top: 90px;
	border-bottom: 1px solid #ddd;
	background: #fff;
	z-index: 2;
}

.hy_nav div {
	margin: 0 2.625rem;
}

.hy_nav div a {
	font-size: 1.25rem;
	color: #999;

	display: inline-block;
	line-height: 5rem;
	transition: 0.4s;
}

.hy_nav div a:hover {
	color: var(--yx_CTwo);
}

.hy_nav .active a {
	color: var(--yx_CTwo);
	border-bottom: 1px solid var(--yx_CTwo);
}

.hy_news .title {
	font-size: 2.625rem;
	margin-bottom: 3rem;
	text-align: center;
}

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

.hy_news .box .main1 a .boxLeft {
	width: 50%;
	overflow: hidden;
}

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

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

.hy_news .box .main1 a .boxRight .content1 {
	font-size: 1rem;

	color: var(--yx_CTwo);
	padding-top: 0.625rem;
}

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

	font-size: 1.375rem;
	color: #000;
	margin: 0.875rem 0 1.875rem;
	transition: 0.4s;
}

.hy_news .box .main1 a .boxRight .content3 {
	font-size: 1rem;
	color: #999;
	line-height: 2.1875rem;
	height: 6.5625rem;
}

.hy_news .box .main1 a .boxRight .content4 {
	margin-top: 3rem;
}

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

	font-size: 1rem;
	color: var(--yx_Color);
}

.hy_news .box .main1 a .boxRight .content4 div img {
	margin-left: 0.625rem;
}

.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 {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 3.75rem;
}

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

.hy_news .box .main2 .item a .left {
	overflow: hidden;
}

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

.hy_news .box .main2 .item a .right .content1 {
	font-size: 1rem;

	color: var(--yx_CTwo);
	margin-top: 1.875rem;
}

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

	font-size: 1.375rem;
	color: #000;
	margin: 0.875rem 0;
	transition: 0.4s;
}

.hy_news .box .main2 .item a .right .content3 {
	font-size: 1rem;
	color: #999;
	line-height: 2.1875rem;
	height: 4.375rem;
}

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

.hy_news .box .main2 .item a .right .content4 div {

	font-size: 1rem;
	color: var(--yx_CTwo);
}

.hy_news .box .main2 .item a .right .content4 div img {
	margin-left: 0.625rem;
}

.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_CTwo);
}

.fengye {
	text-align: center;
}

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

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

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

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

.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_CTwo);
}

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

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

.news_box1 .box .content1 h5 {
	font-size: 1.875rem;

}

.news_box1 .box .content1 h6 {
	font-size: 1rem;
	color: #666;
	margin-top: 2.25rem;

}

.news_box1 .box .content2 {
	padding: 4rem 0 0;
	min-height: 360px;
}

.news_box1 .box .content2 p {
	font-size: 1rem;
	color: #666;
	line-height: 2.125rem;
	text-align: justify;
}

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

.news_box2 {
	margin-top: 5rem;
}

.news_box2 .box {
	border-top: 1px solid #ddd;
	padding-top: 3.4375rem;
}

.news_box2 .box .item a {
	width: 2.8125rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	border: 1px solid #ddd;
	display: inline-block;
	margin: 0 0.625rem;
	transition: 0.4s;
	border-radius: 50%;
	text-align: center;
}

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

.news_box2 .box .item a:hover {
	border: 1px solid var(--yx_CTwo);
	background: var(--yx_CTwo);
	border: 1px solid transparent;
	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_CTwo);
	color: #fff;
	text-align: center;
}

.hy_news_info {
	padding-bottom: 3.125rem;
}

.hy_news_question .title {
	font-size: 2.625rem;

	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: 1.375rem;

	line-height: 5.25rem;
	background: url(../images/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: 3.125rem;
	padding-left: 2.875rem;
}

.hy_news_question .box .item .content2 h5 {
	font-size: 1rem;

	color: #999;
}

.hy_news_question .box .item .content2 div {
	margin-top: 1.5rem;
}

.hy_news_question .box .item .content2 div p {
	font-size: 1rem;

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

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

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

.hy_news_question .box .item4 .content1 {
	background: url(../images/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: 2.5rem;
}

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

.hy_down .box .list .item a {
	padding: 4rem 3rem;
	display: block;
}

.hy_down .box .list .item a .content1 {
	font-size: 1rem;

	color: #888;
	transition: 0.4s;
}

.hy_down .box .list .item a .content2 {
	margin-top: 1.5rem;

	font-size: 1.125rem;
	color: #000;
	line-height: 1.875rem;
	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: 1rem;
}

.hy_down .box .list .item:hover {
	border: 1px solid var(--yx_CTwo);
	background: var(--yx_CTwo);
	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: 2.625rem;

	text-align: center;
}

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

.hy_content .box .item .top {
	border-bottom: 1px solid #ddd;
	line-height: 1.875rem;
	padding-bottom: 0.8rem;
}

.hy_content .box .item .top .left {

	font-size: 1.5rem;
	color: #000;
}

.hy_content .box .item .bot {
	font-size: 1rem;

	color: #666;
	padding-top: 0.625rem;
	line-height: 1.875rem;
}

.hy_content .box .item .bot a,
.hy_content .box .item .bot {
	display: block;
	width: 100%;
	font-size: 1rem;

	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: 1.875rem;
}

.hy_content1 .box .item .content3 {
	margin-top: 1.125rem;
	font-size: 1.25rem;

	color: #999;
	line-height: 1.875rem;
}

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

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

.hy_content2 .title {
	font-size: 2.625rem;

	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: 1.125rem;
	height: 4.6875rem;
	padding: 0 2rem;
	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: 1.125rem;
	padding: 1.2rem 2rem;
	border-left: 0;
	height: 100%;
}

.hy_content2 .box1 input {
	font-size: 1rem;
	display: block;
	width: 11rem;
	line-height: 3.4375rem;
	height: 3.4375rem;
	color: #fff;
	background: var(--yx_Color);
	border-radius: 1.75rem;
	text-align: center;
	border: 0;
	cursor: pointer;
}

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

.hy_about .box .boxLeft .content1 div {
	font-size: 2.625rem;

}

.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: 2rem;
	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: 1rem;
	color: #666;

	line-height: 2.125rem;
	text-align: justify;
}

.hy_about .box .boxRight p {
	margin-bottom: 1.375rem;
}

.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: 2.625rem;

	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(../images/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(../images/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: 2rem;
	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: 2.125rem;
	transition: 0.4s;
	margin-bottom: var(--yx_FS30) !important;
}

.hy_about1 .box .banner .swiper-slide .item .content1 h6 {
	font-size: 1rem;
	padding-right: 5vw;
	;
	margin-top: 1.25rem;
	opacity: 0;
}

.hy_about1 .box .banner .swiper-slide .item .content2 {
	position: absolute;
	bottom: 3.125rem;
	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: 3.75rem;
}

.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: 3.75rem;
}

.hy_about2 .title {
	font-size: 2.625rem;

	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: 1.125rem;
}

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

.hy_about2 .box .list .item .boxRight .main .top {
	font-size: 1.75rem;

	color: var(--yx_Color);
}

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

	font-size: 1.25rem;
	/* 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 2rem;
}

.hy_about2 .box1 .banner .item {
	font-size: 1.25rem;

	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: 3rem;
	height: 3rem;
	line-height: 3rem;
	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(../images/ten.png) no-repeat 50% 50%;
	background-size: cover;
	background-attachment: fixed;
}

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

.hy_about3 .title {
	font-size: 2.625rem;

	text-align: center;
	color: #fff;
}

.hy_about3 .box {
	padding: 0 9.375rem;
	position: relative;
}

.hy_about3 .box .banner .item {
	text-align: center;
	transition: 0.4s;
	padding: 3.75rem 0 6.875rem;
}

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

	font-size: 1.125rem;
}

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

	font-size: 4.5rem;
}

.hy_about3 .box .banner .item .content2 {
	margin-top: 1.5625rem;
	font-size: 1rem;
	color: #fff;

}

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

.hy_about3 .box .button p {
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	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: 2.625rem;

	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: 2.625rem;
    
  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_CTwo) !important;
	color: #fff !important;
}

.my-4 .pagination>a:hover {
	background-color: var(--yx_CTwo);
	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: 2.625rem;

	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: 10rem;
	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: 3.375rem;
}

.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: 3.375rem;
}

.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: 3.375rem;
}

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

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

.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: 2.625rem;

	text-align: center;
}

.hy_about6 .content1 {
	text-align: center;

	font-size: 1.375rem;
	line-height: 2.125rem;
	margin-top: 5rem;
}

.hy_about6 .content2 {
	margin-top: 3.75rem;
}

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

.hy_about6 .content2 .boxLeft .text p {
	font-size: 1rem;
	color: #666;
	line-height: 1.75rem;
	text-align: justify;
}

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

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

.hy_about7 {
	margin-top: 2.5rem;
}

.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: 3rem;
	height: 3rem;
	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 3.25rem 4rem;
	display: none;
}

.hy_about7 .box .list .item .boxBot .text {
	margin-bottom: 2.5rem;
}

.hy_about7 .box .list .item .boxBot .text h5 {
	font-size: 1rem;
	color: #000;
	line-height: 1.875rem;
}

.hy_about7 .box .list .item .boxBot .text div {
	margin-top: 1rem;
}

.hy_about7 .box .list .item .boxBot .text div p {
	font-size: 1rem;
	color: #666;
	line-height: 1.875rem;
}

.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 3rem 0;
	position: relative;
}

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

.join_layer .box .main .input {
	margin-bottom: 2rem;
}

.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: 3rem;
	border: 1px solid #ddd;
	padding-left: 1rem;
}

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

.join_layer .box .main .content1 img {
	width: 11.875rem;
	cursor: pointer;
}

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

.join_layer .box .main .content2 {
	text-align: center;
	font-size: 0.875rem;
	color: #999;
	margin-top: 1rem;
}

.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 {
		padding: 0 1.2vw;
	}

	.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: 40px;
	}

	.index_header .box .boxLeft .logo {
		padding: 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: 1rem;
	}

	.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%;
		margin-top: 2rem;
		padding: var(--yx_FS18);
	}

	.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: 2rem;
	}

	.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 .box .banner .swiper-slide {
		margin-right: 0;
	}

	.index_pro .box .banner .item a .content2 {
		padding: 0 2rem;
	}

	.index_about .box .boxBot .item .main4 {
		right: 1.5rem;
	}

	.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: 2rem;
	}

	.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: 2rem;
	}

	.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: 2rem;
	}

	.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: 2rem;
	}

	.index_link a {
		width: 12rem;
	}

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

	.yx_NewProduct .content2 .yx_Summary {
		display: none !important;
	}

	.p94 {
		padding-top: 3rem;
	}

	.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: 2rem;
	}

	.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: 2rem 0 0;
	}

	.index_footer .box .boxBot .item {
		width: 100%;
		padding: 2rem 0 2rem 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: 3rem;
	}

	.index_footer .box .info_box .left {
		line-height: 2.5rem;
		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: 2rem 0;
	}

	.index_new {
		padding-bottom: 0rem;
	}

	.index_pro .box .banner .item a .content2 .right {
		margin-top: 1rem;
	}

	.index_new>.box .boxLeft .item a .right .content4 {
		margin-top: 2rem;
	}

	.index_footer .box .boxBot {
		margin-top: 3rem;
	}

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

	.hy_product .box .list .title {
		font-size: 2rem;
	}

	.w1520 {
		margin: 0 5.2vw;
	}

	.hy_news .title {
		font-size: 2rem;
	}

	.hy_banner .main .content2 {
		font-size: 2rem;
	}

	.hy_news .box .main1 a .boxRight {
		padding: 2rem;
	}

	.hy_news .box .main2 .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 2rem;
	}

	.hy_news .box .main2 {
		margin-bottom: 2rem;
	}

	.fengye .active {
		display: block;
	}

	.fengye p a {
		display: none;
	}

	.fengye div a {
		width: 3.8125rem;
		height: 3.8125rem;
		line-height: 3.8125rem;
	}


	.news_box2 .box .item a {
		width: 3.8125rem;
		height: 3.8125rem;
		line-height: 3.8125rem;
	}

	.news_box2 .box .go a {
		width: 10rem;
		line-height: 3.8125rem;
	}

	.hy_news_question .title {
		font-size: 2rem;
	}

	.news_box1 .box .content1 h5 {
		font-size: 1.5rem;
	}

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

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

	.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: 3.8125rem;
		height: 3.8125rem;
		line-height: 3.8125rem;
	}

	.hy_about .box .boxLeft .content2 {
		font-size: 1.8rem;
	}

	.hy_about .box .boxLeft .content1 div {
		font-size: 2rem;
	}

	.hy_about .box .boxLeft .content2 img {
		height: 2rem;
	}

	.p94_ {
		padding-bottom: 3rem;
	}

	.m54 {
		margin-top: 3.375rem;
	}

	.hy_about1 .title {
		font-size: 2rem;
	}

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

	.hy_about1 .box .banner .swiper-slide .item .content2 img {
		height: 3rem;
	}

	.hy_about2 .title {
		font-size: 2rem;
	}

	.hy_about3 .title {
		font-size: 2rem;
	}

	.hy_about4 .title {
		font-size: 2rem;
	}

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

	.hy_about5 .title {
		font-size: 2rem;
	}

	.hy_about6 .title {
		font-size: 2rem;
	}

	.hy_about6 .content1 {
		margin-top: 2rem;
	}

	.hy_about7 .box .list .item .boxTop {
		padding: 1rem 0;
		line-height: 3rem;
	}

	.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 3.25rem 0rem;
	}

	.join_layer .box .main .input .item {
		width: 100%;
		margin-bottom: 1rem;
	}

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

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

	.hy_content1 .box .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.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: 2rem;
	}

	.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: 2rem;
	}

	.hy_content .box .item {
		margin-top: 2rem;
	}

	.hy_productNew .box .list .yx_List3 a .content2 {
		font-size: 1.5rem;
		color: #000;

		text-align: center;
		padding: 0 1rem;
	}

	.hy_productNew .box .list .yx_List3 a .content2 {
		padding: 0 1rem;
	}
}



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

.yx_NewProduct {
	position: relative;
}

.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: 1.25rem;
}

.yx_NewProduct .boxLeft article .item a {
	display: block;
	font-size: 2rem;
	color: #000;
	line-height: 240%;
	box-sizing: border-box;
	padding: 1rem 1.6rem;
}

.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 .item a {
	display: block;
}

.yx_NewProduct .item a .content1 {
	position: relative;
	padding-bottom: 85%;
	background: #fff;
	border: 1px solid #eee;
}

.yx_NewProduct .item a .content1 .img {
	opacity: 0;
	transition: 0.4s;
}

.yx_NewProduct .item a .content1 .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

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

.yx_NewProduct .item a .content1 p img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.yx_NewProduct .item a .content2 {
	margin-top: 1rem;
}

.yx_NewProduct .item a .content2 .left h5 {
	font-size: var(--yx_FS16);
	color: #000;
	line-height: 180%;
	transition: 0.4s;
}

.yx_NewProduct .item a .content2 .left h6 {
	margin-top: 1rem;
	font-size: var(--yx_FS14);
	color: #888;
	line-height: 200%;
}

.yx_NewProduct .item a .content2 .right {
	display: flex;
	align-items: center;
}

.yx_NewProduct .item a .content2 .right div {
	font-size: var(--yx_FS14);
	color: var(--yx_CTwo);
}

.yx_NewProduct .item a .content2 .right div img {
	margin-left: 0.625rem;
	height: var(--yx_FS22);
}

.yx_NewProduct .item a:hover .content1 .img {
	opacity: 1;
}

.yx_NewProduct .item a:hover .content1 p {
	opacity: 0;
}

.yx_NewProduct .item a:hover .content2 .left h5 {
	color: var(--yx_CTwo);
}

.yx_ProPageTwo {
	background: #f7f7f7;
	padding: var(--yx_FS16);
	border-radius: 4px;
	position: sticky;
	top: 140px;
	border-top: 5px solid var(--yx_CTwo);
}

.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 a:hover {
	color: var(--yx_CTwo);
}

.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) {
	.index_header .box .boxLeft .logo p {
		padding-left: 0px !important;
		border-width: 0px !important;
		display: block !important;
		font-size: 0px;
	}

	.index_header .box .boxLeft .logo p:before {
		display: block !important;
		content: '广州永宏舞台灯光';
		color: #2a2a2a !important;
		font-size: 15px;
		width: auto;
		background: #fff !important;
		position: inherit;
	}

	.yx_SearchBtn {
		margin-right: 15px;
	}

	.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: 999;
		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: 1.875rem;
	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: 2rem 0;
	margin-top: 2rem;
	border-bottom: 1px dashed #eee;
	border-top: 1px dashed #eee;
}

.yx_ProImg {
	padding-bottom: 100% !important;
}

.yx_ProListD .content2 {
	font-size: 1.2rem !important;
}

.yx_ProListD .content3 {
	font-size: 0.8rem !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);
}

#MagnifierWrap2 {
	position: relative;
	width: 100%;
}

.MagnifierWrap .MagnifierMain {
	position: relative;
	width: 100%;
	padding-bottom: 100%;

}

.MagnifierWrap .MagnifierMain img {
	width: 100%;
}

.MagnifierWrap .MagnifierDrag {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: move;

}

.MagnifierWrap .MagnifierPop {
	position: absolute;
	top: 0;
	left: calc(100% + 20px);
	overflow: hidden;
	z-index: 6;
	background: #fff url() no-repeat center center;
}

.MagnifierWrap .MagnifierImg {
	position: absolute;
	top: 0;
	left: 0;
}

.MagnifierWrap .spec-items {
	position: relative;
	width: calc(100% - 100px);
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
}

.MagnifierWrap .spec-items ul {
	width: 500%;
	position: absolute;
	left: 0;
}

.MagnifierWrap .spec-items ul * {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.MagnifierWrap .spec-items li {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 2px solid #fff;
	cursor: pointer;
	position: relative;
}

.MagnifierWrap .spec-items li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.MagnifierWrap .spec-items li.on {
	border: 2px solid var(--yx_Color);
}

.MagnifierWrap .spec-items li img {
	width: 100%;
}

.MagnifierWrap span.spe_leftBtn,
.MagnifierWrap span.spe_rightBtn {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 30px;
	height: 100px;
	line-height: 100px;
	font-family: "黑体";
	text-align: center;
	font-size: 30px;
	color: #666;
	cursor: default;
	background-color: #eee;
}

.MagnifierWrap span.on {
	background-color: #ccc;
	color: #999;
	cursor: pointer;
}

.MagnifierWrap span.spe_leftBtn {
	left: 0;
}

.MagnifierWrap span.spe_rightBtn {
	right: 0;
}


.yx_ProDetailContent table {
	width: 100%;
}

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

.yx_ProDetailContent table tr:nth-child(1) {
	text-align: center;
	font-weight: bold;
}

.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;
}

.yx_ProDetailContent h3 {
	font-size: var(--yx_FS30);
	margin-top: var(--yx_FS24) !important;
	line-height: 200%;
	border-bottom: 1px solid #eee;
	margin-bottom: var(--yx_FS24) !important;
}

.yx_ProDetailContent .yx_DTableTit {
	background: #f5f5f5;
	margin-bottom: var(--yx_FS36);
}

.yx_ProDetailContent .yx_DTableTit span {
	display: inline-block;
	padding: var(--yx_FS18) var(--yx_FS48);
	font-size: var(--yx_FS18);
	color: #060606;
	transition: all 0.6s;
	cursor: pointer;
}

.yx_ProDetailContent .yx_DTableTit span.yx_Active {
	background: var(--yx_Color) !important;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.yx_ProDetailContent table {
		display: block;
		overflow: auto;
	}

	.hy_content .box .item .bot a,
	.hy_content .box .item .bot {
		font-size: 14px;
		line-height: 200%;
	}
}

/*message*/
.yx_MessageBox .yx_MeList {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #eee;
	position: relative;
	background: #f7f7f7;
	padding: 5px;
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: var(--yx_FS24);
}

.yx_MessageBox .yx_MeContent textarea {
	background: none;
	box-sizing: border-box;
	border: none;
	line-height: 200%;
	padding: var(--yx_FS14);
	font-size: var(--yx_FS16);
	color: #666;
	transition: all .4s ease;
	width: 100%;
	min-height: 160px;
}

.yx_MessageBox .yx_flexWrap .yx_MeList {
	width: calc((100% - var(--yx_FS24))/2);
	align-items: center;
}

.yx_MessageBox .yx_MeList span {
	width: 100px;
	font-size: var(--yx_FS16);
	color: #999;
	text-align: left;
	padding-left: 1.2vw;
	position: relative;
}

.yx_MessageBox .yx_MeList span.bt::before,
.yx_BotMessage .yx_MeList span.bt::before {
	content: '*';
	color: red;
	font-size: 12px;
	left: 0.5vw;
	position: absolute;
}

.yx_MessageBox .yx_MeList input {
	background: none;
	box-sizing: border-box;
	border: none;
	line-height: 240%;
	padding: 10px;
	width: calc(100% - 100px);
	font-size: var(--yx_FS16);
	color: #666;
	transition: all .4s ease;
}

.yx_MessageBox .yx_MeBtn {
	display: block;
	position: relative;
	text-align: center;
	width: 28rem;
	height: auto;
	padding: var(--yx_FS16) 0;
	line-height: 240%;
	background: var(--yx_Color);
	margin: auto;
	margin-top: 3%;
	font-size: var(--yx_FS16);
	border: none;
	cursor: pointer;
	color: #fff;
}

.yx_MessageBox .yx_MeBtn:hover {
	background: var(--yx_CTwo);
}

@media only screen and (max-width:768px) {
	.yx_MessageBox .yx_MeBtn {
		width: 100%;
	}

	.yx_MessageBox .yx_MeList {
		width: 100% !important;
		margin-bottom: 12px;
	}

	.yx_MessageBox .yx_MeList span {
		width: 80px;
	}

	.yx_MessageBox .yx_MeList input {
		padding: 6px;
		width: calc(100% - 80px);
	}
}

.hy_content4 {
	background: url(../images/banshichu.jpg);
	background-attachment: fixed;
	background-size: cover;
}

.hy_content4 .yx_List3 {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: var(--yx_FS24);
}

.hy_content4 .yx_List3 h4 {
	font-size: var(--yx_FS24);
	color: #060606;
}

.hy_content4 .yx_List3 h4 .yx_icon {
	font-size: var(--yx_FS24);
	color: var(--yx_Color);
	margin-right: var(--yx_FS18);
}

.hy_content4 .yx_List3 h6 {
	font-size: var(--yx_FS16);
	line-height: 200%;
	color: #999;
}

.hy_content4 .yx_List3 .yx_Con {
	font-size: var(--yx_FS14);
	line-height: 200%;
	color: #999;
	min-height: 120px;
	padding-top: var(--yx_FS18);
	margin-top: var(--yx_FS18);
	border-top: 1px solid #eee;
}

.hy_content4 .title {
	color: #fff;
}

.hy_content4 .title,
.hy_content2 .title {
	font-size: 2.625rem;
	text-align: center;
	margin-bottom: var(--yx_FS30);
}

.yx_DetailDown {
	background: #fafafa;
	padding: var(--yx_FS24);
}

.yx_DetailDown>a {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin:10px; 
	border-bottom:#ddd dotted 1px; padding-bottom:5px;
}

.yx_DetailDown>a .content1 {
	font-size: var(--yx_FS22);
}

.yx_DetailDown>a .content1 img {
	width: var(--yx_FS30);
	display: inline-block;
	margin-right: var(--yx_FS14);
}

.yx_DetailDown>a .content3 {
	display: inline-block;
	padding: 10px var(--yx_FS42);
	font-size: var(--yx_FS16);
	color: #fff;
	background: var(--yx_Color);
}

/*honor*/
.yx_HonorList {
	background: #f5f5f5;
	padding: var(--yx_FS14);
	transition: all 0.6s;
	cursor: pointer;
}

.yx_HonorList .yx_ImgContain {
	width: 100%;
	padding-bottom: 76%;
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
	background: #fff;
}

.yx_HonorList .yx_Title {
	font-size: var(--yx_FS16);
	color: #666;
	text-align: center;
	padding: var(--yx_FS14) 0;
	transition: all 0.6s;
}

.yx_HonorList:hover .yx_ImgContain img {
	transform: translate(-50%, -50%) scale(0.9);
}

.yx_HonorList:hover .yx_Title {
	color: var(--yx_Color);
}

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

.yx_BigBox {
	position: fixed;
	top: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99999999;
	background: rgba(0, 0, 0, 0.75);
}

.yx_BigBox .yx_BigContent {
	background: #fff;
	padding: var(--yx_FS18);
	border-radius: 10px;
	box-shadow: 0 0 16px rgb(0 0 0 / 50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
}

.yx_BigBox .yx_Img img {
	width: auto;
	max-width: 80vw;
	max-height: 80vh;
	height: auto;
}

.yx_BigClose {
	position: absolute;
	right: 3%;
	top: 3%;
	background: #000;
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}


/*SERCH*/
.yx_SearchBtn {
	font-size: var(--yx_FS24);
	color: #fff;
	display: inline-block;
	margin-right: var(--yx_FS30);
	cursor: pointer;
}

.yx_SearchOne {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999999999999 !important;
}

.header_on1 .yx_SearchBtn {
	color: #060606;
}

.p_contentBox {
	background: #fff;
	width: 90%;
	top: 280px;
	left: 50%;
	transition: all 0.6s ease;
	transform: translate(-50%, 0%);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: var(--yx_FS48) 3% var(--yx_FS72);
}

.yx_SActive .p_contentBox {
	top: 120px;
	transition: all 0.6s ease;
}

.yx_SearchClose {
	font-size: 30px;
	color: #222;
	display: -webkit-box;
	position: absolute;
	right: 3%;
	cursor: pointer;
	text-align: Center;
}

.p_headbox {
	width: 100%;
	display: flex;
	padding: 0;
	position: inherit;
	border-width: 0px;
	margin-top: var(--yx_FS42);
}

.p_headbox .searchinput {
	width: calc(100% - 100px);
	border: 1px solid #eee;
	width: 100%;
	line-height: 43px;
	padding-left: 15px;
	;
	border-right: none !important;
}

.yx_SearchOne h3 {
	color: #222;
	display: block;
	width: 100%;
	margin: calc(48px + 1vw) auto 36px;
}

.p_searchBox {
	border: 1px solid #dcdcdc;
	border-right-width: 0px;
	width: calc(100% - 100px);
	max-width: none;
	height: 45px;
	line-height: 43px;
}

.p_searchBtn {
	width: 100px;
	height: 45px;
	background: var(--yx_CTwo);
	color: #fff;
	border-radius: 0px;
	border-width: 0px;
	line-height: 45px;
	font-size: 14px;
	padding: 0px;
	text-align: center;
}

.p_searchBtn input {
	font-size: var(--yx_FS16) !important;
	color: #fff;
	background: transparent !important;
}

.p_input input {
	width: 100%;
	border-width: 0px;
	line-height: 43px;
	padding: 0 14px;
}

.p_searchBox .p_input {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:768px) {
	.p_contentBox {
		height: auto;
	}

	.p_headbox.active:before {
		display: none;
	}

	.p_headbox.active:after {
		display: none;
	}

	.yx_SearchOne h3 {
		margin: 0 auto 24px;
	}

	.yx_SearchClose {
		top: 3%;
	}

	.p_searchBtn {
		width: 80px;
	}

	.p_searchBox {
		width: calc(100% - 80px);
	}
}

@media only screen and (min-width:769px) {
	.yx_MoKf {
		display: none !important;
	}
}

@media only screen and (max-width:768px) {
	.index_footer {
		padding-bottom: 70px;
	}

	.yx_MoKf {
		display: block !important;
		background: #f5f5f5;
		position: fixed;
		z-index: 89;
		bottom: 0;
		width: 100%;
	}

	.yx_MoKf .yx_flex li {
		width: 20%;
		font-size: 14px;
		text-align: center;
		padding: 5px 0;
		border-left: 1px solid rgba(0, 0, 0, 0.1);
	}

	.yx_MoKf .yx_flex li a {
		display: block;
	}

	.yx_MoKf .yx_flex li .yx_icon {
		color: #fff;
		width: 26px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		display: inline-block;
		background: var(--yx_CTwo);
		font-size: 13px;
		border-radius: 50%;
	}

	.yx_MoKf .yx_flex li:nth-child(3) {
		background-color: var(--yx_CTwo);
	}

	.yx_MoKf .yx_flex li:nth-child(3) .yx_icon {
		background-color: #fff !important;
		color: var(--yx_CTwo) !important;
	}

	.yx_MoKf .yx_flex li:nth-child(3) span {
		color: #fff;
	}

	.yx_MoKf .yx_flex li span {
		display: block;
		font-size: 12px;
		text-align: center;
		color: #999;
		margin-top: 4px;
	}

	.yx_MoKf .yx_MoGoTop {
		position: fixed;
		bottom: 90px;
		right: 15px;
		background: var(--yx_CTwo);
		width: 48px;
		color: #fff;
		z-index: 69;
		padding-top: 5px;
		text-align: center;
		height: 48px;
		border-radius: 4px;
	}

	.yx_MoKf .yx_MoGoTop .text {
		color: #fff;
	}
}