.home-banner {
  position: relative;
}
.home-banner .list {
  position: absolute;
  left: 50%;
  bottom: -55px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 35px 60px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 1260px;
  background: #FFFFFF;
  box-shadow: 0px 11px 27px 0px rgba(36, 14, 65, 0.05);
  border-radius: 24px;
}
.home-banner .list li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}
.home-banner .list .img {
  margin-right: 14px;
  width: 80px;
  border-radius: 18px;
}
.home-banner .list .txt .t1 {
  font-family: "PingFang SC-Bold";
  font-size: 20px;
  color: #2B2F4D;
}
.home-banner .list .txt .t2 {
  color: #777777;
}

.home-group1 {
  background-position: -2px 23.5vw;
  -o-background-size: 101%;
     background-size: 101%;
}

.home-section1 {
  padding: 68px 0 60px;
}
.home-section1 .hd {
  margin-bottom: 40px;
}
.home-section1 ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-section1 ul li {
  position: relative;
  padding: 0 15px;
  width: 300px;
  height: 550px;
  border-radius: 15px;
  background-image: url("../images/yewu_1.png");
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
.home-section1 ul li:nth-child(2) {
  background-image: url("../images/yewu_2.png");
}
.home-section1 ul li:nth-child(3) {
  background-image: url("../images/yewu_3.png");
}
.home-section1 ul li:nth-child(4) {
  background-image: url("../images/yewu_4.png");
}
.home-section1 ul li .bg{
  display: none;  
  padding: 0 15px;
  width: 100%;
  height: 100%;
  background: rgba(85,39,211,0.6);
}

.home-section1 ul li:hover .bg{	
	display: block;
}
.home-section1 ul .title {
  padding-top: 30px;
  margin-bottom: 10px;
  font-size: 28px;
}
.home-section1 ul .desc {
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 15px;
}
.home-section1 ul .tags {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 0;
}
.home-section1 ul .tags span {
  display: block;
  width: 48%;
  line-height: 36px;
  background: rgba(237, 211, 255, 0.2);
  border-radius: 6px;
  text-align: center;
  color: #fff;
}

.home-section2 {
  padding-bottom: 100px;
}
.home-section2 .hd {
  margin-bottom: 60px;
}

.home-section3 {
  padding: 60px 0 120px;
}
.home-section3 .hd {
  margin-bottom: 60px;
}
.home-section3 .bd {
  padding: 0 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 326px;
  -o-background-size: 100%;
     background-size: 100%;
  background-image: url("../images/home_bg6.png");
}
.home-section3 .bd .desc {
  margin-top: 50px;
  margin-bottom: 70px;
  font-size: 18px;
  color: #5F596A;
}
.home-section3 .bd ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 68%;
}
.home-section3 .bd ul li {
  width: 25%;
}
.home-section3 .bd ul .title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  color: #5527D3;
  font-family: "PingFang SC-Bold";
}
.home-section3 .bd ul .title p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 40px;
}
.home-section3 .bd ul .title .number {
  margin-right: 4px;
}
.home-section3 .bd ul .title .unit {
  margin-left: 4px;
  margin-bottom: 4px;
}
.home-section3 .bd ul .t2 {
  margin-top: 5px;
  color: #777777;
}

.home-section4 {
  padding: 60px 0 5.1vw;
}
.home-section4 .hd {
  margin-bottom: 50px;
}
.home-section4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.home-section4 ul li {
  padding: 0 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 140px;
  background: #F7F7FF;
  border-radius: 18px 18px 18px 18px;
  border: 1px solid #EBE3FF;
}
.home-section4 ul .img {
  width: 82px;
  height: 82px;
  background-color: #fff;
  border-radius: 50%;
}
.home-section4 ul .img img {
  width: 100%;
  height: 100%;
}
.home-section4 ul .content {
  padding-left: 15px;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.home-section4 ul .content .title {
  margin-bottom: 5px;
  font-size: 20px;
  font-family: "PingFang SC-Bold";
  color: #333333;
}
.home-section4 ul .content .des {
  color: #5F596A;
}

.home-section5 li:nth-child(4) {
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.home-section6 {
  padding: 30px 0 60px;
}
.home-section6 .hd {
  margin-bottom: 40px;
}
.home-section6 .hd p {
  font-size: 42px;
  font-weight: 400;
  color: rgba(88, 71, 104, 0.8);
  font-family: "PingFang SC-Medium";
}
.home-section6 .hd h3 {
  color: #fff;
  font-size: 42px;
}
.home-section6 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.home-section6 ul li {
  position: relative;
  padding: 0 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 105px;
  box-shadow: 0px 4px 21px 0px rgba(32, 18, 47, 0.08);
  background: url("../images/border_bg.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  color: #fff;
}
.home-section6 ul .icon {
  margin-right: 15px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("../images/icon_arrow2.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.home-section6 ul p {
  font-family: "PingFang SC-Bold";
  font-size: 18px;
}

.home-section7 {
  padding: 60px 0;
}
.home-section7 .hd {
  margin-bottom: 50px;
}
.home-section7 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.home-section7 ul a {
  display: block;
}
.home-section7 ul .img {
  height: 265px;
  border-radius: 15px;
  overflow: hidden;
}
.home-section7 ul .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section7 ul .content .title {
  padding: 20px 0;
  font-size: 24px;
  color: #333333;
}
.home-section7 ul .content .desc {
  margin-bottom: 10px;
  color: #666666;
}
.home-section7 ul .content .time {
  font-size: 18px;
  color: #000000;
}
.home-section7 .more-button {
  margin: 0 auto;
  margin-top: 55px;
  width: 162px;
  height: 56px;
}

.home-section8 {
  position: relative;
  padding-bottom: 4.69vw;
}
.home-section8::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 35.94vw;
  background: url("../images/home_bg5.png") no-repeat;
  -o-background-size: 100%;
     background-size: 100%;
  z-index: -1;
}
.home-section8 .hd {
  margin-bottom: 60px;
}
.home-section8 ul {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}
.home-section8 ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E7DFF4;
}
.home-section8 ul img {
  display: block;
  max-width: 80%;
  max-height: 80%;
}

.contact-banner {
  height: 530px;
}

.contact-wrap .container {
  -webkit-transform: translateY(-70px);
     -moz-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
       -o-transform: translateY(-70px);
          transform: translateY(-70px);
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 4px 56px 0px rgba(25, 0, 70, 0.11);
}
.contact-wrap .content, .contact-wrap .map {
  width: 50%;
}
.contact-wrap .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px;
  height: 41.15vw;
}
.contact-wrap .content .title {
  margin-bottom: 30px;
  font-size: 32px;
  font-family: "PingFang SC-Bold";
  color: #333333;
}
.contact-wrap .content .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-wrap .content .list .label {
  margin-bottom: 10px;
  font-size: 18px;
  color: #333333;
}
.contact-wrap .content .list .value {
  font-size: 20px;
  font-family: "PingFang SC-Bold";
}

.form-wrap {
  padding: 60px 0;
  background: -webkit-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #E9ECFF 0%, #FFFFFF 100%);
}
.form-wrap .hd {
  margin-bottom: 30px;
}
.form-wrap .rows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 24px;
}
.form-wrap .form-item {
  margin-bottom: 24px;
  font-size: 20px;
}
.form-wrap .form-item:last-child {
  margin-bottom: 0;
}
.form-wrap .form-item .input-block {
  padding: 0 20px;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #AE8EFF;
  height: 65px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-wrap .form-item .input-block:focus {
  box-shadow: 0 0 0 2px #AE8EFF;
}
.form-wrap .form-item .input-block::-webkit-input-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .input-block:-moz-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .input-block::-moz-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .input-block:-ms-input-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .input-block::placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .textarea-block {
  padding: 15px 20px;
  width: 100%;
  height: 160px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #AE8EFF;
  color: #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.form-wrap .form-item .textarea-block:focus {
  box-shadow: 0 0 0 2px #AE8EFF;
}
.form-wrap .form-item .textarea-block::-webkit-input-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .textarea-block:-moz-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .textarea-block::-moz-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .textarea-block:-ms-input-placeholder {
  color: #8D77A5;
}
.form-wrap .form-item .textarea-block::placeholder {
  color: #8D77A5;
}
.form-wrap .submit-btn {
  margin: 0 auto;
  margin-top: 40px;
  width: 225px;
  height: 56px;
  border-radius: 54px;
  color: #fff;
  font-size: 18px;
}

.brand-tabs {
  -webkit-transform: translateY(-53%);
     -moz-transform: translateY(-53%);
      -ms-transform: translateY(-53%);
       -o-transform: translateY(-53%);
          transform: translateY(-53%);
}
.brand-tabs .container {
  width: 100%;
  height: 114px;
  background: #FFFFFF;
  box-shadow: 0px 4px 27px 0px rgba(24, 0, 86, 0.07);
  border-radius: 16px;
}
.brand-tabs ul {
  padding: 0 100px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  font-size: 20px;
}
.brand-tabs ul li {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-tabs ul li::before {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 3px;
  background: #1121CB;
}
.brand-tabs ul li.active {
  font-size: 24px;
  font-family: "PingFang SC-Bold";
  color: #1121CB;
}
.brand-tabs ul li.active::before {
  display: block;
}

.brand-wrap {
  padding-bottom: 3.91vw;
}
.brand-wrap .hd {
  margin-bottom: 45px;
}
.brand-wrap .ft {
  margin-top: 45px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.brand-wrap .ft .total {
  color: #606266;
}
.brand-wrap .ft .pagination{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-wrap .ft .pagination a {
  margin-right: 15px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  background: #F4F4F5;
  border-radius: 3px;
  color: #666666;
}
.brand-wrap .ft .pagination a.on {
  background-color: #6635EB;
  border-color: #6635EB;
  color: #fff;
}
.brand-wrap .ft .pagination a.route-btn {
  margin-right: 12px;
  width: auto;
  background-color: transparent;
}
.brand-wrap .ft .pagination a.prev, .brand-wrap .ft .pagination a.next {
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  -o-background-size: 20px;
     background-size: 20px;
}
.brand-wrap .ft .pagination a.prev {
  background-image: url("../images/left.png");
}
.brand-wrap .ft .pagination a.next {
  background-image: url("../images/right.png");
}
.brand-wrap .ft .pagination .input-block {
  display: block;
  width: 56px;
  height: 34px;
  border-radius: 3px;
  border: 1px solid #DCDFE6;
  text-align: center;
}

.solution-section1 {
  padding: 60px 0 65px;
}
.solution-section1 .hd {
  margin-bottom: 60px;
}
.solution-section1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.solution-section1 ul li {
  background-color: #fff;
  border-radius: 18px;
  overflow: hidden;
}
.solution-section1 ul .title {
  padding: 25px 15px 0;
  height: 140px;
  background: -webkit-linear-gradient(right, #6636EB 0%, #6483E8 100%);
  background: -moz-linear-gradient(right, #6636EB 0%, #6483E8 100%);
  background: -o-linear-gradient(right, #6636EB 0%, #6483E8 100%);
  background: linear-gradient(270deg, #6636EB 0%, #6483E8 100%);
  text-align: center;
  color: #fff;
}
.solution-section1 ul .title .t1 {
  margin-bottom: 10px;
  font-family: "PingFang SC-Bold";
  font-size: 20px;
}
.solution-section1 ul .content {
  padding: 0 8px;
}
.solution-section1 ul .content .sub-title {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  font-size: 20px;
  color: #360DA9;
}
.solution-section1 ul .content .hr {
  width: 100%;
  border-top: 1px dashed #360DA9;
}
.solution-section1 ul .content .desc {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  text-align: center;
}

.solution1-section1 {
  padding: 60px 0 45px;
  background: url("../images/solution1_bg1.png") no-repeat left top;
}
.solution1-section1 .hd {
  margin-bottom: 45px;
}
.solution1-section1 .bd {
  position: relative;
}
.solution1-section1 .swiper {
  height: 570px;
}
.solution1-section1 .swiper-slide {
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: -o-transform 300ms;
  -moz-transition: transform 300ms, -moz-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -moz-transform 300ms, -o-transform 300ms;
  -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
  border-radius: 20px;
  overflow: hidden;
}
.solution1-section1 .swiper-slide.swiper-slide-active {
  top: 0;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.solution1-section1 .swiper-slide a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.solution1-section1 .swiper-slide a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(5, 8, 46, 0) 0%, rgba(5, 8, 46, 0.84) 100%);
  background: -moz-linear-gradient(top, rgba(5, 8, 46, 0) 0%, rgba(5, 8, 46, 0.84) 100%);
  background: -o-linear-gradient(top, rgba(5, 8, 46, 0) 0%, rgba(5, 8, 46, 0.84) 100%);
  background: linear-gradient(180deg, rgba(5, 8, 46, 0) 0%, rgba(5, 8, 46, 0.84) 100%);
}
.solution1-section1 .swiper-slide .txt {
  padding: 0 40px 50px;
  font-size: 18px;
}
.solution1-section1 .swiper-slide .txt .title {
  margin-bottom: 5px;
  font-size: 32px;
  font-family: "PingFang SC-Bold";
}
.solution1-section1 .buttons {
  padding: 8px;
  margin: 0 auto;
  margin-top: 55px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 185px;
  background: -webkit-linear-gradient(bottom, #9BA5FF 0%, #6736EC 100%);
  background: -moz-linear-gradient(bottom, #9BA5FF 0%, #6736EC 100%);
  background: -o-linear-gradient(bottom, #9BA5FF 0%, #6736EC 100%);
  background: linear-gradient(360deg, #9BA5FF 0%, #6736EC 100%);
  border-radius: 48px;
}
.solution1-section1 .swiper-button-prev, .solution1-section1 .swiper-button-next {
  position: static;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  margin: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #fff;
}
.solution1-section1 .swiper-button-prev::after, .solution1-section1 .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
  color: #302BA8;
}

.solution1-section2 {
  padding: 80px 0 110px;
  background: url("../images/solution1_bg2.png") no-repeat right bottom;
}
.solution1-section2 .hd {
  margin-bottom: 60px;
}
.solution1-section2 ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution1-section2 ul li {
  position: relative;
  margin-right: 18px;
  width: 156px;
  height: 530px;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  -moz-transition: width 0.4s;
  transition: width 0.4s;
  -o-background-size: 580px 100%;
     background-size: 580px 100%;
  overflow: hidden;
}
.solution1-section2 ul li.active {
  width: 562px;
}
.solution1-section2 ul li.active .title {
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.solution1-section2 ul li.active .mark {
  opacity: 1;
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}
.solution1-section2 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D0544;
  opacity: 0.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.solution1-section2 ul li:last-child {
  margin-right: 0;
}
.solution1-section2 ul .box {
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff;
}
.solution1-section2 ul .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 50px;
  width: 100%;
  font-size: 20px;
  font-family: "PingFang SC-Bold";
  text-align: center;
  color: #fff;
}
.solution1-section2 ul .mark {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 20px;
  width: 312px;
  height: 100%;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: -moz-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: -o-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: linear-gradient(180deg, #748CE6 16%, #5516AD 100%);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.solution1-section2 ul .mark h3 {
  padding: 30px 0 25px;
  font-size: 24px;
  font-family: "PingFang SC-Bold";
}
.solution1-section2 ul .mark .item {
  margin-bottom: 15px;
}
.solution1-section2 ul .mark .item:last-child {
  margin-bottom: 0;
}
.solution1-section2 ul .mark .tit {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 117px;
  height: 36px;
  background: rgba(236, 216, 255, 0.3);
  border-radius: 6px;
}
.solution1-section2 ul .mark .desc {
  font-size: 14px;
}

.solution1-section4 {
  padding: 10px 0 75px;
  background: -webkit-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #E9ECFF 0%, #FFFFFF 100%);
}
.solution1-section4 .hd {
  margin-bottom: 50px;
}
.solution1-section4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 24px;
  color: #333333;
}
.solution1-section4 ul .content {
  padding: 20px 25px;
  width: 410px;
  height: 120px;
  background: url("../images/faq_bg.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  font-size: 18px;
}
.solution1-section4 ul .title {
  margin-top: 18px;
  text-align: center;
  font-size: 24px;
  font-family: "PingFang SC-Bold";
}

.solution-section2 {
  padding: 70px 0 80px;
  background: url("../images/solution2_bg1.png") no-repeat center 18.2vw;
  -o-background-size: 100%;
     background-size: 100%;
}
.solution-section2 .hd {
  margin-bottom: 50px;
}
.solution-section2 .bd {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
}
.solution-section2 .bd .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 49%;
  border-radius: 22px;
}
.solution-section2 .bd .title {
  padding: 0 25px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "PingFang SC-Bold	";
  font-size: 32px;
  height: 86px;
}
.solution-section2 .bd .content {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  padding: 25px;
}
.solution-section2 .bd li {
  margin-bottom: 30px;
}
.solution-section2 .bd li:last-child {
  margin-bottom: 0;
}
.solution-section2 .bd .tag {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "PingFang SC-Bold";
  font-size: 18px;
  width: 144px;
  height: 42px;
  background: rgba(236, 216, 255, 0.3);
  border-radius: 6px;
}
.solution-section2 .bd .desc {
  font-size: 14px;
}

.solution-section3 ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 64px 0;
}
.solution-section3 li {
  width: 330px;
}
.solution-section3 li:nth-child(4) {
  -webkit-order: 5;
     -moz-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.solution-section4 {
  padding: 75px 0 40px;
  background: url("../images/solution2_bg4.png") no-repeat left top;
}
.solution-section4 .hd {
  margin-bottom: 60px;
}

.solution-section5 {
  padding: 40px 0 80px;
  background: url("../images/solution2_bg5.png") no-repeat right bottom;
}
.solution-section5 .hd {
  margin-bottom: 50px;
}
.solution-section5 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 25px;
}
.solution-section5 ul li {
  padding: 0 18px;
  width: 410px;
  height: 158px;
  border: 1px solid #EBE3FF;
  background: #EAEAFF;
  border-radius: 18px;
  text-align: center;
}
.solution-section5 ul .title {
  padding: 26px 0 10px;
  font-size: 20px;
  font-family: "PingFang SC-Bold";
  color: #111111;
}
.solution-section5 ul .desc {
  color: #5F596A;
}

.solution-section7 {
  padding: 60px 0 100px;
  background: -webkit-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: -moz-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: -o-linear-gradient(top, #E9ECFF 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #E9ECFF 0%, #FFFFFF 100%);
}
.solution-section7 .hd {
  margin-bottom: 35px;
}
.solution-section7 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row: auto;
  gap: 25px;
}
.solution-section7 li {
  padding: 25px;
  padding-left: 40px;
  padding-bottom: 0;
  width: 410px;
  height: 140px;
  background: #F7F7FF;
  border-radius: 18px;
  border: 1px solid #EBE3FF;
}
.solution-section7 li .title {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "P{ingFang SC-Bold";
}
.solution-section7 li .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5C2CDC;
}
.solution-section7 li .desc {
  color: #5F596A;
}

.solution3-section1 .list {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.solution3-section1 .list li {
  height: 240px;
  background: url("../images/border_bg2.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}

.solution3-section2 {
  position: relative;
  padding: 60px 0 80px;
}
.solution3-section2::before, .solution3-section2::after {
  content: "";
  position: absolute;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.solution3-section2::before {
  top: 0;
  left: 0;
  width: 15.68vw;
  height: 40.52vw;
  background-image: url("../images/solution3_bg2.png");
}
.solution3-section2::after {
  right: 0;
  bottom: 0;
  width: 17.24vw;
  height: 47.92vw;
  background-image: url("../images/solution3_bg3.png");
}
.solution3-section2 .hd {
  margin-bottom: 80px;
}
.solution3-section2 .item {
  margin-bottom: 30px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.solution3-section2 .item:last-child {
  margin-bottom: 0;
}
.solution3-section2 .item .img {
  width: 30.21vw;
}
.solution3-section2 .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.solution3-section2 .item .content {
  width: 48%;
}
.solution3-section2 .item .line {
  display: block;
  margin-bottom: 65px;
  width: 357px;
  height: 3px;
  background: -webkit-linear-gradient(left, #6477F2 0%, rgba(100, 119, 242, 0) 100%);
  background: -moz-linear-gradient(left, #6477F2 0%, rgba(100, 119, 242, 0) 100%);
  background: -o-linear-gradient(left, #6477F2 0%, rgba(100, 119, 242, 0) 100%);
  background: linear-gradient(to right, #6477F2 0%, rgba(100, 119, 242, 0) 100%);
}
.solution3-section2 .item .title {
  margin-bottom: 20px;
  font-family: "PingFang SC-Bold";
  font-size: 24px;
  color: #333333;
}
.solution3-section2 .item .desc {
  font-size: 18px;
  color: #555555;
}

.solution3-section3 {
  padding: 100px 0 70px;
}
.solution3-section3 .hd {
  margin-bottom: 50px;
}
.solution3-section3 .hd h3 {
  color: #fff;
}
.solution3-section3 ul {
  padding: 38px;
  padding-left: 86px;
  background-color: #fff;
  border-radius: 20px;
}
.solution3-section3 ul li {
  margin-bottom: 20px;
}
.solution3-section3 ul li:last-child {
  margin-bottom: 0;
}
.solution3-section3 ul .title {
  margin-bottom: 12px;
  position: relative;
  color: #333333;
  font-size: 24px;
  font-family: "PingFang SC-Bold";
}
.solution3-section3 ul .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url("../images/icon_success.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.solution3-section3 ul .desc {
  color: #555555;
  font-size: 18px;
}

.about-section1 {
  padding: 60px 0 70px;
}
.about-section1 .hd {
  margin-bottom: 50px;
}
.about-section1 .hd .desc {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1100px;
}
.about-section1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.about-section1 ul a {
  display: block;
}
.about-section1 ul img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-section2 {
  position: relative;
  padding: 70px 0 40px;
}
.about-section2::before, .about-section2::after {
  content: "";
  position: absolute;
  width: 570px;
  height: 170px;
  background-repeat: no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.about-section2::before {
  top: 0;
  left: 0;
  background-image: url(../images/about_top.png);
}
.about-section2::after {
  right: 0;
  bottom: 0;
  background-image: url(../images/about_bottom.png);
}
.about-section2 .container {
  position: relative;
  z-index: 2;
}
.about-section2 .introduce-list {
  margin-bottom: 70px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  color: #fff;
}
.about-section2 .introduce-list li {
  margin-bottom: 24px;
  padding: 0 30px 40px;
  width: -webkit-calc(50% - 12px);
  width: -moz-calc(50% - 12px);
  width: calc(50% - 12px);
  background: -webkit-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: -moz-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: -o-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: linear-gradient(180deg, #748CE6 16%, #5516AD 100%);
  border-radius: 25px;
}
.about-section2 .introduce-list li.width-full {
  width: 100%;
}
.about-section2 .introduce-list .title {
  padding: 40px 0 20px;
  font-size: 32px;
  font-family: "PingFang SC-Bold";
}
.about-section2 .introduce-list .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-section2 .introduce-list .content .left, .about-section2 .introduce-list .content .right {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.about-section2 .introduce-list .content .sub-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-family: "PingFang SC-Bold";
}
.about-section2 .introduce-list .content .hr {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 40px;
  width: 1px;
  height: 98px;
  border: 1px solid #FFFFFF;
  opacity: 0.2;
}
.about-section2 .introduce-list .desc {
  font-size: 18px;
}
.about-section2 .hd {
  margin-bottom: 50px;
}
.about-section2 .bd img {
  display: block;
  width: 100%;
}

.about-section3 {
  color: #fff;
}
.about-section3 .hd {
  padding: 60px 0;
}
.about-section3 .bd ul {
  padding-bottom: 70px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px 0;
}
.about-section3 .bd li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-section3 .bd li:nth-child(3) {
  margin-right: 50px;
  width: 37%;
}
.about-section3 .bd li:last-child {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.about-section3 .bd li .img {
  margin-right: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
}
.about-section3 .bd li .web-img {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
.about-section3 .bd li .web-img img {
  width: 16px;
}
.about-section3 .bd li .txt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section3 .bd li .txt .label {
  font-size: 20px;
}
.about-section3 .bd li .txt .value {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.about-section3 .bd li .txt .value span {
  margin-right: 50px;
}
.about-section3 .bd li .txt .value span:last-child {
  margin-right: 0;
}
.about-section3 .bd .desc {
  padding: 50px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.news-section1 {
  padding: 60px 0;
}
.news-section1 .hd {
  margin-bottom: 60px;
}
.news-section1 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 24px;
  color: #fff;
}
.news-section1 ul li {
  padding: 0 20px;
  height: 356px;
  background: -webkit-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: -moz-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: -o-linear-gradient(top, #748CE6 16%, #5516AD 100%);
  background: linear-gradient(180deg, #748CE6 16%, #5516AD 100%);
  border-radius: 25px;
}
.news-section1 ul .title {
  padding: 30px 0 15px;
  font-size: 24px;
  font-family: "PingFang SC-Bold";
}
.news-section1 ul .item {
  margin-bottom: 20px;
}
.news-section1 ul .item:last-child {
  margin-bottom: 0;
}
.news-section1 ul .tit {
  margin-bottom: 10px;
  padding: 0 15px;
  display: inline-block;
  width: auto;
  line-height: 42px;
  background: rgba(236, 216, 255, 0.3);
  border-radius: 6px;
  font-size: 18px;
  font-family: "PingFang SC-Bold";
}

.news-section2 {
  position: relative;
  padding: 20px 0 80px;
}
.news-section2::before {
  content: "";
  position: absolute;
  top: -28%;
  left: 0;
  width: 100%;
  height: 1084px;
  background: url("../images/solution2_bg1.png") no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.news-section2 .container {
  position: relative;
  z-index: 2;
}
.news-section2 .hd {
  margin-bottom: 60px;
}

.news-section3 {
  padding: 78px 0;
  color: #fff;
}
.news-section3 .hd {
  margin-bottom: 60px;
}
.news-section3 ul {
  display: grid;
  grid-template-rows: auto;
  gap: 0 24px;
}
.news-section3 ul li {
  padding: 30px 30px 0 60px;
  background: url("../images/border_bg2.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  height: 210px;
}
.news-section3 ul .title {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "PingFang SC-Bold";
}
.news-section3 ul .title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(../images/icon_arrow2.png) no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.news-section3 ul .desc p {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.news-section3 ul .desc p:last-child {
  margin-bottom: 0;
}
.news-section3 ul .desc p::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFFFFF;
}
.news-section3 .list1 {
  margin-bottom: 24px;
  grid-template-columns: repeat(2, 1fr);
}
.news-section3 .list2 {
  grid-template-columns: repeat(3, 1fr);
}

.news-section4 {
  padding: 60px 0 55px;
}
.news-section4 .hd {
  margin-bottom: 60px;
}
.news-section4 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

.news-section5 ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  gap: 42px 0;
}
.news-section5 li {
  width: 330px;
}
.news-section5 .content {
  height: 158px;
  background: url("../images/flow_content_bg.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
}
.news-section5 .content .desc {
  padding: 0 30px;
  text-align: center;
}

.wap-banner{
	display:none;
}
.pc-show{
	display: block!important;
}
.wap-show{
	display: none!important;
}

.about-title{
	font-size: 56px;
	color: #192147;
	text-align: center;
}

.about_floor1{
	position: relative;
	width: 100%;
	height: 1060px;
	padding: 70px 0;
	z-index: 99;
}
.about_floor1 .block-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 163px;
	margin-top: -150px;
	margin-bottom: 130px;
	padding: 0 50px;	
}
.about_floor1 .icon img{
	width: 104px;
	height: 104px;
}
.block-box .text-box{
	margin-left: 30px;
}
.block-box .text-box .p0{
	font-size: 24px;
	color: #192147;
}
.about_floor1 h3{
	margin: 30px auto;
	font-size: 24px;
	color: #777777;
	text-align: center;
}
.about_floor1 .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
}
.about_floor1 .content .pic-box{
	width: 456px;
}
.about_floor1 .content .pic-box img{
	margin: 15px auto;
	width: 100%;
	height: auto;
}
.about_floor1 .content .text-box{
	width: 750px;
	height: auto;
}
.about_floor1 .content .quote{
	width: 34px;
}
.about_floor1 .content h4{
	margin: 15px auto 25px;
	font-size: 28px;
	font-weight: bold;
	color: #192147;
	text-indent: 36px;
}
.about_floor1 .content p{
	line-height: 32px;
	font-size: 18px;
	color: #666;
}
.about_floor1 .content p span{
	font-weight: bold;
	color: #192147;
}
.about_floor2{
	position: relative;
	width: 100%;
	height: 850px;
	padding: 90px 0;
	z-index: 99;
}
.about_floor2 .about-title{
	color: #fff;
}
.about_floor2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 50px 0;
}
.about_floor2 ul li{
	width: 396px;
}
.about_floor2 ul li img{
	width: 100%;
}

.about_floor2 ul li p{	
	color: #fff;	
}
.about_floor2 ul li .p0{
	margin: 20px auto 22px;
	font-weight: bold;
	font-size: 28px;
	color: #fff;
	text-align: center;
}
.about_floor2 ul li .p1{
	font-size: 18px;
	color: #e4dfe5;
	text-align: left;
	text-indent: 36px;
}
.about_floor3{
	position: relative;
	width: 100%;
	height: auto;
	padding: 90px 0;
	z-index: 99;
}
.about_floor3 .pic{
	margin: 50px auto;
	width: 600px;
	text-align: center;
}
.about_floor3 .pic img{
	margin: auto;
	width: 100%;
}
.about_floor3 .text-box{
	margin: auto;
	width: 1000px;
}
.about_floor3 .text-box .quote{
	width: 34px;
}
.about_floor3 .text-box p{
	margin-top: 16px;
	text-indent: 36px;
	line-height: 32px;
	font-size: 18px;
	color: #666;
}
.about_floor3 .text-box p span{
	font-weight: bold;
	color: #192147;
}

.about_floor4{
	height: auto;
}
.about_floor4 .pic{
	margin: 50px auto;
	width: 600px;
	text-align: center;
}


@media screen and (max-width: 768px) {
	.pc-show{
		display: none!important;
	}
	.wap-show{
		display: block!important;
	}
	
	.flex-container-pc{
		padding: 25px 0 40px;
		clear: both;
		overflow: hidden;
	}
	.flex-container-pc .item{		
	}
	.flex-container-pc .item .bg{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: 250px;
		background: rgba(0,0,0,0.4);
		margin: 10px auto;
	}
	.flex-container-pc .item p{
		width: 100%;
		margin: auto;
		margin-top: 75px;
		text-align: center;		
		font-size: 22px;
		color: #fff;
	}
	.flex-container-pc .item a{
		margin-bottom: 75px;
	}
	/*.banner{
		display:none;
	}*/
	.wap-banner{
		position: relative;
		display:block;
		width: 100%;
		height: auto;
		margin-top: 52px;
	}
	.wap-banner .pic{
		width: 100%;
	}
	.wap-banner .pic img{
		width: 100%;
	}
	.wap-banner .bg{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 29;
	}
	.wap-banner .text{
		position: absolute;
		bottom: 10px;
		left: 30px;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		z-index: 30;
	}
	.wap-banner .text p{
		color: #fff;
	}
	.wap-banner .text p.tit{
		padding: 3px 15px;
		margin: 10px 0;
		width: auto;
		background: #fff;
		border-radius: 30px;	
	}
	.wap-banner .text p.tit span{
		display: inline-block;
		width: 100%;	
		background: #fff;	
		font-size: 20px;
		font-weight: bold;
		color: transparent;
		background: linear-gradient(to bottom, #6bc0f0, #66a6f3);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.wap-banner .text p.tit_digital span{		
		background: linear-gradient(to bottom, #8761e6, #412ec7);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.wap-banner .text p.item{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		margin-bottom: 5px;
		color: #fff;
	}
	.wap-banner .text p.item span{
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 6px;
		background: #fff;
		border-radius: 50%;
	}
	.about_floor1{
		height: auto;
		padding-top: 50px;
	}
	.about_floor1 .block-box{
		display: none;
		margin-top: -130px;
		margin-bottom: 30px;
		padding: 15px 10px;
		height: auto;
	}
	.about_floor1 .icon{
		display: none;
	}
	.about_floor1 .icon{
		width: 40px;
		height: 40px;
	}
	.about-title{
		font-size: 30px;
	}
	.about_floor1 h3{
		margin: 10px auto;
		font-size: 18px;
	}
	.about_floor1 .content .pic-box{
		width: 100%;
	}
	.about_floor1 .content{
		padding: 10px 0;
	}
	.about_floor1 .content p{
		line-height: 26px;
		font-size: 14px;
	}
	.about_floor2{
		padding: 50px 0 10px;
		height: auto;
	}
	.about_floor2 ul li{
		margin-bottom: 15px;
	}
	.about_floor2 ul li .p0{
		font-size: 22px;
	}
	.about_floor3{
		height: auto;
	}
	.about_floor3 .pic{
		width: 100%;
	}
	.about_floor3 .text-box{
		width: 100%;
	}
	.about_floor3 .text-box p{
		font-size: 14px;
		line-height: 26px;
	}
	.about_floor2 ul li .p1{
		font-size: 14px;
	}
}