﻿/* 首页
tfx
2020-05-26 */
body {
    min-width: 1200px;   
}

/* 轮播、通知公告 */
.notice-carousel {
    height: 340px;
}

.notice-carousel>div {
    float: left;
}

.new-carousel {
    width: 589px;
}

#ewb-newsscroll {
    position: relative;
}

/* 轮播-文字介绍 */
.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    text-indent: 15px;
    padding-right: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.5);
}

/* 轮播-分页按钮 */
#ewb-newsscroll .owl-dots {
    position: absolute;
    right: 12px;
    bottom: 17px;
    width: 104px;
    height: 12px;
}

#ewb-newsscroll .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin-left: 11px;
    background: rgba(255, 255, 255, 0.85);
}

#ewb-newsscroll .owl-dots .owl-dot:first-child>span {
    margin-left: 0;
}

#ewb-newsscroll .owl-dots .owl-dot.active span {
    background: #ffae00;
}

.notice-cont {
    width: 589px;
    margin-left: 22px;
}

.title-hd {
    position: relative;
    height: 42px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3f85e8;
    border-top: 2px solid #e3e3e3;
    background: #f7f7f7;
}

.title-hd:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 8px;
    background: url("../images/icon_hd.png") center center no-repeat;
}

.notice-ul {
    margin-top: 8px;
}

.notice-list {
    line-height: 36px;
    background: url("../images/icon_dian.png") 0 center no-repeat;
}

.notice-list-date {
    float: right;
    width: 100px;
    color: #999;
    font-size: 15px;
    margin-top: -36px;
}

.notice-list-cont {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list:hover {
    color: #f7595f;
    background-image: url("../images/icon_dian1.png");
}

.notice-list:hover .notice-list-date {
    color: #f7595f;
}

/* 登录、今日交易、法规等 */
.login-cont {
    width: 260px;
    height: 270px;
}

.trading-today {
    width: 589px;
    margin: 0 22px;
}

.login-list {
    /*height: 80px;*/
    height: 60px;
    margin-top: 15px;
    background: url("../images/bg_login.jpg") center center no-repeat;
}

.login-list:first-child {
    margin-top: 0;
}

.login-list>a {
    display: block;
    /*line-height: 80px;*/
    line-height: 60px;
    padding-left: 90px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    /*background: 40px center no-repeat;*/
    background: 30px center no-repeat;
}

.login-list:nth-child(1)>a {
    background-image: url("../images/icon_gzrydl.png");
}

.login-list:nth-child(2)>a {
    background-image: url("../images/icon_jyztdl.png");
}

.login-list:nth-child(3)>a {
    background-image: url("../images/icon_zjzcdl.png");
}

.login-list:nth-child(4)>a {
    background-image: url("../images/icon_zjzcdl.png");
}

.login-list:hover {
    background-image: url("../images/bg_login1.jpg");
}

/* 今日交易 */
.trading-ul {
    margin-top: 8px;
}

.trading-list {
    line-height: 36px;
    cursor: pointer;
    background: url("../images/icon_dian.png") 0 center no-repeat;
}

.trading-list-date {
    float: right;
    width: 140px;
    text-align: right;
    font-size: 15px;
    margin-top: -36px;
}

.trading-list-address {
    float: right;
    width: 110px;
    margin-right: 140px;
    text-align: center;
    font-size: 15px;
    margin-top: -36px;
}

.trading-list-cont {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trading-list:hover {
    color: #f7595f;
    background-image: url("../images/icon_dian1.png");
}

/* 法规、办事指南等 */
.law-cont {
    width: 307px;
}

.law-list {
    float: left;
}

.law-list>a {
    display: block;
    width: 147px;
    height: 128px;
    line-height: 26px;
    padding-top: 86px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: center 30px no-repeat;
}

.law-list:nth-child(2n) {
    margin-left: 13px;
}

.law-list:nth-child(n+3) {
    margin-top: 14px;
}

.law-list:nth-child(1)>a {
    background-image: url("../images/icon_zcfg.png");
    background-color: #a4a2f0;
}

.law-list:nth-child(2)>a {
    background-image: url("../images/icon_bszn.png");
    background-color: #67bbe7;
}

.law-list:nth-child(3)>a {
    background-image: url("../images/icon_xzzx.png");
    background-color: #42d7d0;
}

.law-list:nth-child(4)>a {
    background-image: url("../images/icon_cjwt.png");
    background-color: #eabc92;
}

.law-list:nth-child(1)>a:hover {
    background-color: #9693ee;
}

.law-list:nth-child(2)>a:hover {
    background-color: #3ea8e0;
}

.law-list:nth-child(3)>a:hover {
    background-color: #00d7a7;
}

.law-list:nth-child(4)>a:hover {
    background-color: #eac03a;
}

/* 交易信息 */
.trade-hd {
    line-height: 45px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    background: url("../images/jyxx_hdbg.png") center center no-repeat;
}

.trade-ul {
    margin-top: 15px;
}

.trade-list {
    float: left;
    width: 190px;
    height: 125px;
    margin-left: 12px;
    padding: 0 11px;
    border-width: 2px 1px 1px;
    border-style: solid;
    border-color: #649ded #e0e0e0 #e0e0e0;
}

.trade-list:first-child {
    margin-left: 0;
}

.trade-list>h1 {
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #3f77e8;
    border-bottom: 1px dashed #e0e0e0;
}

.trade-list>p {
    line-height: 31px;
    font-size: 15px;
}

.trade-list-unit {
    color: #666;
    margin-left: 8px;
}

.trade-list-num {
    display: inline-block;
    width: 78px;
    font-size: 18px;
    font-weight: bold;
    color: #f7595f;
    text-align: right;
}

.trade-tab-left {
    width: 170px;
    height: 492px;
    background: url("../images/tab_bg.jpg") center center no-repeat;
}

.trade-tab-ul {
    margin-top: 16px;
    padding-left: 30px;
}

.trade-tab-list {
    height: 38px;
    line-height: 38px;
    margin-top: 8px;
    color: #fff;
    font-size: 18px;
    padding-left: 24px;
   
    cursor: pointer;
}

.trade-tab-list.active {
    font-weight: bold;
    color: #3f85e8;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    background: #fff;
}

.trade-tab-right {
    margin-left: 170px;
    height: 492px;
    padding: 7px 20px 16px;
    border-width: 1px 1px 1px 0;
    border-color: #649ded;
    border-style: solid;
}

.announcement-ul {
    height: 43px;
    border-bottom: 1px solid #d5d5d5;
}

.announcement-list {
    float: left;
    /*width: 100px;*/
    width: 120px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.announcement-list.active {
    position: relative;
    color: #3f85e8;
    font-weight: bold;
}

.announcement-list.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: #1e70e3;
}

.project-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.project-hd>tr {
    height: 46px;
    line-height: 46px;
    background: #84b5fa;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.project-hd>tr>td,
.project-bd>tr>td {
    border: 1px solid #fff;
}

.project-bd>tr {
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    text-align: center;
}

.project-bd .project-bd-name {
    text-align: left;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.project-bd>tr:nth-child(2n) {
    background: #f8f9fb;
}

.project-bd>tr:hover {
    color: #2069e1;
    background: #ebf1ff;
}

/* 友情链接 */

.friendly-links {
    height: 144px;
}

.friendly-links ul {
    margin-left: 60px;
    margin-top: 53px;
}

.links-title::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 39px;
    height: 3px;
    background-color: #2598f9;
}

.links-title {
    position: relative;
    display: inline-block;
    margin-top: 52px;
    width: 81px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.links {
    margin-left: 60px;
}

.select-bar {
    position: relative;
    float: left;
   /* width: 210px;*/
    width: 353px;
    height: 46px;
}

.select-bar::before {
    position: absolute;
    z-index: 200;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -12px;
    width: 1px;
    height: 24px;
    background: #c1c1c1;
}

.select-bar:first-child {
    margin-left: 0;
}

.select-bar:first-child::before {
    display: none;
}

.ewb-sel {
    display: none;
    width: 211px;
    height: 46px;
    line-height: 46px;
}

.chosen-container {
    width: 211px;
    height: 46px;
    line-height: 46px;
    font-family: "Microsoft YaHei";
}

.chosen-container-single .chosen-single {
    padding-left: 29px;
    height: 46px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    color: #333;
    border: 1px solid transparent;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single.cur {
    color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    position: relative;
    z-index: 300;
    border: 1px solid #c1c1c1;
}

.chosen-container-single .chosen-single span {
    margin-right: 29px;
    height: 46px;
    line-height: 46px;
}

.chosen-container-single .chosen-single div {
    width: 29px;
    padding: 0;
}

.chosen-container-single .chosen-single div b {
    width: 29px;
    height: 46px;
    background: url("../images/sel_ico.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
    right: 0;
    left: 0;
    top: auto;
    bottom: 46px;
    width: auto;
    border: 1px solid #c1c1c1;
    border-bottom: 0;
    border-radius: 0;
}

.chosen-container .chosen-search {
    display: none;
}

.chosen-container .chosen-results {
    margin: 0;
    padding: 10px 10px;
    color: #333;
}

.chosen-container .chosen-results li {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 23px;
}