body {
    background: #F2F2F2!important;
}

.site-header {
    background: white;
}
.head-category .head-category-box {
    width: 80%;
    background: lightgrey;
    display: block;
    margin: 0 auto;
    /*text-align: center;*/
}

.product-banner-container {
    background-image: url(/website/images/product-bannner.png);
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 448px;
    background-size: cover;
    margin-bottom: 20px;
}

.head-category .head-category-box li {
    display: inline-block;
    width: 16%;
    text-align: center;
    line-height: 68px;
}

.head-category .head-category-box li a {
    line-height: 68px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.head-category .head-category-box li a:hover{
    border: none;
    background: #1e50ad;
    color: white;
}

.blog .blog-content {
    margin-top: 3rem;
    width: 80%;
    margin: 0 auto;
    margin-top: 3rem;
    background: white;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
}

.blog .blog-content .blog-cate{
    display: inline-block;
    width: 16%;
    float: left;
}

.blog .blog-content .blog-cate ul li{
    height: 80px;
    text-align: left;
    align-content: center;
    padding-left: 2rem;
    border-left: solid #1e50ad 6px;
}

.blog .blog-content .blog-cate ul li a{
    width: 100%;
    /*line-height: 60px;*/
    display: block;
    cursor: pointer;
}

.blog .blog-content .blog-cate ul li:hover{
    border: none;
    background: #1e50ad;
}

.blog .blog-content .blog-cate ul li a:hover{
    color: white;
}

.blog .blog-content .blog-text{
    display: inline-block;
    width: 80%;
    /*background: lightgray;*/
    height: 900px;
    margin-left: 4%;
}
.blog-text-div {
    margin-top: 10px;
}


.blog .blog-content .blog-text .blog-title .blog-title-span{
    line-height: 80px;
    display: inline-block;
    width: 73%;
    float: left;
    font-size: 26px;
    font-weight: bold;
}

.blog .blog-content .blog-text .blog-title .blog-breadcrumb{
    line-height: 80px;
    float: right;
    display: inline-block;
    font-size: 12px;
    color: #858383;
}

.blog .blog-content .blog-text .blog-title{
    height: 80px;
    /*border-bottom: 1px solid #858383;*/
}

.activeMenu {
    background: #1e50ad;
    color: white;
    border: none!important;
}
.activeMenu > a {
    color: white;
}

@media screen and (max-width: 1300px){
    .head-category .head-category-box, .blog .blog-content {
        width: 90%;
    }

    .blog .blog-content .blog-cate {
        width: 217px;
    }

    .blog .blog-content .blog-text {
        width: 80%;
        margin-left: 1%
    }
}
