html,
body {
    position: relative;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide-thumb-active {
    /*border-bottom: 1px solid #fff;*/
}

.gallery-top {
    height: 100%;
    width: 100%;
    /* margin: 20px auto; */
}

.gallery-thumbs {
    /* height: 50px; */
    text-align: center;
    /* line-height: 50px; */
    box-sizing: border-box;
    width: 90%;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 90%;
    opacity: 0.4;
    cursor: pointer;
    transition: all .5s;
}

.gallery-thumbs .swiper-slide:hover {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.nav {
    width: 90%;
    margin: 0 auto;
    /* background-color: aquamarine; */
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 9;
    transform: translate(-50%, 0);
}

.gallery-top> {
    width: 90%;
    height: auto;
    margin: auto;
}

.info {
    /* line-height: 500px; */
    text-align: center;
    color: aliceblue;
    font-size: 30px
}

.gallery-top .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-size: 100% 100% !important;
}


.info img {
    width: 100%;
    height: 100vh;
    object-fit:fill;
}

.swiper-slide-visible {
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.number {
    font-size: 32px;
    margin-bottom: 10%;color:#ffffff;
}

.number-text {
    margin-bottom: 24px;
    font-size:16px;color:#ffffff;font-weight:600;
}

.brand {
    position: absolute;
    left: 12%;
    top: 22%;
    width: 80%;
    height: 200px;
    /* background-color: aquamarine; */
    /* z-index: 999; */
}

.brand-logo {
    display: flex;
}

.brand-logo-pic {
    width: 8%;
    /* height: 10; */
    margin-right: 30px;
    border-radius: 10px;
    position: relative;cursor:pointer;
}
.brand-logo-pic span{
     color: #ffffff;
     font-size: 22px;
     font-weight: 600;
     padding-top: 50px;
     display: block;
     text-align: left;


}
.brand-logo-pic img {
    width: 100%;
    height: 100%;
    /*filter: opacity(50%);*/
    border-radius: 10px;
    background:url(/eportal/uiFramework/commonResource/image/2023110416271522195.png);padding:5px;
}

.brand-logo .brand-logo-pic.current img {
    filter: opacity(100%);
    background:#ffffff;
    box-shadow:0px 0px 20px 0px #666;
}

.brand-content {
    position: absolute;
    left: 12%;
    top: 41%;
    width:82%;
    height: 200px;
}

.brand-content-text {
    font-size: 14px;
    line-height: 2;
    color:#ffffff;margin-bottom:20px;text-align:justify;word-wrap: break-word;hyphens: auto;
}

.brand-content-text2 {
    margin-top: 4%;
}

.more {
    border: 2px solid #004498;
    text-decoration: none;
    padding: 12px 32px;
    color: #fff;
    background-color: #004498;
    font-size: 14px;
    float:left;
transition: all .5s;
}
.more:hover{background-color: #fff; color:#004498; border: 2px solid #004498;}


/* 1440-1600 */
@media only screen and (min-width: 1440px)and (max-width: 1600px) {
    .swiper-slide-visible {
        font-size: 17px;
    }

    .number {
        font-size: 34px;
    }
}

/* 1280-1440 */
@media only screen and (min-width: 1280px)and (max-width: 1440px) {
    .swiper-slide-visible {
        font-size: 16px;
    }

    .number {
        font-size: 30px;
    }
}

/* 1024-1280  */
@media only screen and (min-width: 1024px)and (max-width: 1280px) {
    .swiper-slide-visible {
        font-size: 15px;
    }

    .number {
        font-size: 26px;
    }
}

/* pad 768-1024 */
@media only screen and (min-width: 768px)and (max-width: 1024px) {}

/* 屏幕小于 767px 时的样式  */
@media only screen and (max-width: 768px) {

.brand-content-text {
text-align: left;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
    text-align: justify;
    text-indent: 24px;
    margin-bottom: 10px;
    width: 370px;
    /* height: 60px; */
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.brand-logo-pic {
    width: 18%;
    margin-right: 10px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.brand {
    position: absolute;
    left: 1%;
    top: 5%;
    width: 100%;
    height: 200px;
}
.brand-content{left: 2%;top: 52%;}
.info img {
    width: 100%;
    height:auto;
}

.brand-logo-pic img{
 width: 100%;
    height: 100%;
}
.nav .swiper-button-prev{top: 50%;left:-10px;width:30px;height:30px;}
.nav .swiper-button-next{
top: 50%;right:-10px;width:30px;height:30px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 12px;
}
.swiper-wrapper{margin-bottom:0;}
.homeSwiperScreen{height:56vh}
.number{font-size: 16px;
  margin-bottom: 6%;}
.number-text{font-size: 16px;}
.nav{ bottom:-10px;}
.more{ padding:5px 10px;}
.brand-logo{ margin-left:20px;}

}
