.yellow-container {
    padding: 8px 0 !important;
    margin: 10px auto !important;
    justify-content: space-around !important;
}

.yellow-logo {
    margin: 0 10px !important;
    height: 30px !important;
}

.yellow-container .wrapper {
    width: 100% !important;
    padding: 0 10px;
}

.white-container {
    justify-content: space-around !important;
}

.white-swiper {
    width: 100% !important;
}

.yellow-btn-container {
    display: none;
}

.under-construct {
    width: 1440px;
    height: auto;
    margin: 32px auto;
}

.yellow-container,
.white-container {
    width: 100%;
    /*height: 90px;*/
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-container {
    background-color: #173a94;
    margin: 25px auto;
}

.yellow-container .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yellow-logo {
    width: auto;
    height: 45px;
    margin: 0 25px;
}

.yellow-zdh {
    display: flex;
    justify-content: center !important;
    position: relative;
}

.yellow-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.yellow-title-container {
    line-height: 1.5;
}

.yellow-subtitle {
    font-size: 18px;
}

.yellow-title {
    font-size: 16px;
}

.yellow-title-2 {
    font-size: 20px;
    font-weight: bold;
}

.yellow-more {
    font-size: 16px;
    width: auto !important;
}

.yellow-btn-container {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 3px;
    top: 50%;
    margin-top: -20px;
}

.yellow-btn-container button {
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 40px;
}

.yellow-btn-container button * {
    width: 40px !important;
    height: 40px !important;
}

.home-description {
    font-size: 16px;
    color: #666;
    line-height: 2;
    margin-bottom: 25px;
    text-align: center;
}

.white-swiper {
    width: 1440px;
    margin: 25px auto;
}

.white-swiper .swiper-container {

}

.white-swiper .swiper-slide {
    /*width: 90% !important;*/
}

.white-swiper .swiper-button-prev,
.white-swiper .swiper-button-next {
    color: orange !important;
    top: 50% !important;
    margin-top: -30px !important;
    background-color: #FFF;
    box-shadow: #F2F2F2 0 0 5px;
}

.white-container {
    flex-wrap: wrap;
}