@charset "UTF-8";
.wrapper {
  width: 1080px;
  margin: 0 auto;
}

.pic {
  width: 100%;
}

.common-title {
  width: 1080px;
  margin: 0 auto;
}

.red-title {
  margin: 0 auto;
  border-radius: 24px;
  height: 48px;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #db3c3c;
}

.short-title {
  margin-top: 12px;
  font-size: 16px;
  text-align: center;
  color: #828590;
}

.banner {
  height: 690px;
  background: url(../images/banner.jpg) center no-repeat;
}

.video-wrap {
  padding-bottom: 16px;
  background-color: #fbfcfc;
}

.shipin_box {
  padding-top: 16px;
  margin: 0 auto 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shipin .shipin-left {
  float: left;
  width: 720px;
  height: 405px;

}
.shipin .video-play{
  display:block;
  width: 100%;
  height: 100%;
}
.shipin .shipin-right {
  float: right;
  display: block;
}
.shipin .video-t{
  display:block;
  width:352px;
  height: 198px;
  margin-bottom: 10px;
}
.shipin .video-b{
  display:block;
  width:352px;
  height: 198px;
}
.shipin .shipin-right .shipin-you {
  display: block;
}

.shipin .shipin-right .shipin-you:first-child {
  margin-bottom: 8px;
}

.model {
  height: 568px;
  background: url(../images/03.jpg) center no-repeat;
}

.teacher {
  padding: 31px 0;
  background-color: #fbfbfb;
}

.teacher .red-title {
  width: 480px;
}

.reason_tabs_box {
  margin-top: 15px;
  height: 345px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 50px solid #fff;
  position: relative;
  -webkit-box-shadow: 0px 5px 13px 0px rgba(83, 83, 83, 0.25);
          box-shadow: 0px 5px 13px 0px rgba(83, 83, 83, 0.25);
}

.reason_tabs {
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  height: 90px;
  padding-left: 40px;
  position: absolute;
  /* top: 20px; */
  bottom: -44px;
}

.reason_tab {
  width:74px;
  height: 74px;
  margin-right: 24px;
  text-align: center;
  cursor: pointer;
  float: left;
  border-radius: 50%;
  background: #ccc;
  border: 2px solid transparent;
}

.reason_tab:last-child {
  margin-right: 0;
}

.reason_tab img {
  height: 100%;
}

.reason_content {
  overflow: hidden;
  width: 100%;
  height: 240px;
}

.teacher_box {
  width: 1000px;
  height: 160px;
  margin: 37px auto 0;
  border: 10px solid #f3f3f3;
  border-left: 15px solid #f3f3f3;
  border-right: 15px solid #f3f3f3;
}

.name_box {
  width: 22%;
  height: 100%;
  float: left;
  line-height: 160px;
  font-size: 42px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 60px;
}

.name_box span {
  display: inline-block;
  width: 4px;
  height: 42px;
  background: #ea5b00;
  margin-right: 10px;
}

.intro_box {
  line-height: 34px;
  text-align: left;
  width:52%;
  float: left;
  font-size: 14px;
  margin-top: 36px;
}
.humin_name{
  width: 22%;
}

.intro_boxlx {
  line-height: 34px;
  text-align: left;
  width:52%;
  float: left;
  font-size: 14px;
  margin-top: 16px;
}
.humin_name{
  width: 22%;
}
.humin_intro{
  width: 43%;
}
.zengzhi_intro{
  width: 52%;
}
.picture_box {
  width: 19%;
  height: 230px;
  float: left;
  background: #fff;
  margin-top: -4%;
}

.picture_box_in {
  width: 100%;
  height: 225px;
  background: #fff;

  /* background: url(../images/03-01-01.png) top center no-repeat; */
}

.picture_box_in img {
  height: 100%;
}

.activeNew {
  display: block !important;
  transition: .3s;
  -moz-transition: .3s;
  /* Firefox 4 */
  -webkit-transition: .3s;
  /* Safari 和 Chrome */
  -o-transition: .3s;
  /* Opera */
}

.activeTabNew {
  border-color: #ed780f;
  transition: .3s;
  -moz-transition: .3s;
  /* Firefox 4 */
  -webkit-transition: .3s;
  /* Safari 和 Chrome */
  -o-transition: .3s;
  /* Opera */
}

.hideNew {
  display: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.jianchi {
  padding: 31px 0;
  background-color: #d9e7f5;
}

.jianchi .red-title {
  width: 442px;
}

.jianchi .people-pic {
  margin-top: 20px;
  height: 249px;
  background: url(../images/jianchi.png) center no-repeat;
}

.books {
  padding: 30px 0 34px;
}

.books .red-title {
  width: 482px;
}

.books .tab-box {
  overflow: hidden;
  padding-left: 225px;
  margin: 17px 0;
}

.books .tab {
  float: left;
  margin-right: 13px;
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  width: 147px;
  height: 47px;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  color: #505657;
  background-color: #fbfbfb;
  cursor: pointer;
}

.books .tab:last-child {
  margin-right: 0;
}

.books .red-bgc {
  border: none;
  color: #fdfffd;
  background-color: #db3c3c;
}

.books .pic-content {
  display: none;
  height: 246px;
  text-align: center;
}

.books .pic-content:first-child {
  display: block;
}

.brand {
  padding: 34px 0 33px;
  background: url(../images/08.jpg) center no-repeat;
}

.brand .red-title {
  width: 642px;
}

.brand .brand-content {
  overflow: hidden;
  padding: 22px 16px 20px;
  margin-top: 20px;
  background: url(../images/08-04.png) center no-repeat;
}

.brand .brand-l {
  float: left;
  margin-left: 16px;
  width: 513px;
}

.brand .brand-r {
  float: right;
  margin-right: 16px;
  width: 480px;
}

.brand .txt-left {
  margin: 9px 0 5px;
}

.brand .txt-right {
  margin: 13px 0 10px;
}

.brand .btn {
  display: block;
  margin: 0 auto;
  width: 137px;
  height: 39px;
  font-size: 16px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  background-color: #db3c3c;
}

.free-form {
  margin-top: -2px;
  padding: 23px 0 24px;
  background: url(../images/09-02.jpg) center no-repeat;
}

.free-form .title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}

.free-form .free-content {
  overflow: hidden;
}

.free-form .free-content .content-l {
  float: left;
}

.free-form .free-content .content-r {
  float: right;
}

.free-form .input-box {
  position: relative;
  margin-bottom: 16px;
  padding-left: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  height: 58px;
  font-size: 18px;
  color: #a7a7a7;
  background-color: #fff;
}

.free-form .name {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
  line-height: 58px;
}

.free-form .txt {
  position: absolute;
  left: 10px;
  top: 16px;
}

.free-form .receive-btn {
  display: block;
  width: 402px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #db3c3c;
  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.course {
  width: 100%;
  height: 100%;
  background-color: #fcf3e2;
  padding: 29px 0 31px;
}

.course .course-content {
  overflow: hidden;
  margin-top: 20px;
  height: 108px;
  background: url(../images/11-01.png) center no-repeat;
}

.course .course-list {
  float: left;
  margin-right: 14px;
  width: 259px;
  height: 108px;
  border-radius: 10px;
}

.course .course-list:last-child {
  margin-right: 0;
}

.youhui {
  padding: 30px 0 40px;
  background-color: #f2f2f2;
}

.youhui .schools-box {
  margin-top: 23px;
  box-shadow: 0px 1px 7px #999;
}

.youhui .city-container {
  overflow: auto;
  height: 456px;
  background-color: #fffffe;
  box-shadow: 10px 10px 5px #888;
}

.youhui .schools-tips {
  height: 54px;
  line-height: 54px;
  background-color: #db3c3c;
  overflow: hidden;
  text-align: center;
}

.youhui .schools-tips .schools-t-tab {
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: left;
  width: 24%;
}

.youhui .schools-tips .schools-t-tab.second-tab {
  width: 52%;
}

.youhui .schools-list-box {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #494949;
  text-align: center;
}
.youhui .schools-list-box:hover{
  color:#db3c3c;
}
.youhui .schools-list-box:hover .btn{
  background: url(../images/05-03.png) no-repeat;
  background-size: 26px 23px;
  background-position: 83px 14px;
  color: #e24345;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}
.youhui .school-name, .youhui .school-btn {
  float: left;
  width: 24%;
}

.youhui .school-description {
  float: left;
  width: 52%;
}

.youhui .school-btn .btn {
  display: block;
  background: url(../images/05-02.png) no-repeat;
  background-size: 26px 23px;
  background-position: 83px 14px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.youhui .school-btn .btn:hover {
  /* background: url(../images/05-03.png) no-repeat;
  background-size: 26px 23px;
  background-position: 83px 14px;
  color: #e24345;
  -webkit-transition: all ease .3s;
  transition: all ease .3s; */
}

.youhui .schools-list-box.swiper-slide-active {
  color: #e24345;
}

.youhui .schools-list-box.swiper-slide-active .btn {
  color: #e24345;
  background: url(../images/05-03.png) no-repeat;
  background-size: 26px 23px;
  background-position: 83px 14px;
}

.come {
  padding: 34px 0 27px;
  background: url(../images/12-02.png) center no-repeat;
}

.come .short-title {
  color: #1c1d1d;
}

.come .come-content {
  margin: 0 auto;
  width: 945px;
  height: 198px;
  background: url(../images/12-01.png) center no-repeat;
}

.partner {
  padding: 29px 0 45px;
  background-color: #ffffff;
}

.partner .common-title {
  margin-bottom: 17px;
}

.partner .partner-eleven {
  padding: 59px 0 10px 29px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/07-02.png) center no-repeat;
}

.partner .bold-word {
  font-size: 32px;
}

.partner .partner-description {
  font-size: 16px;
  color: #646262;
  padding-left: 5px;
}

.partner .big-word {
  font-size: 24px;
  font-weight: bold;
  color: #eb6849;
}

.partner .eleven-brand {
  height: 176px;
  margin: 12px 0 14px;
  background: url(../images/07-03.png) center no-repeat;
}

.partner .six-eleven {
  padding: 70px 0 28px 33px;
  background: url(../images/07-04.png) center no-repeat;
  margin-bottom: 15px;
}

.partner .six-brand {
  height: 136px;
  background: url(../images/07-05.png) center no-repeat;
}

.shili {
  padding: 29px 0 16px;
  background: url(../images/12-04.jpg) center no-repeat;
}

.shili .mt-left {
  float: left;
  width: 450px;
}

.shili .mt-right {
  padding-top: 20px;
  float: right;
  width: 585px;
}

.shili .mtbox {
  margin: 20px auto 0;
  padding: 0 10px 34px 0;
  border: 1px solid #c6c6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shili .mtbox .title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 49px;
  padding-left: 3px;
}

.shili .mtbox .txt span {
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  padding-left: 2px;
  opacity: 0.63;
}

.shili .mtbox .btn {
  margin-top: 10px;
  width: 114px;
  height: 35px;
  float: right;
  font-size: 16px;
  text-align: center;
  line-height: 33px;
  color: #fff;
  background-color: #db3c3c;
}

.shili .mt-right .mt-list {
  font-size: 16px;
  line-height: 67px;
  color: #fff;
  list-style-type: square;
  cursor: pointer;
}

.shili .mt-right .mt-list .des {
  display: inline-block;
}

.shili .mt-right .mt-list:hover {
  color: #ed0416;
}

.shili .mt-right .link-more {
  float: right;
  margin-top: 12px;
  width: 125px;
  height: 35px;
  background-color: #db3c3c;
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  color: #fff;
  
  border: solid 1px rgba(255, 255, 255, 0.35);
  cursor: pointer;
}

.head-banner {
  width: 100%;
  height: 284px;
  top: 0px;
  left: 0px;
}

.head-banner .slide-list {
  float: left;
}

.head-banner .banner-pagination {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 20;
  padding: 6px 12px;
  text-align: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
}

.head-banner .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.head-banner .swiper-active-switch {
  width: 26px;
}

.study {
  height: 370px;
  background: url(../images/13-01.jpg) center no-repeat;
}

.footer {
  padding: 33px 0 164px;
}

.footer .btn-box {
  overflow: hidden;
  margin-bottom: 27px;
}

.footer .btn {
  width: 310px;
  height: 54px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e24345), to(#e24345)), -webkit-gradient(linear, left top, left bottom, from(#72a3d8), to(#72a3d8));
  background-image: linear-gradient(#e24345, #e24345), linear-gradient(#72a3d8, #72a3d8);
  background-blend-mode: normal, 
 normal;
  -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 54px;
  cursor: pointer;
}

.footer .btn:first-child {
  float: left;
  margin-left: 214px;
}

.footer .btn:last-child {
  float: right;
  margin-right: 370px;
}

.footer .address {
  text-align: center;
  font-size: 18px;
  color: #020202;
}

.form {
  width: 100%;
  height: 209px;
  background: url(../images/10.png) center no-repeat;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.form .wrapper {
  width: 1200px;
  position: relative;
  padding: 100px 80px 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: inherit;
}

.form .wrapper .kuang {
  float: left;
  width: 183px;
  margin-right: 17px;
  height: 59px;
  font-size: 20px;
  line-height: 59px;
  border-radius: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
}

.select {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.select:after {
  position: absolute;
  right: 22px;
  top: 18px;
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.select:hover .list,
.select:active .list {
  display: block;
}

.select .list {
  position: absolute;
  top: -228px;
  left: -1px;
  z-index: 10;
  width: 100%;
  max-height: 228px;
  background-color: #fafafa;
  color: #333;
  overflow: auto;
  display: none;
}

.select .option {
  padding-left: 15px;
}

.select .option:hover {
  color: #fff;
  background-color: #ffbb29;
}

.select-one .list {
  top: -177px;
}

.form .wrapper .sub-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffea00), to(#ffea00)), -webkit-gradient(linear, left top, left bottom, from(#ff6052), to(#ff6052));
  background-image: linear-gradient(#ffea00, #ffea00), linear-gradient(#ff6052, #ff6052);
  background-blend-mode: normal, 
 normal;
  font-size: 20px;
  font-weight: bold;
  color: #2f3a4b;
  padding: 0;
  text-align: center;
  cursor: pointer;
}

.form .wrapper .guanbi {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50px;
  right: 48px;
  cursor: pointer;
}

.alert-bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.alert-bg .alert-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-172px, -50px);
      -ms-transform: translate(-172px, -50px);
          transform: translate(-172px, -50px);
  padding: 25px 0;
  width: 345px;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}

.alert-bg .alert-box:before {
  position: absolute;
  top: -40px;
  right: 17px;
  content: "";
  width: 0;
  height: 40px;
  border-left: 2px solid #ffaf15;
}

.alert-bg .title, .alert-bg .btn {
  font-size: 14px;
  color: #355cab;
}

.alert-bg .btn {
  display: block;
  margin: 15px 0;
}

.alert-bg .alert-icon {
  position: absolute;
  top: -62px;
  right: 4px;
  width: 28px;
  height: 28px;
  background: url(../images/icon_close_1.png) center no-repeat;
  background-size: 28px 28px;
  cursor: pointer;
}

/*# sourceMappingURL=map/index.css.map */
