﻿@charset "utf-8"; /* CSS Document */

body {
    background: #f8f8f8;
}

body, div, td {
    line-height: 1.4em;
}

body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, textarea, p, td, dl, dt, dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    font-family: Microsoft YaHei,'STHeiti',Helvetica,Arial,sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.logo img {
    border: 0 none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}

ul li, ol li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    vertical-align: baseline;
    zoom: 1;
}

input, textarea, select, button {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit;
}

button {
    border: none;
    padding: 0;
}

    button::-moz-focus-inner {
        border: none;
    }

input[type=radio], input[type=checkbox] {
    vertical-align: middle;
}

input {
    outline: 0 none;
}

    input.checkbox {
        vertical-align: middle;
    }

* html input {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

fieldset {
    border: 0 none;
}

a:focus {
    outline-style: none;
    outline-width: 0;
    font-size: 14px;
}

a {
    text-decoration: none;
    color: #101010;
    font-family: 微软雅黑;
    font-size: 14px;
}

img {
    border: 0;
}
/*head*/
.head {
    height: 163px;
    width: 100%;
    background: url( ../images/head-t.jpg) no-repeat center center;
}

.hend-b {
    width: 1028px;
    height: 175px;
    margin: 0 auto;
}

.logo {
    margin: 47px 10px;
    float: left;
    font-size: 37px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #443e3e;
}
/*导航栏*/
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #menu-button {
        display: none;
    }

#cssmenu {
    position: absolute;
    width: auto;
    font-family: 'Open Sans',sans-serif;
    line-height: 1;
    z-index: 9999;
}

#menu-line {
    position: absolute;
    top: 39px;
    left: 0;
    height: 2px;
    background: #3a3d44;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
    margin-right: 28px;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 12px;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    color: #464857;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
    color: #3a3e44;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 40;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 21px;
        right: 10px;
        width: 4px;
        height: 4px;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #ef6531;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 32px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    width: 160px;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
    color: #000;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    border-top: 1px solid #dddddd;
}

    #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
        color: #ef6531;
        font-weight: bold;
    }

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

@media all and (max-width:768px),only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min--moz-device-pixel-ratio:2) and (max-width:1024px),only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:1024px),only screen and (min-device-pixel-ratio:2) and (max-width:1024px),only screen and (min-resolution:192dpi) and (max-width:1024px),only screen and (min-resolution:2dppx) and (max-width:1024px) {
    #cssmenu {
        width: 100%;
    }

        #cssmenu ul {
            width: 100%;
            display: none;
        }

        #cssmenu.align-center > ul, #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120,120,120,0.15);
        }

            #cssmenu ul li a, #cssmenu ul ul li a {
                width: 100%;
            }

        #cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 20px 20px 20px 30px;
            font-size: 12px;
            color: #000000;
            background: none;
        }

            #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
                color: #000000;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul, #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
        }

            #cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: block;
    }

    #cssmenu #menu-button {
        display: block;
        padding: 20px;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::after {
            content: '';
            position: absolute;
            top: 20px;
            right: 20px;
            display: block;
            width: 15px;
            height: 2px;
            background: #000000;
        }

        #cssmenu #menu-button::before {
            content: '';
            position: absolute;
            top: 25px;
            right: 20px;
            display: block;
            width: 15px;
            height: 3px;
            border-top: 2px solid #000000;
            border-bottom: 2px solid #000000;
        }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120,120,120,0.15);
        height: 52px;
        width: 52px;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 21px;
            left: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            left: 21px;
            top: 26px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}

.con-wz {
    width: 1128px;
    height: 44px;
    margin-bottom: 9px;
    color: #5a85bb;
    font-size: 14px;
    margin: 16px auto;
}

.con-gj {
    width: 1080px;
    margin: 18px auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.16),0 0 0 1px rgba(0,0,0,0.08);
}

.gj-cx {
    width: 824px;
    float: left;
}

.gj-zd .gj-bt {
    padding: 20px;
}

.gjlb {
    padding: 24px;
}

.cx-dh {
    background-color: #999;
    width: 221px;
    height: 248px;
    float: right;
}

.gj-cx .gj-zd {
    background-color: #ffffff;
    padding-bottom: 20px;
}

.gj-zd table tr {
    height: 44px;
}

.gj-zd .gj-bt {
    padding: 0 20px 20px 20px;
}

    .gj-zd .gj-bt .gj-bt-g {
        border-bottom: 2px solid #1e7acc;
        margin-bottom: 14px;
        padding-bottom: 12px;
    }

.gj-zd .gj-wz {
    float: right;
    color: #999;
    font-size: 14px;
}

    .gj-zd .gj-wz img {
        display: inline-block;
    }

.gj-li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 45px;
    margin-left: 23px;
}

    .gj-li img {
        vertical-align: sub;
    }

    .gj-li .gj-li-h {
        height: 2px;
        border: none;
        border-top: 2px solid #999;
        margin-top: 13px;
    }

.bzhz {
    margin-left: 20px;
    padding-right: 11px;
    text-align: right;
    font-size: 16px;
}

.meddel {
    width: 251px;
    text-indent: 5px;
    height: 34px;
    margin-top: 5px;
    border: 1px solid rgb(214,214,214);
    font-size: 14px;
    color: rgb(51,51,51);
    border-radius: 2px;
}

.inquire {
    line-height: 41px;
}

    .inquire .meddel-img {
        margin-top: -4px;
        vertical-align: middle;
        cursor: pointer;
    }

.list-xq .list-mc {
    width: 100%;
    height: auto;
}

    .list-xq .list-mc li {
        line-height: 26px;
    }

.lisy-xq {
    display: inline-block;
    float: right;
}

.list-gb {
    font-weight: bold;
    font-size: 20px;
    color: #0d0e0e;
}

.gjlb .list-mc li {
    line-height: 36px;
}

.liat-time {
    color: #1584d5;
    margin-right: 23px;
    font-size: 16px;
    font-weight: bold;
}

.liat-zf {
    color: #ff0000;
    margin-right: 23px;
    font-size: 16px;
    font-weight: bold;
}

.liat-wss {
    color: #08920b;
    margin-right: 23px;
    font-size: 16px;
    font-weight: bold;
}

.list-mc {
    padding-top: 14px;
    border-top: 1px solid #efe7e7;
}

    .list-mc .list-hr {
        height: 2px;
        border: none;
        border-top: 2px solid #3a80c6;
        margin-top: 13px;
    }

.list-xqa {
    width: 60px;
    height: 26px;
    font-size: 15px;
    color: rgb(255,255,255);
    cursor: pointer;
    background: #2664cc;
    border-radius: 1px;
    border: 0;
    cursor: pointer;
}

.gjlb li .bztm {
    float: right;
    margin-right: 36px;
    color: #9b9898;
}

.cxdh {
    float: right;
    width: 221px;
    height: 400px;
    margin: 16px 16px 0 0;
}

    .cxdh .cxdh-bt {
        height: 70px;
        background-color: #0a6dcf;
        color: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 68px;
    }

    .cxdh .cx-cx {
        height: 50px;
        margin-top: 3px;
        font-size: 16px;
        text-align: center;
        line-height: 41px;
        background-color: #cde3f5;
    }

        .cxdh .cx-cx:hover {
            color: #fff;
            background-color: #26aafc;
            cursor: pointer;
            -webkit-transition: 1s all;
        }
    .cxdh .cx-cx2 {
        height: 50px;
        margin-top: 3px;
        font-size: 16px;
        text-align: left;
        line-height: 41px;
        background-color: #cde3f5;
        padding-left:50px;
    }
    .cxdh .cx-cx2:hover {
        color: #fff;
        background-color: #26aafc;
        cursor: pointer;
        -webkit-transition: 1s all;
    }
    .cxdh .cx-cx3 {
        height: 35px;
        margin-top: 3px;
        font-size: 16px;
        text-align: left;
        line-height: 41px;
    }

        .cxdh .cx-cx3:hover {
            color: #fff;
            background-color: #26aafc;
            cursor: pointer;
            -webkit-transition: 1s all;
        }
    .cxdh .cxbc {
        background-color: #EFF5FC;
        height:auto;
        line-height:33px;
        vertical-align:middle;
    }
.con-gj .cxdh .xz {
    color: #fff;
    background-color: #26aaff;
    cursor: pointer;
    color: #fff;
}


.con-gjs {
    width: 1080px;
    margin: 40px auto;
    overflow: hidden;
}
/*标准体系样式*/
.con-txl {
    margin-left: 50px;
    margin-bottom: 10px;
    height: 65px;
}

    .con-txl li {
        float: left;
        width: 125px;
        text-align: center;
        background: #cde3f5;
        margin-left: 20px;
        height: 35px;
        padding-top: 15px;
    }

        .con-txl li a {
            color: #666;
            font-size: 16px;
            font-weight: bold;
        }

    .con-txl .lnk_bg {
        border: 2px solid #47ABFF;
    }

/*分页*/
.page {
    margin: 20px;
}

    .page ul {
        text-align: center;
    }

    .page .border_3 {
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

    .page .border_4 {
        border: 1px solid #dddddd;
    }

    .page .active {
        background-color: #e74c3c;
        color: #FFF;
    }

        .page .active a {
            color: #FFF;
        }

    .page .text {
        width: 26px;
        height: 26px;
        text-align: center;
    }

    .page ul {
        overflow: hidden;
        *display: block;
    }

        .page ul li {
            height: 30px;
            line-height: 30px;
            width: 97%;
            margin: auto;
            margin-bottom: 0px;
            margin-right: -4px;
            * margin-right: 0px;
            padding: 0px 11px;
            border-bottom: 0px dashed #878787;
            display: inline-block;
            * display: inline;
            * zoom: 1;
            vertical-align: middle;
            color: #777777;
        }

.inquire-ls {
    line-height: 41px;
    margin-top: 20px;
    font-size: 15px;
}
.inquire-ls td {
    font-size: 15px;
}
.gj-zd .inquire-ls tr {
    height: 40px;
}
.inquire-ls .ls-bt {
    font-size: 22px;
    color: #383a3e;
    font-weight: bold;
}
.inquire-ls .ls-bt-bc {
    font-size: 22px;
    color: #383a3e;
    background-color: #F4FBFF;
}
.inquire-ls .ls-bt-bc a {
    font-size: 22px;
    color: #383a3e;
    font-weight: bold;
    padding-left:40px;
}
.gj-cx .inquire-ls .ls-mc {
    color: #1691de;
    line-height: 34px;
    font-size: 16px;
    font-weight: bold;
}
.inquire-ls .ls-fx {
    height: 1px;
    border: none;
    border-top: 1px solid #e6e6e6;
}

.inquire-ls .ls-hs {
    color: #868282;
}

.inquire-ls .ls-gl {
    border-left: 12px solid #a2c5e0;
    padding-left: 8px;
    font-size: 19px;
    color: #333;
}

.gj-zd .inquire-ls .ls-gl-j {
    height: 80px;
}

.inquire-ls .ls-bh {
    font-size: 15px;
    color: #2763ce;
    font-weight: bold;
}

.inquire-ls .ls-ju {
    padding-left: 40px;
}

.inquire-ls2 {
    line-height: 41px;
    font-size: 15px;
    border: 2px solid #5781BF;
}
.inquire-ls2 td {
    font-size: 15px;
    line-height:28px;
    padding:15px;
}
.inquire-ls2 .tdbg {
    background-color: #F4FBFF;
    text-align:center;
    font-weight:bold;
}
.inquire-ls2p {
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    margin: 20px;
}


/*链接跳转*/
.ljtz {
    width: 1134px;
    margin: 0 auto;
}

    .ljtz li {
        float: left;
        margin-left: 40px;
        margin-top: -2px;
    }

.foot-y {
    width: 228px;
    height: 44px;
    color: #ffffff;
    border: 1px solid #3884d2;
    padding-left: 12px;
    background: #2a71ba;
    padding: 9px 14px;
}
/*底部信息*/
.bottom {
    background-color: #1e61a5;
    width: 100%;
}

    .bottom .bottom-dz {
        width: 1160px;
        height: 202px;
        overflow: hidden;
        margin: 0 auto;
    }

        .bottom .bottom-dz ul li img {
            vertical-align: middle;
            margin-right: 10px;
        }

.bottom-u {
    width: 1160px;
    height: 200px;
    color: #2c1f15;
    line-height: 40px;
    margin-top: 38px;
}

.bottom-gs {
    float: right;
    text-align: right;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin: 56px 40px 0 0;
}
/*子页面*/
.fwxx-jss a {
    color: #d82929;
    margin-right: 6px;
    font-weight: bold;
}

    .fwxx-jss a:hover {
        text-decoration: underline;
    }

.banners {
    width: 100%;
    height: 226px;
    background: url(../images/zym-b.gif) center center;
    margin: 0 auto;
    background-size: cover;
    overflow: hidden;
}

.xwzc-b {
    margin: 22px -8px;
    display: inline-block;
    font-weight: bold;
    color: #fff;
}

.bottom-zb-m {
    color: #fff;
    font-size: 16px;
    margin-left: 37px;
    line-height: 31px;
}

.bottom-u li {
    display: inline-block;
}

.nav-dh {
    width: 100%;
    height: 41px;
    border-top: 1px solid #dedede;
    background: #fff;
}

.nav-dh-z {
    width: 1136px;
    margin: 0 auto;
    padding-left: 116px;
}

.log-in {
    float: right;
    margin: 54px 15px 0 0;
}
/*width:381px;*/
.lig-yh {
    width: 145px;
    height: 38px;
    background: #fff;
    border: 1px solid #d4d6d5;
}

.log-in-k {
    width: 64%;
    height: 30px;
    border: 0;
    margin-left: 12px;
}

.lig-yh img {
    margin: 9px 0 0 16px;
    vertical-align: sub;
}

.log-mm {
    width: 145px;
    height: 38px;
    background: #fff;
    border: 1px solid #d4d6d5;
    margin-left: 14px;
}

    .log-mm img {
        margin: 9px 0 0 16px;
    }

.log-qk li {
    float: left;
    line-height: 37px;
}

.log-dl-y {
    width: 60px;
    height: 40px;
    color: #fff;
    margin-left: 13px;
    background: #0080cc;
    cursor: pointer;
    border: 0;
}

.nav-search {
    float: right;
    width: 300px;
    margin-right: 36px;
}

.nav-k {
    width: 145px;
    height: 34px;
    background: #fff;
    border: 1px solid #d4d6d5;
    margin-left: 14px;
    float: left;
    margin-top: 2px;
}

.log-dl-y-d {
    width: 48px;
    height: 36px;
    color: #fff;
    cursor: pointer;
    background: url( ../images/sousuony.jpg);
    border: 0;
    margin-top: 2px;
}

.bot-dh {
    margin-left: 86px;
}

.gj-cx-b {
    background: url(../images/zy-bj.jpg) no-repeat top center;
    width: 100%;
    padding-top: 1px;
    overflow: hidden;
}

.chax-a .cha-a-c {
    margin-top: 20px;
}

.chax-a .cha-a-x {
    margin-top: 20px;
    margin-left: 26px;
}

.bzhzt {
    text-align: left;
    border-bottom: 2px solid #157cce;
    color: #0a6dcf;
    font-size: 21px !important;
    font-weight: bold;
}

.gj-zd table .tu-b-h {
    height: 64px;
}

.bzhzt-im {
    vertical-align: bottom;
    margin-right: 10px;
}

.list-yl {
    padding: 10px 22px 10px 22px;
    background: #00a0dd;
    border-radius: 4px;
    color: #fff;
}

    .list-yl:hover {
        background: #0a6dcf;
        -webkit-transition: 1s all;
    }

.list-non {
    padding: 10px 22px 10px 22px;
    background: #999;
    border-radius: 4px;
    color: #fff;
}

.lisyt-xq {
    padding: 10px 22px 10px 22px;
    background: #00a0dd;
    border-radius: 4px;
    color: #fff;
    margin-left: -7px;
}

    .lisyt-xq:hover {
        background: #0a6dcf;
        -webkit-transition: 1s all;
    }

.biaog .biao-dx {
    border-bottom: 1px dashed #c7c7c7;
}

    .biaog .biao-dx:hover {
        background: #f4fbff;
        -webkit-transition: 1s all;
    }

    .biaog .biao-dx td {
        height: 50px;
        font-size: 16px;
        color: #999;
    }

        .biaog .biao-dx td a {
            font-size: 16px;
            color: #333;
        }

.list-x img {
    margin-right: 10px;
}

.news-t {
    font-size: 34px;
    color: #444444;
    text-align: center;
    font-weight: bold;
}

.news-l {
    font-size: 14px;
    color: #454545;
    line-height: 28px;
}

.bjtsw {
    width: 100% !important;
}

.tspd {
    padding: 40px !important;
}

.fatime {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 39px;
    margin-bottom: 26px;
}

.sxymz {
    float: left;
    font-weight: bold;
    font-size: 15px;
}

.sxymx {
    float: right;
    font-weight: bold;
    font-size: 15px;
}

.sxym {
    padding: 29px 15px 0 15px;
}

    .sxym a {
        color: #0a6dcf;
        font-size: 15px;
    }
/*banner*/ .ban {
    width: 100%;
    height: 385px;
    background: url(../images/ban-bg.jpg ) no-repeat center center;
    overflow: hidden;
}

.ban-z {
    width: 1014px;
    height: 326px;
    margin: 21px auto;
}

.ban-zb {
    width: 747px;
    height: 326px;
    float: left;
}

.ban-zc {
    width: 224px;
    height: 325px;
    background: #f8fdfe;
    float: right;
}

.bzcx {
}

.bzcx-b {
    width: 145px;
    height: 38px;
    text-indent: 20px;
    font-size: 19px;
    color: #0080cc;
    font-weight: bold;
    margin-top: 20px;
}

.bzcx-b-x {
    width: 235px;
    height: 2px;
    background: url(../images/xiantiao.jpg) no-repeat;
    display: inline-block;
}

.ban-zc .bzcx-k {
    width: 179px;
    height: 37px;
    margin: 20px 0px 0 22px;
    background: #fff;
    border: 1px solid #d4d6d5;
}

.bzck-sy {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    border: 0;
    text-indent: 8px;
}

.ban-zc .bzcx-ks {
    width: 179px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
    margin: 20px 0px 0 22px;
    background: #43b7ef;
    cursor: pointer;
}

    .ban-zc .bzcx-ks:hover {
        -webkit-transition: 1s all;
        background: #1e61a5;
    }
/*banner*/ #top {
    width: 988px;
    margin: auto;
    height: 80px;
}

    #top .logo {
        float: left;
        width: 178px;
        height: 80px;
    }

    #top .m {
        float: right;
        line-height: 80px;
        width: 580px;
    }

        #top .m a {
            color: #333;
            float: left;
            text-decoration: none;
            margin-left: 50px;
            font-size: 20px;
        }

            #top .m a:hover {
                opacity: 0.9;
            }

        #top .m .a {
            color: #169bfd;
        }

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.DB_tab25 {
    width: 100%;
    height: 326px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .DB_tab25 .DB_bgSet {
        position: relative;
    }

        .DB_tab25 .DB_bgSet li {
            position: absolute;
            width: 100%;
            height: 326px;
            display: none;
        }

    .DB_tab25 .DB_imgSet {
        position: absolute;
        width: 988px;
        left: 106%;
        top: -101px;
        margin-left: -455px;
    }

        .DB_tab25 .DB_imgSet .DB_1_1 {
            position: absolute;
            left: -5px;
            top: 180px;
        }

        .DB_tab25 .DB_imgSet .DB_1_2 {
            position: absolute;
            left: 415px;
            top: 30px;
        }

        .DB_tab25 .DB_imgSet .DB_1_3 {
            position: absolute;
            left: 730px;
            top: 180px;
        }

        .DB_tab25 .DB_imgSet .DB_2_1 {
            position: absolute;
            left: 75px;
            top: 0px;
        }

        .DB_tab25 .DB_imgSet .DB_2_2 {
            position: absolute;
            left: 400px;
            top: 30px;
        }

        .DB_tab25 .DB_imgSet .DB_2_3 {
            position: absolute;
            left: 730px;
            top: 180px;
        }

        .DB_tab25 .DB_imgSet .DB_3_1 {
            position: absolute;
            left: 10px;
            top: 10px;
        }

        .DB_tab25 .DB_imgSet .DB_3_2 {
            position: absolute;
            left: 540px;
            top: 30px;
        }

        .DB_tab25 .DB_imgSet .DB_3_3 {
            position: absolute;
            left: 730px;
            top: 180px;
        }

    .DB_tab25 .DB_menuWrap {
        position: absolute;
        width: 747px;
        left: 50%;
        margin-left: -500px;
    }

        .DB_tab25 .DB_menuWrap .DB_menuSet {
            position: absolute;
            width: 100%;
            top: 286px;
            text-align: right;
            margin-left: 12%;
            font-size: 0;
            border-radius: 20px;
        }

            .DB_tab25 .DB_menuWrap .DB_menuSet li {
                cursor: pointer;
                margin: 0 3px;
                display: inline;
                -webkit-transition: 1s all;
            }

    .DB_tab25 .DB_prev {
        position: absolute;
        left: 0px;
        top: 134px;
        cursor: pointer;
        left: 126px;
    }

    .DB_tab25 .DB_next {
        position: absolute;
        right: 0px;
        top: 134px;
        cursor: pointer;
        left: 841px;
    }

.tzxw {
    width: 234px;
    height: 254px;
    background: url(../images/tzxw-bj.png) no-repeat;
    position: absolute;
    top: 18px;
    left: 43px;
}

.tzxw-l {
    line-height: 29px;
    padding: 21px 0px 0 35px;
}

    .tzxw-l li {
        font-size: 14px;
        list-style-type: disc;
    }

.tzxw .tzxw-l .tzxw-b-t {
    text-align: right;
    list-style-type: none;
    margin-bottom: 7px;
    margin-right: 27px;
    margin-top: -8px;
    font-size: 15px;
    color: #fff;
}

.tzxw-l a:hover {
    color: red;
}

.tsxs {
    display: block !important;
}

.mkdh {
    width: 1014px;
    height: 120px;
    background: #fff;
    margin: 21px auto;
}

.mk-a {
    width: 202px;
    height: 120px;
    background: url(../images/qid.gif);
}

.mk-b {
    width: 202px;
    height: 120px;
    background: url( ../images/qun-r.gif);
}

.mk-c {
    width: 202px;
    height: 120px;
    background: url( ../images/fxg.gif);
}

.mk-d {
    width: 202px;
    height: 120px;
    background: url( ../images/zange.gif);
}

.mk-e {
    width: 202px;
    height: 120px;
    background: url( ../images/buzg.gif);
}

.mkdh ul li {
    float: left;
    text-align: center;
    line-height: 192px;
    cursor: pointer;
}

.con {
    width: 1013px;
    background: #fff;
    margin: 0 auto;
}

.con-tz {
    width: 1013px;
    height: 446px;
    background: #F3EFEF;
}

.tz-z {
    width: 604px;
    height: 446px;
    background: #FFF;
    float: left;
    border-right: 1px solid #eaeaea;
}

.tz-y {
    width: 408px;
    height: 446px;
    background: #fff;
    float: right;
}
/*新闻模块*/
.container {
    width: 552px;
    height: 414px;
    margin: 19px auto;
    overflow: hidden;
}

.container-tit {
    height: 38px;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
}

    .container-tit ul {
        position: absolute;
        width: 550px;
        left: -1px;
    }

    .container-tit li {
        float: left;
        width: 120px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        overflow: hidden;
        background: #FFF;
        padding: 0 1px;
    }

        .container-tit li.select {
            background: #FFF;
            border-bottom: 1px solid#0080ca;
            padding: 0;
            height: 37px;
            font-weight: bolder;
        }

    .container-tit a {
        font-size: 17px;
    }

.container li a:link, .container li a:visited {
    text-decoration: none;
    color: #000;
}

.container li a:hover {
    color: #FF4400;
}

.container-con .mod {
    margin: 22px 0 0 0;
}

    .container-con .mod ul li {
        overflow: hidden;
    }

.container-tit li.select a {
    color: #0080cc;
}

.container-con .mod ul .mod-ts {
    width: 552px;
    height: 78px;
    background: url(../images/img/nes-x.gif) no-repeat #f5f5f5;
}

.select-gd {
    float: right;
    color: #000;
}

    .select-gd a {
        font-size: 14px;
        color: #a9a4a4;
    }

    .select-gd img {
        vertical-align: middle;
    }

.mod-b {
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 48px;
    display: block;
}

.mod-x-n {
    font-size: 14px;
    color: #000;
    text-align: center;
    display: block;
}

.container-con .mod ul .mod-xq a {
    line-height: 31px;
    font-size: 16px;
}

    .container-con .mod ul .mod-xq a:hover {
        color: red;
        font-size: 16px;
    }

.mod-l-r {
    float: right;
    margin-right: 24px;
    line-height: 31px;
    font-size: 16px;
}

.containers {
    height: 414px;
    margin: 19px 19px 0 19px;
    overflow: hidden;
}

.lbyc-new {
    float: right;
}

.lbyc-lv-s li {
    line-height: 27px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
}

.lbyc-time {
    font-size: 12px;
    color: #999999;
}

.lbyc-lv-s {
    margin-top: 13px;
}

    .lbyc-lv-s a:hover {
        color: red;
    }

.fgtp {
    line-height: 24px;
    font-size: 16px;
    width: 967px;
    margin: 12px auto;
}

.bzfw {
    width: 978px;
    height: 428px;
    margin: 0 auto;
}

.bzfw-b {
    width: 967px;
    font-size: 24px;
    color: #030303;
    height: 44px;
    border-bottom: 3px solid #0080cc;
}

.bzfw-l {
    color: #1584d5;
}

.bzfw-zb {
    width: 225px;
    height: 26px !important;
    font-size: 16px;
    font-weight: bold;
}

.bzfw-z ul li {
    border-bottom: 1px solid #eeeeee;
    height: 42px;
    margin-top: 13px;
    padding-bottom: 10px;
}

    .bzfw-z ul li a:hover {
        color: red;
    }

.bzfw-z {
    width: 232px;
    float: left;
    margin-left: 0px;
    margin-right: 12px;
}

.bzfw-lh {
    color: #ff3c40;
}

.bzfw-ls {
    color: #08920b;
}

.tstp-n {
    width: 218px;
    height: 106px !important;
}

.bzfwc {
    width: 978px;
    height: 400px;
    margin: 18px auto;
}

.bzfw-bs {
    width: 967px;
    font-size: 24px;
    color: #030303;
    line-height: 22px;
    height: 49px;
    text-align: center;
    background: url(../images/img/tuwbj.gif) no-repeat;
}

.chanyes {
    height: 172px;
}

.chanz {
    width: 487px;
    height: 172px;
    border-bottom: 1px solid #dedcdc;
    float: left;
}

.chany {
    width: 485px;
    height: 172px;
    float: right;
}

.biaot {
    font-size: 20px;
    color: #3379b4;
    font-weight: bold;
    margin-top: 6px;
}

    .biaot img {
        margin-left: 5px;
    }

.chan-t {
    width: 140px;
    height: 106px;
    background: url(../images/img/sytp.gif);
    margin-top: 14px;
    float: left;
}

.chan-l {
    float: left;
    width: 310px;
    margin-top: 11px;
    line-height: 28px;
    margin-left: 9px;
    padding: 3px;
}

    .chan-l ul li a:hover {
        color: red;
    }

.tup-bt {
    color: #FFFFFF;
    line-height: 187px;
    margin-left: 4px;
}

.chan-r {
    width: 467px;
    height: 172px;
    float: right;
    border-bottom: 1px solid #dedcdc;
    padding-left: 23px;
    border-left: 1px solid #dedcdc;
    color: black;
}

.tedb {
    border-bottom: 0;
}

.chan-ta {
    width: 140px;
    height: 106px;
    background: url(../images/img/cheng2.gif);
    margin-top: 14px;
    float: left;
}

.chan-ts {
    width: 140px;
    height: 106px;
    background: url(../images/img/cheng3.gif);
    margin-top: 14px;
    float: left;
}

.chan-td {
    width: 140px;
    height: 106px;
    background: url(../images/img/cheng4.gif);
    margin-top: 14px;
    float: left;
}

.ts-z {
    width: 140px;
    height: 106px;
    background: red;
    margin-top: 14px;
    float: left;
}

.zctp-c {
    width: 140px;
    height: 106px;
    background: url( ../images/img/cheng3.gif);
    display: inline-block;
}

.yclb-a {
    float: right;
    width: 318px;
    height: 36px;
    line-height: 28px;
}

.tut-bzt {
    line-height: 188px;
    color: #fff;
    margin-left: 5px;
}

/*选项卡2*/

.slideTxtBox {
}

    .slideTxtBox .hd {
        height: 30px;
        line-height: 30px;
        padding: 0 10px 18px 20px;
        position: relative;
    }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            left: -14px;
            top: 7px;
            height: 32px;
        }

            .slideTxtBox .hd ul li {
                float: left;
                padding: 0 15px;
                cursor: pointer;
                font-size: 20px;
                color: #101010;
            }

                .slideTxtBox .hd ul li.on {
                    height: 30px;
                    color: #3379b4;
                    font-size: 20px;
                    font-weight: bold;
                    border-bottom: 1px solid#0080ca;
                }

                    .slideTxtBox .hd ul li.on a {
                        color: #0080cc;
                    }

    .slideTxtBox .bd ul {
        zoom: 1;
    }

    .slideTxtBox .bd li {
        line-height: 28px;
        margin-left: 3px;
    }

    .slideTxtBox .bd li {
        float: left;
    }

        .slideTxtBox .bd li .date {
            float: right;
            color: #999;
        }

.hd-bt li {
    font-size: 17px !important;
    line-height: 14px;
}

/*浮窗*/
.floating_ck {
    position: fixed;
    right: 6%;
    top: 30%;
}

    .floating_ck dl dd {
        position: relative;
        width: 71px;
        height: 80px;
        background-color: #1080cc;
        border-bottom: solid 1px #0a67a6;
        text-align: center;
        background-repeat: no-repeat;
        background-position: center 20%;
        cursor: pointer;
    }

        .floating_ck dl dd:hover {
            background-color: #0a67a6;
            border-bottom: solid 1px #0a67a6;
        }

            .floating_ck dl dd:hover .floating_left {
                display: block;
            }

.consult, .words {
    background-image: url( ../images/icon0701/zxicon.png);
}

.quote {
    background-image: url( ../images/icon0701/kficon.png);
}

.qrcord {
    background-image: url( ../images/icon0701/erweima.png);
}

.return {
    background-image: url( ../images/icon0701/fanhui.png);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}

.floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 154px;
    height: 80px;
    display: none;
    background-color: #ffffff;
    border: solid 1px #0a67a6;
}

    .floating_left a {
        color: #fff;
        line-height: 80px;
    }

.floating_ewm {
    height: 160px;
    top: -51px;
}

    .floating_ewm i {
        background-image: url(../images/erweima.png);
        display: block;
        width: 145px;
        height: 145px;
        margin: auto;
        margin-top: 7px;
    }

    .floating_ewm p {
        color: #fff;
        margin-top: 5px;
    }

    .floating_ewm .qrcord_p01 {
        font-size: 12px;
        line-height: 20px;
    }

    .floating_ewm .qrcord_p02 {
        font-size: 18px;
    }

.lxfs {
    line-height: 30px;
    line-height: 81px;
    font-weight: bold;
    color: #c53131;
    font-size: 17px;
}

/*注册页面*/
#content_3 {
    width: 953px;
    overflow: auto;
    margin: 0 auto;
    padding: 12px 7px 16px 8px;
    background-color: #ffffff;
}

.reg {
    MARGIN: 0 auto;
    WIDTH: 950px;
    overflow: auto;
}

    .reg img {
        float: left;
    }

.reg_content {
    MARGIN: 0 auto;
    padding: 36px 55px 36px 200px;
    float: left;
}

.bd4 {
    border: 1px solid #cccccc;
}

.gray2 {
    color: #999999;
    line-height: 20px;
}

.gray3 {
    font-size: 14px;
    color: #404040;
    line-height: 20px;
    font-weight: bold;
}

.gray6 {
    font-size: 13px;
    color: #404040;
    line-height: 16px;
    font-weight: bold;
}

.txt_14px {
    font-weight: normal;
}

.gray4 {
    color: #bfbfbf;
}

.input3 {
    WIDTH: 196px;
    height: 21px;
    border: 1px solid #66915c;
}

.input4 {
    WIDTH: 250px;
    height: 21px;
    border: 1px solid #66915c;
}

.pd1 {
    padding: 72px 72px 98px 76px;
}

.reg_contentde {
    WIDTH: 797px;
    height: 249px;
    margin: 0 auto;
    position: relative;
}

.reg_contentde1 {
    height: 143px;
    position: absolute;
    top: 0;
    left: 73px;
    float: left;
    width: 672px;
}

.reg_contentde2 {
    clear: both;
    border-bottom: 1px dashed #9ea0a1;
    WIDTH: 797px;
    position: absolute;
    top: 143px;
}

.reg_contentde3 {
    height: 94px;
    position: absolute;
    top: 178px;
    left: 188px;
    float: left;
    width: 403px;
}

.reg3_content {
    WIDTH: 782px;
    height: 109px;
    margin: 0 auto;
    position: relative;
    border: 1px solid #EED6A2;
    background-color: #FFFDED;
    float: left;
}

.reg3_txt {
    float: left;
    position: absolute;
    top: 14px;
    left: 14px;
    width: 700px;
}

    .reg3_txt img {
        float: left;
        margin-right: 15px;
        margin-bottom: 30px;
    }

    .reg3_txt p {
        line-height: 25px;
        color: #484649;
        font-size: 14px;
        font-weight: bold;
    }

.reg3_content2 {
    WIDTH: 784px;
    height: 22px;
    margin: 0 auto;
    float: left;
    padding-top: 30px;
}

a.blue_14b:link, a.blue_14b:visited {
    color: #0373ca;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

a.blue_14b:hover {
    color: #0373ca;
    text-decoration: underline;
}

.gray_14 {
    color: #484649;
    font-size: 14px;
    line-height: 18px;
}

/*注册页面*/

/*456先进产业集群*/
.slideGroup {
    height: 500px;
    margin-top: 20px;
}
.slideGroup .slideBox {
    overflow: hidden;
    zoom: 1;
    padding: 30px 0 31px 54px;
    position: relative;
    border-top: 2px solid #d8d8d8;
    border-left: 2px solid #d8d8d8;
    border-right: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
}
.slideGroup .sPrev, .slideGroup .sNext {
    position: absolute;
    left: 5px;
    top: 10px;
    display: block;
    width: 54px;
    height: 214px;
    background: url( /images/icoLeft.png) center center no-repeat;
}
.slideGroup .sNext {
    left: auto;
    right: 5px;
    background: url( /images/icoRight.png) center center no-repeat;
}
.slideGroup .parBd ul {
    overflow: hidden;
    zoom: 1;
}
.slideGroup .parBd ul li {
    margin: 0 8px;
    float: left;
    position: relative;
}
.slideGroup .parBd ul li .pic {
    text-align: center;
}
.slideGroup .parBd ul li .pic img {
    display: block;
    padding: 2px;
}
.des-m {
    width: 123px;
    line-height: 1.5;
    margin-top: 5px;
    text-align:center;
}
.information-tb {
    height: 50px;
    margin: 0px auto;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    font-weight: bold;
}
.tztp {
    margin: 0px 14px 0 0;
}
.trtp {
    margin: 0px 0 0 14px;
}
/*456先进产业集群*/
.contentp {
    font-size: 16px;
    line-height: 33px;
}
.contentp2ch {
    font-size: 16px;
    line-height: 33px;
    text-indent: 4ch;
}