* {
	box-sizing: border-box !important;
	word-break: normal !important;
	word-wrap: normal !important;
	-webkit-font-smoothing: antialiased !important;
}

body,
html {
overflow-x: hidden !important;
overflow-y: auto !important;
overflow-wrap:normal !important;
}
p,ul,ol{
	margin: 0;
	padding: 0;
    list-style-type: none;}
	
/*Font_Css*/
@font-face {
	font-family: 'Poppins';
	src: url('https://fonts.font.im/css?family=Poppins:300,400,600,700');
}

.invalid-feedback {
	font-size: 0px;
}

@font-face {
	font-family: 'yx_icon';
	/* Project id 3404934 */
	src: url('//at.alicdn.com/t/c/font_3404934_rwyhofmxi6p.woff2?t=1692260576384') format('woff2'),
		url('//at.alicdn.com/t/c/font_3404934_rwyhofmxi6p.woff?t=1692260576384') format('woff'),
		url('//at.alicdn.com/t/c/font_3404934_rwyhofmxi6p.ttf?t=1692260576384') format('truetype'),
		url('//at.alicdn.com/t/c/font_3404934_rwyhofmxi6p.svg?t=1692260576384#yx_icon') format('svg');
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #d7d7d7;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--yx_CTwo);
}

.yx_icon {
	font-family: 'yx_icon' !important;
}

.yx_Hide {
	display: none !important;
}

.btn-primary {
	transition: all 0.6s;
}

@keyframes scroll-icon {
	0% {
		-webkit-transform: translateY(-12px);
		transform: translateY(-12px);
		opacity: 0;
	}

	30%,
	70% {
		opacity: 1;
	}

	100% {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
		opacity: 0;
	}
}

@keyframes blink {
	0% {
		transform: translate(-50%, -50%) scale(0);
	}

	50% {
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		transform: translate(-50%, -50%) scale(1.6);
	}
}

@keyframes blink2 {
	0% {
		transform: translate(-50%, -50%) scale(0.5);
	}

	50% {
		transform: translate(-50%, -50%) scale(1);
	}

	100% {
		translate(-50%, -50%) scale(1.5);
	}
}

:root {
	--yx_FS72: 72px;
	--yx_FS60: 60px;
	--yx_FS54: 54px;
	--yx_FS48: 48px;
	--yx_FS45: 46px;
	--yx_FS42: 40px;
	--yx_FS38: 38px;
	--yx_FS36: 32px;
	--yx_FS30: 30px;
	--yx_FS28: 28px;
	--yx_FS24: 24px;
	--yx_FS22: 20px;
	--yx_FS18: 18px;
	--yx_FS16: 16px;
	--yx_FS14: 14px;
	--yx_Color: #d30606;
	--yx_CTwo: #d30606;
	--yx_Grad: #060606;
}

h1 span {
	font-size: var(--yx_FS54) !important;
}

h2 span {
	font-size: var(--yx_FS42) !important;
}

h3 span {
	font-size: var(--yx_FS30) !important;
}

h4 span {
	font-size: var(--yx_FS24) !important;
}

h5 span {
	font-size: var(--yx_FS18) !important;
}

h6 span {
	font-size: var(--yx_FS16) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal !important;
margin: 0 !important;
}

h1 strong *,
h2 strong *,
h3 strong *,
h4 strong *,
h5 strong *,
h6 strong * {
	font-weight: 900 !important;
}

/*end*/
a:active,
a:hover,
a:focus,
a:visited {
	outline: none !important;
	text-decoration: none;
}

a {
	cursor: pointer;
}

i {
	font-style: normal;
}

/*yx_Css*/

.yx_Width {
	padding-left: 10px !important;
	padding-right: 10px !important;
	max-width: 1680px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.yx_Clear:before,
.yx_Clear:after {
	display: table;
	clear: both;
	content: "";
}

.yx_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.yx_flexWrap {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}

.yx_flexJB {
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.yx_flexJA {
	-webkit-box-pack: justify;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.yx_flexJE {
	-webkit-box-pack: end;
	-moz-justify-content: flex-end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.yx_flexJC {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.yx_flexAE {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
}

.yx_flexAC {
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}

.yx_ImgContain,
.yx_ImgCover {
	position: relative;
	height: 0;
	overflow: hidden;
}

.yx_ImgContain img {
	position: absolute;
	max-height: 100%;
	max-width: 100%;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	transform: translate(-50%, -50%);
	transition: all 0.6s;
}

.yx_ImgCover img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.yx_Title {
	display: block;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: nowrap;
}

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

.yx_More {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*end*/
/*media*/
@media only screen and (max-width:1440px) {
	:root {
		--yx_FS72: 54px;
		--yx_FS60: 48px;
		--yx_FS54: 42px;
		--yx_FS48: 42px;
		--yx_FS45: 42px;
		--yx_FS42: 36px;
		--yx_FS38: 30px;
		--yx_FS36: 28px;
		--yx_FS30: 26px;
		--yx_FS28: 24px;
		--yx_FS24: 22px;
		--yx_FS22: 18px;
		--yx_FS18: 16px;
		--yx_FS16: 14px;
	}
}

@media only screen and (max-width:1366px) {
	:root {
		--yx_FS72: 42px;
		--yx_FS60: 45px;
		--yx_FS54: 36px;
		--yx_FS48: 32px;
		--yx_FS45: 32px;
		--yx_FS42: 32px;
		--yx_FS38: 28px;
		--yx_FS36: 26px;
		--yx_FS30: 24px;
		--yx_FS28: 22px;
		--yx_FS24: 20px;
		--yx_FS22: 16px;
		--yx_FS18: 16px;
		--yx_FS16: 14px;
		--yx_FS14: 12px;
	}
}

@media only screen and (min-width:1025px) {
	.yx_Width {
		width: 84% !important;
	}

	.yx_List4 {
		display: block;
		width: calc((100% - (var(--yx_FS24)*3)) / 4) !important;
		margin-right: var(--yx_FS24) !important;
		margin-bottom: var(--yx_FS24) !important;
	}

	.yx_List4:nth-child(4n) {
		margin-right: 0 !important;
	}

	.yx_List3 {
		display: block;
		width: calc((100% - (var(--yx_FS36)*2)) / 3) !important;
		margin-right: var(--yx_FS36) !important;
		margin-bottom: var(--yx_FS28) !important;
	}

	.yx_List3:nth-child(3n) {
		margin-right: 0 !important;
	}

	.p_problemCategory {
		display: none;
	}
}

/*pad*/
@media only screen and (min-width:769px) and (max-width:1024px) {
	.yx_Width {
		width: 90% !important;
	}

	.yx_List4 {
		display: block;
		width: calc((100% - (var(--yx_FS24)*2)) / 3) !important;
		margin-right: var(--yx_FS24) !important;
		margin-bottom: var(--yx_FS24) !important;
	}

	.yx_List4:nth-child(3n) {
		margin-right: 0 !important;
	}

	.yx_List3 {
		display: block;
		width: calc((100% - (var(--yx_FS30)*2)) / 3) !important;
		margin-right: var(--yx_FS30) !important;
		margin-bottom: var(--yx_FS30) !important;
	}

	.yx_List3:nth-child(3n) {
		margin-right: 0 !important;
	}

	.p_problemCategory {
		display: none;
	}
}

/*phone*/
@media only screen and (max-width:768px) {
	.yx_Width {
		width: 96% !important;
	}

	.yx_PageNav_Box {
		display: none !important;
	}

	:root {
		--yx_FS72: 36px;
		--yx_FS60: 42px;
		--yx_FS54: 28px;
		--yx_FS48: 28px;
		--yx_FS45: 26px;
		--yx_FS30: 20px;
		--yx_FS42: 26px;
	}

	.yx_List3 {
		display: block;
		width: 100% !important;
		margin-right: 0px !important;
		margin-bottom: 18px !important;
	}

	.yx_List4 {
		display: block;
		width: calc((100% - 10px) / 2) !important;
		margin-right: 10px !important;
		margin-bottom: 10px !important;
	}

	.yx_List4:nth-child(2n) {
		margin-right: 0 !important;
	}
}

@media only screen and (max-width:410px) {
	:root {
		--yx_FS72: 36px;
		--yx_FS60: 32px;
		--yx_FS54: 24px;
		--yx_FS48: 26px;
		--yx_FS42: 22px;
		--yx_FS30: 20px;
		--yx_FS24: 18px;
		--yx_FS22: 16px;
		--yx_FS18: 15px;
		--yx_FS16: 14px;
		--yx_FS14: 12px;
	}
}

/*end*/
@media only screen and (max-width:1200px) {
	.yx_NavBtn span {
		background: #333;
	}

	.yx_Header .yx_EjBtn {
		font-family: 'yx_icon' !important;
	}
}

.yx_Bottom * {
	color: #999999;
	font-size: var(--yx_FS18);
}

/*面包屑样式*/

.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: 60px;
	position: absolute;
	transition: all 0.5s
}

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

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

.side i {
	width: 60px;
	text-align: center;
	background: var(--yx_Color);
	transition: all 0.3s;
	font-size: var(--yx_FS24);
	color: #fff;
}

.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: 60px;
	background: var(--yx_CTwo);
	font-size: var(--yx_FS16);
	color: #fff;
	transition: all 1s
}

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

.side2 span {
	width: 140px
}

.side3 {
	right: -220px;
	width: 280px;
	top: 61px
}

.side3 span {
	width: 220px
}

.side4 {
	right: -140px;
	width: 200px;
	top: 122px
}

.side4 span {
	width: 140px
}

.side5 {
	right: -140px;
	width: 200px;
	top: 183px;
	cursor: pointer
}
.yx_sideImg{
position: absolute;
    width: 140px;
    height: 140px;
    background: #fff;
    top: 100%;
    right: 0;
	
}

.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: -90px;
	width: 140px;
	top: 204px;
	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: 768px) {
	.sideBar {
		display: none !important
	}

	.m-foot {
		display: block
	}

	.wyz {
		display: none !important
	}
}