@charset "utf-8";
/* news_list */
#brochure .con {
  margin: auto;
  padding: 50px 0;
  width: 80%;
  max-width: 1100px;
}
#brochure .con .banner {
  float: left;
  width: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
#brochure .con .banner img {
  display: block;
  width: 100%;
}
#brochure .con .content {
  margin-left: 58%;
  text-align: justify;
  color: #666;
}
#brochure .con .content h1,
#brochure .con .content h2,
#brochure .con .content h3,
#brochure .con .content h4,
#brochure .con .content h5,
#brochure .con .content h6,
#brochure .con .content p,
#brochure .con .content ul {
  margin: auto;
}
#brochure .con .content hr {
  border: 0;
  border-top: 1px solid #333;
}
#brochure .con .content img {
  max-width: 100%;
}
#course1 .con {
  margin: auto;
  padding: 60px 0 20px;
  width: 90%;
  max-width: 1300px;
  min-width: 700px;
}
#course1 .con .infobox .info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #999;
}
#course1 .con .infobox .info p {
  position: relative;
  margin: 30px 1.5%;
  width: 18%;
  padding: 40px 20px 20px;
  text-align: justify;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
#course1 .con .infobox .info p strong,
#course1 .con .infobox .info p b {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin: -18px 0 0 -50px;
  width: 100px;
  border-radius: 5px;
  /* border: 1px solid #ccc; */
  font-size: 16px;
  line-height: 36px;
  background: #e61f41;
  color: #fff;
  text-align: center;
}
#course1 .con .infobox .info p:hover {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
#course .con {
  margin: auto;
  padding: 60px 0 20px;
  width: 80%;
  max-width: 1300px;
  min-width: 700px;
  background: url(../images/recruit_students/bg_sumiao.png) no-repeat right bottom;
}
#course .con .list {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  display: flex;
  justify-content: space-around;
}
#course .con .list li {
  width: 14%;
}
#course .con .list li a {
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #333;
  border: 4px solid #e2e2e2;
  overflow: hidden;
  cursor: pointer;
}
#course .con .list li a:hover {
  background: #e61f41;
  transform: scale(1.2);
}
#course .con .list li a img {
  width: 100%;
}
#course .con .list li.sel a {
  background: #e61f41;
}
#course .con .content {
  float: left;
  margin-left: 3%;
  padding: 60px 0 0;
  width: 65%;
  min-height: 260px;
  text-align: justify;
}
#course .con .content .li {
  display: none;
}
#course .con .content .li h2 {
  margin: 10px 0;
  font-size: 24px;
  font-weight: normal;
}
#course .con .content .li h3 {
  margin: 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
#course .con .content .li hr {
  margin: 20px auto 20px 0;
  border: 0;
  border-top: 1px solid #333;
  width: 60px;
}
#course .con .content .li .info {
  height: 220px;
  color: #999;
}
#course .con .content .li .info p {
  margin: 0.2em 0;
}
#course .con .back {
  position: relative;
  float: left;
  margin: 80px 0 0 5%;
  padding: 10px;
  padding-left: 24px;
  width: 40px;
  border-radius: 5px;
  background: #666;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  cursor: pointer;
  display: none;
}
#course .con .back::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
}
#course .con .back:hover {
  background: #e61f41;
}
#course .con .open-kefu {
  display: block;
  margin: 30px auto 0;
  padding-left: 40px;
  width: 200px;
  height: 60px;
  border-radius: 10px;
  background: #e61f41 url(../images/icon_msg.png) no-repeat 40px 50%;
  background-size: 32px;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
}
#course .con .open-kefu:hover {
  background-color: #f33252;
}
#class .con {
  position: relative;
  margin: 40px auto 40px;
  width: 80%;
}
#class .con .prev {
  left: -100px;
}
#class .con .next {
  right: -100px;
}
#class .con .swiper-slide {
  display: flex;
  justify-content: space-between;
}
#class .con .box {
  margin: auto;
  padding: 40px 2%;
  width: 20%;
  max-width: 240px;
  min-height: 200px;
  border: 5px solid #e9e9e9;
}
#class .con .box > img {
  display: block;
  margin: 10px auto;
  width: 120px;
  height: 120px;
}
#class .con .box h3 {
  font-size: 22px;
  font-weight: normal;
  color: #e61f41;
}
#class .con .box h4 {
  height: 50px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
#class .con .box hr {
  border: 0;
  border-top: 1px solid #ccc;
}
#class .con .box .info {
  margin-top: 20px;
  min-height: 100px;
  text-align: justify;
  color: #999;
}
#class .open-kefu {
  display: block;
  margin: 30px auto;
  padding-left: 40px;
  width: 200px;
  height: 60px;
  border-radius: 10px;
  background: #e61f41 url(../images/icon_msg.png) no-repeat 40px 50%;
  background-size: 32px;
  line-height: 60px;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
}
#class .open-kefu:hover {
  background-color: #f33252;
}
#process .con {
  margin: auto;
  padding: 40px 0 0;
  width: 70%;
}
#process .con .li {
  position: relative;
  padding: 100px 0;
  float: left;
  width: 20%;
}
#process .con .li h1 {
  margin: auto;
  font: bold 72px/72px "Arial Black", Arial, "Microsoft YaHe", "微软雅黑";
  color: #e61f41;
}
#process .con .li > h1::after {
  content: '';
  display: block;
  margin: -20px auto;
  width: 95px;
  height: 20px;
  background: #f6f6f6;
  border-top: 1px solid #999;
  transform: rotate(-45deg) translate(20px, 5px);
}
#process .con .li h3 {
  position: relative;
  margin: 20px auto;
  font-size: 18px;
  font-weight: normal;
  color: #e61f41;
}
#process .con .li > h3 {
  margin-top: 40px;
  color: #333;
}
#process .con .li p {
  padding-top: 10px;
  height: 130px;
  text-align: justify;
  color: #666;
  font-size: 12px;
}
#process .con .li .info {
  position: absolute;
  display: none;
  top: 0;
  left: 50%;
  width: 150px;
  padding: 25px;
  margin: 0 0 0 -100px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#process .con .li:hover .info {
  display: block;
}
#teacher .box_menu {
  display: none;
}
#teacher .swiper {
  margin: 80px auto 0;
  width: 80%;
  height: 450px;
}
#teacher .swiper .swiper-container {
  height: 100%;
}
#teacher .box {
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 5%;
  margin: auto;
  width: 80%;
}
#teacher .box .swiper-title {
  font-size: 22px;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
#teacher .box a {
  display: block;
  height: 100%;
}
#teacher .box a.more {
  height: auto;
  font-size: 14px;
}
#teacher .box a h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
#teacher .box a h4 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
#teacher .box a p {
  margin: 0.6em 0 0;
  color: #999;
}
#teacher .box a img {
  transition: all 0.2s;
}
#teacher .box a:hover img {
  transform: scale(1.05);
}
#teacher .box .main {
  height: 32%;
}
#teacher .box .main img {
  float: left;
  width: 30%;
  height: 100%;
  background: #333 no-repeat center top;
  background-size: cover;
}
#teacher .box .main .info {
  margin-left: 35%;
  height: 100%;
  text-align: justify;
}
#teacher .box .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32%;
  margin: 8% 0 70px;
  text-align: left;
}
#teacher .box .list a {
  display: block;
  width: 30%;
  height: 100%;
}
#teacher .box .list a img {
  width: 100%;
  height: 100%;
  background: #333 no-repeat center top;
  background-size: cover;
}
#teacher .box .list a p {
  display: none;
}
#teacher .principal {
  display: block;
  margin: auto;
  width: 90%;
  max-width: 280px;
}
#teacher .principal .img {
  margin-bottom: 10px;
  width: 100%;
}
#teacher .principal .img img {
  display: block;
  width: 100%;
  background: #333 no-repeat center top;
  background-size: cover;
}
#teacher .principal .info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
}
#teacher .principal .info h4 {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
#environment .swiper {
  display: block;
  margin: 80px auto;
  width: 100%;
  height: 400px;
}
#environment .swiper .swiper-container {
  margin: auto;
  width: 80%;
  height: 100%;
}
#environment .swiper .swiper-arrow.prev {
  left: 4%;
}
#environment .swiper .swiper-arrow.next {
  right: 4%;
}
#environment .swiper a {
  position: relative;
  display: block;
  margin: auto;
  width: 95%;
  height: 100%;
  background: #000;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
#environment .swiper a .img {
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  transition: all 0.3s;
}
#environment .swiper a .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.4) 100%);
  color: #fff;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
#environment .swiper a .info h3 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  font-size: 24px;
  font-weight: normal;
  transition: all 0.3s;
}
#environment .swiper a .info p {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  font-size: 16px;
  transition: all 0.3s;
}
#environment .swiper a:hover .img {
  -webkit-filter: blur(3px);
  transform: scale(1.1);
}
#environment .swiper a:hover .info {
  background: rgba(0, 0, 0, 0.3);
}
#environment .swiper a:hover .info h3 {
  bottom: 50%;
  margin-bottom: 10px;
}
#environment .swiper a:hover .info p {
  bottom: 50%;
  margin-bottom: -40px;
}
#faq .con {
  position: relative;
  margin: auto;
  padding: 80px 0 20px;
  width: 80%;
}
#faq .con img.img {
  position: absolute;
  right: 20%;
  top: 0;
  margin: -66px -76px 0 0;
}
#faq .con .list {
  float: left;
  width: 44%;
  margin: 0 3%;
  text-align: justify;
}
#faq .con .list .li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
#faq .con .list .li:first-child {
  border: 0;
}
#faq .con .list .li .tit i {
  float: left;
  width: 60px;
  text-align: center;
  font-size: 24px;
  font-family: "Arial Black", Arial, "Microsoft YaHe", "微软雅黑";
}
#faq .con .list .li .tit span {
  display: block;
  margin-left: 60px;
}
#faq .con .list .li .info {
  margin: 0.6em 0 0 60px;
  font-size: 14px;
  color: #666;
}
#faq .con .list .li .info ul,
#faq .con .list .li .info li,
#faq .con .list .li .info p {
  margin: 0;
}
@media screen and (min-width: 801px) {
  #faq .con .list .li {
    min-height: 100px;
  }
}
@media screen and (max-width: 1400px) {
  #teacher .swiper {
    height: 500px;
  }
  #environment .swiper {
    height: 300px;
  }
}
/*手机版*/
@media screen and (max-width: 800px) {
  #brochure .con {
    padding: 6vw 0;
    width: 90%;
  }
  #brochure .con .banner {
    float: none;
    margin: 0;
    width: 100%;
  }
  #brochure .con .content {
    margin: auto;
    padding-top: 6vw;
  }
  #course1 .con {
    padding: 30px 0 20px;
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
  #course1 .con .infobox .info p {
    margin: 12px 4vw;
    width: 100%;
    padding: 24px 4vw 12px;
  }
  #course1 .con .infobox .info p strong,
  #course1 .con .infobox .info p b {
    left: 10px;
    margin: -15px 0 0 0;
    line-height: 24px;
    font-size: 14px;
  }
  #course .con {
    padding: 6vw 0 2vw;
    width: 90%;
    min-width: auto;
    background-size: 50%;
  }
  #course .con .list {
    padding: 3vw 0 0;
  }
  #course .con .list li {
    width: 14%;
  }
  #course .con .list li a {
    width: 14vw;
    height: 14vw;
    border-width: 1vw;
  }
  #course .con .content {
    float: none;
    margin-left: 0;
    padding: 6vw 0 0;
    width: 100%;
    min-height: auto;
  }
  #course .con .content .li h2 {
    margin: 2vw 0;
    font-size: 1.5rem;
    text-align: center;
  }
  #course .con .content .li h3 {
    margin: 2vw 0;
    font-size: 1.2rem;
    text-align: center;
  }
  #course .con .content .li hr {
    margin: 4vw auto;
    width: 20vw;
  }
  #course .con .content .li .info {
    height: 60vw;
  }
  #course .con .open-kefu {
    height: 40px;
    background-size: 24px;
    line-height: 40px;
    font-size: 16px;
  }
  #class .con {
    margin: 6vw auto;
    width: 90%;
  }
  #class .con .prev {
    left: -10%;
  }
  #class .con .next {
    right: -10%;
  }
  #class .con .swiper-wrapper::after {
    content: '';
    display: block;
    clear: both;
  }
  #class .con .swiper-slide {
    display: block;
  }
  #class .con .box {
    margin: 2vw auto;
    padding: 3vw 0;
    width: 96%;
    max-width: none;
    min-height: auto;
    border-width: 1vw;
  }
  #class .con .box > img {
    float: left;
    margin: 2vw 1vw;
    width: 16vw;
    height: 16vw;
  }
  #class .con .box h3 {
    margin: 5px 10px 5px 19vw;
    font-size: 1.2rem;
    text-align: left;
  }
  #class .con .box hr {
    display: none;
  }
  #class .con .box h4 {
    margin: 5px 10px 5px 19vw;
    height: 3em;
    line-height: 1.5em;
    font-size: 1rem;
  }
  #class .con .box .info {
    margin: 0 10px 0 19vw;
    min-height: auto;
    font-size: 0.8rem;
  }
  #class .open-kefu {
    height: 40px;
    background-size: 24px;
    line-height: 40px;
    font-size: 16px;
  }
  #environment .swiper {
    margin: 40px auto;
    height: 80vw;
  }
  #environment .swiper .swiper-container {
    width: 100%;
  }
  #environment .swiper .swiper-arrow {
    display: none;
  }
  #teacher {
    padding: 30px 0 0;
  }
  #teacher .box_title {
    position: relative;
    margin: 0;
  }
  #teacher .box_menu {
    display: block;
    margin: 20px 0;
  }
  #teacher .con {
    height: auto;
  }
  #teacher .swiper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px;
    margin: 0;
  }
  #teacher .swiper .swiper-arrow {
    display: none;
  }
  #teacher .box {
    padding: 0 5% 40px;
    width: 90%;
    border: 0;
    background: none;
  }
  #teacher .box .swiper-title {
    display: none;
  }
  #teacher .box a h3 {
    display: inline-block;
    font-size: 15px;
  }
  #teacher .box a h4 {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
  }
  #teacher .box a p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #teacher .box .main,
  #teacher .box .list {
    display: block;
    margin: 0;
    height: auto;
  }
  #teacher .box .main a,
  #teacher .box .list a {
    display: block;
    margin: 10px 0;
    padding: 10px 5%;
    width: 90%;
    height: 60px;
    border-radius: 8px;
    background: #fff;
  }
  #teacher .box .main a img,
  #teacher .box .list a img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
  }
  #teacher .box .main a .info,
  #teacher .box .list a .info {
    margin-left: 80px;
  }
  #teacher .box .main a p,
  #teacher .box .list a p {
    display: block;
  }
  #teacher .principal {
    position: relative;
    width: 90%;
  }
  #teacher .principal .img {
    margin-bottom: 10px;
  }
  #teacher .principal .info {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    color: #fff;
  }
  #process .con {
    padding: 6vw 0 0;
    width: 80%;
  }
  #process .con .li {
    padding: 2vw 0;
    float: none;
    width: 100%;
  }
  #process .con .li h1 {
    display: none;
  }
  #process .con .li > h3 {
    display: none;
  }
  #process .con .li p {
    padding-top: 10px;
    height: 130px;
    text-align: justify;
    color: #666;
    font-size: 12px;
  }
  #process .con .li .info {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 90%;
    padding: 4vw 5%;
    margin: 0;
    text-align: justify;
  }
  #process .con .li .info h1 {
    display: block;
    float: left;
    margin-right: 5vw;
    font-size: 2rem;
    line-height: 6vw;
  }
  #process .con .li .info h3 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 6vw;
  }
  #process .con .li .info p {
    padding: 0;
    height: auto;
  }
  #faq .con {
    padding: 8vw 0;
    width: 90%;
  }
  #faq .con img.img {
    margin: -15vw -20vw 0 0;
    width: 20vw;
  }
  #faq .con .list {
    float: none;
    width: 100%;
    height: auto;
  }
  #faq .con .list .li {
    padding: 3vw 5% 3vw 10%;
    width: 85%;
    font-size: 1rem;
    border-top: 1px solid #ddd;
  }
  #faq .con .list .li .tit i {
    margin-left: -2em;
    width: 2em;
    font-size: 1.5rem;
  }
  #faq .con .list .li .tit span {
    margin-left: 0;
  }
  #faq .con .list .li .info {
    margin-left: 0;
    font-size: 1rem;
  }
  #faq .con .list .li .info p {
    margin: 0.3em 0;
  }
  #faq .con .list:nth-last-child(2) .li:first-child {
    border-top: 1px solid #ddd;
  }
}
