@media screen and (min-width: 1024px) {
	body {
		font-size: 24px;
	}

	img {
		object-fit: cover;
	}

	ul,
	h2,
	p,
	h3 {
		margin: 0;
		padding: 0;
	}

	.phone {
		display: none !important;
	}

	.container {
		padding: 0px 9%;
	}

	.W1200 {
		width: 1200px;
		margin: 0px auto;
	}

	.W1100 {
		width: 1100px;
		margin: 0px auto;
	}

	.wrapper.on {
		padding-top: 100px;
	}

	/* å¤´éƒ¨ */
	.HeaderFlix {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 101;
		height: 93px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	/* .HeaderFlix:after {
		content: '';
		width: 100%;
		min-height: 360px;
		background: rgba(255, 255, 255, 1);
		position: absolute;
		left: 0;
		z-index: 1;
		border-top: 1px solid #eee;
		bottom: -358px;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0;
		visibility: hidden;
	}

	.HeaderFlix.tags:after {
		opacity: 1;
		bottom: -360px;
		visibility: visible;
	} */

	.HeaderFlix.on,
	.HeaderFlix.tags {
		background-color: #ffffff;
		box-shadow: 0px 10px 20px 0px rgba(1, 0, 0, 0.04);
		position: fixed;
	}

	.am_logo {
		width: 180px;
		height: 53px;
		position: relative;
		float: left;
		margin-top: 20px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-image: url(../images/logo.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.nav_search {
		background: url(../images/search.png);
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 28.5px;
		float: right;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		width: 36px;
		height: 36px;
		background-color: #5bbc93;
		border-radius: 18px;
	}

	.subnav_ul {
		float: right;
		min-width: 78%;
		text-align: left;
	}

	.subnav_ul li {
		display: inline-block;
		vertical-align: top;
		color: #000000;
		margin-right: 5%;
		position: relative;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}

	.Product_Service_Tag:nth-of-type(4n),
	.Knowledge_Tag:nth-of-type(3n),
	.Management_Fx:nth-of-type(3n),
	.Brand_Fx:nth-of-type(4n),
	.Private_Fx:nth-of-type(2n),
	.Powerful_Fx:nth-of-type(3n),
	.Expert_Fx:nth-of-type(4n) {
		margin-right: 0;
	}

	.subnav_ul .tag {
		font-size: 16px;
		color: #000;
		display: block;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position: relative;
		line-height: 93px;
	}

	.subnav_ul li .tag::after {
		content: '';
		width: 0;
		height: 4px;
		background-color: rgba(91, 188, 147, 0.95);
		position: absolute;
		bottom: 0;
		left: 1px;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.subnav_ul li:hover .tag {
		color: #5bbc93;
	}

	.subnav_ul li:hover .tag::after {
		width: 100%;
	}

	.Navdown {
		width: 164%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		position: absolute;
		top: 93px;
		z-index: 100;
		text-align: center;
		font-size: 0;
		display: none;
		background: #fff;
		padding: 0px 15px;
		box-shadow: 0px 10px 20px 0px rgb(1 0 0 / 4%);
	}

	.subnav_ul li:nth-of-type(5) .Navdown {
		width: 210%;
	}

	/* .subnav_ul.tags li .Navdown a:nth-child(1) {
		transition-delay: 0.3s;
	}

	.subnav_ul.tags li .Navdown a:nth-child(2) {
		transition-delay: 0.4s;
	}

	.subnav_ul.tags li .Navdown a:nth-child(3) {
		transition-delay: 0.5s;
	}

	.subnav_ul.tags li .Navdown a:nth-child(4) {
		transition-delay: 0.6s;
	}

	.subnav_ul.tags li .Navdown a:nth-child(5) {
		transition-delay: 0.7s;
	}

	.subnav_ul.tags li .Navdown a:nth-child(6) {
		transition-delay: 0.8s;
	}

	.subnav_ul.tags li .Navdown a:nth-child(7) {
		transition-delay: 0.9s;
	} */

	.subnav_ul li .Navdown a {
		color: #999;
		font-size: 15px;
		text-align: center;
		display: block;
		line-height: 42px;
		border-bottom: 1px solid rgba(34, 38, 61, 0.05);
	}

	.subnav_ul li .Navdown a:last-child {
		border-bottom: 0;
	}

	.subnav_ul li .Navdown a:hover {
		color: #5bbc93 !important;
	}

	.Knowledge_Tag:hover .Knowledge_Div h3 {
		color: #5bbc93;
		padding-left: 2px;
	}

	.IndexBanner {
		height: 100vh;
		min-height: 580px;
	}

	.IndexBanner,
	.OtherBanner {
		width: 100%;
		position: relative;
	}

	.IndexBanner img.pc {
		max-width: 50%;
		max-height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.IndexBannerCt {
		position: absolute;
		top: 43%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 12%;
		z-index: 2;
		color: #22263d;
	}

	.OtherBanner .IndexBannerCt {
		top: 38%;
	}

	.IndexBannerCt h2 {
		font-size: 72px;
		line-height: 100px;
		color: #22263d;
	}

	.IndexBannerCt p {
		font-size: 48px;
	}

	.IndexBanner_More {
		line-height: 60px;
		display: block;
		margin-top: 50px;
		font-size: 18px;
		color: #fff;
		text-align: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		position: relative;
		overflow: hidden;
		width: 180px;
		height: 60px;
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#344fa1,
				#344fa1);
		background-blend-mode: normal,
			normal;
		border-radius: 30px;
	}

	.IndexBanner_More img {
		width: 7px;
		height: 12px;
		vertical-align: middle;
		margin-left: 20px;
		z-index: 2;
		position: relative;
	}

	.IndexBanner_More:before {
		content: " ";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		background: #45b6c7;
		z-index: 1;
		transition: all .4s;
		-webkit-transition: all .4s;
	}

	.IndexBanner_More:hover:before {
		left: 0;
		width: 100%;
	}

	.IndexBanner_More i,
	.IndexBanner_More em {
		position: relative;
		z-index: 2;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.IndexBanner_More:hover i,
	.IndexBanner_More:hover em {
		color: #fff;
		padding: 0 5px;
	}

	.IndexBanner_Layout {
		width: 82%;
		height: 160px;
		background-color: #5bbc93;
		box-shadow: 0px 24px 30px 0px rgba(91, 188, 147, 0.2);
		border-radius: 80px;
		position: absolute;
		bottom: 4%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.IndexBanner_Layout .swiper-container {
		margin: 0px 4%;
	}

	.IndexBanner_Layout .swiper-slide {
		width: 14.3%;
		font-size: 14px;
		text-align: center;
		line-height: 28px;
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		float: left;
	}

	.IndexBanner_Fx {
		display: block;
		color: #fff;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.IndexBanner_Layout .swiper-slide:last-child::after {
		width: 0;
	}

	.IndexBanner_Layout .swiper-slide::after {
		content: '';
		width: 1px;
		height: 80px;
		background-color: #ffffff;
		opacity: 0.3;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
	}

	.IndexBanner_Icon {
		width: 60px;
		height: 60px;
		border: 1px solid rgba(255, 255, 255, 1);
		border-radius: 50%;
		margin: 0.17rem auto;
		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_Layout .swiper-slide:hover .IndexBanner_Fx {
		transform: translateY(-5px);
	}

	.IndexBanner_Layout .swiper-slide h3 {
		color: #fff;
		font-size: 18px;
	}

	.IndexBanner_Layout .swiper-slide p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.IndexBanner_Layout .swiper-button-prev,
	.IndexBanner_Layout .swiper-button-next {
		width: 0.8rem;
		margin: 0;
		height: 80%;
		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);
	}

	/* åº•éƒ¨ */
	.Footer {
		position: relative;
		font-size: 15px;
		line-height: 24px;
		color: rgba(34, 38, 61, 0.5);
		background-color: #f5f8f7;
		padding-bottom: 45px;
		margin-top: 260px;
	}

	.Footer::after {
		content: '';
		background-image: url(../images/footerbk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		width: 100%;
		height: 150px;
		position: absolute;
		top: -150px;
		left: 0;
	}

	.am_subfooterdiv:first-of-type {
		width: 22%;
	}

	.am_subfooterdiv {
		float: left;
		width: 12%;
	}

	.am_subfooterdiv:last-child {
		width: 18%;
	}

	.am_subfooterdiv h2 {
		font-size: 16px;
		color: #22263d;
		margin-bottom: 40px;
		height: 20px;
	}

	.am_subfooterdiv:last-child img:last-child {
		margin-left: 10px;
	}

	.am_subfooterdiv a {
		color: rgba(34, 38, 61, 0.5);
		padding-bottom: 5px;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 14px;
	}

	.am_subfooterdiv:first-of-type a img {
		width: 160px;
	}

	.am_subfooterdiv .am_subtag a:hover {
		color: #5bbc93;
		padding-left: 2px;
	}

	.am_subfooterdiv a:hover {
		color: #5bbc93;
	}

	.am_subfooterdiv_Icon {
		margin-top: 110px;
		font-size: 0;
		text-align: center;
	}

	.am_subfooterdiv_Icon a {
		display: inline-block;
		vertical-align: top;
		padding-left: 50px;
	}

	.am_subfooterdiv_Icon a:first-of-type {
		padding-left: 0;
	}

	.am_subfooterdiv_Icon a img {
		display: block;
		height: 40px;
		object-fit: none;
		margin: 0px auto;
		opacity: 0.3;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	.am_subfooterdiv_Icon a img:hover {
		opacity: 1;
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	.am_subfooterdiv_Address {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		line-height: 48px;
		color: #ffffff;
		padding-right: 33px;
	}

	.am_subfooterdiv_Address p img {
		margin-top: 10px;
		margin-left: 8px;
	}

	.am_subfooterdiv_Ewm {
		display: inline-block;
		vertical-align: top;
		font-size: 0;
	}

	.am_subfooterdiv_Ewm p {
		margin-left: 17px;
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		color: #ffffff;
		text-align: center;
	}

	.am_subfooterdiv_Ewm p img {
		width: 60px;
		height: 61px;
		display: block;
		margin: 0px auto;
	}

	.go_top {
		width: 68px;
		height: 72px;
		display: block;
		margin: 0px auto;
		background: url(../images/backtop.png);
		background-size: contain;
		background-repeat: no-repeat;
		cursor: pointer;
		position: fixed;
		bottom: 3%;
		right: 30px;
		z-index: 55;
	}

	.am_bootom a {
		width: 100%;
		margin-top: 25px;
		padding-top: 45px;
		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;
	}

	.am_bootom .clearfix {
		color: rgba(255, 255, 255, 0.15);
	}

	.am_bootom .clearfix a {
		padding: 0px 5px;
	}

	.Footer_Layout {
		height: 90px;
		margin: 60px auto 90px;
		text-align: center;
		position: relative;
	}

	.Footer_Center {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 0;
		height: 100%;
	}

	.Footer_Fx {
		padding: 0px 70px;
		font-size: 15px;
		text-align: center;
		line-height: 23px;
		color: #fff;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		float: left;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		background-color: #5bbc93;
		box-shadow: 0px 24px 30px 0px rgb(91 188 147 / 20%);
		border-radius: 80px;
	}

	.Footer_Fx:first-of-type {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.Footer_Fx:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.Footer_Fx:last-child::after {
		width: 0;
	}

	.Footer_Fx::after {
		content: '';
		width: 1px;
		height: 50px;
		background-color: #ffffff;
		opacity: 0.3;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
	}

	.Footer_Fx img {
		max-width: 100%;
		margin: 0px auto 5px;
		height: 24px;
		object-fit: contain;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.FooterTit {
		font-size: 15px;
		line-height: 24px;
		color: rgba(34, 38, 61, 0.5);
		text-align: center;
	}

	.FooterTit h2 {
		font-size: 30px;
		color: #22263d;
		margin-bottom: 18px;
		line-height: 32px;
	}

	.FooterTit h2 em {
		color: #5bbc93;
	}

	.BaseTit {
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		text-align: center;
	}

	.BaseTit h2 {
		font-size: 40px;
		color: #000;
		line-height: 52px;
		margin-bottom: 10px;
	}

	.Knowledge .IndexBanner_More,
	.Trends_Layout .IndexBanner_More {
		position: relative;
		margin: 98px auto 0;
		z-index: 1;
	}

	.Knowledge_Tag {
		float: left;
		width: 30.7%;
		margin-top: 65px;
		margin-right: 3.8%;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Knowledge_Tag:after {
		content: '';
		background-size: 29px 16px;
		background-position: -100%;
		background-repeat: no-repeat;
		background-image: url(../images/next.png);
		width: 60px;
		height: 60px;
		background-color: #5bbc93;
		border-radius: 50%;
		position: absolute;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		left: 48%;
		bottom: -30px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		opacity: 0;
	}

	.Knowledge_Tag:hover:after {
		opacity: 1;
		left: 50%;
		background-position: center;
	}

	.Knowledge_Img {
		width: 100%;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		box-shadow: 0px 10px 60px 0px rgba(151, 182, 169, 0.16);
		border-radius: 20px 20px 0px 0px;
		height: 240px;
	}

	.Knowledge_Img img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Knowledge_Tag:hover .Knowledge_Img img,
	.Expert_Fx:hover img {
		transform: scale(1.1);
		-webkit-transition: scale(1.1);
	}

	.Knowledge_Div {
		font-size: 15px;
		padding: 35px 8% 42px;
		line-height: 24px;
		background-color: #fff;
		color: rgba(34, 38, 61, 0.5);
		box-shadow: 0px 10px 60px 0px rgba(151, 182, 169, 0.16);
		border-radius: 0px 0px 20px 20px;
	}

	.Knowledge_Div h2 {
		color: #cccccc;
		font-size: 15px;
		font-weight: normal;
	}

	.Knowledge_Div h2 i {
		color: #5bbc93;
		position: relative;
		padding-left: 30px;
	}

	.Knowledge_Div h2 i:after {
		width: 6px;
		content: '';
		border-radius: 50%;
		position: absolute;
		left: 15px;
		height: 6px;
		background-color: #5bbc93;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Knowledge_Div h3 {
		font-size: 20px;
		color: #22263d;
		margin: 22px 0px 15px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		line-height: 32px;
		height: 68px;
		overflow: hidden;
	}

	.Knowledge_Div p {
		height: 50px;
		overflow: hidden;
	}

	.Management {
		margin: 100px auto;
	}

	.Management_Fx {
		float: left;
		margin-top: 65px;
		margin-right: 3.67%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		width: 30.5%;
		color: rgba(34, 38, 61, 0.5);
		height: 316px;
		background-color: #ffffff;
		border-radius: 48px;
		border: solid 2px #5bbc93;
		font-size: 15px;
		line-height: 24px;
		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 {
		border: solid 2px #fff;
		color: #fff;
	}

	.Management_Fx:hover h2,
	.Management_Fx:hover p {
		color: #fff;
	}

	.Management_Icon {
		width: 120px;
		height: 120px;
		background-color: #f5f8f7;
		border-radius: 50%;
		display: block;
		margin: 0px auto 24px;
		position: relative;
		overflow: hidden;
	}

	.Management_Icon img,
	.Powerful_Icon img,
	.Ecology_Icon img,
	.Advantage_PropositIcon img {
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		max-width: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Ecology_Icon img {
		max-width: 85%;
	}

	.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 {
		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 {
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}

	.Management_Layout h2 {
		font-size: 24px;
		color: #22263d;
		margin-bottom: 8px;
		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%;
	}

	.News_Ct {
		margin-top: 65px;
		position: relative;
		z-index: 1;
	}

	.News_Ct .Knowledge_Tag {
		float: none;
		width: 100%;
		margin: 0;
		display: block;
	}

	.News_Ct .Knowledge_Tag .Knowledge_Img {
		height: 600px;
		border-radius: 48px;
		box-shadow: none;
	}

	.News_CtL {
		float: left;
		width: 65%;
	}

	.News_Ct .Knowledge_Div {
		padding: 0;
		margin-top: 30px;
		box-shadow: none;
	}

	.News_Ct .Knowledge_Div h3 {
		margin: 0px 0px 10px;
		height: 32px;
	}

	.News_CtR {
		float: right;
		width: 30.7%;
	}

	.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
		height: 240px;
		border-radius: 20px;
	}

	.News_Ct .News_CtR .Knowledge_Tag:first-of-type {
		margin-bottom: 26px;
	}

	.News_Ct .Knowledge_Tag:hover:after {
		opacity: 0;
	}

	.Knowledge {
		margin-top: 100px;
	}

	.Internet_Hospital {
		width: 100%;
		position: relative;
		background-image: url(../images/bk.png);
		min-height: 1000px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top;
		margin-top: -210px;
		/* margin-bottom: 118px; */
		/* z-index: -1; */
	}

	.Internet_Hospital .swiper-container {
		width: 58%;
		height: 68%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}

	.Internet_Hospital .swiper-slide .Intelligent_Img {
		width: 52%;
		position: absolute;
		left: 0;
		top: 44%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		border-radius: 51px;
	}

	.Intelligent_R {
		width: 32%;
		font-size: 15px;
		line-height: 28px;
		color: rgba(34, 38, 61, 0.5);
		position: absolute;
		right: 0;
		top: 38%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}

	.Intelligent_R h2 {
		font-size: 60px;
		color: #344fa1;
		display: block;
		margin: 50px 0 25px;
		line-height: 45px;
		white-space: nowrap;
	}

	.Intelligent_R h3 {
		font-size: 20px;
		margin-bottom: 25px;
		color: #22263d;
	}

	.Internet_Hospital .swiper-button-prev,
	.Internet_Hospital .swiper-button-next {
		width: 60px;
		border-radius: 50%;
		margin: 0;
		height: 60px;
		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: 9%;
		background-image: url(../images/prev.png);
		background-size: 29px 16px;
		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: 9%;
		left: initial;
		background-image: url(../images/next.png);
		background-size: 29px 16px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.Search_Popup {
		max-width: 50%;
		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 40px;
	}

	.Search_Popup img:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.Search_Popup_Layout {
		width: 600px;
		height: 68px;
		background-color: #fff;
		border-radius: 8px;
	}

	.Search_Popup_Bt {
		background-image: url(../images/search1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 24px;
		float: left;
		margin-top: 21.5px;
		margin-left: 20px;
		height: 25px;
	}

	.Search_Popup_Txt {
		float: left;
		margin-left: 20px;
		color: #333333;
		line-height: 68px;
		font-size: 18px;
	}

	/* 新闻 */
	.OtherBanner img {
		margin-bottom: 120px;
		float: right;
	}

	.Trends_Tab {
		font-size: 0;
		text-align: center;
		width: 360px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap-reverse;
		height: 60px;
		background-color: #f5f8f7;
		border-radius: 30px;
		margin: 0px auto;
	}

	.Trends_Tab a {
		width: 50%;
		height: 60px;
		line-height: 60px;
		font-size: 20px;
		text-align: center;
		color: #22263d;
		border-radius: 30px;
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
		font-weight: bold;
	}

	.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;
	}

	.OtherBanner {
		margin-top: 185px;
	}

	.Trends_Div .Knowledge_Tag {
		background-color: #ffffff;
		box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.05);
		border-radius: 48px;
		margin-top: 80px;
	}

	.Trends_Div .Knowledge_Img {
		width: 91%;
		height: 248px;
		border-radius: 20px;
		box-shadow: none;
		margin: 20px auto 0;
	}

	.Trends_Div .Knowledge_Div {
		background-color: transparent;
		box-shadow: none;
		color: #999999;
		height: 165px;
		position: relative;
	}

	.Trends_Div .Knowledge_Div h3 {
		margin-top: 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: initial;
	}

	.Trends_Div .Knowledge_Tag h2 {
		position: absolute;
		bottom: 40px;
	}

	.Trends_Detail {
		padding-top: 185px;
	}

	.Trends_Detail .BaseH {
		line-height: 40px;
		padding: 40px 9%;
	}

	.NewsDetailCt {
		padding-bottom: 80px;
		border-bottom: 1px solid #d8dbe0;
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		width: 61.5%;
		margin: 0px auto 90px;
	}

	.NewsDetailH {
		font-size: 54px;
		line-height: 70px;
		color: #22263d;
		margin: 30px 0;
	}

	.NewsDetailHt {
		color: #cccccc;
	}

	.NewsDetailHt i {
		padding-left: 20px;
	}

	.NewsDetailCt p {
		margin-top: 15px;
	}

	.NewsDetailCt p strong {
		font-weight: bold;
		color: #333333;
	}

	.NewsDetailCt p img {
		max-width: 100%;
		display: block;
		margin: 15px auto;
	}

	.Trends_Float {
		position: fixed;
		left: 9%;
		z-index: 99;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Trends_Float a {
		width: 68px;
		height: 68px;
		background-color: #ffffff;
		box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
		display: block;
		margin-top: 30px;
		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: 80%;
		max-height: 80%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
	}

	.Brand_L {
		width: 55%;
		position: relative;
		padding-bottom: 68px;
		padding-left: 3%;
		margin-top: 80px;
	}

	.Brand_L::after {
		content: '';
		width: 95%;
		height: 460px;
		background-color: #f5f8f7;
		border-radius: 80px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;
	}

	.Brand_R {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 90%;
		width: 33%;
		position: absolute;
		right: 0;
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		top: 0;
	}

	.Brand_R p:first-of-type {
		margin-bottom: 30px;
	}

	.Dimension {
		margin: 100px 0;
	}

	.BaseTit h2 i,
	.BaseTit em i {
		color: #5bbc93;
	}

	.BaseTit em {
		font-size: 30px;
		color: #22263d;
		line-height: 48px;
		margin-top: 15px;
		display: block;
	}

	.Brand_Fx {
		width: 23%;
		height: 380px;
		background-color: #ffffff;
		box-shadow: 0px 30px 60px 0px rgba(151, 182, 169, 0.16);
		border-radius: 20px;
		float: left;
		margin-top: 80px;
		margin-right: 2.5%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		color: #999;
		font-size: 15px;
		line-height: 24px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		text-align: center;
	}

	.Brand_Fx:hover {
		background-color: #5bbc93;
		color: #fff;
	}

	.Brand_Fx:hover h2,
	.Brand_Fx:hover h3 {
		color: #fff;
	}

	.Brand_Fx img {
		display: block;
		max-width: 100%;
		height: 49px;
		margin: 45px auto 20px;
	}

	.Brand_Fx img.Active_Imgh,
	.Brand_Fx:hover img.Active_Img {
		display: none;
	}

	.Brand_Fx:hover img {
		animation: bounceIn 1s;
		-webkit-animation: bounceIn 1s;
	}

	.Brand_Fx:hover 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 h2 {
		font-size: 24px;
		color: #5bbc93;
		margin-bottom: 30px;
		margin-top: 20px;
		font-weight: normal;
	}

	.Brand_Fx h3 {
		font-size: 36px;
		color: #22263d;
		line-height: 42px;
	}

	.Brand_Fx span {
		display: block;
		padding-left: 32px;
		margin-bottom: 5px;
		background-image: url(../images/gou.png);
		background-size: 17px 11px;
		background-repeat: no-repeat;
		background-position: 39%;
	}

	.Brand_Fx:hover span {
		background-image: url(../images/gou_h.png);
		background-size: 17px 11px;
	}

	.Data img {
		max-width: 100%;
		margin: 60px auto;
	}

	.Brand_Level {
		float: left;
		width: 33.3%;
		position: relative;
		color: #fff;
		text-align: center;
		margin-top: 60px;
	}

	.Brand_Level::after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		height: 2px;
		background-color: #5bbc93;
		opacity: 0.2;
		width: 80%;
		right: -30%;
		z-index: -1;
	}

	.Brand_Level:last-child::after {
		width: 0;
	}

	.Brand_Level h2 {
		padding: 0px 16px;
		line-height: 41px;
		height: 41px;
		border-radius: 50px;
		background-color: #5bbc93;
		font-size: 20px;
		display: inline-block;
	}

	.Brand_Level h2 i {
		padding: 0px 10px;
	}

	/* 慢病管理 */
	.Private_L {
		width: 60%;
	}

	.Product_Ct {
		position: relative;
		padding: 100px 0 170px 4%;
		margin-bottom: 130px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap-reverse;
	}

	.Product_Ct::after {
		content: '';
		width: 50%;
		height: 696px;
		background-image: url(../images/bk1.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		left: 0;
		z-index: -1;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Private_R {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 80%;
		width: 36.6%;
		position: absolute;
		right: 0;
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		top: 0;
	}

	.gallery-thumbs {
		position: absolute;
		width: 35%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
	}

	.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: 30px;
	}

	.Private_Fx {
		width: 38.5%;
		float: left;
		height: 160px;
		background-color: #ffffff;
		box-shadow: 0px 10px 50px 0px rgba(101, 140, 123, 0.15);
		border-radius: 6px;
		margin-right: 3%;
		color: #22263d;
		margin-bottom: -30px;
	}

	.Private_Fx:nth-of-type(2) {
		background-color: #5bbc93;
		box-shadow: 0px 40px 60px 0px rgba(117, 165, 145, 0.3);
		border-radius: 20px;
		height: 210px;
		width: 51.3%;
		color: #fff;
		margin-left: -6%;
		top: -86px;
		position: relative;
	}

	.Private_Fx img {
		width: 41%;
		height: 100%;
		float: left;
		object-fit: none;
	}

	.Private_Txt {
		font-size: 20px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		float: left;
		width: 50%;
	}

	.Private_Txt h3 {
		color: #5bbc93;
		font-size: 36px;
		margin-bottom: 5px;
	}

	.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 {
		width: 30%;
		padding-left: 4%;
		font-size: 15px;
		line-height: 24px;
		color: #999;
		position: absolute;
		bottom: 5%;
	}

	.Proposit_L .BaseTit em:last-child,
	.Belief .BaseTit em:last-child {
		margin-top: 0;
	}

	.Proposit_R {
		width: 44%;
		position: relative;
		float: right;
	}

	.Proposit_R:after {
		content: '';
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#5bbc93,
				#5bbc93);
		background-blend-mode: normal,
			normal;
		border-radius: 240px 20px 20px 20px;
		position: absolute;
		left: 0;
		height: 78%;
		width: 100%;
		z-index: -1;
		bottom: 0;
	}

	.Proposit_Img {
		max-width: 60%;
		margin: 0px auto;
		display: block;
		position: relative;
		z-index: 1;
	}

	.Proposit_Ct {
		width: 48%;
		position: absolute;
		bottom: 4.5%;
		left: -80px;
	}

	.Proposit_Fx {
		width: 100%;
		height: 100px;
		background-image: linear-gradient(54deg,
				#fdfdff 0%,
				#769bdc 100%),
			linear-gradient(#ffffff,
				#ffffff);
		border-radius: 20px;
		border: solid 2px #2f54c2;
		margin-bottom: 20px;
		color: #fff;
	}

	.Proposit_Fx:first-of-type {
		background-color: #fff;
		box-shadow: 0px 30px 60px 0px rgba(106, 143, 169, 0.2);
		color: #22263d;
		background-image: initial;
		border: solid 2px #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: 48px;
		height: 48px;
		background-color: #ffffff;
		border-radius: 16px;
		float: left;
		object-fit: none;
		margin: 26px;
	}

	.Proposit_Txt {
		font-size: 15px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		float: left;
		width: 50%;
	}

	.Proposit_Txt h3 {
		font-size: 18px;
	}

	.Maintenance_Ct {
		margin-top: 210px;
		width: 100%;
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#5bbc93,
				#5bbc93);
		background-blend-mode: normal,
			normal;
		border-radius: 60px;
		padding: 70px 0px 35px;
		text-align: center;
		font-size: 15px;
		color: rgba(255, 255, 255, 0.6);
		line-height: 24px;
		position: relative;
	}

	.Maintenance_Fx {
		width: 25%;
		position: relative;
		float: left;
	}

	.Maintenance_Icon {
		width: 120px;
		height: 120px;
		background-color: #ffffff;
		display: block;
		margin: 0px auto 20px;
		border-radius: 50%;
	}

	.Maintenance_Fx h2 {
		font-size: 20px;
		color: #FFFFFF;
		margin-bottom: 5px;
	}

	.Maintenance_Icon h3 {
		font-size: 18px;
		line-height: 24px;
		height: 74px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: 100%;
		color: #3260c3;
	}

	.Maintenance_Icon span {
		width: 36px;
		height: 36px;
		background-color: #3260c3;
		display: block;
		border-radius: 50%;
		margin: 0px auto;
		font-size: 20px;
		color: #fff;
		line-height: 36px;
	}

	.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: 93%;
		height: 80px;
		border-radius: 40px;
		border: solid 1px #ffffff;
		opacity: 0.3;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 50px;
	}

	.Maintenance_H {
		font-size: 30px;
		color: #ffffff;
		background-image: url(../images/jt1.png);
		background-size: 12px 18px;
		background-repeat: no-repeat;
		background-position: left 98%;
		padding-left: 24px;
		position: absolute;
		left: 21%;
		top: 36px;
		/* background-color: #3672c3; */
	}

	.Maintenance_Ht {
		font-size: 30px;
		color: #ffffff;
		background-image: url(../images/jt1.png);
		background-size: 12px 18px;
		background-repeat: no-repeat;
		background-position: left 98%;
		padding-left: 24px;
		position: absolute;
		left: 69%;
		top: 36px;
		/* background-color: #41a2c6; */
	}

	.System {
		width: 100%;
		position: relative;
		background-image: url(../images/bk2.png);
		min-height: 1400px;
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: top;
		margin-top: -145px;
		margin-bottom: 220px;
	}

	.System .BaseTit {
		padding-top: 550px;
	}

	.System_Fx {
		float: left;
		width: 50%;
		font-size: 15px;
		line-height: 24px;
		padding: 80px 0px 100px;
		color: #999999;
		margin-top: 80px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		border-radius: 60px;
	}

	.System_Fx.active {
		background-color: #ffffff;
		box-shadow: 0px 30px 60px 0px rgba(106, 143, 169, 0.2);
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	.System_Fx:nth-of-type(2n) .System_Icon {
		background-color: #5bbc93;
	}

	.System_Icon {
		width: 100px;
		height: 100px;
		background-color: #3260c3;
		border-radius: 50%;
		margin-left: 13%;
		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: 24px;
		color: #22263d;
		margin: 40px 0px 30px;
		margin-left: 12%;
	}

	.System_Fx p {
		margin: 0px 12%;
	}

	.Professional_L {
		font-size: 15px;
		color: rgba(34, 38, 61, 0.5);
		float: left;
		width: 32%;
		padding-left: 4%;
		margin-top: 98px;
	}

	.Professional_L h2 {
		font-size: 40px;
		margin: 55px 0px 20px;
		color: #22263D;
	}

	.Professional_Swiper {
		background-image: url(../images/yuan.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		height: 870px;
		width: 61.6%;
		float: right;
		position: relative;
		font-size: 15px;
		line-height: 24px;
		text-align: center;
		color: #FFFFFF;
	}

	.Professional_Swiper .swiper-slide h2 {
		font-size: 48px;
		margin-bottom: 32px;
	}

	.Professional_Swiper .swiper-container,
	.Professional_Swiper .swiper-slide {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 95%;
	}

	.Professional_Swiper .swiper-pagination-bullets {
		bottom: 26% !important;
	}

	.Professional_Swiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background: #ffffff;
		opacity: 0.2;
	}

	.Professional_Swiper .swiper-pagination-bullet-active {
		opacity: 1;
	}

	.Professional_Base {
		border: solid 16px #ffffff;
		border-radius: 50%;
		background-color: #fff;
		box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.2);
		position: absolute;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		cursor: pointer;
		z-index: 2;
	}

	.Professional_Base.active {
		box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.3);
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	.Professional_Icon {
		width: 99px;
		height: 99px;
		top: -60px;
		left: 33%;
	}

	.Professional_Base img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.Professional_Icon1 {
		width: 54px;
		height: 54px;
		border: solid 12px #ffffff;
		top: 39%;
		left: -18px;
	}

	.Professional_Icon2 {
		width: 128px;
		height: 128px;
		top: 76%;
		left: -22px;
	}

	.Professional_Icon3 {
		width: 54px;
		height: 54px;
		border: solid 12px #ffffff;
		top: 88%;
		left: 46%;
	}

	.Professional_Icon4 {
		top: 58%;
		left: 84%;
		width: 99px;
		height: 99px;
	}

	.Professional_Icon5 {
		width: 54px;
		height: 54px;
		border: solid 12px #ffffff;
		top: 20%;
		right: 2%;
	}

	.Professional_Icon6 {
		width: 54px;
		height: 54px;
		border: solid 12px #ffffff;
		top: 6%;
		right: 15%;
	}

	.Lvshou img {
		width: 52%;
		margin-left: 1%;
	}

	.Brand_Proposit {
		position: relative;
		background-image: url(../images/img9.png);
		padding: 115px 7.7% 60px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		margin-top: 60px;
		margin-bottom: 100px;
		background-color: #5bbc93;
		border-radius: 80px;
	}

	.Brand_Propositxt {
		padding: 80px 20%;
		text-align: center;
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		background-color: #ffffff;
		border-radius: 60px;
		margin-top: 60px;
	}

	.Powerful_Fx {
		float: left;
		margin-top: 170px;
		margin-right: 3.7%;
		position: relative;
		cursor: pointer;
		width: 30.5%;
		color: #999;
		height: 320px;
		text-align: center;
		border-radius: 48px;
		border: solid 2px #e8e8e8;
		font-size: 15px;
		line-height: 26px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Powerful_Fx:hover {
		box-shadow: 0px 10px 60px 0px rgb(151 182 169 / 16%);
		border: solid 2px #5bbc93;
	}

	.Powerful_Icon {
		width: 200px;
		height: 200px;
		border: solid 2px #e8e8e8;
		border-radius: 50%;
		display: block;
		margin: -100px auto 65px;
		position: relative;
		background-color: #fff;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Powerful_Fx:hover .Powerful_Icon {
		border: solid 2px #5bbc93;
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
	}

	.Powerful_Fx span em {
		color: #22263D;
	}

	.Powerful_Fx span {
		display: block;
		margin: 0px 3%;
	}

	.Powerful_Smarkt {
		width: 80px;
		height: 80px;
		background-color: #5bbc93;
		border-radius: 20px;
		position: absolute;
		bottom: -40px;
		left: 60px;
		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: 100px 0;
		position: relative;
	}

	.Advantage_Proposit {
		position: relative;
		background-image: url(../images/add_bk.png);
		padding: 85px 7.7% 160px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		font-size: 18px;
		margin-top: 60px;
		margin-bottom: 170px;
		border-radius: 48px;
		line-height: 32px;
		color: #ffffff;
	}

	.Advantage_Proposit .BaseTit em {
		color: #fff;
		text-align: left;
		margin: 50px 0 10px;
	}

	.Advantage_PropositR {
		position: absolute;
		right: 7.7%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Advantage_PropositIcon {
		width: 120px;
		position: relative;
		float: left;
		overflow: hidden;
		height: 120px;
		margin-left: 60px;
		border-radius: 50%;
		background-color: #ffffff;
	}

	.Corporate {
		margin-top: 210px;
	}

	.Corporate_Bk {
		max-width: 100%;
		display: block;
		margin: 60px auto 0;
	}

	.Add_Corporate .BaseTit em {
		margin: 0px auto 30px;
		width: 160px;
		height: 160px;
		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: 36px;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.Add_Corporate .BaseTit1 {
		font-size: 20px;
		color: #666666;
		float: left;
		line-height: 34px;
		width: 33.3%;
	}

	.Add_Corporate {
		width: 61.5%;
		margin: 0px auto;
	}

	.DataAnalysisBorder {
		margin: 60px auto 0;
		font-size: 0;
	}

	.DataAnalysisFlex {
		margin-bottom: 50px;
		width: 31.2%;
		margin-right: 3%;
		font-size: 14px;
		text-align: center;
		color: #999;
		display: inline-block;
		vertical-align: top;
	}

	.DataAnalysis_Img {
		width: 100%;
		height: 180px;
		border-radius: 24px;
		position: relative;		overflow: hidden;
	}

	.DataAnalysis_Img img {
		width: 100%;
		height: 100%;
		border-radius: 24px;
	}

	.DataAnalysisFlex:nth-of-type(3n) {
		margin-right: 0;
	}

	.DataAnalysisFlex h2 {
		font-size: 30px;
		color: #fff;
		position: absolute;
		top: 0;
		width: 100%;
		letter-spacing: 2px;
		display: flex;
		justify-content: end;
		flex-direction: column;
		left: 0;
		background-color: rgba(0, 0, 0, 0.1);
		border-radius: 24px;
		height: 90%;
		padding-bottom: 10%;
	}

	.DataAnalysisFlex span {
		font-size: 18px;
		margin: 30px 0 20px;
		display: block;
		color: #666;
		text-align: left;
	}

	.DataAnalysisFlex p {
		line-height: 24px;
		text-align: left;
		padding-right: 10%;
	}

	.Honor_Fx {
		width: 25%;
		float: left;
		text-align: center;
		font-size: 15px;
		color: #666666;
		line-height: 24px;
		margin-top: 50px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Honor_Fx:hover {
		color: #5bbc93 !important;
		transform: scale(1.05);
		-webkit-transform: scale(1.05)
	}

	.Honor_Fx:hover .Honor_Icon {
		color: #5bbc93;
	}

	.Honor_Icon {
		width: 79%;
		height: 220px;
		margin: 0px auto 15px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background: #e6e6e6;
	}

	.Honor_Icon img {
		max-width: 100%;
		margin: 0px auto;
		display: block;
		max-height: 100%;
	}

	.Charit_L {
		font-size: 15px;
		line-height: 28px;
		color: #999;
		float: left;
		width: 37%;
		padding-left: 4%;
	}

	.Charit_L p.font24 {
		font-size: 24px;
		line-height: 42px;
		color: #22263d;
	}

	.Add_Knowledge .Scientific_Fx {
		float: right;
		width: 54%;
		margin-bottom: 0;
	}

	.Add_Knowledge .Scientific_Fx p {
		padding: 0;
		height: auto;
	}

	.Add_Knowledge .Scientific_Fx img {
		max-width: 100%;
		border-radius: 48px;
		margin: 60px auto 0;
	}

	.Add_Health {
		float: right;
		position: relative;
		width: 43.5%;
	}

	.Add_Knowledge .Charit_L {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.Add_HealthIcon {
		width: 100px;
		display: flex;
		border-radius: 50%;
		position: absolute;
		top: 5%;
		left: 8%;
		justify-content: center;
		flex-direction: column;
		height: 100px;
		background-color: #5bbc93;
		font-size: 24px;
		line-height: 30px;
		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 {
		float: right;
		width: 46%;
		margin-top: 62px;
		margin-bottom: 80px;
	}

	.Knowledge .Charit_R {
		margin-top: 20px;
		margin-bottom: -30px;
	}

	.Charit_R .Honor_Fx {
		margin-top: 0;
		margin-bottom: 10px;
		color: #999999;
		width: 33.3%;
	}

	.Charit_R .Honor_Fx p {
		height: 47px;
		overflow: hidden;
		padding: 0px 6px;
	}

	.Charit_R .Honor_Fx .Honor_Icon {
		height: 150px;
	}

	.ManagementCt {
		width: 100%;
		margin-bottom: 160px;
		position: relative;
	}

	.ManagementCt:first-of-type {
		margin-top: 80px;
	}

	.ManagementCt .ManagementCt_Swiper {
		border-radius: 60px;
		width: 55%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: relative;
	}

	.ManagementCt:nth-of-type(2n) .ManagementCt_Swiper {
		float: right;
	}

	.ManagementCt:last-child {
		margin-bottom: 30px;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-slide img {
		width: 100%;
		border-radius: 60px;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-button-prev {
		background-image: url(../images/prev1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
		margin: 0;
		left: 48px;
		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: 40px;
	}

	.ManagementCt .ManagementCt_Swiper .swiper-button-next {
		background-image: url(../images/prev1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
		margin: 0;
		right: 48px;
		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: 40px;
	}

	.ManagementCtL {
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		width: 37%;
		position: absolute;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		right: 0;
		top: 0;
	}

	.ManagementCt:nth-of-type(2n) .ManagementCtL {
		left: 2%;
	}

	.ManagementCt:nth-of-type(2n) .ManagementCtL h2 {
		left: -7%;
		top: 64px;
	}

	.ManagementCtL h3 {
		font-size: 40px;
		color: #5bbc93;
		line-height: 48px;
		margin-bottom: 10px;
	}

	.ManagementCtL span {
		font-size: 30px;
		line-height: 42px;
		margin-top: 15px;
		display: block;
		color: #5bbc93;
		margin-bottom: 30px;
	}

	.ManagementCtL h2 {
		line-height: 60px;
		letter-spacing: -6px;
		color: #d8dbe0;
		opacity: 0.15;
		position: absolute;
		top: 82px;
		right: 0;
		font-size: 260px;
	}

	.Expert_Fx {
		float: left;
		width: 20.5%;
		margin-right: 6%;
		height: 660px;
		background-color: #f5f8f7;
		border-radius: 80px;
		margin-top: 100px;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Expert_Fx:hover {
		box-shadow: 0px 30px 60px 0px rgb(151 182 169 / 16%);
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-
	}

	.Expert_Fx img {
		width: 79%;
		margin: 48px auto;
		display: block;
		position: relative;
		z-index: 1;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Expert_Fx::after {
		content: '';
		background-image: url(../images/bk4.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 371px;
		position: absolute;
		top: 16%;
		left: 0;
	}

	.Expert_Txt {
		width: 90%;
		height: 360px;
		background-color: #5bbc93;
		border-radius: 80px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: center;
		font-size: 14px;
		line-height: 24px;
		color: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
		padding: 0px 5%;
	}

	.Expert_Txt h2 {
		font-size: 48px;
		line-height: 52px;
	}

	.Expert_Txt h3 {
		font-size: 18px;
		margin: 15px 0px 28px;
		line-height: 32px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.Scientific_Fx {
		float: left;
		width: 50%;
		margin-bottom: 80px;
		font-size: 15px;
		color: #999999;
		line-height: 24px;
	}

	.Scientific_Fx h2,
	.LvCourse_L h2,
	.Ecology_Swiper .swiper-slide h2 {
		font-size: 24px;
		color: #22263d;
		margin: 30px 0px 15px;
	}

	.Scientific_Fx p {
		height: 50px;
		overflow: hidden;
		padding-right: 15%;
	}

	.Domestic {
		padding-bottom: 180px;
		margin-top: 30px;
		position: relative;
		margin-bottom: 210px;
	}

	.Domestic_Txt {
		width: 43.5%;
		font-size: 15px;
		line-height: 28px;
		padding: 80px 0 100px;
		color: #ffffff;
		background-color: #5bbc93;
		box-shadow: 0px 40px 60px 0px rgba(117, 165, 145, 0.3);
		border-radius: 80px;
		position: relative;
	}

	.Por_Center {
		padding: 0px 16%;
	}

	.Domestic_Img {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 82%;
		z-index: -1;
	}

	.Belief img {
		border-radius: 80px;
		width: 50%;
		margin: 0;
	}

	.Belief .Private_R {
		height: 100%;
	}

	.LvCourse {
		background-image: url(../images/line.png);
		background-size: 100% 547px;
		background-repeat: no-repeat;
		background-position: top;
		width: 100%;
		min-height: 800px;
	}

	.LvCourse_L {
		text-align: center;
		width: 33.3%;
		padding-top: 165px;
		position: relative;
		font-size: 15px;
		line-height: 24px;
		color: #999999;
		float: left;
	}

	.LvCourse_Txt {
		width: 148px;
		height: 50px;
		background-image: linear-gradient(54deg,
				#2f54c2 0%,
				#45b6c7 100%),
			linear-gradient(#5bbc93,
				#5bbc93);
		background-blend-mode: normal,
			normal;
		border-radius: 50px;
		margin: 0px auto;
		position: relative;
		line-height: 50px;
		font-size: 20px;
		color: #FFFFFF;
		text-align: center;
	}

	.LvCourse_L:nth-of-type(3) .LvCourse_Txt {
		top: -134px;
	}

	.LvCourse_Txt::before {
		content: '';
		background-image: url(../images/jt2.png);
		background-size: cover;
		width: 19px;
		height: 10px;
		position: absolute;
		background-repeat: no-repeat;
		background-position: top;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.LvCourse_Txt::after {
		content: '';
		background-image: url(../images/yuan1.png);
		background-size: cover;
		width: 30px;
		height: 30px;
		position: absolute;
		background-repeat: no-repeat;
		background-position: top;
		bottom: -93px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.LvCourse_L:nth-of-type(2) .LvCourse_Txt::after {
		background-image: url(../images/yuan2.png);
	}

	.LvCourse_L:nth-of-type(3) .LvCourse_Txt::after {
		background-image: url(../images/yuan3.png);
	}

	.LvCourse_L img {
		width: 300px;
		height: 200px;
		background-color: #d8dbe0;
		border-radius: 20px;
		margin: 200px auto 0;
	}

	.Ecology {
		margin: 230px 0;
		position: relative;
	}

	.Ecology_Swiper {
		width: 55%;
		float: right;
		height: 650px;
		position: relative;
	}

	.Ecology .Private_R {
		right: initial;
		left: 0;
		height: 100%;
		position: initial;
		display: block;
		width: initial;
	}

	.Ecology_Swiper .swiper-container {
		height: 100%;
		width: 79%;
		float: left;
	}

	.Ecology_Swiper:after {
		content: '';
		background-color: #5bbc93;
		border-radius: 60px;
		width: 79%;
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.Ecology_Swiper .swiper-slide {
		font-size: 15px;
		line-height: 24px;
		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;
		width: calc(100% - 48%) !important;
		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 10px 80px 0px rgba(117, 165, 145, 0.2);
		border-radius: 20px;
		width: 100%;
		padding: 45px 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.Ecology_Icon {
		width: 168px;
		height: 168px;
		background-color: #f5f8f7;
		border-radius: 50%;
		position: relative;
		margin: 0px auto;
	}

	.Ecology .swiper-button-prev {
		background-image: url(../images/prev1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
		margin: 0;
		right: 168px;
		top: 145px;
		left: initial;
	}

	.Ecology .swiper-button-next {
		background-image: url(../images/prev1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 60px;
		height: 60px;
		margin: 0;
		top: 145px;
		right: 78px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
	}

	.Trends_Layout .Trends_Div .datalist {
		display: inline-block;
		vertical-align: top;
		font-size: 0;
	}

	.DataImg {
		display: block;
		margin: 100px auto 0 !important;
		width: initial !important;
		border-radius: 0 !important;
	}

	.Add_Group {
		margin-bottom: 100px;
	}

	.Add_Domestic {
		margin-top: 70px;
		margin-bottom: 0;
	}

	.Add_Honor {
		font-size: 16px;
		line-height: 24px;
		color: #999999;
		margin: 75px auto;
		width: 78%;
	}

	.Add_HonorFx {
		float: left;
		width: 33.3%;
		margin-bottom: 30px;
		position: relative;
	}

	.Add_HonorFx img {
		width: 10%;
	}

	.Add_Honor span {
		position: absolute;
		right: 3%;
		width: 81%;
		height: 100%;
		overflow: hidden;
	}

	.Add_Honor span i {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
	}

	.Add_HonorImg {
		max-width: 100%;
		display: block;
		margin: 50px auto 0;
	}

	.New_Enterprise {
		background-color: #f5f8f7;
		border-radius: 48px;
		margin-top: 60px;
		padding: 60px 0;
	}

	@media screen and (min-width: 1441px) and (max-width: 1680px) {

		.Knowledge_Img,
		.Trends_Div .Knowledge_Img {
			height: 210px;
		}

		.News_Ct .Knowledge_Tag .Knowledge_Img {
			height: 521px;
		}

		.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
			height: 200px;
		}

		.Management_Fx {
			height: 278px;
		}

		.Scientific_Fx p {
			padding-right: 19%;
		}

		.Honor_Icon {
			height: 185px;
		}

		.Charit_R .Honor_Fx .Honor_Icon {
			height: 130px;
		}

		.Add_HealthIcon {
			width: 90px;
			height: 90px;
			font-size: 22px;
		}
	}

	@media screen and (min-width: 1367px) and (max-width: 1441px) {

		.Knowledge_Img,
		.Trends_Div .Knowledge_Img {
			height: 179px;
		}

		.News_Ct .Knowledge_Tag .Knowledge_Img {
			height: 521px;
		}

		.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
			height: 209px;
		}

		.am_logo {
			width: 140px;
			height: 41px;
			margin-top: 26px;
		}

		.nav_search {
			margin-top: 30.5px;
			width: 32px;
			height: 32px;
		}

		.IndexBannerCt h2 {
			font-size: 60px;
			line-height: 90px;
		}

		.IndexBannerCt p {
			font-size: 39px;
		}

		.IndexBanner_More {
			line-height: 55px;
			font-size: 17px;
			width: 151px;
			height: 55px;
		}

		.IndexBanner_Layout {
			height: 150px;
		}

		.IndexBanner_Layout .swiper-slide,
		.Knowledge_Div,
		.am_subfooterdiv a,
		.Expert_Txt {
			font-size: 13px;
		}

		.IndexBanner_Layout .swiper-slide h3,
		.Knowledge_Div h3,
		.Intelligent_R h3,
		.Brand_Level h2,
		.Add_Corporate .BaseTit1 {
			font-size: 18px;
		}

		.IndexBanner_Icon {
			margin: 0.15rem auto;
		}

		.BaseTit,
		.Knowledge_Div h2,
		.Footer,
		.Intelligent_R,
		.Powerful_Fx,
		.Honor_Fx {
			font-size: 14px;
		}

		.Footer_Fx,
		.am_subfooterdiv h2,
		.subnav_ul .tag,
		.Management_Fx,
		.Add_Honor {
			font-size: 15px;
		}

		.BaseTit h2,
		.Honor_Icon {
			font-size: 37px;
		}

		.BaseTit em,
		.DataAnalysisFlex h2 {
			font-size: 26px;
		}

		.BaseTit em {
			line-height: 40px;
		}

		.NewsDetailH {
			font-size: 50px;
		}

		.Intelligent_R h2 {
			font-size: 53px;
		}

		.Management_Fx {
			height: 237px;
		}

		.Management_Icon {
			width: 100px;
			height: 100px;
		}

		.Management_Layout h2,
		.Brand_Fx h2 {
			font-size: 22px;
		}

		.News_Ct .Knowledge_Tag .Knowledge_Img {
			height: 446px;
		}

		.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
			height: 162px;
		}

		.am_subfooterdiv:first-of-type a img {
			width: 125px;
		}

		.Internet_Hospital .swiper-button-prev,
		.Internet_Hospital .swiper-button-next,
		.Knowledge_Tag:after {
			width: 50px;
			height: 50px;
		}

		.Knowledge_Tag:after {
			bottom: -25px;
		}

		.Honor_Icon {
			height: 160px;
		}

		.Proposit_Fx {
			height: 80px;
		}

		.Proposit_Fx img {
			margin-top: 16px;
			margin-bottom: 16px;
		}

		.Professional_Swiper .swiper-slide h2 {
			font-size: 40px;
		}

		.IndexBanner_Layout .swiper-slide {
			line-height: 24px;
		}

		.Charit_R .Honor_Fx .Honor_Icon {
			height: 105px;
		}

		.Brand_Fx span {
			background-position: 36%;
		}

		.Add_HealthIcon {
			width: 80px;
			height: 80px;
			font-size: 19px;
			line-height: 25px;
		}

		.Advantage_PropositIcon {
			width: 100px;
			height: 100px;
		}

		.Advantage_PropositIcon img {
			max-width: 70%;
			max-height: 70%;
		}
	}

	@media screen and (min-width: 1024px) and (max-width: 1366px) {

		.Knowledge_Img,
		.Trends_Div .Knowledge_Img {
			height: 179px;
		}

		.News_Ct .Knowledge_Tag .Knowledge_Img {
			height: 521px;
		}

		.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
			height: 209px;
		}

		.am_logo {
			width: 140px;
			height: 41px;
			margin-top: 26px;
		}

		.nav_search {
			margin-top: 30.5px;
			width: 32px;
			height: 32px;
		}

		.IndexBannerCt h2 {
			font-size: 52px;
			line-height: 78px;
		}

		.IndexBannerCt p {
			font-size: 34px;
		}

		.IndexBanner_More {
			line-height: 55px;
			font-size: 17px;
			width: 151px;
			height: 55px;
		}

		.IndexBanner_Layout {
			height: 140px;
		}

		.IndexBanner_Layout .swiper-slide,
		.Knowledge_Div,
		.am_subfooterdiv a,
		.Expert_Txt {
			font-size: 13px;
		}

		.IndexBanner_Icon {
			margin: 0.12rem auto;
		}

		.IndexBanner_Layout .swiper-slide h3,
		.Knowledge_Div h3,
		.Intelligent_R h3,
		.Brand_Level h2,
		.Add_Corporate .BaseTit1 {
			font-size: 16px;
		}

		.Add_Corporate .BaseTit1 {
			line-height: 30px;
		}

		.BaseTit,
		.Knowledge_Div h2,
		.Footer,
		.Intelligent_R,
		.Powerful_Fx,
		.Honor_Fx {
			font-size: 13px;
		}

		.subnav_ul li {
			margin-right: 3%;
		}

		.Footer_Fx,
		.am_subfooterdiv h2,
		.subnav_ul li .Navdown a,
		.subnav_ul .tag,
		.Management_Fx,
		.Add_Honor {
			font-size: 14px;
		}

		.BaseTit h2 {
			font-size: 35px;
		}

		.BaseTit em,
		.DataAnalysisFlex h2 {
			font-size: 25px;
		}

		.BaseTit em {
			line-height: 40px;
		}

		.Intelligent_R h2 {
			font-size: 51px;
		}

		.Professional_Swiper .swiper-slide h2 {
			font-size: 38px;
		}

		.Management_Fx {
			height: 225px;
		}

		.Management_Icon {
			width: 90px;
			height: 90px;
		}

		.Management_Layout h2,
		.Brand_Fx h2 {
			font-size: 20px;
		}

		.News_Ct .Knowledge_Tag .Knowledge_Img {
			height: 423px;
		}

		.News_Ct .News_CtR .Knowledge_Tag .Knowledge_Img {
			height: 150px;
		}

		.am_subfooterdiv:first-of-type a img {
			width: 125px;
		}

		.Internet_Hospital .swiper-button-prev,
		.Internet_Hospital .swiper-button-next,
		.Knowledge_Tag:after {
			width: 50px;
			height: 50px;
		}

		.Knowledge_Tag:after {
			bottom: -25px;
		}

		.Knowledge_Div h3 {
			height: 56px;
			line-height: 30px;
		}

		.Honor_Icon {
			height: 145px;
		}

		.LvCourse_L img {
			margin-top: 250px;
		}

		.Ecology .Private_R {
			width: 38%;
		}

		.Ecology .gallery-thumbs .Private_R {
			width: 100%;
		}

		.Proposit_Fx {
			height: 80px;
		}

		.Proposit_Fx img {
			margin-top: 16px;
			margin-bottom: 16px;
		}

		.NewsDetailH {
			font-size: 48px;
		}

		.IndexBanner_Layout .swiper-slide {
			line-height: 24px;
		}

		.Charit_R .Honor_Fx .Honor_Icon {
			height: 105px;
		}

		.Brand_Fx span {
			background-position: 36%;
		}

		.Add_HealthIcon {
			width: 80px;
			height: 80px;
			font-size: 19px;
			line-height: 25px;
		}

		.DataAnalysisFlex p {
			width: 82%;
		}

		.Advantage_PropositIcon {
			width: 100px;
			height: 100px;
		}

		.Advantage_PropositIcon img {
			max-width: 70%;
			max-height: 70%;
		}
	}
}
