﻿@charset "utf-8";

/* CSS Document */
#Header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: none;
}

.bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-container,
.swiper-banner {
    width: 100%;
    height: 100%;
}

.pagination {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 15px;
}

.pagination .swiper-pagination-bullet {
    margin: 5px 0;
    width: 10px;
    height: 10px;
    border: 1px solid #a5a5a5;
    background: no-repeat;
    opacity: 1;
}

.pagination .swiper-pagination-bullet-active {
    background: #003f94;
    border-color: #003f94;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    animation: myfirst 20s infinite;
    -webkit-animation: myfirst 12s infinite;
    -webkit-o-animation: myfirst 12s infinite;
    -moz-animation: myfirst 12s infinite;
}

@keyframes myfirst {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 108% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@-webkit-keyframes myfirst

/* Safari 与 Chrome */
    {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 108% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@-webkit-o-keyframes myfirst {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 108% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

@-moz-keyframes myfirst {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 108% auto;
    }

    100% {
        background-size: 100% auto;
    }
}

.mouseup {
    position: fixed;
    right: 10px;
    top: calc(50% + 130px);
    transform: translateY(-50%);
    z-index: 9;
    width: 22px;
    animation: mouseupan 1.2s infinite;
    -webkit-animation: mouseupan 1.2s infinite;
    -webkit-o-animation: mouseupan 1.2s infinite;
    -moz-animation: mouseupan 1.2s infinite;
}

@keyframes mouseupan {
    0% {
        top: calc(50% + 130px);
        opacity: 1;
    }

    50% {
        top: calc(50% + 150px);
        opacity: 0.5;
    }

    100% {
        top: calc(50% + 130px);
        opacity: 1;
    }
}

@-webkit-keyframes mouseupan

/* Safari 与 Chrome */
    {
    0% {
        top: calc(50% + 130px);
        opacity: 1;
    }

    50% {
        top: calc(50% + 150px);
        opacity: 0.5;
    }

    100% {
        top: calc(50% + 130px);
        opacity: 1;
    }
}

@-webkit-o-keyframes mouseupan {
    0% {
        top: calc(50% + 130px);
        opacity: 1;
    }

    50% {
        top: calc(50% + 150px);
        opacity: 0.5;
    }

    100% {
        top: calc(50% + 130px);
        opacity: 1;
    }
}

@-moz-keyframes mouseupan {
    0% {
        top: calc(50% + 130px);
        opacity: 1;
    }

    50% {
        top: calc(50% + 150px);
        opacity: 0.5;
    }

    100% {
        top: calc(50% + 130px);
        opacity: 1;
    }
}

.banner2 .inner {
    width: 60%;
    padding-right: 13%;
}

.banner2 h2 {
    font-size: 44px;
    color: #003f94;
    line-height: 66px;
    font-weight: 500;
}

.banner2 p {
    font-size: 18px;
    color: #555555;
    line-height: 34px;
    margin: 30px 0 80px;
}

.look-more {
    display: block;
    width: 120px;
    /* border: 1px solid #003f94; */
    font-size: 16px;
    color: #003f94;
    line-height: 30px;
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid transparent !important;
}

.look-more:hover {
    border-bottom: 1px solid #003f94 !important;
}

.look-more i {
    float: right;
}

.page2 .inner {
    width: 620px;
}

.page2 h2 {
    font-size: 36px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 50px;
}

.page2 p {
    text-indent: 2em;
    font-size: 18px;
    color: #333;
    line-height: 32px;
}

.about-list {
    margin-top: 70px;
}

.about-list li {
    float: left;
    text-align: center;
    margin-right: 40px;
}

.about-list li img {
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
}

.about-list li span {
    display: block;
    color: #204380;
    font-size: 18px;
    line-height: 32px;
}

.page3 {
    position: relative;
}

.swiper-content {
    width: 100%;
}

.swiper-content .swiper-slide {
    justify-content: flex-start;
    padding-left: 15.6%;
}

.swiper-content .inner {
    color: #fff;
    width: 750px;
}

.swiper-content .inner h3 {
    font-size: 60px;
    line-height: 66px;
    font-weight: 500;
}

.swiper-content .inner p {
    font-size: 18px;
    line-height: 34px;
    margin: 20px 0 50px;
}

.swiper-content .inner .look-more {
    color: #fff;
    border-color: #fff;
}

.swiper-content .inner .look-more:hover {
    border-bottom: 1px solid #fff !important;
}

.swiper-nav {
    height: 154px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
}

.swiper-nav .swiper-slide {
    cursor: pointer;
    float: left;
    width: 12.4%;
    margin-right: 0.1%;
    background: rgba(32, 67, 128, 0.6);
}

.swiper-nav .swiper-slide:last-child {
    margin-right: 0;
}

.swiper-nav .swiper-slide span {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 0 20px;
}

.swiper-nav .swiper-slide span::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.3s linear;
}

.swiper-nav .active-nav {
    background: #cd8000;
}

.swiper-nav .active-nav span::before {
    width: 100%;
    left: 0;
}

.page4 .left {
    float: left;
    width: 49%;
}

.page4 .right {
    float: right;
    width: 46%;
}

.news-item {
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.news-item .intro {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 40px;
}

.news-item .intro .date {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.news-item .intro h3 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    font-weight: 500;
}

.news-list li {
    padding: 20px 0;
    margin-bottom: 20px;
}

.news-list li .date {
    font-size: 18px;
    color: #204380;
    line-height: 30px;
}

.news-list li h3 {
    font-size: 22px;
    color: #204380;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    height: 40px;
    font-weight: 500;
    text-overflow: ellipsis;
}

.index-foter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
    color: #204380;
    line-height: 30px;
    padding: 20px 0;
}

.index-foter a {
    font-size: 14px;
    color: #204380;
    line-height: 30px;
    margin: 0 10px;
}

.index-foter .fot-left {
    float: left;
}

.index-foter .fot-right {
    float: right;
}











@media (max-width: 1440px) {
    .swiper-nav .swiper-slide span {
        font-size: 18px;
    }

    .banner1 {
        animation: myfirst2 20s infinite !important;
    }

    @keyframes myfirst {
        0% {
            background-size: 150% auto;
        }

        50% {
            background-size: 160% auto;
        }

        100% {
            background-size: 150% auto;
        }
    }

    @keyframes myfirst2 {
        0% {
            background-size: 100% auto;
        }

        50% {
            background-size: 108% auto;
        }

        100% {
            background-size: 100% auto;
        }
    }

}

@media (max-width: 1280px) {
    .swiper-nav .swiper-slide span {
        font-size: 17px;
    }
}

@media (max-width: 1208px) {
    .index-foter .fot-right {
        float: left;
    }

    .index-foter a {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 1025px) {
    .pagination {
        display: none;
    }

    .banner2 .inner {
        width: 100%;
        padding: 0 10px;
    }

    .banner2 h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .banner2 p {
        font-size: 14px;
        line-height: 1.5;
    }

    .look-more {
        width: 160px;
        font-size: 14px;
        line-height: 50px;
    }

    .swiper-slide {
        animation: none !important;
        -webkit-animation: none;
        -webkit-o-animation: none;
        -moz-animation: none;
    }
}


@media (max-width: 640px) {
    .mouseup {
        display: none;
    }

    .page2 .inner,
    .page4 .inner {
        width: 100%;
    }

    .page2 h2 {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 30px;
    }

    .page2 p {
        font-size: 14px;
        line-height: 1.6;
    }

    .about-list {
        margin-top: 50px;
    }

    .about-list li {
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .about-list li img {
        width: 40px;
    }

    .about-list li span {
        font-size: 14px;
        line-height: 1.6;
    }

    .swiper-content .inner {
        width: auto;
        padding: 0 10px;
    }

    .swiper-content .inner h3 {
        font-size: 22px;
        line-height: 1.5;
    }

    .swiper-content .inner p {
        font-size: 14px;
        line-height: 1.5;
    }

    .swiper-nav {
        display: none;
    }

    .swiper-content .swiper-slide {
        padding-left: 0;
    }

    .page4 .left,
    .page4 .right {
        width: 100%;
        float: none;
    }

    .news-item .pic img {
        height: auto !important;
    }

    .news-item .intro {
        padding: 10px 15px;
    }

    .news-item .intro .date {
        font-size: 12px;
        line-height: 1.5;
    }

    .news-item .intro h3 {
        font-size: 16px;
        line-height: 24px;
        height: 24px;
    }

    .news-list li {
        padding: 5px 0;
        margin-bottom: 0;
    }

    .news-list li h3 {
        font-size: 16px;
        line-height: 2em;
        height: 2em;
    }

    .news-list li .date {
        font-size: 12px;
        line-height: 1.5;
    }

    .look-more {
        line-height: 2em;
    }

    .index-foter,
    .index-foter a {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
    }

    .index-foter .fot-left,
    .index-foter .fot-right {
        float: none;
        width: 100%;
    }

    .index-foter .fot-right {
        display: none;
    }
}

@media (max-width: 520px) {}

@media (max-width: 420px) {}

@media only screen and (max-height:700px) {
    .news-item .pic img {
        height: auto !important;
    }
    .news-list li {
        padding: 0;
    }
}