.business-banner-bg {
    margin-top: 100px;
    height: 700px;
    background: url('../image/contact/contact_banner.jpg') no-repeat center center;
}

.contact-text {
    font-size: 20px;
    font-family: 'REGULAR';
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    /* text-indent: 32px; */
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-second {
    height: 400px;
    margin: 20px 0;
    background: url('../image/aboutUs/bg1.jpg') no-repeat center;
}

.contact-second h2 {
    font-size: 24px;
    font-family: "MEDIUM";
    font-weight: normal;
}

.contact-line {
    width: 43px;
    height: 1px;
    background-color: #c3282a;
    display: block;
    margin: 14px auto;
}

.contact-second-title {
    font-family: 'NORMAL';
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 14px;
}

.contact-second-text {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #333333;
}

.contact-three {
    height: 472px;
    margin-top: 126px;
    background: url('../image/aboutUs/bg2.png') no-repeat center;
}

.contact-three>h2 {
    position: relative;
    top: -20px;
}

.contact-three>.line {
    margin-top: 10px !important;
}

.swiper-wrapper>a {
    text-decoration: none;
}

.contact-four {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-four-child {
    width: 360px;
    height: 360px;
    background-color: #ffffff;
    box-shadow: 0px 8px 10px 0px rgba(204, 204, 204, 0.5);
    border-radius: 24px;
    cursor: pointer;
    margin-bottom: 22px;
    cursor: pointer;
    transition: all 0.2s;
}

.contact-four-child:hover {
    transform: translateY(-5px);
}

.contact-img {
    text-align: center;
    height: 245px;
    padding: 28px 0;

}

.contact-four-text {
    background-color: #eaeaea;
    height: 64px;
    border-radius: 0px 0px 24px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-four-lf {
    font-family: 'MEDIUM';
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.contact-four-rg {
    display: inline-block;
    height: 38px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 9px;
}

.contact-four-child:hover .contact-four-text {
    color: #fff !important;
    background-color: #c3282a;
}

.contact-four-child:hover .contact-four-lf {
    color: #fff !important;
    border-color: #fff;
}

.contact-four-child:hover .contact-four-rg {
    color: #fff !important;
}

.three-container {
    height: 320px;
    display: flex;
    justify-content: left;
    padding-left: 100px;
}

.three-child {
    width: 200px;
}

.three-year {
    font-family: 'MEDIUM';
    font-size: 24px;
    line-height: 23px;
    color: #000000;
}

.three-lines {
    width: 38px;
    height: 1px;
    background-color: #191919;
    margin: 6px 0 8px 0;
}

.three-text {
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    display: block;
}

.year-one {
    padding-top: 100px;
    padding-left: 20px;
}

.year-two {
    padding-top: 90px;
    padding-left: 30px;
}

.year-three {
    padding-top: 80px;
    padding-left: 30px;
}

.year-four {
    padding-top: 50px;
    padding-left: 30px;
}

.year-five {
    padding-top: 0px;
    padding-left: 30px;
}