@charset "utf-8"; /*==========@@HTML默认 开始@@==========*/
/*基本*/
* {
    padding: 0px;
    margin: 0px
}

body {
    font-size: 100px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
}

.trans {
    transition: all .3s ease-in;
}

html {
    width: 100%;
    min-height: 100%;
}

body {
    width: 100%;
    min-height: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    font: .24rem/1.5 "PingFang SC",Helvetica,"Helvetica Neue","microsoft yahei",Tahoma,Arial,sans-serif;
    color: #666;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #fff;
    position: relative;
}

body:before, body:after {
    content: "";
    width: 100%;
    display: block;
}

img {
    border: 0px;
}

em {
    font-style: normal;
}

s,i {
    font-style: normal;
}

ul, ol {
    list-style-type: none;
}

li {
    list-style: none outside none;
}

b {
    font-weight: normal;
}

/*表单*/
input,button,select,textarea {
    outline: none;
    font-family: "PingFang SC","Microsoft Yahei", Arial;
    font-size: .24rem;
    -webkit-appearance: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
}

/*公用样式*/

/*链接*/
a, a:link, a:visited, a:hover, a:active {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover, a:active {
    color: #333333;
    outline: none;
}

/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
    font-weight: normal;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

/*清除浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.hidden {
    display: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clear,.clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
}
* {
    box-sizing: border-box;
}
.marginTop {
    margin-top: 0.4rem;
}
.padding15 {
    padding: 0 0.15rem;
}
.space3 {
    letter-spacing: 0.03rem;
}
.space8 {
    letter-spacing: 0.08rem;
}
.space7 {
    letter-spacing: 0.07rem;
}
/* 头部开始 */
.headerMain {
    height: 1rem;
    padding-top: 0.2rem;
}
.headerMain .logo {
    display: block;
    width: 0.85rem;
    margin: 0px auto;
}
.headerMain .logo img {
    width: 0.85rem;
}
.nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFFFFF;
    display: none;
}
.navTop {
    height: 0.8rem;
    text-align: right;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
    font-style: normal;
    text-transform: none;
}
.rightClose {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    margin-right: 0.15rem;
}
.rightClose img {
    width: 0.24rem;
    height: 0.24rem;
    margin-left: 0.1rem;
}
.navLogo {
    display: block;
    width: 0.7rem;
    margin: 0.3rem auto;
}
.navlist {
    padding: 0 0.15rem;
}
.navlist li {
    border-top: 0.01rem solid #F2F2F2;
    height: 0.61rem;
    margin-bottom:0.1rem;
}
.navlist li a {
    display: block;
    line-height: 0.61rem;
    width: 100%;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #828282;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.navlist li.active a {
    color: #007FC8;
}
.navSearch {
    width: 2.24rem;
    position: relative;
    margin: 0.4rem auto 0;
}
.navSearch input {
    width: 100%;
    height: 0.4rem;
    padding-right: 0.25rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #BDBDBD;
    font-style: normal;
    text-transform: none;
    border: none;
    border-bottom: 1px solid #F2F2F2;
    outline: none;
}
.navSearch img {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    right: 0;
    top: 0.1rem;
}
.searchMain {
    top: 0.14rem;
    left: 0.15rem;
}
.searchMain img {
    width: 0.32rem;
    height: 0.32rem;
}
.rightIcon {
    top: 0.14rem;
    right: 0.15rem;
}
.rightIcon img {
    width: 0.32rem;
    height: 0.32rem;
}
/* banner开始 */
.bannerMain .bannerImg {
    width: 100%;
    height: auto;
}
.title {
    width: 1.25rem;
    margin: 0 auto 0.1rem;
}
.title .top {
    text-align: left;
}
.title .top span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    vertical-align: middle;
    margin-right: 0.1rem;
}
.title .top img {
    width: 0.24rem;
    vertical-align: middle;
}
.title .letter {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.12rem;
    color: #333333;
    text-align: left;
}
.aboutLeft img {
    width: 100%;
}
.intro li {
    position: relative;
    padding-left: 0.1rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    margin-top: 0.1rem;
}
.intro li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    top: 0.08rem;
    left: 0px;
    border-radius: 0.02rem;
    background: #12171B;
}
/* 产品中心开始 */
.productList {
    display: flex;
    width: 100%;
    /* 让项紧贴容器边缘 */
    margin: 0;
    padding: 0;
}
.productList li{
    flex: 1; /* 等宽 */
    /* 每个项占三分之一，但要减去部分间隔 */
    flex-basis: calc((100% - 0.4rem) / 3);
}
.productList li:nth-child(2){
    margin: 0 0.05rem;
}
.productList li img {
    width: 100%;
}
.productList li p {
    width: 80%;
    margin: 0 auto;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    text-align: center;
}
/* 应用领域开始 */
.applicationCon {
    display: flex;
    flex-wrap: wrap; /* 关键：允许换行 */
    gap: 0.1rem; /* 间距10px */
}
.applicationItem {
    width: calc(50% - 0.05rem);
    height: 1.51rem;
    position: relative;
    margin-bottom: 0.1rem;
}
.applicationItem img {
    width: 100%;
    display: block;
}
.applicationItem .overlay {
    position: absolute;
    left: 0.10rem;
    top: 0.4rem;
}
.applicationItem .overlay img {
    width: 0.36rem;
    height: 0.36rem;
    display: block;
    margin-bottom: 0.06rem;
}
.applicationItem .overlay p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
/* 新闻动态开始 */
.newsConLeft {
    background: #F2F2F2;
    height: 2.51rem;
    margin-bottom: 0.1rem;
}
.newsConLeft img {
    width: 100%;
}
.newsConLeft h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    margin-bottom: 0.05rem;
    padding: 0 0.2rem;
}
.newsConLeft p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    line-height: 0.16rem;
    padding: 0 0.2rem;
}
.newsList li {
    position: relative;
    padding-left: 0.73rem;
    margin-bottom: 0.1rem;
    height: 0.68rem;
}
.newsList li .newsInfoLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.68rem;
    height: 0.68rem;
    background: #F2F2F2;
}
.newsList li .newsInfoLeft h3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
}
.newsList li .newsInfoLeft p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    text-align: center;
}
.newsList li .newsInfoRight {
    width: 100%;
    border-top: 1px solid;
    border-image: linear-gradient(90deg, rgba(86, 204, 242, 0.5), rgba(86, 204, 242, 0)) 1 1;
}
.newsList li .newsInfoRight h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}
.newsList li .newsInfoRight p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    line-height: 0.16rem;
}
.newsList li.active .newsInfoLeft {
    background: linear-gradient( 139deg, #56CCF2 0%, #F2F2F2 100%);
}
.newsList li.active .newsInfoRight h3 {
    color: #0490DF;
}
.newsList li.active .newsInfoRight p {
    color: #0490DF;
}
/* 页脚开始 */
.footer {
    background: #333333;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.footerTop {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 0.2rem;
}
.footerLeft {
    height: 1.06rem;
    width: calc(100% - 1.02rem);
}
.footerRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 1.02rem;
    height: 1.02rem;
    text-align: right;
}
.footerRight img {
    width: 0.92rem;
}
.address ul li {
    position: relative;
    padding-left: 0.24rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.3rem;
}
.address ul li span {
    color: #FFFFFF;
}
.address ul li:nth-child(3) {
    line-height: 0.16rem;
    letter-spacing: 0.02rem;
}
.address ul li img {
    width: 0.14rem;
    position: absolute;
    left: 0;
    top: 0.09rem;
}
.copyright {
    padding-top: 0.2rem;
    padding-right: 0.1rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.18rem;
    text-align: center;
}
.copyright p a, .copyright p a:focus, .copyright p a:hover  {
    color: #FFFFFF;
}

/* 联系我们页面开始 */
.contacMethodTop {
    height: 3.94rem;
    background: #007FC8;
    padding: 0.4rem 0.4rem 0rem;
}
.contacMethodTop h3 {
    display: flex;
    align-items: center;
}
.contacMethodTop h3 img{
    width: 0.2rem;
    margin-right: 0.2rem;
}
.contacMethodTop h3 span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.contacMethodTop .conMess li {
    border-bottom: 0.01rem dashed #2D9CDB;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0.1rem 0;
}
.contacMethodTop .conMess li:last-child {
    line-height: 0.24rem;
}
.contacMethodBottom {
    height: 3.93rem;
    background: #F2F2F2;
    padding: 0.4rem 0.1rem 0 0.05rem;
}
.contacMethodBottom h3 {
    display: flex;
    align-items: center;
    padding-left: 0.14rem;
    margin-bottom: 0.2rem;
}
.contacMethodBottom h3 img{
    width: 0.2rem;
    margin-right: 0.2rem;
}
.contacMethodBottom h3 span {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.formItem {
    position: relative;
    padding-left: 0.8rem;
}
.formItem label {
    position: absolute;
    left: 0;
    top: 0.13rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(0,0,0,0.85);
    line-height: 22px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    width: 0.8rem;
}
.formItem label.star {
    top: 0.13rem;
}
.formItem label.star::before {
    display: block;
    content: "*";
    position: absolute;
    color: #FF4D4F;
    left: 0;
    top: 0.02rem;
}
.formItem input {
    height: 0.4rem;
    margin-bottom: 0.34rem;
}
.formItem input,
.formItem textarea {
    width: 100%;
    background: #FFFFFF;
    outline: none;
    border-radius: 0.02rem;
    border: 0.01rem solid #D9D9D9;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(0,0,0,0.85);
    line-height: 0.24rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.12rem;
}
.formItem textarea {
    height: 0.82rem;
}
.formItem input:focus,
.formItem textarea:focus {
    border: 0.01rem solid #40A9FF;
    box-shadow: 0rem 0rem 0rem 0.02rem rgba(24,144,255,0.2);
}
.formItem.formBtnItem {
    padding-left: 0.7rem;
}
.formItem button {
    /* width: 2.61rem; */
    width: 100%;
    height: 0.4rem;
    background: #1890FF;
    box-shadow: 0rem 0.02rem 0rem 0rem rgba(0,0,0,0.04);
    border-radius: 0.02rem;
    border: 0.01rem solid #1890FF;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.24rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.06rem;
}
/* 联系我们页面结束 */
/* 新闻动态页开始 */
.newsCenterItem {
    margin-bottom: 0.3rem;
}
.newsCenterItem img {
    display: block;
    width: 100%;
}
.newsCenterItem h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    font-style: normal;
    text-transform: none;
    margin: 0.09rem 0 0.05rem;
}
.newsCenterItem p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #4F4F4F;
    line-height: 0.16rem;
    font-style: normal;
    text-transform: none;
}
.newsPageList li {
    margin-bottom: 0.3rem;
    position: relative;
    padding-left: 0.75rem;
    cursor: pointer;
}
.newsPageList li .newsInfoLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.7rem;
    height: 0.7rem;
    background: #F2F2F2;
    padding-top: 0.1rem;
}
.newsPageList li .newsInfoLeft h3 {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0;
    margin-bottom: 0.04rem;
}
.newsPageList li .newsInfoLeft p {
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 0.12rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.newsPageList li .newsInfoRight {
    width: 100%;
    height: 0.7rem;
    border-top: 0.01rem solid #E0E0E0;
    padding-top: 0.06rem;
}
.newsPageList li .newsInfoRight h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    font-style: normal;
    text-transform: none;
    margin: 0 0 0.05rem;
}
.newsPageList li .newsInfoRight p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #4F4F4F;
    line-height: 0.16rem;
    font-style: normal;
    text-transform: none;
}
.newsPageList li:hover .newsInfoRight h3,
.newsPageList li.active .newsInfoRight h3 {
    color: #0490DF;
}
.pagination>li a{
    width: 0.32rem;
    height: 0.32rem;
    margin: 0 0.08rem;
    border-radius: 0.02rem;
    border: 0.01rem solid #D9D9D9;
    font-family: Roboto, Roboto;
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(0,0,0,0.85);
    line-height: 0.22rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.pagination>li:hover a,
.pagination>li.current a {
    border: 0.01rem solid #1890FF;
    color: #1890FF;
    background: #fff;
}
.pagination>li.disabled a {
    border: 0.01rem solid #D9D9D9;
    color: #D9D9D9;
    cursor: not-allowed;
}
/* 新闻动态页结束 */
/* 新闻动态详情页开始 */
.newsDetailMain {
    padding: 0 0.1rem;
}
.newsDetailMain h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.2rem auto 0.05rem;
}
.newsDetailMain p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #4F4F4F;
    line-height: 0.12rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.text {
    margin-top: 0.3rem;
}
.text p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.13rem;
    color: #333333;
    line-height: 0.26rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.15rem;
}
.text img {
    width: 100%;
    display: block;
    margin-top: 0.2rem;
}
.text > h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.2rem auto 0.05rem;
}
.image {
    margin-bottom: 0.2rem;
}
.secondTitle h3 {
    font-weight: bold;
}


.newsDetailCon .title-h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.2rem auto 0.05rem;
}
.newsDetailCon .title-h2 {
    font-weight: bold;
    text-align: center;
    font-size: 0.18rem;
    color: #333333;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    line-height: 0.2rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0.2rem auto 0.05rem;
}
.newsDetailCon .title-h3 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    line-height: 0.2rem;
    font-style: normal;
    text-transform: none;
    margin: 0.2rem auto 0.05rem;
}
.newsDetailCon .text p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.12rem;
    color: #4F4F4F;
     line-height: 0.26rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.15rem;
}
/* 单张图片：宽度铺满 */
.newsDetailCon .img-single {
    width: 100%;
    margin-bottom: 0.2rem;
}
.newsDetailCon .img-single img {
    width: 100%;
    display: block;
}
/* 两张图片：平均分配，中间有间隙 */
.newsDetailCon .img-double {
    display: flex;
    gap: 0.1rem;
    margin-bottom: 0.2rem;
}
.newsDetailCon .img-double img {
    width: calc(50% - 0.05rem);
    display: block;
}
/* 新闻动态详情页结束 */
/* 关于我们页开始 */
.aboutTitle {
    width: 1.55rem;
}
.aboutTitle p {
    text-align: center;
}
.aboutTitle .top {
    text-align: center;
}
.aboutIntro li {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.28rem;
    font-style: normal;
    text-transform: none;
    text-indent: 2em;
}
.missionCon {
    position: relative;
}
.missionCon > img {
    width: 100%;
    display: block;
}
.missionConTitle {
    position: absolute;
    top: 0.4rem;
    left: 0.3rem;
}
.missionConTitle h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.4rem;
}
.missionConTitle p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.certificateList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.certificateList li {
    flex: 0 0 1.08rem;
    margin-bottom: 0.1rem;
}
.certificateList li img {
    display: block;
    width: 1.08rem;
    margin-bottom: 0.2rem;
}
.certificateList li p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.12rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
/* 关于我们页结束 */
/* 产品页开始 */
.productNav {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}
.productNav li{
    float: left;
    width: 0.69rem;
    height: 0.35rem;
    background: #EEEEEE;
    border: 0.01rem solid #FFFFFF;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.13rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 0.35rem;
}
.productNav li.active {
    background: #007FC8;
    color: #FFFFFF;
}
.proItem {
    /* padding-bottom: 0.3rem; */
    display: none;
}
.proTitle {
    height: 0.34rem;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    line-height: 0.34rem;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem;
    position: relative;
}
.proTitle span:nth-child(1) {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-right: 0.1rem;
}
.proTitle span:nth-child(2) {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #0074B6;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.proTitle span:nth-child(3) {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 0.16rem;
    color: #828282;
    letter-spacing: 0.01rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    right: 0.1rem;
    top: 0;
}
.proTitle span.space8 {
    letter-spacing: 0.08rem;
}
.proLeftImg {
    width: 100%;
    display: block;
}
.proOneimgList {
    display: flex;
    gap: 0.03rem;
    margin: 0.1rem 0;
}
.proOneimgList li{
    flex: 0 0 calc(20% - 0.024rem);
}
.proOneimgList li img {
    display: block;
    width: 100%;
    height: 0.67rem;
}
.proOneimgList li.active {
    border: 1px solid #56CCF2;
}
.proOneConInfo {
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    padding: 0.05rem 0.1rem;
}
.proOneConInfoUl li {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.4rem;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: 0.15rem;
}
.proOneConInfoUl li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    top: 0.16rem;
    left: 0.05rem;
    border-radius: 0.02rem;
    background: #12171B;
}
.proOneConInfo button {
    width: 1.56rem;
    height: 0.3rem;
    background: linear-gradient( 0deg, #56CCF2 0%, #2F80ED 100%);
    border-radius: 0.04rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.15rem;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    border: none;
    outline: none;
    line-height: 0.15rem;
    margin-top: 0.1rem;
}
.proOneInfoList {
    margin-top: 0.1rem;
}
.proOneInfoList li {
    position: relative;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.15rem;
    margin-bottom: 0.2rem;
}
.proOneInfoList li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    top: 0.08rem;
    left: 0.05rem;
    border-radius: 0.02rem;
    background: #12171B;
}
.imagingList {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
}
.imagingList li {
    flex: 0 0 calc(50% - 0.05rem); 
    margin-bottom: 0.1rem;
}
.imagingList li img {
    width: 100%;
    display: block;
}
.imagingLast {
    width: 100%;
    display: block;
}
.showList {
    display: flex;
    flex-wrap: wrap;
    gap: 0.04rem;
}
.showList li {
    flex: 0 0 calc(33% - 0.02rem); 
    margin-bottom: 0.1rem;
}
.showList li img {
    width: 100%;
    display: block;
    margin-bottom: 0.1rem;
}
.showList li .desBox {
    height: 0.29rem;
    background: linear-gradient( 270deg, rgba(178,236,255,0.05) 0%, rgba(178,236,255,0.6) 50%, rgba(178,236,255,0.05) 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 0.29rem;
}
.funcList>li {
    margin-bottom: 0.2rem;
}
.funcList>li img {
    width: 100%;
    display: block;
    margin-bottom: 0.1rem;
}
.funcCon h3 {
    height: 0.29rem;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.2rem;
    line-height: 0.29rem;
    padding-left:0.1rem;
}
.funcCon ul li {
    position: relative;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.15rem;
    margin-bottom: 0.1rem;
}
.funcCon ul li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    top: 0.08rem;
    left: 0.04rem;
    border-radius: 0.02rem;
    background: #0277BA;
}
.funcCon ul li span:nth-child(1) {
    color: #0277BA;
}
.funcList>li:nth-child(3) .funcCon h3,
.funcList>li:nth-child(4) .funcCon h3 {
    margin-bottom: 0.1rem;
}
.tableBox table {
    width: 100%;
}
.tableBox thead tr th{
    line-height: 0.32rem;
    /* background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%)!important; */
    background: rgba(86,204,242,0.6);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.05rem;
    overflow: hidden;
    z-index: 1;
}
.tableBox tbody tr td {
    line-height: 0.32rem;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left: 0.05rem;
}
.tableBox tbody tr:nth-child(2n + 1) td {
     /* background: linear-gradient( 90deg, rgba(86,204,242,0.1) 0%)!important; */
     background: rgba(86,204,242,0.1);
}
.tableBox tbody tr:nth-child(2n) td {
   /* background: linear-gradient( 90deg, rgba(86,204,242,0.3) 0%)!important; */
   background: rgba(86,204,242,0.3);
}
.specs img {
    width: 100%;
    display: block;
    margin-bottom: 0.1rem;
}
.specs .specsCon {
    height: 2rem;
    background: linear-gradient( 90deg, rgba(86,204,242,0.6) 0%, rgba(217,217,217,0) 100%);
    padding: 0.2rem 0.1rem 0rem;
}
.specs .specsCon .specsConList li {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #0277BA;
    line-height: 0.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0.1rem;
    position: relative;
    padding-left: 25px;
}
.specs .specsCon .specsConList li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    top: 0.08rem;
    left: 0.1rem;
    border-radius: 0.02rem;
    background: #0277BA;
}
/* 产品页结束 */
/* 应用领域页面开始 */
.appMainLetter {
    width: 3.18rem;
    position: absolute;
    bottom: 0.26rem;
    left: 0.27rem;
    padding-top: 1.4rem;
}
.appMainLetterTop {
    position: absolute;
    top: 0;
    left: 0;
}
.appMainLetterTop > img {
    position: absolute;
    width: 0.42rem;
    height: 0.42rem;
    right: -0.16rem;
    top: 0rem;
}
.appMainLetterTop::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.21rem;
    height: 0.21rem;
    border: 0.1rem solid #56CCF2;
    border-right: none;
    border-bottom: none;
}
.appMainLetterTop::after{
    display: block;
    content: " ";
    position: absolute;
    width: 0.21rem;
    height: 0.21rem;
    border: 0.1rem solid #56CCF2;
    border-left: none;
    border-top:none;
    right: 0;
    bottom: 0;
}
.appMainLetterTop h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 0.64rem;
    color: #FFFFFF;
    text-shadow: 0 0.04rem 0.05rem rgba(0,0,0,0.25);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0.15rem 0.21rem;
}
.appMainLetter p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-shadow: 0 0.04rem 0.02rem rgba(0,0,0,0.25);
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.title.appTitle {
    width: 2.64rem;
}
.title.appTitle .top {
    text-align: center;
}
.aiList>li {
    margin-bottom: 0.2rem;
    background: rgba(178,236,255,0.6);
    padding: 0.2rem;
}
.aiListTop {
    position: relative;
    padding-top: 0.9rem;
}
.topTitle {
    position: absolute;
    top: 0;
    left: 0;
}
.topTitle > img {
    position: absolute;
    width: 0.2rem;
    height: 0.2rem;
    right: -0.08rem;
    top: -0.06rem;
}
.topTitle::before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.21rem;
    height: 0.21rem;
    border: 0.04rem solid #56CCF2;
    border-right: none;
    border-bottom: none;
}
.topTitle::after{
    display: block;
    content: " ";
    position: absolute;
    width: 0.21rem;
    height: 0.21rem;
    border: 0.04rem solid #56CCF2;
    border-left: none;
    border-top:none;
    right: 0;
    bottom: 0;
}
.topTitle h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.36rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0.15rem 0.21rem;
}
.aiListTop p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #4F4F4F;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.aiListCenter {
    margin: 0.1rem 0;
    width: 1.04rem;
    height: 0.44rem;
    line-height: 0.44rem;
    background: linear-gradient( 0deg, #56CCF2 0%, #2F80ED 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-shadow: 0 0.04rem 0.05rem rgba(0,0,0,0.25);
    font-style: normal;
    text-transform: none;
    text-align: center;
}
.aliListBottom li{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.14rem;
    color: #4F4F4F;
    line-height: 0.32rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    position: relative;
    padding-left: 0.15rem;
}
.aliListBottom li::before {
    display: block;
    content: " ";
    position: absolute;
    width: 0.04rem;
    height: 0.04rem;
    top: 0.14rem;
    left: 0.04rem;
    border-radius: 0.02rem;
    background: #4F4F4F;
}
.appTitle .letter {
    text-align: center;
}
.appContentNav {
    margin-bottom: 0.04rem;
}
.appContentNav .appleftItem{
    float: left;
    width: 1.15rem;
    height: 0.43rem;
    background: #EEEEEE;
    border: 1px solid #FFFFFF;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    line-height: 0.43rem;
}
.appContentNav .appleftItem.active {
    background: #007FC8;
    color: #FFFFFF;
}
.toggleBox {
    display: none;
    overflow: hidden;
}
.appConList {
    margin-left: -0.01rem;
    margin-right: -0.01rem;
}
.appConList li {
    float: left;
    height: 1.4rem;
    width: calc(25% - 0.02rem);
    margin: 0 0.01rem;
    background: rgba(178,236,255,0.2);
    margin-bottom: 0.04rem;
    padding: 0 0.13rem; 
}
.boxCenter img {
    width: 0.56rem;
    height:0.56rem;
    display: block;
    margin: 0.2rem auto 0.1rem;
}
.boxCenter p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
/* 应用领域页面结束 */