#n-active {
    color: #005dab;
}

/* -----------------------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: 50px;
    margin-left: 15%;
    background-color: #f5f5f5;
}

.b-content ul li {
    float: left;
    height: 50px;
    width: 33.33333333333333333333333333333333333333%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.b-content ul li:hover{
    background-color: #005dab;
    color: #ffffff;
}

.rel-active {
    background-color: #005dab;
    color: #ffffff;
}

/* --------------------c------------------------------ */

.c-content1 {
    width: 100%;
}

.c-content1>ul {
    width: 70%;
    margin-left: 15%;
}

.c-title {
    width: 100%;
    height: 120px;
    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%;
    height: 240px;
    border-bottom: 1px solid #e0e0e0;
}

.c-matter ul li {
    float: left;
    width: 25%;
    height: 200px;
    text-align: center;
    cursor: pointer;
}

.c-matter ul li:hover .rel-pic{
    -webkit-animation: shakeI 1.4s ease-in-out both;
    -moz-animation: shakeI 1.4s ease-in-out both;
    -ms-animation: shakeI 1.4s ease-in-out both;
     animation: shakeI 1.4s ease-in-out both;
}

.c-matter ul li img {
    display: block;
    margin-top: 15px;
    margin: 0 auto;
    -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

.c-matter ul li h4 {
    font-size: 22px;
    color: #333333;
    margin-top: 10px;
}

.c-matter ul li p {
    font-size: 14px;
    color: #707070;
    margin-top: 10px;height: 78px;
}
.c-matter ul li p img{display: inline-block;vertical-align: middle;margin: 0 2px;}

.c-ewm {
    display: block;
    margin: 0 auto;

}
.c-address {
    width: 100%;
    height: 230px;
}

.c-address>p {
    font-size: 16px;
    margin-top: 24px;
}

.c-address>p span {
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}

.add-active {
    background-color: #2288dd;
    padding: 3px 8px;
    border-radius: 10px;
    color: white;
}

.c-map {
    width: 100%;
}

.c-map-top {
    width: 100%;
    height: 180px;
    background-color: #005dab;
    color: #ffffff;
    margin-bottom: 30px;
}

.c-map-top h4 {
    display: inline-block;
    font-size: 24px;
    margin-left: 60px;
    margin-top: 60px;
}

.c-map-top p {
    margin-left: 60px;
    font-size: 14px;
    margin-top: 20px;
}

.c-map-bottom {
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
}
#allmap {
    width: 100%;
    height: 600px
}
/* -------------------------------------2------------------------------ */

.c-content2 {
    width: 100%;
}

.c-content2>ul {
    width: 70%;
    margin-left: 15%;
}

.c-matter2 {
    width: 100%;
    height: 760px;
    margin-top: 30px;
    border-top: 1px solid #dadada;
}

.c-form-top {
    width: 100%;
    height: 200px;
}

.c-form-top ul li {
    float: left;
    width: 50%;
}

.c-form-top ul li h3 {
    font-size: 14px;
    color: #444444;
    margin-top: 30px;
}

.c-form-top ul li input {
    height: 36px;
    width: 90%;
    border: none;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
}

.c-form-top ul li input:focus {
    border: 1.6px solid #91bae4;
}

.c-form-bottom {
    width: 100%;
    height: 450px;
}

.c-form-bottom ul li {
    width: 100%;
}

.c-form-bottom ul li h3 {
    font-size: 14px;
    color: #444444;
    margin-top: 30px;
}

.c-form-bottom ul li input {
    height: 36px;
    width: 100%;
    border: none;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
}
.c-form-bottom ul li input:focus {
    border: 1.6px solid #91bae4;
}
.c-form-bottom ul li textarea {
    border: none;
    border: 1px solid #d4d4d4;
    margin-top: 10px;
    width: 100%;
    height: 200px;
}
.c-form-bottom ul li textarea:focus {
    border: 1.6px solid #91bae4;
}

.c-form-sub {
    width: 100%;
    text-align: center;
}

.c-form-sub button {
    cursor: pointer;
    font-size: 16px;
    color: #444444;
    border: none;
    width: 140px;
    height: 40px;
    border-radius: 5px;
    -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-form-sub button:hover {
    color: #ffffff;
    background-color: #005dab;
}
/* -----------------------------手机端------------------------- */
@media(max-width:900px) {
    .a-content {
        margin-top: 0px;
    }
    .a-content img {
        height: 200px;
        margin-top: 50px;
    }
    .b-content ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-content1>ul {
        width: 94%;
        margin-left: 3%;
    }
    .c-matter{
        height: 504px;
        margin-top: -20px;
    }
    .c-matter ul li {
        width:50%;
        margin-top: 20px;
    }
    .c-map-top {
        height: 160px;
        margin-top: 20px;
    }
    .c-map-top h4 {
        font-size: 20px;
        margin-left: 20px;
        margin-top: 50px;
    }
    .c-map-top p {
        margin-left: 20px;
        font-size: 14px;
        margin-top: 20px;
    }
    .c-map-bottom {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    #allmap {
        width: 100%;
        height: 200px
    }
    .c-form-top {
        height: 350px;
    }
    .c-form-top ul li {
        width: 100%;
        margin-top: -10px;
    }
    .c-form-bottom ul li h3 {
        margin-top: 10px;
    }
    .c-form-top ul li input {
        height: 36px;
        width: 100%;
        border: none;
        border: 1px solid #d4d4d4;
        margin-top: 10px;
    }
    .c-matter2 {
        height: 850px;
    }

    .b-content ul li {
        font-size: 14px;
    }
    .c-title h4 {
        font-size: 22px;
    }
    .c-matter ul li h4 {
        font-size: 18px;
    }
}






.authcode{
    margin-top: 24px;
}

.authcode input{
    width: 160px !important;
    text-align: center;
    float: left;
    margin-right: 6px;
    margin-top: 0 !important;
}
.authcode h6{
    width: 160px;
    height: 36px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #d4d4d4;
}




