.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

a, .transition, :before, 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%;
        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);
    }

@-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: .14rem;
    font-family: Arial,"微软雅黑";
    color: #333;
    -webkit-text-size-adjust: none;
    opacity: 0;
}

    body::-webkit-scrollbar {
        width: .06rem;
        border-radius: .06rem;
    }

    body::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.3);
        border-radius: .06rem;
    }

    body::-webkit-scrollbar-track {
        background: rgba(0,0,0,0);
        border-radius: .06rem;
    }

    body.show {
        opacity: 1;
    }

a {
    color: #333;
    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: #0b519f;
        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: 12.6rem;
    margin: 0 auto;
}

.wal-1500 {
    max-width: 15rem;
    margin: 0 auto;
}

.wal-1166 {
    max-width: 11.66rem;
    margin: 0 auto;
}

.wal-1662 {
    max-width: 16.62rem;
    margin: 0 auto;
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/font_2640790_gm9xijmeef4.woff2?t=1629885086266") format("woff2"),url("//at.alicdn.com/t/font_2640790_gm9xijmeef4.woff?t=1629885086266") format("woff"),url("//at.alicdn.com/t/font_2640790_gm9xijmeef4.ttf?t=1629885086266") format("truetype");
}

.iconfont {
    font-family: "iconfont";
}

@font-face {
    font-family: "Swiss721BT-BlackCondensed";
    src: url(../images/Swiss721BT-BlackCondensed.otf) format("truetype");
}

@font-face {
    font-family: "MyriadProRegular";
    src: url(../images/MyriadPro-Regular.otf) format("truetype");
}

@font-face {
    font-family: "MyriadProBold";
    src: url(../images/MyriadPro-Bold.otf) format("truetype");
}

@font-face {
    font-family: "DINPro-Bold";
    src: url(../images/DINPro-Bold.woff2) format("woff2"),url(../images/DINPro-Bold.woff) format("woff"),url(../images/DINPro-Bold.ttf) format("truetype"),url(../images/DINPro-Bold.eot) format("embedded-opentype"),url(../images/DINPro-Bold.svg) format("svg");
    font-weight: normal;
    font-style: normal;
}

.g-head .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    padding: 0 .4rem;
    box-shadow: 0 .1rem .1rem rgba(0,0,0,.05);
}

.g-head.on .head:before {
    opacity: .3;
}

.g-head .wal {
    height: .76rem;
    position: relative;
    max-width: 100%;
}

.g-head div.logo {
    position: absolute;
    left: 0;
    top: 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;
}

    .g-head div.logo a.logo {
        display: block;
        width: 1.3rem;
        height: .76rem;
        background: url(../images/logo.png) center no-repeat;
        background-size: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .g-head div.logo .name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #0b519f;
        font-size: .14rem;
        line-height: .19rem;
        white-space: nowrap;
        margin-left: .23rem;
        position: relative;
        top: .03rem;
    }

.g-head .search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

    .g-head .search a {
        color: #0b519f;
        line-height: .76rem;
        font-size: .24rem;
    }

.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: .73rem;
}

    .g-head .g-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .g-head .g-nav a.name {
        display: block;
        line-height: .76rem;
        height: .76rem;
        position: relative;
        font-size: .16rem;
    }

        .g-head .g-nav a.name:before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: .54rem;
            right: 50%;
            height: .02rem;
            opacity: 0;
            background: #0b519f;
        }

        .g-head .g-nav a.name:hover, .g-head .g-nav a.name.on {
            color: #0b519f;
        }

            .g-head .g-nav a.name:hover:before, .g-head .g-nav a.name.on:before {
                opacity: 1;
                left: 0;
                right: 0;
            }

.p-head {
    height: .76rem;
}

@media screen and (min-width: 800px) {
    .g-head .g-nav li {
        position: relative;
        padding-right: .48rem;
    }

        .g-head .g-nav li .list {
            width: 1.58rem;
            position: absolute;
            left: 50%;
            top: -100vh;
            margin-left: -1.03rem;
            background: rgba(255,255,255,.6);
            opacity: 0;
            visibility: hidden;
        }

            .g-head .g-nav li .list a {
                display: block;
                font-size: .16rem;
                line-height: .2rem;
                padding: .15rem 0;
                text-align: center;
            }

                .g-head .g-nav li .list a:hover {
                    background: #0b519f;
                    color: #fff;
                }

        .g-head .g-nav li:hover a.name {
            color: #0b519f;
        }

            .g-head .g-nav li:hover a.name:before {
                opacity: 1;
                left: 0;
                right: 0;
            }

    .g-head .g-nav li:hover .list {
            opacity: 1;
            visibility: visible;
            top: 100%;
            -webkit-transition: opacity .5s ease;
            transition: opacity .5s ease;
        }

    .g-head.on .wal {
        height: .6rem;
        -webkit-transition: height .5s ease;
        transition: height .5s ease;
    }

    .g-head.on div.logo a.logo {
        height: .6rem;
    }

    .g-head.on .search a {
        line-height: .6rem;
    }

    .g-head.on .g-nav a.name {
        height: .6rem;
        line-height: .6rem;
    }

        .g-head.on .g-nav a.name:before {
            top: .44rem;
        }

    .head-search.on {
        top: .6rem;
    }
}

.head-search {
    position: fixed;
    z-index: 49;
    left: 0;
    top: .76rem;
    right: 0;
    bottom: 0;
    background: url(../images/search.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0 1.75rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .head-search .bg {
        position: absolute;
        left: 0;
        bottom: .55rem;
        width: 100%;
        background: url(../images/img1920.png) center bottom no-repeat;
        background-size: 100%;
        height: 4.72rem;
    }

    .head-search .bg-2 {
        left: 100%;
    }

    .head-search .wal {
        max-width: 100%;
        height: calc(100vh - .76rem);
        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: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .head-search .side h2 {
        font-size: .72rem;
        font-weight: 400;
        line-height: 1em;
    }

    .head-search .side p {
        font-size: .28rem;
        line-height: 1em;
        padding-top: .2rem;
    }

    .head-search .container {
        width: 7.68rem;
        padding: .5rem 0;
        opacity: 0;
        visibility: hidden;
    }

        .head-search .container h2 {
            text-align: center;
            font-size: .48rem;
            line-height: 1em;
            font-weight: 400;
            padding-bottom: .4rem;
        }

        .head-search .container .form {
            height: .64rem;
            background: #fff;
            border-radius: .5rem;
            position: relative;
        }

            .head-search .container .form .input input::-webkit-input-placeholder {
                color: #666;
            }

            .head-search .container .form .input input::-moz-placeholder {
                color: #666;
            }

            .head-search .container .form .input input:-moz-placeholder {
                color: #666;
            }

            .head-search .container .form .input input:-ms-input-placeholder {
                color: #666;
            }

            .head-search .container .form .input textarea::-webkit-input-placeholder {
                color: #666;
            }

            .head-search .container .form .input textarea::-moz-placeholder {
                color: #666;
            }

            .head-search .container .form .input textarea:-moz-placeholder {
                color: #666;
            }

            .head-search .container .form .input textarea:-ms-input-placeholder {
                color: #666;
            }

            .head-search .container .form .input input {
                width: 100%;
                height: .64rem;
                line-height: .64rem;
                font-size: .3rem;
                color: #333;
                padding: 0 .36rem;
            }

            .head-search .container .form .submit {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: .9rem;
                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: #0b519f;
                font-size: .36rem;
            }

                .head-search .container .form .submit input {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    cursor: pointer;
                }

        .head-search .container .list {
            padding-top: .3rem;
        }

            .head-search .container .list h3 {
                font-size: .2rem;
                line-height: .48rem;
            }

            .head-search .container .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.32rem;
            }

            .head-search .container .list li {
                font-size: .2rem;
                line-height: .48rem;
                padding-left: .32rem;
            }

                .head-search .container .list li a {
                    color: #fff;
                }

body.searchShow .head-search {
    opacity: 1;
    visibility: visible;
}

    body.searchShow .head-search:before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    body.searchShow .head-search .container {
        opacity: 1;
        visibility: visible;
    }

body.searchShow .g-head .head:before {
    display: none;
}

@media screen and (min-width: 800px) {
    body.navShow .head-search {
        opacity: 1;
        visibility: visible;
    }

        body.navShow .head-search:before {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    body.navShow .g-head .head:before {
        display: none;
    }

    body.navShow .g-head .g-nav .list {
        opacity: 1;
        visibility: visible;
    }
}

.foot-msg {
    border-bottom: #d9271b solid .02rem;
    padding: 0 .55rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

    .foot-msg .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/foot-msg.jpg) center no-repeat;
        background-size: cover;
    }

    .foot-msg:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 5.43rem;
        background: url(../images/img543.png) center no-repeat;
        background-size: 100% 100%;
    }

    .foot-msg .wal {
        height: 1rem;
        max-width: 18.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: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 5;
    }

    .foot-msg p {
        font-size: .24rem;
        color: #fff;
    }

    .foot-msg dl.btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .foot-msg dl.btn dd {
            margin-left: .5rem;
        }

        .foot-msg dl.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;
            background: #fff;
            width: 1.78rem;
            height: .5rem;
            color: #0b519f;
            font-size: .16rem;
            line-height: 1em;
        }

            .foot-msg dl.btn a img {
                width: .3rem;
                margin-right: .06rem;
            }

            .foot-msg dl.btn a:hover {
                background: #ddd;
            }

.g-foot {
    background: #333;
    color: #fff;
    padding: 0 .55rem;
    position: relative;
    z-index: 5;
}

    .g-foot .wal {
        min-height: 2.33rem;
        max-width: 18.1rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: .44rem 0;
    }

    .g-foot .logo {
        width: 1.71rem;
    }

    .g-foot .content {
        line-height: .36rem;
        color: #999;
        padding: .05rem 0 0 .57rem;
    }

        .g-foot .content img {
            width: .16rem;
            margin-right: .06rem;
        }

        .g-foot .content a {
            color: #999;
        }

    .g-foot .link {
        width: 2.7rem;
        position: absolute;
        top: .49rem;
        right: 1.66rem;
    }

        .g-foot .link .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: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: .38rem;
            border: rgba(255,255,255,.25) solid 1px;
            padding: 0 .13rem;
            color: #666;
        }

            .g-foot .link .name:after {
                content: "";
                display: block;
                width: .13rem;
                height: .13rem;
                background: url(../images/img13.svg) center no-repeat;
                background-size: 100%;
            }

        .g-foot .link .list {
            position: absolute;
            z-index: 20;
            left: 0;
            right: 0;
            top: 100%;
            border: rgba(255,255,255,.25) solid 1px;
            border-top: 0;
            background: #333;
            max-height: 1.2rem;
            overflow-y: auto;
            padding: .08rem 0;
            display: none;
        }

            .g-foot .link .list::-webkit-scrollbar {
                width: 2px;
            }

            .g-foot .link .list::-webkit-scrollbar-thumb {
                background: #da261a;
            }

            .g-foot .link .list::-webkit-scrollbar-track {
                background: rgba(0,0,0,0);
            }

            .g-foot .link .list a {
                display: block;
                line-height: .34rem;
                color: #666;
                padding: 0 .13rem;
            }

                .g-foot .link .list a:hover {
                    color: #fff;
                }

        .g-foot .link.on .list {
            display: block;
        }

    .g-foot .ewm {
        width: 1.14rem;
        position: absolute;
        top: .49rem;
        right: 0;
    }

        .g-foot .ewm .name {
            text-align: center;
            font-size: .12rem;
            color: #ccc;
            padding-top: .06rem;
            margin-right: -0.3rem;
            margin-left: -0.3rem;
        }

.landscape-tips {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    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;
}

    .landscape-tips .ico {
        width: 1.6rem;
    }

        .landscape-tips .ico path {
            fill: #fff;
        }

    .landscape-tips p {
        text-align: center;
        color: #fff;
        font-size: .24rem;
        line-height: 1.7em;
        padding-top: .2rem;
    }

::-moz-selection {
    background: #0b519f;
    color: #fff;
}

::selection {
    background: #0b519f;
    color: #fff;
}

::-moz-selection {
    background: #0b519f;
    color: #fff;
}

::-webkit-selection {
    background: #0b519f;
    color: #fff;
}

.p-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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.topA {
    display: block;
    position: fixed;
    z-index: 20;
    bottom: .5rem;
    right: .2rem;
    background: url(../images/top.png) center no-repeat;
    background-size: 100%;
    width: .4rem;
    height: .4rem;
    opacity: 0;
    visibility: hidden;
}

    .topA.show {
        opacity: 1;
        visibility: visible;
    }

@media(orientation: landscape) {
    .landscape-tips;

{
    opacity: 1;
    visibility: visible;
}

}

@media screen and (max-width: 800px) {
    html {
        font-size: 50px;
    }

    body {
        font-size: .28rem;
    }

    .wal {
        margin: 0 .6rem;
        font-size: .28rem;
    }

    .wal-1500 {
        margin: 0 .6rem;
    }

    .wal-1166 {
        margin: 0 .6rem;
    }

    .wal-1662 {
        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: 1.2rem;
    }

    .g-head div.logo .name {
        font-size: .22rem;
        line-height: .28rem;
    }

    .g-head .navA {
        right: -0.3rem;
        opacity: 1;
        visibility: visible;
        color: #da261a;
    }

        .g-head .navA i {
            font-family: "iconfont";
            font-style: normal;
            font-size: .3rem;
        }

            .g-head .navA i:nth-child(2) {
                display: none;
            }

    .g-head .search {
        right: 1rem;
    }

        .g-head .search a {
            line-height: 1.3rem;
            font-size: .4rem;
        }

    .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: .28rem;
            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: #eee 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.3rem
            }

            .g-head .g-nav .list dd {
		min-width: 25%;
		padding-left: .3rem
	}

            .g-head .g-nav .list a {
                display: block;
                color: #333;
                line-height: .6rem;
                font-size: .24rem;
            }

    .head-search {
        top: 1rem;
        padding: 0;
    }

        .head-search .wal {
            height: calc(100vh - 1rem);
            -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;
        }

        .head-search .side {
            text-align: center;
            padding-bottom: 1rem;
        }

        .head-search .container {
            width: 100%;
        }

            .head-search .container .form {
                height: .8rem;
            }

                .head-search .container .form .input input {
                    height: .8rem;
                    line-height: .8rem;
                }

            .head-search .container .list h3 {
                font-size: .28rem;
                line-height: .6rem;
            }

            .head-search .container .list li {
                font-size: .24rem;
                line-height: .56rem;
            }

    .foot-msg {
        padding: 0;
    }

        .foot-msg .wal {
            height: 2rem;
            -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;
        }

        .foot-msg p {
            font-size: .28rem;
        }

        .foot-msg dl.btn {
            padding-top: .25rem;
        }

            .foot-msg dl.btn dd {
                margin: 0 .25rem;
            }

            .foot-msg dl.btn a {
                width: 2rem;
                height: .6rem;
                font-size: .24rem;
            }

    .g-foot {
        padding: 0;
    }

        .g-foot .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;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: .24rem;
        }

        .g-foot .content {
            line-height: .48rem;
            padding: .3rem 0;
            text-align: center;
        }

            .g-foot .content img {
                width: .2rem;
            }

        .g-foot .link {
            width: 3.2rem;
            position: relative;
            top: 0;
            right: 0;
        }

            .g-foot .link .name {
                height: .48rem;
                padding: 0 .2rem;
            }

            .g-foot .link .list {
                top: auto;
                bottom: 100%;
                border: rgba(255,255,255,.25) solid 1px;
                border-bottom: 0;
                max-height: 2rem;
            }

                .g-foot .link .list a {
                    line-height: .48rem;
                    padding: 0 .2rem;
                }

        .g-foot .ewm {
            display: none;
        }
}

@media screen and (max-width: 550px) {
    .wal {
        margin: 0 .3rem;
    }

    .wal-1500 {
        margin: 0 .3rem;
    }

    .wal-1166 {
        margin: 0 .3rem;
    }

    .wal-1662 {
        margin: 0 .3rem;
    }
}

.ellipsis, .index-news .list .tab-box li a .name, .index-news .img-list li a h5, .index-product2 .list li a .hd h5, .index-flash .list-2 li a .col h5 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .index-flash .list {
        position: relative;
    }

        .index-flash .list li {
            position: relative;
            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: 100vh;
            overflow: hidden;
        }

            .index-flash .list li .bg {
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background: center no-repeat;
                background-size: cover;
            }

            .index-flash .list li .title {
                width: 100%;
                text-align: center;
                color: #fff;
                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;
                position: relative;
                z-index: 2;
            }

                .index-flash .list li .title h2 {
                    font-size: .52rem;
                    line-height: 1em;
                    opacity: 0;
                }

                .index-flash .list li .title p {
                    font-size: .24rem;
                    line-height: 1em;
                    padding: .2rem 0 1.6rem 0;
                    opacity: 0;
                }

                .index-flash .list li .title .more {
                    opacity: 0;
                }

                    .index-flash .list li .title .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: .5rem;
                        color: #fff;
                        border: #fff solid 1px;
                        width: 1.71rem;
                        height: .37rem;
                    }

                        .index-flash .list li .title .more a:hover {
                            background: #fff;
                            color: #0b519f;
                        }

        .index-flash .list .dots {
            position: absolute;
            z-index: 3;
            left: 0;
            right: 0;
            bottom: .33rem;
            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-flash .list .dots span {
                border-radius: 50%;
                width: .14rem;
                height: .14rem;
                margin: 0 .05rem;
                background: rgba(255,255,255,.5);
            }

                .index-flash .list .dots span.swiper-pagination-bullet-active {
                    background: #da261a;
                }

    .index-flash .line {
        position: absolute;
        z-index: 6;
        left: 0;
        bottom: 0;
        height: .02rem;
        background: #da261a;
    }

    .index-flash .list-2 {
        position: absolute;
        z-index: 5;
        left: 0;
        right: 0;
        bottom: 0;
        background: url(../images/bg183.png) center repeat-x;
        background-size: auto 100%;
        min-height: 1.82rem;
        padding-top: .22rem;
    }

        .index-flash .list-2 li {
            padding: 0 3vw;
        }

            .index-flash .list-2 li 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;
            }

                .index-flash .list-2 li a .img {
                    width: 1.75rem;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 0 auto;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                }

                .index-flash .list-2 li a .col {
                    width: 100%;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
                    color: #fff;
                    padding: 0 0 0 .13rem;
                }

                    .index-flash .list-2 li a .col h5 {
                        font-size: .18rem;
                        height: 1.2em;
                        line-height: 1.2em;
                        -webkit-transition: all .5s ease;
                        transition: all .5s ease;
                    }

                    .index-flash .list-2 li a .col .info {
                        opacity: .3;
                        padding: .08rem 0 .12rem 0;
                        font-size: .12rem;
                    }

                    .index-flash .list-2 li a .col p {
                        font-size: .13rem;
                        line-height: .24rem;
                        opacity: .5;
                        height: .48rem;
                        overflow: hidden;
                    }

                .index-flash .list-2 li a:hover .img img {
                    -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

                .index-flash .list-2 li a:hover .col h5 {
                    color: #da261a;
                }

.index-title h2, .index-news .title h2, .index-about .title h2, .index-service .title h2, .index-product .list li .col .title h2 {
    position: relative;
    font-size: .3rem;
    line-height: 1em;
    letter-spacing: .02rem;
    padding-bottom: .24rem;
    color: #0b519f;
}

    .index-title h2:before, .index-news .title h2:before, .index-about .title h2:before, .index-service .title h2:before, .index-product .list li .col .title h2:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .1rem;
        width: .57rem;
        height: .03rem;
        background: #da261a;
    }

.index-title .en, .index-news .title .en, .index-about .title .en, .index-service .title .en, .index-product .list li .col .title .en {
    font-size: .22rem;
    text-transform: uppercase;
    opacity: .3;
    line-height: 1em;
}

.index-title:hover h2:before, .index-news .title:hover h2:before, .index-about .title:hover h2:before, .index-service .title:hover h2:before, .index-product .list li .col .title:hover h2:before {
    width: .8rem;
}

.index-product {
    background: url(../images/index-product.jpg) center no-repeat;
    background-size: cover;
    padding: 0 1rem;
}

    .index-product .wal {
        max-width: 17.2rem;
        min-height: 1rem;
        position: relative;
    }

    .index-product .list {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .index-product .list li {
            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: 0 0 0 1.97rem;
        }

            .index-product .list li .img {
                width: 5.66rem;
                padding-top: 1.05rem;
            }

                .index-product .list li .img:hover img {
                    -webkit-transform: scale(1.05);
                    -ms-transform: scale(1.05);
                    transform: scale(1.05);
                }

            .index-product .list li .col {
                padding: 1.2rem .91rem 0 0;
                width: 7.76rem;
            }

                .index-product .list li .col h3.name {
                    font-size: .42rem;
                    color: #0b519f;
                    padding: .42rem 0 .12rem 0;
                }

                .index-product .list li .col .content {
                    font-size: .16rem;
                    line-height: .34rem;
                    color: #0b519f;
                }

                .index-product .list li .col dl.msg {
                    font-size: .16rem;
                    line-height: .34rem;
                    padding: .4rem 0;
                }

                .index-product .list li .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;
                    border-radius: .5rem;
                    color: #0b519f;
                    border: #0b519f solid 1px;
                    width: 1.71rem;
                    height: .37rem;
                }

                    .index-product .list li .col .more a:hover {
                        background: #0b519f;
                        color: #fff;
                    }

    .index-product .dots {
        position: absolute;
        z-index: 5;
        bottom: .34rem;
        right: .91rem;
        width: 6.85rem;
        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-product .dots span {
            display: block;
            border-radius: .1rem;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            margin: 0 .06rem;
            width: .38rem;
            height: .06rem;
            background: #c1c7cb;
        }

            .index-product .dots span.swiper-pagination-bullet-active {
                background: #da261a;
                width: .54rem;
            }

            
.index-product2 {
    padding: 0 1rem;
}

    .index-product2 .wal {
        max-width: 17.2rem;
        padding: .9rem 0 .65rem 0;
    }

    .index-product2 .index-title, .index-product2 .index-news .title, .index-news .index-product2 .title, .index-product2 .index-about .title, .index-about .index-product2 .title, .index-product2 .index-service .title, .index-service .index-product2 .title, .index-product2 .index-product .list li .col .title, .index-product .list li .col .index-product2 .title {
        text-align: center;
    }

        .index-product2 .index-title h2:before, .index-product2 .index-news .title h2:before, .index-news .index-product2 .title h2:before, .index-product2 .index-about .title h2:before, .index-about .index-product2 .title h2:before, .index-product2 .index-service .title h2:before, .index-service .index-product2 .title h2:before, .index-product2 .index-product .list li .col .title h2:before, .index-product .list li .col .index-product2 .title h2:before {
            left: 50%;
            margin-left: -0.28rem;
            background: #ccc;
        }

    .index-product2 .btns {
        padding: .6rem 0 .7rem 0;
    }

        .index-product2 .btns 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;
        }

        .index-product2 .btns li {
            padding: 0 .125rem;
        }

            .index-product2 .btns li 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;
                background: #0b519f;
                font-size: .2rem;
                color: #fff;
                width: 1.74rem;
                height: .46rem;
            }

                .index-product2 .btns li a:hover, .index-product2 .btns li a.on {
                    background: #da261a;
                }

    .index-product2 .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;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -0.2rem;
    }

    .index-product2 .list li {
        width: 25%;
        padding: 0 0 .2rem .2rem;
        max-width: 4.04rem;
    }

        .index-product2 .list li a {
            display: block;
            background: #f7f8f8;
            padding: 0 .2rem;
            font-size: .14rem;
            color: #999;
            position: relative;
            top: 0;
        }

            .index-product2 .list li a .hd {
                font-size: .13rem;
                line-height: 1em;
                padding-top: .35rem;
            }

                .index-product2 .list li a .hd h5 {
                    line-height: .7rem;
                    height: .7rem;
                    font-size: .16rem;
                    color: #333;
                    font-weight: 400;
                }

            .index-product2 .list li a .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;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                height: .57rem;
            }

                .index-product2 .list li a .btn:after {
                    display: block;
                    content: "";
                    width: .28rem;
                    height: .1rem;
                    background: url(../images/img28.png) center no-repeat;
                    background-size: 100%;
                }

            .index-product2 .list li a:hover {
                background: #eaf6fd;
                top: -0.12rem;
            }


.index-service {
    padding: 0 1rem;
    color: #fff;
    position: relative;
}

    .index-service .bg-1, .index-service .bg-2 {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        overflow: hidden;
    }

        .index-service .bg-1:after, .index-service .bg-2:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: url(../images/img960_1.jpg) center no-repeat;
            background-size: cover;
            -webkit-transition: all 1.5s ease;
            transition: all 1.5s ease;
        }

        .index-service .bg-1.on:after, .index-service .bg-2.on:after {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

    .index-service .bg-2 {
        left: 50%;
    }

        .index-service .bg-2:after {
            background-image: url(../images/img960_2.jpg);
        }

    .index-service .wal {
        max-width: 17.2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 4.82rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

    .index-service .title {
        padding: 1rem 0 .3rem 0;
    }

        .index-service .title h2 {
            color: #fff;
        }

    .index-service .content {
        line-height: .3rem;
        text-align: justify;
        min-height: .85rem;
        padding-bottom: .3rem;
    }

    .index-service .col-1 {
        width: 7.6rem;
    }

        .index-service .col-1 .list {
            position: relative;
            padding: 0 .3rem;
        }

            .index-service .col-1 .list .arrow a {
                display: block;
                width: .21rem;
                position: absolute;
                z-index: 5;
                top: 0;
                bottom: 0;
                background: center no-repeat;
                background-size: 100%;
                opacity: .3;
            }

                .index-service .col-1 .list .arrow a:hover {
                    opacity: 1;
                }

                .index-service .col-1 .list .arrow a.prev {
                    background-image: url(../images/prev21.png);
                    left: 0;
                }

                .index-service .col-1 .list .arrow a.next {
                    background-image: url(../images/next21.png);
                    right: 0;
                }

        .index-service .col-1 .list-wrapper {
            width: 100%;
            overflow: hidden;
            position: relative;
        }

            .index-service .col-1 .list-wrapper 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-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: 1.2rem;
                color: #fff;
            }

                .index-service .col-1 .list-wrapper a .ico {
                    width: .5rem;
                    height: .5rem;
                    position: relative;
                }

                    .index-service .col-1 .list-wrapper a .ico img:nth-child(2) {
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 0;
                    }

                .index-service .col-1 .list-wrapper a .name {
                    padding-top: .06rem;
                }

                .index-service .col-1 .list-wrapper a:hover {
                    color: #da261a;
                }

                    .index-service .col-1 .list-wrapper a:hover .ico img:nth-child(1) {
                        opacity: 0;
                    }

                    .index-service .col-1 .list-wrapper a:hover .ico img:nth-child(2) {
                        opacity: 1;
                    }

    .index-service .col-2 {
        width: 7.3rem;
    }

        .index-service .col-2 .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;
        }

        .index-service .col-2 .msg {
            line-height: .3rem;
        }

        .index-service .col-2 .list {
            width: 3.1rem;
        }

            .index-service .col-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;
            }

            .index-service .col-2 .list li {
                width: 1.5rem;
                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: .16rem;
                line-height: 1em;
                height: .6rem;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }
                .index-service .col-2 .list li a {
                    color:#fff;
                }
                .index-service .col-2 .list li a:hover {
                    color:#f00;
                }
                .index-service .col-2 .list li .ico {
                    width: .35rem;
                    position: relative;
                    height: .35rem;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 0 auto;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    margin-right: .12rem;
                }

                    .index-service .col-2 .list li .ico img:nth-child(2) {
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 0;
                    }

                .index-service .col-2 .list li:hover {
                    color: #da261a;
                }

                    .index-service .col-2 .list li:hover .ico img:nth-child(1) {
                        opacity: 0;
                    }

                    .index-service .col-2 .list li:hover .ico img:nth-child(2) {
                        opacity: 1;
                    }

.index-about {
    padding: 0 1rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #eaf6fd;
}

    .index-about .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/index-about.jpg) center no-repeat;
        background-size: cover;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

    .index-about .wal {
        max-width: 17.2rem;
        min-height: 4.82rem;
        padding: .75rem 0;
        position: relative;
        z-index: 5;
    }

    .index-about .content {
        font-size: .15rem;
        line-height: .3rem;
        text-align: justify;
        max-width: 8.5rem;
        padding: .3rem 0;
        min-height: 1.65rem;
    }

    .index-about .list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .index-about .list li {
        padding-right: .65rem;
        min-width: 2rem;
    }

        .index-about .list li .num {
            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;
            padding-bottom: .12rem;
        }

            .index-about .list li .num b {
                color: #d9271b;
                font-size: .48rem;
                line-height: 1em;
                position: relative;
                top: .08rem;
                font-family: "Swiss721BT-BlackCondensed";
            }

            .index-about .list li .num span {
                color: #d9271b;
                font-size: .28rem;
                line-height: 1em;
                position: relative;
                top: -0.1rem;
            }

    .index-about .more {
        position: absolute;
        z-index: 3;
        right: .8rem;
        bottom: -0.48rem;
        width: 1.6rem;
        height: 1.6rem;
        background: rgba(255,255,255,.23);
        border-radius: 50%;
    }

        .index-about .more:before {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 1.36rem;
            height: 1.36rem;
            margin-left: -0.68rem;
            margin-top: -0.68rem;
            background: #0b519f;
            border-radius: 50%;
            opacity: .52;
        }

        .index-about .more:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 1.18rem;
            height: 1.18rem;
            margin-left: -0.59rem;
            margin-top: -0.59rem;
            background: #da261a;
            border-radius: 50%;
            opacity: .59;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .index-about .more 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-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: 1.6rem;
            color: #fff;
            position: relative;
            z-index: 3;
            padding-bottom: .2rem;
        }

            .index-about .more a:before {
                display: block;
                content: "";
                background: url(../images/img37.png) center top no-repeat;
                background-size: 100%;
                height: .24rem;
                width: .37rem;
            }

        .index-about .more:hover:after {
            width: 1.36rem;
            height: 1.36rem;
            margin-left: -0.68rem;
            margin-top: -0.68rem;
            background: #0b519f;
            opacity: .52;
        }

        .index-about .more:hover:before {
            width: 1.18rem;
            height: 1.18rem;
            margin-left: -0.59rem;
            margin-top: -0.59rem;
            background: #da261a;
            opacity: 1;
            z-index: 2;
        }

    .index-about:hover .bg {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.index-news {
    padding: 0.7rem;
}

    .index-news .wal {
        max-width: 13.4rem;
        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;
    }

    .index-news .title {
        position: relative;
        left: -0.63rem;
        width: 100%;
        padding-bottom: .4rem;
    }

    .index-news .img-list {
        width: 6.15rem;
        overflow: hidden;
        position: relative;
    }

        .index-news .img-list li a {
            display: block;
        }

            .index-news .img-list li a .img {
                width: 100%;
                overflow: hidden;
                position: relative;
            }

                .index-news .img-list li a .img img {
                    width: 100%;
                }

            .index-news .img-list li a h5 {
                font-size: .18rem;
                color: #fff;
                background: #0b519f;
                height: .63rem;
                line-height: .63rem;
                padding: 0 1.1rem 0 .24rem;
            }

            .index-news .img-list li a:hover .img img {
                -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                transform: scale(1.1);
            }

        .index-news .img-list .arrow {
            position: absolute;
            z-index: 5;
            right: 0;
            bottom: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            background: url(../images/img65.png) right center no-repeat;
            background-size: auto 100%;
        }

            .index-news .img-list .arrow a {
                display: block;
                width: .47rem;
                height: .63rem;
                background: center no-repeat;
                background-size: .21rem;
                opacity: .3;
                margin-left: .2rem;
            }

                .index-news .img-list .arrow a:hover {
                    opacity: 1;
                }

                .index-news .img-list .arrow a.prev {
                    background-image: url(../images/prev21.png);
                }

                .index-news .img-list .arrow a.next {
                    background-image: url(../images/next21.png);
                }

    .index-news .list {
        width: 6.15rem;
    }

        .index-news .list .tab-btn ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-left: -0.5rem;
        }

        .index-news .list .tab-btn li {
            font-size: .18rem;
            cursor: pointer;
            height: .53rem;
            line-height: .53rem;
            color: #0b519f;
            font-weight: 600;
            margin-left: .5rem;
            position: relative;
        }

            .index-news .list .tab-btn li:before {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                top: 0;
                bottom: 0;
                width: 1.36rem;
                background: url(../images/img136.svg) center no-repeat;
                background-size: 100% 100%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                opacity: 0;
            }

            .index-news .list .tab-btn li div {
                position: relative;
                z-index: 2;
            }

            .index-news .list .tab-btn li.on {
                color: #fff;
            }

                .index-news .list .tab-btn li.on:before {
                    opacity: 1;
                }

        .index-news .list .tab-box {
            padding-top: .2rem;
        }

            .index-news .list .tab-box .head {
                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;
            }

                .index-news .list .tab-box .head h5 {
                    font-size: .16rem;
                    line-height: .34rem;
                    max-width: 70%;
                }

                .index-news .list .tab-box .head .time {
                    font-size: .16rem;
                    line-height: .34rem;
                    color: #999;
                }

                .index-news .list .tab-box .head p {
                    line-height: .32rem;
                    font-size: .13rem;
                    text-align: justify;
                    padding: .1rem 0 .15rem 0;
                }

                    .index-news .list .tab-box .head p a {
                        color: #0b519f;
                    }

            .index-news .list .tab-box li a {
                font-size: .16rem;
                height: .48rem;
                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;
                position: relative;
            }

                .index-news .list .tab-box li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 50%;
                    width: .03rem;
                    height: .03rem;
                    margin-top: -0.015rem;
                    background: #666;
                }

                .index-news .list .tab-box li a .name {
                    height: .48rem;
                    line-height: .48rem;
                    padding: 0 1.2rem 0 .1rem;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 1 auto;
                    -ms-flex: 0 1 auto;
                    flex: 0 1 auto;
                }

                .index-news .list .tab-box li a .time {
                    color: #999;
                    -webkit-box-flex: 0;
                    -webkit-flex: 0 0 auto;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                }

@media screen and (max-width: 800px) {
    .index-flash .list li .title h2 {
        font-size: .38rem;
    }

    .index-flash .list li .title .more a {
        width: 2rem;
        height: .56rem;
        font-size: .24rem;
    }

    .index-flash .list .dots {
        right: 0;
        top: auto;
        bottom: 0.6rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
    }

        .index-flash .list .dots span {
            margin: 0 .05rem;
            width: .3rem;
            height: .3rem;
        }

            .index-flash .list .dots span.swiper-pagination-bullet-active {
                width: .3rem;
                height: .3rem;
            }

    .index-flash .line {
        position: absolute;
        z-index: 6;
        left: 0;
        bottom: 0;
        height: .02rem;
        background: #da261a;
    }

    .index-flash .list-2 {
        padding: .15rem 0 .3rem 0;
    }

        .index-flash .list-2 li {
            padding: 0 .35rem;
        }

            .index-flash .list-2 li a .img {
                width: 2.4rem;
            }

            .index-flash .list-2 li a .col {
                padding: .2rem 0 .2rem .2rem;
            }

                .index-flash .list-2 li a .col h5 {
                    font-size: .28rem;
                }

                .index-flash .list-2 li a .col .info {
                    font-size: .24rem;
                }

                .index-flash .list-2 li a .col p {
                    font-size: .24rem;
                    line-height: .4rem;
                    height: .8rem;
                }

    .index-title h2, .index-product .list li .col .title h2, .index-service .title h2, .index-about .title h2, .index-news .title h2 {
        font-size: .38rem;
    }

    .index-title .en, .index-product .list li .col .title .en, .index-service .title .en, .index-about .title .en, .index-news .title .en {
        font-size: .24rem;
    }

    .index-product {
        padding: 0;
    }

        .index-product .wal {
            min-height: 1rem;
        }

        .index-product .list li {
            -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: 0;
        }

            .index-product .list li .img {
                width: 4.5rem;
                padding-top: .5rem;
            }

            .index-product .list li .col {
                padding: 0;
                width: 100%;
            }

                .index-product .list li .col .content {
                    font-size: .24rem;
                    line-height: .4rem;
                }

                .index-product .list li .col dl.msg {
                    font-size: .24rem;
                    line-height: .4rem;
                    padding: .24rem 0;
                }

                .index-product .list li .col .more a {
                    width: 2rem;
                    height: .56rem;
                }

        .index-product .dots {
            position: static;
            width: 100%;
            padding: .24rem 0 .4rem 0;
        }

		.index-product2
    {
        padding: 0;
    }

        .index-product2 .btns 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;
            margin-left: -0.1rem;
            margin-right: -0.1rem;
        }

        .index-product2 .btns li
        {
            padding: 0 .1rem;
            width: 25%;
        }

            .index-product2 .btns li a
            {
                font-size: .26rem;
                width: 100%;
                height: .6rem;
            }

        .index-product2 .list li
        {
            width: 50%;
        }

            .index-product2 .list li a
            {
                font-size: .24rem;
            }

                .index-product2 .list li a .hd
                {
                    font-size: .22rem;
                }

                    .index-product2 .list li a .hd h5
                    {
                        font-size: .28rem;
                    }

                .index-product2 .list li a .btn
                {
                    height: .7rem;
                }


    .index-service {
        padding: 0;
        background: none;
    }

        .index-service .bg-1, .index-service .bg-2 {
            display: none;
        }

        .index-service .wal {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0;
        }

        .index-service .content {
            line-height: 1.8em;
        }

        .index-service .col-1 {
            width: 100%;
            background: url(../images/img960_1.jpg) center no-repeat;
            background-size: cover;
            padding: 0 .3rem 1rem .3rem;
        }

        .index-service .col-2 {
            width: 100%;
            background: url(../images/img960_2.jpg) center no-repeat;
            background-size: cover;
            padding: 0 .3rem 1rem .3rem;
        }

            .index-service .col-2 .row {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

            .index-service .col-2 .msg {
                line-height: 1.8em;
            }

            .index-service .col-2 .list {
                width: 100%;
                padding-top: .4rem;
            }

                .index-service .col-2 .list li {
                    width: auto;
                    font-size: .24rem;
                }

    .index-about {
        padding: 0;
    }

        .index-about .bg {
            position: relative;
            height: 3rem;
            background: url(../images/index-about.jpg) right bottom no-repeat;
            background-size: auto 100%;
        }

        .index-about .wal {
            padding-bottom: .25rem;
        }

        .index-about .content {
            font-size: .28rem;
            line-height: 1.8em;
            max-width: 100%;
        }

        .index-about .list ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .index-about .list li {
            padding-right: 0;
            min-width: 50%;
            padding-bottom: .2rem;
        }

            .index-about .list li .num {
                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;
                padding-bottom: .12rem;
            }

                .index-about .list li .num b {
                    font-size: .6rem;
                }

        .index-about .more {
            right: .3rem;
            font-size: .22rem;
            bottom: -3.48rem;
        }

        .index-about:hover .bg {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
        }

    .index-news {
        padding: 1rem 0;
    }

        .index-news .title {
            left: 0;
        }

        .index-news .img-list {
            width: 100%;
        }

            .index-news .img-list li a h5 {
                font-size: .26rem;
                height: .8rem;
                line-height: .8rem;
                padding: 0 1.3rem 0 .24rem;
            }

            .index-news .img-list .arrow a {
                width: .6rem;
                height: .8rem;
            }

        .index-news .list {
            width: 100%;
            padding: .5rem .12rem 0 .12rem;
        }

            .index-news .list .tab-btn li {
                font-size: .28rem;
                height: .8rem;
                line-height: .8rem;
            }

                .index-news .list .tab-btn li:before {
                    width: 1.8rem;
                }

            .index-news .list .tab-box .head h5 {
                font-size: .28rem;
                line-height: .44rem;
                max-width: 70%;
            }

            .index-news .list .tab-box .head .time {
                font-size: .24rem;
                line-height: .44rem;
            }

            .index-news .list .tab-box .head p {
                line-height: .42rem;
                font-size: .24rem;
            }

            .index-news .list .tab-box li a {
                font-size: .24rem;
                height: .7rem;
            }

                .index-news .list .tab-box li a:before {
                    width: .04rem;
                    height: .04rem;
                    margin-top: -0.02rem;
                }

                .index-news .list .tab-box li a .name {
                    padding: 0 1.2rem 0 .14rem;
                    font-size: .28rem;
                }
}

.ellipsis, .service-3 .list li a .name, .product li a .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.page-banner-wrapper {
    height: 4.6rem;
    overflow: hidden;
    position: relative;
}

.p-banner {
    height: 4.6rem;
    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;
    overflow: hidden;
    position: relative;
}

    .p-banner .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: center no-repeat;
        background-size: cover;
    }

    .p-banner .title {
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
    }

        .p-banner .title h2 {
            font-weight: 400;
            font-size: .52rem;
            line-height: 1em;
            padding-bottom: .2rem;
            letter-spacing: .04rem;
        }

        .p-banner .title .en {
            font-size: .24rem;
            line-height: 1em;
            letter-spacing: .02rem;
        }

.p-nav {
    background: #0b519f;
    height: .65rem;
}

    .p-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .p-nav li {
        margin-right: 1px;
    }

    .p-nav a {
        display: block;
        font-size: .16rem;
        height: .65rem;
        line-height: .65rem;
        position: relative;
        color: #fff;
        padding: 0 .25rem;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }

        .p-nav a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(218,37,26,.87);
            opacity: 0;
            -webkit-transform: skewX(-12deg);
            -ms-transform: skewX(-12deg);
            transform: skewX(-12deg);
        }

        .p-nav a em {
            display: block;
            position: relative;
            z-index: 2;
        }

        .p-nav a:hover:before, .p-nav a.on:before {
            opacity: 1;
        }

    .p-nav .p-nav-fixed {
        top: 0;
    }

    .p-nav.fixed .p-nav-fixed {
        position: fixed;
        z-index: 40;
        left: 0;
        top: .6rem;
        right: 0;
        background: #0b519f;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

        .p-nav.fixed .p-nav-fixed a {
            height: .45rem;
            line-height: .45rem;
        }

.p-title {
    text-align: center;
}

    .p-title h2 {
        position: relative;
        font-size: .36rem;
        font-weight: 400;
        line-height: 1em;
        padding-bottom: .14rem;
        letter-spacing: .04rem;
        color: #0b519f;
    }

        .p-title h2:after {
            content: "";
            display: block;
            position: absolute;
            left: 50%;
            bottom: .06rem;
            width: .4rem;
            height: .03rem;
            margin-left: -0.2rem;
            background: #c33;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

    .p-title .en {
        font-size: .18rem;
        line-height: 1em;
        color: #999;
        letter-spacing: .02rem;
    }

    .p-title:hover h2:after {
        width: .6rem;
        margin-left: -0.3rem;
    }

.about-1 {
    padding: .7rem 0 .8rem 0;
}

    .about-1 .p-title {
        padding-bottom: .5rem;
    }

    .about-1 .col-l {
        width: 7.16rem;
    }

    .about-1 .col-r {
        width: 7.14rem;
    }

    .about-1 .content {
        line-height: .24rem;
        text-align: justify;
        padding-bottom: .24rem;
    }

    .about-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;
    }

    .about-1 .list li {
        min-width: 1rem;
    }

        .about-1 .list li .num {
            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;
            padding-bottom: .12rem;
        }

            .about-1 .list li .num b {
                color: #d9271b;
                font-size: .48rem;
                line-height: 1em;
                position: relative;
                top: .08rem;
                font-family: "Swiss721BT-BlackCondensed";
            }

            .about-1 .list li .num span {
                color: #d9271b;
                font-size: .28rem;
                line-height: 1em;
                position: relative;
                top: -0.1rem;
            }

.about-2 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 5.79rem;
}

    .about-2 .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/img1920_2.jpg) center no-repeat;
        background-size: cover;
    }

    .about-2 .p-title {
        padding: .55rem 0 .6rem 0;
        position: relative;
    }

    .about-2 .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;
        width: .4rem;
        height: .8rem;
        position: absolute;
        z-index: 5;
        top: 2.58rem;
        font-family: "iconfont";
        background: #0b519f;
        color: #fff;
        font-size: .18rem;
    }

        .about-2 .arrow a:hover {
            background: #c33;
        }

        .about-2 .arrow a.prev {
            left: 0;
        }

        .about-2 .arrow a.next {
            right: 0;
        }

    .about-2 .list {
        background: url(../images/img1759.png) center 1.05rem no-repeat;
        background-size: 17.59rem;
        min-height: 2rem;
        position: relative;
    }

        .about-2 .list .time {
            height: .85rem;
            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: relative;
            overflow: hidden;
            background: #0b519f;
            color: #fff;
            padding-left: .25rem;
        }

            .about-2 .list .time:before {
                display: block;
                content: "";
                background: url(../images/img34.png) center no-repeat;
                background-size: 100%;
                width: .34rem;
                height: .34rem;
            }

            .about-2 .list .time:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: -0.4rem;
                bottom: 0;
                background: rgba(218,37,26,.87);
                -webkit-transform: skewX(-12deg);
                -ms-transform: skewX(-12deg);
                transform: skewX(-12deg);
                width: 1.87rem;
            }

            .about-2 .list .time h5 {
                font-size: .24rem;
                font-weight: 400;
                line-height: 1em;
                margin-left: .15rem;
            }

        .about-2 .list .list-wrapper {
            width: 18.2rem;
            overflow: hidden;
            position: relative;
            left: 50%;
            margin-left: -9.1rem;
        }

            .about-2 .list .list-wrapper li {
                font-size: .18rem;
                color: #fff;
                padding-top: 1.4rem;
                text-align: center;
            }

        .about-2 .list .layer {
            position: absolute;
            left: 50%;
            top: 0;
            width: 6.38rem;
            margin-left: -3.19rem;
            min-height: 3.28rem;
            background: #fff;
            z-index: 5;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

            .about-2 .list .layer.show {
                opacity: 1;
                visibility: visible;
            }

            .about-2 .list .layer .p-row {
                padding: .33rem .22rem .3rem .31rem;
            }

            .about-2 .list .layer .zoomImg {
                width: 2.87rem;
            }

            .about-2 .list .layer .content {
                width: 2.8rem;
                line-height: .3rem;
                text-align: justify;
            }

.about-3 {
    position: relative;
}

    .about-3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #f7f8f8;
    }

    .about-3 .wal {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 5.79rem;
        max-width: 19.2rem;
        padding: 1.6rem 0 1.2rem 0;
    }

    .about-3 .col {
        width: 50%;
        padding: 0 1.42rem 0 1.28rem;
    }

    .about-3 .p-title {
        text-align: left;
    }

        .about-3 .p-title h2:after {
            left: 0;
            margin-left: 0;
        }

    .about-3 .content {
        line-height: .24rem;
        text-align: justify;
        padding: .3rem 0 .4rem 0;
    }

    .about-3 .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-3 .list li {
        width: 2rem;
        border: #dcdcdc solid 1px;
        background: #fff;
        margin-right:0.2rem;
    }

    .about-3 a.btn {
        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: #0b519f;
        padding: .1rem 0;
    }

        .about-3 a.btn img {
            width: .69rem;
        }

        .about-3 a.btn .name {
            padding-top: .2rem;
        }

.about-4 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .about-4 .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/img1920_3.jpg) center no-repeat;
        background-size: cover;
    }

    .about-4 .wal {
        min-height: 5.79rem;
        max-width: 14rem;
        background: url(../images/img1126.png) center bottom no-repeat;
        background-size: auto 1.18rem;
        position: relative;
    }

    .about-4 .p-title {
        padding: .54rem 0 .59rem 0;
    }

        .about-4 .p-title h2, .about-4 .p-title .en {
            color: #f1f1f1;
        }

    .about-4 .list {
        max-width: 12.75rem;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

        .about-4 .list li {
            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;
            height: 3.03rem;
        }

            .about-4 .list li img {
                height: 2.48rem;
            }

            .about-4 .list li.swiper-slide-active img {
                height: 3.03rem;
            }

    .about-4 .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;
        width: .4rem;
        height: .8rem;
        position: absolute;
        z-index: 5;
        top: 3.09rem;
        font-family: "iconfont";
        background: #0b519f;
        color: #fff;
        font-size: .18rem;
    }

        .about-4 .arrow a:hover {
            background: #c33;
        }

        .about-4 .arrow a.prev {
            left: 0;
        }

        .about-4 .arrow a.next {
            right: 0;
        }

.about-5 {
    padding: .52rem 0 .76rem 0;
}

    .about-5 .wal {
        max-width: 16.62rem;
    }

    .about-5 .list {
        padding-top: .7rem;
    }

        .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.5rem;
        }

        .about-5 .list li {
            width: 25%;
            padding-left: .5rem;
        }

        .about-5 .list .box {
            position: relative;
        }

            .about-5 .list .box:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,.49);
                z-index: 2;
            }

            .about-5 .list .box .layer {
                position: absolute;
                z-index: 5;
                left: .13rem;
                top: .13rem;
                right: .13rem;
                bottom: .13rem;
                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;
                background: rgba(255,255,255,0);
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

                .about-5 .list .box .layer .ico {
                    width: .8rem;
                    height: .8rem;
                    position: relative;
                }

                    .about-5 .list .box .layer .ico img:nth-child(2) {
                        position: absolute;
                        left: 0;
                        top: 0;
                        opacity: 0;
                    }

                .about-5 .list .box .layer .name {
                    font-size: .18rem;
                    color: #fff;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
                    padding: .15rem 0 0 0;
                }

                .about-5 .list .box .layer p {
                    line-height: .24rem;
                    text-align: justify;
                    padding: 0 .22rem;
                    height: 0;
                    overflow: hidden;
                    -webkit-transition: all .5s ease;
                    transition: all .5s ease;
                    opacity: 0;
                }

            .about-5 .list .box:hover .layer {
                background: rgba(255,255,255,.8);
            }

                .about-5 .list .box:hover .layer .ico img:nth-child(1) {
                    opacity: 0;
                }

                .about-5 .list .box:hover .layer .ico img:nth-child(2) {
                    opacity: 1;
                }

                .about-5 .list .box:hover .layer .name {
                    color: #0b519f;
                    padding-bottom: .35rem;
                }

                .about-5 .list .box:hover .layer p {
                    height: .72rem;
                    opacity: 1;
                }

.jubao .wal {
    max-width: 10.8rem;
    padding: .85rem 0 .45rem 0;
}

.jubao .msg {
    text-align: center;
    padding: .5rem 0 .45rem 0;
    font-size: .16rem;
    line-height: .36rem;
}

.jubao .p-row {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.jubao .img {
    width: 3.67rem;
    position: relative;
    left: .95rem;
}

.jubao .col {
    width: 5.35rem;
}

    .jubao .col .content {
        text-align: justify;
        font-size: .16rem;
        line-height: .36rem;
    }

    .jubao .col .list {
        padding-top: .3rem;
    }

        .jubao .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;
        }

        .jubao .col .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;
        }

            .jubao .col .list li .ico {
                width: .46rem;
                margin-right: .06rem;
            }

            .jubao .col .list li h5 {
                font-size: .14rem;
                font-weight: 400;
            }

            .jubao .col .list li p {
                font-size: .24rem;
                color: #0b519f;
                line-height: 1em;
                padding-top: .05rem;
            }

.jubao-form {
    color: #fff;
    font-size: .14rem;
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

    .jubao-form .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: url(../images/img1920_4.jpg) center no-repeat;
        background-size: cover;
        -webkit-transition: all 9s ease;
        transition: all 9s ease;
    }

    .jubao-form:hover .bg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .jubao-form .wal {
        max-width: 8.32rem;
        min-height: 6.17rem;
        padding: .5rem 0;
    }

    .jubao-form 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;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .jubao-form li {
        width: 100%;
        position: relative;
        margin-bottom: .26rem;
        background: rgba(255,255,255,.2);
        border: #fff solid 1px;
        min-height: .55rem;
    }

        .jubao-form li .name {
            position: absolute;
            left: .17rem;
            top: 0;
            line-height: .55rem;
        }

            .jubao-form li .name em {
                color: #0b519f;
            }

        .jubao-form li p {
            position: absolute;
            right: .17rem;
            top: 0;
            line-height: .55rem;
        }

        .jubao-form li .input {
            position: relative;
            z-index: 2;
        }

            .jubao-form li .input input, .jubao-form li .input textarea {
                width: 100%;
                height: .53rem;
                line-height: .53rem;
                font-size: .14rem;
                padding: 0 .17rem;
                color: #fff;
            }

            .jubao-form li .input textarea {
                height: 1.65rem;
                line-height: .23rem;
                padding: .15rem .17rem;
            }

        .jubao-form li.on .name {
            opacity: 0;
            visibility: hidden;
        }

        .jubao-form li.on p {
            opacity: 0;
            visibility: hidden;
        }

        .jubao-form li.li-02 {
            width: 3.98rem;
        }

        .jubao-form li.li-file .input input {
            opacity: 0;
        }

        .jubao-form li.li-file.on .name, .jubao-form li.li-file.on p {
            opacity: 1;
            visibility: visible;
        }

        .jubao-form li.li-lzm .img {
            width: .86rem;
            position: absolute;
            top: .12rem;
            right: .13rem;
        }

    .jubao-form .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-bottom: .2rem;
    }

        .jubao-form .tips img {
            width: .13rem;
            margin-right: .09rem;
        }

    .jubao-form .submit div {
        background: #0b519f;
    }

        .jubao-form .submit div:hover {
            background: #c33;
        }

    .jubao-form .submit input {
        width: 100%;
        cursor: pointer;
        color: #fff;
        height: .56rem;
        font-size: .24rem;
    }

.news {
    background: #eff8fe;
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .news .bg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background: url(../images/png1824.png) center bottom no-repeat;
        background-size: 18.24rem;
        height: 4.33rem;
    }

    .news .bg-2 {
        left: 100%;
    }

    .news .wal {
        min-height: 7.07rem;
        max-width: 15rem;
        padding: 1.1rem 0 .7rem 0;
        position: relative;
    }

    .news .list {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        .news .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: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .news .list li .zoomImg {
                width: 6.8rem;
            }

            .news .list li .col {
                width: 7.5rem;
                font-size: .16rem;
            }

                .news .list li .col .name a {
                    color: #0b519f;
                    display: block;
                    font-size: .34rem;
                    line-height: .5rem;
                }

                .news .list li .col dl {
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    color: #0b519f;
                }

                    .news .list li .col dl dd {
                        padding: .4rem .35rem .3rem 0;
                    }

                .news .list li .col .content {
                    line-height: .34rem;
                    text-align: justify;
                    text-indent: 2em;
                    padding-bottom: .7rem;
                }

                .news .list li .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;
                    color: #fff;
                    width: 1.9rem;
                    height: .44rem;
                    position: relative;
                }

                    .news .list li .col .more a:before {
                        content: "";
                        display: block;
                        position: absolute;
                        left: 0;
                        top: 0;
                        right: 0;
                        bottom: 0;
                        background: #0b519f;
                        -webkit-transform: skewX(-12deg);
                        -ms-transform: skewX(-12deg);
                        transform: skewX(-12deg);
                    }

                    .news .list li .col .more a em {
                        position: relative;
                        z-index: 2;
                    }

                    .news .list li .col .more a:hover:before {
                        background: #c33;
                    }

    .news .dots {
        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: .6rem;
    }

        .news .dots span {
            display: block;
            border-radius: 50%;
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
            margin: 0 .1rem;
            width: .13rem;
            height: .13rem;
            background: #0b519f;
            opacity: .2;
        }

            .news .dots span.swiper-pagination-bullet-active {
                opacity: 1;
            }

.news-list {
    padding: .5rem 0 0 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.42rem;
        margin-bottom: -0.42rem;
    }

    .news-list li {
        width: 25%;
        padding: 0 0 .42rem .42rem;
    }

        .news-list li a {
            display: block;
            padding: 0 .23rem;
            color: #999;
            background: #f7f8f8;
            position: relative;
            top: 0;
        }

            .news-list li a .time {
                font-size: .13rem;
                padding: .25rem 0;
            }

            .news-list li a .name {
                font-size: .16rem;
                line-height: .24rem;
                height: .48rem;
                overflow: hidden;
                margin-bottom: .2rem;
                color: #333;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .news-list li a .zoomImg img {
                height: 2rem;
            }

            .news-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: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                font-size: .14rem;
                line-height: 1em;
                padding: .33rem 0 .23rem 0;
            }

                .news-list li a .more:after {
                    display: block;
                    content: "";
                    background: url(../images/png31-1.png) center no-repeat;
                    background-size: 100%;
                    width: .31rem;
                    height: .14rem;
                }

            .news-list li a:hover {
                background: #eaf6fd;
                color: #0b519f;
                top: -0.11rem;
            }

                .news-list li a:hover .name {
                    color: #0b519f;
                }

                .news-list li a:hover .more:after {
                    background-image: url(../images/png31-2.png);
                }

.p-num {
    padding: .5rem 0 .65rem 0;
    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;
}

    .p-num 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: 0 .08rem;
        width: .47rem;
        height: .43rem;
        border: #e5e5e5 solid 1px;
        font-size: .19rem;
        color: #999;
    }

        .p-num a:hover, .p-num a.on {
            background: #0b519f;
            border-color: #0b519f;
            color: #fff;
        }

        .p-num a.arrow {
            font-family: "iconfont";
            width: .91rem;
            font-size: .16rem;
        }

.news-show {
    background: #fff url(../images/line1166.png) center top no-repeat;
    background-size: 100%;
    padding: 0 .33rem .6rem .33rem;
    min-height: 5rem;
    margin-bottom: .2rem;
}

    .news-show .head {
        padding: .5rem 0 .1rem 0;
        color: #0b519f;
    }

        .news-show .head h2 {
            font-weight: 400;
            font-size: .34rem;
            line-height: .5rem;
        }

        .news-show .head dl {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding-top: .25rem;
            font-size: .16rem;
        }

            .news-show .head dl dd {
                margin-right: .35rem;
            }

    .news-show .content {
        font-size: .16rem;
        line-height: .34rem;
        text-align: justify;
    }

        .news-show .content .img {
            padding: .3rem 0;
        }

    .news-show .share {
        padding-top: .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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: .16rem;
        color: #999;
    }

        .news-show .share .name {
            margin-right: .23rem;
        }

        .news-show .share dl {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .news-show .share dd {
            margin-right: .37rem;
        }

            .news-show .share dd a {
                display: block;
                width: .6rem;
                border-radius: 50%;
                background: #f2f2f3;
                position: relative;
            }

                .news-show .share dd a img:nth-child(2) {
                    position: absolute;
                    left: 0;
                    top: 0;
                    opacity: 0;
                }

                .news-show .share dd a:hover {
                    background: #0b519f;
                }

                    .news-show .share dd a:hover img:nth-child(1) {
                        opacity: 0;
                    }

                    .news-show .share dd a:hover img:nth-child(2) {
                        opacity: 1;
                    }

.p-num2 {
    margin-bottom: .2rem;
    background: #fff;
    position: relative;
}

    .p-num2 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;
    }

    .p-num2 li {
        width: calc(50% - .6rem);
    }

        .p-num2 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.27rem;
            padding: 0 .3rem;
            font-size: .16rem;
            color: #999;
            line-height: .36rem;
        }

            .p-num2 li a p {
                color: #333;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .p-num2 li a:hover {
                background: #0b519f;
                color: #fff;
            }

                .p-num2 li a:hover p {
                    color: #fff;
                }

    .p-num2 a.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;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 0;
        width: 1.2rem;
        margin-left: -0.6rem;
        font-family: "iconfont";
        color: #ccc;
        font-size: .35rem;
        bottom: 0;
    }

        .p-num2 a.btn:hover {
            background: #0b519f;
            color: #fff;
        }

.foot-news {
    background: #fff;
    padding: 0 .33rem .35rem .33rem;
}

    .foot-news .title {
        font-size: .26rem;
        color: #0b519f;
        line-height: 1em;
        padding: .38rem 0;
    }

    .foot-news .news-list {
        padding: 0;
    }

        .foot-news .news-list ul {
            margin-left: -0.36rem;
        }

        .foot-news .news-list li {
            width: 33.333%;
            padding-left: .36rem;
        }

.p-search {
    background: url(../images/img1920_8.jpg) center no-repeat;
    background-size: cover;
    height: 1.34rem;
    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;
}

    .p-search .form {
        background: #fff;
        border-radius: .3rem;
        position: relative;
        width: 6.6rem;
        height: .51rem;
    }

        .p-search .form .input input {
            width: 100%;
            height: .51rem;
            line-height: .51rem;
            font-size: .24rem;
            padding: 0 .25rem;
            color: #666;
        }

        .p-search .form .submit {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: .9rem;
            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: #0b519f;
            font-family: "iconfont";
            font-size: .3rem;
        }

            .p-search .form .submit input {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                cursor: pointer;
            }

.product-nav {
    width: 2.41rem;
}

    .product-nav .title {
        height: .98rem;
        font-size: .3rem;
        color: #fff;
        line-height: 1em;
        background: #bf2b2b;
        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;
        padding: 0 .1rem 0 .2rem;
    }

        .product-nav .title:after {
            display: block;
            content: "";
            background: #fff url(../images/png31_3.png) center no-repeat;
            background-size: 100% 100%;
            width: .31rem;
            height: .31rem;
            border-radius: 50%;
        }

    .product-nav .list {
        max-height: calc(100vh - 3rem);
        overflow-y: auto;
    }

        .product-nav .list::-webkit-scrollbar {
            width: 2px;
        }

        .product-nav .list::-webkit-scrollbar-thumb {
            background: rgba(0,0,0,0);
        }

        .product-nav .list::-webkit-scrollbar-track {
            background: rgba(0,0,0,0);
        }

    .product-nav li {
        padding-top: .02rem;
    }

        .product-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: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            justify-content: space-between;
            height: .49rem;
            padding: 0 .1rem 0 .19rem;
            font-size: .16rem;
            color: #fff;
            background: #0b519f;
        }

            .product-nav li a.name:after {
                content: "";
                font-family: "iconfont";
                -webkit-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                -webkit-transition: all .5s ease;
                transition: all .5s ease;
            }

        .product-nav li dl {
            margin-top: .02rem;
            background: #efefef;
            padding: .04rem;
            display: none;
        }

            .product-nav li dl a {
                display: block;
                line-height: .36rem;
                padding-left: .36rem;
            }

                .product-nav li dl a.on {
                    color: #0b519f;
                }

        .product-nav li.open a.name:after {
            -webkit-transform: scale(0.8) rotate(90deg);
            -ms-transform: scale(0.8) rotate(90deg);
            transform: scale(0.8) rotate(90deg);
        }

.product-nav-fixed.fixed {
    position: fixed;
    left: 50%;
    top: 1rem;
    margin-left: -8.31rem;
    width: 2.41rem;
}

.product {
    width: 13.92rem;
}

    .product 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.24rem;
        margin-bottom: -0.26rem;
    }

    .product li {
        width: 25%;
        padding: 0 0 .26rem .24rem;
    }

        .product li a {
            display: block;
            padding: 0 .23rem;
            color: #999;
            background: #f7f8f8;
            position: relative;
            top: 0;
        }

            .product li a .info {
                font-size: .13rem;
                padding: .25rem 0 .15rem 0;
            }

            .product li a .name {
                font-size: .16rem;
                line-height: .47rem;
                height: .47rem;
                overflow: hidden;
                color: #333;
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

            .product li a .zoomImg img {
                height: 2.15rem;
            }

            .product 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: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                font-size: .14rem;
                line-height: 1em;
                padding: .33rem 0 .23rem 0;
            }

                .product li a .more:after {
                    display: block;
                    content: "";
                    background: url(../images/png31-1.png) center no-repeat;
                    background-size: 100%;
                    width: .31rem;
                    height: .14rem;
                }

            .product li a:hover {
                background: #eaf6fd;
                color: #0b519f;
                top: -0.11rem;
            }

                .product li a:hover .name {
                    color: #0b519f;
                }

                .product li a:hover .more:after {
                    background-image: url(../images/png31-2.png);
                }

.w1390 {
    width: 13.9rem;
}

.product-show .product-show-head {
    padding: .25rem;
    background: #f7f8f8;
    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;
    margin-bottom: .2rem;
}

    .product-show .product-show-head .zoomImg {
        width: 6.63rem;
    }

    .product-show .product-show-head .col {
        width: 6.06rem;
        position: relative;
        padding-bottom: .71rem;
    }

        .product-show .product-show-head .col .title {
            color: #0b519f;
            font-size: .32rem;
            line-height: .48rem;
            padding: .15rem 0;
        }

        .product-show .product-show-head .col .msg {
            color: #0b519f;
            line-height: .32rem;
        }

        .product-show .product-show-head .col .content {
            font-size: .16rem;
            line-height: .34rem;
            padding: .35rem 0;
        }

        .product-show .product-show-head .col .btns {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            height: .71rem;
            overflow: hidden;
        }

            .product-show .product-show-head .col .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;
                font-size: .22rem;
                color: #fff;
                position: relative;
                height: .71rem;
                width: 50%;
            }

                .product-show .product-show-head .col .btns a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    left: 0;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(218,37,26,.87);
                    -webkit-transform: skewX(-12deg);
                    -ms-transform: skewX(-12deg);
                    transform: skewX(-12deg);
                }

                .product-show .product-show-head .col .btns a:nth-child(1):before {
                    background: #0b519f;
                    left: -1rem;
                }

                .product-show .product-show-head .col .btns a:nth-child(2):before {
                    right: -1rem;
                }

                .product-show .product-show-head .col .btns a em {
                    position: relative;
                }

.product-show .nav {
    min-height: .71rem;
}

    .product-show .nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: #f7f8f8;
        padding: 0 .17rem;
    }

    .product-show .nav li {
        position: relative;
        color: #ccc;
        font-size: .18rem;
    }

        .product-show .nav li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            line-height: .71rem;
            content: "|";
        }

        .product-show .nav li:first-child:before {
            display: none;
        }

        .product-show .nav li a {
            display: block;
            height: .71rem;
            line-height: .71rem;
            padding: 0 .4rem;
        }

            .product-show .nav li a:hover, .product-show .nav li a.on {
                color: #0b519f;
            }

    .product-show .nav .nav-fixed.fixed {
        position: fixed;
        top: .2rem;
        z-index: 20;
        right: 50%;
        width: 13.9rem;
        margin-right: -8.31rem;
        background: #f7f8f8;
        padding-top: .4rem;
    }

.product-show .product-title {
    border-bottom: #ccc solid 1px;
    height: .78rem;
    position: relative;
}

    .product-show .product-title h2 {
        position: absolute;
        left: 0;
        bottom: -1px;
        border-bottom: #0b519f solid 1px;
        font-weight: 400;
        font-size: .26rem;
        padding-bottom: .08rem;
    }

        .product-show .product-title h2.blue {
            color: #0b519f;
        }

.product-show .product-img {
    font-size: .16rem;
        line-height: .34rem;
        text-align: justify;
		padding-top: 0.2rem;
}
       .product-show .product-img .img {
            padding: .3rem 0;
        }

.product-show .product-down {
    padding-top: .27rem;
}

    .product-show .product-down a {
        display: block;
        font-size: .16rem;
        line-height: .58rem;
        padding-left: .62rem;
        background: url(../images/img21_2.png) .3rem center no-repeat;
        background-size: .21rem;
    }

        .product-show .product-down a:hover {
            background-image: url(../images/img21_1.png);
        }

.product-show .product {
    padding-top: .44rem;
}

.service-1 .wal {
    padding: .71rem 0 1.07rem 0;
}

.service-1 .p-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .71rem;
}

.service-1 .img {
    width: 50%;
    text-align: right;
    padding-right: .41rem;
}

    .service-1 .img img {
        width: 3.67rem;
    }

.service-1 .content {
    width: 50%;
    font-size: .14rem;
    line-height: .36rem;
}

.service-2, .service-4, .service-5 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .service-2 .bg, .service-4 .bg, .service-5 .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: center no-repeat;
        background-size: cover;
        -webkit-transition: all 5s ease;
        transition: all 5s ease;
    }

    .service-2:hover .bg, .service-4:hover .bg, .service-5:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-duration: 8s;
        transition-duration: 8s;
    }

    .service-2 .wal-1662 {
        min-height: 5.79rem;
        position: relative;
        z-index: 2;
        color: #fff;
    }

    .service-2 .p-title {
        color: #fff;
        padding: .55rem 0 .79rem 0;
    }

        .service-2 .p-title h2 {
            color: #fff;
        }

    .service-2 .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;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-2 .list li {
        width: 3.34rem;
    }

        .service-2 .list li .box {
            height: 2.83rem;
            background: rgba(11,81,159,.36);
            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 .box .ico {
                width: .83rem;
            }

            .service-2 .list li .box .name {
                font-size: .18rem;
                line-height: .3rem;
                text-align: center;
                padding-top: .1rem;
            }

        .service-2 .list li:hover .box .ico img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

.service-3 {
    position: relative;
}

    .service-3:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 50%;
        background: #f7f8f8;
    }

    .service-3 .wal-1662 {
        position: relative;
        min-height: 5.79rem;
        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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .57rem 0 .35rem 0;
    }

    .service-3 .col {
        width: 7.1rem;
    }

    .service-3 .p-title {
        text-align: left;
        position: relative;
    }

        .service-3 .p-title h2:after {
            left: 0;
            margin-left: 0;
        }

        .service-3 .p-title a.more {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: .31rem;
            background: url(../images/png31-1.png) center no-repeat;
            background-size: 100%;
        }

            .service-3 .p-title a.more:hover {
                background-image: url(../images/png31-2.png);
            }

    .service-3 .list {
        padding-top: .15rem;
    }

        .service-3 .list li {
            border-bottom: #e8e8e8 solid 1px;
        }

            .service-3 .list li:last-child {
                border: 0;
            }

            .service-3 .list 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;
                position: relative;
                height: .8rem;
                font-size: .16rem;
                line-height: .26rem;
            }

                .service-3 .list li a .time {
                    color: #0b519f;
                }

                .service-3 .list li a .name {
                    height: .26rem;
                    padding-right: 1rem;
                }

                .service-3 .list li a:before {
                    content: "";
                    display: block;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    width: .39rem;
                    background: url(../images/img39_1.png) center no-repeat;
                    background-size: 100%;
                }

                .service-3 .list li a:hover:before {
                    background-image: url(../images/img39_1on.png);
                }

    .service-3 .list-2 li a:before {
        background-image: url(../images/img39_2.png);
    }

    .service-3 .list-2 li a:hover:before {
        background-image: url(../images/img39_2on.png);
    }

.service-4 .wal-1662 {
    min-height: 3.11rem;
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 9.8rem;
    padding-bottom: .5rem;
}

.service-4 .p-title {
    color: #fff;
    padding: .55rem 0 .65rem 0;
}

    .service-4 .p-title h2 {
        color: #fff;
    }

.service-4 .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-4 .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;
}

    .service-4 .list li .ico {
        width: .74rem;
        background: #fff;
        border-radius: 50%;
    }

    .service-4 .list li .col {
        padding-left: .17rem;
        font-size: .18rem;
        line-height: .3rem;
        letter-spacing: .02rem;
    }

        .service-4 .list li .col b {
            font-size: .26rem;
            letter-spacing: .04rem;
        }

.service-5 .wal-1662 {
    min-height: 5.32rem;
    position: relative;
    z-index: 2;
    padding: .86rem 0 .82rem 0;
    max-width: 12.3rem;
}

.service-5 .form {
    width: 5.46rem;
    margin-left: auto;
}

    .service-5 .form 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;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-5 .form li {
        width: 100%;
        position: relative;
        margin-bottom: .3rem;
        border: #ccc solid 1px;
        min-height: .52rem;
    }

        .service-5 .form li .name {
            position: absolute;
            left: .17rem;
            top: 0;
            line-height: .52rem;
            color: #666;
        }

            .service-5 .form li .name em {
                color: #c33;
            }

        .service-5 .form li .input {
            position: relative;
            z-index: 2;
        }

            .service-5 .form li .input input, .service-5 .form li .input textarea {
                width: 100%;
                height: .5rem;
                line-height: .5rem;
                font-size: .14rem;
                padding: 0 .17rem;
                color: #666;
            }

            .service-5 .form li .input textarea {
                height: 1.2rem;
                line-height: .23rem;
                padding: .15rem .17rem;
            }

        .service-5 .form li.on .name {
            opacity: 0;
            visibility: hidden;
        }

        .service-5 .form li.li-02 {
            width: 2.65rem;
        }

        .service-5 .form li.li-lzm .img {
            width: .86rem;
            position: absolute;
            top: .09rem;
            right: .13rem;
        }

    .service-5 .form .submit div {
        background: #0b519f;
    }

        .service-5 .form .submit div:hover {
            background: #c33;
        }

    .service-5 .form .submit input {
        width: 100%;
        cursor: pointer;
        color: #fff;
        height: .56rem;
        font-size: .24rem;
    }

.job ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job li {
    width: 50%;
    position: relative;
    overflow: hidden;
}

    .job li .bg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background: center no-repeat;
        background-size: cover;
        -webkit-transition: all 5s ease;
        transition: all 5s ease;
    }

    .job li:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        background: url(../images/img960.png) center no-repeat;
        background-size: cover;
        opacity: 0;
    }

    .job li .container {
        height: 3.66rem;
        position: relative;
        z-index: 5;
        padding: .64rem 6.5vw;
    }

        .job li .container .p-title {
            text-align: left;
            -webkit-transition: color .5s ease;
            transition: color .5s ease;
        }

            .job li .container .p-title h2:after {
                left: 0;
                margin-left: 0;
            }

            .job li .container .p-title h2 {
                -webkit-transition: color .5s ease;
                transition: color .5s ease;
            }

        .job li .container .content {
            font-size: .16rem;
            line-height: 2em;
            text-align: justify;
            padding-top: .4rem;
            -webkit-transition: color .5s ease;
            transition: color .5s ease;
        }

    .job li:hover .bg {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transition-duration: 8s;
        transition-duration: 8s;
    }

    .job li:hover:before {
        opacity: 1;
    }

    .job li:hover .container .p-title {
        color: #fff;
    }

        .job li:hover .container .p-title h2 {
            color: #fff;
        }

    .job li:hover .container .content {
        color: #fff;
    }

.job-list {
    padding: 1rem 0 .85rem 0;
}

    .job-list .wal {
        max-width: 11rem;
    }

    .job-list .msg {
        text-align: center;
        font-size: .16rem;
        line-height: 2em;
        padding: .3rem 0 .4rem 0;
    }

    .job-list .list .title, .job-list .list li a {
        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: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        font-size: .16rem;
        height: .65rem;
    }

        .job-list .list .title .col-1, .job-list .list li a .col-1 {
            text-align: left;
            padding-left: .55rem;
            width: 2.4rem;
        }

        .job-list .list .title .col, .job-list .list li a .col {
            width: 1.9rem;
        }

        .job-list .list .title .col-btn, .job-list .list li a .col-btn {
            width: 1.4rem;
        }

    .job-list .list .title {
        color: #999;
    }

    .job-list .list li {
        padding-top: .03rem;
    }

        .job-list .list li a {
            background: #eaf6fd;
        }

            .job-list .list li a .col-btn {
                font-family: "iconfont";
            }

            .job-list .list li a:hover {
                background: #0b519f;
                color: #fff;
            }

    .job-list .list2 {
        padding-top: .44rem;
    }

        .job-list .list2 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;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

        .job-list .list2 li {
            padding: 0 .35rem;
        }

        .job-list .list2 .name {
            font-size: .16rem;
            padding-bottom: .04rem;
        }

        .job-list .list2 h5 {
            font-size: .24rem;
            color: #0b519f;
        }

        .job-list .list2 .img {
            width: 2.2rem;
        }

.p-layer {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
    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;
}

    .p-layer.show {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 100;
    }

    .p-layer .container {
        background: #fff;
        position: relative;
        width: 9.62rem;
        min-height: 2rem;
        padding: .4rem .65rem .48rem .65rem;
    }

    .p-layer .close {
        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;
        background: #0b519f;
        font-family: "iconfont";
        color: #fff;
        width: .8rem;
        height: .8rem;
        font-size: .3rem;
        position: absolute;
        left: 100%;
        top: 0;
    }

        .p-layer .close em {
            -webkit-transition: all .5s ease;
            transition: all .5s ease;
        }

        .p-layer .close:hover {
            background: #c33;
        }

            .p-layer .close:hover em {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

.job-show .container h2, .job-form .container h2 {
    color: #0b519f;
    font-size: .3rem;
    line-height: 1em;
}

.job-show .container dl.info, .job-form .container dl.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: .18rem;
    line-height: .56rem;
    margin-left: -0.66rem;
}

    .job-show .container dl.info dd, .job-form .container dl.info dd {
        position: relative;
        padding-left: .66rem;
    }

        .job-show .container dl.info dd:before, .job-form .container dl.info dd:before {
            content: "";
            display: block;
            position: absolute;
            content: "|";
            position: absolute;
            left: .32rem;
            top: 0;
            color: #999;
        }

        .job-show .container dl.info dd:first-child:before, .job-form .container dl.info dd:first-child:before {
            display: none;
        }

.job-show .container .btn a, .job-form .container .btn a {
    display: block;
    font-size: .24rem;
    line-height: .56rem;
    text-align: center;
    color: #fff;
    background: #0b519f;
}

    .job-show .container .btn a:hover, .job-form .container .btn a:hover {
        background: #c33;
    }

.job-show .container .content {
    line-height: .26rem;
    text-align: justify;
    padding-bottom: .4rem;
}

.job-form .container .head p {
    font-size: .3rem;
    color: #666;
    line-height: 1em;
    padding: .18rem 0 .25rem 0;
}

.job-form .container 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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.job-form .container li {
    width: 100%;
    position: relative;
    margin-bottom: .26rem;
    border: #ccc solid 1px;
    min-height: .55rem;
    color: #999;
}

    .job-form .container li .name {
        position: absolute;
        left: .17rem;
        top: 0;
        line-height: .55rem;
    }

        .job-form .container li .name em {
            color: #0b519f;
        }

    .job-form .container li p {
        position: absolute;
        right: .17rem;
        top: 0;
        line-height: .55rem;
        font-size: .14rem;
    }

    .job-form .container li .input {
        position: relative;
        z-index: 2;
    }

        .job-form .container li .input input, .job-form .container li .input textarea {
            width: 100%;
            height: .53rem;
            line-height: .53rem;
            font-size: .14rem;
            padding: 0 .17rem;
        }

        .job-form .container li .input textarea {
            height: 1.65rem;
            line-height: .23rem;
            padding: .15rem .17rem;
        }

    .job-form .container li.on .name {
        opacity: 0;
        visibility: hidden;
    }

    .job-form .container li.on p {
        opacity: 0;
        visibility: hidden;
    }

    .job-form .container li.li-02 {
        width: 3.98rem;
    }

    .job-form .container li.li-file .input input {
        opacity: 0;
    }

    .job-form .container li.li-file.on .name, .job-form .container li.li-file.on p {
        opacity: 1;
        visibility: visible;
    }

    .job-form .container li.li-lzm .img {
        width: .86rem;
        position: absolute;
        top: .12rem;
        right: .13rem;
    }

.job-form .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-bottom: .2rem;
    color: #999;
}

    .job-form .container .tips img {
        width: .13rem;
        margin-right: .09rem;
    }

.job-form .container .submit div {
    background: #0b519f;
}

    .job-form .container .submit div:hover {
        background: #c33;
    }

.job-form .container .submit input {
    width: 100%;
    cursor: pointer;
    color: #fff;
    height: .56rem;
    font-size: .24rem;
}

.job-form-ok .container {
    width: 7rem;
    height: 6.9rem;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .job-form-ok .container .ico {
        width: 1.76rem;
    }

    .job-form-ok .container h5 {
        font-size: .3rem;
        padding-top: .8rem;
        line-height: .5rem;
        color: #0b519f;
    }

    .job-form-ok .container p {
        font-size: .16rem;
        line-height: .5rem;
    }

.group-layer .container {
    width: 8.7rem;
}

    .group-layer .container h2 {
        color: #0b519f;
        font-size: .3rem;
        line-height: 1em;
    }

    .group-layer .container .img {
        text-align: center;
        padding-top: .6rem;
    }

.contact {
    background: #f7f8f8;
    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;
}

    .contact .map {
        width: 50%;
        height: 5.64rem;
    }

    .contact .col {
        width: 50%;
        padding: 1rem 0 1rem 1.5rem;
    }

        .contact .col .title {
            color: #0b519f;
            font-size: .32rem;
            padding-bottom: .18rem;
        }

        .contact .col li {
            padding-top: .32rem;
            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;
        }

            .contact .col li .ico {
                width: .55rem;
                height: .55rem;
                border-radius: 50%;
                border: #ccc solid 1px;
                margin-right: .19rem;
            }

            .contact .col li .name {
                font-size: .16rem;
            }

            .contact .col li h5 {
                font-size: .24rem;
                color: #0b519f;
                font-weight: 400;
            }

.contact-list .wal {
    max-width: 10.74rem;
    padding: 1.3rem 0 1.1rem 0;
}

.contact-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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact-list li h5 {
    position: relative;
    font-weight: 400;
    color: #0b519f;
    font-size: .3rem;
    padding-bottom: .34rem;
}

    .contact-list li h5:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: .2rem;
        width: .5rem;
        height: .02rem;
        background: #c33;
    }

.contact-list li dd {
    font-size: .16rem;
    line-height: .41rem;
}

@media screen and (max-width: 800px) {
    .page-banner-wrapper {
        height: 3.2rem;
    }

    .p-banner {
        height: 3.2rem;
    }

    .p-nav {
        height: .9rem;
        position: relative;
    }

        .p-nav h2 {
            line-height: .9rem;
            font-size: .32rem;
            background: #0b519f;
            color: #fff;
            padding: 0 .15rem 0 .3rem;
            position: relative;
            font-weight: 400;
        }

            .p-nav h2:after {
                content: "";
                display: block;
                position: absolute;
                top: 0;
                right: .3rem;
                content: "";
                font-family: "iconfont";
                -webkit-transform: scale(0.5);
                -ms-transform: scale(0.5);
                transform: scale(0.5);
            }

        .p-nav .wal-1500 {
            position: absolute;
            z-index: 20;
            left: 0;
            top: 100%;
            right: 0;
            margin: 0;
            background: rgba(0,0,0,.7);
            padding: .1rem 0;
            display: none;
        }

        .p-nav ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .p-nav li {
            margin-right: 0;
            width: 100%;
        }

        .p-nav a {
            font-size: .28rem;
            height: .9rem;
            line-height: .9rem;
            text-align: center;
        }

            .p-nav a:before {
                display: none;
            }

        .p-nav.fixed .p-nav-fixed {
            top: 0;
            position: relative;
        }

            .p-nav.fixed .p-nav-fixed a {
                height: .9rem;
                line-height: .9rem;
            }

        .p-nav.open h2:after {
            -webkit-transform: scale(0.5) rotate(180deg);
            -ms-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg);
        }

        .p-nav.open .wal-1500 {
            display: block;
        }

    .p-title h2 {
        font-weight: 600;
    }

    .p-title .en {
        font-size: .24rem;
    }

    .about-1 .col-l {
        width: 100%;
    }

    .about-1 .col-r {
        width: 100%;
    }

    .about-1 .content {
        line-height: 1.8em;
    }

    .about-1 .list {
        padding-bottom: .5rem;
    }

        .about-1 .list ul {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        .about-1 .list li {
            min-width: 50%;
            padding-top: .2rem;
        }

            .about-1 .list li .num b {
                font-size: .6rem;
            }

    .about-2 {
        height: 9rem;
    }

        .about-2 .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;
            width: .4rem;
            height: .8rem;
            position: absolute;
            z-index: 5;
            top: 2.58rem;
            font-family: "iconfont";
            background: #0b519f;
            color: #fff;
            font-size: .18rem;
        }

            .about-2 .arrow a:hover {
                background: #c33;
            }

            .about-2 .arrow a.prev {
                left: 0;
            }

            .about-2 .arrow a.next {
                right: 0;
            }

        .about-2 .list {
            background: url(../images/img1759.png) center 1.05rem no-repeat;
            background-size: 17.59rem;
            min-height: 3rem;
            position: relative;
        }

            .about-2 .list .time {
                height: .85rem;
            }

                .about-2 .list .time:after {
                    width: 1.2rem;
                }

                .about-2 .list .time h5 {
                    font-size: .28rem;
                }

            .about-2 .list .list-wrapper {
                width: 18.2rem;
                margin-left: -9.1rem;
            }

                .about-2 .list .list-wrapper li {
                    font-size: .24rem;
                    opacity: 0;
                }

            .about-2 .list .layer {
                width: 5rem;
                margin-left: -2.5rem;
            }

                .about-2 .list .layer .p-row {
                    padding: .3rem;
                }

                .about-2 .list .layer .zoomImg {
                    width: 100%;
                }

                .about-2 .list .layer .content {
                    width: 100%;
                    font-size: .26rem;
                    line-height: 1.5em;
                    padding-top: .3rem;
                }

    .about-3:before {
        display: none;
    }

    .about-3 .wal {
        padding: 0;
        margin: 0;
    }

    .about-3 .col {
        width: 100%;
        padding: .5rem .3rem;
    }

        .about-3 .col:nth-child(1) {
            background: #f7f8f8;
        }

    .about-3 .content {
        line-height: 1.8em;
    }

    .about-3 .list li {
        width: 2.2rem;
    }

    .about-4 .wal {
        background-size: auto .8rem;
        margin: 0;
        min-height: 5rem;
    }

    .about-4 .list {
        max-width: 12.75rem;
        width: 10rem;
        position: relative;
        left: 50%;
        margin-left: -5rem;
    }

        .about-4 .list li {
            height: 2.5rem;
        }

            .about-4 .list li img {
                height: 2rem;
            }

            .about-4 .list li.swiper-slide-active img {
                height: 2.5rem;
            }

    .about-5 .list ul {
        margin-left: -0.3rem;
    }

    .about-5 .list li {
        width: 50%;
        padding: 0 0 .3rem .3rem;
    }

    .about-5 .list .box .layer .name {
        font-size: .28rem;
    }

    .about-5 .list .box .layer p {
        line-height: 1.5em;
        font-size: .2rem;
        padding: 0 .12rem;
    }

    .about-5 .list .box:hover .layer .name {
        padding-bottom: .15rem;
    }

    .about-5 .list .box:hover .layer p {
        height: 3em;
    }

    .jubao .msg {
        font-size: .28rem;
        line-height: 1.8em;
    }

    .jubao .p-row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .jubao .img {
        left: 0;
    }

    .jubao .col {
        width: 100%;
        padding-top: .3rem;
    }

        .jubao .col .content {
            font-size: .28rem;
            line-height: 1.8em;
        }

        .jubao .col .list li .ico {
            width: .52rem;
            margin-right: .1rem;
        }

        .jubao .col .list li h5 {
            font-size: .24rem;
        }

        .jubao .col .list li p {
            font-size: .28rem;
        }

    .jubao-form {
        font-size: .24rem;
    }

        .jubao-form .wal {
            padding: .8rem .5rem;
        }

        .jubao-form li {
            margin-bottom: .3rem;
            min-height: .65rem;
        }

            .jubao-form li .name {
                line-height: .65rem;
            }

            .jubao-form li p {
                line-height: .65rem;
                font-size: .2rem;
            }

            .jubao-form li .input input, .jubao-form li .input textarea {
                height: .63rem;
                line-height: .63rem;
                font-size: .24rem;
            }

            .jubao-form li .input textarea {
                height: 1.65rem;
                line-height: .43rem;
                padding: .15rem .17rem;
            }

            .jubao-form li.li-02 {
                width: 100%;
            }

            .jubao-form li.li-lzm .img {
                width: 1rem;
            }

        .jubao-form .submit input {
            height: .8rem;
            font-size: .28rem;
        }

    .news .bg {
        background-size: 10rem;
        background-position: center bottom;
    }

    .news .list li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 .3rem;
    }

        .news .list li .zoomImg {
            width: 100%;
        }

        .news .list li .col {
            width: 100%;
            font-size: .24rem;
            padding-top: .3rem;
        }

            .news .list li .col .content {
                line-height: 1.8em;
                font-size: .28rem;
            }

            .news .list li .col .more a {
                width: 1.9rem;
                height: .6rem;
            }

    .news-list ul {
        margin-left: -0.3rem;
        margin-bottom: -0.3rem;
    }

    .news-list li {
        width: 100%;
        padding: 0 0 .3rem .3rem;
    }

        .news-list li a {
            padding: 0 .2rem;
        }

            .news-list li a .time {
                font-size: .24rem;
            }

            .news-list li a .name {
                font-size: .28rem;
                line-height: 1.6em;
                height: auto;
                overflow: auto;
            }

            .news-list li a .more {
                font-size: .24rem;
            }

            .news-list li a .zoomImg img {
                width: 100%;
                height: 4rem;
            }

    .p-num a {
        width: .6rem;
        height: .6rem;
        font-size: .28rem;
    }

        .p-num a.arrow {
            width: .6rem;
            font-size: .24rem;
        }

    .news-show .head dl {
        font-size: .24rem;
    }

    .news-show .content {
        font-size: .28rem;
        line-height: 1.8em;
    }

    .news-show .share {
        font-size: .24rem;
    }

    .p-num2 li a {
        height: 1.27rem;
        padding: 0 .2rem;
        font-size: .22rem;
        line-height: .32rem;
    }

        .p-num2 li a .name {
            max-height: .64rem;
            overflow: hidden;
        }

    .foot-news .title {
        font-weight: 600;
        font-size: .32rem;
    }

    .foot-news .news-list {
        padding: 0;
    }

        .foot-news .news-list ul {
            margin-left: -0.2rem;
        }

        .foot-news .news-list li {
            width: 100%;
            padding-left: .2rem;
        }

            .foot-news .news-list li:nth-child(3) {
                display: none;
            }

    .p-search {
        height: 1.5rem;
    }

        .p-search .form {
            width: 6rem;
            height: .7rem;
            border-radius: .5rem;
        }

            .p-search .form .input input {
                height: .7rem;
                line-height: .7rem;
                font-size: .28rem;
            }

    .product-nav {
        width: 100%;
        position: relative;
    }

        .product-nav .title {
            font-weight: 600;
            padding-right: .2rem;
            font-size: .32rem;
        }

        .product-nav .list {
            position: absolute;
            z-index: 20;
            left: 0;
            top: 100%;
            right: 0;
            background: #fff;
            display: none;
        }

        .product-nav li a.name {
            height: .9rem;
            padding: 0 .2rem;
            font-size: .28rem;
        }

        .product-nav li dl a {
            padding: .15rem .1rem .15rem .36rem;
        }

    .product-nav-fixed.fixed {
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
        width: 100%;
    }

    .product {
        width: 100%;
        padding-top: .5rem;
    }

        .product li {
            width: 100%;
        }

            .product li a {
                padding: .1rem .3rem;
            }

                .product li a .info {
                    font-size: .24rem;
                    padding: .2rem 0 0 0;
                }

                .product li a .name {
                    font-size: .28rem;
                    line-height: .9rem;
                    height: .9rem;
                }

                .product li a .more {
                    font-size: .24rem;
                }

                .product li a .zoomImg img {
                    width: 100%;
                    height: 4rem;
                }

    .w1390 {
        width: 100%;
    }

    .product-show .product-show-head {
        margin-top: .5rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .product-show .product-show-head .zoomImg {
            width: 100%;
        }

        .product-show .product-show-head .col {
            width: 100%;
            padding-bottom: 1rem;
        }

            .product-show .product-show-head .col .title {
                padding: .3rem 0 .2rem 0;
            }

            .product-show .product-show-head .col .msg {
                line-height: .48rem;
            }

            .product-show .product-show-head .col .content {
                font-size: .26rem;
                line-height: .48rem;
            }

            .product-show .product-show-head .col .btns {
                height: .8rem;
            }

                .product-show .product-show-head .col .btns a {
                    font-size: .28rem;
                    height: .8rem;
                }

    .product-show .nav li {
        font-size: .32rem;
    }

        .product-show .nav li a {
            height: .8rem;
            line-height: .8rem;
        }

    .product-show .nav .nav-fixed.fixed {
        top: 1rem;
        right: 0;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    .product-show .product-title {
        height: .9rem;
    }

        .product-show .product-title h2 {
            font-size: .3rem;
            padding-bottom: .12rem;
            font-weight: 600;
        }

    .product-show .product-down a {
        font-size: .28rem;
        line-height: .66rem;
    }

    .service-1 .img {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }

    .service-1 .content {
        width: 100%;
        font-size: .28rem;
        line-height: 1.8em;
        padding-top: .3rem;
    }

    .service-2 .wal-1662 {
        min-height: 9rem;
    }

    .service-2 .list li {
        width: 3.34rem;
        margin-bottom: .3rem;
    }

        .service-2 .list li .box .name {
            font-size: .26rem;
            line-height: .48rem;
        }

    .service-3:before {
        display: none;
    }

    .service-3 .wal-1662 {
        padding: 0;
        margin: 0;
    }

    .service-3 .col {
        width: 100%;
        padding: .5rem .3rem;
    }

        .service-3 .col:nth-child(1) {
            background: #f7f8f8;
        }

    .service-3 .list li a {
        height: 1.2rem;
        font-size: .24rem;
        line-height: .4rem;
    }

        .service-3 .list li a .name {
            height: .4rem;
            font-size: .28rem;
        }

    .service-4 .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-4 .list li .col {
        padding-left: .12rem;
        font-size: .22rem;
        line-height: .34rem;
        letter-spacing: 0;
    }

        .service-4 .list li .col b {
            font-size: .26rem;
            letter-spacing: 0;
        }

    .service-5 .form li {
        min-height: .6rem;
    }

        .service-5 .form li .name {
            line-height: .6rem;
        }

        .service-5 .form li .input input, .service-5 .form li .input textarea {
            height: .58rem;
            line-height: .58rem;
            font-size: .24rem;
        }

        .service-5 .form li .input textarea {
            height: 1.5rem;
            line-height: .33rem;
        }

        .service-5 .form li.li-02 {
            width: 2.6rem;
        }

        .service-5 .form li.li-lzm .img {
            width: 1rem;
        }

    .service-5 .form .submit input {
        height: .7rem;
        font-size: .26rem;
    }

    .job li {
        width: 100%;
    }

        .job li .container {
            height: 4.4rem;
            background: rgba(255,255,255,.2);
        }

            .job li .container .content {
                font-size: .28rem;
                line-height: 1.8em;
            }

    .job-list .msg {
        font-size: .28rem;
        line-height: 1.8em;
    }

    .job-list .list .title, .job-list .list li a {
        font-size: .24rem;
        height: .9rem;
    }

        .job-list .list .title div:nth-child(2), .job-list .list .title div:nth-child(3), .job-list .list li a div:nth-child(2), .job-list .list li a div:nth-child(3) {
            display: none;
        }

        .job-list .list .title .col-1, .job-list .list li a .col-1 {
            padding-left: .2rem;
            width: 2.4rem;
        }

        .job-list .list .title .col, .job-list .list li a .col {
            width: 1.9rem;
        }

        .job-list .list .title .col-btn, .job-list .list li a .col-btn {
            width: 1.4rem;
        }

    .job-list .list2 ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .job-list .list2 li {
        padding: .12rem .3rem;
    }

    .job-list .list2 .name {
        font-size: .24rem;
    }

    .job-list .list2 h5 {
        font-size: .3rem;
    }

    .p-layer .container {
        width: 6.9rem;
        padding: .3rem;
    }

    .p-layer .close {
        margin-left: -0.8rem;
        top: -0.8rem;
    }

    .job-show .container h2, .job-form .container h2 {
        font-size: .32rem;
    }

    .job-show .container dl.info, .job-form .container dl.info {
        font-size: .24rem;
        line-height: .4rem;
        padding: .2rem 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .job-show .container dl.info dd, .job-form .container dl.info dd {
            min-width: 50%;
        }

            .job-show .container dl.info dd:nth-child(3):before, .job-form .container dl.info dd:nth-child(3):before {
                display: none;
            }

    .job-show .container .btn a, .job-form .container .btn a {
        font-size: .28rem;
        line-height: .88rem;
    }

    .job-show .container .content {
        line-height: 1.8em;
        max-height: 50vh;
        overflow-y: auto;
        padding-bottom: 0;
        margin-bottom: .4rem;
    }

    .job-form .container li {
        min-height: .65rem;
    }

        .job-form .container li .name {
            line-height: .65rem;
        }

        .job-form .container li p {
            line-height: .65rem;
            font-size: .24rem;
        }

        .job-form .container li .input input, .job-form .container li .input textarea {
            height: .63rem;
            line-height: .63rem;
            font-size: .24rem;
        }

        .job-form .container li .input textarea {
            height: 1.65rem;
            line-height: .33rem;
        }

        .job-form .container li.li-02 {
            width: 100%;
        }

        .job-form .container li.li-lzm .img {
            width: 1rem;
        }

    .job-form .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-bottom: .2rem;
        color: #999;
        font-size: .24rem;
    }

        .job-form .container .tips img {
            width: .13rem;
            margin-right: .09rem;
        }

    .job-form .container .submit input {
        height: .76rem;
        font-size: .26rem;
    }

    .job-form-ok .container {
        width: 6rem;
        height: 5rem;
        text-align: center;
    }

        .job-form-ok .container p {
            font-size: .24rem;
        }

    .contact {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .contact .map {
            width: 100%;
            height: 5rem;
        }

        .contact .col {
            width: 100%;
            padding: .6rem .3rem;
        }

            .contact .col ul {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

            .contact .col li {
                min-width: 50%;
            }

                .contact .col li .name {
                    font-size: .22rem;
                }

                .contact .col li h5 {
                    font-size: .28rem;
                }

    .contact-list li {
        width: 50%;
        padding-bottom: .5rem;
    }

        .contact-list li dd {
            font-size: .24rem;
            line-height: .5rem;
        }
}


.indexPart6{min-height:1rem;}
.indexPart6 .list{padding:.7rem .45rem .6rem .46rem;}
.indexPart6 .list li{min-height:.88rem; position:relative; border-bottom:#ececec solid 1px; padding:.18rem .16rem;}
.indexPart6 .list .time{font-size:.13rem; color:#0b519f;}
.indexPart6 .list .name{font-size:.14rem; padding-top:.1rem; color:#333;}
.indexPart6 .list a{display:block; position:absolute; left:0; top:0; width:100%; height:100%;}
.indexPart6 .list a:before{content:""; display:block; background:url(../images/img44.png) center no-repeat; background-size:cover; width:.44rem; height:.4rem; position:absolute; right:.29rem; top:50%; margin-top:-.2rem;}
.indexPart6 .list li:hover{background:#0b519f;}
.indexPart6 .list li:hover .time,
.indexPart6 .list li:hover .name{color:#FFF;}
.indexPart6 .list li:hover a:before{background-image:url(../images/img44on.png);}

.service_03{background:#FFF; margin-bottom:.25rem; min-height:1rem; width:100%; padding:0;}
.service_03 .indexTitle{height:.76rem; border-bottom:#CCC solid 1px; position:relative; padding-left:.46rem;}
.service_03-1 .list a:before{background-image:url(../images/nimg39.png); background-size:.39rem;}
.service_03-1 .list li:hover a:before{background-image:url(../images/img39on.png);}

@media screen and (max-width: 800px)
.index-product2 .list li { width: 50%; }