@charset "UTF-8";

.header1 {
    background: #11416a;
}

.header1 .right li .lord1 {
    color: #fff;
}

/* banner */
.product-banner {
    background-image: url("../images/product-serve-banner.png") !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-box {
    margin: auto;
}

.banner-box p {
    font-family: FZHZGBJW--GB1-0;
    line-height: 73px;
    text-align: center;
}

.banner-title {
    font-size: 66px;
    color: #fff;
    text-shadow: 2px 2px 0px #16d7ff;
}

.banner-txt {
    font-size: 30px;
    letter-spacing: 1px;
    color: #fafbfc;
    margin-top: 40px;
}

.banner-imgBox {
    width: 862px;
    height: 132px;
    border: dashed 1px #fff;
    margin: 89px auto 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.banner-img {
    width: 56px;
    height: 56px;
}

.banner-down {
    width: 40px;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    display: block;
    margin: auto;
    animation: downAnimate 2s linear infinite;
}

@keyframes downAnimate {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(40px);
    }
}

/* 业务领域 */
.business-area {
    position: relative;
    display: flex;
    align-items: center;
}

.business-area .container {
    display: flex;
    justify-content: space-between;
}

.bg-txt {
    position: absolute;
    top: 225px;
    left: 70px;
    font-family: ArialMT;
    font-size: 258px;
    line-height: 43px;
    color: #fcf5f4;
}

.area-left {
    width: 29%;
    z-index: 1;
}

.area-left .ch {
    font-family: MicrosoftYaHei;
    font-size: 42px;
    line-height: 43px;
    color: #cb0406;
    margin-top: 15px;
}

.area-left .en {
    font-family: ArialMT;
    font-size: 18px;
    line-height: 43px;
    letter-spacing: 3px;
    color: #cb0406;
    /* margin-top: 18px; */
}

.area-left .line {
    width: 70px;
    height: 6px;
    background: #e6533b;
    margin-top: 20px;
}

.area-left .desc {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 42px;
    color: #323333;
    margin-top: 20px;
    width: 83%;
}

.area-right {
    width: 65%;
}

.area-right .swiper-container {
    width: 1245px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.area-right .swiper-slide {
    height: 90%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    flex-wrap: wrap;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    /* -webkit-align-items: center;
    align-items: center; */
    cursor: pointer;
}

.area-right .swiper-slide-active {
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.area-right .swiper-slide-active .more-txt {
    float: none;
    width: 95%;
    margin: auto;
}


.area-right .swiper-button-next {
    background-image: url("../images/next.png");
    background-size: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 57px;
    bottom: 0;
    top: auto;
}

.area-right .swiper-button-prev {
    background-image: url("../images/prev.png");
    background-size: 100%;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}

.area-right .swiper-button-prev:hover {
    background-image: url("../images/preved.png");
}

.area-right .swiper-button-next:hover {
    background-image: url("../images/nexted.png");
}

.area-right .swiper-slide-next ~ .swiper-slide .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 30%);
}

.img-box {
    width: 100%;
    height: 320px;
    background-size: cover;
    position: relative;
    margin-bottom: 20px;
}

.img-box1 {
    background-image: url("../images/area1.png");
}

.img-box2 {
    background-image: url("../images/area2.png");
}

.img-box3 {
    background-image: url("../images/area3.png");
}

.img-box4 {
    background-image: url("../images/area4.png");
}

.img-box5 {
    background-image: url("../images/yshj.png");
}

.img-box6 {
    background-image: url("../images/xyxxgx.png");
}

.img-box7 {
    background-image: url("../images/xypjxtkf.png");
}

.img-box8 {
    background-image: url("../images/xyyqzxfw.png");
}

.img-box .area-img {
    width: auto;
    height: 90px;
    margin: 100px auto 40px auto;
    display: block;
}

.img-box p {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
}

.more {
    width: 100%;
    margin-bottom: 60px;
    font-size: 18px;
}

.more ul {
    list-style: inside;
    padding: 0 20px;
    max-height: 110px;
    overflow: hidden;
    text-align: left;
    color: #2e3b43;
}

.more ul li {
    list-style: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
}

.more-txt {
    float: left;
    /* width: 375px; */
    width: 100%;
    font-family: PingFang-SC-Regular;
    line-height: 2.2;
    color: #2e3b43;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.more-button {
    float: right;
    display: inline-block;
    background-image: linear-gradient(
            #f4543c,
            #f4543c),
    linear-gradient(
            #393939,
            #393939);
    border-radius: 4px;
    padding: 15px 20px;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

/* 信用产品 */
.credit-product {
    background-image: url("../images/credit-product-bg.png") !important;
    background-size: cover !important;
}

.container-bg {
    width: 100%;
    height: 76%;
    background-image: url(../images/credit-product-bg.png);
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 1480px 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.credit-product .title {
    margin: 3% auto 0 auto;
}

.credit-product .title p {
    line-height: 43px;
    color: #fff;
    text-align: center;
}

.credit-product .title .en {
    font-family: FZZDHJW--GB1-0;
    font-size: 40px;
    letter-spacing: 4px;
}

.credit-product .title .ch {
    font-family: MicrosoftYaHei;
    font-size: 30px;
    letter-spacing: 3px;
}

.credit-product .title .line {
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 0 auto;
}

.credit-content {
    height: 100%;
    position: relative;
}

.credit-content .left {
    width: 26%;
    height: 98.7%;
    float: left;
    background: #0a0a0a;
    position: absolute;
    left: 0;
    top: 2px;
}

.credit-content .right {
    width: 72.6%;
    height: 100%;
    float: right;
}


.credit-content .nav {
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: PingFang-SC-Regular;
    color: #fff;
}

.credit-content .nav > div {
    padding-left: 10%;
    transition: all 1s;
    text-align: left;
    height: 20%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.credit-content .nav div .ch {
    font-size: 24px;
    width: 100%;
}

.credit-content .nav div .en {
    margin-top: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
}

.credit-content .nav .border {
    width: 90%;
    height: 1px;
    margin: 0 auto;
    padding: 0;
    background: #373737;
}

.credit-content .nav div.on {
    background-image: linear-gradient(270deg,
    #f4543c 0%,
    #cb0406 100%);
    animation: creditAnimate 2s;
}

@keyframes creditAnimate {
    from {
        background-size: 0;
    }
    to {
        background-size: 100%;
    }
}


.credit-content .right .content {
    width: 100%;
    /* padding: 10px 0; */
    overflow: hidden;
    height: 100% !important;
}

.credit-content .right .content > div {
    width: 100%;
    height: 100%;
    /* height: 555px; */
    /* margin-bottom: 100px; */
    display: none;
}

.credit-content .right .content .tabActive {
    display: flex;
    flex-wrap: wrap;
    /*align-content: space-between;*/
    padding: 2% 0;
}

.credit-content .right .content div .desc {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.credit-content .right .content div .desc .sanjiao {
    width: 30px;
    /* height: 16px; */
    margin-right: 8px;
}

.credit-content .right .content div .desc span {
    width: 94%;
    font-family: PingFang-SC-Regular;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    /* display: inline-block; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.credit-content .right .content div .credit-img-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-top: 6%; */
}

.credit-content .right .content div .credit-img-box img {
    margin: auto;
    /* width:100%; */
}


@media (max-width: 1366px) {
    .credit-content .nav div .ch {
        font-size: 20px;
    }
}

@media only screen and (max-width: 750px) {
    .swiper-container.swiper-body {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .banner-title {
        font-size: 22px;
    }

    .banner-box p {
        line-height: 30px;
    }

    .banner-txt {
        font-size: 16px;
    }

    .banner-imgBox {
        width: 90%;
        height: auto;
        margin: 50px auto 0 auto;
        padding: 10px 0;
    }

    .banner-img {
        width: 10%;
        height: 10%;
    }

    .area-left {
        width: 90%;
    }

    .area-left .ch {
        font-size: 30px;
    }

    .area-left .en {
        font-size: 20px;
        margin-top: 18px;
    }

    .area-left .line {
        margin-top: 30px;
    }

    .area-left .desc {
        font-size: 18px;
        margin-top: 50px;
    }

    .area-right {
        display: none;
    }

    .credit-product .title .en {
        font-size: 26px;
    }

    .credit-product .title .ch {
        font-size: 20px;
    }

    .container-bg {
        height: 79%;
    }

    .credit-content .nav > div {
        padding: 7% 5%;
    }

    .credit-content .nav div .ch {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .credit-content .nav div .en {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .credit-content .right .content .tabActive {
        align-content: normal;
    }

    .credit-content .right .content div .desc .sanjiao {
        width: 20px;
        height: auto;
    }

    .credit-content .right .content div .desc span {
        font-size: 14px;
        line-height: 30px;
        max-height: 90px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .credit-content .right .content #twoTab .credit-img-box img {
        width: 23%;
    }

    .credit-content .right .content #fourTab .credit-img-box img, .credit-content .right .content #fiveTab .credit-img-box img {
        width: 90%;
        height: auto !important;
    }
}