@media screen and (max-width: 1023px) {
	img {
		object-fit: cover;
	}

	.pc,
	.IndexBanner img:first-of-type {
		display: none !important;
	}

	body {
		font-size: 0.24rem;
	}

	.container {
		max-width: 7.5rem;
		margin: 0px auto;
		padding: 0px 0.3rem;
	}

	.wrapper {
		overflow-x: hidden;
		padding-top: 1.2rem;
	}

	.wrapper.on {
		padding-top: 1rem;
	}

	/* å¤´éƒ¨ */
	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		height: 1.2rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #ffffff;
		box-shadow: 0px 10px 20px 0px rgb(1 0 0 / 4%);
	}

	.LogoImg {
		background-image: url(../images/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 0.175rem;
		float: left;
		width: 2.85rem;
		height: 0.85rem;
		margin-left: 0.3rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.mobile-nav {
		float: right;
		width: 0.48rem;
		height: 0.3rem;
		position: relative;
		top: 0.45rem;
		right: 0.3rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.mobile-nav span {
		width: 0.48rem;
		height: 0.04rem;
		background-color: #58b54a;
		display: block;
		margin-bottom: 0.1rem;
		position: relative;
	}

	.mobile-nav.on span {
		transform-origin: center;
		transition: transform .3s
	}

	.mobile-nav.on span.line2,
	.IndexVedio,
	#loading {
		display: none;
	}

	.mobile-nav.on span.line1 {
		transform: rotate(45deg);
		top: 0.12rem;
	}

	.mobile-nav.on span.line3 {
		transform: rotate(-45deg);
		top: -0.02rem;
	}

	.go_top {
		width: 1rem;
		height: 1.06rem;
		display: block;
		margin: 0px auto;
		background: url(../images/backtop.png);
		background-size: cover;
		background-repeat: no-repeat;
		position: fixed;
		bottom: 27%;
		right: 0.3rem;
		z-index: 99;
	}

	.IndexBanner,
	.OtherBanner,
	.IndexBanner img {
		width: 100%;
		position: relative;
	}

	.IndexBanner img.IndexBanner_Bk {
		height: 10rem;
		display: block !important;
	}

	.IndexBanner .swiper-pagination {
		bottom: 10% !important;
		top: initial !important;
		right: initial !important;
		left: 0.3rem !important;
		width: initial !important;
	}

	.IndexBanner .swiper-pagination-bullet {
		opacity: 1;
		width: 0.5rem;
		height: 0.05rem;
		background: #eeeeee;
		border-radius: 0;
	}

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

	/* 测导航 */
	/*menu*/
	.menu-li {
		position: fixed;
		top: 1.2rem;
		z-index: 102;
		width: 100%;
		background: #fff;
		display: none;
		height: 100%;
		overflow: auto;
	}

	.menu-li ul li {
		display: block;
		overflow: hidden;
	}

	.menu-li ul li>a {
		display: block;
		line-height: 1rem;
		font-size: 0.29rem;
		color: #000;
		padding: 0px 0.3rem;
		overflow: hidden;
		border-bottom: 1px solid #f5f5f5;
	}

	.menu-li ul li>a i {
		float: right;
		width: 0.24rem;
		height: 0.26rem;
		background-image: url(../images/jia.png);
		background-size: 100%;
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 0.35rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
	}

	.menu-li ul li.on>a {
		color: #58b54a;
	}

	.menu-li ul li.on>a i {
		background-image: url(../images/jian.png);
		background-size: contain;
		background-position: right;
		/* margin-top: 0.3rem; */
		background-repeat: no-repeat;
	}

	.menu-li ul li dl {
		display: none;
		background: #f8f8f8;
		padding-top: 0.25rem;
		padding-bottom: 0.5rem;
	}

	.menu-li ul li dt {
		overflow: hidden;
		font-size: 0.26rem;
		color: #999;
		font-weight: normal;
		line-height: 0.48rem;
	}

	.MenuMain {
		width: 100%;
		margin-top: 0.25rem;
	}

	.MenuMain.Nor h2 {
		color: #3aa0d9;
	}

	.menu-li ul li dt h2 {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.3rem;
		color: #000;
		margin-top: 0.24rem;
		position: relative;
	}

	.MenuDown {
		padding-left: 0.76rem;
		padding-top: 0.3rem;
		display: none;
	}

	.menu-li ul li dt .MenuDown a {
		font-size: 0.26rem;
		color: #999;
		margin-top: .2rem;
		padding-left: 0;
	}


	.menu-li ul li dt a {
		display: block;
		padding-left: 0.5rem;
		font-size: 0.26rem;
		color: #000;
		margin-top: 0.2rem;
	}

	.Search {
		width: 2rem;
		height: 0.4rem;
		background-color: #ffffff;
		border-radius: 0.5rem;
		border: solid 1px #d2d2d2;
		margin-top: 0.4rem;
		float: right;
		display: flex;
		padding: 0px 0.1rem;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin-right: 0.6rem;
	}

	.nav_Txt {
		width: 80%;
		font-size: 0.22rem;
		color: #005ca8;
		text-indent: 0.5em;
	}

	.nav_search {
		background-image: url(../images/search.png);
		background-size: 0.2rem;
		background-repeat: no-repeat;
		background-position: center;
		width: 20%;
	}

	.wrappert .nav_search {
		width: 0.5rem;
		height: 0.5rem;
		background-image: url(../images/search2.png);
		margin-top: 0.35rem;
		float: right;
		background-size: contain;
		margin-right: 10%;
	}

	/* åº•éƒ¨ */
	.Footer {
		position: relative;
		font-size: 0.22rem;
		line-height: 0.42rem;
		color: #999;
		margin-top: 0.2rem;
	}

	.FooterTit {
		font-size: .24rem;
		line-height: 0.42rem;
		color: rgba(34, 38, 61, 0.5);
		text-align: center;
	}

	.FooterTit h2 {
		font-size: 0.32rem;
		color: #22263d;
		margin-bottom: 0.1rem;
		line-height: 0.48rem;
	}

	.FooterTit h2 em {
		color: #5bbc93;
	}

	.Footer_Layout {
		width: 100%;
		padding: 0.3rem 0 0.2rem;
		background-color: #5bbc93;
		box-shadow: 0px 0.24rem 0.3rem 0px rgb(91 188 147 / 20%);
		border-radius: 0.8rem;
		margin: 0.6rem auto 0.9rem;
	}


	.Footer_Fx {
		font-size: 0.25rem;
		text-align: left;
		line-height: 0.36rem;
		color: #fff;
		position: relative;
		padding: 0.1rem 0.3rem;
		display: block;
	}

	.Footer_Fx p {
		word-break: break-all;
		padding: 0px 0.1rem;
		display: inline-block;
	}

	.Footer_Fx:last-child::after {
		width: 0;
	}

	.Footer_Fx::after {
		content: '';
		width: 0.01rem;
		height: 0.3rem;
		background-color: #ffffff;
		opacity: 0.8;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom: 0.15rem;
		opacity: 0;
	}

	.Footer_Fx img {
		max-width: 100%;
		margin: 0px auto 0.15rem;
		height: 0.3rem;
		object-fit: contain;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: inline-block;
	}

	.am_subfooterdiv {
		width: 100%;
		padding: 0.15rem 0;
		text-align: left;
	}

	.am_subfooterdiv:first-of-type {
		margin-bottom: 0.5rem;
	}

	.am_subfooterdiv:first-of-type a img {
		width: 1.2rem;
	}

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

	.am_subfooterdiv:last-child h2 {
		background-image: none;
	}

	.am_subfooterdiv:last-child img {
		margin-top: 0.2rem;
	}

	.am_subfooterdiv h2 {
		font-size: 0.28rem;
		height: 0.45rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-image: url(../images/jt.png);
		background-size: 0.15rem 0.25rem;
		background-repeat: no-repeat;
		background-position: 99%;
		color: #333;
	}

	.am_subfooterdiv.on h2 {
		background-image: url(../images/jt_h.png);
		background-size: 0.25rem 0.15rem;
		background-repeat: no-repeat;
		background-position: 99%;
	}
	
	.am_subfooterdiv:last-child img:last-child {
		margin-left: 0.2rem;
	}
	
	.am_subtag {
		display: none;
		padding: 0.2rem 0;
	}

	.am_subfooterdiv a {
		display: block;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999;
	}

	.am_subfooterdiv a:hover {
		color: #96eaee;
	}

	.am_bootom {
		margin-top: 0.3rem;
		padding: 0.5rem 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		text-align: center;
		color: #ccc;
		display: block;
	}

	.am_bootom a {
		color: #cccccc;
	}

	.am_bootom a.fr,
	.am_bootom .fl {
		float: none;
		display: block;
	}

	.Banner_Nav {
		font-size: 0;
		text-align: center;
		margin-top: 0.2rem;
		margin-bottom: 0.2rem;
		border-bottom: solid 1px #eee;
	}

	.Banner_Nav a {
		position: relative;
		display: inline-block;
		padding: 0px 0.25rem;
		line-height: 0.8rem;
		font-size: 0.26rem;
		color: #333333;
		margin-bottom: 0.2rem;
	}

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

	.Banner_Nav a.active,
	.Banner_Nav a:hover {
		background-color: #0d9b47;
		border-radius: 0.2rem 0.2rem 0 0;
	}

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

	.H2-tit h2 {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.32rem;
		line-height: 0.48rem;
		font-weight: normal;
		color: #333;
		margin-bottom: 0.2rem;
	}

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

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

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

	.Details .Brand-conter {
		padding: .7rem 0;
	}

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

	.Brand-conter .PG-card {
		padding: 0.4rem;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
	}

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

	.Brand-conter .H-tit {
		font-size: 0.32rem;
		line-height: 0.48rem;
		color: #333333;
	}

	.Brand-conter .PG-card .H-tit {
		padding: 0.3rem 0;
	}

	.Text-layout .Text-pro {
		margin-bottom: 0.2rem;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #666666;
		max-height: 6.1rem;
		overflow: hidden;
	}

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

	.Brand-conter .Contact-1 dl {
		display: flex;
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding: 0.2rem 0;
	}

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

	.Brand-conter .Contact-1 dl dd {
		display: flex;
		align-items: center;
		color: #666;
	}


	/**兼容富文本样式开始   2022-07-26*/
	.Brand-conter .Contact-1 ul {
		display: flex;
		font-size: 0.24rem;
		line-height: 0.42rem;
		padding: 0.2rem 0;
	}

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

	.Brand-conter .Contact-1 ul li p {
		line-height: 0.30rem;
		/*line-height: 27px;*/
	}

	.Brand-conter .Contact-1 ul li p img {
		width: 0.32rem;
	}

	/**兼容富文本样式结束  2022-07-26*/

	.Brand-conter .Li-card {
		padding-bottom: 0.2rem;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		/* overflow: hidden; */
	}

	.Brand-conter .Li-card .KG-1 {
		width: 100%;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
	}

	.Brand-conter .Li-card .KG-2 {
		margin: 0.4rem;
	}

	.Brand-conter .Li-card .KG-2 .Text-pro {
		padding: 0.2rem 0;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #666666;
	}

	/* ............................ */
	.Group-conter {
		padding: 0.8rem 0;
	}

	.Group-conter .GC-video {
		position: relative;
		overflow: hidden;
		border-radius: 0.2rem;
		margin: 0.5rem 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: 0.6rem;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		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 {
		text-align: left;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #666;
	}

	.Group-conter .GC-Text p {
		text-indent: 2em;
	}

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

	/* ............................. */
	.Develop-conter {
		padding: 0.6rem 0;
	}

	.Develop-conter .Develop-Text {
		margin: 0.5rem 0;
		text-align: left;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #666666;
	}

	.Develop-conter .Develop-flex .Develop-Text h2 {
		font-size: 0.36rem;
		line-height: 0.58rem;
		color: #333333;
		margin-bottom: 0.5rem;
	}

	.Develop-conter .Develop-flex .Develop-Text p {
		text-indent: 2em;
	}

	.Develop-conter .Develop-Data {
		text-align: center;
		font-size: 0;
		margin-top: 0.6rem;
		background-color: #ffffff;
		box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
		border-radius: 0.25rem;
		padding: 0.5rem 0;
	}

	.Develop-conter .Develop-Data dl {
		font-size: 0.24rem;
		width: 33%;
		display: inline-block;
		vertical-align: top;
		margin-top: 0.5rem;
		border-right: solid 1px #e5e5e5;
	}

	.Develop-conter .Develop-Data dl:nth-of-type(3n),
	.Develop-conter .Develop-Data dl:last-child {
		border: 0;
	}

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

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

	.Develop-conter .Develop-Data dl dd span {
		font-size: 0.42rem;
		font-weight: bold;
		padding-right: 0.1rem;
	}

	.Develop-conter .Develop-Data dl dd sup {
		font-size: 24px;
		line-height: 24px;
		font-weight: normal;
	}

	.Develop-conter .Develop-Card {
		position: relative;
		margin-top: 0.8rem;
	}

	.Develop-conter .Develop-Card img {
		width: 100%;
		border-radius: 0.2rem;
	}

	/*******兼容富文本start********/
	.Develop-conter .Develop-Data ul {
		font-size: 0.24rem;
		width: 33.3%;
		display: inline-block;
		vertical-align: top;
		margin-top: 0.5rem;
	}

	.Develop-conter .Develop-Data p {
		color: #999999;
		margin-top: 0.1rem;
	}

	.Develop-conter .Develop-Data .font48 span {
		color: #0d9b47;
		font-size: 0.42rem;
		font-weight: bold;
		padding-right: 0.1rem;
	}

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

	/*******兼容富文本end********/

	.Develop-conter .Develop-Card .Develop-Card-Text {
		color: #fff;
		font-size: 0.24rem;
		line-height: 0.48rem;
		left: 50%;
		top: 20%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 85%;
	}

	.Develop-conter .Develop-Card .Develop-Card-Text h3 {
		position: relative;
		font-size: 0.38rem;
		font-weight: bold;
		letter-spacing: 0.05rem;
		padding-bottom: 0.3rem;
		margin-bottom: 0.4rem;
	}

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

	/* .......................... */
	.Journal-conter {
		padding: 0.8rem 0;
	}

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

	.Journal-conter .Journal-ul li {
		width: 48%;
		background-color: #ffffff;
		border-radius: 0.2rem;
		float: left;
		margin-bottom: 0.3rem;
		box-shadow: 1px 2px 6px 1px rgb(13 13 13 / 10%);
	}

	.Journal-conter .Journal-ul li:nth-of-type(2n) {
		float: right;
	}

	.Journal-ul .Li-img {
		height: 4rem;
		width: 100%;
		overflow: hidden;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
	}

	.Journal-ul .Li-Text {
		padding: 0.2rem;
	}

	.Journal-ul .Li-Text p {
		font-size: 0.24rem;
		color: #333333;
		margin-bottom: 0.1rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

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

	.Journal-ul .Li-Text dl dt {
		margin-right: 0.15rem;
	}

	.Journal-ul .Li-Text dl dd img {
		width: 0.22rem;
		margin-top: 0.03rem;
	}

	/* 分页 */
	.pagination {
		display: flex;
		justify-content: center;
		font-size: 0.24rem;
		margin-top: 0.6rem;
	}

	.pagination a {
		margin: 0px 0.2rem;
		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: 30px;
		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: 32px;
		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;
	}

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

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

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

	.Bussiness-conter {
		padding: 0.6rem 0;
	}

	.Bussiness-Top-Card {
		padding: 0.5rem 0.4rem;
		background-image: url(../images/bgc-07.png);
		background-repeat: no-repeat;
		background-position: 39% center;
		background-size: cover;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
	}

	.Treatment-conter .Bussiness-Top-Card {
		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: 0.32rem;
		font-weight: normal;
		color: #333333;
		padding-bottom: 0.2rem;
	}

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

	.Bussiness-Top-Card .Card-Text {
		padding-top: 0.1rem;
		text-align: justify;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

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

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

	.Bussiness-conter .H2-tit {
		padding: 0.6rem 0;
	}

	.Bussiness-Top-Card .Card-Text p {
		text-indent: 2em;
	}

	.Bussiness-OurAdvantage li {
		padding: 0.5rem;
		text-align: center;
		background-color: #fbfbfb;
		border-radius: 0.2rem 0 0.2rem 0;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: relative;
		margin-bottom: 0.5rem;
	}

	.Bussiness-OurAdvantage li .Develop_Find {
		display: none;
	}

	.Bussiness-OurAdvantage li::after,
	.System-conter .System-Login a::after,
	.Main-conter .Main-ul a .Li-Text::after {
		content: '';
		width: 1.59rem;
		height: 1.44rem;
		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;
		background-color: #fff;
		border-radius: 10px;
		height: 1rem;
		width: 1rem;
		margin: 0px auto;
	}

	.Bussiness-OurAdvantage li .OA-img img {
		max-width: 50%;
	}

	/* 
	.Integrated-conter .Bussiness-OurAdvantage li .OA-img {
		height: 3rem;
		background-color: #fff;
		border-radius: 0.2rem;
		overflow: hidden;
		position: relative;
		margin-bottom: 0.2rem;
	}

	.Integrated-conter .Bussiness-OurAdvantage li .OA-img {
		height: 3rem;
		width: 100%;
		position: relative;
	} */


	.Bussiness-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;
	}

	.Bussiness-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 .Bussiness-OurAdvantage li:hover .OA-img img {
		display: block !important;
	}

	.Bussiness-OurAdvantage li h4 {
		padding: 0.2rem 0;
		font-size: 0.32rem;
		font-weight: bold;
		color: #0d9b47;
	}

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

	/* ............................................. */
	.News-Pro-conter {
		padding: 0.8rem 0 0;
	}

	.News-Pro-conter .News-Pro-Text {
		padding-bottom: 0.8rem;
	}

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

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

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

	.News-Pro-conter .News-Pro-Text h2 {
		font-size: 0.32rem;
		line-height: 0.52rem;
		font-weight: normal;
		letter-spacing: 0.04rem;
		text-align: center;
		color: #333333;
	}

	.News-Pro-conter .News-Pro-Text .News-Pro-Day {
		padding: 0.2rem 0;
		font-size: 0.26rem;
		line-height: 0.48rem;
		letter-spacing: 0.02rem;
		color: #999999;
		text-align: center;
		border-top: 1px dashed #e5e5e5;
		border-bottom: 1px dashed #e5e5e5;
		margin-top: 0.3rem;
	}

	.News-Pro-conter .News-Pro-Text p,
	.News-Pro-conter p span,
	.News-Pro-conter .News-Pro-Text p span font {
		font-size: 0.24rem !important;
		line-height: 0.48rem !important;
		letter-spacing: 0.02rem;
		color: #666 !important;
		text-indent: 0 !important;
		margin-top: 0.25rem !important;
		font-family: 微软雅黑 !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: 0.3rem auto;
		height: auto !important;
		height: auto !important;
	}

	.News-Pro-conter .News-Pro-Switch {
		padding: 0.8rem 0;
	}

	.News-Pro-conter .News-Pro-Switch a {
		display: block;
		font-size: 0.24rem;
		line-height: 0.48rem;
		letter-spacing: 0.02rem;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-top: 0.1rem;
	}

	.News-Pro-conter .News-Pro-Switch h2 {
		font-size: 0.32rem;
		letter-spacing: 0.03rem;
		color: #0d9b47;
		margin-bottom: 0.2rem;
	}

	/* ..................................... */
	.News-conter {
		padding: 0.8rem 0;
	}

	.News-conter .News-A {
		margin-bottom: 1rem;
	}

	.News-A a {
		display: block;
		margin-bottom: 0.4rem;
		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 h2 span {}

	.News-A a:hover .Li .Li-Text .More p {}

	.News-A .Li .Li-img {
		border-radius: 0.2rem;
	}

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

	.News-A .Li .Li-Text {
		color: #999999;
		font-size: 0.24rem;
		line-height: 0.48rem;
		padding: 0.3rem;
	}

	.News-A .Li .Li-Text .Li-Text-Top h2 {
		font-size: 0.32rem;
		font-weight: normal;
		color: #333;
		line-height: 0.52rem;
	}

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

	.News-A .Li .Li-Text .Li-Text-Top .News-Day {
		padding: 0.15rem 0;
	}

	.News-A .Li .Li-Text .More p {
		width: 1.5rem;
		font-size: 0.24rem;
		line-height: 0.52rem;
		border: solid 1px #eeeeee;
		border-radius: 0.5rem;
		margin-top: 25px;
		text-align: center;
	}

	/* ................................................ */
	.Questionna-conter {
		padding: 0.8rem 0;
	}

	.Questionna-conter a {
		color: #333;
		background-color: #ffffff;
		font-size: 0.24rem;
		box-shadow: 2px 3px 10px 0px rgba(51, 51, 51, 0.04);
		display: block;
	}

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

	.Questionna-conter a:hover {}

	.Questionna-conter dl {
		display: flex;
		padding: 0.4rem 0.3rem;
		align-items: center;
	}

	.Questionna-conter dl dt {
		font-size: 0.42rem;
		font-weight: bold;
		margin-right: 0.4rem;
	}

	.Questionna-conter dl dd p:nth-child(1) {
		font-size: 0.28rem;
		margin-bottom: 0.2rem;
	}

	/* ........................................... */
	.System-conter {
		padding: 0.8rem 0;
	}

	.System-conter .System-Login {}

	.System-conter .System-Login a {
		padding: 0.5rem;
		text-align: center;
		color: #0d9b47;
		background-color: #fbfbfb;
		border-radius: 0.2rem 0 0.2rem 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: block;
		margin-bottom: 0.4rem;
	}

	.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: 0.6rem;
		position: relative;
		z-index: 1;
	}

	.System-conter .System-Login a .OA-img img {
		max-width: 9%;
	}

	.System-conter .System-Login a h4 {
		padding: 20px 0 17px;
		font-size: 18px;
		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: 0.8rem 0;
	}

	.Information-conter .Information-ul {
		margin-bottom: 0.5rem;
	}

	.Information-conter .Information-ul a {
		display: block;
		padding: 0.5rem 0.4rem 0.3rem;
		border-radius: 0.2rem;
		border: solid 1px #eeeeee;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-bottom: 0.3rem;
		width: auto;
	}

	.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: 0.3rem;
		margin-bottom: 0.2rem;
	}

	.Information-conter .Information-ul a dl {
		padding: 0.2rem;
	}

	.Information-conter .Information-ul a dl dt {
		text-align: justify;
		font-size: 0.26rem;
		line-height: 0.48rem;
		color: #333333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-bottom: 0.2rem;
	}

	.Information-conter .Information-ul a dl dd span {
		display: inline-block;
		padding: 0.2rem 0.5rem;
		font-size: 0.24rem;
		line-height: 0.4rem;
		border-radius: 0.5rem;
	}

	.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: 0.2rem;
		display: flex;
		justify-content: flex-end;
		font-size: 0.24rem;
		color: #cccccc;
	}

	/* ..................................... */
	.Documents-conter {
		padding: 0.8rem 0;
	}

	.Documents-conter .Tab-Nav {
		margin-bottom: 0.5rem;
		display: flex;
		background-color: #f0f0f0;
		border-radius: 0.2rem;
		overflow: hidden;
	}

	.Documents-conter .Tab-Nav li {
		width: 33.3%;
		text-align: center;
		padding: 0.3rem 0;
		font-size: .24rem;
		letter-spacing: 0.03rem;
		color: #999;
	}

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

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

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

	.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: 0.24rem;
		letter-spacing: 0.02rem;
		border-radius: 0.5rem;
		border: solid 1px #eeeeee;
		width: 1.5rem;
		height: 0.6rem;
	}

	.Documents-conter .Tab-Page dl dt img {
		margin-right: 0.1rem;
		width: 0.25rem;
		margin-left: 0.35rem;
	}

	.Documents-conter .Tab-Page dl dd p:nth-child(1) {
		font-size: 0.26rem;
		margin-bottom: 0.4rem;
	}

	.Documents-conter .Tab-Page dl dd p:nth-child(2) {
		font-size: 0.24rem;
		letter-spacing: 0.02rem;
		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: 18px;
		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: 30px;
		color: #999999;
	}

	/* ............................................ */
	.Professional-conter {
		padding: 0.8rem 0;
	}

	.Professional-conter .Professional-Top-Card {
		padding: 0.5rem 0.4rem;
		border-radius: 0.2rem;
		background-color: #fbfbfb;
	}

	.Professional-conter .Professional-Top-Card h3 {
		position: relative;
		font-size: 0.32rem;
		font-weight: normal;
		color: #333333;
		padding-bottom: 0.2rem;
	}

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

	.Professional-conter .Professional-Top-Card .Card-Text {
		padding-top: 0.3rem;
		text-align: justify;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-img {
		border-radius: 0.2rem;
		margin: 0.3rem 0;
		width: 100%;
	}

	.Professional-conter .H2-tit {
		padding: 0.6rem 0;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line {
		font-size: 0.24rem;
		line-height: 0.48rem;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl {
		margin-bottom: 0.5rem;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl dt {
		color: #333333;
		position: relative;
		padding-left: 0.8rem;
		margin-bottom: 0.1rem;
	}

	.Professional-conter .Professional-Top-Card .Card-Text .Text-Line dl dt img {
		position: absolute;
		left: 0;
		width: 0.4rem;
	}

	.Professional-conter .Tab-Nav {
		margin-bottom: 0.3rem;
		display: flex;
		background-color: #f0f0f0;
		border-radius: 0.2rem;
		overflow: hidden;
	}

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

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

	.Professional-conter .Tab-Nav li {
		width: 50%;
		text-align: center;
		padding: 0.2rem;
		font-size: 0.26rem;
		letter-spacing: 0.03rem;
		color: #999;
	}

	#tdiv {}

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


	.Professional-conter .Tab-box .Tab-Page li {
		padding: 0.3rem;
		box-sizing: border-box;
		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: 0.3rem;
	}

	.Professional-conter .Tab-box .Tab-Page li h4 {
		position: relative;
		font-size: 0.32rem;
		line-height: 0.42rem;
		color: #0d9b47;
		border-radius: 0.2rem;
		margin-bottom: 0.2rem;
	}

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

	.Professional-conter .Tab-box .Tab-Page li .li-text {
		font-size: 0.24rem;
		line-height: 0.42rem;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl dt {
		display: inline-block;
		width: 14%;
		vertical-align: middle;
	}

	.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: inline-block;
		vertical-align: top;
		width: 95%;
	}

	.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 dt img {
		/* display: inline-block; */
		/* vertical-align: top; */
		object-fit: contain;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl dt span {
		display: inline-block;
		vertical-align: top;
		background-color: #ccc;
		width: 0.02rem;
		height: 0.3rem;
		margin-left: 0.2rem;
	}

	.Professional-conter .Tab-box .Tab-Page li .li-text dl dd {
		color: #666;
		display: inline-block;
		width: 80%;
		vertical-align: top;
	}

	/* ting */
	.Develop {
		padding: 0.8rem 0;
	}

	.Develop_H {
		font-size: 0.38rem;
		text-align: center;
		margin-bottom: 0.5rem;
		color: #0d9b47;
		font-weight: normal;
	}

	.Development_Layout {
		width: 100%;
		position: relative;
		padding-bottom: 0.3rem;
	}

	.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: .25rem;
		height: .25rem;
		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: 0.24rem;
		line-height: 0.42rem;
		color: #333333;
		margin-top: 0.5rem;
		padding-bottom: 0px;
		position: relative;
	}

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

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

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

	.Development_Tab img {
		width: 85%;
		display: block;
		margin-bottom: 0.3rem;
		border-radius: 0.1rem;
	}

	.Development_Div {
		padding-right: 0.5rem;
		max-height: 3rem;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

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

	.Develop_Find {
		width: 1.8rem;
		height: 0.6rem;
		line-height: 0.6rem;
		text-indent: 1.5em;
		font-size: 0.24rem;
		color: #999999;
		background-color: #ffffff;
		border-radius: 0.5rem;
		border: solid 1px #eeeeee;
		display: block;
		margin-top: 0.3rem;
		background-image: url(../images/down1.png);
		background-size: 0.22rem 0.13rem;
		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);
	}

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

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

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

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

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

	.Development_Fx .Development_Tab:nth-of-type(2n) .Development_Div {
		padding-right: 0;
		padding-left: 0.6rem;
	}

	.Honor_Gallery {
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.48rme;
		color: #333333;
	}

	.gallery-top {
		width: 80%;
		margin-bottom: 1rem;
	}

	.gallery-top .swiper-slide img {
		width: 100%;
		border-radius: 0.2rem;
		margin-bottom: 0.2rem;
	}

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

	.gallery-thumbs {
		width: 81.6%;
	}

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

	.gallery-thumbs .swiper-slide .Honor_ThumbsImg {
		width: 100%;
		height: 2rem;
		background-color: #ffffff;
		border-radius: 0.15rem;
		position: relative;
		margin-bottom: 0.1rem;
	}

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

	.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: 0.24rem;
		line-height: 0.42rem;
	}

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

	.Honor_Thumbs .swiper-button-prev,
	.Honor_Thumbs .swiper-button-next {
		background-image: url(../images/prev.png);
		background-size: 0.18rem 0.333rem;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.43rem;
		height: 0.9rem;
		border-radius: 0.1rem;
		margin: 0;
		top: 25%;
		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: 0.18rem 0.333rem;
		background-repeat: no-repeat;
		background-position: center;
		right: 0;
		left: initial;
	}

	.Farewell {
		background-color: #fbfbfb;
		padding: 0.8rem 0;
		margin-bottom: 0.4rem;
		display: none;
	}

	.Farewell_Swiper {
		background-color: #ffffff;
		border-radius: 0.2rem;
		margin-top: 0.7rem;
		position: relative;
		padding-bottom: 1rem;
	}

	.Farewell_Swiper .swiper-slide img {
		width: 100%;
		border-radius: 0.2rem;
	}

	.Farewell_SwiperR {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #666666;
		position: relative;
		padding: 0.3rem;
	}


	.Farewell_SwiperR h2 {
		font-size: 0.36rem;
		line-height: 0.48rem;
		color: #333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-top: 0.1rem;
	}

	.Farewell_SwiperR h3 {
		color: #cccccc;
		font-weight: normal;
		font-size: 0.24rem;
		margin: 0.1rem 0;
	}

	.Farewell_SwiperR span {
		width: 2rem;
		height: 0.6rem;
		background-image: url(../images/more2.png);
		background-size: 0.22rem 0.08rem;
		background-repeat: no-repeat;
		background-position: 82%;
		border-radius: 0.5rem;
		border: solid 1px #eeeeee;
		line-height: 0.6rem;
		color: #999999;
		display: block;
		text-indent: 1.5em;
		margin-top: 0.6rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-bottom: 0.2rem;
	}

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

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

	.Farewell_Swiper .swiper-pagination-bullet {
		opacity: 1;
		position: relative;
		width: 0.2rem;
		height: 0.2rem;
		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 0.1rem;
	}

	.Brand_PositionCt {
		margin-bottom: 0.2rem;
		position: relative;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

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

	.Brand_PositionCt img {
		width: 100%;
		border-radius: 0.2rem;
	}

	.Brand_PositionR {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #333;
		text-align: left;
		padding: 0.5rem 0.3rem;
	}

	.Brand_PositionR h2 {
		font-size: 0.36rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.2rem;
		color: #0d9b47;
		font-weight: normal;
		position: relative;
	}

	.Brand_PositionR h2::after {
		content: '';
		width: 0.25rem;
		height: 0.03rem;
		background-color: #0d9b47;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.Brand_PositionR p {
		padding-top: 0.05rem;
	}

	.Brand_PositionR p i {
		color: #999;
	}

	.CoreValue_Ct .clearfix {
		font-size: 0;
		text-align: center;
	}

	.Employee_Fx {
		display: inline-block;
		margin-top: 0.8rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.42rem;
		color: #333;
		width: 33.3%;
		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_Fx:nth-of-type(4),
	.Employee_Fx:nth-of-type(5) {
		width: 50%;
	}

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

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

	.Employee_Fx h2 {
		font-size: 0.3rem;
		margin-bottom: 0.1rem;
	}

	.Employee_ActiveH,
	.Employee_Fx:hover .Employee_Active,
	.Examination_Fx:hover .Employee_Active,
	.Network_Div,
	.Advantage_Div {
		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: 0.4rem;
	}

	.Network_item {
		padding-bottom: 0.4rem;
		margin-bottom: 0.3rem;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
	}

	.Network_flex {
		margin-bottom: 0.4rem;
		padding: 0px 0.3rem;
	}

	.Network_Img {
		width: 100%;
		border-radius: 0.2rem;
	}

	.Network_Ct {
		font-size: 0.24rem;
		line-height: 0.48rem;
		letter-spacing: 0.02rem;
		color: #333333;
		margin: 0.3rem 0;
	}

	.Network_Ct h2 {
		height: 0.6rem;
		background-color: #0d9b47;
		border-radius: 0px 11px 11px 0px;
		line-height: 0.6rem;
		padding: 0px 0.2rem;
		font-size: 0.24rem;
		color: #fff;
		font-weight: normal;
		display: inline-block;
		margin-bottom: 0.3rem;
	}

	.Network_flex:first-of-type .Network_Ct h2 {
		border-radius: 0px 0px 0.6rem 0.6rem;
		max-width: 5rem;
		display: block;
		text-align: center;
		font-weight: bold;
		margin: 0px auto 0.3rem;
		height: 0.72rem;
		line-height: 0.72rem;
	}

	.Network_Ct p {
		margin-left: 0.2rem;
	}

	.Network_flex1 {}

	.Network_flex1 .Network_Ct {}

	.Network_L span {
		display: block;
		position: relative;
		margin: 0px 0.2rem;
		padding-top: 0.4rem;
	}

	.Network_L span i {
		width: 85%;
		display: inline-block;
		margin-left: 4%;
	}

	.Network_Ct1 {
		font-size: 0.24rem;
		line-height: 0.42rem;
		letter-spacing: 0.02rem;
		color: #666666;
		padding-top: 0.2rem;
	}

	.Network_R {
		background-color: #ffffff;
		border-radius: 0.2rem;
		border: solid 1px #eeeeee;
		position: relative;
		padding: 0.3rem;
		margin-top: 0.3rem;
	}

	.Network_Tab a {
		width: 2rem;
		height: 0.6rem;
		background-color: #fbfbfb;
		border-radius: 0.5rem;
		display: block;
		line-height: 0.6rem;
		text-align: center;
		margin-bottom: 0.2rem;
		color: #0d9b47;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 0.24rem;
	}

	.Network_Tab a i {
		width: 0.15rem;
		height: 0.15rem;
		background-color: #0d9b47;
		border-radius: 50%;
		display: inline-block;
		margin-right: 0.2rem;
	}

	.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: 0.2rem auto 0;
	}

	.Equipment {
		background-color: #ffffff;
		border-radius: 0.5rem 0.5rem 0 0;
		border: solid 1px #dcdcdc;
		margin-top: 0.8rem;
		position: relative;
		padding-top: 0.6rem;
	}

	.Equipment .Develop_H,
	.Pharmaceutical_R .Pharmaceutical_H {
		font-size: 0.32rem;
	}

	.Equipment_Fx {
		border-bottom: solid 1px #eeeeee;
		padding: 0.3rem 0;
		margin: 0px 0.3rem;
	}

	.Equipment_Fx h2 {
		font-size: 0.26rem;
		font-weight: normal;
		padding-left: 0.25rem;
		position: relative;
		color: #333333;
		margin-left: 0.2rem;
		line-height: 0.42rem;
	}

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

	.Equipment_Fx label {
		font-size: 0.24rem;
		line-height: 0.25rem;
		color: #333333;
		margin-left: 0.3rem;
		margin-top: 0.2rem;
		display: inline-block;
		vertical-align: top;
	}

	.Equipment_Fx label input {
		width: 0.25rem;
		height: 0.25rem;
		background-color: #ffffff;
		border: solid 1px #dcdcdc;
		margin-right: 0.2rem;
		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: 0.25rem;
		height: 0.25rem;
		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: 0.2rem;
		background-repeat: no-repeat;
		background-position: center;
		border: solid 1px #dcdcdc;
	}

	.Equipment_Fx1 {
		margin: 0px 0.2rem;
		padding: 0.3rem;
		font-size: 0.26rem;
		color: #333333;
	}

	.Equipment_Fx1 input {
		width: 100%;
		height: 0.5rem;
		line-height: 0.5rem;
		text-indent: 1em;
		background-color: #ffffff;
		border: solid 1px #dcdcdc;
		margin-top: 0.2rem;
		display: block;
		font-size: 0.24rem;
		color: #333333;
	}

	.Equipment_Btn {
		width: 2rem;
		height: 0.8rem;
		background-color: #0d9b47;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.8rem;
		color: #ffffff;
		margin: 0px auto;
		display: block;
	}

	.Equipment_Tips {
		text-align: right;
		border-top: solid 1px #eeeeee;
		line-height: 1rem;
		font-size: 0.24rem;
		color: #333333;
		padding-right: 0.5rem;
		margin-top: 0.3rem;
	}

	.Pharmaceutical {
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		margin-bottom: 0.7rem;
		padding: 0.5rem 0.4rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

	.Pharmaceutical_H {
		font-size: 0.32rem;
		color: #333;
	}

	.Pharmaceutical_Ht {
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}

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

	.Line {
		width: .25rem;
		height: 0.04rem;
		background-color: #313131;
		margin-bottom: 0.2rem;
		margin-top: 0.2rem;
	}

	.Pharmaceutical_Img {
		max-width: 100%;
		object-fit: contain;
		margin-top: 0.8rem;
	}

	.Pharmaceutical_R {
		margin-top: 1rem;
	}

	.Pharmaceutical_R .Pharmaceutical_H {
		margin: 0.3rem 0;
	}

	.Advantage_Ct {
		margin-bottom: 0.2rem;
		position: relative;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 46% center;
	}

	.Advantage_Ct:first-of-type,
	.Advantage_Tab,
	.Talent_Ct:first-of-type {
		margin-top: 0.6rem;
	}

	.Advantage_Center {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999;
		padding: 0.5rem 0.4rem;
		text-align: left;
	}

	.Advantage_Ct:nth-of-type(2n) {
		background-position: 62% center;
	}

	.Advantage_Ct:last-child {
		min-height: 5rem;
		margin-bottom: 0.8rem;
	}

	.Advantage_Tab {
		font-size: 0.26rem;
		text-align: center;
		margin-bottom: 0.8rem;
	}

	.Advantage_Tab a {
		letter-spacing: 0.03rem;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: block;
		line-height: 1rem;
		background-color: #f0f0f0;
		border-radius: 0.2rem;
		margin-bottom: 0.2rem;
	}

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

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

	.Advantage_DivP {
		font-size: 0.24rem;
		padding-bottom: 0.4rem;
		margin-bottom: 0.4rem;
		border-bottom: 1px solid #eee;
		line-height: 0.48rem;
		color: #999999;
	}


	.Advantage_Layout {
		background-color: #fbfbfb;
		padding: 0.3rem 0.4rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999;
	}

	.Advantage_Fx {
		margin-bottom: 0.3rem;
	}

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


	.Advantage_Img {
		width: 100%;
		border-radius: 0.2rem;
	}

	.Announcement {
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		margin-bottom: 0.8rem;
		padding: 0.5rem;
	}

	.Announcement_Fx {
		border-bottom: dashed 1px #e5e5e5;
		line-height: 0.42rem;
		font-size: 0.24rem;
		padding: 0.3rem 0;
		color: #999;
		display: block;
	}

	.Announcement_Fx:first-of-type {
		margin-top: .5rem;
	}

	.Talent_Ct {
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		position: relative;
		padding: 0.5rem;
		margin-top: 0.5rem;
	}

	.Talent_Ct img {
		width: 100%;
		border-radius: 0.2rem;
		margin-top: 0.5rem;
	}

	.Talent_CtR {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

	.Talent_CtR h2 {
		font-size: 0.32rem;
		font-weight: normal;
		line-height: 0.52rem;
		color: #0d9b47;
		margin-bottom: 0.2rem;
	}

	.Talent_Fx {
		width: 1.2rem;
		height: 1.2rem;
		background-color: #f0b525;
		font-size: 0.24rem;
		text-align: center;
		line-height: 1.2rem;
		margin-right: 0.2rem;
		border-radius: 50%;
		margin-top: 0.3rem;
		color: #f9f9f9;
		float: left;
		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(5) {
		background-color: #447cc3;
	}

	.Talent_Ct:nth-of-type(2n) img {}

	.Talent_Down {
		width: 2.2rem;
		padding: 0.2rem;
		background-color: #364f9d;
		font-size: 0.24rem;
		border-radius: 0.2rem;
		position: absolute;
		line-height: 0.42rem;
		left: 50%;
		transform: translateX(-50%) scale(0);
		-webkit-transform: translateX(-50%) scale(0);
		margin-top: 0.4rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		visibility: hidden;
		opacity: 0;
	}

	.Talent_Down h3 {
		margin-bottom: 0.15rem;
		font-size: 0.28rem;
	}

	.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: 0.22rem;
		display: block;
		font-weight: normal;
	}

	.Talent_Ct:nth-of-type(2n) {}

	.Talent_Ct:nth-of-type(3n) {}

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

	.Enterprise {
		margin-top: 0.6rem;
	}

	.Enterprise_Fx {
		float: left;
		margin-top: 0.5rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.42rem;
		color: #999;
		width: 48%;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

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

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

	.Enterprise_Img img {
		max-width: 50%;
		max-height: 50%;
		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 {
		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: 3rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

	.Search_NeedCt {
		display: flex;
		justify-content: center;
		flex-direction: column;
		min-height: 8rem;
		width: 78%;
		display: none;
	}

	.Search_NeedCt h2 {
		font-weight: normal;
		font-size: 0.36rem;
		color: #333333;
		margin-bottom: 0.2rem;
	}

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

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

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

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

	.Search_NeedCt a {
		display: inline-block;
		margin-top: 0.1rem;
		vertical-align: top;
		padding: 0px 0.15rem;
		height: 0.5rem;
		border: solid 1px rgba(0, 0, 0, 0.2);
		margin-right: 0.12rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		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: 1rem 0;
	}

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

	.News_CenterPor {
		padding-bottom: 1.6rem;
		margin-top: 0.5rem;
	}

	.Base_Tit {
		font-size: 0.26rem;
		color: #333333;
	}

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

	.Base_Tit span {
		font-size: 0.24rem;
		line-height: 0.48rem;
		margin-top: 0.6rem;
		color: #999999;
		display: block;
		width: auto !important;
	}


	.News_Fx {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #f6f6f6;
		display: block;
		border-radius: 0.2rem;
	}

	.News_FxImg {
		height: 3rem;
		width: 100%;
		border-top-left-radius: 0.2rem;
		overflow: hidden;
		border-top-right-radius: 0.2rem;
	}

	.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 .CenterPor {
		padding: 0.4rem;
		font-size: 0.24rem;
		color: #999;
		line-height: 0.48rem;
	}

	.News_Fx .CenterPor h2 {
		font-size: 0.28rem;
		line-height: 0.42rem;
		color: #333;
		margin: 0.2rem 0;
	}

	.News_Fx .CenterPor span {
		display: block;
		font-size: 0.24rem;
		color: #294d93;
		margin-top: 0.3rem;
	}

	.News_R {
		margin-top: 0.2rem;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		border-radius: 0.2rem;
	}

	/* .News_R .News_Fx {
		width: 49%;
	}

	.News_R .News_Fx .News_FxImg {
		height: 1.8rem;
	} */


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

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

	.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: top;
		min-height: 13rem;
		padding-top: 1.2rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.48rem;
		color: #999999;
	}

	.About_Us .Base_Tit {
		margin-bottom: 0.4rem;
	}

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

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

	.About_LayoutFx h2 {
		margin-top: 0.2rem;
		font-size: 0.24rem;
		font-weight: normal;
	}

	.About_LayoutFx h2 span {
		font-size: 0.42rem;
		font-weight: bold;
		margin-right: 0.1rem;
	}

	.About_LayoutFx h2 i {
		font-size: 0.36rem;
	}

	.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: 0.5rem 0 0.5rem 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		overflow: hidden;
	}

	.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: 91%;
		position: absolute;
		padding: 0.3rem;
		bottom: 0;
		border-radius: 0.5rem 0 0.5rem 0;
		font-size: 0.24rem;
		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: 0.32rem;
		margin-bottom: 0.1rem;
	}

	.Area_Fx .CenterPor span {
		width: 1.3rem;
		height: 0.45rem;
		background-color: #ffffff;
		border-radius: 0.5rem;
		line-height: 0.45rem;
		text-align: center;
		font-size: 0.24rem;
		margin-top: 0.4rem;
		display: none;
	}

	.Area_Fx:hover .CenterPor span {
		display: block;
		margin: 0.4rem 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: 0.24rem;
		position: absolute;
		bottom: 0.3rem;
		text-align: center;
		width: 100%;
		color: #ffffff;
		opacity: 0.3;
	}

	.wrappert .IndexBanner .wrap {
		right: 0.3rem;
		top: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-size: 0.24rem;
		line-height: 0.38rem;
		letter-spacing: 0.02rem;
		color: #ffffff;
	}

	.wrappert .IndexBanner .wrap p {
		margin-top: 0.05rem;
	}

	.wrappert .IndexBanner .wrap img {
		width: 1rem;
		margin-bottom: 0.2rem;
	}

	.wrappert .IndexBanner .wrap a {
		display: inline-block;
		vertical-align: top;
		width: 1.6rem;
		height: 0.6rem;
		border-radius: 0.5rem;
		border: solid 2px #ffffff;
		line-height: 0.6rem;
		font-size: 0.24rem;
		letter-spacing: 0.02rem;
		color: #ffffff;
		text-align: center;
		margin-top: 0.3rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-right: 0.1rem;
	}

	.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: 0.6rem;
		width: 100%;
	}

	.ReSearchTxt {
		width: 3.4rem;
		height: 0.7rem;
		background-color: #f2f2f2;
		float: left;
		margin-right: 0.1rem;
		font-size: 0.24rem;
		color: #999999;
		line-height: 0.7rem;
		background-image: url(../images/down1.png);
		background-size: 0.2rem 0.12rem;
		background-repeat: no-repeat;
		background-position: 94%;
		text-indent: 1.5em;
	}

	.ReSearchTxt:nth-of-type(2) {
		margin-right: 0;
	}

	.ReSearchInput {
		height: 0.7rem;
		font-size: 0.24rem;
		color: #999999;
		line-height: 0.7rem;
		background-color: #f2f2f2;
		text-indent: 1.5em;
		margin-top: 0.2rem;
		width: 84%;
	}

	.ReSearchBtn {
		width: 13.4%;
		height: 0.7rem;
		line-height: 0.7rem;
		color: #ffffff;
		font-size: 0.24rem;
		text-align: center;
		background-image: linear-gradient(-90deg,
				#0760a6 0%,
				#21b259 100%),
			linear-gradient(#284a94,
				#284a94);
		background-blend-mode: normal,
			normal;
		float: right;
		margin-top: 0.2rem;
	}

	.ReSearch_Value {
		font-size: 0.24rem;
		padding: 0.3rem 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
		color: #999;
		margin-bottom: 0.5rem;
	}

	.ReSearch_Value a {
		color: #999;
		padding: 0px 0.2rem 0.15rem;
		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: 0.4rem;
		height: 5rem;
		background-color: #f2f2f2;
		width: 48%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 0.24rem;
		color: #666666;
	}

	.ReSearch_Fx h2 {
		font-size: 0.28rem;
		font-weight: normal;
		margin-bottom: 0.2rem;
		color: #57b648;
		padding-left: 0.3rem;
	}

	.ReSearch_Fx span {
		display: inline-block;
		vertical-align: top;
		margin-bottom: 0.2rem;
		margin-left: 0.3rem;
	}

	.ReSearch_Fx a {
		width: 2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		text-align: center;
		font-size: 0.24rem;
		color: #fff;
		display: block;
		margin-left: 0.3rem;
		background-color: #aaaaaa;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-top: 0.2rem;
	}

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

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

	.Page a {
		color: #bbb;
		font-size: 0.26rem;
		margin-right: 0.1rem;
		border: solid 1px #eeeeee;
		height: 0.6rem;
		line-height: 0.6rem;
		width: 0.6rem;
		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: 6rem;
		padding: 0.5rem;
		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: 0.24rem;
		height: 0.24rem;
		position: absolute;
		top: 5%;
		right: 5%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

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

	.RecruitScroll {
		height: 5rem;
		overflow-y: auto;
		overflow-x: hidden;
		margin-top: 0.4rem;
	}

	.RecruitIntro span {
		display: block;
		margin-bottom: 0.2rem;
		font-size: 0.24rem;
		color: #333;
	}

	.RecruitJob {
		margin-top: 0.2rem;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
	}

	.RecruitJob h2 {
		font-size: 0.28rem;
		color: #1f1a17;
		font-weight: bold;
		margin-bottom: 0.2rem;
	}

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

	.ShareBtn {
		width: 2rem;
		height: 0.6rem;
		background-color: #aaaaaa;
		font-size: 0.24rem;
		line-height: 0.6rem;
		text-align: center;
		color: #fff;
		margin-top: 0.5rem;
		margin-left: 0.15rem;
	}

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

	.Trends_Tab {
		font-size: 0;
		text-align: center;
		display: inline-block;
		height: 0.8rem;
		width: 100%;
		margin-bottom: 0.7rem;
	}

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

	.Trends_Tab a {
		padding: 0px 0.5rem;
		margin: 0px 0.1rem;
		display: inline-block;
		vertical-align: top;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.24rem;
		letter-spacing: 0.03rem;
		text-align: center;
		background-color: #F0F0F0;
		color: #999;
		border-radius: 0.5rem;
		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: 0.6rem;
		height: 0.6rem;
		border-radius: 50%;
		background-color: #0d9b47;
		margin: 0.5rem auto 0;
	}

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

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

	.Member-conter .Member-Top-Card .Card-Text {
		margin-top: 0.3rem;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 {
		background-color: #ffffff;
		border-radius: 0.2rem;
		padding: 0.3rem;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl {
		display: flex;
		align-items: center;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #666666;
		padding: 0.15rem 0;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl dt {
		display: flex;
		justify-content: center;
		margin-right: 0.2rem;
		width: 0.4rem;
	}

	.Member-conter .Member-Top-Card .Card-Text .L1 dl dt img {
		width: 100%;
	}

	.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: 0.1rem;
	}

	.Member-conter .Member-Top-Card .Card-Text .R1 {
		border-radius: 0.2rem;
		margin: 0px 0.3rem;
	}

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

	.Member-conter .DanV {
		margin-top: 0.8rem;
	}

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

	.Member-conter .DanV .Tab-Page li {
		padding: 0.3rem;
		box-sizing: border-box;
		background-color: #fbfbfb;
		background-image: url(../images/bgc-03b.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-bottom: 0.3rem;
		background-size: 0.77rem 0.68rem;
	}

	.Member-conter .DanV .Tab-Page li:nth-child(n+5) {
		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: 0.28rem;
		line-height: 0.42rem;
		color: #0d9b47;
		border-radius: 0.2rem;
		margin-bottom: 0.2rem;
	}

	.Member-conter .DanV .Tab-Page li h4::before {
		position: absolute;
		content: '';
		width: 0.03rem;
		top: 0.1rem;
		height: 0.25rem;
		left: -0.25rem;
		background-color: #0d9b47;
	}

	.Member-conter .DanV .Tab-Page li .li-text {
		font-size: 0.24rem;
		line-height: 0.32rem;
	}

	.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) {}

	.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: 0.2rem;
	}

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

	.Member-conter .DanV .Tab-Page li .li-text dl dt img {
		width: 0.3rem;
		height: 0.3rem;
		object-fit: contain;
		vertical-align: middle;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl dt span {
		display: block;
		width: 0.03rem;
		height: 0.25rem;
		background-color: #ccc;
		margin: 0 0.2rem;
		vertical-align: middle;
	}

	.Member-conter .DanV .Tab-Page li .li-text dl dd {
		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: 0.2rem;
		padding: 0.15rem 0;
		text-align: center;
		font-size: 0.28rem;
		line-height: 0.42rem;
		color: #333333;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
	}

	.Member-conter .DanV .Page-1-More span {
		display: inline-block;
		font-size: 0.42rem;
		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: 0.2rem;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
		padding: 0.5rem 0.4rem;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 {}

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

	.Logistics-conter .Logistics-2-Card .Card-1 ul {
		margin-top: 0.2rem;
	}

	.Logistics-conter .Logistics-2-Card .Card-1 ul li {
		padding: 0.2rem;
		border-radius: 0.5rem;
		color: #0d9b47;
		background-color: #eee;
		font-size: 0.24rem;
		margin-bottom: 0.2rem;
		display: inline-block;
		vertical-align: top;
	}

	.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: 0.1rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

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

	.Logistics-conter .Logistics-2-Card .Card-2 h3 {
		line-height: 0.48rem;
		font-weight: normal;
		margin-top: 0.3rem;
	}

	.Logistics-conter .Logistics-2-Card .Card-2 p span {
		margin-right: 0.1rem;
	}

	/* ........................................... */
	.Main-conter {
		padding: 0.6rem 0 1rem;
	}

	.Main-conter .Main-Top>p {
		margin-top: 0.3rem;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999999;
	}

	.Main-conter .Main-ul {
		margin-top: 1rem;
	}

	.Main-conter .Main-ul a {
		letter-spacing: 1px;
		color: #999999;
		border-radius: 0.2rem;
		margin-bottom: 0.6rem;
		box-sizing: border-box;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: block;
	}

	.Main-conter .Main-ul a .Li-img {
		width: 100%;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
		overflow: hidden;
	}

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

	.Main-conter .Main-ul a .Li-Text h3 {
		font-size: 0.32rem;
		font-weight: normal;
		color: #666666;
		margin-top: 0.1rem;
		position: relative;
		z-index: 1;
	}

	.Main-conter .Main-ul a .Li-Text p {
		margin: 0.2rem 0;
		font-size: 0.24rem;
		line-height: 0.48rem;
		border-bottom: solid 1px #eeeeee;
		padding-bottom: 0.15rem;
		position: relative;
		z-index: 1;
	}

	.Main-conter .about-ul a .Li-Text p {
		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: 0.2rem;
		font-size: 0.24rem;
		line-height: 0.38rem;
		padding: 0.1rem 0;
		position: relative;
		z-index: 1;
	}

	.Main-conter .Main-ul a:hover .Li-Text .Check {
		padding: 0.1rem 0.3rem;
		border-radius: 0.5rem;
		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;
	}


	.test {
		font-size: 0.54rem;
		-webkit-transform: scale(0.3);
	}

	/*版本声明*/
	.copyright {
		width: 100%;
		margin: 0.5rem 0;
		color: #999999;
		font-size: 0.24rem;
	}

	.Links li {}

	.copyright p {
		line-height: 0.48rem;
	}

	/*友情链接 start*/
	.Links {
		margin: 0.5rem 0.2rem;
	}

	.Links li {
		font-size: 0.24rem;
		padding: 0.1rem 0;
	}

	.Links li a:hover {
		text-decoration: underline;
	}

	/*友情链接 end*/

	/*********联系我们  start**************/
	.footer-Contact {
		margin-top: 0.5rem;
	}

	.contact-type {
		padding-left: 0.2rem;
		color: #199AFC;
		font-size: 0.28rem;
	}

	.footer-Contact ul li {
		box-sizing: border-box;
		display: inline-block;
		width: 100%;
		border-bottom: 1px solid #CACDD1;
		margin-bottom: 0.2rem;
		padding: 0.2rem;
		color: rgb(105, 105, 105);
		font-size: 0.24rem;
		line-height: 0.48rem;
	}

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

	/* 新增 */
	.Add_ReSearch .ReSearchTxt {
		margin-bottom: 0.2rem;
	}

	.Add_ReSearch_Layout .ReSearch_Fx h2 {
		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;
	}

	.Resume {
		background-color: #ffffff;
		padding: 0.5rem 0.3rem;
		margin-top: 0.2rem;
	}

	.Resume_Layout {
		margin-bottom: 0.6rem;
	}

	.Resume_Layout h2 {
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
		color: #333333;
		font-weight: normal;
	}

	.Resume_fx {
		margin-top: 0.2rem;
	}

	.Resume_fx h3 {
		color: #666666;
		font-size: 0.24rem;
		font-weight: normal;
	}

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

	.Resume_fx h3 em {
		color: #999;
	}

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

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

	.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: 0.32rem;
		font-size: 0.24rem;
		color: #666666;
		margin-top: 0.3rem;
		display: block;
	}

	.Resume_Layout label input {
		width: 0.32rem;
		height: 0.32rem;
		background-color: #57b648;
		margin-right: 0.2rem;
	}

	.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: 2rem;
		background-color: #ffffff;
		line-height: 0.32rem;
		text-indent: 1em;
		border: solid 1px #e8e8e8;
		color: #666;
		font-size: 0.24rem;
		margin-top: 0.2rem;
		display: block;
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.Resume_rows img {
		margin-right: 0.2rem;
	}

	.Resume .PositionApplied {
		width: 3rem;
		height: 0.75rem;
		line-height: 0.75rem;
		margin-top: 0;
		font-size: 0.28rem;
	}

	/* 1-9新加样式 */
	.crc-title {
		display: none;
	}

	.Text-layout .Develop_Find {
		font-size: 0.24rem;
		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;
		padding-right: 0.5rem;
		/* bottom: -0.1rem; */
		left: 2rem;
		width: auto;
		text-align: right;
		margin-top: -0.2rem;
		margin-bottom: 0.5rem;
	}

	.Bussiness-Top-text {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
		line-height: 0.52rem;
		color: #333333;
		font-weight: bold;
	}

	.Advantage_Ct .Advantage_Center p {
		text-indent: 2em;
	}

	.Bussiness-OurAdvantage {
		margin-top: 0.6rem;
	}

	.Pharmaceutical_tit {
		font-size: 0.26rem;
		color: #333333;
	}

	.Pharmaceutical_tit em {
		font-size: 0.42rem;
		font-weight: bold;
		line-height: 0.58rem;
		color: #0d9b47;
		vertical-align: bottom;
		padding-left: 0.2rem;
	}

	.Pharmaceutical_tit i,
	.Pharmaceutical_tit span {
		display: block;
		color: #0d9b47;
	}

	.Pharmaceutical_flex {
		width: 50%;
		float: left;
		margin-bottom: 0.2rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.42rem;
		color: #999999;
	}

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

	.Pharmaceutical_flex span {
		width: 1rem;
		height: 1rem;
		background-color: #999999;
		display: block;
		border-radius: 50%;
		margin: 0px auto 0.1rem;
		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: 1rem;
	}

	/* 	.Main-Top, .News-box {
	    background-color: #FBFBFB;
	} */

	.Main-Top .PG-card {
		padding: 0.4rem;
		background-color: #fbfbfb;
		border-radius: 0.2rem;
	}

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

	.Main-Top .PG-card .PG-list {
		padding: 0.4rem 0;
	}

	.Main-Top .PG-card .PG-list .Service-news {
		width: 100%;
		margin-bottom: 0.5rem;
	}


	.PG-list .News-Title {
		background-color: #F7F7F7;
		color: #09A041;
		line-height: 0.52rem;
		padding: 0.2rem;
		margin-bottom: 0.2rem;
		font-size: 0.3rem;
	}

	.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: 0.24rem;
	}

	.PG-list li {
		/*line-height: 40px;*/
		padding: 0.3rem 0;
		color: #7C7C7C;
		font-size: 0.24rem;
		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: 0.2rem;
	}

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

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

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

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

	.Advantage_logistics .Advantage_Layout {
		background: #fff;
		margin-bottom: 0.5rem;
	}

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

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

	.Strategy-conter .Bussiness-Top-Card {
		background-image: none;
		background-color: #fbfbfb;
	}

	.Strategy-conter .Bussiness-Top-Card .Card-Text img {
		width: 100%;
	}
}
