
/* 标题 */
.headtitle{
    display: block;
    text-align: center;
}
.title_text {
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 70px;
    font-size: 28px;
    text-align: center;
    margin: auto;
    position: relative;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 600;
}
.headtitle span{
  color: #ea0029;
}
.title_back1{
    position: absolute;
    left: 0px;
    top: -3px;
    width: 40px;
    height: 40px;
}
.title_back2{
    position: absolute;
    right: 0px;
    top: -3px;
    width: 40px;
    height: 40px;
}
/* 头部餐饮 */
.headcater{
    background: #f4f5f6;
    padding: 100px 0px;
}
.headcater .headlist{
    margin-top:80px;
}
.headcater .headitem{
    position: relative;
}

    .headcater .map {
        width: 50%;
        width: 60%;
        margin: auto;
    }
.headcater .headinner1{
    position: absolute;
    top: 0%;
    left: 70px;
    /* border: 1px solid red; */
}
.headcater .headinner2{
    top: 30%;
    left: 0px;
}
.headcater .headinner3{
    top: 60%;
    left: 20px;
}
.headcater .headinner4{
    top: 90%;
    left: 90px;
}
.headcater .headinner5{
    position: absolute;
    top: 0%;
    right: 70px;
}
.headcater .headinner6{
    top: 30%;
    right: 0px;
}
.headcater .headinner7{
    top: 60%;
    right: 20px;
}
.headcater .headinner8{
    top: 90%;
    right: 90px;
}
    .headcater .headtext {
        display: inline-block;
        font-size: 18px;
        font-weight: normal;
    }
    .headcater .headtext:hover {
        font-weight: bold;
        color: #0a3c6d;
        cursor:pointer;
    }
    .headcater .hearicon {
        width: 17px;
        height: 17px;
        float: left;
        margin-right: 5px;
        margin-top: 2px;
    }
.headcater .img2{
    display: none;
}
.headcater .headitem:hover a{
    color: #0a3c6d;
}
.headcater .headitem:hover .img2{
   display: block;
}
.headcater .headitem:hover .img1{
    display: none;
 }
.headinner {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 10px 20px;
}

    .headinner.gd {
        left: 50%;
        top: 50px;
    }
.headhide {
    /*     display: none;*/
    /*     width: 300px;*/
    position: absolute;
    left: -250px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    background: #0a3c6d;
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px;
    line-height: 24px;
    /*     transition:opacity ease 0.5s;*/
    opacity: 0;
    width: 0px;
}
    .headhide::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        z-index: -5;
        background: #0a3c6d;
        right: -5px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
    }
    .headhide::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 90%;
        z-index: -1;
        background: #0a3c6d;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
.headhide3 {
    font-weight: 300;
    left: 200px;
}
        .headhide3::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            left: -5px;
            top: 50%;
            background: #0a3c6d;
            transform: translateY(-50%) rotate(45deg);
            /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
        }
        .headhide3::before {
            content: '';
            position: absolute;
            width: 10px;
            height: 20px;
            background: #0a3c6d;
            left: 0;
            top: 50%;
            z-index: -4;
            transform: translateY(-50%);
        }

.headactive .headhide{
opacity:1;
width:250px;
/*animation:headhideOne ease 1s infinite alternate;*/
}

@keyframes headhideOne{
    from {
        box-shadow: 0px 0px 10px rgba(10, 60,109, 0.1);
    }
    to {
        box-shadow: 0px 0px 20px rgba(10, 60,109, 0.7);
    }
}
 /* 12系统竞争力 */
 .system{
     padding: 100px 0px;
 }
 .system .sys_title{
    margin-top: 60px;
    text-align: center;
}
    .system .littext {
        color: #666;
        display: inline-block;
        box-sizing: border-box;
        padding: 0px 60px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 25px;
        background: rgba(10, 60, 109, 0.1);
        margin: 20px;
        cursor: pointer;
    }
.little_text {
    position: relative;
    z-index: 5;
    font-size: 17px;
}
 .system .littleback{
     position: absolute;
     bottom: 0;
     right: 0px;
     width: 100%;
     opacity: 0.01;
 }
/* .system .littext:hover{
    color: #fff;
    background: rgba(10, 60, 109, 1);
}
.system .littext:hover .littleback{
    color: #fff;
    opacity: 1;
}*/

.littexttive {
    color: #fff !important;
    background: rgba(10, 60, 109, 1) !important;
}
.littexttive .littleback {
    color: #fff !important;
    opacity: 1 !important;
}
.system .sys_list {
    margin: 40px -15px 0px -15px;
}
.system .sys_item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0px 15px;
    text-align: center;
}
.system .sys_img {
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
}
.system .sys_img img{
    border-radius: 5px;
    transition: all ease 1s;
}
.system .sys_name {
    margin-top: 15px;
    font-size: 17px;
}
.system .sysinner:hover .sys_img img{

    transform: scale(1.2);
}
.system .sys_list2{
    margin: 40px -15px 0px -15px;
}
    .system .sys_list2 .sys_item {
        width: 33.3%;
        width: 25%;
        transition: all ease 1s;
    }
.system .sys_course{
    margin-top: 40px;
}
.system .coursertext{
    background: rgba(10, 60, 109, 1);
    color: white;
    box-sizing: border-box;
    padding: 20px 0px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}
.system .coursertext .littleback{
    opacity: 1;
}
.system .coursebox{
    /*width: 134px;*/
    margin: auto;
    position: relative;
    z-index: 2;
    text-align: center;
}
.system .coursebox2{
    /*width: 115px;*/
}
.system .courseimg {
    width: 25px;
    height: 25px;
    /* float: left;*/
     display: inline-block;
}
.system .coure_name{
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 0px;
    font-size: 18px;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    height: 25px;
    line-height: 25px;

}
.system .sys_list2 .sys_item:hover {
    transform: scale(1.05);
}
/* 特色单项体系导入 */
.special{
    padding: 100px 0px;
    background: #f4f5f6;
}
.special .spe_list{
    margin-top: 60px;
    text-align: center;
}
.special .speitem{
    width: 20%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px 10px;
    text-align: center;
}
.special .spe_list2{
    margin-top: 40px;
}
.special .spe_list3{
    display: none;
}
.special .spe_list2 .speitem{
    display: block;
    float: left;
    width: 20%;
    margin: 0;
    box-sizing: border-box;
    padding:0px 10px;
}
    .special .speitem.display {
        display: none;
    }
.spe_down {
    width: 100%;
    height: 33.7px;
    margin: 20px auto;
    cursor: pointer;
    color:#a7aaad;
    text-align:center;
    font-size:14px;
}
    .spe_down img {
        width: 50px;
        height:33.7px;
        display: inline-block;
        transition: all ease 1s;
    }
    .spe_down:hover {
        /*width: 60px;
        background: #042f57;*/
        /*background: rgba(0, 0, 0, 0.1);*/
    }
.spe_up {
    width: 100%;
    height: 33.7px;
    margin: 20px auto;
    cursor: pointer;
    display:none;
}
    .spe_up img {
        width: 50px;
        height: 33.7px;
        display: inline-block;
        transition: all ease 1s;
        transform:rotate(180deg);
    }
    .special .spe_inner {
        border-radius: 8px;
        overflow: hidden;
        position: relative;
        background: #000;
    }
.special .spe_img{
    opacity: 0.5;
    transition: all ease 1s;
}
.special .spe_text {
    color: white;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.special .spe_inner:hover .spe_img{
    transform: scale(1.3);
}
/* 榜样 */
.example .sys_list{
    margin-top: 60px;
}
.example .exp_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.example .exp_img img{
    width: 20px;
    height: 20px;
    margin: 10px;
}
.example .exp_bottom{
    margin-top: 15px;
}
.example .exp_eyes{
    float: right;
}
.example .eyeimg{
    float: left;
    width: 20px;
    height: 20px;
}
.example .eyetext{
    float: right;
    font-size: 12px;
    color: #888888;
    margin-top: 2px;
}
.example .exp_name{
    overflow: hidden;
    text-align: left;
    padding-right: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.example .sysinner:hover .exp_name{
    color: #ea0029;
}
.example .eximg{
    position: relative;
}
/* 故事 */
.story{
    background: #f4f5f6;
}
.morebtgn{
    margin-top: 40px;
    text-align: center;
   
}
.morebtntext{
    display: inline-block;
    box-sizing: border-box;
    padding: 8px 20px;
    background: #e5eaee;
    border-radius: 5px;
    color: #042f57;
}
.morebtntext:hover{   
    background: #042f57;
    color: #fff;
}
/* 餐饮管理辅导资料 */
.coach{
    padding: 100px 0px;
}
.coach_box{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.coach_img{
    background: black;
}
.coach_img img{
    opacity: 0.5;
    border-radius: 10px;
    transition: all 1s ease;
}
.coachtext{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    color: white;
    letter-spacing: 4px;
    font-size: 50px;
    text-align: center;
}
.coach_box:hover img{
   
    transform: scale(1.2);
}

.cur .sys_list {
    display: none;
}

.cur .sys_tive {
    display: block;
}
@media screen and (max-width:1200px) {
    .headhide{
        /* border: 1px solid red; */
        width: 200px;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateY(-50%);
        color: #333;
        background: white;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        box-sizing: border-box;
        padding: 10px;
        line-height: 24px;
        z-index: 10;
        font-size: 12px;
    }
    .headhide3{
        left: -200px;
    }
    .headhide::after{
       left: -5px;
       top: 50%;
    }
    .headhide::before{
       left: 0px;
       top: 50%;
    }
    .headhide3::after{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        z-index: -5;
        left: 98%;
        top: 50%;
        background: white;
        transform: translateY(-50%) rotate(45deg);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .headhide3::before{
        content: '';
        position: absolute;
        width: 10px;
        height: 20px;
        background: white;
        left: 95%;
        top: 50%;
        transform: translateY(-50%);
       }
}
@media screen and (max-width:800px) {
    .headcater .headinner5{
        position: absolute;
        top: 0%;
        right: 40px;
    }
    .headcater .headinner6{
        top: 30%;
        right: 0px;
    }
    .headcater .headinner7{
        top: 60%;
        right: 10px;
    }
    .headcater .headinner8{
        top: 90%;
        right: 40px;
    }
    .special .spe_text{
        font-size: 16px;
    }
    
    /* .headcater .headinner1{
      border: 1px solid red;
    } */

   
}
@media screen and (max-width:700px) {
    .headinner{
        padding: 0px 0px;
    }
    .headhide{
        /* border: 1px solid black; */
        width: 200px;
        position: absolute;
        top: 50%;
        left: 80%;
        transform: translateY(-50%);
        color: #333;
        background: white;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        box-sizing: border-box;
        padding: 10px;
        line-height: 24px;
        z-index: 10;
        font-size: 12px;
    }
    .headhide2{
        width: 180px;
        left: -190px;
        transform: translateY(-50%);
        color: #333;
        background: white;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        font-size: 14px;
        box-sizing: border-box;
        padding: 10px;
        line-height: 24px;
        z-index: 10;
        font-size: 12px;
    }

    .headhide::after{
       left: -5px;
       top: 50%;
    }
    .headhide::before{
       left: 0px;
       top: 50%;
    }
    .headhide2::after{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        z-index: -5;
        left: 173px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .headhide2::before{
        content: '';
        position: absolute;
        width: 10px;
        height: 20px;
        background: white;
        left: 167px;
        top: 50%;
        transform: translateY(-50%);
       }
/* 标题 */
.title_text{
    padding: 0px 50px;
    font-size: 18px;
}
.title_back1{
    width: 30px;
    height: 30px;
}
.title_back2{
    width: 30px;
    height: 30px;
}
/* 头部餐饮 */
.headcater{
    padding: 60px 0px;
}
.headcater .headlist{
    margin-top:40px;
}
.headcater .map{
    width: 100%;
    margin: auto;
}
.headcater .headinner1,.headcater .headinner5{
    position: relative;
    width: 50%;
    float: left;
    top: 0%;
    left: 0px;
    margin: 15px 0px;
    box-sizing: border-box;
    font-size: 14px;
}
.headcater .headinner2,.headcater .headinner3,
.headcater .headinner4{
    top: 0%;
    left: 0px;
}
.headcater .headinner6,.headcater .headinner7,
.headcater .headinner8{
    top: 0%;
    left: 0px;
}

.headcater .hearicon{
    width: 13px;
    height: 13px;
}
/* 12系统竞争力 */
.system{
    padding: 60px 0px;
}
.system .sys_title{
   margin-top: 40px;
}
.system .littext{
    font-size: 14px;
    padding: 0px 30px;
    height: 40px;
    line-height: 40px;
    margin:0px 5px;
}
.system .sys_list{
   margin: 30px -8px 0px -8px;
}
.system .sys_item{
    width: 50%;
   padding: 8px 8px;
}
.system .sys_img {
   border-radius: 3px;
}
.system .sys_img img{
   border-radius: 3px;
}
.system .sys_name{
   margin-top: 10px;
   font-size: 14px;
}
.system .sysinner:active .sys_img img{
   transform: scale(1.2);
}
.system .sys_list2{
   margin: 40px -5px 0px -5px;
}
.system .sys_list2 .sys_item{
   width: 33.3%;
}
.system .sys_course{
   margin-top: 40px;
}
.system .coursertext{
   padding: 15px 0px;
   border-radius: 5px;
   position: relative;
   overflow: hidden;
}
.system .coursebox{
   width: fit-content;
   text-align: center;
}
.system .coursebox2{
   width: fit-content;
}
.system .courseimg{
   float: none;
   margin: auto;
}
.system .coure_name{
   font-size: 15px;
   margin-left: 0px;
   margin-top: 5px;
}
.system .sys_list2 .sys_item:active {
   transform: scale(1.05);
}
/* 特色单项体系导入 */
.special{
    padding: 60px 0px;
}
.special .spe_list{
    margin-top: 40px;
}
.special .speitem{
    width: 33.3%;
    padding: 0px 5px;
}
.special .spe_list3{
    display: block;
}
.special  .spe_list33{
    display: none;
}
.special .spe_list2 .speitem{
    padding:0px 5px;
    width: 33.3%;
    margin: 3px 0px;
}
    .special .speitem.display {
        display: none;
    }
.special .spe_inner{
    border-radius: 5px;
}
.special .spe_text{
    font-size: 14px;
}
.special .spe_inner:active .spe_img{
    transform: scale(1.3);
}
/* 榜样 */
.example .sys_list{
    margin-top: 40px;
}
.example .exp_img{
    width: 30px;
    height: 30px;
}
.example .exp_img img{
    width: 14px;
    height: 14px;
    margin: 8px;
}
.example .exp_bottom{
    margin-top: 10px;

}
.example .exp_eyes{
    display: none;
}
.example .exp_name{
    font-size: 14px;
}
/* 餐饮管理辅导资料 */
.coach{
    padding: 40px 0px;
}
.coach_box{
    border-radius: 5px;
    padding: 0px;
}
.coach_img img{
    /* opacity: 0.5; */
    border-radius: 5px;
}
.coachtext{
    font-size: 16px;
    letter-spacing: 2px; 
}
.coach_box:active img{
    transform: scale(1.2);
}
}