﻿@charset "utf-8";

/*公用样式*/
body {
    font-family: Arial,Hiragino Sans GB,冬青黑,Microsoft YaHei,微软雅黑,SimSun,宋体,Helvetica,Tahoma,Arial sans-serif;
    font-size: 14px;
    line-height: 1.5;
    /*overflow-x:hidden;
    width:100%;*/
    background: url(../Images/bg.jpg) no-repeat;
}
#body_2 {
    width:100%;
    background: url(../Images/bg.jpg) no-repeat;
    padding-top:-24px;
}
/* CSS Document */
input::-webkit-input-placeholder {
    /* placeholder字体大小  */
    font-size: 14px;
}
 /* 鼠标放上去变背景  */
.lookup {
    cursor: pointer;
}

    .lookup:hover {
        background-image: -webkit-linear-gradient(90deg, #ddd, #fff);
    }

.select_but {
    background-color: #d22222;
    height: 34px;
    margin-top: -4px;
    font-size: 16px;
}

.battt a:hover {
    color: #ff0000;
}

#lunbo {
    display: inline-block;
    width: 100%; /*图片自适应的父容器的宽*/
    height: 100%; /*图片自适应的父容器的高*/
}
.lunboImg .lunboleftImg{
    display: inline-block;
    width: 100%; /*图片自适应的父容器的宽*/
    height: 100%; /*图片自适应的父容器的高*/
} 
    .lunboImg img {
    width: 787px;
    height:400px;
    }
    #lunbo li {
        width:100%;
    }

    #lunbo img {
        max-width: 100%;
        max-height: 100%;  
    }

.Shadow {
    -moz-box-shadow: 0px 2px 20px #333333;
    -webkit-box-shadow: 0px 2px 20px #333333;
    box-shadow: 0px 2px 20px #333333;
}

    .Shadow:hover {
        -moz-box-shadow: 0px 2px 20px #ff0000;
        -webkit-box-shadow: 0px 2px 20px #ff0000;
        box-shadow: 0px 2px 20px #ff0000;
    }
.ph001_3 {
    text-align: center;
    width: 30px;
    height: 30px;
    float: left;
    background-color: #d22222;
    font-size: 18px;
    text-shadow: #272a31 0 1px 0;
    border-radius: 2px;
    color: #fff;
}

.ph003_6 {
     text-align: center;
    width: 30px;
    height: 30px;
    float: left;
    background-color: #ddd;
    font-size: 18px;
    text-shadow: #272a31 0 1px 0;
    border-radius: 2px;
    color: #fff;
}
.dispbut_but {
        width:280px;font-size:18px;background-color:#ffffff;border:1px solid #d22222;color:#d22222

}
    .dispbut_but:hover {
    background-color:#ddd;
    border:none;
    }
#dispbut {
    width:280px;font-size:18px;background-color:#ffffff;border:1px solid #d22222;color:#d22222;
   
    }
    #dispbut:hover {
     background-color:#ddd;
    } 
.wrap {
    width: 100%;
}

.cw { /*网页通用宽度*/
    width: 1200px;
    margin: 0 auto;
}

.cw70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.cw80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.cw90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cw100 {
    width: 100%;
}


/***********************div左右布局*****************************/
.div_left_50 {
    width: 50%;
    float: left;
    text-align: right;
}

.div_right_50 {
    width: 49%;
    float: right;
    text-align: left;
}

.div_left_30 {
    width: 30%;
    float: left;
    text-align: right;
}

.div_right_70 {
    width: 69%;
    float: right;
    text-align: left;
}

.div_left_20 {
    width: 20%;
    float: left;
    text-align: right;
}

.div_right_80 {
    width: 79%;
    float: right;
    text-align: left;
}

.div_left_10 {
    width: 10%;
    float: left;
    text-align: right;
}

.div_right_90 {
    width: 89%;
    float: right;
    text-align: left;
}

.h45 {
    height: 45px;
}

.h145 {
    height: 145px;
}

.lh35 {
    line-height: 35px;
}

.ml40 {
    margin-left: 40px;
}

.mt24 {
    margin-top: 24px;
}

.mt64 { /*顶部margin64px*/
    margin-top: 64px;
}

.w373 { /*宽度margin64px*/
    width: 373.3333px;
}

.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;
    
}
.clearfixbg {
    background-color: #fff;
}
.fl {
    float: left;
}

.fr {
    float: right;
}
/******************图片放大效果******************/
.enlargeIMG img {
    transition: all ease-in-out .3s;
}

.enlargeIMG:hover img {
    transform: scale(1.05,1.05);
}

/******************会员身份*****************/
.user_level {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 118px;
    height: 30px;
}

    .user_level p {
        padding-left:32px;
        /*padding-top:5px;*/
    }

/******************星级图标******************/
.star_level {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 107px;
    height: 30px;
    /*background: url(../images/icon_star_level.png) no-repeat;*/
}

.onestar {
    /*background-position: 0 0;*/
    background: url(../images/xjgys_1.png) no-repeat;
}

.twostar {
    /*background-position: 0 -21px;*/
    background: url(../images/xjgys_2.png) no-repeat;
}

.threestar {
    /*background-position: 0 -42px;*/
    background: url(../images/xjgys_3.png) no-repeat;
}

.fourstar {
    /*background-position: 0 -63px;*/
    background: url(../images/xjgys_4.png) no-repeat;
}

.fivestar {
    /*background-position: 0 -84px;*/
    background: url(../images/xjgys_5.png) no-repeat;
}

.bold {
    font-weight: bold;
}

/*网站顶部广告*/
.header_top_ad {
    position: relative;
    width: 100%;
    height:auto;
    /*height: 180px;*/
}

    .header_top_ad .ad_img {
        width: 100%;
        /*height: 100%;*/
        height:180px;
        cursor:pointer;
        /*background: url(../images/header_top_ad123.jpg) center center/cover no-repeat;*/
        background:center center/cover no-repeat;
    }

    .header_top_ad .close {
        position: absolute;
        top: 12px;
        right: 12px;
        width: 30px;
        height: 30px;
        background: #666 url(../images/top_close.png) center center/50% no-repeat;
        border-radius: 100%;
    }

        .header_top_ad .close:hover {
            background-color: #d22222;
        }

/*网站顶部*/
.header_top {
    width: 100%;
    background-color: #d22222;
    border-bottom: 1px solid #e7e7e7;
    height: 32px;
    line-height: 32px;
    color: #fff;
}

    .header_top a {
        color: #fff;
    }
      .header_top a:hover {
        color: #cfc7c7;
    }
    .header_top li {
        color: #333;
        display: inline-block;
    }

    .header_top li { /*IE7兼容display：inline-block*/
        *display: inline;
        *zoom: 1;
    }

    .header_top li {
        margin-left: 36px;
    }

    .header_top .weibo:after {
        display: inline-block;
        content: "";
        width: 18px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../images/header_icons.png);
        background-repeat: no-repeat;
        background-position: 0 -17px;
        vertical-align: middle;
    }

    .header_top .VX:after {
        display: inline-block;
        content: "";
        width: 18px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../images/header_icons.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
    }

    .header_top .phone:after {
        display: inline-block;
        content: "";
        width: 18px;
        height: 14px;
        margin-left: 8px;
        background-image: url(../images/header_icons.png);
        background-repeat: no-repeat;
        background-position: 0 -34px;
        vertical-align: middle;
    }

    .header_top .login, .header_top .register {
        display: inline-block;
        width: 72px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        cursor: pointer;
    }

    .header_top .user_name {
        color: #f9800f;
        padding: 0 4px;
    }

    .header_top .login, .header_top .register { /*IE7兼容display：inline-block*/
        *display: inline;
        *zoom: 1;
    }

    .header_top .register {
        background-color: #f9800f;
        color: #fff;
    }

/*网站头部*/
.header {
    /*width: 60%;
    height: 148px;
    margin: 0 auto;*/
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}

    .header .logo {
        height: 120px;
        line-height: 120px;
        font-size: 30px;
        font-weight: bold;
        vertical-align: middle;
    }

        .header .logo a {
            color: #333;
        }

.search_bar {
    height: 62px;
    margin: 48px 0 0 160px;
    overflow: hidden;
}

    .search_bar .search-dropdown {
        width: 70px;
        height: 34px;
        line-height: 34px;
        background-color: #f0f0f0;
        color: #666;
        border: 1px solid #efebeb;
        border-right: none;
        text-align: center;
        vertical-align: middle;
    }

.search-dropdown-item i {
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url(../images/arrow.png) center no-repeat;
    vertical-align: middle;
    margin-left: 6px;
}

.search_text {
    width: 300px;
    height: 34px;
    border: 1px solid #f7f2f2;
    padding-left: 10px;
    font-size: 16px;
    border-left: none;
    border-right:none;
}

.search_button {
    display: inline-block;
    line-height: 34px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 0 15px;
    color: #676364;
    border: 1px solid #f7f2f2;
    border-left:none;
}

.search_button { /*IE7兼容display：inline-block*/
    *display: inline;
    *zoom: 1;
}

    /*.search_button:hover {
        color: #fff;
    }*/

.search_hot {
    margin: 8px 0 0 3px;
    width:550px;
}

    .search_hot li {
        display: inline-block;
        font-size: 12px;
        margin-right: 4px;
       
    }

    .search_hot li { /*IE7兼容display：inline-block*/
        *display: inline;
        *zoom: 1;
    }

    .search_hot .hot {
        color: #d22222;
    }

.header .tellphone {
    height: 148px;
    line-height: 148px;
    font-size: 24px;
    font-weight: bold;
    padding-left: 36px;
    background: url(../images/tellphoneimg.png) left center no-repeat;
}

/*导航部分*/
.nav {
    height: 32px;
    border-bottom: 2px solid #d22222;
}

.nav_bar {
    font-size: 16px;
    /*font-weight: bold;*/
}

    .nav_bar li {
        position: relative;
        float: left;
        width: 132px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius:5px;
    }

        .nav_bar li.w144 {
            width: 144px;
        }

        .nav_bar li:hover, .nav_bar li.active {
            /*background-color: #d22222;*/
            background-color:rgba(210, 34, 34,.7);
            color: #fff;
             border-radius:5px;
        }

            .nav_bar li:hover a {
                color: #fff;
                 border-radius:5px;
            }

        .nav_bar li a {
            display: block;
            width: 100%;
            height: 100%;
            color: #272a30;
            border-radius:5px;
        }

            .nav_bar li a:hover {
                color: #fff;
                /*background: #d22222;*/
                 background-color:rgba(210, 34, 34,.7);
                 border-radius:5px;
            }

        .nav_bar li.active a {
            color: #fff;
             border-radius:5px;
        }

        .nav_bar li .dropdown_menu {
            display: none;
            position: absolute;
            min-width: 160px;
            z-index: 9999;
            /*background-color: #d22222;*/
             background-color:rgba(210, 34, 34,.7);
            text-align: left;
             border-radius:5px;
        }

        .nav_bar li:hover .dropdown_menu {
            display: block;
            opacity: 1;
             border-radius:5px;
        }

    .nav_bar .dropdown_menu a {
        box-sizing: border-box;
        height: 42px;
        line-height: 42px;
        padding: 0 12px;
        font-weight: normal;
        cursor: pointer;
        color: #fff;
        white-space: nowrap;
         border-radius:5px;
    }

        .nav_bar .dropdown_menu a:hover {
            background-color: #c62020;
             border-radius:5px;
        }

/*右侧悬浮工具箱*/
.shortcut_box {
    position: fixed;
    right: 5px;
    top: 230px;
    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: 400px;*/
    /*background-color: #fff;*/
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.banner_content {
    /*height: 400px;*/
    overflow: hidden;
    position: relative;
}

.pics {
    font-size: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .pics li {
    width: 100%;
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
    }

        .pics li img {
    width: 100%;
            display: block;
        }

        .pics li .news_title_box {
            position: absolute;
            left: 20px;
            bottom: 72px;
        }

        .pics li .news_title {
            background-color: rgba(39,42,49,0.5);
            max-width: 712px;
            padding: 8px 12px;
            /*background-color: #272a31;*/
            color: #fff;
            font-size: 22px;
        }

.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;
    margin-left: 10px;
}

.dynamic_item_list {
    margin-right: -40px;
    overflow: hidden;
}

.dynamic_item {
    width: 285px;
    margin-right: 20px;
    overflow: hidden;
}

    .dynamic_item .dynamic_item_t img {
        display: block;
    }

    .dynamic_item .dynamic_item_b {
        background-color: #ebe9e9;
        padding: 16px 16px 6px 16px;
    }

        .dynamic_item .dynamic_item_b .title {
            /*height: 60px;
	font-size: 18px;
	color: #272a31;
	overflow: hidden;
	margin-bottom: 14px;
	font-weight: 600;*/
            box-sizing: border-box;
            height: 50px;
            color: #272a31;
            font-size: 16px;
            line-height: 1.5;
            font-weight: bold;
            overflow: hidden;
            overflow: hidden;
            letter-spacing:3px;
        }

.pubdate {
    font-size: 14px;
    color: #9a9a9a;
    letter-spacing: 2px;
}

.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: 14px;
    padding-bottom: 12px;
    height: 60px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.hotnews_list .hotnews_t {
    margin-bottom: 10px;
  
}

    .hotnews_list .hotnews_t .tag, .company_list .tag, .tag {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 44px;
        height: 22px;
        line-height: 22px;
        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: 54px;
    overflow: hidden;
    line-height: 1.14;
    
}
.hotnews_list .hotnews_t .hotnews_t_title1 {
    height: 30px;
    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: 430px;
        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: 220px;
        overflow: hidden;
        margin-top:20px;
    }

    .picnews_link .txt_box {
        height: 160px;
        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: 150px;
            height: 185px;
            margin-left: 5px;
            /*margin-bottom:5px;*/
            overflow: hidden;
        }

    .imgtxt_news .content_box {
        /*height: 217px;*/
        max-height:220px;
        overflow: hidden;
    }
        .imgtxt_news .content_box1 {
        /*height: 217px;*/
        max-height:270px;
        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;
    }
        .imgtxt_news .content_box1  .content {
        font-size: 14px;
        line-height: 1.8;
        color: #888;
    }
.content_p {
    font-size: 14px;
    line-height: 1.5;
    color: #888;
    /*text-indent:2em;*/
}
/************************首页中部广告************************/
.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: 50px;
        overflow: hidden;
    }

    .company .content {
        height: 78px;
        line-height: 1.14;
        color: #888;
        overflow: hidden;
    }

.company_list {
    margin-top: 12px;
}

    .company_list li {
        height: 30px;
        line-height: 30px;
    }

    .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: 14px;
    }
   .company_list .company_name1 {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 440px;
        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 .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: 140px;
        overflow: hidden;
        margin-right: 16px;
    }

    .news_list .news_item .content_box {
        overflow: hidden;
    }

.news_list .content_box .title {
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.news_list .content_box .brief {
    font-size: 14px;
    color: #666;
    height: 76px;
    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: 160px;
}

    .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;
        font-size:18px;
    }

        .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: right;
        font-size: 36px;
        text-indent: 0;
        color: #888;
        margin-bottom: 20px;
        margin-top: 20px;
    }

        .xiehui_content_box .xiehui_content_title h3 {
            position: relative;
            max-width: 100%;
            text-align: right;
            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: 100%;
                transform: translateX(-100%);
                background: #d22222;
            }
/*************************************关于协会结束*************************************/

/*************************************行业新闻内容页开始*************************************/
.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;      
        width: 100%;*/
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .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;
        }
/*************************************行业新闻内容页结束*************************************/

























/************************网站底部************************/
.footer {
    padding: 40px 0 20px;
    line-height: 35px;
    margin-top: 50px;
    /*background-color: #d22222;*/
    background-color:#ebeaea;
    /*color: #999;*/
    color:#888;
    text-align: left;
    font-size: 12px;
}

    .footer .sitemap {
        font-size: 14px;
        color: #fff;
        text-align: left;
        padding-bottom: 56px;
    }

        .footer .sitemap > ul > li {
            float: left;
            width: 150px;
            font-size: 18px;
        }

        .footer .sitemap .links li {
            height: 30px;
        }

        .footer .sitemap .links a {
            font-size: 12px;
            /*color: #fff;*/
            color:#888;
            /*opacity: .85;*/
        }

            .footer .sitemap .links a:hover {
                /*opacity: 1;*/
                opacity: .85;
            }

.footer_links li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
}

.footer .zimeiti_b {
    background: none;
    padding: 0;
}

.footer .cooperate {
    background-color: #808080;
    color: #fff;
    text-align: left;
    font-size: 24px;
}

    .footer .cooperate .cooperate_l {
        padding: 30px 20px 30px 0;
        width: 380px;
        box-sizing: border-box;
    }

    .footer .cooperate .cooperate_r {
        box-sizing: border-box;
        width: 820px;
        padding: 30px 0px 30px 40px;
        border-left: 1px solid #484646;
    }

    .footer .cooperate .zimeiti_b a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 50px;
        height: 50px;
        margin-right: 12px;
        margin-top: 36px;
        text-align: center;
    }

    .footer .cooperate .xiezuo_b a {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        width: 200px;
        height: 60px;
        margin-right: 12px;
        margin-top: 16px;
        text-align: center;
        /*background-color: #fff;*/
        padding: 4px;
    }

.footer .friendly_links {
    /*border-top: 1px solid #c62020;*/
    padding: 16px 0;
    color: #fff;
}

    .footer .friendly_links .friendly_links_item {
        padding-bottom: 24px;
        border-bottom: 1px solid #b81d1d;
        text-align:left;
    }

    .footer .friendly_links a {
        color: #888;
        opacity: 1;
        margin: 0 6px;
        font-size:12px;
    }

        .footer .friendly_links a:hover {
            color: #888;
            opacity: .85;
            text-decoration: underline;
        }

.footer .site-info {
    color: #fff;
    text-align: left;
}

    .footer .site-info .info {
        /*padding-top: 30px;*/
    }


/*************************************标准法规开始*************************************/
.w373 .sub_news {
    position: relative;
    height: 204px;
    overflow: hidden;
    margin-bottom: 12px;
}

.sub_news .news_title_box {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

@media \0screen\,screen\9 {
    .news_title {
        background-color: #272a31;
        filter: Alpha(opacity=50);
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
        .xjgys_plan {
        background-color: #272a31;
        filter: Alpha(opacity=50);
        *zoom: 1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .news_title,.xjgys_plan {
        position: relative; /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

.sub_news .news_title_box .news_title {
    max-width: 320px;
    padding: 8px 12px;
    background-color: rgba(39,42,49,0.5);
    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: 48px;
        line-height: 48px;
        *height: 24px;
        *line-height: 24px;
    }

.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: auto;
    padding-bottom: 2px;
    overflow: hidden;
    /*border-bottom: 1px solid #ddd;*/
    margin-top: 0;
}

    .hhb .company_list li a {
        display: block;
        height: 48px;
        line-height: 48px;
        border-bottom: 1px dashed #ddd;
    }

    .hhb .company_list span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        overflow: hidden;
    }
.spandian {
    
        margin-left:-60px;
}
    .hhb .company_list .company_name {
        width: 600px; 
         /*margin-left:-20px;*/
        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: 20px;
    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;
             text-shadow: #040404 0 3px 0;
        }

.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;
}

/*************************************标准法规结束*************************************/

/*************************************会员专区开始*************************************/
.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: 4px;
        padding: 0 24px;
    }

.hyfw_rights {
    margin-right: -40px;
}

    .hyfw_rights li {
        float: left;
        width: 235px;
        /*width:160px;*/
        margin-right: 40px;
        text-align: center;
        /*font-size: 12px;*/
        color: #666;
        margin-bottom: 12px;
    }

    .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;
}
/*************************************会员专区结束*************************************/

/*************************************用户中心*************************************/
.userinfo_div_main {
    background-color: white;
    width: 90%;
    margin-left:auto;
    margin-right:auto;
    /*height: 100px;
    padding-top: 20px;
    line-height: 80px;*/
    height:100%;
    padding-bottom:20px;
}

.userinfo_div_tools {
    margin-top:60px;
    /*height: 50px;*/
    width:90%;
    line-height: 40px;
    margin-left: auto;
    margin-right:auto;
}

.userinfo_div_button {
    width: 120px;
    height: 40px;
    border: 1px solid #333333;
    text-align: center;
    line-height: 40px;
}

.userinfo_div_list {
    background-color: white;
    width: 100%;
    height: auto;
}

.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;
        }

/***************************************表单输入验证提示 开始**************************************/
.input_valid_tip_error {
    height: 30px;
    font-family: "Microsoft Yahei",Verdana,Arial;
    color: #ed1c24;
    line-height: 30px;
    /*display:none;*/
}
    .input_valid_tip_error i {
        color: #ed1c24;font-size:20px;vertical-align:middle;
    }

.input_valid_tip_ok {
    height: 30px;
    font-family: "Microsoft Yahei",Verdana,Arial;
    color: #4da801;
    line-height: 30px;
    /*display:none;*/
}
.input_valid_tip_ok i {
        color: #4da801;font-size:20px;vertical-align:middle;
    }
/***************************************表单输入验证提示 结束**************************************/


