@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../css/sourcehansans.ttf)
}

body {
    font-family: SourceHanSerifCN-Heavy !important;
}

.mauto {
    max-width: 1600px
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    transform: scale(1.1);
    transition: all .8s ease;
}

/* .wrap {
    width: 1550px;
    margin: 0 auto
} */

/* @media (max-width:767px) {
    .wrap {
        width: 96%
    }
} */

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    transition: all .5s;
    -webkit-transition: all .5s
}

/* main {
    overflow-x: hidden;
} */

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    /* background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.header {
    background: linear-gradient(rgba(0, 0, 0, .5), transparent);
}

.logo {
    height: 102px;
    line-height: 102px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-right: 1.5rem;
}

/* .header.on .contact-p1,
.header.cur .contact-p1,
.contact-p2,
.header.on .logo .img1,
.header.cur .logo .img1,
.logo .img2 {
    display: none;
} */

.header.on .contact-p2,
.header.cur .contact-p2,
.header.on .logo .img2,
.header.cur .logo .img2 {
    display: block !important;
}

.header.on nav ul li.search-btn::after,
.header.cur nav ul li.search-btn::after {
    background: url(../images/search1.png) no-repeat center
}

@media (max-width:1600px) {
    .mauto {
        max-width: 96% !important
    }

    .about-info {
        padding: 1rem .4rem !important;
    }

    .industry-b-row {
        padding: 1rem .4rem !important;
    }

    .contact-join .items,
    .contact-b,
    .about-model {
        padding-left: .4rem !important;
        padding-right: .4rem !important;
    }

    .public-tobody {
        padding-left: .4rem;
        padding-right: .4rem;
    }
}

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 15px;
    display: flex;
    align-items: center;
}

nav ul li .header-active::after,
nav ul li.cur a::after,
nav ul li:hover a::after {
    width: 100%;
}

/* nav ul li:hover>a {
    font-size: 22px;
} */

nav ul li>a {
    position: relative;
    height: 100%;
    padding: 40px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: auto;
    margin-left: 20px;
    margin-right: 20px;
}

nav ul li a span {
    min-height: 33px;
    /* display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px */
}

.header:hover {
    background: rgba(0, 0, 0, 0.7);
}

.m-auto {
    margin: auto !important;
}

nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 20px;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: ease-out .5s;
    -webkit-transition: ease-out .5s
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 102px;
    left: 48%;
    padding: 10px;
    width: 200px;
    background: rgba(0, 0, 0, 0.9);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .5s;
    -webkit-transition: all .5s
}

.sub-nav .channel-float-i {
    height: auto !important;
}

.sub-nav .channel-float-i:hover {
    color: #3D3D3D !important;
    font-weight: normal !important;
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 5px;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

nav ul li.search-btn {
    min-width: auto;
    cursor: pointer;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-right: none;
    margin: 0
}

nav ul li.search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    background: rgba(255, 255, 255, .2)
}

nav ul li:hover>a,
nav ul li:hover>a span {
    font-weight: bold
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 110px
}

.header-active::after,
.header-active {
    color: #ffffff;
    transform: none;
}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #ffffff;
}

.header.on,
.header.cur {
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header-phone .contact {
    margin: 0 10px;
}

.header.on .header-phone .contact,
.header.cur .header-phone .contact {
    background: rgba(22, 42, 56, 0.05);
}

.header.on .header-active {
    color: #ffffff !important;
}

.header.on nav ul li>a::after,
.header.cur nav ul li>a::after {
    background: #ffffff;
}

.header.on nav ul li .line,
.header.cur nav ul li .line,
.header.on .header-phone .contact .title,
.header.on .header-active::after,
/* .header.on .header-active, */
.header.on nav ul li>a,
.header.on .header-ul li>a:hover,
.header.cur .header-phone .contact .title,
.header.cur .header-active::after,
.header.cur .header-active,
.header.cur nav ul li>a,
.header.cur .header-ul li>a:hover {
    color: #ffffff;
}

.header-phone .contact {
    display: flex;
    align-items: center;
}

.contact>.title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: .2rem;
    white-space: nowrap;
}

.public-top {
    /* padding-top: 110px; */
}

.public-top.cur {
    padding-top: 110px;
}

.header-search {
    width: 102px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-search .search-btn {
    height: auto;
}

/*  new  */
.banner-img.mobile {
    display: none !important;
}

.banner-img.mobile video {
    height: 100%;
    object-fit: cover;
    min-height: auto !important;
}

.banner-img.mobile .banner-img-video {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-img {
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    align-items: center;
}

.banner-img.pc {}

.banner-img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.banner-img.pc video {
    min-height: 100vh;
}

.banner-img video {
    width: 100%;
    min-height: 100vh;
    /* object-fit: cover; */
}

.home-swiper {
    width: 100%;
    height: 100%;
}

.home-swiper-img img {
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    overflow: hidden;
}

.home-swiper .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-img img {
    display: block;
    animation-name: zoomOut;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

.header-code {
    margin-left: .4rem;
}

.home-swiper .swiper-scrollbar {
    position: absolute;
    left: 0 !important;
    bottom: 15% !important;
    height: 2px !important;
    width: 100% !important;
    background: rgba(255, 255, 255, 0.25);
    z-index: 9;
}

.home-swiper .swiper-scrollbar-drag {
    background: rgba(255, 255, 255, 1);
}

.home-swiper .swiper-pagination {
    width: max-content !important;
    left: 5%;
    bottom: 0 !important;
}

.home-swiper .swiper-pagination .swiper-pagination-current {
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.52);
    line-height: 27px;
    display: block;
    margin-bottom: .4rem;
}

.home-swiper .swiper-pagination,
.home-swiper .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: rgba(255, 255, 255, 0.1);
    line-height: 27px;
}

.home-page-next,
.home-page-prev {
    width: 0.64rem;
    height: 0.5rem;
    display: block;
}

.home-page-b {
    position: absolute;
    right: 5%;
    bottom: -1% !important;
    z-index: 99;
    width: 1.3rem;
}

.home-tool {
    position: relative;
    height: 3rem;
    width: 100%;
    left: 0;
    bottom: 35%;
}

.home-page-next {
    margin-left: auto;
}

.home-about-b {
    width: 100%;
    height: 100%;
    background: ;
}

.public-tobody {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.public-tobody-c {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.home-business-top>.info,
.home-about-top>.info {
    font-size: .5rem;
    font-weight: bold;
    color: #E9E9E9;
    opacity: 0.1;
    text-transform: uppercase;
    margin-bottom: .1rem;
}

.home-business-top>.title,
.home-about-top>.title {
    font-size: 0.6rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.48rem;
    /* margin-top: -.55rem; */
}

.home-about-top::after {
    width: 0.44rem;
    height: 0.04rem;
    background: #FFFFFF;
    content: '';
    display: block;
    margin-top: .29rem;
}

.home-about-info {
    width: 42%;
}

.home-about-con {
    margin: .6rem 0;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.home-about-num-i-t>.title {
    min-width: max-content;
    font-size: 0.48rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: .48rem;
    transform: translate3d(0, 0, 0);
}

.home-about-num-i-t>.info {
    margin-left: .11rem;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.home-about-num-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: .2rem;
}

.home-about-num-i-t {
    display: flex;
    align-items: flex-start;
}

.home-about-num-i {
    width: calc(100% / 3);
}

.home-more,
.home-about-btn {
    width: fit-content;
    background: #008CDE;
    border-radius: 50px;
    padding: .18rem .32rem;
    margin-top: .71rem;
    overflow: hidden;
}

.home-more {
    margin-top: .37rem;
}

.home-more>.title,
.home-about-btn>.title {
    margin-right: .37rem;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1;
    white-space: nowrap;
}

.home-more img,
.home-about-btn img {
    z-index: 1;
    position: relative;
    animation: comeback 1s infinite;
}

.home-business-b {
    /* background: url(../images/bg-business.jpg)no-repeat center center;
    background-size: cover; */
}

.home-business-b-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-business {
    z-index: 2;
    position: relative;
}

.home-business-top {
    text-align: center;
}

.home-business-list-i {
    /* width: calc(100% / 3); */
    width: 28%;
    padding-left: .54rem;
    margin-bottom: .42rem;
    position: relative;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
}

.home-business-list {
    margin-top: .4rem;
    margin-left: -.54rem;
    display: flex;
    justify-content: center;
}

.home-business-list.mobile {
    display: none;
}

.home-business-list-i-row {
    border: 1px solid #008CDE;
    padding: .6rem .2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transform: rotateX(0);
}

.home-business-list-i-row>.lbmert>.title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: .23rem;
}

.home-business-list-i:hover .home-business-list-i-row {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.home-business-list-i:hover .home-business-list-i-row1 {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.home-business-list-i-row1 {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - .4rem);
    height: 100%;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background: no-repeat center center;
    background-size: 100% 100% !important;
    padding: .4rem .25rem .3rem;
    border-radius: 10px;
}

.home-business-list-i-row1>.padlmc>.title {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.home-business-list-i-row1>.padlmc>.info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: normal;
    /* margin-top: .1rem; */
}

.business-btn {
    background: #FFFFFF;
    border-radius: 50px;
    padding: .1rem .16rem;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.business-btn>span {
    font-size: 14px;
    font-weight: 400;
    color: #0168B7;
    margin-right: .29rem;
    z-index: 1;
}

.business-btn img {
    z-index: 1;
}


.home-business-list-i-row,
.home-business-list-i-row1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

.lbmert {
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
    transform: translateY(0%) translateZ(60px);
}

.padlmc {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    perspective: inherit;
    -webkit-perspective: inherit;
    outline: transparent solid 1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(0%) translateZ(60px) scale(0.94);
    transform: translateY(0%) translateZ(60px);
}

.home-business-list-i-row-img {
    /* width: 0.76rem;
    height: 0.76rem;
    min-width: 0.76rem;
    min-height: 0.76rem; */
    display: flex;
    justify-content: center;
    margin: auto;
}

.home-business-list-i-row-img img {
    object-fit: contain;
}

.home-business-btn {
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50px;
    padding: .18rem .36rem;
    margin: auto;
    overflow: hidden;
}

.home-business-btn>span {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: .21rem;
    z-index: 1;
}

.home-business-btn img {
    z-index: 1;
}

.home-news-b {
    background: #00112F;
}

.home-business,
.home-news-b-row {
    transform: scale(.9);
}

.home-news {
    margin-top: .1rem;
}

.home-news-swiper .swiper-slide {
    transform: scale(.75) !important;
    user-select: none;
}

.home-news-swiper .swiper-slide-active {
    transform: scale(.9) !important;
}

.home-news-swiper .swiper-slide-active .home-news-swiper-img img,
.home-news-swiper .swiper-slide-active .home-news-swiper-img {
    max-height: 5.84rem;
    min-height: 5.84rem;
    object-fit: cover;
}

.home-news-swiper .swiper-button-prev:after,
.home-news-swiper .swiper-button-next:after {
    font-size: .5rem !important;
    color: #fff !important;
}

.home-news-swiper .swiper-button-next,
.home-news-swiper .swiper-button-prev {
    transform: translateY(-50%) !important;
}

.home-news-swiper .swiper-button-prev {
    left: 22% !important;
}

.home-news-swiper .swiper-button-next {
    right: 22% !important;
}

.home-news-swiper-con>.day {
    width: 0.86rem;
    height: 1.29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #008CDE;
}

.home-news-swiper-con>.day>.title {
    font-size: 0.35rem;
    font-weight: 600;
    color: #FFFFFF;
}

.home-news-swiper-con>.day>.info {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.home-news-swiper-con-b {
    display: none;
    padding: 0 .35rem;
    margin-top: -.3rem;
}

.home-news-swiper .swiper-slide-active .home-news-swiper-con-b {
    display: block;
}

.home-news-swiper-con>.con {
    width: calc(100% - 1.16rem);
    margin-top: .3rem;
}



.home-news-swiper-con>.con>.title {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.home-news-swiper-con>.con>.info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .1rem;
}

.home-news-swiper {
    margin-bottom: .1rem;
}

.home-news-swiper-img {
    max-height: 5.84rem;
}

.home-news-swiper-img img {
    object-fit: cover;
}

.public-footer-b {
    width: 100%;
    background: #000e27;
    position: relative;
}

.public-footer-l-code-img {
    width: 1.3rem;
    height: 1.3rem;
    background: #FFFFFF;
    min-width: 1.3rem;
    min-height: 1.3rem;
}

.banner-img-video-con>.title {
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 84px;
}

.banner-img-video-con>.t1 {
    font-size: 31px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 36px;
    margin-bottom: .24rem;
}

.banner-img-video-con>.info {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 42px;
    margin-top: .2rem;
}

.public-footer-l-code-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.public-footer {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: .59rem 0 .25rem;
}

.public-footer-l-code::after {
    width: 0.01rem;
    height: 1.3rem;
    background: #737373;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.public-footer-l-code>.title {
    font-size: 14px;
    font-weight: 400;
    color: #EEEEEE;
    margin-top: .1rem;
}

.public-footer-l-code {
    text-align: center;
    position: relative;
    margin-right: .6rem;
    padding-right: .6rem;
}

.public-footer-l-info-phone>.title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #EEEEEE;
    margin-left: .15rem;
}

.public-footer-l-info>.title {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
}

.public-footer-r-i>.title {
    font-size: 16px;
    font-weight: bold;
    color: #EEEEEE;
    margin-bottom: .1rem;
}

.public-footer-r-i>.info {
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 36px;
}

.public-footer-r-i>.info:hover {
    color: #fff;
}

.public-footer-r-i>a {
    display: block;
}

.public-footer-l {
    width: 52%;
}

.public-footer-r {
    width: 45%;
}

.public-footer-filing {
    width: 100%;
    padding: .14rem 0;
    background: #000c21;
    font-size: 0.12rem;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
}

.gotops {
    position: absolute;
    top: 20%;
    right: 3%;
    width: 0.62rem;
    height: 0.62rem;
    min-width: 0.62rem;
    min-width: 0.62rem;
    border-radius: 5px;
}

.news-banner-img {
    width: 100%;
    animation-name: navOut;
    animation-duration: 6s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}

.news-banner-i {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
}

.news-banner-i>.title {
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.24rem;
}

.news-banner-i>.info {
    font-size: 0.5rem;
    font-weight: 400;
    color: rgb(255 255 255 / 30%);
    margin-bottom: .18rem;
    text-transform: uppercase;
}

.news-banner-img,
.news-banner {
    min-height: 5rem;
    object-fit: cover;
}

.news-nav-l,
.news-nav-r {
    width: 45%;
}

.news-nav-row {
    width: 100%;
}

.news-nav-row-i {
    width: max-content;
    padding: .32rem .27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}


.news-nav-row-i:hover,
.news-nav-row-i.cur {
    background: #008CDE;
}

.news-nav-row-i:hover>.title,
.news-nav-row-i.cur>.title {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}

.news-nav-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.news-nav-r>.title {
    font-size: 16px;
    font-weight: 500;
    color: #9C9C9C;
}

.news-nav-r>.title.cur {
    color: #008CDE;
    font-weight: bold;
}

.news-nav-r>span {
    margin: 0 5px;
}

.news-nav-b {
    border-bottom: 1px solid #EEEEEE;
}

.news-list-b {
    padding: .4rem 0 .8rem;
}

.news-list-menu-i {
    width: 2.99rem;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: .15rem .14rem;
    color: #757575;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/icon-down.png)95% 50% no-repeat scroll transparent;
}

.news-list-menu-search {
    width: max-content;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    padding: .15rem .14rem;
    margin-left: .44rem;
}

.news-list-menu-search>.inputs {
    min-width: 4rem;
    font-size: 16px;
    font-weight: 500;
}

.news-list-menu-search-btn {
    width: 0.26rem;
    height: 0.26rem;
    min-width: 0.26rem;
    min-height: 0.26rem;
}

.news-list-row-con {
    width: calc(100% - 4.2rem);
}

.news-list-row-img {
    width: 3.83rem;
    min-width: 3.83rem;
    min-height: 2.4rem;
    display: inline-table;
}

.news-list-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list-row {
    margin-top: .4rem;
}

.news-list-row-con {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-list-row-con-i>.title {
    font-size: 0.2rem;
    font-weight: bold;
    color: #000000;
}

.news-list-row-con-i>.day {
    font-size: 16px;
    font-weight: 500;
    color: #9C9C9C;
    margin: .18rem 0 .13rem;
}

.news-list-row-con-i>.info {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    line-height: 0.24rem;
}

.news-list-btn {
    width: max-content;
    padding: .1rem .21rem;
    background: #008CDE;
    position: relative;
    border: 1px solid #008CDE;
}

/* .business-btn .i2,
.business-btn:hover .i1, */
.home-more:hover .i1,
.home-more .i2,
.home-about-btn:hover .i1,
.home-about-btn .i2,
.home-business-btn .i2,
.home-business-btn:hover .i1,
.news-list-btn:hover .i1,
.news-list-btn .i2 {
    display: none;
}

.home-more::after,
.home-about-btn::after {
    border-radius: 50px;
}


/* .business-btn::after, */
.home-more::after,
.home-about-btn::after,
.home-business-btn::after,
.news-list-btn::after {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    content: '';
    transition: all ease-out .3s;
}

/* .business-btn::after, */
.home-business-btn::after {
    border-radius: 60px;
    background: #008CDE !important;
    transition: all ease-out .3s;
}


/* .business-btn:hover::after, */
.home-more:hover::after,
.home-about-btn:hover::after,
.home-business-btn:hover::after,
.news-list-btn:hover::after {
    width: 100%;
}

/* .business-btn:hover .i2, */
.home-more:hover .i2,
.home-about-btn:hover .i2,
.home-business-btn:hover .i2,
.news-list-btn:hover .i2 {
    display: block !important;
}

/* .business-btn:hover, */
.home-business-btn:hover,
.news-list-btn:hover {
    border: 1px solid #008CDE;
}

/* .business-btn:hover>span {
    color: #fff !important;
} */

.home-more:hover>span,
.home-about-btn:hover>span,
.news-list-btn:hover>span {
    color: #008CDE !important;
}

.home-more:hover>.i1,
.home-more>.i2 {
    display: none !important;
}

.home-more:hover>.i2 {
    display: block !important;
}

.news-list-btn>span {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-right: .07rem;
    z-index: 1;
}

.news-list-btn img {
    position: relative;
    animation: comeback 1s infinite;
    z-index: 1;
}

.news-list-row-i {
    padding-bottom: .4rem;
    margin-bottom: .4rem;
    border-bottom: 1px solid #EEEEEE;
}

.news-list-row-i:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-list-row-i:hover .news-list-row-con-i>.title {
    color: #008CDE;
}

.page-b-i,
.page-i {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #4F66A2;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    font-size: 16px;
    font-family: Arial;
    font-weight: 400;
    color: #6B6B6B;
    border-radius: 2px;
}

.page-i {
    font-size: 12px;
    margin: 0 5px;
}

.public-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 8%;
}

.page-b {
    margin: 0 8px;
}

.about-b {
    padding: 2rem 0 1.63rem;
}

.about-b-l {
    width: 60%;
}

.about-introduce-l-t>.title,
.about-b-r-t>.title {
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.6rem;
    text-transform: uppercase;
}

.about-introduce-l-t>.name,
.about-b-r-t>.name {
    font-size: 0.36rem;
    font-weight: bold;
    color: #FFFFFF;
    margin: .24rem 0;
}

.about-introduce-l-t>.name::after,
.about-info-t>.name::after,
.about-b-r-t>.name::after {
    width: 0.44rem;
    height: 0.04rem;
    background: #FFFFFF;
    content: '';
    display: block;
    margin-top: .24rem;
}

.about-b-r {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 1rem;
}

.about-b-r-title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}

.about-b-r-menu {
    margin-top: .65rem;
}

.about-info-t>.title {
    font-size: 0.7rem;
    font-weight: bold;
    color: #008CDE;
    line-height: 0.48rem;
}

.about-info-t>.name {
    font-size: 0.36rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.48rem;
    margin: .24rem 0;
}

.about-info-t>.name::after {
    background: #008CDE !important;
}

.about-info {
    padding: 1.47rem 0;
}

.about-info-title {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
}

.about-num span,
.about-num .title {
    color: #000000 !important;
}

.about-info-l {
    width: 45%;
}

.about-num {
    margin-top: .6rem;
}

.about-info-r {
    width: 53%;
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.news-active-con {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: .4rem;
    margin-bottom: .4rem;
}

.news-active>.title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #000000;
}

.news-active>.day {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    margin: .31rem 0;
}

.news-active {
    padding: .5rem;
}

.news-active-page-i {
    width: 35%;
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    display: flex;
}

.news-active-page::after {
    display: none !important;
}

.news-active-back:hover,
.news-active-page-i:hover {
    color: #008CDE;
}

.news-active-back.mobile {
    display: none;
}

.news-active-back {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}

.news-active-back img {
    margin: 0 5px;
}

.news-active-page-i.next {
    display: flex;
    justify-content: flex-end;
}

.news-recommend>.title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.news-recommend-row-img img,
.news-recommend-row-img {
    border-radius: 10px;
    min-height: 3.62rem;
    max-height: 3.62rem;
    object-fit: cover;
}

.news-recommend-row-con {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0rem 0rem 0.1rem 0.1rem;
    padding: .19rem .26rem;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
}

.news-recommend-row-con>.title {
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
}

.news-recommend-row-con>.info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .17rem;
}

.recommendSwiper {
    margin-top: .5rem;
    margin-bottom: .59rem !important;
}

.news-recommend {
    margin-top: .4rem;
}

/* .industry-b img, */
.industry-b {
    width: 100%;
    height: 100%;
}

.industry-b-row {
    width: 100%;
    height: 8rem;
    padding: 1rem 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.industry-b-row-l>.title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.4rem;
}

.industry-b-row-l-list {
    height: 85%;
    margin-top: .3rem;
}

.industry-b-row-l-list-i a,
.industry-b-row-l-list-i {
    display: flex;
    align-items: center;
}

.industry-b-row-l-list a {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.17rem;
}

.industry-b-row-r-con-b {
    width: 4.64rem;
    height: 4.5rem;
    background: #00649F;
    padding: .3rem .2rem;
    margin-top: auto;
    margin-right: -2rem;
    border-radius: 14px;
    z-index: 9;
}

.industry-b-row-r-con>.title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: .24rem;
}

.industry-b-row-r-con>.info * {
    font-size: 16px;
    /* font-weight: 500; */
    color: #FFFFFF;
    /* line-height: 0.34rem; */
    font-family: inherit !important;
}

.industry-b-row-r-con-i img {
    width: 50px;
    height: 50px;
    margin-right: .2rem;
}

.industry-b-row-r-con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    /* line-height: 0.34rem; */
    font-family: inherit !important;
    margin-top: .2rem;
    max-height: 340px;
    overflow-y: auto;
    padding: 0 .1rem;
}

.industry-b-row-r-con>.info::-webkit-scrollbar {
    width: 3px;
    height: 100%;
}

.industry-b-row-r-con>.info::-webkit-scrollbar-thumb {
    width: 3px;
    background: #DDDDDD;
}

.b-mySwiper {
    width: 100%;
    height: 100%;
}

.industry-b-row-r {
    width: 70%;
    position: relative;
}

.industry-b-row-r-img {
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
}

.industry-b-row-r-img-i {
    max-height: 5.3rem;
}

.industry-b-row-prev,
.industry-b-row-next {
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
}

.b-mySwiper-row {
    position: absolute;
    width: 100%;
    z-index: 9999999999;
    display: flex;
    justify-content: center;
    margin-top: .49rem;
}

.industry-b-row-prev img,
.industry-b-row-next img {
    width: fit-content;
    height: fit-content;
    margin: 0 .23rem;
}

.b-mySwiper-row .swiper-pagination {
    width: max-content !important;
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    position: static;
    transform: none !important;
}

.b-mySwiper-row .swiper-pagination .swiper-pagination-current {
    font-size: 0.28rem;
    font-weight: bold;
    color: #FFFFFF;
}

.b-mySwiper-row .swiper-pagination .swiper-pagination-total {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
}

.industry-b-row-l-list ul li.swiper-slide-thumb-active>a {
    font-size: 22px;
    font-weight: bold;
}

.industry-b-row-l-list ul li.swiper-slide-thumb-active>a::after {
    width: 0.3rem;
    height: 0.06rem;
    background: #FFFFFF;
    content: '';
    display: block;
    margin-left: .23rem;
    border-radius: 10px;
}

.industry-b-img {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.industry-b-img img {
    width: 100%;
    height: 100%;
    filter: blur(25px);
    transform: scale(1.1);
}

.industry-b-img>.title {
    display: none !important;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.2);
    font-family: arial;
    font-weight: bold;
    text-transform: uppercase;
    user-select: none;
}

.contact-b-t {
    width: 45%;
    text-align: left;
}

.contact-b-t>.title {
    font-size: 27px;
    font-weight: bold;
    color: #000000;
    line-height: 0.48rem;
}

.contact-b-t>.info {
    font-size: 0.2rem;
    font-weight: 500;
    color: #000000;
    line-height: 0.3rem;
}

.contact-b {
    width: 100%;
    margin: auto;
    padding: .74rem 0;
}


.contact-b-c-i {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: .24rem 10px;
    border-bottom: 1px solid #EEEEEE;
}

.contact-b-c-i:last-child {
    border-right: none;
}

.contact-b-c-i>.addtitle {
    margin-top: .1rem;
    /* min-height: 75px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
}

.contact-b-c {
    display: block;
    margin-top: .26rem;
}

.contact-b-c-i-t>.title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    margin-left: .1rem;
}

.contacts-map {
    width: 100%;
    height: 4rem;
}

.contacts-map-b {
    width: 50%;
    border: 1px solid #EEEEEE;
    padding: .11rem;
}

.about-b-r-menu-i.cur {
    animation: overturn 1s;
}

.recommendSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear
}


/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 40px
}

.thr3 a {
    line-height: 30px;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #00649F;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(0, 100, 159, 0.8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}

/* downmenu */

.develop-video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 30px 30px 30px;
    mix-blend-mode: screen;
    overflow: hidden;
}

.about-b-r-img {
    width: max-content;
    height: auto;
    object-fit: contain;
    margin-top: 3%;
}

.about-introduce-l {
    width: 40%;
    height: 100%;
}

.about-introduce-b {
    padding: 1.6rem 0 1.4rem;
    background: url(../images/bg-introduce.png)no-repeat center bottom;
    background-size: cover;
}

.about-introduce-l-t>.title {
    color: #008CDE;
}

.about-introduce-l-t>.name {
    color: #000;
}

.about-introduce-l-t>.name::after {
    background: #000;
}

.about-introduce-l-title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.about-introduce-menu {
    margin-top: .26rem;
}

.about-introduce-menu-i {
    width: calc(100% / 3);
}

.about-introduce-menu-i>.title {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    margin-left: 13px;
    white-space: nowrap;
}


.about-introduce-r-l>.title {
    width: 170px;
    font-size: 34px;
    font-weight: bold;
    color: #008CDE;
    padding: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-introduce-r-l {
    width: 340px;
    background: #fff;
}

.about-introduce-r-l-list .about-introduce-r-l-list-i {
    display: flex;
    align-items: center;
    font-size: 26px;
    text-align: center;
    font-weight: 500;
    color: #000000;
    position: relative;
    cursor: pointer;
}

.about-introduce-r-l-list {
    height: 3rem;
}

.about-introduce {
    position: relative;
    height: 100%;
}

.about-introduce-r-r-b {
    width: calc(100% - 170px);
    height: 100%;
    position: relative !important;
    margin-left: -170px !important;
    z-index: 0 !important;
}

.about-introduce-r-r>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-introduce-r {
    width: 60%;
    height: 100%;
    margin-left: .2rem;
}

.about-introduce-r-r-show {
    background: rgba(0, 0, 0, 0.6);
    padding: 24px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.about-introduce-r-l-list-i-show {
    width: 340px;
    height: 100%;
    background: #008CDE;
    opacity: 0.9;
    border-radius: 6px 48px 6px 48px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.about-introduce-r-l-list-i.cur .about-introduce-r-l-list-i-show {
    display: block;
}

.about-introduce-r-l-list-i.cur .about-introduce-r-l-list-i-title {
    display: none;
}

.about-introduce-r-l-list-i-show p {
    width: 50%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.about-introduce-r-l-list-i-show span {
    width: 0.04rem;
    height: 0.3rem;
    background: #FFFFFF;
    border-radius: 0.02rem;
}

.about-msg {
    padding: 3rem 0;
    background: url(../images/bg-about.png)no-repeat center center;
    background-size: cover;
}

.about-msg-r-info,
.about-msg-l-info {
    padding: .19rem .12rem .19rem 1.62rem;
    background: linear-gradient(90deg, transparent, #7D8593);
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 0 29px 29px 0;
    margin: .39rem 0;
    white-space: nowrap;
}

.about-msg-r-info {
    padding: .19rem 1.62rem .19rem .12rem;
    border-radius: 29px 0 0 29px;
    background: linear-gradient(90deg, #7D8593, transparent);
}

.about-msg-r,
.about-msg-l {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about-msg-r {
    align-items: flex-start;
}

.about-msg-l-menu-i {
    margin-left: 15px;
}

.about-msg-l-menu-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #000E27;
    margin-left: 9px;
    white-space: nowrap;
}

.about-msg-l>img {
    width: max-content;
    height: auto;
}

.about-msg-center {
    flex: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-msg-center>.title {
    font-size: 22px;
    font-weight: bold;
    color: #231815;
    line-height: 30px;
    margin-top: .32rem;
}

.about-introduce-r-l-list-i-title {
    width: 170px;
}

.about-introduce-r-l-list-i-show-r {
    width: 100%;
    height: 100%;
}

.about-msg-i.h5 {
    display: none;
}

.product-menu-i {
    width: calc(100% / 4);
    height: 3.56rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.product-menu-i:first-child .items-a {
    border-radius: 10px 0 0 10px;
}

.product-menu-i:last-child .items-a {
    border-radius: 0 10px 10px 0;
    border-right: none;
}

.product-menu-i>.items-b {
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .3s;
}

.product-menu {
    margin-top: -1.78rem;
    position: relative;
    z-index: 1;
}

.items-a {
    width: 100%;
    height: 2.59rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 25px 10px 40px 0px rgba(0, 0, 0, 0.15);
    transition: all ease-out .5s;
    border-right: 1px solid #E2E2E2;
}

.items-a>.t1 {
    font-size: 24px;
    font-weight: 800;
    color: #1B1B1B;
    margin-top: .34rem;
}

.items-b {
    position: absolute;
    transition: all ease-out .3s;
}

.product-menu-i:hover .items-a {
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .5s;
}

.product-menu-i:hover .items-b {
    visibility: visible;
    opacity: 1;
    transition: all ease-out .3s;
}

.items-b {
    width: 100%;
    height: 100%;
    padding: .64rem .32rem;
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.items-b>.t1 {
    font-size: 24px;
    font-weight: 800;
    color: #FFFFFF;
}

.items-b>.t2 {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: .3rem;
    max-height: 184px;
    overflow-x: hidden;
    overflow-y: auto;
}

.product-b {
    padding-top: 5%;
}

.product-b-t {
    text-align: center;
}

.product-b-t>.t1 {
    font-size: 60px;
    font-weight: 800;
    color: #000000;
    line-height: 60px;
}

.product-b-t>.t2 {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    margin-top: .38rem;
}

.product-b-c>.items>.items-con,
.product-b-c>.items>.items-img {
    width: 50%;
}

.product-b-c>.items>.items-img img,
.product-b-c>.items>.items-img {
    border-radius: 15px;
    overflow: hidden;
}

.product-b-c>.items>.items-con {
    padding: 0 .46rem;
}

.product-b-c>.items>.items-con>.t1 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}

.product-b-c>.items>.items-con>.t2 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-top: .3rem;
}

.product-b-c {
    margin-top: .99rem;
}

.product-b-c>.items {
    margin-bottom: .54rem;
}

.product-b-c>.items:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.product-b-c>.items:nth-child(even) .items-con {
    padding-left: 0;
}

.solution-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.solution-detail-b {
    padding: 1rem 0;
}

/*  new  */
@keyframes overturn {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -moz-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        -moz-transform: perspective(400px);
        transform: perspective(400px);
        opacity: 1
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes navOut {
    0% {

        transform: scale(1.05);
    }

    50% {
        transform: scale(1);
    }

    100% {

        transform: scale(1.05);
    }
}

@media (max-width: 1500px) {
    .banner-img-video-con>.title {
        font-size: 54px !important;
        line-height: 40px !important;
    }

    .about-introduce-r-l-list {
        height: 4rem;
    }
}

@media (max-width: 1024px) {

    .banner-model-left>.title,
    .banner-img-video-con>.title {
        font-size: 30px !important;
        line-height: 42px;
    }

    .banner-img-video-con>.t1,
    .banner-img-video-con>.info {
        font-size: 20px;
    }
}

@media (max-width:1500px) {
    .about-introduce-r-r-b {
        height: auto;
    }

    .mauto {
        width: 94%;
    }

    nav ul li {
        margin: 0 10px;
    }

    .logo {
        margin-right: 1rem;
    }

    .header-code {
        margin-left: 0.2rem;
    }
}

@media (max-width:1400px) {
    nav ul li {
        margin: 0 5px;
    }

    .public-tobody,
    .wrap {
        padding: 0 20px;
    }

    .public-tobody {
        width: 95%;
    }

    .industry-b-row-r {
        width: 80%;
    }

}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 5px;
    }
}

@media (max-width:1280px) {


    .about-msg-l-info {
        padding: 0.19rem 0.12rem 0.19rem 0.5rem;
        white-space: normal;
    }

    .about-msg-r-info {
        padding: .19rem .5rem .19rem .12rem;
        white-space: normal;
    }

    .about-msg-center {
        flex: 2;
    }

    .mauto {
        width: 95%;
    }

    .logo {
        margin-right: 0.4rem;
    }

    .about-b-r {
        padding-right: 0.5rem;
    }

    .industry-b-row {
        display: block;
    }

    .industry-b-row {
        height: auto;
    }

    .industry-b-row-r {
        width: 100%;
        margin-top: .5rem;
    }

    .industry-b-row-l-list {
        margin-top: .3rem;
    }

    .industry-b-row-l-list-i a {
        display: block;
    }

    .industry-b-row-l-list ul li.swiper-slide-thumb-active>a::after {
        margin-top: .1rem;
        margin-left: 0rem;
    }

    .industry-b-row-r-img {
        width: calc(100% - 2.5rem);
        margin-bottom: 1rem;
    }

    .industry-b-row-r-con-b {
        width: 4rem;
        height: 4rem;
    }

}

@media (max-width:1200px) {
    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    nav ul li>a {
        position: relative;
        min-width: 30px;
        margin-left: 10px;
        margin-right: 10px;
    }

    nav ul li .line {
        margin: 0 3px;
    }
}

@media (max-width:1200px) {


    .about-introduce-r {
        margin-top: 20px;
        margin-left: 0;
    }

    .about-introduce-r,
    .about-introduce-l {
        width: 100%;
    }

    .about-introduce {
        display: block;
    }

    .about-introduce-r-l-list-i-show p {
        font-size: 26px;
    }

    .public-footer-l-code {
        margin-right: 0.3rem;
        padding-right: 0.3rem;
    }

    .public-footer {
        width: 90%;
    }

    .public-footer-l,
    .public-footer-r {
        width: 50%;
    }

    .public-tobody-c {
        padding-left: .4rem;
        padding-right: .4rem;
    }

    .b-mySwiper-row {
        display: flex;
        justify-content: flex-end !important;
    }
}

@media (max-width:1100px) {
    nav ul li>a {
        position: relative;
        margin: 0 10px;
    }

}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: auto;
        right: 0;
        height: 70px;
        line-height: 70px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #fff
    }

    .header-m .m-menu-b::before {
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        /* display: flex;
        justify-content: space-between; */
        border-bottom: 1px solid #ebebeb;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .m-menu-box {
        width: 100%;
    }

    .m-menu-box a,
    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 70%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px;
    }

    .m-menu-icon {
        width: 30%;
        height: 50px;
        float: left;
    }

    .m-menu-box a::after,
    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active .m-menu-box a::after {
        border-color: #fff !important;
    }

    .header-m .nav>li.active .m-menu-box a {
        color: #fff;
    }

    .header-m .nav>li.active .m-menu-box,
    .header-m .nav>li.active>a {
        color: #fff;
        background: #008CDE
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #fff
    }

    html.active .header-m .m-menu-b::before {
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }

    .header-m.on {
        background: rgba(0, 0, 0, 0.6);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }
}

@media (max-width:1024px) {
    .about-b-r {
        position: relative;
        z-index: 1;
    }

    .about-b {
        position: relative;
    }

    .about-b::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .about-msg-center {
        display: block !important;
    }

    .about-msg-center>.title {
        font-size: 20px;
    }

    .about-msg-center {
        margin: 2rem 0;
        display: flex;
        flex-direction: row !important;
    }

    .about-msg-center>.title {
        margin-top: 10px;
        margin-left: 0px;
        text-align: center;
    }

    .about-msg-r-info,
    .about-msg-l-info {
        margin: 30px 0;
        border-radius: 29px;
        padding: .12rem .19rem;
        background: #7D8593 !important;
    }

    .about-msg-r,
    .about-msg-l {
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .about-msg-r,
    .about-msg-l {
        width: 100%;
    }

    .about-msg-i.pc {
        display: none;
    }

    .about-msg-i.h5 {
        display: block;
    }

    .about-introduce-r-l-list .about-introduce-r-l-list-i,
    .about-introduce-r-l-list-i-show p {
        font-size: 20px;
    }

    .about-introduce-r-l>.title {
        font-size: 30px;
    }

    .about-introduce-l-t>.name::after,
    .about-info-t>.name::after,
    .about-b-r-t>.name::after {
        margin-top: 0.1rem;
    }

    .about-introduce-b {
        padding: 1rem 0
    }

    .about-msg {
        padding: .5rem 0;
    }

    .about-msg-r-info,
    .about-msg-l-info {
        font-size: 18px;
    }

    .industry-b-row-r-con>.info {
        max-height: 200px;
    }

    .industry-b-row-l>.title {
        font-size: .3rem;
    }

    .industry-b-row-r-img {
        width: calc(100% - 35%);
    }

    .industry-b-row-r-con-b {
        width: 35%;
        height: auto;
        margin: 0;
    }

    .news-active>.day {
        margin: .25rem 0;
    }

    .news-active>.title {
        font-size: .3rem;
    }

    .news-nav-row {
        width: max-content;
    }

    .news-nav-l,
    .news-nav-r {
        width: 100%;
    }

    .news-nav-l {
        overflow-x: auto;
    }

    .news-nav-row-i {
        padding: .27rem;
    }

    .news-nav-r {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: .2rem 0;
    }

    .news-nav {
        display: flex;
        flex-direction: column-reverse;
    }

    .about-introduce-l-t>.title,
    .about-info-t>.title,
    .about-b-r-t>.title {
        font-size: .4rem;
    }

    .about-introduce-l-t>.name,
    .about-info-t>.name,
    .about-b-r-t>.name {
        font-size: 24px;
        margin: .1rem 0 .2rem;
    }

    .about-num,
    .about-b-r-menu {
        margin-top: .4rem;
    }

    .about-b-r {
        width: 90%;
        margin: auto;
        padding-right: 0;
    }

    .about-b-l {
        display: none;
    }

    .about-b {
        background: url(../images/img-join.png) rgba(0, 0, 0, 1) no-repeat center center;
        background-size: cover;
        padding: 1rem 0;
    }

    .logo {
        margin-right: 0;
    }

    .home-box {
        height: -webkit-calc(100% + 70px);
        height: -moz-calc(100% + 70px);
        height: calc(100% + 70px);
        margin-top: -70px;
    }

    .header-m {
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-m.mobile {
        background: #000;
    }

    .header-m.mobile.on {
        background: rgba(0, 0, 0, 0.6) !important;
    }

    .public-footer-b {
        padding-bottom: 90px;
    }

    .home-about-info {
        width: 80%;
        margin: auto;
    }

    .home-business-list-i {
        width: calc(100% / 3);
    }
}

@media (max-width:980px) {
    .public-footer-l {
        width: 100%;
    }

    .public-footer-r {
        display: none;
    }
}

@media (max-width:768px) {
    .contact-join .items {
        padding: .5rem 0 1.5rem !important;
    }

    .contact-join {
        background: url(../images/bg-join1.png)no-repeat center bottom !important;
        background-size: 100% 100% !important;
        position: relative;
    }

    .contact-join::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        display: none;
        background: rgba(0, 0, 0, .1);
    }

    .contact-join .items .items-i {
        margin: .5rem auto !important;
        position: relative;
        z-index: 1;
    }

    .banner-img-video-con>.t1 {
        margin-bottom: .1rem;
    }

    .home-business-mobile .type-list .type-list-i .list-i .t1 {
        font-size: 16px !important;
    }

    .solution-b>.list>.list-i>.clist {
        margin-top: 0.3rem;
    }

    .about-msg-l .about-msg-l-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .about-msg-r .about-msg-l-menu {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-msg-r-info,
    .about-msg-l-info {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    .about-msg-i.h5 {
        width: 100% !important;
    }

    .about-msg-l-menu-i {
        margin-left: 0;
    }

    .about-msg-center {
        margin: 1rem 0;
    }

    .about-introduce-r-l>.title {
        font-size: 22px;
    }

    .about-introduce-r-l {
        background: transparent;
    }

    .about-msg {
        padding: .5rem 0;
    }

    .about-introduce-menu-i>.title,
    .about-msg-r-info,
    .about-msg-l-info {
        font-size: 16px;
    }

    .about-msg-l {
        margin-bottom: 20px;
    }

    .about-introduce-r-l-list-i.cur .about-introduce-r-l-list-i-title {
        display: block;
    }

    .about-introduce-r-l-list-i.cur .about-introduce-r-l-list-i-title {
        color: #008CDE !important;
        font-weight: bold;
        font-size: 22px;
    }

    .about-introduce-r-l-list-i-show {
        display: none !important;
    }

    .about-introduce-r-l-list {
        height: auto;
        padding-bottom: 20px !important;
    }

    .about-introduce-r-l>.title {
        padding-left: 0;
        display: flex;
        justify-content: flex-start;
    }

    .about-introduce-r-r-b {
        margin-left: 0 !important;
    }

    .about-introduce-menu-i img {
        margin: auto;
        display: block;
    }

    .about-introduce-menu-i>.title {
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }

    .about-introduce-menu-i {
        margin: 10px 0;
    }

    .about-introduce-menu-i,
    .about-introduce-r-r-b,
    .about-introduce-r-l {
        width: 100%;
    }

    .about-introduce-menu-i,
    .about-introduce-r {
        display: block;
    }

    .news-list-null {
        font-size: 16px !important;
    }

    .industry-b-row-r-img-i img {
        object-fit: cover;
    }

    .industry-b-row-r-img-i {
        max-height: 3rem;
    }

    .about-box {
        /* overflow-x: hidden; */
    }

    .industry-b-img {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .industry-b-row {
        position: static;
        transform: none;
    }

    .news-list-row {
        background: #EEEEEE;
    }

    .about-b {
        position: relative;
    }

    .about-b::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .2);
        content: '';
    }

    .home-news-swiper .swiper-slide-active {
        transform: scale(1) !important;
    }

    .home-news-swiper .swiper-button-prev:after,
    .home-news-swiper .swiper-button-next:after {
        font-size: .4rem !important;
    }

    .home-news-swiper-con-b {
        padding: 0;
    }

    .home-business-btn>span {
        font-size: 14px;
        font-weight: 400;
    }

    .home-business-btn {
        padding: 0.18rem 0.32rem;
    }

    .home-about-b {
        background: url(../images/bg-b2.png) center calc(0% + 70px) / contain no-repeat rgb(0, 14, 36) !important;
    }

    .home-business-list-i-row1>.padlmc>.info {
        font-size: 14px;
    }

    .banner-img-video-con {
        position: absolute;
        top: 50%;
        left: 50% !important;
        transform: translateX(-50%) translateY(-50%) !important;
        text-align: left;
        z-index: 9;
        width: 90%;
    }

    .develop-video {
        height: 100%;
        object-fit: cover;
    }

    .home-business-list-i {
        margin-bottom: .3rem;
    }

    .home-news-swiper .swiper-slide-active .home-news-swiper-img img,
    .home-news-swiper .swiper-slide-active .home-news-swiper-img {
        max-height: 4rem;
        min-height: 4rem;
        object-fit: cover;
    }

    .home-business,
    .home-news-b-row {
        transform: none;
    }

    .home-business-list.mobile {
        display: block;
    }

    .home-business-list.pc {
        display: none;
    }

    .business-btn>span {
        margin-right: .2rem;
    }

    .home-swiper .swiper-pagination .swiper-pagination-current {
        font-size: 60px;
        line-height: normal;
        line-height: 30px;
    }

    .home-swiper .swiper-pagination {
        bottom: -5px !important;
    }

    .industry-b-img>.title {
        font-size: 1.1rem;
    }

    .industry-b-row-r-img {
        margin-top: .2rem;
    }

    .news-recommend-row-con>.info {
        margin-top: 0.05rem;
    }

    .industry-b-row-prev,
    .industry-b-row-next {
        font-size: 16px;
    }

    .news-active-back {
        font-size: 18px;
    }

    .recommendSwiper {
        margin-top: 0.3rem;
        padding-bottom: 0.4rem !important;
    }

    .news-active {
        padding-bottom: .2rem;
    }

    .industry-b-row-l>.title,
    .news-recommend>.title {
        font-size: .35rem;
    }

    .news-active-page-i.next {
        margin-top: .2rem;
    }

    .news-active-back.pc {
        display: none;
    }

    .news-active-back.mobile {
        display: block;
        width: max-content;
        margin: 0 auto;
        margin-top: .3rem !important;
    }

    .news-list-menu-search-btn {
        height: auto;
        min-height: auto;
    }

    .news-list-row-con-i>.day {
        font-size: 14px;
    }

    .news-nav-row-i {
        padding: .18rem 0.27rem;
    }

    .news-nav-row-i>.title,
    .news-nav-row-i:hover>.title,
    .news-nav-row-i.cur>.title {
        font-size: 16px;
    }

    .contacts-map-b {
        margin-top: 0;
    }

    .contact-b-c-i {
        width: 100%;
        /* border: none; */
        padding-top: 0;
        margin-bottom: 20px;
    }

    .contact-join .items,
    .contact-b-c {
        display: block;
    }

    .news-banner-i {
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%);
    }

    .about-b-r-title,
    .about-info-title {
        line-height: 26px;
    }

    .industry-b-row-r-con .title {
        font-size: 18px;
        line-height: normal;
    }

    .industry-b-row-r-con .info {
        max-height: none;
        line-height: 26px;
        margin-top: .1rem;
    }

    .industry-b-row-r-con-i {
        display: flex;
        align-items: center;
    }

    .industry-b-row-l-list {
        display: none !important;
    }

    .main-nav-m {
        display: block !important;
    }



    .b-mySwiper-row {
        margin-top: .2rem !important;
        display: flex;
        justify-content: center !important;
    }

    .industry-b-row {
        padding: .5rem 0.2rem 0rem !important;
    }

    .industry-b-row-r-img,
    .industry-b-row-r-con-b {
        width: 100% !important;
    }

    .industry-b-row-r {
        display: block;
        margin-top: 20px;
    }

    .news-recommend {
        margin-top: 0;
    }

    .news-active-back {
        margin: .2rem auto !important;
    }

    .news-active-page {
        display: block;
    }

    .news-active-con {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
    }

    .news-active-page-i,
    .news-active-page-i span {
        width: 100% !important;
    }

    .news-active-page-i {
        display: block !important;
    }

    .page-i {
        margin: 0;
    }

    .page-b-i {
        margin: 0 5px;
    }

    .news-list-row-con-i>.title {
        font-size: 18px;
    }

    .news-list-row-con-i>.info {
        line-height: normal;
    }

    .news-list-b {
        padding-bottom: 0.4rem;
    }

    .news-list-row-img {
        min-height: auto;
    }

    .news-list-row-i {
        padding-bottom: .25rem;
        margin-bottom: .25rem;
    }

    .news-list-row-con-i {
        margin-bottom: .2rem;
    }

    .news-list-row-con-i>.day {
        margin: .1rem 0 !important;
    }

    .news-list-row,
    .news-list-row-con {
        margin-top: .2rem;
    }

    .news-list-row-con,
    .news-list-row-img {
        width: 100%;
    }

    .news-list-row-i {
        display: block;
        background: #fff;
    }

    .news-list-menu {
        display: flex;
        justify-content: space-between;
    }

    .news-list-menu-search,
    .news-list-menu-i {
        width: 49%;
        margin: 0;
    }

    .news-list-menu-search>.inputs {
        width: 100%;
        min-width: auto;
    }

    .news-banner-i>.info {
        font-size: .26rem;
        margin-top: .15rem;
    }

    .news-active>.title,
    .news-banner-i>.title,
    .contact-b-t>.title {
        font-size: .35rem;
    }

    .contact-b {
        padding: .5rem 20px;
    }

    .about-b-r-menu-i {
        width: .9rem;
        min-width: .9rem;
    }

    .about-introduce-l-t>.name::after,
    .about-info-t>.name::after,
    .about-b-r-t>.name::after {
        margin-top: .1rem;
        margin-bottom: .2rem
    }

    .about-introduce-l-t>.name,
    .about-info-t>.name,
    .about-b-r-t>.name {
        font-size: 20px;
        margin: 0.1rem 0;
    }

    .home-about-num-i-t>.info {
        font-size: 14px;
    }

    .about-b-r {
        width: 90%;
        position: relative;
        z-index: 1;
    }

    .about-info-r {
        margin-top: .2rem;
        margin-left: 0;
    }

    .about-info-r,
    .about-info-l {
        width: 100%;
    }

    .about-info {
        padding: .5rem 20px !important;
        display: block;
    }

    .public-footer-b {
        padding-bottom: 0px;
    }

    .public-footer-filing {
        font-size: 14px;
    }

    .home-news-swiper-con>.con>.title {
        font-size: 16px;
    }

    .home-news-swiper {
        margin-bottom: .5rem;
    }

    .home-news-swiper .swiper-button-prev {
        left: 2% !important;
    }

    .home-news-swiper .swiper-button-next {
        right: 2% !important;
    }

    .home-news {
        width: 80%;
        margin: auto;
    }

    .home-about-con {
        margin: .5rem 0;
    }

    .home-business-list {
        margin-top: .3rem;
    }

    .home-news {
        margin-top: .5rem;
    }

    .home-business-list-i-row {
        padding: .4rem .2rem;
    }

    .home-business-list-i-row1>.padlmc>.info {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .home-about-info {
        width: 100%;
    }

    .home-business-list-i-row1>.padlmc>.title,
    .home-business-list-i-row>.lbmert>.title {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .home-business-list-i-row>.lbmert>.title,
    .home-about-num-i>.title {
        font-size: 14px;
    }

    .home-business-list-i-row1 {
        padding: 0.3rem 0.2rem 0.2rem;
    }

    .home-about-num-i>.title {
        margin-top: .1rem;
    }

    .banner-img.pc {
        display: none !important;
    }

    .banner-img.mobile {
        display: block !important;
    }

    .public-footer-l-info {
        width: 60%;
    }

    .public-footer {
        padding: 0.25rem 0;
    }

    .public-footer-l-info>.title {
        font-size: 14px;
        line-height: 24px;
    }

    .home-business-list-i-row1>.padlmc>.title,
    .public-footer-l-info-phone>.title {
        font-size: 16px;
    }

    .home-business-list-i {
        width: calc(100% / 2);
    }

    .home-business-list {
        margin-left: -0.4rem;
    }

    .home-business-list-i {
        padding-left: 0.4rem;
    }
}

@media (max-width:680px) {}

@media (max-width:580px) {
    .about-msg-l-menu-i>.title {
        font-size: 14px;
    }

    .about-introduce-r-r-show {
        padding: 15px;
    }

    .padlmc>.business-btn {
        transform: scale(.8);
    }

    .home-business-list-i-row1>.padlmc>.info {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .about-introduce-r-r-show * {
        font-size: 16px;
        -webkit-line-clamp: 1 !important;
    }
}


@media (min-width: 1024px) and (max-height: 850px) {
    .home-about-con {
        margin: .3rem 0;
    }

    .home-business-list,
    .home-news,
    .home-about-btn {
        margin-top: .3rem;
    }

    .home-business-list-i,
    .home-news-swiper {
        margin-bottom: .3rem;
    }

    .home-business-list-i-row {
        padding: .4rem .2rem;
    }

    .home-tool {
        bottom: 50%;
    }

    .home-news-b-row,
    .home-business {
        transform: scale(0.8);
    }

    .industry-b-row {
        transform: translateX(-50%) translateY(-50%) scale(0.8);
    }

}

/*   */
.header-code {
    position: relative;
}

.header-code-mode {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5rem;
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .5s;
}

.header-code:hover .header-code-mode {
    top: .5rem;
    visibility: visible;
    opacity: 1;
    transition: all ease-out .5s;
}

.banner-img-video {
    width: 100%;
    position: relative;
}

.banner-img-video-con {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    text-align: left !important;
    z-index: 9;
}

.news-list-null {
    width: max-content;
    text-align: center;
    font-size: 24px;
    color: #CCCCCC;
    margin: .5rem auto;
    margin-top: .2rem;
}

/* 2023/10/20 */
.why-title {
    font-size: 60px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 60px;
}

.why-info {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 30px;
}

.why-i:nth-child(odd) .why-i-top {
    width: 2.38rem;
    height: 2.38rem;
    min-width: 2.38rem;
    min-height: 2.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -1.2rem;
    margin-bottom: -1.34rem;
    position: relative;
    z-index: 1;
    background: url(../images/why-t1.png)no-repeat center center;
    background-size: contain;
}

.why-i:nth-child(even) .why-i-top {
    width: 2.38rem;
    height: 2.38rem;
    min-width: 2.38rem;
    min-height: 2.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: -1.2rem;
    margin-bottom: -1.34rem;
    position: relative;
    z-index: 1;
    background: url(../images/why-t2.png)no-repeat center center;
    background-size: contain;
}

.why-i-top>.t1 {
    font-size: 36px;
    font-weight: 800;
    color: #0071FF;
}

.why-i {
    padding: 1.07rem 0;
}

.why-i:nth-child(odd) {
    padding-left: 1.88rem;
    background: url(../images/bg-why.jpg)no-repeat bottom left;
    background-size: 10.56rem 2.9rem;
}

.why-i:nth-child(even) {
    padding-right: 1.88rem;
    background: url(../images/bg-why.jpg)no-repeat bottom right;
    background-size: 10.56rem 2.9rem;
}

.why-i:nth-child(even) .why-i-con {
    display: flex;
    flex-direction: row-reverse;
}

.why-i:nth-child(odd) .why-i-con>.left {
    width: 35%;
    display: flex;
    flex-direction: column;
    padding-left: .69rem;
}

.why-i:nth-child(even) .why-i-con>.left {
    width: 35%;
    display: flex;
    flex-direction: column;
    padding-right: .69rem;
}

.why-i-con>.left>.i1 {
    width: 0.74rem;
    height: auto;
}

.why-i-con>.left>.i2 {
    width: 4.45rem;
    height: auto;
    margin: .4rem 0;
}

.why-i-con>.left>p>.i2 {
    width: 4.45rem;
    height: auto;
    margin: .4rem 0;
}

.why-i-con>.left>.t2 {
    font-size: 34px;
    font-weight: 800;
    color: #2C2C2C;
    line-height: 34px;
    margin: .3rem 0;
}

.why-i-con>.left>.t1 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.why-i-con>.right {
    width: 65%;
    height: 6rem;
}

.why-i-con {
    background: #fff;
    box-shadow: 0px 0px 84px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0px 80px 0px 80px;
    overflow: hidden;
}

.why-i:nth-child(odd) .why-i-con>.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 80px 0 0;
}

.why-i:nth-child(even) .why-i-con>.right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 0 80px;
}

.why-b {
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

.solution-b>.list {
    padding-top: .89rem;
}

.solution-b>.list>.list-i>.t1 {
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    line-height: 48px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: .48rem;
}

.solution-b>.list>.list-i>.clist {
    margin-top: .71rem;
}

.clist-con>.t1 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
}

.clist-con>.t2 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: .23rem;
}

.clist-con {
    margin-left: .4rem;
}

.clist>.clist-i {
    width: 30%;
    margin-bottom: 1.5rem;
}

.clist>.clist-i>img {
    width: 0.88rem;
    height: 0.88rem;
    transition: all ease-out .3s;
}

.clist>.clist-i:hover>img {
    transform: rotateY(180deg);
    transition: all ease-out .3s;
}

.clist>.clist-i.nocontent {
    cursor: default;
}

.clist>.clist-i.nocontent:hover .clist-con>.t1 {
    color: #000000;
}

.clist>.clist-i:hover .clist-con>.t1 {
    color: #005FD7;
}

.clist::after {
    width: 30%;
    content: '';
}

.solution-mobile {
    background: #EFF3F6;
    padding: 1.28rem 0;
}

.solution-mobile>.items>.right,
.solution-mobile>.items>.leftSwiper {
    width: 50%;
}

.solution-mobile>.items>.right {
    padding: 0 .61rem;
}

.solution-mobile>.items>.right>.t1 {
    font-size: 48px;
    font-weight: 800;
    color: #000000;
    line-height: 50px;
}

.solution-mobile>.items>.right>.t2 {
    margin-top: .43rem;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
}

.solution-mobile>.items>.right>.t3 {
    font-size: 24px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
    margin: .3rem 0 0;
}

.leftSwiper-prev,
.leftSwiper-next {
    width: 0.61rem;
    height: 0.61rem;
    min-width: .61rem;
    min-height: .61rem;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.leftSwiper-next {
    left: auto;
    right: 5%;
}


.leftSwiper-img img,
.leftSwiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solution-mobile1 {
    background: #fff;
}

.solution-mobile1>.items {
    display: flex;
    flex-direction: row-reverse;
}

.news-banner-i1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.news-banner-i1>.top1 {}

.news-banner-i1>.top1>.t1 {
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 48px;
    margin-left: .13rem;
}

.news-banner-i1>.top2 {
    margin: .26rem 0 .36rem;
}

.news-banner-i1>.top3 {
    font-size: 60px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 60px;
    margin-top: .33rem;
}

.news-banner-i1>.top4 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: .33rem;
}

.banner-model-left,
.banner-model-right {
    width: 50%;
}

.banner-model-left {
    padding-right: 1.29rem;
}

.banner-model-left>.title {
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 60px;
    text-align: left;
}

.banner-model-left>.menu .menu-i img {
    width: max-content;
    height: max-content;
}

.banner-model-left>.menu {
    margin: .46rem 0;
}

.banner-model-left>.menu .menu-i .t1 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    margin-left: .15rem;
}

.banner-model-left>.info {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    text-align: left;
}

.banner-model-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-business-i>.items>.items-i,
.home-business-i>.items {
    width: 100%;
}

.home-business-i>.items:nth-child(1) {
    display: flex;
    align-items: flex-end;
}

.home-business-i>.items:nth-child(2) {
    padding-left: 0;
}

.home-business-i>.items:nth-child(1) .items-i-t {
    display: flex;
    justify-content: flex-end;
}

.home-business-i>.items:nth-child(2) .items-i-t {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.home-business-i .items-i-t {
    display: flex;
    align-items: flex-start;
}

.home-business-i .items-i-t img {
    width: max-content;
    height: max-content;
}

.home-business-i .items-i-t>.t1 {
    font-size: 60px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 60px;
    padding-top: .32rem;
}

.home-business-i .items-i .list {
    margin-top: .24rem;
}

.home-business-mobile .type-list .type-list-i .list-i,
.home-business-i .items-i .list>.list-i {
    width: calc(100% / 2);
    padding: .49rem 0;
    border: 1px solid #00378F;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, .33);
    transition: all ease-out .4s;
}

.home-business-mobile .type-list .type-list-i .list-i:hover,
.home-business-i .items-i .list>.list-i:hover {
    background: #00378F;
    transition: all ease-out .4s;
}

.home-business-mobile .type-list .type-list-i .list-i:hover img,
.home-business-i .items-i .list>.list-i:hover img {
    transform: rotateY(180deg);
    transition: all ease-out .2s;
}

.home-business-mobile .type-list .type-list-i .list-i .t1,
.home-business-i .items-i .list>.list-i>.t1 {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: .13rem;
}

.home-business-mobile .type-list .type-list-i .list-i img,
.home-business-i .items-i .list>.list-i img {
    transition: all ease-out .2s;
}

.home-business-mobile .type-list .type-list-r {
    display: none;
}

.home-business-i {
    height: 8rem;
    position: relative;
    z-index: 2;
}

.home-business-i>.items {
    margin: 0 1rem;
}

.footer-news-t>.t1 {
    font-size: 18px;
    font-weight: 800;
    color: #091A42;
}

.footer-news-t>.t2 {
    font-size: 16px;
    font-weight: 800;
    color: #B7BABC;
    margin-top: .2rem;
}

.footer-news-t {
    padding: .36rem 0 0 0;
}

.trusted-logos-group {
    margin-top: .2rem;
    margin-bottom: .36rem;
}

.footer-news {
    text-align: center;
}

.home-business-mobile {
    display: none;
    max-width: 768px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.home-business-mobile .type-b .type-i::after {
    width: max-content;
    height: 2px;
    background: transparent;
    content: '';
    display: block;
    margin-top: 10px;
    transition: all ease-out .3s;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.home-business-mobile .type-b .type-i.cur::after {
    width: 112px;
    height: 2px;
    background: #fff;
    content: '';
    display: block;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    transition: all ease-out .3s;
}

.home-business-mobile .type-b .type-i {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 .5rem;
}

.home-business-mobile .type-b .type-i:first-child::before {
    display: none;
}

.home-business-mobile .type-b::after {
    width: 1px;
    height: 28px;
    background: #fff;
    content: '';
    display: block;
    position: absolute;
    left: 50%;
}

.home-business-mobile .type-b {
    display: flex;
    justify-content: center;
}

.home-business-mobile .type-list {
    margin-top: .5rem;
}

.home-business-mobile .type-list .type-list-i {
    width: 100%;
}

.product-contact {
    padding: 2rem 0;
}

.product-contact-info {
    text-align: center;
}

.product-contact-info>.title {
    font-size: 60px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 70px;
}

.product-contact-info>.info {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin: .33rem 0;
}

.product-contact-info .home-more {
    margin: auto;
    margin-top: .3rem;
    background: #0071FF;
}

/* .product-contact-info .home-more:hover span {
    color: #fff !important;
} */

.contact-join {
    background: url(../images/bg-join.png)no-repeat center right;
    background-size: cover;
}

.contact-join .items {
    padding: 3rem 0;
}

.contact-join .items .items-i {
    width: max-content;
    height: 53px;
    background: rgba(255, 255, 255, 0.36);
    border-radius: 50px;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    margin-right: .33rem;
    padding: 0 .33rem;
    overflow: hidden;
    position: relative;
}

.contact-join .items .items-i img,
.contact-join .items .items-i span {
    position: relative;
    z-index: 1;
}

.contact-join .items .items-i::after {
    width: 0;
    height: 100%;
    background: rgba(0, 113, 255, .36);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    transition: all ease-out .4s;
}

.contact-join .items .items-i:hover::after {
    width: 100%;
    transition: all ease-out .4s;
}

.contact-join .items .items-i img {
    margin-left: 1.08rem;
    position: relative;
    animation: comeback 1s infinite;
}

.about-model-b {
    background: url(../images/bg-about3.png)no-repeat #F4F5F7 center left;
    background-size: contain;
}

.about-title,
.about-model-left>.title {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
    line-height: 48px;
}

.about-title::after,
.about-model-left>.title::after {
    width: 44px;
    height: 4px;
    background: #008CDE;
    content: '';
    display: block;
    margin-top: .25rem;
    margin-bottom: .4rem;
}

.about-model-left>.info {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.about-model {
    padding: 1.2rem 0;
}

.about-model-left {
    width: 40%;
}

.about-model-right {
    width: 50%;
}

.about-model-right-i {
    width: calc(100% / 2);
    margin: .5rem 0;
}

.about-model-right-i>.t1 .icon1,
.about-model-right-i>.t1 .nums {
    font-size: 120px;
    font-weight: bold;
    color: #008CDE;
    line-height: 120px;
}

.about-model-right-i>.t1 .icon {
    font-size: 48px;
    color: #008CDE;
    line-height: 48px;
    margin-top: auto;
}

.about-model-right-i>.t2 {
    font-size: 24px;
    font-weight: 500;
    color: #008CDE;
    margin-top: .2rem;
}

.about-team {
    padding: 1rem 0;
}

.about-team>.info {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.about-team-list-i {
    width: calc(100% / 3);
}

.about-team-list-i:nth-child(odd) {
    display: flex;
    flex-direction: column-reverse;
}

.about-team-list-img {
    width: 100%;
    height: 50%;
    object-fit: cover;

}

.about-team-list-con {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F5F7;
    padding: .7rem .5rem;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.about-team-list {
    height: fit-content;
    margin-top: .47rem;
}

.about-honor-b {
    background: #F4F5F7;
}

.about-knowledge,
.about-honor {
    padding: 1rem 0;
}

.manage-swiper-img {
    overflow: hidden;
    position: relative;
}

.manage-swiper-img>img {
    width: 100% !important;
    height: max-content !important;
}

.honor-swiper1 .manage-swiper-img::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .33);
}

.honor-swiper1 .swiper-slide.swiper-slide-active .manage-swiper-img::after {
    display: none !important;
}

.manage-swiper-img>.show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all ease-out .3s;
}

.manage-swiper-img>.show img {
    width: auto;
    height: max-content;
}

.honor-swiper .swiper-slide:hover .manage-swiper-img>.show {
    visibility: visible;
    opacity: 1;
    transition: all ease-out .3s;
}

.honor-swiper1 .swiper-slide .manage-swiper-title {
    display: none !important;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    text-align: center;
}

.honor-swiper1 .swiper-slide.swiper-slide-active {
    transform: scale(1.2) !important;
    padding: 3% 0;
}

.honor-swiper1 .swiper-slide.swiper-slide-active .manage-swiper-title {
    display: block !important;

}

.honor-swiper .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.honor-swiper {
    padding: 0 0 6% !important;
}

.honor-swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.manage-swiper-title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: .25rem;
}

.about-knowledge .left>.info {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.about-knowledge .msg {
    margin-top: .3rem;
}

.about-knowledge .msg>.t1 {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.about-knowledge .msg>.t2,
.about-knowledge .msg>.t3 {
    font-size: 30px;
    font-weight: bold;
    color: #008CDE;
}

.about-knowledge .right {
    width: 65%;
}

@media (max-width:1920px) {
    .home-business-i {
        height: 81%;
        position: relative;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        margin-top: auto;
        margin-bottom: auto;
    }
}

@media (max-width:1900px) {
    .news-banner-img.product {
        min-height: 7rem;
    }
}

@media (max-width:1700px) {
    .news-banner-i1>.top3 {
        font-size: 40px;
    }

    .news-banner-i1>.top1>.t1 {
        font-size: 40px;
    }
}

@media (max-width:1400px) {

    .about-model-right-i>.t1 .icon1,
    .about-model-right-i>.t1 .nums {
        font-size: 90px;
        font-weight: bold;
        color: #008CDE;
        line-height: 90px;
    }

    .contact-b {
        padding: 1rem 20px !important;
    }
}

@media (max-width:1280px) {

    .about-model-right-i>.t1 .icon1,
    .about-model-right-i>.t1 .nums {
        font-size: 70px;
        font-weight: bold;
        color: #008CDE;
        line-height: 70px;
    }

    .home-business-i .items-i-t>.t1 {
        font-size: 40px;
    }

    .news-banner-i1>.top2 {
        margin: 0.2rem 0 0.3rem;
    }

    .news-banner-i1>.top4 {
        margin-top: .2rem;
    }

    .news-banner-i1>.top4 {
        font-size: 20px;
    }

    .solution-mobile>.items>.right>.t1 {
        font-size: 30px;
        line-height: 30px;
    }

    .news-banner-i1>.top3,
    .why-i-top>.t1,
    .why-i-con>.left>.t2 {
        font-size: 30px;
    }

    .why-i:nth-child(odd) .why-i-top,
    .why-i:nth-child(even) .why-i-top {
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
        min-height: 2rem;
    }
}

@media (max-width:1200px) {
    .news-banner-i1>.top4 {
        margin-top: 0.1rem;
    }

    .news-banner-i1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-35%);
    }

    .news-banner-img.product {
        min-height: 5rem;
    }

    .product-menu {
        margin-top: 0;
    }

    .why-title {
        font-size: 30px;
        line-height: 32px;
    }

    .why-info {
        font-size: 20px;
        line-height: 22px;
    }

    .why-info {
        margin-top: 10px !important;
    }
}

@media (max-width: 1024px) {
    .contact-join .items {
        padding: 2rem 0;
    }

    .contact-b {
        padding: .6rem 20px !important;
    }

    .contact-b {
        display: block;
    }

    .contacts-map-b {
        margin-top: 20px;
    }

    .contacts-map-b,
    .contact-b-t {
        width: 100%;
    }

    .about-team-list-con,
    .about-team>.info {
        font-size: 16px;
    }

    .about-team-list-i,
    .about-team-list-i:nth-child(odd),
    .about-team-list {
        width: 100%;
        display: block;
    }

    .about-team-list-i {
        margin-bottom: 20px;
    }

    .about-team-list-i:last-child {
        margin-bottom: 0;
    }

    .about-model-right-i>.t2 {
        font-size: 22px;
    }

    .about-model-right-i>.t1 .icon {
        font-size: 30px;
        color: #008CDE;
        line-height: 30px;
        margin-top: auto;
    }

    .about-model-right-i>.t1 .icon1,
    .about-model-right-i>.t1 .nums {
        font-size: 50px;
        font-weight: bold;
        color: #008CDE;
        line-height: 50px;
    }

    .about-title,
    .about-model-left>.title {
        font-size: 30px;
        font-weight: bold;
        color: #000000;
        line-height: 40px;
    }

    .about-team-list-con {
        padding: .5rem;
    }

    .about-knowledge,
    .about-honor,
    .about-team,
    .about-model {
        padding: .6rem 0;
    }

    .product-contact {
        padding: 1rem 0;
    }

    .product-contact-info>.title {
        font-size: 32px;
        line-height: 32px;
    }

    .product-contact-info>.info {
        font-size: 20px;
    }

    .product-b-c {
        margin-top: .5rem;
    }

    .product-b-c>.items>.items-con>.t2 {
        margin-top: .2rem;
    }

    .product-b-c>.items>.items-con>.t1 {
        font-size: 20px;
    }

    .product-b-t>.t2 {
        font-size: 20px;
        line-height: 30px;
        margin-top: 0.3rem;
    }

    .product-b-t>.t1 {
        font-size: 30px;
        line-height: 30px;
    }

    .news-banner-i1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }

    .why-i:nth-child(odd),
    .why-i:nth-child(even) {
        padding: .5rem 20px;
    }

    .why-i:nth-child(even) .why-i-top,
    .why-i:nth-child(odd) .why-i-top {
        margin: 0;
    }

    .solution-mobile>.items>.right>.t3 {
        margin-top: .2rem;
    }

    .solution-mobile {
        padding: .5rem 0;
    }

    .solution-mobile>.items>.right>.t2 {
        margin-top: .2rem;
    }

    .solution-mobile>.items>.right {
        padding: 0;
        margin-top: 20px;
    }

    .solution-mobile>.items>.right,
    .solution-mobile>.items>.leftSwiper {
        width: 100%;
    }

    .solution-mobile>.items {
        display: block;
    }

    .home-business-mobile .type-list .type-list-i .list-i {
        padding: 0.4rem 0;
    }

    .banner-model-left>.menu {
        margin: 0.23rem 0;
    }

    .banner-model-left {
        padding-right: 0.5rem;
    }

    .solution-b>.list>.list-i>.t1,
    .banner-model-left>.title,
    .banner-img-video-con>.title {
        font-size: 30px !important;
        line-height: 42px;
    }

    .banner-img-video-con>.t1,
    .banner-img-video-con>.info {
        font-size: 20px;
    }

    .home-business-i {
        display: none;
    }

    .home-business-mobile {
        display: block;
    }

    .solution-b>.list>.list-i>.t1 {
        padding-bottom: .2rem;
    }

    .solution-b>.list {
        padding-top: .5rem;
    }

    .solution-b>.list>.list-i>.clist {
        margin-top: .5rem;
    }

    .clist>.clist-i {
        margin-bottom: 1rem;
    }
}

@media (max-width: 980px) {
    .clist>.clist-i {
        margin-bottom: .8rem;
    }

    .clist>.clist-i {
        width: 48%;
    }

    .clist::after {
        width: 48%;
        content: '';
    }

    .news-banner-i1 {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .news-banner-i1>.top3 {
        margin-top: .1rem;
    }

    .honor-swiper {
        padding: 0 0 10% !important;
    }

    .about-knowledge .msg>.t2,
    .about-knowledge .msg>.t3 {
        font-size: 20px;
    }

    .about-knowledge .msg {
        margin-top: 0.2rem;
    }

    .honor-swiper1 .swiper-slide.swiper-slide-active {
        transform: scale(1) !important;
        padding: 3% 0;
    }

    .about-knowledge .right {
        width: 100%;
        margin-top: 20px;
    }

    .about-knowledge {
        /* display: block; */
    }

    .about-team-list-con {
        padding: 0.3rem;
    }

    .about-model-left>.info {
        font-size: 16px;
    }

    .about-model-right-i {
        margin: 0.3rem 0 0.1rem;
    }

    .about-model-right-i>.t2 {
        font-size: 20px;
        margin-top: .1rem;
    }

    .about-model-right-i>.t1 .icon {
        font-size: 25px;
        color: #008CDE;
        line-height: 25px;
        margin-top: auto;
    }

    .about-model-right-i>.t1 .icon1,
    .about-model-right-i>.t1 .nums {
        font-size: 40px;
        font-weight: bold;
        color: #008CDE;
        line-height: 40px;
    }

    .about-title::after,
    .about-model-left>.title::after {
        width: 44px;
        height: 4px;
        background: #008CDE;
        content: '';
        display: block;
        margin-top: 0.15rem;
        margin-bottom: 0.3rem;
    }

    .about-title,
    .about-model-left>.title {
        font-size: 20px;
        font-weight: bold;
        color: #000000;
        line-height: 30px;
    }

    .about-model-right-i {
        margin: 0.3rem 0;
    }

    .about-knowledge,
    .about-honor,
    .about-team,
    .about-model {
        padding: .5rem 20px !important;
    }

    .about-model-right,
    .about-model-left {
        width: 100%;
    }

    .about-model {
        display: block;
    }

    .banner-img-video-con>.title {
        font-size: 22px !important;
        line-height: 24px;
    }

    .banner-img-video-con>.info {
        font-size: 18px !important;
        margin-top: .1rem;
    }

    .product-contact {
        padding: .6rem 0;
    }

    .product-contact-info>.title {
        font-size: 20px;
        line-height: 20px;
    }

    .product-contact-info>.info {
        font-size: 18px;
    }

    .clist>.clist-i {
        margin-bottom: 0.5rem;
    }

    .news-banner-i1>.top4 {
        line-height: 30px;
    }

    .news-banner-i1>.top3 {
        line-height: 30px;
    }

    .news-banner-i1>.top1>.t1 {
        font-size: 30px;
    }

    .items-b>.t1 {
        font-size: 20px;
    }

    .product-b-c>.items {
        margin-bottom: .3rem;
    }

    .product-b-c>.items>.items-con>.t2 {
        margin-top: 10px;
        line-height: 26px;
    }

    .product-b-c>.items>.items-con {
        padding: 0;
        margin-top: 10px;
    }

    .product-b-c>.items>.items-con,
    .product-b-c>.items>.items-img {
        width: 100%;
    }

    .product-b-c>.items:nth-child(even),
    .product-b-c>.items {
        display: block;
    }

    .product-b-t>.t2 {
        font-size: 18px;
    }

    .items-b>.t2 {
        margin-top: .2rem;
    }

    .items-a {
        display: none;
    }

    .product-menu-i {
        width: 100%;
        height: 3.3rem;
        margin-bottom: 20px;
    }

    .product-menu-i>.items-b {
        padding: .4rem;
        visibility: visible !important;
        opacity: 1 !important;
        transition: all ease-out .3s;
    }

    .product-menu {
        width: 100%;
        display: block;
        padding-top: 20px;
    }

    .product-b-c {
        margin-top: .3rem;
    }

    .product-b-t>.t2 {
        margin-top: 10px;
        line-height: 26px;
    }

    .why-i-con>.left>.i2 {
        display: block;
        margin: auto;
        margin: .2rem 0;
    }

    .why-i-con>.left>p>.i2 {
        display: block;
        margin: auto;
        margin: .2rem 0;
    }

    .why-i-con>.left>.t1 {
        font-size: 16px;
    }

    .why-i-top>.t1,
    .why-i-con>.left>.t2,
    .why-i-top>.t1 {
        font-size: 20px;
    }

    .why-i:nth-child(odd) .why-i-top,
    .why-i:nth-child(even) .why-i-top {
        width: 1.5rem;
        height: 1.5rem;
        min-width: 1.5rem;
        min-height: 1.5rem;
        margin: auto;
        margin-bottom: 10px;
    }

    .why-i-con>.left>.i1 {
        display: none;
    }

    .why-i-con,
    .why-i:nth-child(odd) .why-i-con>.right img,
    .why-i:nth-child(even) .why-i-con>.right img {
        border-radius: 0;
    }

    .why-i-con>.right {
        width: 100%;
        height: auto;
    }

    .why-i:nth-child(odd) .why-i-con>.left,
    .why-i:nth-child(even) .why-i-con>.left {
        width: 100%;
        padding: 20px;
    }

    .why-i-con,
    .why-i:nth-child(even) .why-i-con {
        display: block;
    }

    .news-banner-i1>.top4,
    .solution-mobile>.items>.right>.t3 {
        font-size: 18px;
    }

    .solution-mobile>.items>.right>.t1 {
        font-size: 20px;
        line-height: 22px;
    }

    .clist-con>.t2 {
        margin-top: .2rem;
    }

    .product-b-t>.t1,
    .items-a>.t1,
    .news-banner-i1>.top3,
    .solution-b>.list>.list-i>.t1,
    .clist-con>.t1 {
        font-size: 20px !important;
    }

    .clist-con {
        margin-left: .2rem;
    }

    .news-banner-i {
        width: 80%;
    }

    .why-title {
        font-size: .35rem;
    }

    .why-info {
        font-size: .26rem;
        line-height: normal;
        margin-top: 0.15rem;
    }
}

@media (max-width: 580px) {
    .about-model-right-i>.t2 {
        font-size: 18px;
    }

    .about-model-right-i>.t1 .icon {
        font-size: 20px;
        color: #008CDE;
        line-height: 20px;
        margin-top: auto;
    }

    .about-model-right-i>.t1 .icon1,
    .about-model-right-i>.t1 .nums {
        font-size: 30px;
        font-weight: bold;
        color: #008CDE;
        line-height: 30px;
    }

    .home-business-mobile .type-list .type-list-i .list-i .t1 {
        margin-top: 10px;
        margin-left: 0;
    }

    .home-business-mobile .type-list .type-list-i .list-i {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .items-b>.t2 {
        max-height: 95px;
    }

    .news-banner-i1>.top1>img {
        width: 20%;
    }

    .news-banner-i1>.top1>.t1 {
        font-size: 20px;
    }

    .news-banner-i1>.top4 {
        font-size: 16px;
    }

    .clist-con>.t1 {
        font-size: 18px !important;
    }

    .clist>.clist-i {
        width: 100%;
    }

    .clist::after {
        width: 100%;
        content: '';
    }
}

.swiper-button-lock {
    display: flex !important;
}
