﻿.ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 浏览器标签样式 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

p {
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8;
}
/* bulma样式重构 */
.section {
    padding: 0rem 1.5rem 3rem 1.5rem;
}

@media (max-width: 768px) {
    .section {
        padding: 1rem 0.5rem 2rem 0.5rem;
    }
}

.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    border-color: #00142d;
}

.button.is-primary {
    background-color: #00142d;
}

    .button.is-primary .is-hovered,
    .button.is-primary:hover {
        background-color: #09213b;
    }

.pagination-link.is-current {
    background-color: #00142d;
    border-color: #00142d;
}
/* font重构 */
.title {
    font-size: 18px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .title {
        font-size: 16px;
    }
}

.subtitle {
    font-size: 16px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .subtitle {
        font-size: 14px;
    }
}

.intro {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .intro {
        font-size: 12px;
    }
}
/* swiper */
.swiper-pagination-bullet-active {
    background: #00142d;
}
/* 自定义样式 */
.title-block-1 {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .title-block-1 {
        margin: 0 0 2rem 0;
    }
}

.title-block-1 .title {
    font-size: 28px;
    text-align: center;
    /* border-right: solid 3px @primary-color;
            border-left: solid 3px @primary-color; */
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
    font-weight: 400;
    font-family: '宋体';
}

@media (max-width: 768px) {
    .title-block-1 .title {
        font-size: 18px;
        width: 120px;
    }
}

.title-block-1 .subtitle {
    width: 230px;
    line-height: 1.5;
    padding: 8px 0 20px;
    margin: 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    font-family: '宋体';
    font-size: 16px;
}

@media (max-width: 768px) {
    .title-block-1 .subtitle {
        font-size: 12px;
        width: 120px;
    }
}

.title-block-2 {
    text-align: center;
}

    .title-block-2 .title i {
        color: #00142d;
        font-size: 20px;
    }

    .title-block-2 .title span {
        color: #434343;
        font-size: 28px;
        padding: 0 16px;
    }

    .title-block-2 .subtitle {
        color: #b2b2b2;
        font-size: 20px;
    }

.title-block-3 {
    text-align: center;
    margin-bottom: 60px;
}

    .title-block-3 .subtitle {
        margin-bottom: 0;
        font-size: 18px;
        color: #333333;
    }

    .title-block-3 .title {
        color: #00142d;
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 0.75rem !important;
    }

        .title-block-3 .title span {
            font-weight: 500;
        }

    .title-block-3 p {
        margin: 0 auto;
        text-indent: 0;
        font-size: 14px;
        color: #808080;
    }

@media (max-width: 768px) {
    .title-block-3 {
        margin-bottom: 20px;
    }

        .title-block-3 .title {
            line-height: 1;
            margin-top: 0;
        }

            .title-block-3 .title span {
                font-size: 16px;
            }

        .title-block-3 .subtitle {
            font-size: 12px;
        }
}

.title-block-4 {
    text-align: center;
}

    .title-block-4 .title {
        margin-bottom: 0;
        font-size: 24px;
    }

    .title-block-4 em {
        display: inline-block;
        background: #00142d;
        height: 3px;
        width: 36px;
        margin-top: 1.2rem;
        margin-bottom: 0.5rem;
    }

    .title-block-4 .subtitle {
        font-size: 14px;
        color: #666666;
    }

#header {
    background: #00142d;
}

    #header .navbar-item img {
        max-height: 3.75rem;
    }

    #header .navbar-brand .navbar-item {
        padding-right: 0;
        padding-left: 0;
    }

        #header .navbar-brand .navbar-item:hover {
            background: transparent;
        }

    #header .navbar {
        background: #00142d;
    }

@media (max-width: 1024px) {
    #header .navbar-menu {
        background: #00142d;
        padding: 0;
    }
}

#header .navbar-burger {
    color: #fff;
}

    #header .navbar-burger:hover {
        color: #fff;
    }

#header .navbar-item,
#header .navbar-link {
    color: #fff;
}

@media (min-width: 1024px) {
    #header .navbar-item,
    #header .navbar-link {
        padding: 1rem 3.3rem;
    }
}

#header .navbar-link.is-active,
#header .navbar-link:focus,
#header .navbar-link:focus-within,
#header .navbar-link:hover,
#header a.navbar-item.is-active,
#header a.navbar-item:focus,
#header a.navbar-item:focus-within,
#header a.navbar-item:hover {
    background: #284054;
    color: #fff;
}

    #header .navbar-link.is-active:not(:focus):not(:hover),
    #header a.navbar-item.is-active:not(:focus):not(:hover) {
        background: #284054;
    }

#header .navbar-start {
    margin-left: auto;
    margin-right: unset;
}

#header .is-primary-color {
    color: #00142d;
}

#header .is-primary-bg {
    background: #00142d;
}

#header .padding-ud-3 {
    padding: 30px 0;
}

#header .font-size-16 {
    font-size: 16px;
}

#header .i-mobile-style {
    font-size: 49px;
    padding: 0 8px;
}

#header .navbar-link:not(.is-arrowless)::after {
    border-color: #fff;
}

#header .navbar-dropdown {
    background-color: #00142d;
    border-top-color: #00142d;
}

#header .navbar-item.has-dropdown a.navbar-item:hover {
    background: #284054;
    color: #fff;
}

#header .navbar-item.has-dropdown {
    padding: 0;
}

#header .navbar-item,
#header .navbar-link {
    background-color: #00142d;
}

#lunbotu {
    /* padding: 3rem 0; */
}

    #lunbotu .swiper-container {
        width: 100%;
        height: 31.25vw;
    }

        #lunbotu .swiper-container .swiper-slide {
            background-size: cover;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
        }

            #lunbotu .swiper-container .swiper-slide .title {
                color: #fff;
                font-size: 40px;
            }

@media (max-width: 768px) {
    #lunbotu .swiper-container .swiper-slide .title {
        font-size: 20px;
    }
}

#lunbotu .swiper-container .swiper-slide .subtitle {
    color: #fff;
    font-size: 25px;
}

@media (max-width: 768px) {
    #lunbotu .swiper-container .swiper-slide .subtitle {
        font-size: 16px;
    }
}

#lunbotu .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#lunbotu .swiper-pagination-bullet-active {
    background-color: #fff;
}

#lunbotu .swiper-button-prev,
#lunbotu .swiper-button-next {
    font-size: 60px;
    color: #00142d;
    background-image: none;
}

#chanpinliebiao {
    padding: 0rem 1.5rem 3rem 1.5rem;
}

    #chanpinliebiao .item {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

        #chanpinliebiao .item:hover h1 {
            color: #fff;
        }

        #chanpinliebiao .item:hover h2 {
            color: #4974ff;
        }

        #chanpinliebiao .item .text {
            position: absolute;
            width: 100%;
            background: linear-gradient(0deg, #000000, transparent);
            bottom: 0;
            padding: 10px 20px;
        }

            #chanpinliebiao .item .text h1 {
                color: #fff;
                font-size: 16px;
            }

            #chanpinliebiao .item .text h2 {
                color: #4974ff;
                font-size: 20px;
            }

#gongsiyousi {
    padding-bottom: 3rem;
    background: url('http://cdn.xuansiwei.com/d0902wcm1273/1586760006189/back.jpg?x-oss-process=style/small');
}

@media (max-width: 768px) {
    #gongsiyousi {
        margin-top: 2rem;
        padding-bottom: 2rem;
    }
}

#gongsiyousi .title {
    color: #fff;
    padding-top: 2rem;
}

@media (max-width: 768px) {
    #gongsiyousi .title {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

#gongsiyousi .subtitle {
    color: #fff;
    margin-bottom: 1em;
}

#gongsiyousi .title-block-1 {
    text-align: center;
    /* margin: 0.2rem 0 3rem 0; */
}

    #gongsiyousi .title-block-1 p {
        width: 100%;
        margin: 0 auto;
        color: #fff;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 30px;
    }

@media (max-width: 768px) {
    #gongsiyousi .title-block-1 p {
        width: 100%;
    }
}

#gongsiyousi .title-block-1 a {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

    #gongsiyousi .title-block-1 a:hover {
        background-color: #4974ff;
        border-color: #4974ff;
    }

#gongsiyousi .gongsiyousi_content .item {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-top: 25px;
    /* background-color: rgba(84, 84, 84, .2); */
}

    #gongsiyousi .gongsiyousi_content .item h1 {
        margin: 1rem 0;
        color: #fff;
    }

    #gongsiyousi .gongsiyousi_content .item h2 {
        color: #d3d3d3;
        padding-bottom: 25px;
    }

#gongsiyousi .column.is-1-desktop {
    width: 12.5%;
}

@media (max-width: 768px) {
    #gongsiyousi .column.is-6-mobile {
        width: 50%;
    }
}

#gongsiyousi .button {
    margin-bottom: 12px;
}

#xinwenliebiao1 {
    background-color: #fff;
}

    #xinwenliebiao1 .xinwen-item {
        padding-bottom: 8px;
        margin-bottom: 26px;
    }

@media (max-width: 768px) {
    #xinwenliebiao1 .xinwen-item {
        margin-bottom: 16px;
    }
}

#xinwenliebiao1 .xinwen-item .title {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#xinwenliebiao1 .xinwen-item .subtitle {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.45);
}

#xinwenliebiao1 .xinwen-item .intro {
    text-indent: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#xinwenliebiao1 .img-intro {
    position: relative;
}

    #xinwenliebiao1 .img-intro img {
        width: 100%;
    }

    #xinwenliebiao1 .img-intro .text {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        width: 100%;
        padding: 30px;
        color: #fff;
    }

        #xinwenliebiao1 .img-intro .text h1 {
            font-size: 18px;
            margin-bottom: 5px;
        }

        #xinwenliebiao1 .img-intro .text h2 {
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

#xinwenliebiao1 .p-bottom-0 {
    padding-bottom: 0;
    border-bottom: 1px solid #ddd;
}

#xinwenliebiao1 .news-item {
    margin-bottom: 5px;
}

    #xinwenliebiao1 .news-item p {
        margin-bottom: 0;
    }

#gongyongdibu {
    background: #00142D;
    margin-top: 24px;
}

    #gongyongdibu .section {
        padding: 1rem 1.5rem 0rem 1.5rem;
    }

    #gongyongdibu .footer-intro {
        padding-bottom: 15px;
    }

    #gongyongdibu .title {
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
    }

    #gongyongdibu .subtitle {
        color: #fff;
        font-size: 14px;
    }

        #gongyongdibu .subtitle i {
            padding-right: 8px;
        }

    #gongyongdibu .intro {
        color: #fff;
    }

    #gongyongdibu hr {
        width: 3em;
        background-color: #00142d;
    }

    #gongyongdibu .footer-intro .footer_logo {
        border-right: 1px solid #fff;
        padding-right: 30px;
    }

    #gongyongdibu .footer-intro .call {
        color: #fff;
        margin-left: 30px;
    }

    #gongyongdibu .footer-intro .qrCode {
        display: flex;
        justify-content: space-around;
        padding: 0 30px;
    }

    #gongyongdibu .call h1 {
        font-size: 14px;
        text-align: center;
        line-height: 28px;
        /* text-align-last: start; */
    }

.copyright {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #fff;
    background: #000;
}

    .copyright a {
        color: #fff;
    }

@media (max-width: 768px) {
    .copyright {
        font-size: 14px;
        margin-top: 16px;
    }
