.banner img {
    display: block;
    width: 100%;
}

    .banner img.app-banner {
        display: none;
    }

.banner-font {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .banner-font h3 {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 1s .5s;
        font-size: 60px;
        color: white;
        font-weight: bold;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .banner-font h4 {
        opacity: 0;
        transform: translateY(-20px);
        transition: all 1s .7s;
        font-size: 22px;
        color: rgba(255,255,255,0.7);
        line-height: 40px;
    }

.banner .swiper-slide-active .banner-font h3, .banner .swiper-slide-active .banner-font h4 {
    opacity: 1;
    transform: translateY(0);
}

.banner .swiper-pagination {
    /* bottom: 80px !important; */
    /* padding: 0 60px; */
}

.banner .swiper-pagination-bullet {
    float: left;
    width: 15px;
    height: 15px;
    background: #ffffff;
    opacity: 1;
    margin-right: 7px !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #ff7f27;
    opacity: 1;
}

.banner .swiper-slide-active img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
    animation: scaleUpDown 5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
}
@-webkit-keyframes scaleUpDown {

    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



@keyframes scaleUpDown {

    from {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*ÃƒÂ¦Ã¢â‚¬â€œÃ‚Â°ÃƒÂ©Ã¢â‚¬â€Ã‚Â»ÃƒÂ¤Ã‚Â¸Ã‚Â­ÃƒÂ¥Ã‚Â¿Ã†â€™*/

.index-four {
    padding: 58px 0 0px;
    background: #f6fcff;
}

.inf-nav {
    padding: 27px 0 24px;
    text-align: center;
}

    .inf-nav a {
        display: inline-block;
        font-size: 18px;
        color: #36383c;
        line-height: 36px;
        border-bottom: solid 4px transparent;
        margin: 0 22px;
    }

        .inf-nav a.on {
            border-color: #00559d;
            color: #00559d;
        }

.inf-list {
    display: block;
    width: 100%;
}

.inf-pic {
    width: 100%;
    overflow: hidden;
}

    .inf-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.inf-font {
    transition: all .5s;
    padding: 30px 23px 42px;
    position: relative;
    z-index: 3;
    margin: -20px 10px 0;
    background: white;
    box-shadow: 0px 5px 15px rgba(0,85,157,0.05);
}

    .inf-font h3 {
        font-size: 20px;
        line-height: 30px;
        color: #333;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .inf-font span {
        display: block;
        font-size: 14px;
        line-height: 24px;
        color: #999;
        font-family: arial;
    }

    .inf-font p {
        font-size: 14px;
        line-height: 24px;
        color: #777;
        margin: 16px 0 43px;
        height: 70px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

.inf-more {
    transition: all .5s;
    width: 24px;
    height: 24px;
    background: url(../images/inf-more.png) no-repeat center;
}

.inf-list:hover img {
    opacity: 0.8;
    transform: scale(1.05);
}

.inf-list:hover .inf-font {
    transform: translateY(-10px);
    background: #00559d;
}

    .inf-list:hover .inf-font h3, .inf-list:hover .inf-font span, .inf-list:hover .inf-font p {
        color: #fff;
    }

.inf-list:hover .inf-more {
    transform: translateX(10px);
    background-image: url(../images/inf-moreH.png);
}

.inf-swiper .swiper-container {
    padding-bottom: 65px;
}

.inf-swiper .swiper-pagination {
    bottom: 0 !important;
}

.inf-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #c9c9c9;
    margin: 0 8px !important;
}

.inf-swiper .swiper-pagination-bullet-active {
    background: #00559d;
}

.inf-swiper {
    display: none;
}

    .inf-swiper.on {
        display: block;
    }

.news {
    background: #f1f1f1;
    padding: 45px 0 80px;
}

.lnews {
}

.lnews-one {
}

    .lnews-one a {
        display: block;
    }

.lnews-one-le {
    float: left;
    background: #fff;
    width: 61.46%;
    padding: 60px 40px 30px;
}

.lnews-one-ri {
    float: right;
    overflow: hidden;
    width: 36.91%;
}

.lnews-one-tit {
    font-size: 28px;
    line-height: 42px;
    color: #00437d;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.lnews-one-le p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 21px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.lnews-one-ri img {
    width: 100%;
    height: 100%;
    transition: ease .5s;
}

.lnews-one:hover .lnews-one-ri img {
    transform: scale(1.04);
}

.lnews-one-span {
    margin-top: 80px;
}

    .lnews-one-span span {
        display: inline-block;
        font-size: 14px;
        color: #888;
        margin-right: 20px;
    }

        .lnews-one-span span:last-child {
            margin-right: 0;
        }

    .lnews-one-span .lspan-tim {
        background: url(../images/lspan-tim.png)no-repeat center left;
        padding-left: 20px;
    }

    .lnews-one-span .lspan-num {
        background: url(../images/lspan-num.png)no-repeat center left;
        padding-left: 22px;
    }

    .lnews-one-span .lspan-zan {
        background: url(../images/lspan-zan.png)no-repeat center left;
        padding-left: 20px;
        display: none;
    }

.lnews ul {
    background: #fff;
    margin-top: 20px;
    padding: 30px 40px;
}

.lnews li {
    position: relative;
    padding: 30px 0;
}

    .lnews li::before {
        content: "";
        position: absolute;
        width: 75.4%;
        height: 1px;
        border-bottom: 1px dashed #d8d8d8;
        bottom: 0;
        left: 0;
    }

    .lnews li:last-child::before {
        display: none;
    }

    .lnews li a {
        display: block;
    }

    .lnews li .img {
        float: left;
        width: 21.9%;
        overflow: hidden;
    }

        .lnews li .img img {
            width: 100%;
            transition: ease .5s;
        }

    .lnews li:hover .img img {
        transform: scale(1.04);
    }

    .lnews li .text {
        float: right;
        width: 75.7%;
        padding-top: 10px;
        padding-right: 40px;
    }

    .lnews li h3 {
        font-size: 18px;
        line-height: 26px;
        color: #4a4a4a;
        font-weight: bold;
        transition: ease .5s;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .lnews li:hover h3 {
        color: #00559d;
    }

    .lnews li p {
        font-size: 14px;
        line-height: 24px;
        color: #9b9b9b;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .lnews li .lnews-one-span {
        margin-top: 50px;
    }

.lnews .pagee {
    margin-top: 40px;
}

@media (max-width: 1260px) {

    .lnews-one-span {
        margin-top: 44px;
    }

    .lnews-one-le {
        padding: 30px 40px;
    }

    .lnews li .text {
        padding-top: 5px;
    }

    .lnews li p {
        margin-top: 5px;
    }

    .lnews li .lnews-one-span {
        margin-top: 30px;
    }
}

@media (max-width: 1025px) {

    .lnews li h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .lnews li p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
    }

    .lnews li .lnews-one-span {
        margin-top: 12px;
    }

    .lnews li .text {
        padding-top: 0;
    }

    .lnews ul {
        padding: 10px 30px;
    }

    .lnews-one-tit {
        font-size: 20px;
        line-height: 28px;
    }

    .lnews-one-le p {
        margin-top: 14px;
    }

    .news {
        padding: 45px 0 50px;
    }

    .lnews-one-span {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {

    .lnews-one-tit {
        font-size: 20px;
        line-height: 28px;
    }

    .lnews-one-le p {
        margin-top: 11px;
    }

    .lnews-one-le {
        padding: 20px 30px;
    }

    .lnews-one-span {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {

    .news {
        padding: 40px 0 50px;
    }

    .lnews-one-le {
        padding: 20px 15px;
        float: none;
        width: 100%;
    }

    .lnews-one-ri {
        float: none;
        width: 100%;
        margin-top: 10px;
    }

    .lnews ul {
        padding: 10px 15px;
    }

    .lnews li .img, .lnews li .text {
        float: none;
        width: 100%;
    }

    .lnews li .text {
        padding: 10px 0;
        margin-top: 2px;
    }

    .lnews li::before {
        width: 100%;
    }

    .lnews li {
        padding: 20px 0 10px;
    }

    .lnews-one-tit {
        font-size: 16px;
        line-height: 26px;
    }

    .lnews-one-span {
        margin-top: 10px;
    }

    .lnews .pagee {
        margin-top: 30px;
    }
}

@media (max-width: 320px) {

    .lnews-one-span span {
        margin-right: 14px;
    }
}



/*ÃƒÂ¥Ã‚ÂÃ‹â€ ÃƒÂ¤Ã‚Â½Ã…â€œÃƒÂ¤Ã‚Â¼Ã¢â€žÂ¢ÃƒÂ¤Ã‚Â¼Ã‚Â´*/

.index-six {
    padding-bottom: 27px;
}

.inx-pic {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .inx-pic img {
        display: block;
        width: 100%;
        transition: all .5s;
    }

.inx-swiper {
    padding: 56px 95px 0;
    position: relative;
}

    .inx-swiper .inx-prev {
        color: #a2a2a3;
        font-size: 30px;
        font-weight: bold;
        background: none;
        left: 0;
        line-height: 44px;
    }

    .inx-swiper .inx-next {
        color: #a2a2a3;
        font-size: 30px;
        font-weight: bold;
        background: none;
        right: 0;
        line-height: 44px;
    }

    .inx-swiper .swiper-container {
        padding-bottom: 13px;
    }

    .inx-swiper .swiper-pagination {
        bottom: 0 !important;
    }

    .inx-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
        background: #c9c9c9;
        margin: 0 8px !important;
    }

    .inx-swiper .swiper-pagination-bullet-active {
        background: #00559d;
    }

    .inx-swiper .inx-prev:hover, .inx-swiper .inx-next:hover {
        color: #00559D;
    }

    .inx-swiper .inx-pic {
        transition: opacity 150ms linear 100ms, transform 150ms ease-in-out 100ms;
    }

    .inx-swiper .swiper-container:hover .inx-pic {
        opacity: 0.5;
        transform: scale(0.9);
    }

    .inx-swiper .swiper-container .inx-pic:hover {
        opacity: 1;
        transform: scale(1);
        transition-delay: 0ms, 0ms;
    }

    .inx-swiper .inx-pic:hover img {
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%);
        filter: gray;
    }

@media (max-width: 1680px) {

    .index-two li {
        padding: 0 49px;
    }

    .ine-big {
        height: 583px;
    }
}

@media (max-width:1459px) {

    .int-font {
        padding: 0 50px;
    }

    .index-two li {
        padding: 0 29px;
    }

    .ine-ltit {
        bottom: 40px;
    }

    .inf-font p {
        margin-bottom: 30px;
    }

    .inf-font {
        padding: 23px 23px 30px;
    }

    .ine-big {
        height: 502px;
    }

    .inv-dec {
        height: 60px;
        line-height: 60px;
        bottom: -60px;
    }
}

@media (max-width:1259px) {

    .int-pic {
        width: 40%;
    }

    .int-font {
        width: 60%;
        padding: 0 30px;
    }

    .int-right {
        padding-left: 30px;
    }

    .int-swiper {
        width: 310px;
        height: 310px;
        padding: 50px 40px 0;
    }

        .int-swiper h3 {
            margin-bottom: 30px;
        }

        .int-swiper .swiper-slide {
            height: 86px;
        }

        .int-swiper .int-prev, .int-swiper .int-next {
            bottom: 55px;
        }

        .int-swiper .int-prev {
            left: 120px;
        }

        .int-swiper .int-next {
            right: 120px;
        }

    .index-two li {
        width: 33.3333%;
        text-align: center;
        margin-bottom: 30px;
    }

        .index-two li:nth-child(3n)::after {
            display: none;
        }

    .ine-big {
        height: 397px;
    }

    .ino-dec {
        font-size: 16px;
        bottom: 5px;
    }

    .ine-rtit {
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .ine-ltit h3 {
        font-size: 16px;
    }

    .ine-ltit p {
        font-size: 14px;
    }

    .ine-ltit span {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        padding-left: 25px;
        background-position: right 20px center;
        margin-top: 0;
        background-size: 7px;
    }

    .ine-ltit {
        bottom: 25px;
    }
}

@media (max-width:991px) {

    .int-left, .int-right {
        width: 50%;
    }

    .int-right {
        margin-top: 95px;
    }

    .int-font {
        width: 200%;
        position: static;
    }

    .int-pic {
        width: 100%;
    }

    .int-font h3 {
        margin: 20px 0 10px;
    }

    .ine-ltit span {
        width: 200px;
        height: 40px;
        line-height: 40px;
        padding-left: 40px;
        background-position: right 40px center;
        font-size: 15px;
    }

    .ine-rtit {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .inv-nav a {
        margin: 0 7px;
    }

    .inx-swiper {
        padding: 56px 60px 0;
    }

    .ine-big {
        height: 315px;
    }
}

@media (max-width:767px) {

    .index-one {
        padding-top: 40px;
    }

        .index-one li {
            width: 100%;
            margin-bottom: 20px;
        }

    .index-tit {
        font-size: 26px;
        line-height: 30px;
    }

    .ino-dec {
        font-size: 16px;
        bottom: 15px;
    }

    .index-two {
        padding: 40px 0;
        background: none;
    }

    .int-left, .int-right {
        width: 100%;
    }

    .index-two .index-tit {
        text-align: center;
    }

    .int-box {
        margin: 35px 0;
    }

    .int-font {
        width: 100%;
        padding: 0;
        border-right: none;
    }

        .int-font p {
            font-size: 14px;
            line-height: 24px;
        }

        .int-font h3 {
            font-size: 20px;
        }

    .int-right {
        margin-top: 0;
        padding-left: 0;
    }

    .index-two ul {
        padding-top: 40px;
    }

    .index-two li {
        width: 50%;
        padding: 0;
        margin-bottom: 20px;
    }

        .index-two li:nth-child(3n)::after {
            display: block;
        }

        .index-two li:nth-child(2n)::after {
            display: none;
        }

    .int-num {
        font-size: 30px;
    }

        .int-num span {
            font-size: 40px;
        }

        .int-num i {
            font-size: 20px;
        }

    .index-two li p {
        font-size: 14px
    }

    .int-swiper {
        margin: 0 auto;
    }

    .index-three {
        padding: 0px 0 25px;
    }

    .ine-nav a {
        font-size: 26px;
        margin: 0 7px;
    }

    .ine-left, .ine-bot {
        width: 100%;
        padding: 10px 7.5px;
    }

    .ine-right {
        width: 100%;
        position: static;
    }

    .ine-list {
        width: 100%;
        padding: 10px 7.5px;
    }

    .ine-top {
        padding: 0;
    }

    .ine-rc img {
        width: 100%;
    }

    .ine-rtit {
        font-size: 16px;
    }

    .index-four {
        padding: 20px 0 0px;
    }

    .inf-nav {
        padding: 10px 0 25px;
    }

    .inv-nav {
        padding: 15px 0 5px;
        margin-bottom: 15px;
    }

        .inf-nav a, .inv-nav a {
            font-size: 16px;
        }

    .inf-swiper .swiper-container {
        padding-bottom: 30px;
    }

    .inf-font p {
        margin-bottom: 20px;
    }

    .inf-font h3 {
        font-size: 18px;
    }

    .index-five {
        padding: 40px 0 40px;
    }

    .inv-left, .inv-mid, .inv-right {
        width: 100%;
        float: none;
        padding: 10px 5px;
    }

    .inv-mid {
        position: static;
        padding: 0;
    }

    .inv-top {
        padding: 10px 5px;
    }

    .inx-swiper {
        padding: 15px 0 0;
    }

        .inx-swiper .inx-prev, .inx-swiper .inx-next {
            display: none;
        }

        .inx-swiper .swiper-container {
            padding-bottom: 30px;
        }

    .index-six {
        padding-bottom: 5px;
    }

    .ine-ltit span {
        display: none;
    }

    .ine-ltit h3 {
        font-size: 16px;
        line-height: 24px;
        transform: translateY(0);
    }

    .ine-ltit p {
        font-size: 13px;
        line-height: 20px;
        transform: translateY(0);
    }

    .ine-ltit {
        bottom: 25px;
    }

    .inv-dec {
        bottom: 0;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .ine-swiper {
        position: static;
        display: none;
    }

        .ine-swiper.on {
            display: block;
        }

    .ine-big {
        height: auto;
    }
}





