/* Scoped rebuilt inner-page layout. Navigation is intentionally untouched. */
.cohon-clean-page{
  background:#fff;
}
.cohon-clean-about-tabs,
.cohon-clean-service-tabs{
  margin:28px auto 36px!important;
  gap:14px!important;
}
.cohon-clean-about-tabs a,
.cohon-clean-service-tabs a{
  min-width:142px!important;
  height:52px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 22px!important;
  font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif!important;
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:0!important;
}
.cohon-clean-about-panel{
  align-items:start!important;
  padding:56px 64px!important;
  gap:58px!important;
}
.cohon-clean-about-panel-no-media{
  display:block!important;
}
.cohon-clean-about-panel-no-media .cohon-clean-about-copy{
  max-width:none!important;
}
.cohon-clean-about-copy h2,
.cohon-clean-product-body .cohon-clean-section-head h2,
.cohon-clean-product-gallery-panel .cohon-clean-section-head h2{
  font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif!important;
  font-size:34px!important;
  line-height:1.2!important;
  font-weight:700!important;
  color:#10223f!important;
  letter-spacing:0!important;
}
.cohon-clean-culture-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin-top:28px;
}
.cohon-clean-culture-grid article{
  min-height:154px;
  padding:24px 26px;
  background:#f6f9fd;
  border:1px solid #e3edf8;
}
.cohon-clean-culture-grid span,
.cohon-clean-history-grid span{
  display:block;
  margin-bottom:14px;
  color:#0165b0;
  font-family:Arial,sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}
.cohon-clean-culture-grid strong{
  display:block;
  margin-bottom:12px;
  color:#10223f;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
}
.cohon-clean-culture-grid p{
  margin:6px 0 0!important;
  color:#263951;
  font-size:17px;
  line-height:1.75;
}
.cohon-clean-culture-note{
  margin-top:28px;
  padding:24px 28px;
  border-left:4px solid #0165b0;
  background:#f8fafc;
}
.cohon-clean-culture-note p{
  margin:0 0 10px!important;
  color:#263951;
  font-size:16px;
  line-height:1.85;
}
.cohon-clean-history-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
  margin-top:30px;
}
.cohon-clean-history-grid article{
  position:relative;
  min-height:150px;
  padding:26px 28px;
  background:#fff;
  border:1px solid #dce7f3;
  box-shadow:0 14px 34px rgba(20,49,91,.06);
}
.cohon-clean-history-grid article:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:#0165b0;
}
.cohon-clean-history-grid h3{
  margin:0;
  color:#10223f;
  font-size:22px;
  line-height:1.35;
  font-weight:700;
}
.cohon-clean-history-grid p{
  margin:12px 0 0!important;
  color:#4c5d72;
  font-size:16px;
  line-height:1.8;
}
.cohon-clean-product-body{
  margin-top:34px!important;
}
.cohon-clean-product-body .cohon-clean-section-head,
.cohon-clean-product-gallery-panel .cohon-clean-section-head{
  text-align:left!important;
  margin-bottom:26px!important;
}
.cohon-clean-product-body .cohon-clean-section-head h2:after,
.cohon-clean-product-gallery-panel .cohon-clean-section-head h2:after{
  margin-left:0!important;
  margin-right:auto!important;
}
.cohon-clean-product-gallery-panel{
  margin-top:34px;
  padding:44px;
  background:#fff;
  border:1px solid #e0e8f2;
}
.cohon-clean-contact-main{
  max-width:1280px!important;
}
.cohon-clean-contact-panel{
  padding:54px!important;
}
.cohon-clean-contact-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
}
.cohon-clean-contact-map{
  margin-top:26px;
  min-height:280px;
  display:flex;
  align-items:center;
  padding:38px 42px;
  background:linear-gradient(90deg,#002b5b,#004f92);
}
.cohon-clean-contact-map div{
  max-width:720px;
  color:#fff;
}
.cohon-clean-contact-map span{
  display:block;
  margin-bottom:10px;
  color:rgba(255,255,255,.72);
  font-family:Arial,sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:.08em;
}
.cohon-clean-contact-map h3{
  margin:0;
  color:#fff;
  font-size:28px;
  line-height:1.35;
  font-weight:700;
}
.cohon-clean-contact-map p{
  margin:14px 0 22px;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.8;
}
.cohon-clean-contact-map a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:120px;
  height:42px;
  margin-right:12px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.72);
  color:#fff;
  text-decoration:none;
}
.cohon-clean-contact-map a:hover{
  background:#fff;
  color:#004f92;
}
@media screen and (max-width:1024px){
  .cohon-clean-culture-grid,
  .cohon-clean-history-grid,
  .cohon-clean-contact-grid{
    grid-template-columns:1fr!important;
  }
  .cohon-clean-about-panel{
    padding:36px!important;
  }
}
@media screen and (max-width:768px){
  .cohon-clean-about-tabs a,
  .cohon-clean-service-tabs a{
    min-width:116px!important;
    height:44px!important;
    font-size:16px!important;
  }
  .cohon-clean-about-panel,
  .cohon-clean-contact-panel,
  .cohon-clean-product-gallery-panel{
    padding:24px!important;
  }
  .cohon-clean-about-copy h2,
  .cohon-clean-product-body .cohon-clean-section-head h2,
  .cohon-clean-product-gallery-panel .cohon-clean-section-head h2{
    font-size:24px!important;
  }
  .cohon-clean-culture-grid strong,
  .cohon-clean-history-grid h3{
    font-size:20px;
  }
  .cohon-clean-contact-map{
    padding:28px 24px;
  }
  .cohon-clean-contact-map h3{
    font-size:22px;
  }
}
