.index_title {
  text-align: center;
  font-weight: bold;
}
.wrap1440 {
  width: 1440px;
  max-width: 90%;
  margin: 0 auto;
}
/* banner */
.site_banner .content {
  z-index: 3;
  transform: translate(-50%, -29%);
  top: auto;
  bottom: 0;
}
.site_banner .content * {
  pointer-events: auto;
}
.site_banner .item {
  margin-top: 4.5%;
}
.site_banner .item a {
  display: block;
  height: 115px;
  width: 472px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.site_banner .item .icon {
  height: 100%;
  padding: 0 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site_banner .item .right {
  color: #fff;
  padding: 0 30px 0 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site_banner .item .right p {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Arial;
  color: rgba(255, 255, 255, 0.7);
}
.site_banner .item .right h5 {
  font-weight: 700;
  font-size: 20px;
}
.site_banner .item .arrow-next {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
/* 创业在AG平台在线试玩 */
.part1 {
  background: #f8f8f8;
  padding: 5% 0;
}
.part1 .swiper-container {
  width: 100%;
}
.part1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 74.9%;
  padding: 0 15px;
}
.part1 .swiper-slide img {
  max-width: 100%;
}
.part1 .swiper-slide .cont {
  left: 15px;
  background: #f0f2f4;
  width: 580px;
  height: 280px;
  color: #333;
  box-sizing: border-box;
  text-align: left;
  padding: 4.86787204% 4.17246175%;
}
.part1 .swiper-slide h3 {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
}
.part1 .swiper-slide p {
  margin-top: 10px;

  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 6em;
  overflow:hidden;
}
.part1 .swp_button {
  position: absolute;
  right: 15.10416667%;
  bottom: 40px;
  height: 44px;
  width: 100px;
}
.part1 .swiper-button-prev,
.part1 .swiper-button-next {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  background-image: none;
  border-radius: 50%;
  overflow: hidden;
  color: #444;
  border: 2px solid #fff;
  transition: all 0.3s;
}
.part1 .swiper-button-prev:hover,
.part1 .swiper-button-next:hover {
  border-color: #265ba7;
  color: #fff;
}
.part1 .swiper-button-prev i::before,
.part1 .swiper-button-next i::before {
  opacity: 0;
}
.part1 .swiper-button-prev {
  left: -2px;
}
.part1 .swiper-button-prev i {
  background: url(/upload/images/arrow_left.png) 1px 0 no-repeat;
  background-size: contain;
}
.part1 .swiper-button-next {
  right: -2px;
}
.part1 .swiper-button-next i {
  background: url(/upload/images/arrow_right.png) 4px 0 no-repeat;
  background-size: contain;
}
/* 生涯在AG平台在线试玩 */
.part2 {
  padding: 5% 0;
}
.part2 .swiper-container {
  width: 100%;
  margin: 2.08333333% auto 4.16666667%;
}
.part2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  width: 25.72916667%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.part2 .swiper-slide img {
  max-width: 100%;
}
.part2 .swiper-scrollbar {
  width: 1440px;
  max-width: 80%;
  opacity: 1 !important;
  margin: 0 auto;
  position: static;
  height: 5px;
  background: #e4f7ff;
}
.part2 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #579ae6;
}
/* "纳"些人说 */
.part3 {
  background: #f6f6f6;
  padding: 5% 0 6.51041667%; 
}
.part3 .swiper_box {
  width: 91.25%;
  margin: 0 auto;
}
.part3 .swiper-container {
  width: 100%;
  padding: 80px 0;
  overflow-x: hidden;
}
.part3 .swiper-slide.video_button{cursor: pointer;}
.part3 .swiper-slide {
  box-shadow: 0 0 10px 1px rgba(30, 30, 30, 0.2);
  text-align: center;
  width: 19.52054795%;
  border-radius: 10px;
  overflow: hidden;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.5s;
  cursor: default;
}
.part3 .swiper-slide img {
  max-width: 100%;
}
/*.part3 .swiper-slide::after {*/
.part3 .video_button::after {
  content: '\e6ac';
  font-family: 'iconfont';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
  display: block;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.part3 .swiper-slide-active {
  transform: scale(1.25);
  z-index: 2;
  position: relative;
  box-shadow: 2px -2px 24px 0 rgba(10, 17, 26, 0.7);
}
/* 纳样眷注 */
.part4 {
  overflow: hidden;
  padding: 4.16666667% 0 6.25%;
}
.customer_care {
  position: relative;
}
.customer_care ul {
  height: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 -5px;
  font-size: 0;
  text-align: left;
}
.customer_care ul li {
  width: 98px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px;
  position: relative;
  overflow: visible;
  text-align: center;
}
.customer_care ul li:first-child {
  width: -moz-calc(-450%);
  width: calc(100% - 550px);
}
.customer_care ul li:nth-child(2n) .cover_box {
  background: rgba(50, 190, 255, 0.8);
}
.customer_care ul li.open .innner_box {
  opacity: 1;
}
.customer_care ul li.open .cover_box {
  opacity: 0;
}
.customer_care ul li.open .icon_open {
  display: none;
}
.customer_care ul li .innner_box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  position: absolute!important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.customer_care ul li .innner_box img {
  display: none;
}
.customer_care ul li .innner_box .innner_box_txt {
  opacity: 0;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(25.15%, #0f2341), to(rgba(15, 35, 65, 0)));
  background: -webkit-linear-gradient(bottom, #0f2341 25.15%, rgba(15, 35, 65, 0) 100%);
  background: -moz-linear-gradient(bottom, #0f2341 25.15%, rgba(15, 35, 65, 0) 100%);
  background: linear-gradient(360deg, #0f2341 25.15%, rgba(15, 35, 65, 0) 100%);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.customer_care ul li .innner_box .innner_box_txt h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.customer_care ul li .innner_box .innner_box_txt p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin: 5px 0 0 0;
  color: #fff;
  letter-spacing: normal;
  text-align: left;
  white-space: normal;
}
.customer_care ul li .cover_box {
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 90, 171, 0.8);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.customer_care ul li .cover_box * {
  pointer-events: auto;
}
.customer_care ul li .cover_box h4,
.customer_care ul li .cover_box h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  width: 20px;
  text-align: left;
  white-space: normal;
  letter-spacing: 0.3em;
  font-weight: 700;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.customer_care ul li .cover_box h3 {
  padding-left: 5px;
  padding-top: 12px;
  letter-spacing: 0;
  font-size: 16px;
  font-family: arial;
  writing-mode: vertical-rl;
  height: 160px;
}
.customer_care ul li .cover_box span {
  display: block;
  width: 1px;
  height: 148px;
  background: rgba(255, 255, 255, 0.3);
  margin: 20px 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.customer_care ul li .cover_box img {
  height: 48px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.customer_care ul li .icon_open {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
.customer_care ul li .icon_open img {
  width: 24px;
}
.scroolicon {
  display: block!important;
  position: absolute;
  top: 30%;
}
body .js_customer_care_animate > h3 {
  opacity: 0;
  left: -30px;
}
body .js_customer_care_animate > p {
  opacity: 0;
  left: 30px;
  position: relative;
}
body .js_customer_care_animate ul {
  opacity: 0;
  position: relative;
  left: -moz-calc(285px);
  left: calc(335px - 50vw);
}
body .js_customer_care_animate ul li {
  display: none;
  left: -55px;
}
@media (max-width: 700px) {
  body .js_customer_care_animate ul li {
    top: -30px;
    left: 0;
  }
}
body .js_customer_care_animate ul li:nth-child(1) {
  left: 0;
  display: inline-block;
}
@media (max-width: 700px) {
  body .js_customer_care_animate ul li:nth-child(1) {
    top: 0;
  }
}
body .js_customer_care_animate ul li:nth-child(2) {
  display: inline-block;
  opacity: 0;
  left: 0;
  z-index: 6;
}
@media (max-width: 700px) {
  body .js_customer_care_animate ul li:nth-child(2) {
    top: 0;
  }
}
body .js_customer_care_animate ul li:nth-child(3) {
  z-index: 5;
}
body .js_customer_care_animate ul li:nth-child(4) {
  z-index: 4;
}
body .js_customer_care_animate ul li:nth-child(5) {
  z-index: 3;
}
body .js_customer_care_animate ul li:nth-child(6) {
  z-index: 2;
}
@media (max-width: 700px) {
  .customer_care {
    padding: 0 0 60px;
  }
  .customer_care h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .customer_care p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 30px;
  }
  .customer_care ul {
    height: auto;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .customer_care ul li {
    width: 100%;
    height: 50px;
    margin: 10px 0 0;
  }
  .customer_care ul li:first-child {
    margin-top: 0;
    width: 100%;
    height: 300px;
  }
  .customer_care ul li .innner_box .innner_box_txt {
    padding: 0 15px 15px;
  }
  .customer_care ul li .innner_box .innner_box_txt h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .customer_care ul li .innner_box .innner_box_txt p {
    font-size: 12px;
    line-height: 1.75;
  }
  .customer_care ul li .cover_box {
    padding: 0 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .customer_care ul li .cover_box h4 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: normal;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
  }
  .customer_care ul li .cover_box span {
    width: 360px;
    height: 1px;
    margin: 0 15px;
  }
  .customer_care ul li .cover_box img {
    height: 24px;
  }
}
/* 声誉夸奖 */
.part5 {
  position: relative;
}
.part5 .cont {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.part5 .text {
  color: #fff;
  text-align: center;
}
.part5 .text h2 {
  margin-bottom: 4%;
}
.part5 .text p {
  margin-bottom: 20%;
}
/* “纳”就来吧 */
.part6 {
  overflow: hidden;
}
.part6 .cont {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.part6 .index_title {
  overflow: hidden;
  margin-top: 5.72916667%;
}
.part6 .items {
  position: relative;
  width: 918px;margin: auto;
  margin-top: 3.47222222%;
}
.part6 .items::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 96%;
  height: 3px;
  background: url(/upload/images/line.png) 0 center repeat-x;
  z-index: 1;
}
.part6 ul {
  display: block;
  position: relative;
  z-index: 2;
}
.part6 li {
  position: relative;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  float: left;
  margin: 0 2.25%;
  box-shadow: 0 11px 26px 0 rgba(23, 19, 47, 0.18);
}
.part6 li:first-child {
  margin-left: 0;
}
.part6 li:last-child {
  margin-right: 0;
}
.part6 li:last-child::after {
  display: none;
}
.part6 li::before {
  content: '';
  display: block;
  background: #fff;
  margin-top: 7px;
  margin-left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 50%;
  overflow: hidden;
}
.part6 li::after {
  content: '\e61c';
  font-family: 'iconfont';
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  display: block;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  border-radius: 50px;
  background: #265ba7;
}
.part6 li img {
  width: 68px;
  max-width: 50%;
}
.part6 .txt {
  font-size: 20px;
  text-align: center;
  margin-top: 25px;
}
.part6 .index_more {
  text-align: center;
  margin-top: 6.77083333%;
}
/*@media (max-width: 1600px) {
  .part6 li {
    width: 110px;
    height: 110px;
    margin: 0 3.5%;
  }
  .part6 li::after {
    right: -58px;
  }
}
@media (max-width: 1477px) {
  .part6 .items {
    width: 1033px;
    margin: 0 auto;
  }
  .part6 li {
    width: 87px;
    height: 87px;
    margin: 0 3.4%;
  }
  .part6 li::after {
    right: -51px;
  }
}*/
@media (max-width: 1024px) {
  .part1 .swp_button {
    position: static;margin: auto;
  }
  .part1 .swiper-slide .cont {
    position: static;
    width: 100%;
    padding: 3%;
    transform: translateY(0);
    height: 120px;
    overflow: hidden;
  }
  .part6 .txt {
    font-size: 13px;
    white-space: nowrap;
  }
  .part6 .cont {
    height: auto !important;
    padding-bottom: 3%;
  }
  .part6 .items {
    width: 490px
  }
  .part6 ul {
    text-align: center;
  }
  .part6 li {
    width: 70px;
    height: 70px;
    margin: 0 3.55%;
  }
  .part6 li::after {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    right: -28px;
  }
}
@media (max-width: 768px) {
  .part6 .items{width: 100%;}
  .site_banner {
    height: 700px !important;
  }
  .site_banner .content {
    text-align: center;
    width: 95%;
    bottom: 2%;
  }
  .site_banner .content img {
    display: inline-block;
    height: 25px;
    width: auto;
  }
  .site_banner .item {
    width: 100%;
    margin: 2% auto 0;
  }
  .site_banner .item .right {
    padding: 0 20px 0 20px;
    text-align: left;
  }
  .site_banner .item a {
    width: 100%;
    height: 80px;
  }
  .customer_care ul li .cover_box h3 {
    width: 30%;
    writing-mode: horizontal-tb;
    height: 20px;
    line-height: 20px;
    padding-top: 0;
    font-size: 14px;
  }
  .part2 .swiper-slide {
    width: 50%;
  }
  /* 声誉夸奖 */
  .part5 .cont {
    height: 200px !important;
  }
  /* 纳就来吧 */
  .part6 .items::after {
    display: none;
  }
  .part6 ul {
    /*padding-left: 5%;*/
  }
  .part6 li {
    margin-left: 0 !important;
    margin-right: 5%;
    margin-bottom: 45px;
  }
  .part6 li::after {
    display: none;
  }
}


@media screen and (max-width: 767px) {
.site_banner {height: 350px !important;}
.part6 li{margin-right: 12%;}
.part6 li:nth-child(3n){margin-right: 0;}
.part6 li:nth-child(3n+1){clear: both;}

.part1 .swp_button{width: 80px;padding-top: 20px;}
.part1 .swiper-button-prev i,.part1 .swiper-button-next i{display: none;}
.part1 .swiper-button-prev,.part1 .swiper-button-next{border: 2px solid #265ba7;    width: 28px;
    height: 28px;box-sizing:border-box;
    background-size: 8px !important;}
.part1 .swiper-button-prev{position: static;float: left;margin: 0;background: url(/upload/images/arrow_left.png) center no-repeat;}
.part1 .swiper-button-next{position: static;float: right;margin: 0;background: url(/upload/images/arrow_right.png) center no-repeat;}



}
<!--耗时1770324125.8579秒-->