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

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

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

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

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

.main-dy {
  position: relative;
}

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

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

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

.main-box {
  position: absolute;
  padding: 17px 30px 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 40px;
}

.main-box::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: none;
  left: 0;
  top: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  z-index: 1;
}

.main-box::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: none;
  left: 0;
  top: 0;
  border-left: 2px solid rgba(56, 144, 255, 0.2);
  border-bottom: 2px solid rgba(56, 144, 255, 0.2);
  border-radius: 10px;
  z-index: 1;
}

.breadcrumb-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.main-dy-tit {
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(#d4b076, #ba864a);
  padding-left: 46px;
  padding-right: 30px;
  border-radius: 0 20px 20px 0;
  left: -46px;
  margin-bottom: 10px;
  z-index: 2;
}

.main-dy-tit::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-right: 16px solid #a26f33;
  border-bottom: 14px solid transparent;
  left: 0;
  bottom: -14px;
}

.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 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  padding: 5px 40px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-radius: 36px;
  background: linear-gradient(-90deg, #b17229, #eebf60);
  box-shadow: 0 -3px 10px rgba(171, 111, 34, 0.5);
}

.m-btn-box a:hover {
  color: #fff;
  background: #2069bc;
  box-shadow: 0 -3px 10px rgba(69, 81, 189, 0.5);
}

.m-btn-box a::before {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 100%;
  background: url(../images/sj.png) no-repeat center;
  right: 25px;
  top: 0;
}

.main01 {
  overflow: hidden;
}

.adv-box.img-show {
  margin-bottom: 60px;
  margin-top: 50px;
}

.adv-box.img-show:before {
  bottom: -85px;
}

.adv-item {
  position: relative;
  float: left;
  width: 31.333%;
  margin: 0 1%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(69, 81, 189, 0.2);
  z-index: 1;
}

.adv-item .adv-item-tit {
  padding: 60px 30px 30px;
}

.adv-item .adv-item-tit span {
  position: relative;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}

.adv-item .adv-item-tit span::before {
  position: absolute;
  display: block;
  content: '';
  width: 33px;
  height: 3px;
  background: #fff;
  left: 0;
  top: -20px;
  transition: all 1s;
}

.adv-item:hover .adv-item-tit span::before {
  width: 100%;
}

.adv-item .adv-item-cnt {
  padding: 30px;
}

.adv-item .adv-item-cnt p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.adv-item.adv-item1 .adv-item-tit {
  background: url(../images/adv-img1.jpg) no-repeat center;
  background-size: cover;
}

.adv-item.adv-item2 .adv-item-tit {
  background: url(../images/adv-img2.jpg) no-repeat center;
  background-size: cover;
}

.adv-item.adv-item3 .adv-item-tit {
  background: url(../images/adv-img3.jpg) no-repeat center;
  background-size: cover;
}

.main02 {
  background: #f2fbff;
}

.main02-main dl {
  position: relative;
  float: left;
  width: 31.3333%;
  margin: 0 1%;
  padding-top: 90px;
}

.main02-main dl dt {
  position: absolute;
  width: 134px;
  height: 134px;
  z-index: 2;
  top: 0;
  border-radius: 134px;
  left: 50%;
  margin-left: -67px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main02-main dl.dl1 dt {
  background: #fff url(../images/main02-img1.png) no-repeat center;
  background-size: contain;
}

.main02-main dl.dl2 dt {
  background: #fff url(../images/main02-img2.png) no-repeat center;
  background-size: contain;
}

.main02-main dl.dl3 dt {
  background: #fff url(../images/main02-img3.png) no-repeat center;
  background-size: contain;
}

.main02-main dl dd {
  padding-bottom: 9px;
  background: linear-gradient(transparent, #0b4f9c, #0b4f9c);
  border-radius: 15px;
}

.main02-main dl .dd-box {
  position: relative;
  padding: 70px 30px 30px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.main02-main dl .dd-box::before {
  position: absolute;
  display: block;
  content: '';
  width: 176px;
  height: 106px;
  border-radius: 100%;
  background: #f2fbff;
  box-shadow: inset 0 -5px 10px -3px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -88px;
  top: -55px;
}

.main02-main dl .dd-box .dl-tit {
  font-size: 24px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.main02-main dl .dd-box p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

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

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

.vs-box {
  position: relative;
  border-top: none !important;
  border-radius: 8px;
  margin-top: 34px;
  box-shadow: 0 0 10px rgba(68, 82, 164, 0.2);
}

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

.vs-box ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
}

.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 li.vs5 {
  background: #fcf0de;
  border: none !important;
}

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

.vs-box .vs-l {
  padding-left: 35px;
  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;
  margin-left: -35px;
  background: #0b4f9c !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 .vs5 {
  margin-left: -35px;
  padding-left: 35px;
}

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

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

.vs-box .vs-r .li-tit {
  color: #fff !important;
  background: #d09143 !important;
  padding-right: 140px;
  margin-right: -35px;
  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;
  background: none;
}

.vs-box .vs-r .vs5 {
  margin-right: -35px;
  padding-right: 35px;
}

.vs-box .vs-r em {
  background: #083c87;
}

.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%;
  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;
  flex-wrap: wrap;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-top: 0;
  background: #fff;
}

.vs-box .vs-t li p {
  display: block;
  width: 100%;
  line-height: 22px;
  color: #21387d !important;
}

.vs-box .vs-t li.vs5 {
  position: relative;
}

.vs-box .vs-t li.vs5::before {
  position: absolute;
  display: block;
  content: '';
  width: 138px;
  height: 155px;
  background: url(../images/vs5-img.png) no-repeat center;
  left: 0;
  top: -15px;
}

.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: -10px;
  width: 80px;
  height: 107px;
  background: url(../images/vs-tit-bg.png) no-repeat center;
  z-index: 1;
}

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

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

.school-tab-nav {
  text-align: center;
  margin-bottom: 30px;
}

.school-tab-nav .nav-tabs {
  border: none;
}

.school-tab-nav .nav-tabs > li {
  display: inline-block;
  width: 200px;
  float: none;
  margin: 0 15px;
}

.school-tab-nav .nav-tabs > li > a {
  color: #2069bc;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #2069bc;
  border-radius: 6px;
  background: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.school-tab-nav .nav-tabs > li.active > a, .school-tab-nav .nav-tabs > li:hover > a {
  background: #2069bc;
  border: 1px solid #2069bc;
  color: #fff;
}

.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 dt span {
  position: absolute;
  display: inline-block;
  padding: 0 25px 0 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  background: url(../images/classtype-bg.png) no-repeat right center;
  background-size: cover;
  top: 0;
  left: 0;
}

.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: #2069bc;
  text-align: center;
  background: #fff;
  border: 1px solid #2069bc;
}

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

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

.school-list dl .school-other {
  margin-top: 12px;
  line-height: 22px;
}

.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 a {
  float: right;
  width: 100px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #b97e38;
  color: #b97e38;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
}

.school-list dl .school-other a:hover {
  color: #fff;
  background: #b97e38;
}

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

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

.school-list2 dl dt {
  height: 104px;
}

.school-list2 dl dt span {
  background: url(../images/classtype-bg.png) no-repeat right center;
  z-index: 1;
}

.school-list2 dl dt span i {
  padding-left: 11px;
  margin-right: 5px;
  background: url(../images/classtype-bg3.png) no-repeat left center;
}

.school-list2 dl dt .school-bg {
  height: 104px;
  padding-top: 30px;
  background: #fff;
}

.school-list2 dl .school-type {
  background: #f0f1f6;
}

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

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

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

.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-cnt {
  margin-bottom: 30px;
}

.main06-cnt dl {
  float: left;
  width: 18.5%;
  margin: 1% 0.75%;
  padding: 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main06-cnt dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 130px;
  background: #224f99;
  background-size: cover !important;
  margin-bottom: 14px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.main06-cnt dl dt a {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.zy-jianjie {
  font-size: 14px;
  max-height: 100px;
  overflow: hidden;
  color: #666;
  margin-bottom: 14px;
}

.zy-jianjie span {
  color: #c97b10;
  padding: 0 5px;
  border-radius: 0 8px 0 8px;
  background: #f8ead7;
}

.zy-xq {
  padding-top: 14px;
  border-top: 1px dashed #e1e6ee;
  text-align: center;
}

.zy-xq a {
  display: inline-block;
  width: 152px;
  height: 26px;
  font-size: 14px;
  line-height: 25px;
  border-radius: 26px;
  color: #2069bc;
  border: 1px solid #2069bc;
}

.zy-xq a:hover {
  color: #fff;
  background: #2069bc;
}

.main06-cnt .zy-bg1 dt {
  background: url(http://img.yuloo.com/zzy/qubie/images/zy-bg1.jpg) no-repeat center center;
}

.main06-cnt .zy-bg2 dt {
  background: url(http://img.yuloo.com/zzy/qubie/images/zy-bg2.jpg) no-repeat center center;
}

.main06-cnt .zy-bg3 dt {
  background: url(http://img.yuloo.com/zzy/qubie/images/zy-bg3.jpg) no-repeat center center;
}

.main06-cnt .zy-bg4 dt {
  background: url(http://img.yuloo.com/zzy/qubie/images/zy-bg4.jpg) no-repeat center center;
}

.main06-cnt .zy-bg5 dt {
  background: url(http://img.yuloo.com/zzy/qubie/images/zy-bg5.jpg) no-repeat center center;
}

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

.flow-box {
  padding: 30px;
  background: #f6f8fc;
  border-radius: 10px;
}

.flow-box .flow-tit {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
}

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

.flow-box .flow-cnt {
  padding: 13px 20px;
  background: linear-gradient(#ebf7ff, #fff, #fff);
  border-radius: 10px;
}

.flow-box .flow-cnt-item {
  position: relative;
  padding-left: 130px;
  line-height: 30px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.flow-box .flow-cnt-item:last-child {
  border: none;
}

.flow-box .flow-cnt-item b {
  position: absolute;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  left: 0;
  top: 0;
  padding-left: 40px;
}

.flow-box .flow-cnt-item.flow-tj b {
  background: url(../images/tj-icon.png) no-repeat left center;
}

.flow-box .flow-cnt-item.flow-lc b {
  background: url(../images/lc-icon.png) no-repeat left center;
}

.flow-box .flow-cnt-item ul li {
  position: relative;
  display: inline-block;
  padding: 5px 17px;
  font-size: 14px;
  line-height: 16px;
  color: #a96624;
  background: #ffeccc;
  margin: 2px 5px 2px 36px;
  border-radius: 2px;
}

.flow-box .flow-cnt-item ul li a {
  color: #a96624 !important;
}

.flow-box .flow-cnt-item ul li a:hover {
  color: #2069bc !important;
}

.flow-box .flow-cnt-item ul li:first-child {
  margin-left: 0;
}

.flow-box .flow-cnt-item ul li:first-child::before {
  display: none;
}

.flow-box .flow-cnt-item ul li::before {
  position: absolute;
  display: block;
  content: '';
  width: 46px;
  height: 26px;
  left: -46px;
  top: 0;
  background: url(../images/jiantou.png) no-repeat center center;
}

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

.course-r {
  float: left;
  width: 47.5%;
  margin: 2% 1.25% 0;
  border-top: 1px solid #0b4f9c;
  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 #0b4f9c;
  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(#4c85c9, #4c85c9, #0b4f9c);
  background-size: 100% 100%;
  border-radius: 10px;
}

.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 30px 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: 8px;
  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: 36px;
  background: #0b4f9c;
  color: #fff;
  border: none !important;
  border-radius: 36px;
  padding: 0;
}

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

.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: 36px;
  position: relative;
}

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

.select-search button {
  height: 36px;
  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 {
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  width: 200%;
  /* max-height: 200px; */
  top: 32px;
  right: 0;
  padding: 0 15px;
  overflow-y: auto;
  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 ul {
  margin: 0 auto 10px;
}

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

.select-search .school-option input {
  box-sizing: border-box;
  margin: 10px auto 5px;
  height: 30px;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  width: 100%;
}

.select-search .school-type {
  float: left;
  width: 110px;
  height: 200px;
  border-right: 1px solid #ddd;
}

.select-search .school-type li {
  text-align: center;
  margin-right: 10px;
}

.select-search .school-type .active {
  color: #2069bc;
  background: #f5f5fb;
}

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

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

.school-option select,
.school-option .school-select {
  float: left;
  width: 60%;
  width: calc(100% - 110px);
  height: 200px;
  /* overflow-y: auto; */
  padding-left: 0;
  line-height: 30px;
  margin-bottom: 0 !important;
  border: none !important;
  overflow-y: auto;
  text-align: left;
}

.school-option select option, .school-option select .school-op,
.school-option .school-select option,
.school-option .school-select .school-op {
  font-size: 14px;
  color: #555;
  padding: 0px 12px;
  line-height: 30px;
  border: none !important;
  cursor: pointer;
}

.school-option select option:hover, .school-option select .school-op:hover, .school-option select .school-op.active, .school-option select option:focus, .school-option select option[selected="selected"],
.school-option .school-select option:hover,
.school-option .school-select .school-op:hover,
.school-option .school-select .school-op.active,
.school-option .school-select option:focus,
.school-option .school-select option[selected="selected"] {
  color: #2069bc;
  background-color: #f5f5fb !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: #2069bc;
  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: #2069bc;
  border-radius: 30px;
  border: 1px solid #2069bc;
}

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

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

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

.picScroll .next:hover {
  background: #083c87 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 {
    font-size: 40px;
  }
  .banner-bg .btn-main {
    bottom: 2%;
  }
  .main01-box {
    margin: 0 auto 5%;
  }
  .main06-cnt dl {
    width: 31.333%;
  }
  .flow-box {
    padding: 20px 20px 0;
    overflow: hidden;
  }
  .flow-box .flow-cnt {
    padding: 13px 10px;
  }
  .main03-box {
    width: 100%;
    margin-top: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .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-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 {
    font-size: 34px;
  }
  .main-box {
    position: static;
    margin-top: -120px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
  .main-box::before, .main-box::after {
    display: none;
  }
  .adv-item .adv-item-tit span {
    font-size: 22px;
  }
  .adv-box.img-show {
    margin-bottom: 0;
    margin-top: 0;
  }
  .adv-item {
    width: 48%;
    margin: 1%;
  }
  .adv-item .adv-item-tit {
    padding: 40px 20px 20px;
  }
  .adv-item .adv-item-tit span::before {
    top: -10px;
  }
  .adv-item .adv-item-cnt {
    padding: 10px 20px;
  }
  .adv-box.img-show::before {
    display: none;
  }
  .main02-main dl {
    width: 48%;
  }
  .main02-main {
    margin-top: -40px;
  }
  .main02-main dl dt {
    width: 90px;
    height: 90px;
    margin-left: -45px;
    top: 40px;
  }
  .main02-main dl .dd-box::before {
    width: 150px;
    margin-left: -75px;
  }
  .main02-main dl .dd-box .dl-tit {
    font-size: 20px;
  }
  .main02-main dl .dd-box p {
    font-size: 14px;
    line-height: 24px;
  }
  .main02-main dl .dd-box {
    padding: 70px 20px 20px;
  }
  .vs-box .li-tit {
    font-size: 24px;
  }
  .vs-box .vs-t li.vs5::before {
    display: none;
  }
  .main04 .main04-tit {
    margin-bottom: 30px;
  }
  .school-list dl {
    width: 31.333%;
    margin: 1%;
  }
  .school-list dl .school-other p {
    float: left;
    width: 100%;
  }
  .m-btn-box a {
    line-height: 26px;
  }
  .course-r {
    width: 98%;
    margin: 1.5% 1%;
    overflow: hidden;
  }
  .flow-box .flow-tit {
    font-size: 18px;
  }
  .flow-box .flow-cnt-item b {
    font-size: 16px;
  }
  .flow-box .flow-cnt-item {
    padding-left: 120px;
  }
  .flow-box .flow-cnt {
    padding-bottom: 0;
  }
  .flow-box .flow-cnt-item ul li {
    font-size: 13px;
    padding: 5px 6px;
    margin-left: 16px;
  }
  .flow-box .flow-cnt-item ul li::before {
    width: 16px;
    left: -20px;
    background: url(../images/jiantou.png) no-repeat center right;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 96%;
    margin: 0 2% 15px;
  }
  .school-form2 .sub-tit2 {
    left: 0;
    background: #4c85c9;
  }
  .school-form2 .control-label {
    padding-left: 35px;
  }
  .school-form2 .sub-tit2 span {
    width: 100%;
    font-size: 22px;
    padding: 0;
    background: #4c85c9;
  }
  .schoolName-box {
    height: auto;
  }
  .select-search {
    line-height: 0 !important;
  }
  .select-search .school-option.hidden,
  .select-search .school-option {
    width: calc( 100% + 97px);
  }
  .school-option select {
    padding-left: 10px;
    border: 1px solid #ccc !important;
  }
  .school-option select {
    border: none !important;
    line-height: 30px;
  }
  .school-option select option {
    padding: 6px 12px !important;
  }
  select.form-control {
    text-indent: 10px;
    padding-left: 0;
  }
  .form-group-main {
    width: calc(100% - 80px);
  }
  .select-search button {
    padding-left: 12px;
    text-indent: 10px;
  }
}

@media only screen and (max-width: 428px) {
  .main-box {
    position: static;
    margin-top: -80px;
    padding: 10px 2% 2%;
  }
  .main-dy-tit {
    left: 0;
    width: 100%;
    font-size: 28px;
    margin-bottom: 10px;
    background: none;
    color: #ba874b;
    text-align: center;
    padding: 0;
  }
  .main-dy-tit::before {
    display: none;
  }
  .main-dy {
    background: #fff;
    padding-top: 40px;
  }
  .moudle {
    padding: 8% 0;
  }
  .moudle-title {
    margin-bottom: 3%;
  }
  .moudle-title h2::after, .moudle-title h2::before {
    display: none;
  }
  .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;
  }
  .main06-cnt dl {
    width: 48%;
    padding: 2% 2% 15px;
  }
  .adv-item, .main02-main dl {
    width: 98%;
  }
  .adv-item {
    margin-bottom: 3%;
  }
  .vs-box ul li {
    line-height: 24px;
  }
  .flow-box .flow-cnt-item b {
    display: block;
    position: static;
    margin-bottom: 2%;
  }
  .flow-box .flow-cnt-item {
    padding-left: 0;
  }
  .flow-box .flow-tit {
    font-size: 16px;
    margin-bottom: 2%;
  }
  .school-tab-nav {
    margin-bottom: 3%;
  }
  .school-tab-nav .nav-tabs > li {
    float: left;
    width: 48%;
    margin: 1%;
  }
  .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: #083c87;
  }
  .submit-group a {
    display: block;
  }
  .school-form .form-group, .form-group-row3 .form-group {
    width: 96%;
  }
  .zy-xq a {
    width: 80%;
    margin: 0 10%;
  }
  .main06-cnt dl dt {
    height: 100px;
  }
  .main06-cnt dl dt a {
    font-size: 16px;
  }
}
