@charset "UTF-8";
html, body {
  overflow-x: hidden;
}

.banner > h1 {
  position: absolute;
  left: -9999px;
  z-index: -999;
}

body > img {
  display: none;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.zs {
  display: none;
}

.main-color {
  color: #d07f58;
}

.font-b {
  font-weight: bold !important;
  color: #333;
}

/* ç§»åŠ¨ç«¯æµ®å±‚ */
.navbar-mark {
  position: fixed;
  top: 71px;
  left: 0;
  background: none;
  width: 100%;
  height: 100%;
}

.banner-bg {
  position: relative;
  text-align: center;
  background: url(../images/banner-bg.jpg) no-repeat center;
}

/* breadcrumb-bg */
.breadcrumb-bg {
  position: absolute;
  left: 0;
  bottom: -40px;
  background: none !important;
  opacity: 0.6;
}

.breadcrumb, .breadcrumb a {
  width: 100% !important;
  background: none !important;
  color: #999;
}

/* breadcrumb-bg */
/* 20200907 start */
.banner-tel {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  left: 0;
  bottom: 100px;
  text-align: center;
}

.banner-tel b {
  padding-left: 30px;
  background: url(../images/banner-tel-icon.png) no-repeat left center;
}

.banner-tel .span1 {
  margin: 0 25px 0 10px;
}

.banner-tel-cnt {
  max-width: 478px;
  padding: 6px 0;
  margin: 0 auto;
  border-radius: 10px;
  background: url(../images/banner-tel-bg.png) no-repeat center center;
  background-size: 100% 100%;
  width: 71%;
}

/* 20200907 end */
.tabNav-box {
  background: #f3f6fb url(../images/tabNav-bg.jpg) no-repeat top center;
}

.tabNav-main {
  position: relative;
  top: -60px;
  background-color: #fff;
  border-radius: 70px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.tabNav-main ul {
  padding: 0 20px;
}

.tabNav-main ul li {
  position: relative;
  float: left;
  height: 70px;
  padding: 25px 30px;
  text-align: center;
}

.tabNav-main ul li a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.tabNav-main ul li a:hover {
  color: #d07f58;
}

.tabNav-main ul li a:hover::after {
  display: block;
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  background: #d07f58;
  border-radius: 2px 2px 0 0;
  bottom: -25px;
}

.module {
  padding: 60px 0;
}

.module-title {
  padding-top: 35px;
  text-align: center;
  margin-bottom: 30px;
}

.module-title h2 {
  display: inline-block;
  position: relative;
  font-size: 46px;
  font-weight: bold;
  color: #333;
}

.module-title h2::before, .module-title h2::after {
  display: block;
  content: '';
  position: absolute;
  width: 49px;
  height: 59px;
  bottom: 0;
}

.module-title h2::before {
  background: url(../images/tit-l.png) no-repeat right bottom;
  left: -68px;
}

.module-title h2::after {
  background: url(../images/tit-r.png) no-repeat left bottom;
  right: -68px;
}

.module-title p {
  margin-top: 20px;
  height: 6px;
  background: url(../images/tit-line.png) no-repeat center center;
}

.module-title.tit1 {
  background: url(../images/tit1.png) no-repeat center top;
}

.module-title.tit2 {
  background: url(../images/tit2.png) no-repeat center top;
}

.module-title.tit3 {
  background: url(../images/tit3.png) no-repeat center top;
}

.module-title.tit4 {
  background: url(../images/tit4.png) no-repeat center top;
}

.module-title.tit5 {
  background: url(../images/tit5.png) no-repeat center top;
}

.module-title.white h2 {
  color: #fff;
}

.module-title.white p {
  background: url(../images/tit-line2.png) no-repeat center center;
}

.main01 {
  padding-top: 20px;
  padding-bottom: 60px;
  background: url(../images/main01-bg.jpg) no-repeat top center;
  background-size: cover;
}

.main01-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 61px;
}

.main01-box .main01-tit {
  float: left;
  width: 145px;
  height: 135px;
  background: url(../images/dy-img.jpg) no-repeat left center;
  background-size: cover;
}

.main01-box .main01-tit p {
  display: none;
}

.main01-box .main01-text {
  float: left;
  width: 93.333%;
  width: calc(100% - 145px);
  font-size: 16px;
  line-height: 30px;
  color: #333;
  background: #fff url(../images/main01-text-bg.jpg) no-repeat right bottom;
  padding: 22px 26px 23px 0;
}

.main01-box .main01-text span {
  font-weight: bold;
  color: #d07f58;
}

.main01-main {
  padding: 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main01-main .sub-tit {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
  margin-bottom: 14px;
  background: url(../images/sub-tit-bg.png) no-repeat left center;
}

.main01-main .sub-tit .more {
  float: right;
  width: 90px;
  text-align: center;
  font-size: 14px;
  color: #093f8e;
  font-weight: normal;
  border: 1px solid #093f8e;
  border-radius: 11px;
  margin-top: 4px;
}

.main01-main .sub-tit .more:hover {
  color: #fff;
  background: #093f8e;
}

.condition-text {
  position: relative;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: center;
  background: url(../images/condition-text-bg.jpg) no-repeat right;
  border: 1px solid #093f8e;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(9, 63, 142, 0.2);
  margin-bottom: 60px;
  background-size: cover;
}

.condition-text span {
  display: inline-block;
  color: #d07f58;
  font-weight: bold;
}

.condition-text::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 42px;
  background: url(../images/condition-text-bg2.png) no-repeat top center;
  bottom: -42px;
  left: 0;
}

.condition-box {
  background: url(../images/condition-bg1.jpg) no-repeat left top;
  background-size: 164px 100% !important;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.condition-box.condition-box2 {
  background: url(../images/condition-bg2.jpg) no-repeat left top;
}

.condition-box .dl2 dt {
  position: relative;
  width: 134px;
  padding-right: 0;
  margin-right: 30px;
  border-top: 1px solid #3765aa;
}

.condition-box .dl2 dt::before {
  position: absolute;
  display: block;
  content: '';
  width: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  top: -1px;
  right: -30px;
}

.condition-box .dl2 dd {
  border-top: 1px solid #e6e6e6;
}

.condition-box dt {
  float: left;
  width: 164px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 16px 30px 16px 0;
}

.condition-box dt img {
  width: 51px;
  margin: 0 auto 3px;
}

.condition-box dt p {
  line-height: 1;
  margin-top: 5px;
}

.condition-box dt span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #ffb591;
}

.condition-box dd {
  float: left;
  width: calc(100% - 164px);
  background: #fff;
  padding: 30px 30px 0 0;
  overflow: hidden;
}

.condition-box .condition-list {
  position: relative;
  padding-left: 123px;
  margin-bottom: 11px;
}

.condition-box .condition-list:last-child {
  margin-bottom: 0;
}

.condition-box .condition-list p {
  font-size: 16px;
  color: #666;
}

.condition-box .condition-list .font-b {
  color: #333;
}

.condition-box .condition-list ul {
  margin: 10px -1% 0;
}

.condition-box .condition-list ul li {
  float: left;
  width: 23%;
  margin: 0 1%;
}

.condition-box .condition-list ul li a {
  display: block;
  font-style: 14px;
  line-height: 28px;
  max-width: 180px;
  color: #d07f58;
  text-align: center;
  border: 1px solid #d07f58;
  border-radius: 3px;
}

.condition-box .condition-list ul li a:hover {
  color: #fff;
  background: #d07f58;
}

.condition-box .condition-label {
  position: absolute;
  display: block;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  left: 0;
  top: 5px;
}

.condition-box .condition-label i {
  float: left;
  width: 30px;
  padding: 0 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background: linear-gradient(45deg, #093f8e, #3e78dd);
  border-radius: 9px 9px 9px 0;
  margin-right: 10px;
}

.condition-box .condition-cnt {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  padding: 10px 0 15px;
}

.condition-box .condition-cnt:last-child {
  margin-bottom: 0 !important;
}

.condition-box .condition-cnt .zhuyi {
  font-weight: bold;
  color: #d07f58;
  margin-bottom: 15px;
}

.condition-box .condition-cnt .zx-btn {
  margin-top: 15px;
  text-align: center;
}

.condition-box .condition-cnt .zx-btn a {
  display: inline-block;
  width: 207px;
  font-size: 16px;
  line-height: 26px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  background: #c56e44;
  background: linear-gradient(-90deg, #d07f58, #ffb591);
  border-radius: 36px;
}

.condition-box .condition-cnt .zx-btn a:hover {
  background: #c56e44;
}

.condition-box .condition-cnt .zx-btn a i {
  padding: 0 10px;
  margin-right: 5px;
  background: url(../images/zx-btn-icon.png) no-repeat center center;
}

.school-list-box {
  margin: -1.5% -1%  23px;
}

.school-list-box dl {
  float: left;
  width: 23%;
  margin: 1.5% 1% 0;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.school-list-box dl:hover {
  border-color: #fff;
  box-shadow: 0 5px 10px rgba(9, 63, 142, 0.2);
}

.school-list-box dl dt {
  position: relative;
  padding: 14px 14px 7px;
}

.school-list-box dl dt p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  font-weight: normal;
}

.school-list-box dl dt p span {
  color: #333;
}

.school-list-box dl dd {
  position: relative;
  height: 40px;
  overflow: hidden;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.school-list-box .school-name {
  display: block;
  font-size: 16px;
  min-height: 40px;
  color: #333;
  font-weight: bold;
  padding-left: 50px;
  margin-bottom: 3px;
}

.school-list-box .school-name:hover {
  color: #d07f58;
}

.school-list-box .school-img {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 14px;
  top: 14px;
}

.list-item-cost {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 34px;
  background: #fff;
}

.list-item-cost p {
  font-size: 14px;
  height: 40px;
  color: #333;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  padding: 3px 5px 3px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.list-item-cost p::before {
  display: block;
  content: '';
  position: absolute;
  width: 38px;
  height: 100%;
  background: url(../images/price-bg.png) no-repeat center center;
  background-size: auto;
  background-size: 100% 100%;
  right: -34px;
  bottom: 0;
}

.list-item-cost p em {
  font-size: 18px;
  color: #d07f58;
  font-weight: bold;
}

.look-rules {
  float: right;
  font-size: 14px;
  color: #093f8e;
  padding-right: 13px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.look-rules:hover {
  color: #d07f58;
}

.news-list ul {
  margin: -10px -4% 25px;
  overflow: hidden;
}

.news-list ul li {
  float: left;
  width: 42%;
  margin: 13px 4% 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}

.news-list ul li a {
  float: left;
  color: #333;
  width: 80%;
  width: calc(96% - 50px);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 12px;
  background: url(../images/li-bg.jpg) no-repeat left top 7px;
}

.news-list ul li a:hover {
  color: #d07f58;
  background: url(../images/li-bg2.jpg) no-repeat left top 7px;
}

.news-list ul li span {
  float: right;
  width: 50px;
  color: #999;
}

.news-list ul li:hover span {
  color: #d07f58;
}

.main02 {
  background: url(../images/main02-bg.jpg) no-repeat top center;
  background-size: cover;
}

.about-us {
  position: relative;
  padding: 10px;
  background: #e4e9f1;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.about-us .wx-box-bg {
  position: absolute;
  width: 243px;
  height: 100%;
  padding: 20px 20px 20px 97px;
  background: url(../images/wx-box-bg.png) no-repeat center center;
  background-size: cover;
  right: 0;
  top: 0;
}

.about-us .about-us-main {
  padding: 30px 0;
  background: #fff url(../images/about-us-main-bg.jpg) no-repeat center center;
  border-radius: 4px;
}

.about-us .wx-box {
  padding: 10px;
  background: #fff;
  border-radius: 6px;
}

.about-us p {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding-left: 40px;
  margin-top: 9px;
  margin-bottom: 21px;
}

.about-us p:last-child {
  margin-bottom: 0;
}

.about-us p em {
  position: absolute;
  display: block;
  width: 30px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-radius: 0 18px 18px 0;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, #093f8e, #3e78dd);
}

.main03 {
  background: url(../images/main03-bg.jpg) no-repeat center;
  background-size: cover;
}

/* faq start */
.main04 {
  background: url(../images/main04-bg.jpg) no-repeat center;
  background-size: cover;
}

.faq-main {
  padding: 0px 0 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.faq-main .faq-main-bg {
  background: url(../images/faq-main-bg.jpg) no-repeat center top 30px;
  background-size: 1px 100%;
}

.faq-main .more-btn {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

.faq-main .more-btn a {
  background: #d07f58;
  background: linear-gradient(-90deg, #d07f58, #ffb591);
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
  border-radius: 30px;
  min-width: 180px;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.faq-main .more-btn a:hover {
  background: #c56e44;
}

.faq dl {
  float: left;
  width: 48%;
  padding: 25px 20px 0;
  margin: 0 1%;
}

.faq dl dt {
  margin-bottom: 10px;
}

.faq dl dt a, .faq dl dt > div {
  display: block;
  line-height: 30px;
  color: #333;
  padding-left: 30px;
  background: url(../images/q-icon.png) no-repeat top 5px left;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.faq dl dt a:hover {
  color: #d07f58;
}

.faq dl dd {
  padding: 9px 12px;
  background: #f6f6f6;
  border-radius: 4px;
}

.faq dl dd p {
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #666;
}

.kfr-icon {
  padding: 0 10px;
  margin-left: 5px;
  background: url(../images/kfr-icon.png) no-repeat center center;
}

/* faq end */
.select-search {
  height: 34px;
  position: relative;
}

.schoolName-box, .school-option ul {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}

select[multiple], select[size] {
  width: 100%;
  max-height: 200px !important;
}

.school-option select {
  border: none !important;
}

.select-search button {
  height: 34px;
  line-height: 1.42857143;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
  background: url(../images/select-icon.png) no-repeat center right 5px;
}

.select-search .school-option {
  position: absolute;
  background-color: #fff;
  width: 200px;
  top: 32px;
  left: 0;
  padding: 0 15px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.select-search .school-option.hidden {
  display: none;
}

.select-search .school-option input {
  margin: 10px auto 5px;
  height: 30px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  width: 100%;
  /* width: 82%; */
}

.select-search .school-option li {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  cursor: pointer;
}

.school-option select option {
  padding: 8px 12px;
  line-height: 30px;
  border: none !important;
}

.control-label, .form-group-main {
  float: left;
}

.control-label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  width: 97px;
  padding-left: 27px;
  line-height: 30px\9;
  margin-bottom: 0\9;
  color: #666;
  z-index: 0;
}

.form-group-main {
  position: relative;
  width: 90%;
  width: calc(100% - 97px);
}

/* main10 start */
.main10 {
  background: url(../images/main05-bg.jpg) no-repeat top center;
}

.control-label, .form-group-main {
  float: left;
}

.control-label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  width: 97px;
  padding-left: 27px;
  line-height: 30px\9;
  margin-bottom: 0\9;
  color: #666;
  z-index: 0;
}

.form-group-main {
  position: relative;
  width: 90%;
  width: calc(100% - 97px);
}

.school-form {
  position: relative;
  background: none;
  z-index: 1;
}

.school-form .form-main {
  padding: 40px 100px 25px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  background: url(../images/form-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  border-radius: 300px;
  z-index: 0;
}

.school-form::after, .school-form::before {
  position: absolute;
  display: block;
  content: '';
  z-index: -1;
}

.school-form::after {
  width: 100%;
  height: 127px;
  background: url(../images/form-bg1.png) no-repeat left top;
  left: 0;
  top: -38px;
}

.school-form::before {
  width: 170px;
  height: 170px;
  background: url(../images/form-bg2.png) no-repeat left top;
  bottom: -52px;
  right: 0;
}

.main10 .sub-tit {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.main10 .sub-tit span {
  color: #f0d4a6;
}

.main10 .form-group {
  width: 30.333%;
  margin: 0 1.5% 15px;
  float: left;
  background: #fff;
  border-radius: 4px;
}

.main10 .textarea-group {
  width: 97% !important;
}

.main10 .textarea-group textarea, .main10 .textarea-group .form-group-main {
  width: 100% !important;
}

.main10 .textarea-group textarea {
  padding: 7px 12px;
  border: none !important;
  height: 65px;
}

.main10 .submit-group {
  width: 100% !important;
  text-align: center;
}

.main10 .submit-group .btn-default {
  width: 200px;
  font-size: 16px;
  line-height: 22px;
  background: #d07f58;
  color: #fff;
  font-weight: bold;
  border: none !important;
  border-radius: 22px;
}

.sub-tit span {
  position: relative;
}

.sub-tit span:after, .sub-tit span:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 53px;
  height: 100%;
}

.sub-tit span:after {
  left: -83px;
  background: url(../images/form-tit-l.png) no-repeat right top 20px;
}

.sub-tit span:before {
  right: -83px;
  background: url(../images/form-tit-r.png) no-repeat left top 20px;
}

.main10 .submit-group, .form-control {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #999;
}

.control-label em {
  position: absolute;
  color: #ae2a2a;
  z-index: 0;
  left: 5px;
}

.input-group-addon {
  /* display: none !important; */
  border: none !important;
  border-radius: 0 !important;
}

.school-form .sex-bg {
  background: url(../images/form-icon.png) no-repeat -5px 10px;
}

.school-form .custom-bg {
  background: url(../images/form-icon.png) no-repeat -5px -47px;
}

.school-form .phone-bg {
  background: url(../images/form-icon.png) no-repeat -5px -103px;
}

.school-form .yixiang-bg {
  background: url(../images/form-icon.png) no-repeat -5px -162px;
}

.school-form .grade-bg {
  background: url(../images/form-icon.png) no-repeat -5px -219px;
}

.school-form .birthday-bg {
  background: url(../images/form-icon.png) no-repeat -5px -276px;
}

.school-form .peo-img {
  position: absolute;
  width: 100%;
  height: 110px;
  left: -98px;
  top: -101px;
  background: url(../images/peo-img.png) no-repeat bottom right;
}

/* form public start */
.form-group .layui-bg-value, .form-group .layui-bg-value {
  position: absolute;
  left: 0;
  height: 32px;
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 30px;
  padding: 2px 12px;
  cursor: text;
  z-index: 0;
}

.form-group .bg-value-left {
  left: 3%;
}

.form-group .layui-bg-value em {
  color: #ae2a2a;
  margin-right: 3px;
}

/* form public end */
/* main10 end */
/* link start */
.link-box {
  background: #fff;
}

.link {
  padding-top: 2%;
}

.link .link-title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 auto 25px;
  position: relative;
  padding-left: 20px;
}

.link .link-title::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  background: #373c77;
  width: 6px;
  height: 26px;
  border-radius: 0 3px 3px 0;
}

.link .module-title {
  margin-bottom: 20px;
}

.link a {
  padding: 0 10px 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
}

.link a:hover {
  color: #b49277;
}

/* link end */
@media only screen and (max-width: 1024px) {
  .module-title h2 {
    font-size: 38px;
  }
  .module-title {
    padding-top: 25px;
  }
  .module-title p {
    margin-top: 2%;
  }
  .tabNav-main {
    top: -60px;
  }
  .tabNav-main ul {
    padding: 0 20px;
  }
  .tabNav-main ul li {
    height: auto;
    margin: 2.5% 0;
    padding: 0 1%;
  }
  .tabNav-main ul li::after {
    top: 0;
  }
  .module {
    padding: 3% 0;
  }
  .module-title, .flow {
    margin-bottom: 3%;
  }
  .sub-tit {
    margin-bottom: 5%;
  }
  .module-title > span, .module-title .tit-bg {
    font-size: 30px;
  }
  .school-list-box dl {
    width: 31.333%;
  }
  .main10 .form-group {
    width: 97%;
  }
  .main10 form {
    max-width: 750px;
    margin: 0 auto;
  }
  .school-form .form-main {
    border-radius: 3px;
  }
}

@media only screen and (max-width: 768px) {
  .module-title h2 {
    font-size: 30px;
  }
  .banner-tel-cnt {
    border: none;
  }
  .breadcrumb-bg {
    width: 100%;
  }
  .banner-bg img {
    display: block !important;
    max-width: 110%;
    margin: 0 -5%;
  }
  .breadcrumb, .breadcrumb a {
    color: #333;
  }
  .tabNav-main ul li a::after, .tabNav-main ul li::after {
    display: none !important;
  }
  .tabNav-box {
    margin: 0;
    background-size: cover !important;
  }
  .tabNav-main {
    border-radius: 5px;
  }
  .tabNav-main ul {
    padding: 1% 2%;
  }
  .tabNav-main ul li {
    width: 31.333%;
    margin: 1%;
  }
  .tabNav-main ul li a {
    display: block;
    width: 100%;
    padding: 4px 10px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    color: #222;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #999999;
  }
  .main01 {
    padding-bottom: 4%;
  }
  .module {
    padding: 4% 0;
  }
  .module-title h2::after, .module-title h2::before {
    display: none !important;
  }
  .main01-main {
    padding: 3%;
  }
  .main01-box {
    margin-bottom: 5%;
  }
  .faq-main .more-btn {
    margin-top: 2%;
  }
  .condition-text {
    padding: 3%;
    background: #fff;
  }
  .condition-text span {
    display: inline;
  }
  .condition-box dt,
  .condition-box dd, .condition-box .dl2 dt {
    width: 100%;
    padding: 3% !important;
  }
  .condition-box dt span {
    margin-left: 10px;
  }
  .condition-box dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px !important;
    background: #093f8e;
    margin-right: 0 !important;
  }
  .condition-box dt img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
  }
  .condition-box dd {
    height: auto !important;
    border-radius: 0 !important;
  }
  .condition-box .condition-list ul li {
    width: 31.333%;
    font-size: 14px;
    margin: 1%;
  }
  .condition-box .condition-label {
    position: static;
    float: left;
    padding: 5px 0;
  }
  .condition-box .condition-list {
    padding-left: 0;
  }
  .school-list-box dl {
    width: 48%;
    position: relative;
    z-index: 1;
  }
  .school-list-box .school-name {
    min-height: auto;
  }
  .look-rules span, .list-item-cost p::before {
    display: none;
  }
  .school-list-box dl dd, .list-item-cost {
    position: static;
    height: 0px;
    box-shadow: none;
  }
  .look-rules {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .list-item-cost p {
    width: 100%;
    height: 42px;
    text-align: right;
    padding-right: 20px;
    background: none;
    box-shadow: none;
  }
  .school-list-box dl dt p {
    padding-left: 50px;
  }
  .school-list-box .school-img {
    top: 50%;
    margin-top: -20px;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
  }
  .select-search button, .select-search .school-option input {
    display: none;
  }
  .select-search .school-option {
    width: 100%;
    display: block !important;
    position: static;
    padding: 0;
    height: auto;
    box-shadow: none;
    border: none;
  }
  .schoolName-box {
    height: auto;
  }
  .school-option select {
    height: 34px;
    line-height: 34px;
  }
  .school-form .form-main {
    padding: 5% 3% 3%;
    border-radius: 3px;
  }
  .school-form::after, .school-form::before, .main03 .main03-box::before {
    display: none;
  }
  select, select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    color: #999 !important;
    padding-left: 12px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: #fff url(../images/select-icon.png) no-repeat right 5px center !important;
    border-radius: 0 !important;
  }
  .form-main .select-search .school-option {
    border-radius: 0;
  }
  select[disabled] {
    background-color: #eee !important;
  }
  .school-form .peo-img {
    display: none;
  }
  .submit-group a {
    display: block;
    width: 100%;
    line-height: 30px;
  }
  .faq-main .faq-main-bg {
    background: none;
  }
  .faq dl {
    width: 98%;
    padding: 2%;
  }
  .faq dl dt {
    margin-bottom: 5px;
  }
  .about-us .about-us-main {
    background-size: cover;
    padding-right: 127px;
  }
  .about-us .wx-box-bg {
    position: absolute;
    width: 107px;
    height: 147px;
    padding: 20px 0;
    margin: 0 auto;
    background: none;
    right: 10px;
  }
}

@media only screen and (max-width: 680px) {
  .tabNav-main {
    top: -30px;
  }
  .tabNav-main ul li a, .school-tel span, .school-tel span b {
    font-size: 14px;
  }
  .tabNav-main ul li {
    width: 48%;
  }
  .main01-box .main01-tit {
    display: flex;
    justify-content: center;
    width: 100%;
    background: #093f8e;
    height: 40px;
  }
  .main01-box .main01-tit p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
  }
  .main01-box .main01-text {
    width: 100%;
    padding: 3% 5%;
    border-radius: 0;
  }
  .school-list-box dl {
    width: 98%;
  }
  .about-us .wx-box-bg {
    position: static;
    height: auto;
    padding: 0;
  }
  .about-us .wx-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .about-us .about-us-main {
    padding-right: 2%;
  }
  .main10 .form-group {
    width: 97%;
  }
}

@media only screen and (max-width: 425px) {
  .tabNav-main {
    top: -20px;
  }
  .tabNav-main ul li {
    width: 48%;
    padding: 0;
  }
  .module {
    padding: 6% 0;
  }
  .banner-tel {
    font-size: 14px;
    bottom: 20%;
  }
  .module-title > span {
    font-size: 26px;
  }
  .module-title > span::before {
    background-size: 30px;
  }
  .module-title > span::after {
    background-size: 24px;
  }
  .tabNav-main ul li a {
    font-size: 12px !important;
    padding: 5px 0;
  }
  .main01-box {
    margin-bottom: 8%;
  }
  .module-title, .flow {
    margin-bottom: 5%;
  }
  .condition-box .condition-list ul li {
    width: 48%;
  }
  .news-list ul {
    margin: -10px 0 25px;
  }
  .news-list ul li {
    width: 98%;
    margin: 13px 1% 0;
  }
  .school-list-box dl {
    width: 98%;
    margin: 3% 1%;
  }
  .school-form .form-group {
    width: 96%;
  }
  .school-form .form-main {
    padding: 5%;
  }
  .main01-main .sub-tit {
    font-size: 20px;
  }
  .main01-main .sub-tit .more {
    width: 70px;
    font-size: 12px;
  }
}
