@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}

/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset, img {
  border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/
dl, ul, ol, menu, li {
  list-style: none;
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */
input, select, textarea, button {
  vertical-align: middle;
  border: none;
  outline: none;
}

/* 重置表单控件垂直居中*/
input:focus, select:focus, textarea:focus, button:focus {
  border: none;
  outline: none;
  background-image: none;
}

/* 重置表单控件选中样式*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

/* 重置表单button按钮效果 */
th, td, input, select, textarea, button {
  font-size: 12px;
  font-family: "Microsoft YaHei",'\5FAE \8F6F \96C5\91';
  color: #444;
}

/* 重置页面文字属性 */
a {
  color: #666;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none !important;
}

/* 重置链接a标签 */
a:active, a:hover {
  text-decoration: none;
}

/* 重置链接a标签的鼠标滑动效果 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto;
}

/* 重置table属性 */
iframe {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

em {
  font-style: normal;
}

input:focus, select:focus, textarea:focus, button:focus {
  border: 1px solid #dedede;
  outline: none;
  background-image: none;
}

a:focus, a:hover, .card-cnt > a:hover, .news .review-main ul li a:hover, .module-title .more:hover {
  color: #e58a26;
}

.container {
  width: 1200px;
  padding: 0;
}

.head .navbar {
  overflow: initial;
}

.breadcrumb-bg {
  background: #fff !important;
  padding: 0 !important;
}

.position-h {
  position: absolute;
  z-index: -9999999;
  left: -9999999999px;
}

.breadcrumb, .breadcrumb a {
  font-size: 12px;
  line-height: 40px;
  color: #9fa9b3;
  background: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.breadcrumb a:hover, .activty-title a.more:hover, .news-item-title a.more:hover {
  color: #e58a26;
}

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

.banner .banner-main {
  width: 1200px;
  margin: 0 auto;
}

.moudle {
  padding: 60px 0;
}

.moudle-title {
  text-align: center;
  line-height: 1;
  margin-bottom: 40px;
}

.moudle-title h2 {
  font-size: 46px;
  font-weight: bold;
  color: #333;
  padding-top: 20px;
  margin-bottom: 12px;
  background: url(../images/tit-bg.png) no-repeat top center;
}

.moudle-title h2 span {
  color: #2341a0;
}

.moudle-title .sub-text {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 10px 40px;
  color: #891f2c;
  background: #f1e3e5;
  border-radius: 40px;
  margin-top: 7px;
}

.moudle-title .sub-text::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f1e3e5;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}

.moudle-title .line {
  display: inline-block;
  width: 68px;
  height: 4px;
  border-radius: 2px;
  background: #2341a0;
}

.tabNav-box {
  height: 60px;
  background: #fff;
}

.tabNav-main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.tabNav-main ul {
  position: absolute;
  width: 100%;
  height: 96px;
  border-radius: 96px;
  left: 0;
  top: -50px;
  background: url(../images/nav-bg.jpg) no-repeat center center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.tabNav-main ul li {
  float: left;
  width: 25%;
  text-align: center;
  border-right: 2px solid #e9e9e8;
}

.tabNav-main ul li:last-child {
  border: none;
}

.tabNav-main ul li p {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  text-align: left;
  padding: 3px 0;
}

.tabNav-main ul li .p1 {
  font-size: 22px;
  font-weight: bold;
  color: #2341a0;
}

.tabNav-main ul .li1 .nav-txt {
  background: url(../images/nav-icon1.png) no-repeat left center;
}

.tabNav-main ul .li2 .nav-txt {
  background: url(../images/nav-icon2.png) no-repeat left center;
}

.tabNav-main ul .li3 .nav-txt {
  background: url(../images/nav-icon3.png) no-repeat left center;
}

.tabNav-main ul .li4 .nav-txt {
  background: url(../images/nav-icon4.png) no-repeat left center;
}

.tabNav-main .nav-txt {
  display: inline-block;
  padding-left: 80px;
}

.main02 {
  padding-top: 67px;
  background: #fff url(../images/main01-bg.jpg) no-repeat bottom center;
}

.adv-box dl {
  float: left;
  width: 18%;
  margin: 0 1%;
  background: #fff;
  border-radius: 112px;
  overflow: hidden;
  border: 3px solid #d4aeb3;
  padding: 27px 20px 60px;
  text-align: center;
}

.adv-box dl .adv-tit {
  font-size: 20px;
  line-height: 1;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.adv-box dl p {
  font-size: 16px;
  line-height: 30px;
}

.adv-box dl dt {
  margin-bottom: 20px;
}

.adv-box .dl1 {
  background: url(../images/adv-dl-bg1.png) no-repeat bottom center;
}

.adv-box .dl2 {
  margin-top: 100px;
  border-color: #b0bbdd;
}

.adv-box .dl2 {
  background: url(../images/adv-dl-bg2.png) no-repeat bottom center;
}

.adv-box .dl4 {
  margin-top: 100px;
  border-color: #b0bbdd;
}

.adv-box .dl3 {
  background: url(../images/adv-dl-bg3.png) no-repeat bottom center;
}

.adv-box .dl6 {
  margin-top: 100px;
  border-color: #b0bbdd;
}

.adv-box .dl4 {
  background: url(../images/adv-dl-bg4.png) no-repeat bottom center;
}

.adv-box .dl8 {
  margin-top: 100px;
  border-color: #b0bbdd;
}

.adv-box .dl5 {
  background: url(../images/adv-dl-bg5.png) no-repeat bottom center;
}

.adv-box .dl10 {
  margin-top: 100px;
  border-color: #b0bbdd;
}

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

.mark1 {
  position: absolute;
  width: 2px;
  height: 40px;
  top: -32px;
  left: 4px;
  background: #f8f8f9;
  z-index: 1;
}

.mark2 {
  position: absolute;
  width: 2px;
  height: 400%;
  top: 24px;
  left: 4px;
  background: #f8f8f9;
  z-index: 1;
}

.kc-box {
  border-radius: 6px;
  overflow: hidden;
}

.kc-bg {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px;
  background: #adbdec;
}

.kc-bg .kc-tit {
  position: absolute;
  left: 0;
  top: 30px;
  width: 204px;
  height: 48px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding-left: 30px;
  background: url(../images/kc-bg.png) no-repeat left bottom;
  z-index: 2;
}

.kc-bg .kc-tit i {
  padding-left: 30px;
}

.kc-bg .kc-tit1 i {
  background: url(../images/kc-icon1.png) no-repeat center;
}

.kc-bg .kc-tit2 i {
  background: url(../images/kc-icon2.png) no-repeat center;
}

.main04-text {
  position: relative;
  overflow: hidden;
  padding: 20px;
  background: #fff url(../images/main04-text-bg.png) no-repeat right top;
  border-radius: 6px;
}

.main04-text b {
  position: absolute;
  left: 18px;
  color: #2341a0;
}

.main04-text p {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #333;
  padding-left: 36px;
  padding-bottom: 15px;
  background: url(../images/circle-icon.png) no-repeat left top 8px;
  z-index: 1;
}

.main04-text .mark1, .main04-text .mark2 {
  background: #fff;
}

.main04-text:after {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 100%;
  top: 0;
  left: 24px;
  background: url(../images/main04-shadle.png) repeat-y top center;
}

.main01 {
  background: #fff;
}

.fit {
  position: relative;
  height: 510px;
  background: url(../images/fit-bg.png) no-repeat center bottom;
}

.fit li {
  position: absolute;
  width: 387px;
  height: 155px;
  padding: 20px 30px 30px;
}

.fit li .fit-tit {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

.fit li .fit-tit span {
  font-size: 32px;
  color: #891f2c;
  margin-right: 5px;
}

.fit li p {
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.fit .li1 {
  padding-bottom: 40px;
  left: 50%;
  margin-left: -193px;
}

.fit .li1 .fit-tit {
  text-align: center;
}

.fit .li2 {
  right: 60px;
  top: 145px;
}

.fit .li3 {
  right: 0;
  bottom: 35px;
}

.fit .li2, .fit .li3 {
  padding-left: 40px;
}

.fit .li5 {
  left: 60px;
  top: 145px;
}

.fit .li4 {
  left: 0;
  bottom: 35px;
}

.fit .li4, .fit .li5 {
  padding-right: 40px;
}

.fit .li1 {
  background: url(../images/fit-li-bg1.png) no-repeat center center;
  background-size: cover;
}

.fit .li2 {
  background: url(../images/fit-li-bg2.png) no-repeat center center;
  background-size: cover;
}

.fit .li3 {
  background: url(../images/fit-li-bg3.png) no-repeat center center;
  background-size: cover;
}

.fit .li4 {
  background: url(../images/fit-li-bg4.png) no-repeat center center;
  background-size: cover;
}

.fit .li5 {
  background: url(../images/fit-li-bg5.png) no-repeat center center;
  background-size: cover;
}

.fit2 {
  margin-bottom: 60px;
}

.fit2 dl {
  line-height: 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fit2 dl dt {
  float: left;
  width: 153px;
  margin-right: 20px;
  background: #2341a0;
  padding: 11px 0 11px 20px;
}

.fit2 dl dt span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 35px;
}

.fit2 dl dd {
  padding: 11px 0;
}

.fit2 dl dd p {
  font-size: 18px;
}

.fit2 dl dd p span {
  font-weight: bold;
  color: #891f2c;
}

.fit2 dl:last-child {
  border: none;
  margin-bottom: 0;
}

.fit2 .dl1 dt span {
  background: url(../images/fit2-icon1.png) no-repeat center left;
}

.fit2 .dl2 dt span {
  background: url(../images/fit2-icon2.png) no-repeat center left;
}

.fit2 .dl3 dt span {
  background: url(../images/fit2-icon3.png) no-repeat center left;
}

.fit2::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/fit2-bg.png) no-repeat top left;
  left: -10px;
  top: -26px;
}

.main03 {
  padding-bottom: 62px;
  background: #fff;
}

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

.tag-list .tag {
  white-space: nowrap;
}

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

.tag-color1 {
  background-color: #98b984;
}

.tag-color2 {
  background-color: #6f90c6;
}

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

.tag-color4 {
  background-color: #e59e77;
}

.tag-color5 {
  background-color: #cfa589;
}

.tag-color6 {
  background-color: #977cbb;
}

.tag-color7 {
  background-color: #3ca0bd;
}

.school-list-main {
  margin: -0.75% -0.75% 0;
}

.school-list-main .school-cnt {
  position: relative;
  color: #999;
  line-height: 24px;
  padding-left: 70px;
  height: auto;
}

.school-list-main .school-cnt b {
  position: absolute;
  display: block;
  width: 85px;
  font-size: 14px;
  color: #333;
  left: 0;
  font-weight: normal;
}

.school-list-main .school-cnt p {
  display: inline-block;
  margin-right: 5px;
}

.school-list-main .school-cnt p:last-child {
  margin-right: 0;
}

.school-list-main .school-cnt .price {
  font-size: 16px;
  color: #e48120;
  font-weight: bold;
}

.school-list-main .tag-btn {
  border-top: 1px dashed #ddd;
  padding-top: 12px;
  margin-top: 8px;
  text-align: center;
}

.school-list-main .tag-btn a {
  display: inline-block;
  min-width: 170px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 24px;
  color: #2341a0;
  text-align: center;
  border: 1px solid #2341a0;
}

.school-list-main .tag-btn a:hover {
  color: #fff;
  background: #2341a0;
}

.school-list-main .tag-list {
  position: relative;
  line-height: 24px;
  overflow: hidden;
  padding-left: 70px;
  margin-bottom: 4px;
}

.school-list-main .tag-list span {
  position: absolute;
  left: 0;
  width: 70px;
  font-size: 14px;
}

.school-list-main:last-child {
  margin-bottom: 0;
}

.school-list-main .fa-tit {
  height: 83px;
  padding-top: 28px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../images/fa-tit.png) no-repeat center center;
}

.school-list-main dl {
  float: left;
  width: 23.5%;
  margin: .75% 0.75%;
  padding: 13px 13px 10px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.school-list-main dl:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.school-list-main dl:hover dt, .school-list-main dl:hover dd {
  border-color: #fff;
}

.school-list-main dt {
  height: 107px;
  border-bottom: none;
  border-radius: 3px;
  overflow: hidden;
}

.school-list-main dd .school-logo {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 13px;
}

.school-list-main dd .school-logo a {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 5px;
  background-color: #fff;
  left: 10px;
  bottom: 0;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

.school-list-main dd .school-logo .address-icon {
  padding-left: 20px;
  background: url(../images/address-icon.png) no-repeat center;
}

.school-list-main dd p {
  font-size: 14px;
}

.school-list-main dd .school-logo p {
  text-align: right;
  color: #8d959d;
}

.school-list-main dd .school-name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 9px;
}

.school-list-main dd .school-name:hover, .school-list-main dd .school-cnt a, .school-list-main dd .school-name2:hover {
  color: #e58a26;
}

.school-list-main dd .school-name2 {
  display: block;
  padding: 14px 0 9px 14px;
  line-height: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background: url(../images/school-name2-bg.png) no-repeat left top 16px;
}

.school-list-main dd .school-text {
  font-size: 14px;
  color: #888;
  line-height: 22px;
}

.school-list-main .more-btn {
  text-align: center;
  margin-top: 10px;
}

.school-list-main .more-btn a {
  display: inline-block;
  width: 250px;
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
  padding: 10px;
  border-radius: 40px;
  background: #fff;
  color: #e58a26;
  border: 1px solid #e58a26;
  box-shadow: none;
}

.school-list-main .more-btn a i {
  padding-left: 16px;
  margin-left: 5px;
  background: url(../images/i-btn-icon1.png) no-repeat center center;
}

.school-list-main .more-btn a:hover {
  color: #fff;
  background: #e58a26;
}

.school-list-main .more-btn a:hover i {
  background: url(../images/i-btn-icon2.png) no-repeat center center;
}

.school-list-box {
  position: relative;
  border-top: 1px solid #9729c3;
  border-radius: 6px;
  overflow: hidden;
  padding: 65px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.school-list-box .list-box-tit {
  position: absolute;
  width: 100%;
  border-top: 1px solid #be46a0;
  height: 44px;
  margin-bottom: 20px;
  top: 0;
  left: 0;
  text-align: center;
}

.school-list-box .list-box-tit span {
  position: relative;
  width: 377px;
  height: 46px;
  display: inline-block;
  padding-top: 11px;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: -2px;
  background: url(../images/list-box-tit-bg.png) no-repeat top center;
}

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

.school-list-box .list-box-tit span::before {
  background: url(../images/list-box-tit-l.png) no-repeat right center;
  left: 40px;
}

.school-list-box .list-box-tit span::after {
  background: url(../images/list-box-tit-r.png) no-repeat left center;
  right: 40px;
}

.flow {
  background: #2341a0 url(../images/flow-title-bg.png) no-repeat center left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  margin-top: 30px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.flow .flow-title {
  float: left;
  width: 136px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #FFF;
  padding: 16px;
  text-align: center;
}

.flow ul {
  float: left;
  width: 92%;
  width: calc(100% - 136px);
  padding: 18px 3%;
  text-align: center;
  background-color: #fff;
}

.flow ul li {
  display: inline-block;
  font-size: 16px;
  text-align: left;
  margin: 0 4px;
  height: 35px;
}

.flow ul li dl dt {
  margin-right: 4px;
}

.flow ul li dl dt img {
  vertical-align: baseline !important;
}

.flow ul li dd, .flow ul li dt {
  display: inline-block;
}

.flow ul li a {
  font-size: 16px;
  line-height: 20px;
  color: #2341a0;
}

.flow ul li a:hover {
  color: #e58a26;
}

.flow ul li.li-bg {
  min-width: 139px;
  background: url(../images/flow-bg.png) no-repeat center center;
}

.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-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;
}

.main04 {
  padding: 90px 0 35px;
  background: url(../images/main04-bg.jpg) no-repeat center center;
  background-size: cover;
}

.main04 .container {
  position: relative;
}

.main04 .container .bm-icon {
  position: absolute;
  right: 44px;
  top: -93px;
  width: 66px;
  height: 81px;
  background: url(../images/bm-icon3.png) no-repeat top center;
}

.main04 .main04-tit {
  position: absolute;
  width: 100%;
  font-size: 30px;
  line-height: 30px;
  padding: 15px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: url(../images/form-tit-bg.png) no-repeat center top;
  left: 0;
  top: -100px;
}

.main04 .form-group {
  width: 17.5%;
  margin: 0 1.25% 15px;
  float: left;
  background: #fff;
  border-radius: 4px;
}

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

.main04 .submit-group .btn-default {
  width: 180px;
  font-size: 18px;
  line-height: 24px;
  background: #891f2c;
  color: #fff;
  border: none !important;
  border-radius: 22px;
}

.main04 .submit-group .btn-default i {
  padding-left: 14px;
  margin-left: 5px;
  background: url(../images/bm-icon2.png) no-repeat center center;
}

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

.main04 .submit-group {
  margin-bottom: 6px !important;
  margin-top: 15px !important;
}

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

.faq-list {
  padding: 19px 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(171, 124, 93, 0.3);
  margin-bottom: 20px;
}

.faq-list:last-child {
  margin-bottom: 0 !important;
}

.faq-list .faq-tit {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.faq-list .faq-tit span {
  color: #2341a0;
  margin-right: 5px;
}

.faq-list p {
  font-size: 16px;
  line-height: 20px;
  color: #666;
}

.faq-list p span {
  color: #891f2c;
  font-weight: bold;
}

.news-box {
  margin: -2% -1.25% 0;
}

.course-r {
  float: left;
  width: 47.5%;
  margin: 2% 1.25% 0;
  border-top: 1px solid #2341a0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.course-r-tit {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-top: 1px solid #2341a0;
  border-radius: 8px;
}

.course-r-tit span {
  display: inline-block;
  width: 400px;
  line-height: 40px;
  margin: 0 auto 10px;
  background: url(../images/course-news-bg.png) no-repeat center top;
}

.course-news {
  padding: 0 20px 4px;
}

.course-news li {
  height: 43px;
  line-height: 43px;
  padding-left: 10px;
  border-bottom: 1px dashed #e5e5e5;
  background: url(../images/li-img1.png) no-repeat center left;
}

.course-news li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.course-news li a {
  float: left;
  width: 80%;
  width: calc(100% - 44px);
  font-size: 16px;
  line-height: 43px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.course-news li span {
  float: right;
  font-size: 14px;
  width: 44px;
  color: #999;
  text-align: right;
}

.course-news li:hover a, .course-news li:hover span {
  color: #e58a26;
}

.course-news li:hover {
  background: url(../images/li-img2.png) no-repeat center left;
}

.school-form2 {
  position: relative;
  padding: 18px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  background: #2341a0;
  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;
  width: 420px;
  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: 34px;
  background: #891f2c;
  color: #fff;
  border: none !important;
  border-radius: 34px;
  padding: 0;
}

.form-group .layui-bg-value, .form-group .layui-bg-value {
  position: absolute;
  left: 0;
  height: 34px;
  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: 34px;
}

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

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

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

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

.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 .school-option.hidden {
  display: none;
}

.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 input {
  margin: 10px auto 5px;
  height: 34px;
  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 -45px;
}

.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 -217px;
}

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

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

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

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

.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: 98% !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: 42px;
}

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

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

.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;
}

@media only screen and (max-width: 1200px) {
  .banner .banner-main, .tabNav-main {
    width: 100%;
  }
  .banner .banner-main {
    overflow: hidden;
  }
  .container {
    width: 96%;
    margin: 0 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .adv-box dl {
    width: 31.333%;
    padding: 3%;
    margin: 1% !important;
    border-radius: 10px;
    background: #fff !important;
  }
  .fit {
    height: auto;
    background: none;
    padding-bottom: 30px;
  }
  .fit li {
    float: left;
    width: 48%;
    height: auto;
    position: static;
    padding: 1% 3% 3% !important;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 1% !important;
  }
  .fit li .fit-tit {
    text-align: center;
  }
  .fit2 dl dd p {
    font-size: 16px;
  }
  .school-list-main dl {
    width: 31.333%;
    margin: 1%;
  }
  .flow ul {
    display: -webkit-box;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .flow ul li {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .flow .flow-title, .flow ul {
    width: 100%;
  }
  .flow .flow-title {
    text-align: center;
  }
  .flow .flow-title p {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 768px) {
  .fit li .fit-tit span {
    display: block;
    width: 100%;
  }
  .tabNav-main ul {
    height: auto;
    background: #fff;
    border-radius: 10px;
  }
  .tabNav-main .nav-txt {
    padding-left: 50px;
    background-size: contain !important;
  }
  .tabNav-main ul li p {
    font-size: 14px;
    line-height: 14px;
  }
  .tabNav-main ul li .p1 {
    font-size: 16px;
  }
  .moudle-title {
    margin-bottom: 3%;
  }
  .moudle-title h2 {
    font-size: 36px;
  }
  .main01 {
    padding-top: 3%;
    padding-bottom: 5%;
  }
  .adv-box dl img {
    width: 60px;
  }
  .adv-box dl .adv-tit {
    font-size: 18px;
  }
  .adv-box dl p {
    font-size: 15px;
    line-height: 24px;
  }
  .moudle {
    padding: 5% 0;
  }
  .kc-bg {
    width: 100%;
  }
  .main04-text {
    height: auto !important;
  }
  .fit2 dl dt {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto 3%;
    text-align: center;
  }
  .fit2 dl dd {
    padding: 3%;
    text-align: left !important;
  }
  .course-r {
    width: 98%;
    margin: 1.5% 1%;
    overflow: hidden;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 46%;
    margin: 0 2% 15px;
  }
  .school-form2 .sub-tit2 {
    left: 0;
    background: #2341a0;
  }
  .school-form2 .control-label {
    padding-left: 35px;
  }
  .school-form2 .sub-tit2 span {
    width: 100%;
    font-size: 22px;
    padding: 0;
  }
  .bm-main {
    padding: 3% 3% 1%;
  }
  .basic, .language, .money {
    margin-bottom: 2%;
  }
  .basic ul li {
    width: 48%;
    margin: 1%;
  }
  .money ul, .language ul {
    width: calc(100% - 132px);
  }
  .language ul li {
    width: 48%;
    margin: 0 2% 2% 0;
  }
  .money ul li {
    width: 33.333%;
  }
  .bm_from .btn input {
    margin: 0 auto 2%;
  }
  .bm_from .btn a {
    display: block;
    width: 100%;
  }
  .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;
  }
  .schoolName-box {
    height: auto;
  }
  .school-option select {
    height: 34px;
    line-height: 34px;
  }
  select, select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    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;
  }
  select[disabled] {
    background-color: #eee !important;
  }
  .faq-list p {
    line-height: 24px;
  }
  .main04 .container .bm-icon, .fit2::before {
    display: none;
  }
  .flow ul {
    display: flex;
    justify-content: space-around;
  }
  .flow ul li.li-bg {
    min-width: 25px;
  }
}

@media only screen and (max-width: 425px) {
  .moudle, .main02 {
    padding: 10% 0;
  }
  .adv-box {
    margin-bottom: 10%;
  }
  .banner-main img {
    max-width: 130%;
    margin: 0 -15%;
  }
  .tabNav-box {
    height: auto;
  }
  .tabNav-main ul {
    position: static;
    padding: 0;
  }
  .tabNav-main ul li {
    width: 50%;
    border: none;
    padding: 3% 0;
  }
  .moudle-title h2 {
    font-size: 24px;
  }
  .main01 {
    padding-top: 5%;
  }
  .adv-box dl, .school-list-main dl {
    width: 48%;
  }
  .fit li .fit-tit span {
    font-size: 26px;
    display: block;
  }
  .fit li .fit-tit {
    font-size: 18px;
  }
  .fit2 dl dt span {
    font-size: 18px;
    line-height: 30px;
  }
  .school-list-main dl {
    padding: 2%;
    margin: 1.5% 1%;
  }
  .school-list-main dd .school-logo a {
    left: 0;
  }
  .school-list-main .tag-btn a {
    min-width: 150px;
  }
  .submit-group a {
    display: block;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 96%;
  }
  .main04 .main04-tit {
    font-size: 26px;
    top: -80px;
    background: none;
  }
}
