/*tongyong*/
.container {
	width: 94%;
	max-width: 1600px;
	margin: 0 auto;
	/* padding: 60px 0; */
}

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

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

.in-protu {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0;
	top: 0;
	position: absolute;
	background-size: cover !important;
	object-fit: cover;
}

.in-protuk {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	position: relative;
}

.yemak {
	display: block;
	text-align: center;
	padding-top: 0;
}

.pagination {
	display: inline-block;
	position: relative;
	height: 46px;
}

.pagination li {
	display: block;
	float: left;
	list-style: none;
	width: 46px;
	height: 46px;
	margin: 0 3px;
	text-align: center;
	border: 1px solid #dcdcdc;
	background: #fff;
	line-height: 44px;
	font-size: 16px;
	color: #343434;
}

.pagination li a,
.pagination li span {
	display: block;
}

.pagination li a,
.pagination li a:visited {
	color: #343434;
}

/* 
.pagination li:first-child,
.pagination li:last-child {
	width: 108px;
}
 */
.pagination li.active a,
.pagination li.active span,
.pagination li:hover a,
.pagination li:hover span {
	color: #fff;
}

.pagination li:first-child a,
.pagination li:last-child a,
.pagination li:first-child span,
.pagination li:last-child span {
	font-family: "MiSans";
}

.pagination li.active,
.pagination li:hover {
	background: var(--yx_Color);
	border-color: var(--yx_Color);
}

.jiazai {
	display: block;
	text-align: center;
	padding-bottom: 18px;
	background: url(https://www.yonfer.com/public/static/home/images/duo-xj.png) center bottom no-repeat;
	background-size: 14px auto !important;
	line-height: 30px;
	font-size: 14px;
	color: #878787;
	text-align: center;
}

.block-sj {
	display: none;
}

.block-ipad {
	display: none;
}

.block-pc {
	display: block;
}



.in-fwlist li:hover .in-fwlxb {
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}

.ab-abtuk .in-protu,
.wh-ln-link .in-protu,
.tzgp-link .in-protu,
.ban-nyk .in-protuk,
.ban-nyk .in-protu {
	animation: ab-abtu 10s infinite linear alternate both;
}

@keyframes ab-abtu {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.12);
	}
}

.wh-pp-nlogo,
.in-abtuk {
	animation: wh-pp-nlogo 50s infinite linear alternate both;
}

@keyframes wh-pp-nlogo {
	0% {
		transform: rotate(0);
	}

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

.xwztc-link:hover {
	transform: translateY(-10px);
}

.xwy-list li:hover .container {
	transform: translateX(-10px);
}


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

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

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

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

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

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

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

.in-protu,
.navk li a span,
.navi_content>a,
.fo-navla2 a,
.fo-navla1,
.nav-xt,
.swiper-button-prev-ban,
.swiper-button-next-ban,
.pagination li a,
.pagination li span,
.pagination li,
.ban-classnk a b,
.ban-classnk a,
.xwl-tjltum,
.xwl-li-mox1,
.xwl-li-mox2,
.xwl-li-tit,
.xwl-li-text,
.xwn-tjl-li-tit,
.xwn-tjl-li-text,
.xwn-mtl-li-tit,
.xwn-xx-li-text,
.xwn-xx-li-tit,
.tzl-xj0,
.wh-dang-li-tit,
.wh-dang-li-text,
.wh-fc-lhk,
.cpl-lim-tit,
.cpl-lim-text,
.cpd-dbdk,
.cpd-dbxk,
.cpd-dtmxk,
.in-qywh-limdk,
.in-qywh-mdk,
.in-xw-li-tit,
.whyf-yftjk a,
.tab_menu-jd li,
.ab-jdtumk,
.abmap-tel {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

@media only screen and (max-width:980px) {
	.yx_Content img {
		max-width: 100% !important;
	}

	.container {
		/* padding: 0 12px; */
	}
}

/*banner*/
.ban-nyk {
	display: block;
	position: relative;
	overflow: hidden;
	height: 65vh;
	max-height: 550px !important;
}

.ban-nyk:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255,255, 255, 0.5), transparent);
	opacity: 0.8;
}

.ban-nykcp {
	display: block;
	position: relative;
	overflow: hidden;
}

.ban-ntit {
	display: flex;
	align-items: center;
	position: absolute;
	width: 100%;
	padding-top: 110px;
	left: 0;
	height: 100%;
	z-index: 4;
	font-weight: bold;
	line-height: 1.2;
	font-size: var(--yx_FS48);
	color: #fff;
}

.ban-ntit>.container {
	flex-direction: column;
}

.ban-classk {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.ban-location {
	display: block;
	/* float: right; */
	padding: 17px 0 17px 27px;
	background: url(/template/default/image/ny-home.png) left center no-repeat;
	line-height: 40px;
	font-size: var(--yx_FS14);
	color: #7a7a7a;
}

.ban-location a,
.ban-location a:visited {
	color: #7a7a7a;
}

.ban-nyk .in-protuk {
	animation: ab-abtu 10s infinite linear alternate both;
}

/*page*/
.ban-classnk {
	display: block;
	overflow: hidden;
	line-height: 40px;
	font-size: 18px;
	color: #323232;
}

.ban-classnk a {
	display: block;
	padding: 17px 0;
	float: left;
	font-size: var(--yx_FS16);
	margin-left:0;
	margin-right: 40px;
	position: relative;
}

.ban-classnk a,
.ban-classnk a:visited {
	color: #323232;
}

.ban-classnk a b {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--yx_Color);
	webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ban-classnk a.on b,
.ban-classnk a:hover b {
	width: 100%;
	left: 0;
}

.ban-classnk a.on,
.ban-classnk a:hover {
	color: var(--yx_Color);
}


.ban-classk {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
}

.ban-location {
	display: block;
	/* float: right; */
	padding: 17px 0 17px 27px;
	background: url(/template/default/image/ny-home.png) left center no-repeat;
	line-height: 40px;
	font-size: 14px;
	color: #7a7a7a;
}

.ban-location a,
.ban-location a:visited {
	color: #7a7a7a;
}

.ban-classnk {
	display: block;
	overflow: hidden;
	line-height: 40px;
	font-size: 18px;
	color: #323232;
}

.ban-classnk a {
	display: block;
	padding: 17px 0;
	float: left;
	position: relative;
}

.ban-classnk a:first-child {
	margin-left: 0;
}

.ban-classnk a,
.ban-classnk a:visited {
	color: #323232;
}

.ban-classnk a b {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--yx_Color);
}

.ban-classnk a.on b,
.ban-classnk a:hover b {
	width: 100%;
	left: 0;
}

.ban-classnk a.on,
.ban-classnk a:hover {
	color: var(--yx_Color);
}

/*about*/
.ab-abnk {
	display: block;
	position: relative;
	overflow: hidden;
	/* padding: var(--yx_FS72) 0; */
}

.ab-ab-tit {
	display: block;
	overflow: hidden;
}

.ab-ab-tit .xwn-tit {
	margin-bottom: 16px;
}

.xwn-tit {
	display: block;
	font-weight: bold;
	line-height: 240%;
	font-size: var(--yx_FS36);
	color: #000;
}

.ab-abtext {
	display: block;
	height: auto;
	min-height: 240px;
	padding-right: 0;
	line-height: 220%;
	font-size: var(--yx_FS16);
	color: #323232;
}

/*idea*/
.rll-list {
	display: block;
}

.rll-list li {
	display: block;
	position: relative;
	list-style: none;
	margin-bottom: 105px;
}

.rll-link {
	position: relative;
	overflow: hidden;
}

.rll-lituk {
	display: block;
	width:50%;
	height: 534px;
	position: relative;
	overflow: hidden;
}

.rll-list li:hover .rll-lituk img {
	transform: scale(1.1);
}

.rll-list li:nth-child(2n+1) .rll-lituk {
	float: left;
}

.rll-list li:nth-child(2n) .rll-lituk {
	float: right;
}

.rll-litumk {
	display: block;
	width:50%;
	height: 534px;
	position: relative;
	float: right;
}

.rll-list li:nth-child(2n+1) .rll-litumk {
	float: right;
}

.rll-list li:nth-child(2n) .rll-litumk {
	float: left;
}

.rll-litmen {
	display: block;
	position: absolute;
	left: 10px;
	top: -10px;
	line-height: 1;
	font-size: 100px;
	color: transparent;
	text-transform: uppercase;
	font-family: 'MiSans';
	-webkit-text-stroke: 1px rgba(0, 153, 68, 0.1);
}

.rll-litumxk {
	display: block;
	position: absolute;
	left: 0;
	top: 46px;
	width: 100%;
	height: calc(100% - 46px);
	z-index: 3;
}

.rll-xbtext {
	display: block;
	padding-right: 20px;
	line-height: 42px;
	font-size: var(--yx_FS16);
	color: #323232;
	-webkit-line-clamp: 4;
	margin-bottom: var(--yx_FS30);
}

.rll-xbtext::-webkit-scrollbar-track-piece {
	width: 4px;
	background-color: rgba(0, 0 0, 0);
}

.rll-xbtext::-webkit-scrollbar {
	width: 4px;
	background-color: rgba(0, 0, 0, 0);
}

.rll-xbtext::-webkit-scrollbar-thumb {
	width: 4px;
	height: 50px;
	background-color: var(--yx_Color);
}

.rll-xbtext::-webkit-scrollbar-thumb:hover {
	width: 4px;
	background-color: rgba(0, 0, 0, 0);
}

.rll-litumxk {
	display: block;
	background: #f6f6f6;
	overflow: hidden;
	padding: var(--yx_FS60) var(--yx_FS72);
	position: relative;
}

.rll-xbtit {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 46px;
}

.rll-xb {
	display: block;
	float: left;
}

.rll-xbm {
	display: block;
	margin-left: var(--yx_FS60);
	font-weight: bold;
	line-height:220%;
	font-size: var(--yx_FS36);
	color: #000;
}

.rll-lits {
	display: block;
	width: 300px;
	height: 60px;
	background: var(--yx_Color);
	position: relative;
	overflow: hidden;
	text-align: center;
}

.rll-lits span {
	line-height: 1.1;
	font-size: 90px;
	font-family: 'MiSans';
	color: rgba(255, 255, 255, 0.1);
}

.rll-list li:nth-child(2n+1) .rll-lits {
	float: left;
}

.rll-list li:nth-child(2n) .rll-lits {
	float: right;
}

/*products*/
.cpl-lbdk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #f6f6f6;
	padding: var(--yx_FS72) 0;
}

.cpl-list {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.cpl-list li {
	display: block;
	width: calc((100% - 22px)/2);
	margin-bottom: 22px;
	list-style: none;
}

.cpl-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	padding: var(--yx_FS42);
}

.cpl-lbtuk {
	display: block;
	width: 45%;
	position: relative;
	overflow: hidden;
	padding-bottom: 45%;
	/* border-radius: 50%; */
}

.cpl-limk {
	display: block;
	width: 55%;
	padding-left: 5%;
}

.cpl-lim-tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: var(--yx_FS28);
	line-height: 240%;
	font-size: var(--yx_FS24);
	color: #000;
	transition: all 0.6s;
}

.cpl-lim-text {
	color: #585858;
	font-size: var(--yx_FS16);
	line-height: 200%;
}

.cpl-lim-textk {
	display: block;
	margin-bottom: var(--yx_FS54);
	font-size: var(--yx_FS16);
	color: #585858;
}

.cpl-lim-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cpl-lim-text,
.cpl-lim-text:visited {
	color: #585858;
}

.cpl-link:hover .cpl-lim-tit {
	color: var(--yx_Color);
}

.cpl-link:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.cpl-link:hover .cpl-lim-text {
	color: #000;
}

.xwl-li-more {
	display: block;
	width: 166px;
	height: 52px;
	overflow: hidden;
	border-radius: 52px;
	position: relative;
	border: 1px solid rgba(27, 166, 131, 0.6);
	line-height: 50px;
	font-size: 16px;
	color: var(--yx_Color);
}

.xwl-li-mox {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.xwl-li-mox1 {
	left: -100%;
}

.xwl-li-mox2 {
	left: 0;
}

.xwl-li-mox span {
	display: inline-block;
	padding-right: 34px;
	font-size: var(--yx_FS16);
	background: url(/template/default/image/xwl-xj1.png) right center no-repeat;
}

.xwl-li-more:hover .xwl-li-mox1 {
	left: 0;
}

.xwl-li-more:hover .xwl-li-mox2 {
	left: 100%;
}

/*proDetail*/
.xwn-qydk {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	background-size: cover !important;
	padding: 58px 0 60px;
}

.xwn-titk {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 3.5%;
}

.xwn-tjdk {
	display: block;
	float: left;
	width: 634px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 153, 68, 0.13);
	padding: 35px;
	height: 540px;
}

.xwn-tuk {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.xwn-tda {
	display: block;
	margin-bottom: 8px;
	line-height: 21px;
	font-size: 14px;
	color: #676767;
}

.xwn-ttit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 38px;
	font-size: 22px;
	color: #000;
}

.xwn-tjldk {
	display: block;
	width: calc(100% - 634px);
	float: left;
}

.xwn-tjl-list {
	display: block;
}

.xwn-tjl-list li {
	display: block;
	width: calc(50% - 20px);
	height: 260px;
	float: left;
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #f0f0f0;
}

.xwn-tjl-link {
	display: block;
	position: relative;
	padding: 40px;
	overflow: hidden;
}

.xwn-tjl-lida {
	display: block;
	margin-bottom: 12px;
	line-height: 21px;
	font-size: 14px;
	color: #676767;
}

.xwn-tjl-li-tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
	line-height: 32px;
	font-size: 18px;
	color: #000;
}

.xwn-tjl-li-tit:visited {
	color: #000;
}

.xwn-tjl-li-textk {
	display: block;
	margin-bottom: 26px;
	line-height: 28px;
	font-size: 14px;
	color: #717171;
}

.xwn-tjl-li-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwn-tjl-li-text,
.xwn-tjl-li-text:visited {
	color: #717171;
}

.xwn-tjl-li-more {
	display: block;
	width: 95px;
	background: url(/template/default/image/xwl-xj1.png) center right no-repeat;
	line-height: 28px;
	font-size: 14px;
	color: var(--yx_Color);
}

.xwn-tjl-link:hover .xwn-tjl-li-tit {
	color: var(--yx_Color);
}

.xwn-tjl-link:hover .xwn-tjl-li-text {
	color: #000;
}

.xwn-mtl-list {
	display: block;
	margin-left: -30px;
}

.xwn-mtl-list li {
	display: block;
	width: calc(25% - 30px);
	margin-left: 30px;
	float: left;
	list-style: none;
}

.xwn-mtl-link {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 60px 34px;
	background: #fff;
}

.xwn-mtl-li-titk {
	display: block;
	position: relative;
	overflow: hidden;
	height: 60px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
}

.xwn-mtl-li-tit,
.xwn-mtl-li-tit:visited {
	color: #000;
}

.xwn-mtl-li-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwn-mtl-link .xwn-tjl-lida {
	margin-bottom: 28px;
}

.xwn-mttuk {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 52px;
}

.xwn-mtl-link:hover .xwn-mtl-li-tit {
	color: var(--yx_Color);
}

.xwn-xx-list {
	display: block;
	overflow: hidden;
	position: relative;
	margin-left: -55px;
}

.xwn-xx-list li {
	display: block;
	width: calc(50% - 55px);
	margin-left: 55px;
	float: left;
	list-style: none;
	border-bottom: 2px solid #eee;
	padding: 40px 0 44px;
}

.xwn-xx-list li:nth-child(1),
.xwn-xx-list li:nth-child(2) {
	border-top: 2px solid #eee;
}

.xwn-xx-li-tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 16px;
	line-height: 32px;
	font-size: 18px;
	color: #000;
}

.xwn-xx-li-tit0 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}

.xwn-xx-li-tit:visited {
	color: #000;
}

.xwn-xx-li-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	font-size: 14px;
	color: #717171;
}

.xwn-xx-list li:hover .xwn-xx-li-tit {
	padding-left: 12px;
	color: var(--yx_Color);
}

.xwn-xx-list li:hover .xwn-xx-li-text {
	color: #000;
}

/*  */
.ban-nykv {
	display: block;
	height: 312px;
}

.cpl-ltuk {
	display: block;
	float: left;
	position: relative;
	padding: var(--yx_FS24);
	overflow: hidden;
	width: 47%;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
	background: #fff;
}

.cpl-ltuk:hover .in-protu {
	transform: translate(-50%, -50%) scale(1.1);
}

.cpl-ltuxk {
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 100%;
}

.cpl-ltuxk .in-protu {
	width: 100% !important;
	object-fit: contain !important;
}

.cpl-lmdk {
	display: block;
	width: 53%;
	padding-left: var(--yx_FS72);
	float: right;
	position: relative;
	overflow: hidden;
	/* margin-top: var(--yx_FS30); */
}

.cpl-lmlk {
	display: block;
	border-bottom: 2px solid #dcdcdc;
	padding: 21px 0;
	overflow: hidden;
	line-height: 28px;
	font-size: 16px;
	color: #2e2e2e;
	line-height: 200%;
}

.cpl-lmlk .yx_Summary {
	line-height: 200%;
	font-size: var(--yx_FS14);
	-webkit-line-clamp: 5;
}

.yx_PD_BtnBox {
	margin-top: var(--yx_FS60);
}

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

.yx_PD_BtnBox a {
	display: inline-block;
	padding: 8px var(--yx_FS36);
	color: #fff;
	font-weight: bold;
	font-size: var(--yx_FS18);
	line-height: 240%;
	margin-right: var(--yx_FS16);
	background: var(--yx_Color);
}

.yx_PD_BtnBox a:hover {
	background: var(--yx_Color);
	color: #fff;

}

.yx_PD_BtnBox a:nth-child(2) {
	background: #2a2a2a;
}

.cpl-lmlk a,
.cpl-lmlk a:visited {
	color: #2e2e2e;
}

.cpl-lmtb {
	color: var(--yx_Color);
	font-weight: bold;
	font-size: 18px;
}

.cpl-lmnlb {
	display: block;
	padding-top: 20px;
}

.cpl-lmnlb li {
	display: block;
	overflow: hidden;
	margin-bottom: 12px;
}

.cpl-lmntb {
	font-weight: bold;
}

.cpv-cstuk {
	padding-top: 20px;
}

.cpv-xgdk {
	display: block;
	position: relative;
	overflow: hidden;
}

.cpv-ntit {
	display: block;
	text-align: center;
	margin-bottom:var(--yx_FS42);
	line-height:240%;
	font-size: var(--yx_FS36);
	color: #000;
}

.cpv-listk {
	display: block;
	position: relative;
}

.cpv-list {
	display: block;
	margin-left: -14px;
}

.cpv-list li {
	display: block;
	width: calc(20% - 14px);
	margin-left: 14px;
	float: left;
	position: relative;
	overflow: hidden;
}

.cpv-link {
	display: block;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: var(--yx_FS18);
}

.cpv-lituk {
	display: block;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	margin-bottom: var(--yx_FS24);
	background: #fff;
}

.cpv-lituk .in-protu {
	object-fit: contain !important;
	max-height: 100%;
	max-width: 100%;
}

.cpv-link:hover .in-protu {
	transform: translate(-50%, -50%) scale(1.1) !important;
}

.cpv-litit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	margin-bottom: var(--yx_FS16);
	line-height: 220%;
	font-size: var(--yx_FS16);
	color: #000;
}

.cpv-limore {
	display: block;
	width: 100px;
	margin: 0 auto;
	background: url(/template/default/image/xwl-xj1.png) right center no-repeat;
	line-height: 26px;
	font-size: 14px;
	color: var(--yx_Color);
}

.mySwiper-cpvtj {
	padding-bottom: 40px;
}

.mySwiper-cpvtj .swiper-pagination-cpvtj {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: center;
}

.swiper-pagination-cpvtj .swiper-pagination-bullet-active {
	background: var(--yx_Color);
}

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

.cpv-listk .swiper-pagination-clickable .swiper-pagination-bullet {
	margin: 0 6px;
}


/*news*/
.xwl-nrdk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: var(--yx_FS72) 0 100px;
}

.xwl-listk {
	display: block;
	float: left;
	width: 70%;
	padding-right: var(--yx_FS60);
	/* min-height: 800px; */
	overflow: hidden;
	border-right: 1px solid #e7e7e7;
}

.xwl-list {
	display: block;
	overflow: hidden;
}

.xwl-list li {
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.xwl-lida {
	display: block;
	margin-bottom: 10px;
	line-height: 27px;
	font-size: 14px;
	color: #676767;
}

.xwl-li-titk {
	display: block;
	margin-bottom: var(--yx_FS14);
	font-weight: bold;
	line-height: 220%;
	font-size: var(--yx_FS22);
	color: #000;
}

.xwl-li-titk a {
	transition: all 0.6s;
}

.xwl-list li:hover .xwl-li-titk a {
	color: var(--yx_Color);
}

.xwl-li-tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwl-li-tit,
.xwl-li-tit:visited {
	color: #000;
}

.xwl-li-textk {
	display: block;
	height: auto !important;
	margin-bottom: 40px;
	line-height: 28px;
	font-size: var(--yx_FS16);
	color: #717171;
}

.xwl-li-text,
.xwl-li-text:visited {
	color: #717171;
}

.xwl-li-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	font-size: var(--yx_FS14);
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwl-litjk {
	/* display: none !important; */
	display: block;
	width: 30%;
	padding-left: var(--yx_FS60);
	overflow: hidden;
	position: relative;
	float: right;
}

.xwl-litj-tit {
	display: block;
	position: relative;
	margin-bottom: 23px;
	line-height: 38px;
	font-size: 18px;
	color: #131313;
}

.xwl-litj-lb {
	display: block;
	position: relative;
}

.xwl-litj-lb li {
	display: block;
	overflow: hidden;
	list-style: none;
	margin-bottom: 26px;
}

.xwl-tjltuk {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: var(--yx_FS18);
	padding-bottom: 68%;
}

.xwl-tjltum {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	color: #444;
}

.xwl-litj-lb li:hover .xwl-tjltum {
	color: var(--yx_Color);
}

.xwl-litj-lb li:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.xwv-nrdk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: var(--yx_FS72) 0;
	background: #f5f5f5;
}

.xwv-nrdk .xwl-listk{width:100%;margin-top:50px;padding:0;border:none;}
.xwv-nrdk .xwl-list li{padding: 30px;background: #fff;}

.xwv-xxdk {
	display: block;
	width: 100%;
	background: #fff;
	padding: var(--yx_FS30);
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.xwv-titk {
	display: block;
	text-align: center;
	margin-bottom:var(--yx_FS14);
	line-height:220%;
	font-size: var(--yx_FS30);
	color: #000;
}

.xwv-gjck {
	display: block;
	text-align: center;
	margin-bottom:var(--yx_FS42);
	line-height:240%;
	font-size: var(--yx_FS16);
	color: #676767;
}

.xwv-textk {
	display: block;
	overflow: hidden;
	padding: var(--yx_FS42) 0;
	margin-bottom: var(--yx_FS42);
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.xwv-fanyek {
	display: block;
	overflow: hidden;
	line-height:220%;
	font-size: var(--yx_FS16);
	color: #676767;
}

.xwv-fanyek a,
.xwv-fanyek a:visited {
	color: #676767;
}

.xwv-fanyek a {
	display: block;
	width: 48%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xwv-fanyek a:hover {
	color: var(--yx_Color);
}

.fy-prev {
	padding-left: 42px;
	background: url(/template/default/image/xwv-nxj1.png) left center no-repeat;
}

.xwv-fanyek a.fy-next {
	float: right;
	padding-right: 42px;
	text-align: right;
	background: url(/template/default/image/xwv-nxj2.png) right center no-repeat;
}

/*content*/
.lian-about-contact-message {
	padding: 5% 0 5%;
	overflow: hidden;
	background: url('/template/default/image/map_bg.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

.lian-about-contact-message .title-1 {
	font-size: var(--yx_FS42);
	color: #060606;
	line-height: 200%;
	font-weight: bold;
}

.lian-about-contact-message .yx_line {
	width: var(--yx_FS48);
	height: 2px;
	background: var(--yx_Color);
	margin: var(--yx_FS14) 0 var(--yx_FS36);
}

.lian-about-contact-message .title-2 {
	font-size: var(--yx_FS16);
	line-height: 200%;
	text-align: left;
	color: #060606;
}

.xwn-qydk {
	display: block;
	overflow: hidden;
	position: relative;
	background: #fff;
	background-size: cover !important;
	padding: 58px 0 100px;
}

.xwn-titk {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 3.5%;
}

.xwn-tjdk {
	display: block;
	float: left;
	width: 634px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 153, 68, 0.13);
	padding: 35px;
	height: 540px;
}

.xwn-tuk {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}

.xwn-tda {
	display: block;
	margin-bottom: 8px;
	line-height: 21px;
	font-size: 14px;
	color: #676767;
}

.xwn-ttit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 38px;
	font-size: 22px;
	color: #000;
}

.xwn-tjldk {
	display: block;
	width: calc(100% - 634px);
	float: left;
}

.xwn-tjl-list {
	display: block;
}

.xwn-tjl-list li {
	display: block;
	width: calc(50% - 20px);
	height: 260px;
	float: left;
	list-style: none;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #f0f0f0;
}

.xwn-tjl-link {
	display: block;
	position: relative;
	padding: 40px;
	overflow: hidden;
}

.xwn-tjl-lida {
	display: block;
	margin-bottom: 12px;
	line-height: 21px;
	font-size: 14px;
	color: #676767;
}

.xwn-tjl-li-tit {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 8px;
	line-height: 32px;
	font-size: 18px;
	color: #000;
}

.xwn-tjl-li-tit:visited {
	color: #000;
}

.xwn-tjl-li-textk {
	display: block;
	margin-bottom: 26px;
	line-height: 28px;
	font-size: 14px;
	color: #717171;
}

.xwn-tjl-li-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwn-tjl-li-text,
.xwn-tjl-li-text:visited {
	color: #717171;
}

.xwn-tjl-li-more {
	display: block;
	width: 95px;
	background: url(/template/default/image/xwl-xj1.png) center right no-repeat;
	line-height: 28px;
	font-size: 14px;
	color: var(--yx_Color);
}

.xwn-tjl-link:hover .xwn-tjl-li-tit {
	color: var(--yx_Color);
}

.xwn-tjl-link:hover .xwn-tjl-li-text {
	color: #000;
}

.xwn-mtl-list {
	display: block;
	margin-left: -30px;
}

.xwn-mtl-list li {
	display: block;
	width: calc(25% - 30px);
	margin-left: 30px;
	float: left;
	list-style: none;
}

.xwn-mtl-link {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 60px 34px;
	background: #fff;
}

.xwn-mtl-li-titk {
	display: block;
	position: relative;
	overflow: hidden;
	height: 60px;
	margin-bottom: 15px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
}

.xwn-mtl-li-tit,
.xwn-mtl-li-tit:visited {
	color: #000;
}

.xwn-mtl-li-tit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xwn-mtl-link .xwn-tjl-lida {
	margin-bottom: 28px;
}

.xwn-mttuk {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 52px;
}

.xwn-mtl-link:hover .xwn-mtl-li-tit {
	color: var(--yx_Color);
}

.tzgp-gptitk {
	display: block;
	overflow: hidden;
	margin-bottom: 36px;
}

.tzgp-gptit1 {
	margin-bottom: 8px;
	line-height: 27px;
	font-size: 16px;
	color: #585858;
}

.tzgp-gptit2 {
	margin-bottom: 8px;
	line-height: 76px;
	font-size: 72px;
	color: #000;
}

.tzgp-list {
	display: block;
	overflow: hidden;
	margin-left: -4px;
}

.tzgp-list li {
	display: block;
	width: calc(33.3333% - 4px);
	margin-left: 4px;
	float: left;
	list-style: none;
}

.tzgp-link {
	display: block;
	overflow: hidden;
	position: relative;
}

.tzgp-link .in-protu {
	z-index: 1;
}

.tzgp-link .in-protuk {
	z-index: 2;
}

.tzgp-limk {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 4;
}

.tzgp-lim-tit {
	display: block;
	position: absolute;
	top: 70px;
	left: 67px;
	line-height: 44px;
	font-size: 30px;
	color: #fff;
}

.tzgp-lim-xj {
	display: block;
	width: 58px;
	height: 58px;
	left: 67px;
	bottom: 63px;
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	border: 2px solid #fff;
}

.tzl-xj0 {
	display: block;
	position: absolute;
	top: 0;
}

.tzl-xj01 {
	left: -100%;
}

.tzl-xj02 {
	left: 0;
}

.tzgp-link:hover .tzl-xj01 {
	left: 0;
}

.tzgp-link:hover .tzl-xj02 {
	left: 100%;
}

.tz-lxnk {
	display: block;
	position: relative;
	overflow: hidden;
	padding: 60px 0;
}

.tz-lxlk {
	display: block;
	width: 45%;
	padding-right: 5%;
	float: left;
	padding-top: 30px;
}

.tz-lxrk {
	display: block;
	float: right;
	width: 50%;
	padding: var(--yx_FS24);
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
}

.tzl-ln-list {
	display: block;
	position: relative;
	overflow: hidden;
}

.tzl-ln-list li {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: var(--yx_FS24) 0;
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 8px;
}

.tzl-ln-list li .yx_icon {
	font-size: var(--yx_FS24);
	height: var(--yx_FS54);
	width: var(--yx_FS54);
	display: block;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: var(--yx_Color);
	background-color: #fff;
	text-align: center;
	line-height: var(--yx_FS54);
}

.tzl-lnb {
	display: block;
	float: left;
	border-radius: 50%;
	background: #fff;
}

.tzl-lnmk {
	display: block;
	width: calc(100% - var(--yx_FS54));
	padding-left: 6%;
}

.tzl-lnm2 {
	font-size: var(--yx_FS22) !important;
	margin-right: var(--yx_FS30);
}

.tzl-lnm1 {
	display: block;
	margin-bottom: 5px;
	line-height: 24px;
	font-size: 16px;
	color: #585858;
}

.yx_MapBox {
	width: 100%;
}

/*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) {
	.ban-nyk{
		height: 65vw !important;
	}
	.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);
	}
}

/*meida*/
@media only screen and (max-width:980px) {
	.ban-location {
		display: none !important;
	}

	.ban-classk {
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	.ban-classk .container {
		padding: 0px !important;
	}

	.ban-classnk {
		font-size: 14px;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.ban-classnk>a {
		float: none;
		padding: 0;
		min-width: calc(100%/3);
		border-right: 1px solid #eee;
		text-align: center;
		padding: 5px 0;
		margin: 0;
		display: block;
		border-bottom: 1px solid #eee;
	}

	.ban-classnk>a b {
		display: none;
	}

	.ban-classnk>a.on {
		background: var(--yx_Color);
		color: #fff;
	}

	.ban-classnk>a:nth-child(4),
	.ban-classnk>a:nth-child(5),
	.conBox>a {
		width: 50% !important;
	}

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

	.tz-lxlk {
		float: none;
		width: 100%;
		padding: 0px;
	}

	.tz-lxrk {
		float: none;
		width: 100%;
		margin-top: 24px;

	}

	.tzl-ln-list li .yx_icon {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.cpl-list li{
		width: 100%;
	}
	.cpl-ltuk{
		float: none;
		width: 100%;
	}
	.cpl-lmdk{
		float: none;
		width: 100%;
		padding-left: 0px;
	}
	.xwl-listk{
		width: 100%;
		padding-right: 0px;
		border: none;
		min-height: 0px;
	}
	.xwl-litjk{
		display: none;
	}
		.rll-litumk{
			height: auto;
		}
		.rll-lituk{
			height: auto;
		}
	.rll-litumk,.rll-lituk{
		width: 100%;
		float:none;
		top: 0;
	}
	.rll-litumxk{
		top: 0;
		height: auto !important;
	}
	.rll-litmen{
		display: none !important;
	}
}

@media only screen and (max-width:580px) {
	.cpl-lbtuk{
		width: 100% !important;
		padding-bottom: 100%;
		margin: 0 auto var(--yx_FS24);
	}
	.cpl-limk{
		width: 100% !important;
		padding: 0px;
	}
	.cpl-lim-tit{
		text-align: center;
	}
	.cpl-lim-textk{
		text-align: center;;
	}
	.xwl-li-more{
		margin-left: auto;
		margin-right: auto;
	}
}
.yx_Rwm div {
	padding:8px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
}

.yx_Rwm div img {
	max-width: 140px;
}

.yx_Rwm p {
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 5px;
	text-align: center;
}
.yx_ProPagePc,.yx_ProPagePc .ban-classnk{
	/* overflow: visible !important; */
}
.yx_PPCBox > div{
	position: relative;
	display: block;
	float: left;
	margin-right: 40px;
}
.yx_PPCBox > div a{
	float: none;
	margin-right: 0 !important;
}
.yx_PPCBox .yx_PPCBox1{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 9;
	display: none;
	background:#fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 0px;
}
.yx_PPCBox > div:hover .yx_PPCBox1{
	display: block !important;
}
.yx_PPCBox .yx_PPCLink{
	padding: 8px 0;
}
.yx_PPCBox2{
	top: 100% !important;
	visibility: hidden;
	transition: all 0.6s;
	 box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 12px 0px;
	background: #fafafa !important;
	opacity: 0;
}
.yx_PPCBox .yx_PPCBox1 .yx_PPCList:hover .yx_PPCBox2{
	visibility: visible !important;
	top: 0 !important;
	opacity: 1;
}
.yx_PPCBox .yx_PPCBox1 .yx_PPCList{
	width: 100%;
	position: relative;
	font-size: var(--yx_FS16);
	line-height: 200%;
	text-align: center;
	color: #444;
	display: block;
}
.yx_PPCBox .yx_PPCBox2{
	position: absolute;
	left: 100%;
	width: 100%;
	background:#fff;
}
.yx_ProPageTwo {
	background: #f7f7f7;
	padding: var(--yx_FS16);
	border-radius: 4px;
	position: sticky;
	top: 140px;
	border-top: 5px solid var(--yx_Color);
}

.yx_PT_Link {
	color: #000;
	font-size: var(--yx_FS18);
	display: block;
}

.yx_PageTit {
	position: relative;
	line-height: 240%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: var(--yx_FS18);
	font-weight: bold;
	cursor: pointer;
	border-bottom: 1px solid #eee;
	padding: var(--yx_FS14) 0;
	margin: 0px;
}

.yx_PageTit .yx_icon {
	transform: translateY(-50%);
	font-size: 14px;
	line-height: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	right: 0px;
	width: var(--yx_FS30);
	height: var(--yx_FS30);
	transition: all 0.6s;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: center;
}

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

.yx_PPList {
	position: relative;
	padding: 1% 0;
}

.yx_PPBox2 .yx_PT_Link2 {
	display: flex;
	align-items: center;
	justify-content: left;
	width: 100%;
}

.yx_PPBox2 .yx_PT_Link2 em {
	display: block;
	width: 12px;
	height: 12px;
	border: #000 1px solid;
	cursor: pointer;
	flex-shrink: 0;
	margin-right: 5%;
	padding: 2px;
	position: relative;
}

.yx_PPBox2 .yx_PT_Link2 span {
	font-weight: normal;
	font-size: 15px
}

.yx_PPBox2 .yx_PageTit {
	padding: 5px 0 5px;
	border: none !important;
}

.yx_PPBox3 {
	padding-left: var(--yx_FS36);
}

.yx_PT_Link3 {
	font-size: var(--yx_FS14);
	line-height: 160%;
	font-weight: normal;
}

.yx_PT_Link.yx_Click {
	color: var(--yx_Color) !important;
}

.yx_PT_Link.yx_Click em {
	border-color: var(--yx_Color) !important;
	background: var(--yx_Color) !important;
}

.yx_ProPageTwo .yx_PPBox2 {
	display: none;
}

.yx_ProPageTwo .yx_PPBox3 {
	display: none;
}
.yx_content {min-height: 500px;}

@media only screen and (max-width:768px) {

	#Banner_design2 .banner .scene-nav.scene-nav--prev,
	#Banner_design2 .banner .scene-nav.scene-nav--next {
		display: none !important;
	}

	.yx_ProPageTwo .yx_MoPageBtn {
		font-size: var(--yx_FS16);
		color: #fff;
		width: 100%;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		background: var(--yx_Color);
		border-radius: 0px;
		padding: 14px calc(3% + 10px);
	}

	.yx_ProPageTwo .yx_MoPageBtn i {
		color: #fff;
		font-size: 14px !important;
	}

	.yx_ProPageTwo .yx_PPTCon {
		position: fixed;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 99;
		top: 0;
		padding: var(--yx_FS36) 5%;
		left: 100%;
		transition: all 0.8s;
		overflow: auto;
	}

	.yx_PPBox2 .yx_PT_Link2 em {
		width: 10px;
		height: 10px;
		margin-right: 14px;
	}

	.yx_ProPageTwo>ul {
		width: 100%;
	}

	.yx_ProPageTwo .yx_MoPageClose {
		font-size: 18px;
		color: #fff;
		width: 30px;
		height: 30px;
		display: block !important;
		margin: 0 0 0 auto;
		background: #000;
		line-height: 30px;
		text-align: center;
	}

	.yx_ProPageTwo .yx_PPBox2 {
		background: #fafafa;
	}

	.yx_ProPageTwo .yx_PageTit {
		font-size: 16px;
		font-weight: normal;
		position: relative;
		line-height: 240%;
		display: block;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 4px 12px;
	}

	.yx_ProPageTwo {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		border: none;
	}
}
@media only screen and (min-width:769px){
	.yx_ProPageMo{
		display: none !important;
	}
}

@media only screen and (max-width:768px){
	.yx_ProPagePc{
		display: none !important;
	}
	.yx_ProPageMo{
		display: block !important;
	}
	.yx_Rwm{
		display: none !important;
	}
}

.sideBar {
	position: fixed;
	right: 0;
	bottom:560px;
	transform: translateY(-50%);
	z-index: 998;
	display: block !important
}

.side1 a,
.side1 img,
.side1 i,
.side1 span {
	display: block
}

.side1 img {
	margin: 0 auto
}

.side1 i {
	margin: 10px auto;
	width: 1px;
	height: 20px;
	background: #fff;
	transition: all 0.5s ease
}

.side1 span {
	color: #fff;
	font-size: 14px;
	writing-mode: vertical-lr;
	margin: 0 auto;
	letter-spacing: 2px
}

.side1:hover {
	background: #e72731
}

.side1:hover a img {
	animation: jitter 0.5s
}

.side {
	height: 40px;
	position: absolute;
	transition: all 0.5s
}

.side a {
	display: block;
	height: 40px;
	font-size: 0;
	position: relative;
}

.side i,
.side span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	line-height: 40px;
}

.side i {
	width: 40px;
	text-align: center;
	background: var(--yx_Color);
	transition: all 0.3s;
	border-radius: 6px 0 0 6px;
	border: 1px solid rgba(255,255,255,0.3);
	font-size: var(--yx_FS24);
	color: #fff;
	font-size: 20px;
}

.side i svg {
	width: 32px !important;
	margin: 0;
	font-size: 0px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 32px !important
}

.side i path {
	fill: #fff
}

.side i img {
	vertical-align: middle
}

.side span {
	text-align: center;
	line-height: 40px;
	background: #4a4a4a;
	font-size: var(--yx_FS16);
	color: #fff;
	transition: all 1s;
	font-size: 13px;
}

.side2 {top: 0px;right: -200px;width: 240px;}

.side2 span {
	width: 260px
}

.side3 {
    right: -200px;
    width: 240px;
    top: 41px;
}

.side3 span,.side2 span {
	width: 200px;
}

.side4 {
	right: -140px;
	width: 180px;
	top: 82px;
}

.side4 span {
	width: 140px
}

.side5 {
	right: -140px;
	width: 180px;
	top: 123px;
	cursor: pointer
}
.yx_sideImg{position: absolute;width: 140px;height: 140px;background: #fff;top: 100%;right: 0;z-index: 2;}

.side5 span {
	width: 140px;
	/* font-size: var(--yx_FS16); */
}

.qcodePic {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	display: none;
	z-index: 99;
	text-align: center;
	background: #fff;
	border: 1px solid #e5e5e5
}

.qcodePic img {
	width: 100%
}

.side5:hover .qcodePic {
	display: block
}

.side6 {
	right: 0px;
	width: 40px;
	top: 164px;
	cursor: pointer
}

.side6 span {
	width: 90px;
	font-size: 14px
}

.side:hover {
	right: 0
}

.side:hover i {
	background: var(--yx_Grad)
}

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

.wxPic img {
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.m-foot {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #f5f5f5;
	display: none
}

.m-foot ul {
	font-size: 0;
	text-align: center;
	height: 54px
}

.m-foot ul li {
	float: left;
	width: 20%;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb
}

.m-foot ul li:nth-child(3) {
	background: var(--yx_Color);
	border-left: none;
	border-top: 0px solid var(--yx_Color)
}

.m-foot ul li:nth-child(3) span {
	color: #fff !important
}

.m-foot ul li:first-child,
.m-foot ul li:nth-child(4) {
	border-left: none
}

.m-foot ul li span,
.m-foot ul li img {
	display: block;
	margin: 6px auto
}

.m-foot ul li a svg {
	display: block;
	margin: 6px auto;
	fill: var(--yx_Color)
}

.m-foot ul li:nth-child(3) svg {
	fill: #fff !important
}

.m-foot ul li span {
	line-height: 14px;
	font-size: 12px;
	color: #1a1a1a;
	transition: all 0.4s
}

.m-foot ul li:hover span {
	color: #e72731
}

.wyz {
	position: fixed;
	width: 60px;
	height: 60px !important;
	right: 6px;
	bottom: 80px;
	z-index: 90;
	display: none
}

.wyz .img-block svg {
	fill: rgba(176, 43, 43, .8)
}
@media only screen and (max-width:1200px) {
.yx_PPCBox > div,.ban-classnk a{margin-right:30px;}
}
@media only screen and (max-width: 768px) {
	.sideBar {display: none !important}
	.m-foot {display: block}
	.wyz {display: none !important}
	.yx_PPCBox > div, .ban-classnk a{margin:0}
	.my-4 .pagination>a{padding: 5px !important;}
	.my-4 .pagination{margin-bottom:0}
	.xwn-qydk{padding:30px 0 40px}
	.cpl-link{padding:15px}
	.xwv-titk{line-height:1.5}
	.lian-about-contact-message .title-1{font-weight: normal;}
	.xwn-tit{width:100%;font-size:22px;}
	.yx_messageLeft{width:100%}
}