.learn-downs{
    width: 100%;
    height: 190px;
    background: url("/zt/medicpath/static/images/lab.jpg") no-repeat;
}
.labitems{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.labtop{
    font-size: 40px;
    font-weight: bold;
}
.labbottom{
    font-size: 28px;
}
.labbox{
    width: 1200px;
    height: 190px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}



.footnavs{
    width: 1200px;
    margin:0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.foottopnav{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 700px;
    padding-left: 7%;
}
.foottopitem{
    width: 33%;
    text-align: left;
}
.ft{
    font-size: 18px;
    color: #37264b;
    margin-bottom: 30px;
}
.fc{
    color: #5f6063;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
}
.fc a{
    color: #5f6063;
}
.fc:hover a{
    color: #ff5700 !important;
}
.footright{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.footrighttext{
    font-size: 18px;
    color: #1a1a1a;
}
.linkmen{
    width: 135px;
    height: 40px;
    background: #e9594c;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 12px;
}
.linkmen:hover{
    background: #ff3333;
}
.friendlink{
    width: 1100px;
    margin: 30px auto;
}
.flinkitem{
    font-size: 12px;
    color: #616161;
}
.ri{
    display: inline-block;
    margin-right: 12px ;
}
.fitems{
    cursor: pointer;
    font-size: 12px;
    color: #616161 !important;
}
.fitems:hover{
    color: #ff5700 !important;
}
.apply{
    margin-top: 40px;
    text-align: center;
    padding-bottom: 40px;
}
.beian{
    margin-top: 10px;
    color: #9d9d9d;
    font-size: 12px;
}
.power{
    margin-top: 10px;
    color: #9d9d9d;
    font-size: 12px;
}
.footimgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footimgbox img{
    width: 70px;
    height: 20px;
    margin-right: 15px;
    margin-top: 25px;
}
.footallbox{
    background: #dadada;
    padding-top: 50px;
}
.wrapp{
    text-align: center;
    font-size: 12px;
    color: #9d9d9d;
}
.wrapp span{
    display: inline-block;
    margin-bottom: 10px;
}
.wrapp span a{
    display: inline-block;
    color: #9d9d9d !important;
}
.listbttt{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.listbttt img{
    width: 30px;
    height: 30px;
}
.iconimgbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.iconimgbox img{
    width: 25px;
    height: 25px;
}