.layui-form-select body {
    font-family: SourceHanSansCN !important;
}

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: 78px;
}

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: 78px;
    line-height: 78px;
    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;
}

.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: 78px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    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>a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 2px;
    background: #f58220;
    -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 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

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: 500;
    font-size: 16px;
    color: #262626;
    margin-left: 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: #f58220;
}

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: #fe7800;
}

nav ul li .sub-nav .cur {
    color: #fff;
    background: #fe7800;
}

/* 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: 78px;
}

.header.on nav ul li:hover .sub-nav,
.header.on nav ul li .sub-nav {
    top: 78px;
}

.header,
.header.on,
.header.active,
.header.cur {
    background: #fff;
}

.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%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-swiper-con {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 2;
}

.home-swiper-video,
.home-swiper-img {
    /* max-width: 1920px; */
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    margin: auto;
}

.home-swiper-con>.title {
    font-weight: 800;
    font-size: 0.6rem;
    color: #ffffff;
}

.home-swiper-con>.info {
    font-weight: 800;
    font-size: 0.3rem;
    color: #ffffff;
    margin-top: 0.31rem;
}

.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: #fe7800 !important;
}

.home-swiper-next,
.home-swiper-prev {
    width: .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: #fe7800;
    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;
}

.public-footer {
    background: url(../images/foot-bg.png) no-repeat;
    background-size: cover;
}

.public-footer-row-a {
    padding: 0.82rem 0 0.71rem;
}

.public-footer-row-i {
    width: 70%;
}

.public-footer-row-i .item {
    margin-right: 4%;
}

.public-footer-row-i .item:nth-child(3) {
    width: inherit;
}

.public-footer-row-i .item:last-child {
    margin-right: 0;
}

.public-footer-row-i .item .t1 {
    font-weight: 800;
    font-size: 0.18rem;
    color: #ffffff;
    margin-bottom: 0.1rem;
}

.public-footer-row-i .item .t2 {
    width: max-content;
    font-weight: 500;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.2rem;
    margin-right: 0.35rem;
    display: block;
}

.public-footer-row-i .item .t2:hover {
    font-weight: bold;
    color: #fff;
}

.public-footer-row-i .item-r {
    height: 3.5rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.public-footer-row-code {
    display: flex;
    justify-content: flex-end;
}

.public-footer-row-code-i {
    margin-left: 0.3rem;
}

.public-footer-row-code-i img {
    width: auto;
    object-fit: contain;
}

.public-footer-row-code-i .t1 {
    font-weight: 500;
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.2rem;
}

.public-footer-row-b {
    border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.public-footer-row-b .t1 {
    font-weight: 400;
    font-size: 0.14rem;
    color: #ffffff;
    text-align: center;
    padding: 0.38rem 0;
}

.h-menu {
    border-radius: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -78px;
    z-index: 1;
    box-shadow: 0px 0px 27px 0px rgba(8, 1, 3, 0.18);
}

.h-menu-i {
    width: calc(100% / 4);
}

.h-menu-i .a {
    min-height: 1.57rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.h-menu-i .a img {
    width: .51rem;
    max-width: max-content;
    margin: 0 auto;
    object-fit: contain;
}

.h-menu-i .a .t1 {
    font-weight: 400;
    font-size: .18rem;
    color: #004894;
    margin-top: .2rem;
    text-align: center;
}

.h-menu-i .b {
    position: absolute;
    min-height: 2.02rem;
    background: linear-gradient(90deg, #4380da, #0f479c);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
}

.h-menu-i:hover .b {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.h-menu-i .b .t1 {
    font-weight: 400;
    font-size: .18rem;
    color: #ffffff;
}

.h-menu-i .b .t2 {
    font-weight: 400;
    font-size: .14rem;
    color: #ffffff;
    line-height: .24rem;
    margin: 0.2rem 0;
}

.h-menu-i .b .t3 {
    width: .28rem;
    max-width: max-content;
    object-fit: contain;
}

.h-menu-i:first-child .a {
    border-radius: 7px 0 0 7px;
}

.h-menu-i:last-child .a {
    border-radius: 0 7px 7px 0;
}

.h-model1 {
    background: url(../images/h-bg1.png) no-repeat;
    background-size: cover;
    padding: 2.33rem 0 1.3rem;
}

.h-model1 .row .right,
.h-model1 .row .left {
    width: 48%;
}

.h-model1 .row .left h1 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #004894;
}

.h-model3-top h1::after,
.h-model1 .row .left h1::after {
    width: 0.94rem;
    height: 0.04rem;
    content: "";
    display: block;
    margin-top: 0.17rem;
    background: #004894;
}

.h-model1 .row .left>.t2 {
    font-weight: 500;
    font-size: 0.16rem;
    color: #383838;
    line-height: 0.36rem;
    margin-top: 0.44rem;
}

.h-model1 .row .left .menu {
    margin: 0.64rem 0 0.54rem;
}

.h-model1 .row .left .menu .menu-i {
    width: calc(100% / 4);
}

.h-model1 .row .left .menu .menu-i .a {
    min-height: 32px;
    display: flex;
    align-items: flex-end;
}

.gy-model2 .menu-i .a .t1,
.h-model1 .row .left .menu .menu-i .a .t1 {
    font-family: Impact;
    font-weight: 400;
    font-size: 0.4rem;
    line-height: 0.35rem;
    color: #fe7800;
    margin-right: 3px;
}

.gy-model2 .menu-i .a .t2,
.h-model1 .row .left .menu .menu-i .a .t2 {
    height: 100%;
    font-weight: 500;
    font-size: 0.16rem;
    color: #565455;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.gy-model2 .menu-i .a .t2 .t2-i,
.h-model1 .row .left .menu .menu-i .a .t2 .t2-i {
    line-height: 0.16rem;
    min-height: 0.16rem;
}

.gy-model2 .menu-i .b,
.h-model1 .row .left .menu .menu-i .b {
    font-weight: 500;
    font-size: 0.16rem;
    color: #383838;
    margin-top: 0.18rem;
}

.h-model1 .row .right {
    border-radius: 20px;
    overflow: hidden;
}

.h-more {
    width: max-content;
    min-width: 1.97rem;
    height: 0.66rem;
    background: #004894;
    border-radius: 33px 33px 0px 33px;
    font-weight: 500;
    font-size: 0.16rem;
    color: #ffffff;
}

.h-more.a {
    background: rgba(255, 255, 255, 0.15);
}

.h-more.b {
    background: #f0f0f0;
    color: #202020;
}

.h-more img {
    max-width: max-content;
    object-fit: contain;
    margin-left: 0.34rem;
}

.h-model2-a-i-img {
    width: 100%;
    display: block;
    margin: auto;
    min-height: 8.7rem;
    object-fit: cover;
}

.h-model2-a-info {
    position: absolute;
    max-width: 1400px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    padding: 8% 0 0;
}

.h-model2-a-info .t1 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #ffffff;
    margin-bottom: 0.21rem;
}

.h-model2-a-info .t2 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.36rem;
    margin-bottom: 0.63rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.h-model2-b-img {
    width: 0.96rem;
    height: 0.96rem;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-model2-b-img img {
    width: .42rem;
    object-fit: contain;
}

.h-model2-b-i {
    cursor: pointer;
}

.h-model2-b-i .t1 {
    font-weight: 800;
    font-size: 0.2rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0.25rem;
}

.h-model2-b {
    position: absolute !important;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    z-index: 2;
}

.h-model2-b1 {
    width: 90%;
}

.h-model2-b .swiper-button-next:after,
.h-model2-b .swiper-button-prev:after {
    color: #fff !important;
    font-size: .3rem !important;
}

.h-model2-b-i.swiper-slide-thumb-active .h-model2-b-img {
    background: #004894;
}

.h-model3 {
    padding: 0.95rem 0 0;
}

.h-model3-top h1 {
    font-weight: bold;
    font-size: 0.4rem;
    color: #111111;
}

.h-model3-list {
    margin-top: 0.59rem;
}

.h-model3-list-l {
    width: 68%;
}

.h-model3-list-l-i {
    width: 100%;
    margin-bottom: 0.28rem;
}

.h-model3-list-l-i:last-child {
    margin-bottom: 0;
}

.h-model3-list-l-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.h-model3-list-l-i-info,
.h-model3-list-l-i-img {
    width: 50%;
}

.h-model3-list-l-i-img img {
    min-height: 3.17rem;
}

.h-model3-list-l-i-info {
    padding: 0 0.47rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #f0f0f0;
}

.h-model3-list-l-i-info .t1 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #bcbcbc;
}

.h-model3-list-l-i-info .t2 {
    font-weight: 400;
    font-size: 0.26rem;
    color: #4a4a4a;
    line-height: 0.42rem;
    margin: 0.28rem 0;
}

.h-model3-list-r .more,
.h-model3-list-l-i-info .t3 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #fe7800;
}

.h-model3-list-r .more i,
.h-model3-list-l-i-info .t3 i {
    width: 19px;
    height: 19px;
    background: url(../images/h-img11.png) no-repeat;
    background-size: contain;
    margin-left: 11px;
}

.h-model3-list-l-i:hover .h-model3-list-l-i-info {
    background: linear-gradient(90deg, #4380da, #0f479c);
}

.h-model3-list-l-i:hover .h-model3-list-l-i-info * {
    color: #fff !important;
}

.h-model3-list-l-i:hover .h-model3-list-l-i-info .t3 i {
    background: url(../images/h-img12.png) no-repeat;
    background-size: contain;
}

.h-model3-list-r {
    width: 30%;
    background: #f0f0f0;
    border-top: 3px solid #004894;
    padding: 0.4rem 0.45rem 0.1rem;
}

.h-model3-list-r .row {
    width: 100%;
    height: 88%;
}

.h-model3-list-r .row .row-i {
    display: block;
    margin-bottom: 0.2rem;
}

.h-model3-list-r .row .row-i:last-child {
    margin-bottom: 0;
}

.h-model3-list-r .row .row-i .t1 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #bcbcbc;
    margin-bottom: 0.1rem;
}

.h-model3-list-r .row .row-i .t2 {
    font-weight: 400;
    font-size: 0.18rem;
    color: #4a4a4a;
    line-height: 0.3rem;
}

.h-model3-list-r .row .row-i .t2:hover {
    color: #fe7800;
}

.h-model3-list-r .more {
    margin-top: 0.2rem;
}

.h-model3-logo {
    background: #f0f0f0;
    margin-top: 0.29rem;
}

.h-model3-logo-i {
    width: calc(100% / 4);
    padding: 0.48rem 0;
    cursor: default;
}

.h-model3-logo-i img {
    object-fit: contain;
    display: block;
    margin: auto;
}

.public-banner-img {
    width: 100%;
    min-height: 4.51rem;
    object-fit: cover;
}

.public-banner-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.public-banner-info .t1 {
    font-weight: bold;
    font-size: 0.5rem;
    color: #ffffff;
}

.public-banner-info .t2 {
    font-weight: bold;
    font-size: 0.3rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.05rem;
    text-transform: uppercase;
}

.about-b {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.about-b img {
    object-fit: contain;
}

.public-menu-a {
    width: 100%;
    background: rgba(0, 72, 148, 0.8);
    position: relative;
    z-index: 1;
    margin-top: -0.7rem;
}

.public-menu-a .row {
    width: auto;
    margin: auto;
}

.public-menu-a .row .item a {
    min-height: 0.7rem;
    font-weight: 800;
    font-size: 0.16rem;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
    position: relative;
}

.public-menu-a .row .item>a::after {
    width: 100%;
    height: 2px;
    background: #f58220;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.public-menu-a .row .item.cur>a,
.public-menu-a .row .item>a:hover {
    background: #fff;
    color: #3a3a3a;
}

.public-menu-a .row .item.cur .subitem,
.public-menu-a .row .item.cur>a::after,
.public-menu-a .row .item .subitem .subitem-i.scur::after,
.public-menu-a .row .item .subitem .subitem-i:hover::after,
.public-menu-a .row .item>a:hover::after {
    visibility: visible;
    opacity: 1;
}

.public-menu-a .row .item .subitem .subitem-i.scur::after,
.public-menu-a .row .item .subitem .subitem-i:hover::after {
    width: calc(100% - 0.5rem);
}

.public-menu-a .row .item .subitem {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    border-bottom: 1px solid #d5d5d5;
    visibility: hidden;
    opacity: 0;
    background: #fff;
}

.public-menu-a .row .item .subitem .subitem-i {
    font-weight: bold;
    font-size: 0.16rem;
    color: #313131;
    position: relative;
}

.public-menu-a .row .item .subitem .subitem-i::after {
    width: 0;
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #054ba7;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.download-b {
    padding: 0.8rem 0 0.5rem;
}

.download-b-list-i {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.32rem 0;
    padding-right: 0.61rem;
}

.download-b-list-i .left>img {
    width: 0.54rem;
    height: auto;
    object-fit: contain;
    margin-right: 0.39rem;
}

.download-b-list-i .left .left-info .t1 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #3b3b3b;
}

.download-b-list-i .left .left-info .left-info-time {
    margin-top: 0.15rem;
    font-family: Arial;
    font-weight: 400;
    font-size: 0.14rem;
    color: #afafaf;
}

.download-b-list-i .left .left-info .left-info-time img {
    margin-right: 0.1rem;
}

.download-b-list-i .right {
    font-weight: 400;
    font-size: 0.14rem;
    color: #afafaf;
}

.download-b-list-i .right i {
    width: 0.19rem;
    height: 0.2rem;
    background: url(../images/down2.png) no-repeat center center;
    background-size: contain;
    margin-right: 0.14rem;
}

.download-b-list-i:hover .left .left-info .t1,
.download-b-list-i:hover .right {
    color: #004894;
}

.download-b-list-i:hover .right i {
    background: url(../images/down3.png) no-repeat center center;
    background-size: contain;
}

.faq-b {
    padding: 0.53rem 0;
}

.serve-i {
    background: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 0.22rem;
}

.serve-i .b .b-i>img,
.serve-i .a .a1 img {
    width: 0.2rem;
    height: max-content;
    object-fit: contain;
    margin-right: 0.18rem;
}

.serve-i .b .t1 {
    font-weight: 500;
    font-size: 0.16rem;
    color: #3b3b3b;
    line-height: 0.26rem;
}

.serve-i .a,
.serve-i .b {
    padding: 0.28rem 0;
}

.serve-i .a .t1 {
    font-weight: 800;
    font-size: 0.18rem;
    color: #3b3b3b;
}

.serve-i .b {
    display: none;
    border-top: 1px solid #e0e0e0;
}

.serve-i.cur .a .i1,
.serve-i .a .i2 {
    display: none;
}

.serve-i.cur .a .i2 {
    display: block;
}

.serve-i .a .a2 img {
    width: 0.23rem;
    height: max-content;
    min-width: 0.24rem;
    object-fit: contain;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 32%;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.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: #f9f9f9;
}

.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: .3rem;
    border: 1px solid #ebebeb;
    background: #f9f9f9;
}

.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: #004894;
    padding: 0.19rem 0.8rem;
}

.lx-i-inpit-btn {
    background: #004894;
    border-radius: 30px;
    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;
    margin-top: 0.37rem;
    margin: auto;
}

.lx-box>.t1 {
    font-weight: 400;
    font-size: 0.24rem;
    color: #363636;
    margin-bottom: 0.32rem;
}

.lx-i-inpit-i>.code {
    width: 125px;
    height: 42px;
}

.lx-i-inpit-i>.code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lx-box {
    padding: 1rem 20px;
}

.business-b {
    padding-top: 0.5rem;
    padding-bottom: 0.63rem;
}

.business-b-i {
    margin-bottom: 0.38rem;
}

.business-b-i:last-child {
    margin-bottom: 0;
}

.business-b-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.business-b-i .info,
.business-b-i .img {
    width: 50%;
}

.business-b-i .img img {
    max-height: 3.62rem;
    min-height: 3.62rem;
}

.business-b-i .info {
    padding: 0.47rem 0.6rem;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business-b-i .info .t1 {
    font-weight: bold;
    font-size: 0.24rem;
    color: #1f63b5;
    margin-bottom: 0.2rem;
}

.business-b-i .info .t2 {
    font-size: 0.16rem;
    font-weight: 300;
    color: #000000;
    line-height: 0.3rem;
}

.business-b-i .info .t3 {
    width: 1.35rem;
    height: 0.38rem;
    border-radius: 19px;
    border: 0.01px solid #004894;
    text-align: center;
    font-weight: 500;
    font-size: 0.16rem;
    color: #0269b8;
    line-height: 0.38rem;
    margin-top: 0.26rem;
}

.news-list-b {
    padding: 0.4rem 0 0.58rem;
}

.news-list-i {
    padding-bottom: 0.31rem;
    margin-bottom: 0.31rem;
    border-bottom: 1px solid #f0f0f0;
}

.news-list-i-img {
    max-width: 4.27rem;
    max-height: 2.64rem;
    width: 100%;
    border-radius: 20px;
}

.news-list-i-img img {
    object-fit: cover;
}

.news-list-i-con {
    width: calc(100% - 5rem);
}

.news-list-i-con .t1 {
    font-weight: bold;
    font-size: 0.2rem;
    color: #3d3d3d;
}

.news-list-i-con .time {
    margin: 0.13rem 0 0.35rem;
    font-weight: 300;
    font-size: 14px;
    color: #636363;
}

.news-list-i-con .time i {
    width: 20px;
    height: 2px;
    background: #0269b8;
    margin-right: 0.11rem;
}

.news-list-i-con .t2 {
    font-weight: 500;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.3rem;
}

.news-list-i-con .t3 {
    width: fit-content;
    min-width: 1.34rem;
    height: .41rem;
    background: #f0f4fc;
    font-weight: 400;
    font-size: 14px;
    color: #0269b8;
    padding: 0 20px;
    margin-top: 0.4rem;
    transition: all 0.4s;
    border-radius: 20px;
}

.news-list-i .news-list-i-con .t3 .r {
    width: .16rem;
    height: .09rem;
    margin-left: 0.15rem;
    background: url(../images/nr.png)no-repeat;
    background-size: contain;
}

.news-list-i:hover .news-list-i-con .t3 .r {
    background: url(../images/nr1.png)no-repeat;
    background-size: contain;
}

.news-list-i:hover .news-list-i-con .t3 {
    background: #0269b8;
    color: #f9f9f9;
}

.news-list-i:hover .news-list-i-con .t1 {
    color: #0269b8;
}

.honor-b {
    padding: 1rem 0 0.8rem;
}

.honor-b-list-i {
    width: calc(100% / 4);
    margin-bottom: 0.23rem;
    padding-right: 0.18rem;
}

.honor-b-list-i .row {
    border-radius: 10px;
    padding: 0.28rem 0.38rem;
    background: #f6f6f6;
    position: relative;
}

.honor-b-list-i .row::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.42rem;
    height: 0.44rem;
    content: "";
    background: url(../images/big.png);
    z-index: 2;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    transition: all 0.41s;
}

.honor-b-list-i .row::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
}

.honor-b-list-i:hover .row::before,
.honor-b-list-i:hover .row::after {
    visibility: visible;
    opacity: 1;
}

.news-detail-b-row {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    padding: 0.53rem;
    background: #ffffff;
    border-top: 2px solid #0269b8;
}

.news-b {
    padding: 0.59rem 0;
    background: #f8f8f8;
}

.news-detail-b {
    padding: 0.29rem 20px;
}

.news-detail-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.31rem;
}

.news-detail-menu>.info {
    font-weight: 400;
    font-size: 0.16rem;
    color: #717171;
    margin: 0 2% 0 0;
}

.news-detail-share {
    margin: 0 2%;
}

.news-detail-b-row-top {
    position: relative;
    padding-bottom: 3%;
    border-bottom: 1px solid #eeeeee;
}

.news-detail-b-row-top>.title {
    font-weight: bold;
    font-size: 0.24rem;
    color: #393939;
}

.news-detail-share>.title {
    font-size: 16px;
    font-weight: 500;
    margin-left: 14px;
}

.news-detail-con {
    padding: 0.37rem 0;
    line-height: 30px;
    font-weight: 400;
    font-size: 0.16rem;
    color: #2d2d2d;
    line-height: 0.3rem;
}

.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-page-l-prev,
.news-detail-page-l-next {
    font-weight: 400;
    font-size: 0.14rem;
    color: #7d7d7d;
    margin: 3% 0;
    display: block;
}

.news-detail-page-l-prev:hover,
.news-detail-page-l-next:hover {
    color: #034698;
}

.news-detail-page {
    background: #f9f9f9;
    padding: 3% 4%;
}

.news-detail-page-r {
    max-width: 1.66rem;
    width: 100%;
    height: .48rem;
    background: #0269b8;
    border-radius: 25px;
}

.news-return {
    width: .23rem;
}

.news-detail-page-r>.title {
    font-weight: 500;
    font-size: 0.16rem;
    color: #ffffff;
    margin-left: 0.11rem;
}

.recruit-b {
    padding: 0.4rem 0 0.69rem;
}

.join-top {
    height: 59px;
    padding: 0 .29rem 0 .45rem;
}

.unfold {
    width: 73px;
    text-align: center;
}

.join-nav {
    width: calc(100% - 90px);
    font-size: .16rem;
    font-weight: bold;
    color: #444444;
}

.join-nav li {
    width: 13%;
}

.join-nav li:nth-child(1) {
    margin-right: 15px;
}

.join-nav li:nth-child(3) {
    width: 30%;
}

.join-nav li:nth-child(n + 4) {
    text-align: center;
}

.join-nav1 {
    height: 47px;
    font-size: .16rem;
    font-weight: 500;
    color: #3b3b3b;
    display: flex;
    align-items: center;
}

/* .join-nav1 li:nth-child(1) {
    color: #3b60b8
} */

.join-con-box {
    background: #f9f9f9;
    margin-bottom: 16px;
}

.unfold-up {
    background: url(../images/r2.png) no-repeat center center;
    width: 73px;
}

.join-us {
    font-size: .16rem;
    color: #3b3b3b;
    line-height: .3rem;
    background: #fff;
    padding: 0.3rem 0.3rem 0.4rem 0.45rem;
}

.join-us .t1 {
    font-weight: bold;
}

.join-con-box.current {
    box-shadow: 0px 0px 32px 0px rgba(23, 43, 132, 0.13);
}

.join-con-box.current .join-btn {
    background: #004894;
}

.join-con-box.current .join-nav1 {
    color: #fff;
}

.join-btn {
    padding: 0 .29rem 0 .45rem;
}

.join-con-box.current .unfold-up {
    background: url(../images/r3.png) no-repeat center center;
}

.join-us-btn>.title {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 0.08rem;
}

.join-us-btn {
    width: max-content;
    padding: 0.16rem 0.35rem;
    background: #007bc6;
    border-radius: 50px;
    margin-top: 0.4rem;
}

.join-us-btn .webuploader-pick {
    line-height: initial !important;
    color: #fff !important;
}

.contact-b {
    padding: 0.56rem 0;
}

.contact-b-top {}

.contact-b-top .left {
    background: #f9f9f9;
    display: flex;
    text-align: left;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.68rem;
}

.contact-b-top .left .t1 {
    width: 100%;
    font-weight: bold;
    font-size: 0.24rem;
    color: #1f63b5;
    margin-bottom: 0.15rem;
}

.contact-b-top .left .t2 {
    width: 100%;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.36rem;
}

.contact-b-top .left,
.contact-b-top .right {
    width: 50%;
}

.contact-b-top .right .contacts-map {
    width: 100%;
    min-height: 3.17rem;
    object-fit: cover;
}

.contact-b-list {
    margin-top: 0.28rem;
}

.contact-b-list-i {
    width: 49%;
    background: #f9f9f9;
    border-radius: 10px;
    border-top: 3px solid #0269b8;
    padding: 0.83rem 0.68rem;
    margin-bottom: 0.28rem;
}

.contact-b-list-i .t1 {
    width: 100%;
    font-weight: bold !important;
    font-size: 0.24rem !important;
    color: #1f63b5 !important;
    margin-bottom: 0.15rem;
}

.contact-b-list-i p,
.contact-b-list-i .t2 {
    width: 100%;
    font-size: 0.16rem;
    color: #000000;
    line-height: 0.36rem;
}

.gy-model1 {
    padding: 0.67rem 0;
}

.gy-model1 .info,
.gy-model1 .img {
    width: 48%;
}

.gy-model1 .img {
    border-radius: 25px;
}

.gy-model1 .info .t1 {
    font-weight: 800;
    font-size: 0.36rem;
    color: #004894;
    margin-bottom: 0.2rem;
}

.gy-model1 .info .t2 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #2c2c2c;
    line-height: 0.36rem;
}

.gy-model2 {
    background: url(../images/a2.png) no-repeat;
    background-size: cover;
}

.gy-model2 .menu-i {
    width: calc(100% / 4);
    padding: 0.5rem 5% 0.6rem;
}

.gy-model2 .menu-i .a {
    display: flex;
    align-items: flex-end;
}

.gy-model2 .menu-i .b,
.gy-model2 .menu-i .a .t2 .t2-i,
.gy-model2 .menu-i .a .t1 {
    color: #fff;
}

.gy-model3 {
    background: #f2f6fa;
    padding: 0.5rem 0;
}

.gy-model3 h3 {
    font-weight: 800;
    font-size: 0.36rem;
    color: #004894;
    text-align: center;
}

.gy-model3-list {
    margin-top: 0.45rem;
}

.gy-model3-list-i {
    width: calc(100% / 4);
    padding-right: 0.21rem;
}

.gy-model3-list-i .row {
    height: 100%;
    border-radius: 20px;
    border-top: 3px solid #004894;
    padding: 0.41rem 0.31rem;
    background: #fff;
}

.gy-model3-list-i .row .t1 {
    font-weight: 800;
    font-size: 0.18rem;
    color: #004894;
    margin-bottom: 0.25rem;
}

.gy-model3-list-i .row .t2 {
    font-weight: 500;
    font-size: 0.16rem;
    color: #2c2c2c;
    line-height: 0.3rem;
}

.gy-model4 {
    padding-top: 0.8rem;
    background: url(../images/h-bg.png) no-repeat #fff center bottom;
    background-size: 100% auto;
}

.gy-model4 h3 {
    font-weight: 800;
    font-size: 0.36rem;
    color: #004894;
    text-align: center;
}

.gy-model4 h4 {
    font-weight: 500;
    font-size: 0.24rem;
    color: #000000;
    margin-top: 0.2rem;
    text-align: center;
}

.about-develop-swiper {
    width: 93%;
    margin-top: 0.74rem;
    /* border-bottom: 1px solid #DADADA; */
}

.about-develop-swiper::after {
    width: calc(100% - 14px);
    height: 1px;
    content: "";
    display: block;
    margin: auto;
    background: #dadada;
}

.about-develop-swiper-i-con {
    width: 100%;
    min-height: 3.19rem;
}

.about-develop-swiper-i-con .t1 {
    font-weight: 800;
    font-size: 0.24rem;
    color: #004894;
    line-height: 0.24rem;
    margin-bottom: 0.1rem;
}

.about-develop-swiper-i-con .t2 {
    font-weight: 400;
    font-size: 0.16rem;
    color: #000;
    line-height: 0.3rem;
    text-align: justify;
}

.layui-form-select dl dd {
    font-size: 16px !important;
}

.about-develop-swiper-i-con .t2::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background: #dadada;
}

.about-develop-swiper-i-con .t2::-webkit-scrollbar-thumb {
    background: #0050a2;
}

.about-develop-swiper-i::after {
    width: 21px;
    height: 100%;
    background: #dadada;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/h1.png) no-repeat top left;
    background-size: 100% 100%;
    z-index: 0;
}

.about-develop-swiper-i {
    height: auto !important;
    padding: 0 0 0.54rem 0.42rem;
}

.about-develop-swiper-b {
    margin-top: 1rem;
}

.about-develop-swiper-b-next,
.about-develop-swiper-b-prev {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer;
    user-select: none;
}

.about-develop-swiper-b-next::after,
.about-develop-swiper-b-prev::after {
    min-width: 0.41rem;
    width: 0.41rem !important;
    height: 0.41rem !important;
    background: #c9ced3 !important;
    border-radius: 50%;
    font-size: .2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    margin: 0 !important;
}

.about-develop-swiper-b-next:hover::after,
.about-develop-swiper-b-prev:hover:after {
    background: #0269B8 !important;
}

.about-develop-swiper-b-prev {
    left: 0 !important;
}

.about-develop-swiper-b-next {
    right: 0 !important;
}

/*  new  */

@media (max-width: 1400px) {
    .h-model2-a-info .t2 {
        -webkit-line-clamp: 7;
    }
    nav ul li {
        padding: 0 0.15rem;
    }

    .gy-model4,
    .h-model2-a-info,
    .public-tobody,
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    }

    .public-footer-row-i {
        width: 80%;
    }

    .public-footer-row-i .item {
        margin-right: 3%;
    }

    .public-footer-row-i .item .t2 {
        margin-right: .3rem;
    }
}

@media (max-width: 1350px) {
    .develop-b .row {
        transform: scale(0.6);
        margin-left: -100px;
    }

    .header .logo img {
        max-width: none;
        width: 100%;
    }
}

@media (max-width: 1280px) {
    .public-menu-a .row .item a {
        padding: 0 0.2rem;
    }

    .h-model1 .row .left .menu {
        margin: 0.5rem 0;
    }

    .gy-model2 .menu-i .b,
    .h-model1 .row .left .menu .menu-i .b {
        margin-top: 0.13rem;
    }

    .gy-model2 .menu-i .a .t1,
    .h-model1 .row .left .menu .menu-i .a .t1 {
        font-size: 0.35rem;
    }
}

@media (max-width: 1200px) {
    .honor-b-list-i {
        width: calc(100% / 3);
    }

    .public-footer-row-i {
        display: none;
    }

    .public-footer-row-code {
        margin: auto;
    }

    main {
        padding-top: 0;
    }

    .gy-model1 {
        display: block;
    }

    .gy-model1 .info,
    .gy-model1 .img {
        width: 100%;
    }

    .gy-model1 .info {
        margin-top: .2rem;
    }
}

@media (max-width: 1100px) {
    nav ul li {
        min-width: 80px;
    }

    nav ul li {
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .about-develop-swiper-i-con {
        min-height: 3rem;
    }

    .gy-model3-list {
        display: flex;
        flex-wrap: wrap;
    }

    .gy-model3-list-i {
        width: calc(100% / 2);
        margin-bottom: .3rem;
    }

    .contact-b-top .left {
        padding: 0 .4rem;
    }

    .contact-b-list-i {
        padding: .4rem;
    }

    .join-nav li:nth-child(3) {
        width: 50%;
    }

    .join-nav li {
        width: 25%;
    }

    .join-nav li:nth-child(6),
    .join-nav li:nth-child(5),
    .join-nav li:nth-child(4) {
        display: none;
    }

    .honor-b {
        padding: .5rem 0;
    }

    .news-list-i-img {
        margin: auto;
        margin-top: .3rem;
    }

    .news-list-i-con {
        width: 100%;
    }

    .news-list-i {
        display: block;
    }

    .news-detail-b-row {
        width: calc(100% - 50px);
    }

    .h-model3-logo-r {
        display: flex;
        flex-wrap: wrap;
    }

    .h-model3-logo-i {
        width: calc(100% / 2);
        padding: .3rem .2rem;
    }

    .h-model3-list-r,
    .h-model1 .row .right {
        margin-top: 20px;
    }

    .h-model3-list-l,
    .h-model3-list-r,
    .h-model1 .row .right,
    .h-model1 .row .left {
        width: 100%;
    }

    .h-model3-list,
    .h-model1 .row {
        display: block;
    }

    .h-model1 {
        padding: .5rem 0;
    }

    .h-menu {
        position: static;
        transform: none;
        margin: 0;
    }

    .public-footer-row-b .t1 {
        padding: .3rem 0;
    }

    .public-footer-row-a {
        padding: 0.5rem 0;
    }

    .public-footer-row-code-i {
        margin: 0 0.22rem;
    }

    .public-menu,
    .public-nav {
        display: none;
    }

    .main-nav-m {
        display: block;
    }

    .contact-b-top {
        display: block;
    }

    .contact-b-top .left,
    .contact-b-top .right {
        width: 100%;
    }

    .contact-b-top .left {
        padding: .5rem .4rem;
    }
}

@media (max-width: 768px) {

    .about-develop-swiper,
    .about-develop-swiper-b {
        margin-top: .5rem;
    }

    .gy-model4 {
        padding-top: 0.5rem;
    }

    .gy-model3-list-i {
        padding-right: 0;
    }

    .gy-model3-list {
        margin-top: .3rem;
    }

    .gy-model3,
    .gy-model1 {
        padding-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .gy-model3-list-i .row .t1 {
        margin-bottom: .2rem;
    }

    .gy-model3-list-i:last-child,
    .contact-b-list-i:last-child {
        margin-bottom: 0;
    }

    .gy-model3-list-i,
    .contact-b-list-i {
        width: 100%;
    }

    .contact-b-list-i,
    .contact-b-top .left {
        padding: .3rem;
    }


    .join-top {
        height: 40px;
    }

    .join-nav {
        width: calc(100% - 40px);
    }

    .unfold,
    .unfold-up {
        width: 35px;
    }

    .join-us {
        padding: .2rem .3rem;
    }

    .join-top,
    .join-btn {
        padding: 0 .2rem;
    }

    .honor-b-list-i {
        width: calc(100% / 2);
    }

    .download-b-list-i {
        padding-right: 0.2rem;
    }

    .download-b {
        padding-top: 0.3rem;
        padding-bottom: .5rem;
    }

    .news-list-i-con .t3 {
        margin-top: .2rem;
    }

    .news-list-i-con .time {
        margin: 0.13rem 0 0.2rem;
    }

    .news-list-i-img {
        max-width: none;
        max-height: none;
    }

    .news-detail-page-r {
        margin: auto;
    }

    .news-b {
        padding: .5rem 0;
    }

    .news-detail-b-row {
        padding: .3rem;
    }

    .business-b-i .info {
        padding: 0.3rem;
    }

    .news-detail-page,
    .business-b-i:nth-child(even),
    .business-b-i {
        display: block;
    }

    .gy-model4 h3,
    .gy-model3 h3,
    .gy-model1 .info .t1,
    .public-banner-info .t2 {
        font-size: .3rem;
    }

    .public-banner-info .t1 {
        font-size: .4rem;
    }

    .lx-i-inpit-a .lx-i-inpit-i .i1,
    .lx-i-inpit-b .lx-i-inpit-i {
        padding: 15px;
    }

    .lx-i-inpit-b .lx-i-inpit-i,
    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        margin-bottom: .2rem;
    }

    .business-b-i .info,
    .business-b-i .img,
    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
    }

    .lx-i-inpit-a {
        display: block;
    }

    .lx-box {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    .h-model2-a-info .t2 {
        margin-bottom: .4rem;
    }

    .h-model3 {
        padding-top: .5rem;
    }

    .h-model3-top h1::after,
    .h-model1 .row .left h1::after {
        width: 0.6rem;
    }

    .h-model2-a-info .t1,
    .h-model1 .row .left h1 {
        font-size: .3rem;
    }

    .h-model1 .row .left>.t2 {
        line-height: 0.32rem;
        margin-top: 0.25rem;
    }

    .h-model1 .row .left .menu {
        margin: 0.3rem 0;
    }

    .h-model1 {
        padding: .4rem 0;
    }

    .fixed-b {
        display: none;
    }

    .page-i {
        padding: 0 20px;
    }

    .page-b-i {
        margin: 0 5px;
    }

    .page-b {
        margin: 0 10px;
    }

    .h-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .h-menu-i {
        width: calc(100% / 2);
    }

    .gy-model2 .menu-i {
        padding: 0.5rem 0% 0.6rem;
    }
}

@media (max-width: 580px) {


    .serve-i .b .b-i>img,
    .serve-i .a .a1 img {
        width: 0.25rem;
    }

    .join-nav li:nth-child(1) {
        margin-right: 5px;
    }

    .download-b-list-i .left>img {
        margin-right: .3rem;
    }

    .news-detail-menu {
        margin-top: .2rem;
    }

    .h-model3-logo-i img {
        margin: 0;
    }

    .honor-b-list-i,
    .h-model3-logo-i {
        width: 100%;
    }

    .h-model3-list-l-i-info .t2 {
        margin: 0.2rem 0;
    }

    .h-model3-list-l-i-info {
        padding: 0 0.3rem;

    }

    .h-model3-list-r {
        padding: .3rem;
    }

    .serve-i .a .t1,
    .h-menu-i .b .t1,
    .join-top .unfold,
    .join-top .join-nav,
    .h-model2-a-info .t2,
    .news-list-i-con .t1,
    .gy-model3-list-i .row .t1,
    .main-nav-m .title strong,
    .h-model3-list-l-i-info .t2,
    .h-model3-list-r .row .row-i .t2,
    .download-b-list-i .left .left-info .t1,
    .h-menu-i .a .t1 {
        font-size: .24rem;
    }

    .h-more,
    .join-us,
    .join-nav1,
    .lx-i-inpit-btn,
    .serve-i .b .t1,
    .news-detail-con,
    .h-menu-i .b .t2,
    .lx-i-inpit-i .s1,
    .lx-i-inpit-i .i1,
    .gy-model1 .info .t2,
    .news-list-i-con .t2,
    .contact-b-list-i .t2,
    .gy-model2 .menu-i .b,
    .h-model3-list-r .more,
    .business-b-i .info .t2,
    .business-b-i .info .t3,
    .news-detail-menu>.info,
    .contact-b-top .left .t2,
    .news-detail-page-l-prev,
    .news-detail-page-l-next,
    .download-b-list-i .right,
    .gy-model3-list-i .row .t2,
    .news-detail-page-r>.title,
    .h-model3-list-l-i-info .t1,
    .h-model3-list-l-i-info .t3,
    .about-develop-swiper-i-con .t2,
    .h-model3-list-r .row .row-i .t1,
    .h-model1 .row .left .menu .menu-i .b,
    .download-b-list-i .left .left-info .left-info-time,
    .h-model1 .row .left>.t2 {
        font-size: .2rem;
    }

    .serve-i .b .t1,
    .news-detail-con,
    .gy-model1 .info .t2,
    .news-list-i-con .t2,
    .contact-b-list-i .t2,
    .business-b-i .info .t2,
    .news-detail-page-l-prev,
    .news-detail-page-l-next,
    .gy-model3-list-i .row .t2,
    .gy-model3-list-i .row .t1,
    .h-model3-list-l-i-info .t2,
    .h-model3-list-r .row .row-i .t2,
    .public-footer-row-b .t1 {
        line-height: 1.5;
    }

    .public-footer-row-b .t1,
    .public-footer-row-code-i .t1 {
        font-size: 14px;
    }

}