.headerNav .w1420 a {
  width: 93px !important;
}

.feiyong {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.fy-title {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
}

.fy-title>h2 {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.fy-title>p {
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 50px;
}

.fy-title>p>span {
  position: relative;
  padding: 0 10px;
  font-size: 24px;
  color: #e0e0e0;
}

.fy-title>p>span::before,
.fy-title>p>span::after {
  position: absolute;
  content: '';
  display: block;
  width: 80px;
  height: 100%;
  background: url(/static/xuecheng/img/p-bg.jpg) repeat-x center;
  top: 0;
}

.explain-box {
  font-size: 20px;
  line-height: 36px;
  padding: 30px;
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
  border-radius: 10px;
}

.explain-box b {
  position: relative;
  font-size: 24px;
  color: #1d1939;
  margin-right: 10px;
  padding-top: 5px;
  z-index: 1;
}

.explain-box b::before {
  display: block;
  content: '';
  position: absolute;
  width: 38px;
  height: 100%;
  left: -12px;
  top: 0;
  border-top: 2px solid #046ea9;
  border-left: 2px solid #046ea9;
}

.explain-box b em {
  display: block;
  position: absolute;
  width: 100%;
  height: 9px;
  background: #cde2ee;
  left: 0;
  bottom: 0px;
  z-index: -1;
}

.fy-title>p>span::after {
  left: -80px;
}

.fy-title>p>span::before {
  right: -80px;
}

.tabNav-main {
  margin: 0 auto 30px;
  background-color: #0082f0;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgb(0 130 240 / 10%);
}

.tabNav-main ul {
  padding: 0 14px;
}

.tabNav-main ul li {
  position: relative;
  float: left;
  width: 25%;
  line-height: 20px;
  padding: 16.25px 0;
  text-align: center;
}

.tabNav-main ul li:after {
  display: block;
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  top: 21px;
  right: 0;
  background: #ccc;
}

.tabNav-main ul li a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.tabNav-main ul li:last-child::after {
  display: none;
}

.tabNav-main ul li.on a {
  color: #fa9600;
}

.project .lef {
  height: 290px;
}

.project .lef .procon {
  width: 840px;
  padding: 20px;
}

.project .lef .procon .proconinfo {
  width: 625px;
}

.project .lef .procon .proconinner {
  padding-top: 0;
  height: auto;
}

.project .lef .procon .proconinfo p {
  line-height: 30px;
  font-size: 17px;
}

.project .lef .procon .proconinfo p span {
  color: #0082f0;
  font-weight: bold;
}

.project .rig {
  height: 290px;
}

.project .rig .tit {
  font-size: 20px;
}

.project .rig p {
  line-height: 30px;
  padding: 10px 20px 0;
  font-size: 17px;
}

.city-list {
  float: left;
  width: 32%;
  margin-bottom: 40px;
  margin-right: 2%;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  border-radius: 25px;
  overflow: hidden;
}

.city-list:last-child {
  margin-right: 0;
}

.city-list .city-tit {
  display: flex;
  height: 50px;
  margin-bottom: 10px;
  background: #0082f0;
  border-radius: 50px;
  position: relative;
}

.city-list .city-tit .img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  left: 0;
  top: 0;
}

.city-list .city-tit .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.city-list .city-tit .city-name {
  width: 100%;
  padding-left: 70px;
  color: #fff;
  line-height: 50px;
  font-size: 24px;
  font-weight: bold;
}

.city-list .city-tit .city-name span {
  width: 350px;
  height: 50px;
  color: #8f633f;
  border-radius: 0 50px 50px 0;
  padding-left: 50px;
  float: right;
  background: #faf0e7 url(/static/xuecheng/img/tit1.png) 0 0 no-repeat;
  background-size: auto 100%;
}

.city-cnt {
  height: 400px;
  padding: 0 20px 10px;
  background: #fff;
}

.city-cnt p {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  text-align: justify;
}

.city-cnt p.p1 {
  color: #0082f0;
  font-weight: bold;
}

.city-cnt p.p2 {
  margin-bottom: 8px;
}

.lx22_tit {
  padding-top: 0px;
  margin: 0 auto 20px;
}

.lx22_tit>h4 {
  color: #555;
  font-size: 24px;
  line-height: 54px;
  font-weight: bold;
  text-align: center;
}

.lx22_tit>div {
  height: 1px;
  width: 153px;
  background: #fa9600;
  margin: 0 auto;
}

.bm_from {
  margin-top: -40px;
  padding: 40px 0 70px;
  background: url(/static/xuecheng/img/form-bg1.png) no-repeat center center;
}

.bm_from .bm-main {
  position: relative;
  max-width: 1160px;
  padding: 30px 164px 20px;
  border-radius: 256px;
  background: url(/static/xuecheng/img/form-bg2.jpg) no-repeat center center;
  box-shadow: 0 30px 22px rgb(49 56 143 / 40%);
  background-size: 100% 100%;
}

.basic {
  width: 100%;
  margin-bottom: 20px;
}

.basic ul {
  margin: 0 -1%;
}

.basic ul li {
  width: calc(23% - 10px);
  margin: 0 1%;
  float: left;
  padding-left: 10px;
  background: #fff;
  border-radius: 4px;
}

.basic ul li span {
  float: left;
  width: 93px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
}

.bm_from .required-mark {
  color: #d64848;
  font-weight: normal;
}

.basic ul li>div {
  float: right;
  width: 51%;
  width: calc(100% - 93px);
}

.basic ul li>div input,
.basic ul li>div select {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
  border: none !important;
  outline: none;
  border-radius: 4px;
}

.language {
  margin-bottom: 10px;
}

.language>span,
.money>span {
  display: block;
  float: left;
  width: 132px;
  font-size: 16px;
  color: #fff;
  height: 38px;
  line-height: 38px;
}

.money ul,
.language ul {
  width: 85%;
  float: left;
}

.language ul li {
  width: calc(23% - 10px);
  margin: 0 0 0 2%;
  float: left;
  padding-left: 10px;
  background: #fff;
  border-radius: 4px;
}

.language ul li span {
  float: left;
  width: 80px;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
}

.language ul li>div {
  float: left;
  width: calc(100% - 80px);
}

.language ul li>div input {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 0;
  border: none !important;
  outline: none;
  border-radius: 4px;
}

.money ul li {
  width: 20%;
  height: 38px;
  font-size: 16px;
  line-height: 36px;
  float: left;
  color: #fff;
  cursor: pointer;
}

.money ul li input {
  display: none;
}

.money ul li i {
  padding: 2px 7px;
  margin-right: 10px;
  background: url(/static/xuecheng/img/icon_01.png) no-repeat left center;
  background-size: contain;
}

.money ul li.checked i {
  padding: 2px 7px;
  margin-right: 10px;
  background: url(/static/xuecheng/img/icon_02.png) no-repeat left center;
  background-size: contain;
}

.bm_from .btn {
  width: 100%;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.bm_from .btn input {
  width: 200px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 20px;
  border-radius: 36px;
  background: #fe8953;
  color: #FFF;
  margin-right: 20px;
  border: none !important;
  outline: none;
}

.bm_from .bm-main::before {
  position: absolute;
  display: block;
  content: '';
  width: 66px;
  height: 149px;
  top: -90px;
  right: 100px;
  background: url(/static/xuecheng/img/form-bg3.png) no-repeat center center;
}

.fenlei2_2 {
  max-width: 1920px;
  height: 796px;
  background: url(/static/xuecheng/img/fenlei_03.jpg) no-repeat top center;
  margin: 0 auto;
  overflow: hidden;
}

.fenlei2_2 .fy-title {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 34px;
  overflow: hidden;
}

.fenlei2_2 .fy-title>h2 {
  color: #fff;
}

.main_w {
  padding-top: 15px;
}

.menu_tab {
  border-bottom: 3px solid #fff;
  text-align: center;
}

.menu_tab>li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  line-height: 78px;
  margin-right: 26px;
  width: 176px;
  text-align: center;
  font-weight: bold;
}

.menu_tab>.on {
  color: #dfb11c;
  border-bottom: 5px solid #dfb11c;
}

.main_ext {
  /* width: 1100px; */
  height: 376px;
  background: #f6f6f6;
  margin-top: 32px;
  padding: 37px 49px 39px;
}

.gj_tab {
  position: relative;
  height: 376px;
}

.gj_tab>p {
  color: #000;
  font-size: 18px;
  line-height: 30px;
  padding-top: 20px;
}

.fenlei_an {
  position: absolute;
  bottom: 0;
  left: 178px;
}

.fenlei_an>a {
  color: #fff;
  width: 320px;
  line-height: 60px;
  font-size: 18px;
  display: inline-block;
  background: #3184e2;
  text-align: center;
  border-radius: 60px;
}

.fenlei_an>a:hover {
  background: #78b5f9;
}

.zwysfx {
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.zwysfx .main04-cnt {
  position: relative;
  padding-top: 83px;
  margin-bottom: 30px;
}

.zwysfx .vs-icon {
  position: absolute;
  display: block;
  width: 106px;
  height: 134px;
  left: 50%;
  top: 50%;
  margin-left: -53px;
  margin-top: -50px;
  background: url(/static/xuecheng/img/vs-icon.png) no-repeat center center;
  z-index: 2;
}

.zwysfx .vs-box {
  float: left;
  width: 44%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.zwysfx .vs-tit {
  position: relative;
  height: 90px;
}

.zwysfx .tit-img {
  position: absolute;
  width: 166px;
  height: 166px;
  border: 7px solid #ffae5f;
  border-radius: 166px;
  overflow: hidden;
  left: 30px;
  bottom: 7px;
  z-index: 1;
}

.zwysfx .vs-tit p {
  position: absolute;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 0 70px 70px 0;
  padding: 20px 30px;
  color: #fff;
  background: #ffae5f;
  background: linear-gradient(-90deg, #ee851e, #ffae5f);
  top: -35px;
  left: 179px;
  z-index: 0;
}

.zwysfx .vs-r-box {
  margin-left: 12%;
}

.zwysfx .vs-box ul {
  padding: 0 0px 20px 20px;
}

.zwysfx .vs-box ul li {
  float: left;
  /* width: 42%; */
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 14px;
  position: relative;
}

.zwysfx .vs-box ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  background: #0082f0;
}

.zwysfx .vs-r-box .vs-tit p {
  background: #d7d7d5;
  background: linear-gradient(-90deg, #a0a0a0, #d7d7d5);
}

.zwysfx .vs-r-box .tit-img {
  border-color: #d7d7d5;
}

.zwysfx .tit-img img {
  height: 100%;
}

.zwysfx .vs-r-box .tit-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.zwysfx table {
  width: 100% !important;
}

.zwysfx table tr:first-child td {
  font-size: 24px;
  line-height: 20px;
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #0082f0;
}

.moudle-tit {
  position: relative;
  height: 54px;
  background: #f6f6f6;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  z-index: 0;
}

.moudle-tit h2 {
  position: relative;
  background: #0082f0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 12px 15px;
  text-align: center;
}

.moudle-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 52px;
  height: 54px;
  right: -52px;
  bottom: 0;
  /* background: url(/static/xuecheng/img/md-tit-bg.png) no-repeat right bottom; */
}

.channel {
  margin: 0 -.75%;
}

.channel dl {
  float: left;
  width: 23.5%;
  margin: 0 0.75%;
  border-radius: 8px;
  overflow: hidden;
}

.channel dl dt {
  height: 55px;
  text-align: center;
  font-size: 20px;
  line-height: 55px;
  padding: 0 20px;
  font-weight: bold;
  color: #fff;
}

.channel dl dt span {
  float: right;
  color: #333;
  font-size: 42px;
  opacity: .1;
}

.channel dl dd {
  height: 262px;
  padding: 35px 30px 15px;
  border-radius: 40px 0 40px 0;
  background: rgba(255, 255, 255, .95);
}

.channel dl .channel-cnt {
  font-size: 16px;
  height: 114px;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 1px;
}

.channel .dl1 {
  background: #ff9c00;
}

.channel .dl2 {
  background: #1e00ff;
}

.channel .dl3 {
  background: #fe466a;
}

.channel .dl4 {
  background: #8745fe;
}

.wenda {
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
}

.wenda .wenda_eve {
  float: left;
  width: 557px;
  border: 1px dashed #0082f0;
  padding: 2px 3px;
  margin-bottom: 36px;
}

.wenda .mar_rig {
  margin-right: 90px;
}

.wenda .wd_kuang_n {
  padding: 22px 0 18px;
  border: 1px solid #0082f0;
}

.wenda .wd_ge_l {
  color: #010101;
  font-size: 18px;
  line-height: 23px;
  padding-left: 12px;
  float: left;
  margin-left: 16px;
  position: relative;
}

.wenda .wd_ge_l::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 20px;
  background: #ff9000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wenda .wd_ge_r {
  float: right;
  margin-right: 17px;
  font-size: 18px;
  color: #969292;
  line-height: 23px;
}

.zwflei {
  margin-bottom: 40px;
  position: relative;
}

.tabs-box {
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
  margin-bottom: 40px;
  border-radius: 6px;
}

.tab-panel {
  display: none;
  position: relative;
}

.tab-panel .rigimg {
  position: absolute;
  width: 350px;
  height: 415px;
  right: 0px;
  top: 0;
}

.tab-panel .rigimg img {
  display: block;
  width: 100%;
  height: 100%;
}

.tab-panel table tr {
  font-size: 17px;
}

.tab-panel table tr:first-child {
  background: #0082f0;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
}

.tab-panel table tr:first-child td:nth-child(2) {
  text-align: center;
}

.tab-panel tr td:nth-child(2) {
  text-align: left;
  padding-left: 50px;
}

.tab-panel table tr:nth-child(2n) {
  background: #f7f7f7;
}

.tabs-nav {
  position: relative;
  padding: 18px 15px 8px;
  border-bottom: 1px dashed #ddd;
}

.tabs-nav .nav-tabs {
  display: flex;
  justify-content: center;
}

.tabs-nav::before,
.tabs-nav::after {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  bottom: -10px;
}

.tabs-nav::before {
  background: url(/static/xuecheng/img/tabs-bg-l.jpg) no-repeat right center;
  left: -11px;
}

.tabs-nav::after {
  background: url(/static/xuecheng/img/tabs-bg-r.jpg) no-repeat left center;
  right: -11px;
}

.tabs-nav li {
  width: 14%;
  margin: 1%;
}

.tabs-nav li a {
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding: 5px;
  color: #333;
  font-weight: bold;
  border: 1px solid #dee4fc !important;
  background: #eef0fa !important;
  text-align: center;
  border-radius: 4px;
}

.tabs-nav li.active a,
.tabs-nav li:hover a {
  color: #fff !important;
  background: #0082f0 !important;
  border-color: #0082f0 !important;
}

.tab-content {
  padding: 15px 15px 8px;
}

.tab-content .main02-box h3 {
  margin-bottom: 10px;
  color: #0082f0;
  font-size: 18px;
}

.tab-content .main02-box>p {
  font-size: 17px;
  line-height: 30px;
  width: 800px;
}

.lxcase .forte-box {
  position: relative;
  padding: 20px 0;
}

.lxcase .forte-tit {
  position: relative;
  width: 200px;
  height: 195px;
  padding: 20px;
  border-radius: 100%;
  margin: 0 auto;
  z-index: 2;
  background: #f6f6f6;
  overflow: hidden;
}

.lxcase .forte-circle {
  width: 197px;
  height: 117px;
  padding: 40px 0;
  border-radius: 197px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #0082f0;
  margin: 0 auto;
}

.lxcase .forte-main {
  position: absolute;
  top: 0;
  z-index: 1;
}

.lxcase .forte-main dl {
  float: left;
  width: 43.5%;
  height: 125px;
  margin-bottom: 30px;
  background: #0082f0;
  border-radius: 5px;
  overflow: hidden;
}

.lxcase .forte-main dl.left-forte {
  margin-right: 6.5%;
}

.lxcase .forte-main dl.right-forte {
  margin-left: 6.5%;
}

.lxcase .forte-main dl dd {
  padding: 14px 20px 0;
}

.lxcase .forte-main dl.left-forte dd {
  padding-right: 60px;
}

.lxcase .forte-main dl.right-forte dd {
  padding-left: 60px;
}

.lxcase .forte-main dl dd p {
  height: 96px;
  line-height: 32px;
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

.lxcase .xiamian {
  width: 396px;
  display: block;
  margin: 80px auto 0px;
  overflow: hidden;
}

.lxcase .xiamian img {
  display: block;
  margin: 0 auto;
}

.lxcase .xiamian p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.tabwrap .tabcon {
  display: none;
}

.tabcon {
  width: 94.4%;
  margin-left: 1.6%;
  position: relative;
  background-color: #fff;
  padding: 5% 2% 3%;
}

.tabcon h3 {
  position: absolute;
  left: -20px;
  top: -33px;
  background: url(/static/xuecheng/img/h2-bg2.png) no-repeat left center;
  padding: 0 7% 0 4%;
  font-size: 20px;
  line-height: 60px;
  max-height: 60px;
  color: #fff;
  background-size: 100% 60px !important;
}

.tabcon h3::before {
  content: url(/static/xuecheng/img/h2_content.png);
  width: 20px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 25px;
}

.tabcon .content-top {
  padding: 1.5% 3%;
  border: 1px dashed #cfcfcf;
  background-color: #f3fbf8;
  text-indent: 2em;
  color: #565656;
  line-height: 34px;
  font-size: 17px;
  margin-bottom: 2%;
}

.tabcon table {
  width: 100% !important;
}

.tabcon table td {
  height: 45px;
  font-size: 17px;
  border: 1px solid #dedede;
}

.grapline tr td {
  padding: 10px;
  line-height: 25px;
}

.grapline tr:nth-child(2n) {
  background: #f3f3f3;
}

.tabcon table tr:first-child td {
  font-size: 18px;
  line-height: 20px;
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #0082f0;
}

.tabcon table td span {
  display: block;
}

.tabcon .bg.moudle-tit h2::before {
  display: none;
  background: url(/static/xuecheng/img/md-tit-bg2.png) no-repeat right bottom;
}

.tabcon table tr:first-child td {
  background: #ff9c00;
}

.tabcon .moudle-tit h2 {
  background: #8745fe;
}

.tabcon .bg1.moudle-tit h2 {
  background: #8745fe;
}

.tabcon .bg1.moudle-tit h2::before {
  display: none;
  background: url(/static/xuecheng/img/md-tit-bg4.png) no-repeat right bottom;
}

.gjia h4 {
  color: #ff9c00;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 50px;
}

.gjia p {
  font-size: 18px;
  line-height: 35px;
  text-indent: 2em;
  margin-bottom: 10px;
}

.tabcon .highSchool .schoolList .item {
  background: #fff;
}

.tabcon .anniu001 {
  width: 320px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background: #8745fe;
  border-radius: 50px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.tabcon .yxlist {
  margin: -20px -10px 0;
}

.tabcon .yxlist dl {
  float: left;
  width: 46%;
  margin: 1%;
  margin: 20px 10px;
  padding-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 5px rgb(0 0 0 / 18%);
}

.tabcon .yxlist dl dt {
  padding: 17px 0;
  background: #ff9c00;
}

.tabcon .yxlist dl dt p {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-left: 13px;
  color: #fff;
  border-left: 3px solid #4229a6;
}

.tabcon .yxlist dl dd {
  padding: 12px 20px 16px;
  font-size: 16px;
}

.tabcon .yxlist dl dd .text {
  font-size: 17px;
  line-height: 20px;
  color: #666;
  margin-bottom: 10px;
}

.flex {
  height: 60px;
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
}

.tabcon .flex {
  justify-content: center;
}

.tabcon .yxlist .anniu {
  width: 33.33%;
  font-size: 16px;
  line-height: 60px;
  color: #0082f0;
  text-align: center;
}

.tabcon .yxlist .anniu.line2 {
  line-height: 30px;
}

.moudle-tit1 {
  position: relative;
  height: 54px;
  margin-bottom: 54px;
  background: #fff;
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  z-index: 0;
}

.zx-tabs ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.zx-tabs ul li {
  width: 19.283%;
  float: left;
  text-align: center;
  background: url(/static/xuecheng/img/zx-tabs-li-bg.jpg) no-repeat right center;
}

.zx-tabs ul li:last-child {
  background: none;
}

.zx-tabs ul li a {
  font-size: 24px;
  display: inline-block;
  line-height: 20px;
  color: #333;
  padding: 18px 0;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
}

.zx-tabs ul>li.active a,
.zx-tabs ul>li:hover a {
  position: relative;
  color: #0082f0;
  font-weight: bold;
}

.zx-tabs ul>li.active a::before,
.zx-tabs ul>li:hover a::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: -4px;
  background: url(/static/xuecheng/img/zx-tabs-li-bg2.png) no-repeat bottom center !important;
}

/* 修改 */
.project .lef .procon .proconinfo .btn {
  margin: 8px auto 0;
  display: block;
}

.highSchool .schoolList .item .typeLogo .type p:nth-child(n+3) {
  display: none;
}

.combox {
  width: 1160px;
  padding: 30px;
  height: 230px;
  border-radius: 60px 10px 60px 10px;
  background: url(/static/xuecheng/img/yishubg.png) no-repeat right bottom;
  background-size: 100% 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 16%);
  margin: 0 auto;
}

.combox .combox-tit {
  font-size: 24px;
  color: #0082f0;
  font-weight: bold;
  margin-bottom: 20px;
}

.combox .combox-tit span {
  position: relative;
  z-index: 0;
}

.combox .combox-tit span::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 7px;
  background: #d4d9f1;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.combox .combox-text {
  padding-right: 160px;
  font-size: 16px;
  line-height: 30px;
}

.combox .combox-text p {
  margin-bottom: 10px;
}

.combox .bm-btn {
  width: 100%;
  overflow: hidden;
}

.combox .bm-btn a {
  width: 136px;
  float: right;
  text-align: center;
  color: #ff9833;
  font-size: 18px;
  line-height: 20px;
  padding: 6px 0;
  border: 1px solid #ff9833;
  background: #fff;
  border-radius: 20px;
}

.yszy {
  margin-bottom: 50px;
  overflow: visible;
  position: relative;
  /* background: url(/static/xuecheng/img/ysbg3.png) center 0 no-repeat; */
}

.yszylist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.yszylist .item {
  width: 16.66%;
  margin: 0 0 20px;
}
.yszylist .item:nth-child(6n){
  margin-right: 0;
}
.yszylist .item .img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  transition: all .5s;
  margin-bottom: 15px;
  border-radius: 200px;
  overflow: hidden;
}

.yszylist .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.yszylist .item:hover .img {
  transform: rotateZ(360deg);
}

.yszylist .item p {
  font-size: 20px;
  margin-top: 25px;
  text-align: center;
}

.ys-title {
  text-align: center;
  margin-bottom: 40px;
}

.ys-title h2 {
  font-size: 40px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.ys-title h2 span {
  position: relative;
  display: inline-block;
  color: #0082f0;
  line-height: 1;
}

.ys-title .line-box {
  height: 6px;
  line-height: 0;
}

.ys-title .line-box span {
  position: relative;
  display: inline-block;
  width: 130px;
  height: 1px;
  background: #d7c3a1;
  z-index: 1;
}

.ys-title .line-box span::before {
  display: block;
  content: '';
  position: absolute;
  width: 40px;
  height: 5px;
  background: #af8743;
  border-radius: 3px;
  left: 45px;
  top: -2px;
}

.ysys {
  background: url(/static/xuecheng/img/ysbg1.png) no-repeat center center;
  /* background: #f3f3f3; */
  padding-bottom: 30px;
  margin: 0 auto;
}

.ysys .adv-list {
  position: relative;
  float: left;
  width: calc(48% - 230px);
  height: 190px;
  margin: 1%;
  padding: 15px 30px 30px 170px;
  border-radius: 5px;
  overflow: hidden;
}

.ysys .adv-list:nth-child(1) {
  background: url(/static/xuecheng/img/ysysimg3.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ysys .adv-list:nth-child(2) {
  background: url(/static/xuecheng/img/ysysimg2.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ysys .adv-list:nth-child(3) {
  background: url(/static/xuecheng/img/ysysimg4.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ysys .adv-list:nth-child(4) {
  background: url(/static/xuecheng/img/ysysimg1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ysys .adv-list .adv-num {
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 80px;
  background: #ff9833;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  left: 25px;
  top: 75px;
}

.ysys .adv-list dd .adv-tit {
  font-size: 26px;
  font-weight: bold;
  color: #ff9833;
  text-align: center;
  margin-bottom: 10px;
}

.ysys .adv-list dd p {
  font-size: 16px;
  color: #555;
  line-height: 25px;
  letter-spacing: 2px;
}

.yssqtjList {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
}

.yssqtjList .item {
  width: 20%;
  height: 244px;
  float: left;
  position: relative;
  background: linear-gradient(to bottom, #FF9779, #FF677E);
}

.yssqtjList .item:nth-child(2n) {
  background: linear-gradient(to bottom, #f3ba64, #FDA351);
}

.yssqtjList .item i {
  width: 80px;
  height: 80px;
  font-style: normal;
  line-height: 80px;
  text-align: center;
  top: -40px;
  left: 50%;
  font-size: 40px;
  color: #0082f0;
  font-weight: bold;
  background: #fff;
  position: absolute;
  border-radius: 80px;
  margin-left: -40px;
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
  transition: all .5s;
}

.yssqtjList .item .name {
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  width: 100px;
  color: #fff;
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}

.yssqtjList .item .name::after {
  content: '';
  position: absolute;
  width: 55px;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 0;
}

.yssqtjList .item p {
  font-size: 16px;
  padding: 10px;
  color: #fff;
  line-height: 30px;
  text-align: justify;
}

.yssqtjList .item:hover i {
  transform: rotate(360deg);
}

.zixun {
  width: 170px;
  height: 30px;
  border-radius: 5px;
  display: block;
  line-height: 30px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  background: #ff9833;
  color: #fff;
}

.yscase {
  width: 100%;
  margin: 30px 0 0;
  padding-bottom: 30px;
  background: url(/static/xuecheng/img/ysbg2.png) center center no-repeat;
  overflow: hidden;
  position: relative;
}

.ystab {
  width: 100%;
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.ystab a {
  width: 296px;
  height: 66px;
  font-size: 18px;
  color: #0082f0;
  text-align: center;
  line-height: 66px;
  text-align: center;
  background: url(/static/xuecheng/img/li_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ystab a.on {
  color: #fff;
  background: url(/static/xuecheng/img/li_hover_bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.ystab a:first-child {
  margin-right: 80px;
}

.ystabcon {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  display: none;
  justify-content: space-between;
}

.ystabcon .item {
  width: calc(49% - 20px);
  margin-bottom: 20px;
  padding: 70px 10px 20px;
  background: rgba(255, 255, 255, .9);
  position: relative;
}

.ystabcon .item h3 {
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  background: url(/static/xuecheng/img/sub-tit-bg.png) no-repeat left center;
  width: calc(100% - 8%);
  padding: 0 4% 0 4%;
  font-size: 16px;
  line-height: 50px;
  max-height: 50px;
  color: #fff;
  font-weight: normal;
  background-size: 100% 50px !important;
}

.ystabcon .item span {
  font-size: 14px;
  display: block;
  color: #ff9833;
  margin-bottom: 10px;
}

.ystabcon .item p {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
}

.ystabcon .item span b {
  color: #ff9833;
}

.mstuij .course {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background: #fff;
  overflow: hidden;
}

.mstuij .course .nav-tabs {
  float: left;
  width: 164px;
  background: #0082f0;
}

.mstuij .course .nav-tabs>li {
  width: 100%;
  margin: 0 auto;
  float: left;
}

.mstuij .course .nav-tabs>li>a {
  position: relative;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  border-radius: 0;
  border: none !important;
  width: 100%;
  border-bottom: 1px solid #fff !important;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  background: none !important;
}

.mstuij .course .nav-tabs>li.active>a {
  background: linear-gradient(#fddf9b -50px, #f6503a) !important;
  border-bottom: 1px solid #ab7c5d !important;
}

.mstuij .course .nav-tabs>li.active>a::before{
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 100%;
  background: url(/static/xuecheng/img/plan-sj.png) no-repeat left center;
  right: -10px;
  top: 0;
}

.course_con{
  float: left;
  width: calc(100% - 164px);
}

.course_con .tab-pane {
  padding: 0 30px 0 30px;
  background: #fff;
  display: none;
}

.course_con .tab-pane ul {
  width: 100%;
}

.course_con .tab-pane ul li {
  position: relative;
  padding-left: 80px;
  font-size: 16px;
  line-height: 35px;
  margin-top: 15px;
}

.course_con .tab-pane ul li:first-child{
  margin-top: 5px;
}

.course_con .tab-pane ul li b {
  position: absolute;
  display: block;
  width: 68px;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  color: #023793;
  background: #d9e7fb;
  left: 0;
  margin-top: 5px;
  border-radius: 4px;
}

.course_con .tab-pane ul li b::before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #d9e7fb;
  border-bottom: 5px solid transparent;
  right: -5px;
  top: 50%;
  margin-top: -5px;
}

.mstuij .module-sub-title {
  margin: 20px auto;
  padding: 0px 0 10px;
  border-bottom: 1px solid #d0d5da;
}

.mstuij .module-sub-title h3 {
  float: left;
  height: 23px;
  font-size: 24px;
  line-height: 18px;
  font-weight: bold;
  color: #0082f0;
  padding-left: 13px;
  margin-right: 20px;
  border-left: 3px solid #0082f0;
}

.mstuij .highSchool .schoolList .item ul {
  padding: 0 10px;
  line-height: 25px;
  font-size: 14px;
}

.mstuij .highSchool .schoolList .item {
  width: 295px;
  background: #f6f6f6;
  margin-left: 13px;
  float: left;
  margin-bottom: 20px;
  transition: all .3s;
  height: 390px;
  position: relative;
}

.mstuij .highSchool .schoolList .item:nth-child(4n -3) {
  margin-left: 0;
}

.mstuij .highSchool .schoolList .item h2 {
  font-size: 20px;
  color: #000;
  padding: 10px;
}

.mstuij .highSchool .schoolList .item .btn {
  background: #0082f0;
  color: #fff;
  width: 100px;
  float: right;
  margin-right: 10px;
  line-height: 30px;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: 10px;
}

/* 表格样式 */
.tab-panel .bg1 {
  background: #fff url(/static/xuecheng/img/td-bg.jpg) repeat-y left center;
}

.school-form {
  padding: 20px 0 !important;
  margin-bottom: 20px;
  background: #2549b4;
  background-size: cover;
}

.school-form .form-box {
  margin: 0 20px;
  padding: 20px 0;
  background: #fff;
  border-radius: 6px;
}

.school-form .sub-tit {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.school-form .sub-tit span {
  position: relative;
}

.school-form .sub-tit span:after,
.school-form .sub-tit span:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  width: 88px;
  height: 100%;
}

.school-form .sub-tit span:after {
  left: -108px;
  background: url(/static/xuecheng/img/faq-l.png) no-repeat center right;
}

.school-form .sub-tit span:before {
  right: -108px;
  background: url(/static/xuecheng/img/faq-r.png) no-repeat center left;
}

.dashed-box {
  position: relative;
  width: 100%;
  height: 1px;
  border: 1px dashed #e3e3e3;
  margin-bottom: 30px;
}

.dashed-box:after,
.dashed-box:before {
  display: block;
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: #2549b4;
  top: -7px;
}

.dashed-box:before {
  left: -8px;
}

.dashed-box:after {
  right: -8px;
}

.school-form .form-group {
  width: 29.333%;
  margin: 0 2% 30px;
  float: left;
  border: 1px solid #ddd;
}

.school-form .form-group:nth-child(1),
.school-form .form-group:nth-child(3) {
  margin-left: 18%;
}

.input-group-span {
  float: left;
  width: 87px;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
}

.input-group-span em {
  color: #ae2a2a;
  font-style: normal;
}

.form-group-main {
  position: relative;
  width: 90%;
  float: left;
  width: calc(100% - 97px);
}

.form-group-main input,
.form-group-main select {
  display: block;
  width: 100%;
  height: 30px;
  outline: none;
  border: none;
}

.school-form .submit-group {
  width: 100% !important;
  height: 30px;
  float: left;
  text-align: center;
}

.school-form .submit-group .btn-default {
  width: 140px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(0deg, #e2851a, #f1bd6d);
  color: #fff;
  border: none !important;
  outline: none;
}
.lxcase.dz .forte-main dl dd{
  padding-top: 5px;
}
.lxcase.dz .forte-main dl dd p{
  line-height: 25px;
  font-size: 16px;
}
.lxcase.dz .forte-main dl dt p{
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 0;
  color: #fff;
}
.anliswiperWrap{
  position: relative;
}
.anliswiperWrap .swiper-button-prev{
  left: -40px;
}
.anliswiperWrap  .swiper-button-next{
  right: -40px;
}
.anliwrap {
  background: url(/static/xuecheng/img/main08-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.anliswiper {
  position: relative;
}

.anliswiper .swiper-slide .item {
  position: relative;
  display: block;
}

.anliswiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 327px;
  border: 1px solid #f5f5f5;
}

.anliswiper .swiper-slide .item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: linear-gradient(90deg, #1e43af, #395cc3);
  padding: 12px 0;
}

.anliswiper .swiper-slide .item-name p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}

.anliswiper .swiper-slide .view-btn {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/static/xuecheng/img/chakan.png) no-repeat center center;
  background-size: 106px;
  z-index: 0;
  cursor: pointer;
}

.anliswiper .swiper-slide:hover .view-btn {
  display: block;
}
