.nav_box {
  width: 100%;
  height: 67px;
  background: linear-gradient(180deg, #625E57 0%, #4A4641 39%, #33302C 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 57px;
  justify-content: space-between;
  padding-right: 200px;
}
.nav_box .logo {
  width: 140px;
  display: block;
  cursor: pointer;
}
.nav_box .right_small_nav {
  height: 67px;
}
.nav_box .right_small_nav > li {
  position: relative;
}
.nav_box .right_small_nav > li > a {
  line-height: 67px;
  display: block;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 25px;
  white-space: nowrap;
}
.nav_box .right_small_nav > li:hover .childern_nav {
  display: block;
}
.nav_box .right_small_nav .childern_nav {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 67px;
  background: linear-gradient(180deg, #625E57 0%, #4A4641 39%, #33302C 100%);
  border-radius: 4px;
  padding: 18px;
  color: #fff;
  display: none;
}
.nav_box .right_small_nav .childern_nav li a {
  width: 100%;
  display: block;
  font-size: 16px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 22px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(196, 196, 196, 0.6);
  white-space: nowrap;
}
.nav_box .right_small_nav .childern_nav li:last-child a {
  border: 0;
}
.nav_box .right_small_nav li:nth-child(2) .childern_nav {
  width: 130%;
}
.index_body .banner_box {
  margin-top: 65px;
}
.index_body .banner_item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.index_body .banner {
  width: 100%;
  display: block;
}
.index_body .section2 {
  width: 100%;
}
.index_body .section2 .main_box {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0 100px 0;
}
.index_body .section2 .main_box .title {
  width: 395px;
  font-size: 0;
  display: block;
  margin-bottom: 60px;
}
.index_body .section2 .main_box p {
  font-size: 21px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #040404;
  line-height: 45px;
}
.index_body .section2 .main_box p span {
  font-weight: bold;
}
.index_body .section3 {
  width: 100%;
  background: #F3F8FF;
  padding: 78px 0 100px 0;
}
.index_body .section3 .img {
  width: 583px;
  display: block;
  font-size: 0;
  margin: 0 auto 4px auto;
}
.index_body .section3 .text1 {
  text-align: center;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #010000;
  line-height: 40px;
  margin-bottom: 32px;
}
.index_body .section3 .text2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 21px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #010000;
  line-height: 33px;
}
.index_body .section3 .text2 img {
  margin-right: 9px;
}
.index_body .section3 .text2:last-child {
  margin-bottom: 0;
}
.index_body .section_4 {
  width: 100%;
  background: #010F18;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v5/images/index/section4_bg.png') no-repeat;
  overflow: hidden;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}
.index_body .section_4 .title1_img {
  width: 678px;
  display: block;
  margin: 52px auto 64px auto;
}
.index_body .section_4 .number_box {
  color: #fff;
  margin-bottom: 119px;
}
.index_body .section_4 .number_box .item_box {
  width: 410px;
  height: 190px;
  text-align: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #fff;
  box-shadow: 2px 2px 20px #eee;
  margin-right: 20px;
  color: #1d6dec;
  border: 1px solid #fff;
}
.index_body .section_4 .number_box .item_box img {
  width: auto;
  height: 50px;
  display: block;
  font-size: 0;
  margin-right: 50px;
  margin-top: 6px;
}
.index_body .section_4 .number_box .item_box .inner_box {
  font-size: 18px;
}
.index_body .section_4 .number_box .item_box .inner_box p:nth-child(1) {
  font-weight: bold;
}
.index_body .section_4 .number_box .item_box .inner_box span {
  font-size: 50px;
  margin-right: -6px;
}
.index_body .section_4 .number_box .item_box:after {
  content: '';
  width: 1px;
  height: 75px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index_body .section_4 .number_box .item_box:last-child:after {
  display: none;
}
.index_body .section_4 .number_box .item_box:hover {
  background: #ecf4ff;
  border-color: #0069fc;
}
.index_body .section_4 .title2_img {
  width: 678px;
  font-size: 0;
  margin: 119px auto 68px auto;
  display: block;
}
.index_body .section_4 .img_list {
  width: 1179px;
  font-size: 0;
  display: block;
  margin: 0 auto 83px auto;
}
.index_body .section_5 {
  width: 100%;
  height: 704px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v5/images/index/section5_bg.png');
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  overflow: hidden;
}
.index_body .section_5 .title {
  width: 833px;
  font-size: 0;
  display: block;
  margin: 83px auto 79px auto;
}
.index_body .section_5 .deed_box {
  width: 100%;
  height: 418px;
  position: relative;
}
.index_body .section_5 .deed_box .his_line {
  position: absolute;
  left: 0;
  top: 198px;
  width: 100%;
  height: 1px;
  background: #1068D3;
  z-index: 0;
}
.index_body .section_5 .deed_box .warp_box {
  width: 1440px;
  max-width: 90%;
  margin: auto;
  position: relative;
}
.index_body .section_5 .deed_box .warp_box .about_dev {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #191F1D;
  line-height: 28px;
  padding: 0 0 105px 0;
  text-align: center;
}
.index_body .section_5 .deed_box .warp_box .about_dev .year_tab p {
  color: #1068D3;
  padding-bottom: 5px;
}
.index_body .section_5 .deed_box .warp_box .about_dev .year_tab ul li {
  margin-left: 32px;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}
.index_body .section_5 .deed_box .warp_box .about_dev .year_tab ul li.active {
  color: #1068D3;
}
.index_body .section_5 .deed_box .warp_box .about_dev .year_tab ul li.active:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #1068D3;
}
.index_body .section_5 .deed_box .warp_box .about_dev_swiper {
  width: 100%;
  position: relative;
}
.index_body .section_5 .deed_box .warp_box .about_dev_swiper .year_item .year_text {
  font-size: 24px;
  font-weight: 500;
  color: #656565;
  height: 60px;
  margin-bottom: 30px;
  position: relative;
  color: #434343;
}
.index_body .section_5 .deed_box .warp_box .about_dev_swiper .year_item .year_text span {
  width: 10px;
  height: 10px;
  background: #1068D3;
  border: 1px solid #314c93;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  bottom: -5px;
}
.index_body .section_5 .deed_box .warp_box .about_dev_swiper .year_item .year_text span i {
  width: 22px;
  height: 22px;
  background: rgba(16, 104, 211, 0.2);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  margin-left: -11px;
  margin-top: -11px;
}
.index_body .section_5 .deed_box .warp_box .about_dev_swiper .year_item .small_text {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #656565;
  line-height: 29px;
}
.index_body .section_6 .title {
  width: 615px;
  display: block;
  margin: 88px auto 91px auto;
}
.index_body .section_6 .img {
  width: 100%;
  font-size: 0;
  margin-bottom: 200px;
}
.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;
}
.xsb_body {
  padding-top: 65px;
}
.xsb_body .banner {
  width: 100%;
  height: 670px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/banner_bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.xsb_body .banner .logo {
  margin-top: 17px;
  width: 252px;
}
.xsb_body .banner .main_box {
  width: 1200px;
  margin: 0 auto;
}
.xsb_body .banner .main_box .left_text {
  width: 633px;
}
.xsb_body .banner .main_box .left_text .title {
  font-weight: bold;
  font-size: 76px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 96px 0 29px 0;
}
.xsb_body .banner .main_box .left_text .text2 {
  font-weight: 400;
  font-size: 32px;
  color: #E4E9FF;
  margin-bottom: 21px;
}
.xsb_body .banner .main_box .left_text .text3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 73px;
}
.xsb_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;
}
.xsb_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, PingFang SC;
  font-weight: 500;
  font-size: 20px;
}
.xsb_body .banner .main_box .img {
  width: 536px;
  margin-top: 74px;
}
.xsb_body .section1_box {
  background: #F5F6F9;
  padding: 62px 0 92px;
}
.xsb_body .section1_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
}
.xsb_body .section1_box .main_box {
  margin-top: 99px;
  align-items: end;
}
.xsb_body .section1_box .main_box .img {
  width: 159px;
  display: block;
  margin: 0 52px;
  margin-bottom: 165px;
}
.xsb_body .section1_box .main_box .left_box {
  width: 427px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/section1_bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 9px;
  position: relative;
}
.xsb_body .section1_box .main_box .left_box .title {
  width: 100%;
  line-height: 84px;
  background: #E1EAFD;
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 33px;
}
.xsb_body .section1_box .main_box .left_box .texts {
  text-align: center;
  color: #656566;
  font-size: 24px;
  margin-bottom: 26px;
  position: relative;
  z-index: 2;
}
.xsb_body .section1_box .main_box .left_box .texts .text1 {
  font-weight: bold;
  font-size: 28px;
}
.xsb_body .section1_box .main_box .left_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.xsb_body .section1_box .main_box .right_box {
  width: 489px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/section1_bg2.png') no-repeat;
  background-size: 100% 100%;
}
.xsb_body .section1_box .main_box .right_box .title {
  background: #2F57E7;
  color: #fff;
}
.xsb_body .section1_box .main_box .right_box .texts {
  color: #072285;
  margin-bottom: 41px;
}
.xsb_body .section1_box .main_box .right_box .texts:last-child {
  margin-bottom: 15px;
}
.xsb_body .section1_box .main_box .right_box .texts p {
  font-size: 19px;
}
.xsb_body .section1_box .main_box .right_box .texts span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #072285;
  display: block;
  margin-right: 3px;
}
.xsb_body .section2_box {
  padding: 80px 0 150px;
}
.xsb_body .section2_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
}
.xsb_body .section2_box .main_box {
  margin-top: 75px;
}
.xsb_body .section2_box .main_box .right_box img {
  width: 689px;
  display: block;
  margin-left: 34px;
  margin-top: 24px;
}
.xsb_body .section2_box .main_box .left_box img {
  width: 485px;
  margin-bottom: 33px;
}
.xsb_body .section2_box .main_box .left_box .texts {
  margin-bottom: 30px;
}
.xsb_body .section2_box .main_box .left_box .texts:last-child {
  margin-bottom: 0;
}
.xsb_body .section2_box .main_box .left_box .texts .text1 {
  font-weight: bold;
  font-size: 17px;
  color: #2F57E7;
  line-height: 31px;
  margin-bottom: 6px;
}
.xsb_body .section2_box .main_box .left_box .texts .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #2C2F43;
  white-space: nowrap;
}
.xsb_body .section3_box {
  padding: 80px 0;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/section3_bg.png') no-repeat;
  background-size: 100% 100%;
}
.xsb_body .section3_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
}
.xsb_body .section3_box .img {
  width: 1169px;
  display: block;
  margin: 80px auto;
}
.xsb_body .section3_box .text1 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #21253B;
  margin-bottom: 12px;
}
.xsb_body .section3_box .text2 {
  font-weight: 800;
  font-size: 42px;
  color: #2F57E7;
  text-align: center;
}
.xsb_body .section4_box {
  padding: 80px 0;
}
.xsb_body .section4_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
}
.xsb_body .section4_box .top_box {
  width: 100%;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/section_bg1.png') no-repeat right center;
  background-size: contain;
  padding-top: 80px;
}
.xsb_body .section4_box .top_box .img {
  width: 648px;
}
.xsb_body .section4_box .top_box .texts {
  width: 511px;
  margin-left: 47px;
}
.xsb_body .section4_box .top_box .texts .text1 {
  font-size: 32px;
  color: #2F57E7;
  font-weight: 800;
}
.xsb_body .section4_box .top_box .texts .text2 {
  font-size: 32px;
  color: #2F57E7;
  margin-bottom: 40px;
}
.xsb_body .section4_box .top_box .texts .text2 span {
  color: #2B8200;
  font-weight: 800;
}
.xsb_body .section4_box .top_box .texts .text3 {
  font-weight: 400;
  font-size: 16px;
  color: #7D7F8E;
}
.xsb_body .section4_box .bottom_box {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/section_bg2.png') no-repeat left center;
  background-size: contain;
}
.xsb_body .section4_box .bottom_box .texts {
  margin-left: 0;
  margin-right: 47px;
}
.xsb_body .section4_box .bottom_box .texts .text1 {
  margin-bottom: 40px;
}
.xsb_body .section5_box {
  padding: 80px 0 102px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/xsb/section5_bg.png') no-repeat;
  background-size: 100% 100%;
}
.xsb_body .section5_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
  margin-bottom: 78px;
}
.xsb_body .section5_box .texts {
  width: 409px;
  margin-right: 16px;
}
.xsb_body .section5_box .texts .text1 {
  width: 100%;
  background: #2F57E7;
  box-shadow: 0px 3px 8px 0px rgba(34, 61, 227, 0.08);
  border-radius: 4px 4px 4px 4px;
  font-weight: 800;
  font-size: 18px;
  color: #FFF4BA;
  padding: 6px 10px;
  margin-bottom: 23px;
}
.xsb_body .section5_box .texts .text2 {
  font-weight: 800;
  font-size: 18px;
  color: #2F57E7;
  margin-bottom: 5px;
}
.xsb_body .section5_box .texts .text3 {
  font-weight: 400;
  font-size: 16px;
  color: #2C2F43;
  line-height: 36px;
}
.xsb_body .section5_box .img {
  width: 780px;
}
.xsb_body .section5_box .item2 {
  margin-top: 40px;
}
.xsb_body .section6_box {
  padding: 78px 0 121px;
}
.xsb_body .section6_box .title {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  color: #303133;
  margin-bottom: 78px;
}
.xsb_body .section6_box .texts {
  margin-right: 17px;
}
.xsb_body .section6_box .texts .text1 {
  font-weight: 800;
  font-size: 20px;
  color: #2F57E7;
  margin-top: 63px;
  margin-bottom: 10px;
}
.xsb_body .section6_box .texts .text2 {
  font-weight: 400;
  font-size: 16px;
  color: #2C2F43;
  line-height: 46px;
}
.xsb_body .section7_box img {
  width: 100%;
  display: block;
  font-size: 0;
}
.crm_body {
  padding-top: 65px;
}
.crm_body .swiper-pagination {
  margin: 18px auto;
  display: block;
  position: relative !important;
}
.crm_body .swiper-pagination span {
  width: 100px;
  height: 4px;
  background: #E9E9E9;
  border-radius: 10px;
  opacity: 1;
  margin: 0 2px;
}
.crm_body .swiper-pagination .swiper-pagination-bullet-active {
  background: #8FB3FF;
}
.crm_body .banner {
  width: 100%;
  height: 670px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/banner_bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.crm_body .banner .logo {
  margin: 56px 0 38px 0;
  width: 252px;
}
.crm_body .banner .main_box {
  width: 1200px;
  margin: 0 auto;
}
.crm_body .banner .main_box .left_text {
  width: 633px;
}
.crm_body .banner .main_box .left_text .title {
  font-weight: bold;
  font-size: 76px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 0 0 29px 0;
}
.crm_body .banner .main_box .left_text .text2 {
  font-weight: 400;
  font-size: 32px;
  color: #E4E9FF;
  margin-bottom: 30px;
}
.crm_body .banner .main_box .left_text .text3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 77px;
}
.crm_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;
}
.crm_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, PingFang SC;
  font-weight: 500;
  font-size: 20px;
}
.crm_body .banner .main_box .img {
  width: 641px;
  margin-top: 189px;
}
.crm_body .title {
  font-weight: bold;
  font-size: 48px;
  color: #303133;
  text-align: center;
}
.crm_body .section2_box {
  background: #fff;
}
.crm_body .section2_box .title {
  margin: 62px 0 80px;
}
.crm_body .section2_box .page_nav {
  font-weight: 500;
  font-size: 28px;
  color: #4E5969;
  justify-content: space-between;
  padding: 0 53px 50px;
}
.crm_body .section2_box .page_nav .icon {
  width: 30px;
  height: 30px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon1.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 6px;
  transition: all 0.2s;
}
.crm_body .section2_box .page_nav .slide_box {
  width: 100%;
  height: 6px;
  background: #2F57E7;
  border-radius: 10px;
  margin-top: 25px;
  position: relative;
  opacity: 0;
  transition: all 0.2s;
}
.crm_body .section2_box .page_nav .slide_box span {
  width: 0;
  height: 0;
  border-radius: 2px;
  border: 8px solid #2F57E7;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.crm_body .section2_box .page_nav li {
  cursor: pointer;
  padding: 0 16px;
  transition: all 0.2s;
}
.crm_body .section2_box .page_nav .active {
  color: #2F57E7;
}
.crm_body .section2_box .page_nav .active .slide_box {
  opacity: 1;
}
.crm_body .section2_box .page_nav li:nth-child(1) .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon1.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(2) .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon2.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(3) .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon3.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(4) .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon4.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(1).active .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon1_active.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(2).active .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon2_active.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(3).active .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon3_active.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .page_nav li:nth-child(4).active .icon {
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/crm/nav_icon4_active.png') no-repeat;
  background-size: 100% 100%;
}
.crm_body .section2_box .nav_content .item_box {
  display: none;
}
.crm_body .section2_box .nav_content .item_box:first-child {
  display: block;
}
.crm_body .section2_box .title2 {
  font-weight: 500;
  font-size: 28px;
  color: #2F57E7;
  text-align: center;
  margin-bottom: 30px;
}
.crm_body .section2_box .img {
  width: 100%;
  display: block;
  font-size: 0;
  margin-bottom: 74px;
}
.crm_body .section2_box .text1 {
  font-weight: 500;
  font-size: 22px;
  color: #000000;
  line-height: 40px;
}
.crm_body .section2_box .text2 {
  font-size: 18px;
  color: #848A92;
  line-height: 40px;
  margin-bottom: 12px;
}
.crm_body .section2_box .href {
  font-weight: 400;
  font-size: 20px;
  color: #2F57E7;
  margin-bottom: 80px;
  display: block;
}
.crm_body .section3_box {
  background: linear-gradient(180deg, #EBEEFF 0%, #F5F8FF 100%);
  padding: 100px 0 87px;
}
.crm_body .swiper_item .title_text {
  font-weight: 300;
  font-size: 48px;
  color: #303133;
  text-align: center;
  margin-bottom: 50px;
}
.crm_body .swiper_item .title_text .text1 {
  font-weight: bold;
  color: #303133;
}
.crm_body .swiper_item .title_text .text2 {
  font-weight: bold;
  color: #2F57E7;
}
.crm_body .swiper_item .color_box {
  width: 100%;
  background: linear-gradient(134deg, #1744B2 0%, #254BA7 100%);
  border-radius: 6px 6px 6px 6px;
  padding: 58px 80px 52px 38px;
}
.crm_body .swiper_item .color_box .img {
  width: 390px;
  margin-right: 72px;
}
.crm_body .swiper_item .color_box .texts .title2 {
  font-weight: bold;
  font-size: 24px;
  color: #FFE4BE;
  margin-bottom: 33px;
}
.crm_body .swiper_item .color_box .texts .icon {
  width: 30px;
}
.crm_body .swiper_item .color_box .texts .texts {
  margin: 30px 0 15px;
  font-weight: 400;
  font-size: 20px;
  color: #B7B7BA;
  line-height: 32px;
}
.crm_body .swiper_item .color_box .texts .color_fff {
  color: #fff;
  font-size: 24px;
}
.crm_body .swiper_item .color_box .texts .color_yellow {
  color: #FFD400;
  font-size: 24px;
}
.crm_body .swiper_item .color_box .texts .icon2 {
  float: right;
}
.crm_body .swiper_item .color_box .texts .numbers {
  clear: both;
  color: #fff;
  margin-top: 140px;
}
.crm_body .swiper_item .color_box .texts .numbers div {
  margin-right: 120px;
}
.crm_body .swiper_item .color_box .texts .numbers .text1 {
  font-weight: 800;
  font-size: 48px;
  color: #FFFAE0;
}
.crm_body .swiper_item .color_box .texts .numbers .text1 span {
  font-size: 20px;
}
.crm_body .swiper_item .color_box .texts .numbers .text2 {
  font-weight: 400;
  font-size: 14px;
  color: #93A1C9;
  margin-top: -10px;
  text-align: center;
}
.w1200_box {
  width: 1200px;
  margin: 0 auto;
}
.news_body {
  padding-top: 65px;
}
.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, 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;
}
.ai_body {
  padding-top: 65px;
}
.ai_body .banner {
  width: 100%;
  height: 670px;
  background: url('https://daqiangui-web.oss-cn-shanghai.aliyuncs.com/statics/guanwang/v6/images/ai/banner_bg.png') no-repeat center center;
  background-size: 100% 100%;
}
.ai_body .banner .logo {
  margin-top: 17px;
  width: 252px;
}
.ai_body .banner .main_box {
  width: 1200px;
  margin: 0 auto;
}
.ai_body .banner .main_box .left_text {
  width: 633px;
}
.ai_body .banner .main_box .left_text .title {
  font-weight: bold;
  font-size: 76px;
  color: #FFFFFF;
  line-height: 60px;
  margin: 30px 0 49px 0;
}
.ai_body .banner .main_box .left_text .title span {
  color: #fff9c2;
}
.ai_body .banner .main_box .left_text .text2 {
  font-weight: 400;
  font-size: 32px;
  color: #E4E9FF;
  margin-top: 49px;
}
.ai_body .banner .main_box .left_text .text3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 73px;
}
.ai_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;
}
.ai_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, PingFang SC;
  font-weight: 500;
  font-size: 20px;
}
.ai_body .banner .main_box .img {
  width: 582px;
  margin-top: 120px;
}
.ai_body .section1_box {
  width: 100%;
}
.ai_body .section1_box .title {
  font-weight: bold;
  font-size: 48px;
  color: #303133;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 50px;
}
.ai_body .section1_box .title span {
  background: linear-gradient(359.38506287deg, #e97291, #7729d5);
  -webkit-background-clip: text;
  color: transparent;
  margin-right: 10px;
}
.ai_body .section1_box .title2 {
  font-weight: bold;
  font-size: 38px;
  color: #303133;
  margin-bottom: 23px;
}
.ai_body .section1_box .title2 img {
  width: 52px;
  display: block;
  font-size: 0;
  margin-right: 12px;
}
.ai_body .section1_box .text1 {
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  color: #575F70;
  margin-bottom: 78px;
}
.ai_body .section1_box .img1 {
  width: 983px;
  display: block;
  margin: 0 auto 141px;
}
.ai_body .section1_box .img2 {
  width: 975px;
  margin-bottom: 83px;
}
.ai_body .section1_box .img3 {
  width: 1107px;
  margin-bottom: 20px;
}
.ai_body .section2_box {
  background: linear-gradient(180deg, #EFF1FA 0%, #FFFFFF 100%);
  padding: 82px 0 77px;
}
.ai_body .section2_box .text3 {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #626979;
}
.about_body {
  padding-top: 65px;
}
.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, 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: 65px;
}
.group_body .banner img {
  width: 100%;
  display: block;
}
.group_body .title_text_p {
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  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: 30px;
}
.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%;
}
