/**********  所有页面都要共用的样式  **********/
/*自定义基础通用样式*/
body {
    background: #f8f8f8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 300;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 300;
}

a:visited {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

/*所有按钮加渐变动画*/
.btn {
    -webkit-transition: all 0.225s ease-in-out;
    -moz-transition: all 0.225s ease-in-out;
    -o-transition: all 0.225s ease-in-out;
    transition: all 0.225s ease-in-out;
}

/*所有按钮加渐变动画*/

/*幽灵按钮*/
.btn-outline-inverse {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.btn-outline-inverse:hover {
    color: #0ba1e4;
    text-shadow: none;
    background-color: #fff;
}

.btn-outline-blue {
    color: #0ba1e4;
    background: transparent;
    border-color: #0ba1e4;
}

.btn-outline-blue:hover {
    color: #fff;
    text-shadow: none;
    background-color: #0ba1e4;
}

/*幽灵按钮*/

/*标题下方的短下划线*/
.line {
    border-top: 1px solid #0ba1e4;
    width: 30px;
}

.line-big {
    margin: 30px auto 26px;
    border-width: 2px;
    width: 80px;
}

/*标题下方的短下划线*/

/*复写引用样式*/
blockquote {
    padding-right: 0;
    padding-bottom: 0;
    background: #f9f9f9;
    color: #919191;
    font-size: 14px;
    /* background-image: url(../images/icons/quote-left.png); */
    background-position: top left;
    background-repeat: no-repeat;
    text-indent: 2em;
}

blockquote .quote-content {
    padding-right: 20px;
    padding-bottom: 10px;
    /* background-image: url(../images/icons/quote-right.png); */
    background-position: bottom right;
    background-repeat: no-repeat;
}

/*复写引用样式*/

/*自定义基础通用样式 */

/*所有页面共享的样式如导航,页脚等 */
/*手机超小屏幕下的单独样式 xs < 768px */
@media (max-width: 767px) {

    /*全部-导航*/
    body {
        padding-top: 0;
        /*移动端若固定顶部导航的话高度为52px*/
    }

    #header .navbar {
        /*移动端导航不固定顶部*/
        position: relative !important;
    }

    #header .navbar {
        padding-bottom: 0;
    }

    .navbar-brand {
        padding: 5px 0 0 15px !important;
    }

    .navbar-brand img {
        max-width: 100px !important;
    }

    #header .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        line-height: 16px;
        padding: 15px 0 15px 30px !important;
        color: #666666 !important;
        border-bottom: 1px solid #CDCDCD;
        background-color: #F8F8F8;
    }

    #header .navbar-default .navbar-nav>li>a:hover {
        color: #ffffff !important;
        background-color: #353998;
    }

    #header .navbar-default .navbar-nav>.active>a,
    #header .navbar-default .navbar-nav>.active>a:hover,
    #header .navbar-default .navbar-nav>.active>a:focus {
        color: #ffffff !important;
        background-color: #353998;
    }

    /*全部-导航*/
    /*全部-关于我们*/
    .section {
        width: 100%;
        padding: 15px 15px;
        background-color: white;
    }

    .section .section-title {
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section .section-title .title-left {
        width: 130px;
        height: 1px;
        background: #2B2F89;
        position: relative;
    }

    .section .section-title .title-left::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #2B2F89;
        position: absolute;
        right: 0;
        top: -2px;
    }

    .section .section-title .title-txt {
        min-width: 130px;
        height: 70px;
        margin: 0 5px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .section .section-title .title-txt .cn {
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color: #2B2F89;
    }

    .section .section-title .title-txt .en {
        font-size: 14px;
        line-height: 23px;
        color: #2B2F89;
        text-transform: uppercase;
        white-space: nowrap;
    }
    .section.product{
        padding: 15px;
    }
    .section.product .section-title .title-txt .en {
        font-size: 14px;
        white-space: nowrap;
    }


    .section .section-title .title-right {
        width: 130px;
        height: 1px;
        background: #2B2F89;
        position: relative;
    }

    .section .section-title .title-right::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #2B2F89;
        position: absolute;
        left: 0;
        top: -2px;
    }

    .section.about {
        background: #F5FAFF;
    }

    .about-desc {
        margin-top: 20px;
    }

    .about-desc .about-txt {
        font-weight: 400;
        font-size: 16px;
        color: #595959;
        line-height: 30px;
        text-align: left;
        padding: 20px 15px;
        background-color: white;
    }

    .about-desc .about-txt a {
        width: 130px;
        height: 30px;
        background: linear-gradient(111deg, #2B2F89 0%, #64BEFA 100%);
        border-radius: 20px;
        line-height: 30px;
        font-size: 13px;
        color: white;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
    }

    .about-desc .about-img {
        display: none;
    }

    .about-desc .about-img-mb {
        display: unset;
        padding: 0;
        margin-bottom: 20px;
    }

    .section.product .row a{
        display: inline-block;
        min-height: unset;
        max-height: unset;
        padding: 0 ;
    }
    .section.cases{
        background: url(../image/indexcasembbg.png) no-repeat;
        background-size: 100% 100%;
    }
    .section.cases .row{
        margin-top: 20px;
        padding: 15px;
    }
    .section.cases .row a  {
        display: block;
        padding: 10px;
        float: left;
    }
  
    .section.cases .row a span{
        font-size: 16px;
        line-height: 18px;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
        text-align: center;
        color: white;
    }
    .section.news{
        background-color: #F8F8F8;
        background: url(../image/indexnewsmbbg.png) no-repeat;
        background-size: 100% ;
    }
    .section.news .row{
        margin-top: 20px;
    }
    .section.news .row a{
        display: inline-block;
        min-height: unset;
        max-height: unset;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    .section.news .row a .news-title{
        font-size: 16px;
        color: #2E2E2E;
        line-height: 32px;
        width: 100%;
        height: 32px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .section.news .row a .news-desc{
        font-size: 12px;
        line-height: 18px;
        color: #2E2E2E;
        display: -webkit-box; 
        -webkit-line-clamp:2; 
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    .section.news .row a .news-info{
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #D1D1D1;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #2E2E2E;
    }    
    /*全部-关于我们*/


    /*全部-页脚*/
    #footer .footer-wechat p {
        text-align: left !important;
    }

    /*全部-页脚*/
    /*全部-返回顶部*/
    #clan-slider {
        bottom: 55px !important;
    }

    #clan-slider ul li a {
        background-color: rgba(255, 255, 255, 0.9) !important;
        border-color: transparent !important;
        border-radius: 50% !important;
    }

    #clan-slider #slider-goTop {
        background-position: -92px 0 !important;
    }

    #clan-slider #slider-goTop:hover {
        background-position: 0 0 !important;
    }
    #footer .footer-item.hide-mb{
        display: none;
    }
    #footer .footer-item {
        padding-left: 15px!important;
    }
    .article-title{
        height: 40px!important;
    }
    .sub-menu{
        display: none;
    }
    .sub-menu-mb-list{
        width: 100%;
        min-height: 70px;
        max-height: 100px;
        background-color: #184493;
    }
    .sub-menu-mb-list .main-title{
        font-size: 16px;
        color: white;
        height: 50px;
        line-height: 40px;
        padding-top: 10px;
        border-bottom: 1px solid rgba(255,255,255,0.32);
    }
    .sub-menu-mb-list .mb-sub-list{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
    .sub-menu-mb-list .mb-sub-list::-webkit-scrollbar{
        width: 0;
        height: 0;
    }
    .sub-menu-mb-list .mb-sub-list a{
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 10px;
        font-size: 16px;
        color: white;
        word-break: keep-all;
        white-space: nowrap;
    }
    .sub-menu-mb-list .mb-sub-list a.active{
        color: #A9F7E7;
        position: relative;
    }
    .sub-menu-mb-list .mb-sub-list a.active::before{
        content: '';
        width: 40px;
        height: 1px;
        display: block;
        background-color:#A9F7E7 ;
        position: absolute;
        left: calc(50% - 20px);
        bottom:10px;
    }
    .product{
        padding: 0;
    }
    .product .product-list{
        margin-top: 20px!important;
    }
    .product .product-item{
        margin-bottom: 25px!important;
    }
    .product .product-item .pro-img-outbox{
        display: block;
        width: 100%;
        height: 110px!important;
        overflow: hidden;

    }
    .product .product-item .pro-name span{
        height: 40px!important;
        line-height: 40px;
        width: 100%!important;
        text-align: center;
    } 
    .product .product-item .pro-name a{
        display: none!important;
    }
    .pro-con h2{
        color: #000;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .pro-desc-icon{
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #EBEBEB;
    }
    .pro-desc-icon span{
        width: 124px;
        height: 40px;
        border-top-right-radius:20px;
        background: linear-gradient( 200deg, #1354C8 0%, #184493 100%);
        display: inline-block;
        font-size: 18px;
        letter-spacing: 2px;
        text-align: center;
        line-height: 40px;
        color: white;
    }
    .visit-btn{
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .visit-btn a{
        width: 100%;
        height: 20px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 16px;
        line-height: 20px;
        color: #7D7D7D;
        margin: 10px auto;
    }
    .contact{
        margin-top: 20px!important;
        margin-bottom: 5px!important;
    }
    .feedback{
        margin-top: 0!important;
        margin-bottom: 0!important;
    }
    .contact .hide-mb,.feedback .hide-mb{
        display: none;
    }
    /*全部-返回顶部*/
}

/*手机超小屏幕下的单独样式 xs < 768px */

/*大于手机屏幕时的样式 sm >= 768px */
@media (min-width: 768px) {
    body {
        padding-top: 82px;
        /*顶部固定导航条的空间*/
    }

    .zoom-big{
        transform: scale(1);
        transition: ease-in-out all 0.2s;
    }
    .zoom-big:hover{
        transform: scale(1.05);
        transition: ease-in-out all 0.2s;
    }

    /*全部-导航*/
    #header .navbar {
        border-radius: 0;
        box-shadow: 0 1px 5px 1px rgb(0,0,0,0.1);
    }

    #header .navbar-nav>li>a {
        padding: 30px 0;
    }

    /*全部-导航*/
    /*全部-关于我们*/
    .section {
        width: 100%;
        padding: 100px 260px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: white;
    }

    .section .section-title {
        width: 100%;
        height: 88px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .section .section-title .title-left {
        width: 498px;
        height: 1px;
        background: #2B2F89;
        position: relative;
    }

    .section .section-title .title-left::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #2B2F89;
        position: absolute;
        right: 0;
        top: -2px;
    }

    .section .section-title .title-txt {
        min-width: 160px;
        height: 88px;
        margin: 0 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .section .section-title .title-txt .cn {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        color: #2B2F89;
    }

    .section .section-title .title-txt .en {
        font-size: 18px;
        line-height: 23px;
        color: #2B2F89;
        text-transform: uppercase;
    }

    .section .section-title .title-right {
        width: 498px;
        height: 1px;
        background: #2B2F89;
        position: relative;
    }

    .section .section-title .title-right::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background: #2B2F89;
        position: absolute;
        left: 0;
        top: -2px;
    }

    .section.about {
        background: #F5FAFF;
    }

    .about-desc {
        margin-top: 25px;
    }

    .about-desc .about-txt {
        font-weight: 400;
        font-size: 12px;
        color: #595959;
        line-height: 36px;
        text-align: left;
        padding-left: 0;
    }

    .about-desc .about-txt a {
        width: 130px;
        height: 30px;
        background: linear-gradient(111deg, #2B2F89 0%, #64BEFA 100%);
        border-radius: 20px;
        line-height: 30px;
        font-size: 13px;
        color: white;
        text-align: center;
        display: inline-block;
        margin-top: 20px;
    }

    .about-desc .about-img {
        margin-top: 10px;
        padding-right: 0;
    }

    .about-desc .about-img-mb {
        display: none;
    }

    .section.product .row,.section.cases .row ,.section.news .row {
        margin-top: 40px;
    }

    .section.cases .row a span{
        display: inline-block;
        width: 100%;
        text-align: center;
        color: white;
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
    .section.cases{
        background: url(../image/indexcasebg.png) no-repeat;
        background-size: 100% 100%;
    }

    .section.product .row a {
        display: inline-block;
        min-height: 275px;
        max-height: 420px;
        padding: 0px;
    }
    .section.news{
        background: url(../image/indexnewsbg.png) no-repeat;
        background-size: 100% ;
    }
    .section.news .row a .news-title{
        font-size: 16px;
        color: #2E2E2E;
        line-height: 32px;
        width: 100%;
        height: 32px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .section.news .row a .news-desc{
        font-size: 12px;
        line-height: 18px;
        color: #2E2E2E;
        display: -webkit-box; 
        -webkit-line-clamp:2; 
        -webkit-box-orient: vertical; 
        overflow: hidden; 
        text-overflow: ellipsis;
    }
    .section.news .row a .news-info{
        width: 100%;
        height: 30px;
        line-height: 30px;
        border-top: 1px solid #D1D1D1;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #2E2E2E;
    }
    .sub-menu-mb{
        display: none;
    }
    .pro-con h2{
        color: #000;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .pro-desc-icon{
        width: 100%;
        height: 40px;
        border-bottom: 1px solid #EBEBEB;
    }
    .pro-desc-icon span{
        width: 154px;
        height: 40px;
        border-top-right-radius:20px;
        background: linear-gradient( 200deg, #1354C8 0%, #184493 100%);
        display: inline-block;
        font-size: 18px;
        letter-spacing: 2px;
        text-align: center;
        line-height: 40px;
        color: white;
    }
    .visit-btn{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .visit-btn a{
        width: 50%;
        height: 30px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 18px;
        line-height: 30px;
        color: #7D7D7D;
        margin: 20px auto;
    }
    .visit-btn a:last-child{
        text-align: right;
    }
    /*全部-关于我们*/
}

/*大于手机屏幕时的样式 sm >= 768px */

/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 768px) and (max-width: 991px) {
    .section{
        padding: 50px 50px;
    }
    #header .navbar-default .navbar-nav li a{
        padding: 33px 16px!important;
    }
    /*全部-页脚*/
    #footer .footer-contact h2 {
        font-size: 26px !important;
    }
    #footer .hide-mb{
        display: none;
    }
    #footer  .footer-wechat img{
        margin: 0 auto;
    }
    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2 {
            padding-left: 0;
            font-size: 22px !important;
        }
    }

    /*全部-页脚*/
}

/*平板小屏幕样式 768px <= sm < 992px */

/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 992px) {
    .section{
        padding: 100px 100px;
    }
    /*全部-最大宽度*/
    .container {
        min-width: 992px;
    }

    /*全部-最大宽度*/
    /*全部-页脚*/
    #footer .footer-item-last {
        border-right: 2px solid #c1c1c1;
    }

    #footer .footer-contact h2 {
        padding-left: 20px;
    }

    /* Safari 7.1+ (9.0 is the latest version of Safari at this time) */
    @media screen and (-webkit-min-device-pixel-ratio:0) {
        #footer .footer-contact h2 {
            padding-left: 10px !important;
        }
    }

    /*全部-页脚*/
}

/*大于992px以上固定宽度为970px md >= 992px */



/*全部-导航条样式复写*/
#header .navbar-default {
    border: 0;
    margin-bottom: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 1);
}

#header .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    line-height: 16px;
    padding: 33px 30px;
}

#header .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: #353998;
}

#header .navbar-default .navbar-nav>.active>a,
#header .navbar-default .navbar-nav>.active>a:hover,
#header .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #353998;
}

#header .navbar-default .navbar-toggle .icon-bar {
    background-color: none;
}

#header .navbar-default .navbar-nav>li .line-top {
    border-top: 1px solid #353998;
    width: 18px;
    margin: auto;
}

/*全部-导航条样式复写*/
.section.cases {
    background-color: #185eb6;
}

.section.cases .section-title .title-left {
    background: white;
}

.section.cases .section-title .title-left::before {
    background: white;
}

.section.cases .section-title .title-txt .cn {
    color: white;
}

.section.cases .section-title .title-txt .en {
    color: white;
}

.section.cases .section-title .title-right {
    background: white;
}

.section.cases .section-title .title-right::before {
    background: white;
}
.section.news{
    background-color:#F8F8F8;
}
.section.news .section-title .title-txt .cn {
    color: #2B2F89;
}

.section.news .section-title .title-txt .en {
    color: #2B2F89;
}

.sub-menu{
    width: 100%;
    padding: 0;
    position: relative;
}

.sub-menu-pc{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
}
.sub-menu-box{
    height: 80px;
    overflow: hidden;
}
.sub-menu-box ul{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0;
    background-color: #184493;
}
.sub-menu-box ul li{
    background-color: #184493;
    height: 80px;
}
.sub-menu-box ul li.m-title{
    padding: 0 20px;
    color: white;
    font-size: 16px;
    line-height: 80px;
    position: relative;
}
.sub-menu-box ul li.m-title::before{
    content: "";
    width: 40px;
    height: 2px;
    background: white;
    display: block;
    position: absolute;
    bottom:20px;
    left:calc(50% - 20px);
}
.sub-menu-box ul li a{
    font-size: 16px;
    line-height: 76px;
    color: white;
    padding: 0 20px;
    height: 76px;
    display: block;
    margin-top: 4px;
}
.sub-menu-box ul li a:hover,.sub-menu-box ul li a.active{
    color: #184493;
    background-color: white;
    text-decoration: unset;
}
.article{
    margin-bottom: 40px;
}
.article-title,.honor-title{
    margin: 30px 0 20px 0;
    text-align: center;
    height: 70px;
}
.article-title h3,.honor-title h3{
    color: #000;
    text-align: center;
}
.honor-title h3{
    position: relative;
}
.honor-title h3::before{
    content: "";
    width:40px;
    height: 3px;
    background: #353998;
    display: block;
    position: absolute;
    bottom:-8px;
    left: calc(50% - 20px);
}
.honor,.product{
    background-color: white;
    width: 100%;
}
.honor .honor-item{
    margin-bottom: 40px;
}
.honor .honor-item img{
    cursor: pointer;
    transition: ease-in-out all 0.2s;
    transform: translateY(0px);
} 
.honor .honor-item img:hover{
    transition: ease-in-out all 0.2s;
    transform: translateY(-5px);
}
.honor .honor-item span{
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #333;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.product .product-list{
    margin-top: 80px;
}
.product .product-item{
    margin-bottom: 50px;
    transform: translateY(0);
    transition: ease-in-out all 0.2s;
}
.product .product-item .pro-img-outbox{
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;

}
.product .product-item:hover{
    transition: ease-in-out all 0.2s;
    transform: translateY(-5px);
}
.product .product-item .pro-name{
    width: 100%;
    height: 60px;
    background-color: #F5F9FC;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product .product-item .pro-name span{
    color: #000;
    font-size: 16px;
    max-height: 60px;
    width: calc(100% - 100px);
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.product .product-item .pro-name a{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #1752D7;
    text-align: center;
    font-size: 16px;
    color: white;
    width: 100px;
}

/*首页-最新资讯*/
.our-news{
    background-color: #ffffff;
}
.our-news-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
.our-news-item a:hover{
    text-decoration: none;
}
.our-news-item .media-left a{
    width: 140px;
    height: 110px;
    overflow: hidden;
    margin-bottom: 0;
}
.our-news-item img{
    object-fit: cover;
    width: 100%;
    height: 100px;
}

.our-news-item .media-body{
    padding-top: 5px;
    padding-bottom: 5px;
}

.our-news-item h4{
    color: #000;
    height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.our-news-item h4:hover{
    font-weight: bold;
}

.our-news-item .dynamic-li {
    color: #999;
    padding: 2px 0;
    font-size: 12px;
}
.our-news-item .dynamic-li b {
    float: right;
    font-weight: 400;
    width: 30px;
}
.our-news-item .dynamic-li a{
    float: right;
    display: block;
    font-weight: 400;
    color: #999;
    margin-right: 10px;
}
.our-news-item .dynamic-li a:hover{
    color: #2B2F89;
}
.our-news-item .dynamic-li .pic-glob{
    float: right;
    display: block;
    width: 13px;
    height: 10px;
    background-position: -131px -58px;
    margin: 4px 5px 0 0;
    /* background-image: url(../images/icons/glob-pic.png); */
    background-repeat: no-repeat;
}

.our-news-item p{
    color: #919191;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 12px;
}
.our-news-more{
    text-align: center;
}
/*首页-最新资讯*/
.news-list .our-news-item{
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
}

.contact-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: -webkit-linear-gradient(top, #0076d1, #5db8ff);
    background: -moz-linear-gradient(top, #0076d1, #5db8ff);
    background: -o-linear-gradient(top, #0076d1, #5db8ff);
    background: -ms-linear-gradient(top, #0076d1, #5db8ff);
}

.contact-banner .waves {
    position: absolute;
    height: 100%;
}

.contact-banner-box {
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.contact-banner-box h2 {
    display: block;
    max-width: 10em;
    margin: 0px auto;
    line-height: 2em;
    border-bottom: 2px solid #fff;
    color: #f5f5f5;
}

.contact-banner-box h4 {
    color: #f1f1f1;
}

.contact-banner-box .btn {
    font-size: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
}
.contact,.feedback{
    margin-top: 78px;
    margin-bottom: 78px;
}
.contact .contact-ad{
    max-width: 100%;
}
.feedback-box{
    background-color: white; 
    padding: 20px;
}
.feedback-form h3{
    color: #353998;
    font-weight: bold;
    font-size: 21px;
}
.feedback-form .form-item{
    padding: 0;
    margin-bottom: 10px;
}
.feedback-form .form-item label {
    font-size: 16px;
    color: #333333;
    padding: 0;
    font-weight: normal;
    line-height: 28px;
}
.feedback-form .form-item label span{
    color: #E70000;
    padding: 0 3px;
}
.feedback-form .form-item textarea{
    padding: 5px;
    border: 1px solid #aaaaaa;
    width: 100%;
    min-height: 120px;
    line-height: 26px;
    font-size: 14px;
    color: black;
}
.feedback-form .form-item input{
    padding: 0 5px;
    border: 1px solid #aaaaaa;
    width: 100%;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    color: black;
}
.feedback-form .submit-btn{
    width: 130px;
    height: 40px;
    margin: 20px auto;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    background: linear-gradient( 111deg, #2B2F89 0%, #64BEFA 100%);
    cursor: pointer;
    user-select: none;
}
/*全部-咨询banner*/

/*全部-页脚footer*/
#footer {
    padding: 0;
    background-color: #001D60;
    border-bottom: 1px solid #FDEFE5;
}

#footer .footer-item {
    height: 260px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    overflow: hidden;

}

#footer .footer-list h4 {
    color: #f5f5f5;
}
#footer .footer-list p {
    color: #f5f5f5;
}

#footer .footer-list ul {
    margin: 25px 0 0 0;
    padding: 0;
    list-style: none;
}

#footer .footer-list ul li a {
    color: #f5f5f5;
    line-height: 2.5em;
}

#footer .footer-wechat img {
    max-height: 132px;
}

#footer .footer-wechat p {
    text-align: center;
    color: #f5f5f5;
    line-height: 2.5em;
}

#footer .footer-contact h2 {
    display: block;
    color: #ffffff;
    margin: 0;
    line-height: 52px;
}

#footer .footer-contact h2 img {
    width: 40px;
    height: 40px;
    margin-top: -6px;
    margin-right: 10px;
}

#copyright {
    background-color: #001D60;
}

#copyright p {
    text-align: center;
    margin: 10px;
    line-height: 40px;
    color: #fafafa;
}

#copyright p a {
    color: #fafafa;
}

#copyright p a:hover {
    text-decoration: none;
}


/**********  首页单独的样式  **********/
/*首页样式开始*/
/*首页-行板块*/
.index-row {
    padding: 50px 0;
}

.index-row .main-title {
    text-align: center;
    margin-bottom: 30px;
}

/*首页-行板块*/






/*所有子页面的中间主体部分*/
.main-container {
    margin: 0 0 30px 0;
}

/*所有子页面的中间主体部分*/





/********** 所有9:3分页的 文章内容article样式  **********/
.article-title {
    border-bottom: 1px solid #c1c1c1;
}

.article-title h1 {
    display: block;
    margin: 0 0 10px 0;
    line-height: 1.5em;
}

.article-title h1 small {
    float: right;
    line-height: 58px;
    margin-top: 3px;
    font-size: 14px;
}

.article-content h3:first-child {
    border-top-style: none;
}

.article-content h3 {
    margin: 0;
    color: #333333;
    border-top: 1px solid #c1c1c1;
    line-height: 1.5em;
    padding-top: 15px;
    padding-bottom: 15px;
    *border-top-style: expression(this.previousSibling==null?"none":"solid");
}

.article-content h5 {
    font-weight: bold;
}

.article-content p {
    text-indent: 2em;
    line-height: 2em;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-content ul {
    list-style: circle;
    padding-left: 2em;
    margin-left: 1.3em;
}

.article-content ol {
    padding-left: 2em;
    margin-left: 1.3em;
}

.article-content ul li,
.article-content ol li {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    text-indent: 0;
}

.article-content img {
    margin-bottom: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.article-footer {
    border-top: 1px solid #c1c1c1;
}


.news-article .article-content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.news-list .article-footer {
    text-align: center;
    border-top: 0;
}

.news-list .our-news-item {
    margin: 0;
    border-bottom: 1px solid #c1c1c1;
}



/********** 所有9:3分页的 文章内容article样式  **********/






@media (max-width: 767px) {


    .nav-tabs>li.active>a,
    .nav-tabs>li.active>a:hover,
    .nav-tabs>li.active>a:focus {
        border-bottom-color: #ddd;
    }

    .nav-tabs>li>a {
        border-radius: 4px;
    }
}

