.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;
    }
}






input{padding:0;margin:0;}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin:0;}




/*----- 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;}

.of{overflow:hidden;}
.wh{max-width:1400px;width:94%;margin: 0 auto;}
.wh1479{max-width:1479px;width:94%;margin: 0 auto;}




.com-img{overflow:hidden;cursor: pointer;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}



.flexf{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexs{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.flexd{display: flex;justify-content: space-between;align-items:flex-end;flex-wrap:wrap;}
.bold{font-weight:bold;}
.oh{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bcg{background-size:100% 100%;}


.clamp1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clamp2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/*头部样式*/
.top2{width:100%;position:absolute;left:0;top:0;z-index:99999;}
.top2 .wh{height:100px;}
.logos{}
.logos img{width:100%;}
.top2 .pc-navbar{width:63%;}



/* banner */
.relative {
    position: relative;
}

.flex2 {
    display: flex;
    display: -webkit-flex;
}

.wrap {
    flex-wrap: wrap
}

.home-banner {
    width: 100%;
    position: relative;
}

.home-banner .swiper-slide {
    position: relative;
    overflow: hidden;
}

.home-banner .swiper-slide a {
    display: block;
}

.home-banner .swiper-slide a .img1 {
    position: relative;
}
.dropdown.Language .dropdown-menus {height: 500px; min-width: 170px; overflow: auto;}
/*.home-banner .swiper-slide a .img1::before {
    content: '';
    position: absolute;
    background: rgba(26, 54, 93, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/

.home-banner .swiper-slide a>img {
    display: block;
    width: 100%;
    transform: scale(1.2);
    transition: all 2s ease-out;
}

.home-banner .swiper-slide.swiper-slide-active a>img {
    transform: scale(1);
}

.home-banner .swiper-slide .wz {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-banner .swiper-slide .wz .wh {
    position: relative;
}

.home-banner .swiper-slide .wz .wzl {
    width: 60%;
}

.home-banner .swiper-slide .wz .wzl .wza {
    color: #fff;
    font-size: 3.125vw;
    font-weight: 600;
    line-height:1.3;
}



.home-banner .swiper-slide .wz .wzl .wzb {
    font-size: 1.77vw;
    line-height: 1.375;
    color: #fff;
    margin: 2.1vw 0 2.6vw;
}

.home-banner .swiper-slide .wz .wzl .wzc .wzca {
    border-radius: 10px;
    line-height:68px;
    width:190px;
    display:block;
    transition: 0.5s;
    font-size: 25px;
    color: #151515;
    background:#fff;text-align:center;
}

.home-banner .swiper-slide .wz .wzl .wzc .wzca a{color:#151515;}


.home-banner .swiper-slide .wz .wzl .wzc .wzca:hover {
/*    background: #fff;
    color: #3270ff;*/
}






.home-banner .swiper-slide .wz .wzl .wzc .wzcb {
    margin-left: 15px;
}

.home-banner .swiper-slide .wz .wzr {
    width: 44.12%;
    position: absolute;
    right: 0;
    top: 5%;
}

.home-banner .swiper-slide .wz .wzr img {
    max-width: 100%;
}

.home-banner .swiper-pagination1 {
    bottom: 30px;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    width:12px;
    height:12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px !important;
    transition: width .3s ease;
    opacity: 1;
}

.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background-color:#8b4513;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 0;
}

.home-banner .swiper-button-next1,
.home-banner .swiper-button-prev1 {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    font-size: 0;
    outline: none;
    border: none;
    background: none;
    z-index: 99;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    display: none;
}

.home-banner .swiper-button-prev1 {
    left: 2.083vw;
}

.home-banner .swiper-button-next1 {
    right: 2.083vw;
}

.home-banner .swiper-button-prev1:hover {
    background-color: var(--main-theme-color);
}

.home-banner .swiper-button-next1:hover {
    background-color: var(--main-theme-color);
}



.home-banner .swiper-slide .wzl * {
    transition-delay: transform 1s, opacity 0s;
    transition-duration: 1s;
    transform: translate3d(0, 80px, 0);
    opacity: 0
}

.home-banner .swiper-slide-active .wzl * {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.home-banner .swiper-slide-active .wza {
    transition-delay: .2s
}

.home-banner .swiper-slide-active .wzb {
    transition-delay: .4s
}

.home-banner .swiper-slide-active .wzc {
    transition-delay: .6s
}






/*主体样式*/
.box1{background:#f3ece5;padding:5.21vw 0;}
.sybt{color:#171717;font-size:2.71vw;line-height:1.2;text-align:center;}
.sybt1{width:29.57%;text-align:left;}
.strimg{width:23.71%;}
.strimg img{width:100%;display:block;}
.strwz{color:#292929;font-size:22px;line-height:1.63;width:38.7%;}

.box2{padding:6.51vw 0 4.58vw;}
.appSwiper {
    overflow: hidden;
    margin-top: 3.96vw;
}

.appSwiper .swiper-slide .img img {
    width: 100%;display:block;
}

.appSwiper .swiper-slide .wz {
    text-align:center;color:#171717;font-size:24px;padding:0 10px;line-height:3;
}
a.pmo{display:block;text-align:center;color:#171717!important;font-size:24px;background:#f3ece5;width:243px;line-height:71px;margin:0 auto;margin-top:2.41vw;}



.box3{background:#f3ece5;padding:6.25vw 0 3.39vw;}
.eyesz{width:39.86%;margin-top:2.86vw;}
.sybt3{text-align:left;}
.saywz{color:#171717;font-size:1.56vw;margin-top:1.15vw;}


.kh{width:49.79%;position:relative;}
.kh .mySwiper2{overflow:hidden;position:relative;padding-bottom:24px;}
.kh .mySwiper2:before{content:"";position:absolute;background:url(//wm.cdn.cn86.cn/szxb/2025/09/4306c6a5d8aexhvw.png);z-index:22;left:52px;bottom:0;width:25px;height:24px;background-size:100% 100%;}
.kh .swiper-slide .bk{background-color: rgb(255, 255, 255);border-radius:9px;}
.kh .swiper-slide .det{padding:22px 30px;}
.kh .swiper-slide .tts{display: flex;align-items: center;flex-wrap: wrap; }
.kh .swiper-slide .bts{margin-left:15px;}
.kh .swiper-slide .wz{color:#171717;font-size:20px;}
.kh .swiper-slide .wz2{color:#838383;font-size:16px;margin-top:0.2vw;}
.kh .swiper-slide .wz3{color:#171717;font-size:18px;margin-top:1.04vw;line-height:30px;}


.kh .swiper-pagination3{width:100%;text-align:center;left:0;right:0;margin-top:1.56vw;position:relative;z-index:99;}
.kh .swiper-pagination-bullet{width:16px;height:16px;margin:0 0.6em;display: inline-block;border-radius: 100%;background:#cccccc;opacity:1;cursor:pointer;}
.kh .swiper-pagination-bullet-active{background:#cccccc;opacity:1;}





.our-bg{padding:5.21vw 0;}
.abcont{margin-top:3.23vw;}
.our-right {
    width: 46.14%;
}

.our-right img {
    width: 100%;display:block;
}

.our-left {
    width:51.64%;
}

.our-left .ourpubtitle {
    text-align: left;
    margin-bottom:2.14vw;
}
.puba {
    color: #171717;
    font-size:1.77vw;
    margin-bottom:1vw;line-height:1.2;
}
.pubb{
    color: #333333;
    font-size:18px;
    line-height:27px;
}


.ourlist {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.ourlist li {
    margin-top: 1.4vw;
}

.ourlist li:nth-of-type(1) {
    margin-top: 0;
}

.ourlist li a {
    display: flex;
    justify-content: space-between;align-items: center; 
}

.ourlist li .img1 {
    width:40px;
    text-align: center;
}

.ourlist li .text {
    width: calc(100% - 53px);
}

.ourlist li .text .texta {
    font-size:18px;
    color: #333333;
    margin-bottom:5px;
}

.ourlist li .text .textb {
    font-size:18px;
    color: #666666;
}




.box4{background:#f4f4f4;padding:3.93vw 0 3.18vw;}
.vdwz{text-align:center;color:#171717;font-size:18px;margin-top:2.08vw;}
.vd{position: relative;margin-top:2.89vw;}
.fmimg img{width:100%;display:block;}
.bf{position:absolute;left:50%;top: 50%;transform: translate( -50%,-50%);}





/* contact */
.contact-bg{padding:3.96vw 0;background:#f9f5f0;margin-top:4.69vw;}

.contact-left {
    width: 48.07%;
    background: #fff;
    padding:2.34vw  1.5625vw;
    border-radius: 10px;
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}



.flexed {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}
.ft-message-form{margin-top:20px;}
.ft-message-form .ms1 {}

.mest {
    font-size: 16px;
    color: rgb(51 51 51 / 0.7);
    margin-bottom: 5px;
}

.ft-message-form .form-group {
    margin-bottom: 20px;
    width: 48%;
}

.ft-message-form .form-group input {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
}

.ft-message-form .ms2 .form-group {
    width: 100%;
}

.ft-message-form .ms3 .form-group {
    width: 100%;
}

.ft-message-form .ms3 .form-group textarea {
    background: #fff;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    width: 100%;
    height: 145px;
    line-height: 48px;
    padding: 0 10px;
}

.ft-message-form .ms4 .form-group {
    width: 100%;
}

.ft-message-form .ms4 .col-md-12 {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    margin-bottom: 20px !important;
}

.ft-message-form .ms4 .col-md-12 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
}


.tijiao {
    background: #8b4513;
    width:100%;
    height: 48px;
    line-height: 48px;
    border-radius:7px;
    transition-duration: 300ms;
}

.tijiao .submit-btn {
    justify-content: center;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
}

.tijiao span {
    color: #fff;
    font-size:18px;
}



.contact-right {
    width: 48.28%;
}

.sybt4{color:#8b4513;text-align:left;}
.lxwz{color:#969594;font-size:16px;line-height:23px;margin:1.04vw 0;}
.lxlist1 li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5vw;
}

.lxlist1 li .img1 {
    width: 48px;
}

.lxlist1 li .img1 img {
 width: 100%;display:block;
}

.lxlist1 li .wz {
    width: calc(100% - 60px);
}

.lxlist1 li .wz .wza {
    font-size: 18px;
    color:#4b4a4a;
    font-weight: 500;
}

.lxlist1 li .wz .wzb {
    font-size: 16px;
    color: rgb(51 51 51 / 0.7);margin-top:4px;
}

.contactb{margin-top:2.24vw;}
.lxlist2{margin-top:13px;}
.lxlist2 li {
    width:40px;
    border-radius: 50%;margin-right:15px;
}
.lxlist2 li .img img{width:100%;display:block;}
.st1{
    color:#4b4a4a;
    font-size:18px;
}












/* foot */
.footbg {
    background: #333333;
}

.foot-index {
    padding: 2.6vw 0;
    justify-content: space-between;
}

.foot-left {
    width:21.5%;
}

.foot-left .ft1 {
    font-size: 1.5625vw;
    color: #fff;
    font-weight: 600;text-transform:uppercase;
}

.foot-left .ft2 {
    font-size: 16px;
    color: #cccccc;
    line-height:21px;
    margin:1.4vw 0 2vw;
}

.ft3list li {
    margin-right:0.86vw;
}

.ft3list li:last-child {
    margin-right: 0;
}

.foot-middle {
    width: 30%;
    justify-content: space-between;
}

.foot-middle dl dt {
    font-weight:500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 1vw;
}

.foot-middle dl dd a {
    display: block;
     color: rgb(255 255 255 / 0.6);
    font-size: 16px;
    margin-top:0.5vw;
}

.foot-middle dl dd a:hover{color:#fff!important;}


.foot-right {
    width: 23.39%;
}

.foot-right .ft1 {
    font-weight:500;
    color: #fff;
    font-size: 18px;
    margin-bottom: 1vw;
}

.foot-right .ft2 {
    display: block;
    color: rgb(255 255 255 / 0.6);
    font-size: 16px;
    margin-top: 1vw;
}

.foot-right .email {
    margin: 1vw 0;
    display: flex;
    align-items: center;
    
}

.foot-right .email input {
    background: #474747;
    width: calc(100% - 48px);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 15px;
    font-size: 16px;border:1px solid #6c6c6c;
    color:#8e949f;line-height: 40px;
}

.foot-right .email input::-webkit-input-placeholder{color:#8e949f;}




.foot-right .email a {
    width: 48px;
    text-align: center;
    background: #8b4513;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;line-height: 42px;
}

.foot-right .ft3 {
    font-size: 14px;
    color: rgb(255 255 255 / 0.4);
}

.cop-index {
    border-top: 1px solid #484848;
    padding: 30px 0;font-size:14px;
}



.copl {
    width: 48%;
    float: left;color:#acacac;
}

.copl a{color:#acacac;}


.copr {
    width: 48%;
    float: right;
    text-align: right;
}

.copr ul {
    justify-content: flex-end;
}

.copr ul li a {
    margin-left: 1vw;color:#7c7c7c;
}

.copr ul li a:hover{color:#fff!important;}







/*内页左侧样式*/
.edge{background:#fff;}
.cate-list{border:none;margin-bottom:20px;}
.cate-list .category{position: relative;
    text-align: center;
    margin-right: 10px;
    float: left;
}
.cate-list .category span{display:none;}
.cate-list .list-title{display:inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #444444;
    padding: 10px 40px;
    background: #eeeeee;
    border-radius: 6px;border:none;
    font-weight:normal;
}
.cate-list .active {
  color: #fff!important;background:#8b4513;
}
.x-product-list li .img, .x-case-item .img, .x-news-img, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img {
    overflow: hidden;
}

.x-product-list li .img img, .x-case-item .img img, .x-news-img img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-product-list li .img:hover img, .x-case-item .img:hover img, .x-news-img:hover img, .xypg-product-list li .img:hover img, .xypg-case-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.xypg-product-list {
    margin: 0 -1%;
    font-size: 0;
}

.xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 23%;
    margin: 0 1% 10px 1%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.xypg-product-list li .img {
    display: block;border: 1px solid #eeeeee;
}
.xypg-product-list li h3{margin-bottom:0;
    min-height: 77px;
}
.xypg-product-list li h3 a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin: .8em 0;font-weight:600;
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.xypg-product-list li:hover .img{
    border-color: #8b4513;
}
.xypg-product-list li:hover  h3 a{color:#8b4513}
.xypg-product-list li img{width:100%;display:block;}
.poorder{display:none;}





@media (max-width:1440px) {
.pc-navbar > li > a{font-size:19px;}
.home-banner .swiper-slide .wz .wzl{width:53%;}
.home-banner .swiper-slide .wz .wzl .wzc .wzca{font-size:21px;line-height:59px;}
.strwz{font-size:19px;}
.appSwiper .swiper-slide .wz{font-size:21px;}
a.pmo{font-size:21px;line-height:62px;width:240px;}
.kh .swiper-slide .wz{font-size:18px;}
.kh .swiper-slide .wz2{font-size:14px;}
.kh .swiper-slide .wz3{font-size:16px;line-height:27px;}
.pubb{font-size:16px;line-height:25px;}
.ourlist li .text .texta,.ourlist li .text .textb,.vdwz,.lxlist1 li .wz .wza,.st1,.tijiao span,.foot-middle dl dt{font-size:16px;}
.lxwz,.lxlist1 li .wz .wzb,.mest,.foot-left .ft2,.foot-middle dl dd a,.foot-right .ft2,.foot-right .email input{font-size:14px;}
.kh .swiper-slide .bk{height:254px;overflow: hidden;}
}

@media (max-width:1280px) {
.pc-navbar > li > a{font-size:17px;}
.home-banner .swiper-slide .wz .wzl .wzc .wzca{font-size:18px;line-height:50px;width:160px;}
.strwz{font-size:16px;}
.appSwiper .swiper-slide .wz{font-size:17px;}
a.pmo{font-size:18px;line-height:52px;width:200px;}
.kh{width:59%;}
.kh .swiper-pagination-bullet{width:12px;height:12px;}
.puba{font-size:22px;}
.foot-middle{width:34%;}
.ft-message-form .ms3 .form-group textarea{height:80px;}
.xypg-product-list li h3 a{font-size:15px;}
.kh .swiper-slide .bk{height:278px;}
}


@media (max-width: 768px) {
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
 .home-banner .swiper-slide .wz .wzl .wzc .wzca{font-size:14px;line-height:40px;width:120px;}
 .strwz{width:100%;margin-top:25px;}
 .strimg{width:42%;}
 .appSwiper .swiper-slide .wz{font-size:16px;line-height:40px;}
 .eyesz{width:100%;margin-top:0;}
 .kh{width:100%;margin-top:25px;}
 .sybt{font-size:25px;}
 .saywz{font-size:15px;}
 .our-right{width:100%;}
 .abcont{margin-top:25px;}
 .our-left{width:100%;margin-top:25px;margin-bottom:15px;}
 .contact-right{width:100%;}
 .contact-left{width:100%;margin-top:25px;padding:25px 15px;}
 .ft-message-form{margin-top:10px;}
 .foot-left .ft1{font-size:18px;}
 .foot-middle{display:none;}
 .foot-left{width:45%;}
 .foot-right{width:45%;}
 .foot-index{padding:30px 0;}
 .copl,.copr{width:100%;text-align:center;float:none;}
 .copr ul{justify-content:center;}
 .copr ul li a{margin:0 1vw;}
 .cop-index{padding:20px 0;}
 .xypg-product-list li{width:48%;}
}


@media (max-width:640px) {
.home-banner .swiper-slide-active .wzc{display:none;}
.home-banner .swiper-slide .wz .wzl .wza{font-size:15px;}
.home-banner .swiper-slide .wz .wzl .wzb{font-size:13px;margin:10px 0 0;}
.home-banner .swiper-pagination1{bottom:12px;}
    .home-banner .swiper-pagination1 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }
.sybt{font-size:23px;}
.sybt1{width:40%;}
.box1,.box2,.box3,.our-bg,.box4,.contact-bg{padding:35px 0;}
.strwz{font-size:15px;line-height:24px;}
.appSwiper{margin-top:25px;}
.appSwiper .swiper-slide .wz{font-size:14px;}
a.pmo{font-size:16px;line-height:40px;width:140px;}
.kh .swiper-slide .det{padding:25px 15px;}
.kh .swiper-slide .wz3{font-size:14px;margin-top:15px;line-height:25px;height:200px;overflow: hidden;}
.kh .swiper-slide .bk{height:337px;overflow: hidden;}

.kh .swiper-slide .img2{width:80px;}
.kh .swiper-slide .img2 img{width:100%;display:block;}
.puba{font-size:19px;margin-bottom:10px;}
.pubb{font-size:14px;line-height:24px;}
.our-left .ourpubtitle{margin-bottom:15px;}
.ourlist li{margin-top:15px;}
.vdwz{font-size:15px;margin-top:12px;}
.vd{margin-top:22px;}
.bf{width:58px;margin:0 auto;}
.bf img{width:100%;display:block;}
.contact-bg{margin-top:35px;}
.lxwz{margin:12px 0;}
.lxlist1 li{margin-top:15px;}
.contactb{margin-top:20px;}
.lxlist1 li .img1{width: 40px;}
.lxlist1 li .wz {width: calc(100% - 50px);}
.ft-message-form .form-group{width:100%;}
.ft-message-form .ms1 {flex-wrap: wrap;}
.foot-left{width:100%;}
.ft3list{display:none;}
.foot-right{width:100%;margin-top:10px;}
.foot-right .email{margin:12px 0;}
.footbg{padding-bottom:70px;}
}