/*********************************************************************
                        style for page
**********************************************************************/
.main{
    position: relative;
    z-index: 0;
    width: 100%;
    padding-top: 70px;
    background: #f2f2f2;
    padding-bottom: 70px;
}
.main-bread{
    color: #888;
    font-size: 12px;
    padding: 8px 0;
}
.main-list{
    position: relative;
    z-index: 4;
    display: none;
}
.main-list ul{
    
}
.main-list-mm{
    float: left;
    width: 400px;
    text-align: center;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    position: relative;
    background: #e5e5e5;
    font-size: 15px;
}
.main-list-mm.active{
    color: #fff;
    background: #01beb4 !important;
}
.main-list-mm:hover{
    background: #94e9e4;
    cursor: pointer;
}
.main-con{
    background: #fff;
    box-shadow: 0px 1px 1px #ccc;
    padding: 50px 20px;
    width: 1200px;
    box-sizing: border-box;
}
.main-con-title{
    color: #25ccc3;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}
.main-con-extra{
    color: #777;
    text-align: center;
    font-size: 15px;
    line-height: 32px;
    padding-top: 10px;
}
.main-con-con{
    font-size: 15px;
    padding: 0 50px;
    line-height: 28px;
}

