﻿@charset "utf-8";

/* ban */
.wl {
    position: relative;
    z-index: 1;
}

.pic img {
    object-fit: cover;
}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
}

.ban {
    width: 100%;
    position: relative;
}

.ban .imged {
    padding-bottom: 26%;
}

.wrap_ph {
    margin-top: 0.3rem;
    display: none;
}

.wrap_ph h2 {
    width: 100%;
    color: #fff;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    padding: 0 0.2rem;
    background: #10305C;
}

.wrap_ph h2::after {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/wmq/cd.svg) no-repeat right center/cover;
    left: auto;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_ph ul {
    padding: 0.1rem 0.2rem 0.2rem;
    display: none;
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
}

.wrap_ph li {
    font-size: 0.18rem;
    line-height: 0.34rem;
}

.wrap_ph li a {
    transition: 0.5s;
    display: block;
    color: #333;
    font-weight: normal;
    line-height: .4rem;
}

.wrap_ph {
    display: none;
}

.wrap_ph li.active a {
    color: #10305C;
}

.wrap_ph i {
    opacity: 1;
    display: inline-block;
    width: .34rem;
    height: .3rem;
    display: inline-block;
    background: url(../images/wmq/arrow_down.svg) center no-repeat;
    background-size: 15px 15px !important;
    position: absolute;
    display: block;
    right: 0;
    top: 2px;
    transition: 0.5s;
}

.wrap_ph i.on {
    transform: rotate(-90deg);
}

.wrap_ph .box {
    display: none;
    padding-left: 0.25rem;
}

.wrap_ph .box a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666 !important;
    display: block;
}

.wrap_ph .box a:hover {
    color: #10305C;
}

.common {
    /* padding: 0 0 1.1rem; */
}

.ejlm_wrap {
    display: none;
}

.ny-banner {
    position: relative;
}

.ny-banner img {
    width: 100%;
    display: block;
}


.ny-lmtit {
    position: absolute;
    left: 3.8rem;
    bottom: 1.2rem;
}

.ny-lmtit h3 {
    font-size: .48rem;
    color: #ffffff;
}


/* ny nav */
.ny-nav {
    background: url(../images/wmq/nav-bg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 1rem;
    padding-right: .1rem;
    position: relative;
    margin-bottom: .5rem;
    margin-top: -0.3rem;
}

.ny-nav::after {
    content: '';
    width: 1.38rem;
    height: 1.4rem;
    position: absolute;
    left: -0.5rem;
    bottom: 0;
    background: url(../images/wmq/nav-lg.png) no-repeat;
    background-size: 100% 100%;
}

.ny-nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-nav ul li {
    position: relative;
    padding: 0 .25rem;
    text-align: center;
}

.ny-nav ul li a:hover {
    font-weight: 600;
}

.ny-nav ul li a {
    line-height: .7rem;
    color: #ffffff;
    font-size: .2rem;
    position: relative;
    display: block;
    z-index: 2;
}

.ny-nav ul li.active::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -0.1rem;
    bottom: 0;
    background-color: #D5AE6D;
    border-radius: 0rem .3rem 0rem 0rem;
}

.ny-nav ul li.active a::after {
    content: '';
    width: .8rem;
    height: .18rem;
    background: url(../images/wmq/nav-jt.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ny-nav ul li.active a {
    transform: translateY(-0.1rem);
    font-weight: 600;
}

.ny-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: .01rem solid #D8D8D8;
    margin-bottom: .5rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
}

.ny-tit h3 {
    position: relative;
    margin-right: .3rem;
    padding: .1rem 0;
}

.ny-tit h3 b {
    color: #000000;
    font-size: .36rem;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.ny-tit h3 span {
    position: absolute;
    left: 0;
    bottom: .15rem;
    font-size: .6rem;
    line-height: 1;
    color: transparent;
    text-stroke: 1px #DBEDFF;
    -webkit-text-stroke: 1px #DBEDFF;
    mask: linear-gradient(0deg, transparent, #fff 100%);
    -webkit-mask: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
    white-space: nowrap;
}

.ny-wz {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ny-wz img {
    width: .2rem;
    margin-right: .1rem;
}

.ny-wz span {
    color: #333333;
    font-size: .2rem;
}

.ny-wz a {
    color: #333333;
    font-size: .2rem;
    margin: 0 .02rem;
    display: block;
}

.ny-wz a:hover {
    color: #10305C;
}


.nymain {
    padding-bottom: .8rem;
}


@media screen and (max-width: 1024px) {
    .ny-lmtit {
        bottom: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .ny-lmtit h3 {
        font-size: .3rem;
    }

    .ny-nav {
        display: none;
    }

    .inner {
        padding: .4rem 0;
    }

    .inner.ny_cont {
        padding-top: 0rem;
    }

    .inner_left,
    .inner_right .lm_top .adress {
        display: none;
    }

    .inner_right {
        width: 100%;
        padding-left: 0;
    }

    .wrap_ph {
        display: block;
        margin: 0;
        padding: .2rem .1rem;
    }

    .ejlm_pc {
        display: none;
    }

    .inner.ny_cont .san-nav {
        display: block;
    }

    .ban .h3 {
        bottom: .2rem;
        display: none;
    }

    .ban h3 {
        font-size: .22rem;
        padding: 0;
    }

    .ban h3:after {
        width: 2rem;
        height: .8rem;
        left: 0;
        display: none;
    }

    .ban .imged:after {
        display: none;
    }

    .ny-tit h3 b {
        font-size: .3rem;
    }

    .ny-tit h3 img {
        height: .3rem;
    }

    .ny-tit {
        margin-bottom: .2rem;
    }

    .ny-tit h3 b {
        font-size: .24rem;
    }

    .ny-wz span,
    .ny-wz a {
        font-size: .16rem;
    }

    .ny-tit h3 span {
        font-size: .3rem;
    }

}

@media screen and (max-width: 768px) {
    .ny-tit h3 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {}