/* financial_license_contact */

/* financial_license_contact_subnav */
.financial_license_contact_subnav{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ededed;
    position: relative;
}
.financial_license_contact_subnav .subnav{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-align: center;
}
.financial_license_contact_subnav .subnav ul{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.financial_license_contact_subnav .subnav ul li{
    float: left;
    width: 18%;
    height: auto;
    text-align: center;
}
.financial_license_contact_subnav .subnav ul li:nth-of-type(4){
    width: 14%;
}
.financial_license_contact_subnav .subnav ul li:nth-of-type(5){
    width: 14%;
}
.financial_license_contact_subnav .subnav ul li a{
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    color: #333;
    line-height: 28px;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
    font-weight: 600;
}

.financial_license_contact_subnav .subnav ul li a.active{
    color: #149cda;
}
.financial_license_contact_subnav .subnav ul li a:hover{
    color: #149cda;
}

.financial_license_contact_subnav .subnav ul li a:after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    background-color: #149cda;
    border-radius: 50px;
    position: absolute;
    bottom:0%;
    left: 0%;
    transition: all 0.5s;
    z-index: 1;
}
.financial_license_contact_subnav .subnav ul li a:hover:after{
    width: 100%;
}
.financial_license_contact_subnav .subnav ul li a.active:after{
    width: 100%;
}

/* financial_license_contact_page */
.financial_license_contact_page{
    width: 100%;
    height: auto;
}
.financial_license_section1{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 50px;
    box-sizing: border-box;
}
.financial_license_section1_container{
    width: 100%;
    height: auto;
}
.financial_license_section1_list{
    width: 100%;
    height: auto;
}
.financial_license_section1_list ul{
    margin: 0 -1%;
}
.financial_license_section1_list ul li{
    float: left;
    width: 31.333333%;
    height: 300px;
    margin: 0 1%;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 30px;

}
.financial_license_section1_list ul li:hover{
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
}
.financial_license_section1_list ul li .li_box{
    width: 100%;
    height: auto;
}
.financial_license_section1_list ul li .icon_box{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.financial_license_section1_list ul li .icon_box img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.financial_license_section1_list ul li .text_box{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.financial_license_section1_list ul li .text_box h3{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.financial_license_section1_list ul li .text_box p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}


.financial_license_section2{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 220px;
    background-color: #f8f8f8;
}
.financial_license_section2_container{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}
.financial_license_section2_container .pic_box{
    max-width: 700px;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.financial_license_section2_container .pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.financial_license_section2_container .logo_pic_box{
    max-width: 520px;
    width: 100%;
    height: auto;
    position: absolute;
    top: -90px;
    right: -80px;
}
.financial_license_section2_container .logo_pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.financial_license_section2_container .dian_pic_box{
    max-width: 230px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 450px;
    left: 160px;
}
.financial_license_section2_container .dian_pic_box img{
    display: block;
    width: 100%;
    height: auto;
}
.financial_license_section2_container .text_box{
    width: 500px;
    height: auto;
    background: #fff;
    position: absolute;
    top: 240px;
    left: 46%;
    padding: 35px 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 5px 0px 20px 0px rgb(0 0 0 / 8%);
    z-index: 9;
}
.financial_license_section2_container .text_box .article{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 50px;
}
.financial_license_section2_container .text_box .article strong{
    font-weight: 600;
}


.financial_license_link_box {
    display: block;
    width: 150px;
    height: auto;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 50px;
    margin-top: 10px;
    position: relative;
    text-align: center;

    background: linear-gradient(to top,#4875e6 , #8d54e9); 
    cursor: pointer;
}
.financial_license_link_box .bjs{
    width: 146px;
    height: 50px;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;

    transition: all 0.38s;
}
.financial_license_link_box p{
    display: inline-block;
    width: auto;
    height: 50px;
    background: #fff;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 50px;
    padding: 10px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;

    background-image: linear-gradient(to right,#4875e6 , #8d54e9);
    -webkit-background-clip:text;
    color: transparent;
    cursor: pointer;
}
.financial_license_link_box:hover p{
    color: #fff !important;
}
.financial_license_link_box:hover .bjs{
    width: 0;
    opacity: 0.8;
}







/* financial_license_section_new */
.financial_license_section_new{
    width: 100%;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    box-sizing: border-box;
}
.financial_license_section_new_container{
    width: 100%;
    height: auto;
}
.financial_license_section_new_list{
    width: 100%;
    height: auto;
}
.financial_license_section_new_list ul{
    margin: 0 -4%;
}
.financial_license_section_new_list ul li{
    float: left;
    width: 42%;
    height: 160px;
    margin: 50px 4%;
    box-sizing: border-box;
}
.financial_license_section_new_list ul li .li_box{
    width: 100%;
    height: 160px;
    position: relative;
    padding-left: 135px;
    box-sizing: border-box;
}
.financial_license_section_new_list ul li .li_box .icon_box{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position:absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.financial_license_section_new_list ul li .li_box .icon_box img{
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.financial_license_section_new_list ul li .jt_box{
    width: 0; 
    height: 0;
    position: absolute;
    left: 121px;
    top: 50%;
    margin-top: -7px;
    border-width: 14px;
    border-style: solid;
    border-color: #fff #fff #fff #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);

    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    opacity: 0;
}
.financial_license_section_new_list ul li .jt_box::after{
    content: " ";
    width: 30px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: -3px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}



.financial_license_section_new_list ul li .text_box{
    width: 100%;
    height: 100%;

    padding: 20px 40px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.financial_license_section_new_list ul li .text_box h3{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.financial_license_section_new_list ul li .text_box p{
    font-size: 18px;
    color: #333;
    line-height: 30px;
}



.financial_license_section_new_list ul li:hover .text_box{
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 8%);
}
.financial_license_section_new_list ul li:hover .jt_box{
    opacity: 1;
}





@media screen and (max-width: 1600px){
    .financial_license_section2{
        padding-bottom: 250px;
    }
    .financial_license_section2_container{
        max-width: 1000px;
    }
    .financial_license_section2_container .pic_box{
        max-width: 560px;
    }
    .financial_license_section2_container .logo_pic_box{
        max-width: 430px;
        position: absolute;
        top: -60px;
        right: -50px;
    }
    .financial_license_section2_container .text_box{
        width: 450px;
        top: 180px;
        left: 40%;
        padding-bottom: 40px;
    }
    .financial_license_section2_container .dian_pic_box {
        max-width: 160px;
        top: 365px;
        left: 120px;
    }
    .financial_license_section2_container .text_box .article{
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 1440px){
    .financial_license_section1_list ul li{
        padding: 40px 35px;
        height: 280px;
    }



    .financial_license_section_new_list ul li{
        margin: 40px 4%;
    }
    .financial_license_section_new_list ul li .li_box{
        padding-left: 135px;
    }
    .financial_license_section_new_list ul li .jt_box{
        left: 120px;
    }
    .financial_license_section_new_list ul li .text_box{
        padding: 20px 35px;
    }



}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 768px){
    .financial_license_section1_list ul li{
        width: 98%;
        height: auto;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .financial_license_section1_list ul li .li_box{
        min-height: 55px;
        position: relative;
        padding-left: 75px;
        box-sizing: border-box;
    }
    .financial_license_section1_list ul li .icon_box{
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .financial_license_section1_list ul li .icon_box img{
        width: 55px;
        height: 55px;
    }
    .financial_license_section1_list ul li .text_box{
        margin-top: 0;
    }
    .financial_license_section1_list ul li .text_box h3{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .financial_license_section1_list ul li .text_box p{
        font-size: 16px;
        line-height: 26px;

    }

    .financial_license_section2{
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .financial_license_section2_container .text_box{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        margin-bottom: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 30px;
    }
    .financial_license_section2_container .pic_box{
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .financial_license_section2_container .text_box .article {
        font-size: 15px;
        line-height: 26px;
        text-align: left;
    }

    .financial_license_contact_subnav .subnav ul li{
        float: left;
        width: 33.333333%;
    }
    .financial_license_contact_subnav .subnav ul li:nth-of-type(4){
        width: 33.333333%;
    }
    .financial_license_contact_subnav .subnav ul li:nth-of-type(5){
        width: 33.333333%;
    }
    .financial_license_contact_subnav .subnav ul li a{
        font-size: 16px;
        padding: 15px 5px;
    }






    .financial_license_section_new{
        padding-bottom: 60px;
    }
    .financial_license_section_new_list ul li{
        width: 92%;
        height: auto;
        padding: 10px 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .financial_license_section_new_list ul li .li_box{
        height: auto;
        min-height: 55px;
        position: relative;
        padding-left: 75px;
        box-sizing: border-box;
    }
    .financial_license_section_new_list ul li .jt_box{
        display: none;
    }
    .financial_license_section_new_list ul li .li_box .icon_box{
        width: 55px;
        height: 55px;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
    }
    .financial_license_section_new_list ul li .li_box .icon_box img{
        width: 55px;
        height: 55px;
    }
    .financial_license_section_new_list ul li .text_box{
        height: auto;
        box-shadow: none;
        padding: 0;
    }
    .financial_license_section_new_list ul li .text_box h3{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .financial_license_section_new_list ul li .text_box p{
        font-size: 16px;
        line-height: 26px;

    }



    

    
}