@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
input{
    border: none;
                outline: none;
                -webkit-appearance: none;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
    text-decoration: none;
}

html {
    font-size: 87.5%;
}
.swiper-container{
    --swiper-pagination-color: #11b88e;/* 两种都可以 */
  }
  .MyClass{
      position: absolute;
      /* top: 0; */
      bottom: 0;
      width: 94%;
      margin: auto;
      height: 30px;
  }
  .MyClass span{
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 0 4px;
      /* background: #fff; */
  }
/* .swiper-pagination{
    background: pink;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}*/
/* .my-bullet-active{
    background: #11b88e;
    opacity: 1;
    width: 8px;
    height: 8px;
}*/

.my-bullet{
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 0 4px;
} 
.my-bullet-active{
    background: #11b88e;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    opacity: 1;
    margin: 0 4px;
}
li {
    list-style: none;
}
.header{
	width:100%;
	position:fixed;
	top:0px;
    z-index: 990;
}
.main{
	width:100%;
	height:auto;
	/* position:absolute; */
	padding-top:50px;/*top值为header的高*/
	padding-bottom:50px;/*bottom值为footer的高*/
	box-sizing:border-box;/*这里改变盒子模型为怪异盒模型，这样padding值不会增加main的高度*/
	overflow-y:scroll;
}
.footer{
	width:100%;
	position:fixed;
	bottom:0px;
    z-index: 500;
}
.wrap {
    width: 100%;
    height: 100%;
}

.header_max {
    width: 100%;
    height: 66px;
    line-height: 66px;
    background: #11b88e;
    box-shadow: #11b88e 0px 1px 2px;
}

.header_min {
    width: 92%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.header_min_logo {
    width: 50%;
}

.header_min_logo img {
    width: 100%;
}

.header_min_c {
    width: 10%;
    transition: all .3s;
}

.header_min_c img {
    width: 100%;
}

.ban_max {
    width: 100%;
    /* background: pink; */
}

.ban_min {
    width: 96%;
    margin: auto;
    /* background: orange; */
    padding: 2% 0%;
}

/* img {
    width: 100%;
} */
/* ---------------------------------- */

.Cl_max{
    position: fixed;
    right: -113%;
    top: 0;
    height: 100%;
    z-index: 55;
    width: 75%;
    background: #fff;
}
.CX_max{
    position: absolute;
    top: 2%;
    left: -14%;
    width: 12%;
}
.on{
    right: 0;
}
.CX_max_logo{
    width: 78%;
    margin: auto;
    margin-top: 2vh;
}

.Cl_max b{
    display: inline-block;
    width: 100%;
    height: 0.3vh;
    background: #059671;
}
.Jq_max ul{
    overflow: hidden;
}
.Jq_max ul li{
    display: block;
    height: 9.6vh;
    overflow: hidden;
    border-bottom: .2vh solid #dcdcdc;
   
}
.Jq_max ul li a{
    display: inline-block;
    width: 100%;
    font-size: 3.7vh;
    line-height: 9.2vh;
 
}
.Jq_max ul li .Jq_img{
    display: inline;
    width: 4.2vh;
    height: 4.7vh;
    background-repeat: no-repeat;
    padding: 2%;
}
.Jq_img1{
    background-image: url(../images/Jq_img1.png);
    background-size: 3vh 3vh;
    background-position: 18%;
}
.Jq_img2{
    background-image: url(../images/Jq_img2.png);
    background-size: 3vh 3.5vh;
    background-position: 18%;
}
.Jq_img3{
    background-image: url(../images/Jq_img3.png);
    background-size: 3vh 3vh;
    background-position: 18%;
}
.Jq_img4{
    background-image: url(../images/Jq_img4.png);
    background-size: 3vh 3vh;
    background-position: 18%;
}
.Jq_img5{
    background-image: url(../images/Jq_img5.png);
    background-size: 3vh 3vh;
    background-position: 18%;
}
.Jq_img6{
    background-image: url(../images/Jq_img6.png);
    background-size: 3.4vh 3.5vh;
    background-position: 18%;
}
.Jq_img8{
    background-image: url(../images/rms.png);
    background-size: 3.9vh 4vh;
    background-position: 23%;
}
.Jq_img7{
    background-image: url(../images/Jq_img7.png);
    background-size: 4vh 4vh;
    background-position: 2vh 0%;
    display: inline;
    width: 5.2vh;
    height: 5.7vh;
    background-repeat: no-repeat;
    padding: 4% 4%;
}
.Jq_max ul li:nth-child(8){
    border: none;
    margin-top: 10%;

}
#tel_{
    color: #05a57d;
    line-height: 5.7vh;
    margin-left: 8vh;
    font-size: 3vh;
}
.Jq_max ul li a p span{
    /* display: inline-block; */
    color: #000;
    line-height: 5.7vh;
    margin-left: 23%;
    font-size: 2.5vh;
}
.tel_max{
    margin-top: 2vh;
}
.tel_max ul li{
    display: block;
    height: 9vh;
    overflow: hidden;
}
.tel_max ul li a{
    width: 100%;
    font-size: 3.7vh;
    line-height: 9vh;
}




/* ---------------------------------- */





/* 分类 */

.ify_max {
    width: 100%;
    height: 269px;
    background: #eee;
}

.ify_min {
    width: 94%;
    margin: auto;
}

.ify_min ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ify_min ul li {
    display: inline-block;
    width: 23%;
    border-radius: 10px;
    background: #fff;
    box-shadow: #ccc 0px 1px 1px 1px;
    margin: 2% 0% 0% 0%;
}

.ify_min ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ify_img {
    text-align: center;
    margin-top: 5%;
}

.ify_min ul li img {
    margin: auto;
    text-align: center;
    width: 62%;
}

.ify_min ul li span {
    text-align: center;
}

.ify_min ul li p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 7%;
    color: #000;
}

.ify_min .Gx_max {
    width: 100%;
}

.Gh_max {
    width: 100%;
    height: 50px;
    margin-top: 3%;
}

.Gh_min {
    text-align: center;
    padding: 2% 0% 2% 0%;
    height: 100%;
    width: 94%;
    margin: auto;
    background: #fff;
}

.Gh_min_min {
    width: 95%;
    margin: auto;
}

.Sr {
    width: 73%;
    color: #000;
    outline: none;
    padding: 8px 10px;
    float: left;
    vertical-align: top；
}

.Sr {
    width: 72%;
    color: #000;
    outline: none;
    padding: 8px 10px;
    outline: none;
    float: left;
    font-size: 0.75rem;
    border: 1px solid #e5e5e5;
    text-align: center;
}

.sub {
    float: left;
    width: 21%;
    height: 32px;
    color: #fff;
    outline: none;
    background: #11b88e;
    border: none;
    padding-bottom: 0%;
                outline: none;
                -webkit-appearance: none;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 新闻咨询 */

.Xw_max {
    width: 100%;
}

.xw_text {
    margin-top: 2%;
    text-align: center;
    color: #11b88e;
    font-size: 1.5rem;
    margin-bottom: 3%;
    font-weight: 500;
}

.bss {
    display: block;
    width: 17%;
    height: 5px;
    border-radius: 3rem;
    background: #11b88e;
    text-align: center;
    margin: auto;
}

.Sd_max {
    width: 84%;
    margin: auto;
    margin-top: 8%;
}

.Sd {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.Sd_max .Sd .lk {
    color: #fff;
    background: #11b88e;
}

.Sd span {
    display: inline-block;
    font-size: 1rem;
    width: 29%;
    padding: 1.5% 0%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #11b88e;
    background: #ededed;
    border-radius: 20px;
}

.Xw_texts {
    width: 100%;
    margin-top: 5%;
    display: none;
}

.Xw_texts ul {
    width: 94%;
    margin: auto;
}

.Xw_texts ul li {
    display: block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 0px 0px 4px 0px;
    margin-bottom: 2%;
}

.texts_l {
    width: 28%;
}

.texts_r {
    width: 65%;
    margin-top: 3%;
}

.texts_r .pp1 {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.texts_r .pp2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.active {
    display: block;
}

.lj {
    width: 100%;
    margin-top: 4%;
}

.lj p {
    width: 25%;
    padding: 1.5% 0%;
    background: #11b88e;
    text-align: center;
    border-radius: 30px;
    margin: auto;
}

.lj p a {
    color: #fff;
}

/* 热门专业 */

.Rm {
    width: 100%;
}

.em_title {
    text-align: center;
    color: #11b88e;
    font-size: 1.5rem;
    margin-top: 4%;
}

.em_titles {
    color: #11b88e;
    text-align: center;
    margin-top: 1%;
}

.bbss {
    margin-top: 4%;
}

.Cy {
    text-align: center;
    margin-top: 2%;
}

.Rm_cen {
    width: 94%;
    margin: auto;
    margin-top: 3%;
}

.Rm_cen ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Rm_cen ul li {
    width: 49%;
    height: 222px;
    display: inline-block;
    background-image: url(../images/bk.png);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -3;
    margin-bottom: 2%;
}

.cen_t_max {
    width: 100%;
    position: relative;
    z-index: -1;
}

.cen_t_min {
    width: 23%;
    position: absolute;
    top: 68px;
    left: 50%;
    margin-left: -12%;
}

.Rm_cen_title {
    text-align: center;
    color: #11b88e;
    margin-top: -13%;
    z-index: 9;
    margin-bottom: 6%;
}

.Rm_cen_title2 {
    font-size: 0.75rem;
    text-align: center;
}

.Rm_cen_title3 {
    text-align: center;
    margin: 4% 0% 0% 0%;
}

.Rm_cen_title3 a {
    font-size: 0.75rem;
    color: #fff;
    background: #11b88e;
    border-radius: 23px;
    padding: 2.6% 8%;
}

/* 专业级授课团队 */

.Zy_max {
    width: 100%;
}

.lss_max {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 89px;
    position: relative;
}

.lss_min_max {
    width: 30%;
    height: 150px;
    background-image: url(../images/sz_k.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.lss_img {
    width: 28%;
    top: -46px;
    position: absolute;
    margin-left: 4px;
}

.lss_min_img img {
    width: 100%;
}

.lss_min_max h4 {
    margin-top: 68px;
    color: #11b88e;
    text-align: center;
    font-size: 1rem;
}

.lss_min_max .zw {
    text-align: center;
    font-size: 0.5rem;
    transform: scale(0.88);
}

.gzd {
    font-size: 0.25rem;
    width: 155px;
    margin-left: -15px;
    transform: scale(0.68);
}

/* 打造 */

.Dz_max {
    width: 100%;
    background: #96e0cd;
    margin-top: 2%;
}

.Dz_min {
    width: 94%;
    margin: auto;
    overflow: hidden;
}

.Dz_min h4 {
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 2%;
}

.Dz_min_p {
    color: #fff;
    text-align: center;
    font-size: 1rem;
}

.bbss2 {
    background: #fff;
}

.Ld_max {
    width: 65%;
    height: 30px;
    border-radius: 30px;
    background: #eeeeee;
    margin: auto;
    margin-top: 3.5%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.Ld_max_l, .Ld_max_r {
    width: 50%;
    text-align: center;
    line-height: 30px;
    color: #000;
    overflow: hidden;
}

.Jx {
    width: 94%;
    margin: auto;
    margin-top: 2.4%;
    display: none;
}

.Jx1 {
    display: block;
}

.lk2 {
    background: #11b88e;
    color: #fff;
    /* border-radius: 30px; */
}

.Jx ul {
    display: flex;
    flex-wrap: wrap;
}

.Jx ul li {
    display: inline-block;
    width: 33.3%;
}

.Jx ul li img {
    width: 100%;
    height: 100%;
}

.Jx_title_min {
    margin: auto;
    margin-top: 35%;
}

.Jx_title_p {
    text-align: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 1%;
}

.zX_max {
    width: 100%;
    margin-top: 5%;
    padding-bottom: 5%;
}

.zX_min {
    width: 70%;
    height: 40px;
    margin: auto;
}

.zX_min_min {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.zX_min_title {
    width: 48%;
    height: 40px;
    background: #11b88e;
    text-align: center;
    line-height: 40px;
    border-radius: 30px;
}

.zX_min_title a {
    color: #fff;
}

/* 多彩校园生活 */

.Dc_max {
    width: 100%;
}

.Dc_min {
    width: 94%;
    margin: auto;
}

.dc_title_img {
    margin-top: 3%;
}

.dc_title_img ul {
    width: 94%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dc_title_img ul li {
    display: inline-block;
    width: 45%;
    margin-top: 2%;
}

.dc_title_img ul li p {
    text-align: center;
    width: 365px;
    transform: scale(0.47);
    margin-left: -95px;
}

/* 校园 */

.Xy_max {
    width: 100%;
    padding-bottom: 2%;
}

.Xy_min {
    width: 94%;
    margin: auto;
}

.Xsan_max {
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}

.Xsan_min {
    width: 30%;
    color: #11b88e;
    background: #ededed;
    text-align: center;
    font-size: 0.75rem;
    border-radius: 30px;
    height: 24px;
    line-height: 24px;
}

.Xsan_img_max {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    display: none;
}

.Xsan_img_max img {
    width: 49%;
}

.Xsan_img_max img:nth-child(2) {
    float: right;
}

.lk3 {
    background: #11b88e;
    color: #fff;
}

.ni {
    display: block;
}

.Bm_max {
    width: 100%;
    background: #eeeeee;
    overflow: hidden;
    padding-bottom: 3%;
}

.Bm_max h3 {
    color: #11b88e;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2%;
}

.use {
    width: 70%;
    height: 30px;
    margin: 5% auto 5%;
    background: #fff;
    border-radius: 5px;
}

.use input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    outline: none;
    border: 0;
}

.us1, .us2, .us3 {
    background-repeat: no-repeat;
    background-position: 2%;
    text-indent: 16%;
}

.us1 {
    background-image: url(../images/us1.png);
    background-size: 8%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    color: #666666;
    border-radius: 5px;
    
}

.us1 option {
    outline: none;
    border: 0;
}

.use1 {
    position: relative;
}

.us2 {
    background-image: url(../images/us2.png);
    background-size: 7%;
    background-repeat: no-repeat;
}

.us3 {
    background-image: url(../images/us3.png);
    background-size: 5%;
    background-repeat: no-repeat;
    background-position: 3%;
}

.use4 {
    background: #11b88e;
    border-radius: 8px;
    color: #fff;
    border-radius: 5px;
    border: none;
                outline: none;
                -webkit-appearance: none;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fot_max {
    width: 100%;
    height: 66px;
    background: #11b88e;
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

.fot_min {
    width: 100%;
    margin: auto;
    margin-top: 2.5vh;
}

.fot_min_min {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fot_mins {
    width: 24%;
    height: 30px;
}

.fot_mins a {
    display: inline-block;
}

.fot_mins_img {
    margin: auto;
    width: 30%;
}

.fot_mins a img {
    width: 100%;
    text-align: center;
}

.fot_mins_img1 {
    width: 35%;
    margin: auto;
}

.fot_mins a p {
    /* font-size: 0.5rem; */
    color: #fff;
    text-align: center;
}

.fot_mins_min {
    text-align: center;
}