@font-face {
    font-family: Source Han Serif CN;
    src: url('../fonts/SOURCEHANSERIFCN-HEAVY.OTF');
}


/* 页面公共部分样式 */
.hdRoot{
    /* max-width: 1920px; */
    min-width: 350px;
    margin: 0 auto;
}

.sameWidth{
    width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

.innerWidth{
    width: 1360px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* header start */
.header_fixed{
    width: 100%;
    height: 202px;
    background: url(../images/pc/index/index_top_bg.png) repeat-x;
    background-size: auto 100%;

    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
}
.header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 0 46px;
}

.index_logo{
    flex-shrink: 0;
}

.index_logo img, .foot_logo img{
    width: 591px;
    height: 66px;
    vertical-align: middle;
}

.mo_top_menu{
    display: none;
    align-items: center;
}

.mo_nav_icon img{
    width: 27px;
    height: 27px;
}

.mo_nav_icon img#close_icon{
    display: none;
}

.head_r{
    width: calc(100% - 591px - 10%);
}

.head_t{
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.en_website{
    height: 100%;
    display: flex;
    align-items: center;

    font-size: 18px;
    color: #ffffff;
}

.en_website img{
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.pc_search_wrap{
    height: 100%;
    border-left: 1px solid rgba(255,255,255,0.15);
    box-sizing: border-box;
    padding-left: 20px;
    margin-left: 20px;
}

.pc_search_box{
    height: 100%;
    display: flex;
    align-items: center;
}

.pc_search_box input{
    background: none;
    border: none;
    outline: none;

    font-size: 18px;
    color: #ffffff;
}

.pc_search_box input::placeholder{
    color: #ffffff;
}

.pc_search_box button{
    background: none;
    border: none;
    outline: none;
}

.pc_search_box button img{
    width: 22px;
    height: 22px;
}
/* header end */

/* nav_pc start */
.nav_pc{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.nav_pc.medium_screem{
    display: none;
}

.p_first_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p_first_nav > li{
    position: relative;
}

.p_first_nav > li > a{
    box-sizing: border-box;
    padding: 0 8px 8px;
    display: block;

    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.p_first_nav > .p_first_li_active > a{
    font-weight: bold;
}

.p_first_nav > li:hover > a{
    font-weight: bold;
}

.p_first_nav > li:hover .p_second_nav{
    transform: scaleY(1) translateX(-50%);
    opacity: 1;
}

.p_second_nav{
    width: 198px;
    height: auto;
    padding-top: 15px;
    
    position: absolute;
    left: 50%;
    z-index: 9;
    box-shadow: 0px 3px 10px 0px rgba(53,54,54,0.23);

    transform:  scaleY(0) translateX(-50%);
    transform-origin: 0% 0;
    opacity: 1;
    transition: all 0.3s ease 0s;
}

/* 二级导航三角 */
.p_second_nav:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}

.p_second_nav > li{
    position: relative;
    box-sizing: border-box;
    background: #ffffff;
}

.p_second_nav > li  > a{
    display: block;
    font-size: 18px;
    color: #585757;
    line-height: 26px;
    text-align: center;

    box-sizing: border-box;
    padding: 12px;
    border-bottom: 1px solid #EDEDED;
}

.p_second_nav > li:hover > a{
    font-weight: bold;
    font-size: 20px;
    color: #2719B0;
    background: linear-gradient(-90deg, #8A25CC 35.4736328125%, #0115A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* nav_pc end */

/* nav_mo start */
.nav_mo{
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    background: url(../images/pc/shen_bg.jpg) no-repeat left bottom;
    background-size: 100% auto;
    background-color: #ffffff;
    overflow-y: scroll;
    position: fixed;
    top: 50px;
    z-index: 10;

    box-sizing: border-box;
    padding: 15px 0;
}

.mo_search_wrap{
    display: flex;
    align-items: center;
}

.mo_search_box{
    flex: 1;
    display: flex;
    align-items: center;
}

.mo_search_box input{
    flex: 1;
    height: 38px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #B9B8B7;

    font-size: 14px;
    color: #333333;
}

.mo_search_box button{
    flex-shrink: 0;
    width: 75px;
    height: 38px;
    background: linear-gradient(-90deg, #8A25CC, #0115A5);
    border: none;
    outline: none;

    font-size: 14px;
    color: #ffffff;
}

.m_first_nav > li{
    box-sizing: border-box;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #EDEDEE;
}

.m_first_nav >li.m_first_li_active{
    padding-left: 15px;
    background: rgba(45,31,148,0.06);
}

.m_first_nav >li.m_first_li_active > a > p{
    font-weight: bold;
    color: #1017A9;
}

.m_first_nav >li.m_first_li_active > a > img:nth-child(2){
    display: none;
}

.m_first_nav >li.m_first_li_active > a > img:nth-child(3){
    display: block;
}

.m_first_nav > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m_first_nav > li > a > img{
    width: 20px;
    height: 20px;
}

.m_first_nav > li > a > img:nth-child(3){
    display: none;
}

.m_first_nav > li > a > p{
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    padding: 10px 0;
}

.m_second_nav{
    display: none;
    box-sizing: border-box;
    padding-left: 30px;
}

.m_second_nav > li > a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    padding: 10px 0;
}

.m_second_nav > li.m_second_li_active > a{
    color: #1017A9;
}
/* nav_mo end */

/* footer start */
.footer{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/footer_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.footer_t{
    box-sizing: border-box;
    padding: 50px 10%;
}

/* 友情链接 */
.foot_links{
    display: flex;
    align-items: center;
}

.links_tab{
    flex-shrink: 0;
    width: 160px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.links_tab img{
    width: 34px;
    height: 34px;
    margin-right: 5px;
}

.links_tab h3{
    font-family: Source Han Serif CN;
    font-size: 30px;
    color: #FFFFFF;
}

.link_wrap{
    flex: 1;
    overflow: hidden;
}

.link_list{
    height: 100%;
}

.link_list li{
    width: 20%;
}

.link_list a{
    display: inline-block;
    height: 82px;
    margin-right: 20px;
}

.link_list a img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}


/* 联系我们 */
.foot_r{
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.foot_lx{
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.lx_tab{
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.lx_tab img{
    width: 34px;
    height: 34px;
    margin-right: 5px;
}

.lx_tab h3{
    font-family: Source Han Serif CN;
    font-size: 30px;
    color: #FFFFFF;
}

.lx_list{
    flex: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 30px;
}

.lx_item{
    min-height: 80px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 12px;
    border-right: 1px solid rgba(255,255,255,0.15);

    font-size: 18px;
    color: #ffffff;
    line-height: 40px;
}

.lx_item:first-child{
    padding-left: 0;
}

.lx_item:last-child{
    border-right: 0;
}

.lx_item img{
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.lx_label{
    flex-shrink: 0;
}

.er_code{
    flex-shrink: 0;
    display: flex;
    height: 100px;
    background: rgba(255,255,255,0.15);
}

.er_l{
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-size: 16px;
    color: #DBE3F0;
    line-height: 30px;
}

.er_r{
    width: 100px;
    height: 100%;
    overflow: hidden;
}

.er_r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_b{
    background: rgba(5,1,127,0.3);
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    text-align: center;

    box-sizing: border-box;
    padding: 10px 0;
}

.footer_b a{
    color: #ffffff;
}
/* footer end */

/* 右侧固定导航 start */
.right_fixed_nav{
    width: 102px;
    height: 622px;
    background: url(../images/pc/index/ce_bg.png) no-repeat;
    background-size: 100% 100%;

    box-sizing: border-box;
    padding-left: 10px;

    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
}

.f_nav_title{
    width: 100%;
    height: 44px;
    padding: 15px 0;

    font-family: Source Han Serif CN;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

.f_nav_list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 42px;
}

.f_nav_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;

    width: 76px;
    height: 76px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    margin-bottom: 6px;
}

.f_nav_item img{
    width: 36px;
    height: 36px;
}

.f_nav_item img:nth-child(2){
    display: none;
}

.f_nav_item p{
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
}

.f_nav_item:hover img:first-child{
    display: none;
}

.f_nav_item:hover img:nth-child(2){
    display: block;
}

.f_nav_item:hover{
    background: #ffffff;
}

.f_nav_item:hover p{
    font-weight: bold;
    color: #05017F;
}
/* 右侧固定导航 end */

/* 内页banner start */
.inner_banner img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* 内页banner end */

/* 内页正文 start */
.inner_container{
    box-sizing: border-box;
    padding: 68px 0;
}

.innerBox{
    display: flex;
    align-items: flex-start;
}

/* 一级栏目名称 */
.yj_column_name{
    display: none;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 15px;
}

.yj_column_name p{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    background: linear-gradient(-90deg, #8A25CC 35.4736328125%, #0115A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yj_column_name img{
    width: 16px;
    height: 16px;
}

/* 内页左导航 */
.left_nav{
    flex-shrink: 0;
    width: 278px;
    position: sticky;
    top: 202px;
}

.nav_first_row > li > a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EAEAEA;
    box-sizing: border-box;
    padding: 16px 0;

    font-size: 18px;
    color: #333333;
    line-height: 24px;
}

.nav_first_row > li > a .nav_mo_icon{
    display: none;
}

.nav_first_row > li > a img{
    width: 20px;
    height: 20px;
}

.nav_first_row > li > a img:nth-child(2){
    display: none;
}

/* first_row_li_active用于切换左导航三级栏目时的样式设置 */
.nav_first_row > li.first_row_li_active > a{
    font-size: 20px;
    color: #8a25cc;
    font-weight: bold;
}

.nav_first_row > li.first_row_li_active > a img:nth-child(1){
    display: none;
}

.nav_first_row > li.first_row_li_active > a img:nth-child(2){
    display: block;
}

.nav_first_row > li.first_row_li_active .nav_second_row{
    display: block;
}

/* first_row_li_default用于显示当前栏目高亮 */
.nav_first_row > li.first_row_li_default > a{
    font-size: 20px;
    color: #2719B0;
    font-weight: bold;
}

.nav_first_row > li.first_row_li_default > a img:nth-child(1){
    display: none;
}

.nav_first_row > li.first_row_li_default > a img:nth-child(2){
    display: block;
}

.nav_first_row > li.first_row_li_default .nav_second_row{
    display: block;
}


/* 二级导航 */
.nav_second_row{
    display: none;
    box-sizing: border-box;
    padding: 15px 0 15px 40px;
    border-bottom: 1px solid #EAEAEA;
}

.nav_second_row > li > a{
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 24px;

    box-sizing: border-box;
    padding: 8px 0;
}

.nav_second_row > li.second_row_li_active > a{
    color: #2719B0;
    font-weight: bold;
}

/* 正文部分 */
.content_box{
    width: calc(100% - 278px);
    box-sizing: border-box;
    padding-left: 45px;
    min-height: 500px;
}

.current_cloumn{
    width: fit-content;
    font-weight: bold;
    font-size: 45px;
    color: #333333;
    background: linear-gradient(-90deg, #8A25CC 35.4736328125%, #0115A5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    margin-bottom: 30px;
}
/* 内页正文 end */

/* 分页 start */
.hd_pages{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.hd_pages .p_pages{
    display: flex;
    align-items: center;
}

.p_pages span{
    display: block;

    min-width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 12px;
    border: 1px solid #D3D8DE;
    margin: 0 6px;

    font-size: 18px;
    color: #807D7D;
    text-align: center;
    line-height: 40px;
}

.p_pages span a{
    color: #807D7D;
}

.p_pages a{
    display: block;
    width: 100%;
    height: 100%
}

.p_pages  span.p_fun:hover, .p_pages  span.p_no:hover{
    color: #ffffff;
    background: #0B16A8;
}

.p_pages span.p_fun:hover a, .p_pages span.p_no:hover a{
    color: #ffffff;
}

.p_pages span.p_no_d{
    color: #ffffff;
    background: #0B16A8;
}
/* 分页 end */

/* 内页当前位置 start */
.current_address{
    position: relative;
    padding: 25px 0;
}

.current_address::after{
    content: "";
    width: 100%;
    height: 6px;
    background: linear-gradient(-90deg, #8A25CC, #0115A5);

    position: absolute;
    left: 0;
    bottom: 0;
}

.address_path{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 15px;
    border-left: 4px solid #0B16A8;
}

.address_path p{
    display: flex;
    align-items: center;

    font-size: 16px;
    color: #A5A5A6;
}

.address_path p a{
    color: #A5A5A6;
}

.address_path p span{
    margin: 0 5px;
}

.address_path p:last-child a:last-child{
    color: #333333;
}
/* 内页当前位置 end */


@media screen and (max-width: 1900px) {
    .er_code{
        display: none;
    }
}


@media screen and (max-width: 1700px) {
    /* headder */
    .header{
        padding: 0 2%;
    }

    .index_logo img, .foot_logo img{
        width: 530px;
        height: 60px;
    }

    .head_r{
        width: calc(100% - 530px - 6%);
    }

    /* footer */
    .footer_t{
        padding: 50px 4%;
    }

    /* 正文部分 */
    .current_cloumn{
        font-size: 40px;
    }
}

@media screen and (max-width: 1500px) {
    .sameWidth{
        width: 100%;
        padding: 0 2%;
    }

    /* header */
    .header{
        align-items: flex-end;
    }

    .index_logo img, .foot_logo img{
        width: 402px;
        height: 45px;
    }

    .head_r{
        width: calc(100% - 402px - 6%);
    }

    .head_t{
        height: 50px;
    }

    /* nav_pc */
    .nav_pc.medium_screem{
        display: block;
        box-sizing: border-box;
        padding: 0 2%;
    }

    .nav_pc.big_screem{
        display: none;
    }

    /* footer */
    .footer_t{
        padding: 4% 2%;
    }

    /* 友情链接、联系我们 */
    .links_tab h3, .lx_tab h3{
        font-size: 26px;
    }
}

@media screen and (max-width: 1400px) {
    .innerWidth{
        width: 100%;
        padding: 0 2%;
    }

    /* 内页正文 */
    .left_nav{
        width: 228px;
    }

    .content_box{
        width: calc(100% - 228px);
        padding-left: 25px;
    }

    .current_cloumn{
        font-size: 34px;
    }

    /* 内页当前位置 */
    .current_address{
        padding-left: 2%;
    }
}

@media screen and (max-width: 1350px) {
    /* header */
    .pc_search_box input, .en_website{
        font-size: 16px;
    }

    .en_website img, .pc_search_box button img{
        width: 18px;
        height: 18px;
    }

    /* nav_pc */
    .p_first_nav > li > a{
        font-size: 18px;
    }

    /* footer */
    .foot_r{
        margin-top: 30px;
    }

    /* 友情链接、联系我们 */
    .links_tab img, .lx_tab img{
        width: 28px;
        height: 28px;
    }

    .links_tab h3, .lx_tab h3{
        font-size: 22px;
    }

    .link_list a{
        height: 60px;
    }

    .lx_item{
        min-height: 60px;
        font-size: 16px;
        line-height: 30px;
    }

    .lx_item img{
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }
}

@media screen and (max-width: 1200px) {
    /* footer */
    .links_tab, .lx_tab{
        display: none;
    }
}


@media screen and (max-width: 998px) {
    /* header */
    .header_fixed{
        height: 50px;
    }

    .header{
        height: 100%;
        align-items: center;
    }

    .mo_top_menu{
        display: flex;
    }

    .en_website{
        font-size: 14px;
        margin-right: 10px;
    }

    .head_r{
        display: none;
    }

    .index_logo img{
        width: 340px;
        height: 38px;
    }

    /* nav_pc */
    .nav_pc.medium_screem{
        display: none;
    }

    /* footer */
    .footer_t{
        display: none;
    }

    .footer_b{
        font-size: 14px;
        line-height: 28px;
    }

    .footer_b span{
        display: block;
    }

    /* 右侧固定导航 */
    .right_fixed_nav{
        display: none;
    }

    /* 内页正文 */
    .inner_container{
        padding: 30px 0;
    }

    .innerBox{
        flex-wrap: wrap;
    }

    /* 一级栏目名称 */
    .yj_column_name{
        display: flex;
    }

    /* 左导航 */
    .left_nav{
        width: 100%;
        position: static;
    }

    .nav_first_row{
        border: 1px solid #D8D8D8;
        margin-bottom: 30px;
    }

    .nav_first_row > li.first_row_li_active > a{
        font-size: 16px;
    }

    .nav_first_row > li.first_row_li_default > a .nav_mo_icon{
        display: block;
    }

    .nav_first_row > li.first_row_li_default > a .nav_pc_icon{
        display: none;
    }

    .nav_first_row > li.first_row_li_default > a{
        font-size: 16px;
    }

    .nav_first_row > li > a{
        font-size: 16px;
        box-sizing: border-box;
        padding: 10px 12px;
    }

    .nav_first_row > li:last-child > a{
        border-bottom: none;
    }

    .nav_first_row > li.first_row_li_default > a{
        background: linear-gradient(-90deg, #8A25CC, #0115A5);
        color: #ffffff;
    }

    .nav_second_row{
        padding: 0 11px;
    }

    .nav_first_row > li.first_row_li_active .nav_second_row{
        background: none;
    }

    .nav_first_row > li.first_row_li_default .nav_second_row{
        background: #EFF5FE;
    }

    .nav_second_row > li > a{
        font-size: 14px;
        box-sizing: border-box;
        padding-left: 30px;
        border-bottom: 1px solid #D8DFEA;
    }

    .nav_second_row > li:last-child > a{
        border-bottom: none;
    }

    /* 正文 */
    .content_box{
        width: 100%;
        padding-left: 0;
    }

    .current_cloumn{
        font-size: 20px;
        margin-bottom: 10px;
    }

    /* 分页 */
    .p_pages span.p_no_d, .p_pages span.p_no, .p_pages span.p_first_d, .p_pages span.p_last_d, .p_pages span.p_first, .p_pages span.p_last{
        display: none;
    }

    .p_pages span{
        width: 60px;
        height: 28px;
        border: 1px solid #D3D8DE;

        font-size: 12px;
        line-height: 28px;
        margin: 0 10px;
    }

    /* 内页当前位置 */
    .current_address{
        padding: 18px 0 12px;
    }

    .current_address::after{
        height: 3px;
    }

    .address_path{
        border-left-width: 2px;
        padding-left: 8px;
    }

    .address_path p{
        font-size: 12px;
    }

    /*正文*/
    .content_box{
        min-height: auto;
    }

}

@media screen and (max-width: 540px){
    .sameWidth, .innerWidth{
        padding: 0 3%;
    }

    /* header */
    .header_fixed{
        height: 50px;
        display: flex;
        align-items: center;
    }

    .index_logo img{
        width: 250px;
        height: 28px;
    }

    .header{
        padding: 0 1%;
    }

    /* nav_mo */
    .nav_mo{
        height: calc(100vh - 50px);
        top: 50px;
    }

    /* footer */
    .footer_b{
        box-sizing: border-box;
        padding: 20px 2%;
        font-size: 12px;
        line-height: 24px;
    }
    
}













