@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 {
		width: 1000px;
		margin: 0px auto;
	}

	.wrapper {
		padding-top: 100px;
	}

	.wrappert {
		padding-top: 0;
		overflow: hidden;
	}

	.Overall .wrapper {
		transform: translateY(20%);
		-webkit-transform: translateY(20%);
		-moz-transform: translateY(20%);
	}

	/* ÃƒÂ¥Ã‚Â¤Ã‚Â´ÃƒÂ©Ã†â€™Ã‚Â¨ */
	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
		height: 100px;
		background-color: #ffffff;
	}

	.HeaderFlix.on {
		box-shadow: 0px 10px 20px 0px rgba(1, 0, 0, 0.04);
	}

	.am_logo {
		width: 240px;
		height: 72px;
		position: relative;
		float: left;
		margin-top: 14px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-image: url(../images/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.Search {
		width: 6.8%;
		height: 25px;
		background-color: #ffffff;
		border-radius: 14px;
		border: solid 1px #d2d2d2;
		margin-top: 37.5px;
		float: right;
		display: flex;
		padding: 0px 0.5%;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		display: none;
	}

	.nav_Txt {
		width: 78%;
		font-size: 15px;
		color: #005ca8;
		text-indent: 0.5em;
	}

	.nav_search {
		background-image: url(../images/search.png);
		background-size: 11px;
		background-repeat: no-repeat;
		background-position: center;
		width: 19%;
	}

	.wrappert .nav_search {
		width: 30px;
		height: 30px;
		background-image: url(../images/search2.png);
		margin-top: 35px;
		float: right;
		background-size: cover;
		margin-left: 3%;
	}

	.subnav_ul {
		float: right;
		min-width: 68%;
		text-align: center;
	}

	.wrappert .subnav_ul {
		text-align: right;
	}

	.subnav_ul li {
		display: inline-block;
		vertical-align: top;
		color: #005ca8;
		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),
	.Enterprise_Fx:nth-of-type(4n),
	.Journal-conter .Journal-ul li:nth-of-type(3n),
	.Main-conter .Main-ul a:nth-of-type(3n),
	.Member-conter .DanV .Tab-Page li:nth-of-type(3n),
	.Professional-conter .Tab-box .Tab-Page li:nth-of-type(3n) {
		margin-right: 0;
	}

	.subnav_ul .tag {
		font-size: 15px;
		color: #005ca8;
		display: block;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		position: relative;
		line-height: 100px;
		padding: 0px 14px;
		background-image: url(../images/down.png);
		background-size: 8px 5px;
		background-repeat: no-repeat;
		background-position: 97%;
	}

	.wrappert .subnav_ul .tag {
		font-size: 15px;
		color: #666;
		background-image: none !important;
	}

	.subnav_ul li:first-of-type .tag,
	.subnav_ul li:last-child .tag {
		background-image: none !important;
	}

	.subnav_ul li .tag::after {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #58b54a;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index: -1;
		opacity: 0;
	}

	.wrappert .subnav_ul li .tag::after {
		width: 50%;
		height: 3px;
		background-color: #284a94;
		bottom: 0;
		top: inherit;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.subnav_ul li:hover .tag {
		color: #fff;
		background-image: url(../images/down_h.png);
	}

	.wrappert .subnav_ul li:hover .tag,
	.ReSearch_Value a:hover {
		color: #284a94;
	}

	.subnav_ul li:hover .tag::after {
		opacity: 1;
	}

	/* .subnav_ul li:nth-of-type(3) .Navdown {
		width: 125%;
	} */

	.Navdown {
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		position: absolute;
		top: 100px;
		z-index: 100;
		text-align: center;
		font-size: 0;
		display: none;
		background: #eee;
		box-shadow: 0px 10px 20px 0px rgb(1 0 0 / 4%);
	}

	.subnav_ul li .Navdown a {
		color: #999;
		font-size: 15px;
		text-align: center;
		display: block;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		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,
	.PG-list li:hover a {
		color: #58b54a !important;
		padding-left: 2px;
	}

	.IndexBanner,
	.Other_Banner,
	.IndexBanner img {
		width: 100%;
		position: relative;
		height: 100%;
		overflow: hidden;
		z-index: 50;
	}

	.IndexBanner a video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.IndexBanner .swiper-pagination {
		bottom: 6% !important;
		top: initial !important;
		right: initial !important;
		left: 23.7% !important;
		width: initial !important;
	}

	.IndexBanner .swiper-pagination-bullet {
		opacity: 1;
		width: 50px;
		height: 3px;
		background: #eeeeee;
		border-radius: 0;
	}

	.IndexBanner .swiper-pagination-bullet-active {
		background-color: #005ca8;
		opacity: 1 !important;
	}

	/* ÃƒÂ¥Ã‚ÂºÃ¢â‚¬Â¢ÃƒÂ©Ã†â€™Ã‚Â¨ */
	.Footer {
		position: relative;
		font-size: 14px;
		line-height: 24px;
		margin-top: 100px;
	}

	.am_subfooterdiv:first-of-type {
		width: 30%;
		color: #999999;
	}

	.am_subfooterdiv:first-of-type h3 {
		background: -webkit-linear-gradient(90deg, #6dc265, #2f98cb);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 25px;
		margin: 35px 0px 10px;
	}

	.am_subfooterdiv {
		float: left;
		width: 11.6%;
	}

	.am_subfooterdiv h2 {
		font-size: 16px;
		color: #333;
		margin-bottom: 30px;
		height: 22px;
	}

	.am_subfooterdiv a {
		color: #999;
		padding-bottom: 2px;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.am_subfooterdiv:first-of-type a img {
		width: 72px;
	}

	.am_subfooterdiv .am_subtag a:hover,
	.Farewell_Swiper .swiper-slide:hover h2,
	.Announcement_Fx:hover,
	.News-Pro-conter .News-Pro-Switch a:hover {
		color: #58b54a;
		padding-left: 2px;
	}

	.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: 11%;
		right: 30px;
		z-index: 55;
	}

	.am_bootom {
		padding: 35px 0;
		margin-top: 60px;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		color: #cccccc;
	}

	.am_bootom a {
		color: #cccccc;
	}

	.Banner_Nav {
		justify-content: flex-start;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		display: flex;
		position: absolute;
		width: 1000px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 2px;
		background-color: #ffffff;
		border-radius: 10px 10px 0px 0px;
		box-shadow: 0px 10px 20px 0px rgb(1 0 0 / 4%);
	}

	.Banner_Nav a {
		position: relative;
		display: block;
		padding: 0px 26px;
		white-space: nowrap;
		line-height: 80px;
		color: #333333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		/* overflow: hidden; */
	}

	.Banner_Nav a::before {
		position: absolute;
		content: '';
		left: 0;
		height: 120%;
		top: -20%;
		opacity: 0;
		z-index: -1;
		background-color: #0d9b47;
		border-radius: 10px 10px 0px 0px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		width: 100%;
	}

	.Banner_Nav a.active,
	.Banner_Nav a:hover {
		color: #fff;
	}

	.Banner_Nav a.active::before,
	.Banner_Nav a:hover::before {
		transform: none;
		-webkit-ttransform: none;
		opacity: 1;
	}

	.H2-tit {
		text-align: center;
		font-size: 14px;
		color: #ccc;
	}

	.H2-tit h2 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 25px;
		line-height: 30px;
		font-weight: normal;
		color: #333;
		margin-bottom: 12px;
	}

	.H2-tit h2::before {
		content: '';
		width: 8px;
		height: 8px;
		background-color: #0d9b47;
		transform: rotate(45deg);
		margin-right: 16px;
	}

	.H2-tit h2::after {
		content: '';
		width: 8px;
		height: 8px;
		background-color: #0d9b47;
		transform: rotate(45deg);
		margin-left: 16px;
	}

	.Details {
		width: 100%;
		overflow-x: hidden;
	}

	.Details .Brand-conter {
		padding: 69px 0 104px;
	}

	.Details .Brand-conter>div:nth-child(n+2) {
		margin-top: 19px;
	}

	.Details .Brand-conter .Li-card:last-child .KG-2 .Text-pro {
		max-height: 195px;
	}

	.Brand-conter .PG-card {
		padding: 20px;
		background-color: #fbfbfb;
		border-radius: 10px;
	}

	.Brand-conter .PG-card .PG-img {
		width: 100%;
		border-radius: 10px;
	}

	.Brand-conter .H-tit {
		font-size: 24px;
		line-height: 32px;
		color: #333333;
	}

	.Brand-conter .PG-card .H-tit {
		padding: 40px 0 30px;
	}

	.Text-layout .Text-pro {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
		overflow: hidden;
		max-height: 145px;
	}

	.Brand-conter .Text-pro p {
		text-align: justify;
		text-indent: 2em;
	}

	.Brand-conter .Contact-1 dl {
		display: flex;
		font-size: 14px;
		line-height: 14px;
		padding: 6px 0;
	}

	.Brand-conter .Contact-1 dl dt {
		display: flex;
		align-items: center;
		margin-right: 22px;
	}

	.Brand-conter .Contact-1 dl dt img,
	.Brand-conter .Contact-1 ul li p img {
		width: 18px;
	}

	.Brand-conter .Contact-1 dl dd,
	.Brand-conter .Contact-1 ul li:last-child p {
		display: flex;
		align-items: center;
		color: #666;
	}

	/**Ã¥â€¦Â¼Ã¥Â®Â¹Ã¥Â¯Å’Ã¦â€“â€¡Ã¦Å“Â¬Ã¦Â Â·Ã¥Â¼ÂÃ¥Â¼â‚¬Ã¥Â§â€¹   2022-07-26*/
	.Brand-conter .Contact-1 ul {
		display: flex;
		font-size: 14px;
		line-height: 14px;
		padding: 10px 0;
	}

	.Brand-conter .Contact-1 ul li {
		display: inline-block;
		align-items: center;
		margin-right: 22px;
	}

	/**Ã¥â€¦Â¼Ã¥Â®Â¹Ã¥Â¯Å’Ã¦â€“â€¡Ã¦Å“Â¬Ã¦Â Â·Ã¥Â¼ÂÃ§Â»â€œÃ¦ÂÅ¸  2022-07-26*/

	.Brand-conter .Li-card {
		display: flex;
		background-color: #fbfbfb;
		border-radius: 10px;
		overflow: hidden;
		align-items: flex-start;
	}

	.Brand-conter .Li-card .KG-1 {
		width: 42.5%;
		object-fit: contain;
	}

	.Brand-conter .Li-card .KG-2 {
		width: 57.5%;
		margin: 30px 25px 10px 30px;
	}

	.Brand-conter .Li-card .KG-2 .Text-pro {
		margin-top: 30px;
		max-height: 169px;
	}

	.Brand-conter .Li-card .KG-2 .Text-layout .Develop_Find {}

	.Brand-conter .Li-card:nth-child(3) .KG-1 {
		order: 2;
	}

	/* ............................ */
	.Group-conter {
		padding: 60px 0 80px;
	}

	.Group-conter .GC-video {
		position: relative;
		overflow: hidden;
		border-radius: 10px;
		margin: 30px 0;
	}

	.GC-video img {
		width: 100%;
		height: 100%;
	}

	.GC-video .play {
		background-image: url(../images/play.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 56px;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		cursor: pointer;
		transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
		background-color: rgba(0, 0, 0, 0.3);
	}


	.vid {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		object-fit: fill;
		display: none;
	}

	.Group-conter .GC-Text {
		padding: 30px 40px;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		color: #666;
		background-color: #fbfbfb;
		border-radius: 10px;
	}

	.Group-conter .GC-Text p,
	.Develop-conter .Develop-Text p,
	.Bussiness-Top-Card .Card-Text p,
	.Advantage_Ct .Advantage_Center p {
		text-indent: 2em;
	}

	.Group-conter .GC-Text p span {
		font-weight: bold;
	}

	/* ............................. */
	.Develop-conter {
		padding: 60px 0;
	}

	.Develop-conter .Develop-Text {
		text-align: left;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
		width: 53%;
	}

	.Develop-conter .Develop-Data {
		display: flex;
		justify-content: space-between;
		text-align: center;
		font-size: 16px;
		margin-top: 62px;
		background-color: #ffffff;
		box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
		border-radius: 21px;
		padding: 50px 0;
	}

	.Develop-conter .Develop-Data dl {
		width: 20%;
		border-right: solid 1px #e5e5e5;
	}

	.Develop-conter .Develop-Data dl:last-child {
		border: 0;
	}

	.Develop-conter .Develop-flex .Develop-Text h2 {
		font-size: 25px;
		line-height: 45px;
		color: #333333;
		margin-bottom: 50px;
	}

	.Develop-conter .Develop-Data dl dt {
		color: #999999;
	}

	.Develop-conter .Develop-Data dl dd {
		color: #0d9b47;
		margin-top: 10px;
	}

	.Develop-conter .Develop-Data dl dd span {
		font-size: 40px;
		font-weight: bold;
		padding-right: 8px;
	}

	/*******Ã¥â€¦Â¼Ã¥Â®Â¹Ã¥Â¯Å’Ã¦â€“â€¡Ã¦Å“Â¬start********/
	.Develop-conter .Develop-Data p {
		color: #999999;
		margin-top: 10px;
	}

	.Develop-conter .Develop-Data .font48 span {
		font-size: 40px;
		font-weight: bold;
		padding-right: 10px;
		color: #0d9b47;

	}

	.Develop-conter .Develop-Data p.font48 {
		color: #0d9b47;
	}

	/*******Ã¥â€¦Â¼Ã¥Â®Â¹Ã¥Â¯Å’Ã¦â€“â€¡Ã¦Å“Â¬end********/
	.Develop-conter .Develop-Card {
		width: 41%;
		position: absolute;
		bottom: 0;
		right: 0;
		border-radius: 10px;
	}

	.Develop-conter .Develop-Card img {
		width: 100%;
		border-radius: 10px;
	}

	.Develop-conter .Develop-Card .Develop-Card-Text {
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		padding: 52px 5.8% 0;
		font-size: 16px;
		line-height: 30px;
	}

	.Develop-conter .Develop-Card .Develop-Card-Text h3 {
		position: relative;
		font-size: 36px;
		font-weight: normal;
		letter-spacing: 5px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.Develop-conter .Develop-Card .Develop-Card-Text h3::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 19px;
		height: 3px;
		background-color: #fff;
	}

	/* .......................... */
	.Journal-conter {
		padding: 60px 0;
	}

	.Journal-bgc {
		background-color: #fbfbfb;
	}

	.Journal-conter .Journal-ul li {
		width: 31%;
		background-color: #ffffff;
		border-radius: 10px;
		float: left;
		margin-right: 3.5%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Journal-conter .Journal-ul li:hover {
		box-shadow: 3px 4px 9px 1px rgba(13, 13, 13, 0.1);
	}

	.Journal-conter .Journal-ul li:nth-child(n+4) {
		margin-top: 33px;
	}

	.Journal-ul .Li-img {
		height: 391px;
		width: 100%;
		overflow: hidden;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.Journal-ul .Li-Text {
		padding: 18px 3% 14px;
	}

	.Journal-ul .Li-Text p {
		font-size: 13px;
		color: #333333;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		padding-bottom: 10px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Journal-ul .Li-Text dl {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		font-size: 11px;
		color: #999999;
	}

	.Journal-ul .Li-Text dl dt {
		margin-right: 11px;
	}

	/* Ã¥Ë†â€ Ã©Â¡Âµ */
	.pagination {
		display: flex;
		justify-content: center;
		font-size: 14px;
		margin-top: 60px;
	}

	.pagination a {
		margin: 0 23px;
		color: #333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.pagination a.active,
	.pagination a:hover {
		color: #364f9d;
		border-bottom: solid 1px #364f9d;
	}

	/* ............................................. */
	.Culture-conter .Culture-Box1 {
		padding: 56px 0 86px;
		height: 712px;
		background-color: #fbfbfb;
	}

	.Culture-conter .Culture-Box2 {
		margin: 40px 0 100px;
	}

	.Culture-conter .Culture-Box2 .Culture-card {
		display: flex;
		background-color: #fbfbfb;
		border-radius: 10px;
		padding: 20px;
	}

	.Culture-conter .Culture-Box2 .Culture-card:nth-child(1) {
		background-image: url(../images/bgc-01.png);
		background-repeat: no-repeat;
		background-position: right bottom;
	}

	.Culture-conter .Culture-Box2 .Culture-card:nth-child(n+2) {
		margin-top: 20px;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-img {
		width: 45.6%;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-img img {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-Text {
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 110px;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-Text h3 {
		position: relative;
		font-size: 25px;
		line-height: 30px;
		font-weight: 400;
		color: #0d9b47;
		padding-bottom: 22px;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-Text h3::after {
		position: absolute;
		display: block;
		content: '';
		left: 0;
		bottom: 0;
		width: 19px;
		height: 2px;
		background-color: #0d9b47;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-Text p {
		padding-top: 59px;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
	}

	.Culture-conter .Culture-Box2 .Culture-card .Card-Text p span {
		font-weight: 600;
		color: #333;
	}

	.Culture-conter .Culture-Box2 .Culture-card:nth-child(2) {
		justify-content: space-between;
	}

	.Culture-conter .Culture-Box2 .Culture-card:nth-child(2) .Card-img {
		order: 2;
	}

	.Culture-conter .Culture-Box2 .Culture-card:nth-child(2) .Card-Text {
		padding: 0 110px 0 42px;
	}

	/* ................................................... */
	.Selling-conter .Selling-OurAdvantage li {
		width: 31.8%;
	}

	/* ........................................................... */
	.Bussiness-conter {
		padding: 60px 0 78px;
	}

	.Bussiness-Top-Card {
		padding: 50px 3.6% 54px;
		background-image: url(../images/bgc-07.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-color: #fbfbfb;
		border-radius: 10px;
	}

	.AddValue-Top-Card {
		background-image: url(../images/bgc-08.png) !important;
	}

	.Electronic-Top-Card {
		background-image: url(../images/bk.jpg) !important;
		padding-top: 15px;
	}

	.Treatment-conter .Bussiness-Top-Card {
		background-position: right;
		background-image: url(../images/bgc-05.png);
	}

	.Bussiness-conter .Card-Text dl dt,
	.Bussiness-conter .Card-Text p strong {
		color: #333;
	}

	.Selling-conter .Bussiness-Top-Card {
		background-image: url(../images/bgc-02.png);
	}

	.Apparatus-conter .Bussiness-Top-Card {
		background-image: url(../images/bgc-04.png);
	}

	.Innovative-conter .Bussiness-Top-Card {
		background-image: url(../images/bgc-06.png);
	}

	.Bussiness-Top-Card h3 {
		position: relative;
		font-size: 25px;
		font-weight: normal;
		color: #333333;
		padding-bottom: 20px;
	}

	.Bussiness-Top-Card h3::after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		width: 19px;
		height: 2px;
		background-color: #333;
	}

	.Bussiness-Top-Card .Card-Text {
		width: 55%;
		padding-top: 15px;
		text-align: justify;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.Bussiness-Top-Card .Card-Text p,
	.Bussiness-Top-Card .Card-Text dt,
	.Bussiness-Top-Card .Card-Text dd {
		margin-top: 20px;
	}

	.Bussiness-Top-Card .Card-Text dd:first-of-type {
		margin-top: 0;
	}

	.Bussiness-conter .H2-tit {
		padding: 60px 0 43px;
	}

	.Bussiness-OurAdvantage {
		/* display: flex; */
		/* justify-content: space-between; */
		margin-top: 40px;
		font-size: 0;
	}

	.Bussiness-OurAdvantage.Selling-OurAdvantage {
		display: flex;
		justify-content: space-between;
	}

	.Bussiness-OurAdvantage li {
		padding: 30px 0;
		width: 49%;
		background-color: #fbfbfb;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		cursor: pointer;
		position: relative;
		border-radius: 20px 0px 20px 0px;
		display: inline-flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin-bottom: 10px;
	}

	.Bussiness-OurAdvantage li:nth-of-type(2n) {
		margin-left: 2%;
	}

	.Selling-conter .Bussiness-OurAdvantage li:nth-of-type(2n) {
		padding-bottom: 52px;
	}

	.Selling-conter .Bussiness-OurAdvantage.Selling-OurAdvantage li:nth-of-type(2n) {
		padding-bottom: 30px;
	}

	.Selling-OurAdvantage li:nth-of-type(2n) {
		float: left;
		margin: 0px 2.3%;
	}

	.Selling-OurAdvantage .Bussiness-layout {
		width: 71%;
	}

	.Bussiness-OurAdvantage li::after,
	.System-conter .System-Login a::after,
	.Main-conter .Main-ul a .Li-Text::after {
		content: '';
		width: 159px;
		height: 144px;
		position: absolute;
		bottom: 0;
		right: 0;
		background-image: url(../images/bgc-03.png);
		background-repeat: no-repeat;
		background-position: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-size: cover;
		opacity: 0;
	}

	.Bussiness-OurAdvantage li:hover {
		background-color: #0d9b47;
		box-shadow: 0px 1px 16px 0px rgba(13, 155, 71, 0.21);
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);
		-moz-transform: translateY(-8px);
	}

	.Bussiness-OurAdvantage li:hover::after,
	.System-conter .System-Login a:hover::after,
	.Main-conter .Main-ul a:hover .Li-Text::after {
		opacity: 1;
	}

	.Bussiness-OurAdvantage li .OA-img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 33px;
		height: 33px;
		background-color: #ffffff;
		box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.09);
		border-radius: 6px;
		margin: 0px 17px;
		overflow: hidden;
	}

	.Bussiness-layout {
		width: 79%;
		padding-right: 6%;
	}

	.Bussiness-layout p {
		height: 72px;
		overflow: hidden;
	}

	.Strategy-conter .Bussiness-layout p {
		height: 195px;
	}

	.Integrated-conter.Bussiness-conter p {
		height: 130px;
	}

	.Innovative-conter .Bussiness-layout p {
		height: auto;
		margin-bottom: 5px;
	}

	.Innovative-conter .Bussiness-OurAdvantage li {
		height: 230px;
	}

	.Bussiness-layout.on p {
		overflow-y: auto;
		height: auto;
	}

	.Bussiness-layout.on p::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}

	.Bussiness-layout.on p::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border-radius: 10px;
		border-width: 3px;
		height: 4px;
	}

	.Bussiness-layout.on p::-webkit-scrollbar-track {
		/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2); */
		border-radius: 10px;
		background: #f1f1f1;
	}

	.Bussiness-OurAdvantage li .OA-img img {
		width: 70%;
		display: block;
		margin: 0px auto;
	}

	.Integrated-conter .Bussiness-OurAdvantage li .OA-img img,
	.Strategy-conter .Bussiness-OurAdvantage li .OA-img img {
		object-fit: none;
	}

	/* .Integrated-conter .Bussiness-OurAdvantage li .OA-img {
		height: 191px;
		width: 35%;
		position: relative;
	} */

	/* .Integrated-conter .Bussiness-layout {
		width: 52%;
	}
 */

	.System-conter .System-Login a:hover .OA-img img:nth-child(1) .Documents-conter .hide,
	.Details .System-Login a:hover .OA-img img:first-of-type,
	.Details .System-Login a .OA-img img:last-child {
		display: none;
	}


	.Documents-conter .show,
	.Details .System-Login a:hover .OA-img img:last-child {
		display: block;
	}


	.Bussiness-OurAdvantage li h4 {
		padding-bottom: 16px;
		font-size: 17px;
		font-weight: bold;
		color: #0d9b47;
	}

	.Bussiness-OurAdvantage li:hover p,
	.Bussiness-OurAdvantage li:hover h4 {
		color: #fff;
	}


	/*.....................Ã¥Â¢Å¾Ã¥â‚¬Â¼Ã¦Å“ÂÃ¥Å Â¡Ã¥Â¼â‚¬Ã¥Â§â€¹............................*/
	/*.AddValue-conter {
        padding: 60px 0 78px;
    }

    .AddValue-Top-Card {
        padding: 60px 3% 54px;
        background-image: url(../images/bgc-07.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #fbfbfb;
        border-radius: 10px;
    }

    .Treatment-conter .AddValue-Top-Card {
        background-image: url(../images/bgc-05.png);
    }

    .AddValue-conter .Card-Text dl dt,
    .AddValue-conter .Card-Text p strong {
        color: #333;
    }

    .Selling-conter .AddValue-Top-Card {
        background-image: url(../images/bgc-02.png);
    }

    .Apparatus-conter .AddValue-Top-Card {
        background-image: url(../images/bgc-04.png);
    }

    .Innovative-conter .AddValue-Top-Card {
        background-image: url(../images/bgc-06.png);
    }


    .AddValue-Top-Card h3 {
        position: relative;
        font-size: 25px;
        font-weight: normal;
        color: #333333;
        padding-bottom: 20px;
    }

        .AddValue-Top-Card h3::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 19px;
            height: 2px;
            background-color: #333;
        }

    .AddValue-Top-Card .Card-Text {
        width: 55%;
        padding-top: 15px;
        text-align: justify;
        font-size: 14px;
        line-height: 30px;
        color: #999999;
    }

        .AddValue-Top-Card .Card-Text p,
        .AddValue-Top-Card .Card-Text dt,
        .AddValue-Top-Card .Card-Text dd {
            margin-top: 20px;
        }

            .AddValue-Top-Card .Card-Text dd:first-of-type {
                margin-top: 0;
            }

    .AddValue-conter .H2-tit {
        padding: 50px 0 43px;
    }

    .AddValue-OurAdvantage {
        display: flex;
        justify-content: space-between;
    }

        .AddValue-OurAdvantage li {
            padding: 25px 1.8% 60px;
            width: 23.2%;
            text-align: center;
            background-color: #fbfbfb;
            border-radius: 20px 0px 20px 0px;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 30px;
            color: #999999;
            transition: all .3s ease-out;
            -webkit-transition: all .3s ease-out;
            cursor: pointer;
            position: relative;
        }

    .Apparatus-conter .AddValue-OurAdvantage li,
    .Innovative-conter .AddValue-OurAdvantage li {
        width: 18.5%;
    }

    .AddValue-OurAdvantage li::after,
    .System-conter .System-Login a::after,
    .Main-conter .Main-ul a .Li-Text::after {
        content: '';
        width: 159px;
        height: 144px;
        position: absolute;
        bottom: 0;
        right: 0;
        background-image: url(../images/bgc-03.png);
        background-repeat: no-repeat;
        background-position: center;
        transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        background-size: cover;
        opacity: 0;
    }

    .AddValue-OurAdvantage li:hover {
        background-color: #0d9b47;
        box-shadow: 0px 1px 16px 0px rgba(13, 155, 71, 0.21);
        transform: translateY(-8px);
        -webkit-transform: translateY(-8px);
        -moz-transform: translateY(-8px);
    }

        .AddValue-OurAdvantage li:hover::after,
        .System-conter .System-Login a:hover::after,
        .Main-conter .Main-ul a:hover .Li-Text::after {
            opacity: 1;
        }

    .AddValue-OurAdvantage li .OA-img {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 44px;
    }

    .Integrated-conter .AddValue-OurAdvantage li .OA-img {
        height: 209px;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin-bottom: 24px;
    }

    .AddValue-OurAdvantage li:hover .OA-img img:nth-child(1),
    .AddValue-OurAdvantage li .OA-img img:nth-child(2),
    .System-conter .System-Login a:hover .OA-img img:nth-child(1),
    .System-conter .System-Login a .OA-img img:nth-child(2),
    .Documents-conter .hide {
        display: none;
    }

    .AddValue-OurAdvantage li:hover .OA-img img:nth-child(2),
    .System-conter .System-Login a:hover .OA-img img:nth-child(2),
    .Documents-conter .show {
        display: block;
    }

    .Integrated-conter .AddValue-OurAdvantage li:hover .OA-img img {
        display: block !important;
    }

    .AddValue-OurAdvantage li h4 {
        padding: 16px 0 21px;
        font-size: 17px;
        font-weight: bold;
        color: #0d9b47;
    }

    .AddValue-OurAdvantage li:hover p,
    .AddValue-OurAdvantage li:hover h4 {
        color: #fff;
    }*/

	/*......................Ã¥Â¢Å¾Ã¥â‚¬Â¼Ã¦Å“ÂÃ¥Å Â¡Ã§Â»â€œÃ¦ÂÅ¸...........................................*/

	/* ............................................. */
	.News-Pro-conter {
		padding: 40px 0 0;
		background: #fff;
	}

	.News-Pro-conter .News-Pro-Text {
		padding-bottom: 78px;
	}

	.News-Pro-conter .News-Pro-Text table {
		border: 1px solid #e5e5e5;
		border-radius: 5px;
		margin: 50px auto 0;
		border-collapse: collapse;
		min-width: 50%;
	}

	.News-Pro-conter .News-Pro-Text table tr td {
		border: 1px solid #e5e5e5;
		padding: 10px;
	}

	.News-Pro-conter .News-Pro-Text table tr td p {
		margin: 0 !important;
	}

	.News-Pro-conter .News-Pro-Text h2 {
		font-size: 25px;
		line-height: 45px;
		font-weight: normal;
		letter-spacing: 4px;
		color: #333333;
		text-align: center;
		padding: 0px 5%;
	}

	.News-Pro-conter .News-Pro-Text .News-Pro-Day {
		padding: 20px 0;
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 2px;
		color: #999999;
		text-align: center;
		border-top: 1px dashed #e5e5e5;
		border-bottom: 1px dashed #e5e5e5;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.News-Pro-conter .News-Pro-Text p,
	.News-Pro-conter .News-Pro-Text p span,
	.News-Pro-conter .News-Pro-Text p span font,
	.News-Pro-conter p {
		font-size: 16px !important;
		line-height: 24px !important;
		letter-spacing: 2px;
		color: #666 !important;
		text-indent: 0 !important;
		margin-top: 25px !important;
		font-family: '微软雅黑' !important;
		margin-left: 38px !important;
		margin-right: 38px !important;
	}

	.News-Pro-conter .News-Pro-Text p span,
	.News-Pro-conter .News-Pro-Text p span font {
		margin-top: 0 !important;
	}

	.News-Pro-conter .News-Pro-Text p img,
	.News-Pro-conter .container p img {
		display: block;
		max-width: 100%;
		margin: 20px auto;
		height: auto !important;
	}

	.News-Pro-conter .News-Pro-Switch {
		padding: 38px 38px 80px;
	}

	.News-Pro-conter .News-Pro-Switch a {
		display: block;
		font-size: 14px;
		line-height: 35px;
		letter-spacing: 2px;
		color: #666;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.News-Pro-conter .News-Pro-Switch h2 {
		font-size: 17px;
		line-height: 30px;
		letter-spacing: 3px;
		color: #0d9b47;
		margin-bottom: 20px;
	}

	/* 	..................................... */
	.News-conter {
		padding: 60px 0 75px;
	}

	.News-conter .News-A {
		margin-bottom: 100px;
	}

	.News-A a {
		display: block;
		padding: 40px 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.News-A a:hover {
		color: #fff;
		background-color: #0d9b47;
	}

	.News-A a:hover .Li .Li-Text,
	.News-A a:hover .Li .Li-Text h2,
	.News-A a:hover .Li .Li-Text h2 span {
		color: #fff;
	}

	.News-A a:hover .Li .Li-Text .More p {
		color: #0d9b47;
		background-color: #fff;
		border: solid 1px #fff;
	}

	.News-A .Li .Li-img {
		width: 28.7%;
		float: left;
		border-radius: 5px;
		height: 150px;
	}

	.News-A .Li .Li-img img {
		width: 100%;
		border-radius: 5px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		height: 100%;
	}

	.News-A .Li .Li-Text {
		width: 67%;
		color: #999999;
		float: right;
		font-size: 14px;
		line-height: 24px;
	}

	.News-A .Li .Li-Text .Li-Text-Top h2 {
		font-size: 17px;
		font-weight: normal;
		color: #333;
	}

	.News-A .Li .Li-Text .Li-Text-Top h2 span {
		color: #0d9b47;
		margin-right: 16px;
	}

	.News-A .Li .Li-Text .Li-Text-Top .News-Day {
		padding: 15px 0;
	}

	.News-A .Li .Li-Text .More p {
		display: inline-block;
		padding: 12px 36px;
		font-size: 12px;
		line-height: 12px;
		border: solid 1px #eeeeee;
		border-radius: 50px;
		margin-top: 25px;
	}

	/* ................................................ */
	.Questionna-conter {
		padding: 60px 0 75px;
	}

	.Questionna-conter a {
		display: block;
		color: #333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #ffffff;
		font-size: 14px;
		box-shadow: 2px 3px 10px 0px rgba(51, 51, 51, 0.04);
	}

	.Questionna-conter a:nth-child(n+2) {
		margin-top: 2px;
	}

	.Questionna-conter a:hover {
		background-color: #0d9b47;
		color: #fff;
	}

	.Questionna-conter dl {
		display: flex;
		align-items: center;
		color: inherit;
		padding: 36px 0;
	}

	.Questionna-conter dl dt {
		font-size: 25px;
		font-weight: bold;
		margin-right: 28px;
	}

	.Questionna-conter dl dd p:nth-child(1) {
		font-size: 17px;
		margin-bottom: 16px;
	}

	/* ........................................... */
	.System-conter {
		padding: 60px 0 20px;
	}

	.System-conter .System-Login {
		font-size: 0;
	}

	.System-conter .System-Login a {
		padding: 20px;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		width: 32%;
		height: 236px;
		text-align: center;
		color: #0d9b47;
		background-color: #fbfbfb;
		border-radius: 20px 0px 20px 0px;
		box-sizing: border-box;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-right: 2%;
		margin-bottom: 20px;
	}

	.System-conter .System-Login a:nth-of-type(3n) {
		margin-right: 0;
	}

	.System-conter .System-Login a:hover {
		background-color: #0d9b47;
		box-shadow: 0px 1px 16px 0px rgba(13, 155, 71, 0.21);
		transform: translateY(-6px);
		-webkit-transform: translateY(-6px);
		-moz-transform: translateY(-6px);
	}

	.System-conter .System-Login a .OA-img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 53px;
		position: relative;
		z-index: 1;
		margin-bottom: 8px;
	}

	.System-conter .System-Login a .OA-img .System-conter .System-Login a h4 {
		padding: 20px 0 17px;
		font-size: 17px;
		font-weight: bold;
		color: inherit;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		position: relative;
		z-index: 1;
	}

	.System-conter .System-Login a:hover p,
	.System-conter .System-Login a:hover h4 {
		color: #fff;
	}

	.System-conter .System-Login a p {
		font-size: 14px;
		line-height: 14px;
		color: inherit;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 1;
		position: relative;
		z-index: 1;
	}

	/* ........................................... */
	.Information-conter {
		padding: 60px 0 75px;
	}

	.Information-conter .Information-ul {
		margin-bottom: 50px;
	}

	.Information-conter .Information-ul a {
		float: left;
		width: 31%;
		box-sizing: border-box;
		padding: 10px;
		border-radius: 10px;
		border: solid 1px #eeeeee;
		margin-right: 3.5%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Information-conter .Information-ul a:nth-of-type(3n) {
		margin-right: 0;
	}

	.Information-conter .Information-ul a:hover {
		box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.04);
	}


	.Information-conter .Information-ul a:hover dl dt {
		color: #0d9b47;
	}

	.Information-conter .Information-ul a:nth-child(n+4) {
		margin-top: 50px;
	}

	.Information-conter .Information-ul a .Card-img {
		display: flex;
		align-items: center;
		height: 25px;
		margin-bottom: 13px;
	}

	.Information-conter .Information-ul a .Card-img img {
		opacity: 0.6;
	}

	.Information-conter .Information-ul a dl {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 145px;
		padding: 0 18px;
	}

	.Information-conter .Information-ul a dl dt {
		text-align: justify;
		font-size: 17px;
		line-height: 30px;
		color: #333333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-bottom: 15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.f-detail-attachment {
		padding-left: 50px !important;
		padding-right: 50px !important;
	}

	.Information-conter .Information-ul a dl dd span {
		display: inline-block;
		padding: 11px 27px;
		font-size: 14px;
		line-height: 14px;
		border-radius: 50px;
	}

	.Information-conter .Information-ul a dl dd span.bgc-1 {
		color: #ff3333;
		background-color: #fff3f4;
	}

	.Information-conter .Information-ul a dl dd span.bgc-2 {
		color: #999;
		background-color: #ececec;
	}

	.Information-conter .Information-ul a dl dd span.bgc-3 {
		color: #0d9b47;
		background-color: #cfffe3;
	}

	.Information-conter .Information-ul a dl dd span.bgc-4 {
		color: #215cab;
		background-color: #cce0ee;
	}

	.Information-conter .Information-ul a .Card-Day {
		padding: 22px 18px 11px;
		display: flex;
		justify-content: flex-end;
		font-size: 14px;
		color: #cccccc;
	}

	/* ..................................... */
	.Documents-conter {
		padding: 60px 0 140px;
	}

	.Documents-conter .Tab-Nav {
		margin-bottom: 50px;
		display: flex;
		background-color: #f0f0f0;
		border-radius: 10px;
		overflow: hidden;
	}

	.Documents-conter .Tab-Nav li {
		width: 33.3%;
		text-align: center;
		padding: 25px;
		font-size: 17px;
		letter-spacing: 3px;
		color: #999;
		cursor: pointer;
	}

	.Documents-conter .Tab-Nav li.bgc {
		color: #fff;
		background-color: #39af4d;
		border-radius: 10px;
	}

	.Documents-conter .Tab-Nav li.bgc a {
		color: #fff;
	}

	.Documents-conter .Tab-Page li {
		display: block;
		color: #333;
		background-color: #ffffff;
		border-radius: 10px;
		border: solid 1px #eeeeee;
		padding: 36px 40px;
	}

	.Documents-conter .Tab-Page li:nth-child(n+2) {
		margin-top: 10px;
	}

	.Documents-conter .Tab-Page dl {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: inherit;
	}

	.Documents-conter .Tab-Page dl dt {
		order: 2;
	}

	.Documents-conter .Tab-Page dl dt a {
		display: flex;
		align-items: center;
		font-size: 14px;
		letter-spacing: 2px;
		padding: 10px 25px;
		border-radius: 50px;
		border: solid 1px #eeeeee;
	}

	.Documents-conter .Tab-Page dl dt img {
		margin-right: 8px;
	}

	.Documents-conter .Tab-Page dl dd p:nth-child(1) {
		font-size: 17px;
		margin-bottom: 39px;
	}

	.Documents-conter .Tab-Page dl dd p:nth-child(2) {
		font-size: 14px;
		letter-spacing: 2px;
		color: #999999;
	}

	/* ...................................... */

	.Integrated-conter .Bussiness-Top-Card {
		background-image: url(../images/bgc-08.png);
	}

	.Integrated-conter .Integrated-OurAdvantage li {
		padding: 25px 25px 60px;
		width: 23.2%;
		text-align: center;
		background-color: #fbfbfb;
		border-radius: 20px 0px 20px 0px;
		box-sizing: border-box;
	}

	.Integrated-conter .Integrated-OurAdvantage li:hover {
		background-image: url(../images/bgc-03.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		background-color: #0d9b47;
		box-shadow: 0px 1px 16px 0px rgba(13, 155, 71, 0.21);
	}

	.Integrated-conter .Integrated-OurAdvantage li .OA-img {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 209px;
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
	}

	.Integrated-conter .Integrated-OurAdvantage li .OA-img img {
		display: block;
		width: 100%;
	}

	.Integrated-conter .Integrated-OurAdvantage li h4 {
		padding: 50px 0 21px;
		font-size: 17px;
		line-height: 18px;
		font-weight: 600;
		color: #0d9b47;
	}

	.Integrated-conter .Integrated-OurAdvantage li:hover p,
	.Integrated-conter .Integrated-OurAdvantage li:hover h4 {
		color: #fff;
	}

	.Integrated-conter .Integrated-OurAdvantage li p {
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	/* ............................................ */
	.Professional-conter {
		padding: 58px 0 78px;
	}

	.Professional-conter .Professional-Top-Card {
		padding: 60px 3% 30px;
		border-radius: 10px;
		background-color: #fbfbfb;
	}

	.Professional-conter .Professional-Top-Card h3 {
		position: relative;
		font-size: 25px;
		font-weight: normal;
		color: #333333;
		padding-bottom: 20px;
	}

	.Professional-conter .Professional-Top-Card h3::after {
		position: absolute;
		display: block;
		content: '';
		left: 0;
		bottom: 0;
		width: 19px;
		height: 2px;
		background-color: #333;
	}

	.Professional-conter .Professional-Top-Card .Card-Text {
		padding-top: 25px;
		text-align: justify;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-img {
		border-radius: 10px;
		margin: 30px 0 40px;
		width: 100%;
	}

	.Professional-conter .H2-tit {
		padding: 60px 0;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-content: space-between;
		flex-wrap: wrap;
		font-size: 14px;
		line-height: 24px;
		height: 320px;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl {
		width: 48%;
		height: 100px;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl dd {
		display: block;
		padding-left: 7%;
		padding-top: 5px;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl dt {
		display: flex;
		align-items: center;
		font-weight: bold;
		color: #333333;
		white-space: nowrap;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl dt img {
		margin-right: 10px;
		width: 22px;
	}

	.Professional-conter .Tab-Nav {
		margin-bottom: 30px;
		display: flex;
		background-color: #f0f0f0;
		border-radius: 10px;
		overflow: hidden;
	}

	.Professional-conter .show {
		display: block;
	}

	.Professional-conter .Tab-Page,
	#member .Tab-Page {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
	}

	.Professional-conter .hide {
		display: none !important;
	}

	.Professional-conter .Tab-Nav li {
		width: 50%;
		text-align: center;
		padding: 20px;
		font-size: 17px;
		letter-spacing: 3px;
		color: #999;
		cursor: pointer;
	}

	#tdiv {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.Professional-conter .Tab-Nav li.bgc {
		color: #fff;
		background-color: #39af4d;
		border-radius: 10px;
	}


	.Professional-conter .Tab-box .Tab-Page li {
		width: 31%;
		padding: 20px;
		box-sizing: border-box;
		margin-right: 3.4%;
		float: left;
		background-color: #fbfbfb;
		background-image: url(../images/bgc-03b.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-top: 20px;
	}

	.Professional-conter .Tab-box .Tab-Page li h4 {
		position: relative;
		font-size: 16px;
		line-height: 21px;
        height:42px;
		color: #0d9b47;
		border-radius: 10px;
		margin-bottom: 20px;
	}

	.Professional-conter .Tab-box .Tab-Page li h4::before {
		position: absolute;
		content: '';
		width: 2px;
		top: 0;
		bottom: 0;
		left: -20px;
		background-color: #0d9b47;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text {
		font-size: 14px;
		line-height: 24px;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl {
		display: flex;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl:nth-child(n+2) {
		margin-top: 10px;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl:nth-of-type(3) {
		display: block;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl dt {
		display: flex;
		align-items: center;
		height: 26px;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl:nth-of-type(3) dt {
		float: right;
		height: auto;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl:nth-of-type(3) dt img {
		width: 80px;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl dt span {
		display: block;
		width: 2px;
		height: 14px;
		background-color: #ccc;
		margin: 8px;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl dd {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #666;
	}

	/* ting */
	.Develop {
		padding: 60px 0px 80px;
	}

	.CoreValue.Develop {
		padding-top: 0;
	}

	.Develop_H {
		font-size: 25px;
		text-align: center;
		margin-bottom: 45px;
		color: #0d9b47;
		font-weight: normal;
	}

	.Development_Layout {
		width: 100%;
		position: relative;
		padding-bottom: 30px;
	}

	.Development_Layout::after {
		content: '';
		width: 1px;
		height: 100%;
		background-color: #eeeeee;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 0;
	}

	.Development_Layout::before {
		content: '';
		width: 21px;
		height: 21px;
		border: solid 1px #e5e5e5;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 0;
		z-index: 1;
		background-color: #fff;
	}

	.Development_Tab {
		float: left;
		width: 50%;
		font-size: 14px;
		line-height: 24px;
		color: #333333;
		margin-top: 50px;
		padding-bottom: 0px;
		position: relative;
	}

	.Development_Tab h2 {
		position: relative;
		background: -webkit-linear-gradient(90deg, #0d9b47, #6cdf9b);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin-bottom: 35px;
		font-size: 25px;
		text-align: right;
		position: relative;
		padding-right: 4%;
	}

	.Development_Tab h2::after {
		content: '';
		background-image: url(../images/yuan.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center;
		height: 22px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: -11px;
		z-index: 1;
		width: 21px;
	}

	.Develop_More {
		background-image: url(../images/more1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 58px;
		height: 58px;
		margin: 0px auto;
		display: block;
	}

	.Development_Tab img {
		width: 85%;
		display: block;
		margin-bottom: 15px;
		border-radius: 10px;
	}

	.Development_Div {
		padding-right: 17%;
		max-height: 150px;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Development_Div p {
		margin-top: 6px;
	}

	.Development_Tab.on .Development_Div,
	.Text-layout.on .Text-pro {
		max-height: initial !important;
	}

	.Develop_Find {
		width: 102px;
		height: 36px;
		line-height: 36px;
		text-indent: 1.2em;
		font-size: 14px;
		color: #999999;
		background-color: #ffffff;
		border-radius: 18px;
		border: solid 1px #eeeeee;
		display: block;
		margin-top: 20px;
		background-image: url(../images/down1.png);
		background-size: 12px 7px;
		background-repeat: no-repeat;
		background-position: 82%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Development_Tab.on .Develop_Find {
		background-color: #0d9b47;
		color: #fff;
		border: solid 1px #0d9b47;
		background-image: url(../images/down1_h.png);
	}

	.Bussiness-layout.on .Develop_Find {
		color: #0d9b47;
		background-image: url(../images/down2_h.png);
	}

	.Text-layout.on .Develop_Find {
		background-image: url(../images/down2_h.png);
	}

	.Development_Fx .Development_Tab:nth-of-type(2n) {
		margin-top: 170px;
	}

	.Development_Fx .Development_Tab:nth-of-type(2n) h2 {
		text-align: left;
		padding-left: 7%;
	}

	.Development_Fx .Development_Tab:nth-of-type(2n) h2::after {
		left: -11px;
		right: inherit;
	}

	.Development_Fx .Development_Tab:nth-of-type(2n) img,
	.Development_Fx .Development_Tab:nth-of-type(2n) .Develop_Find {
		margin-left: 7%;
	}

	.Development_Fx .Development_Tab:nth-of-type(2n) .Development_Div {
		padding-right: 0;
		padding-left: 7%;
		width: 84%;
	}

	.Honor_Gallery {
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		color: #333333;
	}

	.gallery-top {
		width: 64%;
		margin-bottom: 60px;
	}

	.gallery-top .swiper-slide img {
		width: 100%;
		border-radius: 8px;
		margin-bottom: 20px;
	}

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

	.gallery-thumbs {
		width: 89.6%;
	}

	.gallery-thumbs .swiper-slide {
		width: 24%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.gallery-thumbs .swiper-slide .Honor_ThumbsImg {
		width: 100%;
		height: 150px;
		background-color: #ffffff;
		border-radius: 5px;
		position: relative;
		margin-bottom: 12px;
	}

	.gallery-thumbs .swiper-slide .Honor_ThumbsImg img {
		max-width: 92%;
		max-height: 92%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	/* 	.Integrated-conter .Bussiness-OurAdvantage li .OA-img img {
		width: 100%;
	} */

	.gallery-thumbs .swiper-slide-active .Honor_ThumbsImg,
	.Honor_Thumbs .swiper-button-prev:hover,
	.Honor_Thumbs .swiper-button-next:hover,
	.Farewell_Swiper .swiper-pagination-bullet-active,
	.ReSearch_Fx a:hover {
		background-color: #0d9b47 !important;
	}

	.gallery-thumbs .swiper-slide p {
		font-size: 14px;
		line-height: 24px;
	}

	.gallery-thumbs .swiper-slide-active p {
		color: #0d9b47;
	}

	.Honor_Thumbs .swiper-button-prev,
	.Honor_Thumbs .swiper-button-next {
		ackground-image: url(../images/prev.png);
		background-size: 12px 22px;
		background-repeat: no-repeat;
		background-position: center;
		width: 33px;
		height: 80px;
		border-radius: 10px;
		margin: 0;
		top: 35%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		cursor: pointer !important;
		z-index: 99;
		background-color: rgba(13, 155, 71, 0.2);
		left: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Honor_Thumbs .swiper-button-next {
		background-image: url(../images/next.png);
		background-size: 12px 22px;
		background-repeat: no-repeat;
		background-position: center;
		right: 0;
		left: initial;
	}

	.Farewell {
		background-color: #fbfbfb;
		padding: 60px 0px 120px;
		margin-bottom: 40px;
		display: none;
	}

	.Farewell_Swiper {
		background-color: #ffffff;
		border-radius: 10px;
		width: 100%;
		margin-top: 20px;
		position: relative;
	}

	.Farewell_Swiper .swiper-slide img {
		float: left;
		width: 49%;
		border-radius: 10px 0px 0px 10px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		max-height: 100%;
		-webkit-transform: translateY(-50%);
		left: 2%;
	}

	.Farewell_SwiperR {
		float: right;
		width: 44%;
		margin-right: 3%;
		font-size: 12px;
		line-height: 24px;
		color: #666666;
		position: relative;
		padding: 30px 0;
	}


	.Farewell_SwiperR h2 {
		font-size: 25px;
		line-height: 42px;
		color: #333;
		padding-bottom: 10px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Farewell_SwiperR h3 {
		color: #cccccc;
		font-weight: normal;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.Farewell_SwiperR span {
		width: 102px;
		height: 36px;
		background-image: url(../images/more2.png);
		background-size: 13px 5px;
		background-repeat: no-repeat;
		background-position: 80%;
		border-radius: 19px;
		border: solid 1px #eeeeee;
		line-height: 36px;
		color: #999999;
		display: block;
		text-indent: 1.5em;
		margin-top: 30px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Farewell_Swiper .swiper-slide:hover span {
		background-color: #0d9b47;
		border: solid 1px #0d9b47;
		color: #fff;
		background-position: 81%;
		text-indent: 1.6em;
	}

	.Farewell_Swiper .swiper-pagination {
		bottom: -15%;
		font-size: 0;
		width: 100%;
	}

	.Farewell_Swiper .swiper-pagination-bullet {
		opacity: 1;
		position: relative;
		width: 14px;
		height: 14px;
		background-color: #eeeeee;
		border-radius: 50%;
		display: inline-block;
		vertical-align: top;
		transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
		margin: 0px 15px;
	}

	.Brand_PositionCt {
		margin-bottom: 20px;
		position: relative;
		background-color: #fbfbfb;
		border-radius: 10px;
		padding: 16px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.Brand_PositionCt:first-of-type {
		background-image: url(../images/bk.jpg);
		margin-top: 60px;
	}

	.Brand_PositionCt img {
		width: 49%;
		border-radius: 10px;
		float: left;
	}

	.Brand_PositionR {
		font-size: 14px;
		line-height: 24px;
		color: #333;
		width: 44%;
		right: 5%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-align: left;
	}

	.Brand_PositionR h2 {
		font-size: 25px;
		padding-bottom: 25px;
		margin-bottom: 30px;
		color: #0d9b47;
		font-weight: normal;
		position: relative;
	}

	.Brand_PositionR h2::after {
		content: '';
		width: 19px;
		height: 3px;
		background-color: #0d9b47;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.Brand_PositionR p {
		padding-top: 5px;
	}

	.Brand_PositionR p i {
		color: #999;
	}

	.Brand_PositionCt:nth-of-type(2n) img,
	.Talent_Ct:nth-of-type(2n) .Talent_CtR {
		float: right;
	}

	.Brand_PositionCt:nth-of-type(2n) .Brand_PositionR {
		right: initial;
		left: 3.4%;
	}

	.CoreValue_Ct {
		background-image: url(../images/line.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 100%;
		height: 400px;
	}

	.Employee_Fx {
		float: left;
		margin-top: 120px;
		font-size: 14px;
		text-align: center;
		line-height: 24px;
		color: #333;
		width: 20%;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Employee_Fx:hover .Employee_ActiveH,
	.Examination_Fx:hover .Employee_ActiveH {
		display: block;
	}

	.Examination_Fx:hover .Examination_Img img,
	.Employee_Fx:hover .Employee_Img img {
		animation: bounceIn 1s;
		-webkit-animation: bounceIn 1s;
	}

	@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;
	}

	.Employee_Img {
		width: 89px;
		height: 89px;
		border-radius: 50%;
		background-color: #ffffff;
		border: solid 1px #eeeeee;
		display: block;
		margin: 0px auto 30px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Employee_Img img {
		max-width: 100%;
		height: 38px;
		margin: 0 auto;
		position: relative;
		top: 25px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Employee_Fx h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.CoreValue_Ct .Employee_Fx p {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		opacity: 0;
	}

	.CoreValue_Ct .Employee_Fx:hover p {
		opacity: 1;
	}

	.Employee_ActiveH,
	.Employee_Fx:hover .Employee_Active,
	.Examination_Fx:hover .Employee_Active,
	.Network_Div,
	.Advantage_Div,
	.witer-backgroud .subnav_ul,
	.witer-backgroud .Search {
		display: none;
	}

	.Employee_Fx:hover .Employee_Img {
		background-color: #0d9b47;
		box-shadow: 0px 1px 16px 0px rgba(13, 155, 71, 0.21);
		margin-top: -20px;
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	.Network_L {
		margin-top: 37px;
	}

	.Network_item {
		padding-bottom: 20px;
		margin-bottom: 30px;
		background-color: #fbfbfb;
		border-radius: 10px;
	}

	.Network_flex {
		/* padding: 0px 4%; */
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: flex-start;
	}

	.Network_Img {
		width: 95%;
		border-radius: 10px;
		margin: 0px auto 20px;
		height: auto;
		object-position: center;
	}

	.Network_Ct {
		font-size: 15px;
		line-height: 32px;
		color: #333333;
		margin-bottom: 20px;
	}

	.Network_flex:first-of-type h2 {
		margin: 0px auto 35px;
		border-radius: 0px 0px 60px 60px;
		max-width: 325px;
		line-height: 52px;
		height: 52px;
		display: block;
		font-weight: bold;
	}

	.Network_Ct h2 {
		height: 45px;
		background-color: #0d9b47;
		line-height: 45px;
		font-size: 17px;
		color: #fff;
		font-weight: normal;
		display: inline-block;
		margin-bottom: 35px;
		text-align: center;
		border-radius: 0px 11px 11px 0px;
		padding: 0px 20px;
	}

	.Network_Ct p {
		text-indent: 2em;
		padding: 0 3%;
	}

	.Network_flex1 {
		/* display: flex; */
		/* justify-content: space-between; */
		flex-wrap: wrap;
		/* box-sizing: border-box; */
		align-items: top;
		margin-top: 30px;
	}

	.Network_flex1 .Network_Ct {
		/* width: 37%; */
	}

	.Network_L span {
		display: block;
		position: relative;
		margin: 0px 20px 24px;
	}

	.Network_L span img {
		width: 18px;
	}

	.Network_L span i {
		width: 85%;
		display: inline-block;
		margin-left: 2%;
		margin-top: -10px;
	}

	.Network_Ct1 {
		/* width: 52%; */
		font-size: 14px;
		line-height: 26px;
		color: #666666;
	}

	.Network_R {
		background-color: #ffffff;
		border-radius: 10px;
		border: solid 1px #eeeeee;
		position: relative;
		padding: 30px 23px;
	}

	.Network_Tab a {
		width: 138px;
		height: 42px;
		background-color: #fbfbfb;
		border-radius: 21px;
		display: block;
		line-height: 42px;
		text-align: center;
		margin-bottom: 12px;
		color: #0d9b47;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 17px;
	}

	.Network_Tab a i {
		width: 12px;
		height: 11px;
		background-color: #0d9b47;
		border-radius: 50%;
		display: inline-block;
		margin-right: 18px;
	}

	.Network_Tab a.active {
		background-color: #215baa;
		color: #fff;
	}

	.Network_Tab a.active i {
		background-color: #fff;
	}

	.Network_Div img {
		max-width: 100%;
		display: block;
		margin: 20px auto;
	}

	.Equipment {
		background-color: #ffffff;
		border-radius: 50px 50px 0px 0px;
		border: solid 1px #dcdcdc;
		margin-top: -60px;
		position: relative;
		padding-top: 55px;
	}

	.Equipment .Develop_H,
	.Pharmaceutical_R .Pharmaceutical_H {
		font-size: 20px;
	}

	.Equipment_Fx {
		border-bottom: solid 1px #eeeeee;
		padding: 30px 0;
		margin: 0px 2.7%;
	}

	.Equipment_Fx h2 {
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		position: relative;
		color: #333333;
		margin-left: 20px;
	}

	.Equipment_Fx h2::after {
		content: '';
		background-color: #0d9b47;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
		border-radius: 50%;
	}

	.Equipment_Fx label {
		font-size: 16px;
		line-height: 32px;
		color: #333333;
		cursor: pointer;
		margin-left: 35px;
		margin-top: 10px;
		display: inline-block;
		vertical-align: top;
	}

	.Equipment_Fx label input {
		width: 22px;
		height: 22px;
		background-color: #ffffff;
		border: solid 1px #dcdcdc;
		margin-right: 10px;
		border-radius: 50%;
		vertical-align: middle;
	}

	.Equipment_Fx label input:checked {
		background-image: url(../images/yuan.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 22px;
		height: 22px;
		border: 0;
	}

	.Equipment_Fx .Equipment_Check label {
		display: block;
	}

	.Equipment_Fx .Equipment_Check label input {
		border-radius: 0;
	}

	.Equipment_Fx .Equipment_Check label input:checked {
		background-image: url(../images/true.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
		border: solid 1px #dcdcdc;
	}

	.Equipment_Fx1 {
		margin: 0px 2.7%;
		padding: 30px 22px 84px;
		font-size: 16px;
		color: #333333;
	}

	.Equipment_Fx1 input {
		width: 50%;
		height: 34px;
		line-height: 34px;
		text-indent: 1em;
		background-color: #ffffff;
		border: solid 1px #dcdcdc;
		margin-top: 10px;
		margin-left: 10px;
		display: block;
		font-size: 16px;
		color: #333333;
	}

	.Equipment_Btn {
		width: 332px;
		height: 71px;
		background-color: #0d9b47;
		font-size: 17px;
		text-align: center;
		margin-left: 70px;
		line-height: 71px;
		color: #ffffff;
		margin-bottom: 45px;
	}

	.Equipment_Tips {
		margin: 0px 2.7%;
		text-align: right;
		border-top: solid 1px #eeeeee;
		line-height: 58px;
		font-size: 14px;
		color: #333333;
		padding-right: 30px;
	}

	.Pharmaceutical {
		background-color: #fbfbfb;
		border-radius: 10px;
		margin-bottom: 25px;
		padding: 50px 3.4%;
		font-size: 14px;
		line-height: 26px;
		color: #999999;
	}

	.Pharmaceutical_H {
		font-size: 25px;
		color: #333;
	}

	.Pharmaceutical_Ht {
		font-size: 14px;
		margin-top: 10px;
	}

	.Pharmaceutical h2,
	.Advantage_Center h2 {
		font-weight: normal;
	}

	.Line {
		width: 19px;
		height: 3px;
		background-color: #313131 !important;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.Pharmaceutical_Img {
		float: left;
		max-width: 44%;
		object-fit: contain;
		margin-top: 80px;
	}

	.Pharmaceutical_R {
		float: right;
		width: 48%;
		margin-top: 40px;
	}

	.Pharmaceutical_R .Pharmaceutical_H {
		margin: 32px 0;
		font-weight: bold;
	}

	.Advantage_Ct {
		margin-bottom: 20px;
		position: relative;
		background-color: #fbfbfb;
		border-radius: 10px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 304px;
	}

	.Advantage_Ct:first-of-type,
	.Advantage_Tab,
	.Talent_Ct:first-of-type {
		margin-top: 48px;
	}

	.Advantage_Center {
		font-size: 14px;
		line-height: 24px;
		color: #999;
		width: 50%;
		left: 3.4%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-align: left;
	}

	.Advantage_Ct:nth-of-type(2n) .Advantage_Center {
		right: 3.4%;
		left: initial;
	}

	.Advantage_Ct:last-child {
		min-height: 469px;
		margin-bottom: 48px;
	}

	.Advantage_Tab {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		height: 68px;
		background-color: #f0f0f0;
		border-radius: 10px;
		line-height: 68px;
		font-size: 17px;
		text-align: center;
		margin-bottom: 74px;
	}

	.Advantage_Tab a {
		letter-spacing: 3px;
		color: #999999;
		width: 33.3%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Advantage_Tab a.active {
		background-color: #39af4d;
		color: #fff;
		border-radius: 10px;
	}

	.Advantage_DivH {
		background: -webkit-linear-gradient(90deg, #26cb26, #1ab337, #0d9b47);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 36px;
		font-weight: normal;
		line-height: 42px;
		text-align: center;
		margin-bottom: 40px;
		color: #0d9b47;
	}

	.Advantage_DivP {
		font-size: 14px;
		padding-bottom: 40px;
		margin-bottom: 40px;
		border-bottom: 1px solid #eee;
		line-height: 24px;
		color: #999999;
	}

	.Advantage_Layout {
		background-color: #fbfbfb;
		width: 61%;
		float: left;
		padding: 54px 3.4%;
		font-size: 14px;
		line-height: 24px;
		color: #999;
		margin-top: 50px;
	}

	.Advantage_Fx {
		margin-bottom: 23px;
	}

	.Advantage_Fx:last-child {
		margin-bottom: 0;
	}

	.Advantage_Layout p:first-of-type {}

	.Advantage_Img {
		width: 30.5%;
		float: right;
		border-radius: 10px;
		margin-top: 50px;
	}

	.Announcement {
		background-color: #fbfbfb;
		border-radius: 10px;
		margin-bottom: 68px;
		padding: 42px 2.2%;
	}

	.Announcement_Fx {
		border-bottom: dashed 1px #e5e5e5;
		line-height: 24px;
		font-size: 14px;
		padding: 15px 0;
		color: #999;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Announcement_Fx:first-of-type {
		margin-top: 30px;
	}

	.Announcement_Fx p {
		width: 90%;
	}

	.Talent_Ct {
		background-color: #fbfbfb;
		border-radius: 10px;
		width: 100%;
		margin-bottom: 30px;
		position: relative;
		padding-bottom: 48px;
	}

	.Talent_Ct img {
		width: 50%;
		border-radius: 0px 10px 10px 0px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		height: 100%;
	}

	.Talent_CtR {
		width: 42%;
		padding-left: 4%;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.Talent_CtR h2 {
		font-size: 24px;
		font-weight: normal;
		line-height: 32px;
		color: #0d9b47;
		padding: 48px 0 40px;
	}

	.Talent_Fx {
		width: 70px;
		height: 70px;
		background-color: #f0b525;
		font-size: 14px;
		text-align: center;
		line-height: 78px;
		margin-right: 4%;
		border-radius: 50%;
		margin-top: 30px;
		color: #f9f9f9;
		float: left;
		cursor: pointer;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Talent_Fx:hover {
		box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.16);
	}

	.Talent_Fx:nth-of-type(2) {
		background-color: #9ac12a;
	}

	.Talent_Fx:nth-of-type(3) {
		background-color: #58c071;
	}

	.Talent_Fx:nth-of-type(4) {
		background-color: #32aae9;
	}
	
	.Talent_Fx:nth-of-type(4) em{
		 line-height: 20px;
	     display: flex;
		 justify-content: center;
		 flex-direction: column;
		 align-items: center;
		 height: 100%;
	}
	
	.Talent_Fx:nth-of-type(5) {
		background-color: #447cc3;
		margin-right: 0;
	}

	.Talent_Ct:nth-of-type(2n) img {
		left: 0;
		border-radius: 10px 0px 0px 10px;
	}

	.Talent_Down {
		width: 190px;
		padding: 12px 0;
		background-color: #364f9d;
		font-size: 14px;
		border-radius: 10px;
		position: absolute;
		line-height: 24px;
		left: 50%;
		transform: translateX(-50%) scale(0);
		-webkit-transform: translateX(-50%) scale(0);
		margin-top: 20px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		visibility: hidden;
		opacity: 0;
	}

	.Talent_Down::after {
		content: '';
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 8.660254037844386px solid #364f9d;
		width: 0px;
		height: 0px;
		position: absolute;
		top: -8px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.Talent_Down h3 i,.Talent_Down h3 em {
		font-size: 12px;
		display: block;
		font-weight: normal;
	}

	.Talent_Ct:nth-of-type(2n) {
		padding-bottom: 140px;
	}

	.Talent_Ct:nth-of-type(3n) {
		padding-bottom: 170px;
	}

	.Talent_Fx:hover .Talent_Down {
		transform: translateX(-50%) scale(1);
		-webkit-transform: translateX(-50%) scale(1);
		opacity: 1;
		visibility: visible;
	}

	.Enterprise {
		margin-top: 38px;
	}

	.Enterprise_Fx {
		float: left;
		margin-top: 42px;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		line-height: 26px;
		color: #999;
		width: 22.7%;
		margin-right: 3%;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Enterprise_Img {
		width: 100%;
		height: 128px;
		background-color: #ffffff;
		border-radius: 0px 30px 0px 0px;
		border: solid 1px #eeeeee;
		position: relative;
		margin-bottom: 18px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Enterprise_Img img {
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		position: absolute;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		transition: 0.3s;
	}

	.Enterprise_Fx:hover .Enterprise_Img {
		border: solid 1px #0d9b47;
	}

	.Enterprise_Fx:hover,
	.Journal-ul li:hover .Li-Text p {
		color: #0d9b47;
	}

	.Enterprise_Fx:hover .Enterprise_Img img {
		-webkit-transform: translate(-50%, -50%) scale(1.1);
		transform: translate(-50%, -50%) scale(1.1);
	}

	.Search_Need {
		background-image: url(../images/bk2.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 722px;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.Search_NeedCt {
		display: flex;
		justify-content: center;
		flex-direction: column;
		min-height: 722px;
		width: 50%;
	}

	.Search_NeedCt h2 {
		font-weight: normal;
		font-size: 36px;
		color: #333333;
		margin-bottom: 20px;
	}

	.Search_NeedInput {
		width: 65%;
		height: 68px;
		background-image: linear-gradient(-90deg, #6dc265 0%, #2f98cb 100%), linear-gradient(#3098cf, #3098cf);
		background-blend-mode: normal, normal;
		border-radius: 0px 34px 34px 0px;
		margin: 40px 0 70px;
		display: flex;
		padding: 0px 0.5%;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.Search_NeedTxt {
		width: 80%;
		font-size: 15px;
		color: #fff;
		text-indent: 0.5em;
	}

	.Search_NeedBut {
		background-image: url(../images/search1.png);
		background-size: 20px;
		background-repeat: no-repeat;
		background-position: center;
		width: 48px;
		height: 48px;
		background-color: #ffffff;
		border-radius: 50%;
		margin-top: 10px;
	}

	.Search_NeedCt h3 {
		font-size: 16px;
		font-weight: normal;
		color: #3098cf;
	}

	.Search_NeedCt a {
		display: inline-block;
		margin-top: 10px;
		vertical-align: top;
		padding: 0px 7px;
		height: 30px;
		border: solid 1px rgba(0, 0, 0, 0.2);
		margin-right: 12px;
		line-height: 24px;
		font-size: 14px;
		text-align: center;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Search_NeedCt a.active {
		border: solid 1px #3098cf;
		color: #3098cf;
	}

	.News_Center {
		padding: 120px 0;
		overflow: hidden;
	}

	.News_Center .container,
	.News_CenterPor,
	.Bussiness-OurAdvantage li p {
		position: relative;
		z-index: 1;
	}

	.News_CenterPor {
		height: 475px;
	}

	.Base_Tit {
		font-size: 24px;
		color: #333333;
	}

	.Base_Tit h2 {
		background: -webkit-linear-gradient(90deg, #6dc265, #2f98cb);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 40px;
		margin-bottom: 8px;
		line-height: 52px;
	}

	.Base_Tit span {
		font-size: 14px;
		line-height: 24px;
		margin-top: 30px;
		color: #999999;
		display: block;
	}

	.News_Center .container .Base_Tit {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}

	.News_CenterCt {
		width: 58%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.News_CenterCt .swiper-container {
		width: 100%;
	}

	.News_Fx {
		float: left;
		width: 100%;
		height: 432px;
		position: relative;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #f6f6f6;
	}

	.News_FxImg {
		height: 45%;
		width: 100%;
		overflow: hidden;
	}

	.News_FxImg img,
	.Area_FxImg img,
	.Journal-conter .Journal-ul .Li-img img,
	.Main-conter .Main-ul a .Li-img img {
		width: 100%;
		height: 100%;
		transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
	}

	.News_Fx:hover .News_FxImg img,
	.Area_Fx:hover .Area_FxImg img,
	.Journal-ul li:hover .Li-img img,
	.News-A a:hover .Li .Li-img img,
	.Main-conter .Main-ul a:hover .Li-img img {
		transform: scale(1.1);
		-webkit-transition: scale(1.1);
		-ms-transition: scale(1.1);
		-mos-transition: scale(1.1);
	}

	.News_Fx .CenterPor {
		position: absolute;
		padding: 7% 5%;
		z-index: 1;
		font-size: 13px;
		color: #999;
		display: flex;
		justify-content: center;
		flex-direction: column;
		line-height: 24px;
		width: 90%;
		right: 0;
	}

	.News_Fx .CenterPor p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.News_Fx .CenterPor p:first-of-type {
		margin: 0;
	}

	.News_Fx .CenterPor h2 {
		font-size: 17px;
		line-height: 26px;
		color: #333;
		margin: 15px 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.News_Fx .CenterPor span {
		font-size: 14px;
		color: #294d93;
	}

	.News_R {
		width: 100%;
	}

	.swiper-slide .News_Fx {
		border-radius: 10px;
	}

	.News_R .News_Fx {
		width: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: 10px;
	}

	.News_R .News_Fx .News_FxImg {
		width: 100%;
		float: none;
		height: 45%;
	}

	.News_R .News_Fx .CenterPor {
		right: 0;
		top: 0;
		height: auto;
		position: initial;
		padding-top: 7%;
		width: auto;
	}

	/* 	.News_R .News_Fx .CenterPor span {
		position: initial;
		display: block;
		margin-top: 30px;
	} */

	.News_R .News_Fx:last-child {}

	.News_CenterPor .swiper-button-prev,
	.News_CenterPor .swiper-button-next {
		background-image: url(../images/prev1.png);
		background-size: 6px 12px;
		background-repeat: no-repeat;
		background-position: center;
		width: 36px;
		height: 36px;
		background-color: #ffffff;
		border: solid 1px #cccccc;
		border-radius: 50%;
		margin: 0;
		bottom: 2%;
		top: initial;
		cursor: pointer !important;
		z-index: 99;
		left: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.News_CenterPor .Base_Next1,
	.News_CenterPor .Base_Prev1 {
		bottom: 10%;
	}

	.News_CenterPor .swiper-button-next {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		left: 55px;
	}

	.News_CenterPor .swiper-button-prev:hover,
	.News_CenterPor .swiper-button-next:hover {
		background-color: #3098cf;
		background-image: url(../images/prev1_h.png);
		border: solid 1px #3098cf;
	}

	.About_Us {
		background-image: url(../images/bk1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 875px;
		padding-top: 120px;
		font-size: 14px;
		text-align: center;
		line-height: 24px;
		color: #999999;
	}

	.About_Us .Base_Tit {
		margin-bottom: 40px;
	}

	.About_Layout {
		margin-top: 70px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.About_LayoutFx {
		width: 20%;
		font-size: 16px;
		background: -webkit-linear-gradient(90deg, #369cc0, #399fbb);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.About_LayoutFx h2 {
		margin-top: 20px;
		font-size: 16px;
		font-weight: normal;
	}

	.About_LayoutFx h2 span {
		font-size: 40px;
		font-weight: bold;
		margin-right: 5px;
	}

	.About_LayoutFx h2 i {
		font-size: 36px;
	}

	.About_LayoutFx:nth-of-type(3),
	.About_LayoutFx:nth-of-type(4),
	.About_LayoutFx:nth-of-type(5) {
		background: -webkit-linear-gradient(90deg, #59b486, #66bd71);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.Area_Fx {
		display: block;
		position: relative;
		border-radius: 50px 0px 50px 0px;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		width: 100%;
	}

	.Area_Fx::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: linear-gradient(90deg, #7ec3e3 0%, #71a794 100%);
		background-blend-mode: normal, normal;
		opacity: .9;
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Area_Fx:hover::after {
		transform: none;
		-webkit-transform: none;
	}

	.Area_Fx .CenterPor {
		background-image: url(../images/bk.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		width: 80%;
		position: absolute;
		padding: 30px 10%;
		bottom: 0;
		border-radius: 50px 0px 50px 0px;
		font-size: 14px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		color: #fff;
	}

	.Area_Fx:hover .CenterPor {
		z-index: 1;
		text-align: center;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		bottom: inherit;
		background-image: none;
	}

	.Area_Fx .CenterPor h2 {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.Area_Fx .CenterPor span {
		width: 80px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 15px;
		line-height: 30px;
		text-align: center;
		font-size: 15px;
		margin-top: 40px;
		display: none;
	}

	.Area_Fx .CenterPor span i {
		font-size: 13px;
	}

	.Area_Fx:hover .CenterPor span {
		display: block;
		margin: 40px auto 0;
	}

	.Area_Fx .CenterPor span i {
		background: -webkit-linear-gradient(90deg, #6dc265, #2f98cb);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-weight: bold;
	}

	.Footer_Copy {
		font-size: 13px;
		position: absolute;
		bottom: 30px;
		text-align: center;
		width: 100%;
		color: #ffffff;
		opacity: 0.3;
	}

	.wrappert .IndexBanner .wrap {
		right: 12.5%;
		top: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-size: 24px;
		line-height: 38px;
		letter-spacing: 2px;
		color: #ffffff;
		z-index: 60;
	}

	.wrappert .IndexBanner .wrap p {
		margin-top: 12px;
	}

	.wrappert .IndexBanner .wrap img {
		width: 91px;
		margin-bottom: 12px;
	}

	.wrappert .IndexBanner .wrap a {
		display: inline-block;
		vertical-align: top;
		margin-right: 10px;
		width: 120px;
		height: 46px;
		border-radius: 23px;
		border: solid 2px #ffffff;
		line-height: 46px;
		font-size: 17px;
		letter-spacing: 2px;
		color: #ffffff;
		text-align: center;
		margin-top: 25px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.wrappert .IndexBanner .wrap a:hover {
		background-color: #fff;
		color: #284a94;
	}

	.Footer_Copy1 {
		font-size: 13px;
		text-align: center;
		padding: 30px 0;
		border-top: 1px solid rgba(0, 0, 0, 0.08);
		color: #999999;
		margin-top: 100px;
	}

	.ReSearch {
		margin-top: 40px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.ReSearchTxt {
		width: 18.7%;
		height: 45px;
		background-color: #f2f2f2;
		float: left;
		margin-right: 1%;
		font-size: 14px;
		color: #999999;
		line-height: 45px;
		background-image: url(../images/down1.png);
		background-size: 12px 7px;
		background-repeat: no-repeat;
		background-position: 94%;
		text-indent: 1.5em;
	}

	.ReSearchInput {
		width: 48%;
		height: 45px;
		float: left;
		margin-right: 1%;
		font-size: 14px;
		color: #999999;
		line-height: 45px;
		background-color: #f2f2f2;
		text-indent: 1.5em;
	}

	.ReSearchBtn {
		width: 10.4%;
		height: 45px;
		line-height: 45px;
		color: #ffffff;
		font-size: 16px;
		text-align: center;
		background-image: linear-gradient(-90deg, #0760a6 0%, #21b259 100%), linear-gradient(#284a94, #284a94);
		background-blend-mode: normal, normal;
		float: right;
	}

	.ReSearch_Value {
		font-size: 14px;
		padding: 30px 20px 22px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		color: #999;
		margin-bottom: 50px;
	}

	.ReSearch_Value a {
		color: #999;
		padding: 0px 15px 8px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: inline-block;
		vertical-align: top;
	}

	.ReSearch_Tab {
		width: 80%;
		display: inline-block;
		vertical-align: top;
	}

	.ReSearch_Layout {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.ReSearch_Fx {
		margin-bottom: 20px;
		height: 160px;
		background-color: #f2f2f2;
		width: 48.6%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 14px;
		color: #666666;
		position: relative;
	}

	.ReSearch_Fx h2 {
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 12px;
		color: #57b648;
		padding-left: 4%;
	}

	.ReSearch_Fx span {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 12px;
		margin-left: 4%;
	}

	.ReSearch_Fx a {
		width: 100px;
		height: 26px;
		line-height: 24px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		display: block;
		margin-left: 4%;
		background-color: #aaaaaa;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ReSearch_Layout:nth-of-type(2n) .ReSearch_Fx {
		border: solid 1px #eeeeee;
		background-color: #fff;
	}

	.Page {
		width: 100%;
		margin: 60px auto 0;
		text-align: center;
	}

	.Page a {
		color: #bbb;
		font-size: 20px;
		margin-right: 10px;
		border: solid 1px #eeeeee;
		height: 48px;
		line-height: 48px;
		width: 48px;
		display: inline-block;
		vertical-align: top;
		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;
	}

	.Page a.nor,
	.Page a:hover {
		background-image: linear-gradient(-90deg, #0760a6 0%, #21b259 100%), linear-gradient(#284a94, #284a94);
		background-blend-mode: normal, normal;
		color: #fff;
	}

	.Page a img {
		vertical-align: middle;
		margin: 0;
		width: 10px;
		height: 18px;
	}

	.RecruitPopule {
		background-color: #fff;
		width: 56.5%;
		max-height: calc(100vh - 100px);
		overflow-y: auto;
		padding: 3%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.RecruitPopule .CloseImg {
		background-image: url(../images/close.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 7%;
		right: 5%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		cursor: pointer;
	}

	.RecruitPopuleH {
		font-size: 22px;
		color: #333;
		border-bottom: solid 1px rgba(0, 0, 0, 0.08);
		padding-bottom: 18px;
		font-weight: normal;
	}

	.RecruitScroll {
		height: 508px;
		overflow-y: auto;
		overflow-x: hidden;
		margin-top: 3%;
	}

	.RecruitIntro span {
		display: block;
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
	}

	.RecruitJob {
		margin-top: 3%;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.RecruitJob h2 {
		font-size: 16px;
		color: #1f1a17;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.PositionApplied {
		width: 138px;
		height: 36px;
		background-image: linear-gradient(-90deg, #0760a6 0%, #21b259 100%), linear-gradient(#aaaaaa, #aaaaaa);
		background-blend-mode: normal, normal;
		font-size: 14px;
		line-height: 36px;
		text-align: center;
		color: #fff;
		margin-top: 50px;
	}

	.ShareBtn {
		width: 138px;
		height: 36px;
		background-color: #aaaaaa;
		font-size: 14px;
		line-height: 36px;
		text-align: center;
		color: #fff;
		margin-top: 50px;
		margin-left: 15px;
	}

	.RecruitPopule .CloseImg:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.Trends_Tab {
		font-size: 0;
		text-align: center;
		display: inline-block;
		height: 60px;
		width: 100%;
		margin-bottom: 70px;
	}

	.Advantage_Div .Questionna-conter {
		padding-top: 0;
	}

	.Trends_Tab a {
		padding: 0px 30px;
		margin: 0px 5px;
		display: inline-block;
		vertical-align: top;
		height: 60px;
		line-height: 60px;
		font-size: 17px;
		letter-spacing: 3px;
		text-align: center;
		background-color: #F0F0F0;
		color: #999;
		border-radius: 30px;
		transition: all .2s ease-out;
		-webkit-transition: all .2s ease-out;
	}

	.Trends_Tab a.nor {
		background-color: #39af4d;
		color: #fff;
	}

	/* ........................Ã¨Â¿Â½Ã¥Å Â Ã¦Â Â·Ã¥Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼ÂÃ¯Â¼Â............................. */
	.Professional-conter .XVN {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 58px;
		height: 58px;
		border-radius: 50%;
		background-color: #0d9b47;
		margin: 43px auto 0;
		cursor: pointer;
	}

	/* ............................................... */
	.Member-conter {
		padding: 0 0 116px;
	}

	.Member-conter .Member-Top-Card {
		padding: 60px 0;
		background-color: #fbfbfb;
	}

	.Member-conter .Member-Top-Card .Card-Text {
		display: flex;
		justify-content: space-between;
		/* margin-top: 30px; */
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 {
		width: 32.6%;
		background-color: #ffffff;
		border-radius: 10px;
		padding: 5px 30px;
		box-sizing: border-box;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl {
		display: flex;
		align-items: center;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
		padding: 16px 0;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl dt {
		display: flex;
		justify-content: center;
		margin-right: 18px;
		width: 32px;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl:not(dl:last-child) {
		border-bottom: solid 1px #eeeeee;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl dd p:nth-child(1) {
		margin-bottom: 5px;
	}

	.Member-conter .Member-Top-Card .Card-Text .R1 {
		width: 64.7%;
		border-radius: 10px;
		border: solid 1px #eeeeee;
		padding: 12px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.Member-conter .Member-Top-Card .Card-Text .R1 img {
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}

	.Member-conter .DanV {
		padding: 40px 0 0;
	}

	.Member-conter .DanV>h3,
	#member>h3 {
		text-align: center;
		font-size: 17px;
		font-weight: normal;
		color: #333333;
		padding: 55px 0;
	}

	#member>h3 {
		font-size: 25px;
		text-align: left;
	}

	.Member-conter .DanV .Tab-Page li {
		width: 31%;
		padding: 20px 20px 20px 20px;
		box-sizing: border-box;
		background-color: #fbfbfb;
		background-image: url(../images/bgc-03b.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		display: flex;
		float: left;
		margin-right: 3.4%;
		flex-direction: column;
		justify-content: space-between;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Member-conter .DanV .Tab-Page li:nth-child(n+4) {
		margin-top: 20px;
	}

	.Member-conter .DanV .Tab-Page li:hover,
	.Professional-conter .Tab-box .Tab-Page li:hover {
		box-shadow: 3px 4px 9px 1px rgba(13, 13, 13, 0.1);
	}

	.Member-conter .DanV .Tab-Page li h4 {
		position: relative;
		font-size: 16px;
		line-height: 24px;
		color: #0d9b47;
		/*border-radius: 10px;*/
		margin-bottom: 10px;
		height: 45px;
		overflow: hidden;
	}

	.Member-conter .DanV .Tab-Page li h4::before {
		position: absolute;
		content: '';
		width: 2px;
		top: 4px;
		height: 16px;
		left: -20px;
		background-color: #0d9b47;
	}

	.Member-conter .DanV .Tab-Page li .li-text {
		font-size: 14px;
		line-height: 24px;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl {
		display: flex;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl:nth-child(1),
	.Professional-conter .Tab-box .Tab-Page li .li-text dl:nth-child(1) {
		height: 52px;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl:nth-child(2) dt,
	.Member-conter .DanV .Tab-Page li .li-text dl:nth-child(2) dd {
		margin-top: 10px;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl dt {
		display: flex;
		align-items: center;
		height: 26px;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl dt span {
		display: block;
		width: 2px;
		height: 14px;
		background-color: #ccc;
		margin: 8px;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl dd {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		color: #666;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl .EM-img {
		margin-left: auto;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl .EM-img img {
		display: block;
	}

	.Member-conter .DanV .Page-1-More {
		margin-top: 20px;
		padding: 25px 20px 18px;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		color: #333333;
		background-color: #fbfbfb;
		border-radius: 10px;
		cursor: pointer;
	}

	.Member-conter .DanV .Page-1-More span {
		display: inline-block;
		font-size: 24px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}

	/* ........................................ */
	.Logistics-conter .Bussiness-Top-Card {
		background-image: url(../images/bgc-09.png);
		background-size: contain;
	}

	.Logistics-conter .Logistics-2-Card {
		margin-top: 10px;
		display: flex;
		background-color: #fbfbfb;
		border-radius: 10px;
		padding: 20px 30px 20px 20px;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 {
		width: 45%;
		box-sizing: border-box;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 p {
		font-size: 24px;
		color: #333333;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 20px;
		padding-right: 20px;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 ul li {
		padding: 10px 40px;
		border-radius: 50px;
		color: #0d9b47;
		background-color: #eee;
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 12px;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 ul li p {
		display: inherit;
		color: #0d9b47;
		background-color: #eee;
		font-size: 14px;
	}

	.Logistics-conter .Logistics-2-Card .Card-2 p {
		margin-top: 5px;
		font-size: 14px;
		line-height: 24px;
		color: #999999;
	}

	.Logistics-conter .Logistics-2-Card .Card-2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
		width: 44%;
	}

	.Logistics-conter .Logistics-2-Card .Card-2 h3 {
		line-height: 40px;
		font-weight: normal;
	}

	.Logistics-conter .Logistics-2-Card .Card-2 p span {
		margin-right: 10px;
	}

	/* ........................................... */
	.Main-conter {
		padding: 40px 0 60px;
	}

	.Main-conter .Main-Top>p {
		margin-top: 24px;
		text-align: left;
		font-size: 16px;
		line-height: 30px;
		color: #999999;
	}

	.Main-conter .Main-ul {
		margin-top: 55px;
	}

	.Main-conter .Main-ul a {
		width: 31.6%;
		letter-spacing: 1px;
		color: #999999;
		border-radius: 10px;
		float: left;
		box-shadow: transparent;
		margin-right: 2.4%;
		box-sizing: border-box;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Main-conter .Main-ul a:nth-child(n+4) {
		margin-top: 50px;
	}

	.Main-conter .Main-ul a .Li-img {
		width: 100%;
		height: 206px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.Main-conter .Main-ul a .Li-Text {
		padding: 22px 10px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: relative;
	}

	.Main-conter .Main-ul a .Li-Text h3 {
		font-size: 16px;
		font-weight: normal;
		color: #666666;
		margin-top: 10px;
		position: relative;
		z-index: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Main-conter .Main-ul a .Li-Text p {
		margin: 13px 0 15px;
		font-size: 14px;
		line-height: 24px;
		border-bottom: solid 1px #eeeeee;
		height: 50px;
		overflow: hidden;
		padding-bottom: 4px;
		position: relative;
		z-index: 1;
	}

	.Main-conter .about-ul a .Li-Text p {
		height: 70px;
		border: 0;
	}

	.Main-conter .Main-ul a:hover .Li-Text p {
		border-color: #10a359;
	}

	.Main-conter .Main-ul a .Li-Text .Check {
		display: inline-block;
		margin-top: 10px;
		font-size: 14px;
		line-height: 14px;
		padding: 9px 0;
		position: relative;
		z-index: 1;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.Main-conter .Main-ul a:hover .Li-Text .Check {
		padding: 9px 24px;
		border-radius: 50px;
		color: #0d9b47;
		background-color: #fff;
	}

	.Main-conter .Main-ul a:hover {
		color: #fff;
		box-shadow: 0px 1px 16px 0px rgba(13, 155, 71, 0.21);
		overflow: hidden;
	}

	.Main-conter .Main-ul a:hover .Li-Text {
		background-color: #0d9b47;
	}

	.Main-conter .Main-ul a:hover h3 {
		color: inherit;
	}

	/* 5-30Ã¦â€“Â°Ã¥Â¢Å¾ */
	/* .IndexVedio #IndexVedio {
		-webkit-transition: all 10s ease-in-out;
		transition: all 10s ease-in-out;
	}

	.IndexVedio1 #IndexVedio {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
	} */

	/* .IndexVedio::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.3);
		z-index: 105;
	}
 */
	.wrapper.nor .HeaderFlix {
		background-color: rgba(255, 255, 255, 0.7);
	}

	.wrapper.nor .Footer {
		margin-top: 0;
	}

	.wrapper.nor .am_bootom {
		padding: 15px 0;
		border: 0;
		margin-top: 0;
	}

	.IndexVedio {
		width: 100%;
	}

	.Overall #IndexVedio {
		animation: none;
		-webkit-animation: none;
		-moz-animation: none;
		display: block;
	}

	#IndexVedio {
		/* animation: IndexVedio 1s linear;
		-webkit-animation: IndexVedio 1s linear;
		-moz-animation: IndexVedio 1s linear; */
		z-index: 50;
		object-fit: cover;
	}

	/* 	@keyframes IndexVedio {
		0% {
			transform: none;
		}

		50% {
			transform: translateY(-50%);
			-webkit-transform: translateY(-50%);
		}

		100% {
			transform: translateY(-100%);
			-webkit-transform: translateY(-100%);
		}
	} */

	/* .ArrowImg {
		position: absolute;
		z-index: 106;
		bottom: 4%;
		animation: Updown 1.5s infinite alternate;
		-webkit-animation: Updown 1.5s infinite alternate;
		-moz-animation: Updown 1.5s infinite alternate;
		left: 50%;
		transform: translateX(-50%);
		opacity: 0;
		-webkit-transform: translateX(-50%);
	}

	@keyframes Updown {
		from {
			bottom: 4%;
		}

		to {
			bottom: 2.5%;
		}
	}
 */
	#loading {
		background-color: #fff;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 106;
		margin-top: 0px;
		top: 0px;
	}

	#loading-center {
		width: 100%;
		height: 100%;
		position: relative;
	}

	#loading-center-absolute {
		position: absolute;
		height: 150px;
		width: 150px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-moz-border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%;
		line-height: 150px;
		text-align: center;
		font-size: 17px;
		color: #58b54a;
		font-weight: bold;
	}

	.object {
		width: 20px;
		height: 20px;
		background-color: #58b54a;
		position: absolute;
		-moz-border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%;
		-webkit-animation: animate 0.8s infinite;
		animation: animate 0.8s infinite;
	}

	/*Ã§â€°Ë†Ã¦Å“Â¬Ã¥Â£Â°Ã¦ËœÅ½*/
	.copyright {
		width: 100%;
		margin: 30px auto;
		color: #999999;
		font-size: 14px;
	}

	.copyright p {
		line-height: 30px
	}

	/*Ã¥Ââ€¹Ã¦Æ’â€¦Ã©â€œÂ¾Ã¦Å½Â¥ start*/
	.Links {
		width: 100%;
		margin: 30px auto;
	}

	.Links li {
		padding: 10px 0;
		font-size: 14px;
		width: 33%;
		display: inline-block;
		vertical-align: top;
	}

	.Links li a:hover {
		color: #39af4d;
	}

	/*Ã¥Ââ€¹Ã¦Æ’â€¦Ã©â€œÂ¾Ã¦Å½Â¥ end*/

	/*********Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬  start**************/
	.footer-Contact {
		margin-top: 30px;
	}

	.contact-type {
		padding-left: 10px;
		color: #199AFC;
		font-size: 17px;
	}

	.footer-Contact ul li {
		box-sizing: border-box;
		display: inline-block;
		width: 50%;
		float: left;
		border-bottom: 1px solid #CACDD1;
		margin-bottom: 10px;
		padding: 10px;
		color: rgb(105, 105, 105);
		font-size: 14px;
	}

	.footer-Contact ul li {
		line-height: 28px;
	}

	.clearFloat {
		clear: both;
	}

	/*********Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬  end**************/
	#object_one {
		top: 19px;
		left: 19px;
	}

	#object_two {
		top: 0px;
		left: 65px;
		-webkit-animation-delay: 0.1s;
		animation-delay: 0.1s;
	}

	#object_three {
		top: 19px;
		left: 111px;
		-webkit-animation-delay: 0.2s;
		animation-delay: 0.2s;
	}

	#object_four {
		top: 65px;
		left: 130px;
		-webkit-animation-delay: 0.3s;
		animation-delay: 0.3s;
	}

	#object_five {
		top: 111px;
		left: 111px;
		-webkit-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}

	#object_six {
		top: 130px;
		left: 65px;
		-webkit-animation-delay: 0.5s;
		animation-delay: 0.5s;
	}

	#object_seven {
		top: 111px;
		left: 19px;
		-webkit-animation-delay: 0.6s;
		animation-delay: 0.6s;
	}

	#object_eight {
		top: 65px;
		left: 0px;
		-webkit-animation-delay: 0.7s;
		animation-delay: 0.7s;
	}

	@-webkit-keyframes animate {

		25% {
			-ms-transform: scale(1.5);
			-webkit-transform: scale(1.5);
			transform: scale(1.5);
		}

		75% {
			-ms-transform: scale(0);
			-webkit-transform: scale(0);
			transform: scale(0);
		}
	}

	@keyframes animate {
		50% {
			-ms-transform: scale(1.5, 1.5);
			-webkit-transform: scale(1.5, 1.5);
			transform: scale(1.5, 1.5);
		}

		100% {
			-ms-transform: scale(1, 1);
			-webkit-transform: scale(1, 1);
			transform: scale(1, 1);
		}
	}

	/* Ã¦â€“Â°Ã¥Â¢Å¾ */
	.Add_ReSearch .ReSearchInput {
		width: 38%;
	}

	.Add_ReSearch .ReSearchTxt {
		width: 15.7%;
	}

	.Add_ReSearch_Layout .ReSearch_Fx h2 {
		font-size: 20px;
		color: #333333;
	}

	.Add_ReSearch_Layout .ReSearch_Fx span {
		display: block;
		color: #999;
	}

	.Add_ReSearch_Layout .ReSearch_Fx span i {
		color: #666;
	}

	.Add_ReSearch_Layout .ReSearch_Fx a {
		background-color: #57b648;
		height: 36px;
		line-height: 36px;
		position: absolute;
		right: 4%;
	}

	.Resume {
		background-color: #ffffff;
		padding: 50px 40px;
		margin-top: 20px;
	}

	.Resume_Layout {
		margin-bottom: 60px;
	}

	.Resume_Layout h2 {
		font-size: 26px;
		margin-bottom: 15px;
		color: #333333;
		font-weight: normal;
	}

	.Resume_fx {
		margin-top: 15px;
		width: 49%;
		float: left;
	}

	.Resume_fx h3 {
		color: #666666;
		font-size: 14px;
		font-weight: normal;
	}

	.Resume_fx h3 i {
		color: #57b648;
		padding: 0px 5px;
	}

	.Resume_fx h3 em {
		color: #999;
	}

	.Resume_fx input,
	.Resume_fx select {
		height: 45px;
		background-color: #ffffff;
		line-height: 45px;
		text-indent: 1em;
		border: solid 1px #e8e8e8;
		color: #666;
		font-size: 14px;
		margin-top: 10px;
		display: block;
		width: 100%;
		z-index: 10;
	}

	.Resume_fx:nth-of-type(2n) {
		float: right;
	}

	.Resume_fx select {
		background-image: url(../images/down1.png);
		background-size: 12px 7px;
		background-repeat: no-repeat;
		background-position: 98%;
	}

	.Resume_fxmax {
		width: 100%;
		float: none;
	}

	.Resume_Layout label,
	.Resume_rows {
		line-height: 20px;
		font-size: 16px;
		color: #666666;
		margin-top: 25px;
		display: block;
		cursor: pointer;
	}

	.Resume_Layout label input {
		width: 20px;
		height: 20px;
		background-color: #57b648;
		margin-right: 10px;
	}

	.Resume_Layout label input:checked {
		background-image: url(../images/true1.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.Resume_fx textarea {
		height: 120px;
		background-color: #ffffff;
		line-height: 28px;
		text-indent: 1em;
		border: solid 1px #e8e8e8;
		color: #666;
		font-size: 16px;
		margin-top: 10px;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.Resume_rows img {
		margin-right: 10px;
	}

	.Resume .PositionApplied {
		width: 280px;
		height: 45px;
		line-height: 45px;
		margin-top: 0;
		font-size: 16px;
	}

	/* 1-9Ã¦â€“Â°Ã¥Å Â Ã¦Â Â·Ã¥Â¼Â */
	.crc-title {
		border-bottom: solid 1px #eeeeee;
		padding: 60px 0px 25px;
	}

	.crc-span {
		font-size: 25px;
		color: #0d9b47;
	}

	.crc-span i {
		color: #cccccc;
	}

	.crc-bread {
		font-size: 14px;
		color: #666666;
	}

	.crc-bread a {
		color: #666666;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.crc-bread a.active {
		color: #0d9b47;
	}

	.Text-layout .Develop_Find {
		font-size: 14px;
		color: #0d9b47;
		border: 0;
		text-indent: 0;
		background-color: transparent;
		background-image: url(../images/down2.png);
		background-size: 14px 8px;
		background-repeat: no-repeat;
		background-position: right;
		font-weight: bold;
		/* position: absolute; */
		bottom: -6px;
		right: 0;
		width: auto;
		text-align: right;
		padding-right: 20px;
		margin-top: 0;
	}

	#brand .Text-layout .Develop_Find {
		display: none;
	}

	#brand .Text-layout .Text-pro {
		max-height: initial;
	}

	.witer-backgroud {
		background-color: #f7f5f4;
	}

	.witer-backgroud .HeaderFlix {
		width: 1000px;
		left: 50%;
		transform: translateX(-50%);
		border-bottom: solid 1px #e5e5e5;
		-webkit-transform: translateX(-50%);
	}

	.witer-backgroud .am_logo {
		margin-left: 32px;
	}

	.Develop-flex {
		width: 100%;
		position: relative;
	}

	.Bussiness-Top-text {
		font-size: 20px;
		margin-bottom: 5px;
		line-height: 30px;
		color: #333333;
		font-weight: bold;
	}

	.Pharmaceutical_tit {
		font-size: 18px;
		color: #333333;
	}

	.Pharmaceutical_tit em {
		font-size: 30px;
		font-weight: bold;
		line-height: 36px;
		color: #0d9b47;
		vertical-align: bottom;
		padding-left: 10px;
	}

	.Pharmaceutical_tit i,
	.Pharmaceutical_tit span {
		display: block;
		color: #0d9b47;
		margin-top: 8px;
	}

	.Pharmaceutical_flex {
		width: 33.3%;
		float: left;
		margin-bottom: 15px;
		font-size: 14px;
		text-align: center;
		line-height: 18px;
		color: #999999;
	}

	.Pharmaceutical_flex.active {
		color: #0d9b47;
	}

	.Pharmaceutical_flex span {
		width: 53px;
		height: 52px;
		background-color: #999999;
		display: block;
		border-radius: 50%;
		margin: 0px auto 15px;
		position: relative;
	}

	.Pharmaceutical_flex.active span {
		background-color: #0d9b47;
	}

	.Pharmaceutical_flex span img {
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.Pharmaceutical_flex p {
		padding: 0px 10%;
		height: 60px;
	}

	.Electronic-Contect {
		padding-top: 15px;
		background-image: url(../images/bgc-10.png);
	}

	/******************************************客户服务Start********************************/
	/*    .Main-Top, .News-box {
        background-color: #FBFBFB;
    } */

	.Main-Top .PG-card {
		padding: 20px;
		background-color: #fbfbfb;
		border-radius: 10px;
	}

	.Main-Top .PG-card .PG-img {
		width: 100%;
		border-radius: 10px;
	}

	.Main-Top .PG-card .PG-list {
		display: flex;
		overflow: hidden;
		padding: 40px 0 10px;
	}

	.Main-Top .PG-card .PG-list .Service-news {
		width: 48%;
		margin-right: 4%;
	}

	.Main-Top .PG-card .PG-list .Service-trends {
		width: 48%;
	}

	.PG-list .News-Title {
		background-color: #F7F7F7;
		color: #09A041;
		line-height: 50px;
		padding: 0 15px;
		margin-bottom: 10px;
		font-size: 20px;
	}

	.PG-list .News-Title .Title-text {
		display: inline-block
	}

	.PG-list .News-Title span {
		color: #D5D5D5
	}

	.PG-list .News-Title .NewsInfo {
		float: right;
		color: #09A041;
		font-size: 14px;
		cursor: pointer;
	}

	.PG-list li {
		/*line-height: 40px;*/
		padding: 10px 0;
		color: #7C7C7C;
		font-size: 16px;
		border-bottom: 1px dashed #DBDBDB;
	}

	.PG-list li a {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		color: #333;
	}

	.PG-list li i {
		color: #09A041;
	}

	.News-list .item-title {
		display: inline-block;
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.News-list .News-time {
		float: right;
	}

	.Pharmace-Top-Card {
		background-image: url(../images/phar_bk.png) !important;
	}

	.Pharmace-Top-Card1 {
		background-image: url(../images/phar_bk1.png) !important;
		margin-top: 20px;
	}

	.Pharmace-Top-Card2 {
		background-image: url(../images/logistics_bk.png) !important;
		margin: 20px 0;
	}

	.Pharmace-Top-Card3 img {
		width: 100%;
	}

	.Pharmace-Top-Card3 p {
		text-indent: 2em;
		margin-top: 30px;
	}

	.Pharmace-Top-Card1 .Card-Text p {
		margin-top: 0;
	}

	.Advantage_logistics .Advantage_Layout {
		width: 41%;
		background: #fff;
	}

	.Advantage_logistics .Advantage_Img {
		width: 50.5%;
	}

	.Strategy-conter .Bussiness-Top-Card {
		background-image: url(../images/bgc-11.png);
		background-size: contain;
		background-position: right;
		background-color: #fbfbfb;
		padding-top: 20px;
		padding-bottom: 0;
	}

	/*******************************************客户服务End******************************************************/

	@media screen and (min-width: 1023px) and (max-width: 1680px) {
		.Talent .Talent_Ct .Talent_CtR .clearfix {
			display: flex;
		}
	}

	@media screen and (min-width: 1367px) and (max-width: 1441px) {
		.Talent_Ct img {
			object-fit: contain;
		}

		.Talent_Fx {
			width: 72px;
			height: 72px;
			line-height: 72px;
		}

		.Enterprise_Img {
			height: 110px;
		}

		.Enterprise_Img img {
			max-width: 60%;
			max-height: 60%;
		}
	}

	@media screen and (min-width: 1024px) and (max-width: 1366px) {
		.Banner_Nav a {
			font-size: 15px;
			padding: 0px 26px;
		}

		.Talent_Ct img {
			object-fit: contain;
		}

		.Talent_Fx {
			width: 67px;
			height: 67px;
			line-height: 67px;
		}

		.Enterprise_Img {
			height: 110px;
		}

		.Enterprise_Img img {
			max-width: 60%;
			max-height: 60%;
		}
	}
}
