﻿/**!
* å—é€šå¸‚ç½‘ä¸Šæ‹›æŠ•æ ‡ç³»ç»Ÿ
* date:2021-03-29
* author: zsy;
*/

body {
    min-width: 1320px;
}

.mt30 {
    margin-top: 30px;
}

.main-box:nth-child(odd) {
    padding: 20px 0 30px;
    background-color: #f5f7f8;
}

.main-box+.main-box {
    margin-top: 25px;
}

.show-info {
    margin-left: 188px;
    height: 415px;
    padding-top: 20px;
    box-sizing: border-box;
}

.info-box {
    height: 290px;
}


/* è½®æ’­ */

.owl-box {
    width: 455px;
    height: 290px;
}

.owl-box .img {
    width: 455px;
    height: 290px;
}

.owl-carousel {
    position: relative;
}


/* åˆ†é¡µæŒ‰é’® */

.owl-box .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 10px;
    z-index: 60;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.owl-box button.owl-dot {
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 11px;
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    outline: 0;
}

.owl-box .owl-dot.active {
    width: 29px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
}


/* tabåˆ‡æ¢ */

.tab-box {
    margin-left: 468px;
    border: 1px solid #d0d0d0;
    box-sizing: border-box;
    height: 290px;
    padding: 10px 20px;
}

.bdl {
    display: none;
}

.tab-head {
    height: 35px;
    border-bottom: 1px solid #dbdee9;
    box-sizing: border-box;
}

.tab-name {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #666;
}

.tab-name+.tab-name {
    margin-left: 35px;
}

.tab-name.active {
    font-family: "SourceHanSansCN-Medium";
    color: #1c7be3;
    border-bottom: 2px solid #1c7be3;
    box-sizing: border-box;
}

.tab-more {
    color: #999;
    padding-right: 27px;
    margin-top: 8px;
    background: url("../css/images/more_icon.png") no-repeat right center;
}


/* é€šç”¨åˆ—è¡¨ */

.news-items {
    padding-top: 8px;
}

.news-item {
    position: relative;
    line-height: 32px;
}

.news-item:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background-color: #c6c6c6;
    border-radius: 50%;
}

.news-item .link {
    padding-left: 10px;
    display: block;
    color: #333;
    margin-right: 75px;
}

.news-time {
    position: absolute;
    right: 0;
    top: 0;
}

.news-item:hover .link,
.news-item:hover .news-time {
    color: #ff7e20;
}

.news-items>li:hover:before {
    background-color: #ff7e20;
}


/* æ¨¡å— */

.module-list {
    margin: 20px 0 0 -10px;
}

.module-item {
    width: 20%;
}

.module-item .link {
    display: block;
    margin-left: 10px;
    font-size: 22px;
    text-align: center;
    padding: 0 5px;
    font-weight: bold;
    height: 85px;
    line-height: 85px;
    color: #fff;
    background-repeat: no-repeat;
}

.module-item:nth-child(1) .link {
    background-image: url("../css/images/icon_bg1.png");
}

.module-item:nth-child(2) .link {
    background-image: url("../css/images/icon_bg2.png");
}

.module-item:nth-child(3) .link {
    background-image: url("../css/images/icon_bg3.png");
}

.module-item:nth-child(4) .link {
    background-image: url("../css/images/icon_bg4.png");
}

.module-item:nth-child(5) .link {
    background-image: url("../css/images/icon_bg5.png");
}


/* ä¸€ç½‘äº¤æ˜“ */

.mt35 {
    margin-top: 35px;
}

.trade-hd {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    padding-bottom: 10px;
}

.trade-hd:before {
    content: "";
    position: absolute;
    width: 140px;
    height: 2px;
    background-color: #548dd7;
    left: 50%;
    margin-left: -70px;
    bottom: -1px;
}

.trade-hd .title {
    font-family: "GJJCQJW";
    font-size: 28px;
    line-height: 37px;
}

.trade-hd .english {
    font-size: 12px;
    color: #bababa;
    text-transform: uppercase;
    line-height: 19px;
}

.owl-trade {
    height: 180px;
}

.owl-trade .item {
    display: block;
    height: 180px;
    color: #333;
    font-size: 20px;
    font-family: "SourceHanSansCN-Medium";
    padding: 120px 5px 0;
    box-sizing: border-box;
    text-align: center;
    background-color: #f5f7f8;
    background-repeat: no-repeat;
    background-position: center 30px;
}

.owl-trade .item:hover {
    background-color: #4187e3;
    color: #fff;
}

.owl-trade .owl-item:nth-child(1n) .item {
    background-image: url("../css/images/owl_icon1.png");
}

.owl-trade .owl-item:nth-child(2n) .item {
    background-image: url("../css/images/owl_icon2.png");
}

.owl-trade .owl-item:nth-child(3n) .item {
    background-image: url("../css/images/owl_icon3.png");
}

.owl-trade .owl-item:nth-child(4n) .item {
    background-image: url("../css/images/owl_icon4.png");
}

.owl-trade .owl-item:nth-child(5n) .item {
    background-image: url("../css/images/owl_icon5.png");
}

.owl-trade .owl-item:nth-child(6n) .item {
    background-image: url("../css/images/owl_icon6.png");
}
.owl-trade .owl-item:nth-child(7n) .item {
    background-image: url("../css/images/owl_icon7.png");
}
.owl-trade .owl-item:nth-child(1n) .item:hover {
    background-image: url("../css/images/owl_icon1_h.png");
}

.owl-trade .owl-item:nth-child(2n) .item:hover {
    background-image: url("../css/images/owl_icon2_h.png");
}

.owl-trade .owl-item:nth-child(3n) .item:hover {
    background-image: url("../css/images/owl_icon3_h.png");
}

.owl-trade .owl-item:nth-child(4n) .item:hover {
    background-image: url("../css/images/owl_icon4_h.png");
}

.owl-trade .owl-item:nth-child(5n) .item:hover {
    background-image: url("../css/images/owl_icon5_h.png");
}

.owl-trade .owl-item:nth-child(6n) .item:hover {
    background-image: url("../css/images/owl_icon6_h.png");
}
.owl-trade .owl-item:nth-child(7n) .item:hover {
    background-image: url("../css/images/owl_icon7_h.png");
}

/* å·¦å³æŒ‰é’® */

.owl-trade .owl-nav .owl-prev,
.owl-trade .owl-nav .owl-next {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    top: 50%;
    margin-top: -19px;
    z-index: 50;
}

.owl-trade .owl-nav .owl-prev:hover,
.owl-trade .owl-nav .owl-next:hover {
    background-color: #4a8ce5;
}

.owl-trade .owl-nav .owl-prev {
    left: -60px;
    background: #cccdcd url("../css/images/left_arrow.png") center no-repeat;
}

.owl-trade .owl-nav .owl-next {
    right: -60px;
    background: #cccdcd url("../css/images/right_arrow.png") center no-repeat;
}


/* äº¤æ˜“ä¿¡æ¯ */

.transinfo-box,
.interactive-box {
    background-color: #f5f7f8;
    padding-top: 25px;
    box-sizing: border-box;
}

.transinfo-box {
    height: 496px;
}

.bid-box {
    width: 860px;
    background-color: #fff;
    padding: 10px 30px 0;
    box-sizing: border-box;
    height: 345px;
}

.bit-item {
    padding: 14px 0 18px;
}

.bit-item+.bit-item {
    border-top: 1px solid #dbdee9;
}

.bit-item .title {
    font-size: 18px;
    display: block;
    color: #333;
    height: 47px;
    line-height: 47px;
}

.bit-item .title .new {
    color: #ff7e20;
}

.content-item {
    width: 25%;
    color: #999;
    padding-right: 5px;
    box-sizing: border-box;
}

.content-item2 {
    width: 25%;
    color: #999;
    padding-right: 5px;
    box-sizing: border-box;
}
.content-item3 {
    width: 50%;
    color: #999;
    padding-right: 5px;
    box-sizing: border-box;
}

.today-trade {
    margin-left: 880px;
    background-color: #fff;
    height: 345px;
    padding: 20px 26px 0 6px;
    box-sizing: border-box;
}

.today-trade .title {
    font-size: 18px;
    color: #498ad6;
    text-align: center;
    line-height: 28px;
}

.today-item {
    width: calc(50% - 20px);
    margin: 20px 0 0 20px;
    height: 115px;
}

.today-item .link {
    display: block;
    height: 100%;
    padding: 0 7px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: url("../css/images/trade_bg.png") no-repeat;
}

.today-item .link .link-tt {
    border-bottom: 1px solid #2777e3;
    font-size: 16px;
    line-height: 34px;
}

.today-item .statistic {
    margin-top: 10px;
}

.today-item .statistic .number {
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
}


/* ä¸»ä½“ä¿¡æ¯ */



.mt24 {
    margin-top: 24px;
}

.table-style {
    width: 100%;
    table-layout: fixed;
}

.table-style .table-tt,
.table-style .table-info {
    padding: 0 5px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-style .table-tt {
    height: 40px;
    background-color: #548dd7;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.table-style .table-info {
    height: 50px;
    font-size: 16px;
    color: #666;
	/* width:300px; */
}

.table-style .table-info .name {
    color: #666;
}

.table-style tbody tr:nth-child(even) {
    background-color: #f4f8fc;
}

.check-more {
    display: block;
    margin: 20px auto 0;
    width: 135px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #61a7f9;
    font-size: 16px;
    background-color: #f4f8fc;
    border-radius: 20px;
}


/* äº’åŠ¨äº¤æµ */

.interactive-box {
    height: 390px;
    margin-top: 22px;
}

.column-content {
    background-color: #fff;
    /* width: 410px; */
    height: 155px;
    padding: 10px 22px 0;
    /* box-sizing: border-box; */
    width: 100%;
}

.column-content .dot {
    line-height: 26px;
    height: 78px;
    font-size: 16px;
    width: 67%;
}

.consult-reply {
    margin-left: 430px;
    height: 240px;
    background-color: #fff;
    padding: 10px 22px 0;
    box-sizing: border-box;
}

.response-title {
    height: 40px;
}

.response-title .tab-more {
    margin-top: 10px;
}

.column-content .title,
.response-title .title {
    font-size: 18px;
    font-weight: bold;
    color: #498ad6;
    height: 40px;
    line-height: 40px;
}

.column-item {
    /* width: calc(60% - 10px); */
    width: 180px;
    height: 74px;
    line-height: 74px;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 5px 0 10px;
    box-sizing: border-box;
	    margin-top: -20px;
}

.column-item:first-child {
    margin-right: 10px;
    background-image: url("../css/images/ask_bg1.png");
}

.column-item:last-child {
    margin-left: 10px;
    background-image: url("../css/images/ask_bg2.png");
}

.owl-response {
    margin-top: 10px;
    height: 180px;
    overflow: hidden;
}

.response-list {
    margin-left: -7px;
}

.response-item {
    width: 33.33%;
}

.response-item .link {
    display: block;
    border-radius: 5px;
    background-color: #f4f8fc;
    color: #333;
    padding: 20px 10px 0;
    height: 135px;
    box-sizing: border-box;
    margin-left: 7px;
    position: relative;
}

.response-item .link:before {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #e5ebf2;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.response-item .link .dot {
    height: 34px;
    line-height: 17px;
    padding-left: 25px;
    background-repeat: no-repeat;
}

.response-item .link .dot:first-child {
    background-image: url("../css/images/question_icon.png");
}

.response-item .link .dot:last-child {
    margin-top: 30px;
    background-image: url("../css/images/answer_icon.png");
}


/* åˆ†é¡µæŒ‰é’® */

.owl-response .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 20px;
    z-index: 60;
    font-size: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.owl-response button.owl-dot {
    float: left;
    width: 19px;
    height: 10px;
    margin-right: 2px;
    background: none;
    border: 0;
    outline: 0;
    position: relative;
}

.owl-response button.owl-dot:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #d1e2f4;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.owl-response .owl-dot.active {
    width: 32px;
}

.owl-response .owl-dot.active:before {
    background: #498ad6;
}

#jrkbinfolist{
	height:300px;
}



/* 20210425 */
.sidebar {
    position: fixed;
    width: 80px;
    top: 50%;
    right: 29px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 #d0dbe0;
    background-color: #fff;
    transform: translateY(-50%);
    z-index: 100;
}

.sidebar-item {
    position: relative;
    font-size: 16px;
}
/*20230117*/
.sub-sidebar {
    position: relative;
}
.sub-sidebar .sidebar-link {
    cursor: pointer;
}
.sub-sidebar .sub-sidebar-list {
    position: absolute;
    width: 100px;
    height: 80px;
    left: calc(-100% - 20px);
    top: 0;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 14%);
    display: none;
}
.sub-sidebar:hover .sub-sidebar-list {
    display: block;
}
.sub-sidebar .sub-sidebar-list a {
    color: #666;
}
.sub-sidebar .sub-sidebar-list a:hover {
    color: #4187e3;
    font-weight: bold;
}
/*20230117*/
.sidebar-link {
    box-sizing: border-box;
    display: block;
    height: 80px;
    color: #666;
    padding-top: 48px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    transition: all .1s;
}

.sidebar-item:hover .sidebar-link {
    color: #fff;
    background-color: #4187e3;
}

.sidebar-item.sidebar-item1 .sidebar-link {
    background-image: url("./images/side_ico1.png");
    border-radius: 3px 3px 0 0;
}

.sidebar-item.sidebar-item2 .sidebar-link {
    background-image: url("./images/side_ico2.png");
}

.sidebar-item.sidebar-item3 .sidebar-link {
    background-image: url("./images/side_ico3.png");
}

.sidebar-item.sidebar-item4 .sidebar-link {
    background-image: url("./images/side_ico4.png");
}

.sidebar-item.sidebar-item5 .sidebar-link {
    background-image: url("./images/side_ico5.png");
}

.sidebar-item.sidebar-item6 .sidebar-link {
    background-image: url("./images/side_ico6.png");
}

.sidebar-item.sidebar-item7 .sidebar-link {
    background-image: url("./images/side_ico7.png");
}

.sidebar-item.sidebar-item8 .sidebar-link {
    background-image: url("./images/side_ico8.png");
    border-radius: 0 0 3px 3px;
}
.sidebar-item.sidebar-item9 .sidebar-link {
    background-image: url("./images/side_ico9.png");
    border-radius: 0 0 3px 3px;
}


.sidebar-item.sidebar-item1:hover .sidebar-link {
    background-image: url("./images/side_ico1h.png");
}

.sidebar-item.sidebar-item2:hover .sidebar-link {
    background-image: url("./images/side_ico2h.png");
}

.sidebar-item.sidebar-item3:hover .sidebar-link {
    background-image: url("./images/side_ico3h.png");
}

.sidebar-item.sidebar-item4:hover .sidebar-link {
    background-image: url("./images/side_ico4h.png");
}

.sidebar-item.sidebar-item5:hover .sidebar-link {
    background-image: url("./images/side_ico5h.png");
}

.sidebar-item.sidebar-item6:hover .sidebar-link {
    background-image: url("./images/side_ico6h.png");
}

.sidebar-item.sidebar-item7:hover .sidebar-link {
    background-image: url("./images/side_ico7h.png");
}

.sidebar-item.sidebar-item8:hover .sidebar-link {
    background-image: url("./images/side_ico8h.png");
}
.sidebar-item.sidebar-item9:hover .sidebar-link {
    background-image: url("./images/side_ico9h.png");
}


.sidebar-wrap {
    display: none;
    position: absolute;
    bottom: 0;
    right: 100px;
    width: 150px;
    height: 172px;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #d0dbe0;
}

.sidebar-wrap:after {
    position: absolute;
    content: "";
    top: 0;
    right: -20px;
    bottom: 0;
    width: 20px;
}

.sidebar-wrap:before {
    position: absolute;
    content: "";
    right: -10px;
    bottom: 35px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px;
    border-color: transparent transparent transparent #fff;
}

.sidebar-tt {
    color: #666;
    line-height: 40px;
    text-align: center;
}

.sidebar-ewm {
    display: block;
    width: 110px;
    height: 110px;
    margin: 5px auto 0;
}

.sidebar-item:hover .sidebar-wrap {
    display: block;
}

@media(max-width:1370px) {
    .sidebar {
        right: 0;
    }
}

/* 2022-01-07 zsy */

.bit-item .title {
    height: auto;
    line-height: 25px;
    margin: 11px 0;
}

.content-item:last-child {
    width: 100%;
}