@charset 'utf-8';
@namespace 'http://www.w3.org/1999/xhtml';
html,
body,
header,
section,
article,
footer,
nav,
button,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
blockquote,
textarea,
img,
p,
tr,
th,
td,
object,
table,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

a {
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    /* color: white; */
}

body {
    font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
    font-size: 14px;

    height: 100%;

    color: #4b4c4c;
    background-color: #fff;
}

/* ====================================================页眉============================================================ */
.header {
    width: 100%;
    height: 330px !important;
    margin: 0 auto;

    background-image: url(../qpjc_css/img/headPic.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1420px 330px;
}

.main {
    width: 1000px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    height: 135px;
    margin-top: 30px;
    padding-top: 30px;
    line-height: 24px;
    text-align: center;

    border-top: 1px solid #0c6ab4;
    background-image: url(../qpjc_css/img/foot.png);
    background-repeat: repeat-x;
    background-position: bottom center;
    background-size: 100% 135px;
}

/* ++++++++++++++++++++++++++++++++++++++ index +++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===================================== 导航 =============================================== */
.nav {
    clear: both;
    font-size: 18px;
    line-height: 56px;

    width: 1000px;
    height: 56px;
    margin: 0 auto;
    margin-top: -60px;
    padding-right: 15px;
    background-image: url(../qpjc_css/img/navBg.png);
    background-repeat: repeat-x;
    background-size: 100% 56px;
}

.nav > ul {
    float: left;
}

.nav > ul > li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: 100px;
    height: 56px;
}

.nav > ul > li > a:hover {
    font-weight: bold;

}

.nav > ul > li:hover {
    background-color: rgb(12, 129, 222);
    cursor: pointer;
}

.nav > ul > li > a {
    /* padding: 0 10px; */
    text-decoration: none;
    color: #fff;
}

.nav li ul {
    position: absolute;
    *top: 55px;
    *left: 0px;
    visibility: hidden;
    width: 120px;
    background: #0074c3;
    overflow: hidden;
    z-index: 100;
}

.nav li ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: rgb(8, 104, 169);
}

.nav li ul li a {
    color: white;
}

.nav li ul li:hover {
    background-color: rgb(12, 129, 222);
}

.nav-select {
    width: 220px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    float: right;
    margin: 15px 0 0 15px;
    background: white;
    padding: 0 10px;
}

.txt {
    margin-top: 5px;
    width: 200px;
    vertical-align: top;
    border: none;
    outline: none;
}

.btn {
    width: 17px;
    height: 17px;
    margin-top: 4px;
    cursor: pointer;
    border: none;
}

.section {
    width: 970px;
    margin: 0 auto;
}

/* ======================================图片展示============================================== */
.left-panel, .right-panel {
    margin: 15px 0 15px 0;
    float: left;
}

.left-panel {
    margin-right: 15px;
    padding-left: 15px;
}

.right-panel-title {
    padding: 0 10px 10px 5px;
    height: 19px;
    border-bottom: 1px solid #e0e0e0;
}

.right-panel-title div {
    float: left;
    padding: 0 5px 10px 5px;
    height: 19px;
    border-bottom: 2px solid #0061b1;
    font-size: 18px;
    color: #0379c1;
}

.right-panel-title a {
    float: right;
    margin-top: 5px;
    text-decoration: none;
    color: black;
}

.right-panel ul {
    margin-top: 10px;
    list-style-type: disc;
    font-size: 13px;
}

.right-panel ul li {
    padding-left: 10px;
    width: 403px;
    background: url(../qpjc_css/img/point.gif) no-repeat left center;
    list-style: none;
    line-height: 30px;
}

.right-panel ul li span {
    float: left;
    width: 355px;
    margin-right: 8px;
    line-height: 30px;
}

.right-panel ul li span a {
    display: block;
    width: 290px;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.right-panel ul li span a:hover {
    color: #0379c1;
}

/* ======================================================================= */


/* ======================================中间三栏============================================== */
.center{
    display: flex;
    padding: 20px;
}
.center-panel {
    margin: 15px 0 15px 0;
    width: 33%;
}

.center-panel-title {
    padding: 0 10px 20px 5px;
    height: 19px;
    border-bottom: 2px solid #e0e0e0;
    margin-right: 5px;
}

.center-panel-title div {
    float: left;
    padding: 0 5px 10px 5px;
    height: 19px;
    font-size: 18px;
    color: #0379c1;
    border-left: 5px solid #0079cf;
}

.center-panel-title a {
    float: right;
    margin-top: 5px;
    text-decoration: none;
    color: black;
}

.center-panel ul {
    margin-top: 10px;
    list-style-type: disc;
    font-size: 13px;
}

.center-panel ul li {
    padding-left: 10px;
    background: url(../qpjc_css/img/point.gif) no-repeat left center;
    list-style: none;
    line-height: 30px;
}

.center-panel ul li span {
    float: left;
    margin-right: 8px;
    line-height: 30px;
    width: 82%;
}

.center-panel ul li span a {
    display: block;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-size: 14px;
}

.center-panel ul li span a:hover {
    color: #0379c1;
}

/* ======================================================================= */
.lielists {
    width: 100%;
    margin-top: 10px;
}

.lielists thead th {
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;

    width: 33.33%;

    text-align: left;
    text-indent: 3px;


    border-bottom: 2px solid #e0e0e0;
    color: #0079cf;
}

.lielists thead th span {
    padding-left: 8px;
    border-left: 5px solid #0079cf;
}

.lielists thead th > img {
    float: right;
    padding-top: 5px;

    width: 18px;
    padding-right: 10px;

    vertical-align: middle;
}

.lielists tbody td > ul {
    width: 100%;
    margin-top: 10px;

}

.lielists tbody ul > li {
    line-height: 30px;

    text-indent: 15px;

    background-image: url(../qpjc_css/img/right.gif);
    background-repeat: no-repeat;
    background-position: 1.25% center;
}

.lielists tbody ul > li > span {
    float: right;

    width: 20%;
}

.lielists tbody ul > li > a {
    text-decoration: none;

    color: #333;
}

.lielists tbody ul > li > a:hover {
    color: #0379c1;
}

.flink {
    padding: 20px;
    width: 928px;
    margin: 15px 0 0 15px;
    border: 1px solid #ccc;
}

.flink > p {

    /* text-indent: 20px; */
    color: #0379c1;
    font-size: 18px;
}

.flink > p > img {
    padding-right: 5px;
}

.flink > ul {
    width: 940px;
    /* margin: 0 auto; */
}

.flink ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* float: left; */
    margin: 15px 13px 0 13px;
    /* line-height: 30px; */
    font-size: 12px;
}

.flink ul li > a {
    text-decoration: none;

    color: #333;
}

.psPlate {
    width: 970px;
    margin: 0 auto;
    clear: both;
    border: 1px solid #e0e0e0;
}

/* +++++++++++++++++++++++++++++++++++++++ page2 ++++++++++++++++++++++++++++++++++++++++++++++++++ */
.page2 {
    width: 985px;
    background-color: white;
    padding: 0 0 0 15px;
    /* display: inline-block; */
}

.page2-left {
    /* display: inline-block; */
    float: left;
    width: 250px;
    height: 400px;
    margin-top: 10px;
    padding-bottom: 20px;
    border: 1px solid #1270ba;

    box-sizing: border-box;
    font-size: 14px;
    color: #4b4c4c;
}

.page2-left > ul {
    margin: 10px 15px 0 15px;
    text-align: center;
}

.page2-left > ul > li {
    margin-top: 5px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #1270ba;
}

.page2-left > ul > li > a {
    color: #333;
}

.page2-left > ul > li:hover {
    background-color: rgb(18, 112, 186);
}

.page2-left > ul > li:hover > a {
    font-weight: bold;
    color: white;
}

/* ========= */
.page2-right {
    /* display: inline-block; */
    float: left;
    margin-left: 20px;
    width: 685px;
}

.page2-r-title {
    margin-top: 10px;
    padding-left: 15px;
    width: 683px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0379c1;
}

.page2-r-title a, .page3-title a {
    color: #333;
}

.page2-r-content {
    margin-top: 10px;
    padding-bottom: 20px;
    width: 698px;
    *height: 357px;
    border: 1px solid #0379c1;
}

.content-panel {
    background-color: #0379c1;
    width: 689px;
    height: 30px;
    line-height: 45px;
    padding-left: 10px;
    font-size: 15px;
}

.page2-r-content ul {
    width: 672px;
}

.page2-r-content ul {
    margin: 0 0 0 15px;
    list-style-type: disc;
    font-size: 13px;
}

.page2-r-content ul li {
    padding-left: 10px;
    width: 672px;
    background: url(../qpjc_css/img/point.gif) no-repeat left center;
    list-style: none;
    line-height: 28px;
}

.page2-r-content ul li span {
    float: left;
    width: 620px;
    margin-right: 8px;
    line-height: 28px;
}

.page2-r-content ul li span a {
    display: block;
    width: 350px;
    white-space: nowrap;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
}

.page2-r-content ul li span a:hover {
    color: #0379c1;
}

.change-page {
    line-height: 26px;
    text-align: center;
}

.change-page a {
    color: #4b4c4c;
}

/* ++++++++++++++++++++++++++++++++++++++++++page3++++++++++++++++++++++++++++++++++++++++++++ */
.page3-title {
    margin-top: 10px;
    padding-left: 15px;
    width: 988px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0379c1;
}

.page3-content-panel {
    background-color: #0379c1;
    width: 1003px;
    height: 30px;
    line-height: 45px;
}

.page3-content {
    margin-top: 10px;
    padding-bottom: 20px;
    width: 1003px;
    border: 1px solid #0379c1;
}

h5 {
    font-size: 28px;
    font-weight: normal;
}

.art {
    padding-top: 10px;
}
ul.codeUL{ float: right;}
ul.codeUL li{
    float: left;
    width: 106px;
    height: auto;
    line-height: 30px;
    text-align: center;
    margin-left: 15px;
}








/*******************************手机端样式****************************************/

/* CSS Document */
@media screen and (max-width: 1024px) and (min-width: 100px) {
    ul,
    ol {
        list-style-type: none;
    }

    a {
        white-space: nowrap;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        /* color: white; */
    }

    body {
        font-family: 'Microsoft YaHei', 'SimSun', sans-serif;
        font-size: 14px;

        height: 100%;

        color: #4b4c4c;
        background-color: #fff;
    }

    /* ====================================================页眉============================================================ */
    .header {
        width: 100%;
        height: 260px !important;
        margin: 0 auto;
        background-image: url(../qpjc_css/img/headPic.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% 100%;
    }

    .main {
        width: 1000px;
        margin: 0 auto;
    }

    .footer {
        width: 100%;
        height: 135px;
        margin-top: 30px;
        padding-top: 30px;
        line-height: 24px;
        text-align: center;

        border-top: 1px solid #0c6ab4;
        background-image: url(../qpjc_css/img/foot.png);
        background-repeat: repeat-x;
        background-position: bottom center;
        background-size: 100% 135px;
    }

    /* ++++++++++++++++++++++++++++++++++++++ index +++++++++++++++++++++++++++++++++++++++++++++++ */
    /* ===================================== 导航 =============================================== */
    .nav {
        clear: both;
        font-size: 18px;
        line-height: 56px;

        width: 1000px;
        height: 56px;
        margin: 0 auto;
        margin-top: 0px;
        padding-right: 15px;
        background-image: url(../qpjc_css/img/navBg.png);
        background-repeat: repeat-x;
        background-size: 100% 100%;
    }

    .nav > ul {
        float: left;
    }

    .nav > ul > li {
        position: relative;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        text-align: center;
        width: 100px;
        height: 56px;
    }

    .nav > ul > li > a:hover {
        font-weight: bold;

    }

    .nav > ul > li:hover {
        background-color: rgb(12, 129, 222);
        cursor: pointer;
    }

    .nav > ul > li > a {
        /* padding: 0 10px; */
        text-decoration: none;
        color: #fff;
    }

    .nav li ul {
        position: absolute;
        *top: 55px;
        *left: 0px;
        visibility: hidden;
        width: 120px;
        background: #0074c3;
        overflow: hidden;
        z-index: 100;
        display: none;
    }

    .nav li ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        background-color: rgb(8, 104, 169);
    }

    .nav li ul li a {
        color: white;
    }

    .nav li ul li:hover {
        background-color: rgb(12, 129, 222);
    }

    .nav-select {
        width: 220px;
        height: 26px;
        line-height: 26px;
        vertical-align: top;
        float: right;
        margin: 15px 0 0 15px;
        background: white;
        padding: 0 10px;
        display: none;
    }

    .txt {
        margin-top: 5px;
        width: 200px;
        vertical-align: top;
        border: none;
        outline: none;
    }

    .btn {
        width: 17px;
        height: 17px;
        margin-top: 4px;
        cursor: pointer;
        border: none;
    }

    .section {
        width: 970px;
        margin: 0 auto;
    }

    /* ======================================图片展示============================================== */
    .left-panel, .right-panel {
        margin: 5px 0 0px 0;
        float: left;
    }

    .left-panel {
        margin-right: 0px;
        padding-left: 0px;
        width: 100%;
    }

    .right-panel-title {
        padding: 0 10px 10px 5px;
        height: 19px;
        border-bottom: 1px solid #e0e0e0;
    }

    .right-panel-title div {
        float: left;
        padding: 0 5px 10px 5px;
        height: 100%;
        border-bottom: 2px solid #0061b1;
        font-size: 18px;
        color: #0379c1;
    }

    .right-panel-title a {
        float: right;
        margin-top: 5px;
        text-decoration: none;
        color: black;
    }

    .right-panel ul {
        margin-top: 10px;
        list-style-type: disc;
        font-size: 13px;
    }

    .right-panel ul li {
        padding-left: 25px;
        width: 403px;
        background: url(../qpjc_css/img/point.gif) no-repeat left center;
        list-style: none;
        line-height: 30px;
        background-size: 10px 10px;
        border-bottom: 1px solid #ccc;
    }
    .right-panel ul li a{
        width: 18% !important;
        display: inline-block;
    }

    .right-panel ul li span {
        float: left;
        width: 75% !important;
        margin-right: 8px;
        line-height: 30px;
        display: inline-block;
    }

    .right-panel ul li span a {
        display: block;
        width: 100% !important;
        white-space: nowrap;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black;
    }

    .right-panel ul li span a:hover {
        color: #0379c1;
    }
    /* ======================================中间三栏============================================== */
    .center{
        display: contents;
        padding: 20px;
    }
    .center-panel {
        margin: 15px 0 15px 0;
        width: 33%;
    }

    .center-panel-title {
        padding: 0 10px 20px 5px;
        height: 19px;
        border-bottom: 2px solid #e0e0e0;
        margin-right: 5px;
    }

    .center-panel-title div {
        float: left;
        padding: 0 5px 10px 5px;
        height: 100%;
        font-size: 18px;
        color: #0379c1;
        border-left: 5px solid #0079cf;
    }

    .center-panel-title a {
        float: right;
        margin-top: 5px;
        text-decoration: none;
        color: black;
    }
    .center-panel-title img {
        margin-top: 5px;
    }

    .center-panel ul {
        margin-top: 10px;
        list-style-type: disc;
        font-size: 13px;
    }

    .center-panel ul li {
        padding-left: 10px;
        background: url(../qpjc_css/img/point.gif) no-repeat left center;
        list-style: none;
        line-height: 30px;
        background-size: 10px 10px;
        border-bottom: 1px solid #cccccc;
        display: flex;
    }

    .center-panel ul li span {
        float: left;
        margin-right: 8px;
        line-height: 30px;
        width: 75% !important;
        display: inline-block;
    }

    .center-panel ul li span a {
        display: block;
        white-space: nowrap;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black;
        font-size: 14px;
    }

    .center-panel ul li span a:hover {
        color: #0379c1;
    }

    /* ======================================================================= */
    /* ======================================================================= */
    .lielists {
        width: 100%;
        margin-top: 10px;
    }

    .lielists thead th {
        padding-bottom: 15px;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;

        width: 33.33%;

        text-align: left;
        text-indent: 3px;


        border-bottom: 2px solid #e0e0e0;
        color: #0079cf;
    }

    .lielists thead th span {
        padding-left: 8px;
        border-left: 5px solid #0079cf;
    }

    .lielists thead th > img {
        float: right;
        padding-top: 5px;

        width: 18px;
        padding-right: 10px;

        vertical-align: middle;
    }

    .lielists tbody td > ul {
        width: 100%;
        margin-top: 10px;

    }

    .lielists tbody ul > li {
        line-height: 30px;

        text-indent: 15px;

        background-image: url(../qpjc_css/img/right.gif);
        background-repeat: no-repeat;
        background-position: 1.25% center;
    }

    .lielists tbody ul > li > span {
        float: right;

        width: 20%;
    }

    .lielists tbody ul > li > a {
        text-decoration: none;

        color: #333;
    }

    .lielists tbody ul > li > a:hover {
        color: #0379c1;
    }

    .flink {
        padding: 0px;
        width: 928px;
        margin: 15px 0 0 0px;
        border: 1px solid #ccc;
        width: 100% !important;
    }

    .flink > p {

        /* text-indent: 20px; */
        color: #0379c1;
        font-size: 18px;
    }

    .flink > p > img {
        padding-right: 5px;
    }

    .flink > ul {
        width: 940px;
        /* margin: 0 auto; */
    }

    .flink ul li {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        /* float: left; */
        margin: 15px 13px 0 13px;
        /* line-height: 30px; */
        font-size: 12px;
        width: 40%;
    }

    .flink ul li > a {
        text-decoration: none;

        color: #333;
    }

    .psPlate {
        width: 970px;
        margin: 0 auto;
        clear: both;
        border: 1px solid #e0e0e0;
    }

    /* +++++++++++++++++++++++++++++++++++++++ page2 ++++++++++++++++++++++++++++++++++++++++++++++++++ */
    .page2 {
        width: 985px;
        background-color: white;
        padding: 0 0 0 0px;
        /* display: inline-block; */
    }

    .page2-left {
        /* display: inline-block; */
        float: left;
        width: 250px;
        height: 100% !important;
        margin-top: 10px;
        padding-bottom: 20px;
        border: 1px solid #1270ba;
        box-sizing: border-box;
        font-size: 14px;
        color: #4b4c4c;
    }

    .page2-left > ul {
        margin: 10px 15px 0 15px;
        text-align: center;
    }

    .page2-left > ul > li {
        margin-top: 5px;
        height: 25px;
        line-height: 25px;
        border: 1px solid #1270ba;
    }

    .page2-left > ul > li > a {
        color: #333;
    }

    .page2-left > ul > li:hover {
        background-color: rgb(18, 112, 186);
    }

    .page2-left > ul > li:hover > a {
        font-weight: bold;
        color: white;
    }

    /* ========= */
    .page2-right {
        /* display: inline-block; */
        float: left;
        margin-left: 0px;
        width: 100% !important;
    }

    .page2-r-title {
        margin-top: 10px;
        padding-left: 15px;
        width: 683px;
        height: 98% !important;
        line-height: 30px;
        border: 1px solid #0379c1;
    }

    .page2-r-title a, .page3-title a {
        color: #333;
    }

    .page2-r-content {
        margin-top: 10px;
        padding-bottom: 20px;
        width: 98% !important;
        height: 357px;
        border: 1px solid #0379c1;
    }

    .content-panel {
        background-color: #0379c1;
        width: 689px;
        height: 30px;
        line-height: 45px;
        padding-left: 10px;
        font-size: 15px;
    }

    .page2-r-content ul {
        width: 672px;
    }

    .page2-r-content ul {
        margin: 0 0 0 15px;
        list-style-type: disc;
        font-size: 13px;
    }

    .page2-r-content ul li {
        padding-left: 10px;
        width: 98% !important;
        background: url(../qpjc_css/img/point.gif) no-repeat left center;
        list-style: none;
        line-height: 28px;
        border-bottom: 1px solid #ccc;
    }

    .page2-r-content ul li span {
        float: left;
        width: 98% !important;
        margin-right: 8px;
        line-height: 28px;
        display: inline-block;
    }

    .page2-r-content ul li span a {
        display: block;
        width: 350px;
        white-space: nowrap;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        color: black;
    }

    .page2-r-content ul li span a:hover {
        color: #0379c1;
    }

    .change-page {
        line-height: 26px;
        text-align: center;
    }

    .change-page a {
        color: #4b4c4c;
    }

    /* ++++++++++++++++++++++++++++++++++++++++++page3++++++++++++++++++++++++++++++++++++++++++++ */
    .page3-title {
        margin-top: 10px;
        padding-left: 15px;
        width: 988px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #0379c1;
    }

    .page3-content-panel {
        background-color: #0379c1;
        width: 1003px;
        height: 30px;
        line-height: 45px;
    }

    .page3-content {
        margin-top: 10px;
        padding-bottom: 20px;
        width: 1003px;
        border: 1px solid #0379c1;
    }

    h5 {
        font-size: 28px;
        font-weight: normal;
    }

    .art {
        padding-top: 10px;
    }
    ul.codeUL{ float: left;}
    ul.codeUL li{
        float: left;
        width: 106px;
        height: auto;
        line-height: 30px;
        text-align: center;
        margin-left: 15px;
    }
}