/* @font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../css/sourcehansans.ttf)
} */

body {
    font-family: inherit;
    /* font-family: SourceHanSerifCN-Heavy !important; */
}

.mauto {
    width: 100%;
    max-width: 2400px;
    padding: 0 20px;
    margin: auto;
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    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 {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

/* .header.ons>.mauto {
    max-width: 1400px;
    margin: auto;
} */

/* 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
}

.logo {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
    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;
}

@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }
}

/* .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    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;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
} */

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 3px;
    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;
    min-width: 110px
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}


nav ul li:hover>a {
    color: #fff !important;
}

.header.active ul li:hover>a,
.header.on ul li:hover>a {
    color: #000 !important;
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    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;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #5692fc;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

nav ul li:nth-last-child(2):hover,
nav ul li:last-child:hover {
    background: transparent !important;
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 110px;
    left: 48%;
    padding: 10px 0;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

nav ul li .earth,
nav ul li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 90px;
    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: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none;
    margin: 0
}

.header.on nav ul li>a {
    color: #000;
}

.header-menu-i .earth::after,
.header-menu-i .search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search1.png) no-repeat center
}

.header-menu-i {
    height: 100%;
    min-width: 70px;
    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;
}

.header.active .search-btn::after,
.header.on .search-btn::after {
    background: url(../images/search.png) no-repeat center
}

.header.active .earth::after,
.header.on .earth::after {
    background: url(../images/earch.png) no-repeat center
}

.header-menu-i .earth::after {
    background: url(../images/earch1.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #5692fc
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 90px;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
}


.header.active,
.header.on,
.header.cur {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

.header.active nav ul li>a {
    color: #000;
}

/* .header-active::after, */
.header-active {}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #505050;
}

.header-search {
    width: 106px;
    height: 25px;
    border-bottom: 1px solid #CCCCCC;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*  new  */

.home-swiper .swiper-slide .video video {
    width: 100%;
    height: 100%;
}

.home-swiper .swiper-slide .table {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.home-swiper .swiper-pagination {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3% !important;
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    height: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 99 !important;
}

.banner {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.banner.no-bg {
    background: 0 0
}

.banner .table {
    display: table
}

.banner .table.pagination {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 2;
    display: table;
    bottom: 60px;
    top: auto;
    left: 0;
    width: 100%
}

.banner .table.pagination .tr .td {
    padding-bottom: 0
}

.banner .table .tr {
    display: table-row
}

.banner .table .tr .td {
    display: table-cell;
    vertical-align: middle
}

.banner .home-swiper {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner .home-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0 !important
}

.banner .home-swiper .swiper-slide-active {
    opacity: 1 !important
}

.banner .home-swiper .swiper-slide .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.banner .home-swiper .swiper-slide .video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner .home-swiper .swiper-slide .video .video-element video,
.banner .home-swiper .swiper-slide .video .video-element object {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.home-swiper-img-i img,
.home-swiper-img-i {
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-fit: cover;
    object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-img-i img {
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper-img-i.mobile,
.banner .home-swiper .swiper-slide .video.mobile {
    display: none;
}

.banner .home-swiper .swiper-slide .img-text {
    text-align: center
}

.banner .home-swiper .swiper-slide .text {
    font-size: 24px;
    text-align: center;
    color: #fff
}

.banner .home-swiper .swiper-slide.swiper-slide-active .image {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0)
}

.banner .home-swiper .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.banner .home-swiper .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.2) translate3d(0, 0, 0);
    -moz-transform: scale(1.2) translate3d(0, 0, 0);
    transform: scale(1.2) translate3d(0, 0, 0);
    -o-transition: all 6s linear;
    -moz-transition: all 6s linear;
    transition: all 6s linear;
    -webkit-transition: all 6s linear;
    -ms-transition: all 6s linear;
    vertical-align: top
}

.banner .swiper-pagination {
    width: 100%;
    line-height: 1;
    z-index: 99 !important;
}

.banner .swiper-pagination .swiper-pagination-bullet,
.banner .swiper-pagination span {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    border-radius: 50%;
    margin: 20px 0 !important;
    background-color: #BCB4C4;
    opacity: 1;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.banner .swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
.banner .swiper-pagination span.swiper-pagination-bullet-active,
.banner .swiper-pagination span.swiper-active-switch {
    opacity: 1;
    background-color: #fff;
    position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet::after {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    border: 2px solid #fff;
    border-color: #5692fc;
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.banner .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.banner .video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.banner .video .video-element video,
.banner .video .video-element object {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.banner .banner-bottom {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%
}

.banner .banner-bottom img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.banner .banner-text {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: normal
}

.banner .banner-text>div {
    position: absolute;
    max-width: 1600px;
    margin: 0 auto;
    left: 40px;
    right: 40px;
    height: 100%;
    top: 0;
    color: #fff;
    line-height: normal;
    text-align: center;
    text-shadow: 0 10px 8px rgba(0, 0, 0, .2);
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease
}

.banner .banner-text>div.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

.banner .banner-text__t1 {
    font-size: 68px;
    letter-spacing: .2em;
    text-indent: .2em
}

.banner .banner-text__t2 {
    font-size: 24px;
    padding: 10px 0 0
}

/* .business-tab::before {
    width: .45rem;
    height: .38rem;
    position: absolute;
    left: -7px;
    bottom: 85px;
    content: '';
    background: url(../images/icon-tab-l.png)no-repeat;
}

.business-tab::after {
    width: .45rem;
    height: .38rem;
    position: absolute;
    top: 85px;
    right: -7px;
    content: '';
    background: url(../images/icon-tab-r.png)no-repeat;
} */

/* .business-tab {
    z-index: 9;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    margin: 0 12px;
    background: url("../images/business-tab-bg-1.png") no-repeat center center;
    background-size: cover;
    width: 1182px;
    height: 132px;
    line-height: 1;
    transform-origin: bottom center;
    transition: opacity 300ms ease
} */


/* 
.business-tab__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms ease
}

.business-tab__bg.bg1 {
    background-image: url("../images/business-tab-bg-2.png")
}

.business-tab-item {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 110px;
    width: 481px;
    height: 132px;
    text-align: center;
    transition: left 300ms ease, opacity 300ms ease, transform 300ms ease
}

.business-tab-item:nth-child(2) {
    left: 591px
}

.business-tab-item__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: max-content;
    object-fit: contain;
}

.business-tab-item-space {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    height: 20px;
    margin-right: 20px
}

.business-tab-item-text {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    color: #fff
}

.business-tab-item-text>div:nth-child(1) {
    font-size: 36px;
    padding-bottom: 15px
}

.business-tab-item-text>div:nth-child(2) {
    font-size: 18px
}

.business-tab__arrow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.business-tab-i.cur+.business-tab__arrow {
    background: url("../images/business-tab-bg-1.png")no-repeat center center;
    opacity: 1;
    background-size: cover;
}

.business-tab-i.cur2+.business-tab__arrow {
    background: url("../images/business-tab-bg-1.png") no-repeat center center;
    opacity: 1;
    background-size: cover;
} */


.home-left-video {
    width: 5rem;
    height: 3.38rem;
    position: relative;


}

.home-left-video::after {
    width: 0.65rem;
    height: 0.65rem;
    min-width: .65rem;
    min-height: .65rem;
    background: url(../images/icon-play.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.home-msg-b,
.home-msg-a {
    height: 100%;
}

.home-msg-a {
    padding-left: .81rem;
    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;
}

.home-msg-b-left {
    padding: auto .81rem auto 0;
    border-bottom: 4px solid #5692fc;
}

.home-left-con {
    width: -webkit-calc(100% - 5.5rem);
    width: -moz-calc(100% - 5.5rem);
    width: calc(100% - 5.5rem);
}

.home-left {
    width: 60%;
}

.home-left-con-t-l,
.home-left-con-t {
    width: 100%;
}

.home-left-con-t-l>.title {
    font-size: 0.36rem;
    font-weight: 800;
    color: #000000;
}

.home-left-con-t-l>.title::after {
    width: 0.72rem;
    height: 2px;
    background: #5692fc;
    content: '';
    display: block;
    margin-top: .1rem;
}

.home-more {
    font-size: 16px;
    font-weight: 800;
    color: #5692fc;
}

.home-more img {
    margin-left: .09rem;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;
    position: relative;
}

.home-left-con-title {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 30px;
    margin: .25rem 0;
}

.home-about-num {
    position: relative;
    z-index: 1;
}

.home-about-num-i-t>.title {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 0.46rem;
    font-weight: 800;
    color: #5692fc;
    line-height: .48rem;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.home-about-num-i-t>.info {
    margin-left: .11rem;
    font-size: 16px;
    font-weight: 500;
    color: #5692fc;
}

.home-about-num-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #262626;
    margin-top: .2rem;
}

.home-about-num-i-t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.home-about-num-i {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
}

.home-right {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.home-right img {
    width: 90%;
    height: auto;
    display: block;
}

.home-msg-b {
    background: #F6F9FA;
}

.home-msg-b-i {
    height: 100%;
}

.home-msg-b-left {
    width: 60%;
    padding-left: .81rem;
    padding-right: .8rem;
    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;
    background: url(../images/bg-msg.png)no-repeat right bottom;
}

.home-msg-b-right {
    width: 40%;
    position: relative;
}

.home-msg-b-right img {
    -o-object-fit: cover;
    object-fit: cover;
}

.home-msg-b-left-b {
    width: 100%;
}

.home-msg-b-left-b>.title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 36px;
}


.industry-recommend-con>.title {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    line-height: 30px;
}

.industry-recommend {
    padding-bottom: 5%;
    -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.05);
}

.industry-recommend-img {
    width: 4.19rem;
    min-height: 2.35rem;
    position: relative;
    display: inline-table;
}

.industry-recommend-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.industry-recommend-con {
    width: -webkit-calc(100% - 4.69rem);
    width: -moz-calc(100% - 4.69rem);
    width: calc(100% - 4.69rem);
    padding-top: 3%;
    position: relative;
}

.industry-recommend-con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 24px;
    margin: .25rem 0;
}

.industry-pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.industry-recommend-b .swiper-pagination-current {
    font-size: 18px;
    color: #5692fc;
}

.industry-recommend-b .swiper-pagination {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: auto !important;
    right: 1% !important;
    bottom: 0 !important;
}

.industry-recommend-b {
    margin-top: .2rem;
}

.industry-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.home-page-box {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 2rem;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.industry-page .industry-button-next,
.industry-page .industry-button-prev {
    position: static !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.industry-button-prev,
.icon-product-next {
    width: .2rem;
    height: .2rem;
    min-width: 20px;
    min-height: 20px;
    display: block;
}

.home-page-box .swiper-pagination {
    position: static !important;
    margin: 0 .17rem;
}

.home-page-box .swiper-pagination span {
    margin: 0 .2rem;
}

.home-msg {
    height: -webkit-calc(100% - 91px);
    height: -moz-calc(100% - 91px);
    height: calc(100% - 91px);
    margin-top: 91px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.industry-recommend-time {
    position: absolute;
    top: 0;
    left: 0;
    background: #5692fc;
    padding: .13rem;
}

.industry-recommend-time>.t1 {
    font-size: 28px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
}

.industry-recommend-time>.t2 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}

.home-msg-b-right-con {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
}

.home-msg-b-right-con>.title {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
}

.home-msg-b-right-con>.title::after {
    width: 0.72rem;
    height: 2px;
    background: #fff;
    margin: .27rem 0 .4rem;
    content: '';
    display: block;
}

.home-msg-b-right-con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
}

.public-footer-b {
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.09);
    z-index: 1;
    overflow-x: hidden;
}

.public-footer {
    max-width: 1300px;
    width: 100%;
    margin: auto;
    padding: .73rem 0;
}

.public-footer-filing {
    width: 100%;
    padding: .3rem 0;
    font-size: 14px;
    font-weight: 400;
    color: #CCCCCC;
    text-align: center;
    background: #F0F0F0;
    word-break: inherit;
}

.public-footer-l-i {}

.public-footer-l-i>.title {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    line-height: 21px;
    margin-bottom: .3rem;
}

.public-footer-l-i>.info {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
    line-height: 36px;
    display: block;
}

.public-footer-l-i>.info:hover {
    color: #5692fc;
}

.public-footer-l {
    width: 45%;
}

.public-footer-r-phone>.title {
    font-size: 24px;
    font-weight: 800;
    color: #365FDA;
    line-height: 36px;
    margin-left: .09rem;
}

.public-footer-r-info * {
    font-size: 0.16rem;
    font-weight: 500;
    color: #000000;
    line-height: 0.24rem;
}

.public-footer-r-phone {
    margin-top: .33rem;
}

.public-footer-r-code>.title {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-top: .12rem;
}

.public-footer-r-code {
    text-align: center;
}

.public-footer-r-code-i {
    width: 1.39rem;
    height: 1.39rem;
    min-width: 1.39rem;
    min-height: 1.39rem;
}

.public-footer-r {
    width: 35%;
}

.header.active .logo .i1,
.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.active .logo .i2,
.header.on .logo .i2 {
    display: block;
}

.logo-b {
    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;
}

.header.on .logo-b>.title,
.header.active .logo-b>.title {
    color: #000;
}

.logo-b>.title {
    font-weight: 500;
    color: #FFFFFF;
    margin-top: .2rem;
    margin-left: .15rem;
}

.logo-b>.title .code {
    font-size: 16px;
}

.logo-b>.title .nums {
    font-size: 18px;
}

.home-swiper-mobile-con {
    display: none;
}

.home-swiper-mobile-con>.title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.home-swiper-text {
    width: 90% !important;
    height: 90% !important;
    z-index: 9 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

.home-tag {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    position: absolute;
    right: 100px;
    bottom: 0;
    color: #fff;
    z-index: 9;
    font-size: 20px;
}

.home-tag::after {
    width: 1px;
    height: 1rem;
    background: #fff;
    content: '';
    display: inline-block;
}

.public-nav-banner>img,
.public-nav-banner {
    width: 100%;
    min-height: 7.26rem;
}

.public-nav-banner {
    position: relative;
    overflow: hidden;
}

.public-nav-banner>img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-animation: zoomOut 7s forwards;
    -moz-animation: zoomOut 7s forwards;
    -o-animation: zoomOut 7s forwards;
    animation: zoomOut 7s forwards;
}

.public-nav-left {
    width: 5.35rem;
    height: 100%;
    background: rgba(86, 146, 252, .8);
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.public-nav-left-i>img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-left: .2rem;
    display: none;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;
    position: relative;
}

.public-nav-left-i {
    width: 1.5rem;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 72px;
}

.public-nav-left-i:hover {
    font-size: 18px;
}

.public-nav-left-i.cur {
    font-size: 18px;
    font-weight: 800;
}

.public-nav-left-i.cur>img {
    display: block;
}

.public-con {
    width: 100%;
    background: #fff;
    border-radius: 50px 50px 0 0;
    margin-top: -.8rem;
    position: relative;
    z-index: 1;
    padding-top: 1rem;
}

.about-t {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    text-align: center;
}

.about-t>.title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
}

.about-t>.title::after {
    width: 0.75rem;
    height: 0.04rem;
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: .28rem;
    background: #5692FC;
}

.about-info {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 30px;
    margin-top: .8rem;
    margin-bottom: .91rem;
}

.public-tobody {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.about-b {
    position: relative;
}

.about-b::before {
    width: 4.41rem;
    height: 4.81rem;
    background: url(../images/bg-about1.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}

.about-b::after {
    width: 4.77rem;
    height: 5.5rem;
    background: url(../images/bg-about2.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}


.about-i .home-about-num-i {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.about-i {
    padding-bottom: 1.53rem;
}

.nav-info {
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nav-info>.title {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: .3rem;
}

.nav-info>.info {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
}

.leader-t>.title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
}

.leader-t>.title::after {
    width: 0.75rem;
    height: 0.04rem;
    content: '';
    background: url(../images/bg-leader.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    display: block;
    margin-top: .18rem;
}

.bullshit-b {
    width: 100%;
    background: url(../images/bg-leader1.png)no-repeat center bottom;
    -o-background-size: cover;
    background-size: cover;
}

.bullshit-b .leader-i * {
    -webkit-line-clamp: 100 !important;
}

.leader-i-logo {
    margin: .43rem 0 .39rem;
}

.leader-info *,
.leader-info {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 30px;
}

.leader-signature {
    margin-top: .5rem;
    margin-left: auto;
    display: block;
}

.leader-i {
    padding-bottom: .72rem;
}

.nav-business,
.nav-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.nav-msg-title {
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: .2rem;
}

.business-i-con {
    padding: 0.8rem;
}

.business-i-con>.title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
}

.business-i-con>.info {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
    margin: .2rem 0 .3rem;
}

.business-i-con>.info1 {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 30px;
}

.business-i-img,
.business-i-con {
    width: 50%;
}

.business-i {
    margin-bottom: .64rem;
}

.business-i:last-child {
    margin-bottom: 0;
}

.business-i:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.business-b {
    padding-bottom: 1rem;
}

.develop-b-i {
    border-left: 3px solid #ECECEC;
    padding: 0 .46rem;
    margin: .2rem .3rem;
    margin-right: 0;
    position: relative;
}

.develop-b-i::before {
    width: 0.35rem;
    height: 0.35rem;
    min-width: .35rem;
    min-height: .35rem;
    content: '';
    position: absolute;
    top: -.1rem;
    left: -.19rem;
    background: url(../images/icon-develop1.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    z-index: 2;
}

.develop-b-i::after {
    width: 0.23rem;
    height: 0.23rem;
    min-width: 0.23rem;
    min-height: 0.23rem;
    content: '';
    position: absolute;
    left: -.13rem;
    bottom: -.1rem;
    background: url(../images/icon-develop2.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    z-index: 2;
}

.develop-b-i-title {
    font-size: 48px;
    font-weight: 400;
    color: #5692FC;
    font-family: Impact;
    line-height: 48px;
    margin-bottom: .47rem;
}

.develop-b-i-info *,
.develop-b-i-info {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 30px;
}

.develop-b {
    height: 6.5rem;
    background: url(../images/bg-develop.png)no-repeat center bottom;
    margin-bottom: 1rem;
}

.develop-swiper:hover {
    cursor: url(../images/img-develop-logo.png), auto;
}

.develop-swiper .swiper-slide:nth-child(odd)>.develop-b-i {
    height: 4rem;
}

.develop-swiper .swiper-slide:nth-child(even)>.develop-b-i {
    height: 4.89rem;
}

.develop-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.company-b-img {
    width: 7.08rem;
    min-height: 4.17rem;
}

.company-b-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.company-b-con {
    width: -webkit-calc(100% - 7.6rem);
    width: -moz-calc(100% - 7.6rem);
    width: calc(100% - 7.6rem);
}

.company-b-con>.title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
}

.company-b-con>.title::after {
    width: 0.75rem;
    height: 0.04rem;
    background: url(../images/bg-leader.png)no-repeat;
    -o-background-size: contain;
    background-size: contain;
    content: '';
    display: block;
    margin: .23rem 0 .4rem;
}

.company-b-con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 36px;
}

.company-b-i {
    margin-bottom: 1rem;
}

.company-list-i:hover .company-list-i-l .con>.title {
    color: #5692FC;
}

.contact-box {
    background: url(../images/bg-contact1.png)no-repeat left center;
    -o-background-size: 5.33rem auto;
    background-size: 5.33rem auto;
}

.contact-b {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.company-diagram img {
    width: 100%;
}

.company-diagram {
    width: 100%;
    min-height: 7.72rem;
}

.company-list-i {
    padding-right: .52rem;
    padding-bottom: .34rem;
    margin-bottom: .34rem;
    border-bottom: 1px solid #E6E6E6;
}

.company-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.company-list-i-l .day {
    width: 0.66rem;
    height: 0.72rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(86, 146, 252, .08);
}

.company-list-i-l .day>.title {
    font-size: 30px;
    font-weight: 500;
    color: rgb(86, 146, 252);
    line-height: 36px;
}

.company-list-i-l .day>.info {
    font-size: 16px;
    font-weight: 500;
    color: #5692FC;
    line-height: 20px;
}

.company-list-i-l .con {
    width: -webkit-calc(100% - 1rem);
    width: -moz-calc(100% - 1rem);
    width: calc(100% - 1rem);
}

.company-list-i-l .con>.title {
    font-size: 0.2rem;
    font-weight: 500;
    color: #3B3B3B;
}

.company-list-i-l .con>.info {
    font-size: 16px;
    font-weight: 500;
    color: #999999;
}

.company-list-i-r {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.company-list-i-r>.title {
    font-size: 16px;
    font-weight: 500;
    color: #5692FC;
    margin-left: .13rem;
}

.company-list-i-l {
    width: 90%;
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    border: 1px solid #CCCCCC;
    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: #ffffff;
    background: #5692FC;
}

.page-i:hover>.i1,
.page-i>.i2 {
    display: none;
}

.page-i:hover>.i2 {
    display: block;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: .5rem;
}

.page-b {
    margin: 0 15px;
}

.vote-list-i {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
    height: 2.56rem;
    padding-left: .27rem;
}

.contact-box-i,
.vote-b {
    padding-bottom: 1rem;
}

.vote-list {
    margin-left: -.27rem;
}

.vote-list-i-row {
    position: relative;
}

.vote-list-i-row>.title {
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    position: absolute;
    left: 6%;
    bottom: 8%;
}

.vote-list-i-row img {
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-contact {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/bg-contact.png)no-repeat center center;
    -o-background-size: contain;
    background-size: contain;
    text-align: center;
    padding: .2rem .71rem;
}

.nav-contact>.title {
    font-size: 48px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    white-space: nowrap;
}

.nav-contact>.info {
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 45px;
    text-transform: uppercase;
}

.contact-i>.title {
    font-size: 16px;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 49px;
    margin-left: .31rem;
}

.contacts-map {
    width: 7rem;
    height: 4.95rem;
}

.contact-info {
    padding: .72rem 0;
    background: #F2F4F8;
}

.contact-info-i>.title {
    font-size: 24px;
    font-weight: bold;
    color: #232323;
    line-height: 40px;
}

.lx-i-inpit-a .lx-i-inpit-i {
    width: 49%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}

.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #5692FC;
    border-radius: 10px;
    padding: .19rem .8rem;
    margin: auto;
}

.lx-i-inpit-btn {
    background-color: #5692FC;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lx-box {
    margin-top: .45rem;
}

.download-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.download-menu-i {
    font-size: 18px;
    font-weight: 500;
    color: #4C4C4C;
    margin-right: .44rem;
    padding-bottom: 0.09rem;
}

.download-menu-i:hover {
    color: #5692FC;
    font-size: 20px;
}

.download-list {
    margin-top: .6rem;
    padding-bottom: 1rem;
}

.download-menu-i:last-child {
    margin-right: 0;
}

.download-menu-i.cur {
    font-size: 36px;
    font-weight: 800;
    color: #5692FC;
    line-height: 30px;
}

.download-menu-i.cur::after {
    width: inherit;
    height: 4px;
    background: #5692FC;
    content: '';
    display: block;
    margin-top: 0.09rem;
}

.health-box {
    padding-bottom: 1rem;
}

.health-b {
    width: 100%;

}

.health-b::after {
    width: 32%;
    content: '';
}

.health-i {
    width: 32%;
    background: #fff;
    padding-bottom: .3rem;
    position: relative;
    margin-bottom: .45rem;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(30, 78, 183, 0.08);
    box-shadow: 0px 0px 35px 0px rgba(30, 78, 183, 0.08);
}

.health-con .day {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}

.health-con>.title {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: 27px;
}

.health-img {
    width: 100%;
    height: 100%;
    min-height: 2.7rem;
    max-height: 2.7rem;
    border-radius: 20px 20px 0 0;
}

.health-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.health-con {
    padding: 0 .36rem;
    margin-top: .3rem;
}

.health-con-img {
    width: 100%;
    margin-top: 5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.health-i::after {
    width: 0%;
    height: 3px;
    background: #5692FC;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;

}

.health-i:hover::after,
.health-i:hover .health-con-img {
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.health-i:hover {
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.08);
}


.health-i:hover .health-con-img .i1,
.health-con-img .i2 {
    display: none;
}

.health-i:hover .health-con-img .i2 {
    display: block;
}

.nav-business>.title {
    font-size: 48px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
}

.nav-business>.info {
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: .3rem;
}

.area-b-i-r {
    width: 6.03rem;
    height: 100%;
    min-height: 4.31rem;
    border-radius: 30px;
    overflow: hidden;
}

.area-b-i-r img {
    border-radius: 30px;
    overflow: hidden;
}

.area-b-i-l {
    width: -webkit-calc(100% - 7.5rem);
    width: -moz-calc(100% - 7.5rem);
    width: calc(100% - 7.5rem);
}

.area-b-i-l>.title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 28px;
    margin-bottom: .2rem;
}

.area-b-i-l>.info {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #646464;
}

.area-more {
    font-size: 16px;
    font-weight: 800;
    color: #5692FC;
    line-height: 36px;
    margin-top: .58rem;
}

.area-more img {
    margin-left: .25rem;
    position: relative;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;
}

.area-b-i {
    border-bottom: 1px dashed #646464;
    padding-bottom: .74rem;
    margin-bottom: .74rem;
}

.arealist-video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 30px 30px 30px;
    mix-blend-mode: screen;
    overflow: hidden;
}

.arealist-box::before {
    background: url(../images/bg-business-videobg.png)no-repeat center bottom;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.8;
}

.area-b-i:last-child {
    border: none;
    padding-bottom: 0;
}

.area-b-i:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.arealist-b {
    position: relative;
    z-index: 3;
}

.arealist-box {
    padding: 3rem 0;
    background: url(../images/bg-business-videobg.png)no-repeat center bottom;
    -o-background-size: 100%;
    background-size: 100%;
    position: relative;
    overflow: hidden;
}

.arealist-b-i-t {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.arealist-b-i-t>img {
    min-height: 3.87rem;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.arealist-b-i {
    width: 48%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.arealist-b-i.cur .arealist-b-i-t-info img {
    display: block;
}

.arealist-b-i-t-info {
    position: absolute;
    left: 50%;
    bottom: 10%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
}

.arealist-b-i-t-info>.title {
    font-size: 36px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
}

.arealist-b-i-t-info img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: none;
}

.arealist-b-i-b {
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.15));
    background: -moz-linear-gradient(transparent, rgba(255, 255, 255, 0.15));
    background: -o-linear-gradient(transparent, rgba(255, 255, 255, 0.15));
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.15));
    border-radius: 0.25rem;
    padding: .5rem;
    margin-top: .11rem;
    display: none;
    position: absolute;
}

.arealist-b-i-b>.title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
}

.honor-b {
    height: 100%;
    max-height: 10rem;
}

.honor-b-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 5%;
}

.honor-b-l-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/bg-honor-line.png)no-repeat;
}

.honor-b-l-swiper-i {
    width: 1.26rem;
    height: 1.26rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #5692FC;
    border-radius: 50%;
}

.honor-b-l-swiper-i>.title {
    font-size: 30px;
    font-weight: 400;
    font-family: Impact;
    color: #FFFFFF;
    line-height: 30px;
}

.honor-b-l-swiper .swiper-slide.swiper-slide-active .honor-b-l-swiper-i {
    width: 5.33rem;
    height: 5.33rem;
    background: url(../images/bg-honor.png)no-repeat;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;

}

.honor-b-l-swiper .swiper-slide {
    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;
    padding-left: 1rem;
}

.honor-b-l-swiper .swiper-slide.swiper-slide-active {
    padding-left: 0;
}

.honor-b-l-swiper .swiper-slide.swiper-slide-active .honor-b-l-swiper-i>.title {
    font-size: 72px;
}

.honor-swiper {
    height: 100%;

}

.honor-b-r {
    width: 55%;
    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;
    background: url(../images/bg-honor1.png) no-repeat center bottom;
    -o-background-size: cover;
    background-size: cover;
}

.honor-swiper-i>.title {
    font-size: 72px;
    font-family: Impact;
    font-weight: 400;
    color: #5692FC;
    line-height: 72px;
}

.honor-swiper-i>.title::after {
    width: 0.75rem;
    height: 0.04rem;
    background: url(../images/bg-leader.png)no-repeat;
    content: '';
    margin-top: .37rem;
    display: block;
}

.honor-swiper-i-con {
    width: 100%;
    height: 100%;
    padding: .67rem .48rem;
    background: -webkit-gradient(linear, left top, right top, from(#F5F7FB), color-stop(transparent), to(transparent));
    background: -webkit-linear-gradient(left, #F5F7FB, transparent, transparent);
    background: -moz-linear-gradient(left, #F5F7FB, transparent, transparent);
    background: -o-linear-gradient(left, #F5F7FB, transparent, transparent);
    background: linear-gradient(90deg, #F5F7FB, transparent, transparent);
    -o-background-size: cover;
    background-size: cover;
}

.honor-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.honor-swiper-i {
    width: 100%;
    height: 70%;
}

.honor-swiper-i-con * {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

/* .honor-swiper-i-con>p, */
.honor-swiper-i-con>.title {
    font-size: 16px;
    font-weight: 500;
    color: #383838;
    line-height: 24px;
    margin-bottom: .2rem;
    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;
}

/* .honor-swiper-i-con>p::before, */
.honor-swiper-i-con>.title::before {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    border-radius: 50%;
    border: 1px solid #D1D8ED;
    content: '';
    display: block;
    margin-right: .2rem;
}

.news-detail-box {
    margin-top: .36rem;
    padding-bottom: 1rem;
}

.news-detail-b-row {
    width: -webkit-calc(100% - 2.87rem);
    width: -moz-calc(100% - 2.87rem);
    width: calc(100% - 2.87rem);
    padding: .54rem .62rem;
    border-top: 1px solid rgb(86, 146, 252);
    background: #ffffff;
}

.news-detail-b {
    padding: .41rem 0 .6rem;
}

.news-detail-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .1rem;
}

.news-detail-share-i {
    margin: 0 5px;
}

.news-detail-menu>.info {
    font-size: 16px;
    font-weight: 500;
    color: #ADADAD;
    margin: 0 2% 0 0;
}

.news-detail-share {
    margin: 0 2%;
}

.news-detail-b-row-top {
    position: relative;
    text-align: center;
    padding: 0 .24rem;
    padding-bottom: 3%;
    border-bottom: 1px solid #D8D8D8;
}

.news-detail-b-row-top>.title {
    font-size: 30px;
    font-weight: bold;
    color: #393939;
    text-align: left;
}


.news-detail-con {
    padding: .37rem .29rem;
    line-height: 30px;
}

.news-detail-con a,
.news-detail-con em,
.news-detail-con i,
.news-detail-con span {
    display: inline;
}

.news-detail-con img {
    margin: 1% auto;
    height: auto;
    display: block;
}

.news-detail-con-img {
    margin: auto;
    display: block;
}

.news-detail-con-title {
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
    line-height: 36px;
}

.news-detail-page-l-prev,
.news-detail-page-l-next {
    font-size: 16px;
    margin: 3% 0;
    display: block;
    font-weight: bold;
    color: #7D7D7D;
}

.news-detail-page-l-prev:hover,
.news-detail-page-l-next:hover {
    color: #5692FC;
}

.news-detail-page {
    margin: 0 .29rem;
    background: #F9F9F9;
    padding: .35rem .47rem;
}

.news-detail-page-r {
    max-width: 170px;
    width: 100%;
    height: 48px;
    background: #5692FC;
}

.news-detail-page-r>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 7px;
}

.news-detail-b-recommend {
    width: 2.67rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: .3rem .28rem;
    background: #fff;
}

.news-detail-b-recommend-t>.title {
    font-size: 18px;
    font-weight: 400;
    color: #5692FC;
    margin-left: 12px;
}

.news-detail-b-recommend-list-i>.title {
    font-size: 14px;
    font-weight: 400;
    color: #9D9D9D;
    line-height: 24px;
}

.news-detail-b-recommend-list-i>.info {
    font-size: 14px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 24px;
}

.news-detail-b-recommend-list {
    margin-top: .27rem;
}

.news-detail-b-recommend-list-i {
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: .2rem;
    margin-bottom: .2rem;
}

.news-detail-b-recommend-list-i:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.develop-h5 {
    display: none;
}

.develop-h5 .develop-b-i {
    padding-bottom: .4rem;
    margin-top: 0 !important;
    margin-bottom: .0rem !important;
}

.honor-b-mobile {
    display: none;
    padding: 0 20px;
}

.honor-b-mobile .honor-swiper-i>.title {
    font-size: 50px;
}

.honor-b-mobile .honor-swiper-i>.title::after {
    margin-top: 0.1rem;
}

.honor-b-mobile .honor-swiper-i-con {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    background: #fafafa !important;
}

.honor-b-mobile .honor-swiper-i {
    margin-bottom: 20px;
}

/* .signature-b {
    display: flex;
    justify-content: flex-end;
}

.signature-line {
    width: 100px;
    height: 1px;
    background: #000;
}

.signature-name {
    font-size: 30px;
} */
.leader-b-l {
    padding-top: 78px;
    width: 5.35rem;
    background: #ECEFF5;
}

.leader-b-l>.items {
    width: 50%;
    margin-left: auto;
}

.leader-b-l>.items .items-i {
    width: 100%;
    padding: 29px 0;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leader-b-l>.items .items-i.cur::after {
    display: block;
}

.leader-b-l>.items .items-i::after {
    width: 7px;
    height: 14px;
    background: url(../images/icon-leader-r.png)no-repeat;
    background-size: contain;
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: -7px;
    transform: translateY(-50%);
}

.leader-b-l>.items .items-i.cur {
    background: #5692FC;
    color: #FFFFFF;
}

.leader-b-r {
    width: calc(100% - 5.35rem);
    background: #fff;
    padding-top: 78px;
    padding-left: 48px;
    padding-right: 48px;
}


.leader-b-r-i {
    max-width: 1077px;
    width: 100%;
    box-shadow: 0px 0px 35px 0px rgba(30, 78, 183, 0.08);
    border-radius: 25px;
    padding: .4rem;
    margin-bottom: 36px;
    position: relative;
}

.leader-b-r-i>.cons .title {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-right: 19px;
    position: relative;
    padding-bottom: 20px;
}

.leader-b-r-i>.cons .title::after {
    width: 44px;
    height: 2px;
    content: '';
    background: #5692FC;
    display: block;
    margin-top: 28px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.leader-b-r-i>.cons .info {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    padding-bottom: 21px;
}

.leader-b-r-i>.cons {
    width: 100%;
    height: 47px;
    display: flex;
    align-items: flex-end;
    background: url(../images/icon-leader-1.png)no-repeat #fff;
    background-size: contain;
    background-position: 98% 0%;
    display: flex;
    align-items: flex-end !important;
}

.leader-info {
    font-size: 16px;
    font-weight: 500;
    color: #646464;
    line-height: 30px;
    margin-top: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.leader-b-r-m {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
    user-select: none;
}

.leader-b-r-m.cur>.m1,
.leader-b-r-m>.m2 {
    display: none;
}

.leader-b-r-m.cur>.m2 {
    display: block;
}

.leader-info.cur {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 999;
    -webkit-box-orient: vertical;
}

.leader-b-r-list {
    width: 100%;
    display: none;
}

/*  new  */
@media (max-width:1920px) {
    /* .mauto {
        width: 98%;
    } */

}

@media (max-width:1700px) {
    .leader-b-l>.items {
        width: 70%;
    }

    .leader-b-r {
        width: calc(100% - 3.5rem);
    }

    .leader-b-l,
    .public-nav-left {
        width: 3.5rem;
    }

    .home-left-video {
        width: 4.5rem;
    }

    .home-left-con {
        width: -webkit-calc(100% - 5rem);
        width: -moz-calc(100% - 5rem);
        width: calc(100% - 5rem);
    }

    /* .home-right {
        width: 35%;
    } */

    .home-left {
        width: -webkit-calc(100% - 30%);
        width: -moz-calc(100% - 30%);
        width: calc(100% - 30%);
    }

    .home-msg-b-right-con {
        width: 70%;
    }


}

@media (max-width:1500px) {
    .home-tag {
        right: 50px;
    }

    .public-footer {
        padding: 0.73rem .4rem;
    }

    .industry-recommend-con {
        width: -webkit-calc(100% - 4rem);
        width: -moz-calc(100% - 4rem);
        width: calc(100% - 4rem);
    }

    .industry-recommend-img {
        width: 3.5rem;
    }

    .home-msg-b-right-con {
        width: 80%;
    }



    nav ul li {
        margin: 0 5px;
        min-width: 100px;
    }

    .home-left-video {
        width: 4rem;
    }

    .home-left-con {
        width: -webkit-calc(100% - 4.5rem);
        width: -moz-calc(100% - 4.5rem);
        width: calc(100% - 4.5rem);
    }

    .home-right {
        width: 30%;
    }

    .home-left {
        width: 65%;
    }

}

@media (max-width:1400px) {
    nav ul li {
        margin: 0 4px;
    }

    .public-tobody,
    .wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .public-tobody {
        width: 95%;
    } */

}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 2px;
    }
}

@media (max-width:1280px) {
    .public-con-leader {
        padding-top: .5rem !important;
    }

    .honor-b {
        display: none;
    }

    .honor-b-mobile {
        display: block;
    }

    .industry-recommend-b {
        width: 100%;
    }

    .home-msg-b-left {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .home-left-video {
        width: 5rem;
        margin: auto;
    }

    .home-msg-b-i,
    .home-left,
    .home-msg-a-i,
    .home-msg-b,
    .home-msg-a {
        display: block;
    }

    .area-b-i-l {
        width: -webkit-calc(100% - 6.5rem);
        width: -moz-calc(100% - 6.5rem);
        width: calc(100% - 6.5rem);
    }

    .develop-h5 .develop-b-i::after {
        display: none;
    }

    .develop-h5 .develop-b-i-info {
        line-height: 26px;
    }

    .develop-b-i-title {
        font-size: 40px;
        margin-bottom: .2rem;
    }

    .develop-h5 {
        display: block;
    }

    .develop-b {
        display: none;
        margin-bottom: .5rem;
    }

    .company-diagram {
        width: 100%;
        min-height: auto;
    }

    .company-b-i {
        margin-bottom: .5rem;
    }

    .company-b-con {
        width: -webkit-calc(100% - 6.6rem);
        width: -moz-calc(100% - 6.6rem);
        width: calc(100% - 6.6rem);
    }

    .company-b-img {
        width: 6.08rem;
        min-height: auto;
    }

    .public-con {
        padding-top: .5rem;
    }

    .main-nav-m {
        display: block;
        margin-bottom: .3rem;
    }

    .public-nav-left {
        width: 4rem;
    }

    .public-nav-left,
    .home-tag {
        display: none;
    }

    .public-footer-r {
        width: 40%;
    }

    .mauto {
        padding: 0 !important;
        /* width: 97%; */
    }


    nav ul li {
        min-width: 93px;
    }

    .home-msg-b-left,
    .home-msg-a {
        padding-left: 0.4rem;
        padding-right: .4rem;
    }

    .home-msg-b,
    .home-msg-a {
        display: block;
    }

    .home-right {
        display: none;
    }

    .home-msg-b-right,
    .home-msg-b-left,
    .home-left {
        width: 100%;
    }

    .home-msg-b,
    .home-msg-a {
        height: auto;
    }

    .home-msg-a {
        padding-top: .4rem;
        background: url(../images/img-msg1.png)no-repeat right bottom;
    }

    .home-msg {
        width: 100%;
        margin-top: 0;
        padding-top: .2rem;
    }

    .home-left-video {
        width: 4.5rem;
    }

    .home-left-con {
        width: -webkit-calc(100% - 5rem);
        width: -moz-calc(100% - 5rem);
        width: calc(100% - 5rem);
    }

    .home-about-num {
        padding-bottom: .2rem;
    }

}

@media (max-width:1200px) {
    .home-left {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .home-left-video {
        visibility: hidden !important;
    }

    .home-left-video {
        width: 100%;
    }

    .home-left-con {
        width: 100%;
    }

    .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;
        -o-background-size: 100% auto;
        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: 130px;
    }

    nav ul li .line {
        margin: 0 3px;
    }
}

@media (max-width:1200px) {
    .home-msg-a {
        padding: 0 .4rem;
    }

    .company-b-con>.title {
        font-size: 30px;
    }

    .contacts-map {
        width: 6rem;
    }

    .business-i-con {
        padding: 0.4rem;
    }


    .nav-business,
    .nav-msg {
        width: 90%;
    }

    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 {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        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 {
        -moz-transform: translateX(130px);
        -ms-transform: translateX(130px);
        -o-transform: translateX(130px);
        transform: translateX(130px);
        -webkit-transform: translateX(130px)
    }

    .md-db {
        display: block !important;
    }

    .md-dn {
        display: none !important;
    }

    nav ul li {
        min-width: 70px;
    }

    nav ul li>a {
        min-width: 90px;
    }

    .logo-b>.title {
        margin-left: .1rem;
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 65px;
        background: rgba(0, 0, 0, 0.12);
    }

    .header-m.on {
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 65px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 65px;
        line-height: 65px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 35px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 65px;
        cursor: pointer
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #fff
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        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: 65px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 65px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 82px);
        height: -moz-calc(100% - 82px);
        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;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        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: 100%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        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;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        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;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        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;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        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 {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        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(../images/search1.png) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    .header-m.on .logo .i1,
    .header-m .logo .i2 {
        display: none;
    }

    .header-m.on .logo .i2 {
        display: block;
    }

    .header-m.on .m-menu-b::before,
    .header-m.on .m-menu-b::after {
        background: #000
    }

    .header-m.on .m-search-b {
        background: url(../images/search.png)no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

}

@media (max-width:1100px) {
    nav ul li>a {
        position: relative;
        min-width: 110px;
    }
}

@media screen and (max-width: 1024px) {

    .business-tab::after,
    .business-tab::before {
        display: none;
    }

    .business-tab-i {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .business-tab {
        width: -webkit-calc(100% - 40px) !important;
        width: -moz-calc(100% - 40px) !important;
        width: calc(100% - 40px) !important;
        height: auto !important;
        background: rgba(214, 0, 28, .6) !important;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }

    .business-tab-item {
        width: 100%;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: auto;
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 24px 0
    }

    .business-tab-item-space {
        display: block;
        width: auto;
        height: auto;
        height: 46px;
        margin-right: 0;
        margin-bottom: 14px
    }

    .business-tab-item-space img {
        height: 100%;
        width: auto;
        position: static
    }

    .business-tab-item-text {
        display: block;
        text-align: center
    }

    .business-tab-item-text>div:nth-child(1) {
        font-size: 18px;
        padding-bottom: 5px
    }

    .business-tab-item-text>div:nth-child(2) {
        font-size: 9px
    }

    .business-tab__bg {
        display: none
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .home-box {
        margin-top: -70px;
    }
}

@media (max-width:1024px) {

    .leader-b-l {
        padding-top: 40px;
    }

    .leader-b-r {
        padding: 40px;
    }

    .leader-b-r-i>.cons .title::after {
        margin-top: 20px;
    }

    .leader-b-r-i>.cons .title {
        font-size: 30px;
    }

    .leader-b-l>.items .items-i {
        padding: 20px;
        font-size: 20px;
    }

    .leader-b-l>.items {
        width: 90%;
    }

    .leader-b-r {
        width: calc(100% - 2rem);
    }

    .leader-b-l {
        width: 2rem;
    }

    .arealist-b-i-t-info>.title {
        font-size: 30px;
    }

    .arealist-b-i {
        margin-bottom: 20px;
    }

    .arealist-box {
        padding: .5rem 0;
    }

    .arealist-b {
        display: block;
    }

    .arealist-b-i {
        width: 100%;
    }

    .nav-business>.title {
        font-size: 40px;
    }

    .area-b-i-r {
        margin: auto;
    }

    .area-b-i-l {
        width: 100%;
        margin-top: 20px;
    }

    .area-b-i:nth-child(even),
    .area-b-i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .news-detail-page-r {
        margin: auto;
    }

    .news-detail-box {
        margin-top: 0;
    }

    .news-detail-b-recommend {
        margin-top: .2rem;
    }

    .news-detail-b-recommend,
    .news-detail-b-row {
        width: 100%;
    }

    .news-detail-page,
    .news-detail-box {
        display: block;
    }

    .health-i {
        width: 49%;
    }

    .develop-b-i-title {
        font-size: 30px;
        margin-bottom: .1rem;
    }

    .nav-contact>.title {
        font-size: 40px;
    }

    .company-list {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .company-b-con>.info {
        line-height: 30px;
    }

    .company-b-con>.title::after {
        margin: 0.2rem 0 0.2rem;
    }

    .company-b-con {
        width: -webkit-calc(100% - 5.4rem);
        width: -moz-calc(100% - 5.4rem);
        width: calc(100% - 5.4rem);
    }

    .company-b-img {
        width: 5.08rem;
        min-height: auto;
    }

    .business-i {
        margin-bottom: 0.32rem;
    }

    .business-b {
        padding-bottom: .5rem;
    }

    .business-i-con>.info {
        font-size: 18px;
        font-weight: 800;
        color: #000000;
        line-height: 30px;
        margin: 0.1rem 0 0.2rem;
    }

    .leader-t>.title,
    .about-t>.title,
    .company-b-con>.title,
    .business-i-con>.title {
        font-size: 30px;
    }

    .company-b-con,
    .header-m {
        height: 100%;
    }

    .public-footer-r-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .public-footer {
        padding: 0.3rem;
    }

    .public-footer-r-info,
    .public-footer-r-code {
        margin: 0 .3rem;
    }

    .public-footer-r {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .public-footer-l {
        display: none;
    }

    .public-footer-r {
        margin: auto;
    }

    .home-msg-b-right-con>.title,
    .home-msg-b-left-b>.title,
    .home-left-con-t-l>.title {
        font-size: .35rem;
    }

    .home-about-num-i-t>.title {
        font-size: .45rem;
    }
}

@media (max-width:980px) {

    .home-left-con,
    .home-left-video,
    .public-footer-l {
        width: 100%;
    }

    .home-left-con {
        margin-top: .2rem;
    }

    .contact-box-i,
    .home-left {
        display: block;
    }

    .contacts-map {
        width: 100%;
    }
}

@media (max-width:768px) {
    .leader-b-r-i>.cons .title::after {
        margin-top: 15px;
    }

    .leader-b-r-i>.cons .info {
        font-size: 16px;
    }

    .leader-info {
        margin-top: 20px;
    }

    .leader-b-r-m {
        width: 40px;
        height: 40px;
    }

    .leader-b-r-i>.cons .title {
        font-size: 20px;
    }

    .leader-b-r-i,
    .leader-b-r {
        padding: 20px;
    }

    .leader-b-l>.items .items-i {
        padding: 10px 20px;
        font-size: 16px;
    }

    .leader-b-l>.items {
        overflow-x: auto;
    }

    .leader-b-l>.items .items-i {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
    }

    .leader-b-l>.items .items-i::after {
        display: none !important;
    }

    .leader-b-l {
        padding-top: 0;
    }

    .leader-b-r {
        margin-top: 20px;
    }

    .leader-b-l>.items,
    .leader-b-r,
    .leader-b-l {
        width: 100%;
    }

    .leader-b-l>.items {
        display: flex;
    }

    .leader-b {
        display: block;
    }

    .public-con {
        border-radius: 40px 40px 0 0;
    }

    .news-detail-con {
        padding: .37rem 0;
    }

    .news-detail-b-row-top {
        padding: 0;
        padding-bottom: 3%;
    }

    .home-msg-a {
        background-size: 70%;
    }

    .honor-b-mobile .honor-swiper-i>.title {
        font-size: 30px;
    }

    .honor-b-mobile .honor-swiper-i-con {
        width: 100%;
        height: 100%;
        padding: 0.3rem;
    }

    .home-swiper .swiper-slide .table {
        width: 90%;
    }

    .footer {
        padding-top: 0 !important;
    }

    .home-msg-b-left-b>.title {
        font-size: 22px !important;
    }

    .home-msg-b-left {
        width: 100% !important;
    }

    .home-swiper .swiper-pagination {
        display: none;
    }

    .arealist-b-i-t-info>.title {
        font-size: 22px;
    }

    .area-b-i-l {
        margin-top: 10px;
    }

    .area-b-i {
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .area-more {
        line-height: 30px;
        margin-top: 0.3rem;
    }

    .area-b-i-r {
        width: 100%;
    }

    .area-b-i-l>.title {
        font-size: 20px;
    }

    .nav-business>.info {
        font-size: 18px;
        line-height: 28px;
    }

    .nav-business>.title {
        font-size: 30px;
    }

    .news-detail-box {
        padding-bottom: .5rem;
    }

    .news-detail-page-r {
        max-width: 150px;
        width: 100%;
        height: 40px;
        background: #5692FC;
    }

    .news-detail-page {
        margin: 0;
        padding: .25rem;
    }

    .news-detail-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news-detail-share {
        display: block;
        margin-top: .1rem;
    }

    .news-detail-b-row-top>.title {
        font-size: 20px;
    }

    .news-detail-b-row {
        padding: .3rem;
    }

    .health-i:last-child {
        margin-bottom: 0;
    }

    .health-box {
        padding-bottom: .5rem;
    }

    .health-i {
        width: 100%;
    }

    .download-menu-i.cur {
        font-size: 22px;
        font-weight: 800;
        color: #5692FC;
        line-height: 26px;
    }

    .download-list {
        margin-top: 0.3rem;
        padding-bottom: .5rem;
    }

    .public-nav-banner>img,
    .public-nav-banner {
        min-height: 5.26rem;
    }

    .develop-b-i-title {
        font-size: 26px;
        margin-bottom: .1rem;
    }

    .leader-signature {
        margin-top: .1rem;
    }

    .leader-t>.title {
        font-size: 22px;
    }

    .nav-info>.info {
        font-size: 14px;
    }

    .nav-contact>.info {
        font-size: 20px;
    }

    .nav-contact>.title {
        font-size: 26px;
        line-height: 30px;
    }

    .lx-i-inpit-b .lx-i-inpit-i {
        margin-bottom: 20px;
    }

    .lx-i-inpit-a .lx-i-inpit-i .i1 {
        padding: 15px;
    }

    .contact-info-i>.title {
        font-size: 20px;
    }

    .contact-info {
        padding: 0.3rem 0;
    }

    .lx-box {
        margin-top: 0.3rem;
    }

    .lx-i-inpit-c .lx-i-inpit-i {
        padding: 0.14rem 0.6rem;
    }

    .contact-i>.title {
        line-height: 36px;
    }

    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .about-t>.title::after {
        margin-top: 0.2rem;
    }

    .about-t>.title {
        font-size: 22px;
    }

    .about-b::after,
    .about-b::before {
        width: 45%;
        height: 50%;
    }

    .company-b-img {
        margin-top: 10px;
    }

    .vote-list-i-row>.title {
        font-size: 20px;
    }

    .about-i,
    .contact-box-i,
    .vote-b {
        padding-bottom: .3rem;
    }

    .vote-list-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .vote-list {
        display: block;
    }

    .company-list-i-l .con>.title {
        font-size: 16px;
    }

    .company-list-i-l .day {
        width: 0.66rem;
        height: 0.72rem;
        min-width: 60px;
        min-height: 72px;
        margin-right: .2rem;
    }

    .company-b-con>.title {
        font-size: 22px;
    }

    .company-list-i-l .day>.title {
        font-size: 22px;
        line-height: 26px;
    }

    .company-list-i {
        padding-right: 0;
    }

    .company-b-i {
        margin-bottom: 0.3rem;
    }

    .company-b-con>.title::after {
        margin: 0.2rem 0;
    }

    .company-list-i-r {
        margin: 0 0 20px 0;
        margin-left: auto;
    }

    .company-b-con {
        margin-top: 10px;
    }

    .company-list-i-l,
    .company-b-con,
    .company-b-img {
        width: 100%;
    }

    .company-list-i {
        display: block;
        padding: 0;
    }

    .company-b-i {
        display: block;
    }

    .nav-msg-title {
        font-size: 18px;
        line-height: 30px;
        margin-top: 0.1rem;
    }

    .business-i-con>.info1 {
        font-size: 16px;
        font-weight: 500;
        color: #646464;
        line-height: 26px;
    }

    .public-footer-r-info * {
        font-size: 14px;
    }

    .business-b {
        padding-bottom: 0.3rem;
    }

    .business-i {
        margin-bottom: 0.3rem;
    }

    .business-i-con>.title {
        font-size: 22px;
    }

    .business-i-con>.info {
        line-height: 20px;
        margin: 0.1rem 0 0.15rem;
    }

    .business-i-con {
        padding: 20px 0 0 0;
    }

    .business-i-img,
    .business-i-con {
        width: 100%;
    }

    .business-i:nth-child(even),
    .business-i {
        display: block;
    }

    .nav-info>.title {
        font-size: 24px;
    }

    .nav-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .nav-info>.info {
        line-height: 40px;
    }

    .industry-recommend-slide,
    .home-swiper-img-i.mobile,
    .banner .home-swiper .swiper-slide .video.mobile {
        display: block;
    }

    .home-swiper-img-i.pc,
    .banner .home-swiper .swiper-slide .video.pc {
        display: none;
    }

    .industry-recommend-con>.title {
        font-size: 18px;
    }

    .home-about-num-i {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .home-msg-b-right-con>.info,
    .home-left-con-title {
        line-height: 26px;
    }

    .business-tab {
        bottom: 30px;
    }

    .home-swiper .swiper-slide .table .tr {
        display: none;
    }

    .home-swiper-mobile-con {
        display: block;
    }

    .industry-recommend-con>.info {
        margin: .2rem 0 .4rem;
    }

    .home-msg-b-right-con>.title::after {
        margin: .2rem 0 .3rem;
    }

    .home-msg-b-right-con {
        width: -webkit-calc(100% - .8rem);
        width: -moz-calc(100% - .8rem);
        width: calc(100% - .8rem);
    }

    .industry-recommend-con,
    .industry-recommend-img {
        width: 100%;
    }

    .home-left-con-title {
        margin: 0.3rem 0;
    }

    .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: -webkit-max-content;
        width: -moz-max-content;
        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;
    }

    .contact-b-c {
        display: block;
    }

    .news-banner-i {
        position: absolute;
        top: 50%;
        left: 10%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .about-b-r-title,
    .about-info-title {
        line-height: 30px;
    }

    .industry-b-row-r-con>.title {
        font-size: 18px;
        line-height: normal;
    }

    .industry-b-row-r-con>.info {
        max-height: 130px;
        line-height: 26px;
        margin-top: .1rem;
    }

    .industry-b-row-l-list {
        display: none !important;
    }

    .main-nav-m {
        display: block !important;
    }



    .b-mySwiper-row {
        margin-top: .2rem !important;
    }

    .industry-b-row {
        padding: 4rem 0.4rem 3rem !important;
    }

    .industry-b-row-r-img,
    .industry-b-row-r-con-b {
        width: 100% !important;
    }

    .industry-b-row-r {
        display: block;
    }

    .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;
    }

    .news-list-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        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: 0 0 20px 0;
    }

    .about-b-r-menu-i {
        width: .9rem;
        min-width: .9rem;
    }

    .about-info-t>.name::after,
    .about-b-r-t>.name::after {
        margin-top: .1rem;
        margin-bottom: .2rem
    }

    .about-info-t>.name,
    .about-b-r-t>.name {
        font-size: .28rem;
        margin: 0.1rem 0;
    }

    .home-about-num-i-t>.info {
        font-size: 14px;
    }

    .about-b-r {
        width: 90%;
    }

    .about-info-r {
        margin-top: .2rem;
    }

    .about-info-r,
    .about-info-l {
        width: 100%;
    }

    .about-info {
        margin: .3rem 20px !important;
        display: block;
    }



    .public-footer-filing {
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .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-about-info {
        width: 100%;
    }





    .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;
    }

    .public-footer-l-info-phone>.title {
        font-size: 16px;
    }

}

@media (max-width:580px) {
    .nav-info>.info {
        line-height: 26px;
    }
}


@media (max-width: 1920px) and (max-height: 980px) {

    .home-left-con-t-l>.title,
    .home-msg-b-left-b>.title {
        font-size: 32px;
        line-height: 32px;
    }

    /* .home-msg {
        margin-top: 0;
    } */

    .home-msg-a-i,
    .home-msg-b-i {
        /* transform: scale(.8); */
        height: 100%;
    }


    .home-left-video {
        height: 2.5rem;
    }

    .header {
        padding: 0 .81rem;
    }

    .home-msg-b-left {
        width: 60%;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    /* .home-msg-b-i {
        padding-left: 0;
    }

    .home-msg-a {
        padding-left: 0;
    } */

    .home-left-con-title {
        line-height: 26px;
        margin: 0.1rem 0;
    }

    .home-about-num-i>.title {
        margin-top: 0.1rem;
    }

    .home-about-num-i-t>.title {
        font-size: .40rem;
    }
}

@media (max-width: 1920px) and (max-height: 820px) {
    .home-right {
        width: 25%;
    }

    .home-left-con-t-l>.title {
        font-size: 0.34rem;
    }

    .home-about-num-i-t>.title {
        font-size: .38rem;
    }

    .home-about-num-i>.title {
        margin-top: 0.05rem;
    }
}