<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ellipsis1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ellipsis3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.ellipsis4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}
.ellipsis5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
}
.lingyang {
  overflow: hidden;
}
@-webkit-keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
          animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
            transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  -webkit-animation-name: fadeInDown2;
          animation-name: fadeInDown2;
}
@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
            transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  -webkit-animation-name: fadeInLeft2;
          animation-name: fadeInLeft2;
}
@-webkit-keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
            transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  -webkit-animation-name: fadeInRight2;
          animation-name: fadeInRight2;
}
.header {
  z-index: 99;
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0 100px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .wrap {
  height: 80px;
  max-width: 100%;
  padding-left: 260px;
  padding-right: 350px;
  position: relative;
}
.header img {
  vertical-align: middle;
}
.header .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 50px;
  float: left;
  margin-top: 15px;
  text-align: left;
  display: inline-block;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.header .logo img {
  max-height: 50px;
  vertical-align: middle;
  position: relative;
}
.header .pic {
  display: inline-block;
  vertical-align: middle;
}
.header img {
  vertical-align: middle;
}
.header .txt {
  display: inline-block;
  color: #000;
  font-size: 22px;
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}
.header .txt .title-1 {
  font-size: 20px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.header .txt .title-2 {
  font-size: 14px;
  line-height: 1;
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.header .other {
  margin-left: 150px;
  width: 440px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 25px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.header .search {
  width: 175px;
  position: relative;
}
.header .search input[type="text"] {
  width: 100%;
  border: 1px #333333 solid;
  line-height: 28px;
  height: 30px;
  padding: 0 10px;
}
.header .search .btn {
  border: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #333333 url(../images/icon/search.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
}
.header .tel {
  color: #333;
  font-size: 14px;
  padding-left: 30px;
  background: url(../images/icon/tel.png) no-repeat left center;
  margin-left: 22px;
}
.nav {
  width: 100%;
  vertical-align: top;
  margin: auto;
  display: inline-block;
}
.nav .list {
  margin: auto;
  width: 100%;
  max-width: 762px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav:after {
  content: "";
  display: block;
  clear: both;
}
.nav li {
  text-align: center;
  float: left;
  position: relative;
}
.nav li &gt; a {
  font-size: 18px;
  font-family: 'SourceHanSans-Medium';
  color: #222222;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.nav li:hover &gt; a {
  color: #ff0000;
}
.nav li:hover &gt; a:before {
  display: block;
}
.nav li:hover .navChild {
  display: block;
}
.nav li.active &gt; a {
  color: #ff0000;
}
.nav li.active &gt; a:before {
  display: block;
}
.nav .navChild {
  font-size: 16px;
  color: #333333;
  position: absolute;
  width: 160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80px;
  text-align: center;
  display: none;
  padding: 10px 0 10px 0;
  background: rgba(255, 255, 255, 0.9);
}
.nav .navChild a {
  display: block;
  line-height: 40px;
  font-size: 16px;
}
.nav .navChild a:hover {
  background-color: #ff0000;
  color: #fff;
}
.headerFixed {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
}
.headerFixed .logo {
  height: 50px;
  margin-top: 10px;
}
.headerFixed .logo img {
  max-height: 50px;
}
.headerFixed .logo .txt .title-1 {
  font-size: 20px;
}
.headerFixed .logo .txt .title-2 {
  font-size: 14px;
}
.headerFixed .nav li &gt; a {
  height: 70px;
  line-height: 70px;
  font-size: 14px;
}
.headerFixed .nav li &gt; a span {
  margin-top: 16px;
}
.headerFixed .nav .navChild {
  top: 70px;
}
.banner {
  clear: both;
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 9;
}
.banner img {
  vertical-align: top;
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.banner .pc {
  display: block;
}
.banner .mobile {
  display: none;
}
.banner .list {
  overflow: hidden;
  display: block;
}
.banner li {
  float: left;
}
.banner .box {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner .box .middleCenter {
  position: static;
}
.banner .pc img {
  -webkit-transition: all 4s;
          transition: all 4s;
}
.banner img {
  -webkit-transition: all 4s ease-out;
          transition: all 4s ease-out;
}
.banner .text {
  line-height: 1;
  text-align: left;
  color: #fff;
  width: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .title-1 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 12px;
}
.banner .title-1 span {
  color: #ff0000;
}
.banner .title-2 {
  font-size: 24px;
  margin-bottom: 48px;
}
.banner .btn a {
  display: inline-block;
  min-width: 190px;
  line-height: 48px;
  border: 1px #fff solid;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  color: #fff;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.banner .btn a:hover {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.banner .slick-prev,
.banner .slick-next {
  z-index: 9;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
}
.banner .slick-prev::before,
.banner .slick-next::before {
  display: none;
}
.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 0, 0, 0.5);
}
.banner .slick-prev {
  background-image: url(../images/icon/prev.png);
  left: 0;
}
.banner .slick-next {
  background-image: url(../images/icon/next.png);
  right: 0;
}
.banner .slick-current .pc img,
.banner .slick-active .pc img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.banner .slick-current .text-01,
.banner .slick-active .text-01 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.banner .slick-current .text-02,
.banner .slick-active .text-02 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.banner .slick-current .text-03,
.banner .slick-active .text-03 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.ly-xitong {
  position: relative;
  z-index: 9;
  margin-top: -148px;
}
.ly-xitong .list {
  margin-left: -1px;
  margin-right: -1px;
}
.ly-xitong .list li {
  width: 25%;
  float: left;
  padding: 0 1px;
  color: #fff;
}
.ly-xitong .list .box {
  background-color: rgba(192, 192, 192, 0.8);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 34px 22px;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-xitong .list .icon {
  display: block;
  width: 80px;
  height: 80px;
  position: relative;
}
.ly-xitong .list .icon img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ly-xitong .list .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
  position: relative;
}
.ly-xitong .list .text::before {
  content: "";
  display: block;
  border-left: 1px rgba(255, 255, 255, 0.5) solid;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 20px;
}
.ly-xitong .list .title {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
}
.ly-xitong .list .info {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ly-xitong .list .box:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.ly-xitong .shm {
  background-color: #333;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  padding: 18px 18px;
  text-align: center;
}
.ly-product {
  padding-top: 72px;
  padding-bottom: 72px;
}
.ly-product .wrap {
  max-width: 100%;
  position: relative;
}
.ly-product .list &gt; li {
  width: 25%;
  float: left;
}
.ly-product .list .box {
  display: block;
  text-align: center;
  position: relative;
}
.ly-product .list .img {
  overflow: hidden;
  position: relative;
}
.ly-product .list .img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.ly-product .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-product .list .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-product .list .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/product-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.ly-product .list .textC {
  max-width: 100%;
  padding: 0 10px;
}
.ly-product .list .title {
  color: #fff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-product .list .info {
  color: #c0c0c0;
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-product .list .more {
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-product .list .more a,
.ly-product .list .more span {
  display: inline-block;
  background-color: #ff0000;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.ly-product .list .box:hover .text {
  opacity: 1;
}
.ly-product .list .box:hover .text::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.ly-product .list .box:hover .title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ly-product .list .box:hover .info {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ly-product .list .box:hover .more {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.ly-product .slick-prev,
.ly-product .slick-next {
  z-index: 9;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
}
.ly-product .slick-prev::before,
.ly-product .slick-next::before {
  display: none;
}
.ly-product .slick-prev:hover,
.ly-product .slick-next:hover {
  background-color: rgba(255, 0, 0, 0.5);
}
.ly-product .slick-prev {
  background-image: url(../images/icon/prev.png);
  left: 0;
}
.ly-product .slick-next {
  background-image: url(../images/icon/next.png);
  right: 0;
}
.ly-about {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 72px 0;
}
.ly-about .slick-dots {
  text-align: right;
  z-index: 1;
  bottom: 10px;
  right: 0;
  padding-right: 5px;
}
.ly-about .slick-dots li {
  padding: 0;
  width: 22px;
  height: 22px;
}
.ly-about .slick-dots li button {
  font-size: 12px;
  color: #fff;
  width: 22px;
  height: 22px;
  background-color: #999999;
}
.ly-about .slick-dots li button::before {
  display: none;
}
.ly-about .slick-dots .slick-active button,
.ly-about .slick-dots:hover button {
  background-color: #ff0000;
  vertical-align: top;
  padding: 0;
}
.ly-about a {
  color: #fff;
}
.ly-about .left {
  width: 50%;
  float: left;
}
.ly-about .right {
  width: 50%;
  float: left;
  padding-top: 30px;
  padding-left: 40px;
}
.ly-about .title {
  line-height: 1.5;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}
.ly-about .title::after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ly-about .info {
  margin-bottom: 30px;
}
.ly-about .more a {
  display: inline-block;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.ly-about .more a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-about .more a:hover::after {
  height: 100%;
}
.ly-title,
.inside-title {
  text-align: center;
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .ly-title .title,
  .inside-title .title {
    font-size: 28px;
    line-height: 60px;
  }
  .ly-title .en,
  .inside-title .en {
    font-size: 60px;
  }
  .ly-title .info,
  .inside-title .info {
    font-size: 14px;
    line-height: 30px;
    margin-top: 30px;
  }
}
.ly-solution {
  padding-top: 60px;
  padding-bottom: 72px;
}
.ly-solution .con {
  margin-top: 50px;
}
.ly-solution .list {
  margin-left: -10px;
  margin-right: -10px;
}
.ly-solution .list li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.ly-solution .list .box {
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ly-solution .list .box::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-solution .list .img {
  overflow: hidden;
  position: relative;
}
.ly-solution .list .img::after {
  content: "";
  display: block;
  padding-top: 129.6735905%;
}
.ly-solution .list .img img {
  z-index: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-solution .list .title {
  width: 100%;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #ff0000;
  color: #fff;
  font-size: 24px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-solution .list .icon {
  width: 32px;
  height: 32px;
  position: absolute;
  z-index: 11;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(4);
      -ms-transform: translateX(-50%) scale(4);
          transform: translateX(-50%) scale(4);
  opacity: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-solution .list .icon::before,
.ly-solution .list .icon::after {
  content: "";
  display: block;
  background-color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ly-solution .list .icon::before {
  width: 100%;
  height: 2px;
}
.ly-solution .list .icon::after {
  width: 2px;
  height: 100%;
}
.ly-solution .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ly-solution .list .box:hover::after {
  height: 100%;
}
.ly-solution .list .box:hover .title {
  bottom: 0;
}
.ly-solution .list .box:hover .icon {
  top: 40%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  opacity: 1;
}
.ly-service img {
  vertical-align: top;
}
.ly-service .wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ly-service .left {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  float: left;
  padding-top: 22px;
  padding-right: 35px;
}
.ly-service .left .list {
  width: 408px;
  height: 408px;
  float: right;
  position: relative;
}
.ly-service .left .list .box {
  display: block;
  overflow: hidden;
  position: relative;
}
.ly-service .left .list .text {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ly-service .left .list .textC {
  padding-top: 10px;
}
.ly-service .left .list .title {
  font-size: 22px;
  font-weight: 700;
}
.ly-service .left .list li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ly-service .left .list li:nth-child(2) {
  position: absolute;
  top: 104px;
  left: 0;
}
.ly-service .left .list li:nth-child(3) {
  position: absolute;
  top: 104px;
  right: 0;
}
.ly-service .left .list li:nth-child(4) {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ly-service .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  float: left;
}
.ly-service .right .list li {
  clear: both;
  padding: 26px 0;
  position: relative;
}
.ly-service .right .list li::before {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #ff0000 transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
}
.ly-service .right .list .box {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 705px;
  padding-left: 34px;
}
.ly-service .right .list .icon {
  width: 130px;
  height: 100px;
  position: relative;
}
.ly-service .right .list .icon img {
  width: 50px;
}
.ly-service .right .list .img-2 {
  display: none;
}
.ly-service .right .list .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  position: relative;
}
.ly-service .right .list .text::before {
  content: "";
  display: block;
  width: 2px;
  height: 80%;
  background-color: #dddddd;
  position: absolute;
  top: 10%;
  left: 0;
}
.ly-service .right .list .title {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.ly-service .right .list .info {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ly-service .right .list li:nth-child(1) {
  background-color: #fff;
}
.ly-service .right .list li.bg {
  background-color: #e9e9ef;
}
.ly-service .right .list li:nth-child(2) {
  background-color: #fff;
}
.ly-service .right .list li:nth-child(3) {
  background-color: #e9e9ef;
}
.ly-service .right .list li:hover,
.ly-service .right .list li.active {
  background-color: #ff0000;
}
.ly-service .right .list li:hover::before,
.ly-service .right .list li.active::before {
  display: block;
}
.ly-service .right .list li:hover .icon .img-1,
.ly-service .right .list li.active .icon .img-1 {
  display: none;
}
.ly-service .right .list li:hover .icon .img-2,
.ly-service .right .list li.active .icon .img-2 {
  display: block;
}
.ly-service .right .list li:hover .title,
.ly-service .right .list li.active .title {
  color: #fff;
}
.ly-service .right .list li:hover .info,
.ly-service .right .list li.active .info {
  color: #fff;
}
.ly-service .right .list li:hover .text::before,
.ly-service .right .list li.active .text::before {
  background-color: #fff;
}
.ly-news {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: #e3dfdf;
  overflow: hidden;
}
.ly-news .con {
  margin-top: 50px;
}
.ly-news .left {
  width: 32%;
  max-width: 440px;
  float: left;
}
.ly-news .left .box {
  background-color: #fff;
  display: block;
}
.ly-news .left .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ly-news .left .box:hover .title {
  color: #ff0000;
}
.ly-news .left .img {
  overflow: hidden;
  position: relative;
}
.ly-news .left .img::after {
  content: "";
  display: block;
  padding-top: 63.63636364%;
}
.ly-news .left .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-news .left .text {
  padding: 20px 34px 38px 24px;
}
.ly-news .left .bq-date {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  margin-bottom: 14px;
}
.ly-news .left .bq-date .date {
  border-left: 2px #999999 solid;
  padding-left: 10px;
  margin-left: 10px;
}
.ly-news .left .title {
  color: #333;
  font-size: 20px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
  margin-bottom: 10px;
}
.ly-news .left .info {
  color: #666;
  font-size: 16px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ly-news .center {
  width: 40%;
  float: left;
  padding-left: 40px;
}
.ly-news .center .list li {
  padding-bottom: 40px;
}
.ly-news .center .list li:last-child {
  padding-bottom: 0;
}
.ly-news .center .list .box {
  display: block;
  padding-left: 96px;
  position: relative;
}
.ly-news .center .list .box:hover .date {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.ly-news .center .list .box:hover .title {
  color: #ff0000;
}
.ly-news .center .list .date {
  background-color: #fff;
  border-radius: 5px;
  border: 2px #ddd solid;
  width: 96px;
  height: 96px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  padding-top: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.ly-news .center .list .day {
  font-size: 38px;
  margin-bottom: 5px;
}
.ly-news .center .list .text {
  padding-left: 26px;
}
.ly-news .center .list .title {
  font-weight: 700;
  color: #333333;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 2px;
}
.ly-news .center .list .info {
  color: #666;
  font-size: 18px;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.ly-news .right {
  width: 23%;
  max-width: 324px;
  float: right;
}
.ly-news .right .list li {
  padding-bottom: 16px;
}
.ly-news .right .list li:last-child {
  padding-bottom: 0;
}
.ly-news .right .list .box {
  overflow: hidden;
  display: block;
  position: relative;
}
.ly-news .right .list .box .img {
  position: relative;
}
.ly-news .right .list .box .img::after {
  content: "";
  display: block;
  padding-top: 48.7654321%;
}
.ly-news .right .list .box img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.ly-news .right .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ly-news .right .list .title {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
/*footer*/
.footer {
  background: #363636;
  color: #999;
  padding-top: 50px;
  font-size: 14px;
}
.footer img {
  vertical-align: middle;
}
.footer a {
  color: #999;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .menu-lxfs {
  padding-bottom: 50px;
  overflow: hidden;
}
.footer .title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
}
.footer .title a {
  color: #fff;
}
.footer .menu {
  width: 64%;
  border-right: 1px #454545 solid;
  float: left;
  line-height: 28px;
}
.footer .menu .item {
  width: 33%;
  float: left;
  position: relative;
}
.footer .menu .item:nth-child(1) {
  width: 35%;
}
.footer .menu .item:nth-child(2) {
  width: 50%;
}
.footer .menu .item:nth-child(3) {
  width: 15%;
}
.footer .lxfs {
  width: 36%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  float: left;
  text-align: right;
}
.footer .lxfs .text {
  padding-right: 30px;
}
.footer .lxfs .tel {
  font-size: 34px;
  color: #fff;
}
.footer .lxfs .p-1 {
  margin-bottom: 10px;
}
.footer .lxfs .a-1 {
  font-size: 12px;
  display: inline-block;
  min-width: 86px;
  height: 28px;
  line-height: 28px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.footer .lxfs .a-1::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.footer .lxfs .a-1:hover {
  text-decoration: none;
}
.footer .lxfs .a-1:hover::after {
  height: 100%;
}
.footer .lxfs .ewm {
  text-align: center;
  margin-top: 10px;
  line-height: 30px;
  width: 122px;
  float: right;
}
/*copyright*/
.copyright {
  text-align: center;
}
.copyright .wrap {
  border-top: 1px #454545 solid;
  font-size: 14px;
  line-height: 32px;
  padding: 15px 0;
  position: relative;
}
.copyright a {
  color: #999;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1600px) {
  .header {
    padding: 0 30px;
  }
  .nav li &gt; a {
    font-size: 16px;
  }
}
@media (max-width: 1439px) {
  .ly-about .title {
    font-size: 28px;
  }
  .ly-about .info {
    font-size: 14px;
    line-height: 24px;
  }
  .ly-solution .list .title {
    font-size: 20px;
  }
  .ly-service .right .list .box {
    max-width: 630px;
    padding-right: 50px;
  }
  .ly-service .right .list .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .ly-news .left .title {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
  }
  .ly-news .left .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .ly-news .center .list li {
    padding-bottom: 30px;
  }
  .ly-news .center .list .date {
    width: 90px;
    height: 90px;
  }
  .ly-news .center .list .title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .ly-news .center .list .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .ly-news .right .list .title {
    font-size: 20px;
  }
}
@media (max-width: 1279px) {
  .header .wrap {
    padding: 0 30px;
  }
  .nav {
    display: none;
  }
  .ly-xitong .list .icon {
    width: 60px;
    height: 60px;
  }
  .ly-xitong .list .title {
    font-size: 15px;
     
  }
  .ly-xitong .shm {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .banner .title-1 {
    font-size: 24px;
  }
  .banner .title-2 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .banner .btn a,
  .banner .btn span {
    min-width: 100px;
    line-height: 36px;
    font-size: 14px;
  }
  .header {
    padding: 5px 0;
    position: relative;
  }
  .header .wrap {
    height: 40px;
  }
  .header .logo {
    left: 10px;
    margin-top: 0;
    height: 40px;
  }
  .header .logo img {
    height: 40px;
  }
  .header .logo .txt {
    display: none;
  }
  .header .other {
    display: none;
  }
  .ly-xitong {
    margin-top: 40px;
  }
  .ly-xitong .list {
    margin-left: 0;
    margin-right: -1px;
  }
  .ly-xitong .list li {
    padding: 0 1px 0 0;
  }
  .ly-xitong .list .box {
    padding: 10px;
    display: block;
  }
  .ly-xitong .list .icon {
    width: 40px;
    height: 40px;
  }
  .ly-xitong .list .text {
    padding: 0;
  }
  .ly-xitong .list .text::before {
    display: none;
  }
  .ly-xitong .list .title {
    font-size: 16px;
  }
  .ly-xitong .list .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .ly-xitong .shm {
    font-size: 14px;
    line-height: 24px;
  }
  .ly-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ly-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ly-about .left {
    width: 100%;
  }
  .ly-about .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ly-about .title {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .ly-about .title::after {
    height: 1px;
  }
  .ly-about .more a {
    font-size: 14px;
  }
  .ly-title {
    font-size: 24px;
  }
  .ly-solution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ly-solution .con {
    margin-top: 40px;
  }
  .ly-solution .list li {
    width: 100%;
    padding-bottom: 10px;
  }
  .ly-solution .list li:last-child {
    padding-bottom: 0;
  }
  .ly-solution .list .box::after {
    display: none;
  }
  .ly-solution .list .box .icon {
    display: none;
  }
  .ly-solution .list .img::after {
    display: none;
  }
  .ly-solution .list .img img {
    width: 100%;
    position: static;
  }
  .ly-solution .list .title {
    bottom: 0;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
  .ly-service .wrap {
    display: block;
  }
  .ly-service .left {
    width: 100%;
    padding: 0 0;
  }
  .ly-service .left .list {
    float: none;
    margin: auto;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    margin-left: -5%;
  }
  .ly-service .right {
    width: 100%;
  }
  .ly-service .right .list li {
    width: 33.33333333%;
    float: left;
    clear: none;
    padding: 0;
  }
  .ly-service .right .list .box {
    display: block;
    padding: 10px;
  }
  .ly-service .right .list .icon {
    width: 30px;
    height: 30px;
  }
  .ly-service .right .list .text {
    padding: 0;
    border-left: none;
  }
  .ly-service .right .list .text::before {
    display: none;
  }
  .ly-service .right .list .title {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .ly-news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ly-news .con {
    margin-top: 40px;
  }
  .ly-news .left {
    width: 100%;
    max-width: 100%;
  }
  .ly-news .left .img::after {
    display: none;
  }
  .ly-news .left .img img {
    width: 100%;
    position: static;
  }
  .ly-news .center {
    width: 100%;
    padding: 20px 0;
  }
  .ly-news .center .list li {
    padding-bottom: 10px;
  }
  .ly-news .center .list li:last-child {
    padding-bottom: 0;
  }
  .ly-news .center .list .text {
    padding-left: 20px;
  }
  .ly-news .right {
    width: 100%;
    max-width: 100%;
  }
  .ly-news .right .list .box .img::after {
    display: none;
  }
  .ly-news .right .list .box .img img {
    width: 100%;
    position: static;
  }
  .footer {
    padding-top: 30px;
  }
  .footer .menu-lxfs {
    padding-bottom: 30px;
  }
  .footer .menu {
    display: none;
  }
  .footer .lxfs {
    width: 100%;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: block;
  }
  .footer .lxfs .text {
    padding-right: 20px;
    margin-bottom: 20px;
  }
  .footer .lxfs .tel {
    font-size: 30px;
  }
  .footer .lxfs .ewm {
    float: none;
  }
  .copyright .wrap {
    line-height: 24px;
  }
}
.inside-banner {
  position: relative;
}
.inside-banner img {
  vertical-align: top;
}
.inside-banner .pc {
  position: relative;
}
.inside-banner .pc img {
  width: 100%;
}
.inside-banner .mobile {
  display: none;
  position: relative;
}
.inside-banner .mobile img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .inside-banner .pc {
    display: none;
  }
  .inside-banner .mobile {
    display: block;
  }
}
.classify-bread {
  position: relative;
  z-index: 1;
  background: #ffffff;
  overflow: hidden;
  border-bottom: 2px #f5f5f5 solid;
}
.classify-bread .bread {
  width: 30%;
  float: left;
}
.classify-bread .classify {
  float: right;
}
@media screen and (max-width: 1023px) {
  .classify-bread {
    border: none;
    padding-top: 10px;
    padding-bottom: 0;
  }
  .classify-bread .bread {
    width: 100%;
  }
}
.classify {
  width: 70%;
  float: left;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.classify .list {
  float: right;
}
.classify .slick-track {
  margin-left: initial;
  margin-right: initial;
}
.classify .slick-prev,
.classify .slick-next {
  width: 100px;
  height: 60px;
  z-index: 9;
}
.classify .slick-prev:before,
.classify .slick-next:before {
  content: "";
}
.classify .slick-prev {
  left: 0;
}
.classify .slick-next {
  right: 0;
}
.classify .slick-disabled {
  display: none !important;
}
.classify .list li {
  max-width: 100%;
  min-width: 10px;
  float: left;
  text-align: center;
  position: relative;
}
.classify .list li a {
  max-width: 100%;
  color: #333333;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding: 0 15px;
  position: relative;
}
.classify .list li a:hover {
  background-color: #ff0000;
  color: #fff;
}
.classify .list li a:hover:after {
  width: 100%;
}
.classify .list li:last-child:after {
  display: none;
}
.classify .list li.active a {
  background-color: #ff0000;
  color: #fff;
}
.classify .list li.active a:after {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .classify {
    font-size: 14px;
    width: 100%;
  }
  .classify .list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .classify .list:after {
    display: none;
  }
  .classify .list li {
    min-width: auto;
    width: 33.33333333%;
  }
  .classify .list li a {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .classify .list li:first-child a {
    padding-left: 0;
  }
  .classify .list-2 li {
    width: 150px;
  }
  .classify.classify-2 {
    display: none;
  }
}
.bread {
  font-weight: 400;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ff0000;
}
.bread .icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-top: -3px;
}
.bread a {
  margin: 0 5px;
  color: #333;
}
.bread a:hover {
  color: #ff0000;
  text-decoration: underline;
}
.bread .iconfont {
  width: 16px;
  margin-right: 5px;
}
.bread span {
  margin: 0 5px;
  color: #333;
}
@media screen and (max-width: 1023px) {
  .bread {
    width: 100%;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: left;
  }
  .bread:before {
    width: 20px;
    height: 20px;
    margin-top: 0;
  }
}
/*page*/
.page {
  clear: both;
  text-align: center;
  font-size: 0;
  color: #333;
  background-color: #f5f5f5;
}
.page svg {
  vertical-align: middle;
  fill: #333;
}
.page em {
  font-style: normal;
  font-size: 14px;
  margin: 0 5px;
}
.page a,
.page span {
  color: #333;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  min-width: 34px;
  line-height: 34px;
  height: 34px;
  margin: 0 5px;
  padding: 0 7px;
  background-color: #fff;
  vertical-align: middle;
}
.page a.cur,
.page span.cur,
.page a:hover,
.page span:hover {
  background: #ff0000;
  color: #fff !important;
  font-weight: 700;
}
.page a.cur svg,
.page span.cur svg,
.page a:hover svg,
.page span:hover svg {
  fill: #fff;
}
.page .num {
  min-width: 100px;
}
@media screen and (max-width: 767px) {
  .page a,
  .page em {
    display: none;
  }
  .page a.first,
  .page em.first,
  .page a.prev,
  .page em.prev,
  .page a.next,
  .page em.next,
  .page a.last,
  .page em.last {
    display: inline-block;
  }
}
.news {
  background-color: #fff;
  padding-top: 38px;
  margin-bottom: 100px;
}
.news .list li {
  clear: both;
  border-bottom: 1px #f5f5f5 solid;
  padding-top: 32px;
  padding-bottom: 32px;
  max-width: 100%;
}
.news .list .box {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news .list .img {
  overflow: hidden;
  width: 288px;
  position: relative;
}
.news .list .img::after {
  content: "";
  display: block;
  padding-top: 75%;
}
.news .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.news .list .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
  padding-left: 30px;
  max-width: 100%;
}
.news .list .date {
  font-size: 16px;
  color: #999999;
  margin-bottom: 15px;
}
.news .list .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  max-width: 100%;
  margin-bottom: 10px;
}
.news .list .info {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.news .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news .list .box:hover .title {
  color: #ff0000;
}
.news .page {
  padding-top: 72px;
}
@media (max-width: 1023px) {
  .news {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .news .list li {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .news .list li:last-child {
    margin-bottom: 0;
  }
  .news .list .box {
    display: block;
  }
  .news .list .img {
    width: 100%;
    position: relative;
  }
  .news .list .img::after {
    display: none;
  }
  .news .list .img img {
    width: 100%;
    position: static;
  }
  .news .list .text {
    padding: 20px 0 0 0;
  }
  .news .list .date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news .list .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news .list .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .news .page {
    padding-top: 40px;
  }
}
.news-show {
  background-color: #fff;
  font-size: 16px;
  line-height: 2;
  padding-top: 70px;
  padding-bottom: 80px;
}
.news-show .wrap {
  max-width: 1266px;
}
.news-show .show-title {
  color: #222;
  text-align: center;
  font-size: 34px;
  font-weight: 400;
}
.news-show .show-info {
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
}
.news-show .show-info .share {
  display: inline-block;
  vertical-align: top;
}
.news-show .show-info .title-share {
  display: inline-block;
  vertical-align: top;
}
.news-show .show-info img {
  vertical-align: top;
}
.news-show .con {
  border-top: 1px #e6e6e6 solid;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-show .p-1 {
  font-weight: 700;
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 20px;
}
.news-show .p-1 span {
  border-left: 5px #ff0000 solid;
  padding-left: 10px;
}
.news-show .p-2 {
  font-weight: 700;
  color: #333333;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
.news-show .shareSocial {
  line-height: 40px;
  margin-bottom: 40px;
}
.news-show .shareSocial .bt {
  font-size: 16px;
  color: #c3c3c3;
}
.news-show .shareSocial a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  border: 1px transparent solid;
  background-color: #efefef;
  color: #b3b3b3;
  vertical-align: top;
  margin: 0 5px 0 0;
  text-align: center;
  position: relative;
}
.news-show .shareSocial a:last-child {
  margin-right: 0;
}
.news-show .shareSocial a:hover {
  text-decoration: none;
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.news-show .shareSocial a:hover .open {
  display: block;
}
.news-show .shareSocial a .open {
  display: none;
  padding-bottom: 15px;
  position: absolute;
  z-index: 999;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news-show .shareSocial a .open .openCon {
  cursor: initial;
  background: #ff0000;
  border: 1px #ff0000 solid;
  padding: 4px 4px 4px 4px;
  text-align: center;
  color: #666;
  font-size: 14px;
  position: relative;
}
.news-show .shareSocial a .open .openCon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ff0000;
  border-right: 1px #ff0000 solid;
  border-bottom: 1px #ff0000 solid;
  position: absolute;
  z-index: -1;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.news-show .shareSocial a .open img {
  max-width: 170px;
  vertical-align: middle;
}
.news-show .shareSocial .iconfont {
  font-size: 22px;
}
.news-show .shareSocial .icon-weibo {
  font-size: 24px;
}
@media screen and (max-width: 1023px) {
  .news-show {
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .news-show .hd {
    padding-top: 30px;
  }
  .news-show .show-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .news-show .show-info {
    font-size: 14px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .news-show .show-info .share img {
    width: 30px;
    height: 30px;
  }
  .news-show .con {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.prev-next-return {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  padding-top: 50px;
  padding-bottom: 96px;
  color: #222222;
}
.prev-next-return img {
  vertical-align: top;
}
.prev-next-return .wrap {
  max-width: 1266px;
  position: relative;
  overflow: hidden;
}
.prev-next-return .list {
  width: 70%;
  float: left;
}
.prev-next-return .list li {
  width: 100%;
  border-bottom: 1px #e8e8e8 solid;
}
.prev-next-return .list a {
  color: #222222;
  display: block;
  height: 90px;
  line-height: 90px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.prev-next-return .list a:hover {
  color: #ff0000;
}
.prev-next-return em {
  font-style: initial;
}
.prev-next-return .return {
  display: block;
  width: 58px;
  height: 58px;
  background-color: #363636;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.prev-next-return .return:hover {
  background-color: #ff0000;
}
@media screen and (max-width: 1023px) {
  .prev-next-return {
    font-size: 14px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .prev-next-return .list {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .prev-next-return .list a {
    height: 40px;
    line-height: 40px;
  }
  .prev-next-return .prev,
  .prev-next-return .next {
    height: 40px;
    line-height: 40px;
  }
  .prev-next-return .prev a,
  .prev-next-return .next a {
    padding: 0 15px;
    text-align: center;
  }
  .prev-next-return .prev .iconfont,
  .prev-next-return .next .iconfont {
    font-size: 16px;
    position: static;
    vertical-align: top;
    margin-right: 5px;
  }
  .prev-next-return .prev em,
  .prev-next-return .next em {
    display: none;
  }
  .prev-next-return .prev a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .prev-next-return .next a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .prev-next-return .return {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .prev-next-return .return a {
    height: 40px;
    line-height: 40px;
  }
  .prev-next-return .return .icon-caidan {
    font-size: 14px;
  }
}
.case {
  padding-top: 84px;
  padding-bottom: 120px;
}
.case .list {
  margin-left: -12px;
  margin-right: -12px;
}
.case .list li {
  padding: 0 12px 24px 12px;
  width: 25%;
  float: left;
}
.case .list .box {
  display: block;
  text-align: center;
}
.case .list .img {
  overflow: hidden;
  position: relative;
}
.case .list .img::after {
  content: "";
  display: block;
  padding-top: 76.04790419%;
}
.case .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case .list .text {
  text-align: center;
  font-size: 18px;
  color: #333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list .box:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case .page {
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .case {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .case .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .case .list li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .case .list .text {
    font-size: 14px;
  }
  .case .page {
    padding-top: 30px;
  }
}
.case-show {
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding: 50px 0 0 0;
}
.case-show img {
  vertical-align: top;
}
.case-show .hd {
  color: #666666;
}
.case-show .hd .left {
  width: 50%;
  max-width: 690px;
  float: left;
}
.case-show .hd .left .img {
  overflow: hidden;
}
.case-show .hd .left .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .hd .left .img:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case-show .hd .pics .slick-prev,
.case-show .hd .pics .slick-next {
  width: 25px;
  height: 100%;
  text-align: center;
  margin-top: 0;
  background-color: #f5f5f5;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 7;
  top: 0;
}
.case-show .hd .pics .slick-prev:before,
.case-show .hd .pics .slick-next:before {
  content: "";
  width: 0;
  height: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
}
.case-show .hd .pics .slick-prev:hover,
.case-show .hd .pics .slick-next:hover {
  background-color: #ff0000;
}
.case-show .hd .pics .slick-prev {
  left: 0;
}
.case-show .hd .pics .slick-prev:before {
  border-color: transparent #666666 transparent transparent;
  border-width: 7px 13px 7px 0;
}
.case-show .hd .pics .slick-next {
  right: 0;
  top: auto;
  bottom: 0;
}
.case-show .hd .pics .slick-next:before {
  border-color: transparent  transparent transparent #666666;
  border-width: 7px 0 7px 13px;
}
.case-show .hd .pics .pro-max {
  border: 1px #dddddd solid;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.case-show .hd .pics .pro-max .img {
  display: block;
  overflow: hidden;
  position: relative;
}
.case-show .hd .pics .pro-max .img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.case-show .hd .pics .pro-min {
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
}
.case-show .hd .pics .pro-min .item {
  padding: 0 4px;
}
.case-show .hd .pics .pro-min .img {
  overflow: hidden;
  cursor: pointer;
  display: block;
  border: 1px solid #f2f2f2;
  position: relative;
}
.case-show .hd .pics .pro-min .img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.case-show .hd .pics .pro-min .img:hover {
  border-color: #ff0000;
}
.case-show .hd .pics .pro-min .slick-current .item .img {
  border: 1px solid #ff0000;
}
.case-show .hd .right {
  width: 50%;
  float: right;
  padding-left: 50px;
}
.case-show .hd .show-title {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  padding-bottom: 13px;
}
.case-show .hd .p-1 {
  font-size: 20px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 0px;
}
.case-show .hd .jianjie {
  padding-top: 10px;
}
.case-show .hd .xinxi {
  margin-bottom: 20px ;
  padding-top: 20px;
}
.case-show .hd .xinxi li {
  margin-bottom: 10px;
}
.case-show .hd .xinxi li:last-child {
  margin-bottom: 0;
}
.case-show .hd .xinxi .box {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  font-size: 20px;
  line-height: 40px;
}
.case-show .hd .xinxi .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  text-align: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align-last: justify;
}
.case-show .hd .xinxi .title span {
  display: inline-block;
  min-width: 80px;
}
.case-show .hd .xinxi .title em {
  font-style: inherit;
}
.case-show .hd .xinxi .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.case-show .hd .btns a {
  display: inline-block;
  min-width: 180px;
  line-height: 54px;
  font-size: 18px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
  margin-right: 50px;
}
.case-show .hd .btns a:last-child {
  margin-right: 0;
}
.case-show .hd .btns a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .hd .btns a .icon {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.case-show .hd .btns a:hover::after {
  height: 100%;
}
.case-show .bd .titleBig {
  line-height: 1;
  padding: 0 20px;
  font-size: 26px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 40px;
  text-align: center;
}
.case-show .bd .part {
  padding-top: 50px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
.case-show .bd .part.bg::before {
  content: "";
  display: block;
  width: 100vw;
  min-width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.case-show .bd .part-1 {
  padding-bottom: 0px;
}
.case-show .bd .part-3 {
  padding-bottom: 70px;
}
.case-show .list-1 {
  margin-left: -12px;
  margin-right: -12px;
}
.case-show .list-1 &gt; li {
  width: 25%;
  padding: 0 12px 24px 12px;
  float: left;
}
.case-show .list-1 .box {
  display: block;
  text-align: center;
  position: relative;
}
.case-show .list-1 .img {
  overflow: hidden;
  position: relative;
}
.case-show .list-1 .img::after {
  content: "";
  display: block;
  padding-top: 76.04790419%;
}
.case-show .list-1 .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-1 .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-1 .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/case-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.case-show .list-1 .textC {
  max-width: 100%;
  padding: 0 10px;
}
.case-show .list-1 .title {
  color: #fff;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-1 .info {
  color: #c0c0c0;
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-1 .more {
  position: relative;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-1 .more a,
.case-show .list-1 .more span {
  display: inline-block;
  background-color: #ff0000;
  min-width: 80px;
  height: 32px;
  line-height: 32px;
  color: #fff;
}
.case-show .list-1 .box:hover .text {
  opacity: 1;
}
.case-show .list-1 .box:hover .text::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.case-show .list-1 .box:hover .title {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-show .list-1 .box:hover .info {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-show .list-1 .box:hover .more {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.case-show .list-2 {
  margin-left: -12px;
  margin-right: -12px;
}
.case-show .list-2 li {
  padding: 0 12px 24px 12px;
  width: 25%;
  float: left;
}
.case-show .list-2 .box {
  display: block;
  text-align: center;
}
.case-show .list-2 .img {
  border: 7px #d1d8e0 solid;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.case-show .list-2 .img::after {
  content: "";
  display: block;
  padding-top: 54.6875%;
}
.case-show .list-2 .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-2 .title {
  text-align: center;
  font-size: 18px;
  color: #333;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-show .list-2 .box:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.case-show .list-3 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 16px;
}
.case-show .list-3 li {
  padding: 0 12px 24px 12px;
  width: 25%;
  float: left;
}
.case-show .list-3 .box {
  display: block;
  text-align: center;
  position: relative;
}
.case-show .list-3 .img {
  overflow: hidden;
  position: relative;
}
.case-show .list-3 .img::after {
  content: "";
  display: block;
  padding-top: 76.04790419%;
}
.case-show .list-3 .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.case-show .list-3 .title {
  background-color: rgba(255, 0, 0, 0.7);
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.case-show .list-3 .box:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1279px) {
  .case-show {
    font-size: 14px;
    line-height: 24px;
  }
  .case-show .hd .left {
    width: 100%;
    margin: auto;
    float: none;
  }
  .case-show .hd .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .case-show .hd .show-title {
    font-size: 24px;
  }
  .case-show .hd .jianjie {
    padding: 20px 0;
  }
  .case-show .hd .p-1 {
    margin-bottom: 10px;
  }
  .case-show .hd .xinxi {
    padding-top: 0;
  }
  .case-show .hd .xinxi .title {
    line-height: 24px;
    font-size: 16px;
  }
  .case-show .hd .xinxi .title span {
    min-width: 64px;
  }
  .case-show .hd .xinxi .info {
    font-size: 14px;
    line-height: 24px;
  }
  .case-show .hd .btns a {
    min-width: 120px;
    line-height: 40px;
  }
  .case-show .bd .titleBig {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .case-show {
    padding: 20px 15px;
  }
  .case-show .hd .xinxi li {
    margin-bottom: 5px;
  }
  .case-show .hd .xinxi .info {
    margin-left: 5px;
  }
  .case-show .hd .btns a {
    margin-right: 10px;
    font-size: 14px;
  }
  .case-show .bd .titleBig {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .case-show .bd .part {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .case-show .list-1 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .case-show .list-1 li {
    width: 100%;
    padding: 0 0 10px 5px;
  }
  .case-show .list-1 .title {
    font-size: 14px;
  }
  .case-show .list-1 .img::after {
    display: none;
  }
  .case-show .list-1 img {
    width: 100%;
    position: static;
  }
  .case-show .list-1 .text {
    position: relative;
    color: #333;
    opacity: 1;
    background-color: transparent;
    padding: 10px 0;
  }
  .case-show .list-1 .textC {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    max-width: 100%;
  }
  .case-show .list-1 .title {
    color: #333;
    font-size: 16px;
    margin-bottom: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .case-show .list-1 .info {
    color: #333;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 14px;
  }
  .case-show .list-2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .case-show .list-2 li {
    width: 100%;
    padding: 0 0 10px 5px;
  }
  .case-show .list-2 .title {
    font-size: 14px;
  }
  .case-show .list-2 .img::after {
    display: none;
  }
  .case-show .list-2 img {
    width: 100%;
    position: static;
  }
  .case-show .list-3 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .case-show .list-3 li {
    width: 100%;
    padding: 0 0 10px 5px;
  }
  .case-show .list-3 .title {
    font-size: 14px;
  }
  .case-show .list-3 .img::after {
    display: none;
  }
  .case-show .list-3 img {
    width: 100%;
    position: static;
  }
}
.join {
  padding-top: 72px;
  padding-bottom: 100px;
}
.join .wrap {
  max-width: 1230px;
}
.join dl {
  background-color: #fff;
  position: relative;
}
.join .span-01 {
  display: block;
  width: 25%;
  float: left;
  padding-left: 30px;
}
.join .span-02 {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
.join .span-03 {
  display: block;
  width: 20%;
  float: left;
  text-align: center;
}
.join .span-04 {
  display: block;
  width: 18%;
  float: left;
  text-align: center;
}
.join .bt {
  background: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
  height: 54px;
}
.join dl {
  border-bottom: 1px #f5f5f5 solid;
}
.join dt {
  overflow: hidden;
  background: #fff;
  padding: 15px 0;
  line-height: 30px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.join .icon {
  display: block;
  position: absolute;
  top: 22px;
  right: 40px;
  margin: auto;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all .5s;
          transition: all .5s;
}
.join .icon:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-bottom: 1px #666666 solid;
  border-right: 1px #666666 solid;
}
.join dd {
  height: 0;
  overflow: hidden;
}
.join dd .nr {
  border-top: 1px #f5f5f5 solid;
  padding: 20px 56px 36px 56px;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.join dd .part-1 {
  padding-bottom: 30px;
  border-bottom: 1px #f5f5f5 solid;
  overflow: hidden;
}
.join dd .part-1 &gt; div {
  min-width: 25%;
  float: left;
}
.join dd .part-2 {
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 30px;
  border-bottom: 1px #f5f5f5 solid;
  margin-bottom: 30px;
}
.join dd .part-2 .div-2 {
  width: 50%;
  float: left;
  padding-right: 50px;
  border-right: 1px #f5f5f5 solid;
}
.join dd .part-2 .div-2:nth-child(2n) {
  border-right: none;
  padding-left: 50px;
  padding-right: 0;
}
.join dd .p-1 {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.join .btns a {
  display: inline-block;
  min-width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.join .btns a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.join .btns a:hover::after {
  height: 100%;
}
.join .cur dt .icon {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.join .cur dd {
  height: auto;
}
.join .p-01 {
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 1023px) {
  .join {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .join .bt {
    font-size: 12px;
    text-align: center;
  }
  .join .span-01 {
    padding-left: 0;
  }
  .join dt {
    font-size: 12px;
    text-align: center;
  }
  .join .icon {
    right: 10px;
  }
  .join .icon::before {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .join dd .nr {
    font-size: 12px;
    padding: 10px 10px 20px 10px;
  }
  .join dd .part-1 {
    padding-bottom: 15px;
  }
  .join dd .part-2 {
    margin-bottom: 10px;
    padding-bottom: 15px;
    border: none;
  }
  .join dd .part-2 .div-2 {
    width: 100%;
    padding: 0 0 20px 0 !important;
    border-right: none;
    border-bottom: 1px #f5f5f5 solid;
    margin-bottom: 20px;
  }
  .join dd .part-2 .div-2:last-child {
    border: none;
  }
}
.contact {
  padding-top: 50px;
  padding-bottom: 130px;
}
.contact .wrap {
  position: relative;
}
.contact .lxfs {
  width: 522px;
  min-height: 355px;
  line-height: 30px;
  padding: 40px 42px;
  position: absolute;
  z-index: 999;
  top: 80px;
  right: 15%;
  background-color: #fff;
  color: #333;
  font-size: 16px;
}
.contact .lxfs .title {
  font-size: 20px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact .lxfs .p-1 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.contact .lxfs .p-1 .icon {
  width: 30px;
  height: 30px;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact .lxfs {
    position: static;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
  }
  .contact .lxfs .title {
    font-size: 18px;
  }
  .contact .lxfs .p-1 {
    padding-left: 30px;
  }
  .contact .lxfs .p-1 .icon {
    width: 20px;
    height: 20px;
  }
}
#allmap {
  width: 100%;
  height: 600px;
  font-size: 12px;
}
#allmap .BMap_bubble_content &gt; div {
  font-size: 12px !important;
}
#allmap .BMap_bubble_content .div-text {
  width: 300px !important;
}
#allmap img {
  max-width: none;
  max-height: none;
}
@media screen and (max-width: 1023px) {
  #allmap {
    height: 300px;
  }
}
.message {
  padding: 84px 0 130px 0;
  position: relative;
}
.message .wrap {
  max-width: 1230px;
}
.message .list {
  position: relative;
  margin-left: -24px;
  margin-right: -24px;
}
.message li {
  width: 50%;
  float: left;
  padding: 0 24px 20px 24px;
  position: relative;
}
.message li:last-child {
  padding-bottom: 0;
}
.message .col-1 {
  width: 100%;
}
.message .li-1 .ly-input {
  padding-left: 85px;
}
.message .li-2 .ly-input {
  padding-left: 117px;
}
.message .li-3 .ly-input {
  padding-left: 117px;
}
.message .li-4 .ly-input {
  padding-left: 97px;
}
.message .li-5 .ly-textarea {
  padding-left: 87px;
}
.message .box {
  position: relative;
}
.message .title {
  color: #666;
  font-size: 18px;
  line-height: 56px;
  position: absolute;
  top: 0;
  left: 30px;
}
.message .ly-input,
.message .ly-textarea {
  border: none;
  color: #333;
  vertical-align: middle;
  padding: 0 30px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  width: 100%;
  -webkit-transition: box-shadow 0.5s;
          transition: box-shadow 0.5s;
}
.message .ly-input:focus,
.message .ly-textarea:focus {
  box-shadow: 0 0 0 2px #ff0000 inset;
}
.message .ly-input::-webkit-input-placeholder,
.message .ly-textarea::-webkit-input-placeholder {
  color: #ccc;
}
.message .ly-input:-moz-placeholder,
.message .ly-textarea:-moz-placeholder {
  color: #ccc;
}
.message .ly-input:-ms-input-placeholder,
.message .ly-textarea:-ms-input-placeholder {
  color: #ccc;
}
.message .ly-textarea {
  line-height: 30px;
  padding: 13px 30px 10px 30px;
  width: 100%;
  min-height: 298px;
}
.message .btn {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.message .submit {
  font-size: 18px;
  min-width: 235px;
  display: inline-block;
  max-width: 200px;
  text-align: center;
  line-height: 48px;
  height: 50px;
  color: #fff;
  background-color: #ff0000;
  margin-right: 20px;
  border: 1px #ff0000 solid;
  cursor: pointer;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.message .submit::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.message .submit:hover::after {
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .message {
    padding: 40px 0 40px 0;
  }
  .message .list {
    margin-left: 0;
    margin-right: 0;
  }
  .message li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .message .ly-input,
  .message .ly-textarea {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 15px;
  }
  .message .title {
    font-size: 14px;
    left: 10px;
  }
  .message .li-1 .ly-input {
    padding-left: 55px;
  }
  .message .li-2 .ly-input {
    padding-left: 83px;
  }
  .message .li-3 .ly-input {
    padding-left: 83px;
  }
  .message .li-4 .ly-input {
    padding-left: 63px;
  }
  .message .li-5 .ly-textarea {
    padding-left: 53px;
  }
  .message .btn {
    text-align: center;
  }
  .message .submit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.inside-2 {
  padding: 40px 0 100px 0;
}
.inside-2 .wrap &gt; .left {
  width: 23%;
  float: left;
}
.inside-2 .wrap &gt; .left .part {
  background-color: #fff;
  padding: 20px 20px;
  border: 1px #dddddd solid;
  margin-bottom: 25px;
}
.inside-2 .wrap &gt; .left .titleBig {
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px #ddd solid;
}
.inside-2 .fenlei .list &gt; .active .first a {
  background-color: #ff0000;
  color: #fff;
}
.inside-2 .fenlei .list &gt; .active .first .icon::before {
  background-color: #fff;
}
.inside-2 .fenlei .list &gt; .active .first .icon::after {
  height: 0;
}
.inside-2 .fenlei .list .list {
  display: none;
}
.inside-2 .fenlei .list .first {
  padding-top: 13px;
  position: relative;
}
.inside-2 .fenlei .list .first .icon {
  cursor: pointer;
  width: 30px;
  height: 100%;
  height: calc(100% - 13px);
  position: absolute;
  bottom: 0;
  right: 0;
}
.inside-2 .fenlei .list .first .icon::before,
.inside-2 .fenlei .list .first .icon::after {
  content: "";
  display: block;
  background-color: #333333;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inside-2 .fenlei .list .first .icon::before {
  width: 8px;
  height: 2px;
}
.inside-2 .fenlei .list .first .icon::after {
  width: 2px;
  height: 8px;
}
.inside-2 .fenlei .list .first &gt; a {
  padding: 0 14px;
  display: block;
  color: #333;
  font-size: 20px;
  line-height: 45px;
  border-bottom: 1px #dddddd solid;
}
.inside-2 .fenlei .list .first &gt; a:hover {
  border-color: #fff;
  background-color: #ff0000;
  color: #fff;
}
.inside-2 .fenlei .list .first &gt; a:hover + .icon::before,
.inside-2 .fenlei .list .first &gt; a:hover + .icon::after {
  background-color: #fff;
}
.inside-2 .fenlei .list li:last-child .first &gt; a {
  border: none;
}
.inside-2 .fenlei .list li &gt; .list {
  padding: 0 14px;
}
.inside-2 .fenlei .list li &gt; .list &gt; li &gt; a {
  color: #777;
  font-size: 18px;
  display: block;
  line-height: 32px;
  padding-top: 10px;
  border-bottom: 1px #dddddd dashed;
}
.inside-2 .fenlei .list li &gt; .list &gt; li &gt; a:hover {
  color: #ff0000;
}
.inside-2 .fenlei .list li &gt; .list &gt; li.active &gt; a {
  color: #ff0000;
}
.inside-2 .fenlei .list li &gt; .list.show {
  display: block;
}
.inside-2 .hotProduct .list {
  margin-top: 25px;
}
.inside-2 .hotProduct .list li {
  padding-bottom: 25px;
}
.inside-2 .hotProduct .list li:last-child {
  padding-bottom: 0;
}
.inside-2 .hotProduct .list .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.inside-2 .hotProduct .list .img {
  width: 135px;
  overflow: hidden;
  position: relative;
}
.inside-2 .hotProduct .list .img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.inside-2 .hotProduct .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.inside-2 .hotProduct .list .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
}
.inside-2 .hotProduct .list .title {
  font-size: 18px;
  color: #333;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 34px;
}
.inside-2 .hotProduct .list .more a,
.inside-2 .hotProduct .list .more span {
  display: inline-block;
  line-height: 28px;
  border: 1px #dddddd solid;
  border-radius: 3px;
  text-align: center;
  min-width: 62px;
  padding: 0 10px;
  color: #999;
}
.inside-2 .hotProduct .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.inside-2 .hotProduct .list .box:hover .title {
  color: #ff0000;
}
.inside-2 .hotProduct .list .box:hover .more a,
.inside-2 .hotProduct .list .box:hover .more span {
  border-color: #ff0000;
  background-color: #ff0000;
  color: #fff;
}
.inside-2 .wrap &gt; .right {
  width: 77%;
  float: left;
  padding-left: 25px;
}
@media screen and (max-width: 1279px) {
  .inside-2 .fenlei .list .first &gt; a {
    font-size: 16px;
  }
  .inside-2 .fenlei .list li &gt; .list &gt; li &gt; a {
    font-size: 14px;
  }
  .inside-2 .hotProduct .list .img {
    width: 60px;
    height: 60px;
  }
  .inside-2 .hotProduct .list .title {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
  }
  .inside-2 .hotProduct .list .more a,
  .inside-2 .hotProduct .list .more span {
    font-size: 14px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .inside-2 {
    padding: 40px 0;
  }
  .inside-2 .wrap &gt; .left {
    display: none;
  }
  .inside-2 .wrap &gt; .right {
    width: 100%;
    padding: 0;
  }
}
.product .list {
  margin-left: -10px;
  margin-right: -10px;
}
.product .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 10px 30px 10px;
}
.product .list .box {
  display: block;
  text-align: center;
}
.product .list .img {
  overflow: hidden;
  border: 1px #ddd solid;
  position: relative;
}
.product .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.product .list .img::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product .list .img .line1,
.product .list .img .line2,
.product .list .img .line3,
.product .list .img .line4 {
  display: block;
  position: absolute;
  background-color: #ff0000;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.product .list .img .line1 {
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
}
.product .list .img .line2 {
  width: 1px;
  height: 0%;
  top: 0;
  right: 0;
}
.product .list .img .line3 {
  width: 0%;
  height: 1px;
  bottom: 0;
  right: 0;
}
.product .list .img .line4 {
  height: 0%;
  width: 1px;
  bottom: 0;
  left: 0;
}
.product .list .title {
  color: #333;
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .list .box:hover .img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product .list .box:hover .img .line1 {
  width: 100%;
}
.product .list .box:hover .img .line2 {
  height: 100%;
}
.product .list .box:hover .img .line3 {
  width: 100%;
}
.product .list .box:hover .img .line4 {
  height: 100%;
}
.product .list .box:hover .title {
  color: #ff0000;
}
.product .page {
  padding-top: 42px;
}
@media screen and (max-width: 1279px) {
  .product .list li {
    padding-bottom: 20px;
  }
  .product .list .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .product .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .product .list li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .product .list .title {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  .product .page {
    padding-top: 30px;
  }
}
.product-show {
  border: 1px #dddddd solid;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  padding: 25px 25px 45px 25px;
  overflow: hidden;
}
.product-show .hd {
  color: #666666;
  padding-bottom: 40px;
}
.product-show .hd .left {
  width: 40%;
  max-width: 380px;
  float: left;
}
.product-show .hd .pics .slick-prev,
.product-show .hd .pics .slick-next {
  width: 25px;
  height: 100%;
  text-align: center;
  margin-top: 0;
  background-color: #f5f5f5;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  z-index: 7;
  top: 0;
}
.product-show .hd .pics .slick-prev:before,
.product-show .hd .pics .slick-next:before {
  content: "";
  width: 0;
  height: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-style: solid;
}
.product-show .hd .pics .slick-prev:hover,
.product-show .hd .pics .slick-next:hover {
  background-color: #ff0000;
}
.product-show .hd .pics .slick-prev {
  left: 0;
}
.product-show .hd .pics .slick-prev:before {
  border-color: transparent #666666 transparent transparent;
  border-width: 7px 13px 7px 0;
}
.product-show .hd .pics .slick-next {
  right: 0;
  top: auto;
  bottom: 0;
}
.product-show .hd .pics .slick-next:before {
  border-color: transparent  transparent transparent #666666;
  border-width: 7px 0 7px 13px;
}
.product-show .hd .pics .pro-max {
  border: 1px #dddddd solid;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.product-show .hd .pics .pro-max .img {
  display: block;
  overflow: hidden;
  position: relative;
}
.product-show .hd .pics .pro-max .img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-show .hd .pics .pro-min {
  width: 100%;
  padding: 0 30px;
  overflow: hidden;
}
.product-show .hd .pics .pro-min .item {
  padding: 0 4px;
}
.product-show .hd .pics .pro-min .img {
  overflow: hidden;
  cursor: pointer;
  display: block;
  border: 1px solid #f2f2f2;
  position: relative;
}
.product-show .hd .pics .pro-min .img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-show .hd .pics .pro-min .img:hover {
  border-color: #ff0000;
}
.product-show .hd .pics .pro-min .slick-current .item .img {
  border: 1px solid #ff0000;
}
.product-show .hd .right {
  width: 60%;
  float: right;
  padding-left: 20px;
}
.product-show .hd .show-title {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  border-bottom: 1px #dddddd solid;
  padding-bottom: 13px;
}
.product-show .hd .p-1 {
  font-size: 20px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-show .hd .jianjie {
  padding-top: 10px;
}
.product-show .hd .xinxi {
  border-bottom: 1px #dddddd solid;
  padding-bottom: 20px;
  margin-bottom: 20px ;
  padding-top: 20px;
}
.product-show .hd .xinxi li {
  margin-bottom: 10px;
}
.product-show .hd .xinxi li:last-child {
  margin-bottom: 0;
}
.product-show .hd .xinxi .box {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-show .hd .xinxi .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 18px;
  text-align: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align-last: justify;
}
.product-show .hd .xinxi .title span {
  display: inline-block;
  min-width: 80px;
}
.product-show .hd .xinxi .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #f5f5f5;
  margin-left: 10px;
  line-height: 30px;
  font-size: 16px;
  padding: 8px 24px;
}
.product-show .hd .btns a {
  display: inline-block;
  min-width: 214px;
  line-height: 54px;
  font-size: 18px;
  background-color: #ff0000;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}
.product-show .hd .btns a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.product-show .hd .btns a:hover::after {
  height: 100%;
}
.product-show .bd .titleBig {
  background-color: #eeeeee;
  line-height: 30px;
  padding: 10px 20px;
  border-left: 4px #ff0000 solid;
  font-size: 22px;
  color: #666666;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .product-show {
    font-size: 14px;
    line-height: 24px;
  }
  .product-show .hd .left {
    width: 100%;
    margin: auto;
    float: none;
  }
  .product-show .hd .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .product-show .hd .show-title {
    font-size: 24px;
  }
  .product-show .hd .jianjie {
    padding: 20px 0;
  }
  .product-show .hd .p-1 {
    margin-bottom: 10px;
  }
  .product-show .hd .xinxi {
    padding-top: 0;
  }
  .product-show .hd .xinxi .title {
    min-width: 100px;
    line-height: 24px;
    font-size: 16px;
  }
  .product-show .hd .xinxi .info {
    font-size: 14px;
    line-height: 24px;
  }
  .product-show .hd .btns a {
    min-width: 120px;
    line-height: 40px;
  }
  .product-show .bd .titleBig {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .product-show {
    padding: 20px 15px;
  }
  .product-show .hd .xinxi li {
    margin-bottom: 5px;
  }
  .product-show .hd .xinxi .title {
    min-width: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-show .hd .xinxi .info {
    margin-left: 5px;
  }
}
.about {
  background-color: #fff;
}
.about img {
  vertical-align: top;
}
.about .about-title {
  text-align: center;
  font-size: 36px;
  color: #333;
  line-height: 1;
  position: relative;
}
.about .about-title::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #ff0000;
  margin: 20px auto auto auto;
}
.about .maodian {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -80px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .about .about-title {
    font-size: 24px;
  }
}
.brief {
  font-size: 14px;
  line-height: 24px;
  padding-top: 84px;
  padding-bottom: 60px;
  position: relative;
}
.brief .left {
  width: 50%;
  float: left;
}
.brief .right {
  width: 50%;
  float: right;
  padding-left: 56px;
}
.brief .titleBig {
  font-size: 34px;
  color: #333;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 30px;
}
.brief .titleBig::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.brief .text {
  height: 288px;
  overflow: auto;
  padding-right: 25px;
  -webkit-overflow-scrolling: touch;
}
.brief .text::-webkit-scrollbar-track {
  background-color: #fff;
}
.brief .text::-webkit-scrollbar-thumb {
  background-color: #ff0000;
}
.brief .text::-webkit-scrollbar-button {
  background-color: #fff;
  display: none;
}
.brief .text::-webkit-scrollbar-corner {
  background-color: #000;
}
.brief .text::-webkit-scrollbar {
  width: 4px;
}
.brief .youshi {
  margin: 100px 0 40px 0;
  background: #fff;
}
.brief .youshi li {
  background: #fff;
  padding: 0 20px;
  width: 20%;
  text-align: center;
  float: left;
  color: #999999;
  font-size: 16px;
  position: relative;
}
.brief .youshi li:after {
  content: "";
  display: none;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}
.brief .youshi li:last-child:after {
  display: none;
}
.brief .youshi .num {
  display: inline-block;
  color: #ff0000;
  position: relative;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
.brief .youshi .num em {
  font-style: normal;
}
.brief .youshi .counter {
  font-size: 56px;
  line-height: 1;
  margin-right: 5px;
}
.brief .youshi .info {
  margin-top: 3px;
}
@media screen and (max-width: 1023px) {
  .brief {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .brief .titleBig {
    font-size: 24px;
  }
  .brief .left {
    width: 100%;
    padding: 0;
  }
  .brief .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .brief .right .text {
    height: auto;
  }
  .brief .youshi {
    margin: 40px 0 0 0;
  }
  .brief .youshi li {
    padding-bottom: 10px;
    width: 50%;
  }
  .brief .youshi .num {
    font-size: 14px;
  }
  .brief .youshi .counter {
    font-size: 24px;
  }
  .brief .youshi .info {
    font-size: 14px;
  }
}
.yqyl {
  padding-bottom: 60px;
  background-color: #f5f5f5;
  position: relative;
}
.yqyl .wrap {
  max-width: 100%;
  padding: 0;
}
.yqyl .slick-dots {
  bottom: -40px;
}
.yqyl .slick-dots li button {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff0000;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.yqyl .slick-dots li button::before {
  display: none;
}
.yqyl .slick-dots .slick-active button {
  box-shadow: 0 0 0 4px #ff0000;
  background-color: transparent;
}
.yqyl .list &gt; li {
  width: 50%;
  float: left;
}
.yqyl .list .box {
  position: relative;
}
.yqyl .list .img {
  overflow: hidden;
  position: relative;
}
.yqyl .list .img::after {
  content: "";
  display: block;
  padding-top: 41.66666667%;
}
.yqyl .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.yqyl .list .text {
  background: url(../images/yqyl-bg.png) no-repeat center bottom;
  background-color: #ff0000;
  background-size: cover;
  width: 50%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.yqyl .list .title {
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.yqyl .list .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 1279px) {
  .yqyl .list .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023px) {
  .yqyl .list li {
    width: 100%;
  }
  .yqyl .list .title {
    width: 100%;
    padding: 0 10px;
  }
}
.history {
  background-size: cover ;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.history .con {
  margin-top: 80px;
  position: relative;
}
.history .con .circle {
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.history .con .circle::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff0000;
  margin: auto;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.history .con .circle::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px #f5f5f5 solid;
  position: absolute;
  z-index: 8;
  top: 0px;
  left: 0;
}
.history .list {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.history .list::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  top: 0;
  left: 50%;
}
.history .list &gt; li {
  display: none;
  width: 50%;
  padding-right: 50px;
  clear: both;
  position: relative;
}
.history .list &gt; li.show {
  display: block;
}
.history .list &gt; li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ff0000;
  position: absolute;
  z-index: 9;
  top: 24px;
  right: -4px;
}
.history .list &gt; li::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px #f5f5f5 solid;
  position: absolute;
  z-index: 8;
  top: 20px;
  right: -8px;
}
.history .list &gt; li:nth-child(2n) {
  float: right;
  padding-left: 50px;
  padding-right: 0;
}
.history .list &gt; li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history .list &gt; li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 50px;
}
.history .list &gt; li:nth-child(2n) .title {
  text-align: left;
}
.history .list .box {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.history .list .img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.history .list .img::after {
  content: "";
  display: block;
  padding-top: 68.88888889%;
}
.history .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.history .list .text {
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 50px;
}
.history .list .title {
  font-size: 36px;
  color: #ff0000;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: right;
}
.history .list .info {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.history .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.history .more {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
}
.history .more a {
  position: relative;
}
.history .more a span {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  font-size: 16px;
  color: #ff0000;
  margin-bottom: 30px;
}
.history .more a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/down-2.png);
  background-color: #fff;
  border: 1px #ccc solid;
  margin: auto;
}
.history .more a:hover::after {
  background-color: #ff0000;
  border-color: #ff0000;
  background-image: url(../images/icon/down.png);
}
@media screen and (max-width: 1023px) {
  .history .circle {
    display: none;
  }
  .history .list::before {
    display: none;
  }
  .history .list &gt; li {
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 0 20px 0 !important ;
  }
  .history .list &gt; li::before {
    display: none;
  }
  .history .list &gt; li::after {
    display: none;
  }
  .history .list .img {
    width: 80px;
    height: 80px;
  }
  .history .list .box {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .history .list .text {
    padding-right: 0 !important;
    padding-left: 20px !important;
    text-align: left;
  }
  .history .list .title {
    font-size: 24px;
    text-align: left !important;
    margin-bottom: 0;
  }
}
.honor {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 66px;
  position: relative;
}
.honor .con {
  margin-top: 80px;
}
.honor .list &gt; li {
  width: 33.33333333%;
  float: left;
  padding: 0 12px 24px 12px;
}
.honor .list .box {
  display: block;
  position: relative;
}
.honor .list .img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: .7;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .5s;
          transition: all .5s;
}
.honor .list .img::after {
  content: "";
  display: block;
  padding-top: 68.88888889%;
}
.honor .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.honor .list .slick-current .img {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.honor .list .text {
  width: 100%;
  padding: 40px 32px;
  color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}
.honor .list .title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.honor .list .info {
  font-size: 18px;
}
.honor .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.honor .slick-prev,
.honor .slick-next {
  z-index: 9;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.12);
  background-position: center center;
  background-repeat: no-repeat;
}
.honor .slick-prev::before,
.honor .slick-next::before {
  display: none;
}
.honor .slick-prev:hover,
.honor .slick-next:hover {
  background-color: #ff0000;
}
.honor .slick-prev {
  background-image: url(../images/icon/prev-2.png);
  left: 20%;
}
.honor .slick-prev:hover {
  background-image: url(../images/icon/prev-3.png);
}
.honor .slick-next {
  background-image: url(../images/icon/next-2.png);
  right: 20%;
}
.honor .slick-next:hover {
  background-image: url(../images/icon/next-3.png);
}
@media screen and (max-width: 1023px) {
  .honor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .honor .con {
    margin-top: 40px;
  }
  .honor .list .img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .honor .slick-prev,
  .honor .slick-next {
    -webkit-transform: scale(0.5) translateY(-50%);
        -ms-transform: scale(0.5) translateY(-50%);
            transform: scale(0.5) translateY(-50%);
  }
  .honor .slick-prev {
    left: 0;
  }
  .honor .slick-next {
    right: 0;
  }
}
.culture {
  padding-bottom: 126px;
  padding-top: 80px;
  position: relative;
}
.culture .con {
  margin-top: 80px;
}
.culture .list {
  margin-left: -12px;
  margin-right: -12px;
}
.culture .list li {
  width: 33.33333333%;
  float: left;
  padding: 0 12px 24px 12px;
}
.culture .list .box {
  display: block;
  position: relative;
}
.culture .list .img {
  overflow: hidden;
  position: relative;
}
.culture .list .img::after {
  content: "";
  display: block;
  padding-top: 77.97356828%;
}
.culture .list .img img {
  -webkit-transition: all .5s;
          transition: all .5s;
}
.culture .list .text {
  width: 100%;
  padding: 40px 32px;
  color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}
.culture .list .title {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
}
.culture .list .info {
  font-size: 18px;
}
.culture .list .box:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1023px) {
  .culture {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .culture .con {
    margin-top: 40px;
  }
  .culture .list {
    margin-left: 0;
    margin-right: 0;
  }
  .culture .list li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .culture .list .img::after {
    display: none;
  }
  .culture .list .img img {
    width: 100%;
    position: static;
  }
  .culture .list .text {
    padding: 20px 20px;
  }
  .culture .list .title {
    font-size: 18px;
  }
  .culture .list .info {
    font-size: 14px;
  }
}
.floatRigth {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 50px;
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth li {
  width: 50px;
  height: 50px;
  margin-bottom: 1px;
  position: relative;
}
.floatRigth li:last-child {
  margin-bottom: 0;
}
.floatRigth .box {
  display: block;
  cursor: pointer;
  background-color: #ff0000;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 0;
  right: 0;
}
.floatRigth .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .icon-1 {
  background: url(../images/icon/tel-right.png) center;
}
.floatRigth .icon-2 {
  background: url(../images/icon/email-right.png) center;
}
.floatRigth .icon-3 {
  background: url(../images/icon/ewm-right.png) center;
}
.floatRigth .hoverDiv {
  background-color: #ff0000;
  width: 200px;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -200px;
  -webkit-transition: right .5s;
  transition: right 0.5s;
}
.floatRigth .hoverDivC {
  position: relative;
}
.floatRigth .ewm {
  width: 160px;
  height: 160px;
  text-align: left;
  padding: 5px 5px;
}
.floatRigth .ewm img {
  width: 100%;
}
.floatRigth .box:hover {
  background: #000;
  color: #ffffff;
}
.floatRigth .box:hover .hoverDiv {
  right: 100%;
}
.floatRigth .box:hover .iconfont {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .floatRigth {
    display: none;
  }
}
</pre></body></html>