/*neiyebanner*/
.yx_banner {
	position: relative;
	height: 60vh;
	max-height: 600px;
}

.yx_banner .yx_BImg {
	position: absolute;
	width: 100%;
	height: 100%;
}

.yx_banner .yx_BImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.yx_banner .yx_BImg video {
	width: 100%;
	height: 56rem;
	object-fit: cover;
}

.yx_banner .lian-content {
	position: absolute;
	top: 58%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	display: flex;
	align-items: center;
	z-index: 3;
}

.yx_banner .lian-content div {
	width: 100%;
	text-align: center;
	text-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}

.yx_banner .lian-content h5 {
	font-size: 4.8rem;
	color: #fff;
	font-weight: bold !important;
	width: 100%;
	margin
}

.yx_banner .lian-content p {
	font-size: 1.8rem;
	color: #fff;
	letter-spacing: 2px;
	margin-top: var(--yx_FS24);
}

.yx_banner .yx_BImg::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
	top: 0;
	left: 0;
	opacity: 0.48;
	z-index: 2;
}

/*page*/
.yx_title {
	background: #f8f8f8;
}

.yx_title .boxleft li {
	position: relative;
	margin-right: var(--yx_FS54);
}

.yx_title .boxleft li::before {
	content: '';
	position: absolute;
	width: 0px;
	height: 2px;
	background: var(--yx_Color);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.yx_title .boxleft li a {
	display: inline-block;
	font-size: var(--yx_FS18);
	color: #060606;
	line-height: 200%;
	font-weight: bold;
	padding: var(--yx_FS24) 0;
}

.yx_title .boxleft li.active:before,
.yx_title .boxleft li:hover:before {
	width: 100%;
}

.yx_title .boxleft li.active a,
.yx_title .boxleft li:hover a {
	color: var(--yx_Color);
}

.yx_title .boxRight img {
	width: var(--yx_FS22);
	height: auto;
	display: inline-block;
	margin-right: 14px;
}

.yx_title .boxRight * {
	font-size: var(--yx_FS16);
}

.yx_title .boxRight span:last-child {
	color: var(--yx_Color);
}

.yx_title .boxRight .yx_icon {
	font-size: 12px;
	display: inline-block;
	margin: 0 6px;
}

.yx_title .boxRight .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
}

/*about*/
.yx_about,
.yx_newsBox,
.yx_yx_NewProduct,
.yx_case,
.yx_case_info,
.yx_ProContent {
	padding: 5% 0;
	width: 100%;
}

.yx_about .yx_NTit .left {
	font-size: var(--yx_FS42);
	margin-bottom: var(--yx_FS24);
}

.yx_about .boxLeft {
	width: 60%;
	padding-right: 5%;
	font-size: var(--yx_FS16);
	line-height: 220%;
	color: #060606;
}

.yx_about .yx_ImgCover {
	padding-bottom: 30%;
	width: 40%;
}

.yx_Num {
	margin-top: var(--yx_FS60)
}

.yx_Num .item {
	position: relative;
}

.yx_Num .item::after {
	content: '';
	display: block;
	width: 1px;
	position: absolute;
	height: 100%;
	top: 0;
	right: 15%;
	background: rgba(0, 0, 0, 0.1);
}

.yx_Num .item:last-child::after {
	display: none;
}

.yx_Num .top {
	font-size: var(--yx_FS24);
}

.yx_Num .counter {
	font-size: var(--yx_FS48);
	font-weight: bold;
	color: var(--yx_Color);
}

.yx_content,
.yx_content * {
	font-size: var(--yx_FS16);
	line-height: 200%;
	text-align: left;
}

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

/*news/ newsDetail*/
.yx_news {
	margin-bottom: 5.6rem;
}

.yx_news .lian-content a .boxLeft {
	width: 50%;
	box-sizing: border-box;
	background: #f8f8f8;
	padding: 7.2rem 8.2rem;
}

.yx_news .lian-content a .boxLeft .content1 {
	font-size: 1.6rem;
	color: #999;
	font-family: 'gilroy_regular';
}

.yx_news .lian-content a .boxLeft .content1 img {
	margin-right: 1.4rem;
	vertical-align: middle;
}

.yx_news .lian-content a .boxLeft .content2 {
	font-size: 2.2rem;
	color: #000;
	margin-top: 1.8rem;
	transition: 0.4s;
}

.yx_news .lian-content a .boxLeft .content3 {
	margin: 1.4rem 0;
}

.yx_news .lian-content a .boxLeft .content3 span {
	display: inline-block;
	width: 3rem;
	height: 2px;
	background: var(--yx_Color);
}

.yx_news .lian-content a .boxLeft .content4 {
	font-size: 1.6rem;
	color: #666;
	line-height: 200%;
}

.yx_news .lian-content a .boxLeft .content5 {
	margin-top: 4.2rem;
}

.yx_news .lian-content a .boxRight {
	width: 50%;
}

.yx_news .lian-content a .boxRight p {
	overflow: hidden;
}

.yx_news .lian-content a .boxRight p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.yx_news .lian-content a:hover .boxLeft .content2 {
	color: var(--yx_Color);
}

.yx_news .lian-content a:hover .boxRight p img {
	transform: scale(1.1);
}

.yx_news1 .lian-content .item {
	width: 32%;
	margin-right: 2%;
	box-shadow: 0px 0px 1.6rem #eee;
	transition: 0.4s;
	margin-bottom: 1.8rem;
}

.yx_news1 .lian-content .item:nth-child(3n) {
	margin-right: 0;
}

.yx_news1 .lian-content .item a {
	display: block;
}

.yx_news1 .lian-content .item a .content1 {
	overflow: hidden;
	border-radius: 5px;
	padding-bottom: 65%;
}

.yx_news1 .lian-content .item a .content1 img {
	width: 100%;
	transition: 0.4s;
}

.yx_news1 .lian-content .item a .content2 {
	padding: 2.8rem 4.2rem 4.2rem;
}

.yx_news1 .lian-content .item a .content3 {
	font-size: 1.6rem;
	color: #999;
}

.yx_news1 .lian-content .item a .content3 img {
	margin-right: 0.625rem;
	vertical-align: middle;
}

.yx_news1 .lian-content .item a .content4 {
	font-size: 1.8rem;
	color: #000;
	margin: 2.4rem 0 1.6rem;
	transition: 0.4s;
}

.yx_news1 .lian-content .item a .content5 {
	font-size: 1.4rem;
	color: #888;
	line-height: 200%;
	height: 6rem;
}

.yx_news1 .lian-content .item a .content6 {
	margin-top: 3rem;
	font-size: 1.4rem;
	color: var(--yx_Color);
	font-family: 'gilroy_bold';
}

.yx_news1 .lian-content .item a .content6 span {
	position: relative;
	top: 2px;
}

.yx_news1 .lian-content .item:hover {
	box-shadow: 0px 0px 1.4rem #ddd;
}

.yx_news1 .lian-content .item:hover a .content1 img {
	transform: scale(1.1);
}

.yx_news1 .lian-content .item:hover a .content4 {
	color: var(--yx_Color);
}

.yx_news1 .index_page {
	padding-top: 1.4rem;
}

.yx_news_info .lian-content .boxLeft {
	width: 74%;
	box-sizing: border-box;
	border-right: 1px solid #eee;
	padding-right: 4%;
	padding: 7.2rem 4% 7.2rem 0;
}

.yx_news_info .lian-content .boxLeft .boxTop .content1 {
	font-size: 3rem;
}

.yx_news_info .lian-content .boxLeft .boxTop .content2 {
	margin-top: 2.4rem;
	font-size: 1.6rem;
	color: #999;
	border-bottom: 1px solid #eee;
	padding-bottom: 2.1875rem;
}

.yx_news_info .lian-content .boxLeft .boxTop .content2 p {
	margin-right: 3.75rem;
}

.yx_news_info .lian-content .boxLeft .boxTop .content2 img {
	margin-right: 0.625rem;
	vertical-align: middle;
	position: relative;
	top: -0.125rem;
	height: 1.25rem;
}

.yx_news_info .lian-content .boxLeft .boxTop .content3 {
	margin-top: 3.2rem;
	font-size: var(--yx_FS16) !important;
	color: #666;
	line-height: 200%;
}

.yx_news_info .lian-content .boxLeft .boxTop .content3 * {
	font-size: var(--yx_FS16) !important;
	color: #666;
	line-height: 200%;
}

.yx_news_info .lian-content .boxLeft .boxTop .content3 img {
	max-width: 100%;
	height: auto !important;
}

.yx_news_info .lian-content .boxLeft .boxBot {
	margin-top: 4rem;
	background: #f8f8f8;
	padding: 2rem 4.2rem;
}

.yx_news_info .lian-content .boxLeft .boxBot .fanye {
	line-height: 3.2rem;
}

.yx_news_info .lian-content .boxLeft .boxBot .fanye a {
	font-size: 1.6rem;
	font-weight: bold;
	transition: 0.4s;
}

.yx_news_info .lian-content .boxLeft .boxBot .fanye a:hover {
	color: var(--yx_Color);
}

.yx_news_info .lian-content .boxLeft .boxBot .go a {
	display: inline-block;
	line-height: 300%;
	border: 1px solid var(--yx_Color);
	width: 200px;
	text-align: center;
	color: var(--yx_Color);
	font-weight: bold;
	transition: 0.4s;
}

.yx_news_info .lian-content .boxLeft .boxBot .go a:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_news_info .lian-content .boxRight {
	width: 22%;
	position: relative;
	padding-top: 7.2rem;
	padding-bottom: 5.6rem;
}

.yx_news_info .lian-content .boxRight section {
	position: sticky;
	top: 0px;
}

.yx_news_info .lian-content .boxRight .list .item {
	transition: 0.4s;
}

.yx_news_info .lian-content .boxRight .list .item a {
	display: block;
}

.yx_news_info .lian-content .boxRight .list .item a .content1 {
	overflow: hidden;
	padding-bottom: 60%;
}

.yx_news_info .lian-content .boxRight .list .item a .content1 img {
	width: 100%;
	transition: 0.4s;
}

.yx_news_info .lian-content .boxRight .list .item a .content2 {
	padding: 2.1875rem 0 4rem;
}

.yx_news_info .lian-content .boxRight .list .item a .content4 {
	font-size: 1.8rem;
	color: #000;
	margin: 1.8rem 0;
	transition: 0.4s;
}

.yx_news_info .lian-content .boxRight .list .item a .content5 {
	font-size: 1.4rem;
	color: #888;
	line-height: 200%;
}

.yx_news_info .lian-content .boxRight .list .item a .content6 {
	margin-top: 2rem;
	font-size: 1.4rem;
	color: var(--yx_Color);
	font-family: 'gilroy_bold';
}

.yx_news_info .lian-content .boxRight .list .item a .content6 span {
	position: relative;
	top: 2px;
}

.yx_news_info .lian-content .boxRight .list .item:hover a .content1 img {
	transform: scale(1.1);
}

.yx_news_info .lian-content .boxRight .list .item:hover a .content4 {
	color: var(--yx_Color);
}


/*new_button*/
.index_link a {
	font-size: 1.6rem;
	display: block;
	width: 10rem;
	line-height: 4.8rem;
	color: #fff;
	background: var(--yx_Color);
	text-align: center;
	position: relative;
}

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

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

.index_link p {
	font-size: 1.6rem;
	display: block;
	width: 17rem;
	line-height: 5.4rem;
	color: #fff;
	background: var(--yx_Color);
	text-align: center;
	position: relative;
}

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

.index_link p:hover img {
	right: -1.4rem;
}

.index_page .page .yeshu .button p {
	background: #e0e0e0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	transition: 0.4s;
}

.index_page .page .yeshu .button p a {
	color: #fff;
	display: block;
}

.index_page .page .yeshu .button p:hover {
	background: var(--yx_Color);
}

.index_page .page .yeshu .number {
	margin: 0 0.8rem;
}

.index_page .page .yeshu .number a {
	padding: 0 1.25rem;
	display: inline-block;
	line-height: 40px;
	color: #000;
}

.index_page .page .yeshu .number a:hover {
	color: var(--yx_Color);
}

.index_page .page .yeshu .number .active {
	color: var(--yx_Color);
}

.index_page .page .tiaozhuan {
	margin-left: 2.125rem;
}

.index_page .page .tiaozhuan .yx_flex {
	font-size: 1.8rem;
	color: #122133;
	line-height: 40px;
}

.index_page .page .tiaozhuan .yx_flex input[type='text'] {
	display: inline-block;
	border: 0;
	width: 32px;
	text-align: center;
	border-bottom: 1px solid #000;
}

.index_page .page .tiaozhuan .yx_flex input[type='submit'] {
	display: inline-block;
	border: 0;
	width: 84px;
	text-align: center;
	height: 40px;
	background: var(--yx_Color);
	color: #fff;
	cursor: pointer;
	margin-left: 2.125rem;
}

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

.yx_NewProduct {
	position: relative;
	width: 100%;
}

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

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

.yx_NewProduct .lian-content .boxLeft article .item {
	margin-bottom: 1.25rem;
}

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

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

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

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

.yx_NewProduct .lian-content .boxLeft article::-webkit-scrollbar-track {
	border-radius: 2px;
	background: #f9f9f9;
}

.yx_NewProduct .lian-content .boxRight {
	width: 80%;
	padding-top: var(--yx_FS60);
	padding-bottom: var(--yx_FS60);
}

.yx_NewProduct .lian-content .boxRight>h5 {
	font-size: 3.2rem;
	text-align: center;
	padding-bottom: 5rem;
}

.yx_NewProduct .lian-content .list {
	margin-bottom: 4.375rem;
}

.yx_PContent {
	width: 100%;
	padding: 5% 0;
}

.yx_NewProduct .lian-content .list .item {
	width: 33.333%;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.yx_NewProduct .lian-content .list .item a {
	display: block;
	text-align: center;
	padding: 4.375rem 10px 2rem;
	position: relative;
}

.yx_NewProduct .lian-content .list .item a .content1 {
	width: 100%;
	padding-bottom: 78%;
}

.yx_NewProduct .lian-content .list .item a .content1 img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.yx_NewProduct .lian-content .list .item a .content2 {
	width: 100%;
	transition: 0.4s;
	margin-top: 4rem;
}

.yx_NewProduct .lian-content .list .item a .content2 h5 {
	font-size: 2rem;
	color: #000;
	transition: 0.4s;
}

.yx_NewProduct .lian-content .list .item a .content2 p {
	font-size: 1.6rem;
	color: #000;
	transition: 0.4s;
	margin-top: 2rem;
}

.yx_NewProduct .lian-content .list .item a .content2 p i {
	color: var(--yx_Color);
}

.yx_NewProduct .lian-content .list .item:hover a .content1 img {
	transform: translate(-50%, -50%) scale(0.9);
}

.yx_NewProduct .lian-content .list .item:hover a .content2 {
	bottom: 4.5rem;
}

.yx_NewProduct .lian-content .list .item:hover a .content2 h5 {
	color: var(--yx_Color);
}

.yx_NewProduct .lian-content .list .item:hover a .content2 p {
	color: var(--yx_Color);
}

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

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

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

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

.yx_PPBox .yx_PPBox2 {
	display: none;
}

.yx_PPBox .yx_PPBox3 {
	display: none;
}

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

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

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

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

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

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

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

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

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

.yx_ProPageTwo .yx_PPBox2 {
	display: none;
}

.yx_ProPageTwo .yx_PPBox3 {
	display: none;
}

.yx_content {
	min-height: 500px;
}

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

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

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

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

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

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

	.yx_ProPageTwo>ul {
		width: 100%;
	}

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

	.yx_ProPageTwo .yx_PPBox2 {
		background: #fafafa;
	}

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

	.yx_ProPageTwo {
		padding: 0px;
		border-radius: 0px;
		background: transparent;
		border: none;
	}
}

/*proDetail*/
.yx_PDleft .yx_ImgContain {
	padding-bottom: 90%;
	width: 100%;
	cursor: pointer;
	background: #fafafa;
}

.yx_PDleft {
	width: 40%;
	padding: var(--yx_FS16);
	border: 1px solid #eee;
}

.yx_PDright {
	width: 58%;
	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-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_ProTelBox {
	padding: var(--yx_FS18) 0;
	border-bottom: 1px solid #eee;
	margin-bottom: var(--yx_FS48);
}

.yx_ProTelBox a {
	font-size: var(--yx_FS24);
	color: #2a2a2a;
	display: inline-block;
	margin-right: var(--yx_FS30);
}

.yx_ProTelBox a span {
	font-weight: bold;
	transition: all 0.6s;
}

.yx_ProTelBox a span:hover {
	color: var(--yx_Color);
}

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

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

}

/*CASE*/
.yx_case .lian-content .list .item a {
	display: block;
	position: relative;
}

.yx_case .lian-content .list .item a .img {
	position: relative;
	overflow: hidden;
	padding-bottom: 70%;
}

.yx_case .lian-content .list .item a .img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.yx_case .lian-content .list .item a .img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.yx_case .lian-content .list .item a .text {
	position: absolute;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	padding: 0 3rem;
	transition: 0.4s;
}

.yx_case .lian-content .list .item a .text h5 {
	line-height: 200%;
	font-size: 2rem;
	color: #fff;
}

.yx_case .lian-content .list .item a .text h6 {
	font-size: 1.4rem;
	color: #fff;
	line-height: 180%;
}

.yx_case .lian-content .list .item a .text p {
	margin-top: 2.4rem;
	font-size: 1.6rem;
	font-family: 'gilroy_bold';
	color: #fff;
	line-height: 200%;
	opacity: 0;
	transition: 0.4s;
}

.yx_case .lian-content .list .item:hover a .img img {
	transform: scale(1.1);
}

.yx_case .lian-content .list .item:hover a .text {
	bottom: 3.6rem;
}

.yx_case .lian-content .list .item:hover a .text p {
	opacity: 1;
}

.yx_case .index_page {
	margin-top: 3rem;
}


/*pro_Detail*/
.yx_case_info>.lian-content .boxLeft {
	width: 50%;
}

.yx_case_info>.lian-content .index_title .left {
	font-size: 3.6rem;
}

.yx_case_info>.lian-content .boxLeft .content1 span {
	display: inline-block;
	width: 3rem;
	height: 2px;
	background: var(--yx_Color);
	margin-top: 1.5rem;
}

.yx_case_info>.lian-content .boxLeft .content2 {
	margin-top: 2rem;
	font-size: 1.4rem;
	color: #666;
	line-height: 200%;
}

.yx_case_info>.lian-content .boxLeft .content3 {
	margin-top: 3rem;
}

.yx_case_info>.lian-content .boxLeft .content3 .item {
	padding: 0 5rem;
	border-right: 1px solid #ddd;
}

.yx_case_info>.lian-content .boxLeft .content3 .item:last-child {
	border: 0;
}

.yx_case_info>.lian-content .boxLeft .content3 .item:first-child {
	padding-left: 0;
}

.yx_case_info>.lian-content .boxLeft .content3 .item div {
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-weight: bold;
}

.yx_case_info>.lian-content .boxLeft .content3 .item div:last-child {
	margin-bottom: 0;
}

.yx_case_info>.lian-content .boxLeft .content4 {
	margin-top: 4.875rem;
}

.yx_case_info>.lian-content .boxLeft .content4 .item {
	margin-right: 1.625rem;
}

.yx_case_info>.lian-content .boxLeft .content4 .item a {
	display: flex;
	align-items: center;
	justify-content: space-around;
	font-size: 1.6rem;
	color: var(--yx_Color);
	font-weight: bold;
	width: 140px;
	padding: 10px 14px;
	text-align: center;
	line-height: 200%;
	border: 1px solid var(--yx_Color);
	transition: 0.3s;
}

.yx_case_info>.lian-content .boxLeft .content4 .item a img {
	margin-right: 1rem;
}

.yx_case_info>.lian-content .boxLeft .content4 .item a .img2 {
	display: none;
}

.yx_case_info>.lian-content .boxLeft .content4 .item a:hover {
	background: var(--yx_Color);
	color: #fff;
}

.yx_case_info>.lian-content .boxLeft .content4 .item a:hover .img1 {
	display: none;
}

.yx_case_info>.lian-content .boxLeft .content4 .item a:hover .img2 {
	display: inline-block;
}

.yx_case_info>.lian-content .boxRight {
	width: 43%;
}

.yx_case_info>.lian-content .boxRight p {
	overflow: hidden;
}

.yx_case_info>.lian-content .boxRight p img {
	width: 100%;
	transition: 0.4s;
}

.yx_case_info>.lian-content .boxRight p:hover img {
	transform: scale(1.1);
}

.case_three,
.case_fangAn {
	padding: 5% 0 3%;
}

.case_three .index_title .left,
.case_fangAn .index_title .left {
	font-size: var(--yx_FS42);
	margin-bottom: var(--yx_FS24);
	text-align: center;
	margin-bottom: var(--yx_FS60);
}

.case_three {
	background: #f8f8f8;
}

.case_three .lian-content .item {
	background: #fff;
	border: 1px solid #eee;
	box-sizing: border-box;
}

.case_three .lian-content .item .content1 img {
	max-width: 80%;
}

.case_three .lian-content .item .content2 {
	font-size: 2.2rem;
	color: #000;
	margin: 2.4rem 0;
}

.case_three .lian-content .item .content3 {
	font-size: 1.6rem;
	line-height: 200%;
}

.case_fangAn .lian-content .boxleft {
	width: 50%;
	padding-right: 4%;
}

.case_fangAn .lian-content .boxleft img {
	width: 100%;
}

.case_fangAn .lian-content .boxRight {
	width: 50%;
}

.case_fangAn .lian-content table {
	width: 100%;
}

.case_fangAn .lian-content table tr {
	border: 1px solid #eee !important;
}

.case_fangAn .lian-content table th {
	background: var(--yx_Color);
	color: #fff;
	height: 6rem;
	box-sizing: border-box;
	width: 20%;
	padding: 0 1.6rem;
	font-size: 1.8rem;
	border: 1px solid #eee !important;
}

.case_fangAn .lian-content table th:nth-child(2) {
	width: 30%;
}

.case_fangAn .lian-content table th:nth-child(3) {
	width: 8%;
}

.case_fangAn .lian-content table th:nth-child(4) {
	width: 22%;
}

.case_fangAn .lian-content table td {
	width: 12%;
	padding: 0 1.8rem;
	font-size: 1.8rem;
	height: 6rem;
}

.case_fangAn .lian-content table td:nth-child(4) {
	font-size: 1.6rem;
}

.case_fangAn .lian-content table td a {
	font-size: 1.6rem;
	color: var(--yx_Color);
}

.case_fangAn .lian-content table td a span {
	font-size: 1.6rem;
}


.yx_DetailMessage .message-from-item li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 48%;
	border: 1px solid #eee;
	position: relative;
	background: #f7f7f7;
	padding: 5px;
}

.yx_DetailMessage .message-from-item span {
	left: 3%;
}

/*faq*/
.lian-knowledge-faq {
	padding: 3% 0;
	overflow: hidden;
}

.lian-knowledge-faq-list {
	overflow: hidden;
	width: 100%;
}

.knowledge-faq-item {
	background: #f5f5f5;
	padding: 4% 3%;
	overflow: hidden;
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
	cursor: pointer;
}

.knowledge-faq-item:nth-child(2n) {
	margin-right: 0px !important;
}

.knowledge-faq-item.mr0 {
	margin-right: 0;
}

.knowledge-faq-item .title {
	position: relative;
	overflow: hidden;
}

.knowledge-faq-item .title i {
	font-style: normal;
	width: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	border: 2px solid #000;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
}

.knowledge-faq-item .title span {
	font-weight: bold;
	margin-left: 2rem;
	width: 70%;
	display: inline-block;
	vertical-align: middle;
}

.knowledge-faq-item .open-1 {
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.knowledge-faq-item .open-1::after {
	content: '';
	width: 1rem;
	height: 2px;
	background: #000;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 11;
	position: absolute;
}

.knowledge-faq-item .open-1::before {
	content: '';
	width: 2px;
	height: 1rem;
	background: #000;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 11;
	position: absolute;
}

.knowledge-faq-item .text {
	margin-top: 3%;
	overflow: hidden;
}

.knowledge-faq-item .text i {
	font-style: normal;
	width: 3.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	border: 2px solid var(--yx_Color);
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	color: var(--yx_Color);
}

.knowledge-faq-item .knowledge-faq-text {
	margin-left: 2rem;
	display: inline-block;
	vertical-align: top;
	width: 88%;
	color: #666666;
}

.knowledge-faq-item::after {
	content: '';
	width: 5rem;
	height: 10rem;
	background: #fff;
	position: absolute;
	right: -5%;
	bottom: -15%;
	z-index: 1;
	transform: rotate(45deg);
}

.knowledge-faq-item .clickshow {
	display: none;
}

.knowledge-faq-item .defaultshow {
	display: -webkit-box;
}

.knowledge-faq-item.cur .defaultshow {
	display: none;
}

.knowledge-faq-item.cur .open-1::before {
	display: none;
}

.heightauto {
	overflow-x: hidden;
	overflow-y: auto;
}


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

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

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

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

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

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

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


/*contact*/
.lian-about-contact {
	padding: 4% 0;
	overflow: hidden;
}

.lian-about-contact-top {
	overflow: hidden;
}

.lian-about-contact-map {
	position: relative;
	overflow: hidden;
	background-color: rgba(250, 250, 250, 1);
}

.lian-about-contact-text .text-2 strong {
	margin-bottom: var(--yx_FS18);
	display: block;
}

.lian-about-contact-text {
	position: relative;
	width: 45%;
	z-index: 11;
	top: auto;
	left: auto;
	transform: translate(0, 0);
	padding: var(--yx_FS48) var(--yx_FS60) 0;
}

.yx_MapBox {
	width: 55%;
	z-index: 1;
	position: relative;
}

.lian-about-contact-text .text-2 strong {
	font-size: var(--yx_FS24);
}

.lian-about-contact-text .contact-3 i {
	margin-right: var(--yx_FS16);
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: var(--yx_FS42);
	font-size: var(--yx_FS18);
	width: var(--yx_FS42);
	height: var(--yx_FS42);
	border-radius: 50%;
	background: var(--yx_Color);
}

.yx_MapBox:before {
	position: absolute;
	content: "";
	background-image: linear-gradient(90deg, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 60%;
	z-index: 10;
}

.lian-about-contact-text .title-1 {
	font-size: var(--yx_FS42) !important;
	padding-bottom: 3%;
	overflow: hidden;
	font-weight: bold;
}

.lian-about-contact-text .text-1 {
	color: #1a1a1a;
}

.lian-about-contact-text .contact-3 {
	overflow: hidden;
	margin-top: 5%;
}

.lian-about-contact-text .contact-3 li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	padding: 1% 0;
}

.lian-about-contact-text .contact-3 span {
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	margin: 0;
	font-size: var(--yx_FS16);
	line-height: var(--yx_FS42);
}

@media only screen and (max-width:768px) {
	.yx_ContentBox .yx_Content img {
		float: none !important;
		width: auto !important;
		max-width: 100% !important;
		margin: 0;
	}

	.yx_InCase .yx_N {
		display: none !important;
	}

	footer {
		padding: 0 0 70px !important;
	}

	.fa_float3 {
		display: flex !important;
	}

	.fa_float2 {
		display: none !important;
	}

	.lian-about-contact,
	.yx_newsBox,
	.yx_ContentBox {
		padding: var(--yx_FS60) 0;
		display: block;
	}

	.yx_Pagebanner .yx_pic {
		height: 45vh;
		max-height: 400px;
	}

	.yx_Pagebanner .yx_li .yx_info h1 {
		margin-bottom: 0px;
		font-size: var(--yx_FS48);
		letter-spacing: 0px;
	}

	.yx_Pagebanner .yx_li .yx_info p {
		letter-spacing: 2px;
	}

	.yx_mouse {
		bottom: 24px !important;
		height: 30px !important;
		width: 20px !important;
	}

	.lian-about-contact-text {
		width: 100%;
		padding: var(--yx_FS48) var(--yx_FS60) !important;
	}

	.yx_PDleft,
	.yx_PDright {
		width: 100%;
		margin: 0px;
	}

	.yx_MapBox,
	.yx_messageLeft,
	.lian-about-contact-message-from {
		width: 100%;
	}

	.lian-about-contact-message-from {
		margin-top: var(--yx_FS24)
	}

	.foot-1 .yx_flex li {
		display: none;
		width: 100% !important;
	}

	.foot-1 .yx_flex li.lxfs {
		display: block !important;
	}

	.message-from-item li {
		width: 100%;
		margin: 0 0 10px;
	}

	footer .foot-1 .lxfs h4 {
		max-width: none !important;
	}

	.yx_news_info .lian-content {
		flex-wrap: wrap;
	}

	.yx_news_info .lian-content .boxLeft,
	.yx_news_info .lian-content .boxRight {
		width: 100%;
		padding: var(--yx_FS60) 0 0;
		border: none;
	}

	.yx_news_info .lian-content .boxRight {
		padding-bottom: 60px;
		margin-bottom: 2%;
	}

	.yx_title .lian-content {
		flex-wrap: wrap;
	}

	.yx_title .boxleft,
	.yx_title .boxRight {
		width: 100%;
		justify-content: left;
	}

	.yx_title .boxleft .yx_flex {
		flex-wrap: wrap;
		width: auto;
		overflow: auto;
	}

	.yx_title .boxleft {
		margin-top: var(--yx_FS24);
		border-left: 1px solid #eee;
	}

	.yx_title .boxleft li {
		position: relative;
		margin: 0px;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		border-top: 1px solid #eee;
		width: calc(100%/3);
		text-align: center;
	}

	.yx_title .boxleft li a {
		padding: var(--yx_FS14) 0;
		width: 100%;
	}

	.yx_news_info .lian-content .boxLeft .boxBot {
		flex-wrap: wrap;
	}

	.yx_news_info .lian-content .boxLeft .boxBot .go {
		margin: var(--yx_FS16) 0;
	}

	.yx_news_info .lian-content .boxLeft .boxBot .fanye {
		width: 100%;
	}

	.yx_PContent,
	.yx_Page {
		width: 100%;
		padding: 0;
	}

	.yx_Page {
		margin-bottom: var(--yx_FS24);
	}

	.slide-item__image {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	}

	#Banner_design2 .banner {
		height: 100vw !important;
	}

	#Banner_design2 .banner__text__item .btn_icon_sty {
		width: 140px;
		height: 46px;
	}

	#Banner_design2 .banner__text__item .btn_icon_sty div {
		font-size: 14px;
	}

	#Banner_design2 .banner__text__item .btn_icon_sty div {
		width: 26px;
		height: 26px;
	}

	#Banner_design2 .banner__text__item .b_title,
	#Banner_design2 .banner__text__item .b_summary {
		font-size: var(--yx_FS48);
	}

	.lian-index-aboutluk {
		padding: var(--yx_FS60) 0;
	}

	.lian-title .text-2 {
		font-size: var(--yx_FS16) !important;
		margin-top: var(--yx_FS24)
	}

	.lian-index-aboutluk-date .title-1 strong {
		font-size: var(--yx_FS28);
	}

	#index-5 .lian-title .title-1 {
		margin-top: var(--yx_FS48);
	}

	#index-5 .lian-title {
		position: relative;
		left: auto;
		top: auto;
		text-align: left;
		z-index: 6;
	}

	#index-5 .width {
		width: 90%;
		margin: 0 auto;
	}

	#index-5 .left-content {
		padding: 0px !important;
		display: flex;
		margin: var(--yx_FS24) 0 var(--yx_FS18) !important;
	}

	#index-5 .right-content {
		padding-bottom: 55%;
	}

	#index-5 .right-content img {
		border-radius: 0px;
	}

	#index-5 {
		padding-bottom: var(--yx_FS48);
	}

	#index-5 .swiper-slide .content {
		flex-wrap: wrap;
	}

	#index-5 .swiper-slide .content:before {
		display: none;
	}

	#index-5 .left-content,
	#index-5 .right-content {
		width: 100%;
	}

	#index-5 .swiper-button-prev,
	#index-5 .swiper-button-next {
		width: 36px;
		height: 36px;
		line-height: 36px;
		top: 35%;
	}

	#index-3 ul {
		flex-wrap: wrap;
	}

	#index-3 ul.yx_flex li {
		width: 100%;
	}

	#index-3 ul.yx_flex li .content {
		height: 50vw;
	}

	.yx_InHotProSwiper {
		margin-top: var(--yx_FS42);
	}

	.lian-index-hotPro {
		padding: var(--yx_FS60) 0;
	}

	.yx_InCase .yx_PActive .yx_Tit {
		opacity: 1 !important;
	}

	.yx_InCase .yx_PList {
		width: 90%;
		margin: 0 auto var(--yx_FS16);
	}

	.yx_InCase .yx_ProBox {
		padding-bottom: var(--yx_FS60);
	}

	.yx_InCase .yx_Title {
		margin-bottom: 0px;
	}

	.index-news {
		padding: var(--yx_FS60) 0;
	}

	.index-news .yx_flex {
		flex-wrap: wrap;
		margin-top: var(--yx_FS36)
	}

	.yx_about .boxLeft {
		width: 100%;
	}

	.yx_about .yx_ImgCover {
		width: 100%;
		padding-bottom: 80%;
		margin-top: var(--yx_FS24);
	}

	.yx_Num .item::after {
		display: none !important;
	}

	.yx_NewProduct .lian-content {
		flex-wrap: wrap;
	}

	.yx_NewProduct .lian-content .boxLeft {
		width: 100%;
		padding: 0px;
		margin-top: 36px;
	}

	.yx_NewProduct .lian-content .boxRight {
		width: 100%;
		padding-top: 24px;
	}

	.yx_NewProduct .lian-content .list .item {
		width: 50%;
	}

	.yx_news .lian-content a .boxLeft {
		width: 100%;
	}

	.yx_news .lian-content a .boxRight {
		width: 100%;
	}

	.yx_news .lian-content a {
		flex-wrap: wrap;
	}

	.index-banner-item,.banner-play,.index-banner-swiper .pic{
		height: 80vw !important;
	}

	.index-banner-text>div {
		margin-bottom: 8px;
	}
.lian-index-hotPro .lian-more a{
	margin-left:0px !important;
	margin-right: 10px !important;
	margin-bottom: 5px;
}
.lian-more{
	margin-top: 14px !important;
}
.lian-index-industries-item,.lian-index-industries-item.yx_PActive{
	width: 100% !important;
}
.lian-index-industries-bottom{
	
	flex-wrap: wrap !important;
}
.lian-index-industries-item .yx_Summary{
	-webkit-line-clamp: 3 !important;
	    opacity: 1 !important;
}
.lian-index-industries-item .yx_ImgCover{
	padding-bottom: 65%;
	height: 0 !important;
}
}



#c_static_001-1647521820090 {
	display-radio: 1;
	min-height: 0px
}

.fa_float2 {
	position: fixed;
	bottom: 30%;
	right: 5px;
	z-index: 99
}

.fa_float2>* {
	display: block;
	position: relative;
	margin-top: 5px
}

.fa_float2>* .fa_icon {
	width: 50px;
	height: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #fff;
	background: var(--yx_Color);
	border-radius: 5px;
	font-size: 30px;
	cursor: pointer
}

.fa_float2>* .fa_icon i {
	display: block
}

.fa_float2 .fa_info {
	position: absolute;
	top: 0;
	right: 55px;
	width: auto;
	min-width: 150px;
	background: rgba(245, 249, 255, 0.95);
	border-top: var(--yx_Color) solid 2px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.6s ease;
	padding: 15px
}

.fa_float2 .fa_wx_img {
	position: absolute;
	top: 0;
	right: 55px;
	width: auto;
	min-width: 150px;
	background: rgba(255, 255, 255, 0.95);
	border-top: var(--yx_Color) solid 2px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.6s ease;
	padding: 5px
}

.fa_float2 .fa_box_img img {
	width: 100%
}

.fa_float2>*:hover .fa_wx_img {
	transition: all 0.6s ease;
	opacity: 1 !important;
	transform: translateY(0%) !important;
	visibility: visible !important
}

.fa_float2>*:hover .fa_info {
	transition: all 0.6s ease;
	opacity: 1 !important;
	transform: translateY(0%) !important;
	visibility: visible !important
}

.fa_float2 .fa_info .fa_wrap {
	padding: 20px
}

.fa_float2 .fa_info .fa_tit {
	position: relative
}

.fa_float2 .fa_info .fa_tit img {
	max-width: 110px !important;
	height: auto !important;
}

.fa_float2 .fa_info .fa_tit h3 {
	font-size: 20px;
	color: var(--yx_Color);
	font-weight: bold
}

.fa_float2 .fa_info .fa_tit h3 a {
	color: var(--yx_Color)
}

.fa_float2 .fa_info .fa_tit p {
	font-size: 14px;
	margin-top: 5px
}

.fa_float2 .fa_info .fa_cnt {
	padding-top: 10px;
	margin-top: 10px;
	border-top: #eee solid 1px
}

.fa_float2 .fa_info .fa_cnt h4 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
	margin-top: 20px
}

.fa_float2 .fa_info .fa_cnt h4 i {
	font-size: 14px;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	background: var(--yx_Color);
	display: inline-block;
	margin-right: 10px
}

.fa_float2 .fa_info .fa_cnt p {
	font-size: 14px;
	color: #333;
	line-height: 24px
}

#fa_back .fa_icon {
	background: #eaa334
}

.fa_float3 {
	position: fixed;
	z-index: 80;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.85);
	backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);

}

.fa_float3 a {
	display: block;
	width: 25%;
	text-align: center;
	color: #fff;
	border-right: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 5px
}

.fa_float3 a h3 {
	font-size: 18px;
	margin: 0px;
}

.fa_float3 a p {
	font-size: 14px;
	margin: 5px 0 0 !important;
}

/*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: 768px;
	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;
}

/*yx_About*/
.yx_historyBox {
	background-image: url(/template/default/image/yx_historyBoxbg.jpg);
	position: relative;
	background-attachment: fixed;
	padding: 5% 0;
}

.yx_HonorBox,
.yx_NHistory {
	padding: 5% 0;
}

.yx_HonorBox .yx_ImgContain {
	padding-bottom: 140%;
	background: #f5f5f5;
}

.yx_HonorBox .yx_ImgContain img {
	max-width: calc(100% - 10px);
	max-height: calc(100% - 10px);
}

.yx_historyBox .yx_Year {
	font-size: calc(var(--yx_FS60)*2.4);
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.yx_historyBox .yx_Content {
	color: #fff;
	font-size: var(--yx_FS18);
	text-align: center;
}

.yx_NTitBox .title-1 {
	margin-top: 12px !important;
}

.yx_historyBox .yx_history,
.yx_HonorBox .yx_Honor {
	margin-top: 4%;
}

.yx_historyBox .yx_history {
	position: realtive;
}

.yx_historyBox .yx_SBtn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 22px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
	transition: all 0.6s;
}

.yx_historyBox .yx_SPrev {
	left: 0;
}

.yx_historyBox .yx_SNext {
	right: 0;
}

.yx_historyBox .yx_SBtn:hover {
	background: #fff;
	color: var(--yx_Color);
}

.yx_historyBox .yx_Pagin {
	width: 100%;
	margin-top: var(--yx_FS72);
}

.yx_historyBox .yx_Pagin span {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border-radius: 8px;
	background: #fff;
	opacity: 0.4;
	transition: all 0.6s;
}

.yx_historyBox .yx_Pagin span.swiper-pagination-bullet-active {
	width: var(--yx_FS48) !important;
	opacity: 1 !important;
}

.yx_HonorBox .swiper-pagination {
	background: #ededed;
	height: 3px;
	border-radius: 3px;
	position: inherit;
	margin-top: var(--yx_FS48);
}

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

.yx_HonorBox .yx_ImgContain {
	transition: all 0.6s;
}

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

.yx_HonorBox .my-pagination-progressbar-fill {
	background: #1a1a1a;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}

@media only screen and (max-width:768px) {
	.yx_historyBox .yx_Year {
		font-size: var(--yx_FS72);
	}

	.lian-index-partner-bottom .yx_ImgContain {
		width: calc((100% - 20px)/3) !important;
	}
}

/*history*/
.yx_NHistory .yx_YearList {
	background: #fafafa;
	padding: var(--yx_FS14) var(--yx_FS24);
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	border-radius: 4px;
}
.yx_NHistory .yx_YearList:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.yx_NHistory .yx_YLBox{
	width: calc(100% - (calc(var(--yx_FS72)*2)));
	padding-left: 5%;
}
.yx_NHistory .yx_Date {
    display: flex;
    width: calc(var(--yx_FS72)*2);
    height: calc(var(--yx_FS72)*2);
    border-radius: 50%;
    background: var(--yx_Color);
    font-size: var(--yx_FS24);
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.yx_NHistory  .yx_Title{
	font-size: var(--yx_FS18);
	color: var(--yx_CTwo);
	font-weight: bold;
}
.yx_NHistory .yx_Summary{
	font-size: var(--yx_FS16);
	color: #666;
	line-height: 200%;
	margin-top: var(--yx_FS24);
}

.yx_ServiceList{
	background: #f5f5f5;
	width: 100%;
	transition: all 0.6s;
	padding: var(--yx_FS24) var(--yx_FS36);
	margin-bottom: var(--yx_FS16);
}
.yx_ServiceList:hover{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.yx_ServiceList .yx_Sicon{
	width: var(--yx_FS48);
}
.yx_ServiceList .yx_TitBox{
	width: calc(100% - var(--yx_FS72));
	padding-left: var(--yx_FS30);
}
.yx_ServiceList .yx_Tit{
	font-size: var(--yx_FS22);
	font-weight: bold;
}
.yx_ServiceList .yx_Sum{
	font-size: var(--yx_FS14);
	color: #999;
}
.yx_ServiceList .yx_Content{
	margin-top: var(--yx_FS24);
	font-size: var(--yx_FS16);
	color: #4a4a4a;
	line-height: 200%;
}


/*招聘岗位*/
.rljob-tink {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 66px;
}

.rljob-ticn1 {
	display: block;
	position: relative;
	z-index: 3;
	margin-bottom: 4px;
	line-height: 1.4;
	font-size: 36px;
	color: #000;
}

.rljob-ticn2 {
	display: block;
	position: relative;
	z-index: 3;
	line-height: 1.5;
	font-size: 24px;
	color: #000;
}

.rljob-tien {
	display: block;
	position: absolute;
	z-index: 1;
	top: -18px;
	width: 100%;
	height: auto;
	font-family: 'Alibaba-PuHuiTi-Medium';
	text-transform: uppercase;
	line-height: 1;
	font-size: 148px;
	color: rgba(0, 0, 0, 0.02);
}

.rljob-dqnk {
	display: block;
	width: 308px;
	height: 100%;
	position: relative;
	float: left;
	padding: 42px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}

.rljob-dqti {
	display: block;
	margin-bottom: 16px;
	line-height: 38px;
	font-size: 22px;
	color: #000;
}

.rljob-dqtt {
	display: block;
	width: 42px;
	height: 2px;
	margin-bottom: 16px;
	background: #6d6d6d;
}

.rljob-dqnak {
	display: block;
	position: relative;
}

.rljob-dqnak a {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 8px;
	line-height: 46px;
	font-size: 16px;
	color: #000;
}

.rljob-dqnak a.on {
	color: var(--yx_Color);
	background: url(/template/default/image/rlzp-xk1.png) right center no-repeat;
}

.rljob-lbk {
	display: block;
	float: right;
	width: 100%;
	padding-left: 0;
}

.rljob-xzndk {
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.rljob-xznk1 {
	display: block;
	float: left;
	width: 36.27450980392157%;
	max-width: 370px;
	height: 49px;
	line-height: 47px;
	font-size: 16px;
	color: #707070;
	border: 1px solid #c7c7c7;
	background: #fcfcfc;
}

.rljob-xznk1 select {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 27px;
	background: url(/template/default/image/rljob-xj1.png) 94% center no-repeat;
}

.rljob-xznk2 {
	display: block;
	float: left;
	width: 63.72549019607843%;
	max-width: 650px;
}

.rljob-xzn-xie {
	display: block;
	float: left;
	width: calc(100% - 30px - 140px);
	margin-left: 15px;
	height: 49px;
	line-height: 47px;
	font-size: 16px;
	color: #707070;
	border: 1px solid #c7c7c7;
	background: #fcfcfc;
	padding: 0 27px;
}

.rljob-xzn-xie {
	display: block;
	position: relative;
}

.rljob-xzsub {
	display: block;
	float: left;
	margin-left: 15px;
	padding-left: 30px;
	width: 140px;
	height: 49px;
	text-align: center;
	line-height: 47px;
	font-size: 16px;
	color: #fff;
	background: url(/template/default/image/rljob-xj2.png) calc(50% - 25px) center no-repeat var(--yx_Color);
	cursor: pointer;
}

.rljob-list {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}

.rljob-list li {
	display: block;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: var(--yx_FS30) var(--yx_FS54);
}

.rljob-list li:nth-child(2n+1) {
	background: #f5f5f5;
}

.rljob-list li:nth-child(2n) {
	background: #fafafa;
}

.rljob-limk {
	display: block;
	width: calc(100% - 266px);
	float: left;
	padding: 10px 20px 10px 0;
	border-right: 1px solid #d7d7d7;
}

.rljob-lirk {
	display: block;
	width: auto;
	float: right;
	padding-top: 26px;
	padding-left: 42px;
}

.rljob-lirk .xwl-li-more {
	margin: 0 auto;
    display: inline-block;
    padding: 12px var(--yx_FS30);
	background: var(--yx_Color);
	text-align: center;
	color: #fff;
	transition: all 0.6s;
}
.rljob-lirk .xwl-li-more .yx_icon{
	display: inline-block;
margin-left: var(--yx_FS18);
}
.xwl-li-more:hover{
	background:#2a2a2a;
}

.rljob-lim-tit {
	display: block;
	    margin-bottom: 16px;
	    font-weight: normal;
	    line-height: 200%;
	    font-size: var(--yx_FS22);
	    color: #000;
}

.rljob-lim-textk {
	display: block;
	overflow: hidden;
	line-height: 28px;
	font-size: 16px;
	color: #484848;
}

.rljob-lim-text {
	display: block;
	overflow: hidden;
}

.rljob-lim-text span {
	display: block;
	float: left;
	margin-right: var(--yx_FS60);
font-size: var(--yx_FS16);
}

/*  */
.jobv-ndk {
	display: block;
	position: relative;
	overflow: hidden;
	background: #f5f5f5;
	padding: var(--yx_FS42) var(--yx_FS60) var(--yx_FS60);
}

.jobv-ndtj {
	display: block;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.rljob-xzndnk {
	display: block;
	width: calc(100% - 120px);
	float: left;
}

.jobv-huik {
	display: block;
	float: right;
	width: 110px;
	height: 48px;
	border-radius: 40px;
	background: var(--yx_Color);
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
}

.jobv-ndtext,.jobv-ndtext  *{
	font-size: var(--yx_FS16);
	overflow: hidden;
	line-height: 200%;
}

.cpv-huik {
	display: block;
	float: left;
	border: 1px solid #fff;
	width: 140px;
	padding: 5px 0;
	height: auto;
	border-radius: 40px;
	font-weight: normal;
	line-height: 240%;
	font-size: var(--yx_FS18);
	color: #fff !important;
	text-align: center;
	transition: all 0.6s;
}

.cpv-huik:hover {
	background: var(--yx_Color);
	color: #fff !important;
	border-color: var(--yx_Color);
}
@media screen and (max-width:768px) {
	.rljob-limk,.rljob-lirk{
		    width: 100%;
		    float: none;
		    padding: 0;
		    border-width: 0px;
		}
		.rljob-lirk{
			margin-top: var(--yx_FS24);
		}
}
/*  */

/*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);
	}
}

/*bottomMessage*/
.yx_BotMessage .yx_MeList {
	width:30%;
	background: none;
	    padding:10px 0;
	    box-sizing: border-box;
	    border: none;
	    border-bottom: 1px solid #3c3c3c;
	    color: #fff;
	    transition: all .4s ease;
}
.yx_BotMessage .yx_MeList{
	display: flex;
}
.yx_BotMessage .yx_flexWrap > div input,.yx_BotMessage .yx_MeContent textarea{
    color: #fff;
    width: 100%;
    font-size: var(--yx_FS14);
    border: none;
    padding: 0;
    background: transparent;
    line-height: var(--yx_FS42);
}
.yx_BotMessage .yx_MeContent{
	width: 100%;
	padding: 0px;
	min-height: 80px;
	margin: var(--yx_FS18) 0;
}
.yx_BotMessage .yx_MeBtn{
	width: 180px;
	background: var(--yx_Color);
	transition: all 0.6s;
	border: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: var(--yx_FS16) 12px;
	font-size: var(--yx-FS16);
	color: #fff;
	cursor: pointer;
}
.yx_BotMessage .yx_MeCheck{
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: var(--yx_FS24);
	border: none;
}
.yx_BotMessage .yx_MeCheck input{
	color: #fff;
	line-height: var(--yx_FS42);
	font-size: var(--yx_FS14);
	margin-left: var(--yx_FS16);
	border: none;
	padding: 0;
background: #fff;
}
.yx_BotMessage .yx_MeCheck img{
	height: var(--yx_FS42);
	width: auto;
}
/*end*/