* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, Tahoma, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  list-style: none;
  
}
a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
#pagebody {
  min-width: 375px;
  font-size:18px;
  font-weight: 350;
}
/* 手机导航 */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  color: #333;
  padding: 10px;
  z-index: 10;
  text-align: center;
}
.logo {
  font-size: 1.5rem;
  color: rgb(0, 176, 80);
  font-weight: 800;
  text-align: center;
  margin: 0 auto;
}
.logo a {
  color: rgb(0, 176, 80);
}
.nav-toggle {
  display: none;
}
.nav-toggle-label span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: rgb(0, 176, 80);
  margin-bottom: 5px;
  transition: all 0.3s ease;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 1px;
  text-align: center;
}
.nav-links li {
  background: rgb(0, 176, 80);
  padding: 6px 0;
}
.nav-links a {
  width: 200px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 10px 0;
}
.nav-links a:hover {
  text-decoration: underline;
}
/* 网页头部 */
#header {
  height: 80px;
  margin-top: 10px;
}
.left-column {
  position: relative;
}
.navlogo {
  height: 80px;
  width: 80px;
}
.left-column h1 {
  font-weight: 700;
  font-size: 28px;
  display: block;
  width: 300px;
  position: absolute;
  top: 10px;
  left: 90px;
  color: rgb(0, 176, 80);
}
.left-column h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  display: block;
  width: 300px;
  position: absolute;
  top: 44px;
  left: 90px
}
.qrcode img {
  height: 80px;
  position: absolute;
  right: 20px;
  top: 0px;
}
.shopcode img {
  height: 80px;
  position: absolute;
  right: 100px;
  top: 0px;
}
.right-column {
  position: relative;
}
.phoneimg {
  display: block;
  align-items: center;
  height: 30px;
  width: 30px;
  float: right;
  position: absolute;
  right: 380px;
  top: 25px;
  font-size: 28px;
}
.phonenum {
  display: block;
  align-items: center;
  height: 80px;
  float: right;
  position: absolute;
  right: 200px;
  top: 20px;
  font-size: 28px;
  color: rgb(0, 176, 80);
}
/* 网页导航 */
#navbox {
  background-color: rgb(0, 176, 80);
  color: white;
  height: 50px;
}
.dao ul {
  display: flex;
}
.dao li {
  list-style: none;
  flex-grow: 1;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
}
.dao li:hover {
  background: url("../images/bg-jo.jpg") no-repeat center #ff8e00;
  color: white;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
.dao li a {
  color: white;
  text-align: center;
}
/* banner */
.center_area {
  width: 100%;
  height: 439px;
  margin: 0 auto;
}
.center {
  width: 100%;
  height: 439px;
  float: left;
  padding: 0;
  margin: 0 0 20px 0;
}
.content_middle ul {
  padding: 0;
}
.common_da {
  width: 800px;
  height: 100px;
}
.center .center_top {
  width: 100%;
  height: 439px;
}
.content_middle .indexadpica {
  background: url(../images/index1.jpg) no-repeat center;
  opacity: 100;
  filter: alpha(opacity=1);
}
.content_middle .indexadpicb {
  background: url(../images/index2.jpg) no-repeat center;
}
.content_middle .indexadpicc {
  background: url(../images/index3.jpg) no-repeat center;
}
.content_middle {
  height: 439px;
  margin: 0px auto;
  position: relative;
  padding: 0;
}
.content_middle:hover .common {
  display: block;
}
.content_middle ul {
  margin: 0px;
}
.content_middle ul li {
  width: 100%;
  height: 439px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  margin: 0px auto;
  list-style-type: none;
}
.content_middle .table {
  width: 99px;
  height: 33px;
  position: absolute;
  bottom: 10px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  line-height: 24px;
}
.content_middle .table a {
  width: 30px;
  height: 33px;
  background: #E3DEE1;
  opacity: 0.8;
  text-align: center;
  line-height: 33px;
  margin-left: 3px;
  display: block;
  float: left;
}
.content_middle .table a.small_active {
  background: #FF8800;
  color: #fff;
}
/* 内页banner */
.page-biao img {
  width: 100%;
  height: auto;
}
/* 首页板块一 */
.content-section {
  text-align: center;
  margin-bottom: 20px;
}
.content-section h2 {
  margin: 10px auto 0px auto;
  width: 300px;
  text-align: center;
  padding: 10px 0 0;
  font-size: 2em;
  font-weight: 800;
  color: rgb(0, 176, 80);
}
.content-section h3 {
  font-size: 20px;
  font-weight: 300;
  padding: 10px 0;
}
.content-pic-left-top img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}
.content-text-right-top p {
  text-align: justify;
  line-height: 1.4;
  font-size: 18px;
}
/* 首页板块二*/
.counter-shu-box {
  margin-bottom: 30px;
  padding-top: 10px;
  background: #EBFFEE;
}
.counter-shu {
  height: 200px;
  font-size: 30px;
  font-weight: 800;
  padding: 10px 0 0 0;
}
.counter-shu:hover {
  background: #ffedb0;
}
.counter-shu span {
  font-style: normal;
  font-size: 30px;
  font-weight: 600;
}
.row_b {
  font-style: normal;
  font-size: 18px !important;
  font-weight: 350 !important;
  width: 126px;
  text-align: center;
  top: -10px;
  position: relative;
}
.row_b {
  font-style: normal;
  font-size: 18px;
  font-weight: 350;
  width: 126px;
  text-align: center;
  top: -18px;
  position: relative;
}
/* 首页板块三*/
.content-text-right h4, .content-text-left h4 {
  text-align: justify;
  color: rgb(0, 176, 80);
  font-weight: 800;
  font-size: 36px;
}
.content-text-right h5, .content-text-left h5 {
  text-align: justify;
  color: rgb(0, 176, 80);
  font-weight: 350;
  font-size: 20px;
}
.content-text-right p, .content-text-left p {
  text-align: justify;
  line-height: 1.8;
  font-size: 18px;
}
.content-pic-left img, .content-pic-right img {
  width: 100%;
  height: auto;
}
.counter_shu2 img {
  width: 100%;
  height: auto;
}
.content-rongyu img {
  width: 100%;
  height: 100%;
}
/* 内页*/
.pagelist {
  margin: 20px 0 auto;
}
.pagenav {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 350;
}
.pagelist-con a, .pagelist-con a:active {
  font-size: 18px;
  color: #000;
}
.pagelist-con a:hover {
  text-decoration: underline;
}
.pagelist-con ul {
  margin-top: 20px;
  height: auto;
}
.pagelist-con li {
  position: relative;
  list-style: none;
  margin-bottom: 54px;
}
.pagelist-con li img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  transform-origin: center;
  border-radius: 8px;
}
.pagelist-con li img:hover {
  transform: scale(1.04);
}
.pagelist-con li span {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  text-align: center;
  padding: 10px 0;
  opacity: 0.8;
  color: #000;
  height: 40px;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* 内页 相关企业列表*/
.biaoge {
  margin-bottom: 0px !important;
  font-size: 18px;
  font-weight: 350;
  min-height: 60px;
  height: auto;
  line-height: 60px;
  border-bottom: 1px solid #F0F0F0;
  padding: 0 10px;
}
.biaoge .biaogea {
  margin-top: 8px !important;
}
.biaoge b {
  font-weight: normal;
}
.biaoge:hover {
  background: #E9FFEF;
}
.page-nav {
  margin: 10px auto;
  font-size: 18px;
  font-weight: 350;
}
.page-nav span {
  padding: 0 10px;
  font-size: 18px;
  font-weight: 350;
}
.mypage-con {
  width: auto;
  margin: 0 auto 10px;
}
.mypage-con h1 {
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
  line-height: 28px;
  margin-top: 10px;
}
.mypage-con h2 {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-list {
  border-bottom: 1px solid #f0f0f0;
  height: auto;
  padding: 20px 0px;
}
.news-time {
  font-size: 22px;
  text-align: center;
  width: auto;
  min-width: 120px;
  min-height: 120px;
  height: auto;
  background-color: rgb(0, 176, 80);
  color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-time em {
  font-size: 22px;
  text-align: center;
  font-style: normal;
}
.news-con h3 {
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
  width: auto;
}
.news-con p {
  font-size: 18px;
  line-height: 26px;
  text-indent: 0;
  font-weight: 350;
  width: auto;
  padding: 0;
}
.news-con a {
  color: #36b153;
}
.news-con a:hover {
  text-decoration: underline;
  color: #36b153;
}
.shopbox {
  padding: 50px 0;
}

.about-us-con .befrom {
  padding: 0 !important;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: #999;
}
.about-us-con p img {
  display: block;
  width: 100%;
  max-width: 360px;
  min-width: 300px;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* 关于我们 */
.about-us-con {
  width: auto;
  margin: 0 10px auto;
  height: auto;
}
.about-us-con h1, .about-us-con h2 {
  text-align: center;
  padding: 20px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
}
.about-us-con p {
  margin: 10px 0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 350;
  text-indent: 2em;
}
.about-us-con .pagemar {
  margin-bottom: 20px;
}
/* 联系我们 */

.contact-us-box {
  background: #E6FFDB;
  height: 400px;
  width: 100%;
}

.contact-us {
  width: auto;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.contact-us-biao {
  width: auto;
  margin: 0 auto;
  font-size: 100px;
  font-weight: 600;
  padding-top: 60px;
  color: rgb(0, 176, 80);
}
.contact-us-biao-con {
  position: relative;
}


.hezuo {
  width: auto;
  font-size: 100px;
  font-weight: 600;
  color: rgb(0, 176, 80);
  justify-content: center;
  align-items: center;
  height: auto;
}
.xiehui {
  font-size: 66px;
  font-weight: 300;
  color: rgb(0, 176, 80);
  position: absolute;
  top: 140px;
  left: 0;
  width: auto;
}

.contact-us .contact-us-con h3 {
  font-size: 2em;
  color: #36b153;
  line-height: 2em;
  padding-left: 50px;
}
.contact-us .contact-us-con h3:hover {
  color: #36b153;
  line-height: 2em;
}
.contact-us .contact-us-con p {
  font-size: 27px;
  font-weight: normal;
  color: #070707;
  margin-top: 10px;
  text-indent: 0;
  padding-left: 50px;
}
.contact-us .contact-us-con .tb5 {
  width: auto;
  height: auto;
  overflow: hidden;
}
.contact-us .contact-us-con .tb5 img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  transition: max-width 0.3s ease, max-height 0.3s ease;
  transition: all 0.3s ease;
  transform-origin: center;
}
.contact-us .contact-us-con .tb5 img:hover {
  transform: scale(1.01);
}
.contact-us .contact-us-con .tb1 {
  background-image: url("../images/bg-tb1.png");
}
.contact-us .contact-us-con .tb2 {
  background-image: url(../images/bg-tb2.png);
}
.contact-us .contact-us-con .tb3 {
  background-image: url(../images/bg-tb3.png);
}
.contact-us .contact-us-con .tb4 {
  background-image: url(../images/bg-tb4.png);
}
.contact-us .contact-us-con li {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ddd;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 20px 30px;
  list-style: none;
}
.contact-us .contact-us-con li:hover {
  border-bottom-color: #36b153;
}
.contact-us-con .about-us-con-map {
  padding: 0 !important;
}

/* 网页尾部*/
#footer {
  background: rgb(0, 176, 80);
  width: auto;
  color: #fff;
  text-align: center;
}
#footer a {
  color: #fff;
  text-align: center;
}
#footer p {
  padding: 16px 0;
}
/* 最大屏幕尺寸3000px 展示效果 */
@media (max-width:3000px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 60px;
    left: 0;
    opacity: 0.8;
    padding: 20px;
  }
  .nav-toggle:checked ~ .nav-links {
    display: flex;
  }
  .nav-toggle-label {
    cursor: pointer;
  }
  .mypage-nav, .page-nav {
    margin-bottom: 10px;
    text-align: center;
  }
  .about-us-con p img {
    display: block;
    width: 100%;
    max-width: 700px;
    min-width: 600px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
/* 最大屏幕尺寸2000px 展示效果 */
@media (max-width:2000px) {
  .content-text-right-top p {
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
  }
  .news-con h3 {
    font-size: 28px !important;
    font-weight: 500;
    padding-top: 10px;
    width: auto;
  }
}
/* 最大屏幕尺寸1400px 展示效果 */
@media (max-width:1400px) {
  .content-text-right-top p {
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
  }
  .news-con h3 {
    font-size: 28px !important;
    font-weight: 500;
    padding-top: 10px;
    width: auto;
  }
}
/* 最大屏幕尺寸1200px 展示效果 */
@media (max-width:1200px) {
  .content-text-right h4, .content-text-right h5, .content-text-left h4, .content-text-left h5 {
    text-align: center;
  }
}
/* 最大屏幕尺寸1000px 展示效果 */
@media (max-width:1000px) {
  .center, .content_middle, .content_middle ul li {
    height: 300px;
  }
  .content_middle .indexadpica {
    background: url(../images/index1.jpg) no-repeat center center;
    opacity: 100;
    filter: alpha(opacity=1);
    background-size: 100% 300px;
  }
  .content_middle .indexadpicb {
    background: url(../images/index2.jpg) no-repeat center center;
    background-size: 100% 300px;
  }
  .content_middle .indexadpicc {
    background: url(../images/index3.jpg) no-repeat center center;
    background-size: 100% 300px;
  }
}
/* 最大屏幕尺寸990px 展示效果 */
@media (max-width:992px) {
  .news-con h3 {
    font-size: 24px !important;
	  font-weight: 400;
  }
  .about-us-con img {
    max-width: 500px !important;
    height: auto;
  }
  .contact-us-box {
    height: 300px;
    width: 100%;
  }
  .contact-us-biao-con {
    position: relative;
  }
  .about-us-con p img {
    display: block;
    width: 100%;
    max-width: 600px;
    min-width: 340px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .hezuo {
    width: auto;
    font-size: 70px;
    font-weight: 600;
    color: rgb(0, 176, 80);
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .xiehui {
    font-size: 40px;
    font-weight: 300;
    color: rgb(0, 176, 80);
    position: absolute;
    top: 100px;
    left: 30px;
    width: auto;
  }
}
/* 最大屏幕尺寸990px 展示效果 */
@media (max-width: 990px) {
  .phoneimg, .phonenum {
    display: none;
  }
}
/* 最大屏幕尺寸768px 展示效果 */
@media (max-width: 768px) {
  #header {
    display: none;
  }
  #navbox {
    display: none;
  }
  .center, .content_middle, .content_middle ul li {
    height: 200px;
  }
  .content_middle .indexadpica {
    background: url(../images/index1.jpg) no-repeat center center;
    opacity: 100;
    filter: alpha(opacity=1);
    background-size: 100% 200px;
  }
  .content_middle .indexadpicb {
    background: url(../images/index2.jpg) no-repeat center center;
    background-size: 100% 200px;
  }
  .content_middle .indexadpicc {
    background: url(../images/index3.jpg) no-repeat center center;
    background-size: 100% 200px;
  }
  .content-text-right-top p {
    text-align: justify;
    line-height: 1.8;
    font-size: 18px;
    font-weight: 350px;
  }
  .haha {
    line-height: 1.8;
    font-size: 18px;
    font-weight: 350px;
  }
  .content-text-right h4, .content-text-right h5, .content-text-left h4, .content-text-left h5 {
    text-align: center;
  }
  .news-con h3 {
    font-size: 20px;
    font-weight: 400px;
  }
  .contact-us-box {
    height: 240px;
    width: 100%;
  }
  .contact-us-biao-con {
    position: relative;
  }
  .contact-us-biao {
    width: auto;
    font-size: 50px;
    font-weight: 600;
    color: rgb(0, 176, 80);
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .contact-us-biao-con .xiehui {
    font-size: 28px;
    font-weight: 300;
    color: rgb(0, 176, 80);
    position: absolute;
    top: 70px;
    left: 20px;
  }
  .about-us-con p img {
    display: block;
    width: 100%;
    max-width: 500px;
    min-width: 360px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .mypage-nav, .page-nav {
    margin-bottom: 10px;
  }
  .mypage-nav span, .page-nav span {
    max-width: 720px;
    width: auto;
    display: block;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 10px;
  }
  .biaoge {
    padding: 0;
  }
  .hezuo {
    font-size: 60px;
    font-weight: 800;
  }
  .xiehui {
    font-size: 30px;
  }
}
/* 最大屏幕尺寸546px 展示效果 */
@media (max-width:576px) {
  .counter-shu {
    height: 200px;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    padding: 10px 0 0 0;
  }
  .row_a span {
    font-size: 30px;
    font-weight: 600;
  }
  .row_b {
    font-style: normal;
    font-size: 18px !important;
    font-weight: 350 !important;
    width: 126px;
    text-align: center;
    top: -10px;
    position: relative;
  }
  .content-text-right h4, .content-text-right h5, .content-text-left h4, .content-text-left h5 {
    text-align: center;
  }
  .news-list {
    height: auto;
    padding: 10px 0px;
    background: #F5FFF3;
    margin: 8px 4px;
    border-bottom: none;
    border-radius: 15px;
  }
  .news-con h3 {
    font-size: 20px;
    font-weight: 400;
    color: rgb(0, 176, 80);
  }
  .news-time {
    display: none;
  }
  .about-us-con img {
    max-width: 340px !important;
    height: auto;
  }
  .befrom {
    font-size: 14px;
  }
  .contact-us-box {
    height: 220px;
    width: 100%;
  }
  .contact-us-biao-con {
    position: relative;
  }
  .contact-us-biao {
    width: auto;
    font-size: 50px;
    font-weight: 600;
    color: rgb(0, 176, 80);
    justify-content: center;
    align-items: center;
    height: auto;
  }
  .contact-us-biao-con .xiehui {
    font-size: 28px;
    font-weight: 300;
    color: rgb(0, 176, 80);
    position: absolute;
    top: 70px;
    left: 20px;
  }
  .about-us-con p img {
    display: block;
    width: 100%;
    max-width: 360px;
    min-width: 300px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .mypage-nav span, .page-nav span {
    max-width: 380px;
    width: auto;
    display: block;
    padding-top: 5px;
    text-align: left;
    margin-bottom: 10px;
  }
  .biaoge {
    padding: 0;
  }
  .hezuo {
    font-size: 50px;
    font-weight: 800;
  }
  .xiehui {
    font-size: 30px;
  }
}
/* 最小屏幕尺寸768px 展示效果 */
@media (min-width:768px) {
  .navbar {
    display: none;
  }
}
/* 最小屏幕尺寸600px 展示效果 */
@media (min-width:600px) {
  .biaoge b {
    width: 90px !important;
    display: inline-block;
    text-align: right !important;
    font-weight: normal;
  }
}

        /* 移动导航容器 */
        .mobile-nav {
            display: none;
            position: fixed;
            bottom: 0;
            width: 100%;
            background: #ffffff;
            box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.1);
            z-index: 1000;
            padding: 10px 0;
        }

        /* 主菜单布局 */
        .main-menu {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        /* 菜单项样式 */
        .main-menu li a {
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            padding: 8px 12px;
        }
   .main-menu li  a:hover {
         color:rgb(0, 176, 80);
        }

        /* 子菜单样式 */
        .submenu {
            display: none;
            position: absolute;
            bottom: calc(100% + 10px);
            left: 50%;
            transform: translateX(-50%);
            background: #fff;
            width: 120px;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            padding: 10px 0;
        }

        .submenu li a {
            padding: 10px 15px;
            white-space: nowrap;text-decoration: underline; 
        }

        .submenu li a:hover {
         color:rgb(0, 176, 80);
        }
        /* 交互状态 */
        .has-submenu.active .submenu {
            display: block;
        }

        /* 响应式显示 */
        @media (max-width: 768px) {
            .mobile-nav {
                display: block;
            }
        }

        /* 电脑端隐藏 */
        @media (min-width: 769px) {
            .mobile-nav {
                display: none !important;
            }
        }