﻿/* 图片轮播 */

.ewb-img {
    width: 100%;
    height: 390px;
    margin-top: 16px;
}

.ewb-img .owl-carousel {
    position: relative;
    height: 100%;
}

.ewb-img .item {
    display: block;
}

.ewb-img img {
    display: block;
    width: 100%;
    height: 390px;
}


/* pad */

@media(max-width:979px) {
    .ewb-img,
    .ewb-img img {
        height: auto;
    }
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-right: 160px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    text-indent: 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}


/* 分页 */

.owl-dots {
    position: absolute;
    right: 10px;
    bottom: 16px;
    height: 10px;
    z-index: 60;
    overflow: hidden;
}

.ewb-img button.owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.6) !important;
    border: 0;
    outline: 0;
}

.ewb-img .owl-dot.active {
    width: 20px;
    background: #fff !important;
}


/* 通知公告 */

.news {
    height: 390px;
    padding: 9px 20px;
    margin-top: 16px;
    border: 1px solid #82c9f4;
}

.news-hd {
    height: 44px;
    border-bottom: 1px solid #eee;
}

.news-items {
    white-space: nowrap;
    overflow: auto;
}

.news-items>li {
    display: inline-block;
    vertical-align: top;
    margin-left: 11px;
}

.news-items>li:first-child {
    margin-left: 0;
}

.news-items>li>a {
    display: block;
    height: 44px;
    line-height: 41px;
    font-size: 18px;
    color: #333;
    padding: 0 9px;
    border-bottom: 3px solid transparent;
}

.news-top>li>a {   
    padding: 0;    
}
.news-other>a:hover{
	 font-weight: bold;
    color: #0090e9;
    border-color: #0090e9;
}
.news-items>li.active>a {
    font-weight: bold;
    color: #0090e9;
    border-color: #0090e9;
}

.bdl {
    display: none;
}


/* 信息列表 */

.news-list {
    padding-top: 15px;
}

.news-list>li {
    margin-top: 5px;
    height: 34px;
}

.news-list>li>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
    line-height: 27px;
}

.news-list>li>a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -5.5px;
    width: 11px;
    height: 11px;
    background: url('../images/dot.png') no-repeat center;
}

.news-list>li>a:hover:before {
    background-image: url('../images/doth.png');
}

.news-list>li>a:hover {
    color: #0090e9;
}

.news-date {
    padding-left: 15px;
    line-height: 27px;
    color: #999;
}

@media(max-width:979px) {
    .news {
        height: auto;
    }
}


/* banner */

.banner-img {
    display: block;
}


/* 交易信息 */

.module-hd {
    text-align: center;
    line-height: 65px;
}

.module-hd>span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
    color: #3a3a3a;
}

.module-hd>span:before,
.module-hd>span:after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -12px;
    width: 59px;
    height: 24px;
    background-repeat: no-repeat;
}

.module-hd>span:before {
    left: -95px;
    background-image: url('../images/tt_img1.png');
}

.module-hd>span:after {
    right: -95px;
    background-image: url('../images/tt_img2.png');
}

.module-hd>span>i {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -22px;
    width: 44px;
    height: 4px;
    background-color: #0090e9;
}

.transinfo {
    padding-top: 15px;
    padding-bottom: 45px;
    /*background-color: #f3f8ff;*/
    background-color: #dce6f4;
  
}

.transinfo-block {
    padding: 14px 16px 22px;
    background-color: #fff;
}

.transinfo-hd {
    height: 59px;
    border-bottom: 1px solid #7aadf1;
}

.transinfo-hd>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    padding-left: 66px;
    font-weight: bold;
    color: #333;
}

.transinfo-hd>a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 66px;
    height: 59px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 2;
}

.trans-ico1>a:before {
    background-image: url('../images/info_ico1.png');
}

.trans-ico2>a:before {
    background-image: url('../images/info_ico2.png');
}

.trans-ico3>a:before {
    background-image: url('../images/info_ico3.png');
}

.trans-ico4>a:before {
    background-image: url('../images/info_ico4.png');
}

.transinfo-hd>a>span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 10px;
    color: #bdb9b9;
    text-transform: uppercase;
}

.transinfo-bd {
    padding-top: 19px;
}

.transinfo-bd .news-hd {
    position: relative;
    padding-right: 90px;
}

.tab-more {
    position: absolute;
    top: 14px;
    right: 0;
    width: 53px;
    height: 23px;
    line-height: 23px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    color: #999;
    background-color: #e7effc;
}

.trans-list {
    padding-top: 16px;
}

.trans-list>li {
    position: relative;
    line-height: 24px;
    padding: 14px 0 14px 15px;
    border-top: 1px dashed #e4e4e4;
}

.trans-list>li:first-child {
    border-top: none;
}

.trans-state {
    width: 69px;
    height: 24px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
}

.trans-state.on {
    background-color: #fda400;
}

.trans-state.end {
    background-color: #d2d2d2;
}

.trans-link {
    display: block;
    margin: 0 110px 0 75px;
    color: #666;
}

.trans-date {
    position: absolute;
    color: #999;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:979px) {
    .transinfo {
        padding-bottom: 20px;
    }
}

@media(max-width:767px) {
    .transinfo-hd>a {
        font-size: 18px;
    }
    .transinfo-hd>a>span {
        font-size: 12px;
        margin-left: 5px;
    }
    .trans-list>li {
        padding-left: 0;
    }
    .trans-date {
        right: 0;
    }
}

.trans-wrap {
    overflow: hidden;
}

.trans-colum {
    margin-left: -7px;
    margin-right: -7px;
}

.trans-colum>li {
    float: left;
    width: 33.3333%;
    margin-top: 10px;
}

.trans-img {
    position: relative;
    display: block;
    margin: 0 7px;
    height: 117px;
    color: #fff;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}

.trans-img>p {
    font-size: 24px;
    font-weight: normal;
    padding-top: 33px;
    font-weight: bold;
}

.trans-img>span {
    display: block;
    padding-top: 13px;
    text-transform: uppercase;
}

.trans-colum>li:nth-child(1)>.trans-img {
    background-image: url('../images/trans_bg1.jpg');
}

.trans-colum>li:nth-child(2)>.trans-img {
    background-image: url('../images/trans_bg2.jpg');
}

.trans-colum>li:nth-child(3)>.trans-img {
    background-image: url('../images/trans_bg3.jpg');
}

.trans-img:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 115px;
    height: 117px;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 0;
}

.trans-colum>li:nth-child(1)>.trans-img:before {
    background-image: url('../images/trans_ico1.png');
}

.trans-colum>li:nth-child(2)>.trans-img:before {
    background-image: url('../images/trans_ico2.png');
}

.trans-colum>li:nth-child(3)>.trans-img:before {
    background-image: url('../images/trans_ico3.png');
}

@media ( max-width: 1199px) and (min-width: 980px) {
    .trans-img {
        padding-left: 20px;
    }
    .trans-img:before {
        width: 80px;
    }
}

@media(max-width:979px) {
    .trans-colum>li {
        width: 100%;
    }
    .trans-colum>li:first-child {
        margin-top: 0;
    }
    .trans-colum {
        margin-left: 0;
        margin-right: 0;
    }
    .trans-img {
        margin: 0;
    }
}

@media(max-width:480px) {
    .trans-img {
        padding-left: 20px;
    }
    .trans-img:before {
        width: 70px;
    }
    .trans-img>p {
        font-size: 20px;
    }
}


/* 系统登录 */

.system {
    padding-top: 20px;
    padding-bottom: 42px;
}

.system-bd {
    padding-top: 27px;
}

.system-item {
    margin-top: 13px;
    overflow: hidden;
}

.system-tt {
    position: relative;
    float: left;
    width: 253px;
    height: 94px;
    padding-left: 17px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.system-tt>p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 26px;
}

.system-item:nth-child(1)>.system-tt {
    background-image: url('../images/system_bg1.jpg');
}

.system-item:nth-child(2)>.system-tt {
    background-image: url('../images/system_bg2.jpg');
}

.system-item:nth-child(3)>.system-tt {
    background-image: url('../images/system_bg3.jpg');
}

.system-tt>i {
    position: absolute;
    left: 17px;
    bottom: 28px;
    width: 33px;
    height: 4px;
    background-color: #fff;
}

.system-tt:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 74px;
    height: 94px;
    background-repeat: no-repeat;
    background-position: left center;
}

.system-item:nth-child(1)>.system-tt:before {
    background-image: url('../images/system_ico1.png');
}

.system-item:nth-child(2)>.system-tt:before {
    background-image: url('../images/system_ico2.png');
}

.system-item:nth-child(3)>.system-tt:before {
    background-image: url('../images/system_ico3.png');
}

.system-wrap {
    margin-left: 266px;
}

.system-list>li {
    float: left;
}

.system-item:nth-child(1) .system-list>li {
    width: 25%;
}

.system-item:nth-child(2) .system-list>li {
    width: 20%;
}

.system-item:nth-child(3) .system-list>li {
    width: 50%;
}

.system-list>li>a {
    display: block;
    height: 94px;
    color: #666;
    margin-left: 17px;
    padding: 54px 5px 0 5px;
    text-align: center;
    border: 1px solid #eef2f6;
    background-repeat: no-repeat;
    background-position: center 19px;
    background-color: #f4f7fb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.system-list>li>a:hover {
    color: #fff;
    background-color: #0090e9;
}

.system-item:nth-child(1) .system-list>li:nth-child(1)>a {
    background-image: url('../images/login_ico1.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(2)>a {
    background-image: url('../images/login_ico2.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(3)>a {
    background-image: url('../images/login_ico3.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(4)>a {
    background-image: url('../images/login_ico4.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(1)>a:hover {
    background-image: url('../images/login_ico1h.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(2)>a:hover {
    background-image: url('../images/login_ico2h.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(3)>a:hover {
    background-image: url('../images/login_ico3h.png');
}

.system-item:nth-child(1) .system-list>li:nth-child(4)>a:hover {
    background-image: url('../images/login_ico4h.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(1)>a {
    background-image: url('../images/login_ico5.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(2)>a {
    background-image: url('../images/login_ico6.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(3)>a {
    background-image: url('../images/login_ico7.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(4)>a {
    background-image: url('../images/login_ico8.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(5)>a {
    background-image: url('../images/login_ico9.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(1)>a:hover {
    background-image: url('../images/login_ico5h.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(2)>a:hover {
    background-image: url('../images/login_ico6h.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(3)>a:hover {
    background-image: url('../images/login_ico7h.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(4)>a:hover {
    background-image: url('../images/login_ico8h.png');
}

.system-item:nth-child(2) .system-list>li:nth-child(5)>a:hover {
    background-image: url('../images/login_ico9h.png');
}

.system-item:nth-child(3) .system-list>li:nth-child(1)>a {
    background-image: url('../images/login_ico10.png');
}

.system-item:nth-child(3) .system-list>li:nth-child(2)>a {
    background-image: url('../images/login_ico11.png');
}

.system-item:nth-child(3) .system-list>li:nth-child(1)>a:hover {
    background-image: url('../images/login_ico10h.png');
}

.system-item:nth-child(3) .system-list>li:nth-child(2)>a:hover {
    background-image: url('../images/login_ico11h.png');
}

@media(max-width:979px) {
    .system {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .system-bd {
        padding-top: 6px;
    }
    .system-list>li>a {
        margin-left: 10px;
    }
    .system-tt {
        display: block;
        float: none;
        width: 100%;
    }
    .system-wrap {
        margin-left: -10px;
    }
    .system-list>li {
        margin-top: 10px;
    }
}

@media(max-width:767px) {
    .system-item:nth-child(1) .system-list>li {
        width: 50%;
    }
    .system-item:nth-child(2) .system-list>li {
        width: 50%;
    }
}


/* 服务中心 */

.service {
    padding-top: 20px;
    padding-bottom: 53px;
    background: url('../images/service_bg.png') no-repeat center top #f3f8ff;
}

.service-bd {
    overflow: hidden;
}

.service-items {
    padding-top: 30px;
    margin: 0 -38px;
}

.service-items>li {
    float: left;
    width: 25%;
    margin-top: 10px;
}

.service-link {
    display: block;
    height: 225px;
    border-radius: 5px;
    font-size: 20px;
    color: #666;
    margin: 0 38px;
    padding-top: 170px;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #cce7fb;
    background-repeat: no-repeat;
    background-position: center 38px;
    background-color: #fff;
}

.service-link:hover {
    color: #fff;
    background-color: #0090e9;
}

.service-items>li:nth-child(1)>.service-link {
    background-image: url('../images/service_ico1.png');
}

.service-items>li:nth-child(2)>.service-link {
    background-image: url('../images/service_ico2.png');
}

.service-items>li:nth-child(3)>.service-link {
    background-image: url('../images/service_ico3.png');
}

.service-items>li:nth-child(4)>.service-link {
    background-image: url('../images/service_ico4.png');
}

.service-items>li:nth-child(1):hover>.service-link {
    background-image: url('../images/service_ico1h.png');
}

.service-items>li:nth-child(2):hover>.service-link {
    background-image: url('../images/service_ico2h.png');
}

.service-items>li:nth-child(3):hover>.service-link {
    background-image: url('../images/service_ico3h.png');
}

.service-items>li:nth-child(4):hover>.service-link {
    background-image: url('../images/service_ico4h.png');
}

@media(max-width:979px) {
    .service {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .service-items {
        margin: 0 -5px;
        padding-top: 16px;
    }
    .service-link {
        margin: 0 5px;
        background-size: 50px auto;
        height: 124px;
        padding-top: 86px;
        background-position: center 18px;
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .service-items>li {
        width: 50%;
    }
}


/* 数据中心 */

.data {
    padding-top: 20px;
    padding-bottom: 38px;
}

.data-col {
    padding: 7px 14px 16px;
    margin-right: -18px;
}

.data-bor {
    margin-top: 40px;
    min-height: 486px;
    border: 1px solid #82c9f4;
}

.data-hd {
    height: 45px;
    line-height: 44px;
    border-bottom: 1px solid #e7effc;
}

.data-hd>p {
    position: relative;
    font-size: 18px;
    color: #333;
}

.data-hd>p:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 22px;
    height: 3px;
    background: url('../images/dat_ico.png') no-repeat #fff;
}

.data-items {
    padding-top: 4px;
}

.data-items>li {
    margin-top: 12px;
}

.data-link {
    display: block;
    height: 56px;
    background-color: #f4f8fd;
    border-radius: 5px;
    padding-left: 82px;
    padding-right: 20px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.data-items>li:nth-child(1) .data-link {
    background-image: url('../images/data_ico1.png');
}

.data-items>li:nth-child(2) .data-link {
    background-image: url('../images/data_ico2.png');
}

.data-items>li:nth-child(3) .data-link {
    background-image: url('../images/data_ico3.png');
}

.data-items>li:nth-child(4) .data-link {
    background-image: url('../images/data_ico4.png');
}

.data-items>li:nth-child(5) .data-link {
    background-image: url('../images/data_ico5.png');
}

.data-items>li:nth-child(6) .data-link {
    background-image: url('../images/data_ico6.png');
}

.data-link>label {
    display: block;
    font-size: 18px;
    color: #666;
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.data-link>p {
    text-align: right;
    font-size: 14px;
    color: #999;
}

.data-link>p>label {
    font-size: 24px;
    font-weight: bold;
    color: #517fe6;
    margin-right: 10px;
}

.map-wrap {
    margin-left: 31px;
}

.date-items {
    padding: 26px 0 0 39px;
}

.date-items>li {
    float: left;
}

.date-items>li>a {
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 25px;
    color: #666;
    background-color: #e7effc;
}

.date-items>li.active>a {
    color: #fff;
    background-color: #0090e9;
}

.map-table {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 277px;
    border: 1px solid #e7effc;
}

.map-table>table {
    width: 100%;
    table-layout: fixed;
}

.map-table tr th {
    height: 63px;
    text-align: center;
    background-color: #e7effc;
}

.map-table tr td {
    height: 53px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-table tr td.blue {
    color: #517fe6;
}

.map-table tr:nth-child(even) td {
    height: 40px;
    background-color: #e7effc;
}

.map-wrap>.clearfix {
    position: relative;
}


/* 地图 */

.map-content {
    position: relative;
    margin-right: 340px;
    height: 392px;
    margin-top: 29px;
}

.map-loc {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 36px;
    line-height: 36px;
    border-radius: 25px;
    color: #888;
    padding-left: 46px;
    z-index: 1;
    background: url('../images/location.png') no-repeat 20px center #e7effc;
}

.map-chart {
    width: 100%;
    height: 100%;
}

@media(max-width:979px) {
    .data {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .data-col {
        margin-right: 0;
    }
    .map-wrap {
        margin-left: 0;
        margin-top: 16px;
    }
    .data-bor {
        margin-top: 16px;
        min-height: auto;
    }
}

@media(max-width:767px) {
    .map-wrap {
        padding: 14px;
    }
    .map-table {
        position: static;
        width: 100%;
        margin: 0 auto;
    }
    .map-content {
        height: 280px;
        margin-right: 0;
    }
    .date-items {
        padding-top: 0;
        padding-left: 0;
    }
}

/* 专题专栏  */
.pic-scroll {
    height: 90px;
    margin-top: 16px;
    overflow: hidden;
}

.pic-hd {
    width: 83px;
    height: 90px;
    background: #f3f5f6;
    text-align: center;
}

.pic-hd>a {
    display: inline-block;
    width: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #1b4f9c;
    line-height: 24px;
    padding: 20px 0 0;
}

.pic-bd {
    width: calc(100% - 93px);
    height: 90px;
    margin-left: 10px;
}

.module-list {
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
}

.module-item {
    display: inline-block;
    width: 360px;
    height: 90px;
    margin-left: 10px;
    vertical-align: top;
}

.module-item img {
    width: 100%;
    height: 90px;
}

/* 2021-11-15 zsy */

.map-chart {
    /*     margin-left: 28px; */
    /*     background: url("../images/map_bg.jpg") no-repeat; */
}

.map-content {
    position: relative;
}

.map-chart {
    position: relative;
    z-index: 10;
}

.map-content img {
    position: absolute;
    left: 0;
    top: 0;
    width: 509px;
    height: 361px;
}

@media(max-width:767px) {
    .map-content img {
        width: 100%;
        height: 100%;
    }
}

/* 2022-01-12 zsy */

.news-list>li>a {
    float: left;
    width: calc(100% - 120px);
}

.news-date {
    float: right;
    padding-left: 0;
}