#case-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#case-wrapper .left {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 5px;
  margin-right: 1%;
}
#case-wrapper .left a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#case-wrapper .left > div {
  -webkit-box-shadow: 1px 1px 5px 2px rgba(51, 51, 102, 0.35);
  box-shadow: 1px 1px 5px 2px rgba(51, 51, 102, 0.35);
}
#case-wrapper .left div.left-top {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  background-image: url('../img/solution.png');
  background-size: 100% auto;
  text-align: center;
  color: #fff;
}
#case-wrapper .left ul li a {
  width: 100%;
  height: 60px;
  color: #444;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#case-wrapper .left ul li:hover {
  background: #f1e8d2;
  color: #e0ab3b;
}
#case-wrapper .left ul li.active a {
  border-right: 4px solid #e0ab3b;
  font-weight: 600;
  color: #e0ab3b;
}
#case-wrapper .left ul li span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e0ab3b;
  color: #666666;
  margin: 0 15px;
}
#case-wrapper .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px;
}
#case-wrapper .right .list {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
  font-family: PingFang SC;
}
#case-wrapper .right .list .title {
  font-size: 28px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 28px;
}
#case-wrapper .right .list .text {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 26px;
  margin-bottom: 33px;
}
#case-wrapper .right .list .phone {
  font-weight: 800;
  margin-bottom: 30px;
}
#case-wrapper .right .list .phone span {
  color: #444;
  font-size: 14px;
}
#case-wrapper .right .list .phone .number {
  font-weight: 800;
  color: #2971ef;
  font-size: 18px;
}
#case-wrapper .right .list .box {
  padding-top: 80px;
}
#case-wrapper .right #schoolW img {
  max-width: 888px;
  margin-bottom: 50px;
}
#case-wrapper .right #schoolW .box {
  height: 350px;
  border-radius: 9px;
}
#case-wrapper .right #schoolW .box h4 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #e0ab3b;
}
#case-wrapper .right #schoolW .box line {
  width: 40px;
  height: 3px;
  background: #e0ab3b;
  display: inline-block;
}
#case-wrapper .right #schoolW .box p {
  margin-top: 15px;
  width: 402px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}
#case-wrapper .right #schoolW .carousel-box {
  width: 888px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#case-wrapper .right #schoolW .carousel-box .slide {
  height: 100%;
  position: relative;
}
#case-wrapper .right #schoolW .carousel-box .slide:hover {
  -webkit-box-shadow: inset 0px 0px 5px 1px #000;
  box-shadow: inset 0px 0px 5px 1px #000;
}
#case-wrapper .right #schoolW .carousel-box .slide:hover img {
  height: 95%;
}
#case-wrapper .right #schoolW .carousel-box .slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  height: 100%;
  width: auto;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#case-wrapper .right #lesson img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
#case-wrapper .right #fabrication img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
#case-wrapper .right #fabrication .list1 img {
  float: left;
  margin: 0 30px 50px 0;
}
#case-wrapper .right #portrayal img {
  margin-bottom: 50px;
}
#case-wrapper .right #drill img {
  margin-bottom: 50px;
}
#case-wrapper .right #drill .box {
  height: 350px;
  border-radius: 9px;
}
#case-wrapper .right #drill .box h4 {
  font-size: 20px;
  font-weight: bold;
  color: #e0ab3b;
}
#case-wrapper .right #drill .box line {
  width: 40px;
  height: 3px;
  background: #e0ab3b;
  display: inline-block;
}
#case-wrapper .right #drill .box p {
  margin-top: 15px;
  width: 402px;
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  line-height: 26px;
}
#case-wrapper .right #application img {
  width: 100%;
}
#case-wrapper .right #application .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#case-wrapper .right #application .img-box img {
  width: 220px;
}
#case-wrapper .right #application .img-box .right {
  text-align: left;
}
#case-wrapper .right #application .img-box .right p {
  font-size: 18px;
  color: #e0ab3b;
}
#case-wrapper .right #application .img-box .right hr {
  width: 20px;
  border-top: 2px solid #e0ab3b;
  float: left;
}
#case-wrapper .right #application .img-box .right h5 {
  margin-top: 25px;
}
#case-wrapper .right #application .img-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
#case-wrapper .right #application .img-box2 img {
  width: 220px;
}
#case-wrapper .right #application .img-box2 .right {
  text-align: right;
  margin-right: 12px;
}
#case-wrapper .right #application .img-box2 .right p {
  font-size: 18px;
  color: #e0ab3b;
}
#case-wrapper .right #application .img-box2 .right hr {
  width: 20px;
  border-top: 2px solid #e0ab3b;
  float: right;
}
#case-wrapper .right #application .img-box2 .right h5 {
  margin-top: 25px;
}
#case-wrapper .right #programme img {
  margin-bottom: 50px;
}
#case-wrapper .right #school > img {
  width: 100%;
}
#case-wrapper .right #school > h2 {
  color: #e18a36;
  font-size: 20px;
  margin: 30px 0;
}
#case-wrapper .right #school > h3 {
  color: #159243;
  font-size: 20px;
  margin: 30px 0;
}
#case-wrapper .right #public h5 span {
  color: #d19e8b;
}
#case-wrapper .right #public img {
  width: 100%;
}
#case-wrapper .right #public .mar-topbot {
  margin: 20px 0;
}
#case-wrapper .right #largedata img {
  width: 100%;
}
#case-wrapper .right #largedata .mar-topbot {
  margin: 40px 0;
}
#case-wrapper .right #teach h2 {
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
#case-wrapper .right #teach > div.four-wrapper {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#case-wrapper .right #teach > div.four-wrapper > div {
  width: 48%;
}
#case-wrapper .right #teach > div.four-wrapper > div > img {
  width: 100%;
}
#case-wrapper .right #teach > div.four-wrapper > div > p {
  font-size: 18px;
  color: #e0ab3b;
  padding-left: 10px;
}
#case-wrapper .right #teach > div.four-wrapper > div > hr {
  width: 20px;
  border-top: 2px solid #e0ab3b;
  float: left;
  margin-left: 10px;
}
#case-wrapper .right #teach > div.four-wrapper > div > h5 {
  margin-top: 25px;
  font-size: 14px;
  padding-left: 10px;
  color: #444;
}
#case-wrapper .right #admin {
  text-align: center;
}
#case-wrapper .right #admin h5 {
  text-align: left;
}
#case-wrapper .right #admin p {
  text-align: left;
}
#case-wrapper .right #admin h3 {
  color: #6262f7;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
}
#case-wrapper .right #admin h3.color-blue {
  color: #5897ff;
}
#case-wrapper .right #admin h3.color-green {
  color: #69b716;
}
#case-wrapper .right #admin h3.color-orange {
  color: #fb8f3a;
}
#case-wrapper .right #admin h3 img {
  width: 15px;
  vertical-align: middle;
  margin: 0 10px;
}
#case-wrapper .right #admin > img {
  width: 75%;
  margin: 30px 0;
}
#case-wrapper .right #admin > img[class="defferent"] {
  width: 50%;
}
#case-wrapper .right #school > h2 > img,
#case-wrapper .right #school > h3 > img {
  width: 18px;
  vertical-align: middle;
}
.overflow {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.modelTost {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.modelTost .modelClose {
  cursor: pointer;
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  font-size: 48px;
  border-radius: 50%;
  background: #384850;
  width: 50px;
  height: 50px;
  line-height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99;
}
.modelTost .modelTostChile {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modelTost .modelTostChile .swiper-slide {
  text-align: center;
}
.modelTost .modelTostChile .swiper-slide img {
  height: 95vh;
  text-align: center;
}
.modelTost .modelTostChile .swiper-button-prev {
  left: 20%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #53b6f9;
  padding: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
}
.modelTost .modelTostChile .swiper-button-prev:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.modelTost .modelTostChile .swiper-button-prev::after {
  font-size: 48px;
  font-weight: 800;
}
.modelTost .modelTostChile .swiper-button-next {
  right: 20%;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  color: #53b6f9;
  padding: 20px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: all ease-in 0.1s;
  -o-transition: all ease-in 0.1s;
  transition: all ease-in 0.1s;
}
.modelTost .modelTostChile .swiper-button-next:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.modelTost .modelTostChile .swiper-button-next::after {
  font-size: 48px;
  font-weight: 800;
}
