@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);
    }
}

.banner-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 1.08rem;

}


.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 {
    position: absolute;
    bottom: 0.3rem;
    left: 0;
    width: 100%;

}

.bannerBar .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0 !important;
}


.banner-container .swiper-pagination-bullet {
    cursor: pointer;
    transition-duration: .5s;
    background: rgba(255, 255, 255, 0.75) !important;
    width: 0.69rem;
    height: 0.09rem;
    border-radius: 0.3rem;
    opacity: 1;
    margin: 0 10px !important;
}

.banner-container .swiper-pagination-bullet-active {
    background: #0f71bb !important;
}


.banner-txt {
    width: 100%;
    position: absolute;
    bottom: 1.8rem;
    color: #fff;
    opacity: 0;
    transition-duration: 2s;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
}

.swiper-slide-active .banner-txt {
    opacity: 1;
    bottom: 0.7rem;
}


.banner-txt dl dd {
    font-size: 0.48rem;
    font-family: "SourceHanSansCN-Bold";
    font-weight: bold;
    letter-spacing: 4px;
    text-shadow: 2px 2px 2px #5f5f5f;
}

.homeNews {
    padding: 0.74rem 0;
}

.homeTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}

.homeTitle dt p {
    font-size: 0.2rem;
    text-transform: uppercase;
    color: #666;
    padding-left: 0.2rem;
    position: relative;
}

.homeTitle dt p::before {
    content: '';
    width: 0.13rem;
    height: 0.13rem;
    background: #0f71bb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.065rem;
}

.homeTitle dt h1 {
    font-size: 0.38rem;
    font-family: "SourceHanSansCN-Bold";
    line-height: 0.77rem;
    background: linear-gradient(left, rgb(246, 246, 246) 41%, rgb(255, 255, 255) 89%);
    background: -o-linear-gradient(left, rgb(246, 246, 246) 41%, rgb(255, 255, 255) 89%);
    background: -ms-linear-gradient(left, rgb(246, 246, 246) 41%, rgb(255, 255, 255) 89%);
    background: -moz-linear-gradient(left, rgb(246, 246, 246) 41%, rgb(255, 255, 255) 89%);
    background: -webkit-linear-gradient(left, rgb(246, 246, 246) 41%, rgb(255, 255, 255) 89%);
    width: 3.1rem;
    padding-left: 0.02rem;

}

.homeTitle a {
    font-size: 0.2rem;
    color: #0f71bb;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeTitle a span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.27rem;
    height: 0.27rem;
    background: #0f71bb;
    position: relative;
    border-radius: 50%;
    margin-left: 0.1rem;
    transition-duration: .5s;
}

.homeTitle a span::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 0.07rem solid #fff;
    border-top: 0.05rem solid transparent;
    border-bottom: 0.05rem solid transparent;
    transition-duration: .5s;
}

.homeTitle a:hover span {
    width: 0.35rem;
    height: 0.35rem;
}

.newBox {
    height: 5.16rem;
    background: #f4f4f4;
    display: block;
    padding: 0.53rem 0.2rem;
    position: relative;
}

.newTi {
    font-size: 0.22rem;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;

}

.newDate {
    position: absolute;
    border-top: 1px solid #c0c0c0;
    width: 90%;
    left: 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 0.4rem;
    padding-top: 0.1rem;
}

.newDate h1 {
    font-size: 0.72rem;
    font-family: "SourceHanSansCN-Bold";
    color: #0058a8;
    line-height: 1.4;
}

.newDate h2 {
    font-size: 0.2rem;
    color: #999;
    font-family: "SourceHanSansCN-Bold";
    line-height: 1.4;
    text-align: right;
}

.newBox dd {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    overflow: hidden;
    opacity: 0;
    transition-duration: .5s;
    z-index: 1;
}

.newBox dd img {
    width: 100%;
    height: 100%;
    display: block;
    transition-duration: .5s;
    opacity: 0.75;
}

.newBox:hover dd {
    opacity: 1;
}

.hotspots .swiper-slide-active .newBox dd {
    opacity: 1;
}

.hotspots .swiper-slide-active .newTi {
    color: #fff;
}

.newBox:hover dd img {
    transform: scale(1.1);
}

.newBox:hover .newTi {
    color: #fff;
}

.newBox dd span {
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(top, rgba(16, 111, 186, 0.7) 7%, rgba(15, 110, 186, 0) 76%);
    background: -o-linear-gradient(top, rgba(16, 111, 186, 0.7) 7%, rgba(15, 110, 186, 0) 76%);
    background: -ms-linear-gradient(top, rgba(16, 111, 186, 0.7) 7%, rgba(15, 110, 186, 0) 76%);
    background: -moz-linear-gradient(top, rgba(16, 111, 186, 0.7) 7%, rgba(15, 110, 186, 0) 76%);
    background: -webkit-linear-gradient(top, rgba(16, 111, 186, 0.7) 7%, rgba(15, 110, 186, 0) 76%);

    z-index: 1;
}


.homePro {
    width: 100%;
    position: relative;
    /* background: url(../images/p.jpg) no-repeat center center; */
    padding: 0.85rem 0;
    background-attachment: fixed;
    /* background-size: contain; */

    /* 确保背景图固定 */
    overflow: hidden;
}

.homePro .picbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    height: 1000px;
    background: url(../images/p.jpg) no-repeat center center;
    animation: run 12s linear infinite;
    background-size: 100% 100%;
}

@keyframes run {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.04);
    }

    50% {
        transform: scale(1.08);
    }

    75% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1);
    }
}

.homePro .wrap {
    display: flex;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.homePro .homeTitle {
    border-bottom: none;
    width: 45%;
    display: block;
    position: relative;
    z-index: 2;
}

.homePro .homeTitle dt p {
    color: #fff;
}

.homePro .homeTitle dt p::before {
    background: #fff;
}

.homePro .homeTitle dt h1 {
    width: 100%;
    height: auto;
    line-height: 1.3;
    color: #fff;
    background: linear-gradient(left, rgba(255, 255, 255, 0.2) 7%, rgba(255, 255, 255, 0) 76%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 7%, rgba(255, 255, 255, 0) 76%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2) 7%, rgba(255, 255, 255, 0) 76%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 7%, rgba(255, 255, 255, 0) 76%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 7%, rgba(255, 255, 255, 0) 76%);
    padding: 0.1rem 0;
    margin-bottom: 0.9rem;
}

.homePro .homeTitle a {
    justify-content: flex-start;
    color: #fff;
}

.homePro .homeTitle a span {
    background: #fff;
}

.homePro .homeTitle a span::before {
    border-left: 0.07rem solid #0f71bb;
}

.proRight {
    width: 42%;
}

.proRight dl {
    width: 48%;
    float: left;
    margin-bottom: 0.7rem;
}

.proRight dl a {
    display: block;
    background: #fff;
    padding: 0 0.2rem;
    height: 3.08rem;
    transition-duration: .5s;
}

.proRight dl:nth-child(2n) {
    float: right;
    margin-top: 0.3rem;
}

.proRight dl dt {
    width: 1.24rem;
    margin: 0 auto;
    position: relative;
    top: -0.36rem;
}

.proRight dl dd {
    position: relative;
    top: -0.4rem;
    text-align: center;
}

.proRight dl dd h1 {
    font-weight: normal;
    font-size: 0.26rem;
}

.proRight dl dd p {
    font-size: 0.2rem;
    line-height: 1.4;
    margin: 0.15rem 0 0.25rem 0;
}

.proRight dl dd span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.35rem;
    height: 0.43rem;
    font-size: 0.18rem;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #cdcdcd;
    border-radius: 0.3rem;
}

.proRight dl a:hover {
    background: #0058a8;
    color: #fff;
}

.homeCase {
    padding: 0.7rem 0;
}

.caseBox {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.caseLe {
    width: 32%;
}

.caseLe a {
    display: block;
    position: relative;

}



.caseImg {
    overflow: hidden;
}

.caseImg img {
    width: 100%;
    display: block;
    transition-duration: .5s;
}

.caseTxt {
    background: #f4f4f4;
    padding: 0.2rem;
}

.caseLe a:hover .caseImg img {
    transform: scale(1.1);
}

.caseTitle {
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.25rem;
}

.caseSj {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
}

.caseSj img {
    width: 0.27rem;
    margin-right: 0.1rem;
}

.caseRi {
    background: #f4f4f4;
    width: 32%;
}

.caseRi li a {
    display: block;
    border-bottom: 1px dashed #ebebeb;
    padding: 0.18rem;
    font-size: 0.2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 0.4rem;
}

.caseRi li a::before {
    content: '';
    width: 0.1rem;
    height: 0.1rem;
    background: #0f71bb;
    position: absolute;
    left: 0.2rem;
    top: 0.3rem;
}

.caseLe a:after,
.caseRi li a:after {
    content: '';
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.03rem;
    background: #0f71bb;
    transition-duration: .5s;
}

.caseLe a:hover:after,
.caseRi li a:hover:after {
    width: 100%;
}

.mobileImg {
    display: none;
}

.pcImg {
    display: block;
}

.homePp .homeTitle {
    border: none;
    padding-top: 0.7rem;
}

.ppBox {
    background: #f1f5fb;
}

.hzList {
    width: 100%;
    position: relative;
    perspective: 1000;
    -webkit-perspective: 1000;
    z-index: 10;
    top: -0.8rem
}



.hzList ul {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    transform: perspective(1000px) rotateX(50deg);
    transform-style: preserve-3d;

}

.hzList ul li {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 0.2rem;
    background-color: #fff;
    height: 1.5rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    -webkit-transition: all .5s;
    box-shadow: 0 0 15px rgba(0, 88, 168, 0.2);
}

.hzList ul li img {
    max-width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 80%;
    display: block;
}

.hzList ul li:hover {
    transform: translateZ(20px);
}


.hzList ul li:nth-child(5n) {
    margin-right: 0%;
}

.homeLink {
    position: relative;
    top: -0.7rem;
}

.linkLis li {
    float: left;
    width: 25%;
    font-size: 0.2rem;
}

/*  */
.ppbox {
    width: 100%;
    background: #f6f8fe;
    padding-bottom: 0.4rem;
}

.our-kh-box {
    width: 106%;
    height: 680px;
    transform: perspective(1000px) rotateX(45deg);
    transform-style: preserve-3d;
    margin-top: -60px;
}

.our-kh-box .khSwiper {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.our-kh-box .khSwiper .swiper-slide {
    display: flex;
    margin-bottom: 0.3rem !important;
}

.kh-logo {
    width: 18.42%;
    margin-right: 1%;
    height: 1.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px 10px #dbe1ea;
    cursor: pointer;
    transition-duration: 0.5s;
    top: 0;
}

.kh-logo:hover {
    top: -15px;
    box-shadow: 0 0 10px 10px #c7dcec;
}

.kh-logo:last-child {
    margin-right: 0;
}

.kh-logo img {
    position: absolute;
    max-height: 80%;
    max-width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*  */

@media (-webkit-device-pixel-ratio: 1.25) {}

@media (-webkit-device-pixel-ratio: 1.5) {}




@media only screen and (max-width: 1650px) {}

@media only screen and (max-width: 1450px) {

    .newTi,
    .proRight dl dd p,
    .caseRi li a,
    .caseTitle,
    .linkLis li {
        font-size: 17px;
    }

    .homeTitle dt p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1366px) {

    .newTi,
    .proRight dl dd p,
    .caseRi li a,
    .caseTitle,
    .linkLis li {
        font-size: 16px;
    }

    .homeTitle dt p {
        font-size: 18px;
    }
}

@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;
    }

    .mobileImg {
        display: block;
    }

    .s-img {
        display: block;
    }

    .homePro .homeTitle {
        width: 100%;
    }

    .proRight {
        width: 100%;
    }

    .proRight dl a {
        height: 3.6rem;
    }

    .homeTitle a {
        font-size: 16px;
    }

    .caseBox {
        flex-wrap: wrap;
    }

    .caseLe {
        width: 48%;
    }

    .caseRi {
        width: 100%;
        margin-top: 15px;
    }

    .caseSj {
        font-size: 15px;
    }

    .linkLis li {
        width: 50%;
    }

    .banner-txt dl dd {
        font-size: 25px;
        padding: 0 5%;
    }
.banner-container .swiper-wrapper{height:280px;}
.banner-container {
    margin-top: 0.7rem;
}
}