@import url("/cn/res/css/xiao.css");
@import url("/cn/res/css/whir_zh.css");
@font-face{
    font-family:'HarmonyOS_Regular';
    src:url('/cn/res/fonts/HarmonyOS_Sans_SC_Regular.woff') format('woff');
    font-display:swap;
}
@font-face{
    font-family:'HarmonyOS_Medium';
    src:url('/cn/res/fonts/HarmonyOS_Sans_SC_Medium.woff') format('woff');
    font-display:swap;
}
@font-face{
    font-family:'HarmonyOS_Light';
    src:url('/cn/res/fonts/HarmonyOS_Sans_SC_Light.ttf') format('woff');
    font-display:swap;
}
@font-face{
    font-family:'HarmonyOS_Bold';
    src:url('/cn/res/fonts/HarmonyOS_Sans_SC_Bold.woff') format('woff');
    font-display:swap;
}

body{ overflow:hidden; font-family:'HarmonyOS_Regular';}


/* 头部 */
.header{ font-size:.18rem; padding:.2rem .4rem; position:fixed; left:0; top:0; width:100%; z-index:20;}
.header .wtd100{ width:100%;}
.header .logo img{ max-width:2.5rem;}
.header .logo .inter{ position:absolute; left:0; opacity:0;}
.header .nav{ font-size:.2rem; margin-left:1rem;}
.header .nav li{ margin-right:.6rem; position:relative;}
.header .nav li>a{ position:relative; padding:.15rem 0; display:block; color:#fff; transition:all .5s;}
.header .nav li>a::after{ position:absolute; bottom:.1rem; margin-top:.15rem; content:''; display:block; width:100%; height:.04rem; background-color:transparent; border-radius:.1rem; transition:all .5s;}
.header .nav li:hover>a::after,
.header.back-color .nav li.on>a::after{background-color:#00499e;}
.header .nav li:last-child{ margin-right:0;}
.header .nav li dl{ line-height:2; font-size:.16rem; padding:.2rem 0; position:absolute; left:50%; top:100%; transform:translateX(-50%); width:max-content; display:none; text-align:center;}
.header .nav li dl dd:first-child{ border-top:solid 1px #00499e;}
.header .nav li dl dd{ background:#fff; position:relative; display:block;}
.header .nav li dl dd a{ position:relative; color:#333; padding:4px .2rem; display:block; border-bottom:solid 1px #ccc;}
.header .nav li dl dd:last-child>a{ border-bottom:none;}
.header .nav li dl dd .sub-menu{ background:#fff; display:none; min-width:10em; width:max-content; position:absolute; left:100%; top:-1px; border-left:solid 1px rgba(0,0,0,.1); border-top:solid 1px #00499e; border-left:none;}
.header .nav li dl dd:hover>a{ color:#00499e;}
.header .nav li dl dd:hover .sub-menu{ display:block;}
.header .nav li dl dd .sub-menu a:hover{ color:#00499e;}

.header .nav li:hover dl{ display:block;}
.header .lang-box .lang-but{ color:#fff;}
.header .lang-box .icon{ margin-right:.1rem; font-size:.18rem; width:.24rem; height:.24rem; background-image:url(/cn/res/images/lang-icon.png); background-size:contain; background-repeat:no-repeat; background-position:center;}
.header .top-rig .line{ color:#fff; opacity:.1; margin:0 .35rem;}
.header .top-search{ margin-right:.4rem; position:relative;}
.header .top-search .ope-icon{cursor:pointer; width:.25rem; height:.25rem; background:url(/cn/res/images/search-icon.png) no-repeat center; background-size:.23rem; background-repeat:no-repeat; background-position:center;}
.header .top-search .ope-icon.on{ background:url(/cn/res/images/close2.png) no-repeat center; background-size:.23rem; background-repeat:no-repeat; background-position:center;}
.header .top-search .search-con{ display:none; position:absolute; top:100%; right:-.25rem; padding-top:.4rem;}
.header .top-search .search-con .box-line{ padding:.13rem .2rem; border-radius:1rem; overflow:hidden; background:rgba(255,255,255,.8);}
.header .top-search .search-con .but{ width:.25rem; height:.25rem; background-image:url(/cn/res/images/search-icon2.png); background-size:.23rem; background-size:.23rem; background-repeat:no-repeat; background-position:center; cursor:pointer;}
.header .top-search .search-con input{ font-family:'HarmonyOS_Regular'; font-weight:lighter; color:#000; background:none; display:block; width:2.5rem; padding:0; margin:0; padding-right:.1rem; border:none; font-size:.16rem; outline:none;}
.header .top-search .search-con input::placeholder{ color:#000;}
.header .top-search .search-con input::-moz-placeholder{ color:#000;}
.header .top-search .search-con input::-webkit-input-placeholder{ color:#000;}
.header .trial a{ color:#fff; background:rgba(255,255,255,.2); padding:.13rem .3rem; display:block; border-radius:.5rem; overflow:hidden; transition:all .5s;}
.header .trial a:hover{ background:#0d488f; color:#fff;}

.header.back-color,
.header:hover{ background-color:#fff;}
.header.back-color .logo .moren,
.header:hover .logo .moren{ opacity:0;}
.header.back-color .logo .inter,
.header:hover .logo .inter{ opacity:1;}
.header.back-color .nav li>a,
.header:hover .nav li>a{ color:#282828;}
.header.back-color .nav li>a:hover,
.header:hover .nav li>a:hover,
.header.back-color .nav li.on>a{ color:#00499e;}
.header.back-color .lang-box .icon,
.header:hover .lang-box .icon{ background-image:url(/cn/res/images/lang-icon2.png);}
.header.back-color .lang-box .lang-but,
.header:hover .lang-box .lang-but{ color:#282828;}
.header.back-color .top-search .ope-icon,
.header:hover .top-search .ope-icon{ background-image:url(/cn/res/images/search-icon2.png); }
.header.back-color .top-search .ope-icon.on,
.header:hover .top-search .ope-icon.on{ background:url(/cn/res/images/close.png) no-repeat center; background-size:.23rem; background-repeat:no-repeat; background-position:center;}
.header.back-color .top-rig .line,
.header:hover .top-rig .line{ color:#282828; opacity:1;}
.header:hover .trial a,
.header.back-color .trial a{ background:#ccc; color:#282828;}
.header .trial a:hover{ background:#0d488f; color:#fff;}
.header .icon-menu{ display:none;}
@media(max-width:1024px){
.header .icon-menu{ font-size:0; display:block; margin-left:.3rem; cursor:pointer; width:25px; height:25px; border-radius:50%; position:relative; z-index:10;}
.header .icon-menu span{ display: block; position: relative;}
.header .icon-menu span i{ height:2px; width:60%; background:#fff; display:block; margin:6px auto; transition: all .5s;}
.header .icon-menu i{ -webkit-transition: all .4s ease-out; transition: all .4s ease-out; display:inline-block; height:2px; background:#fff; margin:3px 2.5px; border-radius:5px;}
.header .icon-menu i:nth-of-type(1),
.header .icon-menu i:nth-of-type(3) {width:25px;}
.header .icon-menu i:nth-of-type(2) {width:25px;}
.header .icon-menu.active i:nth-of-type(1){ transform: rotate(45deg) translate(6px,6px);}
.header .icon-menu.active i:nth-of-type(2){ opacity:0;}
.header .icon-menu.active i:nth-of-type(3){ transform: rotate(-45deg) translate(5px,-5px);}
.header.back-color .icon-menu i,
.header:hover .icon-menu i{ background:#333;}

.header .nav{ position:fixed; top:0.93rem; right:-50%; width:40%; height:calc(100vh - 0.93rem); z-index:8; background:#f5f5f5; transition: all .5s; margin:0;}
.header .nav.active{ right:0;}
.header .nav li{ width:100%; margin:0; position:relative; overflow:hidden;}
.header .nav li>a{ padding:.15rem 1em; color:#333;}
.header .nav li>a::after{ height:1px; left:0; width:100%;}
.header .nav .ul{ overflow:auto; max-height:100%;}
.header.back-color .icon-menu span i,
.header:hover .icon-menu span i{ background:#333;}
}


@media(max-width:640px){
.header{ font-size:.2rem;}
.header .nav{ width:60%; right:-65%; font-size:.26rem;}
.header .top-search .search-con input{ font-size:.2rem;}
.header .nav li{ border-bottom:solid 1px #ccc;}
.header .nav li>a::after{ display:none;}
.header .nav .level>a::before{ font-size:.16rem; position:absolute; top:50%; right:.3rem; color:#1a5ed4; content:'next'; display:block; font-family:swiper-icons; font-weight:bold; transform:translateY(-50%);}
.header .nav li dl{ padding:0; text-align:left; font-size:.24rem; position:relative; top:auto; left:0; width:100%; transform:translateX(0);}
.header .nav li dl dd a{ padding:4px 1em;}
.header .nav li dl dd .sub-menu{ border-top:none; padding:0; font-size:.24rem; position:relative; top:0; left:0; width:100%;}
.header .nav li dl dd .sub-menu a{ padding-left:2em;}
.header .nav li dl dd:hover .sub-menu{ display:none;}

.header .nav li:hover dl{ background:#fff; padding:0; display:none;}
}


/* 底部 */
.gzh{max-width: 1.5rem;color: #fff; margin: 0 auto;
    text-align: center;}
.gzh h3{font-weight: 400;
    margin-top: 0.1rem;
    opacity: .6;font-size: .16rem;}
.footer{ background:#202734;}
.footer-one{ padding:.5rem 0;}
.footer-one .one-txt{ max-width:5.1rem; font-size:.18rem; color:#fff;}
.footer-one .one-txt .des{ margin:.25rem 0; opacity:.5;}
.footer-one .icon-logo img{ width:2rem;}
.footer-one .pull-down{ cursor:pointer; width:1.4rem; position:relative;}
.footer-one .pull-down .txt{ position:relative; font-size:.14rem; display:flex; align-items:center; border:solid 1px rgba(255,255,255,.2); border-radius:8px; overflow:hidden; padding:.12rem .15rem;}
.footer-one .pull-down .txt .icon{ margin-right:.1rem; width:.2rem; height:.2rem; background-image:url(/cn/res/images/lang-icon.png); background-repeat:no-repeat; background-size:contain; background-position:center;}
.footer-one .pull-down .txt::after{ font-size:.12rem; color:#1a5ed4; content:'next'; display:block; font-family:swiper-icons; font-weight:bold; position:absolute; right:.2rem; transform:rotate(90deg);}
.footer-one .pull-down .ul{ background:#202734; position:absolute; top:100%; left:0; width:100%; padding-top:.1rem; font-size:.14rem; display:none;}
.footer-one .pull-down .ul li{ padding-left:.3rem;}
.footer-one .pull-down .ul li a{ display:block; padding:.05rem .15rem; color:#fff;}
.footer-one .nav-footer{ color:#fff; width:calc(92% - 5.2rem);}
.footer-one .nav-footer dl{ min-width:1.4rem;}
.footer-one .nav-footer dl a{color: #fff;}
.footer-one .nav-footer dt{ font-size:.2rem;}
.footer-one .nav-footer dt::after{ margin:.15rem 0; content:''; display:none; height:.04rem; width:.16rem; background:#024c9f; border-radius:.5rem;}
.footer-one .nav-footer dd{ margin:.1rem 0;}
.footer-one .nav-footer dd a{ opacity:.5; color:#fff;}
.footer-one .nav-footer dd a:hover{ opacity:1;}
.footer-two{ padding:.35rem 0; border:solid 1px rgba(255,255,255,.1); border-left:none; border-right:none;}
.footer-two .tit{ margin-bottom:.15rem; color:#fff; opacity:.5;}
.footer-two .footer-lxwm{ color:#fff;}
.footer-two .footer-lxwm .item{ margin-right:1rem;}
.footer-two .footer-lxwm .icon{ margin-right:.15rem; width:.5rem; height:.5rem; border:solid 1px rgba(255,255,255,.2); border-radius:100%; background-repeat:no-repeat; background-position: center; background-size:contain;}
.footer-two .footer-lxwm .tel-icon{ background-image:url(/cn/res/images/footer-icon1.png);}
.footer-two .footer-lxwm .email-icon{ background-image:url(/cn/res/images/footer-icon2.png);}
.footer-two .footer-lxwm .addr-icon{ background-image:url(/cn/res/images/footer-icon3.png);}
.footer-two .footer-lxwm .item:last-child{ margin-right:0;}
.footer-two .footer-share{ text-align:right;}
.footer-two .footer-share .list .icon-fx{ margin-right:.2rem; display:block; width:.5rem; height:.5rem; background-color:#2e3c51; border-radius:100%; background-repeat:no-repeat; background-position: center; background-size:contain;}
.footer-two .footer-share .list .icon1{ background-image:url(/cn/res/images/share-icon1.png);}
.footer-two .footer-share .list .icon2{ background-image:url(/cn/res/images/share-icon2.png);}
.footer-two .footer-share .list .icon3{ background-image:url(/cn/res/images/share-icon3.png);}
.footer-two .footer-share .list .icon4{ background-image:url(/cn/res/images/share-icon4.png);}
.footer-two .footer-share .list .icon-fx:last-child{ margin-right:0;}
.footer-three{ font-size:.14rem; color:rgba(255,255,255,.3); padding:.3rem 0;}
.footer-three em{ font-style:normal; display:inline-block; padding:0 .15rem;}
.footer-three a{ color:rgba(255,255,255,.3);}
.footer-three a:hover{ color:#fff;}

@media(max-width:1024px){
.footer-one .one-txt{ max-width:4rem;}
.footer-one .nav-footer{ width:calc(92% - 4rem);}
.footer-one .nav-footer dd{ font-size:.16rem;}
.footer-two{ font-size:.16rem;}
.footer-two .footer-lxwm{ max-width:6rem;}
.footer-two .footer-lxwm .item{ margin-bottom:.1rem; margin-right:.2rem;}
.footer-two .footer-lxwm .item:last-child{ margin-bottom:0;}
}



@media(max-width:640px){
.footer-one{ line-height:2;}
.footer-one .nav-footer{ display:none;}
.footer-one .one-txt{ font-size:.24rem; width:100%; max-width:100%;}
.footer-one .pull-down{ width:2rem;}
.footer-one .pull-down .txt{ font-size:.2rem;}
.footer-one .pull-down .ul{ font-size:.2rem;}
.footer-two{ line-height:2; font-size:.24rem;}
.footer-two .tit{ text-align:center;}
.footer-two .footer-share{ width:100%;}
.footer-two .footer-share .list{ justify-content:center;}
.footer-two .footer-lxwm{ max-width:100%;}
.footer-two .footer-lxwm .iwle{ width:100%; justify-content:center;}
.footer-three{ line-height:2; font-size:.24rem;}
}

/* 首页banner */
.ban-index .text-box{ color:#fff; position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%);}
.ban-index .text-box .tit{font-family:'HarmonyOS_Bold'; line-height:1.2; margin-bottom:.1rem; font-size:.68rem; font-weight:bold;}
.ban-index .text-box .des{ font-size:.3rem; }
.ban-index figure{ height:100vh; background-size:cover; background-repeat:no-repeat; background-position:top center;}
.ban-index .pic-video{ height:100vh; width:100%;}
.ban-index .pic-video video{ object-fit:cover; width:100%; height:100%;}
.ban-index .logo-icon{ margin-right:.3rem;}
.ban-index .logo-icon img{ width:3.2rem;}
.ban-index .video-tu{ width:3.4rem; height:2rem; border-radius:5px; background-size:cover; background-repeat:no-repeat; background-position:center;}
.ban-index .more-video{ width:100%; margin-top:.5rem; font-size:0;}
.ban-index .more-video .m-video{ display:inline-block;}
.ban-index .more-video .paly{ cursor:pointer; position:absolute; left:50%; top:50%; width:.42rem; height:.42rem; background-image:url(/cn/res/images/paly.png); margin-top:-.21rem; margin-left:-.21rem; z-index:2; background-size:cover; background-repeat:no-repeat; background-position:center;}
.ban-index .swiper-button-prev,
.ban-index .swiper-button-next{ width:.5rem; height:.5rem; border-radius:100%; overflow: hidden; border:solid 2px #fff; transition:all .5s;}
.ban-index .swiper-button-prev{left:.45rem;}
.ban-index .swiper-button-next{right:.45rem;}
.ban-index .swiper-button-prev:after,
.ban-index .swiper-button-next:after{ font-size:.16rem; font-weight:bold; font-weight:bold; color:#fff;}
.ban-index .swiper-button-prev:hover{ background:#f5b106; border-color:#f5b106;}
.ban-index .swiper-button-next:hover{ background:#f5b106; border-color:#f5b106;}
.ban-index::after{ position:absolute; bottom:.4rem; left:50%; z-index:5; content:''; display:block; width:.22rem; height:.44rem; background-image:url(/cn/res/images/mouse-icon.png); margin-left:-.11rem; animation:act 1s infinite linear; background-size:cover; background-repeat:no-repeat; background-position:center;}

@keyframes act{
    0%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(20%);
    }
    100%{
        transform:translateY(0);
    }
}

@media(max-width:1200px){
.fp-section.fp-table,
.fp-tableCell{height: auto!important;}
}
@media(max-width:1024px){
.ban-index .text-box .tit{ font-size:.46rem;}
.ban-index .text-box .des{ font-size:.26rem;}
.ban-index .video-tu{ width:2.4rem; height:1.41rem;}
.ban-index .logo-icon img{ width:2.5rem;}
}
@media(max-width:640px){
.ban-index figure{ height:50vh;}
.ban-index .pic-video{ height:50vh;}
}


/* 首页加入博天堂918 */
.index_Joinus{ padding:1.15rem 0; background-image:url(/cn/res/images/index-back8.jpg);background-size:cover; background-repeat:no-repeat; background-position:center; color:#fff; font-family:'HarmonyOS_Medium';}
.index-tit{ margin-bottom:.25rem; font-size:.24rem;}
.index-tit::before{ margin-right:.2rem; content:''; width:.34rem; height:.2rem; display:block; background-image:url(/cn/res/images/pot-icon4.png);background-size:contain; background-repeat:no-repeat; background-position:center;}
.index_Joinus .let_box{ font-size:.48rem;}
.index_Joinus .rig-but .but1{ margin-right:.2rem; color:#fff; border-color:#fff;}
.index_Joinus .rig-but .but2{ color:#1e2e45; border-color:#fff; background:#fff;}
.index_Joinus .rig-but .but2::after{ font-weight:bold; color:#0d488f;}
.index_Joinus .rig-but .but1:hover{ background:#fff; color:#0d488f;}
.index_Joinus .rig-but .but2:hover{ background:#0d488f; color:#fff;}

.index-two{background-image:url(/cn/res/images/index-back1.jpg); background-repeat:no-repeat; background-position:right center;}
.index-two .index-tit{ color:#004ca3;}
.index-two .index-tit::before{ background-image:url(/cn/res/images/pot-icon3.png);}
.index-two .back-img{ position:absolute; left:0; top:0; width:33.333333vw; color:#fff; height:100%; padding:1rem 0;background-size:cover; background-repeat:no-repeat; background-position:center;}
.index-two .tab_box{ line-height:2; font-size:.48rem; color:#fff; height:100vh; padding:2rem 0 .5rem; z-index:5;}
.index-two .tab_box .item{ cursor:pointer; opacity:.2; display:flex; align-items:center;}
.index-two .tab_box .item::after{ margin-left:.1rem; content:''; display:block; width:.28rem; height:.38rem; background-image:url(/cn/res/images/pot-icon2.png); background-size:contain; background-repeat:no-repeat; background-position:center; opacity:0;}
.index-two .tab_box .item.active{ opacity:1;}
.index-two .tab_box .item.active::after{ opacity:1;}
.index-two .rig_box{ width:82%; padding:2.2rem 0 .5rem;}
.index-two .rig_box .tit-box{ text-align:right;}
.index-two .rig_box .des{ line-height:1.4; font-size:.52rem;}
.index-two .tab_con{ width:77.5vw; display:none;}
.index-two .tab_con .swiper{ padding:10px;}
.index-two .tab_con .swiper-slide{ padding:.35rem .5rem; background:#fff; border-radius:.1rem; box-shadow:0 0 10px rgba(0,0,0,.05); height:auto;}
.index-two .tab_con .swiper-slide .icon{ margin-bottom:.7rem;}
.index-two .tab_con .swiper-slide .bit{ color:#1e2e45; font-size:.3rem;}
.index-two .tab_con .swiper-slide .wz{ font-size:.18rem; color:#1e2e45;font-family:'HarmonyOS_Light';}
.index-two .but-swiper{ width:88%; margin:.4rem 0;}
.index-two .but-swiper .swiper-button-prev,
.index-two .but-swiper .swiper-button-next{ width:.5rem; height:.5rem; border-radius:100%; overflow: hidden; border:solid 2px #1a5ed4; transition:all .5s; position:relative;margin:0;left:0;right:0;}
.index-two .but-swiper .swiper-button-prev{ margin-right:.2rem;}
.index-two .but-swiper .swiper-button-prev:after,
.index-two .but-swiper .swiper-button-next:after{ font-size:.16rem; font-weight:bold; font-weight:bold; color:#1a5ed4;}
.index-two .but-swiper .swiper-button-prev:hover,
.index-two .but-swiper .swiper-button-next:hover{ background:#1a5ed4; border-color:#1a5ed4;}
.index-two .but-swiper .swiper-button-prev:hover:after,
.index-two .but-swiper .swiper-button-next:hover:after{color:#fff;}
.index-two .but-pagination{ margin:0;}
.index-two .swiper-pagination{ position:relative; margin:0; bottom:0; margin-top:.4rem; text-align:right;}
.index-two .swiper-pagination-bullet{ width:.35rem; height:.05rem; background:#a2a5ac; border-radius:.05rem;}
.index-two .swiper-pagination-bullet-active{ background:#f8c700;}

.index-three{ background-size:cover; background-repeat:no-repeat; background-position:center;}
.index-three .fp-tableCell{ padding:1rem 0 .3rem; color:#fff;}
.index-three .index-tit::before{ background-image:url(/cn/res/images/pot-icon1.png);}
.index-three .des{ line-height:1.2; font-size:.48rem;}
.index-three .intro{ margin:.4rem 0; line-height:2; font-size:.18rem; max-width:5.2rem; font-family:'HarmonyOS_Light';}
.index-three .more{ margin-bottom:.6rem;}
.index-three .more .unify-but{ color:#fff; border-color:#fff; transition:all .5s;}
.index-three .set-box .sum{ margin-bottom:.1rem; font-size:.2rem;}
.index-three .set-box .nui{ font-size:.83rem; line-height:.9;}
.index-three .set-box .iow{ margin-left:.1rem; font-size:.24rem;}
.index-three .more .unify-but:hover{ background:#1a5ed4; border-color:#1a5ed4; color:#fff;}

.index-four{ background-image:url(/cn/res/images/index-back9.jpg); background-size:cover; background-repeat:no-repeat; background-position:center;}
.index-four .fp-tableCell{ padding:1rem 0 .3rem;}
.index-four .index-tit::before{ background-image:url(/cn/res/images/pot-icon3.png);}
.index-four .des{ margin-bottom:.6rem; line-height:1.2; font-size:.48rem;}
.index-four .list .item{ width:32%; margin-right:1.99%;}
.index-four .list .item:nth-child(3n){ margin-right:0;}
.index-four .list .item a{ height:100%;}
.index-four .list .item .oack{ padding:.5rem; background-image:url(/cn/res/images/four_back.jpg); background-size:cover; background-repeat:no-repeat; background-position:center; border:solid 1px #dce3f5; border-radius:.1rem;}
.index-four .list .item .iow{ padding:.5rem; background-image:url(/cn/res/images/four_back2.jpg); background-size:cover; background-repeat:no-repeat; background-position:center; height:46%; border:solid 1px #dce3f5; border-radius:.1rem;}
.index-four .list .item .iow:last-child{ margin-bottom:0;}
.index-four .list .item .icon{ height:.84rem; margin-bottom:.5rem;}
.index-four .list .item .icon img{ max-height:.84rem;}
.index-four .list .item .iow .icon{ margin-bottom:0;}
.index-four .list .item .tit{ font-size:.3rem; color:#1e2e45;}
.index-four .list .item .wz{ opacity:.8; font-size:.2rem; color:#1e2e45;}
.index-four .list .item .more{ margin-top:.5rem;}
.index-four .list .item .unify-but{ padding:.1rem; color:#374357; border-color:#374357; transition:all .5s;}
.index-four .list .item .unify-but:hover{ background:#1a5ed4; border-color:#1a5ed4; color:#fff;}

.index-five{ background-image:url(/cn/res/images/index-back7.jpg); background-size:cover; background-repeat:no-repeat; background-position:top center;}
.index-five .fp-tableCell{ padding:1rem 0 .3rem;}
.index-five .index-tit::before{ background-image:url(/cn/res/images/pot-icon3.png);}
.index-five .index-tit{ color:#004ca3; margin-bottom:.15rem;}
.index-five .let-shell{ width:45%;}
.index-five .let-shell .des{ margin-bottom:.25rem; font-family:'HarmonyOS_Medium'; line-height:1.3; max-width:6.3rem; font-size:.48rem; color:#1e2e45;}
.index-five .let-shell .list{ margin-bottom:.4rem;}
.index-five .let-shell .list::after{ background:rgba(30,46,69,.1); content:''; display:block; width:1px; height:80%; position:absolute; top:13%; left:47%;}
.index-five .let-shell .list .item{ padding:.25rem 0; width:calc(50% - 1rem);}
.index-five .let-shell .list .item .tsx{ color:rgba(30,46,69,.7); font-size:.18rem;}
.index-five .let-shell .list .item:nth-child(2n){ border-right:none;}
.index-five .let-shell .list .item .wus{ font-family:'HarmonyOS_Bold'; line-height:1; font-size:.72rem; color:#00499e;}
.index-five .more .unify-but{ border-color:#00499e; color:#00499e; transition:all .5s;}
.index-five .more .unify-but:hover{ background:#00499e; border-color:#00499e; color:#fff;}

.sursface{ visibility:hidden;}
.sursface.animated{ visibility:visible;}
@media(max-width:1024px){
.index_Joinus{ font-size:.16rem; padding:.5rem 0;}
.index_Joinus .let_box{ font-size:.36rem;}
.index-two .rig_box{ width:75%;}
.index-two .rig_box .des{ font-size:.36rem;}
.index-two .tab_con{ width:73vw;}
.index-two .tab_con .swiper-slide{ padding:.3rem;}
.index-two .tab_con .swiper-slide .icon{ margin-bottom:.3rem;}
.index-two .tab_con .swiper-slide .icon img{ max-width:.6rem;}
.index-two .tab_con .swiper-slide .bit{ font-size:.26rem;}
.index-two .tab_con .swiper-slide .wz{ font-size:.16rem;}
.index-two .but-swiper{ width:97.5%;}
.index-two .swiper-pagination{ margin-top:.2rem;}
.index-two .tab_box{ font-size:.36rem;}
.index-five .fp-tableCell,
.index-three .fp-tableCell,
.index-four .fp-tableCell{ padding:1rem 0;}
}

@media(max-width:640px){
.index-tit{ font-size:.3rem;}
.index_Joinus{ font-size:.22rem;}
.index_Joinus .let_box{ margin-bottom:.2rem;}
.index-two .tab_box{ height:auto; width:100%; padding:.5rem 0;}
.index-two .rig_box{ width:100%; padding:0 0 .5rem; z-index:10;}
.index-two .tab_con{ width:100%;}
.index-two .tab_con .swiper-slide .wz{ font-size:.24rem;}
.index-two .but-swiper{ width:100%; margin:.2rem 0;}
.index-two .swiper-pagination{ margin-top:0;}
.index-three .intro{ font-size:.24rem; max-width:100%;}
.index-three .des{ font-size:.4rem;}
.index-four .des{ font-size:.4rem;}
.index-four .list .item{ width:100%; margin-right:0;}
.index-four .list .item .icon{ margin-bottom:.35rem;}
.index-four .list .item .oack{ margin-bottom:4%; height:auto;}
.index-four .list .item .more{ margin-top:.2rem;}
.index-five .let-shell{ width:100%;}
}


/* 内页banner */
.ban-Inside img{ width:100%;}
.ban-Inside .text{ font-size:.52rem; width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); z-index:2; color:#fff;}
.ban-Inside .back-icon a{ display:inline-block; width:.48rem; height:.48rem; background:rgba(248,199,0,.2) url(../images/back.png); background-size:contain; background-repeat:no-repeat; background-position:center; border-radius:1rem; overflow:hidden;}

@media(max-width:640px){
.ban-Inside img{ min-height:30vh; object-fit:cover;}
.ban-Inside .text{ font-size:.4rem;}
}

/* 单篇 */
.single-box{ min-height:20vh;}
.single-tit{ text-align:center; margin-top:.3rem; line-height:1.2; font-family:'HarmonyOS_Medium'; font-size:.52rem; color:#282828;}
.single-tit::before{ content:''; width:.34rem; height:.2rem; display:inline-block; background-image:url(/cn/res/images/pot-icon3.png);background-size:contain; background-repeat:no-repeat; background-position:center;}
.single-tit span{ margin-top:.2rem; display:block;}
@media(max-width:1024px){
.single-tit{ font-size:.4rem;}
}

/* 关于博天堂918-相识华钦科技 */
.about-one .back-tu{ padding:1rem 0;}
.about-one .back-tu::after{ content:''; display:block; background-image:url(/cn/res/images/about-back.png); background-size:contain; background-repeat:no-repeat; background-position:center; width:7.71rem; height:5.98rem; position:absolute; left:-.5rem; bottom:0; z-index:-1;}
.about-one .tit::before{ content:''; width:.34rem; height:.2rem; display:block; background-image:url(/cn/res/images/pot-icon3.png);background-size:contain; background-repeat:no-repeat; background-position:center;}
.about-one .tit .wzx{ margin-top:.3rem; line-height:1.2; font-family:'HarmonyOS_Medium'; font-size:.52rem; color:#282828;}
.about-one .des{ min-height:2.4rem; line-height:1.8; margin:.3rem 0; font-family:'HarmonyOS_Light'; font-size:.18rem; color:#1e2e45;}
.about-one .list .item{ margin-top:.6rem;}
.about-one .list .item .icon{ margin-bottom:.2rem;}
.about-one .list .item .icon img{ max-width:.76rem;}
.about-one .list .item .tsx{ margin-top:.1rem; color:rgba(30,46,69,.7); font-size:.18rem;}
.about-one .list .item .wus{ font-family:'HarmonyOS_Bold'; line-height:1; font-size:.72rem; color:#00499e;}
.about-one .about-let{ width:32%;}
.about-one .about-rig{ font-size:.16rem; width:59%; line-height:1.8; color:#1e2e45;}
.about-one .about-rig p{ margin:0;}
.about-one .about-rig h4{ font-weight:500; margin:0; font-size:.3rem;}

.about-two .tit::before{ content:''; width:.34rem; height:.2rem; display:inline-block; background-image:url(/cn/res/images/pot-icon3.png);background-size:contain; background-repeat:no-repeat; background-position:center;}
.about-two .tit .wzx{ margin-top:.3rem; line-height:1.2; font-family:'HarmonyOS_Medium'; font-size:.52rem; color:#282828;}
.about-two .des{ line-height:1.8; margin:.3rem 0; font-size:.24rem; color:#1e2e45;}
.about-two .text{ text-align:center; position:absolute; left:0; top:1rem; z-index:5; width:100%;}

.about-three{ padding:1rem 0;}
.about-three .tit{ text-align:center;}
.about-three .tit::before{ content:''; width:.34rem; height:.2rem; display:inline-block; background-image:url(/cn/res/images/pot-icon3.png);background-size:contain; background-repeat:no-repeat; background-position:center;}
.about-three .tit .wzx{ margin-top:.3rem; line-height:1.2; font-family:'HarmonyOS_Medium'; font-size:.52rem; color:#282828;}
.about-three .list{ margin-top:.4rem;}
.about-three .list .item{ position:relative; width:18.5%; margin:.15rem 0; margin-right:1.86%;}
.about-three .list .item a{ border-radius:.1rem; overflow:hidden; display:block;}
.about-three .list .item a::after{ position:absolute; left:0; top:0; content:''; display:block; width:100%; height:100%; border:solid .06rem transparent; transition:all .5s; border-radius:.1rem; overflow:hidden;}
.about-three .list .item figure{ background-color:#f7f8fc; display:block; width:100%; padding-bottom:80%; background-size:contain; background-repeat:no-repeat; background-position:center;}
.about-three .list .item:nth-child(5n){ margin-right:0;}
.about-three .list .item a:hover::after{ border-color:#f8c700;}
.about-three .list .item .imgT{text-align: center;
    margin-top: 0.1rem;
    font-size: .18rem;}

.about-four{ color:#fff; padding:1.5rem 0 2rem; background-size:cover; background-repeat:no-repeat; background-position:bottom center;}
.about-four .text-shell{ max-width:5.6rem;}
.about-four .tit::before{ content:''; width:.34rem; height:.2rem; display:inline-block; background-image:url(/cn/res/images/pot-icon3.png);background-size:contain; background-repeat:no-repeat; background-position:center;}
.about-four .tit .wzx{ margin-top:.2rem; line-height:1.2; font-size:.52rem;}
.about-four .des{ font-family:'HarmonyOS_Light'; line-height:1.8; margin:.5rem 0 1rem; font-size:.18rem;}
.about-four .item .icon{ margin-bottom:.4rem;}
.about-four .item .icon img{ max-width:.76rem;}
.about-four .item .tsx{ font-family:'HarmonyOS_Light'; margin-top:.1rem; font-size:.18rem;}
.about-four .item .wus{ font-family:'HarmonyOS_Bold'; line-height:1; font-size:.72rem;}
.about-four .pot-list{ width:58%; display:none;}
.about-four .pot{ position:absolute;}
.about-four .pot span{ display:block; background:#f8c700; width:.1rem; height:.1rem; border-radius:.1rem; overflow:hidden;}
.about-four .pot1{ bottom:0.41rem; left:47.5vw;}
.about-four .pot2{ bottom:0.73rem; left:48.15vw;}
.about-four .pot3{ bottom:1.36rem; left:50.7vw;}
.about-four .pot4{ bottom:1.84rem; left:49.5vw;}
.about-four .pot5{ bottom:2.12rem; left:47.6vw;}
.about-four .pot6{ bottom:2.2rem; left:48.35vw;}
.about-four .pot7{ bottom:2.26rem; left:47.15vw;}
.about-four .pot8{ bottom:2.31rem; left:45.73vw;}
.about-four .pot9{ bottom:2.57rem; left:49.5vw;}
.about-four .pot10{ bottom:2.71rem; left:49.46vw;}
.about-four .pot11{ bottom:2.67rem; left:48.57vw;}
.about-four .pot12{ bottom:2.81rem; left:47.57vw;}


@media(max-width:1024px){
.about-one .tit .wzx{ font-size:.4rem;}
.about-one .about-rig h4{ line-height:1.3;}
.about-one .des{ min-height:1.5rem; font-size:.16rem;}
.about-one .list .item{ margin-top:.1rem;}
.about-one .list .item .icon{ margin-bottom:.1rem;}
.about-one .list .item .icon img{ max-width:.5rem;}
.about-one .list .item .wus{ font-size:.35rem;}
.about-one .list .item .tsx{ font-size:.16rem;}

.about-two .tit .wzx{ font-size:.4rem;}
.about-two .des{ font-size:.16rem;}

.about-three .tit .wzx{ font-size:.4rem;}

.about-four{ padding:1rem 0;}
.about-four .tit .wzx{ font-size:.4rem;}
.about-four .list .item{ margin-bottom:.3rem;}
.about-four .item .wus{ font-size:.35rem;}
.about-four .item .tsx{ font-size:.16rem;}
.about-four .item .icon{ margin-bottom:.1rem;}
.about-four .des{ margin:.3rem 0; font-size:.16rem;}
.about-four .text-shell{max-width:4rem;}
}

@media(max-width:640px){
.about-one .about-let{ width:100%; margin-bottom:.6rem;}
.about-one .des{ min-height:1.5rem; font-size:.24rem;}
.about-one .list .item .tsx{font-size:.24rem;}
.about-one .about-rig{ width:100%;font-size:.24rem;}
.about-two .back-img{ position:absolute; left:0; top:0; width:100%; height:100%; overflow:hidden;}
.about-two .back-img img{ height:100%;}
.about-two .text{ position:relative; top:0; width:100%; padding:1rem 0;}
.about-two .des{font-size:.24rem;}
.about-three .list .item:nth-child(5n),
.about-three .list .item{ width:48%; margin-right:4%;}
.about-three .list .item:nth-child(2n){ margin-right:0;}
.about-four .text-shell{ max-width:100%; width:100%;}
.about-four .list{ justify-content:flex-start;}
.about-four .list .item{ margin-right:.5rem;}
.about-four .list .item:nth-child(2n){ margin-right:0;}
.about-four .des{font-size:.24rem;}
.about-four .item .tsx{font-size:.24rem;}
}


/* 企业新闻 */
.news-one{ margin:4% 0; overflow: hidden;}
.news-one .carousel{ position :relative ; }
.news-one .carousel .slides{overflow:hidden;position :relative ;}
.news-one .carousel .slides .slideItem{position:absolute;cursor :pointer;overflow:hidden;}
.news-one .carousel .slides .slideItem a{ background:#fff; position: relative; z-index: 10; display: block; border-radius:.1rem 0 0 .1rem; overflow: hidden;}
.news-one .carousel .slides .slideItem .desc{display:none; text-align: center;}
.news-one .carousel .slides .slideItem#side0 img{ opacity:1;filter:alpha(opacity=100);}
.news-one .carousel .slides .slideItem#side0 .desc{display: block;position: absolute; left: 0; top: 100%; width: 100%;}
.news-one .carousel .slides .slideItem#side1 img{ opacity:.7;}
.news-one .carousel .slides .slideItem#side2 img{ opacity:.4;}
.news-one .prevButton,
.news-one .nextButton{ position:absolute ; top:50%; width:.5rem; height:.5rem; display:flex; align-items:center; justify-content:center; cursor:pointer; background:rgba(0,76,163,.1); z-index:8; border-radius:1rem; margin-top:-.25rem;}
.news-one .prevButton:before,
.news-one .nextButton:before{ font-size:.16rem; color:#00499e; font-family:swiper-icons; font-weight:bold;}
.news-one .prevButton:before{ content:'prev';}
.news-one .nextButton:before{ content:'next';}
.news-one .prevButton:hover,
.news-one .nextButton:hover{ background:#00499e;}
.news-one .prevButton:hover:before,
.news-one .nextButton:hover:before{ color:#fff;}
.news-one .info-show li{ padding:.6rem 1.6rem .6rem .6rem; background-color:#f7f8fc;}
.news-one .info-show li .time{ margin-bottom:.2rem; font-size:.16rem;}
.news-one .info-show li .time::before{ color:#1e2e45; margin-right:.1rem; content:''; display:block; width:.18rem; height:.18rem; background-image:url(/cn/res/images/time.png); background-size:contain; background-repeat:no-repeat; background-position:center;}
.news-one .info-show li .title{ margin-bottom:.2rem; display:block; font-size:.3rem; color:#1e2e45;}
.news-one .info-show li .des{ line-height:1.8; margin-bottom:.4rem; font-size:.18rem; color:#1e2e45;}
.news-one .info-show li .more .unify-but{ border-color:#00499e; color:#00499e; transition:all .5s;}
.news-one .info-show li .more .unify-but:hover{ background:#00499e; border-color:#00499e; color:#fff;}

.news-list{ background:#f7f8fc; padding:0 0 1rem;}
.news-list li{ padding:.5rem 0; border-bottom:solid 1px rgba(153,153,153,.2); transition:all .5s;}
.news-list li .pic{ width:3.8rem; border-radius:.1rem; overflow: hidden;}
.news-list li .pic figure{ padding-bottom:73.688%; width:100%; background-size:cover; background-repeat:no-repeat; background-position:center; transition:all .5s;}
.news-list li .text{ width:calc(100% - 7rem);}
.news-list li .time{ margin-bottom:.2rem; font-size:.16rem;}
.news-list li .time::before{ color:#1e2e45; margin-right:.1rem; content:''; display:block; width:.18rem; height:.18rem; background-image:url(/cn/res/images/time.png); background-size:contain; background-repeat:no-repeat; background-position:center;}
.news-list li .title{ margin-bottom:.2rem; display:block; font-size:.3rem; color:#1e2e45;}
.news-list li .des{ line-height:1.8; font-size:.18rem; color:#1e2e45;}
.news-list li .more .unify-but{ border-color:#00499e; color:#00499e; transition:all .5s;}
.news-list li .more .unify-but:hover{ background:#00499e; border-color:#00499e; color:#fff;}
.news-list li:hover{ transform:translateY(-10px);}
.news-list li:hover .pic figure{ transform:scale(1.1);}
.news-list li:hover .title{ color:#00499e;}

@media(min-width:1025px){
.news-one .carousel{float: left;width:55%; }
.news-one .prevButton{left:0.8rem;}
.news-one .nextButton{right:.8rem;}
.news-one .info-show{position: absolute;right:0; top:0; height:100%; width:45%;}
.news-one .info-show ul{height:100%;position: relative;}
.news-one .info-show li{position: absolute;left: 0; top: 0;height:100%; width:100%;opacity:0;transition: 0.3s;}
.news-one .info-show li.active{opacity:1; z-index:5;}
}

@media(max-width:1024px){
.news-one .prevButton,
.news-one .nextButton{ top:25%;}
.news-one .prevButton{left:0.8rem;}
.news-one .nextButton{right:.8rem;}
.news-one .info-show{padding:4% 0;}
.news-one .info-show li{display:none;}
.news-one .info-show li.active{display: block;}
.news-one .info-show li .time{ font-size:.24rem;}
.news-list li .text{ width:calc(100% - 6.5rem);}
.news-list li .title{ font-size:.26rem;}
}

@media(max-width:768px){
.news-one .prevButton,
.news-one .nextButton{ top:22%;}
}
@media(max-width:640px){
.news-one .prevButton,
.news-one .nextButton{ background:#00499e;}
.news-one .prevButton:before,
.news-one .nextButton:before{ color:#fff;}
.news-one .prevButton{left:0.5rem;}
.news-one .nextButton{right:.5rem;}
.news-one .info-show li .time::before{ width:.25rem; height:.25rem;}
.news-one .info-show li{ padding:.5rem;}
.news-one .info-show li .des{ font-size:.24rem;}
.news-list li .pic{ width:100%;}
.news-list li .text{ padding:.3rem 0; width:100%;}
.news-list li .time{ font-size:.24rem;}
.news-list li .title{ font-size:.3rem;}
.news-list li .time::before{ width:.25rem; height:.25rem;}
.news-list li .des{ font-size:.24rem;}
.news-list li .more .unify-but{ font-size:.2rem;}
}



/* 分页 */
.Page002274{ text-align:center; padding:.6rem 0 0;color:#666666;}
.Page002274 .Pages *{ vertical-align:middle;}
.Page002274 .Pages .p_cur,
.Page002274 .Pages .p_count,
.Page002274 .Pages .p_total{ display:none;}
.Page002274 .Pages a{display:inline-block; width:45px; text-align:center; color:#1e2e45; line-height:45px; margin:0 5px; border-radius:100%; overflow:hidden;}
.Page002274 .Pages em{ margin:0 .2rem; font-size:.18rem; font-style:normal; display:inline-block; vertical-align:middle;}
.Page002274 .Pages .i_text{ width:47px; height:45px; line-height:36px; border:1px solid #ceced5;}
.Page002274 .Pages .i_button{ cursor:pointer; background:none; width:47px; height:45px;border:1px solid #ceced5;}
.Page002274 .Pages .p_jump b{font-weight:normal; margin:0 5px;}
.Page002274 .Pages .a_prev,
.Page002274 .Pages .a_next{ color:#7ba2cf; font-weight:bold; border:solid 1px #7ba2cf; width:1.2rem; border-radius:1rem;}
.Page002274 .Pages .a_prev::after{ content:'prev'; font-family:swiper-icons;}
.Page002274 .Pages .a_next::after{ content:'next'; font-family:swiper-icons;}
.Page002274 .Pages a:hover,
.Page002274 .Pages a.a_cur{ color:#fff; background-color:#004ca3;}

@media(max-width:640px){
.Page002274 .Pages a.a_first,
.Page002274 .Pages a.a_end{ display:none;}
.Page002274 .Pages em{ font-size:.24rem;}
.Page002274 .Pages a{ margin:0 2px; width:35px; line-height:35px;}
}


/* 联系博天堂918 */
.contact-one{ margin-top:.5rem;}
.contact-one .contact-let{ padding:.7rem; width:50%; background-image:linear-gradient(to top,#f8f9ff,#ffffff,#f8f9ff);}
.contact-one .tit{ font-family:'HarmonyOS_Medium'; margin-bottom:.3rem; font-size:.3rem;}
.contact-one .contact-let dl{ line-height:1.8;}
.contact-one .contact-let dl dd{ margin-bottom:.15rem; font-size:.16rem;}
.contact-one .contact-let dl dd .icon img{ max-width:.2rem;}
.contact-one .contact-let dl dd .icon span{ display:block; margin-left:.1rem;}
.contact-one .contact-let dl dd .wz{ font-size:.18rem;}
.contact-one .contact-let dl dd .map-tu{ margin-top:.35rem;}
.contact-one .contact-rig{ background-image:url(/cn/res/images/contact-back.png); padding:.7rem; width:50%; background-size:cover; background-repeat:no-repeat; background-position:center;}

.contact-one .form-shell .name{ font-size:.18rem; width:1rem;}
.contact-one .form-shell .name i{ margin-right:.1rem; font-style:normal; color:#00499e;}
.contact-one .form-shell .input-shell{ font-size:.18rem; border-bottom:solid 1px #e6e6e6; padding-bottom:.12rem; margin-bottom:.25rem;}
.contact-one .form-shell .input-shell .input{ width:calc(100% - 1rem);}
.contact-one .form-shell .input-shell .input input{ font-size:.16rem; font-family:'HarmonyOS_Regular'; width:100%; line-height:2; border:none; padding:0; margin:0; background:none; outline:none;}
.contact-one .form-shell .textarea-shell{ width:100%;}
.contact-one .form-shell .textarea-con{ background:#fff; padding:.2rem .2rem .4rem; margin-top:.12rem; width:100%;}
.contact-one .form-shell .textarea-con textarea{ display:block; min-height:10em; padding:0; width:100%; font-size:.16rem; font-family:'HarmonyOS_Regular'; width:100%; line-height:2; border:none; margin:0; outline:none;}
.contact-one .form-shell .data-count{ font-size:.14rem; color:#999999; position:absolute; right:.2rem; bottom:.12rem; z-index:5; background:#fff;}
.contact-one .form-shell .data-count em{ padding:0 3px; font-style:normal;}
.contact-one .form-shell .more{ margin-top:.3rem;}
.contact-one .form-shell .more .but{ cursor:pointer; min-width:1.5rem; background:#00499e; color:#fff; padding:.11rem .2rem; text-align:center; border-radius:.8rem; transition:all .5s; border:solid 2px transparent;}
.contact-one .form-shell .more .but:hover{ background:#fff; border-color:#00499e; color:#00499e;}

.contact-two{ padding:1rem 0;}
.contact-two .item{ width:32%; margin-right:1.99%; margin-bottom:1.99%; background:#fff url(../images/contact-back2.png) no-repeat center; background-size:cover; padding:.4rem 0; box-shadow:0 3px 10px rgba(0,0,0,.1); border-radius:.1rem;}
.contact-two .item .bit{ position:relative; padding:0 .35rem;}
.contact-two .item .bit::before{ background:#00499e; content:''; display:block; width:4px; height:90%; position:absolute; left:0; top:5%;}
.contact-two .item .bit .wz{ line-height:1.2; font-size:.24rem; color:#1e2e45;}
.contact-two .item .bit span{ font-size:.16rem; font-family:'HarmonyOS_Light';}
.contact-two .item .con-txt{ font-size:.17rem; line-height:2; padding:.25rem .35rem 0;}
.contact-two .item p{ margin:0;}
.contact-two .item:nth-child(3n){ margin-right:0;}
@media(max-width:1024px){
.contact-one .contact-let{ padding:.3rem;}
.contact-one .contact-rig{ padding:.3rem;}
.contact-one .tit{ font-size:.3rem; margin-bottom:.2rem;}
}
@media(max-width:768px){
.contact-one .contact-let{ width:100%;}
.contact-one .contact-let dl dd{ font-size:.24rem;}
.contact-one .contact-let dl dd .icon img{ max-width:.25rem;}
.contact-one .contact-let dl dd .wz{ font-size:.26rem;}
.contact-one .form-shell .name{ font-size:.24rem; width:1.5rem;}
.contact-one .form-shell .data-count{ font-size:.24rem;}
.contact-one .form-shell .input-shell .input input{ font-size:.24rem;}
.contact-one .form-shell .textarea-con textarea{ font-size:.24rem;}
.contact-one .contact-rig{ width:100%;}
}
@media(max-width:640px){
.contact-two .item{ width:100%; margin-bottom:4%;}
.contact-two .item .bit .wz{ font-size:.3rem;}
.contact-two .item .bit span{ font-size:.22rem;}
.contact-two .item .con-txt{ font-size:.22rem;}
}




/* 白皮书 */
.paper-box{ padding:.7rem 0 1rem; background-image:url(/cn/res/images/paper-back1.jpg); background-size:cover; background-position:center;}
.paper-box .single-tit{ margin-top:0;}
.paper-box .auto-inner{ position:relative; z-index:2;}
.paper-box .water{ position: absolute; width:200%; height:100%; background-size:contain; z-index:1;}
.paper-box .water1{ top:0; right:0; animation:water-left 30s infinite linear; -webkit-animation:water-left 30s infinite linear; }
@keyframes water-left{
    from{
        transform: translate(0%,0px);
    }
    to{
        transform: translate(50%,0px);
    }
}
.paper-box .let_zg{ width:2rem; height:.1rem;}
.paper-box .pull-down{ position:relative; width:2rem; border:solid 1px #5c6678; border-radius:.1rem; overflow:hidden;}
.paper-box .pull-down::after{ position:absolute; right:.2rem; top:.2rem; content:''; display:block; width:.12rem; height:.1rem; background:url(/cn/res/images/arrow.png) no-repeat center;}
.paper-box .pull-down select{ color:#374357; cursor:pointer; outline:none; border:none; background:none; margin:0; padding:.13rem .25rem; width:100%; border-radius:.1rem; overflow:hidden; appearance:none;}
.paper-box .list-box{ padding:.8rem 0;}
.paper-box .list-box .item{ font-size:.16rem; min-height:3.39rem; padding:.3rem .45rem; width:15.813%; margin-right:5.2222%; background-image:url(/cn/res/images/paper-img.png); font-family:'HarmonyOS_Medium'; box-shadow:5px 5px 10px rgba(0,0,0,.2);}
.paper-box .list-box .item a{ height:100%;}
.paper-box .list-box .item .year{ font-size:.18rem;}
.paper-box .list-box .item .year{ font-family:'HarmonyOS_Light'; font-size:.16rem;}
.paper-box .list-box .item:nth-child(5n){ margin-right:0;}


@media(max-width:1024px){
.paper-box .list-box .item{ width:17.58%; min-height:3rem; margin-right:3%; padding:.3rem;}
}

@media(max-width:768px){
.paper-box .list-box .item:nth-child(5n),
.paper-box .list-box .item{ font-size:.2rem; width:31.333%; padding-left:.4rem; padding-right:.2rem; margin-bottom:3%;}
.paper-box .list-box .item:nth-child(3n){ margin-right:0;}
.paper-box .list-box .item .year{ font-size:.2rem;}
}
        
@media(max-width:640px){
.paper-box .list-box .item:nth-child(5n),
.paper-box .list-box .item:nth-child(3n),
.paper-box .list-box .item{ min-height:3.5rem; font-size:.24rem; width:48%; margin-right:4%; margin-bottom:4%;}
.paper-box .list-box .item:nth-child(2n){ margin-right:0;}
.paper-box .list-box .item .year{ font-size:.24rem;}
}


/* 研发_大数据 */
.BigData_box .one{ font-size:.3rem;}
.BigData_box .rpaContent{ background-size:cover; background-repeat:no-repeat; background-position:bottom;}
.BigData_box .rpaContent .desc{ min-height:2.6rem;}
.BigData_box .Research{padding:1rem 0 1.5rem;}
.BigData_box .Research .intro{z-index:3;}
.BigData_box .Research .zTitle{color:#fff;}
.BigData_box .Research .icons ul{ min-height:4.3rem;}
.BigData_box .Research .icons ul li{ padding:0 .15rem; width:20%; position:relative;}
.BigData_box .Research .icons ul li::after{ position:absolute; right:0; bottom:0; content:''; display:block; width:1px; height:1.3rem; background:rgba(255,255,255,.2);}
.BigData_box .Research .icons ul li:last-child{ border-right:none; background:none;}
.BigData_box .Research .icons ul li:last-child::after{ display:none;}
.BigData_box .Research .icons ul li p{font-size:.22rem;color:#fff;margin:.2rem 0 .1rem;text-align:center;}
.BigData_box .Research .icons ul li figure{ width:1.04rem;}
.BigData_box .Research .icons ul .pot-shell{ display:none; text-align:center; font-family:'HarmonyOS_Light';}
.BigData_box .Research .icons ul .pot-shell p{ font-size:.16rem; margin:3px 0;}
.BigData_box .Research .icons ul li:hover .pot-shell{ display:block;}

/* 免费试用 */
.try-box{ background-image:url(/cn/res/images/try-back.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; padding:1rem 0; color:#fff;}
.try-box .text h3{ font-size:.48rem;}
.try-box .rig-box{ margin-top:.3rem;}
.try-box .forem-shell .item{ margin-right:.2rem; padding:.2rem .25rem; background:#fff; border-radius:1rem;}
.try-box .forem-shell .item .icon{ margin-right:.15rem; width:.16rem; height:.22rem; background-image:url(/cn/res/images/tel-icon.png); background-repeat:no-repeat; background-position:center; background-size:contain;}
.try-box .forem-shell .item input{ min-width:3rem; outline:none; background:none; font-family:'HarmonyOS_Regular'; border:none; font-size:.16rem;}
.try-box .forem-shell .but{ cursor:pointer; border-radius:1rem; padding:.2rem .25rem; background:#f8c700; color:#202734; font-size:.18rem;}
.try-box .forem-shell .but::after{ margin-left:.15rem; font-weight:bold; font-size:.14rem; content:'next'; font-family:swiper-icons; font-weight:bold;}
.try-box .rig-box .des{ text-align:right; margin-top:.2rem; font-size:.18rem; font-family:'HarmonyOS_Light';}


@media(max-width:1024px){
.BigData_box .Research .icons ul{ min-height:3.5rem; flex-wrap:wrap; justify-content: flex-start;}
.BigData_box .Research .icons ul li{ padding:0;}
.BigData_box .Research .icons ul li figure{ width:.7rem;}
.BigData_box .Research .icons ul li p{ font-size:.18rem;}
.BigData_box .Research .icons ul li dl{ display:block;}
.try-box .forem-shell .item input{ min-width:2rem;}
}

@media(max-width:640px){
.BigData_box .zBank .desc p{ font-size:.24rem;}
.BigData_box .Research .icons{ margin-top:.8rem;}
.BigData_box .Research .icons ul li{ width:50%; margin-bottom:.5rem; padding:0;}
.BigData_box .Research .icons ul li:nth-child(2n)::after{ display:none;}
.BigData_box .Research .icons ul li p{ font-size:.26rem;}
.BigData_box .Research .icons ul li dd{ font-size:.2rem;}
.BigData_box .Research .icons ul li::after{ height:100%;}
.BigData_box .one{ font-size:.28rem;}
.BigData_box .rpaContent .desc{ font-size:.24rem;}

.try-box .text{ width:100%; text-align:center;}
.try-box .rig-box{ width:100%;}
.try-box .forem-shell{ justify-content:center;}
.try-box .forem-shell .item .icon{ width:.22rem; height:.3rem;}
.try-box .forem-shell .item input{ font-size:.24rem;}
.try-box .forem-shell .but{ font-size:.26rem;}
.try-box .rig-box .des{ text-align:center; font-size:.22rem;}
}



/* 研发_云盘算 */
.cloud-box{ padding:1rem 0;}
.cloud-box .cloud-shell{ margin-top:.5rem;}
.cloud-box .cloud-shell .text{ width:43%;}
.cloud-box .cloud-shell .text .h3{ font-size:.24rem;}
.cloud-box .cloud-shell .text .des{ margin-top:.15rem; line-height:2; font-size:.16rem; color:#1e2e45;}
.cloud-box .cloud-shell .tu-box{ width:50%;}
.cloud-box .cloud-shell .tu-box .radius{ display:inline-block; border-radius:.15rem; overflow:hidden;}
.cloud-box .cloud-shell .intro{ margin-top:.5rem;}
.cloud-box .cloud-shell .intro .tit{ margin-bottom:.3rem; font-size:.24rem; color:#1e2e45;}
.cloud-box .cloud-shell .intro li{ text-align:center; margin-right:.8rem;}
.cloud-box .cloud-shell .intro li .wz{ font-size:.18rem; color:#566478; font-family:'HarmonyOS_Regular';}
.cloud-box .cloud-shell .intro li:last-child{ margin-right:0;}
.cloud-box .cloud-shell .intro li .icon{ margin-bottom:.15rem; font-size:0;}
.cloud-box .cloud-shell .intro li .icon span{ width:.82rem; display:inline-block; border-radius:100%; overflow:hidden; border:solid 2px #d2ddef;}

.area-cloud{ background-image:url(/cn/res/images/cloud-back.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; padding:1rem 0; color:#fff;}
.area-cloud .wtd-box{ margin-top:.6rem;}
.area-cloud .wtd-box table{ font-size:0; width:100%; max-width:14rem; margin:0 auto; border-radius:.1rem; overflow: hidden;}
.area-cloud .wtd-box table td{ padding:.45rem .45rem .45rem 1rem; margin:0; border:solid 1px rgba(242,245,254,.2); background-image:url(/cn/res/images/area-back1.png); background-size:cover; background-position:center; background-repeat:no-repeat;}
.area-cloud .wtd-box .icon{ margin-right:.2rem;}
.area-cloud .wtd-box .txt{ font-size:.24rem;}

.Industry-cloud{ padding:1rem 0;}
.Industry-cloud .zTitle .desc{ font-size:.24rem;}
.Industry-cloud .list-icon{ margin:.4rem 0 .2rem; padding:.25rem .4rem; background:#f2f5fe; border-radius:.1rem;}
.Industry-cloud .list-icon .oil{ min-width:7.8333%; text-align:center;}
.Industry-cloud .list-icon .oil .icon{ font-size:0;}
.Industry-cloud .list-icon .oil .icon span{ width:.8rem; height:.8rem; display:inline-block; background:#99a4c6; border-radius:1rem; overflow:hidden;}
.Industry-cloud .list-icon .arrow{ width:.8rem; height:.8rem; background:url(/cn/res/images/arrow1.png) no-repeat center; background-size:.74rem;}
.Industry-cloud .list-icon .oil .wz{ margin-top:.1rem; font-size:.18rem; color:#898fa0;}
.Industry-cloud .list-icon .oil:hover .icon span{ background:#f8c700;}
.Industry-cloud .list .item{ width:47.5%; background:#162640; overflow:hidden; border-radius:.15rem;}
.Industry-cloud .list .item .img-tu{ opacity:.3;}
.Industry-cloud .list .item .txt{ width:100%; padding:0 .8rem; color:#fff; text-align:center; position:absolute; top:50%; z-index:2; transform:translateY(-50%); }
.Industry-cloud .list .item .txt .tit{ font-size:0;}
.Industry-cloud .list .item .txt .tit::before{ line-height:1; content:''; width:.3rem; height:.02rem; background:#f8c700; margin-bottom:.15rem;}
.Industry-cloud .list .item .txt .tit span{ font-size:.22rem; display:block;}
.Industry-cloud .list .item .txt .des{ display:none; line-height:1.8; font-family:'HarmonyOS_Light'; margin-top:.2rem; font-size:.16rem;}
.Industry-cloud .list .item:hover{ background:#00499e;}
.Industry-cloud .list .item:hover .txt .tit::before{ display: inline-block; opacity:1;}
.Industry-cloud .list .item:hover .txt .des{ display:block;}
.Industry-cloud .list .item:hover .img-tu{ opacity:.1;}

.achie-cloud{ background-repeat:no-repeat; background-position:center; background-size:cover; padding:1rem 0; color:#fff;}
.achie-cloud .des{ font-size:.18rem; line-height:1.8; font-family:'HarmonyOS_Light'; min-height:2.4rem; margin-top:.35rem; text-align:center;}

.empower-cloud{ padding:1rem 0;}
.empower-cloud .list{ margin-top:.35rem;}
.empower-cloud .item{ width:31.25%; margin-right:3.11111%; overflow:hidden; border-radius:0.15rem;}
.empower-cloud .item:nth-child(3n){ margin-right:0;}
.empower-cloud .item p{ position: absolute; left:.35rem; bottom:.3rem; width:calc(100% - 0.7rem);  padding:.15rem .3rem; font-size:.24rem; color:#1e2e45; z-index:2; background: rgba(255,255,255,.8); text-align: center; border-radius:.1rem; transition: all .3s ease-in-out;}
.empower-cloud .item .hoverTxt{ background:rgba(0,73,158,.7); padding:.3rem .5rem; transform: translateY(100%); transition: all .3s ease-in-out; color: #fff; text-align:center; z-index:3;overflow:hidden; border-radius:0.15rem;}
.empower-cloud .item .hoverTxt h4{ font-size:0;}
.empower-cloud .item .hoverTxt h4::before{ line-height:1; content:''; display: inline-block; width:.3rem; height:.02rem; background:#f8c700;}
.empower-cloud .item .hoverTxt h4 span{ margin-top:.12rem; font-size:.24rem; display: block;}
.empower-cloud .item .hoverTxt .des{ margin-top:.1rem; font-size:.16rem; line-height:1.8; font-family:'HarmonyOS_Light'; }
.empower-cloud .item:hover .hoverTxt{transform: translateY(0);}
.empower-cloud .item:hover p{ opacity:0;}

.ability-cloud{ padding:1rem 0; color:#fff;}
.ability-cloud .icons{ margin-top:.5rem;}
.ability-cloud .icons ul{ min-height:4.3rem;}
.ability-cloud .icons ul li{ padding:0 .95rem; background: url(/cn/res/images/bankLine.png) no-repeat right center/auto 1rem;}
.ability-cloud .icons ul li:nth-of-type(1){padding-left:0;}
.ability-cloud .icons ul li:last-child{padding-right:0;background:none;}
.ability-cloud .icons ul li p{font-size:.24rem;color:#fff;margin-top:.2rem;text-align: center;}
.ability-cloud .icons ul li figure{width:1.08rem;}

@media(max-width:1024px){
.cloud-box .cloud-shell .intro li{ margin-right:.25rem;}
.area-cloud .wtd-box .icon{ width:.5rem;}
.empower-cloud .item p{ padding:.1rem; font-size:.2rem;}
.empower-cloud .item .hoverTxt{ padding:.2rem;}
.empower-cloud .item .hoverTxt h4 span{ font-size:.2rem;}
.empower-cloud .item .hoverTxt .des{ margin:0;}
.Industry-cloud .list-icon{ justify-content:center; flex-wrap:wrap;}
.Industry-cloud .list-icon .oil{ margin:1% 0; min-width:16.5%;}
.Industry-cloud .list-icon .arrow:nth-child(8){ display:none;}
.achie-cloud .des{ min-height:1.5rem;}
.ability-cloud .icons ul{ min-height:2.5rem;}
.ability-cloud .icons ul li{ padding:0; width:16.666%;}
.ability-cloud .icons ul li figure{ width:.8rem;}
.ability-cloud .icons ul li p{ font-size:.18rem;}
}


@media(max-width:640px){
.cloud-box .cloud-shell .text{ width:100%;}
.cloud-box .cloud-shell .text .h3{ font-size:.28rem;}
.cloud-box .cloud-shell .text .des{ font-size:.24rem;}
.cloud-box .cloud-shell .intro{ margin:.5rem 0;}
.cloud-box .cloud-shell .intro li .wz{ font-size:.24rem;}
.cloud-box .cloud-shell .intro .tit{ font-size:.28rem;}
.cloud-box .cloud-shell .tu-box{ width:100%;}
.area-cloud .wtd-box table td{ padding:.3rem;}
.Industry-cloud .list .item{ width:100%; margin-bottom:.3rem;}
.Industry-cloud .list .item .txt .tit span{ font-size:.28rem;}
.Industry-cloud .list .item:hover .txt .des{ font-size:.24rem;}
.Industry-cloud .list-icon .arrow:nth-child(8),
.Industry-cloud .list-icon .arrow{ background-size:contain; display:inline-block;}
.Industry-cloud .list-icon .oil .wz{ font-size:.24rem;}
.Industry-cloud .zTitle .desc{ font-size:.28rem;}
.achie-cloud .des{ font-size:.24rem;}
.empower-cloud .item{ width:100%; margin-right:0; margin-bottom:.3rem;}
.empower-cloud .item p{ font-size:.28rem;}
.empower-cloud .item .hoverTxt h4 span{ font-size:.28rem;}
.empower-cloud .item .hoverTxt .des{ font-size:.24rem;}
.ability-cloud .icons ul{ flex-wrap:wrap;}
.ability-cloud .icons ul li{ width:33.333%; margin:.2rem 0;}
}

/* 研发_人工智能 */
.artificial-one{ padding:1rem 0 .7rem;}
.artificial-one .box-box{ margin-top:.3rem;}
.artificial-one .des{ text-align:center; font-size:.3rem; color:#1e2e45;}
.artificial-one .list{ margin-top:.4rem; padding-bottom:.5rem; border-bottom:solid 1px #e9ebed;}
.artificial-one .list .item{ width:31.333%; background:#fff; padding:.4rem; margin-right:3%; box-shadow:0 0 10px rgba(0,0,0,.1); border-radius:.1rem; overflow: hidden; color:#1e2e45;}
.artificial-one .list .item .icon{ position:absolute; bottom:0; left:0;}
.artificial-one .list .item .icon img{ max-height:1.36rem;}
.artificial-one .list .item .tit{ font-size:.24rem;}
.artificial-one .list .item .tit span{ display:block;}
.artificial-one .list .item .tit::after{ margin-top:.1rem; content:''; display:block; width:2em; height:2px; background:#f8c700;}
.artificial-one .list .item:nth-child(3n){ margin-right:0;}
.artificial-one .list .item .ul{ width:calc(100% - 6em); padding-left:.35rem;}
.artificial-one .list .item li{ font-family:'HarmonyOS_Medium'; position:relative; padding:.05rem 0; padding-left:.2rem; font-size:.18rem;}
.artificial-one .list .item li::after{ position:absolute; top:.85em; left:0; content:''; display:block; width:.06rem; height:.06rem; background:#00499e; border-radius:100%;}
.artificial-one .list .item li:last-child{ margin-bottom:0;}
.artificial-one .icon-list{ margin-top:.45rem;}
.artificial-one .icon-list .item{ font-size:.24rem; width:25%; text-align:center;}
.artificial-one .icon-list .item .txt{ margin-top:.2rem;}
.artificial-one .icon-list .item .icon img{ max-height:.65rem;}

.train-service{padding:1rem 0;}
.train-service .radius-box{ margin-top:.5rem; border-radius:.1rem; overflow:hidden;}
.train-service .list{ width:62.5%;}
.train-service .item{width:33.3333%; z-index:1;background:#0b2542}
.train-service .item *{transition: 0.5s;}
.train-service .item .info{color: #fff; position:absolute; width:90%; text-align: center;margin: auto; top:50%; left: 0; right: 0; transform: translateY(-50%); z-index:10}
.train-service .item .info h3{ font-size:.3rem;}
.train-service .item .icon{width:.6rem;height:.6rem;margin:0 auto;}
.train-service .item .icon img{ max-height:.53rem; transition: 0.5s;}
.train-service .item .txt{ margin-top:.1rem; width:100%; line-height:1.8; height:0; overflow:hidden; transition: 0.5s; }
.train-service .item .txt li{ padding:.04rem 0;}
.train-service .item .txt .iot{ color:#f8c700; font-family:'HarmonyOS_Medium';}
.train-service .item .txt .wzx{ font-family:'HarmonyOS_Light';}
.train-service .item .pic{ position:relative;}
.train-service .item .pic::after{ position:absolute; top:0; left:0; content:''; display:block; width:100%; height:100%; background:#0b2542; transition:0.5s; opacity:0;}
.train-service .item .pic img{width:100%;}
.train-service .item:hover{z-index:2;}
.train-service .item:hover .pic::after{ opacity:.8;}
.train-service .train-des{line-height:1.8;color:#555555; font-family:'HarmonyOS_Medium'; padding:1rem; background:#f2f5fe; width:37.5%;}
.train-service .train-des .tit{ margin-bottom:.1rem; font-size:.3rem; color:#1e2e45;}

.artificial-back .zSuccessCases{ background:#f2f5fe;}


@media(max-width:1024px){
.artificial-one .list .item .tit{ width:100%; margin-bottom:.2rem;}
.artificial-one .list .item .ul{ width:100%; padding-left:0;}
.train-service .list{ width:70%;}
.train-service .item .txt{ font-size:.13rem;}
.train-service .item .info h3{ font-size:.22rem;}
.train-service .item .icon img{ max-height:.35rem;}
.train-service .train-des{ font-size:.14rem; padding:.3rem; width:30%;}
.train-service .train-des .tit{ font-size:.22rem;}
}
@media(max-width:640px){
.artificial-one .list .item{ width:100%; margin-bottom:.3rem;}
.artificial-one .list .item .tit{ font-size:.3rem;}
.artificial-one .list .item li{ font-size:.24rem;}
.artificial-one .icon-list .item{ width:50%; margin-bottom:.3rem;}
.artificial-one .list .item li::after{ top:.75em; width:5px; height:5px;}
.train-service .list{ width:100%; flex-wrap:wrap;}
.train-service .item{width:100%; overflow: hidden;}
.train-service .item .info{ padding:1rem .2rem; position:relative; width:100%; top:0; transform: translateY(0);}
.train-service .item .info h3{ margin-top:.2rem; font-size:.33rem;}
.train-service .item .icon img{ max-height:.6rem;}
.train-service .item .txt{ height:auto; font-size:.24rem;}
.train-service .item .pic{ position:absolute; left:0; top:0; width:100%; height:100%;}
.train-service .item .pic img{ object-fit:cover;}
.train-service .item .pic::after{ opacity:.8;}
.train-service .train-des{ width:100%; font-size:.22rem;}
.train-service .train-des .tit{ font-size:.3rem;}
}



/* 营业能力 */
.capability-one{ padding:1rem 0; color:#fff;}
.capability-one .zTitle{ margin-bottom:3.3rem;}
.capability-one .icons{ margin-top:.5rem;}
.capability-one .icons ul li.line{ width:1px; background: url(/cn/res/images/bankLine.png) no-repeat right;}
.capability-one .icons ul li:nth-of-type(1){padding-left:0;}
.capability-one .icons ul li:last-child{padding-right:0;background:none;}
.capability-one .icons ul li p{font-size:.24rem;color:#fff;margin-top:.2rem;text-align: center;}
.capability-one .icons ul li figure{width:1.08rem;}
.capability-one .icons ul li:last-child{ display:none;}
@media(max-width:1024px){
.capability-one .icons ul li figure{ width:.8rem;}
.capability-one .icons ul li p{ font-size:.2rem;}
}
@media(max-width:640px){
.capability-one .zTitle{ margin-bottom:1rem;}
.capability-one .zTitle.center p{ font-size:.24rem;}
.capability-one .icons ul{ flex-wrap:wrap;}
.capability-one .icons ul li{ width:30%; margin:.2rem 0;}
.capability-one .icons ul li:nth-child(6n){ display:none;}
.capability-one .icons ul li p{ font-size:.24rem;}
}


/* 电子商务详情 */
.commerce-info{ padding:1rem 0; background:url(/cn/res/images/commerce-back2.jpg) no-repeat; background-repeat:no-repeat; background-position:center; background-size:cover;}
.commerce-info .des{ font-family:'HarmonyOS_Light'; margin-top:.25rem; line-height:2; font-size:.18rem; color:#1e2e45;}
.commerce-info .list-box{ margin-top:.6rem;}
.commerce-info .item{ margin-bottom:.3rem; width:32%; margin-right:2%; background:#fff; padding:.41rem .45rem; border-radius:.1rem;}
.commerce-info .item .txt{ font-size:.24rem;}
.commerce-info .item .icon-img{ position:absolute; right:.4rem; bottom:0;}
.commerce-info .item:nth-child(3n){ margin-right:0;}
.commerce-info .item .icon-img img{ max-height:1.19rem;}
.commerce-info .item .icon-img .inter{ position:absolute; right:0; opacity:0;}
.commerce-info .item:hover{ background-image:url(/cn/res/images/commerce-back3.jpg); background-size:cover;}
.commerce-info .item:hover .txt{ color:#fff;}
.commerce-info .item:hover .icon-img .inter{ opacity:1;}
.commerce-info .item:hover .icon-img .moren{ opacity:0;}
.commerce-cyxm{ padding:1rem 0 1.2rem; color:#fff;}
.commerce-cyxm .commerce-one{ width:100%; margin-bottom:1rem;}
.commerce-cyxm .switc-shell{ color:#1e2e45;}
.commerce-cyxm .switc-shell .swiper{ width:91.5vw;}
.commerce-cyxm .switc-shell .item{ padding:.55rem .45rem; background:#fff; border-radius:.1rem;}
.commerce-cyxm .switc-shell .item .des{ line-height:1.3; font-size:.36rem; margin-top:.35rem;}
.commerce-cyxm .swiper-pagination{position:relative;margin-top:.8rem;background:rgba(255,255,255,.3);height:2px;}
.commerce-cyxm .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{top: inherit;top:initial;bottom:0;height:2px;background: #f8c700;}
@media(max-width:1024px){
.commerce-info .item .icon-img img{ max-height:1rem;}
.commerce-cyxm .switc-shell .item{ padding:.35rem; background:#fff; border-radius:.1rem;}
.commerce-cyxm .switc-shell .item .icon img{ max-height:.57rem;}
.commerce-cyxm .switc-shell .item .des{ font-size:.3rem;}
}
@media(max-width:640px){
.commerce-info .des{ font-size:.24rem;}
.commerce-info .item:nth-child(3n),
.commerce-info .item{ width:49%; margin-right:2%;}
.commerce-info .item:nth-child(2n){ margin-right:0;}
.commerce-info .item .txt{ font-size:.26rem;}
}



/* 效劳_频道页 */
.consult-one{ background:#f8f8f8; padding:1.2rem 0;}
.consult-one .list{ background:#fff; padding:.8rem 0; margin-top:.45rem; box-shadow:0 0 10px rgba(0,0,0,.05); border-radius:.1rem;}
.consult-one .list .item{ text-align:center; width:25%; border-right:solid 1px #e8eaec;}
.consult-one .list .item a{ display:block; padding:.5rem .6rem;}
.consult-one .list .item .tit{ text-align:center;}
.consult-one .list .item .tit span{ display:block; font-size:.3rem;}
.consult-one .list .item .tit::after{ background:#00499e; content:''; display:block; width:2em; height:3px; margin:.15rem auto .3rem;}
.consult-one .list .item .icon{ margin-bottom:.35rem; text-align:center;}
.consult-one .list .item .icon img{ max-width:.76rem;}
.consult-one .list .item .des{ font-size:.18rem; font-family:'HarmonyOS_Light'; line-height:1.8;}
.consult-one .list .item:last-child{ border-right:none;}
.consult-one .but{ transform:translateY(-50%);}
.consult-one .but a{ font-size:.16rem; background:#00499e; color:#fff; box-shadow:0 0 10px rgba(0,0,0,.3); transition:all .5s;}
.consult-one .but a:hover{ border-color:#00499e; background:#fff; color:#00499e;}

.service-solution-box{ color:#fff; padding:1rem 0;}
.service-solution-box .text{ margin-top:.3rem; width:45%;}
.service-solution-box .des{ font-size:.18rem; font-family:'HarmonyOS_Light'; line-height:1.8; margin-bottom:.2rem;}
.service-solution-box .list li{ padding:.3rem .4rem; padding-left:0; position:relative; border-bottom:solid 1px rgba(255,255,255,.2); transition:all .5s;}
.service-solution-box .list li a{ display:block; font-size:.2rem; color:#fff;}
.service-solution-box .list li .intro{ padding-top:.2rem; padding-right:1rem; font-size:.17rem; display:none; font-family:'HarmonyOS_Light'; line-height:1.8;}
.service-solution-box .list li .icon{ position:absolute; top:50%; right:0.3rem; width:.3rem; height:.3rem; background:url(/cn/res/images/add-icon.png) no-repeat center; cursor:pointer; margin-top:-.15rem;}
.service-solution-box .list li .tit{ font-size:.2rem; position:relative;}
.service-solution-box .list li .tit::before{ position:absolute; top:.8em; left:0; content:''; display:block; width:.1rem; height:2px; background:#f8c700; opacity:0;}
.service-solution-box .list li.on{ padding:.3rem .4rem; background:rgba(0,76,163,.4);}
.service-solution-box .list li.on .tit{padding-left:.3rem;}
.service-solution-box .list li.on .tit::before{ opacity:1;}
.service-solution-box .list li.on .icon{ background:url(/cn/res/images/subt-icon.png) no-repeat center;}
.service-solution-box .pic-img{ margin-top:.3rem; width:50%;}
.service-solution-box .pic-img .wtd{ width:49.74vw; font-size:0;}
.service-solution-box .pic-img .wtd span{ display:inline-block; border-radius:.15rem 0 0 .15rem; overflow:hidden;}


@media(max-width:1024px){
.consult-one .list .item a{ padding:.2rem;}
.consult-one .list .item .tit span{ font-size:.26rem;}
.service-solution-box .list li .intro{ padding-right:.5rem;}
}
@media(max-width:640px){
.consult-one .list .item{ width:50%; margin-bottom:.35rem;}
.consult-one .list .item .des{ font-size:.24rem;}
.consult-one .list .item .tit span{ font-size:.28rem;}
.consult-one .list .item:nth-child(2n){ margin-right:0; border-right:none;}
.consult-one .but a{ font-size:.22rem;}
.service-solution-box .text{ width:100%;}
.service-solution-box .list li .tit{ font-size:.3rem;}
.service-solution-box .list li .tit::before{ width:.2rem; top:.7em;}
.service-solution-box .list li .intro{ font-size:.24rem;}
.service-solution-box .list li.on .tit{ padding-left:.4rem;}
.service-solution-box .des{ font-size:.24rem;}
.service-solution-box .pic-img{ width:100%;}
.service-solution-box .pic-img .wtd{ width:100%;}
.service-solution-box .pic-img .wtd span{ border-radius:.15rem;}
}




/* 效劳_咨询效劳_离岸及在线交付 */
.rowTitle.color1{ color:#1e2e45;}
.consult-box .zBank .zTitle .desc p{ font-size:.18rem;}
.consult-advantage{ padding:1rem 0 .2rem; color:#fff; background-repeat:no-repeat; background-position:center; background-size:cover;}
.consult-advantage .zTitle .desc{ font-size:.18rem; margin-top:.2rem;}
.consult-advantage .icon_txt{text-align: center; color: #fff;padding-top:8%}
.consult-advantage ul{min-height:400px}
.consult-advantage li{ padding:0 .8rem; text-align:center;}
.consult-advantage li.wtd33{ width:33.333%;}
.consult-advantage li.wtd15{ width:15%;}
.consult-advantage li.wtd16{ width:16.666%;}
.consult-advantage li.wtd20{ width:20%;}
.consult-advantage li.wtd25{ width:25%;}
.consult-advantage li.wtd25{ width:25%;}
.consult-advantage li .icon{display: block; margin: auto; max-width:1.08rem;}
.consult-advantage li h4{ font-size:.24rem; padding:.2rem 0 .1rem}
.consult-advantage li .txt{ font-size:.18rem; line-height:1.8; font-family:'HarmonyOS_Light'; height:0; overflow:hidden; transition: 0.5s}
.consult-advantage li p{ width:82%; margin: auto;}
.consult-advantage li:not(:last-child){background: url(/cn/res/images/product-advantage-line.png) no-repeat right center}
.consult-advantage li:hover h4:after{width: 40px;}
@media(max-width:1024px){
.consult-advantage ul{ min-height:3rem; height:auto;}
.consult-advantage li{ padding:0 .2rem; text-align:center;}
}
@media(max-width:640px){
.consult-box .zBank .zTitle .desc p{ font-size:.24rem;}
.consult-box .zBank .desc p{ font-size:.24rem;}
.consult-advantage .zTitle .desc{ font-size:.24rem;}
.consult-advantage li{ margin:.15rem 0; width:100%; background:none!important;}
.consult-advantage li .txt{ font-size:.24rem;}
.consult-advantage li.wtd30{ width:100%;}
.consult-advantage li.wtd15,
.consult-advantage li.wtd16,
.consult-advantage li.wtd20,
.consult-advantage li.wtd25{ width:50%;}
}


/* 效劳_咨询效劳_卓越中心 */
.outstanding-box .zBank .zbLeftText{ width:40%;}
.zBank .pic-img{ width:48.75%; font-size:0;}
.zBank .pic-img span{ display:inline-block; border-radius:.15rem; overflow:hidden;}
.outstanding-box .consult-advantage li{ padding:0 .2rem;}
.outstanding-process{ background:#f1f4fd; padding:1rem 0 1.4rem;}
.outstanding-process .list{ margin-top:.65rem; width:100%;}
.outstanding-process .list .item{ color:#1e2e45; padding:.3rem .1rem .5rem; text-align:center; width:calc((100% / 6) - .45rem); background-image:linear-gradient(to top,#eff6ff,#ffffff); box-shadow:0 0 20px rgba(0,0,0,.1); border-radius:.1rem; border:solid 1px #fff;}
.outstanding-process .list .item .erical{ margin-top:.2rem; line-height:0; font-size:1rem; font-family:'HarmonyOS_Medium'; color:#00499e; opacity:.1;}
.outstanding-process .list .item .erical span{ display:inline-block; line-height:.3;}
.outstanding-process .list .item .setout{ margin-bottom:.2rem; font-size:.3rem;}
.outstanding-process .list .item .des{ font-size:.18rem;}
.outstanding-process .list .item::after{ position:absolute; top:50%; left:101%; content:''; display:block; width:.52rem; height:.95rem; border-top:dashed 1px #ccc; border-bottom:dashed 1px #ccc; background:url(/cn/res/images/arrow2.png) no-repeat center; margin-top:-.4rem; background-size:.25rem;}
.outstanding-process .list .item:last-child::after{ display:none;}
.outstanding-process .list .item:nth-child(2n){ background-image:linear-gradient(to top,#ffffff,#fef7d9);}
.outstanding-process .list .item:nth-child(2n) .erical{ color:#f8c700;}
@media(max-width:1024px){
.outstanding-box .consult-advantage li{ padding:0 .1rem;}
.outstanding-box .consult-advantage li .icon{ width:0.8rem;}
.outstanding-box .consult-advantage li h4{ font-size:.18rem;}
.outstanding-box .zBank .zbLeftText{ width:45%;}
}
@media(max-width:768px){
.outstanding-box .zBank .zbLeftText{ width:100%;}
.zBank .pic-img{ width:100%; font-size:0;}
.outstanding-process .list .item{ margin-bottom:.3rem; width:calc((100% / 3) - .45rem);}
.outstanding-process .list .item::after{ width:0.65rem;}
.outstanding-process .list .item .erical{ font-size:.7rem;}
.outstanding-process .list .item:nth-child(3n):after{ display:none;}
}
@media(max-width:640px){
.outstanding-box .zBank .desc p{ font-size:.24rem;}
.outstanding-process .list .item{ margin-bottom:.3rem; width:calc((100% / 2) - .35rem);}
.outstanding-process .list .item:nth-child(3n):after,
.outstanding-process .list .item::after{ width:0.65rem; display:block;}
.outstanding-process .list .item .erical{ font-size:.7rem;}
.outstanding-process .list .item:nth-child(2n):after{ display:none;}
.outstanding-process .list .item .des{ font-size:.24rem;}
.outstanding-box .consult-advantage li{ margin:.15rem 0; padding:0 .1rem; background:none!important;}
.outstanding-box .consult-advantage li .txt{ font-size:.22rem;}
.outstanding-box .consult-advantage li h4{ font-size:.24rem;}
}


/* 效劳_咨询效劳_质量治理效劳 */
.quality-process{ background:#f1f4fd; padding:1rem 0 1.4rem;}
.quality-process .list{ margin-top:.6rem; width:100%;}
.quality-process .list .item .icon img{ max-height:.37rem;}
.quality-process .list .item{ color:#1e2e45; padding:.3rem .45rem .5rem; width:calc((100% / 2) - .2rem); background-image:linear-gradient(to top,#eff6ff,#ffffff); box-shadow:0 0 20px rgba(0,0,0,.1); border-radius:.1rem; border:solid 1px #fff;}
.quality-process .list .item .setout{ margin:.2rem 0; font-size:.3rem;}
.quality-process .list .item .des{ line-height:1.8; font-size:.18rem;}
.quality-process .list .item:nth-child(2n){ background-image:linear-gradient(to top,#ffffff,#fef7d9);}
@media(max-width:640px){
.quality-process .list{ margin-top:.3rem;}
.quality-process .list .item{ width:100%; margin-bottom:.3rem;}
.quality-process .list .item .des{ font-size:.24rem;}
.quality-process .list .item .setout{ font-size:.36rem;}
.quality-process .list .item .icon img{ max-height:.45rem;}
}



/* 效劳_解决计划_研运一体化 */
.research-service{ background:#f1f4fd; padding:1rem 0 1.4rem;}
.research-service .con-shell{ margin-top:.5rem; text-align:center;}



/* 效劳_解决计划_主机与开放平台 */
.platform-service{ background:#f1f4fd; padding:1rem 0;}
.platform-service .list{ margin-top:.6rem;}
.platform-service.global-service .item .icon{ width:.88rem; height:.88rem;}
.platform-service.global-service .item .icon img{ width:.88rem; height:.88rem;}
.platform-service.global-service .item:not(:hover) .icon{ background:url(/cn/res/images/platform-back.png) no-repeat center; background-size:contain;}
.platform-service.global-service .item:hover .pic{ transform: scale(1.1);}
.platform-service.global-service .item h3{ padding:.1rem 0;}
.TwinEngines{ color:#fff; padding:1rem 0; background-repeat:no-repeat; background-position:center; background-size:cover;}
.TwinEngines .list{ margin-top:.8rem;}
.TwinEngines .list dl{ width:50%; padding:0 .7rem; padding-left:0; padding-right:1.6rem;}
.TwinEngines .list dl dt{ margin-bottom:.15rem; font-size:.3rem;}
.TwinEngines .list dl dt .icon{ margin-right:.15rem; font-size:0;}
.TwinEngines .list dl dt .icon img{ max-width:.64rem;}
.TwinEngines .list dl dd{ font-size:.16rem; line-height:1.8; padding:.15rem 0; font-family:'HarmonyOS_Light'; border-bottom:dashed 1px rgba(255,255,255,.2); padding-left:.25rem; position:relative;}
.TwinEngines .list dl dd::before{ position:absolute; top:1.5em; left:0; content:''; display:block; width:.1rem; height:.1rem; background:#1363c1; border-radius:100%; overflow:hidden;}
.TwinEngines .list dl dd:last-child{ border-bottom:none;}
.TwinEngines .list dl:nth-child(2n){ padding-right:0; padding-left:1.6rem;}
.TwinEngines .list dl:nth-child(2n) dd::before{ background:#e5bb06;}
@media(max-width:1024px){
.TwinEngines .list dl{ padding:0 .5rem; padding-left:0;}
.TwinEngines .list dl:nth-child(2n){ padding-right:0; padding-left:.5rem;}
}
@media(max-width:640px){
.TwinEngines .list{ flex-wrap:wrap; margin-top:.35rem;}
.TwinEngines .list dl:nth-child(2n),
.TwinEngines .list dl{ margin-bottom:.35rem; width:100%; padding:0;}
.TwinEngines .list dl dd{ font-size:.24rem;}
.TwinEngines .list dl dd::before{ top:1.2em;}
.TwinEngines .list dl:last-child{ margin-bottom:0;}
.TwinEngines .list dl dt{ font-size:.36rem;}
}



/* 效劳_解决计划_质量治理提升 */
.Test-Tcoe{ padding:1rem 0; background-image:linear-gradient(to top,#f0f4fd,#fff);}
.Test-Tcoe .test-menu{ margin-top:.5rem; border-bottom:solid 1px #dee2e8;}
.Test-Tcoe .test-menu .item{ position:relative; margin:0 .2rem; color:#1e2e45; font-size:.3rem; padding:.15rem; border-bottom:solid 2px transparent; margin-bottom:-1px; font-family:'HarmonyOS_Medium'; cursor:pointer;}
.Test-Tcoe .test-menu .item.on{ border-bottom:solid 2px #f8c700;}
.Test-Tcoe .test-shell{ padding-top:.6rem;}
.Test-Tcoe .test-shell .center{ text-align:center;}
.Test-Tcoe .test-shell .con-box{ display:none;}
.Test-Tcoe .test-shell .con-txt .tu-pic{ display:inline-block;}
.Test-Tcoe .con-list dl{ padding:.25rem; margin-right:.1rem; background-image:linear-gradient(to bottom,#eaf1f8,#fff); border:solid 1px #dde8f3; width:calc((100% / 5) - .1rem); border-radius:.1rem;}
.Test-Tcoe .con-list dt{ position:relative; padding:.1rem 0; font-size:.24rem; color:#00499e; position:relative; border-bottom:solid .04rem rgba(46,113,192,.1); overflow:hidden;}
.Test-Tcoe .con-list dt::after{ position:absolute; bottom:-4px; left:0; background:#f8c700; content:''; display:block; height:.04rem; width:.04rem;}
.Test-Tcoe .con-list dt em{ line-height:.7; position:absolute; top:0; right:0; font-size:1rem; font-style:normal; opacity:.03; font-family:'HarmonyOS_Bold';}
.Test-Tcoe .con-list dl:nth-child(5n){ margin-right:0;}
.Test-Tcoe .con-list dl dd{ margin:.15rem 0; padding-left:.35rem; font-size:.18rem; background-image:url(/cn/res/images/zround.png); background-repeat:no-repeat; background-position:0 .4em; background-size:.2rem;}

.language{
    <!-- position: relative;display:flex; -->
    margin-top: 0.1rem;}
.language:after{
        content: "";
    <!-- position: absolute; -->
    <!-- <!-- left: 0; -->
    top: 0.04rem; -->
    <!-- border-top: 2px solid #fff;
    width: 0.48rem;
    -webkit-transform: rotate(-36deg);
    -ms-transform: rotate(-36deg);
    transform: rotate(-36deg) translate(0.06rem, -0.12rem);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right; -->
}
.language a{    
    color: #fff;
    <!-- display: block; -->
    font-size: .2rem;
    line-height: 1;
}
.header.back-color .language a,
.header:hover .language a{
    color: #999;
}
.header.back-color .language a.active,
.header:hover .language a.active{
    color: #282828;
    font-weight:700;
}
.header.back-color .language:after,
.header:hover .language:after{
    border-color: #999;
}
.language a.cn{
    <!-- margin-top: -0.1rem; -->
}
.language a.en{
    <!-- margin-top: 0.1rem; -->
    margin-left: 0.12rem;
}

.newForm input{
    outline: none;
    border: 0;
    font-size: .18rem;
}
.newForm form{
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: .3rem;
}
.newForm .nTxt{
    width: 3rem;
    display: block;
    height: 0.4rem;
    padding: 0 0.8rem 0 0.2rem;
}
.newForm .nBtn{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.7rem;
    height: 100%;
    cursor: pointer;
}
.newForm .nBtn:hover{
    background: #00499e;
    color: #fff;
}

@media(max-width:1024px){
.Test-Tcoe .con-list dl{ padding:.2rem;}
.Test-Tcoe .con-list dl dd{ font-size:.16rem;}
}
@media(max-width:640px){
.Test-Tcoe .con-list{ justify-content:flex-start;}
.Test-Tcoe .con-list dl:nth-child(5n),
.Test-Tcoe .con-list dl{ width:calc((100% / 2) - .1rem); margin-right:.2rem; margin-bottom:.2rem;}
.Test-Tcoe .con-list dl:nth-child(2n){ margin-right:0;}
.Test-Tcoe .con-list dt{ font-size:.3rem;}
.Test-Tcoe .con-list dt em{ font-size:.8rem;}
.Test-Tcoe .con-list dl dd{ font-size:.22rem;}
}
@media (min-width: 641px) {
    .footer-one{
        padding-bottom: 0;
    }
    
}
.about-one .list .item{
    width: 40%;
}






















<!--耗时1752889948.4016秒-->