.section {
  padding-top: 56px;
}

.section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section .title__first {
  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;
}

.section .title__title {
  margin: 0 10px;
  font-size: 32px;
  color: #444;
  font-weight: 700;
  font-family: siyuan light;
}

.section .title__title--light {
  color: #fff;
}

.section .title__line {
  width: 21px;
  height: 3px;
  background: #e9e9e9;
}

.section .title__second {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #999;
  line-height: 1.7;
}

.section__body {
  margin: 0 auto;
  padding: 40px 0 72px;
  width: 1200px;
}

.section--light {
  background: #f3f4f6;
}

.section--dark {
  background: #242a37;
}

.swiper-container {
  height: 470px;
}

.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  display: block;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 48px;
  height: 48px;
  background-size: cover;
  display: none;
}

.swiper-container .swiper-slide {
  height: 100%;
  text-align: center;
}

.swiper-container .swiper-button-prev {
  left: calc((100% - 1100px)/ 2);
  display: none!important;
  background-image: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/banner/left.png");
}

.swiper-container .swiper-button-next {
  right: calc((100% - 1100px)/ 2);
  display: none!important;
  background-image: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/banner/right.png");
}

.swiper-container .swiper-button-disabled {
  display: none!important;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 4px;
  background: #ced3d9;
  opacity: .2;
  border-radius: 4px;
  margin-left: 10px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  height: 4px;
  background: #252b3a;
  opacity: 1;
  border-radius: 4px;
}

li,
p,
ul {
  padding: 0;
  margin: 0;
}

.index-new .portrait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-new .portrait-left {
  margin-top: 48px;
  margin-right: 20px;
  width: 888px;
  height: 384px;
  border-radius: 8px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.index-new .portrait .teacher-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;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  opacity: .56;
}

.index-new .portrait .teacher-img-box {
  background: #c0deee;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

.index-new .portrait .portrait-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.index-new .portrait .portrait-right .active {
  width: 100px;
  height: 100px;
  opacity: 1;
  border-radius: 50%;
  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;
}

.index-new .portrait .portrait-right .active .teacher-img-box {
  background: #c0deee;
  overflow: hidden;
  border: 2px solid #fff;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.index-new .portrait .portrait-right .active .teacher-img-box img {
  width: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}

.index-new .recommend-ms {
  font-size: 16px;
  color: #343638;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.index-new .recommend-ms:after {
  content: '';
  width: 14px;
  height: 10px;
  background: url("https://cdn.gupaoedu.com/officialweb/v4.0.0/image/enterprise/home_check_icon.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.index-new .support-item:hover {
  top: -12px;
  cursor: pointer;
}

.index-new .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-new .support a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

.index-new .support-item {
  width: 328px;
  height: 497px;
  background: #fff;
  -webkit-box-shadow: 0 11px 27px 0 #eef2f8;
  box-shadow: 0 11px 27px 0 #eef2f8;
  border-radius: 14px 14px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 32px 10px 32px 10px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
}

.index-new .support-item img {
  width: 154px;
  height: 134px;
  margin-bottom: 35px;
  text-align: center;
}

.index-new .support-details {
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  background: #167ef7;
  bottom: 0;
  left: 0;
  width: 100%;
}

.index-new .recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-new .recommend-img {
  width: 461px;
  height: 100%;
}

.index-new .recommend-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index-new .recommend-list .item {
  width: 50%;
  height: 50%;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  position: relative;
}

.index-new .recommend-list .item span {
  position: absolute;
  right: 60px;
  top: 35px;
  font-size: 50px;
  font-weight: 600;
  font-style: italic;
  color: #dad7d4;
  opacity: .45;
}

.index-new .recommend-list .border-l {
  border-left: 1px solid #e5e5e5;
}

.index-new .recommend-list .border-b {
  border-bottom: 1px solid #e5e5e5;
}

.index-new .recommend-title {
  color: #343638;
  position: relative;
  margin-left: 10px;
  font-size: 20px;
  margin-bottom: 30px;
}

.index-new .recommend-title:after {
  content: '';
  width: 4px;
  height: 20px;
  background: #167ef7;
  position: absolute;
  left: -10px;
  top: 6px;
}

.index-new .solution {
  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;
  margin-bottom: 36px;
  width: 100%;
}

.index-new .solution-name {
  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;
  position: relative;
  width: 205px;
  font-size: 14px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  position: relative;
  top: 0;
}

.index-new .solution-name img {
  width: 100px;
  margin-bottom: 20px;
}

.index-new .solution-name:hover {
  color: #167ef7;
  top: -12px;
  cursor: pointer;
}

.index-new .solution-name:after {
  position: absolute;
  width: 205px;
  height: 0;
  background: #167ef7;
  content: '';
  left: 0;
  bottom: -16px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 100%;
}

.index-new .solution-active {
  color: #167ef7;
}

.index-new .solution-active:after {
  position: absolute;
  width: 205px;
  height: 3px;
  background: #167ef7;
  content: '';
  left: 0;
  bottom: -16px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}

.index-new .solution-details {
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.index-new .solution-details .details-title {
  font-size: 20px;
  color: #323232;
}

.index-new .solution-details .details-left {
  width: 880px;
  margin-right: 55px;
}

.index-new .solution-details .details-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.index-new .solution-details .details-tag li {
  font-size: 14px;
  color: #167ef7;
  margin-right: 24px;
  padding: 5px 10px;
  border-radius: 2px;
  border: 1px solid #167ef7;
}

.index-new .solution-details .buttons a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin-right: 20px;
  text-align: center;
  line-height: 38px;
}

.index-new .solution-details .buttons .more {
  width: 131px;
  height: 38px;
  background: #167ef7;
  border-radius: 4px;
  color: #fff;
}

.index-new .solution-details .buttons .introduction {
  width: 110px;
  height: 38px;
  border: 1px solid #181818;
  border-radius: 4px;
  color: #181818;
}

.index-new .solution-details .details-right img {
  width: 432px;
}

.index-new .partner {
  width: 1400px;
  margin: 48.5px auto;
}

.index-new .partner .partner-list {
  margin: 50px 0 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index-new .partner .partner-list>div {
  margin-bottom: 53px;
  width: 201px;
  height: 87px;
  background: #fff;
  -webkit-box-shadow: 0 11px 27px 0 #eef2f8;
  box-shadow: 0 11px 27px 0 #eef2f8;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  top: 0;
}

.index-new .partner .partner-list>div a {
  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%;
}

.index-new .partner .partner-list>div:hover {
  background: rgba(255,255,255,.4);
  -webkit-box-shadow: 0 3px 24px rgba(0,0,0,.15);
  box-shadow: 0 3px 24px rgba(0,0,0,.15);
  border-radius: 4px;
  top: -8px;
}

.index-new .swiper-container {
  width: 100%;
  margin: 0 auto;
  height: auto;
}

.index-new .banner-enterprise {
  background: #f4f5f7;
}

.index-new #index-new-swiper-container .swiper-slide {
  height: 100%;
  text-align: center;
}

.index-new #index-new-swiper-container .swiper-slide a {
  display: block;
}

.index-new #index-new-swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

#Accor1 li .cont_ar:hover {
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(74,152,255,.6)),to(rgba(7,46,128,.7)));
  background: -webkit-linear-gradient(top,rgba(74,152,255,.6),rgba(7,46,128,.7));
  background: -o-linear-gradient(top,rgba(74,152,255,.6),rgba(7,46,128,.7));
  background: linear-gradient(180deg,rgba(74,152,255,.6),rgba(7,46,128,.7));
}

#Accor1 li .cont_ar:hover .acr_p {
  height: auto;
}

#Accor1 li .cont_ar:hover .dec_ar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

#Accor1 li .cont_ar:hover p {
  text-align: left;
}

#Accor1 {
  height: 650px;
}

#Accor1 li .cont_ar {
  width: 100%;
  height: 100%;
  z-index: 99;
}

#Accor1 li .cont_ar .dec_ar {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

#Accor1 li .cont_ar .dec_ar .title-wid img {
  text-align: center;
  width: 38px;
}

#Accor1 li .buttom_accor1 {
  width: 164px;
  height: 40px;
  background: #f5be42;
  border-radius: 2px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

#Accor1 li .code-wid-static {
  display: none;
}

#Accor1 li .code-wid {
  display: block;
  padding-left: 10px;
  width: 180px;
}

#Accor1 li .acr_p_henxian {
  width: 34px;
  height: 2px;
  background: #fff;
}

#Accor1 li .img_ar img {
  height: 100%;
}