.structure-layout .h1,
.structure-layout .h2,
.structure-layout .h3,
.structure-layout .h4,
.structure-layout .h5,
.structure-layout .h6 {
    color: #000;
    font-weight: 700;
    font-family: 'Arial', sans-serif;
    font-size: 1.75rem;
 }
.structure-layout .product-structure .structure-table {
    padding-top: 20px;
    padding-bottom: 20px;
    border-collapse: collapse;
}
.structure-layout .product-structure .structure-table .structure-row {
    display: table-row;
    margin: 10px 0;
}
.structure-layout .product-structure .structure-table .structure-row .col-left {
    width: 40%;
    background-color: #fafafa;
}
.structure-layout .product-structure .structure-table .structure-row .col-right {
    width: 60%;
    background-color: #fff;
    display: table-cell;
}
.structure-layout .product-structure .structure-table .structure-row .col-left,
.structure-layout .product-structure .structure-table .structure-row .col-right {
    padding: 12px;
    display: table-cell;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    color: #222;
    line-height: 20px;
}
table.has-title {
    margin-bottom: 10px;
}

@media (min-width: 990px){
    .poorder {
        position: absolute;
        right: 20px;
        top: -27px;
    }
}

.poorder .tab-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.poorder .tab-list dd {
    cursor:pointer;
}

.poorder #ert {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-he.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder #uioi {
    width:21px;
    height:22px;
    float:left;
    background-image:url(../images/p-su.jpg);
    background-repeat:no-repeat;
    background-position:center center;
}

.poorder .tab-list .list .current {
    background-image:url(../images/p-he-1.jpg) !important;
}

.poorder .tab-list .list1 .current {
    background-image:url(../images/p-su-1.jpg) !important;
}


/*  */

@media (min-width: 990px) {
    .page-wrap-left {
        display: none;
    }
}

.icon-font {
    position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

.xypg-left-box {
    margin-bottom: 20px;
}

.xypg-left-title {
    background: var(--main-theme-color);
    padding: 10px 20px;
    position: relative;
}

.xypg-left-title h3 {
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    z-index: 9;
}

.xypg-left-con {
    border: 1px solid #d2d2d2;
    border-top: none;
}

/*  */

.page-mob-tool {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 999;
}

.page-mob-tool li.xymob-page-navbtn span {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 0;
    background: url(../images/menux.png) no-repeat center;
    font-family: "Candara", "SF Pro Display", "Arial";
    width: 40px;
    height: 40px;
    display: block;
}

.page-mob-tool li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.page-mob-tool li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: var(--main-theme-color);
    opacity: .7;
}

.page-mob-tool li i {
    display: block;
    width: 100%;
    height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
    background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
    background-position: -30px -60px;
}

@media (min-width: 992px) {
    .page-mob-tool {
        display: none;
    }
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
    display: none;
}


@media (max-width: 990px) {
    /* 弹出框之后 body 上增加一个禁止滚动的类*/ 
    body.no-scroll, html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }

    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }

    .xymob-menu-click .xypg-left-news, 
    .xymob-menu-click .xypg-left-keys, 
    .xymob-menu-click .xypg-left-contact, 
    .xymob-menu-click .page-message-img {
        display: none;
    }

    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }

    .xymob-menu-click .xypg-left {
        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;
        min-height: 90vh;
        padding: 5vh 0;
    }

    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff;
    }

    .xymob-menu-click.click {
        left: 0;
    }
}


/* 内页左侧导航栏样式 */
.xypg-left-nav {
    margin: 0 -1px;
}

.xypg-left-nav > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
    border-bottom: none;
}

.xypg-left-nav > li > a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #2e2e2e;
    padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 30px;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 20px;
    cursor: pointer;
    background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
    background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav {
    display: none;
    padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
    border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
    padding: 8px;
    display: block;
    line-height: 20px;
    color: #818181;
    font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li > a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
    content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
    color: var(--main-theme-color);
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
    color: var(--main-theme-color);
}

@media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
        display: block;
    }
}


/*  */

.container-fluid2 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid2:after,
.container-fluid2:before {
    content: " ";
    display: table
}

.container-fluid2:after {
    clear: both
}

@media (min-width: 1200px) {
    .container-fluid2 {
        padding-left: 3.9vw;
        padding-right: 3.9vw;
        margin: 0 auto;
    }
}


.flex2{display: flex;justify-content: space-between;flex-wrap:wrap;display: -webkit-flex;}
.wrap{flex-wrap:wrap}
.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
@font-face {
    font-family: 'wmya';
    src: url(../fonts/wmya.ttf);
}
.container2{max-width: 1200px;width: 92%;margin: 0 auto;}

.max1200 {
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-wap {
    display: flex;
    justify-content: space-between;
}

.flex-cc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-col4,
.foot-col3 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.section-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}


/*  */
.top-bb .language-group .btn {
   letter-spacing: 1px;font-weight: bold;
  color: #383838;
}
.top-bb .dropdown-toggle::after{display: none;}

.logo a {
    display: inline-block;
}

.logo img {
    max-height: 85px;
    max-width: 100%;
}

.service-view .service-list li.message {
    position: relative;
}

.service-view .service-list li.message h2 {
    position: absolute;
    font-size: 14px;
    top: 41px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(173, 136, 190, 0.8);
    color: #fff;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    left: -6px;
}

.ttx {
    position: absolute;
    right: 100px;
    top: 0;
    line-height: 54px;
    color: #fff;
}

@media(max-width:992px) {
    .ttx {
        display: none;
    }
    .logo img {
        max-height: 45px;
    }
}

@media(max-width:768px) {
    .logo img {
        max-height: 28px;
    }
}

.max-img-768 {
    display: none !important;
}

#header .navbar-collapse .navbar-nav.nav-style {
    padding-top: 0;
}

.social-share {
    padding-left: 0px;
}


/* banner */

.home-banner {
    position: relative;
    height: 100%;
}

.home-banner .swiper-slide {
    position: relative;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a img {
    display: block;
    width: 100%;
}

.home-banner .banner-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 7.2%;
    left: 14%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.banner-pagination .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
    position: relative;
    margin: 0 6px;
    border: 3px solid #fff;
}

.banner-pagination .swiper-pagination-bullet:first-of-type {
    margin-left: 0;
}

.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}





/*selected-products*/

.selected-products {
    padding: 93px 0 103px;
}

.selected-products .wz-box {
    position: relative;
}

.selected-products .wz-box .bg-img {
    text-align: center;
}

.selected-products .wz-box .bg-img img {
    max-width: 100%;
}

.selected-products .wz-box .box-con {
    width:50%;
    position: absolute;
    z-index: 99;
    left: 25%;
    top: 50%;
    transform: translateY(-50%);
}
.selected-products .wz-box .wz-info p:first-child{padding: 0 1%;}

.selected-products .wz-box .wz-info {
    font-size: 26px;
    color: #000000;
    text-align: center;
    line-height: 1.15;
}
.selected-products .wz-box .wz-info p{ margin-bottom: 5px;}
.selected-products .wz-box .search-form {
    max-width: 576px;
    margin: 0 auto;
    margin-top: 10px;
}

.selected-products .wz-box .search-form .keyword {
    width: 78%;
    height: 50px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    padding-left: 25px;
    font-size: 16px;
    color: rgba(153,153,153,.6);
    outline: none;
    float: left;background:#ffffff; font-family: 'wmya';
}

.selected-products .wz-box .search-form .submit {
    float: right;
    width: 21%;
    height: 50px;
    border-radius: 20px;
    background: #c53752;
    border: none;
    color: #fff; font-family: 'wmya';
    font-size: 14px;
    text-transform: uppercase;
}
.selected-products ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(153,153,153,.6);
}
.selected-products :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(153,153,153,.6);
}
.selected-products ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(153,153,153,.6);
}
.selected-products :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(153,153,153,.6);
}


@media(max-width: 1200px){

    .selected-products .wz-box .wz-info{font-size: 22px;}
}

@media (max-width: 1025px) {
    .selected-products {
        padding:50px 0 63px;
    }  
}


@media (max-width: 768px) {
    .selected-products {
        padding: 45px 0;
    }
    .selected-products .wz-box {
        position: relative;
    }
    .selected-products .wz-box .box-con {
        width: 90%;
        left: 5%;
    }
    .selected-products .wz-box .wz-info {
        font-size: 18px;
        padding: 0;
    }
 
    .selected-products .wz-box .search-form .keyword {
        height:40px;
        border-radius: 10px;
        padding-left: 10px;
        font-size: 14px;
        width: 72%;
    }
    .selected-products .wz-box .search-form .submit {
        height: 35px;
        border-radius: 10px;
        width: 25%;
    }
}





/*  */
.number-scroll-box{padding: 5.8% 0 3.8%;overflow: hidden;}
.atitle {
    color: #363638;
    font-size: 2.6vw;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
}

.atitle2 {
    text-align: center;
    line-height: 28px;
    margin: 0 auto;
    color: #363638;
    margin-top: 1.5vw;
    font-size: 18px;
    max-width:1145px;

}
.atitle2 p{word-break: break-all;}

/*  */

.num-list {
    text-align: justify;
    margin-top: 3.3vw;
}

.num-list li {
    position: relative;
    width: 24.3%;
    text-align: center;
    padding: 27px 2% 2.4vw;
    transition:all 0.5s;
    cursor: pointer;
    border-radius: 10px;
}

.num-list li:hover {
    box-shadow: 0 0 5px 5px rgba(204,204,204,.2);
    border-radius: 6px;
}
.num-list li .img{height: 42px;}
.num-list li .img img{max-height: 42px;}
.sbt{margin-top: 1.7vw;}

.num-list li div span {
    font-size: 3.95vw;
    color: #5369c6;
    font-weight: 700;
    line-height: 1;
}

.num-list li .sptitle {
    color: #333;
    font-size: 26px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
    position: relative;
}

.line12{width: 29px;height: 4px;background-color: #5369c6;margin: 1.4vw auto;}

.num-list li .sum {
    color: #666666;
    font-size: 18px;
    line-height: 1.5555;
}





/*  */

.product-list1 li {
    width: 32.48%;
}



.product-list1 li .img1 {
    position: relative;
}

.product-list1 li:first-child .img1{margin-bottom: 5.4%;}
.product-list1 li:nth-child(2) .img1{margin-bottom: 4.7%;}
.product-list1 li:nth-child(3) .img1:first-child{margin-bottom: 4.7%;}
.product-list1 li:nth-child(3) .img1:nth-child(2){margin-bottom: 3.5%;}
.product-list1 li .img1 .img{overflow: hidden;}
.product-list1 li img {
    width: 100%;
    height: auto;
    transition:all 0.5s;
}
.product-list1 li .img1:hover  .img img{transform:scale(1.1);}
.product-list1 li .pintro1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(//wm.cdn.cn86.cn/fsjinlefahw/2026/02/7a5123955bf6izzk.png) rgba(0, 0, 0, .3) no-repeat right bottom;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: .3s;
}
.product-list1 li .pintro1 .cell{width: 100%;}
.product-list1 li .img1:hover .pintro1 {
    opacity: 1;
    transition: .3s;
}

.product-list1 li p,
.product-list1 li span {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 26px;padding: 0 3.9vw;
}

.product-list1 li span {
    font-size: 30px;
    position: relative;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.line22{
    width: 60px;
    height: 4px;
    background: #f2f2f2;
    margin: 15px auto 7px;
}


/*  */
.services{margin-top: 2.5vw;}
.services_list {
    margin-top: 2.4vw;
}

.services_list li {
    width: 23%;
    cursor: pointer;
}

.services_list li .img {
    margin: 0 auto;
    width: 116px;
    transition:all 0.5s;
}







.services_list li .sptitle {
    color: #363638;
    font-size: 1.3541vw;
    text-align: center;
    margin: 1.6vw 0 .8vw;
    display: block;
    text-align: center;
}

.services_list li .sum {
    text-align: center;
    color: #666;
    font-size: 15px;
    line-height: 26px;
}


/*  */

a.smore {
    display: block;
    color: #5369c6;
    font-size: 18px;
    width: 269px;
    height: 61px;
    border: 2px solid #5369c6;
    border-radius: 30px;
    text-align: center;
    line-height: 57px;
    margin: 0 auto;
    margin-top: 3.5vw;
    transition:all 0.5s;
}
a.smore:hover{background: #5369c6;color: #fff;}
.line1 {
    height: 1px;
    width: 100%;
    background: #e4e4e4;
    margin-top: 3.2vw;
}

.team {
    margin: 6.3% 0 71px;
}

a.smore1 {
    display: block;
    color: #5369c6;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 1.5vw 0 2vw
}
.tcontent{margin-top: 3.7vw;}
.tcontent img {
    width: 100%;
    height: auto
}

.team .atitle2 {
    line-height: 26px;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 2vw;
}


/*  */

.news1 {
    margin-top: 6vw;
}

.home-news {
    position: relative;
    padding-bottom: 3.125vw;
}
.home-news li{width: 47%;margin-bottom: 30px;}
.home-news li .img{display:block;width: 166px;overflow: hidden;}
.home-news li .img img{width: 100%;transition:all 0.5s;}
.home-news li:hover .img img{transform:scale(1.1);}
.nei{width: calc(100% - 194px);}
.nei a{display: block;color: #666666;font-size: 20px;font-weight: lighter;line-height: 1.6;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.nei p{color: #999999;font-size: 18px;margin-top: 14px;}
.home-news li:hover .nei a{color: #5369c6;}








.news1 .atitle {
    margin-bottom: 4vw;
}

.keywords-list {
    color: rgba(255,255,255,.3);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
}
.keywords-list p{margin-bottom: 1vw;}
.keywords-list a{color: rgba(255,255,255,.3);}

/* footer */

.footer {
    position: relative;
    background: #333333;
}

.foot-top {
    text-align: justify;
}

.foot-top .nav-list {
    position: relative;
    vertical-align: top;
    float: left;
}

.tel-address p {
    margin-bottom: 0;
    line-height: 38px;
    color: rgba(255, 255, 255, .3);
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 1vw;
    padding-left: 22px;
    background: url(//wm.cdn.cn86.cn/fsjinlefahw/2026/02/707889526cyu3npz.png) no-repeat left center;
}

.foot-top .social-share .social-share-icon {
    color: #333333;
    background: #d9d9d9;
    width: 49px;
    height: 49px;
    border-radius: 5px;
    border: none;
    line-height: 49px;
    text-transform: uppercase;
    font-size: 26px;
}

.foot-top:after {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 0;
    content: '';
}

.nav-list h3 {
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 600;
}
.nav-list h3 a{color: #fff;}

.nav-list li {
    line-height:24px;
    margin-bottom: 1vw;
}

.nav-list li.pronav {
    width: 100%;
    float: left;
}

.nav-list li a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
}



.navbottom-center ul li a:hover {
    text-decoration: underline;
}

.footer .foot-top {
    padding: 50px 0px;
}

.navbottom-box {
    border-top: 1px solid #846c74;
    padding: 30px 0px;
}

.navbottom-center {
    max-width: 1600px;
    margin: 0 auto;
    line-height: 30px;
}

.navbottom-center ul {
    width: 80%;
    float: left;
}

.navbottom-center ul li {
    float: left;
    text-transform: uppercase;
    width: 14.2%;
    text-align: left;
    margin-bottom: 0px;
}

.navbottom-center ul li a {
    font-size: 14px;
    color: #fff;
    font-family: "Myriad Pro";
    font-weight: bold;
}

.navbottom-center .content .share-foot {
    text-align: right;
    margin-top: 0;
}

.navbottom-center .share-foot a {
    border: none;
    margin: 0 4px;
    color: #fff;
}

.foot-bottom {
    background: #080808;
    line-height: 45px;
}

.foot-bottom .content .copyright {
    text-align: center;
    line-height: 22px;
    color: #bcbcbc;
    font-size: 12px;
}

.foot-bottom .content {
    padding: 12px 0;
    line-height: 32px
}

.range-condensed,
.range-condensed {
    margin-left: 0;
    margin-right: 0;
}

.box-icon-header h5 {
    font-size: 22px;
}

.box-icon-inverse p {
    font-size: 18px;
}

.bg-wrap-right {
    z-index: 1;
}
.footer a:hover{color: #fff;}


/*  */



.footer .foot-top .search .input-group {
    background: rgba(255,255,255,.59);border-radius: 10px;
    overflow: hidden;
}

.footer .foot-top .search .input-group .keyword {
    height: 60px;
    line-height: 60px;
    border: none;
    background: #ababab;
    outline: none;
    width: calc(100% - 81px);
    padding-left: 15px;
}

.footer .foot-top .search .input-group .btn-default {
    width: 81px;
    height: 60px;
    background: url(//wm.cdn.cn86.cn/fsjinlefahw/2026/02/b7fda02544o4aubs.png) 50% 50% no-repeat rgba(255,255,255,.6);
    border: none;
}
.she a{margin-right: 15px;}
.she a:last-child{margin-right: 0;}
.she a img{max-width: 50px;}

/*  */

@media(max-width: 1480px){
    .num-list li .sptitle{font-size: 22px;}
    .pc-navbar>li{margin-right: 1vw;}
    .banner-pagination .swiper-pagination-bullet{width: 12px;height: 12px;}
    .product-list1 li span{font-size: 24px;}
    .product-list1 li p{font-size: 16px;line-height: 24px;}
    .nei a{font-size: 18px;}
    .nei p{font-size: 16px;}
    
    .pc-navbar>li{height: 90px;padding-top: 24px;}

}

@media(max-width:1350px) {
    .nav-list h3 {
        font-size: 17px
    }
    .atitle{font-size: 36px;}
    .num-list li .sptitle{font-size: 20px;}
    .num-list li .sum{font-size: 16px;}
    .pc-navbar>li{margin-right: 0vw;}
    .logo img{max-width: 200px;}
    .product-list1 li span{font-size: 20px;}
    .product-list1 li .pintro1{background-size: 50px;}
    .nei a{font-size: 16px;}
    .nei p{font-size: 14px;margin-top: 7px;}
    .home-news li .img{width: 140px;}
    .nei{width: calc(100% - 152px);}
    .she a img{max-width: 40px;}
    .atitle2{margin: 0 5%;}


}

@media(max-width:1200px) {
  
    .product-list1 li p{font-size: 14px;line-height: 22px;}
    #header .navbar-collapse .navbar-nav.nav-style {
        margin-top: 26px
    }
    .pc-navbar>li>a{letter-spacing: 0;padding: 0 16px;}
    .footer .foot-top{padding: 30px 0;}
    .footer .foot-top .nav-list:first-child,.footer .foot-top .nav-list:nth-child(2){display: none;}
    .she a img{max-width: 30px;}
    .services_list li .img{width: 90px;}
}

@media(max-width:992px) {
    .services_list li {
        width: 46%;
        margin-bottom: 16px
    }
    .nav-top-extend .language-group {
        display: none
    }
    #header .navbar-collapse .navbar-nav li a {
        font-size: 12px
    }
    #header .navbar-collapse .navbar-nav.nav-style {
        width: 57%
    }
    #header .navbar-collapse .navbar-nav.nav-style {
        padding-right: 0
    }
    .atitle{font-size: 30px;}
    .clearboth {
        height: 0;
        line-height: 0;
        overflow: hidden;
        clear: both;
        font-size: 0
    }
    .num-list li .sptitle{font-size: 18px;}
    .atitle2{font-size: 16px;}
    .num-list li .sum{font-size: 14px;}
    .num-list li{width: 48%;}
    .footer .foot-top .nav-list:last-child{display: none;}
   
    .services_list li .img{width: 80px;}
}

@media(max-width:768px) {
    .navbar-nav li {
        width: 100%
    }
    #header .navbar-collapse .navbar-nav.nav-style {
        width: 100%
    }
    .navbar-nav {
        margin: 0
    }
    .navbar-toggle {
        display: block
    }
    .navbar-header {
        float: none
    }
    .footer .foot-top {
        padding-top: 20px;
    }
    .news-list1 dt p {
        font-size: 14px;
    }
    .news1 .atitle,
    .atitle {
        margin-bottom: 30px;
    }
    a.smore {
        width: 200px;
        line-height: 41px;
        font-size: 16px;
        height: 45px;
    }
    .home-banner .banner-pagination{width: 100%;left: 0;text-align: center;  transform: translateX(0%);display: block;bottom: 1.2%;}
    .banner-pagination .swiper-pagination-bullet{border-width: 2px;}
    body{padding-bottom: 70px;}

}

@media (max-width:640px) {
    .number-scroll-box{padding: 30px 0;}
    .atitle{font-size: 24px;margin-bottom: 10px;}
    .atitle2{font-size: 14px;}
    .num-list li {
        width: 100%;
        border-right: none;
        padding: 20px;
        margin-bottom: 20px
    }
    .num-list li:last-child {
        margin-bottom: 0
    }
    .num-list li div span {
        font-size: 42px
    }
    .num-list li p {
        font-size: 18px
    }
    .navbottom-center ul {
        display: none
    }
  
  
    .services_list li .sptitle {
        font-size: 18px
    }
    .atitle2 {
        line-height: 22px;margin: 0;
    }
    .product-list1 .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
    .product-list1 li{width: 100%;}
    .news1{margin-top: 30px;}
    .home-news li{width: 100%;margin-bottom: 15px;}
    .nei a{font-size: 14px;}
     .services_list li .img{width: 80px;}
    .services_list li .sptitle{font-size: 16px;margin: 10px 0;}
    .services_list li .sum{font-size: 14px;line-height: 24px;}
    a.smore1{margin: 15px 0;}
    .foot-top .nav-list{width: 100%;}
    .footer .foot-top{padding: 10px 0 20px;}
    .foot-top .social-share .social-share-icon{width: 40px;height: 40px;line-height: 40px;font-size: 20px;}
    .selected-products .wz-box .wz-info{font-size: 14px;}
    .selected-products{padding: 30px 0;}
    .services_list{margin-top: 20px;}
    .services_list li{width: 100%;}
    .line1{margin-top: 25px;}
    .team{margin-bottom: 30px;}

}