.about-body.banner {
	background: url(../../images/gywm_bg_pic.png) center no-repeat;
	background-size: cover;
	height: 300px;
}

#companyProfile {
	margin: 80px 0;
}
.company_profile img{
	width: 960px;
	height: 500px;
}
.company_profile > .title {
	font-size: 28px;
	color: var(--color-333);
	margin-bottom: 36px;
	text-align: center;
}
.company_profile > .company_description {
	font-size: 15px;
	color: var(--color-666);
	line-height: 25px;
	margin-bottom: 36px;
}
.company_profile > p:last-child {
	margin-bottom: 0;
}
#honor {
	height: 480px;
	background-color: #f5f5f5;
}
#honor .product_caption {
	padding: 56px 0 42px 0;
}
#honor .swiper-container {
	height: 480px;
}
#honor .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../../images/gywm_ryzz_btn01.png);
}
#honor .swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../../images/gywm_ryzz_btn02.png);
}
#honor .swiper-button-prev,
#honor .swiper-container-rtl .swiper-button-next {
	background-image: url(../../images/gywm_ryzz_btn06.png);
	left: 10px;
	right: auto;
}
#honor .swiper-button-next,
#honor .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../images/gywm_ryzz_btn05.png);
	right: 10px;
	left: auto;
}
#honor .swiper-button-next,
#honor .swiper-button-prev {
	top: 25%;
	height: 88px;
	background-size: 34px 88px;
}
#businessAdvantage {
	margin: 80px 0 74px 0;
}

#businessAdvantage .advantage_box > ul {
	display: flex;
	justify-content: space-between;
}
#businessAdvantage .advantage_box .advantage_item > div:first-child {
	height: 265px;
	width: 210px;
}
#businessAdvantage .product_caption > .title {
	padding-bottom: 36px;
}
.advantage_item > div:first-child > img {
	display: inherit;
}
.advantage_item > div:first-child > .mongolian_layer {
	height: 55px;
	width: 210px;
	background: url(../../images/gywm_qyys_pic06.png) no-repeat;
	line-height: 55px;
	text-align: center;
	font-size: 16px;
	color: var(--color-fff);
}
/*.advantage_item {*/
/*	height: 391px;*/
/*}*/
.advantage_item > .description {
	width: 210px;
	/*height: 90px;*/
	font-size: 14px;
	color: var(--color-666);
	padding: 30px 20px;
	/*overflow: hidden;*/
	/*display: -webkit-box;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 3;*/
	/*word-break: break-all;*/
}
.advantage_item:hover {
	cursor: pointer;
	box-shadow: 2px 10px 5px -3px rgba(0, 0, 0, .16);
}

#course {
	height: 660px;
	background-color: #f5f5f5;
}
#course .product_caption {
	padding: 40px 0 30px 0;
}

.course_box {
	display: flex;
	width: 100%;
	height: 525px;
	background-color: var(--color-fff);
	padding-bottom: 40px;
}
.course_box > .left {
	position: relative;
	width: calc(100% - 416px);
	background: url(../../images/gywm_fzlc_pic02.png) no-repeat right;
	margin-top: 70px;
}
.turn_page {
	position: absolute;
	bottom: -3px;
	left: 80px;
	cursor: pointer;
	width: 36px;
	height: 37px;
}
.course_box > .right {
	width: 416px;
	padding: 70px 32px 0 105px;
}

.course_list {
	/*margin-top: 74px;*/
	margin-left: 62px;
}
/*.course_item {*/
/*	display: flex;*/
/*	position: relative;*/
/*	background: url(../../images/gywm_fzlc_pic02.png) no-repeat 9px, url(../../images/gywm_pic01.png) no-repeat 0px 8px;*/
/*}*/
.course_item {
	display: flex;
	position: relative;
	height: auto !important;
}
.course_item::before {
	position: absolute;
	content: '';
	background: url(../../images/gywm_pic01.png) no-repeat;
	left: -2px;
	top: 6px;
	width: 18px;
	height: 18px;
	z-index: 2;
}
.course_item::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e0e0e0;
	left: 7px;
	top: 0;
}
.course_item > .year {
	font-size: 22px;
	color: var(--color-333);
	padding-left: 50px;
}
.course_item > .fz_detail {
	margin-left: 10px;
}
.course_item > .fz_detail > div {
	color: var(--color-666);
	font-size: 15px;
	margin-bottom: 20px;
	/* margin-left: 75px; */
}
.course_item > .fz_detail .month {
	display: inline-block;
	text-align: right;
	width: 50px;
	color: var(--color-999);
	margin-right: 30px;
}
.fz_detail > div > p {
	display: inline-block;
	max-width: 460px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#course .swiper-container {
	position: relative;
	height: 370px;
}
#course .swiper-slide {
	width: 100% !important;
}

#course .swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
#course .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: none;
	width: 100%;
	height: 100%;
}
#course .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 40px;
}

.showBigImg {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 999;
}
.showBigImg .closeBigImg {
	position: absolute;
	right: 35px;
	top: 35px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #000;
	text-align: center;
	line-height: 45px;
	font-size: 45px;
	color: var(--color-fff);
	z-index: 9999;
	user-select: none;
}
.showBigImg .showBigImgWrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.showBigImg .showBigImgWrap .allImgBox {
	position: relative;
	width: 100%;
	height: 100%;
}
.showBigImg .showBigImgWrap .allImgBox .imgIte {
	float: left;
	top: 100px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.showBigImg .showBigImgWrap .allImgBox .imgIte img {
	object-fit: contain;
}

.showBigImg .showBigImgWrap .allImgBox .imgIte span {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.small-img {
	padding: 20px;
	background: url(../../images/gywm_ryzz_pic.png);
	height: 288px;
	text-align: center;
}
.small-img > img {
	object-fit: fill;
	height: 100%;
	box-shadow: 8px 8px 6px -5px rgba(0, 0, 0, .32);
}
