.ctn1 {
  padding: 92px 0 105px;
}
.ctn1 .ctn_list {
  margin-top: 40px;
}
.ctn1 .ctn_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #eeeeee;
  background: #f8f9fb;
  padding: 40px 0;
}
.ctn1 .ctn_list li:nth-child(n+2) {
  margin-top: 28px;
}
.ctn1 .icon {
  width: 19%;
  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;
}
.ctn1 .icon img{
    transform: scale(0.8);
}
.ctn1 .ctn1_info {
  width: 81%;
  padding-right: 3.64vw;
}
.ctn1 .ctn1_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.ctn1 .ctn1_name span:first-child {
  font-weight: bold;
}
.ctn1 .ctn1_name span:last-child {
  color: #d6d6d6;
  margin-left: 20px;
}
.ctn1 .ctn1_des {
  margin-top: 15px;
  color: #666666;
}
.ctn1 .ctn1_con img {
  margin-right: 12px;
  vertical-align: middle;
}
.ctn1 .ctn1_con_flx {
  line-height: 1;
  margin-top: 14px;
}
.ctn1 .ctn1_con_flx a{
    color: #888888;
    transition: all 0.8s;
}
.ctn1 .ctn1_con_flx a:hover{
    color: #b72d29;
}
.ctn1 .name {
  line-height: 1;
  margin-top: 26px;
}
.ctn1 .ctn_more {
  width: 160px;
  height: 40px;
  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;
  color: white;
  background: #b72d29;
  margin-top: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ctn1 .ctn_more:hover {
  background: #a42b30;
}
.ctn1 .anli .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  height: 135px;
}
.ctn1 .anli .swiper-slide::after {
  display: block;
  content: "";
  height: 3px;
  background: #b72d29;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
}
.ctn1 .anli .swiper-slide:hover::after {
  width: 100%;
}
.ctn1 .anli_des {
  color: #888888;
}
.ctn1 .anli_icon {
  width: 35%;
  text-align: center;
}
.ctn1 .anli_icon img {
  max-width: 80%;
  transform: scale(0.8);
}
.ctn1 .anli_txt {
  width: 65%;
  padding-right: 1vw;
}
.ctn1 .anli_name {
  font-weight: bold;
}
.ctn1 .ctn_sw {
  position: relative;
  padding: 0 42px;
  margin-top: 25px;
}
.ctn1 .anli_btn {
  width: 18px;
  height: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.ctn1 .anli_btn:hover::after {
  opacity: 1;
}
.ctn1 .prev {
  left: 0;
  background: url(../img/prev1.png);
}
.ctn1 .prev::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/prev2.png);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}
.ctn1 .next {
  right: 0;
  background: url(../img/next1.png);
}
.ctn1 .next::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/next2.png);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
}

.swiper-button-disabled {
  opacity: 0.35;
}

.ctn2 {
  padding: 80px 0 100px;
  background-size: cover;
  background-image: url(../img/school/bg.jpg);
}
.ctn2 .ctn2_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 52px;
}
.ctn2 .ctn2_list a {
  width: 18%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  height: 106px;
  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;
  background: white;
  border-radius: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ctn2 .ctn2_list a:nth-child(5n) {
  margin-right: 0;
}
.ctn2 .ctn2_list a img {
  max-width: 80%;
  max-height: 90%;
}
.ctn2 .ctn2_list a:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1600px) {
  .ctn1 {
    padding: 4.79vw 0 5.46875vw;
  }
  .ctn1 .ctn_list {
    margin-top: 2vw;
  }
  .ctn1 .ctn_list li {
    padding: 30px 0;
  }
  .ctn2 {
    padding: 4.16vw 0 5.2vw;
  }
  .ctn2 .ctn2_list {
    margin-top: 2.7%;
  }
  .ctn1 .ctn_more {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0;
  }
  .ctn2 {
    padding: 40px 0;
  }
  .ctn1 .ctn_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ctn1 .ctn1_info {
    padding: 20px;
    width: 100%;
  }
  .ctn1 .ctn_list li {
    padding: 20px 0 0;
  }
  .ctn1 .icon img {
    width: 60px;
  }
  .ctn1 .ctn_sw {
    padding: 0 24px;
  }
  .ctn1 .ctn1_des {
    margin-top: 10px;
  }
  .ctn1 .ctn_list {
    margin-top: 25px;
  }
  .ctn1 .ctn_list li:nth-child(n+2) {
    margin-top: 10px;
  }
  .ctn1 .ctn_more {
    width: 120px;
    height: 36px;
  }
  .ctn2 .ctn2_list {
    margin-top: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .ctn2 .ctn2_list a {
    width: calc((100% - 10px) / 2);
    height: 70px;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .ctn1 .anli_icon {
    width: 70px;
  }
}
