#n-active {
    color: #005dab;
}

.ab-active{
    background-color: #005dab;
    color: #ffffff;
}
.c-content-nb{
    display: none;
}


.ab-close{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 50px;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 16%;
}
#outerdiv:hover .ab-close{
    -moz-animation:sizeB 1s ease infinite; 
    -webkit-animation:sizeB 1s ease infinite; 
    -o-animation:sizeB 1s ease infinite; 
    animation:sizeB 1s ease infinite;
}
/* -----------------------a------------------------- */

.a-content {
    width: 100%;
    margin-top: 90px;
}
.a-content img{
    width: 100%;
    height: 100%;
}
/* ------------------------b--------------------------- */
.b-content{
    width: 100%;
    height: 50px;
    margin-top: 50px;
}
.b-content ul{
    width: 70%;
    height: 70px;
    margin-left: 15%;
    background-color: #f5f5f5;
}
.b-content ul li{
    float: left;
    height: 70px;
    width: 25%;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.b-content ul li:hover{
    background-color: #005dab;
    color: #ffffff;
}
/* --------------------c------------------------------ */
.c-content-1{
    width: 100%;
}
.c-content-1>ul{
    width: 70%;
    margin-left: 15%;
}
.c-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.c-title h4{
    margin-top: 30px;
    font-size: 28px;
    display: inline-block;
}
.c-title p{
    font-size: 16px;
    color: #c0c0c0;
    margin-top: 10px;
}

.c-matter{
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.c-matter>ul{
    width: 100%;
}
.c-pic{
    width: 100%;
    height: 480px;  
}
.c-pic ul li{
    width: 33.333333333333336%;
    height: 480px;
    float: left;
}
.c-pic ul li img{
   margin-top: 10px;
}
.c-pic ul li:nth-child(1){
    width: 27%;
}
.c-pic ul li:nth-child(2){
    width: 18%;
}
.c-pic ul li:nth-child(3){
    width: 55%;
}
.c-pic ul li:nth-child(3) img{
    width: 100%;
    height: 95.5%;
}

.c-matter-words{
    width: 100%;
    /* height: 440px; */
    overflow: hidden;
    padding-bottom: 30px;
}
.c-matter-words p{
  text-indent: 2em;
  font-size: 14px;
  margin-top: 26px;
  line-height: 24px;
}


/* ------------------2-------------------- */
.c-content-2{
    width: 100%;
}
.c-content-2>ul{
    width: 70%;
    margin-left: 15%;
}
.c-words2{
    width: 100%;
    height: 146px;
    line-height: 24px;
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
.c-words2 p{
    width: 74%;
    margin-left: 13%;
    color: #777777;
    font-size: 14px;
}
.c-picW2{
    width: 100%;
    height: 508px;
}
.c-picW2 ul li{
    float: left;
    width: 33.333333333333333333333%;
    height: 440px;
}
.c-picW2 ul li div{
    width: 375px;
    height: 235px;  
    overflow: hidden;
    margin-left: 20px;
}
.c-picW2 ul li div img{
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.c-picW2 ul li div img:hover{
    transform: scale(1.2);  
}
.c-picW2 ul li h4{
    font-size: 18px;
    color: #005dab;
    font-weight: 600;
    margin-left: 20px;
    margin-top: 40px;
}
.c-picW2 ul>li>img{
    margin-left: 20px;
}
.c-picW2 ul li p{
    font-size: 14px;
    color: #444444;
    margin-left: 20px;
    margin-top: 10px;
    width: 80%;
}
/* -----------------3------------------- */
.c-content-3{
    width: 100%;
}
.c-content-3>ul{
    width: 70%;
    margin-left: 15%;
}
.c-words3{
    width: 100%;
    height: 340px;
    background-color: #f5f5f5;
}
.c-words3 ul li{
   float: left;
    height: 340px;
}
.c-words3 ul li:nth-child(1) {
    width: 34%;
}
.c-words3 ul li:nth-child(1) img{
    margin-top: 20px;
    margin-left: 20px;
}
.c-words3 ul li:nth-child(2){
    width: 66%;
}
.c-words3 ul li:nth-child(2) h2{
    font-size: 38px;
    color: #005dab;
    margin-top: 80px;
}
.c-words3 ul li:nth-child(2) img{
    margin-top: 10px;
}
.c-words3 ul li:nth-child(2) h3{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
}
.c-words3 ul li:nth-child(2) p{
    font-size: 14px;
    color: #727272;
    margin-top: 20px;
}
.c-timeS{
    width: 100%;
    height: 200px;
}



/* ----------------4-------------------- */
.c-content-4{
    width: 100%;
}
.c-content-4>ul{
    width: 70%;
    margin-left: 15%;
}
.c-matter4{
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    margin-bottom: 60px;
}
.c-matter4 ul{
    margin-left: -2%;
}
.c-matter4 ul li{
    float: left;
    width: 31.33333333333%;
    height: 300px;
    text-align: center;
    margin-left: 2%;
}
.matter4-model{
    /* width: 420px; */
    width: 100%;
    height: 250px;
    /* margin-left:10px; */
    position: relative;
    background-color: #f4f4f4;
    text-align: center;
}
.matter4-model:hover{
    -moz-box-shadow: 3px 3px 5px 0px #b1aeae;
    -webkit-box-shadow: 3px 3px 5px 0px #b1aeae;
    box-shadow: 3px 3px 5px 0px #b1aeae;
}
.matter4-model img{
    margin-top: 10px;
}
.c-matter4 ul li h4{
    color: #444444;
    font-size: 14px;
    margin-top: 16px;
}
/* ----------遮罩--------- */
.ab-mask{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    opacity: 0;
    height: 250px;
    z-index: 9;
    background-color: rgba(77, 139, 209, 0.6);;
    cursor: pointer;
}
.ab-mask a{
    /*font-size: 50px;
    color: #ffffff;
    font-weight: bold;
    line-height: 250px;*/
	position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 41px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    background: url(../images/icon_fdj.png) no-repeat center;
}
.c-matter4 ul li:hover .ab-mask{
    -webkit-animation: dragTop .6s ease-in-out both;
    -moz-animation: dragTop .6s ease-in-out both;
    -ms-animation: dragTop .6s ease-in-out both;
    animation: dragTop .6s ease-in-out both;
}


/* ---------------------------电脑---------------------------- */
@media all and (max-width:1700px) {
    .c-pic ul li:nth-child(1) img{
        width:96%;
        height: 80%;
    }
    .c-pic ul li:nth-child(2) img{
        width: 96%;
        height: 38.9%;
    }
    .c-pic ul li:nth-child(3) img{
        width: 100%;
        height: 80%;
    }
    .c-pic ul li {
        height: 380px;
    }
   .c-pic {
        height: 380px;
    }
    .c-picW2 ul li div{
        width: 300px;
        height: 200px;  
    }
    .c-matter4 ul li div{
        width: 320px;
        height: 250px;
        margin-left:10px;
    }
    .c-words3 ul li:nth-child(1) {
        width: 40%;
    }
    .c-words3 ul li:nth-child(2) {
        width: 60%;
    }
    .c-words3 ul li:nth-child(2) h2 {
        margin-left: 40px;
    }
    .c-words3 ul li:nth-child(2) img {
        margin-left: 40px;
    }
    .c-words3 ul li:nth-child(2) h3 {
        margin-left: 40px;
    }
    .c-words3 ul li:nth-child(2) p {
        margin-left: 40px;
    }
}

@media all and (max-width:1460px) {
    .c-matter4 ul li div{
        width: 310px;
        height: 250px;
        margin-left:0px;
    }
}

@media all and (max-width:1380px) {
    .c-picW2 ul li div{
        width: 260px;
        height: 160px;  
    }
    .c-words2 {
        height: 166px;
    }
    .c-matter4 ul li div{
        width: 294px;
        height: 250px;
        margin-left:0px;
    }
    .c-words3 ul li:nth-child(2) h2 {
        margin-left: 80px;
    }
    .c-words3 ul li:nth-child(2) img {
        margin-left: 80px;
    }
    .c-words3 ul li:nth-child(2) h3 {
        margin-left: 80px;
    }
    .c-words3 ul li:nth-child(2) p {
        margin-left: 80px;
    }
}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}


/* ---------------------------手机端---------------------------- */

@media(max-width:900px) {
    .a-content {
        margin-top: 0px;
    }
    .a-content img {
        height: 200px;
        margin-top: 50px;
    }
    .b-content ul {
        width: 94%;
        height: 50px;
        margin-left: 3%;
    }
    .b-content ul li {
        height: 50px;
        line-height: 50px;
        font-size: 14px;
    }
    .c-title h4 {
        font-size: 22px;
    }
    .c-pic {
        height: 720px;
    }
    .c-content-1>ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-content-2>ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-content-3>ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-content-4>ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-pic ul li:nth-child(1){
        height: auto;
        width: 100%;
    }
    .c-pic ul li:nth-child(2){
        width: 100%;
        height: auto;
    }
    .c-pic ul li:nth-child(3){
        width: 100%;
        height: auto;
    }
    .c-pic ul li:nth-child(1) img {
        width: 100%;
        height: auto;
    }
    .c-pic ul li:nth-child(2) img {
        float: left;
        width: 50%;
        height: auto;
    }
    .c-pic ul li:nth-child(3) img {
        height: auto;
    }
    /* ---2---- */
    .c-words2 p {
        width: 100%;
        margin-left: 0%;
        color: #444444;
        font-size: 14px;
    }
    .c-words2 {
        height: auto;
    }

    .c-picW2 ul li {
        float: left;
        width: 100%;
        height: 440px;
    }
    .c-picW2 ul li {
        float: left;
        height: 340px;
    }
    .c-picW2 {
        height: 1000px;
    }
    .c-picW2 ul li div {
        width: 300px;
        height: 200px;
    }
    .c-picW2 ul li h4 {
        margin-top: 20px;
    }
    /* --------3------- */
    .c-words3 {
        height: 580px;
    }
    .c-words3 ul li {
        float: left;
        height: 290px;
    }
    .c-words3 ul li:nth-child(1) {
        width: 100%;
    }
    .c-words3 ul li:nth-child(2) {
        width: 100%;
    }
    .c-words3 ul li:nth-child(1) img {
        margin-top: 0px;
        margin-left: 0px;
    }
    .c-words3 ul li:nth-child(2) h2 {
        margin-left: 0px;
        margin-top: 0px;
    }
    .c-words3 ul li:nth-child(2) img {
        margin-left: 0px;
    }
    .c-words3 ul li:nth-child(2) h3 {
        margin-left: 0px;
    }
    .c-words3 ul li:nth-child(2) p {
        margin-left: 0px;
    }
    /* ................时间........ */
    .auCHist-man {
        width: 60%;
        padding: 0 0 6px;
        position: relative;
        margin: 40px auto 0;
    }
    .auCHman-box.cur .year {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background: #005dab;
        border-radius: 100%;
        position: absolute;
        top: -23px;
        left: 70%;
        margin-left: -38.5px;
    }
    .auCHman-box.cur .year:after {
        content: "";
        display: block;
        width: 68px;
        height: 68px;
        background: rgba(181, 196, 228, 0.493);
        border-radius: 100%;
        position: absolute;
        top: -9px;
        left: -9px;
        z-index: -1;
    }
    /* -------4------ */
    .c-matter4 {
        width: 100%;
        margin-top: 40px;
    }
    .c-matter4 ul li {
        width: 100%;
    }
    .c-matter4 ul li div {
        width: 100%;
        height: 250px;
        margin-left: 0px;
    }
}















