.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';
    /* overflow-x: hidden; 加了这个就要去掉动画效果*/
}

p {
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8;
}

/* bulma样式重构 */
.section {
    padding: 3rem 1.5rem 0 1.5rem;
}

@media (max-width: 768px) {
    .section {
        padding: 2rem 0.5rem 0 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: #1890ff;
}

.button.is-primary {
    background-color: #1890ff;
}

.button.is-primary .is-hovered,
.button.is-primary:hover {
    background-color: #40a9ff;
}

.pagination-link.is-current {
    background-color: #1890ff;
    border-color: #1890ff;
}

/* 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: #1890ff;
}

/* 自定义样式 */
.title-block-1 {
    margin: 0 0 3rem 0;
}

@media (max-width: 768px) {
    .title-block-1 {
        margin: 0 0 2rem 0;
    }
}

.title-block-1 .title {
    font-size: 28px;
    text-align: center;
    border-right: none;
    border-left: none;
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .title-block-1 .title {
        font-size: 18px;
        width: 120px;
    }
}

.title-block-1 .subtitle {
    width: 200px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    font-family: Arial;
    font-size: 16px;
    display: block;
}

@media (max-width: 768px) {
    .title-block-1 .subtitle {
        font-size: 12px;
        width: 120px;
    }
}

@media (min-width: 1024px) {
    #header_1 .navbar {
        background: #1890ff;
    }
}

@media (max-width: 1024px) {
    #header_1 .navbar-menu {
        background: #1890ff;
        padding: 0;
    }
}

#header_1 .navbar-burger {
    color: #1890ff;
}

#header_1 .navbar-burger:hover {
    color: #1890ff;
}

#header_1 .navbar-item,
#header_1 .navbar-link {
    color: #fff;
}

@media (min-width: 1024px) {

    #header_1 .navbar-item,
    #header_1 .navbar-link {
        padding: 0.5rem 4.3rem;
        background: #1890ff;
    }
}

#header_1 .navbar-link.is-active,
#header_1 .navbar-link:focus,
#header_1 .navbar-link:focus-within,
#header_1 .navbar-link:hover,
#header_1 a.navbar-item.is-active,
#header_1 a.navbar-item:focus,
#header_1 a.navbar-item:focus-within,
#header_1 a.navbar-item:hover {
    background: #096dd9;
    color: #fff;
}

#header_1 .navbar-link.is-active:not(:focus):not(:hover),
#header_1 a.navbar-item.is-active:not(:focus):not(:hover) {
    background: #096dd9;
}

#header_1 .is-primary-color {
    color: #1890ff;
}

#header_1 .is-primary-bg {
    background: #1890ff;
}

#header_1 .padding-ud-3 {
    padding: 30px 0;
}

#header_1 .font-size-16 {
    font-size: 16px;
}

#header_1 .i-mobile-style {
    font-size: 49px;
    padding: 0 8px;
}

.banner {
    height: 31.25vw;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .banner {
        background-size: contain;
    }
}

.banner .title {
    color: #fff;
    font-size: 40px;
}

@media (max-width: 768px) {
    .banner .title {
        font-size: 20px;
    }
}

.banner .subtitle {
    color: #fff;
    font-size: 25px;
}

@media (max-width: 768px) {
    .banner .subtitle {
        font-size: 16px;
    }
}

#xinwenliebiao .xinwen-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    #xinwenliebiao .xinwen-item {
        margin-bottom: 16px;
    }
}

#xinwenliebiao .xinwen-item .date {
    border: 1px solid #ddd;
}

#xinwenliebiao .xinwen-item .date .monthday {
    text-align: center;
    line-height: 1.2;
}

#xinwenliebiao .xinwen-item .date .monthday .month {
    font-size: 38px;
    color: #1890ff;
}

#xinwenliebiao .xinwen-item .date .monthday .day {
    font-size: 18px;
}

#xinwenliebiao .xinwen-item .date .year {
    font-size: 18px;
    color: #999;
    background: #eee;
    height: 26px;
    line-height: 26px;
    clear: both;
    text-align: center;
}

#xinwenliebiao .xinwen-item .title {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#xinwenliebiao .xinwen-item .subtitle {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.45);
}

#xinwenliebiao .xinwen-item .intro {
    text-indent: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#xinwenliebiao .xinwen-item .more {
    font-size: 14px;
    margin-top: 22px;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}
#lianxiwomen .lianxi {
    background: #2179c7;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (max-width: 768px) {
    #lianxiwomen .lianxi {
        padding: 16px 0;
    }
}

#lianxiwomen .lianxi p {
    font-size: 18px;
    line-height: 2;
    text-indent: 0;
}

@media (max-width: 768px) {
    #lianxiwomen .lianxi p {
        font-size: 14px;
    }
}

#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-active {
    background-color: #2179c7;
}

#lunbotu .swiper-button-prev,
#lunbotu .swiper-button-next {
    font-size: 44px;
    color: #2179c7;
    background-image: none;
}

#gongyongdibu {
    background: #212121;
}

#gongyongdibu .footer-intro {
    padding-bottom: 24px;
}

#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: #2179c7;
}

.copyright {
    text-align: center;
    font-size: 16px;
    line-height: 4;
    color: #fff;
    background: #000;
}

@media (max-width: 768px) {
    .copyright {
        margin-top: 16px;
    }
}

@media (min-width: 1024px) {
    #header_1 .navbar {
        background: #1990ff;
    }
}

@media (max-width: 1024px) {
    #header_1 .navbar-menu {
        background: #1990ff;
        padding: 0;
    }
}

#header_1 .navbar-burger {
    color: #1990ff;
}

#header_1 .navbar-burger:hover {
    color: #1990ff;
}

#header_1 .navbar-item,
#header_1 .navbar-link {
    color: #fff;
}

@media (min-width: 1024px) {

    #header_1 .navbar-item,
    #header_1 .navbar-link {
        padding: 0.5rem 4.3rem;
        background: #1990ff;
    }
}

#header_1 .navbar-link.is-active,
#header_1 .navbar-link:focus,
#header_1 .navbar-link:focus-within,
#header_1 .navbar-link:hover,
#header_1 a.navbar-item.is-active,
#header_1 a.navbar-item:focus,
#header_1 a.navbar-item:focus-within,
#header_1 a.navbar-item:hover {
    background: #ff6637;
    color: #fff;
}

#header_1 .navbar-link.is-active:not(:focus):not(:hover),
#header_1 a.navbar-item.is-active:not(:focus):not(:hover) {
    background: #ff6637;
}

#header_1 .is-primary-color {
    color: #1990ff;
}

#header_1 .is-primary-bg {
    background: #1990ff;
}

#header_1 .padding-ud-3 {
    padding: 30px 0;
}

#header_1 .font-size-16 {
    font-size: 16px;
}

#header_1 .i-mobile-style {
    font-size: 49px;
    padding: 0 8px;
}



#gongsijieshao .title {
    text-align: center;
}

#gongsijieshao .subtitle {
    text-align: center;
}

#chanpinxiangqing .swiper-container {
    width: '100%';
    height: 'auto';
}

#chanpinxiangqing .swiper-button-prev,
#chanpinxiangqing .swiper-button-next {
    font-size: 44px;
    color: #2179c7;
    background-image: none;
}

#chanpinxiangqing .title {
    text-align: center;
}

#chanpinxiangqing p img {
    display: block;
    margin-bottom: 10px;
}

#chanpinliebiao .tabs {
    margin-bottom: 3rem;
}

#chanpinliebiao .prodcut-item {
    border: 1px solid #00829a;
    background: #00829a;
    color: #fff;
    text-align: center;
    font-size: 0;
}

#chanpinliebiao .prodcut-item figcaption {
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media (max-width: 768px) {
    #chanpinliebiao .is-3 {
        width: 50%;
    }
}

#xinwenxiangqing .title {
    text-align: center;
    font-size: 20px;
}

#xinwenxiangqing .subtitle {
    text-align: center;
    font-size: 12px;
}

#xinwenxiangqing .intro {
    font-size: 12px;
    border: 1px solid #e1e1e7;
    border-left: 4px solid #e1e1e7;
    padding: 18px;
}

#xinwenxiangqing .content {
    margin-top: 24px;
}

#xinwenxiangqing .more {
    border: 1px solid #efefef;
    margin: 30px auto;
    padding: 16px 32px;
}

#xinwenxiangqing .more a {
    color: #999;
}

#xinwenxiangqing .more a:hover,
#xinwenxiangqing .more a:active {
    color: #999;
}