﻿body {
    background: url(../img/body.jpg) no-repeat top center;
}

.header .contents a {
    margin-left: 10px;
    color: #0050a9;
    margin-right: 10px;
}

.header .contents {
    color: #0050a9;
    font-size: 16px;
}

.header .sws {
    margin-top: 176px;
    overflow: hidden;
}

.second_nav {
    left: 0px;
    width: 123px;
    padding: 0px 5px 0px 5px;
    display: none;
    background: #2885d5;
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    line-height: 30px;
    z-index: 1000000;
}

.second_nav a {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
}

.zfxxgk .second_nav {
    left: 20px;
}

.second_nav.active {
    display: block;
    /* position: absolute;*/
}

.red_icon {
    width: 1px;
    height: 15px;
    border-left: 1px solid #2885d5;
    background: #f3f3f3;
    float: right;
    margin-top: 18px;
}

.cwm_content {
    font-size: 0;
}


/**/

.search2 {
    float: right;
    height: 28px;
    margin-top: 166px;
}

.search2 .button {
    background: url(../img/search.png) no-repeat;
    height: 29px;
    width: 44px;
    cursor: pointer;
    margin-bottom: -6px;
    border: none;
}

.search2 .text {
    height: 27px;
    border: 1px solid #2885d5;
    width: 217px;
    border-right: none;
    line-height: 21px;
}


/*底部*/

.botcontent {
    width: 1000px;
}

.footer {
    width: 100%;
    min-height: 196px;
    box-sizing: border-box;
    background: url(../img/footer.png) #206db3 no-repeat;
    border-top: 6px solid #0061da;
    padding-top: 27px;
    font-size: 14px;
    color: #ededed;
}

.footer .container {
    display: flex;
}

.footer .textBox {
    display: flex;
    justify-content: center;
}

.footer p {
    color: #ededed;
    line-height: 24px;
}

.footer p a {
    color: #ededed;
}

.footer .text {
    width: 12rem;
    text-align: left;
    margin-top: 0.5rem
}

.footer .link {
    height: 70px;
    margin: 0 4rem 0 8rem;
}


/*自适应部分*/

@media only screen and (max-width: 1214px) {
    .header .sws {
        margin-top: 0px;
    }
    img {
        max-width: 100%;
        max-height: 100%;
    }
    .header .logo {
        width: 100%;
    }
    .search2 {
        float: none;
        margin: 0 auto;
        width: 264px;
        margin-bottom: 30px;
    }
    .red_icon {
        display: none;
    }
    .header {
        height: auto;
    }
    .header .contents {
        text-align: center;
    }
    .w1214 {
        width: 100%;
    }
    .w1100 {
        width: 100%;
    }
    .w1120 {
        width: 100%;
    }
    .nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        background: url(../img/nav_bg.gif) repeat;
        margin-top: 10px;
    }
    .nav .nav_center {
        width: 100%;
    }
    .nav .nav_center li {
        width: 12.48% !important;
        float: left;
        transition: all .4s ease;
    }
    .nav .nav_center li.zfxxgk {}
    .cjwmcs img {
        width: 100%;
    }
    .cwm_content img {
        width: 33.3333333%;
    }
    .identify img {
        width: auto;
    }
    .second_nav {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .botcontent {
        width: auto;
    }
    .nav {
        background: #2885d5;
    }
    .nav_center {
        width: 101%;
        padding: 0px 1%;
    }
    .second_nav.active {
        display: none;
    }
    .nav .nav_center li {
        width: 24% !important;
        border: 1px solid #79b9f0;
    }
    .identify {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .nav ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width: 550px) {
    .header .contents a {
        font-size: 14px;
    }
    .header .contents a:last-child {
        display: block;
    }
    body {
        background: url(../img/mobbody.png) no-repeat top center;
    }
}