@charset "utf-8";


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    transition: color .3s;
}

html,
body {
    color: #333;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

body {
    font-size: .16rem;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}


html {
    font-size: 100px;
    font-size: 5.2083333vw;
}

.wap {
    display: none !important;
}



.w15 {
    width: 15rem;
    margin: 0 auto;
}

.w16 {
    width: 15.5rem;
    margin: 0 auto;
}

.w1620 {
    width: 16.2rem;
    margin: 0 auto;
}

.w1485 {
    width: 14.85rem;
    margin: 0 auto;
}

.w14 {
    width: 14rem;
    margin: 0 auto;
}

.w1440 {
    width: 14.4rem;
    margin: 0 auto;
}

.w1480 {
    width: 14.8rem;
    margin: 0 auto;
}

.w1320 {
    width: 13.2rem;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

@media screen and (max-width:1024px) {

    .w14,
    .w15,
    .w16,
    .w1620,
    .w1440,
    .w1480,
    .w1485,
    .w1320 {
        width: auto;
        max-width: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    html {
        font-size: 85px;
    }

    .pc {
        display: none !important;
    }

    .wap {
        display: block !important;
    }
}

.icon {
    font-size: 0;
}

.icon img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

a:hover .icon img {
    animation: jello 1s linear;
}

/* 小图标hover扭动效果 */
@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

/* 滚动条样式 */
@media screen and (min-width:1024px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 9px;
    }

    ::-webkit-scrollbar-track {
        width: 3px;
        background: rgba(0, 0, 0, .5);
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #D0B27E;
        background-clip: padding-box;
        min-height: 28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius: 2em;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: #ef9e12
    }
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

NaNrem1314 {
    max-width: 1314px;
    margin: 0 auto;
}


/* 弹性布局的常用样式预设 */
.flex {
    display: flex;
}

/* 弹性布局-横向对齐方式 */
.flex-jcfs {
    display: flex;
    justify-content: flex-start;
}

.flex-jcct {
    display: flex;
    justify-content: center;
}

.flex-jcfe {
    display: flex;
    justify-content: flex-end;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
}

.flex-jcsa {
    display: flex;
    justify-content: space-around;
}

/* 弹性布局-纵向对齐方式 */
.flex-alfs {
    display: flex;
    align-items: flex-start;
}

.flex-alct {
    display: flex;
    align-items: center;
}

.flex-alend {
    display: flex;
    align-items: flex-end;
}

/* 文字进入式下划线 */
.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#03419e, #03419e);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.titline-w i {
    background-image: linear-gradient(#fff, #fff);
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

a:hover .titline {
    color: #03419e;
}

a:hover .titline-w {
    color: #fff;
}


.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .25;
    pointer-events: none;
    /* background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .53) 100%); */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 53) 50%, rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;

    opacity: 0;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit:cover;
}

a:hover .pic img {
    transform: scale(1.05);
}

a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.pic div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all .8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div {
    width: 110%;
    height: 110%;
}


/*翻页条*/
/* .pagebar {
    margin: .8rem auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagebar>.p_t {
    align-self: flex-start;
    line-height: .38rem;
}

.p_pages {
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.pagebar * {
    font-size: .14rem;
    white-space: nowrap;
}

.p_pages span {
    padding: 0 .1rem;
    height: .36rem;
    display: flex;
    margin: 0 .04rem;
    box-sizing: border-box;
    min-width: .36rem;
    color: #333;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: .1rem;
}

.p_pages span:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(4, 80, 159, 0.2);

    z-index: -1
}

.p_pages span a {
    display: flex;
    align-items: center;

    justify-content: center;
    margin: 0 -0.1rem;
    height: 100%;
    width: calc(100% + .2rem);
    padding: 0 .1rem;
    transition: .5s;
}

.p_pages svg {
    width: .16rem;
    height: .16rem;
    transition: .5s;
}

.p_pages .p_last+span,
.p_pages .p_last+span+span {
    padding: 0;
    margin-right: -0.05rem;
}

.p_pages .p_goto+span {
    padding: 0;
}

.p_pages .p_t:before {
    display: none
}

.p_goto {
    margin: 0 .03rem
}

.p_goto input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .36rem;
    padding: 0;
    transition: .5s;
    position: relative;
    z-index: 1;
    border: none;
    border-radius: 0;
    width: .3rem;
}

.p_goto a {
    display: flex;
    align-items: center;
    border-radius: .04rem;
    justify-content: center;
    height: .36rem;
    padding: 0 .1rem;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.p_goto a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: #e5e5e5 1px solid;
    border-radius: .04rem;
    z-index: -1;
    transition: .5s;
}

.p_pages span.p_no_d {

    background: #04509F;
    color: #fff !important
}

.p_pages span.p_no_d:before {
    border: 1px solid rgba(4, 80, 159, 0.2)
}

.p_pages a:hover,
.p_pages a.on,
.p_goto a:hover {
    background: #04509F;
    color: #fff !important;
}

.p_pages a:hover svg {
    fill: #fff
}

.p_goto a:hover::before {
    border: 1px solid rgba(4, 80, 159, 0.2);
}

@media(max-width: 769px) {
    .pagebar {
        margin: .4rem auto 0;
    }
}   */



/* ny 导航 移动端 */
.ny-wapnav {
    display: none;
}


@media screen and (max-width: 1024px) {
    .ny-pcnav {
        display: none;
    }

    /* 移动端nav */
    .ny-wapnav {
        display: block;
        margin: .1rem;
        background: #ffffff;
        box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
    }

    .ny-wapnav h2 {
        font-size: .2rem;
        background-color: #014389;
        padding: 0 .2rem;
        line-height: .5rem;
        color: #ffffff;
        position: relative;
    }

    .ny-wapnav h2 span {
        height: .2rem;
        width: .2rem;
        position: absolute;
        top: 50%;
        right: .2rem;
        transform: translateY(-50%);
        background: url(../images/wmq/cd.svg) no-repeat;
        background-size: 100% 100%;
    }

    .ny-wapnav>ul {
        padding: .1rem .2rem;
        display: none;
    }

    .ny-wapnav>ul>li.cur>a {
        color: #04509F;
    }

    .ny-wapnav>ul>li>a {
        display: block;
        color: #333;
        line-height: .4rem;
        font-size: .18rem;
        color: #333333;
    }

    .ny-wapnav>ul>li {
        position: relative;
    }

    .ny-wapnav>ul>li>span {
        width: .3rem;
        height: .3rem;
        position: absolute;
        right: 0;
        top: .05rem;
        background: url(../images/wmq/arrow_down.svg) no-repeat center center;
        background-size: .15rem;
        transition: all 0.3s;
    }

    .ny-wapnav>ul>li>span.on {
        transform: rotate(-90deg);
    }

    .ny-wapej {
        padding: 0 .1rem;
        font-size: .16rem;
        color: #333333;
        line-height: .36rem;
        display: none;
    }

    .ny-wapej a.cur {
        color: #04509F;
    }

    /* 移动端nav */


}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}