html,body,div,span,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    font-weight:normal;
    vertical-align:baseline;
    line-height: 1;
    box-sizing: border-box;
}
ol,ul,li {
    list-style:none;
}
a{
    text-decoration: none;
}
img{
    width: 100%;
    height: 100%;
    display: block;
}


/* 内容区 */
.brand-content{
    width: 1200px;
    margin: 0 auto 40px;
}
.consulting-banner-1{
    width: 1200rpx;
    height: 120rpx;
    margin: 20px 0;
}
/* 当前位置 */
.position-now{
    display: flex;
    width: 1200px;
    height: 50px;
    background: #F9F9F9;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.position-now p,.position-now p a{    
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-right: 10px;
    text-decoration: none;
}
.position-now p:nth-of-type(1){
    margin-left: 20px;
}
.design-head{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.design-head p:nth-of-type(1){
    width: 4px;
    height: 20px;
    background: #16558C;
    margin-right: 20px;
}
.design-head p:nth-of-type(2){   
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #16558C;
    line-height:1;
}
.brand-content-list{
    width: 1200px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    margin-top: 20px;
}
.brand-content-lists{
    border-top: 1px solid #EDEDED;
    padding-top: 16px;
    width: 1155px;
    margin: 10px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.brand-content-lists li{
    width: 215px;
    margin-right: 20px;
}
.brand-content-lists li:nth-of-type(5){
    margin-right: 0;
}
.brand-content-lists li:nth-of-type(10){
    margin-right: 0;
}
.brand-content-lists img{
    width: 215px;
    height: 70px;
    display: block;
    margin: 0 auto;
    border: solid 1px #ededed;
}
.brand-content-lists p{
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 10px 0 10px;
}
.brand-content-lists dd{  
    width: 214px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}
.brand-content-lists li dl{
    position: relative;
    margin-bottom: 22px;
}
.brand-content-lists li dl dt{
    position: absolute;
    width: 83px;
    right:0;
    bottom: 4px;
    background: #FFFFFF;
}
.brand-content-lists li dl dt span:nth-of-type(2){
    color: #16558C;
    font-size: 12px;
}

/* 广告图 */
.brand-banner-list{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.brand-banner-list img{
    width: 380px;
    height: 100px;
}

/* 最后区 */
.classification-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.classification-list>div{
    width: 386px;
    height: 220px;
    background: #F8F8F8;
    margin-top: 20px;
}
.classification-head a{
    text-decoration: none; 
    display: flex; 
    align-items: center;
    padding: 22px 0 16px 0;
}
.classification-head li{
    width: 4px;
    height: 20px;
    background: #16558C;
    margin-right: 20px ;
}
.classification-head a p:nth-of-type(1){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #111111;
    line-height: 1;
    width: 150px;
}
.classification-head a p:nth-of-type(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin: 0 10px 0 150px;
}
.classification-head a p:nth-of-type(3){
    border:6px solid transparent;
    border-left: 6px solid #5B88AE;
}
.class-lists{
    border-top: 1px solid #EDEDED;
    margin: 0 30px 0 22px;
}
.class-lists li{
    display: flex;
    align-items: center;
    line-height: 1;
    margin-top: 17px;
}
.class-lists li p{
    width: 6px;
    height: 6px;
    background: #E0E3E7;
    border-radius: 50%;
    margin-right: 12px;
    min-width: 6px;
    min-height: 6px;
}
.class-lists li:nth-of-type(1){
    margin-top: 26px;
}
.class-lists li a{ 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-decoration: none;
}