@font-face {
	font-family: myFirstFont1;
	src: url(./DINEngschrift-Alternate.otf);
}



/* banner */
.banner {
	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(134deg, #6743E9 0%, #3771D7 100%);
	/* background-image: url(../img/aboutUs/bannerAbout.svg); */
	background-repeat: repeat-x;
	position: relative;
}

.banner_box {
	color: #fff;
	width: 1200px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.banner_box a{
	color: #fff;
}

.banner_box p {
	text-align: left;
	text-indent: 40px;
	line-height: 32px;
	text-align: justify;
}

.banner_box h1 {
	font-size: 46px;
	margin-top: 30px;
}

.banner_box p {
	font-size: 20px;
	margin-top: 24px;
}

.endImg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	margin-top: 30px;
}




/* content */
.content {
	width: 100%;
}

.content_list {
	width: 100%;
	display: flex;
	justify-content: center;
	/* overflow: hidden; */
}

.content_list:nth-child(1) {
	/* background-image: url(../img/aboutUs/guanyuxunlianEnd.png); */
}

.content_list:nth-child(2) {
	/* background: #E2E7EEFF; */
}

.content_list_box {
	width: 1200px;
	padding: 60px 0px;

}

.listContent_box_tlt {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.listContent_box_tltH1 {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
}

.listContent_box_tltH1 img {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.listContent_box_tltH1 p {
	position: absolute;
	bottom: 10px;
	font-size: 42px;
	font-family: Arial-BoldMT, Arial;
	font-weight: normal;
	color: #333333;
	line-height: 30px;
	font-weight: bold;
	opacity: 0.05;
}

.listContent_box_tltData {
	margin-top: 10px;
	font-size: 18px;
	/* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
	font-weight: 500;
	color: #333333;
	line-height: 27px;
}


.content_about_data {
	margin-top: 40px;
	line-height: 30px;
	text-indent: 32px;
}

.content_about_num {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 60px;
	text-align: center;
}


.content_list_box_hexin {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	overflow: hidden;
}

.content_list_box_hexin_list {
	width: 285px;
	height: 254px;
	text-align: center;
	/* padding-top: 80px; */
	background-color: #EDF3FCFF;
	border-radius: 6px;
}

.content_list_box_hexin_list:nth-child(1){
	background-image: url(../img/aboutUs/end/fuwu.svg);
}
.content_list_box_hexin_list:nth-child(2){
	background-image: url(../img/aboutUs/end/shuju.svg);
}
.content_list_box_hexin_list:nth-child(3){
	background-image: url(../img/aboutUs/end/pingtai.svg);
}
.content_list_box_hexin_list:nth-child(4){
	background-image: url(../img/aboutUs/end/xitong.svg);
}






.content_list_box_hexin_list_img {
	margin-top: 40px;
	height: 80px;
}

.content_list_box_hexin_list_img .iconfont {
	font-size: 60px;
}

.content_list_box_hexin_list h3 {
	margin-top: 30px;
	font-size: 22px;
}


.content_about_numList_num {
	font-size: 50px;
	font-family: myFirstFont1 !important;
	/* font-weight: bold; */
	color: #5A79EA;
	line-height: 58px;
}

.content_rencai{
	/* width: 1300px; */
	
}

.content_list_box_hexin_list p {
	margin-top: 20px;
	color: #666;
	font-size: 18px;
}

.content_list_box_hezuo {
	width: 100%;
	display: flex;
	height: 520px;
	margin-right: 50px;
	justify-content: space-between;
	margin-top: 50px;
	position: relative;
}


.aboutContent {
	width: 1200px;
	/* height: 400px; */
	margin-top: 50px;
	position: relative;

}

.aboutContent_data {
	width: 100%;
	display: flex;
	justify-content: space-between;
	
}

.aboutContent_data>div {
	width: 386px;
	height: 146px;
	border: 1px solid #D5DBE4;
	border-radius: 4px;
	text-align: center;
	display: flex;
	align-items: center;

}

.aboutContent_data img {
	width: 80px;
	margin-left: 40px;
}

.aboutContent_data_tlt {
	font-size: 24px;
	text-align: left;
	margin-left: 20px;
	font-weight: bold;
}

.aboutContent_data_data {
	font-size: 20px;
	text-align: left;
	margin: 0px 20px;
	margin-top: 20px;
}









.hezuoActive {
	box-Shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.1)
}

.swiper-container {
	width: 100%;
	/* padding: 0 50px; */
	/* padding-right: 50px; */
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	/* padding: 0; */
	z-index: 1;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


.swiper-button-prev {
	left: -40px;
	background-image: url(../img/zuo.svg);
}

.swiper-button-next {
	right: -40px;
	background-image: url(../img/you.svg);
}


.swiper-slide {
	display: block;
	text-align: left;
	box-shadow: 0px 2px 4px 0px rgba(0, 62, 136, 0.2);
	border-radius: 4px;
	overflow: hidden;
}

.zhaopin_list_top {
	margin: 30px;
	/* margin-bottom: 0px; */
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 27px;
	
}

.zhaopin_list {
	text-align: left;
	margin: 0px 10px 0px 30px;
	margin-bottom: 30px;
	padding-right: 20px;
	height: 380px;
	overflow-y: auto;
	border-bottom: 1px solid #E6E8ECFF;
}


.zhaopin_list_ltTlt {
	font-size: 16px;
	/* font-family: SourceHanSansCN-Medium, SourceHanSansCN; */
	font-weight: 500;
	color: #333333;
	font-weight: bold;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.zhaopin_list_content {
	font-size: 14px;
	/* font-family: SourceHanSansCN-Regular, SourceHanSansCN; */
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}


.zhaopin_list::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	background: #fff;
	border-radius: 4px;

}

.zhaopin_list::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/

	border-radius: 10px;

	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);

	background: #E6E8EC;

}

.zhaopin_list-1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/

	/* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */

	border-radius: 10px;

	background: #fff;

}

 .zhaopin_list {
	 scrollbar-color:  #e5e5e5 #f7f7f9;
	 scrollbar-width: thin;
 }  
 








.zhaopin_list_time{
	font-size: 12px;
	font-weight: 400;
	color: #888888;
	line-height: 18px;
	margin-top: 5px;
}

.zhaopin_list_center,.zhaopin_list_bottom{
	margin-bottom: 30px;
}

