.solu-tabitem dl .t-item.cur, .solu-tabitem dl .t-item:hover {
  color: #00B738;
}
.solu-tabitem dl .line:after {
  background-color: #00B738;
}

.solu_educat_ban {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.solu_educatbancon {
  height: 700px;
  display: flex;
  align-items: center;
}
.solu_educatbancon h2, .solu_educatbancon h3 {
  line-height: 1.2em;
  font-size: 80px;
}
.solu_educatbancon h2 b, .solu_educatbancon h3 b {
  color: #00B738;
}
.solu_educatbancon h3 {
  margin-bottom: 10px;
}
.solu_educatbancon p {
  color: #213343;
  line-height: 1.63em;
  width: 50.9%;
}
.solu_educatbancon .txt {
  margin-top: 90px;
}
.solu_educatbancon .ipd-20 {
  width: 100%;
}

.solu_choose {
  background: linear-gradient(180deg, rgba(0, 183, 56, 0.1) 0%, rgba(253, 253, 253, 0.1) 100%);
  padding-top: 60px;
}
.solu_choose .ipd-20 {
  overflow: hidden;
}
.solu_choose h2 {
  line-height: 1.33em;
}

.solu_choose_list {
  padding-bottom: 30px;
  position: relative;
  margin-top: 90px;
}
.solu_choose_list .swiper {
  overflow: visible;
}
.solu_choose_list .swiper-wrapper {
  align-items: initial;
}
.solu_choose_list li {
  background: #FFF;
  height: 100%;
  border-radius: 16px 16px 16px 16px;
  padding: 28px 40px 65px;
  box-sizing: border-box;
  position: relative;
}
.solu_choose_list li h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 14px;
  min-height: 2.6em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.solu_choose_list li p {
  font-size: 16px;
  line-height: 1.5em;
  min-height: 9em;
}
.solu_choose_list li i {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #FFF;
}
.solu_choose_list li i img {
  display: block;
  width: 100%;
  -webkit-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.solu_choose_list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  background-color: #00B738;
  z-index: -1;
  transition: all 0.4s;
}
.solu_choose_list li:hover {
  background: rgba(255, 255, 255, 0.98);
}
.solu_choose_list li:hover:after {
  transform: rotate(5deg);
}
.solu_choose_list li:hover i {
  background: #FFF !important;
}
.solu_choose_list .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #D6D6D6;
  opacity: 1;
  margin: 0 10px;
}
.solu_choose_list .swiper-pagination .swiper-pagination-bullet-active {
  background: #00B738;
}

.solu_overview {
  margin-top: 110px;
}
.solu_overview h2 {
  line-height: 1.3em;
}

.solu_overviewcon {
  margin-top: 90px;
}

.solu_overviewpic {
  width: 50%;
}
.solu_overviewpic img {
  width: 100%;
  display: block;
}

.solu_overviewtxt {
  width: 47%;
}
.solu_overviewtxt p {
  line-height: 2.2em;
  font-size: 18px;
}
.solu_overviewtxt a {
  font-size: 20px;
  margin-top: 15px;
  color: #00B738;
  text-decoration: underline;
  display: inline-block;
  cursor: pointer;
}
.solu_overviewtxt a:hover {
  font-weight: bold;
}

.solu_major {
  margin-top: 130px;
}
.solu_major h2 {
  line-height: 1.3em;
}

.solu_smart {
  margin-top: 108px;
}

.solu_smartcon {
  padding: 0 70px;
}
.solu_smartcon .pic {
  box-shadow: 0px 4px 10px 1px rgba(2, 45, 36, 0.04);
  background: #f9f9f9;
  width: 40%;
}
.solu_smartcon .pic img {
  display: block;
  width: 100%;
}
.solu_smartcon .txt {
  width: 47.7%;
}
.solu_smartcon .txt h4 {
  margin-bottom: 18px;
  line-height: 1.5em;
}
.solu_smartcon .txt p {
  color: #707070;
}
.solu_smartcon .txt a {
  width: 200px;
  height: 58px;
  line-height: 58px;
  background: #00B738;
  border-radius: 8px 8px 8px 8px;
  color: #FFF;
  text-align: center;
  display: block;
  font-size: 18px;
  margin-top: 30px;
}
.solu_smartcon .txt a i {
  display: inline-block;
  margin-right: 15px;
  font-size: 22px;
}

.solu_proboxtop p {
  color: #707070;
  margin-top: 1.5em;
}
.solu_proboxtop img {
  display: block;
  max-width: 100%;
  margin: 15px auto 0;
}

.solu_prolist {
  align-items: initial;
}
.solu_prolist li {
  width: 24%;
  margin-top: 26px;
  position: relative;
  background: linear-gradient(rgba(179, 229, 255, 0.431372549) 0%, rgba(250, 250, 250, 0.368627451) 100%);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  box-sizing: border-box;
  padding: 20px 20px;
}
.solu_prolist li h4 {
  margin-top: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.4em;
  height: 2.8em;
  display: -webkit-box;
  color: #1C1F1F;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solu_prolist li:hover {
  background: url(../png/solution_overviewlistbg.png) no-repeat;
  background-size: 100% 100%;
}
.solu_prolist li:hover i img {
  display: none;
}
.solu_prolist li:hover i .picact {
  display: block;
}
.solu_prolist li i {
  display: block;
  position: absolute;
  width: 25px;
  right: 30px;
  bottom: 60px;
}
.solu_prolist li i img {
  width: 100%;
  display: block;
}
.solu_prolist li i .picact {
  display: none;
}
.solu_prolist li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
.solu_prolist li:last-child a {
  font-size: 27px;
  color: #707070;
  text-align: center;
}

.solu_levelbox {
  margin-top: 150px;
  padding-top: 120px;
  background: #F5F5F5;
  padding-bottom: 90px;
}
.solu_levelbox h2 {
  line-height: 1.3em;
}

.solu_par {
  margin-top: 100px;
}
.solu_par img {
  display: block;
  width: 100%;
}
.solu_par a {
  display: block;
  width: 296px;
  height: 58px;
  line-height: 58px;
  background: #00B738;
  border-radius: 8px 8px 8px 8px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  margin: 35px auto 0;
}

.solution_univer {
  margin-top: 78px;
  padding-bottom: 58px;
  position: relative;
}
.solution_univer .swiper {
  padding-top: 180px;
  padding-bottom: 60px;
  padding-left: 200px;
  overflow-x: hidden;
  position: relative;
}
.solution_univer ul {
  align-items: flex-end;
}
.solution_univer ul li {
  transition: all 0.3s ease;
  transform-origin: bottom center;
}
.solution_univer ul li.swiper-slide-active {
  transform: scale(1.5);
  z-index: 2;
  margin-left: 90px !important;
  margin-right: 110px !important;
}
.solution_univer ul li.swiper-slide-active .solution_univercon p {
  -webkit-line-clamp: 8;
  height: 13.6em;
  font-size: 11px;
}
.solution_univer ul li.swiper-slide-active .solution_univertit h4 {
  font-size: 14px;
}
.solution_univer ul li.swiper-slide-active .solution_univertit {
  height: 40px;
  margin-bottom: 26px;
}
.solution_univer ul .solution_univercon {
  padding: 45px 30px;
  margin-right: 15px;
  background: #FFF;
  box-sizing: border-box;
  transition: all 0.3s ease;
  transform-origin: bottom center;
}
.solution_univer ul .solution_univercon p {
  line-height: 1.7em;
  height: 8.5em;
  display: -webkit-box;
  color: #213343;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.solution_univer .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #D6D6D6;
  opacity: 1;
  margin: 0 10px;
}
.solution_univer .swiper-pagination .swiper-pagination-bullet-active {
  background: #00B738;
}

.solution_univertit {
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.solution_univertit i {
  display: block;
  max-width: 32%;
}
.solution_univertit img {
  width: auto;
  display: inline-block;
  max-width: 100%;
}
.solution_univertit h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  margin-left: 20px;
}

.solution_univer_btn {
  position: absolute;
  right: 0px;
  width: 120px;
  top: 0;
}
.solution_univer_btn .swiper-button-next, .solution_univer_btn .swiper-button-prev {
  position: static;
  width: 55px;
  border-radius: 50%;
  height: 55px;
  background: #EEE;
  opacity: 1;
  margin: 0;
  color: #666;
  transition: all 0.3s;
  cursor: pointer;
}
.solution_univer_btn .swiper-button-next i, .solution_univer_btn .swiper-button-prev i {
  font-size: 22px;
}
.solution_univer_btn .swiper-button-next::after, .solution_univer_btn .swiper-button-prev::after {
  display: none;
}
.solution_univer_btn .swiper-button-next:hover, .solution_univer_btn .swiper-button-prev:hover {
  background: #00B738;
  color: #FFF;
}
.solution_univer_btn .swiper-num {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.solu_5major_list {
  align-items: initial;
}

.solu_5major_item {
  margin-top: 33px;
  width: 49%;
  box-shadow: 3px 3px 10px 1px rgba(46, 61, 98, 0.15);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 45px 30px;
  box-sizing: border-box;
}
.solu_5major_item > img {
  position: absolute;
  display: none;
  width: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
}
.solu_5major_item h4 {
  padding-left: 75px;
  margin-bottom: 10px;
  position: relative;
}
.solu_5major_item h4 i {
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #00B738;
  left: 0;
  top: 0.6em;
  border-radius: 50%;
}
.solu_5major_item h4 i::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #00B738;
  left: 13px;
  top: 0;
  border-radius: 50%;
}
.solu_5major_item h4 i::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #00B738;
  left: 26px;
  top: 0;
  border-radius: 50%;
}
.solu_5major_item .txt p {
  color: #707070;
  line-height: 1.8em;
  font-size: 14px;
}
.solu_5major_item .txt b {
  color: #00B738;
  font-weight: 600;
}
.solu_5major_item:hover > img {
  display: block;
}
.solu_5major_item:hover h4, .solu_5major_item:hover p {
  color: #FFF;
}
.solu_5major_item:hover h4 i {
  background-color: #FFF;
}
.solu_5major_item:hover h4 i::before {
  background-color: #FFF;
}
.solu_5major_item:hover h4 i::after {
  background-color: #FFF;
}

.solu_5major {
  align-items: initial;
  margin-top: 100px;
}

.solu_5major_left {
  width: 66.4%;
}
.solu_5major_left .solu_5major_item {
  width: 100%;
  padding: 30px;
}
.solu_5major_left .solu_5major_item:first-child {
  margin-top: 0;
}

.solu_5major_right {
  width: 31.6%;
}
.solu_5major_right .solu_5major_item {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 85px 45px;
  margin-top: 0;
}
.solu_5major_right .solu_5major_item b {
  display: block;
}

@media screen and (max-width: 1720px) {
  .solu_educatbancon {
    height: 650px;
  }
  .solu_educatbancon h2, .solu_educatbancon h3 {
    font-size: 70px;
  }
  .solu_educatbancon .txt {
    margin-top: 80px;
  }
  .solu_choose_list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1620px) {
  .solu_educatbancon {
    height: 600px;
  }
  .solu_educatbancon h2, .solu_educatbancon h3 {
    font-size: 64px;
  }
  .solu_educatbancon .txt {
    margin-top: 60px;
  }
  .solu_choose_list {
    margin-top: 60px;
  }
  .solu_choose_list li {
    padding: 25px 30px 50px;
  }
  .solu_choose_list li i {
    width: 80px;
    height: 80px;
  }
  .solu_overview {
    margin-top: 90px;
  }
  .solu_overviewcon {
    margin-top: 70px;
  }
  .solu_overviewtxt p {
    font-size: 16px;
  }
  .solu_majorcon {
    margin-top: 80px;
  }
  .solu_majorcon img {
    width: 92%;
  }
  .solu_majortxt h4 {
    width: 344px;
  }
  .solu_smart {
    margin-top: 120px;
  }
  .solu_smartcon .txt a {
    width: auto;
    display: inline-block;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
  }
  .solu_levelbox {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .solution_univer ul .solution_univercon {
    padding: 35px 30px;
  }
  .solution_univer ul li.swiper-slide-active {
    margin-left: 67px !important;
    margin-right: 90px !important;
  }
  .solution_univer ul .solution_univercon {
    margin-right: 20px;
  }
  .solution_univer .swiper {
    padding-bottom: 15px;
    padding-left: 190px;
    padding-top: 140px;
  }
  .solution_univer .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .solu_par {
    margin-top: 70px;
  }
  .solu_choose_list li h4 {
    font-size: 18px;
  }
  .solu_choose_list .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .solu_major {
    margin-top: 90px;
  }
  .solution_univertit h4 {
    font-size: 18px;
  }
  .solution_univer {
    margin-top: 60px;
  }
  .solu_overviewtxt a {
    font-size: 18px;
  }
  .solu_5major {
    margin-top: 70px;
  }
}
@media screen and (max-width: 1480px) {
  .solu_educatbancon {
    height: 500px;
  }
  .solu_educatbancon h2, .solu_educatbancon h3 {
    font-size: 60px;
  }
  .solu_educatbancon .txt {
    margin-top: 50px;
  }
  .solu_choose_list {
    margin-top: 40px;
  }
  .solu_choose_list li {
    padding: 20px 20px 30px;
  }
  .solu_choose_list li h4 {
    font-size: 16px;
  }
  .solu_choose_list li i {
    width: 70px;
    height: 70px;
  }
  .solu_overview {
    margin-top: 70px;
  }
  .solu_overviewcon {
    margin-top: 60px;
  }
  .solu_major {
    margin-top: 80px;
  }
  .solu_majorcon {
    margin-top: 50px;
  }
  .solu_majorcon img {
    width: 100%;
  }
  .solu_majortxt {
    width: 28%;
  }
  .solu_majortxt h4 {
    width: 312px;
    font-size: 14px;
  }
  .solu_majortxt3, .solu_majortxt4 {
    width: 32%;
  }
  .solu_majortxtbox li {
    font-size: 12px;
  }
  .solu_majortxtbox ul {
    min-height: auto;
  }
  .solu_smart {
    margin-top: 100px;
  }
  .solu_smartcon .txt a {
    padding: 0 20px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .solu_levelbox {
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .solution_univer ul .solution_univercon {
    padding: 25px 20px;
  }
  .solution_univer ul li.swiper-slide-active {
    margin-left: 50px !important;
    margin-right: 78px !important;
  }
  .solution_univer ul .solution_univercon {
    margin-right: 10px;
  }
  .solution_univer .swiper {
    padding-bottom: 15px;
    padding-top: 125px;
    padding-left: 148px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit {
    margin-bottom: 15px;
  }
  .solution_univertit h4 {
    font-size: 16px;
  }
  .solution_univertit {
    margin-bottom: 15px;
  }
  .solu_par {
    margin-top: 60px;
  }
  .solution_univer {
    padding-bottom: 48px;
    margin-top: 50px;
  }
  .solu_par a {
    height: 50px;
    line-height: 50px;
  }
  .solu_overviewtxt a {
    font-size: 16px;
  }
  .solu_proboxtop p {
    font-size: 16px;
  }
  .solu_5major_right .solu_5major_item {
    padding: 85px 20px;
  }
  .solu_5major_item .txt p {
    line-height: 1.6em;
  }
  .solu_5major_left .solu_5major_item {
    padding: 20px;
  }
  .solu_5major_item {
    padding: 30px 20px;
  }
  .solu_choose_list li p {
    min-height: 10.5em;
  }
}
@media screen and (max-width: 1200px) {
  .solu_educatbancon {
    height: 400px;
  }
  .solu_educatbancon h2, .solu_educatbancon h3 {
    font-size: 50px;
  }
  .solu_educatbancon .txt {
    margin-top: 40px;
  }
  .solu_choose_list li i {
    width: 50px;
    height: 50px;
  }
  .solu_choose_list li p {
    font-size: 14px;
  }
  .solu_overview {
    margin-top: 60px;
  }
  .solu_choose_list li h4 {
    font-size: 16px;
  }
  .solu_overviewcon {
    margin-top: 40px;
  }
  .solu_major {
    margin-top: 50px;
  }
  .solu_overviewtxt p {
    font-size: 14px;
  }
  .solu_majorcon {
    margin-top: 40px;
  }
  .solu_majortxt {
    width: 31%;
  }
  .solu_majortxt h4 {
    width: 280px;
  }
  .solu_majortxtbox li {
    font-size: 12px;
    line-height: 1.5em;
  }
  .solu_smart {
    margin-top: 70px;
  }
  .solu_smartcon .txt a {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
  }
  .solu_proboxtop p {
    font-size: 14px;
  }
  .solu_smartcon .txt {
    width: 51%;
  }
  .solu_levelbox {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .solution_univer ul .solution_univercon {
    padding: 20px 15px;
  }
  .solution_univer ul li.swiper-slide-active {
    margin-left: 50px !important;
    margin-right: 70px !important;
  }
  .solution_univer ul .solution_univercon {
    margin-right: 10px;
  }
  .solution_univer .swiper {
    padding-bottom: 10px;
    padding-top: 110px;
    padding-left: 128px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit {
    margin-bottom: 10px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit h4 {
    font-size: 12px;
  }
  .solution_univertit img {
    vertical-align: middle;
  }
  .solution_univertit {
    margin-bottom: 10px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit img {
    width: 30px;
  }
  .solu_5major_item h4 {
    font-size: 16px;
    padding-left: 55px;
  }
  .solution_univertit h4 {
    font-size: 14px;
  }
  .solution_univer_btn .swiper-num {
    margin-top: 10px;
    font-size: 16px;
  }
  .solu_par {
    margin-top: 50px;
    text-align: center;
  }
  .solu_par a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    margin-top: 30px;
    width: auto;
    display: inline-block;
    padding: 0 20px;
  }
  .solu_5major {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .solu_levelbox {
    margin-top: 50px;
    padding-top: 50px;
  }
  .solution_univer .swiper {
    padding-left: 0;
    padding-top: 60px;
  }
  .solution_univer {
    margin-top: 30px;
  }
  .solution_univer ul li.swiper-slide-active {
    transform: scale(1);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit h4 {
    font-size: 22px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univertit img {
    width: 65px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univercon {
    padding: 30px;
  }
  .solution_univer ul li.swiper-slide-active .solution_univercon p {
    height: auto;
    font-size: 16px;
  }
  .solution_univer_btn .swiper-button-next, .solution_univer_btn .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .solution_univer_btn {
    width: 100px;
  }
  .solu_par {
    margin-top: 30px;
  }
  .solu_5major {
    margin-top: 50px;
  }
  .solu_educatbancon h2, .solu_educatbancon h3 {
    font-size: 36px;
  }
  .solu_choose_list li p {
    min-height: 7.5em;
  }
}
@media screen and (max-width: 767px) {
  .solu_educatbancon {
    height: auto;
    padding: 50px 0;
  }
  .solu_educatbancon p {
    width: 80%;
  }
  .solu_choose {
    padding-top: 50px;
  }
  .solu_overview {
    margin-top: 40px;
  }
  .solu_overviewpic {
    width: 100%;
  }
  .solu_overviewtxt {
    width: 100%;
    margin-top: 30px;
  }
  .solu_majorcon {
    padding-top: 0;
    padding-bottom: 0;
  }
  .solu_majortxt {
    width: 100%;
    margin-top: 30px;
    position: static;
  }
  .solu_smart {
    margin-top: 50px;
  }
  .solu_smartcon {
    padding: 0;
  }
  .solu_smartcon .pic {
    width: 100%;
  }
  .solu_smartcon .txt {
    margin-top: 30px;
    width: 100%;
  }
  .solu_smartcon .txt h4 {
    font-size: 22px;
  }
  .solu_smartcon .txt a {
    margin-top: 15px;
  }
  .solution_overviewlist li h4 {
    padding-right: 30px;
  }
  .solution_overviewlist li i {
    right: 20px;
    bottom: 28px;
    font-size: 20px;
  }
  .solution_univer {
    margin-top: 30px;
  }
  .solu_par a {
    height: 40px;
    line-height: 40px;
  }
  .solution_univer .swiper {
    padding-top: 96px;
  }
  .solu_5major {
    margin-top: 30px;
  }
  .solu_5major_left {
    width: 100%;
  }
  .solu_5major_item {
    margin-top: 30px;
    width: 100%;
  }
  .solu_5major_right {
    margin-top: 30px;
    width: 100%;
  }
  .solu_5major_right .solu_5major_item {
    padding: 20px;
  }
  .solu_smartcon .txt a {
    height: 40px;
    line-height: 40px;
  }
  .solu_smartcon .txt a i {
    font-size: 18px;
    margin-right: 10px;
  }
  .solu_5major_item > img {
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 100%;
  }
}