﻿*{
    font-size:0.32rem;
 
}
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
a,
span,
figure,
figcaption {
    margin: 0px;
    padding: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

fieldset,
img {
    border: none;
}

img {
    display: block;
    width: 100%;
    font-size: 0px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input::-moz-focus-inner {
    border: none;
    padding: 0px;
}

select,
input {
    vertical-align: middle;
    display: block;
}

select,
input,
textarea {
    font-size: 13px;
    margin: 0px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none;
    outline: none;
}

button {
    outline: none;
}

textarea {
    resize: none;
    overflow: hidden;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

.clearit {
    clear: both;
    height: 0px;
    font-size: 0px;
    overflow: hidden;
    width: 100%;
}

header,
div,
nav,
li,
input,
section,
figure,
table,
select,
figcaption,
footer,
td,
p,
a,
img {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    display: block;
    color: #000;
}

body {
    margin: 0 auto;
    position: relative;
}

body,
html {
    margin: 0 auto;
    max-width: 640px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.fl {
    float: left;
}

.rl {
    float: right;
}

.content {
    width: 95%;
    margin-left: 2.5%;
}
.content_p {
    width: 100%;
    padding:0 2.5%;
}
/* 公共样式结束 */
.top>span{
    float: left;
    width: 0.375rem;
    height: 1.171875rem;
    background: url('../images/tb_03.png') 102% 70% no-repeat;
    background-size: 3rem;  
}
.top>img{
    float: left;
    width:50%;
    margin-left: 20%;
    margin-top: 2%;
}
/* 专业列表头部 */
.top_list{
    margin-top: 0.25rem;
}
.top_list>img{
    border-radius: 10px;
}
.top_ul_div{
    padding-top:0.1rem;
}
.top_ul li{
    float: left;
    width: 30%;
    padding-left:0.1rem;
}
.top_ul li:nth-child(2){
    margin:0 5%
}
.top_ul li span{
    float: left;
    width: 0.671875rem;
    height: 0.671875rem;
    border-radius: 50%;
    background-image: url("../images/tb1_03.png");
    background-size: 3rem;
    background-repeat: no-repeat;
    /* background-position-y: .1rem; */
}
.top_ul li:nth-child(1) span{
    background-color: #ee7700;
    background-position: -6.5%;
}
.top_ul li:nth-child(2) span{
    background-color: #ff96aa;
    background-position: 35.5%;
}
.top_ul li:nth-child(3) span{
    background-color: #bf997b;
    background-position: 80%;
}
.top_ul li p{
    float: left;
    height: 0.671875rem;
    line-height: 0.671875rem;
    font-size: 0.44444rem;
    margin-left:0.25rem;
}
.top_ul{
    position: relative;
    width: 100%;
    max-width: 640px;
    padding:0.5625rem 2.5%;
    background: #fff;
    transition: all .5s;
    z-index: 10000;
   
}
.top_ul.on{
    position: fixed;
    top: 0;
    box-shadow:0px 3px  10px 2px #ddd;
}
.top_ul>span{
    content: '';
    position: absolute;
    height: 3px;
    width:27.5%;
    bottom:0;
    left: 2.5%;
    background-color: #ff7700;
    border-radius: 50px;
    transition: all .5s;
}
.hbg{
    height:0.328125rem;
    background-color: #f3f3f3; 
}
/* 专业列表 */
.zylist{
    padding-bottom: 2.5%;
}
.zylist>div{
    padding:0.4rem 0;
}
.zylist>div>h2{
    position: relative;
    float: left;
    font-size: 0.44444rem;
    padding-left:.375rem;
}
.zylist>div>h2::before{
    position: absolute;
    top:50%;
    left: 0;
    content:'';
    width:3px;
    height: 60%;
    transform: translateY(-50%);
    background-color: #ee7700;
    border-radius: 30px;
}
.zylist>div>span{
    float: right;
    color: #adadad;
    font-size: 0.3333rem;
    background: url("../images/xjt.jpg") 100% no-repeat;
    padding-right: 0.3rem;
}
.zylist>ul li{
    float: left;
    width: 48.5%;
    padding: .3rem;
    border-radius: 10px;
    box-shadow:0px 3px  10px 2px #ddd;
    margin-bottom: 3%;
}
.zylist>ul li:nth-child(2n){
    margin-left: 3%;
}
.zylist>ul li>a>div>h2{
    float: left;
    font-size: 0.47rem;
    font-weight: bold;
    line-height: 0.53125rem;
}
.zylist>ul li>a>div span{
  position: relative;
  top:-0.05rem;
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 0.53125rem;
    background:#ee7700;
}
.zylist>ul li>a>div span>img{
    position: absolute;
    height: .2rem;
    width: .2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}
.zylist>ul li>a>img{
    margin-bottom: .3rem;
}
.zylist>ul li>a>p:nth-child(2){
    font-size: 0.37rem;
    color: #5b5b5b;
    margin-bottom:0.3rem;
    margin-top: 0.1rem;
}
.zylist>ul li>p:nth-child(2) a{
    float: left;
    width:48%;
    border: 2px solid #ee7700;
    text-align: center;
    color: #ee7700;
    font-size: 0.333rem;
    font-weight: bold;
    border-radius: 30px;
}
.zylist>ul li>p:nth-child(2) a:nth-child(2){
    margin-left:4%;
    background-color: #ee7700;
    color: #fff;
}
/* 底部表单 */
.bottom{
    padding:0.6875rem 0;
}
.bottom>p>img{
    border-radius: 10px;
}
.bottom>div{
    margin-top:0.671875rem;
}
.bottom form{
    padding-bottom: 0.74074rem;
    border-radius: 10px;
    box-shadow:0px 1px 10px 5px #eee;
}
.bottom form h2{
    font-size: 0.47rem;
    font-weight: bold;
    color: #ff6c00;
    text-align: center;
    padding:0.7rem;
}
.bottom form ul{
    width: 85%;
    margin:0 auto;
}
.bottom form li{
    width:100%;
    /* padding: 0 10%; */
    height:0.9740740rem;
    margin-bottom:0.333rem;
}

.bottom form li>span{
    float: left;
    width:20%;
    height:0.9740740rem;
    color:#ff6c00;
    font-size:0.37rem;
    font-weight: bold;
    line-height: 0.9740740rem;
}
.bottom form li p{
    float: left;
    height:0.9740740rem;
    width:80%;
    background-color:#f7f7f7;
    line-height: 0.9740740rem;
}
.bottom form li p span{
    float: left;
    width:0.925925rem;
    height:0.9740740rem;
    padding:0.07rem;
    line-height: 0.9740740rem;
}
.bottom form li p input,form li p select{
    float:left;
    height:0.90740740rem;
    width:70%;
    border:none;
    background: #f7f7f7;
    text-indent: 0.2rem;
    font-size: 0.37rem;
}
.bottom form li p select option{
    text-align: center;
    border: none;
    outline: none;
    padding-left: 20px;
    color:#6d6d6d;

}

.bottom form li:nth-child(1) p>span{
    background:url("../images/ren.svg") no-repeat 0.2rem;
    background-size:.6rem;
}
.bottom form li:nth-child(2) p>span{
    background:url("../fonts/tel.svg") no-repeat 0.2rem;
    background-size:.6rem;
}
.bottom form li:nth-child(3) p>span{
    background:url("../fonts/zy.svg") no-repeat 0.2rem;
    background-size:.6rem;
}
.bottom form li:nth-child(3) p{
    position: relative;
}
.bottom form li:nth-child(3) p i{
    position: absolute;
    right:4px;
    top: 50%;
    transform: translateY(-50%);
    width:0.37037rem;
    height: 0.37037rem;
    background:#fff url("../fonts/xjt.svg") no-repeat center;
    background-size: 0.3rem;
    border-radius: 5px;
    box-shadow:0px 3px 3px 2px #ddd;
}
.bottom form li a{
    display:block;
    width:70%;
    height: 0.859rem;
    font-size: 0.444rem;
    color:#fff;
    border-radius: 30px;
    margin:0 auto;
    font-weight: bold;
    background: #ff6c00 url("../images/djt_03.png") 75% no-repeat;
    background-size: 0.5rem;
    text-indent: -5%;
    text-align: center;
    line-height: 0.859rem;
}
.yqts {
    text-align: center;
    line-height: 0.55rem;
    font-weight: 300;
    font-size: 0.34444rem;
    color: #5b5b5b;
}
/* 底部说明 */
.footer ul li{
    text-align: center;
    color: #787878;
    margin-bottom:0.05rem;
}
.footer ul li span{
    color: #ff6c00
}
.footer ul{
    margin-bottom: 0.4rem;
}
/* 弹框 */
.x-fiexd {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 0.925925rem;
    line-height: 0.925925rem;
    background: url(../images/aq.svg) no-repeat 0.74074rem center rgba(255, 46, 0, 0.8);
    background-size: 26px;
    color: #fff;
    text-align: center;
    padding-left: 0.925925rem;
    top: 15%;
    font-size: 14px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: none;
    max-width: 640px;
  }
  .x-layer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    max-width: 608px;
    z-index: 11;
    width: 95%;
    height: 2.777777rem;
    padding: 0 0.925925rem;
    display: none;
  }
  .x-layer .x-msg {
    position: relative;
    width: 100%;
    line-height: 1.055555rem;
    height: 1.055555rem;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: url(../fonts/ts.svg) no-repeat 0.37037rem center rgba(255, 46, 0, 0.8);
    background-size: 20px;
    border-radius: 0.092592rem;
    padding-left: 0.37037rem;
  }

  @charset "UTF-8";

body {
  background-color: #fff;
}

body,
h5,
h3,
p {
  margin: 0;
}

img {
  width: 100%;
}

a {
  color: #000;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .7 !important;
}

/* banner*/

.waug-banner {
  font-size: 0;
  line-height: 0;
  position: relative;
}

.waug-banner img {
  width: 100%;
}

.waug-banner .waug-jump {
  position: absolute;
  width: 45%;
  height: 10%;
  bottom: 17%;
  left: 27%;
}

/*标题*/

.waug-title {
  padding: 0.8rem 0.666667rem;
  text-align: center;
}

.waug-title h3 {
  font-size: 0.4rem;
  color: #000;
  font-weight: bold;
}

.waug-title h5 {
  font-size: 0.24rem;
  margin-top: 0.133333rem;
  color: #030303;
}

/*按钮*/

.waug-btn {
  display: inline-block;
  margin: 2.666667rem auto 0 auto;
  border: 0.013333rem solid #000;
  padding: 0.133333rem 0.2rem;
}

.waug-btn a {
  color: #000;
}

.waug-btn img {
  display: inline-block;
  width: 0.8rem;
  vertical-align: middle;
}

/*一行2张图布局*/

.cour-con {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cour-con .cour-co-con {
  position: relative;
  width: 4.8rem;
  height: 4rem;
  margin: 0.266667rem 0.066667rem;
  margin-top: 0;
}

.cour-con .cour-co-co {
  width: 100%;
  height: 100%;
  background: url(../images/w-kc1.jpg) no-repeat center;
  background-size: cover;
  background-color: #fff;
  opacity: 0.5;
  text-align: center;
}

.cour-con .cour-co-con2 .cour-co-co {
  background: url(../images/w-kc2.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con3 .cour-co-co {
  background: url(../images/w-kc3.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con4 .cour-co-co {
  background: url(../images/w-kc4.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con5 .cour-co-co {
  background: url(../images/w-kc5.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con6 .cour-co-co {
  background: url(../images/w-kc6.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con7 .cour-co-co {
  background: url(../images/w-kc7.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con8 .cour-co-co {
  background: url(../images/w-kc8.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con9 .cour-co-co {
  background: url(../images/w-kc9.jpg) no-repeat center;
  background-size: cover;
}

.cour-con .cour-co-con10 .cour-co-co {
  background: url(../images/w-kc10.jpg) no-repeat center;
  background-size: cover;
}

.cour-mask {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 3.5%;
  left: 3.5%;
  width: 93%;
  height: 93%;
  border: 0.013333rem solid #000;
}

.cour-mask > p {
  color: #000;
}

.cour-mask h3 {
  position: relative;
}

.cour-mask h3 span {
  color: #000;
  font-size: 0.933333rem;
  border-bottom: 0.04rem solid #000;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transform: scaleX(0.75);
  display: inline-block;
  font-weight: 700;
}

.cour-mask sup {
  font-size: 0.213333rem;
  position: absolute;
  top: 0.2rem;
  right: -0.2rem;
  font-weight: normal;
}

.cour-mask p {
  font-size: 0.373333rem;
  margin: 0;
  line-height: 0.733333rem;
  font-family: "微软雅黑";
}

.cour-mask span {
  font-size: 0.333333rem;
  font-family: "微软雅黑";
}

/*间隔*/

.waug-nu {
  height: 0.2rem;
  background-color: #eee;
}

/*招生对象*/

.waug-student {
  text-align: center;
  margin-bottom: 0.933333rem;
}

.waug-sc {
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0.133333rem;
}

.waug-sc .waug-sc-c {
  position: relative;
  width: 32%;
}

.waug-sc .waug-sc-c > img {
  /*height: 2.933333rem;*/
}

.waug-sc .waug-sc-c .sc-con {
  position: absolute;
  bottom: -1.933333rem;
  width: 100%;
  padding: 0.266667rem 0;
  background-color: #fc5a01;
}

.waug-sc .waug-sc-c .sc-con img {
  width: 0.8rem;
  margin: 0 auto 0.133333rem auto;
}

.waug-sc .waug-sc-c .sc-con p {
  font-size: 0.333333rem;
  line-height: 0.4rem;
  color: #fff;
  text-align: center;
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.waug-sc .waug-sc-c .sc-con-co {
  border: 0.013333rem solid #fff;
  border-top: 0;
  border-bottom: 0;
  margin: 0 0.133333rem;
}

/*课程安排*/

.waug-course {
  width: 100%;
  overflow: hidden;
  background-color: #eee;
  padding-bottom: 1.866667rem;
}

.waug-course .waug-title {
  background-color: #eee;
}

.waug-course .waug-title h5 {
  color: #959595;
}

.waug-course .aug-adv-bg {
  background: url(../images/adu-si-bg.jpg) no-repeat center center;
  width: 100%;
  height: 6.666667rem;
}

.waug-course .aug-adv-btns {
  background-color: #eee;
  height: 2.666667rem;
  padding-top: 1.6rem;
  text-align: center;
}

.waug-course .aug-adv-btns {
  background-color: #eee;
  height: 2.666667rem;
}

.waug-course .aug-adv-btns img {
  width: 0.666667rem;
}

.waug-course .aug-le {
  display: inline-block;
  top: 112%;
  background-color: #fff;
  background-image: none;
  padding: 0.173333rem 0.133333rem 0.133333rem;
  width: 1.333333rem;
  height: 0.6rem;
}

.waug-course .adv-prev {
  left: 3.6rem;
}

.waug-course .aug-re {
  background-color: #ee5400;
  right: 3.6rem;
  padding-top: 0.173333rem;
}

.waug-course .swiper-container {
  overflow: visible;
}

/*四大优势*/

.waug-sadv {
  text-align: center;
}

.waug-sadv .cour-co-con {
  height: auto;
  display: block;
  position: relative;
  float: left;
  transform: translate3d(0, -2rem, 0);
  -webkit-transform: translate3d(0, -2rem, 0);
  -moz-transform: translate3d(0, -2rem, 0);
  opacity: 0;
  transition: 1.1s;
  -webkit-transition: 1.1s;
  -moz-transition: 1.1s;
}

.waug-sadv .item-iv-list-over {
  opacity: 1!important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  -moz-transform: translate3d(0, 0, 0) !important;
}

.waug-sadv .cour-co-img {
  position: relative;
}

.waug-sadv .cour-co-img > span {
  position: absolute;
  bottom: 0.133333rem;
  left: 0.133333rem;
  background-color: #fc5a01;
  color: #fff;
  font-size: 0.4rem;
  width: 0.8889rem;
  height: 0.666667rem;
  text-align: center;
  line-height: 0.666667rem;
  border-radius: 50%;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transform: scaleX(0.75);
  display: inline-block;
  font-weight: 700;
}

.waug-sadv .aug-adv-it {
  text-align: center;
  border: 0.013333rem solid #000;
  border-left: 0;
  border-right: 0;
  margin: 0.266667rem 0.133333rem;
  padding: 0 0 0.133333rem 0;
}

.waug-sadv .aug-adv-it p {
  width: 85%;
  margin: 0 auto;
  background: url(../images/english.jpg) no-repeat 0 0.08rem;
  height: 0.213333rem;
}

.waug-sadv .waug-btn {
  margin: 0.133333rem 0 0.733333rem 0 !important;
}

/*创业*/

.waug-oshop .tab-swip {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  padding: 0 0.266667rem 0 0.4rem;
  -ms-flex-pack: baseline !important;
      justify-content: baseline !important;
}

.waug-oshop .cour-co-con {
  margin: 0.266667rem 0;
}

.waug-oshop .tab-os-item.on {
  color: #fc5a01;
}

.waug-oshop .tab-os-item.on span,
.waug-oshop .tab-os-item.on p {
  color: #fc5a01;
}

.waug-oshop .tab-os-item.on i {
  position: absolute;
  left: 0;
  top: 0.933333rem;
  width: 0.6rem;
  height: 0.066667rem;
  background-color: #fc5a01;
}

.waug-oshop .waug-osh-swiper {
  margin: 0.4rem 0 0 0;
}

.waug-oshop .tab-os-item {
  width: 4.5rem;
  height: auto;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.133333rem;
  border-bottom: 0.026667rem solid #eee;
}

.waug-oshop .tab-os-item span {
  font-size: 0.533333rem;
  color: #959595;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transform: scaleX(0.75);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.waug-oshop .tab-os-item h4 {
  width: 80%;
  margin-top: 0;
  margin-bottom: 0.4rem;
}

.waug-oshop .tab-os-item h4 > p {
  font-size: 0.333333rem;
}

.waug-oshop .tab-os-item h4 em {
  display: block;
  width: 140%;
  font-size: 0.16rem;
  transform: scale(0.6);
  -ms-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -o-transform: scale(0.6);
  position: absolute;
  left: -0.333333rem;
  top: 0.4rem;
}

/*教师*/

.waug-teacher {
  background-color: #fff;
  padding-bottom: 2rem;
}

.waug-teacher .waug-title {
  background-color: #fff;
}

.waug-teacher .waug-wrap-co .swiper-slide {
  position: relative;
}

.waug-teacher .waug-wrap-co .waug-tear-cont {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  width: 4rem;
}

.waug-teacher .waug-tear-cont > h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transform: scaleX(0.75);
  -ms-transform: scaleX(0.75);
  -o-transform: scaleX(0.75);
  -webkit-transform: scaleX(0.75);
  font-weight: 700;
  font-size: 0.4rem;
  margin-left: -0.6rem;
}

.waug-teacher .waug-tear-cont > h4 > span {
  font-weight: bold;
}

.waug-teacher .waug-tear-cont > h4 > .tea-lb {
  position: absolute;
  left: -0.24rem;
  top: 0.026667rem;
  border: 0.013333rem solid #ee5400;
  background-color: #ee5400;
  width: 0.08rem;
  height: 0.4rem;
}

.waug-teacher .waug-tear-cont .tea-na {
  margin-bottom: 0.133333rem;
  display: block;
}

.waug-teacher .waug-tear-cont > h3 {
  color: #7d7d7d;
  margin: 0.266667rem 0;
  font-size: 0.24rem;
}

.waug-teacher .waug-tear-cont > p {
  line-height: 0.4rem;
}

.waug-teacher .tear-more {
  font-size: 0.24rem;
  background-color: #ee5400;
  display: inline-block;
  color: #fff;
  padding: 0.066667rem;
  margin-top: 0.266667rem;
}

.waug-teacher .tear-more img {
  height: 0.3rem;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.133333rem 0;
}

.waug-teacher .aug-le {
  top: 113%;
}

/*优秀学员*/
.outstu-co .waug-outstu-swiper .swiper-slide{
    width:100%;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: top;
    flex-flow:row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: justify;
}
.outstu-co .waug-outstu-swiper img{
    width:50%;
    align-self: end;
}
.outstu-co .waug-outstu-swiper .swiper-slide div.outstu-ri{
    width:50%;
    background-color: #f8f8f8;
}
.outstu-ri .ous-t{
    background-color: #eee;
    color: #fb5a01;
    padding: .25rem .45rem;
    font-weight: bold;
}
.ous-t h3{
    display: inline-block;
    font-size: .4rem;
    font-weight: bold;
    vertical-align: bottom;
}
.ous-t h4{
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.24rem;
    vertical-align: bottom;
}
.outstu-ri>p{
    padding-left: .45rem;
    font-size: .28rem;
    line-height: .5rem;
    color: #5f5f5f;
    margin-top: .3rem;
}
.waug-outstu .swiper-container-horizontal > .swiper-pagination-bullets,
.waug-outstu .swiper-pagination-custom,
.waug-outstu .swiper-pagination-fraction {
    bottom: 10%;
    left: 54%;
    width: auto;
}

.waug-outstu .swiper-pagination-bullet {
  opacity: 0.5;
  background:#dadada;
  margin:0 3px !important;
}

.waug-outstu .swiper-pagination-bullet-active {
  border-radius: 0.106667rem;
  background: #959595;
  opacity: 0.7;
}

/*教学环境*/

.waug-teach {
  text-align: center;
  background-color: #eee;
}

.waug-teach .tab-swip {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
  margin-top: 0.266667rem !important;
}

.waug-teach .tab-swip li + li {
  margin-left: 0.133333rem;
}

.waug-teach .tab-swip .tab-os-item {
  height: 1.066667rem;
  width: 3.733333rem;
  font-size: 0;
  transition: all .3s ease;
  overflow: hidden;
}

.waug-teach .tab-swip .on {
  width: 6rem;
  height: 1.066667rem;
}

.waug-teach .waug-teach-swiper,
.waug-teach .tab-swip {
  margin: 0 0.133333rem;
}

.waug-teach .waug-btn {
  margin: 0.666667rem auto;
}

/*其他*/

.waug-other .waug-sad-co .other-btn {
  height: 0.666667rem;
  width: auto;
}

.waug-other .sad-co-item .sad-co-bg {
  width: 3.066667rem;
  height: 3.066667rem;
  background: url(../images/w-qt3.jpg) no-repeat center;
  background-size: cover;
}

.waug-other .sad-co-item:first-child .sad-co-bg {
  background: url(../images/w-qt1.jpg) no-repeat center center;
  background-size: cover;
}

.waug-other .sad-co-item:last-child .sad-co-bg {
  background: url(../images/w-qt2.jpg) no-repeat center;
  background-size: cover;
}

.waug-other .waug-sad-co {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0;
  padding: 0 0.133333rem;
}

.waug-other .sad-co-te {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #eee;
  width: 3.066667rem;
  padding: 0.133333rem;
}

.waug-other .sad-co-t {
  text-align: center;
}

.waug-other .sad-co-t h4 {
  font-size: 0.333333rem;
  margin-bottom: 0;
}

.waug-other .sad-co-t span {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  display: block;
  font-size: 0.293333rem;
  color: #898989;
}

.hd-txt {
  width: 80% !important;
  position: absolute;
  top: 15%;
  left: 10%;
  animation: hdtxt 2s;
}

@keyframes hdtxt {
  0% {
    transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0%);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    opacity: 1;
  }
}