﻿* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
}

img {
    border: none;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333333;
}

    a:hover {
        color: #ed1c24;
    }

.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
    overflow: hidden;
}

.clearfix:after {
    content: "Thilina Fong";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

body {
    text-align: center;
    font-size: 12px;
    background-color: #ffffff;
    color: #1d1d1d;
}

.body-content {
    margin: 0 auto;
    width: 1000px;
}

.top {
    /*margin-bottom: 5px;*/
    background-color: #fff;
    border-bottom: solid 1px #D3D3D3;
    background-color: #EFEFEF;
}

    .top .fast-nav {
        margin: 0px auto;
        width: 1000px;
        height: 37px;
    }

        .top .fast-nav ul {
            float: left;
            display: block;
        }

            .top .fast-nav ul li {
                float: left;
                line-height: 37px;
                position: relative;
                z-index: 999;
            }

                .top .fast-nav ul li a {
                    padding: 0px 8px;
                }

                .top .fast-nav ul li .vertical-line {
                    display: block;
                    width: 1px;
                    height: 12px;
                    background: #CCCCCC;
                    position: absolute;
                    top: 13px;
                    right: 0;
                    z-index: 0;
                }

                .top .fast-nav ul li .phone {
                    display: inline-block;
                    position: relative;
                    z-index: 5;
                    padding-left: 20px;
                }

                    .top .fast-nav ul li .phone .icon-phone {
                        width: 8px;
                        height: 12px;
                        overflow: hidden;
                        background: url(../images/top-01.png) -9px 0px no-repeat;
                        position: absolute;
                        top: 12px;
                        margin-left: -12px;
                    }

                    .top .fast-nav ul li .phone:hover .icon-phone {
                        background: url(../images/top-01.png) 0px 0px no-repeat;
                    }

                .top .fast-nav ul li .lot-item {
                    position: relative;
                    padding-right: 17px;
                    display: inline-block;
                }

                    .top .fast-nav ul li .lot-item:hover,
                    .top .fast-nav ul li .lot-item-hover {
                        height: 38px;
                        margin-left: -1px;
                        margin-right: -1px;
                        border: 1px solid #BDBDBD;
                        border-width: 0 1px;
                        background: #fff;
                    }

                    .top .fast-nav ul li .lot-item b {
                        background: url(../images/top-01.png) 0px -13px no-repeat;
                        height: 5px;
                        width: 7px;
                        position: absolute;
                        top: 17px;
                        right: 6px;
                        -moz-transition: -moz-transform .2s ease-in;
                        -webkit-transition: -webkit-transform .2s ease-in;
                        -o-transition: -o-transform .2s ease-in;
                        transition: transform .2s ease-in;
                        display: block;
                    }

                    .top .fast-nav ul li .lot-item:hover b,
                    .top .fast-nav ul li .lot-item .b-hover {
                        background-position: -8px -13px;
                        -moz-transform: rotate(180deg);
                        -moz-transform-origin: 50% 30%;
                        -webkit-transform: rotate(180deg);
                        -webkit-transform-origin: 50% 30%;
                        -o-transform: rotate(180deg);
                        -o-transform-origin: 50% 30%;
                        transform: rotate(180deg);
                        transform-origin: 50% 30%;
                    }

.fast-nav .items-cont {
    position: absolute;
    background: #fff;
    display: none;
    line-height: 1.5;
    border: 1px solid #BDBDBD;
    left: 0;
    top: 38px;
    _top: 38px;
    z-index: 1000;
    left: -1px;
    border-top: 0px;
}

    .fast-nav .items-cont .items-ul {
        width: 700px;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 20px;
        text-align: left;
        color: #ccc;
    }

        .fast-nav .items-cont .items-ul .shipin {
            color: #b30000;
        }

        .fast-nav .items-cont .items-ul li {
            float: left;
            width: 330px;
            position: inherit;
            margin-right: 20px;
            padding: 0px;
            border: 0px;
        }

            .fast-nav .items-cont .items-ul li .lot-name {
                display: block;
                width: 330px;
                text-align: left;
                font-weight: bold;
                border-bottom: solid 1px #ccc;
                line-height: 25px;
                padding: 0px;
            }

                .fast-nav .items-cont .items-ul li .lot-name .items {
                    float: left;
                    margin: 0px 3px;
                }

            .fast-nav .items-cont .items-ul li .items a {
                padding: 0px;
            }
.body-content {
    margin: 0 auto;
    width: 1000px;
    clear: both;
}

.mt10 {
    margin-top: 10px;
}
/*分页*/
.paginator {
    text-align: center;
    width: 100%;
    height: 30px;
    padding-top: 10px;
}

    .paginator .info {
        float: left;
        line-height: 24px;
    }

a.pagelink {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0px;
    float: left;
    margin-right: 5px;
}

a.nolink {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0px;
    color: #fff;
    float: left;
    margin-right: 5px;
    background-color: #E84147;
}

a.pagelink:hover {
    display: block;
    height: 22px;
    width: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0px;
    background-color: #E84147;
    color: #fff;
    float: left;
}

.overz {
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

.mn_12 {
    margin-bottom: 12px;
}

/* main */
.online_icon {
    width: 36px;
    height: 156px;
    overflow: hidden;
    font-family: '宋体';
}

    .online_icon a {
        display: block;
        width: 36px;
        height: 156px;
        background: url(../images/online_bg.png) no-repeat;
        _background: url(../images/online_bg_ie6.png) no-repeat;
    }

.online_windows {
    width: 144px;
}

.online_w_top {
    background: url(../images/online_bg.png) no-repeat -36px 0;
    height: 10px;
    _background: url(../images/online_bg_ie6.png) no-repeat -36px 0;
    _margin-bottom: -7px;
}

.online_w_c {
    background: url(../images/online_bg.png) repeat-y 0 -185px;
    padding: 0 5px;
    _background: url(../images/online_bg_ie6.png) repeat-y 0 -185px;
}

.online_w_bottom {
    background: url(../images/online_bg.png) repeat-y -36px -35px;
    height: 29px;
    _background: url(../images/online_bg_ie6.png) repeat-y -36px -35px;
}

.online_content {
    background: url(../images/online_bg.png) no-repeat -147px -185px;
    padding-top: 11px;
    _background: url(../images/online_bg_ie6.png) no-repeat -147px -185px;
}

    .online_content a.qq_icon {
        background: url(../images/online_bg.png) no-repeat -37px -130px;
        width: 121px;
        height: 25px;
        display: block;
        margin: 0 auto;
        text-indent: 30px;
        line-height: 23px;
        cursor: pointer;
        _background: url(../images/online_bg_ie6.png) no-repeat -37px -130px;
    }

        .online_content a.qq_icon:hover {
            background-position: -159px -130px;
            color: #FFF;
        }

.online_bar h2 {
    background: url(../images/online_bg.png) repeat-x 0 -156px;
    height: 29px;
    line-height: 27px;
    font-size: 12px;
    color: #666;
    text-align: left;
    _background: url(../images/online_bg_ie6.png) repeat-x 0 -156px;
}

    .online_bar h2 a {
        display: block;
        padding-left: 14px;
        margin-left: 6px;
        cursor: pointer;
    }

.expand h2 a {
    background: url(../images/online_bg.png) no-repeat -36px -69px;
    _background: url(../images/online_bg_ie6.png) no-repeat -36px -69px;
}

.collapse h2 a {
    background: url(../images/online_bg.png) no-repeat -36px -96px;
    _background: url(../images/online_bg_ie6.png) no-repeat -36px -96px;
}

    .expand h2 a:hover, .collapse h2 a:hover {
        text-decoration: none;
        color: #c81d04;
    }

.online_content {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1px;
}

    .online_content ul li {
        height: 24px;
        line-height: 24px;
        margin-bottom: 4px;
        font-family: '宋体';
    }

        .online_content ul li a:hover {
            color: #c81d04;
        }

#online_qq_layer {
    position: fixed;
    right: 0px;
    top: 5px;
    _position: absolute;
}

* html, * html body {
    _background-attachment: fixed;
}

* html #online_qq_layer {
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + 150));
}

#online_qq_tab {
    float: left;
}

#onlineService {
    float: left;
    margin-left: -3px;
    display: none;
}

#onlineType1, #onlineType2, #onlineType3, #onlineType4, #onlineType5, #onlineType6 {
    display: none;
}

#onlineType1 {
    display: block;
}

/*checkbox*/
.checkbox {
    display: block;
    width: 15px;
    float: left;
    height: 15px;
    cursor: pointer;
    background: url(../images/checkbox.png) -18px 0px no-repeat;
}

.checked {
    background: url(../images/checkbox.png) 0px 0px no-repeat;
}

.show-bjl {
    float: right;
    margin-bottom: 5px;
}

    .show-bjl label {
        display: block;
        padding-left: 5px;
        float: left;
        cursor: pointer;
    }

.lot-nums p {
    line-height: 25px;
    color: Green;
}
.CB_riqi {
        padding: 0 16px 0 26px;
        font-family: "微软雅黑";
        font-weight: bold;
        font-size: 14px;
        color: #666666; }
.CB_riqi {
  background: url("../images/riqi_xz.png") no-repeat left center; }
/*ad*/
.business {
}

    .business a {
        width: 1000px;
        height: 60px;
        margin-top: 5px;
        display: block;
    }

    .business img {
        width: 1000px;
        height: 60px;
    }

.w980 a {
    width: 980px;
    height: 60px;
    margin-top: 5px;
    display: block;
}

.w980 img {
    width: 980px;
    height: 60px;
}

.w660 a {
    width: 660px;
    height: 60px;
    display: block;
}

.w660 img {
    width: 660px;
    height: 60px;
}

.w223 a {
    width: 223px;
    height: 70px;
    margin-left: 10px;
    display: block;
}

.w223 img {
    width: 223px;
    height: 70px;
}

.w245 a {
    width: 243px;
    height: 140px;
    display: block;
}

.w245 img {
    width: 243px;
    height: 140px;
}

.w330 a {
    width: 330px;
    height: 60px;
    display: block;
    margin-left: 12px;
}

.w330 img {
    width: 330px;
    height: 60px;
}

.w535 {
    width: 535px;
    height: 60px;
}

    .w535 img {
        width: 535px;
        height: 60px;
    }


    .top_warn {
    width: 1000px;
    margin: 0 auto;
}
.top_jiamaoBackground 
{
    width: 1000px;
    height: 30px;
    background: url(../images/1396me.png) no-repeat;
}
.top_hotPoint {
    width: 218px;
    height: 30px;
    margin: 0 0 0 780px;
}
.top_hotPoint a.nameBlack{
    width: 88px;
    height: 18px;
    display: block;
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #fff;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-family: "微软雅黑";
}
.top_hotPoint a.webJiamao{
    width: 88px;
    height: 18px;
    display: block;
    float: left;
    margin: 5px 0 0 0;
    border: 1px solid #fff;
    text-align: center;
    line-height: 18px;
    color: #fff;
    font-family: "微软雅黑";
}
.top_hotPoint a.closeBtns{
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}

.hj_public_clearBoth {
  clear: both; }

/*****************************************************公共嵌入的函数*********************************************************/
/*******************************************************************************************************************************************
*
*  头部样式
*
********************************************************************************************************************************************/
.hj_public_topNav {
  width: 100%;
  height: 37px;
  background: url("../images/hj_public_head_bg.jpg") repeat-x bottom;
  font-family: "宋体";
  font-size: 12px;
  color: #666; }
  .hj_public_topNav .hj_p_tn_content {
    width: 1000px;
    margin: 0px auto;
    position: relative; }
    .hj_public_topNav .hj_p_tn_content .topSmallNav {
      float: left; }
      .hj_public_topNav .hj_p_tn_content .topSmallNav a {
        display: block;
        width: 66px;
        text-align: center;
        line-height: 37px;
        border-left: 1px solid #dfdfdf;
        float: left;
        color: #666;
        text-decoration: none; }
        .hj_public_topNav .hj_p_tn_content .topSmallNav a:hover {
          color: #666;
          text-decoration: none; }
        .hj_public_topNav .hj_p_tn_content .topSmallNav a:hover {
          background: #FFF; }
        .hj_public_topNav .hj_p_tn_content .topSmallNav a.hover {
          background: #FFF; }
        .hj_public_topNav .hj_p_tn_content .topSmallNav a.last {
          width: 33px;
          border-right: 1px solid #dfdfdf; }
          .hj_public_topNav .hj_p_tn_content .topSmallNav a.last:hover {
            background: none; }
          .hj_public_topNav .hj_p_tn_content .topSmallNav a.last.hover {
            background: #FFF; }
          .hj_public_topNav .hj_p_tn_content .topSmallNav a.last span {
            display: block;
            width: 33px;
            height: 37px;
            background: url("../images/headfoot/hj_public_head_select.png") no-repeat center; }
    .hj_public_topNav .hj_p_tn_content .Announcement {
      float: left;
      margin-left: 20px;
      padding-left: 25px;
      padding-top: 5px;
      color: #b90000;
      width: 265px;
      line-height: 25px;
      background: url("../images/headfoot/hj_public_head_AIcon.jpg") no-repeat  left 11px; }
    .hj_public_topNav .hj_p_tn_content .rightLogin {
      float: right; }
      .hj_public_topNav .hj_p_tn_content .rightLogin span {
        display: block;
        line-height: 36px;
        float: left; }
        .hj_public_topNav .hj_p_tn_content .rightLogin span.line {
          color: #ccc;
          margin: 0 3px 0 3px; }
        .hj_public_topNav .hj_p_tn_content .rightLogin span.res {
          margin-right: 22px; }
        .hj_public_topNav .hj_p_tn_content .rightLogin span font {
          font-size: 12px;
          color: #da2a2a;
          margin-right: 5px; }
        .hj_public_topNav .hj_p_tn_content .rightLogin span a {
          position: relative;
          display: inline-block;
          color: #666;
          text-decoration: none; }
          .hj_public_topNav .hj_p_tn_content .rightLogin span a:hover {
            color: #333;
            text-decoration: none; }
          .hj_public_topNav .hj_p_tn_content .rightLogin span a.bw_downloadBtn {
            background: url("../images/headfoot/hj_public_head_downIcon.jpg") no-repeat center left;
            padding-left: 25px;
            color: #666; }
          .hj_public_topNav .hj_p_tn_content .rightLogin span a .hj_public_num {
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 0px;
            right: -17px;
            font-family: Tahoma;
            color: #FFF;
            line-height: 16px;
            text-align: center;
            background: url("../images/headfoot/hj_public_numBg.png") no-repeat center; }
    .hj_public_topNav .hj_p_tn_content .topSmallNav_more {
      position: absolute;
      top: 37px;
      left: 0px;
      z-index: 99999;
      display: none;
      padding: 0px 3px 4px 0px;
      background: url("../images/headfoot/hj_public_table_bg.png") no-repeat bottom right; }
      .hj_public_topNav .hj_p_tn_content .topSmallNav_more table {
        border-collapse: collapse;
        width: 542px;
        background: #FFF;
        text-align: center; }
        .hj_public_topNav .hj_p_tn_content .topSmallNav_more table th {
          height: 34px;
          color: #b90000;
          border-right: 1px solid #dfdfdf;
          border-bottom: 1px solid #dfdfdf;
          border-left: 1px solid #dfdfdf; }
        .hj_public_topNav .hj_p_tn_content .topSmallNav_more table td {
          height: 31px;
          border: 1px solid #dfdfdf; }
          .hj_public_topNav .hj_p_tn_content .topSmallNav_more table td a {
            position: relative;
            display: inline-block;
            color: #666;
            text-decoration: none; }
            .hj_public_topNav .hj_p_tn_content .topSmallNav_more table td a:hover {
              color: #666;
              text-decoration: none; }
            .hj_public_topNav .hj_p_tn_content .topSmallNav_more table td a .hj_public_hot {
              display: block;
              position: absolute;
              top: -5px;
              right: -22px;
              width: 21px;
              height: 10px;
              background: url("../images/headfoot/hj_public_hot.jpg") no-repeat; }
            .hj_public_topNav .hj_p_tn_content .topSmallNav_more table td a .hj_public_new {
              display: block;
              position: absolute;
              top: -5px;
              right: -22px;
              width: 21px;
              height: 10px;
              background: url("../images/headfoot/hj_public_new.jpg") no-repeat; }
          .hj_public_topNav .hj_p_tn_content .topSmallNav_more table td:hover {
            background: #f3f3f3; }

/*******************************************************************************************************************************************
*
*  底部样式
*
********************************************************************************************************************************************/
.hj_public_foot {
    text-align:left;
  width: 100%;
  background: #f6f6f6;
  border-top: 1px solid #ddd; }
  .hj_public_foot .hj_public_foot_d {
    width: 1000px;
    margin: 0px auto;
    padding: 30px 0px 60px 0px;
    font-family: "宋体";
    font-size: 12px; }
    .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 {
      clear: both;
      zoom: 1;
      overflow: hidden; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d1  i{
          width:100%;
          font-style:normal;
          font-weight:bold;
       text-align:left;
        color: #333;
        height: 24px;
        font-size: 15px;
        line-height: 24px;
        padding-left: 10px;
        margin-bottom: 15px;
        font-family: "新細明體";
        border-left: 4px solid #d01e1e; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent {
        float: left;
        width: 415px; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d {
          padding-top: 5px; }
          .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d {
            height: 26px;
            line-height: 26px; }
            .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_name {
              float: left;
              display: block;
              width: 95px;
              color: #999; }
            .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info {
              float: left;
              display: block;
              width: 320px; }
              .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info a, .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info span {
                display: block;
                width: 105px;
                float: left;
                color: #333; }
              .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info a {
                display: block;
                width: 105px;
                float: left;
                color: #333;
                text-decoration: none; }
                .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info a:hover {
                  color: #d01e1e;
                  text-decoration: none; }
                .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info a:hover {
                  font-weight: bold; }
              .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info span a {
                float: none;
                width: 37px;
                height: 18px;
                line-height: 18px;
                text-align: center;
                background: #ed1c24;
                display: inline-block;
                font-family: "新細明體";
                margin-left: 10px;
                color: #FFF;
                text-decoration: none; }
                .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .leftContent .leftContent_d .lc_d .lc_info span a:hover {
                  color: #FFF;
                  text-decoration: none; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent {
        float: left;
        width: 270px;
        padding-left: 20px; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent .rightContent_d li {
          list-style-type: none;
          padding-left: 10px;
          background: url("../images/headfoot/hj_public_head_dot.jpg") no-repeat center left; }
          .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent .rightContent_d li a {
            display: block;
            max-width: 280px;
            _width: 280px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 26px;
            color: #000;
            text-decoration: none; }
            .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent .rightContent_d li a:hover {
              color: #000;
              text-decoration: none; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent1 {
        float: right;
        width: 195px;
        height: 177px;
        padding: 16px 5px 0px;
        background: url("../images/headfoot/hj_public_foot_rightContent1Bg.jpg") no-repeat top left; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent1 .rightContent1_title {
          font-family: "华文细黑";
          font-size: 18px;
          color: #000;
          line-height: 43px;
          text-align: center;
          border-bottom: 1px dashed #cecece; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent1 .rightContent1_info {
          padding: 10px 15px 6px 15px;
          line-height: 27px;
          font-family: "华文细黑";
          font-size: 16px;
          color: #555;
          font-style: italic; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d1 .rightContent1 .rightContent1_btn {
          display: block;
          width: 182px;
          height: 44px;
          margin: 0px auto;
          background: url("../images/headfoot/hj_public_foot_btn.png") no-repeat center; }
    .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 {
      border-top: 1px dashed #cecece;
      padding-top: 25px;
      margin-top: 45px; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent {
        float: left;
        padding-top: 20px; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent ul li {
          width: 132px;
          text-align: center;
          float: left;
          list-style-type: none; }
          .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent ul li span {
            display: block;
            margin: 0px auto;
            width: 72px;
            height: 72px;
            font-size: 0px;
            background: url("../images/headfoot/hj_public_img.jpg") no-repeat top center;
            background-position: 0px 0px; }
            .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent ul li span.lc_span2 {
              background-position: 0px -72px; }
            .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent ul li span.lc_span3 {
              background-position: 0px -144px; }
            .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent ul li span.lc_span4 {
              background-position: 0px -216px; }
          .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .leftContent ul li p {
            color: #999;
            line-height: 50px; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .Contact {
        float: left;
        padding-top: 15px;
        margin-left: 10px;
        _margin-left: 0px; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .Contact .PhoneNumber {
          color: #999;
          font-size: 15px;
          line-height: 21px;
          padding-left: 40px;
          background: url("../images/headfoot/hj_public_foot_phoIcon.jpg") no-repeat center left; }
          .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .Contact .PhoneNumber span {
            color: #333;
            font-weight: bold; }
        .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .Contact .time {
          color: #333;
          _width: 195px;
          font-size: 13px;
          margin: 18px 0px 0px 40px;
          line-height: 16px;
          border: 2px solid #d01e1e;
          padding: 6px 5px 6px 5px;
          display: inline-block; }
          .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .Contact .time .t_text {
            color: #d01e1e;
            font-size: 15px;
            font-weight: bold;
            line-height: 22px; }
      .hj_public_foot .hj_public_foot_d .hj_public_foot_d2 .rightContent {
        float: right; }

.hj_public_foot2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #181818; }
  .hj_public_foot2 .hj_public_foot2_d {
    width: 1000px;
    margin: 0px auto;
    color: #ddd;
    font-family: "宋体";
    font-size: 12px; }
    .hj_public_foot2 .hj_public_foot2_d .leftContent {
      float: left;
      width: 250px; }
    .hj_public_foot2 .hj_public_foot2_d .rightContent {
      float: right; }
      .hj_public_foot2 .hj_public_foot2_d .rightContent a {
        color: #ddd;
        text-decoration: none; }
        .hj_public_foot2 .hj_public_foot2_d .rightContent a:hover {
          color: #ddd;
          text-decoration: none; }



.Wdate {
    height:18px;
    margin:0px;
    *margin:6px 0 0 0;
}