#sch-env {
  margin-bottom: 50px;
}
#sch-env .pic {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
#sch-env .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px !important;
  height: 400px !important;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 5px 5px #0d0d0d;
  box-shadow: 5px 5px 5px 0px rgba(13, 13, 13, 0.3);
  margin-top: -200px;
  margin-left: -300px;
  transform: scale(0);
  transition: all ease-out 0.1s !important;
}
#sch-env .center img {
  object-fit: cover;
}
#sch-env .center .b-title {
  width: 314px;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #666;
  position: relative;
}
#sch-env .center .b-title::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  width: 364px;
  height: 2px;
  background-color: #666666;
  margin-top: -1px;
}
#sch-env .center .b-title::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  display: block;
  width: 364px;
  height: 2px;
  background-color: #666666;
  margin-top: -1px;
}
#sch-env .center .b-title .text {
  position: absolute;
  top: -2px;
  left: 50%;
  width: 280px;
  height: 64px;
  background-color: #fff;
  transform: translateX(-50%);
  text-align: center;
}
#sch-env .center .b-title .text h2 {
  font-weight: bold;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  position: relative;
}
#sch-env .center .b-title .text h2::after {
  content: "";
  position: absolute;
  top: 120%;
  left: 50%;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #efaf1a;
  transform: translateX(-50%);
}
#sch-env .center .b-title .text p {
  margin-top: 12px;
  font-size: 20px;
  color: #ccc;
}
#sch-env .center .hover {
  position: relative;
  overflow: hidden;
}
#sch-env .center .hover img {
  cursor: pointer;
}
#sch-env .center .hover .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity ease-out 0.5s;
  display: none;
}
#sch-env .center .hover .mask .text {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: relative;
}
#sch-env .center .hover .mask .text .h-center {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 80px;
  transform: translateY(-50%);
}
#sch-env .center .hover .mask .text .h-center::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #fff;
  transform: translateX(-50%);
}
#sch-env .center .hover .mask .text .h-center::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 46px;
  height: 2px;
  background-color: #fff;
  transform-origin: center;
  transform: translateX(-50%) rotate(90deg);
}
#sch-env .center .hover .mask .text .h-center p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
}
#sch-env .center .env,
#sch-env .center .act {
  padding-top: 30px;
}
#sch-env .center .env .e-body,
#sch-env .center .act .e-body {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#sch-env .center .env .e-body > .left,
#sch-env .center .act .e-body > .left {
  width: 380px;
  height: 402px;
}
#sch-env .center .env .e-body > .left img,
#sch-env .center .act .e-body > .left img {
  width: 100%;
  height: 100%;
}
#sch-env .center .env .e-body > .right,
#sch-env .center .act .e-body > .right {
  flex: 1;
  margin-left: 8px;
}
#sch-env .center .env .e-body > .right .top,
#sch-env .center .act .e-body > .right .top {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: space-between;
}
#sch-env .center .env .e-body > .right .top img,
#sch-env .center .act .e-body > .right .top img {
  width: 100%;
  height: 100%;
}
#sch-env .center .env .e-body > .right .top > div:nth-of-type(1),
#sch-env .center .act .e-body > .right .top > div:nth-of-type(1),
#sch-env .center .env .e-body > .right .top .x1,
#sch-env .center .act .e-body > .right .top .x1 {
  width: 292px;
  height: 100%;
}
#sch-env .center .env .e-body > .right .top > div:nth-of-type(2),
#sch-env .center .act .e-body > .right .top > div:nth-of-type(2),
#sch-env .center .env .e-body > .right .top .x2,
#sch-env .center .act .e-body > .right .top .x2 {
  width: 292px;
  height: 100%;
}
#sch-env .center .env .e-body > .right .top > div:nth-of-type(3),
#sch-env .center .act .e-body > .right .top > div:nth-of-type(3),
#sch-env .center .env .e-body > .right .top .x3,
#sch-env .center .act .e-body > .right .top .x3 {
  width: 212px;
  height: 100%;
}
#sch-env .center .env .e-body > .right .bottom,
#sch-env .center .act .e-body > .right .bottom {
  width: 100%;
  height: 164px;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(1),
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(1),
#sch-env .center .env .e-body > .right .bottom .x4,
#sch-env .center .act .e-body > .right .bottom .x4 {
  width: 379px;
  height: 164px;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(1) img,
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(1) img,
#sch-env .center .env .e-body > .right .bottom .x4 img,
#sch-env .center .act .e-body > .right .bottom .x4 img {
  width: 100%;
  height: 100%;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(2),
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(2),
#sch-env .center .env .e-body > .right .bottom .x5,
#sch-env .center .act .e-body > .right .bottom .x5 {
  width: 424px;
  height: 164px;
}
#sch-env .center .env .e-body > .right .bottom > div:nth-of-type(2) img,
#sch-env .center .act .e-body > .right .bottom > div:nth-of-type(2) img,
#sch-env .center .env .e-body > .right .bottom .x5 img,
#sch-env .center .act .e-body > .right .bottom .x5 img {
  width: 100%;
  height: 100%;
}
#sch-env .center .canteen,
#sch-env .center .equ {
  margin-top: 56px;
}
#sch-env .center .canteen .c-body,
#sch-env .center .equ .c-body {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#sch-env .center .canteen .c-body .left,
#sch-env .center .equ .c-body .left,
#sch-env .center .canteen .c-body .right,
#sch-env .center .equ .c-body .right {
  width: 430px;
}
#sch-env .center .canteen .c-body .left > div,
#sch-env .center .equ .c-body .left > div,
#sch-env .center .canteen .c-body .right > div,
#sch-env .center .equ .c-body .right > div {
  width: 100%;
  height: 200px;
}
#sch-env .center .canteen .c-body .left > div img,
#sch-env .center .equ .c-body .left > div img,
#sch-env .center .canteen .c-body .right > div img,
#sch-env .center .equ .c-body .right > div img {
  width: 100%;
  height: 100%;
}
#sch-env .center .canteen .c-body .left > div:nth-of-type(2),
#sch-env .center .equ .c-body .left > div:nth-of-type(2),
#sch-env .center .canteen .c-body .right > div:nth-of-type(2),
#sch-env .center .equ .c-body .right > div:nth-of-type(2) {
  margin-top: 8px;
}
#sch-env .center .canteen .c-body .c-center,
#sch-env .center .equ .c-body .c-center {
  width: 324px;
  height: 406px;
}
#sch-env .center .canteen .c-body .c-center img,
#sch-env .center .equ .c-body .c-center img {
  width: 100%;
  height: 100%;
}
