#n-active {
    color: #005dab;
}


.se-active{
    background-color: #005dab;
    color: #ffffff;
}

/* -----------------------a------------------------- */

.a-content {
    width: 100%;
    margin-top: 90px;
}
.a-content img{
    width: 100%;
    height: 100%;
}
/* ------------------------b--------------------------- */
.b-content{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.b-content ul{
    width: 70%;
    margin-left: 15%;
    position: relative;
}
.b-matter{
    width: 100%;
    height: 116px;
    position: absolute;
    background-color: #ffffff;
    top: -156px;
    z-index: 9;
    border-bottom: 1px solid #222222;
    text-align: center;
}
.b-matter h4{
    font-size: 24px;
    color: #222222;
    margin-top: 20px;

}
.b-matter h5{
    font-size: 14px;
    color: #444444;
    margin-top: 20px;
}
.b-matter h5 span{
   margin-left: 10px;
}
.b-matter h5 img{
    vertical-align: top;
   margin-left: 10px;
}
.b-matter h1{
    position: absolute;
    right:30px;
    font-size: 14px;
    color: #666666;
    top: 30px;
}

/* --------------------c------------------------------ */
.c-content{
    width: 100%;
    margin-bottom: 50px;
}
.c-content>ul{
    background-color: #ffffff;
    width: 60%;
    margin-left: 20%;
    overflow: hidden;
}
.c-content-top{
    width: 100%;
    overflow: hidden;
}
.c-content-top img{
    width: 100%;
    height: 100%;
}

.c-content-center{
    width: 100%;
    overflow: hidden;
}
.c-content-center p{
    font-size: 14px;
    color: #444444;
    margin-top: 20px;
	line-height: 26px;
}

.c-content-bottom{
    width: 100%;
    margin-top: 40px;
}
.c-content-bottom ul li{
    width: 50%;
    height: 50px;
    float: left;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.c-content-bottom ul li:nth-child(2){
    text-align: right;
 }
.c-content-bottom ul li span{
    font-size: 14px;
    color: #222222;
    line-height: 50px;
}
.c-content-bottom ul li span:hover{
    color: #005dab;
}

/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {
    .c-content-bottom ul li span{
        font-size: 12px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .c-content-bottom ul li:nth-child(2) {
        text-align: left;
    }
    .a-content {
        margin-top: 0px;
    }
    .a-content img {
        height: 200px;
        margin-top: 50px;
    }
    .b-content ul {
        width: 94%;
        margin-left: 3%;
    }    
    .b-matter h4 {
        font-size: 18px;
    }
    .b-matter h1 {
        right: 10px;
        font-size: 13px;
        top: auto;
        bottom: 0px;
    }
    .c-content>ul {
        width: 90%;
        margin-left: 5%;
    }
    .c-content-bottom ul li {
        width: 100%;
        height: 50px;
        float: none;
        overflow: hidden;
        margin-top: 6px;
    }
    .c-content-bottom ul li img{
        display: none;
    }
}



.b-matter-top{
    position: absolute;
    left: 0%;
    top: -23%;

}
.b-matter-top i{
    width: 19px;
    height: 17px;
    background-image: url('../imgs/news/home.png');
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 4px;
}
.b-matter-top span{
    color: #fff;
    font-size: 14px;
}
.b-matter-top b{
    font-weight: normal;
    display: inline-block;
    margin: 0 4px;
    color: #fff;
}


