<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">﻿@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #fff;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.catalogue .list-item .open {
    background: #387ad0;
}

.catalogue .list-item .open a {
    color: #fff;
}

.list-content .close {
    display: none;
}

* {
    box-sizing: border-box;
}

body {
    background: #fff;
}

.header a {
    color: #fff;
}

.header {
    overflow: hidden;
    width: 100%;
    height: 300px;
    background: url('../images/headerbg.png') no-repeat;
    background-size: cover;
    position: relative;
}

.header .hline {
    width: 100%;
    height: 12px;
    background: #206cd0;
}

.header .headertitle {
    float: left;
    font-size: 44px;
    width: 67%;
    color: #fff;
    font-family: '[DFPSongW12]';
    margin: 0 0 0 -25px;
    text-align: center;
    height: 66px !important;
    line-height: 66px !important;
    margin-top: 85px;
}

.header .hnav {
    width: 1200px;
    margin: 0 auto;
}

.header .search {
    position: relative;
}

#PhoneCode,
#fs {
    width: 50%;
}

#province,
#city {
    width: 50%;
    float: left;
    height: 50px;
}

.header .search input {
    border: 5px solid #80a7d9;
    border-radius: 25px;
    height: 49px;
    width: 258px;
    padding: 10px 15px;
    float: right;
    margin-top: 15px;
}

.header .search a {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/search.png');
    position: absolute;
    right: 20px;
    top: 27px;
}

.header .nav-demo {
    width: 1200px;
    height: 65px;
    background: #206cd0;
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    overflow: visible;
}

.header .nav-demo li {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.header .nav-demo li a {
    display: block;
    height: 22px;
    line-height: 22px;
    margin-top: 20px;
    padding: 0 30px;
    border-right: 2px solid #fff;
}

.header .nav-demo li ul {
    clear: both;
    background-color: #206cd0;
    width: 150px;
    position: absolute;
    top: 65px;
    left: 11px;
    overflow: hidden;
    transition: all 0.5s linear;
    /* opacity: 0; */
    display: none;
    z-index: 999;
}

.header .nav-demo li ul li {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    border-bottom: 1px solid #fff;
    height: 35px;
    line-height: 35px;
    width: auto;
}

.header .nav-demo li ul li a {
    color: #fff;
    border: 0;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
}

.header .nav-demo li ul li::last-child {
    border: 0;
}


/* .header .nav-demo li:nth-child(2) {
    background: url('../images/navbg.png') no-repeat bottom;
} */

.header .nav-demo li:hover ul {
    display: block;
}

.header .nav-demo li:last-child a {
    border: none;
}

.list {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.list_box p {
    color: #333;
    font-size: 14px;
    text-align: justify;
}

.list_box h2 {
    color: red;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.list_box {
    width: 50%;
    padding: 0 30px 20px 30px;
    line-height: 28px;
    margin: auto;
}

.layui-col-xs4 {
    margin-top: 99px;
    width: 28%;
    float: left;
}

.head_left {
    display: block;
    width: 86%;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 70px;
    text-align: right;
}

.logo {
    width: 230px;
}

.layui-card {
    border-top: 2px solid #082ad1;
}

.layui-card {
    margin-bottom: 15px;
    border-radius: 2px;
    width: 50%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
}

.layui-card-header {
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    border-bottom: 1px solid #f6f6f6;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 14px;
}

.red-title {
    height: 38px;
    color: #f10a0a;
    line-height: 38px;
    font-weight: 600;
    font-size: 18px;
}

.layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px;
    width: 80px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}

.layui-card-body {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0px;
    line-height: 24px;
}

.layui-form-item {
    margin-bottom: 15px;
    clear: both;
    *zoom: 1;
}

.ejbm_cont_fot_right_form {
    overflow: hidden;
}

.ejbm_cont_item {
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin-top: 17px;
    position: relative;
}

.ejbm_cont_item select {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    color: #333;
    text-indent: 15px;
    border: 1px solid rgba(195, 195, 195, 1);
    background-position: 93% 16px;
}

.ejbm_cont_item input {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    text-indent: 15px;
    color: #333;
    -webkit-text-fill-color: #666;
    text-fill-color: #666;
    border: 1px solid rgba(195, 195, 195, 1);
}

.ejbm_cont_item .getyzm {
    cursor: pointer;
    width: 94px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    font-size: 14px;
    color: #ab161c;
    text-align: center;
}

.ejbm_cont_item .getyzm::before {
    content: '';
    width: 1px;
    height: 16px;
    background: rgba(102, 102, 102, 1);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.book_list {
    width: 80%;
    margin: 0 auto;
}

.ejbm_cont_btn {
    width: 100%;
    height: 50px;
    background: #ab161c;
    border-radius: 2px;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}

.ejbm_foot {
    width: 1200px;
    font-size: 16px;
    font-weight: bold;
    color: #232ec5;
    text-align: center;
    margin: 80px auto;
}

.catalogue {
    width: 240px;
    font-family: '微软雅黑';
    background: #fff;
}

.catalogue .list-demo {
    width: 100%;
    height: 55px;
    background: url('../images/list-title.png') no-repeat top;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.catalogue .list-demo a {
    color: #fff;
}

.catalogue .list-item {
    margin-top: 20px;
}

.catalogue .list-item div {
    width: 200px;
    height: 40px;
    border: 1px solid #387ad0;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 20px;
}

.catalogue .list-item div a {
    display: block;
    width: 100%;
    height: 100%;
    color: #387ad0;
}

.list-content {
    width: 920px;
    background: #fff;
}

.list-content div {
    padding: 0 22px;
}

.list-content .list-line {
    width: 100%;
    height: 5px;
    background: #387ad0;
    padding: 0;
}

.list-content .list-title {
    margin-top: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #387ad0;
    border-bottom: 1px solid #dadada;
}

.list-content .list-title span {
    font-size: 12px;
    color: #949494;
    padding-left: 20px;
    background: url('../images/site.png') no-repeat left center;
}

.list-content .list-title span a {
    color: #387ad0;
}

.list-content ul {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
}

.list-content ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dadada;
    background: url('../images/list-li.png') no-repeat left center;
    padding-left: 15px;
    font-size: 14px;
    overflow: hidden;
}

.list-content ul li a {
    color: #000;
    width: 80%;
    overflow: hidden;
}

.list-content ul li a:hover {
    color: #387ad0;
}

.list-content ul li span {
    color: #949494;
}

#displaypagenum {
    padding: 10px;
    color: #666;
}

.szfxx_box {
    width: 1200px;
    margin: auto;
    background: #f9f9f9;
    line-height: 40px;
    height: 40px;
    margin-top: 5px;
}

.gwyxx_box {
    width: 1200px;
    margin: auto;
    background: #f9f9f9;
    line-height: 40px;
    height: 40px;
    margin-top: 5px;
}

.szfxx_box_span {
    width: 100px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #d4191a;
    font-weight: bold;
    float: left;
}

.gwyxx_box_span {
    width: 100px;
    display: block;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    color: #d4191a;
    font-weight: bold;
    float: left;
}

.dataList {
    float: left;
    width: 885px;
    overflow: hidden;
    height: 40px;
}

.dataList a {
    color: #000;
}

.dataList ul {
    height: 40px;
    overflow: hidden;
}

.dataList li {
    float: left;
    margin-left: 10px;
    width: 700px;
    height: 40px;
}

.dataList span {
    margin-left: 5px;
}

.lmsj a {
    margin-right: 5px;
}

.por {
    height: 60px;
}

#__nc {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0;
}

.nc-container {
    width: 100% !important;
    float: right;
    border: 1px solid #352657;
}

.nc-container * {
    height: 50px !important;
    line-height: 50px !important;
}

.nc-container .nc_wrapper .nc_scale {
    width: 100% !important;
    height: 50px;
}

.nc-container .nc_wrapper .btn_slide {
    box-sizing: border-box;
}

.nc-container #nc_1_wrapper {
    width: 100% !important;
}

._nc .stage1 .slider {
    left: 0 !important;
    right: 0 !important;
}


/*求更新*/

@media only all and (max-width: 1080px) {
    .header {
        height: 6.5rem;
    }
    .header .hline {
        display: none;
    }
    .header .headertitle {
        font-size: 0.85rem;
        width: 100%;
        margin: auto;
        margin-top: -1rem;
        line-height: 2rem;
        height: 3rem !important;
        line-height: 3rem !important;
    }
    .header .hnav {
        width: 100%;
    }
    .header .search input {
        float: none;
        margin-top: 0;
        display: none;
    }
    .header .nav-demo {
        width: 100%;
        height: 1.3rem;
    }
    .header .nav-demo li {
        width: 20%;
    }
    .header .nav-demo li a {
        height: 2rem;
        font-size: 0.5rem;
        margin-top: 0rem;
        padding: 0rem;
    }
    .list {
        width: 100%;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
    .list_box {
        float: none;
        width: 96%;
        padding: 0;
        font-size: 0.6rem;
        margin: auto;
    }
    .layui-col-xs4 {
        width: 3rem;
        margin-right: 0.5rem;
        margin-top: 0;
    }
    .head_left {
        line-height: 3rem;
    }
    .logo {
        width: 2rem;
    }
    .layui-card {
        float: none;
        width: 96%;
        margin: auto;
        padding-bottom: 1rem;
    }
    .book_list {
        width: 90%;
    }
    .nc-container #nc_1_wrapper {
        width: 100% !important;
    }
    ._nc .stage1 .slider {
        left: 0 !important;
        right: 0 !important;
    }
    /*求更新*/
}</pre></body></html>