<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";
}

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: #999;
}

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

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

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

.placeholder {
    color: #999;
}

/* 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;
}

.ewb-row {
    overflow: hidden;
}

/* 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);
}


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

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

    #header {
        min-height: 0;
    }
}


.ewb-header {
    min-height: 112px;
    background: url("../images/top_bg.jpg") center top no-repeat;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-header {
        min-height: 0;
        padding-bottom: 5px;
    }
}
.ewb-logo {
    padding-top: 20px;
}

.ewb-nav {
    min-height: 42px;
    background-color: #2590eb;
}

.ewb-nav-items&gt;li {
    float: left;
    width: 12.5%;
}

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

    .ewb-nav-items&gt;li {
        width: 25%;
    }
}


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

/* 手机端 */
@media (max-width:375px) {
    .ewb-nav-items&gt;li&gt;a {
        font-size: 15px;
    }
}

.ewb-nav-items&gt;li&gt;a.current,
.ewb-nav-items&gt;li&gt;a:hover {
    background-color: #167cd3;
}

/* banner */
.ewb-banner {
    height: 430px;
    overflow: hidden;
    background: url("../images/banner_img1.jpg") center no-repeat;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-banner {
        height: auto;
    }
}

.ewb-banner-img {
    display: none;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-banner-img {
        display: block;
    }
}

.ewb-notice-area {
    position: relative;
    min-height: 430px;
}

/* 手机端 */
@media (max-width:767px) {
    .ewb-notice-area {
        min-height: 0;
        padding: 0;
    }
}

.ewb-notice {
    position: absolute;
    height: 62px;
    bottom: 0;
    left: 47px;
    right: 39px;
    background: url("../images/notice_mid.png") repeat;
}

.ewb-notice-left {
    position: absolute;
    left: -92px;
    top: 0;
    display: block;
    width: 92px;
    height: 62px;
    background: url("../images/notice_left.png") center no-repeat;
}

.ewb-notice-right {
    position: absolute;
    right: -84px;
    top: 0;
    display: block;
    width: 84px;
    height: 62px;
    background: url("../images/notice_right.png") center no-repeat;
}



.ewb-notice-info {
    min-height: 62px;
    position: relative;
}

.ewb-notice-tt {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 62px;
    font-size: 16px;
    font-weight: bold;
    color: #fd7917;
    padding-left: 27px;
    background: url("../images/notice_ico.png") left center no-repeat;
}

.ewb-notice-bd {
    margin-left: 118px;
    position: relative;
    height: 62px;
    overflow: hidden;
}


.hd .next,
.hd .prev {
    display: block;
    width: 22px;
    height: 10px;
    cursor: pointer;
}

.hd .next {
    background: url("../images/notice_up_arr.png") left top no-repeat;
}

.hd .prev {
    margin-top: 7px;
    background: url("../images/notice_down_arr.png") left top no-repeat;
}

.hd {
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 999;
}


.ewb-notice-items&gt;li {
    float: left;
    width: 50%;
    position: relative;
    line-height: 62px;
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-notice-items&gt;li {
        width: 100%;
    }
}

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

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

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

    .ewb-notice-items&gt;li&gt;a {
        margin-right: 15px;
    }
}


.ewb-ndate {
    position: absolute;
    right: 34px;
    top: 0;
    color: #333;
}

.ewb-notice-items&gt;li:hover:before {
    background-color: #f46a3e;
}

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


/* 底部 */
.ewb-footer {
    color: #8b8b8b;
    background-color: #232426;
}

.ewb-footer-info {
    padding-top: 19px;
    position: relative;
    line-height: 30px;
    min-height: 129px;
}

.ewb-footer-info a {
    color: #8b8b8b;
}

.color1{
color:#f00606;
} 

.color2{
color:#3152e2;
} 

.color3{
color:#108f3a;
} 
/* 手机端 */
@media (max-width:979px)  {
    .ewb-footer-info&gt;p a {
        display: inline-block;
    }
 }


.ewb-gov-img {
    position: absolute;
    display: block;
}

/* pad端 */
 @media (max-width:979px)  {
    .ewb-gov-img {
        display: none;
    }
 }

.ewb-gov-img1 {
    top: 38px;
    right: 111px;
}

.ewb-gov-img2 {
    top: 41px;
    right: 0;
}

/* 侧边栏 */
.ewb-sidebar {
    position: fixed;
    top: 213px;
    right: 50%;
    margin-right: -660px;
    width: 80px;
    height: 215px;
    background-color: #188ae7;
    z-index: 999999;
}

/* 中等屏幕 */
@media(max-width:1280px) {
    .ewb-sidebar {
        display: none;
    }
}

.ewb-sidebar-items&gt;li {
    margin: 0 5px;
    height: 71px;
    border-top: 1px dashed #7fb2de;
}

.ewb-sidebar-items&gt;li:first-child {
    border-top: 0;
}

.ewb-sidebar-ico {
    position: relative;
    cursor: pointer;
    height: 71px;
    margin: 0 -5px;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.ewb-sidebar-ico&gt;span {
    display: block;
    padding-top: 38px;
}

.ewb-sidebar-ico1&gt;span {
    background: url("../images/sidebar_ico1.png") center 13px no-repeat;
}

.ewb-sidebar-ico2&gt;a {
    color: #fff;
    display: block;
    padding-top: 38px;
    background: url("../images/sidebar_ico2.png") center 12px no-repeat;
}

.ewb-sidebar-ico3&gt;span {
    background: url("../images/sidebar_ico3.png") center 13px no-repeat;
}

.ewb-wx-wrap {
    position: absolute;
    top: 0;
    right: 78px;
    padding-right: 12px;
    display: none;
}

.ewb-sidebar-ico1:hover .ewb-wx-wrap {
    display: block;
}

.ewb-wx-wrap:before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -7px;
    right: 5px;
    width: 7px;
    height: 14px;
    background: url("../images/right_arr_ico.png") center no-repeat;
}

.ewb-wx-box {
    width: 117px;
    height: 117px;
    background-color: #fff;
    overflow: hidden;
}

.ewb-wx-box&gt;img {
    margin-top: 9px;
}

.ewb-search-wrap {
    position: absolute;
    top: 0;
    right: 78px;
    padding-right: 2px;
    display: none;
}

.ewb-sidebar-ico3:hover .ewb-search-wrap {
    display: block;
}


.ewb-search-box {
    width: 280px;
    height: 71px;
    overflow: hidden;
    background-color: #fff;
}

.ewb-search {
    position: relative;
    z-index: 1;
    padding-left: 10px;
    width: 212px;
    height: 36px;

}

.ewb-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 36px;
    line-height: 37px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-search .input-box {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background: 0 0;
    color: #999;
}

.ewb-search-line {
    margin-left: 17px;
    margin-top: 17px;
    border: 1px solid #cacaca;
    width: 246px;
}

.ewb-search-btn {
    display: block;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    background: url("../images/search_ico.png") center no-repeat;
    border: 0;
}</pre></body></html>