.content-center {
  width: 1200px;
  margin: 0 auto;
}
.content-wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.backImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.title {
  display: block;
  width: 100%;
  text-align: center;
}
.desc {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tl,
.tl-s,
.desc-tl,
.desc-s {
  display: block;
  text-align: center;
}
#wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  background-color: #ffffff;
}
#wrap #header {
  width: 100%;
  height: 640px;
}
#wrap #header .header-nav {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 90px;
  z-index: 999;
}
#wrap #header .header-nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 100%;
  padding: 10px 0;
}
#wrap #header .header-nav .nav .logo {
  width: 175px;
  padding: 10px 0;
  line-height: 100%;
  cursor: pointer;
}
#wrap #header .header-nav .nav .logo img {
  width: 100%;
}
#wrap #header .header-nav .nav .nav-bar {
  width: 880px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#wrap #header .header-nav .nav .nav-bar li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  border-bottom: 4px solid transparent;
  transition: 0.3s;
}
#wrap #header .header-nav .nav .nav-bar li a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
  text-decoration: none;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 100%);
  width: 140px;
  padding-top: 30px;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div a {
  line-height: 40px;
  text-align: center;
  color: #858585;
}
#wrap #header .header-nav .nav .nav-bar li .nav-model .model-main div:nth-last-child(1) {
  border: none;
}
#wrap #header .header-nav .nav .nav-bar li:hover {
  border-color: #ffffff;
}
#wrap #header .header-nav .nav .nav-bar li:hover .nav-model {
  display: block;
}
#wrap #header .header-nav .nav .nav-bar .active {
  border-bottom: 4px solid #ffffff;
}
#wrap #header .banner {
  width: 100%;
  min-width: 1200px;
  height: 100%;
}
#wrap #header .banner .swiper-container {
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #header .banner .swiper-container .swiper-slide {
  position: relative;
}
#wrap #header .banner .swiper-container .swiper-slide .center {
  position: absolute;
  width: 1200px;
  height: 550px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../images/schoolCooperation/images/center_02.png");
}
#wrap #header .banner .swiper-container .swiper-pagination {
  margin-bottom: 26px;
}
#wrap #header .banner .swiper-container .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.3;
}
#wrap #header .banner .swiper-container .swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}
#wrap #content {
  width: 100%;
}
#wrap #content .educational-objectives {
  position: relative;
  padding-top: 669px;
  height: 1227px;
  background-color: #ffffff;
  z-index: 99;
}
#wrap #content .educational-objectives .model-dom {
  position: absolute;
  padding: 0 99px;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 660px;
  background-color: #a351f9;
  box-shadow: 0px 0px 24px 6px rgba(21, 2, 63, 0.3);
  border-radius: 20px;
}
#wrap #content .educational-objectives .model-dom .title {
  padding-top: 58px;
  padding-bottom: 51px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .educational-objectives .model-dom .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .educational-objectives .model-dom .info .line {
  display: block;
  width: 2px;
  height: 452px;
  background-color: #ffffff;
}
#wrap #content .educational-objectives .model-dom .info .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  height: 452px;
  margin-left: 77px;
  margin-right: 51px;
}
#wrap #content .educational-objectives .model-dom .info .text .desc-tl {
  width: 336px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
#wrap #content .educational-objectives .model-dom .info .text .dt {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffffff;
}
#wrap #content .educational-objectives .model-dom #swiper01 {
  width: 455px;
  position: relative;
}
#wrap #content .educational-objectives .model-dom #swiper01 .swiper-container {
  width: 450px;
  height: 475px;
}
#wrap #content .educational-objectives .model-dom #swiper01 .swiper-slide {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 0 97.5px;
  height: 386px;
  font-size: 18px;
  /* 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;
}
#wrap #content .educational-objectives .model-dom #swiper01 .swiper-slide img {
  display: block;
  box-sizing: content-box;
  width: 255px;
  height: 100%;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.25);
}
#wrap #content .educational-objectives .model-dom #swiper01 .swiper-slide .desc-tl {
  position: absolute;
  display: block;
  width: 450px;
  left: 0;
  bottom: -10px;
  transform: translateY(100%);
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #fefefe;
}
#wrap #content .educational-objectives .model-dom #swiper01 .next,
#wrap #content .educational-objectives .model-dom #swiper01 .prev {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #53a4fd;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bolder;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-57px);
}
#wrap #content .educational-objectives .model-dom #swiper01 .swiper-button-next,
#wrap #content .educational-objectives .model-dom #swiper01 .swiper-button-prev {
  outline: none;
  margin-top: 0 !important;
}
#wrap #content .educational-objectives .model-dom #swiper01 .next {
  right: 12px;
}
#wrap #content .educational-objectives .model-dom #swiper01 .next::after,
#wrap #content .educational-objectives .model-dom #swiper01 .prev::after {
  content: '' !important;
  font-size: 20px;
  color: #ffffff;
}
#wrap #content .educational-objectives .model-dom #swiper01 .prev {
  left: 12px;
}
#wrap #content .educational-objectives .title {
  font-size: 30px;
  line-height: 30px;
  color: #292929;
}
#wrap #content .educational-objectives .target-tree {
  padding-top: 51px;
}
#wrap #content .educational-objectives .target-tree .item {
  position: relative;
  width: 100%;
  height: 77px;
}
#wrap #content .educational-objectives .target-tree .item .side {
  position: relative;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background-color: #a351f9;
  box-shadow: 0px 0px 18px 0px rgba(52, 45, 179, 0.79);
  border: solid 2px #4000bc;
  border-radius: 50%;
  line-height: 49px;
  text-align: center;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
}
#wrap #content .educational-objectives .target-tree .item .side .to-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-82px, -50%);
  width: 82px;
  height: 4px;
  background-image: linear-gradient(-90deg, #342db3 0%, #ffffff 100%), linear-gradient(#da32be, #da32be);
}
#wrap #content .educational-objectives .target-tree .item .side .to-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(82px, -50%);
  width: 82px;
  height: 4px;
  background-image: linear-gradient(-90deg, #ffffff 0%, #342db3 100%), linear-gradient(#da32be, #da32be);
}
#wrap #content .educational-objectives .target-tree .item .side .to-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 25px);
  width: 4px;
  height: 25px;
  background-color: #9532f2;
}
#wrap #content .educational-objectives .target-tree .item .info-lf {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 500px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 20px #ffffff;
}
#wrap #content .educational-objectives .target-tree .item .info-lf .tl {
  text-align: right;
  padding: 12px 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  color: #4304bd;
}
#wrap #content .educational-objectives .target-tree .item .info-lf .desc {
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  color: #292929;
}
#wrap #content .educational-objectives .target-tree .item .info-rt {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 500px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 20px #ffffff;
}
#wrap #content .educational-objectives .target-tree .item .info-rt .tl {
  text-align: left;
  padding: 12px 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  color: #4304bd;
}
#wrap #content .educational-objectives .target-tree .item .info-rt .desc {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  color: #292929;
}
#wrap #content .educational-objectives .target-tree .item:nth-last-child(1) .to-down {
  bottom: -92px;
  height: 115px;
}
#wrap #content .classroom {
  height: 1133px;
  background-image: url("../images/schoolCooperation/images/ketang-bg_02.png");
}
#wrap #content .classroom .title {
  padding-top: 99px;
  padding-bottom: 31px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .classroom .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .classroom .line-tl .line {
  width: 330px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .classroom .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #fffefe;
}
#wrap #content .classroom .cards {
  padding-top: 44px;
  padding-bottom: 17px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .classroom .cards .card {
  width: 270px;
  height: 240px;
}
#wrap #content .classroom .cards .card img {
  display: block;
  width: 270px;
  height: 180px;
  border-radius: 10px;
  margin-bottom: 5px;
}
#wrap #content .classroom .cards .card span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fffefe;
}
#wrap #content .solution {
  height: 1225px;
  background-color: #ffffff;
}
#wrap #content .solution .title {
  padding-top: 99px;
  padding-bottom: 31px;
  font-size: 30px;
  line-height: 30px;
  color: #4404bf;
}
#wrap #content .solution .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .solution .line-tl .line {
  width: 330px;
  height: 1px;
  background-color: #4404bf;
}
#wrap #content .solution .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #4404bf;
}
#wrap #content .solution img {
  margin-top: 52px;
  display: block;
  width: 1200px;
  height: 940px;
}
#wrap #content .solution-list01 {
  height: 2079px;
  background-image: url("../images/schoolCooperation/images/green-bg_02.png");
}
#wrap #content .solution-list01 .item {
  padding-top: 60px;
}
#wrap #content .solution-list01 .item .show {
  width: 1200px;
  padding: 64px 59px 0 59px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .solution-list01 .item .show img {
  display: block;
  width: 414px;
  height: 448px;
}
#wrap #content .solution-list01 .item .show .info {
  width: 583px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#wrap #content .solution-list01 .item .show .info .list {
  position: relative;
  width: 100%;
}
#wrap #content .solution-list01 .item .show .info .list .icon {
  position: absolute;
  top: 7px;
  left: -26px;
  width: 19px;
  height: 19px;
  background-image: url("../images/schoolCooperation/images/xingxing_03.png");
  background-position: -5px 0;
  background-repeat: no-repeat;
}
#wrap #content .solution-list01 .item .show .info .list .desc-tl {
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #ffffff;
}
#wrap #content .solution-list01 .item .strip {
  margin-top: 52px;
  width: 1200px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .solution-list01 .item .strip img {
  display: block;
  width: 486px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
}
#wrap #content .solution-list01 .item .strip .info {
  width: 621px;
  height: 100%;
  margin-right: 46px;
}
#wrap #content .solution-list01 .item .strip .info .tl {
  text-align: justify;
  padding-top: 63px;
  padding-bottom: 29px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #323333;
}
#wrap #content .solution-list01 .item .strip .info .desc-tl {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #323333;
}
#wrap #content .solution-list01 .item .strip:nth-last-child(1) {
  margin-top: 20px;
}
#wrap #content .solution-list01 .item:nth-child(2) {
  padding-top: 74px;
}
#wrap #content .solution-list01 .swiper {
  position: relative;
  margin-top: 5px;
  width: 100%;
  height: 530px;
}
#wrap #content .solution-list01 .swiper .swiper-item {
  position: absolute;
  top: 50%;
  left: 0;
  width: 508px;
  height: 320px;
  padding: 25px 25px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.22);
  border-radius: 20px;
  transition: 0.8s;
  overflow: hidden;
}
#wrap #content .solution-list01 .swiper .swiper-item img {
  display: block;
  width: 100%;
  height: 200px;
}
#wrap #content .solution-list01 .swiper .swiper-item .info {
  width: 100%;
  margin-bottom: 12px;
}
#wrap #content .solution-list01 .swiper .swiper-item .info span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #323333;
}
#wrap #content .solution-list01 .swiper .act-01 {
  transform: translate(0, -50%) scale(1);
  opacity: 0.6;
}
#wrap #content .solution-list01 .swiper .act-02 {
  transform: translate(166px, -50%) scale(1.24);
  z-index: 2;
  opacity: 0.8;
}
#wrap #content .solution-list01 .swiper .act-03 {
  transform: translate(345px, -50%) scale(1.4);
  z-index: 3;
  opacity: 1;
}
#wrap #content .solution-list01 .swiper .act-04 {
  transform: translate(522px, -50%) scale(1.24);
  z-index: 2;
  opacity: 0.8;
}
#wrap #content .solution-list01 .swiper .act-05 {
  transform: translate(692px, -50%) scale(1);
  opacity: 0.6;
}
#wrap #content .solution-list01 .swiper .pre,
#wrap #content .solution-list01 .swiper .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  cursor: pointer;
}
#wrap #content .solution-list01 .swiper .pre .icon,
#wrap #content .solution-list01 .swiper .next .icon {
  width: 20px;
  height: 36px;
  background-image: url("../images/programmingSinology/images/lf-rt_03.png");
  background-repeat: no-repeat;
}
#wrap #content .solution-list01 .swiper .pre {
  position: absolute;
  top: 50%;
  left: -122px;
  transform: translateY(-50%);
}
#wrap #content .solution-list01 .swiper .pre .icon {
  background-position: -21px -25px;
}
#wrap #content .solution-list01 .swiper .next {
  position: absolute;
  top: 50%;
  right: -122px;
  transform: translateY(-50%);
}
#wrap #content .solution-list01 .swiper .next .icon {
  background-position: -99px -25px;
}
#wrap #content .solution-list01 .title {
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  background-color: #a351f9;
  border: solid 2px #4000bc;
  border-radius: 50%;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
#wrap #content .solution-list01 .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .solution-list01 .line-tl .line {
  width: 330px;
  height: 1px;
  background-color: #4304bd;
}
#wrap #content .solution-list01 .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #4000bc;
}
#wrap #content .solution-list02 {
  height: 1360px;
  background-color: #ffffff;
}
#wrap #content .solution-list02 .item {
  padding-top: 60px;
}
#wrap #content .solution-list02 .item .strip {
  margin-top: 52px;
  width: 1200px;
  height: 260px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .solution-list02 .item .strip img {
  display: block;
  width: 486px;
  height: 260px;
  background-color: #ffffff;
  border-radius: 10px 0px 0px 10px;
}
#wrap #content .solution-list02 .item .strip .info {
  width: 621px;
  height: 100%;
  margin-right: 46px;
}
#wrap #content .solution-list02 .item .strip .info .tl {
  text-align: justify;
  padding-top: 63px;
  padding-bottom: 29px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #323333;
}
#wrap #content .solution-list02 .item .strip .info .desc-tl {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #323333;
}
#wrap #content .solution-list02 .item .strip:nth-last-child(1) {
  margin-top: 20px;
}
#wrap #content .solution-list02 .title {
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  background-color: #a351f9;
  border: solid 2px #4000bc;
  border-radius: 50%;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
#wrap #content .solution-list02 .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .solution-list02 .line-tl .line {
  width: 330px;
  height: 1px;
  background-color: #4304bd;
}
#wrap #content .solution-list02 .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #4000bc;
}
#wrap #content .solution-list02 .desc {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #323333;
}
#wrap #content .solution-list02 .pt43px {
  padding-top: 43px;
}
#wrap #content .solution-list02 .photo-show {
  width: 100%;
  height: 350px;
}
#wrap #content .solution-list03 {
  height: 758px;
  background-image: url("../images/schoolCooperation/images/mark-bg_02.png");
}
#wrap #content .solution-list03 .item {
  padding-top: 60px;
}
#wrap #content .solution-list03 .item .title {
  margin: 0 auto 20px;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 24px;
  line-height: 36px;
  color: #1b1009;
}
#wrap #content .solution-list03 .item .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .solution-list03 .item .line-tl .line {
  width: 306px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .solution-list03 .item .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #fefeff;
}
#wrap #content .solution-list03 .item .desc {
  padding-top: 42px;
  margin: 0  auto;
  width: 620px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .solution-list03 .item .photos {
  padding: 28px 46px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#wrap #content .solution-list03 .item .photos img {
  display: block;
  width: 510px;
  height: 360px;
  border-radius: 10px;
}
#wrap #content .cooperation-advantages {
  height: 1309px;
  background-color: #5e05ac;
}
#wrap #content .cooperation-advantages .content-center .title {
  padding-top: 99px;
  padding-bottom: 31px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .cooperation-advantages .content-center .line-tl .line {
  width: 282px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .l2 .line {
  width: 395px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .l2 .tl {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .cards {
  width: 978px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 88px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .cooperation-advantages .content-center .cards .card {
  position: relative;
  border-radius: 10px;
  width: 300px;
  height: 180px;
  background-color: #21a4ff;
  overflow: hidden;
}
#wrap #content .cooperation-advantages .content-center .cards .card .bg {
  position: absolute;
  top: -6px;
  right: -50px;
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
  opacity: 0.1;
}
#wrap #content .cooperation-advantages .content-center .cards .card .tl {
  padding-top: 38px;
  padding-bottom: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .cards .card .desc-tl {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 11px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages .content-center .cards .card:nth-child(2) {
  background-color: #09cd8f;
}
#wrap #content .cooperation-advantages .content-center .cards .card:nth-child(3) {
  background-color: #e5738d;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .title {
  padding-top: 99px;
  padding-bottom: 31px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .line-tl .line {
  width: 282px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  margin: 0 20px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .l2 .line {
  width: 395px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .l2 .tl {
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards {
  width: 978px;
  margin: 0 auto;
  padding-top: 52px;
  padding-bottom: 88px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards .card {
  position: relative;
  border-radius: 10px;
  width: 300px;
  height: 180px;
  background-color: #21a4ff;
  overflow: hidden;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards .card .bg {
  position: absolute;
  top: -6px;
  right: -50px;
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
  opacity: 0.1;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards .card .tl {
  padding-top: 38px;
  padding-bottom: 22px;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards .card .desc-tl {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 11px;
  color: #ffffff;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards .card:nth-child(2) {
  background-color: #09cd8f;
}
#wrap #content .cooperation-advantages #swiper03 .content-center .cards .card:nth-child(3) {
  background-color: #e5738d;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container {
  position: relative;
  margin-top: 47px;
  width: 100%;
  height: 260px;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .prev,
#wrap #content .cooperation-advantages #swiper03 .swiper-container .next {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  color: #007aff;
  font-size: 44px;
  opacity: 0.5;
  z-index: 9;
  border-radius: 50%;
  transition: 0.5s;
  top: 50%;
  transform: translateY(-50%);
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .swiper-button-next,
#wrap #content .cooperation-advantages #swiper03 .swiper-container .swiper-button-prev {
  outline: none;
  margin-top: 0 !important;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .swiper-button-next:after,
#wrap #content .cooperation-advantages #swiper03 .swiper-container .swiper-button-prev:after {
  content: '' !important;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .prev:hover,
#wrap #content .cooperation-advantages #swiper03 .swiper-container .next:hover {
  opacity: 0.8;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .prev {
  left: 230px;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .next {
  right: 230px;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .bg {
  position: absolute;
  top: 0;
  width: 340px;
  height: 280px;
  z-index: 1;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .lf {
  left: 0;
  background-image: linear-gradient(90deg, #3f04bd 0%, transparent 100%);
}
#wrap #content .cooperation-advantages #swiper03 .swiper-container .rt {
  right: 0;
  background-image: linear-gradient(90deg, transparent 0%, #3f04bd 100%);
}
#wrap #content .cooperation-advantages #swiper03 .swiper-slide {
  min-width: 370px;
  max-width: 370px;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  /* 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;
}
#wrap #content .cooperation-advantages #swiper03 .swiper-slide img {
  display: block;
  width: 370px;
  height: 100%;
}
#wrap #content .cooperation-advantages #swiper04 {
  margin-top: 60px;
  width: 100%;
  position: relative;
}
#wrap #content .cooperation-advantages #swiper04 .swiper-container {
  width: 1062px;
  height: 330px;
}
#wrap #content .cooperation-advantages #swiper04 .swiper-slide {
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  background: #fff;
  /* 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;
}
#wrap #content .cooperation-advantages #swiper04 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #content .cooperation-advantages #swiper04 .next,
#wrap #content .cooperation-advantages #swiper04 .prev {
  position: absolute;
  width: 44px;
  height: 44px;
  font-size: 20px;
  font-weight: bolder;
  color: #007aff;
  background-color: #ffffff;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
#wrap #content .cooperation-advantages #swiper04 .next {
  right: 0px;
}
#wrap #content .cooperation-advantages #swiper04 .next::after,
#wrap #content .cooperation-advantages #swiper04 .prev::after {
  content: '' !important;
}
#wrap #content .cooperation-advantages #swiper04 .swiper-button-next,
#wrap #content .cooperation-advantages #swiper04 .swiper-button-prev {
  outline: none;
  margin-top: 0 !important;
}
#wrap #content .cooperation-advantages #swiper04 .prev {
  left: 0px;
}
#wrap #content .cooperation-advantages #swiper04 .desc-tl {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #fefefe;
}
#wrap #content .cooperation-mode {
  height: 928px;
  background-image: url("../images/schoolCooperation/images/markbg02_02.png");
}
#wrap #content .cooperation-mode .title {
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
#wrap #content .cooperation-mode .line-tl {
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .cooperation-mode .line-tl .line {
  display: block;
  width: 286px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-mode .line-tl .tl {
  margin: 0 20px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
#wrap #content .cooperation-mode .list {
  margin-top: 52px;
  width: 1200px;
  height: 600px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
#wrap #content .cooperation-mode .list .item {
  position: relative;
  display: block;
  width: 570px;
  height: 180px;
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding-left: 126px;
}
#wrap #content .cooperation-mode .list .item .num {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 80px;
  line-height: 80px;
  color: #ffffff;
}
#wrap #content .cooperation-mode .list .item .tl {
  padding-top: 25px;
  padding-bottom: 16px;
  text-align: left;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
#wrap #content .cooperation-mode .list .item .info {
  display: block;
  width: 429px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
#wrap #content .cooperation-mode .list .item .info span {
  display: block;
  width: 100%;
  text-align: justify;
}
#wrap #content .cooperation-mode .list .lb-1px {
  letter-spacing: -1px;
}
#wrap #content .cooperation-case {
  height: 2187px;
  background-color: #272ea3;
}
#wrap #content .cooperation-case .line-tl {
  padding-top: 86px;
  padding-bottom: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #content .cooperation-case .line-tl .line {
  width: 366px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-case .line-tl .tl {
  font-size: 30px;
  line-height: 30px;
  margin: 0 20px;
  color: #ffffff;
}
#wrap #content .cooperation-case .wrap {
  padding: 40px 46px;
  width: 1200px;
  height: 752px;
  background-color: #ffffff;
  box-shadow: 4px 4px 10px 0px rgba(32, 32, 32, 0.22);
  border-radius: 10px;
}
#wrap #content .cooperation-case .wrap .list01 {
  display: flex;
  justify-content: space-between;
}
#wrap #content .cooperation-case .wrap .list01 img {
  display: block;
  width: 531px;
  height: 302px;
  background-color: #eeeeee;
  border-radius: 10px;
}
#wrap #content .cooperation-case .wrap .list01 .info {
  width: 555px;
}
#wrap #content .cooperation-case .wrap .list01 .info .tl {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 20px;
  color: #323333;
}
#wrap #content .cooperation-case .wrap .list01 .info .pb17px {
  padding-bottom: 17px;
}
#wrap #content .cooperation-case .wrap .list01 .info .pt12px {
  padding-top: 12px;
}
#wrap #content .cooperation-case .wrap .list01 .info .desc-tl {
  text-align: justify;
  width: 555px;
  font-size: 16px;
  line-height: 30px;
  color: #323333;
}
#wrap #content .cooperation-case .wrap .list01 .info .lh26px {
  line-height: 26px;
}
#wrap #content .cooperation-case .wrap .list02 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .cooperation-case .wrap .list02 .info {
  width: 520px;
  height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#wrap #content .cooperation-case .wrap .list02 .info span {
  display: block;
}
#wrap #content .cooperation-case .wrap .list02 .info .tl {
  padding-top: 35px;
  padding-bottom: 22px;
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  color: #323333;
}
#wrap #content .cooperation-case .wrap .list02 .info .li01 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 16px;
  color: #323333;
}
#wrap #content .cooperation-case .wrap .list02 .info .li01 span:nth-child(2) span,
#wrap #content .cooperation-case .wrap .list02 .info .li01 span:nth-child(3) span {
  margin-bottom: 12px;
}
#wrap #content .cooperation-case .wrap .list02 .info .li02 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 16px;
  color: #323333;
}
#wrap #content .cooperation-case .wrap .list02 .info .li02 span:nth-child(2) {
  width: 438px;
  text-align: justify;
}
#wrap #content .cooperation-case .wrap .list02 .info .li02 span:nth-child(2) span {
  line-height: 28px;
}
#wrap #content .cooperation-case .wrap .list02 .photos {
  width: 554px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrap #content .cooperation-case .wrap .list02 .photos .photo {
  position: relative;
  width: 270px;
  height: 170px;
  background-color: #eeeeee;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
#wrap #content .cooperation-case .wrap .list02 .photos .photo span {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 270px;
  height: 40px;
  background-color: #5905ae;
  opacity: 0.7;
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
#wrap #content .cooperation-case .wrap .mr38px {
  margin-right: 38px;
}
#wrap #content .cooperation-case .wrap .mr122px {
  margin-right: 122px;
}
#wrap #content .cooperation-case .wrap .lt28px {
  line-height: 28px;
}
#wrap #content .cooperation-case .wrap .pt5px {
  padding-top: 5px;
}
#wrap #content .cooperation-case #swiper05 {
  margin-top: 47px;
  width: 100%;
  position: relative;
}
#wrap #content .cooperation-case #swiper05 .swiper-container {
  width: 1200px;
  height: 200px;
}
#wrap #content .cooperation-case #swiper05 .swiper-slide {
  position: relative;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  background: #fff;
  /* 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;
  overflow: hidden;
}
#wrap #content .cooperation-case #swiper05 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #content .cooperation-case #swiper05 .swiper-slide span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 280px;
  height: 40px;
  background-color: rgba(106, 8, 213, 0.7);
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}
#wrap #content .cooperation-case #swiper05 .next,
#wrap #content .cooperation-case #swiper05 .prev {
  position: absolute;
  width: 80px;
  height: 80px;
  font-size: 36px;
  color: #007aff;
  background-color: #ffffff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
#wrap #content .cooperation-case #swiper05 .next {
  right: -130px;
}
#wrap #content .cooperation-case #swiper05 .next::after,
#wrap #content .cooperation-case #swiper05 .prev::after {
  content: '' !important;
}
#wrap #content .cooperation-case #swiper05 .swiper-button-next,
#wrap #content .cooperation-case #swiper05 .swiper-button-prev {
  outline: none;
  margin-top: 0 !important;
}
#wrap #content .cooperation-case #swiper05 .prev {
  left: -130px;
}
#wrap #content .cooperation-case #swiper05 .desc-tl {
  margin-top: 15px;
  font-size: 16px;
  line-height: 28px;
  color: #fefefe;
}
#wrap #content .cooperation-case .pb0px {
  padding-bottom: 0;
}
#wrap #content .cooperation-case .mb60px {
  margin-bottom: 60px;
}
#wrap #footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-image: linear-gradient(-13deg, #6c07c5 0%, #19369c 100%), linear-gradient(#5e05ac, #5e05ac);
}
#wrap #footer .info {
  /*width: 540px;*/
  font-size: 15px;
  color: #ffffff;
}
#wrap #footer .info span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 24px;
  letter-spacing: 3px;
}
/*# sourceMappingURL=schoolCooperation.css.map */
