
.menu-nav {
        margin-left: 11%;
}
.menu-nav li i{
    position: absolute;
    height: 40px;
    right: 0px;
    width: 2px;
    background: url(../images/line.jpg) no-repeat;
}
.cont-box,.cont-box img{
    width: 100%;
    margin-top: -1px;
}
.footer{
    width: 100%;
    height: 114px;
    background: #0170c9;
    border-top: 6px solid #ee8100;
}
.menu-nav li{
    float: left;
    width: 13.3%;
    text-align: center;
    font-family: '微软雅黑';
    font-size: 0.7vw;
    position: relative;
}
.menu-nav li a{
    color: #fff;
}
.logo{
    width: 25%;
    display: block;
    margin: 17px 70px;
    overflow: hidden;
}
.logo img{
    width: 100%;
}
.nav{
    width: 100%;
    min-height: 40px;
    background: #333;
    line-height: 40px;
}

.foot-lef, .foot-rig{
    width: 50%;
    float: left;
}
.foot-lef a{
    padding: 0px 2%;
    color: #fff;
    margin-top: 22px;
    display: inline-block;
    font-family: '微软雅黑';
    position: relative;
}
.foot-lef a i{
    width: 1px;
    height: 13px;
    background: #fff;
    top: 2px;
    right: 0px;
    position: absolute;
}
.foot-rig{
    float: right;
}
.foot-rig b,.foot-rig span{
    width: 90%;
    padding: 3px 0px;
    font-family: '微软雅黑';
    font-size: 1.2vw;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #fff;
}
.foot-rig span{
    font-size: 0.86vw;
    border: none;
    margin-top: 4px;
}