@font-face {
  font-family: 'PingFang SC';
  /* 自定义字体名称 */
  src: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/font/PingFang.ttc') format('truetype-collection');
  /* .ttc 格式对应 format 为 truetype-collection */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 优化加载体验 */
}
html,
body {
  width: 100%;
  overflow-x: auto;
  min-width: 1200px;
  font-family: PingFang SC, Microsoft YaHei, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.my_nav {
  width: 100%;
  height: 54px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E5E5E5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #FFFFFF;
}
.my_nav .logo {
  height: 54px;
  margin-left: 54px;
  display: block;
  margin-right: 8px;
}
.my_nav .nav_ul li {
  cursor: pointer;
  margin: 0 12px;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #0B1220;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  height: 54px;
  line-height: 54px;
}
.my_nav .nav_ul li .icon {
  width: 16px;
  height: 16px;
  margin-left: 4px;
  display: block;
  background: url('../images/sj_icon.png') no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.my_nav .nav_ul .active p {
  color: #2E55FF;
}
.my_nav .nav_ul .active .icon {
  background: url('../images/sj_icon_active.png') no-repeat;
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
}
.nav_children {
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  height: 192px;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(168, 147, 255, 0.15);
  border-radius: 0px 0px 0px 0px;
  padding: 26px 0 0 275px;
  transition: all 0.3s;
  transform: translateY(-200%);
}
.nav_children .children_item .item_box {
  width: 520px;
}
.nav_children .children_item .item_box .title_text {
  background: linear-gradient(90deg, #EEF6FF 0%, #FFFFFF 100%);
  padding: 8px 18px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #0B1220;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin-bottom: 16px;
}
.nav_children .children_item .item_box .content_p {
  padding-left: 18px;
  font-size: 14px;
}
.nav_children .children_item .item_box .content_p p {
  font-weight: 400;
  font-size: 14px;
  color: #575F70;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin-bottom: 4px;
}
.nav_children .children_item .item_box .content_p .p1 {
  color: #0B1220;
  font-weight: 600;
  cursor: pointer;
}
.nav_children .children_item .item_box .content_p .p1 span {
  width: 12px;
  height: 12px;
  display: block;
  margin-left: 4px;
  background: url('../images/nav_sj_icon.png') no-repeat;
  background-size: 100% 100%;
}
.nav_children .children_item .item_box .content_p .p1:hover,
.nav_children .children_item .item_box .content_p .active {
  color: #2E54FF;
}
.nav_children .children_item .item_box .content_p .p1:hover span,
.nav_children .children_item .item_box .content_p .active span {
  background: url('../images/nav_sj_icon_active.png') no-repeat;
  background-size: 100% 100%;
}
.show_nav_children {
  transform: translateY(0);
}
.index_body {
  padding-top: 54px;
}
.index_body .banner_box {
  width: 100%;
  overflow: hidden;
  background: url('../images/index/banner_bg.png') no-repeat;
  background-size: 100% 100%;
}
.index_body .banner_box .left_box {
  min-width: 50%;
  margin-top: 179px;
}
.index_body .banner_box .left_box h1 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 64px;
  color: #000000;
  line-height: 84px;
}
.index_body .banner_box .left_box h1 span {
  color: transparent;
  background: linear-gradient(90deg, #633BDB 0%, #525BFF 100%);
  background-clip: text;
}
.index_body .banner_box .left_box .texts {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 38px;
  color: #0B1220;
  line-height: 54px;
  margin-top: 36px;
}
.index_body .banner_box .left_box .texts p {
  margin-right: 32px;
}
.index_body .banner_box .left_box .more_btn {
  width: 222px;
  height: 56px;
  background: linear-gradient(90deg, #633BDB 0%, #525BFF 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 4px 4px 4px 4px;
  margin-top: 84px;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.index_body .banner_box .left_box .more_btn img {
  width: 22px;
  margin-left: 48px;
}
.index_body .banner_box .w1200_box {
  height: 670px;
}
.index_body .banner_box .img {
  width: auto;
  height: 100%;
  display: block;
  margin-left: -215px;
}
.index_body .banner_box .bottom_href {
  width: 100%;
  border-top: 1px solid #fff;
}
.index_body .banner_box .bottom_href .item {
  height: 121px;
  flex: 1;
  background: linear-gradient(90deg, #F4F2FF 0%, #F5F6FF 100%);
  border-radius: 0px 0px 0px 0px;
  border-right: 1px solid #D8DFF5;
  padding: 31px 36px;
}
.index_body .banner_box .bottom_href .item:last-child {
  border-right: 0;
}
.index_body .banner_box .bottom_href .item p:nth-child(1) {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #0B1220;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin-bottom: 12px;
}
.index_body .banner_box .bottom_href .item p:nth-child(2) {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #575F70;
  line-height: 22px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.index_body .banner_box .bottom_href .item:hover p {
  color: #2E55FF;
}
.index_body .banner_box .bottom_href .item:nth-child(2) {
  background: linear-gradient(90deg, #E8F3FD 0%, #D9EBFF 100%);
}
.index_body .banner_box .bottom_href .item:nth-child(1) {
  position: relative;
}
.index_body .banner_box .bottom_href .item:nth-child(1) a {
  position: absolute;
  top: 50%;
  right: 302px;
  transform: translateY(-50%);
}
.index_body .section2_box {
  width: 100%;
  height: 1399px;
  overflow: hidden;
}
.index_body .section2_box .title_text {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin: 98px 0 28px;
}
.index_body .section2_box .small_tag {
  margin-bottom: 44px;
}
.index_body .section2_box .small_tag .item {
  margin: 0 31px;
  cursor: pointer;
  padding: 11px 21px;
  background: #fff;
  border-radius: 22px 22px 22px 22px;
  border: 1px solid #FFFFFF;
}
.index_body .section2_box .small_tag .item p {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #0B1220;
}
.index_body .section2_box .small_tag .item span {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.index_body .section2_box .small_tag .item:nth-child(1) span {
  background: url('../images/index/tag_icon1.png');
  background-size: 100% 100%;
}
.index_body .section2_box .small_tag .item:nth-child(2) span {
  background: url('../images/index/tag_icon2.png');
  background-size: 100% 100%;
}
.index_body .section2_box .small_tag .active {
  background: linear-gradient(90deg, #F4F6FF 0%, #F9F4FF 100%);
  box-shadow: 4px 1px 16px 0px rgba(175, 180, 203, 0.15);
}
.index_body .section2_box .small_tag .active p {
  color: transparent;
  background: linear-gradient(0deg, #525BFF 0%, #633BDB 64%, #A66DF7 100%);
  background-clip: text;
}
.index_body .section2_box .small_tag .item:nth-child(1).active span {
  background: url('../images/index/tag_icon1_active.png');
  background-size: 100% 100%;
}
.index_body .section2_box .small_tag .item:nth-child(2).active span {
  background: url('../images/index/tag_icon2_active.png');
  background-size: 100% 100%;
}
.index_body .section2_box .slid_warp {
  position: relative;
  padding: 1px;
}
.index_body .section2_box .slid_warp .br_box {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 8px;
  background: linear-gradient(135deg, #e6f4ff, #e3e9ff, #ebdfff, rgba(244, 231, 255, 0.55));
  transform: translateX(-50%);
  padding: 1px;
  overflow: hidden;
}
.index_body .section2_box .slid_warp .br_box div {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.index_body .section2_box .slid_warp .texts {
  flex: 1;
  padding-right: 40px;
  position: relative;
}
.index_body .section2_box .slid_warp .texts .row_box {
  margin-bottom: 70px;
}
.index_body .section2_box .slid_warp .texts h3 {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 28px;
  color: #0B1220;
  line-height: 38px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin: 24px 0;
}
.index_body .section2_box .slid_warp .texts .text1 {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #0B1220;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin-bottom: 12px;
}
.index_body .section2_box .slid_warp .texts .text1 img {
  width: 24px;
  margin-right: 16px;
}
.index_body .section2_box .slid_warp .texts .text2 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #575F70;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  text-align: left;
}
.index_body .section2_box .slid_warp .show_btn {
  border: 0;
  background: linear-gradient(90deg, #633BDB 0%, #525BFF 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  padding: 4px 22px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  position: absolute;
  left: 0;
  bottom: 24px;
}
.index_body .section2_box .slid_warp .show_btn img {
  width: 7px;
  margin-left: 38px;
}
.index_body .section2_box .slid_warp .item_box {
  position: relative;
  z-index: 3;
  height: 920px;
}
.index_body .section2_box .slid_warp .item_box1 {
  width: 100%;
}
.index_body .section2_box .slid_warp .item_box1 .img {
  width: 758px;
  height: 920px;
  display: block;
  font-size: 0;
}
.index_body .section2_box .slid_warp .item_box2 {
  display: none;
}
.index_body .section2_box .slid_warp .item_box2 .texts {
  padding-right: 25px;
}
.index_body .section2_box .slid_warp .item_box2 .row_box {
  margin-bottom: 32px;
}
.index_body .section2_box .slid_warp .item_box2 .swiper_box {
  width: 720px;
  height: 902px;
  background: url('../images/index/tag_slid2_bg.png') no-repeat;
  background-size: 100% 100%;
}
.index_body .section2_box .slid_warp .item_box2 .swiper_box .swiper-container {
  width: 98%;
  margin: 0 auto;
}
.index_body .section2_box .slid_warp .item_box2 .swiper_box img {
  width: 666px;
  display: block;
  margin: 18px auto 0;
}
.index_body .section2_box .slid_warp .item_box2 .swiper_box .swiper-container {
  height: 100%;
}
.index_body .section2_box .slid_warp .item_box2 .swiper_box .swiper-pagination-bullet {
  width: 26px;
  height: 6px;
  background: #DDEBFF !important;
  border-radius: 10px;
  opacity: 1;
}
.index_body .section2_box .slid_warp .item_box2 .swiper_box .swiper-pagination-bullet-active {
  background: #584FF2 !important;
}
.index_body .section3_box {
  width: 100%;
  height: 772px;
  background: linear-gradient(90deg, #5230B8 0%, #0A14C2 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  overflow: hidden;
}
.index_body .section3_box .title_text {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  text-shadow: 0px 2px 1px rgba(22, 6, 65, 0.34);
  margin: 68px 0 55px;
}
.index_body .section3_box .my_swiper2 {
  width: 1200px;
  margin: 0 auto;
}
.index_body .section3_box .swiper-container2 {
  overflow: inherit;
}
.index_body .section3_box .swiper-container2 .swiper-slide {
  background: #fff;
  border-radius: 18px;
  height: 468px;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box {
  flex: 1;
  padding: 38px 40px 0 38px;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .text1 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: transparent;
  text-align: left;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(0deg, #633BDB 0%, #525BFF 100%);
  background-clip: text;
  margin-bottom: 62px;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .number_texts {
  margin-bottom: 92px;
  justify-content: space-between;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .number_texts > div {
  text-align: center;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .number_texts > div .num {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 78px;
  color: #0B1220;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  line-height: 71px;
  height: 71px;
  margin-bottom: 18px;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .number_texts > div .num span {
  font-size: 24px;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .number_texts > div .small_p {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #575F70;
  line-height: 22px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .bottom_texts .p1 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #0B1220;
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin-bottom: 18px;
}
.index_body .section3_box .swiper-container2 .slide_box .texts_box .bottom_texts .p2 {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: rgba(87, 95, 112, 0.5);
  line-height: 24px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.index_body .section3_box .swiper-container2 .slide_box .img {
  width: 513px;
  height: 100%;
}
.index_body .section3_box .swiper-container2 .slide_box2 .number_texts > div {
  flex: 1;
}
.index_body .section3_box .swiper-pagination3 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}
.index_body .section3_box .swiper-pagination3 span {
  width: 20px;
  height: 6px;
  background: rgba(221, 235, 255, 0.3);
  border-radius: 10px;
  opacity: 1;
}
.index_body .section3_box .swiper-pagination3 .swiper-pagination-bullet-active {
  width: 54px;
  background: #DDDBFF;
}
.index_body .section3_box .swiper-slide {
  opacity: 0.6;
}
.index_body .section3_box .swiper-slide-active {
  opacity: 1;
}
.index_body .section4_box {
  width: 100%;
  background: linear-gradient(97deg, #FDF5F8 0%, #F6F5FA 42%, #EDF5FE 100%);
  overflow: hidden;
  margin-bottom: 90px;
}
.index_body .section4_box .w1200_box {
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}
.index_body .section4_box h3 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  text-align: center;
  margin: 98px 0 84px;
}
.index_body .section4_box .logos {
  width: 4440px;
  margin-bottom: 70px;
  animation: scroll 50s linear infinite;
}
.index_body .section4_box .logos img {
  width: 50%;
  height: auto;
  display: block;
}
.index_body .section5_box {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.index_body .section5_box h3 {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin: 98px 0 45px;
  position: relative;
  z-index: 3;
}
.index_body .section5_box .btn {
  width: 201px;
  height: 60px;
  background: linear-gradient(90deg, #525BFF 0%, #633BDB 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  margin: 0 auto 105px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  z-index: 3;
}
.index_body .section5_box .bg_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
.shuibo_btn {
  position: relative;
  z-index: 1;
  overflow: initial!important;
  background: transparent;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.shuibo_btn:before,
.shuibo_btn:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #525BFF 0%, #633BDB 100%);
  z-index: -1;
  will-change: transform, opacity;
  transform-origin: center;
  -webkit-animation: sss 2s linear infinite;
  animation: sss 2s linear infinite;
}
.shuibo_btn:after {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.shuibo_btn:active {
  transform: scale(0.96);
}
@keyframes sss {
  0% {
    box-shadow: 0 0 0 0px #525BFF;
    opacity: 0.2;
  }
  100% {
    box-shadow: 0 0 0 20px #633BDB;
    opacity: 0;
  }
}
.shuibo_btn:after {
  animation-delay: 0.7s;
}
.xgAgent_body {
  padding-top: 54px;
}
.xgAgent_body .banner_box {
  width: 100%;
  overflow: hidden;
  background: url('../images/xgAgent/banner_bg.png') no-repeat;
  background-size: 100% 100%;
}
.xgAgent_body .banner_box .left_box {
  min-width: 695px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.xgAgent_body .banner_box .left_box .ai_icon {
  width: 374px;
  display: block;
  font-size: 0;
  margin-bottom: 28px;
}
.xgAgent_body .banner_box .left_box h1 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 60px;
  color: #000000;
  line-height: 54px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.xgAgent_body .banner_box .left_box .texts {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #1D2129;
  line-height: 34px;
  margin-top: 42px;
}
.xgAgent_body .banner_box .left_box .more_btn {
  width: 156px;
  height: 46px;
  background: linear-gradient(90deg, #633BDB 0%, #525BFF 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 4px 4px 4px 4px;
  margin-top: 60px;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.xgAgent_body .banner_box .w1200_box {
  height: 500px;
}
.xgAgent_body .banner_box .img {
  width: auto;
  height: 100%;
  display: block;
  margin-left: -150px;
}
.xgAgent_body .section1_box {
  background: url('../images/xgAgent/section1_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 759px;
  position: relative;
  z-index: 10;
}
.xgAgent_body .section1_box .title_text {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  padding: 98px 0 30px;
}
.xgAgent_body .section1_box .texts {
  width: 1200px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0B1220;
  line-height: 36px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  text-align: center;
  margin-bottom: 51px;
}
.xgAgent_body .section1_box .img {
  width: 1262px;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.xgAgent_body .section2_box {
  background: url('../images/xgAgent/section2_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 800px;
  text-align: center;
  margin-top: 139px;
}
.xgAgent_body .section2_box .title_text {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  padding: 0 0 30px;
}
.xgAgent_body .section2_box .texts {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0B1220;
  line-height: 36px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.xgAgent_body .section2_box .texts span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 3px;
}
.xgAgent_body .section2_box .img {
  width: 1262px;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.xgAgent_body .section3_box {
  background: url('../images/xgAgent/section3_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 869px;
  text-align: center;
  margin-top: 122px;
}
.xgAgent_body .section3_box .title_text {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  padding: 58px 0 30px;
}
.xgAgent_body .section3_box .texts {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0B1220;
  line-height: 36px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.xgAgent_body .section3_box .texts span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 3px;
}
.xgAgent_body .section3_box .img {
  width: 1262px;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -45px;
}
.xgAgent_body .section4_box {
  background: url('../images/xgAgent/section4_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 800px;
  text-align: center;
  margin-top: 139px;
}
.xgAgent_body .section4_box .title_text {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  padding: 98px 0 12px;
}
.xgAgent_body .section4_box .texts {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 20px;
  color: #575F70;
  line-height: 36px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.xgAgent_body .section4_box .img {
  width: 1262px;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -31px;
}
.xgAgent_body .section5_box {
  background: url('../images/xgAgent/section5_bg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  margin-top: 264px;
}
.xgAgent_body .section5_box .title_text {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  padding: 18px 0 30px;
}
.xgAgent_body .section5_box .texts {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0B1220;
  line-height: 36px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.xgAgent_body .section5_box .texts span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 3px;
}
.xgAgent_body .section5_box .img {
  width: 1262px;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.xgAgent_body .section6_box {
  background: url('../images/xgAgent/section6_bg.png') no-repeat;
  background-size: 100% 100%;
  height: 800px;
  text-align: center;
  margin-top: 153px;
  position: relative;
  z-index: 3;
}
.xgAgent_body .section6_box .title_text {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  padding: 49px 0 30px;
}
.xgAgent_body .section6_box .texts {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #0B1220;
  line-height: 36px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  position: relative;
  z-index: 2;
}
.xgAgent_body .section6_box .texts span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 3px;
}
.xgAgent_body .section6_box .img {
  width: 1262px;
  height: auto;
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -170px;
}
.xgAgent_body .section7_box {
  width: 100%;
  height: 599px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.xgAgent_body .section7_box h3 {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin: 322px 0 45px;
  position: relative;
  z-index: 3;
}
.xgAgent_body .section7_box .btn {
  width: 201px;
  height: 60px;
  background: linear-gradient(90deg, #525BFF 0%, #633BDB 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  margin: 0 auto 105px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  z-index: 3;
}
.xgAgent_body .section7_box .bg_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.cjAgent_body {
  padding-top: 54px;
  overflow: hidden;
}
.cjAgent_body .banner_box {
  width: 100%;
  background: url('../images/xgAgent/banner_bg.png') no-repeat;
  background-size: 100% 100%;
}
.cjAgent_body .banner_box .left_box {
  min-width: 695px;
  margin-top: 97px;
  position: relative;
  z-index: 2;
}
.cjAgent_body .banner_box .left_box .ai_icon {
  width: 374px;
  display: block;
  font-size: 0;
  margin-bottom: 28px;
}
.cjAgent_body .banner_box .left_box h1 {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 60px;
  color: #000000;
  line-height: 54px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
}
.cjAgent_body .banner_box .left_box .texts {
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #1D2129;
  line-height: 22px;
  letter-spacing: 30px;
  margin-top: 42px;
}
.cjAgent_body .banner_box .left_box .more_btn {
  width: 156px;
  height: 46px;
  background: linear-gradient(90deg, #633BDB 0%, #525BFF 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 4px 4px 4px 4px;
  margin-top: 60px;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.cjAgent_body .banner_box .w1200_box {
  height: 495px;
}
.cjAgent_body .banner_box .img {
  width: auto;
  height: 527px;
  display: block;
  margin-left: -150px;
}
.cjAgent_body .section1_box {
  width: 100%;
  height: 729px;
  background: url('../images/cjxgAgent/section1_bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-bottom: 64px;
}
.cjAgent_body .section1_box .title_text {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  text-align: center;
  margin-top: 98px;
}
.cjAgent_body .section1_box .texts {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #575F70;
  line-height: 26px;
  margin-top: 14px;
}
.cjAgent_body .section1_box .bg2 {
  width: 100%;
  height: 446px;
  margin: 42px auto 0;
  background: url('../images/cjxgAgent/section1_bg2.png') no-repeat center 0;
  background-size: auto 100%;
  overflow: hidden;
}
.cjAgent_body .section1_box .bg2 .texts {
  text-align: left;
  width: 1200px;
  margin: 99px auto 0;
}
.cjAgent_body .section1_box .bg2 .texts .text1 {
  font-weight: bold;
  font-size: 88px;
  color: #303133;
  line-height: 74px;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin-bottom: 63px;
}
.cjAgent_body .section1_box .bg2 .texts .text1 span {
  font-size: 28px;
  font-weight: 400;
}
.cjAgent_body .section1_box .bg2 .texts .lab_p {
  width: 500px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  line-height: 54px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  overflow: hidden;
}
.cjAgent_body .section1_box .bg2 .texts .lab_p p {
  float: left;
  background: linear-gradient(0deg, #633BDB 0%, #525BFF 100%);
  background-clip: text;
  color: transparent;
  font-weight: 600;
  margin-right: 32px;
  margin-bottom: 30px;
}
.cjAgent_body .section2_box,
.cjAgent_body .section4_box {
  width: 100%;
  height: 566px;
  margin-bottom: 78px;
  position: relative;
}
.cjAgent_body .section2_box .img,
.cjAgent_body .section4_box .img {
  width: 1596px;
  display: inline;
  display: block;
  font-size: 0;
  position: relative;
  left: -26px;
  left: 50%;
  transform: translateX(-980px);
  z-index: 3;
}
.cjAgent_body .section2_box .bg,
.cjAgent_body .section4_box .bg {
  width: 50%;
  height: 454px;
  position: absolute;
  left: 0;
  background: #F5FAFF;
  top: 22px;
  z-index: 0;
}
.cjAgent_body .section4_box .bg {
  height: 526px;
}
.cjAgent_body .section3_box {
  width: 100%;
  height: 643px;
  position: relative;
  margin-bottom: 90px;
}
.cjAgent_body .section3_box .main_box {
  width: 1626px;
  height: 643px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(980px);
  z-index: 3;
}
.cjAgent_body .section3_box .main_box .img {
  width: 100%;
  margin-top: 92px;
}
.cjAgent_body .section3_box .main_box .img2 {
  width: 913px;
  height: 643px;
  position: absolute;
  top: 0;
  left: 375px;
  z-index: 2;
}
.cjAgent_body .section3_box .bg {
  width: 50%;
  height: 466px;
  position: absolute;
  top: 92px;
  right: 0;
  z-index: 1;
  background: #F8F7FF;
}
.cjAgent_body .section5_box {
  width: 100%;
  height: 655px;
  position: relative;
  margin-bottom: 120px;
}
.cjAgent_body .section5_box .main_box {
  width: 1626px;
  height: 655px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(980px);
  z-index: 3;
}
.cjAgent_body .section5_box .main_box .img {
  width: 100%;
  margin-top: 97px;
}
.cjAgent_body .section5_box .main_box .img2 {
  width: 982px;
  height: 655px;
  position: absolute;
  top: 0;
  left: 450px;
  z-index: 2;
}
.cjAgent_body .section5_box .bg {
  width: 50%;
  height: 466px;
  position: absolute;
  top: 92px;
  right: 0;
  z-index: 1;
  background: #EFF5FF;
}
.cjAgent_body .section6_box {
  width: 100%;
  height: 446px;
  margin-bottom: 90px;
  position: relative;
}
.cjAgent_body .section6_box .img {
  width: 1596px;
  display: inline;
  display: block;
  font-size: 0;
  position: relative;
  left: -26px;
  left: 50%;
  transform: translateX(-980px);
  z-index: 3;
}
.cjAgent_body .section6_box .img2 {
  width: 1307px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-761px);
  z-index: 3;
}
.cjAgent_body .section6_box .bg {
  width: 50%;
  height: 466px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  background: #F5FAFF;
}
.cjAgent_body .section7_box {
  width: 100%;
  height: 647px;
  position: relative;
  margin-bottom: 100px;
}
.cjAgent_body .section7_box .main_box {
  width: 1626px;
  height: 647px;
  position: absolute;
  right: 50%;
  top: 0;
  transform: translateX(980px);
  z-index: 3;
}
.cjAgent_body .section7_box .main_box .img {
  width: 100%;
  height: 446px;
  margin-top: 132px;
}
.cjAgent_body .section7_box .main_box .img2 {
  width: 1150px;
  height: 647px;
  position: absolute;
  top: 0;
  left: 277px;
  z-index: 2;
}
.cjAgent_body .section7_box .bg {
  width: 50%;
  height: 446px;
  position: absolute;
  top: 132px;
  right: 0;
  z-index: 1;
  background: #F8F7FF;
}
.cjAgent_body .section8_box {
  width: 100%;
  height: 446px;
  margin-bottom: 36px;
  position: relative;
  z-index: 3;
}
.cjAgent_body .section8_box .img {
  width: 1596px;
  display: inline;
  display: block;
  font-size: 0;
  position: relative;
  left: -26px;
  left: 50%;
  transform: translateX(-980px);
  z-index: 2;
}
.cjAgent_body .section8_box .img2 {
  height: 521px;
  position: absolute;
  top: -57px;
  left: 50%;
  transform: translateX(-766px);
  z-index: 2;
}
.cjAgent_body .section8_box .bg {
  width: 50%;
  height: 453px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  background: #F5FAFF;
}
.cjAgent_body .section9_box {
  width: 100%;
  height: 401px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.cjAgent_body .section9_box h3 {
  text-align: center;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #303133;
  text-shadow: 0px 2px 1px rgba(255, 255, 255, 0.34);
  margin: 124px 0 45px;
  position: relative;
  z-index: 2;
}
.cjAgent_body .section9_box .btn {
  width: 201px;
  height: 60px;
  background: linear-gradient(90deg, #525BFF 0%, #633BDB 100%);
  box-shadow: 0px 2px 1px 0px rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  margin: 0 auto 105px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 24px;
  z-index: 3;
  position: relative;
  z-index: 2;
}
.cjAgent_body .section9_box .bg_img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}
/* 无缝滚动效果 */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.main-footer {
  width: 100%;
  position: relative;
  background-color: #17202b;
}
.main-footer .footer-bottom {
  position: relative;
  background-color: #17202b;
  border-bottom: 1px solid #434343;
}
.main-footer .footer-bottom .footer-about {
  max-width: 1200px;
  min-width: 900px;
  margin: 0 auto;
  padding: 80px 0;
  display: flex;
  text-align: left;
  color: #FCFEFE;
  justify-content: space-between;
}
.main-footer .footer-bottom .footer-about a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
  display: block;
  margin-bottom: 18px;
}
.main-footer .footer-bottom .footer-about .item_box {
  display: block;
  width: 175px;
}
.main-footer .footer-bottom .footer-about .item_box .title_text {
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 51px;
}
.main-footer .footer-bottom .footer-about .item_box3 .title_text {
  line-height: 38px;
  margin-bottom: 0;
}
.main-footer .footer-bottom .footer-about .item_box3 .qr_img {
  width: 88px;
  margin-top: 29px;
}
.main-footer .footer-bottom .footer-about .item_box3 .text1 {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 38px;
  white-space: nowrap;
}
.main-footer .footer-bottom .footer-about .item_box3 .qr_text {
  width: 88px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #7F7F7F;
  margin-top: 5px;
}
.main-footer .footer-Copyright {
  position: relative;
}
.main-footer .footer-Copyright .footer-Copyright-text {
  line-height: 60px;
  font-size: 16px;
  color: #FCFEFE;
  text-align: center;
}
.main-footer .footer-Copyright .footer-Copyright-text span {
  position: relative;
  padding-right: 10px;
}
.main-footer .footer-Copyright .footer-Copyright-text span a {
  color: #FCFEFE;
}
.main-footer .footer-Copyright .footer-Copyright-text .text {
  margin-left: 30px;
}
.main-footer .footer-Copyright .footer-Copyright-text a {
  color: #4a649d;
  text-decoration: none;
}
.main-footer .flex {
  display: flex;
}
.main-footer .flex-x-center {
  justify-content: center;
}
.main-footer .flex-y-center {
  align-items: center;
}
.w1200_box {
  width: 1200px;
  margin: 0 auto;
}
.news_body {
  padding-top: 54px;
}
.news_body .banner {
  width: 100%;
  height: 410px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/news/banner_bg.png') no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 80px;
}
.news_body .banner .logo {
  margin-top: 56px;
  width: 252px;
}
.news_body .banner .main_box {
  width: 1200px;
  margin: 0 auto;
}
.news_body .banner .main_box .left_text {
  width: 633px;
}
.news_body .banner .main_box .left_text .title {
  font-weight: bold;
  font-size: 76px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 50px 0 45px 0;
}
.news_body .banner .main_box .left_text .text2 {
  font-weight: 400;
  font-size: 32px;
  color: #E4E9FF;
  margin-bottom: 21px;
}
.news_body .banner .main_box .left_text .text3 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.news_body .banner .main_box .left_text .a_btn {
  width: 162px;
  height: 54px;
  background: linear-gradient(to right, rgba(249, 249, 249, 0), #ffffff, rgba(249, 249, 249, 0));
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
}
.news_body .banner .main_box .left_text .a_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: #76b5fb;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 20px;
}
.news_body .banner .main_box .img {
  width: 582px;
  margin-top: 120px;
}
.news_body .news_main {
  width: 100%;
}
.news_body .news_main .main_box {
  width: 1200px;
  margin: 80px auto;
}
.news_body .news_main .lists {
  flex: 1;
  margin-right: 30px;
}
.news_body .news_main .lists li {
  padding: 25px 0;
  border-bottom: 1px solid #D9D9D9;
}
.news_body .news_main .lists li:last-child {
  border: 0;
}
.news_body .news_main .lists .img {
  width: 303px;
  display: block;
  margin-right: 25px;
}
.news_body .news_main .lists .texts {
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.news_body .news_main .lists .texts a {
  font-weight: 500;
  font-size: 24px;
  color: #1B2631;
  margin-bottom: 15px;
  display: block;
  line-height: 24px;
}
.news_body .news_main .lists .texts a:hover {
  text-decoration: underline;
  color: #0052E9;
}
.news_body .news_main .lists .texts .text2 {
  font-weight: 400;
  font-size: 14px;
  color: #49525C;
  line-height: 24px;
}
.news_body .news_main .lists .texts .date {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
.news_body .news_main .qr_box {
  width: 230px;
}
.news_body .news_main .qr_box .box1 {
  width: 100%;
  height: 200px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/news/box1.png') no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.news_body .news_main .qr_box .box1 p {
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  color: #FFFFFF;
  margin-top: 100px;
  line-height: 24px;
}
.news_body .news_main .qr_box .box2 {
  width: 100%;
  height: 200px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/news/box2.png') no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  margin-bottom: 25px;
}
.news_body .news_main .qr_box .box2 .qr {
  width: 88px;
  display: block;
  margin: 30px auto 18px;
}
.news_body .news_main .qr_box .box2 .text1 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #202B3B;
  line-height: 24px;
}
.news_body .news_main .qr_box .box2 .text2 {
  font-weight: 400;
  font-size: 14px;
  color: #747C8C;
  text-align: center;
}
.about_body {
  padding-top: 54px;
}
.about_body .banner {
  width: 100%;
  height: 410px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/about/banner_bg.png') no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 80px;
}
.about_body .banner .logo {
  margin-top: 56px;
  width: 252px;
}
.about_body .banner .main_box {
  width: 1200px;
  margin: 0 auto;
}
.about_body .banner .main_box .left_text {
  width: 633px;
}
.about_body .banner .main_box .left_text .title {
  font-weight: bold;
  font-size: 76px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 50px 0 45px 0;
}
.about_body .banner .main_box .left_text .text2 {
  font-weight: 400;
  font-size: 32px;
  color: #E4E9FF;
  margin-bottom: 21px;
}
.about_body .banner .main_box .left_text .text3 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.about_body .banner .main_box .left_text .a_btn {
  width: 162px;
  height: 54px;
  background: linear-gradient(to right, rgba(249, 249, 249, 0), #ffffff, rgba(249, 249, 249, 0));
  border-radius: 8px;
  padding: 1px;
  overflow: hidden;
}
.about_body .banner .main_box .left_text .a_btn span {
  display: block;
  width: 100%;
  height: 100%;
  background: #76b5fb;
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 20px;
}
.about_body .banner .main_box .img {
  width: 582px;
  margin-top: 120px;
}
.about_body .title1 {
  font-weight: bold;
  font-size: 48px;
  color: #303133;
  text-align: center;
}
.about_body .title1 span {
  color: #0052E9;
}
.about_body .info_text {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #6A7281;
  line-height: 40px;
  margin: 20px 0 80px;
}
.about_body .text2 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #575F70;
  margin-top: 20px;
  margin-bottom: 50px;
}
.about_body .wenhua_list {
  margin-bottom: 100px;
}
.about_body .wenhua_list li {
  width: 384px;
  height: 600px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/about/img1.png') no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.about_body .wenhua_list li p:nth-child(1) {
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  position: absolute;
  top: 115px;
  left: 24px;
}
.about_body .wenhua_list li p:nth-child(2) {
  font-weight: 400;
  font-size: 28px;
  color: #FFFFFF;
  position: absolute;
  left: 24px;
  bottom: 47px;
}
.about_body .wenhua_list li:nth-child(2) {
  margin: 0 25px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/about/img2.png') no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.about_body .wenhua_list li:nth-child(3) {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/about/img3.png') no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.about_body .box1 {
  width: 1200px;
  height: 436px;
  background: linear-gradient(180deg, #EFF1FA 0%, #FFFFFF 100%), #FFFFFF;
  box-shadow: 0px 8px 20px 0px rgba(19, 83, 213, 0.06);
  border-radius: 20px 20px 20px 20px;
  border: 6px solid rgba(2, 102, 255, 0.12);
  position: relative;
  margin-bottom: 50px;
}
.about_body .box1 .img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
}
.about_body .box1 .img1 {
  height: 485px;
  top: 28px;
  transform: translateY(0);
  right: 29px;
}
.about_body .box1 .img2 {
  height: 327px;
  right: 0;
}
.about_body .box1 .img3 {
  height: 245px;
  right: 49px;
  top: 124px;
  transform: translateY(0);
}
.about_body .box1 .texts {
  margin-left: 83px;
}
.about_body .box1 .texts .text1 {
  font-weight: bold;
  font-size: 32px;
  color: #0239B7;
  line-height: 68px;
}
.about_body .box1 .texts .text1 span {
  width: 8px;
  height: 8px;
  background: #0239B7;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.about_body .box1 .texts .text2 {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  color: rgba(51, 51, 51, 0.58);
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}
.about_body .box2 {
  margin-bottom: 100px;
}
.about_body .box4 {
  margin-bottom: 100px;
}
.about_body .box4 img {
  padding: 30px;
  width: 100%;
}
.about_body .left_box {
  width: 456px;
  height: 594px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/about/lx_img1.png') no-repeat;
  background-size: 100% auto;
  margin-right: 30px;
  border-radius: 9px;
  overflow: hidden;
  padding: 41px 20px;
  position: relative;
}
.about_body .left_box .text_1 {
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 18px;
}
.about_body .left_box .text_2 {
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 28px;
}
.about_body .left_box .bottom_text {
  position: absolute;
  left: 20px;
  bottom: 44px;
}
.about_body .left_box .bottom_text p:nth-child(1) {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-bottom: 18px;
}
.about_body .left_box .bottom_text p:nth-child(2) {
  font-weight: 500;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 24px;
}
.about_body .right_box {
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.about_body .right_box .item {
  height: 282px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/about/lx_img2.png') no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 36px 20px 21px;
}
.about_body .right_box .item .text1 {
  font-weight: bold;
  font-size: 48px;
  color: #0E42B9;
  line-height: 40px;
  margin-bottom: 22px;
}
.about_body .right_box .item .text2 {
  font-weight: 400;
  font-size: 18px;
  color: #2F3341;
  margin: 0;
  text-align: left;
  margin-bottom: 69px;
}
.about_body .right_box .item .bottom_box div {
  flex: 1;
}
.about_body .right_box .item .bottom_box div p:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  color: #494F60;
  line-height: 24px;
}
.about_body .right_box .item .bottom_box div p:nth-child(2) {
  font-weight: 500;
  font-size: 28px;
  color: #221C1C;
  line-height: 24px;
}
.about_body .right_box .item .bottom_box div .address {
  font-weight: 500;
  font-size: 15px !important;
  color: #221C1C;
}
.about_body .lx_box {
  margin-bottom: 100px;
}
.group_body {
  padding-top: 54px;
}
.group_body .banner img {
  width: 100%;
  display: block;
}
.group_body .title_text_p {
  font-family: PingFang SC;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
  text-align: center;
  margin-bottom: 20px;
}
.group_body .title_text_p span {
  color: #0052E8;
}
.group_body .section1_box {
  padding-top: 80px;
  overflow: hidden;
}
.group_body .sction1_box {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #6A7281;
  line-height: 40px;
  margin: 20px 0 100px;
}
.group_body .section1_box {
  background: linear-gradient(180deg, #EFF1FA 0%, #FFFFFF 100%);
}
.group_body .sction2_box {
  padding-top: 36px;
  margin-bottom: 139px;
  overflow: hidden;
}
.group_body .sction2_box .text2 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #575F70;
  line-height: 30px;
  margin-bottom: 86px;
}
.group_body .sction2_box .slide_box {
  width: 100%;
  height: 2px;
  background: #DEEAFF;
}
.group_body .sction2_box .year_list {
  margin-top: -45px;
  margin-bottom: 35px;
}
.group_body .sction2_box .year_list li {
  margin-right: 170px;
}
.group_body .sction2_box .year_list li:last-child {
  margin-right: 0;
}
.group_body .sction2_box .year_list li p {
  font-weight: bold;
  font-size: 14px;
  color: #293860;
}
.group_body .sction2_box .year_list li span {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #0052E8;
  display: block;
  margin: 18px auto 0;
}
.group_body .sction2_box .info_list {
  margin-top: -10px;
}
.group_body .sction2_box .info_list .item_box {
  width: 332px;
  position: relative;
}
.group_body .sction2_box .info_list .item_box:nth-child(1) {
  margin-left: 48px;
  margin-right: 78px;
}
.group_body .sction2_box .info_list .item_box:nth-child(2) {
  margin-right: 78px;
}
.group_body .sction2_box .info_list .item_box .blur_slid_box {
  position: absolute;
  top: -49px;
  left: 59px;
}
.group_body .sction2_box .info_list .item_box .blur_slid_box .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 10px solid rgba(0, 82, 232, 0.2);
  position: relative;
}
.group_body .sction2_box .info_list .item_box .blur_slid_box .icon:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #0052E8;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.group_body .sction2_box .info_list .item_box .blur_slid_box .slide_p {
  width: 2px;
  height: 186px;
  background: #0052E8;
  margin: 0 auto;
  margin-top: -25px;
}
.group_body .sction2_box .info_list .item_box .sj {
  width: 16px;
  height: 16px;
  background: #F9FBFF;
  border: 1px solid #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: rotate(45deg);
  z-index: 2;
  border-top: 0;
  border-bottom: 0;
}
.group_body .sction2_box .info_list .item_box .top_box {
  width: 100%;
  height: 242px;
  background: #F9FBFF;
  box-shadow: 0px 4px 12px 0px rgba(221, 230, 246, 0.6);
  border: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
}
.group_body .sction2_box .info_list .item_box:hover .top_box {
  background: #fff;
}
.group_body .sction2_box .info_list .item_box:hover .top_box .sj {
  background: #fff;
}
.group_body .sction2_box .info_list .item_box .texts {
  font-weight: bold;
  font-size: 24px;
  color: #0052E9;
  text-align: center;
  margin-top: 22px;
}
.group_body .sction2_box .info_list .item_box .content_box {
  padding: 44px 0 0 33px;
  position: relative;
  z-index: 2;
}
.group_body .sction2_box .info_list .item_box .content_box .row_box {
  margin-bottom: 38px;
}
.group_body .sction2_box .info_list .item_box .content_box .row_box .index {
  width: 23px;
  height: 23px;
  background: rgba(41, 56, 96, 0.05);
  border-radius: 12px;
  text-align: center;
  line-height: 23px;
  font-weight: bold;
  font-size: 12px;
  color: #293860;
  margin-right: 15px;
}
.group_body .sction2_box .info_list .item_box .content_box .row_box .yuan {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 2px solid #0052E8;
  margin-top: 6px;
  margin-right: 20px;
}
.group_body .sction2_box .info_list .item_box .content_box .row_box .text_box {
  margin-top: -3px;
}
.group_body .sction2_box .info_list .item_box .content_box .row_box .text_box .text_p1 {
  font-weight: 500;
  font-size: 16px;
  color: #293860;
  line-height: 24px;
}
.group_body .sction2_box .info_list .item_box .content_box .row_box .text_box .text_p2 {
  font-weight: 400;
  font-size: 12px;
  color: #95A1BA;
  line-height: 24px;
}
.group_body .sction3_box .text2 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #575F70;
  line-height: 30px;
  margin-bottom: 86px;
}
.group_body .sction3_box .user_list {
  margin-bottom: 79px;
  justify-content: space-between;
}
.group_body .sction3_box .user_list .item {
  width: 378px;
  height: 514px;
  background: #F8F8F8;
  border-radius: 4px;
  cursor: pointer;
}
.group_body .sction3_box .user_list .item:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(221, 230, 246, 0.6);
}
.group_body .sction3_box .user_list .item .img_box {
  width: 378px;
  height: 297px;
  background: linear-gradient(136deg, #DBE0EB 0%, #929EB4 100%);
  border-radius: 4px 4px 0px 0px;
}
.group_body .sction3_box .user_list .item .img_box img {
  width: 100%;
  height: 100%;
  display: block;
}
.group_body .sction3_box .user_list .item .text_box {
  padding: 24px 24px 0;
}
.group_body .sction3_box .user_list .item .text_box .name {
  font-weight: 500;
  font-size: 20px;
  color: #303133;
  line-height: 30px;
  margin-bottom: 8px;
}
.group_body .sction3_box .user_list .item .text_box .job {
  font-size: 18px;
  color: #575F70;
  line-height: 30px;
  margin-bottom: 28px;
}
.group_body .sction3_box .user_list .item .text_box .info_text {
  font-weight: 400;
  font-size: 14px;
  color: #1D2129;
  line-height: 27px;
}
.group_body .sction4_box {
  background: linear-gradient(#fff 0%, #EFF1FA 100%);
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 86px;
}
.group_body .sction4_box .text2 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #575F70;
  line-height: 30px;
  margin-bottom: 112px;
}
.group_body .sction4_box .list {
  justify-content: space-between;
}
.group_body .sction4_box .list .item_box {
  width: 584px;
  height: 525px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  padding: 24px 21px;
}
.group_body .sction4_box .list .item_box .text_p1 {
  font-weight: bold;
  font-size: 26px;
  color: #303133;
  line-height: 30px;
  margin-bottom: 16px;
}
.group_body .sction4_box .list .item_box .text_p2 {
  font-size: 14px;
  color: #1D2129;
  line-height: 27px;
  margin-bottom: 24px;
}
.group_body .sction4_box .list .item_box .text_p2 span {
  font-weight: 600;
}
.group_body .sction4_box .list .item_box img {
  width: 100%;
}
