@font-face {
    font-family: SourceHanSerifCN-Heavy;   
    src: url('../fonts/SOURCEHANSERIFCN-HEAVY.OTF');
}


/* 页面公共样式 */
.hdRoot{
    width: 100%;
    height: auto;
    max-width: 1920px;
    min-width: 370px;
    margin: 0 auto;
    position: relative;
}

.sameWidth{
    width: 1400px;
    height: auto;
    margin: 0 auto;
}

.fixed_top_box{
    width: 100%;
    height: 221px;
    position: absolute;
    top: 0;
    z-index: 10;
    background: url(../images/pc/index/index_top_bg.png) repeat-x;
    background-size: auto 100%;
}

/* header start */
.header{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 30px 3%;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.header_l{
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.h_address{
    color: #ffffff;
    border-left: 1px solid #4f69b6;
    margin-left: 20px;
    padding-left: 20px;
}

.h_address a{
    color: #ffffff;
}

.h_address p:first-child{
    font-size: 30px;
    margin-bottom: 6px;
}

.h_address p:nth-child(2){
     font-size: 22px;
    margin-bottom: 6px;
}

.index_logo img{
    width: 222px;
    height: auto;
    vertical-align: middle;
}

.head_r{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.slogan{
    font-size: 38px;
    color: rgba(255, 255, 255, 0.4);
    margin-right: 60px;
}

.search_box{
    position: relative;
}

.search_icon img{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.pc_overall_search{
    position: absolute;
    right: 0;
    top: 99%;
    
    transform: scaleX(0);
    opacity: 0;
    transition: all 0.5s ease;
}

.pc_overall_search input{
    width: 260px;
    height: 42px;
    border: none;
    border-bottom: 1px solid #cecdcd;
    outline: none;

    font-size: 16px;
    color: #333333;

    box-sizing: border-box;
    padding: 6px 50px 6px 12px;
}

.pc_overall_search input::placeholder{
    font-size: 16px;
    color: #8794ab;
}

.pc_overall_search img{
    width: 35px;
    height: 35px;
    padding: 7px;

    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mo_toggle_icon{
    display: none;
}

.mo_toggle_icon img{
    width: 38px;
    height: 38px;
}
/* header end */

/* nav_pc start */
.nav_pc{

}

.nav_pc ul{
    display: flex;
}

.nav_pc li{
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.nav_pc li > a{
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
    padding: 15px 0 20px;

    position: relative;
}

.nav_pc .active_li > a{
    font-weight: bold;
}

.nav_pc .active_li > a::after{
    content: "";
    width: 100%;
    min-width: 84px;
    height: 3px;
    background: #ffffff;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.nav_pc li:hover > a{
    font-weight: bold;
}

.nav_pc li:hover .np_second_r{
    transform: scaleY(1) translateX(-50%);
    opacity: 1;
}

.np_second_r{
    background: #5597e3;
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease 0s;

    padding: 20px 0;
    transform: scaleY(0) translateX(-50%);
    transform-origin: 0% 0;
    opacity: 0;

}

.np_second_r::before{
    content: "";
    position: absolute;
    border-left: transparent 6px solid;
    border-right: transparent 6px solid;
    border-bottom: #5597e3 8px solid;
    top: -6px;
    left: 50%;
    margin-left: -6px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .05);
}

.np_second_r a{
    display: block;
    width: 200px;
    height: auto;
    transition: all .5s;

    font-size: 18px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
}

.np_second_r a:hover{
    background: #2e52c9;
}
/* nav_pc end */

/* nav_mo start */
.nav_mo{
    display: none;
    width: 100%;
    height: calc(100vh - 70px);
    overflow-y: scroll;
    background: #ffffff;
    box-sizing: border-box;
    padding: 30px 0;

    position: fixed;
    left: 0;
    top: 70px;
    z-index: 10;
}

.mo_search_box{
    display: flex;
    align-items: center;
}

.mo_search_box input{
    flex: 1;
    height: 38px;
    background: #ffffff;
    outline: none;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #B9B8B7;

    font-size: 14px;
    color: #333333;

}

.mo_search_box button{
    width: 75px;
    height: 38px;
    background: #24419D;
    border: none;
    outline: none;

    font-size: 14px;
    color: #FFFFFF;
}

.mo_first_r{
    margin-top: 20px;
}

.mo_first_r li{
    padding: 20px 0;
    border-bottom: 1px solid #EDEDEE;
    transition: all .5s;
}

.mo_first_r li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 16px;
    color: #333333;
}

.mo_first_r li > a img{
    width: 27px;
    height: 27px;
}

.mo_first_r li > a img:nth-child(3){
    display: none;
}

.mo_first_r li:hover{
    background: rgba(36,65,157,0.1);
    box-sizing: border-box;
    padding-left: 10px;
}

.mo_first_r li:hover > a{
    color: #24419D;
}

.mo_first_r li:hover > a img:nth-child(2){
    display: none;
}

.mo_first_r li:hover > a img:nth-child(3){
    display: block;
}

.mo_first_r li.mo_li_active{
    background: rgba(36,65,157,0.1);
    box-sizing: border-box;
    padding-left: 10px;
}

.mo_first_r li.mo_li_active > a{
    color: #24419D;
}

.mo_first_r li.mo_li_active > a img:nth-child(2){
    display: none;
}

.mo_first_r li.mo_li_active > a img:nth-child(3){
    display: block;
}

.mo_second_r{
    display: none;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 10px;
}

.mo_second_r a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    padding: 10px 0;
}

.mo_second_r a:hover{
    color: #24419D;
}













/* nav_mo end */

/* footer start */
.footer{

}

.foot_box{
    background: url(../images/pc/index/footer_bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0 60px;
}

.footer_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fot_logo img{
    width: 220px;
    height: auto;
}

.fot_con{

}

.fot_i{
    display: flex;
    align-items: center;
    margin: 5px ;
}

.fot_i img{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.fot_i p{
    font-size: 18px;
    color: #93A7EC;
}

.fot_i p span{
    color: #ffffff;
}

.links{
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.l_title{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
}

.li_list{
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.li_list a{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    background: rgba(255,255,255,0.15);
    box-sizing: border-box;
    margin: 0 0 10px 10px;

    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    transition: all .5s;
    position: relative;
    top: 0;
}

.li_list a:hover{
    top: -5px;
}

.copyright{
    width: 100%;
    height: auto;
    background: #143089;
    box-sizing: border-box;
    padding: 20px 0;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.copyright p{
    font-size: 18px;
    color: #98ADF1;
    line-height: 34px;
    margin: 0 5px;
}

.copyright a{
    color: #98ADF1;
}
/* footer end */

/* 内页banner start */
.inner_banner img{
    width: 100%;
    height: auto;
    min-height: 190px;
    object-fit: cover;
    vertical-align: middle;
}
/* 内页banner end */

/* 内页公共部分样式 start */
.main_box{
    padding-bottom: 50px;
    position: relative;
}

.main_box::before{
    content: "";
    width: 100%;
    height: 66px;
    background: #F2F5F9;
    
    position: absolute;
    left: 0;
    top: 0;
}

.inner_main{
    display: flex;
    align-items: flex-start;
    position: relative;
}

.main_l{
    flex-shrink: 0;
    width: 240px;
    height: auto;
    position: relative;
    top: -50px;
}

.current_column{
    width: 100%;
    background: #1D3C91;

    box-sizing: border-box;
    padding: 13px 26px;
}

.current_column h3{
    font-size: 28px;
    color: #FFFFFF;
    border-bottom: 1px solid #3C5AAC;
    line-height: 50px;
    padding-bottom: 5px;
}

.current_column p{
    font-size: 15px;
    color: #7797EF;
    line-height: 40px;
    white-space: nowrap;
}

.inner_nav_toggle{
    display: none;
}

.inner_nav_toggle img{
    width: 27px;
    height: 27px;
}

.inner_nav_toggle img:nth-child(2){
    display: none;
}

.main_l ul a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #F2F5F9;
    box-sizing: border-box;
    padding: 15px 28px;
    transition: all .5s;

    font-size: 18px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 5px;
}

.main_l ul a img{
    width: 22px;
    height: 22px;
}

.main_l ul a img:nth-child(3){
    display: none;
}

.main_l ul a.navl_active_li{
    background: #F7F9FE;
    color: #223895;
    font-weight: bold;
    border-left: 4px solid #1F3694;
}

.main_l ul a:hover{
    color: #1d3c91;
    font-weight: bold;
}

.main_l ul a:hover img:nth-child(2){
    display: none;
}

.main_l ul a:hover img:nth-child(3){
    display: block;
}

.main_r{
    width: calc(100% - 240px);
    box-sizing: border-box;
    padding-left: 36px;
}

.current_pos{
    width: 100%;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.current_pos h3{
    font-size: 20px;
    color: #333333;
    box-sizing: border-box;
    padding-left: 10px;
    border-left: 4px solid #1D3C91;
}

.pos_link{
    display: flex;
    align-items: flex-end;

    font-size: 16px;
    color: #A0A4AB;
}

.pos_link a{
    font-size: 16px;
    color: #A0A4AB;
}

.pos_link a:last-child{
    color: #14479F;
}

.pos_link img{
    width: 24px;
    height: 24px;
    margin-right: 3px;
}

.switchBox{
    width: 100%;
    height: auto;
    padding: 30px 0 0;
}
/* 内页公共部分样式 end */

/* 分页 start */
.hd_pages .p_pages{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.p_pages span{
    display: block;
    min-width: 40px;
    height: 40px;
    border: 1px solid #D3D8DE;
    box-sizing: border-box;
    padding: 0 10px;

    font-size: 18px;
    color: #807D7D;
    text-align: center;
    line-height: 40px;
    margin: 0 5px;
}

.p_pages span > a{
    display: block;
    width: 100%;
    height: 100%;
    color: #807D7D;
}

.p_pages span:hover{
    color: #ffffff;
    background: #1D3C91;
}

.p_pages span:hover a{
    color: #ffffff;
}

.p_pages .p_no_d{
    color: #ffffff;
    background: #1D3C91;
}

.p_pages .p_no_d > a{
    color: #ffffff;
}
/* 分页 end */



/* 响应式处理开始 */
@media screen and (max-width: 1650px) {
     /* header */
    .h_address p:first-child{
        font-size: 28px;
    }

    .h_address p:nth-child(2){
        font-size: 20px;
    }
}

@media screen and (max-width: 1450px) {
    .sameWidth{
        width: 100%;
        box-sizing: border-box;
        padding: 0 3%;
    }

    /* header */
     .h_address p:first-child{
        font-size: 26px;
    }

    .h_address p:nth-child(2){
        font-size: 18px;
    }
}


@media screen and (max-width: 1350px) {
    /* header */
    .header{
        padding: 15px 3%;
    }

     .h_address p:first-child{
        font-size: 24px;
    }

    .h_address p:nth-child(2){
        font-size: 16px;
    }

    .slogan{
        font-size: 26px;
        margin-right: 30px;
    }

    .search_icon img{
        width: 35px;
        height: 35px;
    }

    /* nav_pc */
    .nav_pc li > a{
        font-size: 18px;
        padding: 10px 0 15px;
    }

    .np_second_r a{
        width: 180px;
        font-size: 16px;
        line-height: 26px;
    }

    .nav_pc .active_li > a::after{
        height: 2px;
        min-width: 64px;
    }

    /* footer */
    .foot_box{
        padding: 30px 0;
    }

    .fot_logo{
        display: none;
    }

    .fot_con{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .links{
        margin-top: 15px;
    }

    /* 内页公共部分样式 */
    .main_l{
        width: 210px;
    }

    .current_column{
        padding: 13px 20px;
    }

    .current_column h3{
        font-size: 22px;
        line-height: 36px;
    }

    .current_column p{
        font-size: 12px;
        line-height: 36px;
    }
    
    .main_l ul a{
        padding: 12px 15px;
        font-size: 16px;
        margin-bottom: 3px;
    }

    .current_pos, .main_box::before{
        height: 46px;
    }

    .current_pos h3{
        font-size: 18px;
    }

    .pos_link, .pos_link a{
        font-size: 14px;
    }

    .pos_link img{
        width: 20px;
        height: 20px;
    }

    .main_r{
        width: calc(100% - 210px);
        padding-left: 26px;
    }

    /* 分页 */
    .p_pages span{
        height: 37px;
        line-height: 37px;
        font-size: 16px;
    }

    .p_pages .p_no, .p_pages .p_no_d, .p_pages .p_last_d, .p_pages .p_last, .p_pages .p_first,  .p_pages .p_first_d{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .sameWidth{
        padding: 0 2%;
    }

    /* header */
    .header{
        padding: 15px 2%;
    }
}

@media screen and (max-width: 998px) {
    .fixed_top_box{
        height: 100px;
    }

    /* header */
    .header{
        height: 70px;
        padding: 0 2%;
    }

    .h_address p:first-child{
        font-size: 22px;
    }

    .h_address p:nth-child(2){
        font-size: 14px;
    }

    .index_logo img{
        width: 150px;
    }

    .slogan, .search_box{
        display: none;
    }

    .mo_toggle_icon{
        display: block;
    }

    /* nav_pc */
    .nav_pc{
        display: none;
    }

    /* footer */
    .links{
        display: none;
    }

    .fot_i img{
        width: 27px;
        height: 27px;
    }

    .fot_i p{
        font-size: 14px;
    }

    .copyright{
        padding: 15px 0;
    }

    .copyright p{
        font-size: 12px;
        line-height: 23px;
    }

    /* 内页公共部分样式 */
    .pos_link, .main_box::before{
        display: none;
    }

    .inner_main{
        flex-wrap: wrap;
    }

    .main_l{
        width: 100%;
        position: static;
        padding-top: 20px;
        background: #FFFFFF;
        box-shadow: 2px 1px 5px 0px #F5F4F4;
    }

    .current_column{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px;
    }

    .current_column p{
        display: none;
    }

    .current_column h3{
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 0;
        border-bottom: none;
    }

    .inner_nav_toggle{
        display: block;
    }

    #left_nav{
        display: none;
    }

    .main_l ul a{
        padding: 13px;
        line-height: 24px;
        background: none;
        margin-bottom: 0;
    }

    .main_r{
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

    .current_pos{
        height: 36px;
        border-bottom: 1px solid #E2E1E1;
    }

    .current_pos h3{
        font-size: 16px;
        font-weight: 400;
        border-left: none;
        padding-left: 0;
        position: relative;
    }

    .current_pos h3::after{
        content: "";
        width: 8px;
        height: 3px;
        background: #223895;
        position: absolute;
        bottom: 0;
        left: calc(100% + 5px);
    }

    .switchBox{
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 678px) {
    .sameWidth{
        padding: 0 4%;
    }

    /* header */
    .header{
        padding: 0 2%;
    }

    .header_l{
        margin-right: 5px;
    }

    .h_address{
        margin-left: 5px;
        padding-left: 5px;
        line-height: 16px;
    }

     .h_address p:first-child{
        font-size: 12px;
        margin-bottom: 0;
    }

    .h_address p:nth-child(2){
        font-size: 12px;
    }

    .index_logo img{
        width: 120px;
    }

    .mo_toggle_icon img{
        width: 28px;
        height: 28px;
    }

    /* footer */
    .foot_box{
        padding: 20px 0;
    }

    .fot_i{
        margin: 3px 0;
    }

    /* 内页公共部分样式 */
    .main_l{
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    /* 内页公共部分样式 */
    .main_l{
        padding-top: 10px;
    }
}



/* 响应式处理结束 */