@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@300;400;500;600;700&family=Noto+Serif+SC:wght@400;600;700&display=swap');

*{ margin:0; padding:0; box-sizing: border-box; }

html{
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body{
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: #334155;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  width: 100%;
  overflow-x: hidden;
  background: #f8fafc;
  font-size: 15px;
  line-height: 1.6;
}

h1,h2,h3,h4,h5,h6{font-size:100%}
form{display:inline}
ul,ol{list-style:none}
a{
  text-decoration: none;
  color: #64748b;
  transition: color 0.2s ease;
}
a:hover,a:active,a:focus{
  text-decoration: none;
  color: #0f172a;
}
img{vertical-align:middle;border:0;-ms-interpolation-mode:bicubic; max-width: 100%;}
button,input,select,textarea{font-size:100%;vertical-align:middle;outline:none; font-family: inherit;}
textarea{resize:none}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;-moz-appearance:button}
input:focus:-moz-placeholder,input:focus::-webkit-input-placeholder{color:transparent}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
table{border-collapse:collapse;border-spacing:0}
.red{ color:#ef4444;}
.fl{float:left;}
.fr{float:right;}
.hide{display:none;}
.show{display:block;}
.pd{ padding-top:17px; padding-left:35px;}
.pl{ padding-left:50px;}
.f24{ font-size:24px;}
.f18{ font-size:18px;}
.f14{ font-size:14px;}
.f12{ font-size:12px;}
.posi_rela{ position:relative;}
.posi_abso{ position:absolute;}
.ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.break{word-break:break-all;word-wrap:break-word}
header,footer,article,section,nav,menu,hgroup{display:block;clear:all;}

/* ── Header / Nav ── */
.top{
  width: 100%;
  height: auto;
  min-height: 80px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.top_mid{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 24px;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo{
  float: none;
  width: auto;
  max-width: 280px;
  margin-top: 0;
  height: auto;
  overflow: visible;
  flex-shrink: 0;
}
.logo-brand{
  display: inline-flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
  line-height: 1;
}
.logo-text{
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-family: 'Noto Serif SC', 'Noto Sans SC', serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.06em;
  color: #0f172a;
  white-space: nowrap;
}
.logo-text strong,
.logo-text .name-company-simply-two{
  color: #059669;
  font-weight: 700;
  font-style: normal;
}
.logo-text-sub{
  font-size: 22px;
  font-weight: 600;
  color: #334155;
}
.logo img{
  max-height: 56px;
  width: auto;
  display: block;
}
.menu{
  float: none;
  width: auto;
  height: auto;
}
.menu ul{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: flex-end;
}
.menu ul li{
  float: none;
  width: auto;
  height: auto;
  text-align: center;
  font: 15px/1.4 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
}
.menu ul li a{
  display: block;
  padding: 10px 18px;
  color: #64748b;
  font-weight: 500;
  border-radius: 8px;
  line-height: 1.4;
  transition: all 0.2s ease;
}
.menu ul li a:hover{
  color: #0f172a;
  background: rgba(15, 23, 42, 0.04);
}
.menu ul li .on{
  color: #059669;
  background: rgba(5, 150, 105, 0.08);
  font-weight: 600;
}

/* ── Hero banners ── */
.banner{
  background: url(../images/banner_05.jpg) center center / cover no-repeat;
  width: 100%;
  min-height: clamp(220px, 38vw, 420px);
  position: relative;
}
.banner_btn{
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  min-height: clamp(220px, 38vw, 420px);
}
.btn1{ margin-left:492px; margin-top:331px; float:left; width:103px; height:32px;}
.btn2{ margin-left:32px; margin-top:331px; float:left; width:103px; height:32px;}

.index_cont{
  max-width: 1200px;
  width: calc(100% - 32px);
  margin: 32px auto 48px;
  overflow: hidden;
  text-align: center;
  padding: 24px;
  box-sizing: border-box;
}
.index_cont img{
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.index_cont_left{ float:left; width:297px; overflow:hidden;}
.index_nwes{ font-size:12px; overflow:hidden; width:100%; padding-top:5px;}
.ltit{ width:230px;}
.ltime{ width:66px;}
.index_nwes ul li{ width:297px; height:28px; overflow:hidden;}
.index_nwes ul li a{ color:#666666; line-height:28px; height:28px;}
.index_nwes ul li a:hover{ color:#059669; line-height:28px; height:28px;}

.index_job{ width:308px; overflow:hidden; margin-left:35px; float:left;}
.index_job_list{ width:295px; overflow:hidden; font-size:12px; color:#666666;}
.index_job_list table tr td{ height:30px; text-indent:10px; line-height:30px;}

.lunbo{ width:306px; height:204px; float:right;}

.bannerin{
  width: 100%;
  min-height: clamp(140px, 28vw, 220px);
  height: auto;
  background-size: cover !important;
  background-position: center !important;
}
.aboutbg{ background:url(../images/ahout_b.jpg) center center/cover no-repeat;}
.newsbg{ background:url(../images/news_b.jpg) center center/cover no-repeat;}
.productbg{ background:url(../images/product_b.jpg) center center/cover no-repeat;}
.businessbg{ background:url(../images/bus_b.jpg) center center/cover no-repeat;}
.jobbg{ background:url(../images/job_b.jpg) center center/cover no-repeat;}
.conbg{ background:url(../images/cont_bg.jpg) center center/cover no-repeat;}
.rulesbg{ background:url(../images/rules_bg.jpg) center center/cover no-repeat;}

/* ── Main content layout ── */
.inmid{
  max-width: 1200px;
  width: calc(100% - 48px);
  margin: 0 auto 48px;
  overflow: hidden;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
  display: flex;
  gap: 0;
  padding: 0;
  background-image: none;
}
.p40{ padding: 48px 40px 56px; }
.inmid_left{
  width: 200px;
  flex-shrink: 0;
  float: none;
  overflow: hidden;
  padding: 32px 0 32px 24px;
  border-right: 1px solid #e2e8f0;
}
.inmid_right{
  flex: 1;
  float: none;
  margin-right: 0;
  padding: 32px 40px 48px 32px;
  width: auto;
  min-width: 0;
}

.lmenu{
  height: auto;
  width: 100%;
  font: 15px/1.4 'Noto Sans SC', sans-serif;
  margin-bottom: 4px;
}
.mb35{margin-bottom: 8px;}
.mb85{margin-top: 24px;}
.lmenu a{
  height: auto;
  background: none;
  width: 100%;
  float: none;
  padding: 12px 16px;
  color: #94a3b8;
  border-radius: 8px;
  display: block;
  border-left: 3px solid transparent;
  transition: all 0.2s ease;
}
.lmenu a:hover{
  background: rgba(15, 23, 42, 0.04);
  color: #059669;
  padding-left: 16px;
  width: 100%;
  float: none;
  border-left-color: #059669;
}
.lmenu .on{
  background: rgba(5, 150, 105, 0.08);
  color: #059669;
  font-weight: 600;
  border-left: 3px solid #059669;
  padding-left: 13px;
}

.about_t{
  font: 600 32px/1.3 'Noto Serif SC', 'Noto Sans SC', serif;
  color: #0f172a;
  border-bottom: 2px solid #e2e8f0;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
.details_t{
  font: 600 20px/1.4 'Noto Serif SC', serif;
  color: #0f172a;
  border-bottom: 2px solid #e2e8f0;
  height: auto;
  padding: 16px 0 20px;
  text-align: center;
}
.about_cont{
  padding-top: 28px;
  padding-bottom: 40px;
  font: 15px/1.85 'Noto Sans SC', sans-serif;
  color: #475569;
}
.news_cont{ height:140px; border-bottom:#e2e8f0 dotted 1px; padding-top:56px;}
.n_title{color:#334155;font:15px/1.6 'Noto Sans SC', sans-serif;}
.n_cont{color:#94a3b8;font:14px/1.6 'Noto Sans SC', sans-serif;}
.n_time{ color:#94a3b8;font:14px/1.6 'Noto Sans SC', sans-serif;}
.n_time a{ color:#059669;}

.product_cont{border-bottom:#e2e8f0 dotted 1px; padding-top:48px; padding-bottom:52px; overflow:hidden;}
.p_title{ color:#334155;font:18px/1.4 'Noto Sans SC', sans-serif; margin-bottom:28px;}
.leftimg{ width:279px; height:139px; float:left;}
.product_cont .leftimg img{ width:100%; border-radius: 8px;}
.product_cont .rightcont{ width:396px; float:right; overflow:hidden;}
.p_contin{color:#94a3b8;font:14px/1.6 'Noto Sans SC', sans-serif; padding-bottom:30px;}

.job_cont_t{ width:100%; max-width:482px; height:auto; min-height:120px; margin:0 auto 24px; }
.job_cont_zl{
  font: 15px/1.8 'Noto Sans SC', sans-serif;
  color: #475569;
  padding: 24px;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-radius: 12px;
  border: 1px solid rgba(5, 150, 105, 0.12);
}
.job_cont_list{ margin-top:36px; overflow:hidden; width:100%; margin-bottom:80px;}
.job_cont_title{
  height: auto;
  width: 100%;
  color: #0f172a;
  font: 600 16px/1.4 'Noto Sans SC', sans-serif;
  border-bottom: 2px solid #e2e8f0;
  margin-top: 24px;
  padding: 16px 0;
}
.job_cont_title a{
  width: auto;
  height: auto;
  float: right;
  text-align: center;
  line-height: 1.4;
  background: #059669;
  color: #fff;
  margin-right: 0;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 8px;
  transition: background 0.2s;
}
.job_cont_title a:hover{ background: #047857; color: #fff; }
.job_cont_cont{
  padding: 20px 0;
  color: #475569;
  font: 14px/1.75 'Noto Sans SC', sans-serif;
}

.contact_tt{ font: 600 18px/1.5 'Noto Sans SC', sans-serif; color: #0f172a;}
.contact_con{ color:#475569; font:15px/1.8 'Noto Sans SC', sans-serif;}
.map{
  width: 100%;
  max-width: 100%;
  height: 380px;
  border: none;
  border-radius: 12px;
  overflow: hidden;
}

.details_m{
  font: 15px/1.85 'Noto Sans SC', sans-serif;
  color: #475569;
  padding: 24px 0 48px;
}

/* Pagination */
.page{ padding:50px 0;}
DIV.meneame {
  PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 80%; PADDING-BOTTOM: 3px; MARGIN: 3px; COLOR: #ffffff; PADDING-TOP: 3px; TEXT-ALIGN: center
}
DIV.meneame A {
  PADDING-RIGHT: 7px; BACKGROUND-POSITION: 50% bottom; PADDING-LEFT: 7px; PADDING-BOTTOM: 5px; COLOR: #64748b; MARGIN-RIGHT: 3px; PADDING-TOP: 5px; TEXT-DECORATION: none; background:#ffffff; border:#059669 solid 1px; border-radius: 6px;
}
DIV.meneame A:hover {
  COLOR: #ffffff; BACKGROUND-COLOR: #059669; border:#059669 solid 1px;
}
DIV.meneame A:active {
  COLOR: #ffffff; BACKGROUND-COLOR: #059669; border:#059669 solid 1px;
}
DIV.meneame SPAN.current {
  PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-WEIGHT: bold; PADDING-BOTTOM: 5px; COLOR: #ffffff; MARGIN-RIGHT: 3px; PADDING-TOP: 5px; BACKGROUND-COLOR: #059669; border:#059669 solid 1px; border-radius: 6px;
}
DIV.meneame SPAN.disabled {
  PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 5px; COLOR: #94a3b8; MARGIN-RIGHT: 3px; PADDING-TOP: 5px;
}

.foot{
  border-top: 1px solid #e2e8f0;
  margin-top: 54px;
  padding-top: 24px;
  overflow: hidden;
}
.foot_in{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font: 13px/1.8 'Noto Sans SC', sans-serif;
  color: #94a3b8;
  padding: 0 24px;
}
.foot_in a{color:#94a3b8;}
.foot_in a:hover{color:#059669;}

.foot2{
  background: #1e293b;
  padding: 40px 24px 48px;
  text-align: center;
  overflow: hidden;
  margin-top: 0;
}
.foot2_in{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  font: 13px/1.9 'Noto Sans SC', sans-serif;
  color: #94a3b8;
  padding-bottom: 0;
}
.foot2_in p{ margin-bottom: 8px; }
.foot2_in a{
  color: #e2e8f0;
  transition: color 0.2s;
}
.foot2_in a:hover{ color: #34d399; }

/* Responsive */
@media (max-width: 900px) {
  .top_mid{
    flex-direction: column;
    gap: 12px;
    padding: 12px 16px;
    align-items: stretch;
  }
  .logo{ max-width: 100%; text-align: center; }
  .logo-brand{ justify-content: center; }
  .logo-text{ font-size: 22px; }
  .menu ul{
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px;
  }
  .menu ul li a{ padding: 8px 12px; font-size: 14px; }
  .inmid{
    flex-direction: column;
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }
  .inmid_left{
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 16px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
  .lmenu{ width: auto; flex: 0 1 auto; min-width: 100px; }
  .mb85{ margin-top: 0; }
  .inmid_right{ padding: 20px 16px 28px; }
  .p40{ padding: 20px 12px 28px; }
  .about_t{ font-size: 26px; }
  .index_cont{
    width: calc(100% - 24px);
    margin: 20px auto 32px;
    padding: 16px;
  }
  .foot2{ padding: 28px 16px 36px; }
  .foot2_in{ font-size: 12px; line-height: 1.75; }
  .map{ height: 280px; }
}

@media (max-width: 480px) {
  .logo-text{ font-size: 20px; }
  .logo-text-sub{ font-size: 18px; }
  .menu ul li{ flex: 1 1 30%; }
  .menu ul li a{
    padding: 8px 6px;
    font-size: 13px;
  }
  .bannerin::after{ font-size: 24px !important; letter-spacing: 0.1em !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
