

/*****设置滚动条样式*****/
::-webkit-scrollbar { width: 12px;}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px; background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(48,184,153,0.4);
}

html,body{
    width:100%;
    height: auto;
    margin: 0 auto;
}
.cio-header-box{
    background:#ffffff;
    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;
}
.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 {
    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;
    color: rgb(122, 129, 163);
}
a:hover{
    text-decoration: none;
}
/*a:-webkit-any-link{
    text-decoration:none;!important;
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
.cio-header-item a:webkit-any-link,.cio-header-item a:visitied{
    color:#7a81a3;
    text-decoration:none;
    border-bottom: 4px solid #0096ff;
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}
.cio-header-item a:hover{
/*    border-bottom: 4px solid #0096ff;*/
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cio-header-item .onSelect{
    color: #0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 4px solid #0096ff;
}
/*.cio-header-item a:visited{
    border-bottom: 4px solid #0096ff;
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}*/
.cio-header-item a:active {
    border-bottom: 4px solid #0096ff;
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.onHeaderItem{
    border-bottom: 4px solid #0096ff;
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cio-header-item span:hover{
    border-bottom: 4px solid #0096ff;
    color:#0096ff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cio-header-item span:visited{
    border-bottom: 4px solid #0096ff;
    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{
    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{
    outline:none
}
.cio-banner-box{
    background:#ffffff;
    width:100%;
    margin: 0 auto;
    height:176px;
    position: relative;
    padding-top: 16px;
    margin-top: 56px;
}
.cio-banner{
    border-radius:4px;
    width:100%;
    height:96px;
    margin: 0 auto;
    overflow: hidden;
}
.cio-banner img{
    height:96px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.cio-list-but{
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    -webkit-display:flex;
    justify-content: flex-start;
}
.cio-list-but span{
    margin-right: 24px;
    line-height: 32px;
    cursor: pointer;
}
.on-cio-list{
    background:#e7f3ff;
    border-radius:100px;
    width:92px;
    height:32px;
    font-family:PingFangSC-Medium;
    font-size:14px;
    color:#0096ff;
    letter-spacing:0.82px;
    text-align:center;
    line-height: 32px;
}
.cio-list-box{
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin: 0 auto;
    background: #fafafa;
}
.cio-list-left{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.cio-list-right{
    width:328px;
    height:auto;
    float: right;
}
.cio-item{
    background:#ffffff;
    border-radius:4px;
    width:394px;
    height:144px;
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.cio-item-img{
    border-radius:4px;
    width:88px;
    height:112px;
    position: relative;
    overflow: hidden;
    float: left;
}
.cio-item-img .cio-item-person{
    width:88px;
    height:112px;
    position: absolute;
    top:0;right: 0;bottom:0;left:0;
    margin: auto;
}
.cio-item-img .news{
    width:32px;
    height:18px;
    position: absolute;
    top:0;right: 0;
}
.cio-item-right{
    width: calc(100% - 100px);
    height: 100%;
    float:right;
    position: relative;
}
.cio-item-desc{
    width: 100%;
    font-family:PingFangSC-Medium;
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    line-height:18px;
    text-align:left;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 54px;
    overflow: hidden;
}
.cio-item-name{
    font-family:PingFangSC-Medium;
    font-size:14px;
    color:#7a81a3;
    letter-spacing:0;
    line-height:16px;
    text-align:left;
    width: auto;
    float: left;
    margin-top: 8px;
}
.cio-item-post{
    font-family:PingFangSC-Regular;
    font-size:12px;
    color:#7a81a3;
    letter-spacing:0;
    line-height:16px;
    text-align:left;
    float: left;
    margin-top: 8px;
    margin-left: 4px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 70%;
}
.cio-item-num{
    width: 100%;
    height: 14px;
    position: absolute;
    left:0;bottom: 0;
}
.cio-item-num img{
    width: 14px;
    height: 14px;
    position: absolute;
    bottom: 0;left: 0;
}
.cio-item-num span{
    display: block;
    font-family:PingFangSC-Medium;
    font-size:12px;
    color:#d7ab70;
    letter-spacing:0;
    line-height:14px;
    text-align:left;
    margin-left: 20px;
}
.cio-course-list{
    background:#ffffff;
    border-radius:4px;
    width:328px;
    height:auto;
}
.cio-course-item-box{
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.cio-course-item-box a{
    display: block;
    border-radius:4px;
    width:296px;
    height:112px;
    margin-bottom: 16px;
}
.cio-course-item-box .img-responsive{
    display: inline-block;
    border-radius:4px;
    width:296px;
    height:112px;
    max-width: 296px;
    max-height: 112px;
    text-indent: center;
    margin-bottom: 16px;
    cursor: pointer;
    object-fit: cover;
}
.cio-app-box{
    width: 100%;
    height: 112px;
    padding: 20px;
    position: relative;
}
.cio-app-title{
    font-family:PingFangSC-Medium;
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    text-align:left;
    font-weight: bold;
    width: 55%;
    float: left;
}
.cio-app-desc1{
    font-family:PingFangSC-Medium;
    font-size:14px;
    color:#7a81a3;
    letter-spacing:0;
    line-height:16px;
    text-align:left;
    margin-top: 4px;
    width: 55%;
    float: left;
}
.cio-app-desc2{
    color:#d7ab70;
}
.cio-app-img{
    position: absolute;
    top:0;bottom: 0;
    margin: auto 0;
    right: 20px;
    width: 72px;
    height: 72px;
    float: right;
}
.cio-app-img img{
    width: 72px;
    height: 72px;
    display: inline-block;
    text-align: center;
}
.cio-news-box{
    background:#ffffff;
    border-radius:4px;
    width:328px;
    height: auto;
    margin-top: 8px;
}
.cio-header-news{
    padding: 13px 20px;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid #eee;
    font-family:PingFangSC-Medium;
    font-size:16px;
    color:#333333;
    letter-spacing:0;
    text-align:left;
}
.cio-news-list{
    padding: 13px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.cio-news-item{
    display: block;
    width: auto;
    height: auto;
    font-family:PingFangSC-Regular;
    font-size:14px;
    color:#7a81a3;
    letter-spacing:0;
    line-height:16px;
    text-align:left;
    margin-bottom: 16px;
}
.cio-news-item:last-child{
    margin-bottom: 0;
}
.cio-news-item:hover{
    color:#7a81a3;!important;
}
.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;
    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;
}
.footImg {
    width: 140px;
    height: 14px;
    position: absolute;
    top:0;bottom: 0;
    margin: auto 0;
    right: 0;
}
.cio-title{
    width: 116px;
    height: 14px;
    position:absolute;
    top:0;bottom: 0;
    margin: auto 0;
    right: 0;
}

/*背景*/
.cio-layer-bg{
    background:#fafafa;
    box-shadow:0 2px 16px 0 rgba(0,0,0,0.16);
    border-radius:4px;
    width:396px;
    height:240px;
    position: relative;
}
.cio-layer-bg .cio-close{
    width: 40px;
    height: 40px;
    position: absolute;
    top:16px;
    right: 16px;
}
.cio-layer-title{
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-family:PingFangSC-Medium;
    font-size:24px;
    color:#333333;
    letter-spacing:0;
    line-height:32px;
    text-align:center;
    position: absolute;
    font-weight: 500;
    left:0;right: 0;
    margin: 0 auto;
    top:80px;
}
.cio-layer-but{
    background:#0096ff;
    border-radius:4px;
    width:316px;
    height:48px;
    text-align: center;
    position: absolute;
    left:0;right: 0;
    margin: 0 auto;
    bottom: 48px;
    font-family:PingFangSC-Medium;
    font-size:16px;
    color:#ffffff;
    letter-spacing:0;
    line-height:48px;
    text-align:center;
}
/* 鎵嬫満 */
@media screen and (max-width: 760px){
    .cio-row{
        padding: 0 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .cio-logo-blue{
        margin-right: 16px;
    }
    .cio-header-item span{
        margin-right: 12px;
    }
    .cio-padding-top{
        padding-top: 10px;
    }
    .cio-list-but{
        margin-top: 12px;
    }
    .cio-item{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 8px;
    }

}
/* 灏忓睆骞曪紙骞虫澘锛屽ぇ浜庣瓑浜� 768px锛� */
@media (min-width: 760px) and (max-width:992px) {
    .cio-row{
        padding: 0 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .cio-padding-top{
        padding-top: 10px;
    }
    .cio-item{
        width: 49.5%;
        margin-right: 1%;
    }
    .cio-item:nth-child(2n){
        margin-right: 0;
    }

}

/* 涓瓑灞忓箷锛堟闈㈡樉绀哄櫒锛屽ぇ浜庣瓑浜� 992px锛� */
@media screen and (min-width: 992px){
    .cio-header-box,.cio-banner-box{
        min-width:1140px;

    }
    .cio-width{
        width: 1140px;
    }
    .cio-banner img{
        width:1140px;
        height:96px;
        display: inline-block;
        text-align: center;
    }
    .cio-list-left{
        width:796px;
    }
    .cio-item:nth-child(2n){
        margin-right: 0;
    }

}