.pages {
  text-align: center;
  font-size: 0;
  padding-bottom: 1rem;
}
.pages a {
  display: inline-block;
  width: 0.54rem;
  margin: 0 0.1rem;
  font-size: 0.2rem;
  line-height: 0.54rem;
  border-radius: 2px;
  background-color: #e8e8e8;
}
.pages a.active, .pages a[href$="#"]:hover, .pages a[href$=";"]:hover, .pages a[href$=".html"]:hover {
  background-color: #1CBAD3 !important;
  color: #fff;
}
.pages a.prev {
  background-color: #e8e8e8;
}
.pages a.next {
  background-color: #e8e8e8;
}
.pages .page-list {
  display: inline-block;
}
.pages .pages a {
  box-shadow: 1px 1px 0.13rem rgba(163, 198, 237, 0.31);
}

.scroll-scenes::-webkit-scrollbar {
  width: 8px;
  height: 62;
  border: 1px solid #d4dcdf;
  border-radius: 4px;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: #308fb0;
  background-clip: content-box;
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}

.f_zoom_honer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
}

.f_zoom_honer .close_icon {
  position: absolute;
  z-index: 10;
  width: 25px;
  height: 25px;
  background: url(../images/close-btn2-1.png) no-repeat center;
  background-size: 25px;
  cursor: pointer;
  top: 0;
  right: -40px;
}

.f_zoom_honer .f-zoom-box {
  width: calc(100% - 100px);
  height: calc(100% - 80px);
  margin: 40px auto;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f_zoom_honer .f-zoom-box .imgbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  position: relative;
}

.f_zoom_honer .f-zoom-box img {
  max-width: 100%;
  max-height: 100%;
}

header {
  background: #2C3236;
}
header .logo {
  padding: 24px 0 16px;
}
header .logo img {
  display: block;
  height: 42px;
}
header .navbox .lv1-item {
  float: left;
  margin-left: 0.8rem;
}
@media screen and (max-width: 1440px) {
  header .navbox .lv1-item {
    margin-left: 0.6rem;
  }
}
header .navbox .lv1-item:first-child {
  margin-left: 0;
}
header .navbox .lv1-item:first-child.active .lv1 .lv1-cn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #1CBAD3;
}
header .navbox .lv1-item:nth-child(2).active .lv1 .lv1-cn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #DB2445;
}
header .navbox .lv1-item.active .lv1 .lv1-cn {
  opacity: 1;
  font-weight: bold;
}
header .navbox .lv1-item.active .lv1 .lv1-en {
  opacity: 1;
}
header .navbox .lv1-item .lv1 {
  display: block;
  overflow: hidden;
  padding: 30px 0;
  color: #fff;
}
header .navbox .lv1-item .lv1:hover .lv1-cn {
  opacity: 1;
  font-weight: bold;
}
header .navbox .lv1-item .lv1:hover .lv1-en {
  opacity: 1;
}
header .navbox .lv1-item .lv1 .lv1-cn {
  position: relative;
  float: left;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.9;
}
header .navbox .lv1-item .lv1 .lv1-en {
  float: left;
  margin-left: 4px;
  margin-top: 2px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0.4;
}

footer {
  background: #2C3236;
}
footer .ft-top {
  padding: 1.3rem 0 0.68rem;
}
footer .ft-top .ft-logo img {
  display: block;
  height: 42px;
}
footer .ft-top .contact {
  margin-top: 0.52rem;
  max-width: 218px;
}
footer .ft-top .contact .item {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 0.3rem;
}
footer .ft-top .contact .item:last-child {
  margin-bottom: 0;
}
footer .ft-top .navbox .lv1-item {
  float: left;
  width: 112px;
  margin-right: 0.5rem;
}
footer .ft-top .navbox .lv1-item:last-child {
  margin-right: 0;
  width: 82px;
}
footer .ft-top .navbox .lv1-item .lv1 {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
footer .ft-top .navbox .lv1-item .lv1:hover {
  text-decoration: underline;
}
footer .ft-top .navbox .lv1-item .lv2-list {
  font-size: 14px;
  line-height: 20px;
  margin-top: 0.2rem;
}
footer .ft-top .navbox .lv1-item .lv2-list .lv2-item {
  margin-bottom: 0.2rem;
}
footer .ft-top .navbox .lv1-item .lv2-list .lv2-item .lv2 {
  opacity: 0.6;
  color: #fff;
}
footer .ft-top .navbox .lv1-item .lv2-list .lv2-item .lv2:hover {
  opacity: 1;
}
footer .ft-bot {
  padding: 0.26rem 0 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
}
footer .ft-bot a {
  color: rgba(255, 255, 255, 0.6);
}
footer .ft-bot a:hover {
  color: #fff;
}
footer .ft-bot .copy {
  max-width: 70%;
}

.goback {
  position: fixed;
  right: 0.9rem;
  bottom: 1.62rem;
  z-index: 100;
  display: none;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #1CBAD3;
  background-image: url(../images/TOP.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 23px 13px;
}
.goback.on {
  display: block;
}

.learn {
  display: block;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  border: 1px solid #1CBAD3;
  background: #1CBAD3;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 12px 12px 0 10px;
}
.learn span {
  display: block;
  font-family: 'gilroylight';
  background: url(../images/arr.png) no-repeat right top 1px;
  background-size: 12px;
}
.learn:link, .learn:visited, .learn:hover, .learn:active {
  color: #fff;
}
.learn.blue:hover {
  background: #2C3236;
  border-color: #2C3236;
}
.learn.black {
  background: #2C3236;
  border-color: #2C3236;
}
.learn.black:hover {
  background: #1CBAD3;
  border-color: #1CBAD3;
}
.learn.learn1 {
  border: 1px solid #fff;
  background: #fff;
  color: #1F1F1F;
}
.learn.learn1 span {
  background: url(../images/arr1.png) no-repeat right top 1px;
  background-size: 12px;
}
.learn.learn1.white-blue:hover {
  color: #1CBAD3;
}
.learn.learn1.white-blue:hover span {
  background: url(../images/arr2.png) no-repeat right top 1px;
  background-size: 12px;
}

.foodLayout .inner-banner {
  position: relative;
  overflow: hidden;
}
.foodLayout .inner-banner .imgbg img {
  display: block;
  width: 100%;
}
.foodLayout .inner-banner .swiper-pagination {
  position: absolute;
  left: auto;
  right: 100px;
  top: 46%;
  width: 45px;
  overflow: hidden;
  z-index: 11;
}
.foodLayout .inner-banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  float: right;
  width: 28px;
  height: 2px;
  background: #fff;
  border-radius: 0;
  opacity: 0.4;
  margin-bottom: 0.22rem;
  transition: all 0.3s;
}
.foodLayout .inner-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  opacity: 1;
}
.foodLayout .inner-banner .txtbox {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 13.48%;
  z-index: 10;
}
.foodLayout .inner-banner .txtbox .txt-en {
  font-family: 'gilroyextrabold';
  font-size: 1rem;
  line-height: 0.74;
  color: #fff;
  opacity: 0.2;
}
.foodLayout .inner-banner .txtbox .txt-cn {
  margin-top: 1em;
  font-size: 0.6rem;
  line-height: 0.82rem;
  color: #fff;
}
.foodLayout .inner-banner .txtbox .text {
  margin-top: 0.12rem;
  font-family: 'gilroylight';
  font-size: 0.16rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.6;
}
.foodLayout .inner-banner .txtbox .learn {
  margin-top: 0.46rem;
}
.foodLayout .news {
  background: linear-gradient(55.74deg, #DBE3EA -3.14%, #FFFFFF 45.96%);
  padding: 1.86rem 0 1.55rem;
}
.foodLayout .news .titbox .tit {
  font-family: 'gilroyextrabold';
  font-size: 0.56rem;
  line-height: 0.68rem;
  color: #2C3236;
}
.foodLayout .news .titbox .det {
  margin-top: 0.2rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #1F1F1F;
}
.foodLayout .news .titbox .learn {
  margin-top: 3.6rem;
}
.foodLayout .news .list {
  width: 60%;
  max-width: 908px;
  margin-top: 0.14rem;
  border-top: 1px solid #000;
}
.foodLayout .news .list li {
  border-bottom: 1px solid #000;
}
.foodLayout .news .list li a {
  position: relative;
  display: block;
  padding: 0.36rem 1.34rem 0.52rem 0;
  color: #1F1F1F;
}
.foodLayout .news .list li a:hover .tit {
  opacity: 1;
}
.foodLayout .news .list li .date {
  font-size: 0.16rem;
  line-height: 0.18rem;
  opacity: 0.6;
}
.foodLayout .news .list li .tit {
  margin-top: 0.26rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: bold;
  opacity: 0.6;
}
.foodLayout .news .list li .det {
  margin-top: 0.10rem;
  font-size: 0.16rem;
  line-height: 0.22rem;
  opacity: 0.4;
}
@media screen and (max-width: 1440px) {
  .foodLayout .news .list li .det {
    font-size: 14px;
  }
}
.foodLayout .news .list li .arr {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.34rem;
  height: 100%;
  background: url(../images/jiantou.png) no-repeat center right;
  background-size: 0.6rem auto;
}
.foodLayout .honor .w1720 {
  overflow: hidden;
}
.foodLayout .honor .top {
  padding: 1.3rem 0 0.7rem;
}
.foodLayout .honor .top .tit {
  font-family: 'gilroyextrabold';
  font-size: 0.56rem;
  line-height: 0.7rem;
  color: #2C3236;
}
.foodLayout .honor .top .det {
  margin-top: 0.08rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #1f1f1f;
}
.foodLayout .honor .top .learn {
  margin-top: 0.2rem;
}
.foodLayout .honor .list {
  overflow: hidden;
  margin: 0 -11px;
}
.foodLayout .honor .list li {
  float: left;
  width: 33.333%;
  padding: 0 11px;
  box-sizing: border-box;
}
.foodLayout .honor .list li a {
  display: block;
  position: relative;
  padding: 0.58rem 0.52rem;
  background: #F9FBFC;
}
.foodLayout .honor .list li a .imgbox {
  height: 6.12rem;
  line-height: 6.12rem;
  text-align: center;
}
.foodLayout .honor .list li a .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.foodLayout .honor .list li a .txtbox {
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  width: 100%;
  background: #2C3236;
  transition: all .3s;
}
.foodLayout .honor .list li a .txtbox span {
  display: block;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 0.22rem;
  line-height: 0.8rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foodLayout .honor .list li a:hover .txtbox {
  bottom: 0;
}
.foodLayout .probiotics {
  background: url(../images/bg.jpg) no-repeat center;
  background-size: cover;
}
.foodLayout .probiotics .titbox {
  padding-top: 1.3rem;
}
.foodLayout .probiotics .titbox .tit {
  font-family: 'gilroyextrabold';
  font-size: 0.56rem;
  line-height: 0.7rem;
  color: #2C3236;
}
.foodLayout .probiotics .titbox .det {
  margin-top: 0.08rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #1f1f1f;
}
.foodLayout .probiotics .titbox .learn {
  margin-top: 1.05rem;
}
.foodLayout .probiotics .list {
  position: relative;
  height: 12.1rem;
  width: 80.5%;
  max-width: 1385px;
  overflow: hidden;
}
.foodLayout .probiotics .list li {
  position: absolute;
}
.foodLayout .probiotics .list li a {
  position: relative;
  display: block;
  background: #fff;
  text-align: center;
  transition: none;
}
.foodLayout .probiotics .list li a .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 90%;
}
.foodLayout .probiotics .list li a .txt {
  position: absolute;
  left: 8%;
  bottom: 0.4rem;
  width: 84%;
  z-index: 5;
  font-size: 0.2rem;
  line-height: 0.28rem;
  color: #2C3236;
}
.foodLayout .probiotics .list li a .more {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin-top: -14px;
  z-index: 15;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: 'gilroyextrabold';
  font-size: 0.44rem;
  color: #2C3236;
}
.foodLayout .probiotics .list li a:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 0px solid #000;
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.foodLayout .probiotics .list li a:hover .more {
  top: 50%;
  opacity: 1;
}
.foodLayout .probiotics .list li a:hover:after {
  opacity: 1;
  border: 15px solid #000;
}
.foodLayout .probiotics .list li:nth-child(1) {
  left: 0;
  top: 1.9rem;
  width: calc((100% - 32px)/3);
}
.foodLayout .probiotics .list li:nth-child(1) a {
  height: 8.3rem;
}
.foodLayout .probiotics .list li:nth-child(1) a .imgbox {
  height: 8rem;
  line-height: 8rem;
}
.foodLayout .probiotics .list li:nth-child(2) {
  left: calc((100% - 32px)/3 + 16px);
  top: 0;
  width: calc((100% - 32px)/3);

  /*2022-8-23*/
  top: 1.9rem;
}
.foodLayout .probiotics .list li:nth-child(2) a {
  height: 6rem;

  /*2022-8-23*/
  height: 4.1rem;
}
.foodLayout .probiotics .list li:nth-child(2) a .imgbox {
  height: 5.7rem;
  line-height: 5.7rem;

  /*2022-8-23*/
  height: 3.2rem;
  line-height: 3.2rem;
}
.foodLayout .probiotics .list li:nth-child(3) {
  left: calc((100% - 32px)/3 + 16px);
  bottom: 0;
  width: calc((100% - 32px)/3);

  /*2022-8-23*/
  bottom: 1.9rem;
}
.foodLayout .probiotics .list li:nth-child(3) a {
  height: 6rem;

  /*2022-8-23*/
  height: 4.1rem;
}
.foodLayout .probiotics .list li:nth-child(3) a .imgbox {
  height: 5.7rem;
  line-height: 5.7rem;

  /*2022-8-23*/
  height: 3.2rem;
  line-height: 3.2rem;
}
.foodLayout .probiotics .list li:nth-child(4) {
  right: 0;
  top: 1.9rem;
  width: calc((100% - 32px)/3);
}
.foodLayout .probiotics .list li:nth-child(4) a {
  height: 8.3rem;
}
.foodLayout .probiotics .list li:nth-child(4) a .imgbox {
  height: 8rem;
  line-height: 8rem;
}
.foodLayout .about {
  padding: 1.43rem 0 2.05rem;
}
.foodLayout .about .imgbox {
  position: relative;
  float: left;
  width: 37%;
  max-width: 630px;
  z-index: 15;
  overflow: hidden;
}
.foodLayout .about .imgbox .pop1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  mix-blend-mode: hard-light;
}
.foodLayout .about .imgbox .pop2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
}
.foodLayout .about .cont {
  width: 56%;
}
.foodLayout .about .cont .tit {
  margin-top: 1.05rem;
  font-family: 'gilroyextrabold';
  font-size: 0.56rem;
  line-height: 0.7rem;
  color: #2C3236;
}
@media screen and (max-width: 1440px) {
  .foodLayout .about .cont .tit {
    margin-top: 0.3rem;
  }
}
.foodLayout .about .cont .det {
  margin-top: 0.08rem;
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #1f1f1f;
}
.foodLayout .about .cont .txtbox {
  margin-top: 0.8rem;
}
.foodLayout .about .cont .txtbox .item {
  margin-top: 0.38rem;
}
.foodLayout .about .cont .txtbox .item:first-child {
  margin-top: 0;
}
.foodLayout .about .cont .txtbox .item .t1 {
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #1F1F1F;
}
.foodLayout .about .cont .txtbox .item .t1 span {
  color: #80D6ED;
}
@media screen and (max-width: 1440px) {
  .foodLayout .about .cont .txtbox .item .t1 {
    font-size: 14px;
  }
}
.foodLayout .about .cont .txtbox .item .t2 {
  margin-top: 0.05rem;
  opacity: 0.8;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #1F1F1F;
}
@media screen and (max-width: 1440px) {
  .foodLayout .about .cont .txtbox .item .t2 {
    font-size: 14px;
  }
}

.careLayout .learn {
  display: block;
  box-sizing: border-box;
  width: 140px;
  height: 40px;
  border: 1px solid #DB2445;
  background: #DB2445;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 12px 12px 0 10px;
}
.careLayout .learn span {
  display: block;
  font-family: 'gilroylight';
  background: url(../images/arr.png) no-repeat right top 1px;
  background-size: 12px;
}
.careLayout .learn:link, .careLayout .learn:visited, .careLayout .learn:hover, .careLayout .learn:active {
  color: #fff;
}
.careLayout .learn.blue:hover {
  background: #2C3236;
  border-color: #2C3236;
}
.careLayout .learn.black {
  background: #2C3236;
  border-color: #2C3236;
}
.careLayout .learn.black:hover {
  background: #DB2445;
  border-color: #DB2445;
}
.careLayout .learn.learn1 {
  border: 1px solid #fff;
  background: #fff;
  color: #1F1F1F;
}
.careLayout .learn.learn1 span {
  background: url(../images/arr1.png) no-repeat right top 1px;
  background-size: 12px;
}
.careLayout .learn.learn1.white-blue:hover {
  color: #DB2445;
}
.careLayout .learn.learn1.white-blue:hover span {
  background: url(../images/arr3.png) no-repeat right top 1px;
  background-size: 12px;
}
.careLayout .about .cont .txtbox .item .t1 span {
  color: #DB2445;
}
.careLayout .about .imgbox .pop1 {
  opacity: 0.7;
}
.careLayout .pages a.active, .careLayout .pages a[href$="#"]:hover, .careLayout .pages a[href$=";"]:hover, .careLayout .pages a[href$=".html"]:hover {
  background-color: #DB2445 !important;
  color: #fff;
}
.careLayout .goback {
  background-color: #DB2445;
}
.careLayout .product-det .product-top .txtbox .imgs .swiper-button {
  background-color: #DB2445;
}

.innerBanner {
  position: relative;
}
.innerBanner .imgbox img {
  display: block;
  width: 100%;
}
.innerBanner .txtbox {
  position: absolute;
  left: 0;
  top: 38.33%;
  width: 100%;
}
.innerBanner .txtbox .txt-cn {
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 0.82rem;
  color: #fff;
}
.innerBanner .txtbox .text {
  margin-top: 0.12rem;
  max-width: 475px;
  font-family: 'gilroylight';
  font-size: 0.16rem;
  line-height: 1.25;
  color: #fff;
  opacity: 0.6;
}
.innerBanner .logotxt {
  position: absolute;
  right: 100px;
  bottom: 0.91rem;
  font-family: 'gilroyextrabold';
  font-size: 1rem;
  line-height: 0.74;
  color: #fff;
  opacity: 0.2;
}

.switch {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.switch ul {
  text-align: center;
}
.switch ul li {
  display: inline-block;
  min-width: 1.4rem;
  font-size: 0.24rem;
  line-height: 0.4rem;
  margin: 0 0.58rem;
}
.switch ul li a {
  position: relative;
  display: inline-block;
  padding: 0.3rem 0;
  color: #1F1F1F;
}
.switch ul li a:hover {
  font-weight: bold;
  color: #2C3236;
}
.switch ul li.active a {
  font-weight: bold;
  color: #2C3236;
}
.switch ul li.active a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.02rem;
  width: 100%;
  height: 0.04rem;
  background: #2C3236;
}

.service-top {
  padding: 1.4rem 0 1.3rem;
}
.service-top .fl {
  max-width: 37%;
  width: 445px;
  padding-top: 0.66rem;
}
.service-top .fl .tit-en {
  font-family: 'gilroyextrabold';
  font-size: 0.36rem;
  line-height: 0.44rem;
  color: #1CBAD3;
}
.service-top .fl .tit-cn {
  margin-top: 0.16rem;
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #2C3236;
}
.service-top .fr {
  max-width: 60%;
}
.service-top .fr img {
  display: block;
  max-width: 100%;
}

.service-bot .list li img {
  display: block;
  max-width: 100%;
}

.lv3-switch {
  padding: 0.72rem 0 1.1rem;
}
.lv3-switch .list {
  display: flex;
  justify-content: center;
}
.lv3-switch .list li {
  width: calc((100% - 1.56rem)/4);
  margin-right: 0.52rem;
}
.lv3-switch .list li:last-child {
  margin-right: 0;
}
.lv3-switch .list li a {
  display: block;
  padding: 0.2rem 0.35rem;
  text-align: center;
  background: #F6F6F6;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #2C3236;
}
.lv3-switch .list li a:hover {
  background: #2C3236;
  color: #fff;
}
.lv3-switch .list li.active a {
  text-align: left;
  background: #2C3236 url(../images/Polygon1.png) no-repeat right 0.28rem center;
  background-size: 11px 14px;
  color: #fff;
}

.product-list .list {
  overflow: hidden;
}
.product-list .list li {
  float: left;
  width: calc((100% - 0.63rem)/4);
  margin-right: 0.21rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.product-list .list li:nth-child(4n) {
  margin-right: 0;
}
.product-list .list li a {
  display: block;
}
.product-list .list li a:hover .imgbox .more {
  top: 50%;
  opacity: 1;
}
.product-list .list li a:hover .imgbox:after {
  opacity: 1;
  border: 12px solid #000;
}
.product-list .list li .imgbox {
  position: relative;
  height: 2.9rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  line-height: 2.88rem;
}
.product-list .list li .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-list .list li .imgbox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  border: 0px solid #000;
  box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-list .list li .txtbox {
  margin-top: 0.1rem;
  font-size: 0.16rem;
  line-height: 0.5rem;
  height: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .product-list .list li .txtbox .txtbox {
    font-size: 14px;
  }
}
.product-list .list li .more {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 40%;
  left: 0;
  margin-top: -14px;
  z-index: 15;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: 'gilroyextrabold';
  font-size: 0.36rem;
  line-height: 0.44rem;
  color: #2C3236;
}

.f16 {
  font-size: 0.16rem;
}
@media screen and (max-width: 1440px) {
  .f16 {
    font-size: 14px;
  }
}

.product-det .product-top .imgbox {
  width: 45.833%;
  height: 4.58rem;
  line-height: 4.58rem;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.product-det .product-top .imgbox img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.product-det .product-top .txtbox {
  width: 48.2%;
  padding-top: 0.22rem;
}
.product-det .product-top .txtbox .tit {
  font-size: 0.36rem;
  line-height: 0.5rem;
  color: #2C3236;
}
.product-det .product-top .txtbox .det {
  margin-top: 0.18rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  min-height: 1.48rem;
  color: #1F1F1F;
  opacity: 0.8;
}
@media screen and (max-width: 1440px) {
  .product-det .product-top .txtbox .det {
    font-size: 14px;
  }
}
.product-det .product-top .txtbox .imgs {
  margin-top: 0.65rem;
  position: relative;
}
.product-det .product-top .txtbox .imgs .swiper {
  overflow: hidden;
}
.product-det .product-top .txtbox .imgs .swiper .swiper-slide {
  width: calc((100% - 24px)/3);
  height: 1.56rem;
  line-height: 1.56rem;
  box-sizing: border-box;
  margin-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
}
.product-det .product-top .txtbox .imgs .swiper .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.product-det .product-top .txtbox .imgs .swiper .swiper-slide.swiper-slide-active {
  border: 6px solid #2C3236;
}
.product-det .product-top .txtbox .imgs .swiper-button {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  margin: 0;
  background: #1CBAD3;
}
.product-det .product-top .txtbox .imgs .swiper-button:after {
  font-size: 20px;
  color: #fff;
}
.product-det .product-top .txtbox .imgs .swiper-button.swiper-button-next {
  left: auto;
  right: -30px;
}
.product-det .product-top .txtbox .imgs .swiper-button.hide {
  display: none;
}
.product-det .product-bot {
  margin-top: 1rem;
}
.product-det .product-bot .tit {
  padding-left: 0.63rem;
  font-size: 0.3rem;
  line-height: 0.5rem;
  background: url(../images/huiyijieshao.png) no-repeat left center;
  background-size: 0.5rem;
}
.product-det .product-bot .doc {
  margin-top: 0.33rem;
  padding: 0.44rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.product-det .product-bot .doc img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.news-list {
  margin-top: 0.65rem;
}
.news-list .list {
  padding-bottom: 0.53rem;
}
.news-list .list li {
  position: relative;
  padding: 0.38rem 0 0.53rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.news-list .list li a {
  display: block;
  padding-right: 1rem;
}
.news-list .list li a:hover .tit {
  opacity: 1;
  color: #1CBAD3;
}
.news-list .list li a:hover .arr {
  background: url(../images/jiantou2.png) no-repeat center;
  background-size: 0.6rem auto;
}
.news-list .list li .date {
  min-height: 0.23rem;
  line-height: 1.125;
  color: #1F1F1F;
  opacity: .6;
}
.news-list .list li .tit {
  margin-top: 0.21rem;
  height: 0.34rem;
  font-weight: bold;
  font-size: 0.24rem;
  line-height: 0.34rem;
  color: #2C3236;
  opacity: 0.8;
}
.news-list .list li .det {
  margin-top: 0.08rem;
  line-height: 0.23rem;
  color: #1F1F1F;
  opacity: 0.4;
}
.news-list .list li .arr {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.6rem;
  background: url(../images/jiantou1.png) no-repeat center;
  background-size: 0.6rem auto;
}

.news-det {
  padding: 1rem 0;
}
.news-det .det-tit {
  font-size: 0.36rem;
  line-height: 0.52rem;
  color: #2C3236;
  font-weight: bold;
  text-align: center;
}
.news-det .det-date {
  margin-top: 0.14rem;
  text-align: center;
  line-height: 0.3rem;
  color: #2C3236;
  opacity: 0.6;
}
.news-det .doc {
  margin-top: 0.56rem;
  line-height: 0.3rem;
  color: #2C3236;
  opacity: 0.9;
}
.news-det .doc img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}

.pagelayout {
  overflow: hidden;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid #bfbfbf;
}
.pagelayout .page-prev {
  position: relative;
  float: left;
  max-width: 45%;
  padding: 0.1rem 0.3rem 0.1rem 0.22rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1.6rem;
}
.pagelayout .page-prev a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.pagelayout .page-prev a:hover {
  color: #1CBAD3;
}
.pagelayout .page-next {
  position: relative;
  float: right;
  max-width: 45%;
  padding: 0.1rem 0.3rem 0.1rem 0.22rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1.6rem;
}
.pagelayout .page-next a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.pagelayout .page-next a:hover {
  color: #1CBAD3;
}

.contact-top {
  margin-top: 1.44rem;
}
.contact-top .list {
  position: relative;
  padding: 0.7rem 0 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.contact-top .list:nth-child(1) {
  padding: 0 0 0.97rem;
  border-top: none;
}
.contact-top .list .tit-cn {
  font-size: 0.32rem;
  line-height: 0.5rem;
  color: #1CBAD3;
}
.contact-top .list .tit-en {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #2C3236;
  opacity: .4;
  margin-bottom: 0.8rem;
}
.contact-top .list .group {
  font-size: 0.22rem;
  line-height: 0.5rem;
  color: #2C3236;
  margin-bottom: 5px;
  max-width: 42.8%;
}
.contact-top .list .txt {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #2C3236;
  max-width: 42.8%;
}
.contact-top .list .map {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  height: 3.34rem;
  overflow: hidden;
}
.contact-top .list .map iframe {
  max-width: 100%;
}

.contact-message {
  background: linear-gradient(0deg, #F9FBFC, #F9FBFC), linear-gradient(55.74deg, #DBE3EA -3.14%, #FFFFFF 45.96%);
  padding: 0.63rem 0 1.1rem;
}
.contact-message .tit {
  text-align: center;
  font-weight: bold;
  font-size: 0.32rem;
  line-height: 0.5rem;
  color: #2C3236;
}
.contact-message .global-form-box {
  margin-top: 0.6rem;
  overflow: hidden;
}
.contact-message .global-form-box .form-group {
  float: left;
  width: 48.05%;
  margin-bottom: 0.4rem;
}
.contact-message .global-form-box .form-group.form-group-tel {
  float: right;
}
.contact-message .global-form-box .form-group.form-online {
  width: 100%;
}
.contact-message .global-form-box .form-group .form-control {
  background: #fff;
  border: none;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.23rem;
  font-size: 0.2rem;
  line-height: 0.7rem;
  color: rgba(44, 50, 54, 0.6);
}
.contact-message .global-form-box .form-group textarea.form-control {
  max-width: 100%;
  min-width: 100%;
  max-height: 2.1rem;
  min-height: 2.1rem;
}
.contact-message .global-form-box .frm-btn-group {
  float: left;
  width: 100%;
  padding-top: 0.2rem;
}
.contact-message .global-form-box .frm-btn-group .btn {
  display: block;
  width: 5.8rem;
  margin: 0 auto;
  background: #2C3236;
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.7rem;
  color: #fff;
}
.contact-message .global-form-box .frm-btn-group .btn:hover {
  background: #1CBAD3;
}


/* pad */
@media screen and (max-width: 1340px) and (min-width: 769px) {
  header .navbox .lv1-item{
    margin-left: 0.2rem;
  }
  .foodLayout .probiotics .list{
    width: 76%;
  }
  footer .ft-top .navbox .lv1-item{
    margin-right: 0.2rem;
    width: 100px;
  }
}
@media screen and (max-width: 1160px) and (min-width: 769px) {
  header .navbox .lv1-item .lv1 .lv1-en{
    display: none;
  }
  header .navbox .lv1-item{
    margin-left: 0.28rem;
  }
  .foodLayout .probiotics .list{
    width: 70%;
  }
  .foodLayout .honor .list li a .imgbox{
    height: 3.2rem;
    line-height: 3.2rem;
  }
  .foodLayout .news .list{
    width: 55%;
  }
  footer .ft-top .contact{
    overflow: hidden;
    max-width: 100%;
  }
  footer .ft-top .contact .item{
    float: left;
    margin-right: 0.5rem;
  }
  footer .ft-top .navbox{
    float: left;
  }
}
@media screen and (max-width: 840px) and (min-width: 769px){
header .navbox .lv1-item{
    margin-left: 0.2rem;
  }
}

@media screen and (min-width: 769px) {
  .phheader,
  .footer-nav,
  .footer,
  nav{
    display: none !important;
  }
  main{
    display: block !important;
  }
  .vspc{
    display: block !important;
  }
  .vsph{
    display: none !important;
  }
}
/* ph */
@media screen and (max-width: 768px) {
  .pages {
    text-align: center;
    font-size: 0;
    padding-bottom: 1rem;
  }
  .pages a {
    display: inline-block;
    width: 0.54rem;
    margin: 0 0.1rem;
    font-size: 0.2rem;
    line-height: 0.54rem;
    border-radius: 2px;
    background-color: #e8e8e8;
  }
  .pages a.active, .pages a[href$="#"]:hover, .pages a[href$=";"]:hover, .pages a[href$=".html"]:hover {
    background-color: #1CBAD3 !important;
    color: #fff;
  }
  .pages a.prev {
    background-color: #e8e8e8;
  }
  .pages a.next {
    background-color: #e8e8e8;
  }
  .pages .page-list {
    display: inline-block;
  }
  .pages .pages a {
    box-shadow: 1px 1px 0.13rem rgba(163, 198, 237, 0.31);
  }
  .goback.on{
    display: none;
  }
  header{
    display: none;
  }
  footer{
    display: none;
  }
  .foodLayout .inner-banner .swiper-pagination{
    right: 0.25rem;
  }
  .foodLayout .inner-banner .txtbox .learn{
    display: none;
  }
  .foodLayout .inner-banner .txtbox .txt-cn{
    display: none;
  }
  .foodLayout .inner-banner .txtbox .text{
    display: none;
  }
  .foodLayout .about{
    padding: 0.8rem 0 1rem;
  }
  .foodLayout .about .imgbox{
    width: 100%;
  }
  .foodLayout .about .cont{
    width: 100%;
  }
  .foodLayout .about .cont .tit{
    margin-top: 0;
  }
  .foodLayout .about .cont .txtbox{
    margin-top: 0.4rem;
  }
  .foodLayout .about .cont .txtbox .item .t1{
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .foodLayout .about .cont .txtbox .item .t2{
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .foodLayout .probiotics .titbox{
    width: 100%;
    overflow: hidden;
  }
  .foodLayout .probiotics .list{
    width: 100%;
    margin-top: 0.6rem;
  }
  .foodLayout .probiotics .titbox .learn{
    float: right;
    margin: -1rem 0 0;
  }
  .foodLayout .probiotics .list li{
    position: relative;
    float: left;
    width: 48% !important;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 0.3rem;
  }
  .foodLayout .probiotics .list li:nth-child(2n){
    float: right;
  }
  .foodLayout .probiotics .list li a{
    height: 6rem !important;
  }
  .foodLayout .probiotics .list li a .imgbox{
    height: 5rem !important;
    line-height: 5rem !important;
  }
  .foodLayout .probiotics .list li a .imgbox img{
    max-width: 80%;
    max-height: 80%;
  }
  .foodLayout .probiotics .list li a .txt{
    font-size: 0.26rem;
    line-height: 1rem;
    bottom: 0;
  }
  .foodLayout .honor .top{
    padding: 1rem 0 0.5rem;
  }
  .foodLayout .honor .list li a{
    padding: 0.25rem;
  }
  .foodLayout .honor .list li a .imgbox{
    height: 4.4rem;
    line-height: 4rem;
  }
  .foodLayout .honor .list li a .txtbox{
    bottom: 0;
  }
  .foodLayout .honor .list li a .txtbox span{
    font-size: 0.26rem;
    line-height: 0.6rem;
  }
  .foodLayout .news{
    padding: 1rem 0 0.6rem;
  }
  .foodLayout .news .titbox {
    width: 100%;
  }
  .foodLayout .news .titbox .learn{
    float: right;
    margin: -46px 0 0;
  }
  .foodLayout .news .list{
    width: 100%;
    margin-top: 0.4rem;
  }
  .foodLayout .news .list li .date{
    font-size: 0.24rem;
    line-height: 1;
  }
  .foodLayout .news .list li .tit{
    font-size: 0.3rem;
    line-height: 0.4rem;
  }
  .foodLayout .news .list li .det{
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .foodLayout .about .cont .learn.learn1{
    float: none;
    margin: 0.3rem auto 0;
    border-color: #2C3236;
    background-color: #2c3236;
    color: #fff;
  }
  .foodLayout .about .cont .learn.learn1 span{
    background: url(../images/arr.png) no-repeat right top 1px;
    background-size: 12px;
  }
  .innerBanner .txtbox{
    display: none;
  }
  .switch ul li{
    font-size: 0.3rem;
    margin: 0 0.25rem;
  }
  .lv3-switch{
    padding: 0.6rem 0;
  }
  .lv3-switch .list{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .lv3-switch .list li{
    width: calc((100% - 0.5rem)/2);
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .lv3-switch .list li:nth-child(2n){
    margin-right: 0;
  }
  .lv3-switch .list li a{
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .product-list .list li{
    width: calc((100% - 0.2rem)/2);
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .product-list .list li:nth-child(2n){
    margin-right: 0;
  }
  .product-list .list li .txtbox{
    font-size: 0.28rem;
    overflow: hidden;
  }
  .pages{
    padding-bottom: 0.4rem;
  }

  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 1.08rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    background: #008cd6;
    opacity: 0.9;
    z-index: 999;
  }
  .footer-nav a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: block;
    height: 100%;
    color: white;
    font-size: 0.24rem;
    text-align: center;
    line-height: 1.55rem;
    font-weight: bold;
  }
  .footer-nav a.footer-nav-map {
    background: url("../img/bottom_map.png") no-repeat center 0.12rem;
    background-size: 0.32rem 0.46rem;
  }
  .footer-nav a.footer-nav-tel {
    border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
    border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
    background: url("../img/bottom_tel.png") no-repeat center 0.17rem;
    background-size: 0.38rem;
  }
  .footer-nav a.footer-nav-top {
    background: url("../img/bottom_top.png") no-repeat center 0.26rem;
    background-size: 0.67rem 0.28rem;
  }
  .footer-nav.fixed {
    position: fixed;
  }
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1.08rem;
    padding: 0.4rem 0;
    width: 100%;
    height: 2.4rem;
    font-family: 'sourceLight';
    color: #333;
    background-color: #fff;
    font-size: 0.2rem;
  }
  .footer p {
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .footer p .footer-logo {
    position: relative;
    top: 0.08rem;
    margin-left: 0.05rem;
    display: inline-block;
    width: 0.8rem;
    height: 0.26rem;
    background: no-repeat url("../img/logo-xghl.png") center;
    background-size: contain;
  }
  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 6.9rem;
  }
  .inner-v {
    margin: 0.3rem auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .phheader{
    display: block;
  }
  .phheader.fixed,
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    z-index: 999;
  }

  .phheader {
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  }

  .header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0.8rem;
  }
  .header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1.7rem;
    height: 0.44rem;
  }
  .header .header-logo img {
    margin: 0 auto;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
  .header .header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 0.5rem;
    height: 0.3rem;
  }
  .header .header-menu span {
    display: inline-block;
    width: 0.5rem;
    height: 0.05rem;
    background-color: #008cd6;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0.05rem;
  }
  .header .header-menu span:nth-child(1) {
    position: relative;
  }
  .header .header-menu span:nth-child(1)::before {
    position: absolute;
    left: 0.1rem;
    content: '';
    display: inline-block;
    width: 0.03rem;
    height: 0.05rem;
    background-color: #fff;
  }
  .header .header-menu.active span:nth-child(1) {
    width: 0.5rem;
    -webkit-transform: rotate(40deg) translateY(0.12rem) translateX(0.06rem);
            transform: rotate(40deg) translateY(0.12rem) translateX(0.06rem);
  }
  .header .header-menu.active span:nth-child(1)::before {
    display: none;
  }
  .header .header-menu.active span:nth-child(2) {
    display: none;
  }
  .header .header-menu.active span:nth-child(3) {
    -webkit-transform: rotate(-40deg) translateY(-0.12rem) translateX(0.06rem);
            transform: rotate(-40deg) translateY(-0.12rem) translateX(0.06rem);
  }
  @-webkit-keyframes rotatefresh {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      -webkit-transition: 1s;
      transition: 1s;
    }
  }
  @keyframes rotatefresh {
    from {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
      -webkit-transition-duration: 1s;
              transition-duration: 1s;
      -webkit-transition: 1s;
      transition: 1s;
    }
  }
  nav#navs {
    visibility: hidden;
    position: fixed;
    top: 0.8rem;
    right: -100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.2rem 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1111;
    -webkit-box-shadow: 0 0 0.02rem 0.02rem #c9c9c9;
            box-shadow: 0 0 0.02rem 0.02rem #c9c9c9;
    color: #333;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  nav#navs h2 {
    margin-bottom: 0.1rem;
    font-size: 0.28rem;
  }
  nav#navs > ul {
    position: fixed;
    top: 0.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 1rem auto;
    width: 100%;
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  nav#navs > ul li {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.3rem;
    line-height: 0.9rem;
    border-bottom: 0.01rem solid #ccc;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  nav#navs > ul li::after {
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    content: '';
    display: inline-block;
    width: 0.26rem;
    height: 0.16rem;
    background-image: url("../img/bg-arrow-bottom.png");
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: cover;
  }
  nav#navs > ul li:nth-child(1)::after,
  nav#navs > ul li:nth-child(2)::after,
  nav#navs > ul li:nth-child(3)::after,
  nav#navs > ul li:nth-child(7)::after{
    display: none;
  }
  nav#navs > ul li a {
    font-size: 0.28rem;
    color: #333;
  }
  nav#navs > ul li > ul {
    display: none;
  }
  nav#navs > ul li > ul > li.active {
    color: #555;
  }
  nav#navs > ul li > ul > li.active > a {
    color: #555;
  }
  nav#navs > ul li > ul > li:last-child {
    border-bottom: none;
  }
  nav#navs > ul li > ul > li::after {
    display: none;
  }
  nav#navs > ul li.active {
    color: #555;
  }
  nav#navs > ul li.active::after {
    background-image: url("../img/bg-arrow-top.png");
    background-repeat: no-repeat;
    background-position: 30% center;
    background-size: cover;
  }
  nav#navs > ul li.active > a {
    color: #555;
  }
  nav#navs.show {
    visibility: visible;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99;
  }
  nav#navs.fixed {
    position: fixed;
  }
  .product-det .product-top .imgbox{
    width: 100%;
  }
  .product-det .product-top .txtbox{
    width: 100%;
  }
  .product-det .product-top .txtbox .imgs{
    width: 86%;
    margin: 0 auto;
  }
  .product-det .product-top .imgbox img{
    max-width: 90%;
    max-height: 90%;
  }
  .product-det .product-top .txtbox .imgs .swiper .swiper-slide.swiper-slide-active{
    border: 0.06rem solid #2C3236;
  }
  .service-top{
    padding: 0.6rem 0 0.4rem;
  }
  .service-top .fl{
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .service-top .fr{
    max-width: 100%;
    width: 100%;
    margin-top: 0.2rem;
  }

  .vspc{
    display: none !important;
  }
  .vsph{
    display: block !important;
  }
  .news-list{
    margin-top: 0.2rem;
  }
  .news-list .list li .tit{
    margin-top: 0.14rem;
    font-size: 0.32rem;
    line-height: 0.4rem;
    height: 0.4rem;
  }
  .news-list .list li .det{
    line-height: 0.3rem;
  }
  .news-det{
    padding: 0.6rem 0;
  }
  .news-det .det-tit{
    font-size: 0.3rem;
  }
  .news-det .doc{
    margin-top: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
  .pagelayout{
    padding-top: 0.25rem;
  }
  .pagelayout .page-prev{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 0;
  }
  .pagelayout .page-next{
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 0;
  }
  .contact-top{
    margin-top: 0.6rem;
  }
  .contact-top .list{
    padding: 0.6rem 0;
  }
  .contact-top .list:nth-child(1){
    padding-bottom: 0.6rem;
  }
  .contact-top .list .tit-en{
    margin-bottom: 0.3rem;
  }
  .contact-top .list .map{
    position: relative;
    max-width: 100%;
    height: 4rem;
    margin-top: 0.2rem;
  }
  .contact-top .list .map iframe{
    width: 100%;
    height: 4rem;
  }
  .contact-top .list .group{
    max-width: 100%;
    margin-bottom: 0;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .contact-top .list .txt{
    max-width: 100%;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .contact-message{
    padding: 0.6rem;
  }
  .contact-message .global-form-box .form-group{
    width: 100%;
  }
}