/* 杞挱鍥 */
.banner {
    position: relative;
    height: 8.18rem;
    width: 100%;
}

.banner .swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-container .swiper-wrapper {
    height: 100%;
}
.banner .t1 {
    background-image: url(../images/t1.png);
    right: 26px;
    left: auto;
}
.banner .v1 {
    background-image: url(../images/v1.png);
    left: 26px;
    right: auto;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .pic1 {
    display: block;
    height: 100%;
    background: no-repeat center center / cover;
}

.banner .swiper-container .swiper-pagination {
    margin-bottom: 10px;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
    background-color: transparent;
    opacity: 1;
    margin-right: .17rem;
    box-sizing: border-box;
}

.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    border-radius: 8px;
}

.banner .banner-title {
    position: absolute;
    width: 7.07rem;
    height: 1.68rem;
    top: .9rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.banner .banner-title img {
    width: 100%;
}


/* 蹇€熼摼鎺 */
.fast {
    background: url(../images/fast-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: 1.3rem;
    padding-bottom: .62rem;
}

.fast ul li {
    position: relative;
    float: left;
    width: 25%;
    height: 1.8rem;
    text-align: center;
    margin-bottom: .78rem;
}
.fast ul li img {
transition: all 0.3s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.fast ul li.item1 img {
    width: .82rem;
    height: .83rem;

}
.fast ul li.item2 img {
    width: .92rem;
    height: .92rem;
}

.fast ul li.item3 img {
    width: .95rem;
    height: .79rem;
}

.fast ul li.item4 img {
    width: .87rem;
    height: .89rem;
}

.fast ul li.item5 img {
    width: .95rem;
    height: .94rem;
}

.fast ul li.item6 img {
    width: .93rem;
    height: .93rem;
}

.fast ul li.item7 img {
    width: .87rem;
    height: .87rem;
}

.fast ul li.item8 img {
    width: .81rem;
    height: .81rem;
}

.fast ul li p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: .2rem;
    color: #003f88;
    font-weight: 700;
    width: 100%;
transition: all 0.3s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.fast ul li:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.fast ul li:hover p{
    color: #003f88;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

/* 鐢宠 */
.application {
    background: url(../images/application-bg.png) no-repeat center center;
    background-size: cover;
    padding-top: .85rem;
    padding-bottom: .89rem;
}

.application .layout {
    padding: 0 .55rem;
}

.application .application-box {
    height: 2.67rem;
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: .25rem;
    box-shadow: 0 0 7px rgba(0, 0, 0, .35);
    padding-top: .5rem;
}

.application .application-box .title {
    font-size: .24rem;
    color: #000;
    text-align: center;
    line-height: .52rem;
font-family: "Source Han Serif SC";
}

.application .application-box .more {
    width: 3.03rem;
    height: .77rem;
    background-color: #ef860a;
    text-align: center;
    line-height: .77rem;
    margin: 0 auto;
    margin-top: .3rem;
border: 1px solid  #ef860a;
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;

}
.application .application-box .more:hover {
background-color:transparent;
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.application .application-box .more a {
    display: block;
    font-size: .28rem;
    font-weight: bold;
    color: #fff;
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;

}
.application .application-box .more:hover a {
color: #ef860a;
}

.video {
    padding-top: .6rem;
    padding-bottom: .95rem;
    background: url(../images/video-bg.png) no-repeat center center;
    background-size: cover;
}

.video h3 {
    font-size: .3rem;
    color: #000;
    text-align: center;
    margin-bottom: .48rem;
font-family: "Source Han Serif SC";
}

.video .video-content {
    height: 4.07rem;
}

.video .video-content .left {
    float: left;
    width: 40%;
    height: 100%;
    /* height: 302px; */
    background-color: #02326b;
    padding: .65rem .49rem .6rem .4rem;
    box-sizing: border-box;
}

.video .video-content .left h4 {
    font-size: .24rem;
    color: #fff;
    margin-bottom: .36rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}


.video .video-content .left p {
    font-size: .16rem;
    color: #bcc7e8;
    line-height: .42rem;
    height: .84rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.video .video-content .right {
    float: right;
    width: 60%;
    height: 100%;
    position: relative;
}
.video .video-content .right  .playButton {
    width: 0.99rem;
    height: 0.99rem;
    background: url(../images/playButton.png) no-repeat center center /cover;
display: block;
position: absolute; 
left: 50%; 
top: 50%;
transform: translate(-50%, -50%); /* 50%涓鸿嚜韬昂瀵哥殑涓€鍗 */
-webkit-transform: translate(-50%, -50%);
z-index: 60
}
video::-webkit-media-controls-enclosure{display: none;}/*鎵€鏈夋帶浠?/
.video .video-content .right video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}
.video .video-button1 {
    position: relative;
}
.video .video-button1 .news-more {
    position: absolute;
    bottom: 15%;
    left: 22%;
    z-index: 30;
    border: 1px solid #fff;
    padding: 0.08rem .18rem;
    font-size: 0.18rem;
    opacity: .5;
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.video .video-button1 .news-more:hover {
background: #fff;
opacity: 1;

border-color:transparent
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.video .video-button1 .news-more a {
    color: #fff;
    font-family: "RobotoRegular";
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.video .video-button1 .news-more:hover a {
color: #02326b;
transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
.video .video-button {
    position: absolute;
    top: 60%;
    left: .4rem;
    z-index: 30;
}

.video .swiper-button-prev,
.video .swiper-button-next,
.video .on-off {
    float: left;
    position: static;
    margin-top: 0;
    width: .34rem;
    height: .32rem;
    background-size: .34rem .32rem;
    background-color: #000;
}

.video .swiper-button-prev {
    background-image: url(../images/video-prev.png);
    border-right: 1px solid #242424;
}

.video .swiper-button-next {
    background-image: url(../images/video-next.png);
}

.video .on-off {
    background-image: url(../images/stop.png);
    border-right: 1px solid #242424;
}

@media screen and (max-width: 1500px) {
    .video .video-content {
        height: 6.07rem;
    }

    .video .video-content .right {
        width: 70%;
    }

    .video .video-content .left {
        width: 30%;
    }
.video .video-button1 .news-more {
    left: 14%;
}
    .video .video-content .left p {
        height: auto;
        -webkit-line-clamp: 4;
        font-size: .18rem;
    }
}

@media screen and (max-width: 1400px) {
    .fast ul li p {
        font-size: .24rem;
    }

    .video .video-content .left p {
        font-size: .18rem;

    }

    .video .swiper-button-prev,
    .video .swiper-button-next,
    .video .on-off {
        width: 0.44rem;
        height: 0.42rem;
        background-size: 0.44rem 0.42rem;
    }
}

@media screen and (max-width: 1150px) {
    .banner .banner-title {
        width: auto;
    }
}


@media screen and (max-width: 1080px) {

    .banner .banner-title {
        width: 9.07rem;
    }

    .video .video-content .left {
        padding: .65rem .4rem .6rem .31rem;
    }
.video .video-button1 .news-more {
    bottom: 5%;

}
    .video .video-content .left p {
        font-size: .2rem;
    }

    .video .swiper-button-prev,
    .video .swiper-button-next,
    .video .on-off {
        width: 0.68rem;
        height: 0.64rem;
        background-size: 0.68rem 0.64rem;
    }

    .video .video-content .left p {
        height: auto;
        -webkit-line-clamp: 4;
    }

    .video .swiper-button-prev,
    .video .swiper-button-next,
    .video .on-off {
        width: 0.54rem;
        height: 0.52rem;
        background-size: 0.54rem 0.52rem;

    }
}

@media screen and (max-width: 920px) {
    .video .video-content {
        height: 5.07rem;
    }

    .video .video-button {
        top: 71%;
    }
}

@media screen and (max-width: 769px) {
    .video .video-button {
        top: 66%;
    }

    .video .swiper-button-prev,
    .video .swiper-button-next,
    .video .on-off {
        width: 0.54rem;
        height: 0.52rem;
        background-size: 0.54rem 0.52rem;
    }
}



@media screen and (max-width: 700px) {
    .fast ul li {
        width: 33%;
    }
}

@media screen and (max-width: 660px) {
    .video .video-content {
        height: 4.07rem;
    }

    .video .video-content .left p {
        height: .84rem;
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 620px) {
    .banner .banner-title {
        width: 100%;
        height: auto;
        padding: 0 30px;
        box-sizing: border-box;
        transform: inherit;
        left: 0;
    }
}

@media screen and (max-width: 580px) {


    .video .swiper-button-prev,
    .video .swiper-button-next,
    .video .on-off {
        width: 0.44rem;
        height: 0.42rem;
        background-size: 0.44rem 0.42rem;
    }

    .video .video-content {
        height: 4.07rem;
    }
}

@media screen and (max-width: 500px) {
    .banner {
        height: 6.18rem;
    }

    .video .video-content {
        height: 100%;
    }

    .video .video-content .left p {
        height: .84rem;
        -webkit-line-clamp: 2;
    }

    .video .swiper-button-prev,
    .video .swiper-button-next,
    .video .on-off {
        width: 0.34rem;
        height: 0.32rem;
        background-size: 0.34rem 0.32rem;

    }

    .video .video-content .left {
        width: 100%;
    }
.video .video-button1 .news-more {
    bottom: 5%;
    right: 23px;
    left: auto;
}
    .video .video-content .right {
        width: 100%;
    }

    .video .video-button {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .video h3 {
        font-size: 24px;
    }

    .video .video-content .left h4 {
        font-size: 16px;
    }

    .video .video-content .left p {
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }
}