#n-active {
    color: #005dab;
}


.se-active{
    background-color: #005dab;
    color: #ffffff;
}
.content-nb{
    display: none;
}
/* -----------------------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%;
    overflow: hidden;
    background-color: #f7f7f7;
}
.b-content ul li{
    float: left;
    height: 70px;
    width: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    cursor: pointer;
}
/* --------------------c------------------------------ */
.c-content{
    width: 100%;
    margin-bottom: 50px;
}
.c-content>ul{
    background-color: #ffffff;
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
}

.c-content-title{
    width: 100%;
    text-align: center;
}
.c-content-title h3{
    font-size: 30px;
    color: #222222;
}
.c-content-title h4{
    font-size: 14px;
    color: #888888;
}
.c-content-words{
    width: 100%;
    margin-top: 30px;
}
.c-content-words p{
    font-size: 14px;
    color: #444444;
    width: 76%;
    margin-left: 12%;
	line-height:26px;
    /*text-align: center;*/
}
.c-content-list{
    width: 100%;
    margin-top: 30px;
}
.c-content-list ul{
    margin-left: -1%;
}
.c-content-list ul li{
    float: left;
    width: 32.3%;
    margin-left: 1%;
    margin-top: 1%;
    overflow: hidden;
}
.c-content-list ul li img{
    width: 100%;
    height: 100%;
    transition: all 1s ease;
}
.c-content-list ul li img:hover{
    transform: scale(1.1);
}

/* ------------------------------- */
.c-matter{
    width: 100%;
    background-color: #f6f5f5;
}
.c-matter-top{
    width: 100%;
    margin-left: 0%;
    margin-top: 50px;
}
.c-matter-top ul li{
    width: 20%;
    float: left;
    background-color: #005dab;
    height: 54px;
    font-size: 14px;
    color: #ffffff;
    line-height: 54px;
    text-align: center;
}
.c-matter-bottom{
    width: 100%;
    margin-left: 0%;
}
.c-matter-bottom ul li{
    width: 20%;
    float: left;
    background-color: #ffffff;
    height: 54px;
    text-align: center;
    border-bottom: 1px solid #ecebeb;
}
.c-matter-bottom ul li h4{
    font-size: 14px;
    color: #444444;
    line-height: 54px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.up-click{
    line-height: 54px;
}
.click-words{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.click-words h4{
    font-size: 16px;
    color: #1461b4;
    margin-top: 30px;
    margin-left: 4%;
    text-align: left;
}
.click-words p{
    font-size: 14px;
    color: #444444;
    margin-top: 10px;
    margin-left: 4%;
    text-align: left;
}
.apply{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 160px;
    height: 46px;
    background-color: #005dab;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
}

.d-content{
    width: 100%;
    height: 100px;
    text-align: center
}
.d-content a{
    display: inline-block;
    width: 36px;
    height: 36px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    background-color: #ffffff;
}
.d-content a:hover{
    background-color: #005dab;
    color: #ffffff;
}
.d-content img{
    vertical-align: top;
    cursor: pointer;
}
.d-content img:hover{
  border: 1px solid #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) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .a-content {
        margin-top: 0px;
    }
    .a-content img {
        height: 200px;
        margin-top: 50px;
		object-fit: cover;
    }
    .b-content ul {
        width: 94%;
        margin-left: 3%;
        height: 50px;
    }
    .b-content {
        height: 50px;
        margin-top: 34px;
    }
    .b-content ul li {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .c-content>ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-content-title h3 {
        font-size: 18px;
    }
    .c-content-words p {
        width: 94%;
        margin-left: 3%;
    }
    .c-content-words {
        margin-top: 10px;
    }
    .c-content-list ul li {
        width: 49%;
    }
    .c-matter-top {
        width: 100%;
        margin-left: 0%;
        margin-top: 0px;
    }
    .c-matter-top ul li {
        width: 20%;
        font-size: 12px;
    }
    .c-matter-bottom {
        width: 100%;
        margin-left: 0%;
    }
    .c-matter-bottom ul li h4 {
        font-size: 12px;
    }
    .apply {
        width: 130px;
        height: 36px;
        font-size: 14px;
        line-height: 36px;
    }
}



