@charset "utf-8";
.prodios{
    width: 100%;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.prodios .supersign{
    width: 0;
    height: 0;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 1100px;
}
.prodios img{
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}
.prodios_nav ul{
    display: flex;
    display: -webkit-flex;
    flex-wrap:nowrap;
    -webkit-flex-wrap:nowrap;
    -moz-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    -o-flex-wrap:nowrap;
    justify-content:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    -ms-justify-content:center;
    -o-justify-content:center;
    align-items:center;
    -webkit-align-items:center;
    -moz-align-items:center;
    -ms-align-items:center;
    -o-align-items:center;
}
.prodios_nav ul li{
    margin: 0 108px;
    position: relative;
    white-space: nowrap;
}
.prodios_nav ul li a{
    display: block;
    white-space: nowrap;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #999;
}
.prodios_nav ul li a:hover{
    color: #00ACBB;
}
.prodios_nav ul li.on a{
    color: #00ACBB;
}
.prodios_nav ul li.on:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #00ACBB;
    position: absolute;
    z-index: 20;
    left: 0;
    bottom: 28px;
}