@media screen and (min-width: 1024px) {
	body {
		font-size: 24px;
	}

	img {
		object-fit: cover;
	}

	ul,
	h2,
	p,
	h3 {
		margin: 0;
		padding: 0;
		font-weight: normal;
	}

	.phone {
		display: none !important;
	}

	.container {
		width: 1440px;
		margin: 0px auto;
	}

	/* å¤´éƒ¨ */
	.HeaderFlix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 101;
		height: 110px;
		background-color: rgba(255, 255, 255, 0.7);
		transition: all .3s ease-out;
	}

	.HeaderFlix.nor {
		background-color: transparent;
	}

	.HeaderFlix.on {
		box-shadow: 0px 10px 20px 0px rgba(1, 0, 0, 0.04);
		background-color: #fff;
	}

	.am_logo {
		width: 328px;
		height: 56px;
		position: relative;
		float: left;
		margin-top: 36px;
		transition: all .3s ease-out;
		background-image: url(../images/logo.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.Search {
		width: 110px;
		height: 28px;
		background-color: #fff;
		border-radius: 25px;
		margin-top: 12px;
		display: inline-block;
		border: 1px solid #ccc;
		margin-left: 40px;
		padding: 0px 5px;
	}

	.nav_Txt {
		width: 80%;
		font-size: 12px;
		text-indent: 0.5em;
		float: left;
		letter-spacing: 1px;
		color: #cccccc;
		line-height: 28px;
	}

	.subnav_ul .select,
	.subnav_ul .subnav_select {
		cursor: pointer;
		font-size: 12px;
		line-height: 30px;
		letter-spacing: 1px;
		display: inline-block;
		color: #333333;
		margin-top: 12px;
		font-weight: bold;
		margin-left: 20px;
		padding: 0px 20px;
		background-image: url(../images/down.png);
		background-size: 8px 5px;
		background-repeat: no-repeat;
		background-position: right;
		vertical-align: top;
		text-align: right;
		position: relative;
	}

	.select_down {
		padding: 15px;
		display: none;
		position: absolute;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
		z-index: 50;
		width: max-content;
		font-size: 13px;
		line-height: 32px;
		color: #666;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
	}

	.select_down a {
		display: block;
		transition: all .3s ease-out;
	}

	.select_down a:hover {
		color: #d80618;
		padding-left: 2px;
	}

	.subnav_ul .subnav_select {
		background-image: none;
	}

	.nav_search {
		background-image: url(../images/search.png);
		background-size: 13px;
		background-repeat: no-repeat;
		background-position: center;
		width: 20%;
		float: right;
		height: 100%;
	}

	.subnav_language {
		font-size: 12px;
		letter-spacing: 1px;
		display: inline-block;
		line-height: 30px;
		vertical-align: top;
		margin-top: 12px;
		margin-left: 20px;
	}

	.subnav_language a {
		color: #333333;
		padding: 0px 5px;
		font-weight: bold;
	}

	.subnav_ul {
		float: right;
		min-width: 68%;
		text-align: right;
	}

	.subnav_ul li {
		display: inline-block;
		vertical-align: top;
		color: #333;
		position: relative;
		/* 	-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out; */
		letter-spacing: 1px;
		margin-top: 9px;
		padding-bottom: 2vw;
	}

	.About-item:nth-of-type(3n),
	/* .Business-item:nth-of-type(6n), */
	.Culture-item:nth-of-type(3n),
	.Develop-item:nth-of-type(4n) {
		margin-right: 0;
	}

	.subnav_ul .tag {
		font-size: 14px;
		color: #333;
		display: block;
		transition: all .3s ease-in-out;
		position: relative;
		line-height: 32px;
		padding: 0px 15px;
		border-radius: 25px;
		font-weight: bold;
	}

	.IndexBanner,
	.OtherBanner,
	.IndexBanner img {
		width: 100%;
		position: relative;
		height: 100%;
		overflow: hidden;
		z-index: 50;
	}

	.IndexBanner .swiper-pagination {
		bottom: 20% !important;
		top: initial !important;
		right: initial !important;
		left: 12.5% !important;
		width: initial !important;
	}

	.IndexBanner .swiper-pagination-bullet {
		opacity: 1;
		width: 11px;
		height: 11px;
		background: #fff;
		border-radius: 50%;
		margin-right: 20px;
		position: relative;
	}

	.IndexBanner .swiper-pagination-bullet-active {
		background-color: #d80618;
		opacity: 1 !important;
	}

	.IndexBanner .swiper-pagination-bullet-active::after {
		content: '';
		width: 19px;
		height: 19px;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		position: absolute;
		border: 1px solid #d80618;
		transform: translate(-50%, -50%);
	}

	/* åº•éƒ¨ */
	.Footer {
		position: relative;
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 16px;
		background: #292929;
		padding-top: 40px;
		margin-top: 55px;
	}

	.Footer::after {
		content: '';
		background-image: url(../images/footer_bk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		width: 100%;
		height: 127px;
		position: absolute;
		top: -127px;
		left: 0;
	}

	.am_subfooterdiv:first-of-type {
		width: 32%;
		text-align: left;
		margin-top: -18px;
	}

	.am_subfooterdiv:first-of-type a {
		padding: 0;
	}

	.am_subfooterdiv {
		float: left;
		width: 68%;
		text-align: right;
	}

	.am_subfooterdiv a {
		color: #999;
		display: inline-block;
		transition: all .3s ease-out;
		padding-left: 30px;
	}

	.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-top: 16px;
		margin-top: 50px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	.am_bootom a {
		color: #999;
	}

	.menu-item {
		font-size: 14px;
		line-height: 50px;
		background-color: #f1f1f1;
		border-bottom: 1px solid #dcdcdc;
	}

	.menu-item a {
		position: relative;
		display: inline-block;
		padding: 0px 16px;
		line-height: 50px;
		color: #333333;
		transition: all .3s ease-out;
		border-right: 1px solid #dcdcdc;
	}

	.menu-item a:first-of-type {
		border-left: 1px solid #dcdcdc;
	}

	.menu-item img {
		margin-right: 24px;
		vertical-align: middle;
	}

	.Information-intro .Bidding-item h2 {
		font-size: 18px;
		color: #666;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.Information-cont .Bidding-item h2 {
		font-size: 16px;
		color: #333;
		font-weight: bold;
		margin: 0;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.am_subtag {
		margin: 20px 0;
	}

	.menu-item a.active,
	.menu-item a:hover,
	.Bidding-item:hover h2,
	.Business-navitem a:hover,
	.am_subfooterdiv .am_subtag a:hover,
	.Business-navitem a.active,
	.Scientific-intro p strong,
	.Building-item a:hover h2,
	.News-item:hover i,
	.News-item:hover h2,
	.Financial .About-More:hover i *,
	.ESG .About-More:hover i,
	.Charter-item:hover,
	.About-kinds a.active,
	.Information-intro .Bidding-item:hover span,
	.Information-cont .Bidding-item:hover span,
	.Member-exe a:hover {
		color: #d80618;
	}

	.Building-item a:hover h2 {
		padding-left: 2px;
	}

	.Layout-color {
		background-color: #fafafa;
		padding: 50px 0 150px;
	}

	.About-Proposit {
		position: relative;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: top !important;
		padding: 72px 45px;
		border-radius: 10px;
	}

	.About-column {
		width: 378px;
		background-color: #d80618;
		border-radius: 10px;
		line-height: 32px;
		font-size: 14px;
		padding: 40px 48px;
		color: #ffffff;
	}

	.About-column h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.Institute-text {
		line-height: 32px;
		font-size: 14px;
		padding: 80px 0;
		color: #333;
		text-align: left;
	}

	.About-column a {
		display: block;
		margin-top: 40px;
		color: #fff;
	}

	.About-item {
		float: left;
		width: 30%;
		font-size: 16px;
		line-height: 32px;
		color: #333333;
		margin-top: 30px;
		padding: 35px 1%;
		background-color: #fff;
		margin-right: 1.8%;
		cursor: pointer;
	}

	.About-item h2 {
		margin-bottom: 25px;
		font-size: 30px;
	}

	.About-More {
		line-height: 36px;
		display: block;
		margin-top: 20px;
		font-size: 16px;
		color: #d80618;
		text-align: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		position: relative;
		overflow: hidden;
		width: 121px;
		height: 36px;
		border-radius: 18px;
		border: solid 1px #d80618;
	}

	.About-More:before {
		content: " ";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		background: #d80618;
		z-index: 1;
		transition: all .4s;
		-webkit-transition: all .4s;
	}

	.About-More:hover:before,
	.Business-item:hover .About-More:before {
		left: 0;
		width: 100%;
	}

	.About-More i {
		position: relative;
		z-index: 2;
		color: #d80618;
		transition: all .3s ease-out;
	}

	.About-More:hover i,
	.Business-item:hover .About-More i,
	.Financial .About-More i,
	.ESG .About-More i {
		color: #fff;
	}

	.About-images {
		width: 100%;
		overflow: hidden;
		height: 194px;
		margin-bottom: 25px;
		border-radius: 10px;
		transition: all .3s ease-out;
	}

	.About-images img,
	.Bidding-images img,
	.People-item img,
	.Company-images img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
	}

	.EE--Xan .Company-images {
		display: none;
	}

	.EE--Xan .Company-scroll {
		display: flex;
		flex-direction: column;
	}

	.EE--Xan .Company-item {
		display: flex;
		align-items: baseline;
		text-align: left !important;
		width: auto !important;
	}

	.EE--Xan .Company-item h2 {
		margin-right: 20px;
		min-width: 7%;
		text-align-last: justify;
		flex-shrink: 0;
	}

	.Company-images img {
		object-fit: contain;
	}

	.About-item:hover .About-images img,
	.Bidding-item:hover .Bidding-images img,
	.Culture-item:hover .video-item img,
	.People-item:hover img,
	.Company-item:hover .Company-images img,
	.Scientific-swiper .swiper-slide:hover img {
		transform: scale(1.1);
	}

	.Scientific .swiper-container .swiper-slide:hover img, .featured-act .swiper-wrapper .swiper-slide:hover img {
		transform: scale(1.02);
	}

	.Traditional-swiper .Traditional-item:hover .Traditional-images img {
		transform: scale(1.22);
	}

	.About_intro {
		height: 165px;
		overflow: hidden;
		padding: 0px 10px;
		position: relative;
	}

	/* .About-item:first-of-type .About_intro:after {
		content: '';
		position:
			absolute;
		width: 1px;
		height: 42%;
		border-left: 1px dashed #333;
		top: 30px;
		left: 16px;
	} */

	.Chairman-layout .clearfix p {
		margin-top: 30px;
	}

	/* .About-item:first-of-type .About_intro p {
		padding: 0px 10px 0px 25px;
	}
 */
	/* .About-item:first-of-type .About_intro p {
		border-left: solid 1px #666666;
		position: relative;
	} */

	/* .About-item:first-of-type .About_intro p::after {
		content: '';
		width: 14px;
		height: 14px;
		background-color: #666666;
		border-radius: 50%;
		position: absolute;
		top: 10px;
		left: 0;
		z-index: 1;
	} */

	.Bidding-item {
		width: 100%;
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		background-color: #f7f7f7;
		padding: 20px;
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
		letter-spacing: 1px;
		color: #999999;
	}

	.Bidding-images {
		width: 31.8%;
		height: 212px;
		border-radius: 10px;
		overflow: hidden;
		margin-right: 3%;
		transition: all .3s ease-out;
	}

	.Bidding-intro {
		width: 80%;
	}

	.Bidding-item h2 {
		color: #333;
		margin: 20px 0;
		line-height: 30px;
		font-size: 22px;
		transition: all .3s ease-out;
	}

	.page {
		width: 100%;
		height: 36px;
		line-height: 36px;
		text-align: center;
		margin: 50px auto;
		font-size: 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	.page a {
		color: #525a6f;
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-right: 10px;
		width: 36px;
		height: 36px;
		background-color: #e5e5e5;
		line-height: 36px;
		text-align: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.page a img {
		vertical-align: middle;
		width: auto;
		float: none !important;
	}

	.page a.nor,
	.page a:hover,
	.subnav_ul li .tag:hover,
	.subnav_ul li .tag.active,
	.People-item:hover h2,
	.Directors-tab a.active,
	.Traditional-swiper .Traditional-item:hover {
		background-color: #d80618;
		color: #fff;
	}

	.Business-nav {
		float: left;
		width: 14%;
		background-color: #f7f7f7;
	}

	.Business-nav h2 {
		padding-left: 24px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		color: #fff;
		background-color: #d80618;
	}

	.Business-navitem>a {
		border-bottom: 1px dashed #d2d2d2;
		font-size: 14px;
		color: #333;
		padding: 15px 24px;
		display: block;
		transition: all .3s ease-out;
	}

	.Business-navitem .Building-level {
		border-bottom: 1px dashed #d2d2d2;
		font-size: 14px;
		color: #333;
		display: block;
		transition: all .3s ease-out;
	}

	.Business-navitem .Building-level h3 {
		padding: 15px 24px;
		font-size: 14px;
		background-image: url(../images/jt.png);
		background-size: 7px 12px;
		background-repeat: no-repeat;
		background-position: right 24px top 50%;
		cursor: pointer;
	}

	.Tit-ht i {
		font-size: 18px;
		margin-left: 20px;
	}

	.Business-navitem .Building-level.on h3 {
		background-image: url(../images/jt_h.png);
		background-size: 12px 7px;
	}

	.Business-navitem a:last-child,
	.Business-navitem .Building-level:last-child,
	.Directors-item:last-child {
		border: 0;
	}

	.Building-down {
		display: none;
		background-color: #eeeeee;
		border-top: 1px dashed #cca4a4;
	}

	.Business-navitem .Building-down>a {
		display: block;
		border: 0;
		padding: 15px 24px;
	}

	.Business-layout {
		float: right;
		width: 84%;
		font-size: 12px;
		text-align: center;
		color: #dbdbdb;
	}

	.Tit-h,
	.Company-item h2 {
		font-size: 24px;
		color: #333;
		margin-bottom: 10px;
	}

	.Tit-h {
		text-align: center;
	}

	.Business--grid-wrap {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-template-rows: auto;
		gap: 1.0417vw;
		padding-top: 60px;
	}

	.Business-item {
		display: flex;
		flex-direction: column;
		line-height: 24px;
		color: #c4c4c4;
		background-color: #f7f7f7;
		border-radius: 14px;
		padding: 30px 0;
		cursor: pointer;
		overflow: hidden;
		transition: all .3s ease-out;
	}

	.Business-item:hover {
		transform: translateY(-5%);
	}

	.Business-item h2 {
		margin: 15px 0;
		color: #333;
		font-size: 16px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Business-item .About-More {
		margin: auto auto 0;
	}

	.Business-images {
		width: 110px;
		height: 110px;
		background-color: #ffffff;
		box-shadow: 8px 8px 29px 0px rgba(41, 41, 41, 0.05);
		border-radius: 50%;
		margin: 0px auto 10px;
		position: relative;
		overflow: hidden;
	}

	.Business-images img {
		max-width: 80%;
		max-height: 80%;
		left: 50%;
		top: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
		transition: all .3s ease-out;
	}

	.Business-item:hover .Business-images img {
		max-width: 100%;
		max-height: 100%;
	}

	.Business-intro {
		margin-bottom: 15px;
		/* max-height: 50px; */
		overflow: hidden;
	}

	.Tit-ht {
		font-size: 24px;
		color: #333;
		margin-left: 20px;
		padding-left: 20px;
		border-left: 3px solid #d80618;
		text-align: left;
		line-height: 26px;
		position: relative;
	}

	.Tit-ht strong {
		display: block;
		position: absolute;
		font-size: 18px;
		color: #666666;
		line-height: 32px;
	}

	.Materials-item {
		background-color: #ffffff;
		border-radius: 10px;
		border: solid 1px #e5e5e5;
		margin: 35px 0;
		position: relative;
	}

	.Business-layout .Materials-item:first-of-type {
		margin-top: 0;
	}

	.Materials-intro {
		font-size: 14px;
		padding: 30px;
		text-align: left;
		line-height: 32px;
		color: #666666;
	}

	.Materials-intro p strong {
		font-weight: bold;
		color: #333333;
	}

	.Materials-item1 {
		padding: 30px 20px;
	}

	.Materials-item1 p img {
		max-width: 100%;
		display: block;
		margin: 20px auto;
	}

	.Traditional-swiper {
		width: 90%;
		padding: 10px;
	}

	.Traditional-swiper .Traditional-item {
		padding: 12px;
		background-color: #f1f1f1;
		color: #666;
		cursor: pointer;
		display: block;
		transition: all .3s ease-out;
	}

	.Traditional-images {
		width: 100%;
		height: 252px;
		overflow: hidden;
	}

	.Traditional-images img,
	.Scientific .swiper-container img {
		width: 100%;
		transition: all .3s ease-out;
	}

	.Traditional-tit {
		width: 90%;
		margin: 20px auto;
		height: 150px;
		overflow: hidden;
		text-align: center;
		font-size: 14px;
		line-height: 32px;
	}

	.Materials-item1 .swiper-button-prev,
	.Materials-item1 .swiper-button-next,
	.Internal-swiper .swiper-button-prev,
	.Internal-swiper .swiper-button-next,
	.IndexBanner .swiper-button-prev,
	.IndexBanner .swiper-button-next {
		background-image: url(../images/prev.png);
		background-size: 21px 44px;
		background-repeat: no-repeat;
		background-position: center;
		padding: 0 20px;
		margin: 0;
		cursor: pointer !important;
		z-index: 99;
		left: 0;
		height: 90%;
		top: 5%;
		opacity: 0.36;
		transition: all .3s ease-out;
	}

	.Materials-item1 .swiper-button-next,
	.Internal-swiper .swiper-button-next,
	.IndexBanner .swiper-button-next {
		background-image: url(../images/next.png);
		background-size: 21px 44px;
		background-repeat: no-repeat;
		background-position: center;
		right: 0;
		left: initial;
	}

	.Materials-item1 .swiper-button-prev:hover,
	.Materials-item1 .swiper-button-next:hover,
	.Internal-swiper .swiper-button-prev:hover,
	.Internal-swiper .swiper-button-next:hover,
	.IndexBanner .swiper-button-prev:hover,
	.IndexBanner .swiper-button-next:hover {
		opacity: 1;
		transform: scale(1.05);
	}

	.laboratory-layout {
		margin-top: 80px;
		font-size: 0;
		text-align: center;
	}

	.laboratory-item {
		position: relative;
		margin: 0px 10px 80px;
		padding-bottom: 30px;
		font-size: 14px;
		line-height: 24px;
		color: #333333;
		width: 18%;
	}

	.laboratory-item::after {
		position: absolute;
		left: 0;
		bottom: 0;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background: linear-gradient(93deg,
				#c1fdf8 0%,
				#a8d9f8 100%);
	}

	.laboratory-item h2 {
		font-size: 60px;
		margin-bottom: 10px;
	}

	.laboratory-item h2 i {
		font-size: 14px;
	}

	.laboratory-item a {
		color: inherit;
	}

	.laboratory-item a:hover {
		color: #d80618;
	}

	.Layout-color .Business-layout .laboratory-layout {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	.laboratory-layout span {
		display: none;
		width: 100%;
		height: 1px;
		background: linear-gradient(93deg,
				#c1fdf8 0%,
				#a8d9f8 100%);
		margin-top: 30px;
		margin-bottom: 80px;
	}

	.Scientific {
		margin: 30px 0 80px;
		text-align: left;
		/* padding: 40px; */
		font-size: 14px;
		color: #333;
		line-height: 28px;
		/* box-shadow: 8px 8px 29px 0px rgba(41, 41, 41, 0.05); */
	}

	.Scientific-intro {
		float: left;
		width: 40%;
		padding-top: 20px;
	}

	.Scientific-intro p {
		margin-top: 40px;
	}

	.Scientific .swiper-container {
		float: right;
		width: 54.9%;
		padding-bottom: 50px;
	}


	.Scientific .swiper-container .swiper-pagination-bullet {
		opacity: 1;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #dcdcdc;
		margin: 0px 10px !important;
	}

	.Scientific .swiper-container .swiper-pagination-bullet-active {
		background-color: #d80618;
		opacity: 1 !important;
	}

	.Scientific-swiper {
		margin-top: 60px;
		padding-bottom: 80px;
		position: relative;
		height: 350px;
	}

	.Scientific-swiper .swiper-slide {
		height: 350px;
		overflow: hidden;
		cursor: pointer;
	}

	.Scientific-swiper .swiper-slide img {
		height: 100%;
		object-fit: contain;
		transition: all .3s ease-out;
	}

	.Scientific-swiper .swiper-button-prev,
	.Scientific-swiper .swiper-button-next,
	.News-swiper .swiper-button-prev,
	.News-swiper .swiper-button-next,
	.History-swiper .swiper-button-prev,
	.History-swiper .swiper-button-next,
	.Featured-layout .swiper-button-prev,
	.Featured-layout .swiper-button-next,
	.sinotcm-layout .swiper-button-prev,
	.sinotcm-layout .swiper-button-next {
		background-image: url(../images/next1.png);
		background-size: 19px 23px;
		background-repeat: no-repeat;
		background-position: center;
		margin: 0;
		position: absolute;
		top: initial !important;
		border-radius: 50%;
		cursor: pointer !important;
		z-index: 99;
		right: 20px;
		width: 47px;
		height: 47px;
		border: solid 1px #e5e5e5;
		bottom: 0;
		transition: all .3s ease-out;
	}

	.Scientific-swiper .swiper-button-prev,
	.News-swiper .swiper-button-prev,
	.History-swiper .swiper-button-prev,
	.Featured-layout .swiper-button-prev,
	.sinotcm-layout .swiper-button-prev {
		right: 100px;
		left: initial;
		transform: rotate(180deg);
	}

	.Scientific-swiper .swiper-button-prev:hover,
	.Scientific-swiper .swiper-button-next:hover,
	.News-swiper .swiper-button-prev:hover,
	.News-swiper .swiper-button-next:hover,
	.History-swiper .swiper-button-prev:hover,
	.History-swiper .swiper-button-next:hover,
	.Featured-layout .swiper-button-prev:hover,
	.Featured-layout .swiper-button-next:hover,
	.sinotcm-layout .swiper-button-prev:hover,
	.sinotcm-layout .swiper-button-next:hover {
		background-image: url(../images/next1_h.png);
		background-size: 19px 23px;
		background-repeat: no-repeat;
		background-position: center;
		border: solid 1px #d80618;
	}

	.Scientific .swiper-container .swiper-slide h2 {
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		color: #333333;
		margin-top: 10px;
	}

	.Scientific .swiper-container .swiper-pagination {
		bottom: 110px;
	}

	.Building-layout {
		margin-top: 60px;
	}

	.Building-layout #video {
		font-size: 0;
	}

	.Building-layout #video .Culture-item {
		float: none;
		display: inline-block;
	}

	.Building-layout:first-of-type {
		margin-top: 0;
	}

	.Building-layout:nth-of-type(2n) .Building-item,
	.Charter-item p {
		float: left;
	}

	.Charter-item img {
		margin-top: 18px;
	}

	.Building-layout:nth-of-type(2n) img,
	.Culture-layout:nth-of-type(2n),
	.People-item:nth-of-type(2n),
	.Company-item:nth-of-type(2n),
	.Charter-item img,
	.Environ-item img {
		float: right;
	}

	.Building-layout .Tit-ht,
	.Culture-layout .Tit-ht {
		margin-left: 0;
		margin-bottom: 40px;
		border-left: 3px solid #999;
	}

	.Announce-layout .Tit-ht {
		border-left: 3px solid #999;
	}

	.Building-layout .Tit-ht a,
	.Culture-layout .Tit-ht a {
		float: right;
		font-size: 14px;
		color: #d90e1f;
	}

	.Building-layout img,
	.sinotcm-layout img {
		width: 38%;
		border-radius: 10px;
		transition: all .3s ease-out;
	}

	.Building-item {
		float: right;
		width: 60%;
	}

	.Building-item a {
		display: block;
		border-bottom: dashed 1px #dcdcdc;
		padding: 15px 0;
		font-size: 14px;
		color: #999999;
		line-height: 26px;
		position: relative;
		transition: all .3s ease-out;
	}

	.Building-item a h2 {
		font-size: 14px;
		color: #333;
		width: 95%;
		font-weight: bold;
		transition: all .3s ease-out;
	}

	.Building-item a span {
		position: absolute;
		right: 0;
		top: 15px;
	}

	.Culture-layout {
		width: 100%;
	}

	.Culture-layout:nth-of-type(2n) {
		display: none;
	}

	.Culture-layout .Tit-ht::after {
		content: '';
		width: 100%;
		position: absolute;
		bottom: -20px;
		height: 2px;
		left: 0;
		background-color: #dcdcdc;
	}

	/* .Culture-layout img {
		width: 100%;
		border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 10px;
	} */

	.Culture-layout h2 {
		font-size: 14px;
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
		line-height: 28px;
	}

	.Culture-layout h2 i {
		font-weight: normal;
	}

	.Culture-layout1 {
		float: none;
		width: 100%;
		margin-top: 50px;
		font-size: 18px;
		color: #333;
		text-align: center;
	}

	.video-item {
		position: relative;
		border-radius: 10px;
		/* width: 80%; */
		/* margin: 50px auto 30px; */
		overflow: hidden;
	}

	.video-play {
		background-image: url(../images/play.png);
		background-size: cover;
		width: 90px;
		height: 90px;
		left: 50%;
		top: 50%;
		position: absolute;
		z-index: 1;
		background-repeat: no-repeat;
		background-position: center;
		transform: translate(-50%, -50%);
	}

	.video-item::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.24);
		/* border-radius: 10px; */
	}

	.Culture-layout .video-item img {
		margin: 0;
	}

	.Culture-Time {
		line-height: 30px;
		font-size: 14px;
		color: #333;
		font-weight: bold;
	}

	.Culture-Time input {
		display: inline-block;
		vertical-align: middle;
		width: 136px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 15px;
		border: solid 1px #e5e5e5;
		color: #999999;
		margin: 0px 10px;
		text-indent: 1em;
	}

	.Building-layout .Culture-Time img {
		width: auto;
		border-radius: 0;
		vertical-align: middle;
		margin-right: 10px;
	}

	.Building-layout .Culture-Time a {
		width: 76px;
		height: 30px;
		background-color: #d80618;
		border-radius: 15px;
		color: #fff;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
	}

	.Culture-item {
		float: left;
		width: 29.8%;
		margin-right: 2%;
		margin-top: 40px;
		color: #333;
		font-size: 18px;
		border-radius: 10px;
		border: solid 1px #eeeeee;
		padding: 1%;
	}

	.Culture-item .video-item {
		width: 100%;
		height: 180px;
		margin: 0px auto 20px;
	}

	.Building-layout .Culture-item img,
	.sinotcm-layout .Culture-item img {
		width: 100%;
	}

	.Culture-item .video-item .video-play {
		width: 50px;
		height: 50px;
		opacity: 0;
		transition: all .3s ease-out;
	}

	.Culture-item:hover .video-item .video-play {
		opacity: 1;
	}

	.Culture-item p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Culture-item span {
		display: inline-block;
		vertical-align: top;
		background-image: url(../images/onload.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 22px;
		height: 22px;
		margin-top: 20px;
	}

	.Culture-item .clearfix i {
		float: right;
		margin-top: 14px;
	}

	.News-layout {
		float: left;
		width: 37%;
		margin-left: 1.5%;
		background-color: #ffffff;
		box-shadow: 8px 8px 29px 0px rgba(41, 41, 41, 0.05);
		margin-top: 0;
		padding: 24px;
	}

	.News-layout .Tit-ht,
	.Internal-layout .Tit-ht {
		margin-bottom: 10px;
	}

	.News-item {
		display: block;
		border-bottom: dashed 2px #eeeeee;
		padding: 18px 0;
		transition: all .3s ease-out;
	}

	.News-item h2 {
		font-size: 14px;
		color: #333;
		width: 80%;
		float: left;
		position: relative;
		transition: all .3s ease-out;
	}

	.Building-layout .News-item img {
		width: 16px;
		border-radius: 0;
		float: none;
		vertical-align: middle;
		margin-right: 12px;
	}

	.Building-layout.News-layout .News-item h2 {
		padding-left: 22px;
		width: 77%;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Building-layout.News-layout .News-item h2 img {
		position: absolute;
		top: 5px;
		left: 0;
	}

	.News-item i {
		color: #999;
		float: right;
		font-size: 14px;
	}

	.Internal-layout {
		float: right;
		width: 39%;
		background-color: #f1f1f1;
		box-shadow: 8px 8px 29px 0px rgba(41, 41, 41, 0.05);
		margin-top: 0;
		padding: 24px;
		font-size: 14px;
		color: #333;
	}

	.Layout-color .Internal-layout {
		display: none;
	}

	.Layout-color .Building-layout.News-layout {
		width: 79%;
		float: right;

	}

	.Internal-layout .News-Internal img:first-of-type {
		width: 100%;
		border-radius: 0;
		margin: 20px auto 30px;
	}

	/* ...联系我们... */
	.Enterprise.EP-us {
		display: flex;
		flex-direction: column;
		gap: 40px;
		font-size: 14px;
		line-height: 1.5;
		color: #333;
	}

	.Enterprise.EP-us .map0 {
		display: flex;
	}

	.Enterprise.EP-us .img0 {
		flex-shrink: 0;
		width: 35%;
		height: 290px;
	}

	.Enterprise.EP-us .img0 img {
		width: 100%;
		height: 100%;
		border-radius: 0 !important;
	}

	.Enterprise.EP-us .text-dl {
		flex: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;
		padding: 25px 30px;
		box-sizing: border-box;
		background-color: #fbfbfb;
	}

	.Enterprise.EP-us .text-dl .dl-p {
		display: flex;
		flex-direction: column;
		gap: 10px;
		font-size: 14px;
	}

	.Enterprise.EP-us .watch a {
		display: inline-flex;
		padding: 10px 40px;
		color: #fff;
		background: #d80618;
		transition: all .3s ease;
	}

	.Enterprise.EP-us .watch a:hover {
		background: #ca0617;
	}

	/* .Enterprise.EP-us {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2.3438vw;
		font-size: 16px;
		line-height: 1.5;
		color: #364684;
	}

	.Enterprise.EP-us>div {
		display: flex;
		flex-direction: column;
		overflow: hidden;
		gap: 10px;
	}

	.Enterprise.EP-us .img0 {
		margin: 24px 0 20px;
		height: 292px;
	}

	.Enterprise.EP-us .img0 img {
		width: 100%;
		height: 100%;
		border-radius: 0 !important;
	}

	.Enterprise.EP-us .watch {
		display: flex;
		justify-content: center;
	}

	.Enterprise.EP-us .watch a {
		padding: 10px 40px;
		color: #fff;
		background: #364684;
	} */

	/* ...联系我们... */

	.Journal-layout {
		padding: 35px;
		background-color: #fff;
		text-align: left;
		box-sizing: border-box;
	}

	.Journal-layout .Search {
		width: 230px;
		border: solid 1px #e5e5e5;
		margin-top: 0;
	}

	.Journal-layout .nav_Txt {
		font-size: 14px;
		color: #999999;
	}

	.Journal-layout .nav_search {
		background-color: #666666;
		border-radius: 50px;
		background-image: url(../images/search1.png);
		background-size: 19px;
		margin-right: -20px;
	}

	.Internal-swiper {
		position: relative;
		padding: 50px 5% 0;
		font-size: 14px;
		text-align: center;
		margin: 0px 3%;
	}

	.Internal-swiper .swiper-slide {
		color: #333333;
	}

	.Internal-swiper .swiper-slide h2 {
		font-size: 18px;
		margin: 30px 0 10px;
		font-weight: bold;
	}

	.Internal-swiper .swiper-slide .Pdf {
		margin-left: 10px;
	}

	.Main_Layout {
		font-size: 14px;
		line-height: 32px;
		color: #999;
	}

	.Main_Layout .article_conent p img {
		max-width: 100%;
		display: block;
		margin: 15px auto;
	}

	.Main_Layout .article_conent h1 span,
	.Main_Layout .article_conent p span {
		font-size: 14px;
		line-height: 32px !important;
		color: #999 !important;
		letter-spacing: 0 !important;
	}

	.Main_Layout .article_conent h1,
	.Main_Layout p {
		text-indent: 2em !important;
	}

	.Main_Layout p {
		text-indent: 2em;
		margin-top: 10px;
	}

	.article_tag {
		margin: 25px 0;
		color: #999;
		font-size: 16px;
		text-align: center;
	}

	.article_tag span {
		color: #999999;
	}

	.article_tag span:first-of-type {
		padding-right: 2%;
	}

	.Main_Layouth {
		color: #333333;
		font-size: 24px;
		text-align: center;
		border-bottom: dashed 2px #e5e5e5;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.News-swiper {
		width: 65%;
		margin: 50px auto;
		padding: 0px 6%;
		position: relative;
	}

	.News-swiper .swiper-slide img,
	.News-swiper .swiper-slide {
		height: 245px;
	}

	.News-swiper .swiper-button-prev,
	.History-swiper .swiper-button-prev,
	.Featured-layout .swiper-button-prev,
	.sinotcm-layout .swiper-button-prev {
		top: 50% !important;
		left: 0;
		transform: translateY(-50%) rotate(180deg);
	}

	.News-swiper .swiper-button-next,
	.History-swiper .swiper-button-next,
	.Featured-layout .swiper-button-next,
	.sinotcm-layout .swiper-button-next {
		top: 50% !important;
		right: 0;
		transform: translateY(-50%);
	}

	.Featured-layout .swiper-button-prev {
		background-image: url(../images/next2.png);
		left: 40px;
	}

	.Featured-layout .swiper-button-next {
		background-image: url(../images/next2.png);
		right: 40px;
	}

	.Develop-p {
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		margin-bottom: 50px;
		color: #333333;
		padding: 0px 85px;
	}

	.Develop-layout {
		font-size: 12px;
		text-align: center;
		color: #dbdbdb;
	}

	.Develop-Tit {
		width: 213px;
		height: 41px;
		font-size: 18px;
		text-align: center;
		line-height: 41px;
		color: #333;
		margin: 40px auto;
		background-color: #eaeaea;
		border-radius: 21px;
	}

	.Develop-item {
		width: 23%;
		height: 331px;
		background-color: #ffffff;
		border-radius: 10px;
		border: solid 1px #eeeeee;
		float: left;
		margin-right: 2.4%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		font-size: 14px;
		color: #ccc;
	}

	.Develop-item::after {
		content: '';
		background-image: url(../images/develop_bk.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
	}

	.Develop-intro {
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		width: 100%;
		text-align: center;
		transition: all .3s ease-out;
	}

	.Develop-intro img {
		height: 70px;
		display: block;
		max-width: 100%;
		margin: 20px auto 0;
		object-fit: scale-down;
	}

	.Develop-item h2 {
		font-size: 18px;
		color: #333;
		margin-bottom: 10px;
	}

	.Develop-intro span {
		width: 36px;
		height: 2px;
		background-color: #c9cbcd;
		display: block;
		margin: 70px auto 0;
	}

	.Develop-item:hover .Develop-down {
		opacity: 1;
		transform: translateY(0%);
	}

	.Develop-down {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-image: linear-gradient(0deg, #d80618 0%, #fc4b5a 100%);
		text-align: left;
		box-shadow: 8px 8px 29px 0px rgba(41, 41, 41, 0.1);
		transform: translateY(100%);
		transition: all .5s ease-out;
	}

	.Develop-item:hover .Develop-down {
		transform: translateY(0);
	}

	.Develop-item .Develop-down h2 {
		color: #fff;
		padding: 20px 20px 0;
	}

	.Develop-item .Develop-down h2 img {
		margin-left: 10px;
	}

	.Develop-item .Develop-down p {
		color: #fff;
		padding-left: 20px;
	}

	.Develop-item .Develop-down span {
		color: #fff;
		padding-left: 20px;
		display: block;
		padding: 20px;
		line-height: 24px;
		margin-top: 20px;
	}

	.Develop-layout .Develop-img {
		max-width: 100%;
		display: block;
		margin: 20px auto 100px;
	}

	.Featured-layout {
		position: relative;
		width: 100%;
		margin-bottom: 50px;
	}

	.Featured-layout .swiper-container {
		border-radius: 10px;
	}

	.Featured-intro {
		width: 95%;
		position: absolute;
		bottom: 40px;
		left: 50%;
		font-size: 16px;
		text-align: left;
		line-height: 32px;
		color: #fff;
		transform: translateX(-50%);
	}

	.People-item {
		width: 48.5%;
		float: left;
		margin-top: 50px;
		border-radius: 10px;
		height: 426px;
		overflow: hidden;
		position: relative;
	}

	.People-item h2 {
		width: 100%;
		line-height: 74px;
		overflow: hidden;
		font-size: 24px;
		color: #fff;
		text-align: center;
		height: 74px;
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #9d9d9d;
		transition: all .3s ease-out;
	}

	.Recruit-images {
		display: block;
		margin: 80px auto;
		max-width: 100%;
	}

	.Immediate {
		font-size: 24px;
		text-align: center;
		line-height: 60px;
		color: #d80618;
		width: 223px;
		height: 60px;
		background-color: #ffffff;
		border-radius: 50px;
		left: 50%;
		top: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
	}

	/* 发展历程新修改 */

	.timeline {
		position: relative;
		margin: 50px 80px;
		text-align: left !important;
		font-size: 14px;
		line-height: 1.5;
		color: #000;
		overflow: hidden;
	}

	.timeline::before {
		content: "";
		float: none !important;
		position: absolute;
		width: 1px;
		background-color: #b5b5b5;
		top: 1.3em;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}

	.timeline .TL-item {
		position: relative;
		width: 50%;
		padding: 0 40px;
		box-sizing: border-box;
		margin-bottom: 70px;
	}

	.timeline .TL-item:last-child {
		margin-bottom: 0;
	}

	.timeline .TL-item:nth-child(2) {
		margin-top: 180px;
	}

	.timeline .TL-item:nth-child(2n - 1) {
		float: right;
		clear: right;
	}

	.timeline .TL-item:nth-child(2n) {
		float: left;
		clear: left;
	}

	.timeline .TL-item:nth-child(2n - 1)::before {
		position: absolute;
		content: "";
		left: 0;
		top: 2px;
		transform: translate(-42%, 0);
		width: 18px;
		height: 1.5em;
		background-image: url(/Content/web/images/icon-img/ic-01-right.png);
		background-repeat: no-repeat;
		background-size: 100%, auto, contain;
		background-position: center;
		z-index: 2;
	}

	.timeline .TL-item:nth-child(2n)::before {
		position: absolute;
		content: "";
		right: 0;
		top: 2px;
		transform: translate(42%, 0);
		width: 18px;
		height: 1.5em;
		background-image: url(/Content/web/images/icon-img/ic-01-left.png);
		background-repeat: no-repeat;
		background-size: 100%, auto, contain;
		background-position: center;
		z-index: 2;
	}

	.timeline .TL-item-dd {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 10px;
		margin-top: 30px;
		padding: 40px;
		text-align: justify;
		line-height: 1.8;
		background-color: #f1f1f1;
		box-sizing: border-box;
		border-radius: 10px;
	}

	.timeline .TL-item-dd::after {
		position: absolute;
		content: "";
		top: 0;
		left: 40px;
		transform: translateY(-100%);
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7px 13px 7px;
		border-color: transparent transparent #f1f1f1 transparent;
	}

	.timeline .TL-item-dt {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.3;
	}

	.timeline .TL-item:nth-child(2n) .TL-item-dt {
		text-align: end;
	}

	.timeline .TL-item:nth-child(2n) .TL-item-dd::after {
		left: auto;
		right: 40px;
	}

	/* .timeline .TL-item:nth-child(2n - 1) {
		left: 50%;
	} */

	.timeline .time-tag {
		display: inline-flex;
		padding: 5px 10px;
		line-height: 1.2;
		color: #fff;
		background-color: #d80618;
		border-radius: 5px;
	}

	/* -----////////发展历程新修改////////----- */

	.History-swiper {
		position: relative;
		margin: 50px 2.4%;
		height: 400px;
	}

	.History-swiper .swiper-slide,
	.History-swiper .swiper-container {
		height: 100% !important;
	}

	.History-swiper .swiper-slide img {
		max-width: 68%;
		left: 50%;
		top: 50%;
		position: absolute;
		border-radius: 17px;
		max-height: 100%;
		transform: translate(-50%, -50%);
	}

	.History-preview {
		margin: 0px 2.4% 30px;
	}

	.History-preview .swiper-slide {
		width: 20%;
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		color: #000000;
		padding-top: 80px;
		cursor: pointer;
		transition: all ease-out 0.2s;
	}

	.History-preview .swiper-slide:after {
		content: '';
		background-color: #b5b5b5;
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		top: 79px;
		z-index: -1;
	}

	.History-preview .swiper-slide h2 {
		padding: 8px 20px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.History-preview .active-nav h2 {
		background-color: #d80618;
		border-radius: 10px;
		color: #fff;
	}

	.History-preview .swiper-slide h2::after {
		content: '';
		position: absolute;
		left: 50%;
		border-radius: 50%;
		width: 13px;
		height: 13px;
		background-color: #b5b5b5;
		top: -37.5px;
		transform: translateX(-50%);
	}

	.History-preview .active-nav h2::after {
		background-image: url(../images/yaun.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-color: transparent;
		width: 16px;
		height: 16px;
		top: -38px;
	}

	.History-preview .active-nav h2:before {
		content: '';
		width: 1px;
		height: 62px;
		background-color: #e5e5e5;
		position: absolute;
		top: -115px;
		left: 50%;
		transform: translateX(-50%);
	}


	.History-preview .swiper-slide p {
		opacity: 0;
		position: relative;
	}

	.History-preview .active-nav p {
		opacity: 1;
	}

	/* 
	.History-preview .active-nav p:after {
		content: '';
		width: 1px;
		height: 62px;
		background-color: #e5e5e5;
		position: absolute;
		top: -75px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	} */

	.Chairman-layout {
		/* padding: 15px 20px; */
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
		box-sizing: border-box;
	}

	.Chairman-layout img {
		width: 44.5%;
		border-radius: 16px;
		object-fit: contain;
	}

	.Chairman-layout .clearfix {
		width: 50%;
		font-size: 14px;
		line-height: 32px;
		color: #333333;
	}

	.Chairman-layout .clearfix h2 {
		font-size: 30px;
		color: #333;
		font-weight: bold;
		margin-top: 10px;
	}

	.Chairman-layout .clearfix h2 i {
		font-size: 14px;
		font-weight: normal;
		margin-left: 20px;
	}

	.Company-layout {
		background-color: #fafafa;
		padding: 40px 30px;
		/* margin: 0px 35px; */
	}

	.Company-scroll {
		padding-right: 30px;
		/* height: 1000px;
		overflow-y: scroll; */
	}

	.Company-scroll::-webkit-scrollbar {
		width: 12px;
		height: 12px;
	}

	.Company-scroll::-webkit-scrollbar-thumb {
		background-color: #b5b5b5;
		border-width: 12px;
		height: 12px;
	}

	.Company-scroll::-webkit-scrollbar-track {
		/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2); */
		background: #eeeeee;
	}

	.Company-item {
		float: left;
		width: 49%;
		font-size: 14px;
		color: #666;
		text-align: center;
		margin-bottom: 40px;
	}

	.Company-images {
		width: 100%;
		overflow: hidden;
		height: 360px;
		margin-bottom: 10px;
		border-radius: 10px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Enterprise.EP-grid {
		display: grid;
		grid-template-columns: 1.5fr 2fr;
		gap: 20px;
	}

	.Enterprise {
		margin: 40px 20px;
		display: flex;
		flex-wrap: wrap;
		min-height: 280px;
		color: #333;
		font-size: 14px;
		line-height: 2;
		text-align: justify;
	}

	.Enterprise img {
		width: 100%;
		display: block;
		border-radius: 10px;
	}

	.CA-Flex {
		display: block !important;
	}

	.scroll_news {
		padding: 20px 0 0;
		background-color: #fafafa;
	}

	.KnowLifeCont {
		height: 430px;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.KnowLifeImg {
		float: left;
		width: 66%;
		height: 430px;
		position: relative;
	}

	.KnowLifeImg img {
		width: 100%;
		height: 100%;
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.KnowLifeSub .KnowLifeImg,
	.Directors-dow,
	.Directors-exe,
	.Broadcast-swiper .swiper-container {
		display: none;
	}

	.KnowLifeContL {
		float: right;
		width: 34%;
		background-color: #fff;
		height: 100%;
	}

	.KnowLifeTag:first-of-type {
		border-top-right-radius: 10px;
	}

	.KnowLifeTag {
		height: 33.3%;
		position: relative;
		font-size: 14px;
		color: #333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		cursor: pointer;
		line-height: 28px;
		border-bottom: solid 1px #d2d2d2;
		padding: 0px 12%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.KnowLifeTag h2,
	.Investor-intro h2 {
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.KnowLifeTag.active {
		background-color: #d80618;
		color: #fff;
		border: 0;
	}

	.KnowLifeContL .KnowLifeTag:last-child {
		border: 0;
		border-bottom-right-radius: 10px;
	}

	.KnowLifeTag.active:after,
	.Investor-intro::after {
		content: '';
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 18.660254037844386px solid #d80618;
		width: 0px;
		height: 0px;
		position: absolute;
		top: 50%;
		left: -23px;
		transform: translateY(-50%) rotate(90deg);
		-webkit-transform: translateY(-50%) rotate(90deg);
		-moz-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		-o-transform: translateY(-50%) rotate(90deg);
	}

	.Investor-layout img,
	.Financial {
		width: 50%;
		float: left;
	}

	.Investor-intro {
		float: right;
		height: 100%;
		padding: 30px;
		width: 50%;
		font-size: 18px;
		color: #333;
		font-weight: bold;
		background-color: #fff;
		position: relative;
		box-sizing: border-box;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	/* .Investor-intro h2 {
		margin-top: 30px;
	} */

	.Investor-intro .About-More,
	.ESG .About-More {
		position: absolute;
		bottom: 30px;
	}

	.Investor-intro::after {
		border-top: 18.660254037844386px solid #fff;
	}

	.Market,
	.Announcement,
	.ESG {
		float: right;
		width: 32.5%;
		background-color: #fafafa;
		border-radius: 10px;
		height: 100%;
		position: relative;
	}

	.Market {
		padding: 30px 20px;
		box-sizing: border-box;
		background-color: #fff;
	}

	.Financial {
		background-color: #d80618;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		padding: 40px;
		height: 100%;
		font-size: 14px;
		line-height: 1.5;
		color: #ffffff;
		box-sizing: border-box;
	}

	.Financial * {
		color: #fff;
	}

	.Financial .text-p {
		flex: auto;
	}

	.Financial .text-p {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	/* .Financial h2,
	.Financial h3,
	.Financial p {
		padding-left: 6%;
	} */

	.Financial h2 {
		font-size: 40px;
		margin-bottom: 20px;
		/* line-height: 52px; */
	}

	.Financial h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.Financial .About-More {
		color: #fff;
		border: 1px solid #fff;
	}

	.ESG .About-More {
		color: #fff;
		border: 1px solid #fff;
		margin-left: 8%;
	}

	.Financial .About-More:before,
	.ESG .About-More:before {
		background-color: #fff;
	}

	.Announcement {
		width: 48%;
	}

	.Announcement .KnowLifeImg {
		width: 100%;
		float: none;
		display: block;
		height: 207px;
	}

	.Announcement .KnowLifeImg:first-of-type {
		margin-bottom: 16px;
	}

	.ESG img {
		border-radius: 10px;
	}

	.ESG h2 {
		position: absolute;
		left: 6%;
		top: 30px;
		font-size: 18px;
		color: #fff;
		font-weight: bold;
	}

	.iframe iframe {
		flex: auto;
		border: 0;
		margin: 50px 20px 0;
	}

	.iframe * {
		display: flex;
	}

	#Main {
		max-width: 197%;
	}

	.Charter-item {
		height: 57px;
		background-color: #f7f7f7;
		border-radius: 10px;
		padding: 0px 20px;
		margin: 10px 40px;
		color: #333;
		display: block;
		font-weight: bold;
		font-size: 14px;
		line-height: 57px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Charter-item:first-of-type {
		margin-top: 30px;
	}

	.Recruit-ewm {
		width: 324px;
		height: 324px;
		background-color: #ffffff;
		border-radius: 19px;
		left: 50%;
		top: 50%;
		position: fixed;
		z-index: 50;
		text-align: center;
		font-size: 20px;
		color: #d80618;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
	}

	.Recruit-ewm img {
		width: 220px;
		height: 220px;
		display: block;
		margin: 35px auto 10px;
		border-radius: 10px;
	}

	.About-Us {
		padding: 60px 0;
		font-size: 14px;
		line-height: 32px;
		color: #666666;
	}

	.About-intro {
		margin-top: 40px;
		position: relative;
		margin-bottom: 350px;
	}

	.About-Tit {
		font-size: 30px;
		margin-bottom: 60px;
	}

	.About-Tit h2 {
		font-size: 36px;
		font-weight: bold;
	}

	.About-layout {
		width: 38%;
	}

	.About-layout-subject {
		display: none;
	}

	.About-layout h2 {
		background-image: url(../images/jt1.png);
		background-size: 12px 15px;
		background-repeat: no-repeat;
		background-position: left;
		font-size: 18px;
		line-height: 30px;
		color: #333333;
		font-weight: bold;
		margin-bottom: 25px;
		padding-left: 25px;
	}

	.About-layout p {
		text-indent: 1em;
	}

	.About-Tit img {
		display: block;
		margin: 10px 0 30px;
	}

	.About-intro .About-More {
		margin-top: 60px;
		background-color: #666666;
		border: 1px solid #666;
		width: 165px;
		height: 52px;
		line-height: 52px;
		border-radius: 50px;
	}

	.About-intro .About-More i {
		color: #fff;
	}

	.About-intro .About-More img {
		vertical-align: middle;
		margin-left: 20px;
	}

	.About-intro .About-More:hover {
		border: 1px solid #d80618;
	}

	.base-icon {
		position: absolute;
		top: 0;
		left: 30%;
		cursor: pointer;
		transition: all .3s ease-out;
	}

	/* .base-icon.active::after {
		background-image: url(../images/yuan.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-color: transparent;
		transform: translateX(-50%) scale(2);
	} */

	.base-icon::after {
		content: '';
		width: 9px;
		height: 9px;
		background-color: #999999;
		border-radius: 50%;
		position: absolute;
		left: 47%;
		bottom: -44%;
		transform: translateX(-50%);
	}

	.About-icon1 {
		top: 4%;
		left: 50%;
	}

	.About-icon1::after {
		left: 2%;
		bottom: -42%;
	}

	.About-icon2 {
		top: 14%;
		left: 66%;
	}

	.About-icon2::after {
		left: -41%;
		bottom: -17%;
	}

	.About-icon3 {
		top: 27%;
		left: 77%;
	}

	.About-icon3::after {
		left: -66%;
		bottom: 21%;
	}

	.About-icon4 {
		top: 45%;
		left: 81%;
	}

	.About-icon4::after {
		left: -73%;
		bottom: 56%;
	}

	.About-icon5 {
		top: 60%;
		left: 80%;
	}

	.About-icon5::after {
		left: -84%;
		bottom: 85%;
	}

	.About-icon6 {
		top: 75%;
		left: 69%;
	}

	.About-icon6::after {
		left: -55%;
		bottom: 134%;
	}

	.About-icon7 {
		top: 84%;
		left: 49%;
	}

	.About-icon7::after {
		left: 0%;
		bottom: 151%;
	}

	.About-img {
		display: block;
		width: 47%;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
	}

	.About-kinds a {
		display: inline-block;
		vertical-align: top;
		width: 70px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		color: #cccccc;
		overflow: hidden;
		white-space: nowrap;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.About-kinds a.active {
		width: auto;
	}

	.About-kinds a i {
		width: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.About-kinds a span {
		color: #666;
		position: relative;
		padding-left: 50px;
		margin-right: 30px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.About-kinds a.active span::after {
		content: '';
		width: 22px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		height: 3px;
		background-color: #d80618;
		border-radius: 2px;
		left: 25px;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.Information-intro {
		float: left;
		width: 37.5%;
	}

	.Information-intro .Bidding-item {
		display: block;
		padding: 0;
		background-color: #f2f2f2;
		margin: 0;
		border-radius: 10px;
	}

	.Information-intro .Bidding-images {
		width: 100%;
		height: 316px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}

	.Information-intro .Bidding-intro {
		width: 94%;
		margin: 0px auto;
	}

	.Information-intro .Bidding-item {
		color: #666;
	}

	.Information-intro .Bidding-intro span {
		display: block;
		padding: 20px 0;
		border-top: solid 1px #e5e5e5;
		text-align: right;
		margin-top: 20px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Information-cont {
		width: 54%;
		float: right;
		border-top: solid 1px #e5e5e5;
	}

	.Information-cont .Bidding-item {
		border-bottom: solid 1px #e5e5e5;
		margin: 0;
		background-color: transparent;
		font-size: 16px;
		color: #999999;
	}

	.Information-cont .Bidding-item img {
		margin-right: 20px;
		vertical-align: middle;
		opacity: 0.5;
		-webkit-filter: grayscale(100%);
		-moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		filter: grayscale(100%);
		filter: gray;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
	}

	.Information-cont .Bidding-item:hover img {
		opacity: 1;
		-webkit-filter: grayscale(0);
		-moz-filter: grayscale(0);
		-ms-filter: grayscale(0);
		-o-filter: grayscale(0);
		filter: grayscale(0);
		filter: none;
	}

	.Information-cont .Bidding-intro {
		width: 100%;
	}

	.Information-cont .Bidding-item p {
		padding-left: 50px;
	}

	.Information-cont .Bidding-item span {
		font-size: 14px;
		display: block;
		text-align: right;
		margin-top: 25px;
	}

	.Directors-tab a {
		margin-left: 20px;
		display: inline-block;
		width: 101px;
		height: 30px;
		background-color: #ffffff;
		border-radius: 15px;
		border: solid 1px #dcdcdc;
		line-height: 30px;
		text-align: center;
		font-size: 14px;
		color: #666;
	}

	.Directors-div {
		background-color: #fafafa;
		padding: 20px 25px;
		margin: 30px 20px;
	}

	.Directors-tabs a {
		display: inline-block;
		width: 157px;
		height: 47px;
		background-color: #eeeeee;
		line-height: 47px;
		text-align: center;
		font-size: 14px;
		color: #666;
	}

	.Directors-tabs a.active {
		background-color: #b5b5b5;
	}

	.Directors-item {
		border-bottom: dashed 1px #dcdcdc;
		font-size: 14px;
		line-height: 2.4;
		color: #666666;
		padding: 40px 0;
		position: relative;
		overflow: hidden;
	}

	.Directors-images {
		float: right;
		margin-left: 20px;
		border-radius: 20px;
		width: calc(120px + 12.5vw);
		max-width: 360px;
		height: 280px;
		object-fit: cover;
		object-position: top;
	}

	.Directors-down:first-of-type .Directors-exe.Member-exe .Directors-item p {
		min-width: 60%;
	}

	.Directors-item h2 {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		margin-bottom: 20px;
	}

	.Member-exe {
		display: block;
	}

	.Member-exe h2 {
		font-size: 24px;
	}

	.Member-exe h2 i {
		font-size: 14px;
		color: #666;
		margin-left: 30px;
		font-weight: normal;
	}

	.Member-exe h3 {
		font-size: 16px;
		color: #333;
		margin-top: 25px;
		font-weight: bold;
	}

	.Member-exe a {
		display: block;
		/* padding: 10px 0; */
		font-size: 14px;
		color: #666;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Environ-item {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background-color: #f7f7f7;
		border-radius: 10px;
		padding: 20px;
		margin: 30px 40px 0;
		/* line-height: 152px; */
		font-size: 14px;
		color: #333;
	}

	.Environ-item img {
		flex-shrink: 0;
		max-width: 12%;
	}

	.Environ-item.clearfix:after {
		display: none;
	}

	.Analyst-item {
		background-color: #f7f7f7;
		padding: 18px 0;
		margin: 0 40px;
		font-size: 14px;
		color: #333;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
	}

	.Analyst-item:first-of-type {
		margin-top: 30px;
	}

	.Analyst-item span {
		width: 27.3%;
		padding: 0px 3%;
		font-weight: bold;
	}

	.Analyst-item:nth-of-type(2n) {
		background-color: #fff;
	}

	.Broadcast-tab {
		float: left;
		width: 6%;
		margin-left: 30px;
		margin-top: 20px;
	}

	.Broadcast-tab a {
		font-size: 14px;
		margin: 20px 0;
		color: #666666;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Broadcast-tab a.active {
		color: #d80618;
		font-weight: bold;
		font-size: 30px;
	}

	.Broadcast-swiper {
		border-radius: 16px 16px 0px 0px;
		float: left;
		width: 82%;
		margin-left: 3%;
		margin-top: 20px;
	}

	.Broadcast-swiper .swiper-slide {
		display: block;
		margin-bottom: 30px;
	}

	.Broadcast-swiper h2 {
		width: 100%;
		height: 61px;
		color: #eeeeee;
		font-size: 18px;
		line-height: 61px;
		text-indent: 2em;
		background-color: #d80618;
		border-radius: 16px 16px 0px 0px;
		position: absolute;
		top: 0;
		left: 0;

	}

	.Broadcast-swiper span {
		display: block;
		text-align: right;
		font-size: 18px;
		color: #333;
		margin: 20px 0;
	}

	.search .none {
		text-align: center;
		padding: 100px 0 150px;
		font-size: 32px;
		color: #333;
	}

	.Develop .search {
		padding: 100px 0 150px;
	}

	.About-contect {
		position: absolute;
		font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #666666;
		background-color: #ffffff;
		box-shadow: -1px 0px 14px 4px rgb(37 35 35 / 6%);
		border-radius: 15px;
		width: 210%;
		padding: 20px;
		z-index: 50;
		left: -90%;
		visibility: hidden;
		bottom: 120%;
		transform: scale(0.8);
		transition: all .2s ease-out;
	}

	/* .base-icon.active .About-contect {
		visibility: visible;
		transform: scale(1);
	} */

	.About-contect::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: -72px;
		background-image: url(../images/jt2.png);
		width: 46px;
		height: 52px;
		z-index: -1;
		transform: rotate(90deg) translateX(-50%);
	}

	.Advertising-image {
		margin-bottom: 60px;
		display: none;
	}

	.Eightcenters {
		padding-bottom: 80px;
	}

	.crc-lb-video-def {
		width: 800px;
		height: 450px;
		position: fixed;
		left: 50%;
		top: 50%;
		margin-top: -250px;
		margin-left: -400px;
		z-index: 999;
		display: none;
	}

	#crc-lb-video {
		width: 800px;
		height: 450px;
	}

	.crc-lb-video-close {
		position: absolute;
		width: 50px;
		height: 50px;
		top: -30px;
		right: -30px;
		background: url('../images/close1.png');
		background-size: 20px;
		background-color: #d80618;
		border-radius: 50%;
		background-repeat: no-repeat;
		background-position: center;
		cursor: pointer;
	}

	.Eight-item {
		float: left;
		width: 18%;
		margin-top: 80px;
		position: relative;
		font-size: 14px;
		color: #999999;
		line-height: 24px;
		text-align: center;
		padding: 0 3.5%;
		cursor: pointer;
	}

	.Eight-intro {
		text-align: left;
	}

	.Eight-item:after {
		content: '';
		position: absolute;
		width: 1px;
		height: 50%;
		background: #eee;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.Eight-item:nth-of-type(4n):after {
		width: 0;
	}

	.Eight-item h2 {
		font-size: 16px;
		color: #333;
		margin: 25px 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Eight-images {
		position: relative;
		width: 78px;
		height: 78px;
		background-color: #f5f5f5;
		border-radius: 50%;
		overflow: hidden;
		margin: 0px auto;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
	}

	.Eight-images img {
		width: 100%;
		height: 100%;
		object-fit: none;
	}

	.Eight-images img:last-child,
	.Eight-item:hover .Eight-images img:first-of-type {
		display: none;
	}

	.Eight-item:hover .Eight-images img:last-child {
		display: block;
	}

	.Eight-item:hover h2 {
		color: #d90e20;
	}

	.Eight-item:hover .Eight-images {
		background-color: #d80618;
		transform: translateY(-5px);
	}

	.he_down {
		position: absolute;
		top: 2.7vw;
		left: 50%;
		background: rgba(255, 255, 255, 0.8);
		border-radius: 10px;
		box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.06);
		text-align: center;
		display: none;
		box-shadow: 0 0 6px 1px #ddd;
		transform: translateX(-50%);
	}

	.he_dowbx {
		display: flex;
		flex-direction: column;
		padding: 10px 20px;
	}

	.he_dowbx a {
		position: relative;
		z-index: 1;
		line-height: 24px !important;
		padding: 5px !important;
		font-size: 13px;
		color: #666666;
		white-space: normal;
		display: block;
		transition: all 0.36s;
		white-space: nowrap;
	}

	.subnav_ul li .he_down a:hover,
	.Scientific .swiper-container .swiper-slide:hover h2, .featured-act .swiper-wrapper .swiper-slide:hover h2 {
		color: #d80618;
	}

	/* 龙印中国 */
	.sinotcm-layout .Culture-item {
		width: 93%;
		margin: 0;
		padding: 3% 3% 7%;
		cursor: pointer;
	}

	.sinotcm-layout .Culture-item .video-item {
		height: auto;
	}

	.sinotcm-layout .swiper-container {
		margin: 0px 5% 90px;
	}

	.flex-layout {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.Precipitation-Box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.Precipitation-item {
		/* width: 28%; */
		font-size: 14px;
		line-height: 24px;
		text-align: left;
		color: #666;
		margin-top: 45px;
		padding: 35px 5.5% 50px;
		background-color: #fafafa;
		border-radius: 10px;
	}

	.Precipitation-item h2 {
		font-size: 36px;
		line-height: 42px;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.Precipitation-item h2 i {
		font-size: 24px;
		padding-left: 10px;
	}

	.Precipitation-item img {
		width: 100%;
		margin: 20px 0;
	}

	.Brand-position {
		flex-wrap: nowrap;
		margin: 45px 0;
		background-color: #fafafa;
		border-radius: 10px;
		box-sizing: border-box;
		align-items: center;
	}

	.Brand-layout {
		flex: auto;
		/* width: 34%; */
		padding: 2.0833vw 2.6042vw;
		font-size: 14px;
		line-height: 24px;
		color: #666666;
		text-align: left;
	}

	.Brand-layout h2 {
		font-size: calc(30px + .3125vw);
		line-height: 1.33;
		margin-bottom: 1.3021vw;
		color: #333333;
	}

	.Brand-layout h3 {
		font-size: calc(18px + .3125vw);
		line-height: 1.7;
		margin-bottom: 2.0833vw;
		padding-top: 1.3021vw;
		color: #333333;
		border-top: solid 1px #e5e5e5;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.Brand-layout span {
		font-size: calc(24px + .3125vw);
		line-height: 1.6;
		margin-top: 2.0833vw;
		display: block;
		color: #333333;
	}

	.Brand-layout h2,
	.Brand-layout span {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.Brand-img {
		flex-shrink: 0;
		width: 56%;
		position: relative;
		border-radius: 10px;
	}

	.Brand-img p {
		font-size: 14px;
		line-height: 24px;
		position: absolute;
		bottom: 15px;
		width: 100%;
		text-align: center;
		color: #ffffff;
	}

	.Interpretaion-tab {
		justify-content: center;
		margin: 45px 0;
		height: 59px;
	}

	.Interpretaion-tab a {
		font-size: 18px;
		color: #333;
		width: 190px;
		line-height: 59px;
		text-align: center;
		border: solid 1px #b5b5b5;
	}

	.Interpretaion-tab a:nth-of-type(2n) {
		border-left: 0;
		border-right: 0;
	}

	.Interpretaion-tab a:first-of-type {
		border-top-left-radius: 10px;
		border-bottom-left-radius: 10px;
	}

	.Interpretaion-tab a:last-child {
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	.Interpretaion-tab a.active {
		color: #fff;
		background-color: #d80618;
		border: solid 1px #d80618;
	}

	.Internal-item {
		width: 30.8%;
		position: relative;
		border-radius: 10px;
		overflow: hidden;
		height: calc(300px + 10.4167vw);
	}

	.Internal-item img {
		width: 100%;
		height: 100%;
	}

	.Internal-mask {
		background-color: rgba(2, 2, 2, 0.5);
		border-radius: 0px 0px 10px 10px;
		position: absolute;
		text-align: center;
		bottom: 0;
		padding: 25px 4%;
		color: #ffffff;
		width: 92%;
		font-size: 14px;
		line-height: 24px;
		color: #ffffff;
	}

	.Internal-mask h2 {
		font-size: 24px;
		line-height: 36px;
	}

	.Internal-mask p {
		margin-top: 10px;
	}

	.Internal-divBOX {
		margin-bottom: 45px;
	}

	.Internal-div {
		display: none !important;
	}

	.Internal-div.active {
		display: flex !important;
	}

	.Internal-div:nth-of-type(2) .Internal-item {
		width: 23%;
	}

	.Internal-div:nth-of-type(3) .Internal-item {
		width: 49%;
	}

	.Umbrella-item h2 {
		font-size: 24px;
		margin-top: 45px;
		color: #262626;
		text-align: left;
	}

	.Umbrella-img {
		width: 17%;
		margin-top: 40px;
		height: 146px;
		background-color: #ffffff;
		border-radius: 10px;
		border: solid 1px #dcdcdc;
		margin-right: 1%;
		position: relative;
	}

	.Umbrella-img img {
		max-width: 90%;
		max-height: 90%;
		left: 50%;
		top: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
	}

	.Feiwuzhi .li {
		width: 17%;
		margin-top: 40px;
		margin-right: 1%;
	}

	.Feiwuzhi .li .Umbrella-img {
		width: 100%;
		margin: 0;
	}

	.Feiwuzhi .li .dd {
		padding-top: 10px;
		font-size: calc(12px + .2083vw);
		line-height: 1.5;
		color: #333;
	}

	.Traditional-bigshow {
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		top: 50%;
		position: absolute;
		transform: translate(-50%, -50%);
	}

	.close-img {
		background-image: url(../images/close1.png);
		background-size: 15px;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 35px;
		height: 35px;
		right: 0;
		top: -20%;
		background-color: #d80618;
		border-radius: 50%;
	}

	/* 新加样式 */
	.public--Business--Flex {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.public--Business--Flex.clearfix::after {
		display: none;
	}

	.public--Business--Flex .Business-nav {
		float: none;
		align-self: start;
	}

	.public--Business--Flex .Business-layout {
		display: flex;
		flex-direction: column;
		float: none;
	}

	.public--Business--Flex .Business-layout.clearfix::after {
		display: none;
	}

	.public--Business--Flex .Business-layout .clearfix:nth-child(2) {
		order: 2;
	}

	.public--Business--Flex .Business-layout .clearfix:nth-child(4) {
		order: 3;
	}

	/* 品牌文化新增样式 */
	.Brandshow-wrap {
		display: block !important;
		margin-top: 100px;
	}

	.Brandshow-tab {
		position: absolute;
		right: 0;
		top: -0.2vw;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}

	.Brandshow-wrap .Brandshow-tab .li {
		width: auto;
		font-size: 14px;
		color: #333333;
		padding: 5px 25px;
		margin-left: 12px;
		border-radius: 999999px;
		border: solid 1px #dcdcdc;
		cursor: pointer;
	}

	.Brandshow-wrap .Brandshow-tab .li.active {
		background-color: #d80618;
		color: #fff;
		border: solid 1px #d80618;
	}

	.card-content {
		overflow: hidden;
	}

	.Brandshow-wrap .card-box {
		margin-top: 30px;
		overflow: hidden;
		display: none;
	}

	.Brandshow-wrap .card-box.active {
		display: block;
	}

	.Brandshow-wrap .card-box .dt-img {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		height: 150px;
		border: solid 1px #dcdcdc;
		background-color: #ffffff;
		overflow: hidden;
		box-sizing: border-box;
	}

	.Brandshow-wrap .card-box .dt-img img {
		display: block;
		max-width: 90%;
		max-height: 90%;
		object-fit: contain;
	}

	.navcolumn-none .Business-nav, .menu-item.active {
		display: none !important;
	}

	.navcolumn-none .Business-layout {
		width: 100%;
		float: none;
	}

	/* 新加董事会样式 */
	.add-executive .Directors-item {
		padding: 30px 0;
	}

	.add-executive .Directors-item h2, .add-executive .Directors-item h3 {
		margin: 0;
	}

	/* 新加雇主品牌建设-特色活动 */
	.featured-act .swiper-slide img {
		width: 100%;
		transition: all .3s ease-out;
	}

	.featured-act .swiper-slide h2 {
		font-size: 14px;
		text-align: center;
		line-height: 36px;
		color: #333333;
		margin-top: 20px;
	}

	@media screen and (min-width: 1441px) and (max-width: 1680px) {}

	@media screen and (min-width: 1367px) and (max-width: 1441px) {

		.container {
			width: 1100px;
		}

		.am_logo {
			width: 200px;
			height: 34px;
			margin-top: 47px;
		}

		.subnav_ul .tag {
			padding: 0px 6px;
		}

		.Bidding-images {
			height: 160px;
		}

		.KnowLifeCont,
		.KnowLifeImg {
			height: 355px;
		}

		.Announcement .KnowLifeImg {
			height: 169px;
		}

		.Financial h2 {
			font-size: 40px;
			margin-bottom: 10px;
		}

		.Broadcast-swiper {
			width: 78%;
			margin-left: 6%;
		}

		.People-item {
			height: 330px;
		}

		.Business-images {
			width: 90px;
			height: 90px;
		}

		/* .About-More {
			line-height: 32px;
			font-size: 14px;
			width: 95px;
			height: 32px;
		} */

		.Internal-layout {
			width: 37%;
		}

		.Information-intro .Bidding-images {
			height: 210px;
		}

		.About-images {
			height: 150px;
		}

		.History-swiper {
			height: 320px;
		}

		.Traditional-images {
			height: 182px;
		}

		.base-icon {
			top: -6%;
			left: 30%;
		}

		.About-icon1 {
			top: -1%;
			left: 53%;
		}

		.About-icon2 {
			top: 12%;
			left: 72%;
		}

		.About-icon3 {
			top: 29%;
			left: 82%;
		}

		.About-icon4 {
			top: 48%;
			left: 84%;
		}


		.About-icon5 {
			top: 66%;
			left: 80%;
		}


		.About-icon6 {
			top: 82%;
			left: 65%;
		}


		.About-icon7 {
			top: 89%;
			left: 42%;
		}

	}

	@media screen and (min-width: 1024px) and (max-width: 1366px) {

		.container {
			width: 1000px;
		}

		.am_logo {
			width: 180px;
			height: 31px;
			margin-top: 48.5px;
		}

		.subnav_ul .tag {
			padding: 0px 5px;
			font-size: 13px;
		}

		.About-images {
			height: 150px;
		}

		.Bidding-images {
			height: 145px;
		}

		.KnowLifeCont,
		.KnowLifeImg {
			height: 355px;
		}

		.Announcement .KnowLifeImg {
			height: 169px;
		}

		.Financial h2 {
			font-size: 40px;
			margin-bottom: 10px;
		}

		.Broadcast-swiper {
			width: 78%;
			margin-left: 6%;
		}

		.People-item {
			height: 300px;
		}

		.Business-images {
			width: 90px;
			height: 90px;
		}

		.About-More {
			line-height: 32px;
			font-size: 14px;
			width: 95px;
			height: 32px;
		}

		.Internal-layout {
			width: 37%;
		}

		.Information-intro .Bidding-images {
			height: 210px;
		}

		.Business-item h2 {
			font-size: 15px;
		}

		.History-swiper {
			height: 300px;
		}

		.Traditional-images {
			height: 162px;
		}

		.base-icon {
			top: -6%;
			left: 30%;
		}

		.About-icon1 {
			top: -1%;
			left: 53%;
		}

		.About-icon2 {
			top: 12%;
			left: 72%;
		}

		.About-icon3 {
			top: 29%;
			left: 82%;
		}

		.About-icon4 {
			top: 48%;
			left: 84%;
		}


		.About-icon5 {
			top: 66%;
			left: 80%;
		}


		.About-icon6 {
			top: 82%;
			left: 65%;
		}


		.About-icon7 {
			top: 89%;
			left: 42%;
		}

	}

	/* -----////////发展历程新修改////////----- */

	.History-swiper {
		position: relative;
		margin: 50px 2.4%;
		height: 400px;
	}

	.History-swiper .swiper-slide,
	.History-swiper .swiper-container {
		height: 100% !important;
	}

	.History-swiper .swiper-slide img {
		max-width: 68%;
		left: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		border-radius: 17px;
		max-height: 100%;
	}

	.History-preview {
		margin: 0px 2.4% 30px;
	}

	.History-preview .swiper-slide {
		width: 20%;
		font-size: 14px;
		line-height: 26px;
		text-align: center;
		color: #000000;
		padding-top: 80px;
		transition: all ease-out 0.2s;
		cursor: pointer;
	}

	.History-preview .swiper-slide:after {
		content: '';
		background-color: #b5b5b5;
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		top: 79px;
		z-index: -1;
	}

	.History-preview .swiper-slide h2 {
		padding: 8px 20px;
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.History-preview .active-nav h2 {
		background-color: #d80618;
		border-radius: 10px;
		color: #fff;
	}

	.History-preview .swiper-slide h2::after {
		content: '';
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		border-radius: 50%;
		width: 13px;
		height: 13px;
		background-color: #b5b5b5;
		top: -37.5px;
	}

	.History-preview .active-nav h2::after {
		background-image: url(../images/yaun.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		background-color: transparent;
		width: 16px;
		height: 16px;
		top: -38px;
	}

	.History-preview .active-nav h2:before {
		content: '';
		width: 1px;
		height: 62px;
		background-color: #e5e5e5;
		position: absolute;
		top: -115px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}


	.History-preview .swiper-slide p {
		opacity: 0;
		position: relative;
	}

	.History-preview .active-nav p {
		opacity: 1;
	}

	/* 
	.History-preview .active-nav p:after {
		content: '';
		width: 1px;
		height: 62px;
		background-color: #e5e5e5;
		position: absolute;
		top: -75px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	} */

	.Chairman-layout {
		padding: 15px 20px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.Chairman-layout img {
		width: 44.5%;
		border-radius: 16px;
		object-fit: contain;
	}

	.Chairman-layout .clearfix {
		width: 50%;
		font-size: 14px;
		line-height: 32px;
		color: #333333;
	}

	.Chairman-layout .clearfix h2 {
		font-size: 30px;
		color: #333;
		font-weight: bold;
		margin-top: 10px;
	}

	.Chairman-layout .clearfix h2 i {
		font-size: 14px;
		font-weight: normal;
		margin-left: 20px;
	}

	.Company-scroll {
		padding-right: 30px;
		/* height: 1000px;
		overflow-y: scroll; */
	}

	.Company-scroll::-webkit-scrollbar {
		width: 12px;
		height: 12px;
	}

	.Company-scroll::-webkit-scrollbar-thumb {
		background-color: #b5b5b5;
		border-width: 12px;
		height: 12px;
	}

	.Company-scroll::-webkit-scrollbar-track {
		/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2); */
		background: #eeeeee;
	}

	.Company-item {
		float: left;
		width: 49%;
		font-size: 14px;
		color: #666;
		text-align: center;
		margin-bottom: 40px;
	}

	.Company-images {
		width: 100%;
		overflow: hidden;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		height: 360px;
		margin-bottom: 10px;
		border-radius: 10px;
	}

	/* 企业架构思维导图样式 */

	.EN--Mind {
		width: 100%;
		overflow-x: auto;
	}

	.EN--Mind .over-width {
		margin-top: 30px;
	}

	.Mind-h2 {
		display: flex;
		justify-content: center;
	}

	.Mind-dt {
		position: relative;
	}

	.Mind-dt p {
		position: relative;
		margin: 10px;
		padding: 10px 20px;
		min-width: 100px;
		font-size: 14px;
		line-height: 1.3;
		text-align: center;
		border-radius: 50px;
		color: #fff;
		background-color: #cf331d;
	}

	.Mind-dd p {
		position: relative;
		margin: 10px;
		padding: 10px;
		min-width: 100px;
		font-size: 14px;
		line-height: 1.3;
		text-align: center;
		border-radius: 50px;
		color: #333333;
		background-color: #eaeaea;
	}

	.grid-ul.A1 .li-1 .Mind-dd p {
		margin: 10px 20px 10px 10px;
	}

	.grid-ul.A1 .li-1 .Mind-dd p::after {
		position: absolute;
		content: "";
		width: 20px;
		height: 1px;
		top: 50%;
		right: 0;
		transform: translate(100%, -50%);
		background-color: #dcdcdc;
	}

	.Mind-section1 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.grid-ul {
		overflow: hidden;
	}

	.grid-ul li {
		position: relative;
		box-sizing: border-box;
	}

	.grid-ul.A1,
	.grid-ul.A2 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 30px;
	}

	.grid-ul.A1 li:nth-child(n + 2),
	.grid-ul.B1 li {
		padding-top: 40px;
	}

	.grid-ul.A1 li:nth-child(n + 2)::after,
	.grid-ul.B1 li:not(li:nth-child(n + 3))::before {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		background-color: #dcdcdc;
		top: 0;
	}

	.grid-ul.A1 li:nth-child(2)::after {
		width: 50%;
		left: 50%;
	}

	.grid-ul.B1 li:nth-child(2)::before {
		width: 50% !important;
		right: 50% !important;
	}

	.grid-ul.A1 .li-1 .Mind-dd {
		position: relative;
	}

	.grid-ul.A1 .li-1 .Mind-dd::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		top: 0;
		right: 0;
		background-color: #dcdcdc;
	}

	.grid-ul.A1 .li-1 .Mind-dd:last-child::after,
	.grid-ul.A1 .li-1 .Mind-dd:first-child::after {
		height: 50%;
	}

	.grid-ul.A1 .li-1 .Mind-dd:first-child::after {
		top: auto;
		bottom: 0;
	}

	.grid-ul.A1 .li-1 .Mind-dd:last-child::after {
		top: 0;
	}

	.grid-ul:nth-child(1) li {
		margin-top: 40px;
	}

	.grid-ul.A1 .li-1 {
		display: flex;
		flex-direction: column;
	}

	.grid-ul.A1 .li-2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 40px;
		z-index: 2;
	}

	.grid-ul.A1 .li-2 .Mind-dt {
		position: static;
	}

	.grid-ul.A1 .li-2 .Mind-dt:nth-child(1)::after {
		position: absolute;
		content: "";
		width: 50%;
		height: 1px;
		top: 50%;
		left: 0;
		background-color: #dcdcdc;
	}

	.grid-ul.A1 .li-2::before {
		position: absolute;
		content: "";
		width: 1px;
		height: calc(100% + 30px);
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
		z-index: -1;
	}

	.grid-ul.A1 .li-2 .Mind-dt:nth-child(1):before {
		position: absolute;
		content: "";
		width: 1px;
		height: 50%;
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
	}

	.grid-ul.A2 li {
		display: flex;
		flex-direction: column;
		padding-top: 10px;
	}

	.grid-ul.A2 li::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
		background-color: #dcdcdc;
	}

	.grid-ul.A2 li:first-child:before {
		left: 50%;
		width: 50%;
	}

	.grid-ul.A2 li:last-child:before {
		right: 50%;
		width: 50%;
	}

	.grid-ul.A2 li:first-child .Mind-dd::before,
	.grid-ul.A2 li:last-child .Mind-dd::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 20px;
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
	}

	.grid-ul.B1,
	.grid-ul.B2 {
		display: grid;
		grid-template-columns: repeat(3, minmax(160px, 1fr));
	}

	.grid-ul.B1 {
		padding-bottom: 20px;
	}

	.grid-ul.B1 li {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 2;
	}

	.grid-ul.B1 li:nth-child(2)::after {
		position: absolute;
		content: "";
		width: 1px;
		height: calc(100% + 20px);
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
		z-index: -1;
	}

	.grid-ul.B1 li:nth-child(3)::after {
		position: absolute;
		content: "";
		width: 1px;
		height: calc(50% + 20px);
		bottom: 0;
		top: 50%;
		left: 50%;
		background-color: #dcdcdc;
		z-index: -1;
	}

	.grid-ul.B1 li:nth-child(2)::before {
		position: absolute;
		content: "";
		width: 50%;
		height: 1px;
		top: 50%;
		right: 0;
		background-color: #dcdcdc;
	}

	.grid-ul.B1 li:nth-child(2) .Mind-dt::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 50%;
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
	}

	.grid-ul.B1 li:nth-child(2) .Mind-dt::after {
		position: absolute;
		content: "";
		width: 80%;
		height: 1px;
		top: 50%;
		right: -50%;
		background-color: #dcdcdc;
		z-index: -1;
	}

	.grid-ul.B1 li:nth-child(3) .Mind-dt::before {
		position: absolute;
		content: "";
		width: 50%;
		height: 1px;
		top: 50%;
		left: 0;
		background-color: #dcdcdc;
	}

	.grid-ul.B2 li {
		display: flex;
		flex-direction: column;
	}

	.grid-ul.B2 li:nth-child(n+2):before {
		position: absolute;
		content: "";
		width: 1px;
		height: 10px;
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
	}

	.CV-2 {
		margin-top: 30px;
	}


	.CV-2 .Mind-section1 {
		padding: 5px;
		display: grid;
		grid-template-columns: .1fr 2fr 2fr;
		box-sizing: border-box;
	}

	/* MMMMMMMMMMMMMMMMMMMMMM */

	.CV-2 .grid-ul.A1 .li-2::before {
		height: 50%;
	}

	.CV-2 .grid-ul.A2 li:last-child:before {
		width: 100%;
	}

	.CV-2 .grid-ul.A2 li:last-child .Mind-dd::before {
		display: none;
	}

	.CV-2 .grid-ul.B2 li::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
		background-color: #dcdcdc;
	}

	.CV-2 .grid-ul.B2 li:last-child:before {
		width: 50%;
	}

	.CV-2 .grid-ul.B2 li:last-child .Mind-dd::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 20px;
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
	}

	.CV-2 .grid-ul.B1 li:nth-child(2)::after {
		height: calc(100% + 30px);
	}

	.CV-2 ul.B1 .li-2::before {
		position: absolute;
		content: "";
		width: 1px;
		height: calc(100% + 30px px);
		top: 0;
		left: 50%;
		background-color: #dcdcdc;
		z-index: -1;
	}

	.CV-2 .grid-ul.B1 {
		padding-bottom: 30px;
	}

	.CV-2 .grid-ul.B2 {
		grid-template-columns: repeat(3, 1fr);
		padding-bottom: 30px;
	}

	.CV-2 .grid-ul.B2 li {
		padding-top: 10px;
	}

	.CV-2 .grid-ul.B1 li:nth-child(2)::before {
		left: auto;
		right: 50%;
	}

	.CV-2 .grid-ul.B1 li:nth-child(3)::after {
		display: none;
	}

	.CV-2 .grid-ul.B1 li:nth-child(2) .Mind-dt::after {
		display: none;
	}

	.CV-2 .grid-ul.A2,
	.CV-2 .grid-ul.B2 {
		white-space: nowrap;
	}

	.CV-2 .grid-ul.A3,
	.CV-2 .grid-ul.B3 {
		position: relative;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		padding-top: 30px;
	}

	.CV-2 .grid-ul.A3 li,
	.CV-2 .grid-ul.B3 li {
		display: flex;
		flex-direction: column;
		z-index: 3;
	}

	.CV-2 .grid-ul.A3 li::before,
	.CV-2 .grid-ul.B3 li::before {
		position: absolute;
		content: "";
		width: 1px;
		height: 60px;
		top: 0;
		left: 50%;
		transform: translateY(-80%);
		background-color: #dcdcdc;
	}

	.CV-2 .grid-ul.A2 li::after,
	.CV-2 .grid-ul.B2 li::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 60px;
		bottom: calc(-100% - 30px);
		left: 50%;
		transform: translateY(-80%);
		background-color: #dcdcdc;
	}

	.CV-2 .grid-ul.A3::before,
	.CV-2 .grid-ul.B3::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1px;
		top: 0;
		left: 0;
		background-color: #dcdcdc;
	}

	.CV-2 .grid-ul.B3::before {
		width: 83.5%;
	}

	.CV-2 .grid-ul.A1 .li-2 .Mind-dt:nth-child(1)::after {
		display: none;
	}

	.CV-2 .grid-ul.A1 .li-1 {
		position: relative;
	}

	.CV-2 .grid-ul.A1 .li-1::before {
		position: absolute;
		content: "";
		width: 120%;
		height: 1px;
		top: 70%;
		left: 0;
		background-color: #dcdcdc;
	}

	.CV-2 .Lin {
		position: relative;
	}

	.CV-2 .Lin::before {
		position: absolute;
		content: "";
		width: 1px;
		top: 109px;
		right: 0;
		bottom: 30px;
		background-color: #dcdcdc;
	}

	.CV-2 .Lin::after {
		position: absolute;
		content: "";
		width: 20px;
		height: 1px;
		right: -20px;
		bottom: 30px;
		background-color: #dcdcdc;
	}

	.CV-2 .grid-ul.A3 .Mind-dd {
		position: relative;
	}

	.CV-2 .grid-ul.A3 li:nth-child(1) .Mind-dd:nth-child(1)::before {
		position: absolute;
		content: '';
		width: 20px;
		height: 1px;
		left: 0;
		top: 50%;
		background-color: #dcdcdc;
	}

	/* -----//////企业架构思维导图样式//////----- */

	.Grid-PF {
		display: flex;
		box-sizing: border-box;
		gap: 50px;
	}

	.Grid-PF>div {
		width: 50%;
	}

	.Grid-PF .PF-img {
		display: flex;
		align-items: center;
	}

	.Grid-PF .PF-img img {
		width: 100%;
	}

	.Grid-PF .text.A {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 20px;
		font-size: 16px;
		text-align: left;
		line-height: 2.5;
		color: #666;
	}

	.Grid-PF .text.B {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		gap: 10px;
		font-size: 16px;
		text-align: left;
		line-height: 2;
		color: #666;
	}

	.Grid-PF .text p,
	.Grid-PF .text .p-li {
		position: relative;
		display: flex;
		align-items: baseline;
	}

	.Grid-PF .text.A p::before {
		position: relative;
		content: "";
		margin-right: 10px;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 7.5px 13px 7.5px;
		border-color: transparent transparent #d80617 transparent;
	}

	.Grid-PF .text.B p::before {
		flex-shrink: 0;
		position: relative;
		content: "";
		margin-right: 10px;
		width: 19px;
		height: 17px;
		background-image: url(/Content/web/images/icc-1.png);
		background-repeat: no-repeat;
		background-size: 100%;
	}

	.Grid-PF .text.B .iccon {
		flex-shrink: 0;
		display: flex;
		align-items: center;
		margin-right: 10px;
		width: 19px;
		height: 17px;
	}

	.Grid-PF .text.B .iccon img {
		width: 100%;
	}

	.Grid-PF .text .p-li span {
		font-weight: 600;
	}

	.RP-ul {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}

	.RP-li {
		position: relative;
		padding: 20px;
		text-align: center;
		background-color: #f8f8f8;
		cursor: pointer;
		box-sizing: border-box;
		overflow: hidden;
	}

	.RP-li .Hover-daity {
		position: absolute;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: calc(10px + .5208vw);
		text-align: left;
		line-height: 1.5;
		font-size: 14px;
		color: #fff;
		background: rgba(216, 6, 24, .96);
		opacity: 0;
		transform: translateY(100%);
		box-sizing: border-box;
		transition: all .8s;
	}

	.RP-li .Hover-daity .tit {
		font-size: 20px;
		font-weight: 600;
	}

	.RP-li .Hover-daity .text-p {
		position: relative;
		padding-left: 15px;
	}

	.RP-li .Hover-daity .text-p::before {
		border-left: 2px solid #fff;
		content: '';
		display: block;
		height: 1em;
		position: absolute;
		left: 0;
		top: 5px;
	}

	.RP-li .Hover-daity .text-p .dt {
		font-size: 16px;
		display: block;
		color: #fff;
		font-weight: 600;
	}

	.RP-li .Hover-daity .text-p .dd {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.RP-li .Hover-daity .look-more {
		display: inline-flex;
		padding: 5px 15px;
		border: 1px solid #fff;
		border-radius: 50px;
		line-height: 1;
		text-align: center;
	}

	.RP-li:hover .Hover-daity {
		opacity: 1;
		transform: translateY(0);
	}

	.Yao-img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 12.41vw;
		max-height: 180px;
		overflow: hidden;
	}

	.Yao-img img {
		max-width: 80%;
		max-height: 100%;
		object-fit: cover;
	}

	.RP-text {
		padding: 10px;
		font-size: 18px;
		line-height: 1.3;
		color: #000;
	}

	@media screen and (max-width: 1366px) {
		.RP-ul {
			grid-template-columns: repeat(3, 1fr);
		}

		.RP-li .Hover-daity .text-p .dd {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			/*! autoprefixer: off */
			-webkit-box-orient: vertical;
		}

		.RP-li .Hover-daity {
			padding: calc(5px + 0.5208vw);
			gap: 9px;
		}
	}

	/* 中药大健康产品 */
	.DA-Grid {
		display: flex;
		flex-direction: column;
		padding: 30px 40px;
		height: 100%;
		background-color: #fff;
		box-sizing: border-box;
	}

	.tabs--tit {
		margin-bottom: 47px;
	}

	.tabs--tit .tabs {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		border-radius: 10px;
		border: solid 1px #b5b5b5;
		overflow: hidden;
	}

	.tabs--tit .tabs .tab {
		padding: 20px;
		font-size: 18px;
		line-height: 1;
		color: #333;
		box-sizing: border-box;
		cursor: pointer;
	}

	.tabs--tit .tabs .tab:not(.tab:last-child) {
		border-right: 1px solid #b5b5b5;
	}

	.tabs--tit .tabs .tab.active {
		color: #fff;
		background-color: #d80618;
	}

	.tabs--dl {
		flex: auto;
	}

	.tabs--dl .tab-content {
		display: none;
		height: 100%;
		box-sizing: border-box;
	}

	.tabs--dl .tab-content.active {
		display: block;
	}

	.card-box {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}

	.card-box .card-li {
		padding: 10px;
		box-sizing: border-box;
		box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.07);
		transition: all .3s ease;
	}

	.card-box .card-li .card-img {
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		height: 13.125vw;
		max-height: 250px;
		background-color: #fff;
	}

	.card-box .card-li .card-img img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.card-box .card-li .card-dt {
		padding: 20px;
		font-size: 18px;
		line-height: 1.5;
	}

	.card-box .card-li:hover {
		color: #fff;
		background-color: #d80618;
		transition: all .3s ease;
	}

	/* /////中药大健康产品///// */

	/* 国医馆 */

	/* 修改input样式 */
	.Form-tbank {
		display: grid;
		grid-template-columns: 2fr 2fr 2fr 1fr;
		gap: 20px;
		font-size: 16px;
		line-height: 1.5;
		margin: 20px auto 50px;
		box-sizing: border-box;
	}

	.Form-tbank .DF-li {
		display: flex;
		align-items: center;
		padding: 15px 20px 15px 30px;
		border-radius: 10px;
		background-color: #fff;
	}

	.Form-tbank .DF-li .tit-dt {
		flex-shrink: 0;
		color: #333;
	}

	.Form-tbank .uk-input,
	.Form-tbank .uk-select {
		padding: 0 10px 0 5px;
		height: auto;
		color: #999;
		font-size: inherit;
		/* background-color: #fff; */
	}

	.uk-select,
	.uk-search {
		flex: auto;
	}

	.bot-chazhao {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 20px;
		color: #fff;
		background-color: #333333;
		border-radius: 10px;
		cursor: pointer;
	}

	.uk-select:not([multiple]):not([size]) {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		padding-right: 25px;
		background-image: url("/Content/web/images/icon-img/caret-bottom-svgrepo-com.svg");
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 20px;
	}

	.uk-input,
	.uk-select,
	.uk-textarea {
		max-width: 100%;
		width: 100%;
		border: 0 none;
		padding: 0 10px;
		background: #fff;
		color: #666;
		/* border: 1px solid #e5e5e5; */
		transition: .2s ease-in-out;
		transition-property: color, background-color, border
	}

	.uk-checkbox,
	.uk-input,
	.uk-radio,
	.uk-select,
	.uk-textarea {
		box-sizing: border-box;
		margin: 0;
		border-radius: 0;
		font: inherit
	}

	.uk-input,
	.uk-select:not([multiple]):not([size]) {
		height: auto;
		vertical-align: middle;
		display: inline-block;
	}

	.uk-input {
		overflow: visible
	}

	.uk-select {
		color: #ff3333 !important;
		text-transform: none
	}

	.uk-select optgroup {
		font: inherit;
		font-weight: 700
	}

	.uk-textarea {
		overflow: auto
	}

	.uk-input[type=search]::-webkit-search-cancel-button,
	.uk-input[type=search]::-webkit-search-decoration {
		-webkit-appearance: none
	}

	.uk-input[type=number]::-webkit-inner-spin-button,
	.uk-input[type=number]::-webkit-outer-spin-button {
		height: auto
	}

	.uk-input::-moz-placeholder,
	.uk-textarea::-moz-placeholder {
		opacity: 1
	}

	.uk-input:focus,
	.uk-select:focus,
	.uk-textarea:focus {
		outline: 0;
		/* background-color: #fff;
    color: #666;
    border-color: #0b2143 */
	}

	.uk-input:disabled,
	.uk-select:disabled,
	.uk-textarea:disabled {
		background-color: #f8f8f8;
		color: #999;
		border-color: #e5e5e5
	}

	.uk-input::placeholder {
		color: #999
	}

	.uk-textarea::placeholder {
		color: #999
	}

	/* ///////////////修改input样式/////////////// */

	.Map-Dot .Map-Card-box {
		display: flex;
		gap: 25px;
		padding: 25px;
		height: calc(300px + 13.5417vw);
		max-height: 560px;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 10px;
		border: solid 1px #e5e5e5;
		color: #666;
		font-size: 14px;
		line-height: 1.5;
		text-align: start;
	}

	.Map-Dot .Map-Card-box .div-01 {
		flex: 3 1;
		display: flex;
		flex-direction: column;
	}

	.Map-Dot .Map-Card-box .div-01 .tit-er {
		display: flex;
		align-items: center;
		margin-bottom: 30px;
	}

	.Map-Dot .Map-Card-box .div-01 .tit-er .icon-img {
		flex-shrink: 0;
		width: calc(20px + .9375vw);
		margin-right: 10px;
	}

	.Map-Dot .Map-Card-box .div-01 .tit-er .icon-img img {
		width: 100%;
		height: 100%;
	}

	.Map-Dot .Map-Card-box .div-01 .tit-er .dl .dt {
		font-size: 24px;
		font-weight: 600;
		color: #333;
	}

	.Map-Dot .Map-Card-box .div-01 .map-img {
		flex: auto;
		overflow: hidden;
	}

	.Map-Dot .Map-Card-box .div-01 .map-img img {
		width: 100%;
		height: 100%;
	}

	.Map-Dot .Map-Card-box .div-02 {
		flex: 2 1;
		padding: 15px 15px 0;
		box-sizing: border-box;
	}

	.Map-Dot .Map-Card-box .div-02 .ul {
		display: flex;
		flex-direction: column;
		gap: 40px;
		height: 100%;
		overflow-y: scroll;

		--sb-track-color: #fff;
		--sb-thumb-color: #c7c7c7;
		--sb-size: 6px;
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}

	.Map-Dot .Map-Card-box .div-02 .ul::-webkit-scrollbar {
		width: var(--sb-size);
	}

	.Map-Dot .Map-Card-box .div-02 .ul::-webkit-scrollbar-track {
		background: var(--sb-track-color);
		border-radius: 10px;
	}

	.Map-Dot .Map-Card-box .div-02 .ul::-webkit-scrollbar-thumb {
		background: var(--sb-thumb-color);
		border-radius: 10px;
	}

	.Map-Dot .Map-Card-box .div-02 .ul .li {
		position: relative;
		padding-left: 20px;
		cursor: pointer;
	}

	.Map-Dot .Map-Card-box .div-02 .ul .li .dt {
		font-size: 16px;
		color: #333;
		font-weight: 600;
	}

	.Map-Dot .Map-Card-box .div-02 .ul .li .dt::before {
		position: absolute;
		content: "";
		width: 11px;
		height: 1.5em;
		top: 0;
		left: 0;
		/* transform: translateX(-100%); */
		background-image: url(/Content/web/images/icon-img/ic-02.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
	}

	.Map-Dot .Map-Card-box .div-02 .ul .li.active * {
		color: #d80618;
	}

	.Map-Dot .Map-Card-box .div-02 .ul .li.active .dt::before {
		background-image: url(/Content/web/images/icon-img/ic-02-e.png);
	}

	/* ///////////国医馆/////////// */

	.foot-box {
		display: flex;
		gap: 30px;
	}

	.foot-box a {
		margin: 20px 0;
	}

	.footMa .icon-img {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		width: 85px;
		height: 85px;
	}

	.footMa .icon-img img {
		max-width: 95%;
		height: 100%;
		object-fit: contain;
	}

	.footMa .Ma-text {
		text-align: center;
		font-size: 12px;
		line-height: 1.3;
		color: #999999;
	}

	/* 产品详情 */
	.Main {
		float: right;
		width: 83%;
	}

	.Card--xiangqing {
		display: flex;
		gap: calc(20px + 1.0417vw);
		padding: 40px;
		font-size: 16px;
		line-height: 1.5;
		background-color: #fff;
	}

	.Card--xiangqing .Div-img {
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		width: calc(100px + 7.8125vw);
		height: calc(100px + 7.8125vw);
		border: 1px solid #f0f0f0;
		overflow: hidden;
	}

	.Card--xiangqing .Div-img img {
		max-width: 90%;
		max-height: 90%;
		object-fit: cover;
	}

	.Card--xiangqing .Div-textContent {
		flex: auto;
	}

	.Card--xiangqing .Div-textContent .tit-h3 {
		display: flex;
		align-items: center;
		gap: 20px;
	}

	.Card--xiangqing .Div-textContent .tit-h3 .t-1 {
		flex: auto;
	}

	.Card--xiangqing .Div-textContent .tit-h3 .tit-dt {
		margin-bottom: 5px;
		font-size: 32px;
		font-weight: 600;
	}

	.Card--xiangqing .Div-textContent .tit-h3 .t-2 {
		display: none;
		/* display: flex; */
		justify-content: center;
		align-items: center;
		width: calc(50px + 2.6042vw);
		height: calc(30px + 2.6042vw);
		/* background-color: #e4e4e4; */
	}

	.Card--xiangqing .Div-textContent .tit-h3 .t-2 img {
		max-width: 95%;
		max-height: 95%;
		object-fit: cover;
	}

	.Card--xiangqing .Div-textContent .text-p {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding-top: 40px;
		text-align: justify;
		line-height: 2;
	}

	.Detail-wrap {
		margin-top: 20px;
		padding: 40px;
		box-sizing: border-box;
		background-color: #fff;
	}

	.text-p.Detail {
		max-height: 1080px;
		overflow-y: auto;

		--sb-track-color: #f4f2f2;
		--sb-thumb-color: #dddddd;
		--sb-size: 20px;

		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}

	.text-p.Detail img {
		display: block;
		width: 97%;
	}

	.text-p.Detail::-webkit-scrollbar {
		width: var(--sb-size);
	}

	.text-p.Detail::-webkit-scrollbar-track {
		background: var(--sb-track-color);
		border-radius: 10px;
	}

	.text-p.Detail::-webkit-scrollbar-thumb {
		background: var(--sb-thumb-color);
		border-radius: 10px;
	}

	/* ////////////产品详情//////////// */






	.Card--intro {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.Card-text-p * {
		min-height: 0 !important;
	}

	.Card-text-p {
		/* margin-top: 30px; */
		height: 100%;
		overflow: hidden;
	}

	.Card--intro .About-More {
		flex-shrink: 0;
		position: relative !important;
		margin: 0;
		bottom: 0;
		overflow: hidden;
	}









	/* 主要子公司 */
	.EN-zi {
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: 40px 0 0;
	}

	.EN-zi .grid-tit {
		display: grid;
		grid-template-columns: 1fr 5fr;
		gap: 10px;
		text-align: center;
		font-size: 18px;
		line-height: 1.3;
	}

	.EN-zi .grid-tit .dt {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 15px;
		color: #fff;
		background-color: #d80618;
		border-radius: 10px 0px 10px 0px;
		box-sizing: border-box;
	}

	.EN-zi .grid-cont {
		display: grid;
		grid-template-columns: 1fr 5fr;
		gap: 10px;
		text-align: center;
		font-size: 14px;
		color: #333333;
	}

	.EN-zi .grid-cont .SD-bk {
		background-color: #f1f1f1;
		padding: 10px;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.EN-zi .grid-cont .SD-bk.A {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.EN-zi .grid-cont .SD-bk.B {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 10px;
	}

	.EN-zi .grid-cont .SD-bk.B .li {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 5px 10px;
		line-height: 1.5;
		border-radius: 5px;
		background-color: #fff;
	}

	/* ///////////主要子公司/////////// */

	.Jubao-box {
		padding: 25px 30px;
		background-color: #fbfbfb;
		box-sizing: border-box;
		line-height: 1.5;
	}

	.Jubao-box .title {
		margin-bottom: 20px;
		font-size: 24px;
		font-weight: 600;
	}

	.Jubao-box-text {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	/* 中药材生产与经营 */
	.Materials--grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: auto;
		gap: 15px;
		margin: 0 20px;
	}

	.Materials--grid .li {
		overflow: hidden;
	}

	.Materials--grid .product-img {
		height: calc(100px + 6.25vw);
		max-height: 220px;
		overflow: hidden;
	}

	.Materials--grid .product-img img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.Materials--grid .product-dd {
		padding-top: 10px;
		font-size: 14px;
		line-height: 1.5;
		color: #666666;
	}

	/* 品牌文化 */
	.Sinotcm-mainWrap {
		padding: 50px 40px;
		background-color: #fff;
	}

	.Sinotcm-mainWrap .section {
		margin-bottom: 80px;
		line-height: 1.5;
	}

	.Sinotcm-mainWrap .section .grid-title {
		margin-bottom: 40px;
		font-size: 24px;
		color: #262626;
	}

	.Sinotcm-mainWrap .section .grid-wrap {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		gap: 25px 15px;
	}

	.Sinotcm-mainWrap .section .grid-wrap .li {
		display: block;
	}

	.Sinotcm-mainWrap .section .grid-wrap .li .dt-img {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 20px;
		height: 150px;
		border-radius: 10px;
		border: solid 1px #dcdcdc;
		background-color: #ffffff;
		overflow: hidden;
		box-sizing: border-box;
	}

	.Sinotcm-mainWrap .section .grid-wrap .li .dt-img img {
		display: block;
		max-width: 90%;
		max-height: 90%;
		object-fit: contain;
		transition: all .4s ease-in-out;
	}

	.Sinotcm-mainWrap .section .grid-wrap .li .dd-p {
		padding-top: 10px;
		font-size: calc(12px + .2083vw);
		line-height: 1.5;
		color: #333;
		transition: all .4s ease-in-out;
	}

	.Sinotcm-mainWrap .section .grid-wrap .li:hover .dt-img {
		animation: identifier .4s linear;
	}

	@keyframes identifier {
		0% {
			transform: translateY(0);
		}

		30% {
			transform: translateY(-10%);
		}

		60% {
			transform: translateY(0);
		}

		80% {
			transform: translateY(-5%);
		}
	}

	.Sinotcm-mainWrap .section .grid-wrap .li:hover .dd-p {
		color: #d80618;
	}

	/* text-based popup styling */
	.white-popup {
		position: relative;
		background: #FFF;
		padding: 35px;
		margin: 0 auto;
		width: auto;
		max-width: 960px;
		color: #333333;
		border-radius: 10px;
		box-sizing: border-box;
	}

	.white-popup .text-p {
		font-size: 24px;
		line-height: 1.5;
	}

	.white-popup .img-pop {
		display: flex;
		justify-content: center;
		align-items: center;
		height: calc(100px + 15.625vw);
		max-height: 400px;
		overflow: hidden;
	}

	.white-popup .img-pop img {
		display: block;
		max-width: 70%;
		max-height: 70%;
		object-fit: contain;
	}

	.white-popup .text-dd {
		font-size: 18px;
		line-height: 1.8;
		text-align: justify;
	}

	.mfp-zoom-in .mfp-with-anim {
		opacity: 0;
		transition: all 0.2s ease-in-out;
		transform: scale(0.8);
	}

	.mfp-zoom-in.mfp-bg {
		opacity: 0;
		transition: all 0.3s ease-out;
	}

	.mfp-zoom-in.mfp-ready .mfp-with-anim {
		opacity: 1;
		transform: scale(1);
	}

	.mfp-zoom-in.mfp-ready.mfp-bg {
		opacity: 0.8;
	}

	.mfp-zoom-in.mfp-removing .mfp-with-anim {
		transform: scale(0.8);
		opacity: 0;
	}

	.mfp-zoom-in.mfp-removing.mfp-bg {
		opacity: 0;
	}

	/* ////////////////品牌文化//////////////// */

	/* 企业文化 */
	.Culture-section-top {
		padding: min(5.2083vw, 100px) 20px;
		background-repeat: no-repeat;
		background-size: cover, 100%;
		background-position: center;
		border-radius: 10px;
		overflow: hidden;
		box-sizing: border-box;
	}

	.Culture-section-top .grid-wrap {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}

	.Culture-section-top .grid-wrap .li {
		flex: 1;
		text-align: center;
		line-height: 1.5;
		color: #fff;
		overflow: hidden;
	}

	.Culture-section-top .grid-wrap .li .ecc-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		--aspect-ratio: 66px;
		width: var(--aspect-ratio);
		height: var(--aspect-ratio);
		border-radius: 50%;
		margin: 0 auto 30px;
		background-color: #fff;
		overflow: hidden;
	}

	.Culture-section-top .grid-wrap .li .ecc-icon img {
		width: 55%;
		object-fit: contain;
	}

	.Culture-section-top .grid-wrap .li .ecc-icon img:nth-child(2) {
		display: none;
	}

	.Culture-section-top .grid-wrap .li .dt {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: bold;
	}

	.Culture-section-top .grid-wrap .li .dd {
		font-size: 14px;
	}

	.Culture-section-top .grid-wrap .ecc-line {
		width: 1px;
		height: inherit;
		background-color: #eee;
	}

	/* mmmmmmmmmmmmmmmmmm */
	.Culture-section-2 {
		padding-top: 50px;
	}

	.Culture-section-2 .grid-ul {
		--gap: 20px;
		display: flex;
		flex-wrap: wrap;
		gap: var(--gap);
		padding-top: 20px;
		overflow: visible !important;
	}

	.Culture-section-2 .grid-ul .li {
		border-radius: 10px;
		background-color: #fafafa;
		overflow: hidden;
		transition: all .3s ease;
	}

	.Culture-section-2 .grid-ul .li:nth-child(1) {
		width: calc(60% - var(--gap));
	}

	.Culture-section-2 .grid-ul .li:nth-child(2) {
		width: 40%;
	}

	.Culture-section-2 .grid-ul .li:nth-child(n+3) {
		width: calc((100% - var(--gap) * 2) / 3);
	}

	.Culture-section-2 .grid-ul .li:nth-child(-n+2) .title-img {
		height: 18.75vw;
		max-height: 360px;
	}

	.Culture-section-2 .grid-ul .li:hover {
		box-shadow: 0px 0px 33px 2px rgba(51, 51, 51, 0.11);
	}

	.Culture-section-2 .grid-ul .li:hover .title-img img {
		transform: scale(1.1);
	}

	.Culture-section-2 .grid-ul .li .title-img {
		position: relative;
		height: 13.5417vw;
		max-height: 260px;
		border-radius: 10px;
		border-color: #999999;
		overflow: hidden;
	}

	.Culture-section-2 .grid-ul .li .title-img img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all .3s ease;
	}

	.Culture-section-2 .grid-ul .li .text-p {
		padding: 30px;
		line-height: 1.5;
		overflow: hidden;
	}

	.Culture-section-2 .grid-ul .li .text-p .dt {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.Culture-section-2 .grid-ul .li .text-p .dd {
		font-size: 14px;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	/* 多媒体中心more */
	.Multi-media-wrap * {
		box-sizing: border-box;
	}

	.Multi-media-wrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
		margin-bottom: 60px;
	}

	.Multi-media-wrap .li {
		display: flex;
		gap: calc(50px + 2.0833vw);
		padding: 20px;
		text-align: start;
		line-height: 1.5;
		background-color: #fafafa;
		border-radius: 10px;
		overflow: hidden;
		transition: all .3s ease;
	}

	.Multi-media-wrap .li:hover {
		box-shadow: 0px 0px 33px 2px rgba(51, 51, 51, 0.11);
	}

	.Multi-media-wrap .li:hover .dt {
		color: #d80618 !important;
	}

	.Multi-media-wrap .li:hover [class*="ecc--"] img {
		transform: scale(1.1);
	}

	.Multi-media-wrap .li .text--wrap {
		flex: auto;
		padding: 15px 10px;
	}

	.Multi-media-wrap .li .text--wrap .dt {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.Multi-media-wrap .li .text--wrap .dd {
		--heightdd: calc(14px * 1.5);
		margin-bottom: 20px;
		min-height: calc(var(--heightdd) * 2);
		font-size: 14px;
		color: #666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.Multi-media-wrap .li .text--wrap .card--tag {
		padding: 4px 20px;
		width: fit-content;
		font-size: 14px;
		color: #999999;
		border-radius: 999px;
		border: solid 1px #dcdcdc;
		white-space: nowrap;
	}

	.Multi-media-wrap .li .text--wrap .card--tag.color-red {
		color: #d80618;
		border: solid 1px #d80618 !important;
	}

	.Multi-media-wrap .li .text--wrap .card--tag.color-blue {
		color: #52b7f1;
		border: solid 1px #52b7f1 !important;
	}

	.Multi-media-wrap .li [class*="ecc--"] {
		flex-shrink: 0;
		position: relative;
		width: 28.6%;
		min-width: 240px;
		height: 196px;
		background-color: #999999;
		border-radius: 5px;
		overflow: hidden;
	}

	.Multi-media-wrap .li [class*="ecc--"] img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all .3s ease;
	}

	.Multi-media-wrap .li .ecc--img:has(.video-play):after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.24);
	}

	.Multi-media-wrap .li .ecc--img .video-play {
		width: 50px !important;
		height: 50px !important;
	}

	/* 多媒体中心more */
	.Multi-media-wrap {
		display: flex;
		flex-direction: column;
		gap: 20px;
		padding: 20px;
		margin-bottom: 60px;
	}

	.Multi-media-wrap * {
		box-sizing: border-box;
	}

	.Multi-media-wrap .li {
		display: flex;
		gap: calc(50px + 2.0833vw);
		padding: 20px;
		line-height: 1.5;
		background-color: #fafafa;
		border-radius: 10px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.Multi-media-wrap .li .text--wrap {
		flex: auto;
		padding: 15px 10px;
	}

	.Multi-media-wrap .li .text--wrap .dt {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		color: #333333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.Multi-media-wrap .li .text--wrap .dd {
		--heightdd: calc(14px * 1.5);
		margin-bottom: 20px;
		min-height: calc(var(--heightdd) * 2);
		font-size: 14px;
		color: #666;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		/*! autoprefixer: off */
		-webkit-box-orient: vertical;
	}

	.Multi-media-wrap .li .text--wrap .card--tag {
		padding: 4px 20px;
		width: fit-content;
		font-size: 14px;
		color: #999999;
		border-radius: 999px;
		border: solid 1px #dcdcdc;
		white-space: nowrap;
	}

	.Multi-media-wrap .li .text--wrap .card--tag.color-red {
		color: #d80618;
		border: solid 1px #d80618 !important;
	}

	.Multi-media-wrap .li .text--wrap .card--tag.color-blue {
		color: #52b7f1;
		border: solid 1px #52b7f1 !important;
	}

	.Multi-media-wrap .li [class*="ecc--"] {
		flex-shrink: 0;
		position: relative;
		width: 28.6%;
		min-width: 240px;
		height: 196px;
		background-color: #999999;
		border-radius: 5px;
		overflow: hidden;
	}

	.Multi-media-wrap .li [class*="ecc--"] img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease;
	}

	.Multi-media-wrap .li .ecc--video .video-play {
		width: 50px !important;
		height: 50px !important;
	}

	.Multi-media-wrap .li .ecc--video::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.24);
	}

	.Multi-media-wrap .li:hover {
		box-shadow: 0px 0px 33px 2px rgba(51, 51, 51, 0.11);
	}

	.Multi-media-wrap .li:hover .dt {
		color: #d80618 !important;
	}

	.Multi-media-wrap .li:hover [class*="ecc--"] img {
		transform: scale(1.1);
	}

	/* 人力资源 */
	.Resources--wrap {
		line-height: 1.5;
		/*去掉swiper默认样式*/
		/*swiper轮播左右按钮自定义样式*/
	}

	.Resources--wrap * {
		box-sizing: border-box;
	}

	.Resources--wrap *::after,
	.Resources--wrap *::before {
		box-sizing: border-box;
	}

	.Resources--wrap .swiper-button-prev:after {
		width: 100%;
		height: 100%;
		content: "";
		background-image: url(../images/svgicon-left.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	.Resources--wrap .swiper-button-next:after {
		width: 100%;
		height: 100%;
		content: "";
		background-image: url(../images/svgicon-right.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center;
	}

	.Resources--wrap .swiper-button-prev,
	.Resources--wrap .swiper-button-next {
		--swiper-navigation-sides-offset: min(1.5625vw, 30px);
		width: 48px !important;
		height: 48px !important;
		transition: all 0.3s ease;
	}

	.Resources--wrap .section-1 {
		padding: 30px 0 60px;
		font-size: 14px;
		line-height: 1.8;
		text-align: center;
		color: #333333;
	}

	.Resources--wrap .section-2 .tabs {
		display: flex;
		gap: 2px;
		margin-bottom: 60px;
	}

	.Resources--wrap .section-2 .tabs .tab {
		flex: 1;
		padding: 15px;
		font-size: 16px;
		text-align: center;
		color: #333333;
		background-color: #ededed;
		white-space: nowrap;
		cursor: pointer;
	}

	.Resources--wrap .section-2 .tabs .tab.active {
		color: #fff;
		background-color: #d80618;
	}

	.Resources--wrap .section-2 .tab-content {
		display: none;
	}

	.Resources--wrap .section-2 .tab-content.active {
		display: block;
		animation: anBox 0.6s ease;
	}

	.Resources--wrap .section-2 .bgc--color {
		padding: min(4.1667vw, 80px);
		background-color: #fff;
	}

	.Resources--wrap .section-2 .text-tag {
		margin: 40px auto 0;
		padding: 5px 30px;
		width: fit-content;
		font-size: 18px;
		color: #333;
		border-radius: 999px;
		background-color: #eaeaea;
	}

	.Resources--wrap .section-2 .ecc-content-1 {
		display: flex;
		flex-direction: column;
		gap: 80px;
	}

	.Resources--wrap .section-2 .ecc-content-1 .ecc-01 {
		font-size: 14px;
		line-height: 2;
		color: #333;
		text-align: center;
	}

	.Resources--wrap .section-2 .ecc-content-1 [class*="ecc-img"] {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.Resources--wrap .section-2 .ecc-content-1 [class*="ecc-img"] img {
		display: block;
		width: 100%;
		object-fit: contain;
	}

	.Resources--wrap .section-2 .ecc-content-1 .ecc-img-1 img {
		width: 41.6%;
	}

	.Resources--wrap .section-2 .ecc-content-1 .ecc-img-2 img {
		width: 39.02%;
	}

	.Resources--wrap .section-2 .ecc-content-1 .ecc-img-3 img {
		width: 47.36%;
	}

	.Resources--wrap .section-2 .ecc-content-2 .ecc-01 {
		margin-bottom: 60px;
		font-size: 14px;
		text-align: center;
		line-height: 2;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-2 .ecc-img-1 img {
		display: block;
		width: 100%;
	}

	.Resources--wrap .section-2 .ecc-content-2 .ecc-img-1 .text-p {
		padding-top: 30px;
		text-align: center;
		font-size: 14px;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul {
		display: flex;
		flex-direction: column;
		gap: 60px;
		margin-top: 60px;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li {
		display: flex;
		height: calc(200px + 16.5625vw);
		max-height: 518px;
		background-color: #fff;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li .R--img {
		flex-shrink: 0;
		width: 57.638%;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li .R--img * {
		height: 100%;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li .R--img img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li .R--content {
		flex: auto;
		padding: min(2.0833vw, 40px) 40px;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li .R--content .dt {
		padding: 40px 0 30px;
		margin-bottom: 25px;
		font-size: 36px;
		line-height: 1.1;
		font-weight: bold;
		color: #333;
		border-bottom: 1px solid #e5e5e5;
	}

	.Resources--wrap .section-2 .ecc-content-2 .card--ul .li .R--content .dd {
		font-size: 14px;
		line-height: 2;
		color: #666;
	}

	.Resources--wrap .section-2 .ecc-content-3 .ecc-video a {
		display: block;
	}

	.Resources--wrap .section-2 .ecc-content-3 .ecc-video img {
		display: block;
		width: 100%;
		height: calc(300px + 26.0417vw);
		max-height: 810px;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor {
		margin: 80px 0;
	}

	.Resources--wrap .section-2 .ecc-content-3 .top--title {
		text-align: center;
		line-height: 1.8;
	}

	.Resources--wrap .section-2 .ecc-content-3 .top--title .dt {
		font-size: 24px;
		font-weight: bold;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-3 .top--title .dd {
		font-size: 12px;
		color: #dbdbdb;
	}

	.Resources--wrap .section-2 .ecc-content-3 .top--title  .text-p {
		margin-top: 30px;
		font-size: 14px;
		line-height: 2;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid {
		display: flex;
		height: 620px;
		margin-top: 60px;
		background-color: #fff;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--img {
		flex-shrink: 0;
		width: 58.3%;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--img * {
		height: 100%;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--img img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--content {
		flex: auto;
		display: flex;
		flex-direction: column;
		gap: 10px;
		padding: min(3.125vw, 60px);
		text-align: center;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--content .text--01 {
		font-size: 16px;
		line-height: 2;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--content .text--02 {
		display: flex;
		gap: 10px;
		margin-top: auto;
		padding: 40px 0 0;
		border-top: 1px solid #d80618;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--content .text--02 .dl {
		flex: 1;
		line-height: 1.3;
		color: #d80618;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--content .text--02 .dl .dt {
		font-size: 36px;
		font-weight: bold;
	}

	.Resources--wrap .section-2 .ecc-content-3 .cee-honor .card--grid .R--content .text--02 .dl .dd {
		font-size: 16px;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-01 {
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 2;
		text-align: center;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card {
		display: flex;
		max-height: 550px;
		margin-top: 60px;
		background-color: #fafafa;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--img {
		flex-shrink: 0;
		width: 42.8%;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--img img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--content {
		flex: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 20px;
		padding: min(1.5625vw, 30px) min(1.5625vw, 30px) min(1.5625vw, 30px) min(4.4271vw, 85px);
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--content .li {
		display: flex;
		align-items: center;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--content .li .icon--img {
		flex-shrink: 0;
		margin-right: 20px;
		width: 48px;
		height: 48px;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--content .li .icon--img img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

	.Resources--wrap .section-2 .ecc-content-4 .ecc-card .R--content .li .dd {
		font-size: 18px;
		color: #333;
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid {
		display: flex;
		gap: 30px;
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid .li {
		flex: 1;
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid .li .img-ob {
		height: calc(200px + 8.3333vw);
		max-height: 360px;
		overflow: hidden;
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid .li .img-ob img {
		display: block;
		width: 100%;
		height: 100%;
		transition: all 0.3s ease;
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid .li .img-dd {
		padding: 20px;
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		color: #333;
		background-color: #fff;
		transition: all 0.3s ease;
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid .li:hover .img-ob img {
		transform: scale(1.1);
	}

	.Resources--wrap .section-2 .ecc-content-5 .ecc--grid .li:hover .img-dd {
		color: #fff;
		background-color: #d80618;
	}

	/* 添加切换动画 */
	@keyframes anBox {
		from {
			opacity: 0;
			top: 40px;
		}

		to {
			opacity: 1;
			top: 50px;
		}
	}
}