ul,ol{padding-left:0; list-style-type:none;}
button{
    outline: none;
}
a:focus{text-decoration: none;}
.subnav{
    margin-top: 80px;
    width: 100%;
    height: 150px;
    background: url("../img/subnavtechnology/search-bg.jpg") no-repeat center;
}
.search{
    width: 656px;
    height:40px;
    margin: 0 auto;
    padding-top: 56px;
}
.form-control{
    border:2px solid #00a2e9;
}
.btn-default{
    background-color:#00a2e9  !important;
    border:1px solid #00a2e9;
    color: #fff  !important;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-default:active {
    color: #fff;
    background-color: #00a2e9 !important;
    border:1px solid #00a2e9;
}

.btn-default:hover {
    color: #fff;
    background-color: #00a2e9 !important;
    border:1px solid #00a2e9;
}
.centbox{
    width: 1200px;
    margin:  0 auto;
}
.titles{
    width: 100%;
    height: 70px;
    position: relative;
    border-bottom: 1px solid #888;
    margin-bottom: 30px;
}
.titles-txt{
    position: absolute;
    width: 200px;
    height: 36px;
    font-size: 18px;
    background: #fff;
    left: 50%;
    margin-left: -100px;
    top: 52px;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;

}
.items{
    width: 1200px;
    position: relative;
}
.team{
    width: 200px;
    margin: 0 auto;
    width: auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.listyle{
    list-style: none;
}
.team-li{
    margin-right: 20px;
    margin-bottom: 20px;

}
.team-a{
    padding: 0 20px;
    height: 48px;
    background: #b9b9b9;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
}
.team-a:hover{
     background: #00a2e9;
     color: #fff;
     text-decoration: none;
 }
.team-a:focus{text-decoration: none;color: #fff}
.teamactive{
    background: #00a2e9;
    color: #fff;
}
.column{
    width: 1200px;
    margin-bottom: 30px;
}
.column-left{
    width: 200px;
    border: 1px solid  #eee;
    display: inline-block;
}
.column-titile{
    width: 198px;
    height: 100px;
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    background: #006dc9;
     color: #fff;
}
.column-list{
    margin:0px;
    margin-top: 30px;
    margin-bottom: 30px;
    list-style: none;

}
.column-list li{
    line-height: 50px;
}
.column-list li:hover .column-row{
    display: block;
}
.column-row{
    display: none;
}
.column-row-show{
    display: block;
}
.column-row li{
    padding-left: 40px;
}
.column-row li:hover{
    background: #f9f9f9;
    border-left: 2px solid #006dc9;
}
.column-row-active{
    background: #f9f9f9;
    border-left: 2px solid #006dc9;
}
.column-list-p{
    padding-left: 20px;
}
.column-list-active{
    color:  #00a2e9;
}

.column-right{
    width: 960px;
    display: none;
    float: right;
    min-height: 400px;
    height: auto;
    margin-bottom: 30px;
}
.column-right-1{
    display: inline-block;
}
.breadcrumb{
    padding:  15px 20px;
    background-color: #f5f7fa;
    border: 1px solid #eee;
}
.breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "> ";
    padding: 0 5px;
}
.gray{
    color: #333333;
}
.column-fr-title{
    height: 126px;
    border-bottom: 1px solid #e4e4e4;
}
.column-fr-title-t{
    padding-top: 40px;
    font-size: 24px;
    color: #333;
    font-weight: 600;

}
.column-fr-title-c{
    color: #666;
}
.column-fr-title-c span{
    padding-left: 20px;
}
.column-fr-cent{
    padding: 0 30px;

}
.columen-fr-item{
    width: 100%;
    padding-top: 10px;
}
.column-fr-cent-t{
    font-size: 14px;
    color: #333;
    padding-top: 20px;
    line-height: 48px;
}
.columen-fr-item-t{
    font-size: 14px ;
    color: #333;
    line-height: 36px;
    font-weight: 500;
}
.columen-fr-item-c{
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.columen-fr-foot{
    margin-top: 30px;
}
.colument-fr-foot-list{
    width: 100%;
    line-height: 36px;
}
.columen-btn {
    border: none;
    background: none;
    color: #006dc9;
}
.light-gray{
    color: #999;
    font-size: 12px;
}
.blue{
    font-size: 12px;
    color: #006dc9;
}
.column-fl-foot{
    display: flex;
    flex-direction: column;

}
.column-fl-foot-t{
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: row;
}
.column-fl-foot-t span{
    margin-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    color: #999;
}
.column-fl-foot-c{
    font-size: 24px;
    color: #006dc9;
    font-weight: bold;
    padding-left: 10px;
}

