@charset "UTF-8";
/* IE兼容性说明：
 * 本文件已添加IE11及以下版本的兼容性前缀
 * - display: flex 已添加 -ms-flexbox 前缀
 * - flex相关属性已添加 -ms- 前缀
 * - transform 已添加 -ms-transform 前缀
 * - grid布局已提供flexbox fallback
 * 注意：IE8及以下版本不支持flexbox，建议使用polyfill或降级方案
 */

/* IE兼容性辅助类 */
.ie-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.ie-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.ie-flex-center {
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.banner,
.banner .list,
.banner img {
  margin: 0 auto; }

section,
ul,
li,
div,
p {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.m-center {
  width: 1200px;
  margin: 0 auto; }

img {
  vertical-align: middle; }

.banner,
.banner .list,
.banner img {
  margin: 0 auto; }

.banner {
  margin-top: 72px;
  width: 100%;
  min-width: 1000px;
  position: relative;
  background: #0d1c2f; }

.banner .list {
  width: 100%;
  height: 540px;
  overflow: hidden; }

.banner .list li {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 540px;
  color: #fff; }

.banner .list li > a {
  width: 100%;
  position: absolute;
  display: block;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 540px;
  background-size: auto 540px; }

.banner .list li .slogan {
  position: relative;
  margin-top: 124px;
  color: inherit; }

.banner .list li .slogan .p1 {
  font-size: 18px; }

.banner .list li .slogan .p2 {
  font-size: 48px;
  margin: 20px 0;
  font-weight: bold; }

.banner .list li .slogan .p3 {
  font-size: 24px;
  background-size: 24px 20px;
  background-position: left center;
  color: #fff; }

.banner .list li .slogan .p3 .icon {
  margin-right: 20px; }

.banner .list li .slogan .p4 {
  font-size: 18px;
  width: 700px;
  background-size: 24px 20px;
  background-position: left center;
  color: #fff; }

.banner .list li .slogan .p4 .icon {
  margin-right: 20px; }

.banner .tip {
  width: 1000px;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 60px;
  z-index: 3; }

.banner .tip span {
  width: 40px;
  height: 4px;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  opacity: 0.4;
  border-radius: 10px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.banner .tip span.on {
  background: #fff;
  opacity: 1; }

.banner .btnlist {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  margin-top: 80px; }

.banner .centerBtn {
  width: 184px;
  height: 65px;
  z-index: 1000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 365px;
  cursor: pointer; }

.banner .btnlist .btn {
  min-width: 128px;
  padding: 0 20px;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  font-size: 14px;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms;
  margin-right: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.banner .btnlist .btn.use-btn:hover {
  background-color: #ffffff;
  color: #2284fe; }

.banner .btnlist .btn s {
  width: 25px;
  height: 26px;
  margin-right: 10px;
  background-position: -62px 0; }

.banner .btnlist .btn1 {
  background: transparent !important;
  border: 1px solid #fff; }

.banner .btnlist .btn1:hover {
  /* background-color:transparent;
    border: 1px solid #fff;
    color: #fff; */
  border-color: #fff;
  background: #fff !important;
  color: #4399ff; }

.banner .btnlist .btn2 {
  min-width: 128px;
  height: 44px;
  border-radius: 22px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  z-index: 1;
  background: #ffffff;
  color: #2284fe; }

.banner .btnlist .btn2:hover {
  background: #2284fe;
  color: #ffffff; }

.banner .btnlist .btn2 .icon {
  font-size: 20px;
  margin-right: 9px;
  vertical-align: -5px; }

.banner .btnlist .btn2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  content: ' ';
  -webkit-transition: all ease 800ms;
  transition: all ease 800ms; }

.banner .btnlist .green ~ .vedio-btn1:hover {
  background: #61ba52;
  color: #fff; }

.new-banner.primary {
  background-image: url('/templates/xgjnew/img/newIndex/banner/banner1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px 650px;
  background-color: #F1F3FF;
}
.new-banner.two{
  background-image: url('/templates/xgjnew/img/newIndex/banner/banner2.jpg');
  background-color:  #F4F4FF;
}
.new-banner.three{
  background-image: url('/templates/xgjnew/img/newIndex/banner/banner3.jpg');
  background-color: #E7F0FF;
}
.new-banner.sale {
  /* background-color: #0374F8; */
  background-color:#011337;
  background-image: url('/templates/xgjnew/img/index/banner520.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1920px 650px;
}
.new-banner.sale .new-banner-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 55px;
  padding-left: 20px;
}
.new-banner.primary .new-banner-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.new-banner.sale .banner-btn {
  width: 434px;
  height: 51px;
  cursor: pointer;
}
.new-banner.sale .banner-btn:first-child {
  margin-bottom: 27px;
}

.header-wrapper {
  height: 722px;
}
.header-wrapper.no-scrolling .header_main {
  position: inherit;
  background: none;
}
/* .header-wrapper.scrolling .header_main.border.light {
  position: fixed;
  background: #fff;
} */
.header-wrapper.no-scrolling .header_main .nav li .nav-a,
.header-wrapper.no-scrolling .header_main .nav li.hover .nav-a{
  color: #fff;
}
.header-wrapper.no-scrolling .header_main .nav li.hover .nav-a {
  font-weight: 600;
}
.header-wrapper.no-scrolling .header_main .nav li .nav-a:before {
  background-color: #fff;
}
.header-wrapper.no-scrolling .header_main .nav li .nav-a i {
  border-color: #fff;
}
.header-wrapper.no-scrolling .header_main .u-btn a.btn2 {
  background: none;
  color: #fff;
}
.header-wrapper.no-scrolling .header_main .u-btn a.btn1 {
  background: #fff;
  color: #0f93ff;
}
.new-banner-wrapper {
  position: relative;
  height: 650px;
}
.new-banner {
  position: relative;
  width: 100%;
  height: 650px;
  margin-top: 72px;
  display: -ms-flexbox;
  display: flex;
  background-position: center center !important;
  background-size: 1920px 650px !important;
}
/* .new-banner.active {
  display: flex;
} */
/* .new-banner.edu {
  height: 540px;
  background-color: #000050;
  background-image: url(/templates/xgjnew/img/index/edu-banner.jpg);
  cursor: pointer;
}
.new-banner.activity {
  height: 540px;
  background-color: #014BD8;
  background-image: url(/templates/xgjnew/img/activity/banner-btn.png);
  cursor: pointer;
} */
.new-banner .new-banner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1200px;
  height: 650px;
  margin: -50px auto;
  color: #333333;
}
.new-banner.primary .new-banner-content .banner-content-center {
  display: block;
  text-align: left !important;
  max-width: 800px;
  margin: 0;
  position: relative;
  z-index: 2;
}
.new-banner.sale .new-banner-content .banner-content-center {
  display: block;
  text-align: center !important;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.new-banner.primary .new-banner-content .banner-content-center .banner-main-txt {
  display: block;
  line-height: 60px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
  color: #101011;
  text-align: left !important;
}
.new-banner.sale .new-banner-content .banner-content-center .banner-main-txt {
  display: block;
  line-height: 60px;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 600;
  color: #000000;
  text-align: center !important;
}
.new-banner.primary .new-banner-content .banner-content-center .banner-sub-txt {
  display: block;
  line-height: 40px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #303133;
  text-align: left !important;
}
.new-banner.sale .new-banner-content .banner-content-center .banner-sub-txt {
  display: block;
  line-height: 32px;
  margin-bottom: 40px;
  font-size: 18px;
  color: #555555;
  text-align: center !important;
}
.new-banner .new-banner-content .banner-content-center .banner-sub-txt span {
  display: inline-block;
  margin: 5px 0;
  padding-left: 20px;
  position: relative;
  text-align: left !important;
}
.new-banner .new-banner-content .banner-content-center .banner-sub-txt span:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #303133;
  font-size: 24px;
  line-height: 1;
}
.new-banner .new-banner-content .banner-content-center .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  /* 兼容搜狗浏览器，直接设置gap，支持gap的浏览器会优先使用gap控制间距 */
  /* -webkit-gap: 20px;
  gap: 20px; */
}
/* margin作为降级方案：不支持gap的浏览器使用margin */
.new-banner .new-banner-content .banner-content-center .banner-btn > * {
  margin-right: 20px;
}
.new-banner .new-banner-content .banner-content-center .banner-btn > *:last-child {
  margin-right: 0;
}
/* 兼容搜狗浏览器：如果浏览器支持gap，gap会控制间距，margin不会产生额外间距 */
/* 对于不支持gap的浏览器，margin会生效作为降级方案 */
.new-banner .new-banner-content .banner-content-center .banner-btn .btn-item {
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 44px;
  line-height: 44px;
  font-weight: 600;
  background: #FFFFFF;
  color: #1659F0;
  border: 1px solid #1659F0;
  border-radius: 22px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -ms-user-select: none;
  user-select: none;
}
.new-banner .new-banner-content .banner-content-center .banner-btn .btn-item.default {
  background: transparent;
  border-color: #1659F0;
  color: #1659F0;
}
.new-banner .new-banner-content .banner-content-center .banner-btn .btn-item.btntry {
  width: 136px;
  height: 48px;
  background: #1677FF;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
}

.new-banner .new-banner-content .banner-content-center .banner-btn .btn-item.vedio-btn1 {
  border-radius: 26px;
  border: 1px solid #1677FF;
  font-weight: 400;
  color: #1677FF;
  line-height: 30px;
  font-size: 20px;
  padding: 0px 6px;
  background: transparent;
}

.new-banner .new-banner-content .banner-content-center .banner-btn .btn-item.default >img,
.new-banner .new-banner-content .banner-content-center .banner-btn .btn-item.vedio-btn1 >img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.new-banner .new-banner-content .banner-content-right {
  margin-top: -30px;
}
.new-banner .new-banner-content .banner-content-right .video-wrapper{
  position: relative;
  width: 504px;
  height: 344px;
  border: 24px solid #80a4f4;
  border-radius: 24px;
  box-shadow: 0 6px 32px 0 rgba(15,47,133,0.20);
}
.new-banner .new-banner-content .banner-content-right .video-wrapper .banner-video {
  position: absolute;
  left: -12px;
  top: -12px;
  border-radius: 12px;
}
.new-banner .new-banner-content .banner-content-right .video-wrapper .video-play-btn {
  position: absolute;
  left: 198px;
  top: 115px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.new-banner-wrapper .banner-dot-item {
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 240px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  cursor: pointer;
  display: flex;
}
.new-banner-wrapper:hover .banner-dot-item {
  display: flex;
}
.new-banner-wrapper .banner-dot-item.gray .icon {
  color: #999;
}
.new-banner-wrapper .banner-dot-item.left {
  left: 40px;
}
.new-banner-wrapper .banner-dot-item.right {
  right: 40px;
}
.swiper {
  position: relative;
}
.swiper-pagination {
  bottom: 180px !important; /* 调整垂直位置使其与文字并列 */
  text-align: left !important;
  left: 50% !important;
  -ms-transform: translateX(-50%); /* 水平居中 */
  transform: translateX(-50%); /* 水平居中 */
  right: auto !important;
  max-width: 1200px; /* 限制在1920px居中盒子内 */
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
.swiper-pagination-bullet {
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background-color: #A8ABB2; /* 修改为指定的底色 */
  opacity: 1;
  margin: 0 4px !important;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #A8ABB2; /* 修改为半透明背景 */
  height: 4px;
  opacity: 1;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #1677FF; /* 修改为醒目的进度条颜色 */
  animation: progress-bar-animation 10s linear forwards;
}

@keyframes progress-bar-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* 重置动画关键帧，用于JavaScript控制 */
.swiper-pagination-bullet-active.reset-progress::before {
  animation: none;
  width: 0;
}

/* 暂停动画样式 */
.swiper-pagination-bullet-active.pause-progress::before {
  animation-play-state: paused;
}

/* 恢复动画样式 */
.swiper-pagination-bullet-active.resume-progress::before {
  animation-play-state: running;
}

/* 鼠标悬停效果 */
.swiper-pagination-bullet:hover {
  background-color: #8B92A0; /* 稍深的灰色，与#A8ABB2形成对比 */
}

.new-banner-wrapper .banner-dot-item.active {
  width: 17px;
  background: #fff;
}
.box-shadow {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(160, 160, 160, 0.2);
  box-shadow: 0px 2px 8px 0px rgba(160, 160, 160, 0.2); }

.index {
  overflow: hidden; }

.main {
  width: 100%;
  margin: 0 auto; }

/* 福利 */
.new-banner .welfare-list {
  position: absolute;
  bottom: -50px;
  left: calc((100% - 1200px)/2);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background: #F9FAFE;
  box-shadow: 0px 10px 30px -5px rgba(6,29,84,0.1);
  border-radius: 8px;
}

.welfare-text {
  height: 25px;
  overflow: hidden; }

.welfare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }

.new-banner .welfare-list .welfare-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer; 
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
}
.new-banner .welfare-list .welfare-list-item:first-child {
  border-left: 2px solid #e0e0e0;
  border-radius: 8px 0 0 8px;
}
.new-banner .welfare-list .welfare-list-item:last-child {
  border-right: 2px solid #e0e0e0;
  border-radius: 0 8px 8px 0;
}
.new-banner .welfare-list .welfare-list-item:hover {
  background: #F2F5FF;
  border-color: #F2F5FF;
}

.new-banner .welfare-list .welfare-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #101010;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.new-banner .welfare-list .welfare-border {
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
  height: 48px;
  border-right: 1px solid #e0e0e0; }

  .new-banner .welfare-list .welfare-list-item>a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  
.new-banner .welfare-list .welfare-list-item .welfare-img {
  width: 48px;
  height: 48px;
  margin-right: 16px;
}
.new-banner .welfare-list .welfare-list-item .welfare-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  overflow: auto;
}
.new-banner .welfare-list .welfare-list-item .welfare-text .welfare-text-main {
  font-size: 18px;
  font-weight: 500;
  color: #101010;
}
.new-banner .welfare-list .welfare-list-item .welfare-text .welfare-text-sub {
  display: flex;
  align-items: center;
  margin-top: 7px;
  margin-left: 8px;
  color: #0F93FF;
  font-size: 16px;
}
.new-banner .welfare-list .welfare-list-item .welfare-text .welfare-text-sub >img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
}
/* 标题 */
.title-wrap {
  text-align: center; }

.title-wrap .sub-title {
  font-size: 40px;
  color: #101010;
  font-weight: bold; }

.title-wrap .sub-state {
  padding-top: 12px;
  font-size: 24px;
  color: #606266; }

.main .product-wrapper {
  background-color: #FAFBFC;
  padding: 106px 0 52px; 
}
.main .product-list .product-wrap {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}
.main .product-list .product-wrap .product-wrap-area{
  display: flex;
}
.main .product-list .product-wrap .product-item {
  flex: 1;
  display: flex;
  padding: 20px 20px 20px 30px;
  margin: 0 24px 28px 0;
  background-color: #fff;
  box-shadow: 0px 10px 30px -5px rgba(6,29,84,0.1);
  border-radius: 8px;
  cursor: pointer;
}
.main .product-list .product-wrap .product-item:nth-child(4n) {
  margin-right: 0;
}
.main .product-list .product-item .product-item-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  border-radius: 8px;
}
.main .product-list .product-item .product-item-wrap .operation-link {
  display: flex;
  align-items: center;
  color: #2284FE;
  font-size: 14px;
  font-weight: 500;
}
.main .product-list .product-item .product-item-wrap .operation-link>span {
  line-height: 1;
}
.main .product-list .product-item .product-item-wrap .operation-link>img {
  width: 14px;
  height: 14px;
  margin-left: 2px;
}
.main .product-list .product-item:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.main .product-list .product-item-wrap .product-item-header {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.main .product-list .product-item-wrap .product-item-header .product-img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.main .product-list .product-item-wrap .product-item-header>span{
  color: #101010;
  font-size: 20px;
  font-weight: 600;
}
.main .product-list .product-item-wrap.reserve .product-item-header {
  border-color: rgba(235, 238, 245, 0.25);
}
.main .product-list .product-item-wrap.reserve .product-item-header>span {
  color: #fff;
}
.main .product-list .product-item-wrap .product-item-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
} 
.main .product-list .product-item-wrap .product-item-content .product-main-pro {
  margin-bottom: 20px;
  font-size: 16px;
  color: #303133;
}
.main .product-list .product-item-wrap.reserve .product-item-content .product-main-pro {
  margin-bottom: 63px;
  color: #fff;
}
.main .product-list .product-item-wrap .product-item-content .product-sub-pro {
  height: 88px;
  line-height: 20px;
  font-size: 14px;
  color: #909399;
}
.main .product-list .product-item-wrap .product-item-content .product-btn {
  display: flex;
  align-items: center;
}
.main .product-list .product-item-wrap .product-item-content .product-btn .product-btn-item {
  width: 105px;
  height: 40px;
  line-height: 40px;
  margin: 0 6px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  color: #2284FE;
  border: 1px solid #fff;
  border-radius: 2px;
}
.main .product-list .product-item-wrap .product-item-content .product-btn .product-btn-item:last-child {
  background-color: #2284FE;
  color: #fff;
}
.main .product-wrap-area.main .product-item .product-item-banner{
  width: 253px;
  height: 190px;
}
.main .product-wrap-area.main .product-item-header .product-img {
  width: 56px;
  height: 56px;
}
.main .product-wrap-area.main .product-item-header>span {
  font-size: 24px;
}
.main .product-wrap-area.sub .product-item {
  padding: 30px;
}
.main .product-wrap-area.sub .product-item-wrap {
  align-items: center;
}
.main .product-wrap-area.sub .product-item-wrap .product-item-content .product-main-pro,
.main .product-wrap-area.sub .product-item-wrap .product-item-content .product-sub-pro{
  text-align: center;
}
.main .product-wrap-area.sub .product-item-wrap .product-item-content {
  margin-bottom: 46px;
}
/* 方案 */
.case {
  padding: 80px 0;
  height: 950px;
}
.case .case-wrap {
  position: relative;
  margin-top: 48px;
}
.case .case-wrap .switch-icon {
  position: absolute;
  top: 320px;
  cursor: pointer;
}
.case .case-wrap .switch-icon>img {
  width: 102px;
  height: 102px;
}
.case .case-wrap .switch-icon.icon-left {
  left: -80px;
}
.case .case-wrap .switch-icon.icon-right {
  right: -120px;
}
.case .case-wrap .case-dot {
  display: flex;
  position: absolute;
  top: 680px;
  left: calc(50% - 100px);
}
.case .case-wrap .case-dot>li {
  width: 15px;
  height: 4px;
  margin-right: 10px;
  border-radius: 2px;
  background-color: #E4E7ED;
}
.case .case-wrap .case-dot>li.active {
  background-color: #2284FE;
}
.case .case-menu {
  display: flex;
}
.case .case-menu .case-menu-item {
  flex: 1;
}
.case .case-menu-item.active .case-menu-content {
  display: flex;
}
.case .case-menu-item.active .case-menu-header {
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(6,29,84,0.1);
  border-radius: 8px;
}
.case .case-menu-item .case-menu-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 128px;
  cursor: pointer;
}
.case .case-menu-item .case-menu-header>img {
  width: 48px;
  height: 48px;
}
.case .case-menu-item .case-menu-header>span {
  margin-top: 8px;
  font-size: 16px;
  color: #606266;
}
.case .case-menu-item .case-menu-content {
  display: none;
  margin-top: 34px;
  position: absolute;
  left: 0;
  right: 0;
}
.case .case-menu-item .case-menu-content .case-content-left {
  width: 660px;
  height: 495px;
}
.case .case-menu-item .case-menu-content .case-content-right {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  padding-top: 30px;
}
.case .case-menu-item .case-content-right .case-content-title {
  line-height: 30px;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  color: #303133;
}
.case .case-menu-item .case-content-right .case-content-summary {
  margin-bottom: 42px;
  font-size: 16px;
  color: #606266;
}
.case .case-menu-item .case-content-right .case-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.case .case-menu-item .case-content-right .case-content-wrapper .case-content-right-item {
  display: flex;
  flex-direction: column;
  width: 202px;
  margin-bottom: 32px;
  color: #303133;
}
.case .case-menu-item .case-content-right .case-content-wrapper .case-content-right-item:nth-child(2n+1) {
  margin-right: 56px;
}
.case .case-menu-item .case-content-right-item .right-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 2px;
}
.case .case-menu-item .case-content-right-item .right-item-title>img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.case .case-menu-item .case-content-right-item .right-item-content {
  padding-left: 34px;
  font-size: 14px;
  color: #606266;
}
/* 按钮 */
.primary-btn {
  width: 152px;
  height: 48px;
  background-color: #2284fe;
  font-size: 20px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.primary-btn:hover {
  background-color: #096dd9; }

/* 优势 */
.box-wrap {
  width: 100%;
  background-color: #fafbfc; }
.box-wrap.advantage-wrap {
  padding-top: 80px;
  background: linear-gradient(360deg, #2B7FFF 0%, #1345E7 100%);
}
.box-wrap.advantage-wrap .advantage-bg {
  width: 1526px;
  margin: 0 auto;
  margin-top: 80px;
  background: url(/templates/xgjnew/img/index/icon-advantage-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.box-wrap.advantage-wrap .title-wrap .sub-title,
.box-wrap.advantage-wrap .title-wrap .sub-state{
  color: #fff;
}
.advantage {
  padding: 0 0 23px; 
}

.advantage .data-wrap {
  margin-top: 60px;
  width: 100%;
  text-align: center;
  padding: 28px 0 50px;
  background: url(/templates/xgjnew/img/index/data-bg.png) no-repeat center; }

.advantage .data-wrap .data-list {
  margin-bottom: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.advantage .data-wrap .data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff; }

.advantage .data-wrap .data-item span.num-wrap {
  font-size: 48px;
  font-family: Arial;
  font-weight: 600; }

.advantage .data-wrap .primary-btn {
  background: #fff;
  color: #2284FE;
  border-radius: 4px;
}
.advantage .state-list {
  margin-top: 60px;
  display: flex;
  width: 100%;
  height: 400px; }

.advantage .state-list .state-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 384px;
  height: 400px;
  margin-right: 24px;
  padding: 48px 32px;
  font-size: 16px;
  box-shadow: 0px 10px 30px -5px rgba(6,29,84,0.2);
  border-radius: 12px 12px 12px 12px;
}
.advantage .state-list .state-item:first-child {
  background: #FFFFFF linear-gradient(180deg, rgba(150,102,254,0.13) 0%, rgba(150,102,254,0) 100%);
}
.advantage .state-list .state-item:nth-child(2) {
  background: #FFFFFF linear-gradient(180deg, rgba(255,170,0,0.1) 0%, rgba(255,170,0,0) 100%);
} 
.advantage .state-list .state-item:last-child {
  background: #FFFFFF linear-gradient(180deg, rgba(150,102,254,0.13) 0%, rgba(150,102,254,0) 100%);
} 
.advantage .state-list .state-item:hover {
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0px 20px 60px -10px rgba(6,29,84,0.4);
}
.advantage .state-list .state-item:last-child {
  margin-right: 0;
}
.advantage .state-list .state-item .state-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}
.advantage .state-list .state-item .state-title {
  font-size: 26px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 32px;
}
.advantage .state-list .state-item .state-content {
  display: flex;
  flex-direction: column;
}
.advantage .state-list .state-item .state-content>span {
  margin-bottom: 20px;
  line-height: 1;
}

/* 客户服务 */
.customer {
  padding: 80px 0; }

.customer .service-state {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 50px; }

.customer .characteristic-wrap {
  margin-left: 168px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.customer .characteristic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 48px 0 50px; }

.customer .characteristic-item {
  width: 292px;
  font-size: 16px;
  color: #6a7b8d; }

.customer .characteristic-item .characteristic-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 8px;
  height: 46px;
  font-size: 22px;
  color: #101010;
  font-weight: bold; }

.customer .characteristic-item:nth-child(3),
.customer .characteristic-item:nth-child(4) {
  margin-top: 40px; }

.customer .characteristic-list .characteristic-item {
  font-size: 16px;
  color: #6a7b8d; }

.characteristic-title-wrap {
  position: relative; }

.number-img {
  position: absolute;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  width: 36px;
  height: 44px; }

.customer .service-state .sevice-person {
  width: 397px;
  height: 383px; }

.customer .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.customer .service-list .service-item {
  width: 584px;
  padding: 21px 172px 19px 34px;
  border-radius: 8px;
  background-size: 100% 100% !important;
  cursor: pointer; }

.customer .service-item .service-title {
  font-size: 20px;
  color: #3d4042;
  font-weight: bold; }

.customer .service-item .service-title img {
  width: 46px;
  height: 30px;
  vertical-align: text-bottom; }

.customer .service-item .service-state-txt {
  width: 378px;
  padding: 21px 0 18px;
  font-size: 14px;
  color: #676c70; }

.customer .service-item .service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2284fe;
  font-size: 16px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.customer .service-item .service-link img {
  margin-left: 5px;
  width: 14px;
  height: 14px;
  vertical-align: middle; }

.service-link .service-deep-blue {
  display: none; }

.customer .service-list .service-item:hover .service-deep-blue {
  display: block; }

.customer .service-list .service-item:hover .service-blue {
  display: none; }

.customer .service-list .service-item:hover .service-link {
  color: #096dd9; }

.customer .service-list .service-item:first-child {
  background: url(/templates/xgjnew/img/index/customer-bg-01.png) no-repeat; }

.customer .service-list .service-item:first-child:hover {
  background: url(/templates/xgjnew/img/index/customer-bg-active-01.png) no-repeat; }

.customer .service-list .service-item:last-child {
  background: url(/templates/xgjnew/img/index/customer-bg-02.png) no-repeat; }

.customer .service-list .service-item:last-child:hover {
  background: url(/templates/xgjnew/img/index/customer-bg-active-02.png) no-repeat; }

/* 客户感言 */
.recollections {
  position: relative;
  padding: 80px 0; }

.recollections-img {
  position: absolute;
  z-index: 8; }

.recollections-left {
  left: -76px;
  top: 60px;
  width: 212px;
  height: 181px; }

.recollections-wrap {
  position: relative; }

.recollections-wrap .bd {
  height: 400px;
  overflow: hidden; }

.introduce {
  position: relative;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  cursor: pointer; }

.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 88px;
  height: 88px; }

.showVedio2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  margin: auto;
  z-index: 9999;
  display: none; }

.showVedio2 .showVedio2-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }

.showVedio2 .playcon {
  width: 64vw;
  height: 36vw;
  margin: auto;
  position: relative; }

.showVedio2 .playcon .player {
  width: 100% !important;
  height: 100% !important; }

.showVedio2 .close {
  width: 40px;
  height: 40px;
  font-size: 24px;
  position: absolute;
  right: -16px;
  top: -40px;
  cursor: pointer;
  background: url(../img/close.png) no-repeat center center; }

.showVedio2 .close .icon {
  width: 100%;
  height: 100%; }

.showVedio2 video {
  width: 100%;
  height: 100%;
  display: block; }

.introdue-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.introdue-video {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer; }

.recollections-right {
  right: -47px;
  bottom: 142px;
  width: 142px;
  height: 151px; }

.recollections .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* width: 995px;  */
}

.recollections .partner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 32px;
  margin-bottom: 20px;
  width: 172px;
  height: 76px;
  border-radius: 8px;
  z-index: 9;
  cursor: pointer;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease; }
  .recollections .partner-item:nth-child(6n){
    margin-right: 0;
  }
  .recollections .partner-item:nth-child(n+7){
    margin-bottom: 0;
  }

.recollections .partner-item .partner-item-child {
  width: 138px;
  height: 59px; }

.recollections .pos-partner-item {
  position: absolute;
  bottom: 0;
  right: -24px;
  z-index: 10;
  background-color: #ffffff;
  cursor: pointer; }

.recollections .partner-item .partner-item-img {
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -o-object-fit: contain;
  object-fit: contain; }

.recollections .partner-item.on,
.recollections .partner-item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(160, 160, 160, 0.4);
  box-shadow: 0px 2px 16px 0px rgba(160, 160, 160, 0.4); }

.recollections .partner-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #2284fe; }

.partner-link img {
  margin-left: 12px;
  vertical-align: initial;
  width: 20px;
  height: 20px; }

.recollections .partner-item span {
  margin-left: 12px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #2284fe; }

.recollections .partner-item .recollections .partner-item span img {
  width: 12px;
  height: 9px; }

.recollections .recollections-content {
  width: 1200px !important;
  position: relative;
  z-index: 10;
  margin: 32px 50px 48px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 16px;
  background-color: #ffffff; }

.recollections .recollections-content .introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 340px;
  height: 340px;
  background-color: #000000; }

.recollections .recollections-content .recollections-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 850px;
  padding: 40px 52px 40px 85px;
  color: #333333;
  font-size: 20px; }

.recollections .recollections-content .recollections-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #2284fe; }
.recollections .recollections-content .recollections-link-wrap{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.recollections .recollections-content .recollections-link-wrap .recollections-data{
  display: flex;
  font-size: 16px;
}
.recollections .recollections-content .recollections-link-wrap .recollections-data .recollections-item{
  padding: 6px 10px;
  background-color: #F5F5F5;
  line-height: 16px;
  color: #6A7B8D;
  border-radius: 4px 4px 4px 4px;
}

.recollections .recollections-content .recollections-link img {
  margin-right: 5px;
  width: 14px;
  height: 11px;
  vertical-align: middle; }

.recollections .recollections-content .detail-msg {
  /* height: 150px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.recollections .recollections-content .detail-msg p {
  position: relative;
  font-size: 16px;
  line-height: 2.2;
  color: #676c70;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
}

.recollections .recollections-content .detail-msg p .mark {
  position: absolute;
  width: 36px;
  height: 30px; }

.left-mark {
  left: -50px;
  top: -15px; }

.right-mark {
  bottom: -20px;
  right: 0; }
  .recollections .recollections-content .customer-info .mark{
    position: absolute;
    width: 36px;
    height: 30px; 
  }
.recollections .recollections-content .customer-info {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column; */
  position: relative;
  margin-bottom: 10px;
  /* flex-direction: column;  */
}

.recollections .recollections-content .customer-name {
  margin-bottom: 19px;
  color: #010101;
  font-size: 22px;
  font-weight: bold; }

/* .customer-info {
  margin-top: 44px; } */

.recollections .recollections-content .customer-title {
  color: #6a7b8d;
  font-size: 16px; }

/* 行业动态 */
.dynamic {
  padding: 80px 0; }

.dynamic-swiper .hd ul {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 18px;
  bottom: 10px;
  cursor: pointer; }

.dynamic-swiper .hd li {
  margin-right: 5px;
  width: 6px;
  height: 6px;
  background: #c8c9cc;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.dynamic-swiper .hd li.on {
  width: 21px;
  height: 6px;
  background: #2284fe; }

.dynamic-state-wrap {
  position: absolute;
  bottom: 0;
  width: 594px;
  height: 60px;
  padding: 20px 20px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(35, 35, 35, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(35, 35, 35, 0.65) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(35, 35, 35, 0.65) 100%);
  color: #ffffff;
  font-size: 24px; }

.dynamic-state {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dynamic-swiper-list {
  height: 396px;
  overflow: hidden; }

.dynamic-swiper-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 396px; }

.dynamic-swiper-item a {
  display: block;
  width: 100%;
  height: 100%; }

.dynamic-swiper-item img {
  -o-object-fit: cover;
  object-fit: cover; }

.dynamic-main {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dynamic-swiper {
  position: relative;
  width: 594px;
  height: 396px; }

.dynamic-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 47px; }

.dynamic-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #101010;
  font-size: 20px; }

.dynamic-title div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.dynamic-content .dynamic-wrap:first-child {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdee0; }

.dynamic-icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  vertical-align: middle; }

.dynamic-title a {
  color: #2284fe;
  font-size: 16px; }

.dynamic-title a img {
  width: 14px;
  height: 11px;
  vertical-align: middle; }

.dynamic-item {
  margin-top: 24px; }

.dynamic-item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #676c70;
  font-size: 16px; }

.dynamic-item a span:last-child {
  color: #969799; }

.dynamic-item a:hover span:last-child,
.dynamic-item a:hover span {
  color: #2284fe !important; }

/* 与更多教育品牌一起成长 */
.grow {
  padding: 80px 0; }

.grow-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.grow-swiper {
  position: relative;
  width: 1200px; }

.grow-swiper-wrap .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  cursor: pointer; }

.grow-swiper-wrap .icon {
  vertical-align: middle;
  font-size: 25px; }

.grow-swiper-wrap .btn:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08); }

.grow-swiper-wrap .leftBtn {
  left: -90px;
  margin: auto; }

.grow-swiper-wrap .leftBtn .rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.grow-swiper-wrap .rightBtn {
  right: -110px;
  margin: auto; }

.grow-list {
  overflow: hidden;
  width: 1220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 430px;
  margin: 0 auto;
  padding: 0 10px !important; }

.grow-list .grow-item {
  margin-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 380px !important;
  border-radius: 8px; }

.grow-item-wrap {
  position: relative;
  width: 380px !important;
  border-radius: 8px;
  font-size: 16px;
  color: #646566; }

.grow-href {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block; }

.grow-detail {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 217px; }

.grow-title {
  width: 100%;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  color: #323233; }

.grow-state {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  color: #646566; }

.grow-img-wrap {
  position: relative;
  width: 100%;
  height: 204px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden; }

.grow-img-wrap img {
  -o-object-fit: cover;
  object-fit: cover; }

.grow-img-wrap .tips {
  position: absolute;
  right: 0;
  top: 0;
  width: 128px;
  height: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdf2da), color-stop(98%, #f0e3bd));
  background: -webkit-linear-gradient(top, #fdf2da 0%, #f0e3bd 98%);
  background: linear-gradient(180deg, #fdf2da 0%, #f0e3bd 98%);
  border-radius: 0px 7px 0px 15px;
  font-size: 12px;
  line-height: 25px;
  color: #aa8238;
  text-align: center; }

.grow-img-wrap .blue-tips {
  color: #2d72c9;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1eeff), to(#c7dcff));
  background: -webkit-linear-gradient(top, #e1eeff 0%, #c7dcff 100%);
  background: linear-gradient(180deg, #e1eeff 0%, #c7dcff 100%); }

.grow-ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #969799; }

.grow-ex img {
  width: auto;
  height: 49px;
  -o-object-fit: contain;
  object-fit: contain; }

.look-btn {
  margin: 47px auto 0;
  width: 268px;
  height: 64px;
  line-height: 64px;
  background: #ffffff;
  outline: none;
  text-align: center;
  font-size: 20px;
  color: #101010;
  cursor: pointer; }

.look-btn button {
  width: 224px;
  height: 48px;
  background: #2284FE;
  outline: none;
  border: none;
  line-height: 48px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 8px; }

.look-btn button:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #2284fe; }

@-webkit-keyframes scrollToRight-data-v-6a32e916 {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

@keyframes scrollToRight-data-v-6a32e916 {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); } }

.company-wrapper {
  padding: 120px 0 40px
}
.company-wrapper .price-content {
  display: flex;
  flex-direction: column;
}
.logo_wrap {
  position: relative;
  width: 1440px;
  height: 500px;
  overflow: hidden;
  margin: 50px auto 0;
  font-size: 0; }

.line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.logo_wrap .mask {
  position: absolute;
  z-index: 10;
  width: 350px;
  height: 100%; }

.logo_wrap .left_mask {
  left: 0; }

.logo_wrap .right_mask {
  right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.logo_wrap .line_odd {
  width: 2580px;
  -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
  animation: scrollToRight-data-v-6a32e916 30s linear infinite; }

.logo_wrap .line_odd .logo_img {
  width: 50%;
  display: inline-block; }

.logo_wrap .line_even {
  width: 2580px;
  -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
  animation: scrollToRight-data-v-6a32e916 24s linear infinite; }

.logo_wrap .line_even .logo_img[data-v-6a32e916] {
  width: 50%;
  display: inline-block; }

.customer-wrap {
  position: relative;
  margin: 32px 0 25px; }

.customer-opcity {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 368px;
  height: 350px; }

.customer-wrap .customer-opcity:first-child {
  left: 0; }

.customer-wrap .customer-opcity:nth-child(2) {
  right: 0; }

.line_odd .customer-item {
  -webkit-box-shadow: 0px 8px 12px 0px rgba(219, 219, 219, 0.5);
  box-shadow: 0px 8px 12px 0px rgba(219, 219, 219, 0.5); }

.customer-item img {
  -o-object-fit: contain;
  object-fit: contain; }

.customer-item-child {
  width: 138px;
  height: 56px; }

.mt20 {
  margin-top: 20px; }

/* .customer-list {
  width: 3060px;
  height: 95px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  animation: scrollToright 36s linear infinite; 
}*/
.customer-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%; }

.customer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  width: 200px;
  height: 80px;   
  border: 1px solid #ebedf0;
  border-radius: 8px; }

.product {
  padding: 80px 0; }

.solveway .solveway-list {
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.solveway .solveway-list .solveway-item {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 178px;
  overflow: hidden;
  height: 310px;
  cursor: pointer;
  background: white;
  border: 1px solid #edf4fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 8px; }

.side-content {
  margin-top: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px; }

.side-img {
  margin-bottom: 5px;
  width: 58px; }

.download-btn {
  margin-top: 75px;
  width: 109px;
  height: 33px;
  background: #ffffff;
  border-radius: 4px;
  color: #2284fe;
  font-size: 14px;
  border: none;
  outline: none;
  cursor: pointer; }

.parent-btn {
  position: relative;
  top: 25px; }

.student-btn {
  position: relative;
  top: 70px; }

/* whyusexgj */
.whyuse {
  text-align: center;
  line-height: 1;
  margin-top: 76px; }

.whyuse .hint {
  color: #3d4042;
  font-size: 16px;
  margin-bottom: 16px; }

.whyuse .whyuseList {
  margin-top: 50px;
  font-size: 0; }

.whyuse .whyuseList .whyuseList-item {
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 363px;
  height: 339px;
  background: white;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5);
  border: 1px solid #edf4fa;
  padding-top: 172px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden; }

.whyuse .whyuseList .whyuseList-item p {
  font-size: 28px;
  color: #333;
  font-weight: 500; }

.whyuse .whyuseList .whyuseList-item ul {
  font-size: 14px;
  line-height: 21px;
  text-align: left;
  padding: 0 12px;
  display: inline-block; }

.whyuse .whyuseList .whyuseList-item ul li {
  margin-top: 8px;
  padding-left: 20px;
  font-size: 16px; }

.whyuse .whyuseList .whyuseList-item ul li .rightIcon {
  margin-left: -20px; }

.whyuse .whyuseList .whyuseList-item ul li .rightIcon .icon {
  margin-right: 6px; }

.whyuse .whyuseList .whyuseList-item ul li:first-child {
  margin-top: 0; }

.whyuse .whyuseList .whyuseList-item:nth-of-type(2) {
  margin: 0 44px; }

.whyuse .whyuseList .whyuseList-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 132px;
  margin-top: 0px; }

.whyuse .whyuseList .whyuseList-item .icon1 {
  background: -webkit-gradient(linear, left top, right top, from(#00a4f4), to(#00caf4));
  background: -webkit-linear-gradient(left, #00a4f4 0%, #00caf4 100%);
  background: linear-gradient(90deg, #00a4f4 0%, #00caf4 100%); }

.whyuse .whyuseList .whyuseList-item .icon1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/templates/xgjnew/img/safe.png") no-repeat center center;
  background-size: cover; }

.whyuse .whyuseList .whyuseList-item .icon2 {
  background: -webkit-gradient(linear, left top, right top, from(#ff7c1c), to(#ffa120));
  background: -webkit-linear-gradient(left, #ff7c1c 0%, #ffa120 100%);
  background: linear-gradient(90deg, #ff7c1c 0%, #ffa120 100%); }

.whyuse .whyuseList .whyuseList-item .icon2:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/templates/xgjnew/img/speciality.png") no-repeat center center;
  background-size: cover; }

.whyuse .whyuseList .whyuseList-item .icon3 {
  background: -webkit-gradient(linear, left top, right top, from(#187dff), to(#178dff));
  background: -webkit-linear-gradient(left, #187dff 0%, #178dff 100%);
  background: linear-gradient(90deg, #187dff 0%, #178dff 100%); }

.whyuse .whyuseList .whyuseList-item .icon3:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/templates/xgjnew/img/ensure.png") no-repeat center center;
  background-size: cover; }

/* usedata */
.usedata {
  text-align: center;
  font-size: 0;
  background-color: #f5fbff;
  background: url("/templates/xgjnew/img/databj.png") no-repeat center center;
  background-size: auto 100%;
  margin-top: 75px; }

.usedata .usedata-item {
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 354px;
  height: 254px;
  font-size: 0;
  line-height: 1; }

.usedata .usedata-item s {
  display: inline-block;
  width: 44px;
  height: 44px;
  margin-top: 60px; }

.usedata .usedata-item h2 {
  margin-top: 10px;
  font-size: 40px;
  color: #3d4042; }

.usedata .usedata-item p {
  margin-top: 12px;
  font-size: 16px;
  color: #676c70; }

.usedata .usedata-item:nth-of-type(2) {
  margin: 0 44px; }

.usedata .usedata-item .icon1 {
  background: url("/templates/xgjnew/img/focuson.png") no-repeat center center;
  background-size: cover; }

.usedata .usedata-item .icon2 {
  background: url("/templates/xgjnew/img/school.png") no-repeat center center;
  background-size: cover; }

.usedata .usedata-item .icon3 {
  background: url("/templates/xgjnew/img/partner.png") no-repeat center center;
  background-size: cover; }

/* xgjfunction */
.xgjfunction {
  margin-top: 80px;
  padding-bottom: 90px; }

.xgjfunction .tabs {
  margin-top: 48px;
  position: relative; }

.xgjfunction .tabs .tabs-bar {
  text-align: center;
  position: relative; }

.xgjfunction .tabs .tabs-bar .tabs-list {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 12px;
  vertical-align: bottom;
  margin-bottom: -1px;
  width: 1040px;
  margin: 0 auto; }

.xgjfunction .tabs .tabs-bar .tabs-list:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background: #f0f5fa; }

.xgjfunction .tabs .tabs-bar .tabs-item {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 26px;
  overflow: hidden;
  margin: 0 36px;
  vertical-align: bottom;
  margin-bottom: -1px;
  width: 100px; }

.xgjfunction .tabs .tabs-bar .tabs-item:first-child {
  margin-left: 0; }

.xgjfunction .tabs .tabs-bar .tabs-item:last-child {
  margin-right: 0; }

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con {
  display: block;
  cursor: pointer;
  color: #676c70;
  /* .tabs-animation {
                        font-size: 0;
                        position: absolute;
                        left: 100%;
                        bottom: 0;
                        width: 100%;
                        height: 10px;
                        border-bottom: 1px solid #E5E8ED;
                        background-color: #fff;
                        z-index: 10;
                        // animation: electricity .8s;
                    } */ }

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con .tabs-item-icon {
  display: block;
  margin: 0 auto;
  width: 60px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 50%;
  color: #a1aab3; }

.xgjfunction .tabs .tabs-bar .tabs-item .tabs-item-con .tabs-item-icon .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: -6px;
  opacity: 0.3; }

.xgjfunction
.tabs
.tabs-bar
.tabs-item
.tabs-item-con
.tabs-item-icon
.icon
svg {
  width: 100%;
  height: 100%;
  display: block; }

.xgjfunction .tabs .tabs-bar .tabs-active {
  position: relative; }

.xgjfunction .tabs .tabs-bar .tabs-active .tabs-item-con {
  color: #3d4042;
  font-weight: 500; }

.xgjfunction .tabs .tabs-bar .tabs-active .tabs-item-con .tabs-item-icon {
  color: #fff; }

.xgjfunction .tabs .tabs-bar .tabs-active .tabs-item-con .tabs-item-icon .icon {
  opacity: 1; }

.xgjfunction .tabs .tabs-bar .tabs-active:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 84px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #0f93ff; }

.xgjfunction .tabs .tip {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  height: 4px;
  text-align: center; }

.xgjfunction .tabs .tip li {
  display: inline-block;
  width: 15px;
  background: #dde4eb;
  height: 4px;
  margin-right: 10px;
  cursor: pointer; }

.xgjfunction .tabs .tip li:last-child {
  margin-right: 0; }

.xgjfunction .tabs .tip li.active {
  background: #0f93ff; }

.xgjfunction .tabs .icon1 {
  background: url("/templates/xgjnew/img/a1.png") no-repeat center center;
  background-size: contain; }

.xgjfunction .tabs .icon2 {
  background: url("/templates/xgjnew/img/a2.png") no-repeat center center;
  background-size: contain; }

.xgjfunction .tabs .icon3 {
  background: url("/templates/xgjnew/img/a3.png") no-repeat center center;
  background-size: contain; }

.xgjfunction .tabs .icon4 {
  background: url("/templates/xgjnew/img/a4.png") no-repeat center center;
  background-size: contain; }

.xgjfunction .tabs .icon5 {
  background: url("/templates/xgjnew/img/a5.png") no-repeat center center;
  background-size: contain; }

.xgjfunction .tabs .icon6 {
  background: url("/templates/xgjnew/img/a6.png") no-repeat center center;
  background-size: contain; }

.xgjfunction .tabs-content {
  background-size: contain;
  margin-top: 60px;
  height: 400px;
  padding: 0 100px;
  margin-left: -100px;
  overflow: hidden; }

.xgjfunction .tabs-content .detail-box {
  height: 400px;
  display: none;
  background: #fff;
  width: 1200px;
  margin: 0 auto; }

.xgjfunction .tabs-content .detail-box.active {
  display: block; }

.xgjfunction .tabs-content .detail-box .left {
  width: 600px;
  height: 100%;
  float: left;
  margin-left: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.xgjfunction .tabs-content .detail-box .right {
  width: 500px;
  height: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px; }

.xgjfunction .tabs-content .detail-box .right p {
  font-size: 28px;
  font-weight: 500;
  color: #3d4042;
  line-height: 50px;
  margin-top: 60px;
  margin-bottom: 22px;
  margin-left: -10px; }

.xgjfunction .tabs-content .detail-box .right p .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: bottom;
  margin-right: 14px; }

.xgjfunction .tabs-content .detail-box .right li {
  padding-left: 26px;
  font-size: 16px;
  color: #3d4042;
  line-height: 24px;
  margin-top: 16px; }

.xgjfunction .tabs-content .detail-box .right li .icon {
  margin-left: -24px;
  margin-right: 8px;
  width: 8px;
  height: 8px;
  vertical-align: 3px; }

.xgjfunction .tabs-content .detail-box .right .btn {
  display: inline-block;
  margin-right: 20px;
  width: 98px;
  line-height: 34px;
  height: 34px;
  margin-top: 60px;
  background: #fff;
  color: #0f93ff;
  background: #0f93ff;
  color: #fff;
  border-radius: 17px;
  text-align: center;
  border: 1px solid #0f93ff; }

.xgjfunction .tabs-content .detail-box .right .btn .icon {
  margin-right: 5px; }

.xgjfunction .tabs-content .detail-box .right .btn:nth-of-type(2) {
  background: #fff;
  color: #0f93ff; }

.xgjfunction .icon-left {
  position: absolute;
  left: -25px;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.xgjfunction .icon-right {
  position: absolute;
  right: -25px;
  font-size: 28px;
  line-height: 28px;
  height: 28px;
  bottom: 0;
  top: 0;
  display: block;
  margin: auto;
  cursor: pointer; }

.wellreceived {
  line-height: 1;
  padding-top: 84px;
  padding-bottom: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f5fbff));
  background: -webkit-linear-gradient(bottom, white 0%, #f5fbff 100%);
  background: linear-gradient(360deg, white 0%, #f5fbff 100%);
  background-image: url("/templates/xgjnew/img/custombj.png");
  background-position: center center;
  background-size: cover; }

.wellreceived .w1200 {
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.wellreceived > div {
  height: 100%; }

.wellreceived .received-list {
  margin-top: 48px;
  height: 358px;
  position: relative; }

.wellreceived .received-list .received-item {
  display: none;
  width: 100%;
  height: 100%;
  position: relative; }

.wellreceived .received-list .received-item.active {
  display: block; }

.wellreceived .received-list .received-item .teacher-approve {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 358px;
  z-index: 1;
  line-height: 22px;
  font-size: 14px;
  color: #676c70;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5); }

.wellreceived .received-list .received-item .teacher-approve .avator {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  margin-right: 60px; }

.wellreceived .received-list .received-item .teacher-approve .approve-content {
  padding-top: 46px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
p {
  position: relative; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.person-info {
  margin-top: 47px; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.person-info
.avator {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  float: left;
  font-size: 0;
  overflow: hidden; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.person-info
.avator
img {
  display: block;
  width: 100%;
  height: 100%; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.person-info
> div {
  float: left;
  line-height: 1; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.person-info
> div
p {
  font-size: 14px;
  font-weight: 400;
  color: #a1aab3; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.person-info
> div
p:first-child {
  margin-bottom: 16px;
  width: 66px;
  font-size: 22px;
  font-weight: 500;
  color: #3d4042;
  line-height: 1; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.icon {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.icon
svg {
  width: 100%;
  height: 100%; }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.marks1 {
  width: 36px;
  height: 31px;
  left: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.wellreceived
.received-list
.received-item
.teacher-approve
.approve-content
.marks2 {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 36px;
  height: 31px; }

.wellreceived .received-list .received-item .teacher-approve .arrow-list {
  position: absolute;
  right: 36px;
  top: 36px; }

.wellreceived
.received-list
.received-item
.teacher-approve
.arrow-list
.arrow-item {
  float: left;
  width: 24px;
  height: 24px;
  background: white;
  border: 1px solid #dde5eb;
  text-align: center;
  cursor: pointer; }

.wellreceived
.received-list
.received-item
.teacher-approve
.arrow-list
.arrow-item:first-child {
  margin-right: 20px; }

.wellreceived
.received-list
.received-item
.teacher-approve
.arrow-list
.arrow-item:first-child
.arrow {
  margin-right: -2.5px; }

.wellreceived
.received-list
.received-item
.teacher-approve
.arrow-list
.arrow-item:last-child
.arrow {
  margin-left: -2.5px; }

.wellreceived
.received-list
.received-item
.teacher-approve
.arrow-list
.arrow {
  border-color: #a1aab3; }

.wellreceived
.received-list
.received-item
.teacher-approve
.teacher-approve-detail {
  position: absolute;
  bottom: 48px;
  right: 60px;
  color: #42aaff; }

.wellreceived
.received-list
.received-item
.teacher-approve
.teacher-approve-detail
.arrow {
  border-color: #42aaff;
  margin-left: 4px; }

.wellreceived .received-list .received-item .bgimage {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 840px;
  height: 360px;
  z-index: 0;
  font-size: 0; }

.wellreceived .received-list .received-item .bgimage img {
  display: block;
  width: 100%;
  height: 100%; }

.wellreceived .icon-list {
  font-size: 0;
  margin-top: 48px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.wellreceived .icon-list li {
  width: 128px;
  height: 64px;
  display: inline-block;
  margin-right: 21px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0; }

.wellreceived .icon-list li:nth-of-type(8n) {
  margin-right: 0; }

.wellreceived .icon-list li.active,
.wellreceived .icon-list li:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.5);
  border: 1px solid #edf4fa; }

.wellreceived .icon-list li img {
  width: 100%;
  height: 100%; }

.wellreceived .case-list {
  margin: 80px auto 0 auto;
  height: 478px !important;
  position: relative; }

.wellreceived .case-list .list {
  width: 100%; }

.wellreceived .case-list .case-item {
  display: inline-block;
  width: 380px !important;
  margin-right: 24px;
  margin-bottom: 40px;
  height: 438px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #edf4fa;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear; }

.wellreceived .case-list .case-item .img {
  display: block;
  width: 320px;
  height: 202px;
  position: relative; }

.wellreceived .case-list .case-item p {
  font-weight: 500;
  color: #3d4042;
  line-height: 27px;
  font-size: 18px;
  margin-top: 25px; }

.wellreceived .case-list .case-item span {
  display: block;
  font-size: 14px;
  color: #676c70;
  line-height: 21px;
  margin-top: 10px; }

.wellreceived .case-list .case-item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px; }

.wellreceived .case-list .case-item .flex .customer-icon {
  display: block;
  width: 140px;
  height: 40px; }

.wellreceived .case-list .case-item .flex .scale {
  font-size: 14px;
  color: #a1aab3;
  line-height: 14px;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.wellreceived .case-list .case-item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.7);
  box-shadow: 0px 2px 8px 0px rgba(230, 241, 250, 0.7);
  border: 1px solid #edf4fa;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.wellreceived .case-list .btn {
  display: block;
  width: 60px;
  height: 60px;
  background: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  position: absolute;
  text-align: center;
  line-height: 60px;
  cursor: pointer; }

.wellreceived .case-list .btn .icon {
  vertical-align: middle;
  font-size: 25px; }

.wellreceived .case-list .btn:hover {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08); }

.wellreceived .case-list .leftBtn {
  left: -90px;
  top: 0;
  bottom: 0;
  margin: auto; }

.wellreceived .case-list .leftBtn .rotate180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.wellreceived .case-list .rightBtn {
  right: -90px;
  margin: auto; }

/* howtousexgj */
.howtousexgj {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #42aaff;
  line-height: 1;
  text-align: center; }

.howtousexgj i {
  border-color: #42aaff;
  margin-left: 6px; }

.diversity-services {
  margin-top: 160px; }

.diversity-services .services {
  margin-top: 48px; }

.diversity-services .services .services-item {
  width: 572px;
  height: 160px;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f5fbff));
  background: -webkit-linear-gradient(bottom, white 0%, #f5fbff 100%);
  background: linear-gradient(360deg, white 0%, #f5fbff 100%);
  float: left;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.diversity-services .services .services-item:first-child {
  margin-right: 44px; }

.diversity-services .services .services-item p {
  font-size: 20px;
  font-weight: 500;
  color: #3d4042;
  line-height: 1;
  margin-top: 41px; }

.diversity-services .services .services-item span {
  display: block;
  width: 380px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #676c70;
  line-height: 22px; }

.diversity-services .services .services-item.bg1 {
  background: url("/templates/xgjnew/img/success.png") no-repeat center center;
  background-size: cover; }

.diversity-services .services .services-item.bg2 {
  background: url("/templates/xgjnew/img/specialSel.png") no-repeat center center;
  background-size: cover; }

.diversity-services .services .services-item .icon-vip {
  background: url(/templates/xgjnew/img/vip.png) no-repeat center center;
  display: inline-block;
  width: 38px;
  height: 25px;
  background-size: contain;
  vertical-align: text-bottom;
  margin-left: 10px; }

.diversity-services .services .bg1:hover {
  background: url("/templates/xgjnew/img/successSelected.png") no-repeat center center;
  background-size: cover; }

.diversity-services .services .bg2:hover {
  background: url("/templates/xgjnew/img/specialSeled.png") no-repeat center center;
  background-size: cover; }

.solution {
  width: 100%;
  height: 741px;
  padding: 80px 0;
  background-image: url(/templates/xgjnew/img/index/banner-solution.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 741px;
  background-color: #1A4B70;
}
.solution .title-wrap .sub-title,
.solution .title-wrap .sub-state {
  color: #fff;
}
.solution .title-wrap .sub-state {
  height: 22px;
  padding-top: 0;
  margin-top: 12px;
}
.solution .solution-wrapper {
  display: flex;
  height: 466px;
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  position: relative;
}
.solution .solution-menu {
  display: flex;
  flex-direction: column;
  width: 280px;
  padding: 20px;
  background-color: #2284FE;
  border-radius: 4px 0 0 4px;
}
.solution .solution-menu .solution-menu-item .solution-menu-left {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 23px;
  margin-bottom: 12px;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
}
.solution .solution-menu .solution-menu-item:hover .solution-menu-left,
.solution .solution-menu .solution-menu-item.active .solution-menu-left {
  background-color: #fff;
  color: #303133;
}
.solution .solution-menu .solution-menu-item .solution-menu-right {
  display: none;
  position: absolute;
  left: 280px;
  top: 0;
  width: 920px;
  height: 100%;
}
.solution .solution-menu .solution-menu-item.active .solution-menu-right {
  display: flex;
}
.solution .solution-menu .solution-menu-item .solution-menu-content {
  display: flex;
  flex-direction: column;
  width: 680px;
  padding: 40px;
}
.solution .solution-menu .solution-content-top {
  padding-bottom: 28px;
  border-bottom: 1px solid #DCDFE6;
}
.solution .solution-menu .solution-content-bottom {
  padding-top: 24px;
}
.solution .solution-menu .solution-content-bottom .btn {
  display: inline-block;
  width: 105px;
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
  color: #fff;
  background: #2284FE;
  border-radius: 2px;
  border: 1px solid #2284FE;
  text-align: center;
  cursor: pointer;
}
.solution .solution-menu .solution-content-bottom .btn.default {
  background: #fff;
  color: #2284FE;
}
.solution .solution-menu .solution-question {
  display: flex;
  flex-direction: column;
}
.solution .solution-menu .solution-question .question-item {
  margin-bottom: 16px;
  font-size: 16px;
  color: #303133;
  line-height: 22px;
}
.solution .solution-menu .solution-question .question-item:hover {
  color: #2284FE;
}
.solution .solution-menu .solution-moudule {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.solution .solution-menu .solution-moudule .module-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
.solution .solution-menu .solution-moudule .module-item .painpoint-icon {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}
.solution .solution-menu .solution-moudule .module-item>span {
  font-size: 12px;
  color: #606266;
}
.solution .solution-menu .solution-example {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  padding: 40px 0;
  border-left: 1px solid #DCDFE6;
}
.solution .solution-menu .solution-example .example-title {
  margin-bottom: 19px;
  font-size: 18px;
  color: #303133;
}
.solution .solution-menu .solution-example .example-item {
  width: 172px;
  height: 264px;
}
/* news 新闻中心 */
.news {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }

.news .news-con {
  font-size: 16px;
  font-weight: 400;
  color: #3d4042;
  line-height: 24px;
  line-height: 30px; }

.news .news-con img {
  display: inline-block;
  width: 80px;
  height: 20px;
  vertical-align: middle;
  font-size: 0; }

.news .news-con .news-contDetail {
  display: inline-block;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3d4042;
  line-height: inherit;
  margin-right: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: none; }

.news .news-con .news-contDetail.active {
  display: inline-block; }

.news .news-con a {
  font-size: 14px;
  font-weight: 400;
  color: #42aaff;
  line-height: 14px;
  cursor: pointer;
  display: inline-block; }

.news .news-con a i {
  border-color: #42aaff; }

/* index公共样式 */
.index .title {
  text-align: center;
  font-size: 34px;
  color: #3d4042;
  font-weight: 500;
  line-height: 1; }

@-webkit-keyframes electricity {
  0% {
    left: 0;
    width: 100%; }
  100% {
    left: 101%;
    width: 0; } }

@keyframes electricity {
  0% {
    left: 0;
    width: 100%; }
  100% {
    left: 101%;
    width: 0; } }

/* 成就数据样式 */
.welfare-list.m-center {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1200px;
  height: 142px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 12px 36px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  backdrop-filter: blur(10px);
}

.welfare-list.m-center .welfare-list-item {
  flex: 1;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.welfare-list.m-center .achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.welfare-list.m-center .achievement-main {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 54px;
}

.welfare-list.m-center .achievement-number {
  font-weight: bold;
  font-size: 36px;
  color: #303133;
  line-height: 54px;
  display: inline-block;
}

.welfare-list.m-center .achievement-unit {
  font-weight: 400;
  color: #303133;
  display: inline-block;
  margin-left: 2px;
  line-height: 40px;
}

.welfare-list.m-center .unit-year {
  font-size: 16px;
}

.welfare-list.m-center .unit-plus {
  font-size: 24px;
}

.welfare-list.m-center .achievement-title {
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 24px;
  margin-top: 4px;
}

.welfare-list.m-center .welfare-border {
  width: 1px;
  background-color: #E5E5E5;
  height: 80px;
  margin: 0 auto;
}



/* 运营管家模块样式 */
.operation-wrapper {
    padding-top: 190px;
    background-color: #fff;
    padding-bottom: 120px;
}

.operation-wrapper .content-wrapper {
    background-image: url('../img/newIndex/operation-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1200px;
    border-radius: 20px;
    height: 560px;
}

.operation-wrapper .operation-list {
    position: relative;
}

.operation-wrapper .title-wrap {
    text-align: center;
    margin-bottom: 40px;
}

/* .operation-wrapper .sub-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
}

.operation-wrapper .sub-state {
    font-size: 16px;
    color: #666;
} */

/* Tab栏样式 */
.operation-wrapper .tab-container {
    padding: 10px 90px;
    margin-bottom: 30px;
}

.operation-wrapper .tab-list {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.operation-wrapper .tab-item {
    padding: 10px 20px;
    cursor: pointer;
    color: #303133;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.operation-wrapper .tab-item.active {
    color: #303133;
    background: #F0F2F5;
    border-radius: 99px;
    font-weight: 600;
}

/* 内容区域样式 */
.operation-wrapper .tab-content {
    background-color: #fff;
    overflow: hidden;
}

.operation-wrapper .tab-panel {
    display: none;
}

.operation-wrapper .tab-panel.active {
    display: block;
}

.operation-wrapper .content-wrapper {
    display: flex;
}

.operation-wrapper .content-left {
    width: 560px;
    padding: 48px 48px 20px;
}

.operation-wrapper .content-right {
    flex-shrink: 0;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
}

.operation-wrapper .content-right img {
    box-shadow: none;
    border: none;
}

.operation-wrapper .content-title {
    color: #303133;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 8px;
}

.operation-wrapper .content-desc {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
    line-height: 24px;
    margin-bottom: 32px;
}

/* 功能列表样式 */
.operation-wrapper .feature-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -12px -18px;
}
.operation-wrapper .feature-list > * {
    width: calc(50% - 36px);
    margin: 12px 18px;
}
/* IE11 fallback for grid */
@supports (display: grid) {
    .operation-wrapper .feature-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 36px;
        margin: 0;
    }
    .operation-wrapper .feature-list > * {
        width: auto;
        margin: 0;
    }
}

.operation-wrapper .feature-item {
    display: flex;
    align-items: flex-start;
}


.operation-wrapper .item-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.operation-wrapper .item-icon img {
    max-width: 100%;
    max-height: 100%;
}

.operation-wrapper .item-info {
    width: 170px;
}

.operation-wrapper .item-title {
    font-weight: 500;
    font-size: 16px;
    color: #303133;
    line-height: 24px;
    margin-bottom: 4px;
}

/* 运营管家模块样式层级展示 */

/* 两级嵌套示例 */
.operation-wrapper .item-text {
    color: #606266;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}


/* 五级嵌套示例 - 展示最深层级控制 */
.operation-wrapper .feature-list .feature-item .item-info .item-text {
    /* 五级嵌套：精确控制特定层级的文本样式 */
    color: #606266;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.operation-wrapper .content-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* 经贝管家模块样式 */
.jb-wrapper {
    background: #fff;
    padding-bottom: 120px;
}

.jb-wrapper .jb-wrap {
    background-color: #fff;
    background-image: url('/templates/xgjnew/img/newIndex/jb/jb-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
.jb-wrapper .title-wrap {
    margin-bottom: 40px;
}

/* .jb-wrapper .sub-title {
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
} */

.jb-wrapper .jb-wrap .jb-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 480px;
    align-items: center;
}

.jb-wrapper .jb-wrap .jb-content .jb-left {
    flex: 1;
    padding: 48px;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-section-title {
    color: #303133;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-section-title img {
    width: 36px;
    height: 36px;
    margin-left: 10px;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-section-desc {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
    line-height: 24px;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-solution-title {
    font-weight: 500;
    font-size: 16px;
    color: #303133;
    line-height: 24px;
    margin: 36px 0 24px;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-features {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px;
    margin-bottom: 30px;
}
.jb-wrapper .jb-wrap .jb-content .jb-left .jb-features > * {
    width: calc(50% - 20px);
    margin: 10px;
}
/* IE11 fallback for grid */
@supports (display: grid) {
    .jb-wrapper .jb-wrap .jb-content .jb-left .jb-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0;
        margin-bottom: 30px;
    }
    .jb-wrapper .jb-wrap .jb-content .jb-left .jb-features > * {
        width: auto;
        margin: 0;
    }
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-features .jb-feature-row {
    display: block;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-features .jb-feature-row .jb-feature-item {
    display: flex;
    align-items: flex-start;
    padding-right: 0;
    margin-bottom: 20px;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-features .jb-feature-row .jb-feature-item .feature-check {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-features .jb-feature-row .jb-feature-item .feature-text {
    font-weight: 500;
    font-size: 16px;
    color: #303133;
    line-height: 24px;
    margin: 0;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-tags {
    margin: 30px 0;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-tags .tag-item {
    display: inline-block;
    padding: 0px 16px;
    background: #F2FbF8;
    border-radius: 4px;
    height: 32px;
    font-weight: 500;
    font-size: 16px;
    color: #00B578;
    line-height: 32px;
    margin-right: 12px;
    margin-bottom: 8px;
    font-weight: 500;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-more-btn {
    background: #1677FF;
    border-radius: 99px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    border: none;
    padding: 9px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jb-wrapper .jb-wrap .jb-content .jb-left .jb-more-btn:hover {
    background-color: #357abd;
    transform: translateY(-2px);
}

.jb-wrapper .jb-wrap .jb-content .jb-right {
    flex-shrink: 0;
    width: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jb-wrapper .jb-wrap .jb-content .jb-right .jb-screenshot {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.jb-wrapper .jb-wrap .jb-content .jb-right .jb-screenshot .main-screenshot {
    max-width: 100%;
    height: auto;
    box-shadow: none;
    border: none;
}

/* Tab样式增强 - 参考operation-wrapper样式 */
.jb-wrapper .jb-tab-container {
    padding: 10px;
    margin-bottom: 30px;
}

.jb-wrapper .jb-tab-container .tab-list {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

.jb-wrapper .jb-tab-container .tab-list .tab-item {
    padding: 10px 20px;
    cursor: pointer;
    color: #303133;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    transition: all 0.3s ease;
    white-space: nowrap;
    margin: 0 20px;
}

.jb-wrapper .jb-tab-container .tab-list .tab-item.active {
    color: #303133;
    background: #F0F2F5;
    border-radius: 99px;
    font-weight: 600;
}
.plan-wrapper-bg{
  background: linear-gradient( 180deg, #F0F4FF 0%, #E0EDFF 100%);
}
/* plan-wrapper 解决方案展示模块 */
.plan-wrapper {
    padding: 120px 0 60px;
}
.plan-wrapper .plan-list {
    width: 1200px;
    margin: 0 auto;
}
.plan-wrapper .title-wrap {
    text-align: center;
    margin-bottom: 40px;
}
.plan-wrapper .plan-wrap {
    padding-top: 20px;
}
.plan-wrapper .plan-wrap .solution-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    max-width: 1200px;
    margin: 0 auto;
}
.plan-wrapper .plan-wrap .solution-grid > * {
    width: calc(33.333% - 20px);
    margin: 0 10px 20px;
}
/* IE11 fallback for grid */
@supports (display: grid) {
    .plan-wrapper .plan-wrap .solution-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 0 auto;
    }
    .plan-wrapper .plan-wrap .solution-grid > * {
        width: auto;
        margin: 0;
    }
}
.plan-wrapper .plan-wrap .solution-item {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
    transition: all 0.3s ease;
    position: relative;
    height: 234px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.plan-wrapper .plan-wrap .solution-item .solution-header {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-icon img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-content .title-subtitle-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.plan-wrapper .plan-wrap .solution-item .solution-content .solution-title {
    font-size: 28px;
    font-weight: 600;
    color: #303133;
    line-height: 42px;
    margin: 0;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-content .solution-subtitle {
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    margin-top: 14px;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-content .solution-features {
    display: none;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .solution-desc {
    font-size: 16px;
    color: #606266;
    line-height: 24px;
    margin-top: auto;
    font-weight: 400;
}
.plan-wrapper .plan-wrap .solution-item .solution-features-detail {
    display: none;
    padding-left: 0;
    margin: 15px 0;
}
.plan-wrapper .plan-wrap .solution-item .solution-features-detail li {
    list-style: none;
    font-size: 14px;
    color: #606266;
    line-height: 1.8;
    margin-bottom: 8px;
}
.plan-wrapper .plan-wrap .solution-item .apply-btn {
    display: none;
    font-weight: 400;
    font-size: 16px;
    color: #1677FF;
    text-decoration: none;
    padding: 0px 0px 0px 20px;
    transition: all 0.3s ease;
}
.plan-wrapper .plan-wrap .solution-item .apply-btn img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    transform: translateY(-1px);
}
.plan-wrapper .plan-wrap .solution-item:hover {
    background: linear-gradient( 180deg, #F0F4FF 0%, #E0EDFF 100%);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 0px 40px 0px rgba(6,29,84,0.2);
    height: 234px;
    z-index: 10;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-desc {
    display: none;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-icon {
    margin-bottom: 0;
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-content {
    flex: 1;
    margin-bottom: 0;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-content .title-subtitle-wrapper {
    margin-bottom: 0;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-content .solution-title {
    font-size: 20px;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-content .solution-subtitle {
    display: none;
}
.plan-wrapper .plan-wrap .solution-item:hover .apply-btn {
    display: inline-block;
    margin-left: auto;
    white-space: nowrap;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-features-detail {
    display: block;
    padding-left: 0;
    margin: 0px;
}
.plan-wrapper .plan-wrap .solution-item:hover .solution-features-detail li {
    list-style: none;
    font-size: 16px;
    color: #606266;
    line-height: 24px;
    margin-bottom: 6px;
}

/* service-wrapper 服务展示模块 */
.service-wrapper {
    background-color: #fff;
    padding: 80px 0;
}
.service-wrapper .service-wrap {
    width: 1200px;
    margin: 0 auto;
}
.service-wrapper .title-wrap {
    text-align: center;
    margin-bottom: 60px;
}
.service-wrapper .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
}

/* 兼容搜狗浏览器：如果浏览器支持gap，gap会控制间距，margin不会产生额外间距 */
/* 对于不支持gap的浏览器，margin会生效作为降级方案 */
.service-wrapper .service-list .service-item {
    width: 384px;
    height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
    transition: all 0.3s ease;
    /* border: 1px solid #f0f0f0; */
    position: relative;
    padding: 0 32px;
    margin: 0 15px;
}
.service-wrapper .service-list .service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    z-index: 1;
}
.service-wrapper .service-list .service-item > * {
    position: relative;
    z-index: 2;
}
.service-wrapper .service-list .service-item:hover {
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    border-color: #e6f0ff;
}
.service-wrapper .service-list .service-item .service-icon {
    position: absolute;
    top: 40px;
    right: 31px;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.service-wrapper .service-list .service-item .service-icon img {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.service-wrapper .service-list .service-item .service-content .service-title {
    margin-top: 43px;
    font-size: 24px;
    font-weight: 600;
    color: #101011;
    line-height: 1.4;
}
.service-wrapper .service-list .service-item .service-content .service-desc {
    margin-top: 4px;
    font-weight: 500;
    font-size: 20px;
    color: #101011;
    line-height: 30px;
}
.service-wrapper .service-list .service-item .service-content .service-details {
    margin-top: 20px;
}
.service-wrapper .service-list .service-item .service-content .service-details .detail-item {
    font-weight: 400;
    font-size: 16px;
    color: #303133;
    line-height: 32px;
}
.service-wrapper .service-list .service-item:hover .service-icon img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.service-wrapper .flow-warp-title {
    font-weight: 400;
    font-size: 24px;
    color: #606266;
    line-height: 36px;
    text-align: center;
    margin-top: 80px;
}
/* flow-wrap 步骤图模块 */
.service-wrapper .flow-warp {
    margin-top: 40px;
    padding: 0 20px;
}
.service-wrapper .flow-warp .flow-steps {
    max-width: 1200px;
    margin: 0 auto;
}
.service-wrapper .flow-warp .flow-line {
    position: relative;
    height: 2px;
    background: linear-gradient(to right, #1677FF 0%, #1677FF 100%);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, #1677FF 50%, transparent 50%);
    margin-bottom: 16px;
    margin-left: 90px; /* 从第一个点开始画线 */
    width: calc(100% - 180px); /* 缩短到第五个点，去掉箭头前面的线 */
}
.service-wrapper .flow-warp .flow-dot {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #1677FF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.service-wrapper .flow-warp .flow-dot:last-child {
    background: none;
    width: 16px;
    height: 16px;
    left: calc(100% - 90px); /* 调整到对应第六个item的位置 */
}
.service-wrapper .flow-warp .flow-dot:last-child::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 10px solid #1677FF;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}
.service-wrapper .flow-warp .flow-items {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.service-wrapper .flow-warp .flow-item {
    width: 180px;
    height: 202px;
    background: rgba(22,119,255,0.05);
    border-radius: 20px;
    text-align: center;
    padding: 32px 20px 0;
    box-sizing: border-box;
}
.service-wrapper .flow-warp .flow-item .flow-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 16px;
}
.service-wrapper .flow-warp .flow-item .flow-icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.service-wrapper .flow-warp .flow-item .flow-title {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    text-align: center;
}
.service-wrapper .flow-warp .flow-item .flow-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606266;
    line-height: 24px;
    text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 1900px) {
  .footprint-wrapper .video-wrap {
    width: 1200px !important;
  }
  .footprint-wrapper .abroad-customer {
    left: 40px !important;
  }
  .footprint-wrapper .video-bg-nhzd {
    right: 200px !important;
    width: 90px !important;
    height: 137px !important;
  }
}
/* // 足迹相关样式 */
.footprint-wrapper {
  position: relative;
  margin-bottom: 100px;
}
.footprint-wrapper .highlight-number {
  font-weight: 500;
  font-size: 24px;
  color: #FF8F1F;
}
.footprint-wrapper .video-wrap {
  margin: 60px auto 0;
  width: 1920px;
  position: relative;
  overflow: hidden;
}
.footprint-wrapper .video-wrap .video-right {
  width: 2px;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
}
.footprint-wrapper .video-wrap .video-bg-left {
  width: 360px;
  position: absolute;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
  height: 100%;
}
.footprint-wrapper .video-wrap .video-bg-right {
  width: 360px;
  position: absolute;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  right: 0;
  bottom: 0;
  height: 100%;
}
.footprint-wrapper .video-wrap .video-bg-bottom {
  width: 100%;
  position: absolute;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  bottom: 0;
  height: 180px;
}
.footprint-wrapper .video-wrap .video-bg-nhzd {
  position: absolute;
  width: 116px;
  height: 177px;
  bottom: 0px;
  right: 350px;
  background: url('/templates/xgjnew/img/newIndex/nhzd.png') no-repeat center center;
  background-size: 100% 100%;
}
.footprint-wrapper .video-wrap .video-bg-top {
  width: 100%;
  position: absolute;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  top: 0;
  height: 180px;
}
.footprint-wrapper .video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
/* customer 客户分布样式 */
.footprint-wrapper .video-wrap .abroad-customer {
  position: absolute;
  left: 360px;
  bottom: 10px;
  width: 392px;
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-title {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-list > * {
  margin: 0 16px 16px 0;
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(23% - 16px);
  /* IE9+ 支持 calc，但需要确保单位正确 */
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-logo {
  width: 30px;
  height: 20px;
  margin-right: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-logo img {
  width: 100%;
  height: 100%;
  display: block;
  /* IE不支持object-fit，使用width/height控制 */
  -o-object-fit: cover;
  object-fit: cover;
}
.footprint-wrapper .video-wrap .abroad-customer .abroad-customer-country-name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  white-space: nowrap;
}

/* guarantee-wrap 安全保障列表样式 */
.guarantee-wrapper {
  background: linear-gradient(360deg, #F0F4FE 0%, #E0EDFF 100%);
  padding: 120px 140px 72px;
  position: relative;
}
.guarantee-wrapper .guarantee-bg {
  background-image: url(/templates/xgjnew/img/newIndex/image1689.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.guarantee-wrapper .guarantee-list {
  position: relative;
  z-index: 2;
}
.guarantee-wrapper .guarantee-wrap {
  padding: 48px 0px;
}
.guarantee-wrapper .guarantee-wrap .security-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.guarantee-wrapper .guarantee-wrap .security-item {
  width: 384px;
  height: 370px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 48px 32px 32px;
  box-sizing: border-box;
  border: 2px solid #FFFFFF;
  transition: all 0.3s ease;
  cursor: pointer;
}
.guarantee-wrapper .guarantee-wrap .security-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.15);
  border-color: #E0EDFF;
}
.guarantee-wrapper .guarantee-wrap .security-logo {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
}
.guarantee-wrapper .guarantee-wrap .security-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.guarantee-wrapper .guarantee-wrap .security-title {
  font-weight: 600;
  font-size: 28px;
  color: #303133;
  line-height: 42px;
  text-align: left;
  margin-bottom: 24px;
}
.guarantee-wrapper .guarantee-wrap .security-details p {
  font-weight: 400;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
  margin-bottom: 12px;
}
.guarantee-wrapper .guarantee-wrap .security-details p:last-child {
  margin-bottom: 0;
}


.honor-wrapper {
  background: #fff;
  padding: 150px 0 70px;
}
.honor-wrapper .honor-wrap {
  padding-top: 72px;
}

/* News-wrapper 样式 */
.News-wrapper {
  background: #fff;
  padding: 10px 0 70px;
}
.News-wrapper .News {
  padding-top: 72px;
}
.News-wrapper .News .news-wrap {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.News-wrapper .News .news-wrap .news-left {
  width: 816px;
  position: relative;
}

.News-wrapper .News .news-wrap .news-left .news-header {
  display: flex;
  height: 88px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  box-sizing: border-box;
  border-radius: 8px;
}

.News-wrapper .News .news-wrap .news-left .news-header .news-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.News-wrapper .News .news-wrap .news-left .news-header .news-title-wrap .news-icon {
  width: 48px;
  height: 48px;
}

.News-wrapper .News .news-wrap .news-left .news-header .news-title-wrap .news-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
}

.News-wrapper .News .news-wrap .news-left .news-header .view-more {
  font-weight: 400;
  font-size: 16px;
  color: #909399;
  line-height: 24px;
  text-decoration: none;
}
.News-wrapper .News .news-wrap .news-left .news-header .view-more img{
  vertical-align: middle;
  transform: translateY(-1px);
}

.News-wrapper .News .news-wrap .news-left .news-header .view-more:hover {
  color: #409EFF;
}

.News-wrapper .News .news-wrap .news-left .news-swiper {
  position: relative;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide {
  display: none;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide.active {
  display: block;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content {
  display: flex;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-image {
  width: 380px;
  height: 285px;
  margin-right: 24px;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-info {
  flex: 1;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-info .news-time {
  font-weight: 400;
  font-size: 16px;
  color: #909399;
  line-height: 24px;
  margin-bottom: 12px;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-info .news-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #303133;
  line-height: 36px;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-info .news-desc {
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 24px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-info .news-detail {
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  line-height: 21px;
  text-decoration: none;
}

.News-wrapper .News .news-wrap .news-left .news-swiper .news-slide .news-content .news-info .news-detail:hover {
  color: #409EFF;
}

.News-wrapper .News .news-wrap .news-left .news-pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 6px;
  left: 334px;
  width: 200px;
}

.News-wrapper .News .news-wrap .news-left .news-pagination .page-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #DCDFE6;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 8px;
}

.News-wrapper .News .news-wrap .news-left .news-pagination .page-dot.active {
  width: 24px;
  border-radius: 4px;
  background: #409EFF;
}

.News-wrapper .News .news-wrap .news-left .news-pagination .page-dot:hover {
  background: #C0C4CC;
}

.News-wrapper .News .news-wrap .news-left .news-pagination .page-dot:hover.active {
  background: #409EFF;
}

.News-wrapper .News .news-wrap .materials-right {
  width: 384px;
}

.News-wrapper .News .news-wrap .materials-right .materials-header {
  width: 384px;
  height: 88px;
  background: #F3F7FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0; 
}

.News-wrapper .News .news-wrap .materials-right .materials-header .materials-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.News-wrapper .News .news-wrap .materials-right .materials-header .materials-title-wrap .materials-icon {
  width: 48px;
  height: 48px;
}

.News-wrapper .News .news-wrap .materials-right .materials-header .materials-title-wrap .materials-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
}

.News-wrapper .News .news-wrap .materials-right .materials-header .view-more {
  font-weight: 400;
  font-size: 16px;
  color: #909399;
  line-height: 24px;
  text-decoration: none;
}

.News-wrapper .News .news-wrap .materials-right .materials-header .view-more:hover {
  color: #409EFF;
}
.News-wrapper .News .news-wrap .materials-right .materials-list{
  padding: 0 24px;
  background: #FBFCFF;
  border-radius: 0px 0px 20px 20px;
}
.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E7ED;
  padding: 20px 0;
  transition: background-color 0.3s ease;
  padding: 20px;
  margin: 0 -20px;
  cursor: pointer;
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item:hover {
  background-color: #F5F7FA;
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item .materials-time {
  width: 60px;
  font-weight: 400;
  font-size: 14px;
  color: #909399;
  line-height: 28px;
  flex-shrink: 0;
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item .materials-content {
  flex: 1;
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item .materials-content .materials-item-title {
  font-weight: 500;
  font-size: 18px;
  color: #303133;
  line-height: 27px;
  margin-bottom: 3px;
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item .materials-content .materials-get {
  font-weight: 400;
  font-size: 14px;
  color: #606266;
  line-height: 21px;
  text-decoration: none;
  
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item .materials-content .materials-get img{
  vertical-align: middle;
  transform: translateY(-1px);
}

.News-wrapper .News .news-wrap .materials-right .materials-list .materials-item .materials-content .materials-get:hover {
  color: #409EFF;
}

/* activity-wrapper 活动模块样式 */
.activity-wrapper{
  margin: 60px 0;
}
.activity-wrapper .activity-list .activity-wrap{
  margin-top: 60px;
}
.activity-wrapper .activity-list .activity-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats {
  width: 1200px;
  height: 360px;
  background: url('/templates/xgjnew/img/newIndex/activity/bg1.jpg') no-repeat center;
  background-size: cover;
  border-radius: 20px;
  padding: 40px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-logo {
  width: 200px;
  height: 36px;
  margin-right: 80px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-logo img {
  width: 100%;
  height: 100%;
  /* IE不支持object-fit，使用width/height控制 */
  -o-object-fit: contain;
  object-fit: contain;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list {
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin: 30px -30px 0;
}
.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list > * {
  margin: 0 30px;
}
/* IE不支持gap，使用margin替代 */
@supports (gap: 60px) {
  .activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list {
    gap: 60px;
    margin: 30px 0 0;
  }
  .activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list > * {
    margin: 0;
  }
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list .stats-item {
  text-align: left;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list .stats-item .stats-title {
  margin-bottom: 4px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list .stats-item .stats-title .stats-number {
  font-weight: bold;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 54px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list .stats-item .stats-title .stats-unit {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list .stats-item .stats-title .stats-unit.stats-plus {
  font-size: 24px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list .stats-item .stats-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}

.activity-wrapper .activity-list .activity-wrap .activity-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.activity-wrapper .activity-list .activity-wrap .activity-content .video-section {
  position: relative;
  width: 796px;
  height: 448px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 20px 0 10px;
}

.activity-wrapper .activity-list .activity-wrap .activity-content .video-section .video-bg {
  width: 100%;
  height: 100%;
  /* IE不支持object-fit，使用width/height控制 */
  -o-object-fit: cover;
  object-fit: cover;
}

.activity-wrapper .activity-list .activity-wrap .activity-content .video-section .activity-play-btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
  transition: -ms-transform 0.3s ease, transform 0.3s ease;
}

.activity-wrapper .activity-list .activity-wrap .activity-content .video-section .activity-play-btn:hover {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.activity-wrapper .activity-list .activity-wrap .activity-content .showcase-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.activity-wrapper .activity-list .activity-wrap .activity-content .showcase-section > * {
  margin-bottom: 20px;
}
.activity-wrapper .activity-list .activity-wrap .activity-content .showcase-section > *:last-child {
  margin-bottom: 0;
}

.activity-wrapper .activity-list .activity-wrap .activity-content .showcase-section .showcase-item {
  width: 384px;
  height: 214px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -ms-transform 0.3s ease, transform 0.3s ease;
  transition: -ms-transform 0.3s ease, transform 0.3s ease;
}
.activity-wrapper .activity-list .activity-wrap .activity-content .showcase-section .showcase-item-1{
  margin-bottom: 20px;
}

.activity-wrapper .activity-list .activity-wrap .activity-content .showcase-section .showcase-item .showcase-img {
  width: 100%;
  height: 100%;
  /* IE不支持object-fit，使用width/height控制 */
  -o-object-fit: cover;
  object-fit: cover;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 350px;
  opacity: 0.7;
  margin: 36px -4px 0;
}
.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list2 > * {
  margin: 0 4px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list2 .info-item {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.9;
  margin-right: 24px;
}

.activity-wrapper .activity-list .activity-wrap .activity-stats .stats-list2 .info-item::before {
  content: "•";
  font-size: 16px;
  margin-right: 8px;
}

/* 视频播放器样式 */
.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-overlay.show {
  opacity: 1;
}

.activity-video {
  width: 80%;
  max-width: 900px;
  height: auto;
  max-height: 80vh;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.video-close {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  transition: background 0.3s ease;
}

.video-close:hover {
  background: #ffffff;
}
.activity-wrapper .activity-list .activity-wrap .more-btn {
  margin: 60px auto 60px;
  width: 132px;
  height: 40px;
  line-height: 43px;
  background: #1677FF;
  outline: none;
  text-align: center;
  font-size: 14px;
  /* IE9+ 支持 border-radius，但使用较大的值可能显示为圆形 */
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  color: #FFFFFF;
  cursor: pointer;
  /* IE兼容性：确保按钮可以点击 */
  display: inline-block;
  vertical-align: middle;
  /* IE兼容性：添加过渡效果前缀 */
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  -moz-transition: background-color 0.3s ease, color 0.3s ease;
  -ms-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.activity-wrapper .activity-list .activity-wrap .more-btn:hover {
  background-color: #096dd9;
}
.activity-wrapper .activity-list .activity-wrap .more-btn:active {
  background-color: #0050b3;
}


/* qwerty-wrap 轮播图样式 */
.qwerty-wrapper {
  padding: 60px 20px 120px;
}
.qwerty-wrapper .title-wrap {
  margin-bottom: 40px;
}
.qwerty-wrapper .title-wrap .sub-state {
  color: #606266;
}

.qwerty-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 432px;
  max-width: 1920px;
  margin: 0 auto;
}

.carousel-container {
  width: 100%;
  max-width: 1920px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 352px;
  margin: 0 -10px;
}
/* margin作为降级方案：不支持gap的浏览器使用margin */
.carousel-track > * {
  margin: 0 10px;
}
/* 兼容搜狗浏览器：如果浏览器支持gap，gap会控制间距，margin不会产生额外间距 */
/* 对于不支持gap的浏览器，margin会生效作为降级方案 */

.carousel-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.carousel-item.hidden {
  display: none;
}

.carousel-item.test-hidden {
  display: none;
}

/* 默认状态卡片 */
.carousel-item:not([data-position="3"]) {
  width: 260px;
  height: 352px;
  background: #F5F7FA;
  border-radius: 20px;
  padding: 20px 20px 28px;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.carousel-item:not([data-position="3"]) .item-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* IE不支持will-change，但可以忽略 */
  will-change: opacity;
  opacity: 1;
}

.carousel-item:not([data-position="3"]) .default-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* align-items: center; */
}

/* 默认卡片 - Logo */
.carousel-item:not([data-position="3"]) .default-logo {
  width: 76px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 8px;
  /* IE不支持filter: grayscale，但可以忽略，不影响布局 */
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -ms-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  /* IE不支持will-change，但可以忽略 */
  will-change: background-image;
  opacity: 0.7;
}

/* 默认卡片 - 人物头像 */
.carousel-item:not([data-position="3"]) .default-avatar {
  width: 165px;
  height: 150px;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -ms-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  /* IE不支持will-change，但可以忽略 */
  will-change: background-image;
}

.carousel-item:not([data-position="3"]) .default-avatar img {
  width: 100%;
  height: 100%;
  /* IE不支持object-fit，使用width/height控制 */
  -o-object-fit: cover;
  object-fit: cover;
}

/* 默认卡片 - 信息包装器 */
.carousel-item:not([data-position="3"]) .default-info-wrapper {
  padding: 16px 20px;
  background: #FFFFFF;
  width: 100%;
  border-radius: 12px;
}

/* 默认卡片 - 标题 */
.carousel-item:not([data-position="3"]) .default-title {
  font-weight: 600;
  font-size: 20px;
  color: #303133;
  line-height: 30px;
  margin-bottom: 4px;
}

/* 默认卡片 - 姓名 */
.carousel-item:not([data-position="3"]) .default-name {
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 24px;
  margin-bottom: 4px;
}

/* 默认卡片 - 学员人数 */
.carousel-item:not([data-position="3"]) .default-students {
  font-weight: 400;
  font-size: 16px;
  color: #606266;
  line-height: 24px;
}

/* 高亮状态卡片 */
.carousel-item[data-position="3"] {
  width: 680px;
  height: 352px;
  /* IE9-10 不支持 linear-gradient，使用纯色作为降级方案 */
  background: #AED0FF;
  /* IE10+ 支持 linear-gradient */
  background: -ms-linear-gradient(135deg, #D6E7FF 0%, #AED0FF 100%);
  background: -webkit-linear-gradient(135deg, #D6E7FF 0%, #AED0FF 100%);
  background: -moz-linear-gradient(135deg, #D6E7FF 0%, #AED0FF 100%);
  background: linear-gradient(135deg, #D6E7FF 0%, #AED0FF 100%);
  border-radius: 20px;
  padding: 0;
  /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
  position: relative;
}

.carousel-item[data-position="3"] .item-content {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 40px 28px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  /* IE不支持will-change，但可以忽略 */
  will-change: opacity;
  background: url('/templates/xgjnew/img/newIndex/20251226-150749.png') no-repeat center center;
  background-size: 100% 50%;
  background-position: 100% 100%;
  opacity: 1;
}

.carousel-item[data-position="3"] .highlight-content {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

/* 高亮卡片 - Logo */
.carousel-item[data-position="3"] .highlight-logo {
  width: 130px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 28px;
  padding: 0px 30px;
  margin-left: 30px;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -ms-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  /* IE不支持will-change，但可以忽略 */
  will-change: background-image;
}

/* 高亮卡片 - 标题 */
.carousel-item[data-position="3"] .highlight-title {
  font-weight: 600;
  font-size: 24px;
  color: #303133;
  line-height: 36px;
  margin-bottom: 8px;
  padding: 0px 30px;
}

/* 高亮卡片 - 校区和学员 */
.carousel-item[data-position="3"] .highlight-campus-students {
  font-weight: 400;
  font-size: 16px;
  color: #303133;
  line-height: 24px;
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px;
  margin: 0 30px 35px;
}
.carousel-item[data-position="3"] .highlight-campus-students > * {
  margin-right: 16px;
}
.carousel-item[data-position="3"] .highlight-campus-students > *:last-child {
  margin-right: 0;
}
/* IE不支持gap，使用margin替代 */
@supports (gap: 16px) {
  .carousel-item[data-position="3"] .highlight-campus-students {
    gap: 16px;
    margin: 0 30px 35px;
  }
  .carousel-item[data-position="3"] .highlight-campus-students > * {
    margin-right: 0;
  }
}

.carousel-item[data-position="3"] .highlight-campus-students span {
  display: inline-block;
}

/* 高亮卡片 - 描述 */
.carousel-item[data-position="3"] .highlight-desc {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px 28px;
  font-weight: 400;
  font-size: 16px;
  color: #606266;
}
.carousel-item[data-position="3"] .highlight-desc .highlight-desc-content{
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  word-wrap: break-word;
  line-height: 24px;
}

/* 高亮卡片 - 人物图像 */
.carousel-item[data-position="3"] .highlight-avatar {
  position: absolute;
  width: 300px;
  height: 225px;
  top: -62px;
  right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 12px;
  z-index: 1;
  -webkit-transition: background-image 0.3s ease-in-out;
  -moz-transition: background-image 0.3s ease-in-out;
  -ms-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  /* IE不支持will-change，但可以忽略 */
  will-change: background-image;
}

/* 轮播按钮 */
.carousel-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
  z-index: 10;
}

.carousel-btn:hover {
  background: #FFFFFF;
}

.carousel-btn.prev-btn {
  left: 0px;
}

.carousel-btn.next-btn {
  right: 0px;
}

/* 响应式设计 */
@media (max-width: 1400px) {
  .carousel-item.highlight-item {
    width: 600px;
  }
  
  .carousel-btn.prev-btn {
    left: 20px;
  }
  
  .carousel-btn.next-btn {
    right: 20px;
  }
}

@media (max-width: 1200px) {
  .testimonial-carousel {
    padding: 0 80px;
  }
}

@media (max-width: 768px) {
  .carousel-item.default-item,
  .carousel-item.highlight-item {
    width: 280px;
    height: 320px;
  }
  
  .carousel-item.highlight-item {
    width: 320px;
  }
  
  .testimonial-carousel {
    height: 380px;
    padding: 0 60px;
  }
}


