/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 关于尚格羽金 */
.about {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-left {
  width: 50%;
  float: left;
  background: url(../images/about-bj1.jpg) no-repeat center center;
  background-size: cover;
  padding: 215px 0 86px 0;
}
.about-left .about-box {
  width: 100%;
  float: right;
  max-width: 720px;
  padding: 0 20px;
}
.about-left .about-box .about-title {
  width: 100%;
  float: left;
}
.about-left .about-box .about-title>span {
  width: 100%;
  float: left;
  line-height: 48px;
  font-size: 48px;
  color: #f7e2b2;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.2;
}
.about-left .about-box .about-title>h1 {
  padding-right: 25px;
  float: left;
  line-height: 38px;
  font-size: 30px;
  color: #f7e2b2;
  position: relative;
}
.about-left .about-box .about-title>h1::before {
  content: "";
  width: 10px;
  float: left;
  height: 12px;
  background-color: #f7e2b2;
  position: absolute;
  right: 0;
  bottom: -1px;
}
.about-left .about-box .about-title>h1::after {
  content: "";
  width: 110px;
  float: left;
  height: 124px;
  border: 1px solid #f7e2b2;
  position: absolute;
  left: 100%;
  bottom: 6px;
  margin-left: -5px;
}
.about-left .about-box .about-text {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  height: 90px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 35px 0 22px 0;
  overflow: hidden;
}
.about-more {
  width: 100%;
  display: flex;
}
.about-more>a {
  width: 180px;
  float: left;
  height: 46px;
  border: 1px dotted #cebd95;
  border-radius: 23px;
  padding: 3px;
  background-color: #000;
  display: flex;
}
.about-more>a>span {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border: 1px dotted #cebd95;
  border-radius: 20px;
  font-size: 16px;
  color: #f1ddae;
  transition: all 0.4s;
}
.about-more>a:hover>span {
  background-color: #cebd95;
  color: #fff;
}

.about-right {
  width: 50%;
  float: right;
  overflow: hidden;
  position: relative;
}
.about-right>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about-right .about-video-btn {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
.about-right .about-video-btn>div {
  width: 100%;
  height: 100%;
  float: left;
  max-width: 700px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}

@media (max-width: 1240px) {
  .about-left {
    padding: 150px 0 50px 0;
  }
}

@media (max-width: 991px) {
/*  .about {
    flex-direction: column-reverse;
  } */
  .about-left {
    width: 100%;
    padding: 100px 0 50px 0;
  }
  .about-left .about-box {
    max-width: 100%;
  }
  .about-right {
    width: 100%;
  }
  .about-right::before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}

@media (max-width: 767px) {
  .about-left {
    padding: 20px 0;
  }
  .about-left .about-box .about-title {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-left .about-box .about-title>span {
    line-height: 20px;
    font-size: 18px;
  }
  .about-left .about-box .about-title>h1 {
    padding: 0 10px;
    line-height: 30px;
    font-size: 20px;
  }
  .about-left .about-box .about-title>h1::before {
    width: 35px;
    height: 3px;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
  }
  .about-left .about-box .about-title>h1::after {
    width: 35px;
    height: 3px;
    left: initial;
    right: 100%;
    background-color: #f7e2b2;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
  }
  .about-left .about-box .about-text {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
    margin: 10px 0;
  }
  .about-more>a {
    width: 116px;
    height: 36px;
    border-radius: 18px;
  }
  .about-more>a>span {
    font-size: 14px;
  }
}

/* 谷米音乐优势 */
.advantages {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 130px 0;
}
.advantages-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.advantages-title>span {
  width: 100%;
  float: left;
  line-height: 44px;
  font-size: 48px;
  color: #f7e2b2;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.2;
}
.advantages-title>h1 {
  float: left;
  line-height: 38px;
  margin-top: 10px;
  padding: 0 20px;
  position: relative;
  font-size: 30px;
  color: #f7e2b2;
  letter-spacing: 2px;
}
.advantages-title>h1::before {
  content: "";
  width: 35px;
  float: left;
  height: 3px;
  border-radius: 2px;
  background-color: #f7e2b2;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.advantages-title>h1::after {
  content: "";
  width: 35px;
  float: left;
  height: 3px;
  border-radius: 2px;
  background-color: #f7e2b2;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.advantages-list {
  display: block;
  overflow: hidden;
  width: 1410px;
  margin-top: 45px;
}
.advantages-list>li {
  width: 460px;
  float: left;
  margin: 0 10px 10px 0;
}
.advantages-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.advantages-list>li>a .advantages-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.advantages-list>li>a .advantages-img::before {
  content: "";
  display: block;
  padding-top: 65.2174%;
}
.advantages-list>li>a .advantages-img .advantages-year {
  width: 82px;
  float: left;
  height: 50px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #e4d0a4;
  font-weight: bold;
  background: url(../images/advantages-hover.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.advantages-list>li>a .advantages-box {
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #191712;
  background-color: #191712;
  padding: 24px 30px;
}
.advantages-list>li>a .advantages-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #f7e2b2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantages-list>li>a .advantages-box .advantages-text {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0;
}
.advantages-list>li>a .advantages-box .advantages-more {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #e4d1a6;
  text-transform: uppercase;
}
.advantages-list>li>a:hover .advantages-img>img {
  transform: scale(1.1);
}
.advantages-list>li>a:hover .advantages-box {
  background-color: #000;
}
.advantages-list>li>a:hover .advantages-box .advantages-more {
  text-decoration: underline;
}
.advantages .about-more {
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1440px) {
  .advantages {
    padding: 100px 0;
  }
  .advantages-list {
    width: 101%;
    margin-left: -0.5%;
  }
  .advantages-list>li {
    width: 32.333333%;
    margin: 0 0.5% 10px 0.5%;
  }
}

@media (max-width: 1240px) {
  .advantages {
    padding: 70px 0;
  }
  .advantages-list {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .advantages {
    padding: 40px 0;
  }
  .advantages-title>span {
    line-height: 40px;
    font-size: 40px;
  }
  .advantages-list {
    margin-top: 20px;
  }
  .advantages-list>li>a .advantages-box {
    padding: 20px;
  }
  .advantages .about-more {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .advantages {
    padding: 20px 0;
  }
  .advantages-title>span {
    line-height: 20px;
    font-size: 18px;
  }
  .advantages-title>h1 {
    line-height: 30px;
    margin-top: 0;
    padding: 0 10px;
    font-size: 20px;
  }
  .advantages-list {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .advantages-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .advantages-list>li>a .advantages-img {
    width: 40%;
  }
  .advantages-list>li>a .advantages-box {
    width: 60%;
    padding: 10px;
  }
  .advantages-list>li>a .advantages-box .advantages-text {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    margin: 5px 0;
  }
  .advantages .about-more {
    margin-top: 5px;
  }
}

/* 服务咨询/教学环境/学员风采 */
.service {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.service-list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.service-list>li {
  width: 33.3333333%;
  float: left;
}
.service-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.service-list>li>a::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.service-list>li>a .service-hover {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.service-list>li>a .service-hover .service-icon {
  width: 128px;
  float: left;
  height: 81px;
  border-bottom: 1px solid #dfe5df;
  position: relative;
}
.service-list>li>a .service-hover .service-icon>img {
  left: initial;
  bottom: initial;
}
.service-list>li>a .service-hover .service-icon>img:first-child {
  opacity: 1;
}
.service-list>li>a .service-hover .service-icon>img:last-child {
  opacity: 0;
}
.service-list>li>a .service-hover .service-title {
  float: left;
  padding: 35px 0 0 15px;
  color: #fff;
  line-height: 20px;
}
.service-list>li>a .service-hover .service-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
}
.service-list>li>a:hover .service-hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.service-list>li>a:hover .service-hover .service-icon {
  border-bottom-color: #eed8a8;
}
.service-list>li>a:hover .service-hover .service-icon>img:first-child {
  opacity: 0;
}
.service-list>li>a:hover .service-hover .service-icon>img:last-child {
  opacity: 1;
}
.service-list>li>a:hover .service-hover .service-title {
  color: #f1ddae;
}

@media (max-width: 991px) {
  .service-list>li>a .service-hover .service-icon {
    width: 80px;
    height: 60px;
  }
  .service-list>li>a .service-hover .service-icon>img {
    height: 40px;
  }
  .service-list>li>a .service-hover .service-title {
    padding: 15px 0 0 15px;
  }
  .service-list>li>a .service-hover .service-title>h1 {
    line-height: 36px;
    font-size: 26px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .service-list>li>a::before {
    padding-top: 100%;
  }
  .service-list>li>a .service-hover>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-list>li>a .service-hover .service-icon {
    width: 34px;
    height: 34px;
  }
  .service-list>li>a .service-hover .service-icon>img {
    height: 30px;
    right: 0;
  }
  .service-list>li>a .service-hover .service-title {
    width: 100%;
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
  }
  .service-list>li>a .service-hover .service-title>h1 {
    line-height: 24px;
    font-size: 16px;
    margin: 0;
  }
}

/* 导师介绍 */
.tutor {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 135px 0 80px 0;
}
.tutor-swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 40px;
}
.tutor-swiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #f7e2b2;
  padding: 9px;
}
.tutor-swiper .swiper-slide>a .tutor-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tutor-swiper .swiper-slide>a .tutor-img::before {
  content: "";
  display: block;
  padding-top: 106.6326531%;
}
.tutor-swiper .swiper-slide>a .tutor-box {
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.tutor-swiper .swiper-slide>a .tutor-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #f7e2b2;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tutor-swiper .swiper-slide>a .tutor-box .tutor-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 20px 0;
}
.tutor-swiper .swiper-slide>a .tutor-box .tutor-more {
  display: block;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  color: #f7e2b2;
  text-decoration: underline;
  text-transform: uppercase;
}
.tutor-swiper .swiper-slide>a:hover .tutor-img>img {
  transform: scale(1.1);
}
.tutor-swiper .swiper-slide>a:hover .tutor-box .tutor-text {
  color: #f7e2b2;
}
/* 圆点 */
.tutor-swiper .swiper-pagination {
  opacity: 1;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.tutor-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  float: left;
  background: #f7e2b2;
  border: 3px solid #f7e2b2;
  opacity: 1;
}
.tutor-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.tutor-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.tutor-swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #000;
}

@media (max-width: 1440px) {
  .tutor {
    padding: 80px 0;
  }
}

@media (max-width: 1240px) {
  .tutor {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .tutor {
    padding: 30px 0;
  }
  .tutor-swiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tutor {
    padding: 15px 0;
  }
  .tutor-swiper {
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .tutor-swiper .swiper-slide>a {
    padding: 4px;
  }
  .tutor-swiper .swiper-slide>a .tutor-box {
    padding: 10px 5px;
  }
  .tutor-swiper .swiper-slide>a .tutor-box .tutor-text {
    margin: 5px 0;
  }
}
/* END-main */

/* 关于尚格羽金 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
}
.main-title {
  width: 100%;
}
.menu-title {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.menu-title>span {
  width: 100%;
  float: left;
  line-height: 50px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  opacity: 0.1;
  text-transform: uppercase;
}
.menu-title>h1 {
  float: left;
  padding: 0 20px;
  line-height: 42px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.menu-title>h1::before {
  content: "";
  width: 35px;
  float: left;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-title>h1::after {
  content: "";
  width: 35px;
  float: left;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.place-title {
  width: 100%;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.place-title>span {
  color: #c19859;
}

.main-content {
  width: 100%;
  padding-top: 50px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

@media (max-width: 1440px) {
  .main {
    padding: 70px 0;
  }
}

@media (max-width: 1240px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #f5dfaf;
    position: relative;
    background-color: #000;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }

  .main-content {
    width: 100%;
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于尚格羽金 */

/* 谷米音乐优势 */
.main-content .advantages-list {
  margin-top: 0;
}
.main-content .advantages-list>li>a .advantages-box {
  border: 1px solid #fff;
  background-color: #fff;
}
.main-content .advantages-list>li>a .advantages-box>h1,
.main-content .advantages-list>li>a .advantages-box .advantages-text,
.main-content .advantages-list>li>a .advantages-box .advantages-more {
  color: #333;
}
.main-content .advantages-list>li>a:hover .advantages-box:hover {
  background-color: #000;
  border-color: #000;
}
.main-content .advantages-list>li>a:hover .advantages-box>h1,
.main-content .advantages-list>li>a:hover .advantages-box .advantages-text,
.main-content .advantages-list>li>a:hover .advantages-box .advantages-more {
  color: #f7e2b2;
}

/* END-谷米音乐优势 */



/* 产品中心 */
.main-details {
  display: block;
  overflow: hidden;
}
.main-details-left {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.main-details-left::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.main-details-right {
  width: calc(50% - 20px);
  float: right;
}
.main-details-right>h1 {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.main-details-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
.main-details-more {
  display: block;
  overflow: hidden;
}
.main-details-more>a {
  width: 33%;
  float: left;
  height: 50px;
  background-color: #000;
  border-radius: 5px;
  font-size: 16px;
  color: #f5dfaf;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.main-details-content {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.main-details-title {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.main-details-title>span {
  float: left;
  background-color: #000;
  padding: 10px 30px;
  font-size: 16px;
  line-height: 30px;
  color: #f5dfaf;
}
.main-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main-details-left,
  .main-details-right {
    width: 100%;
  }
  .main-details-right>h1 {
    font-size: 16px;
    margin-top: 15px;
  }
  .main-details-text {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  .main-details-more>a {
    height: 40px;
    font-size: 14px;
  }
  .main-details-content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .main-details-title {
    margin-bottom: 10px;
  }
  .main-details-title>span {
    padding: 5px 15px;
  }
}
/* END-产品中心 */

/* 导师介绍 */
.tutor-list {
  display: block;
  overflow: hidden;
  width: 1480px;
}
.tutor-list>li {
  width: 216px;
  float: left;
  margin: 0 80px 40px 0;
}
.tutor-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 9px;
}
.tutor-list>li>a .tutor-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tutor-list>li>a .tutor-img::before {
  content: "";
  display: block;
  padding-top: 106.6326531%;
}
.tutor-list>li>a .tutor-box {
  width: 100%;
  overflow: hidden;
  padding: 10px;
}
.tutor-list>li>a .tutor-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tutor-list>li>a .tutor-box .tutor-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 20px 0;
}
.tutor-list>li>a .tutor-box .tutor-more {
  display: block;
  overflow: hidden;
  line-height: 14px;
  font-size: 12px;
  color: #333;
  text-decoration: underline;
  text-transform: uppercase;
}
.tutor-list>li>a:hover {
  background-color: #000;
  border-color: #f7e2b2;
}
.tutor-list>li>a:hover .tutor-img>img {
  transform: scale(1.1);
}
.tutor-list>li>a:hover .tutor-box>h1,
.tutor-list>li>a:hover .tutor-box .tutor-text,
.tutor-list>li>a:hover .tutor-box .tutor-more {
  color: #f7e2b2;
}

@media (max-width: 1440px) {
  .tutor-list {
    width: 104%;
    margin-left: -2%;
  }
  .tutor-list>li {
    width: 16%;
    margin: 0 2% 40px 2%;
  }
}

@media (max-width: 1240px) {
  .tutor-list {
    width: 102%;
    margin-left: -1%;
  }
  .tutor-list>li {
    width: 23%;
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 991px) {
  .tutor-list>li {
    width: 31.333333%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .tutor-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .tutor-list>li>a {
    padding: 4px;
  }
  .tutor-list>li>a .tutor-box {
    padding: 10px 5px;
  }
  .tutor-list>li>a .tutor-box .tutor-text {
    margin: 5px 0;
  }
}
/* END-导师介绍 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text {
  width: 40%;
  float: left;
  background-color: #c19859;
  color: #fff;
  padding: 30px;
  font-size: 16px;
  line-height: 36px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */