@media screen and (max-width: 1023px) {
	img {
		object-fit: cover;
	}

	.pc {
		display: none !important;
	}

	body {
		font-size: 0.24rem;
	}

	.container {
		max-width: 7.5rem;
		margin: 0px auto;
		padding: 0px 0.68rem;
	}

	.wrapper {
		overflow-x: hidden;
	}

	.wrapper.on {
		padding-top: 1rem;
	}

	/* å¤´éƒ¨ */
	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		height: 1.2rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #ffffff;
		box-shadow: 0px 10px 20px 0px rgb(1 0 0 / 4%);
	}

	/* 	.HeaderFlix.on {
		
	}
 */
	.LogoImg {
		background-image: url(../images/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 0.295rem;
		float: left;
		width: 2.06rem;
		height: 0.61rem;
		margin-left: 0.6rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.mobile-nav {
		float: right;
		width: 0.48rem;
		height: 0.3rem;
		position: relative;
		top: 0.45rem;
		right: 0.6rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.mobile-nav span {
		width: 0.48rem;
		height: 0.04rem;
		background-color: #5bbc93;
		display: block;
		margin-bottom: 0.1rem;
		position: relative;
	}

	.mobile-nav.on span {
		transform-origin: center;
		transition: transform .3s
	}

	.mobile-nav.on span.line2 {
		display: none
	}

	.mobile-nav.on span.line1 {
		transform: rotate(45deg);
		top: 0.12rem;
	}

	.mobile-nav.on span.line3 {
		transform: rotate(-45deg);
		top: -0.02rem;
	}

	.go_top {
		width: 1rem;
		height: 1.06rem;
		display: block;
		margin: 0px auto;
		background: url(../images/backtop.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		bottom: 27%;
		right: 0.3rem;
		z-index: 99;
	}

	/* 测导航 */
	/*menu*/
	.menu-li {
		position: fixed;
		top: 1.2rem;
		z-index: 102;
		width: 100%;
		background: #fff;
		display: none;
		height: 100%;
		overflow: auto;
	}

	.menu-li ul li {
		display: block;
		overflow: hidden;
	}

	.menu-li ul li>a {
		display: block;
		line-height: 1rem;
		font-size: 0.29rem;
		color: #000;
		padding: 0px 0.3rem;
		overflow: hidden;
		border-bottom: 1px solid #f5f5f5;
	}

	.menu-li ul li>a i {
		float: right;
		width: 0.24rem;
		height: 0.26rem;
		background-image: url(../images/jia.png);
		background-size: 100%;
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 0.35rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
	}

	.menu-li ul li.on>a {
		color: #5bbc93;
	}

	.menu-li ul li.on>a i {
		background-image: url(../images/jian.png);
		background-size: contain;
		background-position: right;
		/* margin-top: 0.3rem; */
		background-repeat: no-repeat;
	}

	.menu-li ul li dl {
		display: none;
		background: #f8f8f8;
		padding-top: 0.25rem;
		padding-bottom: 0.5rem;
	}

	.menu-li ul li dt {
		overflow: hidden;
		font-size: 0.26rem;
		color: #999;
		font-weight: normal;
		line-height: 0.48rem;
	}

	.MenuMain {
		width: 100%;
		margin-top: 0.25rem;
	}

	.MenuMain.Nor h2 {
		color: #3aa0d9;
	}

	.menu-li ul li dt h2 {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.3rem;
		color: #000;
		margin-top: 0.24rem;
		position: relative;
	}

	.MenuDown {
		padding-left: 0.76rem;
		padding-top: 0.3rem;
		display: none;
	}

	.menu-li ul li dt .MenuDown a {
		font-size: 0.26rem;
		color: #999;
		margin-top: .2rem;
		padding-left: 0;
	}


	.menu-li ul li dt a {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.26rem;
		color: #000;
		margin-top: 0.2rem;
	}

	.nav_search {
		background: url(../images/search2.png);
		background-repeat: no-repeat;
		background-position: center;
		width: 0.6rem;
		height: 0.6rem;
		margin-top: 0.3rem;
		float: right;
		background-size: contain;
		margin-right: 1rem;
		background-color: #5bbc93;
		border-radius: 50%;
		background-size: 0.31rem 0.3rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	/* åº•éƒ¨ */
	.Footer {
		position: relative;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: rgba(34, 38, 61, 0.5);
		background-color: #f5f8f7;
		padding-bottom: 0.5rem;
		margin-top: 2.5rem;
	}

	.Footer::after {
		content: '';
		background-image: url(../images/footerbk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		width: 100%;
		height: 1.5rem;
		position: absolute;
		top: -1.5rem;
		left: 0;
	}

	.FooterTit {
		font-size: .24rem;
		line-height: 0.42rem;
		color: rgba(34, 38, 61, 0.5);
		text-align: center;
	}

	.FooterTit h2 {
		font-size: 0.32rem;
		color: #22263d;
		margin-bottom: 0.1rem;
		line-height: 0.48rem;
	}

	.FooterTit h2 em {
		color: #5bbc93;
	}

	.Footer_Layout {
		width: 100%;
		padding: 0.3rem 0 0.2rem;
		background-color: #5bbc93;
		box-shadow: 0px 0.24rem 0.3rem 0px rgb(91 188 147 / 20%);
		border-radius: 0.8rem;
		margin: 0.6rem auto 0.9rem;
	}


	.Footer_Fx {
		font-size: 0.25rem;
		text-align: left;
		line-height: 0.36rem;
		color: #fff;
		position: relative;
		padding: 0.1rem 0.3rem;
		display: block;
	}

	.Footer_Fx p {
		word-break: break-all;
		padding: 0px 0.1rem;
		display: inline-block;
	}

	.Footer_Fx:last-child::after {
		width: 0;
	}

	.Footer_Fx::after {
		content: '';
		width: 0.01rem;
		height: 0.3rem;
		background-color: #ffffff;
		opacity: 0.8;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom: 0.15rem;
		opacity: 0;
	}

	.Footer_Fx img {
		max-width: 100%;
		margin: 0px auto 0.15rem;
		height: 0.3rem;
		object-fit: contain;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: inline-block;
	}

	.am_subfooterdiv {
		width: 100%;
		padding: 0.05rem 0;
	}

	.am_subfooterdiv:first-of-type a img {
		width: 2.6rem;
		margin: 0px auto 0.8rem;
		display: block;
	}

	.am_subfooterdiv:last-child h2 {
		background-image: none;
	}

	.am_subfooterdiv h2 {
		font-size: 0.3rem;
		margin-bottom: 0.4rem;
		height: 0.4rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-image: url(../images/jt.png);
		background-size: 0.15rem 0.25rem;
		background-repeat: no-repeat;
		background-position: 99%;
		color: #22263d;
	}

	.am_subfooterdiv.on h2 {
		background-image: url(../images/jt_h.png);
		background-size: 0.25rem 0.15rem;
		background-repeat: no-repeat;
		background-position: 99%;
	}

	.am_subtag {
		display: none;
		padding-bottom: 0.2rem;
	}

	.am_subfooterdiv a {
		display: block;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: rgba(34, 38, 61, 0.5);
	}

	.am_subfooterdiv a:hover {
		color: #96eaee;
	}

	.am_subfooterdiv_Icon {
		margin-top: 1rem;
		font-size: 0;
		text-align: center;
	}

	.am_subfooterdiv_Icon a {
		display: inline-block;
		vertical-align: top;
		color: #ffffff;
		margin-right: 0.5rem;
	}

	.am_subfooterdiv_Icon a:last-child {
		margin-right: 0;
	}

	.am_subfooterdiv_Icon a img {
		display: block;
		height: 0.42rem;
		margin: 0px auto 0.15rem;
		object-fit: contain;
		opacity: 0.6;
	}

	.am_subfooterdiv_Address {
		display: inline-block;
		vertical-align: top;
		font-size: 0.2rem;
		line-height: 0.48rem;
		color: #ffffff;
		padding-right: 0.35rem;
		margin: 0.3rem 0;
	}

	.am_subfooterdiv_Address p img {
		vertical-align: middle;
		margin-left: 0.2rem;
		width: 0.25rem;
	}

	.am_subfooterdiv_Ewm {
		display: block;
		font-size: 0;
		margin-top: 0.3rem;
	}

	.am_subfooterdiv_Ewm p:first-of-type {
		margin-right: 0.5rem;
	}

	.am_subfooterdiv_Ewm p {
		display: inline-block;
		vertical-align: top;
		font-size: 0.2rem;
		color: #ffffff;
		text-align: center;
	}

	.am_subfooterdiv_Ewm p img {
		width: 1rem;
		height: 1.01rem;
		display: block;
		margin: 0px auto;
	}

	.am_bootom {
		width: 100%;
		margin-top: 0.3rem;
		padding-top: 0.5rem;
		border-top: 1px solid rgba(34, 38, 61, 0.05);
		letter-spacing: 1px;
		text-align: center;
		color: rgba(34, 38, 61, 0.5);
		display: block;
	}

	.IndexBanner {
		width: 100%;
		position: relative;
	}

	.IndexBanner img.phone {
		width: 100%;
	}

	.IndexBannerCt {
		padding-left: 0.68rem;
		z-index: 2;
		color: #fff;
		top: 2.2rem;
		position: absolute;
	}

	.IndexBannerCt h2 {
		font-size: 0.72rem;
		line-height: 1.2rem;
		color: #fff;
		white-space: nowrap;
	}

	.IndexBannerCt p {
		font-size: 0.48rem;
	}

	.IndexBanner_More {
		line-height: .8rem;
		display: block;
		margin-top: 0.6rem;
		font-size: 0.26rem;
		color: #fff;
		text-align: center;
		position: relative;
		overflow: hidden;
		width: 2.4rem;
		height: .8rem;
		background-image: linear-gradient(54deg,
				#4572f9 0%,
				#45b6c7 100%),
			linear-gradient(#ffffff,
				#ffffff);
		background-blend-mode: normal,
			normal;
		border-radius: 0.4rem;
	}

	.IndexBanner_More img {
		width: 0.12rem;
		height: 0.21rem;
		vertical-align: middle;
		margin-left: 0.2rem;
		z-index: 2;
		position: relative;
	}

	.IndexBanner_More i,
	.IndexBanner_More em {
		position: relative;
		z-index: 2;
	}

	.IndexBanner_Layout {
		background-color: #5bbc93;
		box-shadow: 0px 0.24rem 0.3rem 0px rgb(91 188 147 / 20%);
		border-radius: 0.9rem;
		text-align: center;
		height: 1.8rem;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 84%;
	}

	.IndexBanner_Layout .swiper-container {
		height: 100%;
		width: 80%;
	}

	.IndexBanner_Fx {
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.42rem;
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		height: 100%;
		display: block;
	}

	.IndexBanner_Layout .swiper-slide::after {
		content: '';
		width: 1px;
		height: 1rem;
		background-color: #ffffff;
		opacity: 0.5;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 0;
	}

	.IndexBanner_Layout .swiper-slide:nth-of-type(3n)::after {
		width: 0;
	}

	.IndexBanner_Layout .swiper-button-prev,
	.IndexBanner_Layout .swiper-button-next {
		width: 0.8rem;
		margin: 0;
		height: 100%;
		background-image: url(../images/prev2.png);
		background-size: 0.19rem 0.30rem;
		background-position: center;
		background-repeat: no-repeat;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		left: 0;
	}

	.IndexBanner_Layout .swiper-button-next {
		left: initial;
		right: 0;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
	}

	.IndexBanner_Icon {
		width: 0.72rem;
		height: 0.72rem;
		border: 0.02rem solid rgba(255, 255, 255, 1);
		border-radius: 50%;
		margin: 0.28rem auto 0.2rem;
		position: relative;
	}

	.IndexBanner_Fx img {
		max-width: 70%;
		max-height: 70%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		object-fit: contain;
	}

	.IndexBanner_Fx h3 {
		color: #fff;
		font-size: 0.26rem;
	}

	.IndexBanner_Fx p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		display: none;
	}

	.BaseTit {
		font-size: 0.2rem;
		line-height: 0.36rem;
		color: #999999;
		text-align: center;
	}

	.Dimension .BaseTit {
		padding-left: 0.68rem;
	}

	.Dimension .container .BaseTit {
		padding-left: 0;
	}

	.BaseTit h2 {
		font-size: 0.4rem;
		color: #000;
		line-height: 0.52rem;
		margin-bottom: 0.12rem;
	}

	.Knowledge .IndexBanner_More,
	.Trends_Layout .IndexBanner_More {
		position: relative;
		margin: 1rem auto 0;
	}

	.Knowledge_Tag {
		display: block;
		margin-top: 0.65rem;
		position: relative;
	}

	.Knowledge_Img {
		width: 100%;
		box-shadow: 0px 0.1rem 0.6rem 0px rgb(151 182 169 / 16%);
		border-radius: 0.2rem 0.2rem 0 0;
	}

	.Knowledge_Img img {
		width: 100%;
	}


	.Knowledge_Div {
		font-size: 0.24rem;
		padding: 0.4rem 0.3rem;
		line-height: 0.42rem;
		background-color: #fff;
		color: rgba(34, 38, 61, 0.5);
		box-shadow: 0px 0.1rem 0.6rem 0px rgb(151 182 169 / 16%);
		border-radius: 0px 0px 0.2rem 0.2rem;
	}

	.Knowledge_Div h2 {
		color: #cccccc;
		font-size: 0.24rem;
		font-weight: normal;
	}

	.Knowledge_Div h2 i {
		color: #5bbc93;
		position: relative;
		padding-left: 0.5rem;
	}

	.Knowledge_Div h2 i:after {
		width: 0.1rem;
		content: '';
		border-radius: 50%;
		position: absolute;
		left: 0.25rem;
		height: 0.1rem;
		background-color: #5bbc93;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Knowledge_Div h3 {
		font-size: 0.3rem;
		color: #22263d;
		margin: 0.2rem auto 0.15rem;
		line-height: 0.46rem;
	}

	.Management_Fx:first-of-type {
		margin-top: 0.65rem;
	}

	.Management_Fx:nth-of-type(2),
	.Management_Fx:last-child {
		width: 2.9rem;
		float: left;
	}

	.Management_Fx:last-child {
		float: right;
	}

	.Management {
		margin: 1rem auto;
		/* 		box-shadow: 0px -0.4rem 0.5rem 0px rgb(183 183 183 / 24%);
		border-radius: 0.6rem; */
		/* padding-top: 0.85rem; */
		/* 	position: relative;
		background-color: #fff;
		z-index: 5; */
	}

	.Management_Fx {
		margin-top: 0.38rem;
		position: relative;
		overflow: hidden;
		width: 100%;
		color: rgba(34, 38, 61, 0.5);
		height: 4.09rem;
		background-color: #ffffff;
		border-radius: 0.48rem;
		border: solid 0.02rem #5bbc93;
		font-size: 0.22rem;
		line-height: 0.36rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Management_Layout {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		width: 100%;
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: relative;
		z-index: 1;
	}

	.Management_Fx:hover,
	.Management_Fx.active {
		border: solid 2px #fff;
		color: #fff;
	}

	.Management_Fx:hover h2,
	.Management_Fx.active h2 {
		color: #fff;
	}

	.Management_Icon {
		width: 1.5rem;
		height: 1.5rem;
		background-color: #f5f8f7;
		border-radius: 50%;
		display: block;
		margin: 0px auto 0.3rem;
		position: relative;
		overflow: hidden;
	}

	.Management_Icon img,
	.Powerful_Icon img {
		max-height: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		max-width: 50%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Management_Icon img.Active_Imgh {
		transform: translate(-50%, 150%);
		-webkit-transform: translate(-50%, 150%);
		-moz-transform: translate(-50%, 150%);
		-ms-transform: translate(-50%, 150%);
	}

	.Management_Fx:hover .Management_Icon img.Active_Img,
	.Management_Fx.active .Management_Icon img.Active_Img {
		transform: translate(-50%, -250%);
		-webkit-transform: translate(-50%, -250%);
		-moz-transform: translate(-50%, -150%);
		-ms-transform: translate(-50%, -150%);
	}

	.Management_Fx:hover .Management_Icon img.Active_Imgh,
	.Management_Fx.active .Management_Icon img.Active_Imgh {
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.Management_Layout h2 {
		font-size: 0.31rem;
		color: #22263d;
		margin-bottom: 0.05rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Management_Down {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		transform: scale(0.5);
		-webkit-transition: scale(0.5);
		opacity: 0;
	}

	.Management_Fx:hover .Management_Down {
		transform: scale(1);
		-webkit-transition: scale(1);
		opacity: 1;
	}

	.Management_Down img {
		width: 100%;
		height: 100%;
		border-radius: 0.5rem;
	}

	.News_Ct {
		margin-top: 0.65rem;
	}

	.News_Ct .Knowledge_Tag {
		margin: 0;
	}

	.News_Ct .Knowledge_Tag .Knowledge_Img {
		border-radius: 0.5rem;
		box-shadow: none;
	}

	.News_CtL {}

	.News_Ct .Knowledge_Div {
		padding: 0;
		margin-top: 0.3rem;
		box-shadow: none;
	}

	.News_Ct .Knowledge_Div h3 {
		margin: 0px 0px 0.15rem;
	}

	.News_CtR {
		margin-top: 0.6rem;
	}

	.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
		border-radius: 0.2rem;
	}

	.News_Ct .News_CtR .Knowledge_Tag:first-of-type {
		margin-bottom: 0.6rem;
	}

	.News_Ct .Knowledge_Tag:hover:after {
		opacity: 0;
	}

	.Internet_Hospital {
		width: 100%;
		position: relative;
		margin: 1.2rem 0 0;
		background-color: #f5f8f7;
		padding: 0.5rem 0;
	}

	.Internet_Hospital .swiper-container {
		width: 93%;
	}

	.Internet_Hospital .swiper-slide .Intelligent_Img {
		width: 100%;
		display: block;
		margin: 0px auto;
	}

	.Intelligent_R {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: rgba(34, 38, 61, 0.5);
		text-align: center;
		margin-top: 0.7rem;
	}

	.Intelligent_R h2 {
		font-size: 0.6rem;
		color: #344fa1;
		display: block;
		margin: 0.6rem auto 0.25rem;
		line-height: 0.6rem;
	}

	.Intelligent_R h3 {
		font-size: 0.24rem;
		margin-bottom: 0.35rem;
		color: #22263d;
	}

	.Internet_Hospital .swiper-button-prev,
	.Internet_Hospital .swiper-button-next {
		width: 0.8rem;
		border-radius: 50%;
		margin: 0;
		height: 0.8rem;
		background-color: #5bbc93;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Internet_Hospital .swiper-button-prev {
		left: 0.3rem;
		background-image: url(../images/prev.png);
		background-size: 0.29rem 0.16rem;
		background-position: center;
		background-repeat: no-repeat;
	}

	.Internet_Hospital .swiper-button-prev:hover,
	.Internet_Hospital .swiper-button-next:hover {
		transform: translateY(-50%) scale(1.1);
		-webkit-transform: translateY(-50%) scale(1.1);
	}

	.Internet_Hospital .swiper-button-next {
		right: 0.3rem;
		left: initial;
		background-image: url(../images/next.png);
		background-size: 0.29rem 0.16rem;
		background-position: center;
		background-repeat: no-repeat;
	}

	.Search_Popup {
		max-width: 100%;
		position: fixed;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Search_Popup.on {
		top: 20%;
	}

	.Search_Popup img {
		cursor: pointer;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		max-width: 100%;
		display: block;
		margin: 0px auto 0.4rem;
	}

	.Search_Popup img:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.Search_Popup_Layout {
		width: 5rem;
		height: 0.7rem;
		background-color: #fff;
		border-radius: 0.1rem;
	}

	.Search_Popup_Bt {
		background-image: url(../images/search1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.24rem;
		float: left;
		margin-top: 0.215rem;
		margin-left: 0.2rem;
		height: 0.25rem;
	}

	.Search_Popup_Txt {
		float: left;
		margin-left: 0.2rem;
		color: #333333;
		line-height: 0.7rem;
		font-size: 0.24rem;
	}

	/* 新闻 */
	.OtherBanner img {
		margin-bottom: 1.2rem;
		float: right;
	}

	.Trends_Tab {
		font-size: 0;
		text-align: center;
		width: 80%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap-reverse;
		height: 0.8rem;
		background-color: #f5f8f7;
		border-radius: 0.5rem;
		margin: 0px auto;
	}

	.Trends_Tab a {
		width: 50%;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.26rem;
		text-align: center;
		font-weight: bold;
		color: #22263d;
		border-radius: 0.5rem;
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
	}

	.Trends_Tab a.nor {
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#f5f8f7,
				#f5f8f7);
		background-blend-mode: normal,
			normal;
		color: #fff;
	}

	.Trends_Div,
	.OtherBanner img,
	.OtherBanner .IndexBannerCt {
		display: none;
	}

	.Trends_Div .Knowledge_Tag {
		background-color: #ffffff;
		box-shadow: 0px 0.2rem 0.6rem 0px rgb(0 0 0 / 5%);
		border-radius: 0.5rem;
		margin-top: .6rem;
		padding-top: 0.3rem;
	}

	.Trends_Div .Knowledge_Img {
		width: 91%;
		border-radius: 0.3rem;
		box-shadow: none;
		margin: 0px auto;
	}

	.Trends_Div .Knowledge_Div {
		background-color: transparent;
		box-shadow: none;
		color: #999999;
		position: relative;
	}

	.Trends_Div .Knowledge_Div h3 {
		margin-top: 0;
	}

	.Trends_Div .Knowledge_Tag h2 {
		margin-top: 0.3rem;
	}

	.Trends_Detail {
		padding-top: 1rem;
	}

	.Trends_Detail .BaseH {
		padding: 0.3rem 0.68rem;
		text-align: center;
	}

	.NewsDetailCt {
		padding-bottom: 1rem;
		border-bottom: 1px solid #d8dbe0;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		margin: 0px auto 1.2rem;
	}

	.NewsDetailH {
		font-size: 0.42rem;
		line-height: 0.52rem;
		color: #22263d;
		margin: 0.3rem 0;
	}

	.NewsDetailHt {
		color: #cccccc;
	}

	.NewsDetailHt i {
		padding-left: 0.2rem;
	}

	.NewsDetailCt p {
		margin-top: 0.3rem;
	}

	.NewsDetailCt p strong {
		font-weight: bold;
		color: #333333;
	}

	.NewsDetailCt p img {
		max-width: 100%;
		display: block;
		margin: 0.3rem auto;
	}

	.Trends_Float {
		position: fixed;
		left: 0.3rem;
		z-index: 99;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Trends_Float a {
		width: 0.68rem;
		height: 0.68rem;
		background-color: #ffffff;
		box-shadow: 0px 0.2rem 0.4rem 0px rgb(0 0 0 / 10%);
		display: block;
		margin-top: 0.3rem;
		border-radius: 50%;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Trends_Float a:hover {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	.Trends_Float a img {
		max-width: 50%;
		max-height: 50%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.Brand_L {
		width: 100%;
		position: relative;
		padding-bottom: 0.7rem;
		margin-top: 0.8rem;
	}

	.Brand_L::after {
		content: '';
		width: 95%;
		height: 4.6rem;
		background-color: #f5f8f7;
		border-radius: 0.8rem;
		position: absolute;
		bottom: 0;
		left: -0.15rem;
		z-index: -1;
	}

	.Brand_R {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		margin-top: 0.8rem;
	}

	.Brand_R p:first-of-type {
		margin-bottom: 0.3rem;
	}

	.Dimension {
		margin: 1rem 0;
	}

	.BaseTit h2 i,
	.BaseTit em i {
		color: #5bbc93;
	}

	.BaseTit em {
		font-size: 0.29rem;
		color: #22263d;
		line-height: 0.48rem;
		margin-top: 0.2rem;
		display: block;
	}

	.Brand_Fx {
		background-color: #ffffff;
		box-shadow: 0px 0.3rem 0.6rem 0px rgb(151 182 169 / 16%);
		border-radius: 0.5rem;
		margin-top: 0.6rem;
		position: relative;
		color: #999;
		text-align: center;
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding: 0.6rem 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Brand_Fx.active {
		background-color: #5bbc93;
		color: #fff;
	}

	.Brand_Fx.active h2,
	.Brand_Fx.active h3 {
		color: #fff;
	}

	.Brand_Fx img {
		display: block;
		max-width: 100%;
		height: 0.55rem;
		margin: 0px auto 0.3rem;
	}

	.Brand_Fx.active img {
		animation: bounceIn 1s;
		-webkit-animation: bounceIn 1s;
	}

	.Brand_Fx img.Active_Imgh,
	.Brand_Fx.active img.Active_Img {
		display: none;
	}

	.Brand_Fx.active img.Active_Imgh {
		display: block;
	}

	@keyframes bounceIn {

		from,
		20%,
		40%,
		60%,
		80%,
		to {
			-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
			animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		}

		0% {
			opacity: 0;
			-webkit-transform: scale3d(0.3, 0.3, 0.3);
			transform: scale3d(0.3, 0.3, 0.3);
		}

		20% {
			-webkit-transform: scale3d(1.06, 1.06, 1.06);
			transform: scale3d(1.06, 1.06, 1.06);
		}

		40% {
			-webkit-transform: scale3d(0.94, 0.94, 0.94);
			transform: scale3d(0.94, 0.94, 0.94);
		}

		60% {
			opacity: 1;
			-webkit-transform: scale3d(1.03, 1.03, 1.03);
			transform: scale3d(1.03, 1.03, 1.03);
		}

		80% {
			-webkit-transform: scale3d(0.97, 0.97, 0.97);
			transform: scale3d(0.97, 0.97, 0.97);
		}

		to {
			opacity: 1;
			-webkit-transform: scale3d(1, 1, 1);
			transform: scale3d(1, 1, 1);
		}
	}

	.bounceIn {
		-webkit-animation-duration: 0.75s;
		animation-duration: 0.75s;
		-webkit-animation-name: bounceIn;
		animation-name: bounceIn;
	}

	.Brand_Fx h3 {
		font-size: 0.42rem;
		color: #22263d;
		line-height: 0.62rem;
	}

	.Brand_Fx h2 {
		font-size: 0.32rem;
		color: #22263d;
		margin-bottom: 0.3rem;
		margin-top: 0.3rem;
	}

	.Brand_Fx span {
		display: block;
		padding-left: 0.35rem;
		margin-bottom: 0.05rem;
		margin-left: 0.5rem;
		background-image: url(../images/gou.png);
		background-size: 0.22rem 0.14rem;
		background-repeat: no-repeat;
		background-position: 37%;
	}

	.Brand_Fx.active span {
		background-image: url(../images/gou_h.png);
		background-size: 0.22rem 0.14rem;
	}

	.Data img {
		max-width: 100%;
		margin: 1rem auto;
	}

	.Brand_Level {
		display: inline-block;
		position: relative;
		color: #fff;
		text-align: center;
		margin-top: 0.6rem;
	}

	.Brand_Level h2 {
		padding: 0px 0.15rem;
		line-height: 0.5rem;
		height: 0.5rem;
		border-radius: 0.5rem;
		background-color: #5bbc93;
		font-size: 0.24rem;
		display: inline-block;
	}

	.Brand_Level h2 i {
		padding: 0px 0.06rem;
	}

	/* 慢病管理 */
	.Private_L {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.Product_Ct {
		position: relative;
		padding: 0.5rem 0;
		margin-bottom: 0.8rem;
	}

	.Product_Ct::after {
		content: '';
		width: 50%;
		height: 6.96rem;
		background-image: url(../images/bk1.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		z-index: -1;
		top: -1rem;
	}

	.Private_R {
		width: 100%;
		font-size: 0.22rem;
		line-height: 0.36rem;
		color: #999999;
	}

	.gallery-thumbs {
		width: 100%;
		margin-top: 0.8rem;
		text-align: center;
	}

	.gallery-thumbs .swiper-slide {
		visibility: hidden;
	}

	.gallery-thumbs .swiper-slide-active {
		visibility: visible;
	}

	.Private_R .BaseTit,
	.Proposit_L .BaseTit,
	.Charit_L .BaseTit,
	.Por_Center .BaseTit {
		text-align: left;
	}

	.Private_R p,
	.Proposit_L p,
	.Charit_L p,
	.Por_Center p,
	.Por_Center .BaseTit h2 {
		margin-top: 0.3rem;
	}

	.Private_Fx {
		width: 48%;
		background-color: #ffffff;
		box-shadow: 0px 0.1rem 0.5rem 0px rgba(101, 140, 123, 0.15);
		border-radius: 0.1rem;
		color: #22263d;
		float: left;
		position: relative;
		padding: 0.2rem 0;
		margin-bottom: 0.2rem;
	}

	.Private_Fx:nth-of-type(2n) {
		float: right;
	}

	.Private_Fx:nth-of-type(2) {
		background-color: #5bbc93;
		box-shadow: 0px 0.4rem 0.6rem 0px rgb(117 165 145 / 30%);
		border-radius: 0.2rem;
		color: #fff;
	}

	.Private_Fx img {
		width: 1rem;
		height: 0.52rem;
		position: absolute;
		object-fit: contain;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Private_Txt {
		font-size: 0.24rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		float: right;
		width: 65%;
	}

	.Private_Txt h3 {
		color: #5bbc93;
		font-size: 0.32rem;
		margin-bottom: 0.05rem;
	}

	.Private_Fx:nth-of-type(2) .Private_Txt h3,
	.Brand_Proposit .BaseTit h2,
	.Brand_Proposit .BaseTit em,
	.Por_Center .BaseTit h2,
	.Por_Center .BaseTit em {
		color: #FFF;
	}

	.Proposit_L {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999;
	}

	.Proposit_L .BaseTit em:last-child,
	.Belief .BaseTit em:last-child {
		margin-top: 0;
	}

	.Proposit_R {
		width: 100%;
		position: relative;
		padding-bottom: 0.5rem;
		margin-bottom: 0.8rem;
	}

	.Proposit_R:after {
		content: '';
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#5bbc93,
				#5bbc93);
		background-blend-mode: normal,
			normal;
		border-radius: 2.4rem 0.2rem 0.2rem 0.2rem;
		position: absolute;
		left: 0;
		height: 78%;
		width: 100%;
		z-index: -1;
		bottom: 0;
	}

	.Proposit_Img {
		max-width: 50%;
		margin: 0px auto;
		display: block;
		position: relative;
		z-index: 1;
	}

	.Proposit_Ct {
		width: 90%;
		margin: 0 auto;
	}

	.Proposit_Fx {
		width: 47%;
		height: 1.5rem;
		background-image: linear-gradient(54deg,
				#fdfdff 0%,
				#769bdc 100%),
			linear-gradient(#ffffff,
				#ffffff);
		border-radius: 0.2rem;
		border: solid 0.02rem #2f54c2;
		margin-bottom: 0.3rem;
		color: #fff;
		float: left;
	}

	.Proposit_Fx:nth-of-type(2) {
		float: right;
	}

	.Proposit_Fx:last-child {
		width: 98%;
	}

	.Proposit_Fx:first-of-type {
		background-color: #fff;
		box-shadow: 0px 0.3rem 0.6rem 0px rgb(106 143 169 / 20%);
		color: #22263d;
		background-image: initial;
		border: solid 0.02rem #fff;
	}

	.Proposit_Fx:first-of-type img {
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#ffffff,
				#ffffff);
		background-blend-mode: normal,
			normal;
	}

	.Proposit_Fx img {
		width: 0.8rem;
		height: 0.8rem;
		background-color: #ffffff;
		border-radius: 0.25rem;
		float: left;
		object-fit: none;
		margin: 0.35rem;
	}

	.Proposit_Txt {
		font-size: 0.24rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		float: left;
		width: 42%;
	}

	.Proposit_Txt h3 {
		font-size: 0.32rem;
	}

	.Maintenance_Ct {
		margin-top: 1rem;
		width: 100%;
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#5bbc93,
				#5bbc93);
		background-blend-mode: normal,
			normal;
		border-radius: 0.6rem;
		padding: 1.2rem 0 0.35rem;
		text-align: center;
		font-size: 0;
		color: rgba(255, 255, 255, 0.6);
		line-height: 0.42rem;
		position: relative;
	}

	.Maintenance_Fx {
		width: 50%;
		position: relative;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 0.8rem;
	}

	.Maintenance_Fx p {
		width: 75%;
		margin: 0px auto;
		font-size: 0.24rem;
	}

	.Maintenance_Icon {
		width: 2rem;
		height: 2rem;
		background-color: #ffffff;
		display: block;
		margin: 0px auto 0.2rem;
		border-radius: 50%;
	}

	.Maintenance_Fx h2 {
		font-size: 0.32rem;
		color: #FFFFFF;
		margin-bottom: 0.1rem;
	}

	.Maintenance_Icon h3 {
		font-size: 0.32rem;
		line-height: 0.42rem;
		height: 1.2rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		color: #3260c3;
	}

	.Maintenance_Icon span {
		width: 0.6rem;
		height: 0.6rem;
		background-color: #3260c3;
		display: block;
		border-radius: 50%;
		margin: 0px auto;
		font-size: 0.26rem;
		color: #fff;
		line-height: 0.6rem;
	}

	.Maintenance_Fx:nth-of-type(3) .Maintenance_Icon h3,
	.Maintenance_Fx:nth-of-type(4) .Maintenance_Icon h3 {
		color: #41a2c6;
	}

	.Maintenance_Fx:nth-of-type(3) .Maintenance_Icon span,
	.Maintenance_Fx:nth-of-type(4) .Maintenance_Icon span {
		background-color: #41a2c6;
	}

	.Maintenance_Ct::before {
		content: '';
		width: 92%;
		height: 100%;
		border-radius: 0.4rem;
		border: solid 1px #ffffff;
		opacity: 0.3;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 0.5rem;
		opacity: 0;
	}

	.Maintenance_H {
		font-size: 0.3rem;
		color: #ffffff;
		background-image: url(../images/jt1.png);
		background-size: 0.12rem 0.18rem;
		background-repeat: no-repeat;
		background-position: left 98%;
		padding-left: 0.24rem;
		position: absolute;
		left: 21%;
		top: 0.36rem;
		background-color: #3672c3;
		opacity: 0;
	}

	.Maintenance_Ht {
		font-size: 0.3rem;
		color: #ffffff;
		background-image: url(../images/jt1.png);
		background-size: 0.12rem 0.18rem;
		background-repeat: no-repeat;
		background-position: left 98%;
		padding-left: 0.24rem;
		position: absolute;
		left: 69%;
		top: 0.36rem;
		background-color: #41a2c6;
		opacity: 0;
	}

	.System {
		width: 100%;
		position: relative;
		background-color: #f5f8f7;
		margin-top: 1rem;
		padding: 1rem 0;
	}

	.System .BaseTit {}

	.System_Fx {
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding: 0.6rem 0;
		color: #999999;
		margin-top: 0.8rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		border-radius: 0.6rem;
	}

	.System_Fx.active {
		background-color: #ffffff;
		box-shadow: 0px 0.3rem 0.6rem 0px rgb(106 143 169 / 20%);
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	.System_Fx:nth-of-type(2n) .System_Icon {
		background-color: #5bbc93;
	}

	.System_Icon {
		width: 1.5rem;
		height: 1.5rem;
		background-color: #3260c3;
		border-radius: 50%;
		margin-left: 0.5rem;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.System_Fx.active .System_Icon {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
	}

	.System_Icon img {
		max-width: 60%;
		max-height: 60%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.System_Fx h2 {
		font-size: 0.32rem;
		color: #22263d;
		margin: 0.4rem 0 0.2rem;
		margin-left: 0.5rem;
	}

	.System_Fx p {
		margin: 0px 0.5rem;
	}

	.Professional_L {
		font-size: 0.24rem;
		color: rgba(34, 38, 61, 0.5);
		margin-top: 1rem;
		margin-bottom: 1.5rem;
	}

	.Professional_L h2 {
		font-size: 0.42rem;
		margin: 0.5rem 0 0.2rem;
		color: #22263D;
	}

	.Professional_Swiper {
		background-image: url(../images/yuan.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		height: 6.8rem;
		width: 6.16rem;
		position: relative;
		font-size: 0.24rem;
		line-height: 0.42rem;
		text-align: center;
		color: #FFFFFF;
		margin: 0px auto 3.5rem;
	}

	.Professional_Swiper .swiper-slide h2 {
		font-size: 0.32rem;
		margin-bottom: 0.3rem;
	}

	.Professional_Swiper .swiper-container,
	.Professional_Swiper .swiper-slide {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 90%;
		text-align: center;
	}

	.Professional_Swiper .swiper-pagination-bullets {
		bottom: 1.2rem !important;
	}

	.Professional_Swiper .swiper-pagination-bullet {
		width: 0.16rem;
		height: 0.16rem;
		background: #ffffff;
		opacity: 0.2;
	}

	.Professional_Swiper .swiper-pagination-bullet-active {
		opacity: 1;
	}

	.Professional_Base {
		border: solid 0.16rem #ffffff;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0px 0.3rem 0.6rem 0px rgb(0 0 0 / 20%);
		position: absolute;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		z-index: 2;
	}

	.Professional_Base.active {
		box-shadow: 0px 0.3rem 0.6rem 0px rgba(0, 0, 0, 0.3);
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	.Professional_Icon {
		width: 1rem;
		height: 1rem;
		top: -0.7rem;
		left: 33%;
	}

	.Professional_Base img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.Professional_Icon1 {
		width: 0.7rem;
		height: 0.7rem;
		border: solid 0.12rem #ffffff;
		top: 39%;
		left: -0.35rem;
	}

	.Professional_Icon2 {
		width: 1.2rem;
		height: 1.2rem;
		top: 76%;
		left: -0.4rem;
	}

	.Professional_Icon3 {
		width: 0.7rem;
		height: 0.7rem;
		border: solid 0.12rem #ffffff;
		top: 85%;
		left: 46%;
	}

	.Professional_Icon4 {
		top: 55%;
		left: 80%;
		width: 1rem;
		height: 1rem;
	}

	.Professional_Icon5 {
		width: 0.7rem;
		height: 0.7rem;
		border: solid 0.12rem #ffffff;
		top: 19%;
		right: -2%;
	}

	.Professional_Icon6 {
		width: 0.7rem;
		height: 0.7rem;
		border: solid .12rem #ffffff;
		top: 6%;
		right: 10%;
	}

	.Lvshou img {
		width: 100%;
		margin: 0px auto 0.5rem;
	}

	.Brand_Proposit {
		position: relative;
		background-image: url(../images/img9.png);
		padding: 1rem 0.3rem;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		margin-top: 0.8rem;
		margin-bottom: 1.5rem;
		background-color: #5bbc93;
		border-radius: 0.8rem;
	}

	.Brand_Propositxt {
		padding: 0.4rem;
		text-align: center;
		font-size: 0.24rem;
		line-height: .42rem;
		color: #999999;
		background-color: #ffffff;
		border-radius: 0.6rem;
		margin-top: 0.6rem;
	}

	.Powerful_Fx {
		margin-top: 1.6rem;
		position: relative;
		padding-bottom: 0.5rem;
		color: #999;
		text-align: center;
		border-radius: 0.5rem;
		border: solid 0.02rem #e8e8e8;
		font-size: 0.24rem;
		line-height: 0.42rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Powerful_Fx:hover {
		box-shadow: 0px 0.1rem 0.6rem 0px rgb(151 182 169 / 16%);
		border: solid 0.02rem #5bbc93;
	}

	.Powerful_Icon {
		width: 2rem;
		height: 2rem;
		border: solid 0.02rem #e8e8e8;
		border-radius: 50%;
		display: block;
		margin: -1rem auto 0.65rem;
		position: relative;
		background-color: #fff;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Powerful_Fx:hover .Powerful_Icon {
		border: solid 0.02rem #5bbc93;
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
	}

	.Powerful_Fx span em {
		color: #22263D;
	}

	.Powerful_Fx span {
		display: block;
		margin: 0 0.5rem;
	}

	.Powerful_Smarkt {
		width: 1rem;
		height: 1rem;
		background-color: #5bbc93;
		border-radius: 0.2rem;
		position: absolute;
		bottom: -0.5rem;
		left: 0.5rem;
		transform: rotate(45deg);
	}

	.Powerful_Icon .Powerful_Smarkt img {
		transform: translate(-50%, -50%) rotate(-45deg);
		-moz-transform: translate(-50%, -50%) rotate(-45deg);
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	}

	.Advantage {
		margin: 1rem 0;
		position: relative;
	}

	.Advantage img {
		width: 100%;
		margin: 0px auto;
	}

	.Advantage .Advantage_PropositIcon img {
		width: auto;
		max-height: 65%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		max-width: 65%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Corporate,
	.Knowledge {
		margin-top: 0.5rem;
	}

	.Corporate_Bk {
		max-width: 100%;
		display: block;
		margin: 0.6rem auto 0;
	}

	.Add_Corporate .BaseTit em {
		margin: 0px auto 0.3rem;
		width: 1.4rem;
		height: 1.4rem;
		background-image: linear-gradient(54deg, #2f54c2 0%, #45b6c7 100%), linear-gradient(#ffffff, #ffffff);
		background-blend-mode: normal, normal;
		border-radius: 100%;
		color: #fff;
		line-height: 0.42rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.Add_Corporate .BaseTit1 {
		color: #666666;
		float: left;
		width: 33.3%;
	}

	.New_Enterprise {
		background-color: #f5f8f7;
		border-radius: 0.5rem;
		margin-top: 0.6rem;
		padding: 0.6rem 0;
	}

	.DataAnalysisBorder {
		margin: 0.6rem auto 0;
	}

	.DataAnalysisFlex {
		margin-bottom: 0.3rem;
		padding-bottom: 0.6rem;
		border-radius: 0.5rem;
		font-size: 0.24rem;
		text-align: center;
		color: #999;
	}

	.DataAnalysisFlex h2 {
		font-size: 0.32rem;
		letter-spacing: 0.05rem;
		position: absolute;
		top: 0;
		width: 100%;
		color: #fff;
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 0.25rem;
		height: 90%;
		padding-bottom: 10%;
		left: 0;
		display: flex;
		justify-content: end;
		flex-direction: column;
	}

	.DataAnalysis_Img img,
	.DataAnalysis_Img {
		width: 100%;
		position: relative;
		border-radius: 0.25rem;
		overflow: hidden;
	}

	.DataAnalysisFlex span {
		font-size: 0.29rem;
		margin: 0.4rem 0 0.2rem;
		display: block;
		color: #666;
		text-align: left;
	}

	.DataAnalysisFlex p {
		line-height: 0.42rem;
		text-align: left;
	}


	.Honor_Fx {
		width: 100%;
		display: block;
		text-align: center;
		font-size: 0.28rem;
		color: #666666;
		line-height: 0.48rem;
		margin-top: 0.7rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		vertical-align: top;
	}

	.Honor_Fx:hover,
	.Honor_Fx.active {
		color: #5bbc93 !important;
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}

	.Honor_Icon {
		width: 6rem;
		margin: 0px auto 0.2rem;
		-webkit-transition: all .3s ease-out;
		height: 4.3rem;
		background: #e6e6e6;
	}

	.Honor_Icon img {
		width: 100%;
		display: block;
		margin: 0px auto;
		height: 100%;
	}

	.Charit_L {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999;
	}

	.Charit_L p.font24 {
		font-size: 0.32rem;
		line-height: 0.6rem;
		color: #22263d;
	}

	.Add_Knowledge .Scientific_Fx {
		float: none;
		width: 100%;
		margin-bottom: 0;
		margin-top: 0.3rem;
	}

	.Add_Knowledge .Scientific_Fx p {
		padding: 0;
		height: auto;
	}

	.Add_Knowledge .Scientific_Fx img {
		max-width: 100%;
		border-radius: 0.5rem;
		margin: 0.6rem auto 0;
		width: 100%;
		height: auto;
	}

	.Add_Health {
		position: relative;
		width: 100%;
	}

	.Add_HealthIcon {
		width: 1rem;
		display: flex;
		border-radius: 50%;
		position: absolute;
		top: 5%;
		left: 8%;
		justify-content: center;
		flex-direction: column;
		height: 1rem;
		background-color: #5bbc93;
		font-size: 0.22rem;
		line-height: 0.32rem;
		color: #ffffff;
		text-align: center;
	}

	.Add_HealthIcon:nth-of-type(2) {
		top: 24.5%;
		left: -4.7%;
	}

	.Add_HealthIcon:nth-of-type(3) {
		top: 47.8%;
		left: -7.3%;
	}

	.Add_HealthIcon:nth-of-type(4) {
		top: 69.5%;
		left: 0px;
	}

	.Add_HealthIcon:nth-of-type(5) {
		top: 85.6%;
		left: 17%;
	}

	.Charit_R {
		margin-top: 0.8rem;
		margin-bottom: 0.3rem;
		font-size: 0;
	}

	.Charit_R .Honor_Fx {
		margin-top: 0;
		margin-bottom: 0.3rem;
		color: #999999;
		width: 50%;
		display: inline-block;
		vertical-align: top;
		font-size: 0.22rem;
	}

	.Charit_R .Honor_Icon img {
		max-width: 85%;
	}

	.Charit_R .Honor_Icon {
		width: 100%;
		height: auto;
		background: transparent;
		margin: 0;
	}

	.ManagementCt {
		width: 100%;
		margin-bottom: 1rem;
		position: relative;
	}

	.ManagementCt:first-of-type {
		margin-top: 1rem;
	}

	.ManagementCt .ManagementCt_Swiper {
		border-radius: 0.6rem;
		width: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: relative;
	}


	.ManagementCt .ManagementCt_Swiper .swiper-slide img {
		width: 100%;
		border-radius: 0.6rem;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-button-prev {
		background-image: url(../images/prev1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.8rem;
		height: 0.8rem;
		margin: 0;
		left: 0.5rem;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-button-prev:hover {
		left: 0.55rem;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-button-next {
		background-image: url(../images/prev1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.8rem;
		height: 0.8rem;
		margin: 0;
		right: 0.5rem;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-button-next:hover {
		right: 0.55rem;
	}

	.ManagementCtL {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
		margin-top: 1.2rem;
	}


	.ManagementCtL h3 {
		font-size: 0.42rem;
		color: #5bbc93;
		line-height: 0.52rem;
		margin-bottom: 0.1rem;
	}

	.ManagementCtL span {
		font-size: 0.36rem;
		line-height: 0.56rem;
		margin-top: 0.3rem;
		display: block;
		color: #5bbc93;
		margin-bottom: 0.3rem;
	}

	.ManagementCtL h2 {
		letter-spacing: -0.06rem;
		color: #d8dbe0;
		opacity: 0.15;
		font-size: 2.6rem;
		line-height: 0.7rem;
	}

	.Expert_Fx {
		background-color: #f5f8f7;
		border-radius: 0.8rem;
		margin-top: 1rem;
		position: relative;
		padding-top: 0.5rem;
	}


	.Expert_Fx img {
		width: 100%;
		position: relative;
		z-index: 2;
	}

	.Expert_Fx::after {
		content: '';
		background-image: url(../images/bk4.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 3.71rem;
		position: absolute;
		top: 16%;
		left: 0;
	}

	.Expert_Txt {
		width: 90%;
		background-color: #5bbc93;
		border-radius: 0.8rem;
		text-align: center;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #fff;
		padding: 0.5rem 0.3rem;
	}

	.Expert_Txt h2 {
		font-size: 0.52rem;
		line-height: 0.62rem;
	}

	.Expert_Txt h3 {
		font-size: 0.28rem;
		margin: 0.22rem 0;
		line-height: 0.42rem;
	}

	.Scientific_Fx {
		float: left;
		width: 50%;
		margin-bottom: 0.5rem;
		font-size: 0.24rem;
		color: #999999;
		line-height: 0.42rem;
	}

	.Scientific_Fx img {
		width: 0.5rem;
		height: 0.5rem;
		object-fit: contain;
	}

	.Scientific_Fx h2,
	.LvCourse_L h2,
	.Ecology_Swiper .swiper-slide h2 {
		font-size: 0.32rem;
		color: #22263d;
		margin: 0.3rem 0 0.15rem;
	}

	.Scientific_Fx p {
		height: 1.3rem;
		overflow: hidden;
		padding-right: 0.5rem;
	}

	.Domestic {
		margin-top: 0.3rem;
		position: relative;
		margin-bottom: 1.5rem;
	}

	.Domestic_Txt {
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding: 0.8rem 0;
		color: #ffffff;
		background-color: #5bbc93;
		box-shadow: 0px 0.4rem 0.6rem 0px rgb(117 165 145 / 30%);
		border-bottom-left-radius: 0.8rem;
		border-bottom-right-radius: 0.8rem;
		position: relative;
	}

	.Por_Center {
		padding: 0px 0.5rem;
	}

	.Domestic_Img {
		width: 100%;
		margin-bottom: -0.4rem;
	}

	.Belief img {
		border-radius: 0.8rem;
		width: 100%;
		margin: 0;
	}

	.Belief .Private_R {
		height: 100%;
		position: initial;
		width: 100%;
		margin-top: 0.5rem;
	}

	.LvCourse_L {
		text-align: center;
		margin-top: 0.2rem;
		position: relative;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
	}

	.LvCourse_Txt {
		width: 2.5rem;
		height: 0.8rem;
		/* background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#5bbc93,
				#5bbc93); */
		background-blend-mode: normal,
			normal;
		border-radius: 0.5rem;
		position: absolute;
		line-height: 0.8rem;
		font-size: 0.32rem;
		color: #FFFFFF;
		text-align: center;
		bottom: 2rem;
		background-color: rgba(0, 0, 0, 0.5);
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}


	.LvCourse_Txt::before {
		content: '';
		background-image: url(../images/jt2.png);
		background-size: cover;
		width: 0.19rem;
		height: 0.1rem;
		position: absolute;
		background-repeat: no-repeat;
		background-position: top;
		bottom: -0.1rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		opacity: 0;
	}

	.LvCourse_L img {
		width: 100%;
		border-radius: 0.2rem;
		margin: 0.5rem auto 0;
		height: 4.6rem;
	}

	.Ecology {
		margin: 1.5rem 0;
		position: relative;
	}

	.Ecology_Swiper {
		width: 100%;
		height: 7rem;
		position: relative;
	}

	.Ecology .Private_R {
		right: initial;
		left: 0;
		height: 100%;
		position: initial;
		display: block;
		width: initial;
	}

	.Ecology .Private_R .BaseTit {
		text-align: center;
	}

	.Ecology_Swiper .swiper-container {
		height: 100%;
		width: 90%;
	}

	.Ecology_Swiper:after {
		content: '';
		background-color: #5bbc93;
		border-radius: 0.6rem;
		width: 100%;
		height: 95%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.Ecology_Swiper .swiper-slide {
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: rgba(34, 38, 61, 0.5);
		text-align: center;
		transform: scale(0.35);
		-webkit-transform: scale(0.35);
		-moz-transform: scale(0.35);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.Ecology_Swiper .swiper-slide .Ecology_Center {
		width: 97%;
	}

	.Ecology_Swiper .swiper-slide-active {
		transform: none;

	}

	.Ecology_Swiper .swiper-slide-active .Ecology_Center {
		width: 100%;
	}

	.Ecology_Center {
		background-color: #ffffff;
		box-shadow: 0px 0.1rem 0.8rem 0px rgba(117, 165, 145, 0.2);
		border-radius: 0.2rem;
		width: 100%;
		padding: 0.45rem 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.Ecology_Icon {
		width: 1.68rem;
		height: 1.68rem;
		background-color: #f5f8f7;
		border-radius: 50%;
		position: relative;
		margin: 0px auto;
	}

	.Ecology_Icon img {
		width: 80%;
		height: 80%;
		margin: 10% auto;
		object-fit: contain;
	}

	.Ecology .swiper-button-prev {
		background-image: url(../images/prev1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.6rem;
		height: 0.6rem;
		margin: 0;
		right: 1.5rem;
		top: 0.5rem;
		left: initial;
	}

	.Ecology .swiper-button-next {
		background-image: url(../images/prev1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.6rem;
		height: 0.6rem;
		margin: 0;
		top: 0.5rem;
		right: 0.5rem;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}

	.DataImg {
		display: block;
		margin: 1rem auto 0 !important;
		width: initial !important;
		border-radius: 0 !important;
	}

	.Add_Group,
	.Add_Groupt {
		margin-bottom: 1.2rem;
	}

	.OtherBanner {
		padding-top: 2rem;
	}

	.Add_Domestic {
		margin-bottom: 1rem;
		margin-top: 0.8rem;
	}

	.Add_Honor {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		margin: 1rem auto;
	}

	.Add_HonorFx {
		width: 100%;
		margin-bottom: 0.4rem;
	}

	.Add_HonorFx img {
		width: 0.6rem;
		display: inline-block;
		vertical-align: top;
		margin-right: 0.4rem;
	}

	.Add_Honor span {
		display: inline-block;
		vertical-align: top;
		width: 74%;
		height: 0.8rem;
		overflow: hidden;
	}

	.Add_Honor span i {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
	}

	.Add_HonorImg {
		max-width: 100%;
		display: block;
		margin: 1rem auto 0;
	}

	.Advantage_Proposit {
		position: relative;
		background-image: url(../images/add_bk.png);
		padding: 0.8rem 0.5rem;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		font-size: 0.24rem;
		margin-top: 0.8rem;
		margin-bottom: 1.7rem;
		border-radius: 0.5rem;
		line-height: 0.42rem;
		color: #ffffff;
	}

	.Advantage_Proposit .BaseTit em {
		color: #fff;
		text-align: left;
		margin: .5rem 0 0.2rem;
	}

	.Advantage_PropositR {
		text-align: center;
		font-size: 0;
		margin-top: 0.6rem;
	}

	.Advantage_PropositIcon {
		width: 1.2rem;
		position: relative;
		display: inline-block;
		overflow: hidden;
		height: 1.2rem;
		margin-left: 0.5rem;
		border-radius: 50%;
		background-color: #ffffff;
		vertical-align: top;
	}

}
