html,body {
    margin: 0;
    padding: 0;
    color: #222;
}

a:link{
    text-decoration: none;
}
a:hover{
    color: #000;
    text-decoration: underline;
}
a:visited{
    color: #222;
    text-decoration: none;
}


.navbar-container {
    width: 100vw;
    height: 8vh;
    line-height: 8vh;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: start;
}

.navbar-container .logo-container {
    margin: 0 auto;
    height: 8vh;
    width: 100%;
    text-align: center;
}

.navbar-container .logo-container img{
    height: 8vh;
}


.banner-container {
    height: 80vh;
    width: 100vw;
    background-color: #000000;
}

.banner-container .banner-swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    background-position: center center;
    background-size: 100vw auto;
    background-repeat: no-repeat;
}

.banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-swiper .swiper-slide .slide-banner-item {
    position: absolute;
    top: 45%;
    left: 50%;
    padding-right: 0;
    transform: translate(-50%, -50%);
    display: block;
    padding: 0;
}

.banner-swiper .swiper-pagination-bullets {
    bottom: 32px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #f2f2f2;
}

.banner-swiper .swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 14px;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px dashed #ffffff;
}

.banner-swiper .swiper-button-next {
    right: 120px;
}

.banner-swiper .swiper-button-prev {
    left: 120px;
}

.banner-swiper .swiper-button-next:after,
.banner-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
}

.bottom-container {
    width: 100vw;
    height: 12vh;

    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-container .cell {
    width: 100%;
    height: 8vh;
    line-height: 2vh;
    text-align: center;
}

.cell .company-name{
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 4px;
}
.cell .record-number{
    font-size: 12px;
    color: #777;
}
.cell .record-gongan{
    font-size: 12px;
    color: #777;
}

.cell .record-gongan a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-image: url(https://www.beian.gov.cn/img/ghs.png);
    background-size: 14px;
    background-repeat: no-repeat;
    padding-left: 20px;
    background-position: left center;
}
/* .cell .record-gongan img{
    display: inline-block;
    height: 20px;
    line-height: 20px;
} */
.cell .copyright{
    font-size: 12px;
    color: #777;
}