/* common */
.finance-floor{
    padding-top: 79px;
    padding-bottom: 120px;
}
.finance-common-title{
    text-align: center;
    margin-bottom: 59px;
    position: relative;
    z-index: 1;
}
.finance-common-title h1{
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 29px;
}
.finance-common-title p{
    font-size: 16px;
    color: #999;
    letter-spacing: 1px;
}
.pt0{
    padding-top: 0 !important;
}
/* banner */
.finance-banner{
    margin-top: 70px;
    position: relative;
}
.m-banner{
    display: none;
}
.finance-banner_top img{
    width: 100%;
    height: 615px;
    object-fit: cover;
}
.finance-banner_bottom{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 20%);
}
.finance-banner_bottom-con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    line-height: 100px;
    text-align: center;
    color: #fff;
}
.banner_bottom-item{
    flex: 1;
    letter-spacing: 3px;
    cursor: pointer;
}
.banner_bottom-item-curr{
    background: rgb(0 0 0 / 16%);
}
.banner_bottom-fixed{
    position: fixed;
    top: 70px;
    z-index: 10;
    background: #555;
    height: 60px;
}
.banner_bottom-fixed .finance-banner_bottom-con{
    line-height: 60px;
}
/* floor1 */
.finance-floor1 .finance-common-title{
    display: none;
}
.finance-floor1-con{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.finance-floor1-box{
    width: calc(1220px / 2 - 10px);
}
.finance-box_left-con,.finance-box_right-con{
    height: 367px;
    background: #FFFFFF;
    box-shadow: 5px 9px 10px 0px rgba(0, 0, 0, 0.04);
    border-radius: 0px 0px 10px 10px;
}
.finance-box_left-title,.finance-box_right-title{
    height:120px;
    font-size: 24px;
    text-align: center;
    line-height: 120px;
    font-weight: bold;
    letter-spacing: 3px;
}
.finance-box_left-title{
    background: url(/Template/skin1/static2020/finance/images/common/fl1bg1.png) no-repeat left top;
    background-size: cover;
}
.finance-box_right-title{
    background: url(/Template/skin1/static2020/finance/images/common/fl1bg2.png) no-repeat left top;
    background-size: cover;
    color: #fff;
}
.finance-box_left-con{
    padding: 20px 45px;
    box-sizing: border-box;
}
.finance-box_right-con{
    padding: 52px 45px;
    box-sizing: border-box;
    position: relative;
}
.finance-box_right-stitle{
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 37px;
    letter-spacing: 1px;
}
.finance-box_right-info{
    line-height: 30px;
    font-size: 16px;
    color: #999;
    letter-spacing: 2px;
}
.finance-box_right-link{
    position: absolute;
    bottom: 52px;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 16px;
}
.finance-box_right-link span{
    color: #000;
    opacity: 0.1;
    margin: 0 10px;
}
.finance-box_right-link a{
    color:#4265FB;
    letter-spacing: 2px;
}
/* 政府 */
.government-box_right-link a{
    display: inline-block;
    width: 180px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    border-radius: 46px;
    border: 1px solid #4265fb;
    font-size: 20px;
    box-sizing: border-box;
    cursor: pointer;
}
/* 政府 */
.finance-box_left-con li{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    line-height: 80px;
}
.finance-box_left-con li:last-child{
    border-bottom: 0;
}
.finance-box_left-con li img{
    height: 22px;
    vertical-align: middle;
    width: 22px;
}
.finance-box_left-con li span{
    font-size: 16px;
    margin-left: 20px;
    letter-spacing: 2px;
}
/* floor2 */
.finance-floor2 .ks-container,.finance-floor8 .ks-container{
    overflow: hidden;
}
.finance-floor2-nav,.finance-floor8-nav{
    width: 800px;
    margin: 0 auto 60px;
    background: #F9F9FD;
    border-radius: 50px;
}
.finance-floor8-nav{
    width: 600px;
}
.finance-floor2-nav li,.finance-floor8-nav li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    color: #999999;
    cursor: pointer;
}
.finance-floor8-nav li{
    width: 50%;
}
/* 政府 */
.government-floor2-nav li{
    width: 33.33%;
}
/* 政府 */
.finance-floor2-nav li.finance-floor2-nav-curr,.finance-floor8-nav li.finance-floor8-nav-curr{
    background: #4265FB;
    color: #fff;
    border-radius: 50px;
}
.finance-floor2-con{
    float: left;
    width: calc(100% - 609px);
}
.finance-floor2_title{
    padding-bottom: 29px;
    border-bottom: 1px solid rgb(60 60 60 / 10%);
    position: relative;
}
.finance-floor2_title i{
    position: absolute;
    width: 20px;
    height: 10px;
    background: #D4D2D2;
    right: 0;
    bottom: -5px;
    border-radius: 2px;
}
.finance-floor2_title h2{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}
.finance-floor2_title p{
    font-size: 16px;
    line-height: 16px;
    color: #999;
}
.finance-floor2-img{
    float: right;
    width: 609px;
    margin-top: 122px;
}
.finance-floor2-con ul li{
    position: relative;
    padding-left: 88px;
    margin-top: 33px;
}
.finance-floor2-con li img{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 13px;
    top: 0;
}
.finance-floor2-con_info h3{
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.finance-floor2-con_info p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    letter-spacing: 2px;
}
.finance-floor2-con_btn{
    display: block;
    width: 187px;
    height: 46px;
    line-height: 46px;
    border-radius: 46px;
    color: #fff !important;
    background: #4265fb !important;
    text-align: center;
    margin: 44px auto 0;
    font-size: 20px;
    letter-spacing: 2px;
}
/* floor3 */
.finance-floor3{
    height: 260px;
    background: url(/Template/skin1/static2020/finance/images/finance/finance-floor3bg.png) no-repeat center top;
    background-size: cover;
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 30px;
}

/* 医疗 */
.medicaltreatment-floor3{
    background: url(/Template/skin1/static2020/finance/images/medicaltreatment/finance-floor3bg.png) no-repeat center top;
    background-size: cover;
}
/* 医疗 */
/* 政府 */
.government-floor3{
    background: url(/Template/skin1/static2020/finance/images/government/finance-floor3bg.png) no-repeat center top;
    background-size: cover;
}
/* 政府 */
.finance-floor3_con{
    position: relative;
    height: 100%;
}
.finance-floor3__btn{
    position: absolute;
    bottom: 34px;
    width: 100%;
    left: 0;
    text-align: center;
}
/* 政府 */
.government-floor3 .finance-floor3__btn{
    bottom: 56px;
}
/* 政府 */
.finance-floor3__btn a{
    display: inline-block;
    width: 152px;
    height: 42px;
    line-height: 42px;
    border-radius: 42px;
    font-size: 16px;
    box-sizing: border-box;
    margin: 0 24px;
}
.finance-floor3__btn .free-use{
    background: #fff;
    color: #4265FB;
}
.finance-floor3__btn .quotation-use{
    border:1px solid #fff;
    line-height: 40px;
    color: #fff;
}
.finance-floor3__btn .free-use i{
    font-style: normal;
    font-family: 宋体;
    margin-left: 10px;
    font-weight: bold;
}
/* floor4 */
.finance-product-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.finance-product_item{
    width: 375px;
    text-align: center;
}
.finance-product_item-img{
    width: 88px;
    height: 88px;
    margin: 0 auto 47px;
}
.finance-product_item-title h2{
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 15px;
    margin-bottom: 17px;
    position: relative;
    letter-spacing: 2px;
}
.finance-product_item-title h2::after{
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    border-radius: 2px;
    background: #4265FB;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.finance-product_item-title p{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 30px;
    letter-spacing: 2px;
}
.finance-product_item-btn a{
    display: block;
    width: 137px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #4265FB;
    border-radius: 20px;
    margin: auto;
    font-size: 16px;
    color: #4265FB;
    letter-spacing: 2px;
}
.finance-product_item-btn a:hover{
    background:#4265FB;
    color: #fff;
}
.finance-function-pagination{
    text-align: center;
}
.finance-function-pagination .swiper-pagination-bullet,.floor8-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    border-radius: 2px;
    opacity: .1;
}
.finance-function-pagination .swiper-pagination-bullet-active,.floor8-pagination .swiper-pagination-bullet-active{
    background: #000;
    opacity: 1;
}
/* floor5 */
.finance-function li{
    width: 20%;
    float: left;
    margin-bottom: 70px;
}
/* 医疗 */
.medicaltreatment-function li{
    width: 25%;
}
/* 医疗 */
.finance-function li:nth-child(6),.finance-function li:nth-child(7),.finance-function li:nth-child(8),.finance-function li:nth-child(9),.finance-function li:nth-child(10){
    margin-bottom:0;
}
.function-item{
    position: relative;
    cursor: pointer;
}
.function-item_top{
    text-align: center;
}
.function-item_top img{
    width: 60px;
    height: 60px;
    margin-bottom: 30px;
}
.function-item_top p{
    font-size: 20px;
    line-height: 20px;
}
.function-item_bottom{
    height: 120px;
    padding: 15px;
    box-sizing: border-box;
    background: url(/Template/skin1/static2020/finance/images/common/function-item_bottom-bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    width: 240px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -120px;
    opacity: 0;
    transition: 0.2s;
    z-index: 1;
    overflow: hidden;
}

/* 医疗 */
.medicaltreatment-function .function-item_bottom{
    padding: 20px 15px;
}
/* 医疗 */
/* 政府 */

/* 政府 */
.government-function .function-item_bottom{
    padding: 20px 15px;
    height: 200px;
    background: url(/Template/skin1/static2020/finance/images/government/function-item_bottom-bg.png) no-repeat center;
    background-size: cover;
}
.government-function .view-btn{
    position: absolute;
    width: 120px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #fff;
    border-radius: 34px;
    bottom: 20px;
    left: 50%;
    margin-left: -60px;
}
/* floor6 */
.mtitle-box{
    border-bottom: 1px solid #eee;
    display: none;
}
.mtitle-box-item{
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 10px;
    text-align: center;
    color: #666;
    position: relative;
    margin: 0 15px;
}
.mtitle-box-item-curr{
    color: #4265FB;
}
.mtitle-box-item-curr::after{
    content: '';
    width: 100%;
    height: 2px;
    background:#4265FB;
    border-radius: 2px;
    position: absolute;
    bottom: -1px;
    left:50%;
    margin-left: -50%;
}
.finance-news{
    margin-right: -30px;
}
.mswiper{
    display: none;
}
.finance-news_item{
    width: 33.33%;
    float: left;
}
.finance-news_item-box{
    margin-right: 30px;
}
.finance-news_item-title_more{
    float: right;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    padding-right: 20px;
    background: url(/Template/skin1/static2020/finance/images/common/moreicon.png) no-repeat right center !important;
    background-size: 13px !important;
}
.finance-news_item-title{
    margin-bottom: 40px;
    display: none;
}
.finance-news_item-title h2{
    font-size: 20px;
    line-height: 20px;
}
.mfinance-news_item-list,.finance-news_item-img{
    display: none;
}
.finance-news_item-left a{
    display: block;
    margin-bottom: 20px;
    height: 140px;
    overflow: hidden;
}
.finance-news_item-left a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.finance-news_item-left a:hover img{
    transform: scale(1.2);
}
.finance-news_item-list li{
    line-height: 56px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.finance-news_item-list .finance-news_item-con a{
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    width: calc(100% - 80px);
}
.finance-news_item-list li span{
    float: right;
    color: #999;
}
.finance-news_item-list li span font,.finance-news_item-list li span b{
    display: none;
}
.finance-news_more{
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
}
.finance-news_more a{
    color: #4265FB;
    padding-right: 15px;
    background: url(/Template/skin1/static2020/finance/images/common/arrowb.png) no-repeat center right;
    background-size:12px;
    display: inline-block;
}
/* floor7 */
.finance-floor7{
    background: #f9fafd;
}
.finance-case{
    transform: rotate(-45deg);
    width: 758px;
    margin: -150px auto -120px;
}
.mfinance-case{
    display: none;
}
.function-item:hover .function-item_bottom{
    opacity: 1;
}
.finance-case__item{
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
    float: left;
    margin-right: 12px;
    margin-top: 12px;
    padding: 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
}
.finance-case__item:hover{
    box-shadow: 0px 0px 20px 0px hsl(229deg 96% 62% / 15%);
    /* transform: translate3d(5px, -5px, 5px); */
    border-radius: 160px;
}
.finance-case__item img{
    vertical-align: middle;
    transform: rotate(45deg);
}
.finance-case_floor3,.finance-case_floor4{
    padding-left: 150px;
}
.finance-case_floor5{
    padding-left: 450px;
}

/* code */
.mcode-floor{
    display: none;
}
.code-floor{
    background-image: url(/Template/skin1/static2020/finance/images/common/codefloorbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.code-title{
    color: #fff;
    margin-bottom: 93px;
}
.code-box{
    width: 583px;
    height: 201px;
    margin: auto;
    background-image: url(/Template/skin1/static2020/finance/images/common/codebg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 35px 43px 36px 69px;
    box-sizing: border-box;
}
.code-img{
    width: 130px;
    height: 130px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(59, 127, 239, 0.2);
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.code-img img{
    width: 100%;
    height: 100%;
    display: block;
}
.code-right{
    float: left;
    width: 304px;
    margin-left: 37px;
    text-align: left;
    padding-top: 16px;
}
.code-right_title{
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
}
.code-right_text{
    font-size: 22px;
    color: #666;
    margin-right: 15px;
}
.code-right_btn{
    width: 126px;
    height: 40px;
    background: linear-gradient(90deg, #FE5151 0%, #F3C875 100%) !important;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
    font-size: 20px;
}
/* floor8 */
.finance-floor8-item-box{
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 4%);
    margin: 5px;
}
.floor8-item_img{
    float: left;
    width: 465px;
    height: 340px;
    margin-right: 38px;
    border: 1px solid #eee;
    box-sizing: border-box;
}
.floor8-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.floor8-item_con{
    width: calc(100% - 465px - 38px);
    float: right;
    padding: 20px 20px 29px 0;
    box-sizing: border-box;
}
.floor8-item_con_logo{
    margin-bottom: 13px;
}
.floor8-item_con_logo img{
    max-width: 139px;
    height: 43px;
    object-fit: cover;
}
.floor8-item_con_info{
    color: #999;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.floor8-item_con_label{
    font-size: 14px;
    line-height: 30px;
}
.floor8-item_con_label span{
    font-weight: bold;
    margin-right: 15px;
}
.floor8-item_con_label label{
    display: inline-block;
    padding: 0 16px;
    height: 30px;
    background: rgb(66 101 251 / 10%);
    color: #4265FB;
    border-radius: 30px;
    margin-right: 10px;
}
.floor8-item_con_btn{
    margin-top: 37px;
}
.floor8-item_con_btn a{
    display: inline-block;
    width: 187px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 46px;
    background: #4265FB;
    letter-spacing: 2px;
}
.floor8-pagination{
    display: none;
}
@media (max-width: 1400px){

}
@media (max-width: 1024px){
    /* banner */
    .finance-banner{
        margin-top: 50px;
    }
    .finance-banner_top img{
        height: auto;
    }
    .finance-banner_bottom{
        display: none;
    }
    /* floor1 */
    .finance-floor{
        padding-left:20px;
        padding-right:20px;
        overflow: hidden;
    }
    .finance-floor1-box {
        width: calc(100% / 2 - 10px);
    }
    .finance-box_right-title{
        background: url(/Template/skin1/static2020/finance/images/common/fl1bg2.png) no-repeat left top;
        background-size: 100% 100%;
    }
    .finance-box_left-title {
        background: url(/Template/skin1/static2020/finance/images/common/fl1bg1.png) no-repeat left top;
        background-size: 100% 100%;
    }
    .finance-box_left-con{
        padding: 20px;
    }
    .finance-box_left-con li span{
        margin-left: 5px;
        letter-spacing:0;
    }
    /* floor2 */
    .finance-floor2-con{
        width: 50%;
    }
    .finance-floor2-img{
        width: 45%;
    }
    /* floor4 */
    .finance-product_item{
        width: 33.33%;
    }
    /* floor6 */
    .finance-news{
        margin-right: 0;
    }
    /* floor7 */
    .finance-floor7{
        padding-bottom: 20px;
    }
    .finance-case{
        margin: -180px auto -120px;
    }
    /* floor8 */
    .floor8-item_con_label label{
        padding: 0 10px;
        margin-right: 5px;
    }
}
@media (max-width: 812px){
    .finance-floor{
        padding-bottom: 70px;
    }
    /* floor1 */
    .finance-box_left-title, .finance-box_right-title{
        height: 80px;
        line-height: 80px;
    }
    .finance-box_left-con li {
        line-height: 30px;
        padding: 10px 0;
    }
    .finance-box_left-con li span {
        margin-left: 10px;
    }
    .finance-box_left-con {
        padding: 20px;
    }
    /* floor2 */
    .finance-floor2-con ul li{
        padding-left: 60px;
        margin-top: 30px;
    }
    .finance-floor2-con li img{
        left: 0;
    }
    .finance-floor2_title p {
        font-size: 14px;
        line-height: 14px;
    }
    .finance-floor2-con_info p{
        letter-spacing: 0;
    }
    /* floor3 */
    .finance-floor3{
        padding-bottom: 0;
    }
    /* floor5 */
    .function-item_top p {
        font-size: 16px;
        line-height: 16px;
    }
    /* floor8 */
    .finance-floor8-item-box{
        box-shadow: none;
        margin:0;
    }
    .floor8-item_img{
        width: 40%;
        height: 240px;
        margin-right: 20px;
    }
    .floor8-item_con{
        width: 57%;
        padding: 0;
    }
    .floor8-item_con_info{
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .floor8-item_con_label label{
        font-size: 12px;
    }
    .floor8-item_con_btn {
        margin-top: 17px;
    }
    .floor8-item_con_btn a{
        width: 110px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        border-radius: 36px;
        letter-spacing: 0;
    }
    /* floor7 */
    .finance-case{
        display: none;
    }
    .mfinance-case{
        display: block;
        margin-right: -20px;
    }
    .finance-case__item{
        width: 33.33%;
        background: none;
        box-shadow: none;
        margin-right: 0;
        margin-top: 20px;
        padding: 0;
        height: auto;
        line-height: normal;
    }
    .finance-case__item-box{
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
        background: #fff;
        margin-right:20px;
        padding: 10px;
        height: 140px;
        line-height: 140px;
    }
    .finance-case__item img{
        transform: rotate(
0deg
);
    }
}
@media (max-width: 768px){
    /* floor1 */
    .finance-floor1-con{
        flex-direction: column;
    }
    .finance-floor1-box{
        width: 90%;
        margin-bottom: 30px;
    }
    .finance-box_left-con {
        height: auto;
    }
    .finance-box_left-con li {
        line-height: 50px;
        padding: 10px 0;
    }
    /* floor6 */
    .finance-news_item-box {
        margin-right: 20px;
    }
    .finance-news_item-title {
        margin-bottom: 30px;
    }
    .finance-news{
        margin-right: -20px;
    }
    .finance-news_item-left a{
        height: 120px;
    }
    .finance-news_item-list li{
        line-height: 50px;
    }
}
@media (max-width: 480px){
    .finance-floor{
        padding-top: 45px;
        padding-bottom: 45px;
        margin-left: 15px;
        margin-right: 15px;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
    }
    .finance-common-title{
        margin-bottom: 25px;
    }
    .finance-common-title h1{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 14.5px;
    }
    .finance-common-title p{
        font-size: 12px;
        color: #999;
        letter-spacing: 0px;
    }
    /* banenr */
    .finance-banner{
        display: none;
    }
    .m-banner{
        margin-top: 50px;
        display: block;
    }
    /* floor1 */
    .finance-floor1{
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .finance-floor1 .finance-common-title{
        display: block;
    }
    .finance-floor1-con{
        flex-direction: column;
    }
    .finance-floor1-box{
        width: 100%;
    }
    .finance-box_left-title,.finance-box_right-title{
        background: url(/Template/skin1/static2020/finance/images/common/fl1bg2.png) no-repeat left top;
        background-size: 100% 100%;
        color: #fff;
        height: 72px;
        line-height: 72px;
        font-size:18px;
    }
    .finance-box_left-con{
        padding: 0px 8px 0px 39px;
        margin-bottom: 20px;
        height: auto;
    }
    .finance-box_left-con li{
        padding: 13px 0;
        line-height: normal;
        position: relative;
    }
    .finance-box_left-con li span{
        font-size: 14px;
        letter-spacing: 0px;
        margin-left: 0;
    }
    .finance-box_left-con li img{
        position: absolute;
        width: 15px;
        height: 15px;
        left: -31px;
        top: 16px;
    }
    .finance-box_right-con{
        padding: 19px 11px;
        height: auto;
    }
    .finance-box_right-stitle{
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .finance-box_right-info{
        font-size: 14px;
        line-height: 24px;
    }
    .finance-box_right-link{
        position: static;
        margin-top: 25px;
    }
    .finance-box_right-link span{
        display: none;
    }
    .finance-box_right-link a{
        letter-spacing: 0px;
        display: inline-block;
        width: 120px;
        height: 39px;
        line-height: 37px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #4265fb;
        box-sizing: border-box;
        border-radius: 39px;
    }
    .finance-box_right-link a:last-child{
        margin-left: 20px;
        width: 140px;
    }
    /* 政府 */
    .government-box_right-link a{
        margin-left: 0 !important;
    }
    /* 政府 */
    /* floor2 */
    .finance-floor2-nav,.finance-floor8-nav{
        width: 100%;
        margin-bottom: 24px;
    }
    .finance-floor2-nav li,.finance-floor8-nav li{
        font-size: 15px;
        height: 34px;
        line-height: 34px;
    }
    .finance-floor2-con{
        width: 100%;
    }
    .finance-floor2-con li img{
        left: 0;
        width: 20px;
        height: 20px;
    }
    .finance-floor2_title{
        padding-bottom: 12px;
    }
    .finance-floor2_title p{
        font-size: 13px;
        line-height: 13px;
    }
    /* 医疗 */
    .medicaltreatment_title p,.government_title p{
        line-height: 18px;
    }
    /* 医疗 */
    .finance-floor2_title i {
        position: absolute;
        width: 10px;
        height: 5px;
        background: #D4D2D2;
        left: 0;
        right: auto;
        bottom: -2.5px;
        border-radius: 2px;
    }
    .finance-floor2-con ul li{
        padding-left: 36.5px;
        margin-top: 20px;
    }
    .finance-floor2-con_info h3{
        font-size: 18px;
        line-height: 18px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .finance-floor2-con_info p {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .finance-floor2-con_btn{
        display: none;
    }
    .finance-floor2-img {
        width: 100%;
        margin-top: 25px;
    }
    /* floor3 */
    .finance-floor3{
        margin-left: 0;
        margin-right: 0;
        background: url(/Template/skin1/static2020/finance/images/finance/mfinance-floor3bg.png) no-repeat center top;
        background-size: cover;
        height: 130px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    /* 医疗 */
    .medicaltreatment-floor3{
        background: url(/Template/skin1/static2020/finance/images/medicaltreatment/mfinance-floor3bg.png) no-repeat center top;
        background-size: cover;
    }
    /* 医疗 */
    /* 政府 */
    .government-floor3{
        background: url(/Template/skin1/static2020/finance/images/government/mfinance-floor3bg.png) no-repeat center top;
        background-size: cover;
    }
    /* 政府 */
    .finance-floor3__btn{
        bottom: 16.5px;
    }
    .finance-floor3__btn a {
        display: inline-block;
        width: 120px;
        height: 28px;
        line-height: 28px;
        border-radius: 28px;
        font-size: 12px;
        box-sizing: border-box;
        margin: 0 10px;
    }
    /* 政府 */
    .government-floor3 .finance-floor3__btn{
        bottom: 16px;
    }
    /* 政府 */
    .finance-floor3__btn .quotation-use{
        line-height: 26px;
    }
    .finance-floor3__btn .free-use i{
        margin-left: 2px;
    }
    /* floor4 */
    .finance-floor4{
        margin: 0;
    }
    .finance-product{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .finance-product_item-img {
        width: 44px;
        height: 44px;
        margin: 0 auto 21.5px;
    }
    .finance-product_item-title h2 {
        font-size: 15px;
        line-height: 15px;
        padding-bottom: 9px;
        margin-bottom: 9px;
        position: relative;
        letter-spacing: 2px;
    }
    .finance-product_item-btn a {
        display: block;
        width: 90px;
        height: 27px;
        line-height: 27px;
        border-radius: 20px;
        margin: auto;
        font-size: 12px;
        letter-spacing: 2px;
    }
    .finance-product_item-title p {
        font-size: 12px;
        line-height: 12px;
        margin-bottom: 25px;
        letter-spacing: 2px;
        color: #999;
    }
    .finance-product_item-title h2::after{
        width: 30px;
        height: 1px;
        margin-left: -15px;
    }
    .finance-product_item-box{
        padding: 20px 0;
        margin: 0 10px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
        border-radius: 5px;
        transition: 0.3s;
    }
    .swiper-slide-active .finance-product_item-box{
        transform: scale(1.1);
    }
    /* floor5 */
    .function-item{
        padding-left: 63.5px;
        padding-top: 20px;
        padding-bottom: 20px;
        border: 1px solid rgb(153 153 153 / 40%);
        border-radius: 5px;
    }
    .finance-function li{
        width: 100%;
        margin-bottom: 12px;
    }
    .function-item_top{
        text-align: left;
    }
    .function-item_bottom{
        opacity: 1;
        background: none;
        position: static;
        margin-left: 0;
        color: #333;
        padding: 13px 10px 0 0 !important;
        height: auto;
        font-size: 12px;
        width: 100%;
    }
    /* 政府 */
    .government-function .function-item_bottom{
        background: none;
        height: auto;
    }
    .government-function .view-btn{
        position: static;
        width: 90px;
        height: 27px;
        background: #FFFFFF;
        border: 1px solid #4265FB;
        border-radius: 27px;
        display: inline-block;
        line-height: 25px;
        color: #4265fb;
        font-size: 13px;
        margin-top: 15px;
        margin-left: 0;
        box-sizing: border-box;
    }
    /* 政府 */
    .function-item_top img{
        position: absolute;
        left: 14.5px;
        width: 30px;
        height: 30px;
        top: 50%;
        margin-top: -15px;
    }
    .function-item_top p {
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
    }
    .finance-function li:nth-child(6), .finance-function li:nth-child(7), .finance-function li:nth-child(8), .finance-function li:nth-child(9), .finance-function li:nth-child(10) {
        margin-bottom: 12px;
    }
    /* floor6 */
    .finance-floor6{
        margin: 0;
    }
    .pcswiper{
        display: none;
    }
    .mswiper{
        display: block;
    }
    .finance-news_item-list{
        padding: 0 15px;
    }
    .finance-news_item-title,.finance-news_item-left{
        display: none;
    }
    .mfinance-news_item-list{
        display: block;
    }
    .finance-product-box{
        display: block;
    }
    .mtitle-box{
        display: flex;
        justify-content: space-between;
        align-items: center;
        display: none;
    }
    .finance-news_item-img{
        display: block;
        float: right;
        width: 93px;
        height: 70px;
    }
    .finance-news_item-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .finance-news_item-con{
        float: left;
        width: calc(100% - 110px);
    }
    .finance-news_item-list li{
        padding: 25px 0 20px;
        line-height: normal;
    }
    .finance-news_item-list li:first-child{
        padding-top: 0;
    }
    .finance-news_item-list .finance-news_item-con a,.finance-news_item-list li span{
        float: none;
        display: block;
    }
    .finance-news_item-list .finance-news_item-con a{
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        white-space: normal;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 21px;
    }
    .finance-news_item-list li span{
        font-size: 12px;
        line-height: 12px;
        color: #666;
    }
    .finance-news_item-list li span font{
        display: inline;
        margin-right: 27px;
    }
    .finance-news_item-list li span b{
        display: inline;
        font-weight: normal;
    }
    .finance-news_more{
        display: block;
        text-align: center;
        margin-top: 20px;
        font-size: 16px;
        line-height: 16px;
    }
    .finance-news_more a{
        color: #4265FB;
        padding-right: 15px;
        background: url(/Template/skin1/static2020/finance/images/common/arrowb.png) no-repeat center right;
        background-size:12px;
        display: inline-block;
    }
    /* floor7 */
    .finance-floor7{
        margin: 0;
        background: none;
        padding-top: 0;
    }
    .finance-case{
        display: none;
    }
    .mfinance-case{
        display: block;
        padding: 0 10px;
        margin-right: 0;
    }
    .finance-case__item{
        width: 33.33%;
        margin: 0;
        background: none;
        box-shadow: none;
        margin-bottom: 15px;
        padding: 0 10px;
        height: auto;
        line-height: normal;
    }
    .finance-case__item-box{
        background: #fff;
        box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 8%);
        padding: 0 10px;
        box-sizing: border-box;
        height: 60px;
        line-height: 60px;
        border-radius: 5px;
        margin-right: 0;
    }
    .finance-case__item img{
        transform: rotate(0deg);
    }
    /* code */
    .code-floor{
        margin: 0;
        padding: 0;
    }
    .pccode-floor{
        display: none;
    }
    .mcode-floor{
        display: block;
    }
    /* floor8 */
    .finance-floor8-nav{
        display: none;
    }
    .finance-floor8-item-box{
        box-shadow: none;
        margin: 0;
    }
    .floor8-item_img{
        height: 170px;
    }
    .floor8-item_img,.floor8-item_con{
        width: 100%;
    }
    .floor8-item_con{
        padding: 0;
    }
    .floor8-item_con_logo{
        margin-top: 17px;
    }
    .floor8-item_con_info{
        font-size: 15px;
        color: #333;
        line-height: 28px;
    }
    .floor8-item_con_label{
        line-height: 23px;
    }
    .floor8-item_con_label span{
        display: none;
    }
    .floor8-item_con_label label{
        height: 23px;
        font-size: 12px;
        padding: 0 12px;
        margin-right: 5px;
    }
    .floor8-item_con_label label:last-child{
        margin-right: 0;
    }
    .floor8-item_con_btn{
        text-align: center;
    }
    .floor8-item_con_btn a{
        width: 120px;
        height: 39px;
        line-height: 37px;
        font-size: 14px;
        border: 1px solid #4265fb;
        background: #fff;
        color: #4265fb;
        box-sizing: border-box;
    }
    .floor8-pagination{
        text-align: center;
        display: block;
        margin-top: 10px;
    }
}
@media  (max-width: 375px){
    
}
@media (max-width: 360px){
    
}
@media (max-width: 320px){
    
}<!--耗时1782845323.408秒-->