.titlea {font-size: 24px;color: #c02760;text-transform: uppercase;}
.titleb {font-size: 32px;color: #333;font-weight: bold;}

.jhlookmore{width: 100%;}
.jhlookmore a{display: block;margin: 0 auto;width: 210px;height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #333;border-radius: 5px;border: 1px solid #dcdcdc;}
@media(max-width:1080px) {
    .titlea{font-size: 16px;}
    .titleb{font-size: 14px;}
    .jhlookmore a{font-size: 12px;width: 120px;height: 30px;line-height: 30px;}
}

.bg{background: #f5f5f5;}

/*banner图*/
.index-banner {width: 100%;height: 680px;transition: all 1s;-webkit-transition: all 1s;/* Safari */}
.index-banner .swiper-container { height: 100%;}
.index-banner .swiper-slide a {display: block;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.index-banner .swiper-container .swiper-pagination {bottom: 20px;}
.index-banner .swiper-container .swiper-pagination-bullet {opacity: 1;border-radius: 50%;width: 12px;margin: 0 6px;height: 12px;transition: all .3s;background: url(../images/dot.png) no-repeat center;background-size: cover;}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {border: 1px solid #c02760;background-image: url(../images/dot2.png);}

@media(max-width:1440px) {
    .index-banner {height: 560px;}
}
@media(max-width:1080px) {
    .index-banner {height: 400px;}
}
@media(max-width:769px) {
    .index-banner {height: 320px;}
    .index-banner .swiper-container .swiper-pagination {bottom: 6px;}
    .index-banner .swiper-container .swiper-pagination-bullet {width: 8px;height: 8px;margin: 0 4px;}
}
@media(max-width:769px) {
    .index-banner { height: 240px;display: none; }
}
@media(max-width:480px) {
    .index-banner {height: 180px;}
}

/*wap banner图*/
.wap-banner{width: 100%;transition: all 1s;-webkit-transition: all 1s;display:none;}
.wap-banner .swiper-slide a{display: block;width: 100%;}
.wap-banner .swiper-slide a img{display:block;width:100%;}

.wap-banner .swiper-container .swiper-pagination {bottom: 6px;}
.wap-banner .swiper-container .swiper-pagination-bullet{opacity: 1;border-radius:50%;width:8px;margin:0 4px;height:8px;transition: all .3s;background: url(../images/dot.png) no-repeat center;background-size: cover;}
.wap-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {border: 1px solid #c02760;background-image: url(../images/dot2.png);}

@media(max-width:769px){
	.wap-banner{display:block;}
}

/* 课程分类 */
.index-class1 {width: 100%; background: #fff;}
.index-class1 ul { width: 100%;}
.index-class1 li {float: left;width: 16.6%;text-align: center;border-left: 1px solid #e4e4e4;}
.index-class1 li:nth-of-type(6n+1) { border-left: 0;}
.index-class1 li a { width: 100%; display: block; padding: 30px 0;cursor: pointer;}
.index-class1 li .img {width: 120px;margin: 0 auto;overflow: hidden;}
.index-class1 li .img img { width: 100%;/* transition: all 1s;-webkit-transform: all 1s; */}
.index-class1 li .txt { font-size: 20px; color: #666666; margin-top: 15px; font-weight: bold;}
.index-class1 #class01 a:hover { background: #f0782c;}
.index-class1 #class02 a:hover { background: #20906a;}
.index-class1 #class03 a:hover { background: #9db30b;}
.index-class1 #class04 a:hover { background: #c02760;}
.index-class1 #class05 a:hover { background: #c7292a;}
.index-class1 #class06 a:hover { background: #cea669;}
.index-class1 li a:hover .txt {color: #fff;}
/* .index-class1 li a:hover .img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
} */

@media(max-width:1250px) {
    .index-class1 li {width: 25%;border-bottom: 1px solid #e4e4e4; }
    .index-class1 li:nth-of-type(3n+1) {border-left: 1px solid #e4e4e4; }
    .index-class1 li:nth-of-type(4n+1) {border-left: 0;}
    .index-class1 li a {padding: 20px 0;}
    .index-class1 li .img{width: 100px}
    .index-class1 li .txt {font-size: 18px;}
}
@media(max-width:1080px) {
    .index-class1 li {width: 33.33%;border-bottom: 1px solid #e4e4e4;}
    .index-class1 li:nth-of-type(4n+1) { border-left: 1px solid #e4e4e4;}
    .index-class1 li:nth-of-type(3n+1) { border-left: 0;}
    .index-class1 li a {padding: 15px 0;}
    .index-class1 li .txt {font-size: 16px;margin-top: 8px;}
    .index-class1 li .img{width: 80px;}
    .index-class1 li a:hover { background: #fff;}
    .index-class1 li a:hover .txt {color: #666666;}
}
@media(max-width:769px) {
    /* .index-class1 li {width: 50%; } */
    .index-class1 li .txt {font-size: 14px;margin-top:3px;line-height: 20px;height: 40px;}
    .index-class1 li a{padding: 8px 0;}
    /* .index-class1 li:nth-of-type(3n+1) {border-left: 1px solid #e4e4e4;}
    .index-class1 li:nth-of-type(2n+1) { border-left: 0;} */
    .index-class1 li .img {width: 60px;}
}
@media(max-width:480px) {
    .index-class1 li .img {width: 40px;}
}

/* 就业喜讯 */
.index-job {width: 100%;padding: 50px 0;background: #f5f5f5;}
.index-job-top { text-align: center;}
.index-job-content {max-width: 1400px;margin: 0 auto;}
.info-detail { font-family: "宋体";margin: 30px 0; display: -webkit-box;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height: 20px;font-size: 12px;color: #666;}
.lookbtn{margin: 60px 0 30px 0;}
.lookbtn a {font-family: "宋体";display: block;width: 95px;height: 46px;text-align: center;border-top: 1px solid #c02760;border-bottom: 1px solid #c02760; color:#c02760; font-size: 12px;line-height: 30px;}
.job-person-box {width: 100%;padding: 35px 25px;background: #f5f5f5;}
.job-person {width: 100%;max-width: 1400px;margin: 0 auto;position: relative;}
.job-person .swiper-slide {width: 52%;height: 388px;background: #fff;}
.job-person .job-case { position: absolute; top: 0; left: 0;width: 100%;height: 388px;z-index: 1;padding: 25px;}
.job-person .job-case:hover{
   box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
   -o-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
   -ms-box-shadow: 0 0 30px 6px rgba(0, 0, 0, 0.1);
   transition: all 0.3s;
   -webkit-transform: all 0.3s;
}
.job-person .job-case .img {width: 221px;height: 100%;overflow: hidden;background-size: cover;background-position: center center;transition: 1s; }

.job-person .job-case .info {width: calc(100% - 251px);height: 100%;margin-left: 30px;position: relative;text-align: left;}
.job-person .job-case .info .info-top h3 {font-size: 28px;color: #000;font-weight: bold;}
.job-person .job-case .info .info-top h3 span {font-size: 16px;color: #666;margin-left: 30px;}
.job-person .job-case .info .info-top h4 { font-size: 14px; color: #888; margin-top: 15px; font-family: "宋体";}
.job-person .job-case .info-detail { margin: 30px 0 0 0;font-size: 14px;line-height: 24px;-webkit-line-clamp: 4;}
.job-person .job-case .lookbtn {margin: 0;position: absolute;z-index: 2;bottom: 25px;}
.job-person .job-case .lookbtn a { width: 110px; height: 46px;line-height: 32px;font-size: 14px;text-align: left;padding-left: 15px;}
.job-person .swiper-pagination{display: none;}

.index-news-right .M-news {
    display: none;
}
@media(max-width:1380px){
.job-person .swiper-slide{height: 340px;}
.job-person .job-case{height: 340px;}
.job-person .job-case .img{width: 200px;}
.job-person .job-case .info{width:calc(100% - 220px);margin-left: 20px;}
.job-person .job-case .info .info-top h3{font-size: 24px;}
.job-person .job-case .info-detail{-webkit-line-clamp:3;margin-top: 25px;font-size: 13px;}
}
@media(max-width:1080px){
    .index-job{padding: 25px 0;}
    .job-person-box{padding:15px 2.5% 30px 2.5% ;}
.job-person .swiper-slide{height: 288px;}
.job-person .job-case{height: 288px;padding: 20px;}
.job-person .job-case .img{width: 170px;}
.job-person .job-case .info{width:calc(100% - 185px);margin-left: 15px;}
.job-person .job-case .info .info-top h3{font-size: 16px;}
.job-person .job-case .info .info-top h3 span{font-size: 14px;margin-left: 15px;}
.job-person .job-case .info .info-top h4{font-size: 12px;}
.job-person .job-case .info-detail{font-size: 12px;margin-top: 20px;}
.job-person .job-case .lookbtn{bottom:15px}
.job-person .job-case .lookbtn a{width: 90px;font-size: 12px;height: 38px;line-height: 24px;}
}
@media(max-width:1080px){
/* .job-person .swiper-pagination{display: block;width: 100%;background: #fff;}  */
.job-person .swiper-slide{height: 260px;border-radius: 10px;}
.job-person .job-case{height: 260px;}
.job-person .job-case .img{width: 60px;height: 60px;border-radius: 50%;}
.job-person .job-case .info{width: 100%;margin-left: 0;}
.job-person .job-case .info .info-top{position: absolute;top: -50px;left: 80px;width:calc(100% - 80px);}
.job-person .job-case .info .info-top h4{margin-top: 8px;}
.job-person .job-case .info .info-top h3 span{font-size: 12px;margin-left: 10px;}
.job-person .job-case .info-detail{margin-top: 0;-webkit-line-clamp: 4;margin-top: 15px;}
.job-person .job-case .lookbtn{bottom:0;position: relative;margin-top: 10px;}
}
@media(max-width:769px){
    .job-person .swiper-slide{height: 380px;width:70%;}
    .job-person .job-case{height: 380px;}

    .job-person .job-case .img{float: none;margin: 0 auto;width:170px;height:170px;}
    .job-person .job-case .info{float: none;width: 100%;}
    .job-person .job-case .info .info-top{position: relative;top:0;left: 0;width:100%;}
    .job-person .job-case .info .info-top h3{width: 100%;text-align: center;margin-top: 10px;}
    .job-person .job-case .info .info-top h4{position: relative;bottom: 0;right: 0;text-align: center;}

    /* .job-person .job-case .info .info-top{position: absolute;top: -50px;width: 100%;left: 70px;}
    .job-person .job-case .info .info-top h3{width:calc(100% - 70px);} */
    .job-person .job-case .info .info-top h3 span{margin-left: 0;display: block;}
     .job-person .job-case .info .info-top h4 {
         margin-top: 0;
         width: 100%;
         /* position: absolute;
         bottom: -38px;
         right:68px; */
         line-height: 24px;
         height: 24px;
     }
    .job-person .job-case .info-detail{margin-top: 15px;line-height: 20px;}

    .index-news-right .PC-news {
        display: none;
    }
    .index-news-right .M-news {
        display: block;
    }
    .index-news-right .M-news{display: block;margin-top: 0 !important;}
}

	
/* @media(max-width:650px){
.job-person .swiper-slide{height: 400px;}
.job-person .job-case{height: 200px;padding: 15px;}
.job-person .job-case .img{width: 60px;height: 60px;border-radius: 50%;}
.job-person .job-case .info{width:calc(100% - 70px);margin-left: 10px;}
.job-person .job-case .info .info-top h4{margin-top: 8px;}
.job-person .job-case .info-detail{margin-top: 15px;line-height: 20px;-webkit-line-clamp:2;}
.job-person .job-case .lookbtn{bottom: 5px;}
.job-person .job-case .lookbtn a{height: 30px;line-height: 30px;}
} */
@media(max-width:480px){
    .job-person .swiper-slide{width:85%;height: 420px;}
    .job-person .job-case .info-detail{margin-top: 10px; font-size:12px;}
    .job-person .job-case .lookbtn a{height: 20px;line-height: 20px;margin: 0 auto;margin-top: 10px;}

	.job-person .job-case .img{width: 200px;height: 200px;}
	.job-person .job-case .info .info-top h3{font-size: 18px;}
	.job-person .job-case .info .info-top h3 span{font-size: 14px;}
	.job-person .job-case .info .info-top h4{font-size: 14px;}
	.job-person .job-case .info-detail{font-size: 14px;}
	.job-person .job-case .lookbtn a{width: 110px;font-size: 14px;height: 24px;line-height: 24px;}
}

/* 京华视频 */
.jh-video{width: 100%;background-image: url(../images/home/mp4bg.jpg);background-size: cover;background-position: center;position: relative;}
.jh-video-box {width: 100%;height: 100%;text-align: center;position: relative;z-index: 9;padding: 120px 0;color: #fff;}
.jh-video-box h3 {font-size: 40px;font-weight: bold;}
.jh-video-box h4 {font-size: 18px; margin-top: 15px;}
.jh-video-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 90px auto auto;
    width: 220px;
    height: 52px;
    border: 2px solid #fff;
    border-radius: 40px;
    font-size: 14px;
    cursor: pointer;
}
.jh-video-box a i {color: #fff;font-size: 18px;margin-right: 15px;}
.jh-video-boxbg {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);opacity: 1;overflow: hidden;z-index: 5;}
@media(max-width:1080px){
    .jh-video-box{padding: 50px 0;}
    .jh-video-box h3 {font-size: 16px;}
    .jh-video-box h4 {font-size: 14px; }
    .jh-video-box a{width: 120px;height: 30px;border-width: 1px;font-size: 12px;margin-top: 40px;}
    .jh-video-box a i{font-size: 12px;margin-right: 5px;}
}

.aspirations {padding-top: 60px;padding-bottom: 60px;}
.aspirations-box{width: 100%;margin: 0 auto;text-align: center;}
.aspirations-list{margin: 25px 0 40px 0;}
.aspirations-list ul{width: 100%;}
.aspirations-list .aspirations-listbox li{float: left;width: 32.33%;margin-left: 1.5%;}
.aspirations-list .aspirations-listbox li a {display: block;width: 100%;cursor: pointer;background: #fff;height: 100%;transition: all 0.6s;-webkit-transition: all 0.6s;}
.aspirations-list .aspirations-listbox li:first-child {margin-left: 0;}
.aspirations-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    background: #fff;
}
.aspirations-content img {display: block;width: 100%;transition: 1s;}
.aspirations-content i {
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    z-index: 99;
    overflow: hidden;
}
.aspirations-contentbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    overflow: hidden;
}
.aspirations-list .aspirations-listbox li a:hover .aspirations-content {
   box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
   -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
   -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
   transition: all 0.6s;
   -webkit-transition: all 0.6s;
}
.aspirations-list .aspirations-listbox li a:hover .aspirations-content img {
    webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

@media(max-width:1080px) {
    .aspirations {padding-top: 25px;padding-bottom: 25px;}
    .aspirations-list{margin: 15px 0 20px 0;}
    .aspirations-content i{font-size: 32px;}
}
@media(max-width:769px) {
    .charm .aspirations.container{padding-left: 0;padding-right: 0;width: 100%;}
    .aspirations-content i {font-size: 24px;}
    .aspirations-list .aspirations-listbox li{width:49%;margin-left: 2%;}
    .aspirations-list .aspirations-listbox li:last-child{display: none;}
    
}

/* 学校优势 */
.advantage-listbox li {
    width: 32%;
    float: left;
    height: 310px;
    background: #fff;
    margin-left: 2%;
    margin-bottom: 2%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.advantage-listbox li:nth-of-type(3n+1){margin-left: 0;}
.advantage-listbox li a{display: block;cursor: pointer;width: 100%;height: 100%;}
.advantage-content{width: 100%;height: 100%;padding:30px 35px;}
.advantage-content .icon {
    width: 72px;
    height: 72px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius:50% ;
    padding: 20px;
    margin:  0 auto;
}
.advantage-content .icon img{width: 100%;height: 100%;}
.advantage-content .name {text-align: center;}
.advantage-content .name h3{font-size: 20px;color: #333;font-weight: bold; margin: 15px auto;}
.advantage-content .name .line{background: url(../images/icon/line.png) no-repeat center;width: 20px;height: 2px;margin: 0 auto;}
.advantage-content .detail{margin-top: 15px;text-align: left;font-size: 14px;line-height: 30px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4;}

.advantage-listbox li:hover {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
@media(max-width:1080px){
    .advantage-content{padding: 20px;}
    .advantage-content .icon{width: 64px;height: 64px;padding: 15px;margin: 10px auto;}
    .advantage-content .name h3{font-size: 18px;}
    .advantage-content .detail{font-size: 12px;line-height: 24px;}
}
@media(max-width:769px){
    .advantage-listbox li{width:49%;height: 240px;}
	.advantage-listbox li:nth-child(3n+1){margin-left:2%;}
    .advantage-listbox li:nth-child(odd){margin-left:0;}
    .advantage-content{padding: 15px;}
     .advantage-content .icon{width: 50px;height: 50px;padding: 10px;}
     .advantage-content .name h3{margin: 10px auto;font-size: 16px;}
     .advantage-content .detail{margin-top: 10px;}
     #advantagelst li{display: none;}
     #advantagelst li.m-advantage{display:block}
}
@media(max-width:480px){
	.advantage-listbox li{width:100%;margin-left:0;margin-bottom:2%;}
	.advantage-listbox li:nth-child(3n+1){margin-left:0;}
	.advantage-content{padding: 10px;}
}

/* 学生作品 */
.student-works{
    background-image: url(../images/home/worksbg.jpg);
}
.student-works-box{width: 100%;height: 100%;z-index: 10;position: relative;}
.student-works-box .titleb{color: #fff;}
.student-works-box  .jhlookmore a{color: #fff;}
.student-works-content{margin: 35px 0;transition: all 1s;-webkit-transition: all 1s;width: 100%;}


.student-works-content li {float: left;width: 33.3%;padding: 0 5px 10px 5px;}
.student-works-content li a{width: 100%;display: block;overflow: hidden;}
.student-works-content li .img{width:100%;overflow:hidden;}
.student-works-content li .img img{display:block;width:100%;transition: all 1s;-webkit-transform: all 1s;}
.student-works-content li:hover .img img {
    webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
@media(max-width:1080px){
    .student-works-content{margin: 20px 0;}
    .courses-right .courses-class{padding-left: 0;}  
}
@media(max-width:769px){
    .student-works-content li{width:50%;}
}

/* 魅力京华 */

.charmbox-top {width: 100%;margin: 25px auto 35px auto;}
.charmbox-top .swiper-wrapper {display: flex;justify-content: center;}
.charmbox-top .swiper-slide{
   width: 150px !important;height: 50px;color: #555;font-size: 20px;text-align: center;line-height: 50px; border-radius:5px ;
   transition: all .3s;cursor: pointer;background: #f5f5f5;margin-right: 40px;
}
.charmbox-top .swiper-slide.active-nav {background: #c02760;color: #fff;}

.charmbox-kiddetail {
    display: flex;
    justify-content: center;
    margin: 0 50px;
}
/* .charmbox-kiddetail .swiper-wrapper{display: flex;justify-content: flex-start;} */
.charmbox-kiddetail .swiper-slide{display: block;transition: all .3s;}
.charmbox-kiddetail .swiper-slide .img{width: 100%;overflow: hidden;}
.charmbox-kiddetail .swiper-slide .img img{width: 100%;}
.charm-kids .swiper-button-prev {width: 40px;height: 40px;left: 0;background: url(../images/icon/pre02.png) no-repeat center;opacity: 1;}
.charm-kids .swiper-button-next { width: 40px; height: 40px;right: 0;background: url(../images/icon/next02.png) no-repeat center;opacity: 1;}
.charm-kids .swiper-button-prev.swiper-button-disabled{opacity:1;background:url(../images/icon/pre.png) no-repeat center;}
.charm-kids .swiper-button-next.swiper-button-disabled{opacity:1;background:url(../images/icon/next.png) no-repeat center;}

/* .charm-kids .swiper-button-next,
.charm-kids .swiper-button-prev{
     position: absolute;
     width: 40px;
     height: 40px;
     margin-top: -20px;
     background: url(../images/icon/pre.png) no-repeat center;
     transition: all 0.6s;
     -webkit-transition: all 0.6s;
     opacity: 1;
     left: -40px;
}
.charm-kids .swiper-button-next {
    background: url(../images/icon/next.png) no-repeat center;
    right: -40px;
    left: auto;
} */




.charmbox-kidsinfo{margin-bottom: 40px;}
.charmbox-kiddetail .swiper-pagination {
    width: 100%;
    margin: 0 auto;
    display: none;
    margin-top: 20px;
}

.main .swiper-pagination-bullet {
    
    opacity: 1;
    border-radius: 50%;
    width: 12px;
    margin: 0 6px;
    height: 12px;
    transition: all .3s;
    background: url(../images/dot.png) no-repeat center;
    background-size: cover;
}

.main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid #c02760;
    background-image: url(../images/dot2.png);
}
@media (max-width: 1080px){
.charmbox-top{margin: 15px auto;}
.charmbox-top .swiper-slide{font-size: 16px;width: 100px !important;height: 30px !important;line-height: 30px;margin-right: 15px;}
.charmbox-kiddetail {padding-bottom: 35px;}
.charm-kids .swiper-button-prev,
.charm-kids .swiper-button-next {width: 32px;height: 32px;}
.charmbox-kiddetail .swiper-pagination { display: block !important;}
.charmbox-kidsinfo{margin-bottom: 15px;}
 .charm-kids .swiper-button-next,
 .charm-kids .swiper-button-prev {display: none;}
}

@media (max-width: 769px){
    .charmbox-top .swiper-slide {
        font-size: 12px;
        width: 80px !important;
        height: 30px !important;
        line-height: 30px;
        margin-right: 15px;
    }
    .charmbox-kidsinfo{margin-bottom: 5px;}
    .charmbox-kiddetail{margin: 0 ;}
}
/* 广告图 */
.adbox{width: 100%;}
.adbox a{display: block;width: 100%;}
.adbox a img{width: 100%;overflow: hidden;}
/* .adbox{background: url(../images/home/ad.png);padding: 80px 0;}
.adbox .aspirations-box{position: relative;z-index: 9;}
.adbox h1 {font-size: 80px;color: #c02761;font-family: "Source Han Sans CN Heavy";}
.adbox h2 {font-size:52px;color: #fff;font-family: "Source Han Sans CN Bold";}
.adbox h3 {font-size: 40px;color: #fff;font-family: "Source Han Sans CN Regular";}
.adbox h4 {font-size: 60px;color: #c02761;margin: 0 auto 55px auto;font-family: "Source Han Sans CN Heavy";}
.adbox .jhlookmore a{position: relative;width: 394px;height: 79px;}
.adbox .jhlookmore a .jh-video-boxbg {background: rgba(255, 255, 255, 0.1);}
.adbox .jhlookmore a span{display: block;color: #fff;position: relative;z-index: 9;line-height: 79px;font-size: 36px;}

@media (max-width: 1080px) {
   .adbox{padding: 40px 0;}
   .adbox h1{font-size: 18px;}
   .adbox h2{font-size: 16px;}
   .adbox h3{font-size: 14px;}
   .adbox h4{font-size: 12px;margin: 20px 0;}
   .adbox .jhlookmore a{width: 210px;height: 50px;}
   .adbox .jhlookmore a span{line-height: 50px;font-size: 18px;}
}
@media (max-width: 640px){
    .adbox { padding: 20px 0;}
    .adbox h1 {margin-top: 10px;}
    .adbox h4{margin: 15px 0;}
} */

/* 首页 合作企业 */
.link-logo {width: 100%;padding: 20px 60px 60px;position: relative;}
.link-logo li a {display: block;width: 100%;}
.link-logo li a img {display: block;width: 100%;}
.link-logo .swiper-pagination {bottom: 20px;width: 100%;margin: 0 auto;display: none;}
.link-logo .swiper-button-next,
.link-logo .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -30px;
    border: #c02760 solid 1px;
    background: url(../images/icon-prev03b.png) no-repeat center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 1;
    left: 0;
}

.link-logo .swiper-button-next {
    background: url(../images/icon-next03.png) no-repeat center;
    right: 0;
    left: auto;
}
.link-logo .swiper-button-prev.swiper-button-disabled {
     border: #999 solid 1px;
    opacity: 1;
    background: url(../images/icon-prev03.png) no-repeat center;
}
.link-logo .swiper-button-next.swiper-button-disabled {
     border: #999 solid 1px;
    opacity: 1;
     background: url(../images/icon-next03b.png) no-repeat center;
}


@media(max-width:1080px) {
    .link-logo {padding: 20px 0 60px;}
    .link-logo .swiper-button-next,
    .link-logo .swiper-button-prev {
        display: none;
    }
    .link-logo .swiper-pagination {display: block;}
}

/* 名师风采 */
.teacher .teacher-list {margin: 40px auto;}
.teacher  .teacher-listbox li{float: left;width: 23.5%;margin-left: 2%;margin-bottom: 2%;background: #fff;transition: all 0.6s;-webkit-transition: all 0.6s;}
.teacher .teacher-listbox li:nth-of-type(4n+1){margin-left: 0;}
.teacher-listbox li .img{width: 100%;overflow: hidden;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.teacher-listbox li .img img{width: 100%;height: 100%;transition: 1s;}

.teacher-listbox li .info{width: 100%;padding: 15px 15px 25px 20px;text-align: left;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;background: #fff;}
.teacher-listbox li .info .name{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.teacher-listbox li .info .name h3{font-size: 24px;font-weight: bold;color: #000;}
.teachermore {
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #c02760;
    width: 105px;
    height: 35px;
    line-height: 33px;
    border-radius: 5px;
    border: 1px solid #c02760;
    text-align: center;
}
.teacher-listbox li .info .txt{margin-top: 30px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.teacher-listbox li .info .txt p{font-size: 14px;color: #666;font-family: "宋体";line-height: 26px;height: 52px;}
.teacher .teacher-listbox li:hover {
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.teacher .teacher-listbox li:hover .img img {
    webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
@media(max-width:1200px){
  .teacher .teacher-list{margin: 30px auto;}
  .teacher-listbox li .info {padding: 10px 10px 20px 15px;}
  .teacher-listbox li .info .name h3{font-size: 22px;}
  .teachermore{font-size: 12px;width: 90px;height: 30px;line-height: 28px;}
  .teacher-listbox li .info .txt{margin-top: 15px;}
}

@media(max-width: 1080px){
    .teacher .teacher-list{margin: 20px auto;}
    .teacher .teacher-listbox li{width: 32%;}
    .teacher .teacher-listbox li:nth-of-type(4n+1) {margin-left: 2%;}
    .teacher .teacher-listbox li:nth-of-type(3n+1) {margin-left: 0;}
    .teacher-listbox li .info .name h3{font-size: 16px;}
    .teachermore{font-size: 12px;width: 75px;}
  .teacher-listbox li .info .txt{margin-top: 10px;}
  .teacher-listbox li .info .txt p {font-size: 12px;}
}

@media(max-width:769px){
     .teacher .teacher-list{margin: 15px auto;}
     .teacher .teacher-listbox li{width: 49%;}
     .teacher .teacher-listbox li:nth-of-type(3n+1) {margin-left: 2%;}
     .teacher .teacher-listbox li:nth-of-type(2n+1) {margin-left: 0;}
     .teacher-listbox li .info .name h3{font-size: 14px;}
      .teacher-listbox li .info .txt {margin-top: 6px;}
      .teacher-listbox li .info .txt p {line-height: 20px;height: 40px;}
	 
}

@media(max-width:480px){
      /* .teacher .teacher-list{margin: 15px auto;}
     .teacher .teacher-listbox li{width: 100%;margin-left: 0;}
     .teacher .teacher-listbox li:nth-of-type(3n+1) {margin-left: 0;} */
     .teachermore{height: 22px;line-height: 20px;width:70px;}
	 .teacher-listbox li .info {padding: 8px 10px 20px 10px;}
}

/* 新闻中心 */
.index-news-box {margin-top: 40px;}
.index-news-box .index-news-left {width: 45%;float: left;}
.index-news-left .aspirations-content{height: 282px;}
.index-news-left .aspirations-contentbtn{width: 100%;height: 100%;display: block;overflow: hidden;}
.index-news-left .news-video-bottom{
    width: 100%;
    background: #c02760;
    font-size: 14px;
    font-family: "宋体";
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
}
.index-news-left .aspirations-contentbg{background: rgba(0, 0, 0, 0.5);}
.index-news-box .index-news-right{width: 50%;float: right;}
.index-news-left .aspirations-contentbtn:hover  img {
    webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}


.index-news-right ul{width: 100%;}
.index-news-right ul li{width: 100%;padding: 10px 0;}
.index-news-right ul li a{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.index-news-right li h3{width: calc(100% - 100px);font-size: 14px;color: #333;font-family: '宋体';text-align: left;}
.index-news-right li h4{width: 100px;font-size:14px;color: #888;text-align: right;}
.index-news-right ul li:hover a h3{color: #c02760;}
.index-news-right ul li:hover a h4{color: #c02760;}

@media(max-width:1080px){
    .index-news-box{margin-top: 25px;}
    .index-news-left .aspirations-content{height: 260px;}
    .index-news-left .news-video-bottom{font-size: 12px;}
    .index-news-right li h3{width: calc(100% - 85px);font-size: 12px;}
    .index-news-right li h4{width: 85px;font-size: 12px;}

    .new-container{padding-left: 0 !important;padding-right: 0 !important;width:95%;margin:0 2.5%;}
}
@media(max-width:769px){
    .index-news-box{margin-top: 15px;}
    .index-news-box .index-news-left{float: none;width: 100%;}
    .index-news-left .aspirations-content{height: auto;}
     .index-news-box .index-news-right{float: none;width: 100%;}
}

/* 新闻列表 */
.teacherlist-return{padding: 15px 0 40px 35px;}
.teacherlist-return a{text-decoration:underline;font-size: 14px;color: #c02760;font-family: "宋体";line-height: 24px;}
.information-list li{display:flex;width: 100%;padding-bottom: 20px;border-bottom: 1px dashed #dddddd;transition: all 0.6s;-webkit-transform: all 0.6s;}
.information-list li .pic{width: 250px;padding: 5px;border: 1px solid #ddd;display: none;}
.information-list li .pic img{display: block;width: 100%;transition: all 0.6s;-webkit-transform: all 0.6s;}
.information-list li .txt{width: 100%;margin-left: 0;}
.information-list li .txt h3{font-size: 16px;height: 40px;line-height: 40px;margin-bottom: 6px;font-weight: bold;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.information-list li .txt .content p{font-size: 14px;line-height: 24px;font-family: "宋体";color:#666;height: 48px;}
.information-list li .txt .date{position: relative;bottom: 0;margin-top: 25px;}
.information-list li .txt .date .teacherlist-return{padding: 0;float: left;}
.information-list li .txt .date h4{float: right;font-size: 14px;color: #999;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;line-height: 24px;}

@media(min-width:769px){
.information-list li:hover .pic{display: block;}
.information-list li:hover .txt{width:calc(100% - 270px);margin-left: 20px;position: relative;}
.information-list li:hover .date{position: absolute;bottom: 15px;width: 100%;}

.information-list li .txt{padding-left: 10px;}
}

@media(max-width:769px){
    .information-list{margin-top: -20px;}
    .information-list li{align-items: center;}
    .information-list li .pic{display: block;padding:0;border: 0;}
    .information-list li .txt{padding-left: 10px;width:calc(100% - 250px);}
}
@media(max-width:640px){
     .information-list li .pic{width:120px}
      .information-list li .txt{width:calc(100% - 120px);}
   .information-list li .txt h3{font-size:14px;line-height:28px;height:28px;}
   .information-list li .txt .content p{font-size:12px;line-height:20px;height:40px;}
   .information-list li .txt .date{margin-top: 10px;}
   .information-list li .txt .date .teacherlist-return a{font-size: 12px;line-height: 20px;}
   .information-list li .txt .date h4{font-size: 12px;line-height: 20px;}


   .information-list li .txt .content p{line-height:20px;height:20px; -webkit-line-clamp: 1;}
  
}

@media(max-width:480px){
    .information-list li .pic{width: 90px;}
      .information-list li .txt{width:calc(100% - 90px);}
      .information-list li .txt h3{line-height: 20px;height: 20px;margin: 3px 0;}
      .information-list li .txt .date{margin-top: 0px;}
}