.home-menu{
    width: 1200px;
    /*height: 516px;*/
    margin: 0 auto;
}

.menu-box{
    display: flex;
}

.menu-box>.menu-box-left{
    width: 936px;
    /*height: 432px;*/
    /*background: #FFFFFF;*/
    border-radius: 2px;
    margin-right: 24px;
    display: flex;
    position: relative;
}

.left-list{
    width: 200px;
    background: #FFFFFF
}

.left-list-over{
    height: 392px;
    overflow: hidden;
}

.left-list .list{
    padding: 12px 16px 2px;
}

.left-list .list:hover{
    background: #F2F6FF;
}

.left-list .list>:nth-child(1)>a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #262626;
    line-height: 20px;

}

.left-list .list>:nth-child(2){
    height: 54px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.left-list .list>:nth-child(2)>a{
    font-size: 12px;
    color: #595959;
    line-height: 17px;
    margin-right: 24px;
    margin-bottom: 10px;
    display: block;
    /*width: 48px;*/
    max-width: 72px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.left-list .list>:nth-child(2)>a:hover{
    color: #2F549F;
}

.list-all{
    height: 40px;
    font-size: 12px;
    color: #2F549F;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-left: 16px;
    cursor: pointer;
}

.list-all>img{
    margin-left: 6px;
}

.list-all>.img-transform{
    transform:rotate(180deg);
    transition:all 0.3s;
}

.menu-box-left>.left-carousel{
    position: relative;
    flex: 1;
    padding: 12px 12px 12px 0;
    background: #ffffff;
    /*height: 432px;*/
}

.carousel{
    width: 724px;
    height: 408px;
}

.carousel-indicators>li{
    width: 24px;
    height: 4px;
    background: #EEEEEE;
}

.carousel-indicators>.active{
    width: 24px;
    height: 4px;
    background: #2F549F;
}

.carousel-indicators{
    text-align: left;
    margin-left: -40%
}

.menu-all-box{
    width: 736px;
    height: 432px;
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(47,84,159,0.2);
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 20;
}

.menu-all-box>:nth-child(1){
    width: 509px;
    height: 100%;
    padding: 32px 24px;
}

.menu-all-box>:nth-child(1)>p{
    font-size: 14px;
    font-weight: bold;
    color: #262626;
    line-height: 20px;
    margin-bottom: 4px;
}
.menu-all-box>:nth-child(1)>div{
    display: flex;
    flex-wrap: wrap;
}
.menu-all-box>:nth-child(1)>div>a{
    font-size: 12px;
    color: #595959;
    line-height: 17px;
    margin-right: 40px;
    margin-top: 12px;
}
.menu-all-box>:nth-child(1)>div>a:hover{
    color: #2F549F;
}

.menu-all-box>:nth-child(2){
    flex: 1;
    padding-top: 32px;
}

.menu-all-box>:nth-child(2)>p{
    font-size: 14px;
    font-weight: bold;
    color: #262626;
    line-height: 20px;
    margin-bottom: 4px;
}

.menu-all-box .company-card{
    width: 178px;
    height: 104px;
    border-radius: 2px;
    border: 1px solid #F0F0F0;
    display: flex;
    padding: 17px 12px 20px;
    margin-top: 12px;
}

.menu-all-box .company-card>:nth-child(1){
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 11px 10px 0 0;
}

.menu-all-box .company-card>:nth-child(1)>img{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.menu-all-box .company-card>div>p{
    width: 94px;
    font-size: 14px;
    color: #2F549F;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-bottom: 11px;
}

.company-card>.company-info>div{
    font-size: 12px;
    color: #8C8C8C;
    line-height: 17px;
}
.company-card>.company-info>div>span{
    color: #FF9934;
}


.home-info{
    width: 1200px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    position: relative;
    margin-top: 12px;
}

.home-info>:nth-child(1){
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    z-index: 10;
}

.home-info>:nth-child(1)>img{
    margin-right: 12px;
}

.home-info>:nth-child(1)>.info-box{
    height: 20px;overflow: hidden;

}
.home-info>:nth-child(1)>.info-box>.info-box-item{
    height: 20px;
    display: flex;
}

.home-info>:nth-child(1)>.info-box>.info-box-item>a{
    color: #2F549F;
    margin-right: 16px;
}

.home-info>:nth-child(2){
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    z-index: 10;
}

.home-info>:nth-child(2)>div>img{
    margin-right: 8px;
}

.home-info>:nth-child(2)>:not(:nth-child(1)){
    margin-left: 33px;
    position: relative;
}

.home-info>:nth-child(2)>:not(:nth-child(1))::before{
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    background: #F0F0F0;
    top: 0;
    left:16px;
}

.home-info>img{
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 767px){
    .g-taskhead{
       padding: 20px 10px !important;
    }
    .home-body{
        padding: 16px 10px 0;
    }
    .home-menu{
        width: 100%;
        height: auto;
    }
     .carousel{
        width: 100%;
        height: auto;
    }
    .menu-box>.menu-box-left{
        width: 100%;
        height: auto;
        margin: 0;
    }
    .menu-box-left>.left-carousel{
        padding: 0;
    }
    .home-info{
        display: block;
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }
    .home-info>.info-list{
        display: none;
    }
    .home-info>.info-bg{
        display: none;
    }
    .home-info>:nth-child(1){
        display: block;
    }
    .home-info>:nth-child(1)>.info-box{
        margin-top: 10px;
    }
}
