/*@font-face {
    font-family: 'oppo';
    src: url(../fonts/opprsans_r.ttf) format('truetype')
}*/

@font-face {
    font-family: 'nive';
    src: url(../fonts/61FA350AC4F3E66CF16CD23C_NIVEAUGROTESKREGULAR.TTF) format('truetype')
}

* {
    /*font-family: 'oppo';*/
	font-family: 黑体;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
    width: 2px;
    background-color: #fff
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #0373db
}

html::-moz-scrollbar, body::-moz-scrollbar {
    width: 2px;
    background-color: #fff
}

html::-moz-scrollbar-thumb, body::-moz-scrollbar-thumb {
    width: 2px;
    background-color: #0373db
}

html::-ms-scrollbar, body::-ms-scrollbar {
    width: 2px;
    background-color: #fff
}

html::-ms-scrollbar-thumb, body::-ms-scrollbar-thumb {
    width: 2px;
    background-color: #0373db
}

html::-o-scrollbar, body::-o-scrollbar {
    width: 2px;
    background-color: #fff
}

html::-o-scrollbar-thumb, body::-o-scrollbar-thumb {
    width: 2px;
    background-color: #0373db
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

header .wra {
    padding: 0 1rem;
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

header .f {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

header .logo {
    margin-right: 1.2rem
}

header .logo img {
    height: .6rem
}

header .logo .s {
    display: block
}

header .logo .h {
    display: none
}

header .pro-link {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    background-color: #fff;
    color: #333;
    font-size: 15px;
    margin-right: .5rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

header .search-btn {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/search.png);
    background-size: 100% 100%
}

header.background, header.bg {
    background-color: #fff;
    box-shadow: 0 8px .16rem rgba(225, 228, 233, 0.3)
}

header.background .logo .s, header.bg .logo .s {
    display: none
}

header.background .logo .h, header.bg .logo .h {
    display: block
}

header.background nav li .a, header.bg nav li .a {
    color: #333
}

header.background nav li .a:after, header.bg nav li .a:after {
    background-image: url(../images/v.h.png)
}

header.background .pro-link, header.bg .pro-link {
    background-color: #333;
    color: #fff
}

header.background .search-btn, header.bg .search-btn {
    background-image: url(../images/search2.png)
}

nav ul {
    display: flex;
    display: -webkit-flex
}

nav li {
    padding: 0 .55rem
}

nav li .a {
    display: block;
    color: #fff;
    font-size: .18rem;
    line-height: 1.1rem;
    position: relative
}

nav li.active .a:after {
    content: "";
    display: block;
    width: .13rem;
    height: .08rem;
    background-image: url(../images/v.png);
    background-size: 100% 100%;
    position: absolute;
    bottom: .2rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

nav .posi {
    position: relative
}

nav .child {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03)
}

nav .child .close {
    position: absolute;
    top: .3rem;
    right: 1rem;
    width: 28px;
    height: 28px;
    background: url(../images/close.png) 100% 100%;
    cursor: pointer
}

.child-case {
    padding: .45rem 0 .75rem
}

.child-case .items {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.child-case .item {
    width: 4.7rem;
    margin: 0 .24rem
}

.child-case .item .tub {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: .2rem
}

.child-case .item .tu {
    position: relative
}

.child-case .item .tu .bg {
    display: block;
    width: 2.2rem
}

.child-case .item .tu .icon {
    position: absolute;
    bottom: .45rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    width: .9rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.child-case .item .tu .lines {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1.3rem;
    overflow: hidden
}

.child-case .item .tu .line {
    position: absolute
}

.child-case .item .tu .line:nth-child(1) {
    bottom: .66rem;
    left: .2rem;
    animation: shang 2s .2s infinite ease-out;
    -webkit-animation: shang 2s .2s infinite ease-out
}

.child-case .item .tu .line:nth-child(2) {
    bottom: .66rem;
    right: .2rem;
    animation: shang 1.8s .4s infinite ease-out;
    -webkit-animation: shang 1.8s .4s infinite ease-out
}

.child-case .item .tu .line:nth-child(3) {
    bottom: 1.2rem;
    left: .75rem;
    opacity: .5;
    animation: shang 1.6s .6s infinite ease-out;
    -webkit-animation: shang 1.6s .6s infinite ease-out
}

.child-case .item .tu .line:nth-child(4) {
    bottom: 1.2rem;
    right: .75rem;
    opacity: .5;
    animation: shang 1.4s .8s infinite ease-out;
    -webkit-animation: shang 1.4s .8s infinite ease-out
}

.child-case .item h6 {
    color: #333;
    font-size: .24rem;
    text-align: center;
    padding-bottom: .25rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: .2rem;
    position: relative
}

.child-case .item h6:after {
    content: "";
    display: block;
    width: .16rem;
    height: 1px;
    background-color: #0373db;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.child-case .item .link {
    width: 100%;
    height: 1.76rem;
    text-align: center;
    margin-bottom: .4rem
}

.child-case .item .link a {
    display: block;
    width: 100%;
    color: #666;
    font-size: .16rem;
    line-height: .44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.child-case .item .link a:hover {
    color: #0373db
}

.child-case .item .more {
    margin: 0 auto
}

.child-product {
    padding: .4rem 2.1rem 1.15rem
}

.child-product .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start
}

.child-product .left {
    width: 28.3%
}

.child-product .right {
    width: 64.3%
}

.child-product .title {
    color: #333;
    font-size: .24rem;
    line-height: .84rem;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    margin-bottom: .2rem
}

.child-product .title:after {
    content: "";
    display: block;
    width: .16rem;
    height: 1px;
    background-color: #0373db;
    position: absolute;
    left: 0;
    bottom: -1px
}

.child-product .title span {
    color: #0373db
}

.child-product .link a {
    display: block;
    width: 100%;
    color: #666;
    font-size: .16rem;
    line-height: .54rem;
    padding-left: 22px;
    background: url(../images/v.2.png) left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.child-product .link a:hover {
    color: #0373db
}

.child-product .lis {
    width: 100%;
    padding-top: .15rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.child-product .lis a {
    width: 20%;
    padding: 0 .1rem .2rem;
    text-align: center
}

.child-product .lis a img {
    display: block;
    height: 1.1rem;
    margin: 0 auto .15rem
}

.child-product .lis a p {
    color: #666;
    font-size: .16rem;
    line-height: 1.3;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.child-product .lis a:hover img {
    animation: shake 1s;
    -webkit-animation: shake 1s
}

.child-product .lis a:hover p {
    color: #0373db
}

.com-child a {
    display: block;
    font-size: .16rem;
    color: #555;
    line-height: .4rem;
    text-align: center;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.com-child a:hover {
    background-color: #eee
}

@keyframes shake {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%, 20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

.swp-banner {
    width: 100%;
    height: 100%;
    background-color: #000
}

.swp-banner .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8
}

.swp-banner .swiper-slide .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 7;
    text-align: center
}

.swp-banner .swiper-slide .txt h3 {
    color: #fff;
    font-size: .76rem;
    margin-bottom: .24rem
}

.swp-banner .swiper-slide .txt h6 {
    color: #fff;
    font-size: .27rem
}

.swp-banner .planet {
    display: block;
    position: absolute
}

.swp-banner .planet .bg {
    display: block;
    width: 100%;
    opacity: .8
}

.swp-banner .planet .tx {
    position: absolute;
    text-align: right
}

.swp-banner .planet .tx p {
    color: #fff;
    font-size: .24rem;
    white-space: nowrap;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-banner .planet .tx .line {
    width: 0;
    height: 1px;
    background-color: #fff;
    margin: .1rem 0;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-banner .planet .tx .line:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: -0.25rem;
    left: -0.6rem;
    transform: rotateZ(45deg)
}

.swp-banner .planet .tx span {
    color: #fff;
    font-size: .16rem;
    white-space: nowrap;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-banner .planet .tx .icon {
    position: absolute;
    top: -0.61rem;
    left: -0.95rem;
    width: .92rem;
    animation: zhuan 5s infinite linear
}

.swp-banner .planet:hover .tx p, .swp-banner .planet:hover .tx span {
    opacity: 1
}

.swp-banner .planet:hover .tx .line {
    width: 100%
}

.swp-banner .planet:hover .tx .line:after {
    width: .7rem
}

.swp-banner .planet:nth-child(1) {
    width: 3.5rem;
    top: .68rem;
    right: 3rem;
    z-index: 3
}

.swp-banner .planet:nth-child(1) .tx {
    top: 1.96rem;
    left: 1.8rem
}

.swp-banner .planet:nth-child(2) {
    width: .88rem;
    right: 5.8rem;
    top: 1.87rem;
    z-index: 5
}

.swp-banner .planet:nth-child(3) {
    width: 17.7rem;
    left: -7.4rem;
    bottom: -11.7rem;
    z-index: 1
}

.swp-banner .planet:nth-child(3) .tx {
    top: 3rem;
    left: 10rem
}

.swp-banner .planet:nth-child(4) {
    width: 19.9rem;
    right: -4.4rem;
    bottom: -3.2rem;
    z-index: 2
}

.swp-banner .planet:nth-child(4) .tx {
    bottom: 4.8rem;
    right: 5.4rem
}

.swp-banner .planet:nth-child(5) {
    width: .52rem;
    right: 5.1rem;
    bottom: 1.44rem;
    z-index: 4
}

.swp-banner .planet:nth-child(6) {
    width: .64rem;
    left: 7.25rem;
    top: 4.2rem;
    z-index: 6
}

@keyframes zhuan {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.banner {
    width: 100%;
    height: 100vh;
    position: relative
}

.banner .tool {
    width: 100%;
    height: .96rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.TRANS {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pag-banner {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    position: static
}

.pag-banner .swiper-pagination-bullet {
    width: 2px;
    height: 13px;
    background-color: #fff;
    opacity: .4;
    border-radius: 0;
    margin: 0 7px;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pag-banner .swiper-pagination-bullet-active {
    opacity: 1;
    height: 26px
}

.scroll-down {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.scroll-down span {
    font-size: 12px;
    color: #fff;
    opacity: .3;
    font-size: 'nive';
    text-transform: uppercase
}

.scroll-down .d {
    margin-left: .15rem;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    display: -webkit-flex
}

.scroll-down .d img {
    display: block;
    margin: auto;
    animation: jump 1.5s infinite ease-out
}

@keyframes jump {
    50% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(5px);
        opacity: 0
    }
}

@-webkit-keyframes jump {
    50% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(5px);
        opacity: 0
    }
}

.h-title h4 {
    color: #333;
    font-size: .5rem;
    margin-bottom: .1rem
}

.h-title h4 span {
    color: #0373db
}

.h-title .en {
    color: #000;
    font-size: .36rem;
    opacity: .2;
    margin-bottom: .15rem
}

.h-title .line {
    width: 27px;
    height: 5px;
    background-color: #0373db;
    border-radius: 0 5px 0 0
}

.h-title .t {
    color: #0373db;
    font-size: .32rem;
    margin-top: .3rem
}

.h-title.white h4 {
    color: #fff
}

.h-title.white h4 span {
    color: #fff
}

.h-title.white .en {
    color: #fff
}

.h-title.white .line {
    background-color: #fff
}

.h-title.white .t {
    color: #fff
}

.more {
    width: 140px;
    height: 44px;
    border-radius: 22px;
    border: 2px solid rgba(13, 92, 211, 0.2);
    padding: 0 18px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.more span {
    color: #0373db;
    font-size: .15rem
}

.more:hover {
    border-color: #0373db
}

.h-ab {
    width: 100%;
    padding: 1.2rem 2.1rem 2.7rem;
    background: url(../images/bg3.jpg) center / cover
}

.h-ab .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: .78rem
}

.h-ab .text {
    width: 68%
}

.h-ab .text h5 {
    color: #333;
    font-size: .32rem;
    margin-bottom: .3rem
}

.h-ab .text .desc {
    color: #666;
    font-size: .18rem;
    line-height: .3rem;
    max-height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    margin-bottom: .9rem
}

.h-ab ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.h-ab li p {
    color: #333;
    font-size: .18rem;
    margin-bottom: .15rem
}

.h-ab li .num {
    color: #0373db;
    font-size: .18rem;
    position: relative
}

.h-ab li .num span {
    font-size: 1.2rem;
    font-family: 'nive'
}

.h-ab li .num b {
    font-size: .24rem;
    position: absolute;
    top: .1rem;
    right: 0
}

.h-solu {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.h-solu .h-title {
    margin-bottom: .7rem
}

.h-solu-tab {
    width: 38.75%;
    padding: 1rem 0 0 2.1rem
}

.h-solu-tab ul {
    width: 100%
}

.h-solu-tab li {
    width: 100%;
    padding: .6rem 0 .45rem;
    border-bottom: 2px solid #eef5ff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    padding-right: .3rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.h-solu-tab li:last-child {
    border-bottom: none
}

.h-solu-tab li h6 {
    color: #333;
    font-size: .24rem;
    margin-bottom: .12rem;
    white-space: nowrap;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.h-solu-tab li .en {
    font-size: .2rem;
    color: #0373db;
    opacity: .3;
    font-family: 'nive';
    white-space: nowrap
}

.h-solu-tab li .b {
    width: 2.2rem
}

.h-solu-tab li .tu {
    position: relative
}

.h-solu-tab li .tu .bg {
    display: block;
    width: 2.2rem
}

.h-solu-tab li .tu .icon {
    position: absolute;
    bottom: .45rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 2;
    width: .86rem
}

.h-solu-tab li .tu .lines {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1.3rem;
    overflow: hidden
}

.h-solu-tab li .tu .line {
    position: absolute
}

.h-solu-tab li .tu .line:nth-child(1) {
    bottom: .66rem;
    left: .2rem
}

.h-solu-tab li .tu .line:nth-child(2) {
    bottom: .66rem;
    right: .2rem
}

.h-solu-tab li .tu .line:nth-child(3) {
    bottom: 1.2rem;
    left: .75rem;
    opacity: .5
}

.h-solu-tab li .tu .line:nth-child(4) {
    bottom: 1.2rem;
    right: .75rem;
    opacity: .5
}

.h-solu-tab li:hover .tu .icon, .h-solu-tab li.active .tu .icon {
    animation: toLeft 2s .2s 1 ease-out;
    -webkit-animation: toLeft 2s .2s 1 ease-out
}

.h-solu-tab li:hover .tu .line:nth-child(1), .h-solu-tab li.active .tu .line:nth-child(1) {
    animation: shang 2s .2s infinite ease-out;
    -webkit-animation: shang 2s .2s infinite ease-out
}

.h-solu-tab li:hover .tu .line:nth-child(2), .h-solu-tab li.active .tu .line:nth-child(2) {
    animation: shang 1.8s .4s infinite ease-out;
    -webkit-animation: shang 1.8s .4s infinite ease-out
}

.h-solu-tab li:hover .tu .line:nth-child(3), .h-solu-tab li.active .tu .line:nth-child(3) {
    animation: shang 1.6s .6s infinite ease-out;
    -webkit-animation: shang 1.6s .6s infinite ease-out
}

.h-solu-tab li:hover .tu .line:nth-child(4), .h-solu-tab li.active .tu .line:nth-child(4) {
    animation: shang 1.4s .8s infinite ease-out;
    -webkit-animation: shang 1.4s .8s infinite ease-out
}

@keyframes toLeft {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        opacity: 1
    }
}

@-webkit-keyframes toLeft {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        opacity: 0
    }

    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        opacity: 1
    }
}

@keyframes shang {
    0% {
        bottom: 0
    }

    100% {
        bottom: 100%
    }
}

@-webkit-keyframes shang {
    0% {
        bottom: 0
    }

    100% {
        bottom: 100%
    }
}

.h-solu-list {
    width: 61.25%;
    background: url(../images/b2.png) center / cover;
    position: relative
}

.h-solu-list .img {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.h-solu-list .img img {
    display: block;
    max-width: 100%;
    margin: auto
}

.h-solu-list .txt {
    padding: 1rem .5rem .5rem
}

.h-solu-list .desc {
    text-align: center;
    color: #666;
    font-size: .18rem;
    line-height: .3rem;
    height: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.h-solu-list .more {
    position: absolute;
    top: 1rem;
    right: 2.1rem
}

.h-soft {
    width: 100%;
    padding: 1rem 2.1rem 1.3rem;
    background: url(../images/bg4.jpg) center / cover
}

.h-soft .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: .7rem
}

.swp-h-soft {
    width: 100%;
    height: 5.35rem
}

.swp-h-soft .swiper-slide {
    overflow: hidden
}

.swp-h-soft .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-h-soft .swiper-slide .m {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-h-soft .swiper-slide .txt {
    width: 100%;
    padding: 0 .6rem .46rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.swp-h-soft .swiper-slide .txt .k {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-h-soft .swiper-slide .txt .k:before, .swp-h-soft .swiper-slide .txt .k:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -2px;
    left: -2px
}

.swp-h-soft .swiper-slide .txt .desc {
    color: #fff;
    font-size: .15rem;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: .4rem
}

.swp-h-soft .swiper-slide .txt h6 {
    color: #fff;
    font-size: .24rem;
    margin-bottom: .22rem;
    line-height: .4rem
}

.swp-h-soft .swiper-slide:hover .img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.swp-h-soft .swiper-slide:hover .txt .k {
    border-color: #fff
}

.swp-h-soft .swiper-slide:hover .txt .k:before {
    animation: fang1 1.5s infinite ease-out;
    -webkit-animation: fang1 1.5s infinite ease-out
}

.swp-h-soft .swiper-slide:hover .txt .k:after {
    animation: fang2 1.5s infinite ease-out;
    -webkit-animation: fang2 1.5s infinite ease-out
}

@keyframes fang1 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes fang1 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}

@keyframes fang2 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes fang2 {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

.h-case {
    width: 100%;
    padding: 1.1rem 0 1rem 2.1rem;
    display: flex;
    display: -webkit-flex
}

.h-case-tab {
    width: 22%;
    padding-right: .8rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.h-case-tab ul {
    width: 100%
}

.h-case-tab li {
    width: 100%;
    height: .84rem;
    margin-bottom: .18rem;
    cursor: pointer;
    background-color: #fbfbfb;
    padding-left: .75rem;
    color: #333;
    font-size: .24rem;
    line-height: .84rem;
    position: relative
}

.h-case-tab li i {
    width: .16rem;
    height: .16rem;
    border-radius: 50%;
    border: .05rem solid #c9e0f5;
    position: absolute;
    left: .32rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.h-case-tab li.active {
    background-color: #0373db;
    color: #fff
}

.h-case-list {
    width: 78%
}

.h-case-list .list {
    display: none
}

.swp-h-case {
    width: 100%;
    height: 7.46rem
}

.swp-h-case .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%
}

.swp-h-case .swiper-slide .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(3, 115, 219, 0.95);
    padding: .36rem 4.1rem .5rem .65rem
}

.swp-h-case .swiper-slide .txt h6 {
    color: #fff;
    font-size: .3rem;
    margin-bottom: .2rem
}

.swp-h-case .swiper-slide .txt .desc {
    color: #fff;
    opacity: .5;
    font-size: .17rem;
    line-height: .3rem
}

.swp-h-case .pn {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    bottom: .7rem;
    right: 1rem
}

.swp-h-case .swiper-button-next, .swp-h-case .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: .64rem;
    height: .64rem;
    border: 2px solid rgba(255, 255, 255, 0.1);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    background-size: .2rem .2rem
}

.swp-h-case .swiper-button-next:hover, .swp-h-case .swiper-button-prev:hover {
    border-color: #fff;
    background-color: #fff
}

.swp-h-case .swiper-button-prev {
    background-image: url(../images/prev.png)
}

.swp-h-case .swiper-button-prev:hover {
    background-image: url(../images/prev1.png)
}

.swp-h-case .swiper-button-next {
    background-image: url(../images/next.png);
    margin-left: 8px
}

.swp-h-case .swiper-button-next:hover {
    background-image: url(../images/next1.png)
}

.h-news {
    width: 100%;
    padding: 1.1rem 2.1rem .6rem;
    background: url(../images/bg5.jpg) center / cover
}

.h-news .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: .45rem
}

.h-news .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.h-news .item {
    width: 31.3%
}

.h-news .item .img {
    width: 100%;
    height: 2.9rem;
    overflow: hidden;
    margin-bottom: .42rem
}

.h-news .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.h-news .item h6 {
    color: #333;
    font-size: .24rem;
    line-height: .36rem;
    height: .72rem;
    margin-bottom: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.h-news .item .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: .2rem;
    border-bottom: 2px solid #eef1f4;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.h-news .item .date {
    color: #333;
    opacity: .7;
    font-size: .16rem
}

.h-news .item .d {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background-color: #fff;
    color: #0373db;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    font-weight: 800;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.h-news .item:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.h-news .item:hover .d {
    background-color: #0373db;
    color: #fff
}

.swp-heng {
    width: 100%;
    margin-bottom: .4rem;
    padding: .2rem .3rem;
    background-color: #fff
}

.swp-heng .swiper-wrapper {
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear
}

.swp-heng .swiper-slide {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 22px;
    padding-right: .32rem;
    background: url(../images/v.2.png) left center no-repeat
}

.swp-heng .swiper-slide p {
    color: #333;
    font-size: .16rem;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.swp-heng .swiper-slide .date {
    color: #333;
    font-size: .16rem
}

footer {
    width: 100%;
    padding: 0 2.1rem;
    background: url(../images/bg6.jpg) center / cover
}

.foot-top {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: .7rem 0 .05rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08)
}

.foot-top ul {
    width: 80%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.foot-top li {
    margin-bottom: .6rem
}

.foot-top li .t {
    display: flex;
    display: -webkit-flex;
    margin-bottom: .2rem
}

.foot-top li .m {
    padding: 0 .15rem;
    height: 36px;
    border-radius: 18px 18px 18px 0;
    border: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.foot-top li .m img {
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.foot-top li .m span {
    color: #fff;
    font-size: .16rem
}

.foot-top li p {
    color: #fff;
    font-size: .24rem
}

.foot-top li:nth-child(odd) {
    width: 36%
}

.foot-top li:nth-child(even) {
    width: 64%
}

.foot-top .erweima {
    width: 1.6rem;
    text-align: center
}

.foot-top .erweima .img {
    background-color: #fff;
    width: 100%;
    padding: .05rem;
    margin-bottom: .15rem
}

.foot-top .erweima .img img {
    display: block;
    width: 100%
}

.foot-top .erweima p {
    color: #fff;
    font-size: .15rem
}

.foot-medium {
    padding: .32rem 0 .25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.foot-medium span, .foot-medium a {
    color: #fff;
    opacity: .3;
    font-size: .15rem;
    margin-bottom: .1rem
}

.foot-medium span {
    margin-right: .2rem
}

.foot-medium a {
    margin-right: .25rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.foot-medium a:hover {
    opacity: 1
}

.foo-bottom {
    padding: .3rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.foo-bottom p, .foo-bottom a {
    color: rgba(255, 255, 255, 0.3);
    line-height: 1.5
}

.search-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    width: 100%;
    height: 1.1rem;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(51, 51, 51, 0.05)
}

.search-box .close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 1rem;
    width: 28px;
    height: 28px;
    background: url(../images/close.png) 100% 100%;
    cursor: pointer;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.search-box .close:hover {
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg)
}

.search-box .sub {
    height: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.search-box .sub .input {
    width: 6rem;
    height: 40px;
    padding-right: 20px;
    border: none;
    border-bottom: 1px solid #eee
}

.search-box .sub .btn {
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-image: url(../images/search2.png);
    background-position: center;
    background-repeat: no-repeat;
    border: none
}

.search-meng {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%
}

.zhanwei {
    height: 1.1rem
}

.page {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: .4rem 0
}

.page a, .page strong {
    width: 34px;
    height: 34px;
    border: 1px solid #eaeaea;
    border-radius: .17rem;
    color: #37363b;
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 6px;
    font-family: 'nive'
}

.page strong {
    color: #fff;
    background-color: #0373db;
    border-color: #0373db
}

.page span {
    color: #37363b;
    font-size: 13px;
    margin: 0 10px
}

.page input {
    width: 48px;
    height: 34px;
    color: #37363b;
    font-size: 13px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: .17rem
}

.page input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.page input[type="number"] {
    -moz-appearance: textfield
}

.result {
    width: 100%;
    padding: .5rem 2.4rem 0
}

.result .title h5 {
    color: #333;
    font-size: .32rem;
    margin-bottom: .12rem
}

.result .title .line {
    width: 22px;
    height: 2px;
    background-color: #333;
    margin-bottom: .35rem
}

.result .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding-bottom: .28rem;
    border-bottom: 1px solid #e8e8e8
}

.result .tab {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.result .tab a {
    color: #5d636a;
    font-size: 18px;
    cursor: pointer;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.result .tab a.active {
    color: #0373db
}

.result .tab span {
    color: #dfdfdf;
    font-size: .18rem;
    margin: 0 20px
}

.result .items {
    width: 100%
}

.result .item {
    width: 100%;
    padding: .45rem 0;
    border-bottom: 1px solid #e8e8e8;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.result .item .fs {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.result .item h6, .result .item .date {
    color: #222;
    font-size: .18rem
}

.result .item h6 {
    width: 6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.result .item .date {
    margin-right: .65rem
}

.result .item .t {
    color: #999;
    font-size: .18rem;
    padding-right: .2rem;
    border-right: 1px solid #d3d3d3;
    margin-right: .2rem
}

.result .item:hover {
    border-bottom-color: #0373db
}

.result .item:hover h6 {
    text-decoration: underline
}

.lists {
    width: 100%
}

.lists .list {
    width: 100%;
    display: none
}

.ins-banner {
    width: 100%;
    height: 7.5rem;
    position: relative
}

.ins-banner .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.ins-banner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.ins-banner .txt h3 {
    color: #fff;
    font-size: .5rem;
    line-height: .9rem;
    white-space: nowrap
}

.ins-banner .txt h5 {
    color: #fff;
    font-size: .28rem;
    line-height: .6rem;
    white-space: nowrap
}

.ins-banner .txt .en {
    color: #fff;
    font-size: .6rem;
    font-family: 'nive';
    text-transform: uppercase
}

.pro-intro {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.pro-intro .h-title {
    margin-bottom: .5rem
}

.pro-intro .text {
    width: 36.5%;
    background-color: #fafafa;
    padding: .5rem .85rem .5rem 2.1rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center
}

.pro-intro .text .desc * {
    color: #666;
    font-size: .16rem;
    line-height: 1.75
}

.pro-intro .img {
    width: 63.5%;
    display: flex;
    display: -webkit-flex
}

.pro-intro .img img {
    display: block;
    max-width: 100%
}

.pro-tuwen {
    width: 100%;
    height: 9.77rem;
    position: relative
}

.pro-tuwen .meng {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%
}

.pro-tuwen .bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro-tuwen .txt {
    position: absolute;
    top: .85rem;
    left: 2.1rem;
    z-index: 2
}

.pro-tuwen .text {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    background-image: url(../images/bg7.jpg);
    padding: .65rem .7rem .7rem;
    display: flex;
    display: -webkit-flex
}

.pro-tuwen .text .icon {
    /*width: 1.5rem*/
}

.pro-tuwen .text .icon img {
    display: block;
    width: 100%
}

.pro-tuwen .text .desc {
    /*width: 9rem;*/
    color: #333;
    font-size: .16rem;
    line-height: .4rem;
    /*padding-left: .6rem*/
}

.pro-gy {
    width: 100%;
    padding: 1rem 2.1rem 0
}

.pro-gy .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit--align-items: flex-end;
    padding-bottom: .65rem
}

.pro-gy .item {
    width: 100%;
    height: 5.5rem;
    background-position: center;
    background-size: cover;
    position: relative
}

.pro-gy .item .meng {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%
}

.pro-gy .item .desc {
    position: absolute;
    left: .8rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 2;
    width: 3rem;
    color: #fff;
    font-size: .24rem;
    line-height: .4rem
}

.pro-gy-tab {
    display: flex;
    display: -webkit-flex
}

.pro-gy-tab li {
    width: 1.72rem;
    margin-left: .2rem;
    padding: .4rem .2rem .2rem;
    cursor: pointer;
    position: relative
}

.pro-gy-tab li:first-child {
    margin-left: 0
}

.pro-gy-tab li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #343434;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-gy-tab li .icon {
    display: block;
    height: .48rem;
    margin: 0 auto .28rem
}

.pro-gy-tab li p {
    text-align: center;
    color: #333;
    font-size: .14rem;
    line-height: 18px
}

.pro-gy-tab li.active:after {
    width: 100%
}

.pro-pt {
    width: 100%;
    padding: .8rem 2.1rem 1rem
}

.pro-pt .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit--align-items: flex-end;
    padding-bottom: .7rem
}

.pro-pt .con {
    width: 9.2rem;
    padding: .2rem 0;
    border-top: 2px solid #e5f1fb;
    border-bottom: 2px solid #e5f1fb;
    color: #333;
    font-size: .24rem;
    line-height: .4rem
}

.pro-pt .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-pt .item {
    width: 24%;
    height: 5.16rem;
    overflow: hidden;
    position: relative
}

.pro-pt .item .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-pt .item .m {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.pro-pt .item .txt {
    width: 100%;
    padding: 0 .5rem .48rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.pro-pt .item .txt .icon {
    display: block;
    height: .5rem;
    margin-bottom: .24rem
}

.pro-pt .item .txt h6 {
    color: #fff;
    font-size: .24rem
}

.pro-pt .item:hover .img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.pro-pt .item:hover .txt .k {
    border-color: #fff
}

.pro-pt .item:hover .txt .k:before {
    animation: fang1 1.5s infinite ease-out;
    -webkit-animation: fang1 1.5s infinite ease-out
}

.pro-pt .item:hover .txt .k:after {
    animation: fang2 1.5s infinite ease-out;
    -webkit-animation: fang2 1.5s infinite ease-out
}

.pro-wl-tab {
    width: 100%;
    padding: .64rem 2.1rem .54rem;
    background: url(../images/bg11.jpg) center / cover;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-wl-tab li {
    width: 32.66%;
    padding: .5rem .45rem .55rem;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-wl-tab li .bg {
    width: 2.8rem;
    position: absolute;
    right: -1.4rem;
    bottom: -1.4rem;
    z-index: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-wl-tab li .bg1 {
    opacity: 0
}

.pro-wl-tab li .bg2 {
    opacity: 1
}

.pro-wl-tab li h6 {
    color: #333;
    font-size: .24rem;
    margin-bottom: .12rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-wl-tab li .en {
    color: #999;
    font-size: .16rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-wl-tab li .icon img {
    width: 1.29rem;
    height: .92rem
}

.pro-wl-tab li .icon .s {
    display: block
}

.pro-wl-tab li .icon .h {
    display: none
}

.pro-wl-tab li.active {
    background-color: #0373db
}

.pro-wl-tab li.active .bg1 {
    opacity: 1
}

.pro-wl-tab li.active .bg2 {
    opacity: 0
}

.pro-wl-tab li.active h6 {
    color: #fff
}

.pro-wl-tab li.active .en {
    color: #fff;
    opacity: .5
}

.pro-wl-tab li.active .icon .s {
    display: none
}

.pro-wl-tab li.active .icon .h {
    display: block
}

.pro-xt {
    width: 100%;
    height: 7.77rem;
    position: relative
}

.pro-xt .meng {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%
}

.pro-xt .bg {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro-xt .txt {
    position: absolute;
    top: 1.15rem;
    left: 2.1rem;
    z-index: 2
}

.pro-xt .txt h5 {
    color: #fff;
    font-size: .42rem;
    margin-bottom: .16rem
}

.pro-xt .txt h6 {
    color: #fff;
    opacity: .7;
    font-size: .18rem;
    margin-bottom: .7rem
}

.pro-xt .txt p {
    color: #fff;
    font-size: .2rem;
    line-height: 2.2;
    padding-left: 25px;
    background: url(../images/v.j.png) left center no-repeat
}

.pro-xt .text {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    background-image: url(../images/bg7.jpg);
    padding: .8rem 1.15rem;
    display: flex;
    display: -webkit-flex
}

.pro-xt .text .t {
    color: #333;
    font-size: .36rem;
    line-height: .43rem;
    margin-right: 1rem
}

.pro-xt .text .t span {
    color: #0373db;
    display: block
}

.pro-xt .text .p {
    /*width: 8rem*/
}

.pro-xt .text p {
    color: #333;
    font-size: .24rem;
    line-height: 1.75;
    padding-left: 34px;
    background: url(../images/v.2.png) left center no-repeat;
    white-space: nowrap
}

.pro-xt .gl {
    width: 13rem;
    display: flex;
    display: -webkit-flex;
    padding-left: .6rem
}

.pro-xt .gl-li {
    width: 50%;
    display: flex;
    display: -webkit-flex
}

.pro-xt .gl-li .icon {
    width: .5rem
}

.pro-xt .gl-li .icon img {
    display: block;
    width: 100%
}

.pro-xt .gl-li .tx {
    flex: 1;
    padding-left: .3rem;
    padding-right: 1.9rem
}

.pro-xt .gl-li .tx h6 {
    color: #333;
    font-size: .2rem;
    font-weight: 600;
    margin-bottom: .14rem
}

.pro-xt .gl-li .tx .desc {
    color: #666;
    font-size: .16rem;
    line-height: 24px
}

.pro-title .en {
    color: #0373db;
    font-size: .24rem;
    font-family: 'nive';
    margin-bottom: 6px;
    opacity: .2;
    width: 1.6rem
}

.pro-title h5 {
    color: #333;
    font-size: .28rem;
    font-weight: 600;
    margin-bottom: .12rem
}

.pro-title .line {
    width: 10px;
    height: 3px;
    background-color: #0373db
}

.pro-wl-hx {
    width: 100%;
    padding: 1.05rem 2.1rem 1.8rem;
    background-color: #fafafa;
    background-image: url(../images/bg12.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative
}

.pro-wl-hx .pro-title {
    position: absolute;
    top: 1.3rem;
    left: 2.1rem
}

.pro-wl-hx ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.pro-wl-hx li {
    width: 18%;
    margin-right: 2.5%
}

.pro-wl-hx .li {
    padding: .6rem .2rem .7rem;
    background-color: #fff;
    margin-bottom: .36rem;
    position: relative
}

.pro-wl-hx .li:nth-child(5n) {
    margin-right: 0
}

.pro-wl-hx .li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #f3f3f3;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-wl-hx .li .icon {
    display: block;
    height: .48rem;
    margin: 0 auto .45rem
}

.pro-wl-hx .li p {
    text-align: center;
    color: #333;
    font-size: .2rem
}

.pro-wl-hx .li:hover:after {
    width: 100%
}

.pro-wl-ys {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.pro-wl-ys .pro-title {
    margin-bottom: .7rem
}

.pro-wl-ys .ys {
    width: 36.5%;
    background-color: #fafafa;
    padding: 1.1rem .85rem .88rem 2.1rem
}

.pro-wl-ys .cj {
    width: 100%;
    padding: 1.1rem 2.1rem .88rem
}

.pro-wl-ys ul {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.pro-wl-ys li {
    width: 44%;
    padding: .4rem 0 .45rem;
    border-top: 2px solid #0373db;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center
}

.pro-wl-ys li:nth-last-child(1), .pro-wl-ys li:nth-last-child(2) {
    border-bottom: 2px solid #0373db
}

.pro-wl-ys li .num {
    position: relative
}

.pro-wl-ys li .num p {
    font-family: 'nive';
    color: #0373db;
    font-size: .18rem;
    margin-bottom: .2rem
}

.pro-wl-ys li .num p span {
    font-size: .48rem;
    font-weight: 600;
    font-family: 'nive'
}

.pro-wl-ys li .num img {
    position: absolute;
    top: .05rem;
    right: -0.2rem
}

.pro-wl-ys li h6 {
    font-size: .16rem;
    color: #666;
    white-space: nowrap
}

.pro-wl-ys .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    margin-bottom: .7rem
}

.pro-wl-ys .hd .pro-title {
    margin-bottom: 0
}

.pro-wl-ys .pn {
    display: flex;
    display: -webkit-flex
}

.pro-wl-ys .swiper-button-next, .pro-wl-ys .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: .54rem;
    height: .54rem;
    background-color: #fafafa;
    background-size: auto auto;
    border-radius: 50%;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-wl-ys .swiper-button-next:hover, .pro-wl-ys .swiper-button-prev:hover {
    background-color: #0373db
}

.pro-wl-ys .swiper-button-prev {
    background-image: url(../images/prev3.png)
}

.pro-wl-ys .swiper-button-prev:hover {
    background-image: url(../images/prev3-ed.png)
}

.pro-wl-ys .swiper-button-next {
    margin-left: .16rem;
    background-image: url(../images/next3.png)
}

.pro-wl-ys .swiper-button-next:hover {
    background-image: url(../images/next3-ed.png)
}

.swp-wl-ys {
    width: 100%;
    height: 3.4rem
}

.swp-wl-ys .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swp-wl-ys .swiper-slide .meng {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%
}

.swp-wl-ys .swiper-slide h6 {
    color: #fff;
    font-size: .18rem;
    position: absolute;
    bottom: .25rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.pro-hxys {
    width: 100%;
    padding: 1.5rem 2.1rem 0
}

.pro-hxys .pro-title {
    margin-bottom: .48rem
}

.pro-hxys .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-hxys .item {
    width: 23.9%;
    background-color: #fafafa;
    padding: .75rem .55rem .3rem;
    position: relative
}

.pro-hxys .item:after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color: #0373db;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-hxys .item .icon {
    display: block;
    height: .54rem;
    margin-bottom: .42rem
}

.pro-hxys .item h6 {
    color: #333;
    font-size: .2rem;
    margin-bottom: .15rem
}

.pro-hxys .item .desc {
    color: #666;
    font-size: .16rem;
    line-height: 24px;
    height: 120px;
    margin-bottom: .4rem
}

.pro-hxys .item .d {
    color: rgba(51, 51, 51, 0.2);
    font-size: .14rem;
    text-transform: uppercase
}

.pro-hxys .item .d span {
    color: #666;
    margin-left: .1rem
}

.pro-hxys .item:hover:after {
    width: 100%
}

.pro-yycj {
    width: 100%;
    padding: 1rem 2.1rem 1.1rem
}

.pro-yycj .pro-title {
    margin-bottom: .48rem
}

.pro-yycj .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-yycj .item {
    width: 18.6%;
    height: 3.4rem;
    position: relative
}

.pro-yycj .item .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro-yycj .item .meng {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%
}

.pro-yycj .item h6 {
    color: #fff;
    font-size: .18rem;
    white-space: nowrap;
    position: absolute;
    bottom: .25rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.pro-gy-ys {
    width: 100%;
    padding: 1rem 2.1rem .4rem;
    background-image: url(../images/bg13.jpg);
    background-size: cover
}

.pro-gy-ys .h-title {
    margin-bottom: .6rem
}

.pro-gy-ys .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-gy-ys .item {
    width: 23.9%;
    background-color: #fafafa;
    padding: .54rem .35rem .3rem;
    position: relative
}

.pro-gy-ys .item:after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background-color: #0373db;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-gy-ys .item .icon {
    display: block;
    height: .54rem;
    margin-bottom: .4rem
}

.pro-gy-ys .item h6 {
    color: #333;
    font-size: .2rem;
    margin-bottom: .25rem
}

.pro-gy-ys .item .desc {
    color: #666;
    font-size: .16rem;
    line-height: 24px;
    height: auto;
    margin-bottom: .3rem
}

.pro-gy-ys .item .d {
    color: rgba(51, 51, 51, 0.2);
    font-size: .14rem;
    text-transform: uppercase
}

.pro-gy-ys .item .d span {
    color: #666;
    margin-left: .1rem
}

.pro-gy-ys .item:hover:after {
    width: 100%
}

.pro-gy-jz {
    width: 100%;
    padding: 1.4rem 2.1rem 1.1rem;
    display: flex;
    display: -webkit-flex
}

.pro-gy-jz .h-title {
    margin-bottom: .4rem
}

.pro-gy-jz .text {
    width: 32.6%;
    padding-right: .4rem
}

.pro-gy-jz .img {
    width: 67.4%
}

.pro-gy-jz .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gy-jz-tab {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.gy-jz-tab li {
    width: 47%;
    padding: .5rem 0;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.gy-jz-tab li:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #0373db;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.gy-jz-tab li .icon {
    margin-bottom: .16rem
}

.gy-jz-tab li .icon .s {
    display: block
}

.gy-jz-tab li .icon .h {
    display: none
}

.gy-jz-tab li h6 {
    color: #333;
    font-size: .18rem;
    line-height: .24rem;
    height: .72rem
}

.gy-jz-tab li.active:after {
    width: 100%
}

.gy-jz-tab li.active .icon .s {
    display: none
}

.gy-jz-tab li.active .icon .h {
    display: block
}

.gy-jz-tab li.active h6 {
    color: #0373db
}

.pro-gy-tj {
    width: 100%;
    padding: .8rem 2.1rem .7rem;
    background-color: #ebf0f4
}

.pro-gy-tj .h-title {
    margin-bottom: .56rem
}

.pro-gy-tj .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.pro-gy-tj .item {
    width: calc((100% - 2px) / 3);
    margin-right: 1px;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative
}

.pro-gy-tj .item:nth-child(3n) {
    margin-right: 0
}

.pro-gy-tj .item .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-gy-tj .item .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center
}

.pro-gy-tj .item .txt .icon {
    display: block;
    height: .58rem;
    margin: 0 auto .35rem
}

.pro-gy-tj .item .txt p {
    color: #fff;
    font-size: .2rem;
    white-space: nowrap
}

.pro-gy-tj .item:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.pro-gy-cj {
    width: 100%;
    padding: .9rem 2.1rem .7rem
}

.pro-gy-cj .h-title {
    margin-bottom: .54rem
}

.pro-gy-cj .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-gy-cj .item {
    width: 24%;
    height: 5.2rem;
    position: relative
}

.pro-gy-cj .item .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.pro-gy-cj .item .meng {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%
}

.pro-gy-cj .item h6 {
    color: #fff;
    font-size: .18rem;
    white-space: nowrap;
    position: absolute;
    bottom: .25rem;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.bread-box {
    height: .88rem
}

.bread {
    width: 100%;
    height: .88rem;
    border-bottom: 1px solid rgba(3, 115, 219, 0.2);
    padding: 0 2.1rem;
    background-color: #fff;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.bread .ul {
    display: flex;
    display: -webkit-flex
}

.bread .li {
    color: #333;
    font-size: .18rem;
    line-height: .88rem;
    position: relative;
    margin-right: .6rem;
    cursor: pointer
}

.bread .li:last-child {
    margin-right: 0
}

.bread .li:after {
    content: "";
    display: block;
    width: .13rem;
    height: .08rem;
    position: absolute;
    bottom: .1rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: url(../images/v.h.png) center / 100% 100%;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.bread .li.active {
    color: #0373db
}

.bread .li.active:after {
    opacity: 1
}

.bread.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.pro-swp {
    width: 100%;
    padding: 1.56rem 0 1.7rem 2.1rem;
    background-image: linear-gradient(to bottom, #f4f7fa 0%, #fff 100%);
    background-image: -webkit-linear-gradient(top, #f4f7fa 0%, #fff 100%);
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-swp .right {
    width: 71.5%
}

.pro-swp .img {
    position: relative
}

.pro-swp .img .icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1
}

.pro-swp .img .im {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 0 .4rem rgba(181, 202, 233, 0.3)
}

.pro-swp-tab {
    width: 28%
}

.pro-swp-tab li {
    margin-bottom: .5rem;
    cursor: pointer
}

.pro-swp-tab li:last-child {
    margin-bottom: 0
}

.pro-swp-tab li .icon {
    width: .54rem;
    height: .54rem;
    border-radius: .12rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: .15rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-swp-tab li .icon img {
    width: 100%;
    height: 100%
}

.pro-swp-tab li .icon .s {
    display: block
}

.pro-swp-tab li .icon .h {
    display: none
}

.pro-swp-tab li p {
    color: #333;
    font-size: .32rem;
    margin-bottom: .1rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-swp-tab li .en {
    color: #dddddd;
    font-size: .24rem;
    white-space: nowrap;
    text-transform: uppercase
}

.pro-swp-tab li.active .icon {
    border-color: rgba(13, 92, 211, 0.1)
}

.pro-swp-tab li.active .icon .s {
    display: none
}

.pro-swp-tab li.active .icon .h {
    display: block
}

.pro-swp-tab li.active p {
    color: #0373db;
    font-weight: 600
}

.pro-swp-tab li.active .en {
    color: #0373db;
    opacity: .2
}

.pro-core {
    width: 100%;
    padding: .7rem 2.1rem .65rem;
    background-color: #eff4f9
}

.pro-core .h-title {
    margin-bottom: .6rem
}

.swp-pro-core {
    width: 100%;
    padding: 25px 0
}

.swp-pro-core .swiper-slide {
    height: 100%;
    padding: .55rem .4rem .25rem;
    background-color: #fff;
    text-align: center;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-pro-core .swiper-slide .icon {
    width: .8rem;
    height: .8rem;
    border-radius: .2rem;
    margin: 0 auto .45rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-pro-core .swiper-slide .icon img {
    width: 100%;
    height: 100%
}

.swp-pro-core .swiper-slide .icon .s {
    display: block
}

.swp-pro-core .swiper-slide .icon .h {
    display: none
}

.swp-pro-core .swiper-slide .line {
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin-bottom: .5rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-pro-core .swiper-slide h6 {
    color: #333;
    font-size: .24rem;
    margin-bottom: .2rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-pro-core .swiper-slide .desc {
    color: #666;
    font-size: .16rem;
    line-height: 30px;
    height: 180px;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-pro-core .swiper-slide:hover {
    background-color: #0373db;
    transform: translateY(-22px);
    -webkit-transform: translateY(-22px)
}

.swp-pro-core .swiper-slide:hover .icon {
    border-color: rgba(255, 255, 255, 0.1)
}

.swp-pro-core .swiper-slide:hover .icon .s {
    display: none
}

.swp-pro-core .swiper-slide:hover .icon .h {
    display: block
}

.swp-pro-core .swiper-slide:hover .line {
    background-color: #fff
}

.swp-pro-core .swiper-slide:hover h6 {
    color: #fff
}

.swp-pro-core .swiper-slide:hover .desc {
    color: #fff
}

.pro-cpgn {
    width: 100%;
    padding: .95rem 2.1rem .9rem
}

.pro-cpgn .h-title {
    margin-bottom: 1rem
}

.pro-cpgn .items {
    width: 100%
}

.pro-cpgn .item {
    width: 100%;
    background-color: #fff;
    border-radius: .4rem .4rem 0 0;
    border: 1px solid #e1e7f1;
    border-bottom: none;
    box-shadow: 0 -10px 20px rgba(186, 203, 229, 0.1);
    margin-top: -0.4rem
}

.pro-cpgn .item .hd {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding: .48rem .6rem .9rem 2rem;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-cpgn .item .hd .icon {
    width: .8rem;
    position: absolute;
    top: .2rem;
    left: .65rem
}

.pro-cpgn .item .hd h6 {
    color: #333;
    font-size: .24rem
}

.pro-cpgn .item .hd .i {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-cpgn .item .child {
    display: none;
    width: 100%;
    padding: 0 1rem .7rem 2rem
}

.pro-cpgn .item .child .desc {
    color: #777;
    font-size: .18rem;
    line-height: 1.5;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-cpgn .item.ed .hd {
    padding-bottom: .4rem
}

.pro-cpgn .item.ed .hd .i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.pro-cpgn .item.ed .child {
    display: block
}

.pro-cpgn .item.ed .child .desc {
    opacity: 1
}

.pro-scen {
    width: 100%;
    background-color: #eff4f9;
    padding: 1.45rem 2.1rem 1.1rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.pro-scen .fl {
    width: 28.4%
}

.pro-scen .fr {
    width: 61%
}

.pro-scen .h-title {
    margin-bottom: 1rem
}

.pro-scen .scroll {
    width: 100%;
    max-height: 3.2rem;
    padding-right: .4rem;
    overflow-y: auto
}

.pro-scen .scroll::-webkit-scrollbar {
    width: 3px;
    background-color: #dce0e5
}

.pro-scen .scroll::-webkit-scrollbar-thumb {
    width: 3px;
    background-color: #333
}

.pro-scen .item {
    width: 100%;
    position: relative
}

.pro-scen .item .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 0 .15rem .3rem rgba(117, 124, 133, 0.2)
}

.pro-scen .item .bg {
    width: 3.87rem;
    position: absolute;
    right: -0.54rem;
    top: -0.54rem;
    z-index: 1
}

.pro-scen .item .num {
    position: absolute;
    right: .3rem;
    bottom: -0.5rem;
    z-index: 3;
    color: #0373db;
    font-family: 'nive';
    font-size: 1.16rem
}

.pro-scen-tab {
    width: 100%;
    height: 100%
}

.pro-scen-tab li {
    width: 100%;
    height: 1.5rem;
    border: 2px solid #fff;
    padding: 0 .32rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: .2rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-scen-tab li p {
    color: #333;
    font-size: .2rem;
    margin-bottom: .15rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-scen-tab li .en {
    color: #333;
    opacity: .3;
    font-size: .14rem
}

.pro-scen-tab li.active {
    border-color: #0373db
}

.pro-scen-tab li.active p, .pro-scen-tab li.active .en {
    color: #0373db
}

.pro-sjal {
    width: 100%;
    position: relative
}

.pro-sjal .img {
    display: block;
    width: 100%;
    height: 7.35rem;
    object-fit: cover;
    opacity: .6
}

.pro-sjal .h-title {
    position: absolute;
    top: 1.2rem;
    left: 2.1rem;
    z-index: 2
}

.pro-sjal .thumbs {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    padding-left: 2.1rem
}

.pro-sjal .swiper-button-next, .pro-sjal .swiper-button-prev {
    margin-top: 0;
    width: .64rem;
    height: .64rem;
    background-color: #f5f7fa;
    background-size: .2rem .2rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.pro-sjal .swiper-button-next:hover, .pro-sjal .swiper-button-prev:hover {
    background-color: #0373db
}

.pro-sjal .swiper-button-prev {
    left: initial;
    top: 0;
    right: -0.64rem;
    background-image: url(../images/prev1.png)
}

.pro-sjal .swiper-button-prev:hover {
    background-image: url(../images/prev.png)
}

.pro-sjal .swiper-button-next {
    top: .64rem;
    right: -0.64rem;
    background-image: url(../images/next1.png)
}

.pro-sjal .swiper-button-next:hover {
    background-image: url(../images/next.png)
}

.swp-pro-sjal {
    width: 100%;
    height: 7.35rem;
    background-color: #000
}

.swp-pro-sjal .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .6
}

.swp-pro-sjal-thumb {
    width: 7.5rem
}

.swp-pro-sjal-thumb .swiper-slide {
    padding: .65rem .6rem .6rem 0
}

.swp-pro-sjal-thumb .swiper-slide .t {
    margin-bottom: .35rem;
    position: relative
}

.swp-pro-sjal-thumb .swiper-slide .t h6 {
    color: #333;
    font-size: .24rem;
    position: relative;
    z-index: 1
}

.swp-pro-sjal-thumb .swiper-slide .t .num {
    color: #0373db;
    opacity: .1;
    font-size: .85rem;
    font-family: 'nive';
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.swp-pro-sjal-thumb .swiper-slide .desc {
    color: #555;
    font-size: .16rem;
    line-height: .3rem
}

.pro-jyb {
    width: 100%;
    background: url(../images/bg15.jpg) center / cover;
    padding: .55rem 2.1rem .6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.pro-jyb p {
    color: #333;
    font-size: .28rem
}

.pro-jyb p span {
    color: #0373db
}

.pro-jyb a {
    width: 1.42rem;
    height: .48rem;
    color: #fff;
    font-size: .16rem;
    line-height: .48rem;
    text-align: center;
    background-color: #0373db
}

.ab-intro .text {
    width: 40%;
    padding: 1.3rem .7rem 1.5rem 2.1rem
}

.ab-intro .text .t {
    color: #333;
    font-size: .24rem;
    margin-bottom: .24rem
}

.ab-intro .img {
    width: 60%
}

.ab-his {
    width: 100%;
    padding: .8rem 2.1rem .7rem;
    background: url(../images/bg16.jpg) center / cover
}

.ab-his .hd {
    margin-bottom: .6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.ab-his .pn {
    display: flex;
    display: -webkit-flex
}

.ab-his .swiper-button-prev, .ab-his .swiper-button-next {
    position: static;
    margin-top: 0;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    background-color: #fff;
    background-size: .2rem .2rem;
    margin-left: .15rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.ab-his .swiper-button-prev:hover, .ab-his .swiper-button-next:hover {
    background-color: #0373db
}

.ab-his .swiper-button-prev {
    background-image: url(../images/prev1.png)
}

.ab-his .swiper-button-prev:hover {
    background-image: url(../images/prev.png)
}

.ab-his .swiper-button-next {
    background-image: url(../images/next1.png)
}

.ab-his .swiper-button-next:hover {
    background-image: url(../images/next.png)
}

.swp-his {
    width: 100%
}

.swp-his:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(3, 115, 219, 0.2);
    position: absolute;
    top: .57rem;
    left: 0
}

.swp-his .swiper-slide h6 {
    text-align: center;
    opacity: .8;
    font-size: .24rem;
    margin-bottom: .25rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-his .swiper-slide .cir {
    width: .18rem;
    height: .18rem;
    margin: 0 auto;
    border: 2px solid rgba(13, 92, 211, 0.2);
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-his .swiper-slide .cir span {
    display: block;
    width: .08rem;
    height: .08rem;
    margin: auto;
    border-radius: 50%;
    background-color: #0373db
}

.swp-his .swiper-slide .line {
    width: 2px;
    height: 18px;
    background-color: rgba(13, 92, 211, 0.2);
    margin: 0 auto .33rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-his .swiper-slide .desc {
    text-align: center;
    padding: .35rem .45rem;
    background-color: #fff;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    height: 200px;
}

.swp-his .swiper-slide .desc * {
    color: #333;
    font-size: .16rem;
    line-height: .48rem
}

.swp-his .swiper-slide .img {
    width: 100%;
    height: 2.35rem;
    background-color: #000
}

.swp-his .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7
}

.swp-his .swiper-slide:hover h6 {
    color: #0373db
}

.swp-his .swiper-slide:hover .cir {
    border-color: #0373db
}

.swp-his .swiper-slide:hover .line {
    background-color: #0373db
}

.swp-his .swiper-slide:hover .desc {
    background-color: #0373db;
    color: #fff
}

.ab-qua {
    width: 100%;
    padding: 1.1rem 0 0
}

.ab-qua .hd {
    margin-bottom: .6rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 2.1rem
}

.ab-qua .txt {
    width: 65%
}

.ab-qua .txt .desc {
    color: #333;
    font-size: .18rem;
    line-height: 2;
    padding-bottom: .12rem;
    border-bottom: 2px solid rgba(14, 94, 212, 0.2)
}

.ab-qua .swiper {
    width: 100%;
    padding: 0 2.1rem;
    padding-bottom: 1rem;
    background: url(../images/bg16.png) center bottom / 100% auto no-repeat
}

.ab-qua .shub {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.ab-qua .shub img {
    margin-right: .15rem
}

.ab-qua .shub span {
    color: #333;
    font-size: .17rem
}

.swp-qua {
    width: 100%
}

.swp-qua .swiper-slide {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    height: initial
}

.swp-qua .swiper-slide h6 {
    text-align: center;
    color: #333;
    font-size: .15rem;
    line-height: 1.1;
    margin-bottom: .18rem
}

.swp-qua .swiper-slide .bg {
    width: 100%;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end
}

.swp-qua .swiper-slide .bg img {
    display: block;
    width: 100%;
    border: .03rem solid #333
}

.swp-qua .swiper-slide .meng {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    display: -webkit-flex;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-qua .swiper-slide .meng span {
    display: block;
    margin: auto;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #0373db;
    color: #fff;
    font-size: .2rem;
    line-height: .4rem;
    text-align: center
}

.swp-qua .swiper-slide:hover .meng {
    opacity: 1
}

.ab-team {
    width: 100%;
    padding: 1.3rem 2.1rem 1.2rem;
    background: url(../images/bg17.jpg) center / cover
}

.ab-team .hd {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 1.4rem
}

.ab-team .txt {
    width: 65%
}

.ab-team .txt .desc {
    color: #333;
    font-size: .18rem;
    line-height: 2;
    padding-bottom: .12rem;
    border-bottom: 2px solid rgba(173, 173, 173, 0.2)
}

.swp-team {
    width: 100%
}

.swp-team .swiper-slide h6 {
    padding-bottom: .25rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    color: #333;
    font-size: .24rem;
    margin-bottom: .4rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.swp-team .swiper-slide h6 span {
    margin-left: .2rem;
    color: #333;
    font-size: .16rem;
    opacity: .5
}

.swp-team .swiper-slide .p {
    margin-bottom: .2rem
}

.swp-team .swiper-slide .p p {
    color: #333;
    font-size: .15rem;
    line-height: 2;
    padding-left: 20px;
    background: url(../images/v.2.png) left center no-repeat
}

.swp-team .swiper-slide .desc * {
    color: #333;
    font-size: .15rem;
    line-height: 1.8;
    opacity: .5
}

.swp-team .swiper-slide:hover h6 {
    border-bottom-color: #000
}

.ab-honor {
    width: 100%;
    padding: 1.2rem 0;
    display: flex;
    display: -webkit-flex
}

.ab-honor .h-title {
    margin-bottom: .68rem
}

.ab-honor .text {
    width: 42%;
    padding: 0 1.1rem 1.9rem 2.1rem;
    background: url(../images/bg17.png) 2.1rem 1.7rem/3.7rem auto no-repeat
}

.ab-honor .text .desc {
    color: #555;
    font-size: .18rem;
    line-height: 2;
    margin-bottom: .65rem
}

.ab-honor .text .t {
    color: #0373db;
    font-size: .2rem;
    padding-bottom: .3rem;
    border-bottom: 2px solid rgba(173, 173, 173, 0.2)
}

.ab-honor .cont {
    width: 58%;
    background-color: #f9fafc;
    padding: .4rem 1rem .4rem .6rem
}

.ab-honor .scroll {
    width: 100%;
    height: 4.5rem;
    overflow-y: auto;
    padding-right: 28px
}

.ab-honor .scroll::-webkit-scrollbar {
    width: 1px;
    background-color: rgba(3, 115, 219, 0.2)
}

.ab-honor .scroll::-webkit-scrollbar-thumb {
    width: 1px;
    background-color: #0373db
}

.ab-honor .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: .1rem 0;
    position: relative
}

.ab-honor .item:before, .ab-honor .item:after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background-color: #cadbf4;
    position: absolute;
    left: 15px;
    z-index: 0
}

.ab-honor .item:before {
    top: 0
}

.ab-honor .item:after {
    bottom: 0
}

.ab-honor .item:first-child:before {
    display: none
}

.ab-honor .item:last-child:after {
    display: none
}

.ab-honor .item .icon {
    width: 32px;
    height: 32px;
    display: flex;
    display: -webkit-flex;
    background: url(../images/sui.png) center / 100% 100%;
    margin-right: .18rem;
    position: relative;
    z-index: 1
}

.ab-honor .item .icon span {
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    border-radius: 50%;
    border: 2px solid #cadbf4;
    background-color: #fff;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.ab-honor .item .t {
    color: #333;
    font-size: .16rem;
    padding-right: .2rem;
    white-space: nowrap
}

.ab-honor .item p {
    color: #333;
    font-size: .16rem;
    line-height: 1.5;
    flex: 1
}

.ab-honor .item:hover .icon span {
    border-color: #0373db
}

.ab-contact {
    width: 100%;
    display: flex;
    display: -webkit-flex
}

.ab-contact .h-title {
    margin-bottom: .68rem
}

.ab-contact .text {
    width: 42%;
    background: url(../images/bg18.jpg) center / cover;
    padding: 1.1rem .6rem .78rem 2.1rem
}

.ab-contact .text p {
    color: #555;
    font-size: .18rem;
    line-height: 2
}

.ab-contact .text .ma {
    width: 150px;
    padding-top: .4rem;
    text-align: center
}

.ab-contact .text .ma img {
    display: block;
    width: 100%;
    margin-bottom: .18rem
}

.ab-contact .text .ma span {
    color: #555;
    font-size: 15px
}

.ab-contact .map {
    width: 58%;
}

.news {
    width: 100%;
    padding: 0 2.1rem
}

.news .items {
    width: 100%;
    padding-top: .25rem
}

.news .item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: .55rem
}

.news .item .img {
    width: 21.8%;
    height: 2.15rem;
    overflow: hidden
}

.news .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.news .item .txt {
    width: 74%;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.news .item .txt .tx {
    width: 100%;
    padding-right: 2.1rem
}

.news .item .date {
    color: #999;
    font-size: .18rem;
    margin-bottom: .3rem
}

.news .item h6 {
    color: #333;
    font-size: .24rem;
    margin-bottom: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news .item .desc {
    color: #999;
    font-size: .18rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news .item .d {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: .48rem;
    height: .48rem;
    color: #0373db;
    font-size: .2rem;
    font-weight: 600;
    line-height: .48rem;
    text-align: center;
    border-radius: 50%;
    border: 2px solid rgba(3, 115, 223, 0.2);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.news .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.news .item:hover .txt {
    border-bottom-color: #0373db
}

.news .item:hover h6 {
    text-decoration: underline
}

.news .item:hover .d {
    border-color: #0373db;
    background-color: #0373db;
    color: #fff
}

.select-year {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.select-year span {
    color: #999;
    font-size: .18rem
}

.select-year select {
    border: none
}

.detail {
    width: 1000px;
    margin: 0 auto;
    padding: .7rem 0
}

.detail h2 {
    color: #999;
    font-size: .16rem;
    margin-bottom: .1rem;
    text-align: center
}

.detail h1 {
    text-align: center;
    font-size: .36rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: .25rem
}

.detail .date {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid #e8e8e8
}

.detail .date span {
    color: #222;
    font-size: 14px;
    padding-left: 26px;
    background: url(../images/rq.png) left center no-repeat
}

.detail .desc {
    padding: .3rem 0 .7rem
}

.detail .desc * {
    color: #333;
    font-size: .18rem;
    line-height: 1.8
}

.detail .f {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    border-top: 1px solid #e5f1fb;
    border-bottom: 1px solid #e5f1fb
}

.detail .prev, .detail .next {
    width: 36.8%;
    display: block;
    height: .68rem;
    color: #333;
    font-size: .16rem;
    line-height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.detail .prev:hover, .detail .next:hover {
    color: #0373db
}

.detail .next {
    text-align: right
}

.detail .back {
    width: 1.5rem;
    height: .68rem;
    line-height: .68rem;
    color: #333;
    font-size: .16rem;
    text-align: center;
    position: relative
}

.detail .back:before, .detail .back:after {
    content: "";
    display: block;
    width: 1px;
    height: .16rem;
    background-color: #e6effb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.detail .back:before {
    left: 0
}

.detail .back:after {
    right: 0
}

.expe {
    width: 100%;
    padding: .9rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.expe .h-title {
    margin-bottom: .4rem
}

.expe .text {
    width: 48%;
    padding-left: 2.1rem
}

.expe .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.expe .f .item {
    width: 48%
}

.expe .item {
    position: relative;
    margin-bottom: .1rem
}

.expe .item .t {
    color: #333;
    font-size: .16rem;
    line-height: .6rem;
    position: absolute;
    left: 0;
    top: 0
}

.expe .item input, .expe .item select {
    display: block;
    width: 100%;
    height: .6rem;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #f3f3f3;
    padding-left: .55rem;
    color: #333;
    font-size: .16rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.expe .item input:focus, .expe .item select:focus {
    border-bottom-color: #000
}

.expe .item input::-webkit-input-placeholder, .expe .item select::-webkit-input-placeholder {
    color: #999;
    font-size: .16rem
}

.expe .item.c input {
    padding-left: .88rem
}

.expe textarea {
    display: block;
    width: 100%;
    padding-top: .25rem;
    height: 1.3rem;
    margin-bottom: .5rem;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #f3f3f3;
    color: #333;
    font-size: .16rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.expe textarea:focus {
    border-bottom-color: #000
}

.expe textarea::-webkit-input-placeholder {
    color: #999;
    font-size: .16rem
}

.expe .img {
    width: 50%;
    object-fit: cover
}

.expe button {
    width: 2.2rem;
    height: .76rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: #0373db;
    border: none
}

.expe button span {
    color: #fff;
    font-size: .18rem;
    margin-right: .48rem
}

.serve {
    width: 100%;
    padding: 1.2rem 2.1rem .9rem
}

.serve .h-title {
    margin-bottom: .6rem
}

.serve .fs {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: .7rem
}

.serve .text {
    width: 30.6%
}

.serve .text .icon {
    display: block;
    height: .42rem;
    margin-bottom: .66rem
}

.serve .text .t {
    position: relative;
    margin-bottom: .24rem
}

.serve .text .t span {
    color: #333;
    font-size: .24rem;
    position: relative;
    z-index: 1
}

.serve .text .t .num {
    color: #0373db;
    opacity: .2;
    font-size: .82rem;
    font-family: 'nive';
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.serve .text .desc {
    color: #666;
    font-size: .18rem;
    line-height: .3rem
}

.serve .form {
    width: 65.3%;
    background-color: #f7f7f7;
    padding: .3rem .6rem .3rem .7rem;
    position: relative
}

.serve .form .tit {
    color: #333;
    font-size: .24rem;
    margin-bottom: .4rem
}

.serve .form .f {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.serve .form .f .item {
    width: 48%
}

.serve .form .item {
    width: 65%;
    position: relative
}

.serve .form .item .t {
    color: #333;
    font-size: .16rem;
    line-height: .6rem;
    position: absolute;
    left: 0;
    top: 0
}

.serve .form .item input, .serve .form .item select {
    display: block;
    width: 100%;
    height: .6rem;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #f3f3f3;
    padding-left: .55rem;
    color: #333;
    font-size: .16rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.serve .form .item input:focus, .serve .form .item select:focus {
    border-bottom-color: #000
}

.serve .form .item input::-webkit-input-placeholder, .serve .form .item select::-webkit-input-placeholder {
    color: #999;
    font-size: .16rem
}

.serve .form .item.c input {
    padding-left: .88rem
}

.serve .form textarea {
    display: block;
    width: 65%;
    padding-top: .15rem;
    height: 1.1rem;
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #f3f3f3;
    color: #333;
    font-size: .16rem;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.serve .form textarea:focus {
    border-bottom-color: #000
}

.serve .form textarea::-webkit-input-placeholder {
    color: #999;
    font-size: .16rem
}

.serve .form button {
    position: absolute;
    right: .6rem;
    bottom: .3rem;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background-color: #0373db;
    border: none
}

.serve .form button span {
    width: .4rem;
    color: #fff;
    font-size: .18rem;
    margin-bottom: .2rem;
    line-height: 1.1
}

.serve .lis {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between
}

.serve .li {
    width: 30.5%;
    height: 6rem;
    position: relative;
    overflow: hidden
}

.serve .li .img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.serve .li .m {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%
}

.serve .li .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 0 .55rem .55rem
}

.serve .li .txt .icon {
    display: block;
    height: .42rem;
    margin-bottom: .7rem
}

.serve .li .txt .t {
    position: relative;
    margin-bottom: .3rem
}

.serve .li .txt .t span {
    color: #fff;
    font-size: .24rem;
    position: relative;
    z-index: 1
}

.serve .li .txt .t .num {
    color: #fff;
    opacity: .2;
    font-size: .82rem;
    font-family: 'nive';
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.serve .li .txt .desc {
    color: #fff;
    opacity: .7;
    font-size: .18rem;
    line-height: .3rem
}

.serve .li:hover .img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.shouh {
    width: 100%;
    padding: 1.5rem 2.1rem;
    background: url(../images/bg19.jpg) center / cover;
    display: flex;
    display: -webkit-flex
}

.shouh .txt {
    background-color: rgba(255, 255, 255, 0.95);
    padding: .5rem .6rem
}

.shouh .txt .icon {
    display: block;
    height: .49rem;
    margin-bottom: .3rem
}

.shouh .txt h6 {
    color: #333;
    font-size: .24rem;
    margin-bottom: .4rem
}

.shouh .txt .t {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: .12rem
}

.shouh .txt .t span {
    color: #999;
    font-size: 16px;
    margin-left: 8px
}

.shouh .txt p {
    color: #0373db;
    font-size: .3rem
}

.case {
    width: 100%;
    padding: .7rem 2.1rem .6rem
}

.case .items {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}

.case .item {
    width: 23.8%;
    margin-right: 1.6%;
    margin-bottom: .4rem;
    box-shadow: 0 .15rem .3rem #e1e4e9;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.case .item:nth-child(4n) {
    margin-right: 0
}

.case .item:after {
    display: block;
    content: "";
    width: 0;
    height: 2px;
    background-color: #0373db;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.case .item .img {
    width: 100%;
    height: 3.35rem;
    overflow: hidden
}

.case .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.case .item .txt {
    width: 100%;
    background-color: #fff;
    padding: .25rem .32rem .3rem
}

.case .item .txt .logo {
    display: block;
    height: .42rem;
    margin-bottom: .2rem
}

.case .item .txt h6 {
    color: #333;
    font-size: .22rem;
    line-height: .3rem;
    font-weight: 600;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .15rem
}

.case .item .txt .f {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center
}

.case .item .txt span {
    color: #999;
    font-size: 14px
}

.case .item .txt b {
    color: #0373db;
    font-size: .2rem
}

.case .item:hover:after {
    width: 100%
}

.case .item:hover .img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.case .mo {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center
}

.case .loading {
    width: 1.4rem;
    height: .44rem;
    border: 2px solid rgba(3, 115, 219, 0.2);
    border-radius: .22rem;
    padding: 0 .18rem;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.case .loading span {
    color: #0373db;
    font-size: .15rem
}

.case .loading:hover {
    border-color: #0373db
}

@media screen and (max-width:1800px) {
    .child-case .item .link a, .more span, .swp-h-soft .swiper-slide .txt .desc, .swp-heng .swiper-slide p, .swp-heng .swiper-slide .date, .h-news .item .date, .foot-medium span, .foot-medium a, .foot-top .erweima p, .pro-intro .text .desc *, .pro-gy-tab li p, .detail .prev, .detail .next, .detail .back, .pro-wl-ys li h6, .swp-his .swiper-slide .desc *, .swp-qua .swiper-slide h6, .swp-team .swiper-slide h6 span, .swp-team .swiper-slide .p p, .swp-team .swiper-slide .desc *, .ab-honor .item .t, .ab-honor .item p, .pro-gy-ys .item .desc, .pro-gy-ys .item .d, .serve .form .item .t, .serve .form .item input, .serve .form .item select, .serve .form .item input::-webkit-input-placeholder, .expe .item input, .expe .item select, .expe .item input::-webkit-input-placeholder, .expe .item .t, .serve .form textarea, .serve .form textarea::-webkit-input-placeholder, .expe textarea, .expe textarea::-webkit-input-placeholder, .swp-pro-core .swiper-slide .desc, .detail h2, .case .loading span, .pro-jyb a {
        font-size: 14px
    }

    .pro-scen-tab li .en {
        font-size: 12px
    }

    .swp-pro-sjal-thumb .swiper-slide .desc {
        font-size: 14px;
        line-height: 25px
    }
}

@media screen and (max-width:1500px) {
    nav li .a {
        font-size: 15px
    }

    .child-product .lis a p, .child-product .link a, .h-ab li p, .detail .desc *, .bread .li, .select-year span, .news .item .date, .pro-xt .txt h6, .result .item h6, .result .item .date, .result .item .t, .ab-qua .txt .desc, .ab-team .txt .desc, .ab-honor .text .desc, .ab-contact .text p, .expe button span, .pro-cpgn .item .child .desc {
        font-size: 14px
    }

    .ab-qua .shub span {
        font-size: 13px
    }

    .com-child a {
        font-size: 14px;
        line-height: 36px
    }

    .h-ab .text .desc {
        font-size: 14px;
        line-height: 25px;
        max-height: 75px
    }

    .h-solu-list .desc {
        font-size: 14px;
        line-height: 25px;
        height: 75px
    }

    .swp-h-case .swiper-slide .txt .desc {
        font-size: 14px;
        line-height: 25px
    }

    .news .item .desc {
        font-size: 14px;
        line-height: 25px;
        height: 50px
    }

    .pro-xt .txt p, .pro-wl-hx .li p, .ab-honor .text .t, .pro-gy-ys .item h6, .pro-gy-tj .item .txt p, .pro-gy-cj .item h6, .pro-scen-tab li p {
        font-size: 15px
    }

    .gy-jz-tab li h6 {
        font-size: 14px;
        line-height: 20px;
        height: 60px
    }

    .serve .text .desc, .serve .li .txt .desc {
        font-size: 14px;
        line-height: 25px
    }

    .serve .form .item input, .serve .form .item select, .expe .item input, .expe .item select {
        height: 44px
    }

    .serve .form .item input, .expe .item input {
        padding-left: 40px;
        border-bottom-width: 1px
    }

    .serve .form .item.c input, .expe .item.c input {
        padding-left: 65px
    }

    .serve .form textarea, .expe textarea {
        height: 90px
    }

    .serve .form button span {
        font-size: 14px;
        width: 30px
    }

    .swp-pro-core .swiper-slide .desc {
        height: initial
    }

    .case .item .txt h6 {
        font-size: 16px;
        line-height: 25px;
        height: 50px
    }

    .serve .form .item .t, .expe .item .t {
        line-height: 44px
    }

    .pro-xt .gl-li .tx .desc {
        font-size: 14px
    }
}

@media screen and (max-width:1200px) {
    header {
        height: 60px
    }

    header .wra {
        height: 100%;
        padding: 0 .3rem
    }

    nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        z-index: 8;
        width: 100%;
        background-color: #fff
    }

    nav ul {
        display: block;
        height: 100%;
        overflow-y: auto
    }

    nav li {
        padding: 0 .3rem;
        border-bottom: 1px solid #eee
    }

    nav li .a {
        color: #333;
        line-height: 50px
    }

    nav .child {
        display: block;
        position: static;
        padding: .1rem .2rem;
        box-shadow: none
    }

    nav .child .close {
        display: none
    }

    .child-case {
        display: none !important
    }

    .child-product .f {
        display: block
    }

    .child-product .left {
        width: 100%
    }

    .child-product .title {
        font-size: 16px;
        line-height: 40px
    }

    .child-product .right {
        width: 100%
    }

    .child-product .lis {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .com-child {
        display: flex !important;
        display: -webkit-flex !important;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .com-child a {
        margin-right: .2rem;
        margin-bottom: .2rem
    }

    .menu {
        width: 24px;
        height: 20px;
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        margin-left: .4rem
    }

    .menu .bar {
        width: 100%;
        height: 3px;
        background-color: #0373db;
        transition: all .4s ease-out;
        -webkit-transition: all .4s ease-out
    }

    .menu.ed .bar:nth-child(1) {
        transform: translateY(8px) rotate(-45deg)
    }

    .menu.ed .bar:nth-child(2) {
        opacity: .1
    }

    .menu.ed .bar:nth-child(3) {
        transform: translateY(-8px) rotate(45deg)
    }

    header .logo img {
        height: 36px
    }

    .swp-banner .swiper-slide .txt h3 {
        white-space: nowrap
    }

    .h-solu-tab {
        padding-left: .3rem
    }

    .h-solu-tab li h6 {
        font-size: 16px
    }

    .h-solu-tab li .en {
        font-size: 12px
    }

    .h-solu-tab li {
        padding: .2rem 0
    }

    .h-title h4 {
        font-size: 32px
    }

    .h-title .en {
        font-size: 20px
    }

    .h-solu-tab li .b {
        width: 1.6rem
    }

    .h-solu-tab {
        width: 30%
    }

    .h-solu-list {
        width: 70%
    }

    .h-solu-tab li .tu .icon {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        opacity: 1;
        width: .5rem
    }

    .swp-h-soft .swiper-slide .txt {
        padding: 0 .2rem .3rem
    }

    .h-case {
        padding-left: .3rem
    }

    .h-case-tab {
        padding-right: .3rem
    }

    .h-case-tab li {
        height: .7rem;
        line-height: .7rem;
        font-size: 15px
    }

    .swp-h-case {
        height: 6.5rem
    }

    .swp-h-case .swiper-slide .txt {
        padding: .3rem 2.2rem .3rem .3rem
    }

    .swp-h-case .pn {
        right: .3rem
    }

    .foot-medium span {
        white-space: nowrap
    }

    .child-case .item .link a, .more span, .swp-h-soft .swiper-slide .txt .desc, .swp-heng .swiper-slide p, .swp-heng .swiper-slide .date, .h-news .item .date, .foot-medium span, .foot-medium a, .foot-top .erweima p, .pro-intro .text .desc *, .pro-gy-tab li p, .detail .prev, .detail .next, .detail .back, .pro-wl-ys li h6, .swp-his .swiper-slide .desc, .swp-qua .swiper-slide h6, .swp-team .swiper-slide h6 span, .swp-team .swiper-slide .p p, .swp-team .swiper-slide .desc *, .ab-honor .item .t, .ab-honor .item p, .pro-gy-ys .item .desc, .pro-gy-ys .item .d, .serve .form .item .t, .serve .form .item input, .serve .form .item select, .serve .form .item input::-webkit-input-placeholder, .expe .item input, .expe .item select, .expe .item input::-webkit-input-placeholder, .expe .item .t, .serve .form textarea, .serve .form textarea::-webkit-input-placeholder, .expe textarea, .expe textarea::-webkit-input-placeholder, .swp-pro-core .swiper-slide .desc, .detail h2, .case .loading span, .pro-jyb a {
        font-size: 12px
    }

    .pro-tuwen .txt, .pro-gy .item .desc {
        left: .3rem
    }

    .pro-tuwen .text {
        width: 100%
    }

    .pro-gy-tab li {
        margin-left: 0
    }

    .h-title .t {
        font-size: .2rem
    }

    .pro-pt .con {
        width: 70%
    }

    .zhanwei {
        height: 60px
    }

    .detail {
        width: 100%;
        padding: .7rem .3rem
    }

    .pro-wl-tab li .icon img {
        width: .6rem;
        height: initial
    }

    .pro-wl-tab li {
        padding: .3rem .2rem
    }

    .pro-xt .txt, .pro-wl-hx .pro-title {
        left: .3rem
    }

    .pro-xt .text {
        padding: .4rem;
        width: 100%
    }

    .gy-jz-tab li {
        padding: .2rem 0
    }

    .expe .text, .pro-sjal .thumbs {
        padding-left: .3rem
    }

    .pro-swp-tab li p {
        font-size: .24rem
    }

    .pro-swp-tab li {
        margin-bottom: .2rem
    }

    .pro-swp-tab li .en {
        font-size: .18rem
    }

    .h-ab, .h-solu-list .txt, .h-soft, .h-news, footer, .pro-intro .text, .pro-gy, .pro-pt, .bread, .news, .pro-wl-tab, .pro-wl-hx, .pro-wl-ys .ys, .pro-wl-ys .cj, .result, .ab-his, .ab-qua .hd, .ab-qua .swiper, .ab-team, .ab-honor .text, .ab-contact .text, .pro-gy-ys, .pro-gy-jz, .pro-gy-tj, .pro-gy-cj, .serve, .shouh, .pro-swp, .pro-core, .pro-cpgn, .pro-scen, .pro-jyb, .case, .pro-hxys, .pro-yycj, .pro-intro .img {
        padding-left: .3rem;
        padding-right: .3rem
    }

    .pro-xt .gl-li .tx {
        padding-right: .3rem
    }
    
    .zhhs_body {
        overflow: hidden;
    }
}

@media screen and (max-width:980px) {
    .banner, .ins-banner {
        height: 70vh
    }
    
    .pro-intro .img img {
        display: block;
        max-width: 100%
    }

    .child-product .lis a {
        width: 33.333%
    }

    .h-solu, .pro-intro, .pro-gy .hd, .h-case, .pro-pt .hd, .pro-wl-ys, .ab-qua .hd, .ab-team .hd, .ab-honor, .ab-contact, .pro-gy-jz, .serve .fs, .expe, .pro-swp, .pro-scen {
        display: block
    }

    .pro-xt .meng {
        width: 100%;
        object-fit: cover
    }

    .h-solu-tab {
        width: 100%;
        padding-right: .3rem
    }

    .h-solu-tab ul, .h-case-tab ul, .pro-gy-tab, .pro-swp-tab {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between
    }

    .h-solu-tab li, .h-case-tab li {
        width: 32%
    }

    .h-case-tab, .gy-jz-tab, .pro-swp-tab {
        width: 100%;
        margin-bottom: .3rem
    }

    .pro-scen .fl {
        margin-bottom: .6rem
    }

    .news .item .txt .tx {
        padding-right: .8rem
    }

    .ab-honor .cont {
        padding: 0 .3rem
    }

    .ab-contact .map {
        width: 100%;
        height: 5rem
    }

    .h-case .h-title, .pro-gy .h-title, .pro-pt .h-title, .ab-qua .h-title, .ab-team .h-title {
        margin-bottom: .4rem
    }

    .h-ab .text, .h-case-list, .pro-intro .text, .h-solu-list, .pro-intro .img, .pro-gy-tab, .pro-pt .con, .pro-wl-ys .ys, .pro-wl-ys .cj, .ab-qua .txt, .ab-team .txt, .ab-honor .text, .ab-honor .cont, .ab-contact .text, .pro-gy-jz .text, .pro-gy-jz .img, .serve .form, .pro-swp-tab, .pro-swp .right, .pro-scen .fl, .pro-scen .fr {
        width: 100%
    }

    .pro-gy-ys .items {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .pro-gy-ys .item {
        width: 49%;
        margin-bottom: .2rem
    }

    .pro-gy-jz .text {
        padding-right: 0
    }

    .pro-gy-tj .item {
        width: calc((100% - 1px) / 2)
    }

    .pro-gy-tj .item:nth-child(3n) {
        margin-right: 1px
    }

    .pro-gy-tj .item:nth-child(2n) {
        margin-right: 0
    }

    .serve .text {
        width: 100%;
        margin-bottom: .4rem
    }

    .serve .li .txt {
        padding: 0 .2rem .3rem
    }

    .shouh {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .expe .text {
        padding-right: .3rem;
        width: 100%;
        margin-bottom: .4rem
    }

    .expe .img {
        width: 100%
    }
}

@media screen and (max-width:750px) {
    .swp-banner .swiper-slide .txt h3 {
        font-size: .6rem
    }

    .swp-banner .swiper-slide .txt h6 {
        line-height: 1.5
    }

    .swp-banner .planet .tx p, .swp-banner .planet .tx span {
        opacity: 1
    }

    .swp-banner .planet .tx .line {
        width: 100%
    }

    .swp-banner .planet .tx .line:after {
        width: .7rem
    }

    .h-ab li .num span {
        font-size: .6rem
    }

    .child-product .lis a p, .child-product .link a, .h-ab li p, .detail .desc *, .bread .li, .select-year span, .news .item .date, .pro-xt .txt h6, .result .item h6, .result .item .date, .result .item .t, .ab-qua .txt .desc, .ab-team .txt .desc, .ab-honor .text .desc, .ab-contact .text p, .expe button span, .pro-cpgn .item .child .desc {
        font-size: .26rem
    }

    .h-solu-tab ul {
        display: block
    }

    .h-solu-tab li {
        width: 100%
    }

    .more {
        width: 100px;
        height: 32px;
        border-width: 1px
    }

    .h-case-tab li {
        padding-left: .4rem
    }

    .h-case-tab li i {
        left: .15rem
    }

    .h-case {
        padding-right: .3rem
    }

    .swp-h-case {
        height: initial
    }

    .swp-h-case .swiper-slide .txt {
        position: static;
        padding-right: .3rem
    }

    .swp-h-case .pn {
        display: none
    }

    .h-news .items, .pro-pt .items {
        display: block
    }

    .h-news .item {
        width: 100%
    }

    .foot-top {
        display: block
    }

    .foot-top ul {
        width: 100%;
        text-align: center
    }

    .foot-top li {
        width: 100% !important;
        margin-bottom: .4rem
    }

    .foot-top li .m span {
        font-size: .24rem
    }

    .foot-top li .m {
        padding: 0 .25rem;
        margin: 0 auto
    }

    .foot-top .erweima {
        margin: 0 auto
    }

    .foo-bottom {
        display: block;
        text-align: center
    }

    .foo-bottom p, .foo-bottom a {
        font-size: .24rem
    }

    .ins-banner .txt h3 {
        white-space: normal
    }

    .ins-banner .txt {
        width: 100%;
        padding: 0 .3rem
    }

    .pro-pt .item {
        margin-bottom: .2rem;
        width: 100%
    }

    .detail .f {
        display: block
    }

    .detail .prev, .detail .next {
        width: 100%;
        text-align: left
    }

    .detail .back {
        display: block;
        margin: 0 auto
    }

    .news .item .d {
        display: none
    }

    .news .item .txt .tx {
        padding-right: 0
    }

    .page a {
        display: none
    }

    .page .prev, .page .next {
        display: flex;
        display: -webkit-flex
    }

    .gy-jz-tab li {
        width: 100%
    }

    .gy-jz-tab li h6 {
        height: initial
    }

    .pro-wl-hx li {
        width: 32%;
        margin-right: 2%
    }

    .pro-wl-hx .li:nth-child(5n) {
        margin-right: 2%
    }

    .pro-wl-hx .li:nth-child(3n) {
        margin-right: 0
    }

    .swp-wl-ys .swiper-slide h6 {
        font-size: .3rem
    }

    .result .item .date, .result .item img {
        display: none
    }

    .result .item .t {
        white-space: nowrap
    }

    .result .item h6 {
        width: 66%
    }

    .swp-team .swiper-slide h6 {
        font-size: .32rem
    }

    .pro-gy-tj .item {
        width: 100%
    }

    .pro-gy-cj .items {
        display: block
    }

    .pro-gy-cj .item, .serve .li {
        width: 100%;
        margin-bottom: .2rem
    }

    .serve .form .tit {
        font-size: .36rem
    }

    .serve .form .f, .serve .lis, .expe .f {
        display: block
    }

    .serve .form .f .item, .serve .form .item, .serve .form textarea, .expe .f .item {
        width: 100%
    }

    .serve .form button {
        position: static;
        margin-top: .3rem
    }

    .serve .text .t span, .serve .li .txt .t span, .swp-pro-core .swiper-slide h6, .pro-cpgn .item .hd h6, .swp-pro-sjal-thumb .swiper-slide .t h6 {
        font-size: .32rem
    }

    .bread-box, .bread {
        height: initial
    }

    .bread .ul {
        padding: .2rem 0;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }

    .bread .li {
        line-height: .5rem
    }

    .case .item {
        width: 100%
    }

    .case .loading {
        width: 2rem;
        height: .6rem;
        border-radius: .3rem;
        border-width: 1px
    }

    .pro-xt {
        height: initial
    }

    .pro-xt .bg, .pro-xt .meng {
        height: 6rem
    }

    .pro-xt .text {
        position: static;
        display: block
    }

    .pro-xt .txt p {
        line-height: 1.6
    }

    .pro-xt .text .t {
        margin-bottom: .3rem
    }

    .pro-xt .gl {
        padding-left: 0;
        width: 100%;
        display: block
    }

    .pro-xt .gl-li {
        width: 100%
    }

    .pro-xt .gl-li .tx h6, .pro-hxys .item h6, .pro-yycj .item h6 {
        font-size: .32rem
    }

    .pro-hxys .items, .pro-yycj .items {
        display: block
    }

    .pro-hxys .item, .pro-yycj .item {
        width: 100%;
        margin-bottom: .2rem
    }

    .pro-hxys .item .desc, .pro-hxys .item .d {
        font-size: .26rem
    }
    .swp-banner .planet .tx {
        display: none;
    }
    .h-case-tab {
        padding-right: 0;
    }
    .h-case-tab ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    .h-case-tab li {
        width: 49%;
    }
}