@charset "utf-8";

.head {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 98px;
    border-bottom: 4px solid #1f2a64;
    /* background-color: #fefdf9; */
}
.head .head-logo {
    width: 26%;
    float: left;
    margin-left: 2%;
    margin-top: 16px; 
}
.head .head-logo a {
    display: inline-block;
}
.head .nav {
    float: left;
    width: 43%;
    margin-left: 2%;
}
.head .nav li {
    float: left;
    width: 16.66%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-top: 29px;
}
.head .nav li a {
    position: relative;
    font-size: 16px;
}
.head .nav li a::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0;
    display: none;
    width: 100%;
    height: 5px;
    background-color: #1f2a64;
    border-radius: 2px;
}
.head .nav li.cur a,
.head .nav li a:hover {
    color: #1f2a64;
    font-weight: bold;
}
.head .nav li.cur a::after,
.head .nav li a:hover::after {
    display: block;
}
.head .search-form {
    width: 27%;
    float: right;
    margin-top: 43px;
}
.head .search-form .search-ipt {
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: #eee;
    font-size: 16px;
    text-indent: 4px;
    margin-left: 5%;
}
.head .search-form .search-icon {
    width: 20px;
    height: 20px;
    background: url("../images/search-icon.png") no-repeat;
    background-size: cover;
    border: none;
    outline: none;
    margin-top: 2.5px;
    margin-left: 3.2%;
}

.head .nav-switch-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    border-radius: 5px;
    background-color: #f2f2f2;
    cursor: pointer;
}
.head .nav-switch-btn::before {
    content: "";
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.25s linear;
}
.head .nav-switch-btn > span {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.25s linear;
}
.head .nav-switch-btn::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 8px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 2px;
    background-color: #333;
    transition: all 0.25s linear;
}
.head .nav-switch-btn.menuActive::before {
    top: 50%;
    margin-top: -1px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); 	/* Opera */
}
.head .nav-switch-btn.menuActive span {
    filter:Alpha(opacity=0);
    opacity: 0;
}
.head .nav-switch-btn.menuActive::after {
    top: 50%;
    margin-top: -1px;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
}
.head .nav-switch-btn.menuActive span {
    filter:Alpha(opacity=0);
    opacity: 0;
}

.diwen {
    background-image: url("../images/diwen.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cpzs-show {
    margin: 0 auto;
}
.plate-title {
    width: 148px;
    font-size: 24px;
    color: #1f2a64;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 42px;
    padding-bottom: 13px;
}
.plate-title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 18px;
    left: -70px;
    width: 70px;
    height: 2px;
    background-color: #1f2a64;
}
.plate-title::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 18px;
    right: -70px;
    width: 70px;
    height: 2px;
    background-color: #1f2a64;
}
.plate-desc {
    text-align: center;
    color: #999;
    font-size: 16px;
    padding-bottom: 28px;
}

.pagelist {
    text-align: center;
    padding: 30px 0 48px 0;
}
.pagelist li {
    display: inline-block;
    font-size: 14px;
    padding: 4.5px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
/* .pagelist li + li {
    margin-left: 10px;
} */
.pagelist li.thisclass,
.pagelist li:hover {
    background-color: #1f2a64;
    border: 1px solid #1f2a64;
    color: #fff;
}
.pagelist li:hover a {
    color: #fff;
}

.friends-links {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    padding-bottom: 14px;
}
.friends-links span {
    font-size: 16px;
}
.friends-links .friends-link {
    width: 220px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    outline: none;
}
.footer {
    background-color: #383333;
    text-align: center;
}
.footer .footer-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.footer .footer-container > div {
    float: left;
    color: #fff;
    font-size: 16px;
}
.footer .footer-container .footer-contact {
    width: 30%;
    text-align: left;
}
.footer .footer-container .footer-contact .footer-contact-text {
    font-size: 21px;
    padding-top: 40px;
    padding-bottom: 22px;
}
.footer .footer-container .footer-contact .footer-infor {
    padding-bottom: 3px;
}
.footer .footer-container .footer-copyright {
    width: 40%;
    text-align: center;
}
.footer .footer-container .footer-copyright img {
    margin: 0 auto;
    padding: 22px 0;
}
.footer .copyright {
    padding-right: 9px;
}
.footer .copyright,
.footer .beian {
    display: inline-block;
    padding-bottom: 16px;
    color: #fff;
}
.footer .wab {
    display: inline-block;
    padding-bottom: 16px;
    color: #fff;
}

.footer .footer-container .wechat-container {
    width: 30%;
    text-align: center;
}
.footer .footer-container .wechat-container img {
    margin: 0 auto;
    padding-top: 22px;
    padding-bottom: 6px;
}
/* 轮播图 */
.swiper-container {
    max-width: 600px;
    margin: 0 auto;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color:#f5f5f5;
}
.swiper-pagination-bullet-active {
    background-color: #1f2a64;
}

@media (min-width: 1299px) and (max-width: 1600px) {
    .head .head-logo {
        width: 320px;
        margin-top: 17.5px;
        margin-left: 1%;
    }
    .head .nav {
        width: 55%;
    }
    .head .search-form {
        width: 17%;
    }
    .head .search-form .search-ipt {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1298px) {
    .head {
        height: 68px;
    }
    .head .head-logo {
        width: 220px;
        margin-top: 12px;
        margin-left: 1%;
    }
    .head .nav {
        width: 55%;
        margin-left: 1%;
    }
    .head .nav li {
        height: 40px;
        line-height: 40px;
        margin-top: 19px;
    }
    .head .nav li a {
        font-size: 16px;
    }
    .head .search-form {
        width: 20%;
        margin-top: 27px;
    }
    .head .search-form .search-ipt {
        height: 26px;
        line-height: 26px;
        width: 80%;
        font-size: 14px;
    }
}
@media (min-width: 769px) and (max-width: 991px) {
    .head {
        height: 68px;
    }
    .head .head-logo {
        width: 220px;
        margin-top: 12px;
        margin-left: 1%;
    }
    .head .nav {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 72px;
        background-color: #fefdf9;
        z-index: 999;
        margin-left: 0;
        padding-bottom: 10px;
    }
    .head .nav li {
        width: 100%;
        height: 32px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .head .nav li a {
        font-size: 16px;
    }
    .head .search-form {
        width: 30%;
        margin-top: 21.5px;
        margin-right: 10%;
    }
    .head .search-form .search-ipt {
        height: 26px;
        line-height: 26px;
        width: 80%;
        font-size: 14px;
    }
    .head .nav-switch-btn {
        display: block;
    }
    .plate-title {
        font-size: 22px;
        padding-top: 32px;
        padding-bottom: 10px;
    }
    .plate-title::after,
    .plate-title::before {
        width: 60px;
        margin-top: 12px;
    }
    .plate-title::after {
        right: -40px;
    }
    .plate-title::before {
        left: -40px;
    }
    .plate-desc {
        font-size: 16px;
        padding-bottom: 22px;
    }
    .pagelist {
        padding: 30px 0 43px 0;
    }
    .footer .footer-container .footer-contact {
        width: 40%;
    }
    .footer .footer-container .footer-copyright {
        width: 20%;
    }
    .footer .copyright,
    .footer .beian {
        padding-top: 15px;
    }
    .footer .footer-container .wechat-container {
        width: 40%;
    }
}

@media (min-width: 520px) and (max-width: 768px) {
    .head {
        height: 68px;
    }
    .head .head-logo {
        width: 220px;
        margin-top: 12px;
        margin-left: 1%;
    }
    .head .nav {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 72px;
        background-color: #fefdf9;
        z-index: 999;
        margin-left: 0;
        padding-bottom: 10px;
    }
    .head .nav li {
        width: 100%;
        height: 32px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .head .nav li a {
        font-size: 16px;
    }
    .head .search-form {
        width: 35%;
        margin-top: 21.5px;
        margin-right: 10%;
    }
    .head .search-form .search-ipt {
        height: 26px;
        line-height: 26px;
        width: 80%;
        font-size: 14px;
    }
    .head .nav-switch-btn {
        display: block;
    }
    .plate-title {
        font-size: 20px;
        padding-top: 22px;
        padding-bottom: 8px;
    }
    .plate-title::after,
    .plate-title::before {
        width: 60px;
        margin-top: 8px;
    }
    .plate-title::after {
        right: -40px;
    }
    .plate-title::before {
        left: -40px;
    }
    .plate-desc {
        font-size: 16px;
        padding-bottom: 18px;
    }
    .pagelist {
        padding: 20px 0 33px 0;
    }

    .footer .footer-container .footer-contact {
        text-align: center;
    }
    .footer .footer-container .footer-contact .footer-contact-text {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 12px;
    }
    .footer .footer-container .footer-contact {
        width: 100%;
    }
    .footer .footer-container .footer-copyright {
        width: 50%;
    }
    .footer .copyright,
    .footer .beian {
        padding-top: 15px;
        font-size: 14px;
    }
    .footer .footer-container .wechat-container {
        width: 50%;
    }
    .footer .copyright {
        padding-right: 0;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 420px) and (max-width: 519px) {
    .head {
        height: 48px;
        border-bottom: 2px solid #1f2a64;
    }
    .head .head-logo {
        width: 140px;
        margin-top: 10.5px;
        margin-left: 1%;
    }
    .head .nav {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50px;
        background-color: #fefdf9;
        z-index: 999;
        margin-left: 0;
        padding-bottom: 10px;
    }
    .head .nav li {
        width: 100%;
        height: 32px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    .head .nav li a {
        font-size: 14px;
    }
    .head .search-form {
        width: 45%;
        margin-right: 14%;
        margin-top: 13px;
    }
    .head .search-form .search-ipt {
        height: 26px;
        line-height: 26px;
        width: 80%;
        font-size: 14px;
    }
    .head .nav-switch-btn {
        display: block;
    }
    .plate-title {
        width: 120px;
        font-size: 20px;
        padding-top: 22px;
        padding-bottom: 8px;
    }
    .plate-title::after,
    .plate-title::before {
        width: 40px;
        margin-top: 8px;
    }
    .plate-title::after {
        right: -30px;
    }
    .plate-title::before {
        left: -30px;
    }
    .plate-desc {
        font-size: 14px;
        padding-bottom: 18px;
    }
    .pagelist {
        padding: 15px 0 23px 0;
    }

    .footer .footer-container .footer-contact {
        text-align: center;
    }
    .footer .footer-container > div {
        font-size: 14px;
    }
    .footer .footer-container .footer-contact .footer-contact-text {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 12px;
    }
    .footer .footer-container .footer-contact {
        width: 100%;
    }
    .footer .footer-container .footer-copyright {
        width: 50%;
    }
    .footer .copyright,
    .footer .beian {
        display: block;
        padding-top: 10px;
        font-size: 14px;
        padding-bottom: 0;
    }
    .footer .beian {
        padding-bottom: 10px;
    }
    .footer .footer-container .wechat-container {
        width: 50%;
    }
    .footer .copyright {
        padding-right: 0;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

@media (min-width: 0px) and (max-width: 419px) {
    .head {
        height: 48px;
        border-bottom: 2px solid #1f2a64;
    }
    .head .head-logo {
        width: 140px;
        margin-top: 10.5px;
        margin-left: 1%;
    }
    .head .nav {
        display: none;
        float: none;
        width: 100%;
        position: absolute;
        left: 0;
        top: 50px;
        background-color: #fefdf9;
        z-index: 999;
        margin-left: 0;
        padding-bottom: 10px;
    }
    .head .nav li {
        width: 100%;
        height: 32px;
        line-height: 32px;
        margin-top: 0;
        margin-bottom: 4px;
    }
    .head .nav li a {
        font-size: 14px;
    }
    .head .search-form {
        width: 41%;
        margin-right: 11%;
        margin-top: 13px;
    }
    .head .search-form .search-icon {
        width: 15px;
        height: 15px;
        margin-top: 5px;
    }
    .head .search-form .search-ipt {
        height: 26px;
        line-height: 26px;
        width: 70%;
        font-size: 14px;
    }
    .head .nav-switch-btn {
        display: block;
    }
    .plate-title {
        width: 110px;
        font-size: 20px;
        padding-top: 16px;
        padding-bottom: 4px;
    }
    .plate-title::after,
    .plate-title::before {
        width: 40px;
        margin-top: 7px;
    }
    .plate-title::after {
        right: -35px;
    }
    .plate-title::before {
        left: -35px;
    }
    .plate-desc {
        font-size: 14px;
        padding-bottom: 14px;
    }
    .pagelist {
        padding: 10px 0 15px 0;
    }
    .pagelist li {
        padding: 3.5px 8px;
    }
    /* .pagelist li + li {
        margin-left: 5px;
    } */
    .friends-links span {
        font-size: 14px;
    }
    .friends-links .friends-link {
        width: 200px;
        height: 24px;
        line-height: 24px;
    }

    .footer .footer-container > div {
        font-size: 14px;
    }
    .footer .footer-container .footer-contact .footer-contact-text {
        font-size: 20px;
        padding-top: 20px;
        padding-bottom: 12px;
    }
    .footer .footer-container .footer-contact {
        width: 100%;
        text-align: center;
    }
    .footer .footer-container .footer-copyright {
        width: 50%;
    }
    .footer .copyright,
    .footer .beian {
        display: block;
        padding-top: 10px;
        font-size: 14px;
        padding-bottom: 0;
    }
    .footer .beian {
        padding-bottom: 10px;
    }
    .footer .footer-container .wechat-container {
        width: 50%;
    }
    .footer .copyright {
        padding-right: 0;
    }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}