/* 2025-9-15修改 */
.banner-container {
    padding-top: 1.05rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #000a50;
    flex-wrap: wrap;
}

/* 2025-9-15修改 */

/* .banner-container .swiper-slide {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #000a50;
    flex-wrap: wrap;
} */

/* 2025-9-15修改 修改样式类名*/
.banner-container .left {
    width: 50%;
    height: 7.38rem;
    background: url(../images/banner-bg.png) no-repeat center center;
    padding: 2rem 0.75rem 0 1rem;
    color: #fff;
}


.banner-container .left h1 {
    font-size: 0.26rem;
    line-height: 0.4rem;
}

.banner-container .left span {
    display: inline-block;
    font-size: 0.24rem;
    line-height: 0.6rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
    margin-top: 0.3rem;
}

.banner-container .left .btn {
    width: 2.25rem;
    line-height: 0.66rem;
    border-radius: 0.15rem;
    background: #0d67f8;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    cursor: pointer;
    transition-duration: .5s;
    display: block;
}

.banner-container .left .btn:hover {
    background: #004dc9;
    border-radius: 0;
}

/* 2025-9-15修改 ，修改样式类名*/
/* 2025-9-15修改高度 ，修改样式类名*/
.banner-container .right {
    width: 45%;
    position: relative;
    margin-right: 5%;
    height: 4.8rem;
}


.banner-container .right img {
    display: block;
    width: 100%;
}

.banner-container .right video,
.banner-container .right img {
    width: 100%;
}

/* 2025-9-15修改高度 ，修改样式类名*/
.contr {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;

}

.contr img {
    display: block;
    width: 100%;
    transition-duration: .5s;
}

.contr:hover img {
    transform: rotate(180deg);
}

.noticeBox {

    padding: 0.45rem 0.9rem;
    background: #f8f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* 9-29修改宽度 */
.noticeBox .left {
    width: 2.3rem;
    font-size: 0.3rem;
    color: #132c8d;
    font-weight: bold;
}

.noticeBox .left a {
    color: #132c8d;
}

/* 9-29修改宽度 */
.noticeBox .right {
    width: calc(100% - 2.3rem);

    /* height: 1rem; */
    overflow: hidden;
}

.jzgg .swiper-slide {
    padding-right: 0.25rem;
}

.noticeList {
    width: 100%;
    position: relative;
    font-size: 0.21rem;
    cursor: pointer;
    line-height: 0.5rem;
}

/* 9-18修改样式 */
.noticeList a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 0.2rem;
}

/* 9-18修改padding值 */
.noticeList p {
    height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* flex: 1; */
    /* 占据剩余空间 */
    min-width: 0;
    /* 重要：允许内容被截断 */
    padding-right: 10px;
    color: #333;

}

/* 9-18删除padding-left */
.noticeList span {
    align-items: center;
    display: flex;
    color: #0d67f8;
    white-space: nowrap;
    /* 防止span内文字换行 */
    flex-shrink: 0;
    margin-right: 8px;
}

.noticeList p a {
    transition-duration: .5s;
}

/* 9-18 新增 */
.noticeList span img {
    width: 18px;
}

/* 2025-9-15修改 */
.noticeList p a:hover {
    color: #0d67f8;
}

/* 2025-9-15修改 */
.noticeList:after {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #c7c7c7;
    position: absolute;
    content: "";
    left: 0;
    top: 0.21rem;
    transition-duration: .5s;
}

.noticeList polyline:hover:after {
    background: #004dc9;
}

.in-warp {
    width: 100%;
    padding: 0 0.95rem;
}

.index-padd {
    padding-top: 0.7rem;
    padding-bottom: 1.5rem;
}

.indexBit {
    width: auto;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.3rem;
    font-weight: bold;
    color: #21292f;
    margin-bottom: 0.35rem;
}

.indexBit p {
    line-height: 0.84rem;
}

.yzsbBox {
    width: 100%;
    position: relative;
    margin-bottom: 1.25rem;
}

/*  */
.Menubox1 {
    width: 54%;
    height: 0.56rem;
    position: relative;
    margin-top: 0.14rem;
    margin-left: 0.2rem;
}

.Menubox1 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Menubox1 li {
    text-align: center;
    cursor: pointer;
    height: 0.56rem;
    line-height: 0.56rem;
    text-align: center;
    font-size: 0.22rem;
    color: #333333;
    position: relative;
    margin: 0 0.18rem;
    font-weight: bold;
}

.Menubox1 li:hover {
    color: #0d67f8;
}

.Menubox1 li:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0d67f8;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: -webkit-transform .32s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1);
    transition: transform .6s cubic-bezier(.4, 0, .2, 1), -webkit-transform .6s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}



.Menubox1 li.hover {
    color: #0d67f8;
}

.Menubox1 li:hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.Menubox1 li.hover:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.Contentbox1 {
    width: 100%;

    position: relative;
}

.CbContainer1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    padding: 0.2rem 0.74rem 0 0.74rem;
}

.CbContainer1:nth-child(1) {
    position: relative;
}

.Contentbox1 .block {
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

.yzsbBtn {
    width: 2.25rem;
    line-height: 0.66rem;
    border-radius: 0.15rem;
    background: #0d67f8;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    cursor: pointer;
    transition-duration: .5s;
    margin: 30px auto 0;
}

.yzsbBtn a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.yzsbBtn:hover {
    background: #0046b8;
}

.CbContainer1 .swiper-slide {
    background: #f8f8f8;
    border-radius: 0.15rem;
    padding: 0.3rem 0.45rem;
    transition-duration: .5s;
    cursor: pointer;
}

.CbContainer1 .swiper-slide:hover {
    background: #efefef;
}

/* 2025-9-15修改 */
.CbContainer1 .swiper-slide p {
    font-size: 0.24rem;
    line-height: 0.32rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
    color: #151e24;
    height: 1rem;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* 2025-9-15修改 */
.CbContainer1 .swiper-slide span {
    display: inline-block;
    width: 100%;
    line-height: 0.32rem;
    color: #0d67f8;
    font-size: 0.2rem;
    margin-bottom: 8px;
}

/* 2025-9-16修改高度 */
.CbContainer1 .swiper-slide .pic {
    width: 100%;
    height: 5.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* 2025-9-16修改高度 */

/* 2025-9-15修改 */
.CbContainer1 .swiper-slide .pic img {
    width: 100%;
    display: block;
    transition-duration: .5s;
    height: 100%;
}

/* 2025-9-15修改 */
.CbContainer1 .swiper-slide:hover .pic img {
    transform: scale(0.95);
}

.index-padd .swiper-button-prev,
.index-padd .swiper-button-next {
    width: 40px;
    height: 40px;
    /* border: 2px solid #d2d2d2; */
    border-radius: 100%;
    transition-duration: .5s;
}

.index-padd .swiper-button-prev {
    left: -20px;
}

.index-padd .swiper-button-next {
    right: -20px;
}

.index-padd .swiper-button-prev:after,
.index-padd .swiper-button-next:after {
    font-size: 32px;
    font-weight: bold;
    color: #0d67f8;
    transition-duration: .5s;
}

.index-padd .swiper-button-prev:hover,
.index-padd .swiper-button-next:hover {
    /* border: 2px solid #0d67f8; */

}

.index-padd .swiper-button-prev:hover:after,
.index-padd .swiper-button-next:hover:after {
    color: #0d67f8;
}

.hotswiper,
.ppzsswiper {
    position: relative;
}

/*  */
.hotPro {
    width: 100%;
    margin-bottom: 1.5rem;
}

.hotProList .swiper-slide {
    background: #f8f8f8;
    border-radius: 0.15rem;
    padding: 0.3rem 0.35rem;
    transition-duration: .5s;
}

/* 2025-9-15修改 */
.hotProList .swiper-slide .pic {
    width: 100%;
    height: 4.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.hotProList .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: .5s;
}

/* 2025-9-15修改 */
.hotProList .swiper-slide:hover .pic img {
    transform: scale(0.95);
}

.hotProList .swiper-slide .more {
    width: 100%;
    display: inline-block;
    border-radius: 0.1rem;
    border: 1px solid #0d67f8;
    line-height: 0.6rem;
    color: #0d67f8;
    transition-duration: .5s;
    text-align: center;
    font-size: 0.22rem;
    margin-top: 10px;
}

.hotProList .swiper-slide .more:hover {
    background: #0d67f8;
    color: #fff;
}

.hotProList .swiper-slide p {
    font-size: 0.22rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #151e24;
    text-align: center;
    min-height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hotProList .swiper-slide span {
    display: inline-block;
    width: 100%;
    line-height: 0.3rem;
    color: #0d67f8;
    font-size: 0.2rem;
}

.hotProList .swiper-slide:hover {
    background: #ececec;
}

/*  */
.in-about {
    width: 100%;
    background: #f8f8f8;
    padding: 0.76rem 0 0.15rem 0;
    margin-bottom: 1.15rem;
    position: relative;
}

.about-map {
    width: 11.74rem;
    height: 5.17rem;
    background: url(../images/map.png) no-repeat;
    background-size: 100%;
    position: relative;
}

.aboutText {
    position: absolute;
    top: 0.75rem;
    left: 0.55rem;
}

.aboutText h1 {
    font-size: 0.42rem;
    line-height: 0.4rem;
    color: #21292f;
    margin-bottom: 0.35rem;
}

.aboutText p {
    width: 6.4rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
    margin-bottom: 0.25rem;
}

.aboutText .more {
    width: 2.25rem;
    display: inline-block;
    border-radius: 0.1rem;
    background: #0d67f8;
    line-height: 0.6rem;
    color: #fff;
    transition-duration: .5s;
    text-align: center;
    font-size: 0.22rem;
    margin-top: 0.42rem;
}

.aboutText .more:hover {
    background: #004dc8;
    color: #fff;
}

/*  */
.boll {
    position: absolute;
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 16px;
    color: #0046b8;
}

.boll span {
    margin-left: 10px;
    display: inline-block;
}

.boll .list_boll {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 14px 3px #136fbf;
    position: relative;
    -webkit-animation: bordershow 3s infinite;
    -moz-animation: bordershow 3s infinite;
    animation: bordershow 3s infinite;
    cursor: pointer;
}

.boll .list_boll:after,
.boll .list_boll:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #76a4ed;
    background: rgba(13, 103, 248, 0.5);
    box-shadow: 0px 0px 4px rgba(255, 255, 255, 0.5);
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
}

.boll .list_boll:after {
    -webkit-animation: boderM 3s infinite;
    -moz-animation: boderM 3s infinite;
    animation: boderM 3s infinite;
}

.boll .list_boll:before {
    -webkit-animation: boderM 3s .75s infinite;
    -moz-animation: boderM 3s .75s infinite;
    animation: boderM 3s .75s infinite;
}

.b1 {
    left: 1.75rem;
    top: 0.85rem;
}

.b2 {
    left: 2.97rem;
    bottom: 1.5rem;
}

.b3 {
    left: 5.45rem;
    top: 1rem;
}

.b4 {
    left: 6.05rem;
    bottom: 2.1rem;
}

.b5 {
    right: 1.49rem;
    top: 0.7rem;
}

.b6 {
    right: 3.5rem;
    top: 2.15rem;
}

.b7 {
    right: 3.95rem;
    top: 1.2rem;
}

.b8 {
    right: 3.65rem;
    top: 1.9rem;
}

.b9 {
    right: 0.65rem;
    bottom: 1.8rem;
}

.b10 {
    right: 1.5rem;
    bottom: 2.2rem;
}

.b11 {
    right: 1.25rem;
    bottom: 2.5rem;
}

.b12 {
    right: 0.75rem;
    bottom: 2.85rem;
}

.b13 {
    right: 2.22rem;
    bottom: 2.5rem;
}

.b13 span {
    margin-left: 0;
    margin-right: 12px;
}

.b14 {
    right: 2.8rem;
    bottom: 2.7rem;
}

.b15 {
    right: 1.25rem;
    bottom: 3.4rem;
    font-weight: bold;
    font-size: 18px;
    color: #0d67f8;
}

.lineBox {
    position: absolute;
}

.lis1 {
    position: absolute;
    width: 0.27rem;
    height: 0.78rem;
    right: 1.9rem;
    top: 0.8rem;
}

.lis2 {
    position: absolute;
    width: 8.07rem;
    height: 1.2rem;
    right: 2rem;
    top: 0.4rem;
}

.lis3 {
    position: absolute;
    width: 8.76rem;
    overflow: hidden;
    -webkit-transition: all 7s cubic-bezier(0.39, 0.575, 0.565, 1);
    height: 3.2rem;
    right: 1.3rem;
    top: 0.4rem;

}

.lls {
    position: absolute;
    right: 0;
    top: 0%;
    width: 0;
    height: 0;
    -webkit-transition: all 7s cubic-bezier(0.39, 0.575, 0.565, 1);
    background: url(../images/line.png) no-repeat;
    background-position: right top;

}

.active .lls {
    width: 100%;
    height: 100%;
    background-size: 8.76rem 3.2rem;
}


/* .active .lis3 {
    width: 8.76rem;
} */


/* .lis3 .lls {
    background: center center no-repeat;
    background-size: contain;
    width: 100vw;
    height: 2.25rem;
} */

@keyframes boderM {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes boderM {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes line {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/*  */

/*  */
.zmdlBox {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background: #f8f8f8;
    margin-bottom: 1rem;
}

.zmdlBox .pic {
    width: 48%;
    position: relative;
    overflow: hidden;
}

.zmdlBox .pic img {
    display: block;
    position: relative;
    z-index: 1;
    animation: run 12s linear infinite;
}

.zmdlBox .pic .dw {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0.4rem 0.85rem;
    z-index: 2;

}

.zmdlBox .pic .dw p {
    font-size: 0.36rem;
    line-height: 0.54rem;
    font-weight: bold;
}

.zmdlBox .pic .dw p span {
    width: 100%;
    display: inline-block;
    font-weight: normal;
    line-height: 0.4rem;
    font-size: 0.22rem;
}

.zmdlBox .pic .dw .more {
    width: 2.25rem;
    line-height: 0.66rem;
    border-radius: 0.15rem;
    background: #0d67f8;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    cursor: pointer;
    transition-duration: .5s;
    margin-top: 1.6rem;
    display: inline-block;
}

.zmdlBox .pic .dw .more:hover {
    background: #024ec9;
}

.zmdlBox .text {
    width: 52%;
    padding: 0.45rem 0.85rem 0 0.45rem;
}

.zmdlBox .text h1 {
    width: 100%;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: 0.2rem;
    color: #21292f;
}

.zmdlBox .text .pText {
    font-size: 0.2rem;
    line-height: 0.37rem;
    color: #21292f;
    margin-bottom: 0.15rem;
}

/* 9-29修改 */
.zmdlBox .text .pText p {
    position: relative;
    padding-left: 0.3rem;
    display: flex;
    justify-content: left;
    align-items: center;
}

/* 9-29修改样式 */
.zmdlBox .text .pText p span {
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #21292f;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0.08rem;
    top: 0.16rem;
}

.zmdlBox .text .link {
    color: #21292f;
    font-size: 0.2rem;
}

.zmdlBox .text .link a {
    color: #0046b8;
    text-decoration: underline;
}

/*  */
.ppzs {
    overflow: hidden;
    margin-bottom: 1.5rem;
    position: relative;
}

.ppzs .swiper-slide {
    border-radius: 0.15rem;
    border: 1px solid #e3e6e7;
    padding: 20px;
    background: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    cursor: pointer;
}

.ppzs .swiper-slide img {
    display: inline-block;
    max-width: 80%;
    transition-duration: .5s;
}

.ppzs .swiper-slide:hover img {
    transform: scale(1.1);
}

/*  */
.carTeam-list {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin-bottom: 1.1rem;
}

.carTeam-list li {
    width: 23.5%;
    border-radius: 0.15rem;
    cursor: pointer;
    transition-duration: .5s;
    position: relative;
    top: 0;
    margin-bottom: 0.25rem;
    margin-right: 2%;
    min-height: 1.4rem;
    padding: 0.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    color: #21292f;
    line-height: 0.34rem;
}

.carTeam-list li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #333;
}

.carTeam-list li a:hover {
    color: #0d67f8;
}

.carTeam-list li:nth-child(4n) {
    margin-right: 0;
}

.carTeam-list li:nth-child(1) {
    background: url(../images/probg1.png) no-repeat 90% 80% #f8f8f8;
    transition-duration: .5s;
}



.carTeam-list li:nth-child(2) {
    background: url(../images/probg2.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(3) {
    background: url(../images/probg3.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(4) {
    background: url(../images/probg4.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(5) {
    background: url(../images/probg5.png) no-repeat 90% 80% #f8f8f8;
}


.carTeam-list li:nth-child(6) {
    background: url(../images/probg6.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(7) {
    background: url(../images/probg7.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(8) {
    background: url(../images/probg8.png) no-repeat 90% 80% #f8f8f8;
}


.carTeam-list li:nth-child(9) {
    background: url(../images/probg9.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(10) {
    background: url(../images/probg10.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(11) {
    background: url(../images/probg11.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(12) {
    background: url(../images/probg12.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:nth-child(13) {
    background: url(../images/probg13.png) no-repeat 90% 80% #f8f8f8;
}


.carTeam-list li:nth-child(14) {
    background: url(../images/probg14.png) no-repeat 90% 80% #f8f8f8;
}



.carTeam-list li:hover {
    box-shadow: 0 0 15px #c0c0c0;
    transform: scale(1.01);
}

.indexFaq {
    width: 100%;
    min-height: 3.7rem;
    background: url(../images/faq-bg.jpg)no-repeat;
    background-size: 100% 100%;
    padding: 0.33rem;
    color: #fff;
    position: relative;
}

.indexFaq .bit {
    font-size: 0.3rem;
    line-height: 0.5rem;
    font-weight: bold;
}

.indexFaq .bit span {
    font-weight: normal;
    display: inline-block;
    font-size: 0.24rem;
    padding-left: 7px;
}

.faqList {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

/* 9-17修改样式 */
.faqList dl {
    width: 32.333%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 1.5%;
}

.faqList dl:nth-child(3n) {
    margin-right: 0;
}

/* 9-17修改样式 */
/* 2025-9-17修改 */
.faqList dl dt {
    width: 1.6rem;
    text-align: right;
    padding-right: 5px;
    line-height: 0.5rem;
    font-size: 0.2rem;
}

/* 2025-9-15修改 */
.faqList dl dt span {
    color: #e70000;
    font-size: 20px;
    padding-right: 3px;
}

/* 2025-9-17新增样式 */
.faqList dl:nth-child(10) {
    width: 100%;
    margin-right: 0;
}

.faqList dl dd {
    width: calc(100% - 1.6rem);
}

.faqList dl:nth-child(10) dd {
    display: flex;
}

.faqList dl:nth-child(10) dd textarea {
    width: 100%;
    outline: none;
    background: #fff;
    padding: 0 0.175rem;
    color: #757575;
    border: none;
    font-size: 0.2rem;
    height: 1.2rem;
    line-height: 0.47rem;
    padding-top: 0.03rem;
    border-radius: 0.1rem;
    font-family: 'iconfont';
}

.faqList dl dd select {
    width: 100%;
    outline: none;
    background: #fff;
    padding: 0 0.15rem;
    color: #757575;
    border: none;
    font-size: 0.2rem;
    height: 0.5rem;
    line-height: 0.47rem;
    padding-top: 0.03rem;
    border-radius: 0.1rem;

}

/* 9-18 新增select 自定义样式 */
.faqList dl dd .select {
    position: relative;
}

.faqList dl dd select {
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

.faqList dl dd .select::after {
    content: "";
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/select-icon1.jpg) no-repeat center center;
    pointer-events: none;
    transition: transform 0.3s ease;
}

/* 2025-9-15 修改 */
.faqList dl dd input {
    width: 100%;
    outline: none;
    background: #fff;
    padding: 0 0.2rem;
    color: #757575;
    border: none;
    font-size: 0.2rem;
    height: 0.5rem;
    line-height: 0.47rem;
    padding-top: 0.03rem;
    border-radius: 0.1rem;
}

/* 9-28 新增宽度 */
.faqList dl:last-child {
    width: 44%;
    position: relative;
}

/* 9-17新增样式 */
/* .faqList dl:last-child dd {
    width: auto;
} */
/* 9-28，修改宽度 */
.faqList dl:last-child dd input {
    width: 3.4rem;
}

.hotProList {
    position: relative;
    overflow: hidden;
}

/* 9-17修改bottom值 */
.indexFaq .more {
    width: 2.9rem;
    line-height: 0.58rem;
    border-radius: 0.15rem;
    background: #0d67f8;
    color: #fff;
    text-align: center;
    font-size: 0.2rem;
    cursor: pointer;
    transition-duration: .5s;
    display: inline-block;
    position: absolute;
    right: 0.33rem;
    bottom: 0.45rem;
}

.indexFaq .more:hover {
    background: #0552cf;
}

@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);
    }
}

.ppzsBox {
    position: relative;
}

/* 9-17修改样式 */
.mo-map {
    width: 100%;
    display: none;
    margin-bottom: 20px;
}

.mo-map img {
    display: block;
    width: 100%;
}

/* 2025-9-29 新增样式 */
.videoBox {
    /* width: 100%; */
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
}

.banner-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: all 0.5s ease;
}

.banner-video.playing {
    opacity: 1 !important;
    z-index: 9;
}

.banner-container .swiper-slide .right img {
    z-index: 1;
}

/* 修改后的悬浮样式 - 应用到videoBox */
.videoBox.minimized {
    position: fixed !important;
    width: 300px !important;
    height: 169px !important;
    top: auto;
    left: auto;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    transition: all 0.5s ease;
    cursor: move;
    /* overflow: hidden; */
}


.videoBox.minimized .video-control {
    width: 50px;
}

.video-control {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    cursor: pointer;
}

/* 关闭按钮样式 */
.video-close-btn {
    position: absolute;
    top: -30px !important;
    right: 0px !important;
    left: auto !important;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1001;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.videoBox.minimized+.video-close-btn {
    opacity: 1;
}

.videoBox.minimized .video-close-btn {
    opacity: 1;
}

.video-close-btn:before,
.video-close-btn:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 2px;
    background: #333;
}

.video-close-btn:before {
    transform: rotate(45deg);
}

.video-close-btn:after {
    transform: rotate(-45deg);
}

/* 拖拽时的样式 */
.videoBox.dragging {
    cursor: grabbing !important;
    transition: none !important;
}

/* 2025-9-15 新增样式 */
/* 9-16新增移动端视频模块 */
.mobile-video {
    display: none;
    width: 100%;
    position: relative;
    height: 250px;
}

.mobile-video video {
    width: 100%;
    height: 220px;
}

/* 9-29新增 */
@media only screen and (max-width: 1660px) {
    .b15 {
        right: 1.2rem;
    }

    .b12 {
        right: 0.55rem;
    }

    .b9 {
        right: 0.5rem;
    }

    .b11 {
        right: 1.15rem;
    }
}

@media only screen and (max-width: 1440px) {

    .banner-container .swiper-slide .left .btn,
    .yzsbBtn,
    .hotProList .swiper-slide .more,
    .aboutText .more {
        font-size: 16px;
    }

    /* 9-17删除样式 .faqList dl dt*/
    /* .faqList dl dt {
        width: 35%;
    } */
    .faqList dl dt {
        width: 1.7rem;
    }

    /* 9-29新增 */
    .b15 {
        right: 1.1rem;
        bottom: 3.35rem;
    }

    .b12 {
        right: 0.4rem;
        bottom: 2.85rem;
    }

    .b11 {
        right: 1rem;
    }

    .b10 {
        right: 1.35rem;
    }
}

@media only screen and (max-width: 1366px) {
    .boll {
        font-size: 13px;
    }

    .in-warp {
        padding: 0 0.6rem 1rem 0.6rem;
    }

    /* 9-17删除样式 .faqList dl dt*/
    /* .faqList dl dt {
        width: 35%;
    } */

    .indexFaq .more {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 760px) {
    .in-warp {
        padding: 0 15px;
    }

    .CbContainer1 {
        padding: 0.2rem 15px 0 15px;
    }

    .banner-container .swiper-slide .left {
        width: 100%;
        height: auto;
        padding: 25px 15px;
    }

    .banner-container .swiper-slide .left span {
        margin-bottom: 30px;
    }

    .banner-container .swiper-slide .right {
        width: 100%;
    }

    .banner-container .swiper-slide .left h1 {
        font-size: 22px;
    }

    .banner-container .swiper-slide .left p {
        margin-bottom: 30px;
    }

    .noticeBox {
        padding: 20px 10px;
    }

    .Menubox1 {
        width: 100%;
        height: 90px;
        margin-top: 0;
        margin-left: 0;
    }

    /* 9-29 修改background */
    .Menubox1 li {
        height: 42px;
        line-height: 42px;
        font-size: 15px;
        margin: 0;
        width: 49%;
        margin: 0 0.5% 3px 0.5%;
        font-weight: normal;
        background: #f1f1f1;
    }

    .Menubox1 li:after {
        width: 60%;
        height: 2px;
        left: 20%;
    }

    /* 9-16修改字号高度 */
    .CbContainer1 .swiper-slide span,
    .hotProList .swiper-slide span {
        line-height: 26px;
        font-size: 15px;
    }

    /* 9-29 修改样式 */

    .hotProList .swiper-slide p {
        font-size: 14px;
        line-height: 22px;
        height: 46px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0;
        font-weight: normal;

    }

    /* 9-29新增样式 */
    .CbContainer1 .swiper-slide p {
        font-size: 14px;
        line-height: 22px;
        height: 46px;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    /* 9-16修改字号高度 */
    .yzsbBtn {
        width: 50%;
        line-height: 42px;
        font-size: 17px;
        margin: 30px auto 0;
    }

    .hotProList .swiper-slide .more {
        width: 160px;
        margin: 0 auto;
        line-height: 42px;
        font-size: 17px;
        display: inherit;
    }

    .aboutText .more,
    .indexFaq .more {
        width: 50%;
        line-height: 42px;
        font-size: 17px;
    }

    .hotProList .swiper-slide {
        padding: 30px 0.35rem;
    }

    .aboutText {
        position: relative;
        top: 0;
        left: 0;
    }

    .in-about {
        padding: 15px;
    }

    .aboutText h1 {
        margin-bottom: 15px;
    }

    .aboutText p {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .zmdlBox .pic {
        width: 100%;

    }

    .zmdlBox .text {
        width: 100%;
        padding: 15px;
    }

    .zmdlBox .text h1 {
        width: 100%;
        font-size: 16px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .zmdlBox .text .pText {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .zmdlBox .text .link {
        font-size: 16px;
    }

    /* 9-29修改background-size */
    .carTeam-list li {
        width: 48.5%;
        margin-right: 3%;
        font-size: 14px;
        background-size: 16% !important;
        min-height: 1.1rem;
        font-weight: normal;
    }

    .carTeam-list li:nth-child(2n) {
        margin-right: 0;
    }

    .carTeam-list li:nth-child(4n) {
        margin-right: auto;
    }

    .zmdlBox .pic .dw .more {
        width: 50%;
        line-height: 42px;
        font-size: 17px;
        margin-top: 30px;
    }

    .zmdlBox .pic .dw p span {
        font-size: 16px;
    }

    .about-map {
        display: none;
    }

    .faqList dl {
        width: 100%;
    }

    /* 9-16修改新增样式 */
    .faqList dl dt {
        width: 100%;
        padding-right: 0;
        line-height: 30px;
        font-size: 14px;
        text-align: left;
        position: relative;
        padding-left: 10px;
    }

    /* 9-16修改新增样式 */
    .faqList dl dd input,
    .faqList dl dd select {
        width: 100%;
        padding: 0 10px;
        font-size: 13px;
        line-height: 30px;
        height: 30px;
    }

    .indexFaq {
        padding: 30px 15px;
    }

    .indexFaq .bit span {
        font-size: 16px;
        padding-left: 10px;
    }

    .mo-map {
        display: block;
    }

    .indexFaq {
        margin-bottom: 50px;
    }

    .ppzs {
        overflow: inherit;
    }

    .ppzs .swiper-button-prev {
        left: -10px;
    }

    .ppzs .swiper-button-next {
        right: -10px;
    }

    /* 9-16修改字号 */
    .noticeBox .left {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    /* 9-16修改字号 */
    .noticeBox .right {
        width: 100%;
        height: auto;
    }

    .noticeList p:after {
        top: 15px;
    }

    .noticeList {
        font-size: 15px;
        line-height: 38px;
    }

    .faqList dl {
        flex-wrap: wrap;
    }

    .indexFaq .more {
        width: 70%;
        position: relative;
        right: 0;
        margin-top: 30px;
    }

    /* 9-16新增样式 */
    .banner-container .left {
        width: 100%;
        height: auto;
        background: url(../images/banner-bg.png) no-repeat center center;
        padding: 30px;
    }

    .banner-container .right {
        width: 100%;
        margin-right: 0;
        display: none;
    }

    .banner-container .left h1 {
        font-size: 21px;
    }

    .indexBit {
        font-size: 20px;
    }

    .aboutText h1 {
        font-size: 20px;
    }

    .hotProList .swiper-slide .pic {
        height: 240px;
        text-align: center;
        margin: 0 auto;
        width: 180px;
    }

    .faqList dl dt span {
        display: inline-block;
        position: absolute;
        left: 0;
    }

    .banner-container .left .btn {
        font-size: 16px;
    }

    .mobile-video {
        width: 90%;
        display: block;
        height: 200px;
        margin-bottom: 30px;
    }

    .CbContainer1 .swiper-slide .pic {
        width: 180px;
        height: 240px;
        margin: 0 auto;
    }

    .ppzs .swiper-slide {
        padding: 0px;
        height: 1.1rem;
    }

    /* 9-17新增样式 */
    .faqList dl dd {
        width: 100%;
    }

    .faqList dl {
        margin-right: 0;
    }



    .faqList dl:nth-child(10) dd textarea {
        font-size: 14px;
        line-height: 30px;
        height: 80px;
    }

    .faqList dl:last-child dd input {
        width: 100%;
    }

    .video-control img {
        width: 50px;
    }

    .mobile-video video {

        height: 200px;
    }

    .noticeList p {
        width: 80%;
        padding-left: 7px;
    }

    .noticeList span {
        display: flex;
        padding-left: 10px;
        align-items: center;
    }

    .CbContainer1 .swiper-slide span {
        display: none;
    }

    .index-padd .swiper-button-prev,
    .index-padd .swiper-button-next {
        display: none;
    }

    .zmdlBox .pic .dw {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #fff;
        padding: 30px 20px;
        z-index: 2;
    }

    /* 9-29样式修改 */
    .hotProList .swiper-slide p {
        height: 80px;
        overflow: hidden;
    }

    .hotPro {

        margin-bottom: 30px;
    }

    /*  */
    .noticeList:after {
        width: 5px;
        height: 5px;
        top: 15px;
    }

    /* 9-18 */
    .noticeList p {
        height: auto;
    }

    /* 9-28修改 */
    .zmdlBox .text .pText p {
        padding-left: 0.25rem;
    }

    .zmdlBox .text .pText p span {
        width: 4px;
        height: 4px;
        position: absolute;
        left: 2px;
        top: 12px;
    }

    .zmdlBox {
        margin-bottom: 20px;
    }

    .ppzs {
        margin-bottom: 24px;
    }

    .carTeam-list li a {
        display: flex;
        align-items: center;
    }

    .indexFaq .bit {
        font-size: 20px;
    }

    .faqList dl dd .select::after {
        top: 0.17rem;
        background-size: 130% 130%;
    }

    /* 9-19 新增*/
    .faqList dl dd input::placeholder,
    .faqList dl dd select::placeholder {
        color: #757575;
    }

    .in-about {
        margin-bottom: 40px;
    }

    /* 9-28新增样式 */
    .indexFaq {
        background: url(../images/m-faq-bg.jpg)no-repeat;
        background-size: 100% 100%;
    }

    /* 9-29 */
    .faqList dl:last-child {
        width: 100%;
        position: relative;
    }

    .faqList dl:last-child dt {
        width: 30%;
        position: relative;
    }

    .faqList dl:last-child dd {
        width: 70%;
    }

    .indexFaq .captcha-container {
        margin-left: 30%;
        width: 72%;
        margin-top: 10px;
    }

    .carTeam-list li a {
        font-size: 80%;
    }

    .ppzsswiper {
        position: relative;
        padding: 0 30px;
    }
}