.swiper-ind {
    max-width: 1920px;
    min-width: 1100px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.swiper-pagination-bullet-active {
    background: #E12809;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 10px;
    border-radius: 50px;
}



.profile-box {
    background-color: #ffffff;
    padding: 60px 0;
}

.profile-bcnt {
    position: relative;
}

.profile-bcimg {
    width: 53%;
    transition: 1s all;
    position: relative;
    top: -20px;
}

.profile-bcimg img {
    width: 100%;
    height: auto;
}


.profile-bcnews {
    width: 50%;
    position: absolute;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px 5px #eeeeee;
    transition: 1s all;
}

.bcnews-cnt {
    padding: 40px;
}

.bcnews-ctit {
    display: flex;
    justify-content: space-between;
}

.bcnews-ctit h3 {
    font-size: 32px;
    display: flex;
    align-items: flex-end;
    color: #696969;
}

.bcnews-ctit h3 p {
    font-size: 20px;
    color: #cccccc;
    margin-left: 10px;
}

.bcnews-ctit a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
    color: #666666;
}

.bcnews-ctit a:hover {
    color: #ffffff;
    background-color: #E12809;
}

.bcnews-ctxt {
    font-size: 14px;
    color: #808080;
    text-indent: 2em;
    padding: 30px 0;
    line-height: 1.8;
}

.bcnews-cul {
    display: flex;
    justify-content: space-between;
}

.bcnews-cul li {
    min-width: 25%;
}

.bcnews-cul li h4 {
    font-size: 38px;
    color: #696969;
}

.bcnews-cul li p {
    font-size: 14px;
    color: #A9A9A9;
}

.bcnews-cul li span {
    width: 30px;
    height: 1px;
    display: inline-block;
    background-color: #999999;
}







.brand-box {
    padding: 40px 0;
}

.brandb-bj {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.brandb-bj img {
    width: 100%;
    height: 100%;
}

.brandb-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brandb-tit h3 {
    font-size: 32px;
    color: #ffffff;
}

.brandb-tit span {
    width: 40px;
    height: 2px;
    display: inline-block;
    background-color: rgba(196, 147, 83, 1);
    margin: 15px 0;
}

.brandb-tit p {
    font-size: 16px;
    color: #ffffff;
}


.brandb-cnt {
    min-height: 33vh;
    padding: 40px 0 60px;
    position: relative;
}

.mySwiperOur {
    overflow: hidden;
}

.brandb-cnt .swiper-pagination {
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.swiper-pagination span {
    margin: 0 5px;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: -30px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: -40px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: -40px;
}

.slide-ul {
    display: flex;
    flex-wrap: wrap;
}

.slide-ul li {
    width: calc((100% - 140px)/7);
    margin: 10px;
}

.slide-ul li img {
    width: 100%;
    height: auto;
    transition: all .5s;
}



.settled-box {
    padding: 60px 0;
    background-color: #ffffff;
}

.settled-btit {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.settled-btit h3 {
    font-size: 32px;
    color: #696969;
    padding-bottom: 10px;
}

.settled-btit a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    font-size: 26px;
    color: #666666;
}

.settled-btit a:hover {
    color: #ffffff;
    background-color: #E12809;
}


.settled-bul {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.settled-bul li {
    width: 24%;
    position: relative;
    transition: .5s all;
}

.settled-bul li a {
    width: 100%;
}

.settled-buimg {
    width: 100%;
}

.settled-buimg img {
    width: 100%;
    height: auto;
}

.settled-bul li:hover {
    box-shadow: 0 0 10px 5px #eeeeee;
    top: -5px;
    transition: .5s all;
}

.settled-bul li:hover a .settled-butxt h5 {
    color: #E12809;
}

.settled-butxt {
    padding: 20px;
}

.settled-butxt h5 {
    font-size: 18px;
    text-align: center;
}

.settled-butxt p {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    line-height: 26px;
}




@media only screen and (max-width: 1340px) {

    .profile-box {
        padding: 50px 0;
    }

    .bcnews-cnt {
        padding: 30px;
    }

    .bcnews-ctit h3 {
        font-size: 28px;
    }

    .bcnews-ctit h3 p {
        font-size: 16px;
        margin-left: 5px;
    }

    .bcnews-ctit a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 24px;
    }

    .bcnews-ctxt {
        font-size: 12px;
        padding: 20px 0;
        line-height: 1.8;
    }

    .bcnews-cul li h4 {
        font-size: 32px;
    }

    .bcnews-cul li p {
        font-size: 12px;
    }

    .bcnews-cul li span {
        width: 20px;
    }







    .brand-box {
        padding: 30px 0;
    }

    .brandb-tit h3 {
        font-size: 28px;
    }

    .brandb-tit span {
        width: 30px;
        height: 2px;
        margin: 10px 0;
    }

    .brandb-tit p {
        font-size: 14px;
    }

    .brandb-cnt {
        padding: 30px 0 50px;
    }

    .swiper-pagination-bullet {
        width: 15px;
        height: 8px;
    }




    .settled-box {
        padding: 50px 0;
    }

    .settled-btit h3 {
        font-size: 28px;
        padding-bottom: 5px;
    }

    .settled-btit a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
    }

    .settled-butxt {
        padding: 15px;
    }

    .settled-butxt h5 {
        font-size: 16px;
    }

    .settled-butxt p {
        font-size: 12px;
        margin-top: 5px;
        line-height: 22px;
    }

}

@media only screen and (max-width: 768px) {
    .swiper-ind {
        max-width: 100%;
        min-width: 100%;
    }



    .profile-bcnt {
        height: 60vh;
    }

    .profile-bcnews {
        width: 100%;
        transform: translateY(-15%);
    }

    .profile-box {
        padding: .5rem .1rem;
    }

    .profile-bcimg {
        width: 100%;

    }

    .bcnews-cnt {
        padding: .3rem;
    }

    .bcnews-ctit h3 {
        font-size: 22px;
    }

    .bcnews-ctit h3 p {
        font-size: 14px;
        margin-left: 5px;
    }

    .bcnews-ctxt {
        padding: .2rem 0;
    }

    .bcnews-cul li h4 {
        font-size: 26px;
    }





    .brand-box {
        padding: .3rem 0;
    }

    .brandb-tit h3 {
        font-size: 22px;
    }

    .brandb-tit span {
        width: 20px;
        height: 1px;
        margin: .1rem 0;
    }

    .brandb-cnt {
        padding: .3rem .6rem .5rem;
    }

    .slide-ul li {
        width: calc((100% - 60px) / 3);
        margin: 10px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 5px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 5px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 27px;
        height: 44px;
        background-size: 17px 34px;
    }

    .brandb-cnt .swiper-pagination {
        bottom: 10px;
    }







    .settled-box {
        padding: .5rem .1rem;
    }

    .settled-btit h3 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .settled-bul {
        flex-wrap: wrap;
    }

    .settled-bul li {
        width: 49%;
    }

    .settled-butxt {
        padding: .15rem;
    }

    .settled-butxt h5 {
        font-size: 14px;
    }

}