﻿@charset "utf-8";
/* CSS Document */

/*公用样式*/
body {
    font-family: Arial,Hiragino Sans GB,冬青黑,Microsoft YaHei,微软雅黑,SimSun,宋体,Helvetica,Tahoma,Arial sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.wrap {
    width: 100%;
}

.cw { /*网页通用宽度*/
    width: 1200px;
    margin: 0 auto;
}

.ml40 {
    margin-left: 40px;
}

.mt24 {
    margin-top: 20px;
}

.mt64 { /*顶部margin64px*/
    margin-top: 64px;
}

.w373 { /*宽度margin64px*/
    width: 373.3333px;
}

.w580 {
    width: 580px;
}

.w600 {
    width: 600px;
}

.w787 {
    width: 787px;
}

.orange_link {
    color: #fac626;
}

a {
    color: #272a31;
}

    a:hover {
        color: #d22222;
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
/******************图片放大效果******************/
.enlargeIMG img {
    transition: all ease-in-out .3s;
}

.enlargeIMG:hover img {
    transform: scale(1.05,1.05);
}
/******************星级图标******************/
.star_level {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100px;
    height: 16px;
    background: url(../images/icon_star_level.png) no-repeat;
}

.onestar {
    background-position: 0 0;
}

.twostar {
    background-position: 0 -21px;
}

.threestar {
    background-position: 0 -42px;
}

.fourstar {
    background-position: 0 -63px;
}

.fivestar {
    background-position: 0 -84px;
}

.bold {
    font-weight: bold;
} 

  
/*右侧悬浮工具箱*/
.shortcut_box {
    position: fixed;
    right: 5px;
    top: 200px;
    width: 64px;
    border: 1px solid #dbdbdb;
    z-index: 9999;
}

    .shortcut_box a {
        display: block;
        height: 20px;
        padding-top: 42px;
        font-size: 12px;
        text-align: center;
        color: #666;
        background: #fff url(../images/shortcut_icons.png) no-repeat;
    }

        .shortcut_box a:hover {
            background-color: #d22222;
            color: #fff;
        }

        .shortcut_box a + a {
            border-top: 1px solid #dbdbdb;
        }

        .shortcut_box a.sqrh {
            background-position: 0 0;
        }

        .shortcut_box a.hyfw {
            background-position: -62px 0;
        }

        .shortcut_box a.bgxz {
            background-position: -124px 0;
        }

        .shortcut_box a.yjfk {
            background-position: -186px 0;
        }

        .shortcut_box a.toindex {
            background-position: -248px 0;
        }

        .shortcut_box a.totop {
            background-position: -310px 0;
        }

        .shortcut_box a.sqrh:hover {
            background-position: 0 -59px;
        }

        .shortcut_box a.hyfw:hover {
            background-position: -62px -59px;
        }

        .shortcut_box a.bgxz:hover {
            background-position: -124px -59px;
        }

        .shortcut_box a.yjfk:hover {
            background-position: -186px -59px;
        }

        .shortcut_box a.toindex:hover {
            background-position: -248px -59px;
        }

        .shortcut_box a.totop:hover {
            background-position: -310px -59px;
        }


/*************************************首页样式开始*************************************/

/****************************首页banner****************************/

/*.banner {
    height: 430px;
    background-color: #fff;
    overflow: hidden;
}

.banner_content {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.pics {
    font-size: 0;
}

    .pics li {
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .pics li img {
            display: block;
        }
         
.pic_list_btn {
    width: 140px;
    height: 18px;
    background-color: rgba(0,0,0,0.2);
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

    .pic_list_btn li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 10px;
        height: 10px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #fff;
        margin: 4px 6px;
        cursor: pointer;
        opacity: .7;
    }

        .pic_list_btn li.on {
            background-color: #d22222;
            opacity: 1;
        }*/

.toLeft {
    display: none;
    width: 30px;
    height: 50px;
    background-image: url(../images/toLeft.png);
    position: absolute;
    left: 0px;
    top: 175px;
}

.toRight {
    display: none;
    width: 30px;
    height: 50px;
    background-image: url(../images/toRight.png);
    position: absolute;
    right: 0px;
    top: 175px;
}


/****************************首页协会动态开始****************************/
.dynamic {
}

.dynamic_item_list .brief {
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    color: #888;
}

.main_title {
    position: relative;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #ddd;
    color: #272a31;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}

    .main_title .news_list_btn {
        position: absolute;
        right: 0;
        bottom: -10px;
        font-size: 14px;
        vertical-align: middle;
    }

        .main_title .news_list_btn a {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            width: 20px;
            height: 20px;
            text-align: center;
            line-height: 20px;
            margin: 0 2px;
        }

            .main_title .news_list_btn a.active {
                border-radius: 100%;
                background-color: #d22222;
                color: #fff;
            }

.icon_left, .icon_right {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

    .icon_left:hover, .icon_right:hover {
        opacity: .85;
    }

.icon_left {
    background: url(../images/icon_left.png) center center no-repeat;
}

.icon_right {
    background: url(../images/icon_right.png) center center no-repeat;
}

.main_title h2 {
    height: 61px;
    line-height: 61px;
    display: inline-block;
    border-bottom: 3px solid #d22222;
}

.main_title .red {
    color: #d22222;
}

.dynamic_item_list {
    margin-right: -40px;
    overflow: hidden;
}

.dynamic_item {
    width: 270px;
    margin-right: 40px;
    overflow: hidden;
}

    .dynamic_item .dynamic_item_t img {
        display: block;
    }

    .dynamic_item .dynamic_item_b {
        background-color: #efefef;
        padding: 16px;
    }

        .dynamic_item .dynamic_item_b .title {
          box-sizing: border-box;
            height: 60px;
            color: #272a31;
            font-size: 16px;
            line-height: 1.5;
            font-weight: bold;
            overflow: hidden;
            overflow: hidden;
        }

.pubdate {
    font-size: 14px;
    color: #9a9a9a;
}

.more {
    margin-top: 24px;
    color: #d22222;
}

    .more:hover {
        text-decoration: underline;
    }

/*************首页热点资讯*************/
.news_list li {
    padding-left: 14px;
    background: url(../images/news_arrow.png) left center no-repeat;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hotnews_list li {
    padding-top: 24px;
    padding-bottom: 12px;
    height: 68px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.hotnews_list .hotnews_t {
    margin-bottom: 16px;
}

    .hotnews_list .hotnews_t .tag, .company_list .tag, .tag {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 44px;
        height: 24px;
        line-height: 24px;
        margin-right: 8px;
        background-color: #d22222;
        color: #fff;
        text-align: center;
        font-size: 14px;
    }

    .hotnews_list .hotnews_t .news_arrow {
        width: 6px;
        height: 16px;
        margin-right: 8px;
        background: url(../images/news_arrow.png) left center no-repeat;
    }

    .hotnews_list .hotnews_t .calendar {
        width: 54px;
        height: 54px;
        text-align: center;
        background-color: #136fb8;
        color: #fff;
        font-size: 12px;
        margin-right: 8px;
    }

.hotnews_list .calendar .day {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

.hotnews_list .calendar .month {
    margin: 0 auto;
    width: 50px;
    height: 20px;
    line-height: 20px;
    background-color: #fff;
    color: #136fb8;
}

.hotnews_list .hotnews_t .hotnews_t_title {
    height: 36px;
    overflow: hidden;
    line-height: 1.14;
}

.hotnews_list .hotnews_t a {
    width: 317px;
    overflow: hidden;
    font-size: 16px;
}

.hotnews_list .hotnews_t .headline {
    color: #d22222;
    font-weight: bold;
}

.hotnews_list .time, .hotnews_list .news_lable {
    color: #888;
}

.hotnews_list .news_lable {
    margin-left: 36px;
    padding-left: 18px;
    background: url(../images/news_lable.png) left center no-repeat;
}

/*************首页行业活动*************/
.picnews_link {
    position: relative;
}

    .picnews_link > ul {
        height: 460px;
        overflow: hidden;
    }

    .picnews_link .prev, .picnews_link .next {
        position: absolute;
        top: 210px;
        width: 27px;
        height: 55px;
    }

    .picnews_link .prev {
        left: 0;
        background: url(../images/icon_prev.png) no-repeat;
    }

        .picnews_link .prev:hover {
            opacity: .8;
        }

    .picnews_link .next {
        right: 0;
        background: url(../images/icon_next.png) no-repeat;
    }

        .picnews_link .next:hover {
            opacity: .8;
        }

    .picnews_link .title {
        box-sizing: border-box;
        width: 100%;
        height: 32px;
        line-height: 32px;
        color: #d22222;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .picnews_link .img_box {
        width: 100%;
        height: 273px;
        overflow: hidden;
    }

    .picnews_link .txt_box {
        height: 200px;
        padding: 10px;
        overflow: hidden;
        background-color: #eee;
        color: #272a30;
        font-size: 16px;
        line-height: 2.5;
    }

.imgtxt_news {
    display: block;
    margin-bottom: 5px;
}

    .imgtxt_news .img_box {
        width: 204px;
        height: 130px;
        overflow: hidden;
        margin-top: 7px;
        margin-left: 8px;
    }

        .imgtxt_news .img_box.book_box {
            width: 124px;
            height: 144px;
            margin-left: 5px;
            overflow: hidden;
        }

    .imgtxt_news .content_box {
        height: 278px;
        overflow: hidden;
    }

    .imgtxt_news .title {
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        overflow: hidden;
        color: #d22222;
        font-weight: bold;
    }

    .imgtxt_news .content_box .content {
        font-size: 14px;
        line-height: 1.8;
        color: #888;
    }

/************************首页中部广告************************/
.center_ad {
    height: 250px;
    border-bottom: 1px solid #eee;
    background: url(../pics/center_ad.png) center bottom/contain no-repeat;
    text-align: center;
    font-size: 16px;
    color: #888;
}

    .center_ad h4 {
        padding: 0 300px;
        padding-top: 20px;
        font-size: 28px;
        margin-bottom: 24px;
        color: #272a30;
    }

    .center_ad p {
        padding: 0 200px;
    }

/************************首页安全承诺品牌************************/
.company {
}

    .company .company_logo_box {
        width: 160px;
        height: 100px;
        overflow: hidden;
        margin-right: 8px;
    }

        .company .company_logo_box img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .company .title {
        font-size: 16px;
        height: 54px;
        overflow: hidden;
    }

    .company .content {
        height: 48px;
        line-height: 1.14;
        color: #888;
        overflow: hidden;
    }

.company_list {
    margin-top: 12px;
}

    .company_list li {
        height: 40px;
        line-height: 40px;
    }

    /*.company_list .company_name {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 290px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
        font-size: 16px;
    }*/

.company_search {
    margin-top: 12px;
    height: 199px;
    background-color: #eee;
    overflow: hidden;
}

    .company_search .title {
        margin-top: 8px;
        height: 48px;
        line-height: 48px;
        color: #d22222;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
    }

        .company_search .title img {
            margin-right: 8px;
            vertical-align: middle;
        }

    .company_search .search_box {
        padding: 10px 30px 0;
    }

        .company_search .search_box a {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            background-color: #fff;
            color: #272a30;
            padding: 0 10px;
            margin-bottom: 8px;
            margin-right: 8px;
        }

            .company_search .search_box a:hover, .company_search .search_box a.active {
                background-color: #d22222;
                color: #fff;
            }

    .company_search .search_text {
        width: 230px;
        height: 30px;
        line-height: 30px;
        color: #888;
        border: 1px solid #ddd;
    }

    .company_search a.search_button {
        height: 32px;
        line-height: 32px;
        background-color: #d22222;
        color: #fff;
    }

    .company_search .to_apply {
        display: block;
        margin: 0 auto;
        width: 158px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-color: #f9800f;
        color: #fff;
        margin-top: 10px;
    }

/************************首页星级供应商************************/
.star_company {
    margin-top: 12px;
    height: 199px;
    background-color: #eee;
    overflow: hidden;
}

    .star_company .title {
        margin-top: 8px;
        height: 48px;
        line-height: 48px;
        color: #d22222;
        font-size: 30px;
        text-align: center;
        vertical-align: middle;
    }

        .star_company .title img {
            margin-right: 8px;
            vertical-align: middle;
        }

    .star_company .search_box {
        padding: 20px 30px 10px 10px;
    }

        .star_company .search_box img {
            vertical-align: middle;
        }

        .star_company .search_box select {
            width: 100px;
            height: 34px;
            line-height: 34px;
            padding-left: 2px;
            color: #666;
            border: 1px solid #ddd;
            background-color: #fff;
        }

    .star_company .star_plan {
        padding-left: 64px;
        margin-bottom: 10px;
        font-weight: bold;
    }

        .star_company .star_plan a {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            color: #d22222;
            margin-bottom: 8px;
            margin-right: 12px;
        }

    .star_company .search_text {
        width: 230px;
        height: 30px;
        line-height: 30px;
        color: #888;
        border: 1px solid #ddd;
    }

    .star_company a.search_button {
        height: 32px;
        line-height: 32px;
        background-color: #d22222;
        color: #fff;
    }

    .star_company .to_apply {
        display: block;
        margin: 0 auto;
        width: 158px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        background-color: #f9800f;
        color: #fff;
    }

.star_company_top.txt_box .content {
    height: 32px;
}

.company_list .star_level {
    vertical-align: middle;
}

/****************************首页协会服务开始****************************/
.service {
}

.service_item_list {
    margin-right: -40px;
    overflow: hidden;
}

.service_item {
    box-sizing: border-box;
    width: 270px;
    margin-right: 40px;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer;
}

    .service_item .service_item_t {
        position: relative;
        width: 268px;
        height: 150px;
        overflow: hidden;
        background-color: #eee;
    }

        .service_item .service_item_t .txt {
            position: absolute;
            top: 268px;
            left: 0;
            box-sizing: border-box;
            padding: 8px;
            width: 268px;
            height: 150px;
            *background-color: #d22222;
            background-color: rgba(210, 34, 34, 0.9);
            color: #fff;
            opacity: 0;
            transition: all ease-in-out .4s;
        }

        .service_item .service_item_t:hover .txt {
            top: 0;
            opacity: 1;
        }

        .service_item .service_item_t img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .service_item .service_item_b {
        background-color: #efefef;
        padding: 16px;
    }

        .service_item .service_item_b .title {
            height: 80px;
            font-size: 18px;
            color: #272a31;
            overflow: hidden;
            margin-bottom: 24px;
            font-weight: 600;
        }
/*************************************首页样式结束*************************************/

/*************************************行业新闻开始*************************************/
.main {
    padding-bottom: 50px;
}

    .main .w787 .banner_content {
        height: 420px;
        overflow: hidden;
    }

.tag {
    width: 44px;
    height: 24px;
    line-height: 24px;
    margin-right: 8px;
    margin-bottom: 10px;
    background-color: #d22222;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.main_title {
    position: relative;
}

    .main_title .sub_nav {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 14px;
        color: #666;
    }

        .main_title .sub_nav a + a {
            position: relative;
            margin-left: 30px;
        }

        .main_title .sub_nav a.active {
            color: #d22222;
        }

        .main_title .sub_nav a + a:before {
            content: "/";
            display: block;
            position: absolute;
            left: -18px;
            top: -24px;
            color: #888;
        }

.news_list.news_sort .order {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background-color: #d22222;
    color: #fff;
    margin-right: 4px;
}

.news_list.news_sort li {
    padding-left: 0px;
    background: none;
}

.news_list .news_item {
    padding: 24px 0 12px 0;
    border-bottom: 1px dashed #ddd;
}

    .news_list .news_item .pic_box {
        width: 246px;
        height: 146px;
        overflow: hidden;
        margin-right: 16px;
    }

    .news_list .news_item .content_box {
        overflow: hidden;
    }

.news_list .content_box .title {
    display: block;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.news_list .content_box .brief {
    font-size: 14px;
    color: #666;
    height: 60px;
    overflow: hidden;
    margin-top: 16px;
    margin-bottom: 8px;
}

.news_list .content_box .news_info {
    font-size: 12px;
    color: #888;
}

    .news_list .content_box .news_info span {
        margin-right: 12px;
    }

        .news_list .content_box .news_info span:nth-of-type(2) {
            margin-right: 24px;
        }

.news_lable {
    margin-left: 36px;
    padding-left: 18px;
    background: url(../images/news_lable.png) left center no-repeat;
}

.ad {
    box-sizing: border-box;
    width: 787px;
    height: 155px;
    overflow: hidden;
    margin-top: 24px;
    border: 1px solid #ddd;
}

.sub_ad {
    margin-bottom: 12px;
}

    .sub_ad img {
        display: block;
    }

.loadmore {
    text-align: center;
}

    .loadmore a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 auto;
        padding: 6px 12px;
        background-color: #d22222;
        color: #fff;
        border-radius: 4px;
        margin-top: 32px;
    }

        .loadmore a:hover {
            color: #fff;
        }

.zimeiti_t {
    padding: 16px 0;
    background-color: #d22222;
    color: #fff;
}

    .zimeiti_t .QR_code {
        width: 50%;
        text-align: center;
    }

.zimeiti_b {
    background-color: #eee;
    padding: 0 32px 16px;
    font-size: 0;
}

    .zimeiti_b a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 25%;
        margin-top: 16px;
        text-align: center;
    }

.hot_lable a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    background-color: #dbdbdb;
    color: #272a31;
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 16px;
}

    .hot_lable a:hover {
        background-color: #d22222;
        color: #fff;
    }

.contact {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
    line-height: 2;
}

    .contact img {
        vertical-align: middle;
        margin-left: 6px;
    }
/*************************************行业新闻结束*************************************/

/*************************************会展活动开始*************************************/
.activity {
}

.activity_item_list .brief {
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    color: #888;
}

.activity_item_list {
    margin-right: -40px;
    overflow: hidden;
}

.activity_item {
    margin-right: 40px;
    overflow: hidden;
    margin-bottom: 24px;
}

    .activity_item .activity_item_t {
        width: 100%;
        height: 240px;
        overflow: hidden;
    }

        .activity_item .activity_item_t img {
            display: block;
        }

    .activity_item .activity_item_b {
        background-color: #efefef;
        padding: 16px;
    }

        .activity_item .activity_item_b .title {
            display: block;
            height: 80px;
            font-size: 18px;
            color: #272a31;
            overflow: hidden;
            margin-bottom: 24px;
            font-weight: 600;
        }

        .activity_item .activity_item_b span {
            height: 36px;
            line-height: 36px;
            color: #888;
        }

        .activity_item .activity_item_b .days {
            font-size: 24px;
            color: #d22222;
            margin: 0 6px;
        }
/*************************************会展活动结束*************************************/

/*************************************关于协会开始*************************************/
.xiehui_nav {
    margin-right: 40px;
    margin-top: 240px;
}

    .xiehui_nav ul {
        width: 228px;
        border: 1px solid #ddd;
    }

    .xiehui_nav li {
        height: 48px;
        line-height: 48px;
        padding-left: 24px;
        background-color: #efefef;
        color: #1f1f1f;
    }

        .xiehui_nav li + li {
            border-top: 1px solid #ddd;
        }

        .xiehui_nav li a {
            display: block;
            width: 100%;
            height: 100%;
        }

        .xiehui_nav li.active {
            background-color: #d22222;
        }

            .xiehui_nav li.active a {
                color: #fff;
            }

.xiehui_content_box {
    overflow: hidden;
    font-size: 16px;
    color: #333;
    text-indent: 32px;
}

    .xiehui_content_box .xiehui_content_title {
        text-align: center;
        font-size: 36px;
        text-indent: 0;
        color: #888;
        margin-bottom: 48px;
        margin-top: 48px;
    }

        .xiehui_content_box .xiehui_content_title h3 {
            position: relative;
            max-width: 300px;
            text-align: center;
            margin: 0 auto;
            color: #d22222;
            border-bottom: 1px solid #ddd;
            font-size: 44px;
            height: 72px;
            line-height: 72px;
            margin-bottom: 12px;
        }

            .xiehui_content_box .xiehui_content_title h3:after {
                content: "";
                position: absolute;
                width: 180px;
                height: 3px;
                bottom: -2px;
                left: 50%;
                transform: translateX(-50%);
                background: #d22222;
            }

    .xiehui_content_box li {
        position: relative;
        text-indent: 0;
        border-bottom: 1px dashed #ddd;
    }

    .xiehui_content_box .loadmore {
        text-indent: 0;
    }

    .xiehui_content_box li span {
        position: absolute;
        right: 0;
        top: 0;
        color: #666;
    }


/*************************************关于协会结束*************************************/

/*************************************行业新闻内容页开始*************************************/
.main .news_heading_box {
    width: 100%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 32px;
}

    .main .news_heading_box .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 48px;
    }

    .main .news_heading_box .news_info {
        color: #888;
    }

.main .news_content {
    width: 100%;
    overflow: hidden;
}

    .main .news_content img {
        display: block;
        margin-top: 24px;
        margin-bottom: 24px;
        width: 100%;
    }

    .main .news_content p {
        font-size: 16px;
        line-height: 2;
        text-indent: 32px;
    }

.img-txt {
    display: block;
    margin: 12px auto;
}

    .img-txt .img-txt_box {
        width: 160px;
        height: 100px;
        overflow: hidden;
        margin-right: 8px;
    }

        .img-txt .img-txt_box img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .img-txt .title {
        font-size: 16px;
        height: 50px;
        overflow: hidden;
    }

    .img-txt .content {
        height: 48px;
        line-height: 1.14;
        color: #888;
        overflow: hidden;
    }

    .img-txt .info {
        color: #888;
        font-size: 12px;
        margin-top: 36px;
    }

        .img-txt .info span + span {
            margin-left: 16px;
        }
/*************************************行业新闻内容页结束*************************************/

/*************************************标准法规开始*************************************/
.w373 .sub_news {
    position: relative;
    height: 204px;
    overflow: hidden;
    margin-bottom: 12px;
}

.sub_news .news_title_box {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

    /*.sub_news .news_title_box .news_title {
        max-width: 320px;
        padding: 8px 12px;
        background-color: #272a31;
        color: #fff;
        font-size: 18px;
    }*/

0ii8n .latest_report .pic_box {
    width: 160px;
    height: 140px;
    overflow: hidden;
}

.latest_report .news_item {
    padding: 24px 0 12px 0;
    border-bottom: 1px dashed #ddd;
}

    .latest_report .news_item .pic_box {
        width: 160px;
        height: 120px;
        overflow: hidden;
        margin-right: 16px;
    }

    .latest_report .news_item .content_box {
        overflow: hidden;
    }

.latest_report .content_box .title {
    display: block;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.latest_report .content_box .brief {
    font-size: 14px;
    color: #666;
    height: 40px;
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 8px;
}

.latest_report .content_box .news_info {
    font-size: 12px;
    color: #888;
}

    .latest_report .content_box .news_info span {
        margin-right: 12px;
    }

        .latest_report .content_box .news_info span:nth-of-type(2) {
            margin-right: 24px;
        }

.latest_report .news_lable {
    margin-left: 0px;
    padding-left: 18px;
    background: url(../images/news_lable.png) left center no-repeat;
}

.latest_report .report_genre {
    font-size: 18px;
    font-weight: bold;
}

.zljd li {
    float: left;
    width: 300px;
    height: 300px;
    overflow: hidden;
    background-color: #f0f0f0;
}

    .zljd li h5 {
        padding: 24px 24px 12px;
        font-size: 18px;
        font-weight: bold;
        color: #272a31;
    }

    .zljd li p {
        padding: 0 24px;
        height: 188px;
        overflow: hidden;
        color: #666;
        margin-bottom: 8px;
    }

    .zljd li a {
        float: right;
        margin-right: 24px;
        color: #fac626;
    }

.tab_normal .tab_nav {
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #d22222;
    background-color: #eee;
    text-align: center;
}

    .tab_normal .tab_nav li {
        width: 600px;
        float: left;
        font-size: 18px;
        cursor: pointer;
    }

        .tab_normal .tab_nav li.active {
            position: relative;
            background-color: #d22222;
        }

            .tab_normal .tab_nav li.active a {
                color: #fff;
            }

.tab_normal .tab_content {
    padding: 10px 0 0;
    overflow: hidden;
}

    .tab_normal .tab_content li {
        height: 36px;
        line-height: 36px;
        *height: 30px;
        *line-height: 30px;
    }

.tab_normal .normal_news a {
    float: left;
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab_normal .time {
    color: #666;
    font-size: 12px;
}

.hhb .company_list {
    height: 390px;
    padding-bottom: 2px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
}

    .hhb .company_list li a {
        display: block;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px dashed #ddd;
    }

    .hhb .company_list span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        overflow: hidden;
    }

    /*.hhb .company_list .company_name {
        width: 600px;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: baseline;
    }*/

    .hhb .company_list .product {
        width: 320px;
        padding: 0 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hhb .company_list .time {
        width: 180px;
        text-align: right;
    }

/*.ttbz ul {
    margin-right: -40px;
}

.ttbz li {
    float: left;
    width: 580px;
    height: 300px;
    margin-bottom: 40px;
    margin-right: 40px;
    overflow: hidden;
}

    .ttbz li a {
        position: relative;
        display: block;
        width: 580px;
        height: 300px;
    }

        .ttbz li a p {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            padding: 10px 20px;
             background-color: #d22222;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
        }*/

.lmrz .news_item {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 20px;
}

.lmrz .content_box {
    overflow: hidden;
    margin-bottom: 20px;
}

.lmrz .top_news .content_box {
    height: 340px;
    overflow: hidden;
    margin-bottom: 20px;
}

.lmrz .title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    overflow: hidden;
    margin-bottom: 24px;
}

.lmrz .content_box .pic_box {
    width: 390px;
    height: 240px;
    overflow: hidden;
}

.lmrz .content_box .brief {
    color: #666;
}

.lmrz .pic_box {
    margin-right: 18px;
}

.lmrz .top_news .brief {
    height: 150px;
    color: #666;
}

.lmrz .lmrz_search {
    box-sizing: border-box;
    border: 1px solid #ddd;
}

    .lmrz .lmrz_search .title {
        height: 72px;
        line-height: 72px;
        background-color: #d22222;
        color: #fff;
        font-size: 24px;
        vertical-align: middle;
        padding-left: 24px;
        margin-bottom: 0;
    }

        .lmrz .lmrz_search .title img {
            vertical-align: middle;
            margin-right: 12px;
        }

    .lmrz .lmrz_search .search_box {
        height: 140px;
        padding: 32px 24px;
        background-color: #eee;
        margin-bottom: 16px;
    }

        .lmrz .lmrz_search .search_box input {
            width: 100%;
            height: 36px;
            line-height: 36px;
            padding-left: 12px;
            border: 1px solid #ddd;
            background-color: #fff;
            color: #666;
            margin-bottom: 12px;
        }

        .lmrz .lmrz_search .search_box .search_button {
            width: 100px;
            height: 36px;
            line-height: 36px;
            background-color: #d22222;
            color: #fff;
        }

    .lmrz .lmrz_search a {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        color: #d22222;
        text-align: center;
    }

    .lmrz .lmrz_search .to_apply {
        display: block;
        width: 160px;
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
        margin-bottom: 12px;
        text-align: center;
        background-color: #f9800f;
        color: #fff;
        font-size: 18px;
        border-radius: 24px;
    }

.lmrzzx {
    border: 1px solid #ddd;
}

.lmrz .w373 .lmrzzx .title {
    height: 48px;
    line-height: 48px;
    background-color: #d22222;
    color: #fff;
    font-size: 24px;
    vertical-align: middle;
    padding-left: 24px;
    margin-bottom: 0;
}

.lmrzzx .contact {
    padding: 16px;
}

/*************************************标准法规结束*************************************/

/*************************************行业统计分析开始*************************************/
.hybps .title {
    font-size: 18px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 24px;
    text-align: left;
    font-weight: bold;
}

.hybps .msg {
    height: 90px;
    overflow: hidden;
    margin-bottom: 24px;
    text-align: left;
    /*font-weight: bold;*/
}

.hybps .hybps_l {
    height: 500px;
    overflow: hidden;
    background-color: #d22222;
    box-sizing: border-box;
    padding: 40px 64px;
    text-align: center;
}

    .hybps .hybps_l .book_img_box {
        text-align: center;
        margin-bottom: 24px;
    }

    .hybps .hybps_l a {
        text-align: left;
        color: #fff;
    }

.hybps .hybps_r {
    height: 500px;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 64px;
    text-align: center;
}

    .hybps .hybps_r .title {
        color: #272a31;
    }

    .hybps .hybps_r a {
        display: block;
        text-align: left;
        color: #666;
        margin-bottom: 24px;
    }

.sjfx .hotnews_list li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    border: none;
}
/*************************************行业统计分析结束*************************************/

/*************************************会员专区开始*************************************/
.hy_search {
    background-color: #f0f0f0;
    padding: 24px;
}

    .hy_search div {
        width: 300px;
        margin-right: 24px;
    }

        .hy_search div select, .hy_search div input {
            width: 280px;
            border: 1px solid #ddd;
            background-color: #fff;
            color: #666;
            height: 32px;
            line-height: 32px;
            margin-top: 4px;
            padding-left: 12px;
        }

    .hy_search .search_button {
        height: 34px;
        line-height: 34px;
        margin-top: 24px;
        padding: 0 24px;
    }

/*.hyfw_rights {
    margin-right: -40px;
}

    .hyfw_rights li {
        float: left;
        width: 235px;
        margin-right: 40px;
        text-align: center;
        font-size: 12px;
        color: #666;
        margin-bottom: 24px;
    }

    .hyfw_rights .description {
        height: 36px;
        overflow: hidden;
    }

    .hyfw_rights .title {
        font-weight: bold;
        color: #272a31;
        font-size: 14px;
        height: 24px;
        margin-bottom: 4px;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }*/

.lmrz .hydl {
    box-sizing: border-box;
    border: 1px solid #ddd;
}

    .lmrz .hydl .title, .lmrzzx .title {
        height: 72px;
        line-height: 72px;
        background-color: #d22222;
        color: #fff;
        font-size: 24px;
        vertical-align: middle;
        padding-left: 24px;
        margin-bottom: 0;
    }

        .lmrz .hydl .title img {
            vertical-align: middle;
            margin-right: 12px;
        }

    .lmrz .hydl .hydl_box {
        height: 140px;
        padding: 32px 24px;
        background-color: #eee;
        margin-bottom: 16px;
    }

        .lmrz .hydl .hydl_box input {
            width: 206px;
            height: 36px;
            line-height: 36px;
            padding-left: 12px;
            border: 1px solid #ddd;
            background-color: #fff;
            color: #666;
            margin-bottom: 12px;
        }

        .lmrz .hydl .hydl_box .hydl_button {
            width: 100px;
            height: 87px;
            line-height: 87px;
            background-color: #d22222;
            color: #fff;
            font-weight: bold;
            font-size: 18px;
        }

    .lmrz .hydl a {
        display: block;
        width: 206px;
        margin-bottom: 9px;
        color: #d22222;
        text-align: center;
    }

    .lmrz .hydl .to_apply {
        display: block;
        width: 160px;
        height: 48px;
        line-height: 48px;
        margin: 0 auto;
        margin-bottom: 12px;
        text-align: center;
        background-color: #f9800f;
        color: #fff;
        font-size: 18px;
        border-radius: 24px;
    }

.hydl .hydl_box .input_box {
    width: 208px;
}

.hydl .tellphone {
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 36px;
    background: url(../images/tellphoneimg.png) left center no-repeat;
}

.hydl .hydl_box a.forget_pwd {
    width: 80px;
    height: 48px;
    line-height: 48px;
}

.hydl a.hyfw_button, .hydl a.rhsq_button {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 160px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    margin: 12px 0 24px 16px;
}

.hydl a.hyfw_button {
    background-color: #6fb538;
}

.hydl a.rhsq_button {
    background-color: #f9800f;
}
/*************************************会员专区结束*************************************/

/*************************************星级供应商开始*************************************/ 
.xjgys_plan {
    background-color: #d22222;
    background-color: rgba(210, 34, 34,.7); 
    color: #fff;
    font-size: 18px;
    line-height: 48px;
    min-height: 300px;
    padding: 36px 0;
}

    .xjgys_plan h5 {
        text-align: center;
        margin-bottom: 36px;
        font-size: 36px;
        font-weight: bold;
    }

    .xjgys_plan p {
        padding: 0 36px;
    }

.xjgys_rights {
    margin-right: -40px;
}

    .xjgys_rights li {
        float: left;
        width: 208px;
        margin-right: 40px;
        text-align: center;
        /*font-size: 12px;*/
        color: #666;
        margin-bottom: 24px;
    }

    .xjgys_rights .description {
        /*height: 36px;*/
        overflow: hidden; 
    }

    .xjgys_rights .title {
        font-weight: bold;
        color: #272a31;
        font-size: 14px;
        height: 24px;
        margin-bottom: 4px;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.xjgys_standard .xjgys_standard_box_l {
    box-sizing: border-box;
    width: 826px;
    height: 260px;
    background-color: #d22222;
    color: #fff;
    padding: 24px 0 24px 24px;
}

    .xjgys_standard .xjgys_standard_box_l h5 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 24px;
    }

    .xjgys_standard .xjgys_standard_box_l p {
        padding-left: 24px;
        height: 32px;
        line-height: 32px;
        background: url(../images/icon_white_star.png) left center no-repeat;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.xjgys_standard .xjgys_standard_box_r {
    text-align: center;
    width: 374px;
    height: 260px;
    background-color: #f0f0f0;
    overflow: hidden;
}

    .xjgys_standard .xjgys_standard_box_r img {
        vertical-align: middle;
        margin-right: 8px;
        width: 44px;
        height: 44px;
    }

    .xjgys_standard .xjgys_standard_box_r .title {
        display: block;
        font-size: 24px;
        font-weight: bold;
        height: 72px;
        line-height: 72px;
        overflow: hidden;
        vertical-align: middle;
    }

    .xjgys_standard .xjgys_standard_box_r ul {
        width: 240px;
        margin: 0 auto;
    }

    .xjgys_standard .xjgys_standard_box_r li {
        float: left;
        width: 118px;
        background-color: #d22222;
        color: #fff;
        height: 36px;
        line-height: 36px;
        border: 1px solid #f0f0f0;
        cursor: pointer;
    }

        .xjgys_standard .xjgys_standard_box_r li:nth-of-type(1),
        .xjgys_standard .xjgys_standard_box_r li:nth-of-type(4),
        .xjgys_standard .xjgys_standard_box_r li:nth-of-type(5) {
            background-color: #fac626;
        }

    .xjgys_standard .xjgys_standard_box_r a {
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }

    .xjgys_standard .xjgys_standard_box_r .to_apply {
        width: 240px;
        margin: 0 auto;
        height: 48px;
        line-height: 48px;
        background-color: #d22222;
        margin-top: 12px;
    }

.xjgys_standard .xjgys_standard_notice {
    height: 36px;
    line-height: 36px;
    /*border: 1px solid #ddd;*/
    border-top: none;
    padding-left: 24px;
    color: #666;
}

.xjgys_news .xjgys_news_l, .xjgys_news .xjgys_news_r {
    width: 600px;
    height: 350px;
    overflow: hidden;
}

    .xjgys_news .xjgys_news_l li {
        width: 100%;
        height: 100%;
    }

        .xjgys_news .xjgys_news_l li img {
            display: block;
            width: 100%;
            height: 100%;
        }

.xjgys_news .xjgys_news_r {
    width: 600px;
    /*border: 1px solid #ddd;*/
    border-left: none;
    box-sizing: border-box;
}

    .xjgys_news .xjgys_news_r li {
        padding: 10px;
        overflow: hidden;
    }

        .xjgys_news .xjgys_news_r li:hover {
            background-color: #d22222;
        }

            .xjgys_news .xjgys_news_r li:hover a, .xjgys_news .xjgys_news_r li:hover p {
                color: #fff;
            }

        .xjgys_news .xjgys_news_r li + li {
            border-top: 1px solid #ddd;
        }

        .xjgys_news .xjgys_news_r li h5 {
            height: 40px;
            overflow: hidden;
            font-weight: bold;
        }

        .xjgys_news .xjgys_news_r li p {
            height: 40px;
            overflow: hidden;
            color: #666;
        }

.xjgys_dynamic .news_info {
    color: #999;
    margin-top: 12px;
}

    .xjgys_dynamic .news_info span + span {
        margin-left: 12px;
    }

/*.xjgys_dynamic .dynamic_item_b .title {
    height: 52px;
    font-size: 18px;
    color: #272a31;
    overflow: hidden;
    margin-bottom: 24px;
    font-weight: 600;
}*/

.xjgys_company .xjgys_company_box {
    position: relative;
    height: 150px;
    margin-right: -40px;
    overflow: hidden;
}

    .xjgys_company .xjgys_company_box ul {
        white-space: nowrap;
    }

    .xjgys_company .xjgys_company_box li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        box-sizing: border-box;
        width: 270px;
        height: 150px;
        border: 1px solid #ddd;
        margin-right: 40px;
    }

    .xjgys_company .xjgys_company_box .prev, .xjgys_company .xjgys_company_box .next {
        position: absolute;
        top: 47px;
        width: 27px;
        height: 55px;
    }

    .xjgys_company .xjgys_company_box .prev {
        left: 0;
        background: url(../images/icon_prev.png) no-repeat;
    }

        .xjgys_company .xjgys_company_box .prev:hover {
            opacity: .8;
        }

    .xjgys_company .xjgys_company_box .next {
        right: 28px;
        background: url(../images/icon_next.png) no-repeat;
    }

        .xjgys_company .xjgys_company_box .next:hover {
            opacity: .8;
        }

.xjgys_search .search_filter {
    box-sizing: border-box;
    /*border: 1px solid #ddd;*/
    background-color: #f0f0f0;
    padding: 12px;
}

.search_filter .list_item + .list_item {
    margin-top: 10px;
}

.search_filter .list_item_name {
    font-weight: 600;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 36px;
    width: 80px;
    text-align: right;
}

.search_filter .list_item_options {
    width: 85%;
    line-height: 36px;
}

    .search_filter .list_item_options .option {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        height: 24px;
        line-height: 24px;
        padding: 0 8px;
        margin-right: 15px;
        color: #666;
    }

    .search_filter .list_item_options .current {
        background-color: #d22222;
        color: #fff;
    }

.search_filter select {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 200px;
    height: 32px;
    line-height: 32px;
}

.search_filter .search {
    text-align: center;
}

    .search_filter .search a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin: 0 auto;
        padding: 8px 48px;
        background-color: #d22222;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 12px;
    }

        .search_filter .search a:hover {
            color: #fff;
        }

.xjgys_search .xjgys_show {
    padding: 12px 24px;
    /*border: 1px solid #ddd;*/
    border-top: none;
}
/*************************************星级供应商结束*************************************/
























