/* 首页 */

/* 轮播图 start*/
.swiper-container {
    height: 696px;
    width: 100%;
}

.swiper-container img {
    background-size: cover;
}

.swiper-bg-1 {
    background: url(../images/home/bananer1.jpg) no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer;
}

.swiper-bg-2 {
    background: url(../images/home/bananer2.jpg) no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer;
}

.swiper-bg-3 {
    background: url(../images/home/bananer3.jpg) no-repeat 50% 50%;
    background-size: cover;
    cursor: pointer;
}

@media (max-width: 1000px) {
    .swiper-container {
        height: 480px;
        width: 100%;
    }

    .swiper-bg-1 {
        background: url(../images/home/bananer1-phone.jpg) no-repeat;
        background-size: cover;
    }

    .swiper-bg-2 {
        background: url(../images/home/bananer2-phone.jpg) no-repeat;
        background-size: cover;
    }

    .swiper-bg-3 {
        background: url(../images/home/bananer3-phone.jpg) no-repeat;
        background-size: cover;
    }
}

/* 轮播图 end*/

/* 选项卡业务范围 start*/
.tabs-container {
    position: relative;
    height: 257px;
}

.tabs {
    position: absolute;
    top: -140px;
    z-index: 2;
    width: 100%;
}

.tabs .tab-links li {
    float: left;
    height: 60px;
    width: 173.33px;
    font-size: 24px;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    color: #030522;
    background: #ffffff;
}

.tabs .tab-links li:first-child {
    border-top-left-radius: 20px;
}

.tabs .tab-links li:last-child {
    border-top-right-radius: 30px;
}

.tabs .tab-links li:hover {
    background: #002fa7;
    color: #fff;
    cursor: pointer;
}

.tabs .tab-links li.tabactive {
    background: #002fa7;
    color: #fff;
}

.tab-content {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 120px rgba(1, 23, 54, 0.1);
}

.tab {
    display: none;
    width: 100%;
    height: 100%;
    /* position: relative; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 10px 120px rgba(1, 23, 54, 0.1);
    padding: 63px 70px;
}

.tab.tabactive {
    display: block;
}

.tabs .tab-content {
    height: 246px;
    width: 100%;
    background: #ffffff;
}

.tab .tab-title {
    background: #fab400;
    height: 80px;
    line-height: 80px;
    width: 400px;
    text-align: center;
    position: absolute;
    bottom: -22px;
    left: calc(50% - 200px);
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5%;
}

.tab-ul1 {
    display: flex;
    justify-content: space-between;
}

.tab-ul2 {
    display: flex;
    justify-content: center;
}

.tab-ul3 {
    padding: 0 179px;
}

.tab-ul3 li:last-child {
    margin-left: 122px;
}

.tab .tab-ul li {
    display: flex;
}

.tab .tab-ul li .li-title {
    margin-left: 8px;
}

.tab .tab-ul li .li-title h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: rgb(3, 5, 34);
}

.tab .tab-ul li .li-title p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: rgb(174, 181, 191);
}

.tab .tab-ul li img {
    height: 56px;
    width: 56px;
}

.tab .tab-ul li .li-title:hover h3 {
    color: rgb(0, 47, 167);
    cursor: pointer;
}

.tab .tab-ul li .li-title:hover p {
    color: rgb(0, 47, 167);
    cursor: pointer;
}

.business-scope-mobile {
    display: none;
}

@media (max-width: 1000px) {
    .tabs-container {
        height: auto;
    }

    .tabs {
        display: none;
    }

    .business-scope-mobile {
        display: block;
        position: relative;
        top: -20px;
        left: 0;
        z-index: 2;
        width: 100%;
    }

    .business-scope-item {
        margin-top: 70px;
    }

    .business-scope-item:first-child {
        margin-top: 0;
    }

    .business-scope-item .business-scope-title {
        height: 60px;
        width: 173.33px;
        font-size: 24px;
        font-weight: 400;
        line-height: 60px;
        text-align: center;
        background: #002fa7;
        color: #fff;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .business-scope-item .business-scope-content {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        width: 100%;
        padding: 40px;
        background: #fff;
        position: relative;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        text-align: left;
    }

    .business-scope-item .business-scope-content .mobile-ul {
        margin: 0 auto;
    }

    .business-scope-item .business-scope-content .mobile-ul li {
        display: flex;
        margin-bottom: 36px;
    }

    .business-scope-content .mobile-ul li .li-title {
        margin-left: 8px;
    }

    .business-scope-content .mobile-ul li .li-title h3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 150%;
        color: #030522;
        text-align: left;
    }

    .business-scope-content .mobile-ul li .li-title p {
        font-size: 14px;
        line-height: 28px;
        font-weight: 400;
        color: #aeb5bf;
    }

    .business-scope-content .mobile-ul li img {
        height: 56px;
        width: 56px;
    }

    .business-scope-content .tab-title {
        background: #fab400;
        height: 54px;
        line-height: 54px;
        width: 210px;
        text-align: center;
        position: absolute;
        bottom: -18px;
        left: calc(50% - 105px);
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }
}

/* 选项卡业务范围 end */

/* 关于云融start */
.about-yunrong {
    height: 596px;
    background: url(../images/home/about-bg.jpg) no-repeat;
    background-position: right center;
    background-color: #fafbfc;
    position: relative;
}

.about-yunrong .about-introduction {
    padding-top: 50px;
    margin-left: 21px;
    width: 684px;
}

.about-yunrong .about-introduction .title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 42px;
    color: #303e59;
    font-family: "SiYuanHeiTi-CN-kelun";
}

.about-yunrong .about-introduction .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #4b5f84;
}

.about-yunrong .about-introduction .button {
    margin-top: 42px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    background: #002fa7;
    padding: 11.71px 14.63px;
    cursor: pointer;
    border-radius: 4.39px;
}

.about-yunrong .about-introduction p {
    display: inline-block;
}

.about-yunrong .about-introduction img {
    width: 15.16px;
    height: 15.16px;
}

.blod {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    font-family: "SiYuanHeiTi-CN-kelun";
}

.about-yunrong .about-footer {
    width: 100%;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    line-height: 135px;
}

.about-yunrong .about-footer span {
    font-size: 14px;
    letter-spacing: 0.5%;
    font-weight: 400;
    color: #303e59;
    margin-left: 134px;
}

.about-yunrong .about-footer span:first-child {
    margin-left: 67px;
}

.about-yunrong .about-footer span img {
    margin-bottom: 15px;
    margin-left: 4px;
}

@media (max-width: 1000px) {
    .about-yunrong {
        height: auto;
        background: none;
        margin-top: 78px;
    }

    .about-yunrong .about-introduction {
        width: auto;
        height: auto;
        text-align: center;
        margin-left: 0px;
        padding-top: 0px;
        padding: 0 23px;
    }

    .about-yunrong .about-introduction .title {
        font-size: 32px;
        line-height: 48px;
        font-weight: 700;
        color: #303e59;
        margin-bottom: 0;
    }

    .about-yunrong .about-introduction .content {
        text-align: justify;
        font-size: 14px;
        color: #4b5f84;
        margin: 36px 0;
    }
    
    .about-yunrong .about-introduction .button {
        margin-top: 0;
        margin-bottom: 47px;
    }
    
    .blod {
        font-size: 14px;
    }
    
    .about-yunrong .about-footer {
        width: 100%;
        height: auto;
        position: static;
        background: #fff;
        line-height: normal;
        padding: 35px 2px;
    }
    .about-yunrong .about-footer .container{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .about-yunrong .about-footer span {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .about-yunrong .about-footer span::after {
        content: "";
        display: block;
        width: 100%;
        border-bottom: 1px dashed #000000;
        margin: 24px 0;
    }
    
    .about-yunrong .about-footer span:first-child:after {
        display: none;
    }


    .about-yunrong .about-footer span:first-child {
       flex-direction:row ;
       margin-left: 0;
    }

    .about-yunrong .about-footer span:first-child img {
        margin-top: 0;
        margin-bottom: 5px;
     }

    .about-yunrong .about-footer span:last-child{
        margin-left: 0;
    }
    
    .about-yunrong .about-footer span img {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 12px;
    }
}

/* 关于云融end */

/* 企业精神 start */
.entrepreneurship {
    margin-top: 64px;
}

@media (max-width: 1000px) {
    .entrepreneurship{
        display: none;
    }
}

/* 企业精神 end */

/* 项目案例 start */
.projectcase .projectcase-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    color: #ffffff;
    text-align: center;
    background: #002fa7;
    padding-top: 100px;

}

.projectcase .case1 {
    padding-top: 111px;
    background: #002fa7;
    padding-bottom: 92.51px;
}

.projectcase .case1 .container {
    position: relative;
}

.case1 .case1-content .number {
    position: absolute;
    top: 0;
    left: 582px;
    padding-left: 8px;
    width: 259px;
    height: 259px;
    padding-top: 30px;
}

.case1 .case1-content .introduction {
    position: absolute;
    right: 0;
    top: 144px;
    width: 476px;
    height: 475.92px;
}

.case1 .case1-content .introduction .entitle {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 6px;
    display: flex;
    align-items: center;
    color: #fab400;
    margin-bottom: 27px;
    font-family: "Montserrat-Black";
    text-transform: uppercase;
}

.case1 .case1-content .introduction .entitle span {
    width: 72px;
    height: 2px;
    background: #fab400;
    margin-right: 24px;
}

.case1 .case1-content .introduction h1 {
    font-size: 64px;
    line-height: 93px;
    font-weight: 500;
    color: #ffffff;
    font-family: "SiYuanHeiTi-Bold";
    margin-bottom: 27px;
}

.case1 .case1-content .introduction p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
}

.case1 .case1-content .introduction .more {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 27px;
    color: #fab400;
}

/*  */
.projectcase .case2 {
    padding-top: 111px;
    background: #6587c4;
    padding-bottom: 92.51px;
}

.projectcase .case2 .container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

.case2 .case2-content .number {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    margin-left: 8px;
}

.case2 .case2-content .introduction {
    position: absolute;
    left: 144px;
    top: 144px;
    width: 476px;
    height: 475.92px;
}

.case2 .case2-content .introduction .entitle {
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 6px;
    display: flex;
    align-items: center;
    color: #fab400;
    margin-bottom: 27px;
    font-family: "Montserrat-Black";
    text-transform: uppercase;
}

.case2 .case2-content .introduction .entitle span {
    width: 72px;
    height: 2px;
    background: #fab400;
    margin-right: 24px;
}

.case2 .case2-content .introduction h1 {
    font-size: 64px;
    line-height: 93px;
    font-weight: 500;
    color: #ffffff;
    font-family: "SiYuanHeiTi-Bold";
    margin-bottom: 27px;
}

.case2 .case2-content .introduction p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
}

.case2 .case2-content .introduction .more {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 27px;
    color: #fab400;
    text-align: left;
}

@media (max-width: 1000px) {
    .projectcase .projectcase-title {
        font-size: 32px;
        font-weight: 700;
        line-height: 46px;
        color: #000000;
        background: none;
        padding-top: 25px;
        margin-bottom:30px;
    }
    
    .projectcase .case1 {
        padding-top: 0;
        background: none;
        padding-bottom:0;
    }
    .projectcase .case1:first-child {
        padding-top: 30px;
    }

    .projectcase .case1 .container  {
        padding: 0;
        position:static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .projectcase .case1 .container .img-box{
        width: 100% !important;
        max-width: 480px;
    }
    .projectcase .case1 .container .img-box img{
        width: 100%;
    }

    .case1 .case1-content {
        height: auto;
        background: #002FA7;
        max-width: 480px;
        position: relative;
        padding-bottom: 47px;
    }
    .case1 .case1-content .number {
        position: static;
        padding-left: 44px;
        width: auto;
        height: auto;
        padding-top: 30px;
    }

    .case1 .case1-content .introduction {
        position: static;
        right: 0;
        width: auto;
        height: auto;
    }
    
    .case1 .case1-content .introduction .entitle {
        position: absolute;
        top: 170px;
        margin-left: 44px;
        font-weight: 800;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 2px !important;
    }
    .case1 .case1-content .introduction h1{
        text-align: center;
    }
    
    .case1 .case1-content .introduction .entitle span {
        width: 72px;
        height: 2px;
        background: #fab400;
        margin-right: 24px;
    }
    
    .case1 .case1-content .introduction p {
        font-size: 16px;
        text-align: justify;
        margin: 0 44px;
    }

    .case1 .case1-content .introduction .more {
        margin-left: 44px;
        margin-right: 44px;
    }
    
    /* case2 */
    .projectcase .case2 {
        padding-top: 0;
        background: none;
        padding-bottom:0;
    }
    
    .projectcase .case2 .container  {
        padding: 0;
        position:static;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .projectcase .case2 .container .img-box{
        width: 100% !important;
        max-width: 480px;
    }
    .projectcase .case2 .container .img-box img{
        width: 100%;
    }

    .case2 .case2-content {
        height: auto;
        background: #6587C4;
        max-width: 480px;
        position: relative;
        padding-bottom: 47px;
    }
    .case2 .case2-content .number {
        position: static;
        margin-left: 44px;
        width: auto;
        height: auto;
        padding-top: 30px;
    }

    .case2 .case2-content .number img {
        width: 270px;
        height: 174px;
    }
    
    .case2 .case2-content .introduction {
        position: static;
        right: 0;
        width: auto;
        height: auto;
    }

    .case2 .case2-content .introduction h1{
        text-align: center;
    }
    
    .case2 .case2-content .introduction .entitle {
        position: absolute;
        top: 170px;
        margin-left: 44px;
        font-weight: 800;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 2px;
    }
    
    .case2 .case2-content .introduction .entitle span {
        width: 72px;
        height: 2px;
        background: #fab400;
        margin-right: 24px;
    }
    
    .case2 .case2-content .introduction p {
        font-size: 16px;
        text-align: justify;
        margin: 0 44px;
    }

    .case2 .case2-content .introduction .more {
        margin-left: 44px;
        margin-right: 44px;
    }
}



/* 项目案例 end */