/* 页面公共样式 */
@font-face {
    font-family: SOURCEHANSANSSC-MEDIUM;   
    src: url('../fonts/SOURCEHANSANSSC-MEDIUM.ttf');
}

.hdRoot{
    
}

.sameWidth{
    width: 1600px;
    margin: 0 auto;
}

.innerWidth{
    width: 1440px;
    margin: 0 auto;
}



.sticky_box{
    position: sticky;
    top: 0;
    z-index: 10;
}
/* header start */
.header{
    width: 100%;
    height: 118px;
    background: url(../images/pc/index/dw_index_topbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.header > .sameWidth{
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index_logo{
    width: 483px;
    height: auto;
}

.index_logo img{
    width: 100%;
    height: auto;
}

.hd_l{
    display: flex;
    align-items: center;
}

.hd_l .slogan{
    width: 395px;
    height: auto;
}

.hd_l .slogan img{
    width: 100%;
    height: auto;
}

.hd_form{
    width: fit-content;
    height: fit-content;
    position: relative;
    margin-left: 60px;
}

.hd_form input{
    width: 289px;
    height: 46px;
    background: rgba(255,255,255,0.95);
    border-radius: 23px;
    box-sizing: border-box;
    padding: 0 50px 0 16px;

    font-size: 16px;
    border: none;
    outline: none;
}

.hd_form input::placeholder{
    color: #7E838D;
}

.hd_form button{
    border: none;
    outline: none;
    background: none;

    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.hd_form button img{
    width: 22px;
    height: 22px;
}

/* 手机端菜单按钮 */
.navmo_toggle{
    display: none;
    align-items: center;
}

.navmo_toggle a img{
    width: 28px;
    height: auto;
}

.navmo_icon{
    margin-left: 10px;
}

.navmo_icon img{
    width: 28px;
    height: auto;
}

.navmo_icon img:nth-child(2){
    display: none;
}
/* header end */

/* nav_pc start */
.nav_pc{
    width: 100%;
    height: 64px;
    background: #ffffff;
}

.nav_pc ul{
    display: flex;
    height: 100%;
}

.nav_pc ul li{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav_pc ul li.nav_li_active::after{
    content: "";
    width: 100%;
    height: 3px;
    background: #AD0A05;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav_pc ul li.nav_li_active > a{
    font-size: 20px;
    color: #AB0A0F;
    font-weight: bold;
}

.nav_pc ul li > a{
    font-size: 18px;
    color: #333333;
}

.child_nav{
    display: none;
    width: 180px;
    height: auto;
    box-shadow: 0 3px 30px rgb(0 0 0 / 8%);

    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 9;
    transform: translateX(-50%);
}

.child_nav a{
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #302f2f;
    text-align: center;
    background: rgba(255,255,255,.85);

    box-sizing: border-box;
    padding: 10px;
    transition: all 1s;
    border-bottom: 1px solid rgb(159 160 160 / 50%);
}

.child_nav a:last-child{
    border-bottom: none;
}

.child_nav a:hover{
    background: #ab0a0f;
    color: #ffffff;
}

.nav_pc ul li:hover > a{
    color: #AB0A0F;
    font-weight: bold;
}

.nav_pc ul li:hover .child_nav{
    display: block;
}
/* nav_pc end */

/* nav_mo start */
.nav_mo{
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    background: url(../images/pc/inner/nywenli_bg1.jpg) repeat;

    position: fixed;
    top: 50px;
    z-index: 10;
    overflow-y: scroll;
}

.nav_mo_bg{
    width: 100%;
    background: url(../images/mo/dwmo_navbg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;

    box-sizing: border-box;
    padding: 20px 0 100px;
}

.search_form_mo{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.search_form_mo input{
    flex: 1;
    height: 38px;
    background: #ffffff;
    box-sizing: border-box;
    border: 1px solid #B9B8B7;
    padding: 0 10px;
}

.search_form_mo button{
    width: 95px;
    height: 38px;
    background: #CF0B00;
    border: none;
    outline: none;

    font-size: 18px;
    color: #ffffff;
}

.menuList{
    width: 100%;
    margin: 0 auto;
}

.menuItem{
    border-bottom: 1px solid #EDEDEE;
    box-sizing: border-box;
    padding: 20px 10px 20px 0;
    transition: all 1s;
}

.menuItem > a h3{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.menuItem > a img{
    width: 20px;
    height: 20px;
}

.menuItem > a img:nth-child(3){
    display: none;
}

.menuItem:hover{
    background: rgba(171,10,18,0.1);
    padding-left: 20px;
}
.menuItem:hover > a h3{
    color: #AB0A12;
}

.menuItem:hover > a img:nth-child(2){
    display: none;
}

.menuItem:hover > a img:nth-child(3){
    display: block;
}

.secondM, .thirdM{
    margin-left: 5%;
    display: none;
}

.secondM > li >a, .thirdM > li >a{
    font-size: 16px;
    color: #666666;
    line-height: 3.3em;
}
/* nac_mo end */

/* footer start */
.footer{
    width: 100%;
    height: auto;
    background: url(../images/pc/index/footer_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.foot_t{
    display: flex;
    align-items: center;
    padding: 30px 0;
}

.foot_t h3{
    flex-shrink: 0;
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
}

.foot_t ul{
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.foot_t ul li{
    flex: 1;
    text-align: center;
}

.foot_t ul li img{
    width: 100%;
    height: auto;
    max-width: 164px;
    max-height: 60px;
}

.red_line{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.15);
}

.foot_b{
    box-sizing: border-box;
    padding: 30px 0;

    display: flex;
    align-items: center;
}

.hd_logo{
    flex: 2;
}

.vertical_line{
    width: 1px;
    height: 140px;
    background: rgba(255,255,255,0.2);
}

.hd_logo img{
    width: 483px;
    height: auto;
}

.foot_center{
    flex: 2.8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot_center li{
    display: flex;
    margin-bottom: 13px;
}

.foot_center li:last-child{
    margin-bottom: 0;
}

.foot_center li img{
    width: 39px;
    height: 39px;
    margin-right: 10px;
}

.foot_center li p{
    font-size: 18px;
    color: #EEA4A6;
    line-height: 39px;
}

.foot_center li p span, .foot_center li p a{
    color: #ffffff;
}

.wechat{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}

.wechat img{
    width: 110px;
    height: 110px;
}

.wechat p{
    font-size: 18px;
    color: #EEA4A6;
    margin-top: 16px;
}

.copyright{
    height: 65px;
    background: #6C0307;

    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright p{
    font-size: 16px;
    color: #DFAAAB;
    margin: 0 5px;
}

.copyright p a{
    color: #DFAAAB;
}
/* footer end */

/* 内页banner start */
.hd_banner{
    width: 100%;
    height: fit-content;
}

.hd_banner img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}
/* 内页banner end */

/* 内页正文公共样式 start */
.main_box{
    width: 100%;
    height: auto;
    background: url(../images/pc/inner/nywenli_bg1.jpg) repeat;
}

.main_bg{
    width: 100%;
    height: auto;
    background: url(../images/pc/inner/ny_wenli_bg2.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;

    padding: 36px 0 100px;
}

.inner_page_box{
    display: flex;
    align-items: flex-start;
}

.inner_page_r{
    width: calc(100% - 316px - 30px);
}

.my_tab{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 18px 0 23px;
    border-bottom: 1px solid #E2E1E1;
}

.my_tab h3{
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    position: relative;
}

.my_tab h3::after{
    content: "";
    width: 16px;
    height: 6px;
    background: #D71B24;

    position: absolute;
    bottom: 0;
    left: calc(100% + 5px);
}

.my_tab_r{
    display: flex;
    align-items: center;
}

.my_tab_r a{
    display: flex;
    align-items: center;
}

.my_tab_r a img{
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.my_tab_r a, .my_tab_r p{
    font-size: 16px;
    color: #8B8B8B;
}

.my_tab_r p{
    margin: 0 10px;
}

.inner_page_l{
    width: 316px;
    height: auto;
    min-height: 555px;
    background: url(../images/pc/inner/ny_left_navbg.png) no-repeat;
    background-size: 100% auto;

    margin-right: 30px;
}

.inner_page_l h3{
    font-size: 28px;
    color: #AB0A0F;
    font-weight: 400;
    
    box-sizing: border-box;
    padding: 25px;
}

.inner_page_l .toggle_icon{
    width: 22px;
    height: auto;
    display: none;
}

.inner_page_l ul{
    display: block;
}

.inner_page_l ul li{
    box-sizing: border-box;
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #F2F0F0;
    position: relative;
}

.inner_page_l ul a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner_page_l li p{
    font-size: 18px;
    color: #333333;
}

.inner_page_l li img{
    flex-shrink: 0;
    width: 28px;
    height: 28px;
}

.inner_page_l li img:nth-child(3){
    display: none;
}

.active_li::before{
    content: "";
    width: 5px;
    height: 100%;
    background: #AB0A0F;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner_page_l .active_li p{
    font-weight: bold;
    color: #AB0A0F;
}

.inner_page_l .active_li img:nth-child(2){
    display: none;
}

.inner_page_l .active_li img:nth-child(3){
    display: block;
}

.inner_page_l ul li:hover img:nth-child(2){
    display: none;
}

.inner_page_l ul li:hover img:nth-child(3){
    display: block;
}

/* 内页正文公共样式 send */

/* 分页 start */
.hd_pages{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    min-width: 42px; 
    height: 42px !important;
    line-height: 42px !important;
    padding: 0 10px !important;
    font-size: 16px;
    font-weight: "微软雅黑";
}

.pb_sys_style2 .p_no_d{
    background-color: #ab0a0e !important;
    border-color: #ab0a0e !important;
}

/* 分页 end */















/* 响应式处理开始 */
@media screen and (max-width: 1650px) {
    .sameWidth{
        width: auto;
        margin: 0 3%;
    }

    /* footer */
    .wechat{
        display: none;
    }
    .vertical_line{
        display: none;
    }
}

@media screen and (max-width: 1480px){
    .innerWidth{
        width: auto;
        margin: 0 3%;
    }
}

@media screen and (max-width: 1400px){
    /* header */
    .header{
        height: 88px;
    }

    .hd_l .slogan{
        display: none;
    }

    .index_logo{
        width: 365px;
    }

    .hd_form input{
        width: 259px;
        height: 36px;

        font-size: 14px;
    }

    .hd_form button img{
        width: 18px;
        height: 18px;
    }

    /* nav_pc */
    .nav_pc{
        height: 54px;
        top: 88px;
    }

    .nav_pc ul li > a{
        font-size: 16px;
    }

    .nav_pc ul li.nav_li_active > a{
        font-size: 18px;
    }

    /* footer */
    .foot_t{
        display: none;
    }

    .red_line{
        display: none;
    }

    .hd_logo img{
        width: 420px;
    }

    /* 内页正文公共样式 */
    .inner_page_l h3{
        font-size: 24px;
        padding: 28px 25px;
    }

    .my_tab h3{
        font-size: 24px;
    }

    .inner_page_l{
        margin-right: 15px;
    }

    .inner_page_r{
        width: calc(100% - 316px -15px);
    }

}

@media screen and (max-width: 1200px){
    /* header */
    .header{
        height: 50px;
    }

    .index_logo{
        width: 230px;
    }

    /* nav_pc */
    .nav_pc, .hd_l{
        display: none;
    }

    /* footer */
    .hd_logo{
        display: none;
    }

    .foot_center{
        width: 100%;
    }

    .foot_center ul{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .foot_center li{
        width: 100%;
        margin-bottom: 8px;
    }

    .foot_center li img{
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }

    .foot_center li p{
        font-size: 14px;
        line-height: 25px;
    }

    .copyright{
        height: 45px;
    }

    .copyright p{
        font-size: 14px;
    }

    .foot_b{
        flex-direction: column;
        padding: 20px 0;
    }

    /* 手机端菜单按钮 */
    .navmo_toggle{
        display: flex;
    }

    /* 内页正文公共样式 */
    .main_bg{
        padding: 13px 0 30px;
    }

    .inner_page_box{
        flex-wrap: wrap;
    }

    .inner_page_l{
        width: 100%;
        min-height: 0;
        background: none;
        margin: 0;
    }

    .inner_page_r{
        width: 100%;
    }

    .inner_page_l h3{
        background: url(../images/mo/dwmo_ny_navbg.png) no-repeat;
        background-size: 100% 100%;

        font-size: 16px;
        padding: 14px;
        
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .inner_page_l .toggle_icon{
        display: block;
    }

    .inner_page_l ul{
        display: none;
        background: #ffffff;
        box-shadow: 8px 6px 26px 0px #F5F4F4;
    }

    .inner_page_l ul li{
        padding: 12px;
    }

    .inner_page_l ul li:last-child{
        border-bottom: none;
    }

    .inner_page_l li p{
        font-size: 14px;
    }

    .inner_page_l li img{
        width: 20px;
        height: 20px;
    }

    .active_li::before{
        display: none;
    }

    .my_tab{
        padding: 12px 0;
        margin-top: 10px;
    }

    .my_tab h3{
        font-size: 16px;
    }

    .my_tab h3::after{
        width: 8px;
        height: 3px;
        left: 100%;
    }

    .my_tab_r{
        display: none;
    }

    /* 分页 */
    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
        min-width: 32px; 
        height: 32px!important;
        line-height: 32px !important;
        font-size: 14px;
    }
}
/* 响应式处理结束 */