.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;
    }
}












/*  */
body{overflow-x:hidden;}
.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.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);}

.com-img2{ display:block; overflow:hidden;}
.com-img2 img{ transition:transform .3s ease-out; -webkit-transition:transform .3s ease-out; -moz-transition:transform .3s ease-out; -o-transition:transform .3s ease-out;}
.com-img2: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);}

.relative{position: relative;}

.flex2{ display: flex;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}

.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;}

.max1600{max-width: 1600px;width:90.625%;margin:0 auto;}
.max1500{max-width: 1500px;width:90.625%;margin:0 auto;}
.max1400{max-width: 1430px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}
.max1200{max-width: 1230px;padding-left: 15px;padding-right: 15px;margin: 0 auto;}


/* header */
.header{z-index: 999999;width: 100%;top: 0;left: 0;position: absolute;height: 87px;background: rgba(0, 0, 0, .5);}
.top-mid-flex{height: 87px;}
.logo{position:relative}
.logo a{display:block}
.logo a img{max-width:100%;max-height:58px}

.header-ss{margin-left:1.25vw;position:relative;width:36px;height:36px}
.header-ss .ss_btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:50%;background:url(//wm.cdn.cn86.cn/huizhoukerui/2025/03/912029ca77vmcw3b.png) no-repeat center;cursor:pointer}
.search-box{position:absolute;top:100%;right:0;z-index:99;display:none;background:#fff;padding:16px 20px;-webkit-box-shadow:0 0 15px 0 rgb(0 0 0 / 30%);box-shadow:0 0 15px 0 rgb(0 0 0 / 30%)}
.header-ss .ss-search{width:220px;position:relative;background:#fff;border:1px solid var(--main-theme-color);display:flex}
.header-ss .ss-search input{height:34px;line-height:34px;outline:0;border:none;font-size:0}
.header-ss .ss-search #keyword{width:calc(100% - 50px);padding-left:10px;color:#000;font-size:14px}
.header-ss .ss-search #s_btn{width:50px;background-color:var(--main-theme-color);background-position:center center;background-repeat:no-repeat;background-image:url(//cdn.myxypt.com/1a7e079f/24/06/a56ff77c79b014cb5708c10b590703e9baedb3fa.png)}


.x-menu{position:relative}
.x-menu>li{position:relative;text-align:center}
.x-menu>li>a{display:block;font-size:18px;color:#fff;height: 87px;line-height: 87px;font-family:"思源黑体 CN";font-weight:400}
.x-menu>li:hover>a{color:#1d287a!important}
.x-sub-menu{position:absolute;z-index:999;width:220%;left:-60%;top:100%;display:none;background:#fff;border-radius:0;padding:0 0}
.x-sub-menu>li>a{display:block;text-align:center;font-size:14px;color:#333;line-height:1.5;padding:.6em .3em}
.x-sub-menu>li>a:hover{color:#fff!important;background-color:#1d287a}

.x-menu>li:nth-child(4) .x-sub-menu{
    width:340%;
    left:-120%;
}

@media (min-width:1200px){
    .x-menu>li{margin-left:15px;margin-right:15px}
}
@media (min-width:1440px){
    .x-menu>li{margin-left: 25px;margin-right: 25px;}
}








/* banner */
.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 > img {
    display: block;
    width: 100%;
    transition: all 2s ease-out;
}
.home-banner .swiper-slide.swiper-slide-active a > img{
  
}
.home-banner .swiper-pagination1 {
	bottom: 40px;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    opacity: 1;
}
.home-banner .swiper-pagination1 .swiper-pagination-bullet-active {
    background: #0c9f95;
    width: 40px;
    border-radius: 25px;
}
 







.site-footer2{background-color:#000;padding:80px 0 110px}
@media (max-width:991px){
    .site-footer2{padding:70px 0 50px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px;margin-bottom:60px}
}

.first_item{position:relative;width:430px}
.ft-logo{margin-bottom:4.6875vw}
.ft-logo a{display:block}
.ft-logo a img{max-height:50px;max-width:280px}
.ft-ewm{margin-bottom:3.64583vw}
.ft-ewm img{max-width:141px}
.sitewidget-bd{position:relative;font-size:14px;font-weight:400;display:flex}
.sitewidget-bd a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 10px 0 0;border-radius:5px;background:#fff;text-align:center;opacity:1}
.sitewidget-bd a img{max-width:100%}
.sitewidget-bd a:hover{opacity:1;background-color:var(--main-theme-color)}
.sitewidget-bd a:hover img{filter:brightness(100)}
.second_item{position:relative;width:420px}
.second_item h2{font-size:18px;color:#fff;font-weight:400;margin-bottom:20px}
.ft-lxwm{position:relative;font-size:15px;color:rgba(255,255,255,.6);line-height:1.5}
.ft-lxwm a{font-size:15px;color:rgba(255,255,255,.6)}
.ft-lxwm p{margin-bottom:0}
.three_item{position:relative;flex:1;display:flex;justify-content:space-between}
.nax-item{position:relative;margin-bottom:15px}
.nax-item>h2{font-size:18px;color:#fff;font-weight:400;text-transform:uppercase;margin-bottom:20px}
.dropdown-subsection{position:relative}
.dropdown-subsection>li{position:relative;margin-bottom:.8em}
.dropdown-subsection>li>a{display:block;font-size:15px;color:rgba(255,255,255,.5);line-height:26px}











.site-footer2{padding:70px 0 90px;background:url(//wm.cdn.cn86.cn/shandongliyu/2025/03/f1f7b5dd31a6cydy.png) no-repeat center top;background-size:cover}
.foot-dftt{font-family:Arial;font-size:22px;font-weight:600;line-height:44px;letter-spacing:0;color:#fff}
.product-cate{margin-top:10px}
.product-cate li{font-family:Arial;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.product-cate li a{color:rgba(0,0,0,.5)}



.lx_cc{margin-top:10px;font-size:18px;font-weight:400;font-stretch:normal;line-height:40px;letter-spacing:0;color:rgba(255,255,255,.5)}
.lx_cc p{margin-bottom:0}
.yam_a{width:26%}
.ynr{margin-top:10px}
.tb_ll.flex_b li{overflow:hidden}
.tb_ll.flex_b li img{transition:all ease-in-out 0s}
.tb_ll{margin-top:20px;max-width:165px}
.tb_ll.flex_b li:hover img{transform:translateY(-60px);filter:drop-shadow(#2959e0 0 60px);transition:all ease-in-out 0s}
.foot-bom2{position:relative;background:#1b3884;text-align:center;padding:25px 0}
.foot-bom2 p{margin-bottom:0}
.copyright_a{font-size:16px;font-weight:400;line-height:32px;color:#fff}
.copyright_a a{color:#fff}
.site-footer2 .ft-message-form{margin-bottom:60px}
.site-footer2 .ft-message-form .form-group{margin-bottom:10px!important}
.site-footer2 .ft-message-form input,.site-footer2 .ft-message-form textarea{border-bottom:1px solid #4d4d4d;font-size:14px;width:100%;color:rgba(255,254,254,.4);background:#4d4d4d;padding:10px}
.site-footer2 .ft-message-form textarea{line-height:22px;height:45px}
.site-footer2 .submit-btn{border:1px solid #1840b1;background-color:var(--sub-theme-color);padding:0 18px;color:#fff;height:45px;text-transform:uppercase;width:100%;transition:.5s;text-align:center;font-size:18px}
.site-footer2 .submit-btn:hover{background-color:#fff;color:var(--sub-theme-color)}
.site-footer2 .ft-message-form input::-webkit-input-placeholder,.site-footer2 .ft-message-form textarea::-webkit-input-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input:-moz-placeholder,.site-footer2 .ft-message-form textarea:-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .ft-message-form input::-moz-placeholder,.site-footer2 .ft-message-form textarea::-moz-placeholder{color:#a3a2a2;font-size:14px}
.site-footer2 .footer-weight-link a:hover,.site-footer2 .ft-contct-info a:hover,.site-footer2 .ft-social-list a:hover{color:#fff!important}
@media (max-width:991px){
    .site-footer2{padding:50px 0 50px}
    .foot-bom2{margin-bottom:70px}
    .yam_a{width:100%}
    .lx_cc{font-size:16px;margin-bottom:10px}
    .site-footer2 .submit-btn{font-size:16px}
}
@media (max-width:767px){
    .site-footer2{padding:56px 0 40px}
    .site-footer2 .submit-btn{padding:12px 18px}
}









.w1800{
    max-width: 1830px;
    margin: 0 auto;
    padding: 0 15px;
}


.tbdhh{
    font-size: 16px;
    color: #fff;
    background-color: rgb(12, 159, 149);
    width: 169px;
    line-height: 40px;
    text-align: center;
    border-radius: 25px;
    margin-left: 25px;
}













/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
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;}

h1,h2{font-size:12px;font-weight:bold;}
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;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.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);}

.xypg-right-content{font-size: 16px;}

.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}

/*主体样式*/
/*初始化样式*/
html{margin:0;padding:0;border:0;}
div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
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;}

h1,h2{font-size:12px;font-weight:bold;}
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;}



.wh{max-width:1630px;margin:0 auto;padding:0 15px;}
.bxs{overflow: hidden;}


.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);}


.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}

.flexs{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flexs2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.flex2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}




/*头部样式*/
.top2{z-index:999999;width:100%;top:0;left:0;position:absolute;height:87px;background:rgba(0,0,0,.5);}
.wh1783{max-width:1813px;margin:0 auto;padding:0 15px;}
.lgtu{line-height:87px;height:87px;overflow: hidden;}
.lgtu img{max-width:100%;}
.logo{display:block;}
.logo2{display:none;}
.k2{font-size:16px;color:#fff;background-color: rgb(12, 159, 149);width: 169px;line-height:40px;text-align:center;border-radius:25px;margin-top:23px;margin-left:3.08%;}

.top2.scroll{position:fixed;background:#fff; box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);}
.top2.scroll .logo{display:none;}
.top2.scroll .logo2{display:block;}
.top2.scroll .x-menu > li > a{color:#222222;}






/*主体样式*/
.box1{padding:50px 0 62px;}
.about{width:37%;}
.abtt h2{color:#000000;font-size:32px;}
.abtt h3{color:#595959;font-size:20px;text-transform:uppercase;margin:8px 0 22px;}
.abtt h4{background:#0c9f95;width:39px;height:4px;}
.ab{color:#333333;font-size:14px;line-height:30px;overflow: hidden;margin:20px 0;}
a.am{height: 26px;
    padding: 0px;
    border-bottom: 1px solid #0c9f95;
    transition: 0.5s;display:block;max-width:86px;}
a.am .font{color: #0c9f95;
    text-align: left;
    transition: 0.5s;
    font-size: 14px;text-transform:uppercase;}

.add{width:58.81%;}
.add li{width:32%;position: relative;cursor: pointer;}
.add li .img{overflow: hidden;}
.add li .img img{width:100%;display:block;transition: 5s;}
.add li:hover .img img{transform: scale(1.5);}
.add li .mask{height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    position:absolute;left:0;top:0;
    width:100%;}
.add li .det{width:86%;position:absolute;left:7%;bottom:27px;}
.add li .wz1{color:#fff;font-size:16px;}
.add li .wz2{color:#fff;font-size:16px;}
.add li .wz2 span{margin-left:10px;font-family: 黑体;}



.about-num {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #f5f5f5;
}

.about-num li {
    float: left;
    width: 20%;
    text-align: center;
}

.about-num li h2 {
    font-size:50px;
    color: #0c9f95;
    display: inline-block;font-weight:normal;text-transform:uppercase;
}

.about-num li p {
    color: #333;
    font-size: 16px;
    line-height: 36px;
}

.about-num .count-unit {
    font-size: 16px;
    color: #0c9f95;
    text-align: right;
    display: inline-block;
    font-style: normal;
}





@media only screen and (max-width: 768px) {
    .about-num li h2 {
        font-size:36px;
    }

    .about-num {
        margin-top:20px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .about-num .count-unit {
        font-size: 14px;
    }

    .about-num li p {
        font-size: 14px;
    }

    .about-num li {
        width: 50%;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6;padding:12px 0;
    }

    .about-num li:nth-child(1) {
        border-top: 1px solid #e6e6e6;
    }

    .about-num li:nth-child(2) {
        border-top: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
    }

    .about-num li:nth-child(4) {
        border-right: 1px solid #e6e6e6;
    }

    .about-num li:last-child {
        display: none;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .about-num li h2 {
        font-size:40px;
    }

    .about-num .count-unit {
        font-size: 14px;
    }

    .about-num li p {
        font-size: 14px;
    }
}


.box2{background:#f5f5f5;padding:55px 0;}
.bt{text-align:center;}
.bt h2{color:#000000;font-size:32px;}
.bt h3{background:#0c9f95;width:39px;height:4px;margin:13px auto 16px;}
.bt h4{color:#595959;font-size:16px;text-transform:uppercase;}



.cp{margin-top:31px;position:relative;}
.cp .mySwiper{overflow:hidden;}
.cp .swiper-slide{position: relative;}
.cp .swiper-slide img{width:100%;display:block;}
.cp .swiper-slide .wz{color:#333333;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-align:center;background:#fff;transition: all .5s ease;line-height:46px;position: relative;z-index:9999;}

.cp .swiper-slide .mask {
    background: rgba(12, 159, 149,.66);
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100%;position: absolute;
    transition: all .5s ease;
}


.cp .swiper-slide .number {
    margin-top: 15%;
    margin-bottom: 5%;
    font-size: 16px;
    padding-left: 20%;
    color: #fff;position: relative;
}

.cp .swiper-slide .number::before {
    content: '';
    position: absolute;
    left: 5%;
    top: 0px;
    bottom: 0px;
    margin: auto;
    display: block;
    width: 10%;
    height: 2px;
    background: #fff;
}

.cp .swiper-slide:hover .mask {
        top:0px;
    }

.cp .swiper-slide:hover .wz{background:#0c9f95;color:#fff;}


.cp .swiper-button-prev{position: absolute;top:43%;left:-38px;width:16px;height:34px;opacity:1;z-index:999;background:url(//cdn.myxypt.com/f2b69d08/25/07/e670d434b09c03075604db142d305051e75d85ae.png) no-repeat;background-size:100% 100%;margin-top:0;}
.cp .swiper-button-next{position: absolute;top:43%;right:-38px;width:16px;height:34px;opacity:1;z-index:999;background:url(//cdn.myxypt.com/f2b69d08/25/07/976d3bad86a60c504cd5eb4cc51faf1196dc16aa.png) no-repeat;background-size:100% 100%;margin-top:0;}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{display: none;}


.box3{background:url(//cdn.myxypt.com/f2b69d08/25/07/edba46486d12c5768aaf8180821b480b748de67d.jpg) no-repeat;padding:100px 0;background-size: cover !important;background-attachment: fixed !important;overflow-x: hidden;} 
.you1{width:25.62%;}
.ytt h2{color:#fff;font-size:32px;}
.ytt h3{width:55px;height:3px;background:#fff;margin:13px 0 22px;}
.ytt h4{color:#fff;font-size:16px;line-height:30px;}
a.ymo{display:block;text-align:center;background: rgb(113, 113, 113,.149); width: 156px;line-height: 43px;border:2px solid #464647;color:#fff;font-size:14px;text-transform:uppercase;margin-top:2vw;}
.add2{width:67.94%;}
.add2 li{width:49%;background:#fff;display: flex;justify-content: center;flex-wrap:wrap;align-items: center; min-height: 112px;}
.add2 li .img{width:30%;text-align:center;}
.add2 li .det{width:65%;margin-right:5%;}
.add2 li .wz1{color:#333333;font-size:18px;font-weight:bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.add2 li .wz2{color:#333333;font-size:14px;line-height:18px;margin-top:7px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.add2 li:nth-child(n+3){margin-top:1.2vw;}


.box4{padding:52px 0 63px;}


.tabli2{position:relative;margin-top:37px;}
.tabli2 li{float:left;width:20%;color:#666666;font-size:16px;padding:50px 0 46px;position: relative;text-align:center;cursor: pointer;}
.tabli2 li .text{color:#343434;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:50px;}

.tabli2 li.cur{background:#0c9f95;}
.tabli2 li.cur .text{color:#fff;}

@keyframes imgmove3 {
  0% {
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
.tabli2 li:hover{background:#0c9f95;}
.tabli2 li:hover .text{color:#fff;}


.imgmove3:hover img{
  position: relative;
  animation-name: imgmove3;
  animation-duration: 1s;
}

.tabli2 li img:nth-child(1) {
  display: inline;
}
.tabli2 li img:nth-child(2) {
  display: none;
}
.tabli2 li.cur img:nth-child(1) {
  display: none;
}
.tabli2 li.cur img:nth-child(2) {
    display: inline;
 }

.tabli2 li:hover img:nth-child(1) {
  display: none;
}
.tabli2 li:hover img:nth-child(2) {
    display: inline;
 }

.tabli2 li.cur:after{content: "";position: absolute;width: 0;height: 0;border-left:22px solid transparent;border-top:20px solid #0c9f95;border-right:22px solid transparent;bottom:-20px;left:50%;transform:translateX(-50%);} 

.tabli2 li:nth-child(even) {
  background: #f5f5f5;
}
.tabli2 li:nth-child(odd) {
  background: #eeeeee;
}

.tabli2 li.cur:nth-child(even) {
  background: #0c9f95;
}
.tabli2 li.cur:nth-child(odd) {
  background: #0c9f95;
}

.tabli2 li:hover:nth-child(even) {
  background: #0c9f95;
}
.tabli2 li:hover:nth-child(odd) {
  background: #0c9f95;
}

.tab2{margin-top:35px;overflow:hidden;display:none;}
.tab2.clicked{display:block;}
.tab2 li{background:#f5f5f5;  align-items: center; }
.tab2 li .img{width:70%;}
.tab2 li .img img{width:100%;display:block;}
.tab2 li .det{width:25%;margin-right:2.25%;padding-top:5vw;}
.tab2 li .wz1{color:#0c9f95;font-size:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.tab2 li .wz2{color:#0c9f95;font-size:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0.5vw 0 2vw;}
.tab2 li .wz3{color:#343434;font-size:16px;overflow:hidden;line-height:25px;height:150px;}
.tab2 li .jmo{display:block; background-color: rgb(12, 159, 149);line-height: 47px;width: 161px;color:#fff;font-size:14px;text-align:center;margin-top:3vw;}



.box5{background:#f5f5f5;padding:48px 0 38px;}
.hcont{margin-top:40px;}
.fw{position:relative;width:61.88%;padding:0 68px;}
.fw .mySwiper2{overflow:hidden;}
.fw .swiper-slide{text-align:center;}
.fw .swiper-slide .img{overflow: hidden;position: relative;}
.fw .swiper-slide img{width:100%;display:block;transition:all 0.8s;}
.fw .swiper-slide: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);}
.fw .swiper-slide .wz2{color:#333333;font-size:16px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:52px;border:1px solid #d0d0d0;height:52px;}


.fw .swiper-slide .mask {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease;
}

.fw .swiper-slide .wz1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 60%;
    color: #fff;
    text-align: center;
    font-size:16px;
    padding:8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.fw .swiper-slide .wz1::before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}
.fw .swiper-slide .wz1::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s ease;
}

.fw .swiper-slide:hover .mask {
    opacity: 1;
}


.fw .swiper-slide:hover .wz1::before {
    width:16px;
}

.fw .swiper-slide:hover .wz1::after {
    width:16px;
}

.fw .swiper-slide h3{color:#333333;font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.fw .swiper-button-prev2{position: absolute;top:50%;left:14px;width:16px;height:34px;opacity:1;z-index:999;background:url(//cdn.myxypt.com/f2b69d08/25/07/8eb5bd1996bd28b603a508d13c05adc224709ba4.png) no-repeat;background-size:100% 100%;margin-top:-17px;}
.fw .swiper-button-next2{position: absolute;top:50%;right:0;width:16px;height:34px;opacity:1;z-index:999;background:url(//cdn.myxypt.com/f2b69d08/25/07/983962d4ca8d56728ddd3ebbd08fbd8152925ac5.png) no-repeat;background-size:100% 100%;margin-top:-17px;}
.fw .swiper-pagination2{width:100%;text-align:center;left:0;right:0;margin-top:25px;position:relative;z-index:9999;}
.fw .swiper-pagination-bullet{width:14px;height:14px;margin:0 8px;display: inline-block;border-radius: 100%;background:#d1d1d1;opacity:1;cursor:pointer;}
.fw .swiper-pagination-bullet-active{background:#0c9f95;opacity:1;}

.honor{width:35.12%;}
.hott{background:#0c9f95;padding:22px 0 18px;}
.hott h2{color:#fff;font-size:24px;margin-left:18px;}
.hott .hmo{color:#0c9f95;font-size:14px;margin-left:18px;background-color: rgb(255, 255, 255);width: 123px;line-height: 41px;text-align:center;display:block;margin-top:14px;}
.hotu{width:100%;}
.hotu img{width:100%;display:block;}


.box6{padding:55px 0 22px;}

.p3a {
    display: flex;
    justify-content: space-between;
    margin-top:36px;
    flex-wrap: wrap;
}

.p3a1 {
    width: 50%;
}

.p3a1 img {
    width: 100%!important;
    height: 545px;
}
@media(max-width:500px){
    .p3a1 img{
       max-width:100%; height:auto !important;width:auto !important;
    }
}

.p3a2 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.p3a2a {
    background: url(//cdn.myxypt.com/f2b69d08/25/07/98ee464a7fb4b8041d5514e674904df01cf054b5.png) no-repeat center center;
    background-size: cover;
    height: 47.3%;
    padding: 2.6rem 1rem 1rem 2.1rem;
}

.p3a2a h3 {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #ffffff;font-weight:bold;
}

.p3a2a img {
    max-width: 100%;
    display: block;
    margin-top: 2.6rem;
}

.p3a2b {
    display: flex;
    justify-content: space-between;
    height: 50%;
    /* overflow: hidden; */
    position: relative;
}

.p3a2b .p3a2b1 {
    width: 48.8%;
    height: 100%;
}

.p3a2b .p3a2b1 p {
    font-size: 0;
    margin: 0;
    padding: 0;
    height: 100%;
}

.p3a2b .p3a2b1 img {
    width: 100%!important;
    height: 100%!important;
    display: block;
}


.p3a2b .p3a2b2 {
    width: 48.8%;
    background: #0c9f95;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    position: absolute;
    right: 0;
    height: 100%;
}
.p3a2b2 li{height:100%;width: 100%;}
.p3a2b .p3a2b2 a {
    color: #fff;
    padding:0 2.7rem 0 2.3rem;
    display:flex;justify-content: center;flex-direction:column;height:100%;
}

.p3a2b .p3a2b2 a span {
    font-size:14px;
    display: inline-block;
    margin-bottom: 1.2rem;
    color: #fff;
}

.p3a2b .p3a2b2 a h3 {
    font-size:18px;
    font-weight: 400;
    margin-bottom: 1rem;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    color: #fff;
}

.p3a2b .p3a2b2 a p {
    font-size:14px;
    line-height: 1.9;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
    color: #fff;
}


.p3b {
    margin-top: 2.25rem;
    position: relative;
    padding-bottom: 2.75rem;
}

.p3b .p3b-swiper {
    overflow: hidden;
}

.p3b .swiper-slide a {
    display: block;
    padding-bottom: 1.8rem;
    border-bottom:6px solid #d1d1d1;

}
.p3b .swiper-slide:hover a h3 {
    color: #0c9f95;
}

.p3b .swiper-slide a h3 {
    font-size:18px;
    line-height: 23px;
    height: 23px;
    color: #333333;
    margin-bottom: 0.7rem;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
}

.p3b .swiper-slide a span {
    font-size:14px;
    line-height: 1.58;
    color: #0c9f95;
    display: inline-block;
    margin-bottom: 1rem;
}

.p3b .swiper-slide a p {
    font-size:14px;
    line-height: 1.8;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.p3b-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.p3b-pagination .swiper-pagination-bullet {
    width: 0.65rem;
    height: 0.65rem;
    background-color: #d1d1d1;
    border-radius: 50%;
    transition: all ease .36s;
    opacity: 1;
    margin: 0 6px;
    outline: none;
}


.p3b-pagination .swiper-pagination-bullet-active {
    background-color: #0c9f95;
}



@media(max-width: 1450px) {
    .p3a2a {
        padding: 1.6rem 1rem 0.5rem 2.1rem;
    }

    .p3a2a img {
        margin-top: 1.6rem;
    }

    .p3a2b .p3a2b2 a {
        padding: 1rem 2.7rem 2rem 2.3rem;
    }
}

@media(max-width: 1366px) {
    .p3a2b .p3a2b2 a {
        padding: 1rem 0.7rem 2rem 1.3rem;
    }
}

@media(max-width: 1024px) {
    .p3a2b .p3a2b2 a span {
        margin-bottom: 0.5rem;
    }

    .p3a2b .p3a2b2 a h3 {
        margin:1.5vw 0;font-size:16px;
    }
    .p3b .swiper-slide a h3{font-size:16px;}
    .p3a2a img{margin-top:10vw;}
}

@media(max-width: 768px) {
    .p3a1 {
        width: 100%;
    }
    .p3a2a h3{font-size:18px;}

    .p3a2 {
        width: 100%;
        margin-top: 2%;
    }
    .p3a2a img{margin-top:25px;}
    .p3a2a{padding:30px 15px;}
}

@media(max-width: 500px) {
    .p3a2a {
        height: initial;
    }

    .p3a2a h3 {
        font-size: 1.6rem;
    }

    .p3a2a img {
        max-width: 75%;
    }

    .p3a2b {
        flex-wrap: wrap;
        height: initial;
        margin-top: 2%;
    }

    .p3a2b .p3a2b1 {
        width: 100%;
    }

    .p3a2b .p3a2b2 {
        width: 100%;
    }
    .p3a2b .p3a2b2 a{padding:25px 15px;}
    .p3a2b .p3a2b2 a span {
        font-size: 1.4rem;
    }
    
    .p3a2b .p3a2b2 a h3 {
        font-size:16px;margin:11px 0 15px;
    }

    .p3a2b .p3a2b2 a p {
        font-size:14px;line-height:24px;
    }

    .p3b .swiper-slide a h3 {
        font-size:15px;
    
    }

    .p3b .swiper-slide a p {
        font-size: 1.3rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;line-height:24px;
        overflow: hidden;
    }
}



.box7{background:#f5f5f5;padding:50px 0 47px;}
.hz{margin-top:30px;position:relative;}
.hz .mySwiper4{overflow:hidden;}
.hz .swiper-slide{text-align:center;cursor: pointer;}
.hz .swiper-slide img{width:100%;display:block;}








/*页面底部*/
.foot{background:#0c9f95;color:#fff;padding-top:36px;}
.foot a{color:#fff;}
.flogo{text-align:center;}
.fadd{padding:40px 0 35px;}
.fadd li{width:33.3333%;text-align:center;font-size:14px;}
.bq{text-align:center;border-top:2px solid #22a79e;font-size:12px;padding:20px 0;line-height:24px;}




/*友情链接*/
.link a{margin-right:4px;}


/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}
.footer33{height:50px;}


@media (max-width:1024px) {
 .nnav{width:66%;}
 .about{width:100%;}
 .add{width:100%;margin-top:20px;}
 .abtt h2{font-size:26px;}
 .abtt h3{font-size:17px;}
 .abtt h4{width:30px;height:3px;}
 .bt h2{font-size:26px;}
 .bt h4{font-size:15px;line-height:22px;}
 .bt h3{width:30px;height:3px;}
 .cp .swiper-slide .wz{font-size:14px;}
 .cp .swiper-slide .number{font-size:14px;}
 .ytt h2{font-size:26px;}
 .ytt h3{width:40px;height:2px;}
 .ytt h4{font-size:14px;line-height:25px;}
 .you1{width:27%;}
 a.ymo{width:136px;line-height:36px;}
 .add2 li{padding:15px 0;}
 .add2 li .wz1{font-size:16px;}
 .add2 li .img img{width:56px;height:56px;display:block;margin:0 auto;}
 .tabli2 li{padding:25px 0;}
 .tabli2 li .text{font-size:14px;margin-top:25px;}
 .imgmove3{width:20%;margin:0 auto;}
 .imgmove3 img{width:100%;}
 .tab2 li .wz1{font-size:25px;}
 .tab2 li .wz2{font-size:18px;}
 .tab2 li .wz3{font-size:14px;height:100px;}
 .tab2 li .jmo{width:140px;line-height:39px;}
 .fw .swiper-slide .wz1{font-size:14px;}
 .fw .swiper-slide .wz2{font-size:14px;line-height:46px;height:46px;}
 .hott h2{font-size:18px;}
 .hott .hmo{width:100px;line-height:36px;}
 .p3b .swiper-slide a{border-bottom:3px solid #d1d1d1;}
 .fw .swiper-pagination-bullet{width:10px;height:10px;}
}

@media (max-width: 768px) {
 .xypg-right-content p img{max-width:100%!important;width:auto!important;height:auto!important;}
 .you1{width:100%;}
 .add2{width:100%;margin-top:20px;}
 .ytt h4 p{display: inline-block;}
 .tabli2 li{width:25%;}
 .tabli2 li:last-child{display:none;}
 .tab2 li .img{width:100%;}
 .tab2 li .det{width:auto;padding:25px 15px;}
 .tab2 li .wz3{height:auto;}
 .p3a2b{height:auto;margin-top:15px;}

 
}


@media (max-width:482px) {
  .box1{padding:28px 0;}
  .bt h2{font-size:23px;}
  .abtt h2{font-size:23px;}
  .abtt h3{margin:8px 0 12px;font-size:15px;}
  .ab{line-height:25px;}
  .add li{width:100%;margin:5px 0;}
  .box2{padding:28px 0;}
  .cp{margin-top:20px;}
  .box3{padding:40px 0;}
  .ytt h2{font-size:23px;}
  .add2 li{width:100%;}
  .add2 li:nth-child(n+2){margin-top:10px;}
  .box4{padding:28px 0;}
  .tab2 li .wz1{font-size:21px;}
  .tabli2{margin-top:20px;}
  .tabli2 li.cur:after{display:none;}
  .tabli2 li{width:50%;padding:15px 0;}
  .tabli2 li .text{margin-top:15px;}
  .box7{padding:28px 0;}
  .hz{margin-top:20px;}
  .box6{padding:28px 0;}
  .p3a{margin-top:20px;}
  .fadd li{width:100%;margin:2px 0;}
  .box5{padding:28px 0;}
  .hcont{margin-top:20px;}
  .fw{width:100%;padding:0 40px;}
  .fw .swiper-button-prev2{left:0;}
  .honor{width:100%;margin-top:20px;}
  .fw .swiper-pagination2{margin-top:20px;}
  .fadd{padding:30px 0 25px;}
}





























/* 文字 */