#n-active {
    color: #005dab;
}


.pr-navH{
    color: #0055a6 !important;
    background-color: #b8d8fa;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.pr-img {
    display: block;
    margin-top: -6px;
    left: 50%;
    transform: translate(-50%,0);
	position: absolute;
    bottom: -1px;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pr-imgH{
    display: block;
}

.int-active{
    color: #0055a6 !important;
    border-top: 2px solid #0055a6 !important;
    border-bottom: none !important;
}
.matter-nb{
    display: none;
}

/* -----------------------a------------------------- */
.a-nav{
    width: 100%;
    height: 76px;
    margin-top: 90px;
    background-color: #0055a6;
}
.a-nav ul{
    width: 70%;
    margin-left: 15%;
    height: 76px;
}
.a-nav ul li{
    float: left;
    width: 14.3%;
    height: 76px;
    text-align: center;
    /*line-height: 50px;*/
    font-size: 14px;
    color: #ffffff;
    border-left: 1px solid #266eb3;
    border-right: 1px solid #266eb3;
    cursor: pointer;
	position: relative;
    padding: 30px 10px;
}
.a-nav ul li a{position: absolute;width: 100%;height: 100%;left: 0;top: 0;display: flex;align-items: center;justify-content: center;flex-direction: column;}

/* ---------------------b-------------------- */

.b-content {
    width: 100%;
    height: 60px;
    background-color: #f7f7f7;
}

.b-content ul {
    width: 70%;
    margin-left: 15%;
}
.b-content ul div{
    color: #999999;
    font-size: 14px;
    float: right;
    margin-top: 20px;
}
.b-content ul div img{
    vertical-align: top;
}
.b-content ul div a:hover{
    color: #0055a6;
}

/* ----------------------c---------------- */
.c-content-1 {
    width: 100%;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.c-content-2 {
    width: 100%;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.c-content-3 {
    width: 100%;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.c-content-4 {
    width: 100%;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.c-content-5 {
    width: 100%;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}
.c-content-6 {
    width: 100%;
    padding-bottom: 70px;
    background-color: #f7f7f7;
}

.c-content-nb{
    display: none;
}

.c-matter-top {
    width: 70%;
    /* height: 340px; */
    height: auto;
    overflow: hidden;
    padding-bottom: 24px;
    margin-left: 15%;
    background-color: #ffffff;
}
.c-matter-top li{
    float: left;
}
.c-matter-top li:nth-child(1){
    width: 30%;
}
.c-matter-top li:nth-child(1) div{
    width:220px;
    height: 260px;
    /*border: 1px solid #e2e2e2;*/
    text-align: center;
    margin: 40px 40px;
    display: flex;align-items: center;justify-content: center;
}
.c-matter-top li:nth-child(1) div img{
    max-width: 134px;
}

.c-matter-top li:nth-child(2){
    width: 67%;
}
.c-matter-top li:nth-child(2) h3{
    font-size: 32px;
    font-weight: bold;
    color: #0055a6;
    margin-top: 40px;
	line-height: 60px;
}
.c-matter-top li:nth-child(2) h4{
    font-size: 18px;
    color: #444444;
	line-height: 30px;
}
.c-matter-top li:nth-child(2) hr{
    height: 1px;
    width: 100%;
    background-color: #dadada;
    margin-top: 10px;
}
.c-matter-top li:nth-child(2) p{
    font-size: 14px;
    color: #444444;
    /*height: 140px;*/
	line-height: 28px;
    overflow: hidden;
    overflow: hidden;  
    display: -webkit-box; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;  
    -webkit-box-orient: vertical; 
}
.c-matter-top li:nth-child(2) div{
    width: 150px;
    height: 40px;
    background-color: #f7f7f7;
    text-align: center;
    color: #0055a6;
    font-weight: 600;
    border-radius: 8px;
    margin-top: 20px;
    overflow: hidden;
}
.c-matter-top li:nth-child(2) div img{
    vertical-align: middle;
}
.c-matter-top li:nth-child(2) div:hover .down-img{
    -moz-animation:downbot 1s ease; 
    -webkit-animation:downbot 1s ease; 
    -o-animation:downbot 1s ease; 
    animation:downbot 1s ease;
    animation-iteration-count:2;
}

.c-matter-top li:nth-child(2) div span{
    display: inline-block;
    margin-left: 5px;
    margin-top: 10px;
}
/* ---------底部-------- */
.c-matter-bottom{
    margin-top: 20px;
    width: 70%;
    padding-bottom: 60px;
    margin-left: 15%;
    background-color: #ffffff;
}
.matter-bottom-nav{
    width: 94%;
    height: 100px;
    margin-left: 40px;
}
.matter-bottom-nav ul{
    width: 100%;
    height: 60px;
    padding-top: 40px;
}
.matter-bottom-nav ul li{
    float: left;
    width: 33.333333333333336%;
    text-align: center;
    color: #222222;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border: 1px solid #d7d7d7;
    cursor: pointer;
}
.matter-bottom-nav ul li:nth-child(2){
    border-right: none;
    border-left: none;
}
/* -----------1------------ */
.matter-1{
    width: 94%;
    margin-left: 40px;
    margin-top: 30px;
}
.matter-1 h4{
    font-size: 16px;
    font-weight: bold;
    color: #0055a6;
    display: inline-block;
    margin-top: 40px;
}
.matter-1 hr{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 12px;
}
.matter-1 p{
    font-size: 14px;
    color: #444444;
    margin-top: 10px;
}
/* -----------2-------------- */
.matter-2{
    width: 94%;
    margin-left: 40px;
    margin-top: 30px;
}
.matter-2 table{
    border: none;
    width: 100%;
}
.matter-2 table th{
    background-color: #0055a6;
    color: #ffffff;
    border: 1px solid #e6e4e3;
    height: 40px;
    text-indent: 2em;
}
.matter-2 table td{
    height: 36px;
    color: #444444;
    font-size: 14px;
    text-indent: 2em;
    border: 1px solid #e6e4e3;
}
.matter-2 table td:nth-child(1){
    border-left: none;
}
.matter-2 table td:nth-child(3){
    border-right: none;
}
.matter-2 table td img{
    margin: 10px 4px;
}

/* -----------3-------------- */
.matter-3{
    width: 94%;
    margin-left: 40px;
    margin-top: 40px;
}
.matter-3 a{
    font-size: 14px;
    color: #0055a6;
}
.matter-3 span{
    font-size: 14px;
    color: #444444;
}
.matter-3 h4{
    font-size: 16px;
    font-weight: bold;
    color: #0055a6;
    display: inline-block;
    margin-top: 20px;
}
.matter-3 hr{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin-top: 12px;
}
.matter-3 p{
    font-size: 14px;
    color: #444444;
    margin-top: 10px;
}
.words{
    margin-top: 50px;
}

/* -----------4-------------- */






/* --------------------------电脑---------------------------------- */
@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-matter-top li:nth-child(2) div {
        margin-top: 16px;
    }
}

@media all and (max-width:1280px) {}

@media all and (max-width:1200px) {}












/* --------------------------手机端---------------------------------- */
@media(max-width:900px) {
    .a-nav {
        margin-top: 50px;
        height: auto;
        overflow: hidden;
    }
    .a-nav ul{
        width: 100%;
        margin-left: 0%;
    }

    .a-nav ul li {
        width: 50%;
        height: 48px;
        line-height: 24px;
        font-size: 14px;
        border-right: none;
        border-left: none;
    }
    .pr-img{
        display: none;
    }
    .b-content {
        display: none;
    }
    .c-matter-top {
        width: 94%;
        height: auto;
        margin-bottom: 20px;
        overflow: hidden;
        padding-bottom: 20px;
        margin-left: 3%;
    }
    .c-matter-top li:nth-child(1) {
        width: 100%;
    }
    .c-matter-top li:nth-child(2) {
        width: 100%;
    }
    .c-matter-top li:nth-child(1) div {
        width: 262px;
        height: 246px;
    }
    .c-matter-top li:nth-child(2) h3 {
        font-size: 18px;
        margin-top: 0px;
        margin-left: 5%;
    }
    .c-matter-top li:nth-child(2) h4 {
        margin-left: 5%;
        font-size: 16px;
    }
    .c-matter-top li:nth-child(2) p {
        font-size: 13px;
        width: 90%;
        margin-left: 5%;
        margin-top: 10px;
        display: block;
        height: auto;
        overflow: hidden;
    }
    .c-matter-top li:nth-child(2) div {
        margin-left: 96px;
        margin-top: 30px;
    }
    .c-content-1 {
        padding-bottom: 40px;
    }
    .c-content-2 {
        padding-bottom: 40px;
    }
    .c-content-3 {
        padding-bottom: 40px;
    }
    .c-content-4 {
        padding-bottom: 40px;
    }
    .c-content-5 {
        padding-bottom: 40px;
    }
    .c-content-6 {
        padding-bottom: 40px;
    }
    .c-matter-bottom {
        width: 94%;
        padding-bottom: 40px;
        margin-left: 3%;
    }
    .matter-bottom-nav {
        width: 94%;
        height: 100px;
        margin-left: 10px;
    }
    .matter-bottom-nav ul li {
        font-size: 13px;
    }
    .matter-1 {
        width: 94%;
        margin-left: 12px;
        margin-top: 0px;
    }
    /* ----------2----------- */
    .matter-2 {
        margin-left: 10px;
    }
    .matter-2 table td {
        text-indent: 0em;
        height: 44px;
        text-align: center;
    }
    .matter-2 table td:nth-child(1){
        width: 100px;
    }
    .matter-2 table td img {
        margin: 0px 0px;
    }
    /* ----------3---------------- */
    .matter-3 {
        margin-left: 10px;
    }


    .matter-2 table th{
        text-indent: 0em;
        text-align: center;
        font-size: 14px;
    }

}















