.container {
    min-width: 1200px;
    width: 100%;
    position: relative;
}

.fullSlide {
    min-width: 1200px;
    /*height: 679px;*/
    position: relative;
    background-image: url("../images/video_bg.png");
    background-size: 100%;
    padding-top: 15px;
}

.fullSlide .video {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.fullSlide .video video {
    width: 100%;
    height: 679px;
    position: relative;
    border-radius: 10px;
}

.fullSlide .pause,
.fullSlide .play {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/dian.png");
    background-size: 100% 100%;
    z-index: 1;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    z-index: 1000;
    opacity: 0.9;
    flex-shrink: 0;
    height: 70px;
    display: flex;
    align-items: center;
}

.header .header-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    height: 100%;
}

.header .header-content .left {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}

.header .header-content .btns {
    display: flex;
    align-items: center;
}

.header .header-content .btns a {
    background: #DBF3DD;
    color: #51A24F;
    margin-left: 40px;
    width: 120px;
    height: 41px;
    line-height: 41px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.pc_logo_wrapper {
    display: block;
}

.header .logo {
    width: 400px;
    margin: 0;
}

.header .logo_m {
    display: none;
}

.header .menu-icon {
    display: none;
}

.header .nav {
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 20px;
}

.header .nav .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 20px;
    color: #999999;
    font-size: 16px;
}

.header .nav .nav-item:last-child {
    margin-right: 0;
}

.header .nav .nav-item:first-child {
    font-weight: bold;
    color: #51A24F;
}

.header .nav .click-active {
    color: #323333;
    font-weight: bold;
    border-bottom: 2px solid #323333;
}

.video-list {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    overflow: auto;
    scroll-behavior: smooth;
}

.video-list::-webkit-scrollbar {
    display: none;
}

.video-list .video-item {
    flex: 0 0 auto;
    width: 264px;
    height: 148px;
    margin-right: 20px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s !important;
    background-image: url("../images/video_cover.png");
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-list .video-item:hover {
    transform: scale(1.05);
}

.video-list .video-item .text {
    color: #FFF;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}

.video-list .video-active .play-icon {
    display: none;
}

.video-list .video-active .play-modal {
    display: flex !important;
}

.video-list .video-item:last-child {
    margin-right: 0;
}

.video-list .video-item .cover {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.video-list .video-item .play-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
}

.video-list .video-item .play-modal {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    z-index: 1000;
}

.video-list .video-item .play-modal .rect {
    width: 20px;
    height: 20px;
}

.container .main {
    width: 100%;
    background: url("../images/bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-title {
    height: 70px;
    box-sizing: border-box;
}

.nav-title img {
    margin: 0 auto;
    height: 100%;
    display: block;
}

.title h1 {
    font-size: 30px;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.p-t-30 {
    padding-top: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.title .line {
    width: 395px;
    height: 2px;
    background: #DEDEDE;
    position: relative;
    margin: 10px auto;
}

.title .line::after {
    display: block;
    content: '';
    width: 106px;
    height: 5px;
    background-color: #aebcd2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.title p {
    font-family: SourceHanSansCN;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.container .main .intro {
    margin-top: 30px;
    width: 1200px;
    background-color: #fff;
    border-radius: 10px;
}

.container .main .intro-text {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 30px 30px;
}

.container .main .intro-text img {
    width: 200px;
    margin-right: 20px;
    flex-shrink: 0;
}

.container .main .intro-text>section {
    flex: 1;
}

.container .main .intro-text>section h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 1.8;
    /*background: url("../images/icon01.png") no-repeat;*/
    /*background-size: 23px auto;*/
    /*background-position: left center;*/
    /*padding-left: 30px;*/
    display: flex;
    /*align-items: center;*/
}

.container .main .intro-text>section h3:before {
    width: 23px;
    height: 30px;
    content: "";
    margin-right: 20px;
    background-image: url("../images/icon01.png");
    background-size: 100% 100%;
}

.container .main .intro-text>section h3:first-child {
    margin-bottom: 20px;
}

.container .main .systemIntro {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 30px;
}

.container .main .systemIntro-title img {
    width: 567px;
}

.container .main .systemIntro-content {
    width: 100%;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .main .systemIntro-content-m {
    display: none;
}

.container .main .systemIntro-content .content-item {
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s !important;
    cursor: pointer;
}

.container .main .systemIntro-content .content-item:hover {
    transform: translateY(-30px);
}

.container .main .systemIntro-content .content-item:last-child {
    margin-right: 0;
}

.container .main .systemIntro-content .content-item .item-title {
    width: 100%;
    font-size: 18px;
    font-weight: 550;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.container .main .systemIntro-content .content-item .item-title:before {
    content: "";
    background-image: url("../images/title-icon.png");
    width: 17px;
    height: 21px;
    background-size: 100% 100%;
    margin-right: 10px;
}

.container .main .systemIntro-content .content-item .item-content {
    width: 100%;
    box-shadow: 10px 10px 10px 0 #ccc;
}

.container .main .systemIntro-content .content-item .item-content .bottom-content {
    width: 100%;
    line-height: 1.8;
    padding: 20px;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 16px;
    position: relative;
    height: 156px;
}

.container .main .systemIntro-content .content-item .item-content .top-content {
    width: 100%;
    height: 190px;
    background-image: url("../images/ts-item-bg.png");
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .main .systemIntro-content .content-item .item-content .top-content .img {
    width: 185px;
    margin-top: -30px;
}

.container .main .systemIntro-content .content-item:first-child .top-content .img {
    width: 185px;
}

.container .main .systemIntro-content .content-item:nth-child(2) .top-content .img {
    width: 107px;
}

.container .main .systemIntro-content .content-item:nth-child(3) .top-content .img {
    width: 171px;
}

.container .main .systemIntro-content .content-item:nth-child(4) .top-content .img {
    width: 178px;
}

.container .main .systemIntro-content .content-item .item-content .bottom-content:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("../images/line.png");
    background-size: 100% 100%;
    width: 100%;
    height: 6px;
}

.interface {
    width: 1200px;
    background: url("../images/bg2.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 30px;
}

.container .interface .interface-swiper {
    display: none;
}

.container .interface-content {
    width: 100%;
}

.container .interface-content .swiper {
    width: 100%;
    height: 740px;
    overflow: hidden;
    position: relative;
}

.container .interface-content .swiper-wrapper {}

.container .interface-content .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.3s ease;
    /* 过渡效果 */
    transform: scale(0.8);
    /*opacity: 0.5; !* 默认不透明度 *!*/
}

.container .interface-content .swiper-slide-prev img {
    margin-left: 40px;
}

.container .interface-content .swiper-slide-next img {
    margin-right: 30px;
}

.container .interface-content .swiper-slide-active {
    transform: scale(1);
    margin: 0 auto;
    opacity: 1;
}

.container .interface-content .swiper-button-prev,
.container .interface-content .swiper-button-next {
    z-index: 1000;
    background-image: none;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #51a24f;
    border-radius: 50px;

}

.container .interface-content .swiper-button-prev {
    left: 15px;
}

.container .interface-content .swiper-button-next {
    right: 15px;
}

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

.container .main .interface-content img {
    width: 330px;
    /*height: 450px;*/
    margin-top: -20px;
    float: left;
}

.container .main .interface-content img:nth-child(2) {
    margin-top: 114px;
}

.container .main .aboutus {
    width: 1200px;
    padding: 30px;
    background: url("../images/bg3.jpg") no-repeat;
    background-size: 100% 100%;
}

.container .main .about-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 455px;
    margin-top: 30px;
    box-sizing: border-box;
}

.container .main .about-content .left {
    width: 349px;
    height: 100%;
    margin-right: 20px;
    flex-shrink: 0;
}

.container .main .about-content .right {
    flex: 1;
    height: 100%;
}

.container .main .about-content .right .right-item {
    width: 100%;
    height: 50%;
    display: flex;
}

.container .main .about-content .right .right-item img {
    width: 375px;
}

.container .main .about-content .right .right-item .desc {
    width: 375px;
}

.container .main .info {
    width: 1200px;
    padding: 80px;
    background: url("../images/bg5.jpg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container .main .info p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

.container .main .info img {
    width: 366px;
    margin-top: 30px;
}

.footer {
    width: 100%;
    padding: 30px 0;
    background-image: url("../images/bg4.jpg");
    background-size: 100% 100%;
    flex-shrink: 0;
    color: #fff;
}

.footer .footer-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.footer .flex {
    display: flex;
    align-items: center;
}

.footer .left .flex {
    margin-top: 15px;
}

.footer .left {
    width: 40%;
}

.footer .left p {
    margin-top: 15px;
}

.footer .left>img {
    padding: 10px;
    background-color: #FFF;
    border-radius: 10px;
}

.footer .left img {
    width: 300px;
}

.footer .phone {
    font-size: 28px;
    font-weight: bold;
}

.footer .flex img {
    width: 40px;
}

.footer .phone img {
    margin-left: 3px;
    margin-right: 15px;
    width: 30px;
}

.footer .zx a {
    padding: 5px 18px;
    border: 1px #fff solid;
    border-radius: 20px;
}

.footer .right {
    /* flex: 1; */
}

.footer .right a {
    position: relative;
    margin-bottom: 25px;
    margin-right: 60px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    z-index: 100;
}

.footer .right .all {
    margin-left: -18px;
    font-weight: bold;
}

.footer .right a::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(to right, rgba(250, 250, 250, 0.5) 0%, rgba(250, 250, 250, 0.3) 100%);
    z-index: -1;
}

.footer .footer-content_m {
    display: none;
}

.footer .qrcode {
    width: 80px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.float {
    position: fixed;
    right: 0;
    bottom: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.float .contact {
    width: 80px;
    box-shadow: 0 0 10px 0 #ccc;
}

.float .contact span {
    font-size: 50px;
    color: red;
}

.float .contact img {
    width: 32px;
    margin-bottom: 5px;
}

.float .contact .wx,
.float .contact .phone {
    cursor: pointer;
    height: 80px;
    width: 80px;
    background-color: #FFF;
    border-bottom: 1px dashed #e5e5e5;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 14px;
}

.float .contact .wx:hover .qrcode {
    display: flex;
}

.float .contact .phone:hover .call {
    display: flex;
}

.float .contact .qrcode {
    width: 220px;
    background-color: #FFF;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: -220px;
    top: 0;
    display: none;
}

.float .contact .qrcode p {
    margin-bottom: 10px;
}

.float .contact .call {
    width: 160px;
    height: 130px;
    background-color: #FFF;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: -160px;
    top: 0;
    display: none;
    padding: 30px 0;
}

.float .contact .qrcode img {
    width: 148px;
    height: 148px;
    margin-bottom: 10px;
}

.ai-person {
    position: relative;
    width: 130px;
    margin-bottom: 10px;
    font-size: 11px;
    color: #FFF;
    cursor: pointer;
}

.ai-text {
    position: absolute;
    width: 100%;
    bottom: 8px;
    left: 0;
    text-align: center;
}

.ai-person0 {
    position: relative;
    width: 130px;
    height: auto;
    margin-bottom: 10px;
}

.ai-person p:first-child {
    font-size: 13px;
    font-weight: bold;
}

.float .close {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

/* 行业案例 */
.anli .swiper {
  width: 100%;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.anli .swiper-slide {
  font-size: 18px;
  background: #fff;
  height: calc((100% - 20px) / 2) !important;
  border-radius: 10px;
  overflow: hidden;
}
.anli .swiper .prev,
.anli .swiper .next {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1000;
  background-image: none;
}
.anli .swiper .prev:hover,
.anli .swiper .next:hover {
  background: linear-gradient(to left ,#1c44a6,#2b8ecd);
}
.anli .swiper .prev:after,
.anli .swiper .next:after {
  color: #bbb;
  font-size: 20px;
}
.anli .swiper .prev:hover:after,
.anli .swiper .next:hover:after {
  color: #FFF !important;
}
.anli .anli-item-img {
  width: 100%;
  height: 50%;
}
.anli .anli-item-text {
  height: 50%;
}
.anli .anli-item-text .title {
  color: #1c44a6;
  font-size: 18px;
  text-align: center;
  margin-top: 12px;
}
.anli .anli-item-text .desc {
  margin-top: 10px;
  font-size: 16px;
  padding: 0 10px;
  line-height: 1.6;
  text-indent: 2em;
}

.anli-content {
  padding: 30px 0 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.anli-content-m {
  display: none;
}
.anli .anli-two-content {
  display: flex;
  justify-content: space-between;
  height: 265px;
}
.anli .anli-two-item {
  height: 100%;
  width: calc(50% - 10px);
  background: #fff;
  box-shadow: 0 0 10px 0 #ccc;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 750px) {
  /* 案例详情 */
  .container-main {
    width: 1200px;
    padding: 30px;
    margin: 30px auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #ccc;
    min-height: calc(100vh - 650px);
}

.container-main .route {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #999999;
  margin-bottom: 30px;
}

.container-main .deta_tit {
  font-size: 28px;
  text-align: center;
}

.container-main .deta_cont {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  text-indent: 2em;
  padding: 20px 0;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
}
}

@media screen and (max-width: 750px) {
    .container {
        width: 100%;
        max-width: 750px;
        min-width: initial;
        overflow: hidden;
    }

    .nav-title {
        height: 0.4rem;
        margin: 0 !important;
    }

    .header {
        height: 0.5rem;
    }

    .header .nav {
        display: none;
    }

    .header .header-content {
        width: 100%;
        padding: 0 0.15rem;
        position: relative;
        box-sizing: border-box;
        z-index: 0;
    }

    .header .header-content .left .logo {
        width: 2.8rem;
    }

    .header .header-content .logo {
      width: 2.8rem;
  }

    .fullSlide {
        width: 100%;
        height: auto;
        min-width: 100%;
        background-image: none;
        background-color: #0f2a59;
        padding-top: 0;
    }

    .fullSlide .video {
        margin: 0;
        width: 100%;
    }

    .fullSlide .video video {
        height: 2rem;
        width: 95%;
        margin: 0 auto;
        display: block;
        border-radius: 0.1rem;
    }

    .fullSlide .video video source {
        width: 100%;
    }

    .video-list {
        width: 100%;
        padding: 0.15rem 0.15rem;
        overflow-x: scroll;
        box-sizing: border-box;
        justify-content: start;
    }

    .video-list .video-item {
        width: 1.2rem;
        height: 0.8rem;
        flex: 0 0 auto;
        margin-right: 0.15rem;
        border-radius: 0.1rem;
    }

    .video-list .video-item:last-child {
        margin: 0;
    }

    .video-list .video-item .text {
        font-size: 0.12rem;
    }

    .video-list .video-item img {
        border-radius: 0.05rem;
    }

    .video-list .video-item .play-modal .rect {
        width: 0.15rem;
        height: 0.15rem;
    }

    .video-list .video-item .play-icon {
        width: 0.2rem;
        height: 0.2rem;
        bottom: -0.05rem;
        right: -0.05rem;
    }


    .p-t-30 {
        padding-top: 0;
    }

    .title {
        width: 100%;
    }

    .title h1 {
        font-size: 0.2rem;
    }

    .title p {
        font-size: 0.13rem;
    }

    .title .line {
        margin: 0.1rem auto;
        width: 100%;
    }

    .title .line::after {
        height: 3px;
    }

    .container .main {
        width: 100%;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }

    .container .main .intro-text {
        padding: 0;
        margin-top: 0.15rem;
    }

    .container .main .intro-text>section h3 {
        font-size: 0.13rem;
    }

    .container .main .intro-text>section h3:before {
        width: 0.4rem;
        height: 0.22rem;
        margin-right: 0.1rem;
    }

    .container .main .intro-text>section h3:first-child {
        margin-bottom: 0.15rem;
    }

    .container .main .intro {
        width: 100%;
        margin-top: 0.15rem;
        /*padding: 0.15rem;*/
        box-sizing: border-box;
    }

    .container .main .intro-text img {
        display: none;
    }

    .container .main .intro-text>section {
        width: 100%;
    }

    .container .main .systemIntro {
        width: 100%;
        padding: 0;
        margin-top: 0.15rem;
    }

    .container .main .systemIntro-content {
        padding-top: 0.15rem;
        flex-direction: column;
        display: none;
    }

    .container .main .systemIntro-content .content-item .item-title {
        font-size: 0.15rem;
        margin-bottom: 0.45rem;
    }

    .container .main .systemIntro-content .content-item .item-title:before {
        margin-right: 0.05rem;
    }

    .container .main .systemIntro-content .content-item .item-content .bottom-content {
        font-size: 0.13rem;
        padding: 0.15rem;
        height: auto;
    }

    .container .main .systemIntro-content .content-item {
        margin-right: 0;
        margin-bottom: 0.15rem;
    }

    .container .main .systemIntro-content .content-item .item-content {
        box-shadow: none;
    }

    .container .main .systemIntro-content .content-item .item-content .top-content {
        height: auto;
    }

    .container .main .systemIntro-content .content-item:first-child .top-content .img {
        width: 1.2rem;
    }

    .container .main .systemIntro-content .content-item:nth-child(2) .top-content .img {
        width: 0.8rem;
    }

    .container .main .systemIntro-content .content-item:nth-child(3) .top-content .img {
        width: 1.2rem;
    }

    .container .main .systemIntro-content .content-item:nth-child(4) .top-content .img {
        width: 1.2rem;
    }

    .container .main .systemIntro-content-m {
        display: block;
        width: 100%;
        margin-top: 0.15rem;
    }

    .systemIntro-content-m .content-item-m {
        width: 100%;
        display: flex;
        flex-direction: column;
        margin-bottom: 0.15rem;
        background-color: #fff;
        box-shadow: 10px 10px 20px 0 #ccc;
        border-radius: 0.1rem;
    }

    .systemIntro-content-m .content-item-m .top {
        width: 100%;
        height: auto;
        border-radius: 0.1rem 0.1rem 0 0;
    }

    .systemIntro-content-m .content-item-m .info {
        padding: 0.15rem;
        display: flex;
        flex-direction: column;
        width: 100%;
        border-radius: 0 0 0.1rem 0.1rem;
    }

    .systemIntro-content-m .content-item-m .info .title {
        font-size: 0.15rem;
        margin-bottom: 0.15rem;
        text-align: center;
        font-weight: 550;
        color: #51a24f;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .systemIntro-content-m .content-item-m .info .title:before {
        content: "";
        background-image: url(../images/title-icon.png);
        width: 0.1rem;
        height: 0.15rem;
        background-size: 100% 100%;
        margin-right: 0.05rem;
    }

    .systemIntro-content-m .content-item-m .info .desc {
        font-size: 0.13rem;
        line-height: 1.8;
    }

    .interface {
        width: calc(100% + 0.3rem);
        padding: 0.15rem 0;
        margin-bottom: 0;
        border-radius: 0.1rem;
    }

    .interface-content {
        display: none;
    }

    .container .interface .interface-swiper {
        display: block;
        width: 100%;
        margin-top: 0.15rem;
        position: relative;
    }

    .container .interface .interface-swiper .swiper-wrapper {
        width: 100%;
    }

    .container .interface .interface-swiper .swiper-wrapper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        background-image: none !important;
        width: 0.4rem !important;
        height: 0.4rem !important;
        background-color: #51a24f;
        color: #FFF !important;
        border-radius: 50%;
    }

    .swiper-button-next:active,
    .swiper-button-prev:active {
        background-color: #51a24f;
        background-image: none;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 0.15rem !important;
        color: #fff;
    }

    .container .interface .interface-swiper .swiper-wrapper img {
        width: 50%;
    }

    .container .main .aboutus {
        width: 100%;
        padding: 0;
    }

    .footer {
        width: 100%;
        padding: 0.15rem 0.15rem 0.3rem;
        box-sizing: border-box;
        background-image: url("../images/footer-bg-m.jpg");
        background-size: 100% 100%;
        background-position: center center;
        flex-shrink: 0;
        color: #fff;
    }

    .footer-content_m {
        width: 100%;
        display: block !important;
    }

    .footer .logo {
        width: 2rem !important;
        padding: 0.1rem;
        background-color: #FFF;
        border-radius: 0.1rem;
    }

    .footer .left img {
        width: 1.5rem;
    }

    .footer .flex {
        display: flex;
        align-items: center;
    }

    .footer .phone img {
        width: 0.15rem;
        height: 0.15rem;
        margin-right: 0.06rem;
        margin-left: 0.05rem;
    }

    .footer .flex {
        margin-top: 0.08rem;
    }

    .footer .left p {
        margin-top: 0.05rem;
        font-size: 0.13rem;
    }

    .footer .phone {
        font-size: 0.16rem !important;
        font-weight: bold;
    }

    .footer .left {
        flex: 1;
    }

    .footer .footer-content {
        display: none;
    }

    .footer .right_m a {
        margin-left: 0.1rem;
        font-size: 0.14rem;
        padding: 0.03rem 0.1rem;
        border: 1px solid #fff;
        border-radius: 0.3rem;
    }

    .footer .qrcode {
        width: 0.8rem !important;
        border-radius: 0.1rem;
    }

    .footer .line {
        width: 1px;
        height: 0.5rem;
        margin: 0 0.2rem;
        background-color: #ffffff56;
    }

    .footer .zx {
        flex: 1;
        text-align: right;
    }

    .footer .zx a {
        font-size: 0.13rem;
        padding: 0.04rem 0.12rem;
        border: 1px #fff solid;
        border-radius: 0.2rem;
    }

    .el-input__inner {
        height: 0.25rem !important;
    }

    .el-input__icon {
        line-height: 0.25rem !important;
    }

    .ai-person {
        position: relative;
        width: 0.9rem;
        height: auto;
        margin-bottom: 0.1rem;
    }

    .ai-text {
        bottom: 0.04rem;
    }

    .ai-person p:first-child {
        font-size: 0.1rem;
    }

    .ai-person p {
        font-size: 0.08rem;
    }

    .float .contact {
        width: 0.6rem;
    }

    .float .contact p {
        font-size: 0.1rem;
    }

    .float .contact img {
        width: 0.25rem;
    }

    .float .contact .wx,
    .float .contact .phone {
        width: 100%;
        height: 0.6rem;
        background-color: #FFF;
        border-bottom: 1px dashed #e5e5e5;
        position: relative;
    }

    .float .contact .qrcode {
        width: 1.2rem;
        background-color: #FFF;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: -1.3rem;
        top: 0;
        display: none;
    }

    .float .contact .qrcode p {
        font-size: 0.1rem;
    }

    .float .contact .qrcode p {
        margin-bottom: 10px;
    }

    .float .contact .call {
        width: 1.2rem;
        height: 0.6rem;
        left: -1.3rem;
        top: 0;
        display: none;
    }

    .float .contact .qrcode img {
        width: 0.7rem;
        height: 0.7rem;
        margin-bottom: 10px;
    }

    .float .close {
        width: 0.2rem;
        height: 0.2rem;
        bottom: -0.3rem;
    }

    .popper-scrollbar-show .el-scrollbar .el-scrollbar__bar {
        opacity: 1 !important;
    }

    /*.popper-scrollbar-show .el-scrollbar .el-scrollbar__bar.is-vertical {*/
    /*    display: block !important;*/
    /*}*/

    /* 案例修改 */

  .anli {
    width: 100%;
    background-image: url("../images/zw-anli-bg-m.jpg");
    background-size: 100% 100%;
    /* background-position: center; */
  }
  .anli-content {
    display: none;
  }

  .anli-content-m {
    width: 100%;
    display: block;
    padding-top: 0.15rem;
  }

  .anli-content-m .item {
    /* box-shadow: 0 0 10px 0 #ccc; */
    height: 1.65rem;
    margin-bottom: 0.15rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }

  .anli-content-m .item:last-child {
    margin-bottom: 0;
  }

  .anli-content-m .anli-item-img-m {
    height: 50%;
    width: 100%;
  }

  .anli-content-m .anli-item-text-m {
    background-color: #fff;
    height: 50%;
  }
  .anli-content-m .title-m {
    font-size: 0.14rem;
    font-weight: bold;
    color: #1c44a6;
    text-align: center;
    padding-top: 0.06rem;
  }
  .anli-content-m .desc-m {
    font-size: 0.12rem;
    color: #666;
    margin-top: 0.06rem;
    padding: 0 0.08rem;
  }

  .container-main {
    padding: 0.15rem;
    min-height: calc(100vh - 2rem);
  }

  .container-main .wrap_detail .deta_tit {
    font-size: 0.22rem;
    text-align: justify;
    font-weight: bold;
  }

  .container-main .wrap_detail .deta_cont {
    padding: 0.1rem 0 0;
    margin-top: 0.1rem;
    font-size: 0.16rem !important;
    color: #4a4a4a !important;
    word-wrap: break-word !important;
    text-align: justify;
  }

  .show_pc {
    display: none !important;
  }

  .list-container {
    padding-top: 0.6rem;
  }
}