.header-top {
    padding: 3.4rem 0
}
.header-top .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 48px
}
.header-top .logo {
    position: relative;
    z-index: 4;
    width: 17.7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-top .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ccc;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 30rem;
    height: 3.6rem
}

.header-top .search-box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: 0;
    padding: 0 1.2rem;
    font-size: 1.6rem;
    color: #343434
}

.header-top .search-btn {
    width: 3.6rem;
    height: 3.6rem;
    background: url(../images/sousuo.svg) no-repeat center;
    background-size: 2rem;
    cursor: pointer
}

.lang {
    font-size: 1.6rem;
    color: #666;
    margin-left: auto
}

.lang a {
    color: #666
}

.main-nav {
    background: var(--main-color);
    position: relative
}

.nav-top > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -4.5rem
}

.nav-top ul li {
    position: static
}

.nav-top ul li>a {
    display: block;
    height: 5.2rem;
    line-height: 5.2rem;
    padding: 0 4.5rem;
    color: #fff;
    font-size: 1.6rem
}

.nav-top ul li.active>a, .nav-top ul li:hover>a {
    background: #fff;
    color: var(--main-color)
}

.dropdown-menu {
    position: absolute;
    left: 0;
    top: 5.2rem;
    width: 100%;
    -webkit-box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 999;
    background: #fff
}

.dropdown-menu::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f7f7f7;
    z-index: -1
}

.nav-top ul li a.cur {
    background: #fff;
    color: var(--main-color)
}

.nav-item.dropdown.active .dropdown-menu {
    display: block
}

.dropdown-inner {
    width: 120rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-height: 70vh;
    overflow: auto;
}

.dropdown-left {
    width: 36rem;
    border-right: 1px solid #d2d2d2;
    padding: 2.2rem 0;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.toggle-arrow {
    padding: 1.3rem 3rem 0 4rem;
    cursor: pointer;
    text-align: left
}

.dropdown-left ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 4rem 1.2rem 0;
    font-size: 1.6rem;
    color: #000 !important;
    height: auto;
    line-height: 1.4
}

.dropdown-left ul li a.active, .dropdown-left ul li a:hover {
    color: var(--main-color) !important
}

.dropdown-left ul li a svg {
    margin-left: 1rem;
    color: #666
}

.dropdown-left ul li a.active svg, .dropdown-left ul li a:hover svg {
    fill: #fe0000
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #666
}

a.active .arrow-right {
    border-left-color: var(--main-color)
}

.dropdown-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3rem 5rem;
    background: #f7f7f7
}

.content-panel {
    display: none
}

.content-panel.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dropdown-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 21.8rem
}

.dropdown-column .menu-tit {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #222;
    font-family: var(--font-family-H-B)
}

.dropdown-column ul li a {
    display: block;
    padding: .8rem 0;
    font-size: 1.6rem;
    color: #333 !important;
    height: auto;
    line-height: 1.4;
    background: none !important
}

.dropdown-column ul li a.disabled:hover, .dropdown-column ul li a:hover {
    color: var(--main-color) !important
}

.dropdown-column ul li a.disabled {
    color: #666 !important
}

.nav-top .nav-item:first-child .dropdown-column:nth-child(2) {
    min-width: 21.5rem
}

.nav-top .nav-item:first-child .dropdown-column:nth-child(3) {
    min-width: 18rem
}

@media (max-width: 1280px) {
    .dropdown-column {
        min-width: 19rem
    }

    .nav-top .nav-item:first-child .dropdown-column:nth-child(2) {
        min-width: 19rem
    }

    .nav-top .nav-item:first-child .dropdown-column:nth-child(3) {
        min-width: 16rem
    }

    .dropdown-column ul li a {
        font-size: 1.4rem
    }

    .dropdown-column .menu-tit {
        font-size: 1.6rem
    }

    .dropdown-left ul li a {
        padding: .8rem 4rem .8rem 0
    }
}

.ather-menu ul li {
    width: 25%;
    float: left
}

.qita-xiala .dropdown-inner .dropdown-left {
    width: 100%;
    border-right: none
}

.qita-xiala .dropdown-inner .dropdown-left .ather-menu {
    width: 100%
}

.qita-xiala:after {
    background: #fff
}

.xinzeng-xiala .dropdown-column {
    min-width: 13rem
}

.xinzeng-xiala .dropdown-column .menu-tit a {
    background: none;
    color: #222;
    padding: 0
}

.xinzeng-xiala .dropdown-column .menu-tit a:hover {
    color: var(--main-color)
}

.xinzeng-xiala .content-panel.active {
    gap: 0 6rem
}

.fangan-xiala .dropdown-inner {
    width: 120rem;
    margin: 0 auto;
    padding: 4rem 3rem;
    max-height: 80vh;
    overflow: auto;
}

.fangan-xiala .dropdown-left {
    width: 100%;
    border-right: none;
    padding: 0;
    background: #fff
}

.fangan-xiala .ather-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0
}

.fangan-xiala .ather-menu > ul > li {
    width: 25%;
    margin-bottom: 2.5rem;
    float: none
}

.fangan-xiala .ather-menu > ul > li > a {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    color: var(--main-color) !important;
    font-weight: 700;
    height: auto !important;
    line-height: 1.4;
    background: 0 0 !important
}

.fangan-xiala .ather-menu > ul > li > a:hover {
    color: var(--main-color) !important
}

.fangan-xiala .ather-menu > ul > li > a svg {
    margin-left: 1rem;
    fill: var(--main-color)
}

.fangan-xiala .sub-list {
    list-style: none;
    padding: 1rem 2rem 0;
    margin: 0
}

.fangan-xiala .sub-list li {
    width: 100%
}

.fangan-xiala .sub-list li a {
    display: block;
    font-size: 1.4rem;
    color: #666 !important;
    padding: .6rem 0;
    line-height: 1.4
}

.fangan-xiala .sub-list li a:hover {
    color: var(--main-color) !important
}

.fangan-xiala::after {
    background: #fff !important
}

.fangan-xiala .ather-menu > ul > li > a .sub-list li {
    width: 100%
}

.fangan-xiala .ather-menu > ul > li > a .sub-list li a {
    display: block !important
}

.banner {
    clear: both;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 9
}

.banner .pc {
    display: block
}

.banner .pc img {
    width: auto;
    max-height: initial;
    max-width: initial;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.banner .ph {
    display: none;
    text-align: center
}

.banner .ph img {
    width: 100%;
    width: auto;
    height: auto
}

.banner .box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%
}

.banner .text {
    font-family: var(--font-family-H-L);
    left: 0;
    width: 100%;
    color: #fff;
    top: 21%;
    -webkit-transform: translateY(-21%);
    transform: translateY(-21%);
    position: absolute
}

.banner .text-3 .item {
    text-align: left;
    width: 46%
}

.banner .text-3 .item .text1 {
    font-size: 2.8rem;
    font-weight: normal;
    color: #fff;
    margin-bottom: 3rem
}

.banner .text-3 .item .info {
    font-size: 1.5rem;
    margin-bottom: 3rem
}

.banner .swiper-slide-active .text-3 .item .text1 {
    -webkit-animation: 1.5s fadeInLeft2 ease;
    animation: 1.5s fadeInLeft2 ease
}

.banner .swiper-slide-active .btnDiv {
    -webkit-animation: 1.6s fadeInDown2 ease;
    animation: 1.6s fadeInDown2 ease
}

.banner .swiper-slide-active .text-3 .item .info {
    -webkit-animation: 1.6s fadeInDown2 ease;
    animation: 1.6s fadeInDown2 ease
}

.banner .swiper-pagination {
    bottom: 2.9rem;
    width: 100%;
    text-align: center;
    position: absolute
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    margin: 0 .6rem;
    position: relative;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
    background: #fff;
    border-radius: 50%
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--main-color)
}

.moreBtn a {
    color: #fff
}

.moreBtn {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    line-height: 3.8rem;
    min-width: 9.7rem;
    text-align: center;
    color: #fff !important;
    font-size: 1.6rem;
    position: relative;
    border: 1px solid #fff;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.moreBtn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.moreBtn:hover {
    background: none;
    -webkit-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    color: #fff !important;
    border-color: var(--main-color)
}

.moreBtn:hover::after {
    width: 100%
}

@-webkit-keyframes swiperbanner {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes swiperbanner {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

@-webkit-keyframes swiperbanner1 {
    0% {
        width: 100%
    }
    to {
        width: 1%
    }
}

@keyframes swiperbanner1 {
    0% {
        width: 100%
    }
    to {
        width: 1%
    }
}

@-webkit-keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1, .1);
        transform: scale(.1, .1)
    }
    5% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bmove1 {
    0% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.index-title {
    font-size: 2.8rem;
    color: #000;
    font-family: var(--font-family-H-L);
    font-weight: normal
}

.index-more {
    font-size: 1.4rem;
    font-family: var(--font-family-H-L)
}

.index-more a {
    color: #007c8c
}

.inpro-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5.3rem
}

.index-product .inpro-top {
    padding: 0 -1rem
}

.index-product {
    padding: 6.6rem 0 8rem 0;
    background: #f8f8f8
}

.in-product-list {
    padding: 1rem -1rem;
    position: relative
}

.in-product-list .swiper-container {
    /* overflow: visible !important */
}

.in-product-list li {
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 1px 1px, rgba(0, 0, 0, 0.16) 0 3px 1px -2px, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(0, 0, 0, 0.08) 0 1px 5px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 1px 1px, rgba(0, 0, 0, 0.16) 0 3px 1px -2px, rgba(0, 0, 0, 0.1) 0 2px 2px 0, rgba(0, 0, 0, 0.08) 0 1px 5px 0;
    padding: 2rem 2rem 6.5rem 2rem;
    -webkit-transition: .5s;
    transition: .5s
}

.in-product-list li:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 1px 3px, rgba(0, 0, 0, 0.16) 0 4px 1px -2px, rgba(0, 0, 0, 0.2) 0 2px 2px 0, rgba(0, 0, 0, 0.2) 0 1px 8px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 1px 3px, rgba(0, 0, 0, 0.16) 0 4px 1px -2px, rgba(0, 0, 0, 0.2) 0 2px 2px 0, rgba(0, 0, 0, 0.2) 0 1px 8px 0
}

.in-product-list li:hover .box .pic img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.in-product-list .box {
    font-family: var(--font-family-H-L)
}

.in-product-list .box .text01 {
    font-size: 1.4rem;
    color: var(--main-color);
    text-transform: uppercase
}

.in-product-list .box .pic:after {
    padding-bottom: 79.13043478%
}

.in-product-list .box .pic img {
    -webkit-transition: .5s;
    transition: .5s
}

.in-product-list .box .text-box {
    font-family: "微软雅黑"
}

.in-product-list .box .text-box .wenzi02 {
    font-size: 1.4rem;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.in-product-list .box .text-box .wenzi03 {
    color: #007c8c;
    font-size: 1.6rem;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    margin-top: 1rem;
    margin-bottom: .8rem
}

.in-product-list .box .text-box .info {
    font-size: 1.4rem;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.btn1 .swiper-button-next:after, .btn1 .swiper-button-prev:after {
    content: ''
}

.btn1 .swiper-button-next, .btn1 .swiper-button-prev {
    background: #fcfcfc;
    width: 4rem;
    height: 6rem;
    z-index: 5;
    top: 38%;
    margin: 0
}

.btn1 .swiper-button-prev {
    background: #fcfcfc url('../images/product-left.png') no-repeat center center !important;
    left: -6rem;
    background-size: 1.3rem !important
}

.btn1 .swiper-button-prev:hover {
    background: url('../images/product-lefth.png') no-repeat center center !important;
    background-size: 1.3rem !important
}

.btn1 .swiper-button-next {
    background: url('../images/product-right.png') no-repeat center center !important;
    right: -6rem;
    background-size: 1.3rem !important;
    margin-left: auto
}

.btn1 .swiper-button-next:hover {
    background: url('../images/product-righth.png') no-repeat center center !important;
    background-size: 1.3rem !important
}

.index-news {
    padding: 9.5rem 0 15rem 0
}

.index-news .news-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.index-news .news-box .left {
    width: 35%;
    float: left;
    padding-right: 5.5rem
}

.index-news .news-box .left .time {
    font-size: 1.4rem;
    color: #333;
    font-family: var(--font-family-0);
    margin-bottom: 2rem
}

.index-news .news-box .left .news-tit {
    font-size: 2.4rem;
    font-weight: normal;
    color: #333;
    font-family: var(--font-family-0);
    padding-bottom: 2.3rem;
    position: relative;
    margin-bottom: 2.4rem
}

.index-news .news-box .left .news-tit:after {
    position: absolute;
    left: 0;
    content: "";
    width: 7.2rem;
    height: 1px;
    background: var(--main-color);
    bottom: 0
}

.index-news .news-box .left .info {
    font-size: 1.4rem;
    font-family: var(--font-family-H-L);
    color: #3b3b3b;
    margin-bottom: 3.4rem
}

.index-news .news-box .left .btnDiv a {
    background: var(--main-color);
    color: #fff
}

.index-news .news-box .left .btnDiv a:hover {
    background: #fff;
    color: var(--main-color)
}

.index-news .news-box .right {
    width: 65%;
    float: left
}

.index-news .news-box .right .pic:after {
    padding-bottom: 55.69948187%
}

.index-shiming {
    background: var(--main-color);
    padding: 6.6rem 0;
    color: #fff
}

.index-shiming .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4rem
}

.index-shiming .box .left {
    font-size: 2.8rem;
    font-family: "微软雅黑";
    width: 25%
}

.index-shiming .box .right {
    font-size: 1.6rem;
    width: 67%;
    font-family: var(--font-family-H-L)
}

.foot-bot {
    background: #fff;
    padding-top: 6rem;
    font-size: 1.4rem;
    color: #333
}

.foot-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative
}
.foot-nav {
    width: 72%;
    /* font-family: var(--font-family-H-L) */
}
.foot-nav .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.1rem
}

.foot-tit {
    margin-bottom: 2.5rem
}

.foot-tit a {
    font-size: 1.4rem;
    color: #333
}

.foot-tit a:hover {
    color: var(--main-color)
}

.foot-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem
}

.foot-box a {
    color: #0c0c0c;
    text-decoration: none;
    font-size: 1.4rem
}

.foot-box a:hover {
    color: var(--main-color)
}

.foot-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    margin-top: 4.5rem;
    position: absolute;
    right: 0
}

.social-icon img {
    width: 2.8rem;
    height: 2.8rem;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.foot-divider {
    height: 1px;
    background: #d1d1d1;
    margin: 4rem 0
}

.foot-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 5rem
}

.foot-logo img {
    height: 3.5rem;
    width: auto
}

.foot-desc {
    /* max-width: 59%; */
    color: #666;
    line-height: 1.8;
    font-size: 1.4rem;
    /* font-family: var(--font-family-H-L) */
}
.foot-desc p {
    margin: 0
}

.foot-copyright {
    color: #333;
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 2.5rem;
    /* font-family: var(--font-family-H-L) */
}
.foot-copyright p {
    display: inline-block;
    padding-right: 3.5rem
}

.foot-copyright p:last-child {
    padding-right: 0
}

.inside-banner {
    position: relative;
    text-align: left;
    font-family: var(--font-family-H-L)
}

.inside-banner .pc img {
    width: 100%
}

.inside-banner .index-title {
    color: #fff;
    font-size: 3.5rem;
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate;
    margin-bottom: 1.2rem
}

.inside-banner .info {
    font-size: 1.5rem;
    color: #fff;
    -webkit-animation: fadeInUp2 2s alternate;
    animation: fadeInUp2 2s alternate
}

.inside-banner .banner-hover {
    position: absolute;
    top: 21%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-21%);
    transform: translateY(-21%);
    z-index: 5
}

.inside-current {
    font-size: 1.6rem;
    height: 6rem;
    line-height: 6rem;
    font-weight: lighter;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #fff;
    margin-top: -6rem;
    position: relative;
    z-index: 66;
    font-family: var(--font-family-H-L)
}

.inside-current span {
    color: #fff
}

.inside-current a {
    color: #fff
}

.inside-current a:hover {
    text-decoration: underline
}

.indide-solution-01 {
    font-size: 1.6rem;
    color: #3b3b3b;
    padding: 6.6rem 0;
    font-family: var(--font-family-H-L)
}

.indide-solution-01 .wenzi01 {
    line-height: 3.7rem
}

.indide-solution-01 .wenzi01 p {
    margin-bottom: 1.5rem
}

.indide-solution-01 .wenzi01 p:last-child {
    margin-bottom: 0
}

.inside-title {
    font-size: 2.8rem;
    color: #000;
    font-family: var(--font-family-0);
    font-weight: normal;
    position: relative;
    padding-bottom: 2.3rem;
    margin-bottom: 3rem
}

.inside-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    min-width: 10.8rem;
    background: var(--main-color)
}

.indide-solution-02 {
    padding-bottom: 4rem
}

.solu-list {
    overflow: hidden
}

.solu-list li {
    width: 36%;
    float: left;
    padding-right: 8%;
    margin-bottom: 4rem
}

.solu-list li:nth-child(3n) {
    padding-right: 0;
    width: 28%
}

.solu-list li .title {
    font-family: var(--font-family-H-B);
    font-size: 2rem;
    color: var(--main-color);
    margin-bottom: 1.2rem
}

.solu-list li .info {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 2.8rem
}

.indide-solution-03 {
    background: #f7f7f7;
    padding-top: 8rem
}

.indide-solution-03 .inside-title {
    text-align: center;
    margin-bottom: 5.5rem
}

.indide-solution-03 .inside-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.indide-solution-03 .solu-list li .title img {
    vertical-align: middle;
    margin-right: 1rem;
    max-width: 2rem
}

.indide-solution-04 {
    padding-top: 8rem
}

.indide-solution-04 .jiejue-list li {
    margin-bottom: 2rem
}

.indide-solution-04 .jiejue-list li .titel {
    font-size: 2rem;
    color: #000;
    font-family: var(--font-family-H-B);
    margin-bottom: 1rem
}

.indide-solution-04 .jiejue-list li .info {
    color: #3b3b3b;
    font-size: 1.6rem
}

.procurrent {
    position: inherit;
    margin-top: 0;
    color: #3b3b3b;
    background: #f8f8f8
}

.procurrent a {
    color: #3b3b3b
}

.procurrent span {
    color: #3b3b3b
}

.inside-product-01 {
    background: #f8f8f8;
    font-family: var(--font-family-H-L);
    padding-bottom: 5.5rem;
    padding-top: 2.2rem
}

.inside-product-01 .poroduct-title {
    font-size: 3.5rem;
    color: #000;
    margin-bottom: 2rem;
    font-weight: normal
}

.inside-product-01 .info {
    font-size: 1.8rem;
    color: #000
}

.table-wrap {
    padding: 4.4rem 0 5.5rem 0
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 16px;
    text-align: left
}

.spec-table thead th {
    background-color: #f8f8f8;
    padding: 16px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 400;
    color: #000;
	text-wrap-mode: nowrap;
	white-space: nowrap;
}

.spec-table tbody td {
    padding: 16px 12px;
    border-bottom: 1px solid #ccc;
    color: #666;
    font-size: 1.6rem
}

.spec-table .model {
    color: #001cad;
    /* text-decoration: underline */
}

.product-container {
    padding: 8rem 0 5rem 0;
    font-family: var(--font-family-H-L)
}

.feature-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    margin-bottom: 7rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.feature-list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.section-title {
    font-size: 2.8rem;
    color: #000;
    margin-bottom: 1.3rem;
    font-weight: normal
}

.feature-list ul {
    list-style: none
}

.feature-list li {
    font-size: 1.6rem;
    color: #000;
    position: relative;
    line-height: 2.8rem;
    padding-left: 1.5rem
}

.feature-list li::before {
    position: absolute;
    background: #000;
    content: "";
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    left: 0;
    top: 1.2rem
}

.feature-desc {
    font-size: 1.6rem;
    color: #000;
    padding-left: 2.4rem;
    line-height: 2.8rem
}

.feature-desc p {
    margin: 2px 0
}

.pin-diagram {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 500px;
    height: auto;
    border: 1px solid #eee;
    position: relative
}

.pin-diagram .diagram-inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.detail-section p,.feature-section p,.application-section p {
    font-size: 1.6rem;
    color: #000;
    line-height: 2.8rem;
    margin-bottom: 1.5rem
}

.application-section {
    padding-top: 2.2rem
}

.application-section li {
    font-size: 1.6rem;
    color: #000;
    line-height: 2.8rem
}

.download-section {
    margin-top: 4.6rem
}

.gongdian-wz01 {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 3.7rem;
    margin-bottom: 6rem;
    font-family: var(--font-family-H-L)
}

.gongdian-01 {
    background: #f7f7f7;
    padding-top: 5.9rem;
    padding-bottom: 4.5rem
}

.gongdian-01 .gongdian-list {
    overflow: hidden
}

.gongdian-01 .gongdian-list li {
    border-bottom: 1px solid #d8d8d8;
    width: 29%;
    float: left;
    margin-right: 6.5%;
    padding-bottom: .6rem;
    margin-bottom: 3.6rem
}

.gongdian-01 .gongdian-list li:nth-child(3n) {
    margin-right: 0
}

.gongdian-01 .gongdian-list li a {
    display: block;
    font-size: 1.8rem;
    color: #227c8c;
    font-family: var(--font-family-H-B)
}

.fangan-02 {
    padding-top: 8rem;
    padding-bottom: 1rem
}

.fangan-02 .inside-title {
    text-align: center;
    margin-bottom: 5.5rem
}

.fangan-02 .inside-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fangan-02 .solu-list li {
    padding-right: 0;
    width: 30%;
    margin-right: 5%
}

.fangan-02 .solu-list li:nth-child(3n) {
    margin-right: 0
}

.menu-child {
    position: absolute;
    top: 5.2rem;
    left: 57.35%;
    -webkit-transform: translateX(-57.35%);
    transform: translateX(-57.35%);
    min-width: 15.3rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 99;
    display: none
}

.menu-child ul {
    padding: 1rem 0
}

.menu-child ul li a {
    height: auto !important;
    line-height: 1.4 !important;
    padding: .8rem 2rem !important;
    font-size: 1.5rem !important;
    white-space: nowrap;
    color: #000 !important
}

.menu-child ul li a:hover {
    color: var(--main-color) !important
}

.nav-top ul li > a {
    position: relative
}

.nav-top ul li:hover .menu-child {
    display: block
}

.about-section {
    background-color: #f7f7f7
}

.about-section .about-one {
    position: relative;
    background-color: #f7f7f7;
    max-width: 141rem;
    margin: -15rem auto 0;
    padding-top: 5rem;
    padding-bottom: 9.2rem
}

.about-section .about-one .list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.8rem
}

.about-section .about-one .list li {
    width: 48.79%
}

.about-section .about-one .card {
    height: 100%;
    border: 1px solid #d8d8d8;
    padding: 4.5rem 3.5rem 3.5rem 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.about-section .about-one .card-title {
    font-size: 2.4rem;
    color: #000;
    position: relative;
    padding-bottom: 1.8rem;
    margin-bottom: 2.7rem
}

.about-section .about-one .card-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4.9rem;
    height: 1px;
    background-color: var(--main-color)
}

.about-section .about-one .card-text {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 3.5rem;
    line-height: 2.6rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.about-section .about-one .btn {
    padding: .7rem 1.8rem;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 13px;
    background: #f7f7f7;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-block;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.about-section .about-one .btn:hover {
    background-color: #f44;
    color: #fff
}

.mission-footer {
    background-color: #f22;
    color: #fff;
    padding: 35px 0
}

.mission-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mission-title {
    font-size: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0
}

.mission-text {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.neiye-about-01 {
    background: #f8f8f8;
    padding-top: 6.5rem
}

.neiye-about-01 .about-text01 {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 3.7rem;
    font-family: var(--font-family-H-L)
}

.neiye-about-01 .about-text01 p {
    margin-bottom: 4rem
}

.neiye-about-01 .about-text02 {
    padding: 4rem 0
}

.neiye-about-01 .about-text02 ul {
    overflow: hidden
}

.neiye-about-01 .about-text02 ul li {
    width: 50%;
    float: left;
    margin-bottom: 3rem
}

.neiye-about-01 .about-text02 ul li .wz01 {
    font-size: 1.8rem;
    color: #000;
    font-family: var(--font-family-H-B);
    margin-bottom: .5rem
}

.neiye-about-01 .about-text02 ul li .wz02 {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 3.7rem;
    font-family: var(--font-family-H-L)
}

.download-box li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.2rem 3rem;
    /*border: 1px solid #ccc;*/
    margin-top: 1.6rem;
    font-family: var(--font-family-0);
    display: block;
    background: url(/template/index/pc//images/pdf.png) no-repeat left;
    background-size: 2rem;
}

.download-box li .download-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    font-size: 1.8rem;
    color: #000;
    width: 80%
}

.download-box li .download-info .title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.download-box li .download-info .time {
    font-size: 1.6rem;
    color: #666;
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 18rem
}

.download-box li .download-btn {
    color: var(--main-color);
    font-size: 1.6rem;
    text-decoration: underline;
    font-weight: bold;
    -webkit-transition: .5s;
    transition: .5s;
    font-family: "微软雅黑"
}

.download-box li:hover .download-btn {
    color: #960909
}

.neiyesearch-box {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 8rem
}

.neiyesearch-box .search-input {
    width: 100%;
    height: 3.6rem;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 2rem 0 .8rem;
    outline: 0;
    color: #343434;
    font-size: 1.6rem
}

.neiyesearch-box .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: 0 0;
    border: none;
    color: #333;
    cursor: pointer
}

.xiazai-neiye {
    margin-top: 0
}

.yemapage {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #777;
    margin-top: 7rem;
    margin-bottom: 5.5rem
}

.yemapage em {
    font-style: normal;
    font-size: 1.8rem
}

.yemapage a {
    color: #777;
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    width: 26px;
    line-height: 18px;
    text-transform: uppercase;
    height: 20px;
    margin: 0 5px;
    vertical-align: top;
    -webkit-transition: background .5s;
    transition: background .5s
}

.yemapage a span {
    display: block
}

.yemapage a.cur, .yemapage a:hover {
    color: var(--main-color)
}

.yemapage a.next, .yemapage a.prev {
    color: #777
}

.yemapage a.prev {
    background: url(../images/prev-01.png) no-repeat center center;
    background-size: 6px
}

.yemapage a.prev:hover {
    background: url(../images/prev-01h.png) no-repeat center center;
    background-size: 6px
}

.yemapage a.next {
    background: url(../images/next-01.png) no-repeat center center;
    background-size: 6px
}

.yemapage a.next:hover {
    background: url(../images/next-01h.png) no-repeat center center;
    background-size: 6px
}

.nyjishu-01 {
    background: #f7f7f7;
    padding-top: 7rem
}

.nyjishu-01 .search-box {
    margin-top: 0
}

.news-section {
    background-color: #f5f5f5;
    padding: 0 0 6rem 0
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0
}

.news-item {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 2.7rem 2.3rem;
    margin-bottom: 2rem
}

.news-item:last-child {
    margin-bottom: 0
}

.news-title {
    font-size: 2rem;
    color: #000;
    margin: 0 0 2rem 0;
    font-family: var(-font-family-H-L);
    font-weight: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.news-desc {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 2.8rem;
    margin: 0 0 2.2rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.news-btn {
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #3b3b3b;
    background-color: #fff;
    color: #3b3b3b;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s
}

.news-section li:hover .news-btn {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff
}

.jishu-title {
    font-size: 2.8rem;
    color: #000;
    font-family: var(--font-family-H-L);
    margin-bottom: 4rem;
    font-weight: normal
}

.nyjishuxx-one {
    padding-top: 7rem;
    background: #f7f7f7;
    padding-bottom: 6rem;
    font-size: 1.6rem;
    color: #000;
    font-family: var(--font-family-H-L);
    line-height: 2.8rem
}

.nyjishuxx-one p {
    margin-bottom: 1.5rem
}

.nyjishuxx-one .download-box {
    padding-top: .1rem
}

.contact-section {
    background-color: #f7f7f7;
    padding: 6.5rem 0 7.5rem 0
}

.contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 6rem
}

.contact-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 1px solid #eee
}

.contact-desc {
    font-size: 1.8rem;
    color: #333;
    margin: 0 0 5rem 0;
    line-height: 1.6
}

.contact-details .detail-item {
    font-size: 1.8rem;
    color: #333;
    line-height: 3.2rem;
    margin-bottom: 1.3rem
}

.contact-qrcode {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 60px
}

.qrcode-box {
    text-align: center;
    margin-top: 4rem
}

.qrcode-img {
    display: block;
    margin: 0 auto 2rem;
    width: 24.4rem;
    height: 24.4rem
}

.qrcode-text {
    font-size: 2.1rem;
    color: #000
}

.about-section .container {
    padding: 0
}

.touzi-wz01 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #3b3b3b
}

.touzi-box01 {
    margin-top: 8rem
}

.xinxibox {
    margin: 2rem 0
}

.xinxibox p {
    position: relative;
    padding-left: 1.3rem
}

.xinxibox p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 1.1rem;
    width: .5rem;
    height: .5rem;
    background: var(--main-color);
    border-radius: 100%
}

.touzi-news {
    margin-top: 8.2rem
}

.about-section .about-one .touzi-xinwenlist .list li {
    border: 1px solid #d8d8d8;
    padding: 3.5rem;
    width: 100%
}

.touzi-xinwenlist .list li:last-child {
    margin-bottom: 0
}

.touzi-xinwenlist .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    gap: 2rem
}

.touzi-xinwenlist .list li .left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 12rem;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500
}

.touzi-xinwenlist .list li .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.touzi-xinwenlist .list li .right .title {
    font-size: 1.8rem;
    color: #000;
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
    font-weight: normal
}

.touzi-xinwenlist .list li .right p {
    font-size: 1.4rem;
    color: #3b3b3b;
    line-height: 2.1rem;
    margin: 0 0 2rem 0
}

.touzi-xinwenlist .list li .right .read-btn {
    display: inline-block;
    padding: .8rem 2rem;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.touzi-xinwenlist .list li:hover .right .read-btn {
    background-color: var(--main-color);
    color: #fff
}

.neiyw-xinwen {
    background: #f7f7f7;
    padding-top: 11rem;
    padding-bottom: 2rem
}

.nyxinwenlist li {
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 5rem;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.nyxinwenlist li:nth-child(3n) {
    margin-right: 0
}

.nyxinwenlist li .pic:after {
    padding-bottom: 55.55555556%
}

.nyxinwenlist li .pic img {
    -webkit-transition: all .36s ease;
    transition: all .36s ease
}

.nyxinwenlist li .box {
    padding: 2rem 2.5rem 3.3rem 2.5rem;
    background: #fff
}

.nyxinwenlist li .box .date {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 1.4rem
}

.nyxinwenlist li .box .title {
    font-size: 2rem;
    color: #333;
    margin: 0 0 1.8rem;
    font-weight: 500;
    line-height: 3.2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 6.1rem
}

.nyxinwenlist li .box .info {
    font-size: 1.4rem;
    color: #3b3b3b;
    line-height: 2.1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.nyxinwenlist li:hover .pic img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.nyxinwenlist li:hover .box .title {
    color: var(--main-color)
}

.neiyw-xinwen .yemapage {
    margin-top: 0
}

.xinwen-title {
    font-size: 3.5rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 2.1rem
}

.nyxinwen-xiangxi {
    background: #f8f8f8;
    padding-top: 3.8rem;
    padding-bottom: 3rem
}

.xinwen-date {
    font-size: 1.4rem;
    color: #565759;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3.3rem
}

.xinwen-date span {
    padding-right: 4.8rem
}

.xinwen-info {
    font-size: 1.6rem;
    color: #333841;
    line-height: 2.8rem;
    margin-top: 4rem
}

.xinwen-info p {
    text-indent: 2em;
    margin-bottom: .8rem
}

.inside-tag {
    color: #666;
    font-size: 1.6rem;
    margin-top: 5.8rem;
    margin-bottom: 2.8rem
}

.inside-tag .title {
    font-size: 1.6rem;
    font-weight: normal;
    color: var(--main-color)
}

.inside-tag a {
    padding-right: 3.4rem
}

.inside-tag a:hover {
    color: var(--main-color)
}

@media (max-width: 1023px) {
    .inside-tag {
        font-size: 14px
    }
}

.inside-page-news {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    color: #333
}

.inside-page-news .list li {
    border-bottom: 1px solid #e1e1e1;
    line-height: 53px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.inside-page-news .list li:first-child {
    border-top: 1px solid #e1e1e1
}

.inside-page-news .list li span {
    color: var(--sub-color);
    padding-right: 2.8rem
}

.inside-page-news .list li span svg {
    margin-left: 1rem;
    width: 10px;
    vertical-align: middle;
    margin-top: 1px
}

.inside-page-news .list li a {
    color: #666
}

.inside-page-news .list li:hover a {
    color: var(--main-color)
}

@media (max-width: 1023px) {
    .inside-page-news {
        font-size: 14px
    }

    .inside-page-news .list li {
        line-height: 48px
    }

    .inside-page-news .list li span {
        padding-right: 18px
    }

    .inside-page-news .list li span svg {
        margin-left: 10px
    }
}

.fanhui {
    width: 15.8rem;
    height: 4.7rem;
    line-height: 4.7rem;
    text-align: center;
    background: var(--main-color);
    color: #fff;
    font-size: 1.6rem
}

.fanhui a {
    color: #fff;
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.fanhui:hover {
    background: #eee;
    color: #2d3132
}

.fanhui:hover a {
    color: #2d3132
}

.news-xgxinwen {
    padding-top: 7rem
}

.news-xgxinwen .title {
    font-size: 2.8rem;
    color: #000;
    font-weight: normal;
    margin-bottom: 3.2rem
}

.nyjoblist {
    font-family: var(--font-family-0)
}

.nyjoblist .bd {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem
}

.nyjoblist .bd dl {
    position: relative;
    border: 1px solid #ccc
}

.nyjoblist .bd .span-01 {
    width: 85%;
    display: block;
    float: left;
    text-align: left;
    padding-left: 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.nyjoblist .bd span img {
    vertical-align: middle
}

.nyjoblist .bd dt .icon {
    float: right;
    width: 2.6rem;
    height: 2.6rem;
    cursor: pointer;
    background: url(../images/jia.png) no-repeat center;
    -webkit-transition: all .1s ease-out 0s;
    transition: all .1s ease-out 0s;
    margin-right: 2.5rem;
    background-size: 1.3rem
}

.nyjoblist .bd .span-03 img {
    margin-right: 1rem
}

.nyjoblist .bd dl {
    margin-bottom: 2rem
}

.nyjoblist .bd dt {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate;
    overflow: hidden;
    padding: 1.7rem 0;
    cursor: pointer;
    font-size: 2rem;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 1rem;
    color: #000
}

.nyjoblist .bd .cur .icon {
    background: url(../images/jian.png) no-repeat center;
    background-size: 1.3rem
}

.nyjoblist .bd dd {
    background: #fff;
    height: 0;
    overflow: hidden
}

.nyjoblist .bd dd .nr {
    overflow: hidden;
    padding: 0 3.2rem .8rem 3.2rem;
    line-height: 2.8rem;
    font-size: 1.6rem;
    color: #3b3b3b;
    position: relative
}

.nyjoblist .bd dd .nr p {
    margin-bottom: 1.5rem
}

.nyjoblist .bd .cur dt {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate
}

.nyjoblist .bd .cur dd {
    -webkit-animation: fadeInUp2 3s alternate;
    animation: fadeInUp2 3s alternate;
    height: auto;
    background: #fff;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.nyjoblist .bd .cur dd .nr {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

.nyjoblist .bd .cur dt .span-02 img, .nyjoblist .bd .cur dt .span-03 img {
    -webkit-filter: brightness(0) invert(1) !important;
    filter: brightness(0) invert(1) !important
}

.nyjoblist .yemapage {
    margin-top: 1rem
}

.zl-wenzi01 {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 2.8rem;
    font-family: var(--font-family-H-L)
}

.pinzhi-chanpin {
    padding-top: 7rem
}

.pinzhi-chanpin .indide-solution-03 {
    background: none;
    padding-top: 0
}

.pinzhi-huoban .zl-wenzi01 {
    font-family: var(--font-family-H-B);
    font-size: 1.8rem;
    color: #3b3b3b;
    line-height: 3.4rem
}

.xijie {
    margin-top: 6.5rem
}

.ser-parter {
    padding-top: 3rem
}

.pinzhi-tixi {
    margin-top: 2.8rem
}

.pinzhi-tixi .pz-title {
    font-size: 2rem;
    color: var(--main-color);
    font-family: var(--font-family-H-B);
    margin-bottom: 1.2rem
}

.pinzhi-tixi .info p {
    font-size: 1.6rem;
    color: #3b3b3b;
    line-height: 2.8rem
}

.pinzhi-tixi .info span {
    font-family: var(--font-family-H-B)
}

.zhiliang-main {
    padding-bottom: 8rem;
    padding-top: 7.5rem
}

.xinzeng-title {
    font-family: var(--font-family-0)
}

.xinzeng-nav {
    background-color: var(--main-color);
    position: relative;
    z-index: 9999;
    width: 100%
}

.xinzeng-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 144rem;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: static
}

.xinzeng-nav .navitem {
    position: static
}

.xinzeng-nav .nav_tab {
    display: inline-block;
    padding: 0 2rem;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    height: 5.2rem;
    line-height: 5.2rem
}

.xinzeng-nav .nav_tab:hover {
    background-color: #b71c1c
}

.xinzeng-nav .nav_tab:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url(../images/chevron-right.svg);
    background-repeat: no-repeat;
    background-position: right 95%;
    background-position-y: 95%;
    background-size: 100%;
    margin: 0 -6px 0 12px
}

.xinzeng-nav .navitem li .wenzi {
    font-size: 1.6rem;
    color: #fff;
    padding: 0 3rem;
    display: block;
    height: 5.2rem;
    line-height: 5.2rem
}

.xinzeng-nav .navitem li .wenzi:hover {
    background-color: #b71c1c
}

.xinzeng-nav .sub {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100% !important;
    background: #fff !important;
    display: none;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1)
}

.xinzeng-nav .columnGroup {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0
}

.xinzeng-nav .column ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.xinzeng-nav .column li a {
    display: inline-block;
    padding: 10px 20px;
    color: #333;
    font-size: 14px;
    text-decoration: none
}

.xinzeng-nav .column li a:hover {
    background-color: #f5f5f5
}

.xinzeng-nav .navitem.active .sub {
    display: block !important
}

.xinzeng-headnav {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff
}

.pin-diagram {
    position: relative;
    display: inline-block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.pin-diagram img {
    display: block;
    max-width: 100%;
    height: auto
}

.zoom-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44px;
    height: 43px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.img-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-white-box {
    position: relative;
    width: 80%;
    height: 80%;
    background: #fff;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    color: #666;
    cursor: pointer;
    z-index: 10
}

.popup-close:hover {
    color: #000
}

.popup-img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width: 1280px) {
    .about-section .container, .container {
        padding: 0 5vw
    }

    .foot-nav .list {
        gap: 8.3rem
    }

    .social-icon img {
        width: 2.3rem
    }

    .xinzeng-nav > ul {
        padding: 0 5vw
    }

    .header-top .logo {
        max-width: 14rem
    }

    .about-section .about-one .list li {
        width: 48.6%
    }

    .xinzeng-nav .columnGroup {
        padding: 2rem 5vw
    }

    .banner .text-3 .item .text1 {
        font-size: 2rem;
        margin-bottom: 1.5rem
    }

    .banner .text-3 .item .info {
        font-size: 1.4rem
    }

    .banner .text {
        top: 25%;
        -webkit-transform: translateY(-23%);
        transform: translateY(-23%)
    }
}

@media (max-width: 1024px) {
    .banner .text-3 .item {
        width: 71%
    }

    .foot-nav {
        width: 100%
    }
}

#content1 .menu_product {
    display: block;
    column-count: 3;
    column-gap: 24px;
}

#content1 .menu_product .dropdown-column {
    break-inside: avoid;
    margin-bottom: 25px;
}

#content8 .menu_product {
    display: block;
    column-count: 3;
    column-gap: 24px;
}

#content8 .menu_product .dropdown-column {
    break-inside: avoid;
    margin-bottom: 25px;
}
.dropdown-column{
	margin-bottom: 0.5rem;
}
.dropdown-column ul{
	min-height: 1px;
}#content3 .menu_product{    column-count: 3;}#content3 .menu_product .dropdown-column{	break-inside: avoid;}#content4 .menu_product{    column-count: 2;}#content4 .menu_product .dropdown-column{	break-inside: avoid;}#content9 .menu_product{    column-count: 3;}#content9 .menu_product .dropdown-column{	break-inside: avoid;}



.xz-div{
    position: absolute;
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    display: none;
}
.xz-div img{
    width: 200px;
    height: 200px;
}

.foot-social a.wechat:hover .xz-div{
    display: block;
}