@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Arial", "Helvetica Neue", Helvetica, sans-serif;}
ul,ol{list-style:none; padding: 0; margin: 0;}
.clear{clear:both;}
.pd60-0{padding:60px 0;}
.pd60-0-20{padding:60px 0 20px;}
.container{max-width: 90%;}
.mt40{margin-top:40px;}
img{max-width:100%; height: auto;}
a{text-decoration:none!important;}
/*导航end*/
.owl-dots {
    text-align: center;
}
a{color:#666;}
.mob{display:none;}
.owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
	transition:0.5s ease all;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;
	
}

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#owl0.owl-carousel .owl-nav .owl-next, #owl0.owl-carousel .owl-nav .owl-prev {
    opacity: 0;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 5rem;
    color: #fff;
    opacity: 0.5;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 8rem;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 8rem;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 2rem;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 2rem;
}
#owl0.owl-carousel .owl-nav .owl-next:hover i, #owl0.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 45%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*OWL1*/

#owl1.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #333;
    opacity: 0.8;
}
#owl1.owl-carousel .owl-nav .owl-next {
    right: -5%;
	top: 45%;
}
#owl1.owl-carousel .owl-nav .owl-prev {
    left: -5%;
	top: 45%;
}

#owl1.owl-carousel .owl-nav .owl-next:hover i, #owl1.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl1.owl-carousel:hover .owl-nav button {
    opacity: 1
}


.dropdown:hover .dropdown-menu {
    display: block;
    animation: dropdown-animation 0.5s ease forwards;
    transform-origin: top center;
}

@keyframes dropdown-animation {
    0% {
        opacity: 0;
        transform: translateY(-10px) scaleY(0.8);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

.dropdown-menu {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    background-color: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

.fixed{ background: rgb(0 0 0 / 85%); box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -moz-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 8px 25px 0 rgb(0 0 0 / 4%);
    -o-box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04); padding:0.3rem 0; z-index: 999999; position: fixed!important; top: 0!important; left: 0!important; width: 100%!important; z-index: 999999; }

.fixed .container-fluid{padding:0;}
.fixed .navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{color:#e85827;}
.fixed .nav-link{color:#FFF;}
.fixed .nav-link:focus, .fixed .nav-link:hover{color:#e85827;}




.pagelist{text-align:center; margin-top: 30px;}



.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #1566b1;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #141414;
    background-color: #eee;
    border-color: #ddd
}
.footfix{display:none;}
.table{margin:15px auto 0 auto; border-collapse:collapse; cellspacing:0; cellpadding:0; width:100%;}

.table td{padding:10px; text-align:center; border:1px solid #EEE;}

  .nav-link {
    padding: 0.8rem 2.5rem;
    font-size: 14px;
  }


.mob{display:none!important;}
.top{display: flex; height: 2.5rem; align-items: center; position: absolute; top: 0; left: 0; width: 100%; z-index: 999;}
.top .top-l .flow-us{color:rgba(255,255,255,.73); font-size: 0.8rem; padding-right: 1rem;}
.top .top-l .flow-us-list{display: flex; align-items: center;}
.top .top-l .flow-us-list a{color:rgba(255,255,255,.73); font-size: 0.9rem; padding-right: 1rem;}
.top .top-r .top-r-box{color:rgba(255,255,255,.73); font-size: 0.8rem; padding-right: 1rem;}
.top .top-r .top-r-box a{color:rgba(255,255,255,.73); font-size: 0.8rem; padding-right: 1rem;}
.top .top-r .top-r-box a:hover{color:#e85827;}
.top .top-r .top-r-box i{padding-right: 0.5rem;}

@media (max-width:767px) {

	.pc{display:none!important;}
	.mob{display:block!important;}
	.top{display:none;}
	.navbar{top:0!important;}
	.container{max-width:98%;}

}

/* 一级下拉菜单样式 */
.nav-item.dropdown > .dropdown-menu {
  display: none;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeIn 0.3s ease-in-out;
}

.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
}

/* 二级下拉菜单样式 */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
  min-width: 200px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 确保 Picture Case 的子菜单显示 */
.dropdown-submenu:hover > .dropdown-menu {
  display: block !important;
  animation: fadeIn 0.3s ease-in-out;
}

/* 移除可能影响子菜单显示的样式 */
.dropdown-item:not(.dropdown-submenu) + .dropdown-menu {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #666;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #e85827;
}

.dropdown-item {
  padding: 8px 20px;
  color: #333;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #e85827;
}

/* 确保子菜单不会被其他样式覆盖 */
.dropdown-menu.dropdown-menu-right {
  display: none;
}

.dropdown-submenu:hover .dropdown-menu.dropdown-menu-right {
  display: block !important;
}

.index-pro{padding:5rem 0;}



/* 返回顶部按钮样式 */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: #e85827;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.back-to-top:hover {
  background-color: #d14a1f;
  transform: translateY(-3px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}

.back-to-top i {
  font-size: 18px;
}

@media (max-width: 767px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
  
  .back-to-top i {
    font-size: 16px;
  }
}



@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* tab 切换样式 */
.tab-box {
    margin: 20px 0;
}

.tab-menu {
    display: flex;
    border-bottom: 1px solid #8288988f;
    justify-content: space-between;
    align-items: center;
}

.tab-menu a {
    padding: 1rem;
    color: #333;
    text-decoration: none;
    font-size:0.85rem;
}
.tab-menu a:hover{color: #000;}
.tab-menu a.active {
    color: #FF4610;
    border-bottom: 2px solid #FF4610;
}

.tab-content > div {
    display: none;
    padding: 20px 0;
}

.tab-content > div.active {
    display: block;
}
.content-box{ padding:2rem 0 0;}
.content-box .box-item{width:32.333%; margin: 0 0.5%; padding: 4px;  box-sizing: border-box; position: relative; overflow: hidden;}
.content-box .box-item:first-child{border-radius: 0.85rem;}
.content-box .box-item .box-item-pic{background:url(../images/bg1.jpg) no-repeat center center; height: 100%; border-radius: 0.85rem; background-size: 100% auto; padding: 2rem; }
.content-box .box-item .box-item-pic:hover{background:url(../images/bg1-1.jpg) no-repeat center center; background-size: 100% auto; padding: 2rem; }
.content-box .box-item .box-item-pic a .pic-tit{color:#FFF; font-size: 1.35rem; margin-bottom: 1rem;}
.content-box .box-item .box-item-pic a .pic-smtxt{color: #FFF; font-size: 1rem; line-height: 1.8;}
.content-box .box-item .box-item-pic .more{position: absolute; right: 2rem; bottom: 2rem; color: #FFF; font-size: 1.2rem;}

.content-box .box-item .tit{position: absolute; left: 1rem; top:1rem;}
.content-box .box-item .tit span a{font-size:1.2rem; border-bottom: 1px solid #8b8b8b; color: #8b8b8b;}
.content-box .box-item:hover{background:#F6F7F8}

.index-videos{padding:3rem 0; }
.index-videos .video-list{width:90%; margin:0 auto; }
.index-videos .video-list .video-item a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.3);
  background: url("/images/vdbg.png") no-repeat center;
  background-size: 20% auto;
  display: block;
  z-index: 1;
}
#owl1 .video-item {
        transition: all 0.3s ease;
    }
#owl1 .owl-stage-outer{padding:3.5rem 0!important;}
#owl1 .center{position:relative; z-index:99; }
#owl1 .center img{border:2px solid #e85827;}
#owl1 .center .video-item {
        transform: scale(1.3);
        z-index: 2;
    }
#owl1 .owl-item:not(.center) .video-item {
        transform: scale(0.9);
        opacity: 0.8;
    }

#owl1 .owl-dots .owl-dot span {

    background: #e85827!important;

}


.index-video{position: relative; overflow: hidden;}
.index-video img{width:100%; transition: 0.5s ease all;}
.index-video img:hover{transform: scale(1.025);}
.index-video .v {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.index-video .v::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/1729654145616886.png") no-repeat center;
  display: block;
}

/* 视频播放样式 */
.index-video {
  position: relative;
  text-align: center;
}

.index-video a {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.index-video a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: 2;
  transition: all 0.3s ease;
}

.index-video a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
  z-index: 3;
}

.index-video a:hover::before {
  background: #e85827;
  width: 90px;
  height: 90px;
}

/* Fancybox 自定义样式 */
.fancybox-slide--iframe .fancybox-content {
  max-width: 960px;
  max-height: 540px;
  margin: 0;
}

.index-case{background:#f6f7f8; padding: 5rem 0;}
.index-title{text-align: center; color: #000; font-weight: 600; font-size: 2.8rem; margin-bottom: 2rem;}
.index-case .index-case-box{ padding:1.5rem 0 0;}
.index-case .index-case-box .item-box{width:100%; text-align: center;}
.index-case .index-case-box .item-box img{width:30%;}
.index-case .index-case-box .case-item{width:15%; margin-bottom: 1.5rem; transition: 0.5s ease all; border-radius: 1rem; background: #FFF; padding: 2rem 0;}
.index-case .index-case-box .case-item:hover{    transform: translate3d(0, -1rem, 0);}
.index-case .index-case-box .item-box a .item-tit{color:#000}
.index-case .index-case-box .case-item:hover .item-tit{color:#FFF;}
.index-case .index-case-box .case-item:hover .item-pic img{ filter: invert(100%);}
.index-case .index-case-box .bg1:hover{background:url(../images/c-1.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg2:hover{background:url(../images/c-2.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg3:hover{background:url(../images/c-3.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg4:hover{background:url(../images/c-4.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg5:hover{background:url(../images/c-5.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg6:hover{background:url(../images/c-6.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg7:hover{background:url(../images/c-7.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg8:hover{background:url(../images/c-8.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg9:hover{background:url(../images/c-9.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg10:hover{background:url(../images/c-10.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg11:hover{background:url(../images/c-11.jpg) no-repeat center; background-size: cover;}
.index-case .index-case-box .bg12:hover{background:url(../images/c-12.jpg) no-repeat center; background-size: cover;}
.case-more{text-align: center; margin-top: 2rem;}
.case-more a{color: #000; font-size: 1.2rem; }
.case-more a:hover{color: #e85827;}
/*index-map*/
.index-map{padding:5rem 0;}
.index-map .index-map-box{position: relative; width:75%; margin: 0 auto;}
.index-map .index-map-box .box{}
.index-map .index-map-box .item1{left:49%;top: 31.1%;}
.index-map .index-map-box .item2{left:70%;top: 25.1%;}
.index-map .index-map-box .item3{left:17.1%;top: 40.1%;}
.index-map .index-map-box .item4{left:81.2%;top: 41.1%;}
.index-map .index-map-box .item5{left:84.8%;top: 40.1%;}
.index-map .index-map-box .item6{left:54.9%;top: 39.1%;}
.index-map .index-map-box .item7{left: 47.5%;top: 34%;}
.index-map .index-map-box .item8{left: 31%;top: 71%;}
.index-map .index-map-box .item9{left: 75%;top: 61%;}
.index-map .index-map-box .item10{left: 78%;top: 62%;}
.index-map .index-map-box .item11{left: 83%;top: 75%;}
.index-map .index-map-box .item12{left: 75.1%;top: 55%;}
.index-map .index-map-box .item13{left:15.5%;top: 29.5%;}
.index-map .index-map-box .item14{left:67.5%;top: 50%;}
.index-map .index-map-box .item15{left:53%;top: 47%;}
.index-map .index-map-box .item16{left:53%;top: 78%;}
.index-map .index-map-box .item17{left:48%;top: 55%;}
.index-map .index-map-box .item18{left:17%;top: 47%;}
.index-map .index-map-box .item19{left:28%;top: 80%;}
.index-map .index-map-box .item20{left:25%;top: 63%;}
.index-map .index-map-box .item21{left:25%;top: 67%;}
.index-map .index-map-box .item > a span {
  width: 8px;
  height: 8px;
  background: #e85827;
  border-radius: 50%;
  display: block;
  position: relative;
}
.index-map .index-map-box .item > a::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  display: block;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: scale2 1.5s linear infinite;
}
.index-map .index-map-box .item > a {
  display: block;
  position: relative;
  border: 4px solid rgba(255,255,255,.6);
  border-radius: 50%;
}
.index-map .index-map-box .item:hover > a span {
  background: #E99313;
}
.index-map .index-map-box .item {
  position: absolute;
}
.index-map .index-map-box .item .nr{position:absolute;left:calc(50% - 78px);top:35px;border-radius:8px;z-index:30;width:150px;padding:20px;background:#232b31;opacity:0;transition:opacity 0.35s,transform 0.35s;transform:scale(0);box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;display:flex;}
.index-map .index-map-box .item .nr::after{content:'';position:absolute;left:calc(50% - 8px);margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #0E6EB8;border-left:8px solid transparent;}

.index-map .index-map-box .item .nr .ico{width:30%;overflow: hidden;}
.index-map .index-map-box .item .nr .txt{flex:1;margin-left:20px;}
.index-map .index-map-box .item .nr .txt h6{font-size:22px;line-height:1;font-weight:700;color: #E99313;margin-bottom:10px;}
.index-map .index-map-box .item .nr .txt p{font-size: 16px;color:#fff;}
.index-map .index-map-box .item .nr .txt p+p{margin-top:5px;}
.index-map .index-map-box .item .nr .txt a:hover p {color:var(--color-active);}
.index-map .index-map-box .item:hover .nr {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.index-quote{padding:5rem 0; background:url(../images/ibg.jpg) no-repeat center center; background-size: cover;}
.index-quote .quote-tit{text-align: center; color: #FFF; font-weight: 600; font-size: 2.8rem; margin-bottom: 2.5rem;}
.index-quote .quote-btn{ width:24rem; text-align: center; margin: 0 auto; font-size: 1.5rem;}
.index-quote .quote-btn a{display:block;background:#e85827;color: #FFF; padding: 0.8rem 0; }
.index-quote .quote-btn a:hover{background:#222;}

/*inner*/
.inner-banner {position: relative;}
.inner-banner img{width:100%;}
.inner-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 90px 0;
  z-index: 20;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
}
.inner-banner .wp {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  font-size: 2.8rem;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 18;
}
.bread-crumb{padding: 1.6rem 0; background: #F8F8F8; font-size: 1rem; border-bottom: 1px solid #EAEAEA;}
.bread-crumb .bread-crumb-box{display: flex; color: #666; align-items: center;}
.bread-crumb .bread-crumb-box a{color: #333; padding: 0 0.5rem;}
.bread-crumb .bread-crumb-box a:hover{color: #e85827;}
.bread-crumb .bread-crumb-box span{color: #666; padding: 0 0.5rem;}
.pro-menu{display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #EAEAEA;}
.pro-menu .pro-menu-item a{color: #333; font-size: 1rem; display: block; padding:1rem 0;}
.pro-menu .pro-menu-item a:hover{color: #e85827; border-bottom: 1px solid #e85827;}
.pro-menu .pro-menu-item.active a{color: #e85827; border-bottom: 1px solid #e85827;}



.prolist{padding: 3rem 0;}
.prolist .list-box{display: flex; flex-wrap: wrap; padding-top: 2rem;}
.prolist .list-box .list-item{width:24%; margin:0.5%; box-sizing: border-box; padding: 1rem; border:1px solid #EAEAEA;}
.prolist .list-box .list-item .item-pic{overflow: hidden;}
.prolist .list-box .list-item .item-pic img{width: 100%; transition: 0.5s ease all;}
.prolist .list-box .list-item .item-pic img:hover{transform: scale(1.025);}
.prolist .list-box .list-item .item-tit{color: #333; font-size: 1.2rem; text-align: center; border-top: 1px solid #EAEAEA; padding-top: 1rem;}  
.f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82px;
  text-align: center;
  color: #ff3520;

}
.f-carousel__slide.is-nav-selected {
  color: #fff;
  
}
.f-carousel__slide.is-nav-selected img{border:1px solid #ff3520;}
#myCarousel {
--f-carousel-slide-width: 100%;
--f-carousel-spacing: 10px;
  margin-bottom: 1rem;
}
#myNavigation {
--f-carousel-slide-width: 82px;
--f-carousel-spacing: 5px;
}
#myCarousel .is-selected img {
  cursor: pointer;
	border: 1px solid #EEE;
}
#myNavigation .is-selected img {
  opacity: 0.6;
  cursor: pointer;
}
#myNavigation .is-nav-selected img {
  opacity: 1!important;
}
#myNavigation .f-carousel__slide img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.protxt{padding: 2rem 0;}
.protxt .protxt-box{display: flex; flex-wrap: wrap;}
.protxt .protxt-box .protxt-l{width: 35%;}
.protxt .protxt-box .protxt-r{width: 62%;}
.protxt .protxt-box .protxt-r .tit{font-size: 1.8rem; font-weight: 600; color: #000; margin-bottom: 1rem;}
.protxt .protxt-box .protxt-r .smtxt{font-size: 1.2rem; color: #333; line-height: 1.8;}
.protxt .protxt-box .protxt-r .tedian{padding:1rem 0;}
.protxt .protxt-box .protxt-r .tedian .td-item{font-size: 1rem; color: #666; margin-bottom: 0.5rem; padding-left: 1.5rem; background:url(../images/tdico.png) no-repeat left center; background-size: 1rem;}
.protxt .protxt-box .protxt-r .btn-list{padding-top: 0.5rem;}
.protxt .protxt-box .protxt-r .btn-list .btn-item{display: block; background: #e85827; color: #FFF; padding: 0.8rem 1.5rem; margin-right: 1rem;}
.protxt .protxt-box .protxt-r .btn-list .btn-item:hover{background: #222;}
.protxt .protxt-box .protxt-r .btn-list .btn-item i{padding-right: 0.5rem;}

.relate{ padding:0 0 1rem;}
.relate-tit{font-size: 1.2rem; font-weight: 600; color: #000; margin-bottom: 1rem; border-bottom: 1px solid #EAEAEA; padding-bottom: 0.5rem;}
.relate .item{width: 24%; margin: 0.5%; box-sizing: border-box; padding: 1rem; border:1px solid #EAEAEA;}
.relate .item .item-pic{overflow: hidden;}
.relate .item .item-pic img{width: 100%; transition: 0.5s ease all;}
.relate .item .item-pic img:hover{transform: scale(1.025);}
.relate .item .item-tit{color: #333; font-size: 1.2rem; text-align: center; border-top: 1px solid #EAEAEA; padding-top: 1rem;}

.detail{padding: 2rem 0;}
.detail .detail-tit{font-size: 1.2rem; padding-left: 1rem; color: #000; margin-bottom: 1rem; border-bottom: 1px solid #EAEAEA; padding-bottom: 0.5rem; position: relative;}
.detail .detail-tit::before{content: ''; position: absolute; left: 0; top: 20%; width:0.25rem; height: 50%; background: #e85827; }
.detail .deatil-txt{font-size: 1rem; color: #333; line-height: 1.8; padding:1rem 0; overflow-x: auto;}


.detail .deatil-txt table {
  margin:  0 auto;
  border-collapse: collapse;
  border-spacing: 0; 
  padding: 0; 
  text-align: center;
  min-width: 100%;
  clear: both;
}

.detail .deatil-txt table tr:first-child {
  font-size: 1rem;
  background: #f8f8f8;
  padding: 1rem;
  font-weight: bold;
}

.detail .deatil-txt table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #E8E8E8;
}


.footer{background:#1C1C1C; padding: 4rem 0 2rem;}
.footer .logo-box{padding:1rem 0 1.5rem; border-bottom: 1px solid #505050;}
.footer .logo-box .logo-item{width:50%;}
.footer .logo-box .logo-item .txt{color:#FFF; padding: 0 1rem; font-size: 1.5rem;}
.footer .logo-box .f-email{width:32%; border:1px solid #555;}
.footer .f-list {padding:2rem 0; display: flex; flex-wrap: wrap;}
.footer .f-list .list-item{width:24%;}
.footer .f-list .list-item .item-tit{ font-size: 1.2rem; color: #FFF; margin-bottom: 0.5rem;}
.footer .f-list .list-item .items{font-size: 1rem; line-height: 1.8;}
.footer .f-list .list-item .items a{ color: #b8b8b8;}
.footer .f-list .list-item .items a:hover{color:#FFF}
.footer .f-list .f-contact p{font-size: 1rem; line-height: 1.8; color: #b8b8b8;}
.footer .f-list .f-contact p i{padding-right: 0.8rem;}
.footer .f-list .f-contact p a{ color: #b8b8b8;}
.footer .f-list .f-contact p a:hover{color:#FFF;}
.footer .copyright{padding:2rem 0 0;}
.footer .copyright .sitename{color:#FFF; font-size: 1rem;}
.footer .copyright .share{display: flex; align-items: center; color: #FFF; font-size: 1rem;}
.footer .copyright .share span{padding-right: 0.8rem;}
.footer .copyright .share a{width: 30px; height: 30px; margin: 0 0.5rem; color: rgba(255,255,255,.63);}
.footer .copyright .share a:hover{color:#e85827;}

@keyframes scale2 { 
  from {-webkit-transform:scale(1);transform:scale(1);}
    50% {-webkit-transform:scale(1.2);transform:scale(1.2);}
    to {-webkit-transform:scale(1);transform:scale(1);} 
  }
  
.m16-index-global .list .item:hover .nr {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}  

/* 邮件订阅表单样式 */
.f-email {
  max-width: 400px;
  width: 100%;
}

.subscribe-form {
  width: 100%;
  position: relative;
}

.subscribe-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 120px 0 20px;
  font-size: 14px;
  color: #666;
  outline: none;
  transition: all 0.3s ease;
}

.subscribe-form input:focus {
  border-color: #e85827;
  box-shadow: 0 0 5px rgba(21, 102, 177, 0.2);
}

.subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: none;
  background: #e85827;
  color: #fff;
  padding: 0 25px;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.subscribe-form button:hover {
  background: #e85827;
}  

/* Inquiry Form Styles */
.inquiry {
  padding: 60px 0;
}

.inquiry-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #333;
  position: relative;
}

.inquiry-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #e85827;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.inquiry-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  margin: 0 auto;
}

.inquiry-form .flex-item {
  width: 48%;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}

.inquiry-form .flex-item-full {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 10px;
  box-sizing: border-box;
}
.inquiry-form .flex-item-full .inquiry-submit{background:#e85827; padding: 0.7rem; width: 60%; font-size: 1rem; color: #FFF; margin: 0 auto;}

.inquiry-form .d-flex {
  margin: 0 -10px;
}

.inquiry-form .form-control {
  border: 1px solid #ddd;
  padding: 12px 15px;
  border-radius: 4px;
  transition: all 0.3s;
  font-size: 15px;
}

.inquiry-form .form-control:focus {
  border-color: #e85827;
  box-shadow: 0 0 0 0.2rem rgba(232, 88, 39, 0.15);
}

/* Placeholder styles */
.inquiry-form .form-control::placeholder {
  color: #999;
  opacity: 1;
  font-size: 15px;
}

.inquiry-form .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.inquiry-form .form-control::-ms-input-placeholder {
  color: #999;
  font-size: 15px;
}

.inquiry-submit {
  width: 100%;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.inquiry-submit:hover {
  background-color: #e85827;
}

.case-video{padding: 2rem 0;}
.case-video .video-tit{font-size: 1.2rem; font-weight: 600; color: #000; margin-bottom: 1rem; border-bottom: 1px solid #EAEAEA; padding-bottom: 0.5rem;}
.case-video .video-list{padding:1rem 0;}
.case-video .video-list .item{width: 24%; margin: 0.5%; box-sizing: border-box;  border:1px solid #EAEAEA;}
.case-video .video-list .item .item-pic{position: relative; overflow: hidden;}
.case-video .video-list .item .item-pic img{width: 100%; transition: all 0.5s ease;}
.case-video .video-list .item .overlay{position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
  background: rgba(0,0,0,0); transition: all 0.5s ease; display: flex; 
  flex-direction: column; justify-content: center; align-items: center;}
.case-video .video-list .item .overlay .play-icon{color: #fff; font-size: 3rem; 
  text-shadow: 0 0 10px rgba(0,0,0,0.5); transition: all 0.5s ease;}
.case-video .video-list .item .overlay .item-title{color: #fff; font-size: 0.8rem; margin-top: 1rem; text-align: center;
  transform: translateY(20px); opacity: 0; transition: all 0.5s ease;}
.case-video .video-list .item:hover .overlay{background: rgba(0,0,0,0.6);}
.case-video .video-list .item:hover .overlay .play-icon{transform: translateY(-10px);}
.case-video .video-list .item:hover .overlay .item-title{transform: translateY(0); opacity: 1;}
.case-video .video-list .item:hover .item-pic img{transform: scale(1.1);}

.case-pic{padding: 2rem 0;}
.case-pic .case-tit{font-size: 1.2rem; font-weight: 600; color: #000; margin-bottom: 1rem; border-bottom: 1px solid #EAEAEA; padding-bottom: 0.5rem;}
.case-pic .case-nav{padding:1rem 0; border-bottom: 1px solid #EAEAEA;}
.case-pic .case-nav .case-nav-item{background: #f7f7f7;  border-radius: 3rem; margin: 0.5%; box-sizing: border-box;  border:1px solid #FFF; font-size: 1rem; color: #333;}
.case-pic .case-nav .case-nav-item a{color: #666; display: block; border:1px solid #FFF; padding: 0.85rem 1.5rem; border-radius: 3rem; }
.case-pic .case-nav .case-nav-item a:hover{background: #fff; color: #000; border:1px solid #333;}
.case-pic .case-nav .active a{background: #fff; color: #000; border:1px solid #333;}
.case-pic .case-nav .active a:hover{border:1px solid #333;}

.case-pic-list{display: flex; flex-wrap: wrap;}
.case-pic-list .case-pic-item{width: 24%; margin: 0.5%; box-sizing: border-box; overflow: hidden;  border:1px solid #EAEAEA;}
.case-pic-list .case-pic-item img{width: 100%; transition: all 0.5s ease;}
.case-pic-list .case-pic-item img:hover{transform: scale(1.025);}

.about-txt{padding: 2rem 0;}
.about-box{padding: 2rem 0;   background: linear-gradient(#f4f4f4 94%, #fff 6%);}
.about-box .box-tit{text-align: center; font-size: 1.8rem; color: #000; margin-bottom: 1.5rem; font-weight: bold;}
.about-box .box-txt{font-size:0.85rem; line-height: 1.8; color: #666; margin-bottom: 1rem;  }
.about-pic{text-align: center;}

.about-hezuo{padding: 2rem 0;}

.contactbox{padding: 2rem 0;}
.contactbox .c-box{display: flex; flex-wrap: wrap; justify-content: space-between;}
.contactbox .c-box .c-l{width: 46%;}
.contactbox .c-box .c-l .c-l-tit{font-size: 1.8rem; font-weight: 600; color: #000; margin-bottom: 1rem; padding: 1rem 0;;}
.contactbox .c-box .c-l .c-l-pic{overflow: hidden;}
.contactbox .c-box .c-l .c-l-pic img{width: 100%;}
.contactbox .c-box .c-r{width: 52%;}

.c-l-message {
  margin-top: 2rem;
}

.c-l-message .contact-form {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
}

.c-l-message .form-group {
  margin-bottom: 1.5rem;
}

.c-l-message label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #333;
  font-size: 0.9rem;
}

.c-l-message .form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.c-l-message .form-control:focus {
  border-color: #e85827;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(232, 88, 39, 0.25);
}

.c-l-message textarea.form-control {
  height: auto;
  min-height: 120px;
  resize: vertical;
}

.c-l-message .inquiry-submit {
  background-color: #000;
  border: none;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.c-l-message .inquiry-submit:hover {
  background-color: #d44c1f!important; color: #fff!important;
  box-shadow: 0 5px 15px rgba(232, 88, 39, 0.2);
}

@media (max-width: 991px) {
  .contactbox .c-box {
    flex-direction: column;
  }
  .contactbox .c-box .c-l,
  .contactbox .c-box .c-r {
    width: 100%;
  }
  .contactbox .c-box .c-r {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .c-l-message .contact-form {
    padding: 15px;
  }
  
  .c-l-message .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .c-l-message [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
  
  .c-l-message label {
    font-size: 0.9rem;
    margin-bottom: 5px;
  }
  
  .c-l-message .form-control {
    font-size: 0.9rem;
    padding: 8px 12px;
    height: auto;
  }
  
  .c-l-message textarea.form-control {
    min-height: 120px;
  }
  
  .c-l-message .inquiry-submit {
    font-size: 1rem;
    padding: 10px 15px;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .c-l-message .contact-form {
    padding: 10px;
  }
  
  .c-l-message label {
    font-size: 0.85rem;
  }
  
  .c-l-message .form-control {
    font-size: 0.85rem;
    padding: 6px 10px;
  }
  
  .c-l-message textarea.form-control {
    min-height: 100px;
  }
  
  .c-l-message .inquiry-submit {
    font-size: 0.9rem;
    padding: 8px 12px;
  }
  
  .contactbox .c-box .c-l .c-l-tit {
    font-size: 1.4rem;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
  }
}

.distributors-lsit{padding: 2rem 0;}
.distributors-lsit .list-item{width: 48%; margin:1%; border-radius: 2rem; box-sizing: border-box; overflow: hidden;  border:1px solid #EAEAEA;}
.distributors-lsit .list-item .list-l{width: 45%;}
.distributors-lsit .list-item .list-r{width: 54%; box-sizing: border-box; padding: 2rem 1rem;}
.distributors-lsit .list-item .list-r-box{font-size: 0.9rem; line-height: 1.8; color: #666; margin-bottom: 0.6rem; padding-left: 1.5rem; }
.distributors-lsit .list-item .list-r-box i{padding-right: 1rem; font-size: 1.2rem; }
.distributors-lsit .list-item .list-r-box a{color:#666;}
.pagelist{text-align: center; margin-top: 30px;}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}
.pagination>li {
  display: inline
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

/* 确保在移动设备上每行仍然显示两个输入框 */
@media (max-width: 767px) {
  .inquiry {
    padding: 40px 10px;
  }
  
  .inquiry-form {
    padding: 20px 15px;
  }
  
  .inquiry-form .flex-item {
    width: 100%;
  }
}  

/* 关于页面的数据统计样式 */
.about-item {
  padding: 2rem 0;
}

.stats-container {

}

.stat-box {
  padding: 20px;
  transition: all 0.3s ease;
}

.stat-number {
  font-size: 2rem;
  color: #333;
}

.stat-title {
  font-size: 0.75rem;
  color: #666;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .stats-container {
    flex-direction: column;
  }
  
  .stat-box {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}  

/* 合作伙伴样式 */
.hezuo {
  padding: 3rem 0;
  margin-top: 2rem;
}

.hezuo-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 2.5rem;
  position: relative;
}

.hezuo-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #e85827;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.hezuo-container {
  padding: 0 15px;
}

.partner-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding-top: 2rem;
  box-sizing: border-box;
}

.partner-item {
  width: calc(20% - 20px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.partner-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.partner-item img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .partner-item {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 767px) {
  .partner-item {
    width: calc(50% - 20px);
  }
  
  .hezuo-title {
    font-size: 2rem;
  }
}  

/* 公司历史时间线样式 */
.history-list {
  padding: 3rem 0 5rem;
}

.history-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3rem;
  position: relative;
}

.history-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #e85827;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  overflow: hidden;
}

.timeline {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  padding: 40px 0;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.timeline::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}



.timeline-event {
  position: relative;
  flex: 0 0 270px;
  padding: 2rem;
	margin: 0 10px;
  box-sizing: border-box;
  z-index: 2;
  background: #F8F8F8;	
}

.event-card {
  background-color: #e85827;
  color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  position: relative;
}

.top-event .event-card {
  margin-bottom: 60px;
}

.top-event .event-card:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 20px 10px 0;
  border-style: solid;
  border-color: #e85827 transparent transparent;
}

.bottom-event .event-card {
  margin-top: 60px;
}

.bottom-event .event-card:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
  border-width: 0 10px 20px;
  border-style: solid;
  border-color: transparent transparent #e85827;
}

.event-content {
  margin-bottom: 10px;
}

.event-content p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.event-year {
  font-size: 2rem;
  font-weight: 700;
  color: #e85827;
  text-align: center;
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 2px solid #e85827;
  margin: 0 auto;
  box-shadow: 0 0 0 8px #fff;
  position: relative;
  z-index: 3;
}

.timeline-nav {
  position: absolute;
  width: 100%;
  display: flex !important; /* 强制显示 */
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 10px;
  pointer-events: none;
  z-index: 20;
}

.nav-prev, .nav-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #e85827;
  border-radius: 50%;
  color: #e85827;
  font-size: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  pointer-events: auto;
  z-index: 30;
  opacity: 0.85;
  font-weight: bold;
}

.nav-prev {
  left: auto;
  position: relative;
}

.nav-next {
  right: auto;
  position: relative;
}

.nav-prev:hover, .nav-next:hover {
  background-color: #e85827;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .timeline-event {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .history-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
  }
  
  .history-title:after {
    width: 50px;
    margin-left: -25px;
  }
  
  .timeline {
    flex-direction: column;
    padding: 20px 0;
    position: relative;
  }
  
  .timeline:before {
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: auto;
    background-color: #e0e0e0;
  }
  
  .timeline-event {
    width: 100%;
    margin: 35px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .top-event .event-card,
  .bottom-event .event-card {
    margin: 15px 0 0;
    max-width: 85%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border-radius: 8px;
    border: 1px solid #f0f0f0;
  }
  
  .bottom-event .event-card {
    order: 1;
  }
  
  .top-event .event-card:after,
  .bottom-event .event-card:after {
    display: none;
  }
  
  .event-year {
    position: static;
    width: 70px;
    height: 70px;
    line-height: 68px;
    font-size: 1.6rem;
    margin: 0;
    box-shadow: 0 0 0 5px #fff, 0 5px 15px rgba(0,0,0,0.1);
    z-index: 5;
    order: 0;
    background-color: #fff;
    border: 2px solid #e85827;
    color: #e85827;
    font-weight: bold;
  }
  
  .event-content {
    padding: 15px;
	  box-sizing: border-box;
  }
  
  .event-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
    color: #333;
  }
  
  .timeline-nav {
    display: flex !important;
    bottom: -40px;
    position: absolute;
    width: 100%;
    justify-content: center;
  }
  
  .timeline-nav button {
    width: 35px;
    height: 35px;
    margin: 0 5px;
  }
  
  .event-year {
    position: static;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6rem;
    margin: 0;
    box-shadow: 0 0 0 5px #fff, 0 5px 15px rgba(0,0,0,0.1);
    z-index: 5;
    order: 0;
  }
  
  .event-content {
    padding: 15px;
  }
  
  .event-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
  }
  
  .timeline-nav {
    display: flex !important;
    bottom: -40px;
  }
  
  .event-year {
    position: static;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.6rem;
    margin: 0;
    box-shadow: 0 0 0 5px #fff, 0 5px 15px rgba(0,0,0,0.1);
    z-index: 5;
    order: 0;
  }
  
  .event-content {
    padding: 15px;
  }
  
  .event-content p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    text-align: center;
  }
  
  .timeline-nav {
    display: flex !important;
    bottom: -40px;
  }
}

@media (max-width: 575px) {
  .history-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .timeline-container {
    padding: 0 10px 40px;
  }
  
  .timeline {
    padding: 15px 0;
  }
  
  .timeline-event {
    margin: 30px 0;
  }
  
  .top-event .event-card,
  .bottom-event .event-card {
    max-width: 90%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  }
  
  .event-card {
    padding: 12px;
  }
  
  .event-content p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  
  .event-year {
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 1.3rem;
    box-shadow: 0 0 0 4px #fff, 0 3px 10px rgba(0,0,0,0.1);
  }
  
  .timeline-nav button {
    width: 30px;
    height: 30px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* 确保导航按钮在加载时显示 */
.timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
  overflow: hidden;
}

.timeline-nav {
  position: absolute;
  width: 100%;
  display: flex !important; /* 强制显示 */
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 0 10px;
  pointer-events: none;
  z-index: 20;
}

/* 新闻列表样式 */
.news-section {
  margin: 30px 0;
}

.news-item {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

.news-item:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.news-link {
  display: flex;
  padding: 20px;
  color: #333;
  text-decoration: none;
}

.news-content {
  flex: 1;
  padding-right: 20px;
}

.news-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}

.news-desc {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.news-meta {
  display: flex;
  color: #999;
  font-size: 0.85rem;
}

.news-date, .news-views {
  margin-right: 20px;
}

.news-date i, .news-views i {
  margin-right: 5px;
}

.news-image {
  width: 180px;
  min-width: 180px;
  height: 120px;
  overflow: hidden;
  border-radius: 3px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.news-item:hover .news-image img {
  transform: scale(1.05);
}

.news-item:hover .news-title {
  color: #e85827;
}

@media (max-width: 767px) {
  .news-link {
    flex-direction: column;
  }
  
  .news-content {
    padding-right: 0;
    margin-bottom: 15px;
  }
  
  .news-image {
    width: 100%;
    height: 180px;
  }
}

/* 新闻详情页样式 */
.news-detail {
  padding: 2rem 0;
  max-width: 100%;
}

.news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.news-main {
  flex: 1;
  min-width: 65%;
}

.news-sidebar {
  width: 28%;
}

.news-detail .news-header {
  margin-bottom: 2rem;
}

.news-detail .news-title {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.news-detail .news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9rem;
  color: #666;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
}

.news-detail .news-date, 
.news-detail .news-views {
  margin-right: 1.5rem;
}

.news-detail .news-date i, 
.news-detail .news-views i {
  margin-right: 0.5rem;
  color: #e85827;
}

.news-detail .news-share {
  margin-left: auto;
}

.news-detail .news-share span {
  margin-right: 0.8rem;
}

.news-detail .news-share a {
  color: #666;
  margin: 0 0.3rem;
  transition: all 0.3s ease;
}

.news-detail .news-share a:hover {
  color: #e85827;
}

.news-detail .news-featured-image {
  margin-bottom: 2rem;
  text-align: center;
}

.news-detail .news-featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.news-detail .news-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
}

.news-detail .news-content h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 2rem 0 1rem;
}

.news-detail .news-content p {
  margin-bottom: 1.2rem;
}

.news-detail .news-content blockquote {
  background: #f9f9f9;
  border-left: 4px solid #e85827;
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  font-style: italic;
  color: #555;
}

.news-detail .news-content blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-style: normal;
  text-align: right;
  color: #777;
}

.news-detail .news-content ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.news-detail .news-content ul li {
  margin-bottom: 0.5rem;
  list-style: disc;
}

.news-detail .news-navigation {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 1.5rem 0;
  margin: 2rem 0;
}

.news-detail .news-nav-previous a, 
.news-detail .news-nav-next a {
  color: #666;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.news-detail .news-nav-previous a:hover, 
.news-detail .news-nav-next a:hover {
  color: #e85827;
}

.news-detail .news-nav-previous a i, 
.news-detail .news-nav-next a i {
  margin: 0 0.5rem;
}

/* 侧边栏样式 */
.sidebar-block {
  background: #f9f9f9;
  border-radius: 0.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.2rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid #e85827;
}

.product-list {
  margin: 0 -0.5rem;
}

.product-item {
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}

.product-item a {
  display: block;
  color: #333;
}

.product-img {
  overflow: hidden;
  margin-bottom: 0.8rem;
  border-radius: 0.3rem;
}

.product-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

.product-item:hover .product-img img {
  transform: scale(1.05);
}

.product-title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}

.product-item:hover .product-title {
  color: #e85827;
}

.product-desc {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.5;
}

.view-all-btn {
  text-align: center;
  margin-top: 1rem;
}

.view-all-btn a {
  display: inline-block;
  color: #e85827;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid #e85827;
  border-radius: 2rem;
  transition: all 0.3s ease;
}

.view-all-btn a i {
  margin-left: 0.3rem;
}

.view-all-btn a:hover {
  background: #e85827;
  color: #fff;
}

.sidebar-contact {
  color: #555;
  font-size: 0.95rem;
}

.sidebar-contact p {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.sidebar-contact p i {
  margin-right: 0.8rem;
  color: #e85827;
  font-size: 1.1rem;
  min-width: 1rem;
}

.inquiry-btn {
  display: block;
  background: #e85827;
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  border-radius: 0.3rem;
  margin-top: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.inquiry-btn:hover {
  background: #d44b1d;
  color: #fff;
}

@media (max-width: 991px) {
  .news-detail .related-news-item {
    width: 48%;
    margin: 0 1% 2rem;
  }
}

@media (max-width: 767px) {
  .news-detail .news-title {
    font-size: 1.5rem;
  }
  
  .news-detail .news-meta {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .news-detail .news-date, 
  .news-detail .news-views {
    margin-bottom: 0.8rem;
  }
  
  .news-detail .news-share {
    margin-left: 0;
    margin-top: 0.8rem;
  }
  
  .news-detail .news-navigation {
    flex-direction: column;
  }
  
  .news-detail .news-nav-previous, 
  .news-detail .news-nav-next {
    margin-bottom: 1rem;
  }
  
  .news-container {
    flex-direction: column;
  }
  
  .news-sidebar {
    width: 100%;
    margin-top: 2rem;
  }
}

.contact-info {
  margin-top: 2rem;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.contact-info .d-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.contact-info .contact-item {
	width:25%;
	padding: 1rem;
	box-sizing: border-box;
}

.contact-info .contact-item:last-child {
  margin-bottom: 0;
}

.contact-info .contact-item .d-flex {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contact-info .contact-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: 15px;
}

.contact-info .contact-text {
  flex: 1;
}

.contact-info h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.contact-info p {
  
  line-height: 1.6;
  margin-bottom: 0;
  word-break: break-word;
  font-size: 1rem;
}
.contact-info p a{color: #666;}
.contact-info p a:hover{ color:#000;}

@media (max-width: 991px) {
  .contact-info {
    padding: 1.5rem;
  }
  
  .contact-info .contact-item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 767px) {  
  .contact-info .contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  
  .contact-info h5 {
    font-size: 1.1rem;
  }
  
  .contact-info p {
    font-size: 0.95rem;
  }
}

@media (max-width: 575px) {
  .contact-info {
    padding: 1.25rem 1rem;
  }
  
  .contact-info .contact-item {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
  
  .contact-info .contact-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 12px;
  }
  
  .contact-info h5 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
  }
  
  .contact-info p {
    font-size: 0.9rem;
  }
}

/* Cookie提示样式 */
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: none; /* 默认隐藏 */
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  z-index: 999999;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
}

.cookie-notice.show {
  display: flex; /* 添加.show类时显示 */
}

.cookie-content {
  flex: 1;
  margin-right: 2rem;
  position: relative;
}

.cookie-close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-align: center;
}

.cookie-close:hover {
  color: #e85827;
}

.cookie-content p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
}

.cookie-buttons button {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.cookie-buttons button:last-child {
  margin-left: 0.5rem;
}

.accept-btn {
  background-color: #e85827;
  color: white;
}

.accept-btn:hover {
  background-color: #d04820;
}

.deny-btn {
  background-color: #f1f1f1;
  color: #333;
}

.deny-btn:hover {
  background-color: #ddd;
}

/* 加强响应式样式 */
@media (max-width: 1199px) {
  .container {
    max-width: 95%;
  }
  
  .index-pro {
    padding: 3rem 0;
  }
  
  .tab-menu a {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  
  .content-box .box-item .box-item-pic {
    padding: 1.5rem;
  }
  
  .content-box .box-item .box-item-pic a .pic-tit {
    font-size: 1.2rem;
  }
  
  .content-box .box-item .box-item-pic a .pic-smtxt {
    font-size: 0.9rem;
  }
  
  .index-case .index-case-box .case-item {
    width: 23%;
  }
  
  .index-title {
    font-size: 2.2rem;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 96%;
  }
  
  .tab-menu {
    flex-wrap: wrap;
  }
  
  .tab-menu a {
    width: 48%;
    margin: 0.5rem 1%;
    text-align: center;
  }
  
  .content-box .box-item {
    width: 49%;
    margin-bottom: 1rem;
  }
  
  .index-case .index-case-box .case-item {
    width: 31%;
  }
  
  .index-title {
    font-size: 2rem;
  }
  
  .index-quote .quote-tit {
    font-size: 2rem;
  }
  
  .index-map .index-map-box {
    width: 95%;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 98%;
  }
  
  .index-pro {
    padding: 2rem 0;
  }
  
  .tab-menu a {
    width: 49%;
    margin: 0.25rem 0;
    font-size: 0.6rem;
    padding: 0.6rem 0;
  }
  
  .content-box .box-item {
    width: 100%;
    margin-bottom: 1rem;
  }
  
  .content-box .box-item .box-item-pic {
    padding: 1.5rem;
    background-size: cover;
  }
  
  .content-box .box-item .box-item-pic:hover {
    background-size: cover;
  }
  
  .index-case .index-case-box .case-item {
    width: 48%;
  }
  
  .index-title {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  
  .index-quote .quote-tit {
    font-size: 1.8rem;
  }
  
  .index-quote .quote-btn {
    width: 90%;
    max-width: 18rem;
    font-size: 1.2rem;
  }
  
  #owl0.owl-carousel .owl-nav {
    display: none;
  }
  
  .index-video img {
    height: auto;
  }
  
  .inner-banner {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  
  .inner-banner img {
    width: 250%;
    max-width: 250%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }
  
  .inner-banner .wp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    z-index: 10;
  }
}

@media (max-width: 575px) {
  .index-case .index-case-box .case-item {
    width: 49%;
    margin-bottom: 1rem;
  }
  
  .index-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .index-quote .quote-tit {
    font-size: 1.5rem;
  }
  
  .index-quote .quote-btn {
    font-size: 1.1rem;
  }
  
  .index-pro {
    padding: 1.5rem 0;
  }
  
  .index-case {
    padding: 1.5rem 0;
  }
  
  .index-map {
    padding: 1.5rem 0;
  }
  
  .index-quote {
    padding: 1.5rem 0;
  }
}

/* 自适应导航优化 */
@media (max-width: 991px) {
  .navbar-brand {
    max-width: 70%;
  }
  
  .navbar-brand img {
    max-width: 100%;
  }
  
  .offcanvas-body .navbar-nav {
    padding-top: 1rem;
  }
  
  .nav-link {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    text-align: center;
  }
  
  .dropdown-menu {
    border: none;
    background-color: rgba(255, 255, 255, 0.05) !important;
    padding: 0;
    margin: 0;
  }
  
  .dropdown-item {
    padding: 0.5rem 1.5rem;
    white-space: normal;
    text-align: center;
  }
  
  .dropdown-submenu .dropdown-menu {
    position: static;
    margin-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 1rem;
  }
}

/* 轮播优化 */
@media (max-width: 767px) {
  #owl0 .owl-dots {
    bottom: 10px;
  }
  
  #owl0 .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  
  #owl0 .owl-dots .owl-dot.active span {
    width: 16px;
  }
}

/* 页脚响应式优化 */
@media (max-width: 991px) {
  .footer .logo-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer .logo-box .logo-item {
    width: 100%;
    margin-bottom: 1.5rem;
    justify-content: center;
  }
  
  .footer .logo-box .f-email {
    width: 100%;
    max-width: 450px;
  }
  
  .footer .f-list {
    padding: 1.5rem 0;
  }
  
  .footer .f-list .list-item {
    width: 50%;
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 2rem 0 1rem;
  }
  
  .footer .f-list {
    display: flex; /* 保持显示，但控制子元素 */
  }
  
  .footer .f-list .list-item {
    display: none; /* 默认隐藏所有列表项 */
    width: 100%;
  }
  
  .footer .f-list .list-item:last-child {
    display: block; /* 只显示最后一个列表项(联系方式) */
  }
  
  .footer .logo-box .logo-item {
    flex-direction: column;
    align-items: center;
  }
  
  .footer .logo-box .logo-item .logo-img {
    margin-bottom: 1rem;
  }
  
  .footer .logo-box .logo-item .txt {
    padding: 0;
    text-align: center;
    font-size: 1.2rem;
  }
  
  .footer .copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .footer .copyright .sitename {
    margin-bottom: 1rem;
    text-align: center;
  }
  
  .footer .copyright .share {
    justify-content: center;
  }
  
  .footer .copyright .share span {
    font-size: 0.8rem;
  }
  
  .footer .copyright .share a {
    width: 24px;
    height: 24px;
    margin: 0 0.3rem;
    font-size: 0.8rem;
  }
}

/* 添加Cookie提示框响应式样式 */
@media (max-width: 767px) {
  .cookie-notice {
    flex-direction: column;
    padding: 1rem;
  }
  
  .cookie-content {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  
  .cookie-buttons {
    flex-direction: column;
  }
  
  .cookie-buttons button {
    margin: 0.5rem 0;
  }
}

/* 产品列表页响应式样式 */
@media (max-width: 1199px) {
  .prolist .list-box .list-item {
    width: 32%;
    margin: 0.66%;
    padding:0.9rem;
  }
}

@media (max-width: 991px) {
  .prolist {
    padding: 3rem 0;
  }
  
  .pro-menu {
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }
  
  .pro-menu .pro-menu-item {
    width: 33.33%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  
  .prolist .list-box .list-item {
    width: 48%;
    margin: 1%;
    padding:0.8rem;
  }
  
  .prolist .list-box .list-item .item-tit {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
	
	.bread-crumb .bread-crumb-box{font-size: 0.6rem;}
  .prolist {
    padding: 2rem 0;
  }
  
  .pro-menu .pro-menu-item {
    width: 100%;
  }
  .pro-menu .pro-menu-item a{font-size: 0.8rem;}
  .prolist .list-box .list-item {
    width: 48%;
    margin: 1%;
    margin-bottom: 1.5rem;
  }
  
  .prolist .list-box .list-item .item-pic {
    max-height: 300px;
  }
  
  .prolist .list-box .list-item .item-pic img {
    object-fit: cover;
  }
  
  .prolist .list-box .list-item .item-tit {
    font-size: 0.8rem;
    padding-top: 0.8rem;
  }
  
  .bread-crumb {
    padding: 1rem 0;
    font-size: 0.9rem;
  }
  
  .inner-banner .wp {
    top: 5rem;
    font-size: 1.2rem;
  }
}

/* 产品详情页响应式样式 */
@media (max-width: 1199px) {
  .protxt .protxt-box .protxt-l {
    width: 40%;
  }
  
  .protxt .protxt-box .protxt-r {
    width: 58%;
  }
  
  .relate .item {
    width: 32%;
    margin: 0.66%;
  }
}

@media (max-width: 991px) {
  .protxt {
    padding: 2rem 0;
  }
  
  .protxt .protxt-box .protxt-l,
  .protxt .protxt-box .protxt-r {
    width: 100%;
  }
  
  .protxt .protxt-box .protxt-l {
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .protxt .protxt-box .protxt-r .tit {
    font-size: 1.6rem;
  }
  
  .protxt .protxt-box .protxt-r .smtxt {
    font-size: 1.1rem;
  }
  
  .protxt .protxt-box .protxt-r .btn-list {
    flex-wrap: wrap;
  }
  
  .protxt .protxt-box .protxt-r .btn-list .btn-item {
    margin-bottom: 0.8rem;
  }
  
  .relate .item {
    width: 48%;
    margin: 1%;
  }
  
  .relate .item .item-tit {
    font-size: 1.1rem;
  }
  
  .inquiry-form .flex-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .protxt {
    padding: 1.5rem 0;
  }
  
  .protxt .protxt-box .protxt-r .tit {
    font-size: 1.4rem;
  }
  
  .protxt .protxt-box .protxt-r .smtxt {
    font-size: 1rem;
  }
  
  .protxt .protxt-box .protxt-r .btn-list .btn-item {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  
  .detail .detail-tit {
    font-size: 1.1rem;
  }
  
  .relate .item {
    width: 48%;
    margin: 1%;
    padding: 0.5rem;
  }
  
  .relate .item .item-tit {
    font-size: 0.9rem;
  }
  
  .relate-tit {
    font-size: 1.1rem;
  }
  
  .inquiry-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  
  .inquiry-form {
    padding: 1rem;
  }
}

/* Industries-pic页面响应式样式增强 */
@media (max-width: 1199px) {
  .case-pic {
    padding: 2.5rem 0;
  }
  
  .case-pic .case-nav .case-nav-item {
    margin: 0.4%;
    flex: 0 0 24%;
  }
  
  .case-pic-list .case-pic-item {
    width: 32%;
    margin: 0.66%;
  }
}

@media (max-width: 991px) {
  .case-pic {
    padding: 2rem 0;
  }
  
  .case-pic .case-tit {
    font-size: 1.1rem;
  }
  
  .case-pic .case-nav {
    padding: 0.8rem 0;
  }
  
  .case-pic .case-nav .case-nav-item {
    flex: 0 0 32%;
    margin: 0.5%;
  }
  
  .case-pic .case-nav .case-nav-item a {
    padding: 0.8rem 1rem;
    font-size: 0.9rem;
  }
  
  .case-pic-list .case-pic-item {
    width: 48%;
    margin: 1%;
  }
}

@media (max-width: 767px) {
  .case-pic {
    padding: 1.5rem 0;
  }
  
  .case-pic .case-tit {
    font-size: 1rem;
    margin-bottom: 0.8rem;
  }
  
  .case-pic .case-nav {
    padding: 0.5rem 0;
  }
  
  .case-pic .case-nav .case-nav-item {
    flex: 0 0 49%;
    margin: 0.5%;
    font-size: 0.8rem;
    text-align: center;
  }
  
  .case-pic .case-nav .case-nav-item a {
    padding: 0.6rem 0.8rem;
    font-size: 0.8rem;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  
  .case-pic-list {
    margin-top: 1rem;
  }
  
  .case-pic-list .case-pic-item {
    width: 48%;
    margin: 1%;
    margin-bottom: 2%;
  }
}

@media (max-width: 575px) {
  .case-pic {
    padding: 1rem 0;
  }
  
  .case-pic .case-nav .case-nav-item {
    flex: 0 0 49%;
    margin: 0.3rem 0.5%;
    text-align: center;
  }
  
  .case-pic .case-nav .case-nav-item a {
    padding: 0.5rem;
    text-align: center;
    justify-content: center;
    display: flex;
  }
  
  .case-pic-list .case-pic-item {
    width: 48%;
    margin:  1%;
  }
}

/* Industries-video页面响应式样式增强 */
@media (max-width: 1199px) {
  .case-video {
    padding: 2.5rem 0;
  }
  
  .case-video .video-tit {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
  }
  
  .case-video .video-list .item {
    width: 32%;
    margin: 0.66%;
  }
  
  .case-video .video-list .item .overlay .play-icon {
    font-size: 2.5rem;
  }
  
  .case-video .video-list .item .overlay .item-title {
    font-size: 0.8rem;
  }
}

@media (max-width: 991px) {
  .case-video {
    padding: 2rem 0;
  }
  
  .case-video .video-tit {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  
  .case-video .video-list .item {
    width: 48%;
    margin: 1%;
    margin-bottom: 2%;
  }
  
  .case-video .video-list .item .overlay .play-icon {
    font-size: 2.2rem;
  }
  
  .case-video .video-list .item .overlay .item-title {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .case-video {
    padding: 1.5rem 0;
  }
  
  .case-video .video-tit {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  
  .case-video .video-list {
    padding: 0.5rem 0;
  }
  
  .case-video .video-list .item {
    width: 48%;
    margin: 1%;
    margin-bottom: 2%;
  }
  
  .case-video .video-list .item .overlay {
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .case-video .video-list .item .overlay .play-icon {
    font-size: 2rem;
    transform: translateY(-10px);
  }
  
  .case-video .video-list .item .overlay .item-title {
    font-size: 0.8rem;
    margin-top: 0.5rem;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .case-video {
    padding: 1rem 0;
  }
  
  .case-video .video-list .item {
    width: 48%;
    margin: 1%;
  }
  
  .case-video .video-list .item .overlay {
    background: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .case-video .video-list .item .overlay .play-icon {
    font-size: 2.5rem;
    transform: translateY(-10px);
  }
  
  .case-video .video-list .item .overlay .item-title {
    font-size: 0.8rem;
    margin-top: 0.8rem;
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    text-align: center;
  }
  
  .case-video .video-list .item .item-pic {
    max-height: 220px;
  }
  
  .case-video .video-list .item .item-pic img {
    height: 100%;
    object-fit: cover;
  }
}

/* Distributors页面响应式样式 */
@media (max-width: 1199px) {
  .Distributors {
    padding: 2.5rem 0;
  }
  
  .distributors-lsit .list-item {
    width: 49%;
    margin: 0.5%;
    border-radius: 1rem;
  }
  
  .distributors-lsit .list-item .list-l {
    width: 42%;
  }
  
  .distributors-lsit .list-item .list-r {
    width: 58%;
    padding: 1.5rem 1rem;
  }
  
  .distributors-lsit .list-item .list-r-box {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 991px) {
  .Distributors {
    padding: 2rem 0;
  }
  
  .distributors-lsit .list-item {
    width: 100%;
    margin: 1rem 0;
    border-radius: 0.8rem;
  }
  
  .distributors-lsit .list-item .list-l {
    width: 40%;
  }
  
  .distributors-lsit .list-item .list-r {
    width: 60%;
    padding: 1.2rem 1rem;
  }
}

@media (max-width: 767px) {
  .Distributors {
    padding: 1.5rem 0;
  }
  
  .distributors-lsit .list-item {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
  
  .distributors-lsit .list-item .list-l {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
  }
  
  .distributors-lsit .list-item .list-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .distributors-lsit .list-item .list-r {
    width: 100%;
    padding: 1rem;
  }
  
  .distributors-lsit .list-item .list-r-box {
    font-size: 0.9rem;
    padding-left: 1.2rem;
    margin-bottom: 0.6rem;
  }
  
  .distributors-lsit .list-item .list-r-box i {
    font-size: 1rem;
  }
  
  /* 世界地图区域移动端优化 */
  .index-map {
    padding: 2rem 0;
  }
  
  .index-map .index-map-box {
    width: 100%;
  }
  
  .index-map .index-map-box .item .nr {
    transform: scale(0.7);
    transform-origin: center top;
    left: calc(50% - 175px);
    width: 350px;
  }
  
  .index-map .index-map-box .item > a span {
    transform: scale(0.7);
  }
  
  .index-map .index-map-box .item > a::before {
    transform: scale(0.7);
  }
}

@media (max-width: 575px) {
  .Distributors {
    padding: 1rem 0;
  }
  
  .distributors-lsit .list-item {
    margin-bottom: 1rem;
    border-radius: 0.5rem;
  }
  
  .distributors-lsit .list-item .list-l {
    max-height: 180px;
  }
  
  .distributors-lsit .list-item .list-r {
    padding: 0.8rem;
  }
  
  .distributors-lsit .list-item .list-r-box {
    font-size: 0.8rem;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
  
  .distributors-lsit .list-item .list-r-box i {
    padding-right: 0.6rem;
  }
  
  /* 超小屏幕世界地图优化 */
  .index-map {
    padding: 1.5rem 0;
  }
  
  .index-map .index-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  
  .index-map .index-map-box .item .nr {
    width: 300px;
    left: calc(50% - 150px);
    padding: 15px;
  }
  
  .index-map .index-map-box .item .nr .ico {
    width: 25%;
  }
  
  .index-map .index-map-box .item .nr .txt {
    margin-left: 10px;
  }
  
  .index-map .index-map-box .item .nr .txt h6 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  
  .index-map .index-map-box .item .nr .txt p {
    font-size: 14px;
  }
}

/* About页面响应式样式 */
@media (max-width: 1199px) {
  .about-box {
    padding: 2.5rem 0;
  }
  
  .about-box .box-tit {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  
  .about-box .box-txt {
    font-size: 0.9rem;
    margin-bottom: 2rem;
  }
  
  .stats-container {
    flex-wrap: wrap;
  }
  
  .stat-box {
    width: 48%;
    margin-bottom: 1.5rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .stat-title {
    font-size: 1rem;
  }
  

}

@media (max-width: 991px) {
  .about-box {
    padding: 2rem 0;
  }
  
  .about-box .box-tit {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  
  .about-box .box-txt {
    font-size: 0.85rem;
    margin-bottom: 1.8rem;
  }
  
  .stats-container {
    flex-wrap: wrap;
  }
  
  .stat-box {
    width: 48%;
    margin-bottom: 1.5rem;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
  
  .stat-title {
    font-size: 0.9rem;
  }
  
  .hezuo-title {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
  

}

@media (max-width: 767px) {
  .about-box {
    padding: 1.5rem 0;
  }
  
  .about-box .box-tit {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
  
  .about-box .box-txt {
    font-size: 0.8rem;
    margin-bottom: 1.5rem;
  }
  
  .about-box .box-txt p {
    margin-bottom: 0.5rem;
  }
  
  .stats-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .stat-box {
    width: 48%;
    margin-bottom: 1.2rem;
  }
  
  .stat-number {
    font-size: 1.8rem;
    margin-bottom: 0.3rem;
  }
  
  .stat-title {
    font-size: 0.75rem;
  }
  
  .hezuo-title {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  
  .partner-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  

}

@media (max-width: 575px) {
  .about-box {
    padding: 1rem 0;
  }
  
  .about-box .box-tit {
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
  }
  
  .about-box .box-txt {
    font-size: 0.75rem;
    margin-bottom: 1.2rem;
  }
  
  .about-box .box-txt p {
    margin-bottom: 0.4rem;
    line-height: 1.5;
  }
  
  .stat-box {
    margin-bottom: 1rem;
  }
  
  .stat-number {
    font-size: 1.6rem;
    margin-bottom: 0.2rem;
  }
  
  .stat-title {
    font-size: 0.7rem;
  }
  
  .hezuo-title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  

  
  .about-pic {
    margin: 0.8rem 0 1.2rem;
  }
}

@media (max-width: 991px) {
  .timeline-container {
    padding: 2rem 1rem;
  }
  
  .timeline {
    
  }
  
  .timeline-event {
    padding: 1rem 0;
  }
  
  .event-card {
    max-width: 240px;
    padding: 15px;
  }
  
  .event-year {
    font-size: 1.8rem;
  }
  
  .event-title {
    font-size: 1rem;
  }
  
  .event-desc {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .timeline-container {
    padding: 1.5rem 0.75rem;
    overflow-x: auto;
  }
  
  .timeline {
   
    padding: 1rem 0;
  }
  
  .timeline-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  
  .event-card {
    max-width: 200px;
    padding: 12px;
  }
  
  .event-year {
    font-size: 1.6rem;
  }
  
  .event-title {
    font-size: 0.9rem;
    margin: 8px 0;
  }
  
  .event-desc {
    font-size: 0.85rem;
    line-height: 1.4;
  }
  
  .timeline-nav {
    display: none!important;
  }
}

@media (max-width: 575px) {
  .timeline-container {
    padding: 1rem 0.5rem;
  }
  
  .timeline {
    
  }
  
  .timeline-title {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  
  .event-card {
    max-width: 180px;
    padding: 10px;
  }
  
  .event-year {
    font-size: 1.4rem;
  }
  
  .event-title {
    font-size: 0.85rem;
    margin: 6px 0;
  }
  
  .event-desc {
    font-size: 0.8rem;
    line-height: 1.3;
  }
}

@media (max-width: 1199px) {
  .contact-info .contact-item {
	  width:50%;
  }
}

@media (max-width: 991px) {
  .contact-info {
    padding: 1.5rem;
  }
  
  .contact-info .contact-item {
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .contact-info .d-flex {
    flex-direction: column;
  }
  
  .contact-info .contact-item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #e0e0e0;
  }
  
  .contact-info .contact-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  
  .contact-info .contact-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
}
