@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-scrollbar {
    width: 6px;
    height: 9px;
}

::-webkit-scrollbar-track {
    width: 3px;
    background: #666;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #ef9e12;
    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
}

html,
body {
    color: #333;
    font-size: 16px;
    /* font-family:"sySong"; */
    font-family: 'Noto Serif SC';
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

html {
    overflow: hidden auto;
}

li {
    list-style: none;
}

a {
    text-decoration: none;color:#333;
}

img,
input {
    border: 0;
    outline: none;
}

.icon img {
    transition: all 0.5s;
}

a:hover .icon img {
    animation: icon-yh 1s linear;
}

@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);
    }
}

.wap {
    display: none;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1600 {
    width:93%;
    max-width: 1600px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#096fd0, #096fd0);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .8s;
    font-weight: inherit;
}

a:hover .titline {
    color: #096fd0;
}

a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}


.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #255ed3;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.search-box {
    overflow: hidden;
}

.search-box>div {
    float: right;
    padding-left: 9px;
}

.search-box input[type="text"] {
    width: 149px;
    padding: 0 10px 0 0;
    line-height: 30px;
    height: 30px;
    background: none;
    color: #fff;
    vertical-align: middle;
    transition: all 0.3s;
    font-size: 14px;
}

.search-box input[type="text"]::placeholder {
    color: #aaaaaa;
}

.search-box input.p-submit {
    width: 30px;
    color: #aaaaaa;
    height: 30px;
    font-size: 14px;
    vertical-align: middle;

    background-position: center center;
    cursor: pointer;
    font-size: 0;
}

.search-box img {
    display: block;
    cursor: pointer;
}


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top-l {
    float: left;
    font-size: 14px;
    color: #fff;
    color: rgba(229, 229, 229, 0.8);
}

.b-top-r {
    float: right;
    overflow: hidden;
}

.b-top-r>ul {
    float: left;
    overflow: hidden;
}

.b-top-r>ul>li {
    float: left;

}

.b-top-r>ul>li:nth-child(1) {
    margin-left: 0;
}

.b-top-r>ul>li a {
    font-size: 14px;
    display: block;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-left: 15px;
    margin-left: 15px;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.6);
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li a img {
    vertical-align: middle;
}

.b-top-r>ul>li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.search-switch {
    cursor: pointer;
}

.b-top-r>ul>li a:hover {
    color: #fff;
}

.b-t-search {
    float: left;
}

.b-t-search>div {
    position: relative;
    border: 1px solid #595959;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 0;
    background: #373535;
}

.b-t-search>div .search-text {
    border: none;
    outline: none;
    line-height: 25px;
    height: 25px;
    width: 125px;
    vertical-align: middle;
    background: none;
    color: #fff;
}

.b-t-search>div .search-btn {
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat;
    background-position: center center;
    border: none;
    outline: none;
    vertical-align: middle;
}

.head {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 1.5s;
    padding: 20px 0 20px 0;
    transition-delay: 0.5s;
}

/* .head.show {
    top: -140px;
} */

.head_rgb.hide {
    /* top: -100%; */
    transform: translateY(-100%);
    opacity: 0;

}


.head_wit.show {
    transform: translateY(0);
    opacity: 1;


}

.head_rgb {
    transition-delay: 0s;
}

.head_wit {
    background: #023c90;
    transform: translateY(-100%);
    transition: all 1.5s;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0;
    transition-delay: 0.5s;
}

.head_rgb::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    /* background: #023c90; */
    top: 0;
    height: 6px;
}


.head-top {
    position: relative;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    vertical-align: middle;
}

.nav {
    float: right;
    position: relative;
    font-family: pingFang;
}

.nav>ul {}

.nav>ul>li {
    float: left;
    margin: 0 0 0 35px;
    position: relative;
}

.nav>ul>li:first-child {
    border-left: none;
    margin-left: 0;
    margin: 0 0 0 0;
}

.nav>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: relative;
    padding: 15px 0 0 0;
    font-weight: 600;
}

.nav>ul>li.active>a::after {
    content: "";
    /* position: absolute; */
    /* left: 0; */
    /* bottom: 0; */
    /* background: #780a16; */
    /* height: 2px; */
    /* right: 0; */
}

.nav>ul>li:hover>a {}

.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #fefeff;
}

.nav>ul>li:hover>div {
    display: block;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 195px;
    z-index: 9999;
    padding: 25px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    display: none;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
}

.nav>ul>li>div>ul>li a:hover {
    color: #073d8e;
    padding-left: 10px;
    position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #073d8e;
}

.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.top>img {
    display: block;
    width: 100%;
}

.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;
}

/* nav */

.banner {
    width: 100%;
    position: relative;overflow:hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 8;
}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
}

.banner .slick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}


.banner .slick .slick-dots {
    height: auto;
    bottom: 40px;
    font-size: 0;
    height: 30px;
}

.banner .slick .slick-dots li {
    width: auto;
    height: auto;
    opacity: 0;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;

}

.banner .slick .slick-dots li span {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
}

.banner .slick .slick-dots li div {
    height: 2px;
    width: 150px;
    background: rgba(255, 255, 255, .5);
    margin: 0 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.banner .slick .slick-dots li div::before {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    height: 100%;
    transition: all 5s linear;
    background: #fff;
}

.banner .slick .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick .slick-dots li.slick-active div::before {
    width: 100%;
}

/* .banner .slick-dots li.slick-active div::before {
    animation: img_scale linear 5s infinite;
} */

@keyframes img_scale {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }

}



.banner .slick-prev, .banner .slick-next {
    width: 30px;
    height: 30px;
    z-index: 9;
    transition: all 0.5s;
    left: auto;
    bottom: 40px;
    top: auto;
    font-size: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    border-radius: 50%;
    z-index: 9;
    border: 1px solid #fff;
}

.banner .slick-prev::before, .banner .slick-next::before {
    content: none;
}

.banner .slick-prev {
    background: url(../images/banner-l.png) no-repeat;
    background-position: center center;
    right: 50%;
    margin-right: 180px;
}

.banner .slick-next {
    left: 50%;
    margin-left: 180px;
    background: url(../images/banner-r.png) no-repeat;
    background-position: center center;
}

.banner-link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    bottom: 0;
    z-index: 9;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

.banner-link ul li {
    padding: 14px 0;
}

.banner-link ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 83px;
    border-left: solid 1px #d6d6d6;
}

.banner-link ul li:nth-child(1) a {
    border-left: none;
}

.banner-link ul li a span {
    font-size: 18px;
    color: #222222;
}

.banner-link ul li a b {
    width: 13px;
    height: 10px;
    background: url(../images/banner-link-more.png) no-repeat;
    background-position: center center;
    margin-left: 10px;
}

.banner-link ul li:hover a b {
    background: url(../images/banner-link-more-h.png) no-repeat;
    background-position: center center;
}

.banner-link ul li:hover {
    background: #096fd0;
    background: linear-gradient(-48deg,
            #004a9f 0%,
            #096fd0 100%);
}

.banner-link ul li:hover a span {
    color: #fff;
}

.banner-link ul li:hover a {
    border-color: transparent;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pic img:hover {
    transform: scale(1.05);
}


.footer {
    background: url(../images/foot-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 80px;
}




.foot-c {
   display: flex; 
    justify-content: space-between;
    align-items: center;
    padding: 0 0 45px 0;
}

.foot-c h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 10px;
}

.foot-l a {
    display: block;
}

.foot-l a img {
    display: block;
    max-width: 100%;
}

.foot-text p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #ffffff;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}


.foot-line {
    width: 1px;
    height: 93px;
    background-color: #fffafa;
    opacity: 0.42;
}

.foot-m, .foot-r {
    padding: 0 10px;
}

.foot-m div {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
}

.foot-m div a {
    width: 33.33%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}


.bq {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding: 25px;
}

.bq p {
    text-align: center;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
}


@keyframes icon-yh {
    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 (max-width: 1620px) {
    .px1600 {
        padding-left: 10px;
        padding-right: 10px;
width:85%;
    }

    .head.on {
        padding: 10px 0;
    }

    .head {
        padding: 25px 0;
    }
.logo a img {
        height: 40px;
    }
    .nav>ul>li {
        margin-left: 20px;
    }

    .nav>ul>li>a {
        font-size: 17px;
    }
.foot-l a img{max-width: 85%;}
}


@media screen and (max-width: 1520px) {
    .px1500 {
        padding-left: 10px;
        padding-right: 10px;
    }
 .px1600 {
        padding-left: 10px;
        padding-right: 10px;
width:95%;
    }
    .nav>ul>li {}

    .nav>ul>li>a {
        font-size: 16px;
    }

}

@media screen and (max-width:1400px) {
    .px1400 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .s3-lt a .info h3, .foot-c h3{font-size: 16px !important;}
.s3-info .info p, .foot-m div a, .foot-text p{font-size: 12px !important;line-height: 22px;}
.bq p{font-size: 12px !important;}
    .nav>ul>li>a {
        padding-top: 5px;
    }

    .foot-c{
        flex-wrap: wrap;
        overflow: hidden;
    }
    .foot-l{
        /* width: 100%; */
        /* margin-bottom: 20px; */
        float: left;
        width: 38%;
    }
    .foot-m, .foot-r{float:left;}
    .foot-l a img{
        margin: 31px auto;
    }
    .foot-line{
        display: none;
    }

}

@media screen and (max-width:1300px) {
    .nav>ul>li {}

    .nav>ul>li>a {
        font-size: 14px;
    }


    .px1320 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .banner .slick .slick-slide a p {
        font-size: 24px;
        padding: 0 10px;
    }

    .banner .slick .slick-prev {}

    .banner .slick .slick-next {}

    .logo a img {}



}

@media screen and (max-width: 1320px) {
    .px1300 {
        padding-left: 10px;
        padding-right: 10px;
    }



    .head .logo a img {}





}

@media screen and (max-width:1220px) {
    .nav>ul>li>a {}

    .nav>ul>li {
        border: none;
        margin-left: 10px;
    }

.foot-l{width:30%;}

    .nav>ul>li>a {
        font-size: 14px;
    }

    .head.on .nav>ul {
        margin-top: 10px;
    }

    .nav>ul {}


    .foot-text p {
        font-size: 14px;
        line-height: 24px;
    }
}
@media screen and (max-width:1100px){
.px1600 {width:auto;}
}
 
@media screen and (max-width:1024px) {
    body {
        /* padding-top: 60px; */
    }

    .banner .slick .slick-slide a::after {
        display: none;
    }

    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .b-top {
        display: none;
    }

    .banner-dot ul li {
        width: 10px;
        height: 10px;
    }

    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;

        z-index: 999;
    }

    .m-logo {
        font-size: 0;
        padding: 10px;
        z-index: 9999;
        position: relative;
        background: rgba(0, 0, 0, .4);
        background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, 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 {
        padding: 10px 15px 0 15px;
    }

    .m-tlink a {
        font-size: 12px;
        margin-right: 10px;
        color: #fff;
        display: inline-block;
        line-height: 24px;
        background: #fff;
        color: #304174;
        line-height: 24px;
        padding: 0 15px;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .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;
        border: 1px solid #fff;
    }

    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }

    .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: 0;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow-y: scroll;
        background: rgba(0, 116, 87, .9);
        padding-top: 60px;
        background: #096fd0;

    }

    .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;
    }

    .banner .slick-prev, .banner .slick-next {
        width: 30px;
        height: 30px;
    }

    .banner .slick-prev:hover {
        background-size: 15px auto;
    }

    .banner .slick-next:hover {
        background-size: 15px auto;
    }



    .foot-c {
        flex-wrap: wrap;
    }

    .foot-l {
        width: 100%;
        margin-bottom: 15px;
    }

    .foot-c {
    }

    .foot-c {
        position: relative;
    }

    #gotop {
        right: 0;
    }
    .foot-m, .foot-r{
        padding: 0;
        width: 50%;
        margin-top: 10px;
    }
    .bq{
        padding: 15px 10px;
    }
    .footer{
        padding-top: 25px;
    }
    
}

@media screen and (max-width:768px) {
    .banner .slick .slick-dots {
        bottom: 10px;
    }

    .banner .slick-prev, .banner .slick-next {
        bottom: 10px;
    }

    .banner .slick .slick-dots li {}

    .banner .slick .slick-dots li span {
        font-size: 16px;
    }

    .banner .slick .slick-dots li div {
        width: 70px;
    }

    .banner .slick .slick-dots li.slick-active::after {
        width: 30px;
    }

    .banner .slick .slick-dots li button {
        font-size: 14px;
    }

    .banner .slick-prev {
        margin-right: 90px;
    }

    .banner .slick-next {
        margin-left: 90px;
    }

    .banner .slick-slide a p {
        bottom: 10px;
        font-size: 18px;
    }

    .foot-c {
        display: block;
    }
}

@media screen and (max-width:640px) {.foot-m, .foot-r{width:100%}}

@media screen and (max-width:480px) {}

@media screen and (max-width:375px) {}