.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@font-face {
  font-family: "PuHuiTi";
  src: url(../font/Alibaba-PuHuiTi-Regular.ttf);
}
html {
  font-size: calc(100vw / 1920 * 100);
}
body {
  font-size: 0.2rem;
  font-family: 'PuHuiTi', 'Lato', 'Arial', 'Lucida Grande', 'PingFang TC', '蘋果儷中黑', 'Apple LiGothic Medium', 'Microsoft JhengHei', '微軟正黑體', sans-serif;
}
a {
  text-decoration: none;
  color: #fff;
}
.w {
  width: 16rem;
  margin: 0 auto;
}
.hid {
  display: none;
}
img {
  vertical-align: middle;
}
#goTop {
  width: 0.68rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  position: fixed;
  top: 60%;
  left: auto;
  right: 0.8rem;
  color: #94C83C;
  z-index: 9999;
}
.scale-ele {
  transition: transform 1s;
}
.scale-ele:hover {
  transform: scale(1.1);
}
.btn-translate {
  transition: all 1s;
}
.btn-translate:hover {
  transform: translateX(0.05rem);
}
.w2 {
  width: 12.8rem;
  margin: 0 auto;
}
header {
  width: 100%;
  height: 6rem;
  background-position: center;
  background-size: 100% 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.nav_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 0;
  top: 0;
  z-index: 200;
}
.nav_top .left {
  width: 1.87rem;
  height: 1rem;
  margin-top: 0.09rem;
}
.nav_top .left img {
  width: 100%;
}
.nav_top .nav {
  width: 10rem;
  display: flex;
  justify-content: space-between;
}
.nav_top .nav li a {
  display: block;
  line-height: 1.1rem;
  font-size: 0.26rem;
}
.fix-header-sibing {
  position: relative;
  margin-top: 4.9rem;
  z-index: 200;
}
.other-fix-header-sibling {
  position: relative;
  z-index: 200;
}
.mobile_nav {
  width: 0;
  height: 0;
  overflow: hidden;
}
a:hover {
  color: #fff;
}
footer {
  height: 5.2rem;
  overflow: hidden;
  background-color: #2E261E;
  text-align: center;
}
footer h3 {
  margin: 0.65rem 0 0.54rem 0;
}
footer h3 a > img {
  width: 2.45rem;
  height: 1.32rem;
}
footer > ul {
  display: inline-block;
  line-height: 0.32rem;
  margin: 0 auto 0.5rem;
}
footer > ul li {
  float: left;
  margin-right: 0.85rem;
}
footer > ul li a {
  display: inline-block;
  font-size: 0.2rem;
  color: #fff;
}
footer > ul li:last-child {
  margin-right: 0;
}
footer > div ul {
  display: inline-block;
  margin: 0 auto 0.1rem;
  height: 1.3rem;
}
footer > div ul li {
  width: 0.92rem;
  float: left;
  position: relative;
}
footer > div ul li > a {
  display: inline-block;
  font-size: 0.2rem;
  color: #fff;
  overflow: hidden;
}
footer > div ul li > a img.lg {
  display: none;
}
footer > div ul li .fot-code {
  position: relative;
  width: 0.92rem;
  height: 0;
  overflow: hidden;
  transition: height 1s;
}
footer > div ul li .fot-code span {
  display: block;
  width: 0;
  height: 0;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  border-top: none;
  border-bottom: 0.08rem solid #fff;
  position: absolute;
  left: 0.35rem;
  top: 0.02rem;
}
footer > div ul li .fot-code div {
  position: absolute;
  top: 0.1rem;
  left: 0rem;
  padding: 0.02rem;
  background-color: #fff;
  border-radius: 0.05rem;
}
footer > div ul li .fot-code div img {
  width: 0.82rem;
  height: 0.82rem;
}
footer > div ul li.active .fot-code {
  height: 0.97rem;
}
footer > div ul li.active > a .an {
  display: none;
}
footer > div ul li.active > a .lg {
  display: block;
}
footer > div ul li.active .fot-code {
  display: block;
}
footer > div ul li:last-child {
  margin-right: 0;
}
footer > div ul li:nth-child(1) a > img {
  width: 0.26rem;
  height: 0.26rem;
}
footer > div ul li:nth-child(2) a > img {
  width: 0.33rem;
  height: 0.26rem;
}
footer > div ul li:nth-child(3) a > img {
  width: 0.27rem;
  height: 0.27rem;
}
footer > div ul li:nth-child(4) a > img {
  width: 0.22rem;
  height: 0.26rem;
}
footer > div ul li:nth-child(5) a > img {
  width: 0.59rem;
  height: 0.24rem;
}
footer > div p {
  margin-top: 0.1rem;
}
footer > div p a {
  font-size: 0.16rem;
  color: #fff;
}
.fix-img {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  background-color: rgba(0, 0, 0, 0.4);
}
.fix-img .close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fix-img .img {
  width: 4.3rem;
  height: 4.3rem;
  object-fit: fill;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transition-duration: 0.5s;
}
.fix-img .img img {
  max-width: 4.3rem;
  max-height: 4.3rem;
}
.fix-img.active {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}
.fix-img.active video {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  html {
    font-size: calc(100vw / 800 * 100);
  }
  .w {
    width: 100%;
  }
  .nav_top {
    display: none;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 7.6rem;
    background-position: 60% center;
    background-size: cover;
  }
  header .header_cont {
    height: 5.12rem;
  }
  header .header_cont h1 {
    font-size: 0.6rem;
    font-weight: bold;
    width: 80%;
    position: relative;
    top: 3.07rem;
    left: 0.12rem;
  }
  header .header_cont .produce_info {
    height: 0.8rem;
    line-height: 0.8rem;
    position: relative;
    top: 3.4rem;
    left: 0.12rem;
  }
  header .header_cont .produce_info a {
    width: 3rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.8rem;
  }
  .fix-header-sibing {
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
  }
  .other-fix-header-sibling {
    position: relative;
    z-index: 200;
  }
  .mobile {
    height: 0.48rem;
    background-color: rgba(66, 47, 24, 0.1);
    display: block;
    padding: 0.1rem;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 9999;
  }
  .mobile h2 {
    font-size: 13pt;
    font-weight: bold;
    color: #fff;
    line-height: 0.38rem;
    margin-left: 2.48rem;
  }
  .mobile ul {
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.04rem;
  }
  .mobile ul li {
    width: 0.32rem;
    height: 0.03rem;
    background-color: #fff;
    transition-property: all;
    transition-duration: 1s;
    transform-origin: left center;
  }
  .mobile ul li:nth-child(1) {
    position: absolute;
    top: 0.15rem;
  }
  .mobile ul li:nth-child(2) {
    position: absolute;
    top: 0.25rem;
  }
  .mobile ul li:nth-child(3) {
    position: absolute;
    top: 0.35rem;
  }
  .mobile_nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #94C83C;
    z-index: 9998;
    width: 0;
    height: auto;
    overflow: hidden;
    transition-property: all;
    -moz-transition-property: all;
    transition-duration: 1s;
    -moz-transition-duration: 1s;
  }
  .mobile_nav ul {
    width: 7.2rem;
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    padding-top: 0.48rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  .mobile_nav ul li {
    width: 100%;
    text-align: center;
  }
  .mobile_nav ul li a {
    display: block;
    color: #fff;
    font-size: 0.32rem;
  }
  footer {
    height: auto;
  }
  footer h3 {
    margin: 0.65rem 0 0.34rem 0;
  }
  footer > ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0.15rem;
  }
  footer > ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 0.25rem;
  }
  footer > ul li a {
    font-size: 0.3rem;
  }
  footer div ul {
    display: none;
    margin-bottom: 0.3rem;
  }
  footer div p {
    margin-bottom: 0.15rem;
  }
  footer div p a {
    font-size: 0.3rem;
  }
}
header .header_cont {
  height: 4.9rem;
  position: relative;
  margin-top: 1.1rem;
}
header .header_cont h1 {
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  position: relative;
  top: 3.25rem;
  z-index: 3;
}
header .header_cont p {
  position: absolute;
  width: 4.35rem;
  height: 4.62rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
header .header_cont p img {
  width: 4.35rem;
  height: 4.62rem;
}
.common_btn {
  width: 1.8rem;
  height: 0.6rem;
  background-color: #FFC20F;
  border-radius: 0.1rem;
}
.common_btn a {
  display: block;
  line-height: 0.6rem;
  text-align: center;
  color: #fff;
}
.common_btn a span {
  margin-left: 0.05rem;
}
.dog-foods {
  position: relative;
  margin-top: 4.9rem;
  z-index: 200;
}
.dog-foods .item-food {
  width: 100%;
  height: 5.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dog-foods .item-food .item-foot-cont {
  color: #fff;
}
.dog-foods .item-food .item-foot-cont .food-item1 h3 {
  font-size: 0.6rem;
  margin: 1.85rem 0 0;
}
.dog-foods .item-food .item-foot-cont .food-item1 > p {
  font-size: 0.2rem;
  margin: 0.1rem 0 0.4rem 0;
}
.dog-foods .item-food:nth-of-type(2n + 1) .food-item2 img,
.dog-foods .item-food:nth-of-type(4) .food-item2 img {
  width: 6.24rem;
  height: 5.7rem;
}
.dog-foods .item-food:nth-child(2) .food-item2 img {
  width: 5.94rem;
  height: 5.4rem;
}
.dog-foods .item-food-left .item-foot-cont {
  display: flex;
  justify-content: space-between;
}
.dog-foods .item-food-right .item-foot-cont {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.dog-foods .item-food-right .item-foot-cont .food-item1 {
  text-align: right;
}
#news {
  background-color: #fff;
  padding-top: 0.6rem;
  padding-bottom: 0.82rem;
}
#news .tab {
  text-align: center;
  height: 0.67rem;
  line-height: 0.67rem;
  vertical-align: middle;
  margin: 0 0 0.6rem;
}
#news .tab .point {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #C7C7C7;
  border-radius: 50%;
  vertical-align: top;
  margin: 0.33rem 0.4rem 0 0.4rem;
}
#news .tab .company,
#news .tab .industry {
  display: inline-block;
  font-size: 0.42rem;
  color: #C7C7C7;
}
#news .tab .active {
  font-size: 0.5rem;
  color: #7FB426;
}
#news .new-page {
  display: flex;
  flex-flow: row wrap;
  height: 16.7rem;
  justify-content: space-between;
}
#news .new-page .new-item {
  width: 5rem;
  height: 5.3rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#news .new-page .new-item.active {
  background-color: #EFF3E8;
}
#news .new-page .new-item.active .cover .news-item__img-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#news .new-page .new-item.active .cover img {
  width: 5rem;
}
#news .new-page .new-item.active .title {
  color: #94C83C;
}
#news .new-page .new-item svg {
  vertical-align: middle;
}
#news .new-page .new-item .cover {
  position: relative;
  width: 5rem;
  height: 3.2rem;
  border-radius: 0.1rem;
  z-index: 200;
  overflow: hidden;
}
#news .new-page .new-item .cover .news-item__img-circle {
  position: absolute;
  z-index: 3;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  pointer-events: none;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(3);
  transform: scale(3);
}
#news .new-page .new-item .cover .news-item__img-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#news .new-page .new-item .cover .news-item__img-circle span::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#news .new-page .new-item .cover .news-item__img-circle span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1000px solid #EFF3E8;
  transition: transform 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#news .new-page .new-item .cover img {
  width: 5rem;
}
#news .new-page .new-item .time {
  font-size: 0.2rem;
  color: #94C83C;
  padding: 0 0.3rem;
}
#news .new-page .new-item .time span {
  position: relative;
  top: 0.02rem;
  left: 0.04rem;
}
#news .new-page .new-item .title {
  font-size: 0.24rem;
  color: #333333;
  padding: 0 0.3rem;
  line-height: 1.5;
}
#news .new-page .new-item .desc {
  display: block;
  font-size: 0.18rem;
  color: #C8C8C8;
  padding: 0 0.3rem 0.2rem 3.42rem;
}
#news .new-page .new-item .desc span {
  position: relative;
  left: -0.04rem;
  top: 0.02rem;
}
#news .paginator {
  text-align: center;
  margin: 0.88rem 0 0;
}
#news .paginator a {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  font-size: 0.18rem;
  color: #666666;
  margin: 0 0.04rem;
}
#news .paginator a.jt {
  color: #94C83C;
}
#news .paginator a.active {
  background-color: #94C83C;
  border-radius: 0.05rem;
  color: #fff;
}
#about {
  background-color: #fff;
  position: relative;
  margin-top: 4.9rem;
  z-index: 200;
  padding-top: 1.15rem;
}
#about .introduce {
  display: flex;
}
#about .introduce .int-left {
  width: 50%;
}
#about .introduce .int-left h3 {
  font-size: 0.5rem;
  color: #7FB426;
  margin: 0.1rem 0;
}
#about .introduce .int-left .line {
  display: inline-block;
  width: 0.36rem;
  height: 0.06rem;
  background-color: #7FB426;
  position: relative;
  left: 0.05rem;
}
#about .introduce .int-left .desc {
  width: 6.6rem;
  font-size: 0.26rem;
  line-height: 1.5;
  margin: 0.3rem 0 0.8rem;
  color: #333333;
}
#about .introduce .int-left .cont {
  width: 6.6rem;
  font-size: 0.2rem;
  line-height: 1.5;
  color: #7D7D7D;
}
#about .introduce .int-right {
  width: 50%;
  height: 5.26rem;
  position: relative;
}
#about .introduce .int-right .fimg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}
#about .introduce .int-right .fimg img {
  width: 3.6rem;
  height: 4.2rem;
}
#about .introduce .int-right .simg {
  position: absolute;
  left: 2.49rem;
  top: 1.46rem;
  z-index: 21;
}
#about .introduce .int-right .simg img {
  width: 5.3rem;
  height: 3.8rem;
}
#about .mission {
  margin: 1.2rem 0 0;
  padding-bottom: 0.6rem;
}
#about .mission h4 {
  font-size: 0.5rem;
  color: #7FB426;
  text-align: center;
}
#about .mission .line {
  width: 0.36rem;
  height: 0.06rem;
  background-color: #7FB426;
  position: relative;
  left: 0;
  right: 0;
  margin: 0.13rem auto 0.47rem;
}
#about .mission .ms-cont {
  text-align: center;
}
#about .mission .ms-cont p {
  font-size: 0.2rem;
  color: #7D7D7D;
  line-height: 2;
}
#about .mission .ms-cont p .green {
  font-size: 0.24rem;
  color: #94C83C;
}
#about .mission .ms-btn {
  width: 8.38rem;
  height: 0.66rem;
  line-height: 0.66rem;
  margin: 0.25rem auto 0;
  border: 1px solid #94C83C;
  border-radius: 0.1rem;
  text-align: center;
  font-size: 0.28rem;
  color: #94C83C;
}
.ab-bt-img {
  display: flex;
  height: 4rem;
  position: relative;
  overflow: hidden;
}
.ab-bt-img .bt-img1 {
  width: 50%;
}
.ab-bt-img .bt-img1 img {
  width: 9.6rem;
  height: 4rem;
}
.ab-bt-img .bt-img2 {
  position: relative;
  background-color: #7FB426;
  width: 50%;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ab-bt-img .bt-img2 .word-img {
  width: 7.87rem;
  height: 1.51rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 20;
}
.ab-bt-img .bt-img2 > img {
  position: relative;
  width: 9.6rem;
  height: 4rem;
  z-index: 22;
}
.ab-bt-img .bt-img3 {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
   z-index: 999;
}
#recommend {
  background-color: #FCFAEF;
}
#recommend .rec-cont .tab {
  text-align: center;
  height: 0.67rem;
  line-height: 0.67rem;
  vertical-align: middle;
  margin: 0.6rem 0;
}
#recommend .rec-cont .tab .point {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background-color: #C7C7C7;
  border-radius: 50%;
  vertical-align: top;
  margin: 0.33rem 0.4rem 0 0.4rem;
}
#recommend .rec-cont .tab .company,
#recommend .rec-cont .tab .industry {
  display: inline-block;
  font-size: 0.42rem;
  color: #C7C7C7;
}
#recommend .rec-cont .tab .active {
  font-size: 0.5rem;
  color: #7FB426;
}
#recommend .img-collect {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.9rem;
}
#recommend .img-collect div {
  width: 5.2rem;
  overflow: hidden;
}
#recommend .img-collect div p {
  margin-bottom: 0.2rem;
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
}
#recommend .img-collect div p img {
  width: 5.2rem;
}
#recommend .img-collect div .video span {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
}
#recommend .img-collect div .video span img {
  width: 0.7rem;
}
#recommend .rec-talks {
  width: 12.8rem;
  margin: 0 auto;
}
#recommend .rec-talks .talk-item {
  box-sizing: border-box;
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
  padding: 0.55rem 0.6rem;
  background-color: #fff;
  display: flex;
  position: relative;
}
#recommend .rec-talks .talk-item .avatar img {
  width: 1.6rem;
}
#recommend .rec-talks .talk-item .talk h4 {
  font-size: 0.32rem;
  color: #94C83C;
  margin-bottom: 0.26rem;
}
#recommend .rec-talks .talk-item .talk h4 img {
  vertical-align: top;
  width: 0.36rem;
}
#recommend .rec-talks .talk-item .talk h4 span {
  display: inline-block;
  padding: 0.16rem 0 0 0.25rem;
}
#recommend .rec-talks .talk-item .talk p {
  font-size: 0.2rem;
  color: #333333;
  line-height: 1.8;
}
#recommend .rec-talks .talk-item .triangle {
  position: absolute;
  border-top: 0.33rem solid transparent;
  border-bottom: 0.33rem solid transparent;
  border-left: none;
  border-right: 0.42rem solid #fff;
  width: 0;
  height: 0;
  left: -0.42rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#recommend .rec-talks .talk-item:nth-child(2n + 1) .avatar {
  margin-right: 0.58rem;
}
#recommend .rec-talks .talk-item:nth-child(2n) {
  text-align: right;
}
#recommend .rec-talks .talk-item:nth-child(2n) .avatar {
  margin-left: 0.58rem;
  order: 2;
}
#recommend .rec-talks .talk-item:nth-child(2n) .talk {
  order: 1;
}
#recommend .rec-talks .talk-item:nth-child(2n) .triangle {
  border-left: 0.42rem solid #fff;
  border-right: none;
  left: auto;
  right: -0.42rem;
}
.fix-video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  background-color: rgba(0, 0, 0, 0.4);
}
.fix-video .close {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.fix-video video {
  max-width: 90%;
  object-fit: fill;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  -o-transform: translate(-50%, -70%);
  transition-duration: 0.5s;
}
.fix-video.active {
  transition: opacity 0.3s 0s, visibility 0s 0s;
  visibility: visible;
  opacity: 1;
  transition-duration: 0.5s;
}
.fix-video.active video {
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#contact {
  height: 5.4rem;
}
#contact .addr {
  display: flex;
}
#contact .addr > div {
  width: 50%;
}
#contact .addr .addr-left {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 5.4rem;
}
#contact .addr .addr-left .addr-top-bg {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/conc-addr-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#contact .addr .addr-left .addr-top-bg .addr-cont {
  margin-left: 1.6rem;
}
#contact .addr .addr-left .addr-top-bg .addr-cont > a {
  display: inline-block;
  width: 1.8rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background-color: #FFC20F;
  color: #fff;
  text-align: center;
  border-radius: 0.3rem;
  margin: 1.2rem 0 0.6rem;
}
#contact .addr .addr-left .addr-top-bg .addr-cont h3 {
  font-size: 0.38rem;
  color: #fff;
}
#contact .addr .addr-left .addr-top-bg .addr-cont p {
  color: #fff;
  font-size: 0.2rem;
}
#contact .addr .addr-left .addr-top-bg .addr-cont p:first-of-type {
  margin: 0.34rem 0 0.1rem;
}
#contact .addr .addr-right img {
  width: 100%;
}
.conc-business {
  background-color: #fff;
  padding-top: 0.73rem;
}
.conc-business h4 {
  text-align: center;
  font-size: 0.5rem;
  color: #94C83C;
}
.conc-business .conc-business-layout > p {
  text-align: center;
  font-size: 0.18rem;
  color: #999999;
  margin: 0.13rem 0 0.6rem;
}
.conc-business .conc-business-layout > p span {
  color: #FFC20F;
}
.conc-business .cb-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.conc-business .cb-cont .cb-cont-item {
  position: relative;
  overflow: hidden;
  transform: all 1s;
  margin-bottom: 0.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 5rem;
  height: 3.2rem;
  border-radius: 0.1rem;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-shadow {
  position: absolute;
  left: 0;
  right: 0;
  top: 3.2rem;
  bottom: 0;
  transition: all 1s;
  background-color: rgba(137, 185, 54, 0.9);
}
.conc-business .cb-cont .cb-cont-item.active .cb-cont-shadow {
  top: 0;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-bg {
  position: relative;
  z-index: 3;
  color: #fff;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-bg h5 {
  margin: 0.35rem 0 0 0.56rem;
  font-size: 0.2rem;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc {
  margin: 1.05rem 0 0 0.56rem;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc p:first-child {
  font-size: 0.28rem;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc p:nth-child(2) {
  margin: 0.2rem 0;
}
.conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc p:not(p:first-child) {
  font-size: 0.2rem;
}
.conc-msg {
  height: 3.05rem;
  padding-top: 0.95rem;
  background-color: #F8F8FA;
}
.conc-msg .msg_container {
  display: flex;
  justify-content: space-around;
}
.conc-msg .msg_container .msg_left {
  width: 5.5rem;
}
.conc-msg .msg_container .msg_left h4 {
  font-size: 0.5rem;
  color: #94C83C;
  margin-bottom: 0.15rem;
}
.conc-msg .msg_container .msg_left p {
  font-size: 0.18rem;
  color: #999999;
}
.conc-msg .msg_container .msg_form {
  width: 9.9rem;
}
.conc-msg .msg_container .msg_form .inp1 {
  display: flex;
  justify-content: space-between;
}
.conc-msg .msg_container .msg_form .inp1 input {
  width: 4.5rem;
  height: 0.5rem;
  border: none;
  background-color: #F8F8FA;
  color: #999;
  outline: none;
  border-bottom: 0.01rem solid #D1D1D1;
}
.conc-msg .msg_container .msg_form .inp2 {
  margin-top: 0.65rem;
  display: flex;
  justify-content: space-between;
}
.conc-msg .msg_container .msg_form .inp2 input {
  width: 7.64rem;
  height: 0.5rem;
  border: none;
  background-color: #F8F8FA;
  color: #999;
  outline: none;
  border-bottom: 0.01rem solid #D1D1D1;
}
.conc-msg .msg_container .msg_form .inp2 button {
  width: 1.7rem;
  height: 0.6rem;
  background-color: #94C83C;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 0.1rem;
  position: relative;
  top: -0.07rem;
}
@media screen and (max-width: 900px) {
  header #dmb {
    height: 2rem;
    position: static;
  }
  header #dmb h1 {
    position: relative;
    width: 100%;
    left: 0;
    margin-top: 2rem;
    z-index: 100;
  }
  .w2 {
    width: 80%;
  }
  .dog-foods {
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
  }
  .dog-foods .item-food {
    height: 4rem;
  }
  .dog-foods .item-food .item-foot-cont .food-item1 h3 {
    margin: 1.3rem 0 0;
  }
  .dog-foods .item-food:nth-of-type(2n + 1) .food-item2 img,
  .dog-foods .item-food:nth-of-type(4) .food-item2 img {
    width: 3.12rem;
    height: 2.75rem;
  }
  .dog-foods .item-food:nth-child(2) .food-item2 img {
    width: 2.97rem;
    height: 2.75rem;
  }
  .dog-foods .food-item2 {
    margin-top: 0.8rem;
  }
  #news {
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
    padding: 0.1rem 5% 0;
    margin: 0 auto;
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
  }
  #news .tab {
    text-align: center;
    height: 0.67rem;
    line-height: 0.67rem;
    vertical-align: middle;
    margin: 0.6rem 0;
  }
  #news .tab .point {
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #C7C7C7;
    border-radius: 50%;
    vertical-align: top;
    margin: 0.33rem 0.4rem 0 0.4rem;
  }
  #news .tab .company,
  #news .tab .industry {
    display: inline-block;
    font-size: 0.42rem;
    color: #C7C7C7;
  }
  #news .tab .active {
    font-size: 0.5rem;
    color: #7FB426;
  }
  #news .new-page {
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    justify-content: space-between;
  }
  #news .new-page .new-item {
    width: 100%;
    margin-bottom: 0.4rem;
    height: auto;
    border-radius: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #news .new-page .new-item.active {
    background-color: #EFF3E8;
  }
  #news .new-page .new-item.active .cover {
    width: 100%;
    height: auto;
    position: relative;
  }
  #news .new-page .new-item.active .cover img {
    width: 100%;
    border-radius: 50%;
    position: static;
  }
  #news .new-page .new-item.active .title {
    color: #94C83C;
  }
  #news .new-page .new-item svg {
    vertical-align: middle;
  }
  #news .new-page .new-item .cover {
    width: 100%;
    height: auto;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  #news .new-page .new-item .cover img {
    display: inline-block;
    width: 100%;
  }
  #news .new-page .new-item .time {
    font-size: 0.3rem;
    color: #94C83C;
    padding: 0 0.3rem;
    margin: 0.2rem 0;
  }
  #news .new-page .new-item .time span {
    position: relative;
    top: 0.02rem;
    left: 0.04rem;
  }
  #news .new-page .new-item .title {
    font-size: 0.3rem;
    color: #333333;
    padding: 0 0.3rem;
    line-height: 1.5;
  }
  #news .new-page .new-item .desc {
    display: block;
    font-size: 0.26rem;
    color: #C8C8C8;
    padding: 0 0.3rem 0.2rem 0;
    text-align: right;
  }
  #news .new-page .new-item .desc span {
    position: relative;
    left: -0.04rem;
    top: 0.02rem;
  }
  #news .paginator {
    text-align: center;
    margin: 0.88rem 0 0;
    padding-bottom: 0.82rem;
  }
  #news .paginator a {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.18rem;
    color: #666666;
    margin: 0 0.04rem;
  }
  #news .paginator a.jt {
    color: #94C83C;
    font-size: 0.42rem;
    font-weight: bold;
  }
  #news .paginator a:first-child {
    margin-right: 20%;
  }
  #news .paginator a.active {
    background-color: #94C83C;
    border-radius: 0.05rem;
    color: #fff;
  }
  #news .paginator a.math,
  #news .paginator a.point {
    display: none;
  }
  #about {
    box-sizing: border-box;
    width: 100%;
    padding: 0 10%;
    background-color: #fff;
    padding-top: 1.15rem;
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
  }
  #about .introduce {
    display: flex;
  }
  #about .introduce .int-left {
    width: 100%;
    text-align: center;
  }
  #about .introduce .int-left h3 {
    font-size: 0.7rem;
    font-weight: bold;
    color: #7FB426;
    margin: 0.1rem 0;
  }
  #about .introduce .int-left .line {
    display: inline-block;
    width: 0.36rem;
    height: 0.06rem;
    background-color: #7FB426;
    position: relative;
  }
  #about .introduce .int-left .desc {
    width: 100%;
    font-size: 0.42rem;
    line-height: 1.5;
    margin: 0.3rem 0 0.8rem;
    color: #333333;
    text-align: left;
  }
  #about .introduce .int-left .cont {
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.5;
    color: #7D7D7D;
    text-align: left;
  }
  #about .introduce .int-right {
    display: none;
  }
  #about .mission {
    margin: 0.6rem 0 0;
  }
  #about .mission h4 {
    font-size: 0.7rem;
    font-weight: bold;
    color: #7FB426;
    text-align: center;
  }
  #about .mission .line {
    width: 0.36rem;
    height: 0.06rem;
    background-color: #7FB426;
    position: relative;
    left: 0;
    right: 0;
    margin: 0.13rem auto 0.47rem;
  }
  #about .mission .ms-cont {
    text-align: center;
  }
  #about .mission .ms-cont p {
    font-size: 0.3rem;
    color: #7D7D7D;
    line-height: 2;
  }
  #about .mission .ms-cont p .green {
    font-size: 0.36rem;
    color: #94C83C;
  }
  #about .mission .ms-btn {
    display: none;
    width: 100%;
    height: auto;
    margin: 0.25rem auto 0.6rem;
    border: 0.01rem solid #94C83C;
    border-radius: 0.1rem;
    text-align: center;
    font-size: 0.32rem;
    color: #94C83C;
  }
  .ab-bt-img {
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
  }
  .ab-bt-img .bt-img1 {
    width: 100%;
  }
  .ab-bt-img .bt-img1 img {
    display: inline-block;
    width: 100%;
  }
  .ab-bt-img .bt-img2 {
    position: relative;
    background-color: #7FB426;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ab-bt-img .bt-img2 .word-img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 20;
  }
  .ab-bt-img .bt-img2 > img {
    position: relative;
    width: 100%;
    z-index: 22;
  }
  .ab-bt-img .bt-img3 {
    display: none;
  }
  #recommend {
    background-color: #FCFAEF;
  }
  #recommend .rec-cont .tab {
    text-align: center;
    height: 0.67rem;
    line-height: 0.67rem;
    vertical-align: middle;
    margin: 0.6rem 0;
  }
  #recommend .rec-cont .tab .point {
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #C7C7C7;
    border-radius: 50%;
    vertical-align: top;
    margin: 0.33rem 0.4rem 0 0.4rem;
  }
  #recommend .rec-cont .tab .company,
  #recommend .rec-cont .tab .industry {
    display: inline-block;
    font-size: 0.42rem;
    color: #C7C7C7;
  }
  #recommend .rec-cont .tab .active {
    font-size: 0.5rem;
    color: #7FB426;
  }
  #recommend .img-collect {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0.1rem;
  }
  #recommend .img-collect div {
    width: 100%;
  }
  #recommend .img-collect div p {
    margin-bottom: 0.4rem;
    border-radius: 0.1rem;
    overflow: hidden;
  }
  #recommend .img-collect div p img {
    display: inline-block;
    width: 100%;
  }
  #recommend .rec-talks {
    width: 85%;
    margin: 0 auto;
  }
  #recommend .rec-talks .talk-item {
    box-sizing: border-box;
    border-radius: 0.1rem;
    margin-bottom: 0.4rem;
    padding: 0.55rem 0.6rem;
    background-color: #fff;
    display: flex;
    position: relative;
  }
  #recommend .rec-talks .talk-item .avatar img {
    width: 1.6rem;
  }
  #recommend .rec-talks .talk-item .talk h4 {
    font-size: 0.32rem;
    color: #94C83C;
    margin-bottom: 0.26rem;
  }
  #recommend .rec-talks .talk-item .talk h4 img {
    vertical-align: top;
    width: 0.36rem;
  }
  #recommend .rec-talks .talk-item .talk h4 span {
    display: inline-block;
    padding: 0.16rem 0 0 0.25rem;
  }
  #recommend .rec-talks .talk-item .talk p {
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.8;
  }
  #recommend .rec-talks .talk-item .triangle {
    position: absolute;
    border-top: 0.33rem solid transparent;
    border-bottom: 0.33rem solid transparent;
    border-left: none;
    border-right: 0.42rem solid #fff;
    width: 0;
    height: 0;
    left: -0.42rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #recommend .rec-talks .talk-item:nth-child(2n + 1) .avatar {
    margin-right: 0.58rem;
  }
  #recommend .rec-talks .talk-item:nth-child(2n) {
    text-align: right;
  }
  #recommend .rec-talks .talk-item:nth-child(2n) .avatar {
    margin-left: 0.58rem;
    order: 2;
  }
  #recommend .rec-talks .talk-item:nth-child(2n) .talk {
    order: 1;
  }
  #recommend .rec-talks .talk-item:nth-child(2n) .triangle {
    border-left: 0.42rem solid #fff;
    border-right: none;
    left: auto;
    right: -0.42rem;
  }
  #contact {
    position: relative;
    margin-top: 7.6rem;
    z-index: 200;
    height: auto;
  }
  #contact .addr {
    display: flex;
    flex-direction: column;
  }
  #contact .addr > div {
    width: 100%;
    height: 4rem;
  }
  #contact .addr .addr-left {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 4rem;
  }
  #contact .addr .addr-left .addr-top-bg {
    width: 100%;
    height: 100%;
    background-image: url(../imgs/conc-addr-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #contact .addr .addr-left .addr-top-bg .addr-cont {
    margin-left: 0;
    text-align: center;
  }
  #contact .addr .addr-left .addr-top-bg .addr-cont > a {
    font-size: 0.3rem;
    display: inline-block;
    width: 2.88rem;
    height: 0.84rem;
    line-height: 0.84rem;
    background-color: #FFC20F;
    color: #fff;
    text-align: center;
    border-radius: 0.5rem;
    margin: 0.6rem 0 0.4rem;
  }
  #contact .addr .addr-left .addr-top-bg .addr-cont h3 {
    font-size: 0.42rem;
    color: #fff;
  }
  #contact .addr .addr-left .addr-top-bg .addr-cont p {
    color: #fff;
    font-size: 0.3rem;
  }
  #contact .addr .addr-left .addr-top-bg .addr-cont p:first-of-type {
    margin: 0.34rem 0 0.1rem;
  }
  #contact .addr .addr-right {
    overflow: hidden;
    height: 4rem;
  }
  #contact .addr .addr-right img {
    width: 9rem;
  }
  .conc-business {
    background-color: #fff;
    padding-top: 0.73rem;
  }
  .conc-business h4 {
    text-align: center;
    font-size: 0.65rem;
    color: #94C83C;
  }
  .conc-business > p {
    text-align: center;
    font-size: 0.3rem;
    color: #999999;
    margin: 0.13rem 0 0.6rem;
  }
  .conc-business > p span {
    color: #FFC20F;
  }
  .conc-business .cb-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .conc-business .cb-cont .cb-cont-item {
    margin: 0 auto 0.4rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 90%;
    height: 4rem;
    border-radius: 0.1rem;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-shadow {
    display: none;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-bg {
    color: #fff;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-bg h5 {
    margin: 0.35rem 0 0 0.56rem;
    font-size: 0.42rem;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc {
    margin: 1.05rem 0 0 0.56rem;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc p:first-child {
    font-size: 0.3rem;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc p:nth-child(2) {
    margin: 0.2rem 0;
  }
  .conc-business .cb-cont .cb-cont-item .cb-cont-bg .desc p:not(p:first-child) {
    font-size: 0.2rem;
  }
  .conc-msg {
    height: auto;
    width: 100%;
    overflow: hidden;
    padding-top: 1.05rem;
    margin-top: 0;
  }
  .conc-msg .msg_container {
    display: flex;
    flex-direction: column;
  }
  .conc-msg .msg_container .msg_left {
    width: 100%;
    text-align: center;
  }
  .conc-msg .msg_container .msg_left h4 {
    font-size: 0.65rem;
    font-weight: bold;
  }
  .conc-msg .msg_container .msg_left p {
    font-size: 0.25rem;
  }
  .conc-msg .msg_container .msg_form {
    width: 100%;
    margin-top: 0.2rem;
  }
  .conc-msg .msg_container .msg_form .inp1 {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .conc-msg .msg_container .msg_form .inp1 input {
    width: 90%;
    margin: 0.4rem auto;
    font-size: 0.25rem;
    color: #999;
  }
  .conc-msg .msg_container .msg_form .inp2 {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
    justify-content: space-around;
    flex-wrap: wrap;
    font-size: 0.22rem;
  }
  .conc-msg .msg_container .msg_form .inp2 input {
    width: 90%;
    margin: 0 auto 0.4rem;
    font-size: 0.25rem;
    color: #999999;
  }
  .conc-msg .msg_container .msg_form .inp2 button {
    width: 30%;
    height: 0.8rem;
    top: 0;
    font-size: 0.25rem;
    border-radius: 0.4rem;
    margin: 0.2rem auto 0.6rem;
  }
}
/*# sourceMappingURL=./dog.css.map */