body {
	background: #fff;
}

.about_in p {
	text-align: justify;
	font-size: 18px;
	line-height: 2;
}

.service_conter_box {
	max-height: 200px;
}

.service_conter_content {
	min-height: 580px;
}

.slogan {
	font-size: 24px;
    padding: 20px 0 20px;
}

.about_banner {
	position: relative;
	width: 100%;
	height: 380px;
	background: url('../img/about/banner.png');
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.about_banner_text {
	width: 100%;
	height: 305px;
	color: #fff;
	position: relative;
	top: 50%;
}
.about_banner_text p:nth-child(1) {
	padding-top: 200px;
	position: relative;
	font-family: 'pingfang';
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px; /* 74.074% */
	text-transform: uppercase;
}
@keyframes feadInup {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.service_conter {
	display: none !important;
}
.quan {
	display: none;
}
.icon_cus_img.active .quan {
	display: block;
}
.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;
}

.service_conter.active {
	display: flex !important;
	height: 200px;
}
.feadInup {
	animation: 1s linear feadInup;
	opacity: 0;
	animation-fill-mode: forwards;
}
.competence_banner {
	position: relative;
	width: 100%;
	height: 380px;
	background: url('../img/competence/competence_bg.png');
	background-size: cover;
}
.competence_banner_text {
	width: 100%;
	height: 305px;
	color: #fff;
	position: relative;
	top: 50%;
}
.competence_banner_text p:nth-child(1) {
	padding-top: 200px;
	position: relative;
	font-family: 'pingfang';
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px; /* 74.074% */
	text-transform: uppercase;
}

.about_content {
	width: 100%;
	/* height: 557px; */
}
.process_content {
	width: 100%;
	min-height: 1140px;
	background: url(../img/process/process_item_bg.png) no-repeat 0 bottom / 100% auto;
}
.add_content {
	width: 100%;
	min-height: 835px;
	background-color: #f5f5f5;
}
.about_content_liability {
	width: 100%;
	height: 730px;

	background: url(../img/about/uprotect.png) no-repeat;
	background-size: 90%;
	background-position: 100% 20%;
	background-color: #f5f5f5;
}
.about_liability_box {
	width: 73%;
	height: calc(100% - 60px);
	padding-top: 60px;
	margin: 0 auto;
}
.about_content_box,
.about_content_box2 {
	width: 73%;
	height: calc(100% - 60px);
	padding-top: 60px;
	margin: 0 auto;
	display: flex;
    flex-direction: column;
}

/* .about_content_box {
	background: url(/img/mark.png) no-repeat left bottom / auto;
} */
.content {
	width: 100%;
	height: 700px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}
.content .text {
	width: 750px;
	height: 390px;
	background: url(/img/text_bg.png) no-repeat center / cover;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px;
	color: #fff;
}
.text .title {
	font-size: 30px;
	font-weight: bold;
	border-left: 4px solid #fff;
	padding-left: 20px;
	line-height: 1em;
	margin-bottom: 20px;
}
.text .detail {
	font-size: 22px;
	width: 528px;
	line-height: 2.2em;
	text-align: justify;
}
.content.bg_1 {
	background: url(/img/bg_1.png) no-repeat center / cover;
	margin-top: 0;
}
.content.bg_2 {
	background: url(/img/bg_2.png) no-repeat center / cover;
	margin-top: 0;
}
.about_liability_conter {
	width: 49%;
	height: 100%;
	position: relative;
}
.liability_bg {
	width: 531px;
	position: absolute;
	left: 51px;
	top: 0;
}
.liability_ufo {
	width: 71px;
	height: 71px;
	position: absolute;
	left: 430px;
	top: 50px;
}
.process_in_one,
.process_in_two {
	line-height: 1.8;
	padding-top: 20px;
	text-align: justify;
}
.process_in_title1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 6px;
}

.about_introduction {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: space-between;
	position: relative;
	background: url('/img/about/introduction_bg.png') no-repeat center bottom / 100% auto;
}
.process_introduction {
	width: 100%;
	height: 300px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.add_introduction {
	width: 100%;
	min-height: 400px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.add_search {
	margin-top: 50px;
	width: calc(100% - 80px);
	min-height: 170px;
	padding: 40px;
	background-color: #fff;
}
.add_search_box {
	width: 100%;
	height: 50px;
	padding: 4px 0 15px 0;
	display: flex;
}
.add_search_input {
	width: calc(100% - 130px);
	background: #f6f6f6;
	border: none;
	padding: 0 20px;
	font-size: 14px;
}
.add_search_btn3 {
	width: 130px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #FF390E, #EA002C);
	cursor: pointer;
}
.add_searchBtn {
	width: 30px;
	height: 50px;
	background: url('../img/common/search_icon.png') no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 15px;
}
.search_head {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.search_head ul {
	width: 80%;
	height: 100%;
	display: flex;
}
.hover {
	color: #D0121B !important;
	border-bottom: 2px solid #D0121B;
}
.search_head ul li a:hover {
	color: #D0121B;
	border-bottom: 2px solid #D0121B;
}
.search_item_box .search_item:hover {
	color: #D0121B;
}
.active3 {
	color: #D0121B;
}
.search_head ul li {
	min-width: 20px;
	padding: 0 20px;
	cursor: pointer;
}
.search_head ul li a {
	padding: 5px 0;
	cursor: pointer;
	color: #0c1432;
}
.add_search_conter {
	width: calc(100% - 60px);
	min-height: 20px;
	padding: 20px 30px;
	margin-top: 20px;

	background-color: #f6f6f6;
}
.search_item_box {
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.search_item {
	cursor: pointer;
	margin-right: 40px;
}
.search_data_Screening {
	min-width: 125px;
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #6e7281;
	cursor: pointer;
}
.liwu {
	width: 41px;
	height: 41px;
}
.search_Screening {
	width: 15px;
	height: 15px;
}
.search_Screening_title {
	margin-left: 5px;
}
.add_search_btn3 span {
	font-family: 'pingfang';
	font-size: 16px;
	color: #fff;
}
.competence_content {
	width: 100%;
	/* height: 575px; */
	background-color: #f5f5f5;
	background: url(/img/mark.png) no-repeat left bottom / auto;
}
.competence_content2 {
	width: 100%;
	height: 485px;
	background-color: #f5f5f5;
}
.competence_introduction {
	width: 100%;
	height: 770px;
}
.competence_introduction3 {
	width: 100%;
	height: 460px;
}
.competence_introduction2 {
	width: 100%;
	height: 370px;
}
.competence_capa {
	width: 100%;
	height: 200px;
	background-image: url(../img/competence/competence_bg2.png);
	background-size: cover;
	display: flex;
}
.competence_title {
	margin: 0 0 0 325px;
	color: #132874;
	font-size: 34px;
	font-weight: bold;
	display: flex;
	align-items: center;
	letter-spacing: 3px;
}
.competence_txt {
	color: #132874;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 0 10px;
	letter-spacing: normal;
}
.competence_box {
	width: 100%;
	height: 100%;
	background: url(../img/competence/competence_qiu.png) no-repeat;
	background-position: 110% -315%;
	display: flex;
	margin-top: 55px;
}
.competence_box2 {
	width: 100%;
	height: 370px;
	background: url(../img/competence/competence_qiu.png) no-repeat;
	background-position: 109% -39%;
	display: flex;
	margin-top: 55px;
}
.competence_box3 {
	width: 100%;
	height: 370px;
	background: url(../img/competence/competence_qiu.png) no-repeat;
	background-position: 109% 46%;
	display: flex;
	margin-top: 55px;
}
.competence_conter_one,
.competence_conter_two {
	width: 43%;
	height: 400px;
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}
.competence_conter_two {
	margin-left: 160px;
}
.conter_one_conter {
	margin-bottom: 30px;
	font-size: 14px;
	color: #0c1432;
}
.competence_conter_two .conter_one_conter {
	margin-top: 20px;
}

.Application_box {
	width: 100%;
	height: 770px;
	background: url(../img/competence/Application_bg.png) no-repeat;
	background-color: #f5f5f5;
	background-position-x: 101%;
	background-size: 95% 387px;
}
.Application_box2 {
	width: 100%;
	height: 770px;
	background: url(../img/competence/Application_bg.png) no-repeat;
	background-color: #f5f5f5;
	background-position-x: 101%;
	background-size: 95% 387px;
}
.Application_box3 {
	width: 100%;
	height: 770px;
	background: url(../img/competence/Application_bg.png) no-repeat;
	background-color: #f5f5f5;
	background-position-x: 101%;
	background-size: 95% 387px;
}
.Application_head {
	width: 90%;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	margin: 0 auto;
}
.Application_head3 {
	width: 100%;
	display: flex;
	justify-content: center;
	color: #fff;
	align-items: center;
	margin-bottom: 40px;
}
.one_head {
	font-size: 34px;
	font-weight: bold;
}
.two_head {
	font-size: 14px;
}
.Application_box_conter {
	padding-top: 40px;
	width: 100%;
	/* margin-left: 5%; */
	height: 387px;
	/* background-image: url(../img/competence/Application_bg.png);
	background-size: cover; */
}
.Application_box_conter3 {
	width: 100%;
	height: 447px;
	padding-top: 30px;
}
.Application_conter {
	width: 76%;
	height: 520px;
	display: flex;
	margin: 0 auto;
	margin-top: 50px;
}
.Application_conter > div:nth-child(1),
.Application_conter > div:nth-child(3) {
	color: #0c1432;
}
.Application_conter > div:nth-child(2),
.Application_conter > div:nth-child(4) {
	color: #fff;
}
.Business_conter > div:nth-child(1) {
	color: #0c1432;
}
.Business_conter > div:nth-child(2),
.Business_conter > div:nth-child(3) {
	color: #fff;
}
.Business_conter {
	width: 90%;
	height: 400px;
	display: flex;
	margin: 0 auto;
	margin-top: 50px;
	flex-wrap: wrap;
	justify-content: center;
}

.Application_conter2 {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
.Application_conter2 p img,
.Application_conter3 p img {
	width: 63% !important;
	height: 80% !important;
	object-fit: cover;
	margin: 0 auto;
}
.Application_conter3 {
	width: 90%;
	height: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

.application_title {
	margin-top: 30px;
	text-align: center;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.application_title a {
	text-decoration: underline;
	font-size: 16px;
	color: #838383;
}
.applocation_img {
	width: 100%;
	display: flex;
	justify-content: center;
}
.applocation_img img {
	width: 59%;
	object-fit: cover;
}
.applocation_img3 {
	width: 100%;
	display: flex;
	justify-content: center;
}
.applocation_img3 img {
	width: 76%;
	object-fit: cover;
}
.hover_conter {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.company_icon {
	width: 58px;
	height: 61px;
	position: absolute;
	bottom: -14.8%;
	left: 83%;
}

.Application_conter_box {
	width: 300px;
	height: calc(520px - 65px);
	display: flex;
	flex-direction: column;
	padding: 45px 20px 20px 30px;
	background-size: cover;
}
.Business_conter_box {
	width: 300px;
	height: calc(100% - 45px);
	display: flex;
	flex-direction: column;
	padding: 45px 20px 0 30px;
}
.Business_conter_A {
	background-image: url(../img/about/Business1.png);
	background-size: cover;
}
.Business_conter_B {
	background-image: url(../img/about/Business2.png);
	background-size: cover;
}
.Business_conter_C {
	background-image: url(../img/about/Business3.png);
	background-size: cover;
}
.Application_conter_A {
	background-image: url(../img/competence/Application_item1.png);
	background-size: cover;
	overflow: hidden;
}
.Application_conter_B {
	background-image: url(../img/competence/Application_item2.png);
	background-size: cover;
	overflow: hidden;
}
.Application_conter_C {
	background-image: url(../img/competence/Application_item3.png);
	background-size: cover;

	overflow: hidden;
}
.Application_conter_D {
	background-image: url(../img/competence/Application_item4.png);
	background-size: cover;
	overflow: hidden;
}
.A_img {
	width: 35px;
	height: 35px;
}
.A_img img {
	width: 100%;
	height: 100%;
}
.A_conter {
	width: 290px;
	margin-top: 35px;
	height: 100%;
	transform: translateY(67%);
	transition: all 0.5s ease-in-out;
}
.Business_conter_item {
	width: 290px;
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.Business_img img {
	width: 100%;
	height: 100%;
}
.A_title_01 {
	font-size: 14px;
	font-weight: bold;
}
.A_title {
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 20px 0;
}
.A_conter_txt {
	font-size: 16px;
	line-height: 1.6;
}
.conter_one_title {
	font-size: 24px;
	color: #0c1432;
	font-weight: bold;
}
.conter_one_title2 {
	font-size: 14px;
	color: #0c1432;
	margin: 20px 0 10px 0;
}
.Application_conter_box:hover .A_conter {
	max-height: 100%;
	transform: translateY(-0%);
	/* 向上移动 */
	/* 鼠标移入时显示全部文本 */
}
.competence_conter_one2 {
	width: 49%;
	height: 400px;
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}
.conter2_one_title2 {
	font-size: 22px;
	color: #0c1432;
	margin: 20px 0 10px 0;
}
.conter_one {
	font-size: 14px;
	color: #0c1432;
}
.title_one {
	font-size: 14px;
	color: #0c1432;
	font-weight: bold;
}
.about_introduction_conter {
	width: 49%;
	height: 100%;
}
.process_introduction_conter {
	width: 52%;
	height: 100%;
	padding-bottom: 40px;
}
.process_in {
	font-size: 16px;
}
.introduction_bg {
	position: absolute;
	max-width: 776px;
	bottom: 0;
	left: 35px;
}
.process_bg {
	position: absolute;
	max-width: 791px;
	bottom: 0;
	left: 0;
}
.about_introduction_title {
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
}
.process_introduction_title {
	width: 100%;
	height: 50px;
}
.about_title1,
.process_title1 {
	font-size: 34px;
	font-weight: bold;
	line-height: 33px;
}
.since {
	font-size: 24px;
	font-weight: bold;
}
.about_in {
	width: 100%;
	line-height: 1.8;
	margin-top: 10px;
	font-size: 16px;
}
.about_time {
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	margin-top: 32px;
}
.time_box {
	width: 110px;
	display: flex;
	flex-direction: column;
}
.recruitment_item:hover {
	transform: translate3d(0, -2px, 0);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.year_box {
	color: #D0121B;
	font-size: 14px;
	font-weight: bold;
}
.year_box .year {
	color: #D0121B;
	font-size: 34px;
}
.ge_box {
	margin-left: 165px;
}
.about_liability_img {
	max-width: calc(49%);
	height: 100%;
	margin-left: 100px;
}

.about_liability_title {
	width: 100%;
	display: flex;
	margin-top: 30px;
	align-items: end;
}
.liability_icon {
	width: 42px;
	height: 41px;
}
.liability_title1 {
	padding: 0 10px;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.liability_txt {
	font-size: 16px;
	color: #0e152f;
}
.liability_conter {
	font-size: 20px;
	color: #0e152f;
	line-height: 2;
	margin-top: 30px;
	/* max-width: 562px; */
}
.about_introduction_img {
	max-width: 45%;
	height: 100%;
	z-index: 2;
	/* border-radius: 0 30px 0 0; */
	overflow: hidden;
	flex: 1;
}
.about_introduction_img.sp {
	height: auto;
}
.introduction_item {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.introduction_item.spc {
	height: 72%;
	flex: 0;
}
.about_title_box {
	width: 100%;
	/* height: 487px;
	background: url(../img/about/item2.png) no-repeat;
	background-size: 100%;
	background-position: center; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about_title_box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company_title_box {
	width: 100%;
	height: 600px;
	background-image: url(../img/about/baozbg.png);
	background-size: cover;
	position: relative;
}

.company_img_box {
	width: 40%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0!important;
}
.company_img1,
.company_img2 {
	width: 100%;
	height: 50%;
}
.text_img {
	max-width: 250px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	margin-top: 255px;
}
.company_title_box_conter {
	width: 73%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.demand_icon {
	width: 19px;
}
.company_image1,
.company_image2 {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.company_conter {
	width: 43%;
	height: 310px;
	margin-top: 120px;
}
.company_title {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.title_company {
	width: 100%;
	display: flex;
}
.yun_title {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}
.company_title_txt {
	font-size: 16px;
	color: #fff;
	margin: 10px 0 25px 0;
}
.company_xian {
	width: 50px;
	height: 1px;
	background: linear-gradient(90deg, #fff, rgba(94, 94, 94, 0));
}
.company_conter_conter {
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 2;
	margin: 25px 0;
	text-align: justify;
}
.about_logo {
	width: 96px;
	height: 42px;
}
.logo_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_conter {
	max-width: 1230px;
	font-size: 30px;
	color: #fff;
	margin: 25px 0;
}
.about_en {
	font-size: 12px;
	color: #fff;
	max-width: 483px;
}
.about_Develop {
	width: 100%;
	/* min-height: 1000px; */
	background-image: url(../img/about/Develop_bg.png);
	background-size: cover;
}
.about_Develop_box {
	width: 73%;
	height: 100%;
	padding: 55px 0;
	margin: 0 auto;
}
.about_Develop_title {
	width: 100%;
	text-align: center;
	font-size: 34px;
	color: #000;
	font-weight: bold;
}
.about_Develop_title span {
	font-size: 34px;
	color: #D0121B;
}
.about_data {
	width: 100%;
	/* min-height: 755px; */
	margin-top: 100px;
	position: relative;
}
.vector {
	width: 31px;
	height: 546px;
	position: absolute;
	top: 0;
	left: 49%;
}
.develop_one {
	width: 259px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 55%;
}
.develop_two {
	width: 259px;
	height: 177px;
	position: absolute;
	top: 0;
	left: 26%;
}
.about_2023 .svg {
	top: -32px;
    right: -15px;
	position: absolute;
}
.about_2022 .svg {
    top: -31px;
    left: -16px;
	position: absolute;
}
.develop_three {
	width: 259px;
	height: 177px;
	position: absolute;
	top: 20%;
	left: 155%;
}
.about_2023 {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.about_2022 {
	width: 100%;
	height: auto;
	display: flex;
	position: relative;
	
}
.about_2023_box {
	width: calc(50% - 68px);
	border-right: 1px solid #CE9C9C;
	padding-right: 68px;
	padding-bottom: 30px;
	margin-top: 29px;
	position: relative;
}
.about_2022_box {
	width: 50%;
	border-left: 1px solid #CE9C9C;
	padding-bottom: 30px;
	margin-top: 29px;
	position: relative;
}
.about_2023_img {
	width: calc(50% - 68px);
	padding-left: 68px;
	padding-top: 63px;
    display: flex;
   
    /* justify-content: flex-start; */
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.about_2023_img img{
	max-height: 150px;
    width: auto;
}
.about_2022_img {
	width: calc(50% - 68px);;
	padding-right: 68px;
	padding-top: 69px;
    display: flex;
   
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    gap: 10px;
	flex-direction: row-reverse;
}

.about_2022_img img {
	max-height: 150px;
	width: auto;
	margin-left: 20px;
}
.about_2022_img .develop_one {
	float: right;
}
.about_2023_a_conter {
	width: 100%;
}
.about_2022_a_conter {
	width: calc(100% - 60px);
	padding-left: 60px;
}

.about_2021 {
	width: 39%;
	height: 225px;
	position: absolute;
	top: 510px;
	left: 0;
}
.about_2022_title {
	font-size: 40px;
	font-weight: 600;
	padding-left: 60px;
	color: #D0121B;
	padding-bottom: 30px;
}
.about_2023_title,
.about_2021_title {
	text-align: right;
	font-size: 40px;
	font-weight: 600;
	color: #D0121B;
	padding-bottom: 30px;
}
.about_2022_a {
	width: 100%;
	min-height: 60px;
	display: flex;
	cursor: pointer;
}
.about_2023_a,
.about_2021_a {
	width: 100%;
	min-height: 60px;
	display: flex;
	flex-direction: row-reverse;
	cursor: pointer;
}
.about_2023_a:hover .about_develop_time,
.about_2023_a:hover .about_data_conter {
	color: #D0121B;
}

.about_2022_a:hover .about_develop_time,
.about_2022_a:hover .about_data_conter {
	color: #D0121B;
}
.about_2021_a:hover .about_develop_time,
.about_2021_a:hover .about_data_conter {
	color: #D0121B;
}

.about_2023_a:hover .develop_one {
	display: block;
}
.about_2022_a:hover .develop_two {
	display: block;
}

.about_2023_a:hover .about_2022_a .about_develop_time {
	width: 60px;
	font-size: 16px;
	font-weight: 600;
	color: #D0121B;
}
.about_develop_time {
	width: 60px;
	font-size: 16px;
	font-weight: 600;
	color: #D0121B;
	/* margin-top: 2px; */
	padding-top: 3px;
}

.about_data_conter {
	text-align: right;
	margin-right: 10px;
	font-size: 16px;
	color: #69696b;
}
.about_2022_a .about_data_conter {
	text-align: left;
	margin-left: 10px;
	font-size: 16px;
	color: #69696b;
}
/* 联系我们 */
.contact_box {
	width: 100%;
	height: 230px;
	background-image: url(../img/home/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 {
	width: 195px;
	height: 50px;
	background-color: #D0121B;
	color: #fff;
	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_btn img {
	width: 32px;
}
.contact_tel {
	width: 290px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #CDCBCB;
	font-size: 30px;
	font-weight: bold;
}
.contact_tel img {
	margin-right: 10px;
	width: 27px;
}
/* 社会责任 */
.about_liability {
	width: 100%;
	height: 100%;
	margin-top: 30px;
	display: flex;
}
.about_value {
	width: 100%;
	height: calc(335px - 100px);
	padding-top: 100px;
	background-color: #fff;
}
.about_value div {
	width: 100%;
	/* height: 60px; */
	margin: 0 auto;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #000;
	line-height: 1.6;
}
.about_bottom {
	width: 100%;
	height: 210px;
	background-color: #E9E9E9;
	position: relative;
}
.conter_bottom span {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
}
.about_bottom_box {
	width: 75.5%;
	height: 275px;
	display: flex;
	justify-content: space-around;
	position: absolute;
	top: -50%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.conter_bottom {
	width: 24%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.recruitment {
	width: 100%;
	min-height: 505px;
	background-color: #f5f5f5;
	padding: 30px 0;
}
.recruitment_box {
	width: 73%;
	margin: 0 auto;
}
.recruitment_head {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.recruitment_head span {
	color: #D0121B;
}
.bottom_img1 {
	width: 55%;
}
.recruitment_list {
	width: 100%;
	min-height: 560px;
	margin-top: 40px;
}
.recruitment_item {
	min-height: 90px;
	width: 100%;
	margin-bottom: 20px;
	transition: all 0.2s linear;
}
.recruitment_conter {
	height: 40px;
	width: calc(100% - 70px);
	padding: 25px 35px;
	display: flex;
	align-items: center;
	background-color: #fff;
}
.recruitment_name {
	width: 273px;
	height: 45px;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #eceffa;
	justify-content: center;
}
.recruitment_demand {
	padding-left: 55px;
	font-size: 14px;
	color: #0c1432;
	font-weight: 700;
	flex: 2;
	display: flex;
	flex-direction: column;
}
.demand_B {
	/* margin-left: 5px; */
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.demand_B span {
	padding-right: 10px;
}
.name_A {
	font-size: 20px;
	color: #0c1432;
	font-weight: bold;
}
.name_B {
	font-size: 12px;
	color: #D0121B;
}
.recruitment_View {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.recruitment_View span {
	padding: 0 5px;
}
.recruitment_arr img {
	transform: rotate(180deg);
	transition: all 0.3s ease-in-out;
}
.recruitment_arr_active {
	transform: rotate(0) !important;
}
.recruitment_item_conter:not(.recruitment_active) {
	height: 0;
}
.recruitment_item_conter {
	/* height: 0; */
	width: calc(100% - 70px);
	display: flex;
	justify-content: space-between;
	padding: 0 35px;
	/* align-items: center; */
	background-color: #f9f9f9;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
.recruitment_active {
	/* height: 280px; */
	padding: 25px 35px;
}
.item_conter_contact,
.item_conter_post {
	height: 100%;
	display: flex;
	width: 273px;
	flex-direction: column;
	color: #555a6a;
	font-size: 14px;
}

.item_conter_post {
	flex: 1;
}

.item_conter_contact {
	width: 329px;
}

.item_conter_post {
	/* flex: 2; */
	width: 360px;
	padding-right: 20px;
}
.tel_txt {
	/* margin-left: 5px; */
	line-height: 1.8;
}
.tel_conter {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.tel_title1 {
	margin-top: 15px;
}
.tel_conter1 {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.item_conter_description {
	height: 100%;
	display: flex;
	width: 360px;
	flex-direction: column;
	color: #555a6a;
	font-size: 14px;
	flex: 1;
}
.description_conter {
	line-height: 1.8;
	margin-top: 15px;
}
/* .msgBox {
	width: 100%;
}
.msgTitleBox {
	width: 100%;
	display: flex;
	align-items: end;
	border-bottom: 1px solid #eaeaea;
}
.msgTitle {
	color: #000;
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	border-bottom: 1px solid #00492b;
}
.msgtitle1 {
	text-align: end;
	font-family: 'pingfang';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-left: 10px;
}
.msgconterBox {
	width: 100%;
}
.msgconterBox ul {
	display: flex;
	flex-wrap: wrap;
}
.msgconterBox ul li {
	display: flex;
	width: 330px;
	height: 60px;
	min-width: 230px;
	padding: 0 20px;
	margin: 30px 0 0 0;
} */
@media screen and (max-width: 1500px) {
	.tel_title1 {
	margin-top: 30px;
}
	.liability_bg {
		left: 0;
		width: 500px;
	}
	.liability_ufo {
		left: 365px;
	}
	.about_liability_img {
		margin-left: 200px;
	}
	.company_conter {
		margin-top: 100px;
	}

}
@media screen and (max-width: 1300px) {
	
	.about_conter,
	.about_title1 {
		font-size: 24px;
	}
	.company_conter {
		margin-top: 70px;
	}
	.since {
		font-size: 18px;
	}
	.about_introduction_title {
		height: 70px;
	}
	.liability_bg {
		width: 470px;
	}
	.liability_ufo {
		left: 342px;
	}
	.Application_box {
		height: 1285px;
	}
	.company_conter_conter {
		font-size: 18px;
	}
	.yun_title {
		font-size: 28px;
	}
	.Application_conter {
		min-height: 649px;
		justify-content: center;
		flex-wrap: wrap;
	}
	.conter2_one_title2 {
		font-size: 20px;
	}
}

@media screen and (max-width: 1200px) {
	.liability_ufo{
		left: 276px;
		top: 23px;
	}
	.liability_conter {
        font-size: 14px;
    }
	.about_2023_box {
		padding-right: 38px;
	}
	.about_2022_box {
		width: 50.6%;
	}
	.about_2022 .svg {
		left: 47.5%;
	}
	.conter2_one_title2 {
		font-size: 16px;
	}
	.recruitment_active {
		/* height: 260px; */
	}
	.about_title1,
	.process_title1 {
		font-size: 24px;
	}
	.liability_bg {
		position: static;
		width: 400px;
	}
	.about_liability_img {
		margin-left: 25px;
	}
	.liability_txt {
		font-size: 14px;
	}
	.liability_title1 {
		font-size: 26px;
	}
	.liability_conter {
		font-size: 14px;
	}
	.liability_icon {
		width: 30px;
		height: 31px;
	}
	.company_img_box {
		top: -4%;
	}
	.company_icon {
		bottom: -8.8%;
	}
}
@media screen and (max-width: 1153px) {
	.Application_box3 {
		height: 962px;
	}
}
@media screen and (max-width: 1000px) {
	.about_title_box {
		/* margin-top: 40px; */
	}
	.Application_box2,
	.Application_box3 {
		height: 680px;
	}
	.Application_conter2 p img,
	.Application_conter3 p img {
		width: 90% !important;
	}
	.one_head {
		font-size: 28px;
	}
	.about_2023_box {
		width: 100%;
		border: none;
		border-left: 1px solid #CE9C9C;
		padding-left: 30px;
		padding-right: 0;
	}
	.about_2022_box {
		width: 100%;
	}
	.about_2022_title {
		padding-left: 30px;
	}
	.about_2023_title {
		text-align: left;
	}
	.about_2023 .svg {
		right: 0;
		left: -6px;
	}
	.about_2022 .svg {
		right: 0;
		left: 0;
		left: -15px;
	}
	.about_2022_a_conter {
		width: calc(100% - 30px);
		padding-left: 30px;
	}
	.about_data_conter {
		text-align: left;
		margin-left: 10px;
	}
	.about_2023_a,
	.about_2021_a {
		flex-direction: row;
	}
	.about_2023_img,
	.about_2022_img {
		display: none;
	}
	.Application_conter_box {
		height: calc(450px - 65px);
	}
	.A_title {
		font-size: 22px;
	}
	.A_conter_txt {
		font-size: 14px;
	}
	.A_conter {
		transform: translateY(0%);
	}
	.about_introduction_img {
		max-width: 100%;
		height: 600px;
	}
	.recruitment_name {
		width: 200px;
	}
	.item_conter_contact {
		width: 255px;
	}
	.add_introduction {
		flex-direction: column;
	}
	.process_introduction_conter {
		width: 100%;
		height: auto;
	}
	.about_value div {
		font-size: 20px;
	}
	.about_liability_box,
	.company_title_box_conter,
	.about_bottom_box,
	.recruitment_box {
		width: 90%;
	}
	.liability_bg {
		width: 380px;
	}
	.liability_ufo {
		left: 260px;
	}
	.about_title1 {
		font-size: 24px;
	}
	.about_conter {
		font-size: 18px;
	}
	.about_introduction_title {
		height: 50px;
	}
	.about_in {
		margin-top: 20px;
		font-size: 15px;
	}
	.about_in p {
		font-size: 15px;
	}
	.ge_box {
		margin-left: 0;
	}
	.about_time {
		justify-content: space-between;
		margin-top: 20px;
	}
	.about_data {
		margin-top: 60px;
	}
	.about_content_box2 {
		width: 90%;
	}
	.about_content_box,
	.about_Develop_box {
		width: 90%;
	}
	.item_conter_post {
		min-width: 115px;
	}
	.Application_box {
		height: 1120px;
	}

	.about_introduction {
		height: 600px;
        flex-direction: column;
    }
	.about_introduction_conter {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
	.process_introduction {
		flex-direction: column;
		height: 500px;
	}

	.introduction_item {
		height: 100%;
	}

	.introduction_item.spc {
    height: 90%;
}

	.about_introduction_img {
		flex: 1;
		display: flex;
		flex-direction: column;
		/* justify-content: flex-end; */
	}
}
@media screen and (max-width: 866px) {
	.Application_box {
		height: 2020px;
	}
}
@media screen and (max-width: 866px) {
	.liability_ufo {
		left: 258px;
        top: 23px;
    }
	.liability_conter {
        font-size: 18px;
    }
}
@media screen and (max-width: 800px) {
	.liability_ufo {
		left: calc(50% + 70px);
    }
	.slogan {
		font-size: 24px;
	}
	.content.bg_1,
	.content.bg_2 {
		width: 100%;
		height: 360px;
		background-size: 100% auto;
		background-position: center top;
	}

	.content .text {
		width: 100%;
		height: 192px;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.text .title {
		font-size: 16px;
	}

	.text .detail {
		font-size: 12px;
		width: 100%;
	}

	.competence_box {
		flex-direction: column;
	}
	.about_2022_box,
	.about_2023_box {
		padding-bottom: 0;
	}
	.conter_one_title,
	.conter_one_titles {
		font-size: 22px;
	}
	.competence_conter_one,
	.competence_conter_two {
		width: 100%;
	}
	.competence_conter_two {
		margin: 0;
	}
	.item_conter_description {
		width: 100%;
	}
	.recruitment_active {
		/* height: 405px; */
	}
	.recruitment_item_conter {
		flex-direction: column;
		align-items: flex-start;
	}
	.item_conter_post {
		flex: auto;
		justify-content: center;
	}
	.search_data_Screening,
	.search_head ul {
		font-size: 14px;
	}
	.search_data_Screening {
        margin: 10px 0;
    }
	.add_search_conter {
		margin-top: 40px;
	}
	.item_conter_post {
		padding: 30px 0;
		width: 100%;
	}
	.name_A {
		font-size: 16px;
	}
	.recruitment_demand {
		font-size: 12px;
		padding-left: 20px;
	}
	.recruitment_View span {
		font-size: 12px;
	}
	.process_introduction {
		flex-direction: column;
	}
	.process_introduction_conter {
		width: 100%;

	}
	.about_introduction_img {
		max-width: 100%;
		height: 280px;
	}
	.process_introduction {
		height: 520px;
	}
	.about_value div {
		font-size: 18px;
	}
	.about_bottom_box {
		flex-wrap: wrap;
		top: -20%;
		height: 300px;
	}
	.about_bottom {
		height: 520px;
	}
	.conter_bottom {
		width: 297px;
	}
	.company_conter,
	.company_img_box {
		width: 100%;
	}
	.company_image1,
	.company_image2 {
		width: 100%;
	}
	.company_icon {
		display: none;
	}
	.company_img_box {
		position: relative;
		top: auto!important;
		width:100%;
	}
	.company_conter {
		margin-top: 62px;
	}
	.company_title_box {
		height: 980px;
		padding-bottom: 40px;
	}
	.company_title_box_conter {
		flex-direction: column;
	}
	.about_content_liability {
		/* height: 726px; */
		height: auto;
		padding-bottom: 40px;
		background-position: 100% 235%;
	}
	.about_liability {
		margin: 0;
	}
	.liability_conter {
		max-width: 100%;
	}
	.about_liability_box {
		padding-top: 25px;
	}
	.about_liability_img {
		max-width: 100%;
		margin: 0;
	}
	.about_liability_title {
		margin-top: 60px;
	}
	.about_liability {
		flex-direction: column;
	}
	.about_liability_conter {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.about_title_box {
		/* height: 200px; */
	}
	.Press_banner {
		height: 290px!important;
	}
	.about_banner_text p:nth-child(1) {
		padding-top: 170;
		font-size: 30px;
	}
	.about_conter {
		margin: 15px 0;
		font-size: 14px;
		width: 90%;
		text-align: center;
	}
	.about_value div {
		width: 90%;
	}

	.vector {
		left: 0;
	}
	.about_data {
		width: 100%;
		margin-top: 33px;
	}
	.about_Develop_box {
		padding: 35px 0;
	}
	.about_2023_title,
	.about_2021_title,
	.about_2022_title {
		text-align: left;
		font-size: 34px;
	}
	.about_2023_a,
	.about_2021_a {
		flex-direction: row;
	}
	.about_Develop_title,
	.about_Develop_title span {
		font-size: 30px;
	}
	.about_develop_time {
		margin-right: 5px;
	}
	.about_develop_time{
		padding-top: 1px;
	}
	.about_data_conter {
		text-align: left;
		margin: 0;
		margin-left: 10px;
	}
	.about_Develop {
		/* min-height: 1030px; */
	}
	.contact_btn {
		width: 150px;
		height: 40px;
		margin: 10px 0;
		font-size: 14px;
	}
	.contact_tel {
		font-size: 28px;
	}
	.contact_box {
		height: 200px;
	}
	.about_value {
		height: 180px;
		padding-top: 70px;
	}
	.competence_content2 {
		height: 340px;
	}
	.competence_conter_one2 {
		width: 100%;
	}
}
@media screen and (max-width: 777px) {
	.Application_box3 {
		height: 1355px;
	}
}
@media screen and (max-width: 700px) {
	.slogan {
		font-size: 18px;
	}
	.Application_box2 {
		height: 500px;
		background-size: 95% 269px;
	}
	.one_head {
		font-size: 26px;
	}
	.search_data_Screening {
		margin: 10px 0;
	}
	.add_search_conter {
		margin-top: 40px;
	}
	.recruitment_name {
		width: 175px;
	}
	.process_introduction {
		height: 554px;
		margin-bottom: 20px;
	}
	.conter_bottom {
		width: 221px;
	}
	.about_value {
		height: 145px;
		padding-top: 105px;
	}

	.year_box .year {
		font-size: 30px;
	}
	.company_img1, .company_img2 {
		height: 165px;
		margin-top: 20px;
	}
	.about_value div {
		font-size: 14px;
	}
	.company_title_txt,
	.company_conter_conter {
		font-size: 14px;
	}
	.company_title_box {
		height: 732px;
	}
	.yun_title {
		font-size: 24px;
	}
	.about_introduction {
		flex-direction: column;
	}
	.about_introduction_conter {
		width: 100%;
		height: auto;
	}
	.about_time {
		justify-content: flex-start;
	}
	.ge_box {
		margin-left: 120px;
	}
	.about_content {
		/* height: 620px; */
	}
	.about_in {
		margin: 0;
	}
	.about_introduction_img {
		margin-top: 20px;
		max-width: 100%;
		max-height: 265px;
	}
}
@media screen and (max-width: 500px) {
	.slogan {
		font-size: 14px;
	}
	 .applocation_img img {
    width:100%;
  }
	.service_conter_content {
		height: 580px !important;
	}
	.competence_box2 {
		margin-top: 30px;
	}
	.about_content_box,
	.about_Develop_box {
		padding-top: 20px;
		height: auto;
	}
	.Application_conter2 p img,
	.Application_conter3 p img {
		width: 100% !important;
	}
	.Application_box_conter,
	.Application_box_conter3 {
		margin: 0;
		padding-top: 15px;
	}
	.Application_box2 {
		background-size: 101% 185px;
		height: 400px;
	}
	.Application_box3 {
		background-size: 101% 185px;
		height: 1100px;
	}
	.Application_conter2 {
		margin-top: 30px;
	}
	.conter2_one_title2 {
		font-size: 14px;
	}
	.competence_content {
		height: auto;
	}
	.competence_box {
		height: 495px;
	}
	.recruitment_active {
		height: auto;
	}
	.add_search {
		padding: 20px;
		width: calc(100% - 40px);
	}
	.add_search_btn3 {
		width: 90px;
	}
	.add_search_input {
		width: calc(100% - 90px);
	}
	.add_search_box input {
		height: 50px;
	}
	.search_head ul li {
		padding: 0 8px;
	}
	.recruitment_demand {
		display: flex;
		padding-left: 13px;
	}
	.recruitment_list {
		min-height: 427px;
	}
	.demand_B {
		margin: 0;
	}
	.recruitment_name {
		width: 95px;
	}
	.name_B {
		display: none;
	}
	.process_introduction {
		height: 575px;
	}
	.about_banner_text p:nth-child(1),
	.competence_banner_text p:nth-child(1) {
		font-size: 24px;
		padding-top: 160px;
	}

	.Press_banner {
		height: 290px;
	}
	.about_banner_text p:nth-child(1) {
		padding-top: 170;
		font-size: 30px;
	}
	.about_banner,
	.competence_banner {
		height: 310px;
	}
	.conter_bottom {
		width: 160px;
	}
	.about_value {
		height: 130px;
		padding-top: 30px;
	}
	.about_bottom_box {
		height: 200px;
		top: -15%;
	}
	.about_bottom {
		height: 372px;
	}
	.contact_btn {
		width: 150px;
		height: 40px;
		margin: 10px 0;
		font-size: 14px;
	}
	.about_Develop_title,
	.about_Develop_title span,
	.about_2023_title,
	.about_2021_title,
	.about_2022_title {
		font-size: 26px;
	}
	.about_data_conter,
	.about_2022_a .about_data_conter {
		font-size: 14px;
	}
	.about_content {
		/* height: 580px; */
	}
	.liability_conter {
		font-size: 14px;
	}
	.competence_content2 {
		height: 410px;
	}
	.Business_conter_box {
		width: 285px;
		margin-top: 0;
		height: 0;
		min-height: 270px;
		padding: 20px;
		align-items: center;
		justify-content: center;
	}
	.demand_icon {
		display: none;
	}
	.recruitment_View span {
		display: none;
	}
	.search_item {
		line-height: 2;
		font-size: 14px;
	}
	.recruitment_conter {
		height: 60px;
		width: calc(100% - 30px);
		padding: 15px 15px;
	}
	.name_A {
		font-size: 14px;
	}
	.Application_box {
		height: 1600px;
		background-size: 100% 387px;
	}
	.about_Develop {
		/* min-height: 950px; */
	}
	.Application_conter_box {
		height: 0;
		min-height: 300px;
	}
	.A_conter {
		margin: 0;
	}
	.Business_conter_item {
		margin: 0;
	}
	.A_title {
		font-size: 20px;
	}
	.process_in_one {
		margin: -10px 0 30px 0;
	}
	.add_introduction .about_introduction_img {
		display: none;
	}
	.add_search {
		margin: 0;
	}
	.add_search_conter {
		padding: 15px;
		width: calc(100% - 30px);
	}
	.recruitment_list {
		margin-top: 20px;
	}
	.recruitment {
		padding: 0;
		padding-bottom: 30px;
	}
}
.hidden {
	display: none;
}
