body {
    font: 14px "PingFang SC", Arial, "微软雅黑";
}

.pc {
    display: block;
}

.mb {
    display: none;
}

.floor {
    padding: 5.3125% 0 7.8125%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.floor .swiper-button-next,
.floor .swiper-button-prev {
    top: auto;
    bottom: 80px;
    width: 56px;
    height: 56px;
    background-color: #437ce2;
    box-shadow: 0px 15px 35px 0px rgba(0, 111, 208, 0.1);
    border-radius: 50%;
}

.floor .swiper-button-next::after,
.floor .swiper-button-prev::after {
    font-size: 20px;
    color: #fff;
}

.floor .swiper-button-next.swiper-button-disabled,
.floor .swiper-button-prev.swiper-button-disabled {
    background: none;
    box-shadow: 0px 15px 35px 0px rgba(0, 111, 208, 0.1);
    border: solid 1px #437ce2;
    opacity: 1;
}

.floor .swiper-button-next.swiper-button-disabled::after,
.floor .swiper-button-prev.swiper-button-disabled::after {
    font-size: 20px;
    color: #437ce2;
}

.floor-tit {
    position: relative;
    padding-left: 13px;
    font-family: PingFang SC;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000;
}

.floor-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    background-color: #000000;
    border-radius: 50%;
}

.floor-sub-tit {
    margin: 30px 0 50px;
    font-family: PingFang SC;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    letter-spacing: 0px;
    color: #437ce2;
}

.floor-text {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.floor-text p {
    margin-bottom: 30px;
}

.f1 {
    width: 100%;
    background-image: url(../images/index_bg1.jpg);
}

.f1 .row {
    justify-content: space-between;
    align-items: center;
}

.f1 .co-pic {
    padding-left: 0.91666%;
}

.f1 .co-pic .w-h {
    padding-top: 70.44785%;
}

.f1 .icos {
    margin: 60px 0 40px;
}

.f1 .icos .box {
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}

.f1 .icos .box:hover {
    transform: translateY(-10px);
}

.f1 .icos .box .ico {
    height: 36px;
}

.f1 .icos .box span {
    font-family: PingFang SC;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #437ce2;
}

.f1 .icos .box p {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000;
}

.max-w {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.w {
    width: 84.2105%;
    max-width: 1440px;
    margin: 0 auto;
}

.w1600 {
    width: 84.2105%;
    max-width: 1600px;
    margin: 0 auto;
}

.header {
    z-index: 9999;
    width: 100%;
    z-index: 2;
}

.header .w::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.15;
}

.header .logo {
    flex: none;
}

.header .nav {
    flex: 1;
    height: 100%;
    margin-left: 7.4375%;
}

.header .nav>ul {
    width: 100%;
}

.header .nav>ul>li {
    position: relative;
}

.header .nav>ul>li>a {
    display: block;
    height: 100%;
    color: #fff;
    /*font-family: PingFang SC;*/
    font-size: 20px;
    line-height: 99px;
    font-weight: bold;
    font-stretch: normal;
}

.header .nav>ul>li .nav-2 {
    width: 200px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(2, 46, 125, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, calc(100% + 10px));
    transition: all .5s;
    padding: 22px 0;
}

.header .nav>ul>li .nav-2>ul {
    overflow: hidden;
}

.header .nav>ul>li .nav-2>ul>li>a {
    display: block;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666;
}

.header .nav>ul>li .nav-2>ul>li>a:hover {
    color: #437ce2;
    background-color: #f5f5f5;
}

.header .nav>ul>li .nav-2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.header .nav>ul>li:hover .nav-2 {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 100%);
}

.header .box {
    position: relative;
    margin-left: 25px;
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
}

.header .box a {
    font-family: PingFang SC;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 0px;
    color: #ffffff;
}

.header .box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 14px;
    background-color: #ffffff;
}

.shrink .box::before {
    background-color: #666;
}

.header .box.top-tel {
    padding-left: 56px;
    background: url(../images/top_tel.png) no-repeat left 26px center;
    background-size: 21px 20px;
}

.shrink .box.top-tel {
    background: url(../images/top_tel_h.png) no-repeat left 26px center;
}

.header .box.top-shop {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

.header .box.top-shop .shop-ewm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 136px;
    height: 128px;
    border-radius: 12px;
    background-color: #ffffff;
    box-shadow: 0px 15px 35px 0px rgba(2, 46, 125, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translate(0%, calc(100% + 10px));
    transition: all .5s;
}

.header .box.top-shop .shop-ewm img {
    border-radius: 12px;
}

.header .box.top-shop .shop-ewm .img1 {
    position: absolute;
    left: 50%;
    top: 0%;
    width:128px;
   transform: translate(-50%, 0);
    /*transform: translate(-50%, -50%);*/
}
.header .box.top-shop .shop-ewm .img2 {
    position: absolute;
    left: 50%;
    top: 128px;
    width:128px;
   transform: translate(-50%, 0);
    /*transform: translate(-50%, -50%);*/
}


.header .box.top-shop .shop-ewm::before {
    content: "";
    position: absolute;
    top: 0;
    left: 67%;
    transform: translate(0%, -100%);
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.header .box.top-shop:hover .shop-ewm {
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 100%);
}

.header.shrink {
    background-color: #fff;
}

.header.shrink .nav {
    flex: 1;
    height: 100%;
    margin-left: 9.4375%;
}

.header.shrink .nav>ul>li>a {
    color: #666;
}

.header.shrink .box {
    color: #666;
}

.header.shrink .box a {
    color: #666;
}

.footer {
    background-color: #677a8a;
}

.footer .top {
    height: 140px;
    border-bottom: #768896 1px solid;
}

.footer .top .footer-nav {
    min-width: 619px;
}

.footer .top .footer-nav a {
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .center {
    height: 303px;
}

.footer .center .ewm-box {
    text-align: center;
}

.footer .center .ewm-box p {
    font-family: PingFang SC;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .center .dls .dl {
    padding-right: 88px;
}

.footer .center .dls .dl .ico-tit {
    margin-top: 8px;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .center .dls .dl .footer-addr {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .center .dls .dl .footer-tel {
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .bottom {
    height: 77px;
    border-top: #768896 1px solid;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.footer .bottom a {
    color: #fff;
}

.footer_p {
    width: 115px;
    position: fixed;
    right: 0.6%;
    top: 20%;
    z-index: 999;
}

.footer_p.none {
    display: none;
}

.footer_p ul li {
    background: #437ce2;
    border-radius: 4px;
    margin-bottom: 6px;
    position: relative;
}

.footer_p ul li .kj {
    text-align: center;
    padding: 14px 0;
    position: relative;
    z-index: 99;
}

.footer_p ul li .kj img {
    display: block;
    margin: 0 auto;
}

.footer_p ul li .kj p {
    color: #ffffff;
    font-size: 14px;
    line-height: 15px;
    margin-top: 6px;
}

.footer_p .gb_zms {
    position: absolute;
    top: -16px;
    right: -10px;
    cursor: pointer;
}

.footer_p .ewm .kj {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    border-radius: 4px;
}

.footer_p .ewm p {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    text-align: center;
}

.footer_p .kj_l {
    position: absolute;
    right: -100px;
    opacity: 0;
    top: -3px;
    width: 192px;
    padding: 18px 10px 18px 14px;
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 4px;
    transition: all 1s;
}

.footer_p .kj_l .img {
    margin-right: 12px;
    float: left;
}

.footer_p .kj_l p {
    font-size: 14px;
}

.footer_p .kj_l span {
    font-size: 18px;
}

.footer_p .kj_l em {
    width: 6px;
    height: 11px;
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/footer6.png) no-repeat center center;
}

.footer_p ul li:hover .kj_l {
    opacity: 1;
    right: 132px;
}

.footer_t {
    position: fixed;
    right: 2%;
    bottom: 10%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    z-index: 999;
}

.banner-wrap {
    position: relative;
    z-index: 1;
}

.banner-wrap .yc {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 0);
    z-index: 99;
    /*=============== LAYOUT ===============*/
    /*=============== ACCORDION ===============*/
    /*Rotate icon and add font weight to titles*/
}

.banner-wrap .yc .container {
    width: 242px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.banner-wrap .yc .accordion {
    display: grid;
    align-content: center;
    height: auto;
}

.banner-wrap .yc .accordion__container {
    display: grid;
    row-gap: 2px;
    border-radius: 10px;
    overflow: hidden;
}

.banner-wrap .yc .accordion__title {
    font-weight: 400;
    transition: .2s;
    line-height: 78px;
    cursor: pointer;
    font-family: PingFang SC;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.banner-wrap .yc .accordion__header {
    display: flex;
    height: 79px;
    line-height: 78px;
    cursor: pointer;
    overflow: hidden;
    cursor: pointer;
    padding-left: 69px;
}

.banner-wrap .yc .abox {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
}

.banner-wrap .yc .abox a {
    display: block;
    padding: 0 0 0 20px;
    text-align: left;
    width: 96%;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: 0px;
    color: #ffffff;
}

.banner-wrap .yc .accordion__icon {
    font-size: 1.5rem;
    height: max-content;
    color: var(--title-color);
    transition: .3s;
}

.banner-wrap .yc .accordion__item {
    background-color: rgba(225, 225, 225, 0.8);
    position: relative;
    transition: all .25s ease;
}

.banner-wrap .yc .accordion__item .accordion__header {
    background-position: left 25px center;
    background-repeat: no-repeat;
}

.banner-wrap .yc .accordion__item:nth-child(1) .accordion__header {
    background-image: url(../images/banner-ico1.png);
}

.banner-wrap .yc .accordion__item:nth-child(2) .accordion__header {
    background-image: url(../images/banner-ico2.png);
}

.banner-wrap .yc .accordion__item:nth-child(3) .accordion__header {
    background-image: url(../images/banner-ico3.png);
}

.banner-wrap .yc .accordion__item:nth-child(4) .accordion__header {
    background-image: url(../images/banner-ico4.png);
}

.banner-wrap .yc .accordion__item.accordion-open {
    background-color: #80a9d3;
}

.banner-wrap .yc .accordion__item.accordion-open:nth-child(1) .accordion__header {
    background-image: url(../images/banner-ico1b.png);
}

.banner-wrap .yc .accordion__item.accordion-open:nth-child(2) .accordion__header {
    background-image: url(../images/banner-ico2b.png);
}

.banner-wrap .yc .accordion__item.accordion-open:nth-child(3) .accordion__header {
    background-image: url(../images/banner-ico3b.png);
}

.banner-wrap .yc .accordion__item.accordion-open:nth-child(4) .accordion__header {
    background-image: url(../images/banner-ico4b.png);
}

.banner-wrap .yc .accordion__content {
    overflow: hidden;
    height: 0;
    transition: all .25s ease;
}

.banner-wrap .yc .accordion-open .accordion__title {
    color: #fff;
}

.banner-wrap .mySwiper .swiper-slide {
    overflow: hidden;
    height: 960px;
}

.banner-wrap .mySwiper .swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 4s linear;
}

.banner-wrap .mySwiper .swiper-slide .banner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84.2015%;
    transform: translate(-50%, -50%);
    transition: all 4s linear;
}

.banner-wrap .mySwiper .swiper-slide .banner .pic {
    transform: scale(0.8);
    transition: all 4s linear;
}

.banner-wrap .mySwiper .swiper-slide .banner.banner1 .tit {
    font-family: PingFang SC;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 4px 3px 11px 0px rgba(0, 0, 0, 0.5);
}

.banner-wrap .mySwiper .swiper-slide .banner.banner1 .content {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    text-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.5);
}

.banner-wrap .mySwiper .swiper-slide .banner.banner2 .tit {
    font-family: PingFang SC;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #2082c5;
    transform: translate3d(0, 0, 0);
}

.banner-wrap .mySwiper .swiper-slide .banner.banner2 .content {
    font-family: PingFang SC;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 37px;
    letter-spacing: 0px;
    color: #2082c5;
    transform: translate3d(0, 0, 0);
}

.banner-wrap .mySwiper .swiper-slide .banner.banner3 .pic {
    width: 69.25%;
}

.banner-wrap .mySwiper .swiper-slide .banner.banner4 .pic {
    width: 60.0625%;
}

.banner-wrap .mySwiper .swiper-slide.swiper-slide-active>img {
    transform: scale(1.2);
}

.banner-wrap .mySwiper .swiper-slide.swiper-slide-active .banner .pic {
    transform: scale(1);
}

.banner-wrap .mySwiper .swiper-slide:nth-child(2n)>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: all 4s linear;
}

.banner-wrap .mySwiper .swiper-slide:nth-child(2n) .banner .pic {
    transform: scale(1.2);
}

.banner-wrap .mySwiper .swiper-slide:nth-child(2n).swiper-slide-active>img {
    transform: scale(1);
}

.banner-wrap .mySwiper .swiper-slide:nth-child(2n).swiper-slide-active .banner .pic {
    transform: scale(1);
}

.banner-wrap img {
    display: block;
}

.banner-wrap .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84.2105%;
    height: 100px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.banner-wrap .swiper-pagination::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.15;
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    opacity: 0.8;
}

.banner-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #437ce2;
    opacity: 0.6;
}

.banner-wrap .swiper-button-next,
.banner-wrap .swiper-button-prev {
    top: auto;
    bottom: 30px;
}

.banner-wrap .swiper-button-next::after,
.banner-wrap .swiper-button-prev::after {
    font-size: 21px;
    color: #fff;
}

.banner-wrap .swiper-button-next {
    right: 8%;
}

.banner-wrap .swiper-button-prev {
    left: 8%;
}

.m-bjsc img {
    height: 8vmin;
    margin: 0 2vmin;
}

.m-nav-btn {
    width: 6.57143vmin;
    height: 10.42857vmin;
    text-align: center;
    line-height: 10.42857vmin;
    cursor: pointer;
}

.m-nav-btn span {
    font-size: 7.57143vmin;
    color: #fff;
}

.shrink .m-nav-btn span {
    color: #343434;
}

.m-nav-box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    transform: translate(-100%, 0);
    transition: all .3s;
    padding: 8vmin 0;
}

.m-nav-box .off {
    position: absolute;
    z-index: 9;
    top: 3vmin;
    right: 3vmin;
    width: 11.42857vmin;
    height: 11.42857vmin;
    text-align: center;
    line-height: 11.42857vmin;
    cursor: pointer;
}

.m-nav-box .off span {
    font-size: 7.57143vmin;
    color: #333;
}

.pop {
    transform: translate(0, 0);
}

.m2-nav1 a {
    color: #333;
}

.m2-nav1>ul {
    flex-direction: column;
}

.m2-nav1>ul>li {
    width: 100%;
}

.m2-nav1>ul>li>a {
    font-size: 4.14286vmin;
    line-height: 14.28571vmin;
    font-weight: bold;
}

.m2-nav1>ul>li .nav-2 {
    position: relative;
    width: 100%;
    padding: 3vmin;
    background: #FBFBFB;
}

.m2-nav1>ul>li .nav-2 ul {
    display: flex;
    flex-wrap: wrap;
}

.m2-nav1>ul>li .nav-2 ul li {
    width: 50%;
}

.m2-nav1>ul>li .nav-2 ul li a {
    font-size: 3.57143vmin;
    line-height: 2.5;
}

.list-pic li a {
    display: block;
}

@media screen and (max-width: 1600px) {
    .w {
        width: 88%;
    }
    .header .w {
        width: 88%;
    }
    .header .w1600 {
        width: 88%;
    }
    .header .nav {}
    .header .box {
        margin-left: 10px;
        font-size: 18px;
    }
    .header .box a{
         font-size: 18px;
    }
    .header .box.top-tel {
        padding-left: 40px;
        background: url(../images/top_tel.png) no-repeat left 10px center;
        background-size: 21px 20px;
    }
    .shrink .box.top-tel {
    background: url(../images/top_tel_h.png) no-repeat left 10px center;
    }
    .header .box.top-shop {
        padding-left: 10px;
    }
    .footer .w {
        width: 88%;
    }
    .footer .center .dls .dl {
        padding-right: 30px;
    }
    .footer .center .dls .dl .footer-addr {
        font-size: 18px;
        line-height: 33px;
    }
    .footer_p {
    width: 95px;
    right: 0.8%;
    }
.footer_p ul li .kj p,.footer_p .ewm p {
    font-size: 12px;
    line-height: 12px;
    }
.footer_p .ewm .kj {
    padding: 6px 8px;
    }

}

@media screen and (max-width: 1200px) {
    .m-bjsc {
        display: flex !important;
    }
    .top-shop {
        position: relative;
        padding-left: 26px;
        cursor: pointer;
    }
    .top-shop .shop-ewm {
        position: fixed !important;
        top: 50%;
        bottom: auto;
        z-index: 99999;
        right: auto;
        left: 50%;
        width: 200px !important;
        height: 256px !important;
        border-radius: 12px;
        background-color: #ffffff;
        opacity: 0 !important;
        visibility: hidden !important;
        transform: translate(-50%, -50%) !important;
        transition: all .5s;
    }
    .top-shop .shop-ewm::before {
        content: "";
        display: none;
    }
    .top-shop .shop-ewm .sc-off {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 26px;
        height: 26px;
    }
    .top-shop .shop-ewm.pop1 {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media screen and (max-width: 768px) {
    .header .box a{font-size:19px; line-height:19px; padding-right:10px; padding-bottom:2px;}
    .header.shrink .box a{
        color:#343434;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    .m-none {
        display: none;
    }
    .w {
        width: 94vmin;
    }
    .w1 {
        width: 96vmin;
        margin: 0 auto;
    }
    .header .w,
    .header .w1600,
    .footer .w {
        width: 95%;
    }
    .header .box::before {
        width: 0;
    }
    .floor {
        overflow: hidden;
    }
    .footer {
        padding-bottom: 20px;
    }
    .footer_t {
        width: 45px;
        height: 45px;
    }
    .foot-nav-wrap ul {
        flex-wrap: wrap;
        flex: none;
    }
    .header {
        height: 13.5vmin;
    }
    .header .w,
    .header .w1600 {
        height: 100%;
    }
    .header .logo {
        flex: 1;
    }
    .banner-wrap .mySwiper .swiper-slide {
        overflow: hidden;
        height: 85.71429vmin;
    }
    .banner-wrap .mySwiper .swiper-slide .banner.banner1 .tit {
        font-family: PingFang SC;
        font-size: 6.85714vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2em;
    }
    .banner-wrap .mySwiper .swiper-slide .banner.banner1 .content {
        font-family: PingFang SC;
        font-size: 4.14286vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2em;
        letter-spacing: 0px;
        color: #fff;
    }
    .banner-wrap .swiper-pagination {
        width: 84.2105%;
        height: 5.71429vmin;
    }
    .banner-wrap .swiper-button-next,
    .banner-wrap .swiper-button-prev {
        display: none;
    }
    .banner-wrap .mySwiper .swiper-slide .banner.banner2 .tit {
        font-family: PingFang SC;
        font-size: 6.85714vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2em;
    }
    .banner-wrap .mySwiper .swiper-slide .banner.banner2 .content {
        font-family: PingFang SC;
        font-size: 4.14286vmin;
        font-weight: normal;
        font-stretch: normal;
        line-height: 2em;
        letter-spacing: 0px;
        color: #2082c5;
    }
    .banner-wrap .mySwiper .swiper-slide .banner.banner3 .pic {
        width: 100%;
    }
    .banner-wrap .mySwiper .swiper-slide .banner.banner4 .pic {
        width: 100%;
    }
    .footer .center {
        height: auto;
        padding: 4vmin 0;
        flex-wrap: wrap;
    }
    .footer .center .ewm-box {
        text-align: center;
        margin: 0 auto;
    }
    .footer .center .ewm-box img {
        max-width: 70% !important;
    }
    .footer .center .ewm-box p {
        font-size: 3.57143vmin;
    }
    .footer .center .dls {
        flex-wrap: wrap;
    }
    .footer .center .dls .dl {
        width: 100%;
        padding-right: 0;
    }
    .footer .center .dls .dl .ico-tit {
        font-size: 4.14286vmin;
        line-height: 2;
        font-weight: 600;
    }
    .footer .center .dls .dl .footer-addr {
        font-size: 3.5vmin;
        line-height: 1.6;
    }
    .footer .center .dls .dl .footer-tel {
        font-size: 3.57143vmin;
        line-height: 1.6;
    }
    .footer .bottom {
        flex-wrap: wrap;
        text-align: center;
        height: auto;
        padding: 3vmin 0;
        font-size: 3.5vmin;
        line-height: 2;
    }
    .footer .bottom>div {
        width: 100%;
    }
}