body,
html {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height:26px;
  color: var(--text);
}

.font-weight-Light {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 300 !important;
}
.font-weight-normal {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 400 !important;
}
.font-weight-medium {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 500 !important;
}
.font-weight-bold {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;
  font-weight: 700 !important;
}

@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Light.ttf);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Bold.ttf);
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: local("☺"), url(../font/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
}
*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,.sbt,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size:16px;color:#666;outline:0; font-family: "Poppins", "PingFang SC", "Microsoft Yahei", Arial, sans-serif;}
html,body{width:100%;position:relative;}
html{font-size:calc(100vw / 19.2);scroll-behavior:smooth;}
body{overflow-x:hidden;padding-top: 80px;}
h1,h2,.sbt,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}

/** 重置超链接元素 **/
a{text-decoration:none;color:#333;}
a:hover{color:#493c2b;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.w1000{width:1000px;max-width: 95%; margin:auto;}
.w1200{width:1200px;max-width: 95%; margin:auto;}
.w1480{width:1480px;max-width: 95%; margin:auto;}
.pdt80{padding-top: 80px;padding-bottom: 80px;}
.pdt60{padding-top: 60px;padding-bottom: 60px;}
.pd95{max-width: 1400px;margin: auto;}
.pd40{padding-left: 40px;padding-right: 40px;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 99;height: 80px;background: #fff;-webkit-transition:0.5s;transition:0.5s;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:80px;padding: 20px 0;}
.dhan2{display: none;}
.sjdh2{display: none;}
.dh{display: block;}
.dh ul{display: flex;}
.dh ul li{position: relative;z-index: 1;}
.dh ul li p a{display: flex;align-items: center;align-content: center;font-weight: 600;font-family:Jost;height: 80px;font-size: 18px;position: relative;color: #333;padding:0 30px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a i{font-size: 12px;padding-left: 3px;}
.dh ul li p a span{display: block;line-height: 40px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a span.gd1{height: 40px;overflow: hidden;}
.dh ul li p a:hover span.gd2{-webkit-transform: translate(0, -40px);transform: translate(0, -40px);}
.dh ul li p a:hover span.gd3{-webkit-transform: translate(0, -40px);transform: translate(0, -40px);}
.dh ul li p a i{font-size:16px;}
.dh ul li p a:after{content: "";position: absolute;left: 20px;right: 20px;bottom: 0px;height: 3px;background: #493c2b;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li:hover p a{color:#493c2b;}
.dh ul li:hover p a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.dh ul li.on p a{color:#493c2b;}
.dh ul li .dh_fl{position:absolute;left:50%;top:80px;margin-left:-110px;width:220px;display:none;padding:10px;}
.dh ul li .dh_fl ul{display: block;background: #fff;border-radius: 5px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.dh ul li .dh_fl ul li{border-bottom: 1px solid #eee;}
.dh ul li .dh_fl ul li:last-child{border-bottom:none;}
.dh ul li .dh_fl ul li a{display: flex;align-items: center;align-content: center;justify-content: space-between;font-size: 14px;line-height: 2;color: #333;padding: 10px 12px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li a i{font-size: 14px;color:#ccc;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li:hover>a{color:#fff;background: #493c2b;}
.dh ul li .dh_fl ul li:hover>a>i{color:#fff;}

.top_ssyy{display: flex;align-items: center;align-content: center;}
.top_t_sm{margin-right: 30px; display: none;}
.top_t_sm ul{display: flex;}
.top_t_sm ul li{margin-left: 10px;}
.top_t_sm ul li a{display: block;font-size: 18px;line-height:30px;width:30px;background: #493c2b;border-radius: 50%;color: #fff;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.top_t_sm ul li a:hover{box-shadow: 0 0 5px rgba(0, 0, 0, 1.0);-webkit-transform: translate(0, -3px);transform: translate(0, -3px);}
.top_yy{position: relative;z-index: 1;line-height: 40px;display: flex;color: #666;align-items: center;align-content: center;cursor: pointer;height: 80px;-webkit-transition:0.5s;transition:0.5s;}
.top_yy i{font-size: 22px;padding-right: 5px;}
.top_yy span{font-size: 16px;}
.top_yy em{font-size: 16px;}
.top_yy:hover{color: #493c2b;}
.top_yy_xl{position: absolute;top:80px;left: 50%;width: 150px;margin-left: -75px;padding: 10px;display: none;}
.top_yy_xl ul{background: #fff;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_yy_xl ul li a{display: block;font-size: 14px;line-height: 2;color: #333;text-align: center;padding: 5px 0;border-bottom: 1px solid #eee;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl ul li a:hover{color: #493c2b;}


/* 左侧主菜单 */
/* 下拉菜单基础样式，保留类名 dh_fl */
.dh ul li .dh_fl.cpfl{
    position: absolute;
    left: 0;
    top: 80px;
    width: 800px; /* 适配你设计图的宽度，可按需求调整 */
    display: none;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
/* 鼠标 hover 时显示下拉菜单 */
.dh ul li:hover .dh_fl.cpfl{
    display: flex;
    align-items: stretch;
}
.dh ul li:hover .dh_fl.cpfl ul{box-shadow:none}

/* 左侧文字列表区 */
.dh_fl_left {
    width: 40%;
    padding: 20px 0;
    border-right: 1px solid #eee;
}
.dh_fl_left ul {
    display: block;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
}
.dh_fl_left ul li {
    border-bottom: none;
}
.dh_fl_left ul li a {
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    color: #333;
    line-height: 1.5;
    transition: all 0.3s ease;
    position: relative;
}
.dh_fl_left ul li a .en {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 3px;
}
/* 选中/hover 状态 */
.dh_fl_left ul li.active a,
.dh_fl_left ul li:hover a {
    color: #715729;
    background: #f8f8f8;
    padding-left: 35px;
}
.dh_fl_left ul li.active a::before,
.dh_fl_left ul li:hover a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #715729 0%, #715729 100%);
}

/* 右侧图片区 */
.dh_fl_right {
    width: 60%;
    position: relative;
    overflow: hidden;
}
.dh_fl_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.dh_fl_img.active {
    opacity: 1;
}


/* 右侧每个系列的容器 */
.dh_fl_right .right_item {
    display: none;
    width: 100%;
    height: 100%;
}
.dh_fl_right .right_item.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 三级分类样式 */
.dh_fl_right .three {
    width:100%;
    padding: 20px 30px;
}
.dh_fl_right .three dl {
    margin: 0;
    padding: 0;
}
.dh_fl_right .three dd {
    margin: 0 0 12px 0;
    padding: 0;
    list-style: none;
}
.dh_fl_right .three dd a {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    transition: all 0.3s;
}
.dh_fl_right .three dd a:hover {
    color: #715729;
    padding-left: 8px;
}

/* 右侧图片 */
.dh_fl_right .threepic {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.dh_fl_right .threepic img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}


.banner{width:100%;overflow:hidden;position:relative;}
.banner ul{}
.banner ul li{overflow:hidden;height: calc(100vh - 80px);}
.banner ul li img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li video{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bandd{position:absolute; left:0; bottom:60px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 10px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.5);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#fff;}
.bandd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #fff;width: 18px;height: 18px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.bandd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}
.banz,.bany{position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;-webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.1);border-radius: 50%;}
.banz{left:60px;}
.bany{right:60px;}
.banner:hover .banz,.banner:hover .bany{opacity:1;}
.banner_svg{position: absolute;left: 0;right: 0;bottom: -20px;z-index: 1;fill: #fff;}

.more_an{position: relative;font-size:16px;line-height: 50px;color: #493c2b;}
.more_an .more_an_bg{position: relative;z-index: 2;background: #fff; padding: 0px 30px;border-radius: 25px;display: flex;align-items: center;align-content: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.more_an i{margin-left: 10px;font-size: 14px;}
.more_an:hover .more_an_bg{background: #493c2b;color: #FFF;box-shadow: 0 0 10px rgba(0, 109, 184, .6);}
.more_an:hover:after{display: none;}
.more_an:hover:before{display: none;}
.more_an:before{content:'';position: absolute;box-sizing: content-box;border-radius: 100px;width: 100%;height: 100%;translate: -50% -50%;left: 50%;top: 50%;z-index: 0;transition: all 0.5s;animation: more_an_dh 2000ms linear infinite;filter: blur(10px) brightness(1);background: conic-gradient(from var(--angle), transparent 150deg, #493c2b 230deg, #493c2b 360deg);}
.more_an:after{content: '';position: absolute;box-sizing: content-box;border-radius: calc(100px + 2px);width: 100%;height: 100%;translate: -50% -50%;left: 50%;top: 50%;z-index: 1;animation: more_an_dh 2000ms linear infinite;padding: 2px;--angle: 0deg;background: conic-gradient(from var(--angle), transparent 100deg, #493c2b 215deg, #493c2b 360deg);transition: all 0.5s;}
@property --angle {syntax:'<angle>';initial-value: 0deg;inherits: false;}
@keyframes more_an_dh{0%{--angle: 0deg;}50%{}100%{--angle: 360deg;}}

.imgbox a img:hover {transform: scaleX(1.05) scaleY(1.05);transition: .3s linear all;}
.rn_title46 {font-size:46px;color:#333333; font-weight: 600;}
.rn_title46 span {color:#493c2b;}
.rn_title46 a:hover {color:#493c2b;}
.rn_title_46 a:hover span {color:#493c2b;}



.index-section4 {padding:4% 0 0;background-repeat:no-repeat;background-size:cover;position:relative;}
.index-section4 .pd95 {display:flex;}
.section4-left {}
.section4-right{width:60%}
.section4-left img{width:100%;display: block;}
.flex_bd {flex:1;min-width:0;}
.section4-main {position:relative;z-index:9;padding-left:100px;box-sizing:border-box;}
.index-section4 .section-head {text-align:left;margin-bottom:3%;}
.index-section4 .section-title {white-space:nowrap;}
.section-about-title {font-size:28px;color:#222;line-height:40px;margin-bottom:6px;}
.section-about-desc {font-size:16px;color:#222;line-height:26px;margin-bottom:10px;}
.section-title--after {font-size:90px;line-height:68px;color:#eee;text-transform:uppercase;}
.section-title {font-size:40px;color:#222;line-height:1;margin-top:-32px;margin-bottom:15px;}
.section-desc {font-size:16px;color:#666;line-height:1;}
.video-btn {position:absolute;left:-69px;height:350px;top:50%;width:70px;transform:translateY(-50%);font-size:18px;color:#222222;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url('../img/uper3.png'); background-color: transparent;}
@-webkit-keyframes rotateIn {from {-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0;}
to {-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}
;}
@keyframes rotateIn {from {-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0;}
to {-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}
;}
.video-btn:hover .animated {animation:rotateIn 1s;}

/* 视频弹窗样式 - 响应式全屏*/.video-modal {display:none;position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);align-items:center;justify-content:center;backdrop-filter:blur(5px);}
.video-modal.show {display:flex;}
.video-modal-content {position:relative;width:90%;max-width:1000px;margin:0 auto;}
.video-close {position:absolute;right:-50px;top:-50px;color:#fff;font-size:40px;font-weight:bold;cursor:pointer;z-index:10;transition:0.3s;line-height:1;}
.video-close:hover {color:#ff4444;transform:rotate(90deg);}
.video-container {position:relative;width:100%;height:0;padding-bottom:56.25%;/* 16:9 比例*/;}
.video-container video {position:absolute;width:100%;height:100%;object-fit:cover;outline:none;}
/* 移动端适配关闭按钮*/@media (max-width:768px) {.video-close {right:15px;top:-40px;font-size:30px;}
.video-modal-content {width:95%;}
;}

/* 关于我们*/  
.health-sectionbig{padding:4% 0%;background-color:#fcf5ee; overflow: hidden;}    
.health-section {display:flex;align-items:center;justify-content:space-between;gap:40px;}
/* 左侧内容*/        .text-content {flex:1;min-width:300px;}
.section-title {font-size:40px;line-height:1.3;color:#493c2b;margin-bottom:20px; font-weight: 600;}
.section-desc {font-size:18px;line-height:1.6;color:#333;margin-bottom:30px;}
/* 数据统计*/        .stats-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:35px;}
.stat-item .number {font-size:32px;font-weight:bold;color:#493c2b;}
.stat-item .label {font-size:14px;color:#666;margin-top:4px;display:block;}
/* 按钮*/        .view-more-btn {background-color:#d9d9d9;border:none;padding:14px 40px;border-radius:50px;font-size:16px;font-weight:500;cursor:pointer;transition:0.3s; color: #493c2b}
.view-more-btn:hover {background-color:#493c2b; color: #fff;}
/* 右侧图片*/        .image-content {flex:1;min-width:350px;}
.image-content img {width:100%;border-radius:20px;display:block;}
/* ===================== 响应式核心代码 =====================*/        /* 平板 / 小屏电脑*/        @media (max-width:992px) {.health-section {flex-direction:column;text-align:center;padding:40px 20px;}
.section-title {font-size:32px;}
.stats-grid {justify-items:center;}
;}
/* 手机*/        @media (max-width:576px) {.section-title {font-size:26px;}
.stats-grid {grid-template-columns:1fr;/* 手机端数字单列显示*/                gap:20px;}
.stat-item .number {font-size:28px;}
.image-content {min-width:100%;}
;}
/* 数字跳动动画*/        @keyframes countJump {0% {transform:scale(0.8);opacity:0;}
50% {transform:scale(1.1);}
100% {transform:scale(1);opacity:1;}
;}
.number {animation:countJump 0.6s ease forwards;opacity:0;}
.stat-item:nth-child(1) .number {animation-delay:0.1s;}
.stat-item:nth-child(2) .number {animation-delay:0.2s;}
.stat-item:nth-child(3) .number {animation-delay:0.3s;}
.stat-item:nth-child(4) .number {animation-delay:0.4s;}

.ldipss{ padding:1% 0; overflow:hidden;}
.ldipss .swiper-father{position:relative; overflow:hidden; margin-top:2%;}
.ldipss .honor{padding-top:0%;}
.ldipss .honor .swiper-slide{}
.ldipss .honor .swiper-slide img{width:99%; border:1px solid #ccc}
.ldipss .honor .swiper-slide p{font-size:15px;text-align:center;line-height:30px;padding:10px 0; color:#222;}
.ldipss .swiper-father .swiper-button-next,.ldipss .swiper-father .swiper-button-prev{width:45px;height:45px;text-align:center;box-sizing:border-box;}
.ldipss .swiper-father .swiper-button-next i,.ldipss .swiper-father .swiper-button-prev i{ line-height:45px }
.ldipss .swiper-father .swiper-button-next i img,.ldipss .swiper-father .swiper-button-prev i img{vertical-align:middle; width:100%;}
.ldipss .swiper-father .left{right:0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .right{left:-0;outline:medium; background:rgba(0,0,0,0.65);}
.ldipss .swiper-father .left:hover i,.ldipss .swiper-father .right:hover i{color:#493c2b;}
.ldipss .swiper-pagination-bi{position:absolute;bottom:-15px;z-index:11;text-align:center; width:100%;}
.ldipss .swiper-pagination-bi .swiper-pagination-bullet{margin:0 5px;}
.ldipss .swiper-pagination-bullet{width:12px;height:12px;background:#bbb;border-radius:10px}
.ldipss .swiper-pagination-bullet-active{background:#493c2b;opacity:1;}
.ldipss .swiper-father .swiper-button-next::after,.ldipss .swiper-father .swiper-button-prev::after{display:none;}

/*首页产品*/
.font-weight-bold {font-weight: 700 !important;}
section {position:relative;overflow:hidden;}
.small-padding-box {padding:4% 0;}
.grey-box {background:#fff;}
.img-center {position:relative;width:100%;height:0;padding-bottom:100%;}
.img-center img {position:absolute;z-index:1;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:auto;height:auto;max-width:100%;max-height:100%;}
.text-center {text-align:center !important;}

.index-top {display:flex;justify-content:space-between;align-items:flex-end;gap:2.5% 5%;margin-bottom:2%;}
.index-top .title {font-size: 40px; color: #1a1a1a; font-weight: 600; }
.index-top .btn {display:flex;gap:8px;padding:0;}
.index-top .swiper-button-prev,.index-top .swiper-button-next {position:static;display:block;width:40px;height:40px;line-height:40px;font-size:16px;text-align:center;background:#f8fafc;color:#493c2b;border-radius:8px;transition:all 0.4s;}
.grey-box .index-top .swiper-button-prev,.grey-box .index-top .swiper-button-next {background:#fff;}
.index-top .swiper-button-prev:hover,.index-top .swiper-button-next:hover {background:#493c2b;color:#fff;}
.index-top .swiper-button-prev span,.index-top .swiper-button-next span {font-size:inherit;color:inherit;}
.index-top .swiper-button-prev:after, .index-top .swiper-button-next:after{font-size:inherit;color:inherit;}
.index-products {margin-bottom:3%;}
.index-products .img {background:#fff;border-radius:16px;overflow:hidden;}
.index-products .swiper-slide .img img {mix-blend-mode:multiply;transition:all 0.6s; width: 100%; display: block;}
.index-products .summary {display:block;font-size:14px;line-height:28px;color:#4d4d4d;display:block;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}
.index-products .subnav a {display:block;font-size:14px;line-height:28px;color:#4d4d4d;}
.index-products .swiper-slide:hover .img img {transform:translate(-50%,-50%) scale(1.1);}
.index-products .swiper-slide .subtitle {font-weight:400;font-size:14px; line-height: 28px;}
.index-products .swiper-slide .title {display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;transition:all 0.6s; margin: 3%; text-align: center;font-size:18px;}
.index-products .swiper-slide:hover .subtitle,.index-products .swiper-slide:hover .title {color:#493c2b;}
.index-products .subnav a {display:block;font-size:14px;line-height:28px;transition:all 0.4s;}
.index-products .subnav a:hover {color:#493c2b;}



/* 按钮*/
.layout-btn {position:relative;z-index:1;display:inline-block;width:auto;height:45px;line-height:22.75px;background:#493c2b;transform:translate3d(0px,0%,0px);text-decoration:none;font-weight:500;font-size:14px;letter-spacing:0.7px;transition-delay:0.6s;border-radius:28px;transition:all 0.4s;overflow:hidden;/*box-shadow:0 1.375rem 2em -8px rgba(0,0,0,0.1);*/;}
.layout-btn:before {content:"";position:absolute;z-index:4;top:0;left:0;width:100%;height:100%;background:var(--grey_bg);border-radius:50% 50% 0 0;transform:translateY(100%) scaleY(0.5);transition:all 0.6s ease;}
.layout-btn:after {content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--colour1);border-radius:0;transform:translateY(0) scaleY(1);transition:all 0.6s ease;}
.layout-btn > div {position:relative;z-index:8;padding:0 35px;overflow:hidden;}
.layout-btn > div > span {display:flex;align-items:center;gap:0.25rem;width:100%;line-height:inherit;top:0;font-weight:500;width:100%;text-align:center;transition:transform 0.5s ease;}
.layout-btn > div > span:first-of-type {color:#fff;opacity:1;transform:translateY(50%);}
.layout-btn > div > span:last-of-type {color:#333;opacity:0;transform:translateY(50%);}
.layout-btn:hover {background:var(--grey_bg);transition:background 0.2s linear;transition-delay:0.6s;}
.layout-btn:hover:before {border-radius:0;transform:translateY(0) scaleY(1);transition-delay:0s;}
.layout-btn:hover:after {border-radius:0 0 50% 50%;transform:translateY(-100%) scaleY(0.5);transition-delay:0s;}
.layout-btn:hover > div > span:first-of-type {opacity:0;transform:translateY(-50%);}
.layout-btn:hover > div > span:last-of-type {opacity:1;transform:translateY(-50%);}
.layout-btn > div font {font-weight:normal !important;font-size:78%;line-height:1em;}
.layout-btn.layout-btn2 {background:#fff;}
.layout-btn.layout-btn2:after {background:var(--colour2);}
.layout-btn.layout-btn2:before {background:var(--grey_bg);}
.layout-btn.layout-btn2 > div > span:first-of-type {color:#fff;}
.layout-btn.layout-btn2 > div > span:last-of-type {color:#333;}
.layout-btn.layout-btn3 {background:#fff;}
.layout-btn.layout-btn3:after {background:var(--grey_bg);}
.layout-btn.layout-btn3:before {background:var(--colour1);}
.layout-btn.layout-btn3 > div > span:first-of-type {color:#333;}
.layout-btn.layout-btn3 > div > span:last-of-type {color:#fff;}
.grey-box .layout-btn:before,.grey-box .layout-btn.layout-btn2:before,.grey-box .layout-btn.layout-btn3:after,.grey-box2 .layout-btn:before,.grey-box2 .layout-btn.layout-btn2:before,.grey-box2 .layout-btn.layout-btn3:after {background:#fff;}

/* 产品网格布局 替代swiper */
.index-products.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2%;
    margin-bottom: 3%;
    margin-top: 2%;
}
.index-products.products-grid .product-item {
    width: 100%;
}
.index-products.products-grid .product-item a{display: block; text-align: center;}

/* 响应式适配 和原swiper断点保持一致 */
@media (max-width: 1199px) and (min-width: 992px) {
    .index-products.products-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 991px) {
    .index-products.products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 继承原有swiper-slide所有样式，无需改动原有hover、文字、图片动画 */
.index-products.products-grid .product-item .img {
    background:#fff;
    border-radius:16px;
    overflow:hidden;
}
.index-products.products-grid .product-item .img img {
    mix-blend-mode:multiply;
    transition:all 0.6s;
    width: 100%;
    display: block;
}
.index-products.products-grid .product-item:hover .img img {
    transform:translate(-50%,-50%) scale(1.1);
}
.index-products.products-grid .product-item .title {
    display:block;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:all 0.6s;
    margin: 3%;
    text-align: center;
    font-size:18px;
}
.index-products.products-grid .product-item .dece {
    display:block;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    transition:all 0.6s;
    text-align: center;
    font-size:15px;
    line-height: 20px;
    color: #555;
}

.index-products.products-grid .product-item .butter{
  margin:2% auto 0 auto;
    min-width:120px;
    line-height:32px;
    border:1px solid #cecbc7;
    font-size:14px;
    color:#493c2b;
    border-radius:5px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-transform:capitalize;
}


.index-products.products-grid .product-item:hover .title {
    color:#493c2b;
}


/* 核心列表布局*/        
.info-list {list-style:none;margin:0 auto;}
.info-list li {display:flex;align-items:center;gap:40px;margin-bottom:60px;}
/* 实现图片和文字的交错效果*/        .info-list li:nth-child(odd) {flex-direction:row;}
.info-list li:nth-child(even) {flex-direction:row-reverse;}
.info-img,.info-text {flex:1;}
.info-img img {width:100%;display:block;object-fit:cover;}
.info-text .ppbt {font-size:24px;margin-bottom:15px;color:#111;}
.info-text p {font-size:16px;color:#444;margin-bottom:20px;}
.info-text button {border:1px solid #e6e6e6;background:#fff;padding:10px 20px;text-transform:uppercase;font-size:12px;cursor:pointer;transition:0.3s; box-sizing: border-box;}
.info-text button:hover{background-color:#493c2b;color:#fff;}
.info-text button a:hover{color: #fff;}
/* ===================== 响应式适配 =====================*/        @media (max-width:768px) {.info-list li {flex-direction:column !important;gap:20px;margin-bottom:40px;}
.info-img,.info-text {width:100%;}
.info-text {text-align:center;}
;}


.video-banner {position:relative;width:100%;}
.banner-box {width:100%;position:relative;}
.banner-img,.banner-video {width:100%;height:auto;display:block;}
.banner-video {display:none;}
/* 居中播放按钮*/        .play-icon {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;border-radius:50%;background:rgba(73,60,43,0.7);color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:0.3s;}
.play-icon:hover {background:#493c2b;transform:translate(-50%,-50%) scale(1.1);}
/* 底部文字模块*/        .banner-text {position:absolute;left:5%;bottom:-100px;width:80%;background:rgba(0,0,0,1);color:#fff;padding:3% 5%; transform:translate(100px,-5%); box-sizing: border-box; text-align: center; border-radius: 8px;}
.banner-text .vbt {font-size:40px;margin-bottom:12px;}
.banner-text p {font-size:18px;line-height:1.7;color:#eee;margin-bottom:15px;}
.banner-text .more-btn {padding:9px 26px;background:#493c2b;color:#fff;border:none;cursor:pointer;}
/* 响应式*/        @media(max-width:992px) {.banner-text .vbt {font-size:22px;}
.play-icon {width:50px;height:50px;}
;}
@media(max-width:576px) {.banner-text {padding:20px 3%;}
.banner-text h2 {font-size:18px;}
.banner-text p {display:none;}
.play-icon {width:42px;height:42px;font-size:16px;}
;}

.sy_cp_bg{padding:4% 0 4% 0; background: #f8f8f8 url(../img/mask2.png) no-repeat center;}
.sy_cp_bg .gd{display: flex;}
.sy_cp{}
.sy_cp .lb{margin-top: 40px;overflow: hidden;width: 100%;}
.sy_cp .lb.lb2{margin-top: 20px;}
.sy_cp .lb.lb3{margin-top: 20px;}
.sy_cp .lb ul{display: flex;}
.sy_cp .lb ul li{background: #fff;}
.sy_cp .lb ul li .img{overflow: hidden; border: 1px solid #eee;}
.sy_cp .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_cp .lb ul li .ptext{background: rgba(29,80,146,.9);padding: 5%;box-sizing: border-box;width: 100%;text-align: left;display: flex; align-items: center;}
.sy_cp .lb ul li .ptext span{font-size:16px; line-height:25px; color: #fff; overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-transition-property: color; float: left; width: 88%; margin-right: 5%;}
.sy_cp .lb ul li .pico{margin-top:0%; overflow: hidden; float: right;}
.sy_cp .lb ul li .pico img{height:25px; display: block;}


.sy_cp .lb ul li .txt{font-size: 14px;line-height: 2;text-align: center;padding: 10px 0;color: #333;-webkit-transition:0.5s;transition:0.5s;}

.sy_cp .lb ul li:hover .txt{color: #007939;}


.home-videos{padding:4% 0;}
#videoswiper{margin-top:30px}
#videoswiper .videoswiper-pagination{text-align:center;margin-top:30px}
#videoswiper .videoswiper-pagination .swiper-pagination-bullet{background:#111111;opacity:1}
#videoswiper .videoswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#493c2b}
#videoswiper .swiper-slide{background:#fff;transition:all .2s linear;border-radius:10px;overflow:hidden}
#videoswiper .swiper-slide:hover{background:#493c2b;color:#FFFFFF}
#videoswiper .swiper-slide .video{width:100%;aspect-ratio:3/2; height: 306px;}
#videoswiper .swiper-slide .video iframe,#videoswiper .swiper-slide .video img,#videoswiper .swiper-slide .video video{width:100%;height:100%;object-fit:cover}
#videoswiper .swiper-slide .nybox{margin:15px 20px; overflow: hidden; color: #121212;}
#videoswiper .swiper-slide .nybox .btwz{font-size:17px;font-weight:600;line-height:1.4;}
#videoswiper .swiper-slide .nybox .btny{font-size: 15px; line-height:22px; font-weight: 300; margin-top: 2%; opacity: 0.8;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;}
#videoswiper .swiper-slide:hover .nybox{color: #fff;}
.inabout{padding:3% 0; overflow: hidden;}
.inabout_tit{overflow: hidden;}
.inabout_tit .home-titless{font-size:40px;font-weight:600;text-align:center;text-transform:capitalize;line-height:1.4; color: #000;}
.inabout_tit .home-desss{font-size:18px;color:#565656;text-align:center;margin:0 0 1% 0}


.index-section6 {background-image:url(../images/map.webp);background-repeat:no-repeat;background-position:top 88px center;padding:90px 0 75px;background-color:#fafafa;}
.index-section6 .section-title--after {opacity:.15;color:#929292;}
.index-section6 .section-body {text-align:center;}
.index-section6 .section-head {margin:3% 0;}
.index-section6 .section-body img {max-width:100%;}

/* 外层通栏容器*/    .contact-banner {width:100%;background:url('../img/f_bg.jpg') no-repeat center center;background-size:cover;display:flex;align-items:center;padding:3% 0%;gap:40px;}
/* 左侧表单区域*/    .banner-form-wrap {flex:1;color:#fff; width: 55%;}
.banner-title {font-size:48px;font-weight:600;margin-bottom:12px;}
.banner-subtitle {font-size:18px;opacity:0.9;margin-bottom:36px;}
/* 三列输入行*/    .form-row-three {display:flex;gap:16px;margin-bottom:24px;}
.form-input {flex:1;height:52px;padding:0 16px;border:none;border-radius:4px;font-size:16px;background:#ffffff;color:#333;}
.form-input::placeholder {color:#999;}
/* 图纸上传说明文本*/    .upload-desc-title {font-size:18px;font-weight:500;margin-bottom:10px;}
.upload-desc-text {font-size:15px;line-height:1.6;opacity:0.95;margin-bottom:20px;}
.upload-desc-text a {color:#fff;text-decoration:underline;}
/* 上传按钮区域*/    .upload-btn-box {display:flex;align-items:center;gap:16px;margin-bottom:24px;}
/* 隐藏原生文件输入框*/    #file-input {display:none;}
.upload-btn {padding:14px 32px;background:#fff;color:#004099;border:2px solid #004099;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;}
.upload-tip {font-size:15px;opacity:0.9;}
/* 已选文件提示*/    .file-name-tip {margin-top:8px;font-size:14px;color:#fff;}
/* 留言输入框 + 发送按钮*/    .message-box {position:relative;}
.message-textarea {width:100%;height:140px;padding:16px;border:none;border-radius:4px;font-size:16px;resize:none;}
.message-textarea::placeholder {color:#999;}
.send-btn {position:absolute;right:12px;bottom:12px;width:60px;height:60px;border-radius:50%;background:#000;color:#fff;border:none;font-size:16px;font-weight:bold;cursor:pointer;}
/* 右侧产品图区域*/    .banner-product-wrap {flex:1;display:flex;justify-content:flex-end;}
.product-img {max-width:90%;height:auto;object-fit:contain;}
/* ========== 响应式适配 ==========*/    /* 平板 1024px 以下*/    @media screen and (max-width:1024px) {.contact-banner {flex-direction:column;min-height:auto;padding:40px 4%;}
.banner-form-wrap,.banner-product-wrap {width:100%;}
.banner-product-wrap {justify-content:center;}
.product-img {max-width:70%;}
.banner-title {font-size:36px;}
;}
/* 手机 768px 以下*/    @media screen and (max-width:768px) {.form-row-three {flex-direction:column;}
.banner-title {font-size:28px;}
.upload-btn-box {flex-direction:column;align-items:flex-start;}
.product-img {max-width:90%;}
;}

.sy_lx_bg {background:url('../img/sy_lx_bg.jpg') center center / cover no-repeat;}
.sy_lx { position: relative;}
.sy_lx_left{width:50%;;background:rgba(255,255,255,0.9); position: absolute; top: 0; height: 100%;}
.sy_lx_right{width:50%;background:linear-gradient(135deg,rgba(40,28,13,0.9) 0%,rgba(73,60,43,0.9) 100%);  position: absolute; right:0;height: 100%;}
.sy_lx .pd95{display: flex;}
.sy_lxfs {width: 50%; padding:80px 80px 80px 0; box-sizing: border-box;}
.sy_lxfs .lb {margin-top:50px;}
.sy_lxfs .lb ul {;}
.sy_lxfs .lb ul li {position:relative;padding-left:66px;margin-bottom:20px;}
.sy_lxfs .lb ul li .ml1 {position:absolute;left:0;top:0;bottom:0;width:52px;display:flex;justify-content:center;}
.sy_lxfs .lb ul li .ml1 span {width:54px;height:54px;background:#fff;border-radius:50%;font-size:25px;color:#493c2b;display:flex;align-items:center;align-content:center;justify-content:center;}
.sy_lxfs .lb ul li .ml2 {font-size:20px;line-height:1.6;color:#333;font-weight:bold;}
.sy_lxfs .lb ul li .ml3 {font-size:16px;line-height:1.6;color:#666;}
.sy_lybg {width: 50%;  padding:80px 0px 80px 80px; box-sizing: border-box; z-index: 1;}
.sy_lybg form {margin-top:50px;}
.sy_lybg form ul {display:flex;flex-wrap:wrap;}
.sy_lybg form ul li {width:100%;margin-bottom:2%;}
.sy_lybg form ul li:nth-child(1) {width:49%;margin-right:2%;}
.sy_lybg form ul li:nth-child(2) {width:49%;}
.sy_lybg form ul li:nth-child(3) {width:49%;margin-right:2%;}
.sy_lybg form ul li:nth-child(4) {width:49%;}
.sy_lybg form ul li input {display:block;width:100%;font-size:16px;line-height:48px;height:50px;color:#fff;padding:0 20px;background:none;border:1px solid #fff;overflow:hidden;border-radius:5px;}
.sy_lybg form ul li input::-webkit-input-placeholder {color:#fff;}
.sy_lybg form ul li input:-moz-placeholder {color:#fff;}
.sy_lybg form ul li input::-moz-placeholder {color:#fff;}
.sy_lybg form ul li input:-ms-input-placeholder {color:#fff;}
.sy_lybg form ul li textarea {display:block;width:100%;font-size:16px;line-height:1.6;height:120px;color:#fff;padding:10px 20px;background:none;border:1px solid #fff;overflow:hidden;border-radius:5px;}
.sy_lybg form ul li textarea::-webkit-input-placeholder {color:#fff;}
.sy_lybg form ul li textarea:-moz-placeholder {color:#fff;}
.sy_lybg form ul li textarea::-moz-placeholder {color:#fff;}
.sy_lybg form ul li textarea:-ms-input-placeholder {color:#fff;}
.sy_lybg form ul li input:focus,.sy_lybg form ul li textarea:focus {border:1px solid #fff;}
.sy_lybg form ul li .gd {display:flex;justify-content:center;}

.sy_bt {
    text-align: center;
}
.sy_bt .ml1 {
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
    color: #333;
}
.sy_bt .ml2 {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-top: 20px;
}

.sy_bt.fff .ml1 {
    color: #fff;
}

.sy_bt.fff .ml1 span {
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
}

.sy_bt.fff .ml2 {
    color: #fff;
}
.foot_bg{padding-top: 60px;background:#fff;position: relative;}
.foot_bg:before{content: "";position: absolute;left: 0;top: 0;right: 0;height: 5px;background-image: linear-gradient(to right,#493c2b,#acce22 25%,#493c2b 50%,#acce22 75%,#493c2b 100%);}
.foot1{display: flex;justify-content: space-between;padding-bottom: 50px;}
.foot_dh{}
.foot_dh ul{}
.foot_dh ul .bt{padding-bottom: 10px;width: 100%;}
.foot_dh ul .bt a{font-size: 18px;line-height: 30px;color: #333;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul .bt a:hover{color: #493c2b;text-decoration: underline;}
.foot_dh ul li a{font-size: 14px;line-height: 1.6;padding: 5px 0;color: #666;-webkit-transition:0.5s;transition:0.5s;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.foot_dh ul li a:hover{color: #493c2b;text-decoration: underline;}
.foot_lx{width: 30%;}
.foot_lx .ml1{font-size: 18px;line-height: 30px;font-weight: bold;color: #333;}
.foot_lx .ml3{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.foot_lx .ml3 p{display: flex;padding: 5px 0;}
.foot_lx .ml3 p i{font-size: 24px;padding-right: 5px;color: #493c2b;}
.foot_gz{width: 36%;}
.foot_gz .ml4{}
.foot_gz .ml4 img{display: block;height: 50px;}
.foot_gz .ml4ms{font-size: 14px;line-height: 24px;color: #666;margin-top: 15px;}
.foot_lx .ml5{margin-top: 10px;}
.foot_lx .ml5 ul{display: flex;}
.foot_lx .ml5 ul li{margin-right: 15px;position: relative;}
.foot_lx .ml5 ul li a{display: block;font-size: 26px;line-height:42px;color: #666;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.foot_gz .ml6{margin-top: 20px;}
.foot_gz .ml6 form{position: relative;}
.foot_gz .ml6 form input{display: block;width: 100%;height: 46px;line-height: 44px;padding: 0 70px 0 20px;font-size: 14px;color: #333;background: #f5f7f9;}
.foot_gz .ml6 form input::-webkit-input-placeholder{color: #666;}
.foot_gz .ml6 form input:-moz-placeholder{color: #666;}
.foot_gz .ml6 form input::-moz-placeholder{color: #666;}
.foot_gz .ml6 form input:-ms-input-placeholder{color: #666;}
.foot_gz .ml6 form a{position: absolute;right: 0;top: 0;width: 70px;height: 46px;background:#493c2b;font-size: 28px;display: flex;align-items: center;align-content: center;justify-content: center;color: #fff;}
.bqsy{font-size: 14px;line-height: 24px;padding: 20px 0;text-align: center;color: #666;border-top: 1px solid #eee;}
.bqsy a{color: #493c2b;}

.kefu_bg{position: fixed;right: 0px;top:50%;z-index: 9;-webkit-transform: translate(0, -50%);transform: translate(0, -50%);width: 0px;overflow: hidden;}
.kefu{margin-left: 50px;}
.kefu ul{}
.kefu ul li{height: 36px;width: 36px;text-align: center;border-radius: 50%;overflow: hidden;margin-bottom: 5px;position: relative;background: #000;}
.kefu ul li a{height: 100%;display: flex;flex-direction: column;justify-content: center;text-align: center;}
.kefu ul li i{color: #fff;font-size: 18px;line-height: 20px;-webkit-transition:0.5s;transition:0.5s;}
.kefu ul li:nth-child(1){-webkit-animation: xuanzhuan 10s linear 0s infinite normal;animation: xuanzhuan 10s linear 0s infinite normal;}
.kefu ul li.gotop a{background: #999;}
@-webkit-keyframes xuanzhuan{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes xuanzhuan{0%{-webkit-transform: rotate(0deg);transform: rotate(0deg);}100%{-webkit-transform: rotate(360deg);transform: rotate(360deg);}}



.i-bana,.n-absc ul,.n-abtab ul,.n-abta,.n-acb ul,.n-coj ul,.n-csx ul,.n-news ul,.n-proa,.n-prs,.n-prsa ul,.n-prxa,.n-prt,.n-prtt ul{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-o-flex;display:-ms-flexbox;display:flex;}
.i-ban{position: relative;}
.i-ban img{width: 100%; display: block;}
.i-bana{position: absolute;top: 0;left: 0;width:100%;height: 100%;z-index:1;align-items: center;justify-content: center;font-size:32px;color:#fff;text-transform:uppercase;line-height: 40px;}
.i-bana span{display:block;width:50px;height:5px;background:#fff;margin:10px auto 0;}


.i-fen{position: relative;}
.i-fena{position: absolute;width: 100%;bottom: 0; z-index: 2;}
.i-fenaa{max-width:1500px;width:96%;margin: auto;}
.i-fenaa ul{border-top-left-radius: 10px;border-top-right-radius: 10px;overflow: hidden; display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}
.i-fenaa li{width:50%;border-right: 1px solid #eee;line-height: 70px; font-size: 16px;}
.i-fenaa li:last-child{border:0;}
.i-fenaa a{color:#333;display: block;text-align: center;font-weight: bold;background: #fff;border-bottom: 1px solid #eee;}
.i-fenaa li.on a{background: #e62129;color:#fff}
.i-fenaa a:hover{background: #1c4e88;color:#fff}

.nyaboutbig{padding: 3% 0 ;  overflow: hidden; }
.page-main{}
.page-title{text-align:center;font-size:36px;font-weight:600;color:#0b1b2b;line-height:1.4;margin-bottom: 2%;}
.page-title.white{color: #fff;}

@media (max-width:1280px){.page-title{font-size:30px}
}
@media (max-width:1024px){.page-title{font-size:26px}
}
@media (max-width:768px){.page-title{font-size:24px}
}
.pagetext{font-size:20px; line-height: 32px; color:#0b1b2b;margin-bottom:3%;}
.pagetext img{max-width: 100%; margin: 0 auto; display: block;}
.about1{overflow: hidden;}
.about1 img{vertical-align: bottom;max-width: 100%; height: auto;}

.about-part {margin-bottom:60px;}
.about-part .part-item {display:flex;}
.about-part .part-item>div {width:50%;}
.about-part .part-item:nth-last-child(1) .part-img {justify-content:flex-start;}
.about-part .part-con {background:#F6F6F7;padding:5%;box-sizing:border-box;}
.about-part .part-img {display:flex;flex-direction:column;justify-content:flex-end;}
.about-part .part-img img {width:100%;height:auto;}
.about-part .title {position:relative;text-align:center;color:#333;padding-bottom:10px;margin-bottom:20px;font-size:24px;font-weight:600;}
.about-part .title:after {content:"";position:absolute;width:80px;height:2px;left:50%;top:100%;transform:translateX(-50%);background:#493c2b; }
.about-part .con {line-height:1.8em;color:#555;}
.about-part .part-con:nth-child(2){padding:2.2%;}
.about-part :nth-child(2) .con{line-height: 1.5em;}

/*å‘å±•åŽ†ç¨‹*//* display none until init*/.owl-carousel {display:none;width:100%;-ms-touch-action:pan-y;}
.owl-carousel .owl-wrapper {display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px);}
.owl-carousel .owl-wrapper-outer {overflow:hidden;width:100%;}
.owl-carousel .owl-wrapper-outer.autoHeight {-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out;}
.owl-carousel .owl-item {float:left;}
.owl-controls .owl-page,.owl-controls .owl-buttons div {cursor:pointer;}
.owl-controls {text-align:center;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
/* fix*/.owl-carousel .owl-wrapper,.owl-carousel .owl-item {-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);}
.owl-carousel .owl-controls {width:100%;z-index:11;margin-top:25px;}
.owl-carousel .owl-controls .owl-buttons div {position:absolute;display:inline-block;zoom:1;*display:inline;width:20px;height:70px;text-indent:-9999px;transition:.35s;top:45%;margin-top:-35px;}
.owl-carousel .owl-controls .owl-buttons .owl-prev {background:url(../images/index_24.png) center no-repeat;overflow:hidden;left:-30px;}
.owl-carousel .owl-controls .owl-buttons .owl-next {background:url(../images/index_25.png) center no-repeat;overflow:hidden;right:-30px;}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {background:url(../images/index_24a.png) center no-repeat;overflow:hidden;}
.owl-carousel .owl-controls .owl-buttons .owl-next:hover {background:url(../images/index_25a.png) center no-repeat;overflow:hidden;}
.owl-carousel .owl-controls.clickable .owl-buttons div:hover {filter:Alpha(Opacity=100);/*IE7 fix*/  opacity:1;text-decoration:none;}
.owl-carousel .owl-controls .owl-page {display:inline-block;zoom:1;*display:inline;/*IE7 life-saver*/;}
.owl-carousel .owl-controls .owl-page span {display:block;width:10px;height:10px;margin:5px 7px;-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px;border:1px solid #999;}
.owl-carousel .owl-controls .owl-page.active span,.owl-carouselpzs .owl-controls.clickable .owl-page:hover span {filter:Alpha(Opacity=100);/*IE7 fix*/  opacity:1;background:#493c2b;border:1px solid #493c2b;}
.owl-carousel .owl-controls .owl-page span.owl-numbers {height:auto;width:auto;color:#FFF;padding:2px 10px;font-size:12px;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;}
.AbHisBg {background:url(../img/hisbg.jpg) center;background-size:cover;background-attachment:fixed;padding:6% 0;overflow:hidden;}
.AbHisBg h2 {color:#FFFFFF;font-size:36px;}
.AbHisList {position:relative;}
.AbHisList .bd {width:100%;overflow:hidden;}
/*æ¨ªçº¿*/.AbHisList .bd .ul {position:relative;padding:0 40px;width:100% !important;}
.AbHisList .bd .ul .owl-wrapper {display:flex !important;}
.AbHisList .bd .ul .item {display:flex;align-items:center;position:relative;height:100%;}
.AbHisList .bd .ul .item .box {width:100%;padding:0 25px;}
.AbHisList .bd .ul .item:before {content:"";position:absolute;z-index:1;top:50%;left:0%;display:block;width:100%;height:1px;border-top:1px solid rgba(83,116,115,0.3);}
.AbHisList .bd .ul .item:after {content:"";position:absolute;z-index:1;top:49.9%;left:7%;display:block;width:30%;height:3px;background-color:#493c2b;}
/*å…ƒç´ å†…å®¹å’Œæ¨ªçº¿çš„è·ç¦»*/.AbHisList .ul .item .box>div {padding:20px 0;}
/*æŒ‰ç…§å¥‡æ•°å¶æ•°éšè—ä¸Šä¸‹æ–‡æœ¬*/.AbHisList .ul .owl-item:nth-of-type(Odd) .box>div:nth-of-type(Odd) {opacity:0;visibility:hidden;}
.AbHisList .ul .owl-item:nth-of-type(even) .box>div:nth-of-type(even) {opacity:0;visibility:hidden;}
.AbHisList .bd .item .fzbt {line-height:48px;font-size:32px;font-weight:600;color:#493c2b;}
.AbHisList .bd .item p {color:#333;padding:2% 0;font-size:16px;/* letter-spacing:1px;line-height:30px;background:url(../img/AbHisP.jpg) no-repeat left 20px;*/;}
.owl-carousel.ul .owl-controls .owl-buttons .owl-next,.owl-carousel.ul .owl-controls .owl-buttons .owl-next:hover {position:absolute;right:0;top:50%;margin-top:-20px;width:40px;height:40px;z-index:666;background:url(../img/AbHisR.png) center no-repeat;}
.owl-carousel.ul .owl-controls .owl-buttons .owl-prev,.owl-carousel.ul .owl-controls .owl-buttons .owl-prev:hover {position:absolute;left:0;top:50%;margin-top:-20px;width:40px;height:40px;z-index:666;background:url(../img/AbHisL.png) center no-repeat;}


/* 外层统一容器 about-factory*/    .about-factory {width:100%;margin:0 auto;padding:0 0 4% 0;box-sizing:border-box;}
/* 主标题*/    .about-factory .section-title {text-align:center;font-size:36px;color:#111;margin:0 0 40px;font-weight:600;}
/* 标签按钮组*/    .about-factory .tab-wrap {display:flex;justify-content:center;gap:12px;margin-bottom:40px; margin-top:2%;}
.about-factory .tab-btn {padding:10px 15px;font-size:18px;border:none;border-radius:4px;cursor:pointer;background-color:#eeeeee;color:#777777;transition:0.2s all;}
.about-factory .tab-btn.active {background-color:#1a1a1a;color:#ffffff;}
/* 标签内容 默认隐藏*/    .about-factory .tab-item {display:none;}
.about-factory .tab-item.active {display:block;}
/* Swiper容器*/    .about-factory .swiper-box {position:relative;overflow:hidden;width:100%;}
/* 图片样式*/    .about-factory .swiper-slide img {width:100%;display:block;border-radius:4px;}
/* 全局统一左右箭头样式 每个swiper都显示*/    .about-factory .swiper-button-prev,.about-factory .swiper-button-next {width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 0 6px rgba(0,0,0,0.1);color:#333;}
.about-factory .swiper-button-prev::after,.about-factory .swiper-button-next::after {font-size:16px;font-weight:bold;}
.about-factory .swiper-button-prev {left:4px;}
.about-factory .swiper-button-next {right:4px;}




/* 页面外层左右分栏容器 */
    .page-wrap {
      display: flex;
      align-items: stretch;
      width: 100%;
      margin: 0 auto;
      padding: 40px 50px;

    }
    .page-wrap  .pd95{
      display: flex;
      align-items: stretch;
            gap: 30px;

    }
    /* 左侧垂直轮播区域 */
    .timeline-left {
      flex: 1;
      height: 500px;
      position: relative;
    }
    /* 右侧固定图片区域，独立不受swiper控制 */
    .timeline-right {
      flex: 1;
      height: auto;
    }
    .timeline-right img {
      width: 100%;
      object-fit: cover;
      display: block;
    }
    /* 垂直Swiper容器 */
    .vertical-swiper {
      width: 100%;
      height: 100%;
    }
    .vertical-swiper .swiper-wrapper {
      height: 100%;
    }
    /* 单个轮播项布局：轴线固定左，文字固定右 */
    .timeline-slide {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      gap: 32px;
    }
    /* 左侧时间轴固定容器：竖线+上下按钮+圆点 */
    .timeline-line-box {
      width: 60px;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: 0;
      left:calc(50% - 30px);
      z-index: 2;
    }
    /* 贯穿全部高度的灰色竖线 */
    .timeline-full-line {
      width: 2px;
      background: #e1e1e1;
      height: 100%;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      z-index: 1;
    }
    /* 上下翻页圆形按钮 */
    .btn-prev, .btn-next {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid #eeeeee;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 2;
    }
    .btn-prev {
      margin-bottom: auto;
    }
    .btn-next {
      margin-top: auto;
    }
    .btn-prev::after {
      content: "↑";
      font-size: 20px;
      color: #666;
    }
    .btn-next::after {
      content: "↓";
      font-size: 20px;
      color: #666;
    }
    /* 时间轴圆点样式 */
    .dot {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 3;
      display: none
    }
    .dot-active {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      border: 3px solid #d4b88c;
      background: #fff;
    }
    .dot-normal {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #999999;
    }
    /* 右侧文字内容区域 */
    .vertical-swiper .text-content {
      display: flex;
      justify-content: space-between;
      gap: 60px 0;
      width: 100%;
      flex: 1;
    }.vertical-swiper .text-content .left,
    .vertical-swiper .text-content .right{
        width: calc(50% - 30px) ;
    }
    .vertical-swiper .swiper-slide:nth-of-type(Odd) .text-content .left,
    .vertical-swiper .swiper-slide:nth-of-type(even) .text-content .right{
        order: 0;
    }
    .vertical-swiper .swiper-slide:nth-of-type(even) .text-content .left,
    .vertical-swiper .swiper-slide:nth-of-type(Odd) .text-content .right{
        order:1;
    }
    .text-date {
      font-size: 30px;
      color: #c9a878;
      font-weight: 500;
      margin-bottom: 8px;
    }
    .text-sub {
      font-size: 20px;
      color: #333;
      margin-bottom: 22px;
    }
    .text-desc {
      font-size: 15px;
      line-height:1.5;
      color: #444;
      max-width: 530px;
    }
    /* 移动端自适应 */
    @media (max-width: 1080px) {
      .page-wrap {
        flex-direction: column;
      }
      .timeline-left, .timeline-right {
        height: 520px;
      }
    }


.zzjg{padding: 3% 0; background: #f5f5f5; overflow: hidden;}
.zzjg img{width: 100%; display: block;}

.i-customer{padding:3% 0;text-align:center; background: #f5f5f5;}
.i-customer ul{margin-right:-2%; overflow: hidden; margin-top:1%;}
.i-customer li{float:left;width:18%;margin-right:2%;margin-bottom:2%}
.i-customer li p{font-size: 16px; line-height: 32px;}
/* .i-customer li:nth-of-type(6n){margin-right:0} */
.i-customer .more{transition:.6s ease;-webkit-transition:.6s ease;-moz-transition:.6s ease;-ms-transition:.6s ease;-o-transition:.6s ease;display:inline-block;color:#252525;font-size:16px;margin-top:55px;cursor:pointer;padding-top:40px;background:url(../img/cus-more-arr.png) no-repeat center top}

.i-customer .more:hover{background-position-y:6px}

.zoom-pic{display:inline-block;margin-right:10px;margin-bottom:10px}
.zoom-pic img{width: 100%; display: block;}
.zoom-pic.no-mr{margin-right:0}
.more{display:inline-block;margin-top:20px;cursor:pointer;color:#007bff;text-decoration: none;}


.nyaboutbig{padding: 3% 0 ;  overflow: hidden; }
.pro-left{ width: 20.3%; margin-right: 2.3%; overflow: hidden; float: left;}
.pro-left .kk{background: #f9f9f9; border: 1px solid #e5e5e5; margin-bottom: 3%;}
.pro-left .tops{ text-align: center; background: #493c2b;; height: auto; padding:5% 0;}
.pro-left .tops i{font-size: 24px;color: #fff;font-style: normal;}
.pro-left .sideMenu h6 a{ display: block; height: auto; line-height: 64px; padding: 0 40px 0 35px; font-size: 20px; color: #fff; box-sizing: border-box;}
.pro-left .sideMenu ul li a{ position: relative; display: block; height: auto; line-height:55px; background: #f9f9f9; font-size:15px; color: #333; padding-left: 5%; border-bottom: 1px solid #eee; box-sizing: border-box;}
.pro-left .sideMenu ul li a:hover{ color: #493c2b;}
.pro-left .sideMenu ul li a.hover{ color: #493c2b; font-weight: 600;}
.pro-left .sideMenu ul li a.hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a.hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:before{ content: ""; left: 0; top: 50%; width: 2px; height: 1px; position: absolute; background: #493c2b;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:before{ top: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul li a:after{ content: ""; left: 0; bottom: 50%; height: 1px; width: 2px; position: absolute; background: #493c2b;; visibility: hidden;}
.pro-left .sideMenu ul li a:hover:after{ bottom: 0; height: 50%; visibility: visible; transition: all .5s;}
.pro-left .sideMenu ul dl{ padding: 1% 0 0 7%;}
.pro-left .sideMenu ul dl:last-child{ padding-bottom: 1%; margin-bottom: 0; border-bottom: 1px solid #e5e5e5;}
.pro-left .sideMenu ul dl a{ font-size: 14px; color: #333; line-height:30px; border-bottom:none}
.pro-left .sideMenu ul dl a:hover{ color: #493c2b;;}
.pro-left .sideMenu ul li a:hover:after, .pro-left .sideMenu ul li a:hover:before{display: none;}
.pro-left .phone{ padding: 30px 0 35px; height: 120px;}
.pro-left .sideMenu ul ol{display: none;}

.leftxw{margin-top: 10px;}
.leftxw .bt2{font-size:24px;color: #fff;background: #493c2b; padding:5% 0;text-align: center;}
.leftxw dl{border: 1px solid #eee;padding: 0 20px;}
.leftxw dl dd{border-bottom: 1px dashed #eee;}
.leftxw dl dd a{display: block;font-size: 14px;line-height: 24px;color: #666;padding: 10px 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.leftxw dl dd a:hover{color: #493c2b;}

.ablxpne{overflow: hidden;padding:8%;background-color: #493c2b; box-sizing: border-box; margin-top:10%; text-align: center; }
.ablxpne p{font-size:22px;color: #fff; text-align: center; font-weight: 600; line-height: 50px; position: relative;}
.ablxpne p:after{width:32px;height: 2px;background: #fff;position: absolute;top:50%;left:8%;content: '';transform: translateY(-18%);}
.ablxpne p:before{width:32px;height: 2px;background: #fff;position: absolute;top:50%;right:8%;content: '';transform: translateY(-18%);}
.ablxpne b{font-size: 18px;color: #fff; text-align: center; font-weight: 600;}
.ablxpne .but_more{background: #fff; border-radius: 30px; padding: 8px; box-sizing: border-box; width: 100px; margin:20px auto 0}
.ablxpne:hover .but_more{background: #333; color: #fff;}
.ablxpne:hover .but_more a{color: #fff;}

.ny_right{ width:76%; float: right;}
.proWrap-head{width: 100%;justify-content: space-between;align-items: center;position: relative;}
.proWrap-head::after{content: "";position: absolute;width: 100%;height: 1px;background: #eee;left: 0;bottom: 0;}
.proWrap-head .name{height:56px;display: flex;align-items: center;position: relative;z-index: 2; color: #000;}
.proWrap-head .name::after{content: "";position: absolute;width: 46px;height: 2px;background: #493c2b;left: 0;bottom: 0;}
.flex {display: flex;flex-wrap: wrap;}
.font30{font-size: 30px;}
.sonPlace{display: flex;align-items: center;}
.sonPlace a{font-size: 15px;color: #777;transition: color .4s ease;margin-left: 26px;position: relative;}
.sonPlace a::after{content: ">";position: absolute;top: 0;font-weight: 700;font-size: 15px;color: #777;right: -17px;pointer-events: none;}
.sonPlace a:hover{color: #493c2b;}
.sonPlace a:last-child::after{display: none;}
.sonPlace a:first-child{margin-left: 0;font-size: 0;width: 17px;background: url('../img/home.png') no-repeat center top 3px;}
.sonPlace a:first-child:hover{background-image: url('../img/homeH.png');}

.home-products{padding:0% 0;}
.home-products .pro-list{display:flex;flex-wrap:wrap; margin-right: -2%;}
.home-products .pro-list li{width:23%;margin-right:2%;border-radius:6px;overflow:hidden;background-color:#fff;border:1px solid #e8e8e8;transition:all .2s linear; margin-bottom: 2%;}
.home-products .pro-list li .img{overflow:hidden;position:relative}
.home-products .pro-list li .img img{width:100%;transition:all .2s linear;display: block; overflow: hidden;}
.home-products .pro-list li .icon-hottitle{position:absolute;left:14px;top:14px;line-height:1;color:#65451e;font-size:24px;z-index:4;width:46px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:3px;background-color:#65451e}
.home-products .pro-list li .icon-hottitle::before{display:none}
.home-products .pro-list li .icon-hottitle::after{content:"Hot";color:#fff;font-size:14px;line-height:1;font-weight:400}
.home-products .pro-list li .info{padding:5%;border-top:1px solid #e8e8e8; box-sizing: border-box;}
.home-products .pro-list li .info .title{font-size:18px;font-weight:500;transition:all .2s linear; color: #333; line-height: 32px;}
.home-products .pro-list li .info .txt{color:#666;font-size:15px; line-height:24px;}
.home-products .pro-list li:hover{border-color:#65451e }
.home-products .pro-list li:hover .img img{transform:scale(1.03)}
.home-products .pro-list li:hover .info .title{color:#65451e}
.line2 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.line3 {display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}


.ny_cp_xq1{display: flex;align-content: flex-start;align-items: flex-start;padding-top: 60px;}
.ny_cp_xq1 .img{width: 45%;position: relative;}
.ny_cp_xq1 .img .cp_xq_qh{border: 1px solid #eee;}
.cp_xq_qhz,.cp_xq_qhy{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.cp_xq_qhz{left: 20px;}
.cp_xq_qhy{right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh{width: 80%;margin-left: 20%;}
.ny_cp_xq1 .img .cp_xq_qh ul li img{display: block;width: 100%;}
.ny_cp_xq1 .img .cp_xq_qh2{position: absolute;left: 0;top: 0;bottom: 0;width: 18%;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li{overflow: hidden;border: 1px solid #eee;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li img{display: block;width: 100%;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li.swiper-slide-thumb-active{border: 2px solid #65451e;}
.ny_cp_xq1 .txt{width: 55%;padding-left: 4%;padding-top: 10px;}
.ny_cp_xq1 .txt .ml1{font-size: 36px;line-height: 42px;color: #231815;font-weight: bold;}
.ny_cp_xq1 .txt .ml2{border-top: 1px solid #e2e2e2;font-size: 16px;line-height: 30px;color: #333;padding: 20px 0 0;margin-top: 20px;}
.ny_cp_xq1 .txt .ml4{margin-top: 30px;}
.ny_cp_xq1 .txt .ml4 ul{display: flex;}
.ny_cp_xq1 .txt .ml4 ul li{margin-right: 15px;}
.ny_cp_xq1 .txt .ml4 ul li a{display: flex;align-items: center;justify-content: center;font-size: 16px;line-height: 46px;background: #65451e;color: #fff;padding: 0 50px;-webkit-transition:0.5s;transition:0.5s;border-radius: 23px;}
.ny_cp_xq1 .txt .ml4 ul li:nth-child(2) a{background: #65451e;color: #fff;}
.ny_cp_xq1 .txt .ml4 ul li a i{font-size: 22px;padding-right: 5px;}
.ny_cp_xq1 .txt .ml4 ul li a:hover{background: #231815;color: #fff;}
.ny_cp_xq1 .txt .ml5{margin-top: 40px;}
.ny_cp_xq1 .txt .ml5 ul{display: flex;flex-wrap: wrap;}
.ny_cp_xq1 .txt .ml5 ul li{width: 50%;}
.ny_cp_xq1 .txt .ml5 ul li:nth-child(n+3){margin-top: 10px;}
.ny_cp_xq1 .txt .ml5 ul li a{display: flex;align-items: center;}
.ny_cp_xq1 .txt .ml5 ul li a img{width: 40px;margin-right: 5px;}
.ny_cp_xq1 .txt .ml5 ul li a p{font-size: 18px;line-height: 40px;color: #333;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_xq1 .txt .ml5 ul li a:hover p{color: #65451e;}
.ewmtc_bg{position: fixed;inset: 0;background: rgba(0, 0, 0, 0.7);z-index: 11;display: flex;align-items: center;justify-content: center;display: none;}
.ewmtc_bg.on{display: flex;}
.ewmtc{width: 300px;background: #fff;border-radius: 20px;padding: 10px;position: relative;}
.ewmtc span{display: block;font-size: 20px;color: #333;text-align: center;line-height: 30px;padding: 0px 0 10px;}
.ewmtc img{display: block;width: 100%;border-radius: 20px;}
.ewmtc .guanbi{width: 36px;height: 36px;font-size: 16px;color: #333;display: flex;align-items: center;justify-content: center;position: absolute;left: 50%;margin-left: -18px;bottom: -50px;background: #fff;border-radius: 50%;cursor: pointer;}

.ny_cpxq2{}
.cp_xq_txt{padding-top: 60px;}
.cp_xq_txt .bt{}
.cp_xq_txt .bt span{display: block;font-size: 30px;line-height: 30px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.cp_xq_txt .txt{line-height:30px; font-size:16px; color:#333;margin-top: 30px;}
.cp_xq_txt .txt video{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.cp_xq_txt .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #f1f3f5;color: #333;line-height: 24px;text-align: left;}
.cp_xq_txt .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}

.view-page2{position:relative; padding-top:20px;border-top: 1px solid #eee;margin-top: 50px;}
.view-page2 .prev,.view-page2 .next{font-size:16px;line-height:36px;width:45%;}
.view-page2 .prev{float: left;}
.view-page2 .prev a,.view-page2 .next a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.view-page2 a{display:block;color: #666;} 
.view-page2 .next{float: right;text-align:right;}
.view-page2 .prev:hover a{color:#65451e;}
.view-page2 .next:hover a{color:#65451e;}

.cpxunpan{padding-top: 60px;padding-bottom:60px;}
.cpxunpan .bt{font-size: 30px;line-height: 30px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.cpxunpan .ly{margin-top: 40px;}
.cpxunpan .ly form{}
.cpxunpan .ly ul{display: flex;flex-wrap: wrap;margin-right: -1%;}
/* .cpxunpan .ly ul:nth-child(2n){margin-right: 0;} */
.cpxunpan .ly ul li{width: 49%;margin-right: 1%;margin-bottom: 1%;position: relative;}
/* .cpxunpan .ly ul li:nth-child(2n){margin-right: 0;} */
.cpxunpan .ly ul li:nth-child(n+5){width: 100%;margin-right: 0;}
.cpxunpan .ly ul li input{display: block;width: 100%;font-size: 16px;padding:0 20px;line-height: 58px;height: 60px;color: #333;background: none;border: 1px solid #eee;}
.cpxunpan .ly ul li textarea{display: block;width: 99%;font-size: 16px;padding:10px 20px;line-height: 30px;height: 220px;color: #333;background: none;border: 1px solid #eee;}
.cpxunpan .ly ul li input:focus,.cpxunpan .ly ul li textarea:focus{border: 1px solid #65451e;}
.cpxunpan .ly ul li input.jzxz:focus{border: 1px solid #eee;}
.cpxunpan .ly .btn{display: flex;align-items: center;justify-content: center;width: 100%;}
.cpxunpan .ly .btn button{cursor: pointer;color: #fff;position: relative;border: none;font-size: 16px;background-color: #333;height: 60px;line-height: 60px;margin-left: 10px;margin-right: 10px;padding: 0 50px;-webkit-transition:0.5s; transition:0.5s;}
.cpxunpan .ly .btn button:hover{background-color: #65451e;}


img:not([src]) {visibility:hidden;position:absolute;}
.lazy-load {position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite 1s linear;}
@keyframes circle {0% {transform:translate(-50%,-50%) rotate(0);}
100% {transform:translate(-50%,-50%) rotate(360deg);}
;}
.lazy-wrap {display:block;position:relative;overflow:hidden;}
.lazy-wrap::after {content:"";display:block;padding-bottom:50%;}
.lazy-wrap.lazy-loaded .lazy-load {-webkit-animation:none;animation:none;display:none;}
.lazy-wrap.lazy-loaded::after {padding-bottom:0;}
img {vertical-align:bottom;max-width:100%;height:auto;}

.productss{overflow: hidden; width: 100%; margin-top: 3%;}
.promore_l img{max-width: none !important;}
.promore_l{width:47%;float:left;}

/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ Ãƒâ€šÃ‚Â·ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚Â*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block; width: 90%;}
.jqzoom img{width:99.8%; border:1px solid #d6d6d6; background:#fff}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:100%;height:100%;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#fff;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


/*ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â§Ãƒâ€¹Ã¢â‚¬ ÃƒÆ’Ã‚Â¥Ãƒâ€¹Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¡Ãƒâ€šÃ‚Â¨*/
.spec-preview{width:100%; height:100%;}
.spec-scroll{clear:both;margin-top:10px;width:100%; float:left;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block; width:32px; height:32px; cursor:pointer; margin-top:7px;}
.spec-scroll .items{float:left;position:relative;width:80%; height:60px; overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;}
.spec-scroll .items ul li{float:left;width:80px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #d6d6d6; padding:2px;width:60px;}
.spec-scroll .items ul li img:hover{border:2px solid #493c2b ; padding:1px;}

.pros_right{width:50%; float:right; overflow:hidden;}
.pros_right_top{overflow:hidden; border-bottom:2px solid #e6e6e6;}
.pros_right_top .pbt{overflow:hidden; font-size:20px; color:#493c2b ; padding-bottom:10px; line-height:30px;}
.proleft{width:100%;font-size:14px; line-height:25px; margin-top:2%;}
.proleft p{font-size:14px; line-height:25px; }


.procolor{ margin-top:20px;}
.procolor_bt{font-weight: 600; font-size: 16px; color: #333;border-bottom: 1px dashed #e6e6e6; padding-bottom: 10px;}
.procolor ul{}
.procolor li{border: 1px solid #ccc; margin:2% 1% 0 0; display: inline-block; width:35px; height: 35px}
.color_witer{background: #fff}
.color_red{background: #ff0000}
.color_yellow{background: #fff600}
.color_blue{background: #02028f}
.color_pink{background: #ff3be6}
.color_black{background:#000}
.color_green{background: #049915}

.pc-cx-tel-1{width: 100%;height: auto;border-top: 2px solid #e6e6e6;padding-top: 2%;overflow:hidden;margin-top:4%;}
.pc-cx-tel-1-t1{width: 28%;height: auto;background: #333;font-size: 18px;line-height: 44px;text-align: center;float: right;margin-top: 15px;}
.pc-cx-tel-1-t1 a{display: block;color: #fff;}
.pc-cx-tel-1-t2{height: auto;padding-left: 70px;background: url(../img/head-c-r1.png) no-repeat 0px center;font-size:20px;color: #454545;float:left;line-height:30px;}
.pc-cx-tel-1-t2 p{line-height: 24px;font-size: 18px}
.pbtn{margin-top:10px;overflow:hidden;}
.pbtn a{width:40%;height:50px;line-height:50px;float:left;text-align:center;margin-right:3%; background: #493c2b;
    color: #fff; font-size:18px}
.pbtn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;line-height:1;top:0px;}
.pbtn i img{width:20px; vertical-align: middle;}
.pbtn a:hover{background:#ff963a;color:#fff;}
/* .pbtn a:nth-child(2){width:50%; background:#ff963a;} */

.wl2{overflow: hidden; width: 45%; margin-top: 3%;}
.wl2 a{font-size:24px;line-height: 50px;color: #493c2b;padding: 0 3%; background: none; width: auto;}

.tabs-basic{width:100%; margin-top:30px; float:left;}
/* The tabs */
.tabs-basic ul{list-style:none; text-align:left; margin:0; padding:0; border-bottom:1px solid #e6e6e6;}
.tabs-basic ul li{display:inline-block; margin-bottom:-1px; font-size:16px; text-transform:uppercase;}
.tabs-basic a{display:block; text-decoration:none; background:#eee; border:1px solid transparent; padding:10px 40px; color: #333}
.tabs-basic .tab-active{border-bottom:2px solid #493c2b ; color:#fff; background:#493c2b ;}
/* The content */

.tabs-basic .tabs-content-placeholder{overflow:hidden; margin:auto; background:#fff; padding:20px 0;}
.tabs-basic .tabs-content-placeholder .div{display:none;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active{display:block; line-height:30px; font-size:14px;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table{border:1px solid #d6d6d6; line-height:24px; text-align:center;}
.tabs-basic .tabs-content-placeholder .div.tab-content-active table tr{padding-left:20px;}
.tabs-basic .tabs-content-placeholder .div p{line-height:30px; text-align:left; margin-top:10px;}
.tabs-basic .tabs-content-placeholder .div img{max-width:100%; clear: both; display: block;}
.tabs-basic table{border-collapse:collapse; border: 1px #e6e6e6 solid !important; width:100% !important;line-height:30px!important;}
.tabs-basic table td{padding:8px!important; padding-left:12px !important; word-wrap:break-word; word-break:break-all; border:1px #e6e6e6 solid !important; line-height:30px!important;}
.tabs-basic table td div{padding:0px!important;height:auto!important;}

.hot_pro2{width:100%;float:left; margin-top:3%;}
.hot_pro2_tit{width:100%; height:45px; background:#f1f1f1; color:#493c2b ; line-height:45px; font-size:16px; padding:0 20px; font-weight:bold; border:1px solid #d6d6d6; box-sizing: border-box;}

.scrollleft2{width:100%; float:left; margin-top:20px;}
.scrollleft2 ul{margin-right: -2%}
.scrollleft2 li{width:200px; float:left; margin-right:20px; overflow:hidden;}
.scrollleft2 li img{width:99%; display:block; border:1px solid #e6e6e6; }
.scrollleft2 li img:hover{border:1px solid #fff ;}
.scrollleft2 li a{color: #333}
.scrollleft2 li span{display:block; width:100%; line-height:30px; margin-top:10px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; text-align:center;}


.fanhui{float:right;width:126px;margin:0 auto;position:relative;height:1px;}
.fanhui a{position:absolute;z-index:2;width:125px;height:42px;line-height:42px;top:25px;right:0;text-align:center;background:#493c2b;font-size:16px;color:#fff;display:inline-block;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.fanhui a:hover{color:#fff;font-size:16px;font-weight:100;text-decoration:underline;}
.PreveNext{border-top:1px #DEDEDE solid;margin:0px auto;width:100%;height:70px;padding-top:10px;padding-bottom:10px;clear:both;overflow:hidden;}
.PreveNext ul{float:left;}
.PreveNext li{width:100%;float:left;line-height:32px;text-align:left; font-size: 15px;}


.bread{width:100%;border-bottom:1px solid #DEDEDE;background:#f5f5f5; padding: 0.5% 0;}
.bread .pd95{height:100%;display:flex;align-items:center;justify-content:space-between}
.breadL{display:flex;align-items:center}
.breadL a{width:200px;line-height:40px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:16px;color:#333333;margin-right:1%;transition:all .3s} 
.breadL a.active,.breadL a:hover{background:#493c2b;color:#FFFFFF}
.breadR{display:flex;align-items:center}
.breadR a{display:flex;align-items:center;justify-content:center;font-weight:400;font-size:14px;color:#6B6B6B;margin-right:25px;position:relative;transition:all .3s}
.breadR a::after{content:'-';position:absolute;top:50%;transform:translateY(-50%);right:-15px}
.breadR a img{width:18px;height:18px;margin-right:8px}
.breadR a:hover{color:#493c2b}
.breadR a:last-child{margin-right:0;
/*width: 4.2rem;*/
    display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;
    justify-content: left;
}
.breadR a:last-child::after{display:none}

.news-list {position:relative;}
.news-list .list1 {display:flex;justify-content:space-between;flex-wrap:wrap;}
.news-list .list1 li {position:relative;margin-bottom:2em;width:31%;}
.prodetails-sidear {width:22.5%;}
.prodetails-sidear .pr-sidebar-search {display:flex;overflow:hidden;margin-bottom:20px;padding:15px;width:100%;background-color:#F9F9F9;border-radius:3px;}
.news-list li .info {position:relative;border-top:none;border-radius:3px;}
/* .news-list .list0 li .info {border-top:1px solid #EDEDED;} */
.news-list li .info .inter {position:relative;display:flex;box-sizing:border-box;padding:0px 10px;background-color:#fafafb;align-items:center;justify-content:flex-end; box-sizing: border-box;}
.news-list li .info .date::before {position:absolute;top:-11px;right:-10px;border:11px solid transparent;border-bottom:11px solid #493c2b;content:"";opacity:.8;}
.news-list li .info .date {position:absolute;bottom:-1px;left:-1px;display:flex;width:90px;height:52px;background-color:#493c2b;color:#FFFFFF;align-items:center;justify-content:center;flex-direction:column;}
.news-list .list0 li .info .date {left:0px;}
.news-list li .info .date .day {font-weight:500;font-size:20px;line-height:1;}
.news-list li .info .inter .btn {display:inline-flex;height:40px;border-radius:3px;transition:all .2s ease;align-items:center;justify-content:center; font-size: 14px;}
.news-list li .info .text {padding:15px; box-sizing: border-box;}
.news-list li .info .text .title {display:-webkit-box;overflow:hidden;margin-bottom:10px;color:#000;font-weight:600;font-size:18px;transition:all .2s ease;-webkit-box-orient:vertical;-webkit-line-clamp:1;}
.news-list li .info .text p {display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4;color:#555; font-size: 15px; line-height: 26px;}
.news-list li .img {display:block;width:100%; }
.news-list li .img img {display:block;width:100%;height:100%;object-fit:contain;}
.news-list li .img::before {position:absolute;top:0px;left:0px;display:inline-block;width:100%;height:100%;background-color:rgba(0,0,0,0);content:"";transition:all .2s ease;}
.news-list li:hover .img::before {background-color:rgba(0,0,0,.5);}
.news-list li:hover .btn {color:#493c2b;}
.news-list li:hover .info .title {color:#493c2b;}
.newscontent-title {color:var(--fontcolor);font-size:26px;line-height:1.4;}
.news-list .list0{margin-right: -2%;}
.news-list .list0 li {position:relative;margin-bottom:2%;width:31.333%; float: left; margin-right: 2%; border:1px solid #EDEDED;}
.list0 li .info {margin-left:-1px;border-left:none;}
/* .list0 li .img {width:25%;} */
.lazy-load{position:absolute;left:50%;top:50%;width:30px;height:30px;transform:translate(-50%,-50%);border:2px solid #000;border-top-color:rgba(0,0,0,.2);border-right-color:rgba(0,0,0,.2);border-bottom-color:rgba(0,0,0,.2);border-radius:100%;animation:circle infinite 1s linear}
@keyframes circle{0%{transform:translate(-50%,-50%) rotate(0)}
100%{transform:translate(-50%,-50%) rotate(360deg)}
}
.lazy-wrap{display:block;position:relative;overflow:hidden}
.lazy-wrap::after{content:"";display:block;padding-bottom:50%}
.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}
.lazy-wrap.lazy-loaded::after{padding-bottom:0}


/* 外层容器，隔离所有样式*/.scale-card-wrap {width:100%;margin:0 auto;box-sizing:border-box; margin-bottom: 2%;}
/* 卡片主体容器*/.scale-card-box {display:flex;align-items:center;background:#f7f8fc;border-radius:16px;overflow:hidden;position:relative;}
/* 左侧图片区域*/.scale-card-img-box {width:50%;position:relative;}
.scale-card-img-box img {width:100%;height:auto;display:block;}
/* 黑色菱形日期标签*/.scale-date-tag {position:absolute;right:-40px;top:40%;background:#111111;color:#fff;padding:24px 12px;transform:rotate(45deg);font-size:16px;white-space:nowrap; text-align: center; line-height:20px;}
.scale-date-tag .time{transform: rotate(318deg);}
/* 右侧文字区域*/.scale-card-text-box {width:50%;padding:40px 60px;box-sizing:border-box;}
.scale-card-text-box .nbtt {font-size:32px;color:#1a1a1a;line-height:1.4;margin:0 0 40px;font-weight:600;}
.scale-card-text-box .nbwz {display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #555;
    font-size: 15px;
    line-height: 26px; margin-bottom: 4%;}
/* Read More 按钮*/.scale-read-btn {display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:1px solid #d2d2d8;border-radius:6px;background:transparent;color:#666;font-size:16px;cursor:pointer;transition:all 0.2s ease;}
.scale-read-btn:hover {background:#fff;border-color:#aaa;}
/* 响应式适配：平板手机垂直排列*/@media screen and (max-width:1200px) {.scale-card-text-box .nbtt {font-size:26px;}
.scale-card-text-box {padding:30px 40px;}
;}
@media screen and (max-width:992px) {.scale-card-box {flex-direction:column;}
.scale-card-img-box,.scale-card-text-box {width:100%;}
.scale-date-tag {right:10px;top:20px;transform:rotate(0deg);padding:8px 16px;}

.scale-card-text-box {padding:30px;}
;}
@media screen and (max-width:576px) {.scale-card-text-box .nbtt{font-size:20px;}
.scale-card-text-box {padding:20px;}
;}



.service-banner {width:100%;background:#f8f9fa;/* 浅灰白渐变背景，还原原图质感*/            background-image:linear-gradient(135deg,#f5f6f8 0%,#ffffff 100%);padding:2% 0;}
.service-wrap {margin:0 auto;display:grid;/* PC端三栏均分*/            grid-template-columns:repeat(3,1fr);gap:40px;}
.service-item {display:flex;align-items:center;gap:20px;}
.service-icon {width:80px;height:80px;flex-shrink:0;/* 图标容器，可放入svg/png*/            display:flex;align-items:center;justify-content:center;}
.service-icon img {width:100%;height:auto;object-fit:contain;}
.service-text .sbt {font-size:18px;color:#0f3b70;font-weight:700;margin-bottom:10px;}
.service-text p {font-size:14px;color:#333333;line-height:1.6;}
/* 平板响应式 768px-1199px*/        @media screen and (max-width:1199px) {.service-wrap {gap:30px;}
.service-icon {width:100px;height:100px;}
.service-text .sbt {font-size:28px;}
.service-text p {font-size:20px;}
;}
/* 手机端 小于768px 单列堆叠*/        @media screen and (max-width:767px) {.service-wrap {grid-template-columns:1fr;gap:36px;}
.service-item {justify-content:center;text-align:center;flex-direction:column;align-items:center;}
.service-icon {width:90px;height:90px;}
.service-text .sbt {font-size:18px;}
.service-text p {font-size:14px;}
.service-banner {padding:30px 15px;}
;}


/* 分类容器外层*/.category-section {width:100%;padding:5% 0;}
/* 内容限制1400px宽，居中*/.category-container {margin:0 auto;}
/* 主标题*/.section-title {font-size:32px;font-weight:700;color:#111;margin-bottom:36px;text-transform:uppercase;}
/* 网格容器：6列均分*/.category-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
/* 单个分类卡片*/.category-card {display:flex;flex-direction:column;align-items:center;gap:18px;text-decoration:none;}
/* 图片框*/.card-img-box {width:100%;aspect-ratio:1 / 1;/* 正方形框*/    border:1px solid #eee;border-radius:4px;display:flex;align-items:center;justify-content:center;padding:20px;}
.card-img-box img {max-width:85%;max-height:85%;object-fit:contain;}
/* 分类文字*/.card-name {font-size:16px;color:#111;font-weight:500;text-align:center;}
/* ========== 响应式断点 ==========*//* 平板：1200px以下 → 4列*/@media screen and (max-width:1199px) {.category-grid {grid-template-columns:repeat(4,1fr);gap:20px;}
.section-title {font-size:28px;margin-bottom:30px;}
;}
/* 小平板：768px以下 → 3列*/@media screen and (max-width:767px) {.category-grid {grid-template-columns:repeat(3,1fr);gap:16px;}
.section-title {font-size:24px;margin-bottom:24px;}
.category-section {padding:30px 15px;}
.card-img-box {padding:12px;}
;}
/* 手机端：480px以下 → 2列*/@media screen and (max-width:479px) {.category-grid {grid-template-columns:repeat(2,1fr);gap:14px;}
.card-name {font-size:14px;}
;}

.lline{border-bottom: 2px solid #ccc; margin: 3% 0;}


/* 新品模块外层容器*/.new-product-section {width:100%;padding:0 0 4% 0;}
/* 内容限制宽度1400px居中*/.new-product-wrap {margin:0 auto;}
/* 头部标题栏：左右两端对齐*/.section-header {display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;}
.section-header .newbt {font-size:36px;font-weight:700;color:#111111;text-transform:uppercase;}
/* 右侧Discover Now按钮*/.discover-btn {padding:14px 36px;border:1px solid #bbbbbb;border-radius:999px;text-decoration:none;color:#111;font-size:18px;display:flex;align-items:center;gap:10px;transition:all 0.2s ease;}
.discover-btn:hover {border-color:#111;}
/* 商品网格 4列均分*/.product-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:30px;}
/* 单个商品卡片*/.product-card {display:flex;flex-direction:column;gap:22px;position:relative;}
/* 图片容器*/.card-img-box {width:100%;aspect-ratio:1 / 1;background:#fcfcfc;border-radius:2px;position:relative;display:flex;align-items:center;justify-content:center;padding:25px;}
.card-img-box img {max-width:90%;max-height:90%;object-fit:contain;}
/* NEW角标*/.badge-new {position:absolute;top:12px;left:12px;background:#87c0d8;color:#fff;font-size:14px;padding:4px 12px;border-radius:4px;font-weight:500;}
/* 收藏爱心按钮*/.heart-btn {position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #eee;display:flex;align-items:center;justify-content:center;cursor:pointer;}
.heart-btn svg {width:16px;height:16px;fill:#666;}
/* 商品文字信息*/.card-info {text-align:center;}
.card-title {font-size:17px;color:#222;line-height:1.5;margin-bottom:14px;}
.card-price {font-size:22px;font-weight:600;color:#111;}
/* ========== 响应式适配 ==========*//* 平板 1199px以下 → 3列*/@media screen and (max-width:1199px) {.product-grid {grid-template-columns:repeat(3,1fr);gap:24px;}
.section-header .newbt {font-size:30px;}
.discover-btn {padding:12px 28px;font-size:16px;}
;}
/* 小平板 767px以下 → 2列*/@media screen and (max-width:767px) {.new-product-section {padding:40px 15px;}
.section-header {flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px;}
.section-header .newbt {font-size:26px;}
.product-grid {grid-template-columns:repeat(2,1fr);gap:20px;}
.card-title {font-size:15px;}
.card-price {font-size:19px;}
;}
/* 手机 479px以下 → 1列*/@media screen and (max-width:479px) {.product-grid {grid-template-columns:1fr;}
.card-img-box {padding:18px;}
;}

/* 博客外层容器*/.blog-section {width:100%;padding:3% 0; background: #f5f5f5;}
/* 内容限制1400px居中*/.blog-container {margin:0 auto;}
/* 区块标题*/.blog-title {text-align:center;font-size:36px;font-weight:700;color:#111;margin-bottom:45px;text-transform:uppercase;}
/* 博客网格 3列均分*/.blog-grid {display:grid;grid-template-columns:repeat(3,1fr);gap:30px;}
/* 单篇博客卡片*/.blog-card {display:flex;flex-direction:column;background:#f8f8f8;}
/* 博客图片容器*/.blog-img-box {width:100%;aspect-ratio:16 / 10;overflow:hidden;}
.blog-img-box img {width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;}
.blog-card:hover .blog-img-box img {transform:scale(1.05);}
/* 文字内容区域*/.blog-content {padding:28px;display:flex;flex-direction:column;gap:18px;flex-grow:1;}
/* 博客标题*/.blog-post-title {font-size:24px;color:#111;line-height:1.35;font-weight:600;display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;}
/* 简介文本*/.blog-desc {font-size:16px;color:#444;line-height:1.6;display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;}
/* Read More 按钮*/.blog-readmore {width:fit-content;padding:14px 32px;background-color:#3a96b8;color:#fff;border:none;border-radius:4px;font-size:17px;cursor:pointer;text-decoration:none;transition:background 0.2s ease;margin-top:8px;}
.blog-readmore:hover {background-color:#2d7a96;}
/* ========== 响应式断点适配 ==========*//* 平板 1199px以下 → 2列*/@media screen and (max-width:1199px) {.blog-grid {grid-template-columns:repeat(2,1fr);gap:24px;}
.blog-title {font-size:30px;margin-bottom:36px;}
.blog-post-title {font-size:21px;}
;}
/* 小平板/手机 767px以下 → 单列*/@media screen and (max-width:767px) {.blog-section {padding:40px 15px;}
.blog-grid {grid-template-columns:1fr;gap:30px;}
.blog-title {font-size:26px;margin-bottom:28px;}
.blog-content {padding:22px;}
.blog-post-title {font-size:20px;}
.blog-readmore {padding:12px 26px;font-size:16px;}
;}


.about_x2.bgs2{overflow:hidden;}
.about_x2.bgs2.bgs3 .con_id{ padding-top:0;}
.about_x2.bgs2 .show_t{ text-align:center;line-height:32px; font-size:28px; color:#222;margin-bottom:16px; margin-top:12px; font-weight:400;}
.about_x2.bgs2 .con_line{ text-align:center; line-height: 35px; font-size: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px;}
.about_x2.bgs2 .con_line span{ margin-left:2%; margin-right:2%;}
.about_x2.bgs2 .con_line span i{ color:#222; font-style:normal;}
.about_x2.bgs2 .con_id{ line-height:30px;overflow:hidden;white-space:normal;word-break:break-all; padding-top:3%;font-size:15px; color:#444;text-align:left;}
.about_x2.bgs2 .con_id img{max-width: 100%; display: block; margin: auto;}
.about_x2.bgs2 .con_id .h2{ font-size:16px; line-height:24px; margin-bottom:5px;}
.about_x2.bgs2 .con_id b{ display:block; padding-top:1%;padding-bottom:1%; overflow:hidden;}

.related-product{overflow:hidden;}
.related-product .title,.relatedTitle{background:#e7e7e7;height:auto;line-height:45px;}
.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#493c2b;height:45px;text-align:center;font-size:16px;font-weight:bold; padding:0 1.5%;}
.relatedNews{margin:3% 0 0;overflow:hidden}
.relatedNews_font{font-size:14px;margin-top:15px;}
.relatedNews_font ul{margin-right:-3%}
.relatedNews_font ul li{float:left;margin-right:3%;width:47%;;line-height:40px;border-bottom:1px dotted #ddd;line-height:40px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.relatedNews_font ul li a{background:url(../img/ly_li.png) no-repeat left center;padding-left:10px;color:#666}
.relatedNews_font ul li a:hover{color:#493c2b}
.relatedNews_font ul li span{float:right;color:#999;margin-left:30px;}



/* FAQ*/
.grey{background: #fafafa;}
.after{padding-top:50px; padding-bottom:80px; height:auto; overflow:hidden; }
.after-intro{margin: 0 auto;max-width:68%;text-align: center;}
.after-intro .hd{font-size: 28px;margin-bottom: 20px;font-weight: bold; color: #000;}
.after-intro .bd{line-height:28px;color: #666; font-size: 16px;}

.fl{float: left;}
.fr{float: right;}
.list-faq {overflow:hidden}
.list-faq ul{margin-right:-1.5%;}
.list-faq li{width: 48.5%; float:left; margin-right:1.5%;display: inline-block;margin-bottom:1.5%}
.list-faq li .wen{background: #f7f7f7;font-size: 20px;color: #493c2b;cursor: pointer;overflow: hidden;padding: 14px;line-height: 26px;box-sizing:border-box}
.list-faq li .wen p{display: block;width: 26px;height: 26px;line-height: 26px;text-align: center;background: #999;color: #fff;border-radius: 500px;margin-right: 10px;font-size: 16px;}
.list-faq li .da p{display: block;width: 26px;height: 26px;line-height: 26px;text-align: center;background: #493c2b;color: #fff;font-size: 16px;border-radius: 500px;margin-right: 10px;}
.list-faq li .da{border: 1px solid #efefef;padding: 16px 12px;font-size: 16px;line-height: 30px;color: #666;display: none; -webkit-transition: 0.5s; transition: 0.5s;}
.list-faq li:hover .da{display: block; transition: 0.5s;}
.list-faq li .wen i{display: block;width: 12px;height: 12px;background: url(../img/qua-ic1.png) no-repeat center;margin-top: 8px;}
.list-faq li:hover .wen i{background: url(../img/qua-ic2.png) no-repeat center;}

@media (max-width: 600px){
    .list-faq li .wen i{display: none;}
}
.listdolo{ overflow:hidden}
.listdolo ul{margin-right:-1.5%; margin-bottom:-1.5%;}
.listdolo li{height: 55px;line-height: 55px;border-radius: 6px;overflow: hidden;padding: 0 20px;margin-bottom: 20px;background: #f3f3f3; width: 48.5%; float:left; margin-right:1.5%;display: inline-block;margin-bottom:1.5%;box-sizing: border-box;
}
.listdolo li .dbt{font-size: 16px;color: #333;background: url(../images/down.png) no-repeat left;padding-left: 34px;}
.listdolo li:hover .dbt{color: #493c2b;}


.ship {margin:auto;overflow:hidden;}
.ship ul {margin-right:-1%;}
.ship li {width:32.333%;float:left;position:relative;margin-bottom:2%;margin-right:1%;overflow:hidden;}
.ship-a img {width:100%;transition:all 0.5s;overflow:hidden;display:block;}
.ship li:hover img {transform:scale(1.1);overflow:hidden;}
.ship-b {position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:18px;text-align:center;z-index:9;}
.ship li::after {position:absolute;height:100%;width:100%;background:rgba(0,0,0,0.4);top:0;left:0;right:0;bottom:0;content:"";}
.ship-b img {display:inline-block;vertical-align:middle;}
.shipj {margin-top:0px;}


#news {}
#news #home-news {}
#news #home-news .news-list {}
#news #home-news .news-list {flex-wrap:wrap;justify-content:space-between;}
#news #home-news .news-list li {display:flex;align-items:center;background-color:#f5f6f7;}
#news #home-news .news-list li .news-item-img {width:50%; height:100%;}
#news #home-news .news-list li .news-item-cont {width:50%;padding:3%;transform:none; box-sizing:border-box;}
@media screen and (min-width:1200px){
 #news #home-news .news-list li:nth-child(2n) {flex-direction:row-reverse;}

}
#news #home-news .news-list .news-item-img {position:relative; height:100%;}
#news #home-news .news-list .news-item-img img {display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;}
#news #home-news .news-list .news-item-img .lazy-wrap::after {padding-bottom:0px;}
#news #home-news .news-list .news-item-img .news-date {display:inline-block;background-color:#FFFFFF;font-size:14px;font-weight:500;text-align:center;position:absolute;top:5%;left:4%;padding:6px 15px;border-bottom:2px solid var(--color);transition:background .3s,color .3s;}
#news #home-news .news-list .news-item-img .news-date span {font-size:0.2rem;display:block;line-height:1;margin-bottom:4px;}
#news #home-news .news-list .news-item-cont {width:90%;margin:auto;padding:5%;transform:translateY(-50%);}
#news #home-news .news-list .news-item-cont .news-item-title {font-size:0.2rem;font-weight:500;color:#000;line-height:1.4;text-transform:capitalize;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2; font-weight: 600;}
@media(min-width:901px)and (max-width:1280px) {#news #home-news .news-list .news-item-cont .news-item-title {font-size:18px;}
;}
#news #home-news .news-list .news-item-cont .news-item-des {margin:10px 0px;color:#555;display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-box-orient:vertical;/* -webkit-line-clamp:2; */ line-height: 26px;}
#news #home-news .news-list li:hover .news-item-img img {transform:scale(1.1);}
#news #home-news .news-list li:hover .news-item-img .news-date {background-color:var(--color);color:#FFFFFF;}
#news #home-news .news-list li:hover .news-item-title {color:#493c2b;}


.ny_fl_bg{padding-top: 30px;}
.ny_fl{border-bottom: 1px solid #eee;height: 60px;}
.ny_fl ul{display: flex;justify-content: center;}
.ny_fl ul li{}
.ny_fl ul li a{display: block;position: relative;font-size: 16px;line-height: 60px;padding: 0 30px;text-align: center;color: #333;-webkit-transition:0.5s;transition:0.5s;}
.ny_fl ul li a:after{content: "";position: absolute;left: 30px;right: 30px;bottom: 0px;height: 3px;background: #493c2b;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_fl ul li.on a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.ny_fl ul li a:hover{color: #493c2b;}
.ny_fl ul li.on a{color: #493c2b;}

.ny_gy_bg{position: relative;}
.ny_gy{}
.ny_gy .lb{margin-top: 60px;display: flex;}
.ny_gy .txt{width: 50%;padding-left: 50px;font-size: 16px;line-height: 2;color: #333;}
.ny_gy .txt p{padding: 5px 0;}
.ny_gy .img{width: 50%;overflow: hidden;border-radius: 20px;}
.ny_gy .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.ny_cp_bg{}
.ny_cp{}
.ny_cp ul{display: flex;flex-wrap: wrap;}
.ny_cp ul li{width: 32%;margin: 0 2% 2% 0;box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);border-radius: 20px;overflow: hidden;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:nth-child(3n){margin-right: 0;}
.ny_cp ul li:hover{box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);}
.ny_cp ul li .img{overflow: hidden;}
.ny_cp ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.ny_cp ul li .txt{text-align: center;padding:0 30px;position: relative;top:0;background: #fff;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li .txt2{padding:30px 0;border-top: 1px solid #eee;}
.ny_cp ul li .txt .ml1{font-size: 24px;color: #333;line-height: 1.6;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li .txt .ml1:hover{color: #493c2b;}
.ny_cp ul li .txt .ml2{font-size: 14px;color: #666;line-height: 1.8;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ny_cp ul li .txt .ml3{position: absolute;left: 0;right: 0;bottom: 0;display: flex;opacity: 0;align-items: center;align-content: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .txt{top: -90px;}
.ny_cp ul li:hover .txt .ml3{bottom: -50px;opacity: 1;}

.pagination{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:auto; padding-top:40px;}
.pagination a,.pagination span{display:inline-block; padding:0 20px; line-height:36px; font-size:16px; margin:0 5px;color: #666;background: #f5f7f9;-webkit-transition:0.5s;transition:0.5s;}
.pagination span.current,.pagination a:hover{color:#fff;background:#493c2b;}

.ny_cp_xq1_bg{background:#f5f7f9;}
.ny_cp_xq1{display: flex;align-items: center;align-content: center;}
.ny_cp_xq1 .img{width: 48%;}
.cp_xq_qhz,.cp_xq_qhy{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.cp_xq_qhz{left: 20px;}
.cp_xq_qhy{right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh{overflow: hidden;background: #fff;position: relative;border-radius: 20px;}
.ny_cp_xq1 .img .cp_xq_qh ul li img{display: block;width: 100%;height: 100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_cp_xq1 .txt{width: 52%;padding-left: 4%;padding-top: 10px;}
.ny_cp_xq1 .txt .ms{font-size: 18px;line-height: 2;color: #333;margin-top: 30px;}
.ny_cp_xq1 .txt .ms strong{font-size: 24px;}
.ny_cp_xq1 .txt .gd{margin-top: 50px;}
.ny_cp_xq1 .txt .gd ul{display: flex;}
.ny_cp_xq1 .txt .gd ul li{display: flex;}
.ny_cp_xq1 .txt .gd ul li:nth-child(2){margin-left: 30px;}
.ny_cp_xq1 .txt .gd ul li .more_an i{font-size: 22px;margin: 0 5px 0 0;}

.ny_cpxq2{}
.cp_xq_txt{padding-top: 80px;}
.cp_xq_txt .txt{line-height:2; font-size:18px; color:#333;margin-top: 60px;}
.cp_xq_txt .txt p{padding: 5px 0;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;margin-top: 20px;margin-bottom: 20px;}
.cp_xq_txt .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #493c2b;color: #fff;text-align: left;}
.cp_xq_txt .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}

.view-page2{padding-top:20px;border-top: 1px solid #eee;margin-top: 60px;display: flex;justify-content: space-between;}
.view-page2 .prev,.view-page2 .next{width:45%;display: flex;}
.view-page2 .next{justify-content: flex-end;}
.view-page2 a{font-size:16px;line-height:2;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;} 
.view-page2 a:hover{color:#493c2b;}

.cp_ly_bg{position: fixed;inset: 0;background: rgba(0,0,0,0.8);z-index: 9;display: none;}
.cp_ly{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;padding-top:80px;}
.cp_ly .lb{background: #fff;border-radius: 5px;padding: 40px;position: relative;width: 1200px;max-width: 90%;}
.cp_ly .lb .cp_ly_gb{position:absolute; right:-12px; top:-12px;cursor:pointer;z-index:1;font-size: 16px;line-height: 44px;color: #fff;background: #493c2b;border-radius: 50%;width: 50px;text-align: center;border: 3px solid #fff;font-weight: bold;}
.cp_ly .lb form{padding-top: 40px;}
.cp_ly .lb form ul{display:flex;flex-wrap:wrap;}
.cp_ly .lb form ul li{width:100%;margin-bottom: 1%;}
.cp_ly .lb form ul li:nth-child(1){width:49.5%;margin-right:1%;}
.cp_ly .lb form ul li:nth-child(2){width:49.5%;}
.cp_ly .lb form ul li:nth-child(3){width:49.5%;margin-right:1%;}
.cp_ly .lb form ul li:nth-child(4){width:49.5%;}
.cp_ly .lb form ul li:nth-child(5){width:49.5%;margin-right:1%;}
.cp_ly .lb form ul li:nth-child(6){width:49.5%;}
.cp_ly .lb form ul li input{display: block;width: 100%;border: 1px solid #eee;border-radius: 5px;padding: 0 20px;background:none;font-size: 16px;line-height: 48px;height: 50px;color: #333;}
.cp_ly .lb form ul li input::-webkit-input-placeholder{color: #666;}
.cp_ly .lb form ul li input::-moz-input-placeholder{color: #666;}
.cp_ly .lb form ul li input::-ms-input-placeholder{color: #666;}
.cp_ly .lb form ul li textarea{display: block;width: 100%;border: 1px solid #eee;border-radius: 5px;padding: 10px 20px;background:none;font-size: 16px;line-height: 30px;height: 180px;color: #333;}
.cp_ly .lb form ul li textarea::-webkit-input-placeholder{color: #666;}
.cp_ly .lb form ul li textarea::-moz-input-placeholder{color: #666;}
.cp_ly .lb form ul li textarea::-ms-input-placeholder{color: #666;}
.cp_ly .lb form ul li.button{display: flex;justify-content: center;}
.cp_ly .lb form ul li button{width: 150px;margin:0 5px;font-size: 16px;line-height: 50px;color: #fff;background: #493c2b;border-radius: 5px;text-align: center;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.cp_ly .lb form ul li button:hover{background: #acce22;}
.cp_ly .lb form ul li input:focus,.cp_ly .lb form ul li textarea:focus{border: 1px solid #493c2b;}



.ny_yy_bg{position: relative;}
.bgddd{background: #f5f7f9;}
.ny_yy{margin-top: 60px;overflow: hidden;}
.ny_yy ul{display: flex;flex-wrap: wrap;}
.ny_yy ul li{width: 49.5%;margin:0 1% 1% 0;overflow: hidden;position: relative;}
.ny_yy ul li:nth-child(2n){margin-right: 0;}
.ny_yy ul li .img{overflow: hidden;height:420px;}
.ny_yy ul li .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_yy ul li .txt{position: absolute;inset: 0;color: #fff;background: rgba(0, 0, 0, 0.5);text-align: center;display: flex;align-items: center;justify-content: center;padding: 40px;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt2{width: 100%;}
.ny_yy ul li .txt .ml1{font-size: 66px;line-height: 1;color: #1cd8e3;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt .ml2{font-size: 16px;line-height: 1;color: #1cd8e3;margin-top: 20px;display: flex;align-items: flex-start;align-content: flex-start;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt .ml2 span{font-size: 60px;font-weight: bold;}
.ny_yy ul li .txt .ml3{font-size: 16px;line-height: 2;margin-top: 20px;}
.ny_yy ul li .txt .ml4{display: flex;align-items: center;justify-content: center;margin-top: -60px;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy ul li .txt .ml4 .more_an{color: #fff;}
.ny_yy ul li .txt .ml4 .more_an:before{border: 2px solid #fff;}
.ny_yy ul li:hover .txt{background:#493c2b;color: #fff;}
.ny_yy ul li:hover .txt .ml1{color: #fff;}
.ny_yy ul li:hover .txt .ml2{color: #fff;}
.ny_yy ul li:hover .txt .ml4{margin-top: 40px;opacity: 1;}

.ny_cp_dw{position: absolute;top: -80px;}

.ny_zs_bg{position: relative;}
.ny_zs{}
.ny_zs .txt{font-size: 16px;line-height: 2;color: #333;margin-top: 40px;text-align: center;padding: 0 6%;}
.ny_zs .lb{margin-top: 50px;}
.ny_zs .lb ul{display: flex;flex-wrap: wrap;}
.ny_zs .lb ul li{width: 32%;margin: 0 2% 2% 0;}
.ny_zs .lb ul li:nth-child(3n){margin-right: 0;}
.ny_zs .lb ul li .tp{border: 1px solid #e5e5e5;overflow: hidden;}
.ny_zs .lb ul li .tp img{display: block;width: 100%;}
.ny_zs .lb ul li .mc{font-size: 14px;line-height: 2;color: #333;text-align: center;padding: 10px 0;}

.ny_zs2_bg{position: relative;}
.ny_zs2{}
.ny_zs2 .txt{font-size: 16px;line-height: 2;color: #333;margin-top: 40px;text-align: center;padding: 0 6%;}
.ny_zs2 .lb{margin-top: 50px;}
.ny_zs2 .lb ul{display: grid;grid-template-areas:"A B C D E" "A B C D F";grid-template-columns: repeat(5, 1fr);gap: 20px;}
.ny_zs2 .lb ul li{}
.ny_zs2 .lb ul li:nth-child(1) {grid-area: A;}
.ny_zs2 .lb ul li:nth-child(2) {grid-area: B;}
.ny_zs2 .lb ul li:nth-child(3) {grid-area: C;}
.ny_zs2 .lb ul li:nth-child(4) {grid-area: D;}
.ny_zs2 .lb ul li:nth-child(5) {grid-area: E;}
.ny_zs2 .lb ul li:nth-child(6) {grid-area: F;margin-top: -20px;}
.ny_zs2 .lb ul li .tp{border: 1px solid #e5e5e5;overflow: hidden;height: 320px;}
.ny_zs2 .lb ul li:nth-child(5) .tp{height: 136px;}
.ny_zs2 .lb ul li:nth-child(6) .tp{height: 136px;}
.ny_zs2 .lb ul li .tp img{display:block; width:100%;height:100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_zs2 .lb ul li .mc{font-size: 14px;line-height: 2;color: #333;text-align: center;padding: 10px 0;}

.ny_xw_bg{padding-bottom: 80px;}
.ny_xw{}
.ny_xw ul{}
.ny_xw ul{}
.ny_xw ul li{margin-bottom:30px;overflow: hidden;background: #f5f7f9;border-radius: 10px;}
.ny_xw ul li a{display: flex;align-items: center;align-content: center;}
.ny_xw ul li .img{width: 350px;overflow: hidden;height: 230px;overflow: hidden;} 
.ny_xw ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.ny_xw ul li .txt{flex:1;overflow: hidden;width: 100%;padding:30px;position: relative;}
.ny_xw ul li .txt .ml1{font-size:24px;line-height:1.6;color:#333;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .txt .ml3{font-size:16px;line-height:1.6;color: #666;border-top: 1px solid #eee;padding-top: 10px;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;} 
.ny_xw ul li .txt .ml4{display: flex;align-items: center;align-content: center;justify-content:space-between;margin-top: 24px;}
.ny_xw ul li .txt .ml4 span{color: #999;}
.ny_xw ul li .txt .ml4 .more_an{font-size: 14px;line-height: 36px;}
.ny_xw ul li .txt .ml4 .more_an .more_an_bg{padding: 0px 20px;border-radius: 18px;}
.ny_xw ul li .txt .ml1:hover{color:#493c2b;}

.ny_xw_xq{display: flex;justify-content: space-between;}
.ny_xw_xq_l{width: 72%;}
.ny_xw_xq_r{width: 25%;position: relative;}

.fa_xq{}
.fa_xq .bt{font-size: 30px;line-height: 1.5;color: #333;}
.fa_xq .ms{margin-top: 25px;color: #999;font-size: 16px;line-height: 24px;}
.fa_xq .ms .line{padding:0 15px; }
.fa_xq .ms span.iconfont,.fa_xq .ms i.iconfont{padding-right: 5px;}
.fa_xq .ms a{color: #999;-webkit-transition:0.5s;transition:0.5s;}
.fa_xq .ms a:hover{color: #493c2b;}
.fa_xq .txt{font-size: 16px;line-height: 2;color: #666;padding-top: 25px;border-top: 1px solid #eee;margin-top: 20px;}
.fa_xq .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.fa_xq .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 15px 10px;background: #f5f7f9;}
.fa_xq .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 10px;}
.fa_xq .txt img{display: block;max-width: 100%;margin: auto;}

.ny_xw_xq_xw_tj{position: sticky;top: 120px;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj .bt{font-size: 24px;line-height: 1;color: #493c2b;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.ny_xw_xq_xw_tj ul{}
.ny_xw_xq_xw_tj ul li{margin-top: 20px;position: relative;padding-left: 110px;height: 100px;}
.ny_xw_xq_xw_tj ul li ..sbt{position: absolute;left: 0;top: 0;width: 100px;height: 100px;overflow: hidden;border-radius: 20px 0 20px 0;}
.ny_xw_xq_xw_tj ul li ..sbt img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj ul li:hover ..sbt img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.ny_xw_xq_xw_tj ul li .h1{font-size: 18px;line-height: 30px;color: #333;padding-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj ul li:hover .h1{color: #493c2b;}
.ny_xw_xq_xw_tj ul li .h2{font-size: 15px;line-height: 30px;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny_xw_xq_xw_tj ul li .h4{font-size:15px; line-height:30px; color:#999;display: flex;justify-content: space-between;padding-top: 5px;}
.ny_xw_xq_xw_tj ul li .h4 span{font-size: 16px;float: left;padding-right: 5px;}

.ny_jr_txt .ms{font-size: 16px;line-height: 2;color: #333;margin-top: 30px;text-align: center;padding: 0 6%;}
.ny_jr_txt .txt{margin-top: 40px;}
.ny_jr_txt .txt img{display: block;max-width: 100%;margin: auto;}
.ny_jr_lb{}
.ny_jr_lb .lb{margin-top: 50px;}
.ny_jr_lb .lb .ny_jr_lb2{margin-bottom: 40px;}
.bt_yq{display: flex;background: #493c2b;padding-right: 50px;}
.bt_yq p{width: 100%;padding: 20px 30px;font-size: 20px;line-height:1.5;color: #fff;}
.bt_yq p:nth-child(1){width: 30%;}
.bt_yq p:nth-child(2){width: 30%;}
.bt_yq p:nth-child(3){width: 20%;}
.bt_yq p:nth-child(4){width: 20%;}
.ny_jr_lb .lb .ny_jr_lb2 ul{}
.ny_jr_lb .lb .ny_jr_lb2 ul li{border-bottom: 1px solid #eee;-webkit-transition:0.5s; transition:0.5s;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms{display: flex;padding-right: 50px;position: relative;cursor: pointer;}
.ny_jr_lb .lb .ny_jr_lb2 ul li.on{background: #f5f7f9;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms:after{content:"\eab3";font-family: "iconfont" !important;position: absolute;right: 0;top: 0;width: 50px;height: 44px;font-size: 20px;display: flex;align-items: center;justify-content: center;color: #999;-webkit-transform: rotate(90deg);transform: rotate(90deg);-webkit-transition:0.5s; transition:0.5s;}
.ny_jr_lb .lb .ny_jr_lb2 ul li.on .ms:after{-webkit-transform: rotate(270deg);transform: rotate(270deg);}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p{width: 100%;padding: 16px 30px;font-size: 16px;line-height: 1.6;color: #333;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(1){width: 30%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(2){width: 30%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(3){width: 20%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .ms p:nth-child(4){width: 20%;}
.ny_jr_lb .lb .ny_jr_lb2 ul li.on .ms p{font-weight: bold;color: #493c2b;}
.ny_jr_lb .lb .ny_jr_lb2 ul li .xq{font-size: 16px;line-height: 2;color: #333;padding: 10px 30px 30px;display: none;}
.ny_jr_lb .lb .gdgw{display: flex;align-items: center;justify-content: center;padding-top: 10px;}
.ny_jr_lb .lb .gdgw .more_an i{font-size: 22px;}

.ny_lx_bg{position: relative;}
.ny_lx{display: flex;justify-content: space-between;position: relative;}
.ny_lx .txt{width: 48%;}
.ny_lx .txt .nr{font-size: 20px;line-height: 36px;color: #333;margin-top: 40px;}
.ny_lx .txt .nr ul li{display: flex;padding: 10px 0;}
.ny_lx .txt .nr ul li i,.ny_lx .txt .nr ul li em{width: 42px;font-size: 34px;line-height: 36px;color: #493c2b;text-align: left;}
.ny_lx .txt .nr ul li p{flex:1;width: 100%;overflow: hidden;}
.ny_lx .txt .nr ul li p span{font-weight: bold;}
.ny_lx .txt .gz{margin-top: 15px;padding-left: 42px;}
.ny_lx .txt .gz ul{display: flex;align-items: center;align-content: center;}
.ny_lx .txt .gz ul li{margin-right: 15px;position: relative;}
.ny_lx .txt .gz ul li a span.iconfont{display: block;width: 48px;height: 48px;font-size: 28px;line-height: 48px;text-align: center;background: #493c2b;color: #fff;border-radius: 50%;-webkit-transition:0.5s;transition:0.5s;}
.ny_lx .txt .gz ul li .xl{position: absolute;left:50%;bottom: 48px;margin-left:-70px; padding-bottom: 15px;display: none;}
.ny_lx .txt .gz ul li .xl:after{content: "";position: absolute;left: 50%;margin-left:-10px; bottom:-5px;border: 10px solid transparent;border-top:10px solid #fff;}
.ny_lx .txt .gz ul li .xl img{display: block;width: 140px;padding: 5px;background: #fff;border-radius: 5px;box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.2);}
.ny_lx .dt{width: 50%;overflow: hidden;border-radius: 10px;box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);}
.ny_lx .dt iframe{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}

.contactbox{overflow: hidden; padding-bottom: 4%;}
.contactbox ul{ margin-right: -2%;}
.contactbox li{float: left; text-align: center; border: 1px solid #ccc; width:23%; margin-right: 2%; padding:2% 0 0; box-sizing: border-box; min-height: 300px; background:#fff;}
.contactbox li .coimg{ margin-bottom: 5%;border-radius: 50%;width: 90px;height: 90px;background-color: #493c2b; margin: auto;}
.contactbox li .coimg img{max-width:60%; display: inline-block; clear: both; margin: auto; line-height: 60px; padding-top: 18%;}
.contactbox li .cot1{font-size:22px;line-height: 1.25;color: #333333;font-weight: bold;text-align: center; margin-top:4%;}
.contactbox li .cot2{font-size:16px;line-height:28px;color: #666666;text-align: center; margin:4%;}

.contact_content{width: 100%; overflow: hidden;}
.contact_content #map_container{width:50%; float:right; height:470px;font-size: 15px; font-family: 'Poppins';font-weight: normal;color:#000;}

.col_feb {width: 47.5%; float:left;padding:2%; text-align: left; border: 1px solid #ccc; box-sizing: border-box;}
.co_onr {width: 100%; overflow: hidden;}
.co_onr .febt{font-size: 30px;line-height: 1.2;color:#000;margin-bottom:12px;font-weight: normal;}
.co_onr p{ font-size: 16px; line-height: 1.5; color: #333; margin-bottom:42px; overflow: hidden;}
.co_onr ul li{overflow: hidden;float: left;width: 49%; margin-bottom: 15px;}
.co_onr ul li span{display: block; font-size: 14px;color: #333; margin-bottom:5px;}
.co_onr ul li i{ display: inline-block; position: relative; width:100%; font-size: 14px; color: #666666; text-transform: uppercase;}
.co_onr ul li input{border: none;border: 1px solid #c6c3c3;width: 100%;line-height:35px;background: #fff;padding: 0 15px;border-radius: 4px; box-sizing: border-box}
.co_onr ul li.mal{ margin-left:2%;;}
.co_onr ul li.long{clear: both;width: 100%;margin-bottom: 15px;}
.co_onr ul li.long input{width: 100%;outline: none;}
.co_onr ul li.long textarea{border: none;height:90px;width: 100%;outline: none;border: 1px solid #c6c3c3;background: #fff;padding: 10px 15px; border-radius: 4px; 
  font-size: 12px; box-sizing: border-box;}
.co_onr ul li.long2{margin-bottom: 16px;}
.co_onr ul li.lst{line-height:45px;font-size: 15px;width:  100%; padding-bottom: 20px;}
.co_onr ul li.lst button{display: inline-block;float: left;width: 200px;height: 42px;line-height: 42px;color: #fff;cursor: pointer;border: none;font-size: 16px; font-family: 'Poppins';
  text-transform: capitalize;padding-right: 0;background: #493c2b;  border-radius: 6px;}