.content-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.about-us {
    background: url("../images/about-us-bg.png") no-repeat top left;
    background-size: contain;
    padding: 70px 0;
}
.group-title {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 40px;
    color: #000;
}
.group-title:after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 2px;
    width: 107px;
    height: 15px;
    background: linear-gradient(
        90deg,
        #f39800 0%,
        rgba(243, 152, 0, 0.849604) 15.04%,
        rgba(243, 152, 0, 0) 100%
    );
    opacity: 0.4;
    border-radius: 3px;
}
.details {
    display: flex;
}
.desc {
    width: 50%;
    padding-right: 25px;
}
.desc h4 {
    font-size: 24px;
    margin-bottom: 32px;
    color: #000;
}
.desc p {
    color: #404142;
    line-height: 32px;
}
.desc p + p {
    margin-top: 30px;
}
.carousel {
    width: 50%;
    height: 400px;
    margin-left: 25px;
    overflow: hidden;
    border-radius: 15px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    opacity: 1;
    border: 0;
}
.carousel-indicators [data-bs-target].active {
    background: #f39800;
}
.carousel-control-next,
.carousel-control-prev {
    width: auto;
    opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: flex;
    align-items: center;
    width: 30px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
}
.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background: rgba(0, 0, 0, 0.8);
}
.carousel-control-prev-icon {
    justify-content: left;
    border-radius: 0 30px 30px 0;
    padding-left: 6px;
}
.carousel-control-next-icon {
    justify-content: right;
    border-radius: 30px 0 0 30px;
    padding-right: 6px;
}
/*联系我们*/
.contact-us {
    background: linear-gradient(to bottom, #f3f9fd, #fff);
    padding: 70px 0;
}
.contact-us ul {
    display: flex;
}
.contact-us ul + ul {
    margin-top: 60px;
}
.contact-us ul li > div + div {
    margin-top: 20px;
}

.contact-us ul li + li {
    padding-left: 100px;
}
.contact-us .contact-address li {
    width: 100%;
}
.contact-us .contact-address li + li {
    padding-left: 50px;
}
.contact-way {
    font-size: 22px;
    color: #000;
}
.strong {
    color: #f39800;
    font-size: 20px;
}
.BMap_bubble_content .title {
    color: #ce5d2c;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}
.BMap_bubble_content p {
    padding: 2px 0;
    font-size: 14px;
    width: 330px;
}
