﻿p {
    margin: revert;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
    font-size:100px;
}
.phone_body {
    height: 100%;
}
    .phone_body .NewsList .news {
        padding: 0.2rem;
        display: flex;
    }

        .phone_body .NewsList .news .news-image {
            width: 35%;
            border-radius: 0.04rem;
            overflow: hidden;
            min-height: 1.6rem;
            flex-shrink: 0;
        }
            .phone_body .NewsList .news .news-image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
        .phone_body .NewsList .news .newsbox {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            width: 65%;
            padding-left: 0.2rem;
            font-size: 0.24rem;
        }
            .phone_body .NewsList .news .newsbox .newstitle {
                font-size: 0.26rem;
                font-weight: bold;
            }
            .phone_body .NewsList .news .newsbox .date {
                text-align: right;
                opacity: 0.9;
            }
    .phone_body .news-item-img {
        width: 100%;
    }

        .phone_body .news-item-img img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }
body {
    overflow-x: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    -webkit-overflow-scrolling: touch;
}
.clamp2 {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
a, input {
    outline: none;
}

em, i {
    font-style: normal;
}

ul, li, ol {
    list-style-type: none;
}

img {
    border: none 0;
    vertical-align: middle;
}
.case-detail img {
    width: 100%;
    height:auto;
    object-fit:contain;
}
button, select, input, textarea {
    font-family: "Microsoft Yahei";
}

input, textarea {
    resize: none;
    outline: none;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

@font-face {
    font-family: 'myfont';
    src: url('../fonts/ariblk.ttf');
}

.pb40 {
    padding-bottom: 0.8rem;
}

/*首页*/
.phone_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.phone_body {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-overflow-scrolling: touch;
    background-color: #04061b;
}

    .phone_body.black {
        background-color: #04061b;
    }

.phone_head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 1.08rem;
    padding: 0 0.3rem;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 101;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.7s ease;
    /*-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;*/
}


.phone_head.active,.phone_head.active1 {
    background-color: rgba(0,0,0,0.9);
    color: #fff;
}
    .phone_head.active1 a i{
        color: #fff;
    }

.logo {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .logo a {
        background: url(../images/logo.png) no-repeat;
        background-size: 2.02rem auto;
        width: 2.02rem;
        height: 0.44rem;
        display: block;
    }

.menu {
    background: url(../images/muneicon.png) no-repeat;
    background-size: 0.52rem auto;
    width: 0.52rem;
    height: 0.48rem;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.mnav {
    width: 100%;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    display: none;
    padding-top: 1.08rem;
    max-height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}

    .mnav > ul {
        border-top: #252525 solid 1px;
        padding: 0.2rem 0;
    }

        .mnav > ul > li > a {
            padding: 0.2rem;
            font-size: 0.36rem;
            color: #333;
            display: block;
            color: #fff;
            text-align: center;
            line-height: 0.72rem;
        }

        .mnav > ul > li.active > a {
            background-color: #000;
            color: #fff;
        }

.phone_head.active .menu {
    background: url(../images/muneicon1.png) no-repeat;
    background-size: 0.52rem auto;
}

.phone_head.active .logo a {
    background: url(../images/logo1.png) no-repeat;
    background-size: 2.02rem auto;
}

.talk_a {
    width: 0.72rem;
    height: 0.72rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 0.72rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    border: #787878 solid 1px;
    display: block;
    position: absolute;
    right: 0.2rem;
    top: 1.48rem;
}

.phbner {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3rem;
    position: relative;
    opacity: 0;
    transition: opacity 1.5s ease /*,background-position 0.5s ease*/;
    -webkit-transition: opacity 1.5s ease;
}

.phbner.active {
    opacity: 1;
}

.phbner1 {
    font-size: 0.6rem;
    color: #fff;
    padding-top: 4.4rem;
    font-weight: 900;
}

.phbner2 {
    font-size: 0.48rem;
    color: #fff;
    line-height: 0.6rem;
}

.phbner3 {
    font-size: 0.26rem;
    color: #8593a9;
    margin-top: 0.7rem;
}

.phbner4 {
    font-size: 0.26rem;
    color: #8593a9;
}

.bnwz1 {
    background: url(../images/sywz1.png) no-repeat left 4.24rem;
    background-size: 90% auto;
}

.bnwz2 {
    background: url(../images/sywz2.png) no-repeat left bottom;
    background-size: 100% auto;
    padding-bottom: 0.36rem;
}

.copy {
    color: #6f7d92;
    font-size: 0.24rem;
    text-align: center;
}

.my_service {
    margin-top: 0.6rem;
}

.serbt {
    text-align: center;
    background: url(../images/bg2.jpg) no-repeat center top;
    background-size: cover;
    padding-top: 1.9rem;
}

    .serbt .en {
        font-size: 0.24rem;
        color: #8593a9;
        line-height: 0.4rem;
    }

    .serbt .cn {
        font-size: 0.6rem;
        color: #ffffff;
        font-weight: lighter;
        line-height: 0.64rem;
    }

.serlist {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
}

    .serlist ul li {
        padding: 0.3rem 0;
    }

        .serlist ul li a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

.serimg img {
    width: 1.26rem;
}

.sernr {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.4rem;
}

.sername {
    font-size: 0.34rem;
    color: #fff;
}

.serms {
    font-size: 0.26rem;
    color: #7a85a4;
    line-height: 0.4rem;
    margin-top: 0.06rem;
    font-weight: lighter;
}

.more_a {
    display: block;
    width: 2.64rem;
    height: 0.88rem;
    -webkit-border-radius: 0.88rem;
    border-radius: 0.88rem;
    margin: 0.6rem auto 0;
    border: #222f54 solid 1px;
    color: #a7aec2;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.88rem;
    position: relative;
    z-index: 10;
}

    .more_a:hover {
        border-color: #fff;
        color: #fff;
    }

.my_product .serbt {
    background: url(../images/bg3.png) no-repeat center top;
    background-size: cover;
    padding-top: 2.4rem;
    margin-top: -1.3rem;
}

.prolist {
    margin-top: 0.6rem;
}
    .prolist .product_list {
        padding: 0.3rem;
        box-sizing: border-box;
        /*
    justify-content: space-between;

    */
        display: block;
        column-count: 2;
        column-gap: 0.3rem;
    }

    .prolist .proitem {
        width: 100%;
        color: #fff;
        padding: 0 0 0.3rem;
        display: block;
        break-inside: avoid;
        /*
        display: flex;
        justify-content: space-between;
        align-items: start;
          margin: 0.16rem 0;
    */
    }
    .prolist .proitem .right {
       margin:0.2rem 0;
    }
    .prolist .proimg {
        width: 100%;
        height: 28.2vw;
        display: inline-block;
        border-radius: 0.04rem;
        overflow: hidden;
    }
    .prolist .info {
        font-size: 0.24rem;
        color: #7a85a4;
        line-height: 0.4rem;
        margin-top: 0.1rem;
        text-align: left;
    }

    .prolist ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

        .prolist ul:before {
            /**
 content: "";
            left: 50%;
            width: 1px;
            top: 0;
            height: 100%;
            background-color: #0e142e;
            position: absolute;
            */
        }

        .prolist ul li {
            width: 50%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0.3rem;
            text-align: center;
        }

.proimg img {
    max-width: 100%;
}

.pronr {
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
}

.cases {
    margin-top: 0.6rem;
}

    .cases .serbt {
        background: url(../images/bg4.png) no-repeat center top;
        background-size: cover;
        padding-top: 1.8rem;
        margin-top: -0.8rem;
    }

.casesimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2.6rem;
    border-radius:0.08rem;
}

.cases .prolist ul:before {
    display: none;
}

.cases .prolist ul li:nth-child(odd) {

}

.cases .prolist ul li:nth-child(even) {

}

.cases .pronr {
    /**
        background-color: #0c0e23;
    */

    padding: 0.24rem 0.2rem;
}

.clients {
    margin-top: 0.6rem;
    padding: 0 0.3rem;
}

    .clients .serbt {
        background: url(../images/bg5.png) no-repeat center top;
        background-size: cover;
        padding-top: 2.5rem;
        margin-top: -1.3rem;
        padding-bottom: 2rem;
    }

    .clients .prolist {
        margin-top: -1.1rem;
    }

        .clients .prolist ul:before {
            display: none;
        }

        .clients .prolist ul li {
            padding: 0.16rem;
        }

            .clients .prolist ul li:nth-child(odd) {
                padding-right: 0.14rem;
                padding-left: 0;
            }

            .clients .prolist ul li:nth-child(even) {
                padding-left: 0.16rem;
                padding-right: 0;
            }

    .clients .casesimg {
        height: 1.98rem;
        width: 100%;
        background-color: rgba(29,31,54,0.8);
        position: relative;
        -webkit-box-shadow: #161833 0px 0px 0.1rem;
        box-shadow: #161833 0 0 0.1rem;
    }

        .clients .casesimg img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-height: 70%;
            max-width: 70%;
        }

.fotbg {
    background: url(../images/bg6.png) no-repeat center center;
    background-size: cover;
    height: 6rem;
    margin-top: -1.2rem;
}

.footer {
    padding: 1rem 0.1rem 0.8rem;
    background-color: rgba(4,6,27,0.7);
    margin-top: -3.4rem;
    text-align: center;
}

.footlogo img {
    height: 0.42rem;
}

.footline {
    color: #fff;
    font-size: 0.28rem;
    margin-top: 0.7rem;
}

.footcopy {
    font-size: 0.24rem;
    color: #67676e;
    margin-top: 0.2rem;
}

    .phbner1 {
        padding-top: 3.9rem;
    }

    .casesimg {
        height: 2.32rem;
    }

    .clients .casesimg {
        height: 1.78rem;
    }



/*加载页*/
.loading {
    position: relative;
    width: 3.56rem;
    height: 0.6rem;
    margin: -0.9rem auto;
    top: 50%;
}

    .loading div {
        background-image: url(../images/loading.png);
        position: absolute;
        left: 0;
        bottom: 0;
    }

.loadingxx {
    width: 3.56rem;
    height: 0;
    background-position: 0 0;
    z-index: 2;
    background-position: left bottom;
    -webkit-animation: loading 1.5s infinite linear;
    animation: loading 1.5s infinite linear;
}

.nowloading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    background-image: url(../images/timg1.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    opacity:1;
    z-index: 9999;
    /*transition: all 0.3s ease;*/
}

.percent {
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    width: 100%;
}

.load_copy {
    color: #6f6f6f;
    font-size: 0.24rem;
    text-align: center;
    position: absolute;
    bottom: 0.5rem;
    left: 0;
    width: 100%;
}

@-webkit-keyframes loading {
    0% {
        height: 0;
    }

    50% {
        height: 0.3rem;
    }

    100% {
        height: 0.6rem;
    }
}

@keyframes loading {
    0% {
        height: 0;
    }

    50% {
        height: 0.3rem;
    }

    100% {
        height: 0.6rem;
    }
}

/*about*/
.phbner_a {
    color: #fff;
    font-family: myfont;
    font-size: 0.72rem;
    font-weight: 900;
    padding-top: 4.4rem;
    padding-bottom: 0.3rem;
}

    .phbner_a>span {
        display: block;
        line-height:1rem;
    }

    .phbner_a + .phbner3 {
        margin-top: 0.5rem;
    }

.symore {
    color: #6f7d92;
    font-size: 0.24rem;
    text-align: center;
}

    .symore a {
        margin-top: 0;
        color: #fff;
        border-color: #fff;
    }

.sydown {
    text-align: center;
    margin-top: 0.48rem;
    color: #fff;
    line-height: 1;
}

    .sydown i {
        position: relative;
        font-size: 0.6rem;
        animation: name 0.7s linear infinite;
    }

.us_who {
    background-color: #fff;
    padding: 0.8rem 0.3rem 0.9rem;
}
    .us_who .about_us_who p:not(:first-child) {
        margin-top:0.2rem;
    }
.ustitle {
    text-align: center;
    font-size: 0.48rem;
    color: #444444;
}

.uscon {
    color: #333333;
    font-size: 0.28rem;
    margin-top: 0.4rem;
    line-height: 0.48rem;
}

p.indent {
    text-indent: 2em;
}

.intro-container {
    width: 100%;
    min-height: 8rem;
    background: url(../images/introbg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 0.8rem 0.4rem 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .intro-container .swiper-pagination-bullet {
        background-color: #fff;
        border-radius: 0.16rem;
        -webkit-border-radius: 0.16rem;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
    }

    .intro-container .swiper-pagination-bullet-active {
        background-color: #006699;
        width: 0.4rem;
    }

    .intro-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.06rem;
    }

    .intro-container .swiper-slide {
        text-align: center;
        color: #fff;
    }

    .intro-container .swiper-wrapper {
        height: auto;
    }

.chbt {
    font-size: 0.44rem;
    font-weight: 900;
    text-align: left;
}

.enbt {
    font-size: 0.24rem;
}

.introxx {
    font-size: 0.28rem;
    margin-top: 0.5rem;
    text-align: left;
    line-height: 0.48rem;
}

.course {
    padding: 2rem 0.3rem 0.6rem;
    background: url(../images/map1.png) no-repeat center top #fff;
    background-size: 100% auto;
    margin-top: -1.8rem;
}

.courlist {
    margin-top: 0.6rem;
    position: relative;
}

    .courlist ul {
        position: relative;
    }

        .courlist ul:before {
            content: "";
            width: 1px;
            height: 100%;
            position: absolute;
            background-color: #006699;
            top: 0;
            left: 0.1rem;
        }

        .courlist ul li {
            position: relative;
            padding-left: 0.4rem;
            margin-bottom: 0.6rem;
        }

            .courlist ul li:last-child {
                margin-bottom: 0;
            }

            .courlist ul li:before {
                content: "";
                width: 0.22rem;
                height: 0.22rem;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                position: absolute;
                background-color: #006699;
                top: 0.16rem;
                left: 0;
                z-index: 1;
            }

.courdate span {
    height: 0.52rem;
    background-color: #006699;
    color: #fff;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    font-size: 0.32rem;
    padding: 0 0.2rem;
    display: inline-block;
}

.courlb {
    font-size: 0.28rem;
    color: #333;
    margin: 0.4rem 0;
    position: relative;
}

    .courlb:before {
        content: "";
        width: 0.16rem;
        height: 0.16rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        background-color: #c1c1c1;
        top: 0.16rem;
        left: -0.38rem;
        z-index: 1;
    }

.advantage {
    background: url(../images/joinbg.jpg) no-repeat center bottom #fff;
    background-size: 100% auto;
    padding-bottom: 1.6rem;
}

.advanbt {
    background: url(../images/ysbg.jpg) no-repeat center top;
    background-size: cover;
    height: 4rem;
    line-height: 4rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
}

.advannr {
    padding: 0.6rem 0.3rem;
    color: #333333;
    font-size: 0.28rem;
    line-height: 0.48rem;
}

.yfnn {
    margin-top: 0.2rem;
    background: url(../images/prodbg7.jpg) no-repeat center top;
    background-size: cover;
    height: 4rem;
    line-height: 4rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
}

.advantage .more_a {
    border-color: #006699;
    color: #006699;
    margin-top: 0.4rem;
}

    .advantage .more_a:hover {
        border-color: #006699;
        color: #006699;
    }

.courlist .joindbg {
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,1) 100%);
}

    .courlist .joindbg .more_a {
        bottom: 0.4rem;
    }

    .phbner_a {
        padding-top: 3.9rem;
    }


/*case-detail*/
.headnr {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 0.1rem;
    padding-right: 0.3rem;
    color: #fff;
    font-size: 0.32rem;
    text-align: center;
    line-height: 1.2;
}

.phone_head .iconfont {
    /* */

    font-size: 0.4rem;
    line-height: 1;
    color: #000;
}

.case {
    background: url(../images/jddt.jpg) no-repeat center top;
    background-size: cover;
    height: 5.6rem;
    padding-top: 1.08rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.caselogo {
    margin-top: -1.2rem;
}

    .caselogo img {
        height: 2.4rem;
    }

.check_t {
    display: block;
    width:3rem;
    height: 0.64rem;
    -webkit-border-radius: 0.64rem;
    border-radius: 0.64rem;
    border: #fff solid 1px;
    color: #fff;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.64rem;
    z-index: 10;
    position: absolute;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
}

.weui-photo-browser-modal {
    z-index: 99;
}

    .weui-photo-browser-modal .swiper-container .swiper-pagination {
        background: url(../images/tcbg.png) repeat-x center bottom;
        background-size: auto 1.18rem;
        bottom: 0;
        height: 1.18rem;
        line-height: 1.6rem;
    }

    .weui-photo-browser-modal .swiper-container .swiper-pagination-bullet {
        background: #e6e6e6;
        opacity: 1;
    }

    .weui-photo-browser-modal .swiper-container .swiper-pagination-bullet-active {
        background: #007aff;
    }

.caseintro {
    background-color: #f2f2f2;
    padding: 0.4rem 0.3rem;
    color: #333;
    font-size: 0.28rem;
    line-height: 0.48rem;
}
    .caseintro.case-detail-image {
        padding-top: 0;
    }
.casecon {
    background-color: #fff;
    padding: 0.6rem 0.3rem;
}

    .casecon .advannr {
        padding: 0.3rem 0 0.5rem;
    }

        .casecon .advannr:last-child {
            padding-bottom: 0.4rem;
        }


/*cases*/
.phbner5 {
    color: #fff;
    font-size: 0.28rem;
    margin-top: 0.2rem;
}

.cases_customer {
    margin-top: 0;
    background-color: #fff;
    padding: 0.8rem 0.3rem;
}

    .cases_customer .prolist {
        margin-top: 0.4rem;
    }

    .cases_customer .more_a {
        border-color: #006699;
        color: #006699;
    }

    .cases_customer .casesimg {
        background-color: #f1f1f1;
        -webkit-box-shadow: #f5f5f5 0px 0px 0.1rem;
        box-shadow: #f5f5f5 0px 0px 0.1rem;
    }

.cases_case {
    padding: 0.8rem 0.3rem;
    margin-top: 0px;
    background-color: #fff;
}

    .cases_case .more_a {
        border-color: #006699!important;
        color: #006699;
    }

    .cases_case .pronr {
        background-color: #f2f2f2;
        color: #666;
        line-height: 0.4rem;
    }

    .cases_case .prolist {
        margin-top: 0.4rem;
    }


/*clients*/
.clients_customer {
    padding: 0.8rem 0.2rem;
    background-color: #fff;
}

.clienlist, .clienlist2 {
    margin-top: 0.6rem;
}

    .clienlist a, .clienlist2 a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 33.3333333333%;
        float: left;
        height: 2rem;
        position: relative;
        border-right: rgba(73,83,112,0.8) solid 1px;
        border-top: rgba(73,83,112,0.8) solid 1px;
    }

        .clienlist a:nth-child(1), .clienlist a:nth-child(2), .clienlist a:nth-child(3), .clienlist2 a:nth-child(1), .clienlist2 a:nth-child(2), .clienlist2 a:nth-child(3) {
            border-top: none;
        }

        .clienlist a:nth-child(3n+3) {
            border-right: none;
        }


        .clienlist a img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-height: 60%;
            max-width: 70%;
        }

.clienlist2 a div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.clienlist2 a img {
    max-height: 0.8rem;
    width: auto;
    margin-top: 0.16rem;
}
.clienlist2 a p {
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.1rem;
}
/*contact*/
.contactlist {
    padding: 0.8rem 0.2rem 0.6rem;
    background-color: #fff;
}

.conlogo {
    text-align: center;
}

    .conlogo img {
        width: 3.6rem;
    }

.conintro {
    text-align: center;
    color: #444444;
    font-size: 0.28rem;
    margin-top: 0.4rem;
}

.conlb {
    margin-top: 0.6rem;
}

    .conlb ul li {
        margin-bottom: 0.2rem;
    }

        .conlb ul li:last-child() {
            margin-bottom: 0;
        }

.conlb_top {
    background-color: #f2f2f2;
    border-bottom: #d7d7d7 solid 1px;
    padding: 0.24rem 0.3rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .conlb_top .iconfont {
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        display: inline-block;
    }

.conlbname {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 0.2rem;
}

.conname_cn {
    font-size: 0.32rem;
    color: #333;
}

.conname_en {
    font-size: 0.24rem;
    color: #666666;
    line-height: 1;
}

.conlb_xx {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 2.96rem;
    position: relative;
    display: none;
}

.conxxbg {
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.conxxnr {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3rem;
    color: #fff;
    font-size: 0.24rem;
}

.conlb ul li.active .iconfont {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.message {
    background-color: #f2f2f2;
    padding: 0.6rem 0.2rem;
}

.messa_form {
    margin-top: 0.4rem;
}

    .messa_form ul li {
        margin-bottom: 0.2rem;
    }

        .messa_form ul li:last-child {
            margin-bottom: 0px;
        }

    .messa_form input {
        border: #dedede solid 1px;
        background-color: #f6f6f6;
        height: 0.88rem;
        line-height: 0.88rem;
        font-size: 0.28rem;
        -webkit-box-shadow: 0px 0.04rem 0px #f1f1f1 inset;
        box-shadow: 0px 0.04rem 0px #f1f1f1 inset;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.2rem;
        color: #666;
    }

    .messa_form textarea {
        border: #dedede solid 1px;
        background-color: #f6f6f6;
        font-size: 0.28rem;
        -webkit-box-shadow: 0px 0.04rem 0px #f1f1f1 inset;
        box-shadow: 0px 0.04rem 0px #f1f1f1 inset;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0.16rem 0.2rem;
        color: #666;
    }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #9e9e9e;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #9e9e9e;
}

.message .more_a {
    border-color: #006699;
    color: #006699;
}

/*products*/
.phts {
    color: #fff;
    font-size: 0.24rem;
    font-weight: normal;
    letter-spacing: 0.04rem;
}

.font50 {
    font-size: 1rem;
    line-height: 1.4;
}

.font40 {
    font-size: 0.8rem;
}

.produnr {
    background-color: #fff;
    padding: 1.08rem 0.3rem;
}

.prologo {
    text-align: center;
}

    .prologo img {
        height: 1rem;
    }

.produmore {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 250px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.3rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.promjs {
    color: #fff;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.2rem;
}

.produmore .more_a {
    border-color: #fff;
    color: #fff;
}

.prophoto {
    text-align: center;
    background-color: #fff;
}

    .prophoto img {
        width: 60%;
    }

.alignleft {
    text-align: left;
}
/*service*/
.viewmore {
    display: block;
    width: 2.64rem;
    height: 0.88rem;
    border-radius: 0.88rem;
    margin: 0.6rem auto 0;
    font-size: 0.3rem;
    text-align: center;
    line-height: 0.88rem;
    text-align: center;
    transition: all ease .5s;
    border: 1px solid #0070ac;
    color: #0070ac;
    margin: 0.8rem auto 0;
}
    .viewmore.blue {
        border: 1px solid #fff;
        color: #fff !important;
    }
.software {
    padding: 1.08rem 0.3rem;
    background-color: #fff;
}

.softlist {
    margin-top: 0.6rem;
}

    .softlist ul li {
        margin-bottom: 0.6rem;
    }

        .softlist ul li:last-child {
            margin-bottom: 0;
        }

.softimg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.3rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: #e2e2e2 solid 1px;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}

    .softimg span img {
        height: 1rem;
    }

    .softimg span p {
        font-size: 0.24rem;
        color: #444444;
        line-height: 1;
        margin-top: 0.16rem;
    }

.softnr {
    font-size: 0.28rem;
    color: #444;
    line-height: 0.48rem;
    margin-top: 0.24rem;
}

.commerce {
    background-color: #152147;
    padding: 1.08rem 0;
}


    .commerce .ustitle {
        color: #fff;
    }

.commnr {
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    font-size: 0.28rem;
    color: #fff;
}
.commnr2 {
    color: #444444;
}
.commbt {
    padding: 0 0.3rem;
    margin-top: 0.4rem;
    font-weight: bold;
    color: #fff;
    font-size: 0.26rem;
    text-align: center;
}
.commbt2 {
    color: #aaa;
    font-weight: normal;
    text-align:left;
}

.commerce .clienlist a { /*display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-sizing: border-box;box-sizing: border-box; -webkit-align-items: center;-ms-flex-align: center;align-items: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;*/
    height: 2.6rem;
    margin: 0 auto;
    text-align: center;
    padding: 0 0.1rem;
}

    .commerce .clienlist a img {
        position: static;
        left: auto;
        top: auto;
        -webkit-transform: none;
        transform: none;
        height: auto;
        margin-top: 0.4rem;
    }

    .commerce .clienlist a p {
        color: #fff;
        font-size: 0.2rem;
        font-size: 0.24rem;
        line-height: 1.2;
        margin-top: 0.3rem;
    }

.website {
    padding: 0.8rem 0.2rem;
    background-color: #fff;
}

.webimg {
    text-align: center;
    width: 60%;
    margin: 0.6rem auto;
}
.webimg2 {
    width: 100%;
}

    .webimg img {
        max-width: 100%;
    }

.webnr {
    margin-top: 0.6rem;
    font-size: 0.28rem;
    color: #444;
    padding: 0 0.2rem;
}
    .webnr p {
        margin-bottom: 0.2rem;
    }
    .webnr .weblieb {
        display: none;
        height: 150px;
        overflow: auto;
    }

        .webnr .weblieb:first-child {
            display: block;
        }

.weblb {
    margin: 0.4rem -0.1rem 0;
}

    .weblb ul li {
        float: left;
        width: 33.33333333333%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0.1rem;
    }

        .weblb ul li a {
            display: table;
            height: 0.72rem;
            line-height: 1.2;
            text-align: center;
            width: 100%;
            -webkit-border-radius: 0.64rem;
            border-radius: 0.64rem;
            border: #959595 solid 1px;
            color: #5e5e5e;
            font-size: 0.26rem;
            margin: 0.1rem 0;
        }

            .weblb ul li a span {
                display: table-cell;
                vertical-align: middle;
            }

            .weblb ul li a:hover {
                border-color: #0070ac;
                color: #0070ac;
            }

            .weblb ul li a.active {
                border-color: #0070ac;
                color: #0070ac;
            }

.yingx .clienlist {
    margin-top: 0.6rem;
}
.clienlist3 {
    padding: 0 0.3rem;
}
    .clienlist3 .service-img {
        font-size: 0.24rem;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 0.2rem 0;
    }
        .clienlist3 .service-img .image {
            width: 15%;
            text-align: center;
            margin-right: 0.2rem;
            min-width: 0.8rem;
        }
        .clienlist3 .service-img .image img {
           max-height:0.8rem;
           width:auto;
        }

    .yingx .clienlist a {
        border: none;
        height: 3.2rem;
    }

        .yingx .clienlist a p em {
            font-size: 0.2rem;
            display: block;
        }


/*joinus*/
.joinuscon {
    background-color: #fff;
}

.joinmore .more_a {
    width: 4rem;
    border: none;
}

.jointitle {
    background-color: #f2f2f2;
    padding: 0.3rem;
    font-size: 0.48rem;
    color: #333;
    text-align: center;
}

    .jointitle span {
        color: #0070ac;
    }

.join-container {
    width: 100%;
    min-height: 8rem;
    padding: 0.6rem 0.4rem 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

    .join-container .swiper-wrapper {
        height: auto;
    }

    .join-container .swiper-pagination-bullet {
        background-color: #e6e6e6;
        border-radius: 0.16rem;
        -webkit-border-radius: 0.16rem;
        opacity: 1;
        transition: all 0.3s ease-in-out 0s;
    }

    .join-container .swiper-pagination-bullet-active {
        background-color: #000;
    }

    .join-container.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0.06rem;
    }

    .join-container .swiper-slide {
        color: #333;
        font-size: 0.28rem;
    }

.joindbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4rem;
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(255,255,255,1) 100%);
}

    .joindbg .more_a {
        margin-top: 0;
        border-color: #006699;
        color: #006699;
        position: absolute;
        bottom: 1rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 11;
    }

        .joindbg .more_a .iconfont {
            display: none;
            margin-left: 0.06rem;
        }

    .joindbg.active {
        position: static;
        height: 1rem;
    }

        .joindbg.active .more_a {
            bottom: 0;
            right: 0;
            left: auto;
            -webkit-transform: translateX(0);
            transform: translateX(0%);
            border: none;
            text-align: right;
            line-height: 0.4rem;
        }

            .joindbg.active .more_a .iconfont {
                display: inline;
            }

.joinusbt {
    font-size: 0.44rem;
}

.joinuslb {
    margin-top: 0.3rem;
    line-height: 0.52rem;
}

.joindetails {
    height: 8rem;
    overflow: hidden;
}

.messa_form .weui-cells {
    background-color: transparent;
    margin-top: 0;
}

    .messa_form .weui-cells:before, .messa_form .weui-cells:after {
        display: none;
    }

.messa_form .weui-cell {
    padding: 0.1rem 0;
}

    .messa_form .weui-cell:before {
        display: none;
    }

.messa_form .weui-cell_select .weui-select {
    border: #dedede solid 1px;
    background-color: #f6f6f6;
    -webkit-box-shadow: 0px 0.04rem 0px #f1f1f1 inset;
    box-shadow: 0px 0.04rem 0px #f1f1f1 inset;
    font-size: 0.28rem;
    color: #666;
}

.messa_form .weui-cell_select .weui-cell__bd:after {
    width: 0;
    height: 0;
    border-left: 0.12rem solid transparent;
    border-right: 0.12rem solid transparent;
    border-top: 0.16rem solid #454545;
    -webkit-transform: none;
    transform: none;
    z-index: 10;
}

.messa_form .weui-cells .weui-flex__item:nth-child(2) {
    padding: 0 0.1rem;
}

.submis_a a {
    display: block;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    -webkit-border-radius: 0.88rem;
    border-radius: 0.88rem;
    background-color: #0070ac;
    color: #fff;
    font-size: 0.32rem;
    margin-top: 0.2rem;
}

.resumexx {
    margin-top: 0.6rem;
    text-align: center;
    font-size: 0.28rem;
    color: #444444;
    line-height: 0.52rem;
}

    .resumexx a {
        color: #0070ac;
    }

.btcontent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0.3rem;
}


.sybn p:nth-child(1) {
    font-size: 0.24rem;
}

.sybn p:nth-child(2) {
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.52rem;
    margin: 0.1rem 0;
}

.sybn p:nth-child(3) {
    font-size: 0.24rem;
    line-height: 1.4;
}


@keyframes name {
    from {
        top: -0.2rem;
    }

    to {
        top: 0.2rem;
    }
}
.lsmautoimg {
    width: 100%;
    /*margin-top: 0.4rem;*/
}
.producon {
    background:#fff;
}
.lsmauto {
    background: #fff;
    padding: 0.6rem 0.2rem;
    font-size: 0.28rem;
}

    .lsmauto .choosecategray {
        color: #989898;
        margin-bottom: 0.6rem;
    }

        .lsmauto .choosecategray select {
            height: 0.52rem;
            line-height: 0.48rem;
            color: #112454;
            outline: 0;
            border: 1px solid #112454;
            border-radius: 0.26rem;
            min-width: 2rem;
            font-size: 0.24rem;
            padding: 0 0.2rem;
        }

    .lsmauto .itemlist {
        width: 100%;
        overflow: hidden;
    }

        .lsmauto .itemlist .swiper-slide {
            text-align: center;
        }

        .lsmauto .itemlist img {
            width: 100%;
        }

        .lsmauto .itemlist h3 {
            font-weight: normal;
            font-size: 0.3rem;
        }

        .lsmauto .itemlist h4 {
            font-weight: normal;
            font-size: 0.24rem;
            color: #192754;
        }
#image-preview {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-image: url('../images/upload.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.label-section {
    width: 35%;
    height: 100%;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.upload-btn {
    display:none;
}

/*
    fixbug#4202
*/
.MsoNormal {
    text-align:left!important;
}

/*
    fixbug#4201
*/
.joinuslb>p:first-child {
    font-weight: bold;
}

.policy {
    font-size: 0.28rem;
    color: #444444;
    line-height: 0.52rem;
    text-align: center;
    margin-top: 0.6rem;
}

.weui-cell .disabled {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.personinfo-link {
    color: #0070ac;
}

.BoxPadding{
    padding-left: 0.68rem !important;
    padding-right: 0.68rem !important;
}

.BoxMinPadding{
    padding-left: 0.1rem !important;
    padding-right: 0.1rem !important;
}