/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
:root {
  --notech-gray: #777181;
  --notech-gray-rgb: 119, 113, 129;
  --notech-white: #ffffff;
  --notech-white-rgb: 255, 255, 255;
  --notech-black: #1b1525;
  --notech-black-rgb: 27, 21, 37;
  --notech-base: #6653e8;
  --notech-base-rgb: 102, 83, 232;
  --notech-primary: #2be4ac;
  --notech-primary-rgb: 43, 228, 172;
  --notech-extra: #f7f7f9;
  --notech-extra-rgb: 247, 247, 249;
  --notech-bdr-color: #e9e9ee;
  --notech-bdr-color-rgb: 233, 233, 238;
}

.banner2 {
  /*--------------------------------------------------------------
  # Main Slider
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Main Slider Two
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Main Slider Three
  --------------------------------------------------------------*/
}
.banner2 .main-slider {
  overflow: hidden;
  position: relative;
}
.banner2 .main-slider .swiper-slide {
  position: relative;
  background-color: var(--notech-black);
}
.banner2 .main-slider .container {
  position: relative;
  padding-top: 236px;
  padding-bottom: 245px;
  z-index: 30;
}
.banner2 .main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  background-blend-mode: luminosity;
  background-color: var(--notech-black);
  opacity: 0.5;
  z-index: 1;
}
.banner2 .main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.banner2 .main-slider__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(470px);
  transform: translateX(470px);
  opacity: 0;
  z-index: 1;
}
.banner2 .swiper-slide-active .main-slider__shape-1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner2 .main-slider__shape-1 img {
  width: auto;
}
.banner2 .main-slider__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  -webkit-transform: translateX(495px);
  transform: translateX(495px);
  opacity: 0;
  z-index: 1;
}
.banner2 .main-slider__shape-2 img {
  width: auto;
}
.banner2 .swiper-slide-active .main-slider__shape-2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.banner2 .main-slider__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(-385px);
  transform: translateX(-385px);
  opacity: 0;
  z-index: 1;
}
.banner2 .main-slider__shape-3 img {
  width: auto;
}
.banner2 .swiper-slide-active .main-slider__shape-3 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 2000ms;
  transition-delay: 2000ms;
}
.banner2 .main-slider__content {
  position: relative;
  display: block;
  text-align: center;
}
.banner2 .main-slider p {
  font-size: 36px;
  color: var(--notech-primary);
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.banner2 .main-slider h2 {
  font-size: 150px;
  color: var(--notech-white);
  font-weight: 700;
  line-height: 150px;
  margin-bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.banner2 .main-slider .more,
.banner2 .main-slider .goodslist,
.banner2 .main-slider .jianjie {
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.banner2 .main-slider__btn-video-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.banner2 .main-slider__btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner2 .main-slider__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 35px;
}
.banner2 .main-slider__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 12px;
  color: var(--notech-black);
  background-color: var(--notech-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.banner2 .main-slider__video-icon:hover {
  background-color: var(--notech-primary);
  color: var(--notech-white);
}
.banner2 .main-slider__video-icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--notech-white);
  opacity: 0.2;
  z-index: 1;
}
.banner2 .main-slider__video-link .ripple,
.banner2 .main-slider__video-icon .ripple:before,
.banner2 .main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 63px;
  height: 63px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--notech-primary-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.banner2 .main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.banner2 .main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.banner2 .main-slider__video-text {
  font-size: 14px;
  color: var(--notech-white);
  line-height: 18px;
  position: relative;
  opacity: .7;
  text-align: left;
  margin-left: 25px;
}
.banner2 .main-slider .swiper-slide-active p,
.banner2 .main-slider .swiper-slide-active .goodslist,
.banner2 .main-slider .swiper-slide-active .jianjie,
.banner2 .main-slider .swiper-slide-active .more,
.banner2 .main-slider .swiper-slide-active .main-slider__btn-video-box,
.banner2 .main-slider .swiper-slide-active h2 {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.banner2 #main-slider-pagination {
  z-index: 10;
  bottom: 59px;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
}
.banner2 #main-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.4;
  background-color: var(--notech-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner2 #main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.banner2 #main-slider-pagination .swiper-pagination-bullet {
  margin: 0;
}
.banner2 #main-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 13px;
  height: 13px;
  opacity: 1;
}
.banner2 .main-slider-two {
  position: relative;
  display: block;
}
.banner2 .main-slider-two__shape-1 {
  position: absolute;
  bottom: 0;
  left: 83px;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(-108%);
  transform: translateX(-108%);
  opacity: 0;
  z-index: 1;
}
.banner2 .swiper-slide-active .main-slider-two__shape-1 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner2 .main-slider-two__shape-1 img {
  width: auto;
}
.banner2 .main-slider-two__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: overlay;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  z-index: 1;
}
.banner2 .swiper-slide-active .main-slider-two__shape-2 {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner2 .main-slider-two__shape-2 img {
  width: auto;
}
.banner2 .main-slider-two__big-text-1 {
  font-size: 97px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(var(--notech-white-rgb), 0.5);
  color: transparent;
  line-height: 144px;
  position: absolute;
  top: 200px;
  left: 0;
  font-weight: 700;
  text-align: center;
  right: 0;
}
.banner2 .main-slider-two__big-text-2 {
  font-size: 240px;
  text-transform: uppercase;
  -webkit-text-stroke: 1px rgba(var(--notech-white-rgb), 0.1);
  color: transparent;
  line-height: 240px;
  position: absolute;
  bottom: 40px;
  right: -51px;
  font-weight: 700;
}
.banner2 .main-slider-two .container {
  padding-top: 353px;
  padding-bottom: 210px;
}
.banner2 .main-slider-two .main-slider__content {
  text-align: center;
}
.banner2 .swiper-slide .more {
  display: flex;
  align-items: center;
  width: 200px;
  margin: 0 auto;
}
.banner2 .swiper-slide .more span {
  color: white;
  font-size: 16px;
  position: relative;
  margin-right: 10px;
  left: -27px;
}
.banner2 .swiper-slide .more .line {
  width: 30px;
  height: 1px;
  background: white;
}
.banner2 .main-slider-two h2 {
  font-size: 41px;
  line-height: 90px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.banner2 .main-slider-two__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.banner2 .main-slider .swiper-slide-active .main-slider-two__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.banner2 .main-slider-two__btn {
  background-color: var(--notech-white);
  color: var(--notech-black);
}
.banner2 .main-slider-two__btn:after {
  background-color: var(--notech-primary);
}
.banner2 .main-slider-two #main-slider-pagination {
  text-align: left;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
.banner2 .main-slider-three {
  position: relative;
  display: block;
  z-index: 1;
}
.banner2 .main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--notech-base);
  z-index: 3;
}
.banner2 .main-slider-three .container {
  padding-top: 322px;
  padding-bottom: 220px;
}
.banner2 .main-slider-three-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: .60;
  background-blend-mode: color-burn;
  background-color: var(--notech-base);
  z-index: -1;
}
.banner2 .main-slider-three__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
  -webkit-animation: fa-spin 10s ease infinite;
  animation: fa-spin 10s ease infinite;
}
.banner2 .main-slider-three__shape-1 img {
  width: auto;
}
.banner2 .main-slider-three__shadow {
  position: absolute;
  bottom: 0;
  right: 0;
  mix-blend-mode: color-dodge;
}
.banner2 .main-slider-three__shadow img {
  width: auto;
}
.banner2 .main-slider-three__img {
  position: absolute;
  bottom: 115px;
  right: 360px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
.banner2 .swiper-slide-active .main-slider-three__img {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner2 .main-slider-three__img img {
  width: auto;
}
.banner2 .main-slider-three__social {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner2 .main-slider-three__social li {
  position: relative;
  display: block;
}
.banner2 .main-slider-three__social li + li {
  margin-top: 17px;
}
.banner2 .main-slider-three__social li a {
  position: relative;
  display: block;
  font-size: 20px;
  color: var(--notech-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.banner2 .main-slider-three__social li a:hover {
  color: var(--notech-primary);
}
.banner2 .main-slider-three .main-slider__content {
  position: relative;
  display: block;
  text-align: left;
}
.banner2 .main-slider-three h2 {
  font-size: 70px;
  color: var(--notech-white);
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 32px;
}
.banner2 .main-slider-three h2 span {
  color: var(--notech-primary);
}
.banner2 .main-slider-three p {
  font-size: 18px;
  color: #dcd7ff;
  line-height: 33px;
  text-transform: inherit;
  letter-spacing: inherit;
  margin-bottom: 40px;
}
.banner2 .main-slider-three__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.banner2 .main-slider-three .swiper-slide-active .main-slider-three__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.banner2 .main-slider-three__btn {
  background-color: var(--notech-black);
}
.banner2 .main-slider-three__btn:hover {
  color: var(--notech-base);
}
.banner2 .main-slider-three__btn:hover:after {
  background-color: var(--notech-white);
}
.banner2 .swiper-slide {
  height: 800px;
}
.banner2 .swiper-slide2 .more {
  margin-left: 0;
}
.banner2 .swiper-slide2 .main-slider-two__big-text-1 {
  left: 286px;
  font-size: 50px;
  right: unset;
}
.banner2 .swiper-slide2 h2 {
  font-size: 41px;
  line-height: 63px;
  margin-bottom: 27px;
}
.banner2 .swiper-slide2 .main-slider__content {
  text-align: left;
}
.banner2 .swiper-slide2 h2 {
  font-size: 41px;
  line-height: 66px;
  margin-bottom: 19px;
}
.banner2 .swiper-slide3 .jianjie {
  font-size: 31px;
  color: white;
  margin-bottom: 40px;
}
.banner2 .swiper-slide3 .goodslist {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.banner2 .swiper-slide3 .goodslist img {
  width: 17%;
}
.banner2 .swiper-slide3 .container {
  padding-top: 131px;
  padding-bottom: 0px;
}
.banner2 .swiper-slide1 .container {
  padding-top: 322px;
  padding-bottom: 210px;
}

._pd {
  padding-top: 80px;
  padding-bottom: 80px;
}

._title {
  margin-bottom: 60px;
  text-align: center;
}
._title.white {
  color: white;
}
._title.left {
  text-align: left;
}
._title .t1 {
  font-size: 42px;
  font-weight: bold;
}
._title .t2 {
  font-size: 20px;
  font-weight: unset;
  opacity: .7;
}

.fuwu {
  background: url("../images/fuwu.jpg") no-repeat center;
  background-size: cover;
}
.fuwu .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.fuwu .list .item {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
}
.fuwu .list .item:hover .pic:after {
  top: 0;
}
.fuwu .list .item:hover .name span {
  color: white;
}
.fuwu .list .item:hover .name:after {
  top: 0;
}
.fuwu .list .item .pic {
  border-radius: 5px;
  overflow: hidden;
  height: 273px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.fuwu .list .item .pic:after {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  content: '';
  transition: .5s;
}
.fuwu .list .item .name {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  margin-top: -10px;
  z-index: 3;
  text-align: center;
  padding: 15px 5px;
  font-weight: unset;
  font-size: 22px;
  position: relative;
  z-index: 2;
}
.fuwu .list .item .name * {
  position: relative;
  z-index: 2;
}
.fuwu .list .item .name:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #6654e8;
  left: 0;
  top: -100%;
  z-index: 1;
  transition: .5s;
}

.fenlei .typename {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fenlei .typename .item {
  margin: 0 10px;
  border: 1px solid gainsboro;
  color: black;
  border-radius: 5px;
  overflow: hidden;
  padding: 11px 56px;
  font-size: 20px;
}
.fenlei .typename .item:hover, .fenlei .typename .item.on {
  border: 1px solid #6654e8;
  color: white;
  background: #6654e8;
}
.fenlei .list {
  padding-bottom: 20px;
}
.fenlei .list .owl_list {
  display: none;
}
.fenlei .list .owl_list.on {
  display: block;
}
.fenlei .list .item {
  background: #f6f5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  height: 200px;
  margin-bottom: 30px;
  border: 1px solid #f6f5fa;
}
.fenlei .list .item:hover img {
  transform: scale(1.1);
}
.fenlei .list .item img {
  transition: .5s;
}
.fenlei .swiper-pagination {
  bottom: -7px !important;
}
.fenlei .swiper-pagination-bullet-active {
  background: #6654e8;
}

._more {
  border: 1px solid #b2aeae;
  font-size: 16px;
  padding: 8px 37px;
  display: inline-block;
}
._more:hover {
  background: #6654e8;
  color: white;
  border: 1px solid #6654e8;
}

._more2 {
  background: #6654e8;
  color: white;
  border: 1px solid #6654e8;
  border-radius: 10px;
  overflow: hidden;
}

.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .content {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: space-between;
}
.about .content .pic {
  text-align: left;
}
.about .content .pic img {
  border-radius: 5px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
}
.about .content .message {
  padding-left: 30px;
}
.about .content .message .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 20px;
}
.about .content .message .summary {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 50px;
}
.about .shuju {
  display: flex;
  justify-content: space-between;
  padding-right: 65px;
}
.about .shuju .item {
  display: flex;
  align-items: center;
}
.about .shuju .item img {
  height: 30px;
}
.about .shuju .item .message {
  margin-left: 20px;
}
.about .shuju .item .message .top {
  display: inline-block;
  position: relative;
}
.about .shuju .item .message .top .num {
  font-size: 40px;
}
.about .shuju .item .message .top .jia {
  font-size: 20px;
  position: absolute;
  right: -19px;
  top: 0;
}
.about .shuju .item .message .top .jia2 {
  right: -19px;
  top: 0;
}
.about .shuju .item .message .bottom {
  font-size: 16px;
  display: block;
}

.about .shuju .item2 .message .top .jia {
  font-size: 20px;
  position: absolute;
  right: -29px;
  top: 0;
}

.about .shuju .item3 .message .top .jia {
  font-size: 20px;
  position: absolute;
  right: -14px;
  top: 0;
}

.about .shuju .item4 .message .top .jia {
  font-size: 14px;
  position: absolute;
  right: -33px;
  top: 0;
}

.about .shuju .item4 .message .top .jia2 {
  font-size: 14px;
  position: absolute;
  right: -57px;
  top: 23px;
}

.youshi .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.youshi .list .item {
  border: 1px solid gainsboro;
  width: 95%;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 20px;
  padding-bottom: 0;
}
.youshi .list .item .pic {
  width: 100%;
  height: 291px;
}
.youshi .list .item .message {
  padding: 30px 20px;
}
.youshi .list .item .message .title {
  font-size: 22px;
}
.youshi .list .item .message .summary {
  font-size: 16px;
  opacity: .7;
  line-height: 22px;
  margin-bottom: 0;
}

.lianxi2 {
  background: url("../images/liuyan2_bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 170px;
  padding-bottom: 170px;
}
.lianxi2 .rt {
  margin-top: 33px;
}
.lianxi2 .t2 {
  opacity: 1 !important;
}
.lianxi2 ._title {
  margin-bottom: 0;
}

.news {
  background: url("../images/news.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 170px;
}
.news .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.news .list .item {
  width: 97%;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  background: white;
  margin: 0 auto;
  margin-bottom: 3%;
  border-radius: 5px;
  overflow: hidden;
}
.news .list .item .pic {
  width: 280px;
}
.news .list .item .message {
  flex: 1;
  padding: 15px 25px;
}
.news .list .item .message .addtime {
  font-size: 14px;
  opacity: .5;
}
.news .list .item .message .title {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list .item .message .summary {
  margin-bottom: 20px;
  font-size: 14px;
  opacity: .5;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.lianxi {
  position: relative;
  top: -68px;
}
.lianxi .lf {
  background: #1c1525;
  padding: 70px 50px;
  width: 45%;
}
.lianxi .lf .title {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  color: white;
  font-weight: bold;
}
.lianxi .lf .form input {
  background: white;
  padding: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.lianxi .lf .form textarea {
  background: white;
  padding: 10px;
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
}
.lianxi .lf .btn {
  background: #6654e8;
  color: white;
  padding: 10px 50px;
  border-radius: 0;
}
.lianxi .rt {
  margin-top: 131px;
  text-align: center;
}
.lianxi .rt .title {
  font-size: 36px;
  margin-bottom: 20px;
}
.lianxi .rt .summary {
  line-height: 29px;
  font-size: 20px;
  opacity: .8;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.lianxi .rt .btn {
  background: #6654e8;
  color: white;
  padding: 10px 100px;
  border-radius: 0;
}

@media (max-width: 1450px) {
  ._pd {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news {
    padding-top: 80px;
  }

  ._title .t1 {
    font-size: 36px;
  }

  .lianxi .rt .title {
    font-size: 30px;
  }

  .lianxi .rt .summary {
    line-height: 22px;
    font-size: 16px;
  }

  .lianxi2 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  ._title .t2 {
    font-size: 18px;
  }

  .fuwu .list .item .name {
    font-size: 20px;
  }

  .about .content .message .summary {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 26px;
  }

  ._more {
    font-size: 15px;
  }

  .about .shuju .item .message .top .num {
    font-size: 34px;
  }

  .youshi .list .item .message .title {
    font-size: 20px;
  }

  .youshi .list .item .message .summary {
    font-size: 15px;
    line-height: 21px;
  }

  .fuwu .list .item .pic {
    height: 231px;
  }

  .news {
    padding-bottom: 200px;
  }

  .lianxi .lf .title {
    font-size: 32px;
    margin-bottom: 27px;
  }

  .lianxi .rt {
    margin-top: 160px;
    text-align: center;
  }

  .fenlei .list .item {
    height: 194px;
  }

  .youshi .list .item .pic {
    height: 222px;
  }

  .fuwu .list {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
  }

  .fuwu .list .item .pic {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .news {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .news .list {
    display: block;
  }

  .news .list {
    display: block;
  }

  .news .list .item {
    width: 100%;
    display: block;
  }

  .news .list .item .pic {
    width: 100%;
  }
  .news .list .item .pic img {
    width: 100%;
  }

  .news .list .item .message {
    padding: 30px 20px;
  }

  .lianxi .lf {
    width: 100%;
    float: none;
    padding: 30px;
  }

  .lianxi .lf .title {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .lianxi .rt {
    margin-top: 50px;
    float: none;
    width: 100%;
  }

  .lianxi .rt .title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .lianxi .rt .summary {
    font-size: 16px;
  }

  .lianxi .rt {
    margin-top: 40px;
  }

  .lianxi {
    margin-bottom: 0;
  }

  .banner2 .main-slider-two .swiper-slide1 h2,
  .banner2 .main-slider-two .swiper-slide3 h2 {
    font-size: 25px;
    line-height: 46px;
  }

  .banner2 .swiper-slide2 h2 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 0;
  }

  .banner2 .swiper-slide1 .main-slider-two__big-text-1 {
    line-height: 179px;
    font-size: 31px;
    top: -2px;
  }

  .banner2 .swiper-slide {
    height: 400px;
  }

  .banner2 .main-slider .more {
    margin-top: 17px;
  }

  .banner2 .swiper-slide1 .container {
    padding-top: 131px;
    padding-bottom: 0;
  }

  .banner2 .main-slider-two .container {
    padding-top: 112px;
    padding-bottom: 0;
  }

  .banner2 .swiper-slide2 .main-slider-two__big-text-1 {
    line-height: 31px;
    top: 46px;
    font-size: 25px;
    left: 19px;
    text-align: left;
  }

  .banner2 .swiper-slide3 .jianjie {
    font-size: 16px;
    margin-bottom: 14px;
  }

  .banner2 .swiper-slide3 .container {
    padding-top: 50px;
  }

  .banner2 .swiper-slide3 .goodslist {
    margin-top: 36px;
  }

  .fuwu .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fuwu .list .item .pic {
    height: 134px;
  }

  .fuwu .list .item .name {
    padding: 10px 5px;
    height: 58px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .fenlei .typename .item {
    padding: 6px 17px;
    font-size: 15px;
    margin: 0 5px;
  }

  ._title .t1 {
    font-size: 30px;
  }

  ._title .t2 {
    font-size: 16px;
  }

  .about .content {
    display: block;
  }

  .about .content .message {
    padding-left: 0;
  }

  .about .content .message .title {
    font-size: 25px;
  }

  .about .content .message .summary {
    font-size: 15px;
    line-height: 25px;
  }

  ._more {
    font-size: 12px;
    padding: 6px 23px;
  }

  .about .shuju {
    display: block;
    padding-right: 0;
  }

  .about .shuju .item {
    width: 100%;
    align-items: flex-start;
  }

  .about .shuju .item4 .message .top .jia {
    right: -53px;
  }

  .about .shuju .item4 .message .top .jia2 {
    right: -77px;
  }

  .youshi .list .item .message {
    padding-left: 0;
    padding-right: 0;
  }

  .youshi .list .item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .youshi .list {
    display: block;
    grid-template-columns: repeat(2, 1fr);
  }

  .youshi .list .item .message .title {
    font-size: 16px;
  }

  .youshi .list .item .message .summary {
    font-size: 13px;
    line-height: 20px;
  }

  .lianxi2 {
    background-attachment: unset;
  }

  .lianxi2 .rt {
    margin-top: 20px;
    float: left;
  }

  ._title .t2 {
    font-size: 16px;
  }

  .lianxi2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .about .shuju .item .message .top .num {
    font-size: 25px;
  }

  .about .shuju .item .message .bottom {
    font-size: 14px;
  }

  .about .shuju .item2 .message .top .jia {
    font-size: 12px;
    right: -25px;
  }

  .about .shuju .item img {
    max-height: 30px;
    min-height: 30px;
  }

  .about .shuju .item .pic {
    width: 40px;
  }

  .about .shuju .item .message {
    flex: 1;
  }

  ._title {
    margin-bottom: 40px;
  }

  .fenlei .typename {
    margin-bottom: 40px;
  }

  .about .content .message {
    margin-top: 40px;
  }

  .about .content {
    margin-bottom: 60px;
  }

  .youshi .list .item .pic {
    height: 196px;
  }

  .lianxi .rt .summary {
    font-size: 14px;
  }
}

/*# sourceMappingURL=index.css.map */
