﻿/* banner */
.m-banner .m-banner-phone{
    display: none;
}
/*  about-nav */
.m-about-nav{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #d0d0d0;
    line-height: 68px;
}
.m-about-nav .m-content{
    max-width: 1200px;
    margin: 0 auto;
}
.m-about-nav li{
    float: left;
    width: 20%;
    text-align: center;
    transition: all 0.2s;
}
.m-about-nav li a{
    font-size: 17px;
    color: #333333;
    transition: all 0.25s;    
}
.m-about-nav li.active{
    border-bottom: 2px solid #14a83b;
}
.m-about-nav li.active a{
    color: #14a83b;
}
.m-about-nav li:hover{
    border-bottom: 2px solid #14a83b;
}
.m-about-nav li:hover a{
    color: #14a83b;
}

/* 公司简介 */
.m-teacher .m-profile{
    background:#fff;
    padding-top:0;
}
.m-teacher .m-profile .contentLeft{
    float:right;
    width:40%;
}
.m-teacher .m-profile .contentRight{
    float:left;
     width:60%;
     padding-top:25px;
}
.m-profile{
    background: #ffffff;
    width: 100%;
    padding: 0 0 60px;
}
.m-profile h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.m-profile .m-content{
    max-width: 1200px;
    margin: 50px auto 0;
    height: 320px;
}
.m-profile .contentLeft{
    float: right;
    width: 43%;
    /* height: 100%; */
    /* overflow: hidden; */
    border: 1px solid #14a83b;
}
.m-profile .contentLeft img{
    transform: translate(-13px,-16px);
    display: block;
    transition: all .3s linear;
    /* width: 516px; */
    /* height: 318px; */
}
.m-profile .contentLeft:hover img{
    transform:translate(0,0);
}
.m-profile .contentRight{
    float: left;
    width: 51%;
    padding: 28px 0 0;
    height: 100%;
    background: #ffffff;
}
.m-profile .contentRight h3{
font-size:26px;
font-weight:bold;
color:#666;}
.m-profile .contentRight p{
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-top: 15px;
}
/* 总裁寄予  */
.m-place{
    background: url(../img/m_3.jpg) no-repeat center;
    background: #f2f2f2;
    /* height: 600px; */
    position: relative;
}
.m-place .m-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 0 50px 0;
}
.m-place .contentLeft{
    float: left;
    width: 58%;
    /* padding: 0 12px; */
    margin-top: 50px;
}
.m-place .contentLeft h2{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
}
.m-place .contentLeft h2::after{
    content: "";
    display: block;
    height: 2px;
    width: 80%;
    background: #14a83b;
    margin-top: 20px;
}
.m-place .contentLeft h3{
    font-size: 26px;
    color: #666666;
    margin-top: 30px;
    font-weight: bold;
}
.m-place .contentLeft h3::after{
    content: "";
    display: block;
    height: 2px;
    width: 8%;
    /* background: #14a83b; */
    /* margin-top: 20px; */
}
.m-place .contentLeft p{
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
    line-height: 2;
}

.m-place .contentRight{
    float: left;
    width: 42%;
    /* padding-left: 70px; */
} 
.m-place .m-box{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    background: rgba(195, 208, 227, 0.3);
}
.m-place .m-box p{
    max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding-left: 900px;
}

/* 俩快内容间的 背景 */
.m-allbg{
    position: relative;
    padding-bottom: 80px;
}
.m-allbg .culturebg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}
/* 发展历程 */

.m-history h2{
    font-size: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin-top: 65px;
}
.m-history .m-content{
    max-width: 1200px;
    margin: 0 auto;
}
.m-history .m-content ul{
    position: relative;
    width: 100%;
    margin-top: 40px;
}
.m-history .m-content li{
    width: 50%;
    text-align: right;
    position: relative;
}
    .m-history .m-content li:hover::before {
            transform: scale(1.1,1.1) translateX(50%);
    }
.m-history .m-content li::before{
    content: "";
    width: 32px;
    height: 32px;
    background: url(../img/history2.png) no-repeat center;
    display: block;
    position: absolute;
    right: 0;
    top:5px;
    transform: translateX(50%);
    transition:all .3s;
}
.m-history .m-content li i{
    width: 2px;
    height: 50%;
    display: block;
    background: #e8e8e8;
    position: absolute;
    right: 0;
    top: 45px;
    transform: translateX(50%);
}
.m-history .m-content li:hover h3{
    color:#14a83b;
}
.m-history .m-content li h3{
    font-size: 26px;
    color: #474747;
    padding-right: 50px;
    font-weight: bold;
}
.m-history .m-content li p{
    font-size: 14px;
    color: #333333;
    padding-right: 50px;
    line-height: 25px;
    margin-top: 30px;
}
.m-history .m-content li.right{
    margin-left: 50%;
    text-align: left;
}
   .m-history .m-content li.right:hover::before {
            transform: scale(1.1,1.1) translateX(-50%);
    }
.m-history .m-content li.right::before{
    left: 0;
    transform: translateX(-50%);
     transition:all .3s;
}
.m-history .m-content li.right h3{
    padding-right: 0;
    padding-left: 50px;
}
.m-history .m-content li.right p{
    padding-right: 0;
    padding-left: 50px;
}
.m-history .m-content li.right i{
    left:0;
    transform: translateX(-50%);
}

.m-history .m-content li:nth-child(2)::before{
    background: url(../img/history1.png) no-repeat center;
}
.m-history .m-content li:nth-child(3)::before{
    background: url(../img/history3.png) no-repeat center;
}
.m-history .m-content li:nth-child(4)::before{
    background: url(../img/history4.png) no-repeat center;
}
.m-history .m-content li:nth-child(5)::before{
    background: url(../img/history1.png) no-repeat center;
}
.m-history .m-content li:nth-child(6)::before{
    background: url(../img/history2.png) no-repeat center;
}
.m-history .m-content li:nth-child(7)::before{
    background: url(../img/history3.png) no-repeat center;
}
.m-history .m-content li:nth-child(8)::before{
    background: url(../img/history4.png) no-repeat center;
}
.m-history .m-content li:nth-child(9)::before{
    background: url(../img/history1.png) no-repeat center;
}
.m-history .m-content li:nth-child(10)::before{
    background: url(../img/history2.png) no-repeat center;
}
.m-history .m-content li:nth-child(11)::before{
    background: url(../img/history3.png) no-repeat center;
}
.m-history .m-content li:nth-child(12)::before{
    background: url(../img/history4.png) no-repeat center;
}
/* 品牌文化 */

.m-culture{
    max-width: 1200px;
   margin: 11px auto;
}

.m-culture h2{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-align: center;
  
}
.m-culture ul{
    
}
.m-culture li{
    float: left;
   
  
    overflow: hidden;
    position: relative;
    
}
.m-culture li .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.m-culture li .m-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .28);
}
.m-culture li h3{
   font-size: 16px;
   color: #ffffff;
   text-align: center;
   margin-top: 20%;
}
/*.m-culture li h5{
    height: 45px;
    width: 45px;
    margin-top: 45px;
    margin-left: 40%;
}*/


.m-culture li h4{
   font-size: 12px;
color: #ffffff;
margin-top: 10px;
text-align: center;
}
.m-culture li p{
    border: solid 1px #fff;
padding: 5px;
font-size: 12px;
color: #ffffff;
margin-top: 20px;
text-align: center;
width:40%;
margin-left: 30%;
}
.m-culture li h6{
   font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
    text-align: center;


}


.m-culture .brief{
    position: absolute;
    padding: 15px 50px 50px 50px;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #007EBCCC;
  /*  transition: all 0.4s;*/
}
.m-culture li:hover .brief{
    top: 0;
}
.m-culture .brief1{
    position: absolute;
   /* padding: 15px 25px 50px 50px;*/
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #007EBCCC;
  /*  transition: all 0.4s;*/
}
.m-culture li:hover .brief1{
    top: 0;
}


/* 荣誉资质  */
.m-honor {
    background: #f7f7f7;
    padding: 75px 0; 
}
.m-honor h2{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.m-honor .m-content{
    max-width: 1200px;
    background: #fff;
    margin: 45px auto 0;
    padding: 75px 50px 30px;
}
.m-honor .contentText .contentText_left{
    float: left;
    width: 40%;
}
.m-honor .contentText .contentText_left .imgbox{
    border: 4px solid #14a83b;
}
.m-honor .contentText .contentText_left .imgbox img{
    transform: translate(16px,-18px);
    display:block;
    transition:all .3s linear;
}
.m-honor .contentText .contentText_left .imgbox img:hover{
    transform: translate(0,0);
    display:block;
}
.m-honor .contentText .contentText_right{
    float: left;
    width: 60%;
    padding: 0 0 0 60px;
}
.m-honor .contentText .contentText_right h3{
    font-size: 20px;
    color: #14a83b;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    font-weight: bold;
}
.m-honor .contentText .contentText_right p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 30px;
}
.m-honor .contentText .contentText_right h4{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-top: 45px;
}
.m-honor .contentText .contentText_right ul li{
    height:35px;
}
.m-honor .contentText .contentText_right ul li .p{
    color: #666666;
    margin-top:0;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:14px;
    line-height:25px;
}
.m-honor .contentText .contentText_right .bd{
    margin-top: 20px;
}
.m-honor .contentimg{
    margin-top: 30px;
}
.m-honor .contentimg li{
    width: 100%;
    float: left;
    text-align: center;
}
.m-honor .contentimg li img{
    text-align: center;
}
.m-honor .contentimg li .tit{
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.m-honor .contentimg li p{
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}


/* 发展规模 */
.m-scale{
    position: relative;
    padding-bottom: 40px;
    margin-bottom: -30px;
}
.m-scale .scalebg{
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.m-scale h2{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}
.m-scale > p {
    font-size: 16px;
    color: #8590ac;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
}

.m-scale .m-content{
    max-width: 1200px;
    margin: 55px auto 0;
}
.m-scale .m-carousel{
    position: relative;
}
.m-scale .owl-carousel{
    padding: 0 50px;
}
.m-scale .m-carousel-nav .m-prev{
   width: 50px;
   height: 52px;
   display: block;
   background: url(../img/m_prev.png) no-repeat center; 
   position: absolute;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   cursor: pointer;
   z-index: 99;
   margin-top: -16px;
   
}
.m-scale .m-carousel-nav .m-next{
    width: 50px;
    height: 52px;
    display: block;
    background: url(../img/m_next.png) no-repeat center; 
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
    margin-top: -16px;
}
.m-scale .item h3{
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}


/* 精品课程页面 */
/* 课程理念 */
.m-curriculum{
    margin-bottom: 100px;
}
.m-curriculum h2{
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
}
.m-curriculum .m-content{
    max-width: 1200px;
    margin: 40px auto 0;
}
.m-curriculum .contentleft{
    float: left;
    width: 50%;
    overflow: hidden;
}
.m-curriculum .contentleft:hover img{
    transform: scale(1.1,1.1);
}
.m-curriculum .contentleft img{
    transition: all .3s linear;
}
.m-curriculum .contentright{
    float: left;
    width: 50%;
    padding: 50px 30px 0;
}
.m-curriculum .contentright p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

/* 6块内容 */
.m-six{
    background: #f6f6f6;
    padding-top: 60px;
}

.m-six .m-content{
    max-width: 1200px;
    margin: 0 auto ;
    padding: 0 50px;
}
.m-six li{
    width: 27.3%;
    margin-right: 9%;
    background: #fff;
    padding-top: 45px;
    height: 255px;
    overflow: hidden;
    float: left;
    margin-bottom: 40px;
    border-radius: 5px;
    transition: all .3s linear;
}
.m-six li:hover{
    background: #72B941;
}
.m-six li:nth-child(3n){
    margin-right: 0;
}
.m-six li:hover h3{
    color: #fff;
}
.m-six li h3{
    font-size: 20px;
    color: #333333;
    text-align: center;
    position: relative;
    vertical-align: top;
    transition: all .3s linear;
}
.m-six li h3 span{
    font-size: 30px; 
}
.m-six li:hover p{
    color: #FFFFFF;
    transition: all .3s linear;
}
.m-six li p{
    font-size: 14px;
    color: #666666;
    padding-left: 30px;
    margin-top: 13px;
    padding-right: 10px;
    line-height: 25px;
}
.m-six li h3::before{
    content: "";
    display: inline-block;
    position: absolute;
    left: 15%;
    top:5px;
}
.m-six li:nth-child(1) h3::before{
    width: 25px;
    height: 31px;
    background: url(../img/six1.png) no-repeat center;
}
.m-six li:nth-child(1):hover h3::before{
    width: 25px;
    height: 31px;
    background: url(../img/six1b.png) no-repeat center;
}
.m-six li:nth-child(2) h3::before{
    width: 27px;
    height: 34px;
    background: url(../img/six2.png) no-repeat center;
}
.m-six li:nth-child(2):hover h3::before{
    width: 27px;
    height: 34px;
    background: url(../img/six2b.png) no-repeat center;
}
.m-six li:nth-child(3) h3::before{
    width: 29px;
    height: 31px;
    background: url(../img/six3.png) no-repeat center;
}
.m-six li:nth-child(3):hover h3::before{
    width: 29px;
    height: 31px;
    background: url(../img/six3b.png) no-repeat center;
}
.m-six li:nth-child(4) h3::before{
    width: 31px;
    height: 31px;
    background: url(../img/six4.png) no-repeat center;
}
.m-six li:nth-child(4):hover h3::before{
    width: 31px;
    height: 31px;
    background: url(../img/six4b.png) no-repeat center;
}
.m-six li:nth-child(5) h3::before{
    width: 28px;
    height: 31px;
    background: url(../img/six5.png) no-repeat center;
}
.m-six li:nth-child(5):hover h3::before{
    width: 28px;
    height: 31px;
    background: url(../img/six5b.png) no-repeat center;
}
.m-six li:nth-child(6) h3::before{
    width: 29px;
    height: 27px;
    background: url(../img/six6.png) no-repeat center;
}
.m-six li:nth-child(6):hover h3::before{
    width: 29px;
    height: 27px;
    background: url(../img/six6b.png) no-repeat center;
}
.m-six li i{
    display: block;
    height: 2px;
    width: 100%;
    background: #efefef;
    margin-left: 30px;
    position: relative;
    margin-top: 25px;
}
.m-six li:hover i{
    color: #eee;
}
.m-six li i::before{
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background:#14a83b;
    display: block;
    transition: all .3s linear;
}
.m-six li:hover i::before{
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background:#fff;
    display: block;
    transition: all .3s linear;
}
/* 课程介绍 */
.m-introduction{
    margin-bottom: 80px;
}
.m-introduction h2{
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-top: 80px;
    padding-bottom: 40px;
}
.m-introduction .m-content{
    max-width: 1200px;
    margin: 0 auto;
}

.m-introduction li{
    background: #f6f6f6;
    padding: 20px 15px 40px;
    margin-bottom: 30px;
}
.m-introduction li .content_left{
    float: left;
    width: 60%;
    padding: 30px 30px 10px;
    background: #fff;
    border-radius: 5px;
    height: 336px;
}
.m-introduction li .content_left h3{
    font-size: 20px;
    color:#fdd100;
    font-weight: bold;
}
.m-introduction li .content_left h4{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}
.m-introduction li .content_left p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 17px;
}
.m-introduction li .content_left .list{
    margin-top: 17px;
}
.m-introduction li .content_left .list span{
    float: left;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #fdd100;
    width: 20%;
    height: 35px;
    border-radius: 3px;
    line-height: 35px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 5px;
}
.m-introduction li .content_right{
    width: 39%;
    float: right;
    background: #fff;
    height: 336px;
    padding: 30px 17px;
    border-radius: 5px;
}
.m-introduction li .content_right h4{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-indent: 13px;
}
.m-introduction li .content_right .list{
    margin-top: 18px;
}

.m-introduction li .content_right .list span{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-bottom: 12px;
    position: relative;
    padding-left: 13px;
}
.m-introduction li .content_right .list span::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #fdd100;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 6px;
}

.m-introduction li .content_img{
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    background: #fdd100;
}

.m-introduction li:nth-child(2) .content_left h3{
    color: #8c5ca3;
}
.m-introduction li:nth-child(2) .content_left .list span{
    background: #8c5ca3;
}
.m-introduction li:nth-child(2) .content_right .list span::before{
    background: #8c5ca3;
}
.m-introduction li:nth-child(2) .content_img{
    background: #8c5ca3;
}
.m-introduction li:nth-child(3) .content_left h3{
    color: #14a83b;
}
.m-introduction li:nth-child(3) .content_left .list span{
    background: #14a83b;
}
.m-introduction li:nth-child(3) .content_right .list span::before{
    background: #14a83b;
}
.m-introduction li:nth-child(3) .content_img{
    background: #14a83b;
}

.m-introduction li:nth-child(4) .content_left h3{
    color: #1babdd;
}
.m-introduction li:nth-child(4) .content_left .list span{
    background: #1babdd;
}
.m-introduction li:nth-child(4) .content_right .list span::before{
    background: #1babdd;
}
.m-introduction li:nth-child(4) .content_img{
    background: #1babdd;
}

.m-introduction li:nth-child(5) .content_left h3{
    color: #8c5ca3;
}
.m-introduction li:nth-child(5) .content_left .list span{
    background: #8c5ca3;
}
.m-introduction li:nth-child(5) .content_right .list span::before{
    background: #8c5ca3;
}
.m-introduction li:nth-child(5) .content_img{
    background: #8c5ca3;
}


/* 列表页 */
.m-teacher{
    max-width: 1200px;
    margin: 75px auto 0;
}
.m-teacher li{
    margin-bottom: 40px;
}
.m-teacher .content_img{
    width: 24%;
    float: left;
    overflow:hidden;
}
.m-teacher .content_img img{
   display:block;
   transition:all .3s linear;
}
    .m-teacher .content_img:hover img {
        transform:scale(1.1,1.1)
    }
    .m-teacher li:hover .content_text h3{
        color:#14a83b;
    }
.m-teacher .content_text{
    width: 76%;
    float: left;
    padding: 0 110px 0 30px;
}
.m-teacher .content_text h3{
    font-size: 30px;
    color: #333333;
    margin-top: 25px;
}
.m-teacher .content_text h3 span{
    font-size: 20px;
    color: #14a83b;
    margin-left: 20px;
}
.m-teacher .content_text h4{
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
}
.m-teacher .content_text p{
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin-top: 45px;
}

.m-teacher li.right .content_img{
    float: right;
}
.m-teacher li.right .content_text{
    text-align: right;
    padding: 0 30px  0  110px;
}
.m-teacher li.right h3 strong{
    float: right;
}
.m-teacher li.right .content_text h3 span{
    margin-left: 0;
    margin-right: 20px;
}

/* 媒体 1200 996 767  */
@media (min-width:1200px) {

   .m-culture{
    max-width: 1200px;
    margin: 0 auto;
}

.m-culture h2{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-align: center;
  
}
.m-culture ul{
    
}
.m-culture li{
    float: left;
   
  
    overflow: hidden;
    position: relative;
    
}
.m-culture li .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.m-culture li .m-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .28);
}
.m-culture li h3{
   font-size: 12px;
color: #ffffff
}
.m-culture li h5{
font-size: 45px;
text-align: center;
color: #fff;
padding-top: 16%;
}
.m-culture li h5 img{
   /*margin-left: 30px;*/
}

.m-culture li h4{
   font-size: 12px;
color: #ffffff;
margin-top: 15px;
}
.m-culture li h6{
   font-size: 12px;
color: #ffffff;
margin-top:15px;
}


.m-culture .brief{
    position: absolute;
    padding: 0px 30px 30px 30px;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
  /*  background: #32496c80;*/
  /*  transition: all 0.4s;*/
}
.m-culture li:hover .brief{
    top: 0;
}
 

    .m-profile{
        padding: 0px 20px 40px;
    }
    .m-profile h2{
        font-size: 38px;
    }
    .m-profile .contentLeft img{
        height: 100%;
    }
    .m-place{
        /* height: 550px; */
    }
    .m-place .m-content{
        /* padding: 0 20px 0; */
    }
    .m-place .contentLeft h2{
        font-size: 38px;
    }
    .m-place .contentLeft h3{
        font-size: 26px;
        margin-top: 20px;
    }
    .m-place .contentLeft p{
        font-size: 16px;
        margin-top: 20px;
    }
    .m-place .contentLeft{
        padding-left: 40px;
    }

    .m-history h2{
        margin-top: 50px;
        font-size: 38px;
    }
    .m-history .m-content li h3{
        font-size: 24px;
    }
    .m-culture h2{
        font-size: 38px;
    }
    .m-culture li h3{
        font-size: 12px;
    }
    .m-culture li h4{
        font-size: 10px;
    }
    .m-allbg{
        padding-bottom: 60px;
    }

    .m-honor{
        padding: 40px 0;
    }
    .m-honor h2{
        font-size: 38px;
    }
    .m-honor .m-content{
        padding: 55px 50px 30px;
    }
    .m-scale{
        padding-bottom: 160px;
    }
    .m-scale h2{
        font-size: 38px;
        margin-top: 35px;
    }
    .m-scale > p{
        margin-top: 30px;
    }
    .m-scale .m-content{
        padding: 0 20px;
    }
    .m-scale .item h3{
        font-size: 18px;
    }

    /* 精品课程页面 */
    .m-curriculum h2{
        font-size: 38px;
        margin-top: 40px;
    }
    .m-curriculum{
        margin-bottom: 65px;
    }
    .m-curriculum .m-content{
        padding: 0 20px;
    }
    .m-introduction h2{
        font-size: 38px;
        margin-top: 60px;
    }
    .m-introduction .m-content{
        padding: 0 20px;
    }

    /* 师资力量 */
    .m-teacher{
        padding: 0 20px;
        margin: 60px auto 0;
    }
}



/*1200*/
@media  (max-width:1200px){
.m-culture li p {
    border: solid 1px #fff;
    padding: 5px;
    font-size: 10px;
    color: #ffffff;
    margin-top: 5%;
    text-align: center;
    width: 45%;
    margin-left: 30%;
}

/*1024*/
@media (min-width:992px) and (max-width: 1200px){
.m-culture li h5 img {
    margin-left: 40px;
}
.m-culture{
    max-width: 1200px;
    margin: 0 auto;
}

.m-culture h2{
    font-size: 42px;
    color: #333333;
    font-weight: bold;
    text-align: center;
  
}
.m-culture ul{
    
}
.m-culture li{
    float: left;
   
  
    overflow: hidden;
    position: relative;
    
}
.m-culture li p {
    border: solid 1px #fff;
    padding: 3px;
    font-size: 12px;
    color: #ffffff;
    margin-top: 5%;
    text-align: center;
    width: 50%;
    margin-left: 25%;
}
.m-culture li .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.m-culture li .m-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, .28);
}
.m-culture li h3{
   font-size: 12px;
color: #ffffff
}
.m-culture li h5{
font-size: 40px;
color: #fff;
padding-top: 14%;
text-align: center;
}

.m-culture li h4{
   font-size: 12px;
color: #ffffff;
margin-top: 5%;
}
.m-culture li h6{
   font-size: 12px;
color: #ffffff;
margin-top:5px;
}


.m-culture .brief{
    position: absolute;
    padding: 0px 5px 5px 15px;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #32496c80;
  /*  transition: all 0.4s;*/
}
.m-culture li:hover .brief{
    top: 0;
}

    .m-profile{
        padding: 0px 20px 40px;
    }
    .m-profile h2{
        font-size: 38px;
    }
    .m-profile .contentLeft img{
        height: 100%;
    }
    .m-place{
        /* height: 550px; */
    }
    .m-place .m-content{
        /* padding: 0 20px 0; */
    }
    .m-place .contentLeft h2{
        font-size: 38px;
    }
    .m-place .contentLeft h3{
        font-size: 26px;
        margin-top: 20px;
    }
    .m-place .contentLeft p{
        font-size: 16px;
        margin-top: 20px;
    }
    .m-place .contentLeft{
        padding-left: 40px;
    }

    .m-history h2{
        margin-top: 50px;
        font-size: 38px;
    }
    .m-history .m-content li h3{
        font-size: 24px;
    }
    .m-culture h2{
        font-size: 38px;
    }
    .m-culture li h3 {

    font-size: 12px;
    color: #ffffff;
    text-align: center;
    margin-top: 12%;

}
    .m-culture li h4{
        font-size: 11px;
    }
    .m-allbg{
        padding-bottom: 60px;
    }

    .m-honor{
        padding: 40px 0;
    }
    .m-honor h2{
        font-size: 38px;
    }
    .m-honor .m-content{
        padding: 55px 50px 30px;
    }
    .m-scale{
        padding-bottom: 160px;
    }
    .m-scale h2{
        font-size: 38px;
        margin-top: 35px;
    }
    .m-scale > p{
        margin-top: 30px;
    }
    .m-scale .m-content{
        padding: 0 20px;
    }
    .m-scale .item h3{
        font-size: 18px;
    }

    /* 精品课程页面 */
    .m-curriculum h2{
        font-size: 38px;
        margin-top: 40px;
    }
    .m-curriculum{
        margin-bottom: 65px;
    }
    .m-curriculum .m-content{
        padding: 0 20px;
    }
    .m-introduction h2{
        font-size: 38px;
        margin-top: 60px;
    }
    .m-introduction .m-content{
        padding: 0 20px;
    }

    /* 师资力量 */
    .m-teacher{
        padding: 0 20px;
        margin: 60px auto 0;
    }
}
@media (max-width:1230px) {
    .m-honor .contentText .contentText_right ul li{
        height:28px;
    }
}
@media (max-width:996px){
    .m-about-nav li a{
        font-size: 16px;
    }
    .m-about-nav{
        height: 60px;
        line-height: 58px;
    }
    .m-profile h2{
        font-size: 34px;
    }
    .m-profile .contentLeft img{
        height: auto;
    }
    .m-profile .m-content{
        height: auto;
    }
    .m-profile .contentLeft{
        width:100%;
        height: auto;
        border:0;
    }

    .m-profile .contentLeft img{transform:translate(0,0);}
    .m-profile .contentRight{
        width:100%;
        border: none;
        padding: 15px 25px;
        height: auto;
    }
    .m-place .contentLeft h2{
        font-size: 34px;
    }
    .m-place .contentLeft h2::after{
        margin-top: 10px;
    }
    .m-place .contentLeft h3{
        font-size: 22px;
        margin-top: 15px;
    }
    .m-place .contentLeft h3::after{
        margin-top: 15px;
    }
    .m-place .contentLeft p{
        font-size: 14px;
        margin-top: 10px;
    }
    .m-place .m-box p{
        padding-left: 0;
    }
    .m-place .m-box{
        height: 35px;
        line-height: 35px;
    }
    .m-history h2{
        font-size: 34px;
        margin-top: 30px;
    }
    .m-history .m-content li h3{
        font-size: 22px;
    }
    .m-history .m-content{
        padding:  0 15px;
    }
    .m-culture h2{
        font-size: 34px;
    }
    .m-culture li h3{
        font-size: 22px;
    }
    .m-culture li h4{
        font-size: 18px;
    }
    .m-culture li i{
        width: 20px;
        height: 20px;
        background-size: contain;
        display:none;
    }
    .m-culture li p{
        font-size: 14px;
    }
    .m-honor h2{
        font-size: 34px;
    }

    .m-honor .contentText .contentText_right h3{
        font-size: 18px;
        padding-bottom: 20px;
    }
    .m-honor .contentText .contentText_right p{
        margin-top: 20px;
    }
    .m-honor .contentText .contentText_right h4{
        font-size: 18px;
        margin-top: 25px;
    }
    .m-honor .contentText .contentText_right ul li p{
        margin-top: 0;
    }

    .m-scale h2{
        font-size: 34px;
    }
    .m-scale > p{
        font-size: 14px;
        margin-top: 20px;
    }
    .m-scale{
        padding-bottom: 110px;
    }
    .m-scale .item h3{
        margin-top: 15px;
        font-size: 17px;
    }

    /* 精品课程页面 */

    .m-curriculum h2{
        font-size: 34px;
        margin-top: 30px;
    }
    .m-curriculum .contentright{
        padding: 20px 30px 0;
    }
    .m-curriculum{
        margin-bottom: 50px;
    }
    .m-six{
        padding-top: 50px;
    }
    .m-six .m-content{
        padding: 0 20px;
    }
    .m-six li{
        width: 30%;
        margin-right: 5%;
    }

    .m-introduction h2{
        font-size: 34px;
        margin-top: 40px;
    }
    .m-introduction li{
        padding: 20px 15px 30px;
    }
    .m-introduction li .content_left .list span{
        font-size: 13px;
    }

    /* 师资力量 */
    .m-teacher .content_text h3{
        font-size: 28px;
    }
    .m-teacher .content_text h3 span{
        font-size: 18px;
    }
    .m-teacher .content_img{
        width: 26%;
    }
    .m-teacher .content_text{
        width: 74%;
    }
    .m-teacher .content_text h4{
        font-size: 18px;
    }
    .m-teacher .content_text{
        padding: 0 30px 0 30px;
    }
    .m-teacher li.right .content_text{
        padding: 0 30px 0 30px;
    }
}

@media (max-width:767px){
    .m-banner .m-banner-phone{
        display: block;
    }
    .m-banner .m-banner-pc{
        display: none;
    }

    .m-about-nav{
        height: 50px;
        line-height: 48px;
    }
    .m-profile h2{
        font-size: 28px;
    }
    .m-profile{
        padding: 30px 15px 40px
    }
    .m-profile .contentRight h3{font-size:18px;}
    .m-teacher .m-profile .contentLeft{
        width: 100%;
        float: none;
    }
   .m-teacher  .m-profile .contentRight{
        width: 100%;
        float: none;
        padding:0;
    }
    .m-profile .contentLeft{
        width: 100%;
        float: none;
    }
    .m-profile .contentRight{
        width: 100%;
        float: none;
    }
    .m-profile .m-content{
        margin: 30px auto 0;
    }

    .m-place .contentLeft{
        padding: 0;
        float: none;
        width: 100%;
    }
    .m-place .m-content{
        
padding: 20px 15px;
    }
    .m-place .contentLeft h2{
        font-size: 28px;
    }
    .m-place .contentLeft h3{
        font-size: 18px;
        height: 20px;
    }

    .m-place .contentRight{
        float: none;
        width: 100%;
        padding-left: 0;
        height: 300px;
        text-align: center;
        margin-top: 20px;
    }
    .m-place .contentRight img{
        height: 100%;
    }

    .m-history h2{
        font-size: 28px;
        margin-top: 20px;
    }
    .m-history .m-content li{
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
    .m-history .m-content li::before{
        left: 0;
        transform: translateX(0);
    }
    .m-history .m-content li h3{
        padding-right: 0;
        padding-left: 50px;
    }
    .m-history .m-content li p{
        padding-right: 0;
        margin-top: 20px;
        padding-left: 50px;
        
    }
    .m-history .m-content li i{
        left: 15px;
        transform: translateX(0);
        right:initial;
        top: 50px;
    }
    .m-history .m-content li.right{
        margin-left: 0;
    }
    .m-history .m-content li.right::before{
        transform: translateX(0);
    }
    .m-history .m-content li.right:hover::before{
            transform: scale(1,1) translateX(0);
    }
     .m-history .m-content li:hover::before{
            transform: scale(1,1) translateX(0);
    }
    .m-history .m-content li.right i{
        left:15px;
        transform: translateX(0);
        right:initial;
    }
    .m-history .m-content ul{
        margin-top: 30px;
    }

    .m-culture h2{
        font-size: 28px;
    }
    .m-culture li{
       
margin-bottom:15px;
    }
    .m-culture li h3{
        font-size: 11px;
    }
    .m-culture li h4{
        font-size: 16px;
    }
    .m-culture ul{
        margin-top: 35px;
    }
    .m-allbg{
        padding-bottom: 40px;
    }
    .m-honor h2{
        font-size: 28px;
    }

    .m-honor{
        padding: 20px 0;
    }
    .m-honor .m-content{
        padding: 45px 15px 30px;
        margin: 25px auto 0;
    }
    .m-honor .contentText .contentText_left{
        width: 100%;
        float: none;
    }
    .m-honor .contentText .contentText_left .imgbox img{
        transform: translate(0,0);
    }
    .m-honor .contentText .contentText_left .imgbox{
        border: none;
        text-align: center;
    }
    .m-honor .contentText .contentText_right{
        padding: 0;
        width: 100%;
        margin-top: 30px;
    }
    .m-honor .contentimg li{
        width: 100%;
        margin-bottom: 10px;
    }

    .m-scale h2{
        font-size: 28px;
        margin-top: 30px;
    }
    .m-scale > p{
        padding: 0 15px;
    }
    .m-scale{
        padding-bottom: 70px;
    }

    /* 精品课程页面 */
    .m-curriculum h2{
        font-size: 28px;
    }
    
    .m-curriculum .m-content{
        padding: 0 15px;
        margin: 30px auto 0;
    }
    .m-curriculum .contentleft{
        float: none;
        width: 100%;
        text-align: center;
    }
    .m-curriculum .contentright{
        width: 100%;
        float: none;
        padding: 20px 10px 0;
    }
    .m-curriculum{
        margin-bottom: 30px;
    }
    .m-six li:nth-child(3n){
        margin-right: 4%;
    }
    .m-six li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .m-six li:nth-child(even){
        margin-right: 0;
    }
    .m-six{
        padding-top: 40px;
    }
    .m-introduction h2{
        font-size: 28px;
        margin-top: 25px;
        padding-bottom: 25px;
    }

    .m-introduction li .content_left{
        width: 100%;
        height:auto;
    }
    .m-introduction li .content_left h3{
        font-size: 18px;
    }
    .m-introduction li .content_left h4{
        font-size: 15px;
    }
    .m-introduction li .content_left p{
        font-size: 13px;
    }
    .m-introduction li .content_right{
        width: 100%;
        height: auto;
        margin-top: 15px;
    }
    .m-introduction li .content_right h4{
        font-size: 15px;
    }
    .m-introduction li .content_right .list span{
        font-size: 13px;
    }
    .m-introduction li .content_img{
        margin-top: 15px;
    }
    .m-introduction .m-content{
        padding: 0 15px;
    }
    .m-introduction{
        margin-bottom: 40px;
    }
    .m-six .m-content{
        padding: 0 15px;
    }
    /* 师资力量 */

    .m-teacher .content_img{
        width: 100%;
        float: none;
    }
    .m-teacher .content_text{
        width: 100%;
        float: none;
        padding: 0 ;
    }
    .m-teacher .content_text h3{
        font-size: 24px;
    }
    .m-teacher .content_text h3 span{
        font-size: 16px;
    }
    .m-teacher .content_text h4{
        font-size: 16px;
    }
    .m-teacher .content_text p{
        font-size: 13px;
        margin-top: 25px;
    }
    .m-teacher li.right .content_img{
        float: none;
    }
    .m-teacher li.right .content_text{
        text-align: left;
        padding: 0;
    }
    .m-teacher li.right h3 strong{
        float: none;
    }
    .m-teacher li.right .content_text h3 span{
        margin-left: 20px;
        margin-right: 0;
    }
    .m-culture .brief{
        top:0;
        background:rgba(119,188,40,.7);
    
    }
    .m-teacher li{
        width:49%;
        float:left;
        margin-right:2%;
    }
    .m-teacher li:nth-child(2n){
        margin-right:0;
    }
    .m-teacher .content_text h3 strong{
        display:block;
        font-size:20px;
    }
    .m-teacher .content_text h3 span, .m-teacher li.right .content_text h3 span {
        margin-left: 0;
    }
    .m-teacher .content_text h4{
        font-size:14px;
        color:#666;
    }
    .m-honor .contentText .contentText_left{
        display:none;
    }
    .m-honor .contentText .contentText_right{
        margin-top:0;
    }
    .m-profile{
        padding:0;
    }
        .m-profile .m-content{
            margin-top:0
        }
    .contentRight h3 img{
        max-width:80%;
        display:block;
        margin:0 auto;
        display:none;
    }
    .m-teacher{
        margin:30px auto;
    }
}



@media (max-width:500px){



    .m-culture li p {
    border: solid 1px #fff;
    padding: 1px;
    font-size: 9px;
    color: #ffffff;
    margin-top: 11px;
    text-align: center;
    width: 30%;
    margin-left: 35%;
}
/*.m-culture li h5 img {
    height: 36px;
    margin-top: 15px;
}*/







    .m-about-nav li a{
        font-size: 14px;
    }
    .m-place{
        /* height: 570px; */
    }
    .m-culture li{
        
        margin: 0 4%;
        margin-right: 0;
        margin-bottom:0px;
       
    }
    .m-culture .brief{
        padding:45px 15px;
        background:none;
    }
    .m-culture li>h3{
        display:none;
    }
     .m-culture li>h4{
        display:none;
    }
    .m-honor .contentimg li{
        width: 100%;
    }
    .m-scale .m-content{
        padding: 0;
    }
    .m-scale{
        padding-bottom: 40px;
    }

    .m-six li{
        width: 100%;
    }
    .m-introduction .m-content{
        padding: 0 ;
    }
    .m-introduction li .content_left .list span{
        width: 32%;
        margin-right:1%; 
        font-size: 12px;
    }
    .m-teacher .content_img{
        text-align: center;
    }

    .m-culture .brief{
    position: absolute;
    padding:5px 0px 65px;
    width: 100%;
    height: 100%;
    top: -105%;
    left: 0;
    background: #007EBCCC;
  /*  transition: all 0.4s;*/
}
.m-culture li:hover .brief{
    top: 0;
}
.m-culture li h3{
   font-size: 11px;
color: #ffffff;
margin: 7%;
}

.m-culture li h4{
   font-size: 10px;
    color: #ffffff;
    padding-left:5px;

}


.m-culture li h6{
   font-size: 11px;
    color: #ffffff;
    /*padding-left:11px;*/
    margin-top: 8px;
}

.m-culture .brief1 {
    position: absolute;
    padding: 5px 50px 50px 50px;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background: #007EBCCC;

}

.m-culture {
    margin: 0px auto;
}
.col-xs-1-5 {
    padding-top: 7px;
}
.m-culture li h5{
font-size: 30px;
text-align: center;
color: #fff;
padding-top: 29%;
}


}


@media (min-width:1200px) and (max-width: 1500px){
.m-culture{

}
    .m-culture li h5 img {
    margin-left: 274%;
}
}



