.swiper {
	width: 100%;
	height: 100%;

}


.swiper_aboutus .intrdus {
	position: relative;
	
}

.bg_c {
	display: block;
	z-index: -1;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}

.swiper_aboutus .swiper-pagination-bullet {
	width: 4px;
	height: 4px;
	margin-bottom: 50px !important;
	background-color: transparent;
}

.swiper_aboutus .swiper-pagination-vertical {
	right: 14%;
}

.swiper_aboutus .culture {
	position: relative;
}

.swiper_aboutus .history {
	position: relative;
}

.swiper_aboutus_white .swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
}

.right_text_swiper {
	position: absolute;
	right: 14%;
	top: 34.5%;
}

.right_text_swiper .active_text_swiper .dot {
	display: block;
	width: 4px;
	height: 4px;
	background-color: #2b2fad;
	position: absolute;
	right: 0px;
	top: 10px;

}

.right_text_swiper .active_text_swiper .dot:after {
	position: absolute;
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #E5E6EA;
	right: -4px;
	top: -4px;
}

.right_text_swiper .active_text_swiper .dot::before {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	border: 1px solid #E5E6EA;
	right: 8px;
	top: 1px;
}

.right_text_swiper a {
	display: block;
	/* font-family: "Alibaba-PuHuiTi-Regular"; */
	margin-bottom: 6px;
	height: 5.5vh;
	color: #cccccc;
	font-size: 16px;
	padding-right: 40px;
	cursor: pointer;

}

.right_text_swiper a:hover {
	color: #2b2fad;
	/* font-family: "Alibaba-PuHuiTi-Medium"; */
	font-size: 20px;
	font-weight: 550;
}

.right_text_swiper .active_text_swiper {
	color: #2b2fad;
	/* font-family: "Alibaba-PuHuiTi-Medium"; */
	font-size: 20px;
	position: relative;
	font-weight: 550;
}

.intrdus_nums .intrdus_nums_item {
	margin: 0px 3vw;
	text-align: center;
	font-size: 16px;
	margin-top: 8vh;
}

.intrdus_nums_f16 {
	display: inline-block;
	font-size: 16px;
	font-family: "Alibaba-PuHuiTi-Medium";
}

.intrdus_nums .count-title {
	font-size: 80px;
	display: inline-block;
	font-family: "Lambda-Regular";
	color: #2b2fad;
}

.intrdus_fu {
	font-family: "Alibaba-PuHuiTi-Medium";
	font-weight: 600;
}

.intrdus_nums_line {
	display: inline-block;
	height: 6vh;
	width: 1px;
	background-color: #ffffff;
	margin-top: 9vh;
}


.culture_box {
	display: flex;
	width: 75%;
	flex-direction: row;
	justify-content: space-between;
}

.culture_item {

	width: 30%;
	border-radius: 10px;
	text-align: center;
	padding: 5% 0px;
	box-sizing: border-box;
	cursor: pointer;

}

.culture_item .culture_item_img {
	display: block;
	margin: 5vh auto 3vh;
}

.culture_item_txt {
	font-size: 20px;
	font-family: "Alibaba-PuHuiTi-Medium";
	line-height: 35px;
	font-weight: 600;
}

.culture_item_txt_small {
	font-family: "Alibaba-PuHuiTi-Regular";
	font-size: 16px;
	color: #333;
}

.culture_item:hover {
	background-color: #ffffff;
	border-bottom: 14px solid #2b2fad;
	box-shadow: 0px 4px 4px 4px #eee;
}

/* 滚动条 */
.scroll_wrap .scroll_bar {
	position: absolute;
	top: 0;
	right: -15px;
	width: 4px;
	height: 100%;
	background-color: #e4e4e4;
}

/* 企业风采 */
.highlights_box {
	width: 70%;
	margin: 0px auto;
}

.highlights_type_ul {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0px auto 15px;

}

.highlights_type_ul li {
	font-size: 18px;
	font-family: "Alibaba-PuHuiTi-Regular";
	height: 30px;
	line-height: 30px;
	color: #CDCDCE;
	border-right: 2px solid #E5E6EA;
	text-align: center;
	width: 16%;
	cursor: pointer;
}

.highlights_type_ul li:nth-last-child(1) {
	border: 0px;
}

.highlights_type_ul .active_li {
	color: #333;
	font-weight: 600;
}

.highlights_type_ul li:hover {
	color: #333;
	font-weight: 600;
}

.highlights_type_swiper {
	width: 100%;
	height: 50vh;

}

.highlights_swiper .swiper-pagination-horizontal {
	top: auto;
	left: auto;
	bottom: 6px !important;
	width: 70%;
	right: 8% !important;
}

.highlights_slide_box {
	width: 32%;
}

.highlights_slide_box img {
	display: block;
	width: 100%;
	height: 44%;
	object-fit: cover;

}

.highlights_slide_warp {
	height: 93%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

.highlights_6 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	height: 93%;
}

.highlights_6 img {
	display: inline-block;
	width: 32%;
	height: 48%;
	object-fit: cover;
}

.highlights_6 img:nth-child(4),
.highlights_6 img:nth-child(5),
.highlights_6 img:nth-child(6) {
	margin-top: 2% !important;
}

.highlights_6 img:nth-child(3n-1) {
	margin: 0px 2%;
}

.highlights_slide_box .img1,
.highlights_slide_box .img3 {
	margin-bottom: 20px;
}

.highlights_slide_box .img5 {
	height: 100%;
}

.highlights_slide_box .img2,
.highlights_slide_box .img3 {
	height: 52%;
}

.highlights_swiper {
	--swiper-theme-color: #2B2FAD;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #2B2FAD;
	/* 单独设置按钮颜色 */
	--swiper-navigation-size: 12px;
	/* 设置按钮大小 */
}

.highlights_swiper .swiper-button-next {
	border: 1px solid #2B2FAD;
	border-radius: 60px;
	right: auto;
	top: auto;
	left: 80px;
	bottom: 0px;
	padding: 3px 0px;
	width: 50px;
	height: 16px;

}

.highlights_swiper .swiper-button-prev {
	border: 1px solid #2B2FAD;
	border-radius: 60px;
	right: auto;
	top: auto;
	left: 0px;
	bottom: 0px;
	width: 50px;
	padding: 3px 0px;
	height: 16px;
}

.highlights_swiper .swiper-button-prev:hover,
.highlights_swiper .swiper-button-next:hover {
	border: 1px solid #2B2FAD;
	background-color: #2B2FAD;
	color: #ffffff;
}

.current_totle {
	position: absolute;
	bottom: 0px;
	right: 0px;

}

.totle {
	font-size: 16px;
	font-family: "Lambda-Italic";
}

.current_totle .current {
	font-family: "Lambda-Regular";
	font-size: 20px;
	color: #2B2FAD;
}

/* 发展历程 */
.history_box {
	width: 100%;
}

#timeline {
	height: 450px;
	overflow: hidden;
	position: relative;
	padding: 30px 0px;
	box-sizing: border-box;
}

#dates {
	/* margin-left: 10%; */
	height: 400px;
	overflow: hidden;
	float: left;
	text-align: right;
	width: 30%;
}

#dates li {
	list-style: none;
	/* height: 60px;
	line-height:60px; */
	font-size: 24px;
	padding-left: 10px;
	background: url('../images/biggerdot.png') left center no-repeat;
}

#dates a {
	padding-bottom: 10px;
	font-size: 20px;
	font-family: "Lambda-Regular";
	color: #666666;
	height: 50px;
	line-height: 50px;
}

#dates .selected {
	font-size: 110px;
	font-family: "Lambda-Regular";
	color: #2B2FAD;
	height: 120px;
	line-height: 120px;
	position: relative;
	padding-right: 30px;
}

#dates .selected::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent #2B2FAD transparent transparent;
	/*透明 灰 透明 透明 */
	position: absolute;
	top: 50px;
	right: 0px;
}

#issues {
	width: 40%;
	height: 400px;
	overflow: hidden;
	float: left;
	margin-left: 10%;
}

#issues li {
	font-size: 30px;
	list-style: none;
	height: 600px;

}

#next,
#prev {
	position: absolute;
	left: calc(30% - 70px);
	display: block;
	cursor: pointer;
	width: 100px;
	background-color: #FFFFFF;
	text-align: center;
}

#next img,
#prev img {
	display: block;
	width: 30px;
	height: auto;
	margin: 0px auto;
}

#next {
	bottom: 0;

}

#prev {
	top: 0;

}

.issues_item_box {
	color: #323232;
	margin-bottom: 20px;
}

.issues_item_box .issues_month {
	font-family: "Alibaba-PuHuiTi-Medium";
	font-size: 22px;
	color: #333;
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
}

.issues_item_box .issues_month:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 6px 0 6px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 8px;
	left: 0px;
}

.issues_item_box .issues_month_txt {

	font-size: 18px;
	color: #666666;
}

/* 手机端样式 */

.m_about_des {
	font-size: 0.373333rem;
	color: #333;

}

.m_about_des p {
	font-size: 0.373333rem;
	line-height: 1.5;
}

.m_about_nums {
	margin-top: 1.333333rem;
	background-color: #2B2FAD;
	padding: 0.426667rem 0.32rem;
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.m_about_nums .m_about_nums_item {
	text-align: center;
}

.m_about_nums .m_intrdus_fu {
	font-size: 0.32rem;
}

.m_about_nums .count-title {
	display: inline-block;
	font-size: 0.533333rem;
}

.m_about_nums_item span {
	display: inline-block;
	font-size: 0.32rem;
}

.m_about_nums .m_middle_about {
	border-right: 2px solid #ffffff;
	border-left: 2px solid #ffffff;
	padding: 0px 0.266667rem;
	box-sizing: border-box;
}

.m_culture_ul li {
	border-radius: 0.16rem;
	box-shadow: 0px 0.106667rem 0.106667rem #E5E6EA;
	background-color: #ffffff;
	padding: 0.8rem 0.533333rem;
	box-sizing: border-box;
	margin-bottom: 0.533333rem;
	vertical-align: middle;
}

.m_culture_ul .m_culture_img {
	display: block;
	width: 1.066667rem;
	margin-top: 0.266667rem;
}

.m_culture_ul .m_yuanjing {
	font-size: 0.48rem;
	font-weight: 600;
}

.m_culture_ul .m_des {
	color: #666666;
	font-size: 0.373333rem;
	line-height: 0.8rem;
}

.m_culture_ul .m_box_des {
	/* border-left: 1px solid #999999;
	padding-left: 1.066667rem; */
	margin-left: 0.64rem;

}

.m_culture_ul .m_culture_line {
	width: 0.053333rem;
	height: 1.066667rem;
	background-color: #999999;
	margin-left: 0.64rem;
	margin-top: 0.213333rem;
}

.m_his_years .m_his_year_item {
	font-size: 0.373333rem;
	height: 1.066667rem;
	line-height: 1.066667rem;
	color: #333;
}

.m_his_box .m_his_years {
	/* width: 30%; */
	text-align: right;
}

.m_his_years .m_his_year_on {
	font-size: 0.96rem;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #2B2FAD;
	font-weight: 600;
	position: relative;
	padding-right: 0.533333rem;
}

.m_his_years .m_his_year_on:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 0.213333rem 0.213333rem 0.213333rem 0;
	border-style: solid;
	border-color: transparent #2B2FAD transparent transparent;
	position: absolute;
	top: 0.48rem;
	right: 0px;
}

.m_his_box .m_his_content {
	margin-left: 1.066667rem;
	text-align: left;
	width: 5.333333rem;
}

.m_his_box .m_his_content_item {}

.m_his_box .m_his_month {
	position: relative;
	font-size: 0.426667rem;
	padding-left: 0.373333rem;
	font-weight: 600;
}

.m_his_box .m_his_month::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-width: 0.16rem;
	border-style: solid;
	border-color: transparent transparent transparent #333;
	position: absolute;
	top: 0.16rem;
	left: 0px;

}

.m_his_box .m_his_des {
	font-size: 0.373333rem;
	color: #666666;
	line-height: 1.4;
	margin-top: 0.213333rem;
}

.m_his_content .m_his_con_item {
	display: none;
}

.m_his_content .on_item {
	display: block !important;
	margin-bottom: 0.373333rem;
}

.m_about_menu_ul .m_index_public_hide {
	display: none;
}

.m_about_menu_ul .show_box {
	display: block;
}
.mySwiper{
	/* height: 300px; */
}
.mySwiper .swiper-slide {
	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: flex-end;
	align-items: flex-end;
	transition: 300ms;
	/* transform: scale(0.7); */
	opacity: 0.5;
	margin-top: 0.1rem;
	align-content: flex-end;
	align-self: flex-end;
}

/* 当前显示 */
.mySwiper .swiper-slide-active,
.mySwiper .swiper-slide-duplicate-active {
	opacity: 1;
	transform: scale(1);
	margin-top: 0;
}

/* 当前显示前后 */
.mySwiper .swiper-slide-prev,
.mySwiper .swiper-slide-next {
	transform: scale(0.8) !important;
	opacity: 0.5;
	/* margin-top: 0.1rem; */
}

/* .mySwiper img {
	display: block;
	height: auto !importan;
	width: 8rem !important;
} */

.m_about_menu{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 0.32rem;
	height:0.8rem;
	line-height: 0.8rem;
	color: #cdcdcd;
	margin: 1.066667rem 0px 0.533333rem;
}
.m_about_menu li{
	border-right: 1px solid #cdcdcd;
	text-align: center;
	flex: 1;
	font-size: 0.32rem;
}
.m_about_menu li:nth-last-child(1){
	border: 0px;
}
.m_about_menu .m_active_li{
	color: #333;
}