@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
    margin: 0;
}

i,
b {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
    touch-action: pan-y;
}

li {
    list-style: none
}

input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
}

img {
    border: none;
    display: block;
}

col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 0px;
    padding-left: 0px;
}

.text-align {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text_nowarp {
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /* 超出内容显示为省略号*/
    white-space: nowrap;
    /*文本不进行换行*/
}

.text_nowarp_2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.text_nowarp_2_n {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.text_nowarp_3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text_nowarp_4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home_body .wrap_img {
    padding: 0;
}

.wrap_width {
    width: 80%;
    margin: 0 auto;
    padding: 0;
}

.posi {
    position: relative;
}

.flex_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex_wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.just_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.just_end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.just_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.just_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.just_right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align_start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.font_16 {
    font-size: 16px;
}
  
.font_20 {
    font-size: 20px;
}
.rich_box img{
    width: 100%;
    height: auto;
}
.rich_box{
    word-break: break-word;
}
.van-empty__description{
    font-size: 18px;
}
.wrapper_load{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
#body_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    background: #fff;
    font-family: "Microsoft YaHei",微软雅黑,"Microsoft JhengHei";
}
  
#header_column {
    z-index: 99;
    width: 100%;
    background: #fff;
}
  
#main_column {
    flex: 1;
    width: 100%;
    overflow-y: scroll;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.cursor {
    cursor: pointer;
}
.cursor_default{
    cursor: none;
}
.navbar {
    background: #fff !important;
    margin-bottom: 0px;
    z-index: 999;
    padding: 21px 0 20px;
    border-radius: 0 !important;
   
}
.navbar-nav{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.navbar-nav li{
    cursor: pointer;
}
.nav>.dropdown>a:active {
    border-bottom: 0 !important;
}

.nav>li>a:active,
.navbar-default .navbar-nav>.active>a:hover {
    color: #008FD7;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus {
    background: 0 !important;
    color: #008FD7;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: 0 !important;
    color: #666666
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background: 0 !important;
    color: #008FD7;
    border-color: transparent !important;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #008FD7;
}

.navbar-default .navbar-nav>li>a {
    color: #666666
}
.navbar-default{
    background: none;
    border: none !important;
}
.panel-body{
    padding: 0;
    background: #fff;
}
.nav>li {
    padding: 0px 15px !important;
}

.nav>li>a {
    font-size: 16px;
    color: #666666;
    padding: 8px 0px 3px !important;
}

.nav>.active>a>.line {
    display: block;
    margin: 3px auto 0;
    width: 60%;
    height: 3px;
    border-radius: 3px;
    background: #008FD7;
}
.padd_16{
    padding: 16px;
}
.active_laught{
    color: #FFBB4A;
}
.float_right{
    float: right;
}
.clearfix:after,.clearfix:before{
    content: '';
    display: block;
    clear: both;
}
.banner_img{
    /* min-height: 506px; */
}
/*
*公共header
*/
.header_laught_type{
    cursor: pointer;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #008FD7;
    color: #fff;
    font-size: 13px;
}
.header_laught_box{
    padding: 0 8px;
    width: 74%;
    margin: 0 auto;
}
.header_top_tip{
    margin-right: 25px;
}
.laught_text{
    padding:0 12px
}
.laught_text_right{
    padding-right: 12px;
}
.laught_text_left{
    padding-left:12px
}

.main_wrapper{
    padding: 79px 0;
}
.enterprise_img{
    width: 71%;

}
.introduce_text{
    position: absolute;
    left: 10%;
    top: 79px;
    right: 0;
    width: 35%;
}

.headline_box{
    padding:0 0 40px;
   
}
.m_t_6{
    margin-top: 6px;
}
.headline_title{
    font-weight: 600;
    color: #333;
    font-size: 32px;
    line-height: 48px;
    background: url('../img/bottom_line.png') no-repeat;
    background-size: contain;
    background-position: 0 22px;
   padding-bottom: 12px;
}
.bottom_line_img{
    width: 124px;
    height: 6px;
}
.introduce_text .content_title{
    font-size: 29px;
    line-height: 29px;
    font-weight: 500;
    color:#333;
    margin-top: 8px;
    margin-bottom: 21px;
}
.headline_content{
    font-size: 19px;
    line-height: 29px;
    color: #666;
}
.bg_gray{
    background: #F9F9F9;
}
.bg_zjfae{
    background: url('../img/zjfae_bg.png') no-repeat;
    background-size: 100% 100%;
    width: 47%;
    height: 303px;
}
.bg_hs{
    background: url('../img/hs_bg.png') no-repeat;
    background-size: 100% 100%;
    width: 47%;
    height: 303px;
}
.main_bg_content{
    padding: 169px 40px 40px;
    font-size: 17px;
    color: #666;
    line-height: 24px;
}
.list_img{
    height: 396px;
}
.dynamic_box{
    width: 48.2%;
}
.dynamic_box .w_50{
    width: 50%;
}
.dynamic_box .content_img{
    width: 100%;
    height: 190px;
}
.dynamic_box .dynamic_title{
    color: #333;
    line-height: 24px;
    font-size: 19px;
    font-weight: 600;
}
.border_e9{
    border: 1px solid #e9e9e9;
    border-radius: 2px;
}
.dynamic_box .dynamic_time{
    color: #666;
    line-height: 28px;
    font-size: 16px;
    text-align: right;
}
.dynamic_box .dynamic_content{
    color: #666;
    line-height: 24px;
    font-size: 16px;
}
.more_btn .btn_border{
    /* border: 2px solid #008FD7; */
    color: #008FD7;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    padding: 10px 44px;
    margin: 59px 0 12px;
}
.more_btn .right_img{
    width: 24px;
    height: 24px;
    margin-left: 3px;
}
.qrcode_img{
    width: 143px;
    height: 143px;
    margin-right: 24px;
}
.img_height{
    height: 304px;
}
.main_bg_content_1{
    padding: 0 0 79px;
    font-size: 17px;
    color: #666;
    line-height: 24px;
    width: 100%;
}
.content_width {
    width: 72%;
    margin: 0 auto;
    padding: 0;
}
.m_b_40{
    margin-bottom: 40px;

}
.width_about_us{
    width: 88%;
    margin:0.2rem auto 0;
}
.width_about_us .l_h_25 span{
    font-size: 22px;
    color: #333;
}
.width_left{
    width: 45%;
    display: inline-block;
    text-align: left;
}
.width_right{
    width: 55%;
    display: inline-block;
    text-align: left;
}
body {
    background: #0b0d16;
}

.home_body .logo_icon {
    padding: 0;
    height: 100%;
    width: 2.35rem;
}

.arrow-right {
    width: 16px;
    height: 14px;
    position: absolute;
    bottom: 24px;
    left: 16px;
}

.group {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
}

.group:last-child {
    margin-right: 0%;
}

.footer {
    background: #002440;
    color: #fff;
}

.footer .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.footer .row {
    margin-left: 0;
    margin-right: 0;
}
.flex_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer_top {
    background:#002440 !important;
    padding: 40px 0;
    color: #fff;
}
.l_h_25 span{
    line-height: 25px;
    font-size: 16px;
}
.w_60{
    width: 82%;
}
.w_40{
    width: 35%;
}
.footer .logo_icon_white {
    width: 35%;
    margin: 0.2rem 20% 0 30%;
}
.foot_logo_icon{
    width: 75%;
    margin: 0.2rem 20% 0 30%;
}
.footer_top .span_title_1{
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
}
.m_b_16{
    margin-bottom: 16px;
}
.m_b_13{
    margin-bottom: 13px;
}
.footer_top .span_title_2{
    font-size: 16px;
    line-height: 22px;
}
.footer .icon_small {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 4px;
}

.footer .span_t {
    color: #fff;
    font-size: 15px;
}

.footer .div_box {
    margin-bottom: 0.2rem;
}

.footer_warp {
    padding: 0.35rem 0;
    width: 100%;
    margin: 0 auto;
}

.footer_bottom {
    font-size: 14px;
    padding-top: 0.15rem;
    margin-bottom: 0;
    background: #002440;
    color: #fff;
    border-top: 1px solid #fff;
}

.navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown-menu {
    min-width: 80px !important;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
}

.dropdown_menu_bg {
    background: rgba(0, 0, 0, 0.40);
    border-radius: 4px;
}

.dropdown_menu_bg>li>a {
    color: #fff !important;
}

.dropdown_menu_bg>li>a:hover {
    color: #333 !important;
}

.wrap_width_5{
    width: 50%;
    margin: 0 30% 0 20%;
}
.p_b{
    padding-bottom: 0;
}
.dynamic_ul{
    background: #fff;
   
}
.dynamic_ul li{
    margin-bottom: 40px;
    padding: 24px;
    background: #F5F5F5;
}
.w_49{
    width: 49%;
}
.list_title{
    line-height: 33px;
    font-size: 24px;
    color: #333;
    font-weight: 600;
}
.list_time{
    display: inline-block;
    margin: 8px 0 16px;
    color: #999;
    font-size: 16px;
    line-height: 25px;
}
.list_content{
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    /* text-indent: 32px; */
}
.detail_img_box{
    width: 62%;
    margin: 0 auto 40px; 
}
.detail_img_box img{
    max-height: 180px;
}
.left_width_box{
    width: 34%;
}
.right_width_box{
    width: 66%;
    padding-left: 40px;
}
.results_show {
    width: 60%;
    margin: 0 auto;
}
  
.results_show .p_title {
    color: #008FD7;
    font-size: 25px;
    line-height: 36px;
    font-weight: bolder;
    margin: 16px 0;
}
.results_show >div:nth-of-type(1) .p_title{
    margin-top:  0;
}
  
.results_show .b_l {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
}

.results_show .right_box p {
    min-height: 60px;
}
  
.results_show .right_box:last-child {
    border-bottom:  1px solid rgba(0, 0, 0, 0.1);
   
}
  
.results_show .right_box span {
    padding: 0 16px;
    font-size: 16px;
    width: 50%;
}
  
.results_show .right_box .s_t_0 {
    color: #000000;
}
  
.results_show .right_box .s_t_6 {
    color: #666666;
}
.width_ul,.finance_ul{
    width: 60%;
    margin: 0 auto;
}
.width_ul li{
    width:33%;
}

.m_t_117{
    margin-top: 117px;
}
.finance_ul li{
    width: 50%;
}

.default_img_list{
    height: 158px;
}
.ul_span_text{
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 4px;
}
.ul_span_text_1{
    font-size: 10px;
    font-weight: 500;
    line-height: 13px;
}
.active_item{
    background: #008FD7 !important;
    color: #fff;
}
.van-pagination__item--active{
    background: #008FD7 !important;
    color: #fff !important;
}
.van-pagination__item{
    color: #008FD7;
}
.box_w{
    width: 24%;
}
.w_44{
    width: 44%;
}
.w_33{
    width: 33%;
}
.w_66{
    width: 66%;
}
.page_box{
    margin: 0 auto;
}
.page_box_1{
    width: 120px;
}
.page_box_2{
    width: 140px;
}
.page_box_3{
    width: 185px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        background: rgba(0, 0, 0, 0.40);
    }
}

@media (min-width: 300px) and (max-width: 768px) {
   
    .banner_img{
        /* min-height: 125px; */
        width: 100%;
    }
    .navbar-nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .img_height{
        height: 200px;
    }
    .van-empty__description{
        font-size: 16px;
    }
    .w_44{
        width: 50%;
    }
    .w_33{
        width: 88%;
    }
    .w_66{
        width: 88%;
    }
    .w_60 .first_box .w_33{
        width: 50%;
    }
    .navbar {
        padding: 8px 0 16px;
        min-height: 64px;
        height: 64px;
    }
    .nav>.active>a {
        display: inline-block;
       
    }
    .header_laught_type{
        width: 100%;
        height: 32px;
        line-height: 32px;
        background: #008FD7;
        color: #fff;
        font-size: 13px;
    }
    .header_laught_box{
        padding: 0 12px;
        width: 100% !important;
    }
    .m_t_6{
        margin-top: 0px;
    }
    .header_top_tip{
        margin-right: 5px;
        display: none;
    }
    .main_wrapper{
        padding: 16px 0;
    }
    .main_column .main_wrapper:first-child{
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        width: 94%;
        margin: 0 auto;
    }
    .headline_title{
        font-weight: 600;
        color: #333;
        font-size: 16px;
        line-height: 36px;
    }
    .enterprise_img{
      /*  width: 75%;
         height: 200px; */
        width: 100%;
        margin: 12px 0 0;
    }
    .bottom_line_img{
        width: 68px;
        height: 3px;
        margin-top: 2px;
     
    }
    .introduce_text{
        position: initial;
        left: 0%;
        top: 0;
        right: 0;
        width: 100%;
    }
    .headline_box{
        padding:0 0 14px;
    }
    .introduce_text .content_title{
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        color:#333;
        margin-top: 0px;
        margin-bottom: 6px;
    }
    .headline_content{
        font-size: 12px;
        line-height: 16px;
        color: #666;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        line-clamp: 7;
        -webkit-box-orient: vertical;
        word-break: break-word;
    }
    .swiper-pagination-bullet {
        width: 12px;
        height: 3px;
        opacity: 1;
        background: rgba(255,255,255,0.60);
        border-radius: 3px;
    }
    .bg_zjfae{
        width: 100%;
        height: 187px;
        margin-bottom: 8px;
    }
    .bg_hs{
        width: 100%;
        height: 187px;
    }
    .main_bg_content{
        padding: 100px 12px 16px;
        font-size: 14px;
        color: #666;
        line-height: 18px;
    }
    .list_img{
        /* height: 116px; */
        height: 30.8vw;
    }
    .dynamic_box {
        margin-top: 12px;
    }
    .dynamic_box:nth-of-type(1), .dynamic_box:nth-of-type(2) {
        margin-top: 0;
    }
    .dynamic_box .content_img{
        width: 100%;
        height: 116px;
        object-fit: cover;
        position: relative;
        top: -1px;
    }
    .dynamic_box .dynamic_title{
        color: #333;
        line-height: 20px;
        font-size: 16px;
        font-weight: 600;
    }
    .dynamic_box .dynamic_time{
        color: #666;
        line-height: 28px;
        font-size: 14px;
        text-align: right;
    }
    .dynamic_box .dynamic_content{
        color: #666;
        line-height: 18px;
        font-size: 13px;
        word-break: break-word;
    }
    .padd_16{
        padding: 8px;
    }
    .more_btn .btn_border{
        /* border: 2px solid #008FD7; */
        color: #008FD7;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        padding: 6px 12px;
        margin: 12px 0 0px;
        border-radius: 4px;
    }
    .more_btn .right_img{
        width: 18px;
        height: 18px;
        margin-left: 3px;
    }
    .more_btn.flex_row .flex_row{
        align-items: center;
    }


    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #fff;
        box-shadow: 0px 0px 5px 2px #eee !important;
        border-radius: 4px;
    }
    .navbar-toggle{
        margin-top: 8px;
    }
    .wrap_width {
        width: 94%;
        margin: 0 auto;
    }

    .home_body .logo_icon {
        width: 48% !important;
        /* padding-top: 5px; */
    }
    .foot_logo_icon{
        width: 60% !important;
        margin: 5px 0 0px;
    }

    .navbar-collapse {
        background: #756b6b;
    }

    html {
        font-size: 50px !important;
    }

    .footer .span_t {
        display: inline-block;
        color: #000;
        font-size: 12px;
        width: 80%;
    }

    .footer_bottom {
        font-size: 10px;
    }

    .flex_row {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .main_column {
        min-height: calc(100vh - 435px);
    }

    /* footer */
    .flex_box{
        display: flex;
        flex-direction: column;
    }
    .footer_top{
        padding: 16px 0 8px;

    }
    .footer_top .span_title_1{
        font-size: 16px;
        line-height: 22px;
    }
    .m_b_16{
        margin-bottom: 8px;
    }
    .footer_top .span_title_1{
        font-size: 15px;
        line-height: 20px;
    }
    .w_60,.w_40 {
        width: 100%;
    }
    .l_h_25 span {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .m_b_13{
        margin-bottom: 0;
    }
    .qrcode_img{
        height: auto;
        width: 20%;
        margin-top: 10px;
    }
    .footer_bottom{
        padding: 5px 0;
    }
    .main_bg_content_1{
        padding: 0 0 16px;
        font-size: 14px;
        color: #666;
        line-height: 22px;
        margin-top: 8px;
    }
    .content_width {
        width: 88%;
        margin: 0 auto;
        padding: 0;
    }
    .m_b_40{
        margin-bottom: 0px;
    }
    .width_about_us{
        width: 100%;
        margin:12px auto 0;
    }
    .width_about_us .l_h_25 span{
        font-size: 13px;
        color: #333;
    }
    .width_about_us .l_h_25{
      display: flex;
      flex-direction: column !important;
    }
    .wrap_width_5{
        width: 90%;
        margin: 0 auto;
    }
    .p_b{
        padding-bottom: 0;
    }

    .dynamic_ul li{
        margin-bottom: 16px;
        padding: 16px;
        background: #F5F5F5;
    }
    .w_49{
        width: 100%;
    }
    .list_title{
        line-height: 24px;
        font-size: 16px;
        color: #333;
        font-weight: 600;
        margin-top: 8px;
    }
    .list_time{
        display: inline-block;
        margin: 5px 0 10px;
        color: #999;
        font-size: 14px;
        line-height: 22px;
    }
    .list_content{
        display: inline-block;
        color: #666;
        font-size: 14px;
        line-height: 22px;
        /* text-indent: 28px; */
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .detail_img_box{
        width: 80%;
        margin: 0 auto 16px; 
    }

    .left_width_box{
        width: 100%;
        margin-bottom: 16px;
    }
    .right_width_box{
        width: 100%;
        padding-left: 0px;
    }
    .results_show {
        width: 94%;
        padding-left: 0;
    }
    .results_show .p_title {
        color: #008FD7;
        font-size: 16px;
        line-height: 22px;
        font-weight: bolder;
        margin: 12px 0;
    }
    .results_show .right_box p {
        min-height: 50px;
        align-items: center !important;
    }
    .results_show .right_box span {
        padding: 8px;
        font-size: 14px;
        width: 50%;
    }
    .width_ul li{
        width:33%;
    }
    .m_t_117{
        margin-top: 24px;
    }
    .finance_ul li{
        width: 50%;
    }
    .default_img_list{
        height: 60px;
    }
    .ul_span_text{
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .ul_span_text_1{
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
    }
    .width_ul,.finance_ul{
        width: 94%;
        margin: 0 auto;
    }
    .box_w{
        width: 40%;
    }
    .ul_flex li{
        align-items: center !important;
    }
    .width_left{
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .width_right{
        width: 100%;
        display: inline-block;
        text-align: left;
    }
    .page_box{
        max-width: 60%;
        margin: 0 auto;
        min-width: 46%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner_img{
        /* min-height: auto; */
        width: 100%;
    }
    .navbar-nav{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ul_flex li{
        align-items: center !important;
    }
    .img_height{
        height: 220px;
    }
    .w_44{
        width: 50%;
    }
    .w_33{
        width: 50%;
    }
    .float_right{
        float: none;
    }
    .navbar {
        min-height: 100px;
        height: 100px;
    }
    .nav>.active>a{
        display: inline-block;
       
    }
    .wrap_width {
        width: 92%;
        margin: 0 auto;
    }
    .header_laught_type{
        width: 100%;
        height: 32px;
        line-height: 32px;
        background: #008FD7;
        color: #fff;
        font-size: 13px;
    }
    .header_laught_box{
        padding: 0 24px;
        width: 100% !important;
    }
    .header_top_tip{
        margin-right: 25px;
    }

    .header_top_tip{
        margin-right: 5px;
        display: none;
    }
    .main_wrapper{
        padding: 24px 0;
    }
    .headline_title{
        font-weight: 600;
        color: #333;
        font-size: 18px;
        line-height: 22px;
        color: #666;
        background-position: 0 24px
    }
    .enterprise_img{
        width: 65%;
    }
    .bottom_line_img{
        width: 68px;
        height: 6px;
        margin-top: 2px;
    }
    .introduce_text{
        position: absolute;
        left: 5%;
        top: 14px;
        right: 0;
        width: 45%;
    }
    .headline_box{
        padding:0 0 32px;
    }
    .introduce_text .content_title{
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        color:#333;
        margin-top: 0px;
        margin-bottom: 12px;
    }
    .headline_content{
        font-size: 14px;
        line-height: 18px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
        word-break: break-word;
       
    }
    .swiper-pagination-bullet {
        width: 20px;
        height: 4px;
        opacity: 1;
        background: rgba(255,255,255,0.60);
        border-radius: 4px;
    }
    .bg_zjfae{
        height: 188px;
    }
    .bg_hs{
        height: 188px;
    }
    .main_bg_content{
        padding: 110px 15px 16px;
        font-size: 14px;
        color: #666;
        line-height: 18px;
    }
    .list_img{
        height: 4.38rem;
        /* 250px; */
    }
    .main_column {
        min-height: calc(100vh - 585px);
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #fff;
        box-shadow: 0px 0px 5px 2px #eee !important;
        border-radius: 4px;
    }
    .navbar-toggle {
        margin-top: 16px;
    }
    .home_body .logo_icon {
        width: 30% !important;
        /* padding-top: 5px; */
    }
    /* footer */
    .footer_top{
        padding: 30px 0;
    }
    .footer_top .span_title_1{
        font-size: 17px;
        line-height: 22px;
    }
    .m_b_16{
        margin-bottom: 12px;
    }
    .footer_top .span_title_1{
        font-size: 16px;
        line-height: 21px;
    }
    .main_column .main_wrapper:first-child{
        padding: 24px 0;
        display: flex;
        flex-direction: row;

    }
    .l_h_25 span {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .m_b_13{
        margin-bottom: 0;
    }
    .qrcode_img{
        height: auto;
        width: 38%;
    }
    .footer_bottom{
        padding: 12px 0;
    }
    .m_b_40{
        margin-bottom: 26px;
    }
    .width_about_us{
        width: 96%;
        margin:15px auto 0;
    }
    .width_about_us .l_h_25 span{
        font-size: 18px;
        color: #333;
    }
    .wrap_width_5{
        width: 50%;
        margin: 0 30% 0 20%;
    }
    .p_b{
        padding-bottom: 0;
    }
    .list_title{
        line-height: 30px;
        font-size: 20px;
        color: #333;
        font-weight: 600;
    }
    .list_time{
        display: inline-block;
        margin: 5px 0 10px;
        color: #999;
        font-size: 15px;
        line-height: 21px;
    }
    .list_content{
        color: #666;
        font-size: 15px;
        line-height: 21px;
        /* text-indent: 30px; */

        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        line-clamp: 4;
        -webkit-box-orient: vertical;
    }
    .detail_img_box{
        width: 62%;
        margin: 0 auto 30px; 
    }
    .results_show {
        margin-top: 20px;
        padding-left: 16px;
        padding-bottom: 30px;
        margin-left: 0px;
        padding-right: 16px;
        width: 96%;
    }
    .results_show .p_title {
        color: #008FD7;
        font-size: 18px;
        line-height: 26px;
        font-weight: bolder;
        margin: 16px 0;
    }
    .results_show .right_box p {
        min-height: 60px;
    }
    .results_show .right_box span {
        padding: 8px;
        font-size: 14px;
        width: 50%;
    }
    .width_ul li{
        width:33%;
    }
    .m_t_117{
        margin-top: 48px;
    }
    .finance_ul li{
        width: 50%;
    }
    .default_img_list{
        height: 85px;
    }
    .ul_span_text{
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 0px;
    }
    .ul_span_text_1{
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
    }
    .box_w{
        width: 24%;
    }
    .swiper-container{
        min-height: 210px;
    }
}

@media (min-width: 992px) {
    .footer_bottom {
        padding: 0.15rem 0;
    }
    .m_t_10{
        margin-top: 12px;
    }
    .list_img {
        height: 3.78rem;
    }
    .bg_hs,.bg_zjfae{
        height: 2.88rem;
    }
    .dynamic_box .content_img{
        height: 2rem;
    }
    .main_bg_content {
        padding: 1.8rem 0.2rem 0.2rem;
    }
    .headline_title{
        background-position: 0 42px;
       padding-bottom: 18px;
    }
    .list_content{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        line-clamp: 8;
        -webkit-box-orient: vertical;
    }
    .headline_content{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 11;
        line-clamp: 11;
        -webkit-box-orient: vertical;
    }
    .swiper-pagination-bullet {
        width: 28px;
        height: 4px;
        opacity: 1;
        background: rgba(255,255,255,0.60);
        border-radius: 4px;
    }
}