.layui-form-select body {
    font-family: SourceHanSansCN !important;
}


@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSerifCN-SemiBold-7.otf);
}

body,
html {
    font-family: PingFang SC !important;
}

.mauto {
    max-width: 1400px;
}

.img-scale,
.hover-scale {
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.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 0.8s ease;
    -o-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.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 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

main {
    /* padding-top: 90px; */
}

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;
    margin-right: 1.09rem;
}

.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 {
    width: 100%;
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    padding: 0 0.22rem;
    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;
}

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>a {
    position: relative;
    width: 100%;
    min-width: max-content;
    height: 100%;
    min-height: 90px;
    text-align: center;
    font-weight: 500;
    font-size: 0.16rem;
    color: #000000;
    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 {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.header.on::after {
    top: 90px;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px;
}

nav ul li::before {
    position: absolute;
    content: "";
    top: 50%;
    right: -8px;
    width: 17px;
    height: 1px;
    display: block;
    background: #000;
    transform: rotate(-55deg) translateY(-50%);
    pointer-events: none;
    transition: transform .2s ease-out .2s, right .2s ease-out;
}

nav ul li::after {
    content: "";
    opacity: 0;
    transition: opacity .2s ease-out .2s, right .2s ease-out .2s;
    width: 7px;
    height: 7px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: -5px;
    pointer-events: none;

}

nav ul li:hover::before {
    transform: rotate(0deg);
    transition: transform .2s ease-out, right .2s ease-out .2s;
    right: 0;
}

nav ul li:hover::after {
    opacity: 1;
}

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: 90px;
    left: 48%;
    padding: 10px;
    width: max-content;
    min-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 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

nav ul li .sub-nav a {
    display: block;
    line-height: 23px;
    font-size: 16px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-menu-b {}

.nav-menu-b em {
    height: 18px;
    margin: 0 3px;
}

.nav-menu-a>img {
    margin-right: 0.05rem;
}

.nav-menu-a .t1 {
    font-size: 12px;
    color: #ffffff;
    line-height: 14px;
}

.nav-menu-a .t1 strong {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
}

.nav-menu-i {
    margin: 0 0.15rem;
    min-width: max-content;
    display: flex;
    align-items: center;
}

.nav-menu-i span {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin: 0 10px;
}

.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: 0.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: 106px;
    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;
}

.nav-menu .search-btn {
    width: 40px;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-menu .search-btn img {
    width: 0.22rem;
    height: auto;
    object-fit: contain;
}

.header.cur .header-menu .mauto {
    border-bottom: none;
}

.header.on .nav-menu .search-btn .i1,
.header.cur .nav-menu .search-btn .i1,
.nav-menu .search-btn .i2 {
    display: none;
}

.header.on .nav-menu .search-btn .i2,
.header.cur .nav-menu .search-btn .i2 {
    display: block;
}

.header.cur *,
.header.on * {
    color: #000;
}

.header nav ul li.cur>a {
    color: #940509;
}

nav ul li .earth::after,
nav ul li .search-btn::after {
    padding: 33px 0;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #940509;
}

nav ul li .sub-nav .cur {
    color: #fff;
    background: #940509;
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::before,
nav ul li:last-child::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 90px;
}

.header.on nav ul li:hover .sub-nav,
.header.on nav ul li .sub-nav {
    top: 90px;
}

.header,
.header.on,
.header.active,
.header.cur {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
}

.header-ul {
    display: flex;
    height: 100%;
}

.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%);
}

.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    margin-bottom: 2px;
}

.sild-float .list>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.5) no-repeat center center;
    transition: all 0.5s ease;
}

.sild-float .list a.a1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sild-float .list:hover>a {
    background-color: #0762d5;
    transition: all 0.5s ease;
}

.sild-float .list .rolme {
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    position: absolute;
    right: 46px;
    top: 0;
    padding: 10px;
    line-height: 26px;
    width: 184px;
    background: rgba(0, 0, 0, 0.5);
}

.sild-float .list:hover .rolme {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.sild-float .list .rolme .ltt {
    font-size: 20px;
    color: #fff;
    text-align: center;
    word-break: break-all;
}

.sild-float .list .rolme .emv img {
    border-radius: 10px;
}

.sild-float .list:nth-child(1) .fplae {
    border-top-left-radius: 5px;
    overflow: hidden;
}

.sild-float .list:last-child>a {
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.sild-float .bpmaeb {
    height: 46px;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.sild-float .fplae {
    display: flex;
    align-items: center;
    line-height: 46px;
    height: 46px;
    width: 226px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}

.sild-float .fplae:hover {
    transform: translateX(-180px);
    transition: all 0.5s ease;
}

.sild-float .fplae:hover .bpmaeb {
    background-color: #0762d5;
    transition: all 0.5s ease;
}

.sild-float .fplae .ltt {
    width: 180px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    word-break: break-all;
}

.sild-float .email .fplae .ltt {
    font-size: 14px;
}

.sild-float .kefu .fplae .ltt {
    font-size: 14px;
}

.sild-float .friends .fplae .ltt {
    font-size: 14px;
}

/*  new  */

.public-tobody {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.header.cur .logo .i1,
.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header .logo img {
    max-width: 4.06rem;
}

.header.cur .logo .i2,
.header.on .logo .i2 {
    display: block;
}

.header.cur .logo img,
.header.on .logo img {
    /* max-width: 216px; */
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    width: calc(100% - 50px);
    margin: auto;
    margin-top: 30px;
}

.thr3 {
    display: none;
    padding-left: 20px;
}

.thr3 a {
    line-height: 30px;
    display: block;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: rgba(252, 108, 15, 1);
    box-sizing: border-box;
    text-align: left;
    border-bottom: none;
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.main-nav-m .title i {
    position: absolute;
    content: "";
    width: 45px;
    height: 100%;
    right: 0;
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
}

.main-nav-m .title.active i::before {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5);
}

.main-nav-m .title.active i::after {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5);
}

.main-nav-m>ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(252, 108, 15, 0.8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul>li {
    animation: ReturnToNormal 0.5s both;
    -webkit-animation: ReturnToNormal 0.5s both;
}

.main-nav-m ul>li>a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul>li a {
    color: #fff;
}

/* downmenu */
.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
    width: 100%;
    height: 4.67rem;
    overflow: hidden;
    position: relative;
}

.homeSwiper {
    margin-top: 0.23rem;
}

.homeSwiper-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.product-swiper .swiper-pagination-bullet {}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.home-swiper {
    height: 100vh;
    padding-top: 0px !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
}

.home-swiper-con {
    max-width: 1400px;
    width: 100%;
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
    margin: 0 auto;
}

.home-con-b .home-swiper-con {
    position: static;
    transform: none;
    display: block !important;
    padding-bottom:2rem;
    padding-left:45px;
}

.home-con-b {
    max-width: 1400px;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.home-con-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.16rem;
    color: #fff;
    /* background: #fff; */
    padding: 0.3rem 0.3rem 0;
    position: absolute;
    left: -25px;
}

.home-con-line .line {
    width: 1px;
    height: 3.1rem;
    margin-top: 0.2rem;
    background: #fff;
}

.homepageHero--is-scrolled .home-swiper-con>.title,
.homepageHero--is-scrolled .home-swiper-con>.info,
.homepageHero--is-scrolled .home-con-line {
    color: #fff;
    background: transparent;
}

.homepageHero--is-scrolled .home-con-line .line {
    background: #Fff;
}

.home-swiper-video,
.home-swiper-img {
    /* max-width: 1920px; */
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    margin: auto;
}

.home-swiper-i.swiper-slide-active .home-swiper-b>img {
    animation: zoomOut forwards 5s;
}

.home-swiper-con>.title {
    width: fit-content;
    font-weight: 300;
    font-size: 0.64rem;
    font-family: SourceHanSansCN;
    color: #fff;
    /* background: #fff; */
    padding: 0.2rem 0.3rem 0.1rem;
}

.home-swiper-con>.info {
    width: fit-content;
    font-weight: 400;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.45rem;
    /* background: #fff; */
    padding: 0.1rem 0.3rem 0.2rem;
}

.home-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-icon span {
    width: 0.14rem;
    height: 0.14rem;
    border-radius: 50%;
    overflow: hidden;
}

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: relative;
    background: transparent;
    transition: all 0.5s ease;
    opacity: 1;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #0065bf;
    border-radius: 50%;
    background: transparent;
    transition: all 0.5s ease;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(136, 136, 136, 0.6);
    border-radius: 50%;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 6px;
    height: 6px;
    content: "";
    display: flex;
    border-radius: 50%;
    align-items: center;
    background: #0065bf;
    justify-content: center;
}

.home-swiper .swiper-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 4% !important;
}

.home-account-tip {
    position: absolute;
    top: 91px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
}

.home-account-tip a {
    display: block;
    margin: 5px 0;
}

.home-account-tip a:hover {
    color: #940509 !important;
}

.home-swiper-next,
.home-swiper-prev {
    width: 0.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 10px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.home-swiper-prev {
    left: 3%;
}

.home-swiper-next {
    right: 3%;
}

.fixed-b {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 999;
    width: 68px;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.fixed-b-i-row {
    display: flex;
    align-items: center;
    background: #fff;
    transition: all 0.8s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.fixed-b-i-img {
    width: 68px;
    min-width: 68px;
    min-height: 68px;
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fixed-b-i:last-child .fixed-b-i-row {
    border-bottom: none;
    left: calc(100% - 68px) !important;
}

.fixed-b-i:last-child .fixed-b-i-row .fixed-b-i-img {
    border-radius: 0 !important;
}

.fixed-b-i {
    background: #fff;
}

.fixed-b-i .t1 {
    font-weight: 400;
    font-size: 14px;
    color: hsla(0, 0%, 0%, 0.8);
    text-align: center;
    margin-top: 5px;
    display: none;
}

.fixed-b-i-img>img {
    max-width: max-content;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.fixed-b-i-con {
    min-width: 160px;
    min-height: 68px;
    font-size: 16px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.fixed-b-i-code {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.fixed-b-i-code .fixed-b-i-con {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s;
    transform: translateX(calc(-100% - 50px));
}

.fixed-b-i:hover .fixed-b-i-row {
    transform: translateX(-160px);
}

.fixed-b-i:hover .fixed-b-i-code .fixed-b-i-con {
    transform: translateX(-100%);
    visibility: visible;
    opacity: 1;
}

.fixed-b-i-r>.close {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    top: -20px;
    right: -20px;
}

.fixed-b-i-r>.t1 {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.fixed-b-i-r>.t2 {
    font-weight: bold;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0.29rem 0 0.4rem;
    text-align: center;
}

.fixed-b-i-r .inputs-b {
    margin-top: 20px;
}

.fixed-b-i-r .inputs {
    width: 100%;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
    padding: 0 14px;
}

.fixed-b-i-r .inputs .inputs-l {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    min-width: max-content;
}

.fixed-b-i-r .inputs .inputs-l i {
    font-weight: 400;
    font-size: 14px;
    color: #fd1d00;
    margin-right: 5px;
}

.fixed-b-i-r .inputs input {
    width: 100%;
    height: 36px;
    padding: 0 20px;
}

.fixed-b-i-r .inputs textarea {
    padding: 10px 0;
    width: 100%;
    min-height: 160px;
}

.inputs-code input {
    height: 36px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 20px;
}

.inputs-code .inputs-code-img {
    width: 100px;
    height: 36px;
}

.inputs-code .inputs-code-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 9px;
}

.fixed-btn {
    width: 3rem;
    height: 36px;
    background: #940509;
    border-radius: 4px 4px 4px 4px;
    font-weight: 500;
    font-size: 16px;
    color: #f8f8f8;
    line-height: 36px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 0.36rem;
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    border: 1px solid #c9d9e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #ffffff;
    background: #ff6c0e;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: fit-content;
    margin: auto;
    margin-top: 0.41rem;
}

.page-b {
    margin: 0 15px;
}

.h-model1 {
    padding: 1rem 0 1.3rem;
}

.footerPromo,
.featured-stats {
    padding: 0 !important;
}


.footerPromo {
    transform: none !important;
}

.h-model1 .row>.t1 {
    font-weight: 600;
    font-size: 0.32rem;
    font-family: SourceHanSansCN;
    color: #000000;
    text-align: center;
    margin-bottom: 0.7rem;
}

.h-model1-i {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.h-model1-i:last-child {
    margin-bottom: 0;
}

.h-model1-i:nth-child(even) .info-b,
.h-model1-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.h-model1-i:nth-child(even) .num {
    margin-left: -1rem;
    margin-right: 0;
}

.h-model1-i .num {
    display: block;
    object-fit: contain;
    margin-right: -1rem;
    position: relative;
    z-index: 1;
}

.h-model1-i .info-b {
    display: flex;
    width: calc(100% + 1rem);
}

.h-model1-i .info-b>.img {
    width: 4rem;
    height: auto;
    min-height: 3.5rem;
}

.h-model1-i .info-b .info {
    width: calc(100% - 4rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 0.76rem;
}

.h-model1-i .info-b .info .t1 {
    font-weight: 600;
    font-size: 0.22rem;
    font-family: SourceHanSansCN;
    color: #ffffff;
    line-height: 0.4rem;
    text-align: left;
    margin-bottom: 0.2rem;
}

.h-model1-i .info-b .info .t2 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.4rem;
    text-align: left;
}

.h-model2 {
    position: relative;
}

.h-model2-a {
    /* min-height: 5.5rem;
    background: url(../images/05.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


.h-model2-a img,
.h-model2-a video {
    width: 100%;
    min-height: 5.5rem;
    object-fit: cover;
    max-height: 5.5rem;
}

.h-model2-a .t1 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.h-model2-b {
    position: relative;
}


.h-model2-swiper2-i video,
.h-model2-swiper2-i .img {
    display: block;
    width: 100%;
    position: relative;
    min-height: 8rem;
    /* max-height: 10.6rem; */
    object-fit: cover;
}

.h-model2-swiper2-i .info {
    position: absolute;
    z-index: 1;
    top: 30%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.h-model2-swiper2-i .info .t1 {
    font-weight: 600;
    font-size: 0.64rem;
    font-family: SourceHanSansCN;
    color: #ffffff;
}

.h-model2-swiper2-i .info .t2 {
    font-weight: 400;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.24rem;
    margin-top: 0.4rem;
    line-height:1.8;
}

.h-model2-swiper-b {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    height: 3rem;
}

.h-model2-swiper-r {
    border-right: 1px solid #ffffff;
    padding-right: 0.23rem;
    padding-bottom: 0.8rem;
}

.h-model2-swiper {
    width: 2rem;
    height: -webkit-fill-available;
}

.h-model2-swiper-i {
    font-weight: 400;
    font-size: 0.16rem;
    color: rgb(255, 255, 255, 0.8);
    text-align: right;
}

.h-model2-swiper-i.swiper-slide-thumb-active {
    color: #ffffff;
    font-weight: bold;
}

.h-model2-swiper-b-page .swiper-pagination,
.h-model2-swiper-b-page .swiper-button-next,
.h-model2-swiper-b-page .swiper-button-prev {
    position: static !important;
    color: #fff !important;
}

.h-model2-swiper-b-page .swiper-button-next::after,
.h-model2-swiper-b-page .swiper-button-prev::after {
    font-size: 0.3rem !important;
}

.h-model2-swiper-b-page {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0.8rem;
}

.h-model2-swiper-b-page .swiper-pagination {
    font-weight: bold;
    font-size: 0.24rem;
    color: #ffffff;
    line-height: 0.28rem;
    margin-right: 0.52rem;
}

.h-model2-swiper-b-page .swiper-pagination-current {
    font-weight: bold;
    font-size: 0.4rem;
    color: #ffffff;
    line-height: 0.47rem;
}

.h-model2-swiper-b-page .swiper-button-prev {
    margin-right: 0.8rem;
}

.public-ft {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.public-ft-row-a {
    padding: 0.4rem 0 0.6rem;
}

.public-ft-row-b {
    padding: 0.27rem 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ft-share-i {
    margin-left: 0.2rem;
}

.public-ft-row-a .ft-l img {
    object-fit: contain;
    display: block;
}

.public-ft-row-a .ft-l .t1 {
    font-weight: 600;
    font-size: 0.2rem;
    font-family: SourceHanSansCN;
    color: #000000;
    line-height: 0.32rem;
    margin: 0.19rem 0 0.4rem;
}

.public-ft-row-a .ft-l .t2 {
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.16rem;
}

.public-ft-row-a .ft-l .t2 .t2-i {
    margin-top: 0.13rem;
}

.public-ft-row-a .ft-r {
    padding-top: 0.5rem;
}

.public-ft-row-a .ft-r .ft-r-i {
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.16rem;
    margin-top: 0.15rem;
}

.public-ft-row-a .ft-r .ft-r-i i {
    margin-right: 0.1rem;
}

.public-banner {
    position: relative;
}

.public-banner video,
.public-banner img {
    width: 100%;
    object-fit: cover;
    min-height: 5.5rem;
    max-height: 5.5rem;
}

.public-banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.public-banner-info h1 {
    width: max-content;
    font-weight: 600;
    font-size: 0.48rem;
    font-family: SourceHanSansCN;
    color: #ffffff;
    line-height: 0.48rem;
}

.public-banner-info h1::after {
    width: 2.4rem;
    height: 1px;
    background: #ffffff;
    content: "";
    display: block;
    margin-top: 0.2rem;
}

.public-banner-info h4 {
    font-weight: 600;
    font-size: 0.32rem;
    font-family: SourceHanSansCN;
    color: #ffffff;
    margin-top: 0.2rem;
}

.kj {
    padding: 1rem 0;
}

.kj-i {
    margin-bottom: 1.39rem;
}

.kj-i:last-child {
    margin-bottom: 0;
}

.kj-i-t1 {
    font-weight: 600;
    font-size: 0.5rem;
    font-family: SourceHanSansCN;
    color: #000000;
}

.kj-i-t2 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.38rem;
    margin: 0.5rem 0;
}

.kj-i-list {
    padding-top: 0.5rem;
}

.kj-i-list::after {
    width: 31%;
    content: "";
}

.kj-i-list-i {
    width: calc(100% / 3 - 1px);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0.41rem;
    margin-bottom: 1rem;
}

.kj-i-list-i .t1 {
    font-weight: 600;
    font-size: 0.2rem;
    color: #940509;
}

.kj-i-list-i .t2 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    min-height: 0.56rem;
    line-height: 0.28rem;
    margin: 0.25rem 0 0.3rem;
}

.kj-i-list-i .img,
.kj-i-list-i .img img {
    height: 2rem;
    object-fit: cover;
    max-height: 2rem;
}

.layui-layer-setwin .layui-layer-close2:hover {
    opacity: unset;
    background-color: #940509 !important;
}

.company-b {
    padding: 1.23rem 0;
    position: relative;
}

.company-b::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9rem;
    background: url(../images/07.png) no-repeat center;
    background-size: cover;
    content: "";
    display: block;
}

.company-b .row {
    position: relative;
    z-index: 1;
}

.company-b-title {
    font-weight: 600;
    font-size: 0.5rem;
    font-family: SourceHanSansCN;
    color: #000000;
}

.company-b-info {
    font-weight: 400;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.48rem;
    margin-top: 0.8rem;
}

.company-b-info strong em {
    color: #740407;
}

.company-b-list {
    margin-top: 1.1rem;
}

.company-b-list-i {
    position: relative;
    margin-bottom: 0.4rem;
}

.company-b-list-i>img {
    min-height: 3.2rem;
    object-fit: cover;
}

.company-b-list-i-info {
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company-b-list-i-info .t1 {
    width: fit-content;
    font-weight: 600;
    font-size: 0.44rem;
    font-family: SourceHanSansCN;
    color: #ffffff;
    text-align: center;
    margin: auto;
}

.company-b-list-i-info .t1::after {
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: "";
    display: block;
    margin: 0.29rem auto;
}

.company-b-list-i-info .t2 {
    font-weight: 400;
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
}

.contact-b {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.contact-b-i {
    width: calc(100% / 4);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 0.31rem;
    margin-bottom: 0.3rem;
}

.contact-b-i .icon {
    width: 0.6rem;
    height: auto;
    object-fit: contain;
}

.contact-b-i .t1 {
    font-size: 0.2rem;
    color: #940509;
    font-weight: bold;
    margin-top: 0.37rem;
}

.contact-b-i .t2 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.26rem;
    margin-top: 0.25rem;
    min-height: 0.52rem;
    -webkit-line-clamp:inherit;
    min-height:0.78rem;
}

.contact-b-i .img {
    margin-top: 0.4rem;
}

.contact-b-i .img,
.contact-b-i .img img {
    object-fit: cover;
    height: 2rem;
    max-height: 2rem;
}

.serve-b {
    padding: 1rem 0 1.3rem;
}

.serve-b .contact-b-i {
    width: calc(100% / 2);
    margin-bottom: 1rem;
}

.serve-b .contact-b-i .t1 {
    margin-top: 0;
}

.join-b {
    padding-top: 1rem;
    padding-bottom: 1.3rem;
}

.join-b-t1 {
    font-weight: 600;
    font-size: 0.5rem;
    font-family: SourceHanSansCN;
    color: #000000;
}

.join-b-r {
    margin-top: 0.79rem;
}

.join-b-r-l {}



.join-more,
.join-b-r-l .l-i {
    width: 2rem;
    min-width: 2rem;
    height: 0.6rem;
    background: rgba(148, 5, 9, 0.1);
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    font-weight: 600;
    font-size: 0.2rem;
    color: #940509;
    line-height: 0.36rem;
}

.join-more {
    color: #fff;
    background: #940509;
    margin-left: 0.2rem;
}

.join-more:last-child,
.join-b-r-l .l-i:last-child {
    margin-bottom: 0;
}

.join-more i,
.join-b-r-l .l-i i {
    position: relative;
}

.join-more i::before,
.join-b-r-l .l-i i::before {
    content: "";
    width: 0.3rem;
    height: 0.01rem;
    background-color: #940509;
    position: relative;
    top: 50%;
    right: 0;
    display: block;
    transform-origin: center;
    transition: transform 0.2s ease-out 0.2s,
        right 0.2s ease-out;
    transform: translateY(-50%) rotate(-45deg);
}

.join-more i::before {
    background-color: #fff;
}

.join-more i::after,
.join-b-r-l .l-i i::after {
    content: "";
    width: 0.1rem;
    height: 0.1rem;
    border-right: 0.01rem solid #fff;
    border-top: 0.01rem solid #fff;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    transform: translateY(-50%) rotate(45deg);
    transition: opacity 0.2s ease-out 0.2s,
        right 0.2s ease-out 0.2s;
    opacity: 0;
}

.join-more:hover,
.join-more.cur,
.join-b-r-l .l-i:hover,
.join-b-r-l .l-i.cur {
    background: #940509;
    color: #ffffff;
}

.join-more:hover i::before,
.join-more.cur i::before,
.join-b-r-l .l-i:hover i::before,
.join-b-r-l .l-i.cur i::before {
    background-color: #fff;
    transition: transform .2s ease-out, right .2s ease-out .2s;
    transform: translateY(-50%) rotate(0deg);
    right: 0.1rem;
}

.join-more:hover i::after,
.join-more.cur i::after,
.join-b-r-l .l-i:hover i::after,
.join-b-r-l .l-i.cur i::after {
    opacity: 1;
}

.join-b-r-r {
    width: calc(100% - 2.8rem);
}

.join-b-r-r-list-i {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0.4rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.join-b-r-r-list-i-l .t1 {
    font-weight: 600;
    font-size: 0.2rem;
    color: #940509;
}

.join-b-r-r-list-i-l .t2 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.19rem;
    margin: 0.23rem 0 0.18rem;
}

.join-b-r-r-list-i-l .t3 {
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 0.19rem;
}


.setting-pop-b {
    max-width: 8rem;
    width: 100%;
    padding: 0.3rem 0.2rem;
}

.setting-pop-b h3 {
    font-weight: 600;
    font-size: 0.2rem;
    color: #000000;
}

.setting-pop-b .info {
    margin: 0.3rem 0 0.16rem;
}

.setting-pop-b .info .info-i {
    width: 50%;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
}

.setting-pop-b .info .info-i em {
    font-weight: 600;
    font-size: 0.14rem;
    color: #91080A;
}

.setting-pop-b .msg {
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    line-height: 0.28rem;
}

.setting-pop-b .msg em {
    font-weight: 600;
    font-size: 0.14rem;
    color: #91080A;
    line-height: 0.24rem;
    margin-bottom: 0.05rem;
}

.setting-pop-b .msg .msg-i {
    margin-bottom: 0.17rem;
}

.layui-layer {
    border-radius: 10px !important;
}

/*  new  */
@-webkit-keyframes zoomOut {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes zoomOut {
    from {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes zoomOut {
    from {
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomOut {
    from {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 1400px) {

    .public-tobody,
    .mauto {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 1350px) {
    .h-model2-swiper2-i .info .t2 {
        margin-top: 0.3rem;
    }

    .h-model2-swiper2-i .info .t1,
    .home-swiper-con>.title {
        font-size: 0.42rem;
    }

    .h-model1-i .info-b .info {
        padding: 0 0.3rem;
    }

    .h-model2-a .t1 {
        padding: 0.8rem 0 1.1rem;
    }

    .h-model2-swiper2-i .img {
        min-height: 7rem;
    }
}

@media (max-width: 1200px) {
    main {
        padding-top: 0;
    }

    .h-model1-i .num {
        display: none;
    }
}

@media (max-width: 1100px) {
    nav ul li {
        min-width: 80px;
    }

    nav ul li {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    /* .h-model2-a {
        background: url(../images/05.png) no-repeat center;
        background-size: cover;
        background-attachment: initial;
    } */

    .h-model2-swiper2-i .info {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }

    .contact-b-i .t2,
    .contact-b-i .t1,
    .contact-b-i .img {
        margin-top: 0.2rem;
    }

    .contact-b-i {
        width: calc(100% / 2);
    }

    .kj-i-list {
        padding-top: 0.1rem;
    }

    .kj-i-t2 {
        margin: 0.4rem 0;
    }

    .kj-i-list-i {
        width: calc(100% / 2 - 1px);
    }

    .kj,
    .join-b,
    .company-b,
    .serve-b {
        padding: .8rem 0;
    }

    .kj-i,
    .kj-i-list-i,
    .serve-b .contact-b-i {
        margin-bottom: .5rem;
    }

    .company-b {
        position: relative;
    }

    .join-b-r,
    .company-b-list,
    .company-b-info {
        margin-top: 0.4rem;
    }

    .join-b-r {
        display: block;
    }


    .join-b-r-r,
    .join-b-r-l .l-i {
        width: 100%;
    }

    .join-b-r-r {
        margin-top: 0.3rem;
    }

    .kj-i-list-i .t2 {
        margin: 0.25rem 0;
    }
}

@media (max-width: 768px) {

    .homepageHero,
    .homepageHero__canvas {
        height: 1165px !important;
        max-height: 1165px !important;
    }

    .h-model2-swiper-r,
    .h-model2-swiper-b-page {
        padding-bottom: 0.5rem;
    }

    .h-model2-swiper-b-page .swiper-pagination {
        margin-right: 0.3rem;
    }

    .h-model2-swiper-b-page .swiper-button-prev {
        margin-right: 0.5rem;
    }

    .h-model2-a .t1 {
        padding: 0.5rem 0 1rem;
    }

    .h-model2-a {
        min-height: 5rem;
    }

    .h-model1-i .info-b .info {
        padding: 0.3rem 0.2rem;
    }

    .join-more {
        width: 1.5rem;
        min-width: 1.5rem;
    }

    .join-b-r-r-list-i {
        padding: 0.2rem;
    }

    .kj-i-t2,
    .kj-i-list-i .t2,
    .public-ft-row-a .ft-l .t1 {
        margin: 0.2rem 0;
    }

    .contact-b-i,
    .h-model1-i .info-b .info,
    .h-model1-i .info-b>.img,
    .public-ft-row-a .ft-l {
        width: 100%;
    }

    .public-ft-row-a .ft-r {
        display: none;
    }

    .kj-i-list-i .img,
    .kj-i-list-i .img img,
    .contact-b-i .img,
    .contact-b-i .img img {
        height: auto;
        max-height: none;
    }

    .kj,
    .join-b,
    .contact-b,
    .company-b,
    .serve-b {
        padding: .5rem 0 .6rem;
    }

    .contact-b-i,
    .kj-i-list-i,
    .serve-b .contact-b-i {
        width: 100%;
        padding: 0;
        border-left: none;
    }

    .contact-b-i .t2 {
        margin-top: 0.15rem;
    }

    .contact-b-i .img {
        margin-top: 0.2rem;
    }

    .serve-b .contact-b-i:last-child {
        margin-bottom: 0;
    }

    .kj-i-t1,
    .join-b-t1,
    .company-b-title,
    .h-model1 .row>.t1,
    .h-model2-swiper2-i .info .t1,
    .company-b-list-i-info .t1 {
        font-size: 0.3rem;
    }

    .h-model1 .row>.t1,
    .kj-i-list-i {
        margin-bottom: 0.4rem;
    }


    .h-model1 {
        padding: 0.5rem 0 1rem;
    }

    .h-model1-i:nth-child(even) .info-b,
    .h-model1-i .info-b {
        display: block;
    }

    .h-model2-swiper2-i .info .t2 {
        font-size: 0.22rem;
        margin-top: 0.2rem;
    }
}

@media (max-width: 580px) {
    .join-b .join-more {
        margin: auto;
        margin-top: 0.2rem;
    }

    .join-b-r-r-list-i {
        display: block;
    }

    .company-b-list-i-info .t1::after {
        margin: 0.2rem auto;
    }

    .public-banner-info h1 {
        font-size: 0.4rem;
    }

    .public-banner img {
        min-height: 4rem;
    }

    .kj-i-list-i .t1,
    .join-b-r-l .l-i,
    .setting-pop-b h3,
    .h-model1-i .info-b .info .t1,
    .public-ft-row-a .ft-l .t1,
    .join-b-r-r-list-i-l .t1,
    .public-banner-info h4,
    .contact-b-i .t1 {
        font-size: 0.28rem;
    }

    .kj-i-t2,
    .company-b-info,
    .kj-i-list-i .t2,
    .setting-pop-b .msg,
    .setting-pop-b .msg em,
    .h-model2-swiper2-i .info .t2,
    .company-b-list-i-info .t2,
    .public-ft-row-a .ft-l .t1,
    .public-ft-row-a .ft-l .t2,
    .h-model1-i .info-b .info .t2,
    .public-ft-row-a .ft-r .ft-r-i,
    .contact-b-i .t2 {
        line-height: 1.6;
    }

    .company-b-info,
    .kj-i-t2,
    .kj-i-list-i .t2,
    .contact-b-i .t2,
    .h-model2-a .t1,
    .h-model2-swiper-i,
    .h-model2-swiper2-i .info .t2,
    .setting-pop-b .msg,
    .h-model1-i .info-b .info .t2,
    .setting-pop-b .info .info-i,
    .setting-pop-b .msg em,
    .company-b-list-i-info .t2,
    .public-ft-row-a .ft-l .t2,
    .public-ft-row-a .ft-r .ft-r-i,
    .setting-pop-b .info .info-i em,
    .join-b-r-r-list-i-l .t3,
    .join-b-r-r-list-i-l .t2 {
        font-size: 0.22rem;
    }
}