@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/******x reset end*****/
* { box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; margin: 0; padding: 0; border: 0; }

html, body { -webkit-overflow-scrolling: touch; }

a { background-color: transparent; outline: 0; text-decoration: none; -webkit-tap-highlight-color: transparent; cursor: pointer; }

.clear { clear: both; *zoom: 1; }

.cf:after { font-size: 0; display: block; visibility: hidden; clear: both; height: 0; content: ''; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

/*显示类*/
.hide, .hidden { display: none; }

.show { display: block; }

.invisible { visibility: hidden; }

.visible { visibility: visible; }

.block { display: block; }

.inline { display: inline; }

.inlineblock, .inline-block { display: inline-block; *display: inline; *zoom: 1; }

/*位置浮动类*/
.float-left, .pull-left { float: left; }

.float-right, .pull-right { float: right; }

.vertical-middle { vertical-align: middle; }

.over-hide, .over-hidden { overflow: hidden; }

.table { display: table; }

.table-cell { display: table-cell; }

.scroll-auto, .scrollauto { overflow: auto; }

.scroll { overflow: auto; }

/*内联文本类*/
.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-justify { text-align: justify !important; }

.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.text-nowrap, .nowrap { white-space: nowrap; }

.breakall, .break-all, .text-break { word-break: break-all; }

.text-bold, .font-bold { font-weight: bold !important; }

.text-lowercase, .lowercase { text-transform: lowercase !important; }

.text-uppercase, .uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.text-white { color: #fff !important; }

.text-muted { color: #636c72 !important; }

.hover-transition { transition: all 0.35s ease; }
/*布局大小是设计图的0.552倍*/
/*font-size:41.4*/
body {
    font-family:  "PingFang SC Mediun","PingFang SC Bold","PingFang SC Regular","萍方-简", "阿里巴巴普惠体 B";
}
/*@font-face{
    font-family:'PingFangSCBold';
    src: url("PingFangBold.woff");
}*/
textarea, input { outline: none; }
.text-orange { color: #ff6637; }
.web-page {
    display: block;
    width: 10rem;
    min-height: 100vh;
    margin: 0 auto;
    position: relative;
    background-color: #f3f2f2;
    margin-bottom: 30px;
}
.paddding20{
    padding: 0.2666rem;
}
.padding-top-10{
    padding-top: 0.13333rem !important;
}
.padding-top-15{
    padding-top: 0.19999rem !important;
}

.margin-top-55{
    margin-top:0.73333rem !important;
}

/*顶部菜单栏*/
.nav-tab{
    width:100%;height:1.3333rem;display: flex;align-items: center;position: fixed;top: 0;left: 0;
    box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #fff;z-index: 10;
}
.tab-item{
    display: block;width: 2.586rem;height: 100%;font-size: 0.4266rem;color:#666;text-align: center;line-height: 1.3333rem;position: relative;background-color: #fff;
}
.nav-tab .tab-item.active{
    font-size: 0.5066rem;
    color:#333;
    font-weight: bold;
    line-height: 1.28rem
}
.nav-tab .tab-item.active::before{
    content:'';display: block;position: absolute;left: 50%;bottom:0.1333rem;width: 0.6rem;height:0.085rem;border-radius:0.045rem;background-color:#ff6637;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/*页头补白*/
.page-margin-top{
    width: 100%;
    height: 1.7333rem;
}
.page-margin-top15{
    width: 100%;
    height: 1.5333rem;
}
/*页脚补白*/
.page-padding-bottom{
    width: 100%;
    height: 1.4rem;
}


/*专家团队区域*/
.expert-team-page{
    background-color: #fff;
}
.expert-block{
    width: 10rem;height:100%;display: flex;flex-direction: row;flex-wrap: wrap;
}
.expert-block .expert-item{
    display: flex;flex-direction: column;width: 2.966rem;
    height:auto;margin: 0 0 0.28rem 0.28rem;
    border:1px solid #f6f6f6;
    border-radius: 0.18rem;
    background-color: #fff;
    overflow: hidden;
}
.expert-block .expert-item img{
    width: 100%;height:auto;
}
.expert-block .expert-item .item-name{
    display: block;width: 100%;font-size: 0.4rem;color:#333;font-weight: bold;padding-top: 0.05rem;padding-left: 0.24rem;
}
.expert-block .expert-item .item-job{
    display: block;width: 100%;height:auto;font-size: 0.32rem;color:#333;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-bottom:0.1rem;padding-left: 0.24rem;
}

/*悬浮客服电话*/
.tel-service{
    position:fixed;
    width: 1.7333rem;
    height: auto;
    bottom: 2.8rem;
    right: 0;
    z-index: 101;
    padding: 0.1333rem;
}
.tel-service img{
    position: relative;
    width: 100%;
}
/*页脚*/
.my-foot{
    width: 100%;height:1.41333rem;position:fixed;display: flex;flex-direction: row;
    justify-content: space-around;align-items:center;background-color: #fff;
    bottom: 0;left: 0;z-index: 100;box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);font-size: 0.2666rem;color:#bfbebe;
}
.my-foot .foot-item{
    display: flex;flex-direction: column;padding: 0 0.3rem 0 0.3rem;
}
.my-foot .foot-item div:nth-child(2){
    padding-top: 0.063rem;
}
.my-foot .foot-item .home-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/home.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item.active{
    color:#ff6637;
}
.my-foot .foot-item.active .home-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/home_select.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item .team-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/team.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item.active .team-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/team_select.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item .news-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/news.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item.active .news-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/news_select.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item .service-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/service.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item.active .service-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/service_select.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item .about-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/about.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}
.my-foot .foot-item.active .about-icon{
    display: block;width: 0.543666rem;height: 0.543666rem;background: url(../images/icon/about_select.png?v=a2) no-repeat center center;background-size: 0.543666rem 0.543666rem;
}

/*师资介绍页面*/
.teachers-page{
    background-color: #f3f2f2;
}
.teachers-block{
    width: 100%;
}

.teachers-list{
    margin:0 0.2666rem 0.33rem 0.2666rem;
    display: flex;
    flex-direction: column;
    width: 9.4666rem;
    height:auto;
    background-color:#fff ;
    border-radius: 0.23333rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}
/*标题区域*/
.teachers-list .title-block{
    display: flex;width: 100%;height:1rem;border-bottom: 1px solid #f3f2f2; align-items:center;
}
.teachers-list .title-block > div{
    flex:1 1 50%;
}
.teachers-list .title-block .title-left{
    text-align: left;
    font-size: 0.42666rem;
    color:#5e4d3c;
    padding-left: 0.3333rem;
}
.teachers-list .title-block .title-right{
    text-align: right;
    font-size: 0.34666rem;
    color:#838383;
    padding-right: 0.2666rem;
}
/*内容区域*/
.teachers-list .content-block{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: auto;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0.2666rem;
    padding-right: 0.2666rem;
}
.teachers-list .content-block .content-item{
    display: flex;
    flex-direction: column;
    width: 2.5866rem;
    height:100%;
    flex-shrink: 0;
    margin: 0.2666rem 0.2666rem 0.2rem 0;
}

.teachers-list .content-block .content-item img{
    width: 100%;
    border:1px solid #d7d7d7;
    border-radius: 0.2rem;
}

.teachers-list .content-block .content-item .name{
    font-size: 0.4rem;
    color:#333;
}
.teachers-list .content-block .content-item .job{
    font-size: 0.32rem;
    color:#666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*新闻资讯页面*/
.news-page{
    background-color: #f3f2f2;
}
.news-block{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news-block .news-item{
    display: flex;flex-direction: row;width: 9.46666rem;height:2.6666rem;background-color: #fff;border-radius: 0.23333rem;
    margin: 0 0.2666rem 0.2666rem 0.2666rem;padding: 0.24rem 0.26666rem 0.24rem 0.26666rem;box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}
.news-block .news-item .item-img{
    width: 3rem;
    display: flex;
    align-items:center;
    overflow: hidden;
}
.news-block .news-item .item-img img{
    width: 100%;
}
.news-block .news-item .item-content{
    width: 6.294rem;
    display: block;
    padding-left: 0.19999rem;
}
.news-block .news-item .item-content .title{
    display: block;
    width: 6.294rem;
    color:#333;font-size: 0.4rem;font-weight: bold;
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.news-block .news-item .item-content .desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;word-break: break-all;
    width: 100%;height:1.066rem;color:#666;font-size: 0.32rem;
    text-overflow: ellipsis;overflow: hidden;
    padding-top: 0.133rem;
}
.news-block .news-item .item-content .time-block{
    display: flex;
    flex-direction: row;
    padding-top: 0.1999rem;
    width: 100%;color:#999;font-size: 0.29333rem;
}
.news-block .news-item .item-content .time-block .time{
    flex: 1 1 50%;
}
.news-block .news-item .item-content .time-block .eye-block{
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.news-block .news-item .item-content .time-block .eye{
    margin-right: 0.0888rem;
    display: block;
    width: 0.33333rem;
    height: 0.24rem;
    background: url(../images/icon/eye.png?v=a2) no-repeat center center;
    background-size: 0.33333rem 0.24rem;
}

/*导航栏*/
.my-bar{
    display: flex;flex-direction: row;width: 100%;height:1.3333rem;background-color: #fff;
    align-items: center;box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);position: fixed;top: 0;left: 0;z-index: 100;
}
.my-bar .icon-left{
    margin-left: 0.26666rem;display: block;width: 0.58666rem;height: 0.58666rem;background: url(../images/icon/left.png?v=a2) no-repeat center center;
    background-size: 0.58666rem 0.58666rem;
}
.my-bar .back{
    padding:0.2666rem 0 0.2666rem 0;flex:1 1 20%;
}
.my-bar .title{
    font-size: 0.50666rem;flex:1 1 60%;text-align: center;color:#333;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.my-bar .right{
    flex:1 1 20%;
}

/*专家介绍*/
.expert-desc-page .expert-desc{
    display: block;
    width: 9.4666rem;
    min-height:14.2rem;
    margin:0 0.2666rem 0.2666rem 0.2666rem;
    background-color: #fff;
    border-radius: 0.2333rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}
.article-content {
    padding: 0.4rem 0.2666rem 0 0.2666rem;
    font-size: 0.32rem;
}
.article-content img:nth-child(1){
    width: 4.6666rem;
    height: auto;
    border-radius: 0.19rem;
    margin:0.4rem 0 0.2rem 0;
}
.article-content img{
    width: 100%;
}
.article-content strong{
    font-weight: bold !important;
}
/*专家介绍头像区域*/
.expert-desc-page .expert-desc .expert-name{
    padding: 0.5333rem 0.5333rem 0 0.5333rem;text-align: center;
}
.expert-desc-page .expert-desc .expert-name .name{
    font-size: 0.4rem;color:#333;font-weight: bold;
}
.expert-desc-page .expert-desc .expert-name .job{
    font-size: 0.293333rem;color:#666;
}
.expert-desc-page .expert-desc .expert-name .img{
    width: 4.6666rem;
    min-height: 4.6666rem;
    margin:0 auto;
}
.expert-desc-page .expert-desc .expert-name img{
    width: 100%;
    border-radius: 0.19rem;
    margin:0.4rem 0 0.2rem 0;
}
.expert-desc-page .expert-desc .expert-name .name_job{
    font-size: 0.37333rem;color:#ff6637;
}
/*专家介绍职称区域*/
.expert-desc-page .expert-desc .expert-job{
    padding: 0.4rem 0.2666rem 0 0.2666rem;text-align: left;font-size: 0.32rem;color:#666;
}
.expert-desc-page .expert-desc .description{
    padding: 0.4rem 0.2666rem 0 0.2666rem;text-align: left;font-size: 0.32rem;color:#666;
}
.expert-desc-page .expert-desc .skill{
    padding: 0.4rem 0.2666rem 0.4rem 0.2666rem;text-align: left;font-size: 0.32rem;color:#666;
}
.expert-desc-page .expert-desc .skill .text-orange{
    font-size: 0.346666rem;color:#ff6637;
}
/*联系电话区域*/
.expert-desc-page .contact-us{
    display: block;
    width: 9.4666rem;
    margin:0 0.2666rem 0.2666rem 0.2666rem;
    background-color: #fff;
    border-radius: 0.2333rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}
.expert-desc-page .contact-us .time{
    display: flex;
    width: 100%;
    height:1.2rem;
    align-items: center;
}
.expert-desc-page .contact-us .tel{
    display: flex;
    width: 100%;
    height:1.2rem;
    border-top:1px solid #f3f2f2;
    align-items: center;
}

.expert-desc-page .contact-us .key{
    font-size: 0.32rem;
    color:#666;
    padding-left: 0.48rem;
    white-space: nowrap;
}
.expert-desc-page .contact-us .value{
    font-size: 0.4rem;
    color:#ff6637;
}

/*首页*/
.home-bar{
    width: 100%;height:1.3333rem;display: flex;flex-direction: row;align-items: center;background-color: #fff;
    box-shadow: 0 0.0266666rem 0.066666rem 0 rgba(0, 0, 0, 0.12);position: relative;z-index: 10;
}
.home-bar .logo{
    margin-left: 0.2666rem;margin-right: 0.3333rem;height:0.82666rem;
}
.home-bar .logo img{
    height:0.82666rem;
}
.home-bar .title{
    font-size: 0.48rem;color:#ff6637;
}
/*轮播图*/
.swiper-box {
    width: 10rem; margin: 0 auto;  overflow: hidden;position: relative;z-index: 8;
    background: #fff;
}
.swiper-box .swiper-img { width: 100%;overflow: hidden; }
.swiper-box .swiper-img > img { display: block; width: 100%; }
.swiper-box .swiper-pagination-bullet {
    width: 0.146666rem; height: 0.146666rem;
    background-color: #000;
    opacity: 0.16;
    border-radius: 50%;
}
.swiper-box .swiper-pagination-bullet-active {
    width: 0.45333rem;
    height: 0.146666rem;
    background: #000000;
    opacity: 0.3;
    border-radius: 0.08rem;
}
/*首页四个特点*/
.home-page .characteristic{
    width: 100%;display: flex;flex-direction: row;background-color: #fff;
    box-shadow: 0 0.02666rem 0.053333rem 0 rgba(7, 0, 2, 0.1);
}
.home-page .characteristic .characteristic-item{
    flex:1 1 25%;height:0.96rem;display: flex;align-items: center;justify-content: center;color:#666;
}
.home-page .characteristic .characteristic-item .text{
   padding-left: 0.1333rem;
}
.characteristic .icon-zytd {
    display: block;width: 0.46666rem;height: 0.46666rem;background: url(../images/icon/zytd.png?v=a2) no-repeat center center;background-size: 0.46666rem 0.46666rem;
}
.characteristic .icon-zjpg {
    display: block;width: 0.46666rem;height: 0.46666rem;background: url(../images/icon/zjpg.png?v=a2) no-repeat center center;background-size: 0.46666rem 0.46666rem;
}
.characteristic .icon-xtxl {
    display: block;width: 0.46666rem;height: 0.46666rem;background: url(../images/icon/xtxl.png?v=a2) no-repeat center center;background-size: 0.46666rem 0.46666rem;
}
.characteristic .icon-hjss {
    display: block;width: 0.46666rem;height: 0.46666rem;background: url(../images/icon/hjss.png?v=a2) no-repeat center center;background-size: 0.46666rem 0.46666rem;
}
/*首页菜单图标*/
.home-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    color:#747474;
    font-size: 0.29333rem;
}
.home-menu .menu-item{
    display: flex;
    flex-direction: column;
    flex:1 1 20%;
    align-items: center;
    margin-top: 0.50666rem;
}
.home-menu .menu-item .text{
    /*padding-top: 0.21333rem;*/
}
.home-menu .icon-image{
    display: block;
    width: 1.306666rem;
    height: 1.48rem;
}
.home-menu .icon-image img{
    width: 100%;
}
.home-menu .icon-zcr {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/zcr.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-nthe {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/nthe.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-zbzpx {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/zbzpx.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-fyza {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/fyza.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-gjth {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/gjth.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-yyfy {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/yyfy.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-zylqx {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/zylqx.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-xxza {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/xxza.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-yewy {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/yewy.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}
.home-menu .icon-yyzx {
    display: block;width: 1.10666rem;height: 1.10666rem;background: url(../images/icon/home_menu/yyzx.png?v=a2) no-repeat center center;background-size: 1.10666rem 1.10666rem;
}

/*首页栏目大标题*/
.home-title-block{
    width: 100%;
    display: flex;
    padding-top: 0.4rem;padding-left:0.2666rem;
    align-items: center;
}
.home-title-block > div:nth-child(1){
    display: flex;
    align-items: center;
    flex: 1 1 70%;
}
.home-title-block > div:nth-child(2){
    display: flex;
    flex: 1 1 30%;
    justify-content: flex-end;
    padding-right: 0.2666rem;
    flex-direction: row;
}
.home-title-block .title{
    color:#333;font-size: 0.50666rem;font-weight: bold;position: relative;
    padding-left: 0.213333rem;
}
.home-title-block .title::before{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.08rem;
    height: 0.46666rem;
    border-radius: 0.045rem;
    background-color: #ff6637;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.home-title-block .title-en{
    color:#666;font-size: 0.32rem;padding-left: 0.1333rem;
}
.home-title-block .more{
    color:#666;font-size: 0.34666rem;
    display: flex;
    align-items: center;
}
.home-title-block .icon-more {
    margin-left: 0.1333rem;
    display: block;
    width: 0.18666rem;
    height: 0.2666rem;
    background: url(../images/icon/right.png?v=a2) no-repeat center center;
    background-size: 0.18666rem 0.2666rem;
}

/*服务项目*/
.service-page .service-block{
    position: relative;width: 10rem;height: 100%;display: flex;
    flex-direction: row;flex-wrap: wrap;padding-right: 0.2666rem;
}
.service-page .service-block .img-box{
    position: relative;flex: 0 1 4.6rem;margin: 0 0 0.2666rem 0.2666rem;
}
.service-page .service-block .img-box img{
    border-radius: 0.23333rem;box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);width: 100%;
}
.service-page .service-block .img-box .title{
    position: absolute;left: 0;top:0.26666rem;padding: 0 0.2666rem 0 0.2666rem;
    height: 0.59999rem;background:rgba(255,102,55,0.8);border-radius: 0 0.3rem 0.3rem 0;
    display: flex;align-items: center;justify-content: center;color:#fff;font-weight: bold;font-size: 0.4rem;
}

/*儿童康复*/
.recover-page .service-block{
    position: relative;width: 10rem;height: 100%;display: flex;
    flex-direction: row;flex-wrap: wrap;padding-right: 0.2666rem;
}
.recover-page .service-block .img-box{
    position: relative;flex: 0 1 4.6rem;margin: 0 0 0.2666rem 0.2666rem;
}
.recover-page .service-block .img-box img{
    border-radius: 0.23333rem;box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);width: 100%;height:100%;
}
.recover-page .service-block .img-box .title{
    position: absolute;left: 0;bottom:0;width: 100%;height: 0.8rem;
    background: rgba(255,102,55,0.8);border-radius: 0 0 0.23333rem 0.23333rem;
    display: flex;align-items: center;justify-content: flex-start;color:#fff;
    font-weight: bold;font-size: 0.4rem;padding-left: 0.30666rem;
}

/*在线咨询*/
.online-block{
    width: 9.466666rem;
    display: flex;
    flex-direction: column;
    margin: 0 0.2666rem 0 0.2666rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
    border-radius: 0.2333rem !important;
    overflow: hidden;
}
.online-block .online-item{
    display: flex;flex-direction: row;
    height:2.746666rem;
    background-color: #fff;
    padding: 0.24rem 0.26666rem 0.24rem 0.26666rem;
    border-bottom: 1px solid #f3f2f2;
}
.online-block .online-item .item-img{
    width: 2.213333rem;
    height: 2.213333rem;
    display: flex;
    align-items:center;
    overflow: hidden;
}
.online-block .online-item .item-img img{
    width: 100%;
    border-radius: 0.23333rem;
}
.online-block .online-item .item-content{
    width: 6.72rem;
    display: block;
    padding-left: 0.19999rem;
}
.online-block .online-item .item-content .title{
    padding-top:0.08rem;
    display: block;
    width: 6.294rem;
    color:#333;font-size: 0.4rem;font-weight: bold;
    white-space: nowrap;text-overflow: ellipsis;overflow: hidden;
}
.online-block .online-item .item-content .desc{
    display: -webkit-box;
    -webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;word-break: break-all;
    width: 100%;height:1rem;color:#666;font-size: 0.32rem;
    text-overflow: ellipsis;overflow: hidden;
    padding-top: 0.133rem;
}
.online-block .online-item .item-content .time-block{
    display: flex;
    flex-direction: row;
    width: 100%;color:#999;font-size: 0.29333rem;
    padding-top:0.06666rem;
}
.online-block .online-item .item-content .time-block .time{
    flex: 1 1 50%;
}
.online-block .online-item .item-content .time-block .eye-block{
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.online-block .online-item .item-content .time-block .eye{
    margin-right: 0.0888rem;
    display: block;
    width: 0.33333rem;
    height: 0.24rem;
    background: url(../images/icon/eye.png?v=a2) no-repeat center center;
    background-size: 0.33333rem 0.24rem;
}

/*试听课区域*/
.online-page .video-demo{
    display: flex;
    flex-direction: column;
    width: 9.4666rem;
    margin:0.2666rem 0.2666rem 0.2666rem 0.2666rem;
    background-color: #fff;
    border-radius: 0.2333rem;
    overflow: hidden;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}
.online-page .video-demo .title{
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.9999rem;
    font-size: 0.42666rem;
    color:#666;
    padding-left: 0.293333rem;
    border-bottom:1px solid #f3f2f2;
}

.online-page .video-demo .video-block{
    width: 100%;
    padding: 0.53333rem;
}
.online-page .video-demo .video-block video{
    width: 100%;
}
.online-page .video-demo .video-block iframe{
    width: 100%;
}
.online-page .video-demo .video-block img{
    width: 100%;
}

.radius-title{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.26666rem;
    width: 2.4rem;
    height:0.8rem;
    color:#ff6637;
    font-size: 0.42666rem;
    border-radius: 0.53333rem;
    background-color: rgba(255,102,55,0.12);
    margin-top: 0.4rem;
}
.radius-title .text{}

.img-block{
    position: relative;width: 9.46666rem;display: flex;
    flex-direction: column;margin: 0.2666rem;
}
.img-block img{
    width: 100%;
    border-radius:0.23333rem;
}

.img-block2{
    position: relative;width: 9.46666rem;display: flex;
    flex-direction: column;margin: 0.2666rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
    border-radius:0.23333rem;
    overflow: hidden;
    background-color: #fff;
}
.img-block2 .img{
    display: flex;
    flex-direction: column;
}
.img-block2 .text{
    width: 100%;
    background-color: #fff;
    font-size: 0.32rem;
    color:#666;
    padding: 0.2666rem;
    text-align: justify;
}
.img-block2 .text span:nth-child(1){
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height:1.3333rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}

.img-block2 .text.active span:nth-child(1){
    display:inline ;
}
.img-block2 .text span:nth-child(2){
    color:#ff6637;
    float: right;
}
.img-block2 img{
    width: 100%;
}
.img-block2 .title{
    font-size: 0.4rem;
    color:#333;
    font-weight: bold;
}
.img-block2 .desc{
    font-size: 0.32rem;
    color:#333;
}

/*ul列表*/
ul.ul-block{
    display: flex;
    width: 9.46666rem;
    flex-direction: column;
    margin: 0.2666rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
    border-radius: 0.23333rem;
    color:#666;
    background-color: #fff;
    font-size: 0.4rem;
}

li.ul-item{
    padding:0.353333rem 0 0.353333rem 0.5333rem;
    display: flex;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #f3f2f2;
}
li.ul-item a{
    color:#666;
}
li.ul-item .img{
    padding:0.2666rem;
    flex:0 1 35%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
li.ul-item img{
    width: 100%;
}
li.ul-item .img .text{
    padding-top: 0.2666rem;
}

/*品牌魅力视频弹出播放视频页*/
.my_mask{
    display: none;
    position: fixed;
    left: 0;
    top:0;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height:100%;
    z-index: 101;
}
.my_mask .play_block{
    position: absolute;
    top:50%;
    left: 0;
    width:10rem;
    height:5.333rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.my_mask .play_block iframe{
    width: 100%;
    height: 100%;
}
/*品牌魅力视频介绍*/
.video-list{
    position: relative;width: 10rem;height: 100%;display: flex;
    flex-direction: row;flex-wrap: wrap;
    padding-right: 0.2666rem;
}
.video-list .video-item{
    position: relative;flex: 0 1 4.6rem;margin: 0 0 0.2666rem 0.2666rem;
    border-radius: 0.23333rem;box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
    overflow: hidden;background-color: #fff;
}
/*图片区*/
.video-list .video-item .img{
    height:3.4666rem;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.video-list .video-item .img .play{
    position: absolute;
    left: 0;
    bottom: 0;
    height:0.73333rem;
    background: rgba(0,0,0,0.1);
    width: 100%;
    display: flex;
    align-items: center;
    color:#fff;
}
.video-list .video-item .img .play > div{
    flex:0 0 50%;
    display: flex;
}
.video-list .video-item .img .icon-play {
    display: block;
    width: 0.46666rem;
    height: 0.46666rem;
    background: url(../images/icon/play.png) no-repeat center center;
    background-size: 0.46666rem 0.46666rem;
    margin-left: 0.2666rem;
}
.video-list .video-item .img .play > div:nth-child(2){
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2666rem;
}
.video-list .video-item .img .time {
    font-size: 0.32rem;
}
.video-list .video-item img{
    height: 100%;
}
/*文字区*/
.video-list .video-item .content{
    padding: 0.2333rem 0 0.2666rem 0;
}
.video-list .video-item .title{
    font-size: 0.4rem;
    color:#333;
    margin-left: 0.1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.video-list .video-item .desc{
    font-size: 0.32rem;
    color:#666;
    margin-left: 0.2666rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.video-list .video-item .author{
    display: flex;
    margin-left: 0.2666rem;
    margin-top:0.19999rem;
}
.video-list .video-item .author div{
    background-color: rgba(255,102,55,0.12);
    height: 0.46666rem;
    color: #ff6637;
    font-size: 0.2666rem;
    border-radius: 0.2266rem;
    padding: 0 0.19999rem 0 0.19999rem;
    line-height:  0.48rem;
}

/*团队荣誉页面*/
.time-line-block {
    position: relative;
    width: 100%;
}
.time-line-list{
    position: relative;
    width: 100%;
    display: flex;
    margin-top: 0.5333rem;

}
.time-line-list .year{
    width: 2.93333rem;
    padding-left: 0.2666rem;
    padding-top: 0.2333rem;
    font-size: 0.4rem;
    color:#333;
    font-weight: bold;
}
.time-line-list .icon-point{
    display: block;
    width: 0.373333rem;
    height: 0.373333rem;
    background: url(../images/icon/point.png?v=a2) no-repeat center center;
    background-size: 0.373333rem 0.373333rem;
    position: absolute;
    left:2.01444rem;
    top:0.3333rem;
}
.time-line-block::before{
    content: '';
    position: absolute;
    top: 0;
    left: 2.2rem;
    width: 1px;
    height: 100%;
    background: #d6d6d6;
    z-index: 0;
}
.time-line-list .content{
    display: flex;
    flex-direction: column;
    height: 2.2666rem;
    width: 6.8rem;
    background-color: #fff;
    padding:0.21333rem;
    border-radius: 0.23333rem;
    box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}
.time-line-list .content .title{
    font-size: 0.4rem;
    color:#ff6637;
    font-weight: bold;
}
.time-line-list .content .key{
    font-size: 0.32rem;
    color:#999;
    padding-top: 0.3333rem;
}
.time-line-list .content .value{
    font-size: 0.34666rem;
    color:#666;
}