@font-face {
    font-family: BebasNeue_Bold;
    src: url(../fonts/BebasNeue_Bold.otf)
}

@font-face {
    font-family: AlimamaShuHeiTi-Bold;
    src: url(../fonts/AlimamaShuHeiTi-Bold.ttf)
}

@font-face {
    font-family: PingFang_SC_Bold;
    src: url(../fonts/PingFang_SC_Bold.ttf)
}

@font-face {
    font-family: PingFang_SC_Medium;
    src: url(../fonts/PingFang_SC_Medium.ttf)
}

@font-face {
    font-family: PingFang_SC_Regular;
    src: url(../fonts/PingFang_SC_Regular.ttf)
}

body {
    font-family: PingFang_SC_Regular;
    background: #f4f7f9
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.header .wp {
    display: flex;
    align-items: center
}

.header .wp .logo {
    height: .27rem;
    margin-right: 1.94rem
}

.header .wp .logo img {
    display: block;
    height: 100%
}

.header .wp .logo img.color {
    display: none
}

.header .wp .hd-r {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1
}

.header .wp .hd-r .nav {
    display: flex;
    align-items: center
}

.header .wp .hd-r .nav .item {
    padding: 0 .4rem
}

.header .wp .hd-r .nav .item {
    display: flex;
    align-items: center;
    justify-content: center
}

.header .wp .hd-r .nav .item>a {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #fff;
    font-family: PingFang_SC_Bold
}

.header .wp .hd-r .nav .item.active>a,
.header .wp .hd-r .nav .item:hover>a {
    color: #014099
}

.header .wp .hd-r .lang {
    display: flex;
    align-items: center
}

.header .wp .hd-r .lang i {
    background: url(../images/lang.svg) no-repeat center center/contain;
    width: .25rem;
    height: .25rem;
    margin-right: .09rem
}

.header .wp .hd-r .lang em {
    font-size: .16rem;
    color: #fff;
    text-transform: uppercase;
    font-family: PingFang_SC_Medium
}

.header.fixed,
.header.inner-header,
.header.white {
    background-color: #fff
}

.header.fixed .wp .logo img.def,
.header.inner-header .wp .logo img.def,
.header.white .wp .logo img.def {
    display: none
}

.header.fixed .wp .logo img.color,
.header.inner-header .wp .logo img.color,
.header.white .wp .logo img.color {
    display: block
}

.header.fixed .wp .hd-r .lang em,
.header.fixed .wp .hd-r .nav .item>a,
.header.inner-header .wp .hd-r .lang em,
.header.inner-header .wp .hd-r .nav .item>a,
.header.white .wp .hd-r .lang em,
.header.white .wp .hd-r .nav .item>a {
    color: #1e1e1e
}

.header.fixed .wp .hd-r .lang i,
.header.inner-header .wp .hd-r .lang i,
.header.white .wp .hd-r .lang i {
    background-image: url(../images/lang-b.svg)
}

.header.fixed .wp .hd-r .nav .item.active>a,
.header.fixed .wp .hd-r .nav .item:hover>a,
.header.inner-header .wp .hd-r .nav .item.active>a,
.header.inner-header .wp .hd-r .nav .item:hover>a,
.header.white .wp .hd-r .nav .item.active>a,
.header.white .wp .hd-r .nav .item:hover>a {
    color: #014099
}

.swi-banner {
    overflow: hidden;
    position: relative
}

.swi-banner .swiper-slide {
    position: relative
}

.swi-banner .swiper-slide img,
.swi-banner .swiper-slide video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover
}

.swi-banner .swiper-slide .mob {
    display: none
}

.swi-banner .swiper-slide .wp {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 1.2rem;
    color: #fff
}

.swi-banner .swiper-slide .wp .text {
    line-height: 1
}

.swi-banner .swiper-slide .wp .text h3 {
    font-weight: 400;
    font-size: .68rem;
    color: #fff;
    font-family: PingFang_SC_Bold;
    margin-bottom: .3rem
}

.swi-banner .swiper-slide .wp .text p {
    font-family: PingFang_SC_Bold;
    font-size: .24rem;
    color: #fff
}

.banner .swiper-pagination {
    position: absolute;
    left: 0;
    bottom: .9rem;
    right: 0;
    font-size: 0;
    text-align: right;
    z-index: 10
}

.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    position: relative;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.banner .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after {
    display: none
}

.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border: 4px solid rgba(255, 255, 255, .3);
    border-radius: 50%
}

.banner .swiper-pagination .swiper-pagination-bullet svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.banner .swiper-pagination .swiper-pagination-bullet svg circle {
    width: 100%;
    height: 100%
}

.banner .swiper-pagination .swiper-pagination-bullet-active svg {
    animation: circleLoad 5s linear;
    opacity: 1
}

@keyframes circleLoad {
    0% {
        stroke-dashoffset: 65
    }

    100% {
        stroke-dashoffset: 0
    }
}

.index-sec {
    padding: 2rem 0
}

.section-title {
    margin-bottom: .6rem;
    text-align: center
}

.section-title em {
    font-family: PingFang_SC_Bold;
    font-size: .68rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1
}

.section-title h3 {
    font-family: PingFang_SC_Bold;
    font-size: .48rem;
    color: #000;
    position: relative;
    z-index: 2;
    margin-top: -.4rem
}

.section-title .line {
    width: .6rem;
    height: .1rem;
    background: #014099;
    border-radius: 0rem 0rem .08rem .08rem;
    margin: .2rem auto 0
}

.section-title.gray em {
    color: #f5f5f5
}

.index-sec1 .g-btn,
.index-sec3 .g-btn,
.index-sec4 .g-btn {
    margin-top: .8rem
}

.product-swiper-wrap {
    position: relative
}

.product-swiper-wrap .swiper-button-prev {
    left: -1.2rem
}

.product-swiper-wrap .swiper-button-next {
    right: -1.2rem
}

.product-swiper-wrap .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.product-swiper-wrap .swiper-button-next,
.product-swiper-wrap .swiper-button-prev {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: .8rem;
    height: .8rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1
}

.product-swiper-wrap .swiper-button-next:after,
.product-swiper-wrap .swiper-button-prev:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.1rem;
    margin-left: -.1rem
}

.product-swiper-wrap .swiper-button-next:hover,
.product-swiper-wrap .swiper-button-prev:hover {
    background: #004098
}

.product-swiper-wrap .swiper-button-next:hover:after,
.product-swiper-wrap .swiper-button-prev:hover:after {
    background: url(../images/swi-arrow.svg) no-repeat center center/contain
}

.product-swiper {
    overflow: hidden
}

.product-item:hover:after {
    opacity: 1
}

.product-item:hover .text h3,
.product-item:hover .text p {
    color: #fff
}

.product-item:hover .text a {
    display: flex
}

.product-item {
    display: block;
    height: 6.5rem;
    background-color: #fff;
    padding: .3rem .3rem .4rem;
    position: relative
}

.product-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #004098 0, rgba(244, 247, 249, 0) 100%);
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-item .inner {
    height: 100%;
    z-index: 2;
    position: relative
}

.product-item .pic {
    padding-top: 120%;
    position: relative;
    overflow: hidden
}

.product-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: contain
}

.product-item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center
}

.product-item .text h3 {
    font-family: PingFang_SC_Bold;
    font-size: .2rem;
    color: #1e1e1e;
    margin-bottom: .15rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-item .text p {
    font-family: PingFang_SC_Medium;
    font-size: .16rem;
    color: #333;
    margin-bottom: .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-item .text a {
    width: 1.5rem;
    height: .6rem;
    background: #fff;
    border-radius: .3rem;
    align-items: center;
    justify-content: center;
    font-family: PingFang_SC_Medium;
    font-size: .16rem;
    color: #004098;
    margin: 0 auto;
    display: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product-item .text a:hover {
    opacity: .7
}

.g-btn {
    margin: 0 auto;
    width: 2.5rem;
    height: .8rem;
    background: #004098;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.g-btn span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: .16rem;
    color: #fff;
    font-family: PingFang_SC_Bold
}

.g-btn i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: .2rem;
    height: .2rem;
    background: url(../images/arrow-w.svg) no-repeat center center/contain
}

.g-btn:hover {
    opacity: .6
}

.g-btn:hover i {
    -webkit-transform: translateX(.1rem);
    -moz-transform: translateX(.1rem);
    -ms-transform: translateX(.1rem);
    -o-transform: translateX(.1rem);
    transform: translateX(.1rem)
}

.index-sec2 {
    background-color: #fff;
    display: flex;
    padding: 0
}

.index-sec2 .pic {
    width: 8.8rem
}

.index-sec2 .pic img {
    display: block;
    width: 100%
}

.index-sec2 .right {
    flex: 1;
    padding: 0 2.37rem 0 1.16rem;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.index-sec2 .right .title {
    font-size: .48rem;
    color: #1e1e1e;
    line-height: .65rem;
    font-weight: 400;
    font-family: PingFang_SC_Bold
}

.index-sec2 .right .desc {
    margin: .5rem 0 .3rem;
    font-size: .2rem;
    color: #333;
    line-height: .35rem;
    font-family: PingFang_SC_Medium
}

.index-sec2 .right .g-btn {
    margin: 0
}

.index-sec2 .right .video {
    margin-top: .76rem;
    height: 3.28rem;
    position: relative
}

.index-sec2 .right .video img,
.index-sec2 .right .video video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000
}

.index-sec2 .right .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .8rem;
    height: .8rem;
    background: rgba(255, 255, 255, .3);
    border-radius: .4rem;
    backdrop-filter: blur(20px);
    cursor: pointer;
    z-index: 2
}

.index-sec2 .right .video .play:after {
    content: '';
    background: url(../images/play.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .23rem;
    height: .25rem
}

.index-sec3 {
    overflow: hidden
}

.application-list {
    display: flex;
    margin: 0 -.1rem
}

.application-list .item {
    flex: 0 0 33.3%
}

.application-list .item .inner:hover .pic:after {
    height: 3.4rem
}

.application-list .item .inner:hover .text {
    background-color: #fff
}

.application-list .item .inner:hover .text h3 {
    color: #014099
}

.application-list .item .inner {
    margin: 0 .1rem;
    height: 100%;
    display: flex;
    flex-direction: column
}

.application-list .item .inner .pic {
    padding-top: 65.39%;
    position: relative;
    overflow: hidden
}

.application-list .item .inner .pic img {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    object-fit: contain;
    max-width: none;
    z-index: 2;
    width: calc(100% + 2px)
}

.application-list .item .inner .pic:afteR {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.7rem;
    background: #4774b6;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.application-list .item .inner .text {
    flex: 1;
    padding: .5rem .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.application-list .item .inner .text h3 {
    font-weight: 400;
    font-size: .24rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.application-list .item .inner .text p {
    font-size: .16rem;
    color: #333;
    line-height: .25rem;
    font-family: PingFang_SC_Medium;
    margin-top: .15rem
}

.index-sec4 {
    padding-top: 0
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem -.4rem
}

.news-list .item {
    flex: 0 0 33.3%;
    margin-bottom: .4rem
}

.news-list .item .inner:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news-list .item .inner:hover .text h3 {
    color: #014099
}

.news-list .item .inner {
    display: block;
    margin: 0 .1rem
}

.news-list .item .inner .pic {
    padding-top: 56.31%;
    position: relative;
    overflow: hidden
}

.news-list .item .inner .pic img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover
}

.news-list .item .inner .text {
    padding-top: .3rem
}

.news-list .item .inner .text h3 {
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .2rem;
    color: #000;
    line-height: .35rem;
    height: .7rem;
    font-family: PingFang_SC_Bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-list .item .inner .text .bot {
    margin-top: .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-list .item .inner .text .bot .date {
    font-family: PingFang_SC_Bold;
    font-size: .14rem;
    color: #333;
    padding-left: .26rem;
    position: relative
}

.news-list .item .inner .text .bot .date:after {
    content: '';
    background: url(../images/date.svg) no-repeat center center/contain;
    position: absolute;
    left: 0;
    top: 50%;
    width: .16rem;
    height: .16rem;
    margin-top: -.08rem
}

.news-list .item .inner .text .bot .type {
    font-family: PingFang_SC_Bold;
    font-size: .14rem;
    color: #666
}

.footer {
    background-color: #fff;
    padding: 1.2rem 0
}

.footer .fd-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem
}

.footer .fd-top .fd-left .logo {
    height: .46rem;
    margin-bottom: .5rem;
    display: block
}

.footer .fd-top .fd-left .logo img {
    display: block;
    height: 100%
}

.footer .fd-top .fd-left .slogan {
    font-family: PingFang_SC_Bold
}

.footer .fd-top .fd-left .slogan h3 {
    font-weight: 400;
    font-size: .32rem;
    color: #1e1e1e;
    margin-bottom: .2rem
}

.footer .fd-top .fd-left .slogan p {
    font-size: .16rem;
    color: #333
}

.footer .fd-top .fd-nav {
    display: flex;
    justify-content: flex-end
}

.footer .fd-top .fd-nav dl+dl {
    margin-left: 1.1rem
}

.footer .fd-top .fd-nav dt {
    font-size: .2rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold;
    margin-bottom: .3rem
}

.footer .fd-top .fd-nav dd+dd {
    margin-top: .2rem
}

.footer .fd-top .fd-nav dd a {
    font-size: .16rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.footer .fd-top .fd-nav dd a:hover {
    color: #004098
}

.footer .fd-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.footer .fd-bot .copyright {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Bold
}

.footer .fd-bot .media {
    display: flex;
    align-items: center
}

.footer .fd-bot .media a+a {
    margin-left: .5rem
}

.footer .fd-bot .media a {
    position: relative
}

.footer .fd-bot .media a:hover .qr {
    opacity: 1
}

.footer .fd-bot .media a:hover .icon .act {
    display: block
}

.footer .fd-bot .media a:hover .icon .def {
    display: none
}

.footer .fd-bot .media .qr {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: -1.57rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.4rem;
    height: 1.4rem;
    background-color: #fff
}

.footer .fd-bot .media .qr img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.footer .fd-bot .media .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .32rem;
    height: .32rem
}

.footer .fd-bot .media .icon img {
    display: block
}

.footer .fd-bot .media .icon img.act {
    display: none
}

.in-banner {
    position: relative
}

.in-banner .wp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    pointer-events: none
}

.in-banner .wp .title h3 {
    font-weight: 400;
    font-size: .68rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold;
    margin-bottom: .3rem;
    line-height: 1
}

.in-banner .wp .title p {
    font-size: .24rem;
    color: #333;
    font-family: PingFang_SC_Medium
}

.in-banner .wp .title.white h3,
.in-banner .wp .title.white p {
    color: #fff
}

.in-banner .wp .title.max p {
    max-width: 7rem
}

.in-banner .swiper-pagination {
    bottom: .6rem
}

.in-banner .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #fff;
    border-radius: 50%;
    opacity: .3;
    margin: 0 .15rem !important
}

.in-banner .swiper-pagination-bullet-active {
    opacity: 1
}

.in-banner-swi {
    overflow: hidden;
    position: relative
}

.in-banner-swi img {
    display: block;
    width: 100%
}

.target-row {
    z-index: 10;
    background-color: #fff
}

.target-row .wp {
    display: flex;
    align-items: center;
    justify-content: center
}

.target-row .wp .item+.item,
.target-row .wp .target-item+.target-item {
    margin-left: .7rem
}

.target-row .wp .item,
.target-row .wp .target-item {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #333;
    font-family: PingFang_SC_Bold;
    border-bottom: .08rem solid transparent
}

.target-row .wp .item.active,
.target-row .wp .target-item.active {
    color: #004098;
    border-bottom: .08rem solid #004098
}

.product-sec {
    padding: 1rem 0
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem -.2rem 0
}

.product-list .product-item {
    flex: 0 0 calc(25% - .2rem);
    margin-right: .2rem;
    margin-bottom: .2rem
}

.pro-banner {
    position: relative
}

.pro-banner img {
    display: block;
    width: 100%
}

.pro-banner .wp {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 4;
    pointer-events: none;
    height: 100%
}

.pro-banner .wp .title {
    padding-top: 2.13rem;
    text-align: center
}

.pro-banner .wp .title h3 {
    font-weight: 400;
    font-size: .56rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold;
    margin-bottom: .3rem;
    line-height: 1
}

.pro-banner .wp .title p {
    font-size: .26rem;
    padding-left: 2px;
    color: #333;
    font-family: PingFang_SC_Medium
}

.pro-det-sec1 {
    position: relative;
    z-index: 2;
    margin-top: -1.2rem;
    background-color: #fff;
    padding: 1.2rem .6rem;
    border-bottom: .2rem solid #014099;
    margin-bottom: 2rem
}

.pro-det-sec1 .section-title em {
    color: #f5f5f5
}

.pro-det-sec1 .desc {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium
}

.pro-det-sec1 .desc p+p {
    margin-top: .3rem
}

.features-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem -.2rem
}

.features-list .item {
    flex: 0 0 25%;
    margin-bottom: .2rem
}

.features-list .item .inner:hover {
    z-index: 4;
    box-shadow: 0 .45rem .8rem 0 rgba(0, 0, 0, .15)
}

.features-list .item .inner:hover .title {
    color: #014099
}

.features-list .item .inner {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 .1rem;
    background-color: #fff;
    height: 100%;
    padding: .6rem .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.features-list .item .inner .icon {
    width: 1.2rem;
    height: 1.2rem;
    background: #f4f7f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto .2rem
}

.features-list .item .inner .icon img {
    display: block;
    width: .56rem
}

.features-list .item .inner .title {
    text-align: center;
    font-size: .24rem;
    color: #1e1e1e;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-family: PingFang_SC_Bold
}

.features-list .item .inner .desc {
    margin-top: 1.12rem;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium
}

.pro-det-sec2 {
    padding-bottom: 2rem
}

.pro-det-sec2 .video {
    margin-top: 2rem;
    position: relative
}

.pro-det-sec2 .video .play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    background: rgba(255, 255, 255, .3);
    border-radius: .6rem;
    backdrop-filter: blur(20px);
    cursor: pointer;
    z-index: 2
}

.pro-det-sec2 .video .play:after {
    content: '';
    background: url(../images/play.svg) no-repeat center center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: .23rem;
    height: .25rem
}

.pro-det-sec2 .video video {
    display: block;
    width: 100%
}

.toggle-box+.toggle-box {
    margin-top: .4rem
}

.toggle-box.active .title {
    background: #e5e5e5
}

.toggle-box.active .title i {
    background-image: url(../images/jian.svg)
}

.toggle-box {
    border-radius: .4rem;
    overflow: hidden
}

.toggle-box .title {
    cursor: pointer;
    background: #fff;
    padding: .45rem .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.toggle-box .title h3 {
    font-weight: 400;
    font-size: .32rem;
    color: #014099;
    font-family: PingFang_SC_Bold
}

.toggle-box .title i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url(../images/jia.svg) no-repeat center center/contain;
    width: .24rem;
    height: .25rem
}

.toggle-box .con {
    display: none;
    padding: .2rem .6rem;
    background-color: #fff
}

.toggle-box .con .row+.row {
    border-top: 1px solid #e5e5e5
}

.toggle-box .con .row {
    display: flex;
    align-items: center
}

.toggle-box .con .row .label {
    padding: .4rem 0;
    flex: 0 0 3.2rem;
    font-size: .24rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold
}

.toggle-box .con .row .text {
    font-size: .2rem;
    color: #333;
    font-family: PingFang_SC_Medium;
    flex: 1
}

.toggle-box .con .row .text p {
    padding: .4rem 0
}

.toggle-box .con .row .text span {
    font-family: PingFang_SC_Bold
}

.toggle-box .con .row .text p+p {
    border-top: 1px solid #e5e5e5
}

.pro-det-sec3 {
    padding-bottom: 2rem
}

.pro-det-sec3 .tips {
    margin-top: .5rem
}

.pro-det-sec3 .tips h3 {
    font-weight: 400;
    color: #004098;
    font-size: .2rem;
    font-family: PingFang_SC_Bold;
    margin-bottom: .2rem
}

.pro-det-sec3 .tips p {
    color: #000;
    font-size: .16rem;
    line-height: .25rem
}

.pro-det-sec4 {
    padding-bottom: 2rem
}

.case-swi {
    padding-bottom: .7rem;
    position: relative;
    overflow: hidden
}

.case-swi .swiper-pagination {
    bottom: 0
}

.case-swi .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    background: #e5e5e5;
    border-radius: 50%;
    margin: 0 .15rem !important;
    opacity: 1
}

.case-swi .swiper-pagination-bullet-active {
    background: #014099
}

.case-swi .case-item:hover .pic:after {
    opacity: 0
}

.case-swi .case-item:hover .pic:before {
    opacity: 1
}

.case-swi .case-item:hover .text h3 {
    color: #fff
}

.case-swi .case-item:hover .text span {
    display: flex
}

.case-swi .case-item {
    display: block;
    position: relative
}

.case-swi .case-item .pic {
    padding-top: 56.33%;
    position: relative;
    overflow: hidden
}

.case-swi .case-item .pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1
}

.case-swi .case-item .pic:before {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, #004098 0, rgba(0, 64, 152, 0) 100%);
    opacity: 0
}

.case-swi .case-item .pic:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, #fff 0, rgba(255, 255, 255, 0) 100%)
}

.case-swi .case-item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .6rem;
    z-index: 3
}

.case-swi .case-item .text h3 {
    font-size: .24rem;
    color: #014099;
    line-height: .4rem;
    font-weight: 400;
    font-family: PingFang_SC_Bold
}

.case-swi .case-item .text span {
    display: none;
    margin-top: .3rem;
    color: #fff;
    font-size: .16rem;
    font-family: PingFang_SC_Bold;
    align-items: center
}

.case-swi .case-item .text span i {
    background: url(../images/swi-arrow.svg) no-repeat center center/contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: .09rem;
    height: .14rem;
    margin-left: .1rem
}

.section-title.tal {
    text-align: left
}

.section-title.tal .line {
    margin-left: 0
}

.abo-sec1 {
    padding-top: 2rem
}

.abo-sec1 .wp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.abo1-text {
    fleX: 0 0 8.15rem
}

.abo1-text .top {
    text-align: right;
    font-size: .2rem;
    color: #004098;
    line-height: .35rem;
    font-family: PingFang_SC_Bold;
    margin-bottom: .9rem
}

.abo1-text .bot {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium
}

.abo1-text .bot p+p {
    margin-top: .3rem
}

.abo1-pic {
    margin-top: .64rem
}

.abo1-pic img {
    display: block;
    width: 100%
}

.abo-sec2 {
    padding: 2rem 0;
    background-color: #fff
}

.mySwiper-wrap {
    position: relative;
    padding: 0 1.2rem;
    margin-bottom: .8rem
}

.mySwiper-wrap .swiper-button-prev {
    left: 0
}

.mySwiper-wrap .swiper-button-next {
    right: 0
}

.mySwiper-wrap .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mySwiper-wrap .swiper-button-next,
.mySwiper-wrap .swiper-button-prev {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: .8rem;
    height: .8rem;
    background: #f4f7f9;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    top: 0
}

.mySwiper-wrap .swiper-button-next:after,
.mySwiper-wrap .swiper-button-prev:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.1rem;
    margin-left: -.1rem
}

.mySwiper-wrap .swiper-button-next:hover,
.mySwiper-wrap .swiper-button-prev:hover {
    background: #004098
}

.mySwiper-wrap .swiper-button-next:hover:after,
.mySwiper-wrap .swiper-button-prev:hover:after {
    background: url(../images/swi-arrow.svg) no-repeat center center/contain
}

.mySwiper-wrap .swiper-slide {
    cursor: pointer;
    height: .8rem;
    background: #f4f7f9;
    border-radius: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    color: #004098;
    font-family: PingFang_SC_Bold
}

.mySwiper-wrap .swiper-slide.active {
    background: #004098;
    color: #fff
}

.mySwiper {
    overflow: hidden;
    position: relative
}

.mySwiper2 {
    display: none;
    /* position: relative */
}

.mySwiper2.show {
    display: block;
}

.mySwiper2:after {
    content: '';
    background: linear-gradient(90deg, rgba(0, 64, 152, 0) 0, #004098 50%, rgba(0, 64, 152, 0) 100%);
    height: 2px;
    position: absolute;
    left: 0;
    width: 100%;
    top: .77rem;
    z-index: 6
}

.mySwiper2 .year {
    text-align: center;
    font-size: .16rem;
    color: #004098;
    font-family: PingFang_SC_Bold;
    height: .25rem;
    line-height: .3rem;
    margin-bottom: 1rem;
    position: relative
}

.mySwiper2 .year:after {
    content: '';
    width: .35rem;
    height: .35rem;
    background: #e5e5e5;
    border-radius: 50%;
    opacity: .2;
    position: absolute;
    bottom: -.7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mySwiper2 .year:before {
    content: '';
    width: .15rem;
    height: .15rem;
    background: #e5e5e5;
    border-radius: 50%;
    position: absolute;
    bottom: -.6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mySwiper2 .box {
    background: #f4f7f9;
    padding: .4rem;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Bold
}

.mySwiper2 .swiper-slide.swiper-slide-active .year {
    font-size: .32rem
}

.mySwiper2 .swiper-slide.swiper-slide-active .year:after {
    background: #004098;
    opacity: .2
}

.mySwiper2 .swiper-slide.swiper-slide-active .year:before {
    background: #004098
}

.mySwiper2 .swiper-slide.swiper-slide-active .box {
    color: #fff;
    background: #004098
}

.abo-sec3 {
    padding: 2rem 0;
    position: relative
}

.abo-sec3 .abo3-pic {
    position: absolute;
    bottom: 0;
    right: 0
}

.abo-sec3 .abo3-pic img {
    display: block
}

.abo-sec3 .abo3 dl+dl {
    margin-top: .7rem
}

.abo-sec3 .abo3 dt {
    display: flex;
    align-items: center;
    margin-bottom: .2rem
}

.abo-sec3 .abo3 dt i {
    margin-right: .2rem;
    width: .1rem;
    height: .1rem;
    background: #004098;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.abo-sec3 .abo3 dt h3 {
    font-weight: 400;
    font-family: AlimamaShuHeiTi-Bold;
    color: #231815;
    font-size: .2rem
}

.abo-sec3 .abo3 dd {
    padding-left: .3rem;
    font-size: .32rem;
    color: #231815;
    line-height: .28rem;
    font-family: PingFang_SC_Medium
}

.abo-sec4 {
    padding: 2rem 0;
    background-color: #fff
}

.abo4-desc {
    max-width: 12rem;
    margin: 0 auto;
    text-align: center;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium
}

.abo4-desc p+p {
    margin-top: .3rem
}

.map-wrap {
    margin: .8rem 0 .6rem;
    display: flex;
    align-items: center
}

.map-wrap .data {
    fleX: 1
}

.map-wrap .data .data-item+.data-item {
    margin-top: .8rem
}

.map-wrap .map {
    flex: 0 0 9.13rem;
    position: relative
}

.map-wrap .map .bg {
    display: block;
    width: 100%
}

.map-wrap .map .logo-poi {
    width: .8rem;
    height: .8rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1.01rem;
    bottom: 2.49rem
}

.map-wrap .map .logo-poi img {
    display: block;
    width: .64rem;
    position: relative;
    z-index: 3
}

.map-wrap .map .logo-poi:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f4f7f9;
    border-radius: 50%;
    opacity: .2;
    animation: wave2 2s linear infinite
}

.map-wrap .map .logo-poi:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f4f7f9;
    border-radius: 50%;
    opacity: .2;
    animation: wave2 2s 1s linear infinite
}

.map-wrap .map .poi {
    position: absolute;
    width: .1rem;
    height: .1rem;
    background: #fff;
    border-radius: 50%;
    z-index: 2
}

.map-wrap .map .poi:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f4f7f9;
    border-radius: 50%;
    opacity: .2;
    animation: wave 2s linear infinite
}

.map-wrap .map .poi:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f4f7f9;
    border-radius: 50%;
    opacity: .2;
    animation: wave 2s 1s linear infinite
}

.map-wrap .map .poi1 {
    right: 2.28rem;
    top: 2.79rem
}

.map-wrap .map .poi2 {
    right: 2.77rem;
    top: 4.16rem
}

.map-wrap .map .poi3 {
    right: 3.41rem;
    top: 4.17rem
}

.map-wrap .map .poi4 {
    right: 3.59rem;
    bottom: 2.07rem
}

.map-wrap .map .poi5 {
    right: 2.32rem;
    bottom: 1.29rem
}

.data-item .num {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    color: #014099
}

.data-item .num em {
    font-family: BebasNeue_Bold;
    font-size: 1.2rem;
    height: .87rem;
    line-height: .87rem
}

.data-item .num span {
    font-family: BebasNeue_Bold;
    font-size: .24rem;
    position: relative;
    top: -.06rem;
    margin-left: .1rem
}

.data-item p {
    margin-top: .2rem;
    font-size: .16rem;
    color: #333;
    font-family: PingFang_SC_Medium
}

.data-item.white .num,
.data-item.white p {
    color: #fff
}

@keyframes wave {
    from {
        width: .1rem;
        height: .1rem;
        opacity: .2
    }

    to {
        width: .8rem;
        height: .8rem;
        opacity: 0
    }
}

@keyframes wave2 {
    from {
        width: .8rem;
        height: .8rem;
        opacity: .2
    }

    to {
        width: 1.4rem;
        height: 1.4rem;
        opacity: 0
    }
}

.map-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem -.2rem
}

.map-list .item {
    flex: 0 0 50%;
    height: 100%;
    margin-bottom: .2rem
}

.map-list .item .inner {
    margin: 0 .1rem;
    background: #f4f7f9;
    display: flex
}

.map-list .item .inner .icon {
    width: 1.4rem;
    height: 1.4rem;
    background: #014099;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.map-list .item .inner .icon img {
    display: block;
    width: .56rem;
    opacity: .2
}

.map-list .item .inner .icon .index {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    font-size: .32rem;
    color: #fff;
    font-family: BebasNeue_Bold
}

.map-list .item .inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 .3rem
}

.map-list .item .inner .text h3 {
    font-weight: 400;
    font-size: .24rem;
    color: #014099;
    line-height: .14rem;
    font-family: PingFang_SC_Bold
}

.map-list .item .inner .text p {
    font-size: .16rem;
    margin-top: .15rem;
    color: #333;
    line-height: .34rem;
    font-family: PingFang_SC_Medium
}

.abo-sec5 {
    padding: 2rem 0
}

.data-list {
    display: flex;
    justify-content: center
}

.data-list .data-item {
    margin: 0 .6rem
}

.data-swi-wrap {
    position: relative;
    margin-top: .8rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.data-swi-wrap .swiper-button-prev {
    left: 0
}

.data-swi-wrap .swiper-button-next {
    right: 0
}

.data-swi-wrap .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.data-swi-wrap .swiper-button-next,
.data-swi-wrap .swiper-button-prev {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: .8rem;
    height: .8rem;
    background: #fff;
    border-radius: 50%;
    opacity: 1
}

.data-swi-wrap .swiper-button-next:after,
.data-swi-wrap .swiper-button-prev:after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    content: '';
    background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
    width: .2rem;
    height: .2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -.1rem;
    margin-left: -.1rem
}

.data-swi-wrap .swiper-button-next:hover,
.data-swi-wrap .swiper-button-prev:hover {
    background: #004098
}

.data-swi-wrap .swiper-button-next:hover:after,
.data-swi-wrap .swiper-button-prev:hover:after {
    background: url(../images/swi-arrow.svg) no-repeat center center/contain
}

.data-swi {
    overflow: hidden
}

.data-swi .swiper-slide {
    background-color: #fff;
    padding: .2rem
}

.data-swi .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.data-swi .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.abo-sec6 {
    background-color: #fff;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5
}

.abo-sec6 .section-title em {
    color: #f5f5f5
}

.abo-sec6 .features-list .item .inner {
    background: #f4f7f9
}

.abo-sec6 .features-list .item .inner:hover {
    box-shadow: 0 .45rem .8rem 0 rgba(0, 0, 0, .15)
}

.abo-sec6 .features-list .item .inner .icon {
    background-color: #fff
}

.abo-sec6 .features-list .item .inner .desc {
    margin-top: 1.52rem
}

.app-list {
    padding: 2rem 0
}

.app-list .item+.item {
    margin-top: .8rem
}

.app-list .item:hover .text {
    background: #004098
}

.app-list .item:hover .text .title h3 {
    color: #fff
}

.app-list .item:hover .text .desc {
    color: #fff
}

.app-list .item:hover .text .more span {
    color: #fff
}

.app-list .item:hover .text .more i {
    background-image: url(../images/swi-arrow.svg)
}

.app-list .item {
    display: flex;
    align-items: flex-end
}

.app-list .item .pic-wrap {
    flex: 0 0 7.2rem
}

.app-list .item .pic-wrap .pic {
    padding-top: 65.27%;
    position: relative;
    overflow: hidden
}

.app-list .item .pic-wrap .pic:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.8rem;
    background: #4774b6
}

.app-list .item .pic-wrap .pic img {
    position: absolute;
    max-width: none;
    left: -1px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    z-index: 2
}

.app-list .item .text {
    background-color: #fff;
    flex: 1;
    padding: 0 .6rem;
    height: 3.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.app-list .item .text .title {
    display: flex;
    align-items: center
}

.app-list .item .text .title .icon {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 1.2rem;
    height: 1.2rem;
    background: #f4f7f9;
    border-radius: 50%;
    flex: 0 0 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .2rem
}

.app-list .item .text .title .icon img {
    display: block;
    width: .56rem
}

.app-list .item .text .title h3 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
    font-size: .32rem;
    color: #1e1e1e;
    line-height: .55rem;
    font-family: PingFang_SC_Bold
}

.app-list .item .text .desc {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: .4rem 0;
    font-size: .16rem;
    color: #333;
    line-height: .25rem;
    font-family: PingFang_SC_Medium
}

.app-list .item .text .more {
    display: flex;
    align-items: center
}

.app-list .item .text .more span {
    font-size: .16rem;
    color: #004098;
    line-height: .45rem;
    font-family: PingFang_SC_Bold;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.app-list .item .text .more i {
    background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
    width: .14rem;
    height: .14rem;
    margin-left: .1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.sec-ad1 {
    padding: 2rem 0
}

.sec-ad1 .ad1-text {
    margin-bottom: 2rem
}

.sec-ad1 .ad1-text h3 {
    font-weight: 400;
    font-family: PingFang_SC_Bold;
    font-size: .48rem;
    color: #004098;
    margin-bottom: .5rem
}

.sec-ad1 .ad1-text .desc {
    max-width: 6.4rem;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium;
    text-align: justify
}

.sec-ad1 .ad1-text .desc p+p {
    margin-top: .3rem
}

.sec-ad1 .ad1-row {
    background: #004098;
    padding: 1.2rem .6rem;
    color: #fff;
    position: relative
}

.sec-ad1 .ad1-row .pic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42%
}

.sec-ad1 .ad1-row .pic img {
    display: block;
    width: 100%
}

.sec-ad1 .ad1-row h3 {
    font-weight: 400;
    font-size: .48rem;
    color: #fff;
    margin-bottom: .5rem;
    font-family: PingFang_SC_Bold
}

.sec-ad1 .ad1-row {
    font-size: .16rem;
    color: #ffffff;
    line-height: .3rem;
    font-family: PingFang_SC_Medium;

}

.sec-ad1 .ad1-row ul {
    font-size: .16rem;
    color: #f4f7f9;
    line-height: .3rem;
    font-family: PingFang_SC_Medium
}

.sec-ad2 {
    padding-bottom: 2rem
}

.sec-ad2 .ad2-row {
    background: #004098
}

.sec-ad2 .ad2-row .wp {
    display: flex;
    justify-content: space-between
}

.sec-ad2 .ad2-row .wp .text {
    padding: .9rem 0;
    color: #fff;
    font-family: PingFang_SC_Bold
}

.sec-ad2 .ad2-row .wp .text h3 {
    font-weight: 400;
    font-size: .48rem;
    color: #fff
}

.sec-ad2 .ad2-row .wp .text p {
    font-size: .2rem;
    color: #fff
}

.sec-ad2 .ad2-row .wp .text .data-row {
    display: flex;
    margin-top: .7rem
}

.sec-ad2 .ad2-row .wp .text .data-row .data-item+.data-item {
    margin-left: .8rem
}

.sec-ad2 .ad2-row .wp .pic {
    position: relative;
    flex: 0 0 8.5rem;
    display: flex;
    align-items: flex-end
}

.sec-ad2 .ad2-row .wp .pic .txt em {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.6rem;
    opacity: .1;
    font-family: PingFang_SC_Bold
}

.sec-ad2 .ad2-row .wp .pic img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    z-index: 2
}

.ad2-text {
    padding-top: 1.17rem
}

.ad2-text .tit {
    font-size: .32rem;
    color: #333;
    line-height: .45rem;
    font-family: PingFang_SC_Bold;
    margin-bottom: .5rem
}

.ad2-text ul {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium;
    margin-bottom: 1.16rem
}

.ad2-text .ad2-box+.ad2-box {
    margin-top: .2rem
}

.ad2-text .ad2-box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: .6rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2
}

.ad2-text .ad2-box .icon {
    width: 1.2rem;
    height: 1.2rem;
    background: #f4f7f9;
    border-radius: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.2rem;
    margin-right: .3rem
}

.ad2-text .ad2-box .icon img {
    display: block;
    width: .48rem
}

.ad2-text .ad2-box .text {
    flex: 1
}

.ad2-text .ad2-box .text h3 {
    font-weight: 400;
    font-size: .24rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-bottom: .2rem
}

.ad2-text .ad2-box .text p {
    font-size: .16rem;
    color: #333;
    font-family: PingFang_SC_Medium
}

.ad2-text .ad2-box:hover {
    z-index: 5;
    box-shadow: 0 .45rem .8rem 0 rgba(0, 0, 0, .15)
}

.ad2-text .ad2-box:hover .text h3 {
    color: #004097
}

.news-top {
    display: flex;
    margin: 0 -.1rem
}

.news-top .news-item.big {
    flex: 0 0 66.6%
}

.sec-news {
    padding: 2rem 0
}

.news-item:hover .inner .pic {
    opacity: 1
}

.news-item {
    flex: 0 0 33.3%;
    margin-bottom: .2rem
}

.news-item .inner {
    display: block;
    margin: 0 .1rem;
    position: relative;
    height: 100%;
    background-color: #fff;
    padding: .6rem
}

.news-item .inner .pic {
    opacity: 0;
    z-index: 3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.news-item .inner .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-item .inner .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.news-item .inner .top h3 {
    font-weight: 400;
    font-size: .24rem;
    color: #1e1e1e;
    line-height: .4rem;
    font-family: PingFang_SC_Bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: .3rem
}

.news-item .inner .top p {
    font-size: .16rem;
    color: #333;
    line-height: .35rem;
}

.news-item .inner .bot .more {
    display: flex;
    align-items: center;
    margin-bottom: .2rem
}

.news-item .inner .bot .more span {
    font-size: .16rem;
    color: #004098;
    font-family: PingFang_SC_Bold;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.news-item .inner .bot .more i {
    background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
    width: .14rem;
    height: .14rem;
    margin-left: .1rem;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}

.news-item .inner .bot .info {
    font-size: .16rem;
    color: #333;
    font-family: PingFang_SC_Bold
}

.news-item.big:hover .pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.news-item.big .inner {
    padding: 0
}

.news-item.big .pic {
    opacity: 1;
    display: block;
    position: static;
    overflow: hidden
}

.news-item.big .pic img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news-item.big .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .6rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5
}

.news-item.big .text .top h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 5.2rem;
    font-size: .32rem;
    color: #000;
    line-height: .55rem
}

.news-bot-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem -.2rem
}

.news-bot-list .news-item .inner .bot {
    margin-top: .8rem
}

.pages-list {
    margin-top: .8rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.pages-list .item {
    margin: 0 .05rem
}

.pages-list .item a {
    width: .6rem;
    height: .6rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .14rem;
    color: #1e1e1e;
    line-height: .4rem;
    font-family: PingFang_SC_Bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pages-list .item a:hover {
    color: #fff;
    background: #004098
}

.pages-list .item.active a {
    color: #fff;
    background: #004098
}

.pages-list .item.next a,
.pages-list .item.prev a {
    border: 2px solid #004098;
    background: #fff url(../images/swi-arrow-b.svg) no-repeat center center/.2rem auto
}

.pages-list .item.next a {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pages-list .item.next a:hover,
.pages-list .item.prev a:hover {
    background: #004098 url(../images/swi-arrow.svg) no-repeat center center/.2rem auto
}

.news-det-crumb {
    background: #fff
}

.news-det-crumb .wp {
    height: .6rem;
    display: flex;
    align-items: center;
    font-size: .14rem;
    font-family: PingFang_SC_Medium
}

.news-det-crumb .wp em {
    margin: 0 .05rem
}

.news-det-crumb .wp a,
.news-det-crumb .wp em {
    color: #666
}

.news-det-crumb .wp a:hover {
    color: #004098
}

.news-det-crumb .wp span {
    color: #1e1e1e
}

.news-det-sec {
    padding: 2rem 0
}

.news-det-title {
    margin-bottom: .8rem
}

.news-det-title h1 {
    font-weight: 400;
    font-size: .48rem;
    color: #000;
    font-family: PingFang_SC_Bold
}

.news-det-title .info {
    margin-top: .6rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-det-title .info .txt {
    display: flex;
    align-items: center
}

.news-det-title .info .txt p+p {
    margin-left: .6rem
}

.news-det-title .info .txt p {
    font-size: .16rem;
    color: #333
}

.news-det-title .info .txt p span {
    font-family: PingFang_SC_Bold
}

.news-det-title .info .view {
    font-family: PingFang_SC_Bold;
    font-size: .16rem;
    color: #666;
    padding-left: .36rem;
    background: url(../images/view.svg) no-repeat left center/.25rem auto
}

.news-det-content {
    background-color: #fff;
    padding: 2rem 0;
    font-size: .16rem;
    color: #000;
    line-height: .35rem;
    font-family: PingFang_SC_Medium
}

.news-det-content .wrap {
    max-width: 10.4rem;
    margin: 0 auto
}

.news-det-content h3 {
    font-weight: 400;
    font-family: PingFang_SC_Bold;
    font-size: .32rem;
    color: #004098
}

.news-det-content img {
    display: block;
    width: 100%
}

.news-det-page {
    margin-top: .8rem;
    background-color: #fff;
    padding: .6rem
}

.news-det-page .item+.item {
    padding-top: .4rem;
    margin-top: .4rem;
    border-top: 1px solid #e5e5e5
}

.news-det-page .item p {
    font-size: .16rem;
    color: #c4c4c4;
    margin-bottom: .15rem
}

.news-det-page .item a {
    font-size: .24rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.news-det-page .item a:hover {
    color: #004098
}

.sec-cu1 {
    padding-top: 2rem;
    position: relative;
    margin-bottom: 2rem
}

.sec-cu1 .pic {
    position: absolute;
    bottom: 0;
    right: 0
}

.sec-cu1 .pic img {
    display: block;
    width: 100%
}

.sec-cu1 h3 {
    font-weight: 400;
    font-size: .48rem;
    color: #004098;
    font-family: PingFang_SC_Bold;
    margin-bottom: .8rem
}

.sec-cu1 .row+.row {
    margin-top: .6rem
}

.sec-cu1 .row .label {
    display: flex;
    align-items: center;
    margin-bottom: .3rem
}

.sec-cu1 .row .label img {
    display: block;
    width: .24rem;
    margin-right: .1rem
}

.sec-cu1 .row .label span {
    font-size: .16rem;
    color: #c4c4c4;
    font-family: PingFang_SC_Bold
}

.sec-cu1 .row p {
    font-size: .24rem;
    color: #000;
    font-family: PingFang_SC_Bold
}

.sec-cu2 {
    padding-bottom: 2rem
}

.cu2-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.1rem -.4rem
}

.cu2-list .item {
    flex: 0 0 50%;
    margin-bottom: .4rem
}

.cu2-list .item .inner:hover {
    background: #004098
}

.cu2-list .item .inner:hover .title {
    color: #fff
}

.cu2-list .item .inner:hover p {
    color: #fff
}

.cu2-list .item .inner:hover p i {
    background-image: url(../images/poi.svg)
}

.cu2-list .item .inner {
    margin: 0 .1rem;
    height: 100%;
    background-color: #fff;
    padding: .6rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.cu2-list .item .inner .title {
    font-size: .28rem;
    color: #004098;
    font-family: PingFang_SC_Bold;
    margin-bottom: .4rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.cu2-list .item .inner p {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: .18rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Medium
}

.cu2-list .item .inner p i {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: url(../images/poi-b.svg) no-repeat center center/contain;
    width: .21rem;
    height: .25rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: .1rem
}

.sec-cu3 {
    padding-bottom: 2rem
}

.sec-cu3 .bg {
    display: block;
    width: 100%
}

.sec-cu3 .form {
    background-color: #fff;
    margin-top: -2rem;
    position: relative;
    z-index: 2;
    padding: 1.2rem .6rem
}

.sec-cu3 .form .tips {
    text-align: center;
    font-size: .18rem;
    color: #000;
    font-family: PingFang_SC_Medium;
    line-height: .34rem;
    margin-bottom: .7rem
}

.sec-cu3 .form .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem
}

.sec-cu3 .form .row .col {
    flex: 0 0 calc(33.3% - .2rem);
    height: .8rem;
    border: 1px solid #e5e5e5
}

.sec-cu3 .form .row .col input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    padding: 0 .3rem;
    font-size: .18rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold
}

.sec-cu3 .form .row .col.error {
    border: 1px solid #b02a2a
}

.sec-cu3 .form .row textarea {
    display: block;
    width: 100%;
    height: 2.4rem;
    border: 1px solid #e5e5e5;
    padding: .3rem;
    font-size: .18rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold
}

.sec-cu3 .form .row textarea::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form .row textarea::-moz-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form .row textarea:-moz-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form .row textarea:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form input::-webkit-input-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form input::-moz-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form input:-moz-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form input:-ms-input-placeholder {
    color: #c4c4c4;
    font-family: PingFang_SC_Medium
}

.sec-cu3 .form .code-row {
    height: .8rem;
    border: 1px solid #e5e5e5;
    display: flex
}

.sec-cu3 .form .code-row input {
    flex: 1;
    border: none;
    background: 0 0;
    padding: 0 .3rem;
    font-size: .18rem;
    color: #1e1e1e;
    font-family: PingFang_SC_Bold
}

.sec-cu3 .form .code-row .code {
    display: flex;
    align-items: center
}

.sec-cu3 .form .code-row .code span {
    cursor: pointer;
    font-size: .14rem;
    color: #004098;
    font-family: PingFang_SC_Bold;
    margin-right: .2rem
}

.sec-cu3 .form .code-row .code .code-pic {
    width: 1.7rem;
    height: .7rem
}

.sec-cu3 .form .code-row .code .code-pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.sec-cu3 .form .code-row.error {
    border: 1px solid #b02a2a
}

.sec-cu3 .form .g-btn {
    margin-top: .8rem
}

.sec-cu3 .form .error::-webkit-input-placeholder {
    color: #b02a2a
}

.sec-cu3 .form .error::-moz-placeholder {
    color: #b02a2a
}

.sec-cu3 .form .error:-moz-placeholder {
    color: #b02a2a
}

.sec-cu3 .form .error:-ms-input-placeholder {
    color: #b02a2a
}

.product-nav {
    display: none;
    position: fixed;
    top: 1rem;
    background-color: #fff;
    left: 0;
    width: 100%;
    z-index: 99
}

.product-nav .target-row {
    background: #f4f7f9
}

.product-nav .target-row .target-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1e1e1e;
    font-size: .16rem
}

.product-nav .product-tab-con-wrap {
    padding: .4rem 0
}

.product-nav .product-tab-con-wrap .wp {
    display: block
}

.product-nav .product-tab-con-wrap .product-tab-con {
    display: none
}

.product-nav .product-tab-con-wrap .product-tab-con.db {
    display: block
}

.product-nav .product-nav-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem -.2rem
}

.product-nav .product-nav-list .product-nav-item {
    flex: 0 0 16.6%;
    width: 16.6%;
    margin-bottom: .2rem
}

.product-nav .product-nav-list .product-nav-item .inner:hover .pic img {
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05)
}

.product-nav .product-nav-list .product-nav-item .inner:hover .name {
    color: #014099
}

.product-nav .product-nav-list .product-nav-item .inner {
    display: block;
    margin: 0 .2rem
}

.product-nav .product-nav-list .product-nav-item .inner .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.product-nav .product-nav-list .product-nav-item .inner .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-nav .product-nav-list .product-nav-item .inner .name {
    text-align: center;
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
    font-size: .16rem;
    color: #333;
    font-family: PingFang_SC_Bold;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sub-nav {
    display: none;
    position: fixed;
    top: 1rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding: .4rem 0
}

.sub-nav .wp {
    display: block
}

.sub-nav .sub-nav-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem -.4rem
}

.sub-nav .sub-nav-item {
    flex: 0 0 33.3%;
    margin-bottom: .4rem
}

.sub-nav .sub-nav-item a {
    margin: 0 .3rem;
    display: block;
    border-bottom: 1px solid #f4f7f9;
    padding-bottom: .3rem;
    color: #1e1e1e;
    font-size: .16rem;
    font-family: PingFang_SC_Bold;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sub-nav .sub-nav-item a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: .08rem;
    background: #004098;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.sub-nav .sub-nav-item a:hover {
    color: #014099
}

.sub-nav .sub-nav-item a:hover:after {
    opacity: 1
}

.side-tools.show {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.side-tools {
    position: fixed;
    bottom: 10%;
    z-index: 30;
    right: .1rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -ms-transform: translateX(120%);
    -o-transform: translateX(120%);
    transform: translateX(120%)
}

.side-tools .item+.item {
    margin-top: .1rem
}

.side-tools .item.back {
    width: auto;
    height: auto
}

.side-tools .item.back .inner {
    padding: 0;
    border-radius: 50%;
    overflow: hidden
}

.side-tools .item.back .inner .icon {
    border-radius: 50%;
    width: .82rem;
    height: .82rem;
    background: #f2f3f4;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-tools .item.back .inner .icon .def {
    display: block
}

.side-tools .item.back .inner .icon .act {
    display: none
}

.side-tools .item.back .inner:hover {
    background: #004098
}

.side-tools .item.back .inner:hover .icon {
    background: #004098
}

.side-tools .item.back .inner:hover .icon .def {
    display: none
}

.side-tools .item.back .inner:hover .icon .act {
    display: block
}

.side-tools .item:hover .tel-pop {
    opacity: 1;
    pointer-events: auto
}

.side-tools .item {
    display: block;
    position: relative
}

.side-tools .item .tel-pop {
    position: absolute;
    top: 0;
    height: 100%;
    right: 100%;
    padding-right: .1rem;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-tools .item .tel-pop .pop-in {
    background: #004098;
    box-shadow: 0 .45rem .8rem 0 rgba(0, 0, 0, .15);
    border-radius: .4rem;
    border: 2px solid #fff;
    padding: .4rem .3rem;
    color: #fff
}

.side-tools .item .tel-pop .pop-in .top {
    display: flex;
    align-items: center;
    margin-bottom: .2rem
}

.side-tools .item .tel-pop .pop-in .top img {
    display: block;
    width: .25rem
}

.side-tools .item .tel-pop .pop-in .top span {
    font-size: .16rem;
    color: #fff;
    margin-left: .1rem;
    font-family: PingFang_SC_Bold
}

.side-tools .item .tel-pop .pop-in p {
    line-height: 1;
    white-space: nowrap;
    font-size: .42rem;
    color: #fff;
    font-family: BebasNeue_Bold
}

.side-tools .item .inner {
    cursor: pointer;
    box-shadow: 0 .45rem .8rem 0 rgba(0, 0, 0, .15);
    border-radius: .4rem;
    border: 2px solid #fff;
    padding: .06rem;
    background: #f4f7f9;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-tools .item .inner:hover {
    background: #004098
}

.side-tools .item .inner:hover .icon {
    background-color: #fff
}

.side-tools .item .inner:hover .text {
    color: #fff
}

.side-tools .item .icon {
    width: .7rem;
    height: .7rem;
    background: #fff;
    border-radius: .35rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.side-tools .item .icon img {
    display: block;
    width: .25rem
}

.side-tools .item .text {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-size: .16rem;
    color: #004098;
    line-height: .25rem;
    font-family: PingFang_SC_Bold;
    width: .32rem;
    margin: .2rem auto;
    text-align: center
}

.submit-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.submit-pop .pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9
}

.submit-pop .pop-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6rem;
    background-color: #fff
}

.submit-pop .pop-con .pic img {
    display: block;
    width: 100%
}

.submit-pop .pop-con .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .6rem
}

.submit-pop .pop-con .text h3 {
    font-weight: 400;
    font-size: .32rem;
    color: #004098;
    font-family: PingFang_SC_Bold
}

.submit-pop .pop-con .text p {
    font-size: .16rem;
    color: #666;
    line-height: .3rem;
    margin: .2rem 0 .3rem
}

.submit-pop .pop-con .text .btn {
    cursor: pointer;
    width: 2rem;
    height: .6rem;
    background: #004098;
    border-radius: .3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .14rem
}

.menuBtn {
    display: none
}

.app-list .item .pic-wrap .pic img {
    width: 101%
}

.ad2-text .tit {
    font-weight: 400
}

html {
    font-size: 100px
}

.pop-video {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999
}

.pop-video .pop-mask {
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8
}

.pop-video .pop-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.pop-video .pop-con video {
    display: block;
    width: 100%;
    height: 100%
}

.header .wp .hd-r .nav .item i {
    display: none
}

.section-title h3 {
    font-weight: 400
}

.abo-sec3 .abo3-pic,
.sec-cu1 .pic {
    width: 60%
}

.abo-sec3 .abo3-pic img,
.sec-cu1 .pic img {
    display: block;
    width: 100%
}

.data-swi .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.ad2-text .txt p {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
    font-family: PingFang_SC_Medium;
    margin-bottom: 1.16rem;
}

.index-sec2 .right .video {
    height: 3.83rem
}

.index-sec2 .right .video img,
.index-sec2 .right .video video {
    object-fit: cover;
}

.pro-banner .wp .title {
    padding-top: 0;
    text-align: left;
}

.pro-banner .wp {
    display: flex;
    align-items: center;
}

@media only screen and (max-width:1199px) {
    .header .wp .hd-r .nav .item {
        position: relative
    }

    .header .wp .hd-r .nav .item.open i {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .header .wp .hd-r .nav .item i {
        display: block;
        position: absolute;
        top: 24px;
        right: 0;
        background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
        width: 20px;
        height: 20px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .sec-ad2 .ad2-row .wp .pic .txt em {
        font-size: 60px
    }

    .sec-ad1 .ad1-row .pic {
        width: 50%
    }

    .sec-ad1 .ad1-row {
        padding-right: 60%
    }

    .sec-ad2 .ad2-row .wp .pic {
        overflow: hidden;
        flex: 0 0 50%;
        width: 50%
    }

    .submit-pop .pop-con {
        width: 90%
    }

    .news-det-sec {
        padding: 100px 0
    }

    .news-det-content {
        padding: 40px 0
    }

    .news-det-content .wrap {
        padding-left: 20px;
        padding-right: 20px
    }

    .abo-sec3 {
        padding-bottom: 300px
    }

    .map-list .item .inner .text p {
        line-height: normal
    }

    .map-wrap .map {
        width: 913px
    }

    .map-wrap .data .data-item+.data-item {
        margin-top: 0;
        margin-left: 20px
    }

    .map-wrap .data {
        display: flex;
        justify-content: center
    }

    .map-wrap {
        flex-direction: column
    }

    .abo1-text {
        flex: 0 0 50%
    }

    .map-list .item .inner .icon {
        flex: 0 0 1.4rem
    }

    body {
        padding-top: 50px
    }

    .product-list .product-item {
        flex: 0 0 calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        height: 700px
    }

    .product-list {
        margin: 0 -20px -20px 0
    }

    .side-tools {
        display: none
    }

    .menuBtn {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/menu.svg) no-repeat center center/contain;
        cursor: pointer
    }

    .menuBtn.open {
        background-image: url(../images/close.svg)
    }

    .wp {
        padding-left: 20px;
        padding-right: 20px
    }

    .header .wp {
        justify-content: space-between
    }

    .header .wp .hd-r {
        display: none;
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        height: calc(100vh - 80px);
        overflow-y: auto;
        background-color: #fff;
        padding-top: 20px
    }

    .product-nav {
        display: none;
        position: static;
        margin-top: 10px
    }

    .header .wp .hd-r .lang {
        margin-top: 20px;
        justify-content: center
    }

    .sub-nav {
        display: none;
        position: static;
        margin-top: 10px;
        padding-left: 20px
    }

    .sub-nav .sub-nav-list {
        display: block;
        margin: 0
    }

    .sub-nav .sub-nav-item {
        margin-bottom: 10px
    }

    .sub-nav .sub-nav-item a {
        margin: 0;
        padding-bottom: 10px
    }

    .sub-nav .wp {
        padding: 0
    }

    .header {
        padding: 10px 0
    }

    .header .wp .logo {
        height: 30px;
        margin: 0
    }

    .header .wp .hd-r .nav {
        display: block
    }

    .header .wp .hd-r .nav .item {
        display: block
    }

    .header .wp .hd-r .nav .item+.item {
        margin-top: 20px
    }

    .header .wp .hd-r .nav .item>a {
        display: block;
        height: auto
    }

    .target-row .wp .item,
    .target-row .wp .target-item {
        height: 50px
    }

    .target-row .wp .item.active,
    .target-row .wp .target-item.active {
        border-bottom-width: 2px
    }

    .product-nav .product-nav-list .product-nav-item {
        flex: 0 0 33.3%
    }

    .product-item {
        height: 600px
    }

    .product-item .pic {
        padding-top: 100%
    }

    .product-swiper-wrap {
        padding: 0 80px
    }

    .product-swiper-wrap .swiper-button-next {
        right: 0
    }

    .product-swiper-wrap .swiper-button-prev {
        left: 0
    }

    .data-swi-wrap .swiper-button-next,
    .data-swi-wrap .swiper-button-prev,
    .product-swiper-wrap .swiper-button-next,
    .product-swiper-wrap .swiper-button-prev {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    html {
        font-size: 50px
    }

    .index-sec2 {
        display: block
    }

    .index-sec2 .pic {
        width: 100%
    }

    .index-sec2 .right {
        padding: 20px
    }

    .index-sec4 {
        overflow: hidden
    }

    .footer .fd-top {
        display: block
    }

    .footer .fd-top .fd-nav dl+dl {
        margin-left: 20px
    }

    .footer .fd-top .fd-nav {
        justify-content: flex-start;
        margin-top: 30px
    }

    .application-list .item .inner .pic img {
        width: 101%
    }

    .application-list .item .inner .pic:afteR {
        height: 150px
    }

    .footer .fd-bot {
        display: block
    }

    .footer .fd-bot .media {
        margin-top: 20px
    }

    .header {
        background-color: #fff
    }

    .header .wp .logo img.def {
        display: none
    }

    .header .wp .logo img.color {
        display: block
    }

    .header .wp .hd-r .lang em,
    .header .wp .hd-r .nav .item>a {
        color: #1e1e1e
    }

    .header .wp .hd-r .lang i {
        background-image: url(../images/lang-b.svg)
    }

    .header .wp .hd-r .nav .item.active>a,
    .header .wp .hd-r .nav .item:hover>a {
        color: #014099
    }

    .header .wp .hd-r .nav .item>a {
        display: inline-block
    }

    .app-list .item {
        display: block
    }

    .map-wrap .map {
        height: auto;
        flex: auto
    }

    .header {
        height: 80px
    }

    body {
        padding-top: 80px
    }

    .header .wp {
        align-items: center;
        height: 100%
    }
}

@media only screen and (max-width:959px) {

    .abo-sec3 .abo3-pic,
    .sec-cu1 .pic {
        width: 100%
    }

    .ad2-text {
        padding-top: 100px
    }

    .ad2-text .tit {
        font-size: 32px
    }

    .sec-ad2 {
        padding-bottom: 100px
    }

    .ad2-text .ad2-box {
        padding: 20px
    }

    .ad2-text .ad2-box .icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px
    }

    .ad2-text .ad2-box .icon img {
        display: block;
        width: 30px
    }

    .sec-ad2 .ad2-row .wp .pic {
        width: 100%
    }

    .sec-ad2 .ad2-row .wp .pic img {
        position: static;
        display: block;
        width: 100%
    }

    .sec-ad2 .ad2-row .wp .pic .txt {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    .sec-ad2 .ad2-row .wp .pic .txt em {
        line-height: normal
    }

    .sec-ad2 .ad2-row .wp .text {
        padding: 100px 0 40px
    }

    .sec-ad2 .ad2-row .wp .text h3 {
        font-size: 32px
    }

    .sec-ad2 .ad2-row .wp {
        display: block
    }

    .sec-ad1 .ad1-row h3 {
        font-size: 32px
    }

    .sec-ad1 .ad1-row {
        padding: 40px 20px 0
    }

    .sec-ad1 .ad1-row .pic {
        position: static;
        width: 100%
    }

    .sec-ad1 .ad1-row .pic img {
        display: block;
        width: 100%
    }

    .sec-ad1 .ad1-text {
        margin-bottom: 40px
    }

    .sec-ad1 .ad1-text .desc {
        max-width: none
    }

    .sec-ad1 .ad1-text h3 {
        font-size: 32px
    }

    .sec-ad1 {
        padding: 100px 0
    }

    .app-list .item .text .title .icon {
        width: 60px;
        height: 60px;
        flex: 0 0 60px
    }

    .app-list .item .text .title .icon img {
        width: 30px
    }

    .app-list .item .text .title h3 {
        font-size: 18px;
        line-height: normal
    }

    .app-list .item .text {
        height: auto;
        padding: 20px
    }

    .app-list {
        padding: 40px 0
    }

    .sec-cu3 {
        padding-bottom: 100px
    }

    .sec-cu3 .form .tips {
        font-size: 16px
    }

    .sec-cu3 .form {
        padding: 40px 20px
    }

    .sec-cu2 {
        padding-bottom: 100px
    }

    .cu2-list .item .inner .title {
        font-size: 24px;
        margin-bottom: 20px
    }

    .cu2-list .item .inner {
        padding: 30px
    }

    .sec-cu1 .pic {
        position: static;
        margin-top: 30px
    }

    .sec-cu1 {
        margin-bottom: 100px;
        padding: 100px 0 0
    }

    .sec-cu1 h3 {
        font-size: 32px
    }

    .sec-cu1 .row p {
        font-size: 18px
    }

    .sec-cu1 .row+.row {
        margin-top: 30px
    }

    .news-det-page .item+.item {
        padding-top: 20px;
        margin-top: 20px
    }

    .news-det-page .item a {
        font-size: 18px
    }

    .news-det-page {
        padding: 20px
    }

    .news-det-content h3 {
        font-size: 18px
    }

    .news-det-title {
        margin-bottom: 40px
    }

    .news-det-title .info {
        margin-top: 20px
    }

    .news-det-title h1 {
        font-size: 24px;
        line-height: normal
    }

    .news-item .inner .top h3 {
        margin-bottom: 10px
    }

    .news-item .inner .bot .more i {
        width: 14px;
        height: 14px
    }

    .news-item .inner .top h3,
    .news-item.big .text .top h3 {
        max-width: none;
        font-size: 20px;
        line-height: normal
    }

    .news-bot-list .news-item .inner .bot,
    .news-item .inner .bot {
        margin-top: 30px
    }

    .news-item .inner .pic,
    .news-item.big .pic,
    .news-item.big .text {
        position: static;
        opacity: 1
    }

    .news-item.big .text {
        padding: 20px
    }

    .news-item .inner {
        padding: 0
    }

    .news-item .inner .text {
        padding: 20px
    }

    .news-top {
        display: block;
        margin: 0 0 20px
    }

    .news-bot-list {
        margin: 0;
        display: block
    }

    .sec-news {
        padding: 100px 0
    }

    .news-item .inner {
        margin: 0
    }

    .map-wrap .map {
        margin-top: -100px;
        margin-bottom: -150px
    }

    .map-wrap .map {
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .abo-sec6 .features-list .item .inner .desc {
        margin-top: 40px
    }

    .map-list .item .inner .icon {
        flex: 0 0 1.4rem
    }

    .abo-sec3 .abo3 dl+dl {
        margin-top: 30px
    }

    .abo-sec3 .abo3 dd {
        line-height: normal
    }

    .mySwiper2 .box {
        padding: 20px
    }

    .data-swi-wrap {
        padding-left: 50px;
        padding-right: 50px
    }

    .data-item .num em {
        font-size: 80px;
        height: auto;
        line-height: normal
    }

    .data-item .num span {
        font-size: 30px;
        margin-left: 5px
    }

    .data-item p {
        font-size: 14px;
        margin-top: 0
    }

    .data-list .data-item {
        margin: 0 10px
    }

    .abo-sec1 {
        padding-top: 100px
    }

    .abo-sec3 {
        padding: 100px 0 300px
    }

    .abo-sec2,
    .abo-sec4,
    .abo-sec5,
    .abo-sec6 {
        padding: 100px 0
    }

    .target-row .wp .item+.item,
    .target-row .wp .target-item+.target-item {
        margin-left: 20px
    }

    .abo-sec1 .wp {
        display: block
    }

    .application-list {
        margin: 0
    }

    .swi-banner .swiper-slide .wp .text h3 {
        font-size: 40px;
        margin-bottom: 10px
    }

    .swi-banner .swiper-slide .wp .text p {
        font-size: 20px
    }

    .banner .swiper-pagination {
        bottom: 30px;
        padding-right: 30px
    }

    .index-sec {
        padding: 100px 0
    }

    .section-title em {
        font-size: 44px
    }

    .section-title h3 {
        font-size: 32px;
        margin-top: -20px
    }

    .section-title .line {
        width: 40px;
        height: 8px;
        margin-top: 10px
    }

    .product-item .text h3 {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .product-item .text a {
        display: flex;
        width: 100%;
        height: 80px;
        border-radius: 40px
    }

    .product-swiper-wrap .swiper-slide {
        height: auto
    }

    .product-item {
        height: 100%
    }

    .product-item .text {
        position: static;
        margin-top: 30px
    }

    .index-sec1 .g-btn,
    .index-sec3 .g-btn,
    .index-sec4 .g-btn {
        margin-top: 40px
    }

    .g-btn {
        width: 220px;
        height: 80px;
        padding: 0 30px
    }

    .index-sec2 {
        padding: 0
    }

    .index-sec2 .right {
        padding-top: 80px
    }

    .index-sec2 .right .desc,
    .index-sec2 .right .title {
        text-align: center
    }

    .index-sec2 .right .g-btn {
        margin: 0 auto
    }

    .pop-video .pop-con {
        width: 90%
    }

    .application-list {
        display: block
    }

    .application-list .item .inner {
        margin: 0
    }

    .application-list .item .inner .pic:afteR {
        height: 350px
    }

    .application-list .item .inner .text {
        padding: 20px
    }

    .footer .fd-top .fd-left .logo {
        height: 30px
    }

    .application-list .item {
        margin-bottom: 20px
    }

    .news-list .item {
        flex: 0 0 50%
    }

    .footer {
        padding: 60px 0
    }

    .footer .fd-top .fd-left .slogan h3 {
        font-size: 18px
    }

    .footer .fd-bot .copyright,
    .footer .fd-top .fd-left .slogan p,
    .footer .fd-top .fd-nav dd a {
        font-size: 14px
    }

    .footer .fd-top .fd-nav dt {
        font-size: 18px
    }

    .product-list .product-item {
        height: auto
    }

    .product-sec {
        padding: 100px 0
    }

    .in-banner .wp .title h3 {
        font-size: 32px;
        margin-bottom: 10px
    }

    .in-banner .wp .title p {
        font-size: 14px
    }

    .in-banner .swiper-pagination {
        bottom: 20px
    }

    .target-row .wp .item+.item,
    .target-row .wp .target-item+.target-item {
        border-bottom-width: 2px
    }

    .pro-banner .wp .title {
        padding-top: 100px
    }

    .pro-banner .wp .title h3 {
        font-size: 34px
    }

    .pro-det-sec1 {
        padding: 40px 20px;
        margin-bottom: 80px
    }

    .features-list .item {
        flex: 0 0 50%
    }

    .pro-det-sec2 {
        padding-bottom: 100px
    }

    .features-list .item .inner .desc {
        margin-top: 40px
    }

    .toggle-box .title h3 {
        font-size: 18px
    }

    .toggle-box .title {
        padding: 20px
    }

    .toggle-box {
        border-radius: 20px
    }

    .toggle-box .con {
        padding: 20px
    }

    .toggle-box .con .row .label,
    .toggle-box .con .row .text p {
        padding: 20px 0;
        font-size: 0.18rem;
    }

    .pro-det-sec3,
    .pro-det-sec4 {
        padding-bottom: 100px
    }

    .pro-det-sec2 .video {
        margin-top: 100px
    }

    .index-sec4 {
        padding-top: 0
    }
}

@media only screen and (max-width:767px) {
    .swi-banner .swiper-slide .pc {
        display: none
    }

    .swi-banner .swiper-slide .mob {
        display: block
    }

    .app-list .item+.item {
        margin-top: 40px
    }

    .app-list .item .pic-wrap .pic:after {
        height: 190px
    }

    .app-list .item .text .more i {
        width: 14px;
        height: 14px
    }

    .app-list .item .text .more span {
        font-size: 14px;
        line-height: normal
    }

    .app-list .item .text .desc {
        font-size: 14px;
        line-height: normal;
        padding: 20px 0
    }

    .submit-pop .pop-con .text p {
        font-size: 14px;
        line-height: normal
    }

    .submit-pop .pop-con .text h3 {
        font-size: 18px
    }

    .submit-pop .pop-con .text {
        padding: 20px
    }

    .sec-cu3 .form {
        margin-top: -100px
    }

    .sec-cu3 .form .code-row,
    .sec-cu3 .form .row .col {
        margin-bottom: 20px;
        height: 50px
    }

    .sec-cu3 .form .row textarea {
        padding: 20px;
        font-size: 14px;
        margin-bottom: 20px
    }

    .sec-cu3 .form .code-row .code .code-pic {
        width: 70px;
        height: 50px
    }

    .sec-cu3 .form .g-btn {
        margin-top: 40px
    }

    .sec-cu3 .form .code-row .code span {
        white-space: nowrap;
        font-size: 12px;
        margin-right: 10px
    }

    .sec-cu3 .form .code-row input {
        flex: 0 0 60%;
        width: 60%
    }

    .sec-cu3 .form .code-row input,
    .sec-cu3 .form .row .col input {
        padding: 0 20px;
        font-size: 14px
    }

    .sec-cu3 .form .row {
        display: block;
        margin-bottom: 0
    }

    .sec-cu3 .form .tips {
        margin-bottom: 30px
    }

    .cu2-list .item .inner p i {
        margin-right: 0
    }

    .cu2-list {
        margin-bottom: -20px
    }

    .cu2-list .item {
        flex: 0 0 100%;
        margin-bottom: 20px
    }

    .news-det-crumb {
        display: none
    }

    .news-det-title .info .txt p+p {
        margin-left: 0;
        margin-top: 10px
    }

    .news-det-title .info {
        display: block
    }

    .news-det-title .info .txt {
        display: block;
        margin-bottom: 10px
    }

    .news-det-title .info .txt p {
        font-size: 14px
    }

    .news-det-page {
        margin-top: 40px
    }

    .news-det-title .info .view {
        font-size: 14px
    }

    .pages-list .item {
        display: none
    }

    .pages-list .item.active,
    .pages-list .item.next,
    .pages-list .item.prev {
        display: flex
    }

    .features-list .item .inner {
        padding: 20px
    }

    .map-list .item .inner .text {
        padding: 20px
    }

    .map-list .item .inner .icon {
        flex: 0 0 100px;
        height: auto
    }

    .map-list {
        display: block;
        margin: 0
    }

    .map-list .item .inner {
        margin: 0
    }

    .abo-sec3 {
        padding-bottom: 0
    }

    .abo-sec3 .abo3-pic {
        position: static;
        margin-top: 40px
    }

    .map-wrap .map {
        margin-top: -200px;
        margin-bottom: -300px;
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
        transform: scale(.4)
    }

    .mySwiper-wrap {
        padding: 0 50px
    }

    .mySwiper-wrap .swiper-button-next,
    .mySwiper-wrap .swiper-button-prev {
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px
    }

    .abo1-text .top {
        margin-bottom: 20px
    }

    .case-swi .swiper-pagination-bullet {
        margin: 0 5px !important
    }

    .case-swi .case-item .text {
        padding: 20px
    }

    .toggle-box .title i {
        width: 16px;
        height: 16px
    }

    .toggle-box .con .row .label {
        padding-bottom: 0.1rem
    }

    .toggle-box .con .row {
        display: block
    }

    .pro-det-sec2 .video .play:after {
        width: 16px;
        height: 16px
    }

    .pro-det-sec2 .video .play {
        width: 50px;
        height: 50px
    }

    .features-list {
        margin: 0;
        display: block
    }

    .features-list .item .inner {
        margin: 0
    }

    .pro-banner .wp .title {
        padding-top: 50px
    }

    .pro-det-sec1 {
        margin-top: 100px;
        margin-bottom: 100px
    }

    .product-list {
        margin: 0;
        display: block
    }

    .product-list .product-item {
        margin-right: 0
    }

    .header .wp .logo {
        display: flex;
        align-items: center
    }

    .header .wp .logo img {
        height: 20px
    }

    .product-swiper-wrap {
        padding: 0 50px
    }

    .application-list {
        padding: 0 20px
    }

    .news-list .item {
        flex: 0 0 100%
    }

    .footer .fd-top .fd-nav dl+dl {
        margin-left: 0
    }

    .footer .fd-top .fd-nav {
        flex-wrap: wrap
    }

    .footer .fd-top .fd-nav dl {
        flex: 0 0 50%;
        margin-bottom: 20px
    }

    .footer .fd-top .fd-nav dt {
        margin-bottom: 10px
    }

    .footer .fd-bot .media a+a {
        margin-left: 10px
    }

    .target-row .wp .item+.item,
    .target-row .wp .target-item+.target-item {
        margin-left: 10px
    }

    .target-row .wp .item,
    .target-row .wp .target-item {
        border-bottom-width: 2px
    }

    .target-row .wp .item,
    .target-row .wp .target-item {
        font-size: 12px
    }

    .product-nav .product-nav-list .product-nav-item {
        flex: 0 0 50%
    }

    .product-nav .product-nav-list .product-nav-item .inner .name {
        font-size: 12px
    }

    .product-nav .product-tab-con-wrap {
        padding: 20px 0
    }

    .sub-nav {
        padding: 20px 20px 0
    }

    .sub-nav .sub-nav-item a {
        font-size: 14px
    }

    .product-item {
        padding: 20px
    }
}

@media only screen and (max-width:479px) {
    .header .wp .hd-r .nav {
        padding: 0 20px
    }

    .header .wp .hd-r .nav .item {
        border-bottom: 1px solid #e5e5e5;
        padding: 0
    }

    .header .wp .hd-r .nav .item+.item {
        margin-top: 0
    }

    .header .wp .hd-r .nav .item>a {
        height: 70px;
        line-height: 70px
    }

    .sub-nav {
        padding: 0;
        margin: 0
    }

    .sub-nav .sub-nav-item {
        margin-bottom: 0
    }

    .sub-nav .sub-nav-item a {
        border-bottom-color: #eee;
        padding: 0;
        height: 70px;
        line-height: 70px
    }

    .sub-nav .sub-nav-item:last-child a {
        border-bottom: none
    }

    .footer .fd-top .fd-left .logo {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .footer .fd-top .fd-left .slogan {
        text-align: center
    }

    .footer .fd-bot .copyright {
        text-align: center
    }

    .footer .fd-bot .media {
        justify-content: center
    }

    .footer .fd-top .fd-nav {
        display: block
    }

    .footer .fd-top .fd-nav dl {
        margin-bottom: 0;
        border-bottom: 1px solid #e5e5e5
    }

    .footer .fd-top .fd-nav dd {
        display: none;
        height: 60px;
        line-height: 60px
    }

    .footer .fd-top .fd-nav dd a {
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s
    }

    .footer .fd-top .fd-nav dt {
        margin-bottom: 0;
        height: 70px;
        line-height: 70px;
        position: relative
    }

    .footer .fd-top .fd-nav dt:after {
        content: '';
        background: url(../images/swi-arrow-b.svg) no-repeat center center/contain;
        position: absolute;
        right: 0;
        top: 24px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        width: 20px;
        height: 20px
    }

    .footer .fd-top .fd-nav dt.open {
        border-bottom: 1px solid #eee
    }

    .footer .fd-top .fd-nav dt.open:after {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    .footer .fd-top .fd-nav dd+dd {
        margin-top: 0
    }

    .footer .fd-top {
        margin-bottom: 40px
    }

    .banner .swiper-pagination {
        text-align: center;
        padding-right: 0
    }

    .target-row .wp {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        text-align: center
    }

    .target-row .wp .item,
    .target-row .wp .target-item {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        line-height: 50px;
        text-align: center
    }

    .product-list .product-item {
        margin-bottom: 40px
    }

    .product-set2,
    .product-set3 {
        padding-top: 0
    }

    .features-list .item {
        margin-bottom: 40px
    }

    .in-banner .swiper-pagination {
        bottom: 10px
    }

    .in-banner .swiper-pagination-bullet {
        margin: 0 5px !important
    }

    .application-list .item .inner .text h3,
    .application-list .item .inner .text p {
        text-align: center
    }

    .pro-banner .wp .title {
        padding-top: 0
    }

    .pro-banner .wp {
        position: static;
        padding-top: 100px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .features-list .item .inner .desc {
        text-align: center
    }

    .features-list .item .inner {
        padding: 40px
    }

    .app-list .item .text .title {
        display: block
    }

    .app-list .item .text .title .icon {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px
    }

    .app-list .item .text .title .icon img {
        width: 60px
    }

    .app-list .item .text {
        text-align: center;
        padding: 40px
    }

    .app-list .item .text .more {
        justify-content: center
    }

    .app-list {
        padding: 100px 0
    }

    .sec-ad2 .ad2-row .wp .text .data-row {
        display: block
    }

    .sec-ad2 .ad2-row .wp .text .data-row .data-item+.data-item {
        margin-left: 0;
        margin-top: 30px
    }

    .ad2-text .ad2-box {
        padding: 40px;
        display: block;
        text-align: center
    }

    .ad2-text .ad2-box .icon {
        width: 120px;
        height: 120px;
        margin: 0 auto 20px
    }

    .ad2-text .ad2-box .icon img {
        width: 60px
    }

    .ad2-text .ad2-box+.ad2-box {
        margin-top: 40px
    }

    .map-wrap .data {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: flex-start
    }

    .map-wrap .data .data-item+.data-item {
        margin-left: 0;
        margin-top: 20px
    }

    .map-list {
        margin-top: 120px
    }

    .map-wrap .map .poi {
        width: 20px;
        height: 20px
    }

    @keyframes wave {
        from {
            width: 20px;
            height: 20px;
            opacity: .5
        }

        to {
            width: 100px;
            height: 100px;
            opacity: 0
        }
    }

    @keyframes wave2 {
        from {
            width: 80px;
            height: 80px;
            opacity: .5
        }

        to {
            width: 200px;
            height: 200px;
            opacity: 0
        }
    }

    .data-list {
        display: block
    }

    .data-list .data-item+.data-item {
        margin-top: 20px
    }

    .data-item {
        width: 100%;
        text-align: center
    }

    .data-item .num {
        justify-content: center
    }

    .abo-sec3 .abo3 dd {
        font-size: 22px
    }

    .in-banner-swi img {
        height: 200px;
        object-fit: cover
    }

    .news-det-title .info .txt p,
    .news-det-title .info .view {
        font-size: 16px
    }

    .news-det-content h3 {
        font-size: 24px
    }

    .swi-banner .swiper-slide img,
    .swi-banner .swiper-slide video {
        height: calc(100vh - 50px)
    }

    .index-sec2 .right .title h3 {
        font-weight: 400
    }

    .application-list .item .inner .pic:afteR {
        height: 150px
    }

    .application-list .item {
        margin-bottom: 40px
    }

    .swi-banner .swiper-slide .wp .text {
        text-align: center
    }

    .footer .fd-top .fd-nav dd a {
        font-size: 16px
    }

    .sub-nav .sub-nav-item a {
        font-size: 16px
    }

    .sub-nav .sub-nav-item a:after {
        display: none
    }

    .header .wp .hd-r .nav .item>a {
        font-size: 18px
    }

    .product-nav .product-nav-list .product-nav-item .inner .name {
        font-size: 16px
    }

    .header .wp .hd-r {
        padding: 20px 0 30px
    }

    .data-item .num span {
        top: -12px
    }

    .sec-cu3 .form .code-row,
    .sec-cu3 .form .row .col {
        height: 60px
    }
}

.mySwiper .swiper-wrapper {
    justify-content: center;
}

.mySwiper .swiper-slide {
    flex: 0 0 calc(20% - 60px);
    margin: 0 30px;
}

.mySwiper-wrap .swiper-button-prev,
.mySwiper-wrap .swiper-button-next {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mySwiper .swiper-wrapper {
        justify-content: flex-start;
    }

    .mySwiper .swiper-slide {
        flex: 0 0 auto;
        margin: 0;
    }

    .mySwiper-wrap .swiper-button-prev,
    .mySwiper-wrap .swiper-button-next {
        display: flex;
    }

    .toggle-box .con .row .text {
        margin-bottom: 0.2rem;
    }
        
}

.mySwiper2 .swiper-slide.swiper-slide-active .year:before,
.mySwiper2 .swiper-slide.swiper-slide-active .year:after {
    background: #e5e5e5;
}

.mySwiper2 .swiper-slide.swiper-slide-active .box {
    background: #f4f7f9;
    color: #333333;
}

.mySwiper2 .swiper-slide.swiper-slide-active .year {
    font-size: .16rem;
}
