@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

@font-face {
    font-family: "sysong";
    src: url(../fonts/sySong.woff);
}

html,
body {
    color: #222;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

html {
    font-size: 100px;
    font-size: 5.2083333333333vw;
}

body {
    font-size: 0.16rem;

}

.inner {
    min-height: 260px;
}

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.index::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: #f5f5f5;
}

.index::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #e2e2e2;
}

.index::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333;
}


@media screen and (max-width: 1024px) {
    html {
        font-size: 85px !important;
    }
}



li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

img,
input {
    border: 0;
    outline: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.l1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.l2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.l3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.wp {
    width: 16rem;
    max-width: 94%;
    margin: 0 auto;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.1);
}

.pic::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    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;
}

a:hover .pic:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.pic div.a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    transition: all 0.8s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

a:hover .pic div.a {
    width: 110%;
    height: 110%;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

@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(-0.78125deg) skewY(-0.78125deg);
        -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.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(-0.1953125deg) skewY(-0.1953125deg);
        -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes play {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes play2 {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
}

a:hover em {
    color: #fff;
    font-weight: bold;
    background-size: 100% 1px;
}

.wap {
    display: none !important;
}



input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

/*头部*/

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
    opacity: 1;
    transition: all 0.7s ease-out 0s;
    background: linear-gradient(180deg, rgba(7, 71, 168, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.header.show {
    transform: translateY(-100%);
    opacity: 0;
}


.header.on {
    background: linear-gradient(180deg, rgba(7, 71, 168, 1) 0%, rgba(0, 0, 0, 0) 100%);

}

.head {
    padding: 0.44rem 0;
    position: relative;
    z-index: 999;
    transition: all 0.5s;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo img {
    display: block;
    width: 4.77rem;
}

.h_rt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.ht_link {
    margin-right: .2rem;
}

.ht_link a {
    display: block;
    height: .32rem;
    line-height: .32rem;
    padding: 0 .15rem;
    background: rgba(255, 255, 255, 0.2);
    font-size: .16rem;
    color: #fff !important;
    border-radius: .3rem;
    transition: all 0.6s ease 0s;
}

.ht_link a:hover {
    color: #D28B44;
}

.search {
    position: relative;
    width: 2.2rem;
    height: .32rem;
    background: rgba(255, 255, 255, 0.2);
    border-radius: .3rem;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    width: 100%;
    padding-left: .15rem;
    padding-right: .4rem;
    height: .32rem;
    font-size: .14rem;
    background: none;
    color: #fff;
}

.search .button {
    width: .4rem;
    height: .32rem;
    background: url(../images/fdj.png) no-repeat center;
    background-size: .18rem auto;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-input-placeholder {
    color: #fff;
}

input::-ms-input-placeholder {
    color: #fff;
}


#nav {}

#nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#nav ul li {
    height: 100%;
    position: relative;
    margin-left: .5rem;
}

#nav ul li a {
    display: block;
    position: relative;
    padding: .2rem 0;
}

#nav ul li h3 {
    position: relative;

    font-size: 0.18rem;
    color: #fff;
}



#nav ul li .sub {
    display: flex;
    align-items: center;
    position: absolute;
    top: 100%;
    background: #fff;
    height: 100%;
    width: auto;
    min-width: 1.5rem;
    height: auto;

    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
}

#nav ul li:last-child .sub {
    left: auto;
    right: 0;
    transform: translateX(0) scaleY(0);
}

#nav ul li:last-child:hover .sub {
    transform: translateX(0) scaleY(1);

}


#nav ul li .sub::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #eb7a0b;
}

#nav ul li .sub .box {

    padding: 0.14rem .3rem;
    text-align: center;

    width: 100%;
}

#nav ul li .sub a {
    margin: .1rem 0;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    padding: 0;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
}

#nav ul li .sub a:hover {
    color: #D28B44;

}

#nav ul li:hover .sub {
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
    opacity: 1;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    font-weight: bold;
}

/*底部*/
.footer {
    padding-top: 1.6rem;
    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    position: relative;
}

.ft-top {
    padding-bottom: .6rem;
}

.ft-m {
    order: -1;
}

.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
    height: .9rem;
}

.ft-r {
    text-align: right;
}

.ft-r .ftr-t {
    margin-bottom: .1rem;
}

.ft-r .ftr-t a {
    position: relative;
    display: block;
    padding-top: .2rem;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
}

.ft-r .ftr-t a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: .24rem;
    height: .04rem;
    background: #fff;
    transition: all .6s;
}

.ftr-b p {
    font-size: .14rem;
    line-height: .24rem;
}

.foot a {
    color: #fff;
}

.ft-bot {
    padding: .15rem 0;
    line-height: .3rem;
    background: #0048bf;
    text-align: center;
}

.ft-bot p,
.ft-bot p a {
    font-size: .14rem;
    color: #fff;
}

.ft-bot p a {
    display: inline-block;
    margin-left: .2rem;
}

@media screen and (min-width: 1025px) {
    .ft-r .ftr-t a:hover::after {
        width: .35rem;
    }
}

@media screen and (max-width: 1024px) {
    .wp {
        width: auto;
        max-width: inherit;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    body {
        /* padding-top: 60px !important; */
    }

    .wap {
        display: block !important;
    }

    .header {
        display: none !important;
    }

    .banner {}

    .banner .slick-slide a:before {
        display: none;
    }

    .m-top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: 0;
        top: 0;
        width: 70px;
        height: 60px;

        z-index: 9999;
    }


    .wap-menu {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        width: 25px;
        height: 25px;
        z-index: 99999;
        font-size: 0;
    }

    .wap-menu img {
        height: 25px;
    }

    .close-menu {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #0048bf;
        z-index: 999;
        padding: 10px 20px;
    }

    .m-logo {
        font-size: 0;
        position: relative;
        z-index: 9991;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 100%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.5);
    }

    .m-tlink a {
        font-size: 12px;
        margin: 0 8px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        /*background: #fff;*/
        line-height: 24px;
        border-radius: 5px;
    }

    .m-tlink a img {
        vertical-align: -2px;
        padding-right: 5px;
        height: 14px;
    }

    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        /* background: #fff; */
        margin-top: 15px;
        margin-bottom: 15px;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
        font-size: 12px;
    }

    .m-search input[type="text"]::placeholder {
        color: #fff;
    }

    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }

    .m-nav {
        position: fixed;
        top: 60px;
        right: -100%;
        bottom: 0;
        z-index: 999;
        background: #0048bf;
        overflow-y: scroll;
        width: 100%;
    }

    .m-nav .top-r {
        color: #fff;
        padding-left: 15px;
    }

    .m-nav ul {
        padding: 0 15px;
        /* border-top: 1px solid rgba(255, 255, 255, 0.2); */
    }

    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }

    .m-nav ul li ul {
        display: none;
    }

    .m-nav ul li ul li {
        border: none;
    }

    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }

    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }

    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }

    .footer {
        padding-top: .2rem;
    }

    .fl-l {
        width: 100%;

    }

    .fl-l a {
        display: block;
    }

    .fl-l a img {
        display: block;
        margin: 0 auto;
        margin-bottom: .15rem;
        max-width: 100%;
    }

    .ft-m {
        order: 0;
    }

    .ft-top {
        padding-bottom: .2rem;
    }

}

@media screen and (max-width: 768px) {
    .ft-m {
        width: 100%;
    }

    .ft-m img {
        height: 1rem;
    }

    .ft-r {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}