@charset "UTF-8";
.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap.newscontainerrr {
  background: -webkit-gradient(linear, left top, left bottom, from(#B095FD), color-stop(20%, #F2F4FA));
  background: linear-gradient(to bottom, #B095FD, #F2F4FA 20%);
}

.wrap.newscontainerrr .top {
  height: auto;
}

.wrap.newscontainerrr .content {
  background: none;
}

.wrap .top {
  width: 100%;
  height: 680px;
  position: relative;
}

.wrap .top .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  border-bottom: 1px solid transparent;
  background: none;
}

.wrap .top .header:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.wrap .top .header:hover .nav .logo {
  display: none;
}

.wrap .top .header:hover .nav .logo1 {
  display: block;
}

.wrap .top .header:hover .nav ul li a {
  color: #212121;
}

.wrap .top .header:hover .nav .mobile_navlist .anniu span {
  background-color: #212121;
}

.wrap .top .header:hover .caozuo .search {
  background: #DFE3ED;
}

.wrap .top .header:hover .caozuo .search .se1 {
  display: none;
}

.wrap .top .header:hover .caozuo .search .se2 {
  display: block;
}

.wrap .top .header:hover .caozuo .search input::-webkit-input-placeholder {
  color: #949495;
}

.wrap .top .header:hover .caozuo .search input:-ms-input-placeholder {
  color: #949495;
}

.wrap .top .header:hover .caozuo .search input::-ms-input-placeholder {
  color: #949495;
}

.wrap .top .header:hover .caozuo .search input::placeholder {
  color: #949495;
}

.wrap .top .header.hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.wrap .top .header.hover .nav .logo {
  display: none;
}

.wrap .top .header.hover .nav .logo1 {
  display: block;
}

.wrap .top .header.hover .nav ul li a {
  color: #212121;
}

.wrap .top .header.hover .nav .mobile_navlist .anniu span {
  background-color: #212121;
}

.wrap .top .header.hover .caozuo .search {
  background: #DFE3ED;
}

.wrap .top .header.hover .caozuo .search .se1 {
  display: none;
}

.wrap .top .header.hover .caozuo .search .se2 {
  display: block;
}

.wrap .top .header.hover .caozuo .search input::-webkit-input-placeholder {
  color: #949495;
}

.wrap .top .header.hover .caozuo .search input:-ms-input-placeholder {
  color: #949495;
}

.wrap .top .header.hover .caozuo .search input::-ms-input-placeholder {
  color: #949495;
}

.wrap .top .header.hover .caozuo .search input::placeholder {
  color: #949495;
}

.wrap .top .header .nav {
  width: 50%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .top .header .nav img {
  margin-right: 50px;
  width: auto;
}

.wrap .top .header .nav .logo {
  display: block;
}

.wrap .top .header .nav .logo1 {
  display: none;
}

.wrap .top .header .nav ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .top .header .nav ul li {
  width: auto;
  height: 70px;
  margin: 0 25px;
  border-bottom: 2px solid transparent;
}

.wrap .top .header .nav ul li.active {
  border-bottom: 2px solid #636DFF;
}

.wrap .top .header .nav ul li.active .aa {
  color: #636DFF;
}

.wrap .top .header .nav ul li:hover {
  color: #636DFF;
  border-bottom: 2px solid #636DFF;
}

.wrap .top .header .nav ul li:hover a {
  color: #636DFF;
}

.wrap .top .header .nav ul li:hover .subnav {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wrap .top .header .nav ul li .hover111 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wrap .top .header .nav ul li .aa {
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
}

.wrap .top .header .nav ul li .subnav {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 9999;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 320px;
  background-color: #fff;
}

.wrap .top .header .nav ul li .subnav .sub_left {
  float: left;
  width: 32%;
  height: 100%;
  background: url(../img/head_di.jpg) center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px;
  padding-left: 260px;
}

.wrap .top .header .nav ul li .subnav .sub_left.fangan {
  background: url(../img/head_di1.jpg) center no-repeat;
  background-size: 100% 100%;
}

.wrap .top .header .nav ul li .subnav .sub_left h2 {
  color: #212121;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.wrap .top .header .nav ul li .subnav .sub_left p {
  color: #212121;
  font-size: 16px;
  line-height: 30px;
}

.wrap .top .header .nav ul li .subnav .sub_right {
  float: right;
  width: 68%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 50px;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children {
  margin-right: 15px;
  width: 200px;
  height: 100%;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children:hover {
  -webkit-box-shadow: 0 0 15px #ccc;
          box-shadow: 0 0 15px #ccc;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children:hover p {
  color: #5f68ff;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children:hover .arrow .img1 {
  display: none;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children:hover .arrow .img2 {
  display: block;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children p {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children span {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children .arrow {
  width: 100%;
  height: auto;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children .arrow img {
  width: auto;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children .arrow .img1 {
  display: block;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children .arrow .img2 {
  display: none;
}

.wrap .top .header .nav ul li .subnav .sub_right .allchild .children .dddd {
  width: auto;
  margin: 0;
  margin-top: 30px;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa {
  width: 25%;
  height: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa:hover p {
  color: #636DFF;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa:hover .img1 {
  display: none;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa:hover .img2 {
  display: block;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa img {
  width: auto;
  margin-right: 15px;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa .img1 {
  display: block;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa .img2 {
  display: none;
}

.wrap .top .header .nav ul li .subnav .sub_right .fanganchild .fa p {
  color: #212121;
  font-size: 18px;
  white-space: nowrap;
}

.wrap .top .header .nav .mobile_navlist {
  display: none;
  width: 100%;
  height: 100%;
}

.wrap .top .header .nav .mobile_navlist .anniu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
  float: right;
}

.wrap .top .header .nav .mobile_navlist .anniu span {
  display: block;
  margin: 3px 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.wrap .top .header .nav .mobile_navlist .mobilenavlist {
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.wrap .top .header .nav .mobile_navlist .mobilenavlist.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .top .header .nav .mobile_navlist .mobilenavlist a {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.wrap .top .header .nav .mobile_navlist .mobilenavlist .mobilesubnav {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .top .header .nav .mobile_navlist .mobilenavlist .mobilesubnav a {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: normal;
}

.wrap .top .header .nav .mobile_navlist .mobilenavlist .mobilesubnav a img {
  margin-right: 10px;
  width: 18px;
}

.wrap .top .header .caozuo {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .top .header .caozuo .search {
  width: 240px;
  height: 38px;
  background: rgba(255, 255, 255, 0.3);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border-radius: 8px;
  margin-right: 20px;
}

.wrap .top .header .caozuo .search img {
  width: auto;
  margin-right: 10px;
}

.wrap .top .header .caozuo .search .se1 {
  display: block;
}

.wrap .top .header .caozuo .search .se2 {
  display: none;
}

.wrap .top .header .caozuo .search input {
  background: none;
  outline: none;
  border: none;
  width: 180px;
  height: 38px;
  color: #fff;
  font-size: 16px;
}

.wrap .top .header .caozuo .search input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.wrap .top .header .caozuo .search input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.wrap .top .header .caozuo .search input::-ms-input-placeholder {
  color: #fff;
  opacity: 0.5;
}

.wrap .top .header .caozuo .search input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.wrap .top .header .caozuo a {
  width: 165px;
  height: 38px;
  background: -webkit-gradient(linear, left top, right top, from(#6768FF), to(#CD68FF));
  background: linear-gradient(to right, #6768FF, #CD68FF);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.wrap .top .header .caozuo a img {
  width: auto;
  margin-right: 10px;
}

.wrap .top .header .caozuo a p {
  color: #fff;
  font-size: 16px;
}

.wrap .top .banner {
  position: relative;
  width: 100%;
  height: 680px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.wrap .top .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}

.wrap .top .banner video {
  width: 100%;
  height: 100%;
  object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrap .top .babbbnerr video {
  object-position: center top !important;
}

.wrap .top .banner .wenzi {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12%;
}

.wrap .top .banner .wenzi.newsbanner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .top .banner .wenzi.newsbanner h2 {
  font-size: 48px;
  color: #fff !important;
  padding-bottom: 50px;
  letter-spacing: 5px;
  background-image: none;
  -webkit-text-fill-color: #fff;
}

.wrap .top .banner .wenzi.producttt p {
  font-size: 16px;
  max-width: 700px;
}

.wrap .top .banner .wenzi .wenzizz {
  margin-bottom: 50px;
  width: auto;
  height: auto;
}

.wrap .top .banner .wenzi h2 {
  font-size: 45px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
}

.wrap .top .banner .wenzi p {
  color: #fff;
  font-size: 16px;
  max-width: 615px;
  line-height: 30px;
  opacity: 0.8;
}

.wrap .top .banner .wenzi a {
  display: block;
  margin-top: 50px;
  width: 190px;
  height: 50px;
  border-radius: 10px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#6768FF), to(#CA68FF));
  background: linear-gradient(to right, #6768FF, #CA68FF);
  color: #fff;
  font-size: 16px;
}

.wrap .top .banner .wenzi a img {
  margin-right: 10px;
  height: auto;
  width: auto;
}

.wrap .top .banner .indexbanner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap .top .banner .indexbanner.babbbnerr {
  width: 100%;
  height: 100%;
}

.wrap .top .banner .indexbanner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap .top .banner .indexbanner .swiper-slide .wenzi a {
  display: block;
  margin-top: 50px;
  width: 190px;
  height: 50px;
  border-radius: 10px;
  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;
  background: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}

.wrap .top .banner .indexbanner .swiper-slide .wenzi a img {
  margin-left: 10px;
  height: auto;
  width: auto;
}

.wrap .top .banner .indexbanner .swiper-pagination {
  left: 5%;
  bottom: 5%;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .top .banner .indexbanner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #fff;
}

.wrap .top .banner .linelist {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  display: none;
}

.wrap .top .banner .linelist .line {
  position: absolute;
  top: 0;
  left: 26%;
  width: 100%;
}

.wrap .top .banner .linelist .line svg {
  width: 100%;
  height: auto;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600;
  /* transition: all 4s ease-in-out; */
  -webkit-animation: avgAni1a 5s linear infinite;
          animation: avgAni1a 5s linear infinite;
}

.wrap .top .banner .linelist .line1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wrap .top .banner .linelist .line1 svg {
  width: 100%;
  height: auto;
  stroke-dasharray: 1700;
  stroke-dashoffset: 1700;
  -webkit-animation: avgAni2a 5s linear infinite;
          animation: avgAni2a 5s linear infinite;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.wrap .top .banner_mobile {
  position: relative;
  display: none;
  width: 100%;
  height: 450px;
}

.wrap .top .banner_mobile .wenzi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8%;
  padding-top: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .top .banner_mobile .wenzi h2 {
  font-size: 22px;
  background-image: -webkit-linear-gradient(left, #0078FF, #00E6EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 20px;
}

.wrap .top .banner_mobile .wenzi p {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
}

.wrap .top .banner_mobile .wenzi a {
  margin-top: 30px;
  width: 90px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  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;
  font-size: 12px;
  color: #fff;
}

.wrap .top .banner_mobile .wenzi a img {
  width: 8px;
  height: 13px;
  margin-left: 10px;
}

.wrap .top .banner_mobile img {
  width: 100%;
  height: 100%;
}

.wrap .top .banner_mobile video {
  width: 100%;
  height: 100%;
  object-position: center center;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap .top .banner_mobile .mmmbanner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.wrap .top .banner_mobile .mmmbanner {
  object-position: center top !important;
}


.wrap .top .banner_mobile .mmmbanner .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.wrap .top .banner_mobile .mmmbanner .swiper-slide .wenzi {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8%;
  padding-top: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .top .banner_mobile .mmmbanner .swiper-slide .wenzi h2 {
  font-size: 20px;
  background-image: -webkit-linear-gradient(left, #0078FF, #00E6EE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin-bottom: 20px;
}

.wrap .top .banner_mobile .mmmbanner .swiper-slide .wenzi p {
  color: #fff;
  font-size: 13px;
  line-height: 26px;
}

.wrap .top .banner_mobile .mmmbanner .swiper-slide .wenzi a {
  margin-top: 30px;
  width: 90px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  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;
  font-size: 12px;
  color: #fff;
}

.wrap .top .banner_mobile .mmmbanner .swiper-slide .wenzi a img {
  width: 8px;
  height: 13px;
  margin-left: 10px;
}

.wrap .top .banner_mobile .mmmbanner .swiper-slide img {
  width: 100%;
  height: 100%;
}

.wrap .content {
  width: 100%;
  height: auto;
  background-color: #F2F4FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .caselisttt {
  width: 100%;
  margin: auto;
  max-width: 1400px;
}

.wrap .content .caselisttt ul {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .caselisttt ul li {
  width: 32%;
  height: 415px;
  margin-right: 2%;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .caselisttt ul li:hover .xian i {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6D68FF), to(#C368FF));
  background: linear-gradient(to right, #6D68FF, #C368FF);
}

.wrap .content .caselisttt ul li:hover .didi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .caselisttt ul li:nth-child(3n) {
  margin-right: 0;
}

.wrap .content .caselisttt ul li .xian {
  margin-top: 10px;
  width: 100%;
  height: 2px;
}

.wrap .content .caselisttt ul li .xian i {
  display: block;
  height: 1px;
  background: #ccc;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .caselisttt ul li img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.wrap .content .caselisttt ul li h4 {
  color: #212121;
  font-size: 20px;
  text-align: left;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wrap .content .caselisttt ul li p {
  color: #666;
  font-size: 16px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  text-align: left;
}

.wrap .content .caselisttt ul li .didi {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .caselisttt ul li .didi span {
  color: #5f68ff;
  font-size: 16px;
  width: auto;
  height: 32px;
  border-radius: 5px;
  padding: 0 15px;
  border: 1px solid #5f68ff;
  line-height: 30px;
}

.wrap .content .caselisttt ul li .didi a {
  font-size: 16px;
  color: #6568FF;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .caselisttt ul li .didi a img {
  width: 7px;
  height: 12px;
  margin-left: 10px;
}

.pagination {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  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;
}

.pagination ul li {
}

.pagination a ,.pagination span{
  margin: 0 7px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #212121;
  background: #fff;
}

.pagination a .flexo {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pagination .active span {
  background: -webkit-gradient(linear, left top, right top, from(#0075F1), to(#B083FE));
  background: linear-gradient(to right, #0075F1, #B083FE);
  color: #fff;
}

.wrap .content .case {
  margin-top: 100px;
  margin-bottom: 20px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .case .backkkk {
  margin-bottom: 50px;
  width: 126px;
  height: 36px;
  background: #fff;
  border-radius: 5px;
  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;
}

.wrap .content .case .backkkk img {
  margin-right: 20px;
  width: 15px;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.wrap .content .case .backkkk p {
  color: #000;
  font-size: 15px;
}

.wrap .content .case .case1 {
  margin-bottom: 35px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .case .case1 h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
}

.wrap .content .case .case1 .case_ccc {
  width: 100%;
  height: auto;
}

.wrap .content .case .case1 .case_ccc img {
  width: 100%;
  height: auto;
  margin-bottom: 45px;
  border-radius: 20px;
}

.wrap .content .case .case1 .case_ccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .case .case1 .case_ccc ul li {
  width: 49%;
  height: 370px;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFD3FF), to(#FFFFFF));
  background: linear-gradient(to bottom, #DFD3FF, #FFFFFF);
  border-radius: 20px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 30px #ccc;
          box-shadow: 0 0 30px #ccc;
  margin-bottom: 40px;
}

.wrap .content .case .case1 .case_ccc ul li:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#E0D6FF), to(#FFFFFF));
  background: linear-gradient(to bottom, #E0D6FF, #FFFFFF);
}

.wrap .content .case .case1 .case_ccc ul li .btt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.wrap .content .case .case1 .case_ccc ul li .btt i {
  display: block;
  width: 5px;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A68FF), to(#CA68FF));
  background: linear-gradient(to bottom, #7A68FF, #CA68FF);
  border-radius: 10px;
  margin-right: 25px;
}

.wrap .content .case .case1 .case_ccc ul li .btt p {
  color: #212121;
  font-size: 32px;
}

.wrap .content .case .case1 .case_ccc ul li span {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.wrap .content .newsss {
  z-index: 999;
  margin-top: -300px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .newsss .newss_topp {
  margin-bottom: 60px;
  width: 1400px;
  height: 430px;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .newsss .newss_topp .newss_left {
  width: 45%;
  height: 100%;
}

.wrap .content .newsss .newss_topp .newss_left img {
  width: 100%;
  height: 100%;
}

.wrap .content .newsss .newss_topp .newss_right {
  width: 53%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .newsss .newss_topp .newss_right span {
  color: #666;
  font-size: 18px;
  line-height: 35px;
}

.wrap .content .newsss .newss_topp .newss_right h3 {
  font-size: 24px;
  color: #212121;
  line-height: 40px;
}

.wrap .content .newsss .newss_topp .newss_right a {
  display: block;
  width: 175px;
  height: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#6568FF), to(#CD68FF));
  background: linear-gradient(to right, #6568FF, #CD68FF);
  border-radius: 10px;
  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;
  color: #fff;
  font-size: 18px;
}

.wrap .content .newsss .newss_topp .newss_right a img {
  margin-left: 10px;
  width: auto;
}

.wrap .content .newsss .newslist {
  margin-bottom: 25px;
  width: 100%;
  height: auto;
}

.wrap .content .newsss .newslist ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .newsss .newslist ul li {
  width: 32%;
  height: 435px;
  margin-right: 2%;
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .newsss .newslist ul li:hover .xian i {
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#6D68FF), to(#C368FF));
  background: linear-gradient(to right, #6D68FF, #C368FF);
}

.wrap .content .newsss .newslist ul li:hover .didi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .newsss .newslist ul li:nth-child(3n) {
  margin-right: 0;
}

.wrap .content .newsss .newslist ul li .xian {
  width: 100%;
  height: 2px;
}

.wrap .content .newsss .newslist ul li .xian i {
  display: block;
  height: 1px;
  background: #ccc;
  width: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .newsss .newslist ul li img {
  width: 100%;
  height: 235px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.wrap .content .newsss .newslist ul li h4 {
  color: #212121;
  font-size: 20px;
  text-align: left;
  width: 100%;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wrap .content .newsss .newslist ul li p {
  color: #666;
  font-size: 16px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 控制显示的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  text-align: left;
}

.wrap .content .newsss .newslist ul li .didi {
  width: 100%;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .newsss .newslist ul li .didi span {
  color: #666;
  font-size: 16px;
}

.wrap .content .newsss .newslist ul li .didi a {
  font-size: 16px;
  color: #6568FF;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .newsss .newslist ul li .didi a img {
  width: 7px;
  height: 12px;
  margin-left: 10px;
}

.wrap .content .fangan {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .fangan .fangan1 {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .fangan .fangan1 h3 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 35px;
}

.wrap .content .fangan .fangan1 .fanganlist {
  width: 100%;
  height: auto;
}

.wrap .content .fangan .fangan1 .fanganlist ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .fangan .fangan1 .fanganlist ul li {
    margin-right: 1%;
  width: 24%;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .fangan .fangan1 .fanganlist ul li:nth-child(4n) {
  margin-right: 0;
}

.wrap .content .fangan .fangan1 .fanganlist ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .fangan .fangan1 .fanganlist ul li img {
  width: auto;
}

.wrap .content .fangan .fangan1 .fanganlist ul li p {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.wrap .content .fangan .fangan1 .fanganlist ul li span {
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.wrap .content .fangan .fangan1 .fanganccc {
  width: 100%;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDE7FF), to(#FFFFFF));
  background: linear-gradient(to bottom, #EDE7FF, #FFFFFF);
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .fangan .fangan1 .fanganccc img {
  width: 55%;
  height: auto;
}

.wrap .content .fangan .fangan1 .fanganccc ul {
  width: 45%;
  height: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap .content .fangan .fangan1 .fanganccc ul li {
    margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
}

.wrap .content .fangan .fangan1 .fanganccc ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6568FF;
  margin-right: 10px;
}

.wrap .content .fangan .fangan1 .fanganccc ul li p {
  color: #212121;
  font-size: 20px;
}

.wrap .content .fangan .fangan1 .fanganccc ul li a {
  color: #212121;
  font-size: 20px;
}

.wrap .content .product {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .product .product1 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .product .product1 .probtt {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .product .product1 .probtt h3 {
  line-height: 80px;
  font-size: 40px;
  color: #212121;
  font-weight: bold;
}

.wrap .content .product .product1 .probtt p {
  color: #666;
  font-size: 16px;
}

.wrap .content .product .product1 .pro_bankuai {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .product .product1 .pro_bankuai ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .product .product1 .pro_bankuai ul li {
  width: 32%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .product .product1 .pro_bankuai ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .product .product1 .pro_bankuai ul li img {
  width: auto;
  margin-bottom: 30px;
}

.wrap .content .product .product1 .pro_bankuai ul li p {
  max-width: 240px;
  text-align: center;
  font-size: 16px;
  color: #212121;
  line-height: 25px;
}

.wrap .content .product .product1 .liucheng {
  width: 100%;
  height: 320px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
}

.wrap .content .product .product1 .liucheng img {
  width: 100%;
  height: auto;
}

.wrap .content .product .product1 .shuju {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .product .product1 .shuju .shuju11 {
  margin-bottom: 25px;
  width: 49%;
  height: 220px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .35s;
  transition: all .35s;
}

.wrap .content .product .product1 .shuju .shuju11:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .product .product1 .shuju .shuju11 img {
  width: auto;
  margin-right: 40px;
}

.wrap .content .product .product1 .shuju .shuju11 .dess {
  width: 75%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .product .product1 .shuju .shuju11 .dess h4 {
  color: #212121;
  font-size: 26px;
  margin-bottom: 25px;
}

.wrap .content .product .product1 .shuju .shuju11 .dess .list {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .product .product1 .shuju .shuju11 .dess .list .list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .product .product1 .shuju .shuju11 .dess .list .list1.shu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .product .product1 .shuju .shuju11 .dess .list .list1 i {
  display: block;
  width: 5px;
  height: 5px;
  background-color: #636DFF;
  margin-right: 10px;
  border-radius: 50%;
}

.wrap .content .product .product1 .shuju .shuju11 .dess .list .list1 p {
  color: #212121;
  font-size: 16px;
}

.wrap .content .product2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#B083FE), to(#F2F4FA));
  background: linear-gradient(to bottom, #B083FE, #F2F4FA);
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .product2 .probtt {
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .product2 .probtt h3 {
  line-height: 40px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.wrap .content .product2 .probtt p {
  color: #666;
  font-size: 16px;
}

.wrap .content .product2 ul {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .product2 ul li {
  width: 49%;
  height: 396px;
  background: url(../img/liu/di1.png) center no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .product2 ul li:nth-child(2) {
  background: url(../img/liu/di2.png) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .product2 ul li p {
  font-size: 16px;
  color: #212121;
  max-width: 300px;
  line-height: 33px;
}

.wrap .content .about {
  margin-top: 100px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .about .about1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

.wrap .content .about .about1 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 50px;
  position: relative;
  z-index: 999;
}

.wrap .content .about .about1 p {
  color: #212121;
  font-size: 16px;
  line-height: 33px;
  margin-bottom: 40px;
  text-align: left;
}

.wrap .content .about .about4 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .about .about4 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 40px;
}

.wrap .content .about .about4 .about4ccc {
  width: 100%;
  height: auto;
}

.wrap .content .about .about4 .about4ccc img {
  width: 100%;
  height: auto;
}

.wrap .content .about2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.wrap .content .about2 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
}

.wrap .content .about2 .about2ccc {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow-x: scroll;
}

.wrap .content .about2 .about2ccc::-webkit-scrollbar {
  height: 6px;
}

.wrap .content .about2 .about2ccc .ditu {
  width: 100%;
  height: 888px;
  -o-object-fit: none;
     object-fit: none;
}

.wrap .content .about2 .about2ccc img {
  margin: auto;
  width: auto;
  height: auto;
}

.wrap .content .about2 .about2ccc .nierong {
  position: absolute;
  top: 0;
  width: 1920px;
  height: 880px;
  z-index: 999;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc {
  position: relative;
  width: 100%;
  height: 100%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1.active p {
  font-weight: bold;
  font-size: 18px;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1.active i {
  background: #fff;
  width: 19px;
  height: 19px;
  border: 3px solid #BF9FFC;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1.active .lccc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(1) {
  left: 15%;
  top: 55.3%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(2) {
  left: 23%;
  top: 47.5%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(3) {
  left: 29%;
  top: 40.2%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(4) {
  left: 36.5%;
  top: 33%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(5) {
  left: 44%;
  top: 30%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(6) {
  left: 51%;
  top: 25.5%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1:nth-child(7) {
  left: 59%;
  top: 22%;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1 p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1 i {
  margin-top: 10px;
  width: 15px;
  height: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#8077FF), to(#CC89FF));
  background: linear-gradient(to right, #8077FF, #CC89FF);
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1 .lccc {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 888;
  display: none;
  margin-top: 50px;
  width: 530px;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1 .lccc span {
  background: -webkit-gradient(linear, left top, right top, from(#6F68FF), to(#C668FF));
  background: linear-gradient(90deg, #6F68FF, #C668FF);
  -webkit-background-clip: text;
  /* 关键：将背景裁剪到文字 */
  -webkit-text-fill-color: transparent;
  /* 关键：文字填充透明 */
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 40px;
}

.wrap .content .about2 .about2ccc .nierong .nrcccc .tan1 .lccc p {
  font-size: 18px;
  line-height: 35px;
  font-weight: normal;
}

.wrap .content .about2 .about2ccc .nierong .lccc_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.wrap .content .about2 .about2ccc .nierong .lccc_list .lccc {
  position: absolute;
  top: 400px;
  right: 350px;
  z-index: 888;
  display: none;
  margin-top: 50px;
  width: 550px;
  height: auto;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .about2 .about2ccc .nierong .lccc_list .lccc.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .about2 .about2ccc .nierong .lccc_list .lccc span {
  background: -webkit-gradient(linear, left top, right top, from(#6F68FF), to(#C668FF));
  background: linear-gradient(90deg, #6F68FF, #C668FF);
  -webkit-background-clip: text;
  /* 关键：将背景裁剪到文字 */
  -webkit-text-fill-color: transparent;
  /* 关键：文字填充透明 */
  font-weight: bold;
  font-size: 55px;
  margin-bottom: 30px;
}

.wrap .content .about2 .about2ccc .nierong .lccc_list .lccc p {
  font-size: 17px;
  line-height: 35px;
  font-weight: normal;
}

.wrap .content .about2 .about2ccc .nierong .arrow_left {
  position: absolute;
  left: 10%;
  top: 43%;
  z-index: 9999;
  cursor: pointer;
}

.wrap .content .about2 .about2ccc .nierong .arrow_left img {
  width: auto;
}

.wrap .content .about2 .about2ccc .nierong .arrow_right {
  position: absolute;
  right: 10%;
  top: 43%;
  z-index: 9999;
  cursor: pointer;
}

.wrap .content .about2 .about2ccc .nierong .arrow_right img {
  width: auto;
}

.wrap .content .about2 .about2ccc_swiper {
  display: none;
  width: 94%;
  height: 230px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.wrap .content .about2 .about2ccc_swiper .container_swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.wrap .content .about2 .about2ccc_swiper .container_swiper .swiper-slide {
  width: 100%;
  height: auto;
  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;
}

.wrap .content .about2 .about2ccc_swiper .container_swiper .swiper-slide .liucheng {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .about2 .about2ccc_swiper .container_swiper .swiper-slide .liucheng .lcc1 {
  width: 49%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border-radius: 15px;
  border: 2px solid #5f68ff;
}

.wrap .content .about2 .about2ccc_swiper .container_swiper .swiper-slide .liucheng .lcc1 p {
  color: #666;
  font-size: 14px;
}

.wrap .content .about2 .about2ccc_swiper .container_swiper .swiper-slide .liucheng .lcc1 span {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.wrap .content .about3 {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.wrap .content .about3 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 40px;
}

.wrap .content .about3 .swiper-pagination {
  bottom: 4%;
}

.wrap .content .about3 .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#636DFF), to(#0075F1)) !important;
  background: linear-gradient(to right, #636DFF, #0075F1) !important;
}

.wrap .content .about3 .swiper-button-next {
  top: 57%;
  right: 10%;
  z-index: 9999;
}

.wrap .content .about3 .swiper-button-prev {
  top: 57%;
  left: 10%;
  z-index: 9999;
}

.wrap .content .about3 .swiper-button-next:after,
.wrap .content .about3 .swiper-button-prev:after {
  display: none;
}

.wrap .content .about3 .aboutlist {
  margin: auto;
  width: 100%;
  height: auto;
  max-width: 1400px;
  overflow: hidden;
}

.wrap .content .about3 .aboutlist .scroller-container {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .scroller-container .scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wrap .content .about3 .aboutlist .scroller-container .item {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 216px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .about3 .aboutlist .scroller-container .item:nth-child(16) .tu img {
  width: 75%;
}

.wrap .content .about3 .aboutlist .scroller-container .item:nth-child(17) .tu img {
  width: 60%;
}

.wrap .content .about3 .aboutlist .scroller-container .item .tu {
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .about3 .aboutlist .scroller-container .item .tu img {
  width: 80%;
}

.wrap .content .about3 .aboutlist .scroller-container .item p {
  text-align: center;
  font-size: 15px;
  line-height: 27px;
  white-space: wrap;
}

.wrap .content .about3 .aboutlist .scroller-container1 {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .scroller-container1 .scroller1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wrap .content .about3 .aboutlist .scroller-container1 .item {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 216px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .about3 .aboutlist .scroller-container1 .item .tu {
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
}

.wrap .content .about3 .aboutlist .scroller-container1 .item .tu img {
  width: 100%;
}

.wrap .content .about3 .aboutlist .scroller-container1 .item p {
  text-align: center;
  font-size: 15px;
  line-height: 27px;
  white-space: wrap;
}

.wrap .content .about3 .aboutlist .aboutswiper {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide .rongyulist {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide .rongyulist ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide .rongyulist ul li {
  margin-bottom: 15px;
  width: 216px;
  height: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide .rongyulist ul li .tu {
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide .rongyulist ul li .tu img {
  width: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper .swiper-slide .rongyulist ul li p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}

.wrap .content .about3 .aboutlist .aboutswiper1 {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide .rongyulist {
  width: 100%;
  height: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide .rongyulist ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide .rongyulist ul li {
  margin-bottom: 15px;
  width: 216px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide .rongyulist ul li .tu {
  margin-bottom: 20px;
  width: 100%;
  height: 290px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 10px;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide .rongyulist ul li .tu img {
  width: auto;
}

.wrap .content .about3 .aboutlist .aboutswiper1 .swiper-slide .rongyulist ul li p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}

.wrap .content .about5 {
  width: 100%;
  height: 800px;
  background: url(../img/shi/di2.jpg) center no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

.wrap .content .about5 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 40px;
}

.wrap .content .about5 .about5ccc {
  width: 1400px;
  height: 730px;
  background: url(../img/liuyan.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 45px;
  opacity: 0.7;
}

.wrap .content .about5 .about5ccc .shurucon {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .about5 .about5ccc .shurucon .shuru {
  margin-bottom: 22px;
  width: 24%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.wrap .content .about5 .about5ccc .shurucon .shuru .shuru1 {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  border-right: 1px solid #ccc;
}

.wrap .content .about5 .about5ccc .shurucon .shuru .shuru1 img {
  width: auto;
  margin-right: 10px;
}

.wrap .content .about5 .about5ccc .shurucon .shuru .shuru1 p {
  color: #212121;
  font-size: 15px;
}

.wrap .content .about5 .about5ccc .shurucon .shuru select {
  width: 210px;
  height: 30px;
  border: none;
}

.wrap .content .about5 .about5ccc .shurucon .shuru select option {
  font-size: 15px;
}

.wrap .content .about5 .about5ccc .shurucon .shuru input {
  width: 220px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #212121;
}

.wrap .content .about5 .about5ccc .shurucon .shuru input::-webkit-input-placeholder {
  color: #666;
}

.wrap .content .about5 .about5ccc .shurucon .shuru input:-ms-input-placeholder {
  color: #666;
}

.wrap .content .about5 .about5ccc .shurucon .shuru input::-ms-input-placeholder {
  color: #666;
}

.wrap .content .about5 .about5ccc .shurucon .shuru input::placeholder {
  color: #666;
}

.wrap .content .about5 .about5ccc .shurucon .shuru .txyzm {
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .about5 .about5ccc .shurucon .shuru .txyzm input {
  width: 115px;
  height: 30px;
}

.wrap .content .about5 .about5ccc .shurucon .shuru .txyzm img {
  width: 90px;
  height: 40px;
}

.wrap .content .about5 .about5ccc .yixiang {
  width: 100%;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  margin-bottom: 20px;
}

.wrap .content .about5 .about5ccc .yixiang .yx_left {
  width: 15%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap .content .about5 .about5ccc .yixiang .yx_left img {
  width: auto;
  margin-right: 10px;
}

.wrap .content .about5 .about5ccc .yixiang .yx_left p {
  color: #212121;
  font-size: 15px;
}

.wrap .content .about5 .about5ccc .yixiang .yx_right {
  width: 83%;
  height: 100%;
}

.wrap .content .about5 .about5ccc .yixiang .yx_right ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .about5 .about5ccc .yixiang .yx_right ul li {
  margin-bottom: 15px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.wrap .content .about5 .about5ccc .yixiang .yx_right ul li input {
  width: 13px;
  height: 13px;
  border: 1px solid #ccc;
  margin-right: 10px;
}

.wrap .content .about5 .about5ccc .yixiang .yx_right ul li p {
  color: #212121;
  font-size: 15px;
}

.wrap .content .about5 .about5ccc .tianxie {
  margin-bottom: 50px;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .about5 .about5ccc .tianxie img {
  width: 16px;
  height: 16px;
}

.wrap .content .about5 .about5ccc .tianxie textarea {
  width: 97%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.wrap .content .about5 .about5ccc .tianxie textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .content .about5 .about5ccc .tianxie textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .content .about5 .about5ccc .tianxie textarea::-ms-input-placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .content .about5 .about5ccc .tianxie textarea::placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .content .about5 .about5ccc .tijiao {
  width: 280px;
  height: 50px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#6568FF), to(#CD68FF));
  background: linear-gradient(to right, #6568FF, #CD68FF);
  border-radius: 10px;
  cursor: pointer;
}

.wrap .content .about5 .about5ccc .tijiao img {
  width: auto;
  margin-right: 15px;
}

.wrap .content .about5 .about5ccc .tijiao p {
  color: #fff;
  font-size: 20px;
}

.wrap .content .yunfuwu {
  margin-top: 100px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .yunfuwu .yunfuwu1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.wrap .content .yunfuwu .yunfuwu1 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 40px;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc {
  margin-bottom: 20px;
  width: 100%;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left {
  width: 49%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left .li {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left .li .li_1 {
  margin-bottom: 10px;
  width: 85px;
  height: 35px;
  background: -webkit-gradient(linear, left top, right top, from(#6F68FF), to(#C268FF));
  background: linear-gradient(to right, #6F68FF, #C268FF);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left .li .li_1 p {
  color: #fff;
  font-size: 16px;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left .li span {
  color: #6E68FF;
  font-size: 18px;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left ul {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left ul li {
  width: 20%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left ul li img {
  width: auto;
  margin-bottom: 10px;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc .yunfuwu1_left ul li p {
  color: #212121;
  font-size: 16px;
  white-space: nowrap;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc111 {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc222 {
  width: 100%;
  height: auto;
}

.wrap .content .yunfuwu .yunfuwu1 .yunfuwu1ccc222 img {
  width: auto;
}

.wrap .content .yunfuwu .yunfuwu2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.wrap .content .yunfuwu .yunfuwu2 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 40px;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 55px 60px;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc ul {
  width: 100%;
  height: auto;
  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;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc ul li {
  width: 31%;
  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;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc ul li a {
  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;
  color: #212121;
  font-size: 16px;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc ul li i {
  width: 8px;
  height: 8px;
  background-color: #636DFF;
  border-radius: 50%;
  margin-right: 10px;
}

.wrap .content .yunfuwu .yunfuwu2 .yunfuwu2ccc ul li p {
  color: #212121;
  font-size: 16px;
}

.wrap .content .yunfuwu .yunfuw4 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .yunfuwu .yunfuw4 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 150px;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc {
  width: 100%;
  height: auto;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li {
  margin-bottom: 100px;
  width: 31%;
  height: 255px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li:nth-child(5) .list .list1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li:nth-child(6) .list .list1 {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li:nth-child(6) .list .list1:nth-child(4) {
  width: 45%;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li:nth-child(6) .list .list1:nth-child(5) {
  width: 45%;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li img {
  margin-top: -80px;
  width: auto;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li p {
  color: #212121;
  font-size: 24px;
  margin: 25px 0;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li .pp {
  margin-top: 0;
  width: auto;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li .list {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li .list .list1 {
  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: 50%;
  height: 40px;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li .list .list1 i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #636DFF;
  margin-right: 8px;
}

.wrap .content .yunfuwu .yunfuw4 .yunfuw4ccc ul li .list .list1 p {
  color: #666;
  font-size: 16px;
  white-space: nowrap;
}

.wrap .content .yunfuw3 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/si/di.jpg) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .yunfuw3 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 70px;
}

.wrap .content .yunfuw3 .yunfuw3ccc {
  width: 100%;
  max-width: 1400px;
  height: auto;
}

.wrap .content .yunfuw3 .yunfuw3ccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap .content .yunfuw3 .yunfuw3ccc ul li {
  width: 22%;
  height: auto;
  margin-bottom: 50px;
  border-radius: 15px;
}

.wrap .content .yunfuw3 .yunfuw3ccc ul li img {
  width: auto;
}

.wrap .content .ai {
  height: auto;
  margin-top: 100px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .ai .ai1 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .ai .ai1 .aibttt {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.wrap .content .ai .ai1 .aibttt h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}

.wrap .content .ai .ai1 .aibttt p {
  color: #666;
  font-size: 16px;
}

.wrap .content .ai .ai1 .ai1list {
  width: 100%;
  height: auto;
}

.wrap .content .ai .ai1 .ai1list ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .ai .ai1 .ai1list ul li {
  margin-bottom: 25px;
  width: 32%;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border-radius: 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.wrap .content .ai .ai1 .ai1list ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .ai .ai1 .ai1list ul li img {
  width: auto;
  margin-bottom: 25px;
}

.wrap .content .ai .ai1 .ai1list ul li p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .ai .ai2 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 25px;
}

.wrap .content .ai .ai2 .ai2_left {
  width: 40%;
  height: 100%;
}

.wrap .content .ai .ai2 .ai2_left ul {
  width: 100%;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .ai .ai2 .ai2_left ul li {
  position: relative;
  width: 100%;
  height: 25%;
  border-left: 5px solid #E7E1FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
  padding-top: 20px;
  cursor: pointer;
}

.wrap .content .ai .ai2 .ai2_left ul li.active p {
  opacity: 1;
  font-size: 32px;
}

.wrap .content .ai .ai2 .ai2_left ul li.active::after {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 999;
  background: -webkit-gradient(linear, left top, left bottom, from(#7868FF), to(#C968FF));
  background: linear-gradient(to bottom, #7868FF, #C968FF);
  border-radius: 10px;
}

.wrap .content .ai .ai2 .ai2_left ul li p {
  color: #212121;
  font-size: 26px;
  opacity: 0.7;
  margin-bottom: 15px;
}

.wrap .content .ai .ai2 .ai2_left ul li span {
  color: #666;
  font-size: 16px;
}

.wrap .content .ai .ai2 .ai2_right {
  width: 60%;
  height: 100%;
}

.wrap .content .ai .ai2 .ai2_right img {
  width: 100%;
  height: auto;
  display: none;
}

.wrap .content .ai .ai2 .ai2_right img:nth-child(1) {
  display: block;
}

.wrap .content .ai .ai2 .ai2_mobile {
  display: none;
  width: 100%;
  height: auto;
}

.wrap .content .ai .ai2 .ai2_mobile .ai2_mobile1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}

.wrap .content .ai .ai2 .ai2_mobile .ai2_mobile1 .des {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 10px;
}

.wrap .content .ai .ai2 .ai2_mobile .ai2_mobile1 .des p {
  color: #000;
  font-size: 18px;
}

.wrap .content .ai .ai2 .ai2_mobile .ai2_mobile1 .des span {
  color: #666;
  font-size: 14px;
}

.wrap .content .ai .ai2 .ai2_mobile .ai2_mobile1 img {
  width: 100%;
}

.wrap .content .ai .ai3 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 25px;
}

.wrap .content .ai .ai3 .aibttt {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.wrap .content .ai .ai3 .aibttt h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}

.wrap .content .ai .ai3 .aibttt p {
  color: #666;
  font-size: 16px;
}

.wrap .content .ai .ai3 .ai3ccc {
  width: 100%;
  height: auto;
}

.wrap .content .ai .ai3 .ai3ccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .ai .ai3 .ai3ccc ul li {
  width: 19%;
  height: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.wrap .content .ai .ai3 .ai3ccc ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .ai .ai3 .ai3ccc ul li .des {
  position: absolute;
  bottom: 10%;
  width: 100%;
  height: auto;
  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;
}

.wrap .content .ai .ai3 .ai3ccc ul li .des p {
  color: #fff;
  font-size: 20px;
}

.wrap .content .ai4 {
  margin-bottom: 100px;
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .ai4 .swiper-pagination {
  bottom: -5%;
}

.wrap .content .ai4 .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
}

.wrap .content .ai4 .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#636DFF), to(#C668FF)) !important;
  background: linear-gradient(to right, #636DFF, #C668FF) !important;
}

.wrap .content .ai4 .swiper-button-next {
  top: 57%;
  right: 10%;
  z-index: 9999;
}

.wrap .content .ai4 .swiper-button-prev {
  top: 57%;
  left: 10%;
  z-index: 9999;
}

.wrap .content .ai4 .swiper-button-next:after,
.wrap .content .ai4 .swiper-button-prev:after {
  display: none;
}

.wrap .content .ai4 .swiper-slide {
  width: 100%;
  height: auto;
}

.wrap .content .ai4 .ai4cccc {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
}

.wrap .content .ai4 .ai4cccc .ai4cccc1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 25px;
}

.wrap .content .ai4 .ai4cccc .ai4cccc1.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .ai4 .ai4cccc .ai4cccc1:nth-child(2) .ai4_left .leftbtt::after {
  top: 100px;
}

.wrap .content .ai4 .ai4cccc .ai4cccc1:nth-child(3) .ai4_left .leftbtt::after {
  top: 200px;
}

.wrap .content .ai4 .ai4cccc .ai4cccc1:nth-child(4) .ai4_left .leftbtt::after {
  top: 320px;
}

.wrap .content .ai4 .ai4_left {
  width: 40%;
  height: 434px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .ai4 .ai4_left .leftbtt {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}

.wrap .content .ai4 .ai4_left .leftbtt::after {
  display: none;
  position: absolute;
  content: '';
  border-radius: 15px;
  left: -5px;
  top: 0;
  width: 5px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A68FF), to(#C968FF));
  background: linear-gradient(to bottom, #7A68FF, #C968FF);
}

.wrap .content .ai4 .ai4_left .leftbtt p {
  color: #636DFF;
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: bold;
}

.wrap .content .ai4 .ai4_left .leftbtt span {
  color: #212121;
  font-size: 32px;
}

.wrap .content .ai4 .ai4_left .leftlist {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}

.wrap .content .ai4 .ai4_left .leftlist ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .ai4 .ai4_left .leftlist ul li {
  margin: 20px 0;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .ai4 .ai4_left .leftlist ul li img {
  width: auto;
  margin-right: 20px;
}

.wrap .content .ai4 .ai4_left .leftlist ul li .des {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .ai4 .ai4_left .leftlist ul li .des p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .ai4 .ai4_left .leftlist ul li .des span {
  color: #666;
  font-size: 16px;
}

.wrap .content .ai4 .ai4_right {
  width: 55%;
  height: 100%;
}

.wrap .content .ai4 .ai4_right img {
  width: 100%;
}

.wrap .content .suanli {
  margin: auto;
  height: auto;
  margin-top: 100px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .suanli .suanli1 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli .suanli1 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
}

.wrap .content .suanli .suanli1 .suanlilist {
  width: 100%;
  height: auto;
}

.wrap .content .suanli .suanli1 .suanlilist ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli .suanli1 .suanlilist ul li {
  width: 24%;
  height: 400px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 4%;
}

.wrap .content .suanli .suanli1 .suanlilist ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .suanli .suanli1 .suanlilist ul li img {
  width: auto;
}

.wrap .content .suanli .suanli1 .suanlilist ul li p {
  color: #212121;
  font-size: 18px;
  margin: 30px 0;
  font-weight: bold;
}

.wrap .content .suanli .suanli1 .suanlilist ul li span {
  color: #666;
  width: 90%;
  text-align: center;
  font-size: 15px;
  line-height: 30px;
}

.wrap .content .suanli .suanli2 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli .suanli2 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
}

.wrap .content .suanli .suanli2 .suanli2ccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 {
  width: 32%;
  height: 710px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_top {
  margin-bottom: 15px;
  width: 100%;
  height: 190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background: url(../img/san/di.png) center no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
  padding-top: 80px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_top .des1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  height: auto;
  margin: 3px 0;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_top .des1 p {
  color: #fff;
  opacity: 0.7;
  font-size: 18px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_top .des1 span {
  margin: 0 3px;
  color: #fff;
  font-size: 28px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_dess {
  width: 100%;
  height: 150px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_dess h3 {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin-bottom: 20px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 .list_dess p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_left {
  margin-right: 20px;
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  border: 2px solid #212121;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_left p {
  color: #212121;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_left span {
  color: #212121;
  font-size: 14px;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_left img {
  width: 100%;
  height: 100%;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_right {
  width: 85%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_right p {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
}

.wrap .content .suanli .suanli2 .suanli2ccc .suanli2ccc_1 ul li .li_right span {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.wrap .content .suanli .suanli4 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli .suanli4 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
}

.wrap .content .suanli .suanli4 .suanli4ccc {
  width: 100%;
  height: auto;
}

.wrap .content .suanli .suanli4 .suanli4ccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli .suanli4 .suanli4ccc ul li {
  width: 32%;
  height: 340px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.wrap .content .suanli .suanli4 .suanli4ccc ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .suanli .suanli4 .suanli4ccc ul li img {
  width: auto;
}

.wrap .content .suanli .suanli4 .suanli4ccc ul li p {
  font-size: 22px;
  font-weight: bold;
  color: #212121;
  margin: 25px 0;
}

.wrap .content .suanli .suanli4 .suanli4ccc ul li span {
  color: #666;
  font-size: 18px;
  line-height: 35px;
  width: 80%;
  text-align: center;
}

.wrap .content .suanli .suanli5 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli .suanli5 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 50px;
}

.wrap .content .suanli .suanli5 .suanli5ccc {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 140px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli .suanli5 .suanli5ccc img {
  width: 100%;
  height: 100%;
}

.wrap .content .suanli3 {
  width: 100%;
  height: 340px;
  background: -webkit-gradient(linear, left top, right top, from(#5f68ff), to(#d268ff));
  background: linear-gradient(to right, #5f68ff, #d268ff);
}

.wrap .content .suanli3 .suanli3cccc {
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli3 .suanli3cccc .suanli3left {
  width: 46%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .suanli3 .suanli3cccc .suanli3left p {
  color: #fff;
  font-size: 40px;
  margin-bottom: 25px;
}

.wrap .content .suanli3 .suanli3cccc .suanli3left span {
  color: #fff;
  font-size: 18px;
  line-height: 33px;
}

.wrap .content .suanli3 .suanli3cccc .suanli3right {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli3 .suanli3cccc .suanli3right ul {
  width: 100%;
  height: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli3 .suanli3cccc .suanli3right li {
  width: 32%;
  height: 95px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli3 .suanli3cccc .suanli3right li img {
  width: auto;
}

.wrap .content .suanli6 {
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#dddafb), to(#f2f4fa));
  background: linear-gradient(to bottom, #dddafb, #f2f4fa);
  padding: 80px 0;
  padding-bottom: 1 0px;
}

.wrap .content .suanli6 .slbttt {
  margin: auto;
  max-width: 1400px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.wrap .content .suanli6 .slbttt h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: -100px;
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
}

.wrap .content .suanli6 .slbttt p {
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
}

.wrap .content .suanli6 .suanli6ccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1400px;
  margin: auto;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 {
  margin-bottom: 40px;
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px;
  background: url(../img/san/di.jpg) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 .suanli6ccc1_des {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 .suanli6ccc1_des h3 {
  margin-bottom: 60px;
  font-size: 30px;
  color: #212121;
  font-weight: bold;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 .suanli6ccc1_des ul {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 .suanli6ccc1_des ul li {
  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: 32%;
  height: 70px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 20px #ece8fe;
          box-shadow: 0 0 20px #ece8fe;
  margin-bottom: 15px;
  background-color: #fff;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 .suanli6ccc1_des ul li img {
  width: auto;
  margin-right: 15px;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc1 .suanli6ccc1_des ul li p {
  color: #212121;
  font-size: 16px;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 {
  margin-bottom: 30px;
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px;
  background: url(../img/san/di1.jpg) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des h3 {
  margin-bottom: 40px;
  font-size: 30px;
  color: #212121;
  font-weight: bold;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des ul {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des ul li {
  width: 24%;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px #ece8fe;
          box-shadow: 0 0 15px #ece8fe;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des ul li img {
  width: auto;
  margin-bottom: 25px;
}

.wrap .content .suanli6 .suanli6ccc .suanli6ccc2 .suanli6ccc2_des ul li p {
  width: 85%;
  text-align: center;
  font-size: 16px;
  color: #212121;
  line-height: 33px;
}

.wrap .content .suanli6ccc3 {
  margin-bottom: 100px;
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .suanli6ccc3 .swiper-pagination {
  bottom: -5%;
}

.wrap .content .suanli6ccc3 .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
}

.wrap .content .suanli6ccc3 .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#636DFF), to(#C668FF)) !important;
  background: linear-gradient(to right, #636DFF, #C668FF) !important;
}

.wrap .content .suanli6ccc3 .swiper-button-next {
  top: 57%;
  right: 10%;
  z-index: 9999;
}

.wrap .content .suanli6ccc3 .swiper-button-prev {
  top: 57%;
  left: 10%;
  z-index: 9999;
}

.wrap .content .suanli6ccc3 .swiper-button-next:after,
.wrap .content .suanli6ccc3 .swiper-button-prev:after {
  display: none;
}

.wrap .content .suanli6ccc3 .swiper-slide {
  width: 100%;
  height: auto;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center .suanli6ccc3_center111 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 40px 35px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center .suanli6ccc3_center111.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center .suanli6ccc3_center111:nth-child(2) .suanli6ccc3_left h3::after {
  top: 130px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center .suanli6ccc3_center111:nth-child(3) .suanli6ccc3_left h3::after {
  top: 250px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center .suanli6ccc3_center111:nth-child(4) .suanli6ccc3_left h3::after {
  top: 330px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_center .suanli6ccc3_center111:nth-child(5) .suanli6ccc3_left h3::after {
  top: 430px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left {
  width: 43%;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left h3 {
  margin-bottom: 40px;
  font-size: 32px;
  color: #212121;
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left h3::after {
  display: none;
  position: absolute;
  content: '';
  width: 5px;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7868ff), to(#ca68ff));
  background: linear-gradient(to bottom, #7868ff, #ca68ff);
  border-radius: 15px;
  top: 0;
  left: -40px;
  z-index: 999;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left ul li:last-child {
  margin-bottom: 0;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left ul li i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#7868ff), to(#ca68ff));
  background: linear-gradient(to right, #7868ff, #ca68ff);
  margin-right: 15px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_left ul li p {
  color: #212121;
  font-size: 16px;
  line-height: 30px;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_right {
  width: 55%;
  height: 100%;
}

.wrap .content .suanli6ccc3 .suanli6ccc3_right img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo1 {
  margin-bottom: 70px;
  width: 100%;
  height: 160px;
  background-color: #fff;
  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;
}

.wrap .content .wangluo1 .wangluo1ccc {
  width: 100%;
  max-width: 1400px;
  height: 100%;
}

.wrap .content .wangluo1 .wangluo1ccc ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo1 .wangluo1ccc ul li {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .wangluo1 .wangluo1ccc ul li .dess {
  margin-bottom: 20px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo1 .wangluo1ccc ul li .dess p {
  font-size: 40px;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#7368FF), to(#BA68FF));
  background: linear-gradient(90deg, #7368FF, #BA68FF);
  -webkit-background-clip: text;
  /* 关键：将背景裁剪到文字 */
  -webkit-text-fill-color: transparent;
  /* 关键：文字填充透明 */
}

.wrap .content .wangluo1 .wangluo1ccc ul li i {
  color: #666;
  font-size: 18px;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.wrap .content .wangluolunbo {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/index/map_bg.png) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .wangluolunbo .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrap .content .wangluolunbo .active .wangluo3cccc .wangluo3cccc1 .img1 {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

.wrap .content .wangluolunbo .active .wangluo4cccc .img1 {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

.wrap .content .wangluolunbo .active .wangluo5cccc .wangluo5_left .img1 {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

.wrap .content .wangluolunbo .active .wangluo6cccc .wangluo6_left .img1 {
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

.wrap .content .wangluolunbo .quanlist {
  position: absolute;
  left: 10%;
  top: 30%;
  height: auto;
  width: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluolunbo .quanlist .quan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13px;
  height: 13px;
  margin-bottom: 21px;
  background-color: #CDCDCE;
  border-radius: 50%;
}

.wrap .content .wangluolunbo .quanlist .quan.active img {
  display: block;
}

.wrap .content .wangluolunbo .quanlist .quan img {
  display: none;
  width: auto;
}

.wrap .content .newwangluolunbo {
  position: relative;
  width: 100%;
  height: auto;
  background: url(../img/index/map_bg.png) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .newwangluolunbo .newwangluolunboccccc {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: auto;
  overflow: hidden;
}

.wrap .content .newwangluolunbo .swiper-pagination {
  bottom: 25%;
}

.wrap .content .newwangluolunbo .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  border-radius: 0;
}

.wrap .content .newwangluolunbo .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#636DFF), to(#C668FF)) !important;
  background: linear-gradient(to right, #636DFF, #C668FF) !important;
}

.wrap .content .newwangluolunbo .swiper-button-next {
  top: 57%;
  right: 10%;
  z-index: 9999;
}

.wrap .content .newwangluolunbo .swiper-button-prev {
  top: 57%;
  left: 10%;
  z-index: 9999;
}

.wrap .content .newwangluolunbo .swiper-button-next:after,
.wrap .content .newwangluolunbo .swiper-button-prev:after {
  display: none;
}

.wrap .content .newwangluolunbo .swiper-slide {
  width: 100%;
  height: auto;
}

.wrap .content .wangluolunbo_mobile {
  display: none;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3%;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: url(../img/index/map_bg.png) center no-repeat;
  background-size: 100%;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .maptitle {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .maptitle h2 {
  margin-bottom: 5px;
  font-size: 22px;
  color: #000;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .maptitle p {
  font-size: 13px;
  color: #666;
  text-align: center;
  line-height: 24px;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .maplist {
  position: relative;
  width: 100%;
  height: auto;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .maplist img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .maplist .img1 {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-animation: fadeInUp 0.8s ease forwards;
          animation: fadeInUp 0.8s ease forwards;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong {
  width: 100%;
  height: auto;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong11 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong11 .des {
  width: 100%;
  height: auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #0075F1;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong11 .des span {
  color: #000;
  font-size: 16px;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong11 .des p {
  color: #666;
  font-size: 13px;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong22 {
  margin-top: 15px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong22 .dess {
  width: 31%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #0075F1;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong22 .dess p {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-slide .map_neirong .neirong22 .dess span {
  color: #666;
  font-size: 13px;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  background: url(../img/wu/quan.png) center no-repeat;
  background-size: 100% 100%;
}

.wrap .content .wangluolunbo_mobile .swiper_container_wlllbobobo .swiper-pagination {
  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;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 ul li {
  margin-bottom: 20px;
  width: 49%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px 12px;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 ul li img {
  width: 30%;
  margin-right: 10px;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 ul li .des {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 ul li .des p {
  color: #212121;
  font-size: 16px;
  margin-bottom: 5px;
}

.wrap .content .wangluolunbo_mobile .wangluo3cccc2 ul li .des span {
  color: #212121;
  font-size: 12px;
  white-space: nowrap;
}

.wrap .content .wangluo {
  height: auto;
  margin-top: 100px;
  margin-bottom: 70px;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrap .content .wangluo .wangluo2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo .wangluo2 .wlbttt {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo .wangluo2 .wlbttt h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #212121;
}

.wrap .content .wangluo .wangluo2 .wlbttt p {
  color: #212121;
  font-size: 18px;
  text-align: center;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2left {
  height: 480px;
  width: 65%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2left img {
  width: 100%;
  height: 100%;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right {
  width: 33%;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 30px;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right ul li {
  margin: 35px 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right ul li img {
  width: auto;
  margin-right: 15px;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right ul li .dess {
  width: 75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right ul li .dess p {
  color: #212121;
  font-weight: bold;
  font-size: 20px;
}

.wrap .content .wangluo .wangluo2 .wangluo2ccc .wangluo2right ul li .dess span {
  font-size: 18px;
  color: #666;
}

.wrap .content .wangluo .wangluo8 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo .wangluo8 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #212121;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_left {
  width: 36%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 75px 50px;
  background: url(../img/wu/di.jpg) center no-repeat;
  background-size: 100% 100%;
  border-radius: 15px;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_left ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_left ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_left ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #5f68ff;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_left ul li p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_left ul li:last-child {
  margin-bottom: 0;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_right {
  width: 62%;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 60px;
}

.wrap .content .wangluo .wangluo8 .wangluo8cccc .wangluo8_right img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo .wangluo9 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo .wangluo9 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #212121;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 70px;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_left {
  width: 30%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_left ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_left ul li {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_left ul li:last-child {
  margin-bottom: 0;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_left ul li p {
  margin-bottom: 25px;
  font-size: 24px;
  color: #212121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 4px solid #C196FF;
  padding-left: 15px;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_left ul li span {
  font-size: 16px;
  color: #212121;
  margin-bottom: 15px;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_right {
  width: 70%;
  height: auto;
}

.wrap .content .wangluo .wangluo9 .wangluo9cccc .wangluo9_right img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo3 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo3 .wlbttt {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo3 .wlbttt h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #212121;
}

.wrap .content .wangluo3 .wlbttt p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .wangluo3 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #212121;
}

.wrap .content .wangluo3 .wangluo3cccc {
  width: 100%;
  height: auto;
  max-width: 1400px;
  margin: auto;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc1 {
  position: relative;
  width: 100%;
  height: auto;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc1 img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc1 .img1 {
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 ul li {
  width: 24%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 ul li img {
  width: auto;
  margin-right: 25px;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 ul li .des {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 ul li .des p {
  color: #212121;
  font-size: 32px;
  margin-bottom: 10px;
}

.wrap .content .wangluo3 .wangluo3cccc .wangluo3cccc2 ul li .des span {
  color: #212121;
  font-size: 18px;
}

.wrap .content .wangluo4 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo4 .wlbttt {
  width: 100%;
  height: auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo4 .wlbttt h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: #212121;
}

.wrap .content .wangluo4 .wlbttt p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .wangluo4 .wangluo4cccc {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1400px;
  margin: auto;
}

.wrap .content .wangluo4 .wangluo4cccc img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo4 .wangluo4cccc .img1 {
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .wangluo4 .wangluo4cccc111 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
}

.wrap .content .wangluo4 .wangluo4cccc111 .des {
  width: 40%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #5f68ff;
}

.wrap .content .wangluo4 .wangluo4cccc111 .des:first-child {
  width: 22%;
}

.wrap .content .wangluo4 .wangluo4cccc111 .des p {
  color: #666;
  font-size: 16px;
}

.wrap .content .wangluo4 .wangluo4cccc111 .des span {
  font-size: 20px;
  color: #212121;
}

.wrap .content .wangluo4 .wangluo4cccc111 .des1 {
  width: 32%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  padding-top: 15px;
}

.wrap .content .wangluo4 .wangluo4cccc111 .des1 p {
  color: #666;
  font-size: 16px;
}

.wrap .content .wangluo4 .wangluo3cccc2 {
  width: 100%;
  height: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo4 .wangluo3cccc2 ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo4 .wangluo3cccc2 ul li {
  width: 32%;
  height: 100%;
  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;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
}

.wrap .content .wangluo4 .wangluo3cccc2 ul li img {
  width: auto;
  margin-right: 25px;
}

.wrap .content .wangluo4 .wangluo3cccc2 ul li .des {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo4 .wangluo3cccc2 ul li .des p {
  color: #212121;
  font-size: 32px;
  margin-bottom: 10px;
}

.wrap .content .wangluo4 .wangluo3cccc2 ul li .des span {
  color: #212121;
  font-size: 18px;
}

.wrap .content .wangluo5 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo5 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #212121;
}

.wrap .content .wangluo5 .wangluo5cccc {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_left {
  position: relative;
  width: 78%;
  height: 100%;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_left img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_left .img1 {
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_right {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_right .des {
  margin-bottom: 40px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #5f68ff;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_right .des p {
  color: #666;
  font-size: 16px;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_right .des span {
  font-size: 20px;
  color: #212121;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_right .des1 {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #5f68ff;
  margin-top: 80px;
}

.wrap .content .wangluo5 .wangluo5cccc .wangluo5_right .des1 p {
  color: #666;
  font-size: 16px;
}

.wrap .content .wangluo6 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo6 h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #212121;
}

.wrap .content .wangluo6 .wangluo6cccc {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_left {
  position: relative;
  width: 77%;
  height: 100%;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_left img {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_left .img1 {
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_right {
  width: 20%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_right .dess {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #5f68ff;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_right .dess p {
  color: #212121;
  font-size: 32px;
  font-weight: bold;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_right .dess span {
  font-size: 16px;
  color: #666;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_right .des1 {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #5f68ff;
  margin-top: 100px;
}

.wrap .content .wangluo6 .wangluo6cccc .wangluo6_right .des1 p {
  color: #666;
  font-size: 16px;
}

.wrap .content .wangluo7 {
  margin-bottom: 70px;
  width: 100%;
  height: auto;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#E6DBFC), to(#F2F4FA));
  background: linear-gradient(to bottom, #E6DBFC, #F2F4FA);
}

.wrap .content .wangluo7 h2 {
  font-size: 40px;
  margin-bottom: 130px;
  color: #212121;
}

.wrap .content .wangluo7 .wangluo7cccc {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li {
  width: 24%;
  height: 240px;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 20px #F4F2FA;
          box-shadow: 0 0 20px #F4F2FA;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li .tu {
  margin-top: -100px;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px #F4F2FA;
          box-shadow: 0 0 15px #F4F2FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li .tu img {
  width: auto;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li p {
  color: #212121;
  font-size: 26px;
  margin: 33px 0;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li .des {
  width: 68%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li .des .des1 {
  margin: 5px 0;
  width: 100%;
  height: auto;
  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;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li .des .des1 i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #5f68ff;
  margin-right: 10px;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc1 ul li .des .des1 span {
  color: #212121;
  font-size: 18px;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc2 {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 65px;
  background-color: #fff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc2 img {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc2 .desss {
  width: 100%;
  height: auto;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc2 .desss ul {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc2 .desss ul li {
  width: 30%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
  border-left: 2px solid #5f68ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .wangluo7 .wangluo7cccc .wangluo7cccc2 .desss ul li p {
  color: #212121;
  font-size: 16px;
  line-height: 30px;
}

.wrap .content .index1 {
  margin-bottom: 80px;
  width: 100%;
  height: 120px;
  background-color: #fff;
  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;
}

.wrap .content .index1 .index1cccc {
  width: 100%;
  max-width: 1400px;
  height: 100%;
}

.wrap .content .index1 .index1cccc ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .index1 .index1cccc ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  border-right: 1px solid #ccc;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
}

.wrap .content .index1 .index1cccc ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: first baseline;
      -ms-flex-align: first baseline;
          align-items: first baseline;
}

.wrap .content .index1 .index1cccc ul li:last-child {
  border: none;
}

.wrap .content .index1 .index1cccc ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #5f68ff;
}

.wrap .content .index1 .index1cccc ul li p {
  color: #212121;
  font-size: 16px;
  line-height: 30px;
  width: 80%;
}

.wrap .content .index {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .index .index2 {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 110px;
}

.wrap .content .index .index2 h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
  font-weight: bold;
}

.wrap .content .index .index2 .index2cccc {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .index .index2 .index2cccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .index .index2 .index2cccc ul li {
  width: 32.5%;
  height: 210px;
  margin-bottom: 18px;
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  cursor: pointer;
}

.wrap .content .index .index2 .index2cccc ul li:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
}

.wrap .content .index .index2 .index2cccc ul li img {
  width: auto;
  margin-bottom: 20px;
}

.wrap .content .index .index2 .index2cccc ul li p {
  color: #212121;
  font-size: 17px;
  width: 70%;
  text-align: center;
}

.wrap .content .index .index4 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .index .index4 h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
  font-weight: bold;
}

.wrap .content .index .index4 .index4cccc {
  width: 100%;
  max-width: 1400px;
  margin: auto;
}

.wrap .content .index .index4 .index4cccc ul {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .index .index4 .index4cccc ul li {
  width: 24%;
  height: 430px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  background: #fff;
  border-radius: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
}

.wrap .content .index .index4 .index4cccc ul li:hover {
  border: 2px solid #fff;
  background: -webkit-gradient(linear, left top, right top, from(#6E68FF), to(#BA68FF));
  background: linear-gradient(to right, #6E68FF, #BA68FF);
}

.wrap .content .index .index4 .index4cccc ul li:hover p {
  color: #fff;
}

.wrap .content .index .index4 .index4cccc ul li:hover span {
  color: #fff;
}

.wrap .content .index .index4 .index4cccc ul li:hover .img1 {
  display: none;
}

.wrap .content .index .index4 .index4cccc ul li:hover .img2 {
  display: block;
}

.wrap .content .index .index4 .index4cccc ul li:hover a {
  color: #fff;
}

.wrap .content .index .index4 .index4cccc ul li p {
  color: #212121;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 25px;
}

.wrap .content .index .index4 .index4cccc ul li span {
  color: #666;
  font-size: 16px;
  line-height: 30px;
}

.wrap .content .index .index4 .index4cccc ul li .bg {
  position: absolute;
  bottom: -40px;
  right: -40px;
}

.wrap .content .index .index4 .index4cccc ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #212121;
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 999;
}

.wrap .content .index .index4 .index4cccc ul li a img {
  margin-left: 10px;
  width: auto;
}

.wrap .content .index .index4 .index4cccc ul li a .img1 {
  display: block;
}

.wrap .content .index .index4 .index4cccc ul li a .img2 {
  display: none;
}

.wrap .content .index .index5 {
  margin-bottom: 80px;
  width: 100%;
  max-width: 1400px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .index .index5 h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
  font-weight: bold;
}

.wrap .content .index .index5 .index5cccc {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 15px;
  overflow: hidden;
}

.wrap .content .index .index5 .index5cccc .index5_left {
  width: 25%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.wrap .content .index .index5 .index5cccc .index5_left ul {
  margin-bottom: 60px;
  width: 100%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 60px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li.active {
  background: -webkit-gradient(linear, left top, right top, from(#6068FF), to(#D168FF));
  background: linear-gradient(to right, #6068FF, #D168FF);
  border-radius: 15px;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li.active .img1 {
  display: none;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li.active .img2 {
  display: block;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li.active p {
  color: #fff;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li img {
  width: auto;
  margin-right: 15px;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li .img1 {
  display: block;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li .img2 {
  display: none;
}

.wrap .content .index .index5 .index5cccc .index5_left ul li p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .index .index5 .index5cccc .index5_left .more {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.wrap .content .index .index5 .index5cccc .index5_left .more p {
  color: #212121;
  font-size: 16px;
}

.wrap .content .index .index5 .index5cccc .index5_left .more img {
  margin-left: 15px;
  width: auto;
}

.wrap .content .index .index5 .index5cccc .index5_right {
  width: 75%;
  height: 100%;
  position: relative;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 {
  width: 100%;
  height: 100%;
  display: none;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1:nth-child(1) {
  display: block;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .des {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .des .des1 {
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .des .des1 p {
  color: #fff;
  font-size: 32px;
  margin-bottom: 25px;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .des .des1 span {
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .des a {
  position: absolute;
  bottom: 40px;
  left: 40px0;
  z-index: 999;
  width: 160px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #fff;
  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;
  color: #fff;
  font-size: 15px;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .des a img {
  width: auto;
  margin-left: 15px;
}

.wrap .content .index .index5 .index5cccc .index5_right .index5_right1 .didi {
  width: 100%;
  height: 100%;
}

.wrap .content .index .index5 .index5cccc .index5_right .mobdididi {
  margin-top: 25px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .index .index5 .index5cccc .index5_right .mobdididi p {
  color: #000;
  font-size: 16px;
}

.wrap .content .index .index5 .index5cccc .index5_right .mobdididi img {
  width: 8px;
  height: 13px;
  margin-left: 10px;
}

.wrap .content .index3 {
  margin-bottom: 50px;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .index3 h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 40px;
  font-weight: bold;
  position: relative;
  z-index: 8888;
}

.wrap .content .index3 .index3cccc {
  width: 100%;
  margin: auto;
  margin-top: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .index3 .index3cccc img {
  width: 100%;
  max-width: 1920px;
}

.wrap .content .index6 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .index6 h2 {
  font-size: 40px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 40px;
}

.wrap .content .index6 .index6cccc {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: auto;
}

.wrap .content .index6 .index6cccc .index6ccc111 {
  margin-bottom: 13px;
  width: 100%;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.wrap .content .index6 .index6cccc .index6ccc111 .scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wrap .content .index6 .index6cccc .index6ccc111 .scroller1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.wrap .content .index6 .index6cccc .index6ccc111 .scroller2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.wrap .content .index6 .index6cccc .index6ccc111 .scroller3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.wrap .content .index6 .index6cccc .index6ccc111 .item {
  margin-right: 20px;
  width: 190px;
  height: 92px;
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .content .index6 .index6cccc .index6ccc111 .item img {
  width: 65%;
}

.wrap .content .index7 {
  margin-bottom: 80px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .content .index7 h2 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 80px;
  font-weight: bold;
}

.wrap .content .index7 .index7cccc {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.wrap .content .index7 .index7cccc .swiper-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.wrap .content .index7 .index7cccc .swiper-container.oneTWOOO {
  display: block;
}

.wrap .content .index7 .index7cccc .swiper-container.oneTWOOO1 {
  display: none;
}

.wrap .content .index7 .index7cccc .swiper-container.oneTWOOO1 .swiper-slide {
  margin-left: 0;
  width: 100%;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.wrap .content .index7 .index7cccc .swiper-container.oneTWOOO1 .swiper-slide img {
  width: 100%;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide {
  position: relative;
  width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  overflow: hidden;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .didi {
  width: 100%;
  border-radius: 15px;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .btttt {
  position: absolute;
  top: 8%;
  left: 4%;
  z-index: 888;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .btttt h3 {
  font-size: 40px;
  color: #fff;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .scroller-container4 {
  position: absolute;
  bottom: 3%;
  width: 100%;
  left: 0;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .scroller-container4 .scroller4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .item {
  margin-right: 20px;
  width: 155px;
  height: 70px;
  border-radius: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide .item img {
  width: 100%;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-button-prev:after, .wrap .content .index7 .index7cccc .swiper-container .swiper-rtl .swiper-button-next:after {
  content: '';
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-button-next:after, .wrap .content .index7 .index7cccc .swiper-container .swiper-rtl .swiper-button-prev:after {
  content: '';
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-button-next {
  background: none;
  right: 9%;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-button-prev {
  background: none;
  left: 9%;
}

.wrap .content .index7 .index7cccc .swiper-container .swiper-slide-active,
.wrap .content .index7 .index7cccc .swiper-container .swiper-slide-duplicate-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 9999;
}

.wrap .content .index7 .index7cccc1 {
  width: 100%;
  height: auto;
  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;
}

.wrap .content .index7 .index7cccc1 ul {
  width: 100%;
  max-width: 1400px;
  height: 81px;
  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;
  border-bottom: 1px solid #ccc;
}

.wrap .content .index7 .index7cccc1 ul li {
  margin: 0 50px;
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.wrap .content .index7 .index7cccc1 ul li.active {
  border-bottom: 2px solid #5f68ff;
}

.wrap .content .index7 .index7cccc1 ul li.active p {
  color: #5f68ff;
}

.wrap .content .index7 .index7cccc1 ul li p {
  color: #212121;
  font-size: 18px;
}

.wrap .content .indexdididi {
  width: 100%;
  height: 238px;
  background: url(../img/index/bg.jpg) center no-repeat;
  background-size: 100% 100%;
  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;
}

.wrap .content .indexdididi .dididcccc {
  width: 100%;
  max-width: 1400px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .indexdididi .dididcccc .did_left {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .indexdididi .dididcccc .did_left p {
  color: #212121;
  font-size: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}

.wrap .content .indexdididi .dididcccc .did_left span {
  color: #212121;
  font-size: 18px;
}

.wrap .content .indexdididi .dididcccc a {
  width: 160px;
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  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;
  font-size: 16px;
  color: #212121;
}

.wrap .content .indexdididi .dididcccc a img {
  margin-left: 10px;
}

.wrap .content .newsdetail {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  margin-top: 80px;
}

.wrap .content .newsdetail .backkkk {
  margin-top: 100px;
  margin-bottom: 50px;
  width: 126px;
  height: 36px;
  background: #fff;
  border-radius: 5px;
  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;
}

.wrap .content .newsdetail .backkkk img {
  margin-right: 20px;
  width: 15px;
  height: auto;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.wrap .content .newsdetail .backkkk p {
  color: #000;
  font-size: 15px;
}

.wrap .content .newsdetail .detailbttt {
  margin-top: 50px;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .content .newsdetail .detailbttt h1 {
  font-size: 50px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.wrap .content .newsdetail .detailbttt p {
  color: #212121;
  font-size: 20px;
}

.wrap .content .newsdetail .detailll1 {
  margin-bottom: 60px;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 33px;
  color: #333;
}

.wrap .content .newsdetail .detailll1 img {
display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

.wrap .content .newsdetail .detailll1 section {
  margin-bottom: 20px;
}

.wrap .content .newsdetail .detailll1 ul {
	margin-left: 2em;
}
.wrap .content .newsdetail .detailll1 ul li{
	list-style-type:disc; margin-left: 1.4em;
}


.wrap .content .newsdetail .caozuozzz {
  margin-bottom: 80px;
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .content .newsdetail .caozuozzz a {
  width: 185px;
  height: 70px;
  border: 1px solid #ccc;
  border-radius: 20px;
  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;
  font-size: 18px;
  color: #212121;
}

.wrap .content .newsdetail .caozuozzz a img {
  width: auto;
  margin: 0 20px;
}

.wrap .footer {
  width: 100%;
  height: 351px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 50px 0;
}

.wrap .footer .footer_ccc {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.wrap .footer .footer_ccc .footer_left {
  width: 365px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .footer .footer_ccc .footer_left img {
  width: auto;
}

.wrap .footer .footer_ccc .footer_left .allright {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 15px;
}

.wrap .footer .footer_ccc .footer_left .allright p {
  color: #666;
  font-size: 14px;
  margin-bottom: 10px;
}

.wrap .footer .footer_ccc .footer_left .allright a {
  color: #666;
  font-size: 14px;
}

.wrap .footer .footer_ccc .footer_right {
  width: 73%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .footer .footer_ccc .footer_right .footer1 {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .footer .footer_ccc .footer_right .footer1.lxwm ul {
  width: 300px;
}

.wrap .footer .footer_ccc .footer_right .footer1.lxwm ul li {
  color: #666;
  font-size: 14px;
}

.wrap .footer .footer_ccc .footer_right .footer1.lxwm ul li:last-child {
  line-height: 30px;
}

.wrap .footer .footer_ccc .footer_right .footer1 h3 {
  color: #212121;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}

.wrap .footer .footer_ccc .footer_right .footer1 ul {
  width: 250px;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.wrap .footer .footer_ccc .footer_right .footer1 ul li {
  width: auto;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
}

.wrap .footer .footer_ccc .footer_right .footer1 ul li a {
  color: #666;
  font-size: 14px;
}

.wrap .footer .footer_ccc .footer_right .footer2 {
  width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .footer .footer_ccc .footer_right .footer2 h3 {
  color: #212121;
  font-size: 16px;
  margin-bottom: 25px;
  font-weight: bold;
}

.wrap .footer .footer_ccc .footer_right .footer2 img {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
}

.wrap .footer .footer_ccc .footer_right .footer2 p {
  color: #333;
  font-size: 15px;
}

.wrap .cebian {
  position: fixed;
  top: 45%;
  right: 1%;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

.wrap .cebian .kefu {
  margin-bottom: 15px;
  width: 50px;
  height: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#6C68FF), to(#CA68FF));
  background: linear-gradient(to right, #6C68FF, #CA68FF);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}

.wrap .cebian .kefu img {
  width: auto;
  margin-bottom: 10px;
}

.wrap .cebian .kefu p {
  color: #fff;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.wrap .cebian .hezuo {
  margin-bottom: 15px;
  width: 50px;
  height: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#0075F1), to(#00BDEA));
  background: linear-gradient(to right, #0075F1, #00BDEA);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}

.wrap .cebian .hezuo img {
  width: auto;
  margin-bottom: 10px;
}

.wrap .cebian .hezuo p {
  color: #fff;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.wrap .cebian .newlianxi {
  margin-bottom: 15px;
  width: 50px;
  height: 130px;
  background: -webkit-gradient(linear, left top, right top, from(#6C68FF), to(#CA68FF));
  background: linear-gradient(to right, #6C68FF, #CA68FF);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  cursor: pointer;
}

.wrap .cebian .newlianxi img {
  width: 32px;
  margin-bottom: 15px;
}

.wrap .cebian .newlianxi p {
  color: #fff;
  font-size: 14px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.wrap .cebian .back {
  width: 50px;
  height: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.wrap .cebian .back img {
  width: auto;
  margin-bottom: 10px;
}

.wrap .cebian .back p {
  color: #212121;
  font-size: 13px;
}

.wrap .tanchuliuyanban {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrap .tanchuliuyanban .tanchucccc {
  width: 1400px;
  height: 730px;
  background: url(../img/liuyan.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
}

.wrap .tanchuliuyanban .tanchucccc .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
}

.wrap .tanchuliuyanban .tanchucccc .close img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .bttt {
  margin-bottom: 55px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .bttt p {
  color: #000;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 20px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .bttt span {
  color: #666;
  font-size: 20px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru {
  margin-bottom: 22px;
  width: 30%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru .shuru1 {
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  border-right: 1px solid #ccc;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru .shuru1 img {
  width: auto;
  margin-right: 10px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru .shuru1 p {
  color: #212121;
  font-size: 15px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru select {
  width: 210px;
  height: 30px;
  border: none;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru select option {
  font-size: 15px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru input {
  width: 220px;
  height: 30px;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #212121;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru input::-webkit-input-placeholder {
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru input:-ms-input-placeholder {
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru input::-ms-input-placeholder {
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru input::placeholder {
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru .txyzm {
  width: 200px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru .txyzm input {
  width: 115px;
  height: 30px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .shuruconn .shuru .txyzm img {
  width: 90px;
  height: 40px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie {
  margin-bottom: 50px;
  width: 100%;
  height: 160px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie img {
  width: 16px;
  height: 16px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie textarea {
  width: 97%;
  height: 100%;
  border: none;
  outline: none;
  background: none;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie textarea::-ms-input-placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tianxie textarea::placeholder {
  font-size: 15px;
  color: #666;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tijiao {
  width: 280px;
  height: 50px;
  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;
  background: -webkit-gradient(linear, left top, right top, from(#6568FF), to(#CD68FF));
  background: linear-gradient(to right, #6568FF, #CD68FF);
  border-radius: 10px;
  cursor: pointer;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tijiao img {
  width: auto;
  margin-right: 15px;
}

.wrap .tanchuliuyanban .tanchucccc .liuyancccc .tijiao p {
  color: #fff;
  font-size: 20px;
}
.etip { position: fixed; left: 50%; top: 50%; width: 200px; margin-left: -110px; box-sizing: border-box; display: none; transform:translate(0,-50%); background: rgba(0,0,0,0.8); color: #fff; padding: 10px; text-align: center; font-size: 16px; line-height: 2; border-radius: 10px; z-index: 999999991; box-sizing: border-box;}

/*# sourceMappingURL=style.css.map */