.banner .brand_link {
    height: 80px;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 120px;
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
}

.banner .brand_link a {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    position: relative;
    white-space: nowrap;
}

.banner .brand_link a:after {
    content: "";
    width: 31px;
    height: 2px;
    background: #003894;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    bottom: -7px;
    transform: translateX(-50%) scaleX(0);
    transition: 0.6s;
}

.banner .brand_link a:hover, .banner .brand_link a.on {
    color: #003894;
}

.banner .brand_link a:hover:after, .banner .brand_link a.on:after {
    transform: translateX(-50%) scaleX(1);
}

.banner .brand_link a:not(:nth-last-child(1)) {
    margin-right: 150px;
}

.section {
    background: #F3F4F6;
}

.section .fix {
    height: 100vh;
}

.section .fix .wrap {
    position: relative;
}

.section .fix .wrap .mao {
    position: absolute;
    top: 420px;
    left: 80px;
}

.section .fix .wrap .mao .cir {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #141414;
    margin-bottom: 5px;
    transition: 0.4s;
    cursor: pointer;
    transition: 0.6s;
}

.section .fix .wrap .mao .cir:hover, .section .fix .wrap .mao .cir.on {
    height: 20px;
    background: #141414;
}

.section .fix .wrap .mao .cir:nth-last-child(1) {
    margin-bottom: 0;
}

.section .fix .wrap .wrap_box {
    width: 1300px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.section .fix .wrap .wrap_box .wrap_link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0px;
}

.section .fix .wrap .wrap_box .wrap_link .item {
    width: fit-content;
    margin: 0 15px 20px;
    height: 50px;
    border-radius: 30px;
    border: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
    padding: 0 30px;
    cursor: pointer;
    transition: 0.6s;
    font-weight: 400;
    font-size: 18px;
}

.section .fix .wrap .wrap_box .wrap_link .item:hover, .section .fix .wrap .wrap_box .wrap_link .item.on {
    color: #003894;
}

.section .fix .wrap .wrap_box .items {
    position: relative;
}

.section .fix .wrap .wrap_box .items .item {
    position: relative;
}

.section .fix .wrap .wrap_box .items .item .item_box {
    transition: 0.6s;
}

.section .fix .wrap .wrap_box .items .item .item_img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.section .fix .wrap .wrap_box .items .item .item_img img {
    display: block;
    width: 100%;
}

.section .fix .wrap .wrap_box .items .item .item_text {
    position: absolute;
    top: 50%;
    left: 72px;
    transform: translateY(-50%);
}

.section .fix .wrap .wrap_box .items .item .item_text h2 {
    font-weight: bold !important;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 40px;
}

.section .fix .wrap .wrap_box .items .item .item_text .none {
  margin: 0 0 45px;
  display: none;
}

.section .fix .wrap .wrap_box .items .item .item_text .none p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;

    width: 605px;
}

.section .fix .wrap .wrap_box .items .item .item_text .btn {
    display: flex;
  cursor: pointer;
    align-items: center;
}
.section .fix .wrap .wrap_box .items .item .item_text .btn svg {
  transform: rotate(90deg);
  transition: 0.6s;
}
.section .fix .wrap .wrap_box .items .item .item_text.item_active .btn svg {
  transform: rotate(-90deg);
}
.section .fix .wrap .wrap_box .items .item .item_text .btn svg .a {
    transition: 0.6s;
}

.section .fix .wrap .wrap_box .items .item .item_text .btn p {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-left: 18px;
    transition: 0.6s;
}

.section .fix .wrap .wrap_box .items .item .item_text .btn:hover svg .a {
    stroke: #003894;
}

.section .fix .wrap .wrap_box .items .item .item_text .btn:hover p {
    color: #003894;
}

.section .fix .wrap .wrap_box .items .item:not(:nth-child(1)) {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(100vh);
}

/*# sourceMappingURL=brand.css.map */
@media screen and (max-width: 1600px) {
    .banner .brand_link {
        padding: 0 80px;
    }
    .banner .brand_link a:not(:nth-last-child(1)) {
        margin-right: 60px;
    }
    .banner .brand_link a {
        font-size: 16px;
    }
    .banner .brand_link {
        height: 70px;
    }
    .section .fix .wrap .wrap_box .wrap_link .item {
        font-size: 16px;
        height: 44px;
        padding: 0 25px;
    }
    .section .fix .wrap .wrap_box {
        width: 67vw;
    }
    .section .fix .wrap .wrap_box .items .item .item_text h2 {
        font-size: 24px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .btn p {
        font-size: 18px;
        margin-left: 6px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .btn svg {
        width: 18px;
        height: 18px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .none p {
        font-size: 16px;
    }
}
@media screen and (max-width: 1400px) {
    .section .fix .wrap .wrap_box .wrap_link .item {
        font-size: 14px;
    }
}
@media screen and (max-width: 1200px) {
    .section {
        height: unset!important;
    }
    .section .fix {
        height: auto;
        transform: unset!important;
    }
    .section .fix .wrap .wrap_box .items .item:not(:nth-child(1)) {
        position: unset;
        transform: unset!important;
        margin-top: 40px;
    }
    .section .fix .wrap .wrap_box .wrap_link {
        display: none;
    }
    .section .fix .wrap .mao {
        display: none;
    }
    .section .fix .wrap .wrap_box {
        width: 90%;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .none {
        display: block;
        margin: 0;
    }
    .section .fix .wrap .wrap_box .items .item .item_text {
        left: 40px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .btn {
        display: none;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .none p {
        font-size: 14px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text h2 {
        font-size: 20px;
        line-height: 1;
    }
    .section .fix .wrap .wrap_box {
        padding: 80px 0;
    }
    .banner .brand_link {
        height: 55px;
        padding: 0 50px;
    }
    .banner .brand_link a:not(:nth-last-child(1)) {
        margin-right: 30px;
    }
    .banner .brand_link a {
        font-size: 14px;
    }
    .banner .brand_link a:after {
        width: 22px;
    }
    .banner .brand_link {
        bottom: 25px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .none p {
        width: unset;
        padding: 0 40px 0 0;
        line-height: 1.6;
    }
    .section .fix .wrap .wrap_box .items .item .item_img img {
        filter: brightness(0.8);
    }
}
@media screen and (max-width: 768px) {
    .section .fix .wrap .wrap_box {
        padding: 40px 0;
    }
    .section .fix .wrap .wrap_box .items .item:not(:nth-child(1)) {
        margin-top: 30px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .none p {
        font-size: 12px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text {
        position: unset;
        transform: unset;
        margin: 20px 0 40px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text h2 , .section .fix .wrap .wrap_box .items .item .item_text .none p {
        color: #111111;
    }
    .section .fix .wrap .wrap_box .items .item .item_text h2 {
        margin-bottom: 10px;
    }
    .section .fix .wrap .wrap_box .items .item .item_text .none p {
        font-size: 14px;
        padding: 0;
    }
    .section .fix .wrap .wrap_box .items .item .item_text h2 {
        font-size: 16px;
        line-height: 1.4;
    }
    .section .fix .wrap .wrap_box .items .item .item_img {
        border-radius: 10px;
    }
}
