<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

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

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

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

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    /*overflow-x: hidden;*/
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #333;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #333;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #333;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #333;
}

.placeholder {
    color: #333;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-mt30 {
    margin-top: 20px;
}

/* 头部 */
#header {
    min-height: 276px;
}

/* 顶部工具栏 */
.ewb-top {
    line-height: 24px;
    color: #666;
    padding: 8px 0;
    background-color: #f9f9f9;
}

.ewb-top-date {
    float: left;
}

.ewb-top-link {
    float: right;
}

.ewb-top-link&gt;a {
    float: left;
    color: #666;
}

.ewb-top-link&gt;span {
    float: left;
    margin: 0 21px;
    color: #969696;
}

.ewb-top-link&gt;span a{
    color: #666;
}

.ewb-top-link&gt;a:hover {
    color: #2f96f6;
}

.ewb-top-link&gt;span *{
    display:inline-block;
    float:none!important;
    white-space:nowrap;
}

.ewb-top-link&gt;span&gt;span{
    padding:0 20px;
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-mt30 {
        margin-top: 12px;
    }

    .ewb-header {
        height: auto;
    }

    .ewb-top-link,
    .ewb-top-date {
        float: none;
    }

    .ewb-top-link&gt;span {
        margin-left: 5px;
        margin-right: 5px;
    }
}

/* 头部bar */
.ewb-logo {
    float: left;
    margin-top: 53px;
}

.ewb-search {
    float: right;
    margin-right: 12px;
    margin-top: 35px;
}

.ewb-search-hot {
    color: #999;
    padding-left: 14px;
    line-height: 26px;
}

.ewb-search-link {
    color: #999;
    margin-left: 10px;
}

.ewb-search-link:first-child {
    margin-left: 0;
}

.ewb-search-wrap {
    width: 300px;
    height: 42px;
    border: 1px solid #2f96f6;
    border-radius: 25px;
    overflow: hidden;
}

.input-tips {
    position: relative;
    float: left;
    z-index: 1;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
    width: calc(100% - 74px);
    border-right: 1px solid #3a6ec4;
    background-color: #fff;
}

.input-placeholder {
    position: absolute;
    top: 0;
    width: 90%;
    left: 15px;
    height: 40px;
    line-height: 40px;
    color: #bbb;
    z-index: -1;
    cursor: text;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    background: 0 0;
}

.ewb-search-btn {
    float: left;
    width: 74px;
    height: 40px;
    text-align: center;
    background: url('../images/ser_btn.png') no-repeat center #2f96f6;
    cursor: pointer;
}

.ewb-search-tt {
    padding: 32px 0 31px 0;
    float: right;
}

/* pad端 */
@media(max-width:979px) {
    .ewb-logo {
        width: 55%;
    }

}

/* 手机端 */
@media(max-width:767px) {
    .ewb-search {
        float: none;
        margin-top: 0;
    }

    .ewb-logo {
        float: none;
        width: auto;
        padding: 15px 0;
    }

    .ewb-search-tt {
        padding-top: 20px;
        padding-bottom: 20px;
        float: none;
        margin: 0 auto;
        display: block;
    }

    .ewb-search-wrap {
        width: 100%;
    }
}

/* 导航 */
.ewb-nav {
    line-height: 50px;
    background-color: #2f96f6;
}

.ewb-nav li {
    float: left;
    width: 10.9%;
}

.ewb-nav-link {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.ewb-nav li.current a,
.ewb-nav-link:hover {
    font-size: 18px;
    font-weight: bold;
    background-color: #4ea6f7;
}

/* pad端 */
@media(max-width:979px) {
    .ewb-nav-link {
        font-size: 13px;
    }

    .ewb-nav li.current a,
    .ewb-nav-link:hover {
        font-size: 14px;
    }
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-bar-logo {
        position: relative;
        padding-right: 50px;
        ;
    }

    .ewb-phone-ico {
        display: block;
        height: 40px;
        background: url("../images/phone_ico.png") center no-repeat;
    }

    .ewb-phone-nav {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        z-index: 99999;
    }

    .ewb-phone-items {
        display: none;
        position: absolute;
        top: 40px;
        right: 0;
        width: 200px;
        padding: 10px 0;
        border-radius: 3px;
        background-color: rgba(0, 0, 0, 0.6);
    }

    .ewb-phone-items&gt;li&gt;a {
        display: block;
        font-size: 15px;
        height: 30px;
        line-height: 30px;
        color: #fff;
        text-align: center;
    }
}

/* footer */
.ewb-foot-link {
    padding: 15px 0;
    background-color: #d5dde5;
}

.ewb-foot-li {
    float: left;
    position: relative;
    height: 20px;
    line-height: 20px;
    padding: 0 43px;
    border-left: 1px solid #333;
    cursor: pointer;
}

.ewb-foot-li:first-child {
    border-left: 0;
}


.foot-link-pos {
    display: none;
    position: absolute;
    /* bottom: 19px; */
    left: 0;
    width: 100%;
    padding: 5px 5px 10px 5px;
    z-index: 999;
    background-color: #d5dde5;
}

.foot-link-div {
    max-height: 300px;
    overflow: auto;
}

.ewb-foot-li:hover .foot-link-pos {
    display: block;
}

.foot-link-div&gt;li {
    line-height: 22px;
    padding: 3px 0;
    text-align: center;
}

.foot-link-div&gt;li&gt;a {
    color: #333;
}

/* 1199px以下 */
@media(max-width:1199px) {
    .ewb-foot-li {
        padding: 0;
        width: 20%;
        text-align: center;
    }
}

/* pad端 */
@media(max-width:979px) {
    .ewb-foot-li&gt;a {
        font-size: 13px;
    }
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-foot-link {
        padding: 10px 0;
    }

    .ewb-foot-li {
        height: 24px;
        line-height: 24px;
        border: none;
        width: 33.3333%;
    }

    .ewb-foot-li&gt;a {
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .ewb-foot-li {
        width: 50%;
    }
}

/* 底部文字 */
.ewb-foot-info {
    padding: 27px 0 41px 0;
    background-color: #b2c1d0;
}

.ewb-foot-wrap {
    position: relative;
}

.ewb-foot-website {
    line-height: 30px;
}

.ewb-foot-website&gt;a {
    float: left;
    color: #333;
}

.ewb-foot-website&gt;span {
    float: left;
    margin: 0 20px;
}

.ewb-foot-font {
    line-height: 30px;
    margin-left: -30px;
}

.ewb-foot-font span {
    display: inline-block;
    margin-left: 30px;
}

.ewb-foot-font .ewb-foot-identy {
    margin-left: 34px;
}

.ewb-foot-font a {
    color: #333
}

.ewb-foot-icon&gt;a {
    position: absolute;
}

.ewb-icon1 {
    top: 28px;
    right: 157px;
}

.ewb-icon2 {
    top: 31px;
    right: 0;
}

.ewb-icon3 {
    top: 13px;
    right: 230px;
}

.ewb-icon3 img {
    width: 90px;
}

/* 1199px以下 */
@media(max-width:1199px) {
    .ewb-foot-icon {
        text-align: center;
    }

    .ewb-foot-icon&gt;a {
        position: static;
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}

/* pad端 */
@media(max-width:979px) {
    .ewb-foot-info {
        padding: 10px 0;
    }

    .ewb-foot-icon {
        text-align: center;
    }

    .ewb-foot-icon&gt;a {
        position: static;
        display: inline-block;
        margin: 10px 10px 0 10px;
    }
}

/* 手机端 */
@media(max-width:767px) {
    .ewb-foot-wrap {
        text-align: center;
    }

    .ewb-foot-website {
        display: inline-block;
        vertical-align: top;
    }

    .ewb-foot-font,
    .ewb-foot-font span,
    .ewb-foot-font .ewb-foot-identy {
        margin: 0;
    }

    .ewb-foot-website&gt;span {
        margin: 0 5px;
    }
}


/* 网站公共样式 */
.ewb-shadow {
    border: 1px solid #f7f7f7;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.ewb-sidebar {
    position: fixed;
    right: 50%;
    top: 70%;
    margin-right: -711px;
    margin-top: -311px;
    z-index: 999;
}

/* pad端样式 */
.s-screen {
    right: 0;
    margin-right: 0;
}

.ewb-sidebar li {
    margin-top: 9px;
}

.ewb-sidebar li:first-child {
    margin-top: 0;
}

.ewb-sidebar-link {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #333;
    line-height: 24px;
    padding-top: 44px;
    text-align: center;
    border: 1px solid #3096f6;
    background-position: center 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-sidebar-link:hover {
    color: #fff;
    background-color: #2f96f6;
}

.ewb-sidebar1 {
    background-image: url('../images/sidebar_icon1.png');
}

.ewb-sidebar2 {
    background-image: url('../images/sidebar_icon2.png');
}

.ewb-sidebar3 {
    background-image: url('../images/sidebar_icon3.png');
}

.ewb-sidebar4 {
    background-image: url('../images/sidebar_icon4.png');
}

.ewb-sidebar5 {
    background-image: url('../images/sidebar_icon5.png');
}

.ewb-sidebar6 {
    background-image: url('../images/sidebar_icon6.png');
}

.ewb-sidebar7 {
    background-image: url('../images/sidebar_icon7.png');
}

.ewb-sidebar1:hover {
    background-image: url('../images/sidebar_icon1h.png');
}

.ewb-sidebar2:hover {
    background-image: url('../images/sidebar_icon2h.png');
}

.ewb-sidebar3:hover {
    background-image: url('../images/sidebar_icon3h.png');
}

.ewb-sidebar4:hover {
    background-image: url('../images/sidebar_icon4h.png');
}

.ewb-sidebar5:hover {
    background-image: url('../images/sidebar_icon5h.png');
}

.ewb-sidebar6:hover {
    background-image: url('../images/sidebar_icon6h.png');
}

.ewb-sidebar7:hover {
    background-image: url('../images/sidebar_icon7h.png');
}

/* pad端 */
@media(max-width:979px) {
    .ewb-sidebar {
        position: static;
        padding: 25px 0;
        width: 760px;
        margin: 0 auto;
    }

    .ewb-sidebar ul {
        margin: 0 7px -12px 7px;
    }

    .ewb-sidebar li,
    .ewb-sidebar li:first-child {
        float: left;
        margin: 0 0 12px 0;
        width: 25%;

    }

    .ewb-sidebar-link {
        width: auto;
        margin: 0 5px;
        border-radius: 0;
    }
}


/* 手机端 */
@media(max-width:767px) {
    .ewb-sidebar {
        padding: 12px 0;
        width: auto;
    }
}

/* 公共列表 */
.ewb-notice-items&gt;li {
    position: relative;
    line-height: 32px;
}

.ewb-notice-items&gt;li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333;
}

.ewb-notice-items&gt;li&gt;a {
    display: block;
    text-indent: 13px;
    margin-right: 100px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-notice-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
}

.ewb-notice-items&gt;li:hover&gt;a {
    color: #135ece;
}


.ewb-notice-items&gt;li:hover&gt;.ewb-notice-time {
    color: #1b50a0;
}

/* 手机端更多样式 */
.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    border-radius: 2px;
    clear: both;
    margin-top: 5px;
}

/* 手机端 */
@media(max-width:767px) {

    /* 下拉框 */
    .sel,
    .phone-sel {
        position: relative;
        width: 100%;
        height: 36px;
        padding-right: 15px;
        border: 1px solid #c4c8cc;
        background-color: #fff;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .sel-tt {
        padding-left: 14px;
        height: 34px;
        line-height: 34px;
        color: #999;
        cursor: pointer;
        background: url("../images/sel_ico1.png") right center no-repeat;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .sel-tt.on {
        background-image: url('../images/sel_ico2.png');
    }

    .sel-bd {
        display: none;
        position: absolute;
        z-index: 900;
        top: 35px;
        right: -1px;
        left: -1px;
        max-height: 200px;
        border: 1px solid #c4c8cc;
        border-top: none;
        padding: 4px 15px;
        background: #fff;
        overflow-y: auto;
    }

    .sel-items&gt;li {
        padding: 5px 0;
        line-height: 20px;
        cursor: pointer;
    }
}




/*二维码交互*/

.linkhover .ewb-tooptips-content{
    /* position:relative; */
    padding: 11px 14px;
    margin-top: -20px;
    border: 0;
    top: 92px;
    width: auto;
    left: 50%;
    right: auto;
    background: transparent;
    transform: translateX(-50%);
}

.linkhover .ewb-tooptips-content&gt;a{
    display:block;
    color:#333;
    width: 75px;
    height: 75px;
    min-width: 75px;
    border-radius: 50%;
    margin: 0px 3px;
    color: #333;
    line-height: 24px;
    padding: 18px 5px 0;
    text-align: center;
    border: 1px solid #3096f6;
    /* overflow:hidden; */
    white-space:nowrap;
    background: #fff;
    /* text-overflow:ellipsis; */
}

.linkhover .ewb-tooptips-content&gt;a:hover {
    color: #fff;
    background-color: #2f96f6;
}

.linkhover .ewb-sidebar-link:hover{
     color:#333;
    background:#fff;
}


.fuchover {
    position: relative;
}

.fuchover:hover .ewb-tooptips-content {
    display: flex;
    /* white-space: nowrap; */
}

.ewb-tooptips-content {
    display: none;
    position: absolute;
    top: 50%;
    right: 88px;
    padding: 11px 14px 0;
    width: 160px;
    margin-top: -85px;
    border: 1px solid #e7e7e7;
    z-index: 9999;
    background: #fff;
}


.ewb-tooptips-content img {
    display: block;
    width: 127px;
    height: 127px;
}

.ewb-tooptips-content p {
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: center;
}

.spe-col {
    color: #333 !important;
    font-weight: bold;
}

.wb-spimg {
    height: 312px !important;
    width: 180px !important;
}

.wb-spwid {
    width: 210px;
}

/* 20200421 */
.linkbox {
    position: relative;
}

.ewb-foot-li {
    position: static;
}

.foot-link-pos {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 118px;
    padding: 5px 5px 25px 5px;
    z-index: 999;
    background-color: #d5dde5;
    overflow: auto;
}

.foot-link-div&gt;li {
    width: 20%;
    float: left;
}





/*修稿2020-09-15*/
.ewb-foot-link {
    background-color: #2f96f6;
}

.ewb-foot-li {
    position: relative;
}

.ewb-foot-li&gt;div {
    display: block;
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 23px;
    right: 23px;
}

.ewb-foot-sel-val&gt;a {
    height: 100%;
    color: #fff;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ewb-foot-sel-list {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.ewb-foot-sel-item {
    margin: 0 10px;
    border-bottom: 1px dashed #d0d0d0;
    height: 40px;
}

.ewb-foot-sel-list&gt;.ewb-foot-sel-item:last-child {
    border: none;
}

.ewb-foot-sel-list a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    display: block;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.ewb-foot-sel-list a:hover,
.ewb-foot-sel-list .active&gt;a {
    color: #2f96f6;
}

.ewb-foot-li&gt;div:hover .ewb-foot-sel-list {
    display: block;
}

.ewb-foot-li {
    border-color: #fff;
    width: 20%;
    text-align: center;
    padding: 0 23px;
}

.ewb-foot-info {
    background-color: #006dcc;
}

.ewb-foot-website&gt;span,
.ewb-foot-website&gt;a,
.ewb-foot-font a,
.ewb-foot-font span {
    color: #ffffff;

}


body {
    background: url("../images/img_bg.png") center top no-repeat;
}

body.long {
    overflow:
        auto;
    background:
        none;
}

body.long .container {
    width: 1200px;
}

body.long&gt;#container {
    min-width: 1200px;
    background: url(../../images/img_bg.png) center top no-repeat;
}


.operate-btm {
    position: absolute;
    height: 58px;
   margin-left: 27px;
    margin-top: 54px;
    background: #C40F0F;
    border: 3px solid rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    font-size: 26px;
    line-height: 52px;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}</pre></body></html>