/* sitemap */
.sitemaps_center{
    width: 100%;
    background-color: #F5F5F5;
}
.sitemaps {
  width: 1200px;
  margin: 0 auto;
}
.crumbs{
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 10px;
    font-size: 14px;
    color:#B34746;
}
.crumbs a{
    font-size: 14px;
    color: #333333;
}
.crumbs span{
     font-size: 14px;
    color: #333333;
}
.sitemaps_box{
    width: 100%;
    display: flex;
    margin-top: 20px;
   padding: 0 0 50px 0;
}
.sitemaps_cate li{
    width: 103px;
    height: 34px;
    position: relative;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    background: #fff;
}
.sitemaps_cate li a{
    display: block;
     width: 103px;
    height: 34px;
}
.sitemaps_cate li a{
    color: #333;
}
.sitemaps_cate li.redBg{
    color: #B34746;
    background: #FFF1F1;
}
.sitemaps_cate li.redBg::before{
    content: "";
    width: 2px;
    height: 34px;
    background: #B34746;
    position: absolute;
    left: 0;
    top:0;
}
.sitemaps_cate li:not(.redBg){
    margin-top: 10px;
}
.sitemaps_list{
    margin-left:20px;
}

.sitemaps_list a{
    display: inline-block;
    background-color: #fff;
    height: 34px;
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    color: #333;
    margin: 0 10px 10px 0;
}
.catelist_hidden a:hover,.catelist_show a:hover{
    text-decoration: underline;
    color: #B34746 !important;
}
.sitemaps_cate a:hover{
     text-decoration: underline;
}
.catelist_hidden{
    display: none;
}
