
.fl {
    float: left;
}

.fr {
    float: right;
}


.margin50 {
    margin-top: 3.125rem;
}
.padding0{padding: 0;}
.nowrap{flex-flow: nowrap;}
.padl-2{padding-left: 2rem!important}
.padr-2{padding-right: 2rem!important}


/* 顶部登录样式 */
.login_line {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.login {
    display: inline-block;
    line-height: 1;
    width: 90px;
    margin-left: 22px;
    padding: 6px 0;
    border: 1px solid #fff;
    text-align: center;
    font-size: 15px;
    border-radius: 32px;
    vertical-align: middle;
}
header.fixed-top{box-shadow:0px 1px 0px 0px rgba(221, 221, 221, 1);}
header .navbar-collapse {
    flex-direction: column;
}

/* 导航下滑 */
.nav-item .nav-link{
    border-bottom: 1px solid transparent;
}
.nav-item .nav-link:hover {
    border-bottom: 3px solid #D94659;
}

.fixed-top {
    background: #fff;
}
header .navbar-brand .navbar_logo_small{
    width: 50%;
}
.navmenu {
    /* padding-top: 15px; */
    width: 100%;
    max-width: 84.375rem;
    margin: 0 auto;
}

.auto {
    margin: 0 auto;
}

.godetail {
    background-color: #D9465A;
    background: linear-gradient(180deg, rgba(173, 37, 64, 1), rgba(212, 31, 53, 1));
    color: #fff;
    border: none;
}

.gomore {
    background-color: #D9465A;
    background: linear-gradient(180deg, rgba(173, 37, 64, 1), rgba(212, 31, 53, 1));
    color: #fff;
    border-color: #D9465A;
    text-decoration: none;
    width: 180px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    margin: 86px auto;
    border-radius: 6px;
}

.gomore a {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

footer {
    color: #000;
    background:rgba(255,255,255,1);

}
@media (min-width:768px){
    footer{
        box-shadow:0px -1px 0px 0px rgba(221,221,221,1);
    }
}

footer .text-white {
    color: #000 !important;
}

footer .codebox {
    margin: 0 auto;
    text-align: center;
}

footer .code {
    display: inline-block;
    margin: 0 35px;
}

footer .codetxt {
    margin: 12px 0px;
}

.point {
    position: relative;
}

.point::after {
    content: ".";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 1px;
}



@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {

        flex-flow: row;
    }

}

@media (min-width: 1200px) and (max-width: 1400px) {
    .navmenu {
        width: 100%;
        margin: 0 auto;
    }

    .navbar_logo_big {
        width: 290px !important;
    }

}


@media screen and (max-width:1200px) {
    .disnone {
        display: none;
    }

    footer .cricle {
        display: none;
    }

    .gomore {
        margin: 50px auto;
    }

}





/* 五列布局 */
.col-xs-2_5,
.col-sm-2_5,
.col-md-2_5,
.col-lg-2_5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-2_5 {
    float: left;
}

.col-xs-2_5 {
    width: 20%;
}

.col-xs-pull-2_5 {
    right: 20%;
}

.col-xs-push-2_5 {
    left: 20%;
}

.col-xs-offset-2_5 {
    margin-left: 20%;
}

@media (min-width: 768px) {
    .col-sm-2_5 {
        float: left;
    }

    .col-sm-2_5 {
        width: 20%;
    }

    .col-sm-pull-2_5 {
        right: 20%;
    }

    .col-sm-push-2_5 {
        left: 20%;
    }

    .col-sm-offset-2_5 {
        margin-left: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-2_5 {
        float: left;
    }

    .col-md-2_5 {
        width: 20%;
    }

    .col-md-pull-2_5 {
        right: 20%;
    }

    .col-md-push-2_5 {
        left: 20%;
    }

    .col-md-offset-2_5 {
        margin-left: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-2_5 {
        float: left;
    }

    .col-lg-2_5 {
        width: 20%;
    }

    .col-lg-pull-2_5 {
        right: 20%;
    }

    .col-lg-push-2_5 {
        left: 20%;
    }

    .col-lg-offset-2_5 {
        margin-left: 20%;
    }
}


/* 启明智投 */
.zhitou_img_box {
    overflow: hidden;
    height: auto;
}

.zhitou_title {
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.zhitou_desc {
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 26px;
}

.five_line {
    overflow: hidden;
    padding: 0px 10px 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
}

/* .margin50{margin: 50px auto 100px;} */
.tzsj_content {
    padding: 20px 30px 35px;
}

.tzsj_content_title {
    line-height: 38px;
    margin-top: 10px;
}

.linhe26 {
    line-height: 26px;
}

.whitebg {
    background: #fff;
}


/* 关于我们轮播 */
#article5_block .swiper-pagination-bullet {
    background: #575757;
}

#article5_block .swiper-pagination-bullet-active {
    background: #CF213A !important;
}

#article5_block .swiper-pagination {
    display: block;
    width: 98%;
    margin: 50px auto 70px;
}

#article5_block .swiper-pagination span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 10px;
}

#article5_block .swiper-button-prev {
    left: -2%;
    background: url(../img/left.png) no-repeat;
    background-size: 100% 100%;
}

#article5_block .swiper-button-prev:focus,
#article5_block .swiper-button-next:focus {
    outline: none;
}

#article5_block .swiper-button-next {
    right: -2%;
    background: url(../img/right.png) no-repeat;
    background-size: 100% 100%;
}

 .txt-r{text-align: right}
@media (max-width: 768px) {
    #article5_block .swiper-button-prev {
        left: 2%;
        width: 15px;
        height: 30px;
    }
    #header_tpl.disp-none{display: none;}

  .fixed-top {
        box-shadow: 0px 1px 0px 0px rgba(77,77,77,1);
    }

    #article5_block .swiper-button-next {
        right: 2%;
        width: 15px;
        height: 30px;
    }
    .pd-sm-0{padding: 0;}
    .pad0{padding:1rem 0.5rem;}
    .padding0{padding:2.1rem 1rem;}
    .mgt-2{margin-top: 1rem;}
    .txt-r{text-align: left;}
    #article4 .margin50 {
        margin-top: 1rem;
    }
    #article4 .article_block {
        padding: 0 0;
    }
    #article4 .article_title {
        margin-bottom: 0;
    }
    #article4 .f28 {
        font-size: 1.5rem;
    }
    #article4 .tzsj_content_title {
        line-height: 38px;
        margin-top: 0;
    }
    #article4 .f20 {
        font-size: 1.2rem;
    }
    #article4 .tzsj_content {
        height: 133px;
        padding: 14px 46px;
    }
    .gomore {
        background-color: #D9465A;
        background: linear-gradient(180deg, rgba(173, 37, 64, 1), rgba(212, 31, 53, 1));
        color: #fff;
        border-color: #D9465A;
        text-decoration: none;
        width: 200px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 6px;
        margin: 24px auto;
    }
    .tzsj_img_box {
        overflow: hidden;
        /* height: 128px; */
    }
    #article3 .margin50 {
        margin-top: 0;
    }
    #article3 .article_title {
        margin-bottom: 0;
    }
    #article3 .f28 {
        font-size: 1.5rem;
    }
    #article3 .article_block {
        padding: 16px 0;
    }
    #article3 .f14 {
        font-size: 1rem;
    }
    #article3 .tzsj_content_title {
        line-height: 31px;
        margin-top: 0px;
    }
    #article3 .zhitou_title {
        font-size: 1.2rem;
        line-height: 38px;
        text-align: center;
    }
    #article2 .margin50 {
        margin-top: 0;
    }
    #article2 .article_title {
        margin-bottom: 0;
    }
    #article2 .f28 {
        font-size: 1.5rem;
    }
    #article2 .f20 {
        font-size: 1.2rem;
    }
    #article2 .article_block {
        padding: 16px 0;
    }
    #article2 .tzsj_content_title {
        line-height: 31px;
        margin-top: 0px;
    }
    .tzsj_content {
    padding: 11px 30px 35px;
    height: 171px;
    }
    #article5 .margin50 {
        margin-top: 0;
    }
    #article5 .article_title {
        margin-bottom: 0;
    }
    #article5 .f28 {
        font-size: 1.5rem;
    }
    #article5 .f20 {
        font-size: 1.2rem;
    }
    #article5 .tzsj_content {
        padding: 0px 30px 35px;
        height: 171px;
    }
    #article5 .gomore{
        margin:12px 24px 24px 24px
    }
    #article5_block .swiper-pagination {
        display: block;
        width: 98%;
        margin: 12px auto 70px;
    }
    #footer_tpl{
        width: 100%;
 
    }
}


.nav-div{
    background-color: #cf213a 
    
}
.nav-div a{
    color: #fff;
}
.nav-div #loginBtn .iconfont{
    margin-right: .3rem;
}