* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

@font-face {
    font-family: 'siyuanheiti';
    src: url('../font/SourceHanSansCN-Regular.ttf');
}

html,
body {
    font-family: "siyuanheiti";
    box-sizing: border-box;
    color: var(--textcolor);
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
li,
td,
th,
input,
textarea,
button {
    font-family: "siyuanheiti";
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    font-family: "siyuanheiti";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18.72px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13.28px;
}
h6 {
    font-size: 12px;
}

/*p {*/
/*    font-size: 16px;*/
/*}*/

a {
    text-decoration: none;
    color: #373737;
}

/*li {*/
/*    list-style: none;*/
/*}*/

#language li{
    list-style: none !important;
}

img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 100%;
    object-fit: cover;
}

:root {
    --redcolor: #B81C22;
    --textcolor: #333333;
    --color777: #777777;
    --color999: #999;
    --bgf4: #f4f4f4;
    --titleSize: .36rem;
    --text48: .48rem;
    --text24: .24rem;
    --text20: .20rem;
    --text18: .18rem;
    --text16: .16rem;
    --text14: .14rem;
    --text12: .12rem;
    --summarize: .24rem;
    --lineHeight15: 1.5;
    --lineHeight18: 1.8;
    --lineHeight20: 2;

    /* 首页banner标题字体大小 */
    --indexBannerTit: 60px;
    /* 首页banner副标题字体大小 */
    --indexBannerTxt: 24px;
    /* 其他页面banner标题字体大小 */
    --subBannerTit: 42px;
    /* 其他页面banner副标题字体大小 */
    --subBannerTxt: 20px;
    /* 标题字体大小 */
    --centerTitle: 30px;
    /* 其他页面概述字体大小 */
    --overview: 18px;
    /* 内容标题字体大小 */
    --comSubTit: 24px;
    /* 文本内容字体大小 */
    --comTextCont: 16px;
    /* 更多 */
    --comMore: 16px;
    /* 首页新闻标题 */
    --indexNewsTit: 20px;
    /* 首页新闻时间 */
    --indexNewsTime: 14px;
    /* 手机导航字体大小 */
    --mobileNav: 20px;

    /* 成功案例 和 应用场景 轮播   */
    --caseTit: 24px;
    --caseTxt: 16px;

    /* 案例详情页概述 */
    --caseOverview: 18px;
}

/* swiper 按钮 */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next.swiper-button-disabled img,
.swiper-button-prev.swiper-button-disabled img {
    opacity: 0.35;
}

.elementor-lightbox-prevent-close {
    background: none !important;
}

.videoPopup {
    z-index: 9999;
}

.videoBox .play {

    display: block !important;
}

/* header start */

header {
    width: 100%;
    background: #ffffff;
    height: 78px;
}

header .header_container {
    padding: 0rem 0.6rem;
    height: 78px;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 999;
}

header .header_container,
header .header_container .HeaderLogo,
header .header_container .rightNav,
header .header_container .rightNav > ul,
header .header_container .rightNav #language .select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header_container .rightNav #language #huangbiao {
    position: relative;
    z-index: 998;
}

header .header_container .rightNav #language #huangbiao ul {
    border: 1px solid #ddd;
}

header .header_container .rightNav #language #huangbiao li {
    background-color: #f3f3f3;

}

header .header_container .bread {
    width: 28px;
    display: none;
}

header .header_container .HeaderLogo div.shares {
    display: none;
}

header .header_container .HeaderLogo img {
    width: 200px;
    height: auto;
}

header .header_container .rightNav {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_container .rightNav > ul > li {
    height: 78px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

header .header_container .rightNav > ul > li > a {
    padding-left: .13rem;
    border-left: 2px solid #CC0000;
    line-height: 1;
    font-size: 16px;

}

header .header_container .rightNav #language {
    width: 1rem;
    height: 0.34rem;
    color: #666666;
    font-size: 0.14rem;
}

header .header_container .rightNav #language li {
    line-height: .4rem;
    height: .4rem;
    padding-left: 0.11rem;
}

header .header_container .rightNav #language .select {
    width: 100%;
    padding: 0rem .11rem;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    cursor: pointer;
}

header .header_container .rightNav #language input {
    width: calc(100% - 0.2rem);
    outline: none;
    border: none;
    height: .34rem;
    line-height: .34rem;
    cursor: pointer;
}

header .header_container .rightNav #language .select img {
    width: .1rem;
    height: .06rem;
}

header .header_container .rightNav .searchImg {
    width: .18rem;
    height: .18rem;
    margin-right: 10px;
}

header .header_container .rightNav .heaEmail {
    margin-right: 10px;
    width: .23rem;
}

header .header_container .rightNav .searchImg,
header .header_container .rightNav .nav .stair_active > a {
    color: #CC0000;
    font-weight: bold;
}

header .header_container .rightNav .nav li {
    list-style: none;
}

header .header_container .rightNav .nav > li {
    position: relative;
}

header .header_container .rightNav .nav > li .secondNav {
    position: absolute;
    top: 78px;
    z-index: 99;
    background: #f3f3f3;
    height: fit-content;
    width: 2.5rem;
    left: 0;
    padding: .2rem 0;
    display: none;
}

header .header_container .rightNav .nav > .stair_active > .secondNav {
    display: block;
}

header .header_container .rightNav .nav > li .secondNav > li > a {
    display: flex;
    align-items: center;
    font-size: 16px;
    height: .6rem;
    padding: 0 0.2rem;
    justify-content: space-between;
}

header .header_container .rightNav .nav > li .secondNav > li > a > img {
    width: .06rem;
    height: .1rem;
    display: none;
}

header .header_container .rightNav .nav > li .secondNav > .second_active > a {
    background-color: #fff;
    color: #CC0000;
}

header .header_container .rightNav .nav > li .secondNav > .second_active > a > img {
    display: inline-block;
}

header .header_container .rightNav .nav > li .secondNav > li {
    position: relative;
    list-style: none;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav {
    background: #F3F3F3;
    box-shadow: 20px -2px 50px -13px inset rgba(0, 0, 0, 0.2);
    width: 2.6rem;
    height: fit-content;
    position: absolute;
    left: 2.5rem;
    padding: .4rem .3rem;
    /*overflow-y: auto;*/
    display: none;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav>li {
    position: relative;
}

header .header_container .rightNav .nav > li .secondNav > .second_active > .threeNav {
    display: block;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > a {
    font-size: 14px;
    position: relative;
    color: #777;
    line-height: .3rem;
    padding-left: .14rem;
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}


header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > a.lastNav::before,
header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav > li > a:before{
    content: '';
    width: 2px;
    height: 2px;
    background-color: #777;
    position: absolute;
    left: 0;
    top: .15rem;

}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > .three_active > a {
    color: #CC0000;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > .three_active > a.lastNav::before,
header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav > li > a:before{
    background-color: #CC0000;
}


header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > a span {
    display: inline-block;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li {
    margin-bottom: .1rem;
    list-style: none;
}
header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav {
    background: #F3F3F3;
    box-shadow: 20px -2px 50px -13px inset rgba(0, 0, 0, 0.2);
    width: 2.5rem;
    height: fit-content;
    position: absolute;
    left: 2.2rem;
    padding: .4rem .3rem;
    /*overflow-y: auto;*/
    display: none;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav {
    /*margin-top: .2rem;*/
    display: none;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > .three_active > .foruNav {
    display: block;
}


header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav > li > a {
    color: #777;
    font-size: var(--text16);
    line-height: .36rem;
    display: flex;
    align-items: center;
    padding-left: .14rem;
    font-size: 14px;
    position: relative;
    color: #777;
    line-height: .3rem;
    padding-left: .14rem;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav > li > a img {
    display: none;
    width: .15rem;
    height: .12rem;
    margin-right: .06rem;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav > .four_active > a {
    color: #CC0000;
}

header .header_container .rightNav .nav > li .secondNav > li > .threeNav > li > .foruNav > .four_active > a img {
    display: inline-block;
}

.searchImg-mob {
    display: none;
}

/* header End */
.w1280 {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}

/* 弹性布局 */

.flex {
    display: flex;
    align-items: center;
}

.grid {
    display: grid;
}


/* 加粗 */

.bold {
    font-weight: bold;
}

/* banner start */

.banner {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    padding-top: 35.41%;
}


.banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}


.banner .content {
    position: absolute;
    top: 35%;
    height: fit-content;
    left: 0;
    right: 0;
}

/* 内页banner内容 */
.banner .content .bannerTitle {
    font-size: var(--subBannerTit);
    color: #ffffff;
    white-space: pre-line;

}

.banner .content .bannerText {
    font-size: var(--subBannerTxt);
    color: #ffffff;
    margin-top: .1rem;
    line-height: 2;
}


/* banner end */


/* 此为整站的主标题，与其他整站的主标题均为统一 */
.centerTitle {
    font-size: var(--centerTitle);
    color: #333;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.centerTitle:before {
    width: 70px;
    height: 3px;
    content: ' ';
    background: var(--redcolor);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* 此为整站的副标题或小标题，与副标题或小标题均为统一 */
.com-subTit {
    font-size: var(--comSubTit);
    color: #333;
}

/* 此为整站的内容，整站内容均为统一 */
.com-textCont {
    font-size: var(--comTextCont);
    color: #777;
    line-height: 1.8;
}

/* 栏目 */

/* 此为整站的更多，均为统一 */
.com-more {
    font-size: var(--comMore) !important;
    color: #333;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-more > img {
    width: 15px;
    height: auto;
    margin-left: 10px;
    display: inline;
}

.com-more-white {
    font-size: var(--comMore) !important;
    color: #fff;
}

/* 按钮背景 */
.com-more-btn {
    font-size: var(--comMore) !important;
    color: #333;
    width: 150px;
    height: 46px;
    line-height: 46px;
    background: var(--bgf4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-more-btn > img {
    width: 15px;
    height: auto;
    margin-left: 10px;
}


/* 此为整站的栏目切换 */
.com-curBar {
    color: #555;
    font-size: 18px;
}

/* 此为次级页面概述内容样式 */
.com-overview {
    font-size: var(--overview);
    line-height: var(--lineHeight18);
    white-space: pre-line;
    color: #333;
}

.com-overview777 {
    font-size: var(--overview);
    line-height: var(--lineHeight18);
    color: #777;
}

/* 此为图表的正文特殊标题 */
.com-chartTit {
    font-size: .2rem;
    color: #333;
}

/* 此为图表的正文内容 */
.com-chartTxt {
    font-size: .16rem;
    color: #333;
    line-height: 24px;
}

/* 新闻标题 */
.com-newsTit {
    font-size: .3rem;
    color: #333;
    line-height: 40px;
}

/* 尾部   start */

.footer {
    width: 100%;
    background: #F4F4F4;
}

.footer .footOne {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: .65rem;
    margin-bottom: .8rem;
}

.footer .footLogo {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.footer .footLogo img {
    width: 1.83rem;
    margin-right: 10px;
}


.footer .footLogo .shares {
    font-size: 14px;
    width: 90px;
    height: 56px;
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer .footLogo .shares .sharesKey {
    font-size: 14px;
    margin-bottom: 5px;
    color: #222;
    line-height: 1;
}

.footer .footLogo .shares .sharesValue {
    font-size: 16px;
    color: #B81C22;
    line-height: 1;
    font-weight: bold;
}

.footer .footOne.footNav {
    font-size: .15rem;
    display: flex;
    justify-content: space-between;
}

.footer .footOne.footNav li {
    list-style: none;
}

.footer .footOne.footNav .liHead {
    font-size: 18px;
    margin-bottom: 25px;
}

.footer .footOne.footNav a {
    color: #444;
    line-height: .25rem;
    margin-bottom: 10px;
    display: block;
}

.footer .footOne.footNav ul li:first-child a {
    font-size: .18rem;
    color: #333333;
    padding: .19rem 0rem .23rem 0rem;
    display: block;
}

.footer .footOne.footNav .contactUs_ul_key {
    color: #555;
}

.footer .footOne.footNav .contactUs_ul_value {
    color: #222;
    margin-bottom: 20px;
}

.footer .footOne .footShare a img {
    width: 50px;
    margin-right: .09rem;
}

.footer .footOne .footShare a:last-child img {
    margin-right: 0;
}

#wxLightgallery {
    margin-right: .09rem;
}

.footer .footOne .footShare .footShare_hover {
    display: none;
}


.footer .footOne .footShare a:hover .footShare_hover {
    display: block;
}

.footer .footOne .footShare a:hover .footShare_sample {
    display: none;
}

.footer .footOne .rss {
    width: 255px;
}

.footer .footOne .rss .rss_tit {
    font-size: 18px;
    margin-bottom: 25px;
}

.footer .footOne .rss .rss_intr {
    font-size: 15px;
    color: #555;
    margin-bottom: 20px;
}

.footer .footOne .rss .rssEmail {
    display: block;
    outline: none;
    width: 100%;
    border: none;
    height: 46px;
    background-color: #fff;
    padding-left: 19px;
    font-size: 15px;
    color: #222;
}

.footer .footOne .rss .rssEmail::placeholder {
    color: #999;
    font-size: 15px;
}

.footer .footOne .rss .rssCheckFlex {
    display: flex;
    align-items: center;
    margin-top: 19px;
    margin-bottom: 25px;
}

.footer .footOne .rss .rssCheckFlex .rssCheck {
    display: block;
    background-color: #fff;
    border: none;
    outline: none;
    width: 14px;
    height: 14px;
    margin-right: 9px;
    border-radius: 0%;
}

.footer .footOne .rss .rssCheckFlex input[type=checkbox] {
    cursor: pointer;
    position: relative;
    font-size: 12px;
}

.footer .footOne .rss .rssCheckFlex input[type=checkbox]::after {
    position: absolute;
    top: 0;
    color: #000;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 3px
}

.footer .footOne .rss .rssCheckFlex input[type=checkbox]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: var(--redcolor);
    line-height: 1.2;
}


.footer .footOne .rss .rssCheckFlex .checkCont {
    color: #999;
    font-size: 15px;
    line-height: 1;
}

.footer .footOne .rss .rssCheckFlex .checkCont a {
    color: #B81C22;
    margin-left: 5px;
}

.footer .footOne .rss .rssCheckFlex .checkCont a:hover {
    text-decoration: underline;
}

.footer .footOne .rss .rssBtn {
    width: 123px;
    height: 46px;
    line-height: 46px;
    display: block;
    background-color: #B81C22;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
}

.footer .footOne .rss .rssHint {
    font-size: 12px;
    color: #B81C22;
    display: none;
}

.footer .footBottom {
    font-size: var(--text14);
    padding-top: .3rem;
    padding-bottom: .45rem;
    line-height: .24rem;
    border-top: 1px solid #EBEBEB;
    color: #555;
}

.footer .footBottom .first {
    justify-content: space-between;
    align-items: center;
}

.footer .footBottom .Record span {
    color: #888;
}

.videoPopup {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
}

.videoPopup .mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.videoPopup .innerVideo {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 8.4rem;
    height: fit-content;
    margin: auto;
}

.videoPopup video {
    max-width: 8.4rem;
    max-height: 4.74rem;
}

.videoPopup .innerVideo .closeVideo {
    width: 2rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    border-radius: .25rem;
    font-size: var(--text20);
    margin: 0 auto;
    margin-top: .3rem;
    background-color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .videoPopup .innerVideo .closeVideo {
        width: 100px;
        height: 32px;
        font-size: 14px;
        line-height: 32px;
        border-radius: 16px;
    }
}

.case .swiper .swiper-slide .content .more a {
    display: flex !important;
    align-items: center;
    font-size: var(--comMore);
    color: var(--textcolor);
}

.case .swiper .swiper-slide .content .more a img {
    width: 15px;
    height: auto;
    margin-left: 10px;
}

.case .swiper .swiper-slide .img,
.Server .swiper .swiper-slide .img {
    height: 232px;
    overflow: hidden;
}

.case .swiper .swiper-slide .img img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.3s;
}


/* 公共swiper样式 */

.comSw .innerSw,
.ServerSw {
    position: relative;
}

.comSw .innerSw .swiper-button-prev,
.comSw .innerSw .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .69rem;
    height: .69rem;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.06);
    background: #FFFFFF;
    border-radius: 50%;
}

.comSw .innerSw .swiper-button-prev:after,
.comSw .innerSw .swiper-button-next:after {
    content: none;
}

.comSw .innerSw .swiper-button-prev {
    left: -1rem;
}

.comSw .innerSw .swiper-button-next {
    right: -1rem;
}

.comSw .innerSw .swiper-button-prev img,
.comSw .innerSw .swiper-button-next img {
    width: .1rem;
    height: .18rem;
}

.case .swiper .swiper-slide .content {
    padding: 30px;
}

/* server swiper */
#FOTA .ServerSw {
    width: calc(100% - 1.8rem);
    padding-left: 0rem !important;
    padding-right: 0rem !important;
}

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

.Server .ServerSw .swiper-button-prev,
.Server .ServerSw .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .69rem;
    height: .69rem;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
    background: #FFFFFF;
    border-radius: 50%;
}

.Server .ServerSw .swiper-button-prev:after,
.Server .ServerSw .swiper-button-next:after {
    content: none;
}

.Server .ServerSw .swiper-button-next {
    right: -1rem;
}

.Server .ServerSw .swiper-button-prev {
    left: -1rem;
}

.Server .ServerSw .swiper-button-prev img,
.Server .ServerSw .swiper-button-next img {
    width: .1rem;
    height: .18rem;
}

.Server .swiper .swiper-slide .content {
    font-size: var(--caseTxt);
    padding: .4rem .4rem 0 .4rem;
    height: 2.26rem;
}

/* 手机端nav */
header .header_container .mobieNav {
    display: none;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-button-next:focus,
.swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

header .header_container .secNav {
    display: none;
}


@media screen and (min-width: 1024px) {
    /* swiper下一页上一页 */
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: #CC0000 !important;
        transition: all .3s;
    }

}

/* 成功案例公共 */
.case .swiper .swiper-slide .content .title {
    font-size: var(--caseTit);
    color: var(--textcolor);
    line-height: var(--lineHeight15);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.case .swiper .swiper-slide .content .text {
    font-size: var(--comTextCont);
    margin-top: .10rem;
    line-height: 1.5;
    height: 72px;
    margin-bottom: 20px;
    color: var(--color777);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 底部下拉icon */
.footNav .liHead .liHeadIcon {
    display: none;
}
/* 公共swiper样式  案例 应用 */

@media screen and (max-width: 1500px) {


    .comSw .innerSw {
        width: calc(100% - 1.8rem);
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .comSw .innerSw .swiper-button-prev,
    .Server .ServerSw .swiper-button-prev {
        left: -0.8rem;
    }

    .comSw .innerSw .swiper-button-next,
    .Server .ServerSw .swiper-button-next {
        right: -0.8rem;
    }
}

#returnTop {
    position: fixed;
    right: 10px;
    bottom: 120px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 100;
    padding: 10px;
    border-radius: 50%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.6);
}

.swiper-button-lock {
    display: flex !important;
}

/* 鼠标经过微信弹出 */
#wxLightgallery a {
    position: relative;
}

#wxLightgallery .wxPopup {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    background-color: #fff;
    bottom: calc(.6rem + 20px);
    left: -20px;
    display: none;
}

#wxLightgallery > a::after {
    bottom: .6rem;
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 20px solid #AEAEAE;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: 10px;
    display: none;
}

#wxLightgallery > a:hover .wxPopup img {
    width: 100%;
    height: 100%;
}

#wxLightgallery > a:hover .wxPopup {
    display: block;
}

#wxLightgallery > a:focus .wxPopup {
    display: block;
}


.case .swiper .swiper-slide:hover .img img {
    transform: scale(1.1) !important;
}

.case .swiper .swiper-slide:hover .content .title,
.case .swiper .swiper-slide:hover .content .title a {
    color: #cc0000 !important;
}

.ongref {
    background: rgba(249, 249, 249);
}


@media screen and (max-width: 1440px) and (min-width: 1024px) {
    :root {
        --indexBannerTit: 48px;
        --indexBannerTxt: 20px;
        --subBannerTit: 36px;
        --centerTitle: 30px;
        --overview: 20px;
        --comSubTit: 20px;
        --comTextCont: 14px;
    }


    .centerTitle {
        font-size: .30rem;
        padding-bottom: .2rem;
    }

    .w1280 {
        max-width: 12rem;
        width: 85%;
    }

    .w1280 {
        padding-left: .3rem !important;
        padding-right: .3rem !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: .5rem !important;
        height: .5rem !important;
    }

    header .header_container .rightNav > ul > li > a {
        padding-left: 10px;
    }

    header .header_container .rightNav .heaEmail {
        margin-right: 0;
    }

    header .header_container .rightNav .searchImg {
        margin-right: 0;
        margin-left: 10px;
    }

    .footer .footLogo img {
        width: 120px;
    }

    .footer .footOne .footShare a:last-child img {
        width: 50px;
    }

    #wxLightgallery .wxPopup {
        left: -25px;
    }

    #wxLightgallery .wxPopup img {
        width: 100%;
        height: 100%;
    }

    #wxLightgallery > a::after {
        left: 5px;
    }

    .footer .footLogo {
        margin-bottom: 30px;
    }

    .case .swiper .swiper-slide .content .text {
        height: 63px;
    }
}


@media screen and (max-width: 1440px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 39px;
    }

}

@media screen and (max-width: 1435px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 38.5px;
    }
}

@media screen and (max-width: 1430px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 38px;
    }
}

@media screen and (max-width: 1425px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 37.5px;
    }
}

@media screen and (max-width: 1420px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 37px;
    }
}

@media screen and (max-width: 1415px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 36.5px;
    }
}

@media screen and (max-width: 1410px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 36px;
    }
}

@media screen and (max-width: 1405px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 35.5px;
    }
}

@media screen and (max-width: 1400px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 35px;
    }
}

@media screen and (max-width: 1395px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 34.5px;
    }
}

@media screen and (max-width: 1390px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 34px;
    }
}

@media screen and (max-width: 1385px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 33.5px;
    }
}

@media screen and (max-width: 1380px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 33px;
    }
}

@media screen and (max-width: 1375px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 32.5px;
    }
}

@media screen and (max-width: 1370px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 32px;
    }
}

@media screen and (max-width: 1365px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 31.5px;
    }
}

@media screen and (max-width: 1360px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 31px;
    }
}

@media screen and (max-width: 1355px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 30.5px;
    }
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 30px;
    }
}

@media screen and (max-width: 1345px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 29.5px;
    }
}

@media screen and (max-width: 1340px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 29px;
    }
}

@media screen and (max-width: 1335px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 28.5px;
    }
}

@media screen and (max-width: 1330px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 28px;
    }
}

@media screen and (max-width: 1325px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 27.5px;
    }
}

@media screen and (max-width: 1320px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 27px;
    }
}

@media screen and (max-width: 1315px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 26.5px;
    }
}

@media screen and (max-width: 1310px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 26px;
    }
}

@media screen and (max-width: 1305px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 25.5px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1024px) {
    header .header_container .rightNav > ul > li {
        padding-right: 25px;
    }
}

@media screen and (min-width: 1024px) {
    header .header_container .rightNav {
        width: calc(100% - 3rem);
        max-width: 1000px;
    }

    #wxLightgallery > a:hover::after {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    #FOTA {
        min-width: 1280px;
    }

    header .header_container {
        min-width: 1280px;
    }
}

@media screen and (max-width: 1279px) {
    :root {
        --summarize: 14px;
        /* 首页banner标题字体大小 */
        --indexBannerTit: 32px;
        /* 首页banner副标题字体大小 */
        --indexBannerTxt: 20px;
        /* 其他页面banner标题字体大小 */
        --subBannerTit: 32px;
        /* 标题字体大小 */
        --centerTitle: 28px;
        --comSubTit: 20px;
        /*  */
        --overview: 20px;
        /* 成功案例 和 应用场景 轮播   */
        --caseTit: 20px;
        --caseTxt: 14px;
    }

    .w1280 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .centerTitle {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .footer {
        padding: 0;
    }


    .footer .footLogo .shares {
        font-size: 12px;
    }


    .com-curBar {
        font-size: 14px;
    }


    header .header_container .bread {
        display: block;
    }

    header .header_container {
        height: 60px;
        padding: 0 20px;
        z-index: 999;
        background-color: #fff;
    }

    header {
        height: 60px;
    }

    header .header_container .rightNav {
        display: none;
    }

    .searchImg-mob {
        display: block;
        width: 25px;
        height: auto;
        position: absolute;
        top: 18px;
        right: 70px;
    }

    header .header_container .HeaderLogo img {
        width: 180px;
        height: auto;
    }

    header .header_container .mobieNav {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        background-color: #fff;
        z-index: 999;
        border-top: 2px solid rgba(237, 237, 237, 0.7);
        padding: 0px 0px 40px;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    header .header_container .mobieNav::-webkit-scrollbar {
        display: none
    }

    header .header_container .mobieNav > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 40px;
    }

    header .header_container .mobieNav > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333;
        font-size: var(--mobileNav);
        padding: 20px 0;
    }

    header .header_container .mobieNav a {
        color: #333;
    }

    header .header_container .mobieNav .selectBtn {
        width: 19px;
        height: auto;
        box-sizing: content-box;
    }

    header .header_container .onAct > a {
        color: var(--redcolor) !important;
        font-weight: 600;
    }

    header .header_container .secNav {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
        row-gap: 20px;
        margin-bottom: 40px;
    }

    header .header_container .secNav > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--mobileNav);
    }

    header .header_container .secNav > li > div > a {
        color: #333;
    }

    header .header_container .mobieNav .secBtn {
        display: none;
    }

    header .header_container .thrNav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;

    }

    header .header_container .thrNav > li > div,
    header .header_container .foruNav > li > div{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--mobileNav);
        margin-bottom: 20px;
    }

    header .header_container .thrNav > li > div > a,
    header .header_container .foruNav > li > div > a {
        color: #444;
    }

    header .header_container .foruNav {
        margin-left: 0.3rem;
    }

    header .header_container .fouNav > li > div {
        height: .6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--text16);
        padding: 0 .2rem;
        color: #333;
    }


    header .header_container .mobieNav .language-mob {
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }

    header .header_container .mobieNav .language-mob a {
        color: #777;
        font-size: var(--mobileNav);
        padding: 0 4%;
        display: block;
        line-height: 1;
    }

    header .header_container .mobieNav .language-mob .current {
        color: var(--redcolor);
    }

    header .header_container .mobieNav .language-mob a:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    header .mob-mask {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 998;
        display: none;
    }


    .footer .footLogo img {
        width: 120px;
        height: auto;
    }

    .footer .footLogo {
        margin-bottom: .2rem;
    }

    .footer .footOne .footShare a img {
        width: 40px;
        height: 40px;
        min-height: 30px;
        min-width: 30px;
    }

    .footer .footLogo .shares .sharesKey {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .footer .footLogo .shares .sharesValue {
        font-size: 14px;

    }

    .footer .footLogo .shares {
        width: 70px;
        height: 44px;
    }


    .footer .footOne .footAside {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #DEDEDE;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .footer .footOne.footNav {
        flex-direction: column;
        width: 100%;
    }

    .footer .footOne.footNav ul {
        display: flex;
        margin-bottom: 20px;
        flex-wrap: wrap;
        border-bottom: 1px solid #DEDEDE;
        width: 100%;
    }

    .footer .footOne.footNav li {
        width: 50%;
    }

    .footer .footOne.footNav .liHead {
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .footer .footOne.footNav a {
        line-height: 1;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footOne.footNav .contactUs_ul_key {
        margin-bottom: 10px;
    }

    .footer .footOne.footNav .contactUs_ul_key,
    .footer .footOne.footNav .contactUs_ul_value {
        font-size: 20px;
        line-height: 1;
    }

    .footer .footOne.footNav .contactUs_ul_value {
        font-size: 16px;
    }

    .footer .footOne .rss {
        width: 100%;
    }

    .footer .footOne .rss .rss_tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer .footOne .rss .rss_intr {
        font-size: 16px;
        margin-top: 10px;
    }

    .footer .footOne .rss .rssEmail {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .footer .footOne .rss .rssEmail::placeholder {
        font-size: 14px;
    }

    .footer .footOne .rss {
        max-width: 100%;
    }


    .footer .footOne .rss .rssCheckFlex .checkCont {
        font-size: 12px;
    }

    .footer .footOne .rss .rssCheckFlex .rssCheck {
        width: 12px;
        height: 12px;
    }

    .footer .footOne .rss .rssBtn {
        width: 150px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .footer .footOne .rss .rssCheckFlex {
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .footer .footBottom .first {
        margin-top: 20px;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .footer .footBottom .first .right {
        font-size: 20px;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        justify-content: space-around;
    }

    .footer .footBottom .first .left {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .footer .footBottom .Record {
        text-align: center;
        font-size: 16px;
    }

    .footNav .liHead {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footNav .liHead .liHeadIcon {
        width: 20px;
        display: block;
        height: auto;
    }

    .footer .footOne.footNav ul li:not(:first-child) {
        display: none;
    }

    .case .swiper .swiper-slide .content {
        padding: 15px;
    }

    .case .swiper .swiper-slide .img,
    .Server .swiper .swiper-slide .img {
        height: 240px;
    }

    .Server .swiper .swiper-slide .content {
        font-size: var(--caseTxt);
        padding: 20px 20px 0 20px;
        height: 200px;
    }

    header .header_container .thrNav > li {
        position: relative;
    }

    header .header_container .thrNav > li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--redcolor);
    }

    header .header_container .thrNav > li > div {
        padding-left: 10px;
    }


    .footer .footOne.footNav ul li:not(:first-child) {
        position: relative;
        padding-left: 15px;
    }

    .footer .footOne.footNav ul li:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--redcolor);
    }

    #returnTop {
        bottom: 50px;
    }

    #wxLightgallery .wxPopup {
        position: absolute;
        bottom: auto;
        left: -100px;
        top: -30px;
    }


    #wxLightgallery > a::after {
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid #AEAEAE;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        right: 30px;
        left: auto;
    }
}

@media screen and (max-width: 1024px) {
    :root {
        --summarize: 14px;
        /* 首页banner标题字体大小 */
        --indexBannerTit: 32px;
        /* 首页banner副标题字体大小 */
        --indexBannerTxt: 20px;
        /* 其他页面banner标题字体大小 */
        --subBannerTit: 32px;
        /* 标题字体大小 */
        --centerTitle: 28px;
        --comSubTit: 20px;
        /*  */
        --overview: 20px;
        /* 成功案例 和 应用场景 轮播   */
        --caseTit: 20px;
        --caseTxt: 14px;
    }

    .w1280 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .centerTitle {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .footer {
        padding: 0;
    }


    .footer .footLogo .shares {
        font-size: 12px;
    }


    .com-curBar {
        font-size: 14px;
    }


    header .header_container .bread {
        display: block;
    }

    header .header_container {
        height: 60px;
        padding: 0 20px;
        z-index: 999;
        background-color: #fff;
    }

    header {
        height: 60px;
    }

    header .header_container .rightNav {
        display: none;
    }

    .searchImg-mob {
        display: block;
        width: 25px;
        height: auto;
        position: absolute;
        top: 18px;
        right: 70px;
    }

    header .header_container .HeaderLogo img {
        width: 180px;
        height: auto;
    }

    header .header_container .mobieNav {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        left: 0;
        top: 60px;
        background-color: #fff;
        z-index: 999;
        border-top: 2px solid rgba(237, 237, 237, 0.7);
        padding: 0px 0px 40px;
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    header .header_container .mobieNav::-webkit-scrollbar {
        display: none
    }

    header .header_container .mobieNav > li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 40px;
    }

    header .header_container .mobieNav > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #333;
        font-size: var(--mobileNav);
        padding: 20px 0;
    }

    header .header_container .mobieNav a {
        color: #333;
    }

    header .header_container .mobieNav .selectBtn {
        width: 19px;
        height: auto;
        box-sizing: content-box;
    }

    header .header_container .onAct > a {
        color: var(--redcolor) !important;
        font-weight: 600;
    }

    header .header_container .secNav {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 0 20px;
        row-gap: 20px;
        margin-bottom: 40px;
    }

    header .header_container .secNav > li > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--mobileNav);
    }

    header .header_container .secNav > li > div > a {
        color: #333;
    }

    header .header_container .mobieNav .secBtn {
        display: none;
    }

    header .header_container .thrNav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;

    }

    header .header_container .thrNav > li > div,
    header .header_container .foruNav > li > div{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--mobileNav);
        margin-bottom: 20px;
    }

    header .header_container .thrNav > li > div > a,
    header .header_container .foruNav > li > div > a {
        color: #444;
    }

    header .header_container .foruNav {
        margin-left: 0.3rem;
    }

    header .header_container .fouNav > li > div {
        height: .6rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: var(--text16);
        padding: 0 .2rem;
        color: #333;
    }


    header .header_container .mobieNav .language-mob {
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 100px;
    }

    header .header_container .mobieNav .language-mob a {
        color: #777;
        font-size: var(--mobileNav);
        padding: 0 4%;
        display: block;
        line-height: 1;
    }

    header .header_container .mobieNav .language-mob .current {
        color: var(--redcolor);
    }

    header .header_container .mobieNav .language-mob a:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }

    header .mob-mask {
        position: fixed;
        top: 0;
        right: 0;
        height: 100vh;
        width: 100vw;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 998;
        display: none;
    }


    .footer .footLogo img {
        width: 120px;
        height: auto;
    }

    .footer .footLogo {
        margin-bottom: .2rem;
    }

    .footer .footOne .footShare a img {
        width: 40px;
        height: 40px;
        min-height: 30px;
        min-width: 30px;
    }

    .footer .footLogo .shares .sharesKey {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .footer .footLogo .shares .sharesValue {
        font-size: 14px;

    }

    .footer .footLogo .shares {
        width: 70px;
        height: 44px;
    }


    .footer .footOne .footAside {
        display: flex;
        width: 100%;
        justify-content: space-between;
        border-bottom: 1px solid #DEDEDE;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .footer .footOne.footNav {
        flex-direction: column;
        width: 100%;
    }

    .footer .footOne.footNav ul {
        display: flex;
        margin-bottom: 20px;
        flex-wrap: wrap;
        border-bottom: 1px solid #DEDEDE;
        width: 100%;
    }

    .footer .footOne.footNav li {
        width: 50%;
    }

    .footer .footOne.footNav .liHead {
        width: 100%;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .footer .footOne.footNav a {
        line-height: 1;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .footer .footOne.footNav .contactUs_ul_key {
        margin-bottom: 10px;
    }

    .footer .footOne.footNav .contactUs_ul_key,
    .footer .footOne.footNav .contactUs_ul_value {
        font-size: 20px;
        line-height: 1;
    }

    .footer .footOne.footNav .contactUs_ul_value {
        font-size: 16px;
    }

    .footer .footOne .rss {
        width: 100%;
    }

    .footer .footOne .rss .rss_tit {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .footer .footOne .rss .rss_intr {
        font-size: 16px;
        margin-top: 10px;
    }

    .footer .footOne .rss .rssEmail {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .footer .footOne .rss .rssEmail::placeholder {
        font-size: 14px;
    }

    .footer .footOne .rss {
        max-width: 100%;
    }


    .footer .footOne .rss .rssCheckFlex .checkCont {
        font-size: 12px;
    }

    .footer .footOne .rss .rssCheckFlex .rssCheck {
        width: 12px;
        height: 12px;
    }

    .footer .footOne .rss .rssBtn {
        width: 150px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .footer .footOne .rss .rssCheckFlex {
        margin-top: 12px;
        margin-bottom: 15px;
    }

    .footer .footBottom .first {
        margin-top: 20px;
        flex-direction: column-reverse;
        margin-bottom: 20px;
    }

    .footer .footBottom .first .right {
        font-size: 20px;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
        justify-content: space-around;
    }

    .footer .footBottom .first .left {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
    }

    .footer .footBottom .Record {
        text-align: center;
        font-size: 16px;
    }

    .footNav .liHead {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footNav .liHead .liHeadIcon {
        width: 20px;
        display: block;
        height: auto;
    }

    .footer .footOne.footNav ul li:not(:first-child) {
        display: none;
    }

    .case .swiper .swiper-slide .content {
        padding: 15px;
    }

    .case .swiper .swiper-slide .img,
    .Server .swiper .swiper-slide .img {
        height: 240px;
    }

    .Server .swiper .swiper-slide .content {
        font-size: var(--caseTxt);
        padding: 20px 20px 0 20px;
        height: 200px;
    }

    header .header_container .thrNav > li {
        position: relative;
    }

    header .header_container .thrNav > li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--redcolor);
    }

    header .header_container .thrNav > li > div {
        padding-left: 10px;
    }


    .footer .footOne.footNav ul li:not(:first-child) {
        position: relative;
        padding-left: 15px;
    }

    .footer .footOne.footNav ul li:not(:first-child)::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: var(--redcolor);
    }

    #returnTop {
        bottom: 50px;
    }

    #wxLightgallery .wxPopup {
        position: absolute;
        bottom: auto;
        left: -100px;
        top: -30px;
    }


    #wxLightgallery > a::after {
        bottom: 0;
        top: 0;
        margin: auto;
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid #AEAEAE;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        right: 30px;
        left: auto;
    }


}


@media screen and (max-width: 768px) {
    :root {
        --summarize: 14px;

        /* 首页banner标题字体大小 */
        --indexBannerTit: 24px;
        /* 首页banner副标题字体大小 */
        --indexBannerTxt: 16px;
        /* 其他页面banner标题字体大小 */
        --subBannerTit: 24px;
        --subBannerTxt: 16px;
        /* 标题字体大小 */
        --centerTitle: 24px;

        --comSubTit: 18px;

        --comTextCont: 14px;

        --indexNewsTit: 18px;

        --indexNewsTime: 12px;

        --comMore: 14px;

        --overview: 16px;

        /* 手机导航字体大小 */
        --mobileNav: 16px;

        /* 案例详情页概述 */
        --caseOverview: 14px;
    }

    .banner {
        height: 300px;

    }

    .banner img {
        object-fit: cover !important;
    }

    header .header_container {
        padding: 0 20px;
        height: 60px;
    }

    header {
        height: 60px;
    }

    header .header_container .HeaderLogo img {
        width: 180px;
        height: auto;
    }

    .searchImg-mob {
        width: 20px;
        top: 20px;
        right: 68px;
    }

    header .header_container .bread {
        width: 24px;
    }

    header .header_container .mobieNav {
        top: 60px;
        padding: 0px 0px 40px;
    }

    header .header_container .mobieNav > li {
        padding: 0 20px;
    }

    header .header_container .mobieNav > li > div {
        padding: 20px 0;
    }

    header .header_container .mobieNav .language-mob a {
    }

    header .header_container .mobieNav .language-mob {
        margin-top: 100px;
    }

    header .header_container .secNav > li > div {
        padding-bottom: 10px;
    }

    .secNavColor,
    .secNavColor a {
        color: var(--redcolor) !important;
    }

    header .header_container .thrNav > li > div {
        padding-left: 8px;
    }

    header .header_container .thrNav {
        margin-top: 20px;
    }

    header .header_container .secNav {
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .footer .footOne.footNav .liHead {
        font-size: 20px;
    }

    .footer .footOne.footNav a {
        font-size: 16px;
    }

    .footer .footOne .rss .rss_tit {
        font-size: 20px;
    }

    .footer .footBottom .first .right {
        font-size: 14px;
    }

    .footer .footBottom .first .left {
        font-size: 12px;
    }

    .footer .footBottom .Record {
        font-size: 12px;
    }

    .footer .footOne.footNav .contactUs_ul_key,
    .footer .footOne.footNav .contactUs_ul_value {
        font-size: 16px;
    }

    .comSw .innerSw .swiper-button-prev,
    .comSw .innerSw .swiper-button-next,
    .Server .ServerSw .swiper-button-next,
    .Server .ServerSw .swiper-button-prev {
        top: auto;
        bottom: 0;
    }

    .comSw .innerSw {
        width: calc(100% - 30px);
        padding-bottom: 50px;
    }

    .ServerSw {
        width: calc(100% - 30px);
        padding-bottom: 50px;
    }

    .comSw .innerSw .swiper-button-next,
    .Server .ServerSw .swiper-button-next {
        right: 40%;
    }

    .comSw .innerSw .swiper-button-prev,
    .Server .ServerSw .swiper-button-prev {
        left: 40%;
    }


    .case .swiper .swiper-slide .img,
    .Server .swiper .swiper-slide .img {
        height: 300px;
    }

    .Server .swiper .swiper-slide .content {
        font-size: var(--caseTxt);
        height: auto;
        padding: 15px;
    }


    header .header_container .thrNav > li::before {
        top: 10px;
        width: 4px;
        height: 4px;
    }

    .footer .footOne.footNav ul li:not(:first-child)::before {
        width: 5px;
        height: 5px;
    }

    .case .swiper .swiper-slide .content .text {
        height: 63px;
    }

    header .header_container .mobieNav > li > div {
        font-size: 18px;
    }

    header .header_container .mobieNav {
        max-height: calc(100vh - 60px);
    }
}


@media screen and (max-width: 500px) {
    :root {
        --summarize: 14px;

        /* 首页banner标题字体大小 */
        --indexBannerTit: 20px;
        /* 首页banner副标题字体大小 */
        --indexBannerTxt: 14px;
        /* 标题字体大小 */
        --centerTitle: 20px;

        --comSubTit: 14px;

        --comTextCont: 12px;

        --indexNewsTit: 14px;

        --indexNewsTime: 12px;

        --comMore: 12px;

        --overview: 14px;
    }

    .centerTitle {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .com-curBar {
        font-size: 12px;
    }
    .footer .footLogo img {
        width: 100px;
        margin-right: 5px;
    }

    .w1280 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .footer .footOne .footShare a img {
        width: 30px;
        height: 30px;
    }

    .footer .footOne.footNav .liHead {
        font-size: 16px;
    }

    .footer .footOne.footNav a {
        font-size: 14px;
    }

    .footer .footOne .rss .rss_tit {
        font-size: 16px;
    }

    .footer .footBottom .first .right {
        font-size: 12px;
    }

    .footer .footBottom .first .left {
        font-size: 12px;
    }

    .footer .footBottom .Record {
        font-size: 12px;
    }

    .footer .footOne .rss .rss_intr {
        font-size: 14px;
    }

    .footer .footOne.footNav .contactUs_ul_key,
    .footer .footOne.footNav .contactUs_ul_value {
        font-size: 14px;
    }

    .case .swiper .swiper-slide .img,
    .Server .swiper .swiper-slide .img {
        height: 200px;
    }

    .footer .footOne.footNav ul li:not(:first-child) {
        padding-left: 10px;
    }

    .footer .footOne.footNav ul li:not(:first-child)::before {
        width: 4px;
        top: 5px;
        height: 4px;
    }

    .case .swiper .swiper-slide .content .text {
        height: 54px;
        margin-bottom: 10px;
    }

    .footer .footBottom .first .left span {
        display: block;
    }

    header .header_container .thrNav {
        display: flex;
        flex-wrap: wrap;
        padding-top: 10px;
        border-top: 1px solid;
        border-color: rgba(233, 233, 233);
        margin-top: 0;
    }

    header .header_container .thrNav li {
        width: 100%;
    }

    #wxLightgallery .wxPopup {
        top: -35px;
    }


}
/*加密页面样式*/
form.post-password-form {
        width: 100%;
    /* max-width: 1260px; */
    margin: 0 auto;
    padding: 30px 0px;
    line-height: 2em;
    font-size: 18px;
    /* border-top: 1px solid; */
    background-color: aliceblue;
    text-align: center;
}
