p {
  margin: 0;
  padding: 0;
}

.ht-50 {
  height: .5rem;
}

.ht-100 {
  height: 1rem;
}

.mobile-show {
  display: none;
}

.root {
  box-sizing: border-box;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.mobile-header, .mobile-nav, .mengban {
  display: none;
}

.header {
  width: 100%;
  height: 1rem;
}

.header .root {
  height: 100%;
}

.header .root .header-lf {
  display: block;
  flex-shrink: 0;
  margin-right: 0.4rem;
}

.header .root .header-lf img {
  width: auto;
  height: .65rem;
}

.header .root .header-nav {
  flex: 1;
  font-size: 0.16rem;
}

.header .root .header-nav .header-nav-item {
  text-align: center;
  flex: 1;
  box-sizing: border-box;
  padding: 0 2px;
  flex-shrink: 0;
}

.header .root .header-nav .header-nav-item:hover a {
  color: #00A051;
}

.toTop {
  cursor: pointer;
  position: fixed;
  bottom: .4rem;
  right: .4rem;
  z-index: 99;
  width: .45rem;
  height: auto;
}

.toTop:hover {
  opacity: 0.9;
  transition: 0.5s;
}

.footer {
  cursor: default;
  background-color: #00A051;
  color: #ffffff;
  font-size: .14rem;
}

.footer .footer-top {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-top .footer-top-item {
  line-height: .64rem;
  box-sizing: border-box;
  padding: 0 .3rem;
  text-align: center;
  cursor: default;
  flex-shrink: 0;
}

.footer .footer-top .footer-top-item a:hover {
  opacity: 0.8;
  transition: 0.5s;
  cursor: pointer;
}

.footer .footer-con {
  box-sizing: border-box;
  padding: .3rem 0;
}

.footer .footer-con .footer-con-lf {
  box-sizing: border-box;
  width: 2.6rem;
  margin-right: .7rem;
}

.footer .footer-con .footer-con-lf .opci {
  opacity: 0.5;
}

.footer .footer-con .footer-con-lf .logo-footer {
  width: 2rem;
  height: auto;
  margin-bottom: .3rem;
}

.footer .footer-con ul .footer-con-item {
  flex: 1;
  text-align: center;
}

.footer .footer-con ul .footer-con-item .opci {
  opacity: 0.5;
}

.footer .footer-con ul .footer-con-item a:hover {
  opacity: 0.8;
  transition: 0.5s;
  cursor: pointer;
}

.footer .footer-con .footer-qrcode {
  width: 1.2rem;
  height: 1.2rem;
}

.footer .footer-btm {
  width: 100%;
}

.top-box img {
  width: 100%;
}

.index-about {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 1.2rem 0;
}

.index-about .index-about-lf {
  flex: 1;
  box-sizing: border-box;
  padding: .3rem;
}

.index-about img {
  width: 4.8rem;
  height: 4.2rem;
  flex-shrink: 0;
}

.index-pro-box {
  box-sizing: border-box;
  padding: .5rem .3rem 2rem;
  background: url(../img/index-pro-bg.png) no-repeat left center;
}

.index-pro-box .index-pro-tit1 {
  color: #FFFFFF;
  opacity: 0.2;
  font-size: .62rem;
}

.index-pro-list {
  margin-top: -1.5rem;
  display: flex;
  box-sizing: border-box;
  padding: 0 3%;
}

.index-pro-list .index-pro-list-item {
  width: 28%;
  height: auto;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
  padding: .4rem .3rem;
  box-shadow: 0.05rem 0.09rem 0.2rem 0 rgba(138, 138, 137, 0.1);
  margin-right: 3%;
}

.index-pro-list .index-pro-list-item:last-child {
  margin-right: 0;
}

.index-sys-box {
  padding: 1rem 0;
}

.index-sys-box .index-sys-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-sys-box .index-sys-item .index-pro-r {
  width: 7.8rem;
  height: auto;
}

.index-sys-box .index-sys-item .index-sys-txt {
  position: relative;
}

.index-sys-box .index-sys-item .index-sys-txt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 9;
  background-color: #00A051;
  width: 0.7rem;
  height: 0.04rem;
}

.index-news-box {
  height: 7.25rem;
  display: flex;
}

.index-news-box .index-news-lf {
  width: 45%;
  box-sizing: border-box;
  padding-right: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: #00A051;
}

.index-news-box .index-news-lf .title {
  width: 4.5rem;
  display: block;
}

.index-news-box .index-news-lf .index-news-item {
  background: #FFFFFF;
  width: 4.5rem;
  height: 4.7rem;
}

.index-news-box .index-news-lf .index-news-item img {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.4rem;
}

.index-news-box .index-news-lf .index-news-item p {
  box-sizing: border-box;
  padding: 0 .3rem;
}

.index-news-box .index-news-rt {
  flex: 1;
  background: #F9F9F9;
}

.index-news-box .index-news-rt .rt-con {
  width: 6.6rem;
  height: 100%;
}

.index-news-box .index-news-rt .rt-con .mobile-index-news-tit {
  display: none;
}

.index-news-box .index-news-rt .rt-con .rt-more {
  margin-top: 0.6rem;
  padding: 0.44rem 0;
  text-align: right;
  border-bottom: 1px solid #E5E5E5;
}

.index-news-box .index-news-rt .rt-con .rt-more a:hover {
  color: #00A051;
  opacity: 0.9;
}

.index-news-box .index-news-rt .rt-con .index-news-ul li {
  margin-top: .7rem;
}

.index-news-box .index-news-rt .rt-con .index-news-ul li:hover {
  opacity: 0.8;
  cursor: pointer;
  color: #00A051;
  transition: 0.5s;
}

.index-news-box .index-news-rt .rt-con .index-news-ul li:nth-child(n+4) {
  display: none;
}

.index-news-box .index-news-rt .rt-con .index-news-ul li .index-li-lf {
  width: 1.7rem;
  height: .8rem;
  flex-shrink: 0;
  text-align: right;
  box-sizing: border-box;
  padding: 0 .2rem;
  border-right: 1px solid #C9C9C9;
}

.index-news-box .index-news-rt .rt-con .index-news-ul li .index-li-rt {
  box-sizing: border-box;
  padding: 0 .2rem;
}

.index-person-box {
  box-sizing: border-box;
  padding: 1.3rem 0 .6rem;
}

.index-person-list {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.index-person-list .index-person-item {
  position: relative;
  width: 48%;
  box-sizing: border-box;
  padding: .4rem .3rem;
  margin-right: 4%;
  margin-bottom: .8rem;
  background: #F5F5F5;
  border-radius: .06rem;
}

.index-person-list .index-person-item .user-img {
  position: absolute;
  right: .4rem;
  top: -0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  z-index: 999;
}

.index-person-list .index-person-item:nth-child(2n) {
  margin-right: 0;
}

.index-person-list .index-person-item .index-person-item-top {
  width: 70%;
}

.index-person-list .index-person-item .index-person-item-top p:first-child {
  max-width: 2.2rem;
}

.index-person-list .index-person-item .index-person-icon {
  width: .32rem;
  height: auto;
  margin: 0.3rem 0;
}

.index-person-list .index-person-item .index-person-btm {
  margin-top: 0.06rem;
  width: 100%;
  height: auto;
}

.index-contact-box {
  box-sizing: border-box;
  background: #F9F9F9;
  padding: 1.3rem 0 .6rem;
}

.index-contact-box .index-map-box {
  display: flex;
  width: 100%;
  height: 5.42rem;
  margin-top: .8rem;
  box-sizing: border-box;
  padding: 0.3rem;
  background-color: #ffffff;
  box-shadow: 0 0 .25rem #EEEEEE;
}

.index-contact-box .index-map-box .index-map {
  flex: 1;
  height: 100%;
  flex-shrink: 0;
  margin-right: .2rem;
}

.index-contact-box .index-map-box .index-map-rt {
  width: 4rem;
  height: 100%;
  box-sizing: border-box;
  padding: .2rem .3rem;
}

.index-contact-box .index-map-box .index-map-rt li:last-child {
  border: none;
}

.index-contact-box .index-map-box .index-map-rt .index-map-icon {
  width: .47rem;
  height: auto;
  margin-right: .2rem;
  flex-shrink: 0;
}

.about-nav {
  z-index: 9999;
  position: relative;
  width: 100%;
  height: .76rem;
  margin-top: -.3rem;
  display: flex;
  align-items: center;
  background: white;
  box-shadow: 0px 0.08rem 0.16rem 0px rgba(138, 137, 137, 0.2);
  border-radius: .02rem;
}

.about-nav li {
  position: relative;
  line-height: .76rem;
  flex: 1;
  flex-shrink: 0;
  font-size: .16rem;
  text-align: center;
  transition: 0.5s;
}

.about-nav li::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  transition: 0.5s;
  transform: translateX(-50%);
  z-index: 9;
  background-color: #00A051;
}

.about-nav li.active {
  color: #00A051 !important;
  font-weight: bold;
}

.about-nav li.active::after {
  width: .6rem !important;
}

.about-con {
  box-sizing: border-box;
  padding: .6rem .3rem;
}

.about-con .about-title {
  font-size: .32rem;
  margin-bottom: .4rem;
  text-align: center;
}

.about-con .about-txt {
  text-indent: 2em;
  line-height: 1.8;
  color: #333333;
}

.about-con .about-desc-ul {
  margin: .6rem 0;
  display: flex;
  align-items: center;
}

.about-con .about-desc-ul li {
  flex: 1;
  text-align: center;
}

.about-cul-box {
  box-sizing: border-box;
  padding: .6rem 0;
}

.about-cul-box .about-cul-con {
  padding-bottom: 1rem;
  cursor: default;
}

.about-cul-box .about-cul-con hr {
  background-color: #E5E5E5 !important;
  border: none;
  height: 1px;
}

.about-cul-box .about-cul-con .about-cul-ul {
  box-sizing: border-box;
  padding-top: .4rem;
}

.about-cul-box .about-cul-con .about-cul-ul li {
  display: flex;
  align-items: center;
  margin-bottom: .25rem;
}

.about-cul-box .about-cul-con .about-cul-ul li .tag {
  width: .7rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  background-color: #00A051;
  color: #ffffff;
  font-size: .16rem;
  border-radius: .15rem;
  flex-shrink: 0;
  margin-right: .2rem;
}

.about-cul-box .about-img-rt {
  width: 4.9rem;
  height: 5rem;
  padding-top: .75rem;
  margin-left: 0.8rem;
  flex-shrink: 0;
}

.about-award-box {
  box-sizing: border-box;
  padding: 1.2rem 0;
}

.about-award-box .about-award-list {
  display: flex;
  flex-wrap: wrap;
}

.about-award-box .about-award-list .about-award-item {
  cursor: pointer;
  width: 31%;
  margin-right: 3%;
  margin-bottom: .7rem;
}

.about-award-box .about-award-list .about-award-item:nth-child(3n) {
  margin-right: 0;
}

.about-award-box .about-award-list .about-award-item .award-item-con {
  position: relative;
  width: 100%;
  height: 2.4rem;
  background-color: #F5F5F5;
  box-sizing: border-box;
  padding: .27rem;
}

.about-award-box .about-award-list .about-award-item .award-item-con img {
  width: 100%;
  height: 2.25rem;
  margin-top: -.62rem;
}

.about-award-box .about-award-list .about-award-item .award-item-con .tag {
  position: absolute;
  height: .32rem;
  line-height: .32rem;
  right: 0;
  bottom: 0;
  z-index: 9;
  box-sizing: border-box;
  padding: 0 .22rem;
  background-color: #00A051;
  color: #ffffff;
  font-size: .16rem;
  text-align: center;
}

.about-activity-box {
  box-sizing: border-box;
  padding: .6rem 0;
}

.about-activity-box .about-activity-list {
  display: flex;
  flex-wrap: wrap;
}

.about-activity-box .about-activity-list .about-activity-item {
  cursor: pointer;
  background-color: #F7F7F7;
  width: 3.6rem;
  margin-right: .58rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #00A052;
  box-shadow: 0 0 0.1rem 0 rgba(138, 138, 138, 0.15);
}

.about-activity-box .about-activity-list .about-activity-item:nth-child(3n) {
  margin-right: 0;
}

.about-activity-box .about-activity-list .about-activity-item img {
  width: 100%;
  height: 2.6rem;
}

.about-activity-box .about-activity-list .about-activity-item .activity-item-txt {
  box-sizing: border-box;
  padding: .6rem .2rem .4rem;
  font-size: .18rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-activity-box .about-activity-list .about-activity-item .activity-item-txt .act-title {
  position: relative;
  flex: 1;
  margin-right: .3rem;
  box-sizing: border-box;
  padding: 0 .1rem;
}

.about-activity-box .about-activity-list .about-activity-item .activity-item-txt .act-title::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 1px;
  height: .2rem;
  background-color: #C9C9C9;
}

.about-activity-box .about-activity-list .about-activity-item .activity-item-txt .iconxiangyou {
  padding-top: .02rem;
}

.about-activity-box .about-activity-list .about-activity-item .activity-item-txt2 {
  box-sizing: border-box;
  padding: .25rem .2rem;
  font-size: .16rem;
}

.news-box {
  box-sizing: border-box;
  padding: .8rem 0;
}

.news-box .news-list {
  cursor: default;
  width: 100%;
  box-sizing: border-box;
  padding-top: .3rem;
}

.news-box .news-list .news-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
  box-sizing: border-box;
  padding: 0 .3rem;
}

.news-box .news-list .news-list-item .news-list-lf {
  flex: 1;
  box-sizing: border-box;
  padding-right: .55rem;
}

.news-box .news-list .news-list-item .news-list-lf .tag {
  position: relative;
  overflow: hidden;
  width: 1.4rem;
  height: .42rem;
  line-height: .42rem;
  text-align: center;
  border: 1px solid #00A051;
  font-size: .14rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #00A051;
}

.news-box .news-list .news-list-item .news-list-lf .tag a {
  display: block;
}

.news-box .news-list .news-list-item .news-list-lf .tag a:hover {
  transition: 0.5s;
  color: #ffffff;
}

.news-box .news-list .news-list-item .news-list-lf .tag:after {
  content: "";
  display: block;
  position: absolute;
  top: -38px;
  left: -55px;
  width: 110%;
  height: 185%;
  background-color: #00A051;
  transform: rotate(-45deg) translateY(-70%);
  transition: all .5s;
  z-index: -1;
}

.news-box .news-list .news-list-item .news-list-lf .tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: -50px;
  width: 110%;
  height: 185%;
  background-color: #00A051;
  transform: rotate(-45deg) translateY(100%);
  transition: all .5s;
  z-index: -1;
}

.news-box .news-list .news-list-item .news-list-lf .tag:hover {
  color: #fff;
}

.news-box .news-list .news-list-item .news-list-lf .tag:hover:after {
  transform: rotate(-45deg) translateY(5%);
}

.news-box .news-list .news-list-item .news-list-lf .tag:hover:before {
  transform: rotate(-45deg) translateY(-27%);
}

.news-box .news-list .news-list-item .news-list-rt {
  width: 2rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  color: #A9A9A9;
  border-left: 1px solid #E5E5E5;
}

.news-box .news-list .news-list-item .news-list-rt p {
  text-align: right;
}

.richtext-box {
  box-sizing: border-box;
  padding: 0.3rem 0.2rem;
  max-width: 100%;
  overflow: hidden;
}

.richtext-box img {
  max-width: 100%;
}

.richtext-box p {
  font-size: .16rem;
}

.toggle-news {
  padding: 0 .3rem;
}

.toggle-news p a:hover {
  color: #00A051;
}

.prod-top-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #F5F5F5;
}

.prod-top-box .prod-list-icon {
  width: .24rem;
  height: auto;
  flex-shrink: 0;
  margin-right: .2rem;
}

.prod-top-box .prod-top-lf {
  width: 31.25%;
  height: .8rem;
  padding: 0 .4rem;
  margin-right: 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
  font-size: .24rem;
  background-color: #00A051;
}

.prod-top-box .prod-nav {
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: .8rem;
  box-sizing: border-box;
}

.prod-top-box .prod-nav li {
  flex: 1;
  height: 100%;
  text-align: center;
}

.prod-top-box .prod-nav li a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
}

.prod-top-box .prod-nav li a p {
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prod-top-box .prod-nav li a:hover {
  opacity: 0.9;
}

.prod-top-box .prod-nav li.active {
  color: #00A051;
}

.prod-top-box .prod-nav::after {
  display: block;
  content: '';
  width: 30%;
  height: 100%;
}

.prod-title {
  margin: .8rem auto .3rem;
  box-sizing: border-box;
}

.prod-table {
  font-size: .16rem;
}

.prod-table .prod-table-row {
  min-height: .5rem;
  display: flex;
  align-items: center;
}

.prod-table .prod-table-row:nth-child(2n+1) {
  background: #F5F5F5;
}

.prod-table .prod-table-row:first-child {
  background-color: #00A051;
  color: #ffffff;
}

.prod-table .prod-table-row:first-child:hover {
  color: #ffffff;
  transition: 0;
  cursor: default;
  font-weight: normal;
}

.prod-table .prod-table-row:hover {
  color: #00A051;
  transition: 0.5s;
  font-weight: bold;
  cursor: pointer;
}

.prod-table .prod-table-row .prod-table-item {
  box-sizing: border-box;
  padding: .15rem .2rem;
  text-align: center;
  height: 100%;
  border-right: 1px solid #ffffff;
}

.prod-table .prod-table-row .prod-table-item:first-child {
  width: 10%;
}

.prod-table .prod-table-row .prod-table-item:nth-child(2) {
  width: 23%;
}

.prod-table .prod-table-row .prod-table-item:nth-child(3) {
  flex: 1;
}

.prod-table .prod-table-row .prod-table-item:last-child {
  width: 19%;
  margin-right: 0;
}

.quality-nav {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0.3rem;
}

.quality-nav li {
  margin-right: .5rem;
  margin-bottom: .3rem;
  height: .54rem;
  width: 3.2rem;
}

.quality-nav li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #F5F5F5;
  font-size: .16rem;
  box-sizing: border-box;
  padding: 0 .2rem;
  text-align: center;
  line-height: .54rem;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.quality-nav li a:hover {
  opacity: 0.85;
}

.quality-nav li.active a {
  background-color: #00A051;
  color: #ffffff;
}

.talent-box {
  box-sizing: border-box;
  padding: 1.2rem 0.3rem .6rem;
}

.talent-box .talent-list {
  margin-top: .4rem;
  width: 100%;
}

.talent-box .talent-list .talent-item {
  margin-bottom: 0.3rem;
  width: 100%;
  border: 1px solid #DCDCDC;
}

.talent-box .talent-list .talent-item .talent-item-title {
  cursor: pointer;
  height: .64rem;
  line-height: .64rem;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #00A051, #00A051) no-repeat;
  background-size: 0 100%;
  background-position: right;
  transition: 0.5s;
}

.talent-box .talent-list .talent-item .talent-item-title:hover {
  color: #ffffff;
  background-size: 100% 100%;
}

.talent-box .talent-list .talent-item .talent-item-title p {
  padding: 0 .3rem;
  box-sizing: border-box;
  font-size: .18rem;
}

.talent-box .talent-list .talent-item .talent-item-title .talent-title-icon {
  width: .9rem;
  height: 100%;
  background-color: #00A051;
  color: #ffffff;
  text-align: center;
  line-height: .64rem;
  font-size: .36rem;
}

.talent-box .talent-list .talent-item .talent-item-con {
  box-sizing: border-box;
  background: #F7F7F7;
  padding: 0.3rem 0.2rem;
  max-width: 100%;
  overflow: hidden;
  display: none;
}

.talent-box .talent-list .talent-item .talent-item-con img {
  max-width: 100%;
}

.talent-box .talent-list .talent-item .talent-item-con p {
  font-size: .14rem;
}

.contact-box {
  box-sizing: border-box;
  padding: 1.3rem 0 .6rem;
}

.contact-box .contact-map {
  width: 100%;
  height: 4rem;
  margin-top: .8rem;
  margin-bottom: .3rem;
}

.contact-con {
  width: 100%;
  height: 4.9rem;
  margin-top: .5rem;
  background: #F7F7F7;
  display: flex;
  align-items: center;
}

.contact-con .contact-con-lf {
  flex: 1;
  box-sizing: border-box;
  padding: 0.2rem 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-con .contact-con-lf p {
  color: #1a1a1a;
}

.contact-con .contact-con-img {
  width: 5rem;
  height: 100%;
}

@media screen and (max-width: 1190px) {
  .about-activity-box .about-activity-list {
    justify-content: center;
  }
  .about-activity-box .about-activity-list .about-activity-item {
    margin-right: .58rem;
    margin-bottom: .5rem;
  }
  .about-activity-box .about-activity-list .about-activity-item:nth-child(3n) {
    margin-right: .58rem;
  }
  .about-activity-box .about-activity-list .about-activity-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 799px) {
  body {
    padding-top: .9rem;
  }
  .toTop {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .header {
    display: none;
  }
  .mobile-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    box-shadow: 0 .03rem .05rem #F7F7F7;
    z-index: 99999;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.9rem;
    box-sizing: border-box;
    padding: 0;
  }
  .mobile-header .header-lf {
    width: .9rem;
    height: 100%;
    background-color: #00A051;
  }
  .mobile-header .header-lf img {
    width: .4rem;
    height: auto;
  }
  .mobile-header a {
    display: block;
  }
  .mobile-header a .header-logo {
    width: auto;
    height: .7rem;
  }
  .mobile-header .header-blank {
    width: 0.9rem;
    height: 100%;
    display: block;
  }
  .mobile-nav {
    z-index: 100000;
    position: fixed;
    left: -100%;
    transition: 0.6s ease-in-out;
    top: 0.91rem;
    width: 40%;
    height: calc( 100vh - .91rem);
    background: #00A051;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .mobile-nav .mobile-nav-item {
    border-bottom: 0.02rem solid #e6e6e6;
  }
  .mobile-nav .mobile-nav-item a {
    display: block;
    height: 0.8rem;
    line-height: 0.8rem;
    box-sizing: border-box;
    padding: 0 .3rem;
    font-size: 0.3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .mobile-nav .mobile-nav-item a:hover {
    opacity: 0.8;
    color: #000000;
  }
  .mobile-nav.show {
    left: 0;
  }
  .mengban {
    display: none;
    z-index: 99998;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #000000;
    opacity: 0.6;
  }
  .index-about {
    flex-direction: column;
    padding: .5rem 0;
  }
  .index-about img {
    width: 7.5rem;
    height: auto;
    flex-shrink: 0;
  }
  .index-pro-list {
    margin-top: -1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .index-pro-list .index-pro-list-item {
    width: 90%;
    height: auto;
    margin-right: 0;
    margin-bottom: .3rem;
  }
  .index-sys-box {
    padding: 1rem 0;
  }
  .index-sys-box .index-sys-item {
    display: flex;
    flex-direction: column;
  }
  .index-sys-box .index-sys-item:last-child {
    flex-direction: column-reverse;
  }
  .index-sys-box .index-sys-item .index-pro-r {
    width: 94%;
    height: auto;
    margin: .2rem auto;
  }
  .index-sys-box .index-sys-item .f-14 p {
    text-align: left;
    padding: 0 .3rem;
    margin-bottom: .1rem;
  }
  .index-news-box {
    height: auto;
    flex-direction: column;
  }
  .index-news-box .index-news-lf {
    display: none;
  }
  .index-news-box .index-news-rt {
    padding-bottom: .6rem;
  }
  .index-news-box .index-news-rt .mobile-index-news-tit {
    display: block !important;
  }
  .index-news-box .index-news-rt .rt-more {
    display: none;
  }
  .index-person-list {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .3rem;
  }
  .index-person-list .index-person-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5rem;
  }
  .index-person-list .index-person-item .index-person-item-top p:first-child {
    min-width: 1.2rem;
    flex-shrink: 0;
  }
  .index-contact-box .index-map-box {
    flex-direction: column;
    height: auto;
  }
  .index-contact-box .index-map-box .index-map {
    flex: inherit;
    width: 100%;
    height: 5rem;
    overflow-x: hidden;
    position: relative;
  }
  .index-contact-box .index-map-box .index-map-rt {
    width: 100%;
  }
  .footer .footer-con {
    display: none !important;
  }
  .about-nav {
    margin-top: 0;
  }
  .about-cul-box .about-cul-con {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .3rem;
  }
  .about-cul-box .about-cul-con .about-cul-con-lf {
    width: 100%;
    overflow: hidden;
  }
  .about-cul-box .about-cul-con img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: .5rem;
  }
  .about-award-box .about-award-list {
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 .3rem;
  }
  .about-award-box .about-award-list .about-award-item {
    width: 100%;
    margin-right: 0%;
    margin-bottom: .7rem;
  }
  .about-award-box .about-award-list .about-award-item .award-item-con {
    height: auto;
  }
  .about-award-box .about-award-list .about-award-item .award-item-con img {
    width: 100%;
    height: auto;
    margin-top: -.62rem;
    margin-bottom: .2rem;
  }
  .about-activity-box .about-activity-list {
    justify-content: center;
  }
  .about-activity-box .about-activity-list .about-activity-item {
    margin-right: .15rem;
    margin-bottom: .5rem;
  }
  .about-activity-box .about-activity-list .about-activity-item:nth-child(3n) {
    margin-right: .15rem;
  }
  .about-activity-box .about-activity-list .about-activity-item:nth-child(2n) {
    margin-right: 0;
  }
  .prod-top-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #F5F5F5;
  }
  .prod-top-box .prod-top-lf {
    width: 100%;
    height: .8rem;
    padding: 0 .4rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    font-size: .24rem;
    background-color: #00A051;
  }
  .prod-top-box .prod-nav {
    width: 100%;
    flex: inherit;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    height: .8rem;
    box-sizing: border-box;
  }
  .prod-top-box .prod-nav li {
    flex: 1;
    height: 100%;
    text-align: center;
  }
  .prod-top-box .prod-nav li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 .1rem;
    text-align: center;
  }
  .prod-top-box .prod-nav li a .prod-list-icon {
    display: none;
  }
  .prod-top-box .prod-nav li a p {
    flex-shrink: 0;
  }
  .prod-top-box .prod-nav li.active {
    color: #00A051;
  }
  .prod-top-box .prod-nav::after {
    display: none;
    content: '';
    width: 0;
    height: 0;
  }
  .quality-nav li {
    margin-right: .25rem;
  }
  .contact-box .contact-map-box {
    box-sizing: border-box;
    padding: 0 .2rem;
  }
  .contact-con {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .contact-con .contact-con-lf {
    flex: inherit;
    width: 100%;
    padding: 0.5rem .3rem;
  }
  .contact-con .contact-con-img {
    width: 100%;
    height: auto;
    margin-top: .3rem;
  }
}
