<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Created by LR on 2017/08/31
 */

/* reset css */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
    margin: 0;
    padding: 0;
    color: #333;
    font: 16px/24px "å¾®è½¯é›…é»‘";
}
html {
    display: inline-block;
    width: 100%;
}
img {
    border: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    border: 0;
}
strong {
    font-weight: bold;
}
ul,
ol,
li,
dt,
dd {
    list-style: none;
}
em,
i {
    font-style: normal;
}
/* base css */
.block {
    display: block;
}
.show {
    display: inherit;
}
.hide {
    display: none;
}
.dis-in-b {
    display: inline-block;
}
.img-auto {
    display: block;
    width: 100%;
    height: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.fixed {
    position: fixed;
}
.not-index-wrap {
    width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #fff;
}
.line {
    border-bottom: 1px #d1d1d1 solid;
}
.dotted {
    border-bottom: 1px #a5a5a5 dotted;
}
.space {
    margin-top: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-10 {
    margin-left: 10px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.ml-40 {
    margin-left: 40px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.overflow {
    overflow: hidden;
}
/* header start */
.iphone-header {
    display: none;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
}
.header-bg {
    width: 100%;
    min-width: 1200px;
    position: absolute;
    z-index: 99;
    top: 50px;
    height: 76px;
    padding-top: 20px;
    background: url('top-blank-line.png') center top no-repeat;
}
.index-bg {
    background:url('.banner.png') no-repeat center 0 white;
}
.header {
    margin-top: 63px;
}
.header-bg-left {
    width: 260px;
    float: left;
    padding-right: 60px;
}
.header-weather ,
.header-weather a {
    font: 14px/35px "å¾®è½¯é›…é»‘";
    height: 35px;
    color: #fff;
}
.header-logo {
    width: 560px;
    text-align: center;
}
.header-logo &gt; img {
    margin-top: -15px;
}
.header-icon {
    margin-top: -2px;
    padding-left: 60px;
}
.header-icon &gt; li {
    float: left;
    position: relative;
    margin: 0 3px;
}
.header-icon &gt; li &gt; a {
    display: inline-block;
    width: 30px;
    height: 37px;
}
.header-icon &gt; li &gt; div {
    top: 38px;
    left: -83px;
    width: 200px;
    padding-top: 11px;
    text-align: center;
    background: url('.header-sjx.png') top center no-repeat;
}
.header-icon &gt; li &gt; div .header-input{
    border: none;
    background-color: #fff;
    color: #999;
    font: 14px/30px "å¾®è½¯é›…é»‘";
    width: 136px;
    padding: 6px 0 6px 21px;
    height: 30px;
}
.header-icon &gt; li &gt; div .header-sub{
    border:none;
    width: 42px;
    height: 42px;
    background: #fff url('.header-sub.png') center no-repeat;
}
.wilte-wrap {
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
}
.icon-search {
    background: url('.header-icon-search.png') center no-repeat;
}
.icon-phone {
    background: url('.header-icon-phone.png') center no-repeat;
}
.icon-people {
    background: url('.header-icon-people.png') center no-repeat;
}
.icon-robot {
    background: url('.header-icon-robot.png') center no-repeat;
}
.icon-weibo {
    background: url('.header-icon-weibo.png') center no-repeat;
}
.icon-wechat {
    background: url('.header-icon-wechat.png') center no-repeat;
}
.icon-gz {
    background: url('.header-icon-gz.png') center no-repeat;
}
/* contrainer start */


/*å¸ƒå±€start*/
.adaptive-nav &gt; li &gt; a img {
    width: 26px;
    height: 26px;
    top: 12px;
    right: 26px;
}
.adaptive-nav &gt; li &gt; a p {
    top:-20px;
    left: 42px;
    width: 100px;
}
.contrainer &gt; div {
    width: 1160px;
    padding: 20px;
}
.images-wrap {
    width: 560px;
    height: 337px;
    overflow: hidden;
    position: relative;
}
.images-wrap  img {
    width: 560px;
    height: 337px;
    display: block;
}
.news {
    width: 580px;
    margin-left: 20px;
}
.zt-list {
    height: 100px;
    width: 100%;
    overflow: hidden;
}
.zt-list li {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    margin-right: 22px;
}
.zt-list li img {
    width: 275px;
    height: 100px;
    display: block;
}
.tzzx-wrap {
    width: 860px;
}
.tzzx-wrap .tab-list a {
    width:100%
}
.tzzx-wrap .tab-list-title:hover {
    color:#ee7b00
}
.bsdt-left {
    width: 280px;
    margin-left: 20px;
}
.gl-column {
    width: 530px;
    margin-left: 20px;
}
.hide-pd {
    padding: 20px;
}
.zc-gk {
    margin-left: 20px;
    width: 310px;
}
.zc-gk-wrap {
    width: 610px;
}
.zcmp {
    width: 650px;
}
.zcmp-img-list li {
    width: 205px;
    height: 125px;
}
.zcmp-img-list li  a {
    line-height: 125px;
    margin-left: 25px;
    padding-left: 90px;
}
.xxcz {
    margin-left: 20px;
    width: 490px;
}
.xxcz img {
    width: 100%;
    height: 256px;
    display: block;
}
.zx-images-wrap {
    width: 40%;
    height: 274px;
}
.zx-images {
    width: 100%;
    height: 274px;
}
.bs-left {
    width: 790px;
}
.bs-grfw li {
    width: 175px;
    margin-right: 20px;
    margin-top: 20px;
}
.bs-grfw li a {
    margin-left: 30px;
}
.bs-right {
    width: 350px;
    margin-left: 20px;
}
.bs-xxgk-img {
    width: 350px;
    display: block;
}
.gk-left {
    width: 300px;
}
.gk-center  {
    width: 840px;
    margin-left: 20px;
}
.zcjd-wrap a {
    width: 260px;
}
.zdxm-wrap {
    width: 280px;
    margin-left: 20px;
}
.zdxm-wrap .tab-list-title {
    width:100%;
}
.zdlyxxgk-colunm {
    width: 100%;
}
.zdlyxxgk-colunm-list li {
    width: 31.4%;
}
.gk-center-colunm a {
    padding-left: 64px;
    height: 78px;
    font: 16px/78px "å¾®è½¯é›…é»‘";
    display: inline-block;
    margin: 0 48px;
}
.jcxxgk {
    margin-left: 20px;
    margin-top: 20px;
    width: 260px;
}
.jcxxgk-list {
    margin-top: 20px;
}
.jcxxgk-list li {
    width: 80px;
}
.tzzn-list {
    margin-left: 20px;
}
.qzxx-wrap td,.qzxx-wrap a {
    font: 16px "å¾®è½¯é›…é»‘";
}
/* å¸ƒå±€end*/

.contrainer {
    height: 792px;
    background-color: #fff;
    overflow: hidden;
}
.contrainer &gt; div {
    position: absolute;
    left: -100%;
}
.index-nav-ml {
    margin-top: 350px;
}
.nav &gt; li {
    width: 12.5%;
    height: 110px;
    text-align: center;
    display: inline-block;
    float: left;
    background-color: #0070e4;
    cursor: pointer;
}
.nav &gt; li.cur, .nav &gt; li:hover {
    background-color: #ee7b00;
}
.nav &gt; li.cur &gt; a img, .nav &gt; li:hover &gt; a img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav-padding &gt; li &gt; a {
    margin-top: 27px;
    display: inline-block;
}
.nav &gt; li &gt; a img {
    position: relative;
    opacity: .5;
    filter: alpha(opacity=50);
}
.nav &gt; li &gt; a &gt; p {
    position: relative;
    color: #fff;
    font: 20px "å¾®è½¯é›…é»‘";
}
.nav-position {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    height: 110px;
}
.not-index-nav {
    margin-top: 180px;
}
.not-index-nav &gt; li {
    height: 55px;
}
.not-index-nav li &gt; a img {
    width: 26px;
    height: 26px;
    top: 12px;
    right: 26px;
}
.not-index-nav &gt; li &gt; a &gt; p {
    top:-20px;
    left: 15px;
}
.notice {
    background-color: #f2f2f2;
    height: 50px;
}
.notice-red {
    background: url('.notice-red.png') no-repeat;
    height: 50px;
    width: 30px;
}
.notice-text {
    background: url('.votice-inco.png') left no-repeat;
    padding-left: 30px;
    font: bold 16px/50px "å¾®è½¯é›…é»‘";
}
.notice .tag {
    width: 13%;
}
.notice-wrap {
    display: inline-block;
    width: 87%;
}
.notice-scroll-wrap {
    width: 90%;
    height: 50px;
    overflow: hidden;
    position: relative;
}
.notice-scroll {
    width: 100%;
    position: relative;
}
.notice-scroll &gt; li {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    background: url('.arrow-right.png') left no-repeat;
}
.notice-scroll &gt; li  &gt; span,
.notice-scroll &gt; li  &gt; a {
    font: 16px/50px "å¾®è½¯é›…é»‘";
    display: inline-block;
}
.notice-scroll &gt; li  &gt; a {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice-scroll &gt; li  &gt; span {
    width: 20%;
}
.notice-time {
    color: #a5a5a5;
    width: 13%;
}
.notice-scroll-btn {
    width: 10px;
    margin-right: 10px;
}
.notice-scroll-btn &gt; span {
    width: 10px;
    height: 10px;
    cursor: pointer;
}
.arrow-top {
    background: url('.arrow-top.png') center center no-repeat;
}
.arrow-top:hover {
    background: url('.arrow-top-cur.png') center center no-repeat;
}
.arrow-bottom {
    background: url('.arrow-bottom.png') center center no-repeat;
}
.arrow-bottom:hover {
    background: url('.arrow-bottom-cur.png') center center no-repeat;
}
.row {
    margin-top: 20px;
}
.images-wrap {
    width: 560px;
    height: 337px;
    overflow: hidden;
    position: relative;
}
.images-wrap  img {
    width: 560px;
    height: 337px;
    display: block;
}
.images-wrap .images-list,
.zx-images-wrap .zx-images-list {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slide-img-title {
    width: 100%;
    background-color: #f2f2f2;
    height: 28px;
    font: 16px/28px "å¾®è½¯é›…é»‘";
}
.slide-img-btn {
    bottom: 21px;
    right: 12px;
}
.slide-img-btn &gt; ul &gt; li,
.zx-slide-img-btn &gt; ul &gt; li {
    float: left;
    margin-right: 11px;
    width: 11px;
    height: 11px;
    background: #fff;
    cursor: pointer;
}
.slide-img-btn &gt; ul &gt; li.on,
.zx-slide-img-btn &gt; ul &gt; li.on  {
    background: #0070e4;
}
.tab-hd {

}
.bsdt-left p a {
    display: inline-block;
    color: #333333;
    width: 139px;
    float: left;
    text-align: center;
    font: 15px/30px "å¾®è½¯é›…é»‘";
    margin-left: 1px;
    background-color: #f2f2f2;
}
.bsdt-left-zwgk {
    width: 100%;
    display: inline-block;
    padding-top: 47px;
    margin-top: 10px;
    background: url(.bsdt-left-zwgk.png) center 1px no-repeat;
}
.bsdt-left-sgs {
    width: 100%;
    display: inline-block;
    padding-top: 47px;
    margin-top: 10px;
    background: url('.bsdt-left-sgs.png') center 5px no-repeat;
}
.zwyw {
    position: relative;
    overflow: hidden;
    width: 580px;
    height: 300px;
}
.zwyw .hd {
    position: absolute;
    width: 580px;
    height: 300px;
    left: 0
}
.zwyw .hd &gt; div {
    float: left;
    width: 580px;
    height: 300px;
}
.zwyw ol {
    border-left: 1px #d1d1d1 solid;
    margin-left: 10px;
}
.tab-hd &gt; a {
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    font: 18px/40px "å¾®è½¯é›…é»‘";
    color: #666666;
    position: relative;
    top: 1px;
}
.tab-hd &gt; a.cur {
    font-weight: bold;
    color: #0070e4;
    border-bottom: 1px #0070e4 solid;
}
.tab-list-bold-title {
    color: #aa4000;
    padding: 0 9px;
    display: inline-block;
    font: bold 19px/40px "å¾®è½¯é›…é»‘";
    height: 40px;
    margin-top: 3px;
}
.zwyw-bt {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.zwyw li {
    padding-left: 21px;
    background: url('.zwyw-img.png') left center no-repeat;
    position: relative;
    z-index: 1;
    right: 8px;
    margin-top: 6px;
    cursor: pointer;
}
.zwyw li:hover {
    background: url('.zwyw-img-cur.png') left 11px no-repeat;
}
.zwyw li:hover .tab-list-title, .zwyw li:hover .tab-list-time{
    color: #ee7b00;

}
.zwyw p.zwyw-bt {
    height: 35px;
}
.zwyw li.cur  p.zwyw-zw {
    display: block;
}
.zwyw p.zwyw-zw {
    display: none;
    color: #666;
}
.tab-list {
    padding-left: 10px;
}
.tab-list li {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    background: url('.list-piont.png') left center no-repeat;
}
.tab-list-title {
    color: #4e4e4e;
    font: 16px/35px "å¾®è½¯é›…é»‘";
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tab-list-time {
    color: #b4b4b4;
    width: 17%;
    font: 16px/35px "å¾®è½¯é›…é»‘";
}
.gray-bg {
    background-color: #f2f2f2;
    width: 100%;
}
.gray-bg &gt; a.cur {
    color: #fff;
    background-color: #0070e4;
}
.gray-bg &gt; a {
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    font: 18px/40px "å¾®è½¯é›…é»‘";
    color: #333;
}
.gray-bg &gt; a.right {

    font: 16px/40px "å¾®è½¯é›…é»‘";

}
.xxgk {
    margin-left: 20px;
    width: 265px;
}
.zdlyxxgk {
    width: 125px;
    height: 109px;
    background-color: #f2a64f;
    display: inline-block;
}
.zdlyxxgk &gt; span{
    background: url(.zdlyxxgk-bg.png) center 14px no-repeat;
    padding-top: 75px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.xyxxsgs {
    width: 125px;
    height: 109px;
    background-color: #8bd646;
    margin-left: 10px;
    display: inline-block;
}
.xyxxsgs &gt; span {
    background: url(.xyxxsgs-bg.png) center 14px no-repeat;
    padding-top: 75px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
}
.tzzx-wrap .tab-list li:first-child,
.five-gk  .tab-list li:first-child {
    margin-top: 5px;
}
.five-gk-bg {
    background-color: #f2f2f2;
}
.tab-fiveGk-hd &gt; a {
    padding: 0 15px;
    height: 40px;
    display: inline-block;
    font: 16px/40px "å¾®è½¯é›…é»‘";
    color: #666666;
}
.tab-fiveGk-hd &gt; a.cur {
    color: #aa4000;
}
.hot-line {
    margin-left: 20px;
    width: 265px;
}
.hot-line-hd  {
    background-color: #f2f2f2;
}
.hot-line-hd span {
    height: 40px;
    color: #fff;
    background-color: #00b2bb;
    font: 18px/40px "å¾®è½¯é›…é»‘";
    width: 126px;
    text-align: center;
}
.hot-line li:first-child {
    margin-top: 5px;
}
.hot-line li {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    background: url(.arrow-list-inco.png) left center no-repeat;
}
.hot-line a {

}
.zt-wrap {
    overflow: hidden;
    position: relative;
}

.zt-btn {

}
.zt-btn &gt; a.next {
    background: url('.zt-arrow-bg-left.png') no-repeat;
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 52px;
    top: 26px;
}
.zt-btn &gt; a.prev {
    background: url('.zt-arrow-bg-right.png') no-repeat;
    position: absolute;
    right: 0;
    display: inline-block;
    width: 20px;
    height: 52px;
    top: 26px;
}
/* contrainer end */
/* zx start */
.zx-images-wrap {
    overflow: hidden;
    position: relative;
}
.zx-images {
    display: block;
}
.zx-images-bg {
    position: absolute;
    bottom: -2px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 60px;
}
.zx-slide-img-type {
    display: inline-block;
    text-align: center;
    background-color: #4eccdc;
    padding-top: 6px;
    width: 60px;
    height: 54px;
    float: left;
    bottom: -2px;
    color: #fff;
}
.zx-slide-img-title {
    font: bold 16px/60px "å¾®è½¯é›…é»‘";
    color: #fff;
    margin-left: 20px;
}
.zx-slide-img-btn {
    bottom: 16px;
    right: 9px;
}
.zx-news {
    width: 57%;
    margin-left: 20px;
}
.zx-zt-title {
    color: #0070e4;
    font: bold 18px/40px "å¾®è½¯é›…é»‘";
    height: 40px;
    display: inline-block;
    border-bottom: 1px #0070e4 solid;
    padding: 0 20px;
    position: relative;
    top: 1px;
}
.zt-wrap {width: 100%;display: inline-block;}
.zt-wrap-list {
    width: 23.7%;
    float: left;
}
.zt-wrap-list &gt; a {
    width: 100%;
    display: inline-block;
}
.zt-wrap-list.list-mr {
    margin-right: 20px;
}
.zt-wrap-list &gt; p {
    padding: 10px 15px;
    background-color: #f3f3f3;
    font: 14px/28px "å¾®è½¯é›…é»‘"
}
.zt-wrap-list li {
    height: 32px;
    padding-left: 10px;
    background: url(.zx-zt-arrow.png) left center no-repeat;
    margin: 4px 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zt-wrap-list li a {
    font: 16px/32px "å¾®è½¯é›…é»‘";
}
.zx-slide-img-title-2 {
    font: 14px/60px "å¾®è½¯é›…é»‘";
    margin-left: 20px;
}
/* zx end */
/* gl start */

.gl-column img {
    display: block;
}
.img-font {
    position: absolute;
    width: 100%;
    text-align: center;
    font: 16px/ 40px "å¾®è½¯é›…é»‘";
    height: 40px;
    bottom: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}
.img-font:hover {
    color: #0070e4;
}
.zc-gk-text {
    font: 16px/32px "å¾®è½¯é›…é»‘";
    display: inline-block;
    width: 590px;
}
.gl-column-type {
    font: bold 18px/40px "å¾®è½¯é›…é»‘";
    color: #0070e4;
}
.xxcz-column a {
    font: 16px/40px "å¾®è½¯é›…é»‘";
}
.xxcz-vr {
    padding-left: 30px;
    height: 40px;
    display: inline-block;
    font: 13px/42px "å¾®è½¯é›…é»‘";
    background: url('yxzc-vr-inco.png') left no-repeat;
}
.zcmp-img-list li:hover {
    background-color: #e1edf6;
}
.zcmp-img-list li:hover a.jrzc-zcgl {
    background: url('.jrzc-zcgl-cur.png') left center no-repeat;
}
.zcmp-img-list li:hover a.jrzc-jcss {
    background: url('.jrzc-jcss-cur.png') left center no-repeat;
}
.zcmp-img-list li:hover a.jrzc-jtsb {
    background: url('.jrzc-jtss-cur.png') left center no-repeat;
}
.zcmp-img-list li:hover a.jrzc-cxjs {
    background: url('.jrzc-cxjs-cur.png') left center no-repeat;
}
.zcmp-img-list li:hover a.jrzc-stly {
    background: url('.jrzc-stly-cur.png') left center no-repeat;
}
.zcmp-img-list li:hover a.jrzc-kjww {
    background: url('.jrzc-kjww-cur.png') left center no-repeat;
}
.zcmp-img-list li {
    border: 1px solid #e1edf6;
    float: left;
}
.zcmp-img-list li  a {
    height: 100%;
    display: inline-block;
}
.zcmp-img-list li:hover  a {
    color:#0070e4;
}
.jrzc-zcgl {
    background: url('.jrzc-zcgk.png') left center no-repeat;
}
.jrzc-jcss {
    background: url('.jrzc-jcss.png') left center no-repeat;
}
.jrzc-jtsb {
    background: url('.jrzc-jtsb.png') left center no-repeat;
}
.jrzc-cxjs {
    background: url('.jrzc-cxjs.png') left center no-repeat;
}
.jrzc-stly {
    background: url('.jrzc-stly.png') left center no-repeat;
}
.jrzc-kjww {
    background: url('.jrzc-kjww.png') left center no-repeat;
}
.zcmp-img-list li.y-right {
    margin-right: 9px;
    margin-bottom: 10px;
}
.zcmp-img-list li img {
    width: 234px;
    height: 124px;
}
.zcmp-img-list li.cur .zcmp-bg {
    display: block;
}
.zcmp-bg {
    display: none;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}
.zcmp-text {
    position: absolute;
    color: #fff;
    top: 48px;
    width: 100%;
    text-align: center;
    font: 14px "å¾®è½¯é›…é»‘";
}
/* gl end */

/* tz start */
.tz-left {
    width: 72%;
}
.tz-slide-img-wrap {
    width: 100%;
    margin-top: 10px;
}
.tz-images-wrap {
    width: 48%;
    height: 245px;
    overflow: hidden;
    position: relative;
}
.tz-images-wrap img {
    width: 100%;
    height: 210px;
    display: block;
}
.tz-images-wrap .tz-slide-img-title {
    width: 100%;
    height: 28px;
    margin-top: 4px;
    font: 14px/28px "å¾®è½¯é›…é»‘";
    background-color: #fff;
}
.tz-slide-img-wrap .tab-list {
    margin-left: 20px;
    width: 47%;
}
.tz-slide-img-wrap .tab-list-title {
    width: 100%;
}
.tz-slide-bg {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 0;
    right: 0;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
}
.tz-slide-img-btn {
    bottom: 43px;
    right: 9px;
    z-index: 2;
}
.tz-slide-img-btn  li {
    float: left;
    margin-right: 11px;
    width: 11px;
    height: 11px;
    background: #fff;
    cursor: pointer;
}
.tz-slide-img-btn  li.on {
    background: #0070e4;
}
.tz-zdxm {
    width: 25%;
    margin-left: 20px;
}
.tz-banner {
    width: 100%;
}
.tzzn {
    width: 49%;
}
.tzzn-title {
    position: absolute;
    font: 22px "å¾®è½¯é›…é»‘";
    top: 31px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
}
.tzzn-list {
    padding-top: 18px;
    width: 47%;
}
.tzzc {
    margin-left: 20px;
    width: 48%;
}
.tzzn-list .tab-list-title {
    width: 100%;
}
/* tz end */

/* bs start */
.bs-left li {

}
.bs-logo {
    margin-bottom: 70px;
}
.bs-grfw li {
    border: 1px solid #d6d6d6;
    float: left;
}
.bs-grfw li:hover {
    background-color: #0070e4;
}
.bs-grfw li a {
    display: inline-block;
    height: 64px;
    padding-top: 20px;
    padding-left: 72px;
    font: 16px "å¾®è½¯é›…é»‘";
}
.bs-grfw li:hover a {
    color: #fff;
}
.bs-jyfww {
    background: url('.bs-jyfww-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-jyfww {
    background: url('.bs-jyfww-icon-cur.png') left center no-repeat;
}
.bs-sbfw {
    background: url('.bs-sbfw-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-sbfw {
    background: url('.bs-sbfw-icon-cur.png') left center no-repeat;
}
.bs-shfl {
    background: url('.bs-shfl-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-shfl {
    background: url('.bs-shfl-icon-cur.png') left center no-repeat;
}
.bs-shjz {
    background: url('.bs-shjz-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-shjz {
    background: url('.bs-shjz-icon-cur.png') left center no-repeat;
}
.bs-jyfw {
    background: url('.bs-jyfw-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-jyfw {
    background: url('.bs-jyfw-icon-cur.png') left center no-repeat;
}
.bs-ndqy {
    background: url('.bs-ndqx-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-ndqy {
    background: url('.bs-ndqy-icon-cur.png') left center no-repeat;
}
.bs-ylfw {
    background: url('.bs-ylfw-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-ylfw {
    background: url('.bs-ylfw-icon-cur.png') left center no-repeat;
}
.bs-zffw {
    background: url('.bs-zffw-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-zffw {
    background: url('.bs-zffw-icon-cur.png') left center no-repeat;
}
.bs-jtfw {
    background: url('.bs-jtfw-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-jtfw {
    background: url('.bs-jtfw-icon-cur.png') left center no-repeat;
}
.bs-hysy {
    background: url('.bs-hysy-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-hysy {
    background: url('.bs-hysy-icon-cur.png') left center no-repeat;
}
.bs-gysy {
    background: url('.bs-gysy-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-gysy {
    background: url('.bs-gysy-icon-cur.png') left center no-repeat;
}
.bs-zjbl {
    background: url('.bs-zjbl-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-zjbl {
    background: url('.bs-zjbl-icon-cur.png') left center no-repeat;
}
.bs-qykb {
    background: url('.bs-qykb-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-qykb {
    background: url('.bs-qykb-icon-cur.png') left center no-repeat;
}
.bs-jyns {
    background: url('.bs-jyns-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-jyns {
    background: url('.bs-jyns-icon-cur.png') left center no-repeat;
}
.bs-zzrd {
    background: url('.bs-zzrd-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-zzrd {
    background: url('.bs-zzrd-icon-cur.png') left center no-repeat;
}
.bs-kjcx {
    background: url('.bs-jkcy-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-kjcx {
    background: url('.bs-kjcy-icon-cur.png') left center no-repeat;
}
.bs-zsyz {
    background: url('.bs-zsyz-icon.png') left center no-repeat;
}
.bs-grfw li:hover a.bs-zsyz {
    background: url('.bs-zsyz-icon-cur.png') left center no-repeat;
}
.bs-logo &gt; img{
    top: -5px;
    right: 40%;
}
.bscx-form {

}
.bscx-form &gt; div {
    margin-top: 20px;
}
.bscx-form label {
    width: 100px;
    float: left;
    margin-top: 5px;
    text-align: center;
}
.bscx-form input[name="sqlsh"] {
    display: block;
    width: 216px;
    height: 34px;
    padding: 0 13px;
    font: 14px/34px "å¾®è½¯é›…é»‘";
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f2f2f2;
    float: left;
}
.fw-search-btn {
    padding-left: 85px;
}
span.fw-btn-icon {
    background: url('.fw-btn-icon.png') center center no-repeat;
    width: 20px;
    height: 20px;
    left: 109px;
    top: 15px;
}
.bscx-form input[name="search-btn"] {
    display: inline-block;
    color: #fff;
    padding: 15px 0;
    font: 14px/2px "å¾®è½¯é›…é»‘";
    background-color: #ee7b00;
    border: 0;
    width: 150px;
    border-radius: 5px;
    text-align: center;
}
.lstd {
    margin-top: 10px;
}
.lstd li {
    border: 1px solid #d6d6d6;
    height: 50px;
    float: left;
    width: 30%;
    text-align: center;
    margin-top: 14px;
}
.lstd li.lstd-right {
    margin-right: 14px;
}
.lstd li:hover {
    background-color: #0070e4;
}
.lstd li:hover a {
    color: #fff;
}
.lstd li a {
    font: 16px/50px "å¾®è½¯é›…é»‘";
    color: #333;
}
/* bs end */

/* gk start */

.qz-wrap {
    width: 180px;
    margin-top: 10px;
    padding-left: 20px;
}
.qz-wrap a {
    color: #257dc4;
    font: 23px "å¾®è½¯é›…é»‘";
}
.qz-wrap span {
    color: #666666;
    margin-left: 20px;
    font: 16px "å¾®è½¯é›…é»‘";
}
.qz-wrap p {
    width: 145px;
    color: #666666;
    font: 14px/26px "å¾®è½¯é›…é»‘";
    margin-top: 10px;
}
.cwfqz {
    width: 100%;
}
.fqz {
    width: 100%;
    margin-top: 10px;
}
.cwfqz span ,
.fqz span {
    color: #000;
    font: bold 16px "å¾®è½¯é›…é»‘";
}
.cwfqz div, .fqz div {
    width: 180px;
    margin-left: 10px;
}
.cwfqz a, .fqz a {
    font: 16px "å¾®è½¯é›…é»‘";
    display: inline-block;
    width: 70px;
    color: #666666;
}
.gk-sjkf-top-icon {
    background: url('.gk-sjkf-top-icon.png') center 14px no-repeat;
    width: 135px;
    height: 30px;
    display: inline-block;
    padding-top: 45px;
    text-align: center;
    border: 1px solid #d1d1d1;
}
.gk-ztb-top-icon {
    background: url('.gk-ztb-top-icon.png') center 14px no-repeat;
    width: 135px;
    height: 30px;
    display: inline-block;
    padding-top: 45px;
    text-align: center;
    border: 1px solid #d1d1d1;
}
.ld-colunm  {
    padding: 9px 0;
    background-color: #e4ecf5;
    text-align: center;
    font: 16px "å¾®è½¯é›…é»‘";
    display: inline-block;
    width: 100%;
}
.zfxxgk-wrap {

}
.zfxxgk-title {
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
}
.zfxxgk-title a {
    font: bold 16px/40px "å¾®è½¯é›…é»‘";
    padding: 0 20px;
    background-color: #0070e4;
    color: #fff;
    display: inline-block;
}
.zfxxgk-list li {
    height: 40px;
    padding-left: 30px;
    border: 1px #bdbdbd solid;
}
.zfxxgk-list li:hover {
    background-color: #0070e4;
}
.zfxxgk-list li:hover a {
    color: #fff;
    background: url('.zfxxgk-list-icon-cur.png') left center no-repeat;
}
.zfxxgk-list li.list-bb {
    border-bottom: 0
}
.zfxxgk-list a {
    font: 16px/40px "å¾®è½¯é›…é»‘";
    padding-left: 50px;
    color: #000;
    background: url('.zfxxgk-list-icon.png') left center no-repeat;
}
.zcjd-wrap {

}

.zcjd-wrap p {
    background-color: #e4ecf5;
    font: 16px/26px "å¾®è½¯é›…é»‘";
    padding: 10px;
}
.zcjd-wrap img {
    width: 100%;
    display: block;
}
.gk-center-colunm {
    border-top: 1px #e4ecf5 solid;
    border-bottom: 1px #e4ecf5 solid;
    width: 100%;
}
.gk-center-colunm li {
    float: left;
    height: 78px;
}
.gk-center-colunm li:hover {
    background-color: #0070e4;
}
.gk-center-colunm li:hover .sjgk-icon {
    color: #fff;
    background: url('.sjgk-icon-cur.png') left center no-repeat;
}
.gk-center-colunm li:hover .qzqd-icon  {
    color: #fff;
    background: url('.qzqd-icon-cur.png') left center no-repeat;
}
.gk-center-colunm li:hover .xyxxsgs-icon {
    color: #fff;
    background: url('.xyxxsgs-icon-cur.png') left center no-repeat;
}
.gk-center-colunm li:hover .zwgk-icon {
    color: #fff;
    background: url('.zwgk-icon-cur.png') left center no-repeat;
}
.gk-center-colunm li.x-line {
    border-left: 1px dashed  #d1d1d1;
}

.sjgk-icon {
    background: url('.sjgk-icon.png') left center no-repeat;
}
.qzqd-icon {
    background: url('.qzqd-icon.png') left center no-repeat;
}
.xyxxsgs-icon {
    background: url('.xyxxsgs-icon.png') left center no-repeat;
}
.zwgk-icon {
    background: url('.zwgk-icon.png') left center no-repeat;
}

.zdlyxxgk-colunm-list {
    padding-top: 10px;
    padding-left: 40px;
}
.zdlyxxgk-colunm-list li {
    float: left;
    background: url('.arrow-right.png') left center no-repeat;
    text-align: left;
    padding-left: 17px;
    height: 25px;
    margin-top: 8px;
}
.zdlyxxgk-colunm-list li a {
    font: 16px/25px  "å¾®è½¯é›…é»‘";
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jcxxgk-list li {
    border: 1px solid #d6d6d6;
    height: 35px;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.jcxxgk-list li.lstd-right {
    margin-right: 6px;
}
.jcxxgk-list li a {
    font: 16px/35px "å¾®è½¯é›…é»‘";
    color: #333;
}
.jcxxgk-list li:hover {
    background-color: #0070e4;
}
.jcxxgk-list li:hover a{
    color: #fff;
}
/* gk end */

/* sj start */
.sj-top {

}
.czsj {
    width: 590px;
}
.czsj img {
    width: 300px;
    height: 200px;
    display: block;
}
.czsj p {
    width: 250px;
    padding: 0 20px;
    font: 16px/28px "å¾®è½¯é›…é»‘";
}
.czsj i {
    color: #257dc4;
}
.sj-botton img {
    width: 590px;
    display: block;
}
/* sj end */

/* hd start */
.index-hot-line {
    width: 100%;
}
.index-hot-line li {
    float: left;
    width: 16.66%;
    height: 229px;
}
.index-hot-line li a {
    width: 100%;
    height: 130px;
    display: inline-block;
}
.index-hot-line li a span {
    width: 100%;
    height: 100px;
    padding-top: 30px;
    font: 16px/130px "å¾®è½¯é›…é»‘";
    text-align: center;
    display: inline-block;
}
.index-hot-line li.blue a {
    background-color: #b2defa;
}
.index-hot-line li.blue p {
    background-color: #b2ebfa;
}
.index-hot-line li.green a {
    background-color: #c5effc;
}
.index-hot-line li.green p {
    background-color: #d9f5fd;
}
.index-hot-line li p {
    color: #666;
    font: 14px "å¾®è½¯é›…é»‘";
    height: 70px;
    padding: 15px 10px;
}
.index-hot-line-fw-icon {
    background: url('.index-hot-line-fw-icon.png') center 26px no-repeat;
}
.index-hot-line-zx-icon {
    background: url('.index-hot-line-zx-icon.png') center 26px no-repeat;
}
.index-hot-line-ts-icon {
    background: url('.index-hot-line-ts-icon.png') center 26px no-repeat;
}
.index-hot-line-qz-icon {
    background: url('.index-hot-line-qz-icon.png') center 26px no-repeat;
}
.index-hot-line-jb-icon {
    background: url('.index-hot-line-jb-icon.png') center 26px no-repeat;
}
.index-hot-line-jy-icon {
    background: url('.index-hot-line-jy-icon.png') center 26px no-repeat;
}
.zxft {
    padding-top: 10px;
}
.zxft-icon {
    margin-top: 10px;
}
.zxft-icon span {
    position: absolute;
    left:0;
    right:0;
    height:0;
    overflow:hidden;
}
.zxft-icon a {
    float: left;
    position: relative;
    text-align: center;
    width: 33.1%;
    height: 128px;
}
.zxft-icon a img {
    width: 70%;
}
.zxft  h2 a {
    color: #0070e4;
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
.zxft p {
    color: #666;
    font: 14px/30px "å¾®è½¯é›…é»‘";
}
.zxft p strong {
    color: #333;
}
.hd-left {
    width: 68%;
}
.column-title {
    color: #01838a;
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    font: bold 18px/40px "å¾®è½¯é›…é»‘";
}
.wyxx {
    background: url('.hd-wyxx.png') left center no-repeat;
    padding-left: 20px;
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
.qzxx-wrap {
    width: 100%;
    margin-top: 10px;
}
.qzxx-hd {
    background-color: #ccf0f1;
}
.qzxx-wrap td.t-l {
    text-align: left;
}
.qzxx-wrap td {
    text-align: center;
}
.qzxx-wrap tr {
    height: 48px;
}
.qzxx-zt-color {
    color: #257dc4
}
.tr-bg {
    background-color: #fafafa;
}
.hd-right {
    width: 30%;
}
.yjzj-wrap {
    padding: 10px;
    width: 328px;
}
.yjzj-wrap .tab-list-title {
    width: 100%;
}
.zt-zqhd-list a,  .zt-zqhd-list i {
    font: 16px/35px "å¾®è½¯é›…é»‘";
}
.yjzj-wrap i.zj-ing {
    color: #5fa0d4;
}
.yjzj-wrap i.zj-ed {
    color: #b1181b;
}
/* hd end */

/* jg  start */
.jg-title {
    background-color: #f2f2f2;
    width: 100%;
}
.jg-title a {
    background-color: #00a4e4;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    font: 18px/40px "å¾®è½¯é›…é»‘";
}
.jg-table {
    padding: 20px 0;
    height:1%;
}
.jg-table li {
    width: 33%;
    float: left;
}
.jg-table li a {
    background: url('.arrow-list-inco.png') left center no-repeat;
    padding-left: 20px;
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
/* jg end */

/* footer start */
.footer {
    border-top: 3px solid #257dc4;
    height: 80px;
    padding-top: 28px;
    min-width: 1200px;
    background-color: #f8f8f8;
}
#_span_jiucuo img {
    position: relative;
    top: -10px;
}
#imgConac {
    height: 70px;
}
.copyright {
    margin-top: 6px;
    margin-left: 20px;
}
.copyright p {
    font:  14px "å¾®è½¯é›…é»‘";
}
.column {
    margin-top: 13px;
}
.column li {
    height: 10px;
    float: left;
}
.column li a {
    display: inline-block;
}
.column li span {
    background: #000;
    width: 1px;
    height: 10px;
    font: 16px/10px "å¾®è½¯é›…é»‘";
    display: inline-block;
    margin-right: 4px;
}
/* footer end */
/* sidebar start */
.sidebar {
    right: 0;
    top: 250px;
    width: 84px;
    background: url('.sidebar-bg.png') no-repeat;
}
.sidebar li:hover {
    background-color: #0070e4;
}
.sidebar li a {
    display: inline-block;
    padding-top: 67px;
    color: #fff;
    width: 84px;
    text-align: center;
    font: 14px "å¾®è½¯é›…é»‘";
}
.sidebar .wybs-bg {
    background: url('.sidebar-wybs.png') center  10px no-repeat;
}
.sidebar .wyzx-bg {
    background: url('.sidebar-wyzx.png')  center  10px no-repeat;
}
.sidebar .wycx-bg {
    background: url('.sidebar-wycx.png')  center  17px no-repeat;
}
.sidebar .wyfx-bg {
    background: url('.sidebar-wyfx.png')  center  17px no-repeat;
}
.active-bg {
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('start-index-bg-1.jpg') center top no-repeat;
    background-attachment: fixed;
    background-size: cover;
    zoom:1;
}
.active-bg img {
    width: 100%;
    height: auto;
    display: block;
}
/* sidebar end */

/* gl start */
.bg {
    background:url('.xxgj-bj.png') no-repeat center 0 white;
}
.gl-nav-ml {
    margin-top: 50px;
}
.crumbs {
    padding: 15px;
}
.dqwz {
    background: url('.dqwz-img.png') left center no-repeat;
    font: 16px/32px "å¾®è½¯é›…é»‘";
    padding-left: 28px;
    color: #999999;
}
.crumbs-list a {
    color: #999999;
    font: 16px/32px "å¾®è½¯é›…é»‘";
}
.crumbs-list i {
    color: #999999;
    margin-left: 8px;
}
.gl-name {
    width: 100%;
    color: #000;
    padding: 0 20px;
    height: 40px;
    font: bold 24px/40px "å¾®è½¯é›…é»‘";
}
.gl-left {
    width: 250px;
}
.gl-left &gt; ol &gt; li  {
    background-color: #f6f6f6;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}
.gl-left &gt; ol &gt; li.cur,.gl-left &gt; ol &gt; li.curr {
    background-color: #0070e4;
}
.gl-left &gt; ol &gt; li.cur &gt; a, .gl-left &gt; ol &gt; li.curr &gt; a {
    color: #fff;
}
.gl-left &gt; ol &gt; li.cur &gt; a {
    background: url('gl-cur-arrow.png') 200px center no-repeat;
}
.gl-left &gt; ol &gt; li.curr &gt; a {
    background: url('gl-curr-arrow.png') 200px center no-repeat;
}
.gl-left &gt; ol &gt; li &gt; a {
    font: 16px/45px "å¾®è½¯é›…é»‘";
    display: block;
    padding-left: 38px;
    background: url('gl-arrow.png') 200px center no-repeat;
}
.children-colunm a.cur{
    color: #db4d00;
}
.children-colunm  a {
    display: block;
    height: 45px;
    padding-left: 40px;
    background-color: #fff;
    font: 14px/45px "å¾®è½¯é›…é»‘";
}
.gl--right {
    width: 870px;
    min-height: 500px;
}
.gl--right .dotted {
    margin: 10px 0px;
}
.page {
    margin-bottom: 20px;
}
.page span {
    font: 14px/30px "å¾®è½¯é›…é»‘";
    margin-left: 100px;
}
.page span i{
    color: red;
}
.page-btn {
    margin-right: 100px;
}
.page-btn a {
    font: 14px/30px "å¾®è½¯é›…é»‘";
    border: 1px #cac7c7 solid;
    padding: 0 10px;
    margin: 0 5px;
}
.page-btn a.cur {
    color: #fff;
    background-color: #0070e4;
}
/* gl end */


/* xl start */
/* ç»†è§ˆ åˆ†äº«æŒ‰é’® */
.xl-meg .bdshare-button-style0-16 .bds_more {
    margin-right: 100px;
    background-image: url('.share_icon.png');
    padding-left: 20px;
}
.xl-title {
    color: #ce0000;
    text-align: center;
    font: 28px/30px "å¾®è½¯é›…é»‘";
}
.xl-meg {

}
.xl-meg span {
    color: #999999;
    font: 14px/30px "å¾®è½¯é›…é»‘";
}
.xl-mes-right &gt; span {
    margin: 0 32px;
}
.xl-mes-right a {
    font: 14px/30px "å¾®è½¯é›…é»‘";
    color: #999999;
}
.xl-cont * {
    line-height: 35px !important;
    font: 16px/35px "å¾®è½¯é›…é»‘";
}
.xl-cont b,.xl-cont strong {
    font-weight:bold;
}
.xl-wz {
    border-top: 1px #d1d1d1 solid;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
}
.xl-wz li {
    font: 16px/30px "å¾®è½¯é›…é»‘";
    height: 30px;
}
.xl-wz li a {
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
.xl-cont img{
    max-width:100%;
}
.xl-cont table {
    width: 98% !important;
    margin: 0 !important;
}
.back-top-icon {
    position: fixed;
    bottom: 300px;
    top: auto;
    left: 50%;
    margin-left: 620px;
    width: 100%;
}
.back-top-icon span {
    text-align: center;
    position: relative;
    display: inline-block;
    right: 56px;
    top: -11px;
    color: #fff;
    font: 14px/20px "å¾®è½¯é›…é»‘";
}
.xl-qrCode a {
    display: block;
}
.xl-qrCode img {
    display: inline-block !important;

}
.xl-qrCode p {
    right: 250px;
    top: 46px;
    color: #3da146;
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
/* xl end */

/* hover start */
a:hover,
.sidebar li:hover a,
.images-list a:hover .zx-slide-img-title,
.zx-images-list a:hover .zx-slide-img-title,
.wy-img-list li a:hover span {
    color: #ee7b00;
}
.sidebar li:hover a {
    color: #fff;
}
.gl-left &gt; ol &gt; li:hover {
    background-color: #0070e4;
}
.gl-left &gt; ol &gt; li:hover &gt; a {
    color: #fff;
    background: url('gl-arrow-hover.png') 200px center no-repeat;
}
.gl-left &gt; ol &gt; li.curr:hover &gt; a {
    color: #fff;
    background: url('gl-curr-arrow.png') 200px center no-repeat;
}
/* hover end */


/*ä»Šæ—¥å¢žåŸŽ-ç”Ÿæ€æ—…æ¸¸*/
.jrzc-stly-list {

}
.jrzc-stly-list li {
    width: 270px;
    height: 200px;
    float: left;
    margin-bottom: 20px;
    margin-left: 25px;
}
.jrzc-stly-list li a {
    display: block;
}
.jrzc-stly-list li img {
    width: 270px;
    height: 200px;
}
.jrzc-stly-list li p {
    bottom: 7px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 30px;
    text-align: center;
    font: 14px/30px "å¾®è½¯é›…é»‘";
}
/* é¢†å¯¼ä¹‹çª— */
.ldzc-wrap-1 {
    height: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0070e4;
    width: 100%;
}
.ldzc-wrap-1  strong {
    font: bold 18px/30px "å¾®è½¯é›…é»‘";
}
.ldzc-wrap-1 &gt; span {
    display: inline-block;
    font: 18px/30px "å¾®è½¯é›…é»‘";
    color: #0070e4;
}
.xlcd-btn {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 0 5px;
    width: 156px;
    text-align: center;
}
.xlcd-btn &gt; span {
    font: 16px/30px "å¾®è½¯é›…é»‘";
    background: url('.xlcd-icon.png') right center no-repeat;
    padding-right: 20px;
}
.xlcd-btn &gt; span.cur {
    background: url('.xlcd-icon-cur.png') right center no-repeat;
}
.ldzc-wrap-2 {
    padding: 20px;
}
.ldzc-ldxx {
    background-color: #e9f4ff;
    height: 245px;
}
.ldzc-ldxx img {
    height: 245px;
    width: auto;
    display: block;
}
.ldzc-ldxx &gt; div {
    padding-top: 40px;
    padding-left: 30px;
}
.ldzc-wrap-2 .ldzc-ldxm {
    font: 24px/35px "å¾®è½¯é›…é»‘";
    color: #bc1010;
}
.ldzc-ldzw {
    color: #666;
    font: 16px "å¾®è½¯é›…é»‘";
}
.ldzc-gldxx {
    width: 138px;
    background-color: #0070e4;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    text-align: center;
    border-radius: 5px;
}
.ldzc-gldxx span {
    color: #fff;
    padding-left: 30px;
    background: url('.ldzc-ldxx-icon.png') left center no-repeat;
}
.ldzc-wrap-3 {

}
.ldzc-wrap-3 a {
    width: 100%;
    display: inherit;
    border-bottom: 2px solid #cccccc;
    font: bold 18px/30px "å¾®è½¯é›…é»‘";
    color: #000;
    padding-left: 20px
}
.ldzc-wrap-3 .fg {
    background: url('.ldxx-fg.png') left center no-repeat;
}
.ldzc-wrap-3 .jj {
    background: url('.ldxx-jj.png') left center no-repeat;
}
.ldzc-wrap-3 &gt; div {
    font: 16px/30px "å¾®è½¯é›…é»‘";
    padding: 20px;
}
.xlcd-wrap {
    padding: 30px;
    top: 37px;
    background-color: #fff;
    border: 1px solid #cecece;
    width: 828px;
}
.xlcd-wrap div {
    margin: 10px 0;
    height: 30px;
}
.xlcd-wrap span {
    font: bold 16px/30px "å¾®è½¯é›…é»‘";
    color: #000;
}
.xlcd-wrap a {
    font: 16px/30px "å¾®è½¯é›…é»‘";
    color: #333;
    margin: 0 13px;
}
.ldzc-wrap-2 p {
    font: 16px/35px "å¾®è½¯é›…é»‘";
}
/* æ”¿åŠ¡äº”å…¬å¼€ */
.blue-line {
    margin-bottom: 10px;
    height: 30px;
    border-bottom: 2px solid #0070e4;
    font: bold 18px/30px "å¾®è½¯é›…é»‘";
    color: #0070e4;
    display: inline-block;
    width: 100%;
}
.zw5gk-wrap .tab-list,
.zdly-list .tab-list{
    padding-left: 10px;
}
.zw5gk-wrap .dotted ,
.zdly-list .dotted {
    margin: 20px 0;
}
/* é‡ç‚¹é¢„è§ˆ */
.zdyl-xlcd {

}
.zdyl-xlcd li {
    float: left;
    width: 20%;
    text-align: left;
    margin: 10px 0;
    background: url(.zx-zt-arrow.png) left center no-repeat;
}
.zdly-home-list {

}
.zdly-home-list li {
    float: left;
    width: 195px;
    height: 95px;
    border: 1px solid #e1edf6;
    text-align: left;
    margin-left: 20px;
    margin-top: 20px;
}
.zdly-home-list li:hover {
    background-color: #0070e4;
}
.zdly-home-list li:hover a{
    color: #fff;
}
.zdly-home-list a {
    font: 16px "å¾®è½¯é›…é»‘";
    padding-left: 58px;
    display: inline-block;
    margin-left: 40px;
}
.zdly-home-list a.row-1 {
    line-height: 95px;
}
.zdly-home-list a.row-2 {
    padding-top: 26px;
    height: 64px;
}
.zdly-home-list a.row-3 {
    padding-top: 15px;
    height: 80px;
}
.zdly-spgg {
    background: url('zdly-spgg-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-spgg {
    background: url('zdly-spgg-icon-cur.png') left center no-repeat;
}
.zdly-czys {
    background: url('zdly-czys-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-czys {
    background: url('zdly-czys-icon-cur.png') left center no-repeat;
}
.zdly-sjjg {
    background: url('zdly-sjjg-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-sjjg {
    background: url('zdly-sjjg-icon-cur.png') left center no-repeat;
}
.zdly-zfbz {
    background: url('zdly-zfbz-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-zfbz {
    background: url('zdly-zfbz-icon-cur.png') left center no-repeat;
}
.zdly-spypaq {
    background: url('zdly-spypaq-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-spypaq {
    background: url('zdly-spypaq-icon-cur.png') left center no-repeat;
}
.zdly-hjbh {
    background: url('zdly-hjbh-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-hjbh {
    background: url('zdly-hjbh-icon-cur.png') left center no-repeat;
}
.zdly-aqsc {
    background: url('zdly-aqsc-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-aqsc {
    background: url('zdly-aqsc-icon-cur.png') left center no-repeat;
}
.zdly-jgsf {
    background: url('zdly-jgsf-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-jgsf {
    background: url('zdly-jgsf-icon-cur.png') left center no-repeat;
}
.zdly-zdxx {
    background: url('zdly-zdxx-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-zdxx {
    background: url('zdly-zdxx-icon-cur.png') left center no-repeat;
}
.zdly-gytd {
    background: url('zdly-gytd-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-gytd {
    background: url('zdly-gytd-icon-cur.png') left center no-repeat;
}
.zdly-ylfw {
    background: url('zdly-ylfw-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-ylfw {
    background: url('zdly-ylfw-icon-cur.png') left center no-repeat;
}
.zdly-yljg {
    background: url('zdly-yljg-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-yljg {
    background: url('zdly-yljg-icon-cur.png') left center no-repeat;
}
.zdly-kjgl {
    background: url('zdly-kjgl-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-kjgl {
    background: url('zdly-kjgl-icon-cur.png') left center no-repeat;
}
.zdly-gwgk {
    background: url('zdly-twgk-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-gwgk {
    background: url('zdly-twgk-icon-cur.png') left center no-repeat;
}
.zdly-gyqy {
    background: url('zdly-gyqy-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-gyqy {
    background: url('zdly-gyqy-icon-cur.png') left center no-repeat;
}
.zdly-lysc {
    background: url('zdly-lysc-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-lysc {
    background: url('zdly-lysc-icon-cur.png') left center no-repeat;
}
.zdly-mzxx {
    background: url('zdly-mzxx-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-mzxx {
    background: url('zdly-mzxx-icon-cur.png') left center no-repeat;
}
.zdly-fpgz {
    background: url('zdly-fpgz-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-fpgz {
    background: url('zdly-fpgz-icon-cur.png') left center no-repeat;
}
.zdly-zjxx {
    background: url('zdly-zjxx-icon.png') left center no-repeat;
    background-size: 56px;
}
.zdly-home-list li:hover a.zdly-zjxx {
    background: url('zdly-zjxx-icon-cur.png') left center no-repeat;
    background-size: 56px;
}
.zdly-jycy {
    background: url('zdly-jycy-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-jycy {
    background: url('zdly-jycy-icon-cur.png') left center no-repeat;
}
.zdly-zscq {
    background: url('zdly-zscq-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-zscq {
    background: url('zdly-zscq-icon-cur.png') left center no-repeat;
}
.zdly-jsjf {
    background: url('zdly-jsjf-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-jsjf {
    background: url('zdly-jsjf-icon-cur.png') left center no-repeat;
}
.zdly-zylh {
    background: url('zdly-zylh-icon.png') left center no-repeat;
}
.zdly-home-list li:hover a.zdly-zylh {
    background: url('zdly-zylh-icon-cur.png') left center no-repeat;
}
/* æœºæž„-æ¦‚è§ˆ */
.jg-left{
    width: 255px;
}
.jg-left li {
    width: 100%;
    height:65px;
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-top: 6px;
}
.jg-left li.common a {
    background: url('jq-ty-icon.png') left center no-repeat;
    width: 140px;
}
.jg-left li.common a:hover,  .jg-left li.common.cur a{
    background: url('jq-ty-icon-cur.png') left center no-repeat;
}
.jg-left li:hover,  .jg-left li.cur{
    background-color: #0070e4;
}
.jg-left li a {
    height: 100%;
    width: 155px;
    display: inline-block;
    font: 16px/65px "å¾®è½¯é›…é»‘";
    margin-left: 40px;
    padding-left: 60px;
}
.jg-left li:hover a,.jg-left li.cur a {
    color: #fff;
}
.jg-qygk-icon {
    background: url(".jg-qygk-icon.png") left center no-repeat;
}
.jg-left li:hover .jg-qygk-icon, .jg-left li.cur .jg-qygk-icon{

    background: url(".jg-qygk-cur-icon.png") left center no-repeat;
}
.jq-jgzn-icon {
    background: url(".jg-jgzn-icon.png") left center no-repeat;
}
.jg-left li:hover .jq-jgzn-icon, .jg-left li.cur .jq-jgzn-icon {

    background: url(".jg-jgzn-cur-icon.png") left center no-repeat;
}
.jq-jgsz-icon {
    background: url(".jg-jgsz-icon.png") left center no-repeat;
}
.jg-left li:hover .jq-jgsz-icon, .jg-left li.cur .jq-jgsz-icon{

    background: url(".jg-jgsz-cur-icon.png") left center no-repeat;
}
.jq-ldbz-icon {
    background: url(".jg-ldbz-icon.png") left center no-repeat;
}
.jg-left li:hover .jq-ldbz-icon, .jg-left li.cur .jq-ldbz-icon {

    background: url(".jg-ldbz-cur-icon.png") left center no-repeat;
}
.jq-wyh-icon {
    background: url(".jg-wyh-icon.png") left center no-repeat;
}
.jg-left li:hover .jq-wyh-icon,  .jg-left li.cur .jq-wyh-icon{

    background: url(".jg-wyh-cur-icon.png") left center no-repeat;
}
.jq-xxgk-icon {
    background: url(".jq-xxgk-icon.png") left center no-repeat;
}
.jg-left li:hover .jq-xxgk-icon, .jg-left li.cur .jq-xxgk-icon {

    background: url(".jq-xxgk-cur-icon.png") left center no-repeat;
}
.jgxx a {
    display: inline-block;
    width: 100%;
    height: 70px;
}
.jgxx a &gt; span {
    color: #0070e4;
    font: 16px/70px "å¾®è½¯é›…é»‘";
    display: inline-block;
    padding-left: 70px;
    background: url('.jgxx-lxfs-icon.png') left center no-repeat;
}
.jggl {
    right: 15px;
    margin-top: 10px;
}
.jggl li {
    float: left;
    width: 13%;
    text-align: left;
    margin: 10px 5px;
    background: url(.zx-zt-arrow.png) left center no-repeat;
}
.jggl li a {
    color: #000;
    font: 16px/30px å¾®è½¯é›…é»‘;
    margin: 0px 13px;
}
/* åœ¨çº¿è®¿è°ˆ */
.zxft-back-icon {
    font: 14px/30px "å¾®è½¯é›…é»‘";
    padding-left: 20px;
    background: url('.zxft-back-icon.png') left center no-repeat;
}
.zxft-gl-wrap {
    padding: 0 20px;
}
.zxft-wrap-1-img {
    display: block;
    width: 185px;
}
.zxft-wrap-1-text {
    width: 640px;
    padding-left: 20px;
}
.zxft-wrap-1-text span {
    width: 100%;
    float: left;
    color: #666;
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
.zxft-wrap-1-text strong {
    color: #000;
}
.zxft-wrap-2 {
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
.zxft-wrap-2  p {
    color: #666;
    font: 16px/30px "å¾®è½¯é›…é»‘";
}
.zxfw-wrap-btn  {
    padding-right: 20px;
}
.zxfw-wrap-btn span, .zxfw-wrap-btn a {
    font: 14px/40px "å¾®è½¯é›…é»‘";
}
.zxfw-wrap-btn a  {
    margin: 0 5px;
    color: #0070e4;
    text-decoration: underline;
}
.zxfw-wrap-btn select {
    height: 30px;
    border: none;
    width: 110px;
    background-color: #fff;
    font: 14px/40px "å¾®è½¯é›…é»‘";
}
.zxft-zb {
    padding: 20px;
}
.zxft-zb-zcr {
    color: #920009;
    font: 14px/30px "å¾®è½¯é›…é»‘";
}
.zxft-zb-nr {
    color: #666;
    font: 14px/30px "å¾®è½¯é›…é»‘";
}
.zxft-zb-time {
    color: #999;
    width: 100%;
    font: 14px/30px "å¾®è½¯é›…é»‘";
}
.zxft-zb-img{

}
/* æ•™è‚²æœåŠ¡ */
.fw-list {
    padding-bottom: 20px;
}
.fw-list li {
    float: left;
    width: 172px;
    height: 147px;
    text-align: center;
    border-left: 1px solid #f6f6f6;
    border-top: 1px solid #f6f6f6;
    margin-top: -1px;
}
.fw-list li:hover {
    background-color: #f6f6f6;
}
.fw-list li.big {
    width: 244px;
}
.fw-list li.bd-left {
    border-left: 1px solid #f6f6f6;
}
.fw-list li.bd-right {
    border-right: 1px solid #f6f6f6;
}
.fw-list li.bd-top {
    border-top: 1px solid #f6f6f6;
}
.fw-list li.bd-bottom {
    border-bottom: 1px solid #f6f6f6;
}
.fw-list li a {
    display: inline-block;
}
.fw-list .fw-title {
    color: #333;
    font: 16px "å¾®è½¯é›…é»‘";
    position: relative;
    top: -9px;
}
.fw-list .fw-img {
    width: 172px;
    height: 95px;
    display: inline-block;
}
.fw-list .big-img {
    width: 244px;
    height: 95px;
    display: inline-block;
}
.jyfw-zcfg {
    background: url('.jyfw-zcfg.png') center no-repeat;
}
.jyfw-yey {
    background: url('.jyfw-yey.png') center no-repeat;
}
.jyfw-zsdt {
    background: url('.jyfw-zsdt.png') center no-repeat;
}
.jyfw-sfbz {
    background: url('.jyfw-sfbz.png') center no-repeat;
}
.jyfw-wsbm {
    background: url('.jyfw-wsbm.png') center no-repeat;
}
.jyfw-ryzn {
    background: url('.jyfw-ryzn.png') center no-repeat;
}
.jyfw-gbxx {
    background: url('.jyfw-gbxx.png') center no-repeat;
}
.jyfw-mbxx {
    background: url('.jyfw-gbxx.png') center no-repeat;
}
.jyfw-xx {
    background: url('.jyfw-bm.png') center no-repeat;
}
.jyfw-xscty {
    background: url('.jyfw-xscty.png') center no-repeat;
}
.jyfw-zkzk {
    background: url('.jyfw-zkzk.png') center no-repeat;
}
.jyfw-ywbm {
    background: url('.jyfw-ywbm.png') center no-repeat;
}
.jyfw-gkfw {
    background: url('.jyfw-gkfw.png') center no-repeat;
}
.jyfw-bybk {
    background: url('.jyfw-bybk.png') center no-repeat;
}
.jyfw-xwrz {
    background: url('.jyfw-xwrz.png') center no-repeat;
}
.jyfw-zxkl {
    background: url('.jyfw-zxkl.png') center no-repeat;
}
.jyfw-zyjyjg {
    background: url('.jyfw-zyjyjg.png') center no-repeat;
}
.jyfw-rxtj {
    background: url('.jyfw-rxtj.png') center no-repeat;
}
.jyfw-gjjy {
    background: url('.jyfw-gjjy.png') center no-repeat;
}
.jyfw-lxry {
    background: url('.jyfw-lxry.png') center no-repeat;
}
.jyfw-kczn {
    background: url('.jyfw-kczn.png') center no-repeat;
}
.jyfw-zsjh {
    background: url('.jyfw-zsjh.png') center no-repeat;
}
.jyfw-zxdk {
    background: url('.jyfw-zxdk.png') center no-repeat;
}
.jyfw-jszg {
    background: url('.jyfw-jszg.png') center no-repeat;
}
.jyfw-jsps {
    background: url('.jyfw-jsps.png') center no-repeat;
}
.jyfw-bxxk {
    background: url('.jyfw-bxxk.png') center no-repeat;
}
.jyfw-psjs {
    background: url('.jyfw-psjs.png') center no-repeat;
}
.jyfw-ccrd {
    background: url('.jyfw-ccrd.png') center no-repeat;
    width: 344px;
    height: 95px;
    display: inline-block;
}
.jyfw-zkly {
    background: url('.jyfw-zkly.png') center no-repeat;
}
.jyfw-dajs {
    background: url('.jyfw-dajs.png') center no-repeat;
}
.jyfw-yjdzz {
    background: url('.jyfw-yjdzz.png') center no-repeat;
}
.jyfw-bysjytz {
    background: url('.jyfw-bysjytz.png') center no-repeat;
}
.ndqx-ndht {
    background: url('.ndqx-ndht.png') center no-repeat;
}
.ndqy-cybt {
    background: url('.ndqy-cybt.png') center no-repeat;
}
.ndqy-gljy {
    background: url('.ndqy-gljy.png') center no-repeat;
}
.ndqy-jyfw {
    background: url('.ndqy-jyfw.png') center no-repeat;
}
.sbfw-yl {
    background: url('.sbfw-yl.png') center no-repeat;
}
.sbfw-ylry {
    background: url('.sbfw-ylry.png') center no-repeat;
}
.sbfw-ybgx {
    background: url('.sbfw-ybgx.png') center no-repeat;
}
.sbfw-yblx {
    background: url('.sbfw-yblx.png') center no-repeat;
}
.sbfw-ybjy {
    background: url('.sbfw-ybjy.png') center no-repeat;
}
.sbfw-lzsy {
    background: url('.sbfw-lzsy.png') center no-repeat;
}
.sbfw-grzh {
    background: url('.sbfw-grzh.png') center no-repeat;
}
.sbfw-ylbx {
    background: url('.sbfw-ylbx.png') center no-repeat;
}
.shfw-sbksl {
    background: url('.shfw-sbksl.png') center no-repeat;
}
.shfw-sqyl {
    background: url('.shfw-sqyl.png') center no-repeat;
}
.shfw-czcj {
    background: url('.shfw-czcj.png') center no-repeat;
}
.shfw-kffw {
    background: url('.shfw-kffw.png') center no-repeat;
}
.shfw-zxbz {
    background: url('.shfw-zxbz.png') center no-repeat;
}
.shfw-cjz {
    background: url('.shfw-cjz.png') center no-repeat;
}
.shfw-fzjy {
    background: url('.shfw-fzjy.png') center no-repeat;
}
.shfw-fyrt {
    background: url('.shfw-fyrt.png') center no-repeat;
}
.ylfw-yqbg {
    background: url('.ylfw-yqbg.png') center no-repeat;
}
.ylfw-jkzs {
    background: url('.ylfw-jkzs.png') center no-repeat;
}
.ylfw-wszk {
    background: url('.ylfw-wszk.png') center no-repeat;
}
.ylfw-mz {
    background: url('.ylfw-mz.png') center no-repeat;
}
.ylfw-ghfw {
    background: url('.ylfw-ghfw.png') center no-repeat;
}
.zffw-fyxx {
    background: url('.zffw-fyxx.png') center no-repeat;
}
.zffw-fdcgj {
    background: url('.zffw-fdcgj.png') center no-repeat;
}
.zffw-zfdt {
    background: url('.zffw-zfdt.png') center no-repeat;
}
.zffw-zggg {
    background: url('.zffw-zggg.png') center no-repeat;
}
.zffw-wssq {
    background: url('.zffw-wssq.png') center no-repeat;
}
.zffw-tjfx {
    background: url('.zffw-tjfx.png') center no-repeat;
}
.zffw-ht {
    background: url('.zffw-ht.png') center no-repeat;
}
.zffw-sfjn {
    background: url('.zffw-sfjn.png') center no-repeat;
}
.zffw-zysx {
    background: url('.zffw-zysx.png') center no-repeat;
}
.zffw-wd {
    background: url('.zffw-wd.png') center no-repeat;
}
.zffw-dt {
    background: url('.zffw-dt.png') center no-repeat;
}
.gysy-yscs {
    background: url('.gysy-yscs.png') center no-repeat;
}
.gysy-tdyj {
    background: url('.gysy-tdyj.png') center no-repeat;
}
.gysy-yyaj {
    background: url('.gysy-yyaj.png') center no-repeat;
}
.yysy-aqyq {
    background: url('.yysy-aqyq.png') center no-repeat;
}
.gysy-rqaq {
    background: url('.gysy-rqaq.png') center no-repeat;
}
.gysy-cg {
    background: url('.gysy-cg.png') center no-repeat;
}
.gysy-whyc {
    background: url('.gysy-whyc.png') center no-repeat;
}
.gysy-zmjd {
    background: url('.gysy-zmjd.png') center no-repeat;
}
.gysy-ychz {
    background: url('.gysy-ychz.png') center no-repeat;
}
.gysy-ylcs {
    background: url('.gysy-ylcs.png') center no-repeat;
}
.gysy-szdy {
    background: url('.gysy-szdy.png') center no-repeat;
}
.gysy-lsmr {
    background: url('.gysy-lsmr.png') center no-repeat;
}
.gysy-qmjs {
    background: url('.gysy-qmjs.png') center no-repeat;
}
.gysy-tycg {
    background: url('.gysy-tycg.png') center no-repeat;
}
.gysy-tyss {
    background: url('.gysy-tyss.png') center no-repeat;
}
.gysy-jslj {
    background: url('.gysy-jslj.png') center no-repeat;
}
.gysy-hdss {
    background: url('.gysy-hdss.png') center no-repeat;
}
.gysy-cgyd {
    background: url('.gysy-cgyd.png') center no-repeat;
}
.gysy-ldw {
    background: url('.gysy-ldw.png') center no-repeat;
}
.gysy-zwbk {
    background: url('.gysy-zwbk.png') center no-repeat;
}
.gysy-dwbk {
    background: url('.gysy-dwbk.png') center no-repeat;
}
.hysy-hqjc {
    background: url('.hysy-hqjc.png') center no-repeat;
}
.hysy-jhdj {
    background: url('.hysy-jhdj.png') center no-repeat;
}
.hysy-blhyz {
    background: url('.hysy-blhyz.png') center no-repeat;
}
.hysy-hyzm {
    background: url('.hysy-hyzm.png') center no-repeat;
}
.hysy-sygz {
    background: url('.hysy-sygz.png') center no-repeat;
}
.jtfw-ggqc {
    background: url('.jtfw-ggqc.png') center no-repeat;
}
.jtcx-sj {
    background: url('.jtcx-sj.png') center no-repeat;
}
.jtfw-wssp {
    background: url('.jtfw-wssp.png') center no-repeat;
}
.jtfw-dzkp {
    background: url('.jtfw-dzkp.png') center no-repeat;
}
.jtfw-lkxx {
    background: url('.jtfw-lkxx.png') center no-repeat;
}
.jtfw-clwx {
    background: url('.jtfw-clwx.png') center no-repeat;
}
.jtfw-qczp {
    background: url('.jtfw-qczp.png') center no-repeat;
}
.jtfw-yswz {
    background: url('.jtfw-yswz.png') center no-repeat;
}
.jtfw-jsypx {
    background: url('.jtfw-jsypx.png') center no-repeat;
}
.jtfw-jlycx {
    background: url('.jtfw-jlycx.png') center no-repeat;
}
.jtfw-dkjj {
    background: url('.jtfw-dkjj.png') center no-repeat;
}
.jtfw-dkgl {
    background: url('.jtfw-dkgl.png') center no-repeat;
}
.jtfw-sgcl {
    background: url('.jtfw-sgcl.png') center no-repeat;
}
.jtfw-wfcl {
    background: url('.jtfw-wfcl.png') center no-repeat;
}
.zjbl-hjbl {
    background: url('.zjbl-hjbl.png') center no-repeat;
}
.zjbl-ydy {
    background: url('.zjbl-ydy.png') center no-repeat;
}
.zjbl-lycy {
    background: url('.zjbl-lycy.png') center no-repeat;
}
.zjbl-hzbl {
    background: url('.zjbl-hzbl.png') center no-repeat;
}
.zjbl-txz {
    background: url('.zjbl-txz.png') center no-repeat;
}
.jyns-qynj {
    background: url('.jyns-qynj.png') center no-repeat;
}
.zffw-zfdt {
    background: url('.zffw-zfdt.png') center no-repeat;
}
.jyns-sbsq {
    background: url('.jyns-sbsq.png') center no-repeat;
}
.jyns-zlgg {
    background: url('.jyns-zlgg.png') center no-repeat;
}
.jyns-ggjy {
    background: url('.jyns-ggjy.png') center no-repeat;
}
.jyns-htxz {
    background: url('.jyns-htxz.png') center no-repeat;
}
.jyns-htba {
    background: url('.jyns-htba.png') center no-repeat;
}
.jyns-htjf {
    background: url('.jyns-htjf.png') center no-repeat;
}
.jyns-fpyx {
    background: url('.jyns-fpyx.png') center no-repeat;
}
.jyns-djgl {
    background: url('.jyns-djgl.png') center no-repeat;
}
.jyns-zsfs {
    background: url('.jyns-zsfs.png') center no-repeat;
}
.jyns-dwrd {
    background: url('.jyns-dwrd.png') center no-repeat;
}
.kjcy-kjyw {
    background: url('.kjcy-kjyw.png') center no-repeat;
}
.kjcy-zjk {
    background: url('.kjcy-zjk.png') center no-repeat;
}
.jkcy-fhq {
    background: url('.jkcy-fhq.png') center no-repeat;
}
.kjcy-xmsp {
    background: url('.kjcy-xmsp.png') center no-repeat;
}
.kjcy-rddj {
    background: url('.kjcy-rddj.png') center no-repeat;
}
.kjcy-qyyf {
    background: url('.kjcy-qyyf.png') center no-repeat;
}
.qykb-yzym {
    background: url('.qykb-yzym.png') center no-repeat;
}
.qykb-gz {
    background: url('.qykb-gz.png') center no-repeat;
}
.qykb-aqjc {
    background: url('.qykb-aqjc.png') center no-repeat;
}
.qykb-cyfw {
    background: url('.qykb-cyfw.png') center no-repeat;
}
.qykb-lgfw {
    background: url('.qykb-lgfw.png') center no-repeat;
}
.qykb-kdfw {
    background: url('.qykb-kdfw.png') center no-repeat;
}
.qykb-yljg {
    background: url('.qykb-yljg.png') center no-repeat;
}
.qykb-ypls {
    background: url('.qykb-ypls.png') center no-repeat;
}
.qykb-ycls {
    background: url('.qykb-ycls.png') center no-repeat;
}
.qykb-spls {
    background: url('.qykb-spls.png') center no-repeat;
}
.qykb-hlwkb {
    background: url('.qykb-hlwkb.png') center no-repeat;
}
.qykb-wdzl {
    background: url('.qykb-wdzl.png') center no-repeat;
}
.qykb-dyfy {
    background: url('.qykb-dyfy.png') center no-repeat;
}
.zsyz-yshj {
    background: url('.zsyz-yshj.png') center no-repeat;
}
.zsyz-tzblh {
    background: url('.zsyz-tzblh.png') center no-repeat;
}
.zsyz-myblh {
    background: url('.zsyz-tzblh.png') center no-repeat;
}
.zsyz-cy {
    background: url('.zsyz-cy.png') center no-repeat;
}
.zsyz-cqjy {
    background: url('.zsyz-cqjy.png') center no-repeat;
}
.zzrd-jyxk {
    background: url('.zzrd-jyxk.png') center no-repeat;
}
.zzrd-spsc {
    background: url('.zzrd-spsc.png') center no-repeat;
}
.zzrd-dcjyxk {
    background: url('.zzrd-dcjyxk.png') center no-repeat;
}
.zzrd-jysp {
    background: url('.zzrd-jysp.png') center no-repeat;
}
.zzrd-ptjyxk {
    background: url('.zzrd-ptjyxk.png') center no-repeat;
}
/* å¢žåŸŽå¹´é‰´ */
.zcnj {
    padding: 33px 115px;
}
.zcnj-bg {
    height: 250px;
    width: 635px;
    background: url('.lswh-zcnj.png') center no-repeat;
}
.zcnj-wrap {
    margin-left: 82px;
}
.zcnj-wrap .sj {
    float: left;
    width: 128px;
    text-align: center;
    font: 30px/80px "å¾®è½¯é›…é»‘";
}
.zcnj-wrap .nr {
    float: left;
    width: 385px;
    height: 40px;
    padding: 20px;
    display: inline-block;
    font: 14px "å¾®è½¯é›…é»‘";
}
.zcnj-wrap .wihte {
    color: #fff;
}
.zcnj-wrap .blue {
    color: #00b3e4;
}
.zcnj-wrap .blue-bg {
    color: #fff;
    position: absolute;
    height: 100px;
    top: -9px;
    background-color: #00b3e4;
}
/* å¹´é‰´ç»†è§ˆ */
.njxl-wrap {
    text-align: center;
    margin-top: 30px;
}
.njxl-wrap h2 {
    color: #ce0000;
    font: 28px "å¾®è½¯é›…é»‘";
    margin-bottom: 20px;
}
.xz-wrap {
    background-color: #f6f6f6;
    margin: 0 auto;
    width: 600px;
    height: 80px;
}
.njxl-wrap .xz {
    padding-left: 80px;
    font: 18px/80px "å¾®è½¯é›…é»‘";
    margin-left: 30px;
    background: url('.zcnj-xz-icon.png') left center no-repeat;
}
.njxl-wrap span {
    margin-top: 20px;
    margin-right: 30px;
    font: 14px "å¾®è½¯é›…é»‘";
}
.njxl-wrap i {
    color: #ba0000;
}</pre></body></html>