@charset "utf-8";



.p_pages {
    font-family: '微软雅黑' !important;
}

/* dingyue */
.dingyue {
    position: absolute;
    left: .6rem;
    bottom: 2.8rem;
    z-index: 99;
}


.i-dy {
    width: .55rem;
    height: .55rem;
    cursor: pointer;
}

.i-dy p {
    color: #fff6f6;
    font-size: .18rem;
    text-align: center;
    margin-top: .1rem;
}

.i-dy:hover img {
    transform: scale(1.1);
}

.i-dy img {
    width: 100%;
    display: block;
    transition: all 0.3s;
}

.dy-yzm {
    position: relative;
}

.dy-yzm button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f8cecf;
    color: #db2e34;
    line-height: .4rem;
    padding: 0 .2rem;
    cursor: pointer;
    border-radius: 0 0.09rem 0.09rem 0;
}

.dy-box::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid #fff;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
}

.dy-box {
    position: absolute;
    top: 50%;
    left: 150%;
    transform: translateY(-50%);
    background: #ffffff;
    width: 3.8rem;
}

.dy-box h3 {
    display: flex;
    overflow: hidden;
}

.dy-box h3 span.on {
    background-color: #db2e34;
    color: #ffffff;
}

.dy-box h3 span {
    display: block;
    width: 50%;
    text-align: center;
    line-height: .7rem;
    background-color: #f8cecf;
    color: #db2e34;
    cursor: pointer;
    font-size: 0.2rem;
}

.dy-c {
    padding: .2rem;
}

.dy-qh {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: .2rem;
}

.dy-qh p {
    position: relative;
    margin: 0 .2rem;
    cursor: pointer;
    font-size: 0.18rem;
}

.dy-qh p.on {
    font-weight: 600;
}

.dy-qh p.on::after {
    content: '';
    width: .17rem;
    height: .01rem;
    background-color: #db2e34;
    position: absolute;
    left: 50%;
    bottom: -0.05rem;
    transform: translateX(-50%);
}

.dy-sel select,
.dy-fm input {
    background-color: #eae6e6;
    border-radius: .09rem;
    border: solid .01rem #d9d9d9;
    height: .4rem;
    width: 100%;
    margin-bottom: .1rem;
    padding: 0 .15rem;
    font-size: .16rem;
}

.dy-btnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.dy-btn {
    width: 46%;
    height: .41rem;
    border: solid .01rem #db2e34;
    margin: 0 auto;
    background-color: transparent;
    margin: 0 auto;
    margin-top: .3rem;
    display: block;
    max-width: 100%;
    color: #db2e34;
    font-size: .18rem;
    cursor: pointer;
}

.btn-qd {
    background-color: #db2e34;
    color: #fff;
}




.dy-lm h2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 .14rem;
    padding-right: .3rem;
    margin-bottom: .1rem;
}

.dy-lm h2 b {
    font-size: .18rem;
    color: #333333;
}

.dy-lm span.on {
    background: url(/images/dy-k2.png) no-repeat;
    background-size: 100% 100%;
}

.dy-lm span {
    width: .12rem;
    height: .12rem;
    background: url(/images/dy-k1.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    cursor: pointer;
}

.dy-lm ul {
    overflow-y: auto;
    height: 2rem;
    padding-right: .1rem;
}

@media screen and (min-width:1024px) {

    .dy-lm ul::-webkit-scrollbar {
        width: .05rem;
    }

    .dy-lm ul::-webkit-scrollbar-track {
        background: #d3d3d3;
    }

    .dy-lm ul::-webkit-scrollbar-thumb {
        background-color: #db2e34;
    }
}

.dy-lm li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background-color: #f8f1f1;
    border: solid .01rem #f2ecec;
    line-height: .4rem;
    padding: 0 .14rem;
    margin-top: .08rem;
    color: #666666;
}

.dy-lm li.on {
    background: #ffebeb;
    color: #333333;
    border: .01rem solid #f3b4b6;
}

.dy-lm li.on span {
    background: url(/images/dy-k2.png) no-repeat;
    background-size: 100% 100%;
}

.dy-lm li b {
    font-size: .16rem;
}








@media screen and (max-width: 1024px) {

    .dingyue {
        position: absolute;
        right: auto;
        left: 50%;
        bottom: 1.6rem;
        transform: translateX(-50%) scale(0.6);
    }

    .dy-box::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%, 100%);
        border-top: .1rem solid #fff;
        border-right: .1rem solid transparent;
        border-bottom: .1rem solid transparent;
        border-left: .1rem solid transparent;
    }

    #dy-box1 {
        position: absolute;
        top: auto;
        left: 50%;
        bottom: 150%;
        transform: translateX(-50%);
    }

}

/* dy***end */


@font-face {
    font-family: 'sy';
    src: url('/style/fonts/SOURCEHANSERIFCN-BOLD-2.OTF');
    font-style: normal;
}
@font-face {
    font-family: 'sy2';
    src: url('/style/fonts/SourceHanSerifCN-Regular.otf');
    font-style: normal;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    color: #333;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    font-size: .16rem;
    overflow-x: hidden;
}

body {
    font: 0.16rem 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif !important;
}

html {
    font-size: 5.208333vw;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}

button {
    outline: none;
    border: none;
}

.m-index {
    display: none;
}


.w14 {
    max-width: 14.2rem;
    margin: 0 auto;
    width: 100%;
}


/* 头部导航 */

.nav-box {
    border-top: solid .02rem #e13333;
    position: relative;
    z-index: 99;
}

.nav {
    position: relative;
    font-size: 0;
    width: 17.5rem;
    margin: 0 auto;
    max-width: 100%;
}

.nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.nav>ul>li {
    position: relative;
    flex: 1;
    min-width: 0;
}

.nav>ul>li>a:hover,
.nav>ul>li.active>a {
    color: #ffc765;
}

.nav>ul>li>a {
    display: block;
    font-size: .2rem;
    text-align: center;
    position: relative;
    color: #fff;
    line-height: .5rem;
    font-family: 'sy';
}

.nav>ul>li:last-child>a::after {
    display: none;
}

.nav>ul>li>a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .01rem;
    height: .21rem;
    background-color: #e13333;
}

.nav>ul>li>div {
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    z-index: 99;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .2);
    padding: .1rem 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.nav>ul>li>div::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
    border-left: .1rem solid transparent;
}

.nav>ul>li:hover>div {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>div>ul {
    overflow: hidden;

}

.nav>ul>li>div>ul>li {
    width: 100%;
}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: .18rem;
    color: #333333;
    line-height: .45rem;
    white-space: nowrap;
    padding: 0 .1rem;
    transition: all 0.5s;
}

.nav>ul>li>div>ul>li:hover a {
    color: #9a0000;
    background-color: #f5f5f5;
}



/* head */

.head {
    background-color: #9a0000;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999 !important;
}

.h-top {
    padding: .4rem 0;
    position: relative;
    max-width: 16.66rem;
    margin: 0 auto;
}

.logo a {
    display: block;
}

.logo a img {
    width: 4.05rem;
    display: block;
}

.h-lk {
    position: absolute;
    right: 0;
    top: .13rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.h-lk a {
    font-size: .18rem;
    line-height: .21rem;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.5s;
    padding: 0 .23rem;
    margin-left: .08rem;
    position: relative;
}

.h-lk a::before {
    content: '';
    width: .13rem;
    height: .18rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .13rem;
    height: .18rem;
    background: url(/images/line-l.png) no-repeat;
    background-size: 100% 100%;
}

.h-lk a::after {
    content: '';
    width: .13rem;
    height: .18rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: .13rem;
    height: .18rem;
    background: url(/images/line-r.png) no-repeat;
    background-size: 100% 100%;
}

.h-lk a:hover {
    color: rgba(255, 255, 255, 1);
}

.h-build {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11rem;
    z-index: 1;
}

.h-build img {
    display: block;
    width: 100%;
}



/* side */
.side {
    position: fixed;
    top: 45%;
    right: 0;
    z-index: 999;
}

.side a {
    width: 1.2rem;
    height: 1.91rem;
    background: url(/images/side-bg.png) no-repeat;
    background-size: 100% 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0rem .16rem .27rem rgba(145, 22, 22, 0.33));
    padding-left: .3rem;
    transition: all 0.5s;
}

.side h3 {
    width: .25rem;
    font-size: .26rem;
    line-height: 1;
    letter-spacing: .01rem;
    color: #ffffff;
}

.side img {
    width: .12rem;
    margin-left: .12rem;
    transition: all 0.5s;
}

.side a:hover {
    transform: translateX(.05rem);
}



@media screen and (max-width:1024px) {
    html {
        font-size: 80px;
    }

    body {
        padding-top: .7rem !important;
    }

    .w14 {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .pc {
        display: none;
    }

    /* foot */




    /* 移动端导航 */
    .m-index {
        display: block;
    }

    #m_nav * {
        transition: all 0s ease 0s;
    }

    .m_header_box {
        transition: all 0.6s ease 0s;
        position: relative;
        z-index: 100000;
    }

    .m_header_box header {
        padding: 0px 0px 0px 15px;
        height: 0.7rem;
        background: #ae0001;
        box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 100;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .m_header_box header #logo img {
        height: auto;
        max-height: 0.5rem;
    }

    .m_header_box header #logo {
        padding: 0px;
        width: calc(100% - 80px);
    }

    #nav_btn_box.on {
        background: none;
    }

    #nav_btn_box {
        position: relative;
        width: 0.7rem;
        height: 0.7rem;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    #nav_btn_box::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        background: rgb(255, 255, 255);
    }

    #nav_btn_box::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0px;
        left: -.15rem;
        border-right: .15rem solid rgb(255, 255, 255);
        border-top: 0.7rem solid transparent;
        display: none;
    }

    #nav_btn {
        cursor: pointer;
        text-align: center;
        z-index: 99999;
        transition: all 0.5s ease 0s;
        outline: none;
        box-shadow: none;
    }

    #nav_btn .point {
        display: inline-block;
        width: 0.4rem;
        height: 22px;
        position: relative;
        outline: none;
    }

    #nav_btn .point:hover .navbtn,
    #nav_btn .point:hover .navbtn::after,
    #nav_btn .point:hover .navbtn::before {
        width: 0.28rem;
    }

    #nav_btn .navbtn {
        position: absolute;
        top: 12px;
        left: 0px;
        display: inline-block;
        width: 18px;
        height: 2px;
        transition: all 0.3s ease-out 0s;
        background: #ae0001;
    }

    #nav_btn .navbtn::after,
    #nav_btn .navbtn::before {
        position: absolute;
        left: 0px;
        display: inline-block;
        width: 24px;
        height: 2px;
        content: "";
        transition: all 0.3s ease-out 0s;
        background: #ae0001;
    }

    #nav_btn .navbtn::after {
        top: -8px;
    }

    #nav_btn .navbtn::before {
        top: 8px;
    }

    #nav_btn .point.on .navbtn {
        background: transparent;
    }

    #nav_btn .point.on .navbtn::after {
        transform: rotate(45deg);
        top: 0px;
    }

    #nav_btn .point.on .navbtn::before {
        transform: rotate(-45deg);
        top: 0px;
    }

    .m_nav_list {
        flex-direction: column;
        width: 100%;
        height: 100%;
        overflow: auto;
        align-items: center;
        display: flex;
        background: rgba(255, 255, 255, 0.1);
    }

    .m_nav_list::-webkit-scrollbar {
        display: none;
    }

    #m_nav {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100vh;
        right: -105vw;
        top: 0px;
        padding: 70px 20px 30px;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.3s ease-out 0s;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        background: 0% 0% / cover rgb(247, 247, 247);
        opacity: 0;
        visibility: hidden;
    }

    #m_nav .close {
        position: absolute;
        top: 7px;
        right: 15px;
        left: 15px;
        font-size: 30px;
        color: rgb(51, 51, 51);
        z-index: 10000;
        width: auto;
        height: 35px;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0px;
    }

    #m_nav.act {
        pointer-events: auto;
        right: 0px;
        opacity: 1;
        visibility: visible;
    }

    #m_nav .search_box input.submit {
        background: url("/images/submit.png") center center / 0.28rem no-repeat rgb(6, 86, 183);
    }

    #m_nav .list_box0 {
        width: 90%;
        margin: 0.32rem auto 0px;
        flex-wrap: wrap;
        display: flex;
    }

    #m_nav .list_box0 .li {
        text-align: center;
        color: #ae0001;
        margin: 0px 0rem 0.15rem;
        font-size: 14px;
    }

    #m_nav .list_box0 .li a {
        background: none;
        padding: 0 0.2rem 0 0;
        color: #333333;
    }

    #m_nav .old_rukou {
        margin: 0.24rem 0px 0px;
        width: 100%;
    }

    .list_box_nav_mobile {
        width: 100%;
        /* height: calc(100% - 3rem); */
        padding: 0px 0px 10px;
        overflow: auto;
        margin: 0px;
        /* flex: 1 1 0%; */
    }

    .list_box_nav_mobile>li {
        width: 90%;
        overflow: hidden;
        padding: 0px;
        position: relative;
        margin: 0px auto;
    }

    .list_box_nav_mobile>li .con {
        position: relative;
    }

    .list_box_nav_mobile>li .a {
        width: 100%;
        border-bottom: 1px solid rgb(226, 226, 226);
        line-height: 0.64rem;
        color: rgb(51, 51, 51);
        padding: 0px;
        font-size: 16px;
        display: flex;
        position: relative;
        transition: all 0.5s ease 0s;
    }

    .list_box_nav_mobile>li i {
        opacity: 1;
        width: 0.64rem;
        height: 0.64rem;
        background-image: url("/images/arrow_down.png");
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        background-color: initial;
        position: absolute;
        display: block;
        right: 0px;
        top: 2px;
        background-size: 15px 15px !important;
    }

    .list_box_nav_mobile>li.on1 i {
        transform: rotate(-90deg);
    }

    .list_box_nav_mobile>li.on .a {
        border-bottom: 1px solid rgb(226, 226, 226);
    }

    .list_box_nav_mobile>li .list {
        padding: 10px 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        display: none;
    }

    .list_box_nav_mobile>li .list a {
        display: block;
        font-size: 13px;
        color: rgb(102, 102, 102);
        line-height: 2.5;
    }

    .nav_mask {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 888;
        background-color: rgba(0, 0, 0, 0.4);
        display: none;
    }

    /* 手机搜索 */
    .wap_search {
        font-size: 0.16rem;
        border-radius: 5px;
        color: rgb(255, 255, 255);
        width: 100%;
        height: 0.6rem;
        display: block;
        margin-bottom: .1rem;
    }

    .wap_search .header-search {
        height: 100%;
        border-radius: 0.2rem;
        background: rgb(255, 255, 255);
        position: relative;
        width: 3.68rem;
        margin: 0rem auto;
        display: block;
        height: .6rem;
    }

    .wap_search .input {
        max-width: auto !important;
        min-width: auto !important;
        border: none !important;
        font-size: 0.2rem !important;
        color: #333;
        height: 0.6rem !important;
        line-height: 0.5rem;
        padding: 0px 0.24rem !important;
        box-shadow: none;
        appearance: none;
        float: left;
        border-right: 0px !important;
        background: none;
        width: calc(100% - 40px) !important;
    }

    .wap_search .btn_blue {
        min-width: auto !important;
        position: absolute !important;
        cursor: pointer;
        top: 0px !important;
        right: 0px;
        width: 0.6rem !important;
        height: 0.6rem !important;
        line-height: 0.6rem;
        border: 0px !important;
        background: url("/images/submit.png") center center no-repeat #ae0001 !important;
        border-radius: 50% !important;
    }

    .wap_search .btn_blue.fr {
        background: rgb(233, 237, 239);
        color: rgb(78, 79, 83);
    }

    .wap_search input::-webkit-input-placeholder {
        color: rgb(153, 153, 153);
    }

    .wap_search input:focus::-webkit-input-placeholder {
        color: transparent;
    }

    /* 移动端导航end */
}

.fixed-top {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

@media screen and (max-width:768px) {}


@media screen and (max-width:480px) {
    .m_header_box header #logo img {
        max-height: 0.36rem;
    }

    .ewm img {
        width: .8rem;
        height: .8rem;
    }
}