#body {
    width: 100%;
}

#body .banner-div {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

#body .banner-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    position: absolute;
    top: 0;
    left: 0;
    animation: banner-img-animation 0s linear forwards;
}

@keyframes banner-img-animation {
  0% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

.contact {
    width: 100%;
}

.contact_ {
    padding: 64px 0;
}

.contact-title {
    width: 100%;
    height: 36px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 24px;
}

.contact-title>div:first-of-type {
    color: #23181B;
    font-size: 24px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin-right: 8px;
}

.contact-title>div:last-of-type {
    color: #74B53B;
    width: 132px;
    height: 36px;
    position: relative;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}

.contact-title>div:last-of-type:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 1px;
    background-color: #D8D9DB;
}

.contact-title>div:last-of-type:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 1px;
    background-color: #D8D9DB;
}

.contact-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.contact-content-left {
    width: 584px;
    height: 400px;
    position: relative;
    margin-right: 32px;
}

.contact-content-left-logo {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 16px 466px 16px 16px;
    box-sizing: border-box;
    background-color: rgba(35, 24, 27, 0.64);
}

.contact-content-right {
    width: 0;
    flex: 1;
}

.contact-content-right-title {
    color: #23181B;
    font-size: 20px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-bottom: 8px;
}

.contact-content-right-sub {
    color: #74B53B;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.contact-content-right-describe {
    color: #727F8B;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}

.contact-content-right-info {
    width: 100%;
}

.contact-content-right-info>ul {
    width: 100%;
}

.contact-content-right-info>ul>li {
    width: 100%;
    height: 52px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 32px;
}

.contact-content-right-info>ul>li:last-of-type {
    margin-bottom: 0 !important;
}

.contact-content-right-info>ul>li>div:first-of-type {
    width: 52px;
    height: 52px;
    margin-right: 16px;
}

.contact-content-right-info>ul>li>div:last-of-type {
    flex: 1;
    width: 0;
    height: 52px;
}

.contact-content-right-info>ul>li>div:last-of-type>div {
    color: #727F8B;
    height: 24px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.contact-content-right-info>ul>li>div:last-of-type>p {
    color: #23181B;
    height: 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.contact-content-right-info>ul>li>div:last-of-type>p a {
    color: #23181B;
    text-decoration: none;
}
