/*
 * @Inc: https://www.hz-xg.com/
 * @Author: fegq
 * @Descripttion: this is global style.
 * @version: v0.0.1
 * @Date: 2020-11-03 17:12:21
 * @LastEditors: fegq
 * @LastEditTime: 2021-09-14 17:15:34
 */
/*
common property
*/
/*
common methods
*/
.img {
  display: inline-block;
  width: 100%;
  height: auto;
}

@-webkit-keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@keyframes imgScaling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
table {
  width: 100%;
}
@media all and (max-width: 750px){
  *{
    -webkit-transition: all .5s !important;
    transition: all 0s !important;
  }
  html{
    font-size: calc(100vw / 7.5);
  }
}
@media all and (min-width: 751px){
  html{
    font-size: calc(100vw * 0.00833333333333333);
  }
}
@media all and (max-width: 1280px) and (min-width: 993px) {
    .headerp .hot-line{
        display: none;
    }
    .container .cont-plate1 .plate1-cent .cent-menu .menu-list{
        height:10rem;
    }
    .container .cont-plate1 .plate1-cent .cnet-box{
        height:40rem;
    }
}
@media all and (max-width: 992px) and (min-width: 319px) {
    .m-confirm {
	    visibility: visible;
		width: 1rem;
	    opacity: 1;
	    z-index: 23;
	}
	.m-confirm .m-confirm__item {
	    width: 1rem;
		height: 1rem;
		padding-top: .15rem;
	    padding-bottom: .15rem;
	}
	.m-confirm .m-confirm__item .icon-zixun {
	    width: .6rem;
	    height: .6rem;
	    right: .18rem;
	    background-position-x: center;
	}
	.m-confirm .m-confirm__item .icon-dianhua {
        width: .6rem;
	    height: .6rem;
	    right: .18rem;
	    background-position-x: center;
	}
	.m-confirm .m-confirm__item:before {
	    content: "";
	    position: absolute;
	    width: .9rem;
	    left: .1rem;
	    top: 0;
	    height: 1px;
	    background-color: #fff;
	    background-color: rgba(255,255,255,0.3);
	}
	.m-confirm .m-confirm__item:first-child {
	    border-radius: .1rem 0 0;
	}
	.m-confirm .m-confirm__item:last-child {
	    border-radius: 0 0 0 .1rem;
	}
	.m-confirm .m-confirm__item p {
	    margin-top: 2.5rem;
	}
	.m-confirm .m-confirm__item p,.m-confirm .m-confirm__item .content {
	    display: none;
	}
    .return_top{
        width: 1rem;
        height: 0.7rem;
        bottom: 1.25rem;
        border-radius: .1rem 0 0 .1rem;
    }
    .return_top .to-top {
        width: .5rem;
        height: .6rem;
        margin: .09rem auto;
    }
  .scroll-box::-webkit-scrollbar {
    width: 0.1rem;
    height: 0.1rem;
  }

  .scroll-box::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    -webkit-box-shadow: inset 0 0 0.05rem #333;
            box-shadow: inset 0 0 0.05rem #333;
    background: #333;
  }

  .scroll-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0.05rem white;
            box-shadow: inset 0 0 0.05rem white;
    border-radius: 0.1rem;
    background: white;
  }

  .scroll-scenes::-webkit-scrollbar {
    width: 0.06rem;
    height: 0.1rem;
    border: 0.02rem solid rgba(202, 211, 238, 0.7);
    border-radius: 0.025rem;
  }

  .scroll-scenes::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: #8d9fd6;
  }

  .scroll-scenes::-webkit-scrollbar-track {
    border-radius: 0.1rem;
    background: transparent;
  }

  .scroll-search::-webkit-scrollbar {
    width: 0.06rem;
    height: 0.1rem;
    border: 0.02rem solid transparent;
    border-radius: 0.025rem;
  }

  .scroll-search::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: rgba(0, 0, 0, 0.4);
  }

  .scroll-search::-webkit-scrollbar-track {
    border-radius: 0.1rem;
    background: transparent;
  }

  .scroll-ind::-webkit-scrollbar {
    width: 0.06rem;
    height: 0.1rem;
    border: 0.02rem solid transparent;
    border-radius: 0.025rem;
  }

  .scroll-ind::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    background: transparent;
  }

  .scroll-ind::-webkit-scrollbar-track {
    border-radius: 0.1rem;
    background: transparent;
  }

  #pc-header,
  #pc-footer,
  .gotop {
    display: none;
  }

  #m-header,
  #m-footer,
  #navs {
    display: block;
  }

  #m-footer {
    padding: 0;
    background: none;
  }
  footer {
    padding: 0;
    background: unset;
  }

  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 95%;
  }

  header.fixed,
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1rem;
    background: #00000080;
    -webkit-box-shadow: 0 0 0.09rem 0 #999;
            box-shadow: 0 0 0.09rem 0 #999;
    z-index: 999;
  }

  header {
    height: 1rem;
    background: #222;
    border-bottom: none;
    -webkit-box-shadow: 0 0 0.09rem 0 #999;
            box-shadow: 0 0 0.09rem 0 #999;
  }

  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 1rem;
  }
  .header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
    height: 0.6rem;
  }
  .header .header-logo img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: unset;
    width: unset;
    height: 100%;
  }
  .header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 0.5rem;
    height: 0.3rem;
  }
  .header .header-menu span {
    position: relative;
    display: inline-block;
    width: 0.5rem;
    height: 0.05rem;
    background: white;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0.05rem;
  }
  .header .header-menu span::before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 0.1rem;
    height: 0.05rem;
    background-color: transparent;
  }
  .header .header-menu span::after {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 0.05rem;
    height: 0.05rem;
    background: white;
    border-radius: 50%;
  }
  .header .header-menu.active span::before {
    display: none;
  }
  .header .header-menu.active span::after {
    display: none;
  }
  .header .header-menu.active span:nth-child(1) {
    width: 0.5rem;
    -webkit-transform: rotate(40deg) translateY(0.12rem) translateX(0.06rem);
            transform: rotate(40deg) translateY(0.12rem) translateX(0.06rem);
  }
  .header .header-menu.active span:nth-child(2) {
    display: none;
  }
  .header .header-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-40deg) translateY(-0.12rem) translateX(0.06rem);
            transform: rotate(-40deg) translateY(-0.12rem) translateX(0.06rem);
  }
  @-webkit-keyframes rotatefresh {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      -webkit-transition: 1s;
      transition: 1s;
    }
  }
  @keyframes rotatefresh {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      -webkit-transition: 1s;
      transition: 1s;
    }
  }
  nav#navs {
    visibility: hidden;
    position: fixed;
    top: 1rem;
    right: -100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.2rem 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1111;
    -webkit-box-shadow: 0 0 0.02rem 0.02rem #c9c9c9;
            box-shadow: 0 0 0.02rem 0.02rem #c9c9c9;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  nav#navs h2 {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  nav#navs > ul {
    position: fixed;
    top: 1.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 1rem auto;
    width: 100%;
    height: calc(100vh - 100px);
  }
  nav#navs > ul li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.5rem;
    line-height: 0.8rem;
    border-bottom: 0.01rem solid #ccc;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  nav#navs > ul li a {
    position: relative;
    top: -0.1rem;
    display: inline-block;
    width: 90%;
    font-size: 0.28rem;
    color: #0c111c;
  }
  nav#navs > ul li i {
    position: absolute;
    right: 0.25rem;
    font-size: 0.3rem;
    color: #555;
    top: 0.15rem;
  }
  nav#navs > ul li i::before {
    content: "\ea27";
  }
  nav#navs > ul li > ul {
    display: none;
  }
  nav#navs > ul li > ul > li a {
    top: -0.08rem;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  nav#navs > ul li > ul > li.active {
    color: #555;
  }
  nav#navs > ul li > ul > li.active > a {
    color: #555;
  }
  nav#navs > ul li > ul > li:last-child {
    border-bottom: none;
  }
  nav#navs > ul li > ul > li::after {
    display: none;
  }
  nav#navs > ul li.active {
    color: #555;
    font-size:
  }
  nav#navs > ul li.active i {
    color: #0c111c;
  }
  nav#navs > ul li.active i::before {
    content: "\ea24";
  }
  nav#navs > ul li.active > a {
    color: #555;
  }
  nav#navs > ul li.active::before {
    border-bottom: none;
  }
  nav#navs.show {
    visibility: visible;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99;
  }
  nav#navs.fixed {
    position: fixed;
  }
  .ny-banner {
        height: 7rem;
        padding-top:0px;
        position: relative;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        transition: all ease .5s;
    }
    .ny-banner .container {
        position: relative;
        height: 100%;
    }
    .ny-banner .cont {
        position: absolute;
        display: flex;
        color: #fff;
        align-content: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        max-width: 100rem;
        z-index: 2;
        margin: auto;
        color: #fff;
    }
	.ny-banner .cont h2 {
		font-size: .5rem;
	}
    .ny-banner .cont.text-center {
        width: 100%;
        height: 100%;
        bottom: unset;
        text-align: center;
    }
	.ny-banner .cont .cont-space {
		font-size: .3rem;
		line-height: .5rem;
    	margin-top: .2rem;
	}

  .nav-modal{
    background: rgba(21,22,35,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    display: none;
  }
  .nav-modal.nav-show{
    display: block;
  }
  .full-crumbs {
	    position: relative;
	    z-index: 10;
	    width: 100%;
	    height: 1rem;
	    margin-top: -1rem;
	    box-sizing: content-box;
	    background-color: rgba(0,0,0,.5);
	}
    .full-crumbs .crumbs {
        font-size: .25rem;
        color: #fff;
        padding: 0;
        padding-left: .1rem;
        line-height: 1rem;
    }
    .full-crumbs .crumbs a, .full-crumbs .crumbs i, .full-crumbs .crumbs span {
        font-size: .25rem;
        color: #fff;
        line-height: 1rem;
        margin: 0 .1rem;
    }


  .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0 !important;
    padding: 0.4rem 0 !important;
    width: 100%;
    height: auto;
    font-family: 'sourceLight';
    color: #333;
    background-color: #3db18e;
    font-size: 0.2rem !important;
    border-top: 0.02rem solid rgba(153, 153, 153, 0.2);
  }
  .footer-copyright p {
    height: 0.5rem !important;
    line-height: 0.5rem !important;
    font-size: 0.2rem !important;
  }
  .footer-copyright p .footer-logo {
    position: relative;
    top: 0.05rem !important;
    margin-left: 0.05rem !important;
    display: inline-block;
    width: 0.8rem !important;
    height: 0.26rem !important;
    background: no-repeat url("../images/logo-xghl.png") center !important;
    background-size: cover !important;
  }

  /* footer nav*/
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1.08rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    background: #282E6C;
    opacity: 1;
    z-index: 999;
  }
  .footer-nav a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    height: 100%;
    color: white;
    font-size: 0.24rem;
    text-align: center;
    line-height: 1.55rem;
    line-height: 0.3rem;
    font-weight: bold;
  }
  .footer-nav a i{
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-top: 0.1rem;
    display: block;
    text-align: center;
    margin-bottom: 0.05rem;
  }
  /* .footer-nav a.footer-nav-map {
    background: url("../images/bottom_map.png") no-repeat center 0.12rem;
    background-size: 0.32rem 0.46rem;
  } */
  .footer-nav a.footer-nav-tel {
    border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
    border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
    /* background: url("../images/bottom_tel.png") no-repeat center 0.17rem;
    background-size: 0.38rem; */
  }
  /* .footer-nav a.footer-nav-top {
    background: url("../images/bottom_top.png") no-repeat center 0.26rem;
    background-size: 0.67rem 0.28rem;
  } */
  .footer-nav.fixed {
    position: fixed;
  }

  main {
    width: 100%;
    font-size: 0.32rem;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .scale-video {
    -webkit-animation: none;
    animation: none;
  }
  .modal {
    background: rgba(0, 0, 0, 0.8);
  }
  .modal div {
    width: 90%;
    height: 5rem;
    -webkit-transition: none;
    transition: none;
  }
  .modal div .modal-close {
    position: fixed;
    right: 0.3rem;
    top: 0.3rem;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
  }
  .modal div video {
    width: 100%;
    height: unset;
  }

  .block-title {
    margin: 0 auto;
    padding: 0.55rem 0 0.3rem;
    width: 90%;
    text-align: center;
  }
  .block-title h3 {
    margin-bottom: 0.2rem;
    color: #1b1b1b;
    font-size: 0.36rem;
    line-height: 2;
    font-weight: normal;
  }
  .block-title p {
    color: #666;
    font-size: 0.26rem;
    line-height: 1.8;
    font-weight: normal
  }

  .banner .banner-text {
    right: 2%;
    top: 8%;
    width: 80%;
  }
  .banner .banner-text h3 {
    font-size: 0.42rem;
  }
  .banner .banner-text p {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.22rem;
  }
  .banner .banner-text span {
    width: 1.92rem;
    height: 0.54rem;
    line-height: 0.54rem;
    font-size: 0.24rem;
    border-radius: 0.27rem;
    border: 0.02rem solid white;
  }
  .banner .banner-page {
    bottom: 8%;
    right: 3%;
    width: 1.33rem;
    height: 0.55rem;
  }
  .banner .banner-page .banner-prev,
  .banner .banner-page .banner-next {
    width: 0.46rem;
    height: 0.46rem;
  }
  .banner .banner-page .banner-prev {
    top: 0.22rem;
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .banner .banner-page .banner-next {
    right: 0.0rem;
    top: 0.26rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .banner .banner-mouse {
    display: none;
  }

  main section .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .scenes .block-content {
    padding: 0.3rem 0;
    height: auto;
    background: #223b64;
    overflow: hidden;
  }
  .scenes .block-content .scenes-left {
    margin-bottom: 0.3rem;
    float: none;
    width: 100%;
    height: auto;
  }
  .scenes .block-content .scenes-left .scenes-left-icon {
    padding-left: 0.45rem;
    height: 0.95rem;
  }
  .scenes .block-content .scenes-left .scenes-left-icon span {
    width: 0.29rem;
    height: 0.29rem;
  }
  .scenes .block-content .scenes-left .scenes-nav li {
    padding: 0 0.45rem;
    height: 0.9rem;
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.22);
  }
  .scenes .block-content .scenes-left .scenes-nav li a {
    font-size: 0.28rem;
  }
  .scenes .block-content .scenes-left .scenes-nav li i {
    border: 0.1rem solid transparent;
    border-left: 0.14rem solid white;
  }
  .scenes .block-content .scenes-left .scenes-nav li:hover i, .scenes .block-content .scenes-left .scenes-nav li.active i {
    left: -0.1rem;
    top: 0.05rem;
    border-left: 0.1rem solid transparent;
    border-top: 0.14rem solid white;
  }
  .scenes .block-content .scenes-right {
    float: none;
    width: 100%;
  }
  .scenes .block-content .scenes-right .scenes-right-img {
    float: none;
    width: 100%;
    height: auto;
  }
  .scenes .block-content .scenes-right .scenes-right-img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .scenes .block-content .scenes-right .scenes-right-des {
    float: none;
    margin: 0.2rem auto;
    padding: 0.4rem;
    width: 100%;
    height: 9rem;
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item {
    margin-bottom: 0.1rem;
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-title {
    margin-bottom: 0.2rem;
    width: 2rem;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 0.24rem;
    font-size: 0.3rem;
    border: 0.02rem solid white;
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-content {
    margin-bottom: 0.2rem;
    font-size: 0.26rem;
  }

  .industry .block-content {
    padding: 0.65rem 0 0.85rem 0;
  }
  .industry .industry-top {
    margin-bottom: 0.7rem;
    padding-bottom: 0.15rem;
    width: 100%;
    height: auto;
  }
  .industry .industry-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: .2rem;
    width: 100%;
    height: auto;
  }
  .industry .industry-nav a {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    width: 3.2rem;
    height: 0.85rem;
    line-height: 0.85rem;
    border-radius: 0.04rem;
  }
  .industry .industry-nav a img {
    margin-right: 0.35rem;
    width: 0.35rem;
    height: 0.3rem;
  }
  .industry .industry-content .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .industry .industry-content .swiper-slide .industry-left {
    margin-bottom: 0.2rem;
    padding: 0.7rem 0.5rem;
    width: 100%;
    height: auto;
    border-radius: 0.08rem;
  }
  .industry .industry-content .swiper-slide .industry-left h4 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .industry .industry-content .swiper-slide .industry-left div {
    margin-bottom: 0.4rem;
    font-size: 0.24rem;
  }
  .industry .industry-content .swiper-slide .industry-left a {
    width: 1.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    border: 0.02rem solid rgba(51, 51, 51, 0.52);
  }
  .industry .industry-content .swiper-slide .industry-right {
    right: 0;
    width: 100%;
    height: auto;
    border: 0.08rem;
  }
  .industry .industry-content .swiper-slide .industry-right img {
    width: 100%;
    height: auto;
  }
  .industry .industry-content .industry-page {
    left: 40%;
    width: 2.2rem;
    height: 0.92rem;
    border-radius: 0.06rem;
  }
  .industry .industry-content .industry-page div {
    position: relative;
    top: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .industry .industry-content .industry-page div.swiper-button-prev {
    margin-right: 0.2rem;
  }

  .search .search-ls > li {
    margin-bottom: 0.6rem;
    margin-right: 0;
    width: 100%;
    height: 2.64rem;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.11);
  }
  .search .search-ls > li .search-ls-left {
    position: relative;
    width: 38%;
    height: 2.64rem;
  }
  .search .search-ls > li .search-ls-left span {
    position: absolute;
    top: -0.2rem;
    left: 0.15rem;
    width: 1.2rem;
    height: 0.41rem;
    line-height: 0.41rem;
    font-size: 0.24rem;
    border-radius: 0.02rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top {
    padding: 0.2rem 0.25rem;
    height: 2.1rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-con {
    padding-right: 0.1rem;
    height: 1.2rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li a {
    height: 0.4rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li b {
    width: 0.19rem;
    height: 0.11rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li .text-flow  {
    width: 3rem;
    font-size: 0.2rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li i {
    width: 0.21rem;
    height: 0.2rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-con li:first-child b {
    width: 0.22rem;
    height: 0.26rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-top .search-ls-more {
    font-size: 0.18rem;
    line-height: 2;
  }
  .search .search-ls > li .search-ls-right .search-ls-swp{
    height: 0.54rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-bot {
    padding: 0 0.1rem;
    line-height: 0.54rem;
    height: 0.54rem;
    border-radius: 0.04rem;
    font-size: 0.16rem;
  }
  .search .search-ls > li .search-ls-right .search-ls-bot span i {
    margin: 0 0.03rem;
  }
  .search .search-ls > li:nth-child(3), .search .search-ls > li:nth-child(4) {
    margin-bottom: 0.6rem;
  }

  .exp .block-content {
    padding-top: 1.15rem;
    padding-bottom: 0.4rem;
    margin-top: unset;
  }
  .exp .block-content .inner {
    padding-bottom: 3rem;
  }
  .exp .block-content .inner .exp-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .exp .block-content .inner .exp-top .exp-top-video {
    margin-bottom: 0.5rem;
    height: auto;
  }
  .exp .block-content .inner .exp-top .exp-top-video img {
    width: 1.64rem;
    height: 1.64rem;
  }
  .exp .block-content .inner .exp-top .exp-top-box {
    padding: 0.2rem 0.4rem;
    width: 100%;
    height: auto;
    border-radius: 0.04rem;
  }
  .exp .block-content .inner .exp-top .exp-top-box .exp-box-title {
    padding-bottom: 0.07rem;
    font-size: 0.38rem;
    line-height: 2;
    border-bottom: 0.02rem solid rgba(0, 0, 0, 0.11);
  }
  .exp .block-content .inner .exp-top .exp-top-box .descs {
    text-align: left;
    position: relative;
    height: 4rem;
    overflow-y: auto;
    font-size: 0.25rem;
    line-height: 0.45rem;
    color: #333;
}
  .exp .block-content .inner .exp-top .exp-top-box ul {
    padding: 0.3rem 0;
  }
  .exp .block-content .inner .exp-top .exp-top-box ul li {
    margin-bottom: 0.4rem;
    width: 33%;
  }
  .exp .block-content .inner .exp-top .exp-top-box ul li i {
    width: 0.42rem;
    height: 0.37rem;
  }
  .exp .block-content .inner .exp-top .exp-top-box ul li span {
    margin: 0.1rem auto;
    font-size: 0.24rem;
  }
  .exp .block-content .inner .exp-top .exp-top-box ul li strong {
    font-weight: bold;
    font-size: 0.24rem;
  }
  .exp .block-content .inner .exp-bot {
    padding: 0 0.5rem;
    width: 100%;
    height: 2.75rem;
    border-radius: 0.04rem;
    flex-direction: column;
  }
  .exp .block-content .inner .exp-bot span {
      margin: 0 auto;
      width: 25%;
      font-size: 0.28rem;
      line-height: 0.5rem;
  }
  .exp .block-content .inner .exp-bot form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .exp .block-content .inner .exp-bot form input {
    margin-bottom: 0.15rem;
    margin-right: 0.35rem;
    padding: 0 0.25rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    line-height: normal;
    -webkit-appearance: none;
  }
  .exp .block-content .inner .exp-bot form input:focus {
    -webkit-box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.55);
            box-shadow: 0 0 0.1rem rgba(255, 255, 255, 0.55);
  }
  .exp .block-content .inner .exp-bot form input[type="submit"] {
    margin-bottom: 0;
    width: 100%;
    font-size: 0.28rem;
    color: white;
    cursor: pointer;
  }
  .exp .block-content .inner .exp-bot form input[type="submit"]:focus, .exp .block-content .inner .exp-bot form input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 10px rgba(234, 125, 67, 0.55);
            box-shadow: 0 0 10px rgba(234, 125, 67, 0.55);
  }

  .kitchen {
    background: no-repeat url("../images/bg12.png") center center;
    background-size: cover;
  }
  .kitchen .block-content .kitchen-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .kitchen .block-content .kitchen-item {
    padding: 0.3rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.22);
  }
  .kitchen .block-content .kitchen-item .kitchen-item-top {
    height: 0.77rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-top i {
    margin-right: 0.24rem;
    width: 0.77rem;
    height: 0.77rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-top span {
    font-size: 0.26rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-bot {
    margin-top: 0.2rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-bot p {
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-bot p img {
    width: 65%;
    height: auto;
  }
  .kitchen .block-content .kitchen-left {
    margin-bottom: 0.2rem;
    padding-right: 0;
    width: 100%;
    height: auto;
    border-radius: 0.04rem;
  }
  .kitchen .block-content .kitchen-mid {
    margin-bottom: 0.2rem;
    width: 100%;
    height: auto;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 0.2rem;
    height: auto;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2), .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(3) {
    position: relative;
    width: 100%;
    height: auto;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2) {
    margin-bottom: 0.2rem;
    margin-right: 0.06rem;
  }
  .kitchen .block-content .kitchen-right {
    margin-left: 0;
    padding: 0.5rem 0.4rem;
    width: 100%;
    height: auto;
    border-radius: 0.04rem;
  }
  .kitchen .block-content .kitchen-right h4 {
    margin-bottom: 0.68rem;
    font-size: 0.32rem;
  }
  .kitchen .block-content .kitchen-right form input,
  .kitchen .block-content .kitchen-right form select {
    margin-bottom: 0.22rem;
    padding: 0 0.2rem;
    height: 0.67rem;
    line-height: 0.67rem;
    font-size: 0.28rem;
    border-radius: 0.04rem;
    -webkit-appearance: none;
    line-height: normal;
  }
  .kitchen .block-content .kitchen-right form input:focus {
    -webkit-box-shadow: 0 0 0.1rem rgba(213, 218, 232, 0.55);
            box-shadow: 0 0 0.1rem rgba(213, 218, 232, 0.55);
  }
  .kitchen .block-content .kitchen-right form .fmbtn,
  .kitchen .block-content .kitchen-right form input[type="submit"] {
    margin-top: 0.3rem;
    height: 0.76rem;
    font-size: 0.3rem;
    line-height: 0.76rem;
  }
  .kitchen .block-content .kitchen-right form .fmbtn:hover,
  .kitchen .block-content .kitchen-right form input[type="submit"]:hover, .kitchen .block-content .kitchen-right form input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 0.1rem rgba(213, 218, 232, 0.55);
            box-shadow: 0 0 0.1rem rgba(213, 218, 232, 0.55);
  }
  .kitchen .block-content .kitchen-right::before {
    right: 0.4rem;
    top: 0.1rem;
    width: 0.9rem;
    height: 1.21rem;
  }
  .kitchen .kitchen-bot {
    margin-top: 0.6rem;
    padding: 0.8rem 0;
  }
  .kitchen .kitchen-bot h4 {
    font-size: 0.48rem;
  }
  .kitchen .kitchen-bot p {
    font-size: 0.32rem;
  }
  .kitchen .kitchen-bot .kitchen-ls {
    margin-top: 0.55rem;
  }
  .kitchen .kitchen-bot .kitchen-ls li span, .kitchen .kitchen-bot .kitchen-ls li strong {
    width: 1.1rem;
  }
  .kitchen .kitchen-bot .kitchen-ls li strong {
    font-size: 0.36rem;
    text-shadow: -2px -1px 20px white;
  }
  .kitchen .kitchen-bot .kitchen-ls li strong i {
    font-size: 0.2rem;
  }
  .kitchen .kitchen-bot .kitchen-ls li span {
    margin-top: 0.24rem;
    font-size: 0.24rem;
  }
  .kitchen .kitchen-bot .kitchen-ls li::after {
    margin-top: -0.35rem;
    width: 0.02rem;
    height: 0.7rem;
  }

  .news .block-content {
    padding-bottom: 0;
  }
  .news .news-left {
    float: none;
    margin-right: 0;
    margin-bottom: 0.3rem;
    width: 100%;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.22);
            box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.22);
  }
  .news .news-left a{
    width: 100%;
  }
  .news .news-left .news-left-img {
    /* height: 2.96rem; */
    height: auto;
  }
  .news .news-left .news-left-bot {
    padding: 0.3rem;
  }
  .news .news-left .news-left-bot h4 {
    font-size: 0.36rem;
    line-height: .8rem;
  }
  .news .news-left .news-left-bot p {
    font-size: 0.26rem;
    line-height: .4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .news .news-left .news-left-bot .newsmore {
    display: none;
    padding: 0.1rem;
    border: 0.03rem solid #009966;
    border-radius: 0.4rem;
    color: #009966;

    width: 2.0rem;
    height: 0.6rem;
    margin-top: 0.6rem;
    font-size: 0.25rem;
    text-align: center;
    line-height: 0.4rem;
  }
  .news .news-right {
    float: none;
    padding: 0.35rem 0;
    width: 100%;
    text-align: center;
  }
  .news .news-right .news-ls li {
    padding: 0.15rem;
    height: 2.2rem;
    border-bottom: 0.02rem solid rgba(0, 0, 0, 0.14);
  }
  .news .news-right .news-ls li a .news-ls-date {
    position: relative;
    margin-right: 0.2rem;
    padding-right: 0.2rem;
  }
  .news .news-right .news-ls li a .news-ls-date strong {
    margin-bottom: 0.05rem;
    font-size: 0.48rem;
  }
  .news .news-right .news-ls li a .news-ls-date span {
    font-size: 0.3rem;
  }
  .news .news-right .news-ls li a .news-ls-date::after {
    margin-top: -0.42rem;
    width: 0.02rem;
    height: 0.84rem;
  }
  .news .news-right .news-ls li a .news-ls-info {
    max-width: 75%;
  }
  .news .news-right .news-ls li a .news-ls-info h4 {
    font-size: 0.36rem;
  }
  .news .news-right .news-ls li a .news-ls-info p {
    font-size: 0.26rem;
    line-height: .4rem;
  }
  .news .news-right .news-ls li:hover {
    -webkit-box-shadow: 0 0 0.1rem rgba(12, 17, 28, 0.4);
            box-shadow: 0 0 0.1rem rgba(12, 17, 28, 0.4);
  }
  .news .news-right .swiper-pagination {
    left: 30%;
    bottom: 0.6rem;
  }
  .news .news-right .swiper-pagination span.swiper-pagination-bullet {
    margin-right: 0.2rem;
    width: 0.4rem;
    height: 0.2rem;
    border-radius: .1rem;
  }
  .news .news-right .swiper-pagination span.swiper-pagination-bullet-active {
    width: 0.2rem !important;
  }
  .news .news-right .news-more {
    font-size: 0.3rem;
    left: 0.38rem;
  }

  .banner .banner-name {
    position: absolute;
    top: 35%;
    left: 0.25rem;
    margin-left: 0;
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 0.46rem;
  }
  .banner .banner-name.bot {
    padding-bottom: 0;
  }
  .banner .banner-name.bot::after {
    display: none;
  }
  .banner .banner-name.des {
    top: 25%;
  }
  .banner .banner-name.des strong {
    font-weight: normal;
  }
  .banner .banner-name.des span {
    position: absolute;
    bottom: -0.65rem;
    font-size: 0.32rem;
    line-height: 1.1875;
  }

  .child-nav {
    margin: 0.55rem auto 0.66rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 0.69rem;
    border-bottom: 0.02rem solid #ccc;
  }
  .child-nav .child-nav-left {
    width: 1.8rem;
    font-size: 0.3rem;
    line-height: 1.2666666667;
  }
  .child-nav .child-nav-right {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0.3rem;
    width: auto;
    height: 100%;
    font-size: 0.24rem;
  }

  .child-form {
    margin-top: 0.6rem;
    padding: 0.5rem 0;
  }
  .child-form .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .child-form .inner span {
    margin-right: 0.2rem;
    width: 13%;
    height: 100%;
    text-align: center;
    font-size: 0.36rem;
  }
  .child-form .inner form {
    position: relative;
    top: 0.15rem;
    width: 85%;
  }
  .child-form .inner form input {
    margin-bottom: 0.25rem;
    margin-right: 0;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    -webkit-appearance: none;
  }
  .child-form .inner form input[type="submit"] {
    width: 100%;
    height: 0.8rem;
    font-size: 0.28rem;
    -webkit-appearance: none;
  }

  .child-item {
    padding-bottom: 0.38rem;
  }

  .child-page {
    padding: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 0.7rem;
  }
  .child-page li {
    margin-right: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border-radius: 0.02rem;
    border: 0.01rem solid #8990d6;
    -webkit-box-shadow: 0 0 0.1rem rgba(94, 105, 215, 0.2);
            box-shadow: 0 0 0.1rem rgba(94, 105, 215, 0.2);
  }
  .child-page li a {
    font-size: 0.2rem;
  }

  .child-item-title,
  .about-item-title {
    margin-bottom: 0.3rem;
  }
  .child-item-title h3,
  .about-item-title h3 {
    margin-bottom: 0.2rem;
    font-size: 0.36rem !important;
    line-height: 1.3;
  }
  .child-item-title p,
  .about-item-title p {
    font-size: 0.3rem;
    line-height: 1.3;
  }

  .child-item-title {
    padding-top: 0.55rem;
  }

 /* .child-about .about-item .about-item-title h3 {
    font-size: 0.36rem;
    line-height: 1.1875;
  }*/
  .child-about .about-item .about-item-title p {
    font-size: 0.24rem;
    font-weight: normal;
  }
  .child-about .about-item .about-item-content .about-item-des {
    padding-bottom: 0.3rem;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .child-about .about-item .about-item-content .about-item-des p {
    margin-bottom: 0.2rem !important;
  }
  .child-about .about-item .about-item-content .about-item-des img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    max-width: 100% !important;
    height: auto !important;
  }
  .child-about .about-item .about-item-content .adv-ls {
    margin-bottom: 0.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .child-about .about-item .about-item-content .adv-ls li {
    float: left;
    margin-bottom: 0.4rem;
    margin-right: 0.1rem;
    width: 3.4rem;
    height: 5.15rem;
  }
  .child-about .about-item .about-item-content .adv-ls li .adv-ls-img {
    height: 3.55rem;
  }
  .child-about .about-item .about-item-content .adv-ls li .adv-ls-img span {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.2rem;
  }
  .child-about .about-item .about-item-content .adv-ls li .adv-ls-img span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.6rem;
    margin-top: -0.6rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
  }
  .child-about .about-item .about-item-content .adv-ls li .adv-ls-img img {
    width: 100%;
    height: 2.78rem;
  }
  .child-about .about-item .about-item-content .adv-ls li .adv-ls-name {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.1rem 0.2rem;
    height: 1.6rem;
    -webkit-box-shadow: 0 0 0.15rem rgba(14, 23, 56, 0.1);
            box-shadow: 0 0 0.15rem rgba(14, 23, 56, 0.1);
  }
  .child-about .about-item .about-item-content .adv-ls li .adv-ls-name span {
    font-size: 0.24rem;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .child-about .about-item .about-item-content .adv-ls li:nth-child(4n), .child-about .about-item .about-item-content .adv-ls li:last-child {
    margin-right: 0;
  }
  .child-about .about-item .about-item-content .adv-ls li:hover {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
  }
  .child-about .about-item .about-item-content .adv-ls li:hover .adv-ls-name {
    -webkit-box-shadow: 0 0 0.15rem rgba(14, 23, 56, 0.3);
            box-shadow: 0 0 0.15rem rgba(14, 23, 56, 0.3);
  }
  .child-about .about-develop {
    padding-top: 0.65rem;
    padding-bottom: 1.08rem;
  }
  .child-about .about-develop .dev-img img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-about .about-honor {
    padding: 0.8rem 0;
  }
  .child-about .about-honor .dev-img {
    width: 100%;
    height: auto;
  }
  .child-about .about-honor .dev-img img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-about .about-contact {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  .child-about .about-contact .about-addr-ls {
    margin-bottom: 0.55rem;
  }
  .child-about .about-contact .about-addr-ls li {
    float: none;
    width: 100%;
    font-size: 0.26rem;
    line-height: 3.1111111111;
  }
  .child-about .about-contact .about-addr-ls li span {
    font-size: 0.24rem;
    line-height: 3.5;
  }
  .child-about .about-contact .about-contact-bot .about-contact-map {
    float: none;
    width: 100%;
    height: 3.78rem;
    overflow: hidden;
  }
  .child-about .about-contact .about-contact-bot .about-contact-map iframe {
    width: 100%;
    height: 100%;
  }
  .child-about .about-contact .about-contact-bot .about-contact-ls {
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.4rem;
    width: 100%;
    height: 2.78rem;
  }
  .child-about .about-contact .about-contact-bot .about-contact-ls p {
    font-size: 0.26rem;
    line-height: 2.1538461538;
  }
  .child-about .about-contact .about-contact-bot .about-contact-ls p i {
    position: relative;
    top: 0.05rem;
    margin-right: 0.2rem;
    width: 0.26rem;
    height: 0.26rem;
  }

  .child-news .news-ls {
    margin-bottom: 0.6rem;
  }
  .child-news .news-ls li {
    padding: 0.18rem 0;
    height: 2.26rem;
    border-top: 0.02rem solid #e4e6f0;
  }
  .child-news .news-ls li a {
    position: relative;
  }
  .child-news .news-ls li a .news-ls-left {
    max-width: 100%;
    width: 100%;
  }
  .child-news .news-ls li a .news-ls-left .news-ls-img {
    width: 3.8rem;
    height: 2rem;
    border-radius: 0.04rem 0 0 0.04rem;
    min-width: 3.8rem;
  }
  .child-news .news-ls li a .news-ls-left .news-ls-img img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .child-news .news-ls li a .news-ls-left .news-ls-name {
    position: relative;
    top: -0.2rem;
    margin-left: 0.2rem;
    padding: 0.15rem 0;
    width: calc(100% - 4rem);
  }
  .child-news .news-ls li a .news-ls-left .news-ls-name .news-ls-title {
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
  }
  .child-news .news-ls li a .news-ls-left .news-ls-name .news-ls-des {
    font-size: 0.16rem;
    line-height: 1.625;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .child-news .news-ls li a .news-ls-right {
    position: absolute;
    left: 3.6rem;
    left: 4rem;
    bottom: -0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
    width: auto;
    width: calc(100% - 4rem);
  }
  .child-news .news-ls li a .news-ls-right small {
    margin-bottom: 0.15rem;
    display: block;
    width: calc(100% - 1.53rem);
    font-size: 0.2rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .child-news .news-ls li a .news-ls-right span {
    margin-left: -0.1rem;
    width: 1.53rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.18rem;
    border: 0.01rem solid #666;
    border-radius: 0.24rem;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .child-news .news-ls li:last-child {
    border-bottom: 0.02rem solid #e4e6f0;
  }

  .child-case .case-img {
    padding: 0.2rem 0;
    width: 100%;
    height: auto;
    background: #f6f6f6;
    text-align: center;
  }
  .child-case .case-img img {
    display: inline-block;
    max-width: 95%;
    width: 100%;
    height: auto;
  }
  .child-case .child-content .case-left {
    margin-bottom: 0.5rem;
    float: none;
    width: 100%;
    height: auto;
  }
  .child-case .child-content .case-left a {
    float: left;
    display: block;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0 0.2rem;
    width: 0.64rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.24rem;
    border-radius: 0.02rem;
  }
  .child-case .child-content .case-right {
    float: none;
    max-width: 100%;
  }
  .child-case .child-content .case-right .cases-ls {
    margin-bottom: 0.4rem;
  }
  .child-case .child-content .case-right .cases-ls li {
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    float: left;
    width: 3.4rem;
    height: 3.9rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
            box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
  }
  .child-case .child-content .case-right .cases-ls li a {
    border-radius: 0.04rem;
  }
  .child-case .child-content .case-right .cases-ls li a .cases-ls-img {
    height: 2.17rem;
  }
  .child-case .child-content .case-right .cases-ls li a .cases-ls-name {
    padding: 0.2rem;
    height: 1.75rem;
  }
  .child-case .child-content .case-right .cases-ls li a .cases-ls-name .cases-ls-title {
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .child-case .child-content .case-right .cases-ls li a .cases-ls-name .cases-ls-des {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .child-case .child-content .case-right .cases-ls li a .cases-ls-name .cases-ls-more {
    width: 1.63rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border-radius: 0.25rem;
    font-size: 0.16rem;
    border: 0.02rem solid white;
  }
  .child-case .child-content .case-right .cases-ls li:hover a .cases-ls-name {
    padding: 0.05rem 0.2rem;
    background: #8b92d5;
  }
  .child-case .child-content .case-right .cases-ls li:hover a .cases-ls-name .cases-ls-title {
    color: white;
  }
  .child-case .child-content .case-right .cases-ls li:hover a .cases-ls-name .cases-ls-des {
    color: white;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .child-case .child-content .case-right .cases-ls li:hover a .cases-ls-more {
    margin-top: 0.1rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .child-case .child-content .case-right .cases-ls li:nth-child(3n) {
    margin-right: 0.3rem;
  }
  .child-case .child-content .case-right .cases-ls li:nth-child(2n) {
    margin-right: 0;
  }

  .case-detail .case-detail-title {
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .case-detail .case-detail-des {
    margin: 0.5rem auto;
    font-size: 0.26rem;
    line-height: 1.8888888889;
  }
  .case-detail .case-detail-des img {
    max-width: 100% !important;
    height: auto !important;
  }
  .case-detail .case-detail-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0.8rem;
    padding: 0.25rem;
    height: auto;
  }
  .case-detail .case-detail-page p {
    margin-bottom: 0.2rem;
    width: 100%;
    line-height: 0.4rem;
    font-size: 0.24rem;
  }
  .case-detail .case-detail-page p i {
    margin-right: 0.45rem;
    display: inline-block;
    width: 0;
    height: 0;
    border: 0.12rem solid transparent;
    border-right: 0.17rem solid #999;
  }
  .case-detail .case-detail-page p span {
    margin-left: 0;
    width: 1.3rem;
    text-align: left;
  }
  .case-detail .case-detail-page p a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .case-detail .case-detail-page p:last-child {
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .case-detail .case-detail-page p:last-child span {
    margin-left: 0.75rem;
  }
  .case-detail .case-detail-page p:last-child i {
    position: absolute;
    left: 2%;
    top: 45%;
    margin-top: -0.085rem;
    margin-left: 0;
    margin-right: 0;
    border-right: 0.17rem solid transparent;
    border-left: 0.17rem solid #999;
  }

  .case-detail-good .case-detail-good-title h3 {
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .case-detail-good .case-detail-good-title p {
    margin: 0.4rem 0;
    width: 0.88rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border: 0.02rem solid #b3b3b3;
    font-size: 0.24rem;
    border-radius: 0.08rem;
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li {
    margin-right: 0rem;
    margin-bottom: 0.3rem;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.3rem 0.2rem;
    width: 100%;
    height: 2.3rem;
    border-radius: 0.06rem;
    border: 0.02rem solid #b3b3b3;
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li a small {
    font-size: 0.36rem;
    line-height: 1.2;
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li a h4 {
    margin: 0.1rem auto;
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li a .case-detail-good-des {
    font-size: 0.24rem;
    line-height: 1.5;
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li:last-child, .case-detail-good .case-detail-good-content .case-detail-good-ls li:nth-child(3n) {
    margin-right: 0;
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    border: 1px solid rgba(94, 105, 215, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(94, 105, 215, 0.2);
            box-shadow: 0 0 10px rgba(94, 105, 215, 0.2);
  }
  .case-detail-good .case-detail-good-content .case-detail-good-ls li:hover a h4 {
    color: rgba(94, 105, 215, 0.9);
  }

  .child-channel .channel-item .channel-item-title {
    margin: 0.5rem auto;
    font-size: 0.36rem;
    line-height: 1.0555555556;
  }
  .child-channel .channel-item .channel-item-content .channel-des {
    margin-bottom: 1rem;
    font-size: 0.26rem;
    line-height: 1.8;
    text-align: left;
  }
  .child-channel .channel-item .channel-item-content .channel-ls {
    margin-bottom: 0.6rem;
  }
  .child-channel .channel-item .channel-item-content .channel-ls li {
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.15rem;
    margin-right: 0;
    width: 100%;
    height: 3.2rem;
    border-radius: 0.04rem;
  }
  .child-channel .channel-item .channel-item-content .channel-ls li h4 {
    font-size: 0.28rem;
    line-height: 1.3;
  }
  .child-channel .channel-item .channel-item-content .channel-ls li p {
    font-size: 0.24rem;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .child-channel .channel-item .channel-item-content .channel-ls li i {
    bottom: 0.1rem;
    right: 0.1rem;
    width: 0.91rem;
    height: 0.67rem;
  }
  .child-channel .channel-item .channel-item-content .channel-ls li:nth-child(3n), .child-channel .channel-item .channel-item-content .channel-ls li:last-child {
    margin-right: 0;
  }
  .child-channel .channel-item .channel-item-content .channel-img {
    margin-bottom: 0.35rem;
    text-align: center;
  }
  .child-channel .channel-item .channel-item-content .channel-img img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-channel .channel-item .channel-item-content .channel-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.3rem;
    padding: 0.5rem 0.4rem;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 0.2rem rgba(46, 60, 110, 0.21);
            box-shadow: 0 0 0.2rem rgba(46, 60, 110, 0.21);
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item h4 {
    margin-bottom: 0.5rem;
    font-size: 0.32rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item > p {
    font-size: 0.24rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul {
    margin-top: 0.2rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li h5,
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li p {
    font-size: 0.26rem;
    line-height: 1.9;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li h5 {
    padding-left: 0.25rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li h5::before {
    margin-top: -0.03rem;
    width: 0.06rem;
    height: 0.06rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item ul li p {
    margin-bottom: 0.05rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item:first-child {
    margin-right: 0;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item::after {
    content: '';
    position: absolute;
    right: 0.75rem;
    top: 0.4rem;
    min-width: 1.06rem;
    height: 1.3rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item.c1::after {
    width: 1.06rem;
  }
  .child-channel .channel-item .channel-item-content .channel-plan .channel-plan-item.c2::after {
    width: 1.5rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box {
    margin-top: 0.8rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form {
    padding: 0.5rem 0;
    width: 100%;
    height: auto;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.4rem 0.25rem;
    width: 100%;
    border: none;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item h5 {
    margin-bottom: 0.5rem;
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p {
    margin-bottom: 0.2rem;
    line-height: 0.65rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="text"],
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="password"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.36rem;
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    -webkit-appearance: none;
  }

  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="submit"],
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p .submitbtn {
    margin-top: 0.25rem;
    width: 100%;
    height: 0.7rem;
    font-size: 0.24rem;
    border-radius: 0.3rem;
    -webkit-appearance: none;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.flexp .send-btn{
    padding: 0 0.1rem;
    width: 42%;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.04rem;
    font-size: 0.22rem;
    -webkit-appearance: none;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.flexp input{
    width: 54% !important;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form .submitbtn{
    line-height: 0.7rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p input[type="submit"]:hover,
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p .submitbtn {
    cursor: pointer;
    opacity: 1;
    -webkit-box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0.2rem rgba(255, 255, 255, 0.3);
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check {
    line-height: 0.25rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span {
    padding-left: 0.3rem;
    color: white;
    font-size: 0.18rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.14rem;
    width: 0.28rem;
    height: 0.28rem;
  }
  .child-channel .channel-item .channel-item-content.channel-form-box .channel-form .channel-form-item form p.channel-form-check span input {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.14rem;
    width: 0.28rem;
    height: 0.28rem;
    -webkit-appearance: none;
  }
  .child-channel .channel-pt {
    padding-top: 0.3rem;
  }
  .child-channel .channel-pt .channel-list li {
    width: 2.35rem;
    height: 1.15rem;
    border: 0.02rem solid transparent;
  }
  .child-channel .channel-pt .channel-list li:hover {
    -webkit-box-shadow: 0 0 0.15rem rgba(193, 198, 251, 0.15);
            box-shadow: 0 0 0.15rem rgba(193, 198, 251, 0.15);
    border: 0.02rem solid #c1c6fb;
  }

  .child-exp .exp-item .exp-item-des {
    margin: 0 auto;
    margin-bottom: 0.2rem;
    width: 100%;
    height: auto;
  }
  .child-exp .exp-item .exp-item-des p {
    font-size: 0.24rem;
    line-height: 1.8;
    text-align: left !important;
  }
  .child-exp .exp-item .exp-item-des img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-exp .exp-item.exp-item-sen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left {
    width: 100%;
    height: 7rem;
    height: 62.13vw;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .exp-sen-title {
    top: 0.85rem;
    left: 0.25rem;
    font-size: 0.36rem;
    line-height: 1.5;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp {
    width: 100%;
    height: 100%;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp .swiper-pagination {
    left: 0.25rem;
    bottom: 0.35rem;
    height: 0.05rem;
    line-height: 0.05rem;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .swiper-exp .swiper-pagination span {
    margin-right: 0.05rem;
    width: 0.4rem;
    height: 0.2rem;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.25rem;
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
    padding-right: 0.65rem;
    width: 100%;
    height: 2.3rem;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name h4 {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
    line-height: 1.8;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name p {
    font-size: 0.2rem;
    line-height: 1.3;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name span {
    right: 0.65rem;
    top: 1.55rem;
    margin-left: auto;
    margin-top: 0.05rem;
    width: 1.44rem;
    height: 0.46rem;
    line-height: 0.46rem;
    border-radius: 0.04rem;
    font-size: 0.2rem;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-left .exp-ls-item .exp-sen-name span:hover {
    -webkit-box-shadow: 0 0 0.05rem rgba(236, 107, 25, 0.88);
            box-shadow: 0 0 0.05rem rgba(236, 107, 25, 0.88);
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-right {
    position: relative;
    width: 100%;
    height: auto;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-right img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-right a {
    position: absolute;
    left: 50%;
    bottom: 0.65rem;
    margin-left: -0.825rem;
    width: 1.65rem;
    height: 0.63rem;
    line-height: 0.63rem;
    color: white;
    font-size: 0.26rem;
    border-radius: 0.04rem;
    border: 0.02rem solid white;
  }
  .child-exp .exp-item.exp-item-sen .exp-sen-right a:hover {
    -webkit-box-shadow: 0 0 0.05rem rgba(236, 107, 25, 0.88);
            box-shadow: 0 0 0.05rem rgba(236, 107, 25, 0.88);
  }
  .child-exp .exp-item .exp-item-content .exp-power {
    margin-top: 0.2rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.2rem;
    margin-right: 0.08rem;
    padding: 0.35rem 0.25rem;
    width: 3.52rem;
    height: 4.5rem;
    -webkit-box-shadow: 0 0 0.2rem rgba(193, 198, 251, 0.25);
            box-shadow: 0 0 0.2rem rgba(193, 198, 251, 0.25);
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top {
    margin-bottom: 0.45rem;
    height: 0.9rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-left {
    padding-top: 0.3rem;
    padding-bottom: 0.35rem;
    font-size: 0.28rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-left::after {
    width: 0.48rem;
    height: 0.04rem;
    border-radius: 0.02rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right {
    width: 0.9rem;
    height: 0.9rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie {
    width: 0.9rem;
    height: 0.9rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieLeft,
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieRight {
    width: 0.9rem;
    height: 0.9rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieLeftInner,
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieRightInner {
    width: 0.9rem;
    height: 0.9rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-right .pie .pieInner {
    top: 0.1rem;
    left: 0.1rem;
    margin: 0;
    width: 0.7rem;
    height: 0.7rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle {
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1rem;
    height: 1rem;
    text-align: center;
    border-radius: 50%;
    color: #fe6015;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle span {
    padding-top: 0.1rem;
    font-size: 0.24rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-top .exp-power-circle::after {
    border: 0.1rem solid #fe2b15;
  }
  .child-exp .exp-item .exp-item-content .exp-power li .exp-power-bot {
    font-size: 0.16rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li:nth-child(4n), .child-exp .exp-item .exp-item-content .exp-power li:last-child {
    margin-right: 0.1rem;
  }
  .child-exp .exp-item .exp-item-content .exp-power li:nth-child(2n) {
    margin-right: 0;
  }
  .child-exp .exp-item .exp-item-content .exp-area-des {
    color: #333;
    font-size: 0.26rem;
    line-height: 1.8;
  }
  .child-exp .exp-item .exp-item-content .exp-area-video .play-bnt {
    margin-top: -0.6rem;
    margin-left: -0.6rem;
    width: 1.125rem;
    height: 1.125rem;
}
  .child-exp .exp-item .exp-item-content .exp-area-video {
    margin-top: 0.2rem;
  }
  .child-exp .exp-item .exp-item-content .exp-area-video::after {
    margin-top: -0.33rem;
    margin-left: -0.33rem;
    width: 0.66rem;
    height: 0.66rem;
  }
  .child-exp .exp-item.exp-service {
    padding-bottom: 1rem;
  }
  .child-exp .exp-item.exp-service .exp-service-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .child-exp .exp-item.exp-service .exp-service-ls li {
    float: none;
    margin-right: 0.15rem;
    margin-bottom: 0.2rem;
    width: 2.2rem;
    height: 2.02rem;
    border: 0.03rem solid #99a1cd;
    border-radius: 0.04rem;
  }
  .child-exp .exp-item.exp-service .exp-service-ls li i {
    max-width: 0.52rem;
    max-height: 0.52rem;
  }
  .child-exp .exp-item.exp-service .exp-service-ls li span {
    margin-top: 0.25rem;
    font-size: 0.2rem;
    line-height: 1.9;
  }
  .child-exp .exp-item.exp-service .exp-service-ls li:nth-child(5n), .child-exp .exp-item.exp-service .exp-service-ls li:last-child {
    margin-right: 0;
  }
  .child-exp .exp-item.exp-service .exp-service-ls li:nth-child(3n) {
    margin-right: 0.15rem;
  }
  .child-exp .exp-case .exp-case-ls {
    margin-bottom: 0;
  }
  .child-exp .exp-case .exp-case-ls li {
    margin-right: 0.32rem;
    float: left;
    width: 3.36rem;
    height: 2.48rem;
  }
  .child-exp .exp-case .exp-case-ls li a .exp-case-name {
    padding: 0.2rem;
    width: 100%;
    height: 0.6rem;
  }
  .child-exp .exp-case .exp-case-ls li a .exp-case-name h4 {
    margin-bottom: 0.3rem;
    font-size: 0.2rem;
  }
  .child-exp .exp-case .exp-case-ls li a .exp-case-name p {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    line-height: 1.7142857143;
  }
  .child-exp .exp-case .exp-case-ls li a .exp-case-name span {
    width: 1.31rem;
    height: 0.44rem;
    line-height: 0.44rem;
    border: 0.02rem solid white;
    border-radius: 0.22rem;
    font-size: 0.18rem;
  }
  .child-exp .exp-case .exp-case-ls li:hover a .exp-case-name {
    padding-top: 0.5rem;
    height: 100%;
  }
  .child-exp .exp-case .exp-case-ls li:hover a .exp-case-name h4 {
    margin-bottom: 0.15rem;
  }
  .child-exp .exp-case .exp-case-ls li:nth-child(2n), .child-exp .exp-case .exp-case-ls li:last-child {
    margin-right: 0;
  }
  .child-exp .child-form {
    height: auto;
    border-radius: 0;
  }

  .child-tech .child-content .tech-left {
    float: none;
    width: 100%;
  }
  .child-tech .child-content .tech-left .tech-left-title {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.4rem;
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.28rem;
  }
  .child-tech .child-content .tech-left .tech-left-nav li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0.4rem;
    padding-right: 0.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.24rem;
  }
  .child-tech .child-content .tech-left .tech-left-nav li i {
    position: absolute;
    right: 0.5rem;
    margin-top: -0.08rem;
    width: 0.08rem;
    height: 0.16rem;
  }
  .child-tech .child-content .tech-left .tech-left-nav li.active {
    height: 0.82rem;
    line-height: 0.82rem;
  }
  .child-tech .child-content .tech-left .tech-left-nav li.active i {
    width: 0.16rem;
    height: 0.08rem;
  }
  .child-tech .child-content .tech-right {
    float: none;
    width: 100%;
  }
  .child-tech .child-content .tech-right .tech-ls {
    margin-bottom: 0.5rem;
  }
  .child-tech .child-content .tech-right .tech-ls li {
    padding: 0.4rem 0;
    height: 2.05rem;
    border-bottom: 0.01rem solid #ced0d8;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 5.5rem;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon {
    margin-left: 0.05rem;
    margin-top: 0.05rem;
    margin-right: 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 0.05rem;
    display: inline-block;
    width: 0.44rem;
    height: 0.5rem;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon.icon-pdf, .child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-icon.icon-word {
    background-size: contain;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-name {
    width: 100%;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-name h5 {
    margin-bottom: 0.12rem;
    max-width: 80%;
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left .tech-ls-name p {
    font-size: 0.24rem;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-right {
    margin-left: 0.1rem;
    max-width: 1.9rem;
    text-align: right;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-right span {
    font-size: 0.14rem;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-right span i {
    top: 0.05rem;
    right: 0.05rem;
    width: 0.22rem;
    height: 0.26rem;
    font-size: 0.24rem;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-right a {
    margin-top: 0.15rem;
    margin-left: 0.15rem;
    width: 1.44rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.16rem;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-right a i {
    right: 0.05rem;
    top: 0.04rem;
    width: 0.21rem;
    height: 0.2rem;
  }
  .child-tech .child-content .tech-right .tech-ls li:hover .tech-ls-right a {
    width: 1.42rem;
    height: 0.46rem;
  }

  .child-soft {
    padding-bottom: 0;
  }
  .child-soft .soft-type .child-item-title {
    padding-top: 0.1rem;
  }
  .child-soft .soft-type .swiper-type {
    width: 85%;
  }
  .child-soft .soft-type .type-ls a {
    width: 100%;
    height: 4rem;
  }
  .child-soft .soft-type .type-ls a .type-img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.1rem;
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
  }
  .child-soft .soft-type .type-ls a .type-img img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .child-soft .soft-type .type-ls a .type-name {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 2.1111111111;
  }
  .child-soft .soft-type .type-ls a:hover {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .child-soft .soft-type .type-ls a:hover .type-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .child-soft .soft-type .type-prev,
  .child-soft .soft-type .type-next {
    width: 0.58rem;
    height: 0.58rem;
  }
  .child-soft .soft-type .type-prev {
    left: 0;
  }
  .child-soft .soft-type .type-next {
    right: 0;
  }

  .child-soft-des {
    margin-bottom: 0.6rem;
    height: auto;
  }
  .child-soft-des .soft-des-left {
    float: none;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.17);
    border-radius: 0.04rem;
  }
  .child-soft-des .soft-des-left img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-soft-des .soft-des-left video {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .child-soft-des .soft-des-right {
    float: none;
    margin-top: 0.5rem;
    max-width: 100%;
    height: 100%;
    font-size: 0.26rem;
    line-height: 1.8;
  }

  .soft-use {
    position: relative;
  }
  .soft-use .soft-use-ls {
    margin-top: 0.2rem;
  }
  .soft-use .soft-use-ls li {
    margin-bottom: 0.25rem;
    margin-right: 0.45rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.2rem;
    width: 3.2rem;
    height: 3.6rem;
  }
  .soft-use .soft-use-ls li i {
    width: 1.12rem;
    height: 1.12rem;
    border-radius: 0.04rem;
    overflow: hidden;
  }
  .soft-use .soft-use-ls li i img {
    display: inline-block;
    width: 60%;
    height: auto;
  }
  .soft-use .soft-use-ls li h4 {
    margin: 0.1rem auto;
    font-size: 0.28rem;
    line-height: 1.2;
  }
  .soft-use .soft-use-ls li p {
    font-size: 0.24rem;
    line-height: 1.2;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    height: 2.016rem;
    text-align: center;
  }
  .soft-use .soft-use-ls li:nth-child(3n) {
    margin-right: 0.25rem;
  }
  .soft-use .soft-use-ls li:nth-child(2n) {
    margin-right: 0;
  }
  .soft-use .soft-use-ls.soft-use-hard {
    padding-bottom: 0;
  }
  .soft-use .soft-use-ls.soft-use-hard li {
    margin-bottom: 0.25rem;
    margin-right: 0.25rem;
  }
  .soft-use .soft-use-ls.soft-use-hard li:nth-child(3n) {
    margin-right: 0.25rem;
  }

  .soft-spec {
    position: relative;
    margin-bottom: 0.6rem;
  }
  .soft-spec .swiper-spec {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.1rem;
    width: 85%;
  }
  .soft-spec .spec-ls {
    padding: 0.1rem 0;
  }
  .soft-spec .spec-ls a {
    margin: 0 auto;
    width: 80%;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.17);
  }
  .soft-spec .spec-ls a .spec-img {
    width: 100%;
    height: 3.87rem;
    border-radius: 0.04rem 0.04rem 0 0;
    overflow: hidden;
  }
  .soft-spec .spec-ls a .spec-img img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .soft-spec .spec-ls a .spec-name {
    padding: 0.35rem 0.1rem;
    width: 100%;
    height: 1.8rem;
    border-radius: 0 0 0.04rem 0.04rem;
  }
  .soft-spec .spec-ls a .spec-name h4 {
    margin-bottom: 0.15rem;
    font-size: 0.32rem;
    line-height: 1.5;
  }
  .soft-spec .spec-ls a .spec-name p {
    font-size: 0.24rem;
    line-height: 1.6666666667;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .soft-spec .spec-prev,
  .soft-spec .spec-next {
    top: 38%;
    width: 0.58rem;
    height: 0.58rem;
  }
  .soft-spec .spec-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .soft-spec .spec-next {
    right: 0;
  }

  .soft-spec1 .child-item-title {
    padding-top: 0.9rem;
  }
  .soft-spec1 .spec-ls {
    margin-bottom: 0.65rem;
  }
  .soft-spec1 .spec-ls a .spec-name {
    padding: 0.3rem 0.2rem;
    height: auto;
  }
  .soft-spec1 .spec-ls a .spec-name h4 {
    margin-bottom: 0.05rem;
  }
  .soft-spec1 .spec-ls a .spec-name p {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .soft-spec1 .spec-prev {
    left: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  .soft-form {
    padding: 0.72rem 0;
  }
  .soft-form .inner span {
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
    padding-left: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.34rem;
  }
  .soft-form .inner span::before {
    margin-top: -0.225rem;
    width: 0.45rem;
    height: 0.45rem;
  }
  .soft-form .inner form {
    text-align: center;
  }
  .soft-form .inner form input[type="text"] {
    margin-bottom: 0.2rem;
    margin-right: 0;
    padding: 0.15rem 0.4rem;
    width: 95%;
    height: 0.75rem;
    line-height: 0.75rem;
    border-radius: 0.04rem;
    font-size: 0.24rem;
    border: 0.01rem solid transparent;
    -webkit-appearance: none;
  }
  .soft-form .inner form input[type="text"]::-webkit-input-placeholder {
    font-size: 0.24rem;
  }
  .soft-form .inner form input[type="text"]:-ms-input-placeholder {
    font-size: 0.24rem;
  }
  .soft-form .inner form input[type="text"]::-ms-input-placeholder {
    font-size: 0.24rem;
  }
  .soft-form .inner form input[type="text"]::placeholder {
    font-size: 0.24rem;
  }
  .soft-form .inner form input[type="text"]:focus {
    border: 0.02rem solid #0b1843;
    -webkit-box-shadow: 0 0 0.1rem rgba(11, 24, 67, 0.3);
            box-shadow: 0 0 0.1rem rgba(11, 24, 67, 0.3);
  }
  .soft-form .inner form input[type="submit"] {
    width: 95%;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.24rem;
    border-radius: 0.04rem;
    -webkit-appearance: none;
  }
  .soft-form .inner form input[type="submit"]:hover, .soft-form .inner form input[type="submit"]:focus {
    -webkit-box-shadow: 0 0 0.1rem rgba(234, 125, 67, 0.99);
            box-shadow: 0 0 0.1rem rgba(234, 125, 67, 0.99);
  }

  .child-solve {
    padding-bottom: 0;
  }
  .child-solve .child-content .solve-item .solve-item-content .solve-des {
    margin: 0 auto;
    max-width: 100%;
    font-size: 0.24rem;
    line-height: 1.8;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li {
    margin-right: 0.3rem;
    margin-bottom: 0.4rem;
    float: left;
    width: 3.25rem;
    height: 3.9rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(11, 24, 67, 0.1);
            box-shadow: 0 0 0.1rem rgba(11, 24, 67, 0.1);
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-img {
    width: 100%;
    height: 1.76rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-name {
    padding: 0.2rem 0.3rem;
    width: 100%;
    height: 1.7rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-name .app-ls-title {
    font-size: 0.28rem;
    line-height: 1.5833333333;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li .app-ls-name .app-ls-des {
    font-size: 0.24rem;
    line-height: 1.6666666667;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li:nth-child(3n) {
    margin-right: 0.3rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li:nth-child(2n) {
    margin-right: 0.3rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li:hover {
    -webkit-transform: translateY(-0.03rem);
            transform: translateY(-0.03rem);
    -webkit-box-shadow: 0 0 0.15rem rgba(11, 24, 67, 0.3);
            box-shadow: 0 0 0.15rem rgba(11, 24, 67, 0.3);
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls {
    margin-bottom: 0.6rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls li {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.23rem;
    margin-right: 0.13rem;
    padding: 0.4rem 0.3rem;
    width: 100%;
    height: 2.4rem;
    border-radius: 0.04rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(11, 24, 67, 0.2);
            box-shadow: 0 0 0.1rem rgba(11, 24, 67, 0.2);
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-title {
    height: 0.8rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-title i {
    margin-right: 0.2rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-title span {
    font-size: 0.28rem;
    line-height: 1.4;
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls li .way-ls-des {
    margin-top: 0.15rem;
    font-size: 0.24rem;
    line-height: 1.6666666667;
  }
  .child-solve .child-content .solve-item .solve-item-content .way-ls li:last-child {
    margin-right: 0;
  }
  .child-solve .child-content .solve-succ {
    position: relative;
    padding-bottom: 1.3rem;
  }
  .child-solve .child-content .solve-succ::before {
    height: 4.66rem;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls {
    top: 0.5rem;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li {
    margin-bottom: 0.37rem;
    margin-right: 0.37rem;
    width: 100%;
    height: 3.35rem;
    overflow: hidden;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-img img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
    max-height: initial;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name {
    padding: 0 0.6rem;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name h4 {
    font-size: 0.28rem;
    line-height: 1.5833333333;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name p {
    margin: 0.2rem 0;
    font-size: 0.18rem;
    line-height: 1.7142857143;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li .solve-succ-name a {
    width: 1.51rem;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.18rem;
    border-radius: 0.24rem;
    border: 0.02rem solid white;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li:hover .solve-succ-name {
    padding: 0.5rem 0.4rem;
  }
  .child-solve .child-content .solve-succ .solve-succ-ls li:last-child {
    margin-right: 0;
  }
  .child-solve .child-content .solve-frame .solve-item-content {
    padding: 0.6rem 0;
  }
  .child-solve .child-content .solve-frame .solve-item-content .solve-des {
    max-width: 95%;
  }
  .child-solve .child-content .solve-frame .solve-item-content img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .child-solve .child-content .solve-flow {
    padding-bottom: 0.6rem;
  }
  .child-solve .child-content .solve-flow .solve-item-content {
    padding: 0;
    background: none;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    max-width: 90%;
    height: 1.6rem;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li {
    width: 1.6rem;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li .solve-flow-img {
    margin: 0 auto 0.3rem auto;
    width: 0.74rem;
    height: 0.74rem;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li .solve-flow-img img {
    width: 0.48rem;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls li .solve-flow-name {
    font-size: 0.2rem;
    text-align: center;
    line-height: 1.2;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls .solve-flow-icon {
    top: -0.25rem;
  }
  .child-solve .child-content .solve-flow .solve-item-content .solve-flow-ls .solve-flow-icon img {
    display: inline-block;
    width: 50%;
  }
  .child-solve .child-content .solve-feature {
    padding-bottom: 1.2rem;
  }
  .child-solve .child-content .solve-feature .solve-feature-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-bottom: 0.85rem;
    line-height: 0.8rem;
    height: auto;
    border-bottom: 0.02rem solid #5e5e5e;
  }
  .child-solve .child-content .solve-feature .solve-feature-nav span {
    width: 50%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.22rem;
    text-align: center;
    position: relative;
  }
  .child-solve .child-content .solve-feature .solve-feature-nav span::after {
    width: 100%;
    height: 0.04rem;
  }
  .child-solve .child-content .solve-feature .solve-feature-nav span.active {
    font-size: 0.24rem;
  }
  .child-solve .child-content .solve-feature .solve-feature-content {
    height: 11rem;
  }
  .child-solve .child-content .solve-feature .solve-feature-item {
    display: block;
  }
  .child-solve .child-content .solve-feature .solve-feature-item .solve-feature-img {
    float: none;
    margin-right: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .child-solve .child-content .solve-feature .solve-feature-item .solve-feature-img img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .child-solve .child-content .solve-feature .solve-feature-item .solve-feature-name {
    margin-top: 0.5rem;
    float: none;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .child-solve .child-content .solve-feature .solve-feature-item .solve-feature-name .solve-feature-title {
    margin-bottom: 0.15rem;
    font-size: 0.28rem;
    line-height: 1.7272727273;
  }
  .child-solve .child-content .solve-feature .solve-feature-item .solve-feature-name .solve-feature-des {
    font-size: 0.22rem;
    line-height: 2.375;
    color: #333;
  }
  .child-solve .child-content .solve-frame1 {
    padding-bottom: 0.75rem;
  }
  .child-solve .child-content .solve-frame2 .solve-item-content {
    padding-bottom: 0.3rem;
  }
  .child-solve .child-content .solve-spec .spec-prev,
  .child-solve .child-content .solve-spec .spec-next {
    top: 38%;
    width: 0.58rem;
    height: 0.58rem;
  }
  .child-solve .child-content .solve-spec .spec-prev {
    left: 0;
  }
  .child-solve .child-content .solve-spec .spec-next {
    right: 0;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls {
    margin: 0 auto;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    max-width: 95%;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li {
    margin-bottom: 0.3rem;
    margin-right: 0.3rem;
    width: 3.4rem;
    height: 4rem;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.2rem;
    width: 3.2rem;
    height: 3.2rem;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name {
    margin-top: 0.3rem;
    padding-bottom: 0.2rem;
    text-align: center;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name span {
    font-size: 0.24rem;
    line-height: 2.1111111111;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li:last-child {
    margin-right: 0;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li:nth-child(2n) {
    margin-right: 0;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover {
    background:#eaeaea;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.17);
            box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.17);
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name,
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name {
    padding: 0.35rem 0.15rem;
    width: 100%;
    height: 0.92rem;

    position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1875rem;
  width: 100%;
  height: 7rem;
  background: rgba(106, 117, 210, 0.92);
  padding: 0.35rem 0.15rem;
    width: 100%;
    height: 0.92rem;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name span,
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span {
    margin-right: 0.1rem;
    padding-right: 0.1rem;
    font-size: 0.22rem;
    line-height: 1.7272727273;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

    margin-right: 0.1rem;
    padding-right: 0.1rem;
    font-size: 0.22rem;
    line-height: 1.7272727273;
    color: #fff;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name span::after,
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span::after {
    margin-top: -0.125rem;
    width: 0.01rem;
    height: 0.25rem;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li .solve-rela-name a,
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name a {
    width: 1.33rem;
    height: 0.48rem;
    line-height: 0.48rem;
    border-radius: 0.24rem;
    font-size: 0.16rem;
    color: #fff;
    border: 0.01rem solid white;
    display: block;
  }

  .child-pro {
    padding-bottom: 0;
  }
  .child-pro .pro-nav {
    margin-bottom: 0.5rem;
  }
  .child-pro .pro-nav a {
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
    width: 1.6rem;
    height: 0.68rem;
    line-height: 0.68rem;
    font-size: 0.28rem;
  }
  .child-pro .pro-ls li {
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    width: 3.4rem;
    height: 4.46rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
            box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
  }
  .child-pro .pro-ls li a .pro-ls-img {
    height: 3.37rem;
  }
  .child-pro .pro-ls li a .pro-ls-img img {
    max-width: 80%;
    max-height: 80%;
  }
  .child-pro .pro-ls li a .pro-ls-name {
    padding: 0 0.15rem;
    height: 1.09rem;
  }
  .child-pro .pro-ls li a .pro-ls-name strong {
    font-size: 0.28rem;
  }
  .child-pro .pro-ls li a .pro-ls-name span {
    width: 1.46rem;
    height: 0.44rem;
    line-height: 0.44rem;
    font-size: 0.28rem;
    border: 0.02rem solid #666;
    border-radius: 0.22rem;
  }
  .child-pro .pro-ls li:nth-child(3n) {
    margin-right: 0.3rem;
  }
  .child-pro .pro-ls li:nth-child(2n) {
    margin-right: 0;
  }
  .child-pro .pro-ls li:hover {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
    -webkit-box-shadow: 0 0 0.1rem rgba(139, 146, 212, 0.35);
            box-shadow: 0 0 0.1rem rgba(139, 146, 212, 0.35);
  }
  .child-pro .pro-ls li:hover a .pro-ls-name span {
    border: 0.02rem solid white;
  }

  .child-res {
    padding-bottom: 0.4rem;
  }

  .resolve-ls li {
    margin-right: 0.2rem;
    margin-bottom: 0.55rem;
    width: 3.4rem;
    height: auto;
  }
  .resolve-ls li a .resolve-ls-img {
    float: none;
    width: 100%;
    height: 4.53rem;
    background: #666;
    -webkit-box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
            box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
  }
  .resolve-ls li a .resolve-ls-img img {
    display: inline-block;
    width: 100% !important;
    height: auto !important;
  }
  .resolve-ls li a .resolve-ls-name {
    float: none;
    padding: 0.3rem 0.2rem;
    top: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
            box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.35);
  }
  .resolve-ls li a .resolve-ls-name h4 {
    margin-bottom: 0.1rem;
    font-size: 0.32rem;
  }
  .resolve-ls li a .resolve-ls-name > div {
    font-size: 0.24rem;
    line-height: 1.8;
    -webkit-line-clamp: 3;
  }
  .resolve-ls li a .resolve-ls-name > span {
    margin-top: 0.6rem;
    width: 1.86rem;
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.24rem;
    font-size: 0.32rem;
  }
  .resolve-ls li:hover a .resolve-ls-img {
    -webkit-box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.55);
            box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.55);
  }
  .resolve-ls li:hover a .resolve-ls-name {
    -webkit-box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.55);
            box-shadow: 0 0 0.1rem rgba(199, 205, 237, 0.55);
  }
  .resolve-ls li:hover a .resolve-ls-name > span {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
    -webkit-box-shadow: 0 0.05rem 0.1rem rgba(131, 138, 212, 0.5);
            box-shadow: 0 0.05rem 0.1rem rgba(131, 138, 212, 0.5);
  }


/* 新增模块样式开始 */
.container {
  width: 100%;
  height: auto;
  min-width: 0px;;
}
.container .cont-plate1 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-bg {
  width: 100%;
  height: 13rem;
  overflow: hidden;
}
.container .cont-plate1 .plate1-bg img {
  width: auto;
  height: 100%;
}
.container .cont-plate1 .plate1-top {
  position: absolute;
  top: 0.65rem;
  left: 0;
  width: 100%;
  z-index: 9;
}
.container .cont-plate1 .plate1-top .top-title {
  font-size: 0.5rem;
}
.container .cont-plate1 .plate1-top .top-English {
  margin-top: 0.3rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #666;
}
.container .cont-plate1 .plate1-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #009966;
}
.container .cont-plate1 .plate1-cent {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 1.9rem;
  right: 0;
  width: 100%;
  padding: 0 0.3rem;
}
.container .cont-plate1 .plate1-cent .cent-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  background: unset;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list {
  position: relative;
  width: 25%;
  height: 1.6rem;
  margin-right: .2rem;
  background: linear-gradient(120deg, #0d85cf, #0f54a1);
  /* border-bottom: solid 1px rgba(255, 255, 255, 0.2); */
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-right: 1px solid #00bafb;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list:last-child {
  border-right:unset;
  margin-right: unset;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.26rem 0 0 0.1rem;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box:last-child {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.26rem 0 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon {
  position: relative;
  width: 0.8rem;
  margin: 0 auto;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-icon .img2 {
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-title {
  margin-top: 0.8rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-English {
  display: none;
  margin-top: 0.1rem;
  font-family: 'Arial';
  font-size: 12px;
  color: #fff;
  opacity: 0.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.3rem;
  width: 0.4rem;
  opacity: 0;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list .list-box .list-arrow img {
  width: 100%;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active {
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img2 {
  opacity: 1 !important;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-icon .img1 {
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cent-menu .menu-list-active .list-arrow {
  opacity: 1 !important;
}
.container .cont-plate1 .plate1-cent .cnet-box {
  position: absolute;
  top: 2rem;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left {
  width: 100%;
  height: 100%;
  padding: 0.3rem;
  background: #fff;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-English {
  font-family: 'MontserratBold';
  font-size: 0.4rem;
  line-height: unset;
  background-image: linear-gradient(-90deg, #00c0ff, #104bb9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-title {
  margin: 0.3rem 0;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-text {
  padding-right: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  opacity: 0;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button {
  display: block;
  width: 2.4rem;
  height: 0.7rem;
  margin-top: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.65rem;
  text-align: center;
  color: #009966;
  border-radius: 0.45rem;
  border: solid 2px #009966;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-left .left-button:hover {
  color: #fff;
  background: #009966;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-right {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}
.container .cont-plate1 .plate1-cent .cnet-box .box-right img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-cent .cnet-box:hover img {
  transform: scale(1.1, 1.1) translateZ(0);
  -o-transform: scale(1.1, 1.1) translateZ(0);
  -moz-transform: scale(1.1, 1.1) translateZ(0);
  -webkit-transform: scale(1.1, 1.1 translateZ(0));
}
.container .cont-plate1 .plate1-cent .cnet-box-active {
  opacity: 1;
  visibility: visible;
}
.container .cont-plate1 .plate1-cent .cnet-box-active .left-English,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-title,
.container .cont-plate1 .plate1-cent .cnet-box-active .left-text,
.container .cont-plate1 .plate1-cent .cnet-box-active img {
  opacity: 1 !important;
  transition: all 0.6s !important;
  -o-transition: all 0.6s !important;
  -moz-transition: all 0.6s !important;
  -webkit-transition: all 0.6s !important;
}
.container .cont-plate1 .plate1-web-cent {
  position: relative;
  display: none !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: absolute;
  top: 2.25rem;
  right: 0;
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
  z-index: 29;
}
.container .cont-plate1 .plate1-web-cent .swiper-slide {
  width: 100%;
}
.container .cont-plate1 .plate1-web-cent .cnet-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-left {
  width: 100%;
  height: 100%;
  padding: 0.9rem 0 0.6rem 0.6rem;
  background: #fff;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-left .left-English {
  font-family: 'MontserratBold';
  font-size: 0.4rem;
  background-image: linear-gradient(-90deg, #00c0ff, #104bb9);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-left .left-title {
  margin: 0.42rem 0;
  font-size: 0.34rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-left .left-text {
  padding-right: 0.7rem;
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-left .left-button {
  display: block;
  width: 2.4rem;
  height: 0.7rem;
  margin-top: 0.7rem;
  font-size: 0.26rem;
  line-height: 0.65rem;
  text-align: center;
  color: #009966;
  border-radius: 0.45rem;
  border: solid 2px #009966;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-right {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container .cont-plate1 .plate1-web-cent .cnet-box .box-right img {
  width: 100%;
  height: auto;
}
.container .cont-plate2 {
  position: relative;
  width: 100%;
  height: auto;
}
.container .cont-plate2 .plate2-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0.6rem 0.3rem;
}
.container .cont-plate2 .plate2-top .top-left {
  width: 100%;
}
.container .cont-plate2 .plate2-top .top-left .left-title {
  font-size: 0.5rem;
  font-weight: bold;
  color: #333;
}
.container .cont-plate2 .plate2-top .top-left .left-English {
  margin-top: 0.18rem;
  font-family: 'MontserratBold';
  font-size: 0.34rem;
  color: #cbcbcb;
}
.container .cont-plate2 .plate2-top .top-left .left-heng {
  width: 34px;
  height: 5px;
  margin-top: 0.22rem;
  border-radius: 0.5rem;
  background: #009966;
}
.container .cont-plate2 .plate2-top .top-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.container .cont-plate2 .plate2-top .top-right .right-list {
  width: 45%;
  height: auto;
  margin-left: 0;
  cursor: pointer;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon {
  position: relative;
  width: 0.8rem;
  margin: 0 auto;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-icon .img2 {
  opacity: 0;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-title {
  margin-top: 0.9rem;
  font-size: 0.32rem;
  text-align: center;
  color: #999999;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list .list-English {
  margin-top: 0.2rem;
  font-family: 'Arial';
  font-size: 0.24rem;
  text-align: center;
  color: #333333;
  opacity: 0.4;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img2 {
  opacity: 1 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-icon .img1 {
  opacity: 0 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-title {
  color: #009966 !important;
}
.container .cont-plate2 .plate2-top .top-right .right-list-active .list-English {
  color: #009966 !important;
}
.container .cont-plate2 .plate2-box {
  position: relative;
  width: 100%;
  height: 8rem;
}
.container .cont-plate2 .plate2-box .box-cont {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.container .cont-plate2 .plate2-box .box-cont .box-bg {
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.container .cont-plate2 .plate2-box .box-cont .box-bg img {
    width: auto;
    max-width: unset;
    height: 100%;
    float: unset;
    margin-left: -100%;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list {
  width: 100%;
  height: 100%;
  padding: 0.8rem 0.5rem 0;
  background: rgba(0, 114, 188, 0.5);
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-English {
  font-family: 'MontserratBold';
  font-size: 0.48rem;
  font-weight: bold;
  line-height: unset;
  color: #fff;
  opacity: 0;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-title {
  margin: 0.45rem 0 0.3rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-text {
  font-size: 0.28rem;
  line-height: 0.46rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button {
  display: block;
  width: 2.0rem;
    height: 0.6rem;
    margin-top: 0.9rem;
    font-size: 0.25rem;
    text-align: center;
    line-height: 0.58rem;
  color: #fff;
  border-radius: 0.45rem;
  border: solid 2px #fff;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.container .cont-plate2 .plate2-box .box-cont .box-cent .cent-list .list-button:hover {
  transform: translatey(-10px);
  -o-transform: translatey(-10px);
  -moz-transform: translatey(-10px);
  -webkit-transform: translatey(-10px);
}
.container .cont-plate2 .plate2-box .box-cont-active {
  opacity: 1;
  visibility: visible;
}
.container .cont-plate3 {
  width: 100%;
  height: auto;
  padding: 0;
}
.container .cont-plate3 .plate3-top {
  width: 100%;
  margin-top: 0.75rem;
}
.container .cont-plate3 .plate3-top .top-title {
    margin-top: 0.6rem;
    font-size: 0.4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: unset;
    color: #333;
}
.container .cont-plate3 .plate3-top .top-English {
  margin-top: 0.18rem;
  /* font-family: 'MontserratBold'; */
  font-size: 0.24rem;
  text-align: center;
  color: #cbcbcb;
}
.container .cont-plate3 .plate3-top .top-heng {
  width: 34px;
  height: 5px;
  margin: 0.22rem auto 0;
  border-radius: 0.5rem;
  background: #009966;
}
.container .cont-plate3 .plate3-box {
  position: relative;
  display: none;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
}
.container .cont-plate3 .plate3-box .plate3-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 29;
}
.container .cont-plate3 .plate3-box .box-list {
  position: relative;
  width: 3.84rem;
  height: 6.8rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.container .cont-plate3 .plate3-box .box-list .list-bg {
  width: 100%;
  height: 100%;
}
.container .cont-plate3 .plate3-box .box-list .list-bg img {
  width: auto;
  height: 100%;
  transform: translateX(-32%);
  -o-transform: translateX(-32%);
  -moz-transform: translateX(-32%);
  -webkit-transform: translateX(-32%);
}
.container .cont-plate3 .plate3-box .box-list .list-cent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  padding-left: 0.7rem;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate3 .plate3-box .box-list .list-cent .cent-English {
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.4;
}
.container .cont-plate3 .plate3-box .box-list .list-cent .cent-title {
  margin-top: 0.16rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 {
  display: none;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2rem;
  padding-left: 1.9rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left {
  width: 3rem;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-English {
  margin-top: 0.5rem;
  font-family: 'MontserratBold';
  font-size: 0.3rem;
  color: #fff;
  opacity: 0.3;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-left .left-title {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-cent2 .cent2-right {
  flex: 1;
  margin-top: 0.55rem;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.container .cont-plate3 .plate3-box .box-list .list-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.container .cont-plate3 .plate3-box .box-list-active {
  flex: 1;
  z-index: 9;
}
.container .cont-plate3 .plate3-box .box-list-active .list-bg img {
  transform: translateX(0) !important;
  -o-transform: translateX(0) !important;
  -moz-transform: translateX(0) !important;
  -webkit-transform: translateX(0) !important;
}
.container .cont-plate3 .plate3-box .box-list-active .list-cent,
.container .cont-plate3 .plate3-box .box-list-active .list-mask {
  display: none;
}
.container .cont-plate3 .plate3-box .box-list-active .list-cent2 {
  display: flex !important;
}
.container .cont-plate3 .plate3-web-box {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  overflow: hidden;
}
.container .cont-plate3 .plate3-web-box .swiper-slide {
  width: 100%;
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box {
  width: 100%;
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box .box-pic {
  width: 100%;
  height: 4rem;
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box .box-pic img {
  width: 100%;
  /* height: 100%; */
  height: auto;
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box .box-cent {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.3rem;
  background: linear-gradient(-90deg, #00c0ff, #104bb9);
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box .box-cent .left-English {
  font-family: 'MontserratBold';
  font-size: 0.4rem;
  color: #fff;
  opacity: 0.3;
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box .box-cent .left-title {
  margin-top: 0.25rem;
  font-size: 0.34rem;
  font-weight: bold;
  color: #fff;
}
.container .cont-plate3 .plate3-web-box .swiper-slide .slide-box .box-cent .cent2-right {
  flex: 1;
  margin-top: 0.55rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container .cont-plate3 .plate3-web-box .plate3-swiper-button-prev,
.container .cont-plate3 .plate3-web-box .plate3-swiper-button-next {
    display: none;
  position: absolute;
  top: 45%;
  width: 0.8rem;
  height: 0.8rem;
  z-index: 9;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}
.container .cont-plate3 .plate3-web-box .plate3-swiper-button-prev img,
.container .cont-plate3 .plate3-web-box .plate3-swiper-button-next img {
  width: 100%;
}
.container .cont-plate3 .plate3-web-box .plate3-swiper-button-prev {
  left: 0;
}
.container .cont-plate3 .plate3-web-box .plate3-swiper-button-next {
  right: 0;
}
/* 新增模块样式开始 */


  /*2021/10/25 fesg*/
  header.is-fixed{
    height: 1rem;
  }
  .industry .industry-top{
    margin-bottom: 0;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot{
    font-size: 0.24rem;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot{
    margin: 0.2rem 0 0;
  }
  .child-nav .child-nav-right{
    display: none;
  }
  .resolve-ls li a .resolve-ls-name > span{
    font-size: 0.18rem;
  }
  .child-solve .child-content .solve-feature .solve-feature-content{
    height: 10rem;
  }
  .child-solve .child-content .solve-feature{
    padding-bottom: 0.2rem;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span{
    margin-right: 5px;
    padding-right: 0;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name span::after{
    display: none;
  }
  .child-solve .child-content .solve-rela .solve-rela-ls li:hover .solve-rela-name a{
    /* display: none; */
  }
  .child-pro .pro-ls li a .pro-ls-name{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .child-pro .pro-ls li a .pro-ls-name span{
    display: none;
  }
  .child-tech .child-content .tech-right .tech-ls li .tech-ls-left{
    max-width: 5rem;
  }
/* 案例样式 */


  nav#navs > ul{
    height: calc(100vh - 2.8rem);
  }
  .child-about .about-contact .about-addr-ls li{
    padding: 0;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
  .child-about .about-contact .about-addr-ls li span{
    line-height: 2;
  }
  .vidbtn img{
    width: 1.64rem;
    height: 1.64rem;
  }

  .child-solve .child-content .solve-rela .solve-rela-ls li{
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
    width: 3.5rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li{
    margin-bottom: 0.1rem;
    margin-right: 0.1rem;
    width: 3.5rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li:nth-child(3n){
    margin-right: 0.1rem;
  }
  .child-solve .child-content .solve-item .solve-item-content .app-ls li:nth-child(2n){
    margin-right: 0;
  }
  .child-exp .exp-case .exp-case-ls li{
    margin-right: 0.15rem;
    margin-bottom: 0.15rem;
    width: 3.48rem;
  }
  .child-exp .exp-case .exp-case-ls li:nth-child(2n){
    margin-right: 0;
  }
  .child-case .child-content .case-right .cases-ls li{
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
    width: calc((100% - 0.12rem)/2);
  }
  .child-case .child-content .case-right .cases-ls li:nth-child(3n){
    margin-right: 0.12rem;
  }
  .child-case .child-content .case-right .cases-ls li:nth-child(2n){
    margin-right: 0;
  }

  /*2021/11/9*/
.kitchen .block-title{
    padding-top: 0.46rem;
    padding-bottom: 0.3rem;
    margin: 0 auto;
    width: 90%;
}


  .block-title h3{
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0;
    margin-top: 0.2rem;
    color: #1b1b1b;
    font-size: 0.36rem;
    font-weight: bold;
  }
  .block-title p{
    line-height: 0.36rem;
    margin-top: 0.18rem;
    font-size: 0.24rem;
    line-height: 1.8;
    font-weight: normal;
  }
  .block-title .top-heng {
    width: 34px;
    height: 5px;
    margin: 0.22rem auto 0;
    border-radius: 0.5rem;
    background: #009966;
}
  .scenes .block-content{
    padding: 0;
    background: none;
  }
  .scenes .block-content .scenes-left .scenes-left-icon{
    display: none;
  }
  .scenes .block-content .scenes-left .scenes-nav{
    padding: 0 0.3rem;
    display: flex;
    justify-content: space-between;
  }
  .scenes .block-content .scenes-left .scenes-nav li{
    padding: 0;
    height: 0.65rem;
    border-bottom: 0.02rem solid #fff;
    position: relative;
  }
  .scenes .block-content .scenes-left .scenes-nav li a{
    color: #333;
  }
  .scenes .block-content .scenes-left .scenes-nav li i{
    border: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .scenes .block-content .scenes-left .scenes-nav li:hover,
  .scenes .block-content .scenes-left .scenes-nav li.active{
    background: none;
  }
  .scenes .block-content .scenes-left .scenes-nav li.active{
    border-bottom: 0.02rem solid #ff8201;
  }
  .scenes .block-content .scenes-left .scenes-nav li:hover a,
  .scenes .block-content .scenes-left .scenes-nav li.active a{
    color: #ff8201;
  }
  .scenes .block-content .scenes-right .scenes-right-des{
    margin: 0 auto;
    padding: 0.38rem 0.4rem 0.15rem;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item{
    margin-bottom: 0.25rem;
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item:last-child{
    margin-bottom: 0.25rem;
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-title{
    margin-bottom: 0;
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.24rem;
    font-size: 0.3rem;
    border: none;
    background-image: linear-gradient(to right, #414b7e , #575e94);
  }
  .scenes .block-content .scenes-right .scenes-right-des .scenes-des-item .scenes-des-content{
    display: none;
  }
  .industry{
    background: #f5f5f5;
  }
  .industry .block-content{
    padding: 0;
    margin-top: unset;
    background: none;
  }
  .industry .industry-top{
    padding-bottom: 0;
  }
  .industry .industry-content{
    border-top: 1px solid #adadad;
    padding-top: 0.14rem;
  }
  .industry .industry-content .swiper-slide .industry-right{
    border-radius: 0;
    width: 100vw;
    margin-left: -2.5vw;
    height: 4.65rem;
  }
  .industry .industry-content .swiper-slide .industry-left{
    padding: 0;
    background: none;
  }
  .industry .industry-content .swiper-slide .industry-left h4{
    display: none;
  }
  .industry .industry-content .swiper-slide .industry-left div{
    margin-bottom: 0;
    padding-bottom: 0;
    height: 10em;
    font-size: 0.25rem;
    line-height: .4rem;
    overflow: hidden;
  }
  .industry .industry-content .swiper-slide .industry-left a{
    /* border: none;
    width: auto;
    line-height: 1.1;
    height: 1.1em;
    color: #6993df;
    text-decoration: underline; */
    display: block;
    width: 2.0rem;
    height: 0.6rem;
    margin-top: 0.1rem;
    font-size: 0.25rem;
    text-align: center;
    line-height: 0.45rem;
    color: #009966;
    border-radius: 0.45rem;
    border: solid 2px #009966;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  .search{
    display: none;
  }

  .exp .block-content .inner .exp-top .exp-top-video{
    margin-bottom: 0.3rem;
  }
  .exp .block-content .inner{
    padding-bottom: 3rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-bot{
    display: none;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item .kitchen-item-bot{
    display: none !important;
  }
  .kitchen .block-content .kitchen-item{
    padding: 0;
    height: 1.8rem;
    border-radius: 0.1rem;
    background: #fff;
    width: 3.03rem;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item{
    height: 1.8rem !important;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-top{
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    padding-top: 0.32rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-top i{
    margin-right: 0;
    height: 0.64rem;
  }
  .kitchen .block-content .kitchen-item .kitchen-item-top span{
    display: block;
    text-align: center;
    width: 100%;
    margin-top: 0.28rem;
  }
  .kitchen .block-content .kitchen-left{
    background: none;
    border-radius: 0;
    margin: 0;
    position: static;
  }
  .kitchen .block-content .kitchen-top{
    position: relative;
    padding-top: 4.46rem;
  }
  .kitchen .block-content .kitchen-mid{
    position: static;
    margin: 0;
  }
  .kitchen .block-content .kitchen-item{
    position: absolute;
  }
  .kitchen .block-content .kitchen-left .kitchen-item{
    left: 0.36rem;
    top: 0;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(1){
    position: absolute;
    right: 0.36rem;
    top: 0;
    margin: 0;
    left: auto;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(2){
    position: absolute;
    left: 0.36rem;
    top: 2.17rem;
    width: 3.03rem;
    margin: 0;
  }
  .kitchen .block-content .kitchen-mid .kitchen-item:nth-child(3){
    position: absolute;
    right: 0.36rem;
    top: 2.17rem;
    width: 3.03rem;
    margin: 0;
  }
  .kitchen .kitchen-bot{
    display: none;
  }
  footer a{
    color: #333;
  }
  /* #YSF-CUSTOM-ENTRY-7{
    display: none !important;
  } */
  .footer-nav{
    background-image: linear-gradient(to right, #eb8255 , #ec5909);
  }
  .banner .banner-page .banner-prev{
    top: 0.26rem;
  }

  body{
    padding-top: 1rem;
  }
  #m-header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  #m-header .inner{
    position: relative;
    width: 100vw;
  }
  #m-header .inner .regis{
    position: absolute;
    top: 0.3rem;
    right: 0.86rem;
    width: 1.55rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    height: 0.4rem;
    color: #fff;
    text-align: center;
    border-radius: 0.3rem;
    background-image: linear-gradient(to bottom right, #06e15e, #65cceb);
  }
  nav#navs{
    width: 6.5rem;
    width: 280px;
    top: 1rem;
    padding: 0 0.38rem;
    padding: 0 20px;
    height: auto;
    height: calc(100vh - 2.08rem);
    background-image: linear-gradient(#3d4655 , #181e24);
    box-shadow: none;
  }
  nav#navs > ul{
    position: relative;
    top: 0;
    height: auto;
    margin-bottom: 0;
  }
  nav#navs > ul li{
    display: block;
    padding: 0;
    width: 100%;
    line-height: 0.9rem;
    line-height: 1rem;
    border-bottom: none;
  }
  nav#navs > ul li:before{
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
    width: 100%;
    left: 0px;
    border-bottom: 0.01rem solid #75797c;
  }
  nav#navs > ul li a{
    font-size: 0.3rem;
    font-size: 14px;
    color: #fff;
    top: 0;
  }
  nav#navs > ul li i{
    position: absolute;
    right: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    top: 15px;
    right: 0.2rem;
  }
  nav#navs > ul li.active > a{
    color: #009966;
    font-size: .35rem;
  }
  nav#navs > ul li.active i{
    top: 22px;
    transform: rotate(-135deg);
  }
  nav#navs > ul li > a{
    display: block;
    top: 0;
    max-width: 70%;
  }
  nav#navs > ul li i::before{
    display: none;
  }
  nav#navs > ul li > ul{
    display: none;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
    padding-bottom: .1rem;
    border-bottom: 0.01rem solid #75797c;
    margin-right: 0;
    margin-left: 0;
  }
  nav#navs > ul li > ul .item-gp{
    float: left;
    padding-top: 0.25rem;
    width: 1.7rem;
    padding-top: 0;
    width: 100px;
  }
  nav#navs > ul li > ul .item-gp:first-child{
    margin-right: 1.2rem;
    margin-right: 28px;
    padding-top: 0;
  }
  nav#navs > ul li > ul .item-gp .tit a{
    display: block;
    font-size: 0.26rem;
    line-height: 0.54rem;
    border-bottom: 1px solid #009966;
    font-weight: bold;
    white-space: nowrap;

    font-size: 14px;
    line-height: 35px;
  }
  nav#navs > ul li > ul .item-gp .item{
    /* padding: 0.2rem 0; */
  }
  nav#navs > ul li > ul .item-gp .item a{
    white-space: nowrap;
    display: block;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #c5c5c5;
    position: relative;

    font-size: 14px;
    line-height: 35px;
    color: #c8c9cc;
  }
  nav#navs > ul li:nth-child(4) .commonarrow-bottom,
  nav#navs > ul li:nth-child(5) .commonarrow-bottom{
    display: none;
  }
  nav#navs > ul li:nth-child(4) ul,
  nav#navs > ul li:nth-child(5) ul{
    display: none !important;
  }
  /* nav#navs > ul li:nth-child(6){
    display: none;
  } */

  nav#navs > ul li:nth-child(2) > ul .item-gp:nth-child(1) .item:nth-child(2) a:after,
  nav#navs > ul li:nth-child(2) > ul .item-gp:nth-child(1) .item:nth-child(3) a:after,
  nav#navs > ul li:nth-child(2) > ul .item-gp:nth-child(1) .item:nth-child(5) a:after,
  nav#navs > ul li:nth-child(2) > ul .item-gp:nth-child(2) .item:nth-child(2) a:after,
  nav#navs > ul li:nth-child(2) > ul .item-gp:nth-child(2) .item:nth-child(3) a:after,
  nav#navs > ul li:nth-child(2) > ul .item-gp:nth-child(2) .item:nth-child(4) a:after,
  nav#navs > ul li:nth-child(3) > ul .item-gp:nth-child(1) .item:nth-child(2) a:after,
  nav#navs > ul li:nth-child(3) > ul .item-gp:nth-child(1) .item:nth-child(3) a:after{
    /* content: "HOT";
    position: absolute;
    font-size: 0.10rem;
    line-height: 0.2rem;
    height: 0.18rem;
    font-family: "Arial";
    width: 0.42rem;
    color: #fff;
    text-align: center;
    background: #ff5d3c;
    border-radius: 0.03rem;
    left: 1.14rem;
    top: 0.07rem; */

    display: inline-block;
    content: "";
    width: 24px;
    height: 10px;
    /* background: url('../images/main_res_img_Hot.png') no-repeat;
    background-size: contain; */
    margin-left: 5px;
  }
  nav#navs > ul li:nth-child(3) > ul .item-gp:nth-child(2) .item:nth-child(2) a:after{
    /* content: "HOT";
    position: absolute;
    font-size: 0.10rem;
    line-height: 0.2rem;
    height: 0.18rem;
    font-family: "Arial";
    width: 0.42rem;
    color: #fff;
    text-align: center;
    background: #ff5d3c;
    border-radius: 0.03rem;
    left: 1.14rem;
    top: 0.07rem; */

    display: inline-block;
    content: "";
    width: 24px;
    height: 10px;
    background: url('../images/main_res_img_Hot.png') no-repeat;
    background-size: contain;
    margin-left: 5px;
  }
  nav#navs > ul li:nth-child(3) > ul .item-gp:nth-child(2) .item:nth-child(3) a:after{
    /* content: "HOT";
    position: absolute;
    font-size: 0.10rem;
    line-height: 0.2rem;
    height: 0.18rem;
    font-family: "Arial";
    width: 0.42rem;
    color: #fff;
    text-align: center;
    background: #ff5d3c;
    border-radius: 0.03rem;
    left: 1.14rem;
    top: 0.07rem; */

    display: inline-block;
    content: "";
    width: 24px;
    height: 10px;
    background: url('../images/main_res_img_Hot.png') no-repeat;
    background-size: contain;
    margin-left: 5px;
  }
  nav#navs > ul li > ul .item-gpone{
    padding-top: 0.25rem;
    overflow: hidden;
  }
  nav#navs > ul li > ul .item-gpone .item{
    float: left;
    width: 1.7rem;
    padding: 0.2rem 0;
    margin-right: 1.2rem;
    width: 100px;
    margin-right: 28px;
    padding: 0;
  }
  nav#navs > ul li > ul .item-gpone .item:nth-child(2n){
    margin-right: 0;
  }
  nav#navs > ul li > ul .item-gpone .item a{
    white-space: nowrap;
    display: block;
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #c5c5c5;

    font-size: 14px;
    line-height: 35px;
    color: #c8c9cc;
  }

  .banner .swiper-wrapper,
  .banner .swiper-slide{
    height: auto;
  }
  .banner.swiper-banner img{
    height: 51.3vw;
  }

  .index-box{
		padding: 0 20px;
	}
    .news .news-left .news-left-img img {
        margin: 0 auto;
        display: inline-block;
        width: 100%;
        height: auto;
    }

/* 案例 */
    .case-main.case{
		height: auto;
	}
	.index-case .case-main{
		display: none;
	}
	.index-case .w1680{
        width: 100%;
		padding: 30px 15px 20px;
        box-sizing: border-box;
	}
	.index-case-t{
		position: relative;
		top: 0;
        left: 0;
		width: 100%;
		text-align: center;
        z-index: 2;
	}
	.index-case-t .en{
        line-height: 0.36rem;
        margin-top: 0.18rem;
        font-size: 0.24rem;
        line-height: 1.8;
        font-weight: normal;
	}
    .all-h3 {
        line-height: 0.4rem;
        margin-bottom: 0.1rem;
        letter-spacing: 0;
        margin-top: 0.4rem;
        color: #1b1b1b;
        font-size: 0.36rem;
        font-weight: bold;
    }
	.index-case-t hr{
		display: none;
	}
	.index-case-main2{
		display: block;
		overflow: hidden;
		margin-top: 20px;
	}
	.index-case-main2 li{
		width: 48%;
		float: left;
        height: 2.6rem;
        margin-bottom: 0.2rem;
	}
	.index-case-main2 li:nth-child(2n){
		margin-left: 10px;
	}
	.index-case-main2 li .img{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	.index-case-main2 li .img img{
		width: 100%;
		min-height: 100%;
	}
	.index-case-main2 li h4{
        line-height: 0.4rem;
        font-size: 0.2rem;
        bottom: 0.44rem;
        background-color: #00996680;
        color: #fff;
        text-align: center;
	}
	.index-case {
		background-position: center;
    height: auto;
	}

.index-client-box{
		padding-top: 0;
		display: flex;
    	flex-direction: column-reverse;
	}
.index-client-img{
		width: 100%;
        height: 12rem;
	}
	.index-client-tbox{
		width: 100%;
		padding: 0;
        text-align: center;
	}
	.index-client-tbox .title{
        line-height: 0.4rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0;
    margin-top: 0.4rem;
    color: #1b1b1b;
    font-size: 0.36rem;
    font-weight: bold;
	}
	.index-client-tbox .txt{
    margin-top: 0.18rem;
    margin-bottom: 0.3rem;
    font-size: 0.24rem;
    line-height: 1.8;
    font-weight: normal;
	}


    .index-client.active .index-client-img .img2 {
        left: 0%;
        top: 1%;
        width: 1.6rem;
        height: 1.6rem;
    }
    .index-client.active .index-client-img .img3 {
        left: 0;
        top: 52%;
        width: 1.6rem;
        height: 1.6rem;
    }
	.index-client.active .index-client-img .img4 {
		left: 0;
		top: 69%;
        width: 1.6rem;
        height: 1.6rem;
	}
	.index-client.active .index-client-img .img5 {
		left: 37%;
		top: 69%;
        width: 1.6rem;
        height: 1.6rem;
	}
	.index-client.active .index-client-img .img6 {
		left: 0;
		top: 18%;
        width: 1.6rem;
        height: 1.6rem;
	}
    .index-client.active .index-client-img .img7 {
		left: 0;
		top: 35%;
        width: 1.6rem;
        height: 1.6rem;
	}
    .index-client.active .index-client-img .img8 {
        left: 37%;
        top: 18%;
        width: 1.6rem;
        height: 1.6rem;
    }
	.index-client.active .index-client-img .img9 {
		left: 37%;
		top: 52%;
        width: 1.6rem;
        height: 1.6rem;
	}
    .index-client.active .index-client-img .img10 {
		left: 37%;
    	top: 35%;
        width: 1.6rem;
        height: 1.6rem;
	}

	.index-client.active .index-client-img .img11 {
		left: 37%;
		top: 0%;
        width: 1.6rem;
        height: 1.6rem;
	}
    .index-client.active .index-client-img .img12 {
        left: 75%;
        top: 1%;
        width: 1.6rem;
        height: 1.6rem;
    }
	.index-client.active .index-client-img .img13 {
		left: 75%;
		top: 35%;
        width: 1.6rem;
        height: 1.6rem;
	}
    .index-client.active .index-client-img .img14 {
		left: 75%;
		top: 18%;
        width: 1.6rem;
        height: 1.6rem;
	}
    .index-client.active .index-client-img .img15 {
        left: 75%;
        top: 52%;
        width: 1.6rem;
        height: 1.6rem;
    }
	.index-client.active .index-client-img .img16 {
		left: 75%;
		top: 69%;
        width: 1.6rem;
        height: 1.6rem;
	}

	.index-client.active .index-client-img .img17,
	.index-client.active .index-client-img .img18,
	.index-client.active .index-client-img .img19{
		display: none;
	}

	.index-client.active .index-client-img .img20 {
		left: 65%;
		top: 73%;
        width: 1.6rem;
        height: 1.6rem;
	}


/* 设备优势 */
    .index-advantage{
		padding: 0;
	}
    .index-advantage-box{
		padding-top: 0;
		display: flex;
    	flex-direction: column-reverse;
	}
    .index-advantage-img{
		width: 100%;
        height: 5rem;
	}
.index-advantage-img .img p {
    display: none;
        color: #666;
        font-size: 0.25rem;
        line-height: 0.35rem;
        padding: 0 0.3rem;
        border-radius: 0.1rem;
        margin-top: 0;
        width: 4.5rem;
        left: 0%;
        padding: 0.2rem;
        background-color: #fff;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        z-index: 12;
}
.index-advantage-img .img4 p {
        left: -160%;
}
.index-advantage-img .img5 p {
        left: -200%;
}
.index-advantage-img .img6 p {
        left: -200%;
}
    .index-advantage.active .index-advantage-img .zhutu {
        width: 100%;
        height: 100%;
        left: unset;
        top: 0rem;
        box-shadow: unset;
        border-radius: unset;
        z-index: -1;
    }
	.index-advantage.active .index-advantage-img .img1 {
        left: 6.5%;
        top: 1.5%;
        width: 1.5rem;
        height: 1.5rem;
        -webkit-transition: all 1.5s;
        transition: all 1.5s ease-in;
        -webkit-animation: doud 1.5s ease-in-out infinite;
        animation: doud 1.5s ease-in-out infinite;
        z-index: 22;
	}
    .index-advantage.active .index-advantage-img .img2 {
        left: 1%;
        top: 37%;
        width: 1.5rem;
        height: 1.5rem;
        z-index: 21;
    }
	.index-advantage.active .index-advantage-img .img3 {
        left: 6.6%;
        top: 69.6%;
        width: 1.5rem;
        height: 1.5rem;
        z-index: 20;
	}

    .index-advantage.active .index-advantage-img .img4 {
        left: 67.25%;
        top: 0%;
        width: 1.5rem;
        height: 1.5rem;
        z-index: 22;
    }
    .index-advantage.active .index-advantage-img .img5 {
        left: 78%;
        top: 33%;
        width: 1.5rem;
        height: 1.5rem;
        z-index: 21;
    }
	.index-advantage.active .index-advantage-img .img6 {
        left: 76.25%;
    top: 69.6%;
    width: 1.5rem;
    height: 1.5rem;
    z-index: 20;
	}

    @-webkit-keyframes doud {
        0% {
            -webkit-transform: translate(-0.1rem, -0.1rem);
            transform: translate(-0.1rem, -0.1rem);
            opacity: .8;
        }

        50% {
            -webkit-transform: translate(0.1rem, 0.1rem);
            transform: translate(0.1rem, 0.1rem);
            opacity: 1;
        }
        100% {
            -webkit-transform: translate(-0.1rem, -0.1rem);
            transform: translate(-0.1rem, -0.1rem);
            opacity: .8;
        }
    }

    @keyframes doud {
        0% {
            -webkit-transform: translate(-0.1rem, -0.1rem);
            transform: translateX(-0.1rem, -0.1rem);
            opacity: .8;
        }

        50% {
            -webkit-transform: translate(0.1rem, 0.1rem);
            transform: translate(0.1rem, 0.1rem);
            opacity: 1;
        }
        100% {
            -webkit-transform: translate(-0.1rem, -0.1rem);
            transform: translate(-0.1rem, -0.1rem);
            opacity: .8;
        }
    }

}
