.background_about {
	background: url(../images/about.png) no-repeat center top;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 30px;
}

.about_first {
	width: 100%;
	/* background: url(../images/about_bg.png) no-repeat top right; */
}

.first_floor_left {
	width: 630px;
	padding: 5%;
	box-sizing: border-box;
}

.list_box {
	width: 1200px;
	height: 610px;
	display: flex;
	flex-direction: row;
}

.fitst_title {
	font-size: 30px;
	font-weight: bold;
	position: relative;
}

.first_content {
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
}

.first_floor_right {
	position: relative;
	width: 570px;
	height: 100%;
	background: url(../images/about_left.png) no-repeat center center;
	background-size: 80% 80%;
}

.content .number {
	font-size: 42px;
	color: #004b9f;
}

.content .text {
	font-size: 14px;
	color: #004b9f;
}

.create_time {
	position: absolute;
	top: 60px;
	left: 70px;
}

.emp_number {
	position: absolute;
	top: 60px;
	right: -10px;
}

.insitute {
	position: absolute;
	bottom: 100px;
	right: -10px;
}

.video {
	position: absolute;
	bottom: 100px;
	left: 50px;
	cursor: pointer;
}

.video_icon {
	display: block;
	width: 45px;
	height: 45px;
	background-color: #004b9f;
	border-radius: 30%;
	position: relative;
}

.video_icon::before {
	position: absolute;
	content: '';
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	width: 9px;
	height: 9px;
	background-image: url(../images/video_icon.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.about_second {
	width: 100%;
	height: 410px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.about_second li:hover {
	box-shadow: 0 5px 8px #bcbbbb;
	transform: translateY(-5px);
}

.about_second ul {
	width: 100%;
	height: 390px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.about_second ul li {
	width: 360px;
	height: 100%;
	padding: 0 2%;
	box-sizing: border-box;
	background-color: #F7F7F7;
	border-radius: 3px;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.about_second ul li span {
	margin: 20px 0;

}

.about_second ul li strong {
	font-size: 24px;
	margin-bottom: 20px;
}

.about_second ul li span img {
	width: 70px;
	height: 70px;
}

.about_third {
	width: 100%;
	height: 100vh;
	background: url(../images/qiyewenhua.jpg) no-repeat center center;
	background-size: cover;
	padding: 5% 4px 0 13%;
	box-sizing: border-box;
	position: relative;
}

.wh_box_a {
	width: 987px;
	height: 444px;
	background: url(../images/bg_1.jpg) no-repeat center center;
	background-size: cover;
	margin-top: 30px;
	border-radius: 10px;
	cursor: pointer;

}

.wh_box_b {
	width: 620px;
	height: 444px;
	position: absolute;
	bottom: 0;
	right: 10%;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.wh_box_b ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
}

.wh_box_b ul li {
	width: 50%;
	height: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}

.second_li {
	background-image: linear-gradient(60deg, #0f72d4 0%, #0f72d4 30%, #5fb4f7 70%);
}



.box_a_detail {
	color: #FFFFFF;
	width: 380px;
	display: flex;
	flex-direction: column;
	padding-left: 5%;
	transition: all .5s;
}

.box_a_detail img {
	width: 50px;
	height: 50px;
	margin-top: 45%;
	margin-bottom: -20px;
	margin-left: -5px;
	transition: all .5s;
}

.box_a_detail strong {
	font-size: 24px;
	letter-spacing: 2px;
	display: block;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #F7F7F7;
}

.box_a_detail p {
	margin-top: 20px;
	font-size: 14px;
	letter-spacing: 1px;
}

.wh_box_a:hover .box_a_detail {
	transform: translateY(-10px);
}

.wh_box_a:hover .box_a_detail img {
	transform: rotateY(180deg);
}

.box_b_detail {
	color: #FFFFFF;
	padding: 15% 0 0 0;
	box-sizing: border-box;
	transition: all .5s;
}

.box_b_detail img {
	width: 50px;
	height: 50px;
	margin-left: -2px;
	margin-bottom: -20px;
	transition: all .5s;
}

.box_b_detail strong {
	font-size: 24px;
	letter-spacing: 2px;
	display: block;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #FFFFFF;
}

.box_b_detail p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 20px;
}


.box_c_detail {
	color: #FFFFFF;
	padding: 15% 0 0 0;
	box-sizing: border-box;
	transition: all .5s;
}

.box_c_detail img {
	width: 50px;
	height: 50px;
	/* margin-left: -5px; */
	margin-bottom: -20px;
	transition: all .5s;
}

.box_c_detail strong {
	font-size: 24px;
	letter-spacing: 2px;
	display: block;
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #FFFFFF;
}

.box_c_detail p {
	font-size: 14px;
	letter-spacing: 1px;
	margin-top: 20px;
}

.the_first_li {
	background-color: #0863cc;
}

.the_first_li:hover .box_b_detail {
	transform: translateY(-10px);
}

.the_first_li:hover .box_b_detail img,
.second_li:hover .box_c_detail img {
	transform: rotateY(180deg);
}

.second_li:hover .box_c_detail {
	transform: translateY(-10px);
}

.swiper-slide {
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 {
	height: 400px;
	width: 1200px;
	background: url(../images/history.jpg) no-repeat center center;
	background-size: cover;
}

.mySwiper {
	padding-top: 10px;
	width: 100%;
	margin-top: 30px;
	box-sizing: border-box;
	height: 120px;
	overflow: hidden;
}

.father_update {
	width: 1200px;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	color: #004B9F;
}

.mySwiper .swiper-slide-thumb-active .time_style {
	color: #004B9F;
}

.imagesCU {
	margin-top: 10px;
	width: 70px;
	height: 70px;
	background-image: linear-gradient(95deg, #0c61c4 20%, #5fb0ee 90%);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
	cursor: pointer;
}

.imagesCU img {
	width: 36px;
	height: 36px;
}

.about_fourth {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.fourth_title {
	margin: 20px 0;
}
.second_title {
	/* margin-left: 50px; */
	margin: 50px;
}
.about_five {
	width: 100%;
	/* height: 150vh; */
	box-sizing: border-box;
	background-color: #F7F7F7;
	display: flex;
	flex-direction: column;
	align-items:  center;
}

.divider_line {
	z-index: -999;
	position: absolute;
	top: 55px;
}

.father_update {
	position: relative;
	/* width: 100%; */
	width: 1200px;
}

.father_update::before {
	position: absolute;
	content: '';
	width: 200%;
	height: 1px;
	background-color: #E6E6E6;
	top: 38%;
}

.time_style {
	font-size: 24px;
	color: #D6D6D6;
}

.swiper2_style {
	width: 600px;
	height: 100%;
	color: #fff;
	background-color: rgba(48, 121, 239, 0.35);
}

.swiper2_style strong {
	box-sizing: border-box;
	padding-left: 3%;
	display: block;
	font-size: 32px;
	height: 120px;
	line-height: 120px;
	border-bottom: 1px solid #fff;
	width: auto;
}

.swiper2_style p::-webkit-scrollbar {
	display: none;
	/* 针对Webkit浏览器 */
}

.swiper2_style p {
	padding-left: 3%;
	font-size: 16px;
	display: block;
	width: 80%;
	height: 200px;
	overflow: scroll;
}

.swiper-button-prev {
	margin-left: 50px;

}

.swiper-button-next {
	margin-right: 50px;

}

.swiper {
	--swiper-theme-color: #ff6600;
	/* 设置Swiper风格 */
	--swiper-navigation-color: #004B9F;
	--swiper-navigation-size: 30px;
	/* 设置按钮大小 */
}

.five_box {
	margin-top: 30px;
	width: 1160px;
}

.five_box_item {
	float: left;
	width: 220px;
	height: 180px;
	/* background-color: #fff; */
	display: flex;
	flex-direction: column;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 12px;
	transition: all .5s;
}

.five_image {
	width: 100%;
	height: 132px;
}

.five_image img {
	width: 100%;
	height: 100%;
}

.five_text {
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
}

.five_box_item:hover {
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
	transform: translateY(-10px);
	cursor: pointer;
}

.honorDetailName {
	display: block;
	height: 80px;
	width: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
}

.slideshow {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.slideshow .swiper-container {
	width: 100%;
	height: 100%;
}
.slideshow .swiper-container img {
	width: 80%;
}
.certificateItem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.slideshowtext {
	margin-top: 5px;
}
.slideshow .swiper-wrapper {
	height: 100%;
	display: flex;
	align-items: center;
	transition-timing-function: linear !important;
}
.slideshow .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* 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;
	transition: 300ms;
}
