.layui-form-select body {
    /* font-family: SourceHanSansCN !important; */
    font-family: 'Microsoft YaHei', Arial, sans-serif !important;
}

.mauto {
    max-width: 1600px
}

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

.img-scale img {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

.img-scale:hover img,
.hover-scale:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

/* .wrap {
    width: 1550px;
    margin: 0 auto
} */

/* @media (max-width:767px) {
    .wrap {
        width: 96%
    }
} */

header,
footer,
.header-m,
main,
.i-banner,
.banner {
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

/* main {
    overflow-x: hidden;
} */

header {
    position: fixed;
    z-index: 555;
    left: 0;
    top: 0;
    width: 100%;
    /* background-color: #FFFFFF;
    box-shadow: 0 5px 20px rgb(0 0 0 / 15%); */
}

.header .top {
    height: 34px;
    line-height: 34px;
    background: #f6f6f6
}

.header>.mauto {
    display: flex;
    justify-content: space-between !important;
}

.logo {
    height: 132px;
    line-height: 132px;
    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 {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 .23rem;
    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 {
    background: transparent !important;
}

nav ul li>a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 55px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* .header::after */
nav ul li .sub-nav::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10000vw;
    height: 100%;
    content: '';
    display: block;
    background: #FFFFFF;
    z-index: -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: 0px;
    width: 100%;
    height: 3px;
    background: #fff;
    -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: 133px;
    left: -10px;
    padding: 10px;
    padding-bottom: .6rem;
    width: max-content;
    /* background: rgba(255, 255, 255, 0.9); */
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

nav ul li .sub-nav .row .row-left {
    width: 100%;
    padding-top: .4rem;
    /* background: #fff; */
}

nav ul li .sub-nav .row {
    position: relative;
    z-index: 1;
}

.row-left-i {
    margin-bottom: 5px;
}

.row-left-i:hover .row-left-info * {
    color: #112698;
}

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

.row-left-info {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}

.row-left-info>em {
    width: 3px;
    height: 3px;
    background: #112698;
    /* background: url(../images/icon-nav.png)no-repeat; */
    background-size: contain;
    margin-right: 8px;
}

.row-left-i:hover .row-left-info>em {
    /* background: url(../images/icon-nav1.png)no-repeat; */
    background-size: contain;
}

nav ul li .sub-nav .row .row-right {
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: .18rem .1rem .1rem 40px;
    margin-top: .3rem;
    margin-left: 40px;
}

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

.row-right-i-child {
    width: max-content;
    margin-right: 60px;
}

.row-right-img {
    min-width: 400px;
    width: 400px;
    height: 226px;
    object-fit: contain;
}

.row-right-i-child-i {
    display: none;
}

.row-right-i-child-i>.t1 {
    font-weight: 600;
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    text-align: left;
    padding-top: 0 !important;
    margin-bottom: 13px;
}

.row-right-i-child-i>.t1:hover {
    color: #112698;
}

nav ul li .sub-nav a:last-child {
    border-bottom: none;
}

.fix-search {
    z-index: 999;
    top: 0;
    left: 0
}

.fix-search .hide {
    width: 20px;
    height: 50px;
    margin-right: 10px;
    cursor: pointer
}

.fix-search .hide::before,
.fix-search .hide::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 1px;
    height: 35%;
    margin-top: -35%;
    background: #000
}

.fix-search .hide::before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.fix-search .hide::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.fix-search .hide:hover {
    opacity: .5
}

.fix-search .txt,
.fix-search .btn {
    height: 50px;
    line-height: 50px
}

.fix-search .txt {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 15px;
    padding: 0 15px 0 5px;
    border-bottom: 1px solid #e1e1e1
}

.fix-search .txt:focus {
    border-color: #666
}

.fix-search .btn {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto
}

nav ul li .earth,
nav ul li .search-btn {
    min-width: auto;
    cursor: pointer;
    height: 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
}

.header.cur *,
.header.on nav ul li>a {
    color: #000;
}

.header.on .header-top em,
.header.on .header-top .item>span {
    color: #000 !important;
}

.header.cur nav ul li>a::after,
.header.on nav ul li>a::after {
    background: #112698;
}

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

.header.on .search-btn::after {}

.header.on .earth::after {}

.header.on .header-top .icon>.i1,
.header.on .header-top>.item>.i1,
.header-top .icon>.i2,
.header.cur .lang .i1,
.header.on .lang .i1,
.header .lang .i2 {
    display: none;
}

.header .lang {
    height: 90px;
    margin-right: 20px;
}

.header.cur .lang img,
.header.on .lang img {
    max-width: 22px;
    max-height: 22px;
    object-fit: contain;
}

.header.on .header-top>.item>.i2,
.header.on .header-top .icon>.i2,
.header.cur .lang .i2,
.header.on .lang .i2 {
    display: block;
}


.header.cur .lang .search-b,
.header.on .lang .search-b {
    background: rgba(0, 0, 0, .2);
}

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

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

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

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

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

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


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


.header.active {
    background-color: #fff;
}

.header.cur {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(40px);
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header.on {
    box-shadow: none;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(40px);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header .lang .search-b {
    max-width: 200px;
    width: 100%;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 0 15px;
}

.header .lang .search-b input {
    background: transparent;
    width: calc(100% - 20px);
    height: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 5px;
}

.header .lang .earth {
    height: 100%;
    margin-left: .39rem;
    cursor: pointer;
}

/* .header-active::after, */
.header-active {}

.header-ul {
    height: 100%;
    margin-right: 50px;
}

.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 {
    padding-top: 90px;
}

.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: calc(100% - 40px);
    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(17, 38, 152, 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 .3s;
    -webkit-transition: all .3s
}

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

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

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

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

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

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

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

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

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

.homeSwiper {
    margin-top: .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;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !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 {
    width: 100%;
    min-height: 7rem !important;
    display: block;
    object-fit: cover;
    margin: auto;
}


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

.home-swiper-con>.title1::after {
    width: 47px;
    height: 5px;
    background: #D96515;
    content: '';
    display: block;
    margin: 26px 0;
}

.home-swiper-con>.info {
    max-width: 531px;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
}

.home-swiper-con>.btn1 {
    min-width: 100px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    padding: 10px 15px;
    background-color: #0C57F4;
    margin-top: 36px;
}

.home-swiper .swiper-pagination {
    width: 100px !important;
    /* background-color: aqua; */
    height: 400px !important;
    position: absolute;
    right: 8%;
    left: auto !important;
    flex-direction: column;
    top: 0;
    bottom: 0;
    margin: auto;
}



.home-swiper .swiper-bottom-btn {
    position: absolute;
    inset: 0;
    bottom: 0;
    top: auto;
    margin: auto;
    width: 50px;
    height: 120px;
    display: block;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-swiper .swiper-bottom-btn img {
    object-fit: contain;
    max-width: 0.3rem;
}



.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: .1rem 0 !important;
    background: #fff;
    opacity: 0.9;

}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #112698;
}



.home-swiper .swiper-slide .home-swiper-img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1);
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-img,
.home-swiper .swiper-slide.swiper-slide-duplicate-active .home-swiper-img {
    transition: 6s linear;
    transform: scale(1);
}

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

.swiper-pagination-icon .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease;
    opacity: 1;
}

.swiper-pagination-icon .swiper-pagination-bullet.on {
    width: 12px;
    height: 12px;
}

.swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    background: transparent !important;
    border-radius: 50%;
    border: 2px solid #fff;
}

.swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    transition: all 5s linear;
}

.home-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3% !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 .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

.lang .earth:hover .home-account-tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    transition: all ease-out .3s;
}

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

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


.header-top {
    display: flex;
    justify-content: flex-end;
    transition: all ease-out .3s;
    overflow: hidden;
}

.header-top .item {
    font-size: 14px;
    color: #B8B8B8;
}

.header-top .item>span {
    margin-left: 7px;
}

.header-top em {
    width: 1px;
    height: 20px;
    color: #858585;
    margin: 0 12px;
}

.header-top .icon {
    margin: 0 7px;
    transition: all ease-out .3s;
}

.header-top .icon:hover {
    transform: translateY(180deg);
}

.header.on .header-top {
    height: 46px !important;
    transition: all ease-out .3s;
}

.header.cur .header-top .item {
    color: #000;
}

.home-swiper-next,
.home-swiper-prev {
    width: .50rem;
    height: .50rem;
    background: #112698;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: 0 10px;
    cursor: pointer;
}

.home-swiper-page {
    position: absolute;
    right: 13%;
    bottom: 6%;
}

.home-model1,
.home-model2,
.home-model3,
.home-model4 {
    min-height: 1080px;
}

.home-model4 {
    height: auto !important;
}


/* .home-model1 .row3,
.home-model1 .row2,
.home-model1 .row1 {
    margin-top: .55rem;
} */

.home-model1 .row1 .right,
.home-model1 .row1 .left {
    width: 100%;
}

.home-model1 .row1 .left {
    padding-right: .8rem;
}

.home-model1 .row1 .left .left-img {
    max-width: 220px;
    width: 100%;
    margin: .52rem 0;
}

.home-model1 .row1 .left>.t1 {
    font-weight: bold;
    font-size: 34px;
    color: #112698;
    line-height: 48px;
}

.home-model1 .row1 .left>.t2 {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    margin-top: .33rem;
    width: 95%;
}

.home-model1 .row1 .left>p>.h-more {
    font-size: 16px;
    color: #EE1D23;
    margin-top: .32rem;
    margin-bottom: 108px;
}

.home-model1 .row2 .row2-i .row2-i-img {
    max-width: 260px;
    max-height: 180px;
    position: relative;
}

.home-model1 .row2 .row2-i .row2-i-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    content: '';
}

.home-model1 .row2 .row2-i .row2-i-img::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: url(../images/icon-play.png)no-repeat;
    background-size: contain;
    z-index: 2;
    content: '';
}

.home-model1 .row2 .row2-i {
    width: 50%;
}

.home-model1 .row2 .row2-i .row2-i-img img {
    object-fit: cover;
}

.home-model1 .row2 .row2-i .t1 {
    font-size: 18px;
    color: #000000;
    line-height: 30px;
    padding: 0 35px;
}

.home-model1 .row3>.title {
    display: flex;
    align-items: center;
}

.home-model1 .row3>.title>.t1 {
    min-width: max-content;
    font-size: 24px;
    color: rgb(0, 0, 0, 0.7);

}

.home-model1 .row3>.title::after {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    background: rgb(0, 0, 0, 0.1);
    margin-left: 23px;
}

.home-model1 .row3 .type {
    padding: 0 .5rem;
}

.home-model1 .row3 .type-i {
    width: calc(100% / 5);
    padding: 0 10px;
    display: flex;
}

.home-model1 .row3 .type-i>img {
    max-width: .64rem;
    max-height: .64rem;
    margin-right: 19px;
    object-fit: contain;
}

.home-model1 .row3 .type-i .info .t1 .b,
.home-model1 .row3 .type-i .info .t1 .a {
    font-weight: bold;
    font-size: 36px;
    color: #112698;
    line-height: 36px;
}

.home-model1 .row3 .type-i .info .t1 .c {
    font-weight: 400;
    font-size: 18px;
    color: #112698;
    line-height: 24px;
}

.home-model1 .row3 .type-i .info .t2 {
    font-weight: normal;
    font-size: 12px;
    color: #000000;
    line-height: 16px;
    margin-top: .1rem;
}

.home-model1 .row3 .type {
    margin-top: .55rem;
    padding-bottom: .46rem;
}

.home-model1 {
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.03);
}

.home-model2 {
    padding: 1rem 0;
}

.home-model2-top>.t1 {
    font-weight: bold;
    font-size: 38px;
    color: #112698;
}

.more-btn {
    width: max-content;
    height: 45px;
    background: #112698;
    border-radius: 23px;
    padding: 0 44px;
    user-select: none;
}

.more-btn span {
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 13px;
}

.more-btn img {
    display: block;
    position: relative;
    animation: comeback 1s infinite;
}

.home-model2 .row .list {
    height: 650px;
    margin-top: .63rem;
}

.home-model2 .row .list .list-i {
    width: 30%;
    position: relative;
}

.home-model2 .row .list .clist {
    width: 69%;
}

.home-model2 .row .list .clist .clist-i {
    width: 49.3%;
    height: 320px;
    position: relative;
    margin-bottom: 15px;
}

.home-model2 .row .list .list-i .info,
.home-model2 .row .list .clist .clist-i .info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px;
    z-index: 1;
}

.list-img {
    width: 100%;
    object-fit: cover;
}

.home-model2 .row .list .list-i .info .t1,
.home-model2 .row .list .clist .clist-i .info .t1 {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}

.home-model2 .row .list .list-i .info .t2,
.home-model2 .row .list .clist .clist-i .info .t2 {
    font-size: 15px;
    color: rgba(0, 0, 0, .8);
    line-height: 24px;
    margin-top: .15rem;
}

.home-model2 {
    border-bottom: 1px solid #E6E6E6;
}

.home-model3 {
    margin: 1rem auto;
    overflow: hidden;
}

.home-model3>.left {
    width: 100%;
    height: 600px;
}

.home-model3 .left .left-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
    background: rgba(0, 0, 0, .6);
}

.home-model3 .left .left-shadow>.t1 {
    width: 77%;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}

.home-model3 .left .left-shadow>.t2 {
    font-size: 18px;
    color: #FFFFFF;
}

.home-model3 .left .left-shadow>.t2 img {
    width: auto;
    height: auto;
    margin-left: 12px;
}

.home-model3 .left .left-shadow>.t2 span {
    min-width: max-content;
}

.home-model3 .row {
    width: 100%;
    display: none;
}

.model3Swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

.home-model3 .right,
.model3Swiper {
    width: 50%;
}

.home-model3 .right>.t1 {
    padding-top: .61rem;
    font-size: 38px;
    color: #112698;
}

.home-model3 .left .left-img {
    height: auto;
    object-fit: cover;
}

.home-model3 .right {
    height: 600px;
    margin-left: .7rem;
}

.home-model3 .right .right-i {
    width: 40%;
    height: 190px;
    margin-right: 20px;
}

.home-model3 .right .right-i:nth-child(2) {
    margin-right: 0;
}

.home-model3 .right .right-i .right-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 13px 10px;
    background: rgba(0, 0, 0, .6);
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.right-img {
    object-fit: cover;
}

.home-model3 .right .right-i .right-shadow img {
    width: auto;
    height: auto;
}

.home-model3 .right .right-i .right-shadow>.t2 {
    width: 40%;
}

.home-model3 .right .right-i .right-shadow>.t2 img {
    width: 20%;
    margin-left: 5px;
}

.home-model3 .right .right-i .right-shadow>.t2 span {
    min-width: max-content;
}

.home-model3 .right .right-i .right-shadow>.t1 {
    width: 60%;
}


.home-model4 {
    background: #F2F2F2;
    padding-top: .78rem;
}

.home-model4 .row>.t1 {
    font-weight: bold;
    font-size: 38px;
    color: #112698;
    text-align: center;
}

.home-model3-info>.t1 {
    font-weight: bold;
    font-size: 38px;
    color: #112698;
}

.home-model3-info>.menu {
    margin-top: .2rem;
}

.home-model3-info>.menu .menu-i {
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.home-model3-info>.menu .menu-i::after {
    width: 1px;
    height: 20px;
    background: #000;
    content: '';
    display: block;
    margin-left: 10px;
}

.home-model3-info>.menu .menu-i:last-child {
    margin-right: 0;
}

.home-model3-info>.menu .menu-i:last-child::after {
    display: none;
    margin-left: 0;
}

.home-model3-info>.menu .menu-i.cur {
    color: #112698;
}

.home-model3-info {
    position: absolute;
    top: 69px;
    right: 10%;
    z-index: 1;
}

.model4Swiper-prev,
.model4Swiper-next,
.model3Swiper-next,
.model3Swiper-prev {
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    cursor: pointer;
}

.model4Swiper-prev,
.model4Swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.model4Swiper-next {
    right: 0;
}

.model3Swiper-prev {
    margin-right: 25px;
}

.right-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 83%;
    height: max-content;
    padding-bottom: 60px;
}

.model4Swiper .info>.t1 {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    padding-top: .11rem;
}

.model4Swiper .info>.t2 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin: 29px 0;
}

.model4Swiper .info>.t3 {
    font-size: 16px;
    color: #112698;
}

.model4Swiper .msg {
    margin-top: .6rem;
    padding-bottom: .8rem;
}

.model4Swiper .msg .msg-day {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100px;
    height: 100px;
    background: #112698;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    z-index: 1;
}

.model4Swiper .msg .msg-day>.t1 {
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 45px;
}

.model4Swiper .msg .msg-day>.t2 {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    margin-top: 10px;
}

.model4Swiper .msg .msg-img {}

.model4Swiper .msg .msg-img img {
    object-fit: cover;
}

.model4Swiper .swiper-slide {
    padding-right: 20px;
    border-right: 1px solid rgb(0, 0, 0, 0.1);
}

.model4Swiper .swiper-slide:last-child {
    border-right: none;
}

.model4Swiper {
    margin-top: .63rem;
}

.model4Swiper {
    width: 90% !important;
}

.home-model5>.t1 {
    font-weight: bold;
    font-size: .55rem;
    color: #151515;
    position: absolute;
    z-index: 1;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: left;
}

.home-model5 {
    padding-bottom: 0
}

.home-model5::after {
    content: '';
    width: 100%;
    height: 2.3rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}

.public-footer-num {
    font-size: 16px;
    color: rgba(255, 255, 255, .5);
    padding: .27rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.public-footer-b {
    background: #252525;
}

.public-footer>.top {
    padding: .8rem 20px;
}

.public-footer {
    max-width: 1600px;
    width: 100%;
    margin: auto;
}

.public-footer-i {
    width: 30%;
}

.public-footer-i>p>.logo {
    max-width: 216px;
    height: auto;
    margin-bottom: .55rem;
}

.public-footer-i>.msg {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    display: flex;
}

.public-footer-i>.msg img {
    width: auto;
    height: max-content;
    display: block;
    margin-top: 8px;
    margin-right: 10px;
}

.public-footer>.top .list {
    width: 62%;
}

.public-footer>.top .list .list-i {
    width: 19%;
}

.public-footer>.top .list .list-i .title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    line-height: 36px;
}

.public-footer-info>.info {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 23px;
    display: block;
}

.public-footer-info>.info:hover {
    color: rgba(255, 255, 255, .7);

}

.public-footer-i .icon-b .icon-i {
    margin-right: .31rem;
}

.public-footer-i .icon-b .icon-i:last-child {
    margin-right: 0;
}

.public-footer-i .icon-b {
    margin-top: .76rem;
}

.he_f1p1lul {
    width: 100%;
}

.he_f1p1na2 {
    display: none;
}

.he_f1p1nli.slick-current .he_f1p1na2 {
    display: block;
}

.he_f1p1nbn {
    height: auto !important;
}

.slick-track {
    display: flex;
    align-items: center !important;
}

.he_f1p1na1le p {
    font-size: 20px !important;
}

.public-banner {
    overflow: hidden;
}

.public-banner>img {
    width: 100%;
    min-height: 5rem;
    object-fit: cover;
    transform: scale(1.1);
    animation: scaleimg 9s infinite;
}

@-webkit-keyframes scaleimg {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

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

.public-banner-info>.t1 {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
}

.public-banner-info>.t2 {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
}

.public-nav {
    width: 100%;
    border-top: 3px solid #112698;
    background: url(../images/new/bg-nav.png)no-repeat #fff;
    background-size: 40% 100%;
    position: sticky;
    top: 133px;
    z-index: 3;
    /* box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.06); */
}

.public-nav .left .t1 {
    padding: 24px 0;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

.public-nav .left .t1:hover {
    color: #112698;
}

.public-nav .left em {
    margin: 0 .12rem;
}

.public-nav .right .right-i {
    padding: 24px .3rem;
    font-size: 15px;
    color: #000000;
    position: relative;
}

.download-search-info-list.dom .download-search-info-list-i {
    width: 100%;
}

.download-search-info-list .right .right-i {
    padding: 20px .3rem;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    position: relative;
    width: max-content;
    background: #FFFFFF;
    box-shadow: 2px 5px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 54px 54px 54px 54px;
    margin-right: .24rem;
}

.download-search-info-list .right .right-i:hover,
.public-nav .right .right-i:hover,
.public-nav .right .right-i.cur {
    color: #112698;
}


.download-search-info-list .right .right-i.cur {
    background: #112698;
    color: #fff;
}


.public-nav .right .right-i::after {
    width: calc(100% - .6rem);
    height: 2px;
    background: #112698;
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.public-nav .right .right-i.cur::after {
    display: block;
}

.culture-b {
    padding: .7rem 0 1rem;
}

.public-title {
    font-weight: bold;
    font-size: 42px;
    color: #112698;
    text-align: center;
}

.culture-b-list-i .row {
    height: 100%;
    background: #FFFFFF;
    transition: all ease-out .5s;
}

.culture-b-list-i .row .row-a>.t1 {
    font-weight: bold;
    font-size: 24px;
    color: #171717;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-top: .32rem;
}

.culture-b-list-i .row .row-a .row-a-img {
    width: auto;
    height: max-content;
    max-height: .63rem;
    min-height: .63rem;
    margin: auto;
    display: flex;
    align-items: flex-end;
    object-fit: contain;
}

.culture-b-list {
    margin-top: .84rem;
    margin-left: -20px;
}

.culture-b-list-i {
    width: calc(100% / 4);
    padding-left: 20px;
    position: relative;
    margin-bottom: .31rem;
    border-radius: 15px;
}

.culture-b-list-i .row .row-a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .9rem 20px;
    border-radius: 15px;
    box-shadow: 0px 3px 68px 0px rgba(14, 14, 14, 0.13);
}

.culture-b-list-i .row .row-b {
    padding: .55rem 10%;
    background: url(../images/cover-bg.png)no-repeat;
    background-size: 100% 100%;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    border-radius: 15px;
    box-shadow: 0px 2px 29px 0px rgba(0, 0, 0, 0.18);
}

.culture-b-list-i .row .row-b .row-b-img {
    width: auto;
    height: max-content;
    object-fit: contain;
    margin-bottom: .27rem;
}

.culture-b-list-i .row .row-b>.t1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
}

.culture-b-list-i .row .row-b>.t2 {
    font-weight: normal;
    font-size: 14px;
    color: #E5ECFF;
    line-height: 26px;
    margin-top: 10px;
}

.culture-b-list-i.cur .row {
    transform: rotateY(180deg);
}

.culture-b-list-i.cur .row .row-b {
    display: block;
}

.culture-b-list-i.cur .row .row-b {
    transform: rotateY(180deg);
}

.contacts-map {
    width: 100%;
    height: 500px;
    background: #E7E7E7;
    border-radius: 30px 30px 0 0;
}

.contact-info-img {
    width: .7rem;
    height: .7rem;
    border-radius: 35px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-out .3S;
}

.contact-info-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-info-msg {
    min-height: .8rem;
    text-align: center;
}

.contact-info-msg>.t1 {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    margin: .18rem 0 .05rem;
}

.contact-info-msg>.t2 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
}

.contact-info {
    padding: .3rem .92rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgba(102, 102, 102, 0.15);
    border-radius: 30px;
    margin-top: -30px;
    z-index: 2;
    position: relative;
}

.contact-info-i {
    width: calc(100% / 4);
    margin: 15px 0;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info-i:hover .contact-info-img {
    display: block;
    transform: rotateY(180deg);
}

.culture-b .model1 {
    margin-top: .4rem;
}

.culture-b .model2 {
    margin-top: .7rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 29px 0px rgba(16, 26, 135, 0.09);
    padding: .61rem 1.3rem .67rem;
    border-top: 4px solid #112698;
}

.culture-b .model2>.t2 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    margin-top: .16rem;
    text-align: center;
}

.contact-msg {
    margin-top: .42rem;
}

.contact-msg-i {
    width: 49%;
    border-radius: 23px;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 0 29px;
    margin-bottom: 24px;
}

.contact-msg-i>span {
    min-width: max-content;
}

.contact-msg-i>.inputs {
    width: 100%;
    font-size: 16px;
    margin-left: 10px;
    padding: 15px 0;
}

.contact-msg-i>.inputs.textarea {
    height: 140px;
    padding: 15px 0;
}

.contact-btn {
    max-width: 180px;
    width: 100%;
    height: 45px;
    background: #112698;
    border-radius: 23px;
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: auto;
    margin-top: 20px;
}

.download-search {
    background: #F2F2F2;

}

.download-search .row-a {
    background: #FFFFFF;
}

.download-search .row-a.Knowledge {
    padding-top: .6rem;
}

.download-search .row-b {
    background: #fff;
    margin-top: 18px;
}

.download-search .row-b .row-i,
.download-search .row-a .row-i {
    padding: .6rem 20px 1rem;
}

.download-search-info {
    padding: .53rem 20px 0;
}

.download-search-info.Knowledge {
    padding-top: .4rem;
    padding-bottom: .8rem;
}

.download-search-info>.t1 {
    font-weight: 400;
    font-size: 32px;
    color: #112698;
    text-align: center;
}

.download-search-info-list-i {
    width: 32%;
    background: rgba(0, 0, 0, .08);
    border-radius: 54px;
    padding: 0 26px;
    position: relative;
    margin-right: 20px;
    box-shadow: -6px 5px 10px 0px rgba(0, 0, 0, 0.1)
}

.download-search-info-list.dom .download-search-info-list-i {
    box-shadow: none !important;
}


.download-search-info-list-i.case {
    background: #FFFFFF;
}

.download-search-info-list-i:last-child {
    margin-right: 0;
}

.download-search-info-list-i>.inputs {
    width: 100%;
    font-weight: 400;
    color: #000000;
    font-size: 16px;
    height: 68px;
    background: transparent;
}

.download-search-info-list {
    margin: .3rem 0 .5rem;
    position: relative;
    z-index: 1;
}

.download-search-info-list.Knowledge>.title {
    font-weight: bold;
    font-size: 42px;
    color: #112698;
}

.download-search-info-list.Knowledge {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 18px;
}

.download-search-info-list.Knowledge .right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.download-search-info-list-btn {
    width: 100px;
    height: 68px;
    background: #112698;
    border-radius: 0px 54px 54px 0px;
    border: 1px solid #112698;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.download-search-info-list-i .layui-input {
    height: 68px;
    background: transparent !important;
}

.layui-form-select dl {
    top: 68px;
}

.download-search-info-list-msg-i {
    width: calc(100% / 8);
    min-height: 60px;
    padding: 20px 15px;
    background: #F0F0F0;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    border-right: 1px solid #E1E1E1;
    display: flex;
    align-items: center;
}

.download-search-info-list-msg-i * {
    width: 100%;
    text-align: center;
    word-break: break-word;
}

.download-search-info-list-msg-i a {
    font-size: 14px;
    color: #D96515;
    line-height: 22px;
    text-decoration-line: underline;
}

.download-search-info-list-msg {
    border: 1px solid #E1E1E1;
}


.bottom .download-search-info-list-msg-i {
    min-height: 110px;
    background: transparent;
}

.download-list-i {
    width: 32%;
    margin-bottom: 25px;
    position: relative;
}

.product-list-b::after,
.download-list::after {
    width: 32%;
    display: block;
    content: '';
}

.download-list-i .show-b,
.download-list-i .show-a {
    padding: 35px 40px;
    min-height: 120px;
    background: rgba(17, 38, 152, .05);
    border-radius: 10px;
}

.download-list-i .show-b>.t1,
.download-list-i .show-a>.t1 {
    width: 75%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
}

.download-list-i .show-b>img,
.download-list-i .show-a>img {
    width: .94rem;
    height: .94rem;
    object-fit: contain;
}

.download-list-i .show-b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #112698;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .4s;
}

.download-list-i:hover .show-b {
    opacity: 1;
    visibility: visible;
}

.download-list-i:hover .show-a {
    opacity: 0;
    visibility: hidden;
}

.download-list-i .show-b>.t1 {
    color: #FFFFFF;
}

.download-list-i.Knowledge .show-a {
    opacity: 1;
    visibility: visible;
}

.download-list-i.Knowledge:hover {
    background: #112698;
}

.download-list-i.Knowledge:hover .show-a>.t1 {
    color: #FFFFFF;
}

.download-list-i.Knowledge:hover .show-a>.i1,
.download-list-i.Knowledge .show-a>.i2 {
    display: none;
}

.download-list-i.Knowledge:hover .show-a>.i2 {
    display: block;
}

.download-list-i.Knowledge {
    border-radius: 10px;
}

.download-list {
    margin-top: .43rem;
}

.download-list.Knowledge {
    margin-top: 0;
}

.show-b-btn {
    padding: 11px 21px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 14px;
    color: #112698;
}

.show-b-btn>img {
    margin-right: 9px;
}


.page-b-i,
.page-i {
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-b-i.cur,
.page-b-i:hover {
    color: #FFFFFF;
    background: #112698;
    border: 1px solid #112698;
}

.page-b-i {
    width: 36px;
    height: 36px;
    margin: 0 7px;
    font-size: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #636363;
    border: 1px solid #D2D2D2;
    border-radius: 5px;
    background: #fff;
}

.page-i {
    width: 36px;
    height: 36px;
    background: rgba(35, 47, 61, 0);
    font-size: 16px;
    font-weight: 500;
    color: #112698;
    border-radius: 5px;
}

.page-i:hover {
    border-color: #112698;
    color: #fff;
}

.page-i>span {
    width: 24px;
    height: 12px;
    background-size: contain;
}

.page-i>.l {
    background: url(../images/icon-n-page1.png)no-repeat center center;

}

.page-i>.r {
    background: url(../images/icon-n-page2.png)no-repeat center center;
}

.page-i:hover>.l {
    background: url(../images/icon-n-page01.png)no-repeat center center;
}

.page-i:hover>.r {
    background: url(../images/icon-n-page02.png)no-repeat center center;
}

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

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

.product-b {
    padding-top: 140px;
}

.product-b-top {
    padding: .6rem 0 .5rem;
    background: url(../images/bg-p-d.png)no-repeat center bottom;
    background-size: 100% 50%;
}

.product-b .product-model7-swiper-page-b {
    margin-top: 30px;
}

.product-b .product-model7-swiper-page-b .product-model7-swiper-next,
.product-b .product-model7-swiper-page-b .product-model7-swiper-prev {
    margin: 0 10px;
}

.product-swiper {
    width: 100%;
    height: max-content;
    margin-top: 10px;
}

.product-swiper-i {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-swiper-i>img {
    object-fit: cover;
}

.product-b-top-info {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: .48rem 0 0;
}

.product-b-top-info>.t1 {
    font-weight: bold;
    font-size: 48px;
    color: #112698;
    text-align: center;
}

.product-b-top-info>.t2 {
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
    line-height: 30px;
    margin: .4rem 0 .6rem;
}

.product-b-top-info>.t3 {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, .7);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: .37rem;
    margin-bottom: .37rem;
}

.product-b-top-info>.play>img {
    margin-left: 14px;
}

.product-swiper .swiper-pagination-bullet-active {
    background: #112698;
}

.product-swiper .swiper-pagination {
    bottom: 0 !important;
}

.product-b-type {
    background: #EFEFEF;
}

.product-b-type .row {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.product-b-type .product-b-type-i {
    font-weight: 400;
    font-size: 22px;
    color: #181818;
    padding: 24px 0;
    margin-right: 7%;
    position: relative;
}

.product-b-type .product-b-type-i:hover {
    color: #112698;
}

.product-b-type .product-b-type-i:last-child {
    margin-right: 0;
}

.product-b-type .product-b-type-i.cur {
    font-weight: bold;
    font-size: 22px;
    color: #181818;
}

.product-b-type .product-b-type-i::after {
    width: 100%;
    height: 5px;
    background: #112698;
    content: '';
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.product-b-type .product-b-type-i.cur::after {
    display: block;
}

.product-title {
    font-weight: bold;
    font-size: 36px;
    color: #112698;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.product-title::before {
    width: 4px;
    height: 28px;
    background: #112698;
    content: '';
    display: none;
    margin-right: 15px;
}

.product-model6,
.product-model5,
.product-model4,
.product-model2,
.product-model1 {
    padding: .7rem 0;
    background: #fff;
}


.product-model4 {
    padding: .4rem 0;
}

.product-model3 {
    padding: .5rem 0;
}

.product-model2-i {
    width: 49%;
    margin: 6.5px 0;
    border-radius: 20px;
}

.product-model2-i>img {
    object-fit: contain;
}

.product-model7 .row,
.product-model6 .row,
.product-model3,
.product-model5 .row,
.product-model4 .row,
.product-model2 .row,
.product-model1 .row {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    display: block;
}

.product-model2 .row .row-i {
    width: 100%;
}

.product-model4 .row.right .row-i {
    display: flex;
    flex-direction: row-reverse;
}

.product-model4 .row.right .row-i .product-model1-left {
    padding-left: .5rem;
    padding-right: 0;
}

.product-model5,
.product-model2 {
    background: #F2F2F2;
}

.product-model2 .row {
    display: flex;
    flex-wrap: wrap !important;
}

.product-model1-title {
    display: flex;
    align-items: center;
}

.product-model1-title>span {
    width: 15px;
    height: 2px;
    background: #112698;
}

.product-model1-title>.t1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    margin-left: .1rem;
}

.product-model1-left,
.product-model1-right {
    width: 100%;
}

.product-model1-right {
    margin-top: 20px;
}

.product-model1-right>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-model4 .product-model1-left {
    width: 40%;
    padding-right: .5rem;
}

.product-model4 .product-model1-right {
    width: 60%;
}

.product-model1-info {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-top: .23rem;
}


.product-model3>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-model3>a {
    display: block;
    margin: auto;
}


.product-model6-img {
    display: block;
    margin: auto;
}

.product-model7 {
    margin-top: .7rem;
    padding-bottom: 1.5rem;
}

.product-model7-swiper {
    margin-top: .51rem;
}

.product-model7-swiper-i {
    position: relative;
}

.product-model7-swiper-i>.t1 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    /* text-align: center; */
    position: absolute;
    left: 5%;
    bottom: 6%;
}



.product-swiper-prev,
.product-swiper-next,
.product-model7-swiper-next,
.product-model7-swiper-prev {
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    user-select: none;
}

.product-swiper-prev {
    left: 20%;
}

.product-swiper-next {
    right: 20%;
}

.product-model7-swiper-prev {
    left: 0;
}

.product-swiper-prev:hover>.i1,
.product-swiper-next:hover>.i1,
.product-swiper-next>.i2,
.product-swiper-prev>.i2 {
    display: none;
}


.product-swiper-next:hover>.i2,
.product-swiper-prev:hover>.i2 {
    display: block !important;
}

.product-swiper-next:hover,
.product-swiper-prev:hover {
    background: #112698;
}

.product-model7-swiper-next,
.product-model7-swiper-prev {
    width: 114px;
    height: 48px;
    background: #EFF8FD;
    box-shadow: 0px 14px 32px 0px rgba(14, 14, 14, 0.11);
    border-radius: 24px;
    position: static;
    transform: none;
    margin: 0 0;
    cursor: pointer;
}



.product-model7-swiper-next {
    right: 0;
}

.product-model7-swiper {
    width: 100%;
}

.product-list {
    padding: .6rem 0 .8rem;
}

.product-list-b-info {
    padding: 30px;
}

.product-list-b-info>.t1 {
    font-weight: bold;
    font-size: 20px;
    color: #1C1C1C;
    line-height: 24px;
}

.product-list-b-info>.t2 {
    font-weight: 400;
    font-size: 16px;
    color: #2E2E2E;
    line-height: 22px;
    margin-top: 20px;
}

.product-list-b-i {
    width: 32%;
    margin-bottom: .52rem;
    border-radius: 15px;
    transition: all ease-out .4s;
}

.product-list-b-i:hover {
    box-shadow: 0px 3px 20px 0px rgba(14, 14, 14, 0.31);
}

.product-list-b-i:hover .product-list-b-info>.t1 {
    color: #112698;
}

.product-list-b-img {
    min-height: 3.42rem;
    max-height: 3.42rem;
    border-radius: 15px;
}

.product-list-b-img.news {
    min-height: 3rem;
    max-height: 3rem;
    border-radius: 0 !important;
}

.product-list-b-img>img {
    object-fit: cover;
}

.product-list-b-info-news {
    background: #F3F4FA;
    padding: .4rem;
}

.product-list-b-info-news>.t1 {
    font-weight: 400;
    font-size: 14px;
    color: #112698;
    margin-top: 26px;
}

.product-list-b-info-news>.t2 {
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
}

.product-list-b-info-news>.t3 {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    margin-top: .18rem;
}

.product-list-b-i.news {
    margin-bottom: .78rem;
}

.product-list-b-info.case {
    padding: .32rem 20px;
}

.product-list-b-info.case * {
    text-align: left !important;
}

.product-list-b-info.case>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: #181818 !important;
    margin: 0;
}

.product-list-b-info.case>.t2 {
    font-weight: bold;
    font-size: 16px;
    color: #112698;
    margin-top: 20px;
}

.product-list-b-model-img>img {
    width: 100%;
    min-height: 4.4rem;
    max-height: 4.4rem;
    object-fit: cover;
}

.download-model-swiper {
    margin-bottom: .4rem;
}

.download-model-swiper .swiper-pagination-bullet-active {
    background: #000000;
}

.product-list-b-model-info {
    padding: 0 28px;
}

.product-list-b-model-info-i {
    width: calc(100% / 3);
    padding: 0 20px;
    padding-bottom: .37rem;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.product-list-b-model-info-i>.t1 {
    font-weight: 600;
    font-size: 16px;
    color: #112698;
}

.product-list-b-model-info-i>.t2 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 13px;
}

.honor-menu {
    margin-top: .78rem;
}

.honor-menu .honor-menu-i {
    width: max-content;
    min-width: max-content;
    height: 59px;
    padding: 0 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 68px 0px rgba(14, 14, 14, 0.13);
    border-radius: 30px;
    font-weight: 400;
    font-size: 16px;
    color: #2B2B2B;
    margin-right: .5rem;
    display: flex;
    align-items: center;
}

.honor-menu .honor-menu-i:last-child {
    margin-right: 0;
}



.honor-menu .honor-menu-i.cur {
    background: #112698;
    color: #FFFFFF;
}

.public-title1 {
    width: 100%;
    font-weight: bold;
    font-size: 47px;
    color: #112698;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.public-title1::after {
    width: 100%;
    height: 1px;
    background: rgba(0, 114, 222, .15);
    content: '';
    display: block;
    margin-top: .1rem;
}


.honor-menu-list-i {
    width: calc(100% / 4);
    padding-left: 17px;
    margin-bottom: .46rem;
}

.honor-menu-list-i .row>.t1 {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin-top: .35rem;
    padding: 0 20px;
}


.honor-menu-list-i .row {
    width: 100%;
    height: 100%;
    padding: 25px;
    background: #EFEFEF;
    border-radius: 15px;

}

.honor-menu-list {
    margin-top: .68rem;
    margin-left: -17px;
}

.honor-menu-list-img {
    max-height: 2.08rem;
    object-fit: contain;
    display: flex;
    justify-content: center;
}

.honor-menu-list-img>img {
    object-fit: contain;
}

.introduce-b .model1 {
    padding-top: .8rem;
}

.introduce-b .model1 .right,
.introduce-b .model1 .left {
    width: 50%;
}

.introduce-b .model1 .left .left-info {
    padding-right: 1rem;
    margin-top: .63rem;
}

.introduce-b .model1 .left .left-info>.t1 {
    font-weight: bold;
    font-size: 22px;
    color: #151515;
    line-height: 30px;
}

.introduce-b .model1 .left .left-info>.t2 {
    margin-top: 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.introduce-b .model1 .left .left-info::after {
    width: 425px;
    height: 1px;
    background: linear-gradient(90deg, #0072DE 0%, #FFFFFF 100%);
    opacity: 0.39;
    content: '';
    display: block;
    margin-top: .33rem;
}

.introduce-b .model1 .left .left-type {
    background: #F3F3F3;
    padding: 50px 50px 0;
    margin-top: .37rem;
    border-radius: 10px 0 0 10px;
}

.introduce-b .model1 .left .left-type .left-type-i {
    width: 48%;
    margin-bottom: .52rem;
}

.introduce-b .model1 .left .left-type .left-type-i>img {
    transition: all ease-out .4S;
}

.introduce-b .model1 .left .left-type .left-type-i:hover>img {
    transform: rotateY(180deg);
}

.introduce-b .model1 .left .left-type .left-type-i>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    margin-left: .15rem;
}

.introduce-b .model1 .right {
    background: #F3F3F3;
    border-radius: 20px 20px 10px 0;
    overflow: hidden;
}

.introduce-b .model1 .right>.right-img {
    height: max-content;
    border-radius: 20px;
}

.introduce-b .model1 .right>.right-img>img {
    object-fit: contain;
    margin-bottom: auto;
    display: block;
    width: 100%;
}

.model1-img {
    margin-top: .62rem;
}

.introduce-b .model5,
.introduce-b .model3,
.introduce-b .model2 {
    padding: .8rem 20px;
}

.introduce-b .model5 {
    padding-left: 0;
    padding-right: 0;
}

.introduce-b .model5>img {
    width: 100%;
    height: 100%;
}

.introduce-b .model2 {
    padding-left: 0;
    padding-right: 0;
    background: url(../images/bg-a1.png)no-repeat center center;
    background-size: auto;
}

.introduce-b .model3 {
    background: #fff;
    background-size: auto;
}

.introduce-b .model3 .model4-i>img,
.introduce-b .model3 .model4-i {
    width: 100%;
}

.introduce-b .model6 .row .right {
    width: 58%;
}

.introduce-b .model6 .row .right .model2-right .cards-swiper {
    padding-right: 1.5rem;
}

.introduce-b .model6 .row .left {
    width: 40%;
}

.introduce-b .model6 .row .left>.t1 {
    font-weight: bold;
    font-size: 30px;
    color: #112698;
    line-height: 30px;
}

.introduce-b .model6 .row .left>.t2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin: .34rem 0 .3rem;
}

.introduce-b .model6 .row .left .list .list-i {
    margin-bottom: .1rem;
}

.introduce-b .model6 .row .left .list .list-i:last-child {
    margin-bottom: 0;
}

.introduce-b .model6 .row .left .list .list-i>.t1 .a {
    font-weight: bold;
    font-size: 30px;
    color: #112698;
    line-height: 35px;
}

.introduce-b .model6 .row .left .list .list-i>.t1 .b {
    font-weight: bold;
    font-size: 30px;
    color: #112698;
}

.introduce-b .model6 .row .left .list .list-i>.t1 .c {
    color: #112698;
}

.introduce-b .model6 .row .left .list .list-i>.t2 {
    font-weight: 400;
    font-size: 18px;
    color: #545454;
    line-height: 30px;
}

.model2-swiper-con {
    margin-top: .25rem;
}

.model2-swiper-con>.t1 {
    font-weight: bold;
    font-size: 30px;
    color: #112698;
}

.model2-swiper-con>.t2 {
    font-weight: normal;
    font-size: 16px;
    color: #242424;
    line-height: 30px;
}

.model2-swiper {
    margin: .93rem 0 .5rem;
}

.model3-swiper {
    margin-top: .74rem;
    padding-bottom: .2rem !important;
    border-bottom: 1px solid #D7D7D7;
}

.model3-swiper .model3-swiper-i {
    min-height: 220px;
    padding: 4px 10px 17px 40px;
    margin: 14px;
    margin-top: 0;
    position: relative;
}

.model3-swiper .model3-swiper-i::after {
    width: 1px;
    height: calc(100% - 28px);
    content: '';
    display: block;
    position: absolute;
    left: 14px;
    top: 27px;
    background: #D7D7D7;
}

.model3-swiper .model3-swiper-i>.t1 {
    font-weight: bold;
    font-size: 28px;
    color: #112698;
    margin-bottom: .15rem;
}

.model3-swiper .model3-swiper-i>.t2 {
    font-weight: bold;
    font-size: 16px;
    color: #112698;
    line-height: 22px;
    margin-bottom: .1rem;
}

.model3-swiper .model3-swiper-i>.t3 {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
}

.model3-swiper .model3-swiper-i::before {
    width: 28px;
    height: 28px;
    content: '';
    display: block;
    background: url(../images/icon-a1.png)no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.model3-swiper-b .product-model7-swiper-next,
.model3-swiper-b .product-model7-swiper-prev {
    top: auto !important;
    bottom: -45px !important;
    cursor: pointer;
}

.introduce-b .model4 {
    padding: 1rem 0;
    background: #F2F2F2;
}

.introduce-b .model4 .row {}

.introduce-b .model6 {
    padding: 1rem 0;
    background: #EFF6F9;
}

.introduce-b .model6 .left {
    width: 40%;
}

.introduce-b .model6 .right {}

.model4-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.model4-info>img {
    display: block;
    margin: auto;
    margin-bottom: .56rem;
}

.model4-info-btn {
    padding: 0 40px;
    width: max-content;
    height: 65px;
    background: #DB5B16;
    box-shadow: 0px 3px 13px 0px rgba(14, 14, 14, 0.47);
    border-radius: 33px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.model4-info-btn>img {
    margin-right: 11px;
}

.model4-i-msg {
    margin-top: .78rem;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
}

.introduce-b .model5-info>.t1 {
    font-weight: bold;
    font-size: 47px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: .78rem;
}

.introduce-b .model5-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
}

.model5-info-img {
    display: block;
    margin: auto;
    transition: all ease-out .4s;
}

.model5-info-img:hover {
    transform: rotate(240deg);
}

.news-b-top {
    padding: 1rem 0 .41rem;
    border-bottom: 1px solid #E6E6E6;
}

.news-b-top>.t1 {
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    text-align: center;
}

.news-b-top>.time {
    width: max-content;
    margin: auto;
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
}

.news-b-top>.time>img {
    margin-right: .11rem;
}

.news-b-con {
    /* margin-top: -280px; */
    padding: .61rem .53rem;
}

.news-b-con {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}

.news-b-con strong {
    font-size: 24px;
    color: #000000;
}

.news-b-con img {
    display: block;
    margin: auto;
    object-fit: contain;
}

.news-b-con table {
    width: 100% !important;
}

.news-b-btn {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #D2D2D2;
    font-weight: 500;
    font-size: 16px;
    color: #112698;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: .61rem;
}

.news-b-btn>img {
    margin: 0;
    margin-right: 12px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.news-b-page-img {
    width: auto;
    height: max-content;
    margin-right: .3rem;
}

.news-b-page-img>img {
    object-fit: cover;
}

.news-b-page-info>.t1 {
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.news-b-page-info {
    width: calc(100% - 70px);
}

.news-b-page {
    padding: .4rem 0 .88rem;
}

.news-b-page-i {
    width: 48%;
    background: #F6F6F6;
    padding: 30px 50px;
    border-left: 4px solid #112698;
}

.news-b-page-i:hover .news-b-page-info>.t1 {
    color: #112698;
}

.news-b-page-i:last-child {
    border-right: 4px solid #112698;
    border-left: none;
}

.news-b-page-i .news-b-page-img {
    display: block;
    position: relative;
    animation: comeback 1s infinite;
}

.news-b-share {
    width: max-content;
    position: sticky;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: -20px;
}

.news-b-share>.t1 {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-bottom: .24rem;
}

.news-b-share-i {
    width: 24px;
    height: 24px;
    margin: auto;
    margin-bottom: .18rem;
}

.privacy-b {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    padding: .38rem .118rem;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

    /* todo */
    /* display: none; */
}

.privacy-b>.row {
    max-width: 1500px;
    width: 100%;
    margin: auto;
}

.privacy-b .row>.t1 {
    width: calc(100% - 500px);
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}

.privacy-b-btn-i {
    width: 1.6rem;
    height: .45rem;
    border-radius: 23px;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
}

.privacy-b-btn-i.cur {
    border: 1px solid #112698;
    background: #112698;
    border-radius: 23px;
    font-size: 16px;
    color: #FFFFFF;
}

.fixed-b {
    position: fixed;
    right: 1%;
    bottom: 10%;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

.fixed-b-i {
    position: relative;
    margin-bottom: 20px;
}

.fixed-b-i>img {
    object-fit: contain;
}

.fixed-b-i-r {
    position: absolute;
    min-width: 760px;
    height: auto;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 20px;
    margin-right: 80px;
    padding: 43px 37px;
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    display: none;
}

.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: bold;
    font-size: 30px;
    color: #112698;
    line-height: 30px;
    text-align: center;
}

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

.fixed-input .fixed-input-i {
    width: 48%;
}

.fixed-input-i>.t1 {
    min-width: max-content;
    font-size: 16px;
    color: #000000;
}


.fixed-input-i {
    width: 100%;
    padding: 0 24px;
    margin-bottom: 24px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, .3);
}

.fixed-input-i>.textarea,
.fixed-input-i>.inputs {
    width: 100%;
    min-height: 40px;
    margin-left: 10px;
    font-size: 16px;
}

.fixed-input-i>.textarea {
    min-height: 100px;
}

.uk-close {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, .4) !important;
    border-radius: 50% !important;
}

.uk-close {
    color: #fff !important;
}

.download-model-info-top {
    padding: 0 .20rem .18rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.download-model-info-top>.t1 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
}

.download-model-info-top>.type {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: .3rem;
}

.download-model-info-top>.type .type-i {
    font-size: 14px;
    color: #636363;
    margin-right: .69rem;
}

.download-model-info-top>.type .type-i:last-child {
    margin-right: 0;
}

.download-model-info-top>.type .type-i>img {
    margin-right: 8px;
}

.product-list-b-model,
.download-model-info,
.download-model-video {
    padding: .55rem .5rem;
    border-radius: 20px !important;
    background: #fff !important;
}

.product-list-b-model {
    padding: 0 0 .4rem;
}

.download-model-info-con {
    max-width: 6.6rem;
    padding: .3rem 20px;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}

.download-model-info-con-img {
    width: 100%;
    height: 2.6rem;
    display: block;
    margin: auto;
    margin-bottom: .37rem;
}

.download-model-video {}

.download-model-video>video {
    width: 6.60rem;
    object-fit: contain;
}

.download-model-info-i {
    width: 280px;
    height: 204px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.download-model-info-i>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.download-model-info-i::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    content: '';
}

.download-model-swiper-prev,
.download-model-swiper-next {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, .11);
    border-radius: 5px;
    position: absolute;
    top: 250px;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-model-swiper-prev:hover,
.download-model-swiper-next:hover {
    background: #112698;
}

.download-model-swiper-prev {
    left: -30px;
}

.download-model-swiper-next {
    right: -30px;
}

.download-model-info-l {
    position: absolute;
    left: -280px;
    bottom: 100px;
}

.download-model-info-r {
    position: absolute;
    right: -280px;
    bottom: 100px;
}

.download-model-info-l-info {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.download-model-info-l-info>.t1 {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.download-model-info-l-info>.t2 {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.service-b .model1 {
    padding: .59rem 0 .7rem;
}

.service-b .model1 .model1-i {
    background: rgba(0, 0, 0, .05);
    border-radius: 20px;
    margin-top: .38rem;
}

.service-b .model1 .model1-i .left {
    width: 50%;
    padding: 0 .9rem;
    padding: 25px 1rem;
}

.service-b .model1 .model1-i .right {
    width: 50%;
}

.service-b .model1 .model1-i .left>.t1 {
    font-weight: 400;
    font-size: 30px;
    color: #000000;
    margin-bottom: .11rem;
}

.service-b .model1 .model1-i .left .left-i>img {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: contain;
    margin-right: 20px;
}

.service-b .model1 .model1-i .left .left-i>.info .t1>.title {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
}

.service-b .model1 .model1-i .left .left-i>.info .t1>.time {
    font-weight: bold;
    font-size: 42px;
    color: #D96515;
}

.service-b .model1 .model1-i .left .left-i>.info .t2 {
    font-weight: normal;
    font-size: 14px;
    color: rgba(0, 0, 0, .7);
    line-height: 22px;
}

.service-b .model1 .model1-i .left .left-btn {
    width: 2rem;
    height: 40px;
    background: #112698;
    border-radius: 20px;
    border: 1px solid #112698;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .43rem;
}

.model1-info {
    margin-top: 1.08rem;
}

.model1-info-list {
    margin-top: .58rem;
}


.model4-list::after,
.model3-list::after,
.model1-info-list::after {
    width: 31%;
    content: '';
}

.model1-info-list-i {
    width: 31%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}



.model1-info-list-i>img {
    width: 1.66rem;
    height: 1.66rem;
    object-fit: contain;
    transition: all ease-out .3s;
    margin-bottom: -50px;
    position: relative;
    z-index: 1;
}

.model5-list-i:hover .model5-list-img,
.model4-list-i:hover .model4-list-img,
.model1-info-list-i:hover>img {
    transform: rotateY(180deg);
}

.model1-info-list-i .model1-info-list-i-con {
    width: 100%;
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #FFFFFF;
    padding: .64rem 0;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1);

}

.model1-info-list-i .model1-info-list-i-con>.t1 {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    margin: .32rem 0 .14rem;
}

.model1-info-list-i .model1-info-list-i-con>.t2 {
    min-height: 1rem;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.model1-info-list-i .model1-info-list-i-con>.t2 em {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #000000;
}

.service-b .model5,
.service-b .model4,
.service-b .model3,
.service-b .model2 {
    padding: .79rem 0 1rem;
}

.service-b .model3 .public-title {
    color: #fff !important;
}

.service-b .model5 {
    padding-bottom: 1.5rem;
}

.service-b .model2 {
    background: rgba(0, 0, 0, .05);
}

.service-b .model4>.row>.t1,
.service-b .model2>.row>.t1 {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    text-align: center;
    margin: .18rem 0 .6rem;
}

.model2-list {
    margin-left: -20px;
}

.model2-list-i {
    width: calc(100% / 5);
    padding-left: 20px;
    min-height: 360px;
}

.model2-list-i .row {
    height: 100%;
    padding: .55rem 20px;
    background: #fff;
    transition: all ease-out .4s;
}

.model2-list-i .row>img {
    display: block;
    margin: auto;
    transition: all ease-out .3s;
}

.model2-list-i .row>em {
    width: 40px;
    height: 2px;
    background: #D96515;
    display: block;
    margin: .16rem auto .6rem;
}

.model2-list-i .row>.t1 {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: center;
}


.model2-list-i:hover .row>.i1,
.model2-list-i .row>.i2 {
    display: none;
}

.model2-list-i:hover .row>.i2 {
    display: block;
}

.model2-list-i:hover .row {
    background: #112698;
}

.model2-list-i:hover .row>em {
    background: #fff;
}

.model2-list-i:hover .row>.t1 {
    color: #fff;
}

.model3-list-i {
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: .58rem;
    margin-right: .58rem;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.model3-list-i:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.service-b .model3 .row>.t1 {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: .18rem 0 .4rem;
    text-align: center;
}

.model3-list-i .top>img {
    width: .50rem;
    height: .50rem;
    display: block;
    object-fit: contain;
    margin-right: .19rem;
}

.model3-list-i .top {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 24px;
}

.model3-list-i .info {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: .23rem;
}




.service-b .model5 .row>.t1,
.service-b .model4>.t1 {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin: .18rem 0 .6rem;
    text-align: center;
}

.model4-list-img {
    width: .9rem;
    height: .9rem;
    object-fit: contain;
    margin-right: .24rem;
    transition: all ease-out .3s;

}

.model4-list-info .t1 {
    font-weight: 400;
    font-size: 18px;
    color: #112698;
    line-height: 21px;
}

.model4-list-info .t2 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 6px;
}

.model4-list-i {
    width: 32%;
    background: #FFFFFF;
    padding: .46rem .25rem;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1);
}

.model5-list-i {
    width: 32%;
    background: #FFFFFF;
    padding: .49rem .4rem;
    box-shadow: 0px 2px 21px 0px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #112698;
}

.model5-list-img {
    width: 61px;
    height: 57px;
    object-fit: contain;
    margin-right: .39rem;
    transition: all ease-out .3s;
}

.model5-list-info>.t1 {
    font-weight: 400;
    font-size: 20px;
    color: #112698;
    line-height: 23px;
}

.model5-list-info>.t2 {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 16px;
    margin-top: .11rem;
}

.fixed-input-btn {
    width: max-content;
    height: 40px;
    background: #112698;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0 1.73rem;
}

.news-top-b {
    max-height: 5.76rem;
    margin: .4rem 0 .6rem;
}

.news-top-b .left {
    width: 34%;
    background: #F3F4FA;
    padding: .7rem 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-top-b .left .left-i>.t1 {
    font-weight: 400;
    font-size: 26px;
    color: #333333;
}

.news-top-b .left .left-i>.t2 {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    margin-top: .24rem;
}

.news-top-b .left .left-i>.t3 {
    font-weight: 400;
    font-size: 14px;
    color: #112698;
    margin-top: .3rem;
}

.news-top-b .left>.t4 {
    margin-top: auto;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
    display: block;
    margin-top: 1.13rem;
}

.news-top-b .right {
    width: 66%;
    height: auto;
}

.news-top-b .right>img {
    width: 100%;
    object-fit: cover;
}

.news-more {
    width: max-content;
    display: block;
    margin: auto;
}

.product-list-b.case .product-list-b-i {
    background: #F5F5F5;
    border-radius: 15px;
}

.product-list-b.case .product-list-b-img {
    border-radius: 15px;
}

.download-model-swiper {
    border-radius: 15px 15px 0px 0px;
}

.product-model1-right-i>.t1 {
    font-weight: bold;
    font-size: 18px;
    color: #181818;
    line-height: 45px;
    text-align: center;
}

.product-model7-swiper-page-b {
    width: 100%;
    margin-top: -28px;
    position: relative;
    z-index: 1;
}

.product-model7-swiper-img,
.product-model7-swiper-img>img {
    border-radius: 20px;
    object-fit: cover;
}

.product-b .product-model7-swiper-img>img,
.product-b .product-model7-swiper-img {
    min-height: 3rem;
    max-height: 3rem;
}

.cards-swiper .page-box-prev,
.cards-swiper .page-box-next {
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.cards-swiper .page-box-next.swiper-button-disabled,
.cards-swiper .page-box-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}


.introduce-b .model6 .swiper-3d .swiper-slide-shadow {
    background: transparent !important;
}

.he_ghdot.on .i1,
.he_ghdot .i2 {
    display: none;
}

.he_ghdot.on .i2 {
    display: block;
}

.home-model3 .caseSwiper .swiper-wrapper .CaseDetail>img {
    min-height: 4.46rem;
    object-fit: cover;
}

.model1-right-swiper .right {
    overflow: hidden;
}

/*  new  */

@media (max-width:1600px) {

    .public-banner-info,
    .home-swiper-con,
    .mauto {
        width: 98%;
    }

    .introduce-b .model2,
    .introduce-b .model5 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1500px) {

    .public-banner-info,
    .home-swiper-con,
    .mauto {
        width: 95%;
    }

    nav ul li {
        min-width: 80px;
    }

    .header-top {
        padding: 0 20px;
    }

}

@media (max-width:1600px) {
    .public-con {
        padding: 0 !important;
    }

    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    nav ul li {
        min-width: 70px;
    }

    .public-tobody {
        padding-left: 20px;
        padding-right: 20px;
    }

}

@media (max-width:1350px) {
    .home-model3-info {
        right: 8%;
    }
}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 .2rem;
    }

    .public-footer {
        padding-left: .2rem;
        padding-right: .2rem;
    }


}

@media (max-width:1280px) {
    .download-search-info-list .right .right-i {
        box-shadow: 6px 5px 10px 0px rgba(0, 0, 0, 0.1)
    }

    .download-search .row-a.Knowledge {
        padding-top: 0.3rem;
    }

    .download-search-info-list .right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    .download-search-info-list .right .right-i {
        width: 48%;
        margin-top: 20px;
    }

    .download-search-info-list .right .download-search-info-list-i {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }

    .product-list {
        padding: 0.6rem 20px;
    }

    .product-list-b-i {
        margin-bottom: 20px;
    }

    .product-list-b-info>.t2 {
        margin-top: 10px;
    }

    .product-list-b-info {
        padding: 20px;
    }

    .right-btn {
        width: 100%;
    }

    .home-model2 .row .list .clist .clist-i {
        margin-bottom: 13px;
    }

    .home-model1 .row3 .type-i .info .t1 .b,
    .home-model1 .row3 .type-i .info .t1 .a {
        font-size: 30px;
        line-height: 30px;
    }

    .home-model3-info {
        right: 6%;
    }

    .download-search-info-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px;
    }

    .download-search-info-list-i {
        width: 49%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .home-model3 .right {
        margin-left: 0.4rem;
    }
}

@media (max-width:1400px) {

    .product-b-top-info,
    .product-model7,
    .product-model6,
    .product-model5,
    .product-model4,
    .product-model2,
    .product-model1,
    .product-b-type {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width:1200px) {
    .home-model3 .swiper-slide {
        max-width: none !important;
        max-height: none !important;
    }

    .service-b .model4-list-i {
        width: 100%;
    }

    .product-model4 .row.right .row-i {
        display: block;
    }

    .home-model1 .row1 .right {
        margin: auto;
    }

    .product-swiper-prev {
        left: 15px;
    }

    .product-swiper-next {
        right: 15px;
    }

    .news-top-b {
        max-height: none;
    }

    .news-top-b .left {
        padding: .5rem 20px;
    }

    .product-model1-right,
    .product-model4 .product-model1-left,
    .news-top-b .right,
    .news-top-b .left {
        width: 100% !important;
    }

    .news-top-b {
        display: block;
    }

    .introduce-b .model6 .row .right {
        width: 60%;
        margin: auto;
        margin-top: 20px;
    }

    .introduce-b .model6 .row .left .list .list-i {
        margin-bottom: 20px;
    }

    .introduce-b .model6 .row .left {
        width: 100%;
    }

    .introduce-b .model1 .left .left-type .left-type-i {
        margin-bottom: 0.5rem;
    }

    .introduce-b .model1 .right {
        border-radius: 20px;
        margin-top: 20px;
    }

    .introduce-b .model1 .right,
    .introduce-b .model1 .left {
        width: 100%;
    }

    .introduce-b .model6 .row,
    .introduce-b .model1 {
        display: block;
    }

    .honor-menu {
        margin-top: 0;
    }

    .public-title1 {
        font-size: 30px;
    }

    .home-model3 {
        margin: .5rem auto;
    }

    .home-model3 .left .left-shadow>.t1 {
        font-size: 18px;
    }

    .home-model3 .left .left-shadow {
        padding: 20px;
    }

    .home-model3-info>.menu,
    .home-model3 .row {
        margin-top: 20px;
    }

    .home-model3 .right .right-i .right-shadow>.t2 {
        width: auto;
    }

    .home-model3 .right .right-i {
        width: 49%;
        height: 280px;
        margin-right: 0;
    }


    .right-btn {
        padding-bottom: 0;
    }

    .home-model3 .right {
        height: auto;
        padding-bottom: 100px;
        margin-top: 20px;
        margin-left: 0;
        display: flex;
        justify-content: space-between;
    }

    .home-model3 .right,
    .model3Swiper {
        width: 100%;
    }

    .home-model3-info {
        position: static;
    }

    .home-model3 .row .row-i {
        display: block;
    }

    .home-model3-info {
        right: 3%;
    }

    .header .lang .earth {
        margin-left: .1rem;
    }

    nav ul li {
        margin: 0 0.1rem;
    }

    .home-model1 .row3 .type-i>img {
        margin-right: 10px;
    }

    .home-model1 .row3 .type-i .info .t1 .b,
    .home-model1 .row3 .type-i .info .t1 .a {
        font-size: 26px;
        line-height: 26px;
    }

    .home-model1 .row3 .type {
        padding: 0 0.3rem .3rem;
    }

}

@media (max-width:1200px) {
    .service-b .model1 .model1-i {
        padding: 20px;
        width: calc(100% - 40px);
        margin: .3rem auto;
    }

    .download-search-info-list-msg {
        overflow-x: scroll;
    }

    .download-search-info-list-msg .bottom,
    .download-search-info-list-msg .top {
        min-width: 1200px;
    }

    .product-b-top {
        padding-top: 0;
        flex-direction: column;
    }

    .product-b-top-info {
        width: 100%;
    }

    .product-swiper {
        width: 100%;
        height: auto;
    }

    .product-swiper-i {
        width: auto;
        height: max-content;
        margin: auto;
    }

    .product-b .row-i.items-center {
        flex-direction: column;
    }

    .product-model1-left,
    .product-model1-right {
        width: 100%;
    }

    .product-model1-right>img {
        min-height: inherit;
    }

    .download-list-i {
        width: 100%;
    }

    .model1-i {
        flex-direction: column;
    }

    .service-b .model1 .model1-i .left {
        margin-bottom: 20px;
    }

    .service-b .model1 .model1-i .left,
    .service-b .model1 .model1-i .right {
        width: 100%;
        padding: 0;
    }

    .service-b .model1 .model1-i .left-i {
        width: 100%;
    }

    .service-b .model1 .model1-i .left .left-btn {
        margin: 20px auto;
    }

    .model1-info-list-i,
    .model4-list-i {
        width: calc(100% - 40px);
        margin: 0 auto 20px;
    }

    .model2-list {
        flex-direction: column;
    }

    .model2-list-i {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }

    .model3-list-i,
    .model5-list-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .model3-list-i {
        padding-right: 0;
        border-right: none;
    }

    .model2 .row.public-tobody.items-center {
        flex-direction: column;
    }

    .introduce-b .model2 .row .left,
    .introduce-b .model2 .row .right {
        width: 100%;
        padding: 0;
    }

    .introduce-b .model2 .row .left {
        margin-bottom: 20px;
    }

    .model5-info-img {
        width: 50px;
        height: 50px;
    }

    .honor-menu-list-i {
        width: calc(100% / 3);
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .honor-menu .honor-menu-i {
        text-align: center;
    }

    .contact-info {
        padding: .3rem .2rem;
    }

    .contact-info-msg {
        width: calc(100% - 0.9rem);
    }

    .contact-info-i {
        width: 100%;
    }

    .culture-b-list-i {
        width: 100%;
    }

    .culture-b .model2 {
        width: 100%;
        padding: 0.5rem 0.2rem;
        margin: 20px auto;
    }

    .news-b-con {
        /* margin-top: -260px; */
        padding: 0.61rem 0.2rem;
    }

    .news-b-top {
        padding-top: 0.6rem;
    }

    .news-b-top>.t1 {
        line-height: 1;
    }

    .news-b-page {
        flex-direction: column;
    }

    .news-b-page-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .product-model1-left {
        padding-right: 0;
    }

    .product-model4 .product-model1-left,
    .product-model2 .product-model1-left {
        padding-left: 0;
        padding-right: 0;
    }

    .product-model1-info {
        margin-bottom: 20px;
    }

    .product-model6-img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .product-title {
        margin-bottom: 0.4rem;
    }



    .download-search-info-list.Knowledge .right.items-center {
        width: 100%;
        justify-content: center;
        justify-content: space-between;
    }

    .download-search-info-list .right .right-i {
        width: 24%;
        text-align: center;
        font-size: 16px;
    }
}

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

    nav ul li {
        margin: 0;
    }

    .home-model3-info {
        right: 0%;
    }
}


@media (max-width:1024px) {
    .home-swiper .swiper-pagination {
        right: 0 !important;
    }

    .product-b {
        padding-top: 20px;
    }

    .product-list-b-info-news {
        padding: 20px;
    }

    .news-top-b .left>.t4 {
        margin-top: .5rem;
    }

    .public-title1 {
        margin-bottom: 20px;
    }

    .download-search .row-b .row-i {
        padding: 0 20px;
    }

    .download-search .row-a .row-i {
        padding: 20px;
    }

    .introduce-b .model6 {
        padding: .5rem 0;
    }

    .introduce-b .model5,
    .introduce-b .model3,
    .introduce-b .model2 {
        padding: 0.5rem 20px;
    }

    .model2-swiper {
        margin: 0.5rem 0;
    }

    .introduce-b .model1 .left .left-info {
        padding-right: 0;
        margin-top: 0.5rem;
    }

    .download-search-info-list.Knowledge>.title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .download-search-info.Knowledge {
        padding-top: 0.3rem;
        padding-bottom: 0.4rem;
    }

    .download-search-info-list .right .download-search-info-list-i {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .product-swiper {
        margin-top: 0.5rem;
    }

    .product-b-top {
        padding: 0 0 0.5rem;
    }

    .product-model7 {
        margin-top: 0.5rem;
        padding-bottom: .5rem;
    }



    .home-model3 .right .right-i {
        height: auto;
    }

    .home-model2 .row .list .clist .clist-i {
        width: 49%;
    }

    .product-list-b-model {
        padding: 0.3rem;
    }

    .product-list-b-model-info-i {
        width: calc(100% / 2);
        padding-bottom: 20px;
    }

    .honor-menu-list-i {
        width: calc(100% / 2);
    }

    .public-title {
        font-size: 30px;
    }

    .download-search-info-list.Knowledge {
        overflow: inherit;
    }

    .download-search-info-list.Knowledge .right {
        /* overflow-x: auto;
        overflow-y: hidden; */
    }

    .download-search-info-list .right .right-i {
        width: 32%;
        min-width: max-content;
        margin: 10px 0;
        margin-right: 10px;
    }

    .product-title {
        font-size: 30px;
    }

    .product-title::before {
        width: 4px;
        height: 23px;
    }

    .product-b-top-info>.t2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0.2rem 0 0.3rem;
    }

    .product-b-top-info>.t1 {
        font-size: 50px;
    }

    .public-nav {
        top: 70px !important;
    }

    .download-search-info-list-btn,
    .download-search-info-list-i>.inputs,
    .download-search-info-list-i .layui-input {
        height: 45px;
    }

    .product-list-b-info>.t1 {
        margin: 0 0 .2rem;
    }

    .product-list-b-i {
        width: 49%;
    }

    .public-nav .right .right-i {
        padding: 20px 0.2rem;
    }




    .public-banner-info>.t2 {
        font-size: 20px;
        line-height: 32px;
    }

    .public-banner-info>.t1 {
        font-size: 30px;
    }

    .public-banner>img {
        width: 100%;
        min-height: 4rem;
        object-fit: cover;
    }

    .privacy-b-btn {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .privacy-b .row>.t1 {
        width: 100%;
    }

    .privacy-b>.row {
        display: block;
    }

    .model4Swiper .info>.t2 {
        font-size: 16px;
        margin: 20px 0;
    }

    .model4Swiper .msg .msg-day>.t1 {
        font-size: 30px;
        line-height: 30px;
    }

    .model4Swiper {
        margin-top: .2rem;
    }

    .home-model4 {
        padding-top: .5rem;
    }

    .home-model2 .row .list {
        margin-top: .3rem;
    }






    .home-model2 .row .list .list-i .info,
    .home-model2 .row .list .clist .clist-i .info {
        position: absolute;
        top: 0;
        left: 0;
        padding: 20px;
    }

    /* .home-model5>.t1, */
    .home-model4 .row>.t1,
    .home-model3-info>.t1,
    .home-model2-top>.t1 {
        font-size: 30px;
    }



    .home-model2 {
        padding: .5rem 0;
    }

    .home-swiper-page {
        position: absolute;
        right: 5%;
        bottom: 5%;
    }

    .home-model1 .row1 .left {
        padding-right: 0;
    }

    .home-model1 .row1 .left>.t2 {
        margin-top: .2rem;
    }

    .home-swiper-con>.title1::after {
        margin: 20px 0 30px;
    }

    .home-swiper-con>.title {
        font-size: 40px;
        line-height: 40px;
    }

    .home-swiper-con>.title1 {
        font-size: 20px;
        line-height: 20px;
    }

    .public-footer>.top .list {
        display: none;
    }

    .public-footer-i {
        width: 100%;
    }

    .public-footer-i>.logo {
        margin-bottom: .3rem;
    }

    .public-footer-i>.msg {
        margin-bottom: 5px;
    }

    .public-footer-i .icon-b {
        margin-top: 0.3rem;
    }

    .public-footer>.top {
        padding: 0.5rem 20px;
    }

    .public-footer-i .icon-b .icon-i {
        margin-right: 0.2rem;
    }

    .home-model1 .row1 .left>.t1 {
        font-size: 30px;
        line-height: 40px;
    }

    .home-model1 .row1 .left .left-img {
        max-width: 180px;
        width: 100%;
        margin: 0.3rem 0;
    }

    .home-model1 .row1 {
        display: block;
    }

    .home-model1 .row1 .right,
    .home-model1 .row1 .left {
        width: 100%;
    }

    .home-model1 .row1 .right {
        margin-top: 20px;
    }

    .home-model1 .row2 .row2-i .t1 {
        line-height: 26px;
        padding: 0 20px;
    }

    .home-model1 .row2 {
        margin-top: 0.3rem;
    }

    .home-model1 .row3,
    .home-model1 .row2,
    .home-model1 .row1 {
        margin-top: 0.5rem;
    }

    .home-model1 .row3 .type {
        padding: 0;
        margin-top: .3rem;
        padding-bottom: .2rem;
    }

    .home-model1 .row3>.title>.t1 {
        font-size: 22px;
    }

    .fixed-b-i-r {
        min-width: 6.5rem;
    }


}


@media (max-width:980px) {
    .home-model1 .row3 .type-i {
        width: calc(100% / 3);
        margin-bottom: 20px;
    }

    .home-model1 .row3 .type {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width:768px) {
    .home-model3 .model3-top-title,
    .home-model5>.t1,
    .home-model4 .model4-top-title{
        font-size: .4rem !important;
    }
    .home-model4 .model4-content .model4-content-l .card-item .card-item-desc {
        font-size: 14px;
    }

    .home-model4 .model4-content .model4-content-l .card-item .card-item-title,
    .home-model4 .model4-content .model4-content-l:nth-child(2) .card-item .card-item-title {
        font-size: 16px !important;
    }

    .service-b .model3-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .culture-b.map .model1,
    .culture-b .culture-b-list {
        padding-left: 0;
        padding-right: 0;
    }

    .culture-b-list-i {
        padding-left: 0;
    }

    .culture-b-list {
        margin-left: 0;
    }

    .introduce-b .model6 .row .right .model2-right .cards-swiper {
        padding-right: 1.1rem;
    }

    .home-model3 .caseSwiper {
        padding-top: .5rem !important;
        padding-bottom: .4rem !important;
    }

    .product-list-b-model-info-i>.t2 {
        margin-top: 10px;
    }

    .product-list-b-model-info {
        padding: 0px;
    }

    .download-model-swiper-next,
    .download-model-swiper-prev {
        position: absolute;
        top: 190px;
        box-shadow: 0px 3px 20px 0px rgba(14, 14, 14, 0.31);
    }

    .download-model-swiper-prev {
        left: -10px;
    }

    .download-model-swiper-next {
        right: -10px;
    }

    .product-list-b-info.case>.t2 {
        margin-top: 10px;
    }

    .news-b-page-i {
        padding: 20px 20px;
    }

    .news-more {
        width: 1.8rem;
    }

    .product-list-b-info-news>.t1,
    .news-top-b .left .left-i>.t3 {
        margin-top: .2rem;
    }

    .news-top-b .left {
        padding: 0.3rem 20px;
    }

    .download-list {
        margin-top: 0;
    }

    .news-top-b .left .left-i>.t1,
    .download-search-info>.t1 {
        font-size: 20px;
    }

    .contacts-map {
        height: 450px;
        border-radius: 20px 20px 0 0;
    }

    .page-box-prev,
    .page-box-next {
        width: 45px !important;
        height: 100px !important;
    }

    .introduce-b .model6 .row .right {
        width: 100%;
    }

    .introduce-b .model6 .row .left .list .list-i {
        margin-bottom: 15px;
    }

    .model3 .row {
        padding: 0;
    }

    .model2-swiper {
        margin: 0.3rem 0;
    }

    .introduce-b .model1 .left .left-info::after,
    .introduce-b .model1 .left .left-type {
        margin-top: 20px;
    }

    .introduce-b .model6 .row .left .list .list-i>.t1 .a {
        font-size: 24px;
    }

    .introduce-b .model6 .row .left>.t2 {
        line-height: 26px;
        margin: 0.2rem 0;
    }

    .introduce-b .model1 .left .left-info>.t2 {
        margin-top: 10px;
        line-height: 26px;
    }

    .introduce-b .model1 .left .left-info>.t1 {
        font-size: 18px;
        line-height: 26px;
    }

    .public-title1,
    .introduce-b .model6 .row .left>.t1,
    .model2-swiper-con>.t1 {
        font-size: 20px;
    }

    .introduce-b .model1 .left .left-type {
        padding: 20px 20px 0;
    }

    .introduce-b .model1 .left .left-type .left-type-i {
        margin-bottom: 20px;
    }

    .introduce-b .model1 .left .left-info {
        padding-right: 0;
        margin-top: 10px;
    }

    .honor-menu-list-i .row {
        padding: 20px;
    }

    .honor-menu .honor-menu-i {
        margin: 10px 20px 10px 0;
        box-shadow: 0px 3px 10px 0px rgba(14, 14, 14, 0.13);
    }

    .culture-b .honor-menu .public-title1 {
        display: none;
    }

    .honor-menu-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .service-b .model1 .model1-i .left .left-i>.info .t1>.title {
        font-size: 16px;
    }

    .service-b .model1 .model1-i .left .left-i>.info .t1>.time {
        font-size: 24px;
    }

    .model5-list-info>.t1 {
        font-size: 16px;
    }

    .model1-info-list-i .model1-info-list-i-con {
        padding: .5rem 20px;
    }

    .download-search-info-list .right .download-search-info-list-i {
        margin-top: 10px;
    }

    .download-search-info-list.Knowledge>.title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .download-search-info.Knowledge {
        padding-top: 0;
    }

    .download-search-info-list .right {
        justify-content: space-between !important;
    }

    .download-search-info-list .right .right-i {
        width: 48%;
        margin-right: 0;
        padding: 15px 0;
    }

    .product-model7-swiper-next,
    .product-model7-swiper-prev {
        width: 100px;
        height: 45px;
    }

    .product-model6,
    .product-model5,
    .product-model4,
    .product-model2,
    .product-model1 {
        padding: 0.3rem 20px;
        background: #fff;
    }

    .product-model6-img {
        width: 100%;
    }

    .product-model4 .row.right .row-i .product-model1-left {
        padding-left: 0;
        padding-right: 0;
    }



    .product-b-type .product-b-type-i::after {
        height: 3px;
    }

    .product-b-type .row {
        display: flex;
        justify-content: center;
    }

    .product-b-type .product-b-type-i {
        font-size: 18px;
        padding: 15px 3%;
        margin-right: 3%;
    }

    .product-b-type .product-b-type-i.cur {
        font-size: 18px;
    }

    .product-swiper {
        margin-top: 0.3rem;
    }

    .public-nav {
        background-size: 100% 100%;
    }

    .product-list-b-info {
        padding: 20px 0 10px;
    }

    .model4Swiper-prev,
    .model4Swiper-next {
        position: absolute;
        top: 50%;
        transform: translateY(50%) !important;
    }

    .contact-info-i {
        margin: 0 0 15px;
    }

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

    .contact-msg-i>.inputs {
        padding: 10px 0;
    }

    .contact-msg-i {
        padding: 0 15px;
    }

    .download-model-info-r {
        right: 50%;
        bottom: auto;
        transform: translateX(103%);
    }

    .download-model-info-l {
        left: 50%;
        bottom: auto;
        transform: translateX(-103%);
    }

    .download-model-info-i {
        width: 1.8rem;
        height: 1.4rem;
    }

    .download-model-info-l-info>.t1 {
        font-size: 14px;
    }

    .download-model-info-l-info>.t2 {
        display: none;
    }

    .download-model-swiper {
        margin-bottom: 15px;
    }

    .product-list-b-model-img>img {
        min-height: 3rem;
        max-height: 3rem;
    }

    .culture-b-list-i .row .row-b>.t1 {
        font-size: 18px;
    }

    .culture-b-list-i .row .row-b>.t2 {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }

    .news-b-page {
        padding: 0.3rem 0;
    }

    .news-b-btn {
        height: 45px;
    }

    .news-b-con strong {
        font-size: 18px;
    }

    .news-b-con {
        padding: 0.3rem 0;
        line-height: 28px
    }

    .news-b-top>.time {
        margin-top: .3rem;
    }

    .news-b-top>.t1 {
        font-size: 20px;
    }

    .news-b-page-info>.t2 {
        font-size: 16px;
        line-height: 24px;
    }

    .product-list-b-img,
    .product-list-b-img.news {
        max-height: none;
        min-height: auto;
    }

    .product-list-b-info-news>.t3 {
        margin-top: 10px;
    }

    .product-list-b-info-news {
        padding-top: 20px;
    }

    .product-list-b-info-news>.t2 {
        font-size: 18px;
        line-height: 24px;
    }

    .download-list-i {
        margin-bottom: 20px;
    }

    .download-search-info>.t1 {
        margin-bottom: 20px;
    }

    .download-search-info {
        padding: 0.2rem 20px 0;
    }

    .download-search .row-b .row-i,
    .download-search .row-a .row-i {
        padding: .3rem 0px .4rem;
    }

    .culture-b .model2>.t2 {
        line-height: 24px;
        margin-top: 0.2rem;
    }

    .contact-msg {
        margin-top: 0.3rem;
    }

    .culture-b .model2 {
        /* width: 90%; */
        margin: 20px auto 0;
    }

    .culture-b-list-i .row .row-a>.t1 {
        margin-top: .3rem;
        font-size: 18px;
    }

    .culture-b-list {
        margin-top: 0.4rem;
    }

    .culture-b .model1,
    .culture-b-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .honor-menu .honor-menu-i {
        min-width: max-content;
        font-size: 16px;
        height: 50px;
    }

    .culture-b {
        padding: 0.3rem 20px .5rem;
    }

    .honor-menu {
        overflow-x: auto;
        overflow-y: hidden;
        margin-top: .3rem;
        padding: 0 20px;
    }

    .honor-menu-list-i .row>.t1 {
        margin-top: .2rem;
    }

    .honor-menu-list {
        margin-top: .3rem;
    }

    .honor-menu-list-i {
        width: 100%;
        margin-bottom: .4rem;
    }

    .introduce-b .model1>.t2 {
        line-height: 26px;
    }

    .introduce-b .model5-info>.t1 {
        font-size: 20px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .introduce-b .model5-info>.t2 {
        font-size: 18px;
        line-height: 26px;
        padding: 0 10px;
        margin: 0.2rem 0 0.3rem;
    }

    .model4-i-msg {
        margin-top: 0.4rem;
        line-height: 26px;
    }

    .model4-info>img {
        width: 60%;
        margin-bottom: .3rem;
    }

    .model4-info {
        width: 90%;
    }

    .introduce-b .model2 .row {
        padding: 0;
    }

    .model4-info-btn {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: auto;
        padding: 10px 15px;
    }

    .introduce-b .model5>img,
    .model4-i>img {
        min-height: 3.5rem;
    }

    .introduce-b .model4 {
        padding: .5rem 0;
        background: #F2F2F2;
    }

    .model3-swiper .model3-swiper-i>.t1 {
        font-size: 22px;
        margin-bottom: 0.2rem;
    }

    .model3-swiper {
        margin-top: 0.34rem;
    }

    .introduce-b .model5,
    .introduce-b .model3,
    .introduce-b .model2 {
        padding: 0.4rem 20px;
    }

    .introduce-b .model2 .row .right>.t2 {
        line-height: 24px;
    }

    .introduce-b .model2 .row .right>.t1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 0.2rem;
    }

    .introduce-b .model1>.t1 {
        font-size: 20px;
        line-height: 24px;
        margin: 0.3rem 0 0.2rem;
    }

    .model1-img {
        margin-top: 0.3rem;
    }

    .introduce-b .model1 {
        padding-top: 0.3rem;
    }

    .service-b .model3 .row>.t1,
    .service-b .model5 .row>.t1,
    .service-b .model4>.t1 {
        margin: 0.25rem 0 0.5rem;
    }

    .model5-list-info>.t2 {
        margin-top: 10px;
    }

    .model5-list-img {
        width: 51px;
        height: 47px;
        margin-right: 0.25rem;
    }

    .model5-list-i {
        padding: 0.29rem 0.3rem;
    }

    .service-b .model5,
    .service-b .model4,
    .service-b .model3,
    .service-b .model2 {
        padding: 0.4rem 0;
    }

    .model2-list-i .row>em {
        margin: 0.1rem auto 0.3rem;
    }

    .model2-list {
        margin-left: 0;
    }

    .model2-list-i {
        padding-left: 0;
    }

    .service-b .model4>.row>.t1,
    .service-b .model2>.row>.t1 {
        line-height: 24px;
        margin: 0.32rem 0 0.5rem;
    }

    .service-b .model1 {
        padding: 0.3rem 0 0.5rem;
    }

    .model1-info-list-i>.t2 {
        line-height: 24px;
    }

    .model1-info-list-i>.t1 {
        margin: 0.2rem 0 0.3rem;
    }

    .model1-info-list,
    .model1-info {
        margin-top: 0.5rem;
    }



    .service-b .model4>.t1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .model3-list-i {
        margin-right: 0;
    }

    .service-b .model1 .model1-i .left>.t1 {
        margin-bottom: .2rem;
    }

    .service-b .model1 .model1-i .left>.t1,
    .public-title {
        font-size: 20px;
    }

    .public-nav .left .t1 {
        padding: 20px 0;
    }

    .product-model7-swiper-i>.t1 {
        margin-top: .2rem;
    }

    .product-title::before {
        margin-right: 10px;
    }

    .product-model7-swiper {
        margin-top: 0.3rem;
    }

    .product-model5,
    .product-model4,
    .product-model2,
    .product-model1 {
        padding: 0.3rem 20px;
    }

    .product-title {
        font-size: 20px;
        margin-bottom: 0.3rem;

    }

    .product-model1-info {
        line-height: 24px;
        margin-top: 0.2rem;
    }

    .product-model1-title>.t1 {
        font-size: 18px;
        margin-left: .12rem;
    }

    .product-b-top-info {
        padding: 0.2rem 0.2rem 0;
    }

    .product-b-top-info>.t3 {
        padding-bottom: .2rem;
        margin-bottom: .2rem;
    }

    .product-b-top-info>.t1 {
        font-size: 22px;
    }

    .product-b-top-info>.t2 {
        font-size: 16px;
        line-height: 24px;
        margin: 0.3rem 0 0;
    }

    .product-b-top {
        padding: 0 0 .5rem;
    }

    .product-model7-swiper {
        width: 100%;
    }

    .product-model7 {
        margin-top: 0.3rem;
        padding-bottom: .4rem;
    }

    .public-banner-info>.t2 {
        font-size: 18px;
        line-height: 24px;
    }

    .public-banner-info>.t1 {
        font-size: 22px;
    }

    .public-nav .row .left {
        display: flex;
        flex-wrap: wrap;
    }

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

    .page-b-i {
        margin: 0 5px;
    }

    .public-banner-info>.t2 {
        margin-top: 10px;
    }

    .download-search-info-list-btn {
        width: 80px;
    }

    .product-list-b-info>.t1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .public-page {
        width: fit-content;
        margin: 0.3rem auto 0.5rem;
    }

    .product-list {
        padding: 0.3rem 20px 0.5rem;
    }

    .main-nav-m {
        display: block;
    }

    .public-nav .row .right {
        display: none;
    }

    .fixed-input-i {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin-bottom: 15px;
    }

    .fixed-b-i-r>.t2 {
        margin: .3rem 0;
    }

    .fixed-b-i-r {
        min-width: 6rem;
        height: auto;
    }

    .fixed-b {
        bottom: 11%;
    }

    .privacy-b .row>.t1 {
        line-height: 22px;
    }

    .he_f1p1lul {
        margin: 0 !important;
    }

    .home-model2 .row .list .clist .clist-i .info .t2 {
        line-height: 20px;
    }

    .home-model2 .row .list .list-i .info,
    .home-model2 .row .list .clist .clist-i .info {
        position: absolute;
        top: 0;
        left: 0;
        padding: 15px;
    }

    .home-model3-info>.menu,
    .home-model3 .row {
        margin-top: 15px;
    }

    .he_f1p1btri {
        right: 5% !important;
    }

    .he_f1p1btle {
        left: 5% !important;
    }

    .slick-track {
        display: flex;
        align-items: center;
    }

    .home-model3 .left .left-img {}

    .home-model3 .left .left-shadow {
        padding: 15px;
    }

    .home-model3 .left .left-shadow>.t1,
    .home-model3 .left .left-shadow>.t2 {
        font-size: 14px;
        color: #FFFFFF;
    }

    .home-model3-info>.menu .menu-i {
        min-width: max-content;
    }

    .home-model3-info>.menu {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .model4Swiper .msg .msg-day {
        width: 90px;
        height: 90px;
    }

    .model4Swiper .msg .msg-img {}

    .model4Swiper {
        width: 100% !important;
    }

    .model4Swiper .swiper-slide {
        padding-right: 0;
        border-right: none;
    }

    .home-model5>.t1 {
        top: 3%;
    }

    .model4Swiper .msg {
        margin-top: 0.4rem;
        padding-bottom: 0.4rem;
    }

    .model4Swiper .msg .msg-day>.t2 {
        font-size: 16px;
        line-height: 16px;
    }

    .model4Swiper .msg .msg-day>.t1 {
        font-size: 22px;
        line-height: 22px;
    }

    .home-model3 {
        margin: 0.3rem auto;
    }

    .home-model4 {
        padding-top: 0.3rem;
    }

    .home-model2 .row .list .list-i .info .t1,
    .home-model2 .row .list .clist .clist-i .info .t1 {
        font-size: 18px;
    }

    .home-model2 .row .list .list-i .info .t2,
    .home-model2 .row .list .clist .clist-i .info .t2 {
        margin-top: 0.1rem;
    }

    .more-btn {
        width: max-content;
        height: 35px;
        background: #112698;
        border-radius: 23px;
        padding: 0 20px;
        user-select: none;
    }

    /* .home-model5>.t1, */
    .home-model4 .row>.t1,
    .home-model3-info>.t1,
    .home-model2-top>.t1 {
        font-size: 20px;
    }

    .model4Swiper .info>.t1 {
        line-height: 26px;
        font-size: 18px;
    }

    .model4Swiper .info>.t2 {
        margin: 15px 0;
        line-height: 22px;
    }

    .home-model2 {
        padding: 0.3rem 0;
    }

    .home-model2 .row .list .clist {
        margin-top: 10px;
    }

    .home-model2 .row .list .clist,
    .home-model2 .row .list .list-i {
        width: 100%;
    }

    .home-model2 .row .list {
        height: auto;
        margin-top: .2rem;
        display: block;
    }

    .home-model1 .row3>.title::after {
        margin-left: 10px;
    }

    .home-model1 .row2 .row2-i {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-model1 .row2 {
        display: block;
    }

    .home-model1 .row1 .left>p>.h-more {
        margin-top: .3rem;
    }

    .home-model1 .row1 .left>.t1 {
        font-size: 20px;
        line-height: 26px;
    }

    .home-model1 .row3,
    .home-model1 .row2,
    .home-model1 .row1 {
        margin-top: 0.3rem;
    }

    .home-model1 .row1 .left .left-img {
        max-width: 160px;
        margin-top: 0;
        margin-bottom: .3rem;
    }

    .home-model1 .row1 .left>.t2 {
        margin-top: .2rem;
        line-height: 26px;
    }

    .home-swiper-con>.info {
        max-width: none;
    }

    .home-swiper-con>.title1::after {
        margin: 20px 0 20px;
    }

    .home-swiper-con>.title {
        font-size: 24px;
        line-height: 24px;
    }

    .home-swiper-con>.title1 {
        font-size: 18px;
        line-height: 18px;
    }

    .public-footer-i>.msg {
        margin-bottom: 7px;
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        display: flex;
    }

    .public-footer-i>.msg img {
        margin-top: 3px;
        margin-right: 8px;
    }

    .public-footer-i>.logo {
        margin-bottom: 0.2rem;
    }

    .public-footer-i .icon-b {
        margin-top: 0.2rem;
    }

    .public-footer>.top {
        padding: 0.3rem 10px;
    }

    .public-footer-num {
        font-size: 14px;
        padding: .2rem 0;
    }

    .public-footer-i>.logo {
        max-width: 190px;
    }

    .home-model1 .row3>.title>.t1 {
        font-size: 20px;
        min-width: auto;
    }

    .home-model1 .row3 .type-i .info .t1 .b,
    .home-model1 .row3 .type-i .info .t1 .a {
        font-size: 22px;
        line-height: 22px;
    }

    .home-model1 .row2 .row2-i .t1 {
        font-size: 16px;
        line-height: 22px;
    }

    .more-btn span {
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        margin-right: 13px;
    }

    .home-model3 .right {
        padding-bottom: 80px;
    }

    .fixed-b-i-r>.t1 {
        font-size: 20px;
    }

    .fixed-b-i-r>.t2 {
        font-size: 16px;
        margin: 10px 0 20px;

    }

    .product-list-b-i {
        height: max-content;
        margin-bottom: .3rem;
    }

    .download-search-info-list-btn,
    .download-search-info-list-i>.inputs,
    .download-search-info-list-i .layui-input {
        height: 45px;
    }

    .download-list-i .show-b,
    .download-list-i .show-a {
        padding: 20px;
    }

    .download-search-info-list-i>.inputs {
        width: calc(100% - 90px) !important;
    }
}

@media (max-width:680px) {
    .culture-b-list-i .row .row-b .row-b-img {
        width: 35px;
        margin-bottom: 10px;
        /* display: none; */
    }

    .fixed-b-i-r {
        min-width: 5rem;
        padding: 30px 20px;
    }

    .fixed-b-i-r {
        margin-right: 61px;
    }

}

@media (max-width:580px) {

    .home-model4 .model4-btn-list .btn-item {
        line-height: 14px !important;
        text-align: center;
    }

    .home-model4 .model4-content .model4-content-l:nth-child(2) .card-item .card-item-title {
        font-size: 14px;
    }

    .home-model4 .model4-btn-list .btn-item {
        font-size: 14px !important;
    }

    .download-model-swiper-next,
    .download-model-swiper-prev {
        position: absolute;
        top: 110px;
    }

    .news-b-page-info>.t1 {
        font-size: 16px;
    }

    .model4-info-btn {
        font-size: 16px;
    }

    .introduce-b .model1 .left .left-type .left-type-i,
    .download-search-info-list .right .right-i {
        width: 100%;
    }

    .he_f1p1na2liz p {
        font-size: 14px;
    }

    .he_f1p1na2li {
        margin-bottom: 5px !important;
    }

    .home-model3 .left .left-shadow>.t1 {
        width: 60%;
    }

    .introduce-b .model3 {
        padding-bottom: 50px;
    }

    .product-list-b-model-info-i>.t1 {
        font-size: 14px;
    }

    .product-list-b-model-img>img {
        min-height: 2.5rem;
        max-height: 2.5rem;
    }

    .product-list-b-model-info-i {
        border-left: none;
        padding: 0;
    }

    .product-list-b-model-info-i>.t2 {
        margin-top: 5px;
    }

    .product-list-b-model-info-i {
        width: 100%;
        padding-bottom: 10px;
    }

    .product-list-b-model-info-i:last-child {
        padding-bottom: 0;
    }

    .contact-msg {
        display: block;
    }

    .contact-msg-i {
        width: 100%;
        margin-bottom: 15px;
    }

    .download-search-info-list-i {
        margin-bottom: 15px;
        padding: 0 10px;
    }

    .download-search-info-list-i:last-child {
        margin-bottom: 0;
    }

    .download-search-info-list-i,
    .product-list-b-i {
        width: 100%;
    }

    .fixed-b-i-r {
        min-width: 4rem;
        padding: 20px;
    }

    .fixed-input-i>.t1 {
        min-width: max-content;
        font-size: 14px;
        color: #000000;
    }

    .fixed-input-i>.textarea,
    .fixed-input-i>.inputs {
        min-height: 35px;
    }

    .fixed-input .fixed-input-i {
        width: 100%;
    }

    .model4Swiper .msg {
        margin-top: 0.8rem;
    }

    .home-model3 .right .right-i {
        width: 100%;
        margin-bottom: 10px;
    }

    .fixed-input,
    .home-model3 .right {
        display: block;
    }

    .home-model2 .row .list .clist .clist-i {
        width: 100%;
        height: auto;
    }

    .home-model1 .row3>.title>.t1 {
        font-size: 18px;
    }

    .home-model1 .row3>.title::after {
        display: none;
    }

    .home-model1 .row3 .type-i {
        width: calc(100% / 1);
        padding: 0;
        margin-bottom: 20px;
    }

    .home-swiper-con>.title {
        font-size: 20px;
        line-height: 20px;
    }

    .home-swiper-con>.title1 {
        font-size: 16px;
        line-height: 16px;
    }

    .home-swiper-con>.info {
        line-height: 20px;
    }

    .home-model1 .row2 .row2-i {
        display: block;
    }

    .home-model1 .row2 .row2-i .row2-i-img {
        max-width: none;
        max-height: none;
    }

    .home-model1 .row2 .row2-i .t1 {
        padding: 0;
        padding-top: 10px;
    }

}