/*系统课程--------------------------------------------------*/
.curriculum{
    width: 100%;
    overflow: hidden;
    min-height: 400px;
    text-align: center;
}
.curr-title{
    width: 400px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    position: relative;
    display: inline-block;
}
.curr-title span::after{
    content: "";
    width: 30px;
    border-top:3px solid #323232;
    height: 1px;
    background: #333;
    position: absolute;
    right: 0;
    top:40px;
}
.curr-title span::before{
    content: "";
    width: 30px;
    border-top:3px solid #323232;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top:40px;
}
.curr-list{
    width: 100%;
    overflow: hidden;
}
.curr-list>li{
    width: 100%;
    height: 500px;
    position: relative;
    background-position: center;
    background-size: cover;
}
.curr-list img{
    width: 100%;
    height: 500px;
}
.curr-list-box{
    width: 490px;
    height: 320px;
    position: absolute;
    background-color: rgba(226, 226, 226, 0.85);
    overflow: hidden;
}
.curr-list-right{
    position:absolute;
    right: 160px;
    top:70px;
}
.curr-list-left{
    position:absolute;
    left: 160px;

    top:70px;
}
.curr-list-title{
    text-align: left;
    padding-left: 30px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.curr-list li:nth-child(4) .curr-list-box{
    height: 285px;
}
.curr-list li:nth-child(3) .curr-list-box{
height: 250px;
    top: 100px;
}

.curr-list-content{
    padding-left: 15px;
}
.curr-list-content li{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.curr-list-content li:hover{
    color: #767676;
}
.curr-list-content li i{
    width: 20px;
    height: 30px;
    text-align: center;
    display: block;
    float: left;
    font-size: 20px;
}
.curr-list-content li span{
    float: left;
}
.curr-content{
    display: none;
}
.curr-features{
    display: none;
}
.m-header{
    display: none;
}
.relevant-box{
    display: none;
}
/*案例列表*/
.case-class{
    overflow: hidden;
}
.case-class a{
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    float: left;
    background: #f4f4f4;
    text-align: center;
    font-size: 14px;
    color: #565656;
    margin: 5px 30px;
}
.case-list>a{
    display: block;
}
.case-class a:hover{
    opacity: .7;
}
.case-class-active{
    background: #000!important;
    color: #fff!important;
}
.case-labs{
    overflow: hidden;
}
.case-labs a{
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    float: left;
    background: #f7f7f7;
    text-align: center;
    font-size: 14px;
    color: #565656;
    margin: 5px 30px;
}
.case-labs a{
    opacity: .7;
}
.case-list{
    width: 100%;
    overflow: hidden;
}
.case-list li{
    width: 400px;
    height: 400px;
    position: relative;
    float: left;
}
.case-list>li>a{
    display: block;
    line-height: 0;
}
.case-list li img{
    width:400px;
    height: 400px;
    transition: .2s;
}
.case-list li:hover{
    opacity: .9;
    transition: .2s;
}

.case-shaw-main{
    padding: 0 30px;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}
.case-shaw-title{
    height: 60px;
    line-height: 30px;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
}
.case-shaw-lab{
    height: 40px;
    overflow: hidden;
    bottom: 0;
}
.case-shaw-lab a{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
    float: left;
}
.case-shaw-lab a:first-child{
    margin:0;
}
/*移动端主要课程***********/
.curriculum-m{
    display: none;
}
@media screen and (max-width: 320px){
    .curr-main-box{
        width: 65%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 414px){
    /*移动端主要课程***start********/
    .curriculum-m{
        width: 100%;
        overflow: hidden;
        display: block;
    }
    .curriculum-m ul li{
        width: 100%;
        overflow: hidden;
    }
    .m-curr-title{
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 24px;
        padding-top: 50px;
        color: #fff;
        font-weight: bolder;
        letter-spacing: 6px;
        text-shadow: 1px 0px 20px #000;
    }
    .curr-top{
        width: 100%;
        height: 205px;
        position: relative;
        margin-bottom: 0;
        background-position: 52%;
        background-size: 167% 100%;
        background-repeat: no-repeat;
    }
    .m-curr-more{
        width: 85px;
        line-height: 30px;
        border-radius: 20px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        height: 30px;
        background: #3583cd;
        margin: 20px auto;
    }
    .m-curr-main{
        padding: 10px 0;
        background: #ececec;
        margin: 0 auto;
        overflow: hidden;
        display: none;
    }
    .curr-main-box{
        width: 85%;
        margin: 0 auto;
    }
    /*.curr-main-box p{*/
        /*line-height: 25px;*/
        /*font-size: 14px;*/
    /*}*/


    /*end*****************************/
    .box-left{
        display: none;
    }
    .box-right{
        display: none;
    }
    .box-main{
        width: 100%;
    }
    header{
        display: none;
    }
    .sub-box-left{
        width: 100%;
    }
    .curriculum{
        width: 100%;
        overflow: hidden;
        text-align: center;
        padding: 0;
        display: block;
    }
    .curr-title{
        width: 300px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        position: relative;
        display: inline-block;
    }
    .curr-title span::after{
        content: "";
        width: 30px;
        border-top:3px solid #323232;
        height: 1px;
        background: #333;
        position: absolute;
        right: 0;
        top:30px;
    }
    .curr-title span::before{
        content: "";
        width: 30px;
        border-top:3px solid #323232;
        height: 1px;
        background: #333;
        position: absolute;
        left: 0;
        top:30px;
    }
    .curr-list{
        width: 100%;
        overflow: hidden;
    }
    .curr-list>li{
        width: 100%;
        height: 205px;
        position: relative;
        margin-bottom:0;
        background-position: 52%;
        background-size: 167% 100%;
        background-repeat: no-repeat;
    }
    .curr-list img{
        width: 100%;
        height: 220px;
    }
    .curr-list-box{
        width: 200px;
        height: 200px;
        position: absolute;
        /*background-color: rgba(226, 226, 226, 0.85);*/
        overflow: hidden;
    }

    .curr-list-right{
        position: absolute;
        right: -5px;
        top: 35%;
        margin-top: -99px;
        padding: 5px;
    }
    .curr-list-left{
        position: absolute;
        left: 4px;
        top: 24%;
        margin-top: -85px;
        padding: 5px;
    }
    .curr-list-title{
        text-align: left;
        padding-left: 30px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .curr-list-content{
        padding-left: 15px;
        height: 200px;
        width: 180px;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:4;
        -webkit-box-orient: vertical;
        font-size: 14px;
    }
    .curr-list-content p{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }
    .curr-list-content li{
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .curr-list-content img{
        display: none;
    }
    .curr-list-content li:hover{
        color: #767676;
    }
    .curr-list-content li i{
        width: 20px;
        height: 30px;
        text-align: center;
        display: block;
        float: left;
        font-size: 20px;
    }
    .curr-list-content li span{
        float: left;
    }
    /*动力系统简介*/
    .curriculum-box{
        width: 100%;
        height: 200px;
        background: url("../images/mobile/introduce-bg.png") no-repeat;
        background-size: 100%;
    }
    .curr-content{
        width:calc(100% - 60px);
        padding: 5px 30px;
        overflow: hidden;
        display: block;
    }
    .curr-content i{
        width: 10px;
        height:30px;
        line-height: 30px;
        font-size: 18px;
        float: left;
    }
    .curr-content p{
        line-height: 30px;
        height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #4a4a4a;
        text-align: left;
        font-size: 14px;
    }
    .curr-features{
        display: block;
        overflow: hidden;
        padding: 30px 0;
    }
    .curr-features ul{
        height: 140px;
    }
    .curr-features ul li {
        width: calc(100%/5 - 10px);
        float: left;
        color: #323232;
        margin: 0 5px;
    }
    .curr-features ul li img{
        display: block;
        margin: 0 auto;
    }
    .curr-features ul li h5 {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        margin: 0;
    }
    .curr-features ul li p{
        font-size: 12px;
        text-align: center;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /*子页顶部*******/
    .header{
        display: none;
    }
   .toggle{
        display: block;
        position: absolute;
        right: 15px;
        top:0;
        font-size: 24px;
       line-height: 50px;
    }
    .back{
           display: block;
           position: absolute;
           left: 15px;
           top:0;
           font-size: 36px;
           line-height: 50px;
       }
    .m-header{
        padding: 0 10px;
        height: 50px;
        width: calc(100% - 20px);
        position: fixed;
        top: 0;
        overflow: hidden;
        background: #fff;
        z-index: 100;
        box-shadow: 1px 1px 2px 0 #9b9b9b;
        line-height: 72px;
        font-size: 24px;
        display: block;
    }
    .m-header-title{
        width: 150px;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        line-height: 50px;
    }
    .mb-menu {
        width: 100%;
        position: fixed;
        top: 50px;
        background: #fff;
        z-index: 99;
        display: none;
        height: auto;
    }
    .fixed{
        display: none;
    }

    .free-box,.leave-box{
        display: none;
    }
    .page{
        width: calc(100% - 30px);
        padding: 0;
    }
    .bread{
        display: none;
    }
    /*相关问题公用*/
    .relevant-box{
        width: 100%;
        display: block;
        border-top: 1px solid #f0f0f0;
        padding-top: 20px;
        overflow: hidden;
    }
    .relevant-box ul li{
        width: calc(100%/2 - 10px);
        height: 160px;
        float: left;
        margin: 5px;
    }
    .relevant-box ul li:first-child{
        margin-left: 0;
    }
    .relevant-box ul li img{
        width: 100%;
        height: 130px;
    }
    .relevant-box ul li p{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #323232;
    }

    /*成功案例*****************/
    /*案例适配*/
    .case-list {
        width: 100%;
        overflow: hidden;
        margin-top: 50px;
        display: block;
    }
    .case-box{
        width: 100%;
    }
    .case-list li{
        width: calc(100%/2);
        height: 130px;
        overflow: hidden;
    }
    .case-list li img {
        width: 105%;
        height:100%;
        transition: .2s;
    }
    .case-shaw-main {
        padding: 0 10px;
        bottom: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.32);
        width: 100%;
    }
    .case-shaw-title{
        height: 25px;
        font-size: 16px;
        line-height: 23px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .case-shaw-lab {
        height: 30px;
        overflow: hidden;
        bottom: 0;
        font-size: 14px;
        line-height: 30px;
    }
    .case-shaw-lab a {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        color: #fff;
        margin-right: 20px;
        float: left;
    }
    .page {
        margin: 7px auto;
        width: auto;
        position: relative;
        left: 50%;
        margin-left: -25%;
        height: 45px;
    }
}