.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

body.show a, body.show .transition, body.show :before, body.show img {
    -webkit-transition: All .5s ease;
    transition: All .5s ease
}

@media screen and (min-width: 800px) {
    ::-webkit-scrollbar {
        width: .06rem;
        background-color: rgba(0, 0, 0, 0)
    }

    ::-webkit-scrollbar-thumb {
        width: .06rem;
        border-radius: 4px;
        background-color: #00a0e9
    }

    ::-webkit-scrollbar-corner {
        background-color: rgba(0, 0, 0, 0)
    }

    ::-webkit-scrollbar:horizontal {
        height: .06rem
    }
}

.zoomImg {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block
}

.zoomImg:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: .6;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.zoomImg:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

.zoomImg:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

a:hover .zoomImg:before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

a:hover .zoomImg img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 100px
}

body {
    font-size: 12px;
    font-family: "Roboto-Light";
    color: #333;
    -webkit-text-size-adjust: none;
    opacity: 0;
    -webkit-font-smoothing: antialiased
}

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: #00a0e9;
    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: 14.4rem;
    margin: 0 auto
}

@font-face {
    font-family: "iconfont";
    src: url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff2?t=1650704386844") format("woff2"), url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.woff?t=1650704386844") format("woff"), url("//at.alicdn.com/t/font_2640790_0xr51bk0scp.ttf?t=1650704386844") format("truetype")
}

.iconfont {
    font-family: "iconfont"
}

@font-face {
    font-family: "Roboto-Bold";
    src: url(../image/Roboto-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Light";
    src: url(../image/Roboto-Light.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Roboto-Regular";
    src: url(../image/Roboto-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "msyhbd";
    src: url(../image/msyhbd.ttc) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "msyhl";
    src: url(../image/msyhl.ttc) format("truetype");
    font-weight: normal;
    font-style: normal
}

.g-head .head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2rem;
    background: url(../image/index-head.jpg) center no-repeat;
    background-size: 100% 100%
}

.g-head .logo {
    position: absolute;
    left: 50%;
    top: .4rem;
    width: 1.2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.g-head .foot {
    position: absolute;
    left: 0;
    bottom: .5rem;
    right: 0;
    text-align: center;
    font-size: .14rem;
    line-height: .24rem;
    color: gray
}

.g-head .navA {
    display: none
}

.g-head .g-nav {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.g-head .g-nav 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;
    font-size: .2rem;
    height: .6rem;
    padding-left: .6rem;
    position: relative
}

.g-head .g-nav a:before {
    content: "";
    display: block;
    position: absolute;
    left: .4rem;
    top: 50%;
    width: .03rem;
    height: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #00a0e9
}

.g-head .g-nav a:hover, .g-head .g-nav a.on {
    color: #00a0e9
}

.g-head .g-nav a:hover:before, .g-head .g-nav a.on:before {
    height: .18rem
}

.g-head .g-nav li.open a.name {
    color: #00a0e9
}

.g-head .g-nav li.open a.name:before {
    height: .18rem
}

.g-head .g-nav .list {
    padding-bottom: .1rem;
    display: none
}

.g-head .g-nav .list.show {
    display: block
}

.g-head .g-nav .list a {
    font-size: .18rem;
    height: .4rem;
    color: #666
}

.g-head .g-nav .list a:hover, .g-head .g-nav .list a.on {
    color: #00a0e9
}

.g-head .g-nav .list a:hover:before, .g-head .g-nav .list a.on:before {
    height: .14rem
}

.g-head .language {
    position: fixed;
    z-index: 50;
    top: .4rem;
    right: .4rem;
    font-size: .16rem;
    color: #999
}

.g-head .language em {
    padding: 0 .02rem
}

.g-head .language a {
    color: #999;
    opacity: .5
}

.g-head .language a:hover, .g-head .language a.on {
    opacity: 1
}

.index-head .head {
    background: rgba(255, 255, 255, .9)
}

.index-head .language {
    color: #fff
}

.index-head .language a {
    color: #fff
}

.side-bar {
    position: fixed;
    z-index: 20;
    right: .4rem;
    bottom: .6rem;
    display: none
}

.side-bar 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: .6rem;
    height: .6rem
}

.side-bar a img {
    width: .36rem
}

@media screen and (max-width: 800px) {
    html {
        font-size: 50px
    }

    .wal, .wal-1200 {
        margin: 0 .6rem
    }

    body.navShow {
        overflow: hidden
    }

    body.navShow .g-head .head {
        left: 0
    }

    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:after {
        display: block;
        content: "";
        position: fixed;
        z-index: 49;
        left: 0;
        top: 0;
        right: 0;
        height: 2rem;
        background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0))
    }

    .g-head .head {
        left: -3.2rem;
        width: 3.2rem;
        -webkit-transition: left .5s ease;
        transition: left .5s ease
    }

    .g-head .logo {
        width: 1.8rem
    }

    .g-head .foot {
        font-size: .22rem;
        line-height: .34rem
    }

    .g-head .navA {
        position: absolute;
        top: 0;
        left: 100%;
        width: 1rem;
        height: 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;
        background: #fff
    }

    .g-head .navA i {
        font-family: "iconfont";
        font-style: normal;
        font-size: .26rem
    }

    .g-head .navA i:nth-child(2) {
        display: none
    }

    .g-head .g-nav a.name {
        font-size: .28rem;
        height: .8rem
    }

    .g-head .g-nav a.name:before {
        width: .04rem
    }

    .g-head .g-nav a.name:hover:before, .g-head .g-nav a.name.on:before {
        height: .28rem
    }

    .g-head .g-nav .list a {
        font-size: .24rem;
        height: .6rem
    }

    .g-head .g-nav .list a:hover:before, .g-head .g-nav .list a.on:before {
        height: .2rem
    }

    .g-head .language {
        top: .4rem;
        right: .4rem;
        font-size: .26rem
    }

    .g-head .language em {
        padding: 0 .02rem
    }

    .side-bar {
        right: .3rem;
        bottom: .6rem
    }
}

@media screen and (max-width: 550px) {
    .wal, .wal-1200 {
        margin: 0 .3rem
    }
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.index {
    background: #fff center no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh
}

.index video {
    display: block;
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover
}

.index .container {
    position: absolute;
    left: 3.4rem;
    top: 0;
    bottom: 0;
    right: 0;
    color: #00a0e9;
    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
}

.index .container .title {
    font-size: .52rem;
    line-height: .72rem
}

.index .container div.title {
    font-family: "msyhl"
}

.index .container h2.title {
    font-family: "msyhbd"
}

.index .container .en {
    font-size: .18rem;
    line-height: .28rem;
    margin-top: .4rem;
    font-family: "Roboto-Light"
}

.page {
    min-height: 100vh;
    padding: 1.6rem 0 1.6rem 2rem
}

.page-title {
    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
}

.page-title h2 {
    font-size: .46rem;
    color: #212121;
    line-height: 1em
}

.page-title .nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.page-title .nav li {
    margin-left: .6rem
}

.page-title .nav 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;
    position: relative;
    height: .46rem;
    font-size: .22rem;
    color: #666
}

.page-title .nav a:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #00a0e9;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.page-title .nav a:hover, .page-title .nav a.on {
    color: #00a0e9
}

.page-title .nav a:hover:before, .page-title .nav a.on:before {
    width: 100%
}

.innovate {
    padding-top: .75rem
}

.innovate div.title {
    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: .38rem;
    margin-bottom: .2rem;
    margin-top: 1.5rem
}

.innovate div.title em {
    font-size: .38rem;
    font-family: "Roboto-Bold";
    margin-right: .12rem
}

.innovate div.title h2 {
    font-size: .32rem
}

.innovate .content {
    font-size: .2rem;
    line-height: .36rem;
    color: #3b4048;
    text-align: justify
}

.innovate .content .p {
    padding-bottom: .16rem
}

.innovate .innovate-1 {
    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
}

.innovate .innovate-1 .title {
    margin-top: 0
}

.innovate .innovate-1 .col {
    width: 6.2rem
}

.innovate .innovate-1 .zoomImg {
    width: 7.02rem;
    border: rgba(33, 33, 33, .15) solid 1px
}

.innovate .list {
    padding: .3rem 0
}

.innovate .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
}

.innovate .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.innovate .list li .ico {
    width: .64rem
}

.innovate .list li .name {
    font-size: .18rem;
    color: #212121;
    padding: .08rem 0
}

.innovate .list li p {
    font-size: .14rem;
    color: #666
}

.innovate .list2 {
    background: url(../image/img1440.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: .4rem;
    color: #fff
}

.innovate .list2 .bg {
    background: rgba(0, 160, 233, .95);
    min-height: 6.5rem;
    margin-left: auto;
    width: 50%;
    padding: .55rem .6rem
}

.innovate .list2 .title {
    font-size: .22rem;
    line-height: .38rem;
    padding-bottom: .25rem
}

.innovate .list2 li {
    position: relative;
    padding: .25rem 0
}

.innovate .list2 li .ico {
    width: .46rem;
    position: absolute;
    left: -0.83rem;
    top: 50%;
    margin-top: -0.23rem
}

.innovate .list2 li p {
    font-size: .2rem;
    line-height: .28rem
}

.innovate .list3 {
    background: url(../image/img1440_2.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: .4rem;
    color: #fff
}

.innovate .list3 .bg {
    background: rgba(0, 160, 233, .95);
    min-height: 7.5rem;
    margin-left: auto;
    width: 4.8rem;
    padding: 0 .3rem
}

.innovate .list3 .title {
    font-size: .22rem;
    line-height: .38rem;
    width: 8.4rem;
    position: absolute;
    left: .55rem;
    top: .55rem
}

.innovate .list3 li {
    font-size: .2rem;
    line-height: .36rem;
    padding: .35rem 0;
    border-bottom: rgba(255, 255, 255, .2) solid 1px
}

.innovate .list3 li:last-child {
    border: 0
}

.platform {
    padding-bottom: 1.2rem
}

.platform .content {
    font-size: .2rem;
    line-height: .34rem;
    color: #4d4d4d;
    padding: .45rem 0
}

.platform .list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.platform .list .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
}

.platform .list .name .ico {
    width: .36rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: .15rem
}

.platform .list .name h5 {
    font-size: .24rem;
    color: #212121
}

.platform .list p {
    font-size: .2rem;
    line-height: .32rem;
    color: #4d4d4d;
    margin-top: .16rem
}

.platform .list .ul-1 {
    width: 5.3rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: url(../image/img530.jpg) center no-repeat;
    background-size: cover;
    position: relative
}

.platform .list .ul-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    right: 0;
    bottom: 0;
    border: #d9d9d9 solid 1px;
    pointer-events: none
}

.platform .list .ul-1 li {
    height: 2.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: .3rem
}

.platform .list .ul-1 li:nth-child(1) {
    position: relative
}

.platform .list .ul-1 li:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    left: .3rem;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #d9d9d9
}

.platform .list .title {
    width: .6rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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: #00a0e9;
    color: #fff;
    position: relative;
    font-size: .22rem;
    font-weight: bold;
    line-height: 1.2em
}

.platform .list .title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    height: 1px;
    background: #00a0e9
}

.platform .list .title div {
    width: 1em
}

.platform .list .title sup {
    -webkit-transform: scale(0.6) translateX(0.06rem);
    -ms-transform: scale(0.6) translateX(0.06rem);
    transform: scale(0.6) translateX(0.06rem)
}

.platform .list .title .en {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: .24rem
}

.platform .list .ul-2 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.platform .list .ul-2 li {
    width: 33.333%;
    height: 2.5rem;
    position: relative
}

.platform .list .ul-2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: 0;
    bottom: 0;
    border: #d9d9d9 solid 1px;
    pointer-events: none
}

.platform .list .ul-2 li .item {
    padding: .7rem .3rem 0 .3rem;
    position: relative
}

.platform .list .ul-2 li .num {
    position: absolute;
    top: .15rem;
    right: .15rem;
    font-size: .38rem;
    line-height: 1em;
    font-family: "Roboto-Bold";
    color: rgba(33, 33, 33, 0);
    -webkit-text-stroke: 1px rgba(0, 0, 0, .2)
}

.platform .list .ul-2 li:nth-child(3):before {
    display: none
}

.platform .list .ul-2 li:nth-child(3) .item {
    height: 5rem;
    background: url(../image/img284.jpg) center no-repeat;
    background-size: cover
}

.platform .list .ul-2 li:nth-child(3) .item:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: 0;
    bottom: 0;
    border: #d9d9d9 solid 1px;
    pointer-events: none
}

.case {
    padding-top: .5rem
}

.case .item {
    margin-bottom: .2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #f6f7fb;
    padding: 0 .5rem 0 .82rem
}

.case .item .hd {
    height: .8rem;
    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;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-bottom: rgba(0, 0, 0, 0) solid 1px
}

.case .item .hd:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.24rem;
    top: 50%;
    width: .04rem;
    height: 0;
    background: #00a0e9;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.case .item .hd:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: .8rem;
    content: "";
    font-family: "iconfont";
    font-size: .22rem;
    font-weight: bold
}

.case .item .hd h3 {
    font-size: .22rem;
    margin-left: -0.24rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.case .item .container {
    display: none;
    font-size: .2rem;
    line-height: .36rem;
    color: #666
}

.case .item .container .row {
    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: .25rem 0 0 0
}

.case .item .container .row .zoomImg {
    width: 5.23rem
}

.case .item .container .list-1 {
    width: 7.1rem
}

.case .item .container .list-1 li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.case .item .container .list-1 li .name {
    min-width: 5em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.case .item .container .tips {
    padding: .35rem 0 .65rem 0
}

.case .item .container .tips b {
    color: #333
}

.case .item .container .list-2 {
    padding-bottom: .65rem;
    margin-top: -0.6rem
}

.case .item .container .list-2 li {
    position: relative;
    padding-left: .18rem
}

.case .item .container .list-2 li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "•"
}

.case .item.on {
    background: #fff;
    box-shadow: 0 0 .16rem 0 rgba(0, 76, 160, .2)
}

.case .item.on .hd {
    color: #00a0e9;
    border-color: rgba(0, 0, 0, .1)
}

.case .item.on .hd:before {
    height: .2rem
}

.case .item.on .hd:after {
    content: ""
}

.case .item.on .hd h3 {
    margin-left: 0
}

.news li {
    padding: .6rem 0 .2rem 0
}

.news 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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.news a:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.2rem;
    top: -0.2rem;
    right: -0.2rem;
    bottom: -0.2rem;
    opacity: 0;
    box-shadow: 0 0 .15rem rgba(0, 0, 0, .1)
}

.news a .zoomImg {
    width: 5.4rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative
}

.news a .col {
    width: 100%;
    padding: 0 .6rem;
    position: relative
}

.news a .col .name {
    font-weight: bold;
    font-size: .24rem;
    line-height: .36rem
}

.news a .col .content {
    font-size: .2rem;
    line-height: .36rem;
    color: #4d4d4d;
    margin-top: .16rem;
    height: 1.08rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.news a .col .time {
    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: .16rem;
    margin-top: .16rem
}

.news a .col .time em {
    padding-left: 0;
    position: relative;
    -webkit-transition: padding-left .5s ease;
    transition: padding-left .5s ease
}

.news a .col .time em:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 1px;
    background: #00a0e9
}

.news a .col .time span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #3b4048;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.news a .col .time span:before {
    display: block;
    content: "";
    width: .14rem;
    height: .14rem;
    background: url(../image/time14.png) center no-repeat;
    background-size: 100%;
    margin-right: .08rem
}

.news a:hover:before {
    opacity: 1
}

.news a:hover .col .time em {
    padding-left: .39rem
}

.news a:hover .col .time em:before {
    width: .26rem
}

.news-detail {
    padding-top: .6rem
}

.news-detail .hd {
    position: relative;
    margin-bottom: .3rem;
    border-bottom: rgba(33, 33, 33, .2) solid 1px
}

.news-detail .hd .title {
    font-size: .32rem
}

.news-detail .hd dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .15rem 0 .18rem 0;
    font-size: .2rem;
    color: gray
}

.news-detail .hd .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: .54rem;
    height: .54rem;
    border: #e7e7e7 solid 1px;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "iconfont";
    font-size: .22rem;
    color: #00a0e9
}

.news-detail .hd .back:hover {
    background: #00a0e9;
    color: #fff;
    border-color: #00a0e9
}

.news-detail .content {
    font-size: .2rem;
    line-height: .34rem;
    color: #4d4d4d;
    text-align: justify;
    padding-bottom: .3rem
}

.news-detail .content .p {
    padding-bottom: .3rem
}

.news-detail .content .imgs {
    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
}

.news-detail .content .imgs .zoomImg {
    margin-bottom: .3rem;
    width: 6.9rem
}

.p-num2 {
    border-top: rgba(33, 33, 33, .2) solid 1px;
    padding: .35rem 0 1rem 0;
    font-size: .2rem
}

.p-num2 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
}

.about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.6rem
}

.about .col {
    width: 8.4rem
}

.about .col .content {
    font-size: .2rem;
    line-height: .34rem;
    text-align: justify;
    color: #4d4d4d;
    margin-top: .35rem
}

.about .col .content .p {
    padding-bottom: .34rem
}

.about .zoomImg {
    width: 5.14rem
}

.concept {
    padding-bottom: 1.6rem;
    padding-top: .6rem
}

.concept 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
}

.concept li {
    width: 4.4rem;
    position: relative
}

.concept li .content {
    position: absolute;
    z-index: 2;
    left: .3rem;
    top: .3rem;
    right: .3rem;
    font-size: .2rem;
    line-height: .36rem;
    color: #4d4d4d;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.concept li .content sup {
    display: inline-block;
    -webkit-transform: scale(0.5) translateX(-0.06rem) translateY(-0.06rem);
    -ms-transform: scale(0.5) translateX(-0.06rem) translateY(-0.06rem);
    transform: scale(0.5) translateX(-0.06rem) translateY(-0.06rem);
    width: .2em
}

.concept li .content2 {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: .24rem;
    line-height: .44rem;
    color: #fff;
    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;
    text-align: center;
    background: rgba(0, 160, 233, .9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 .3rem;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.concept li .content2 sup {
    display: inline-block;
    -webkit-transform: scale(0.5) translateX(-0.06rem) translateY(-0.06rem);
    -ms-transform: scale(0.5) translateX(-0.06rem) translateY(-0.06rem);
    transform: scale(0.5) translateX(-0.06rem) translateY(-0.06rem);
    width: .2em
}

.concept li:hover .content {
    opacity: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.concept li:hover .content2 {
    opacity: 1
}

.organization {
    margin-top: .6rem;
    width: 100%;
    overflow: hidden;
    position: relative
}

.organization ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.organization li a {
    display: block;
    margin-right: .2rem;
    width: 1.88rem
}

.employee-care {
    padding-bottom: 1.1rem
}

.employee-care .content {
    font-size: .2rem;
    line-height: .36rem;
    color: #3b4048;
    padding: .3rem 0 .35rem 0
}

.employee-care .list {
    position: relative
}

.employee-care .list .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    opacity: 0
}

.employee-care .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.employee-care .list li {
    height: 4.6rem;
    width: 11.111%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.employee-care .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .5)
}

.employee-care .list li .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: .2rem
}

.employee-care .list li .item .ico {
    width: .68rem;
    margin-bottom: .06rem
}

.employee-care .list li:hover {
    background: rgba(0, 160, 233, .5)
}

.job {
    padding-top: .5rem
}

.job .item {
    margin-bottom: .2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #f6f7fb;
    padding: 0 .6rem 0 .82rem
}

.job .item .hd {
    height: 1.2rem;
    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;
    cursor: pointer;
    border-bottom: rgba(0, 0, 0, 0) solid 1px
}

.job .item .hd:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    font-family: "iconfont";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-top: -0.2rem;
    width: .4rem;
    height: .4rem;
    border: rgba(184, 184, 184, .6) solid 1px;
    color: #b8b8b8;
    font-size: .16rem;
    box-sizing: border-box
}

.job .item .hd h5 {
    font-size: .22rem;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    position: relative;
    margin-bottom: .18rem
}

.job .item .hd h5:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.22rem;
    top: 50%;
    width: .04rem;
    height: .2rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #666
}

.job .item .hd dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 9.15rem;
    font-size: .18rem;
    color: #666
}

.job .item .hd dl dd {
    width: 33.333%
}

.job .item .container {
    display: none;
    padding: 0 0 0 .24rem
}

.job .item .container h5 {
    font-size: .2rem;
    position: relative;
    margin-top: .3rem;
    margin-bottom: .15rem
}

.job .item .container h5:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.24rem;
    top: .03rem;
    content: "•"
}

.job .item .container .content {
    font-size: .2rem;
    line-height: .4rem;
    color: #666
}

.job .item .container .btn {
    padding: .3rem 0 .4rem 0
}

.job .item .container .btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: .56rem;
    background: #00a0e9;
    color: #fff;
    font-size: .2rem
}

.job .item .container .btn a:after {
    display: block;
    content: "";
    width: .19rem;
    height: .19rem;
    background: url(../image/img19.png) center no-repeat;
    background-size: 100%;
    margin-left: .1rem
}

.job .item.on {
    background: #fff;
    box-shadow: 0 0 .16rem 0 rgba(0, 76, 160, .2)
}

.job .item.on .hd {
    border-color: rgba(0, 0, 0, .1)
}

.job .item.on .hd:before {
    border-color: #00a0e9;
    background: #00a0e9;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff
}

.job .item.on .hd h5 {
    color: #00a0e9
}

.job .item.on .hd h5:before {
    background: #00a0e9
}

.contact {
    width: 6.6rem;
    padding: .25rem 0 1rem 0
}

.contact .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: rgba(33, 33, 33, .2) solid 1px;
    padding: .28rem 0 .2rem 0;
    font-size: .2rem;
    color: #3b4048;
    line-height: .32rem
}

.contact .list li .ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: .19rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: .32rem
}

.contact .list li .name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 .16rem
}

.contact .list li p {
    width: 100%;
    text-align: right
}

.contact .ewm {
    width: 1.4rem;
    text-align: center;
    padding-top: .4rem
}

.contact .ewm .name {
    font-size: .2rem;
    padding-top: .1rem
}

.online-message {
    width: 6.6rem;
    padding-top: .25rem
}

.online-message li {
    border-bottom: rgba(33, 33, 33, .2) solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .15rem
}

.online-message li .ico {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: .18rem
}

.online-message li .input {
    width: 100%
}

.online-message li .input input::-webkit-input-placeholder {
    color: #b3b3b3
}

.online-message li .input input::-moz-placeholder {
    color: #b3b3b3
}

.online-message li .input input:-moz-placeholder {
    color: #b3b3b3
}

.online-message li .input input:-ms-input-placeholder {
    color: #b3b3b3
}

.online-message li .input textarea::-webkit-input-placeholder {
    color: #b3b3b3
}

.online-message li .input textarea::-moz-placeholder {
    color: #b3b3b3
}

.online-message li .input textarea:-moz-placeholder {
    color: #b3b3b3
}

.online-message li .input textarea:-ms-input-placeholder {
    color: #b3b3b3
}

.online-message li .input input {
    width: 100%;
    height: .58rem;
    line-height: .58rem;
    padding-left: .2rem;
    font-size: .2rem;
    color: #333
}

.online-message .submit {
    padding-top: .13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.online-message .submit div {
    border-bottom: rgba(33, 33, 33, .2) solid 1px
}

.online-message .submit input {
    height: .6rem;
    font-size: .2rem;
    cursor: pointer
}

#map {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 4.9rem
}

.yfgx .content {
    font-size: .2rem;
    line-height: .34rem;
    color: #4d4d4d;
    padding: .5rem 0 .35rem 0
}

.yfgx .list .hd, .yfgx .list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.yfgx .list .hd .col, .yfgx .list li .col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: .7rem;
    position: relative
}

.yfgx .list .hd .col:after, .yfgx .list li .col:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .2)
}

.yfgx .list .hd .col:last-child:after, .yfgx .list li .col:last-child:after {
    display: none
}

.yfgx .list .hd .col-1, .yfgx .list li .col-1 {
    width: 1.37rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.yfgx .list .hd .col-2, .yfgx .list li .col-2 {
    width: 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: .3rem
}

.yfgx .list .hd .col-3, .yfgx .list li .col-3 {
    width: 1.2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.yfgx .list .hd .col-4, .yfgx .list li .col-4 {
    width: 2rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.yfgx .list .hd .col-5, .yfgx .list li .col-5 {
    width: 100%
}

.yfgx .list .hd {
    background: #00a0e9;
    color: #fff;
    font-size: .2rem
}

.yfgx .list .hd .col img {
    width: .2rem;
    margin-right: .06rem
}

.yfgx .list ul {
    border: #dbdbdb solid 1px;
    border-top: 0
}

.yfgx .list li {
    font-size: .18rem;
    color: #4d4d4d
}

.yfgx .list li:nth-child(even) {
    background: #f0f3f5
}

.yfgx .list li .col {
    height: .6rem
}

.yfgx .list li .col:after {
    background: #dbdbdb
}

.yfgx .list li .col-5 {
    padding: 0 .3rem
}

.yfgx .list li .col-5 .bar {
    height: .1rem;
    border-radius: .1rem;
    overflow: hidden;
    position: relative;
    width: 100%
}

.yfgx .list li .col-5 .bar div {
    height: .1rem;
    background: #00a0e9;
    border-radius: .1rem;
    width: 0
}

.business-development {
    color: #4d4d4d
}

.business-development .content {
    font-size: .2rem;
    line-height: .34rem;
    padding: .5rem 0 .35rem 0
}

.business-development .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
}

.business-development .list li {
    width: 4.4rem;
    height: 1.8rem;
    background: #f0f3f5;
    position: relative;
    padding: .3rem;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.business-development .list li .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.business-development .list li .num {
    font-family: "Roboto-Bold";
    font-size: .32rem;
    margin-bottom: .1rem;
    position: relative
}

.business-development .list li p {
    position: relative;
    font-size: .2rem;
    line-height: .32rem
}

.business-development .list li:hover {
    color: #fff
}

.business-development .list li:hover .bg {
    opacity: 1
}

.business-development .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;
    padding-top: .55rem;
    font-size: .2rem;
    line-height: .34rem
}

.business-development .tips a {
    margin-right: .3rem;
    position: relative
}

.business-development .tips a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000
}

.business-development .tips a:hover:before {
    background: #00a0e9
}

@media screen and (max-width: 800px) {
    .index video {
        display: none
    }

    .index .container {
        left: .4rem
    }

    .index .container .en {
        font-size: .22rem;
        line-height: .32rem
    }

    .page {
        min-height: 100vh;
        padding: 1.6rem 0 1.6rem 0
    }

    .page-title {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-title .nav {
        margin-top: .25rem;
        width: 100%
    }

    .page-title .nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-left: -0.3rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .page-title .nav li {
        margin-left: .3rem
    }

    .page-title .nav a {
        height: .54rem;
        font-size: .26rem
    }

    .innovate .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .innovate .innovate-1 .col {
        width: 100%
    }

    .innovate .innovate-1 .zoomImg {
        width: 100%;
        margin-top: .3rem
    }

    .innovate .list ul {
        margin-left: -0.3rem;
        margin-right: -0.3rem
    }

    .innovate .list li {
        width: 33.333%;
        padding: .2rem 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .innovate .list li .name {
        font-size: .24rem;
        color: #212121;
        padding: .08rem 0
    }

    .innovate .list li p {
        font-size: .2rem
    }

    .innovate .list2 {
        background: url(../image/img1440.jpg) center top no-repeat;
        background-size: 100% 4rem;
        padding-top: 4rem
    }

    .innovate .list2 .bg {
        min-height: 5rem;
        width: 100%;
        padding: .55rem .3rem .55rem 1.1rem
    }

    .innovate .list2 .title {
        font-size: .26rem;
        line-height: .44rem;
        padding-bottom: 0;
        position: absolute;
        left: .3rem;
        top: -1.8rem;
        right: .3rem
    }

    .innovate .list2 li {
        padding: .15rem 0
    }

    .innovate .list2 li .ico {
        width: .52rem;
        margin-top: -0.26rem
    }

    .innovate .list2 li p {
        font-size: .24rem;
        line-height: .44rem
    }

    .innovate .list3 {
        background: url(../image/img1440_2.jpg) center top no-repeat;
        background-size: 100% 4rem;
        padding-top: 4rem
    }

    .innovate .list3 .bg {
        min-height: 7.5rem;
        width: 100%
    }

    .innovate .list3 .title {
        font-size: .26rem;
        line-height: .44rem;
        width: auto;
        left: .3rem;
        top: 2rem;
        right: .3rem
    }

    .innovate .list3 li {
        font-size: .24rem;
        line-height: .44rem
    }

    .platform .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .platform .list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .platform .list .name .ico {
        width: .42rem
    }

    .platform .list .name h5 {
        font-size: .26rem
    }

    .platform .list p {
        font-size: .24rem;
        line-height: .44rem
    }

    .platform .list .ul-1 {
        width: 100%
    }

    .platform .list .ul-1 li {
        height: 2.8rem
    }

    .platform .list .title {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: .28rem;
        height: 1rem
    }

    .platform .list .title:before {
        display: none
    }

    .platform .list .title div {
        width: auto
    }

    .platform .list .title sup {
        -webkit-transform: scale(0.6) translateX(0) translateY(-0.1rem);
        -ms-transform: scale(0.6) translateX(0) translateY(-0.1rem);
        transform: scale(0.6) translateX(0) translateY(-0.1rem)
    }

    .platform .list .title .en {
        -webkit-writing-mode: revert;
        -ms-writing-mode: revert;
        writing-mode: revert;
        font-size: .3rem
    }

    .platform .list .ul-2 {
        width: 100%
    }

    .platform .list .ul-2 li {
        width: 50%;
        height: 2.8rem
    }

    .platform .list .ul-2 li .num {
        font-size: .48rem
    }

    .platform .list .ul-2 li:nth-child(3) {
        width: 100%
    }

    .platform .list .ul-2 li:nth-child(3) .item {
        height: 2.8rem
    }

    .case .item {
        padding: 0 .3rem 0 .6rem
    }

    .case .item .hd {
        height: 1rem
    }

    .case .item .hd:after {
        line-height: 1rem;
        font-size: .24rem
    }

    .case .item .hd h3 {
        font-size: .28rem
    }

    .case .item .container {
        font-size: .24rem;
        line-height: .44rem
    }

    .case .item .container .row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: .3rem 0 0 0
    }

    .case .item .container .row .zoomImg {
        width: 100%;
        margin-bottom: .3rem
    }

    .case .item .container .list-1 {
        width: 100%
    }

    .case .item.on .hd:before {
        height: .28rem
    }

    .news li {
        padding: .6rem 0 .2rem 0
    }

    .news a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news a .zoomImg {
        width: 100%
    }

    .news a .col {
        width: 100%;
        padding: .3rem
    }

    .news a .col .name {
        font-size: .28rem;
        line-height: .44rem
    }

    .news a .col .content {
        font-size: .24rem;
        line-height: .4rem;
        margin-top: .16rem;
        height: 1.2rem
    }

    .news a .col .time {
        font-size: .24rem;
        margin-top: .2rem
    }

    .news a .col .time span:before {
        width: .2rem;
        height: .2rem
    }

    .news-detail .hd {
        padding-right: 1rem
    }

    .news-detail .hd dl {
        font-size: .24rem
    }

    .news-detail .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .news-detail .content .imgs .zoomImg {
        width: 100%
    }

    .p-num2 {
        font-size: .24rem;
        line-height: 2em
    }

    .about {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about .col {
        width: 100%;
        padding-bottom: .4rem
    }

    .about .col .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .about .zoomImg {
        width: 100%
    }

    .about .zoomImg img {
        width: 100%
    }

    .concept {
        padding-bottom: 1rem
    }

    .concept li {
        width: 100%;
        margin-bottom: .6rem
    }

    .concept li .zoomImg img {
        width: 100%;
        height: 3.5rem
    }

    .concept li .content {
        left: .4rem;
        top: .4rem;
        right: .4rem;
        font-size: .24rem;
        line-height: .44rem
    }

    .concept li .content2 {
        font-size: .28rem;
        line-height: .48rem;
        padding: 0 .4rem
    }

    .organization li a {
        width: 2rem;
        margin-right: .2rem
    }

    .employee-care .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .employee-care .list {
        margin-right: -0.3rem;
        margin-left: -0.3rem
    }

    .employee-care .list li {
        height: 2rem;
        width: 33.333%
    }

    .employee-care .list li:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -1px;
        right: 0;
        height: 1px;
        background: rgba(255, 255, 255, .5)
    }

    .employee-care .list li .item {
        font-size: .24rem
    }

    .job .item {
        padding: 0 .2rem 0 .4rem
    }

    .job .item .hd {
        height: 1.5rem
    }

    .job .item .hd h5 {
        font-size: .28rem;
        margin-bottom: .1rem
    }

    .job .item .hd h5:before {
        height: .26rem
    }

    .job .item .hd dl {
        font-size: .24rem
    }

    .job .item .hd dl dd {
        width: auto;
        margin-right: .3rem
    }

    .job .item .hd dl dd:nth-child(3) {
        display: none
    }

    .job .item .container h5 {
        font-size: .28rem
    }

    .job .item .container .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .job .item .container .btn a {
        width: 2.5rem;
        height: .8rem;
        font-size: .26rem
    }

    .job .item .container .btn a:after {
        width: .24rem;
        height: .24rem;
        margin-left: .1rem
    }

    .contact {
        width: 100%
    }

    .contact .list li {
        padding: .28rem 0 .2rem 0;
        font-size: .26rem;
        line-height: .44rem
    }

    .contact .list li .ico {
        width: .24rem;
        height: .44rem
    }

    .contact .list li .name {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 .7rem 0 .16rem
    }

    .contact .list li p {
        width: 100%;
        text-align: right
    }

    .contact .ewm {
        width: 1.8rem
    }

    .contact .ewm .name {
        font-size: .24rem
    }

    .online-message {
        width: 100%;
        padding-bottom: 1rem
    }

    .online-message li .ico {
        width: .24rem
    }

    .online-message li .input input {
        height: .8rem;
        line-height: .8rem;
        padding-left: .2rem;
        font-size: .26rem
    }

    .online-message .submit input {
        height: .8rem;
        font-size: .28rem
    }

    #map {
        position: relative;
        z-index: 0;
        height: 5rem;
        width: 100%
    }

    .yfgx .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .yfgx .list {
        width: 100%;
        overflow-x: auto
    }

    .yfgx .list .hd, .yfgx .list ul {
        width: 14.4rem
    }

    .yfgx .list .hd .col, .yfgx .list li .col {
        height: .8rem
    }

    .yfgx .list .hd .col-1, .yfgx .list li .col-1 {
        width: 1.37rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .yfgx .list .hd .col-2, .yfgx .list li .col-2 {
        width: 2.4rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: .3rem
    }

    .yfgx .list .hd .col-3, .yfgx .list li .col-3 {
        width: 1.2rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .yfgx .list .hd .col-4, .yfgx .list li .col-4 {
        width: 2rem;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .yfgx .list .hd .col-5, .yfgx .list li .col-5 {
        width: 100%
    }

    .yfgx .list .hd {
        font-size: .24rem
    }

    .yfgx .list .hd .col img {
        width: .24rem
    }

    .yfgx .list li {
        font-size: .22rem
    }

    .yfgx .list li .col {
        height: .8rem
    }

    .business-development .content {
        font-size: .24rem;
        line-height: .44rem
    }

    .business-development .list li {
        width: 100%;
        margin-bottom: .3rem;
        height: 2.2rem;
        padding: .5rem
    }

    .business-development .list li .num {
        font-size: .4rem
    }

    .business-development .list li p {
        font-size: .24rem;
        line-height: .44rem
    }

    .business-development .tips {
        font-size: .24rem;
        line-height: .44rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .business-development .tips a {
        margin-bottom: .1rem
    }
}
