.banner {
  width: 100vw;
  min-width: 1200px;
  height: auto;
  /* animation: bannerShow 1.5s;
  -moz-animation: bannerShow 1.5s;
  -webkit-animation: bannerShow 1.5s;
  -o-animation: bannerShow 1.5s; */
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@keyframes bannerShow {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.section {
  padding-top: 145px;
}

.part_content {
  width: 1200px;
  margin: 0 auto;
  background: url(../img/service_bg.png) left no-repeat;
  background-size: 1093px 409px;
}

#part-1 .top_content {
  margin-right: 118px;
  margin-top: 105px;
}

#part-2 .top_content {
  margin-right: 118px;
  margin-top: 80px;
}

#part-3 .top_content {
  margin-top: 80px;
}

#part-3 {
  margin-bottom: 103px;
}

#part-4 .top_content {
  margin-right: 118px;
}

.top_content .h1 {
  font-size: 24px;
  font-family: SourceHanSansCN-Light, SourceHanSansCN;
  font-weight: 300;
  color: #5d54dc;
  line-height: 36px;
}

.top_content .h2 {
  font-size: 56px;
  font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
  font-weight: 800;
  color: #5d54dc;
  line-height: 84px;
}

.top_content .part_tips {
  width: 39px;
  height: 10px;
  background: #f7ac1d;
  margin-bottom: 16px;
}

.top_content p {
  text-align: left;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5d54dc;
  line-height: 30px;
}
.part_content .top_content .top_content_div {
  margin-top: 20px;
  width: 360px;
  height: 84px;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 21px;
}
.top_content span {
  font-weight: bold;
  color: #5d54dc;
}

.middle_content {
  display: flex;
  flex-wrap: wrap;
}

.left {
  margin-right: 118px;
}
.middle_content .middle_content_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.33) 100%
  );
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  width: 221px;
  padding-bottom: 60px;
}

.middle_content .middle_content_item:first-child {
  margin-bottom: 20px;
}

.middle_content .middle_content_item:nth-child(2) {
  margin-bottom: 20px;
}

.middle_content .middle_content_item:nth-child(3) {
  margin-bottom: 20px;
}

.middle_content_item div {
  width: 60px;
  height: 60px;
  margin-top: 60px;
}

.middle_content_item div img {
  width: 100%;
  height: 100%;
}

.middle_content_item p {
  text-align: center;
  font-size: 20px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #5d54dc;
}
.part_content_include {
  width: 1200px;
  font-size: 20px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.65);
  line-height: 28px;
  margin: 30px 0 40px;
}

.box_631 {
  width: 720px;
  background: #ffffff;
  border-radius: 40px;
  border: 11px solid rgba(93, 84, 220, 0.24);
  padding: 44px 0 44px 0;
  margin-top: 32px;
  margin-bottom: 43px;
}
.box_631 div {
  display: flex;
  width: 635px;
}

.box_631 span {
  display: block;
  margin-right: 33px;
  text-align: center;
  width: 45px;
  height: 73px;
  color: #fff;
  background: #5d54dc;
  border-radius: 10px;
}
.box_631 span {
  line-height: 73px;
  border-radius: 10px;
}

.box_631 .p1 {
  width: 560px;
  height: 63px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 21px;
}
.box_631 .p2 {
  width: 560px;
  height: 63px;
  overflow-wrap: break-word;
  color: rgba(0, 0, 0, 0.65);
  font-size: 15px;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 21px;
}
.box_631 .p2 a {
  font-size: 14px;
  color: #5d54dc;
}
.box_img {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  background-image: url(https://yashisoft-1301525738.cos.ap-shanghai.myqcloud.com/yashiSolution/img/mergeImage.png);
  background-size: 100% 100%;
  width: 262px;
  height: 400px;
  margin: 4px 34px 0 -12px;
}
.box_text {
  width: 365px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 25px;
  margin: 71px 204px 0 0;
}

.top_content1 {
  /* margin-top: 69px; */
}

.text_38 {
  width: 336px;
  height: 56px;
  overflow-wrap: break-word;
  color: rgba(93, 84, 220, 1);
  font-size: 56px;
  font-family: SourceHanSansCN-Heavy;
  text-align: left;
  white-space: nowrap;
  line-height: 84px;
  margin-top: 10px;
}

#part-4 .middle_content {
  padding-top: 29px;
  padding-bottom: 20px;
}

.text_center {
  width: 349px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 50px 44px 50px 45px;
  margin-right: 45px;
}

.text_center p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5d54dc;
  overflow-wrap: break-word;
  line-height: 25px;
}
.text_right {
  width: 309px;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
  border-radius: 12px;
  padding: 31px 44px 50px 45px;
}
.text_right p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  overflow-wrap: break-word;
  color: #5d54dc;
  line-height: 25px;
}
.text_40 {
  width: 260px;
  height: 200px;
  overflow-wrap: break-word;
  color: rgba(247, 172, 29, 1);
  font-size: 18px;
  font-family: PingFangSC-Regular;
  text-align: left;
  line-height: 25px;
}
.box_warp {
  width: 631px;
  height: 321px;
  margin-top: 34px;
  margin-bottom: 40px;
}

.box_warp h4 {
  font-size: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5d54dc;
  line-height: 45px;
}

.box_warp p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 25px;
}

.box_item {
  display: flex;
  justify-content: flex-start;
}

.box_5716 {
  width: 57.16%;
}

.box_40 {
  width: 40%;
}

.box_230 {
  width: 230px;
  text-align: center;
  margin-top: 42px;
  border-radius: 12px;
  margin-right: 30px;
  padding: 42px 23px 53px 28px;
  margin-bottom: 30px;
}

.box_border1 {
  border: 4px solid rgba(93, 84, 220, 0.05);
}

.box_border2 {
  border: 4px solid rgba(93, 84, 220, 0.2);
}

.box_border3 {
  border: 4px solid rgba(93, 84, 220, 0.3);
}

.box_border4 {
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.04);
}

.box_540 {
  width: 540px;
}

.pic_686_328 {
  width: 686px;
  height: 328px;
  margin-bottom: 20px;
}

.pic_480_328 {
  width: 480px;
  height: 328px;
  margin-bottom: 20px;
}

.pic_420_296 {
  width: 420px;
  height: 296px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.pic_273_306 {
  width: 273px;
  height: 306px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.pic_106_90 {
  width: 106px;
  height: 90px;
  margin-bottom: 50px;
}

.pic_88_88 {
  width: 88px;
  height: 88px;
  margin-bottom: 20px;
}

.pic_130_112 {
  width: 130px;
  height: 112px;
  margin-right: 18px;
}

.pic_130_124 {
  width: 130px;
  height: 124px;
  margin-right: 18px;
}

.pic_96_80 {
  width: 96px;
  height: 80px;
  margin-bottom: 20px;
}

.pic_201_141 {
  width: 201px;
  height: 141px;
  margin-bottom: 32px;
}

.pic_142_152 {
  width: 142px;
  height: 152px;
  margin-bottom: 20px;
}

.pic_182_200 {
  width: 182px;
  height: 200px;
  margin-bottom: 20px;
}

.pic_187_200 {
  width: 187px;
  height: 200px;
  margin-bottom: 20px;
}

.pic_119_136 {
  width: 119px;
  height: 136px;
  margin-bottom: 20px;
}

.pic_109_143 {
  width: 109px;
  height: 143px;
  margin-bottom: 20px;
}

.pic_158_136 {
  width: 158px;
  height: 136px;
  margin-bottom: 20px;
}

.pic_150_143 {
  width: 150px;
  height: 143px;
  margin-bottom: 20px;
}

.middle_content_title {
  font-size: 20px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #5d54dc;
  line-height: 30px;
  margin-bottom: 20px;
}

.middle_content_text {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5d54dc;
  line-height: 20px;
}

.look_more {
  margin: auto;
}

.look_more p {
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #5d54dc;
  line-height: 42px;
  margin-bottom: 10px;
}

.sign_icon {
  width: 172px;
  height: 11px;
}

.line {
  width: 171px;
  height: 2px;
  border: 1px solid #5d54dc;
}

.sign {
  height: 20px;
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #5d54dc;
  line-height: 20px;
}

.sign span {
  position: absolute;
  top: 0;
  left: 0;
}

.qr_code {
  width: 1200px;
  height: 601px;
}

.nav-item {
  padding: 9px 16px;
  margin-right: 72px;
}

.active {
  background: #f7ac1d;
  border-radius: 21px;
}

.active .page-scroll {
  color: #ffffff;
}

.page-scroll {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #5d54dc;
  line-height: 25px;
}
.navbar-header {
  width: 100%;
  padding: 20px 0 6px 0;
}

.nav-warp {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}
.nav-item {
  padding: 9px 16px;
  margin-right: 60px;
}

/* ---------------------------------- */

.aboutUs {
  position: relative;
  /* height: 1000px; */
  background: #fafafa;
  padding: 168px 0;
}

.width_1200{
    width: 1200px;
    
}
.serve_3_left {
  width: 320px;
  height: 750px;
}
.serve_3_right {
  width: 320px;
  height: 750px;
}
.serve_3_left img {
  width: 100%;
  height: 100%;
}
.serve_3_right img {
  width: 100%;
  height: 100%;
}

.serve_3_left {
  position: absolute;
  left: 0;
  top: 364px;
}
.serve_3_right {
  position: absolute;
  right: 0;
  top: 1464px;
}

.content_1 img{
    display: block;
    width: 611px;
    height: 316px;
}

.content_2 img{
    display: block;
    width: 611px;
    height: 409px;
}

.content_3 img{
    display: block;
    width: 611px;
    height: 409px;
}

.content_5{
    width: 100vw;
    position: relative;
    height: 600px;
    min-width: 1200px;
    overflow: hidden;
}

.serve_2 {
    height: 600px;
    background-color: #fff;
    padding: 73px 0 244px 0;
    min-width: 1200px;
   
  }
  
  .serve_2_box {
    position: relative;
    /* height: 310px;
    background: url("../img/website/serve_2_bg.png") no-repeat;
    background-size: cover; */
    height: 282px;
  }
  .serve_2_box .serve_2_title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 3;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin: 0 auto;
  }
  
  .serve_2_bg{
      margin: 0 auto;
      width: 1530px;
      height: 282px;
      background: url('../img/website/serve_2_bg.png') no-repeat;
      background-size: 1530px 282px;
      display: flex;
      align-items: end;
      justify-content: center;
      min-width: 1200px;
  }
  
  
  
  /* .serve_2_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 1530px;
    height: 282px;
    z-index: 1;
  } */
  .serve_2_box .serve_2_bg ul {
    position: absolute;
    left: 50%;
    bottom: -120px;
    transform: translateX(-48%);
    z-index: 2;
  }
  .serve_2_box .serve_2_circle {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #eeeeee;
    text-align: center;
    line-height: 128px;
    font-size: 48px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin-bottom: 18px;
  }
  .serve_2_box ul li {
    margin-right: 56px;
    cursor: pointer;
  }
  .serve_2_box ul li :last-child {
    margin-right: 0;
  }
  .serve_2_box ul li:hover .serve_2_circle {
    color: #fff;
    background-color: #6a46cc;
    border: 2px solid #6a46cc;
  }
  .serve_2_box ul li:hover .serve_2_dsec {
    color: #6a46cc;
  }
  .serve_2_box .serve_2_dsec {
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
  }
.content_6 .content_6_img{
    display: block;
    width: 696px;
    height: 501px;
}


.content_6 .contnet_6_info img{
    display: block;
    width: 36px;
    height: 37px;
}   
.content_7 .content_7_img{
    display: block;
    width: 696px;
    height: 501px;
}


.content_7 .contnet_7_info img{
    display: block;
    width: 36px;
    height: 37px;
}   
/* 公共 */
.aboutUs_font_16 {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.aboutUs_font_18 {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6a46cc;
  line-height: 25px;
}
.aboutUs_font_18_666 {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 25px;
}
.aboutUs_font_20 {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #6a46cc;
  line-height: 35px;
}

.aboutUs_font_24 {
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 48px;
}

.aboutUs_font_36 {
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.aboutUs_font_48 {
  font-size: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 67px;
}
/* ----------- */

.serve_5_ponsition {
    position: fixed;
    right: 24px;
    bottom: 39px;
    cursor: pointer;
  }
  
   .serve_5_ponsition li {
    position: relative;
    background-color: #fff;
  }
   .serve_5_ponsition li i {
    font-size: 32px;
  }
   .serve_5_ponsition li .title {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    line-height: 17px;
  }
   .serve_5_ponsition .ponsition_public:hover i {
    color: #6a46cc;
  }
   .serve_5_ponsition .ponsition_public:hover .title {
    color: #6a46cc;
  }
  .serve_5_ponsition .ponsition_public:hover .erweima {
    display: block;
  }
   .serve_5_ponsition .ponsition_back:hover i {
    color: #6a46cc;
  }
  .serve_5_ponsition .ponsition_back:hover .title {
    color: #6a46cc;
  }
  .serve_5_ponsition .ponsition_public .erweima {
    display: none;
    position: absolute;
    left: -213px;
    top: 50%;
    transform: translateY(-50%);
    width: 213px;
    height: 211px;
    background: url("../img/website/erweima.png") no-repeat;
    background-size:213px 211px;
    text-align: center;
    padding-top: 20px;
  }
   .serve_5_ponsition .ponsition_public .erweima img {
    width: 157px;
    height: 157px;
  }
  
