body, .breadcrumb-bg, .breadcrumb, .breadcrumb a {
  background: #fff;
}

.breadcrumb-bg {
  padding: 10px 0;
}

.breadcrumb, .breadcrumb a {
  line-height: 20px;
}

.banner-box {
  width: 100%;
  background: url(../images/banner-bg.jpg) no-repeat center top;
}

.banner-box > h1 {
  position: absolute;
  left: -99999px;
  z-index: -99999;
}

.main-color {
  color: #4d4585;
}

.concept {
  max-height: 164px;
  padding: 30px;
  border-radius: 10px;
  background: #fff url(../images/concept-bg.jpg) no-repeat right 30px bottom 30px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px !important;
}

.concept p {
  font-size: 16px;
  line-height: 36px;
  color: #1d1939;
}

.dy-span {
  padding: 7px 12px 0 10px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #1d1939;
  position: relative;
  background: url(../images/dy-bg.jpg) no-repeat right 10px bottom;
}

.dy-span::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  border-top: 2px solid #4d4585;
  border-left: 2px solid #4d4585;
}

.module {
  padding: 50px 0;
}

.module-title {
  position: relative;
  padding-top: 40px;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
}

.module-title span, .vice-color, .module-item dt span:hover, .news li a:hover {
  color: #df6648 !important;
}

.underline {
  text-decoration: underline;
}

.module-title em {
  position: absolute;
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  background: url(../images/tit-bg.png) no-repeat center;
}

.module-title em.tit-bg1 {
  background-position-y: 0;
}

.module-title em.tit-bg2 {
  background-position-y: -124px;
}

.module-title em.tit-bg3 {
  background-position-y: -245px;
}

.module-title em.tit-bg4 {
  background-position-y: -365px;
}

.module-title em.tit-bg5 {
  background-position-y: -490px;
}

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

.module-description {
  padding: 30px 30px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #1d1939;
  background: #f0f1f8;
}

.module-description > b {
  font-size: 20px;
}

.module-description .small-tit {
  /* float: left; */
  color: #4d4585;
  font-weight: bold;
}

.module-description .small-tit em {
  float: left;
  width: 16px;
  height: 16px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  /* padding:0 5px; */
  margin: 8px 5px 8px 0;
  border-radius: 33px;
  color: #fff;
  background: #4d4585;
}

.item-bd span {
  float: left;
  max-width: 860px;
}

.module-list-tit {
  font-size: 20px;
  line-height: 36px;
}

.module-list-tit span {
  font-weight: bold;
  padding-left: 25px;
  background: url(../images/hot-bg.png) no-repeat center left;
}

.module-list-tit a {
  float: right;
  font-size: 14px;
  color: #aaa;
}

.module-item {
  float: left;
  width: 23%;
  margin: 1%;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
}

.module-item:hover {
  border-color: #f2f2f4;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.2);
}

.module-item dt img, .module-item dt span {
  float: left;
}

.module-item dt {
  margin-bottom: 15px;
}

.module-item dt img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.module-item dt span {
  width: 74%;
  width: calc(100% - 70px);
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  margin-top: 6px;
  overflow: hidden;
  color: #1d1939;
}

.module-item dd {
  color: #666;
}

.module-item dd > div {
  padding-bottom: 15px;
}

.module-item dd .item-pice {
  padding-top: 20px;
  padding-bottom: 0 !important;
  border-top: 1px dashed #ddd;
}

.module-item dd b {
  font-weight: normal;
}

.module-item dd .money {
  font-size: 22px;
  font-weight: bold;
  color: #df6648;
}

.module-item dd .item-pice {
  line-height: 22px;
}

.module-item-btn {
  float: right;
}

.module-item dd a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  width: 80px;
  text-align: center;
  color: #df6648;
  border: 1px solid #df6648;
  border-radius: 22px;
}

.module-item dd a:hover {
  background: #df6648;
  color: #fff;
}

.tag {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 1px 10px;
  margin-left: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

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

.tag-color1 {
  background-color: #8078ba;
}

.tag-color2 {
  background-color: #e79393;
}

.tag-color3 {
  background-color: #e16a62;
}

/*  main-1 start */
.main-1 .module-description {
  background: #f0f1f8 url(../images/main01-description-bg.png) no-repeat center right;
}

/*  main-1 end */
/*  main-2 */
.main-2 .module-title p {
  margin-bottom: 15px;
}

.main-2 {
  background: #eeeff7 url(../images/main2-bg.jpg) no-repeat center bottom;
}

.main-2 .module-description {
  position: relative;
  padding-left: 90px;
}

.main-2 .tit-icon {
  position: absolute;
  left: 20px;
  top: 0;
  width: 50px;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  background: #4d4585;
  text-align: center;
  border-radius: 0 0 50px 50px;
}

.main-2 .item-bd span {
  max-width: 805px;
}

.main-2 .sub-main1 .module-description {
  background: #f0f1f8 url(../images/main02-description-bg.png) no-repeat center right;
}

.main-2 .sub-main2 .module-description {
  background: #f0f1f8 url(../images/main02-description-bg2.png) no-repeat center right;
}

.sub-main1 {
  margin-bottom: 4%;
}

/*  main-2 end */
/*  main-3 */
.main-3 .module-description {
  background: #f0f1f8 url(../images/main03-description-bg.png) no-repeat center right;
}

/*  main-3 end */
/*  main-4 */
.main-4 {
  background: #eeeff7 url(../images/main4-bg.jpg) no-repeat center bottom;
}

.main-4 .module-description {
  background: #f0f1f8 url(../images/main04-description-bg.png) no-repeat center right;
}

/*  main-4 end */
/* main-5 start */
.main-5 .module-main {
  box-shadow: none !important;
  padding: 0 !important;
  margin-bottom: 30px;
}

.news li {
  float: left;
  width: 48%;
  margin: 0 1%;
  line-height: 36px;
  padding-left: 15px;
  background: url(../images/li-bg.jpg) no-repeat center left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news li a {
  font-size: 16px;
  color: #444;
}

.end-box {
  background: #f0f1f8 url(../images/end-bg.png) no-repeat center right;
  border-radius: 6px;
  overflow: hidden;
}

.end-box span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 0;
  color: #1d1939;
}

.end-box .end-tit {
  font-size: 22px;
  font-weight: bold;
  padding: 20px 40px 20px 20px;
  background: url(../images/zj.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
}

/* main-5 end */
.control-label, .form-group-main {
  float: left;
}

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

.school-form .control-label {
  position: relative;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  width: 76px;
  text-align: right;
  padding-top: 7px;
  line-height: 30px\9;
  margin-bottom: 0\9;
  z-index: 0;
}

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

.school-form2 {
  position: relative;
  padding: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  background: linear-gradient(#4d4585, #4d4585);
  background-size: 100% 100%;
  border-radius: 20px;
}

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

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

.school-form2 .form-moudle .textarea-group, .school-form2 .zzy-school-form .textarea-group {
  width: 95%;
}

.school-form2 .sub-tit2 {
  position: absolute;
  width: 100%;
  height: 40px;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.school-form2 .sub-tit2 span {
  display: inline-block;
  padding: 0 60px 16px;
  background: url(../images/form-tit-bg2.png) no-repeat top center;
  background-size: 100% 40px;
}

.school-form2 .form-main {
  padding: 67px 15px 10px;
  border-radius: 16px;
  background: #fff;
}

.school-form2 .submit-group {
  width: 100% !important;
  text-align: center;
  background: none !important;
}

.school-form2 .submit-group .btn-default {
  display: inline-block;
  width: 200px;
  font-size: 16px;
  line-height: 32px;
  background: #df6648;
  color: #fff;
  border: none !important;
  border-radius: 32px;
  padding: 0;
}

.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: 28px;
  padding: 4px 12px;
  cursor: text;
  z-index: 0;
  margin-bottom: 0;
}

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

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

.form-control {
  height: 32px;
}

.form-control[readonly] {
  background: none !important;
}

.form-horizontal .control-label {
  padding-top: 7px;
}

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

.control-label em {
  font-size: 20px;
  position: absolute;
  color: #d85050;
  z-index: 0;
  left: 5px;
}

.select-search {
  height: 32px;
  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 .school-option.hidden {
  display: none;
}

.select-search button {
  height: 32px;
  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 input {
  margin: 10px auto 5px;
  height: 32px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  width: 100%;
}

.select-search .school-option {
  position: absolute;
  background-color: #fff;
  width: 100%;
  min-width: 200px;
  top: 32px;
  right: 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 li {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  cursor: pointer;
}

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

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

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

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

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

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

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

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

.xueli-bg {
  background: url(../images/form-icon.png) no-repeat 0 -377px;
}

.items-bg {
  background: url(../images/form-icon.png) no-repeat 0 -327px;
}

.form-moudle {
  padding-bottom: 3%;
  background: #fff;
}

.form-moudle .form-group, .zzy-school-form .form-group {
  width: 23%;
  margin: 0 1% 10px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 6px;
}

.form-moudle .p0 .control-label, .zzy-school-form .p0 .control-label {
  padding-left: 5px;
  width: 70px;
}

.form-moudle .p0 .form-group-main, .zzy-school-form .p0 .form-group-main {
  width: calc(100% - 70px);
}

.form-moudle .textarea-group, .zzy-school-form .textarea-group {
  width: 95% !important;
}

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

.form-moudle .textarea-group textarea, .zzy-school-form .textarea-group textarea {
  padding: 7px 12px;
  border: none !important;
  height: 62px;
  background: none;
}

.form-group-row3 form {
  max-width: 1050px;
  margin: 0 auto;
}

.form-group-row3 .form-group {
  width: 28.333%;
  margin: 0 2.5% 20px;
  background: #ebebeb;
}

.no-icon .control-label {
  padding-left: 10px;
  width: 76px;
  background: #fff;
}

.no-icon .form-group-main {
  width: calc(100% - 76px);
}

.no-icon .textarea-group {
  width: 97.5% !important;
}

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

.no-icon .textarea-group textarea {
  padding: 7px 12px;
  border: none !important;
  height: 66px;
}

.form-group-row5 .form-group {
  width: 18.5%;
  margin: 0 .75% 10px;
  float: left;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

.form-group-row5 .textarea-group {
  width: 98.5% !important;
}

.main11 {
  padding: 30px 0;
  background: #f5f5f5;
  overflow: hidden;
}

.case-tit h2 {
  float: left;
  position: relative;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #333;
  padding-left: 15px;
}

.case-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  background: #4d4585;
  width: 5px;
  height: 20px;
  border-radius: 0 3px 3px 0;
}

.case-tit .more {
  float: right;
  width: 102px;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #df6648;
  border-radius: 30px;
  border: 1px solid #df6648;
}

.case-tit .more:hover {
  color: #fff;
  background: #df6648;
}

.picScroll {
  position: relative;
  width: 1150px;
  margin: 0 auto;
  /* margin-left: -10px */
  z-index: 0;
}

.picScroll li {
  float: left;
}

.picScroll li a {
  display: block;
  margin: 0 7px;
  border-radius: 4px;
  overflow: hidden;
}

.picScroll li a img {
  width: 100%;
}

.picScroll li a:hover p {
  color: #df6648;
}

.picScroll-list {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px 10px 13px;
  background: #fff;
}

.picScroll-list p {
  height: 40px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #333;
}

.picScroll-list img {
  border-radius: 4px;
}

.picScroll > a {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  width: 26px;
  height: 76px;
  border-radius: 6px;
  overflow: hidden;
}

.picScroll .prev {
  left: -27px;
  background: #fff url(../images/picscroll-prev.png) no-repeat center center;
}

.picScroll .next {
  right: -27px;
  background: #fff url(../images/picscroll-next.png) no-repeat center center;
}

.picScroll .prev:hover {
  background: #df6648 url(../images/picscroll-prev2.png) no-repeat center center;
}

.picScroll .next:hover {
  background: #df6648 url(../images/picscroll-next2.png) no-repeat center center;
}

@media only screen and (max-width: 1200px) {
  .banner-box {
    background: #392f74;
  }
  .container, .concept {
    width: 98%;
    margin: 0 1%;
  }
  .banner.container {
    width: 100%;
    margin: 0;
  }
  .picScroll {
    width: 96%;
    margin: 0 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .concept {
    max-height: none;
    padding: 3%;
  }
  .concept p {
    font-size: 15px;
    line-height: 30px;
  }
  .module {
    padding: 5% 0;
  }
  .module-item {
    width: 31.333%;
  }
  .end-box span {
    font-size: 14px;
  }
  .end-box .end-tit {
    font-size: 18px;
    padding: 20px 30px 20px 15px;
  }
  .picScroll {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .picScroll .prev {
    left: -30px;
  }
  .picScroll .next {
    right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .module-main, .module-description {
    padding: 3%;
  }
  .module-title {
    width: 98%;
    font-size: 24px;
    line-height: 1.4;
    padding-top: 4%;
    margin: 0 1% 4%;
  }
  .concept {
    margin-top: 5%;
    background: #fff;
  }
  /* .concept p{
        display: inline;
    } */
  .main-2 .tit-icon {
    font-size: 18px;
    left: 0;
    width: 40px;
  }
  .module-description > b, .module-list-tit {
    font-size: 18px;
  }
  .main-2 .module-description {
    padding-left: 50px;
  }
  .module-item {
    width: 48%;
  }
  .end-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-group-row3 .form-group, select[disabled] {
    background-color: #fff !important;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 46%;
    margin: 0 2% 15px;
  }
  .school-form2 .sub-tit2 {
    left: 0;
    background: #4d4585;
  }
  .school-form2 .control-label {
    padding-left: 35px;
  }
  .school-form2 .sub-tit2 span {
    width: 100%;
    font-size: 22px;
    padding: 0;
    background: #4d4585;
  }
  .select-search button, .select-search .school-option input {
    display: none;
  }
  .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0;
    height: auto;
    box-shadow: none;
    border: none;
    min-width: auto;
  }
  .schoolName-box {
    height: auto;
  }
  .school-option select {
    height: 32px;
    line-height: 32px;
  }
  select, select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    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: 4px !important;
  }
  .form-main .select-search .school-option {
    border-radius: 4px;
  }
}

@media only screen and (max-width: 425px) {
  .module-title {
    font-size: 28px;
  }
  .dy-span::after {
    display: none;
  }
  .module-item {
    padding: 2%;
  }
  .module-item dd .item-pice, .module-item-btn {
    padding-top: 5%;
  }
  .module-item dt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .module-item dt span {
    width: 100%;
  }
  .module-item-btn {
    width: 100%;
    text-align: center;
  }
  .news li {
    width: 98%;
  }
  .module-description > b, .module-description > p, .module-description > div {
    display: inline-block;
    margin-bottom: 2%;
  }
  .submit-group a {
    display: block;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 96%;
  }
}
