:root {
  --bg-color: #c5e47d;
  --bg-color-1: #fbf7f2;
  --text-color: #006847;
  --text-color-1: #222222;
  --text-color-2: #777777;
}
.mb_50 {
  margin-bottom: 50px;
}
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  color: #122f12;
}
h1,
h2,
h3,
h4,
div,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
.ky {
  width: 1170px;
  margin: 0 auto;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.flex_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header {
  width: 100%;
  min-width: 1170;
  padding: 15px 0;
  box-sizing: border-box;
}

.logo {
  width: 200px;
}

.banner_img {
  width: 100%;
  min-width: 1170px;
  height: 724px;
  background-image: url(../img/banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.headerul {
  list-style: none;
  display: flex;
  align-items: center;
}
.headerul>li {
  margin-left: 20px;
}
.headerul a {
  color: #1eb53a;
}
.banner_content {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
}
.banner_content li {
  margin-right: 20px;
  word-break: keep-all;
}
.display_line {
  width: 100%;
  min-width: 1170px;
  background-color: yellow;
}
.pands {
  width: 100%;
  min-width: 1170px;
  background-color: #eeeff1;
  padding-top: 100px;
  padding-bottom: 150px;
  box-sizing: border-box;
}
.pands_ul {
  list-style: none;
  display: flex;
}
.pands_ul>li {
  width: 390px;
}
.pands_ul img {
  display: block;
  width: 100%;
}
.pands_title {
  text-align: center;
  margin-bottom: 50px;
  color: #006847;
  font-size: 40px;
}
.pands_ul {
  margin-bottom: 150px;
}
.lxoru {
  min-width: 1170px;
  width: 100%;
  background-color: #1eb53a;
}
.lxoru>div {
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
}
.pueujth {
  padding-top: 50px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
.pueujth>div {
  display: flex;
  justify-content: space-between;
}
.pueujth_r {
  width: 570px;
}
.pueujth_title1 {
  font-size: 36px;
}
.pueujth_r>img {
  width: 100%;
}
.banner_bottom {
  width: 100%;
  min-width: 1170px;
  min-height: 400px;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
}
.banner_bottom_title {
  font-size: 40px;
  text-align: center;
  color: #ffffff;
}
.info_bottom {
  display: flex;
  justify-content: space-between;
}
footer {
  width: 100%;
  min-width: 1170px;
  background-color: #006847;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.5);;
}
.navigate_product {
  position: relative;
}
.product_target {
  display: none;
  position: absolute;
  list-style: none;
  padding: 10px 5px 0 5px;
  box-sizing: border-box;
  width: 150px;
  background-color: #ffffff;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.27);
}
.show_sub_menu {
  display: block!important;
}
.product_target > li {
  margin-bottom: 10px;
}
.product_target > li:hover {
  background-color: #a8ecb4;
}
.about_banner {
  width: 100%;
  min-width: 1170px;
  height: 215px;
  background-image: url(../img/about_us_banner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 80px;
  box-sizing: border-box;
}
.about_title {
  font-size: 40px;
  color: #ffffff;
}
.about_content1 {
  padding: 50px 0;
  box-sizing: border-box;
  background-color: var(--bg-color-1);
}
.about_title_1 {
  font-size: 36px;
  color: var(--text-color);
  margin-bottom: 15px;
}
.about_text {
  color: var(--text-color-1);
}
.about_content1_r {
  width: 50%;
  margin-left: 30px;
}
.about_content1_r>img {
  display: block;
  width: 100%;
}
.core_title {
  font-size: 24px;
  color: var(--text-color);
  margin-bottom: 20px;
}
.core_text {
  font-size: 14px;
  color: var(--text-color-2);
}
.core {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.core>div {
  width: 49%;
  margin-bottom: 30px;
}
.ourcore {
  padding-top: 50px;
  padding-bottom: 50px;
  box-sizing: border-box;
}
.about_model {
  width: 100%;
  min-width: 1170px;
  background-color: var(--bg-color-1);
  padding-top:50px;
  padding-bottom: 80px;
  box-sizing: border-box;
}
.about_model_l {
  width: 48%;
}
.about_model_r {
  width: 49%;
  margin-left: 20px;
}
.about_model_r>img {
  display: block;
  width: 100%;
}
.product_banner_bg {
  display: block;
  width: 100%;
}
.product_subtitle {
  font-size: 20px;
  color: #222222;
  margin-bottom: 30px;
}
.product_focus_info {
  display: flex;
  align-items: center;
  width: 47%;
  margin-bottom: 30px;
}
.producet_focus_animal {
  display: flex;
  align-items: center;
  width: 30%;
  margin-bottom: 30px;
}
.product_focus_tag {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
  background-color: var(--text-color);
}
.product_focus_tag>img {
  display: block;
  width: 100%;
}
.product_focus_text {
  font-size: 18px;
  color: var(--text-color);
}
.product_focus {
  display: flex;
  flex-wrap: wrap;
}
.product_title {
  font-size: 40px;
  text-align: center;
  color: var(--text-color);
}