/* .banner */
.banner {
    width: 100%;
    height: 10.8rem;
    margin: 0 auto;
}

.swiper-slide {
    height: 10.8rem !important;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #ffffff;
    opacity: 0.7;
    margin: 0 0.12rem !important;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    border: 0.01rem solid #ffffff;
    position: relative;
}

.banner .swiper-pagination-bullet-active::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 50%;
}

.swiper-button-prev,
.swiper-button-next {
    width: 0.5rem !important;
    height: 0.5rem !important;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev>img,
.swiper-button-next>img {
    width: 0.14rem;
    height: 0.2rem;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: '' !important;
}

.inBannerNext:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}

.inBannerPrev:hover {
    background: linear-gradient(163deg, #0055A7 0%, #00A0E9 100%);
}


/* 产品与服务 */
.productMain {
    margin-top: 0.8rem;
}

.mainTit {
    width: 100%;
    margin: 0 auto;
}

.mainTit .mainTit1 {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.44rem;
    color: #000000;
    text-align: center;
}

.mainTit2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    margin: 0.15rem;
    text-align: center;
}

.proList {
    width: 15.2rem;
    height: 7.4rem;
    margin: 0.4rem auto 0;
    display: flex;
    justify-content: space-between;
}

.proList img {
    transition: all 0.3s;
}

.proListL,
.proListR {
    width: 7.5rem;
    height: 100%;
}

.proListL .proItem,
.proListL .proItemTwo {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.proItemTwo .proItem-s {
    overflow: hidden;
    border-radius: 0.1rem;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.proListL .proItemTwo {
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.proListl .proItem:nth-child(2) .proItem-s {
    width: 3.65rem;
    height: 3.6rem;
}

.proListR {
    display: flex;
    justify-content: space-between;
}

.proListR .proItem,
.proListR .proItemTwo {
    width: 3.65rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.proListR .proRItem .proItem-s:nth-child(2) {
    margin-top: 0.2rem;
}

.proItem:hover>img {
    transform: scale(1.1);
}

.proItem-s:hover img {
    transform: scale(1.1);
}

.proItemTit {
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.proItemTit .proItemTit1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    width: 100%;
    text-align: center;
}

.proItemTit .proItemTit2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    margin-top: 0.12rem;
    color: #888888;
    text-align: center;
    width: 100%;
}

.proListL .proItem .proItemTit {
    left: 0.4rem;
    transform: unset;
    width: max-content;
}

.proListL .proItem .proItemTit .proItemTit1,
.proListL .proItem .proItemTit .proItemTit2 {
    color: #ffffff;
    text-align: left;
}

.proItemBg {
    height: 2.2rem;
    top: 0;
    transition: all 0.3s;
}

.proItemBg>div {
    width: 100%;
    padding-top: 0.72rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.more {
    /* border-top: 0.02rem solid #cecece;
    border-bottom: 0.02rem solid #cecece;
    border-left: 0.02rem solid #0055A7;
    border-right: 0.02rem solid #00A0E9; */
    background: linear-gradient(90deg, #0055A7, #00A0E9);
    width: 1.74rem;
    height: 0.46rem;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    display: flex;
    gap: 0.08rem;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto 0;
    padding: 0.02rem;
}

.more span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0055A7;
    background: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    text-align: center;
    line-height: 0.42rem;
    position: relative;
}

.more span::after {
    width: 1.32rem;
    content: '';
    position: absolute;
    bottom: -0.02rem;
    height: 0.02rem;
    background: #CECECE;
    transform: translateX(-50%);
    left: 50%;
}

.more span::before {
    width: 1.32rem;
    content: '';
    position: absolute;
    top: -0.02rem;
    height: 0.02rem;
    background: #CECECE;
    transform: translateX(-50%);
    left: 50%;
}

.more img {
    width: 0.12rem;
    height: 0.12rem;
    transition: all 0.3s;
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.more:hover img {
    transform: translate(0.05rem, -50%);
    filter: brightness(0) invert(1);
}

.more:hover span {
    color: #ffffff;
    background: linear-gradient(90deg, #0055A7, #00A0E9);
}

.more:hover span::after {
    height: 0;
}

.more:hover span::before {
    height: 0;
}

/* 行业应用 */
.industryMain {
    width: 100%;
    height: 9.8rem;
    margin: 1rem auto 0;
    position: relative;
    overflow: hidden;
}

.industryMain>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}

.ids-bg {
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.industry {
    gap: 3.17rem;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.industryL {
    width: 6rem;
}

.industryTit {
    margin-top: 1.2rem;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.44rem;
}

.industryTxt {
    margin-top: 0.15rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
}

.industrycontent {
    margin-top: 1.27rem;
}

.idsConTit {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 0.14rem;
    align-items: center;
}

.idsConTit .idsNumber {
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.36rem;
    color: rgba(255, 255, 255, 0.18);
    text-stroke: 0px #FFFFFF;
    -webkit-text-stroke: 0px #FFFFFF;
}

.idsConTit .idstxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.28rem;
    color: #FFFFFF
}

.idsLine {
    width: 0.06rem;
    height: 0.34rem;
    color: #ffffff;
    font-size: 0.28rem;
}

.idsText {
    width: 6rem;
    height: 1.11rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.36rem;
}

.industrycontent .side-more {
    margin-left: 0;
}

.industrycontent .side-more img {
    filter: brightness(0) invert(1);
}

.industrycontent .side-more span {
    color: #ffffff;
}

.idsList {
    width: 6rem;
    height: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 3.04rem;
}

.idsList .idsItem {
    width: calc(100% / 3);
    height: calc(100% / 2);
    border: 0.01rem solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    position: relative;
}

.idsItemBox {
    padding-left: 0.3rem;
    padding-top: 0.3rem;
    transition: all .3s;
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}

.idsItem .idsImg {
    width: 0.46rem;
    height: 0.46rem;
}

.idsItem .idsImgTxt {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.15rem;
    position: relative;
    width: max-content;
}

.idsItem .idsArrow {
    width: 0rem;
    height: 0.05rem;
    margin-top: 0.15rem;
    overflow: hidden;
    transition: all 0.3s;
}

.idsItem:hover .idsArrow {
    width: 1.42rem
}

.idsItem:hover .idsItemBox {
    width: 2.28rem;
    height: 1.84rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
}


.idsItemBox.idsItemBox-act {
    width: 2.28rem;
    height: 1.84rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
}

.idsItemBox.idsItemBox-act .idsArrow {
    width: 1.42rem;
}

.industryLbox {
    display: none;
    opacity: 0;
    transition: all 0.3s;
}

.ids-bg-act,
.ids-box-act {
    display: block;
    opacity: 1 !important;
    animation: zoom 1s;
}
@keyframes zoom {
    0%{
        width: 110%;
        height: 110%;
    }
    100%{
        width: 100%;
        height: 100%;
    }
}

/* 服务中心 */
.serCenterMain {
    width: 100%;
    margin: 0 auto;
    height: 8.45rem;
    padding-top: 0.8rem;
    background: url('../img/index/serBG.png');
}

.serBox {
    display: flex;
    width: 15.2rem;
    gap: 0.2rem;
    margin: 0.4rem auto 0;
}

.serItem {
    width: 3rem;
    height: 5.2rem;
    transition: all 0.5s;
    cursor: pointer;
    border-radius: 0.04rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem;
    overflow: hidden;
}

.serItem-act {
    width: 8.8rem;
}

.serItembg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sercontent {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.serItem-act .sercontent {
    background: linear-gradient(90deg, #000131 0%, rgba(0, 0, 50, 0.47) 43%, rgba(2, 70, 156, 0) 100%);
}

.serTit {
    display: block;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 5.2rem;
}

.serItem-act .serTit {
    display: none;
}

.serList {
    display: none;
}

.serItem-act .serList {
    display: block;
}

.serList {
    padding-left: 0.69rem;
}

.serList .serTitle {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-top: 0.65rem;
}

.serList .serText {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

.serList .serIcon1 {
    display: flex;
    gap: 0.4rem;
    justify-content: left;
    margin-top: 0.8rem;
}

.serIcon1Box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.serIcon1Box .serIconT {
    font-family: MiSans, MiSans;
    font-weight: 400;
    font-size: 0.36rem;
    color: #FFFFFF;
    width: 100%;
    height: 0.48rem;
    text-align: center;
}

.serIcon1Box .serIconT img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.serIcon1Box .serIconB {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-top: 0.08rem;
}

.serIcon2 {
    display: flex;
    gap: 0.2rem;
    justify-content: flex-start;
    margin-top: 0.3rem;
}

.serIcon2 .serIcon2Box {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 0.03rem;
}

.serIcon2Box img {
    width: 0.16rem;
    height: 0.16rem;
    vertical-align: middle;
}

.serList .side-more .text {
    color: #ffffff;
}

.serList .side-more {
    margin-left: 0;
    margin-top: 0.45rem;
}

.serList .side-more span::after {
    border-color: #0055A7;
}

.serList .side-more .round {
    border-color: #FFFFFF;
}

.serList:hover .side-more .round{
    border-color: #0055A7;
}


.serList .side-more img {
    filter: brightness(0) invert(1);
}

.serIcon3 {
    margin-top: 0.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.serIcon3 .serIcon3Box {
    display: flex;
    gap: 0.07rem;
    align-items: center;
    width: max-content;
}

.serIcon3 .serIcon3Box img:nth-of-type(1) {
    width: 0.16rem;
    height: 0.16rem;
}

.serIcon3 .serIcon3Box a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    opacity: 0.8;
}

.serIcon3 .serIcon3Box img:nth-of-type(2) {
    width: 0.08rem;
    height: 0.16rem;
    transition: all 0.3s;
    opacity: 0.8;
}

.serIcon3Box:hover img:nth-of-type(2) {
    transform: translateX(0.05rem);
    opacity: 1;
}

.serIcon3Box:hover a {
    opacity: 1;
}


/* center */
.centerMain {
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    min-height: 100vh;
    transition: inherit;
}

.centerMain-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.centerBox {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.centerBox .centerTit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    width: 11.6rem;
    margin: 2.76rem auto 0;
    opacity: 0;
    transform: translateY(0.1rem);
    transition: all 1s;
}
.centerBox .centerTit.center-act{
    opacity: 1;
    transform: translateY(0rem);
}
.centerBox .centerText {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
    width: 13.6rem;
    margin: 0.64rem auto 0;
    opacity: 0;
    transform: translateY(0.1rem);
    transition: all 2s;
}
.centerBox .centerText.center-act{
    opacity: 1;
    transform: translateY(0rem);
}
.centerBox .side-more{
    opacity: 0;
    transform: translateY(0.1rem);
    transition: all 3s;
}
.centerBox .side-more.center-act{
    opacity: 1;
    transform: translateY(0);
}
.centerBox .side-more .text {
    color: #ffffff;
}

.centerBox .side-more img {
    filter: brightness(0) invert(1);
}

.centerBox .side-more:hover .line {
    background: #0055A7;
    transition: all 0s 0.3s;
}

.centerBox .numberBox {
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
    gap: 0.72rem;
    padding: 0 2.8rem;
    opacity: 0;
    transform: translateY(0.1rem);
    transition: all 4s;
}
.centerBox .numberBox.center-act {
    opacity: 1;
    transform: translateY(0);
}

.numberBox .line {
    width: 0.12rem;
    height: 0.89rem;
}

.numberList {
    width: max-content;
}

.numberList div:nth-of-type(2) {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    text-align: left;
    width: max-content;
}

.numberList div:nth-of-type(1) {
    display: flex;
    align-items: flex-end;
    gap: 0.04rem;
}

.numberList .scroll_num {
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
}

.numberList span {
    font-family: MiSans, MiSans;
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFFFFF;
}

.numberList .cn {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

.line2 {
    width: 2.9rem;
    height: 0.51rem;
    position: absolute;
    right: 4rem;
    bottom: 1.79rem;
}

.video {
    width: 100%;
    height: 100%;
    display: none;
}

.hidden {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.hidden img {
    object-fit: cover;
}

.hiddenBox {
    margin-top: 6.64rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hiddenTit {
    margin: 0 auto;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.6rem;
    color: #000000;
}

.hiddenScroll {
    width: 0.5rem;
    height: 0.5rem;
    margin: 1.74rem auto 0;
    animation: scroll 3s linear infinite;
}

@keyframes scroll {
    form {
        transform: translateY(0);
    }

    50% {
        transform: translateY(0.3rem);
    }

    100% {
        transform: translateY(0);
    }
}


/* 新闻中心 */
.newsMain {
    background: url('../img/index/news-bg.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 8.81rem;
    padding-top: 0.8rem;
}

.newsBox {
    margin: 0.4rem auto 0;
    width: 15.2rem;
    height: 4.8rem;
    display: flex;
    gap: 0.4rem;
}

.newsBanner {
    width: 7.2rem;
    height: 4.8rem;
    overflow: hidden;
    position: relative;
}

.newsBanner .news-swiper {
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
}

.newsBanner .news-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
}

.newsBanner .news-swiper .swiper-slide img {
    object-fit: cover;
}

.slideTit {
    position: absolute;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    bottom: 0;
    padding-left: 0.3rem;
    color: #FFFFFF;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.newsBannerPrev,
.newsBannerNext {
    width: 0.1rem !important;
    height: 0.2rem !important;
    background-color: unset !important;
}

.newsBannerTit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 1rem;
    height: 0.34rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0.1rem 0rem 0rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.34rem;
}

.newsR {
    width: 7.6rem;
}

.newsRT {
    display: flex;
    justify-content: space-between;
}

.newsRItem {
    width: 3.6rem;
    position: relative;

}

.newsRItem img {
    width: 3.6rem;
    height: 2.4rem;
    transition: all 0.3s;
}

.newsRImg {
    overflow: hidden;
    border-radius: 0.1rem;
}

.newsRItem:hover img {
    transform: scale(1.1);
}

.newsRItemTit {
    position: absolute;
    top: 0.06rem;
    left: 0.1rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    width: 0.64rem;
    height: 0.21rem;
    line-height: 0.21rem;
    text-align: center;

}

.newsRItemText {
    margin-top: 0.15rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newsList {
    margin-top: 0.2rem;
}

.newsListTit {
    width: 0.84rem;
    height: 0.34rem;
    background: #0055A7;
    border-radius: 0.1rem 0.1rem 0rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.34rem;
}

.newsListItem {
    border-top: 0.01rem solid #E7E7E7;
    border-bottom: 0.01rem solid #E7E7E7;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsListItem a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}

.newsListItem .newsListTime {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #929292;
}

.newsListItem:hover a {
    color: #0055A7;
}

/* 留言表单 */
.message {
    width: 2.4rem;
    position: fixed;
    right: 0.2rem;
    top: 46vh;
    z-index: 10;
    display: none;
    box-shadow: 0 8px 40px #0006;
    border-radius: 0.05rem;
    overflow: hidden;
}

.messageTit {
    width: 2.4rem;
    height: 0.48rem;
    background: linear-gradient(323deg, #00A0E9 0%, #0055A7 100%);
    display: flex;
    justify-content: space-between;
    padding: 0 0.14rem;
    align-items: center;
}

.messageTit span {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    width: max-content;
    color: #FFFFFF;
    text-stroke: 0px rgba(0, 0, 0, 0);
    -webkit-text-stroke: 0px rgba(0, 0, 0, 0);
}

.messageTit img {
    width: 0.18rem;
    height: 0.18rem;
    cursor: pointer;
    display: none;
}

.message-arrow-act {
    height: 0.02rem !important;
}

.message-act {
    display: block !important;
}

.messageBox {
    padding: 0.1rem 0.14rem;
    width: 100%;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.messageText {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.21rem;
}

.messageBox textarea {
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #D8D8D8;
    padding: 0.08rem 0.11rem;
    width: 2.12rem;
    height: 0.8rem;
    resize: none;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #B0B0B0;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.messageBox input {
    width: 2.12rem;
    height: 0.34rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #D8D8D8;
    padding: 0.09rem 0.35rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.13rem;
    color: #B0B0B0;
}

.messageBox p {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.08rem;
}

.messageBox p img {
    width: 0.2rem;
    height: 0.2rem;
    position: absolute;
    left: 0.08rem;
}

.submit {
    width: 0.86rem;
    height: 0.3rem;
    background: #0055A7;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    text-align: center;
    line-height: 0.3rem;
    margin-top: 0.1rem;
    border: 0;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
}

@media only screen and (max-width: 1024px){
    .banner{
        margin-top: 50px;
        height: auto;
    }
    .swiper-slide{
        height: auto !important;
    }
    .proList{
        margin-top: 30px;
        flex-direction: column;
        height: auto;
        padding:0 15px;
        width: 100%;
    }
    .proListL,.proListR{
        width: 100%;
    }
    .proList img{
        width: 100%;
    }
    .proListL .proItemTwo,
    .proListR
    {
        gap: 10px
    }
    .industry{
        display: block;
    }
    .industryTit{
        margin-top: 20px;
    }
   .industryL{
       width: 100%;
       padding:0 15px;
   }
   .industrycontent{
       margin-top: 20px ;
   }
   .idsText{
       height: auto;
       line-height: 0.4rem;
   }
   .side-more{
       margin-top: 20px;
   }
   .idsList{
       margin-top: 30px;
       width: 100%;
       padding:0 15px;
   }

   .idsItem .idsArrow>img,
   .idsItem .idsImg>img
   {
       width: 100%;
   }
   .idsItem .idsImg{
       width: 30px;
       height: 30px;
   }
   .idsItemBox {
       padding-top: 0.15rem;
   }
   .idsItemBox.idsItemBox-act .idsArrow{
      height: auto;
   }
   .idsItemBox.idsItemBox-act{
       padding-top: 0.3rem;
   }
   
   .serBox{
       width: 100%;
       margin: 30px 0 30px;
       padding:0 10px;
       flex-direction: column;
   }
   .serCenterMain{
       height: auto;
   }
   
   .serItem{
       width: 100%;
   }
   .serTit{
       display: none;
   }
   .serList{
       display: block;
   }
   .sercontent{
       background: linear-gradient(90deg, #000131 0%, rgba(0, 0, 50, 0.47) 43%, rgba(2, 70, 156, 0) 100%);
   }
   .mc_b_s3{
       height: auto !important;
       margin-bottom: 30px;
   }
   .mc_bs3_videobox{
       height: 55vh !important;
       
   }
   .mc_bs3_svg,
   .mc_bs3_title
   {
       display: none;
   }
   .centerMain{
       min-height:0;
   }
   .mc_bs3_videowrap{
       height: 100% !important ;
   }
   .centerBox .centerTit{
       opacity: 1;
       margin-top: 20px;
       width: 100%;
       text-align: center;
       padding:0 15px;
   }
   
   .centerBox .centerText{
       opacity: 1;
       margin-top: 15px;
       width: 100%;
       padding:0 15px;
       line-height: 0.4rem;
   }
   .centerMain{
       height: 55vh;
   }
   .centerBox .numberBox{
       width: 100%;
       margin-top: 20px;
       opacity: 1;
       flex-wrap: wrap;
       padding:0 15px;
       gap: 10px;
   }
   .numberBox .line{
       display: none;
   }
   .centerBox .side-more{
       opacity: 1;
   }
   .line2{
       width: 100%;
       right: 0;
       bottom: 20px;
   }
   .numberList div:nth-of-type(1){
       justify-content: center;
   }
   .newsMain{
        width: 100%;
       height: auto;
       padding:30px 15px;
   }
   .newsBox{
       width: 100%;
       height: auto;
       display: block
   }
   .newsBanner{
       width: 100%;
       height: 2.8rem;
   }
   .newsBannerTit{
       width: 1.7rem;
   }
   .newsR{
       width: 100%;
       margin-top: 20px;
   }
   .newsRItem{
       width: 49%;
   }
   .newsRItem img{
       width: 100%;
       height: 2rem;
   }
   .newsRItemTit{
       width: auto;
       top: 10px;
   }
   .newsListTit{
       width: 1.4rem;
       font-size: 0.22rem;
   }
   .newsListItem{
       height: auto;
       padding:10px 0;
   }
   .newsListItem .newsListTime{
       width: 67px ;
   }
   .newsListItem a{
       width: calc(100% - 75px);
   }
   .mainTit2{
    font-size: 0.24rem;
   }
   .proItemTit1,
   .proItemTit .proItemTit1
   {
    font-size: 0.3rem;
   }
   .proItemTit .proItemTit2{
    font-size: 0.2rem;
   }
   .idsText,
   .serList .serText,
   .serIcon1Box .serIconB,
   .centerBox .centerText
   {
    font-size: 0.2rem;
   }
   .slideTit{
    font-size: 0.22rem;
   }
   .newsListItem a,
   .newsListItem .newsListTime,
   .newsRItemText
   {
    font-size: 0.22rem;
   }
}
