@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;
}

html,
body {
    color: #000;
    font-size: 0.16rem;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

.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;
}

@font-face {
    font-family: 'sySong';
    src: url('../fonts/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* rem */

@media screen and (min-width: 2000px) {
    html {
        font-size: 110px !important;
    }
}

@media screen and (max-width: 1940px) {
    html {
        font-size: 100px !important;
    }
}

@media screen and (max-width: 1800px) {
    html {
        font-size: 95px !important;
    }
}

@media screen and (max-width: 1600px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1400px) {
    html {
        font-size: 90px !important;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size: 85px !important;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 480px) {
    html {
        font-size: 80px !important;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 75px !important;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 70px !important;
    }
}

@media screen and (max-width: 350px) {
    html {
        font-size: 65px !important;
    }
}

@media (min-width: 1200px) {

    @media (-webkit-min-device-pixel-ratio: 1.5),
    (min-resolution: 120dpi) {}

    @media (-webkit-min-device-pixel-ratio: 1.05) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 95.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.1) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 100px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 92.5px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.15) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 87px !important;
            }
        }
    }

    @media (-webkit-min-device-pixel-ratio: 1.2) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 84px !important;
            }
        }
    }

    /* 屏幕分辨率放大为 125 */
    @media (-webkit-min-device-pixel-ratio: 1.25) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }
    }

    /* 屏幕分辨率放大为 150 */
    @media (-webkit-min-device-pixel-ratio: 1.5) {
        @media screen and (min-width: 1920px) {
            html {
                font-size: 80px !important;
            }
        }

        @media screen and (max-width: 1920px) {
            html {
                font-size: 70px !important;
            }
        }
    }
}

/* rem */

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

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;
}

.px1600 {
    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%;
    object-fit: cover;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.1);
}

@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);
    }
}

.wap {
    display: none !important;
}

/*search*/

.search {
    width: 2.05rem;
    height: 0.3rem;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 0.15rem;
    position: relative;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    float: left;
    width: 2.05rem;
    padding-left: 0.15rem;
    padding-right: 0.4rem;
    height: 0.3rem;
    font-size: 0.14rem;
    background: none;
    color: #fff;
}

.search .button {
    width: 0.4rem;
    height: 0.3rem;
    background: url(../images/fdj.png) no-repeat center;
    background-size: 0.19rem 0.19rem;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input::-moz-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

/*头部*/
.pc {

    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.pc.on {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.54);
    /* position: fixed; */
}

.head {
    position: relative;
    z-index: 999;
    background: #fff;
    height: 120px;
    overflow: hidden;
}

.logo {
    height: 100%;
    padding: 0;
    float: left;
    line-height: 120px;
}

.logo a {
    display: block;
}

.logo a img {
    vertical-align: middle;
}

.head .rig {
    margin-top: 40px;
    float: right;
}

.toplink {
    float: right;
    color: #515151;
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
}

.toplink a {
    color: #515151;
    font-size: 14px;
    text-decoration: none;
    padding: 0 15px;
    background: url(../images/ico_mail2.png) left center no-repeat;
    padding-left: 25px;
    transition: all 0.1s;
}

.toplink a:hover {
    background: url(../images/ico_mail1.png) left center no-repeat;
    transition: all 0.1s;
    color: #1859b0;
}


.search {
    width: 210px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    overflow: hidden;
    border: #c1c1c1 1px solid;
    position: relative;
    transition: all 0.3s;
}

.search .txt {
    background: none;
    border: 0;
    height: 38px;
    width: calc(100% - 60px);
    color: #414040;
    line-height: 38px;
    font-size: 14px;
    padding-left: 10px;
    outline: none;
    position: absolute;
    left: 0;
}

.search input::-webkit-input-placeholder {
    color: #414040;
}

.search .btn {
    float: right;
    padding: 0;
    border: none;
    width: 50px;
    line-height: 38px;
    background: url(../images/ico_search.png) center no-repeat;
    color: #fff;
    border-radius: 50px;
    font-size: 0;
    cursor: pointer;
}

.search:hover {
    border: #1c5fbb 1px solid;
    transition: all 0.3s;
}

.search .btn:hover {
    opacity: 0.8;
}


.foot-media>div {
    position: relative;
    font-size: 0.14rem;
    color: #fff;
}

.foot-media>div:hover div {
    display: block;
}

.foot-media>div>div {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 0.1rem;
    width: 1rem;
    padding: 0.05rem;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 9;
}

.foot-media>div>div img {
    display: block;
    width: 100%;
}

.foot-media>div>div::before {
    content: "";
    position: absolute;
    top: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0.1rem solid #fff;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
}

.foot-media>div>img {
    vertical-align: middle;
    width: 0.21rem;
    height: 0.17rem;
    margin-right: 0.1rem;
}

/* nav */
.nav {
    width: 100%;
    margin: 0 auto;
    height: 60px;
    background: #064388;
    background-image: linear-gradient(to right, #064287, #1e61bf);
}

.nav>ul {
    /* width: 100%; */
    margin: 0 auto;
    height: 100%;
}

.nav>ul>li {
    position: relative;
    float: left;
    width: 14.2%;
    text-align: center;
    background-image: url(../images/navline.png);
    background-position: center;
    background-repeat: no-repeat;
    background-position-x: right;
}

.nav>ul>li:hover {
    background: #1e61bf;
}

.nav>ul>li:last-child {
    background-image: none
}



.nav>ul>li.first img {
    line-height: 52px;
    vertical-align: middle;
}

.nav>ul>li>a {
    font-size: 18px;
    color: #fff;
    line-height: 60px;
}


.nav>ul>li.on {}

.nav>ul>li:hover>a {
    color: #fff;
}

.nav>ul>li:last-child {
    border: 0;
}

.nav>ul>li>ul {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #1e61bf;
    display: none;
    z-index: 999;
    padding: 10px;
}

.nav>ul>li>ul>li {
    position: relative;
    line-height: 40px;
}

.nav>ul>li>ul>li>span {
    position: absolute;
    background-size: 12px auto;
    width: 20px;
    height: 20px;
    right: 5px;
    top: 13px;
}

.nav>ul>li>ul>li>span.on {
    background-size: 12px auto;
}

.nav>ul>li>ul>li>ul {
    display: none;
}

.nav>ul>li>ul>li>ul>li {
    line-height: 30px;
}

.nav>ul>li>ul>li>ul>li>a {
    font-size: 14px;
    color: #e3dede;
}

.nav>ul>li>ul>li>a {
    font-size: 15px;
    color: #fff;
}

.nav>ul>li>ul>li:hover {
    background: #0d519e;
}

.nav>ul>li>ul>li:hover>a {
    color: #ffffff;
}

/*底部*/
.foot {
    background: #034ea1;
    padding-top: 0.26rem;
    padding-bottom: 0.18rem;
    color: #fff;
}

.foot-dz {
    width: 40%;
}

.foot-dz p {
    font-size: 0.16rem;
    line-height: 0.36rem;
}

.foot-dz p a {
    color: #fff;
}

.foot-logo img {
    display: block;
    max-width: 100%;
    /* width: 3.05rem; */
}

.foot-sydw a {
    display: block;
}

.foot-sydw img {
    display: block;
    max-width: 100%;
    /* width: 0.56rem; */
    padding: 0 0.1rem;
}

.foot-wx {
    text-align: center;
}

.foot-wx img {
    display: block;
    max-width: 100%;
    width: 1.06rem;
    margin: 0 auto;
}

.foot-wx p {
    margin-top: 0.1rem;
    font-size: 0.14rem;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {
    .logo {
        width: 31.53%;
    }

    .logo img {
        /* width: 3.01rem; */
    }

    .logo a {
        /* margin-top: 0.28rem; */
    }

    .nav>ul {}
}

@media screen and (max-width: 1200px) {
    .nav>ul>li>a {
        padding: 0 0.1rem;
    }

    .foot-dz {
        width: 100%;
    }

    .foot-logo {
        width: 100%;
        text-align: center;

    }

    .foot-logo img {
        margin: 0.2rem auto;
        width: 50%;
    }

    .foot-sydw {
        display: none;
    }

    .foot-wx {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
    body {
        padding-top: 60px !important;
    }

    .pc {
        display: none !important;
    }

    .banner .slick-slide a:before {
        display: none;
    }

    .m-top {
        max-width: 19.2rem;
        margin: 0 auto;
        position: fixed;
        right: 20px;
        top: 18px;
        width: 25px;
        height: 25px;
        z-index: 9999;
    }

    .wap {
        display: block !important;
    }

    .wap-menu {
        position: absolute;
        top: 0;
        right: 0;
        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: #034ea1;
        z-index: 999;
        padding: 10px 20px;
    }

    .m-logo {
        font-size: 0;
    }

    .m-logo a {
        font-size: 0;
        line-height: 40px;
        display: block;
    }

    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }

    .m-tlink {
        font-size: 12px;
        padding: 10px 15px 0 15px;
        color: rgba(255, 255, 255, 0.6);
    }

    .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;
        margin-right: 5px;
        width: 0.18rem;
        height: 0.13rem;
    }

    .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: #034ea1;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        overflow-y: scroll;
        width: 100%;
        max-width: 375px;
    }

    .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;
    }


}

@media screen and (max-width: 768px) {
    .foot-dz {
        width: 100%;
    }

    .foot-dz p {
        text-align: center;
        font-size: 0.14rem;
        line-height: 0.26rem;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
    .foot>div {
        justify-content: center;
    }

    .foot-logo {
        width: 100%;
    }

    .foot-logo img {
        margin: 0 auto;
        margin-top: 0.1rem;
        margin-bottom: 0.1rem;
    }

    .foot-sydw {
        margin-right: 0.2rem;
    }

    .foot-wx img {
        width: 0.8rem;
    }

    .foot-wx p {
        font-size: 0.12rem;
    }

}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}