.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: 550px;
}
#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/kindergartenCooperation/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 .development-goals {
  height: 698px;
  background: #ffffff;
}
#wrap #content .development-goals .title {
  margin: 0 auto;
  width: 487px;
  padding-top: 89px;
  padding-bottom: 44px;
  font-size: 30px;
  line-height: 42px;
  color: #292929;
}
#wrap #content .development-goals .target-tree .item {
  position: relative;
  width: 100%;
  height: 110px;
}
#wrap #content .development-goals .target-tree .item .side {
  position: relative;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background-color: #af3bff;
  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 .development-goals .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 .development-goals .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 .development-goals .target-tree .item .side .to-down {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 60px);
  width: 4px;
  height: 60px;
  background-color: #9532f2;
}
#wrap #content .development-goals .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 .development-goals .target-tree .item .info-lf .tl {
  text-align: right;
  padding: 12px 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  color: #af3bff;
}
#wrap #content .development-goals .target-tree .item .info-lf .desc {
  text-align: right;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #292929;
}
#wrap #content .development-goals .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 .development-goals .target-tree .item .info-rt .tl {
  text-align: left;
  padding: 12px 0;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  color: #af3bff;
}
#wrap #content .development-goals .target-tree .item .info-rt .desc {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  color: #292929;
}
#wrap #content .development-goals .target-tree .item:nth-child(4) .to-down {
  bottom: -39px;
  height: 97px;
}
#wrap #content .education-programme {
  height: 5010px;
  background-image: linear-gradient(-90deg, #9300d2 0%, #6700e1 100%);
}
#wrap #content .education-programme .title {
  margin: 0 auto;
  padding-top: 93px;
  padding-bottom: 34px;
  width: 430px;
  font-size: 30px;
  line-height: 42px;
  color: #ffffff;
}
#wrap #content .education-programme .line-tl {
  margin: 0 auto;
  width: 925px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .education-programme .line-tl .tl {
  font-size: 16px;
  line-height: 16px;
  color: #fffefe;
}
#wrap #content .education-programme .line-tl .line {
  width: 320px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .education-programme .desc {
  margin-top: 43px;
  width: 598px;
  height: 80px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: 36px -62px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
}
#wrap #content .education-programme .curriculum-system {
  margin-top: 53px;
  width: 1200px;
  height: 736px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 0 46px;
}
#wrap #content .education-programme .curriculum-system .title {
  padding-top: 59px;
  padding-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  color: #292929;
}
#wrap #content .education-programme .curriculum-system .wrap {
  display: flex;
  justify-content: space-between;
}
#wrap #content .education-programme .curriculum-system .wrap img {
  display: block;
  width: 744px;
  height: 554px;
}
#wrap #content .education-programme .curriculum-system .wrap .info {
  margin-top: 65px;
  width: 315px;
  height: 338px;
}
#wrap #content .education-programme .curriculum-system .wrap .info .desc-tl {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #323333;
  margin-bottom: 55px;
}
#wrap #content .education-programme .curriculum-system .wrap .info .desc-tl span {
  position: absolute;
  top: 8px;
  left: -26px;
  display: block;
  width: 16px;
  height: 15px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: -28px -972px;
}
#wrap #content .education-programme .matching-teaching-aids {
  margin-top: 46px;
  width: 1200px;
  height: 1458px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  padding: 0 46px;
}
#wrap #content .education-programme .matching-teaching-aids .title {
  padding-top: 60px;
  padding-bottom: 33px;
  font-size: 24px;
  line-height: 24px;
  color: #292929;
}
#wrap #content .education-programme .matching-teaching-aids .list {
  margin-bottom: 40px;
}
#wrap #content .education-programme .matching-teaching-aids .list .tl {
  text-align: left;
  padding-left: 14px;
  font-size: 16px;
  line-height: 18px;
  color: #292929;
  border-left: 4px solid #6d00df;
}
#wrap #content .education-programme .matching-teaching-aids .list .desc-tl {
  text-align: left;
  font-size: 16px;
  line-height: 55px;
  color: #292929;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-three {
  display: flex;
  justify-content: space-between;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-three img {
  display: block;
  width: 350px;
  height: 250px;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-five {
  display: flex;
  justify-content: space-between;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-five img {
  display: block;
  width: 559px;
  height: 303px;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-five div {
  width: 513px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-five div img {
  display: block;
  width: 250px;
  height: 142px;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-seven {
  display: flex;
  justify-content: space-between;
  padding-left: 42px;
  padding-top: 18px;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-seven img {
  display: block;
  width: 439px;
  height: 387px;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-seven div {
  margin-top: 39px;
  width: 513px;
  height: 303px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrap #content .education-programme .matching-teaching-aids .list .photos-seven div img {
  display: block;
  width: 250px;
  height: 142px;
}
#wrap #content .education-programme .matching-teaching-plan {
  margin-top: 46px;
  padding: 0 46px;
  width: 1200px;
  height: 2226px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
}
#wrap #content .education-programme .matching-teaching-plan .title {
  padding-top: 60px;
  padding-bottom: 0;
  font-size: 24px;
  line-height: 24px;
  color: #292929;
}
#wrap #content .education-programme .matching-teaching-plan img {
  display: block;
  width: 100%;
}
#wrap #content .education-programme .matching-teaching-plan .item1 {
  height: 464px;
  margin-bottom: 44px;
}
#wrap #content .education-programme .matching-teaching-plan .item2 {
  height: 504px;
  margin-bottom: 41px;
}
#wrap #content .education-programme .matching-teaching-plan .item3 {
  position: relative;
  height: 354px;
}
#wrap #content .education-programme .matching-teaching-plan .item3 img:nth-child(1) {
  display: block;
  width: 691px;
  height: 354px;
}
#wrap #content .education-programme .matching-teaching-plan .item3 img:nth-child(2) {
  position: absolute;
  top: -94px;
  right: 0;
  width: 347px;
  height: 448px;
}
#wrap #content .education-programme .matching-teaching-plan .item4 {
  margin-top: 25px;
  height: 652px;
}
#wrap #content .team-building {
  height: 700px;
  background: #ffffff;
}
#wrap #content .team-building .title {
  margin: 100px auto 0;
  width: 598px;
  height: 80px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: 36px -205px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
}
#wrap #content .team-building .line-tl {
  display: flex;
  justify-content: space-between;
  width: 1136px;
  margin: 34px auto 0;
}
#wrap #content .team-building .line-tl .line {
  margin-top: 12px;
  width: 354px;
  height: 2px;
  background-color: #323333;
}
#wrap #content .team-building .line-tl .tl {
  width: 379px;
  font-size: 16px;
  line-height: 26px;
  color: #323333;
}
#wrap #content .team-building .photos {
  margin-top: 30px;
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .team-building .photos .photo {
  width: 570px;
  height: 395px;
}
#wrap #content .team-building .photos .photo img {
  display: block;
  width: 570px;
  height: 360px;
}
#wrap #content .team-building .photos .photo span {
  display: block;
  margin-top: 19px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #323333;
}
#wrap #content .team-building .system {
  position: relative;
  margin: 60px auto 0;
  width: 670px;
  height: 452px;
  max-width: 670px;
}
#wrap #content .team-building .system img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #content .team-building .system .customized-service {
  position: fixed;
  top: 50%;
  right: -390px;
  transform: translate(0, -50%);
  z-index: 999;
  width: 386px;
  height: 461px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: -14px -1089px;
  color: #292929;
  transition: 0.5s;
}
#wrap #content .team-building .system .customized-service .close {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #3a3a3a;
  background-color: #dddddd;
  top: 35px;
  right: 30px;
  cursor: pointer;
}
#wrap #content .team-building .system .customized-service .close:hover {
  color: red;
}
#wrap #content .team-building .system .customized-service .enter {
  box-sizing: content-box;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  border-radius: 5px;
  text-align: center;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 18px;
  width: 20px;
  padding: 10px;
  background-color: #007aff;
  cursor: pointer;
}
#wrap #content .team-building .system .customized-service .enter:hover {
  background-color: #7e2fec;
}
#wrap #content .team-building .system .customized-service .subInfo {
  padding-top: 68px;
  padding-left: 34px;
  width: 380px;
}
#wrap #content .team-building .system .customized-service .subInfo .btn {
  display: block;
  width: 244px;
  height: 42px;
  background-color: #7e2fec;
  border-radius: 10px;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  line-height: 35px;
  margin-left: 28px;
  cursor: pointer;
}
#wrap #content .team-building .system .customized-service .school,
#wrap #content .team-building .system .customized-service .user,
#wrap #content .team-building .system .customized-service .phone,
#wrap #content .team-building .system .customized-service .leaving-message {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}
#wrap #content .team-building .system .customized-service .school .err,
#wrap #content .team-building .system .customized-service .user .err,
#wrap #content .team-building .system .customized-service .phone .err,
#wrap #content .team-building .system .customized-service .leaving-message .err {
  width: 300px;
  text-align: right;
  position: absolute;
  top: 26px;
  left: 20px;
  color: red;
  font-size: 12px;
  letter-spacing: 0;
  z-index: 1;
  display: none;
}
#wrap #content .team-building .system .customized-service .school label,
#wrap #content .team-building .system .customized-service .user label,
#wrap #content .team-building .system .customized-service .phone label,
#wrap #content .team-building .system .customized-service .leaving-message label {
  display: block;
  width: 90px;
  padding-right: 20px;
  text-align: justify;
  line-height: 34px;
}
#wrap #content .team-building .system .customized-service .school input,
#wrap #content .team-building .system .customized-service .user input,
#wrap #content .team-building .system .customized-service .phone input,
#wrap #content .team-building .system .customized-service .leaving-message input {
  display: block;
  outline: none;
  width: 210px;
  height: 34px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  background-color: transparent;
  z-index: 2;
}
#wrap #content .team-building .system .customized-service .school textarea,
#wrap #content .team-building .system .customized-service .user textarea,
#wrap #content .team-building .system .customized-service .phone textarea,
#wrap #content .team-building .system .customized-service .leaving-message textarea {
  display: block;
  outline: none;
  width: 300px;
  height: 50px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  resize: none;
}
#wrap #content .team-building .system .customized-service .school input::-webkit-outer-spin-button,
#wrap #content .team-building .system .customized-service .user input::-webkit-outer-spin-button,
#wrap #content .team-building .system .customized-service .phone input::-webkit-outer-spin-button,
#wrap #content .team-building .system .customized-service .leaving-message input::-webkit-outer-spin-button,
#wrap #content .team-building .system .customized-service .school input::-webkit-inner-spin-button,
#wrap #content .team-building .system .customized-service .user input::-webkit-inner-spin-button,
#wrap #content .team-building .system .customized-service .phone input::-webkit-inner-spin-button,
#wrap #content .team-building .system .customized-service .leaving-message input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
#wrap #content .team-building .system .customized-service .school {
  letter-spacing: 11px;
}
#wrap #content .team-building .system .customized-service .user {
  letter-spacing: 2px;
}
#wrap #content .team-building .system .customized-service .phone {
  letter-spacing: 11px;
}
#wrap #content .team-building .system .customized-service .leaving-message {
  margin-top: 100px;
}
#wrap #content .team-building .system .customized-service-open {
  transform: translate(-390px, -50%);
}
#wrap #content .team-building .system .customized-service-open .enter {
  opacity: 0;
  cursor: default;
}
#wrap #content .team-building .system .customized-service-close {
  transform: translate(0px, -50%);
}
#wrap #content .team-building .system .customized-service-close .enter {
  opacity: 1;
}
#wrap #content .team-building .teacher {
  width: 862px;
  margin: 39px auto 0;
  display: flex;
  justify-content: space-between;
}
#wrap #content .team-building .teacher img {
  display: block;
  width: 250px;
  height: 354px;
}
#wrap #content .teaching-environment {
  padding-top: 100px;
  height: 2080px;
  background-image: url("../images/kindergartenCooperation/images/gbanner_03.png");
}
#wrap #content .teaching-environment .title-bg {
  display: block;
  margin: 0 auto 33px;
  width: 412px;
  height: 80px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: -21px -348px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
}
#wrap #content .teaching-environment .line-tl {
  margin: 0 auto;
  width: 1108px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .teaching-environment .line-tl .line {
  margin-top: 12px;
  display: block;
  width: 342px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .teaching-environment .line-tl .tl {
  width: 379px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
#wrap #content .teaching-environment .photos {
  margin-top: 37px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#wrap #content .teaching-environment .photos img {
  display: block;
  width: 600px;
  height: 405px;
}
#wrap #content .teaching-environment .title-bg2 {
  display: block;
  margin: 120px auto 33px;
  width: 502px;
  height: 80px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: -16px -499px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
}
#wrap #content .teaching-environment .item-wrap {
  margin: 34px auto 0;
  width: 1060px;
  height: 568px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
#wrap #content .teaching-environment .item-wrap .item {
  display: flex;
  justify-content: space-between;
  width: 484px;
  height: 209px;
}
#wrap #content .teaching-environment .item-wrap .item .text-wrap {
  margin-top: 25px;
  width: 85px;
}
#wrap #content .teaching-environment .item-wrap .item .text-wrap .title {
  height: 19px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 25px;
}
#wrap #content .teaching-environment .item-wrap .item .text-wrap .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  color: #ffffff;
}
#wrap #content .teaching-environment .item-wrap .item .text-wrap .text .icon {
  display: block;
  width: 18px;
  height: 16px;
  background-image: url("../images/index/images/xingxing_white_03.png");
  background-repeat: no-repeat;
  background-position: center;
}
#wrap #content .teaching-environment .item-wrap .item .text-wrap span {
  display: block;
}
#wrap #content .teaching-environment .item-wrap .item .image {
  width: 80%;
  text-align: center;
}
#wrap #content .teaching-environment .item-wrap .item:nth-child(3) {
  height: 263px;
}
#wrap #content .teaching-environment .item-wrap .item:nth-child(4) {
  height: 263px;
}
#wrap #content .teaching-environment .item-wrap .lf {
  flex-direction: row;
}
#wrap #content .teaching-environment .item-wrap .rt {
  flex-direction: row-reverse;
}
#wrap #content .teaching-environment .item-wrap .text-lf {
  text-align: left;
}
#wrap #content .teaching-environment .item-wrap .text-rt {
  text-align: right;
}
#wrap #content .admission-service {
  height: 1867px;
  background-image: linear-gradient(-90deg, #7900e1 0%, #a400d2 100%);
}
#wrap #content .admission-service .title {
  display: block;
  margin: 0 auto 28px;
  width: 520px;
  height: 80px;
  background-image: url("../images/kindergartenCooperation/images/jinglingtu_02.png");
  background-position: 35px -650px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 80px;
  color: #ffffff;
}
#wrap #content .admission-service .line-tl {
  margin: 0 auto;
  width: 1108px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .admission-service .line-tl .line {
  margin-top: 12px;
  display: block;
  width: 342px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .admission-service .line-tl .line312 {
  margin-top: 12px;
  display: block;
  width: 312px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .admission-service .line-tl .tl {
  width: 379px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
#wrap #content .admission-service .line-tl .tl433 {
  text-align: center;
  width: 433px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
#wrap #content .admission-service .bg2 {
  width: 540px;
  background-position: 52px -812px;
}
#wrap #content .admission-service .photos {
  margin: 33px auto 110px;
  width: 1108px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .admission-service .photos .photo {
  position: relative;
  width: 524px;
  height: 378px;
  border-radius: 10px;
}
#wrap #content .admission-service .photos .photo span {
  position: absolute;
  top: 31px;
  left: 41px;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
}
#wrap #content .admission-service .photos .photo img {
  display: block;
  width: 100%;
  height: 100%;
}
#wrap #content .admission-service .cards {
  display: flex;
  justify-content: space-between;
  margin: 31px auto 0;
  width: 1108px;
}
#wrap #content .admission-service .cards .card {
  width: 361px;
  height: 305px;
}
#wrap #content .admission-service .cards .card img {
  display: block;
  width: 361px;
  height: 270px;
}
#wrap #content .admission-service .cards .card span {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
#wrap #content .admission-service .wrap {
  width: 1200px;
  height: 1342px;
  padding-top: 110px;
  background-color: rgba(32, 32, 32, 0.22);
  box-shadow: 4px 4px 10px 0px rgba(32, 32, 32, 0.22);
  border-radius: 0 0 14px 14px;
  border: solid 2px rgba(0, 192, 255, 0.8);
  border-top: none;
}
#wrap #content .admission-service .title2 {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 50px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .admission-service .list {
  width: 1108px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#wrap #content .admission-service .list .item {
  position: relative;
  width: 340px;
  height: 226px;
  background-image: linear-gradient(0deg, #2e82ff 0%, #1fa8ff 100%), linear-gradient(#1fc9ff, #1fc9ff);
  border-radius: 10px;
  overflow: hidden;
}
#wrap #content .admission-service .list .item .bg {
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 120px;
  line-height: 120px;
  color: #ffffff;
  opacity: 0.1;
}
#wrap #content .admission-service .list .item .tl-s {
  display: block;
  padding-top: 37px;
  padding-bottom: 16px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}
#wrap #content .admission-service .list .item .desc-tl {
  display: block;
  margin: 0 auto;
  width: 262px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-align: justify;
}
#wrap #content .admission-service .list .item:nth-child(2) {
  background-image: linear-gradient(0deg, #1aaa7c 0%, #08d091 100%), linear-gradient(#1fc9ff, #1fc9ff);
}
#wrap #content .admission-service .list .item:nth-child(3) {
  background-image: linear-gradient(0deg, #e9686f 0%, #e4748f 100%), linear-gradient(#1fc9ff, #1fc9ff);
}
#wrap #content .cooperation-mode {
  height: 678px;
  background-image: url("../images/kindergartenCooperation/images/hmoshiBanner_03.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 {
  width: 1108px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .cooperation-mode .line-tl .line {
  display: block;
  width: 355px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-mode .line-tl .tl {
  width: 336px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}
#wrap #content .cooperation-mode .list {
  margin-top: 52px;
  width: 1200px;
  height: 350px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
#wrap #content .cooperation-mode .list .item {
  position: relative;
  display: block;
  width: 580px;
  height: 160px;
  border-radius: 10px;
  border: solid 2px #ffffff;
  padding-left: 98px;
}
#wrap #content .cooperation-mode .list .item .num {
  position: absolute;
  top: 22px;
  left: 17px;
  font-size: 60px;
  line-height: 60px;
  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: 450px;
  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-exhibition {
  height: 1774px;
  background-image: linear-gradient(-90deg, #6c07c5 0%, #19369c 100%), linear-gradient(#7d00e0, #7d00e0);
}
#wrap #content .cooperation-exhibition .title {
  padding-top: 79px;
  padding-bottom: 42px;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
#wrap #content .cooperation-exhibition .list {
  padding: 0 46px;
  width: 1200px;
  height: 1117px;
  background-color: rgba(32, 32, 32, 0.22);
  box-shadow: 4px 4px 10px 0px rgba(32, 32, 32, 0.22);
  border-radius: 14px;
  border: solid 2px #00c0ff;
}
#wrap #content .cooperation-exhibition .list .tl {
  padding: 40px 0;
  font-size: 24px;
  line-height: 24px;
  color: #fffefe;
}
#wrap #content .cooperation-exhibition .list .item {
  width: 100%;
  padding-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#wrap #content .cooperation-exhibition .list .item .card {
  width: 100%;
  height: 285px;
}
#wrap #content .cooperation-exhibition .list .item .card img {
  display: block;
  width: 350px;
  height: 250px;
  border-radius: 10px;
}
#wrap #content .cooperation-exhibition .list .item .card span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  color: #fffefe;
}
#wrap #content .cooperation-exhibition .line-tl {
  width: 1108px;
  margin: 79px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#wrap #content .cooperation-exhibition .line-tl .line {
  width: 454px;
  height: 1px;
  background-color: #ffffff;
}
#wrap #content .cooperation-exhibition .line-tl .tl {
  width: 180px;
  font-size: 24px;
  line-height: 24px;
  color: #ffffff;
}
#wrap #content .cooperation-exhibition .swiper-container {
  position: relative;
  margin-top: 47px;
  width: 100%;
  height: 280px;
}
#wrap #content .cooperation-exhibition .swiper-container .prev,
#wrap #content .cooperation-exhibition .swiper-container .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  opacity: 0.5;
  z-index: 9;
  border-radius: 50%;
  transition: 0.5s;
  font-size: 44px;
  color: #184DB0;
}
#wrap #content .cooperation-exhibition .swiper-container .swiper-button-prev,
#wrap #content .cooperation-exhibition .swiper-container .swiper-button-next {
  margin-top: 0 !important;
  outline: none;
}
#wrap #content .cooperation-exhibition .swiper-container .swiper-button-prev:after,
#wrap #content .cooperation-exhibition .swiper-container .swiper-button-next:after {
  content: '' !important;
}
#wrap #content .cooperation-exhibition .swiper-container .prev:hover,
#wrap #content .cooperation-exhibition .swiper-container .next:hover {
  opacity: 0.8;
}
#wrap #content .cooperation-exhibition .swiper-container .prev {
  left: 230px;
}
#wrap #content .cooperation-exhibition .swiper-container .next {
  right: 230px;
}
#wrap #content .cooperation-exhibition .swiper-container .bg {
  position: absolute;
  top: 0;
  width: 340px;
  height: 280px;
  z-index: 1;
}
#wrap #content .cooperation-exhibition .swiper-container .lf {
  left: 0;
  background-image: linear-gradient(90deg, #3f04bd 0%, transparent 100%);
}
#wrap #content .cooperation-exhibition .swiper-container .rt {
  right: 0;
  background-image: linear-gradient(90deg, transparent 0%, #3f04bd 100%);
}
#wrap #content .cooperation-exhibition .swiper-slide {
  min-width: 374px;
  max-width: 374px;
  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-exhibition .swiper-slide img {
  display: block;
  width: 374px;
  height: 100%;
}
#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=kindergartenCooperation.css.map */
