.area{
    background: #f3f3f3;
}
.wrap{
    padding-top: 1px;
}
.section{
    padding: 60px 0;
}
.grayBg{
    background: #F8F8F8
}
.section.mba{
    background: url(../images/index/teachBg.jpg) no-repeat; 
} 
.section.bg2{
    background:#F3F3F3; 
} 
.section.bg3{
    background:#f9f9f9; 
} 
.white.titleBar h3{
    color:#fff;
}
.white.titleBar .text,
.white.titleBar .more{
    color:#fff;
}  

.swiper-banner{
    height: 430px; 
}
.swiper-banner .swiper-slide{
    width: 100%;
    height: 430px; 
}
.swiper-banner .cover{
    width: 100%;
    height: 430px;
}

.swiper-banner .swiper-slide .box{
    width: 1200px;
    margin:0 auto;
}
.swiper-slide .btn{
    width:146px;
    line-height:46px;
    background:rgba(255,255,255,1);
    border-radius:1px;
    color:#0F0E1F;
    font-size: 16px;
    text-align: center;
    display: block;
}
.slide1 .btn{
    margin-top: 315px;
}
.slide2 .btn{ 
    background:#FFDA71; 
    color:#333;
    margin: 315px auto 0; 
}
.slide3 .btn{ 
    background:#FFDA71; 
    color:#333;
    margin: 320px auto 0; 
}

.school-list{ 
    font-size: 0;
}
.school-list li{
    margin-right: 54px;
    display: inline-block; 
}
.school-list li:last-child{
    margin-right: 0;
}

.titleBar{
    margin: 0px 0 16px;
    position: relative; 
    overflow: hidden;
}
.titleBar h3{
    font-size: 24px;
    color:#1A1A1A;
    line-height: 40px;
    float: left;
}
.titleBar .text{
    font-size: 14px;
    color:#666; 
    float: left;
    margin-top: 14px;
    margin-left: 12px;
} 
.titleBar .more{
    float: right;
    font-size: 14px;
    color:#e62129;
    line-height: 40px;
}
.titleBar .strong{      
    color:#683EAA;   
}

.school-item{font-size: 0;margin-bottom: -60px;}
.school-item li{
    width: 340px;
    margin-right: 90px;
    margin-bottom: 60px;
    box-shadow: 0 4px 18px rgba(87, 86, 176, .15);
    text-align: center;
    display: inline-block; 
    min-height: 330px;
}
.school-item li:nth-child(3n){
    margin-right: 0;
}
.school-item li .caption{
    margin:20px 0 15px; 
    font-size: 14px;
    padding: 0 20px;
    font-weight: bold;
    text-align: left;
}
.school-item li .caption span{
    display: block;
}
.schoolList .avatar{
    overflow: hidden; 
    margin-bottom: 20px;
}
.schoolList .avatar img{
    float:left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
}
.schoolList .avatar p{
    font-size: 12px;
    color:#666;
    text-align: left;
} 
.school-item li .tips{
    font-size: 12px;
    color:#999;
    margin-top: 10px;
}

  


.linkBg{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 9;
}
 
.caseTile{
    display: inline-block;
    width: 340px;
    background: #fff;
    box-shadow: 0 4px 35px rgba(87, 86, 176, .2);
    margin-right: 85px;
    padding: 20px;
    margin-top: 60px;
    height: 320px;
    box-sizing: border-box;
    position: relative;
    vertical-align: top;
}
.caseTile .caption{
    font-size: 14px;
    font-weight: bold; 
}
.caseTile .text{
    font-size: 12px;
    line-height: 21px;
    color:#666;
}

.caseTile .link{
    font-size: 12px;
    line-height: 21px;
    color:#666;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.caseTile:last-child{
    margin-right: 0;
}

.aboutIndex{ 
    text-align: center; 
    position: relative;
   /* background: #3b81c4;*/
    background: #e62129;
}
.aboutIndex .wrap{
    border-radius:4px 4px 0 0 ;
    position: relative;
    z-index: 2; 
    height:185px;
}
.aboutIndex .mn{
    position: absolute;
    bottom: 0;
    right: 150px;
}
.aboutIndex p {
    height: 18px;
    line-height: 18px;
    text-align:center;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #FFFFFF;
    margin-top:26px;
    opacity:0.3;
}
.aboutIndex h3{ 
    font-size: 22px;
    color:#fff; 
    position: relative;
    margin:5px 0 20px;
    display: inline-block;
} 
.aboutIndex h3::after{
    height: 22px;
    width: 27px;
    background: url(../images/index/a.png) no-repeat;
    position: absolute;
    top: -16px;
    left:-45px; 
    content: '';
}
.aboutIndex .btn{ 
    color: #fff; 
    display: block; 
    width: 150px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    font-size: 14px;
    transition: all .3s ease;
    border:1px solid #fff;
}
.aboutIndex .btn:hover{ 
    color: #fff;
    background: #3b81c4;
    border-color: #3b81c4;
}

.crumbs{  
    color:#333;
    position: static;
    box-shadow:none;
    padding: 0;
    background: none;
}
.crumbs a,.crumbs span{
    font-size:13px;
    color:#333;
}

.videoBox{
    background: #000; 
    margin-bottom: 24px; 
    position: relative;
}
.video-js .vjs-big-play-button {
    line-height: 60px;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    padding: 0;
    border-radius: 3em;
    margin: -40px 0 0 -40px;
    background-color: rgba(43,51,63,.9);
}
.videoCheck{
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,.4);
}
.videoCue{
    position: absolute;
    top:50%;
    left:50%;
    z-index: 9;
    background: url(../images/index/svg3.svg) no-repeat;
    background-size: contain;
    transform: translate(-50%,-50%);
    height: 1em;
    width: 1em;
    font-size: 60px;
    opacity: .8;
    display: block;
}
.videoBtn{
    position: absolute;
    top:50%;
    left:50%; 
    z-index: 9; 
    background: url(../images/index/svg3.svg) no-repeat;
    background-size: contain;
    transform: translate(-50%,-50%);
    height: 1em;
    width: 1em;
    font-size: 60px;
    opacity: .8;
    display: block;
}




.ocHead {
    background: #fff;
    margin: 24px 0;
}
.ocHead .cover{
    width:486px;
    height:305px;
    float: left;
}
.ocHead .cover img{
    width:486px;
    height:305px;
}
.ocHead .content{
    width: 713px;
    float: left;
    padding:20px 24px;
    height: 305px;
    position: relative;
}
.ocHead .caption{
    font-size: 20px;
    color:#1a1a1a;
    font-weight: bold;
    line-height: 28px;
	max-width: 580px;
}
.ocHead .info{
    margin-top: 12px;
    font-size: 13px;
    color:#666; 
    line-height: 18px;
}
.ocHead .info .num{
    margin-right: 24px;
}
.ocHead .text{
    margin:12px 0;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}
.couponInfo{
    margin: 10px 0;
    position: relative;
} 
.couponInfo .text{
    padding: 0 5px;
    line-height:19px;
    border-radius:2px;
    border:1px solid #F95359;
    display: inline-block;
    vertical-align: middle;
    font-size:13px ;
    color:#F95359;
    margin: 0;
    height: auto;
}
.couponInfo .sel{
    font-size:13px ;
    color:#1A1A1A;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    cursor: pointer; 
    margin-left: 10px;
}
.couponInfo .sel::after{
    display: block; 
    width: 8px;
    height: 8px;
    border: 2px solid #979797;
    border-width: 0 2px 2px 0;;
    position: absolute;
    bottom: 8px;
    right: 0;
    content: '';
    transform: rotate(45deg);
}
.couponLayer{
    position: absolute;
    top:22px;
    left:0;
    background: #fff;
    border:1px solid #E9E9E9;
    padding: 20px;
    z-index: 9;
    width: 430px;
    display: none;
}
.couponInfo:hover .couponLayer{
    display: block;
}
.layui-layer-coupon .layui-layer-content{
    padding: 20px;
}
.couponLayer::after{
    width: 10px;
    height: 10px;
    border: 1px solid #E9E9E9;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: -6px;
    left: 168px;
    content: '';
    transform: rotate(-45deg);
    z-index: 12;
    background: #fff;
}
.couponLayer h3{
    font-size: 15px;
    color: #1a1a1a;
    padding-bottom: 10px;
    line-height: 21px;
    border-bottom:1px solid #E9E9E9;
    font-weight: bold;
}
.couponLayer li{
    margin-top: 15px;
    position: relative;
    padding:0 80px ;
}
.couponLayer li .p{
    width:66px;
    line-height:26px;
    background: url(../images/couponBg4.png) no-repeat;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}
.couponLayer li .txt{
    font-size: 14px;
    color: #1a1a1a;
    margin-left: 0;
}
.couponLayer li .state{
    width: 54px;
    background: #FFE3E4;
    height: 16px;
    font-size: 12px;
    color: #F95359;
    line-height: 16px;
    padding: 0 3px;
    margin-left: 10px;
}
.couponLayer li .time{
    font-size: 12px;
    color: #999;
}
.couponLayer li .oper{ 
    text-align: center; 
    position: absolute;
    right: 0;
    top:0; 
    line-height: 30px;
    width:80px;
}
.couponLayer li .oper a{
    width:80px;
    line-height: 30px;
    border-radius:4px;
    border:1px solid #F95359;
    display: block;
    font-size: 15px;
    color:#F95359 ;
}
.couponLayer li .test{ 
    font-size: 15px;
    color:#999 ;
}
.couponInfo.receive .text {
    border-color: #999; 
    color: #999;
}
.receive.couponInfo .sel{
    color: #999;
}
.receive.couponInfo .sel::after{
    display: none;
}
.receive.couponInfo:hover .couponLayer{
    display: none;
}
.priceBox .price{ 
    font-size: 36px;
    color: #333;
    line-height: 50px;
    position: relative;
    display: inline-block;
    vertical-align: middle; 
}
.priceBox .price::before{
    font-size: 36px;
    color: #333;
    content: '¥';
}
.priceBox .onlPrice{ 
    text-decoration: line-through;
    font-size: 20px;
    color: #999;
    line-height: 50px;
    position: relative;
    display: inline-block;
    margin:0 12px;
    vertical-align: middle;
}
.priceBox .onlPrice::before{
    font-size: 20px;
    color: #999;
    content: '¥';
}
.priceBox .sale{ 
    font-size: 12px;
    color: #F95359;
    display: inline-block; 
    border: 1px solid #f95359;
    padding: 0 10px ;
    line-height: 24px;
    position: relative;
    border-radius: 0 3px 3px 0;
    border-left:0;
}
.priceBox .sale:before {
    width: 8px;
    height: 24px;
    content: '';
    background: url(../images/block.png) no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
}
.ocHead .action{ 
    margin-top: 10px;
    position: absolute;
    bottom: 22px;
    left: 24px;
}
.ocHead .btn{
    width:180px;
    line-height:46px;
    background:#e62129;
    border-radius:4px;
    border:0 none;
    font-size: 18px;
    color:#fff;
    cursor: pointer;
	outline: none;
}
.ocHead .btn.over{ 
    background:#fff; 
    border:1px solid #e62129;
    color:#e62129;
    cursor: default; 
}
.ocHead .txt{ 
    font-size: 14px;
    color: #e62129;
    margin-left: 12px;
}

.ocMain{
    padding-bottom: 48px;
    position: relative;
}
.ocMain .sider{
    float: right;
    width: 300px; 
    transition: all .3s ease;
}
.ocMain .sider .fiexd{
    position: fixed;
    top:100px; 
    width: 300px; 
    box-sizing: border-box
}
.ocMain .main{
    float: left;
    width: 865px;  
    box-sizing: border-box;
    min-height: 720px;
    background: #fff;
}
.ocMain .doctorDetail {min-height:500px; margin-top:15px; padding:10px 10px 50px 10px; background:#fff; }
.ocMain .doctorDetail * {color:#1a1a1a; }
.ocMain .doctorDetail .doctorInfo {overflow:hidden; }
.ocMain .doctorDetail .doctorInfo .avatar {float:left; width:160px; height:200px; border-radius:5px;  }
.ocMain .doctorDetail .doctorInfo .info {float:right; width:1010px; }
.ocMain .doctorDetail .doctorInfo .info h5 {font-weight:500; margin-bottom:5px; padding-left:5px; }
.ocMain .doctorDetail .doctorInfo .info .small {line-height:22px; font-size:13px; color:#666; padding-left:5px;}
.ocMain .doctorDetail .doctorInfo .info .txt {margin-top:12px; }
.ocMain .doctorDetail .doctorInfo .info .txt p {line-height:26px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow:hidden; }
.ocMain .doctorDetail .doctorInfo .info .txt p.open {-webkit-line-clamp:9999999 !important; }
.ocMain .doctorDetail .doctorInfo .info .txt .more {display:none; color:#e62129; cursor:pointer; }
.ocMain .doctorDetail .doctorDescribe {margin-top:24px; }
.ocMain .doctorDetail .doctorDescribe h4 {font-size:18px; font-weight:600; }
.ocMain .doctorDetail .doctorDescribe .reading {margin:13px 0; color:#666; }
.ocMain .doctorDetail .doctorDescribe .reading i {margin-right:4px; font-size:12px; }
.ocMain .doctorDetail .doctorDescribe .txt p {text-indent:2em; line-height:26px; }
.ocMain .doctorDetail .doctorDescribe .txt img {display:block; max-width:100%; margin:0 auto; }

.main .content{
    padding: 24px; 
}
.sider .box{ 
    background: #fff;
    width: 300px;
}
.sider .box .item{
    position: relative;
    padding: 0 15px 15px;
}
.ocMain h3.caption{
    font-size: 16px;
    color:#333; 
    padding: 15px ; 
	font-weight: bold;
}
.ocTab  {
    border-bottom: 1px solid #E9E9E9;
}
.ocTab li{
    display: inline-block;
    padding: 0 24px;
}
.ocTab li a{
    font-size: 16px;
    color:#333; 
    line-height: 60px;
    font-family: 'PingFangSC-Semibold';
    position: relative;
    display: block;
}
.ocTab li.active a{ 
    color:#e62129;
} 
.ocTab li.active a:after{
    height: 3px;
    background: #e62129;
    width: 100%;
    position: absolute;
    bottom: 0;
    left:0;
    content: '';
    border-radius: 4px;
}
.ocCoverImg{ 
    padding: 0 15px 15px;
}
.ocCoverImg img{
    max-width: 100%;
    vertical-align: top;
}


.teachInfos {
    text-align: center;
    padding: 0 15px 15px;
}
.teachInfos img{
    width: 96px;
    height: 96px;
    border-radius: 50%;
}
.teachInfos .name{
    color:#1A1A1A;
    font-size: 16px;
    margin:10px 0;
    font-weight: bold;
} 
.recom.item .title{
    font-size: 14px;
    color:#333;
    margin:6px 0 9px;
}
.teachInfos .text{
    font-size: 13px;
    color:#333;
    line-height: 22px;
    text-align: left;
}
.recom.item img{
    width: 100%; 
    vertical-align: top;
}
.recom.item .name{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    font-weight: bold;
}
.recom.item .name span{
    display: block;
}
.recom.item .text{
    color:#666;
    font-size: 12px;
    margin:6px 0 9px;
}
.recom.item .tag span{
    display: inline-block;
    margin:0 5px 5px 0;
    border:1px solid #5756b0;
    color:#5756b0;
    line-height: 20px;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 12px; 
    box-sizing: border-box;
}
.recom.item .info{
    overflow: hidden;
} 
.recom.item .info .num{
    float: left;
}
.recom.item .info .people{
    float: right;
}
.recom.item .info p{
    font-size: 12px;
    color:#999;
}
.recom.item .info span{
    color:#5756b0; 
}
.recom.item~.recom.item{ 
    padding-top: 15px;
    border-top: 1px solid #eee; 
}

.ocMain .main .text{
    font-size: 14px;
    color:#666;
    line-height: 26px;
    margin: 12px 0;
}
.main.catalog .content{
    display: none;
}
.main.catalog .content.show{
    display: block;
}
.ocMain .main .strong{
    text-align: center;
    font-weight: bold;
}
.main .content img{ 
    max-width: 100%;
}
.ocMain .main .tile{
    background: #f3f7fa;
    padding: 12px;
}
.ocMain .main .tile>.text{
    margin-top: 0;
}
.ocMain .main .tile ~ img{
    margin-top: 20px;
}
 
.sider .cover{
    margin-bottom: 24px;;
}
.sider .cover img{
    width: 100%;
}



/* 首页-博士对话-详情 */
.caseList{
    box-sizing:border-box;
    height:433px;
    overflow:hidden;
    padding: 6px 14px 14px 14px;
}
.caseList li{ 
    margin-left: 24px;
    border-bottom: 1px solid #eee;
    position: relative;
    list-style-type: disc;
    font-size: 20px;
    color:#666;
}
.caseList li a{
    padding: 12px 0; 
    display: block;
    color:#666;
    font-size: 14px;
}
.caseList li:last-child {
    border-bottom: 0 none;
} 

.caseList li a:hover{
    color:#e62129
}
.main h3.title{
    font-size: 20px;
    color:#000;
    margin-bottom: 12px; 
    padding: 24px 24px 0;
}
.main .content h3.title{
    margin-top: 24px; 
    border-left:6px solid #5656b0;
    padding-left: 10px;;
}
.main .option {
    margin-bottom: 24px;
    padding:0 24px  ;
}
.main .option .tag{
    float: left;
}
.main .option .tag span{
    display: inline-block;
    padding: 0 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    line-height: 24px;
    background: #1873bb;
}
.main .option .state{
    float: right; 
}
.main .option .state span{
    color:#999;
    font-size: 12px; 
    margin-left: 24px;
    line-height: 24px;
}
.main .option .state strong{
    color:#e62129;
    font-weight: normal;
}




/* 关于我们 */
.abMain{
    padding:48px 0 ;
}
.abMain .sider{
    float: left;
    width: 250px; 
    background: #fff;
}
.aboutList li .link{
    display: block;
    line-height: 66px;
    text-align: center;
    font-size: 20px;
    color:#333;
}
.aboutList li.active .link{ 
    color:#fff;
    /*background: #8b8acb;*/
    background: #1873bb;
}
.aboutList li .tile{
    margin-left: 100px;
    padding: 12px 0;
}
.aboutList li .tile a{
    font-size: 18px;
    color:#999;
    display: block;
    line-height: 48px;
}
.aboutList li .tile a.on{ 
    color:#1873bb;
}

.abMain .main{
    float: right;
    width: 920px;  
    box-sizing: border-box;
    min-height: 680px;
    background: #fff;
}
.abMain .main .title{ 
    font-size: 18px;
    color:#333; 
    margin-bottom: 12px;;
}
.abMain .main .text{
    line-height: 24px;
    font-size: 14px;
    color:#333;
    margin-bottom: 20px;;
}
.abMain .main .law .text{ 
    color:#666; 
}
.abMain .main .law .text ~.txt{ 
   margin-bottom: 12px;
   margin-top: -12px;
}
.abMain .main .law .txt + .text{ 
    margin-top: 24px;  
 }
.abMain .main .law .txt{ 
    margin-left: 24px;
    color:#666; 
    line-height: 24px;
}


.abMain .main .text ~.title{
    margin-top: 40px;
}
.abMain .main .other{
    padding: 0 0 24px 24px;
}
.helpTile{
    padding: 24px 48px;
}
.helpContent {
    display: none;
} 
.helpContent.show {
    display: block;
} 
.helpContent dl{
    padding: 24px 48px;
}
.helpContent dt{
    font-size: 16px;
    color:#333;
    margin-bottom: 12px;;
    background: url(../images/act/dot.png) no-repeat 0 5px;
    padding-left: 24px;
}
.helpContent dd{
    font-size: 14px;
    color:#333;
    line-height: 24px;
    margin-bottom:36px;
    padding: 12px 24px;
    background: #f8f8f8
}
.helpContent li{
    font-size: 14px;
    color:#666;
    line-height: 24px;
    margin-left: 24px;
    margin-top: 6px;
}


.ocItem{
    position: relative;
} 
.ocItem:hover .cover img{
    transform: scale(1.15);
} 
.ocItem .cover{
    overflow: hidden;
    height: 175px;
    position: relative;
    border-radius: 4px 4px 0 0;
}
.ocItem img{ 
    width: 100%;
    height: 175px;
    vertical-align: top;
    transition: all .6s ease;
    border-radius: 4px;
} 
.ocItem .name {
    font-size: 16px;
    color: #1A1A1A;
    line-height: 22px;
    margin: 10px 0 8px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ocItem .info .ctrl{ 
    line-height: 22px;
} 
.ocItem .info .playNum{ 
    color:#666;
} 
.ocItem .text {
    font-size: 12px;
    color: #666;
    line-height:18px;
    margin:0 0 8px; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwClass{
    background: #fff;
    transition: all .3s ease;
    position: relative; 
    border-radius: 4px; 
}

.xwClass img{
    width: 100%;
    height: 240px;
    vertical-align: top;
    border-radius: 4px 4px 0 0; 
}
.xwClass .info{
    padding:14px 20px; 
}
.xwClass .name {
    font-size: 18px;
    color: #333;
    line-height: 32px; 
    overflow: hidden;
    font-family: 'PingFangSC-Semibold';
    font-weight: bold;
}
.xwClass .name span{
    display: block;
    font-weight: normal;
}
.xwClass .thumb{
    overflow: hidden;
    line-height: 18px;
}
.xwClass .thumb .txt{
    font-size:13px ;
    color:#1A1A1A;
    float: left;
}
.xwClass .thumb .people{
    font-size:13px ;
    color:#666;
    float: right;
}

.xwClass  .tagBox{
    margin: 12px 0 22px;
}
.tagBox {
    font-size: 0;
    height: 22px;
}
.tagBox .tag{
    font-size: 12px;
    color: #B47C53; 
	background: #FBF4EE;
    border:1px solid #FBF4EE;
    line-height: 20px;
    border-radius:2px;
    display: inline-block;
    margin-right: 8px;
    padding: 0 6px;  
     
}

.layui-layer-video{
    overflow: hidden;
}
.videoLayer{ background: #000!important;}
.videoLayer.layui-layer-page .layui-layer-content{
    overflow: hidden;
}

.courseCard{
    height: 180px;
    position: relative;
    text-align: center; 
    overflow: hidden;
} 
 
.gap~.titleBar{
    margin-top: 40px;
}


.xwTeach{
    background: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0,0,0,0.15);
}
.xwTeach img{
    width: 100%; 
    vertical-align: text-top;
}
.xwTeach .caption{
    font-size:16px; 
    font-weight:600;
    color:#333;
    margin-bottom: 6px;
    text-align: center
}
.xwTeach .text{
    font-size:12px; 
    line-height: 22px;
    color:#999;
    min-height: 88px;
    overflow: hidden;
}
.xwTeach .info {
    padding: 16px; 
}

.swiper-mba{ 
    position: relative; 
    padding:16px 0 0 ; 
}
.swiper-mba .swiper-slide{ 
    box-sizing: border-box;
}
.swiper-student{ 
    position: relative; 
}
.swiper-student .vCover{
    width: 385px;
    height: 260px; 
    position: relative;
    margin-bottom: 20px;   
    overflow: hidden;
    border-radius: 4px;
}
.swiper-student .vCover img{
    min-width: 385px;
    height: 260px; 
    transition: all .6s ease;
}
.swiper-student .vCover:hover img{
    transform: scale(1.15)
}
.swiper-student .box{
   position: relative;
} 
.swiper-student .caption{
    font-size: 20px;
    color:#333; 
    line-height: 28px;
    float: left;
}
.swiper-student .caption span{
    font-size:14px;
    color:#666;
    margin-left:5px;
}
.swiper-student .title{
    font-size:14px;
    color:#666;
    line-height: 28px;
    float: right;
}
.swiper-student .info{
    padding-top: 40px;
    position: relative; 
    font-size:14px;
    color:#999;
    line-height: 28px;
    clear: both;
} 
.swiper-student .info::before{ 
    content:'“';
    font-size: 36px;
    color:#D6D6D6;
    position: absolute;
    top:18px;
    left:0;
    font-weight: bold;
}

.wrap .swiper-next,
.wrap .swiper-prev{
    position: absolute;
    width:32px;
    height: 32px;
    display: block;
    top:-30px; 
    background:url(../images/index/ctrl.png) no-repeat;
    background-color: rgba(255,255,255,.4);
    cursor: pointer;
    outline: none;
    width: 28px;
    height: 28px;
    border-radius: 2px; 
}
.wrap .swiper-prev{
    background-position: -2px -2px; 
    right:33px
}
.wrap .swiper-next{
    background-position: -34px -2px;
    right:0px;
}
.wrap .swiper-prev:hover,
.wrap .swiper-next:hover{
    background-color: #e62129;
}

.teachVideo .cover{
    height: 180px;
    position: relative;
}
.teachVideo img{
    height: 180px;
    width: 100%;
    vertical-align: top;
}
.tile .ctrl{
    position: absolute;
    bottom: 0; 
    left:0;
    right: 0;
    background: rgba(0,0,0,.4);
    line-height: 35px;
    overflow: hidden;
    padding: 0 6px;
}
.tile .playNum{
    font-size: 13px;
    color:#fff; 
}
.tile .time{
    font-size: 12px;
    color:#fff; 
}
.tile .playNum::before{
    width:16px;
    height: 16px;
    content: '';
    display: inline-block; 
    vertical-align: middle;
    margin-right: 3px;
    background: url(../images/plays.png) no-repeat;
}

.teachVideo .caption{
    font-size: 14px;
    color:#333;
    padding: 8px 0; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




.abVideo{
    height: 376px;
    position: relative;
    overflow: hidden;
}
.abVideo:after{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.3);
    content: '';
}
.ab3.abVideo{
    height: 188px; 
}
.abVideo img{ 
    position: absolute;
    top:0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .6s ease;
}
.abVideo:hover img{
    transform: scale(1.15)
}
.abVideo .box{
    margin-top: 148px;
    position: relative;
    z-index: 2;
    text-align: center;
}
.abVideo p{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.abVideo .videoBtn{
    font-size: 46px;
    position: static;
    margin:0 auto;
    transform: translate(0);
}
.abVideo.ab2 .videoBtn{
    font-size: 70px;
}
.abVideo.ab2 p{
    font-size: 24px;
}
.abVideo.ab3 p{
    font-size: 16px;
}
.abVideo.ab3 .videoBtn{
    font-size: 30px;
}
.abVideo.ab3 .box{
    margin-top: 60px;
}

.aboutVideo .vContent{
    float:left;
    width: 690px;
    height: 385px;
    background: #000;
    position: relative;
}
.aboutVideo .vContent img{
    width: 690px;
    height: 385px;
} 
.aboutVideo .vList{
    float: right;;
    width: 480px; 
}
.vList li{
    position: relative; 
}
.vList li a{
   display: block;
   line-height: 76px;
   font-size:16px;
   color:#1A1A1A;
   padding-left: 24px;
   border-left: 6px solid transparent;
}
.vList li .num{
    margin-right: 24px;
    font-size: 24px;
    color:#1A1A1A;
    display: inline-block;
    vertical-align: middle;
}
.vList li.active a{
    background: #eee;
    border-left-color: #e62129;
    color:#e62129;
}
.vList li.active a .num{ 
    color:#e62129;
}
.vList li.active::after{
    content: '';
    border:6px solid transparent;
    border-right: solid 6px #e62129;
    position: absolute;
    top:50%;
    margin-top: -6px;
    left: -12px;
} 


.moreLink{
    display: block;
    width: 120px;
    margin:40px auto 0;
    height: 36px;
    line-height: 36px;
    border-radius:1px;
    border:1px solid rgba(111,78,195,1);
    position: relative;
    color:#5656b0;
    font-size:16px ;
    text-align: center;
    transition: all .3s ease;
}
.moreLink:after{
    background: url(../images/index/arrow.png) no-repeat;
    width:18px ;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin-left: 5px;
}
 
.moreLink:hover{
    background-color:#5656b0;
    color:#fff;
}
.moreLink:hover:after{
    background-position: 0 -7px;
}

 
 

.swiper-teach img{
    width: 100%
}


.teachItem{
    position: relative;
}
.teachItem .cover{
    background: #000;
}
.teachItem:hover img{
    transform: scale(1.15)
}
.teachItem img{
    height:175px ;
    min-width: 100%;
    vertical-align: top; 
    transition: all .6s ease;
    display: block;
}
.teachItem .caption{
    font-size: 16px;
    color:#1A1A1A;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    margin: 10px 0 8px;
}
.teachItem .text{
    font-size: 13px;
    color:#666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px; 
    max-width: 420px;
}
.teachItem .playNum{ 
    color:#666; 
}

.teachItem.cover img{
    height:425px ; 
} 
.teachItem.cover .info{
    top: 150px;
    position: absolute;
    width: 100%;
    text-align: center;
}
.teachItem.cover .videoBtn{
    margin: 0 auto 20px;
    position: static;
    font-size: 70px;
    transform: translate(0);
}
.teachItem .videoBtn{
    font-size: 38px;
    -ms-transform:translate(0,-20px);
}
.teachItem.cover .caption{
    font-size: 22px;
    color:#fff;
    margin-top: 0;
}
.teachItem .cover{
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.infoCover .cover{
    position: relative;
    height:177px;
    overflow: hidden;
    margin-bottom: 12px;;
}
.infoCover .caption{
    font-size: 18px;
    color:#333;
    padding-left:42px ;
    height: 32px;
    line-height: 46px;
    margin-bottom: 20px;
    position: relative;
}   
.infoCover .caption::before{
    width: 46px;
    height: 27px;
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
}
.infoCover .caption.num1::before{
    background-image: url(../images/index/num1.png)  ;
}
.infoCover .caption.num2::before{
    background-image: url(../images/index/num2.png)  ;
}
.infoCover img{
    width:282px;
    height:177px;
    float: left;
    margin-right: 24px;
} 
.infoCover .title{
    font-size:16px;
    color:#333; 
    font-weight: bold; 
    line-height: 26px;
    height: 54px;
    overflow: hidden;
    margin-bottom: 10px;
}
.infoCover .text{
    font-size:12px;
    color:#666; 
    line-height: 24px; 
    height: 72px; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.infoList li{
    overflow:hidden;
    line-height: 38px;
    font-size:14px;
    color:#666;
    list-style: square;
    margin-left: 12px;;
}
.infoList li a{
    float:left;
    max-width:500px;
    font-size:14px;
    color:#666;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.infoList li a:hover{ 
    color:#e62129;
}
.infoList li span {
    float:right; 
}
.listTeach {
    margin-right: -53px;
}
.listTeach li{
    float: left;
    margin:0 47px 53px 0;
}
.listTeach li img{
    height: 42px ;
}

.tPoster{
    height: 430px;
    margin-bottom: 24px;
}
.tPoster img{
    height: 430px;
    width: 100%;
}

.catalogList li{
    margin-bottom: 14px;
}
.catalogList li a{
    line-height: 40px;
    display: block;
    position: relative;
    background: #F8F8F8;
    padding: 0 14px;
    font-size: 14px;
    color:#666;
    transition: all .3s ease;
}
.catalogList li a::before{
    width: 17px;
    height: 12px;
    content: '';
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    transition: all .3s ease;
    background: url(../images/index/plays.png) no-repeat;
}
.catalogList li a:hover::before,
.catalogList li.active a::before{
    background-position:0 -38px;
}
.catalogList li .txt{
    float: right;
    font-size: 12px;
    opacity: 0;
    transition: all .3s ease;
}

.catalogList li .look{
    float: right;
    font-size: 12px;
    color:#e62129;
}
.catalogList li a:hover,
.catalogList li.active a{
    background:rgba(162,35,141,.15);
    color:#e62129;
}
.catalogList li a:hover .txt,
.catalogList li.active .txt{ 
    opacity: 1;
    color:#e62129
}

.swiper-pagination-bullet{background: #fff;}

.commentList {
    padding: 12px 0;
}
.commentList li{
    margin-bottom:12px;
    padding: 12px;
}
.commentList .hd{
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.commentList .avatar{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    float:left;
    margin-right: 12px;
}
.commentList .info p{
    line-height: 26px;
    color:#0A0A0A;
    font-size: 14px;
}
.commentList .hd .name{
    line-height: 20px;
    color:rgb(10, 10, 10);
    font-size: 14px;
    width: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}
.commentList .hd .time{ 
    color:#999;
    font-size: 12px;
    position: absolute;
    top:0;
    right: 0;
}
.commentList .hd .star{ 
    width: 12px;
    height: 12px;
    background: url(../images/star.svg) ;
    background-size: contain;
    float: left;
}
.commentList .hd .star.l5{
    width: 60px
}
.commentList .hd .star.l4{
    width: 48px
}
.commentList .hd .star.l3{
    width: 36px
}
.commentList .hd .star.l2{
    width: 24px
} 
.commentBox {
    padding: 30px 0 10px;
    overflow: hidden;
    font-size: 0;
}
.commentBox .txa{
    border-radius:4px;
    border:1px solid rgba(233,233,233,1); 
    line-height: 20px;
    height:80px;
    padding: 10px;
    width: 100%;
    background: #F4F4F4;
    outline: none;
    resize: none;  
    margin-bottom: 20px;
    font-size: 14px;
    color:#333;
}
.commentBox .score{
    float: left;
    font-size: 14px;
    color:#333;
} 
.commentBox .action{
    float: right;
} 
.commentBox .action .btn{
    min-width:100px;
    line-height:42px;
    border-radius:4px; 
    display: inline-block;
    font-size: 14px; 
    margin-left: 12px;
    text-align: center;
    border:1px solid #e62129;
    background: #e62129;
    color:#fff; 
    cursor: pointer;
    outline: none;
}  
.commentBox .action .btn:hover{
    border:1px solid #3b81c4;
    background: #3b81c4;
}
.commentBox .action .btn:disabled{
    border:1px solid #ccc !important; 
    background: #ccc !important;
    color:#999; 
    cursor:not-allowed;
}

.starsBox{
    display: inline-block;
    font-size: 0;
}
.cStar{
    width:12px;
    height: 12px;
    background: url(../images/yx/star.png) no-repeat 0 -17px;
    background-size: cover;
    display: inline-block;
    cursor: pointer;
    margin-right: 2px;
}
.cStar.on{    
    background-position: 0 0; 
}


.box .pages{
    padding-bottom: 24px;
}


/* list */
.ocBox .ocItem{
    background: #fff;
    transition: all .3s ease;
    border-radius: 4px; 
}
.ocBox .ocItem:hover{
    box-shadow:0px 4px 12px 0px rgba(214,214,214,1);
}
.ocBox  .col-mb-3{
    width: 20%;
}
.ocBox .ocItem .cover,
.ocBox .ocItem img { 
    height: 135px; 
}
.ocBox .ocItem .info{
    padding:0 12px 12px;
}
.ocBox .ocItem .name{
	font-size: 14px;
}

.ocBox .ocItem:hover{
    box-shadow:0px 4px 12px 0px rgba(214,214,214,1);
}
.wrap> .pages{
    padding: 48px 0;
}




.videoLayContent{
    position: fixed;
    top:50%;
    left: 50%;
    width: 640px;
    height: 480px;
    margin:-240px 0 0 -320px;
    z-index: 9999;
}






.codeBody header{
    background: #fff;
}
.codeBox{
    background: #fff;
    padding: 60px 275px;
    margin:58px 0;
}
.codeBox h2{
    font-size: 30px;
    color:#000;
    font-weight: bold;
    text-align: center
}
.codeBox .text{
    font-size:15px;
    color:#000;
    line-height: 21px;
    margin-top: 20px;
}

.codeBox .box{
    margin-top: 50px;
    position: relative;
    padding-left: 336px;
    overflow: hidden;
}
.codeBox .code{
    position: absolute;
    top:0;
    left:0;
    width: 300px;
    height: 300px;
}
.codeBox .caption{
    font-size:20px;
    color:#000; 
    margin: 10px 0;
}
.codeBox li{
    display: inline-block;
    font-size: 14px;
    color:#666;
    line-height: 20px;
    width: 120px;
    margin-top: 10px;
}
.codeBox li i{
    display: inline-block;  
    background: url('../images/codeIcon.png') ; 
    vertical-align: middle;
    margin-right: 3px;
}
.codeBox li .wx{
    width: 28px; height: 25px;
    background-position: -55px 0;
}
.codeBox li .al{
    width: 27px; height: 27px;
    background-position: 0 0;
}
.codeBox li .yl{
    width: 40px; height: 22px;
    background-position: -83px 0;
}
.codeBox li .e{
    width: 28px; height: 28px;
    background-position: -27px 0;
}

.codeBox .txt{
    margin-top:80px ;
    font-size: 14px;
    color:#666;
}
.codeBox .tel{ 
    font-size: 30px;
    color:#000;
}

 



.seminar{padding-bottom: 36px;}
.seminar .tile{
    position: relative; 
    height: 210px;
    overflow: hidden;
}
.seminar img{
    max-width: 100%;
    border-radius: 4px;
}





@font-face {
  font-family: 'v';
  src:  url('../fonts/v.eot?grcg16');
  src:  url('../fonts/v.eot?grcg16#iefix') format('embedded-opentype'),
    url('../fonts/v.ttf?grcg16') format('truetype'),
    url('../fonts/v.woff?grcg16') format('woff'),
    url('../fonts/v.svg?grcg16#v') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="v-"], [class*=" v-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'v' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.v-play:before {
  content: "\e903";
}

.knowledgeVideo{
	height: 560px;
	background: #fff;
	margin-bottom: 60px;
}
.knowledgeVideo .videoBox{
	width: 895px; 
	float:left; 
}
.knowledgeVideo .title{
	height: 60px;
	padding: 0 24px;
	background: #fff;
}
.knowledgeVideo  .title h3{
	font-size:18px;
	 color:#1A1A1A;
	 line-height: 60px;
	 display: inline-block;
	 margin-right: 16px;
	 font-weight: bold;
}
.knowledgeVideo  .title .tagBox {
	display: inline-block;
}
.knowledgeVideo  .videoList{
	width: 305px;
	float:right; 
	padding-left: 24px;
}
.knowledgeVideo .videoList h3{
	font-size:16px;
	 color:#1A1A1A;
	 line-height: 60px; 
	 border-bottom: 1px solid #F1F1F1;
}
.videoList ul{
	overflow: hidden;
	overflow-y: auto;
	height: 500px;
}
.videoList li{
	height: 77px;
	padding: 13px 0;
	border-bottom: 1px solid #F1F1F1;
} 
.videoList li a{
	display: block;
}
.videoList li .text{
	font-size:14px;
	color:#1A1A1A;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	margin-bottom: 8px;
} 
.videoList li .v-play{
	font-size: 14px;
	color:#1A1A1A;
	margin-right: 8px;
}
.videoList li .tagBox{
	margin-left: 22px;
}
.videoList li:hover{
	background:#F8F8F8 ;
}
.videoList li.active .text,
.videoList li.active .v-play{
	color:#e62129 ;
}
.knowledgeVideo .tagBox .tag{
	color: #1a1a1a;
	border-color:#F0F0F0;
	background: #F0F0F0;
}

.liveRow{
	min-height: 600px;
}
.liveRow .ocItem .cover a{
	display: block;
}
.liveItem{
	padding: 14px;
}
.liveItem .box{
	overflow: hidden;
	display: block;
	width: auto;
	margin: 0;
}
.liveItem .content {
    display: flex;
}
.liveItem .avatar{
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 50%; 
}
.liveItem .text {
    padding-left:14px;
}
.liveItem .text h3{
    height: 44px;
	line-height: 22px;
	font-size: 16px;
	color:#1A1A1A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.liveItem .text p{
	font-size: 12px;
	color:#666;
	line-height: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.liveItem .action{
	display: flex;
	justify-content: space-between;
	margin-top: 18px;
    padding-top:10px;
    border-top:1px solid #f1f1f1;
}
.liveItem .time{
	font-size: 12px;
	color:#666;
	line-height:26px;
}
.liveItem .btn{
	font-size: 12px;
	color:#e62129;
	line-height:26px;
	width: 76px;
	height: 26px;
	background: #fff;
	border-radius: 26px;
	border:1px solid #e62129;
	cursor: pointer;
	outline: none;
	text-align: center;
}
.liveItem .back{
	background: #F0F0F0;
	color: #e62129;
	border-color:#F0F0F0 ;
	cursor: pointer;
}
.liveItem .yy{
	background: #e62129;
	color: #fff; 
	cursor: pointer;
}
.liveItem .live,
.ocHead .btn.live{
	background: #FC8B3C;
	color: #fff; 
	border-color: #FC8B3C;
}
.tile .liveItem:hover{	
	box-shadow: 0px 4px 12px 0px #D6D6D6;
}

.topHead{
	background: #fff;
	margin-bottom: 30px;
}
.tabs li{
	display: inline-block;	
	line-height: 22px;	
	margin-right: 45px;
}
.tabs li a{
	color: #1A1A1A;
	padding-bottom: 18px;
	font-size: 16px;
	display: block;
	border-bottom: 3px solid transparent;
}
.tabs li.active a{
	color: #e62129;
	border-bottom-color: #e62129;
}
.ocItem.live{
	background: #fff;
	height: 300px;
	margin-bottom: 30px;
}
.ocItem.live .info,
.ocItem.live .action{
	padding: 0 12px 12px ;
}
.ocItem.live h3{ 
	height: 44px;
	margin:12px 0 3px;
	font-weight: bold;
}
.ocItem.live .text{
	color:#999;
}
.ocItem.live h3 a{
	font-size: 16px;
	color: #1A1A1A;
	line-height: 22px;
}
.ocItem.live .action{
	display: flex;
	justify-content: space-between;
}
.ocItem.live .time{
	color:#666;
}

.ocItem.live .link{
	color:#666;
}
.ocItem.live .yy{
	color:#e62129;
}
.ocItem.live .live{
	color:#FC8B3C;
}
.ocItem.live .back{
	color:#B47C53;
}
.ocItem.live .text{
	margin-bottom: 0;
}

.ocHead .type,
.ocHead .time{
	font-size: 14px;
	color: #1a1a1a;
	line-height: 22px;
}
.ocHead .time{ 
	margin: 8px 0;
} 
.sider .liveItem h3{
	font-size: 15px;
}
.sider .liveItem p{
	max-width: 190px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sider .liveItem .action{
	border-top:1px solid #F1F1F1;
	margin-top: 10px;
	padding-top: 10px;
}
.sider .liveItem {
    background: #fff;
	border-bottom:1px solid #F1F1F1;
}
.commentList.live li{ 
	margin: 0;
}
.commentList.live .name{
	color:#666;
}
.commentList.live .test{
	color:#333;
}

.commentList.live {
	min-height: 500px;
}

.ocHead .tool{
	position: absolute;
	top:24px;
	right: 0; 
}
.ocHead .tool a{
	font-size: 15px;
	color: #1A1A1A;
	margin-right: 20px;
	padding: 10px;
	background: url('../images/share1.png') no-repeat center left;
	padding-left: 22px;
}
.shareBox{ 
	background: #fff;
	position: absolute;
	top:28px;
	right: 0px;	
	box-shadow: 0px 4px 12px 0px #D6D6D6;
	width: 310px;
	font-size: 0;
	display: none;;
}
.ocHead .tool:hover .shareBox{
	display: block;
}
.shareBox::before{
    border:10px solid transparent;
    border-bottom-color:#fff;
    content: '';
    position: absolute;
    top: -18px;
    right:10%;
    z-index: 2;
}
.shareBox::after{
    border:10px solid transparent;
    border-bottom-color:#e9e9e9;
    content: '';
    position: absolute;
    top: -20px;
    right:10%;
}
.shareBox .item{
	margin:20px 15px;
	width: 125px;
	display: inline-block;
	text-align: center;
}
.shareBox p{
	font-size: 13px;
	color: #1A1A1A;
	line-height: 18px;
	margin-bottom: 5px;
}
.shareBox p span{
	display: block;
} 
.shareBox img{
	width: 114px;
	height: 114px;
}
.ocHead .btn.active{
	background: #FC8B3C;
	border-color: #FC8B3C;
} 

.liveYyLayer{ 
	background: #fff;
	padding:80px 100px;
}
.liveYyLayer .cc{
	width: 73px;
	height: 72px;
	display: block;
	margin: 0 auto;
	background: url('../images/live/cc.png') no-repeat;
}
.liveYyLayer h3{
	font-size: 20px;
	color: #333;
	margin: 20px 0;
	text-align: center;
}
.liveYyLayer .box{
	border-top:1px solid #ccc;
	padding-top: 20px;
}
.liveYyLayer img{
	float: left;
	width:114px;
	height: 114px;
	margin-right: 26px;
} 
.liveYyLayer .info{
	position: relative;
}
.liveYyLayer .text{
	font-size: 14px;
	color:#333;
}
.liveYyLayer .txt{
	font-size: 14px;
	color:#999;
	margin-top: 30px;
}

 
.kcTile{
	background: #F8F8F8;
	padding-bottom: 28px;
} 
.kcTile img{
	width: 588px;
	height: 194px;
}
.kcTile p{
	margin: 14px 14px 24px ;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color:#666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.kcTile .btn{
	margin:0 auto;
	width: 120px;
	line-height: 38px;
	border-radius: 38px;
	border: 1px solid #e62129;
	font-size: 14px;
	color:#e62129;
	display: block;
	text-align: center;
} 
.clearBoth::after {
    content: '';
    display:block;
    clear: both;
}
/*模块title 渐变色*/
.modelTile{
    float: left;
    font-size: 36px;
    font-weight: bold;
    background: -webkit-linear-gradient(left, #e62129,#0c0a79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.modelGy{
    float: left;
    padding-left: 10px;
    font-size: 36px;
    font-weight: bold;
    color: #e62129;
}

.wisdom * {line-height:100%; }
.wisdom .banner {height:320px; position:relative; margin:0 auto; background:url(../images/wisdomBnner.png) center no-repeat; }
.wisdom .banner a {position:absolute; left:50%; bottom:56px; margin-left:-395px; width:146px; height:46px; line-height:46px; border-radius:2px; text-align:center; font-size:16px; font-weight:600; color:#000; background:linear-gradient(45deg, #fff9c8, #ffd17c); }
.wisdom .banner a:hover {background:linear-gradient(45deg, #fff9c8, #fab535); }
.wisdom .bigSwitch {height:65px; text-align:center; border-bottom:2px solid #f5f5f5; background:#fff; }
.wisdom .bigSwitch li {display:inline-block;*display:inline;zoom:1; line-height:63px; margin:0 16px 0 20px; color:#202020; font-size:16px; position:relative; cursor:pointer; }
.wisdom .bigSwitch li.active {color:#e62129; font-weight:600; }
.wisdom .bigSwitch li.active::after {content:''; width:100%; height:3px; position:absolute; left:0; bottom:-2px; background:#e62129; border-radius:3px; }
.wisdom .switchItem {display:none; }
.wisdom .switchItem:nth-child(1) {display:block;}
.wisdom .switchItem .imgInfo {display:block; max-width:1200px; margin:0 auto; }
.wisdom .switchItem .smallMenu {background:#fff; text-align:center; }
.wisdom .switchItem .smallMenu li {display:inline-block;*display:inline;zoom:1; line-height:40px; margin:0 15px 0 19px; color:#787878; cursor:pointer; }
.wisdom .switchItem .smallMenu li.active {color:#1a1a1a; font-weight:600; }
.wisdom .switchItem .lists {width:1200px; margin:0 auto; padding:30px 0 60px 0; }
.wisdom .switchItem .lists .abox {overflow:hidden; margin-right:-26px; }
.wisdom .switchItem .lists a {float:left; width:282px; height:280px; background:#fff; margin:0 24px 20px 0; border-radius:5px; overflow:hidden; }
.wisdom .switchItem .lists a .imgs {height:177px; overflow:hidden; }
.wisdom .switchItem .lists a .imgs img {display:block; width:100%; height:100%; transition:0.5s;  }
.wisdom .switchItem .lists a:hover .imgs img {transform:scale(1.15);}
.wisdom .switchItem .lists a .text {padding:14px 12px; }
.wisdom .switchItem .lists a .text h6 {font-size:16px; color:#202020; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.wisdom .switchItem .lists a .text p {margin-top:14px; min-height:12px; color:#686868; font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.wisdom .switchItem .lists a dl {overflow:hidden; padding-top:7px; }
.wisdom .switchItem .lists a dl dd {float:left; margin:5px 6px 0 0; padding:5px 6px; background:#fbf4ee; color:#c39573; font-size:12px; border-radius:3px; }
.doctorDetailNoData {box-sizing:border-box; height:433px; padding-top:100px; color:#666; text-align:center; background:#fff; }

.newDegree .swiper-slide .imgs {display:flex; justify-content:center; justify-items:center; width:160px; height:72px; background:#fff; position:relative; border-radius:2px; overflow:hidden; }
.newDegree .swiper-slide.active .imgs::after {content:''; width:100%; height:3px; background:#e62129; position:absolute; left:0; top:0; }
.newDegree .swiper-slide .imgs img {max-width:100%; max-height:100%; }
.newDegree .swiper-slide p {line-height:18px; margin-top:8px; font-size:13px; text-align:center; color:#1a1a1a; white-space:nowrap; text-overflow:ellipsis; overflow: hidden; }
.newDegree .swipers {position:relative; }
.newDegree .swiper-next,.newDegree .swiper-prev {position:absolute; width:28px; height:28px; display:block; top:22px; z-index:1; background:#212121 url(../images/index/ctrl.png) no-repeat; cursor:pointer; outline:0; border-radius:2px}
.newDegree .swiper-prev {background-position:-2px -2px; left:-16px; }
.newDegree .swiper-next {background-position:-34px -2px; right:-16px; }
.newDegree .swiper-next:hover,.newDegree .swiper-prev:hover {background-color:#e62129}
.newDegree .items {margin-top:29px; }
.newDegree .items .list {display:none; overflow:hidden; padding-top:1px; }
.newDegree .items .list:first-child {display:block; }
.newDegree .items .list a {float:left; width:384px; margin:30px 24px 0 0; }
.newDegree .items .list a:nth-child(3n) {margin-right:0; }
.newDegree .items .list a .imgs {height:241px; overflow:hidden; border-radius:5px; position:relative; }
.newDegree .items .list a .imgs .shadow {display:flex; justify-content:center; align-items:center; position:absolute; left:0; top:0; z-index:2; width:100%; height:100%; background:rgba(0,0,0,0.2); transition:0.2s; } 
.newDegree .items .list a .imgs .shadow img {max-width:80%; }
.newDegree .items .list a .imgs .child {height: inherit;}
.newDegree .items .list a .imgs .img {display: block ; width:100%; height:100%; }
.newDegree .items .list a:hover .imgs .child {transition:0.3s; }
.newDegree .items .list a:hover .imgs .child {transform:scale(1.03); }
.newDegree .items .list a .text {padding-top:13px; }
.newDegree .items .list a .text h3 {font-size:15px; line-height:21px; margin-bottom:12px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newDegree .items .list a .text p {font-size:12px; line-height:22px; color:#666; white-space:nowrap; overflow: hidden; text-overflow:ellipsis; }
.newDegree .items .list a .text p span {color:#e62129; }

