@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: #333;
  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, .moudle-title .more:hover {
  color: #fa6945;
}

.container, .container-fluid {
  padding: 0;
}

body, html {
  font-family: 'Microsoft YaHei','\5FAE \8F6F \96C5\91';
  font-size: 14px;
  color: #333;
  background: #eff5f9;
}

.container {
  width: 1200px;
}

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

.banner-bg h1 {
  position: absolute;
  left: -9999px;
  z-index: -999999;
}

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

.banner .phone-banner {
  display: none;
}

.moudle {
  padding: 60px 0;
  background: #fff;
}

.moudle-title {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 34px;
}

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

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

.moudle-title h2::after, .moudle-title h2::before {
  display: block;
  content: '';
  position: absolute;
  width: 96px;
  height: 100%;
  top: 0;
}

.moudle-title h2::after {
  background: url(../images/tit-l.png) no-repeat right center;
  left: -126px;
}

.moudle-title h2::before {
  background: url(../images/tit-r.png) no-repeat left center;
  right: -126px;
}

.moudle-title .line {
  width: 80px;
  height: 6px;
  line-height: 0;
  position: relative;
  background: #c7cdf0;
  margin: 30px auto 2px;
  border-radius: 3px;
  opacity: 0.4;
}

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

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

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

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

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

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

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

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

.breadcrumb-bg, .breadcrumb, .breadcrumb-bg a {
  background: none !important;
}

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

.main-dy .breadcrumb {
  font-size: 12px;
  color: #999;
  margin-bottom: 0;
}

.main-dy .breadcrumb a {
  font-size: 12px;
  color: #999;
}

.main-dy .breadcrumb a:hover {
  color: #fa6945;
}

.main-box {
  position: relative;
  padding: 30px;
  background: #fff url(../images/dy-bg.png) no-repeat right bottom;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main-box::before {
  display: block;
  content: '';
  position: absolute;
  width: 154px;
  height: 124px;
  background: url(../images/juece.png) no-repeat right top;
  right: -5px;
  top: -28px;
}

.breadcrumb-bg {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
}

.main-dy-tit {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-left: -30px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.main-dy-tit::before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 32px;
  background: linear-gradient(#ffd18b, #ff672a);
  border-radius: 0 4px 4px 0;
  left: 0;
  top: 0;
}

.main-dy-tit em {
  font-style: italic;
  font-size: 28px;
  color: #e4e4e4;
  font-weight: normal;
  margin-left: 12px;
}

.main-dy-cnt {
  font-size: 16px;
  line-height: 30px;
}

.m-btn-box {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

.m-btn-box:last-child {
  margin-bottom: 0 !important;
}

.m-btn-box a {
  display: inline-block;
  width: 208px;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  color: #ff672a;
  border: 1px solid #ff672a;
  border-radius: 32px;
}

.m-btn-box a:hover {
  color: #fff;
  background: #ff672a;
}

.main01 {
  padding-top: 0;
}

.method-box {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.method-box .method-tit {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 0 21px;
  background: #4452a4;
}

.method-box .method-main {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 40px 32px 20px;
  overflow: hidden;
  margin-top: -6px;
}

.method-box .method-main::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #4452a4;
  left: 50%;
  top: 0;
  margin-left: -14px;
}

.method-box .method-cnt {
  margin: 0 -1.5% 0;
}

.method-box .method-text {
  font-size: 16px;
  color: #4452a4;
  font-weight: bold;
  margin-top: 18px;
}

.method-item {
  float: left;
  width: 47%;
  margin: 0 1.5%;
  padding: 20px;
  border-radius: 10px;
}

.method-item p {
  font-size: 14px;
  line-height: 26px;
}

.method-item .method-sub-tit {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  padding-bottom: 14px;
  padding-left: 59px;
}

.method-item .method-sub-tit em {
  position: absolute;
  width: 74px;
  height: 32px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  left: -27px;
  top: 0;
  padding-left: 12px;
}

.method-item.method1 {
  background: #fff7ef;
  border: 1px solid #ffab68;
}

.method-item.method1 .method-sub-tit em {
  background: url(../images/sub-tit1-bg.png) no-repeat left center;
}

.method-item.method1 .method-sub-tit span {
  color: #ff672a;
}

.method-item.method2 {
  background: #f5f6fc;
  border: 1px solid #a8b1e6;
}

.method-item.method2 .method-sub-tit em {
  background: url(../images/sub-tit2-bg.png) no-repeat left center;
}

.method-item.method2 .method-sub-tit span {
  color: #4452a4;
}

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

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

.fit li {
  position: absolute;
  width: 450px;
  height: 150px;
  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: #ff672a;
  margin-right: 5px;
}

.fit li .fit-tit em {
  color: #ff672a;
}

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

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

.fit .li2 {
  right: 0;
  top: 190px;
}

.fit .li3 {
  right: 30px;
  bottom: -10px;
}

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

.fit .li5 {
  left: 0;
  top: 190px;
}

.fit .li4 {
  left: 30px;
  bottom: -10px;
}

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

.table-zs, .table-zs-img {
  display: none;
}

.main03-box {
  margin: 58px 0 0;
  overflow: hidden;
}

.vs-box {
  position: relative;
  border-top: none !important;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  margin-top: 34px;
}

.vs-box ul {
  float: left;
  width: 50%;
}

.vs-box ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  color: #333;
  padding: 8px 20px;
}

.vs-box ul li:last-child {
  border-bottom: 0;
}

.vs-box ul li span {
  color: #eb4638;
}

.vs-box ul li .price {
  font-weight: bold;
}

.vs-box ul li p {
  color: #666;
}

.vs-box ul li b {
  color: #333;
}

.vs-box ul em {
  float: left;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #4452a4;
  border-radius: 14px;
  margin-top: 8px;
  margin-right: 8px;
}

.vs-box .vs-l {
  border-radius: 8px 0 0 8px;
  background: url(../images/vs-box-l-bg.jpg) no-repeat;
  background-size: cover;
}

.vs-box .vs-l .li-tit {
  text-align: left;
  padding-left: 140px;
  background: linear-gradient(#ffd18b, #ff672a) !important;
}

.vs-box .vs-l .li-tit i {
  background: url(../images/vs-l-tit-icon.png) no-repeat left bottom;
  left: 0;
}

.vs-box .vs-l li {
  padding-right: 90px;
}

.vs-box .vs-l em {
  background: #ff672a;
}

.vs-box .vs-r {
  border-radius: 0 8px 8px 0;
  background: #fff;
}

.vs-box .vs-r .li-tit {
  color: #fff !important;
  background: linear-gradient(#7785ce, #374890) !important;
  padding-right: 140px;
  text-align: right;
}

.vs-box .vs-r .li-tit i {
  background: url(../images/vs-r-tit-icon.png) no-repeat right bottom;
  right: 0;
}

.vs-box .vs-r li {
  padding-left: 90px;
  padding-right: 0;
  background: none;
}

.vs-box .vs-r em {
  background: #4452a4;
}

.vs-box .vs-t {
  position: absolute;
  width: 127px;
  left: 50%;
  top: 0;
  margin-left: -63px;
  padding-bottom: 22px;
}

.vs-box .vs-t::before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(68, 82, 164, 0.3);
  top: 72px;
}

.vs-box .vs-t .li-tit {
  position: relative;
  background: none;
  box-shadow: none !important;
}

.vs-box .vs-t li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ecedf6;
  border-top: 0;
  background: #fff;
}

.vs-box .vs-t li p {
  color: #4452a4 !important;
}

.vs-box .li-tit {
  position: relative;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  height: 71px;
  border: none !important;
  padding: 23px 0;
}

.vs-box .li-tit b {
  font-weight: bold;
}

.vs-box .li-tit i {
  position: absolute;
  display: block;
  width: 126px;
  height: 84px;
  bottom: 0;
}

.vs-box .vs-tit-img {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 107px;
  background: url(../images/vs-tit-bg.png) no-repeat center;
}

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

.flow-item {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}

.flow-item:last-child {
  margin-bottom: 0 !important;
}

.flow-item .flow-sub-tit {
  float: left;
  padding: 15px 0;
  width: 165px;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-right: 18px;
}

.flow-item ul li {
  float: left;
  padding: 15px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  padding-right: 60px;
  margin-right: 10px;
}

.flow-item ul .flow-btn {
  float: right;
  padding-right: 0 !important;
  background: none !important;
}

.flow-item ul .flowlast {
  padding-right: 0 !important;
  background: none !important;
}

.flow-item.flow1 {
  border: 1px solid #ffab68;
}

.flow-item.flow1 .flow-sub-tit {
  background: url(../images/flow-tit-bg1.png) no-repeat right center;
}

.flow-item.flow1 ul li {
  background: url(../images/flow-li1.png) no-repeat right center;
}

.flow-item.flow1 .flow-btn a {
  display: inline-block;
  width: 100px;
  color: #ff672a;
  border: 1px solid #ff672a;
  border-radius: 26px;
  text-align: center;
  margin-right: 10px;
}

.flow-item.flow1 .flow-btn a:hover {
  color: #fff;
  background: #ff672a;
}

.flow-item.flow2 {
  border: 1px solid #a8b1e6;
}

.flow-item.flow2 .flow-sub-tit {
  background: url(../images/flow-tit-bg2.png) no-repeat right center;
}

.flow-item.flow2 ul li {
  background: url(../images/flow-li2.png) no-repeat right center;
}

.flow-item.flow2 .flow-btn a {
  display: inline-block;
  width: 100px;
  color: #4452a4;
  border: 1px solid #4452a4;
  border-radius: 26px;
  text-align: center;
  margin-right: 10px;
}

.flow-item.flow2 .flow-btn a:hover {
  color: #fff;
  background: #4452a4;
}

.flow-text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: right;
  margin-top: 3px;
}

.school-list {
  margin: -1.5% -0.75% 30px;
}

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

.school-list dl {
  float: left;
  width: 18.5%;
  margin: 1.5% .75% 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.school-list dl dt {
  position: relative;
  overflow: hidden;
  height: 140px;
}

.school-list dl dt img {
  width: 100%;
}

.school-list dl dt .school-bg {
  position: absolute;
  width: 100%;
  height: 75px;
  background: url(../images/school-img-bg.png) no-repeat bottom center;
  background-size: 110% 75px;
  left: 0;
  bottom: 0;
  text-align: center;
}

.school-list dl dt .school-bg a {
  display: block;
  width: 75px;
  height: 75px;
  padding: 4px;
  background: rgba(59, 59, 118, 0.1);
  border-radius: 75px;
  margin: 0 auto;
}

.school-list dl dt .school-bg a img {
  width: 67px;
  height: 67px;
  border-radius: 67px;
  border: 3px solid #fff;
}

.school-list dl dd {
  padding: 6px 14px 14px;
  background: #fff;
}

.school-list dl .school-name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #331c00;
  font-weight: bold;
  text-align: center;
}

.school-list dl .school-type {
  margin-top: 10px;
  background: #f5f5fb;
  padding: 4px 10px 5px;
  border-radius: 4px;
}

.school-list dl .school-type p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.school-list dl .school-type b {
  color: #333;
  font-weight: normal;
}

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

.school-list dl .school-btn a {
  display: inline-block;
  width: 150px;
  font-size: 14px;
  line-height: 24px;
  border-radius: 26px;
  color: #234f83;
  text-align: center;
  background: #fff;
  border: 1px solid #234f83;
}

.school-list dl .school-btn a:hover {
  color: #fff;
  background: #234f83;
}

.school-list dl .price {
  font-size: 16px;
  color: #ff672a;
  font-weight: bold;
}

.school-list dl .school-other {
  margin-top: 10px;
  line-height: 24px;
}

.school-list dl .school-other .address {
  float: left;
  color: #666;
  padding-left: 18px;
  background: url(../images/address-icon.png) no-repeat left center;
}

.school-list dl .school-other p {
  float: right;
}

.school-list dl .school-other b {
  color: #333;
  font-weight: normal;
}

.zhengshu {
  padding-bottom: 82px;
  background: url(../images/zhengshu-bg.jpg) no-repeat center;
  background-size: cover;
}

.img-show {
  position: relative;
  margin: 30px -1% 37px;
}

.img-show::before {
  display: block;
  content: '';
  position: absolute;
  left: -58px;
  bottom: -37px;
  width: 1338px;
  height: 46px;
  background: url(../images/img-show-bg.png) no-repeat center center;
}

.img-show li {
  position: relative;
  float: left;
  width: 31.333%;
  margin: 0 1%;
}

.img-show li p.certificate-name {
  position: absolute;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  left: 0;
  bottom: -92px;
}

.img-show li:hover .mark-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-show .certificate-img {
  position: relative;
  border-radius: 6px;
  height: 250px;
  overflow: hidden;
  background: #fff;
  padding: 10px;
  box-sizing: content-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.img-show .certificate-img .border-box {
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.img-show .mark-img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  top: 0;
  left: 0;
}

.img-show .mark-img p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  margin-top: 14px;
  background: url(../images/mark-p-bg.png) no-repeat center top;
}

.main06 {
  background: #fff url(../images/main06-bg.jpg) no-repeat top center;
}

.main06 .main06-tit {
  text-align: center;
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  color: #aa5d00;
  margin-bottom: 40px;
}

.main06 .main06-tit span {
  position: relative;
}

.main06 .main06-tit span::after, .main06 .main06-tit span::before {
  display: block;
  position: absolute;
  content: '';
  width: 67px;
  height: 63px;
  bottom: 0;
}

.main06 .main06-tit span::after {
  background: url(../images/main06-tit-l.png) no-repeat center center;
  left: -88px;
}

.main06 .main06-tit span::before {
  background: url(../images/main06-tit-r.png) no-repeat center center;
  right: -88px;
}

.main06 ul {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.main06 ul::before {
  position: absolute;
  display: block;
  content: '';
  width: 154px;
  height: 124px;
  background: url(../images/renzheng-icon.png) no-repeat right top;
  top: -28px;
  right: -5px;
}

.main06 ul li {
  float: left;
  width: 31.333%;
  margin: 1%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.main06 ul .li-row2 {
  width: 48%;
}

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

.course-r {
  float: left;
  width: 47.5%;
  margin: 2% 1.25% 0;
  border-top: 1px solid #4452a4;
  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 #4452a4;
  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: 37px;
  line-height: 37px;
  padding-left: 10px;
  border-bottom: 1px dashed #e5e5e5;
  background: url(../images/li-img1.jpg) 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: 14px;
  line-height: 37px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

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

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

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

.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(#6170b9, #374890);
  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: 32px;
  background: #4452a4;
  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: #4452a4;
  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: #4452a4;
  border-radius: 30px;
  border: 1px solid #4452a4;
}

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

.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: #ff672a;
}

.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: #4452a4 url(../images/picscroll-prev2.png) no-repeat center center;
}

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

@media only screen and (max-width: 1200px) {
  .banner, .banner-bg .btn-main .btn-box {
    width: 100%;
  }
  .container {
    width: 96%;
    margin: 0 2%;
  }
  .picScroll {
    width: 96%;
    margin: 0 2%;
  }
}

@media only screen and (max-width: 1024px) {
  .main-dy {
    padding-bottom: 0;
  }
  .moudle {
    padding: 5% 0;
  }
  .moudle-title .line {
    margin-top: 2%;
  }
  .moudle-title h2, .main06 .main06-tit {
    font-size: 40px;
  }
  .banner-bg .btn-main {
    bottom: 2%;
  }
  .main01-box {
    margin: 0 auto 5%;
  }
  .fit {
    height: auto;
    background: none;
  }
  .fit li {
    float: left;
    width: 48% !important;
    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;
    margin-bottom: 1%;
  }
  .fit2 dl dd p {
    font-size: 16px;
  }
  .method-box .method-main {
    padding: 30px 15px;
  }
  .flow-item ul {
    float: left;
    width: 100%;
    padding: 2%;
    display: flex;
    flex-wrap: wrap;
  }
  .flow-item ul .flow-btn {
    width: 200px;
    margin: 0;
  }
  .flow-item .flow-btn a {
    font-size: 14px;
    width: 80px !important;
  }
  .flow-item.flow1 .flow-sub-tit {
    width: 100%;
    background: #ff672a;
    margin: 0 auto;
  }
  .flow-item.flow2 .flow-sub-tit {
    width: 100%;
    background: #4452a4;
    margin: 0 auto;
  }
  .main03-box {
    width: 100%;
    margin-top: 0;
    overflow-x: auto;
  }
  .vs-box {
    min-width: 1175px;
    margin-top: 26px;
  }
  .table-zs {
    display: block;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ec2828;
    height: 36px;
    font-weight: bold;
  }
  .table-zs-img {
    display: block;
    height: 20px;
    margin: 0 auto;
    background: url(../images/table-zs-img.png) no-repeat top center;
    animation: myfirst 2s linear infinite;
  }
  @keyframes myfirst {
    0% {
      margin-left: -10px;
    }
    25% {
      margin-left: 0px;
    }
    50% {
      margin-left: 10px;
    }
    75% {
      margin-left: 0px;
    }
    100% {
      margin-left: -10px;
    }
  }
  @-webkit-keyframes myfirst /* Safari 与 Chrome */ {
    0% {
      margin-left: -10px;
    }
    25% {
      margin-left: 0px;
    }
    50% {
      margin-left: 10px;
    }
    75% {
      margin-left: 0px;
    }
    100% {
      margin-left: -10px;
    }
  }
  .school-list {
    margin-top: 0;
    margin-bottom: 3%;
  }
  .school-list dl {
    width: 23.5%;
  }
  .main08 .main08-tit {
    font-size: 28px;
  }
  .picScroll {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .picScroll .prev {
    left: -30px;
  }
  .picScroll .next {
    right: -30px;
  }
}

@media only screen and (max-width: 768px) {
  .banner img {
    display: none !important;
  }
  .banner .phone-banner {
    display: inline-block !important;
  }
  .banner-bg .btn-main {
    bottom: -15px;
  }
  .banner-bg .btn-main .btn-box a {
    width: 180px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .banner-bg .btn-main .btn-box a i {
    background-size: contain !important;
  }
  .moudle-title h2, .main06 .main06-tit {
    font-size: 34px;
  }
  .moudle-title {
    margin-bottom: 5%;
  }
  .method-box .method-tit {
    padding-left: 2%;
    padding-right: 2%;
  }
  .flow-item .flow-sub-tit {
    padding: 8px 0;
  }
  .flow-item {
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 46%;
    margin: 0 2%;
  }
  .flow-item ul {
    max-width: 300px;
  }
  .flow-item ul .flow-btn {
    width: 100%;
  }
  .flow-item ul li {
    width: 100%;
    padding: 5px 0 25px 0;
    margin-right: 0;
    text-align: center;
  }
  .flow-item.flow1 ul li, .flow-item.flow1 ul .flowlast {
    background: url(../images/flow-li1-2.png) no-repeat bottom center !important;
  }
  .flow-item.flow2 ul li, .flow-item.flow2 ul .flowlast {
    background: url(../images/flow-li2-2.png) no-repeat bottom center !important;
  }
  .flow-item.flow1 .flow-btn, .flow-item.flow2 .flow-btn {
    background: none !important;
  }
  .flow-sub-tit {
    height: 42px;
  }
  .flow-text {
    width: 100%;
    margin-top: 3%;
    text-align: left;
  }
  .flow-btn {
    padding-bottom: 0 !important;
  }
  .flow-item .flow-btn a {
    margin: 0 5px 15px;
  }
  .fit li .fit-tit span {
    display: block;
    width: 100%;
  }
  .fit2 dl dt {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto 3%;
    text-align: center;
  }
  .fit2 dl dd {
    padding: 3%;
    text-align: left !important;
  }
  .vs-box .li-tit {
    font-size: 24px;
  }
  .main04 .main04-tit {
    margin-bottom: 30px;
  }
  .school-list dl {
    width: 31.333%;
    margin: 1%;
  }
  .school-list dl dt .school-bg a {
    padding-top: 10px;
  }
  .school-list dl .school-other p {
    float: left;
    width: 100%;
  }
  .main06 {
    padding-bottom: 5%;
  }
  .main06 .main06-tit {
    padding: 2%;
  }
  .main06 .main06-tit span::after, .main06 .main06-tit span::before, .moudle-title h2::before, .moudle-title h2::after, .main04 .container .bm-icon {
    display: none !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: #6170b9;
  }
  .school-form2 .control-label {
    padding-left: 35px;
  }
  .school-form2 .sub-tit2 span {
    width: 100%;
    font-size: 22px;
    padding: 0;
    background: #6170b9;
  }
  .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: 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;
  }
  select[disabled] {
    background-color: #eee !important;
  }
}

@media only screen and (max-width: 425px) {
  .main-dy {
    background: #fff;
    padding-top: 40px;
  }
  .main-box::before, .main06 ul::before {
    background-size: 110px !important;
    top: -20px;
  }
  .main-box, .main06 ul {
    padding: 30px 2% 2%;
  }
  .main-dy-tit {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .main-dy-tit em {
    font-size: 16px;
  }
  .moudle {
    padding: 8% 0;
  }
  .moudle-title {
    padding-top: 14px;
    background-size: 20% !important;
  }
  .banner {
    overflow: hidden;
  }
  .banner-bg .btn-main .btn-box a {
    width: 150px;
    font-size: 14px;
  }
  .moudle-title h2, .main06 .main06-tit, .main04 .main04-tit {
    font-size: 26px;
    line-height: 36px;
  }
  .method-item {
    width: 98%;
  }
  .method-item.method1 {
    margin-bottom: 3%;
  }
  .fit li .fit-tit span {
    font-size: 26px;
    display: block;
  }
  .fit li .fit-tit {
    font-size: 18px;
    margin-bottom: 3%;
  }
  .fit2 dl dt span {
    font-size: 18px;
    line-height: 30px;
  }
  .flow-item ul li {
    font-size: 14px;
  }
  .moudle-title {
    margin-bottom: 5%;
  }
  .school-list dl {
    width: 48%;
    margin: 1% 1% 3%;
  }
  .school-list dl dd {
    padding: 6px 5px 14px;
  }
  .school-list dl .school-type {
    padding: 4px 10px 5px;
  }
  .school-list dl .price {
    font-size: 15px;
  }
  .img-show li p.certificate-name {
    position: static;
    margin: 3% auto;
    font-size: 16px;
  }
  .img-show {
    margin: 3% auto 0;
  }
  .img-show::before {
    display: none;
  }
  .img-show li {
    width: 48%;
    margin: 0 1% 3%;
  }
  .img-show li .certificate-img {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
  }
  .main06 ul li {
    width: 48% !important;
  }
  .course-r-tit span {
    width: 100%;
    background: #4452a4;
  }
  .submit-group a {
    display: block;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 96%;
  }
}
