blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
	outline: 0
}

img {
	border: none
}

li {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h4,
h5,
h6 {
	font-size: 100%
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0
}

pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

body {
	line-height: 200%;
	font: 14px "Noto Sans SC" "思源黑体";
	background: #f3f7fd;
}

hr {
	height: 1px;
	margin: 10px 0;
	border: 0;
	clear: both
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #777
}

a cite {
	font-style: normal;
	*cursor: pointer
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
figure,
figcaption,
th,
td,
span {
	margin: 0;
	padding: 0;
	outline: none;
}

a>img {
	cursor: pointer;
}

a>div {
	cursor: pointer;
}

a>p {
	cursor: pointer;
}

a>h5 {
	cursor: pointer;
}

a>h4 {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
	/* display: block; */
}

address,
caption,
cite,
code,
dfn,
em,
/* strong, */
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li {
	list-style: inherit;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a,
input,
button,
select,
textarea {
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	line-height: normal;
}

abbr,
acronym {
	border: 0;
}

a {
	cursor: pointer;
}

html,
body {
	/* scroll-behavior: smooth; */
}

body {
	font-family: "微软雅黑", "PingFang SC", Arial;
	font-size: 16px;
	font-weight: 400;
}

.index_header {
	position: relative;
	top: 0;
	z-index: 99999;
	width: 100%;
	transition: 0.4s;
}

.index_header .con {
	padding:0.26rem 5%;
}

.index_header .box .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.index_header .box .logo a {
	display: block;
}

.index_header .box .logo a img {
	height: 0.6rem;
	max-height: 42px;
}

.index_header .box .logo a .img2 {
	display: none;
}

.index_header .box .yx_La i {
	font-size: var(--yx_FS22);
	color: var(--yx_Color);
	cursor: pointer;
}

.index_header .box .yx_La {
	position: relative;
	width: 48px;
	height: 48px;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.index_header .box .yx_La:hover {
	background: var(--yx_Color2);
	color: #fff;
	border-radius: 50% 50% 0 0;
}

.index_header .box .yx_La:hover i {
	color: #fff;
}

.index_header .box .yx_La .yx_LaCon {
	position: absolute;
	width: 48px;
	height: auto;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	background: var(--yx_Color2);
	overflow: hidden;
	max-height: 0px;
	transition: all 0.6s ease;
	border-radius: 48px;
}

.index_header .box .yx_La:hover .yx_LaCon {
	max-height: 1000px;
	padding: 0rem 0 0.14rem;
	border-radius: 0 0 48px 48px;
}

.index_header .box .yx_La a {
	text-align: center;
	font-size: var(--yx_FS16);
	color: #fff;
	margin: 0.1rem 0;
	display: block;
}

.index_header .box .menu {
	width: 0.95rem;
	display: flex;
	justify-content: flex-end;
}

.index_header .box .menu span {
	display: block;
	width: 0.4rem;
	background: var(--yx_Color);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	height: 3px;
	margin: 8px 0 8px auto;
}

.index_header .box .menu.active p path {
	fill: var(--yx_Color) !important;
}

.index_header .box .menu span:nth-child(2) {
	width: 0.72rem;
	background: #363636;
}

.index_header .box .menu p {
	display: none;
	cursor: pointer;
	width: 0.32rem;
}

.index_header .box .menu.active a {
	display: none;
}

.index_header .box .menu.active p {
	display: block;
	transform: translate(0px, 6px);
}

.index_header .box .menu:hover span {
	width: 0.32rem !important;
}

.index_header .box .nav {
	margin-left: 5vw;
}

.index_header .box .nav .item {
	padding: 0 1.5vw;
	position: relative;
}

.index_header .box .nav .item:nth-child(3) .select {
	width: 90vw;
	left: auto;
	position: fixed;
	left: 5vw;
	transform: translate(0px, 0px);
}

.index_header .box .nav .item:nth-child(3) .select ul {
	display: flex;
	justify-content: space-around;
}

.index_header .box .nav .item:nth-child(3) .select .yx_ImgCover {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	display: block !important;
	margin: 0 auto 0.2rem;
}
.index_header .box .nav .item:nth-child(3) .select ul a{
	background: transparent;
}
.index_header .box .nav .item:nth-child(3) .select ul li:hover a{
	color: var(--yx_Color);
	background: transparent !important;
}
.index_header .box .nav .item:nth-child(3) .select ul li:hover .yx_ImgCover img{
	transform: scale(1.1);
}
.index_header .box .nav .item>p {
	position: relative;
}

.index_header .box .nav .item>p::after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: var(--yx_Color);
	opacity: 0;
	transition: all 0.6s;
}

.index_header .box .nav .item:hover>p::after,
.index_header .box .nav .item.active>p::after {
	transform: translate(-50%, 0);
	opacity: 1;
}

.index_header .box .nav .item>p a {
	font-size: var(--yx_FS16);
	color: #363636;
	display: block;
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	font-weight: 700;
	line-height: 0.95rem;
}

.index_header .box .nav .item .select {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 220px;
	background: #fff;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
	clip-path: polygon(0 0, 100% 0%, 100% 0%, 0 0%);
	border-radius: 0.14rem;
	padding: 0.16rem 0;
}

.index_header .box .nav .item .select .main_ li {
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

.index_header .box .nav .item .select .main_ li a {
	display: inline-block;
	font-size: var(--yx_FS14);
	color: #333;
	line-height: 0.4rem;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	padding: 5px 0;
	width: 100%;
	border-radius: 6px;
	position: relative;
	transition: all 0.6s ease;
}

.index_header .box .nav .item .select .main_ li a:hover {
	background: var(--yx_Color);
	color: #fff;
}

.index_header .box .nav .item:hover .select {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

.menu_container {
	position: fixed;
	top: 0rem;
	padding-top: 0.95rem;
	left: 0;
	width: 100%;
	height: -webkit-calc(99.05%);
	height: 100vh;
	background: linear-gradient(120deg, #e3ebf8, #cde5f0, #e0e2f6);
	z-index: 6;
	transition: clip-path 0.6s, -webkit-clip-path 0.6s;
	-webkit-clip-path: ellipse(0 0 at 100% 0);
	clip-path: ellipse(0 0 at 100% 0);
	pointer-events: none;
}

.menu_container .box .navBox {
	margin-top: 1.1rem;
	min-height: 40vh;
}

.menu_container .box .navBox .item>p a {
	font-size: var(--yx_FS18);
	color: var(--yx_CTwo);
	font-weight: bold;
}

.menu_container .box .navBox .item ul {
	margin-top: 0.3rem;
}

.menu_container .box .navBox .item ul li {
	line-height: 0.36rem;
}

.menu_container .box .navBox .item ul li a {
	font-size: var(--yx_FS16);
	color: #363636;
	line-height: 180%;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu_container .box .navBox .item ul li a:hover {
	color: var(--yx_Color);
}

.menu_container .box .footerBox {
	margin-top: 10vh;
	padding-top: 0.7rem;
	border-top: 1px solid #ddd;
}

.menu_container .box .footerBox .left p {
	margin-right: 0.5rem;
	color: #333;
}

.menu_container .box .footerBox .left p svg {
	vertical-align: middle;
	margin-right: 0.1rem;
}

.menu_container .box .footerBox .left p a {
	display: inline-block;
	color: #333;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu_container .box .footerBox .left p i {
	font-size: var(--yx_FS22);
	color: var(--yx_Color);
	margin-right: 0.1rem;
}

.menu_container .box .footerBox .left p a:hover {
	color: var(--yx_Color);
}

.menu_container .box .footerBox .right {
	font-size: 14px;
	color: #999;
}

.menu_container .box .footerBox .right a {
	color: #999;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.menu_container .box .footerBox .right a:hover {
	color: var(--yx_Color);
}

.menu_container.active {
	-webkit-clip-path: ellipse(141% 141% at 100% 0);
	clip-path: ellipse(141% 141% at 100% 0);
	pointer-events: auto;
}


.p94 {
	padding-top: 1.2rem;
}


.p74 {
	padding-top: 1rem;
}

.p74_ {
	padding-bottom: 1rem;
}

.m58 {
	margin-top: 0.6rem;
}



@media screen and (max-width: 1520px) {

	.menu_container .box .footerBox .right {
		margin-top: .2rem;
	}
}


@media screen and (max-width: 1400px) {

	.menu_container .box .navBox {
		margin-top: 0.5rem;
	}

	.menu_container .box .navBox .item ul li {
		line-height: 0.3rem;
	}

	.menu_container .box .footerBox {
		margin-top: 6vh;
		padding-top: 0.4rem;
	}

	.menu_container .box .navBox {
		margin-top: 0.4rem;
	}

	.menu_container .box .navBox .item ul {
		margin-top: 0.2rem;
	}

	.menu_container .box .footerBox .right {
		font-size: 13px;
	}

	.menu_container .box .footerBox .left p a,
	.menu_container .box .footerBox .left p {
		font-size: 13px;
	}
}

@media screen and (max-width: 1359px) {

	.index_header .box .logo a img,
	.boxTlogo .botLogo img {
		height: 45px !important;
	}
}


@media screen and (max-width: 1024px) {
	.index_header .con {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.search_container .box_search label p {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	.search_container .box_search input[type='text'] {
		font-size: 14px;
	}

	.search_container .box_search {
		width: min(6rem, 90vw);
	}

	.search_container {
		top: 58px;
	}
}



.MobileMain {
	position: -webkit-sticky;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	background: #fff;
	display: none;
}

.HeaderMobile {
	/* border-bottom: 1px solid #f5f5f5; */
	/* display: none; */
	-webkit-box-shadow: 0px 01px 0px 1px #f5f5f5;
	box-shadow: 0px 01px 0px 1px #f5f5f5;
}

.HeaderMobile .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 5vw;
}

.HeaderMobile .box .logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.HeaderMobile .box .logo a {
	display: block;
}

.HeaderMobile .box .logo a img {
	height: 32px;
}

.HeaderMobile .box .button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.HeaderMobile .box .button .search p svg {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.HeaderMobile .box .button .search .Close {
	display: none;
}

.HeaderMobile .box .button .search .active .Show {
	display: none;
}

.HeaderMobile .box .button .search .active .Close {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.HeaderMobile .box .button .word {
	font-size: 14px;
	font-weight: bold;
}

.HeaderMobile .box .button .word a {
	color: #206231;
	text-decoration: none;
}

.HeaderMobile .box .button .word a svg {
	display: inline-block;
	vertical-align: sub;
	animation: CallUp 0.5s ease 0s infinite;
	-webkit-animation: CallUp 0.5s ease 0s infinite;
	-moz-animation: CallUp 0.5s ease 0s infinite;
	-o-animation: CallUp 0.5s ease 0s infinite;
}

.HeaderMobile .box .button .word a img {
	position: relative;
}

.HeaderMobile .box .button .call a {
	color: #000;
	font-size: 16px;
}

.HeaderMobile .box .button .Lanuage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-left: 50px;
}

.HeaderMobile .box .button .Lanuage p {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	border: 1px solid #999;
	padding: 7px 8px;
	border-radius: 15px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.HeaderMobile .box .button .Lanuage p a {
	color: #999;
	font-size: 14px;
	display: inline-block;
	line-height: 16px;
	text-decoration: none;
	padding: 0 7px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.HeaderMobile .box .button .Lanuage p a:not(:last-child) {
	border-right: 1px solid #999;
}

.HeaderMobile .box .button .Lanuage p a:hover {
	color: #206231;
}

.HeaderMobile .box .button .search {
	margin-right: .5rem;
}

.HeaderMobile .box .button .menu {
	margin-left: .5rem;
}

.HeaderMobile .box .button .menu .menu_btn p {
	position: relative;
}

.HeaderMobile .box .button .menu .menu_btn p span {
	display: block;
	width: 30px;
	height: 2px;
	background: #073190;
	margin: 8px 0;
}

.HeaderMobile .box .button .menu .menu_btn p span:nth-child(1) {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn p span:nth-child(2) {
	opacity: 0;
}

.HeaderMobile .box .button .menu .menu_btn p span:nth-child(3) {
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn p::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #073190;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn p::after {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: #073190;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.HeaderMobile .box .button .menu .menu_btn.active p span {
	opacity: 0;
}

.HeaderMobile .box .button .menu .menu_btn.active p::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.HeaderMobile .box .button .menu .menu_btn.active p::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.MobileNav {
	position: absolute;
	width: 100%;
	height: -webkit-calc(100vh - 58px);
	height: calc(100vh - 58px);
	background: #fff;
	z-index: 3;
	display: none;
}

.MobileNav .box {
	margin: 0 5vw;
	padding: 30px 0;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.MobileNav .box .box_scroll {
	overflow: scroll;
	height: 100%;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}

.MobileNav .box .box_scroll::-webkit-scrollbar {
	display: none;
}

.MobileNav .box .item>p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	/* pointer-events: none; */
}

.MobileNav .box .active p {
	pointer-events: auto;
}

.MobileNav .box .item>p a {
	display: block;
	font-size: 22px;
	line-height: 76px;
	color: #000;
	text-decoration: none;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.MobileNav .box .item>p span {
	width: 22px;
	height: 76px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 2;
	right: 0;
}

.MobileNav .box .item>p i {
	display: block;
	width: 22px;
	height: 1px;
	background: #999;
	position: relative;
}

.MobileNav .box .item>p i::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #999;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.MobileNav .box .item>p .active i::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.MobileNav .box .item ul {
	display: none;
	padding: 16px 24px;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.MobileNav .box .item:last-child p {
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
}

.MobileNav .box .item ul li a {
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 54px;
	opacity: 0.8;
	text-decoration: none;
}

@media screen and (max-width:992px) {
	.MobileMain {
		display: block;
	}
}

@media screen and (max-width: 699px) {
	.MobileNav .box .item>p a {
		font-size: 16px;
		line-height: 50px;
	}

	.MobileNav .box .item>p span {
		width: 15px;
		height: 50px;
	}

	.MobileNav .box .item>p font {
		display: inline-block;
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
		position: relative;
		right: -2px;
	}

	.MobileNav .box .item ul li a {
		font-size: 14px;
		line-height: 36px;
	}

	.MobileNav .box .item ul {
		padding: 16px 20px;
	}
}

.fotMessgea {
	padding: 0.36rem 5%;
	background: linear-gradient(120deg, #b294f7, #7747f9 55%, #cdb6ee);
}

.fotMessgea .con {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fotMessgea h3 {
	color: #fff;
	font-size: var(--yx_FS42);
	line-height: 140%;
	max-width: 550px;
}

.fotMessgea .botSearch {
	width: 50%;
	max-width: 750px;
	border-radius: 80px;
	background: #fff;
	padding: 0.1rem var(--yx_FS16) 0.1rem 0.3rem;
}

.fotMessgea .botSearch form {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fotMessgea .botSearch form input {
	width: calc(100% - 180px);
	font-size: var(--yx_FS18);
	color: #999;
	line-height: 140%;
	border-width: 0px;
}

.fotMessgea .botSearch form button {
	width: 180px;
	background: var(--yx_Color);
	color: #fff;
	height: 0.6rem;
	line-height: 0.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 0px;
	border-radius: 50px;
	font-size: var(--yx_FS18);
	font-weight: 300;
	cursor: pointer;
}

.fotMessgea .botSearch form button i {
	display: inline-block;
	font-size: 0.18rem;
	margin-right: 0.2rem;
}

.fotMessgea .botSearch form button:hover {
	background: var(--yx_Color1);
}

.z_footer_share>a {
	display: inline-block;
	width: 0.7rem;
	max-width: 54px;
	max-height: 54px;
	position: relative;
	height: 0.7rem;
	cursor: pointer;
	margin-left: 0.2rem;
}

.z_footer_share>a i img {
	width: 100%;
	object-fit: contain;
}

.z_footer_share {
	height: 0.7rem;
	max-height: 60px;
}

.zShare {
	position: relative;
}

.zShare .z_code {
	width: 1.2rem;
	overflow: hidden;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	left: 50%;
	transition: all 0.6s;
	transform: translateX(-50%);
	top: 120%;
	visibility: hidden;
}

.zShare .z_code img {
	width: 100%;
	height: auto;
}

.zShare:hover .z_code {
	visibility: visible;
	top: 100%;
}

.index_footer .con {
	padding: 1rem 5%;
}

.index_footer .infoot_nav {
	width: calc(95% - 350px);
}
.index_footer .item:nth-child(1),.index_footer .item:nth-child(3){
	display: none !important;
}
.index_footer .item h5 {
	font-size: 0.22rem;
	color: #363636;
	text-transform: capitalize;
}
.index_footer .item{
	margin-right: 1.5rem;
}
.index_footer .item ul {
	margin-top: 0.2rem;
}

.index_footer .item ul li a {
	font-size: var(--yx_FS14);
	line-height: 220%;
	color: #363636;
	opacity: 0.5;
	text-transform: capitalize;
	transition: all 0.6s ease;
}

.index_footer .item ul li a:hover {
	color: var(--yx_Color);
	opacity: 1;
}

.index_footer .item:nth-last-child(2) {
	display: none;
}

.index_footer .boxBotbox {
	padding-top: 0.1rem;
	padding-bottom: 0.4rem;
}

.index_footer .boxBotbox * {
	font-size: var(--yx_FS14);
	color: #999;
}