/**!
 * 首页
 * date:2021-11-11
 * author: zsy;
 */

.com-box {
    padding-top: 35px;
}

.com-hd {
    text-align: center;
}

.com-inside {
    position: relative;
    display: inline-block;
    min-width: 333px;
    vertical-align: top;
}

.com-inside:before,
.com-inside:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 42px;
    height: 9px;
    background-repeat: no-repeat;
}

.com-inside:before {
    left: 0;
    background-image: url("../images/head_before.png");
}

.com-inside:after {
    right: 0;
    background-image: url("../images/head_after.png");
}

.com-tt {
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    font-weight: 600;
}

.com-en {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #666;
    background: url("../images/com_en.png") no-repeat center top;
}

.main-box {
    margin-top: 91px;
}


/* banner轮播 */

.banner-swiper {
    height: 428px;
}

.banner-img {
    display: block;
    height: 100%;
    line-height: 428px;
    text-align: center;
    background: url("../images/banner_bg.jpg") center top;
}

.banner-img img {
    vertical-align: middle;
}

.banner-swiper .swiper-pagination {
    bottom: 14px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 68px;
    height: 3px;
    border-radius: 0;
    background: #fff;
    opacity: 0.4;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

.banner-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}


/* 金融机构 */

.agency-bd {
    margin-top: 30px;
}

.agency-list {
    margin-left: -60px;
    margin-bottom: 5px;
}

.agency-item {
    width: calc(50% - 60px);
    margin-left: 60px;
    margin-bottom: 63px;
}

.agency-item a {
    position: relative;
    display: block;
    height: 216px;
    padding: 23px 24px 0;
    box-sizing: border-box;
    border-radius: 8px;
    color: #999;
    box-shadow: 0px 0px 17.64px 0.36px rgba(98, 105, 113, 0.19);
    background: #fff url("../images/agency_bg.png") no-repeat;
    background-size: 100% 100%;
}

.agency-tt {
    height: 56px;
    line-height: 45px;
    padding-left: 63px;
    font-size: 26px;
    font-weight: 600;
    color: #333;
    background-repeat: no-repeat;
    background-position: left center;
}

.agency-item .intro {
    max-height: 56px;
    line-height: 28px;
    font-size: 18px;
    overflow: hidden;
}

.join-num {
    color: #1660BA;
    margin-top: 12px;
    font-size: 16px;
}

.agency-item:hover a,
.agency-item.active a {
    color: #fff;
    background-image: url("../images/agency_bgh.png");
}

.agency-item:hover a:before,
.agency-item.active a:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -36px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 16px 13.5px;
    border-color: transparent transparent #f4f5f7 transparent;
}

.agency-item:hover a,
.agency-item:hover a .agency-tt,
.agency-item:hover a .join-num ,
.agency-item.active a,
.agency-item.active a .agency-tt,
.agency-item.active a .join-num {
    color: #fff;
}

.agency-item:nth-child(1) .agency-tt {
    background-image: url("../images/agency_ico1.png");
}

.agency-item:nth-child(2) .agency-tt {
    background-image: url("../images/agency_ico2.png");
}

.agency-item:nth-child(3) .agency-tt {
    background-image: url("../images/agency_ico3.png");
}

.agency-item:nth-child(4) .agency-tt {
    background-image: url("../images/agency_ico4.png");
}

.agency-item:nth-child(1):hover .agency-tt,
.agency-item:nth-child(1).active .agency-tt {
    background-image: url("../images/agency_ico1_active.png");
}

.agency-item:nth-child(2):hover .agency-tt,
.agency-item:nth-child(2).active .agency-tt {
    background-image: url("../images/agency_ico2_active.png");
}

.agency-item:nth-child(3):hover .agency-tt,
.agency-item:nth-child(3).active .agency-tt {
    background-image: url("../images/agency_ico3_active.png");
}

.agency-item:nth-child(4):hover .agency-tt,
.agency-item:nth-child(4).active .agency-tt {
    background-image: url("../images/agency_ico4_active.png");
}

/* 业务统计 */

.box {
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 0 8px rgba(194, 196, 200, 0.3);
    background-color: #fcfcfc;
}

.business-box {
    padding-bottom: 60px;
    background-color: #f8f8f9;
}

.business-bd {
    margin-top: 20px;
}

.business-box .business {
    width: calc(50% - 15px);
    height: 349px;
    padding-top: 5px;
}

.business-tt {
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 20px;
}

.table-box {
    height: calc(100% - 47px);
    text-align: center;
}

.table-hd {
    height: 42px;
    box-shadow: 0px 4px 6px 0px rgba(139, 163, 193, 0.19);
    font-size: 18px;
    color: #3f7dc9;
    background-color: #e4edf9;
    background-image: linear-gradient(to bottom, #e4edf9, #fff);
}

.table-bd {
    height: calc(100% - 45px);
    margin: 3px 4px 0 0;
    overflow: auto;
}

.table-bd::-webkit-scrollbar {
    width: 4px;
}

.table-bd::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #9ca7b6;
}

.table-bd::-webkit-scrollbar-track {
    background: none;
}

.body-item {
    height: 42px;
    font-size: 16px;
}

.body-item:hover {
    background-color: #f2f6fb;
    cursor: pointer;
}

.table-item {
    line-height: 42px;
    padding: 0 20px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-item:nth-child(1) {
    width: 34%;
}

.table-item:nth-child(2) {
    width: 24%;
}

.table-item:nth-child(3) {
    width: 18%;
}

.table-item:nth-child(4) {
    width: 24%;
}

.business.loan .table-item:nth-child(1) {
    width: 53%;
}

.business.loan .table-item:nth-child(2) {
    width: 22.5%;
}

.business.loan .table-item:nth-child(3) {
    width: 24.5%;
}

.recent-year {
    height: 554px;
    margin-top: 33px;
    padding: 0 30px 0 35px;
}

.recent-year .business-tt {
    height: 57px;
    line-height: 57px;
}

.recent-hd {
    position: relative;
    text-align: center;
}

.recent-hd .date {
    position: absolute;
    right: 30px;
    top: 19px;
    line-height: 21px;
    font-size: 16px;
    color: #999;
}

.ensure-list {
    display: inline-block;
    height: 38px;
    line-height: 36px;
    border: 1px solid #1f72d8;
    box-sizing: border-box;
    border-radius: 20px;
    text-align: center;
    font-size: 0;
    background-color: #f9f9f9;
    vertical-align: top;
}

.ensure-item {
    display: inline-block;
    padding: 0 30px;
    border-radius: 20px;
    font-size: 18px;
    color: #2168c0;
    cursor: pointer;
}

.ensure-item.active {
    color: #fff;
    background-color: #1a6ed5;
    background-image: linear-gradient(to right, #1a6ed5, #4797f2);
}

.recent-bd {
    margin-top: 20px;
}

.recent-type {
    width: 210px;
    height: 399px;
    padding: 10px 0 0 5px;
    box-sizing: border-box;
    box-shadow: 0px 2px 16px 0px rgba(139, 163, 193, 0.19);
    background: url("../images/business_hd.png") no-repeat;
    background-size: 100% 100%;
}

.recent-item {
    height: 66px;
    line-height: 66px;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-left: 4px solid transparent;
    cursor: pointer;
}

.recent-item.active {
    font-weight: 800;
    border-color: #f1f7fe;
    background-color: transparent;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), transparent);
}

.recent-item+.recent-item {
    margin-top: 10px;
}

.recent-content {
    margin-left: 210px;
    height: 399px;
}