/* 
* @Author: Marte
* @Date:   2018-11-22 09:50:13
* @Last Modified by:   Marte
* @Last Modified time: 2018-11-23 14:26:57
*/
*{
    padding: 0;
    margin:0;
    text-decoration:none;
    list-style: none;
    font-family: "微软雅黑";
}
.body{
    width:100%;
}
img{
    max-width: 100%;
}
.banner img{
    background-size: 100%;
    height: 450px;
}

.header{
    display:none;
}
.common{
    width:1000px;
    margin:0 auto;
    margin-top: 40px;
}
.common .com_title{
    width:452px;
    height:84px;
    margin:0 auto;
    background:url(../img/com_1.png) no-repeat center;
}
.com_title h5{
    font-size:30px;
    letter-spacing: 20px;
    text-align: center;
    color:#333;
}
.com_title p{
    width:334px;
    height:2px;
    margin:0 auto;
    background-color: #000;
}
.com_title h6{
    font-size:24px;
    letter-spacing: 15px;
    text-align: center;
    color:#333;
}
.com_title h6 span{
    color:#FE6752;
}

/* 现状 */
.situation{
    display: flex;
    display: -webkit-flex;
    flex-flow:row nowrap;
    justify-content:space-between;
    margin-top: 30px;
}
.situation li{
    width:225px;
}
.situation li h4{
    font-size:20px;
    width:225px;
    height:54px;
    line-height: 54px;;
    font-weight:normal;
    background: url(../img/sit_1.png) no-repeat center;
    text-align: center;
    color:#fff;
}
.situation .sit_main{
    width:225px;
    height:160px;
    background:url(../img/sit_3.png) no-repeat center;
}
.sit_main p{
    font-size: 16px;
    color:#1D1D1D;
    text-align: left;
    padding-left:24px;
    margin-bottom: 8px;
}
.sit_main .style{
    color:#FE6955;
    font-size:24px;
    margin-bottom: 0;
}
.sit_main p span{
    color:#FE6955;
    font-size:24px;
}
.sit_main p:nth-child(1){
    padding-top:22px;
}

/* 特权 */
.com_pri{
    background-color: #F5F5F5;
    padding-top:30px;
    padding-bottom: 20px;
}
.com_title h5 span{
    color:#FE6752;
    letter-spacing: 2px;
}
.com_title .style{
    width:408px;
}
.privilege{
    height:280px;
    border:2px solid #666666;
    display: flex;
    display: -webkit-flex;
    flex-flow:row wrap;
    justify-content:space-between;
    margin-top: 30px;
}
.privilege li {
    width:331px;
    border-right:1px solid #808080;
    height:139px;
    border-bottom: 1px solid #808080;
    background: url(../img/pri_1.png) no-repeat center;
}
.privilege li:nth-child(2){
    background: url(../img/pri_2.png) no-repeat center;
}
.privilege li:nth-child(3){
    background: url(../img/pri_3.png) no-repeat center;
}
.privilege li:nth-child(4){
    background: url(../img/pri_4.png) no-repeat center;
}
.privilege li:nth-child(5){
    background: url(../img/pri_5.png) no-repeat center;
}
.privilege li:nth-child(6){
    background: url(../img/pri_6.png) no-repeat center;
}
.privilege li p{
    width:160px;
    height:40px;
    line-height: 40px;
    margin:0 auto;
    background-color: #F2ED6D;
    font-size:20px;
    color:#F06159;
    text-align: center;
    margin-top:30px;
}
.libao{
    width:114px;
    height:34px;
    margin:0 auto;
    font-size:14px;
    line-height: 34px;
    text-align: center;
    color:#FE6752;
    border:2px solid #FE6752;
    border-radius: 10px;
    margin-top: 22px;
    cursor: pointer;
}

.system{
    width:1000px;
    margin:0 auto;
}
.system h5{
    text-align: center;
    color:#3A3A3A;
    font-size:24px;
    line-height: 79px;
    position: relative;
}
.system h5 span{
    color:#FE6752;
    font-size:30px;
    letter-spacing:4px;
}
.system h5 .style{
    color:#fe6752;
    font-size:60px;
    position:absolute;
    left:28%;
    top:2px;
}
.system table{
    font-size:18px;
    margin-top: 10px;
}
.system table tr td{
    padding:20px 20px;
}
.system .style1{
    font-size:20px;
    border:0;
}
.system .style1 td{
    padding:0;
    color:#fff;
}
.system .style2{
    text-align: left;
    line-height: 30px;
}
.system .style3{
    display:block;
    width:96px;
    height:36px;
    line-height: 36px;
    background-color: #FB464C;
    color:#fff;
    border-radius: 10px;
    cursor:pointer;
}

/* 计划 */
.project{
    width:1000px;
    margin:0 auto;
    background-color: #F5F5F5;
    margin-top:30px;
    padding-top: 30px;
}
.project h5{
    height:58px;
    background:url(../img/pro_1.png) no-repeat center;
    font-size:30px;
    line-height: 58px;
    text-align: center;
}
.project table tr td{
    padding:10px 10px;
}
.project .style1 td{
    padding:0;
}
.project .style1{
    font-size:20px;
}
.project .style2{
    text-align: left;
    line-height: 24px;
}
.project .gaoduan tr td{
    padding:10px;
}
.project .gaoduan .style1 td{
    padding:0;
}

/* 定制 */
.custom{
    width:100%;
    background-color: #7B48FF;
    margin-top: 8px;
}
.cus_main{
    width:1200px;
    margin:0 auto;
    height:96px;
    background:url(../img/cus_1.png) no-repeat center;
    display: flex;
    display: -webkit-flex;
    flex-flow:row wrap;
    justify-content:space-around;
    align-items:center;
}
.cus_main p{
    text-align: center;
    font-size:24px;
    letter-spacing: 4px;
    color:#fff;
    line-height:96px;
    margin-left: 190px;
}
.cus_main span{
    width:125px;
    height:28px;
    line-height: 28px;
    background-color: #FCAD25;
    font-size:16px;
    color:#fff;
    border-radius: 10px;
    text-align: center;
    cursor:pointer;
}
.cus_main .style{
    background-color: #FB464C;
    margin-right: 190px;
}

/* 合作院校 */
.hezuo{
    width:100%;
    height:450px;
    background:url(../img/hezuo.png) no-repeat center;
}


/*  尾部 */
.bottom{
    width:100%;
    height:150px;
    background:#333333;
    margin: auto;
}
.bottom p{
    display: block;
    line-height:15px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 18px;    
}
.f-nav{
    display:none;
}