/*
 * @Author: luocaisen 
 * @Date: 2023-07-05 16:19:41 
 * @Last Modified by:   Jason
 * @Last Modified time: 2023-11-22 11:28:33
 * @Description 关于我们页面样式
 */
@charset "utf-8";

/* content */
.pb-content {
	position: relative;
}

.c-banner {
	font-size: 0;
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner-bg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-size: 0;
}

.banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 10;
	padding-top: 200px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-text {
	font-size: 48px;
	line-height: 72px;
	color: #261a0f;
	font-weight: bold;
}

.banner-text-d {
	font-size: 32px;
	line-height: 72px;
	color: #261a0f;
}

.banner-bus-box {
	width: 100%;
	position: relative;
	z-index: 5;
}

.busList {
	position: relative;
	height: 100%;
}

.busList-box {
	position: relative;
	height: 100%;
}

.bus-item {
	width: calc((100% - 3px)/4);
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 5;
	/* background-color: rgba(88, 83, 83, 0.534); */
}

.bus-item:hover {
	transform: scale(1.2);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.bus-item:first-child:hover {
	background-image: url('../images/about/bg_bus_01.png');
}

.bus-item:nth-child(2):hover {
	background-image: url('../images/about/bg_bus_02.png');
}

.bus-item:nth-child(3):hover {
	background-image: url('../images/about/bg_bus_03.png');
}

.bus-item:nth-child(4):hover {
	background-image: url('../images/about/bg_bus_04.png');
}

.bus-item-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.bus-box {}

.bus-name {
	font-size: 32px;
	color: #261a0f;
}

.bus-item:hover .bus-name {
	color: #ffffff;
	font-size: 40px;
}

.bus-name-en {
	font-size: 14px;
	color: #b3aaa4;
	margin-top: 16px;
}

.bus-item:hover .bus-name-en {
	color: #ffffff;
}

.banner-downward-box {
	position: absolute;
	width: 100%;
	height: 65px;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.btn-downward {
	display: block;
	width: 16px;
	height: 65px;
	background-image: url('../images/about/icon_arrow_down.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

/* c-content-01 */
.c-content-01 {
	overflow: hidden;
	position: relative;
}

.c01-bg {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.c01-bg img {
	width: 1662px;
	height: 858px;
}

.c-01-head {
	z-index: 5;
	margin-top: 60px;
}


.c-01-title {
	font-size: 32px;
	color: #261a0f;
	font-weight: bold;
	text-align: center;
}

.c-01-d {
	font-size: 24px;
	color: #4d453f;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width:2160px) {
	.c-01-title {
		font-size: 26px;
	}

	.c-01-d {
		font-size: 18px;
	}
}

@media screen and (min-width:2161px) {
	.c-01-title {
		font-size: 32px;
	}

	.c-01-d {
		font-size: 24px;
	}
}

/* c-content-02 */

.c-content-02 {
	overflow: hidden;
	position: relative;
}

.c-content-02 .model-bg {
	width: 100%;
	position: relative;
	z-index: 1;
	display: block;
}

.c02-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
	z-index: 5;
}

.c02-bg img {
	display: block;
	width: 1469px;
	height: 778px;
}

.c-02-head {
	left: 0;
	top: 56px;
	width: 100%;
	z-index: 10;
}

.c-02-title {
	font-size: 32px;
	color: #261a0f;
	font-weight: bold;
	text-align: center;
}

.c-02-d {
	font-size: 24px;
	color: #4d453f;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width:2160px) {
	.c-02-title {
		font-size: 26px;
	}

	.c-02-d {
		font-size: 18px;
	}
}

@media screen and (min-width:2161px) {
	.c-02-title {
		font-size: 32px;
	}

	.c-02-d {
		font-size: 24px;
	}
}

.c-02-d>div+div {
	margin-top: 12px;
}

/* c-content-03 */
.c-content-03 {
	overflow: hidden;
	position: relative;
}

.c03-bg {
	width: 100%;
	height: 100vh;
	font-size: 0;
}

.c03-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-03-head {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	z-index: 1;
}

.c-03-title {
	font-size: 32px;
	color: #261a0f;
	font-weight: bold;
	text-align: center;
}

.c-03-d {
	font-size: 24px;
	color: #4d453f;
	text-align: center;
	margin-top: 20px;
}

@media screen and (max-width:2160px) {
	.c-03-title {
		font-size: 26px;
	}

	.c-03-d {
		font-size: 18px;
	}
}

@media screen and (min-width:2161px) {
	.c-03-title {
		font-size: 32px;
	}

	.c-03-d {
		font-size: 24px;
	}
}