@charset "utf-8";


/* CSS Document */


.xwBox1 a {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    /* 子元素高度拉伸 */
}

.newPic {
    width: 60%;
    overflow: hidden;
    position: relative;
}

.newPic .swiper-slide {
    position: relative;

}

.newPic p {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0.1rem 0.2rem;
    font-size: 0.18rem;
}

.newPic p span {
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwBox1 {
    display: flex;
    justify-content: left;
    align-items: self-start;
}

.xwBox1 .swiper-pagination {
    text-align: right;
    padding-right: 0.2rem;
}

.xwBox1 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.xwBox1 .swiper-pagination-bullet-active {
    background: #005aab;
}

.newPic img {
    object-fit: cover;
}

.newPic img,
.caseList dl dt img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.newRight {
    width: 38%;
    margin-left: 2%;
}

.newRight ul li {
    border-bottom: 1px solid #eee;
    position: relative;
    margin-bottom: 0.05rem;
    padding-bottom: 0.1rem;
}

.newRight ul li a {
    position: relative;
    padding-left: 0.2rem;
    transition-duration: .5s;
    font-size: 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;

}

.newRight ul li a p {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newRight ul li a::before {
    content: '';
    width: 0.04rem;
    height: 0.04rem;
    background: #005aab;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    margin-top: -0.02rem;
}

.newRight ul li a:hover {
    padding-left: 0.3rem;
}

@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);
    }
}

.boxVideo {

    width: 42%;
    height: 50%;
    position: absolute;
    margin: 0px auto;
    top: 13%;
    left: 10%;
    mix-blend-mode: screen;
}

.boxVideo video {
    display: block;
    width: 100%;
    object-fit: cover;


}

.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;

}


.banner-container .swiper-slide {
    overflow: hidden;

}

.swiper-slide .b-img {
    width: 100%;
    display: block;
}

.swiper-slide-active .b-img {

    animation: changeScale 1 3s;
}

.s-img {
    display: none;
}






.bannerBar .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    bottom: 0.4rem !important;
}

.banner-container .swiper-pagination-bullet {

    cursor: pointer;
    transition-duration: .5s;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border: none !important;
    border-radius: 50%;
    opacity: 1;
    margin: 0 0.08rem !important;
    float: left;
    color: #fff;
    position: relative;

}




.banner-container .swiper-pagination-bullet-active {
    /* background-color: #006acc !important;
    opacity: 1;
    border: 1px solid #006acc !important; */
    background: #024a9e;
}



.banner-txt {
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0;
    color: #fff;
    opacity: 0;
    transition-duration: 2s;


}

.swiper-slide-active .banner-txt {
    opacity: 1;
    bottom: 10%;
}



.banner-txt dl dd h1 {
    font-size: 0.42rem;
    font-weight: bold;
    text-shadow: 2px 2px 2px #333333;
}


.banner-txt dl dd p {
    font-size: 0.26rem;
    line-height: 1;
}

.homeBg {
    background: url(../images/homeBgjpg.jpg) no-repeat center;
    padding: 0.8rem 0 1.22rem 0;
    position: relative;
    background-size: 100% 100%;
}

.about01 {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    color: #fff;
}

.aboutTxt {
    width: 70%;
}

.aboutTxt h1 {
    font-size: 0.3rem;
}

.aboutTxt p {
    font-size: 0.2rem;
}



.homeTitle h1 {
    font-size: 0.78rem;
    text-transform: uppercase;
    opacity: 0.14;
    line-height: 1;
}

.homeTitle h2 {
    font-size: 0.48rem;
    position: relative;
    top: -0.2rem;
    line-height: 1;

}

.abList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0;
    flex-wrap: wrap;
}

.abList dl {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;

}

.abList dl dt {
    width: 0.73rem;
}

.abList dl dt i {
    font-size: 0.6rem;
}

.abList dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abList dl dd h1 {
    font-size: 0.7rem;
    margin-right: 0.05rem;
    line-height: 1.4;
}

.abList dl dd p {
    font-size: 0.24rem;
    line-height: 1.4;
}

.abList dl dd p b {
    display: block;

}

.abList dl:nth-child(2) dt i,
.abList dl:nth-child(3) dt i {
    font-size: 0.5rem;
}

.homeBztl {
    width: 12rem;
    margin: 0 auto;
    position: relative;
}

.yuanImg {
    width: 100%;
    display: block;
}

.bzTi {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 0.2rem;
    left: 0;
}

.bzTi h1 {
    line-height: 1.2;
}

.bzTi i {
    font-size: 0.6rem;
    font-weight: normal;
}

.bzTi p {
    font-size: 0.3rem;
}

.bzList {
    position: absolute;
    width: 88%;
    left: 6%;
    bottom: -1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bzList dl {
    width: 1.62rem;
    position: relative;

}

.bzList dl dt {
    transition-duration: .5s;
}

.bzList dl dt img {
    width: 100%;
    display: block;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bzList dl dd {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    line-height: 1.5;
}

.bzList dl:nth-child(2),
.fwdxBox .bzList dl:nth-child(3),
.bdbkBox .bzList dl:nth-child(3) {
    margin-top: 1.3rem;
}

.bzList dl:hover dt {
    transform: scale(1.1);
}

.bdbkBox .bzList dl:nth-child(5) {
    position: absolute;
    left: -1.6rem;
    top: -1rem;
}

.bdbkBox .bzList dl:nth-child(6) {
    position: absolute;
    left: 20%;
    top: -1.5rem;
}

.bdbkBox .bzList dl:nth-child(7) {
    position: absolute;
    right: 20%;
    top: -1.5rem;
}

.bdbkBox .bzList dl:nth-child(8) {
    position: absolute;
    right: -1.6rem;
    top: -1rem;
}

.ndBox .bzList dl {
    width: 1.5rem;
}

.ndBox .bzList dl dd {
    font-size: 0.18rem;
}

.ndBox .bzList {
    width: 100%;
    left: 0%;
    bottom: -1.2rem;
}

.ndBox .bzList dl:nth-child(3) {
    margin-top: 1.7rem;
}

.ndBox .bzList dl:nth-child(4) {
    margin-top: 1.7rem;
}

.ndBox .bzList dl:nth-child(5) {
    margin-top: 1.3rem;
}

.ndBox .bzList dl:nth-child(7) {
    position: absolute;
    left: -1.2rem;
    top: -0.8rem;
}

.ndBox .bzList dl:nth-child(8) {
    position: absolute;
    left: 10%;
    top: -1.2rem;
}

.ndBox .bzList dl:nth-child(9) {
    position: absolute;
    left: 30%;
    top: -1.5rem;
}

.ndBox .bzList dl:nth-child(10) {
    position: absolute;
    right: 30%;
    top: -1.5rem;
}

.ndBox .bzList dl:nth-child(11) {
    position: absolute;
    right: 10%;
    top: -1.2rem;
}

.ndBox .bzList dl:nth-child(12) {
    position: absolute;
    right: -1.2rem;
    top: -0.8rem;
}


.m {
    width: 100%;
    text-align: center;
    font-size: 120px;
    font-weight: 900;
    color: aliceblue;
    margin-top: 15%;
    position: fixed;
    z-index: 999;
    color: transparent;
    background: linear-gradient(180deg, #fefefe, #bbb);
    -webkit-background-clip: text;
    -webkit-filter: drop-shadow(-1px -1px white) drop-shadow(1px 1px gray) drop-shadow(1px 1px #7a7a7a) drop-shadow(1px 1px #757575) drop-shadow(1px 1px #707070) drop-shadow(1px 1px #6b6b6b) drop-shadow(1px 1px #666666) drop-shadow(1px 1px #616161) drop-shadow(1px 1px #5c5c5c) drop-shadow(1px 1px #575757) drop-shadow(1px 1px #525252) drop-shadow(1px 1px #4d4d4d) drop-shadow(12px 12px 30px rgba(0, 0, 0, 0.2)) drop-shadow(12px 12px 10px rgba(0, 0, 0, 0.2));
}

.canvas {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 6rem;
    z-index: 1;
    overflow: hidden;
}

.canvas div {
    height: 100%;
}

canvas {
    width: 100%;
    height: 100% !important;
}

.homePro {
    position: relative;
}

.homePro {
    padding-top: 1.9rem;

}

.xtImg {
    position: absolute;
    width: 120%;
    top: -0.8rem;
    left: 0;
    z-index: 1;
    left: -10%;
}

.xtImg img {
    width: 100%;
    height: 100%;
    display: block;
    animation: twist 10s ease-in-out infinite alternate;
}

/* 扭曲动画 */
@keyframes twist {
    0% {
        transform: skew(0deg, 0deg) scale(1);
    }

    25% {
        transform: skew(-15deg, -5deg) scale(1);
    }

    50% {
        transform: skew(0deg, 0deg) scale(1);
    }

    75% {
        transform: skew(15deg, 5deg) scale(1);
    }

    100% {
        transform: skew(0deg, 0deg) scale(1);
    }
}

.homePro .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
}

.homePro ul {
    width: 49.5%;
}

.homePro ul li {
    position: relative;
    overflow: hidden;
}

.homePro ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.16rem;
    z-index: 1;
}

.homePro ul li a img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
}

.homePro ul li a p {
    position: absolute;
    bottom: 0.2rem;
    left: 0.3rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
}

.homePro ul li a:hover {
    border-radius: 0.2rem;
}

.homePro ul li a:hover img {
    transform: scale(1.1);
}

.tt {
    background: #1850a3;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation-name: tt;
    animation-name: tt;
    z-index: 2;
    visibility: visible;
}

.homePro .homeTitle {
    position: absolute;
    left: 0;
    top: 0.5rem;
    color: #fff;
    z-index: 2;
}

.homeCase {
    padding: 0.5rem 0 0 0;
}

.homeCase .homeTitle {
    text-align: center;
    margin-bottom: 0.3rem;
}

.homeCase .swiper-container {
    position: relative;
}

.homeCase .swiper-button-prev,
.homeCase .swiper-button-next {
    width: 1rem;
    height: 0.6rem;
    background: #024a9e;
    font-size: 0.1rem;
    color: #fff;
    transition-duration: .5s;
}

.homeCase .swiper-button-prev:hover,
.homeCase .swiper-button-next:hover {
    border-radius: 0.2rem;
}

.homeCase .swiper-button-prev {
    left: 15.5%;
}

.homeCase .swiper-slide {
    cursor: pointer;
}

.homeCase .swiper-slide .pic {
    overflow: hidden;
    background: #000;
}

.homeCase .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition-duration: .5s;
}

.homeCase .swiper-slide .pic:hover img {
    transform: scale(1.1);
    opacity: 0.85;
}

.homeCase .swiper-slide .dw {
    width: 3.85rem;
    height: 5.34rem;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 0.9rem;
    bottom: -0.52rem;
    padding: 0.6rem 0.3rem 0 0.25rem;
    opacity: 0;
    transition-duration: .5s;
}

.homeCase .swiper-slide:hover .dw {
    box-shadow: 0 0 10px #dad8d6;
    bottom: -0.42rem;
}

.homeCase .swiper-slide .dw h1 {
    font-size: 0.26rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0.15rem;
    line-height: 1.3;
}

.homeCase .swiper-slide-active .dw {
    opacity: 1;
}

.homeCase .swiper-slide .dw .neir {
    font-size: 0.16rem;
    line-height: 2;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.homeCase .swiper-button-next {
    right: 15.5%;
    transform: rotateY(180deg);
}

.homeCase .swiper-button-prev:after,
.homeCase .swiper-button-next:after {
    font-size: 0;
}

.homeCase .swiper-slide .dw .casemore {
    width: 0.45rem;
    height: 0.45rem;
    border: 1px solid #024a9e;
    margin-top: 0.6rem;
    font-size: 0.2rem;
    color: #024a9e;
    transform: rotate(180deg);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: .5s;
}

.homeCase .swiper-slide:hover .dw .casemore {
    background: #024a9e;
    color: #fff;
}

.homeNews {
    background: url(../images/newBg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.9rem 0;
}

.newTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}

.newMore {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.53rem;
    height: 0.46rem;
    font-size: 0.2rem;
    border: 1px solid #cdcdcd;
    transition-duration: .5s;
}

.newMore:hover {
    background: #024a9e;
    color: #fff;
}

.news-container {
    overflow: hidden;
}


.homeHzhb {
    background: url(../images/hzBg.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 0.89rem 0;
    position: relative;

}

.homeHzhb .homeTitle,
.homeHzhb .newMore {
    color: #fff;
}

.hzBox {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.hzLeft {

    margin-left: 12%;
    color: #fff;
    width: 40%;
    font-size: 0.2rem;
    position: relative;
    padding-top: 10%;
}

.hzLeft img {
    display: block;
    width: 1.15rem;
    margin-bottom: 0.15rem;
}

.hzRight {
    width: 5.65rem;
    height: 6.2rem;

    justify-content: initial;
    perspective: 500px;
    perspective-origin: center;
    display: flex;
    flex-wrap: wrap;
    direction: initial;

}

.hzRight li {
    width: 30%;
    margin-bottom: 20px;
    margin-right: 5%;
    opacity: 0;
    animation: rotate 7s ease-out infinite;
}

.hzRight li:nth-child(2n) {
    animation: rotate 7s 2.5s ease-out infinite;
}

.hzRight li:nth-child(4n) {
    animation: rotate 8s 1.5s ease-out infinite;
}

.hzRight li:nth-child(5n) {
    animation: rotate 5s 0.5s ease-out infinite;
}

.hzRight li:nth-child(6n) {
    animation: rotate 6s ease-out infinite;
}

@keyframes rotate {
    0% {
        transform: translate3D(0, 0, 200px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3D(0, 0, -200px);
    }
}

@keyframes imageAnim {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }


    100% {
        opacity: 1;
        transform: scale(1.05);
    }
}

.hzRight li:nth-child(3n) {
    margin-right: 0%;
}

.hzRight li .pic {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;

    -webkit-transition: all 1s;
}

.hzRight li img {
    width: 100%;
    display: block;

}

/* .sz_left {
    width: 100%;
    height: 400px;
    position: relative;
    color: #fff;
}


.sz_left.bottom {
    bottom: 0%;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
}

.sz_list {
    width: 30%;
    justify-content: initial;
    perspective: 500px;
    perspective-origin: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.sz_list li {
    width: 30%;
    margin-bottom: 20px;
    margin-right: 5%;
    opacity: 0;
    animation: rotate 7s ease-out infinite;
}



.sz_list li:nth-child(2n) {
    animation: rotate 7s 2.5s ease-out infinite;
}

.sz_list li:nth-child(4n) {
    animation: rotate 8s 1.5s ease-out infinite;
}

.sz_list li:nth-child(5n) {
    animation: rotate 5s 0.5s ease-out infinite;
}

.sz_list li:nth-child(6n) {
    animation: rotate 6s ease-out infinite;
}

@keyframes rotate {
    0% {
        transform: translate3D(0, 0, 200px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3D(0, 0, -200px);
    }
}

.sz_list li:nth-child(3n) {
    margin-right: 0%;
}

.sz_list li .pic {
    background-size: contain;
} */

/* 
.po01 {
    width: 1.1rem;
    top: 0.22rem;
    left: 0.56rem;

}

.po02 {
    width: 1.27rem;
    top: 0.12rem;
    left: 2rem;

}

.po03 {
    width: 2.16rem;
    top: 0;
    right: 0rem;

}

.po04 {
    width: 1.85rem;
    top: 0.89rem;
    right: 0rem;

}

.po05 {
    width: 0.72rem;
    top: 1.28rem;
    left: 0.68rem;

}

.po06 {
    width: 2.33rem;
    top: 1.8rem;
    left: 1.64rem;

}

.po07 {
    width: 1.32rem;
    top: 1.75rem;
    right: 0rem;

}

.po08 {
    width: 1.04rem;
    top: 2.64rem;
    left: 0.56rem;

}

.po09 {
    width: 0.93rem;
    top: 2.7rem;
    left: 2.8rem;

}

.po10 {
    width: 1.1rem;
    top: 2.8rem;
    right: 0rem;

}

.po11 {
    width: 1.73rem;
    top: 3.56rem;
    left: 0.77rem;

}

.po12 {
    width: 1.5rem;
    bottom: 1.5rem;
    left: 2.6rem;

}

.po13 {
    width: 0.96rem;
    bottom: 0.8rem;
    left: 0rem;

}

.po14 {
    width: 0.93rem;
    bottom: 1rem;
    left: 1.4rem;

}

.po15 {
    width: 1.25rem;
    bottom: 1rem;
    right: 0rem;

}

.po16 {
    width: 0.7rem;
    bottom: 0.5rem;
    right: 1.58rem;

}

.po17 {
    width: 0.87rem;
    bottom: 0rem;
    left: 2rem;

} */

.sz_left {
    width: 100%;
    height: 400px;
    position: relative;
    color: #fff;
}


.sz_left.bottom {
    bottom: 0%;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
}

.sz_list {
    width: 100%;
    justify-content: initial;
    perspective: 500px;
    perspective-origin: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.sz_list li {
    width: 15%;
    margin-bottom: 20px;
    margin-right: 5%;
    opacity: 0;
    animation: rotate2 7s ease-out infinite;
}



.sz_list li:nth-child(2n) {
    animation: rotate2 7s 2.5s ease-out infinite;
}

.sz_list li:nth-child(4n) {
    animation: rotate2 8s 1.5s ease-out infinite;
}

.sz_list li:nth-child(5n) {
    animation: rotate2 5s 0.5s ease-out infinite;
}

.sz_list li:nth-child(6n) {
    animation: rotate2 6s ease-out infinite;
}

.sz_list li:nth-child(7n) {
    animation: rotate2 4s ease-out infinite;
}

@keyframes rotate2 {
    0% {
        transform: translate3D(0, 0, 200px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translate3D(0, 0, -200px);
    }
}

.sz_list li:nth-child(3n) {
    margin-right: 0%;
}

.sz_list li .pic {
    background-size: contain;
}

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1680px) {}

@media only screen and (max-width: 1450px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}


@media only screen and (max-width: 992px) {
    .sz_list li {
        -webkit-animation: none !important;
        opacity: 1;
    }
}

@media only screen and (max-width: 760px) {


    .newMore {
        font-size: 12px;
    }

    .swiper-slide .b-img,
    .homeCase .swiper-slide .dw .neir,
    .homeCase .swiper-slide .dw .casemore {
        display: none;
    }

    .mobileImg,
    .s-img {
        display: block;
    }

    .banner-txt dl dd h1 {
        font-size: 20px;
    }


    .banner-txt {
        padding-right: 0;
    }

    .banner-txt dl dd p {
        font-size: 16px;
    }

    .about01 {
        display: block;
    }

    .homeTitle h1 {
        font-size: 30px;
    }

    .homeTitle h2,
    .abList dl dd h1 {
        font-size: 26px;
    }

    .aboutTxt,
    .homeBztl,
    .bzList,
    .homePro ul {
        width: 100%;
        left: 0;
    }

    .aboutTxt h1 {
        font-size: 16px;
    }

    .aboutTxt p,
    .abList dl dd p {
        font-size: 14px;
    }



    .abList dl {
        width: 50%;
    }

    .homeBztl {
        padding-bottom: 60px;
    }

    .homePro .homeTitle {
        top: 0;
        position: relative;
        margin-bottom: 15px;
    }

    .homePro .wrap,
    .hzBox {
        display: block;
    }

    .homeCase .swiper-slide .dw {
        width: 80%;
        height: 60px;
        padding: 10px;
        left: 10%;
    }

    .hzLeft {
        width: 100%;
        margin-left: 0;
        padding: 15px;
        font-size: 16px;
    }

    .homeHzhb {
        background-size: cover;
    }
}