.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.max-width {
  max-width: 1600px;
  margin: 0 auto;
}

.padding {
  padding: 110px 0;
}

.newheader {
  position: fixed;
  width: 100%;
  z-index: 998;
  transition: all .5s;
}
.newheader .pc {
  padding: 30px 0;
  transition: all .5s;
}
.newheader .pc a img {
  transition: all .5s;
  height: 70px;
}
.newheader .pc ul li {
  margin-right: 48px;
}
.newheader .pc ul li:last-child {
  margin: 0;
}
.newheader .pc .mun {
  display: none;
}
.newheader .mob {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 100vh;
  background: #fff;
  padding: 10px 0;
  transition: all .5s;
}
.newheader .mob .top a img {
  height: 40px;
}
.newheader .mob ul li {
  text-align: center;
  margin-top: 60px;
}
.newheader .mob ul li a {
  font-size: 24px;
}
.newheader .mob.show {
  top: 0;
}

.newheader.black {
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.newheader.scroll .pc {
  padding: 10px 0;
}
.newheader.scroll .pc a img {
  height: 50px;
}

.newfoot {
  background: #fff;
  padding: 100px 0 50px;
}
.newfoot .max-width {
  text-align: center;
}
.newfoot .max-width #gotop {
  position: absolute;
  right: 10%;
  cursor: pointer;
}
.newfoot .max-width .flex {
  margin-top: 190px;
}
.newfoot .max-width .flex p {
  color: #757575;
  font-size: 14px;
}

.index .ltitle {
  position: relative;
  padding-top: 25px;
  z-index: 2;
  font-weight: bolder;
  font-family: STKaiti;
  font-size: 18px;
}
.index .ltitle:before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 2px solid;
  width: 240px;
}
.index .banner {
  max-width: 100%;
  height: 100vh;
}
.index .banner .mob {
  display: none;
}
.index .banner .swiper-slide {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.index .banner .more {
  display: block;
  position: absolute;
  right: 5%;
  bottom: 30px;
  z-index: 2;
  transition: opacity .6s linear;
}
.index .banner .more .inline {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  white-space: nowrap;
  transform: rotate(270deg) translateX(50%);
}
.index .banner .more .arrow {
  display: block;
  text-align: center;
}
.index .banner .more .arrow:after, .index .banner .more .arrow:before {
  width: 12px;
  height: 2px;
  bottom: 4px;
  display: block;
  content: "";
  position: absolute;
  background-color: #121212;
}
.index .banner .more .arrow:after {
  right: 50%;
  margin-right: -12px;
  transform-origin: 0 100%;
  transform: rotate(-45deg);
}
.index .banner .more .arrow:before {
  left: 50%;
  margin-left: -12px;
  transform-origin: 100% 100%;
  transform: rotate(45deg);
}
.index .banner .more .arrow .sharf {
  display: inline-block;
  width: 2px;
  height: 88px;
  background-color: #121212;
}
.index .banner .more:hover {
  color: #181818;
}
.index .about {
  position: relative;
}
.index .about .max-width .txt {
  position: relative;
  z-index: 2;
  padding-top: 190px;
  width: 40%;
  left: 10%;
}
.index .about .max-width .txt h1 {
  font-size: 105px;
  font-weight: bold;
}
.index .about .max-width .txt p {
  margin-top: 44px;
  font-size: 16px;
  line-height: 1.5;
}
.index .about .max-width .txt a {
  margin-top: 84px;
  margin-bottom: 160px;
  display: inline-block;
  padding: 32px 178px 32px 32px;
  color: #fff;
  transition: all .5s;
  background: #000 url(../images/right-a.png) no-repeat 85%;
}
.index .about .max-width .txt a:hover {
  opacity: .4;
  background-position-x: 90%;
}
.index .about .max-width .bg {
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 1;
  background: url(/static/home/images/iabout.jpg);
}
.index .product {
  position: relative;
  background: #008cd6;
  color: #fff;
}
.index .product .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
}
.index .product .swiper-container {
  padding: 120px 0;
}
.index .product .swiper-container .swiper-slide {
  transition: all .5s;
  opacity: .6;
  width: auto;
}
.index .product .swiper-container .swiper-slide a {
  display: inline-block;
  color: #fff;
}
.index .product .swiper-container .swiper-slide a img {
  max-width: 100%;
  background: #fff;
}
.index .product .swiper-container .swiper-slide a .flex {
  opacity: 0;
  margin-top: 36px;
  transition: all .5s;
}
.index .product .swiper-container .swiper-slide a .flex p {
  font-size: 18px;
}
.index .product .swiper-container .swiper-slide a .flex span {
  font-size: 14px;
  opacity: .8;
}
.index .product .swiper-container .swiper-slide-active {
  opacity: 1;
}
.index .product .swiper-container .swiper-slide-active a .flex {
  opacity: 1;
}
.index .product .button a {
  outline: none;
  color: #fff;
  cursor: pointer;
}
.index .product .button a img {
  margin: 0 10px;
}
.index .news .max-width {
  background: #fff;
  padding-left: 60px;
  padding-right: 60px;
}
.index .news .max-width .list {
  flex-wrap: wrap;
  padding-top: 64px;
}
.index .news .max-width .list a {
  display: inline-block;
  border: 1px solid #f2f2f2;
  flex-basis: 33%;
  padding: 35px;
  margin-bottom: 60px;
  transition: all .5s;
}
.index .news .max-width .list a .flex p {
  font-size: 12px;
  color: #757575;
}
.index .news .max-width .list a .flex span {
  color: #fff;
  font-size: 12px;
  background: #008cd6;
  padding: 6px 40px;
}
.index .news .max-width .list a .txt {
  color: #121212;
  font-size: 16px;
  margin-top: 30px;
  line-height: 1.5;
}
.index .news .max-width .list a:hover {
  box-shadow: 0 0 1px 3px #008cd6;
}
.index .news .max-width .list:after {
  content: "";
  width: 33%;
  padding: 35px;
}
.index .news .max-width .more {
  justify-content: flex-end;
}
.index .news .max-width .more a {
  background: url(/static/home/images/right-b.png) no-repeat 90%;
  padding: 10px 30px 10px 0;
}
.index .news .max-width .more a:hover {
  background-position-x: 95%;
}
.index .contact {
  background: #008cd6 url(../images/contactbg.png) right no-repeat;
  color: #fff;
}
.index .contact .box .info {
  margin: 170px 0 80px;
  position: relative;
  left: 10%;
  width: 50%;
}
.index .contact .box .info p {
  font-size: 18px;
  line-height: 1.5;
}
.index .contact .box .info p:first-child {
  background: url(/static/home/images/phone.png) no-repeat 0;
  padding-left: 24px;
}
.index .contact .box .info span {
  font-size: 36px;
  margin: 18px 0 40px;
  display: inline-block;
}
.index .contact .box .info a {
  margin-top: 64px;
  display: inline-block;
  padding: 32px 178px 32px 32px;
  color: #008cd6;
  transition: all .5s;
  background: #fff url(../images/right-l.png) no-repeat 85%;
}
.index .contact .box .info a:hover {
  opacity: .4;
  background-position-x: 90%;
}

@media screen and (max-width: 1200px) {
  .max-width {
    margin: 0 20px;
  }

  .padding {
    padding: 20px 0;
  }

  .newheader .pc {
    padding: 12px 0;
  }
  .newheader .pc a img {
    height: 40px;
  }
  .newheader .pc ul {
    display: none;
  }
  .newheader .pc .mun {
    display: block;
  }

  .newheader.scroll .pc {
    padding: 10px 0;
  }
  .newheader.scroll .pc a img {
    height: 40px;
  }

  .newfoot {
    padding: 50px 0;
  }
  .newfoot .max-width img {
    width: 30%;
  }
  .newfoot .max-width .flex {
    flex-wrap: wrap;
    text-align: left;
    margin-top: 20px;
  }
  .newfoot .max-width .flex p {
    line-height: 1.5;
  }

  .index .ltitle:before {
    width: 100%;
  }
  .index .banner .pc {
    display: none;
  }
  .index .banner .mob {
    display: block;
  }
  .index .banner .more {
    right: 42%;
  }
  .index .banner .more .inline {
    transform: none;
  }
  .index .banner .more .arrow .sharf {
    height: 30px;
  }
  .index .about .max-width .txt {
    left: 0;
    width: 100%;
    padding-top: 40px;
  }
  .index .about .max-width .txt h1 {
    font-size: 3rem;
  }
  .index .about .max-width .txt a {
    margin-bottom: 0;
  }
  .index .about .max-width .bg {
    width: 100%;
    top: 0;
    background-attachment: fixed;
    opacity: .2;
  }
  .index .product .swiper-container {
    padding: 20px;
  }
  .index .product .swiper-container .swiper-slide a .flex {
    margin-top: 10px;
  }
  .index .product .swiper-container .swiper-slide a .flex p {
    font-size: 14px;
  }
  .index .product .swiper-container .swiper-slide a .flex span {
    font-size: 12px;
  }
  .index .product .button a span {
    display: none;
  }
  .index .news {
    background: #fff;
  }
  .index .news .max-width {
    background: none;
    padding: 0;
  }
  .index .news .max-width .list {
    padding-top: 20px;
  }
  .index .news .max-width .list a {
    flex-basis: 90%;
    padding: 10px;
    margin-bottom: 5px;
  }
  .index .news .max-width .list a .txt {
    margin-top: 5px;
  }
  .index .news .max-width .list:after {
    content: none;
  }
  .index .contact .box .info {
    width: 100%;
    left: 0;
    margin: 60px 0;
  }
}

/*# sourceMappingURL=newindex.css.map */
<!--ºÄÊ±1763416297.1308Ãë-->