@charset "utf-8";
/* CSS Document */

/*--------global 基本-----------*/

/*--------基本-----------*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    font-size: 14px;
    background-color: #FFF;
    color: #363636;
}

ul, ol, li {
    list-style: none;
}

ul, ol, li, dl, dt, dd {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

form, div, ul, li, input, select {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    padding: 0;
    margin: 0;
}

.nobgimg {
    background-image: none;
}

.input01 {
    padding: 0px 4px;
    height: 22px;
    line-height: 22px;
    background-color: #FFF;
    color: #666;
    border: 0px;
    font-size: 12px;
    border: 1px solid #CCC;
}

.clear {
    zoom: 1;
}

.clear {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; /*IE7*/
}

.clear {
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0;
    margin-top: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    font-size: 1px\9; /*IE8,Firefox,Opera,W3C*/
}
/*IE 6*/
.clear_both {
    clear: both;
}

.hand {
    cursor: pointer;
}

/*--------间距-----------*/

.p08 {
    padding: 8px;
}

.p10 {
    padding: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl40 {
    padding-left: 40px;
}

.pl80 {
    padding-left: 80px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.mt05 {
    margin-top: 5px;
}

.mt08 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt18 {
    margin-top: 18px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt08 {
    margin-top: 8px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.ml08 {
    margin-left: 8px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

/*--------border 边框-----------*/
.b01 {
    border: 1px solid #DBDAE0;
}

.bt01 {
    border-top: 1px solid #D4D4D4;
}

.bl01 {
    border-left: 1px solid #D9D9D9;
}

.br01 {
    border-right: 1px solid #D9D9D9;
}


/*--------link 链接样式-----------*/
a {
    outline: none; /*FF标准去虚线框*/
}

a {
    star: expression(this.onFocus=this.blur()); /* for Ie*去虚线框*/
}

a {
    text-decoration: none;
    color: #323232;
}

    a.link_white:link, a.link_white:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    a.link_white:hover {
        color: #FFFFCC;
        text-decoration: none;
    }

    a.link_white:active {
        color: #FFFF99;
        text-decoration: none;
    }

    a.link_gray:link, a.link_gray:visited {
        color: #999999;
        text-decoration: none;
    }

    a.link_gray:hover {
        color: #666666;
        text-decoration: none;
    }

    a.link_gray:active {
        color: #CCCCCC;
        text-decoration: none;
    }

    a.link_red:link, a.link_red:visited {
        color: #FF0000;
        text-decoration: none;
    }

    a.link_red:hover {
        color: #CE0E03;
        text-decoration: none;
    }

    a.link_blue:link, a.link_blue:visited {
        color: #1b4ea1;
    }

    a.link_blue:hover {
        color: #00AEFB;
    }

    a.link_yellow:link, a.link_yellow:visited {
        color: #FF7800;
        text-decoration: none;
    }

    a.link_yellow:hover {
        color: #FFCC00;
        text-decoration: none;
    }

    a.link_yellow:active {
        color: #817F95;
        text-decoration: none;
    }

    a.link_detail:link, a.link_detail:visited {
        float: right;
        margin-top: 0px !important;
        margin-top: -28px;
        width: 70px;
        color: #E64D09;
        font-weight: normal;
        text-decoration: none;
    }

    a.link_detail:hover {
        color: #FF7800;
        text-decoration: none;
    }

    a.link_detail:active {
        color: #817F95;
        text-decoration: none;
    }

    /*--------font 字体样式-----------*/
    .bold, a.bold, .bold a {
        font-weight: bold;
    }

    .normal, a.normal, .normal a {
        font-weight: normal;
    }

li.bold {
    font-weight: normal;
}

.white, a.white, .white a {
    color: #FFF;
}

.white1, a.white1, .white1 a {
    color: #BDBFBE;
}

.h1 {
    font-size: 24px;
    text-align: center;
    line-height: 42px;
    font-weight: bold;
}

.h1_c {
    font-size: 24px;
    text-align: center;
    line-height: 42px;
}

.h2 {
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}

.h4 {
    font-size: 14px;
    font-weight: bold;
}

.fh {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
    width: 100%;
    min-width: 1200px;
}

.fe {
    font-family: Arial;
}

.ft08 {
    font-size: 8px;
}

.ft10 {
    font-size: 10px;
}

.ft12 {
    font-size: 12px;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft15 {
    font-size: 15px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.fc_black {
    color: #3F4140;
}

.fc_white01 {
    color: #fff;
}

.fc_white02 {
    color: #CBE2F4;
}

.fc_gray01 {
    color: #454545;
}

.fc_gray02 {
    color: #CCC;
}

.fc_gray03 {
    color: #9E9E9E;
}

.fc_green {
    color: #009966;
}

.fc_red01 {
    color: #E72B00;
}

.fc_red02 {
    color: #BD0102;
}

.fc_yellow {
    color: #E45F27;
}

.fc_blue01 {
    color: #1D518A;
}

.fc_blue02 {
    color: #2569B4;
}

.fc_blue02 {
    color: #2569B4;
}

.fc_yellow {
    color: #FF6600;
}

.f_title01 {
    line-height: 32px;
    font-size: 22px;
}

.f_title02 {
    color: #003399;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.f_title03 {
    color: #EF6A04;
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
}

.f_title04 {
    color: #0066CC;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
}

/*--------font 文字排版-----------*/
.tleft {
    text-align: left;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.z_ny_banner {
    width: 100%;
    height: 315px;
    overflow: hidden;
}

    .z_ny_banner .lmmc {
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        margin-top: 114px;
    }

    .z_ny_banner .mbxdh {
        font-size: 14px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        margin-top: 20px;
    }

.titlediv {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 1px solid #f1f1f1;
    border-left: 0px solid #f1f1f1;
}

    .titlediv:hover {
        border-bottom: 2px solid #1a499b;
    }

.titlediv2 {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #1a499b;
    font-weight: bold;
    border: 1px solid #f1f1f1;
    border-bottom: 2px solid #1a499b;
}

    .titlediv2:hover {
        color: #1a499b;
    }
