*{ padding:0px; margin:0px; outline:none;}
html{ height: 100%}
html,body{ font:14px/1.5 'Microsoft YaHei'; color: #333333;}
body {-webkit-text-size-adjust:none; font-family: 'Microsoft YaHei'; font-size: 12px;  background: #E5E5E5;}
body.whitebg{
    background: #fff;
}

h1,h2,h3,h4,h5{ font-weight:normal;}
li,ul,ol{ list-style:none;}
a{ text-decoration:none; color:#454545; outline:0 none !important; }
/*a:hover{ text-decoration:none; color:#f08200;}*/
/*a:active{ background-color: transparent !important;}*/
img{ border:0px; max-width:100%;}
i,em{ display:inline-block; font-style:normal;}
textarea{ resize:none;}
button{ cursor: pointer; }
input,textarea,button{outline:0 none !important; font-family: 'Microsoft YaHei';}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border:none
}
input[type="number"]{  -webkit-appearance: none ; -moz-appearance:textfield;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{/*zoom:1; clear:both;*/}


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

.header{

    width: 100%;
    height: 90px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.header.home{
    box-shadow: none;
    height: auto;
}
.header.other{
    height: 90px;
    width: 100%;
    position: fixed;
    z-index: 99999;

}
.header-height{
    width: 100%;
    height: 91px;
}
.logo{
    margin-right: 35px;
    margin-top: 10px;
}
.home .logo{
    margin-right: 55px;
}
.logo img{
    width: 186px;
    height: 67px;
}
.home.logo img{
    width: 242px;
    height: 86px;
}
.welcome{
    padding-top: 32px;
   font-size: 24px;


}
.tel{
    position: relative;
    padding-left: 57px;
    font-weight: 500;
    font-size: 24px;
    color: #4BBBDB;
    margin-top: 29px;
}
.tel::after{
    display: block;
    content: " ";
    width: 36px;
    height: 36px;
    background: url("../images/tel.png") no-repeat center;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -18px;

}
.line{
    width: 100%;
    height: 1px;
    background: #F3F3F3;
    margin: 10px auto;
}
.menu{
    padding: 32px 0px 36px 0px;
}
.home .menu{
    padding: 22px 0px;
}
.menu li{
    float: left;
    padding: 0px 15px;
}
.menu li a{
    font-size: 16px;
    line-height: 20px;
}
.menu li a:hover,.menu li a.current{
    color: #4BBBDB;
}

.login-box{
    padding: 27px 0px;
}
.home .login-box{
    padding: 14px 0px;
}
.login{
    width: 186px;
    display: flex;
    justify-content: space-between;
}
.login a{
    display: block;
    width: 82px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 16px;
    color: #000;
}
. banner{
    width: 100%;
    height: 470px;
}
.banner a{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-container{
    width: 100%;
    height: 470px;
}
.swiper-container:hover .swiper-button{
    display: block;
}
.swiper-button{
    display: none;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    height: 400px;
    top: 50%;
    margin-top: -200px;
}

.course{
    position: relative;
    margin-right: 40px;
}
.course h3{
    width: 242px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #4BBBDB;
    font-size: 18px;
    color: #fff;
}
.course ul{
    position: absolute;
    width: 242px;
    z-index: 99999;
    left: 0px;
    top: 64px;
    background: rgba(75, 187, 219, 0.75);
    box-sizing: border-box;
    height: 470px;
    padding: 16px 0px 46px 0px;
}
.course ul{

}
.course ul li{
    text-align: center;
    margin-top: 20px;
}
.course ul li a{
    display: block;
    font-size: 18px;
    line-height: 48px;
    color: #fff;
}
.course ul li a:hover{
    background: rgba(75, 187, 219, 1);
}
.home-title{
    padding: 58px 0px;

}
.home-title h3{
    font-weight: bold;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #333333;


}
.home-title a{
    font-size: 14px;
    line-height: 32px;
}
.home-title a:hover{
    text-decoration: underline;
    color: #4BBBDB;
}
.home-title ul{

    padding-left: 160px;

}
.home-title ul li{
    float: left;
}
.c-list{ width: 100%}
.c-list > div{
    width: 274px;
    height: 282px;
    float: left;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 34px;
    margin-bottom: 46px;
    padding: 16px;
}
.box > div:hover{
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.c-list > div:nth-child(4n+0){
    margin-right: 0px;
}
.c-list > div >a{
    display: block;
}
.c-list-img{ font-size: 0px}
.c-list-img img{
    width: 242px;
    height: 136px;
    border-radius: 4px;
}
.c-list-name{
    font-size: 14px;
    line-height: 24px;
    margin-top: 22px;
}
.c-list-line{
    width: 100%;
    height: 1px;
    background: #F3F3F3;
    margin: 22px auto;
}
.c-list-opr span{
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.c-list-opr span.c-list-label{
    color: #FF3A1F;
}
.join-list{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.join-list > div{
    width: 569px;
    height: 184px;
    box-sizing: border-box;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-bottom: 46px;
}
.join-list-item{
    display: flex;
    justify-content: space-between;

}
.join-list-img{
    position: relative;
    font-size: 0px;
}
.join-list-img img{
    width: 242px;
    height: 136px;
}
.join-list-img h4{
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: rgba(75, 187, 219, 0.85);
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.join-list-content{
    width: 255px;
}
.class-name{
    font-size: 16px;
    line-height: 24px;
}
.date-hours{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
.date-hours >div{
    position: relative;
    font-size: 14px;
    line-height: 18px;
}
.date-hours >div:after{
    display: block;
    content: " ";
    position: absolute;
    left: 0px;
    top: 50%;
}
.class-date:after{
    width: 15px;
    height: 15px;
    background: url("../images/time.png") no-repeat center;
    background-size: cover;
    margin-top: -7.5px;
}
.class-hours:after{
    width: 18px;
    height: 18px;
    background: url("../images/classhour.png") no-repeat center;
    background-size: cover;
    margin-top: -9px;
}
.class-date{
    color: #4BBBDB;
    padding-left: 24.5px;


}
.class-hours{
    color: #666;
    padding-left: 27.5px;
}

.join-list-price{
    font-size: 24px;
    line-height: 24px;
    color: #FF3A1F;
    margin: 12px 0px;
}
.join-list-price span{
    font-size: 14px;

}
.join-list-opr span{
    font-size: 14px;
    line-height: 26px;
    color: #999999;
}
.join-list-btn{
    display: block;
    width: 74px;
    height: 26px;
    font-size: 14px;
    color: #4BBBDB;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    border-radius: 26px;
    border: 2px solid #4BBBDB;
}

.tabDiv >div.c-list{
    display: none;
}

.home-title.tab-title h3{
    float: left;
}

.tab-title ul li{
    width: 117px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #000;
    letter-spacing: 0.05em;
    border-radius: 3px;
    cursor: pointer;
}
.tab-title ul li.current{
    background: #4BBBDB;
    color: #fff;
}

.newsDiv >div{
    display: none;
}
.home-news-list{
    display: flex;
    justify-content: space-between;

}

.home-news-list a{
    display: block;
}
.l-news{
    width: 494px;
}
.l-news-img{
    font-size: 0px;
}
.l-news-img img{
    width: 494px;
    height: 275px;
}
.l-news-title{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-top: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.l-news-des{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #666666;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 14px 0px 24px 0px;

}
.l-news-date{
    font-size: 14px;
    color: #999;
}

.r-news-list{
    width: 627px;
}
.r-news-list ul li a{
    display: block;
    padding: 16px;
}
.r-news-list ul li{
    margin-bottom: 18px;
}
.r-news-list ul li h3{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.r-news-list ul li h4{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 14px 0px 20px 0px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.r-news-list ul li p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.r-news-list ul li a:hover{
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.r-news-list ul li a:hover h3{
    color: #4BBBDB;
}
.footer{
    margin-top: 100px;
}
.foot{
    width: 100%;
    height: 362px;
    background: #F8F8F9;
    box-sizing: border-box;
    padding-top: 60px;
}
.copyright{
    width: 100%;
    height: 62px;
    background: #fff;
    font-size: 14px;
    line-height: 62px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #414141;

}
.foot-box{
    display: flex;
    justify-content: space-between;

}
.foot-nav{
    font-size: 14px;
    margin-top: 20px;
}
.foot-nav span{
    margin: 0px 8px;
}
.foot-contact{
    margin-top: 40px;
    font-size: 14px;
    line-height: 36px;
}
.qr-title{
    font-size: 14px;
    line-height: 42px;
    letter-spacing: 0.1em;
    margin-bottom: 17px;
}
.qr-img{
    width: 160px;
    height: 160px;
    font-size: 0px;
}
.qr-img img{
    width: 160px;
    height: 160px;
}

.local{
    font-size: 14px;
    padding: 32px 0px;
}
.local span{
    margin: 0px 5px;
}
.local a{
    color: #999;
}
.local a.homea{
    color: #333;
}

.filter{
    background: #fff;
}
.filter > div{
    display: flex;
    justify-content: left;
    border-bottom: 0.5px dashed rgba(0, 0, 0, 0.1);
    padding: 20px 24px 0px 24px;
}
.filter > div:last-child{
    border-bottom: 0px;
}
.filter-label{
    width: 100px;
    font-size: 14px;
    color: #999;
    line-height: 28px;
}
.filter-item{
    font-size: 0px;
    width: 1052px;
    max-height: 192px;
    box-sizing: border-box;
    overflow: hidden;

    position: relative;
    transition: max-height 0.3s;
}
.filter-item span{
    display: block;
    width: 45px;
    box-sizing: border-box;
    height: 20px;
    font-size: 13px;
    color: #4BBBDB;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -35px;
    cursor: pointer;
}
.filter-item span:after{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    background: url(../images/open.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -5px;
    transition: 0.25s;


}
.filter-item.open span:after{
    transform: rotateX(180deg);
}
.filter-item.open{
    max-height:1000px;
    overflow-y: auto;
}
.filter-item a{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 25px;
    font-size: 14px;
    margin-bottom: 20px;
}
.filter-item a.current{
    background: #4BBBDB;
    border-radius: 3px;
    color: #fff;
}

.res-list{
    background: #fff;
    box-sizing: border-box;
    padding: 24px 24px 0px 24px;
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.res-list > div{
    width: 374px;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 24px;
}
.res-list > div a{
    display: block;
}
.res-list-img{
    font-size: 0px;
}
.res-list-img img{
    width: 372px;
    height: 210px;
}
.res-list-title{
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    padding: 10px 16px;
}
.res-list-count{
    font-size: 14px;
    line-height: 48px;
    color: #999999;
    padding: 0px 16px;
}
.res-list-count span.o-price{
    text-decoration:line-through;
}
.res-list-count span.p-price{
    font-size: 18px;
    color: #FF3A1F;
    margin-left: 8px;
}
.page{
    padding: 24px 0px;
    font-size: 0px;
    text-align: right;
}
.page a,.page span{
    display: inline-block;
    height: 36px;
    background: #fff;
    font-size: 14px;
    color: #666;
    line-height: 36px;
    padding: 0px 16px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 2px;
    margin-left: 10px;
}
.page a.current,.page a:hover,.page span.current{
    background: #4BBBDB;
    color: #fff;
    border-color: #4BBBDB;
}

.c-detail-top{
    padding: 24px;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content:left;
}
.c-detail-top-img{
    font-size: 0px;
    width: 520px;
    margin-right: 24px;
}
.c-detail-top-img img{
    width: 520px;
    height: 292px;
}
.c-detail-top-content{
    width: 546px;
}
.c-detail-top-title{
    font-size: 18px;
    line-height: 28px;
    height: 68px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.c-detail-top-count{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #999999;
    margin-top: 20px;

}
.c-detail-top-price{
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #FF3A1F;
    margin: 44px 0px;
}
.c-detail-top-btn{
    font-size: 0px;
}
.c-detail-top-btn a{
    display: inline-block;
    width: 209px;
    height: 52px;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 3px;
    margin-right: 36px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}
.c-detail-top-btn a.blue{
    background: #4BBBDB;
    border-color: #4BBBDB ;
    color: #fff;
}
.c-detail-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.c-detail-bottom-l{
    width: 852px;
    background: #fff;
}
.c-detail-bottom-r{
    width: 324px;
}
.c-tab{
    box-shadow: 0px 1px 0px #F7F7F7;
}
.c-tab ul{
    display: flex;
    justify-content: left;
}
.c-tab ul li{
    padding: 16px 24px;
    font-size: 0px;
}
.c-tab ul li a{
    display: inline-block;
    font-size: 16px;
    height: 28px;
    line-height: 26px;
    border-bottom: 2px solid #fff;
}
.c-tab ul li.current a{
    color: #4BBBDB;
    border-color: #4BBBDB;
}
.c-tab-div{
    padding: 24px;
}
.c-tab-div > div{
    display: none;
}
.c-detail-bottom-content{
    font-size: 0px;
}
.c-detail-bottom-content img{
    max-width: 100%;
}

.play{
    display: flex;
    justify-content: space-between;
}
.play-box{
    width: 876px;
    height: 576px;
    background: linear-gradient(113.38deg, #FFFFFF 0.37%, #F0F4F8 100.37%);
    position: relative;
}
.video{
    width: 876px;
    height: 576px;
}
.video video{
    width: 876px;
    height: 576px;
}
.play-list-box{
    width: 324px;
    background: #fff;
}
.play-tips{
    width: 300px;
    height: 110px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -150px;
}
.play-tips-content h3{
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-bottom: 12px;
}
.play-tips-price-btn{
    display: flex;
    justify-content: space-between;
}
.play-tips-price p{
    line-height: 28px;
}
.play-tips-price p.present{
    font-size: 20px;
    color: #FF3A1F;
}
.play-tips-price p.original{
    font-size: 18px;
    color: #999;
}
.play-tips-btn a{
    display: inline-block;
    width: 117px;
    height: 48px;
    background: #FF3A1F;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 48px;
}

.play-list{
    height: 576px;
    overflow-y: auto;
}
.play-list h3{
    font-size: 14px;
    line-height: 30px;
    padding: 0px 26px 0px 44px;
    position: relative;
}
.play-list h3 span{margin-right: 10px}
.play-list h3:before,.play-list ul li:before{
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    left: 21px;
    top: 0px;
    z-index: 10;
}
.play-list h3:after{
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background:#fff url("../images/big.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 12px;
    z-index: 11;
}
.play-list ul li:after{
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    background:#fff url("../images/small.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 15px;
    z-index: 11;
}

.play-list h3.current:before,.play-list ul li.current:before{
    background: #4BBBDB;
}
.play-list h3.current:after{
    background:#fff url("../images/big_current.png") no-repeat center;
}
.play-list ul li.current:after{
    background:#fff url("../images/small_current.png") no-repeat center;
}


.play-list ul li{
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 12px;
    color: #666;
    line-height: 30px;
    padding: 0px 26px 0px 44px;
    cursor: pointer;
}
.play-list ul li:hover{
    background: rgba(75, 187, 219, 0.1);
}
.play-list ul li.playing .play-name{
    color: #4BBBDB;
}

.play-number{
    width: 46px;
}
.play-name{
    width: 162px;
}
.play-status{
    width: 37px;
    text-align: center;
}

.introduction{
    background: #fff;
    padding: 26px 15px;
}
.int-me{
    font-size: 0px;
    text-align: center;

}
.int-me img{
    width: 96px;
    height: 96px;
    border-radius: 96px;
}
.int-me h4{
    font-size: 16px;
    line-height: 28px;
    margin: 10px 0px;
}
.int-des{
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.catalog{
    margin-bottom: 24px;
}
.catalog h3{
    height: 38px;
    box-sizing: border-box;
    padding: 10px;
    line-height: 18px;
    background: #F8F8F8;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    position: relative;
}
.catalog h3:after{
    display: block;
    content: " ";
    width: 18px;
    height: 18px;
    background: url("../images/up.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 10px;
}
.catalog.open h3:after{
    transform: rotateX(180deg);
}
.catalog h3 i{
    font-size: 16px;
    color: #666;
}
.catalog h3 span{
    font-size: 18px;
    color: #333;
    margin: 0px 10px;
}

.catalog ul{
    display: none;
    transition: all 0.25s ease-in-out;
}
.catalog.open ul{
    display: block;
    transition: all 0.25s ease-in-out;
}
.catalog ul li{
    font-size: 14px;
    padding: 12px;
    line-height: 34px;
    position: relative;
    cursor: pointer;
}
.catalog ul li i{
    color: #999;
    margin-right: 10px;
}
.catalog ul li span{

}
.catalog ul li a{
    display: inline-block;
    width: 78px;
    text-align: center;
    font-size: 14px;
    color: #FF3A1F;
    position: absolute;
    line-height: 34px;
    top: 50%;
    margin-top: -17px;
    right: 12px;
}
.catalog ul li:hover{
    background: rgba(75, 187, 219, 0.1);
}

.comment-list ul{

}
.comment-list ul li{
    padding: 20px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.comment-info{ font-size: 14px; height: 42px; margin-bottom: 10px}
.comment-info img{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    vertical-align: middle;
}
.comment-info span.comment-username{ color: #333;  margin-left: 10px; margin-right: 40px}
.comment-info span.comment-posttime{ color: #999;}
.comment-text{
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.interested{
    background: #fff;
    margin-top: 24px;
}
.interested h3{
    height: 52px;
    line-height: 52px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 46px;
    position: relative;
}
.interested h3:after{
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    line-height: 0px;
    background: url("../images/interested.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 18px;
}
.interested ul li{
    display: flex;
    justify-content: space-between;

    box-sizing: border-box;
    padding: 12px 18px;
}

.interested-img{
    width: 112px;
    height: 63px;
    font-size: 0px;
}
.interested-img img{
    width: 112px;
    height: 63px;
}
.interested-content{ width: 164px}
.interested-content h4{
    font-size: 14px;
    line-height: 18px;
    height: 45px;
    color: #666;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.interested-content p{
    line-height: 18px;
    text-align: right;
}
.interested-content p a{
    font-size: 12px;
}
.member{ font-size: 14px}
.member span{
    color: #666666;
}
.member a{
    color: #FF3A1F;
    margin: 0px 10px;
}
.member img{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    vertical-align: middle;
}

.member-banner{
    height: 250px;
    background: linear-gradient(91.27deg, #69B7EF 0%, #4BBBDB 100%);
}
.member-banner-box{
    text-align: center;
    padding: 50px 0px;
}
.member-banner-box img{
    width: 99px;
    height: 99px;
    border-radius: 99px;
}
.member-banner-box p{
    margin-top: 24px;
    line-height: 24px;
}

.member-banner-box p span{
    font-size: 18px;
    color: #fff;
}
.member-banner-box p a{
    font-size: 14px;
    color: #1676db;
    margin-left: 10px;
}

.user-box{
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.user-left{
    width: 190px;

}

.user-right{
    width: 986px;
    background: #FFFFFF;

}
.user-nav{
    background: #FFFFFF;
    border-radius: 3px;
    height: 420px;
}
.user-nav ul li{
    margin-bottom: 20px;
}
.user-nav ul li a{
    display: block;
    width: 190px;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.user-nav ul li a.current,.user-nav ul li a:hover{
    background: #4BBBDB;
    color: #fff;
}
.user-nav ul li a span{
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}
.user-nav ul li a ins{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
}
.course-icon{
    background: url("../images/course_icon.png") no-repeat center;
    background-size: cover;
}
.order-icon{
    background: url("../images/order_icon.png") no-repeat center;
    background-size: cover;
}
.info-icon{
    background: url("../images/info_icon.png") no-repeat center;
    background-size: cover;
}

.user-nav ul li a.current ins.course-icon,.user-nav ul li a:hover ins.course-icon{
    background: url("../images/course_icon_current.png") no-repeat center;
}

.user-nav ul li a.current ins.order-icon,.user-nav ul li a:hover ins.order-icon{
    background: url("../images/order_icon_current.png") no-repeat center;
}

.user-nav ul li a.current ins.info-icon,.user-nav ul li a:hover ins.info-icon{
    background: url("../images/info_icon_current.png") no-repeat center;
}

.user-right-title{
    height: 74px;
    box-sizing: border-box;
    padding: 24px;
    background: #FAFAFA;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 26px;
    color: #666;
}

.my-course-list{
    padding-top: 10px;
    padding-bottom: 52px;
}
.my-course-list ul li{
    display: flex;
    justify-content: space-between;
    padding: 24px;
}
.my-course-box{
    display: flex;
    justify-content: left;
}
.my-course-img{
    width: 242px;
    height: 136px;
    margin-right: 20px;
}
.my-course-img img{
    width: 242px;
    height: 136px;
}
.my-course-content h3{
    font-size: 16px;
    line-height: 21px;
}
.my-course-content h4{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin: 24px 0px;
}
.my-course-content p{
    font-size: 14px;
    line-height: 18px;
    color: #999999;
}
.my-course-content p.order-price{
    font-size: 20px;
    line-height: 26px;
    color: #FF3A1F;
}
.my-course-btn{
    position: relative;
}
.my-course-btn a{
    display: block;
    width: 136px;
    height: 40px;
    border: 1px solid #4BBBDB;
    box-sizing: border-box;
    border-radius: 41px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    color: #4BBBDB;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 10px;
}
.my-course-btn a:hover{
    background: #4BBBDB;
    color: #fff;
}
.my-course-btn a.notpay{
    color:#FF3A1F;
    border-color: #FF3A1F;
}
.my-course-btn a.notpay:hover{
    background: #FF3A1F;
    color: #fff;
}
.my-course-btn ins{
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/delete.png") no-repeat center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}
.my-course-list .page{
    padding: 24px;
}

.order-filter{
    padding: 24px 24px 10px 24px;
}
.order-filter a{
    font-size: 14px;
    color: #999;
    margin-right: 10px;
}
.order-filter a.current{
    font-size: 16px;
    color: #FF3A1F;
}

.news{
    display: flex;
    justify-content: space-between;
}
.news-left{
    width: 962px;
}
.news-right{
    width: 218px;
}

.news-type{
    font-size: 0px;
    padding: 10px;

}
.news-type a{
    display: inline-block;
    width: 117px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    margin-right: 6px;
}
.news-type a.current,.news-type a:hover{
    background: #4BBBDB;
    font-size: 16px;
    color: #fff;
}

.news-lst {
    padding: 30px 30px 0px 30px;
}
.news-lst ul li{
    line-height: 36px;
    margin-bottom: 30px;
}
.news-lst ul li a{
    font-size: 16px;
    color: #666;
}
.news-lst ul li a:hover{
    color: #4BBBDB;
    text-decoration: underline;
}
.news-lst ul li span{
    font-size: 14px;
    color: #999;
}
.page.news-page{
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.news-qr{
    width: 218px;
    height: 218px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    text-align: center;
}
.news-qr h3{
    font-size: 14px;
    line-height: 42px;
}
.news-qr img{
    width: 160px;
    height: 160px;
}

.news-school{
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 24px;
}
.news-school h3{
    height: 113px;
    background: url("../images/school.png") no-repeat center;
    background-size: cover;
    font-weight: bold;
    font-size: 24px;
    line-height: 113px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    padding-left: 28px;
    text-shadow: 0px 3px 3px rgba(75, 187, 219, 0.45);
}
.news-school p{
    padding: 0px 20px;
    font-size: 14px;
    line-height: 24px;
}
.news-school p span{
    color: #666;
}
.news-school p.school-addr{
    padding-top: 18px;
    padding-bottom: 14px;
}
.news-school p.school-tel{
    padding-bottom: 20px;
}
.news-detail{
    padding: 24px;
}
.news-detail-title{
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    padding-bottom: 80px;
}
.news-detail-content{
    font-size: 14px;
    line-height: 36px;
    color: #666;
}
.news-detail-content img{
    max-width: 100%;
}

.prev-next ul{
    padding: 50px 0px;
}
.prev-next ul li{
    line-height: 36px;
}
.prev-next ul li a{
    font-size: 14px;
    color: #000;
}
.prev-next ul li a:hover{
    color: #4BBBDB;
}

.about{
    display: flex;
    justify-content: space-between;
    padding-top: 46px;
}
.about-left{
    width: 204px;

}
.about-right{
    width: 924px;

}
.about-nav{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    padding: 20px;
}
.about-nav ul li{
    margin-bottom: 38px;
}
.about-nav ul li:last-child{
    margin-bottom: 0px;
}
.about-nav ul li a{
    display: block;
    border-left: 3px solid #fff;
    font-size: 18px;
    text-align: center;
    line-height: 56px;
}
.about-nav ul li a.current,.about-nav ul li a:hover{
    border-color: #4BBBDB;
    color: #4BBBDB;
}
.about-right-tit{
    font-size: 0px;
}
.about-right-tit img{
    width: 100%;
    height: auto;
}
.profile{
    padding: 20px 0px;
    font-size: 16px;
    line-height: 48px;
    color: #666666;
    text-indent: 2em;

}
.service{

}
.service-text{
    padding: 20px 0px;
    font-size: 16px;
    line-height: 48px;
    color: #666666;
    text-indent: 2em;
}
.service-list ul{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;

}
.service-list ul li{
    font-size: 0px;
    width: 268px;
}

.about-contact dl{
    font-size: 18px;
    line-height: 36px;
    margin-top: 24px;
}
.about-contact dl dt{
    color: #999;
}

.map{
    margin-top: 24px;
    width: 924px;
    height: 376px;
    background: #f0f0f0;
}
.alter-form{
    width: 340px;
    margin: 20px auto;
}
.alter-form ul li{
   display: flex;
   justify-content: space-between;
    padding: 20px 0px;
}
.alter-form ul li .label{
    font-size: 14px;
    line-height: 48px;
    color: #999;
}
.alter-form ul li input{
    width: 260px;
    height: 48px;
    line-height: 46px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    border-radius: 3px;
    padding-left:10px;
    padding-right: 10px;
    display: inline-block;
    font-size: 14px;
}
.alter-btn{
    padding-top: 20px;
}
.alter-btn button {
    width: 100%;
    height: 53px;
    background: #00B9ED;
    border-radius: 3px;
    font-size: 16px;
    line-height: 53px;
    color: #FFFFFF;
    border: 0px;
}

input::-webkit-input-placeholder{
    color: #C6C6C6;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #C6C6C6;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #C6C6C6;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #C6C6C6;
}