@keyframes feadInup {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.about_in p {
	text-align: justify;
	font-size: 20px;
	line-height: 2;
}

.item_iocn1 {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}
.Highlight {
	color: #D0121B;
	font-size: 34px;
}

.round {
	min-width: 40px;
	height: 69%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item_conter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.item_conter .date {
	color: var(---, #2b2c75);
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 150% */
	display: flex;
	align-items: center;
}
.item_icon2 {
	margin-left: 10px;
}
.news_box {
	width: 73%;
	margin: 0 auto;
	max-width: 1500px;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.news_head {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
}
.quan {
	display: none;
}
.icon_cus_img.active .quan {
	display: block;
}
.service_conter {
	display: none !important;
}

.service_conter.active {
	display: flex !important;
}
.news_title {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.news_title_up {
	font-size: 34px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}

.news_title_up .en {
	font-size: 14px;
}
.news_title_down {
	font-size: 15px;
	font-weight: bold;
}
.news_view span {
	margin-top: 25px;
	margin-left: 15px;
	color: #000;
}
.core_img_title .news_view span {
	margin-top: 25px;
	margin-left: 15px;
	color: #fff;
}
.news_view {
	width: 100px;
	height: 100%;
	display: flex;
	position: relative;
}
.item_icon_Btn {
	width: 52px;
	position: absolute;
	top: 40px;
	right: 0;
}
.conetr_img {
	width: 456px;
	height: 300px;
	float: left;
	margin-right: 22px;
}
.news_conter {
	width: 49%;
	height: 555px;
}
.news_conter_conter {
	width: 100%;
	height: 455px;
	display: flex;
	justify-content: space-between;
}
.conetr_Box_one {
	width: 52%;
	height: 455px;
	display: flex;
	flex-direction: column;
	transition: all 0.2s linear;
	animation: 1s linear feadInup;
}

.conetr_Box_one:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.conetr_Box_one:hover .conter_icon,
.conetr_Box_one:hover .conter_icon_box {
	background-color: #D0121B !important;
	box-shadow: 0 3px 18px rgba(208, 18, 27, 0.4);
}
.conetr_Box_one svg {
	transition: fill 0.5s, transform 0.5s;
	/* transition: all 0.2s linear; */
}
.conetr_Box_one:hover svg path {
	fill: #fff;
	transform: rotate(-30deg); /* 旋转角度为-30度 */
	transform-origin: center center; /* 以中心为圆点 */
}
.conetr_Box_one:hover.news_img {
	filter: saturate(1.2);
}
.one_img {
	width: 100%;
	height: 300px;
}
.news_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.one_box {
	width: 100%;
	height: 155px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	position: relative;
}
.one_box .conetr_BoxConter {
	width: 85%;
	height: 100px;
	margin: 30px 0 0 30px;
}
.conter_time {
	color: #7e7e7e;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.conter_title {
	color: #0c1432;
	font-size: 16px;
	font-weight: bolder;
	line-height: 1.5;
}
.conetr_Box_two {
	width: 47%;
	height: 455px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.item1 {
	animation: 1s 0.25s linear feadInup;
	opacity: 0;
	animation-fill-mode: forwards;
	transition: all 0.2s linear;
}
.item2 {
	animation: 1s 0.5s linear feadInup;
	opacity: 0;
	animation-fill-mode: forwards;
	transition: all 0.2s linear;
}
.conetr_Box_two .conetr_Box {
	height: 217px;
	background: linear-gradient(215deg, transparent 17px, #fff 0) right;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.2s linear;
}
.conetr_Box_two .conetr_Box:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.conetr_Box_two .conetr_Box:hover .conter_icon,
.conetr_Box_two .conetr_Box:hover .conter_icon_box {
	background-color: #D0121B !important;
	box-shadow: 0 3px 18px rgba(208, 18, 27, 0.4);
}
.conetr_Box_two .conetr_Box svg {
	transition: fill 0.5s, transform 0.5s;
	/* transition: all 0.2s linear; */
}
.conetr_Box_two .conetr_Box:hover svg path {
	fill: #fff;
	transform: rotate(-30deg); /* 旋转角度为-30度 */
	transform-origin: center center; /* 以中心为圆点 */
}
.conetr_Box_two .conetr_Box .conetr_BoxConter {
	width: 85%;
	height: 125px;
	padding: 25px 0 0 30px;
}
.about_conter {
	width: 49%;
	height: 555px;
}
.about_head {
	width: 100%;
	height: 80px;
	border: 1px solid;
	display: flex;
	justify-content: space-between;
}
.about_in {
	width: 100%;
	line-height: 1.5;
	margin-top: 45px;
}
.about_time {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	margin-top: 45px;
}
.time_box {
	width: 110px;
	display: flex;
	flex-direction: column;
}
.year_box {
	color: #D0121B;
	font-size: 14px;
	font-weight: bold;
}
.year_box .year {
	color: #D0121B;
	font-size: 34px;
}
.about_dowm {
	width: calc(100% - 20px);
	height:115px;
	background-image: url(../img/home/Rectangle_85.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 0 20px;
	margin-top: 60px;
}
.ge_box {
	margin-left: 165px;
}
/* .conetr_Box {
	width: 390px;
	height: 143px;
	display: flex;
	border: 1px solid;
	align-items: center;
	justify-content: space-between;
	padding: 0 32px;
	margin-right: 22px;
	margin-top: 10px;
	float: left;
	position: relative;
	
} */
.conetr_Box_one .conter_icon {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 65%;
	right: 5%;
	border-radius: 50%;
	background-color: #e3e3e3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.conetr_Box_one .conter_icon .conter_icon_box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	min-height: 32px;
	border-radius: 50%;
	background-color: #fff;
}
.conetr_Box_two .conter_icon {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 65%;
	right: 5%;
	border-radius: 50%;
	background-color: #e3e3e3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.conetr_Box_two .conter_icon .conter_icon_box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32.5px;
	min-height: 32.5px;
	border-radius: 50%;
	background-color: #fff;
}
.conetr_Box_two .conter_icon {
	width: 36px;
	height: 36px;
	margin-left: 75%;
}
.conter_icon img {
	width: 100%;
	height: 100%;
}

/* 核心能力 */
.core_box {
	width: 100%;
	height: 840px;
	background-image: url(../img/capabilities.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.core_box_conter {
	width: 73%;
	margin: 0 auto;
	max-width: 1500px;
	padding-top: 50px;
}
.core_head {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
}

.core_head > h1 {
	flex: 1;
	display: flex;
	align-items: flex-end;
	font-size: 22px;
	padding-left: 25px;
    padding-bottom: 19px;

}

.core_conter {
	height: 650px;
	width: 100%;
}
.core_conter_content {
	min-height: 400px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.show-box {
	width: 48%;
	height: 630px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.show-img {
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.show-box .text {
	box-sizing: border-box;
	width: 100%;
	flex: 1;
	padding-top: 40px;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	color: #37342F;
}

.show-box .text .title {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 45px;
}

.show-box .text .detail {
	width: 80%;
	color: #4A4A4A;
	line-height: 2;
	text-align: justify;
	font-size: 18px;
}

.show-box:hover .text {
	color: #fff;
	background: url(/img/c_gb.png) no-repeat center / cover;
}

.show-box:hover .text .detail {
	color: #fff;
}

.core_img_box {
	height: 540px;
	width: calc(51.5% - 60px);
	background-image: url(../img/home/capa_item.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 0 30px;
	padding-bottom: 30px;
	overflow: hidden;
}
.feadInup {
	animation: 1s linear feadInup;
	opacity: 0;
	animation-fill-mode: forwards;
}

.core_img_title {
	color: #fff;
	display: flex;
	flex-direction: column;
	line-height: 1.8;
	width: 100%;
	display: none;
	padding-bottom: 30px;
	transition: opacity 0.3s ease-in-out;
}
.core_img_title .h1 {
	font-size: 28px;
	font-weight: bold;
	margin-top: 70px;
}
.core_tow {
	margin-top: 15px;
}
.core_conter_box {
	height: 570px;
	width: 48%;
	display: flex;
	flex-wrap: wrap;
}
.core_conter_ties {
	width: 45%;
	height: 270px;
	margin-bottom: 30px;
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	justify-content: center;
}
.core_img_box .active {
	display: flex;
}
.core_conter_ties a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #000;
}
.conter_box1 {
	animation-delay: 0.2s;
}
.conter_box2 {
	animation-delay: 0.4s;
}
.conter_box3 {
	animation-delay: 0.6s;
}
.conter_box4 {
	animation-delay: 0.8s;
}
.conter_box5 {
	animation-delay: 1s;
}
.hover_A {
	animation-delay: 0.5s;
}
.hover_B {
	animation-delay: 1s;
}
.hover_C {
	animation-delay: 1.5s;
}
.hover_D {
	animation-delay: 2s;
}

.core_conter_ties:hover {
	z-index: 2;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}
.core_icon {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.core_text {
	margin-top: 10px;
	line-height: 1.5;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	padding: 0 10px;
	text-align: center;
}
.core_one {
	margin: 15px 0;
}

/* 联系我们 */
.contact_box {
	width: 100%;
	height: 230px;
	background-image: url(../img/tel.png);
	background-size: cover;
}
.contact_conter {
	width: 365px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact_title {
	color: #fff;
	font-size: 14px;
}
.contact_btn img {
	margin-right: 13px;
	width: 21px;
}
.contact_btn1 {
	width: 195px;
	height: 50px;
	background-color: #D0121B;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(96% 0, 125% 100%, 0 100%, 0 0%);
	margin: 20px 0;
}

.contact_btn1 img {
	width: 32px;
}

.contact_btn {
	width: 195px;
	height: 50px;
	background-color: #fff;
	color: #B31830;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(96% 0, 125% 100%, 0 100%, 0 0%);
	margin: 20px 0;
}
.contact_tel {
	width: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #cbcbcb;
	font-size: 30px;
	font-weight: bold;
}
.contact_tel img {
	margin-right: 10px;
	width: 27px;
}
/* 服务中心 */
.service_box {
	width: 100%;
	height: 740px;
	/* padding-bottom: 30px; */
	background-image: url(../img/service.png);
	background-size: cover;
}

.service_box_conter {
	padding-top: 20px;
	width: 73%;
	margin: 0 auto;
	max-width: 1500px;
}
.service_conter_content {
	margin-top: 30px;
	width: 100%;
	/* height: 950px; */
	display: flex;
	justify-content: space-between;
}
.catalogue {
	width: 255px;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}
.customer {
	width: 240px;
	height: 70px;
	display: flex;
	cursor: pointer;
}
.icon_cus_img {
	min-width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}
.icon_cus_img img {
	position: absolute;
}
.icon_cus_img:not(.active) .icon_cus,
.icon_cus_img.active .icon_cus_r {
	/* width: 30px; */
	height: 25px;
	width: auto;
	display: block;
}
.icon_cus_img.active .icon_cus,
.icon_cus_img:not(.active) .icon_cus_r {
	display: none;
}

.demand {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 15px;
}
.demand .name {
	font-size: 24px;
	font-weight: bold;
}

.icon_cus_img.active+.demand .name {
	background-image: linear-gradient(30deg, #FF390E, #EA002C);
	color: transparent;
	background-clip: text;
} 
.Etext {
	font-size: 14px;
	font-weight: bold;
}
.shu {
	width: 1px;
	height: 37px;
	margin-left: 32px;
	background-color: #dee3f6;
}

.service_conter {
	width: 70%;
	/* height: 741px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service_conter_box {
	width: 46%;
	/* height: 247px; */
	padding-bottom: 20px;
	max-height: 200px;
}
.service_conter_box:hover {
	background-image: url(../img/home/Mask_group.png);
	background-size: cover;
}
.service_conter_box:hover .service_title,
.service_conter_box:hover .service_item {
	color: #fff;
}
.service_conter_box:hover .icon5 {
	display: none;
}
.service_conter_box:hover .icon5_2 {
	display: block;
}

.service_icon {
	margin: 20px 0 0 30px;
}

.service_icon img {
	/* max-width: 40px; */
	height: 40px;
}

.service_title {
	line-height: 1.8;
	font-size: 20px;
	font-weight: bold;
	margin: 13px 0 0 30px;
}
.service_item {
	line-height: 1.5;
	color: #5e5e5e;
	margin: 0 30px;
	font-size: 18px;
	text-align: justify;
}

/* 加入我们 */
.join_box {
	width: 100%;
	height: 500px;
	background-image: url(../img/join.png);
	background-size: cover;
	position: relative;
}
.pop {
	width: 63%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.join_conter {
	width: 73%;
	height: 100%;
	margin: 0 auto;
	max-width: 1500px;
	position: relative;
}

.join_head {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: space-between;
}
.join_conter_box {
	width: 400px;
	height: 435px;
	position: absolute;
	top: 15%;
	left: 68%;
}
.join_title {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.join_title_up {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
}
.join_title_up .en {
	font-size: 14px;
}
.join_title_down {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.heng {
	width: 70px;
	height: 2px;
	background-color: #fff;
	margin: 5px 0 25px;
}
.join_txt {
	line-height: 1.8;
	font-size: 14px;
	color: #fff;
	/* text-align-last: justify; */
}
.bTxxt {
	color: #2b2c75;
	text-align: center;
	font-family: Inder;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 150% */
	margin-top: 10px;
}

@media screen and (max-width: 1300px) {
	.about_dowm {
		height: 160px;
		font-size: 18px;
	}
	.one_box .conetr_BoxConter {
		margin: -21px 0 0 20px;
	}
	.conter_title,
	.core_img_title {
		font-size: 14px;
	}
	.core_conter_box {
		width: 50%;
	}
	.core_img_box {
		width: calc(50% - 60px);
	}
	.core_conter_ties {
		height: 243px;
	}
	.join_conter_box {
		left: 60%;
	}
}
@media screen and (max-width: 1720px) {
	.core_conter_ties {
		margin-bottom: 20px;
		margin-left: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.news_box {
		display: block;
	}
	.about_conter {
		width: 100%;
		padding-bottom: 20px;
		height: auto;
	}
	.news_conter {
		width: 100%;
		margin-top: 10px;
	}
	.news_box {
		margin-top: 30px;
	}
	.about_in {
		margin-top: 0;
	}
	.core_img_title {
		font-size: 13px;
	}
	.core_conter_box {
		width: 56%;
		height: 500px;
	}
	.core_img_box {
		height: 475px;
	}
	.core_img_title .h1 {
		margin-top: 40px;
	}
	.core_conter_ties {
		height: 222px;
		margin-left: 17px;
	}
	.service_box_conter {
		width: 90%;
		padding-top: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.join_conter_box {
		left: 25%;
	}
	.core_conter_ties {
		margin-left: 17px;
	}
	.core_one {
		margin: 6px 0;
	}
	.core_img_title {
		font-size: 13px;
	}
	.core_img_title .h1 {
		margin-top: 30px;
	}
	.news_box {
		width: 90%;
		margin-top: 40px;
	}
	.about_in,
	.about_time,
	.about_dowm {
		margin-top: 20px;
	}

	.about_in {
		margin-top: 0;
	}

	.about_in p {
		font-size: 15px;
	}

	.about_conter {
		padding-bottom: 35px;
		height: auto;
	}
	.one_box {
		height: 155px;
	}
	.one_box .conetr_BoxConter {
		margin: 21px 0 0 30px;
	}
	/* .news_conter_conter {
		display: block;
	} */
	/* .one_img {
		height: 235px;
	} */
	/* .conetr_Box_one,
	.conetr_Box_two {
		width: 50%;
	} */

	/* .conetr_Box_one {
		width: 100%;
	}
	.conetr_Box_two {
		width: 100%;
		display: flex;
		flex-direction: column;
		height: 330px;
	}
	.conetr_Box_two .conetr_Box {
		height: 155px;
	} */
	/* .news_conter {
		margin-top: 25px;
		height: 910px;
	}
	.conetr_Box_two .conetr_Box {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.conetr_Box_two .conter_icon {
		margin: 0;
		position: absolute;
		top: 65%;
		right: 5%;
	} */
	.core_box_conter {
		width: 90%;
		padding-top: 75px;
	}
	.core_box {
		height: 845px;
	}

	.core_box .core_head {
		flex-direction: column;
		height: 98px;
	}

.core_box .core_head h1 {
	font-size: 14px;
	padding-left: 0;
	padding-bottom: 20px;
}

}
@media screen and (max-width: 800px) {
	.join_conter_box {
		width: 100%;
		left: 0%;
	}
	.core_conter_content {
		/* display: block; */
		flex-wrap: wrap;
	}

	.show-box {
		width: 100%;
        height: 320px;
        margin-bottom: 40px;
	}

	.show-img {
		width: 100%;
        height: 50%;
	}

	.show-box .text {
		padding: 10px 20px;
		justify-content: center;
	}

	.show-box .text .title {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.show-box .text .detail {
		font-size: 12px;
		width: 100%;
	}

	.core_img_title {
		font-size: 16px;
	}
	.core_img_box {
		width: calc(100% - 60px);
	}
	.core_img_title .h1 {
		margin-top: 45px;
	}
	.core_one {
		margin: 15px 0;
	}
	.core_conter_box {
		margin-top: 30px;
		width: 100%;
		justify-content: space-between;
	}
	.core_conter_ties {
		width: 48%;
		margin: 0;
		margin-bottom: 10px;
	}
	.join_conter {
		width: 90%;
	}
	.core_box_conter {
		padding-top: 25px;
	}
	.core_box {
		height: 850px;
	}
	.service_conter {
		width: 100%;
		margin-top: 30px;
		min-height: 200px;
		/* align-items: center; */
	}
	.service_conter_content {
		display: block;
		margin-top: 30px;
	}
	.service_box {
		height: 760px;
	}
	.catalogue {
		width: 100%;
		height: auto;
		flex-direction: row;
	}
	.demand .name {
		font-size: 20px;
	}
	.Etext {
		font-size: 12px;
	}
	.shu {
		display: none;
	}
	.customer {
		justify-content: center;
	}
}
@media screen and (max-width: 700px) {
	.about_in {
		margin-top: 0;
	}
	.about_dowm {
		margin-top: 30px;
	}
	/* .one_img {
		height: 245px;
	} */
	.about_time {
		margin-top: 20px;
		justify-content: space-between;
	}
	.service_icon {
		margin: 20px 0 0 20px;
	}
	.service_title {
		font-size: 18px;
		margin: 10px 0 0 20px;
	}
	.service_item {
		font-size: 12px;
		margin: 10px 20px;
	}
	.ge_box {
		margin-left: 39%;
	}
	.gongsi {
		min-width: 113px;
	}
	.news_conter {
		margin-top: -20px;
	}
	.news_conter_conter {
		/* display: block; */
	}
	.conetr_Box_one {
		width: 50%;
	}
}
@media screen and (max-width: 600px) {
	.join_conter_box {
		width: 305px;
		left: 10%;
	}
}
@media screen and (max-width: 500px) {
	.one_img {
		height: 245px;
	}
	.conetr_Box_two .conetr_Box .conetr_BoxConter {
		/* width: 100%; */
	}

	.item2 .conetr_BoxConter {
		width: 85%;
		flex: 1;
	}
	.news_conter_conter {
		display: block;
	}
	.conetr_Box_one {
		width: 100%;
	}
	.conetr_Box_two {
		width: 100%;
		display: flex;
		flex-direction: column;
		height: 330px;
	}
	.conetr_Box_two .conetr_Box {
		height: 155px;
	}
	.news_conter {
		margin-top: 25px;
		height: 910px;
	}
	.conetr_Box_two .conetr_Box {
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.conetr_Box_two .conetr_Box a {
		width: 100%;
	}

	.conetr_Box_two .conter_icon {
		margin: 0;
		position: absolute;
		top: 65%;
		right: 5%;
	}
	.join_box {
		height: 455px;
	}
	.join_conter_box {
		top: 10%;
	}
	.service_item {
		/* overflow: hidden;
		-webkit-line-clamp: 3;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical; */
	}
	.service_conter_box {
		width: 44%;
		padding: 10px;
		height: 200px;
	}
	.service_conter {
		height: 428px;
	}
	.service_box {
		height: 690px;
	}
	.service_icon {
		margin-top: 10px;
	}
	.core_conter_ties {
		width: 48%;
		height: 195px;
	}
	.news_box {
		margin-top: 75px;
	}
	.core_box_conter {
		padding-top: 15px;
	}
	.news_conter {
		margin-top: 0px;
	}
	.conetr_Box_one {
		height: 400px;
		margin-bottom: 20px;
	}
	.join_title_up,
	.news_title_up,
	.Highlight,
	.year_box .year {
		font-size: 24px;
	}
	.core_one {
		margin: 6px 0;
	}
	.core_img_title {
		font-size: 14px;
	}
	.core_img_title .h1 {
		margin-top: 25px;
		font-size: 22px;
	}
	.join_txt {
		font-size: 14px;
	}
	.join_title_down,
	.news_title_down,
	.gongsi {
		font-size: 12px;
	}
	.about_in,
	.about_time {
		margin-top: 5px;
		font-size: 12px;
	}
	.about_conter {
		/* height: 268px; */
		padding-bottom: 40px;
	}
	.about_dowm {
		height: 120px;
		margin-top: 20px;
		font-size: 16px;
	}
	.news_view {
		font-size: 14px;
	}
	.item_icon_Btn {
		width: 40px;
	}
	.core_text {
		font-size: 13px;
	}
	.core_conter_box {
		height: 390px;
	}
	.core_box {
		height: 830px;
	}
	.quan {
		width: 45.5px;
		height: 45.5px;
	}
	.icon_cus_img {
		min-width: 45.5px;
		height: 45.5px;
	}
	.demand .name {
		font-size: 16px;
	}
	.Etext {
		font-size: 6px;
        white-space: nowrap;
	}
	.customer {
		height: 45.5px;
	}
	.icon_cus {
		width: 19.5px;
		height: 19.5px;
	}
	.contact_box {
		height: 180px;
	}
	.contact_btn1,
	.contact_btn {
		width: 150px;
		height: 40px;
		margin: 10px 0;
		font-size: 14px;
	}
	.contact_tel {
		font-size: 24px;
	}
	.heng {
		margin: 10px 0;
	}
}
