html {
	scroll-behavior: smooth;
}

.about-classify {}

.about-desc {
	padding-top: 60px;
}
.milepost .mt-item:nth-child(2n) .mt-text {
    border-right: none;
    text-align: left;
}
.milepost .mt-item .mt-text  .desc {
    
    text-align: left;
}

.Director {
	padding-top: 80px;
}

.Director .Director-box {
	margin-top: 60px;
	position: relative;
	padding: 4% 8%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.Director .Director-box>img {
	width: 108px;
	height: 108px;
}

.Director .Director-box .dr-upper {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-40%, -40%);
}

.Director .Director-box .dr-under {
	position: absolute;
	bottom: 0;
	right: 0;
	transform: translate(40%, 40%);
}
.Director-box .sbdx{
    display: flex;
}
.Director-box .sbdx .image{
    width: 40%;
    max-height: 500px;
    margin-top: -80px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.Director-box .sbdx .image img{
    border-radius: 8px;
}
.qnmd{
   flex: 1; 
   padding-left: 4%;
}
.Director .Director-box p {
    
	font-size: 16px;
	color: #999999;
	line-height: 28px;
}

.develop {
	display: flex;
	padding-top: 100px;
}

.develop>div {
	flex: 1;
}

.develop .develop-left {
	position: relative;
}

.develop .develop-left p {
	font-size: 32px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}

.develop .develop-right {
	background: #F7F7F7;
	padding: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.develop .develop-right .Vision {}

.develop .develop-right .Vision h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.develop .develop-right p {
	font-size: 16px;
	color: #666;
	line-height: 26px;
}

.milepost-box {
	padding: 80px 5%;

}

.milepost {
	margin-top: 60px;

	background: #F7F7F7;
	padding: 50px 10%;
}

.milepost .mt-item {
	display: flex;
	/* height: 300px; */
}

.milepost .mt-item .year {
	color: #C32328;
	font-size: 20px;
}

.milepost .mt-item .mt-text {
	width: 50%;
	text-align: right;
	padding: 0 20px;
	border-right: 1px solid red;
	padding-bottom: 50px;
}

.milepost .mt-item .desc {
	font-size: 16px;
	margin-top: 5px;
}

.milepost .mt-item .mt-image {
	display: flex;
	width: 50%;
	padding-bottom: 50px;
}

.milepost .mt-image .branch {
	width: 100px;
	height: 1px;
	background-color: #C32328;
	position: relative;
}

.milepost .mt-image .branch::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-50%, -50%);
	background-color: red;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.milepost .mt-image .image {
	/* width: 200px;
	height: 200px; */
	/* background-color: aqua; */
	margin-left: 20px;
	margin-top: -10px;
}

.milepost .mt-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.milepost .mt-item:nth-child(2n) .mt-text {
	border-right: none;
	text-align: left;
}

.milepost .mt-item:nth-child(2n) .mt-image {

	border-right: 1px solid red;
	flex-direction: row-reverse;
}

.milepost .mt-item:nth-child(2n) .mt-image .image {
	margin-right: 20px;
}

.milepost .mt-item:nth-child(2n) .mt-image .branch::after {

	left: 100%;


}

#about .Caring {
	width: 60%;
}

.CaringSwiper {
	margin-top: 60px;
	--swiper-theme-color: #D83C23;
}

.CaringSwiper .swiper-pagination-bullet {


	background: #D83C23;
}

.CaringSwiper .swiper-slide p {
	margin-top: 10px;
}

.CaringSwiper .swiper-slide img {
	max-width: 195px;
	max-height: 198px;
}

.accountability {
	padding: 80px 0;
}

.accountability .accountabilitySwiper {
	margin-top: 60px;
	padding: 10px 0;
}

.accountability .accountabilitySwiper .swiper-slide:hover {
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 1300px) {

	.Director .Director-box {

		padding: 4% 6%;
	}

	.Director .Director-box>img {
		width: 80px;
		height: 80px;
	}

	.develop .develop-right {
		padding: 30px;
	}

	.develop .develop-right .Vision h4 {
		font-size: 20px;
	}

	.develop .develop-right p {
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
    .Director-box .sbdx{
    flex-direction: column;
}
    .Director-box .sbdx .image{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
	.about-desc {
		padding-top: 30px;
	}

	#about {
		margin-top: 0px;
	}

	#about .about-img {
		margin-top: 20px;
	}

	.Director {
		padding-top: 30px;
	}

	.Director .Director-box {
		margin-top: 30px;
	}

	.Director .Director-box>img {
		width: 40px;
		height: 40px;
	}

	.Director .Director-box p {
		font-size: 14px;
	}

	.develop {
		padding-top: 30px;
		flex-direction: column;
	}

	.develop .develop-right {
		padding: 15px;
	}

	.develop .develop-right p {
		margin-bottom: 10px;
	}

	.develop .develop-right .Vision h4 {
		font-size: 16px;
	}

	.milepost-box {
		padding: 0;
	}

	.milepost {
		margin-top: 30px;
		padding: 30px 4%;
	}

	.milepost .mt-item .mt-text {
		width: 50%;
		text-align: right;
		padding: 0 10px 50px 0;
		padding-bottom: 30px;
	}
	.milepost .mt-item .desc{
		font-size: 12px;
	}
	.milepost .mt-image .image img{
		height: auto;
		object-fit: cover;
	}
	.milepost .mt-item:nth-child(2n) .mt-text {
	 
		padding: 0 0 50px 10px;
	}
	#about .Caring {
	    width: 92%;
		padding-top: 30px;
	}
	.CaringSwiper {
	    margin-top: 30px;
	}
	.swiper-backface-hidden .swiper-slide p{
		font-size: 14px;
	}
}
