/* 布局 */
.container {
  margin: auto;
  padding: 0 20px;
  max-width: 1320px;
}
/* 浮动 */
.f-l {
  float: left;
}
.f-r {
  float: right;
}
.clearfix {
  clear: both;
}

/* ---------- 栏目主图 ---------- */
.bannern {
  height: 400px;
  background-position: center center;
}
.bannerimg {
opacity:1;
}
.banner.article {
  height: 100px;
}

.banner-tit {
  padding-top: 150px;
  color: #fff;
}
.banner-tit h2 {
  font-family: "AvantGarde-Medium";
  font-size: 36px;
  font-weight: normal;
}
.banner-tit h2 span {
  position: relative;
  display: inline-block;
}
.banner-tit h2 span:after {
  position: absolute;
  right: -48px;
  bottom: 18px;
  width: 28px;
  height: 0px;
  background: #fff;
  content: "";
}
.banner-tit h1 {
  font-size: 18px;  font-weight: normal;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .banner {
    height: 320px;
  }

  .banner-tit {
    padding-top: 100px;
  }
  .banner-tit h2 {
    font-size: 36px;
  }
  .banner-tit h2 span:after {
    right: -32px;
    bottom: 10px;
    width: 20px;
    height: 4px;
  }
  .banner-tit h1 {
    font-size: 20px;
  }
}
/* ---------- 主图下菜单下线的 ---------- */
.sub-menu {
  border-bottom: 1px solid #efefef;
}
.sub-menu .con {
  margin: 0 auto -1px;
  padding: 0 20px;
  max-width: 1400px;
  overflow: hidden;
}
.sub-menu li {
  float: left;
  width: 14%;
}
.sub-menu li a {
  display: block;
  height: 80px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
}
.sub-menu li a.current {
  font-weight: bold;
  color: #116aba;
  border-bottom: 2px solid #116aba;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-menu {
    border-bottom: 0;
    background: #f6f6f6;
  }
  .sub-menu .con {
    margin: auto;
    padding: 16px;
  }
  .sub-menu li {
    padding: 4px;
    width: 50%;
    box-sizing: border-box;
  }
  .sub-menu li a {
    height: 40px;
    border-radius: 4px;
    background: #fff;
    font-size: 15px;
    line-height: 40px;
  }
  .sub-menu li a.current {
    background: #116aba;
    color: #fff;
    border-bottom: 0;
  }
}

/* ---------- 主图下菜单2方框的 ---------- */
.sub-nav {
  border-bottom: 1px solid #efefef;
}
.sub-nav .con {
  margin: auto;
  padding: 24px 20px;
  max-width: 1320px;
  overflow: hidden;
}
.sub-nav li {
  float: left;
  margin-right: 20px;
  width: 12%;
}
.sub-nav li a {
  display: block;
  height: 48px;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.sub-nav li a.current {
  background: #116aba;
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .sub-nav {
    border-bottom: 0;
    background: #f6f6f6;
  }
  .sub-nav .con {
    padding: 16px 12px;
    width: auto;
  }
  .sub-nav li {
    margin-right: 0;
    padding: 8px;
    width: 50%;
    box-sizing: border-box;
  }
  .sub-nav li a {
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
  }
}
/* ---------- 关于我们 左标题右文字 +下方大图 ---------- */
.about_about {
  padding: 80px 0 50px;
  background-position: center top;
  background-size: cover;
}

.about_about_intro {
  overflow: hidden;
}
.about_about_intro .tit {
  float: left;
}
.about_about_intro .tit h2 {
  font-family: "Montserrat-Regular";
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
}
.about_about_intro .tit h3 {
  padding-top: 4px;
  font-size: 22px;
  color: #333;
}
.about_about_intro .con {
  float: right;
  width: 66.66%;
  font-size: 15px;
  line-height: 200%;
}
.about_about_intro .con p {
  padding-bottom: 5px;
}

.about_about_pic {
  padding-top: 80px;
}
.about_about_pic img {
  width-: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .about_about {
    padding: 60px 0 60px;
  }

  .about_about_intro .tit {
    float: none;
  }
  .about_about_intro .tit h2 {
    font-size: 28px;
  }
  .about_about_intro .tit h3 {
    font-size: 16px;
  }
  .about_about_intro .con {
    padding-top: 40px;
    float: none;
    width: auto;
    line-height: 240%;
  }
  .about_about_intro .con p {
    padding-bottom: 20px;
  }

  .about_about_pic {
    padding-top: 24px;
  }
  .about_about_pic img {
  width: 100%;
}
}
/* ---------- 单页左字右图 ---------- */
.store-wrap {
  padding: 50px 0;
}
.store-intro {
  overflow: hidden;
}
.store-intro .con {
  float: left;
  width: 46%;
}
.store-intro .con h3 {
  padding: 40px 0;
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}

.store-intro .con p {
  font-size: 15px;
  line-height: 240%;
}
.store-intro .pic {
  float: right;
  width: 46%;
  text-align: right;
}
.store-intro .pic img {
  width: 100%;
}

.store-list {
  padding: 20px 0;
}
.store-list .list-tit {
  padding: 16px 0;
  border-bottom: 2px solid #116aba;
}
.store-list .list-tit h3 {
  font-size: 18px;
  color: #116aba;
}
.store-list .list-table {
  width: 100%;
  border-collapse: collapse;
}
.store-list .list-table th {
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 15px;
  line-height: 200%;
}
.store-list .list-table td {
  padding: 16px 0;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  line-height: 200%;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .store-wrap {
    padding: 60px 0;
  }
  .store-intro .con {
    float: none;
    width: auto;
  }
  .store-intro .con h3 {
    padding: 0 0 24px 0;
    font-size: 20px;
  }
  .store-intro .con p {
    font-size: 14px;
  }
  .store-intro .pic {
    float: none;
    padding-top: 40px;
    width: auto;
  }

  .store-list .list-tit h3 {
    font-size: 16px;
  }
  .store-list .list-table th {
    font-size: 14px;
  }
  .store-list .list-table td {
    font-size: 14px;
  }
}
/* ---------- 企业文化 ---------- */
.culture_in {
  height: 680px;
  background-position: center bottom;
  background-size: cover;
}
.culture_in li {
  float: left;
  position: relative;
  padding: 140px 60px 0;
  width: 20%;
  height: 680px;
  box-sizing: border-box;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.culture_in li:nth-of-type(even) {
  padding: 240px 60px 0;
}
.culture_in li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255,255,255,0.2);
  content: "";
}
.culture_in li h3 {
  position: relative;
  font-family: "PillGothic300mg-Regular";
  font-size: 72px;
  font-weight: normal;
}
.culture_in li h3:before {
  position: absolute;
  top: 24px;
  left: -60px;
  width: 16px;
  height: 4px;
  background: #febd00;
  content: "";
}
.culture_in li h4 {
  padding-top: 60px;
  font-size: 22px;
  font-weight: normal;
}
.culture_in li p {
  padding-top: 16px;
  line-height: 24px;
}
.culture_in li .btm {
  display: none;
  padding-top: 60px;
}
.culture_in li:hover {
  background: #116aba;
  color: #fff;
}
.culture_in li:hover h3:before {
  background: #333;
}
.culture_in li:hover .btm {
  display: block;
}
.culture_in li:hover .btm img {
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.culture_in li:hover .btm a:hover img {
  opacity: 0.8;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .culture_in {
    height: auto;
  }
  .culture_in li {
    float: none;
    padding: 32px;
    width: auto;
    height: auto;
  }
  .culture_in li:nth-of-type(even) {
    padding: 32px;
  }
  .culture_in li:before {
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 1px;
  }
  .culture_in li h3 {
    font-size: 36px;
  }
  .culture_in li h3:before {
    top: 16px;
    left: -32px;
  }
  .culture_in li h4 {
    padding-top: 12px;
    font-size: 16px;
  }
  .culture_in li p {
    padding-top: 8px;
    line-height: 20px;
  }
  .culture_in li .btm {
    padding-top: 16px;
  }
}
/* ----------图片列表 车间 证书 下载 案例 用 ---------- */


        .honor_container {
            margin: 0 auto;
            padding: 50px 0px 50px 0px;
        }
        
        .honor_grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
        }
        
        .honor_grid-item {
            position: relative;
            overflow: hidden;
            border-radius: 2px;
			border:#ddd 1px solid;
            box-shadow-: 0 2px 5px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
        }
        
        .honor_grid-link {
            text-decoration: none;
            color: inherit;
            display: block;
            cursor: zoom-in;
        }
        
        .honor_grid-img-container {
            position: relative;
            width: 100%;
            aspect-ratio----: 3/3;
            overflow: hidden;
        }
        
        .honor_grid-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;	
        }
        
        .honor_grid-title {
            background-color-: #f5f5f5;
			
            padding: 15px 0px 15px 0px;
            text-align: center;
            color: #333;
            font-size: 16px;
            transition: all 0.3s ease;
            margin: 0;
        }
        
        .honor_grid-hover-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            font-size: 28px;
            font-weight-: bold;
            opacity: 0;
            transition: all 0.3s ease;
            pointer-events: none;
            z-index: 2;
            text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        }
        
        .honor_grid-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0);
            transition: all 0.3s ease;
            z-index: 1;
        }
        
        .honor_grid-item:hover .honor_grid-img {
            transform: scale(1.05);
            filter: brightness(0.8);
        }
        
        .honor_grid-item:hover .honor_grid-overlay {
            background-color: rgba(0, 0, 0, 0.3);
        }
        
        .honor_grid-item:hover .honor_grid-hover-text {
            opacity: 1;
        }
        
        .honor_grid-item:hover .honor_grid-title {
			color: #116aba;
            background-color: #e0e0e0;
        }
        
        .honor_light-effect {
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, 
                rgba(255, 255, 255, 0) 0%, 
                rgba(255, 255, 255, 0.3) 50%, 
                rgba(255, 255, 255, 0) 100%);
            transition: none;
            z-index: 2;
        }
        
        .honor_grid-item:hover .honor_light-effect {
            animation: honor_light 1.5s ease;
        }
        
        @keyframes honor_light {
            0% { left: -100%; }
            100% { left: 100%; }
        }
        
        .honor_modal {
            display: none;
            position: fixed;
			z-index: 99999999999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        
        .honor_modal-content {
            position: relative;
            max-width: 90%;
            max-height: 90%;
            animation: honor_zoomIn 0.3s ease;
        }
        
        .honor_modal-img {
            max-width: 100%;
             height: 90vh;
            display: block;
            margin: 0 auto;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        }
        
        .honor_modal-close {
            position: absolute;
            top: -20px;
            right: -20px;
            width: 40px;
            height: 40px;
            background-color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            border: none;
            outline: none;
        }
        
        .honor_modal-close:hover {
            background-color: #f44336;
            color: white;
            transform: rotate(90deg);
        }
        
        @keyframes honor_zoomIn {
            from { transform: scale(0.7); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }
        
        @keyframes honor_zoomOut {
            from { transform: scale(1); opacity: 1; }
            to { transform: scale(0.7); opacity: 0; }
        }
        
        @media (max-width: 992px) {
            .honor_grid {
                grid-template-columns: repeat(3, 1fr);
            }
        }
        
        @media (max-width: 768px) {
            .honor_grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 480px) {
            .honor_grid {
                grid-template-columns: repeat(1, 1fr);
            }
        }
		





/* ---------- 产品列表 ---------- */
.product-list {
  padding: 80px 0 0px;
  overflow: hidden;
}
.product-list ul {
  padding: 20px 0;
  width: calc(100% + 40px);
  overflow: hidden;
}
.product-list li {
  float: left;
  margin: 0 40px 40px 0;
  width: calc(100% / 4 - 40px);
}
.product-list li a {
  display: block;
  border: 1px solid #efefef;
  background: #f6f6f6;
}
.product-list li .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.product-list li .pic .tag {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 4px 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  font-size: 14px;
  color: #999;
}
.product-list li .con {
  padding: 28px;
  text-align: center;
}
.product-list li .con h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li .con p {
  padding-top: 12px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li a:hover {
  transform: translate(0,-10px);
  background: #116aba;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.product-list li a:hover .pic img {
  transform: scale(1.05);
}
.product-list li a:hover h4, .product-list li a:hover p {
  color: #fff;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .product-list {
    padding: 40px 0 60px;
  }
  .product-list ul {
    width: calc(100% + 16px);
  }
  .product-list li {
    margin: 0 16px 16px 0;
    width: calc(100% / 2 - 16px);
  }
  .product-list li .pic .tag {
    top: 12px;
    left: 12px;
    padding: 2px 4px;
    font-size: 12px;
  }
  .product-list li .con {
    padding: 12px;
  }
  .product-list li .con h4 {
    font-size: 15px;
  }
  .product-list li .con p {
    padding-top: 8px;
  }
}
/* ---------- 产品详情 ---------- */
.product-tag {
  padding: 80px 0 40px;
}
.product-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #116aba;
  border-radius: 2px;
  font-size: 14px;
  color: #116aba;
}

.product-detail {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  background: #fafafa;
}
.product-pic {
  float: left;
  width: 38%;
}
.product-pic img {
  width: 100%;
}
.product-desc {
  float: right;
  padding-right: 40px;
  width: 54%;
}
.product-desc .tit {
  padding: 16px 0;
}
.product-desc .tit h1 {
  font-size: 32px;
}
.product-desc .con {
  padding: 40px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  font-size: 15px;
  line-height: 240%;
}
.product-desc .share {
  padding: 32px 0;
}

.product-intro {
  padding: 60px 0;
}
.product-intro .tit {
  text-align: center;
}
.product-intro .tit h2 {
  position: relative;
  font-size: 36px;font-weight:bold
}
.product-intro .tit h2:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(40% - 50px);
  height: 0px;
  background: #efefef;
  content: "";
}
.product-intro .tit h2:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(40% - 50px);
  height: 0px;
  background: #efefef;
  content: "";
}
.product-intro .con {
  padding: 40px 0;
  font-size: 15px;
  line-height: 240%;
}
.product-intro .con img {
  max-width: 100%;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .product-tag {
    padding: 48px 0 32px;
  }

  .product-pic {
    float: none;
    width: auto;
  }
  .product-desc {
    float: none;
    padding: 0 20px;
    width: auto;
  }
  .product-desc .tit {
    padding: 24px 0;
  }
  .product-desc .tit h1 {
    font-size: 20px;
  }
  .product-desc .con {
    padding: 20px 0;
  }
  .product-desc .share {
    padding: 20px 0;
  }

  .product-intro {
    padding: 40px 0;
  }
  .product-intro .con {
    padding: 24px 0;
  }
  .product-intro .con img {
    width: 100%;
    height: 100%;
  }
}

/* ---------- 新闻列表 ---------- */
.news-list {
  padding: 60px 0 0px;
}
.news-list ul {
  padding-bottom: 50px;
}
.news-list li {
  padding: 40px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
}
.news-list li .pic {
  float: left;
  position: relative;
  width: 26%;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.1);
  overflow: hidden;
}
.news-list li .pic img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.news-list li .pic .date {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
  font-family: "AvantGarde-Medium";
  font-size: 14px;
  color: #999;
}
.news-list li .con {
  float: right;
  width: 70%;
}
.news-list li .con h4 {
  padding-top: 16px;
  font-size: 20px;
  line-height: 160%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-list li .con p {
  padding-top: 24px;
  font-size: 14px;
  color: #888;
  line-height: 200%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list li .btm {
  padding-top: 36px;
}
.news-list li .more-btn {
  padding-right: 36px;
  background: url("more-arrow.png") no-repeat right center;
  font-size: 12px;
  color: #ccc;
  transition: all 0.3s ease-in-out;
}
.news-list li a:hover .pic img {
  transform: scale(1.05);
}
.news-list li a:hover .more-btn {
  padding-right: 48px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .news-list {
    padding: 20px 0 60px;
  }
  .news-list li .con h4 {
    padding-top: 4px;
  }
  .news-list li .con p {
    padding-top: 12px;
  }
  .news-list li .btm {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .news-list {
    padding: 32px 0 60px;
  }
  .news-list ul {
    padding-bottom: 40px;
  }
  .news-list li {
    padding: 28px 0;
    height: auto;
  }
  .news-list li .pic {
    float: none;
    width: auto;
  }
  .news-list li .con {
    float: none;
    width: auto;
  }
  .news-list li .con h4 {
    font-size: 16px;
  }
  .news-list li .con p {
    padding-top: 8px;
    line-height: 180%;
  }
  .news-list li .btm {
    padding-top: 8px;
  }
}
/* ---------- 新闻内容 ---------- */
.article-wrap {
  padding: 80px 0;
}

.article-main {
  float: left;
  width: 68%;
}

.article-tag a {
  display: inline-block;
  padding: 4px 12px;
  border: 1px solid #116aba;
  border-radius: 2px;
  font-size: 14px;
  color: #116aba;
}

.article-tit {
  padding: 30px 0 39px;
}
.article-tit h1 {
  font-size: 32px;
}

.article-bar {
  padding: 12px 16px;
  border: 1px solid #f0f0f0;
  background: #fafafa;
  overflow: hidden;
}
.article-bar .info {
  float: left;
  font-family: Arial;
  color: #999;
  line-height: 24px;
}
.article-bar .date {
  padding-left: 24px;
  background: url("date-ico.png") no-repeat left center;
}
.article-bar .visit {
  padding-left: 24px;
  background: url("visit-ico.png") no-repeat left center;
}
.article-bar .share {
  float: right;
}

.article-con {
  padding-top: 30px;
  font-size: 15px;
  line-height: 220%;
}
.article-con p {
  padding-bottom: 0px;
}
.article-con img {
  padding: 20px 0;
  max-width: 100%;
}

.article-side {
  float: right;
  margin-top: 0px;
  padding: 30px 29px;
  width: 25%;
  box-sizing: border-box;
  border: 1px solid #efefef;
  border-top: 2px solid #116aba;
}
.article-side h3 {
  font-size: 18px;
  color: #116aba;
}
.article-side ul {
  padding-top: 30px;
}
.article-side li {
  padding-bottom: 30px;
}
.article-side li img {
  width: 100%;
}
.article-side li h4 {
  padding-top: 16px;
  font-size: 14px;
  font-weight: normal;
  line-height: 160%;
}
.article-side li p {
  padding-top: 12px;
  font-family: Arial;
  font-size: 13px;
  color: #999;
  line-height: 20px;
}
.article-side li .date {
  padding-left: 22px;
  background: url("date-ico.png") no-repeat left center;
}
.article-side li .visit {
  padding-left: 22px;
  background: url("visit-ico.png") no-repeat left center;
}

.article-btm {
  padding: 60px 20px;
  background: #f6f6f6;
}
.article-btm .con {
  margin: auto;
  padding: 50px 0;
  max-width: 1280px;
  background: #fff;
  overflow: hidden;
}
.article-btm .related {
  float: left;
  padding: 0 60px;
  width: 68%;
  box-sizing: border-box;
  overflow: hidden;
}
.article-btm .related h4 {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}
.article-btm .related p {
  padding-top: 12px;
  font-size: 15px;
  line-height: 160%;
}
.article-btm a.prev {
  float: left;
  display: block;
  width: 46%;
}
.article-btm a.prev .arrow {
  padding-left: 30px;
  background: url("prev-arrow.png") no-repeat left center;
}
.article-btm a.next {
  float: right;
  display: block;
  width: 46%;
}
.article-btm a.next .arrow {
  padding-right: 30px;
  background: url("next-arrow.png") no-repeat right center;
}
.article-btm .back {
  float: right;
  padding-top: 25px;
  width: 25%;
  height: 50px;
  border-left: 1px solid #efefef;
  text-align: center;
}
.article-btm .back a {
  display: inline-block;
  padding-left: 24px;
  height: 25px;
  background: url("list-ico.png") no-repeat left center;
  font-size: 14px;
  line-height: 25px;
}

/* responsive */
@media only screen and (max-width: 912px) {
  .article-wrap {
    padding: 48px 0;
  }

  .article-main {
    float: none;
    width: auto;
  }

  .article-tit {
    padding: 24px 0;
  }
  .article-tit h1 {
    font-size: 20px;
  }

  .article-bar .info {
    float: none;
  }
  .article-bar .share {
    display: none;
  }

  .article-con {
    padding-top: 40px;
  }
  .article-con p {
    padding-bottom: 20px;
  }
  .article-con img {
    padding: 20px 0;
    width: 100%;
    height: 100%;
  }

  .article-side {
    display: none;
  }

  .article-btm {
    padding: 48px 20px;
  }
  .article-btm .con {
    padding: 12px 24px;
    width: auto;
  }
  .article-btm .related {
    float: none;
    padding: 16px 0;
    width: auto;
  }
  .article-btm a.prev {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm a.next {
    float: none;
    padding: 12px;
    width: auto;
  }
  .article-btm .back {
    float: none;
    padding-top: 24px;
    width: auto;
    border-top: 1px solid #efefef;
    border-left: 0;
  }
}
/* ---------- 案例列表 ---------- */
.case-list {
  padding: 80px 0 20px;
  overflow: hidden;
}
.waterfall {
  padding-bottom: 40px;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .case-list {
    padding: 60px 0;
  }
  .waterfall {
    padding-bottom: 20px;
  }
}

/* ---------- Grid ---------- */
.grid {
	position: relative;
  width: calc(100% + 40px);
}
.grid__item, .grid__sizer {
	margin: 0 40px 40px 0;
	width: calc(100% / 4 - 40px);
  overflow: hidden;
}
.grid__link {
	display: block;
}
.grid__link .pic {
 position: relative;
 overflow: hidden;
}
.grid__link .pic img {
	width: 100%;border: 1px dotted rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}
.grid__link .pic .mask {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  background-image: url("case-arrow.png");
  background-repeat: no-repeat;
  background-position: center top calc(50% + 20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.grid__link:hover .pic img {
  transform: scale(1.05);
  filter: brightness(0.8);
}
.grid__link:hover .pic .mask {
  background-position: center center;
  opacity: 1;
}
.grid__link .con {
  padding-top: 20px;
}
.grid__link .con h4 {
  font-size: 16px;
  font-weight: normal;
}
.grid__link .con p {
  padding-top: 8px;
  font-size: 14px;
  color: #999;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .grid {
    width: calc(100% + 20px);
  }
	.grid__item, .grid__sizer {
		width: calc(100% / 2 - 20px);
		margin: 0 20px 20px 0;
	}
  .grid__link .pic .mask {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-size: 30px;
  }
  .grid__link .con {
    padding-top: 12px;
  }
  .grid__link .con h4 {
    font-size: 15px;
  }
  .grid__link .con p {
    padding-top: 4px;
  }
}

/* ---------- 客户服务 ---------- */
.service {
  padding: 120px 0 100px;
}

.servcie-tit {
  padding-top: 40px;
  padding-bottom: 40px;
}
.servcie-tit h3 {
  font-size: 18px;
  font-weight: normal;
}
.servcie-tit p {
  padding-top: 10px;
  font-size: 1px;
  color: #999;
  line-height: 160%;
}

.servcie-list li {
  position: relative;
  margin-bottom: 28px;
  border: 1px solid #efefef;
  overflow: hidden;
}
.servcie-list li .tit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 40px;
  width: 180px;
  background: #fafafa;
}
.servcie-list li .tit h4 {
  position: relative;
  padding-bottom: 16px;
  font-size: 18px;
  color: #116aba;
}
.servcie-list li .tit h4:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32px;
  height: 2px;
  background: #116aba;
  content: "";
}
.servcie-list li .con {
  float: right;
   font-size: 16px;
  padding: 40px;
  width: calc(100% - 200px);
  line-height: 200%;
  box-sizing: border-box;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .service {
    padding: 60px 0 40px;
  }

  .servcie-tit {
    padding-bottom: 40px;
  }
  .servcie-tit h3 {
    font-size: 18px;
  }
  .servcie-tit p {
    padding-top: 16px;
  }

  .servcie-list li .tit {
    position: inherit;
    padding: 20px;
    width: auto;
  }
  .servcie-list li .tit h4 {
    font-size: 16px;
  }
  .servcie-list li .con {
    float: none;
    padding: 20px;
    width: auto;
  }
}




/* ---------- 联系我们 ---------- */
.contact-us {
  padding: 120px 0;
}

.contact-tit h3 {
  font-size: 24px;
  font-weight: normal;
}
.contact-tit p {
  padding-top: 20px;
  font-size: 14px;
  color: #999;
}

.contact-list {
  padding-top: 80px;
  overflow: hidden;
}
.contact-list ul {
  width: calc(100% + 40px);
}
.contact-list li {
  float: left;
  margin-right: 40px;
  padding: 40px;
  border: 1px solid #efefef;
  background: #fafafa;
  box-sizing: border-box;
  width: calc(100% / 3 - 40px);
}
.contact-list li i {
  float: left;
  margin-right: 20px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px;
  background-color: #116aba;
}
.contact-list li i.ico-1 {
  background-image: url("tel.png");
}
.contact-list li i.ico-2 {
  background-image: url("add.png");
}
.contact-list li i.ico-3 {
  background-image: url("mail.png");
}
.contact-list li h4 {
  padding-top: 8px;
  font-size: 16px;
}
.contact-list li p {
  padding-top: 12px;
  height: 40px;
  font-size: 15px;
}

.contact-con {
  padding-top: 80px;
  overflow: hidden;
}
.contact-other {
  float: left;
  padding: 0 0 0 40px;
  width: calc(100% - 200px);
  height-: 200px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 40px;
}
.contact-qrcode {
  float: right;
  text-align: center;
}
.contact-qrcode img {
  border: 1px solid #efefef;
  border-radius: 4px;
}
.contact-qrcode p {
  padding-top: 15px;
  font-size: 13px;
  color: #999;
}

.contact-map {
	position: relative;
	width: 100%;
	height: 600px;
}
.contact-map #map {
	width: 100%;
	height: 100%;
}

/* responsive */
@media only screen and (max-width: 1024px) {
  .contact-us {
    padding: 60px 0;
  }

  .contact-tit h3 {
    font-size: 18px;
  }
  .contact-tit p {
    padding-top: 16px;
  }

  .contact-list {
    padding-top: 40px;
  }
  .contact-list ul {
    width: auto;
  }
  .contact-list li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    width: auto;
  }
  .contact-list li i {
    margin-right: 16px;
    width: 68px;
    height: 68px;
    background-size: 20px;
  }
  .contact-list li h4 {
    padding-top: 4px;
    font-size: 14px;
  }
  .contact-list li p {
    padding-top: 4px;
    font-size: 14px;
  }

  .contact-con {
    padding-top: 20px;
  }
  .contact-other {
    float: none;
    padding: 0 0 32px 0;
    width: auto;
    height: auto;
    text-align: center;
  }
  .contact-other li {
    font-size: 14px;
    line-height: 36px;
  }
  .contact-qrcode {
    float: none;
    padding-top: 48px;
  }

  .contact-map {
    height: 400px;
  }
  }
      /* 上一条下一条 */
          .pager-container {
            max-width: 1200px;
			 background: #f8f8f8;
            margin: 2rem auto;
            padding: 15px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .pager-group {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .pager-button {
            padding: 12px 24px;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
            background: #fff;
            color: #333;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
            font-size: 14px;
        }

        .pager-button:hover {
            background: #f8f8f8;
            border-color: #004098;
            color: #004098;
        }

        .pager-arrow {
            display: inline-block;
            width: 24px;
            height: 24px;
            position: relative;
            cursor: pointer;
        }

        .pager-arrow::before {
            content: "";
            position: absolute;
            width: 12px;
            height: 12px;
            border-left: 2px solid #333;
            border-bottom: 2px solid #333;
            transition: all 0.3s ease;
        }

        .pager-prev::before {
            left: 50%;
            top: 50%;
            transform: translate(-25%, -50%) rotate(45deg);
        }

        .pager-next::before {
            left: 50%;
            top: 50%;
            transform: translate(-75%, -50%) rotate(-135deg);
        }

        .pager-arrow:hover::before {
            border-color: #007bff;
        }

        /* 移动端适配 */
        @media (max-width: 768px) {
            .pager-button span {
                display-: none;
            }
            
            .pager-button {
                padding: 12px;
            }
            
            .pager-group {
                gap: 4px;
            }
        }