h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    line-height: 1.5;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0066b8 !important;
}
.mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.4;
  }
}
@keyframes pulsed {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.4;
  }
}
.pulsed {
  -webkit-animation-name: pulsed;
  animation-name: pulsed;
}
.animated {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
@keyframes bounce {
  0%,
  15%,
  47%,
  73%,
  89%,
  100% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  30%,
  32% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -18px, 0);
  }
  60% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -12px, 0);
  }
  82% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -7px, 0);
  }
  94% {
    animation-timing-function: ease-in;
    transform: translate3d(0, -3px, 0);
  }
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}
.banner .swiper-container .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .swiper-container .swiper-slide .text .con .center {
  width: 32%;
}
.banner .swiper-container .swiper-slide .text .con .center .txt {
  height: 5rem;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .text .con .center .txt h3 {
  color: #fff;
  font-size: 3.3rem;

  letter-spacing: 4px;
  position: relative;
  opacity: 0;
  top: 6rem;
}
.banner .swiper-container .swiper-slide .text .con .center h3 {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 1px;
  margin: 0.5rem 0;
  position: relative;
  opacity: 0;
  top: 1rem;
}
.banner .swiper-container .swiper-slide .text .con .center p {

  font-size: 0.8rem;
  color: #666;
  letter-spacing: 1px;
  opacity: 0;
  top: 1rem;
}
.banner .swiper-container .swiper-slide .text .con .center .more {
  width: 9rem;
  height: 2.5rem;
  border-radius: 4px;
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  margin-top: 3.6rem;
  position: relative;
  opacity: 0;
  left: 2rem;
  overflow: hidden;
}
.banner .swiper-container .swiper-slide .text .con .center .more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .text .con .center .more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.banner .swiper-container .swiper-slide .text .con .center .more a {
  display: block;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .swiper-container .swiper-slide .text .con .center .more:hover a {
  color: #333;
}
.banner .swiper-container .swiper-slide .text .con .center .more:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
.banner .swiper-container .swiper-slide .text .con .center .more:hover:after {
  opacity: 0;
  transform: translateX(0%);
}
.banner .swiper-container .swiper-slide .text .con .center.right {
  float: right;
}
.banner .swiper-container .swiper-slide.ie .text .con .center .txt h3 {
  opacity: 1;
  top: 0;
}
.banner .swiper-container .swiper-slide.ie .text .con .center h3 {
  opacity: 1;
  top: 0;
}
.banner .swiper-container .swiper-slide.ie .text .con .center p {
  opacity: 1;
  top: 0;
}
.banner .swiper-container .swiper-slide.ie .text .con .center .more {
  opacity: 1;
  left: 0;
}
.banner .swiper-container .swiper-slide.active .text .con .center .txt h3 {
  top: 0;
  opacity: 1;
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
}
.banner .swiper-container .swiper-slide.active .text .con .center h3 {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease 1.5s;
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  -ms-transition: all 0.5s ease 1.5s;
}
.banner .swiper-container .swiper-slide.active .text .con .center p {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease 2s;
  -webkit-transition: all 0.5s ease 2s;
  -moz-transition: all 0.5s ease 2s;
  -ms-transition: all 0.5s ease 2s;
}
.banner .swiper-container .swiper-slide.active .text .con .center .more {
  opacity: 1;
  left: 0;
  transition: all 0.5s ease 2.5s;
  -webkit-transition: all 0.5s ease 2.5s;
  -moz-transition: all 0.5s ease 2.5s;
  -ms-transition: all 0.5s ease 2.5s;
}
.slick-slider {
  margin-bottom: 0;
}
.hot-title {
  padding: 3.6rem 0 2rem;
  text-align: center;
  position: relative;
}
.hot-title h2 {
  font-size: 2.1rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.hot-title h3 {
  font-size: 0.9rem;
  color: #aaa;
}
.hot-title p {
  font-size: 0.8rem;
  color: #999;
  width: 29%;
  margin: 0 auto;
  line-height: 1.8;
}
.hot-list {
  position: relative;
}
.hot-list .con > ul > li {
  margin-top: 0.4rem;
}
.hot-list .con > ul > li:nth-child(even) {
  float: right;
}
.hot-list ul li {
  float: left;
  width: 49.72%;
}
.hot-list ul li a {
  display: block;
  position: relative;
}
.hot-list ul li a .tu {
  height: 0;
  padding-bottom: 55.6%;
  overflow: hidden;
}
.hot-list ul li a .tu img {
  width: 100%;
}
.hot-list ul li a .tu .text {
  width: 100%;
  position: absolute;
  left: 1.7rem;
  bottom: 1.6rem;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot-list ul li a .tu .text h3 {
  font-size: 1.5rem;
  color: #fff;
}
.hot-list ul li a .tu .text p {
  width: 80%;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 0.2rem;
}
.hot-list ul li a .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("https://sh-aixin.com/img/hot_bg.png")/*tpa=https://www.leyard.com/img/hot_bg.png*/ no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot-list ul li a .mask .txt {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.hot-list ul li a .mask .txt h3 {
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  left: -4rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot-list ul li a .mask .txt p {
  font-size: 0.8rem;
  color: #fff;
  margin: 0.4rem 1rem 1.8rem;
  position: relative;
  top: 4rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot-list ul li a .mask .txt span {
  color: #fff;
  font-size: 1rem;
  position: relative;
  right: -4rem;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.hot-list ul li ul li a .tu {
  padding-bottom: 112.4%;
}
.hot-list ul li.li-one:hover a .tu .text {
  opacity: 0;
}
.hot-list ul li.li-one:hover a .mask {
  opacity: 1;
}
.hot-list ul li.li-one:hover a .mask .txt h3 {
  left: 0;
  opacity: 1;
}
.hot-list ul li.li-one:hover a .mask .txt p {
  top: 0;
  opacity: 1;
}
.hot-list ul li.li-one:hover a .mask .txt span {
  right: 0;
  opacity: 1;
}
.hot-list ul li.li-two ul li {
  width: 49.4%;
}
.hot-list ul li.li-two ul li:nth-child(even) {
  float: right;
}
.hot-list ul li.li-two ul li:hover a .tu .text {
  opacity: 0;
}
.hot-list ul li.li-two ul li:hover a .mask {
  opacity: 1;
}
.hot-list ul li.li-two ul li:hover a .mask .txt h3 {
  left: 0;
  opacity: 1;
}
.hot-list ul li.li-two ul li:hover a .mask .txt p {
  top: 0;
  opacity: 1;
}
.hot-list ul li.li-two ul li:hover a .mask .txt span {
  right: 0;
  opacity: 1;
}
.group-title {
  padding: 4.6rem 0 2rem;
  text-align: center;
  position: relative;
}
.group-title h2 {
  font-size: 2.1rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.group-title h3 {
  font-size: 0.9rem;
  color: #aaa;
}
.group-title p {
  font-size: 0.8rem;
  color: #999;
  width: 29%;
  margin: 0 auto;
  line-height: 1.8;
}
.groups {
  padding-bottom: 5rem;
  position: relative;
}
.groups .con ul {
  position: relative;
}
.groups .con ul li {
  float: left; 
      height: 39.7rem;
  margin-left: 0.625%;
  overflow: hidden;
  transition: all 0.6s;
  width: 13.75%;
}
.groups .con ul li .txt {
    position: relative;
 top: 70%;
}
.groups .con ul li .txt h3 {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;

}
.groups .con ul li.group-first .txt h3 {
    text-align: left;
}
.groups .con ul li .txt p {
    font-size: 0.8rem;
    color: #fff;
    line-height: 1.8;
    text-align: justify;
    margin: 1.5rem 0 3rem;
}

.groups .con ul li .txt .more {
  width: 8rem;
  height: 2.5rem;
  border-radius: 4px;
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
   transition:0.5s;
}

.groups .con ul li .txt .more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.groups .con ul li .txt .more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.groups .con ul li .txt .more a {
  display: block;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.groups .con ul li .mask {
  position: absolute;
  width: 13.75%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
}
.groups .con ul li .mask .text {
  position: absolute;
  width: 70%;
 top:60%;
  left: 15%;
}
.groups .con ul li .mask .text h3 {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  position: relative;
  opacity: 0;
  top: 2rem;
}
.groups .con ul li .mask .text p {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1.8em;
  margin: 1.5rem 0;
  text-align: center;
  position: relative;
  opacity: 0;
  top: 2rem;
  height:3.6em;
}
.groups .con ul li .mask .text .more {
  width: 8rem;
  height: 2.5rem;
  border-radius: 4px;
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  position: relative;
  opacity: 0;
  top: 2rem;
  overflow: hidden;
  margin: 0 auto;
}
.groups .con ul li .mask .text .more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.groups .con ul li .mask .text .more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.groups .con ul li .mask .text .more a {
  display: block;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.groups .con ul li .mask .text .more:hover a {
  color: #333;
}
.groups .con ul li .mask .text .more:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
.groups .con ul li .mask .text .more:hover:after {
  opacity: 0;
  transform: translateX(0%);
}
.groups .con ul li .mask .close {
  display: none;
}
.groups .con ul li:nth-child(1) {
 margin-left: 0;
}
.groups .con ul li.cur {
  width:78.5%;
 
}
.groups .con ul li.cur .txt {
  padding: 4rem 3rem 0 2.5rem;
  top: 0;
  width:100%;
}
.groups .con ul li.cur .txt h3 {
  text-align: left;
  font-size:1.5rem;
}
.groups .con ul li.cur .mask {
  width: 42.5%;
}
.groups .con ul li.group-first {
    width: 42.5%;
    margin-left: 0;
}
.groups .con ul li.group-first .txt {
    padding: 4rem 3rem 0 2.5rem;
    top: 0;
}
.groups .con ul li:nth-child(2) .mask {
  left: 43.125%;
}
.groups .con ul li:nth-child(3) .mask {
  left: 57.5%;
}
.groups .con ul li:nth-child(4) .mask {
  left: 71.875%;
}
.groups .con ul li:nth-child(5) .mask {
  left: 86.25%;
}
.groups .con ul li:hover .mask {
  opacity: 1;
  width: 100%;
  left: 0;
  z-index: 4;
}
.groups .con ul li:hover .mask .text h3 {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
}
.groups .con ul li:hover .mask .text p {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease 1s;
  -webkit-transition: all 0.5s ease 1s;
  -moz-transition: all 0.5s ease 1s;
  -ms-transition: all 0.5s ease 1s;
}
.groups .con ul li:hover .mask .text .more {
  opacity: 1;
  top: 0;
  transition: all 0.5s ease 1.5s;
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  -ms-transition: all 0.5s ease 1.5s;
}
.groups .con ul li.addhover.group-first .mask {
  width: 42.5%;
  opacity: 0;
  z-index: 2;
}
.groups .con ul li.addhover.group-two .mask {
  left: 43.125%;
  opacity: 0;
  z-index: 2;
}
.groups .con ul li.addhover.group-three .mask {
  left: 57.5%;
  opacity: 0;
  z-index: 2;
}
.groups .con ul li.addhover.group-four .mask {
  left: 71.875%;
  opacity: 0;
  z-index: 2;
}
.groups .con ul li.addhover.group-five .mask {
  left: 86.25%;
  opacity: 0;
  z-index: 2;
}
.product {
  padding: 5rem 0 5.5rem;
  height: 58rem;
  overflow: hidden;
  position: relative;
}
.product .con {
  position: relative;
  z-index: 2;
}
.product .con .product-title h2 {
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-align: center;
}
.product .con .product-title h3 {
  font-size: 0.9rem;
  color: #f0f0f0;
  opacity: 0.4;
  text-align: center;
}
.product .con .product-title p {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  line-height: 1.8;
}
.product .con .product-list {
  margin-top: 4rem;
}
.product .con .product-list .swiper-container .swiper-slide {
  height: 15rem;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
}
.product .con .product-list .swiper-container .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://sh-aixin.com/img/tu_bg.jpg")/*tpa=https://www.leyard.com/img/tu_bg.jpg*/ no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-list .swiper-container .swiper-slide .text {
  padding-top: 1.5rem;
  position: relative;
}
.product .con .product-list .swiper-container .swiper-slide .text h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-list .swiper-container .swiper-slide .text ul {
  display: flex;
  justify-content: center;
}
.product .con .product-list .swiper-container .swiper-slide .text ul li {
  position: relative;
}
.product .con .product-list .swiper-container .swiper-slide .text ul li:before {
  content: '';
  width: 1px;
  height: 0.7rem;
  background: #eaeaea;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.35rem;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-list .swiper-container .swiper-slide .text ul li a {
  font-size: 0.9rem;
  color: #999;
  padding: 0 1rem;
  margin-bottom: 0.3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-list .swiper-container .swiper-slide .text ul li:last-child:before {
  display: none;
}
.product .con .product-list .swiper-container .swiper-slide .text .tu {
  max-width: 17rem;
  margin: 0 auto;
  text-align: center;
}
.product .con .product-list .swiper-container .swiper-slide .text .tu img {
  max-width: 100%;
}
.product .con .product-list .swiper-container .swiper-slide .more {
  width: 8rem;
  height: 2.5rem;
  border-radius: 4px;
  background: #fff;
  margin-top: 3.6rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4rem;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-list .swiper-container .swiper-slide .more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.product .con .product-list .swiper-container .swiper-slide .more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.product .con .product-list .swiper-container .swiper-slide .more a {
  display: block;
  text-align: center;
  line-height: 2.5rem;
  color: #333;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.product .con .product-list .swiper-container .swiper-slide .more:hover a {
  color: #fff;
}
.product .con .product-list .swiper-container .swiper-slide .more:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
.product .con .product-list .swiper-container .swiper-slide .more:hover:after {
  opacity: 0;
  transform: translateX(0%);
}
.product .con .product-list .swiper-container .swiper-slide:hover:before {
  opacity: 1;
}
.product .con .product-list .swiper-container .swiper-slide:hover .text h4 {
  color: #fff;
}
.product .con .product-list .swiper-container .swiper-slide:hover .text ul li:before {
  background: #fff;
}
.product .con .product-list .swiper-container .swiper-slide:hover .text ul li a {
  color: #fff;
}
.product .con .product-list .swiper-container .swiper-slide:hover .more {
  bottom: 1.5rem;
  opacity: 1;
}
.product .con .product-list .swiper-scrollbar {
  position: relative;
  margin-top: 4rem;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}
.product .con .product-list .swiper-scrollbar .swiper-scrollbar-drag {
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.product.ie {
  height: 40rem;
}
.product.ie .con .product-list .swiper-container .swiper-slide .text ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.product.ie .con .product-list .swiper-scrollbar {
  display: none;
}
.product.ie .con .product-list .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 3rem;
}
.product.ie .con .product-list .slick-dots li button:before {
  color: #fff;
  opacity: 0.4;
}
.product.ie .con .product-list .slick-dots li.slick-active button:before {
  color: #3560bb;
  opacity: 1;
}
.product video {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.map-title {
  padding: 4.6rem 0 2rem;
  text-align: center;
  position: relative;
}
.map-title h2 {
  font-size: 2.1rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.map-title h3 {
  font-size: 0.9rem;
  color: #aaa;
}
.map-title p {
  font-size: 0.8rem;
  color: #999;
  width: 29%;
  margin: 0 auto;
  line-height: 1.8;
}
.map-list {
  padding: 2rem 0 4.2rem;
  position: relative;
}
.map-list .tu {
  position: relative;
}
.map-list .tu img {
  width: 100%;
}
.map-list .tu ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.map-list .tu ul li {
  position: absolute;
  left: 14%;
  top: 20%;
}
.map-list .tu ul li h4 {
  position: absolute;
  left: 1.4rem;
  top: -0.2rem;
  white-space: nowrap;
  font-size: 0.9rem;
  color: #333;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  overflow: hidden;
}
.map-list .tu ul li h4 span {
  position: relative;
}
.map-list .tu ul li h4 a {
  display: block;
  position: relative;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.map-list .tu ul li h4:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("https://sh-aixin.com/img/map_bg.jpg")/*tpa=https://www.leyard.com/img/map_bg.jpg*/ no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.map-list .tu ul li .dian {
  position: absolute;
  bottom: -0.6rem;
  left: 0.5rem;
}
.map-list .tu ul li .dian .point {
  display: block;
  width: 0.4rem;
  height: 0.2rem;
  background: #6f8fcb;
  opacity: 0.8;
  border-radius: 100%;
  position: relative;
  z-index: 3;
}
.map-list .tu ul li .dian .span1 {
  display: block;
  width: 1.5rem;
  height: 0.8rem;
  background: #6f8fcb;
  opacity: 0.8;
  border-radius: 100%;
  position: absolute;
  top: -0.3rem;
  left: -0.5rem;
  z-index: 2;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.map-list .tu ul li .dian .span2 {
  display: block;
  width: 2.5rem;
  height: 1.2rem;
  background: #6f8fcb;
  opacity: 0.1;
  border-radius: 100%;
  position: absolute;
  top: -0.45rem;
  left: -1rem;
  z-index: 1;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.map-list .tu ul li .sign {
  width: 1.4rem;
  height: 1.8rem;
}
.map-list .tu ul li .sign img {
  width: 100%;
}
.map-list .tu ul li:nth-child(2) {
  left: 16%;
  top: 27%;
}
.map-list .tu ul li:nth-child(3) {
  left: 29%;
  top: 56%;
}
.map-list .tu ul li:nth-child(4) {
  left: 50%;
  top: 17%;
}
.map-list .tu ul li:nth-child(5) {
  left: 62%;
  top: 35%;
}
.map-list .tu ul li:nth-child(5) h4 {
  left: auto;
  right: 1.4rem;
}
.map-list .tu ul li:nth-child(5):hover h4 {
  left: auto;
  right: 2rem;
}
.map-list .tu ul li:nth-child(6) {
  left: 85.6%;
  top: 27%;
}
.map-list .tu ul li:nth-child(6) h4 {
  left: auto;
  right: 1.4rem;
}
.map-list .tu ul li:nth-child(6):hover h4 {
  left: auto;
  right: 2rem;
}
.map-list .tu ul li:nth-child(7) {
  left: 80%;
  top: 35%;
}
.map-list .tu ul li:nth-child(7) h4 {
  left: auto;
  right: 1.4rem;
}
.map-list .tu ul li:nth-child(7):hover h4 {
  left: auto;
  right: 2rem;
}
.map-list .tu ul li.active .sign {
  animation-name: bounce;
  animation-iteration-count: infinite;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.map-list .tu ul li:hover h4 {
  color: #fff;
  left: 2rem;
}
.map-list .tu ul li:hover h4 a {
  color: #fff;
}
.map-list .tu ul li:hover h4:before {
  opacity: 1;
}
.map-list .tu ul li:hover .sign {
  animation-name: bounce;
  animation-iteration-count: infinite;
  transform-origin: center bottom;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}
.map-list .company-list {
  display: none;
}
.news {
  padding: 5rem 0;
  background: url("https://sh-aixin.com/img/news_bg.jpg")/*tpa=https://www.leyard.com/img/news_bg.jpg*/ no-repeat;
  background-size: cover;
  overflow: hidden;
}
.news .con .news-title h2 {
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: 0.3rem;
  text-align: center;
}
.news .con .news-title h3 {
  font-size: 0.9rem;
  color: #f0f0f0;
  opacity: 0.4;
  text-align: center;
}
.news .con .news-title p {
  text-align: center;
  font-size: 0.8rem;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  line-height: 1.8;
}
.news .con .news-list {
  margin-top: 3.6rem;
  position: relative;
}
.news .con .news-list .left {
  float: left;
  width: 53.5%;
  border-radius: 12px;
  overflow: hidden;
}
.news .con .news-list .left a {
  display: block;
}
.news .con .news-list .left a .tu {
  height: 0;
  padding-bottom: 44%;
  overflow: hidden;
}
.news .con .news-list .left a .tu img {
  width: 100%;
  transition: all 0.4s;
}
.news .con .news-list .left a .bottom {
  background: url("https://sh-aixin.com/img/news_di.jpg")/*tpa=https://www.leyard.com/img/news_di.jpg*/ no-repeat right top;
  background-size: cover;
  padding: 1.5rem 2.5rem;
}
.news .con .news-list .left a .bottom h3 {
  font-size: 0.8rem;
  color: #999;
}
.news .con .news-list .left a .bottom h5 {
  width: 90%;
  font-size: 1.5rem;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 0.4rem 0 1.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .left a .bottom h4 {
  font-size: 0.8rem;
  color: #999;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .left a .bottom h4 span {
  margin-left: 0.4rem;
}
.news .con .news-list .left:hover a .tu img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .left:hover a .bottom h5 {
  color: #0066b8;
}
.news .con .news-list .left:hover a .bottom h4 {
  left: 0.4rem;
  color: #0066b8;
}
.news .con .news-list .right {
  float: right;
  width: 44.4%;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}
.news .con .news-list .right ul {
  width: 100%;
  height: 100%;
}
.news .con .news-list .right ul li {
    height: 50%;
    position: relative;
    margin-top: 0;
  
}
.news .con .news-list .right ul li a {
  display: block;
}
.news .con .news-list .right ul li a .text {
  width: 86%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.news .con .news-list .right ul li a .text h3 {
  font-size: 0.8rem;
  color: #999;
}
.news .con .news-list .right ul li a .text h5 {
  font-size: 1.2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  color: #333;
  margin: 0.4rem 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .right ul li a .text p {
  font-size: 0.8rem;
  color: #999;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.news .con .news-list .right ul li a .text h4 {
  margin-top: 1.6rem;
  font-size: 0.8rem;
  color: #999;
  position: relative;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-list .right ul li a .text h4 span {
  margin-left: 0.4rem;
}
.news .con .news-list .right ul li:first-child:after {
  content: '';
  width: 88%;
  height: 1px;
  background: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 6%;
}
.news .con .news-list .right ul li:hover a .text h5 {
  color: #0066b8;
}
.news .con .news-list .right ul li:hover a .text h4 {
  left: 0.4rem;
  color: #0066b8;
}
.news .con .more {
  width: 8rem;
  height: 2.5rem;
  border-radius: 4px;
  background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin: 3rem auto 0;
}
.news .con .more:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.news .con .more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 1;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out 0s;
  z-index: 1;
}
.news .con .more a {
  display: block;
  text-align: center;
  line-height: 2.5rem;
  color: #fff;
  font-size: 0.9rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .more:hover a {
  color: #333;
}
.news .con .more:hover:before {
  opacity: 1;
  transform: translateX(0px);
}
.news .con .more:hover:after {
  opacity: 0;
  transform: translateX(0%);
}
.contact-title {
  padding: 4.6rem 0 2rem;
  text-align: center;
  position: relative;
}
.contact-title h2 {
  font-size: 2.1rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.contact-title h3 {
  font-size: 0.9rem;
  color: #aaa;
  font-weight: 600;
}
.contact-title p {
  font-size: 0.8rem;
  color: #999;
  width: 29%;
  margin: 0 auto;
  line-height: 1.8;
}
.contact-list {
  margin-top: 1rem;
  padding-bottom: 5.5rem;
}
.contact-list .con .left {
  float: left;
  width: 35%;
}
.contact-list .con .left ul li {
  margin-top: 0.8rem;
}
.contact-list .con .left ul li span {
  float: left;
  font-size: 1.2rem;
  color: #ccc;
  width: 10%;
}
.contact-list .con .left ul li p {
  float: right;
  width: 88%;
  font-size: 0.8rem;
  color: #333;
  position: relative;
}
.contact-list .con .left ul li p a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.contact-list .con .left ul li p a:hover {
  color: #0066b8;
}
.contact-list .con .right {
  float: right;
  width: 62.5%;
}
.contact-list .con .right .contact-form > div {
  float: left;
  width: 32.2%;
  margin-top: 0.8rem;
}
.contact-list .con .right .contact-form > div label {
  display: none;
}
.contact-list .con .right .contact-form > div input {
  width: 100%;
  height: 3rem;
  background: #f0f0f0;
  border-radius: 4px;
  border: none;
  color: #333;
  padding-left: 1rem;
  font-size: 0.8rem;
}
.contact-list .con .right .contact-form > div textarea {
  width: 100%;
  height: 6rem;
  background: #f0f0f0;
  border-radius: 8px;
  border: none;
  color: #333;
  padding: 1rem;
  font-size: 0.8rem;
}
.contact-list .con .right .contact-form > div input::-webkit-input-placeholder {
  color: #000;
}
.contact-list .con .right .contact-form > div input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
.contact-list .con .right .contact-form > div input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
.contact-list .con .right .contact-form > div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}
.contact-list .con .right .contact-form > div select {
  width: 100%;
  height: 3rem;
  background: #f0f0f0;
  border-radius: 4px;
  border: none;
  color: #999;
  padding-left: 1rem;
  font-size: 0.8rem;
}
.contact-list .con .right .contact-form > div select option {
  background: #fff;
}
.contact-list .con .right .contact-form > div .add-select {
  position: relative;
}
.contact-list .con .right .contact-form > div .add-select h2 {
  width: 100%;
  height: 3rem;
  background: #f0f0f0;
  border-radius: 4px;
  color: #666;
  line-height: 3rem;
  padding-left: 1rem;
  font-size: 0.8rem;
  position: relative;
  cursor: pointer;
}
.contact-list .con .right .contact-form > div .add-select h2:before {
  display: inline-block;
  content: '\e642';
  font-family: iconfont;
  font-size: 0.8rem;
  color: #aaa;
  position: absolute;
  right: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.contact-list .con .right .contact-form > div .add-select ul {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 3rem;
  border-radius: 4px;
  background: #fff;
  box-shadow: 11px 11px 50px 0px rgba(0, 0, 0, 0.06);
  height: 10rem;
}
.contact-list .con .right .contact-form > div .add-select ul li {
  line-height: 2rem;
  font-size: 0.7rem;
  color: #333;
  padding-left: 1rem;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}
.contact-list .con .right .contact-form > div .add-select ul li:before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("https://sh-aixin.com/img/select_bg.jpg")/*tpa=https://www.leyard.com/img/select_bg.jpg*/ no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.contact-list .con .right .contact-form > div .add-select ul li:hover {
  color: #fff;
}
.contact-list .con .right .contact-form > div .add-select ul li:hover:before {
  opacity: 1;
}
.contact-list .con .right .contact-form > div .add-select.add-service ul {
  height: auto;
}
.contact-list .con .right .contact-form > div .add-select.active h2:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.contact-list .con .right .contact-form > div:not(:nth-child(3n)) {
  margin-right: 1.7%;
}
.contact-list .con .right .contact-form > div:last-child {
  width: 100%;
}
.contact-list .con .right button {
  width: 8.4rem;
  height: 3rem;
  background: #0066b8 url("https://sh-aixin.com/img/m_bg.jpg")/*tpa=https://www.leyard.com/img/m_bg.jpg*/ no-repeat;
  background-size: cover;
  border-radius: 4px;
  border: none;
  font-size: 0.8rem;
  color: #fff;
  margin-top: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.contact-list .con .right button:hover {
  background: #0066b8;
}
@media screen and (max-width: 1366px) {
  .groups .con ul li .txt p{
  	  height:90px;
    
  }

  .groups .con ul li .mask .text{
  top:55%;
  }
  .groups .con ul li{
  height:30.5rem;
  }
  
}
@media screen and (max-width: 1024px) {

  .banner .swiper-container .swiper-slide .text .con .center .more {
    width: 130px;
    height: 40px;
  }
  .banner .swiper-container .swiper-slide .text .con .center .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .hot-title p {
    font-size: 14px;
    width: 80%;
  }
  .hot-list .con ul li a .tu .text p {
    font-size: 14px;
  }
  .hot-list .con ul li a .mask .txt p {
    font-size: 14px;
  }
  .group-title p {
    font-size: 14px;
    width: 80%;
  }
  .groups .con ul li .txt p {
    font-size: 14px;
  }
  .groups .con ul li .txt .more {
    width: 130px;
    height: 40px;
  }
  .groups .con ul li .txt .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .groups .con ul li .mask .text p {
    font-size: 14px;
  }
  .groups .con ul li .mask .text .more {
    width: 130px;
    height: 40px;
  }
  .groups .con ul li .mask .text .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .groups .con ul li .mask .close {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .groups .con ul li .mask .close span {
    color: #fff;
    line-height: 60px;
    font-size: 20px;
  }
  .product {
    background: url("https://sh-aixin.com/img/p_bg.jpg")/*tpa=https://www.leyard.com/img/p_bg.jpg*/ no-repeat;
    background-size: cover;
  }
  .product .con .product-title p {
    font-size: 14px;
    width: 80%;
  }
  .product .con .product-list .swiper-container .swiper-slide .text ul li a {
    font-size: 14px;
  }
  .product .con .product-list .swiper-container .swiper-slide .more {
    width: 130px;
    height: 40px;
    margin-left: -65px;
  }
  .product .con .product-list .swiper-container .swiper-slide .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .product .con .product-list .swiper-scrollbar {
    height: 6px;
  }
  .product .con .product-list .swiper-scrollbar .swiper-scrollbar-drag {
    background: url("https://sh-aixin.com/img/sign.jpg")/*tpa=https://www.leyard.com/img/sign.jpg*/ no-repeat;
    background-size: cover;
    border-radius: 3px;
  }
  .product video {
    display: none;
  }
  .map-title p {
    font-size: 14px;
    width: 80%;
  }
  .map-list .tu ul li h2 {
    font-size: 14px;
    top: -6px;
  }
  .map-list .tu ul li:nth-child(7) h2 {
    right: -98px !important;
    top: 32px;
  }
  .news .con .news-title p {
    font-size: 14px;
    width: 80%;
  }
  .news .con .news-list .left a .bottom h4 {
    font-size: 14px;
  }
  .news .con .news-list .right ul li a .text p {
    font-size: 14px;
  }
  .news .con .news-list .right ul li a .text h4 {
    font-size: 14px;
    margin-top: 14px;
  }
  .news .con .more {
    width: 130px;
    height: 40px;
  }
  .news .con .more a {
    line-height: 40px;
    font-size: 14px;
  }
  .contact-title p {
    font-size: 14px;
    width: 80%;
  }
  .contact-list {
    margin-top: 0;
  }
  .contact-list .con .left {
    width: 100%;
  }
  .contact-list .con .left ul li span {
    width: 34px;
    font-size: 20px;
  }
  .contact-list .con .left ul li p {
    font-size: 14px;
    float: left;
    top: 4px;
  }
  .contact-list .con .right {
    width: 100%;
    margin-top: 10px;
  }
  .contact-list .con .right .contact-form > div input {
    height: 46px;
    font-size: 14px;
  }
  .contact-list .con .right .contact-form > div textarea {
    height: 100px;
    font-size: 14px;
  }
  .contact-list .con .right .contact-form > div .add-select h2 {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  .contact-list .con .right .contact-form > div .add-select ul {
    height: 170px;
    top: 46px;
  }
  .contact-list .con .right .contact-form > div .add-select ul li {
    font-size: 14px;
    line-height: 46px;
  }
  .contact-list .con .right button {
    width: 130px;
    height: 46px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .groups .con ul li.cur .txt h2{
  	height:50px;
    overflow:hidden;
  }
  .groups .con ul li.cur .txt p{display:none;}
  .groups .con ul li.cur .txt .more{width: 90px;
    height: 30px;    margin-top: 50px;}
    .groups .con ul li .txt .more a {
      line-height: 30px;}
  .groups .con ul li .txt .more {
    display: none;
}
  .banner .swiper-container .swiper-slide .text .con .center {
    width: 100%;
  }
  .banner .swiper-container .swiper-slide .text .con .center .txt {
    height: 28px;
  }
  .banner .swiper-container .swiper-slide .text .con .center .txt h2 {
    font-size: 18px;
  }
  .banner .swiper-container .swiper-slide .text .con .center h3 {
    margin: 0;
  }
  .banner .swiper-container .swiper-slide .text .con .center p {
    width: 100%;
    display: none;
  }
  .banner .swiper-container .swiper-slide .text .con .center .more {
    margin-top: 20px;
  }
  .hot-title {
    padding: 20px 0;
  }
  .hot-title h3 {
    font-size: 14px;
  }
  .hot-title h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .hot-title p {
    width: 88%;
    line-height: 1.6;
  }
  .hot-list .con > ul > li {
    width: 100%;
  }
  .hot-list .con > ul > li a .tu .text {
    left: 14px;
    bottom: 14px;
    opacity: 1 !important;
    width: 88%;
  }
  .hot-list .con > ul > li a .mask {
    display: none;
  }
  .group-title {
    padding: 20px 0;
  }
  .group-title h3 {
    font-size: 14px;
  }
  .group-title h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .group-title p {
    width: 88%;
    line-height: 1.6;
  }
  .groups {
    padding-bottom: 30px;
  }
  .groups .con ul {
    overflow: hidden;
  }
  .groups .con ul li {
    height: 344px;
  }
  .groups .con ul li .txt {
    top: 280px;
  }
  .groups .con ul li .txt h2 {
    font-size: 16px;
    width:34px;
    margin:0 auto;
  }
  .groups .con ul li .txt p {
    display: none;
  }

  .groups .con ul li .mask .text {
    width: 92%;
    left: 4%;
    bottom: auto;
    top: 3rem;
  }
  .groups .con ul li.group-first .txt h2 {
    text-align: center;
     width:auto;
    margin:0 ;
  }
  .groups .con ul li.group-first .txt {
    padding: 4rem 1rem 0 1rem;}
  .product {
    padding: 20px 0 30px;
    height: auto;
  }
  .product .con .product-title h3 {
    font-size: 14px;
  }
  .product .con .product-title h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .product .con .product-title p {
    width: 88%;
    line-height: 1.6;
  }
  .product .con .product-list {
    margin-top: 20px;
  }
  .product .con .product-list .swiper-container .swiper-slide {
    height: 200px;
  }
  .product .con .product-list .swiper-scrollbar {
    margin-top: 30px;
  }
  .map-title {
    padding: 20px 0;
  }
  .map-title h3 {
    font-size: 14px;
  }
  .map-title h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .map-title p {
    width: 88%;
    line-height: 1.6;
  }
  .map-list {
    padding: 20px 0 30px;
  }
  .map-list .tu ul li {
    left: 14%;
    top: 5%;
  }
  .map-list .tu ul li h2 {
    display: none;
  }
  .map-list .tu ul li:nth-child(2) {
    left: 16%;
    top: 12%;
  }
  .map-list .tu ul li:nth-child(3) {
    left: 27%;
    top: 42%;
  }
  .map-list .tu ul li:nth-child(4) {
    left: 51%;
    top: 2%;
  }
  .map-list .tu ul li:nth-child(5) {
    left: 62%;
    top: 22%;
  }
  .map-list .tu ul li:nth-child(6) {
    left: 85.6%;
    top: 10%;
  }
  .map-list .tu ul li:nth-child(7) {
    left: 80%;
    top: 22%;
  }
  .map-list .company-list {
    display: block;
    padding: 20px 20px 0;
  }
  .map-list .company-list ul li {
 margin-top: 10px;
    font-size: 14px;
    position: relative;
    padding: 4px 10px;
    border-radius: 5px;
    overflow: hidden;
    color: #333;
    display: block;
    height: auto;
    background: transparent;
    float: none;
  }
  .map-list .company-list ul li span {
    position: relative;
  }
  .map-list .company-list ul li a {
    position: relative;
    display: block;
    color: #333;
  }
  .map-list .company-list ul li:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url("https://sh-aixin.com/img/map_bg.jpg")/*tpa=https://www.leyard.com/img/map_bg.jpg*/ no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
  }
  .map-list .company-list ul li.active {
    color: #fff;
  }
  .map-list .company-list ul li.active a {
    color: #fff;
  }
  .map-list .company-list ul li.active:before {
    opacity: 1;
  }
  .news {
    padding: 20px 0 30px;
  }
  .news .con .news-title h3 {
    font-size: 14px;
  }
  .news .con .news-title h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .news .con .news-title p {
    width: 88%;
    line-height: 1.6;
  }
  .news .con .news-list {
    margin-top: 30px;
  }
  .news .con .news-list .left {
    width: 100%;
  }
  .news .con .news-list .left a .bottom h2 {
    font-size: 16px;
  }
  .news .con .news-list .right {
    width: 100%;
    position: relative;
    display: none;
  }
  .news .con .more {
    margin: 30px auto 0;
  }
  .contact-title {
    padding: 20px 0;
  }
  .contact-title h3 {
    font-size: 14px;
  }
  .contact-title h2 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .contact-title p {
    width: 88%;
    line-height: 1.6;
  }
  .contact-list {
    padding-bottom: 30px;
  }
  .contact-list .con .right .contact-form > div {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 14px;
    float:none;
  }
  .contact-list .con .right button {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=index.css.map */\n