@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);
}

@font-face {
    font-family: "ss_light";
    src: url(../fonts/SourceHanSerifSC-Light.otf);
}


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;
}

html.on {
    overflow-y: hidden;
}

body {
    font-size: 0.16rem;

}

.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;
}

.w1680 {
    width: 16.8rem;
    max-width: 94%;
    margin: 0 auto;
}

.w1600 {
    width: 16rem;
    max-width: 94%;
    margin: 0 auto;
}

.wp {
    width: 15.7rem;
    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)
    }
}

@keyframes up {
    0% {
        -webkit-transform: translatey(0);
    }

    50% {
        -webkit-transform: translatey(10px);

    }

    100% {
        -webkit-transform: translatey(0);
    }
}

em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#cb0223, #cb0223);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size 0.5s;
}

a:hover em {
    color: #cb0223;
    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;
    border-top: .06rem solid #0b77cf;
    background: #fff;
    transition: all 0.7s ease-out 0s;
}

.header.show {
    transform: translateY(-100%);
    opacity: 0;
}



.head {
    height: 1.4rem;
    position: relative;
    z-index: 999;
    align-items: flex-start;
    transition: all 0.5s;
}

.logo a {
    display: block;
    font-size: 0;
    margin-top: .3rem;
}

.logo img {
    display: block;
    width: 4.09rem;
}

.h_rt {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: .25rem;
}


.search {
    position: relative;
    width: 1.6rem;
    height: .32rem;
    border: 1px solid #0b77cf;
}

input,
button {
    border: none;
    outline: none;
}

.search .text {
    width: 100%;
    padding-left: .15rem;
    padding-right: .32rem;
    height: .32rem;
    font-size: .14rem;
    background: none;
    color: #333;
}

.search .button {
    width: .32rem;
    height: .32rem;
    background: #0b77cf url(../images/search.png) no-repeat center;
    background-size: .16rem auto;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    text-align: center;
}

input::-webkit-input-placeholder {
    color: #666;
}

input::-moz-input-placeholder {
    color: #666;
}

input::-ms-input-placeholder {
    color: #666;
}

.h_rb {
    margin-top: .2rem;
}

#nav {
    margin-right: -.2rem;
}

#nav ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#nav ul li {
    height: 100%;
    position: static;
    margin-left: .1rem;
}

#nav ul li a {
    display: block;
    padding-bottom: .22rem;
    position: relative;
}

#nav>ul>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: .2rem;
    height: 4px;
    bottom: .1rem;
    border-radius: .05rem;
    background: #0b77cf;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}


#nav>ul>li:hover>a:after {
    opacity: 1;
    z-index: 6;
}

#nav ul li h3 {
    position: relative;
    font-size: 0.2rem;
    color: #222;
    line-height: .4rem;
    padding: 0 .2rem;
}



#nav ul li .sub {
    display: flex;
    /* align-items: center; */
    position: absolute;
    top: 100%;
    padding: .15rem;
    background: rgba(255, 255, 255, .9);
    height: 100%;
    width: auto;
    align-items: flex-start;
    min-width: 1.5rem;
    height: auto;
    left: 0;
    width: 90%;
    z-index: 10000;
    transform: translateX(0) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    box-shadow: 0px 4px 15.36px 0.64px rgba(6, 102, 102, 0.1);
    border-radius: 0 0 .1rem .1rem;
}

#nav ul li .sub .scale {
    width: 2.45rem;
}

#nav ul li .sub .scale .pic {
    padding-top: 57%
}

#nav ul li .sub .box {}

#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 .box {
    flex: 1;
    min-width: 0;
    padding: 0.14rem 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    padding-left: .2rem;
    padding-right: .5rem;
}

#nav ul li .sub a {
    display: block;
    padding: .1rem 0;
    line-height: 0.28rem;
    transition: all 0.6s ease 0s;
    font-size: 0.16rem;
    color: #333;
    text-align: center;
    display: block;
    width: 33.33%;
    text-align: left;
}

#nav ul li .sub a span {
    position: relative;
    padding-left: .15rem;
}

#nav ul li .sub a span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -.03rem;
    width: 0;
    height: 1px;
    background: #a81b00;
    transition: all .6s;
}

#nav ul li .sub a:hover span::before {
    width: 100%;
}

#nav ul li .sub a span::after {
    content: '>';
    position: absolute;
    left: 0;
    top: 0.02rem;
    width: .15rem;
    height: .15rem;
    line-height: .15rem;
    font-size: 0.16rem;
    color: #333;
}

#nav ul li .sub a:hover span::after {
    color: #a81b00;
}

#nav ul li .sub a:hover span {
    font-weight: bold;
    color: #a81b00;
}

#nav ul li:hover .sub {
    visibility: visible;
    transform: translateX(0%) scaleY(1);
    opacity: 1;
    z-index: 6;
}

#nav ul li.on h3,
#nav ul li:hover h3 {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(90deg, rgba(0, 93, 169, 1) 0%, rgba(11, 119, 207, 1) 100%);
    border-radius: .1rem;
}

/* 移动端 */
#m_nav * {
    transition: all 0s ease 0s;
}

.m_header_box {
    transition: all 0.6s ease 0s;
    display: none;
    position: relative;
    z-index: 100000;
}

.m_header_box header {
    padding: 0px 0px 0px 15px;
    height: 0.7rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 5px;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m_header_box #logo a {
    display: block;
    padding-top: .05rem;
}

.m_header_box header #logo img {
    height: auto;
    max-height: 0.6rem;
}

.m_header_box header #logo {
    padding: 0px;
    width: calc(100% - 80px);
}

#nav_btn_box.on {
    background: none;
}

#nav_btn_box {
    position: relative;
    width: .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: #0b77cf;
}

#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: #fff;
}

#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: #fff;
}

#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() center center / 0.28rem no-repeat #A21111;
}

#m_nav .list_box0 {
    width: 90%;
    margin: 0.32rem auto 0px;
}

#m_nav .list_box0 .li {
    width: auto;
    text-align: center;
    color: #fff;
    margin: 0px 0rem 0.15rem;
    font-size: 14px;
    margin-left: .15rem;
}

#m_nav .list_box0 .li a {
    background: none;
    padding: 0 0.2rem;
}

#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: hidden scroll;
    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: .08rem auto !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;
}

.dlnr {
    position: static;
    left: 0;
    display: flex;
    align-items: center;

    overflow: hidden;
}

.dlnr span {
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding: 0 .08rem;
    font-size: .14rem;
    color: #fff;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.dlnr span img {
    margin-right: .1rem;
    height: .3rem;
}

.dlnr span:first-child {
    border-left: none;
}

.dlnr span a {
    font-size: .14rem;
    color: #D28B44;
}

/* 手机搜索 */
.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 {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0.2rem;
    background: rgb(255, 255, 255);
    position: relative;
    width: 100%;
    margin: 0rem auto;
    padding: 0 .15rem;
}

.wap_search .input {
    flex: 1;
    min-width: 0;
    font-size: 0.14rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.5rem;
    padding: 0px 0.24rem;
    box-shadow: none;
    appearance: none;
    float: left;
    border-right: 0px;
    background: none;
    width: calc(100% - 40px);
}

.wap_search .btn_blue {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 0px;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 0px;
    background: url("../images/search.png") center center no-repeat #0b77cf;
    border-radius: 50%;
    background-size: 22px;
}

.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;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;

}

.banner .slick-slide a .pic {
    padding-top: 40.625%;
}

.banner .slick-slide a .pic::before {
    content: none;
}

.banner {
    overflow: hidden;
    position: relative;
}

.banner-slick {
    padding-top: 1.4rem;
}

.banner .slick-slide a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5rem;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .4));
}


.banner .slick-slide img {
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-slide .a {
    top: 0;
    left: 0;
    transform: scale(1.1);
    transition: all 5s ease-out;
}

.banner .img_scale .a {
    transform: scale(1);
}

.banner a:hover .pic div.a {
    width: 100%;
    height: 100%;
}

.banner .slick-dots {
    bottom: 0.4rem;
    z-index: 99;
}

.banner .slick-dots li {
    vertical-align: middle;
    margin: 0 0.14rem;
    padding: 0;
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255, 255, 255, .4);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}

.banner .slick-dots li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: .2rem;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 0;
    z-index: -1;
}

.banner .slick-dots li.slick-active {
    background: #fff;

}

.banner .slick-dots li.slick-active:before {
    opacity: 1;
    z-index: 9;
}


.banner .slick-dots li button {
    display: none;
}

.banner-slick {
    position: relative;
    z-index: 9;
}

.banner-slick #down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .35rem;
    z-index: 5;
}

.banner-slick #down a {
    display: block;
    background: url(../images/down.png) no-repeat center center/100% 100%;

    z-index: 6;
    width: 1.76rem;
    height: .91rem;
    text-align: center;
    padding-top: .22rem;
    cursor: pointer;
    animation: up 5s linear infinite;
}

.banner-slick #down a span {
    font-size: .14rem;
    color: #fff;
}

@media screen and (max-width: 1024px) {

    .banner-slick {
        padding-top: 0;
    }

    .banner-slick #down {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .banner .slick-dots {
        bottom: .2rem;
    }


}

/*底部*/
.footer {
    padding-top: 1.2rem;
    background: url(../images/foot-bg.jpg) no-repeat center top;
    background-size: cover;
    color: #fff;
    position: relative;
}

.f_link {
    border-bottom: 1px solid #91b7d8;
    padding: .25rem 0;
    line-height: .4rem;
}

.f_link .wp {
    display: flex;
    flex-wrap: wrap;
}

.f_link .wp span {
    font-size: .24rem;
    color: #fff;
    width: 1rem;
}

.f_link .wp ul {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.f_link .wp ul li a {
    padding: 0 .1rem;
    border-left: 1px solid #fff;
    line-height: 1;
    font-size: .16rem;
    color: #fff;

    transition: all .6s;
}

.f_link .wp ul li:hover a {
    color: rgba(255, 255, 255, .6);
}

.f_link .wp ul li:first-child a {
    border-left: none;
}

.ft-top {
    padding: .25rem 0;
}


.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
    height: .9rem;
}

.ft-m p {
    line-height: .38rem;
    font-size: .16rem;
    color: #fff;
}

.ft-r {
    width: 1.55rem;
}

.ft-r img {
    display: block;
    width: 100%;
}




.fd {
    padding: .15rem 0;
    line-height: .4rem;

    text-align: center;
}

.fd p,
.fd p a {
    font-size: .16rem;
    color: rgba(255, 255, 255, .6);
}

.fd p a {
    display: inline-block;

}

@media screen and (min-width: 1025px) {
    .ft-r .ftr-t a:hover::after {
        width: .35rem;
    }
}

@media screen and (max-width: 1024px) {

    .wp,
    .w1600,
    .w1680 {
        width: auto;
        max-width: inherit;
        padding-left: 0.2rem !important;
        padding-right: 0.2rem !important;
    }

    .header {
        display: none;
    }

    .m_header_box {
        display: block;
    }

    .ft-top {
        display: block;
    }

    .ft-l a img {
        margin: 0 auto;
        max-width: 100%;
        height: initial;
        margin-bottom: .2rem;
    }

    .ft-r {
        width: 100%;

        margin-top: .2rem;
    }

    .ft-r img {
        width: auto;
        margin: 0 auto;

    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding-top: 0;
    }

    .f_link .wp {
        display: block;
    }

    .f_link .wp ul li a {
        padding-left: 0;
        padding-right: .2rem;
        border: none
    }

    .fd {
        line-height: .3rem;
    }

    .ft-top {
        padding-bottom: 0;
    }


}