/*首页*/
.inde-ban {
  width: 100%;
  position: relative;
  transform: scale(0.8);
  transition: all 1s 0.2s ease;
  opacity: 0;
}
body.bian .inde-ban {
  transform: scale(1);
  opacity: 1;
}
.inde-ban .inde-sw1 {
  min-height: 240px;
}
.inde-ban .pagination {
  position: absolute;
  bottom: 7%;
  right: 6%;
  font-size: 0;
  z-index: 5;
}
.inde-ban .pagination span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #898782;
  margin: 0 0 0 20px;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.inde-ban .pagination span.swiper-active-switch {
  background: #ffffff;
}
.inde-ban .com-swbtn1 {
  /* position: absolute;
    bottom: 7%;
    left: 6%;
    z-index: 5; */
}
.inde-ban .com-swbtn1 .swbtn {
  color: #ffffff;
  cursor: pointer;
  /* margin: 0 30px 0 0; */
  transition: all 0.4s ease;
  /* opacity: .7; */
  position: absolute;
  height: 60px;
  line-height: 60px;
  display: block;
  background: rgba(0, 0, 0, 0.9);
  top: 50%;
  margin: -30px 0 0;
}
.inde-ban .com-swbtn1 .btnleft {
  left: 4%;
}
.inde-ban .com-swbtn1 .btnright {
  right: 4%;
}
/* .inde-ban .com-swbtn1 .swbtn:hover {
    opacity: 1;
} */
.com-swbtn1 .swbtn i {
  font-size: 40px;
}
.inde-ban .inde-sw1 .nei-wen {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  margin-top: -120px;
}
.inde-ban .inde-sw1 .swiper-slide-active .nei-wen {
  animation: fadeInUp2 1s ease;
}
.inde-ban .inde-sw1 .nei-wen * {
  max-width: 100%;
}
.inde-ban .inde-sw1 .nei-wen .com-more .a1 {
  background: #ffffff;
  color: #003333;
  border: 1px solid #ffffff;
}
.inde-ban .inde-sw1 .nei-wen .com-more .a1:hover {
  color: #fff;
  border: 1px solid #AC283D;
}
.inde-ban .pageto {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  z-index: 5;
}
.inde-ban .pageto .dn2 {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.4);
  margin: 10px auto 0;
}
.inde-ban .pageto .dn2 .b1 {
  display: block;
  width: 100%;
  height: 0;
  background: #ffffff;
  animation: progress 3s linear infinite;
}
@keyframes progress {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
/*四个排列*/
.inde-pai {
  padding: 50px 0;
  transform: translate(0, 100px);
  transition: all 1s 0.8s ease;
  opacity: 0;
}
body.bian .inde-pai {
  transform: translate(0);
  opacity: 1;
}
.inde-pai .blo-box {
  width: 24.4%;
  margin: 0 0.3% 0.6%;
  height: 512px;
  background: #F5F5F5;
  overflow: hidden;
}
.inde-pai .blo-box .dn-top {
  height: 224px;
  padding: 7% 0 0;
  position: relative;
  z-index: 5;
  color: #070707;
  transition: all 0.4s ease;
}
.inde-pai .blo-box:hover .dn-top {
  color: #ffffff;
}
.inde-pai .blo-box .dn-top .dn-xian {
  width: 30px;
  height: 2px;
  background: #0C0C0C;
  margin: 0 0 15px;
  transition: all 0.4s ease;
}
.inde-pai .blo-box:hover .dn-top .dn-xian {
  background: #ffffff;
  width: 40px;
}
.inde-pai .blo-box .dn-top .dn-neixia {
  padding: 0 5%;
}
.inde-pai .blo-box .dn-top .dn-im {
  height: 72px;
}
.inde-pai .blo-box .dn-top .dn-im img {
  max-height: 90%;
  max-width: 90%;
  width: auto !important;
  height: auto !important;
}
.inde-pai .blo-box .dn-top .dn-zi {
  line-height: 24px;
}
.inde-pai .blo-box .dn-bot {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 224px;
  left: 0;
  transition: all 0.3s ease;
}
.inde-pai .blo-box:hover .dn-bot {
  top: 0;
}
/*开*/
.inde-pai .blo-box .dn-bot .c-link {
  display: block;
  position: absolute;
  padding: 20px 32px 20px 0;
  border-bottom: 1px solid #fff;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #ffffff;
  text-transform: uppercase;
  bottom: 5%;
  left: 5%;
  width: 90%;
}
.inde-pai .blo-box .dn-bot .c-link:hover {
  padding-right: 24px;
  padding-left: 8px;
}
.inde-pai .blo-box .dn-bot .c-link:before {
  content: '';
  position: absolute;
  right: 0;
  width: 7px;
  height: 8px;
  background: url('../img/ico_dash_w.svg') 50% 50% no-repeat;
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 5px 0 0;
}
.inde-pai .blo-box .dn-bot .c-link:hover:before {
  right: 8px;
  background: url('../img/ico_link_w.svg') 100% 100% no-repeat;
}
.inde-pai .blo-box .dn-bot .c-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: '';
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.inde-pai .blo-box .dn-bot .c-link:hover:after {
  width: 100%;
}
/*课程体系*/
.inde-kecheng {
  padding: 0 0 50px;
}
.inde-kecheng .bot-pai .blo-box {
  width: 24%;
  margin: 0 0.5% 1%;
  border: 1px solid #E8E8E8;
  background: #ffffff;
}
.inde-kecheng .bot-pai .blo-box .acom {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.inde-kecheng .bot-pai .dn-top {
  width: 100%;
  overflow: hidden;
}
.inde-kecheng .bot-pai .blo-box:hover .dn-top .img-box {
  transform: scale(1.05);
}
.inde-kecheng .bot-pai .dn-bot {
  padding: 0 5% 3% 5%;
}
.inde-kecheng .bot-pai .dn-bot .dn1 {
  padding: 20px 0 6px;
}
.inde-kecheng .bot-pai .dn-bot .dn1 .dzuo {
  float: left;
  color: #000000;
  font-size: 17px;
  transition: all 0.4s ease;
}
.inde-kecheng .bot-pai .blo-box:hover .dn-bot .dn1 .dzuo {
  color: #AC283D;
}
.inde-kecheng .bot-pai .dn-bot .dn1 .dyou {
  float: right;
  color: #580a0a;
  font-size: 12px;
  background: #E8DDD4;
  padding: 2px 5px;
}
.inde-kecheng .bot-pai .dn-bot .dn2 {
  color: #070707;
  font-size: 12px;
  line-height: 20px;
}
.inde-kecheng .bot-pai .dn-bot .dn3 {
  border-top: 1px solid #eee;
  padding: 10px 0;
  margin: 10px 0 0;
}
.inde-kecheng .bot-pai .dn-bot .dn3 .dtime {
  float: left;
  color: #572a24;
  font-size: 12px;
}
.inde-kecheng .bot-pai .dn-bot .dn3 .afr {
  float: right;
}
.inde-kecheng .bot-pai .dn-bot .dn3 .afr i {
  font-size: 18px;
  transition: all 0.4s ease;
}
.inde-kecheng .bot-pai .blo-box:hover .dn-bot .dn3 .afr i {
  color: #AC283D;
}
.inde-jieshao {
  margin: 0 0 30px;
}
.inde-jieshao .dfl {
  width: 63%;
  height: 100%;
}
.inde-jieshao .dfl .pagination {
  position: absolute;
  z-index: 5;
  right: 3%;
  bottom: 3%;
}
.inde-jieshao .dfl .pagination span {
  display: inline-block;
  margin: 0 0 0 6px;
  transition: all 0.4s ease;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 0 4px;
}
.inde-jieshao .dfl .pagination span.swiper-active-switch {
  background: #ffffff;
  color: #333;
}
.inde-jieshao .dfl .com-swbtn1 .swbtn {
  color: #ffffff;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  z-index: 5;
  margin: -10px 0 0;
}
.inde-jieshao .dfl .com-swbtn1 .swbtn:hover {
  opacity: 1;
}
.inde-jieshao .dfl .com-swbtn1 .btnleft {
  left: 3%;
}
.inde-jieshao .dfl .com-swbtn1 .btnright {
  right: 3%;
}
.inde-jieshao .dfr {
  width: 37%;
  height: 100%;
  padding: 3% 6% 0 4%;
}
.inde-jieshao .dfr .dn1 {
  color: #000000;
  font-size: 36px;
}
.inde-jieshao .dfr .dn2 {
  color: #7e7e7e;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.inde-jieshao .dfr .dn-zi {
  text-align: justify;
  color: #070707;
  line-height: 30px;
  font-size: 16px;
}
.inde-jieshao .dfr .dn-list {
  padding: 10% 0 8%;
}
.inde-jieshao .dfr .dn-list .blo-box {
  font-size: 12px;
  min-width: 80px;
  text-align: center;
}
.inde-jieshao .dfr .dn-list .acom {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #070707;
  transition: all 0.4s ease;
}
.inde-jieshao .dfr .dn-list .acom:hover {
  color: #AC283D;
}
.inde-jieshao .dfr .dn-list .acom .im1 {
  margin: 0 auto 5px;
  transition: all 0.4s ease;
}
.inde-jieshao .dfr .dn-list .acom:hover .im1 {
  transform: translate(0, -5px);
}
/*师资团队*/
.inde-teacher {
  padding: 0 0 50px;
  overflow: hidden;
}
.inde-teacher .tea-bot {
  position: relative;
}
.inde-teacher .inde-sw3 {
  height: 600px;
}
.inde-teacher .inde-sw3 .sl-nei {
  height: 100%;
  width: 90%;
  margin: auto;
  border: 1px solid #E8E8E8;
}
.inde-teacher .inde-sw3 .sl-nei .dn-top {
  height: 360px;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s ease;
}
.inde-teacher .inde-sw3 .sl-nei:hover .dn-top {
  height: 380px;
}
.inde-teacher .inde-sw3 .sl-nei:hover .dn-top .img-box {
  transform: scale(1.05);
}
.inde-teacher .inde-sw3 .sl-nei .dn-bot {
  padding: 6% 6% 0;
  position: relative;
}
.inde-teacher .inde-sw3 .sl-nei .dn-bot .dn1 {
  color: #000000;
  font-size: 20px;
}
.inde-teacher .inde-sw3 .sl-nei .dn-bot .dn2 {
  line-height: 24px;
  margin: 5px 0 10px;
  color: #070707;
}
.inde-teacher .com-swbtn1 .swbtn {
  color: #333;
  cursor: pointer;
  transition: all 0.4s ease;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  z-index: 5;
  margin: -10px 0 0;
}
.inde-teacher .com-swbtn1 .swbtn:hover {
  opacity: 1;
}
.inde-teacher .com-swbtn1 .btnleft {
  left: -3%;
}
.inde-teacher .com-swbtn1 .btnright {
  right: -3%;
}
.inde-jinxiu {
  text-align: center;
  padding: 5% 0;
  margin: 0 0 30px;
}
.inde-jinxiu .dn1 {
  color: #fff;
  font-size: 36px;
}
.inde-jinxiu .com-more .a1 {
  border: 1px solid #ffffff;
  color: #fff;
}
/*资讯*/
.inde-news {
  padding: 0 0 50px;
}
.inde-news .news-list .dbox {
  float: left;
  width: 48%;
  margin: 0 0 3%;
}
.inde-news .news-list .dbox:nth-of-type(even) {
  float: right;
}
.inde-news .news-list .dbox a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.inde-news .news-list .dbox .dzuo {
  width: 195px;
  height: 113px;
  float: left;
  overflow: hidden;
}
.inde-news .news-list .dbox:hover .dzuo .img-box {
  transform: scale(1.1);
}
.inde-news .news-list .dbox .dyou {
  width: 374px;
  height: 113px;
  float: right;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.inde-news .news-list .dbox .dyou .dn1 {
  color: #000000;
  font-size: 18px;
  transition: all 0.4s ease;
}
.inde-news .news-list .dbox:hover .dyou .dn1 {
  color: #AC283D;
}
.inde-news .news-list .dbox .dyou .dn2 {
  color: #070707;
  text-align: justify;
  margin: 3px 0 0;
}
.inde-news .news-list .dbox .dyou .dn3 {
  position: absolute;
  left: 0;
  bottom: 6px;
  color: #101010;
  font-size: 12px;
}
/*报名须知*/
.inde-baom {
  height: 650px;
  padding: 30px 0 0;
}
.inde-baom .com-ti1:before,
.inde-baom .com-ti1:after {
  content: '';
  border-top: 1px solid #989C9E;
  width: 38%;
  position: absolute;
  top: 40%;
}
.inde-baom .com-ti1:before {
  left: 0;
}
.inde-baom .com-ti1:after {
  right: 0;
}
.inde-baom .com-ti1 .dn1 {
  color: #ffffff;
}
.inde-baom .baom-bot .blo-box {
  width: 535px;
  height: 290px;
  margin: 0 60px;
}
.inde-baom .baom-bot .bl1 {
  background: #ffffff;
}
.inde-baom .baom-bot .bl1 .dn1 {
  color: #000000;
  font-size: 18px;
}
.inde-baom .baom-bot .bl1 .dn-x {
  width: 40px;
  height: 3px;
  background: #000000;
  margin: 5px auto 15px;
}
.inde-baom .baom-bot .bl1 .dn-zi {
  color: #070707;
  line-height: 28px;
  text-align: justify;
}
.inde-baom .baom-bot .bl2 {
  background: #FFFBF7;
}
.inde-baom .baom-bot .nei-wen {
  top: 48%;
  left: 12%;
  width: 76%;
  position: absolute;
}
/*填写咨询信息*/
.inde-zixun {
  padding: 30px 0 60px;
}
.inde-zixun .zixun-bot .blo-box {
  width: 260px;
  border-bottom: 1px solid #363636;
  text-align: left;
  margin: 0 70px 40px;
  color: #181818;
  padding: 0 4px;
}
.inde-zixun .zixun-bot .blo-box .inp1 {
  text-transform: uppercase;
  border: none;
  outline: none;
  width: 218px;
}
.inde-zixun .zixun-bot .dpai .tex1 {
  width: 663px;
  height: 80px;
  outline: none;
  border: 1px solid #363636;
  padding: 5px;
}
.inde-zixun .zixun-bot .dpai .com-more .a1 {
  font-size: 16px;
}
/*公司简介*/
.about {
  padding: 40px 0 100px;
}
.gsjj-bot * {
  max-width: 100%;
}
.qywh-bot .dbox {
  overflow: hidden;
  height: 400px;
}
.qywh-bot .dbox .dtu {
  float: left;
  height: 100%;
  width: 49.7%;
  overflow: hidden;
}
.qywh-bot .dbox .dtu:hover .img-box {
  transform: scale(1.05);
}
.qywh-bot .dbox:nth-of-type(even) .dtu {
  float: right;
}
.qywh-bot .dbox .dwen {
  float: right;
  height: 100%;
  width: 50.3%;
  position: relative;
  padding: 3% 4% 0;
}
.qywh-bot .dbox .dwen .dn1 {
  color: #000000;
  font-size: 24px;
}
.qywh-bot .dbox .dwen .dn-x {
  width: 30px;
  height: 2px;
  background: #000000;
  margin: 2% 0 5% 2px;
  display: inline-block;
}
.qywh-bot .dbox .dwen .dn-zi {
  text-align: justify;
  color: #070707;
  font-size: 13px;
  line-height: 22px;
}
.qywh-bot .dbox:nth-of-type(even) .dwen {
  float: left;
  text-align: right;
}
.qywh-bot .dbox:nth-of-type(even) .dwen .dn-zi {
  text-align: right;
}
/*公司荣誉*/
.gsry-bot .bot-box1 .blo-box {
  width: 23%;
  margin: 0 1% 2%;
  text-align: center;
  color: #010101;
  font-size: 18px;
}
.gsry-bot .bot-box1 .blo-box .dn1 img {
  max-width: 100%;
}
.gsry-bot .bot-box1 .blo-box .dn2 {
  margin: 5px 0 0;
}
/*学院环境*/
.xyhj-bot {
  margin: 60px 0 0;
}
.xyhj-bot .bot-box1 .blo-box {
  width: 23%;
  margin: 0 1% 2%;
}
.xyhj-bot .bot-box1 .blo-box img {
  width: 100%;
  display: block;
}
/*联系我们*/
.cont-ban {
  width: 100%;
  position: relative;
  height: 800px;
}
.cont-ban .nei-wen {
  width: 72%;
  position: absolute;
  top: 50%;
  left: 14%;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 4% 0 0 7%;
  height: 300px;
  margin: -150px 0 0;
}
.cont-ban .nei-wen .dlist {
  padding: 0 0 0 30px;
  position: relative;
  margin: 0 0 50px;
  font-size: 20px;
}
.cont-ban .nei-wen .dlist i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 20px;
}
.cont-ban .nei-wen .dlist div {
  display: inline-block;
}
.cont-ban .nei-wen .dlistla div {
  display: block;
}
.cont-ban .nei-wen .dlist .dn1 {
  margin: 0 50px 0 0;
}
.cont-ban .nei-wen .dlist .dn1 span {
  font-size: 18px;
  margin: 0 10px 0 0;
}
.cont-ban .nei-wen .dlist .dn2 {
  font-size: 14px;
}
.cont-ban .nei-wen .dlistla p {
  display: inline-block;
  margin: 0 40px 0 0;
}
.cont-ban .nei-wen .dlistla .dn1 {
  margin: 0 0 20px;
}
.cont-bot1 {
  padding: 30px 0;
}
.cont-bot1 .form1 {
  width: 670px;
  margin: auto;
}
.cont-bot1 .form1 .dlist {
  margin: 0 0 15px;
}
.cont-bot1 .form1 .dpai {
  position: relative;
  background: #F6F6F6;
  border-radius: 3px;
}
.cont-bot1 .form1 .dpai .sp-x {
  position: absolute;
  right: 5%;
  top: 20px;
  color: #FF0000;
  font-size: 18px;
}
.cont-bot1 .form1 .dlist1 .dpai {
  width: 32%;
}
.cont-bot1 .form1 .dlist1 .dpai2 {
  margin: 0 0 0 2%;
}
.cont-bot1 .form1 .dlist .inp1 {
  width: 100%;
  height: 45px;
  padding: 0 0 0 15px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
}
.cont-bot1 .form1 .dlist .tex1 {
  width: 100%;
  height: 200px;
  padding: 20px;
  border: none;
  outline: none;
  background: transparent;
  font-size: 16px;
}
.cont-bot1 .form1 .com-more .a1 {
  font-size: 20px;
}
/*课程*/
.curr-kecheng {
  padding: 50px 0;
}
.curr-bm {
  padding: 30px 0 50px;
}
.curr-bm .form1 .dlist {
  margin: 0 0 24px;
}
.curr-bm .form1 .dlist .com-mor {
  margin: 0 20px;
}
.curr-bm .form1 .blo-box {
  margin: 0 35px;
  width: 320px;
  text-align: left;
  position: relative;
}
.curr-bm .form1 .blo-box .sp1 {
  display: inline-block;
  width: 58px;
  text-align: right;
  margin: 0 4px 0 0;
}
.curr-bm .form1 .blo-box .sp-b {
  position: absolute;
  top: -2px;
  right: 0;
}
.curr-bm .form1 .blo-box .inp1 {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  outline: none;
  width: 248px;
  padding: 0 0 2px;
}
.curr-bm .form1 .blo-box label {
  margin: 0 7px;
}
.curr-bm .form1 .blo-box label input {
  vertical-align: middle;
  margin: -2px 3px 0 0;
}
.curr-bm .form1 .dlist .com-more .a1 {
  font-size: 18px;
  margin: 20px;
}
.curr-bm .form1 .fbt {
  text-align: center;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  margin: 0 0 -6px;
}
.curr-bm .form1 .fbt .sp1 {
  color: #666666;
}
.curr-bm .form1 .fbt i {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.curr-bm .form1 .fbt-nei {
  display: none;
}
/*课程详情*/
.curxq-ban {
  height: 230px;
  color: #ffffff;
  padding: 2% 0 0;
}
.curxq-ban2 {
  text-align: center;
  padding: 4% 0 0;
}
.curxq-ban .dn1 {
  font-size: 30px;
}
.curxq-ban .dn1 .sp1 {
  font-size: 12px;
  color: #202020;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 8px;
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.curxq-ban .dn2 {
  font-size: 16px;
  color: #a5a5a5;
  text-transform: uppercase;
}
.curxq-ban .dn3 {
  margin: 2% 0 0;
}
.curxq-ban .dn3 .dz {
  font-size: 16px;
  padding: 18px 0 0;
}
.curxq-ban .dn3 .dy {
  font-size: 36px;
}
.curxq-bot .dfl .dfl-box1 {
  padding: 25px;
}
.curxq-bot .dfl .dfl-ti1 {
  color: #000000;
  font-size: 24px;
}
.curxq-bot .dfl .dfl-ti11 {
  font-size: 38px;
}
.curxq-bot .dfl .dfl-ti1 .sp1 {
  font-size: 18px;
  color: #666;
}
.curxq-bot .dfl .dfl-ti2 {
  color: #131313;
  font-size: 18px;
  margin: 5px 0 0;
}
.curxq-bot .dfl .dfl-ti3 {
  color: #999999;
  margin: 5px 0 0;
}
.curxq-bot .dfl .dfl-ti2 span {
  margin: 0 30px 0 0;
}
.curxq-bot .dfl .dfl-box1 .dn-zi {
  color: #353535;
  line-height: 24px;
  text-align: justify;
  margin: 15px 0 30px;
}
.curxq-bot .dfl .dfl-box1 .dn-zi * {
  max-width: 100%;
}
.curxq-bot .dfl .dfl-box1 .dn-caozuo {
  text-align: right;
}
.curxq-bot .dfl .dfl-box1 .dn-caozuo .com-mor .a1,
.curxq-bot .dfl .dfl-box1 .dn-caozuo .com-mor2 .a1 {
  margin: 0 0 0 20px;
  width: 150px;
}
.curxq-bot .dfl .dfl-box2 {
  padding: 25px;
}
.zsyjtxq-bot .dfl .dfl-box2 .com-bjq {
  margin: 20px 0;
}
.curxq-bot .dfl .dfl-box2 .dlist {
  margin: 0 0 1px;
}
.curxq-bot .dfl .dfl-box2 .dn-sha {
  background: #7F7F7F;
  color: #ffffff;
  font-size: 20px;
  padding: 13px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.curxq-bot .dfl .dfl-box2 .dn-sha.hover {
  background: #070707;
}
.curxq-bot .dfl .dfl-box2 .dn-sha .dzn {
  float: left;
}
.curxq-bot .dfl .dfl-box2 .dn-sha .dyn {
  float: right;
  padding: 5px 0 0;
  font-size: 16px;
}
.curxq-bot .dfl .dfl-box2 .dn-sha .dyn .sp2 {
  display: none;
}
.curxq-bot .dfl .dfl-box2 .dn-sha.hover .dyn .sp2 {
  display: inline-block;
}
.curxq-bot .dfl .dfl-box2 .dn-sha.hover .dyn .sp1 {
  display: none;
}
.curxq-bot .dfl .dfl-box2 .dn-xia {
  background: #f7f7f7;
  padding: 15px 15px 30px;
  display: none;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dli1 {
  border-bottom: 1px solid #dedede;
  padding: 0 0 15px;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dli1 .dpain .blo-box {
  width: 25%;
  margin: 0 0 8px;
  padding: 0 0 0 10px;
  font-size: 13px;
  color: #353535;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dli1 .dpain .blo-box:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #383838;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dn-ti-sha {
  margin: 0 0 10px;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dn-ti-sha .dn1 {
  color: #242424;
  font-size: 16px;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dn-ti-sha .dn2 {
  color: #cccccc;
  font-size: 13px;
  text-transform: uppercase;
}
.curxq-bot .dfl .dfl-box2 .dn-xia .dli2 {
  padding: 15px 0 0;
}
.curxq-bot .dfl .dfl-box3 {
  padding: 25px;
}
.curxq-bot .dfl .dfl-box3 .curr-sw1 {
  margin: 20px auto 0;
}
.curxq-bot .dfl .dfl-box3 .curr-sw1 .swbtn {
  display: block;
  width: 36px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  margin: -18px 0 0;
}
.curxq-bot .dfl .dfl-box3 .curr-sw1 .btnleft {
  left: 0;
}
.curxq-bot .dfl .dfl-box3 .curr-sw1 .btnright {
  right: 0;
}
.curxq-bot .dfl .dfl-box4 {
  padding: 25px;
}
.curxq-bot .dfl .dfl-box4 .dn-sha {
  border-bottom: 1px solid #eee;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.curxq-bot .dfl .dfl-box4 .dn-sha .ul1 li {
  margin: 0 0 20px;
}
.curxq-bot .dfl .dfl-box4 .dn-sha .ul1 .sp1 {
  width: 105px;
  font-size: 16px;
  color: #242424;
  vertical-align: top;
}
.curxq-bot .dfl .dfl-box4 .dn-sha .ul1 .sp1 i {
  margin: 0 3px 0 0;
}
.curxq-bot .dfl .dfl-box4 .dn-sha .ul1 .dn2 {
  display: inline-block;
  color: #555;
  font-size: 13px;
  line-height: 22px;
  vertical-align: top;
}
.curxq-bot .dfl .dfl-box4 .dn-xia .tab1 {
  color: #242424;
}
.curxq-bot .dfl .dfl-box4 .dn-xia .tab1 .blo-box {
  margin: 0 0 14px;
  font-size: 16px;
  width: 25%;
}
.curxq-bot .dfl .dfl-box4 .dn-xia .tab1 .bl3 {
  width: 75%;
}
.curxq-bot .dfl .dfl-box4 .dn-xia .tab1 span {
  font-size: 14px;
  color: #555;
}
.curxq-bot .dfl .dfl-box4 .dfl-ti1 {
  margin: 0 0 14px;
}
.curxq-bot .dfr .dfr-box1 {
  padding: 15px;
}
.curxq-bot .dfr .dfr-box1 .curr-sw2 {
  height: 320px;
}
.curxq-bot .dfr .dfr-box1 .curr-sw2 .dn-top {
  width: 100%;
  height: 260px;
  margin: 0 0 10px;
}
.curxq-bot .dfr .dfr-box1 .curr-sw2 .dn-bot .dz {
  float: left;
  color: #000000;
  font-size: 18px;
}
.curxq-bot .dfr .dfr-box1 .curr-sw2 .dn-bot .dn1 {
  text-align: center;
  color: #000000;
  font-size: 18px;
}
.curxq-bot .dfr .dfr-box1 .curr-sw2 .dn-bot .dy {
  float: right;
  color: #5d5d5d;
}
.curxq-bot .dfr .dfr-box1 .pagination {
  font-size: 0;
  text-align: center;
}
.curxq-bot .dfr .dfr-box1 .pagination span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B2B2B2;
  margin: 0 4px;
  transition: all 0.4s ease;
}
.curxq-bot .dfr .dfr-box1 .pagination span.swiper-active-switch {
  background: #000000;
}
.curxq-bot .dfr .dfr-box2 {
  padding: 10px;
}
.curxq-bot .dfr .dfr-box2 .dnt1 {
  background: #E3E3E3;
  color: #000;
  font-size: 18px;
  padding: 5px 10px;
  margin: 0 0 20px;
}
.curxq-bot .dfr .dfr-box1 .dnt1 {
  background: #E3E3E3;
  color: #000;
  font-size: 18px;
  padding: 5px 10px;
  margin: 0 0 20px;
}
.curxq-bot .dfr .dfr-box1 .dnt1 i {
  color: #B8515E;
}
.curxq-bot .dfr .dfr-box2 .dnt1 i {
  color: #B8515E;
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist {
  overflow: hidden;
  padding: 0 10px 30px;
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist .acom {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist .dz {
  float: left;
  width: 40%;
  height: 90px;
  overflow: hidden;
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist:hover .dz .img-box {
  transform: scale(1.05);
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist .dy {
  float: right;
  width: 55%;
  color: #888888;
  font-size: 13px;
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist .dy .dp1 {
  color: #303030;
  font-size: 16px;
  margin: 4px 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.4s ease;
}
.curxq-bot .dfr .dfr-box2 .box-bot .dlist:hover .dy .dp1 {
  color: #AC283D;
}
.curxq-bot .dfr .dfr-box3 {
  text-align: center;
  padding: 15px;
}
.curxq-bot .dfr .dfr-box3 .dnt1 {
  color: #303030;
  font-size: 18px;
  margin: 0 0 20px;
}
.curxq-bot .dfr .dfr-box3 .a1 {
  width: 80%;
  font-size: 16px;
  margin: 0 auto 16px;
}
.curxq-bot .dfr .dfr-box4 {
  text-align: center;
  padding: 50px 0;
}
.curxq-bot .dfr .dfr-box4 .dn-sys {
  color: #8f8f8f;
  font-size: 18px;
  line-height: 30px;
}
.curxq-bot .dfr .dfr-box4 .im-ewm {
  width: 128px;
  margin: 20px auto 0;
}
.help {
  padding: 50px 0;
}
/*帮助中心-给我留言*/
.gwly-bot .dfl {
  width: 48%;
  height: 800px;
}
.gwly-bot .dfr {
  width: 48%;
}
.gwly-bot .dfr .dlist {
  margin: 0 0 14px;
  position: relative;
}
.gwly-bot .dfr .dlist .sp-x {
  color: #FF0000;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 7%;
}
.gwly-bot .dfr .dlist .inp1 {
  background: #F6F6F6;
  outline: none;
  border: none;
  height: 52px;
  width: 100%;
  padding: 0 0 0 20px;
  font-size: 16px;
}
.gwly-bot .dfr .dlist .tex1 {
  padding: 20px;
  height: 325px;
}
.gwly-bot .dfr .dlist .inp11 {
  width: 70%;
}
.gwly-bot .dfr .dlist .inp12 {
  width: 28%;
  cursor: pointer;
  padding: 0;
}
.gwly-bot .dfr .dlist .com-mor .a1,
.gwly-bot .dfr .dlist .com-mor2 .a1 {
  font-size: 18px;
  margin: 20px 30px 0 0;
}
/*已帮扶花店*/
.ybfhd-bot .bot-box1 .blo-box {
  width: 24%;
  margin: 0 0.5% 1%;
  border: 1px solid #eee;
}
.ybfhd-bot .bot-box1 .dn-top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ybfhd-bot .bot-box1 .blo-box:hover .dn-top .img-box {
  transform: scale(1.05);
}
.ybfhd-bot .bot-box1 .dn-top .dn-nei {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  opacity: 0;
  transition: all 0.4s ease;
}
.ybfhd-bot .bot-box1 .blo-box:hover .dn-top .dn-nei {
  opacity: 1;
}
.ybfhd-bot .bot-box1 .dn-top .dn-nei .nei-b {
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  text-align: center;
  height: 50px;
  margin: -25px 0 0 -45px;
  overflow: hidden;
}
.ybfhd-bot .bot-box1 .blo-box:hover .dn-top .dn-nei .nei-b {
  animation: zoomIn 0.6s ease;
}
.ybfhd-bot .bot-box1 .dn-top .dn-nei .nei-b a {
  float: left;
  display: block;
  width: 50%;
  height: 20px;
  line-height: 20px;
  margin: 15px 0 0;
}
.ybfhd-bot .bot-box1 .dn-top .dn-nei .nei-b a:hover {
  color: #AC283D;
}
.ybfhd-bot .bot-box1 .dn-top .dn-nei .nei-b a.a1 {
  border-right: 2px solid #CCCCCC;
}
.ybfhd-bot .bot-box1 .dn-bot {
  padding: 10px;
}
.ybfhd-bot .bot-box1 .dn-bot .dn1 {
  color: #000;
  font-size: 16px;
}
/*新闻*/
.news {
  padding: 50px 0;
}
.news .bot-box1 .dlist {
  margin: 0 0 20px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.news .bot-box1 .dlist:hover {
  background: #F7F7F7;
}
.news .bot-box1 .dlist .dzu {
  float: left;
  height: 225px;
  width: 380px;
  overflow: hidden;
}
.news .bot-box1 .dlist:hover .dzu .img-box {
  transform: scale(1.05);
}
.news .bot-box1 .dlist .dzh {
  float: left;
}
.news .bot-box1 .dlist .dzh .dzh-nei {
  padding: 20px 10% 0;
}
.news .bot-box1 .dlist .dzh .dn1 {
  color: #000;
  font-size: 30px;
}
.news .bot-box1 .dlist .dzh .dn2 {
  font-size: 13px;
  margin: 10px 0 13px;
  color: #666;
}
.news .bot-box1 .dlist .dzh .dn2 span {
  margin: 0 35px 0 0;
}
.news .bot-box1 .dlist .dzh .dn3 {
  font-size: 16px;
  line-height: 30px;
  color: #070707;
}
.news .bot-box1 .dlist .dy {
  float: right;
  width: 280px;
  padding: 20px 0 0;
}
.news .bot-box1 .dlist .dy .dn1 {
  font-size: 36px;
}
.news .bot-box1 .dlist .dy .dn2 {
  font-size: 24px;
  margin: 5px 0 25px;
}
.news .bot-box1 .dlist .dy .a1 {
  width: 90px;
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
  border: 1px solid #989898;
  margin: 0;
  color: #989898;
}
.news .bot-box1 .dlist .dy .a1:hover {
  border: 1px solid #AC283D;
  color: #ffffff;
}
.news .bot-box1 .dlist .dy .a1 i {
  font-size: 36px;
}
/*老师*/
.teach {
  padding: 5vw 0;
}
.teach .dn-center .teach-sw1 .swiper-wrapper {
  flex-wrap: wrap;
}
.teach .dn-center .teach-sw1 .swiper-slide {
  width: 23%;
  margin: 1%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
.teach .dn-center .teach-sw1 .swiper-slide .dp-tu {
  height: 27vw;
  overflow: hidden;
}
.teach .dn-center .teach-sw1 .swiper-slide .dp-wen {
  min-height: 190px;
  padding: 32px;
}
.teach .dn-center .teach-sw1 .swiper-slide .dp-wen .dp1 {
  font-size: 18px;
  color: #000;
}
.teach .dn-center .teach-sw1 .swiper-slide .dp-wen .dp2 {
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
  height: 54px;
  margin: 8px 0;
}
.teach .dn-center .teach-sw1 .swiper-slide .dp-wen .dp3 {
  margin: 1vw 0 0;
  font-size: 1vw;
  color: #c30d23;
}
.teach .dn-center .teach-sw1 .swiper-slide .dp-wen .dp3 i {
  font-size: 1.2vw;
}
.teach .dn-center .teach-sw1 .swiper-slide:hover .dp-tu .img-box {
  transform: scale(1.05);
}
/*教师详情*/
.teaxq-bot1 .dfl {
  width: 480px;
  height: 550px;
}
.teaxq-bot1 .dfr-nei {
  padding: 10% 8% 0;
}
.teaxq-bot1 .dfr-nei .dn1 {
  color: #000000;
  font-size: 30px;
}
.teaxq-bot1 .dfr-nei .dn2 {
  color: #151515;
  font-size: 18px;
  margin: 2% 0 3%;
}
.teaxq-bot1 .dfr-nei .dn3 {
  color: #535353;
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
}
.teaxq-bot2 {
  margin: 30px 0;
  padding: 10px 3% 30px;
}
.teaxq-bot2 .com-ti11 {
  padding: 20px 0;
}
.teaxq-bot2 .com-bjq {
  margin: 0 0 20px;
}
.teaxq-bot3 .blo-box {
  width: 23%;
  margin: 0 1% 2%;
}
.teaxq-bot3 .blo-box img {
  display: block;
  width: 100%;
}
/*报名流程*/
.sign {
  padding: 50px 0;
}
.sign-t1 {
  color: #010101;
  font-size: 24px;
  margin: 0 0 15px;
  position: relative;
}
.sign-t1:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
}
.bmlc-bot1 {
  padding: 0 40px;
}
.bmlc-bot1 .sign-t1:before {
  left: -40px;
}
.bmlc-bot2 {
  margin: 100px 0 0;
}
.bmlc-bot2 .dfl {
  text-align: right;
}
.bmlc-bot2 .sign-t1:before {
  right: -40px;
}
.bmlc-bot2 .dfl .dn-zi {
  color: #000000;
  line-height: 44px;
  margin: 20px 0 0;
}
.bmlc-bot2 .dfl .dn-zi .sp1 {
  font-size: 16px;
}
.bmlc-bot2 .dfr {
  height: 426px;
}
/*教学风采*/
#waterfall {
  width: 100%;
  overflow: hidden;
}
#waterfall li {
  width: 33%;
  float: left;
}
#waterfall li .li-box {
  padding: 5px;
  display: block;
  outline: none;
}
#waterfall img {
  display: block;
  width: 100%;
}
/*良友这些年*/
.lyzxn-bot {
  padding: 30px 4%;
}
.lyzxn-bot .bot-box1 {
  position: relative;
}
.lyzxn-bot .bot-box1:before {
  position: absolute;
  content: '';
  height: 100%;
  left: 50%;
  top: 0;
  border-right: 1px solid #C7C7C7;
}
.lyzxn-bot .bot-box1:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #ccc;
  top: 0;
  left: 50%;
  margin: 0 0 0 -10px;
}
.lyzxn-bot .bot-box2 {
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  margin: 35px auto 0;
}
.lyzxn-bot .dlist .dnei {
  width: 50%;
  float: left;
  padding: 40px 0;
  position: relative;
}
.lyzxn-bot .dlist .dnei:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #AC283D;
  z-index: 5;
  right: -10px;
  top: 60px;
}
.lyzxn-bot .dlist:nth-of-type(even) .dnei {
  float: right;
  border: none;
}
.lyzxn-bot .dlist:nth-of-type(even) .dnei:before {
  right: auto;
  left: -10px;
}
.lyzxn-bot .dlist .dnei .dtu {
  float: left;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  overflow: hidden;
}
.lyzxn-bot .dlist:nth-of-type(even) .dnei .dtu {
  float: right;
}
.lyzxn-bot .dlist .dnei .dwen {
  float: right;
  text-align: right;
  color: #666666;
}
.lyzxn-bot .dlist:nth-of-type(even) .dnei .dwen {
  float: left;
  text-align: left;
}
.lyzxn-bot .dlist .dnei .dwen .dwen-n {
  padding: 0 10%;
}
.lyzxn-bot .dlist .dnei .dwen .dn1 {
  font-size: 48px;
  margin: 0 0 6px;
}
.lyzxn-bot .dlist .dnei .dwen .dn2 {
  line-height: 30px;
}
/*住宿与交通*/
.zsyjt-bot {
  padding: 0 0 30px;
}
.zsyjt-bot .com-ti1 {
  text-align: left;
}
.zsyjt-bot .bot-box1 .blo-box:nth-of-type(1) {
  width: 59.7%;
  margin: 0 1.3% 1.3% 0;
}
.zsyjt-bot .bot-box1 .blo-box:nth-of-type(2) {
  width: 39%;
}
.zsyjt-bot .bot-box1 .blo-box:nth-of-type(3) {
  width: 52.4%;
  margin: 0 1.3% 0 0;
}
.zsyjt-bot .bot-box1 .blo-box:nth-of-type(4) {
  width: 46.3%;
}
.zsyjt-bot .bot-box1 .blo-box .acom {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.zsyjt-bot .bot-box1 .blo-box:hover .img-box {
  transform: scale(1.05);
}
.zsyjt-bot .bot-box1 .blo-box .nei-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}
.zsyjt-bot .bot-box1 .blo-box:hover .nei-box {
  opacity: 1;
}
.zsyjt-bot .bot-box1 .blo-box .nei-box .box-n {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin: -30px 0 0;
}
.zsyjt-bot .bot-box1 .blo-box .nei-box .box-n .dn1 {
  font-size: 24px;
}
.zsyjt-bot .bot-box1 .blo-box .nei-box .box-n .dn2 {
  font-size: 18px;
  opacity: 0.5;
  text-transform: uppercase;
}
/*404*/
.cuowu .im1 {
  display: block;
  width: 100%;
}
.xyhj-fenlei {
  margin: 17px 0 0;
}
.xyhj-fenlei .a1 {
  display: inline-block;
  width: 160px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  color: #000;
  border: 1px solid #000000;
  outline: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 17px;
  transition: all 0.4s ease;
  background: transparent;
  margin: 0 10px 0 0;
}
.xyhj-fenlei .a1:hover,
.xyhj-fenlei .a1.ac {
  background: #000;
  color: #ffffff;
}
@media screen and (max-width: 780px) {
  .teach .dn-center .teach-sw1 .swiper-slide {
    width: calc(100% / 1 - 4%);
  }
  .teach .dn-center .teach-sw1 .swiper-slide .dp-tu {
    height: 65vw;
  }
  .teach .dn-center .teach-sw1 .swiper-slide .dp-wen {
    min-height: 10vw;
    padding: 5vw;
  }
  .teach .dn-center .teach-sw1 .swiper-slide .dp-wen .dp1 {
    font-size: 5vw;
  }
  .teach .dn-center .teach-sw1 .swiper-slide .dp-wen .dp2 {
    font-size: 3.5vw;
    line-height: 6vw;
    height: 18vw;
    margin: 2vw 0;
  }
}
