.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body.show a, body.show .transition, body.show :before, body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}

    .zoomImg:before {
        position: absolute;
        top: 0;
        left: -90%;
        z-index: 2;
        display: block;
        content: "";
        width: 50%;
        height: 100%;
        opacity: .6;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .zoomImg:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

    .zoomImg:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

a:hover .zoomImg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100px;
}

body {
    font-size: 12px;
    font-family: Arial,"微软雅黑";
    color: #212121;
    -webkit-text-size-adjust: none;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
}

    body.show {
        opacity: 1;
    }

a {
    color: #212121;
    text-decoration: none;
    outline: none;
}

    a:active {
        star: expression(this.onFocus=this.blur());
    }

    a:link {
        text-decoration: none;
        outline: none;
    }

    a:visited {
        text-decoration: none;
        outline: none;
    }

    a:hover {
        text-decoration: none;
        color: #ea5504;
        outline: none;
    }

li {
    list-style: outside none;
}

li {
    list-style-type: none;
}

h1 {
    font-size: 16px;
}

h2, h3, h4, h5 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

textarea, input {
    background: transparent;
    font-size: 12px;
    font-family: Arial,"微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.wal {
    max-width: 15rem;
    margin: 0 auto;
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"),url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype");
}

.iconfont {
    font-family: "iconfont";
}

@font-face {
    font-family: "Swiss-721-Black-Condensed-BT";
    src: url(../images/Swiss-721-Black-Condensed-BT.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.g-head .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    border-bottom: rgba(252,252,252,.21) solid 1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0 .35rem;
}

.g-head .wal {
    height: .85rem;
    position: relative;
    max-width: 100%;
}

.g-head a.logo {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2.08rem;
    background: url(../images/logo.png) center no-repeat;
    background-size: 100%;
}

.g-head .side {
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: .45rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .g-head .side .search {
        margin-right: .73rem;
        position: relative;
    }

        .g-head .side .search:after {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            right: -0.37rem;
            width: 1px;
            height: .18rem;
            background: rgba(255,255,255,.5);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .g-head .side .search a.btn {
            display: block;
            width: .2rem;
            height: .2rem;
            background: url(../images/search20.png) center no-repeat;
            background-size: 100% 100%;
        }

    .g-head .side .language {
        color: #fff;
        font-size: .16rem;
    }

.g-head .navA {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

    .g-head .navA i {
        font-family: "iconfont";
        font-style: normal;
        font-size: .2rem;
    }

.g-head .g-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

    .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .g-head .g-nav li {
        padding: 0 1.5625vw;
    }

    .g-head .g-nav a.name {
        display: block;
        height: .85rem;
        line-height: .85rem;
        font-size: .16rem;
        color: #fff;
        position: relative;
    }

        .g-head .g-nav a.name:before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            bottom: -1px;
            right: 50%;
            height: .03rem;
            background: #ea5504;
            opacity: 0;
        }

        .g-head .g-nav a.name:hover, .g-head .g-nav a.name.on {
            color: #ea5504;
        }

            .g-head .g-nav a.name:hover:before, .g-head .g-nav a.name.on:before {
                left: -0.15rem;
                right: -0.15rem;
                opacity: 1;
            }

.g-head > .search {
    position: fixed;
    z-index: 49;
    left: 0;
    top: -2.42rem;
    right: 0;
    height: 2.42rem;
    background: #3789c6;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .g-head > .search .words {
        background: url(../images/img3216.png) left center no-repeat;
        background-size: auto 100%;
        width: 32.16rem;
        height: 1.78rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .g-head > .search .form {
        position: relative;
        width: 5.2rem;
        height: .48rem;
        background: #fff;
        border-radius: .4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .g-head > .search .form .input {
            width: 100%;
        }

            .g-head > .search .form .input input::-webkit-input-placeholder {
                color: #999;
            }

            .g-head > .search .form .input input::-moz-placeholder {
                color: #999;
            }

            .g-head > .search .form .input input:-moz-placeholder {
                color: #999;
            }

            .g-head > .search .form .input input:-ms-input-placeholder {
                color: #999;
            }

            .g-head > .search .form .input textarea::-webkit-input-placeholder {
                color: #999;
            }

            .g-head > .search .form .input textarea::-moz-placeholder {
                color: #999;
            }

            .g-head > .search .form .input textarea:-moz-placeholder {
                color: #999;
            }

            .g-head > .search .form .input textarea:-ms-input-placeholder {
                color: #999;
            }

            .g-head > .search .form .input input {
                width: 100%;
                height: .48rem;
                line-height: .48rem;
                font-size: .14rem;
                color: #333;
                padding: 0 .24rem;
            }

        .g-head > .search .form .submit {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: .6rem;
            background: url(../images/search20on.png) center no-repeat;
            background-size: .2rem;
        }

            .g-head > .search .form .submit input {
                width: 100%;
                height: .48rem;
                cursor: pointer;
            }

    .g-head > .search .list {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        width: 5.2rem;
        padding: .14rem 0 0 .24rem;
        font-size: .14rem;
    }

        .g-head > .search .list .name {
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .g-head > .search .list ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .g-head > .search .list li {
            margin-right: .2rem;
        }

        .g-head > .search .list a {
            color: #fff;
        }

            .g-head > .search .list a:hover {
                color: #ea5504;
            }

body.searchShow .g-head .head, body.navShow .g-head .head, .g-head.on .head {
    background: #fff;
    box-shadow: 0 0 .1rem rgba(0,0,0,.1);
}

body.searchShow .g-head a.logo, body.navShow .g-head a.logo, .g-head.on a.logo {
    background-image: url(../images/logo2.png);
}

body.searchShow .g-head .side .search:after, body.navShow .g-head .side .search:after, .g-head.on .side .search:after {
    background: rgba(0,0,0,.25);
}

body.searchShow .g-head .side .search a.btn, body.navShow .g-head .side .search a.btn, .g-head.on .side .search a.btn {
    background-image: url(../images/search20on.png);
}

body.searchShow .g-head .side .language, body.navShow .g-head .side .language, .g-head.on .side .language {
    color: #333;
}

body.searchShow .g-head .navA, body.navShow .g-head .navA, .g-head.on .navA {
    color: #333;
}

body.searchShow .g-head .g-nav a.name, body.navShow .g-head .g-nav a.name, .g-head.on .g-nav a.name {
    color: #333;
}

    body.searchShow .g-head .g-nav a.name.on, body.navShow .g-head .g-nav a.name.on, .g-head.on .g-nav a.name.on {
        color: #ea5504;
    }

body.searchShow .g-head > .search {
    top: .85rem;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
}

@media screen and (min-width: 800px) {
    .g-head .g-nav li {
        position: relative;
    }

        .g-head .g-nav li .list {
            position: absolute;
            left: 50%;
            top: -100vh;
            width: 1.62rem;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            padding-top: .06rem;
            opacity: 0;
            visibility: hidden;
        }

            .g-head .g-nav li .list dl {
                background: rgba(255,255,255,.85);
                padding: .15rem 0;
                border-radius: .16rem;
            }

            .g-head .g-nav li .list a {
                display: block;
                text-align: center;
                font-size: .16rem;
                line-height: .4rem;
            }

                .g-head .g-nav li .list a:hover {
                    color: #ea5504;
                }

        .g-head .g-nav li:hover a.name {
            color: #ea5504;
        }

            .g-head .g-nav li:hover a.name:before {
                left: -0.15rem;
                right: -0.15rem;
                opacity: 1;
            }

        .g-head .g-nav li:hover .list {
            opacity: 1;
            visibility: visible;
            -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
            top: 100%;
        }
}

.g-foot-info {
    background: #042754;
    height: .82rem;
    padding: 0 2.34375vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .g-foot-info p {
        font-size: .26rem;
        color: #fff;
    }

    .g-foot-info .btns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .g-foot-info .btns a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-left: .4rem;
            border-radius: .06rem;
            width: 1.46rem;
            height: .44rem;
            background: #fff;
            font-size: .16rem;
            color: #0b519f;
        }

            .g-foot-info .btns a:before {
                width: .27rem;
                height: .27rem;
                margin-right: .06rem;
                display: block;
                content: "";
                background: center no-repeat;
                background-size: 100%;
            }

            .g-foot-info .btns a:nth-child(1):before {
                background-image: url(../images/img27_1.png);
            }

            .g-foot-info .btns a:nth-child(2):before {
                background-image: url(../images/img27_2.png);
            }

            .g-foot-info .btns a:hover {
                background: #ea5504;
                color: #fff;
            }

                .g-foot-info .btns a:hover:nth-child(1):before {
                    background-image: url(../images/img27_1on.png);
                }

                .g-foot-info .btns a:hover:nth-child(2):before {
                    background-image: url(../images/img27_2on.png);
                }

.g-foot {
    background: url(../images/g-foot.jpg) center no-repeat;
    background-size: cover;
    min-height: 3.4rem;
    padding: 0 2.34375vw;
    position: relative;
}

    .g-foot .wal {
        max-width: 15.7rem;
        padding: .58rem 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .g-foot .nav {
        width: 51.0416666667vw;
        max-width: 9.82rem;
    }

        .g-foot .nav ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .g-foot .nav li h3 {
            font-size: .17rem;
            padding-bottom: .15rem;
            line-height: 1em;
        }

            .g-foot .nav li h3 a {
                color: #22569a;
            }

                .g-foot .nav li h3 a:hover {
                    color: #fff;
                }

        .g-foot .nav li dd a {
            display: block;
            font-size: .14rem;
            line-height: .24rem;
            color: #999;
        }

            .g-foot .nav li dd a:hover {
                color: #fff;
            }

    .g-foot .container {
        position: relative;
        padding-left: .43rem;
    }

        .g-foot .container .ico {
            width: .33rem;
            position: absolute;
            left: 0;
            top: 0;
        }

        .g-foot .container .tel {
            font-size: .36rem;
            color: #ccc;
            line-height: .33rem;
            font-family: "Swiss-721-Black-Condensed-BT";
        }

        .g-foot .container .address {
            font-size: .14rem;
            color: #999;
            min-height: .85rem;
            padding: .15rem 0;
        }

        .g-foot .container .link {
            width: 2.4rem;
            position: relative;
            font-size: .14rem;
        }

            .g-foot .container .link .name {
                height: .38rem;
                border: #666 solid 1px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                border-radius: .3rem;
                padding: 0 .1rem 0 .14rem;
                color: #666;
            }

                .g-foot .container .link .name:after {
                    display: block;
                    content: "";
                    font-family: "iconfont";
                    -webkit-transform: scale(0.5);
                    -ms-transform: scale(0.5);
                    transform: scale(0.5);
                }

            .g-foot .container .link .link-layer {
                position: absolute;
                z-index: 20;
                left: 0;
                right: 0;
                bottom: 100%;
                padding-bottom: .06rem;
                display: none;
            }

                .g-foot .container .link .link-layer dl {
                    border: #666 solid 1px;
                    border-radius: .2rem;
                    background: #232323;
                    padding: .1rem 0;
                }

                .g-foot .container .link .link-layer a {
                    display: block;
                    color: #666;
                    line-height: 1.5em;
                    padding: .05rem .14rem;
                }

                    .g-foot .container .link .link-layer a:hover {
                        color: #fff;
                    }

            .g-foot .container .link:hover .link-layer {
                display: block;
            }

    .g-foot .ewm {
        width: 1.23rem;
    }

        .g-foot .ewm img {
            border-radius: .08rem;
        }

        .g-foot .ewm .name {
            text-align: center;
            font-size: .14rem;
            line-height: 1em;
            margin-top: .18rem;
            color: #999;
        }

    .g-foot .topA {
        display: block;
        background: url(../images/topA.png) center no-repeat;
        background-size: 100%;
        width: .23rem;
        height: .29rem;
        position: absolute;
        z-index: 20;
        top: .63rem;
        right: .13rem;
    }

.g-foot-msg {
    background: #1d1d1d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: .52rem;
    color: #999;
    font-size: .14rem;
}

    .g-foot-msg p {
        padding: 0 .06rem;
    }
        .g-foot-msg p a {
            color: #999;
        }

@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }

    .wal, .wal-1200 {
        margin: 0 .6rem;
    }

    body.navShow {
        overflow: hidden;
    }

        body.navShow .g-head a.navA i:nth-child(1) {
            display: none;
        }

        body.navShow .g-head a.navA i:nth-child(2) {
            display: block;
        }

        body.navShow .g-head .g-nav {
            right: 0;
            left: 0;
        }

    .g-head .head {
        padding: 0;
    }

    .g-head .wal {
        height: 1rem;
    }

    .g-head .side {
        right: 1rem;
    }

        .g-head .side .search:after {
            height: .24rem;
        }

        .g-head .side .search a.btn {
            width: .28rem;
            height: .28rem;
        }

        .g-head .side .language {
            font-size: .24rem;
        }

    .g-head .navA {
        right: -0.3rem;
        opacity: 1;
        visibility: visible;
        color: #fff;
    }

        .g-head .navA i {
            font-family: "iconfont";
            font-style: normal;
            font-size: .3rem;
        }

            .g-head .navA i:nth-child(2) {
                display: none;
            }

    .g-head .g-nav {
        position: fixed;
        bottom: 0;
        right: -100%;
        left: 100%;
        top: 1rem;
        overflow-y: auto;
        background: #fff;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-top: #eee solid 1px;
    }

        .g-head .g-nav ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .g-head .g-nav li {
            margin: 0;
            width: 100%;
            border-bottom: #eee solid 1px;
        }

        .g-head .g-nav a.name {
            font-size: .3rem;
            padding-left: .5rem;
            height: 1rem;
            line-height: 1rem;
        }

            .g-head .g-nav a.name:before {
                display: none;
            }

        .g-head .g-nav li.s-nav-li a.name:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: .5rem;
            font-family: "iconfont";
        }

        .g-head .g-nav li.s-nav-li.open a.name:after {
            content: "";
        }

        .g-head .g-nav .list {
            border-top: #f5f5f5 solid 1px;
            padding: .2rem 0 .2rem .5rem;
            display: none;
        }

            .g-head .g-nav .list dl {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin-left: -0.4rem;
            }

            .g-head .g-nav .list dd {
                min-width: 25%;
                padding-left: .4rem;
            }

            .g-head .g-nav .list a {
                display: block;
                line-height: .6rem;
                font-size: .24rem;
            }

    .g-head > .search {
        top: -2.9rem;
        height: 2.9rem;
    }

        .g-head > .search .form {
            width: 6.8rem;
            height: .7rem;
        }

            .g-head > .search .form .input input {
                height: .7rem;
                line-height: .7rem;
                font-size: .24rem;
                padding: 0 .28rem;
            }

            .g-head > .search .form .submit {
                width: 1rem;
                background-size: .28rem;
            }

                .g-head > .search .form .submit input {
                    height: .7rem;
                }

        .g-head > .search .list {
            width: 6.8rem;
            padding: .25rem 0 0 .28rem;
            font-size: .24rem;
            line-height: 1.8em;
        }

    body.searchShow .g-head > .search {
        top: 1rem;
    }

    .g-foot-info {
        height: 2.6rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .g-foot-info p {
            font-size: .32rem;
            padding-bottom: .3rem;
        }

        .g-foot-info .btns {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .g-foot-info .btns a {
                margin: 0 .2rem;
                width: 2rem;
                height: .68rem;
                font-size: .24rem;
            }

    .g-foot {
        padding: 0;
    }

        .g-foot .wal {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-bottom: .6rem;
        }

        .g-foot .nav {
            width: 100%;
            max-width: 100%;
            padding: .2rem 0;
        }

            .g-foot .nav ul {
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

            .g-foot .nav li {
                width: 25%;
                padding-bottom: .3rem;
            }

                .g-foot .nav li h3 {
                    font-size: .26rem;
                    padding-bottom: .15rem;
                    line-height: 1em;
                }

                .g-foot .nav li dd a {
                    font-size: .22rem;
                    line-height: .44rem;
                }

        .g-foot .container {
            padding-left: .6rem;
            width: 70%;
        }

            .g-foot .container .ico {
                width: .42rem;
            }

            .g-foot .container .tel {
                font-size: .48rem;
                line-height: .42rem;
            }

            .g-foot .container .address {
                font-size: .22rem;
            }

            .g-foot .container .link {
                width: 2.8rem;
                font-size: .22rem;
            }

                .g-foot .container .link .name {
                    height: .56rem;
                    padding: 0 .1rem 0 .2rem;
                }

                .g-foot .container .link .link-layer a {
                    line-height: 1.5em;
                    padding: .1rem .2rem;
                }

        .g-foot .ewm {
            width: 1.8rem;
        }

            .g-foot .ewm .name {
                font-size: .2rem;
            }

        .g-foot .topA {
            display: none;
        }

    .g-foot-msg {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: .3rem;
        font-size: .2rem;
        text-align: center;
        padding: .3rem;
    }

        .g-foot-msg p {
            width: 100%;
            padding: .05rem 0;
        }
}

@media screen and (max-width: 550px) {
    .wal, .wal-1200 {
        margin: 0 .3rem;
    }
}

.ellipsis, .index-news .right li a .name, .index-news .left .list li a h3, .about-4 .list-wrapper li .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

    .page-banner .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: center no-repeat;
        background-size: cover;
    }

    .page-banner .wal {
        height: 4.79rem;
        position: relative;
        z-index: 5;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .page-banner .wal .title {
            text-align: center;
            color: #fff;
        }

            .page-banner .wal .title h2 {
                font-size: .4rem;
                line-height: 1em;
            }

            .page-banner .wal .title .en {
                font-size: .18rem;
                line-height: 1em;
                text-transform: uppercase;
                margin-top: .18rem;
            }

        .page-banner .wal .curr {
            position: absolute;
            z-index: 2;
            left: 0;
            bottom: 0;
            right: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            background: rgba(255,255,255,.85);
            border-radius: .1rem .1rem 0 0;
            height: .5rem;
            padding: 0 .4rem;
            font-size: .14rem;
            color: #666;
        }

            .page-banner .wal .curr a {
                color: #666;
            }

                .page-banner .wal .curr a:hover {
                    color: #ea5504;
                }

            .page-banner .wal .curr span {
                padding: 0 .06rem;
            }

                .page-banner .wal .curr span:after {
                    display: block;
                    content: "";
                    font-family: "iconfont";
                    -webkit-transform: scale(0.7);
                    -ms-transform: scale(0.7);
                    transform: scale(0.7);
                }

        .page-banner .wal .mouse {
            position: absolute;
            z-index: 5;
            right: .32rem;
            bottom: .09rem;
            width: .18rem;
            height: .3rem;
            border: #999 solid .02rem;
            border-radius: .2rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .page-banner .wal .mouse .line {
                width: .02rem;
                height: .08rem;
                background: #999;
                border-radius: .02rem;
            }

.page-nav {
    height: .8rem;
    position: relative;
}

    .page-nav .wrapper {
        position: absolute;
        z-index: 20;
        left: 0;
        top: 0;
        right: 0;
    }

    .page-nav .wal {
        box-shadow: 0 .01rem .05rem 0 rgba(8,5,5,.22);
        background: #fff;
    }

    .page-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .page-nav li {
        width: 50%;
        position: relative;
    }

        .page-nav li:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 1px;
            height: .26rem;
            background: #eae9e9;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .page-nav li:first-child:after {
            display: none;
        }

        .page-nav li a.name {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: .8rem;
            font-size: .16rem;
            position: relative;
        }

            .page-nav li a.name:before {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                width: 0;
                bottom: 0;
                background: #22569a;
                height: .05rem;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                opacity: 0;
            }

            .page-nav li a.name:hover, .page-nav li a.name.on {
                color: #22569a;
            }

                .page-nav li a.name:hover:before, .page-nav li a.name.on:before {
                    width: 100%;
                    opacity: 1;
                }

    .page-nav.fixed .wrapper {
        position: fixed;
        top: .85rem;
    }

    .page-nav.fixed li a.name {
        height: .5328rem;
    }

.news-list {
    padding: .65rem 0;
}

    .news-list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.33rem;
    }

    .news-list li {
        padding: 0 0 .4rem .33rem;
        width: 25%;
    }

        .news-list li a {
            display: block;
            border: #f4f4f4 solid 1px;
            border-radius: .08rem;
            padding: .19rem .19rem 0;
            color: #000;
        }

            .news-list li a .zoomImg img {
                width: 100%;
                height: 2.1rem;
            }

            .news-list li a .bd {
                padding: .15rem 0;
                min-height: 1.35rem;
            }

                .news-list li a .bd .name {
                    font-size: .16rem;
                    line-height: .24rem;
                    height: .48rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .news-list li a .bd .time {
                    font-size: .12rem;
                    color: #999;
                    margin-top: .3rem;
                }

            .news-list li a:hover {
                box-shadow: 0 0 .11rem 1px rgba(8,5,5,.05);
                color: #22569a;
                -webkit-transform: translateY(-0.05rem);
                -ms-transform: translateY(-0.05rem);
                transform: translateY(-0.05rem);
            }

    .news-list .loading {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: .6rem;
        font-size: .16rem;
        color: #fff;
        border-radius: .08rem;
        background: #22569a;
        margin-top: .36rem;
    }

.news-show .share, .product-show .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .news-show .share .name, .product-show .share .name {
        font-size: .16rem;
        color: #999;
        margin-right: .2rem;
    }

    .news-show .share dl, .product-show .share dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .news-show .share dd, .product-show .share dd {
        margin-right: .39rem;
    }

        .news-show .share dd:last-child, .product-show .share dd:last-child {
            margin-right: 0;
        }

        .news-show .share dd a, .product-show .share dd a {
            display: block;
            border-radius: 50%;
            width: .6rem;
            background: #f2f2f3;
            position: relative;
        }

            .news-show .share dd a img:nth-child(2), .product-show .share dd a img:nth-child(2) {
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
            }

            .news-show .share dd a:hover, .product-show .share dd a:hover {
                background: #0b519f;
            }

                .news-show .share dd a:hover img:nth-child(1), .product-show .share dd a:hover img:nth-child(1) {
                    opacity: 0;
                }

                .news-show .share dd a:hover img:nth-child(2), .product-show .share dd a:hover img:nth-child(2) {
                    opacity: 1;
                }

.news-show {
    min-height: 50vh;
    background: #fff;
    margin-top: .4rem;
    border-radius: .1rem;
    padding: .9rem 0 .8rem 0;
}

    .news-show .wal {
        max-width: 12rem;
    }

    .news-show .head {
        border-bottom: #f4f4f4 solid 1px;
        color: #0b519f;
    }

        .news-show .head .title {
            font-size: .34rem;
        }

        .news-show .head dl.info {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            font-size: .16rem;
            padding: .2rem 0 .35rem 0;
        }

            .news-show .head dl.info dd {
                padding-right: 2em;
            }

    .news-show .content {
        font-size: .16rem;
        line-height: .34rem;
        text-align: justify;
        padding: .35rem 0 .1rem 0;
    }

        .news-show .content .img {
            text-align: center;
            padding-bottom: .3rem;
        }

        .news-show .content .p {
            text-indent: 2em;
        }

        .news-show .content p {
            padding-bottom: .3rem;
        }

.p-num {
    padding: .36rem 0;
    position: relative;
}

    .p-num ul {
        background: #fff;
        border-radius: .1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .p-num li {
        width: 50%;
    }

        .p-num li a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 1.3rem;
            font-size: .16rem;
            line-height: .36rem;
            padding-left: 1.5rem;
        }

            .p-num li a .name {
                color: #999;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .p-num li a:hover {
                background: #0b519f;
                color: #fff;
            }

                .p-num li a:hover .name {
                    color: #fff;
                }

        .p-num li:nth-child(1) a {
            border-radius: .1rem 0 0 .1rem;
        }

        .p-num li:nth-child(2) a {
            border-radius: 0 .1rem .1rem 0;
        }

    .p-num a.btn {
        display: block;
        background: #fff url(../images/img60.png) center no-repeat;
        background-size: .6rem;
        position: absolute;
        z-index: 5;
        left: 50%;
        top: .36rem;
        width: 1.18rem;
        height: 1.3rem;
        border-left: #f2f2f2 solid 1px;
        border-right: #f2f2f2 solid 1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.p-num2 li:nth-child(1) a {
    padding-left: .57rem;
}

.product-show {
    min-height: 50vh;
    background: #fff;
    margin-top: .4rem;
    border-radius: .1rem;
    padding: .9rem 0 .8rem 0;
}

    .product-show .wal {
        max-width: 13rem;
    }

    .product-show .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #f7f8f8;
        margin-bottom: .8rem;
    }

        .product-show .container .imgs {
            width: 50%;
            position: relative;
            overflow: hidden;
        }

            .product-show .container .imgs .zoomImg img {
                width: 100%;
                height: 4.35rem;
            }

        .product-show .container .col {
            width: 50%;
            padding: .3rem .6rem;
        }

            .product-show .container .col .title {
                font-size: .26rem;
				font-weight:bold;
                color: #0b519f;
            }

            .product-show .container .col .content {
                min-height: 2.65rem;
                padding: .2rem 0;
                font-size: .16rem;
                line-height: .34rem;
                color: #666;
            }

            .product-show .container .col .btn a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                height: .6rem;
                border-radius: .08rem;
                background: #22569a;
                color: #fff;
                font-size: .3rem;
            }

                .product-show .container .col .btn a:hover {
                    background: #ea5504;
                }

    .product-show .wal > .title {
        border-bottom: #ccc solid 1px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .product-show .wal > .title h3 {
            font-size: .2rem;
            font-weight: 400;
            color: #22569a;
            border-bottom: #22569a solid 2px;
            line-height: 1em;
            padding-bottom: .1rem;
        }

    .product-show .wal > .content {
        max-width: 11.55rem;
        margin: 0 auto;
        padding: .45rem 0;
        font-size: .16rem;
        line-height: .3rem;
        color: #666;
    }

        .product-show .wal > .content h3 {
            font-size: .16rem;
        }

        .product-show .wal > .content p {
            margin-bottom: .10rem;
        }

.product-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: rgba(0,0,0,.7);
}

    .product-layer.show {
        opacity: 1;
        visibility: visible;
    }

    .product-layer .container {
        width: 7rem;
        position: relative;
        background: #fff;
        min-height: 4rem;
        padding: .45rem .58rem;
        border-radius: .1rem;
    }

        .product-layer .container .close {
            display: block;
            position: absolute;
            top: .21rem;
            right: .28rem;
            width: .38rem;
            height: .38rem;
            background: url(../images/close38.png) center no-repeat;
            background-size: 100%;
        }

            .product-layer .container .close:hover {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .product-layer .container .title {
            padding-bottom: .25rem;
            font-size: .3rem;
            line-height: 1em;
            color: #666;
        }

            .product-layer .container .title h2 {
                font-size: .3rem;
                color: #0b519f;
                padding-bottom: .2rem;
            }

        .product-layer .container .form li {
            margin-bottom: .25rem;
            position: relative;
        }

            .product-layer .container .form li .name {
                position: absolute;
                left: .17rem;
                top: 0;
                line-height: .56rem;
                font-size: .14rem;
                color: #999;
            }

                .product-layer .container .form li .name em {
                    color: #0b519f;
                }

            .product-layer .container .form li .input {
                border: #ccc solid 1px;
                border-radius: .1rem;
                position: relative;
                z-index: 2;
            }

                .product-layer .container .form li .input input, .product-layer .container .form li .input textarea {
                    width: 100%;
                    height: .56rem;
                    line-height: .56rem;
                    padding: 0 .17rem;
                    font-size: .14rem;
                    color: #333;
                }

                .product-layer .container .form li .input textarea {
                    height: 1.6rem;
                    line-height: .26rem;
                    padding: .15rem .17rem;
                }

            .product-layer .container .form li .lzm {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                position: absolute;
                top: 0;
                right: .11rem;
                height: .56rem;
                width: .86rem;
            }

            .product-layer .container .form li.on .name {
                opacity: 0;
            }

        .product-layer .container .tips {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: .1rem 0 .2rem 0;
            font-size: .14rem;
            color: #999;
        }

            .product-layer .container .tips img {
                margin-right: .05rem;
                width: .13rem;
            }

        .product-layer .container .submit {
            height: .56rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: .24rem;
            color: #fff;
            background: #0b519f;
            border-radius: .1rem;
            cursor: pointer;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .product-layer .container .submit:hover {
                background: #ea5504;
            }

    .product-layer .step-2 {
        text-align: center;
        padding: 1rem 0;
        display: none;
    }

        .product-layer .step-2 img {
            width: 1.76rem;
        }

        .product-layer .step-2 h3 {
            color: #0b519f;
            font-size: .3rem;
            padding: .7rem 0 .2rem 0;
        }

        .product-layer .step-2 p {
            font-size: .16rem;
        }

.related-products .list ul, .products .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.48rem;
}

.related-products .list li, .products .list li {
    width: 25%;
    padding: 0 0 .6rem .48rem;
}

.related-products .list a, .products .list a {
    display: block;
    border-radius: .08rem;
    border: #f4f4f4 solid 1px;
    padding: .17rem .17rem 0;
}

    .related-products .list a .zoomImg img, .products .list a .zoomImg img {
        width: 100%;
        height: 2rem;
    }

    .related-products .list a .bd, .products .list a .bd {
        min-height: .93rem;
        padding: .12rem 0 0 0;
    }

        .related-products .list a .bd h5, .products .list a .bd h5 {
            font-size: .16rem;
            line-height: .24rem;
            height: .48rem;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .related-products .list a .bd .info, .products .list a .bd .info {
            font-size: .12rem;
            color: #999;
            margin-top: .03rem;
        }

    .related-products .list a:hover, .products .list a:hover {
        box-shadow: 0 0 .11rem 1px rgba(8,5,5,.05);
        -webkit-transform: translateY(-0.05rem);
        -ms-transform: translateY(-0.05rem);
        transform: translateY(-0.05rem);
    }

.related-products {
    margin-bottom: .45rem;
    background: #fff;
    padding: 0 .5rem;
    border-radius: .1rem;
}

    .related-products .title {
        line-height: 1.2rem;
        color: #0b519f;
        font-size: .26rem;
    }

.products {
    padding: .65rem 0 .8rem 0;
}

    .products .list ul {
        margin-left: -0.35rem;
    }

    .products .list li {
        padding: 0 0 .35rem .35rem;
    }

    .products .loading {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: .6rem;
        font-size: .16rem;
        color: #fff;
        border-radius: .08rem;
        background: #22569a;
        margin-top: .36rem;
    }

.service-title {
    text-align: center;
}

    .service-title h2 {
        font-size: .3rem;
        color: #22569a;
        line-height: 1em;
        position: relative;
        padding-bottom: .25rem;
    }

        .service-title h2:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            bottom: .15rem;
            width: .57rem;
            height: .02rem;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #ea5504;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

    .service-title .en {
        font-size: .22rem;
        line-height: 1em;
        color: #666;
        opacity: .3;
        text-transform: uppercase;
    }

.service-1:hover .service-title h2:after, .service-2:hover .service-title h2:after, .service-3 .col:hover .service-title h2:after {
    width: 1.1rem;
}

.service-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .service-1 .word {
        background: url(../images/img2424.png) left center no-repeat;
        background-size: auto 100%;
        width: 24.24rem;
        height: 1.72rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .service-1 .wal {
        min-height: 7.5rem;
        position: relative;
        padding: 1.1rem 0 2rem 0;
    }

    .service-1 .content {
        font-size: .14rem;
        line-height: 2em;
        text-align: center;
        padding: .2rem 0 .9rem 0;
    }

    .service-1 .list {
        max-width: 14rem;
        margin: 0 auto;
    }

        .service-1 .list ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .service-1 .list li {
            width: 4.13rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .service-1 .list li .ico {
                width: 1.22rem;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

            .service-1 .list li .col {
                width: 2.73rem;
            }

                .service-1 .list li .col h5 {
                    color: #0b519f;
                    font-size: .22rem;
                    line-height: 1em;
                    padding-bottom: .2rem;
                    -webkit-transition: color .5s ease;
                    transition: color .5s ease;
                }

                .service-1 .list li .col p {
                    font-size: .14rem;
                    line-height: 2em;
                }

            .service-1 .list li:hover .ico {
                -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
            }

            .service-1 .list li:hover .col h5 {
                color: #ea5504;
            }

.service-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .service-2 .bg {
        background: url(../images/service-2.jpg) center no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .service-2:hover .bg {
        -webkit-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04);
    }

    .service-2 .wal {
        min-height: 7.5rem;
        padding: 1.1rem 0;
        position: relative;
        z-index: 2;
    }

    .service-2 .service-title h2, .service-2 .service-title .en {
        color: #fff;
    }

    .service-2 .list {
        padding-top: 1.65rem;
        max-width: 12.6rem;
        margin: 0 auto;
    }

        .service-2 .list ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .service-2 .list li {
            width: 2.05rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .service-2 .list li .ico {
                width: 1.6rem;
                height: 1.6rem;
                border: rgba(255,255,255,.2) solid 1px;
                border-radius: 50%;
                position: relative;
            }

                .service-2 .list li .ico:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: .08rem;
                    top: .08rem;
                    right: .08rem;
                    bottom: .08rem;
                    background: rgba(255,255,255,.2);
                    border-radius: 50%;
                }

                .service-2 .list li .ico img {
                    position: relative;
                }

            .service-2 .list li h5 {
                font-size: .18rem;
                color: #22569a;
                line-height: 1em;
                padding: .15rem 0 .1rem 0;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .service-2 .list li p {
                font-size: .14rem;
                line-height: .22rem;
                text-align: justify;
                color: rgba(255,255,255,.7);
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .service-2 .list li:hover .ico {
                border-color: rgba(0,82,190,.4);
            }

                .service-2 .list li:hover .ico:before {
                    background: rgba(0,82,190,.4);
                }

            .service-2 .list li:hover h5 {
                color: #ea5504;
            }

            .service-2 .list li:hover p {
                color: #fff;
            }

.service-3 {
    position: relative;
}

    .service-3:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        background: #f7f8f8;
    }

    .service-3 .wal {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .service-3 .service-title {
        text-align: left;
        position: relative;
    }

        .service-3 .service-title h2:after {
            left: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .service-3 .service-title .more {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: .31rem;
            height: .3rem;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -0.15rem;
            background: url(../images/img31.svg) center no-repeat;
            background-size: 100%;
        }

            .service-3 .service-title .more:hover {
                background-image: url(../images/img31on.svg);
            }

    .service-3 .col {
        width: 6.4rem;
        padding: .85rem 0 .9rem 0;
    }

    .service-3 .list {
        padding-top: .2rem;
    }

        .service-3 .list li {
            border-bottom: #ececec solid 1px;
        }

        .service-3 .list a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: .95rem;
            padding: 0 1rem 0 .1rem;
            font-size: .12rem;
            line-height: .28rem;
            position: relative;
        }

            .service-3 .list a:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                background: #eef0f0;
            }

            .service-3 .list a:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                right: .1rem;
                width: .24rem;
                background: url(../images/img48.png) center no-repeat;
                background-size: 100%;
                z-index: 2;
            }

            .service-3 .list a .name {
                font-size: .16rem;
                position: relative;
                z-index: 2;
            }

            .service-3 .list a .time {
                color: #333;
                position: relative;
                z-index: 2;
            }

            .service-3 .list a:hover {
                color: #0b519f;
            }

                .service-3 .list a:hover:after {
                    width: 100%;
                }

                .service-3 .list a:hover:before {
                    background-image: url(../images/img48on.png);
                }

    .service-3 .list-2 a:before {
        background-image: url(../images/img45.png);
    }

    .service-3 .list-2 a:hover:before {
        background-image: url(../images/img45on.png);
    }



    .service-3_1 {
    position: relative;
}

    .service-3_1 .wal {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .service-3_1 .service-title {
        text-align: left;
        position: relative;
    }

        .service-3_1 .service-title h2:after {
            left: 0;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }

        .service-3_1 .service-title .more {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            width: .31rem;
            height: .3rem;
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -0.15rem;
            background: url(../images/img31.svg) center no-repeat;
            background-size: 100%;
        }

            .service-3_1 .service-title .more:hover {
                background-image: url(../images/img31on.svg);
            }

    .service-3_1 .col {
        width: 6.4rem;
        padding: 0 0 .9rem 0;
    }

    .service-3_1 .list {
        padding-top: .2rem;
    }

        .service-3_1 .list li {
            border-bottom: #ececec solid 1px;
        }

        .service-3_1 .list a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: .95rem;
            padding: 0 1rem 0 .1rem;
            font-size: .12rem;
            line-height: .28rem;
            position: relative;
        }

            .service-3_1 .list a:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
                background: #eef0f0;
            }

            .service-3_1 .list a:before {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                bottom: 0;
                right: .1rem;
                width: .24rem;
                background: url(../images/img48.png) center no-repeat;
                background-size: 100%;
                z-index: 2;
            }

            .service-3_1 .list a .name {
                font-size: .16rem;
                position: relative;
                z-index: 2;
            }

            .service-3_1 .list a .time {
                color: #333;
                position: relative;
                z-index: 2;
            }

            .service-3_1 .list a:hover {
                color: #0b519f;
            }

                .service-3_1 .list a:hover:after {
                    width: 100%;
                }

                .service-3_1 .list a:hover:before {
                    background-image: url(../images/img48on.png);
                }

    .service-3_1 .list-2 a:before {
        background-image: url(../images/img45.png);
    }

    .service-3_1 .list-2 a:hover:before {
        background-image: url(../images/img45on.png);
    }

.join-title h2 {
    font-size: .3rem;
    color: #22569a;
    line-height: 1em;
    position: relative;
    padding-bottom: .25rem;
}

    .join-title h2:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .15rem;
        width: .57rem;
        height: .02rem;
        background: #ea5504;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

.join-title .en {
    font-size: .22rem;
    line-height: 1em;
    color: #666;
    opacity: .3;
    text-transform: uppercase;
}

.join-1:hover .join-title h2:after, .join-2:hover .join-title h2:after, .join-3:hover .join-title h2:after, .join-4:hover .join-title h2:after, .contact .col:hover .join-title h2:after, .about-1:hover .join-title h2:after, .about-2:hover .join-title h2:after, .about-3 .col:hover .join-title h2:after, .about-4:hover .join-title h2:after, .about-5:hover .join-title h2:after {
    width: 1.1rem;
}

.join-1 {
    min-height: 7.5rem;
    background: url(../images/join-1.jpg) center bottom no-repeat;
    background-size: 100%;
}

    .join-1 .join-title {
        padding: .75rem 0 .45rem 0;
    }

    .join-1 .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 1.74rem;
    }

    .join-1 .img {
        width: 5.13rem;
    }

    .join-1 .col {
        width: 6.58rem;
    }

        .join-1 .col .title {
            font-size: .18rem;
            padding-bottom: .28rem;
        }

        .join-1 .col .content {
            font-size: .14rem;
            line-height: 2em;
            max-width: 5.37rem;
        }

.join-2 {
    min-height: 7.5rem;
    background: #cbe4f5 url(../images/join-2.jpg) center bottom no-repeat;
    background-size: 100%;
}

    .join-2 .join-title {
        padding: 1.1rem 0 1.3rem 0;
    }

    .join-2 .content {
        font-size: .14rem;
        line-height: 2em;
        max-width: 5.37rem;
        position: relative;
        left: 1.09rem;
    }

.join-3 {
    background: #f8f8f8;
    min-height: 7.5rem;
    padding-bottom: .85rem;
}

    .join-3 .join-title {
        padding: .95rem 0 .6rem 0;
    }

    .join-3 .list {
        max-width: 14.14rem;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        .join-3 .list .zoomImg {
            border-radius: .08rem;
            cursor: pointer;
        }

            .join-3 .list .zoomImg img {
                width: 100%;
                border-radius: .08rem;
            }

        .join-3 .list > .zoomImg {
            width: 5.7rem;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

            .join-3 .list > .zoomImg img {
                height: 4.36rem;
            }

        .join-3 .list ul {
            width: 100%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: -0.15rem;
        }

        .join-3 .list li {
            padding: 0 0 .15rem .15rem;
            width: 33.333%;
        }

            .join-3 .list li .zoomImg img {
                height: 2.1rem;
            }

            .join-3 .list li a.more {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: .24rem;
                color: #fff;
                border-radius: .08rem;
                background: #22569a;
                height: 2.1rem;
            }

                .join-3 .list li a.more:hover {
                    background: #ea5504;
                }

            .join-3 .list li:nth-child(2) {
                width: 66.666%;
            }

.join-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .join-layer.show {
        opacity: 1;
        visibility: visible;
    }

    .join-layer .list {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .join-layer .list li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100vh;
        }

            .join-layer .list li img {
                max-height: 90vh;
                max-width: 90vw;
                border-radius: .1rem;
            }

    .join-layer .close {
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "iconfont";
        color: #fff;
        width: .6rem;
        height: .6rem;
        border-radius: 0 0 0 .1rem;
        background: #0b519f;
        font-size: .18rem;
    }

        .join-layer .close:hover {
            background: #ea5504;
        }

    .join-layer .arrow a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "iconfont";
        color: #fff;
        width: .4rem;
        height: .8rem;
        position: absolute;
        z-index: 5;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #0b519f;
        font-size: .18rem;
    }

        .join-layer .arrow a:hover {
            background: #ea5504;
        }

        .join-layer .arrow a.prev {
            left: 0;
            border-radius: 0 .1rem .1rem 0;
        }

        .join-layer .arrow a.next {
            right: 0;
            border-radius: .1rem 0 0 .1rem;
        }

.join-4 {
    padding-bottom: .8rem;
}

    .join-4 .join-title {
        padding: .95rem 0 .6rem 0;
    }

    .join-4 .msg {
        text-align: center;
        font-size: .16rem;
        padding-bottom: .8rem;
    }

    .join-4 .list {
        max-width: 11rem;
        margin: 0 auto;
    }

        .join-4 .list li {
            margin-bottom: .2rem;
            border-radius: .4rem;
            background: #f8f8f8;
            padding: 0 .4rem 0 .55rem;
        }

            .join-4 .list li .hd {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                height: .66rem;
                cursor: pointer;
                position: relative;
            }

                .join-4 .list li .hd:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: 0;
                    width: 0;
                    height: 1px;
                    background: #ccc;
                    opacity: 0;
                }

                .join-4 .list li .hd h3 {
                    font-size: .16rem;
                }

                .join-4 .list li .hd .btn {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-size: .13rem;
                }

                    .join-4 .list li .hd .btn:after {
                        display: block;
                        content: "";
                        font-family: "iconfont";
                        -webkit-transform: scale(0.7);
                        -ms-transform: scale(0.7);
                        transform: scale(0.7);
                        margin-left: .08rem;
                    }

            .join-4 .list li .container {
                display: none;
                -webkit-transition: opacity .5s ease;
                transition: opacity .5s ease;
                position: relative;
                padding: .35rem .13rem;
                line-height: .32rem;
            }

                .join-4 .list li .container .title {
                    color: #0b519f;
                    font-size: .14rem;
                }

                .join-4 .list li .container .content {
                    font-size: .14rem;
                    padding-bottom: .32rem;
                }

            .join-4 .list li.on .hd:before {
                width: 100%;
                opacity: 1;
            }

            .join-4 .list li.on .container {
                opacity: 1;
            }

    .join-4 .foot {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: .5rem;
    }

        .join-4 .foot .col {
            margin-right: .47rem;
            line-height: .32rem;
        }

            .join-4 .foot .col .name {
                font-size: .16rem;
            }

            .join-4 .foot .col h3 {
                color: #0b519f;
                font-size: .24rem;
            }

        .join-4 .foot a.btn {
            width: 2.41rem;
            margin-left: .4rem;
        }

.contact-map {
    position: relative;
}

    .contact-map .page-nav {
        position: absolute;
        z-index: 5;
        left: 0;
        top: 0;
        right: 0;
    }

        .contact-map .page-nav .wal {
            background: #fff;
        }

    .contact-map #map {
        height: 7.86rem;
        position: relative;
        z-index: 1;
    }

        .contact-map #map .amap-layers:after {
            content: "";
            display: block;
            position: absolute;
            z-index: 112;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(0,0,0,.36);
        }

.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .contact .join-title {
        padding-bottom: .7rem;
    }

    .contact > .col {
        width: 50%;
        padding: 1.4rem 0;
    }

    .contact .col-1 .list {
        padding-left: 1.05rem;
    }

        .contact .col-1 .list .title {
            color: #0b519f;
            font-size: .3rem;
            line-height: 1em;
            margin-bottom: .4rem;
        }

        .contact .col-1 .list li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            padding-bottom: .32rem;
        }

            .contact .col-1 .list li .ico {
                width: .45rem;
                -webkit-box-flex: 0;
                -webkit-flex: 0 0 auto;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto;
            }

            .contact .col-1 .list li .col {
                width: 100%;
                padding-left: .12rem;
                line-height: .24rem;
            }

                .contact .col-1 .list li .col .name {
                    font-size: .14rem;
                    color: #0b519f;
                }

                .contact .col-1 .list li .col p {
                    font-size: .18rem;
                }

    .contact .col-2 {
        position: relative;
        padding-left: .75rem;
    }

        .contact .col-2:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 1.4rem;
            bottom: 1.4rem;
            width: 1px;
            background: #e6e6e6;
        }

        .contact .col-2 .form {
            width: 5rem;
            margin: 0 auto;
        }

            .contact .col-2 .form ul {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .contact .col-2 .form li {
                width: 100%;
                padding-bottom: .24rem;
            }

                .contact .col-2 .form li:nth-child(1), .contact .col-2 .form li:nth-child(2) {
                    width: calc(50% - .15rem);
                }

                .contact .col-2 .form li .input {
                    border: #dcdcdc solid 1px;
                    border-radius: .26rem;
                }

                    .contact .col-2 .form li .input input::-webkit-input-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input input::-moz-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input input:-moz-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input input:-ms-input-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input textarea::-webkit-input-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input textarea::-moz-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input textarea:-moz-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input textarea:-ms-input-placeholder {
                        color: #999;
                    }

                    .contact .col-2 .form li .input input, .contact .col-2 .form li .input textarea {
                        width: 100%;
                        height: .48rem;
                        line-height: .48rem;
                        padding: 0 .2rem;
                        font-size: .14rem;
                        color: #333;
                    }

                    .contact .col-2 .form li .input textarea {
                        height: 1.4rem;
                        line-height: .28rem;
                        padding: .1rem .2rem;
                    }

            .contact .col-2 .form .submit div {
                background: #0b519f;
                border-radius: .4rem;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                .contact .col-2 .form .submit div:hover {
                    background: #ea5504;
                }

            .contact .col-2 .form .submit input {
                width: 100%;
                height: .5rem;
                color: #fff;
                cursor: pointer;
                font-size: .22rem;
            }

             .contact .col-2 .form li .lzm {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                position: absolute;
                top: -0.03rem;
                right: .21rem;
                height: .56rem;
                width: .86rem;
            }

.about-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .about-1 .word {
        background: url(../images/img2424.png) left center no-repeat;
        background-size: auto 100%;
        width: 24.24rem;
        height: 1.72rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .about-1 .wal {
        min-height: 7.5rem;
        position: relative;
        z-index: 2;
    }

    .about-1 .join-title {
        padding: 1.1rem 0 .35rem 0;
    }

    .about-1 .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-1 .col {
        width: 7.1rem;
    }

        .about-1 .col .content {
            font-size: .14rem;
            line-height: 2em;
        }

            .about-1 .col .content p {
                text-indent: 2em;
                padding-bottom: .28rem;
            }

        .about-1 .col .list ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .about-1 .col .list li {
            font-size: .14rem;
        }

            .about-1 .col .list li .num {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                height: .48rem;
            }

                .about-1 .col .list li .num em {
                    font-family: "Swiss-721-Black-Condensed-BT";
                    color: #0b519f;
                    font-size: .48rem;
                    line-height: 1em;
                }

                    .about-1 .col .list li .num em.unit {
                        font-size: .28rem;
                        position: relative;
                        top: -0.1rem;
                    }

                .about-1 .col .list li .num span {
                    position: relative;
                    top: .07rem;
                    left: .07rem;
                }

            .about-1 .col .list li .name {
                margin-top: .15rem;
            }

    .about-1 .img {
        width: 7.12rem;
        position: relative;
        overflow: hidden;
        border-radius: .1rem;
    }

        .about-1 .img video {
            position: absolute;
            z-index: 2;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            opacity: 0;
            visibility: hidden;
        }

        .about-1 .img .video-btn {
            position: absolute;
            z-index: 2;
            cursor: pointer;
            left: .24rem;
            top: .36rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            font-size: .24rem;
            font-weight: bold;
        }

            .about-1 .img .video-btn:before {
                content: "";
                font-family: "iconfont";
                border-radius: 50%;
                margin-right: .18rem;
                width: .52rem;
                height: .52rem;
                background: rgba(0,0,0,.49);
                box-shadow: 0 .03rem .05rem 0 rgba(8,5,5,.39);
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                font-size: .2rem;
            }

            .about-1 .img .video-btn:hover:before {
                background: #ea5504;
            }

        .about-1 .img.on video {
            opacity: 1;
            visibility: visible;
        }

        .about-1 .img.on .video-btn {
            opacity: 0;
            visibility: hidden;
        }

.about-2 {
    background: url(../images/about-2.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    color: #fff;
}

    .about-2 .wal {
        min-height: 7.5rem;
        position: relative;
    }

    .about-2 .join-title {
        padding: 1.2rem 0 .65rem 0;
    }

        .about-2 .join-title h2, .about-2 .join-title .en {
            color: #fff;
        }

    .about-2 .list {
        position: relative;
        padding: 0 .1rem;
    }

        .about-2 .list .list-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
            cursor: url(../images/img56.png),auto;
        }

        .about-2 .list li {
            padding: 0 .45rem 1.1rem .45rem;
        }

            .about-2 .list li .zoomImg {
                border-radius: .08rem;
            }

                .about-2 .list li .zoomImg img {
                    width: 100%;
                    height: 1.52rem;
                }

            .about-2 .list li h5 {
                line-height: .52rem;
                font-size: .18rem;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .about-2 .list li p {
                font-size: .14rem;
                line-height: .22rem;
                color: #7491b7;
                margin-top: -0.06rem;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .about-2 .list li:hover h5 {
                color: #ea5504;
            }

            .about-2 .list li:hover p {
                color: #fff;
            }

        .about-2 .list .arrow a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            width: .44rem;
            height: .44rem;
            background: rgba(34,34,34,.5);
            font-family: "iconfont";
            color: #fff;
            position: absolute;
            z-index: 10;
            top: .67rem;
            font-size: .14rem;
        }

            .about-2 .list .arrow a:hover {
                color: #ea5504;
            }

            .about-2 .list .arrow a.hide {
                opacity: 0;
                visibility: hidden;
            }

            .about-2 .list .arrow a.prev {
                left: -0.4rem;
            }

            .about-2 .list .arrow a.next {
                right: -0.4rem;
            }

    .about-2 .years {
        max-width: 14rem;
        margin: 0 auto;
        position: relative;
    }

        .about-2 .years:before {
            content: "";
            display: block;
            position: absolute;
            left: .06rem;
            top: .05rem;
            right: .06rem;
            height: 1px;
            background: rgba(255,255,255,.39);
        }

        .about-2 .years .line {
            position: absolute;
            left: .06rem;
            top: .05rem;
            right: .06rem;
        }

            .about-2 .years .line div {
                width: 0;
                height: 1px;
                background: #ea5504;
            }

        .about-2 .years ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .about-2 .years li {
            text-align: center;
            position: relative;
            height: .4rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
            -webkit-align-items: flex-end;
            -ms-flex-align: end;
            align-items: flex-end;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: .16rem;
            color: #7491b7;
            font-weight: bold;
            width: .12rem;
            cursor: pointer;
        }

            .about-2 .years li:before {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: 0;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                border-radius: 50%;
                width: .12rem;
                height: .12rem;
                background: #ea5504;
                opacity: 0;
            }

            .about-2 .years li div {
                margin-left: -0.6rem;
                margin-right: -0.6rem;
            }

            .about-2 .years li.on {
                color: #fff;
            }

            .about-2 .years li.onon:before {
                opacity: 1;
                -webkit-transition-delay: .5s;
                transition-delay: .5s;
            }

.about-3-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: rgba(0,0,0,.7);
}

    .about-3-layer.show {
        opacity: 1;
        visibility: visible;
    }

    .about-3-layer .container {
        width: 9rem;
        position: relative;
        background: #fff;
        min-height: 4rem;
        padding: .45rem .42rem;
        border-radius: .1rem;
    }

        .about-3-layer .container .close {
            display: block;
            position: absolute;
            top: .4rem;
            right: .36rem;
            width: .34rem;
            height: .34rem;
            background: url(../images/close38.png) center no-repeat;
            background-size: 100%;
        }

            .about-3-layer .container .close:hover {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .about-3-layer .container .title {
            color: #0b519f;
            font-size: .3rem;
            padding-bottom: .6rem;
        }

        .about-3-layer .container .img {
            text-align: center;
            padding-bottom: .1rem;
        }

        .about-3-layer .container .content {
            font-size: .14rem;
            line-height: 1.8em;
        }

.about-3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .about-3:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background: #f7f8f8;
    }

    .about-3 .wal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-3 .col {
        width: 6.4rem;
        padding: 1.88rem 0;
        position: relative;
    }

        .about-3 .col:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 100vw;
        }

        .about-3 .col .content {
            font-size: .14rem;
            line-height: 2em;
            text-align: justify;
            min-height: 1.4rem;
            padding: .32rem 0;
        }

        .about-3 .col .zoomImg {
            -webkit-transition-duration: 0s;
            transition-duration: 0s;
            border-radius: .08rem;
            position: relative;
        }

            .about-3 .col .zoomImg:before {
                opacity: .2;
            }

            .about-3 .col .zoomImg img {
                width: 100%;
            }

            .about-3 .col .zoomImg .btn {
                position: absolute;
                z-index: 5;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                color: #fff;
                font-size: .14rem;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

                .about-3 .col .zoomImg .btn:before {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    font-size: .12rem;
                    content: "";
                    font-family: "iconfont";
                    width: .3rem;
                    height: .3rem;
                    margin-right: .1rem;
                    border: #fff solid 1px;
                    border-radius: 50%;
                    -webkit-transition-property: border-color;
                    transition-property: border-color;
                }

            .about-3 .col .zoomImg:hover .btn {
                color: #ea5504;
            }

                .about-3 .col .zoomImg:hover .btn:before {
                    border-color: #ea5504;
                }

        .about-3 .col:hover .zoomImg:before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }

        .about-3 .col:hover .zoomImg img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .about-3 .col-1:before {
        right: -1.1rem;
    }

    .about-3 .col-2:before {
        left: -1.1rem;
    }

.about-4 {
    background: url(../images/about-4.jpg) center no-repeat;
    background-size: cover;
    min-height: 7.5rem;
}

    .about-4 .join-title {
        padding: 1.2rem 0 .65rem 0;
    }

        .about-4 .join-title h2, .about-4 .join-title .en {
            color: #fff;
        }

    .about-4 .list {
        position: relative;
        padding: 0 .6rem;
    }

        .about-4 .list .arrow a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 50%;
            width: .44rem;
            height: .44rem;
            background: rgba(34,34,34,.5);
            font-family: "iconfont";
            color: #fff;
            position: absolute;
            z-index: 10;
            top: 50%;
            font-size: .14rem;
            margin-top: -0.22rem;
        }

            .about-4 .list .arrow a:hover {
                color: #ea5504;
            }

            .about-4 .list .arrow a.prev {
                left: -0.4rem;
            }

            .about-4 .list .arrow a.next {
                right: -0.4rem;
            }

    .about-4 .list2 {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .about-4 .list-wrapper {
        width: 18.4rem;
        position: relative;
        left: 50%;
        margin-left: -9.2rem;
    }

        .about-4 .list-wrapper li {
            text-align: center;
            background: rgba(0,0,0,0);
            border-radius: .1rem;
            padding: .1rem .1rem 0;
            box-shadow: 0 0 .1rem rgba(0,0,0,0);
        }

            .about-4 .list-wrapper li .img {
                position: relative;
            }

                .about-4 .list-wrapper li .img:after {
                    content: "";
                    display: block;
                    position: absolute;
                    z-index: 2;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    cursor: pointer;
                    opacity: 0;
                    visibility: hidden;
                    background: url(../images/img66.png) center no-repeat;
                    background-size: .66rem;
                }

                .about-4 .list-wrapper li .img img {
                    width: 100%;
                    height: 2.4rem;
                    -o-object-fit: contain;
                    object-fit: contain;
                }

            .about-4 .list-wrapper li .name {
                line-height: .62rem;
				color: #fff;
                font-size: .14rem;
                height: .62rem;
                text-align: center;
            }

            .about-4 .list-wrapper li.swiper-slide-active:hover .img:after {
                opacity: 1;
                visibility: visible;
            }

.about-4-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .about-4-layer.show {
        opacity: 1;
        visibility: visible;
    }

    .about-4-layer .img img {
        max-height: 90vh;
        max-width: 90vw;
    }

.about-5 .join-title {
    padding: 1.2rem 0 .65rem 0;
}

.about-5 .list {
    padding-bottom: .76rem;
}

    .about-5 .list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.54rem;
    }

    .about-5 .list li {
        width: 20%;
        padding: 0 0 .44rem .54rem;
    }

        .about-5 .list li a {
            display: block;
            border: #eee solid 1px;
            border-radius: .04rem;
        }

            .about-5 .list li a img {
                width: 100%;
                height: 1rem;
            }

#index {
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.index-slide {
    height: 100vh;
    position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    background: center no-repeat;
    background-size: cover;
}

    .index-slide.index-foot {
        height: 4.8rem;
        background: #1d1d1d;
    }

.index-dots {
    position: fixed;
    z-index: 20;
    top: 50%;
    right: .2rem;
    width: .25rem;
}

    .index-dots .dot {
        height: .16rem;
        position: relative;
    }

        .index-dots .dot:last-child {
            display: none;
        }

        .index-dots .dot:before {
            content: "";
            display: block;
            position: absolute;
            right: 0;
            left: 0;
            top: 50%;
            height: .04rem;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            border-radius: .02rem;
            background: #0b519f;
            cursor: pointer;
        }

        .index-dots .dot:hover:before, .index-dots .dot.on:before {
            left: -0.15rem;
            background: #ea5504;
        }

.index-banner li {
    position: relative;
    background: center no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

    .index-banner li .bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: center no-repeat;
        background-size: cover;
    }

    .index-banner li .wal {
        height: 100vh;
        position: relative;
        opacity: 1;
        -webkit-transition: opacity .3s linear;
        transition: opacity .3s linear;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
    }

        .index-banner li .wal h2 {
            font-size: .56rem;
            line-height: 1em;
        }

        .index-banner li .wal p {
            font-size: .36rem;
            line-height: 1em;
            padding: .45rem 0 .8rem 0;
        }

        .index-banner li .wal .more a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: .3rem;
            width: 1.71rem;
            height: .37rem;
            border: #fff solid 1px;
            font-size: .14rem;
            color: #fff;
        }

            .index-banner li .wal .more a:hover {
                background: #0b519f;
                border-color: #0b519f;
                color: #fff;
            }

.index-banner .dots2 {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: .35rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .index-banner .dots2 .dot {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        width: .32rem;
        height: .32rem;
        color: #fff;
        margin-right: .5rem;
        font-size: .18rem;
        font-weight: bold;
    }

        .index-banner .dots2 .dot:before {
            content: "";
            display: block;
            position: absolute;
            left: calc(100% + .02rem);
            top: 50%;
            width: .46rem;
            height: 1px;
            background: #fff;
        }

        .index-banner .dots2 .dot:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            border: #fff solid 1px;
            border-radius: .08rem;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .index-banner .dots2 .dot em {
            position: relative;
            z-index: 5;
        }

        .index-banner .dots2 .dot:last-child {
            margin-right: 0;
        }

            .index-banner .dots2 .dot:last-child:before {
                display: none;
            }

        .index-banner .dots2 .dot.on:before {
            background: #0b519f;
        }

        .index-banner .dots2 .dot.on:after {
            background: #0b519f;
            border-color: #0b519f;
        }

.index-banner .line2 {
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    width: 0;
    height: .03rem;
    background: #ea5504;
}

.index-banner .mouse {
    position: absolute;
    z-index: 5;
    right: .46rem;
    bottom: .38rem;
    width: .28rem;
}

    .index-banner .mouse .ico {
        width: .28rem;
        height: .5rem;
        border: rgba(255,255,255,.9) solid .02rem;
        border-radius: .2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .index-banner .mouse .ico .line {
            width: .02rem;
            height: .14rem;
            background: rgba(255,255,255,.9);
            border-radius: .02rem;
        }

    .index-banner .mouse p {
        margin-right: -0.3rem;
        margin-left: -0.3rem;
        text-align: center;
        font-size: .14rem;
        color: #fff;
        line-height: 1em;
        margin-top: .14rem;
    }

.index-product {
    background: #f9f9f9;
}

    .index-product .item .wal {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 100vh;
    }

    .index-product .item .img {
        width: 8.57rem;
        position: relative;
        left: -1rem;
    }

    .index-product .item .col {
        width: 7.3rem;
        padding-left: .3rem;
        min-height: 4.5rem;
    }

        .index-product .item .col .title {
            color: #0b519f;
        }

            .index-product .item .col .title h2 {
                position: relative;
                font-size: .42rem;
                line-height: 1em;
                padding-bottom: .3rem;
            }

                .index-product .item .col .title h2:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    bottom: .13rem;
                    width: .88rem;
                    height: .03rem;
                    background: #ea5504;
                }

            .index-product .item .col .title .en {
                text-transform: uppercase;
                font-size: .22rem;
                line-height: 1em;
            }

        .index-product .item .col .msg {
            font-size: .16rem;
            line-height: .3rem;
            color: #0b519f;
            margin-top: .3rem;
        }

        .index-product .item .col .content {
            font-size: .14rem;
            line-height: 2em;
            margin-top: .2rem;
        }

        .index-product .item .col .more {
            margin-top: .3rem;
        }

            .index-product .item .col .more a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 1.71rem;
                height: .37rem;
                border: #0b519f solid 1px;
                border-radius: .3rem;
                color: #0b519f;
                font-size: .14rem;
            }

                .index-product .item .col .more a:hover {
                    background: #0b519f;
                    color: #fff;
                }

    .index-product .list {
        border-top: #eee solid 1px;
        position: absolute;
        left: -1px;
        bottom: 0;
        right: 0;
    }

        .index-product .list ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .index-product .list li {
            height: 1.46rem;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            width: 33.333%;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            cursor: pointer;
        }

            .index-product .list li:before {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: -0.1rem;
                width: .2rem;
                height: .2rem;
                background: #e9e9e9;
                -webkit-transform: translateX(-50%) rotate(45deg);
                -ms-transform: translateX(-50%) rotate(45deg);
                transform: translateX(-50%) rotate(45deg);
                opacity: 0;
                visibility: hidden;
            }

            .index-product .list li .img {
                width: 1.32rem;
            }

            .index-product .list li .col {
                width: 2.6rem;
                margin-left: .25rem;
            }

                .index-product .list li .col h3 {
                    font-size: .18rem;
                    color: #0b519f;
                    font-weight: 400;
                    padding-bottom: .08rem;
                }

                .index-product .list li .col p {
                    font-size: .13rem;
                    line-height: .2rem;
                    color: #666;
                }

            .index-product .list li.on {
                background: #e9e9e9;
            }

                .index-product .list li.on:before {
                    opacity: 1;
                    visibility: visible;
                }

.index-about {
    background: #0b519f;
}

    .index-about .particle-network-animation {
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

    .index-about .img {
        position: absolute;
        top: 0;
        right: 50%;
        margin-right: -9.6rem;
    }

        .index-about .img img {
            height: 100vh;
        }

    .index-about .wal {
        position: relative;
        z-index: 5;
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
    }

        .index-about .wal .join-title h2, .index-about .wal .join-title .en {
            color: #fff;
        }

        .index-about .wal .list {
            max-width: 7.55rem;
            padding-top: .45rem;
        }

            .index-about .wal .list ul {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

            .index-about .wal .list li {
                font-size: .14rem;
            }

                .index-about .wal .list li .num {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    height: .48rem;
                }

                    .index-about .wal .list li .num em {
                        font-family: "Swiss-721-Black-Condensed-BT";
                        color: #ea5504;
                        font-size: .48rem;
                        line-height: 1em;
                    }

                        .index-about .wal .list li .num em.unit {
                            font-size: .28rem;
                            position: relative;
                            top: -0.1rem;
                        }

                    .index-about .wal .list li .num span {
                        position: relative;
                        top: .07rem;
                        left: .07rem;
                    }

                .index-about .wal .list li .name {
                    margin-top: .15rem;
                }

        .index-about .wal .content {
            font-size: .14rem;
            line-height: .3rem;
            margin-top: .3rem;
            max-width: 7.55rem;
        }

        .index-about .wal .more {
            margin-top: .4rem;
        }

            .index-about .wal .more a {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                width: 1.43rem;
                height: .38rem;
                border: #fff solid 1px;
                border-radius: .3rem;
                color: #fff;
                font-size: .14rem;
            }

                .index-about .wal .more a:hover {
                    background: #fff;
                    color: #0b519f;
                }

@media screen and (min-width: 1920px) {
    .index-about .img {
        right: 0;
        margin-right: 0;
    }
}

.index-news .word {
    background: url(../images/img2424.png) left center no-repeat;
    background-size: auto 100%;
    width: 24.24rem;
    height: 1.72rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index-news .wal {
    min-height: 100%;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 14.4rem;
    padding-top: .5rem;
}

.index-news .title {
    text-align: center;
    padding-bottom: .9rem;
}

    .index-news .title h2 {
        font-size: .3rem;
        line-height: 1em;
        color: #0b519f;
    }

    .index-news .title .line {
        height: .31rem;
        position: relative;
    }

        .index-news .title .line:before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 1.28rem;
            height: 1px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #ccc;
        }

        .index-news .title .line:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: .08rem;
            height: .08rem;
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
            background: #0b519f;
            border-radius: .02rem;
        }

    .index-news .title .en {
        text-transform: uppercase;
        font-size: .2rem;
        line-height: 1em;
        color: #999;
    }

.index-news .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.index-news .left {
    width: 6.55rem;
}

    .index-news .left .btns ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .index-news .left .btns li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 .16rem;
        height: .44rem;
        margin-right: .2rem;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        font-size: .18rem;
        color: #0b519f;
        font-weight: bold;
        border-radius: .08rem;
        cursor: pointer;
    }

        .index-news .left .btns li:hover, .index-news .left .btns li.on {
            background: #0b519f;
            color: #fff;
        }

    .index-news .left .head a {
        display: block;
        padding: .3rem .24rem .15rem .16rem;
        line-height: .28rem;
        font-size: .16rem;
    }

        .index-news .left .head a h3 {
            font-size: .18rem;
            padding-bottom: .06rem;
        }

        .index-news .left .head a .time {
            color: #999;
        }

        .index-news .left .head a .content {
            color: #333;
            font-size: .14rem;
        }

            .index-news .left .head a .content em {
                color: #0b519f;
            }

    .index-news .left .list li {
        position: relative;
    }

        .index-news .left .list li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 0;
            background: #eee;
        }

        .index-news .left .list li a {
            display: block;
            padding: .14rem .16rem;
            line-height: .24rem;
            border-bottom: #eee solid 1px;
            position: relative;
        }

            .index-news .left .list li a h3 {
                font-size: .16rem;
                font-weight: 400;
                height: .24rem;
            }

            .index-news .left .list li a .time {
                font-size: .14rem;
                color: #999;
                padding-left: .08rem;
            }

            .index-news .left .list li a:hover {
                color: #0b519f;
            }

        .index-news .left .list li:hover:before {
            width: 100%;
        }

.index-news .right {
    width: 6.7rem;
    overflow: hidden;
    position: relative;
}

    .index-news .right li a {
        display: block;
        position: relative;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }

        .index-news .right li a img {
            height: 4.44rem;
            width: 100%;
        }

        .index-news .right li a .name {
            font-size: .16rem;
            color: #fff;
            padding: 0 .2rem;
            background: #22569a;
            height: .7rem;
            line-height: .7rem;
        }

    .index-news .right .dots {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: .9rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .index-news .right .dots span {
            border-radius: .06rem;
            margin: 0 .05rem;
            width: .12rem;
            height: .12rem;
            background: #0b519f;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .index-news .right .dots span.swiper-pagination-bullet-active {
                background: #ea5504;
                width: .37rem;
            }

            
.index-solution {
    background: #f9f9f9;
}

    .index-solution .word {
        background: url(../images/img2424.png) left center no-repeat;
        background-size: auto 100%;
        width: 24.24rem;
        height: 1.72rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .index-solution .wal {
        height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: .4rem;
        position: relative;
    }

    .index-solution .title {
        text-align: center;
        padding-bottom: .9rem;
    }

        .index-solution .title h2 {
            font-size: .3rem;
            line-height: 1em;
            color: #0b519f;
        }

        .index-solution .title .line {
            height: .31rem;
            position: relative;
        }

            .index-solution .title .line:before {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                width: 1.28rem;
                height: 1px;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                background: #ccc;
            }

            .index-solution .title .line:after {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: 50%;
                width: .08rem;
                height: .08rem;
                -webkit-transform: translate(-50%, -50%) rotate(45deg);
                -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
                background: #0b519f;
                border-radius: .02rem;
            }

        .index-solution .title .en {
            text-transform: uppercase;
            font-size: .2rem;
            line-height: 1em;
            color: #999;
        }

    .index-solution .list {
        margin-left: -0.2rem;
        margin-right: -0.2rem;
        position: relative;
    }

        .index-solution .list .list-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .index-solution .list li {
            padding: 0 .2rem;
        }

            .index-solution .list li a {
                display: block;
            }

                .index-solution .list li a .zoomImg img {
                    height: 1.8rem;
                    width: 100%;
                }

                .index-solution .list li a .name {
                    font-size: .2rem;
                    line-height: 1em;
                    color: #333;
                    padding: .35rem 0 .13rem 0;
                    position: relative;
                    -webkit-transition: color .5s;
                    transition: color .5s;
                }

                    .index-solution .list li a .name:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        width: .5rem;
                        height: 1px;
                        background: #22569a;
                    }

                .index-solution .list li a p {
                    font-size: .14rem;
                    line-height: .23rem;
                    margin-top: .3rem;
                }

                .index-solution .list li a:hover {
                    color: #22569a;
                }

                    .index-solution .list li a:hover .name {
                        color: #ea5504;
                    }

                        .index-solution .list li a:hover .name:before {
                            width: 100%;
                            background: #ea5504;
                        }

        .index-solution .list .arrow a {
            display: block;
            width: .33rem;
            height: .65rem;
            background: center no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 5;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            .index-solution .list .arrow a.prev {
                background-image: url(../images/prev33.png);
                left: -0.4rem;
            }

                .index-solution .list .arrow a.prev:hover {
                    background-image: url(../images/prev33on.png);
                }

            .index-solution .list .arrow a.next {
                background-image: url(../images/next33.png);
                right: -0.4rem;
            }

                .index-solution .list .arrow a.next:hover {
                    background-image: url(../images/next33on.png);
                }

.solution-title {
    text-align: center;
    padding: 1.1rem 0 .8rem 0;
}

    .solution-title h2 {
        font-size: .3rem;
        color: #22569a;
        line-height: 1em;
        padding-bottom: .24rem;
        position: relative;
    }

        .solution-title h2:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            bottom: .12rem;
            width: .57rem;
            height: .02rem;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            background: #ea5504;
        }

    .solution-title .en {
        font-size: .22rem;
        line-height: 1em;
        text-transform: uppercase;
        color: #666;
    }

    .solution-title p {
        font-size: .14rem;
        line-height: .28rem;
        max-width: 10.46rem;
        margin: 0 auto;
        padding-top: .2rem;
    }

.solution-1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .solution-1 .word {
        background: url(../images/img2424.png) left center no-repeat;
        background-size: auto 100%;
        width: 24.24rem;
        height: 1.72rem;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .solution-1 .wal {
        min-height: 8.05rem;
        position: relative;
    }

    .solution-1 .list {
        max-width: 13.92rem;
        margin: 0 auto;
        padding: 0 .43rem;
    }

        .solution-1 .list .list-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

        .solution-1 .list li {
            padding: 0 .25rem;
        }

            .solution-1 .list li a {
                display: block;
                border-radius: .1rem;
                position: relative;
                width: 100%;
                overflow: hidden;
            }

                .solution-1 .list li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    inset: 0;
                    background: rgba(30,83,152,.47);
                    z-index: 5;
                }

                .solution-1 .list li a .zoomImg {
                    border-radius: .1rem;
                }

                    .solution-1 .list li a .zoomImg img {
                        width: 100%;
                    }

                .solution-1 .list li a .name {
                    position: absolute;
                    z-index: 6;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    font-size: .18rem;
                    color: #fff;
                    line-height: 1em;
                    text-wrap: normal;
                }

                    .solution-1 .list li a .name:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 50%;
                        bottom: -0.08rem;
                        -webkit-transform: translateX(-50%);
                        -ms-transform: translateX(-50%);
                        transform: translateX(-50%);
                        width: .3rem;
                        height: 1px;
                        background: #fff;
                    }

                .solution-1 .list li a:hover:before {
                    background: rgba(234,85,4,.3);
                }

        .solution-1 .list .arrow a {
            display: block;
            width: .33rem;
            height: .65rem;
            background: center no-repeat;
            background-size: 100% 100%;
            position: absolute;
            z-index: 5;
            top: 1.48rem;
        }

            .solution-1 .list .arrow a.prev {
                background-image: url(../images/prev33.png);
                left: -0.4rem;
            }

                .solution-1 .list .arrow a.prev:hover {
                    background-image: url(../images/prev33on.png);
                }

            .solution-1 .list .arrow a.next {
                background-image: url(../images/next33.png);
                right: -0.4rem;
            }

                .solution-1 .list .arrow a.next:hover {
                    background-image: url(../images/next33on.png);
                }

        .solution-1 .list .dots {
            padding-top: .4rem;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

            .solution-1 .list .dots span {
                width: .25rem;
                height: .02rem;
                background: #ccc;
                -webkit-transition: .5s;
                transition: .5s;
            }

                .solution-1 .list .dots span.swiper-pagination-bullet-active {
                    background: #ea5504;
                }

.solution-2 {
    background: url(../images/solution-2.jpg) center no-repeat;
    background-size: cover;
    min-height: 10.33rem;
}

    .solution-2 .solution-title {
        color: #fff;
        padding: .65rem 0 .9rem 0;
    }

        .solution-2 .solution-title h2 {
            color: #fff;
        }

        .solution-2 .solution-title .en {
            color: rgba(255,255,255,.3);
        }

    .solution-2 .list {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: .3rem;
    }

        .solution-2 .list li .img {
            width: 10.72rem;
            margin: 0 auto;
            position: relative;
        }

            .solution-2 .list li .img img {
                position: relative;
                z-index: 2;
                width: 100%;
                height: 6rem;
            }

            .solution-2 .list li .img video {
                position: absolute;
                z-index: 1;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                object-fit: cover;
                opacity: 0;
            }

            .solution-2 .list li .img .btn {
                position: absolute;
                z-index: 5;
                inset: 0;
                background: url(../images/bofang.png) center no-repeat;
                background-size: 1.74rem;
                cursor: pointer;
                -webkit-transition: .5s;
                transition: .5s;
            }

            .solution-2 .list li .img.on img, .solution-2 .list li .img.on .btn {
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
            }

            .solution-2 .list li .img.on video {
                opacity: 1;
            }

    .solution-2 .dots2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: .3rem;
    }

        .solution-2 .dots2 .dot {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            width: .32rem;
            height: .32rem;
            color: #fff;
            margin-right: .5rem;
            font-size: .18rem;
            font-weight: bold;
            cursor: pointer;
        }

            .solution-2 .dots2 .dot:before {
                content: "";
                display: block;
                position: absolute;
                left: calc(100% + .02rem);
                top: 50%;
                width: .46rem;
                height: 1px;
                background: #fff;
            }

            .solution-2 .dots2 .dot:after {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border: #fff solid 1px;
                border-radius: .08rem;
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

            .solution-2 .dots2 .dot em {
                position: relative;
                z-index: 5;
            }

            .solution-2 .dots2 .dot:last-child {
                margin-right: 0;
            }

                .solution-2 .dots2 .dot:last-child:before {
                    display: none;
                }

            .solution-2 .dots2 .dot.on:before {
                background: #0b519f;
            }

            .solution-2 .dots2 .dot.on:after {
                background: #0b519f;
                border-color: #0b519f;
            }

.solution-3 {
    background: url(../images/img1920.png) center bottom no-repeat;
    background-size: 100%;
}

    .solution-3 .wal {
        padding: .8rem 0 1rem 0;
        text-align: center;
        border-top: #f0f0f2 solid 1px;
    }

    .solution-3 h2 {
        font-size: .28rem;
        color: #22569a;
    }

    .solution-3 .content {
        font-size: .14rem;
        line-height: .3rem;
        max-width: 10.15rem;
        margin: 0 auto;
        padding: .4rem 0 .45rem 0;
    }

    .solution-3 .btn a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.43rem;
        height: .4rem;
        border: #22569a solid 1px;
        border-radius: .3rem;
        color: #22569a;
        font-size: .14rem;
        margin: 0 auto;
    }

        .solution-3 .btn a:hover {
            background: #22569a;
            color: #fff;
        }

@media screen and (max-width: 800px) {
    .page-banner .wal {
        height: 4.79rem;
        padding-top: .3rem;
    }

        .page-banner .wal .title .en {
            font-size: .24rem;
        }

        .page-banner .wal .curr {
            height: .8rem;
            padding: 0 .3rem;
            font-size: .22rem;
        }

        .page-banner .wal .mouse {
            right: .3rem;
            bottom: .2rem;
            width: .24rem;
            height: .4rem;
        }

            .page-banner .wal .mouse .line {
                height: .12rem;
            }

    .page-nav {
        display: none;
    }

    .news-list li {
        padding: 0 0 .4rem .33rem;
        width: 100%;
    }

        .news-list li a .zoomImg img {
            width: 100%;
            height: 3.5rem;
        }

        .news-list li a .bd {
            padding: .25rem 0;
        }

            .news-list li a .bd .name {
                font-size: .26rem;
                line-height: .4rem;
                height: .8rem;
            }

            .news-list li a .bd .time {
                font-size: .2rem;
            }

    .news-list .loading {
        height: .8rem;
        font-size: .24rem;
    }

    .news-show .share .name, .product-show .share .name {
        font-size: .24rem;
    }

    .news-show {
        padding: .6rem 0;
    }

        .news-show .head .title {
            font-weight: bold;
        }

        .news-show .head dl.info {
            font-size: .22rem;
        }

        .news-show .content {
            font-size: .26rem;
            line-height: 1.8em;
        }

    .p-num ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .p-num li {
        width: 100%;
        border-bottom: #eee solid 1px;
    }

        .p-num li:last-child {
            border: 0;
        }

        .p-num li a {
            height: 1.5rem;
            font-size: .26rem;
            line-height: .4rem;
            padding: 0 .3rem;
        }

            .p-num li a .name {
                font-size: .22rem;
            }

            .p-num li a p {
                height: .4rem;
                overflow: hidden;
            }

        .p-num li:nth-child(1) a {
            border-radius: .1rem .1rem 0 0;
        }

        .p-num li:nth-child(2) a {
            border-radius: 0 0 .1rem .1rem;
        }

    .p-num a.btn {
        display: none;
    }

    .p-num2 li:nth-child(1) a {
        padding-left: .3rem;
    }

    .product-show {
        padding: .6rem 0;
    }

        .product-show .container {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-bottom: .5rem;
        }

            .product-show .container .imgs {
                width: 100%;
            }

                .product-show .container .imgs .zoomImg img {
                    height: 5rem;
                }

            .product-show .container .col {
                width: 100%;
                padding: .5rem .3rem;
            }

                .product-show .container .col .title {
                    font-size: .36rem;
                }

                .product-show .container .col .content {
                    font-size: .24rem;
                    line-height: .44rem;
                }

                .product-show .container .col .btn a {
                    height: .8rem;
                }

        .product-show .wal > .title h3 {
            font-size: .3rem;
            font-weight: 800;
            padding-bottom: .16rem;
        }

        .product-show .wal > .content {
            font-size: .24rem;
            line-height: .44rem;
        }

            .product-show .wal > .content h3 {
                font-size: .26rem;
            }

    .product-layer .container {
        padding: .5rem;
    }

        .product-layer .container .form li .name {
            left: .24rem;
            line-height: .7rem;
            font-size: .24rem;
        }

        .product-layer .container .form li .input input, .product-layer .container .form li .input textarea {
            height: .7rem;
            line-height: .7rem;
            padding: 0 .24rem;
            font-size: .24rem;
        }

        .product-layer .container .form li .input textarea {
            height: 2.6rem;
            line-height: .36rem;
            padding: .16rem .24rem;
        }

        .product-layer .container .form li .lzm {
            height: .7rem;
            width: 1.1rem;
        }

        .product-layer .container .tips {
            padding: .2rem 0 .4rem 0;
            font-size: .24rem;
        }

            .product-layer .container .tips img {
                margin-right: .1rem;
                width: .2rem;
            }

        .product-layer .container .submit {
            height: .8rem;
            font-size: .28rem;
        }

    .product-layer .step-2 h3 {
        font-size: .36rem;
    }

    .product-layer .step-2 p {
        font-size: .22rem;
    }

    .related-products .list ul, .products .list ul {
        margin-left: -0.3rem;
    }

    .related-products .list li, .products .list li {
        width: 50%;
        padding: 0 0 .6rem .3rem;
    }

    .related-products .list a .zoomImg img, .products .list a .zoomImg img {
        height: 2rem;
    }

    .related-products .list a .bd, .products .list a .bd {
        padding: .25rem 0;
    }

        .related-products .list a .bd h5, .products .list a .bd h5 {
            font-size: .26rem;
            line-height: .4rem;
            height: .8rem;
        }

        .related-products .list a .bd .info, .products .list a .bd .info {
            font-size: .2rem;
            margin-top: .15rem;
        }

    .related-products {
        margin-bottom: 0;
        margin-left: -0.3rem;
        margin-right: -0.3rem;
        padding: 0 .3rem;
        border-radius: .1rem .1rem 0 0;
    }

        .related-products .title {
            line-height: 1.2rem;
            font-size: .32rem;
            font-weight: bold;
        }

    .products {
        padding: .65rem 0 .8rem 0;
    }

        .products .list ul {
            margin-left: -0.3rem;
        }

        .products .list li {
            padding: 0 0 .3rem .3rem;
        }

        .products .loading {
            height: .8rem;
            font-size: .24rem;
        }

    .service-title h2 {
        font-size: .36rem;
        padding-bottom: .35rem;
    }

        .service-title h2:after {
            bottom: .17rem;
        }

    .service-1 .content {
        font-size: .24rem;
        line-height: 1.8em;
        padding: .5rem 0 .9rem 0;
    }

    .service-1 .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-1 .list li {
        width: 100%;
    }

        .service-1 .list li .ico {
            width: 1.22rem;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

        .service-1 .list li .col {
            width: 100%;
            padding-bottom: .8rem;
            padding-left: .3rem;
        }

            .service-1 .list li .col h5 {
                font-size: .28rem;
            }

            .service-1 .list li .col p {
                font-size: .22rem;
                line-height: 1.7em;
            }

    .service-2 {
        padding: 1.8rem 0 1.4rem 0;
    }

        .service-2 .list {
            padding-top: 1rem;
        }

            .service-2 .list li {
                width: 50%;
                padding-bottom: .4rem;
                -webkit-box-pack: start;
                -webkit-justify-content: flex-start;
                -ms-flex-pack: start;
                justify-content: flex-start;
            }

                .service-2 .list li h5 {
                    font-size: .28rem;
                    padding: .25rem 0 .2rem 0;
                    color: #fff;
                }

                .service-2 .list li p {
                    font-size: .22rem;
                    line-height: .32rem;
                    padding: 0 .2rem;
                }

    .service-3:before {
        display: none;
        background: #f7f8f8;
    }

    .service-3 .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .6rem 0;
    }

    .service-3 .col {
        width: 100%;
        padding: .4rem 0;
    }

    .service-3 .list {
        padding-top: .2rem;
    }

        .service-3 .list a {
            height: 1.3rem;
            padding: 0 1rem 0 .1rem;
            font-size: .2rem;
            line-height: .38rem;
        }

            .service-3 .list a:before {
                width: .36rem;
            }

            .service-3 .list a .name {
                font-size: .26rem;
                height: .38rem;
                overflow: hidden;
            }

    .join-title h2 {
        font-size: .36rem;
        padding-bottom: .35rem;
    }

        .join-title h2:after {
            bottom: .17rem;
        }

    .join-1 .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .join-1 .img {
        width: 5.13rem;
    }

    .join-1 .col {
        width: 100%;
        padding: .6rem 0 1rem 0;
    }

        .join-1 .col .title {
            font-size: .28rem;
            padding-bottom: .28rem;
        }

        .join-1 .col .content {
            font-size: .2rem;
            max-width: 100%;
        }

    .join-2 {
        background-size: 130%;
    }

        .join-2 .join-title {
            padding-bottom: .3rem;
        }

        .join-2 .content {
            font-size: .24rem;
            max-width: 100%;
            left: 0;
            padding-bottom: 2.4rem;
        }

    .join-3 .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .join-3 .list > .zoomImg {
            width: 100%;
            margin-bottom: .2rem;
        }

        .join-3 .list ul {
            margin-bottom: -0.2rem;
            width: calc(100% + .2rem);
            position: relative;
            left: -0.2rem;
        }

        .join-3 .list li {
            padding: 0 0 .2rem .2rem;
        }

    .join-layer .close {
        width: .9rem;
        height: .9rem;
        font-size: .24rem;
    }

    .join-layer .arrow a {
        width: .6rem;
        height: 1rem;
        font-size: .24rem;
    }

    .join-4 .msg {
        font-size: .24rem;
        line-height: 1.5em;
        text-align: left;
        padding-bottom: .4rem;
    }

    .join-4 .list li {
        margin-bottom: .3rem;
        padding: 0 .2rem 0 .35rem;
    }

        .join-4 .list li .hd {
            height: .9rem;
        }

            .join-4 .list li .hd h3 {
                font-size: .26rem;
            }

            .join-4 .list li .hd .btn {
                font-size: .22rem;
            }

        .join-4 .list li .container {
            padding: .35rem .13rem;
            line-height: .44rem;
        }

            .join-4 .list li .container .title {
                color: #0b519f;
                font-size: .24rem;
            }

            .join-4 .list li .container .content {
                font-size: .24rem;
                padding-bottom: .32rem;
            }

    .join-4 .foot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .join-4 .foot .col {
            margin-right: 0;
            width: 50%;
            line-height: .44rem;
            padding-bottom: .4rem;
        }

            .join-4 .foot .col .name {
                font-size: .24rem;
            }

            .join-4 .foot .col h3 {
                font-size: .28rem;
            }

        .join-4 .foot a.btn {
            width: 3rem;
            margin-left: 0;
        }

    .contact-map #map {
        height: 5rem;
    }

    .contact {
        padding: 1rem 0;
    }

        .contact .join-title {
            padding-bottom: .5rem;
        }

        .contact > .col {
            width: 100%;
        }

        .contact .col-1 {
            padding: 0;
        }

            .contact .col-1 .list {
                padding-left: 0;
                width: 6rem;
                margin: 0 auto;
            }

                .contact .col-1 .list .title {
                    font-size: .32rem;
                }

                .contact .col-1 .list li .ico {
                    width: .6rem;
                }

                .contact .col-1 .list li .col {
                    width: 100%;
                    padding-left: .24rem;
                    line-height: .4rem;
                }

                    .contact .col-1 .list li .col .name {
                        font-size: .22rem;
                    }

                    .contact .col-1 .list li .col p {
                        font-size: .28rem;
                    }

        .contact .col-2 {
            padding: .75rem 0 0 0;
        }

            .contact .col-2:before {
                display: none;
            }

            .contact .col-2 .form {
                width: 6rem;
            }

                .contact .col-2 .form li {
                    padding-bottom: .3rem;
                }

                    .contact .col-2 .form li .input input, .contact .col-2 .form li .input textarea {
                        height: .68rem;
                        line-height: .68rem;
                        padding: 0 .24rem;
                        font-size: .24rem;
                    }

                    .contact .col-2 .form li .input textarea {
                        height: 2.4rem;
                        line-height: .38rem;
                        padding: .15rem .24rem;
                    }

                .contact .col-2 .form .submit input {
                    height: .8rem;
                    font-size: .28rem;
                }

    .about-1 {
        padding-bottom: 2rem;
    }

        .about-1 .row {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .about-1 .col {
            width: 100%;
            padding-bottom: .5rem;
        }

            .about-1 .col .content {
                font-size: .24rem;
                line-height: 1.8em;
            }

            .about-1 .col .list ul {
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .about-1 .col .list li {
                font-size: .24rem;
                width: 50%;
                padding: .2rem 0;
            }

                .about-1 .col .list li .num {
                    height: .62rem;
                }

                    .about-1 .col .list li .num em {
                        font-size: .62rem;
                    }

                        .about-1 .col .list li .num em.unit {
                            font-size: .38rem;
                        }

                    .about-1 .col .list li .num span {
                        top: .12rem;
                    }

        .about-1 .img {
            width: 100%;
        }

    .about-2 .list {
        padding: 0;
        margin-left: -0.15rem;
        margin-right: -0.15rem;
    }

        .about-2 .list li {
            padding: 0 .15rem .8rem .15rem;
        }

            .about-2 .list li .zoomImg img {
                height: 2rem;
            }

            .about-2 .list li h5 {
                line-height: .8rem;
                font-size: .26rem;
            }

            .about-2 .list li p {
                font-size: .2rem;
                line-height: .32rem;
            }

        .about-2 .list .arrow a {
            width: .66rem;
            height: .66rem;
            font-size: .2rem;
            top: .8rem;
        }

            .about-2 .list .arrow a.prev {
                left: .15rem;
            }

            .about-2 .list .arrow a.next {
                right: .15rem;
            }

    .about-2 .years {
        padding-bottom: 1rem;
        display: none;
    }

        .about-2 .years li {
            font-size: .22rem;
            height: .6rem;
        }

    .about-3-layer .container {
        width: 7rem;
    }

        .about-3-layer .container .content {
            font-size: .24rem;
            margin-top: -0.3rem;
        }

    .about-3:before {
        display: none;
    }

    .about-3 .wal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .7rem 0;
    }

    .about-3 .col {
        width: 100%;
        padding: .5rem 0;
    }

        .about-3 .col .content {
            font-size: .24rem;
            line-height: 1.7em;
        }

        .about-3 .col .zoomImg .btn {
            font-size: .24rem;
        }

            .about-3 .col .zoomImg .btn:before {
                font-size: .2rem;
                width: .4rem;
                height: .4rem;
                margin-right: .15rem;
            }

    .about-4 {
        padding-bottom: 1.5rem;
    }

        .about-4 .list {
            padding: 0;
            margin-left: -0.3rem;
            margin-right: -0.3rem;
        }

            .about-4 .list .arrow a {
                width: .66rem;
                height: .66rem;
                font-size: .2rem;
                margin-top: -0.33rem;
            }

                .about-4 .list .arrow a.prev {
                    left: .3rem;
                }

                .about-4 .list .arrow a.next {
                    right: .3rem;
                }

        .about-4 .list-wrapper {
            width: 26rem;
            margin-left: -13rem;
        }

            .about-4 .list-wrapper li .img img {
                height: 3.4rem;
            }

            .about-4 .list-wrapper li .name {
                line-height: .9rem;
                font-size: .24rem;
                height: .9rem;
            }

    .about-5 .list ul {
        margin-left: -0.3rem;
    }

    .about-5 .list li {
        width: 33.333%;
        padding: 0 0 .3rem .3rem;
    }

        .about-5 .list li a img {
            -o-object-fit: contain;
            object-fit: contain;
        }

    .index-slide.index-foot {
        height: 14.5rem;
    }

    .index-dots {
        right: .1rem;
    }

    .index-banner li .wal h2 {
        font-size: .5rem;
        text-align:center;
        line-height:0.8rem;
    }

    .index-banner li .wal p {
        font-size: .28rem;
        line-height: 1.5em;
        text-align: center;
    }

    .index-banner li .wal .more a {
        width: 1.8rem;
        height: .6rem;
        font-size: .22rem;
    }

    .index-banner .dots2 {
        bottom: .6rem;
    }

        .index-banner .dots2 .dot {
            width: .42rem;
            height: .42rem;
            font-size: .24rem;
        }

    .index-banner .mouse p {
        font-size: .2rem;
        margin-top: .2rem;
    }

    .index-product .item .wal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 1rem;
    }

    .index-product .item .img {
        width: 100%;
        left: 0;
    }

    .index-product .item .col {
        width: 100%;
        padding: .5rem 0 0 0;
        min-height: 1rem;
    }

        .index-product .item .col .msg {
            font-size: .24rem;
            line-height: .4rem;
        }

        .index-product .item .col .content {
            font-size: .2rem;
            line-height: 1.8em;
        }

        .index-product .item .col .more a {
            width: 1.8rem;
            height: .6rem;
            font-size: .22rem;
        }

    .index-product .list li {
        height: 2.4rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        .index-product .list li:before {
            width: .3rem;
            height: .3rem;
        }

        .index-product .list li .col {
            width: 100%;
            padding-top: 0;
            margin-left: 0;
        }

            .index-product .list li .col h3 {
                font-size: .24rem;
                padding-bottom: 0;
                font-weight: 400;
            }

            .index-product .list li .col p {
                display: none;
            }

    .index-about .img {
        opacity: .6;
    }

    .index-about .wal .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-about .wal .list li {
        font-size: .24rem;
        width: 50%;
        padding: .2rem 0;
    }

        .index-about .wal .list li .num {
            height: .62rem;
        }

            .index-about .wal .list li .num em {
                font-size: .62rem;
            }

                .index-about .wal .list li .num em.unit {
                    font-size: .38rem;
                }

            .index-about .wal .list li .num span {
                top: .12rem;
            }

    .index-about .wal .content {
        font-size: .24rem;
        line-height: .44rem;
    }

    .index-about .wal .more a {
        width: 1.8rem;
        height: .6rem;
        font-size: .22rem;
    }

    .index-news .title {
        padding-bottom: .6rem;
    }

        .index-news .title h2 {
            font-size: .36rem;
        }

        .index-news .title .en {
            font-size: .22rem;
        }

    .index-news .left {
        width: 100%;
    }

        .index-news .left .btns ul {
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .index-news .left .btns li {
            padding: 0 .24rem;
            height: .66rem;
            margin-right: 0;
            font-size: .26rem;
        }

        .index-news .left .head a {
            line-height: .38rem;
            font-size: .2rem;
        }

            .index-news .left .head a h3 {
                font-size: .26rem;
            }

            .index-news .left .head a .content {
                font-size: .22rem;
            }

        .index-news .left .list li a {
            padding: .2rem .16rem;
            line-height: .34rem;
        }

            .index-news .left .list li a h3 {
                font-size: .26rem;
                height: .34rem;
            }

            .index-news .left .list li a .time {
                font-size: .22rem;
                padding-left: .08rem;
            }

        .index-news .left .list li:nth-child(3), .index-news .left .list li:nth-child(4) {
            display: none;
        }

    .index-news .right {
        width: 100%;
        padding-top: .4rem;
    }

        .index-news .right li a img {
            height: 3.8rem;
        }

        .index-news .right li a .name {
            font-size: .24rem;
            height: .9rem;
            line-height: .9rem;
        }

        .index-news .right .dots {
            bottom: 1.1rem;
        }
         .index-solution .title {
        padding-bottom: .6rem;
    }

        .index-solution .title h2 {
            font-size: .36rem;
        }

        .index-solution .title .en {
            font-size: .22rem;
        }

    .index-solution .list {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }

        .index-solution .list li {
            padding: 0 .15rem .6rem .15rem;
        }

            .index-solution .list li dl {
                display: -ms-grid;
                display: grid;
                -ms-grid-columns: (1fr)[2];
                grid-template-columns: repeat(2, 1fr);
                grid-gap: .3rem;
            }

            .index-solution .list li a .zoomImg img {
                height: 1.8rem;
            }

            .index-solution .list li a .name {
                font-size: .26rem;
                padding-bottom: .2rem;
            }

            .index-solution .list li a p {
                font-size: .2rem;
                line-height: .34rem;
                height: 1.02rem;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

        .index-solution .list .arrow {
            display: none;
        }

    .solution-title h2 {
        font-size: .36rem;
        padding-bottom: .32rem;
    }

        .solution-title h2:after {
            width: .8rem;
        }

    .solution-title .en {
        font-size: .24rem;
        margin-top: .08rem;
    }

    .solution-title p {
        font-size: .24rem;
        line-height: .38rem;
    }

    .solution-1 {
        padding-bottom: 1rem;
    }

        .solution-1 .list {
            padding: 0 .3rem;
        }

            .solution-1 .list li {
                padding: 0 .15rem;
            }

                .solution-1 .list li a .zoomImg {
                    border-radius: .1rem;
                }

                    .solution-1 .list li a .zoomImg img {
                        width: 100%;
                    }

                .solution-1 .list li a .name {
                    font-size: .3rem;
                }

                    .solution-1 .list li a .name:before {
                        bottom: -0.15rem;
                        width: .4rem;
                    }

            .solution-1 .list .arrow a {
                display: block;
                width: .33rem;
                height: .65rem;
                background: center no-repeat;
                background-size: 100% 100%;
                position: absolute;
                z-index: 5;
                top: 1.48rem;
            }

                .solution-1 .list .arrow a.prev {
                    left: -0.2rem;
                }

                .solution-1 .list .arrow a.next {
                    right: -0.2rem;
                }

    .solution-2 {
        padding: .6rem 0;
    }

        .solution-2 .list li .img {
            width: 100%;
        }

            .solution-2 .list li .img img {
                height: 4rem;
            }

            .solution-2 .list li .img .btn {
                background-size: 1rem;
            }

        .solution-2 .dots2 .dot {
            width: .42rem;
            height: .42rem;
            font-size: .24rem;
        }

    .solution-3 {
        background-size: 150%;
    }

        .solution-3 h2 {
            font-size: .32rem;
        }

        .solution-3 .content {
            font-size: .24rem;
            line-height: 1.7em;
        }

        .solution-3 .btn a {
            width: 1.8rem;
            height: .6rem;
            border-radius: .3rem;
            font-size: .24rem;
        }
}



.contact-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .contact-layer.show {
        opacity: 1;
        visibility: visible;
    }

    .contact-layer .container {
        border-radius: .07rem;
        background: #fff;
        width: 5.55rem;
        height: 3.87rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

        .contact-layer .container .close {
            font-family: "iconfont";
            position: absolute;
            top: .2rem;
            right: .2rem;
            font-size: .24rem;
            color: #666;
        }

            .contact-layer .container .close:hover {
                color: #32a46d;
            }

        .contact-layer .container .ico {
            width: 1.54rem;
        }

        .contact-layer .container h2 {
            color: #22569a;
            font-size: .3rem;
            padding: .3rem 0 .24rem 0;
        }

        .contact-layer .container p {
            font-size: .16rem;
        }