﻿/**!
 * 河南省公共资源交易企业融资服务平台
 * author: gl;
 * date:2020-05-04
 */

/* 金融机构 */
.module {
    padding: 40px 0;
}

.module:nth-child(even) {
    background-color: #f6f6f6;
}

.module-tt {
    position: relative;
    font-size: 30px;
    height: 40px;
    padding-left: 25px;
    line-height: 40px;
    overflow: hidden;
}

.module-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 10px;
    height: 40px;
    background-color: #2168c0;
}

.module-tt>span {
    margin-left: 20px;
    font-size: 18px;
    color: #ccc;
    text-transform: capitalize
}

/* 金融机构 */
.instit {
    padding-bottom: 10px;
}

.instit-wrap {
    position: relative;
    height: 284px;
    padding-bottom: 30px;
    overflow: hidden;
}

.instit-item {
    margin-top: 30px;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}

.instit-link {
    float: left;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    height: 224px;

}

.instit-link>a {
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 14px 14px 0 rgba(153, 153, 153, 0.1);
}

.instit-link img {
    float: left;
    width: 100px;
    height: 100%;
}

#scroll.owl-carousel .owl-item img {
    width: 100px;
}

.instit-info {
    margin-left: 100px;
    padding: 20px 20px 0;
}

.instit-tt {
    font-size: 22px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.instit-intro {
    height: 72px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 12px;
    overflow: hidden;
}

.instit-count {
    font-size: 14px;
    color: #666;
    margin-top: 28px;
}

.instit-count>span {
    font-size: 30px;
    color: #e60012;
}

/* 金融产品 */
.product-img {
    position: relative;
    width: 310px;
    height: 224px;
    border-radius: 30px 0 0 0;
    overflow: hidden;
}

.product-img.img2 {
    border-radius: 0 0 30px 0;
}

.product-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.product-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 30px 0;
}

.product-info>h4 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 23px;

}

.product-info>h4:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #d1d3d5;
}

.product-info>p {
    height: 90px;
    line-height: 30px;
    margin-top: 18px;
    color: #fff;
    overflow: hidden;
}


.product-flow {
    width: 980px;
    height: 224px;
    font-size: 0;
    padding: 0 9px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    white-space: nowrap;
}

.product-item {
    display: inline-block;
    height: 222px;
    padding-top: 57px;
    width: 160px;
    text-align: center;
    vertical-align: top;
}

.flow-img {
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.flow-img>img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .05);
}

.flow-img:before {
    position: absolute;
    content: "";
    left: -80px;
    top: 50%;
    margin-top: -8px;
    width: 70px;
    height: 16px;
    background: url('../images/flow_tri.png') no-repeat;
}

.product-item:first-child .flow-img:before {
    display: none;
}

.product-item>p {
    font-size: 18px;
    color: #666;
    margin-top: 16px;
}

.news-wrap {
    padding-top: 33px;
}

.news-head {
    height: 54px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.news-head>div {
    width: 1196px;
    border-radius: 54px;
    background: #e0edfd;
    margin: 0 auto;
}

.news-head .title-name {
    display: inline-block;
    width: 175px;
    line-height: 54px;
    background: none;
    font-size: 22px;
    color: #333;
    font-weight: normal;
    cursor: pointer;
    border-radius: 54px;
    margin-left: 80px;
}

.news-head .title-name:first-child {
    margin-left: 0;
}

.news-head .title-name>a {
    display: inline-block;
    height: 54px;
    color: #333;
    background-position: 0 center;
    background-repeat: no-repeat;
}

.title-name:nth-child(1)>a {
    background-image: url('../images/group_icon1.png');
}

.title-name:nth-child(2)>a {
    background-image: url('../images/group_icon2.png');
}

.title-name:nth-child(3)>a {
    background-image: url('../images/group_icon3.png');
}

.title-name:nth-child(4)>a {
    background-image: url('../images/group_icon4.png');
}

.title-name:nth-child(1).active>a {
    background-image: url('../images/group_icon1h.png');
}

.title-name:nth-child(2).active>a {
    background-image: url('../images/group_icon2h.png');
}

.title-name:nth-child(3).active>a {
    background-image: url('../images/group_icon3h.png');
}

.title-name:nth-child(4).active>a {
    background-image: url('../images/group_icon4h.png');
}

.news-head .title-name.active {
    font-weight: bold;
    background: #2a70c6;
    box-shadow: 0px 2px 8px 0px rgba(167, 195, 230, 0.5);
}

.news-head .title-name.active>a {
    color: #fff;
}

.news-body {
    padding-top: 0px;
    height: 500px;
}

.group-item {
    display: block;
    height: 200px;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.66);
}

.group-hd {
    height: 107px;
    border-bottom: 1px dashed #ddd;
}

.group-bd {
    padding: 0 10px;
}

.group-name {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group-price {
    height: 32px;
    line-height: 32px;
    color: #999;
}

.group-num span {
    font-size: 18px;
    color: #e99710;
}

.group-star {
    width: 120px;
    height: 20px;
    margin-top: 6px;
    background: url('../images/star.png');
}

.group-star-active {
    height: 20px;
    background: url('../images/starh.png');
}

#scroll .owl-dots,
.groupScroll .owl-dots {
    display: block !important;
    height: 18px;
}

#scroll .owl-dots {
    bottom: 0;
}

#scroll.owl-carousel button.owl-dot,
.groupScroll.owl-carousel button.owl-dot {
    width: 18px;
    height: 18px;
    margin: 0 6px;
    background: url('../images/group_dot.png') center center;
}

#scroll {
    height: 284px;
    overflow: hidden;
}

.groupScroll {
    height: 248px;
    overflow: hidden;
}

#scroll.owl-carousel button.owl-dot.active,
.groupScroll.owl-carousel button.owl-dot.active {
    background: url('../images/group_doth.png') center center;
}

/* 业务统计 */
.column {
    width: 640px;
    margin-top: 15px;
    height: 330px;
    box-shadow: 0px 5px 10px 0px rgba(146, 181, 224, 0.22);
}

.column-hd {
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 22px;
}

.column-bd {
    height: 278px;
}

.info-table {
    width: 100%;
    table-layout: fixed;
}

.info-table th {
    height: 42px;
    font-size: 16px;
    text-indent: 10px;
    color: #fff;
    background-color: #2168c0;
}

.info-table td {
    height: 42px;
    font-size: 16px;
    color: #333;
}


.info-table td span {
    display: block;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.th1 {
    width: 120px;
}

.th2 {
    width: 140px;
}

.total {
    height: 58px;
    line-height: 58px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
    margin: 0 10px;
    border-top: 1px solid #dddddd;
    margin-top: 4px;
}

.total span {
    display: inline-block;
    line-height: 58px;
    text-align: left;
    color: #1155a9;
    font-size: 16px;
    width: 120px;
    text-indent: 10px;
}

.total span:nth-child(1) {
    width: 240px;
    text-indent: 0;
}

.total span:nth-child(4) {
    width: 130px;
}

.chart {
    height: 470px;
    margin-top: 50px;
}

.chart-left {
    width: 255px;
    height: 470px;
    box-shadow: 5px 0 5px -1px rgba(146, 181, 224, 0.22);
}

.chart-left-list {
    height: 66px;
    line-height: 66px;
    padding-left: 30px;
    font-size: 24px;
}

.chart-left-list a {
    display: block;
    color: #666;
}

.chart-left-list.cur {
    font-weight: bold;
    background: url('../images/chart_listbg.jpg') no-repeat;
}

.chart-left-list.cur a {
    color: #1155a9;
}

.chart-item {
    margin-left: 275px;
    height: 470px;
}

.chart-type {
    height: 66px;
}

.chart-type-btn {
    width: 78px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #2168c0;
    border-radius: 5px;
    color: #1155a9;
    font-size: 16px;
    background-color: #f9f9f9;
    margin: 20px 0 0 10px;
    cursor: pointer;
}

.chart-type-btn.cur {
    background-color: #2168c0;
    color: #fff;
}

.chart-box {
    height: 404px;
}