.head{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
}
.nyhead{
    position: unset;
}
.hd-show{
  padding: 23px 0;
  position: relative;
}
.h-show{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logo{
    width: 32%;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 100%;
}
.nyhead .logo a img{
    filter: brightness(0);
    -webkit-filter: brightness(0);
}
.hd-nav{
    width: 64%;
    display: flex;
    align-items: center;
}

.hd-right{
    width: 4%;
    display: flex;
    justify-content: flex-end;
}
.lsch{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.nyhead .lsch::after{
    background-color: #666;
}

.nyhead .hd-sch img{
        filter: brightness(0);
    -webkit-filter: brightness(0);
}

.hd-sch{
  overflow: hidden;
  margin-left: 20px;
  cursor: pointer;
}
.hd-sch img{
    max-width: 100%;
}

.sch{
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  box-shadow: 0px 6px 6px 3px rgb(0 0 0 / 20%);
  display: none;
  z-index: 999999;
}
.sch .so{
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px;
  position: relative;
}
.sch .so h4{
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.so #formsearch{
  width: 100%;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
  margin-top: 30px;
}
.so #formsearch input{
  border: none;
  background: none;
  outline: none;
}
.so #formsearch input#keyword{
  font-size: 14px;
  color: #999;
  padding-left: 15px;
  line-height: 40px;
  width: 80%;
  float: left;
}
.so #formsearch input#s_btn{
  background: #009540;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  border-radius: 10px;
  width: 20%;
  float: right;
}
.so p{
  font-size: 15px;
  color: #666;
  line-height: 26px;
  margin-top: 20px;
}
.so p a{
  font-size: 15px;
  color: #999;
  margin-left: 8px;
}
.so p a:hover{
  color: #009540;
}
.so span{
  position: absolute;
  top: 20px;
  right: 20px;
}
.so span img{
  transition: all .3s ease;
}
.so span img:hover{
  filter: brightness(2);
  -webkit-filter: brightness(-1%);
}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}
.x-menu > li>a {
    font-size: 17px;
    color: #fff;
    line-height: 30px;
    display: block;
    position: relative;
    padding: 0 32px;
}

.x-menu > li>a::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #009540;
  top: 50%;
  margin-top: -4px;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0;
  border-radius: 50%;
}

.x-menu > li>a:hover:after{
    opacity: 1;
}

.x-menu > li.active > a {
    
}
.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.x-menu::before,
.x-menu::after{
    display: none;
}
.x-sub-menu {
    top: 80px;
}
.x-menu .lastli {
    width: 6%!important;
}
.x-menu>li.active>a, .x-menu>li>a:hover {}

.x-menu > li:after {
    content: '';
    position: absolute;
    z-index: 100;
    width: 100%;
    left: 0;
    height: 40px;
    opacity: 0;
    top: 100%;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 160%;
    left: -30%;
    top: 66px;
    background: #fff;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    color: #0f9340;
}

.x-sub-menu:after {
    display: none;
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}

.x-banner video{
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.x-banner{
    height: 100%;
}

.mouse{
    position: absolute;
    width: 100%;
    bottom: 65px;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 99999;
}
.mouse p{
    cursor: pointer;
}

.about{
    height: 100%;
}
.about-show{
    height: 100%;
    display: flex;
    align-items: center;
}
.abt-show{
    max-width: 1234px;
    margin: 0 auto;
}
.abt-con{

}
.abt-tit{
    text-align: center;
}
.abt-tit h3{
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}   

.abt-text{
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-top: 30px;
}
.abt-con a{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 14px;
    color: #fff;
    background: #009540;
    border-radius: 25px;
    width: 158px;
    height: 44px;
    line-height: 44px;
}

.ul-txtq1{
    margin:100px -45px 0;
    overflow:hidden
}

.ul-txtq1 li{
    float:left;
    width:20%;
    padding:0 10px
}

.ul-txtq1 .speed{
    width:170px;
    height:170px;
    border-radius:50%;
    margin:0 auto 25px;
    position:relative
}

.ul-txtq1 .speed:after{
    content:'';
    border:1px solid rgba(255,255,255,.38);
    border-radius:50%;
    position:absolute;
    top:2px;
    left:2px;
    bottom:2px;
    right:2px
}

.ul-txtq1 .speed span{
    display:block;
    font-size:48px;
    color:#fff;
    text-align:center;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    padding:0 10px;
    overflow:hidden;
    font-weight: bold;
}
.ul-txtq1 .speed span em{
    font-size:48px;
    font-family:Helvetica,"å¾®è½¯é›…é»‘";
    line-height:1.5em;
    font-style: normal;
}
.ul-txtq1 .speed span strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.ul-txtq1 canvas{
    display:block;
    width:100%;
    height:100%;
    position:relative;
    z-index:2;
    -ms-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    -webkit-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    transform:rotate(-30deg)
}
.ul-txtq1 h3{
    font-size:20px;
    color:#fff;
    line-height:1.5em;
    font-weight:400;
    text-align:center;
    opacity:.60;
    filter:alpha(opacity=60);
    filter:alpha(Opacity=60);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}

.index-title {
    text-align: center;
}

.index-title h3 {
    color: #333333;
    font-size: 48px;
    font-weight: bold;
}

.index-title p {
    color: #009540;
    font-size: 20px;
    font-family: arial;
    text-transform: uppercase;
}

.product{
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.product-swiper {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.product-swiper .pro-list li img {
    width: 100%;
}

.pro-list {
    width: 65%;
}

.pro-list li {
    text-align: left;
}

.pro-list1 {
    width: 35%;
    padding-top: 50px;
}

.pro-list1 li {
    color: #666666;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    line-height: 70px;
}

.pro-list1 li.swiper-slide-thumb-active {
    color: #009540;
    font-size: 28px;
}

.pro-list .swiper-button-prev {
    right: 0;
    left: auto;
    background: url(../images/pro_prev.png) center no-repeat #d2d2d2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: calc(45% + 70px);
}

.pro-list .swiper-button-next {
    right: 0;
    left: auto;
    background: url(../images/pro_next.png) center no-repeat #d2d2d2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 45%;
}

.pro-list .swiper-button-prev:after,
.pro-list .swiper-button-next:after {
  content: '';
}

.pro-list .swiper-button-prev:hover {
    background-color: #009540;
    box-shadow: 0 2px 10px rgba(0, 149, 64, 0.5);
}

.pro-list .swiper-button-next:hover {
    background-color: #009540;
    box-shadow: 0 2px 10px rgba(0, 149, 64, 0.5);
}


.case {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.case-swiper {
    margin-top: 70px;
}

.case-list li a {
    display: block;
}

.case-list li a .img {
    overflow: hidden;
}

.case-list li a .img img {
    width: 100%;
    transition: all .5s;
}

.case-list li a:hover img {
    transform: scale(1.1);
}

.case-list li a h3 {
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 70px;
}

.case-list li a:hover h3 {
    color: #009540;
}

.case-list .swiper-button-prev {
    background: url(../images/case_prev.png) center no-repeat;
    width: 60px;
    height: 60px;
    bottom: 0;
    top: auto;
    left: auto;
    position: relative;
    display: inline-block;
    margin: 0 16px;
}

.case-list .swiper-button-next {
    background: url(../images/case_next.png) center no-repeat;
    width: 60px;
    height: 60px;
    bottom: 0;
    top: auto;
    left: auto;
    position: relative;
    display: inline-block;
    margin: 0 16px;
}

.case-list .swiper-button-prev:after,
.case-list .swiper-button-next:after {
  content: '';
}

.case-list .swiper-button-prev:hover {
    background: url(../images/case_prev_h.png) center no-repeat;
}

.case-list .swiper-button-next:hover {
    background: url(../images/case_next_h.png) center no-repeat;
}

.case-list .case-button {
    text-align: center;
    height: 60px;
    margin-top: 40px;
}

.banshi {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.banshi-cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.textleft {
    width: 34%;
    color: #fff;
}

.textleft .xian {
    display: block;
    width: 50px;
    height: 4px;
    background: #fff;
}

.textleft .tit {
    font-size: 48px;
    font-weight: bold;
    margin-top: 40px;
}

.textleft .txt {
    font-size: 18px;
    line-height: 42px;
    margin-top: 50px;
}

.textleft .more {
    margin-top: 120px;
}

.textleft .more a {
    display: block;
    width: 158px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #fff;
    border-radius: 48px;
    font-size: 14px;
    color: #009540;
    position: relative;
}

.textleft .more a i {
    z-index: 2;
    position: relative;
    font-style: normal;
}

.textleft .more a:before {
    content: "";
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    position: absolute;
    -webkit-transition: width 334ms linear;
    transition: width 334ms linear;
    background: #009540;
    border-radius: 48px;
}

.textleft .more a:hover {
    color: #fff;
}

.textleft .more a:hover:before {
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.imgright {
    width: 65%;
}

.imgright img {
    max-width: 100%;
}

.active .banshi .textleft {
    -webkit-animation: scrollArrow 2s ease-in-out;
    animation: scrollArrow 2s ease-in-out;
}

@-webkit-keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scrollArrow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.index-news {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.index-news .list {
    margin-top: 60px;
}

.index-news li {
  text-align: left;
  width: 33.3333%;
}
.index-news li a {
  display: block;
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(9, 42, 62, 0.16);
}
.index-news li .year {
  font-family: arial;
  font-size: 16px;
  color: #666666;
}
.index-news li .year span {
  font-size: 14px;
  color: #159243;
  min-width: 94px;
  height: 34px;
  text-align: center;
  padding: 0 20px;
  margin-right: 15px;
  border-radius: 35px;
  display: inline-block;
  position: relative;
  line-height: 32px;
  border: 2px solid #159243;
}

.index-news li .year span i {
  z-index: 2;
  position: relative;
  font-style: normal;
  display: inline-block;
}
.index-news li .tit {
  color: #333333;
  font-weight: 700;
  margin-top: 25px;
  -webkit-transition: color .5s;
          transition: color .5s;
  line-height: 24px;
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.index-news li .txt {
  color: #828282;
  margin-top: 15px;
  font-size: 17px;
  -webkit-transition: color .5s;
          transition: color .5s;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.index-news li .pic {
  margin-top: 35px;
  overflow: hidden;
  position: relative;
}
.index-news li .pic:after {
  content: "";
  display: block;
  padding-bottom: 2%;
}
.index-news li .pic img {
    width: 100%;
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: all 700ms ease;
          transition: all 700ms ease;
}

.index-news li:hover .tit {
  color: #009540;
}
.index-news li:hover .pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .swiper-button-prev,
.index-news .swiper-button-next {
  -webkit-transition: color 700ms ease;
          transition: color 700ms ease;
  margin-top: -45px;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
}
.index-news .swiper-button-prev:after,
.index-news .swiper-button-next:after {
  color: #666;
  font-size: 24px;
}
.index-news .swiper-button-prev:hover,
.index-news .swiper-button-next:hover {
  background: #009540;
}
.index-news .swiper-button-prev:hover:after,
.index-news .swiper-button-next:hover:after {
  color: #fff;
}
.index-news .swiper-button-prev {
  padding-left: 20px;
  left: -45px;
}
.index-news .swiper-button-next {
  right: -45px;
  padding-right: 20px;
}
.index-news .index-more {
  text-align: center;
}

.active .index-news li {
    -webkit-animation: scrollArrow 2s ease-in-out;
    animation: scrollArrow 2s ease-in-out;
}


.foot{
    background-color: #212121;
}

.foot-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0 75px 0;
}

.foot-contact {
    width: 24%;
}

.ft-logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ft-logo .img {
    margin-right: 18px;
}

.ft-logo .txt h3 {
    color: #159243;
    font-size: 20px;
    font-weight: bold;
}

.ft-logo .txt p {
    color: #fff;
    font-size: 16px;
}

.ft-lx {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.foot-contact a.kf {
    display: block;
    width: 156px;
    height: 50px;
    line-height: 50px;
    background: url(../images/kf.png) 35px 50% #009540 no-repeat;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    text-indent: 70px;
    margin-top: 40px;
}

.foot-r {
    width: 62%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-nav {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
}

.foot-nav .ft-list {
    width: 25%;
    text-align: left;
}

.foot-nav .ft-list h3 {
    color: #fff;
    font-size: 20px;
    opacity: 0.6;
    margin-bottom: 20px;
    font-weight: normal;
}

.foot-nav .ft-list li a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 34px;
}

.foot-ewm {
    width: 14%;
    text-align: center;
    color: #828282;
    font-size: 14px;
    line-height: 30px;
}

.foot-ewm img {
    margin-bottom: 10px;
}

.foot-bot {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 32px;
}

.foot-bot a {
    color: rgba(255, 255, 255, 0.5);
}

.foot-bot a:hover {
    color: #fff;
}

#fp-nav ul li, .fp-slidesNav ul li{
    width: 88px;
    height: 18px;
    margin: 4px 0;
}
#fp-nav ul li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#fp-nav ul li a span{
    border-radius: 0;
    position: relative;
    height: auto;
    width: auto;
    border: none !important;
    background: none;
    left: unset;
    top: unset;
    font-size: 0;
    line-height: 18px;
    margin: 0;
        display: flex;
    align-items: center;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    height: auto;
    width: auto;
    margin: 0;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
}
 #fp-nav ul li:hover a span,
 .fp-slidesNav ul li:hover a span{
     margin: 0;
     font-size: 12px;
     color: #fff;
     width: auto;
 }

#fp-nav ul li a span::after{
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    width: 6px;
    height: 6px;
    left: 50px;
    border-radius: 50%;
}
#fp-nav ul li a.active span::after, .fp-slidesNav ul li a.active span::after, #fp-nav ul li:hover a.active span::after, .fp-slidesNav ul li:hover a.active span::after{
    background: #fff;
}
#fp-nav ul li a:hover span::after{
    background: #fff;
}

.g-down {
    display: block;
    width: 51px;
    height: 41px;
    background: url(../images/banner_xiala.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: 1s infinite myfirst;
    -moz-animation: 1s infinite myfirst;
    -ms-animation: myfirst 1s infinite;
    -o-animation: 1s infinite myfirst;
    animation: 1s infinite myfirst;
    z-index: 999;
}

@-moz-keyframes myfirst{
0%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}
}
@-ms-keyframes myfirst{
0%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}
}
@-webkit-keyframes myfirst{
0%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}
}
@-o-keyframes myfirst{
0%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}
50%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);-o-transform:translateY(10px);transform:translateY(10px)}
}

@media (max-width: 1600px) {
    .container {
        max-width: 1280px;
    }

    .logo {
        width: 22%;
    }

    .hd-nav {
        width: 74%;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 60%;
    }

    .textleft .tit {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .g-down {
        display: none;
    }

    .abt-tit h3 {
        font-size: 20px;
    }

    .index-title h3 {
        font-size: 20px;
    }

    .index-title p {
        font-size: 14px;
    }

    .about {
        height: auto;
        padding: 30px 0;
    }

    .abt-text {
        font-size: 14px;
        line-height: 30px;
    }

    .abt-con a {
        margin-top: 30px;
    }

    .ul-txtq1 {
        margin: 30px 0 0;
        text-align: center;
    }

    .ul-txtq1 .speed {
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }

    .ul-txtq1 .speed span {
        font-size: 14px;
    }

    .ul-txtq1 .speed span em {
        font-size: 20px;
    }

    .ul-txtq1 .speed span strong {
        font-size: 14px;
    }

    .ul-txtq1 h3 {
        font-size: 14px;
    }

    .ul-txtq1 li {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .product {
        height: auto;
        padding: 30px 0;
    }

    .pro-list1 {
        width: 100%;
        padding-top: 30px;
    }

    .product-swiper {
        margin-top: 0;
    }

    .pro-list1 li {
        font-size: 14px;
        width: 25%;
        height: 36px;
        line-height: 36px;
        text-align: center;
    }

    .pro-list1 li.swiper-slide-thumb-active {
        font-size: 16px;
    }

    .swiper-container-vertical>.swiper-wrapper {
        flex-direction: row;
    }

    .pro-list {
        width: 100%;
        margin-top: 30px;
    }

    .pro-list li {
        text-align: center;
    }

    .pro-list li .img img {
        width: 100%;
    }

    .pro-list .swiper-button-prev {
        left: 0;
        top: 50%;
        margin-top: -25px;
    }

    .pro-list .swiper-button-next {
        right: 0;
        top: 50%;
        margin-top: -25px;
    }

    .case {
        height: auto;
        padding: 30px 0;
    }

    .case-swiper {
        margin-top: 30px;
    }

    .case-list li a h3 {
        font-size: 14px;
        line-height: 36px;
    }

    .case-list .case-button {
        margin-top: 20px;
    }

    .banshi {
        height: auto;
        padding: 30px 0;
    }

    .textleft {
        width: 100%;
    }

    .textleft .tit {
        font-size: 18px;
    }

    .textleft .txt {
        font-size: 14px;
        margin-top: 20px;
        line-height: 30px;
    }

    .textleft .more {
        margin-top: 30px;
    }

    .imgright {
        width: 100%;
        margin-top: 30px;
    }

    .index-news {
        height: auto;
        padding: 30px 0;
    }

    .index-news .list {
        margin-top: 30px;
    }

    .index-news li a {
        padding: 20px;
    }

    .index-news li .tit {
        font-size: 16px;
    }

    .index-news li .txt {
        font-size: 14px;
    }

    .index-news li .pic {
        margin-top: 20px;
    }

    .index-news .swiper-button-prev, .index-news .swiper-button-next {
        margin-top: -30px;
        width: 60px;
        height: 60px;
    }

    .index-news .swiper-button-prev {
        padding-left: 15px;
        left: -30px;
    }

    .index-news .swiper-button-next {
        right: -30px;
        padding-right: 15px;
    }

    .index-news .swiper-button-prev:after, .index-news .swiper-button-next:after {
        font-size: 14px;
    }

    #fullpage {
        padding-bottom: 56px;
    }
}