.header-top{
    width:100%;
    height: 50px;
    background: #EAE9EC;
}
.brand-search{
    height: 32px;
}
.header-top-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top-right{
    display: -ms-flexbox;
    display: flex;

}
.header-top-content .logo-img{
    width: 93px;
    height: 34px;
}
.header-title-icon .item{
    display: -ms-flexbox;
    display: flex;
    border-right: 1px solid rgba(53,53,53,.4);
    padding-right: 20px;
    margin-right: 20px;
}
.header-title-icon .item a{
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}
.header-title-icon .item:last-child{
    border-right: none;
}
.header-title-icon{
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    /*margin-right: 20px;*/
}
.header-title-icon .item .icon,.icon-category,.icon-encyclopedia,.icon-enterprise{
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.icon{
    background: url("../image/icon1.png") no-repeat 100% 100%;
}
.icon-category{
    background: url("../image/icon2.png") no-repeat 100% 100%;

}
.icon-encyclopedia{
    background: url("../image/icon3.png") no-repeat 100% 100%;

}
.icon-enterprise{
    background: url("../image/icon4.png") no-repeat 100% 100%;

}
.header-title-icon .item span{
    font-weight: 400;
    font-size: 14px;
    color: rgba(51,51,51,.8);
    line-height: 10px;
}
.header-title{
    width: 100%;
    height: 60px;
    background: #094BAE;
    box-shadow: -1px 4px 9px 1px rgba(10,85,166,0.5);
}
.header-title-content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox;
    position: relative;
}
.header-title-content .text-content{
    min-width: 150px;
    height: 60px;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}
.header-title-content .text-content.active{
    background: #FF9040;
}
.header-title-content .text-content a span{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 53px;
}

.text-content a{
    text-decoration: none;
}
.header-title-content .text-content:not(.none-hover):hover{
    background: #FF9040;
}

.header-title-content-icon{
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px; /* 图标高度一半：18/2 */
    background: url("../image/icon26.png") no-repeat;
    background-size: 100% 100%;
}
a{
    text-decoration: none;
}
.main-content{
    width: 100%;
    height: auto;
    background: #f8f9fc;
}
.introduction{
    width: 1200px;
    margin: 0 auto 20px auto;
    /*padding-top: 20px;*/
}
.breadcrumb{
    width: 1200px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.72);
    line-height: 36px;
}
.breadcrumb a{
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #094BAE;
    line-height: 23px;
}
.breadcrumb-icon{
    width: 12px;
    height: 12px;
    background: url("../image/icon_home.png") no-repeat 100% 100%;
    margin-right: 5px;
}