@charset "UTF-8";
.wrapper {
  width: 1080px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  height: 612px;
  background: url(../images/banner.jpg) center no-repeat;
}

.common_title {
  text-align: center;
  font-size: 16px;
  color: #333;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 43px;
  text-align: center;
  line-height: 43px;
  overflow: hidden;
  font-size: 28px;
  color: #fff;
}

.title_l, .title_r {
  padding: 0 33px;
}

.title_l {
  border-radius: 20px 0 0 20px;
  background-color: #0164a2;
}

.title_r {
  border-radius: 0 20px 20px 0;
  background-color: #ff7a1b;
}

.video_container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
  width: 100%;
  height: 504px;
  background: url(../images/bgc01.jpg) center top no-repeat;
}

.video_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px auto;
  width: 1080px;
}

.video_left {
  width: 720px;
  height: 405px;
}

.video_right {
  margin-left: 7px;
}

.video-play {
  width: 720px;
  height: 405px;
}

.video-t {
  margin-bottom: 10px;
}

.video-t, .video-b {
  width: 352px;
  height: 198px;
}

.now {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 140px;
  width: 100%;
  height: 478px;
  background: url(../images/01_02.png) center no-repeat;
}

.now_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 15px auto;
}

.now_list {
  width: 260px;
  height: 145px;
}

.now_list:first-child {
  background: url(../images/03_01.png) center no-repeat;
}

.now_list:nth-child(2) {
  background: url(../images/03_02.png) center no-repeat;
}

.now_list:nth-child(3) {
  background: url(../images/03_03.png) center no-repeat;
}

.now_list:last-child {
  background: url(../images/03_04.png) center no-repeat;
}

.now_ad {
  display: block;
  height: 92px;
  background: url(../images/01_01.png) center no-repeat;
}

.baozhang {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 46px;
  width: 100%;
  height:650px;
  background: url(../images/bgc02.jpg) center top no-repeat;
}

.reasonTwo {
  position: relative;
  margin-bottom: -4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  width: 100%;
}

.reasonTwo_slide {
  text-align: center;
}

.reasonTwo_container {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 20px;
  height: 362px;
  background: url(../images/bgc10.png) center no-repeat;
}

.reasonTwo_pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.reasonTwo .swiper-pagination-bullet {
  float: left;
  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;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 30px;
  opacity: 1;
  cursor: pointer;
}

.reasonTwo .swiper-pagination-bullet:first-child {
  background: url(../images/001.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(2) {
  background: url(../images/002.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(3) {
  background: url(../images/003.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(4) {
  background: url(../images/004.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(5) {
  background: url(../images/005.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(6) {
  background: url(../images/006.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(7) {
  background: url(../images/007.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(8) {
  background: url(../images/008.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(9) {
  background: url(../images/010.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet:nth-child(10) {
  background: url(../images/011.png) center no-repeat;
}

.reasonTwo .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #67bd92;
}

.reasonTwo_r, .reasonTwo_l {
  position: absolute;
  top: 100px;
  background: none;
  cursor: pointer;
}

.reasonTwo_r {
  right: 33px;
}

.reasonTwo_l {
  left: 0;
}

.reasonTwo_txt {
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 10px;
  border: dashed 1px #484949;
  height: 45px;
  font-size: 16px;
  text-align: center;
  color: #333;
}

.reasonTwo_pagination {
  height: 90px;
}

.reasonTwo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 32px;
}

.system {
  margin: 34px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 30px;
  height: 575px;
}

.system_content {
  position: relative;
  margin: 20px auto 30px;
  height: 440px;
  background: url(../images/c2b.png) center no-repeat;
}

.system_list {
  position: absolute;
}

.system_list:first-child {
  top: 16px;
}

.system_list:nth-child(2) {
  top: 16px;
  right: 0;
}

.system_list:nth-child(3) {
  top: 197px;
}

.system_list:nth-child(4) {
  bottom: 23px;
}

.system_list:last-child {
  right: 0;
  bottom: 24px;
}

.system_list_title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
}

.system_list_title span {
  color: #0164a2;
}

.system_list_des {
  font-size: 16px;
  line-height: 24px;
  color: #484949;
}

.fourR_content {
  position: relative;
  margin: 14px auto 16px;
  width: 1080px;
  height: 387px;
  background: url(../images/01_03.png) center no-repeat;
}

.fourR_list {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  color: #63666c;
}

.fourR_list_txt {
  position: relative;
  padding-left: 40px;
}

.fourR_list_txt::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: '';
  width: 24px;
  height: 20px;
  background: url(../images/04_06.png) center no-repeat;
}

.fourR_list:first-child {
  left: 0;
  top: 36px;
}

.fourR_list:nth-child(2) {
  right: 140px;
  top: 36px;
}

.fourR_list:nth-child(2) .fourR_list_txt::before {
  background: url(../images/04_07.png) center no-repeat;
}

.fourR_list:nth-child(3) {
  left: 0;
  bottom: 59px;
}

.fourR_list:nth-child(3) .fourR_list_txt::before {
  background: url(../images/04_08.png) center no-repeat;
}

.fourR_list:last-child {
  right: 170px;
  bottom: 59px;
}

.fourR_list:last-child .fourR_list_txt::before {
  background: url(../images/04_09.png) center no-repeat;
}

.fourR_des {
  margin: 15px auto 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 12px;
  height: 105px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

.book_content {
  margin-top: 20px;
  height: 384px;
  background-color: #fff;
  border: solid 2px #000;
}

.book_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
  padding: 0 28px;
}

.book_item {
  width: 140px;
  height: 32px;
  background-color: #ebf7ff;
  border-radius: 16px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #000;
}

.book_item.active {
  font-size: 20px;
  color: #fff;
  background-color: #0164a2;
}

.book_item:nth-child(4),
.book_item:last-child {
  width: 172px;
}

.book_item:nth-child(5) {
  width: 188px;
}

.book_list {
  display: none;
}

.book_list:nth-child(3) .book_txt {
  padding-left: 120px;
}

.book_list:first-child {
  display: block;
}

.book_list_box {
  margin: 0 auto 20px;
  width: 738px;
  overflow: hidden;
}

.book_slide {
  height: 194px;
}

.book_box {
  margin-left: -12px;
  width: 738px;
  height: 194px;
}

.book_txt {
  padding: 0 13px 0 15px;
  font-size: 16px;
  line-height: 24px;
  color: #494949;
}

.rz {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 147px;
  width: 100%;
  height: 660px;
  background: url(../images/bgc05.jpg) center top no-repeat;
}

.rz_video {
  margin: 0 auto;
  width: 560px;
  height: 315px;
}

.rz .video-play {
  width: 100%;
  height: 100%;
}

.rz_txt {
  margin: 20px auto 30px;
  height: 36px;
  line-height: 36px;
  border: dashed 1px #000;
  font-size: 16px;
  text-align: center;
  color: #000;
}

.shili {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 40px;
  height: 1561px;
  background: url(../images/banner03.jpg) center no-repeat;
}

.shili_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 10px;
}

.shili_item {
  overflow: hidden;
  width: 538px;
  height: 64px;
  background-color: #0164a2;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 64px;
}

.shili_item.active {
  font-size: 24px;
  color: #f8d96b;
  border: solid 3px #fdf4d6;
}

.shili_content {
  margin-bottom: 30px;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 300px;
  background-color: #fff;
  border: solid 1px #000;
}

.shili_list {
  display: none;
}

.shili_list_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 13px 0 18px;
  width: 1039px;
  height: 67px;
  font-size: 16px;
  color: #000;
  background-color: #fdf4d6;
}

.shili_list_prize {
  width: 1022px;
  height: 153px;
}

.shili_list:first-child {
  display: block;
}

.news .news-content {
  position: relative;
  margin-top: 19px;
  width: 100%;
  height: 322px;
}

.news .content-l {
  position: absolute;
  left: 0;
  width: 518px;
  height: 100%;
}

.news .content-l .pic {
  width: 100%;
  height: 100%;
}

.news .content-l .arrow-left,
.news .content-l .arrow-right {
  position: absolute;
  top: 134px;
  z-index: 10;
  width: 36px;
  height: 83px;
  cursor: pointer;
}

.news .content-l .arrow-left {
  left: 0;
  background: url(../images/arrowR_04.png) center no-repeat;
}

.news .content-l .arrow-right {
  right: 0;
  background: url(../images/arrowR_03.png) center no-repeat;
}

.news .teacher-slide {
  position: relative;
}

.news .content-r {
  position: absolute;
  top: 0;
  right: 0;
  width: 531px;
  height: 100%;
  background-color: #fff;
}

.news .news-item {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 21px 26px 21px 26px;
  font-size: 16px;
  line-height: 24px;
  color: #535353;
  cursor: pointer;
}

.news .news-item:first-child {
  padding-top: 28px;
}

.news .news-item:last-child {
  border: none;
}

.news .news-item:hover {
  color: #0164a2;
  text-decoration: underline;
}

.oneTime {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 130px;
  height: 1731px;
  background: url(../images/bgc04.jpg) center no-repeat;
}

.oneTime_tip {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 48px 10px 0 95px;
  height: 110px;
  font-size: 16px;
  color: #fff;
  background: url(../images/tip01.png) center no-repeat;
}

.oneTime .title {
  margin: 20px 0;
}

.oneTime .schools-list-box {
  width: 100%;
  height: 77px;
  line-height: 77px;
  font-size: 16px;
  color: #494949;
  text-align: center;
}

.oneTime .schools-list-box:nth-child(even) {
  height: 58px;
  line-height: 58px;
  background-color: #daf1ff;
}

.oneTime .schools-list-box:nth-child(even) .school-btn {
  margin-top: 12px;
}

.oneTime .city-container {
  overflow: auto;
  height: 292px;
  background-color: #fffffe;
}

.oneTime .schools-tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 4px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}

.oneTime .schools-tips .schools-t-tab {
  font-size: 20px;
  color: #0d6da4;
  width: 202px;
  background-color: #0d6da4;
}

.oneTime .schools-tips .schools-t-tab:first-child {
  color: #fff;
}

.oneTime .schools-tips .schools-t-tab:nth-child(2) {
  width: 574px;
  background-color: #b6e4ff;
}

.oneTime .schools-tips .schools-t-tab:last-child {
  width: 288px;
  background-color: #b6e4ff;
}

.oneTime .schools-box {
  overflow: hidden;
  margin: 20px auto 570px;
  padding-top: 2px;
  height: 344px;
  background-color: #fff;
  border: solid 1px #000;
}

.oneTime .school-btn {
  float: left;
  margin: 20px 0 0 92px;
}

.oneTime .school-name {
  float: left;
  width: 210px;
}

.oneTime .school-description {
  float: left;
  width: 576px;
}

.oneTime .school-btn .btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/wx_icon.png) no-repeat;
  background-size: 26px 23px;
  background-position: 8px 6px;
  width: 111px;
  height: 35px;
  padding-left: 32px;
  line-height: 35px;
  font-size: 16px;
  color: #000;
  background-color: #ffea00;
  border-radius: 18px;
  border: solid 1px #e9e9e9;
}

.oneTime .schools-list-box.swiper-slide-active {
  color: #e24345;
}

.oneTime .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;
}

.oneTime_container {
  margin: 0 auto;
  padding: 10px 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1078px;
  height: 350px;
  background-color: #0164a2;
  border-radius: 20px;
  border: solid 2px #0067ce;
}

.oneTime_box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f6f9ff;
}

.oneTime_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 0;
}

.oneTime_list {
  padding-top: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 220px;
}

.oneTime_list:first-child {
  width: 187px;
  background: url(../images/Slogan01.png) center no-repeat;
}

.oneTime_list:nth-child(2) {
  width: 200px;
  background: url(../images/Slogan02.png) center no-repeat;
}

.oneTime_list:nth-child(3) {
  width: 200px;
  background: url(../images/Slogan03.png) center no-repeat;
}

.oneTime_list:last-child {
  width: 317px;
  background: url(../images/Slogan05.png) center no-repeat;
}

.oneTime_txt {
  height: 100px;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #2172ff;
}

.oneTime_price {
  font-size: 16px;
  text-align: center;
  color: #ff7a1b;
}

.oneTime_price i {
  text-decoration: line-through;
}

.oneTime_yh {
  margin: 0 auto;
  width: 157px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #039eff;
  border-radius: 20px;
  font-size: 16px;
  color: #fff600;
}

.oneTime_yh span {
  font-size: 24px;
  font-weight: bold;
}

.oneTime_link {
  display: block;
  margin: 20px auto 0;
  width: 207px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(#ff7a1b, #ff7a1b), linear-gradient(150deg, #f0ff00 0%, #ffdc00 100%), linear-gradient(#ff7a1b, #ff7a1b);
  background-blend-mode: normal,
 normal,
 normal;
  -webkit-box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
          box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
  border-radius: 20px;
  border: solid 2px #ffea00;
  font-size: 20px;
  color: #fff;
}

.info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  width: 100%;
  height: 378px;
  background: url(../images/bgc03.jpg) center top no-repeat;
	margin-top: -5px;
}

.info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 164px;
}

.info_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3px;
  width: 348px;
  height: 184px;
  background-color: #fff;
  border: 9px solid #0d6da4;
  border-radius: 50px;
}

.info_title {
  margin-bottom: 2px;
  font-size: 24px;
  text-align: center;
  color: #000;
}

.info_ewm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 27px;
  font-size: 16px;
  color: #484949;
}

.info_l {
  margin-right: 5px;
}

.info_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info_txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.youhui_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 335px 64px 0 78px;
  height: 86px;
}

.youhui_form .kuang {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  width: 168px;
  height: 44px;
  background-color: #fff;
  color: #969696;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
}

.youhui_form .kuang_name {
  background-image: url(../images/name_icon.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}

.youhui_form .kuang_phone {
  background-image: url(../images/phone_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.youhui_form .kuang_book {
  background-image: url(../images/course_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.youhui_form .kuang_city {
  position: relative;
  background-image: url(../images/city_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.youhui_form .kuang_btn {
  padding: 0;
  border: solid 1px #e9e9e9;
  font-size: 20px;
  text-align: center;
  color: #fff;
  width: 168px;
  height: 42px;
  line-height: 42px;
  background-image: linear-gradient(#ff7a1b, #ff7a1b), linear-gradient(150deg, #f0ff00 0%, #ffdc00 100%), linear-gradient(#ffdc00, #ffdc00);
  background-blend-mode: normal,
 normal,
 normal;
  -webkit-box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
          box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
  border-radius: 22px;
  border: solid 2px #ffea00;
  cursor: pointer;
}

.youhui_form .kuang_city {
  padding: 0;
}

.youhui_form .current {
  display: block;
  padding-left: 40px;
  cursor: pointer;
}

.youhui_form .list {
  position: absolute;
  display: none;
  bottom: 44px;
  left: 19px;
  width: 131px;
  max-height: 180px;
  overflow: auto;
  z-index: 3;
  background-color: #fff;
}

.youhui_form .option {
  padding-left: 10px;
}

.youhui_form .option:hover {
  color: #fff;
  background-color: #ffbb29;
  cursor: pointer;
}

.choose_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px 0 32px;
}

.choose_btn_list {
  width: 312px;
  height: 55px;
  font-size: 24px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  background-color: #0164a2;
  border-radius: 10px;
  cursor: pointer;
}

.choose_btn_list:first-child {
  margin-right: 65px;
}

.choose_address {
  padding-bottom: 40px;
  font-size: 16px;
  text-align: center;
  color: #494949;
}

.toumingbi_yspd {
  width: 100%;
  z-index: 8;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}

.leyu_yspd {
  width: 550px;
  z-index: 9999;
  -webkit-box-shadow: 0 0 20px #082d87;
  box-shadow: 0 0 20px #082d87;
  height: 480px;
  background: #082d87;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -260px;
  margin-top: -240px;
  display: none;
}

.leyutop_yspd {
  width: 550px;
  height: 54px;
  background: #1360c8;
}

.leyutop_yspd a {
  float: left;
  margin: 0px auto auto 12px;
}

.leyutop_yspd a .img {
  width: 224px;
  height: 39px;
  display: inline-block;
  background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx1.png) no-repeat;
  margin-top: 9px;
}

.leyutop_yspd span {
  float: right;
  margin: 17px 14px auto auto;
  cursor: pointer;
}

.leyutop_yspd span .img {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx3.png) no-repeat;
  margin-top: -6px;
  margin-right: -4px;
}

.gaofen_yspd {
  float: left !important;
  margin: 21px auto auto 55px !important;
  width: 172px;
  height: 14px;
  background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx2.png) no-repeat;
}

.topleyu_yspd {
  width: 550px;
  height: 121px;
  background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx6.png) no-repeat;
  background-size: 100%;
}

.topleyu_yspd .img {
  display: block;
  margin: 0 auto;
  width: 457px;
  height: 81px;
  background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx4.png) no-repeat;
  background-position: 0 20px;
}

.topleyu_yspd ul li {
  float: left;
  border: 1px dotted #fff;
  padding: 4px 8px;
  border-radius: 12px;
  margin-left: 11px;
  font-size: 14px;
  font-family: '微软雅黑';
}

.topleyu_yspd ul li a {
  color: #fff;
}

.leyucenter_yspd {
  width: 550px;
  height: 243px;
  background: #f5f5f5;
  padding-top: 19px;
}

.leyucenter_yspd h1 {
  width: 497px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  font-family: '微软雅黑';
  background: url(https://ms6.xhd.cn/r/cms/group/default/resource2019/img/zx5.png) no-repeat;
  margin: 0 auto;
}

.c {
  clear: both;
}

.common_city_item {
  float: left;
  width: 50%;
  line-height: 30px;
}

.common_city_region {
  float: left;
  color: #1360c8;
  padding: 0 0px 0 20px;
}

.common_city_wrapper {
  float: left;
  width: 206px;
}

.common_city_items {
  padding-left: 10px;
}

.common_city_items:hover {
  color: #1360c8;
}

.leyuxia_yspd {
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.yuyue {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}

.yuyue .city-name {
  display: block;
}

.yuyue .course-name {
  display: block;
}

.yuyue .form-content {
  position: absolute;
  width: 466px;
  height: 464px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  padding: 160px 54px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../images/toast_bgc.png) center no-repeat;
}

.yuyue .down-list {
  display: none;
  position: absolute;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 280px;
  background-color: #fff;
  bottom: 39px;
}

.yuyue .down-list .option {
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  font-size: 18px;
}

.yuyue .down-list .option:hover {
  color: #fff;
  background-color: #ffea00;
}

.yuyue .course-list {
  cursor: pointer;
}

.yuyue .course-list .down-list {
  top: 39px;
  height: 107px;
  z-index: 999;
}

.yuyue .form-content .guanbi {
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(../images/guanbi.png) center no-repeat;
  right: -20px;
  top: 4px;
  cursor: pointer;
}

.yuyue .form-content .list_name {
  background: url(../images/name_icon.png) 10px 8px no-repeat;
}

.yuyue .form-content .list_tel {
  background: url(../images/phone_icon.png) 10px 8px no-repeat;
}

.yuyue .form-content .course-list {
  background: url(../images/course_icon.png) 10px 8px no-repeat;
}

.yuyue .form-content .city-list {
  background: url(../images/city_icon.png) 10px 8px no-repeat;
}

.yuyue .form-content .list {
  margin-bottom: 15px;
  height: 38px;
  line-height: 38px;
  padding-left: 35px;
  font-size: 16px;
  color: #000;
  position: relative;
  border: solid 1px #0164a2;
  background-color: #fff;
}

.yuyue .common-input {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
}

.yuyue .common-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

.yuyue .common-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

.yuyue .common-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

.yuyue .common-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

.yuyue .city-list:after,
.yuyue .course-list:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid #828282;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 20px;
  top: 11px;
}

.yuyue .yuyue-btn {
  display: block;
  border-radius: 5px;
  margin: 0 auto;
  width: 359px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #ffea00;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  background-image: linear-gradient(#ff7a1b, #ff7a1b), linear-gradient(150deg, #f0ff00 0%, #ffdc00 100%), linear-gradient(#ff7a1b, #ff7a1b);
  background-blend-mode: normal,
 normal,
 normal;
  -webkit-box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
          box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
  border: solid 2px #ffea00;
}

.yuyue .city-list {
  position: relative;
  cursor: pointer;
}

.form {
  width: 1000px;
  height: 112px;
  background: url(../images/footer_bgc.png) center top no-repeat;
  margin: 0 auto;
}

.form .wrapper {
  position: relative;
	width:900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 0 39px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  overflow: inherit;
}

.form .wrapper .kuang {
  width: 168px;
  height: 44px;
  background-color: #fff;
  border-radius: 22px;
  font-size: 16px;
  line-height: 44px;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: 0;
  color: #000;
	float: left;
}

.form .wrapper .kuang::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

.form .wrapper .kuang:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}

.form .wrapper .kuang::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}

.form .wrapper .kuang:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

.form .wrapper .kuang.select {
  padding: 0;
}

.form .wrapper .kuang .current {
  display: block;
  padding-left: 40px;
}

.form .wrapper .kuang_name {
  background-image: url(../images/name_icon.png);
  background-repeat: no-repeat;
  background-position: 15px 12px;
}

.form .wrapper .kuang_phone {
  background-image: url(../images/phone_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.form .wrapper .kuang_course {
  background-image: url(../images/course_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.form .wrapper .kuang_city {
  position: relative;
  background-image: url(../images/city_icon.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
}

.form .wrapper .kuang_city:hover .list {
  display: block;
}

.select {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.select .list {
  position: absolute;
  top: -228px;
  left: 18px;
  z-index: 10;
  width: 132px;
  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: -132px;
}

.form .wrapper .sub-btn {
  padding: 0;
  text-align: center;
  width: 164px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  background-image: linear-gradient(#ff7a1b, #ff7a1b), linear-gradient(150deg, #f0ff00 0%, #ffdc00 100%), linear-gradient(#f6594e, #f6594e);
  background-blend-mode: normal,
 normal,
 normal;
  -webkit-box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
          box-shadow: inset 2px 3px 5px 0px rgba(255, 200, 118, 0.46);
  border-radius: 22px;
  border: solid 2px #ffea00;
  cursor: pointer;
}

.form .wrapper .guanbi {
  position: absolute;
  top: 5px;
  right: -30px;
  cursor: pointer;
}

.common-alert {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.common-alert .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;
}

.common-alert .alert-box:before {
  position: absolute;
  top: -40px;
  right: 17px;
  content: '';
  width: 0;
  height: 40px;
  border-left: 2px solid #ffaf15;
}

.common-alert .title,
.common-alert .btn {
  font-size: 14px;
  color: #355cab;
}

.common-alert .btn {
  display: block;
  margin: 15px 0;
}

.common-alert .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 */

.container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.title-secondary {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #666;
}
.project-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    margin-bottom: 20px;
}
.project-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px;
    padding: 4px;
    width: 120px;
    height: 120px;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #000;
    border-radius: 50%;
    -webkit-box-shadow: 3px 4px 4px 0 rgba(0,0,0,.2), inset 2px 2px 4px 0 rgba(0,0,0,.2);
    box-shadow: 3px 4px 4px 0 rgba(0,0,0,.2), inset 2px 2px 4px 0 rgba(0,0,0,.2);
}
.project-item:nth-child(odd) {
    color: #fff;
    background-color: #0164a2;
    border: 1px solid #0164a2;
}
.project-item:nth-child(odd):hover {
    background-color: #52bbf8;
}
.project-item:hover {
    text-decoration: none;
}
.project-item:nth-child(even):hover {
    color: #fff;
    background-color: #52bbf8;
}
.project-item:nth-child(even) {
    color: #fff;
    background-color: #52bbf8;
    border: 1px solid #0164a2;
}
.about-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.about-item {
    position: relative;
    line-height: 0;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.2);
}
.about-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 63px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: rgba(1,100,162,.8);
    cursor: pointer;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.reasonFour1 {
	box-sizing: border-box;
	padding-top: 36px;
	width: 100%;
	height: 311px;
	background: url(../images/banner04.jpg) center no-repeat;}
	.common_tip {
		margin-bottom: 36px;
	}
	&_box {
		position: relative;
		height: 280px;
	}
	&_list {
		position: absolute;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 134px;
		height: 134px;
		border-radius: 50%;
		font-size: 15px;
		color: #32a16c;
		text-align: center;
		background-color: #fff;
		opacity: 0;
		&:hover {
			display: flex;
			opacity: 1;
		}
		&:first-child {
			left: 6px;
			top: 48px;
		}
		&:nth-child(2) {
			left: 192px;
			top: 7px;
		}
		&:nth-child(3) {
			left: 365px;
			top: 85px;
		}
		&:nth-child(4) {
			left: 563px;
			top: 47px;
		}
		&:nth-child(5) {
			left: 757px;
			top: 61px;
		}
		&:last-child {
			right: 6px;
			top: 38px;
		}
	}
	&_form {
		display: flex;
		justify-content: space-between;
		box-sizing: border-box;
		padding-left: 190px;
	}
.reasonFour_box {
  position: relative;
  height: 280px;
}

.reasonFour_list {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  font-size: 15px;
  color: #32a16c;
  text-align: center;
  background-color: #fff;
  opacity: 0;
}

.reasonFour_list:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.reasonFour_list:first-child {
  left: 4px;
  top: 70px;
}

.reasonFour_list:nth-child(2) {
  left: 190px;
  top: 29px;
}

.reasonFour_list:nth-child(3) {
  left: 363px;
  top: 107px;
}

.reasonFour_list:nth-child(4) {
  left: 561px;
  top: 69px;
}

.reasonFour_list:nth-child(5) {
  left: 755px;
  top: 81px;
}

.reasonFour_list:last-child {
  right: 8px;
  top: 58px;
}

.reasonFour_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 190px;
}

.reasonFour .common-input {
  display: block;
  outline: none;
  border: none;
  width: 100%;
  height: 100%;
}

.reasonFour .list_name {
  background: url(../images/name_icon.png) 16px 12px no-repeat;
}

.reasonFour .list_tel {
  background: url(../images/phone_icon.png) 16px 12px no-repeat;
}

.reasonFour .course-list {
  background: url(../images/course_icon.png) 16px 12px no-repeat;
}

.reasonFour .city-list {
  background: url(../images/city_icon.png) 16px 12px no-repeat;
}

.reasonFour .common_list {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 207px;
  height: 44px;
  line-height: 44px;
  padding-left: 40px;
  font-size: 16px;
  color: #969696;
  border: solid 1px #e9e9e9;
  background-color: #fff;
  border-radius: 22px;
}

.reasonFour .zixun_btn {
  width: 207px;
  text-align: center;
  line-height: 40px;
  background-color: #ffea00;
  font-size: 22px;
  color: #000;
  border-radius: 22px;
  border: solid 1px #e9e9e9;
  cursor: pointer;
}

.reasonFour .down-list {
  display: none;
  position: absolute;
  left: 17px;
  overflow: auto;
  width: 172px;
  height: 280px;
  background-color: #fff;
  bottom: 43px;
}

.reasonFour .down-list .option {
  padding-left: 10px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  font-size: 18px;
}

.reasonFour .down-list .option:hover {
  color: #fff;
  background-color: #ffea00;
}

.reasonFour .city-list {
  padding: 0;
}

.reasonFour .city-name {
  display: block;
  padding-left: 40px;
}

.plan-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}
.plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 330px;
    height: 108px;
    margin: 10px 20px;
    text-align: center;
    color: #fff;
    background: url(../images/tm.png) no-repeat center,-webkit-gradient(linear,left top,left bottom,from(#89cbb3),to(#2986a8));
    background: url(../images/tm.png) no-repeat center,-webkit-linear-gradient(top,#89cbb3,#2986a8);
    background: url(../images/tm.png) no-repeat center,linear-gradient(180deg,#89cbb3,#2986a8);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
	font-size: 16px;
}.plan-item h4 {
    margin-bottom: 5px;
    font-size: 24px;
}.plan-item:hover {
    background: #49a583 url( ../images/tm.png) no-repeat center;
}.plan-item:nth-child(even) {
    background: url(../images/tm.png) no-repeat center,-webkit-gradient(linear,left top,left bottom,from(#ffb033),to(#ff9c00));
    background: url(../images/tm.png) no-repeat center,-webkit-linear-gradient(top,#ffb033,#ff9c00);
    background: url(../images/tm.png) no-repeat center,linear-gradient(180deg,#ffb033,#ff9c00);
}


.book-bac{ background: #3a89cf;padding-top: 35px; height: 550px}
.book .title h2{ color: #fff}
.book .title p{ color: #fff}
.book {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.book .sai {
	font-size: 16px;
	text-align: center;
	padding-top: 40px;
}
.book .sai h2 {
	font-size: 36px;
	line-height: 58px;
	font-weight: normal;
	
}
#tab1 {
	width: 1200px;
	position: relative;
}
#tab1 .tab_menu1 {
	width: 100px;
	
	position: absolute;
	left: 1px;
	top: 85px;
	z-index: 99;
}
#tab1 .tab_menu1 li, .lic {
	width: 100px;
	height: 34px;
	border:1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	
	margin-bottom: 8px;
	cursor: pointer;
}
#tab1 .tab_menu1 .selected1 {
	width: 100px;
	height: 34px;
	background: #f85b52;
	border:none
}
#tab1 .tab_box1 {
	width: 1100px;
	margin-top: 50px;
	float: left;
	border-left: 1px solid #fff;
    margin-left: 102px;
}
.hide1 {
	display: none;
}
#tab8 {
	width: 1100px;
    border-top: 1px solid #fff;
   
    margin: -1px auto auto 10px;
    position: relative;
    left: -11px;
}
#tab8 .tab_menu8 {
	width: 1100px;
	height: 35px;
	margin-left: 20px;
	position: absolute;
	z-index: 3;
	top: -18px;
}
.tab_menu8 li {
	width: 160px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
	border:1PX solid #FFF;
	background: #3a89cf;
	
	margin-left: 20px;
	font-size: 16px;
	float: left;
	color: #fff;
}
.tab_box8 {
	margin-top: 57px;
}
#tab8 .tab_box8 {
}
#tab8 .tab_menu8 .selected8 {
	width: 160px;
	height: 55px;
	background: url(../imgs/bj8.png) no-repeat; border:none
}
.hide8 {
	display: none;
}
.tuleft {
	float: left;
	margin-left: 6px;
}
