/*头部导航*/
.cio-header-box{
    background:#fff;
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.08);
    width:100%;
    height:56px;
}
.cio-header{
    width:100%;
    height: 100%;
    margin: 0 auto;
    width: 1140px;
}
.cio-logo-blue{
    width: 64px;
    height: 28px;
    float: left;
    margin-top: 14px;
    position: relative;
    margin-right: 32px;
}
.cio-logo-blue img{
    width: 64px;
    height: 28px;
    position: absolute;
    top:0;right: 0;bottom: 0;left: 0;
    margin: auto;
}
.cio-header-item{
    float: left;
    display: flex;
    -webkit-display:flex;
    justify-content: flex-start;

}
.cio-header-item  a span{
    display: block;
    font-family:PingFangSC-Medium;
    font-size:14px;
    color:#7a81a3;
    letter-spacing:0;
    text-align:left;
    margin-right: 24px;
    line-height: 56px;
    font-weight: 400;
    height: 56px;
}
.cio-header-item a {
    text-decoration: none;
}
.cio-header-item a span:hover{
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.navbar-form{
    background:#f5f5f5;
    border:1px solid #cdcdcd;
    border-radius:2px;
    width:302px;
    height:30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cio-header-right{
    float: right;
}
.cio-header-login{
    width: auto;
    min-width: 32px;
    height: 56px;
    float: left;
    position: relative;
}
.cio-header-login img{
    background: red;
    border:1px solid #e8e8e8;
    width:31px;
    height:31px;
    border-radius:50%;
    position: absolute;
    top:0;right: 0;bottom:0;left:0;
    margin: auto;
}
.cio-header-login span{
    font-family:PingFangSC-Medium;
    font-size:12px;
    color:#7a81a3;
    letter-spacing:0;
    line-height:56px;
    text-align:left;
}
.glyphicon-search{
    line-height: 30px;
    margin: 0 4px;
}
.cio-header-search{
    background:#f5f5f5;
    border:1px solid #cdcdcd;
    border-radius:2px;
    width:302px;
    height:30px;
    float: right;
    margin-top: 12px;
    position: relative;
    margin-left: 32px;
}
.cio-search{
    background:#f5f5f5;
    width: 90%;
    height: 24px;
    padding: 5px;
    border: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top:0;bottom: 0;
    margin: auto 0;
}
.cio-search:focus{
    border: red;!important;
    outline:none
}
/*底部*/

.cio-footer-box{
    width: 100%;
    height:auto;
    margin: 0 auto;
    background: #fff
}
.cio-footer{
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.cio-footer-head{
    width: 730px;
    font-family:PingFangSC-Medium;
    font-size:14px;
    color:#333333;
    letter-spacing:-0.34px;
    text-align:left;
    margin-top: 13px;
    font-weight: bold;
    float: left;
}
.cio-footer-list{
    width: 730px;
    height: auto;
    padding: 14px 0 18px 0;
    float: left;
    display: flex;
    -webkit-display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cio-footer-item{
    font-family:PingFangSC-Regular;
    font-size:12px;
    color:#333333;
    letter-spacing:-0.29px;
    text-align:left;
    min-width: 120px;
    margin-bottom: 10px;
}
.cio-footer-item a{
    color:#333333;
}
.cio-footer-right{
    width: 210px;
    height: 159px;
    margin-top: 13px;
    position: absolute;
    top:0;right: 0;
}
.cio-footer-one-box{
    width: 100%;
    height: 14px;
    float: left;
}
.cio-footer-one-box img{
    width: 13px;
    height: 14px;
    display: inline-block;
    text-align: left;
    float: left;
}
.cio-footer-title{
    font-family:PingFangSC-Regular;
    font-size:14px;
    color:#8c8c8c;
    letter-spacing:-0.34px;
    text-align:left;
    line-height: 14px;
    float: left;
}
.cio-footer-two-title{
    font-family:PingFangSC-Regular;
    font-size:14px;
    color:#333333;
    letter-spacing:-0.34px;
    text-align:left;
    line-height: 17px;
    float: left;
    margin-top: 12px;
}
.cio-footer-three-title{
    width: 100%;
    display: flex;
    -webkit-display:flex;
    justify-content: flex-start;
    margin-top: 8px;
    float: left;
}
.cio-footer-three-title span{
    font-family:PingFangSC-Regular;
    font-size:12px;
    color:#0096ff;
    letter-spacing:-0.29px;
    text-align:left;
    margin-right:4px;
}
.cio-footer-three-title span:last-child{
    margin-right: 0;
}
.cio-mask{
    width: 64px;
    height: 64px;
    background: #d8d8d8;
    float: left;
    margin-top: 8px;
}
.cio-mask img{
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
}
.cio-mask-title{
    font-family:PingFangSC-Regular;
    font-size:12px;
    color:#8c8c8c;
    letter-spacing:-0.29px;
    text-align:left;
    float: left;
    margin-top: 57px;
    margin-left: 4px;
}
.cio-footer-bar{
    background:#373737;
    width:100%;
    height:56px;
    margin: 0 auto;
}
.cio-footer-bar-box{
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.cio-footer-bar-title{
    width: auto;
    float: left;
    font-family:PingFangSC-Regular;
    font-size:14px;
    color:#ffffff;
    letter-spacing:-0.34px;
    text-align:left;
    line-height: 56px;
}
.cio-bar-list{
    width: auto;
    line-height: 56px;
    display: flex;
    -webkit-display:flex;
    justify-content: flex-start;
    float: left;
    margin-left: 48px;
}
.cio-bar-list span{
    font-family:PingFangSC-Regular;
    font-size:14px;
    color:#ffffff;
    letter-spacing:-0.34px;
    text-align:left;
    margin-right: 11px;
}
.cio-title{
    width: 116px;
    height: 14px;
    position:absolute;
    top:0;bottom: 0;
    margin: auto 0;
    right: 0;
    background: red;
}
.footImg {
    width: 140px;
    height: 14px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}