.layui-form-select body {
    font-family: SourceHanSansCN !important;
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Regular.otf);
}

body,
html {
    font-family: SourceHanSansCN !important;
}

.mauto {
    max-width: 1600px;
}

.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 {
    overflow-x: hidden;
} */

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    /* background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6;
}

.logo {
    height: 85px;
    line-height: 85px;
    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.25rem;
    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:hover, */
nav ul li.cur {
    background: rgba(0, 80, 162, 0.9);
}

nav ul li>a {
    position: relative;
    width: 100%;
    min-width: max-content;
    height: 100%;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    font-size: 0.24rem;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header {
    /* background: #fff; */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.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: #005BAC;
    -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 .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-transition: all .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: 66px;
    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: 18px;
    padding: 8px 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav ul li .sub-nav a:last-child {
    border-bottom: none;
}

.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 0 0.3rem;
    min-width: max-content;
    display: flex;
    align-items: center;
}

.nav-menu-i img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.nav-menu-i span {
    font-weight: 500;
    font-size: 0.24rem;
    color: #ffffff;
    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;
    /* background: rgba(0, 91, 172, 0.9); */
    border-radius: 4px 4px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header.cur *,
.header.on nav ul li>a {}

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: #005bac;
}

nav ul li .sub-nav .cur {
    color: #fff;
    background: #005bac;
}

/* 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: 56px;
}

.header.on nav ul li:hover .sub-nav,
.header.on nav ul li .sub-nav {
    top: 56px;
}

.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-top {
    margin-top: 161px;
}

.public-tobody {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.header.cur .logo .i1,
.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.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: 100%;
    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(0, 91, 172, 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(0, 91, 172, 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 {
    max-width: 1920px;
    /* height: 100vh; */
    padding-top: 161px !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.home-swiper-con {
    max-width: 1600px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    z-index: 2;
}

.home-swiper-video,
.home-swiper-img {
    max-width: 1920px;
    width: 100%;
    display: block;
    object-fit: contain;
    margin: 0 auto;
}

.home-swiper-video.h5,
.home-swiper-img.h5 {
    display: none;
}

.home-swiper-con>.title {
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
    line-height: 60px;
}

.home-swiper-con>.title1 {
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
}

.home-swiper-con>.title1::after {
    width: 100px;
    height: 2px;
    background: #ffffff;
    content: "";
    display: block;
    margin: 26px 0 50px;
}

.home-swiper-con>.info {
    max-width: 531px;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    color: #ffffff;
}

.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: #005bac !important;
}

.home-swiper-next,
.home-swiper-prev {
    width: 0.5rem;
    height: 0.5rem;
    background: #005bac;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 10px;
    cursor: pointer;
}

.fixed-b {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    transform: translateY(-50%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.fixed-b-i {
    position: relative;
    background: #fff;
    padding: 10px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 80px;
}

.fixed-b-i:last-child {
    border-bottom: none;
}

.fixed-b-i .t1 {
    font-weight: 400;
    font-size: 16px;
    color: hsla(0, 0%, 0%, 0.8);
    text-align: center;
    margin-top: 5px;
    word-break: break-all;
    line-height: 20px;
}

.fixed-b-i>img {
    width: max-content;
    height: max-content;
    display: block;
    margin: auto;
    object-fit: contain;
}

.fixed-b-i-r {}

.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: #005bac;
    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;
}

.header-top {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    position: relative;
}

.header-top::after {
    width: 100vw;
    height: 100%;
    background: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.header-top img {
    min-height: 70px;
    object-fit: contain;
}

.header-top .logo {
    width: 20%;
    padding-left: 0.25rem;
    position: relative;
    z-index: 1;
}

.header-top .t1 {
    width: 50%;
    position: relative;
    z-index: 1;
    max-height: 8.5rem;
}

.header-menu {
    background: rgba(0, 91, 172, 0.9);
}

.h-row {
    padding: 0.76rem 0;
}

.h-m1-r,
.h-m1-l {
    width: 50%;
}

.h-m1-r {
    padding-left: 0.85rem;
}

.pub-top {
    width: 100%;
}

.pub-top-l {
    font-weight: 800;
    font-size: 32px;
    color: #242424;
}

.pub-top-l img {
    width: 25px;
    margin-right: 11px;
}

.pub-top-r {
    width: fit-content;
    height: auto;
    border-radius: 3px;
    border: 1px solid rgba(0, 91, 172, 0.5);
    padding: 6px 15px;
    font-weight: 500;
    font-size: 18px;
    color: #005bac;
    transition: all 0.4s;
}

.pub-top-r:hover .i1,
.pub-top-r .i2 {
    display: none;
}

.pub-top-r:hover {
    background: #005bac;
    color: #fff;
}

.pub-top-r img {
    width: 13px;
    margin-left: 9px;
}

.pub-top-r:hover .i2 {
    display: block;
}

.h-m1-r-info {
    padding: 0.55rem 0 0.65rem;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    text-align: justify;
    line-height: 36px;
}

.h-m1-r-menu-i {
    width: fit-content;
    padding: 0 20px;
}

.h-m1-r-menu-i .a .a-i .t1 {
    font-weight: 800;
    font-size: 30px;
    color: #005bac;
}

.h-m1-r-menu-i .a {
    min-height: 0.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.h-m1-r-menu-i .a>img {
    width: fit-content;
    height: max-content;
    object-fit: contain;
    margin-right: 11px;
}

.h-m1-r-menu-i .b {
    font-weight: 500;
    font-size: 18px;
    color: #565455;
    text-align: center;
}

.h-m1-r-menu-i .a .a-i .t2 {
    font-family: Impact;
    font-weight: 400;
    font-size: 40px;
    color: #005bac;
}

.h-m1-r-menu-i .a .a-i .t3 {
    font-weight: 800;
    font-size: 20px;
    color: #005bac;
}

.h-m5,
.h-m4,
.h-m2 {
    background: #f9f9f9;
    position: relative;
}

.h-swiper2 {
    width: 100%;
}

.h-swiper2 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.h-swiper2 .swiper-slide {
    width: calc(100% / 5);
    height: auto;
    margin-bottom: 0.3rem;
    /* height: calc((100% - 30px) / 2) !important; */
}

.h-swiper2-i-tag {
    width: 0.72rem;
    height: 0.72rem;
    object-fit: contain;
    position: absolute;
    top: -0.05rem;
    right: -0.05rem;
    z-index: 9;
}

.h-swiper2-i,
.h-swiper2-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-swiper2-img img {
    width: auto;
    height: auto !important;
    max-height: 2.1rem;
    object-fit: cover;
    display: block;
}

.h-swiper2-i {
    position: relative;
    margin: 0.1rem;
    background: #fff;
    min-height: 1.72rem;
}

.h-swiper2 {
    margin-top: 0.5rem;
}

.h-swiper2-t {
    font-weight: 500;
    font-size: 18px;
    color: #525252;
    margin-top: 0.18rem;
    text-align: center;
}

.swiper-scrollbar {
    height: 8px !important;
    position: static !important;
    max-width: 5rem;
    margin: auto;
    margin-top: 0.64rem;
    cursor: pointer;
}

.swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #005eb8;
}

.h-swiper3 {
    margin-top: 0.5rem;
}

.h-swiper3-i {
    overflow: hidden;
}

.h-swiper3-i,
.h-swiper3-i .a {
    position: relative;
}

.h-swiper3-i .a .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    padding: 0.24rem 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.h-swiper3-i .b {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 0.4rem 20px;
    opacity: 0;
    visibility: hidden;
    transition: ease-out 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 91, 172, 0.62);
}

.h-swiper3-i .b .t1 {
    font-weight: 800;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
}

.h-swiper3-i .b .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin: 0.2rem 0 0.34rem;
    text-align: center;
}

.h-swiper3-i .b img {
    width: max-content;
    height: max-content;
    margin: 0 auto;
    display: block;
}

.h-swiper3-i:hover .a .t1 {
    display: none;
}

.h-swiper3-i:hover .b {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.pub-top-c {}

.pub-top-c-i {
    font-weight: 400;
    font-size: 20px;
    color: #131313;
    position: relative;
    padding: 0 0.4rem;
}

.pub-top-c-i.cur {
    font-weight: 800;
    color: #005bac;
}

.pub-top-c-i::after {
    width: calc(100% - 0.8rem);
    height: 2px;
    content: "";
    display: none;
    margin-top: 5px;
    background: #005bac;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pub-top-c-i.cur::after {
    display: block;
}

.h-m4-row-i-c .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #131313;
    line-height: 26px;
    margin-top: 0.44rem;
    min-height: 52px;
}

.h-m4-row-i-c .time {
    font-weight: 500;
    font-size: 18px;
    color: #a9a9a9;
    margin: 0.16rem 0 0.22rem;
}

.h-m4-row-i-c .time img {
    margin-right: 6px;
    display: block;
}

.h-m4-row-i-c .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #555555;
    line-height: 30px;
}

.h-m4-row-i-c {
    width: 30%;
}

.h-m4-row-i::after {
    width: 30%;
    content: "";
}

.h-m4-row {
    margin-top: 0.43rem;
}

.h-m4-row-i-c-img {
    height: max-content;
}

.h-m4-row-i-c-img img {
    min-height: 2.68rem;
    max-height: 2.68rem;
    object-fit: cover;
}

.h-m4-row-i.cur {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.h-m4-row-i {
    display: none;
}

.h-m5 {
    width: 100%;
    padding: 17px 0;
    border-top: 1px solid #e6e6e6;
}

.h-m5-i {
    width: max-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.h-m5-i .t1 {
    font-weight: bold;
    font-size: 18px;
    color: #6d6d6d;
    margin-top: 6px;
}

.public-footer-num {
    padding: 24px 0;
    background: #2f2f2f;
    display: flex;
    justify-content: center;
}

.public-footer-num * {
    margin: 0 1px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.51) !important;
}

.footer-row-l-i {
    width: fit-content;
}

.footer-row-l-i .t1 {
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0.15rem;
    white-space: nowrap;
}

.footer-row-l-i .t2 {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
    display: block;
}

.footer-row-l-i .t2:hover {
    font-weight: 600;
}

.public-footer-b {
    background: #2f2f2f;
}

.footer-row {
    padding: 0.48rem 0 0rem;
}

.footer-row-l {
    width: 55%;
}

.footer-row-r {
    width: 40%;
}

.footer-row-code{
    display: none;
}

.footer-row-code-i {
    margin: 0 0.25rem;
}

.footer-row-code-i .t1 {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    margin-top: 13px;
    text-align: center;
}

.footer-row-r-info {
    margin-left: 0.2rem;
}

.footer-row-r-info-i {
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    line-height: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.footer-row-r-info-i .a {
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
    margin-right: 3px;
}

.footer-row-r-info-i img {
    margin-left: 11px;
}

.footer-row-r-info-i-c {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}

.h-scroll {
    position: absolute;
    right: 5%;
    bottom: 5%;
    font-weight: 500;
    font-size: 0.18rem;
    color: #888888;
    z-index: 1;
}

.h-scroll img {
    width: max-content;
    height: max-content;
    object-fit: contain;
    margin-right: 9px;
}

.public-banner img {
    width: 100%;
    min-height: 3rem;
}

.public-banner .i1 {
    object-fit: cover;
}

.public-banner .i2 {
    object-fit: contain;
    display: none;
}

.product-b-l {
    max-width: 3rem;
    width: 100%;
    /* margin-top: -1.06rem; */
}

.product-b-l .top {
    width: 100%;
    height: 1.06rem;
    background: #005bac;
    border-radius: 8px 8px 0px 0px;
    display: flex;
    align-items: center;
    padding: 0 0.37rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #ffffff;
    position: relative;
    display: none;
}

.product-b-l .list {
    padding: 0.4rem 0 0.15rem;
    background: #f9f9f9;
}

.product-b-l .list-i {
    margin-bottom: 0.35rem;
}

.product-b-l .list-i .t1 {
    width: 100%;
    font-weight: bold;
    font-size: 20px;
    color: #4d4d4d;
    position: relative;
    padding: 0 0.4rem 0 0.3rem;
}

.public-nav .t1:hover,
.product-b-l .list-i:hover .t1,
.product-b-l .list-i .t1.cur1,
.product-b-l .list-i .t1.cur {
    color: #005bac;
}

.product-b-l .list-i .t1::before {
    width: 5px;
    height: 100%;
    background: #005bac;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: none;
}

.product-b-l .list-i .t1.cur1::before,
.product-b-l .list-i .t1.cur::before {
    display: block;
}

.product-b-l .list-i .t1::after {
    width: 7px;
    height: 11px;
    background: url(../images/r1.png) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 0;
    right: 0.3rem;
    bottom: 0;
    transition: 0.4s;
    margin: auto 0;
}

.product-b-l .list-i .t1.cur::after {
    transform: rotateZ(90deg);
}

.product-b-l .list-i .list-i-r {
    padding: 0.25rem 0 0;
    display: none;
}

.product-b-l .list-i .list-i-r .t2 {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #494949;
    line-height: 48px;
    padding: 0 0.36rem;
}

.product-b-l .list-i .list-i-r .t2:hover {
    color: #005bac;
}

.product-b-r .searchs,
.product-b-l .searchs {
    width: 100%;
    height: 57px;
    background: #e3f0fb;
    padding: 0 20px;
    margin-top: 21px;
}

/* .product-b-r .searchs{
    max-width: 3rem;
} */

.product-b-r .searchs input,
.product-b-l .searchs input {
    width: 100%;
    height: 100%;
    background: #e3f0fb;
    font-weight: 500;
    font-size: 18px;
}

.product-b-r .searchs,
.product-b-r .searchs input {
    background: #f9f9f9;
}

.product-b-r .searchs .searchs-btn,
.product-b-l .searchs .searchs-btn {
    width: 23px;
    height: 22px;
}

.product-b-r {
    width: calc(100% - 3.35rem);
    padding-bottom: 0.8rem;
}

.public-nav {
    padding: 0.3rem 0;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #eeeeee;
}

.public-nav img {
    margin-right: 0.17rem;
}

.public-nav .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #424242;
}

.public-nav i {
    color: #c9c9c9;
    margin: 0 10px;
}

.product-img img,
.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img img,
.product-img {
    position: relative;
    max-height: 1.75rem;
}

.product-img img {}

.product-img-info {
    position: absolute;
    top: 50%;
    right: 0.91rem;
    transform: translateY(-50%);
}

.product-img-info .t1 {
    min-width: max-content;
    font-weight: 800;
    font-size: 36px;
    color: #ffffff;
}

.product-img-info img {
    width: 0.33rem;
    height: max-content;
    object-fit: contain;
    margin-left: 0.31rem;
}

.product-list {
    margin-top: 0.3rem;
}

.product-list::after {
    width: 31%;
    content: "";
}

.product-list-i {
    width: 31%;
    height: 100%;
    display: block;
    margin-bottom: 0.45rem;
}

.product-list-i .t1 {
    margin-top: 0.2rem;
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    text-align: center;
}

.product-list-i-img {
    padding: 0 20px;
    min-height: 2.77rem;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    justify-content: center;
    position: relative;
}

.product-list-i-img::after {
    width: 0%;
    height: 2px;
    background: #2e78b9;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transition: ease-out 0.4s;
}

.product-list-i-img img {
    height: max-content;
    max-height: 2.4rem;
    object-fit: contain;
}

.product-list-i:hover .product-list-i-img {
    background: #fff;
    box-shadow: 0px 0px 24px 0px rgba(4, 0, 0, 0.05);
}

.product-list-i:hover .t1 {
    color: #005bac;
}

.product-list-i:hover .product-list-i-img::after {
    width: 100%;
}

.product-detail-top-l {
    width: 50%;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-detail-top-l-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4.72rem;
    padding: 0 0.1rem;
    position: relative;
}

.product-detail-top-l::after {
    width: 0.47rem;
    height: 0.47rem;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/big.png) no-repeat;
    background-size: contain;
}

.product-detail-top-l-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    user-select: none;
}

.product-detail-top-l-swiper {
    width: 80%;
    margin: auto !important;
}

.product-detail-top-l .swiper-button-prev,
.product-detail-top-l .swiper-button-next {
    width: 0.38rem;
    height: 0.38rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin: 0 !important;
    color: #fff;
    background: #005bac;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.product-detail-top-l .swiper-button-prev::after,
.product-detail-top-l .swiper-button-next::after {
    font-size: 0.14rem !important;
}

.product-detail-top-l .swiper-button-prev {
    left: 2%;
}

.product-detail-top-l .swiper-button-next {
    right: 2%;
}

.product-detail-top-l .swiper-button-prev img,
.product-detail-top-l .swiper-button-next img {
    object-fit: contain;
}

.product-detail-top-r {
    width: 50%;
    padding: 0.46rem 0.38rem 0;
}

.product-detail-top-r .t1 {
    font-weight: bold;
    font-size: 24px;
    color: #005bac;
    line-height: 30px;
}

.product-detail-top-r .t1::after {
    width: 52px;
    height: 3px;
    content: "";
    display: block;
    background: #005bac;
    margin-top: 0.23rem;
    margin-bottom: 0.28rem;
}

.product-detail-top-r .share,
.product-detail-top-r .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #565656;
    line-height: 36px;
}

.product-detail-top-r .share {
    margin-top: 0.3rem;
    display: none !important;
}

.product-detail-top-r .share .share-i {
    margin-left: 0.3rem;
}

.product-detail-con {
    margin-top: 0.46rem;
    padding-bottom: 1rem;
}

.product-detail-menu {
    /* background: #F9F9F9; */
    overflow-x: auto;
}

.product-detail-menu-i {
    min-width: max-content;
    padding: 0.18rem 0.29rem;
    font-weight: bold;
    font-size: 18px;
    color: #303030;
    display: block;
}

.product-detail-menu-i.cur {
    color: #ffffff;
    background: #005bac;
}

.product-detail-msg {
    padding: 0.6rem 20px;
    font-weight: 500;
    font-size: 18px;
    color: #565656;
    line-height: 36px;
}

.product-detail-msg-i {
    display: none;
}

.product-detail-msg-i table tr th,
.product-detail-msg-i table tr td,
.product-detail-msg-i table {
    border: 1px solid #000 !important;
}

.product-detail-msg-i .screen-table * {
    border: none !important;
}

.product-detail-msg-i .screen-table table tr th {
    border-bottom: 1px solid #c0ddf7 !important;
}

.serve-i {
    padding: 0.28rem 0;
    border-bottom: 1px solid #e8e8e8;
}

.serve-i .b .b-i>img,
.serve-i .a .a1 img {
    width: 0.31rem;
    height: max-content;
    object-fit: contain;
    margin-right: 0.18rem;
}

.serve-i .b .t1 {
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.serve-i .a .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #3d3d3d;
}

.serve-i .b {
    display: none;
    margin-top: 0.39rem;
}

.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.24rem;
    height: max-content;
    min-width: 0.24rem;
    object-fit: contain;
}

.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: #005bac;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 0.1rem;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 0.25rem;
}

.public-page {
    width: fit-content;
    margin: auto;
    margin-top: 0.53rem;
}

.page-b {
    margin: 0 15px;
}

.serve-b {
    padding-bottom: 0.79rem;
}

.repair-b {
    padding-bottom: 1rem;
}

.repair-b>.t1 {
    font-weight: 800;
    font-size: 24px;
    color: #005bac;
}

.repair-b-list {
    margin-top: 0.4rem;
}

.repair-b-list-i {
    margin-bottom: 0.33rem;
}

.repair-b-list-i>img {
    width: max-content;
    height: max-content;
    object-fit: contain;
    margin-right: 0.29rem;
}

.repair-b-list-i-info .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #005bac;
    line-height: 30px;
}

.repair-b-list-i-info .t2 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.about-title .t1 {
    font-weight: 800;
    font-size: 30px;
    color: #005bac;
    margin: 0 14px;
    white-space: nowrap;
}

.about-top-l {
    width: 45%;
    position: relative;
}

.about-introduce-i img,
.about-top-l img {
    object-fit: cover;
}

.about-top-l img {
    /* min-height: 4.4rem; */
}

.about-top-l-show {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 14px 0;
}

.about-top {
    margin-top: 0.36rem;
}

.about-top-r .t1 {
    font-size: 18px;
    color: #606060;
    line-height: 32px;
    text-align: justify;
}

.about-top-r .t1 span {
    /* color: #005bac; */
    /* font-weight: 800; */
}

.about-top-r {
    width: 55%;
    padding: 0 0.3rem;
}

.about-top-menu {
    margin-top: 0.3rem;
}

.about-top-menu-i {
    width: 26%;
}

.about-top-menu-i .a .a-i {
    display: flex;
    align-items: flex-end;
    min-width: max-content;
}

.about-top-menu-i .a .a-i .t1 {
    font-weight: 800;
    font-size: 18px;
    color: #005bac;
}

.about-top-menu-i .a .a-i .t2 {
    font-weight: 800;
    font-size: 26px;
    color: #005bac;
    line-height: 26px;
}

.about-top-menu-i .a .a-i .t3 {
    font-weight: 500;
    font-size: 20px;
    color: #005bac;
    line-height: 26px;
}

.about-top-menu-i .a {
    min-height: 50px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.about-top-menu-i .a img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 6px;
}

.about-top-menu-i .b {
    font-weight: 500;
    font-size: 16px;
    color: #565455;
    text-align: center;
}

.about-con {
    margin: 0.6rem 0;
    font-weight: 400;
    font-size: 18px;
    color: #606060;
    text-align: justify;
    line-height: 36px;
}

.about-introduce-i {
    width: 48%;
    position: relative;
}

.about-i {
    margin-bottom: 1rem;
}

.about-i:last-child {
    margin-bottom: 0;
}

.about-culture-t1 {
    font-weight: 400;
    font-size: 18px;
    color: #606060;
    line-height: 36px;
    text-align: center;
    margin-top: 0.4rem;
}

.about-culture-con-enter,
.about-culture-con-r,
.about-culture-con-l {
    width: 31%;
}

.about-culture-con-enter {
    position: relative;
}

.about-culture-con-enter img {
    width: 4.85rem;
    height: 4.85rem;
    object-fit: contain;
}

.about-culture-con-enter-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    border-radius: 50%;
    overflow: hidden;
}

.about-culture-con-enter-img img {
    width: 3.63rem;
    height: 3.63rem;
    object-fit: contain;
}

.about-culture-con-l .about-culture-con-l-i {
    text-align: right;
}

.about-culture-con-l-i {
    padding: 0.45rem 0.1rem;
}

.about-culture-con-l-i:nth-child(2) {
    padding: 0 0.3rem;
}

.about-culture-con-l-i .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #005bac;
    line-height: 36px;
}

.about-culture-con-l-i .t2 {
    font-weight: bold;
    font-size: 18px;
    color: #606060;
    line-height: 36px;
}

.about-culture-new-con {
    margin-top: 0.5rem;
}

.about-culture-new-con .right {
    width: 6.07rem;
}

.about-culture-new-con .left {
    width: 6.39rem;
    margin-right: 0.19rem;
}

.about-culture-new-con .left-i {
    background: #efefef;
    padding: 10px 14px;
    margin-bottom: 0.24rem;
}

.about-culture-new-con .left-i:last-child {
    margin-bottom: 0;
}

.about-culture-new-con .left-i .left-t1 {
    font-weight: 400;
    font-size: 18px;
    color: #0050a7;
    min-width: 40%;
}

.about-culture-new-con .left-i .left-t1 span {
    /* white-space: nowrap;
    min-width: max-content; */
}

.about-culture-new-con .left-i .left-t1 img {
    margin-right: 0.12rem;
    object-fit: contain;
    display: block;
}

.about-culture-new-con .left-i .left-t2 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding-left: 0.2rem;
}

.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%;
}

.about-develop-swiper-i-con .t1 {
    font-weight: bold;
    font-size: 30px;
    color: #005bac;
    line-height: 30px;
    margin-bottom: 0.2rem;
}

.about-develop-swiper-i-con .t2 {
    font-size: 18px;
    color: #606060;
    line-height: 30px;
    text-align:left;

    /* max-height: 170px;
    overflow-y: auto; */
}

.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::before {
    width: 14px;
    height: 14px;
    background: url(../images/a6.png) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 1;
}

.about-develop-swiper-i::after {
    width: 1px;
    height: 100%;
    background: #dadada;
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 7px;
    z-index: 0;
}

.about-develop-swiper-i {
    height: auto !important;
    padding: 0 0 0.4rem 0.23rem;
}

.about-develop-swiper-b-next,
.about-develop-swiper-b-prev {
    width: 22px !important;
    height: 22px !important;
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%) !important;
    cursor: pointer;
}

.about-develop-swiper-b-next::after,
.about-develop-swiper-b-prev::after {
    display: none !important;
}

.about-develop-swiper-b-prev {
    left: 0 !important;
}

.about-develop-swiper-b-next {
    right: 0 !important;
}

.about-honor-i .top {
    margin-bottom: 0.4rem;
}

.about-honor-i .top .num {
    font-weight: 800;
    font-size: 0.72rem;
    color: #f0f0f0;
    line-height: 0.72rem;
    font-style: italic;
    margin-right: 0.19rem;
}

.about-honor {
    margin-top: 0.79rem;
}

.about-honor-i {
    margin-bottom: 1rem;
}

.about-honor-i:last-child {
    margin-bottom: 0;
}

.about-honor-i .info .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #005bac;
    line-height: 36px;
}

.about-honor-i .info .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #606060;
    line-height: 36px;
}

.plan-b {
    padding: 0.31rem 0;
    background: #f9f9f9;
}

.plan-i {
    width: 49%;
    margin-bottom: 0.3rem;
}

.plan-i:hover .plan-i-con .t1 {
    color: #005bac;
}

.plan-i .plan-i-con {
    width: calc(100% - 3.05rem);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.31rem;
}

.plan-i .plan-i-con .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #3d3d3d;
}

.plan-i .plan-i-con .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-top: 0.2rem;
}

.plan-i .plan-i-img {
    width: 3.05rem;
}

.plan-i .plan-i-img img {
    object-fit: cover;
}

.plan-list-i-img {
    width: 3.56rem;
    display: none;
}

.plan-list-i-img img {
    min-height: 2.2rem;
}

.plan-list-i-con {
    /* width: calc(100% - 4rem); */
    width: 100%;
}

.plan-list-i-con .t1 {
    font-weight: 800;
    font-size: 24px;
    color: #3d3d3d;
}

.plan-list-i-con .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin: 0.28rem 0 0.3rem;
}

.plan-list-i-con .t3 {
    min-width: 134px;
    width: max-content;
    height: 41px;
    padding: 0 0.2rem;
    background: #ededed;
    font-weight: 400;
    font-size: 18px;
    color: #3d3d3d;
}

.plan-list-i:hover .plan-list-i-con .t3 .i1,
.plan-list-i-con .t3 .i2 {
    display: none;
}

.plan-list-i {
    margin-bottom: 0.44rem;
    padding-bottom: 0.43rem;
    border-bottom: 1px solid #e8e8e8;
}

.plan-list-i:hover .plan-list-i-con .t1 {
    color: #005bac;
}

.plan-list-i:hover .plan-list-i-con .t3 {
    background: #005bac;
    color: #fff;
}

.plan-list-i:hover .plan-list-i-con .t3 .i2 {
    display: block;
}

.support-b {}

.support-b-img {
    width: fit-content;
    display: block;
    margin: auto;
    display: block;
}

.support-b-title {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin: 0.84rem 0 0.65rem;
}

.support-b-list-i-img {
    min-width: 1rem;
    transition: all 1s;
}

.support-b-list-i-img img {
    width: max-content;
    height: max-content;
    object-fit: contain;
}

.support-b-list-i-con {
    width: 100%;
    margin-left: 0.24rem;
}

.support-b-list-i-con .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #000000;
    margin-bottom: 10px;
}

.support-b-list-i-con .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
}

.support-b-list-i {
    width: 31%;
    margin-bottom: 0.49rem;
}

.support-b-list-i:hover .support-b-list-i-img {
    transform: rotateY(360deg);
}

.support-b-list::after {
    width: 31%;
    content: "";
}

.contacts-map {
    width: 50%;
    min-height: 5.17rem;
}

.contact-b-i1 {
    padding-bottom: 0.6rem;
}

.contact-b-i1-con {
    width: 50%;
    padding: 0 0.48rem;
}

.contact-b-i1-con>.t1 {
    font-weight: 800;
    font-size: 30px;
    color: #005bac;
    line-height: 48px;
}

.contact-b-i1-con>.t2 {
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    line-height: 48px;
}

.contact-b-i1-link {
    margin-top: 0.32rem;
}

.contact-b-i1-link-i {
    margin-right: 0.5rem;
}

.contact-b-i1-link-i:last-child {
    margin-right: 0;
}

.contact-b-i1-link-i .t1 {
    font-weight: 500;
    font-size: 16px;
    color: #464646;
    line-height: 36px;
    text-align: center;
}

.contact-b-i2 {
    background: #f9f9f9;
}

.contact-b-i2-list-i-info {
    width: 70%;
}

.contact-b-i2-list-i-info .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #464646;
    line-height: 36px;
    margin-bottom: 0.4rem;
}

.contact-b-i2-list-i-info .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    line-height: 36px;
}

.contact-b-i2-list-i-img {
    width: fit-content;
}

.contact-b-i2-list-i-img img {
    width: max-content;
    height: max-content;
    object-fit: contain;
}

.contact-b-i2-list-i {
    width: 48%;
    padding: 0.4rem 0.5rem 0.45rem;
    min-height: 2.76rem;
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 0.39rem;
    border-top: 3px solid #005bac;
}

.contact-b-i2-list {
    margin-top: 0.52rem;
}

.contact-b-i2,
.contact-b-i3 {
    padding: 0.76rem 0 0.82rem;
}

.contact-b-i3-menu-i {
    width: calc(100% / 4);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contact-b-i3-menu-i img {
    transition: all 1s;
}

.contact-b-i3-menu-i:hover img {
    transform: rotateY(360deg);
}

.contact-b-i3-menu-i:hover .t1 {
    color: #005bac;
}

.contact-b-i3-menu-i .t1 {
    font-weight: bold;
    font-size: 20px;
    color: #464646;
    margin-top: 0.33rem;
}

.contact-b-i3-menu {
    margin-top: 0.8rem;
}

.contact-b-i4-list-i-name {
    width: 0.75rem;
    height: 0.75rem;
    background: #e7eef4;
    border-radius: 50%;
    font-weight: 800;
    font-size: 20px;
    color: #005bac;
    line-height: 0.75rem;
    text-align: center;
}

.contact-b-i4-list-i-info {
    width: calc(100% - 1rem);
}

.contact-b-i4-list-i-info-i {
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    line-height: 36px;
}

.contact-b-i4-list-i-info-i img {
    width: 26px;
}

.contact-b-i4-list {
    background: #ffffff;
    margin-top: 0.6rem;
    border: 1px solid rgba(230, 230, 230, 0.33);
}

.contact-b-i4-list-i {
    width: calc(100% / 3);
    padding: 0.37rem 0.3rem;
    background: #ffffff;
    border-right: 1px solid rgba(230, 230, 230, 0.33);
    border-bottom: 1px solid rgba(230, 230, 230, 0.33);
}

.contact-b-i5 {
    margin-top: 0.59rem;
    border-radius: 8px;
    overflow: hidden;
}

.contact-b-i5-con,
.contact-b-i5-img {
    width: 50%;
}

.contact-b-i5-img img {
    min-height: 3.5rem;
}

.contact-b-i5-con {
    padding: 0 0.44rem;
    background: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-b-i5-con .t1 {
    font-weight: 800;
    font-size: 20px;
    color: #464646;
    line-height: 30px;
    margin-bottom: 0.3rem;
}

.contact-b-i5-con .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    line-height: 36px;
}

.recruit-title .t1 {
    font-weight: bold;
    font-size: 30px;
    color: #005bac;
    line-height: 48px;
}

.recruit-title .t2 {
    font-weight: 500;
    font-size: 24px;
    color: #151515;
    line-height: 48px;
}

.recruit-top {
    margin-top: 0.46rem;
    background: #eeeeee;
}

.recruit-i .a .a1 .a1-i,
.recruit-top-i {
    width: 20%;
    font-size: 18px;
    font-weight: 500;
    color: #6c6c6c;
    padding: 25px 0.31rem;
    min-width: max-content;
}

.recruit-i .a {
    position: relative;
    background: #f9f9f9;
    border-left: 3px solid #005bac;
    transition: all 0.4s;
}

.recruit-i .a .a1 {
    width: 100%;
}

.recruit-i .a .a2 {
    position: absolute;
    right: 0.31rem;
}

.recruit-i .a .a1 .a1-i {
    color: #000;
}

.recruit-i.cur .a .a2 .i1,
.recruit-i .a .a2 .i2 {
    display: none;
}

.recruit-i.cur .a .a2 .i2 {
    display: block;
}

.recruit-i .b {
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    line-height: 36px;
    padding: 0.25rem 0.31rem;
    display: none;
}

.recruit-i {
    margin-bottom: 0.21rem;
    box-shadow: 0px 0px 32px 0px rgba(23, 43, 132, 0.13);
}

.recruit-i.cur .a {
    background: #005bac;
}

.recruit-i.cur .a .a1 .a1-i {
    color: #fff;
}

.b-contact {
    margin-top: 0.35rem;
}

.b-contact-i {
    margin-right: 0.31rem;
}

.b-i-v {
    display: block;
    width: 30%;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}

.b-i-v-box {
    display: flex;
    flex-wrap: wrap;
}

.b-i-v,
.data-list-i-img {
    height: max-content;
    position: relative;
}

.data-list-i-img img {
    min-height: 2.5rem;
    max-height: 2.5rem;
    object-fit: cover;
}

/* .b-i-v::after,
.data-list-i-img::after {
    width: .4rem;
    height: .4rem;
    background: url(../images/v2.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    transform: translate(-50%, -50%);
    z-index: 1;
} */

.data-list-i {
    width: 31%;
    margin-bottom: 20px;
}

.data-list-i-con .info .t1 {
    font-weight: 800;
    font-size: 18px;
    color: #464646;
    line-height: 30px;
}

.data-list-i-con .info .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    line-height: 30px;
}

.data-list-i-con {
    padding: 0.27rem 0.17rem;
}

.data-list::after {
    width: 31%;
    content: "";
}

.recruit-item-b {
    margin-top: 1.01rem;
}

.recruit-item {
    margin-bottom: 0.56rem;
}

.recruit-item-title {
    font-size: 18px;
    color: #464646;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin: 0.21rem 0 0.32rem;
}

.recruit-item-con-i {
    width: 100%;
    max-width: max-content;
    margin-left: 19px;
}

.recruit-item-con {
    margin-left: -19px;
}

.recruit-item-link-btn {
    width: fit-content;
    min-width: 3.89rem;
    height: 0.86rem;
    background: #e7eef4;
    border-radius: 8px;
    font-weight: bold;
    font-size: 20px;
    color: #005bac;
    margin: auto;
    display: none !important;
}

.recruit-item-link-img {
    width: fit-content;
    margin: auto;
    display: block;
}

.recruit-item-link-title {
    font-weight: bold;
    font-size: 30px;
    color: #252626;
    line-height: 48px;
    margin: 0.38rem 0 0.44rem;
    text-align: center;
}

.recruit-item-link-btn img {
    width: 0.4rem;
    height: max-content;
    margin-right: 0.2rem;
}

.recruit-item-link {
    margin-top: 20px;
}

.news-detail {
    padding-bottom: 0.62rem;
    background: #f9f9f9;
}

.news-detail-r {
    padding-top: 20px;
}

.news-detail-r .public-nav {
    margin-bottom: 0;
    border-bottom: none;
}

.news-detail-con {
    background: #fff;
    padding: 0 1.64rem 1rem;
    border-top: 4px solid #005bac;
}

.news-detail-con .top .t1 {
    font-weight: 800;
    font-size: 30px;
    color: #363636;
    line-height: 37px;
    text-align: center;
}

.news-detail-con .top .time {
    margin-top: 0.22rem;
    font-weight: 500;
    font-size: 18px;
    color: #b7b7b7;
}

.news-detail-con .top .time img {
    margin-right: 0.13rem;
}

.news-detail-con .top {
    padding: 0.73rem 0 0.26rem;
    border-bottom: 3px solid #ececec;
}

.news-detail-con .con {
    font-weight: 500;
    font-size: 18px;
    color: #363636;
    line-height: 30px;
    padding: 0.64rem 20px;
}

.news-detail-con .con img {
    display: block;
    margin: auto;
    width: fit-content;
}

.news-detail-con .page .page-item:last-child {
    text-align: right;
}

.news-detail-con .page .page-item {
    width: 49%;
    background: #f9f9f9;
    padding: 0.29rem 0.38rem;
}

.news-detail-con .page .page-item p {
    display: block;
}

.news-detail-con .page .page-item .t1 {
    font-weight: bold;
    font-size: 18px;
    color: #313131;
    line-height: 30px;
}

.news-detail-con .page .page-item .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #313131;
    line-height: 30px;
}

.news-detail-con .share {
    position: absolute;
    top: 4%;
    left: 4%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share-back {
    width: 41px;
    height: 39px;
    background: #005bac;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-detail-con .share .share-i {
    margin-top: 0.26rem;
}

.news-list {
    padding-top: 0.3rem;
}

.news-list-i {
    padding-bottom: 0.58rem;
    margin-bottom: 0.54rem;
    border-bottom: 1px solid #e8e8e8;
}

.news-list-i-img {
    max-width: 3.55rem;
    width: 100%;
}

.news-list-i-img img {
    object-fit: cover;
    min-height: 2.2rem;
    max-height: 2.2rem;
}

.news-list-i-con {
    width: calc(100% - 4rem);
}

.news-list-i-con .t1 {
    font-weight: 800;
    font-size: 24px;
    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: #7f7f7f;
    margin-right: 0.11rem;
    display: none !important;
}

.news-list-i-con .t2 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
}

.news-list-i-con .t3 {
    width: fit-content;
    min-width: 134px;
    height: 41px;
    background: #ededed;
    font-weight: 400;
    font-size: 18px;
    color: #3d3d3d;
    padding: 0 20px;
    margin-top: 0.4rem;
    transition: all 0.4s;
}

.news-list-i:hover .news-list-i-con .t3 .r .i1,
.news-list-i-con .t3 .r .i2 {
    display: none;
}

.news-list-i:hover .news-list-i-con .t3 .r .i2 {
    display: block;
}

.news-list-i:hover .news-list-i-con .t3 {
    background: #005bac;

    color: #f9f9f9;
}

.news-list-i:hover .news-list-i-con .t1 {
    color: #005bac;
}

.support-box {
    padding-bottom: 1rem;
}

.support-box-l {
    width: 60%;
}

.support-box-l-img {
    width: 100%;
    height: max-content;
}

.support-box-l-img img {
    width: 100%;
    object-fit: contain;
}

.support-box-l .t1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding: 0.26rem 0;
    background: #f9f9f9;
}

.support-box-r {
    width: 40%;
    padding: 0 0.4rem;
}

.support-box-r .t1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    margin-bottom: 0.31rem;
    text-align: justify;
}

.screen-top {
    margin: 0 -14px;
}

.screen-top-i {
    width: calc(100% / 3);
    padding: 0 14px;
}

.screen-top-i .layui-input {
    font-size: 16px;
    height: 58px;
    background: #f9f9f9 !important;
}

.screen-top-i .layui-form-select dl {
    top: 59px !important;
}

.screen-table {
    margin-top: 0.67rem;
}

.screen-table table,
.screen-table {
    width: 100%;
}

.screen-table table tr th {
    font-weight: bold;
    font-size: 20px;
    color: #005bac;
    text-align: left;
    padding: 0 7px 0.24rem;
    border-bottom: 1px solid #c0ddf7;
    white-space: nowrap;
}

.screen-table table tr td {
    font-weight: 500;
    font-size: 18px;
    color: #464646;
    line-height: 30px;
    padding: 0.25rem 12px;
    word-break: break-all;
    text-align: left;
}

.screen-table-btn img {
    width: max-content;
    height: max-content;
}

.screen-table table tr:nth-child(even) td {
    background: #f4f9fe;
}

.footer-menu {
    display: none;
    padding: 0 20px;
    position: fixed;
    bottom: 35px;
    width: 100%;
    z-index: 999;
}

.footer-menu-i {
    width: 30%;
    height: 0.65rem;
    background: #005bac;
    border-radius: 33px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    padding: 0 0.2rem;
    white-space: nowrap;
}

.footer-menu-i img {
    max-width: 0.35rem;
    margin-right: 0.12rem;
}

.plan-list-swiper-prev {
    left: 0 !important;
}

.plan-list-swiper-next {
    right: 0 !important;
}

.plan-list-swiper-prev:hover,
.plan-list-swiper-next:hover {
    background: #005bac !important;
}

.plan-list-swiper-prev,
.plan-list-swiper-next {
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #aeaeae !important;
    margin: 0 !important;
    transform: translateY(-50px) !important;
}

.plan-list-swiper-prev::after,
.plan-list-swiper-next::after {
    color: #fff !important;
    font-size: 18px !important;
}

.iframesurl {
    width: 100%;
    height: 500px;
}

.fix-videos {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.48);
}

.fix-videos .box {
    max-width: 880px;
    max-height: 595px;
    margin: 0 auto;
}

.fix-videos .head {
    height: 60px;
    line-height: 60px;
    background: #fff;
}

.fix-videos .head h3 {
    text-align: left;
    width: calc(100% - 80px);
}

.fix-videos .head .btn {
    width: 58px;
    height: 60px;
    background: url(../images/videos_btn.png) no-repeat center;
    cursor: pointer;
}

.fix-videos video {
    width: 100%;
    background: #fff;
}

/*  new  */
@media (max-width: 1800px) {
    .header .mauto {
        padding: 0 20px;
    }

    .public-tobody,
    .wrap {
        padding-left: 6%;
        padding-right: 6%;
    }

    .h-m1-r-info {
        padding: 0.3rem 0;
        line-height: 32px;
    }
}

@media (max-width: 1500px) {
    nav ul li {
        padding: 0 0.2rem;
    }

    .h-m1-r {
        padding-left: 0.4rem;
    }

    .about-top-menu-i {
        width: 31%;
    }
}

@media (max-width: 1400px) {
    .header-top .logo {
        padding-left: 0.1rem;
    }

    .h-m1-r-info {
        line-height: 28px;
    }

    .footer-row-code-i {
        margin: 0 0.1rem;
    }

    .footer-row-l{
        width: 59%;
    }

    /* .footer-row-r {
        width: 53%;
    } */

    nav ul li {
        padding: 0 0.15rem;
    }

    /* .public-tobody,
    .wrap {
        padding-left: 25px;
        padding-right: 25px;
    } */

    .h-m1-r-menu-i .a .a-i .t1 {
        font-size: 26px;
    }

    .h-m1-r-menu-i .a .a-i .t2 {
        font-size: 36px;
    }

    .h-m1-r-menu-i {
        padding: 0;
    }
}

@media (max-width: 1350px) {
    .public-top {
        margin-top: 155px;
    }

    .h-m1-r-info {
        padding: 0.15rem 0 0.2rem;
    }

    .nav-menu-i span,
    nav ul li>a {
        font-size: 0.2rem;
    }

    .home-swiper {
        padding-top: 155px !important;
    }

    nav ul li:hover .sub-nav {
        top: 50px;
    }

    .about-top-menu-i .a .a-i .t1 {
        font-size: 22px;
    }

    .about-top-menu-i .a img {
        width: 0.35rem;
        margin-right: 5px;
    }

    .about-top-menu-i .a .a-i .t2 {
        font-size: 26px;
        line-height: 32px;
    }

    .about-top-menu-i .a .a-i .t3 {
        font-size: 18px;
        line-height: 28px;
    }

    .about-top-menu-i .b {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .about-culture-new-con .right {
        margin-top: 0.3rem;
        width: 100%;
    }

    .about-culture-new-con .left {
        width: 100%;
        margin-right: 0;
    }

    .about-culture-new-con {
        display: block;
    }

    .h-swiper2 .swiper-slide {
        width: calc(100% / 3);
    }

    .support-b-title {
        margin: 0.6rem 0 0.5rem;
    }

    .contact-b-i2,
    .contact-b-i3 {
        padding: 0.5rem 0 0.6rem;
    }

    .contact-b-i4-list,
    .screen-table {
        margin-top: 0.5rem;
    }

    .product-b-l .list-i .list-i-r {
        padding: 0.2rem 0 0;
    }

    .product-b-l .list-i {
        margin-bottom: 0.3rem;
    }

    .product-b-l .list-i .list-i-r .t2 {
        line-height: 36px;
    }

    .support-b-list-i {
        width: 48%;
    }

    .contact-b-i4-list-i {
        width: calc(100% / 2);
        padding: 0.3rem 0.2rem;
    }

    .contact-b-i4-list-i-info-i,
    .plan-i .plan-i-con .t2 {
        line-height: 1.5;
    }

    .plan-i .plan-i-img {
        width: 2.5rem;
    }

    .plan-i .plan-i-con {
        width: calc(100% - 2.5rem);
    }

    .product-b-l .list-i .t1::after {
        right: 0.2rem;
    }

    .product-b-l .list-i .list-i-r .t2,
    .product-b-l .list-i .t1 {
        padding: 0 0.25rem;
    }

    .product-b-l {
        max-width: 2.7rem;
    }

    .product-b-r {
        width: calc(100% - 3rem);
    }

    .fixed-b-i>img {
        width: 0.2rem;
    }

    .fixed-b-i {
        padding: 7px 4px;
    }

    .about-top-menu-i {
        width: 25%;
    }

    .fixed-b-i .t1 {
        font-size: 13px;
    }

    .about-con {
        margin: 0.5rem 0;
        color: #606060;
        line-height: 32px;
    }

    .about-top {
        display: block;
    }

    .news-detail-con .share {
        position: absolute;
        left: 2%;
    }

    .news-detail-con {
        padding: 0 1rem 1rem;
    }

    .about-top-r {
        padding: 0.4rem 0px 0;
    }

    .about-top-r,
    .about-top-l {
        width: 100%;
    }

    .recruit-item-b {
        margin-top: 0.5rem;
    }

    .nav-menu-i {
        margin: 0 0 0 0.2rem;
    }
}

@media (max-width: 1200px) {
    nav ul li {}
}

@media (max-width: 1200px) {
    .header .mauto {
        padding: 0 !important;
    }

    nav ul li {
        padding: 0 0.11rem;
    }

    .product-b-l .list {
        display: none;
    }

    .main-nav-m {
        display: block;
    }

    .about-top-menu-i {
        width: 20%;
    }

    .about-top-menu-i .a .a-i .t3 {
        font-size: 16px;
        line-height: 24px;
    }

    .plan-i {
        width: 100%;
    }

    .contact-b-i1-con {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .contact-b-i1 .row {
        display: block;
    }

    .screen-table {
        overflow-x: scroll;
    }

    .screen-table table {
        min-width: 1200px;
    }

    .contacts-map,
    .product-b-r {
        width: 100%;
    }

    .product-b-l .top {
        max-width: 3.31rem;
    }

    .product-b-l {
        max-width: 100%;
    }

    .product-b {
        display: block;
    }

    .public-top {
        margin-top: 0;
        padding-top: 0;
    }

    .h-swiper3-i .b .t2 {
        margin: 0.2rem 0 0.3rem;
    }

    .footer-row-l {
        display: none;
    }

    .footer-row-r {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .home-swiper {
        padding-top: 0 !important;
    }

    .h-m1 .h-row {
        display: block;
    }

    .h-m1-r,
    .h-m1-l {
        width: 100%;
    }

    .h-m1-r {
        padding-left: 0;
        margin-top: 20px;
    }

    .h-m1-r-info {
        padding: 0.3rem 0;
    }
}

@media (max-width: 1100px) {
    nav ul li {
        margin: 0;
    }

    .md-db {
        display: block !important;
    }

    .md-dn {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .product-b-r {
        padding-bottom: 0.5rem;
    }

    .fixed-b {
        display: none;
    }

    .contact-b-i4-list-i-info {
        width: calc(100% - 0.9rem);
    }

    .about-top-menu-i {
        width: 30%;
    }

    .public-footer-num * {
        text-align: center;
    }

    .public-footer-num {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-img-info {
        position: absolute;
        top: 50%;
        right: 0.5rem;
        transform: translateY(-50%);
    }

    .product-img-info .t1 {
        font-size: 30px;
    }

    .product-list-i {
        width: 49%;
    }

    .product-detail-con {
        padding-bottom: 0;
    }

    .product-detail-top-r {
        padding-left: 0;
        padding-right: 0;
    }

    .product-detail-top-r,
    .product-detail-top-l {
        width: 100%;
    }

    .product-detail-top {
        display: block;
    }

    .about-i:last-child {
        margin-bottom: 0;
    }

    .contact-b-i5-con {
        padding: 0.4rem 20px;
    }

    .contact-b-i5-con,
    .contact-b-i5-img {
        width: 100%;
    }

    .contact-b-i5 {
        margin-top: 0.5rem;
        display: block;
    }

    .contact-b-i2,
    .contact-b-i3 {
        padding: 0.4rem 0 0.5rem;
    }

    .recruit-item-b {
        margin-top: 0.5rem;
    }

    .news-detail-con {
        padding: 0 70px 1rem;
    }

    .support-box-r {
        padding: 0;
        margin-top: 20px;
    }

    .support-box {
        padding-bottom: 0;
    }

    .contact-b-i2-list-i,
    .support-box-r,
    .support-box-l {
        width: 100%;
    }

    .support-box {
        display: block;
    }

    .h-m4-row-i-c {
        width: 48%;
        margin-bottom: 30px;
    }

    .h-row {
        padding: 0.5rem 20px;
    }

    .h-m1-r-menu-i .a .a-i .t2,
    .pub-top-l {
        font-size: 30px;
    }

    .pub-top-c-i {
        font-weight: 400;
        font-size: 20px;
        color: #131313;
        position: relative;
        padding: 0 0.3rem;
    }

    .pub-top-c-i::after {
        width: calc(100% - 0.6rem);
    }

    .public-footer-num {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .about-culture-new-con .left-i .left-t1 img {
        margin-right: 0.15rem;
    }

    .about-culture-new-con .left-i .left-t2 {
        padding-left: 0.15rem;
    }

    .h-swiper2 .swiper-wrapper {
        display: flex;
        justify-content: space-between;
    }

    .h-swiper2 .swiper-slide {
        width: 48%;
    }

    .b-i-v::after,
    .data-list-i-img::after {
        width: 0.54rem;
        height: 0.54rem;
    }

    .plan-list-swiper-prev,
    .plan-list-swiper-next {
        width: 40px !important;
        height: 40px !important;
    }

    .public-banner .i1 {
        display: none;
    }

    .public-banner .i2 {
        display: block;
        min-height: auto;
    }

    .recruit-title .t1 {
        font-size: 20px !important;
    }

    .public-footer-num {
        padding-bottom: 90px;
    }

    .product-b-l .list {
        padding: 0.3rem 0;
    }

    .news-detail-r {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .news-detail-con .share {
        display: none !important;
    }

    .b-i-v {
        width: 100%;
    }

    .product-img-info .t1 {
        font-size: 22px;
    }

    .product-b-l .list-i .list-i-r .t2 {
        line-height: 40px;
    }

    .product-detail-msg {
        padding-left: 0;
        padding-right: 0;
        line-height: 32px;
    }

    .product-detail-top-r .t1 {
        font-size: 20px;
    }

    .public-nav {
        display: flex;
        flex-wrap: wrap;
    }

    .serve-b {
        padding-bottom: 0.3rem;
    }

    .serve-i .b {
        margin-top: 0.4rem;
    }

    .repair-b {
        padding-bottom: 0;
    }

    .repair-b-list-i {
        display: flex;
        align-items: flex-start;
    }

    .about-culture-con {
        margin-top: 20px;
    }

    .about-culture-con-l-i,
    .about-culture-con-l-i:nth-child(2) {
        padding: 0.1rem;
    }

    .about-culture-con-l .about-culture-con-l-i {
        text-align: left;
    }

    .about-culture-con-enter,
    .about-culture-con-r,
    .about-culture-con-l {
        width: 48%;
    }

    .about-culture-con-enter {
        display: none;
    }

    .about-introduce-i {
        width: 100%;
        margin-bottom: 10px;
    }

    .about-i {
        margin-bottom: 0.4rem;
    }

    .about-introduce {
        display: block;
    }

    .about-culture-t1,
    .about-top-r .t1 {
        line-height: 32px;
    }

    .plan-i {
        margin-bottom: 0.4rem;
    }

    .product-b-r {
        padding-bottom: 0.5rem;
    }

    .repair-b>.t1,
    .plan-list-i-con .t1 {
        font-size: 20px;
    }

    .plan-list-i-con .t2 {
        margin: 0.2rem 0 0.3rem;
    }

    .plan-list-i-con {
        margin-top: 20px;
    }

    .plan-list-i-con,
    .plan-list-i-img {
        width: 100%;
    }

    .plan-list-i {
        display: block;
        margin-bottom: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .repair-b-list-i-info .t2,
    .plan-list-i-con .t3,
    .plan-list-i-con .t2,
    .support-b-list-i-con .t2 {
        font-size: 16px;
    }

    .repair-b-list-i-info .t1,
    .plan-i .plan-i-con .t1,
    .support-b-list-i-con .t1 {
        font-size: 18px;
    }

    .contact-b-i1-con>.t2 {
        font-size: 16px;
        line-height: 0.48rem;
    }

    .contact-b-i2-list-i {
        padding: 0.4rem 20px;
    }

    .about-title .t1 {
        margin: 0 7px;
    }

    .about-title {
        overflow: hidden;
    }

    .contact-b-i4-list-i-name {
        font-size: 16px;
    }

    .contact-b-i5-con .t1 {
        font-size: 18px;
        line-height: 30px;
        word-break: break-all;
    }

    .contact-b-i4-list-i-info-i,
    .contact-b-i5-con .t2 {
        font-size: 16px;
        line-height: 30px;
    }

    .contact-b-i4-list-i {
        width: 100%;
    }

    .contact-b-i3-menu-i .t1 {
        margin-top: 0.2rem;
        font-size: 16px;
        text-align: center;
    }

    .contact-b-i3-menu-i {
        width: calc(100% / 2);
        margin-bottom: 0.4rem;
        padding: 0 1px;
    }

    .contact-b-i3-menu {
        margin-top: 0.5rem;
        display: flex;
        flex-wrap: wrap;
    }

    .contact-b-i1-link {
        display: flex;
        justify-content: center;
    }

    .contact-b-i1-con>.t1 {
        font-size: 20px;
    }

    .recruit-i .a .a1 .a1-i,
    .recruit-top-i {
        font-size: 16px;
        color: #6c6c6c;
        padding: 20px 0.2rem;
    }

    .data-list-i-con {
        padding: 0.2rem 0.17rem;
    }

    .data-list-i {
        width: 49%;
    }

    .recruit-item-link-title {
        font-size: 22px;
        line-height: 30px;
    }

    .recruit-item-con {
        margin-left: 0;
    }

    .recruit-item-con-i {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .recruit-item-con-i:last-child {
        margin-bottom: 0;
    }

    .recruit-item-con,
    .news-detail-con .page {
        display: block;
    }

    .news-detail-con .page .page-item .t2 {
        font-size: 16px;
        line-height: 26px;
    }

    .news-detail-con .page .page-item {
        width: 100%;
        background: #f9f9f9;
        padding: 0.2rem;
        margin-bottom: 10px;
    }

    .news-detail-con {
        padding: 0 15px 0.4rem;
    }

    .news-detail-con .top {
        padding: 0.4rem 0 0.2rem;
    }

    .news-detail-con .top .time {
        margin-top: 10px;
    }

    .news-detail-con .con {
        font-size: 16px;
        padding: 0.3rem 0px;
    }

    .news-detail-con .con img {
        width: 100% !important;
        height: 100% !important;
    }

    .recruit-i .b,
    .recruit-item-link-btn,
    .recruit-item-title,
    .news-list-i-con .t3,
    .news-list-i-con .t2 {
        font-size: 16px;
    }

    .about-title .t1,
    .recruit-title .t2,
    .recruit-title .t1,
    .news-detail-con .top .t1,
    .news-list-i-con .t1 {
        font-size: 20px;
    }

    .recruit-i .b,
    .recruit-title .t1,
    .recruit-title .t2,
    .news-detail-con .top .t1 {
        line-height: 30px;
    }

    .recruit-title .t2 {
        margin-top: 15px;
    }

    .news-list-i-img {
        max-width: 100%;
        margin-top: 20px;
    }

    .news-list-i-con {
        width: 100%;
    }

    .news-list-i {
        display: block;
    }

    .screen-table table tr td {
        font-size: 16px;
    }

    .screen-table table tr th,
    .public-nav .t1 {
        font-size: 18px;
    }

    .screen-top-i .layui-form-select dl {
        top: 50px !important;
    }

    .screen-top-i .layui-input {
        height: 50px;
    }

    .screen-table {
        margin-top: 0.5rem;
    }

    .screen-top-i {
        width: 100%;
        margin-bottom: 15px;
    }

    .screen-top {
        display: block;
    }

    .product-b-l .list-i {
        margin-bottom: 0.3rem;
    }

    .screen-top-i:last-child,
    .product-b-l .list-i:last-child {
        margin-bottom: 0;
    }

    .footer-menu {
        display: flex;
    }

    .footer-row-r-info-i {
        margin-bottom: 15px;
    }

    .footer-row-r-info-i img {
        display: none;
    }

    .footer-row {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-row-r-info-i-c {
        font-weight: 500;
        font-size: 14px;
        color: #ffffff;
        line-height: 30px;
        text-align: center;
    }

    .public-footer-num * {
        font-size: 14px;
        text-align: center;
    }

    .h-m1-r-menu-i .a .a-i {
        display: flex;
        align-items: flex-end;
    }

    .swiper-pagination-icon .swiper-pagination-bullet.on {
        width: 0.2rem;
        height: 0.2rem;
        border: none;
        border-radius: 50%;
        background: transparent;
        transition: all 0.5s ease;
    }

    .swiper-pagination-icon .swiper-pagination-bullet {
        margin: 0 0.15rem !important;
    }

    .swiper-pagination-icon .swiper-pagination-bullet,
    .swiper-pagination-icon .swiper-pagination-bullet::before,
    .swiper-pagination-icon .swiper-pagination-bullet.on::before {
        width: 0.2rem;
        height: 0.2rem;
    }

    .fixed-b,
    .pub-top-c,
    .h-scroll {
        display: none;
    }

    .h-swiper3-i .b .t2,
    .h-swiper2-t {
        font-size: 16px;
    }

    .footer-row-r-info-i {
        display: flex;
        justify-content: center;
    }

    .footer-row-r {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-row-r-info {
        margin: 0.5rem 0 0;
    }

    .footer-row {
        padding-bottom: 0.3rem;
    }

    .fixed-b-i .t1 {
        margin-top: 3px;
    }

    .fixed-b-i {
        padding: 7px 5px;
    }

    .h-m4-row-i-c-img img {
        /* min-height: auto;
        max-height: none; */
    }

    .h-m4-row-i-c {
        width: 100%;
    }

    .h-m4-row {
        display: block;
    }

    .pub-top-c-i {
        padding: 0 10px;
    }

    .pub-top-c {
        width: 100%;
        margin: 30px 0;
    }

    .pub-top {
        display: flex;
        flex-wrap: wrap;
    }

    .pub-top-r {
        font-size: 16px;
    }

    .h-m1-r-menu-i {
        margin: auto;
        margin-bottom: 20px;
    }

    .h-m1-r-menu {
        display: flex;
        flex-wrap: wrap;
    }

    .h-m1-r-info {
        line-height: 30px;
    }

    .h-row {
        padding: 0.4rem 20px;
    }

    .home-swiper-video.pc,
    .home-swiper-img.pc {
        display: none;
    }

    .home-swiper-video.h5,
    .home-swiper-img.h5 {
        display: block;
    }

    .h-m1-r-menu-i .a .a-i .t3 {
        font-size: 16px;
    }

    .h-m1-r-menu-i .a .a-i .t2 {
        font-size: 24px;
    }

    .h-swiper3-i .b .t1,
    .h-m1-r-menu-i .a .a-i .t1,
    .pub-top-l {
        font-size: 20px;
    }

    .about-develop-swiper {
        width: 75%;
    }

    .about-honor-i {
        margin-bottom: 0.5rem;
    }

    .product-list-i-img {
        padding: 0 10px;
    }
}

@media (max-width: 580px) {
    .product-list-i-img {
        padding: 0 5px;
    }

    .about-develop-swiper-i {
        padding: 0.05rem 0 0.54rem 0.4rem;
    }

    .about-top-menu-i .a {
        min-height: 45px;
    }

    .public-nav img {
        margin-right: 0.1rem;
    }

    .public-nav i {
        margin: 0 6px;
    }

    .product-img-info .t1 {
        font-size: 20px;
    }

    .product-list-i {
        width: 48%;
    }

    .product-detail-top-r .t2,
    .product-b-l .list-i .list-i-r .t2 {
        line-height: 32px;
    }

    .product-detail-top-r .t1,
    .product-b-l .list-i .t1,
    .serve-i .a .t1 {
        font-size: 18px;
    }

    .public-nav .t1,
    .product-detail-top-r .t2,
    .product-detail-msg,
    .product-detail-menu-i,
    .product-b-l .list-i .list-i-r .t2,
    .serve-i .b .t1 {
        font-size: 16px;
    }

    .about-top-menu-i .a {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .product-list-i .t1,
    .about-top-menu-i .b,
    .about-top-menu-i .a .a-i .t3 {
        font-size: 14px;
    }

    .about-top-menu-i .a .a-i .t3 {
        line-height: 26px;
    }

    .about-develop-swiper-i-con .t1 {
        font-size: 24px;
        line-height: 24px;
    }

    .about-top-menu-i .a .a-i .t2 {
        font-size: 22px;
    }

    .about-develop-swiper-i-con .t2 {
        line-height: 30px;
    }

    .about-develop-swiper-i-con .t2,
    .about-top-l-show,
    .about-culture-con-l-i .t2 {
        font-size: 16px;
    }

    .about-top-menu-i .a .a-i .t1,
    .about-culture-con-l-i .t1 {
        font-size: 18px;
    }

    .about-culture-con-enter,
    .about-culture-con-r,
    .about-culture-con-l {
        width: 100%;
    }

    .about-culture-con,
    .plan-i {
        display: block;
    }

    .support-b-list-i:last-child {
        margin-bottom: 0;
    }

    .plan-i .plan-i-img {
        height: max-content;
    }

    .plan-i .plan-i-con {
        padding: 0.4rem 20px;
    }

    .plan-i .plan-i-con,
    .plan-i .plan-i-img,
    .support-b-list-i,
    .contact-b-i3-menu-i {
        width: 100%;
    }

    .contact-b-i2-list-i-info .t1 {
        font-size: 18px;
        line-height: 30px;
    }

    .contact-b-i2-list-i-info {
        width: 100%;
    }

    .contact-b-i2-list-i-img {
        margin: auto;
        margin-top: 10px;
    }

    .contact-b-i2-list-i {
        display: block;
    }

    .data-list-i-img img {
        min-height: auto;
        max-height: none;
    }

    .data-list-i {
        width: 100%;
    }

    .plan-i .plan-i-con .t2 {
        font-size: 16px;
    }

    .footer-row-r-info {
        margin: 0.3rem 0 0;
    }

    .footer-row {
        padding-bottom: 0.3rem;
    }

    .h-m1-r-menu-i .b,
    .h-m1-r-menu-i .a .a-i .t3,
    .pub-top-r {
        font-size: 14px;
    }

    .h-m1-r-menu-i {
        width: 30%;
        margin: 0;
    }

    .h-m1-r-menu-i .a>img {
        width: 0.35rem;
        margin-right: 5px;
    }

    .h-m1-r-menu-i .a {
        padding-bottom: 1px;
        margin-bottom: 5px;
    }

    .h-m5-i .t1,
    .h-m1-r-menu-i .a .a-i .t1 {
        font-size: 16px;
    }

    .h-m1-r-menu-i .a .a-i .t2 {
        font-size: 20px;
    }
}