@charset "utf-8";


/* CSS Document */


@keyframes scaleDraw {

    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    0% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        /*开始为原始大小*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
.bannerVideo {
    width: 40%;

    height: 4.6rem;
    position: absolute;
    top: 36%;
    right: 4%;
    overflow: hidden;
    z-index: 3;
}

.bf-an {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.videoBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.2rem;
    border-radius: 15px;
}

#videDivo1 {
    width: 96%;
    height: 96%;
    position: absolute;
    top: 2%;
    left: 2%;
    display: none;
    border-radius: 10px;
    overflow: hidden;
}

.banner-content-digitizing {
    width: 100%;
    height: 100%;
    background: rgba(86, 93, 134, 0.7);
    border-radius: 10px;
    padding: 0.15rem;
    position: relative;
    z-index: 101;
}


.digitizing-video {
    width: 100%;
    height: 100%;
    z-index: 99;
    position: relative;
    object-fit: cover;

}

.banner-play {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1010;
    margin: -0.4rem 0 0 -0.4rem;
    background: url("../images/banner-play.svg") no-repeat;
    background-size: 100% 100%;
}
.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;

}


.banner-container .swiper-slide {
    overflow: hidden;
    position: relative;

}

.banner-container .swiper-slide video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}




.bannerBar {
    position: absolute;
    bottom: 37%;
    left: 1.19rem;
    width: 100%;

}




.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 10px;
    height: 10px;
    background: #fff !important;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    margin-right: 14px !important;
    float: left;

}



.banner-container .swiper-pagination-bullet-active {
    border-radius: 20px;
    width: 0.33rem;
}



.banner-txt {
    width: 93%;
    position: absolute;
    top: 40%;
    padding-left: 1.19rem;
    color: #fff;
    opacity: 0;
    transition-duration: 2s;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
    top: 45%;
}


.banner-txt dl dd h1 {
    font-size: 0.48rem;
    line-height: 1.3;
    font-family: "SourceHanSansCN-bold";
    text-shadow: 2px 2px 2px #333333;

}

.banner-txt dl dd h1 b {
    font-size: 0.72rem;
}

.banner-txt dl dd p {
    font-size: 0.2rem;
    line-height: 1;
    text-shadow: 2px 2px 2px #333333;
}

.homeBox1 {
    padding: 1rem 0 0.5rem 0;
}

.homeTi {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c31412;
}

.homeTi p {
    font-size: 0.44rem;
    font-weight: bold;
    padding: 0 0.24rem;
    font-family: 'syhtB';
}

.homeTi span {
    display: block;
    width: 1.32rem;
    height: 1px;
    background: linear-gradient(left, rgba(154, 154, 154, 0) 29%, rgb(152, 151, 151) 74%);
    background: -o-linear-gradient(left, rgba(154, 154, 154, 0) 29%, rgb(152, 151, 151) 74%);
    background: -ms-linear-gradient(left, rgba(154, 154, 154, 0) 29%, rgb(152, 151, 151) 74%);
    background: -moz-linear-gradient(left, rgba(154, 154, 154, 0) 29%, rgb(152, 151, 151) 74%);
    background: -webkit-linear-gradient(left, rgba(154, 154, 154, 0) 29%, rgb(152, 151, 151) 74%);
}

.homeTi span.right {
    background: linear-gradient(left, rgb(152, 151, 151) 29%, rgba(154, 154, 154, 0) 74%);
    background: -o-linear-gradient(left, rgb(152, 151, 151) 29%, rgba(154, 154, 154, 0) 74%);
    background: -ms-linear-gradient(left, rgb(152, 151, 151) 29%, rgba(154, 154, 154, 0) 74%);
    background: -moz-linear-gradient(left, rgb(152, 151, 151) 29%, rgba(154, 154, 154, 0) 74%);
    background: -webkit-linear-gradient(left, rgb(152, 151, 151) 29%, rgba(154, 154, 154, 0) 74%);
}

.tZi {
    font-size: 0.18rem;
    text-align: center;
    margin-bottom: 0.4rem;
}

.ywLis dl {
    width: 32%;
    float: left;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 0.6rem;
}

.ywLis dl dt {
    overflow: hidden;
}

.ywLis dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.ywLis dl:hover dt img {
    transform: scale(1.1);
}

.ywLis dl:nth-child(3n) {
    margin-right: 0;
}

.ywLis dl dd {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    height: 40%;
    background: linear-gradient(top, rgba(51, 89, 128, 0) 21%, rgba(48, 84, 122, 0.9) 74%);
    background: -o-linear-gradient(top, rgba(51, 89, 128, 0) 21%, rgba(48, 84, 122, 0.9) 74%);
    background: -ms-linear-gradient(top, rgba(51, 89, 128, 0) 21%, rgba(48, 84, 122, 0.9) 74%);
    background: -moz-linear-gradient(top, rgba(51, 89, 128, 0) 21%, rgba(48, 84, 122, 0.9) 74%);
    background: -webkit-linear-gradient(top, rgba(51, 89, 128, 0) 21%, rgba(48, 84, 122, 0.9) 74%);
    text-align: center;
    font-size: 0.2rem;
    padding-top: 0.7rem;
}

.homeAbout {
    position: relative;
}

.pcImg {
    width: 100%;
    display: block;

}

.mobileImg {
    display: none;
}

.abTxt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.abTxt h1 {
    font-size: 0.48rem;
    font-family: 'syhtB';
}

.abTxt p {
    font-size: 0.18rem;
    width: 50%;
    margin-top: 0.2rem;
}

.shuList {
    display: flex;
    margin: 0.3rem 0 0.6rem 0;
}

.shuList dl {
    margin-right: 0.32rem;
}

.shuList dd {
    font-size: 0.48rem;
    font-weight: bold;
    font-family: 'syhtB';
    text-align: center;
    line-height: 1.2;
}

.shuList dt {
    font-size: 0.18rem;
    text-align: center;
    line-height: 1.3;
}

.moreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.84rem;
    height: 0.47rem;
    color: #fff;
    background: #c31412;
    font-size: 0.18rem;
    border-radius: 0.3rem;
    transition-duration: .5s;
}

.moreBtn:hover {
    color: #fff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .35);
}

.homeNews {
    background: #f7f7f7;
    padding: 0.9rem 0;
}

.newBox {
    margin-top: 0.3rem;
}

.newLe {
    width: 31.6%;
    float: left;
    overflow: hidden;
}

.new01 {
    height: 2.04rem;
    background: #fff;
    padding: 0.22rem;
    position: relative;
    overflow: hidden;
}

.new01:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c31412;
    height: 2px;
    width: 0;
    transition-duration: .5s;
}

.new01:hover:After {
    width: 100%;
}

.new01 dt {
    font-weight: bold;
    font-family: 'syhtB';
    font-size: 0.2rem;
}

.new01 dd span {
    font-size: 0.14rem;
    color: #777;
    display: block;
    margin: 0.05rem 0;
}

.new01 dd p {
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

.newImg {
    height: 2.91rem;
    overflow: hidden;
}

.newImg img,
.newRi .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.newLe:hover .newImg img,
.newRi .swiper-slide:hover img {
    transform: scale(1.1);
}

.newCenter {
    width: 33%;
    float: left;
    margin: 0 1.9%;
}

.newCenter .new01 {
    height: 1.5rem;
    margin-bottom: 0.22rem;
    transition-duration: .5s;
}

.newCenter .new01 dd p {
    color: #999999;
}

.newCenter .new01 dd span {
    color: #c31412;
}

.newCenter .new01:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.newRi {
    position: relative;
}

.newRi .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 4.95rem;
}

.newRi .swiper-slide p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 0.18rem;
    padding: 0.25rem;
}

.newRi .swiper-pagination-bullet {
    background: transparent !important;
    border: 2px solid #fff;
    opacity: 1;

}

.newRi .swiper-pagination-bullet-active {
    background: #fff !important;
}

.newRi .bannerBar {
    left: auto;
    bottom: 0.8rem;
    right: 0.25rem;
}

.newRi .swiper-pagination {
    text-align: right;
}

.homeHzhb {
    background: url(../images/bg.jpg) no-repeat center;
    padding: 1.2rem 0;
}

.hzLis {
    margin-top: 0.3rem;
}

.hzLis li {
    width: 19%;
    float: left;
    margin-bottom: 0.17rem;
    margin-right: 1.2%;
}

.hzLis li a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 0.98rem;
    border: 1px solid #a9b5cb;
    background: #fff;
    transition-duration: .5s;
}

.hzLis li a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 99%;
    transition-duration: .5s;
}

.hzLis li:nth-child(5n) {
    margin-right: 0;
}

.hzLis li a:hover {
    transform: scale(1.1);
}

.hzMore {
    display: block;
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.2rem;
}




@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1650px) {

    .main-menu .navigation>li>a {
        font-size: 0.2rem;
    }
}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {
    .hzLis li a img {
        max-height: 70%;
    }
}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 992px) {}

@media only screen and (max-width: 760px) {

    .swiper-slide .b-img,
    .pcImg {
        display: none;
    }

    .s-img,
    .mobileImg {
        display: block;
    }

    .banner-txt {
        padding-left: 20px;
    }

    .banner-txt dl dd p {
        font-size: 15px;
    }

    .banner-txt dl dd h1 {
        font-size: 18px;
    }

    .banner-txt dl dd h1 b {
        font-size: 20px;
    }

    .bannerBar {
        left: 20px;
        bottom: 10px;
    }

    .homeBox1,
    .homeNews,
    .homeHzhb {
        padding: 30px 0;
    }

    .homeTi p {
        font-size: 22px;
    }

    .tZi,
    .abTxt p,
    .shuList dt {
        font-size: 14px;
    }

    .ywLis dl {
        width: 48%;
    }

    .ywLis dl:nth-child(3n) {
        margin-right: 2%;
    }

    .ywLis dl dd {
        font-size: 14px;
        padding-top: 20px;
    }

    .abTxt p {
        width: 97%;
        line-height: 1.3;
    }

    .shuList dd {
        font-size: 16px;
    }

    .shuList {
        display: block;
    }

    .shuList:after {
        content: '';
        clear: both;
        display: block;
    }

    .shuList dl {
        width: 32%;
        text-align: center;
        margin-right: 1%;
        float: left;
    }

    .abTxt h1 {
        font-size: 18px;
    }

    .moreBtn,
    .new01 dd p,
    .newRi .swiper-slide p,
    .hzMore {
        font-size: 14px;
    }

    .newLe,
    .newCenter {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .new01 {
        height: auto;
        padding: 15px;
    }

    .new01 dt {
        font-size: 16px;
    }

    .new01 dd span {
        font-size: 12px;
    }

    .newImg,
    .newCenter .new01,
    .newRi .swiper-slide {
        height: auto;
    }

    .hzLis li {
        width: 32%;
    }

    .hzLis li:nth-child(5n) {
        margin-right: 1.2%;
    }
	.swiper-slide-active .banner-txt{ top:30%;}
.bannerVideo{ height:40%;  width:60%; top:auto; bottom:20px}

}