@font-face {
    font-family: SourceHanSerifCN-Heavy;
    src: url(../css/sourcehansans.ttf)
}

body {
    font-family: SourceHanSerifCN-Heavy !important;
}

.mauto {
    max-width: 1400px
}

.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
}

.logo {
    height: 102px;
    line-height: 102px;
    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.on .contact-p1,
.header.cur .contact-p1,
.contact-p2,
.header.on .logo .img1,
.header.cur .logo .img1,
.logo .img2 {
    display: none;
}

.header.on .contact-p2,
.header.cur .contact-p2,
.header.on .logo .img2,
.header.cur .logo .img2 {
    display: block !important;
}

.header.on nav ul li.search-btn::after,
.header.cur nav ul li.search-btn::after {
    background: url(../images/search1.png) no-repeat center
}

.jp-img {
    width: 100%;
    margin: auto;
    text-align: center;
}

.jp-img img {
    width: 100%;
}

.jp-btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 65px;
    padding: 0 35px;
    background: #F1F0F0;
    border-radius: 30px;
    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;
    margin: 80px auto;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.jp-btn:hover {
    background: #ffffff;
    color: #ffffff;
}

.kj-title .name>h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

.kj-title .name>p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 12px;
}

.kj-title .info {
    font-size: 36px;
    font-weight: bold;
    color: #000000;
}

.kj-b {
    padding: 90px 0;
}

.kj-i-info .msg,
.kj-i-info .imgs {
    width: 50%;
}

.kj-i-info .imgs img {
    width: 100%;
}

.kj-i-info .msg>span {
    width: 60%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.kj-i-info {
    height: 363px;
    margin: 100px 0;
    background: #1E5CA7;
}

.kj-i-msg-title {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 34px;
    margin-top: 65px;
}

.item-img {
    width: 31%;
}

.item-img img {
    width: 100%;
}

.kj-i-msg-i::after {
    width: 31%;
    content: '';
    display: block;
}

.tz-list-i:nth-child(odd) {
    background: #F2F4F8;
}

.tz-list-i:nth-child(even) {
    background: #ffffff;
}

.tz-list-i {
    padding: 54px 0;
}

.tz-list {
    padding: 50px 0;
}

.tz-list-i-b .tz-time {
    width: 10%;
    text-align: center;
    border-right: 1px solid #E5E5E5;
    padding-right: 5%;
}

.tz-list-i-b .tz-time>.t1 {
    font-size: 48px;
    font-weight: bold;
    color: #555555;
    line-height: 48px;
}

.tz-list-i-b .tz-time>.t2 {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    margin-top: 9px;
}

.tz-list-i-b .tz-con {
    width: 75%;
}

.tz-list-i-b .tz-con>.t1 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.tz-list-i-b .tz-con>.t2 {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 28px;
    margin-top: 19px;
}

.tz-list-i:hover .tz-list-i-b .tz-con>.t1,
.tz-list-i:hover .tz-list-i-b .tz-time>.t1 {
    color: #004EA2;
}

.tz-img {
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.tz-list-i:hover .tz-img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width:1200px) {
    .mauto {
        max-width: 94% !important
    }
}

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 15px;
    min-width: 110px;
    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:nth-last-child(2):hover>a {
    font-size: 16px;
}

nav ul li:hover>a {
    font-size: 22px;
}

nav ul li>a {
    position: relative;
    height: 100%;
    padding: 40px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    margin: auto;
}

nav ul li a span {
    min-height: 33px;
    /* display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px */
}

.m-auto {
    margin: auto !important;
}

nav ul li>a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 102px;
    left: 48%;
    padding: 10px;
    width: 190px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all .5s
}

.sub-nav .channel-float-i {
    height: auto !important;
}

.sub-nav .channel-float-i:hover {
    color: #3D3D3D !important;
    font-weight: normal !important;
}

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)
}

nav ul li.search-btn {
    min-width: auto;
    cursor: pointer;
    height: 110px;
    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: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-right: none;
    margin: 0
}

nav ul li.search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search.png) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #000;
    background: #ffffff
}

nav ul li:hover>a,
nav ul li:hover>a span {
    font-weight: bold
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 110px
}

.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
}

.header.active {
    background-color: #fff;
}

.header.active nav ul li>a {
    color: #000;
}


.header-active::after,
.header-active {
    color: #ffffff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.header-ul {
    height: 100%;
}

.header-ul li>a:hover {
    color: #ffffff;
}

.header.on,
.header.cur {
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);

}

nav ul li .contact {
    margin: 0 10px;
}

.header.on nav ul li .contact,
.header.cur nav ul li .contact {
    background: rgba(22, 42, 56, 0.05);
}

.header.on .header-active {
    color: #EA5442 !important;
}

.header.on nav ul li>a::after,
.header.cur nav ul li>a::after {
    background: #EA5442;
}

.header.on nav ul li .line,
.header.cur nav ul li .line,
.header.on nav ul li .contact .title,
.header.on .header-active::after,
/* .header.on .header-active, */
.header.on nav ul li>a,
.header.on .header-ul li>a:hover,
.header.cur nav ul li .contact .title,
.header.cur .header-active::after,
.header.cur .header-active,
.header.cur nav ul li>a,
.header.cur .header-ul li>a:hover {
    color: #000;
}

.public-top {
    /* padding-top: 110px; */
}

.public-top.cur {
    padding-top: 110px;
}

/* 右侧悬浮 begin */
.sild-float {
    position: fixed;
    z-index: 21;
    right: 0;
    bottom: 30%;
    width: 46px;
}

.sild-float .list {
    margin-bottom: 2px
}

.sild-float .list>a {
    display: block;
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.5) no-repeat center center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .list a.a1 {
    background-image: url(../images/fix1.png)
}

.sild-float .list a.a2 {
    background-image: url(../images/fix2.png);
}

.sild-float .list a.a3 {
    background-image: url(../images/fix3.png)
}

.sild-float .list a.a4 {
    background-image: url(../images/fix4.png)
}

.sild-float .list a.a5 {
    background-image: url(../images/fix5.png)
}

.sild-float .list a.a6 {
    background-image: url(../images/fix6.png)
}

.sild-float .list:hover>a {
    background-color: #DAB866;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .list .rolme {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    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 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    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;
    background: url(../images/fix2.png) no-repeat center center;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .email .bpmaeb {
    background: url(../images/fix3.png) no-repeat center center;
}

.sild-float .kefu .bpmaeb {
    background: url(../images/fix4.png) no-repeat center center;
}

.sild-float .friends .bpmaeb {
    background: url(../images/fix5.png) no-repeat center center;
}

.sild-float .fplae {
    line-height: 46px;
    height: 46px;
    width: 226px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .fplae:hover {
    -webkit-transform: translateX(-180px);
    -moz-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    -o-transform: translateX(-180px);
    transform: translateX(-180px);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.sild-float .fplae:hover .bpmaeb {
    background-color: #DAB866;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    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;
}

/* 右侧悬浮 end */

.header-search {
    width: 102px;
    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%);
}

.header-search .search-btn {
    height: auto;
}

/*  new  */
.hSwiper {
    position: relative;
    min-height: 250px;
    background: #eef7f5;
    overflow-x: hidden;
}

/* .hSwiper::after {
    width: 100%;
    height: 250px;
    background: url(../images/bg-home.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 2;
} */

.hSwiper .swiper-pagination {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: static;
    display: inline-block;
    z-index: 99;
    position: absolute;
    top: auto;
    left: 50% !important;
    bottom: 5% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

}

.hSwiper .swiper-pagination-icon span {
    width: 80px !important;
    height: 5px;
    border-radius: 5px;
}

.hSwiper .swiper-pagination-icon .swiper-pagination-bullet {
    width: 80px !important;
    border-radius: 5px;
    position: relative;
    background-color: rgb(0, 0, 0, .2) !important;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
}

.hSwiper .swiper-pagination-icon .swiper-pagination-bullet:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #ffffff !important;
    border-radius: 3px;
}

.hSwiper .swiper-pagination-icon .swiper-pagination-bullet.on:before {
    width: 100%;
    -webkit-transition: all 4s linear;
    -o-transition: all 4s linear;
    -moz-transition: all 4s linear;
    transition: all 4s linear;
}

.banner-b img {
    margin: auto;
    display: block;
}

.banner-b {
    width: 100%;
    text-align: center;
    display: block;
}


nav ul li .cn,
nav ul li .en {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



nav ul li .line {
    color: #FFFFFF;
    margin: 0 10px;

}

nav ul li .contact::after,
nav ul li .cn::after,
nav ul li .en::after {
    content: none;
}

nav ul li .contact {
    width: 179px;
    height: 40px;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 20px;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

nav ul li .contact .title {
    min-height: auto !important;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0;
}

.public-tobody {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

.h-about {
    background: url(../images/bg-about.png)no-repeat #eef7f5 bottom;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.h-about-b {
    padding: 3% 0;
}

.h-about-img,
.h-about-info {
    width: 48%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.h-about-menu-i {
    text-align: center;
}

.h-about-menu-img {
    width: 70px;
    height: 70px;
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.11);
    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;
    border-radius: 50%;
    background: #fff;
}

.h-about-menu-i:hover .i1,
.h-about-menu-img .i2 {
    display: none;
}

.h-about-menu-i:hover .h-about-menu-img {
    background: #EA5442;
}

.h-about-menu-i:hover .i2 {
    display: block;
}

.h-about-menu-i .title {
    margin-top: 10%;
    font-size: 16px;
    font-weight: 400;
    color: #030304;
}

.btn-more {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #EA5442;
    border-radius: 28px;
    width: 184px;
    height: 55px;
}

.btn-more .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 26px;
}

.btn-more img {
    display: block;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;
    position: relative;
}

.h-about-info>.title {
    font-size: 30px;
    font-weight: bold;
    color: #2C2C2C;
}

.h-about-info-logo {
    margin: 18px 0 28px;
}

.h-about-info>.info {
    font-size: 16px;
    font-weight: 400;
    color: #030304;
    line-height: 36px;
}

.h-about-menu {
    width: 60%;
    margin: 5% 0;
}

.h-about-img img {
    height: auto;
}

.h-about-img-i {
    width: 32%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: 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;
    position: relative;
    z-index: 2;
}

.h-about-img-i>.title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0px;
}

.h-about-img-i .count {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
}

.h-about-img-b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 2% 0;
}

.h-about-img-b::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px)
}

.h-about-img-i .nums {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.h-about-img-i .nums>.count {
    font-size: 28px;
    font-weight: 400;
    color: #FFFFFF;
}

.h-about-img-i .nums>i {
    color: #fff !important;
}

.h-about-img-i .nums>em {
    font-size: 14px;
    font-weight: normal;
    color: #FFFFFF;
}

.h-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.h-title .title {
    font-size: 55px;
    font-weight: bold;
    color: #2C2C2C;
    padding: 5% 0 20px 0;
    margin-bottom: 20px;
    position: relative;
}

.h-title .title::after {
    position: absolute;
    width: 101px;
    height: 5px;
    left: 50%;
    bottom: 0;
    content: '';
    background: #EA5442;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.h-title .info {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
}

.h-serve-b-i .items {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%;
}

.h-serve-b-i .items::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.14);
}

.h-serve-b-i .items>.title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 25px;
    z-index: 1;
    position: relative;
    text-align: center;
}

.h-serve-b {
    height: 100%;
    position: relative;
}

.h-serve-b::before {
    position: absolute;
    width: 100%;
    height: 51px;
    top: -1px;
    left: 0;
    content: '';
    display: block;
    background: url(../images/icon-serve-t.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
}

.h-serve-b::after {
    position: absolute;
    width: 100%;
    height: 51px;
    bottom: -1px;
    left: 0;
    content: '';
    display: block;
    background: url(../images/icon-serve-d.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 1;
}


.h-serve-b-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.h-serve-b-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.h-serve-b-i {
    height: 100%;
    min-height: 726px;
    z-index: 9;
    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;
}

.h-serve-b .swiper-wrapper {
    height: 100%;
}

.show-item {
    text-align: center;
    display: none;
    padding: 0 20px;
}

.items-img,
.show-item-img {
    height: auto;
    z-index: 1;
    position: relative;
}

.show-item>.title {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 20px;
    z-index: 1;
    position: relative;
    display: block;
}

.show-item>.title::after {
    width: 47px;
    height: 2px;
    background: #ffffff;
    content: '';
    display: block;
    margin: 7% auto;
}

.show-item>.info {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: auto;
    z-index: 1;
    position: relative;
}

.show-item>.info a {
    line-height: 18px;
}

.show-item-right {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 30%;
    z-index: 1;
    position: relative;
}

.show-item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.26);
}

.h-serve-b-i:hover .show-item {
    display: block;
}

.h-serve-b-i:hover .items {
    display: none;
}

.h-serve-b {
    margin: 2% 0;
}

.h-news-l {
    width: 48%;
    border-radius: 20px;
}

.h-news-l-con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 32px;
    background: rgba(0, 0, 0, 0.4);
}

.h-news-l-con .time {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.h-news-l-con .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 13px;
}

.h-news-l-next,
.h-news-l-prev {
    width: 26px;
    height: 26px;
}

.h-news-l-prev {
    margin-right: 18px;
}

.h-news-b {
    height: 443px;
    margin: 5% auto 3% auto;
}

.h-news-r {
    width: 48%;
    height: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    overflow: hidden;
}

.h-news-l-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.h-news-r-day .month {
    font-size: 18px;
    font-weight: 400;
    color: #363636;
}

.h-news-r-day .day {
    font-size: 16px;
    font-weight: 400;
    color: #7C7C7C;
    white-space: nowrap;
}

.h-news-r-i {
    position: relative;
    padding: 5.1% 6%;
}

.h-news-r-i:hover .h-news-r-info>.title {
    color: #EA5442;
}

.h-news-r-i:hover::after {
    display: block;
}

.h-news-r-i::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    content: '';
    background: #EA5442;
    display: none;
}

.h-news-r-day {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #DDDDDD;
}

.h-news-r-info>.title {
    font-size: 18px;
    font-weight: 500;
    color: #8A8A8A;
}

.h-news-r-info>.info {
    font-size: 14px;
    color: #8A8A8A;
}

.h-news {
    padding-bottom: 1%;
    background: url(../images/bg-footer.png)no-repeat bottom;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.public-footer {
    max-width: 1200px;
    width: 100%;
    margin: 12% auto 2% auto;
    background: url(../images/bg-footer1.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding: 30px 3% 20px 3%;
}

.footer-code {
    text-align: center;
}

.footer-code>.title {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    margin-top: 10px;
}

.footer-i>.title {
    font-size: 16px;
    font-weight: bold;
    color: #2C2C2C;
}

.footer-i>.title::after {
    width: 56px;
    height: 2px;
    content: '';
    display: block;
    margin: 13px 0;
    background: rgba(255, 255, 255, 0.47);
}

.footer-i>.info {
    font-size: 14px;
    font-weight: 500;
    color: #555555;
    line-height: 30px;
}

.public-footer-info {
    width: 100%;
    padding-top: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.public-footer-info .title {
    font-size: 13px;
    font-weight: 500;
    color: #2C2C2C;
}

.product-l {
    width: 22%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #FFFFFF;
    border-radius: 15px;
}

.product-l .title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: #EA5442;
    padding: 8%;
    border-radius: 15px 15px 0 0;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-l .title img {
    visibility: hidden;
    opacity: 0;
}

.product-l .title::after {
    background: url(../images/bg-products.png)no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    content: '';
    width: 100%;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -26px;
}

.pub-banner {
    width: 100%;
    height: auto;
}

.pub-banner img {
    width: 100%;
    /* min-height: 250px;
    object-fit: cover; */
}

.public-bg {
    background: url(../images/bg-footer.png)no-repeat bottom;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 1%;
}

.public-bg.grey {
    background: url(../images/bg-footer.png)no-repeat #F6F6F6 bottom;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 1%;
}

.product-b {
    padding-top: 2%;
}

#pages {
    height: 1rem;
    opacity: 0;
    visibility: hidden;
}

.product-l-b .items {
    width: 100%;
    padding: 5% 8%;
    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;
    font-size: 18px;
    font-weight: 400;
    color: #3D3D3D;
}

.product-l-b .items.cur {
    color: #EA5442 !important;
    font-weight: bold;
}

.product-l-b .items::before {
    width: 6px;
    height: 6px;
    min-width: 6px;
    min-height: 6px;
    background: #C9C9C9;
    content: '';
    border-radius: 50%;
    display: block;
    margin-right: 10px;
}

.product-l-b {
    padding: 10% 0 5% 0;
}

.product-l-b li {
    border-bottom: 1px solid #F1F1F1;
}

.product-l-b li:last-child {
    border-bottom: none;
}

.product-r {
    width: 75%;
}

.product-r-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    border-radius: 15px;
    margin-bottom: 5%;
}

.product-r-i:hover {
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.07);
}

.product-r-i:hover .product-r-con .title {
    color: #EA5442;
}

.product-r-img {
    width: 40%;
    height: 100%;
    border-radius: 15px 0 0 15px;
}

.product-r-img img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 220px;
}

.product-r-con .title {
    font-size: 24px;
    font-weight: bold;
    color: #4A4A4A;
    position: relative;
}

.product-r-con .title::after {
    width: 46px;
    height: 2px;
    background: #E7E7E7;
    content: '';
    display: block;
    margin: 14px 0;
}

.product-r-con {
    width: 60%;
    padding: 3%;
}

.product-r-con .info {
    font-size: 16px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 34px;
}

.new-r-i {
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
}

.new-r-i:last-child {
    margin-bottom: 0;
}

.new-r-i:hover .new-right {
    display: none !important;
}

.new-r-i:hover .new-right-cur {
    display: block !important;
    -webkit-animation: comeback 1s infinite;
    -moz-animation: comeback 1s infinite;
    -o-animation: comeback 1s infinite;
    animation: comeback 1s infinite;
    position: relative;
}

.new-r-i:hover .new-r-day {
    background: #EA5442;
}

.new-r-i:hover .new-r-day>.title {
    color: #FFFFFF;
}

.new-r-i:hover .new-r-day>.info {
    color: #FFFFFF;
}

.new-r-day {
    width: 97px;
    height: 98px;
    background: rgba(169, 169, 169, 0.08);
    border-radius: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.new-r-day>.title {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}

.new-r-day>.info {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

.new-r-con {
    width: 75%;
}

.new-r-con>.title {
    font-size: 18px;
    font-weight: bold;
    color: #4A4A4A;
}

.new-r-con>.info {
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    line-height: 24px;
    margin-top: 17px;
}

.new-right-cur {
    display: none;
}

.new-right {
    width: auto;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

.new-right-cur,
.new-right {
    margin-right: 3%;
}

.page-b-i,
.page-i {
    width: auto;
    height: 40px;
    border: 1px solid #C9D9E0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-i img {
    min-width: 20px;
    min-height: 8px;
    max-height: 8px;
    max-width: 20px;
    width: 100%;
    height: 100%;
}

.page-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #ffffff;
    background: #EA5442;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #999999;
}

.page-i {
    padding: 0 25px;
}

.public-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 8%;
}

.page-b {
    margin: 0 15px;
}

.public-nav {
    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;
}

.public-nav .title {
    font-size: 14px;
    font-weight: 400;
    color: #616161;
}

.public-nav em {
    margin: 0 10px;
}

.public-nav img {
    margin-right: 10px;
}

.news-d,
.product-d {
    padding-top: 2%;
}

.news-con {
    width: 100%;
    background: #fff;
    border-top: 3px solid #EA5442;
    margin-top: 3%;
    padding: 3% 8%;
    border-radius: 15px;
    overflow: hidden;
}

.news-con-t-l>.title {
    font-size: 36px;
    font-weight: bold;
    color: #393939;
}

.news-con-t-l>.info {
    font-size: 18px;
    font-weight: 400;
    color: #717171;
    margin-top: 28px;
}

.news-con-t-l {
    width: 82%;
}

.news-share {
    font-size: 18px;
    font-weight: 400;
    color: #717171;
}

.news-share-i {
    margin: 0 5px;
}

.news-con-t-r {
    padding-top: 1%;
}

.news-con-t {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 3%;
}

.news-con-d {
    padding: 5% 0;
    font-size: 18px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 36px;
    word-break: break-all;
}

.news-con-d img {
    width: auto;
    margin: auto;
    display: block;
}

.news-page-i {
    width: 48%;
    background: #F5F5F5;
    padding: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -moz-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}


.news-page-i>.title {
    font-size: 16px;
    font-weight: bold;
    color: #7D7D7D;
    white-space: nowrap;
}

.news-page-i>.info {
    font-weight: normal;
    font-size: 16px;
    color: #7D7D7D;
}

.product-con {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    margin-top: 3%;
    padding: 3% 8%;
    position: relative;
}

.product-con::after {
    width: 100%;
    height: 470px;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3ddd2), to(#ffffff));
    background: -webkit-linear-gradient(top, #b3ddd2, #ffffff);
    background: -moz-linear-gradient(top, #b3ddd2, #ffffff);
    background: -o-linear-gradient(top, #b3ddd2, #ffffff);
    background: linear-gradient(180deg, #b3ddd2, #ffffff);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 15px 15px 0 0;
}

.product-con-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.product-con-info-swiper {
    width: 40%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: auto;
    background: #ea5442;
}

.product-con-info-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-con-msg {
    width: 60%;
    padding: 3%;
    background: #ffffff;
}

.product-con-info {
    margin: 3% 0;
    position: relative;
    z-index: 1;
}

.product-con-msg>.title {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #393939;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.product-con-msg>.info {
    font-size: 18px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 32px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-con-info-swiper-img img {
    width: 100%;
}

.product-con-detail-i {
    width: 100%;
    height: 63px;
    background: #F6F6F6;
    margin-bottom: 2%;
}

.product-con-detail-i .title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 45px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    background: #EA5442;
    height: 100%;
    border-radius: 0 0 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-con-detail {
    font-size: 18px;
    font-weight: 400;
    color: #3B3B3B;
    line-height: 36px;
    padding: 0 0 5% 0;
    position: relative;
    z-index: 1;
}

.product-swiper-next,
.product-swiper-prev {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.3);
    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;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-swiper-next {
    left: auto;
    right: 0 !important;
}

.channel-b {
    padding: 3% 0 0 0;
}

.channel-b-i {
    border-radius: 15px;
    height: 340px;
    background: #ffffff;
}

.channel-b-img {
    width: 50%;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
}

.channel-b-img img {
    -o-object-fit: revert;
    object-fit: revert;
}

.channel-b-con {
    width: 50%;
    padding: 3%;
}

.channel-b-con>.title {
    font-size: 24px;
    font-weight: bold;
    color: #393939;
    position: relative;
    line-height: 28px;
    margin-bottom: 15px;
    padding-bottom: 7px;
}

.channel-b-con>.title::after {
    position: absolute;
    width: 60px;
    height: 2px;
    background: #D0D0D0;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
}

.channel-b-con>.info {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    line-height: 30px;
}

.channel-b-i .btn-more {
    margin-top: 3%;
}

.channel-b-i {
    margin-bottom: 4%;
}

.channel-b-i:nth-child(even) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.channel-b-i:nth-child(even) .channel-b-img {
    border-radius: 0 15px 15px 0;
}

.channel-float {
    position: fixed;
    top: 48%;
    left: 0;
    width: 227px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    z-index: 9;

}

.channel-float-i {
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #3D3D3D;
    border-bottom: 1px solid #E6E6E6;
}

.channel-float-i:last-child {
    border: none;
}

.channel-float-i:hover,
.channel-float-i.cur {
    color: #ffffff;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, right top, from(#DE4431), to(#F07263));
    background: -webkit-linear-gradient(left, #DE4431, #F07263);
    background: -moz-linear-gradient(left, #DE4431, #F07263);
    background: -o-linear-gradient(left, #DE4431, #F07263);
    background: linear-gradient(90deg, #DE4431, #F07263);
}

.illustrate {
    padding: 3% 0;
}

.illustrate-con,
.illustrate-img {
    width: 48%;
}

.illustrate-con>.title {
    font-size: 24px;
    font-weight: 400;
    color: #EA5442;
    margin-bottom: 20px;
}

.illustrate-con>.info {
    margin-bottom: 3%;
}

.illustrate-con>.info:last-child {
    margin-bottom: 0;
}

.illustrate-con {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.illustrate-b>.info1 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.about-b {
    background: #ffffff;
}

.culture-b-i {
    width: 23%;
    text-align: center;
    background: #F9F9F9;
    border-radius: 10px;
    position: relative;
    padding: 5% 5% 3% 5%;
    font-weight: 500;
    color: #393939;
    margin: 0 2%;
}

.culture-b-i::after {
    width: 91px;
    height: 91px;
    background: url(../images/img-culture1.png)no-repeat #EA5442 center center;
    content: '';
    display: block;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.culture-b-i:nth-child(even)::after {
    background: url(../images/img-culture2.png)no-repeat #95D0C0 center center;
}

.culture-b-i:nth-child(3)::after {
    background: url(../images/img-culture3.png)no-repeat #EA5442 center center !important;
}

.culture-b-i>.title {
    font-size: 24px;
}

.culture-b-i>.info {
    font-size: 14px;
    margin-top: 10px;
}

.culture-b {
    padding: 7% 0;
    margin-left: -2%;
    margin-right: -2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.develop {
    /* background: url(../images/bg-develop.png)no-repeat; */
    background: url(../images/bg-video.jpg)no-repeat;
    -o-background-size: cover;
    background-size: cover;
    position: relative !important;
    overflow: hidden;
}

.develop-title {
    font-size: 83px;
    font-family: Montserrat;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 35px;
    opacity: 0.5;
    text-shadow: 0px 0px 114px rgba(0, 0, 0, 0.07);
    text-align: center;
    margin: 5% 0;
}


.model2Swiper .swiper-slide {
    padding: 0 1%;
}

.model2Swiper {
    padding-bottom: 10% !important;
}

.model2Swiper .swiper-scrollbar {}


.model2Swiper>.swiper-scrollbar {
    height: 26px !important;
    background: transparent !important;
}

.model2Swiper .swiper-scrollbar::after {
    width: 100%;
    height: 8px;
    content: '';
    display: block;
    background: url(../images/img-develop.png);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.model2Swiper .swiper-scrollbar-drag {
    background: url(../images/b5.png)no-repeat center center;
    position: relative;
    z-index: 5;
}

.model2Swiper-i {
    padding: 6%;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
}

.model2Swiper-i>.title {
    font-size: 48px;
    font-family: Impact;
    font-weight: 400;
    color: #EA5442;
    margin-bottom: 10px;
}

.model2Swiper-i>.info {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    line-height: 26px;
    height: 80px;
    overflow-y: auto;
    padding-right: 1px;
}

.model2Swiper-i>.info::-webkit-scrollbar {
    width: 3px;
    height: 39px;
}

.model2Swiper-i>.info::-webkit-scrollbar-thumb {

    background: #EA5442;
}

.model2Swiper .swiper-slide:nth-child(odd) {
    margin-top: 5%;
}

.develop-b {
    padding-bottom: 3%;
}

.honor-menu-i {
    width: 147px;
    height: 44px;
    border-radius: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #EAEAEA;
    color: #6F6F6F;
}

.honor-menu-i.cur {
    background: #EA5442;
    color: #ffffff;
}

.honor-b {
    text-align: center;
    padding: 5% 0;
}

.honor-b .title {
    font-size: 55px;
    font-weight: 800;
    color: #010101;
}

.honor-menu {
    margin-top: 30px;
}

.honor-menu-i {
    margin: 0 20px;
}

.honor-menu-swiper-i {
    padding: 5% 0;
}

.manage-swiper-img {
    overflow: hidden;
}

.honor-swiper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
    padding: 3% 0;
}

.honor-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.honor-swiper {
    padding: 6% 0;
}

.honor-swiper .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.honor-menu-swiper-i {
    display: none;
}

.join {
    background: url(../images/bg-join.png) no-repeat;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    padding-bottom: 3%;
}

.manage-prev,
.manage-next {
    position: absolute;
    top: 50%;
    left: -50px;
    width: 18px;
    height: 36px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.manage-next {
    left: auto;
    right: -50px !important;
}

.manage-swiper {
    width: 100%;
    margin: auto;
}

.manage-swiper-b {
    padding: 3% 0;
}

.manage-info {
    border-top: 4px solid #EA5442;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    padding: 30px 20px;
}

.manage-info-title {
    color: #1F2226;
    margin-bottom: 20px;
}

.manage-info-title>.title {
    font-size: 18px;
    font-weight: bold;
}

.manage-info-title>.info {
    font-size: 14px;
}


.manage-info-desc {
    font-size: 14px;
    font-weight: normal;
}

.join-info {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 30px 0;
    margin-bottom: 3%;
}

.join-info-i {
    font-size: 18px;
    font-weight: bold;
    margin: 0 3%;
}

.join-info-i>.title {
    font-size: 18px;
    color: #1F2226;
}

.join-info-i>.info {
    color: #EA5442;
}

.join-more {
    text-align: center;
    margin: 0 5%;
}

.join-more>.title.h5 {
    display: none;
}

.join-more>.title {
    font-size: 18px;
    font-weight: bold;
    color: #1F2226;
    text-align: left;
    white-space: nowrap;
    margin-right: 10%;
}

.join-more-img {
    margin: auto;
    margin-left: 5px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.join-more-code-i {
    text-align: center;
    margin: 2% 20px;
}

.join-more-code-i>.title {
    font-size: 14px;
    font-weight: 400;
    color: #1F2226;
    margin-top: 20px;
}

.join-more-code-img {
    width: auto;
    border: 1px solid #E6E4E4;
    padding: 8px;
}

.fix-bar {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 3;
    /* border-radius: 30px 0 0 30px; */
    -webkit-box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
    box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 9%);
}

/* .fix-bar .item:first-child {
    border-radius: 30px 0 0 0;
} */

/* .fix-bar .item:last-child {
    border-radius: 0 0 0 30px;
} */

/* .fix-bar .item:nth-child(1) {
    background: url(../images/icon-kf.png)no-repeat #ffffff center center;
}

.fix-bar .item:hover:nth-child(1) {
    background: url(../images/icon-kf1.png)no-repeat #EA5442 center center;
} */


.fix-bar .item:nth-child(1) {
    background: url(../images/icon-wx.png)no-repeat #ffffff center center;
}

.fix-bar .item:hover:nth-child(1) {
    background: url(../images/icon-wx1.png)no-repeat #EA5442 center center;
}


.fix-bar .item:nth-child(2) {
    background: url(../images/icon-top.png)no-repeat #ffffff center center;
}


.fix-bar .item.cur,
.fix-bar .item:hover:nth-child(2) {
    background: url(../images/icon-top1.png)no-repeat #EA5442 center center !important;
}

.fix-bar .item {
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fix-bar .item.cur,
.fix-bar .item:hover {
    background: #EA5442;
}

.fix-bar .item:hover .info {
    visibility: visible;
    opacity: 1
}

.fix-bar .item:hover .info3 {
    visibility: visible;
    opacity: 1;
    right: 80px
}

.fix-bar .btn {
    width: 71px;
    height: 73px;
    cursor: pointer
}

.fix-bar .info {
    top: 50%;
    right: 56px;
    background: #45aae7;
    min-width: 100px;
    padding: 7px;
    border-radius: 5px;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    visibility: hidden;
    opacity: 0
}

.fix-bar .info2 {
    padding: 0
}

.fix-bar .info2 em {
    width: 32px;
    height: 90px;
    border-right: 1px solid #fff
}

.fix-bar .info2 em span {
    top: 29px;
    left: -37px;
    width: 90px;
    height: 32px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.fix-bar .info2 .txt {
    width: 120px
}

.fix-bar .info3 {
    visibility: hidden;
    opacity: 0;
    top: 50%;
    right: 80px;
    padding: 10px;
    min-width: 180px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #EA5442;
    background: #eee;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.fix-bar .info3::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -6px;
    border-left: 6px solid #eee;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-top: -5px
}

.develop-video {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 0 30px 30px 30px;
    mix-blend-mode: screen;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
    /* background: url(../images/bg-video.jpg)no-repeat; */

}

.m-menu-b-title {
    display: none;
}

.weixin_close_b {
    width: .5rem;
    height: .5rem;
    position: absolute;
    top: -.6rem;
    right: -.6rem;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-size: 20px;
    line-height: .5rem;
    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;
}

.qrcode {
    width: auto !important;
}

/*  new  */

@media (max-width:1500px) {
    .mauto {
        width: 90%;
    }

    nav ul li {
        margin: 0 13px;
    }
}

@media (max-width:1400px) {

    .product-d,
    .news-d {
        padding-top: 4% !important;
    }

    nav ul li {
        margin: 0 5px;
    }


    .public-tobody,
    .wrap {
        padding: 0 20px;
    }

    .public-footer {
        width: 96%;
    }

    .develop-b {
        padding-bottom: 3%;
    }

    .news-d,
    .honor-b,
    .product-d,
    .channel-b,
    .product-b {
        padding: 3% 20px;
    }



}

@media (max-width:1370px) {
    .channel-float {
        display: none;
    }
}

@media (max-width:1300px) {
    nav ul li {
        margin: 0 5px;
    }



}

@media (max-width:1280px) {
    .mauto {
        width: 95%;
    }

    .manage-page {
        width: 20%;
        margin: 60px auto;
    }
}

@media (max-width:1200px) {
    .ny-banner {
        padding: 6% 0 0
    }

    .ny-nav span {
        position: relative;
        display: block;
        padding: 0 55px 0 20px;
        border-radius: 5px;
        background: rgba(0, 0, 0, 0.6);
        line-height: 52px;
        font-size: 16px;
        height: 52px
    }

    .ny-nav span:before {
        content: "";
        position: absolute;
        right: 20px;
        top: 0;
        height: 100%;
        width: 15px;
        background: url(../images/xx2.png) no-repeat center center;
        -o-background-size: 100% auto;
        background-size: 100% auto
    }

    .ny-nav p {
        float: none;
        display: none;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 52px;
        width: 100%
    }

    .ny-nav p a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        font-size: 15px;
        line-height: 25px
    }

    nav ul li {
        min-width: 105px;
    }
}

@media (max-width:1200px) {
    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0px;
    }

    nav ul li .contact {
        width: 163px;
    }

    nav ul li .line {
        margin: 0 3px;
    }

    .h-about-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .h-about-img {
        width: 70%;
        margin: auto;
        margin-bottom: 3%;
    }

    .h-about-info {
        width: 100%;
    }

    .h-about-img img {
        width: 100%;
    }

    .honor-b .title,
    .h-title .title {
        font-size: 32px;
    }

    .channel-b-con>.title,
    .product-l .title,
    .product-r-con .title {
        font-size: 22px;
    }

    .product-r-img img {
        min-height: 220px;
    }

    .product-con-msg>.title {
        font-size: 26px;
    }

    .news-page-i {
        display: block;
    }

    .news-con-t-l>.title {
        font-size: 30px;
    }
}

@media (max-width:1100px) {
    nav ul li {
        min-width: 95px;
    }
}

@media (max-width:1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }

    .header-m {
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1)
    }

    .header-m::after {
        display: none;
        position: fixed;
        content: '';
        top: 70px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5)
    }

    .header-m .logo {
        position: absolute;
        left: 50%;
        height: 70px;
        line-height: 70px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%)
    }

    .header-m .logo img {
        max-height: 40px
    }

    .header-m .m-menu-b {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 70px;
        cursor: pointer
    }

    .m-menu-b-title {
        display: block;
        position: absolute;
        top: 0;
        left: 60px;
        height: 70px;
        cursor: pointer;
        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;
        font-size: 16px;
        font-weight: bold;
    }

    .header-m .m-menu-b::before,
    .header-m .m-menu-b::after {
        position: absolute;
        content: '';
        top: 50%;
        left: -webkit-calc(35px / 2);
        left: -moz-calc(35px / 2);
        left: calc(35px / 2);
        width: 25px;
        height: 1px;
        z-index: 999;
        -o-transition: all .3s ease-out .3s;
        -moz-transition: all .3s ease-out .3s;
        transition: all .3s ease-out .3s;
        -webkit-transition: all .3s ease-out .3s;
        background: #222
    }

    .header-m .m-menu-b::before {
        -moz-transform: translateY(-4px) rotate(0);
        -ms-transform: translateY(-4px) rotate(0);
        -o-transform: translateY(-4px) rotate(0);
        transform: translateY(-4px) rotate(0);
        -webkit-transform: translateY(-4px) rotate(0)
    }

    .header-m .m-menu-b::after {
        -moz-transform: translateY(4px) rotate(0);
        -ms-transform: translateY(4px) rotate(0);
        -o-transform: translateY(4px) rotate(0);
        transform: translateY(4px) rotate(0);
        -webkit-transform: translateY(4px) rotate(0)
    }

    .header-m .m-menu {
        display: none;
        z-index: 888;
        position: fixed;
        width: 100%;
        width: 260px;
        height: 100%;
        top: 0;
        left: -260px;
        opacity: 1;
        background: #fafafa;
        text-align: left;
        padding-top: 70px
    }

    .header-m .m-menu::after {
        position: absolute;
        top: 70px;
        content: '';
        width: 100%;
        height: 1px;
        background: #ebebeb
    }

    .header-m .nav {
        height: -webkit-calc(100% - 82px);
        height: -moz-calc(100% - 82px);
        height: calc(100% - 82px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav>li {
        /* display: flex;
        justify-content: space-between; */
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .m-menu-box {
        width: 100%;
    }

    .m-menu-box a,
    .header-m .nav>li>a {
        position: relative;
        display: block;
        width: 70%;
        font-size: 15px;
        padding: 0 40px;
        color: #666;
        vertical-align: middle;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        overflow: hidden;
        height: 50px;
        line-height: 50px;
    }

    .m-menu-icon {
        width: 30%;
        height: 50px;
        float: left;
    }

    .m-menu-box a::after,
    .header-m .nav>li>a::after {
        position: absolute;
        content: '';
        left: 20px;
        top: 50%;
        width: 8px;
        height: 8px;
        margin-top: -5px;
        border: 1px solid #999;
        border-radius: 50%;
        background: transparent;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav {
        display: none
    }

    .header-m .nav>li .sub-nav a {
        position: relative;
        display: block;
        line-height: 24px;
        padding: 12px 40px;
        background: #f2f2f2;
        color: #4E4E4E
    }

    .header-m .nav>li .sub-nav a::before,
    .header-m .nav>li .sub-nav a::after {
        position: absolute;
        content: '';
        width: 0;
        height: 0;
        left: 20px;
        top: 20px;
        border: 5px solid transparent;
        overflow: hidden;
        -o-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-transition: all .3s
    }

    .header-m .nav>li .sub-nav a::before {
        left: 21px;
        border-left: 5px solid #555
    }

    .header-m .nav>li .sub-nav a::after {
        border-left: 5px #ebebeb solid
    }

    .header-m .nav>li.cur {
        position: relative
    }

    .header-m .nav>li.cur::after,
    .header-m .nav>li.cur::before {
        position: absolute;
        content: '';
        background: #999;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        -webkit-transition: all .5s
    }

    .header-m .nav>li.cur::before {
        top: 19px;
        right: 25px;
        width: 2px;
        height: 12px
    }

    .header-m .nav>li.cur::after {
        top: 24px;
        right: 20px;
        width: 12px;
        height: 2px
    }

    .header-m .nav>li.active::after {
        background: #fff
    }

    .header-m .nav>li.active::before {
        height: 0
    }

    .header-m .nav>li.active .m-menu-box a::after {
        border-color: #fff !important;
    }

    .header-m .nav>li.active .m-menu-box a {
        color: #fff;
    }

    .header-m .nav>li.active .m-menu-box,
    .header-m .nav>li.active>a {
        color: #fff;
        background: #EA5442
    }

    .header-m .nav>li.active>a::after {
        border-color: #fff;
        background: #fff
    }

    .header-m .nav>li.active .sub-nav li {
        -moz-animation: ReturnToNormal .5s both;
        -o-animation: ReturnToNormal .5s both;
        animation: ReturnToNormal .5s both;
        -webkit-animation: ReturnToNormal .5s both
    }

    .header-m .m-search-b {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 70px;
        cursor: pointer;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAVFBMVEUAAABVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVW+WkCdAAAAG3RSTlMA86cS1Qd0zb+G48R+W0E4lVIhm5BKLeppGrQHXWddAAABjklEQVRIx6VV2XLDIAzkBgdf8d3o//+zg6GtB5DiTPfNi1cCrTRiV8i1Fc5aJ0yv2R30gsMv9mV7K9hekGGWtMJACf6kFOLnLyvGWShIaHCFgxOu+4rfk7GRWegcqr9y3X6SLfUOkbHSn3RfU0zx2khyrrGHiFowhcQaznewGuTpraynH4hXmpzVIZJnCELZbE6uIRBqcxNOv0oyVAXBUAsostTFtUs7fVHhos5zxoVmGunuE/+XuHcXKyOKzPvC/9LLNlYeQZ+KXFb+wCRztclCakXZ4gp6DIG6umSpn02AtswWj5Dhs+i4HNiFQZQKhQ/fEwLslJVyD+xDElMB3OhLisBRLi/x/NH0Mm6AmUOCwmxuIYEr7xWHC3ZsBawPKJAoPmBGNzwTdHqBiBXtWmP/9oTrdKpLbAAU07MdxdyYVWZr52D3cQBQGwD3GRl2asrKjqKxpVK+PtBMySCv72ukSs0j72u0T/ZO7D5eyWKk4bCtja5bakDQhUcPiGcfwMQSsE/QVbctjcFZw74Bhtc3xlH5qhwAAAAASUVORK5CYII=) no-repeat left center;
        -o-background-size: 23px;
        background-size: 23px
    }

    html.active {
        height: 100%;
        overflow: hidden
    }

    html.active body {
        height: 100%;
        overflow: hidden
    }

    html.active .header-m {
        left: 260px
    }

    html.active .header-m::after {
        display: block
    }

    html.active .header-m .m-menu-b::before,
    html.active .header-m .m-menu-b::after {
        background: #000
    }

    html.active .header-m .m-menu-b::before {
        -moz-transform: translateY(0) rotate(225deg);
        -ms-transform: translateY(0) rotate(225deg);
        -o-transform: translateY(0) rotate(225deg);
        transform: translateY(0) rotate(225deg);
        -webkit-transform: translateY(0) rotate(225deg)
    }

    html.active .header-m .m-menu-b::after {
        -moz-transform: translateY(0) rotate(-225deg);
        -ms-transform: translateY(0) rotate(-225deg);
        -o-transform: translateY(0) rotate(-225deg);
        transform: translateY(0) rotate(-225deg);
        -webkit-transform: translateY(0) rotate(-225deg)
    }

    html.active .header-m .m-menu {
        display: block;
        left: 0
    }

    html.active footer,
    html.active main,
    html.active .i-banner,
    html.active .banner {
        -moz-transform: translateX(260px);
        -ms-transform: translateX(260px);
        -o-transform: translateX(260px);
        transform: translateX(260px);
        -webkit-transform: translateX(260px)
    }


}

@media (max-width:1024px) {


    .about-r,
    .about-l {
        width: 100% !important;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-box {
        display: block !important;
    }

    .product-l .title img {
        visibility: visible;
        opacity: 1;
    }

    .product-l .title {
        border-radius: 15px 15px 0 0;
    }

    .product-l.cur .title {
        border-radius: 15px;
    }

    .product-l .title {
        margin-bottom: 0 !important;
    }

    .product-l-b {
        padding-top: 0 !important;
    }

    .product-l .title::after {
        display: none;
    }

    .product-d,
    .news-d {
        padding: 3% 20px !important;
    }

    .culture-b-i:nth-child(even)::after,
    .culture-b-i::after {
        -o-background-size: 40%;
        background-size: 40%;
    }

    .culture-b-i::after {
        width: 80px;
        height: 80px;
    }

    .illustrate-img {
        text-align: center;
    }

    .illustrate-con,
    .illustrate-img {
        width: 100%;
    }

    .illustrate-con {
        margin-top: 3%;
    }

    .illustrate {
        display: block;
    }

    .manage-prev,
    .manage-next {
        left: 0;
    }

    .manage-next {
        left: auto;
        right: 0 !important;
    }

    .manage-swiper {
        width: 95%;
    }

    .model2Swiper-i>.title {
        font-size: 30px;
    }

    .news-con-t-l>.title {
        font-size: 22px;
    }

    .culture-b-i>.title {
        font-size: 20px;
    }

    .culture-b-i {
        padding: 5% 3% 3% 3%;
    }

    .develop-title {
        font-size: 70px;
    }

    .product-con-msg,
    .product-con-info-swiper {
        width: 100%;
    }

    .product-con-info {
        display: block;
    }

    .product-con-detail-i {
        height: 57px;
    }

    .product-con-msg>.info {
        line-height: 30px;
    }

    .product-con-detail-i .title {
        font-size: 20px;
    }

    .product-con-msg>.title {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .channel-b-img,
    .channel-b-i:nth-child(even) .channel-b-img {
        border-radius: 15px 15px 0 0;
    }

    .channel-b-i {
        height: auto;
    }

    .channel-b-con,
    .channel-b-img {
        width: 100%;
    }

    .channel-b-i:nth-child(even),
    .channel-b-i {
        display: block;
    }

    .public-top {
        padding-top: 0px;
    }

    .h-news-b {
        height: auto;
        display: block;
    }

    .h-news-r,
    .h-news-l {
        width: 100%;
    }

    .h-news-r {
        margin-top: 2%;
    }

    .honor-b .title,
    .h-title .title {
        font-size: 26px;
    }

    .h-about-info>.title {
        font-size: 24px;
    }

    .show-item>.title,
    .h-serve-b-i .items>.title {
        font-size: 20px;
    }

    .product-l {
        width: 27%;
    }

    .product-b {
        display: block;
    }

    .product-r,
    .product-l {
        width: 100%;
    }

    .product-r {
        margin-top: 3%;
    }

    .product-l .title {
        padding: 3%;
    }

    .product-l-b {
        padding: 3% 0;
    }

    .product-l-b .items {
        padding: 3%;
    }

    .product-l .title,
    .product-r-con .title {
        font-size: 20px;
    }
}

@media (max-width:980px) {}


@media (max-width:768px) {
    .public-bg {
        -o-background-size: 100% 100% !important;
        background-size: 100% 100% !important;
    }

    .honor-menu-i {
        width: 130px;
        height: 40px;
    }

    .new-r-con>.info {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .footer-i>img {
        width: 40%;
    }

    .btn-more {
        width: 155px;
        height: 50px;
    }

    .btn-more .title {
        margin-right: 20px;
    }

    .header-m .logo img {
        max-height: 35px;
    }

    .h-serve-mobile-i .title {
        width: 3.3rem;
        text-align: left;
    }

    .h-serve-mobile-i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .h-about-img-b {
        position: absolute;
        left: 0;
        bottom: 0;
        height: -webkit-calc(100% / 5);
        height: -moz-calc(100% / 5);
        height: calc(100% / 5);
        padding: 0;
    }

    .h-about-menu-img {
        width: 60px;
        height: 60px;
        margin: auto;
    }

    .h-about-info>p>img {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        margin-top: 5px;
    }

    .h-about-img-i>.title {
        font-size: 14px;
    }

    .join-more>.title.h5 {
        display: block !important;
    }

    .join-more>.title.pc {
        display: none !important;
    }

    /* .product-con-detail,
    .news-con-d,
    .illustrate-b>.info1,
    .illustrate-con {
        text-align: justify;
        text-justify: distribute-all-lines;
    } */

    .weixin_close_b {
        width: .6rem;
        height: .6rem;
        position: absolute;
        top: -.7rem;
        right: -.7rem;
        border-radius: 50%;
        background: transparent;
        border: 2px solid rgba(255, 255, 255, 0.9);
        font-size: 20px;
        line-height: .6rem;
        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;
    }

    .news-con-d {
        font-size: 16px;
    }

    .h-serve-mobile-i-c>.title {
        margin: 0 .4rem;
    }

    .h-serve-mobile-i {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 20px !important;
        padding-right: 20px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .h-serve-mobile-i img {
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
        margin: 0 !important;
    }

    .h-serve-mobile-i .title {
        margin-top: 0 !important;
    }

    .h-news-l-con .title {
        margin-top: 1px;
    }

    .public-top.cur {
        padding-top: 0 !important;
    }

    .join-more>.title {
        text-align: center;
        margin-right: 0 !important;
    }

    .join-more-img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .news-con-t-l {
        width: 100%;
    }

    .h-title .info {
        text-align: center;
    }

    .h-serve-b {
        display: none !important;
    }

    .h-about-img-i .nums>.count {
        font-size: 18px;
        line-height: 20px;
    }

    .join-more,
    .about-r,
    .h-serve-mobile-b,
    .about-box {
        display: block !important;
    }

    .about-l {
        width: 100% !important;
        margin: 3% 0 5% 0 !important;
    }

    .product-l .title {
        margin-bottom: 40px;
    }

    body {
        overflow-x: hidden;
    }

    .public-footer {
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.5) !important;
    }

    .join,
    .h-news,
    .h-about {
        -o-background-size: cover !important;
        background-size: cover !important;
    }

    .h-news-l-con {
        padding: 15px;
    }

    .fix-bar {
        display: none;
    }

    .h-news-r-day {
        margin-right: 20px;
        padding-right: 20px;
    }

    .h-serve-b {
        margin: 4% 0 2% 0;
    }

    .h-serve-b::after,
    .h-serve-b::before {
        content: none;
    }

    .news-con-t-l>.title {
        font-size: 18px;
    }

    .news-con-t-l>.info {
        font-size: 16px;
        margin-top: 10px;
    }

    .news-share {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .news-con-t-r {
        margin-top: 2%;
    }

    .news-con-t {
        display: block;
    }

    .page-b {
        margin: 0 10px;
    }

    .page-b-i {
        margin: 0 5px;
    }

    .new-r-con {
        width: 100%;
    }

    .new-right-cur,
    .new-right,
    .new-r-day {
        display: none;
    }

    .join-more-code-i>.title {
        margin-top: 5px;
    }

    .h-title .title {
        margin-bottom: 10px;
        padding-bottom: 15px;
    }

    .honor-menu {
        margin-top: 10px;
    }

    .honor-b .title,
    .h-title .title {
        padding-top: 7%;
    }

    /* .illustrate-con>.title {
        margin-bottom: 10px;
    } */

    .manage-swiper {
        width: 90%;
    }

    .culture-b {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .culture-b-i {
        width: 48%;
        margin: 0;
        margin-bottom: 9%;
        padding: 8% 3% 5% 3%;
    }

    .develop-title {
        font-size: 50px;
        margin: 3% 0;
    }

    .culture-b-i>.title {
        font-size: 18px;
    }

    .model2Swiper-i>.title {
        font-size: 20px;
    }

    .illustrate-con>.title {
        font-size: 16px;
        text-align: left;
        margin-bottom: 0;
    }

    .product-swiper-next,
    .product-swiper-prev {
        width: 40px;
        height: 40px;
    }

    .product-con-msg>.title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .product-con-detail,
    .product-con-msg>.info {
        font-size: 16px;
    }

    .product-con-detail-i {
        height: 50px;
    }

    .news-page-i {
        width: 100%;
        margin-bottom: 20px;
        padding: 5%;
    }

    .news-page {
        display: block;
    }

    .product-con-detail-i .title {
        font-size: 18px;
    }

    .channel-b-i .btn-more {
        margin: auto;
        margin-top: 10px;
    }

    .product-con-msg>.title,
    .channel-b-con>.title {
        font-size: 20px;
    }

    .channel-b-con>.title {
        margin-bottom: 10px;
        padding-bottom: 7px;
    }

    .channel-b {
        padding: 6% 20px 0 20px;
    }



    .public-footer {
        width: 90%;
    }

    .product-r-con .info {
        line-height: 30px;
    }

    .product-r-con .title::after {
        margin: 10px 0;
    }

    .product-r-i:last-child {
        margin-bottom: 0;
    }

    .product-r-con {
        margin-top: 2%;
    }

    .product-r-con,
    .product-r-img {
        width: 100%;
    }

    .product-r-i {
        display: block;
    }

    .product-l-b .items {
        padding: 2% 5%;
    }

    .product-l .title {
        padding: 5%;
    }

    .product-r {
        margin-top: 5%;
    }

    .product-b {
        padding: 5% 20px 0 20px;
    }

    .public-bg.grey {
        -o-background-size: cover;
        background-size: cover;
    }

    .show-item-right {
        margin-top: 3%;
    }

    .h-news-b {
        margin: 3% auto !important;
    }

    .show-item>.title,
    .h-serve-b-i .items>.title {
        font-size: 18px;
    }

    .honor-b .title,
    .h-title .title,
    .h-about-info>.title {
        font-size: 20px;
    }

    .btn-more {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    .h-about-info .btn-more {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        margin: auto;
    }

    .public-footer-top {
        display: block;
    }

    .footer-i {
        margin-bottom: 20px;
    }

    .footer-i:last-child {
        margin: 0;
    }

    .h-about-menu {
        width: 80%;
        margin: 2% auto;
    }

    .h-about-img {
        width: 100%;
    }

    .h-serve-b-i {
        min-height: 430px;
    }

    .culture-b-i::after {
        width: 70px;
        height: 70px;
    }

    /* .product-l-b {
        display: none;
    } */
}

@media (max-width:680px) {

    .join-info {
        display: block;
    }

    .public-footer-info .title,
    .public-footer-info {
        display: block;
        text-align: center;
    }
}

@media (max-width:580px) {
    .header-m .logo {
        left: 55%;
    }

    .m-menu-b-title {
        font-size: 14px;
    }

    .h-serve-mobile-i-c>.items-img {
        width: .8rem !important;
    }

    .culture-b-i::after {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateX(35%) translateY(-50%);
    }

    .join-more-code-i {
        margin: 0;
    }

    .join-more-code-img {
        border: none;
    }

    .join-more-code-i {
        width: 48%;
        margin-top: 3%;
    }

    .join-more-code {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .develop-title {
        font-size: 24px;
        margin: 3% 0;
    }

    .product-l-b .items {
        padding: 5%;
    }

    .culture-b-i {
        width: 100%;
        margin: 0;
        margin-bottom: 4%;
        padding: 10% 3% 10% 30%;
    }


}

/* 2023/6/28  */
.about-box {
    width: 100%;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-l {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.join-info-i {
    margin-bottom: 3%;
}

.join-info-i:last-child {
    margin-bottom: 0;
}

.h-serve-mobile-b {
    display: none;
    background: url(../images/s1.png)no-repeat;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 4%;
}

.h-serve-mobile {
    position: relative;
}

.h-serve-mobile-i {
    width: 100%;
    text-align: center;
    padding: 9% 0;
    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;
    z-index: 1;
}

.h-serve-mobile-i img {
    width: 22%;
    margin: auto;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.h-serve-mobile::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.14);
    content: '';
}

.h-serve-mobile-i .title {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 5%;
    position: relative;
    z-index: 2;
}