@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-Normal.otf)
}

body {
    font-family: SourceHanSansCN !important;
}

.mauto {
    max-width: 1800px
}

.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%
    }
} */

my-header,
my-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;
} */

my-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: 70px;
    line-height: 50px;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0;
    padding: 0 15px;
    position: relative;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.15),
                inset 0 0 15px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    > img {
        margin-bottom: 22px;
        zoom:0.8;
        position: relative;
        z-index: 2;
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1)) 
                drop-shadow(0 0 15px rgba(255, 255, 255, 0.9))
                drop-shadow(0 0 25px rgba(255, 255, 255, 0.7))
                brightness(1.1) contrast(1.1);
        -webkit-filter: drop-shadow(0 0 8px rgba(255, 255, 255, 1)) 
                       drop-shadow(0 0 15px rgba(255, 255, 255, 0.9))
                       drop-shadow(0 0 25px rgba(255, 255, 255, 0.7))
                       brightness(1.1) contrast(1.1);
    }
    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 4px;
        box-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
        z-index: 1;
    }
}

@media (max-width: 1200px) {
    .mauto {
        max-width: 94% !important
    }
}

/* .header-m .m-language {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ebebeb;
}

.header-m .m-language a {
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #666;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    -moz-animation: slideInUp 1.5s both;
    -o-animation: slideInUp 1.5s both;
    animation: slideInUp 1.5s both;
    -webkit-animation: slideInUp 1.5s both
}

.header-m .m-language a img {
    height: 18px;
    vertical-align: -2px;
    margin: 0 5px 0 0
} */

.main-bg {
    background-color: #FFFFFF;
    padding-bottom: 20px;
}

nav ul li {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    margin: 0 3px;
    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;
    min-width: 110px
}

nav ul li.cur a::after,
nav ul li:hover a::after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1)
}


nav ul li:hover > a {
    color: #fff !important;
}

.header.on ul li:hover > a {
    color: #000 !important;
}

.header.ons {
    animation: vanishIn 1s;
    background-color: #1B1E22;
}

@keyframes vanishIn {
    from {
        background-color: transparent;
    }
    to {
        background-color: #1B1E22;
    }
}

nav ul li:hover {
    background: transparent !important;
}

nav ul li > a {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 26px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

nav ul li a span {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: 5px
}

nav ul li > a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #1262AE;
    -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:nth-last-child(2):hover,
nav ul li:last-child:hover {
    background: transparent !important;
}

nav ul li .sub-nav {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    top: 110px;
    left: 48%;
    padding: 10px;
    width: 150px;
    background: rgba(255, 255, 255, 0.9);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

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)
}

.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
}

.search-btn {
    min-width: auto;
    cursor: pointer;
    height: 78px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-right: none;
    margin: 0
}

.header.on nav ul li > a {
    color: #000;
}

.search-btn::before {
    width: 1px;
    height: 14px;
    content: '';
    display: block;
    background: #505A82;
    margin: 0 25px;
}

.search-btn::after {
    padding: 33px 0;
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/search1.png) no-repeat center
}

.header.on .search-btn::after {
    background: url(../images/search.png) no-repeat center
}

.header.on .header-icon > .img1,
.header .header-icon > .img4,
.header .header-icon > .img3,
.header.on .header-icon > .img2 {
    display: none;
}

.header.on .header-icon > .img4,
.header.on .header-icon > .img3 {
    display: block;
}

.header.on .earth::after {
    background: url(../images/earch.png.html) no-repeat center
}

nav ul li .earth::after {
    background: url(../images/earch1.png.html) no-repeat center
}

nav ul li .sub-nav a:hover {
    color: #fff;
    background: #1262AE
}

nav ul li:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.65)), to(transparent));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.65), transparent);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), transparent);
}

/* nav ul li::after {
    width: 1px;
    height: 19px;
    background: #938D8C;
    content: '';
    display: block;
} */

nav ul li:last-child::after,
nav ul li:nth-last-child(2)::after {
    display: none;
}

nav ul li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    top: 78px
}


.header.active {
    background-color: #fff;
}

.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%);

}

.header.active nav ul li > a {
    color: #000;
}


/* .header-active::after, */
.header-active {
}

.header-ul {
    height: 100%;
}

.header-ul li > a:hover {
    color: #505050;
}


.header-ul-home a::after {
    display: none !important;
}


.header-search {
    width: 78px;
    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%);
}


/*  new  */
.public-top {
    padding-top: 119px;
}

.public-tobody {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.homeSwiper .swiper-wrapper .swiper-slide,
.homeSwiper {
    width: 100%;
    height: 4.67rem;
    overflow: hidden;
    position: relative;
}

.homeSwiper {
    margin-top: .23rem;
}


.homeSwiper-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.homeSwiper .swiper-pagination-bullet {
    width: 0.14rem !important;
    height: 0.14rem !important;
    border-radius: 50% !important;
    background: rgba(0, 0, 0, 0.9) !important;
}

.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000 !important;
}

.home-swiper-b {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.home-swiper-con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.home-swiper-img {
    width: 100%;
    height: 100%;
    min-height: 5rem;
    display: block;
    object-fit: cover;
}

.home-swiper .swiper-slide.swiper-slide-active .home-swiper-b > img {
    /* transition: all 2s ease-in-out;
    transform: scale(1.05);
    display: block; */
    display: block;
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.home-swiper-con > .title {
    font-size: 56px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 70px;
    text-transform: uppercase;
}

.home-swiper-con > .info {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: .6rem;
}

.home-swiper .swiper-pagination-bullet {
    width: .11rem;
    height: .11rem;
    margin: 0 .1rem !important;
}

.home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0672BB;
}

.home-swiper .swiper-pagination {
    bottom: 5% !important;
}

.header.on .logo .i1,
.logo .i2 {
    display: none;
}

.header.on .logo .i2 {
    display: block;
}

/* downmenu */

.main-nav-m {
    display: none;
    position: relative;
    cursor: pointer;
    z-index: 2;
    margin-top: .2rem;
}

.thr3 {
    display: none;
    padding-left: 40px
}

.thr3 a {
    line-height: 30px;
}

.main-nav-m .title {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    background: #00649F;
    box-sizing: border-box;
    text-align: left;
    border-bottom: none
}

.main-nav-m .title strong {
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.main-nav-m .title i {
    position: absolute;
    content: '';
    width: 45px;
    height: 100%;
    right: 0
}

.main-nav-m .title i::before,
.main-nav-m .title i::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 12px;
    height: 1px;
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s
}

.main-nav-m .title i::before {
    left: 46%;
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m .title i::after {
    right: 46%;
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::before {
    transform: rotate(-40deg) scaleY(1.5);
    -webkit-transform: rotate(-40deg) scaleY(1.5)
}

.main-nav-m .title.active i::after {
    transform: rotate(40deg) scaleY(1.5);
    -webkit-transform: rotate(40deg) scaleY(1.5)
}

.main-nav-m > ul {
    display: none;
    position: absolute;
    top: 45px;
    width: 100%;
    padding: 0 10px;
    background-color: rgba(0, 100, 159, 0.8);
    color: #fff;
    box-sizing: border-box;
}

.main-nav-m ul > li {
    animation: ReturnToNormal .5s both;
    -webkit-animation: ReturnToNormal .5s both
}

.main-nav-m ul > li > a {
    display: block;
    line-height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
}

.main-nav-m ul > li a {
    color: #fff;
}

/* downmenu */
.header-icon .img3,
.header-icon .img2 {
    transition: all .3s;
}

.header-icon.cur .img3,
.header-icon.cur .img2 {
    transition: all .3s;
    transform: rotate(180deg);
}

/* .header-ul-nav {
    display: none;
} */

.home-info-l {
    width: 50%;
    padding-bottom: 1.42rem;
}

.home-info-b {
    padding-top: 1.3rem;
    background: url(../images/bg-h-info.png) no-repeat left bottom;
}

.home-info-time > .t1 {
    font-size: 59px;
    font-weight: 200;
    color: #125EAA;
    line-height: 61px;
}

.home-info-time > .t2 {
    font-size: 61px;
    font-weight: bold;
    color: #125EAA;
    line-height: 61px;
}

.home-info-title {
    font-size: 50px;
    font-weight: bold;
    color: #000000;
}

.home-info-time {
    margin-top: .33rem;
}

.home-info-msg {
    margin: .79rem 0 .3rem;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.home-info-list-i .nums {
    display: flex;
    align-items: flex-end;
}

.home-info-list-i .nums > .t1 {
    font-size: 48px;
    font-weight: bold;
    color: #125EAA;
    line-height: 48px;
}

.home-info-list-i .nums > .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #125EAA;
    line-height: 20px;
}

.home-info-list-i .title {
    margin-top: .1rem;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.home-info-list-i {
    width: calc(100% / 3);
    margin: .32rem 0;
}

.btns,
.home-info-btn {
    width: max-content;
    padding: .19rem .65rem;
    border: 1px solid #166DAF;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #0864AA;
    margin-top: .13rem;
}

.btns {
    margin: 0;
}

.home-news > .item {
    width: 48%;
    background: #fff;
}

.home-news-t > .title {
    font-size: 0.5rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.6rem;
}

.home-news-b {
    padding: 1.13rem 0;
    background: #F0F4F7;
}

.home-news-t {
    width: 100%;
    margin-bottom: .62rem;
}

.home-news-img {
    max-height: 3.98rem;
}

.home-news-con {
    padding: .45rem .38rem;
    background: #fff;
}

.home-news-con > .title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.home-news-con > .day {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin: .14rem 0 .22rem;
}

.home-news-con > .info {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.home-news-con > .more {
    font-size: 16px;
    font-weight: 400;
    color: #125EAA;
    margin-top: .23rem;
}

.home-news-i {
    width: 100%;
    height: calc(100% / 5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .67rem 0 .48rem;
}

.home-news-i:hover {
    background: #125EAA;
}

.home-news-i:hover .home-news-i-con .title,
.home-news-i:hover .home-news-i-con .day {
    color: #fff;
}

.home-news-i-con .day {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.home-news-i-con .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
}

.home-plan-i {
    flex: 1;
    height: 7.2rem;
    transition: all ease-out .5s;
    position: relative;
    padding: 1.4rem .4rem;
}

.home-plan-i:hover {
    transition: all ease-out .5s;
    flex: 3;
}

.home-plan-i:hover .home-plan-btn {
    opacity: 1;
    visibility: visible;
    transition: all ease-out .3s;
}

.home-plan-info > .nums {
    font-size: 30px;
    font-weight: 800;
    color: #FFFFFF;
}

.home-plan-info > .title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    margin: .38rem 0 .46rem;
}

.home-plan-info > .info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}

.home-plan-btn {
    width: max-content;
    padding: .19rem .65rem;
    border-radius: 50px;
    border: 1px solid #fff;
    margin-top: .59rem;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .3s;
}

.home-product-i {
    width: calc(100% / 3);
    padding-left: .3rem;
}

.home-product {
    margin-left: -.3rem;
}

.home-product-img {
    max-height: 2.6rem;
}

.home-product-img img {
    object-fit: cover;
}

.home-product-con {
    padding: .22rem .38rem .59rem .38rem;
    background: #fff;
}

.home-product-con img {
    width: auto;
    height: auto;
}

.home-product-con > .title {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 24px;
    margin: .24rem 0;
}

.home-product-con > .info {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    line-height: 24px;
}

.public-footer {
    background: #1B1E22;
}

.public-footer-t {
    padding: .69rem 0;
}

.public-footer-t > .left {
    width: 30%;
}

.public-footer-t > .right {
    width: 60%;
}

.left-i > .title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}

.left-i > .info {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.left-i {
    margin-bottom: .29rem;
}

.left-i:last-child {
    margin-bottom: 0;
}

.right-i > a {
    display: block;
}

.right-i > .t1 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
}

.right-i > .t2 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    opacity: 0.5;
}

.public-footer-b {
    padding: .26rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.public-footer-b-i p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}

.public-banner img,
.public-banner {
    width: 100%;
    min-height: 4.64rem;
}

.public-banner {
    position: relative;
}

.public-banner > .title {
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.news-detail {
    padding: 1.61rem 0;
}

.news-detail-t {
    text-align: center;
    padding-bottom: .83rem;
    border-bottom: 1px solid #EDEDED;
}

.news-detail-t > .title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.news-detail-t > .day {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-top: .27rem;
}

.news-detail-c {
    font-size: 16px;
    font-weight: 400;
    color: #030202;
    line-height: 36px;
    padding: 1.17rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid #EDEDED;
}

.news-detail-c img {
    width: auto;
    height: max-content;
    margin: auto;
    display: block;
}

.news-detail-btn > .l {
    width: 60%;
}

.news-detail-btn > .l .item {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 0.48rem;
}

.news-detail-btn > .l .item:hover {
    color: #125EAA;
}

.news-detail-btn > .r {
    width: max-content;
    padding: .19rem .17rem;
    border: 2px solid #125EAA;
    font-size: 16px;
    font-weight: 500;
    color: #125EAA;
}

.news-detail-btn > .r img {
    margin-left: .4rem;
}

.pub-title,
.newsinfo-t > .title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
    text-align: center;
}

.pub-title::after,
.newsinfo-t > .title::after {
    width: 32px;
    height: 4px;
    background: #125EAA;
    content: '';
    display: block;
    margin: auto;
    margin-top: .18rem;
}

.newsinfo {
    padding: .86rem 0;
}

.newsinfo-list-i {
    width: 30%;
    margin-bottom: .84rem;
}

.newsinfo-list::after {
    width: 30%;
    content: '';
}

.newsinfo-list {
    margin-top: .84rem;
}

.newsinfo-list-img img,
.newsinfo-list-img {
    overflow: hidden;
    border-radius: 20px;
    max-height: 2.32rem;
}

.newsinfo-list-con > .t1 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin: .34rem 0 .26rem;
}

.newsinfo-list-con > .day {
    font-size: 16px;
    font-weight: 400;
    color: #CACACA;
}

.page-b-i,
.page-i {
    width: 40px;
    height: 40px;
    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-b-i.cur,
.page-b-i:hover,
.page-i:hover {
    color: #4F66A2;
}

.page-b-i {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    font-size: 16px;
    font-weight: 400;
    color: #6B6B6B;
    border-radius: 2px;
}

.page-i {
    font-size: 12px;
    margin: 0 5px;
}

.public-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 5%;
    display: flex;
    justify-content: center;
}

.page-b {
    margin: 0 8px;
}

.product-i {
    width: 31%;
    background: #FFFFFF;
    box-shadow: 0px 3px 62px 0px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: .29rem .28rem;
    position: relative;
    margin-bottom: .46rem;
}

.product-img {
    overflow: hidden;
    max-height: 1.83rem;
}

.product-con > .title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}

.product-con > .info {
    font-size: 14px;
    font-weight: 400;
    color: #727272;
    line-height: 24px;
    margin: .2rem 0 .3rem;
}

.product-con {
    padding: .59rem 0 .43rem;
}

.product-con > .more {
    height: 15px;
}

.product-con > .more p {
    font-size: 14px;
    font-weight: 400;
    color: #125EAA;
    line-height: 24px;
    margin-right: .23rem;
    display: none;
}

.product-i:hover .product-con > .more .i1,
.product-con > .more .i2 {
    display: none;
}

.product-i::after {
    width: 0%;
    height: 4px;
    background: #125EAA;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all ease-out .3s;
}

.product-i:hover::after {
    width: 100%;
    transition: all ease-out .3s;
}

.product-i:hover .product-con > .more p,
.product-i:hover .product-con > .more .i2 {
    display: block;
}

.contact-con,
.contact-img {
    width: 50%;
}

.contact-img img {
    width: 100%;
    object-fit: cover;
}

.contact-con {
    padding: .53rem .42rem;
    background: #125EAA;
}

.contact {
    margin-top: .74rem;
}

.contact-con > .title {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.contact-con > .title::after {
    width: 100%;
    height: 1px;
    content: '';
    display: block;
    margin-top: .3rem;
    background: rgba(255, 255, 255, .3);
}

.contact-con > .items {
    margin-top: .51rem;
}

.items-img {
    width: 0.55rem;
    height: 0.55rem;
    min-width: .55rem;
    min-height: .55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: .34rem;
}

.items-con > .t1 {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
}

.items-con > .t2 {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.contact-serve {
    padding: .71rem 0;
    background: #F9F9F9;
}

.contact-b {
    padding: .2rem 0 .56rem;
}

.list-i:hover .list-img > .i1,
.list-i .list-img > .i2 {
    display: none;
}

.contact-serve-list .list-i {
    padding: .28rem .39rem;
    border-bottom: 1px solid #EAEAEA;
}

.contact-serve-list {
    margin-top: 1.1rem;
    padding: 0 0 .5rem;
    max-height: 7.2rem;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: .46rem;
}

.contact-serve-list::-webkit-scrollbar {
    width: 4px;
}

.contact-serve-list::-webkit-scrollbar-thumb {
    background-color: #125EAA;

}


.list-i .list-con {
    width: 50%;
}

.list-i .list-con > .title {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}

.list-i .list-con > .info {
    font-size: 16px;
    font-weight: 400;
    color: #373737;
    line-height: 24px;
    margin-top: .2rem;
}

.list-i .list-code {
    opacity: 0;
    visibility: hidden;
    transition: all ease-out .3s;
}

.list-i:hover .list-code {
    opacity: 1;
    visibility: visible;
    transition: all ease-out .3s;
}

.list-i:hover {
    background: #005fbecc;
}

.list-i:hover .list-img > .i2 {
    display: block;
}

.list-i:hover .list-con * {
    color: #fff;
}

.contact-leave {
    padding: .89rem 0;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i {
    width: 31%;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
}

.lx-i-inpit-d .lx-i-inpit-i {
    width: 100%;
}

.lx-i-inpit-d .lx-i-inpit-i,
.lx-i-inpit-a .lx-i-inpit-i .i1 {
    padding: 20px;
}

.lx-i-inpit-c .lx-i-inpit-i img {
    margin-right: 0;
}

.lx-i-inpit-i img {
    width: auto;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 20px;
}

.lx-i-inpit-i .s1,
.lx-i-inpit-i .i1 {
    width: 95%;
    font-size: 16px;
    background-color: transparent;
}

.lx-i-inpit-b .lx-i-inpit-i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.lx-i-inpit-b .lx-i-inpit-i {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    border: 1px solid #EFEFEF;
}

.lx-i-inpit-i .i2 {
    width: 50%;
    background-color: transparent;
}

.lx-i-inpit-c .lx-i-inpit-i {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #125EAA;
    padding: .19rem .8rem;
}

.lx-i-inpit-btn {
    background-color: #125EAA;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lx-box {
    margin-top: .45rem;
}

.public-nav {
    border-bottom: 1px solid #E3E7ED;
}

.public-nav-i {
    padding: .2rem .28rem;
}

.public-nav-i.cur {
    color: #fff;
    background: #125EAA;
}

.join-type {
    padding: .3rem .36rem;
    margin-top: .34rem;
    background: #F8F8F8;
}

.join-type > .title {
    font-size: 16px;
    font-weight: bold;
    color: #125EAA;
    margin-bottom: 0.2rem;
}

.join-type > .title::after {
    width: 1px;
    height: 19px;
    background: #C9C9C9;
    content: '';
    display: block;
    margin: 0 .2rem;
}

.join-type > .title-i {
    font-size: 16px;
    font-weight: 500;
    color: #343434;
    margin-right: .5rem;
    margin-bottom: 0.2rem;
}

.join-type > .title-i:last-child {
    margin-right: 0;
}

.join-search {
    width: 3.76rem;
    background: rgba(217, 217, 217, 0);
    border: 1px solid #E3E3E3;
    margin-top: .25rem;
    padding: 0 .2rem;
    margin-bottom: .42rem;
}

.join-search > .i1 {
    padding: .2rem 0;
    font-size: 16px;
}

.join-con-box {
    background: #fff;
    margin-bottom: .42rem;
}

.unfold-up {
    background: url(../images/icon-down.png) no-repeat center center;
    width: 73px
}

.join-us {
    padding: 34px 0;
}

.join-us .t1 {
    font-size: 16px;
    font-weight: bold;
    color: #3B3B3B;
    margin-bottom: 22px;
}

.join-con-box-i {
    padding: 0 .34rem;
    box-shadow: 0px 0px 13px 0px rgba(80, 80, 80, 0.08);
}

.join-con-box.current .unfold-up {
    background: url(../images/icon-up.png) no-repeat center center
}

.join-us-btn > .title {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: .08rem;
}

.join-us-btn {
    width: max-content;
    padding: .16rem .35rem;
    background: #007BC6;
    border-radius: 50px;
    margin-top: .4rem;
}

.join-us-btn .webuploader-pick {
    line-height: initial !important;
    color: #fff !important;
}

.join-nav1 {
    height: 67px;
    line-height: 67px;
    font-size: 18px;
    font-weight: 500;
    color: #3B3B3B;
}

.join-nav {
    width: calc(100% - 90px)
}

.join-msg-r,
.join-nav li {
    width: 50%
}

.join-msg-l {
    width: 49%;
    min-height: 3.49rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(80, 80, 80, 0.08);
    border-radius: 15px;
}

.join-msg {
    margin-top: .73rem;
}

.join-msg-l-info {
    text-align: center;
}

.join-msg-l-info > .title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.join-msg-l-info > .info {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 36px;
}

.join-msg-r > .items-i > .title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.join-msg-r > .items-i > .info {
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.join-msg-r > .items-i {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 15px;
}

.join-msg-r > .items-i:nth-child(2),
.join-msg-r > .items-i:nth-child(1) {
    width: 49%;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(80, 80, 80, 0.08);
}

.join-msg-r > .items-i:nth-child(3) {
    width: 100%;
    background: #125EAA;
    margin-top: .15rem;
    box-shadow: 0px 0px 21px 0px rgba(80, 80, 80, 0.08);
}

.join-msg-r > .items-i > .recruit-title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.recruit-b {
    width: 100%;
    padding: 0 .87rem;
    margin-top: .26rem;
}

.join-problem {
    margin-top: 1.17rem;
    padding-bottom: .8rem;
}

.join-problem-list {
    margin-top: .5rem;
}

.list-i-a {
    padding: .3rem;
    background: #fff;
    box-shadow: 0px 0px 21px 0px rgba(80, 80, 80, 0.08);
    margin-bottom: .3rem;
}

.list-i-a > .left > .title {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-left: .29rem;
}

.list-i-a > .right {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.list-i-b {
    border: 1px solid #EBEBEB;
    padding: .3rem;
    margin-bottom: .5rem;
}

.list-i-b > img {
    width: 31px;
    height: max-content;
}

.list-i-b > .info {
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}

.plan-title {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.plan-info {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    margin-top: .76rem;
}

.plan1 {
    padding: 1rem 0;
}

.plan-img {
    width: auto;
    height: max-content;
    margin: auto;
    display: block;
}

/* .plan1-b {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
} */

.plan1-b img {
    text-align: center;
    display: block;
    margin: auto;
}

.plan1-case-t h3 {
    font-size: 48px;
    font-weight: bold;
    color: #000000;
}

.caseswiper-next,
.caseswiper-prev {
    width: 0.39rem !important;
    height: 0.39rem !important;
    min-width: 0.39rem;
    min-height: 0.39rem;
    border-radius: 50%;
    background: #1B1E22;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static !important;
    margin-top: 0 !important;
}

.caseswiper-next::after,
.caseswiper-prev::after {
    color: #fff;
    font-size: 20px !important;
}

.caseswiper-a {
    height: 3rem;
    position: relative;
}

.caseswiper-a > .t1 {
    position: absolute;
    left: 5%;
    bottom: 5%;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1;
}

.caseswiper-a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5));
}

.caseswiper {
    margin-top: .75rem;
}

.caseswiper-a img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
}

.caseswiper-b {
    position: absolute;
    top: 300px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, RGBA(5, 25, 163, .1), RGBA(5, 25, 163, .5), RGBA(5, 25, 163, 1));
    transition: all ease-out .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.caseswiper-b-i > .t1 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
}

.caseswiper-b-i > .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: .2rem;
}

.caseswiper-box:hover .caseswiper-b {
    top: 0;
    transition: all ease-out .5s;
}

.caseswiper-box:hover .caseswiper-a > .t1 {
    display: none;
}

.caseswiper-box {
    overflow: hidden;
}

.caseswiper-b-i {
    height: 210px;
    overflow-y: auto;
    margin: 0 .25rem;
    padding-right: 20px;
}

.caseswiper-b-i::-webkit-scrollbar {
    width: 4px;
}

.caseswiper-b-i::-webkit-scrollbar-thumb {
    background: #fff;
}

.caseswiper-prev {
    margin-right: .32rem;
}

.caseswiper-page {
    height: 0.39rem;
}

.plan1-case {
    padding: 1rem 0;
}

.join-model {
    height: 4.89rem;
    display: flex;
    align-items: flex-end;
    padding: .5rem;
    margin-top: 1rem;
}

.join-model-title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.join-model-title::after {
    width: 32px;
    height: 4px;
    margin-top: 18px;
    background: #4693FD;
    content: '';
    display: block;
}

.join-model-info > .info {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: .22rem;
}

.join-model-info {
    width: 50%;
}

.join-model1 {
    margin-top: 1rem;
}

.join-model1-i {
    width: calc(100% / 3);
}

.join-model1-i > .title {
    font-size: 20px;
    font-weight: 400;
    color: #2A2A2A;
    text-align: center;
    margin-top: .4rem;
}

.join-model1-i > .title::after {
    width: 50px;
    height: 4px;
    background: #010951;
    content: '';
    display: block;
    margin: auto;
    margin-top: .2rem;
}

.join-model1-i img {
    margin: auto;
    width: auto;
    height: max-content;
    display: block;
}

.join-model2-i {
    width: 49%;
    max-height: 3.65rem;
}

.join-model2-i img {
    object-fit: cover;
}

.join-model2 {
    margin-top: 1rem;
}

.join-model3 {
    margin-top: 1rem;
}

.join-model3 > .title {
    font-size: 36px;
    font-weight: bold;
    color: #2A2A2A;
    line-height: 40px;
    text-align: center;
}

.join-model3 > .title::after {
    width: 32px;
    height: 4px;
    background: #125EAA;
    content: '';
    display: block;
    margin: auto;
    margin-top: .18rem;
}

.join-model3 > .info {
    font-size: 18px;
    font-weight: 400;
    color: #2A2A2A;
    line-height: 30px;
    text-align: center;
    margin-top: .45rem;
}

.join-model3-list {
    margin-top: .57rem;
}

.join-model3-list-i {
    width: 32%;
    min-height: 2.77rem;
    max-height: 2.77rem;
}

.join-model3-list-i img {
    display: inline-table;
    min-height: 2.77rem;
    max-height: 2.77rem;
    object-fit: cover;
}

.join-model4-img {
    width: 70%;
}

.join-model4-img img {
    width: 100%;
    object-fit: cover;
}

.join-model4-con {
    width: 30%;
    background: #125EAA;
    display: flex;
    align-items: center;
    padding: 0 .35rem;
}

.join-model4 {
    margin-top: 1rem;
}

.join-model4-con-i > .title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.about-honor .about-honor-top > .title::after,
.about-develop > .title::after,
.join-model4-con-i > .title::after {
    width: 32px;
    height: 4px;
    background: #fff;
    content: '';
    display: block;
    margin-top: .28rem;
}

.join-model4-con-i > .info {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: .25rem;
}

.join-model4-con-i > .more {
    margin-top: .54rem;
}

.join-model4-i {
    margin-bottom: .37rem;
}

.join-model4-i:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.join-model4 {
    padding-bottom: .5rem;
}

.about-model {
    margin-top: 1rem;
}

.about-introduce {
    height: 2.92rem;
    position: relative;
}

.about-introduce-a {
    height: 0.86rem;
    position: relative;
}

.about-introduce > .title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.about-info > .right,
.about-info > .left {
    width: 50%;
}

.about-info > .right img {
    width: 100%;
}

.about-info-b {
    margin-top: 1rem;
}
.about-info-c {
    margin-top: 0.84rem;
}

.about-info > .left {
    display: flex;
    align-items: center;
    padding: 0 .6rem;
    background: #F3F4F4;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}

.about-info:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}

.about-msg {
    margin-top: 20px;
    background: #FAFAFA;
    padding: .48rem 1.18rem;
}

.about-msg > .title {
    font-size: 22px;
    color: #000;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.about-msg > .title::after {
    width: 1px;
    height: 100px;
    background: #DDDDDD;
    content: '';
    display: block;
    margin-left: .5rem;
    margin-right: .5rem;
}

.about-msg img {
    width: 100%;
}

.about-develop > .title {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

.about-develop-b {
    padding: .8rem 0;
}


.developlist {
    height: 7rem;
}

.developlist-i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 60px;
    opacity: 0.6;
}

.developlist-next,
.developlist-prev {
    width: 0.38rem;
    height: 0.38rem;
    min-width: 0.38rem;
    min-height: 0.38rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.developlist-next {
    left: auto;
    right: 0;
}

.developlist {
    background: url(../images/img-about5.png) no-repeat center center;
    background-size: contain;
}

.developlist-info {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.developlist-info-img {
    width: 3.8rem;
    height: 3.8rem;
    margin: auto;
    margin-bottom: .3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developlist-info-img img {
    width: 3.8rem;
    height: 3.8rem;
    border-radius: 50%;
    object-fit: cover;
}

.developlist-info > .title {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
}

.developlist-info > .day {
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
}

.about-honor {
    padding: 1rem 0;
    background: url(../images/bg-about.png) no-repeat center right;
}

.about-honor .about-honor-top > .title {
    font-size: 36px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}

.about-honor .about-honor-top > .title::after {
    background: #4693FD !important;
}

.about-honor-top .type .type-i {
    height: 39px;
    padding: 0 .22rem;
    margin-right: .2rem;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
}

.about-honor-top .type .type-i.cur {
    background: #4693FD;
    color: #fff;
}

.about-honor-list {
    margin-top: 1rem;
}

.about-honor-list-i > .title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
    margin-top: .28rem;
}

.about-honor-list-i {
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: .67rem;
}
.about-honor-list-5 {
    width: calc(100% / 5);
    padding: 0 4px .67rem 4px;
}

.about-honor-list1 {
    padding: .69rem;
    padding-bottom: .19rem;
    background: #F3F4F4;
}

.about-honor-list1-i {
    width: calc(100% / 2);
    margin-bottom: .5rem;
}
/* 关于我们-技术成果 */
.list-column {
    width: auto;
}

/*  new  */
@media (max-width: 1700px) {
}

@media (max-width: 1500px) {
    .mauto {
        width: 95%;
    }

    nav ul li {
        min-width: 90px;
    }

}

@media (max-width: 1400px) {
    .public-con {
        padding: 0 !important;
    }

    .public-tobody,
    .wrap {
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .public-top {
        padding-top: 119px;
    }

    nav ul li {
        min-width: 80px;
    }

}

@media (max-width: 1300px) {
    nav ul li {
        margin: 0;
    }

    .public-footer {
        padding-left: .2rem;
        padding-right: .2rem;
    }
}

@media (max-width: 1280px) {
    .mauto {
        width: 95%;
    }

    .home-plan {
        display: block;
    }

    .home-plan-i {
        height: auto;
        padding: 0.4rem 0.2rem;
    }

    .home-plan-btn {
        margin-top: .3rem;
    }

    .home-plan-info > .title {
        margin: 0.3rem 0;
    }

    .about-msg {
        padding: 0.48rem;
    }
}

@media (max-width: 1200px) {
    .md-db {
        display: block !important;
    }

    .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.html) 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
    }

    .mauto {
        width: 95%;
    }

    nav ul li {
        margin: 0 0px;
    }

    .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
    }

    .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% - 106px);
        height: -moz-calc(100% - 106px);
        height: calc(100% - 106px);
        overflow-x: hidden;
        overflow-y: auto
    }

    .header-m .nav > li {
        border-bottom: 1px solid #ebebeb;
        -moz-animation: resize .5s both;
        -o-animation: resize .5s both;
        animation: resize .5s both;
        -webkit-animation: resize .5s both
    }

    .header-m .nav > li > a {
        position: relative;
        display: block;
        width: 100%;
        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
    }

    .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 > a {
        color: #fff;
        background: #1062A5
    }

    .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 my-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: 1200px) {
    .md-dn {
        display: none !important;
    }

    .banner-con > .title {
        font-size: 36px;
    }
}

@media (max-width: 1100px) {
    nav ul li {
        min-width: 106px;
    }
}

@media (max-width: 1024px) {
    body {
        padding-top: 70px !important
    }

    header {
        height: 70px
    }
}

@media (max-width: 1024px) {

    .join-type {
        display: flex;
        flex-wrap: wrap;
    }

    .news-detail-t {
        padding-bottom: .5rem;
    }

    .news-detail-c {
        margin-bottom: .5rem;
    }

    .contact-con,
    .contact-img {
        width: 100%;
    }

    .contact {
        display: block;
    }

    .contact-con {
        padding: 0.42rem;
    }

    .about-honor-list-i {
        width: calc(100% / 3);
    }

    .developlist {
        height: 6rem;
    }

    .product-con {
        padding: 0.3rem 0;
    }

    .contact-serve-list,
    .contact,
    .caseswiper,
    .plan-info,
    .join-model4,
    .join-model3,
    .join-model2,
    .join-model1,
    .join-model,
    .newsinfo-list {
        margin-top: .5rem;
    }

    .home-swiper-con > .info {
        margin-top: .3rem;
    }

    .home-swiper-con > .info,
    .home-swiper-con > .title {
        font-size: 30px;
        line-height: 50px;
    }

    .developlist-info > .day,
    .home-info-list-i .nums > .t1,
    .home-info-time > .t2,
    .home-info-time > .t1 {
        font-size: 30px;
        line-height: 30px;
    }

    .plan1-case-t h3,
    .plan-title,
    .join-model4-con-i > .title,
    .join-model3 > .title,
    .developlist-i,
    .about-develop > .title,
    .pub-title,
    .newsinfo-t > .title,
    .public-banner > .title,
    .home-news-t > .title,
    .home-plan-info > .title,
    .home-news-t > .title,
    .home-info-title {
        font-size: 30px;
    }

    .home-info-l {
        width: 70%;
    }

    .home-product,
    .home-news {
        display: block;
    }

    .home-product-i,
    .home-news > .item {
        width: 100%;
    }

    .home-product-img {
        max-height: none;
    }

    .home-product-i {
        margin-bottom: .2rem;
    }

    .home-news-i {
        padding: 0.2rem 0.4rem;
    }

    .home-news-con {
        padding: 0.3rem 0.4rem;
    }

    .plan1 {
        margin-top: .6rem;
        margin-bottom: .6rem;
    }

    .news-detail-c,
    .news-detail,
    .contact-serve,
    .contact-leave,
    .newsinfo,
    .home-news-b {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }

    .home-info-b {
        padding-top: .6rem;
    }

    .home-plan-btn,
    .btns,
    .home-info-btn {
        padding: 0.15rem 0.45rem;
    }

    .home-news-t {
        margin-bottom: .3rem;
    }
}

@media (max-width: 980px) {
    .about-msg > .title {
        width: max-content;
        margin: auto;
        text-align: center;
        margin-bottom: 20px;
    }

    .about-msg > .title::after {
        display: none;
    }

    .about-info-b,
    .about-model {
        margin-top: .5rem;
    }

    .about-introduce {
        height: auto;
    }

    .about-info,
    .about-info:nth-child(even) {
        display: flex;
        flex-direction: column;
    }

    .about-msg,
    .about-info {
        display: block;
    }

    .about-info > .right,
    .about-info > .left {
        width: 100%;
    }

    .about-info > .left {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .home-plan-i .home-plan-btn {
        opacity: 1 !important;
        visibility: visible !important;
    }

    .list-i-b > .info {
        width: calc(100% - 50px);
    }

    .list-i-b > .info,
    .list-i-a > .left > .title {
        font-size: 16px;
    }

    .join-msg-l-info > .info {
        font-size: 18px;
    }

    .join-msg-l {
        min-height: 1.49rem;
    }

    .join-msg-r > .items-i:nth-child(3) {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .join-msg-r {
        margin-top: 20px;
    }

    .recruit-b,
    .join-msg,
    .news-detail-btn > .l .item {
        display: block;
    }

    .recruit-b-i,
    .join-msg-r,
    .join-msg-l,
    .join-search,
    .news-detail-btn > .l {
        width: 100%;
    }

    .recruit-b-i {
        margin-bottom: 10px;
    }

    .news-detail-btn > .r {
        margin: auto;
        margin-top: 20px;
        padding: 0.12rem 0.17rem;
    }

    .news-detail-t > .day {
        margin-top: .1rem;
    }

    .news-detail-btn {
        display: block;
    }

    .news-detail-t {
        padding-bottom: .3rem;
    }

    .news-detail-c {
        margin-bottom: .3rem;
    }

    .lx-i-inpit-c .lx-i-inpit-i {
        margin: auto;
    }

    .lx-i-inpit-d .lx-i-inpit-i,
    .lx-i-inpit-a .lx-i-inpit-i {
        width: 100%;
    }

    .list-i .list-code {
        visibility: visible;
        opacity: 1;
    }

    .list-i .list-con {
        width: 100%;
        margin: .3rem 0;
    }

    .lx-i-inpit-a,
    .contact-serve-list .list-i {
        display: block;
    }

    .list-img {
        width: 25%;
    }

    .caseswiper-next::after,
    .caseswiper-prev::after {
        color: #fff;
        font-size: 16px !important;
    }

    .plan1-b {
        position: static;
        transform: none;
    }

    .join-model1-i {
        margin-bottom: 20px;
    }

    .join-model1-i {
        width: 100%;
    }

    .join-model1 {
        display: block;
    }

    .join-con-box:last-child,
    .join-model1-i:last-child,
    .join-model3-list-i:last-child,
    .join-model4-i:last-child {
        margin-bottom: 0;
    }

    .join-model4-con {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .join-problem-list,
    .join-problem,
    .join-msg,
    .contact-serve-list,
    .caseswiper,
    .plan-info,
    .join-model4,
    .join-model3,
    .join-model2,
    .join-model1,
    .join-model,
    .newsinfo-list,
    .join-model3 > .info {
        margin-top: .3rem;
    }

    .join-problem,
    .join-model4,
    .join-model3,
    .join-model2,
    .join-model1,
    .join-model {
        padding-bottom: .3rem;
    }

    .join-model3-list-i {
        margin-bottom: .2rem;
    }

    .join-model4-img,
    .join-model4-con,
    .join-model3-list-i,
    .join-model-info {
        width: 100%;
    }

    .join-model4-i:nth-child(even),
    .join-model4-i,
    .join-model3-list,
    .main-nav-m {
        display: block;
    }

    .public-nav {
        display: none;
    }

    .about-honor-list-i {
        width: calc(100% / 2);
    }

    .about-honor > .title::after,
    .about-develop > .title::after,
    .join-model4-con-i > .title::after {
        width: 32px;
        height: 4px;
        background: #fff;
        content: '';
        display: block;
        margin-top: 0.2rem;
    }

    .public-banner img,
    .public-banner {
        width: 100%;
        min-height: 3.64rem;
    }

    .public-page {
        width: 100%;
    }

    .page-b {
        margin: 0px 3px;
    }

    .join-model-title::after {
        margin-top: 10px;
    }

    .about-honor-list,
    .newsinfo-list {
        margin-top: 20px;
    }

    .public-banner > .title {
        width: 90%;
    }

    .newsinfo-list-img img,
    .newsinfo-list-img,
    .product-img {
        width: auto !important;
        height: max-content !important;
        max-height: none;
    }

    .product-con > .info {
        margin: 10px 0;
    }

    .product-con {
        padding: 20px 0;
    }

    .newsinfo-list-i,
    .product-i {
        width: 48%;
    }

    .public-footer-b-i p {
        margin: .1rem 0;
    }

    .public-footer-b-i {
        display: block;
        padding: 0;
    }

    .public-footer-t > .left {
        width: 100%;
    }


    .about-honor,
    .public-footer-t {
        padding: 0.3rem 0;
    }

    .home-plan-info > .title {
        margin: 0.2rem 0;
    }

    .public-footer-t > .right,
    .home-info-r {
        display: none;
    }

    .home-info-l {
        width: 100%;
    }

    .home-info-list-i,
    .home-info-msg {
        margin: .3rem 0;
    }

    .home-info-l {
        padding-bottom: .5rem;
    }

    .home-swiper-con > .info,
    .home-swiper-con > .title {
        font-size: 22px;
        line-height: 30px;
    }

    .news-detail-t > .title,
    .list-i .list-con > .title,
    .contact-con > .title,
    .plan1-case-t h3,
    .plan-title,
    .join-model-title,
    .join-model4-con-i > .title,
    .join-model3 > .title,
    .about-introduce > .title,
    .about-develop > .title,
    .about-honor > .title,
    .pub-title,
    .newsinfo-t > .title,
    .public-banner > .title,
    .home-product-con > .title,
    .home-news-t > .title,
    .home-plan-info > .title,
    .home-news-t > .title,
    .home-info-title {
        font-size: 20px;
    }

    .developlist-info > .day,
    .home-info-list-i .nums > .t1,
    .home-info-time > .t2,
    .home-info-time > .t1 {
        font-size: 20px;
        line-height: 20px;
    }

    .home-plan-btn,
    .btns,
    .home-info-btn {
        padding: 0.12rem 0.4rem;
    }

    .home-news-i {
        padding: 10px 20px;
    }

    .home-news-con {
        padding: 20px;
    }

    .plan1 {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .plan1-case,
    .news-detail,
    .news-detail-c,
    .contact-serve,
    .contact-leave,
    .newsinfo,
    .home-news-b {
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
}

@media (max-width: 580px) {
    .developlist-info-img img {
        width: 3rem;
        height: 3rem;
    }

    .developlist-info-img {
        width: 3rem;
        height: 3rem;
        margin: auto;
        margin-bottom: 0.54rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .about-honor-list1-i,
    .about-honor-list1,
    .newsinfo-list-i,
    .product-i {
        width: 100%;
    }

    .about-honor-list1 {
        padding-top: .5rem;
    }

    .about-honor-list1-i {
        margin-bottom: .3rem;
    }
}

.about-honor-i {
    display: none;
}
