
/* 第一栏 */
.home-main {
  padding-left: 0;
  overflow-x: clip;
}

.achievement-css .achievement-container .right-item1 {
  font-size: 2.2rem;
  font-weight: 500;
}
.achievement-css .achievement-container .right-item2 {
  font-size: 2rem;
  font-weight: 300;
}

.achievement-container .left-icon {
  width: 76px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  margin-right: 15px;
}
.home-main .ach-content {
  display: flex;
  align-items: center;
  color: #fff;
  background-image: url(../asset/home/bg-1.png);
  height: 100vh;
  background-position: center center;
  position: relative;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
}

.home-main .ach-content .flex-column-ach .font-20{
  font-size: 2rem;
}
.home-main .ach-content .flex-column-ach .ach-h1-title {
  font-size: 3.2rem;
}
@media (min-width: 991px) {
  .home-main .ach-content .flex-column-ach {
    padding: 0 130px;
  }
  .home-main .ach-content .flex-column-ach .font-20{
    margin: 30px 0;
  }
  .home-top-card {
    display: flex;
    justify-content: center;
  }
  .student-card-png-css {
    height: 55vh;
  }
  .achievement-css .achievement-container {
    display: flex;
    align-items: center;
    margin: 30px 0;
  }
}
@media (min-width: 991px) and (max-width: 1280px) {
  .home-main .ach-content .flex-column-ach {
    padding: 0 90px;
  }
  .student-card-png-css {
    padding: 30px;
    height: 70vh;
  }
}

@media (max-width: 991px) {
  .home-main .ach-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #fff;
    height: 100vh;
  }
}
/* 第一栏结束 */

/* 第二栏  版本*/
.edition-row {
  margin: 100px 0;
  width: 100vw;
  padding: 0 50px;
}
.edition-row .v2-bg {
  background-image: url(../asset/home/v2-bg.png);
  height: 44rem;
  background-repeat: round;
  display: flex;
  align-items: center;
}
.edition-row .v-inner-content {
  width: 55%;
  margin-left: 6rem;
}
.edition-row .v-inner-content .edit-row-title {
  font-size: 3.2rem;
}
.edition-row .v-inner-content .edit-row-func {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}
.edition-row .v-inner-content .edit-row-info {
  font-size: 1.8rem;
  margin-bottom: 22px;
}
.edition-row .v3-bg {
  background-image: url(../asset/home/v3-bg.png);
  height: 44rem;
  background-repeat: round;
  display: flex;
  align-items: center;
}

.edition-row .about-more {
  background-color: #3B81F1;
  color: #fff;
  border-radius: 10px;
  font-size: 1.5rem;
  border: none;
  padding: 1.2rem 2rem;
}

@media (min-width: 991px) and (max-width: 1280px) {
  .edition-row .v3-bg {
    height: 48rem;
  }
  .edition-row .v2-bg {
    height: 48rem;
  }
}
/* 第二栏结束 */

/* 第三栏开始 product产品 */
.show-product {
  width: 100vw;
  background-color: #f8f9fe;
  padding: 40px 86px;
}
.show-product .product-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  overflow: hidden;
  cursor: pointer;
}
.show-product .product-item .img-content {
  border-radius: 10px;
  overflow: hidden;
}
.show-product .product-item img {
  transition: transform 300ms;
  width: 100%;
}
.show-product .product-item img:hover {
  transform: scale(1.1);
}

@media (min-width: 768px) {
  .card-modal .modal-dialog {
    width: 71vw;
    height: 20vh;
  }
  .card-modal .modal-dialog.fa-modal-dialog {
    width: 68vw;
    height: 20vh;
  }
  .modal-body {
    padding: 30px;
  }
  .modal-body .plan-img-content {
    margin-bottom: 30px;
  }
  .modal-body .plan-img-content img {
    width: 100%;
  }
  .card-modal .modal-body h3,h2,.detail-info {
    text-align: center;
  }
  .card-modal .modal-body .detail-info {
    font-size: 16px;
    margin-top: 30px;
  }
  .card-modal .modal-header .modal-title {
    text-align: left!important;
  }
}

.modal-body .produce-show {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.modal-body .produce-show .p-f-content{
  display: flex;
  flex-direction: column;
  color: #797979;
  font-size: 14px;
}
.modal-body .produce-show .p-f-content span {
  margin-bottom: 5px;
}
.p-img img{width: 100%;}
.top-func-content {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.top-func-content .top-func-item {
  margin-right: 20px;
  width: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.ys-content {
  display: flex;
  flex-direction: column;
}
.ys-t-title {
  background: #3B81F1;
  margin-bottom: 10px;
  color: #fff;
  width: 120px;
}
.ys-content .ys-c-item{
  margin: 8px 0;
}

.ys-content .ys-title {
  padding: 5px 30px;
  border: 1px solid #3B81F1;
  border-radius: 8px;
  margin-right: 10px;
  line-height: 30px;
}

.modal-body .produce-show.ban-card{
  flex-direction: column;
}

.modal-body .produce-show.ban-card .d-img img{
  width: 100%;
}
.modal-body .produce-show.ban-card .row-1{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.modal-body .produce-show .p-f-config {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  padding: 0 70px;
}

.modal-body .produce-show .d-config-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px!important;
}

.modal-body .produce-show .dian{
  font-size: 20px;
  color: #3B81F1;
  font-weight: bold;
  margin-right: 8px;
}

.modal-body .produce-show .xfj-title {
  color: #3B81F1;
  font-size: 18px;
  margin-top: 50px;
}

.modal-body .img img {
  width: 100%;
}
.gate-content {
  display: flex;
  margin-top: 50px;
}
.gate-content .left-content {
  margin-right: 30px;
}

.gate-img img{
  transform: scale(0.8);
}
/* 第三栏结束 */

/* 客户案例开始 */
.customer-case {
  width: 100vw;
  position: relative;
  background: linear-gradient(135deg, #3B81F1 0%, #698DF6 23%, #9DB4FB 58%, rgba(120, 202, 254, 0.53) 100%);
}
.customer-case .case-title {
  position: relative;
  top: 0;
  left: 9rem;
  background-image: url(../asset/home/case-title-bg.png);
  width: 16rem;
  height: 14rem;
  background-repeat: round;
}
.customer-case .case-title .title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
  font-weight: 600;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.customer-case .case-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 9rem;
}
.customer-case .case-content h1 {
  font-size: 2.8rem;
}
.customer-case .case-content .kj-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 50px;
  width: 100%;
  cursor: pointer;
}
.customer-case .case-content .kj-case img {
  height: 200px;
  width: 200px;
}
.customer-case .case-content .case-name {
  font-size: 2.2rem;
  text-align: center;
  margin: 20px 0;
}

.customer-case .case-content .kj-bg{
  background-image: url(../asset/home/kj-bg.png);
  background-repeat: round;
  padding-left: 0;
}
.customer-case .case-content .sj-bg{
  background-image: url(../asset/home/sj-bg.png);
  background-repeat: round;
  padding-right: 0;
}
/* 客户案例结束 */

/* 期待更多 */
.expect-css .expect-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 200px;
  padding-bottom: 100px;
}
.expect-css .expect-content h1 {
  font-size: 2.8rem;
}
.expect-css .expect-content .expect-more {
  font-size: 2.2rem;
  margin: 40px 0;
  text-align: center;
}

.export-more-img img {
  width: 100%;
}
/* 期待更多结束 */

/* 合作伙伴 */
.partner-css {
  width: 100vw;
  background-image: url(../asset/home/penter-bg.png);
  background-repeat: round;
}
.partner-css .title {
  margin-bottom: 30px;
  font-weight: 600;
}
.partner-css .partner-content {
  padding: 80px;
  background-image: radial-gradient();
}
.partner-css .partner-content .title {
  text-align: center;
  margin-bottom: 50px;
}
.partner-css .partner-content .penter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.partner-css .hz-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.partner-css .partner-content .penter-item img {
  width: 150px;
  height: 150px;
  transition: transform 300ms;
}
.partner-css .partner-content .penter-item img:hover {
  transform: scale(1.15);
}
.partner-css .partner-content .penter-item .penter-name {
  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
}

/* 合作伙伴结束 */

/* 合作学校 */
.coop-sc-content {
  padding: 70px 200px;
  width: 100vw;
  background: #F9F9F9;
}
@media (min-width: 991px) and (max-width: 1280px) {
  .coop-sc-content {
    padding: 6rem 11rem;
  }
  .coop-nav-bar .coop-nav-bar-item {
    margin-right: 8rem!important;
  }
  .partner-css .partner-content .penter-item img {
    width: 13rem;
    height: 13rem;
    transition: transform 300ms;
  }
 
}
.coop-sc-title {
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 50px;
}
.coop-sc-title .coop-nav .coop-nav-bar{
  display: flex;

}
.coop-nav-bar .coop-nav-bar-item {
  font-size: 28px;
  font-weight: bold;
  margin-right: 100px;
  cursor: pointer;
}
.coop-nav-bar .coop-nav-bar-item.active-menu {
  color: rgba(59, 129, 241, 1);
  position: relative;
}
.coop-nav-bar .coop-nav-bar-item.active-menu::after{
  content: '';
  position: absolute;
  left: calc(50% - 18px);
  bottom: -10px;
  right: 0;
  width: 36px;
  height: 5px;
  background-color: rgba(59, 129, 241, 1);
}

.school-content.show-active {
  display: block;
}
.school-content {
  margin-top: 50px;
  display: none;
}
.school-content .school-container {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
}
.school-content .school-container > .col-md-2 {
  margin-bottom: 40px;
}
.school-content .school-item {
  padding: 42px 0;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 300ms;
}
.school-content .school-item .img-box {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.school-content .school-item .school-name {
  font-size: 18px;
  color: #666;
  font-weight: 500;
  margin-top: 50px;
  padding: 0 10px;
}
.school-content .school-item:hover {
  transform:translate(0,-10px);
  box-shadow: 10px 10px 10px #DCDCDC;
}

/* 合作学校结束 */

/* mobile-style */
@media (max-width: 600px) {
  .home-main {
    padding: 0;
  }
  .home-main .ach-content {
    padding: 0 40px;
  }
  .home-main .ach-content .flex-column-ach {
    padding: 0;
  }
  .home-main .ach-content .flex-column-ach .ach-h1-title{
    margin-top: 100px;
  }

  .home-main .ach-content .achievement-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .home-main .ach-content .flex-column-ach .ach-h1-title {
    font-size: 2.2rem;
  }
  .home-main .ach-content .achievement-container .right-item1 {
    font-size: 1.6rem;
  }
  .home-main .ach-content .achievement-container .right-item2 {
    font-size: 1.4rem;
  }
  .home-main .ach-content .flex-column-ach .font-20 {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .flex-column-ach .achievement-css {
    margin-top: 2.6rem;
  }
  .achievement-container .left-icon {
    width: 56px;
    height: 62px;
    line-height: 62px;
  }
  .achievement-container .left-icon img {
    width: 100%;
  }

  .ach-content .home-top-card {
    margin-top: 10px;
  }
  .student-card-png-css {
    width: 100%;
  }

   /* 第二栏 */
   .edition-row {
     margin-top: 50px;
     margin-bottom: 50px;
     padding: 0 20px;
   }

   .edition-row .v-inner-content {
     width: 100%;
     margin: 0;
   }

   .edition-row .v-inner-content {
      padding: 0 15px;
   }

   .edition-row .ed-inner {
     margin-bottom: 20px;
   }
   .edition-row .v-inner-content .edit-row-title {
      font-size: 2.4rem;
   }
   .edition-row .v-inner-content .edit-row-func {
     font-size: 2rem;
   }
   .edition-row .v-inner-content .edit-row-info {
     font-size: 1.6rem;
   }
   .edition-row .v2-bg,.v3-bg {
     padding: 10px 0 30px 0;
     height: auto!important;
   }

   /* 第三蓝 */
   .show-product {
     padding: 40px 25px;
   }

   .show-product h1 {
     font-size: 2.8rem;
     font-weight: 500;
     text-align: center;
     margin-bottom: 20px;
   }

   .show-product p {
    text-align: center;
    font-size: 1.8rem;
   }

   .show-product > .row {
     padding: 0 5px;
   }

   /* 弹框 */
   .card-modal .modal-dialog {
     margin: 30px;
   }

   .card-modal .modal-dialog .modal-header > h2{
     font-size: 2.6rem;
   }

   .card-modal .modal-dialog .modal-body h3 {
     font-size: 2rem;
     margin-top: 0;
   }
   .show-product p{
     font-size: 1.6rem;
   }
   .modal-body .produce-show{
     margin: 30px 0;
     display: flex;
     flex-direction: column;
   }
   .modal-body .produce-show .xfj-title {
     margin-top: 20px;
   }

   .ys-content {
     margin-top: 20px;
   }
   .ys-content .ys-title {
    padding: 3px 10px;
    width: 80px;
   }
   .gate-content {
      margin-top: 20px;
      display: flex;
      flex-direction: column;
   }

   .top-func-content {
     margin-top: 30px;
   }

   .modal-body .produce-show.ban-card .row-1 {
     flex-direction: column;
   }

   .modal-body .produce-show .p-f-content {
     margin: 10px 0;
     padding: 0 20px;
   }
   .modal-body .produce-show .p-f-config {
     display: flex;
     flex-direction: column;
     padding: 0;
     margin-top: 0;
   }

   .customer-case .case-title {
    width: 10rem;
    height: 8rem;
    font-size: 2.2rem;
    left: 4rem;
   }
   .customer-case .case-content {
     padding: 0 3.5rem;
   }
   .customer-case .case-content .kj-bg {
     padding-left: 50px;
   }
   .customer-case .case-content .kj-case img {
     height: 150px;
     width: 150px;
   }
   .customer-case .case-content h1 {
     font-size: 2.4rem;
   }
   .customer-case .case-content .case-name {
     font-size: 2rem;
   }

   /* 期待 */
   .expect-css .expect-content {
     padding: 0 20px;
     margin-bottom: 40px;
   }
   .expect-css .expect-content .expect-more {
     margin: 20px 0;
   }
   .customer-case .case-title h1 {
     font-size: 2.6rem;
   }
   .expect-css .expect-content .expect-more {
     font-size: 1.8rem;
   }

   /* 合作伙伴 */
   .partner-css .partner-content {
     padding: 40px 20px;
   }

   .partner-css .partner-content .title {
     font-size: 2.6rem;
   }
   .partner-css .partner-content .penter-item {
     margin-bottom: 20px;
   }
   .partner-css .partner-content .penter-item .penter-name {
     font-size: 2rem;
   }

   .partner-css .partner-content .penter-item img {
     width: 100px;
     height: 100px;
   }

   /* 合作学校 */
   .coop-sc-content {
     padding: 30px 20px;
   }

   .coop-sc-title {
     font-size: 2.6rem;
   }
   .coop-nav-bar {
     display: flex;
     justify-content: space-between;
   }
   .coop-nav-bar .coop-nav-bar-item {
     margin-right: 0;
     font-size: 1.8rem;
   }
   .expect-css .expect-content h1 {
     font-size: 2.4rem;
   }
   .school-content .school-item {
     padding: 20px 0;
   }
   .customer-case .case-title .title-content {
     font-size: 2.4rem;
   }
}