@font-face {
  font-family: "numFont";
  src: url("../fonts/youshe.ttf") format("truetype");
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 100px;
  height: 100px;
  box-sizing: border-box;
}
header > div {
  line-height: inherit;
  overflow: visible !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 42%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 20px;
}
header > div .logo .logo_img a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img a img {
  height: 68px;
}
header > div .logo .logo_text a h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
}
header > div .logo .logo_text a p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
header > div nav {
  width: 58%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 74%;
  width: calc(100% - 240px);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  width: 16%;
  line-height: inherit;
  position: relative;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #dde9e2;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: inherit;
  font-weight: 700;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #dde9e2;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 0px;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 20px;
}
header > div nav ul li .menu .menu_item a {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #008139;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 170px;
  padding-left: 0px;
  box-sizing: border-box;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  text-align: center;
  font-size: 26px;
  padding-right: 10px;
}
header > div nav .tool > div h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
header.active {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
header.active > div .logo .logo_text a h3 {
  color: #333;
}
header.active > div .logo .logo_text a p {
  color: #333;
}
header.active > div nav ul li a {
  color: #333;
}
header.active > div nav .tool > div i {
  color: #008139;
}
header.active > div nav .tool > div h3 {
  color: #333;
}
@media screen and (max-width: 1440px) {
  header {
    height: 80px;
    line-height: 80px;
  }
  header > div nav {
    width: 66%;
  }
  header > div .logo {
    width: 32%;
  }
  header > div .logo .logo_img {
    margin-right: 10px;
  }
  header > div .logo .logo_img a img {
    height: 48px;
  }
  header > div nav ul li a {
    font-size: 16px;
  }
  header > div .logo .logo_text a h3 {
    font-size: 22px;
    margin-bottom: 4px;
  }
  header > div .logo .logo_text a p {
    font-size: 13px;
    text-transform: lowercase;
  }
  header > div nav ul {
    width: calc(100% - 206px);
  }
  header > div nav ul li .menu {
    top: 80px;
  }
}
@media screen and (max-width: 1440px) {
  header {
    display: none;
  }
}
.more:hover a .t::after {
  width: 100%;
}
.more:hover a .t h4 {
  color: #fff;
}
.more:hover a .m_icon i {
  transform: rotateZ(0deg);
}
.more a {
  display: block;
  position: relative;
  width: 232px;
  border: 2px solid #008139;
  border-radius: 39px;
  margin-right: 39px;
}
.more a .t {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 39px;
}
.more a .t h4 {
  font-size: 20px;
  color: #000;
  line-height: 68px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 2;
}
.more a .t::after {
  display: block;
  content: "";
  width: 0%;
  height: 68px;
  background-color: #008139;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease;
}
.more a .m_icon {
  position: absolute;
  top: 0;
  right: -39px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #18a356;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more a .m_icon i {
  font-size: 24px;
  color: #fff;
  display: block;
  transform: rotateZ(-45deg);
  transition: all 0.5s ease;
}
.more2 {
  display: block;
  position: relative;
  width: 192px;
  border: 2px solid #008139;
  border-radius: 39px;
  margin-right: 39px;
}
.more2:hover .t::after {
  width: 100%;
}
.more2:hover .t h4 {
  color: #fff;
}
.more2:hover .m_icon i {
  transform: rotateZ(0deg);
}
.more2 .t {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 39px;
}
.more2 .t h4 {
  font-size: 18px;
  color: #000;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  position: relative;
}
.more2 .t::after {
  display: block;
  content: "";
  width: 0%;
  height: 52px;
  background-color: #008139;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.5s ease;
}
.more2 .m_icon {
  position: absolute;
  top: 0;
  right: -26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #18a356;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more2 .m_icon i {
  font-size: 24px;
  color: #fff;
  display: block;
  transform: rotateZ(-45deg);
  transition: all 0.5s ease;
}
@media screen and (max-width: 1440px) {
  .more a {
    width: 212px;
  }
  .more a .t h4 {
    line-height: 52px;
    font-size: 18px;
  }
  .more a .m_icon {
    width: 52px;
    height: 52px;
    right: -26px;
  }
  .more2 .t h4 {
    line-height: 48px;
    font-size: 16px;
  }
  .more2 .m_icon {
    width: 48px;
    height: 48px;
    right: -24px;
  }
  .more2 .m_icon i {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .more a .t h4 {
    line-height: 42px;
    font-size: 16px;
  }
  .more a {
    width: 160px;
    margin-right: 20px;
  }
  .more a .m_icon {
    width: 42px;
    height: 42px;
    right: -21px;
  }
  .more a .m_icon i {
    font-size: 18px;
  }
}
footer .f_top {
  background-image: url(/images/footBg.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  padding-top: 150px;
}
footer .f_top .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .f_top .w90 .left {
  width: 32%;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 400px;
}
footer .f_top .w90 .left .foot_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
footer .f_top .w90 .left .foot_logo .img img {
  width: initial;
}
footer .f_top .w90 .left .foot_logo .txt {
  margin-left: 18px;
}
footer .f_top .w90 .left .foot_logo .txt h3 {
  font-size: 32px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 10px;
}
footer .f_top .w90 .left .foot_logo .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.3;
  letter-spacing: -0.1px;
}
footer .f_top .w90 .left .c_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
}
footer .f_top .w90 .left .c_info .item {
  width: 50%;
  margin-bottom: 26px;
}
footer .f_top .w90 .left .c_info .item:nth-last-of-type(-n + 2) {
  margin-bottom: 0;
}
footer .f_top .w90 .left .c_info .item:nth-last-of-type(1) h3 {
  font-size: 22px;
}
footer .f_top .w90 .left .c_info .item p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
  margin-bottom: 10px;
}
footer .f_top .w90 .left .c_info .item h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "numFont";
}
footer .f_top .w90 .left .c_share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: none;
}
footer .f_top .w90 .left .c_share .s_sub1 {
  margin-right: 30px;
}
footer .f_top .w90 .left .c_share .s_sub1 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 12px 26px;
  border-radius: 60px;
  border: 1px solid #fff;
}
footer .f_top .w90 .left .c_share .s_sub1 a img {
  width: initial;
  margin-right: 6px;
}
footer .f_top .w90 .left .c_share .s_sub1 a p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .f_top .w90 .left .c_share .s_sub2 ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
footer .f_top .w90 .left .c_share .s_sub2 ul li {
  margin-right: 20px;
}
footer .f_top .w90 .left .c_share .s_sub2 ul li a img {
  width: initial;
}
footer .f_top .w90 .right {
  width: 44%;
  min-height: 400px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  opacity: 0.6;
}
footer .f_top .w90 .right dl dt {
  margin-bottom: 50px;
}
footer .f_top .w90 .right dl dt a {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
footer .f_top .w90 .right dl dd {
  margin-bottom: 32px;
}
footer .f_top .w90 .right dl dd a {
  font-size: 20px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
footer .f_bottom {
  background-color: #08100b;
}
footer .f_bottom .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .f_bottom .w90 .left a {
  font-size: 16px;
  color: #fff;
  line-height: 98px;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
footer .f_bottom .w90 .right a {
  font-size: 16px;
  color: #fff;
  line-height: 98px;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
  padding-left: 30px;
}
@media screen and (max-width: 1440px) {
  footer .f_top {
    padding-top: 80px;
  }
  footer .f_top .w90 .left {
    width: 38%;
    min-height: 300px;
  }
  footer .f_top .w90 .right {
    min-height: 300px;
  }
  footer .f_top .w90 .left .foot_logo .img img {
    width: 60px;
  }
  footer .f_top .w90 .left .foot_logo .txt h3 {
    font-size: 24px;
    margin-bottom: 6px;
  }
  footer .f_top .w90 .left .foot_logo .txt p {
    text-transform: lowercase;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  footer .f_top .w90 .left .c_info .item h3 {
    font-size: 26px;
  }
  footer .f_top .w90 .left .c_info .item p {
    font-size: 15px;
    margin-bottom: 6px;
  }
  footer .f_top .w90 .left .foot_logo {
    padding-bottom: 70px;
  }
  footer .f_top .w90 .right dl dt a {
    font-size: 18px;
  }
  footer .f_top .w90 .right dl dd a {
    font-size: 16px;
  }
  footer .f_top .w90 .right dl dd {
    margin-bottom: 22px;
  }
  footer .f_top .w90 .right dl dt {
    margin-bottom: 40px;
  }
  footer .f_bottom .w90 .left a {
    font-size: 14px;
    line-height: 60px;
  }
  footer .f_bottom .w90 .right a {
    font-size: 14px;
    line-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  footer .f_top .w90 .left {
    width: 100%;
  }
  footer .f_top .w90 .right {
    display: none;
  }
  footer .f_top .w90 .left .foot_logo .txt h3 {
    font-size: 20px;
  }
  footer .f_top .w90 .left .foot_logo .txt p {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  footer .f_top .w90 .left .c_info .item {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .f_top .w90 .left .foot_logo {
    padding-bottom: 40px;
  }
  footer .f_top .w90 .left .c_info .item:nth-last-of-type(-n + 2) {
    margin-bottom: 20px;
  }
  footer .f_bottom .w90 .right {
    display: none;
  }
  footer .f_top .w90 .left .c_info {
    padding-bottom: 40px;
  }
}
.index .part01 {
  padding-top: 90px;
  background: url(/images/indexBg1.jpg) no-repeat top center;
  background-size: 100%;
}
.index .part01 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .top .title h3 {
  font-size: 36px;
  color: #008139;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part01 .w90 .bottom {
  margin-top: 76px;
  margin-bottom: 90px;
  position: relative;
  z-index: 6;
}
.index .part01 .w90 .bottom::after {
  display: block;
  content: "baside BIOLOGICAL";
  font-size: 120px;
  font-weight: 700;
  color: #029a45;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 20%;
  transform: translateY(-50%);
}
.index .part01 .w90 .bottom::before {
  display: block;
  content: "APPLICATION INDUSTRY";
  font-size: 120px;
  font-weight: 700;
  color: #029a45;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 40%;
  z-index: -1;
  transform: translateY(-50%);
}
.index .part01 .w90 .bottom .i_hangye ul li {
  position: relative;
  display: none;
}
.index .part01 .w90 .bottom .i_hangye ul li.active {
  display: block;
}
.index .part01 .w90 .bottom .i_hangye ul li.active:hover .h_box {
  background-color: #008139;
}
.index .part01 .w90 .bottom .i_hangye ul li.active:hover .h_box .h_txt h3 {
  color: #fff;
}
.index .part01 .w90 .bottom .i_hangye ul li.active:hover .h_box .h_txt h3 span {
  color: #fff;
}
.index .part01 .w90 .bottom .i_hangye ul li.active:hover .h_box .h_desc p {
  color: #fff;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box {
  margin: 0 auto;
  width: 476px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 24px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_img {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  height: 0;
  padding-bottom: 340px;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_img img {
  width: 100%;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt {
  width: 100%;
  height: 200px;
  padding: 38px 20px;
  box-sizing: border-box;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt h3 {
  font-size: 30px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 14px;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt h3 span {
  color: #008139;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc p {
  width: 70%;
  font-size: 18px;
  color: #999;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc .h_i {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #18a356;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc .h_i i {
  display: block;
  font-size: 18px;
  color: #fff;
  transform: rotateZ(-45deg);
}
.index .part01 .w90 .bottom .i_hangye ul li .h_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(-8deg);
  width: 476px;
  height: 560px;
  border-radius: 24px;
  background: linear-gradient(-135deg, #c2e7d2 18%, #18a356 70%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .i_icons {
  margin-top: 120px;
  padding: 0 40px;
  box-sizing: border-box;
}
.index .part01 .w90 .bottom .i_icons div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .i_icons div div.img {
  cursor: pointer;
}
.index .part01 .w90 .bottom .i_icons div div.img.active {
  position: relative;
}
.index .part01 .w90 .bottom .i_icons div div.img.active img {
  position: relative;
  z-index: 6;
}
.index .part01 .w90 .bottom .i_icons div div.img.active img.img1 {
  display: none;
}
.index .part01 .w90 .bottom .i_icons div div.img.active img.img2 {
  display: block;
}
.index .part01 .w90 .bottom .i_icons div div.img.active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.index .part01 .w90 .bottom .i_icons div div.img.active::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
}
.index .part01 .w90 .bottom .i_icons div div.img img {
  width: initial;
}
.index .part01 .w90 .bottom .i_icons div div.img img.img1 {
  display: block;
}
.index .part01 .w90 .bottom .i_icons div div.img img.img2 {
  display: none;
}
.index .part01 .w90 .bottom .i_icons div ul.d {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w90 .bottom .i_icons div ul.d li {
  display: block;
  width: 2px;
  height: 2px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
}
.index .part01 .w90 .bottom .i_icons div ul.d li:nth-of-type(2) {
  margin: 0 20px;
}
.index .part02 {
  position: relative;
  overflow: hidden;
  min-height: 860px;
}
.index .part02::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  content: "";
  width: 95%;
  height: 860px;
  border-radius: 0 60px 60px 0;
  background-color: #008139;
  background-image: url(/images/indexBg2.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .part02 .w90 {
  padding-top: 90px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part02 .w90 .left {
  width: 26%;
}
.index .part02 .w90 .left .title {
  margin-bottom: 460px;
}
.index .part02 .w90 .left .title h3 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part02 .w90 .left .title2 {
  position: relative;
  padding-left: 100px;
  background-image: url(/images/bg_logo2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 140px;
}
.index .part02 .w90 .left .title2 h2 {
  font-size: 48px;
  color: #fff;
  line-height: 140px;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.index .part02 .w90 .right {
  width: 66%;
}
.index .part02 .w90 .right .r_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 100px;
}
.index .part02 .w90 .right .r_top .r_txt p {
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  letter-spacing: 1px;
}
.index .part02 .w90 .right .r_top .r_txt p span {
  font-weight: 700;
}
.index .part02 .w90 .right .r_top .r_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .right .r_top .r_btn > div {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .right .r_top .r_btn > div i {
  display: block;
  color: #008139;
  font-size: 30px;
}
.index .part02 .w90 .right .r_top .r_btn > div.left_btn {
  margin-right: 30px;
}
.index .part02 .w90 .right .r_top .r_btn > div.left_btn i {
  transform: rotateY(180deg);
}
.index .part02 .w90 .right .proList {
  margin-top: 40px;
}
.index .part02 .w90 .right .proList ul li {
  position: relative;
  border-radius: 50px;
  overflow: hidden;
}
.index .part02 .w90 .right .proList ul li a {
  display: block;
  width: 100%;
}
.index .part02 .w90 .right .proList ul li a .img img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.index .part02 .w90 .right .proList ul li a .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w90 .right .proList ul li a .txt h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.index .part02 .w90 .right .proList ul li a .txt .more2 {
  width: 142px;
  margin-left: 40px;
  margin-right: 21px;
}
.index .part02 .w90 .right .proList ul li a .txt .more2 .t h4 {
  line-height: 42px;
  font-size: 16px;
}
.index .part02 .w90 .right .proList ul li a .txt .more2 .m_icon {
  width: 42px;
  height: 42px;
  right: -21px;
}
.index .part02 .w90 .right .proList ul li a .txt .more2 .m_icon i {
  font-size: 16px;
}
.index .part02 .w90 .right .rightTxt {
  position: absolute;
  right: -20px;
  bottom: 30px;
  z-index: 0;
}
.index .part02 .w90 .right .rightTxt h1 {
  font-size: 160px;
  font-weight: 700;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.index .part03 {
  width: 100%;
  background-image: url(/images/aboutBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0px;
}
.index .part03 .w90 .top {
  padding-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w90 .top .title h3 {
  font-size: 36px;
  color: #008139;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part03 .w90 .bottom {
  position: relative;
  margin-top: 40px;
  min-height: 800px;
}
.index .part03 .w90 .bottom .title2 {
  position: relative;
  padding-left: 160px;
  background-image: url(/images/bg_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 110px;
}
.index .part03 .w90 .bottom .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 110px;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.index .part03 .w90 .bottom .content {
  margin-top: 40px;
  width: 98%;
}
.index .part03 .w90 .bottom .content p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 20px;
}
.index .part03 .w90 .bottom .bigText {
  position: absolute;
  right: -20px;
  bottom: 60px;
  z-index: 6;
}
.index .part03 .w90 .bottom .bigText h1 {
  font-size: 160px;
  font-weight: 700;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  text-transform: uppercase;
  background-clip: text;
  color: transparent;
}
.index .part04 {
  width: 100%;
  padding-bottom: 90px;
}
.index .part04 .w90 .top {
  padding-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .top .title {
  position: relative;
}
.index .part04 .w90 .top .title h3 {
  font-size: 36px;
  color: #008139;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .part04 .w90 .top .title::after {
  position: absolute;
  bottom: -18px;
  left: -14px;
  display: block;
  content: "NEWS";
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  z-index: -1;
}
.index .part04 .w90 .top .btn {
  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .top .btn .b_item a {
  font-size: 30px;
  color: #008139;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w90 .bottom {
  margin-top: 80px;
}
.index .part04 .w90 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w90 .bottom ul li {
  width: 32%;
}
.index .part04 .w90 .bottom ul li:hover a .img img {
  transform: scale(1.2);
}
.index .part04 .w90 .bottom ul li a .img {
  height: 0;
  overflow: hidden;
  border-radius: 30px;
  padding-bottom: 340px;
}
.index .part04 .w90 .bottom ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part04 .w90 .bottom ul li a .txt {
  margin-top: 40px;
  margin-bottom: 50px;
}
.index .part04 .w90 .bottom ul li a .txt h2 {
  font-size: 36px;
  color: #8db099;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "numFont";
}
.index .part04 .w90 .bottom ul li a .txt h3 {
  margin-top: 10px;
  font-size: 20px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .index .part01 .w90 .top .title h3 {
    font-size: 26px;
  }
  .index .part01 .w90 .bottom::before {
    font-size: 82px;
  }
  .index .part01 .w90 .bottom::after {
    font-size: 82px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box {
    width: 386px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_bg {
    width: 386px;
    height: 470px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_img {
    padding-bottom: 240px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt h3 {
    font-size: 22px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc p {
    font-size: 16px;
  }
  .index .part01 .w90 .bottom {
    margin-top: 26px;
    margin-bottom: 30px;
  }
  .index .part01 .w90 .bottom .i_icons div div.img.active::before {
    width: 70px;
    height: 70px;
  }
  .index .part01 .w90 .bottom .i_icons div div.img.active::after {
    width: 80px;
    height: 80px;
  }
  .index .part01 .w90 .bottom .i_icons div div.img img {
    width: 50px;
  }
  .index .part01 .w90 .bottom .i_icons {
    margin-top: 50px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt {
    padding: 25px 20px;
    height: 158px;
  }
  .index .part01 {
    padding-bottom: 50px;
  }
  .index .part02 .w90 .left .title h3 {
    font-size: 26px;
  }
  .index .part02 .w90 .right .r_top .r_txt p {
    font-size: 18px;
  }
  .index .part02 .w90 .right .r_top .r_btn > div {
    width: 50px;
    height: 50px;
  }
  .index .part02 .w90 .right .r_top {
    padding-right: 0;
  }
  .index .part02 .w90 .right .proList ul li a .txt h3 {
    font-size: 18px;
  }
  .index .part02 .w90 .right .proList ul li {
    border-radius: 10px;
  }
  .index .part02 {
    min-height: 680px;
  }
  .index .part02 .w90 .left .title {
    margin-bottom: 360px;
  }
  .index .part02 .w90 .right .rightTxt h1 {
    font-size: 120px;
  }
  .index .part02 .w90 .left .title2 h2 {
    font-size: 38px;
  }
  .index .part02 .w90 .right .r_top .r_btn > div i {
    font-size: 22px;
  }
  .index .part03 .w90 .top .title h3 {
    font-size: 26px;
  }
  .index .part03 .w90 .bottom .title2 h2 {
    font-size: 34px;
    line-height: 80px;
  }
  .index .part03 .w90 .bottom .title2 {
    height: 80px;
    padding-left: 130px;
  }
  .index .part03 .w90 .bottom .content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .index .part03 .w90 .bottom .content {
    margin-top: 30px;
  }
  .index .part03 .w90 .bottom .bigText h1 {
    font-size: 100px;
  }
  .index .part03 .w90 .bottom {
    min-height: 600px;
  }
  .index .part04 .w90 .top .title::after {
    font-size: 80px;
    bottom: -9px;
    left: -6px;
  }
  .index .part04 .w90 .top .btn {
    width: 40%;
  }
  .index .part04 .w90 .top .btn .b_item a {
    font-size: 22px;
  }
  .index .part04 .w90 .bottom ul li a .img {
    padding-bottom: 260px;
  }
  .index .part04 .w90 .bottom ul li a .txt h3 {
    height: 46px;
    font-size: 16px;
    line-height: 1.4;
  }
  .index .part04 .w90 .bottom ul li a .txt {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .index .part04 .w90 .bottom ul li a .txt h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 .w90 .top .title h3 {
    font-size: 20px;
  }
  .index .part01 .w90 .top {
    margin-bottom: 60px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box {
    width: 82%;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_bg {
    width: 82%;
    height: 350px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_img {
    padding-bottom: 200px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt h3 {
    font-size: 18px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt {
    padding: 16px 10px;
    height: 130px;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc p {
    font-size: 15px;
    width: 74%;
  }
  .index .part01 .w90 .bottom .i_hangye ul li .h_box .h_txt .h_desc .h_i {
    width: 42px;
    height: 42px;
  }
  .index .part01 .w90 .bottom::after {
    font-size: 32px;
  }
  .index .part01 .w90 .bottom::before {
    font-size: 30px;
  }
  .index .part01 .w90 .bottom .i_icons div div.img.active::before {
    width: 50px;
    height: 50px;
  }
  .index .part01 .w90 .bottom .i_icons div div.img.active::after {
    width: 60px;
    height: 60px;
  }
  .index .part01 .w90 .bottom .i_icons div div.img img {
    width: 38px;
  }
  .index .part01 .w90 .bottom .i_icons {
    padding: 0 16px;
  }
  .index .part02 .w90 .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .index .part02 .w90 .left .title2 {
    display: none;
  }
  .index .part02 .w90 .left .title {
    margin-bottom: 0;
  }
  .index .part02 .w90 .right {
    width: 100%;
  }
  .index .part02 .w90 .left .title h3 {
    font-size: 20px;
  }
  .index .part02 .w90 .right .r_top .r_txt p {
    font-size: 15px;
  }
  .index .part02 .w90 .right .r_top .r_btn {
    display: none;
  }
  .index .part02 .w90 .right .rightTxt h1 {
    font-size: 46px;
  }
  .index .part02::before {
    width: 100%;
  }
  .index .part03 .w90 .top .title h3 {
    font-size: 20px;
  }
  .index .part03 .w90 .bottom .title2 h2 {
    font-size: 20px;
    line-height: 54px;
  }
  .index .part03 .w90 .bottom .title2 {
    padding-left: 90px;
    height: 54px;
  }
  .index .part03 .w90 .bottom .bigText h1 {
    font-size: 40px;
  }
  .index .part03 .w90 .bottom .bigText {
    right: 0;
  }
  .index .part03 {
    background-size: 100%;
    background-position: center bottom;
  }
  .index .part04 .w90 .top .title::after {
    font-size: 60px;
  }
  .index .part04 .w90 .top .title h3 {
    font-size: 20px;
  }
  .index .part04 .w90 .top .btn {
    display: none;
  }
  .index .part04 .w90 .bottom ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .index .part04 .w90 .bottom ul li a .img {
    padding-bottom: 240px;
  }
}
.page .about {
  padding-top: 140px;
  width: 100%;
  background-image: url(/images/aboutBg.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding-bottom: 600px;
}
.page .about .part01 .w90 {
  padding-top: 60px;
}
.page .about .part01 .w90 .title2 {
  position: relative;
  margin-bottom: 50px;
  margin-left: 70px;
}
.page .about .part01 .w90 .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.page .about .part01 .w90 .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
}
.page .about .part01 .w90 .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.page .about .part01 .w90 .content {
  margin-top: 90px;
}
.page .about .part01 .w90 .content p {
  font-size: 18px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 30px;
}
.page .honor {
  overflow: hidden;
}
.page .honor .w90 {
  position: relative;
  overflow: visible;
}
.page .honor .w90 .top {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 6;
}
.page .honor .w90 .top .title2 {
  position: relative;
  margin-bottom: 50px;
  margin-left: 70px;
}
.page .honor .w90 .top .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.page .honor .w90 .top .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #f1f1f1;
}
.page .honor .w90 .top .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.page .honor .w90 .top .bigSize h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.page .honor .img img {
  width: 100%;
}
.page .yuangong {
  overflow: hidden;
}
.page .yuangong .w90 {
  position: relative;
  overflow: visible;
  margin-top: 160px;
  margin-bottom: 120px;
}
.page .yuangong .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page .yuangong .w90 .top .title2 {
  position: relative;
  margin-bottom: 50px;
  margin-left: 70px;
}
.page .yuangong .w90 .top .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.page .yuangong .w90 .top .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page .yuangong .w90 .top .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.page .yuangong .w90 .top .bigSize {
  width: 60%;
}
.page .yuangong .w90 .top .bigSize h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.page .yuangong .w90 .img {
  margin-top: 60px;
}
.page .yuangong .w90 .img ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page .yuangong .w90 .img ul li {
  width: 24%;
  margin-bottom: 40px;
}
.page .yuangong .w90 .img ul li img {
  width: 100%;
}
.page .yangzhi {
  overflow: hidden;
}
.page .yangzhi .w90 {
  position: relative;
  overflow: visible;
  margin-top: 160px;
  margin-bottom: 120px;
}
.page .yangzhi .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page .yangzhi .w90 .top .title2 {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 70px;
}
.page .yangzhi .w90 .top .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.page .yangzhi .w90 .top .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page .yangzhi .w90 .top .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.page .yangzhi .w90 .top .bigSize h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.page .yangzhi .w90 .content {
  margin-top: 70px;
}
.page .yangzhi .w90 .content h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-top: 30px;
}
.page .yangzhi .w90 .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.page .yangzhi .w90 .img {
  margin-top: 60px;
}
.page .yangzhi .w90 .img img {
  width: 100%;
}
.page .shipin .w90 {
  margin-top: 140px;
}
.page .shipin .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page .shipin .w90 .top .title2 {
  position: relative;
  margin-bottom: 50px;
  margin-left: 70px;
}
.page .shipin .w90 .top .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.page .shipin .w90 .top .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffffff;
}
.page .shipin .w90 .top .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.page .shipin .w90 .top .bigSize {
  width: 60%;
}
.page .shipin .w90 .top .bigSize h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.page .shipin .w90 .bottom {
  margin-top: 60px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page .shipin .w90 .bottom .item {
  width: 48%;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.page .shipin .w90 .bottom .item .sp_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.page .shipin .w90 .bottom .item .sp_icon .sp_icon_sub1 {
  width: 80px;
  height: 80px;
  line-height: 90px;
  border-radius: 50%;
  background-color: #029a45;
  text-align: center;
  margin: 0 auto;
}
.page .shipin .w90 .bottom .item .sp_icon .sp_icon_sub1 img {
  display: inline-block;
  width: 20px;
  margin: 0 auto;
}
.page .shipin .w90 .bottom .item .sp_icon .sp_icon_sub2 {
  margin-top: 20px;
}
.page .shipin .w90 .bottom .item .sp_icon .sp_icon_sub2 p {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.page .shipin .w90 .bottom .item .img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1440px) {
  .page .about {
    padding-top: 90px;
    background-size: 100%;
    padding-bottom: 400px;
  }
  .page .about .part01 .w90 .title2 h2 {
    font-size: 36px;
  }
  .page .about .part01 .w90 .title2::before {
    width: 90px;
    height: 90px;
  }
  .page .about .part01 .w90 .title2::after {
    width: 110px;
    height: 110px;
  }
  .page .about .part01 .w90 {
    padding-top: 40px;
  }
  .page .about .part01 .w90 .title2 {
    margin-left: 56px;
  }
  .page .about .part01 .w90 .content p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 16px;
  }
  .page .honor .w90 .top .bigSize h1 {
    font-size: 80px;
  }
  .page .honor .w90 .top .title2 h2 {
    font-size: 38px;
  }
  .page .honor .w90 .top .title2::before {
    width: 90px;
    height: 90px;
  }
  .page .honor .w90 .top .title2::after {
    width: 110px;
    height: 110px;
  }
  .page .yuangong .w90 .top .bigSize h1 {
    font-size: 80px;
  }
  .page .yuangong .w90 .top .title2 h2 {
    font-size: 38px;
  }
  .page .yuangong .w90 .top .title2::before {
    width: 90px;
    height: 90px;
  }
  .page .yuangong .w90 .top .title2::after {
    width: 110px;
    height: 110px;
  }
  .page .yuangong .w90 .top .title2 {
    margin-bottom: 0px;
  }
  .page .yuangong .w90 .top .bigSize {
    width: 70%;
  }
  .page .yuangong .w90 .top .bigSize h1 {
    font-size: 62px;
  }
  .page .yuangong .w90 {
    margin-top: 120px;
  }
  .page .yangzhi .w90 .top .title2 h2 {
    font-size: 38px;
  }
  .page .yangzhi .w90 .top .title2::before {
    width: 90px;
    height: 90px;
  }
  .page .yangzhi .w90 .top .title2::after {
    width: 110px;
    height: 110px;
  }
  .page .yangzhi .w90 .top .bigSize h1 {
    font-size: 80px;
  }
  .page .yangzhi .w90 .top {
    padding-bottom: 0;
  }
  .page .yangzhi .w90 {
    margin-top: 110px;
  }
  .page .yangzhi .w90 .content h3 {
    font-size: 22px;
  }
  .page .shipin .w90 .top .title2 h2 {
    font-size: 38px;
  }
  .page .shipin .w90 .top .title2::before {
    width: 90px;
    height: 90px;
  }
  .page .shipin .w90 .top .title2::after {
    width: 110px;
    height: 110px;
  }
  .page .shipin .w90 .top .bigSize h1 {
    font-size: 80px;
  }
  .page .shipin .w90 {
    margin-top: 110px;
  }
  .page .shipin .w90 .top .title2 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .page .shipin .w90 .top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .page .shipin .w90 .top .title2 h2 {
    font-size: 24px;
  }
  .page .shipin .w90 .top .title2::before {
    width: 70px;
    height: 70px;
  }
  .page .shipin .w90 .top .title2::after {
    width: 90px;
    height: 90px;
  }
  .page .shipin .w90 .top .title2 {
    margin-left: 46px;
  }
  .page .shipin .w90 .top .bigSize h1 {
    font-size: 26px;
  }
  .page .shipin .w90 {
    margin-top: 80px;
  }
  .page .shipin .w90 .bottom .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page .about .part01 .w90 .title2 h2 {
    font-size: 24px;
  }
  .page .about .part01 .w90 .title2::before {
    width: 70px;
    height: 70px;
  }
  .page .about .part01 .w90 .title2::after {
    width: 90px;
    height: 90px;
  }
  .page .about .part01 .w90 .title2 {
    margin-left: 48px;
  }
  .page .about {
    padding-bottom: 130px;
  }
  .page .about .part01 .w90 .content {
    margin-top: 60px;
  }
  .page .honor .w90 .top {
    position: static;
    padding-top: 100px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .page .honor .w90 .top .title2 {
    margin-left: 48px;
    margin-bottom: 0;
  }
  .page .honor .w90 .top .title2 h2 {
    font-size: 24px;
  }
  .page .honor .w90 .top .title2::before {
    width: 70px;
    height: 70px;
    background-color: #fff;
  }
  .page .honor .w90 .top .title2::after {
    width: 90px;
    height: 90px;
  }
  .page .honor .w90 .top .bigSize h1 {
    font-size: 30px;
  }
  .page .yuangong .w90 .top .title2 h2 {
    font-size: 24px;
  }
  .page .yuangong .w90 .top .title2::before {
    width: 70px;
    height: 70px;
  }
  .page .yuangong .w90 .top .title2::after {
    width: 90px;
    height: 90px;
  }
  .page .yuangong .w90 .top .title2 {
    margin-left: 46px;
  }
  .page .yuangong .w90 .top .bigSize h1 {
    font-size: 30px;
  }
  .page .yuangong .w90 .top .bigSize {
    width: 62%;
  }
  .page .yuangong .w90 .img ul li {
    width: 100%;
  }
  .page .yangzhi .w90 .top .title2 h2 {
    font-size: 24px;
  }
  .page .yangzhi .w90 .top .title2::after {
    width: 90px;
    height: 90px;
  }
  .page .yangzhi .w90 .top .title2::before {
    width: 70px;
    height: 70px;
  }
  .page .yangzhi .w90 .top .title2 {
    margin-left: 48px;
  }
  .page .yangzhi .w90 .top .bigSize {
    width: 40%;
  }
  .page .yangzhi .w90 .top .bigSize h1 {
    font-size: 30px;
  }
  .page .yangzhi .w90 {
    margin-top: 70px;
  }
  .page .yangzhi .w90 .content h3 {
    font-size: 20px;
  }
}
.shebei .main {
  overflow: hidden;
}
.shebei .main .w90 {
  padding-top: 160px;
}
.shebei .main .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shebei .main .w90 .top .title2 {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: 70px;
}
.shebei .main .w90 .top .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.shebei .main .w90 .top .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
}
.shebei .main .w90 .top .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.shebei .main .w90 .top .bigSize h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.shebei .main .w90 .c {
  margin-top: 50px;
}
.shebei .main .w90 .c ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.shebei .main .w90 .c ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 26px;
  transition: all 0.5s ease;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 8px 12px #e6f2f8;
}
.shebei .main .w90 .c ul li:hover a .img img {
  transform: scale(1.06);
}
.shebei .main .w90 .c ul li:hover a .txt p {
  color: #fff;
}
.shebei .main .w90 .c ul li:hover a::after {
  height: 100%;
}
.shebei .main .w90 .c ul li a {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #efefef;
}
.shebei .main .w90 .c ul li a .img {
  overflow: hidden;
  padding: 10% 5% 0 5%;
  width: 100%;
  box-sizing: border-box;
}
.shebei .main .w90 .c ul li a .img img {
  width: 100%;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease;
}
.shebei .main .w90 .c ul li a .txt {
  padding: 20px;
  transition: all 0.5s ease;
}
.shebei .main .w90 .c ul li a .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.shebei .main .w90 .c ul li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #008139;
  transition: all 0.5s ease;
}
.shebei .main .w90 .c ul li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1440px) {
  .shebei .main .w90 {
    padding-top: 90px;
  }
  .shebei .main .w90 .top .bigSize h1 {
    font-size: 80px;
  }
  .shebei .main .w90 .top .title2 h2 {
    font-size: 36px;
  }
  .shebei .main .w90 .top .title2::before {
    width: 90px;
    height: 90px;
  }
  .shebei .main .w90 .top .title2::after {
    width: 110px;
    height: 110px;
  }
  .shebei .main .c ul li a .txt .left {
    font-size: 14px;
  }
  .shebei .main .w90 .top {
    padding-bottom: 0;
  }
  .shebei .main .w90 .c ul li a .txt p {
    font-size: 16px;
  }
  .shebei .main .w90 .c ul li a .txt {
    padding: 14px;
  }
  .shebei .main .w90 .c ul li {
    box-shadow: 4px 6px 8px #e6f2f8;
    border-radius: 0;
  }
}
@media screen and (max-width: 992px) {
  .shebei .main .w90 .top .title2 {
    margin-left: 46px;
  }
  .shebei .main .w90 .top .bigSize h1 {
    font-size: 26px;
  }
  .shebei .main .w90 .top .title2 h2 {
    font-size: 24px;
  }
  .shebei .main .w90 .top .title2::before {
    width: 70px;
    height: 70px;
  }
  .shebei .main .w90 .top .title2::after {
    width: 90px;
    height: 90px;
  }
  .shebei .main .w90 .c ul li {
    width: 100%;
  }
}
.product .main {
  margin-top: 120px;
}
.product .main .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 40px;
  margin-bottom: 80px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product .main .w90 .top .title2 {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  margin-left: 70px;
}
.product .main .w90 .top .title2::after {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
}
.product .main .w90 .top .title2::before {
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 2;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #fff;
}
.product .main .w90 .top .title2 h2 {
  font-size: 48px;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  position: relative;
  z-index: 5;
  margin-left: -30px;
}
.product .main .w90 .top .bigSize h1 {
  font-size: 130px;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(to right, #ddffec, #009944);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-transform: uppercase;
}
.product .main .w90 .center {
  padding: 10px;
  box-sizing: border-box;
}
.product .main .w90 .center ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .center ul li {
  width: 23%;
  margin-right: 2.4%;
  margin-bottom: 60px;
  border: 1px solid #dde9e2;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 6px 8px 12px #e6f2f8;
}
.product .main .w90 .center ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w90 .center ul li:hover .img img {
  transform: scale(1.1);
}
.product .main .w90 .center ul li:hover .txt .d i {
  transform: translate(-50%, -50%) rotate(0deg);
}
.product .main .w90 .center ul li .img {
  overflow: hidden;
}
.product .main .w90 .center ul li .img img {
  width: 100%;
  transition: all 1s ease;
}
.product .main .w90 .center ul li .txt {
  box-sizing: border-box;
  padding: 10px 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .center ul li .txt h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product .main .w90 .center ul li .txt .d {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
  position: relative;
}
.product .main .w90 .center ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 24px;
  color: #fff;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1440px) {
  .product .main .w90 .top .title2 h2 {
    font-size: 38px;
  }
  .product .main .w90 .top .title2::before {
    width: 90px;
    height: 90px;
  }
  .product .main .w90 .top .title2::after {
    width: 110px;
    height: 110px;
  }
  .product .main .w90 .top .bigSize h1 {
    font-size: 80px;
  }
  .product .main .w90 .top {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .product .main .w90 .center ul li .txt h3 {
    font-size: 18px;
  }
  .product .main .w90 .center ul li .txt {
    padding: 10px 16px 16px;
  }
  .product .main .w90 .center ul li .txt .d {
    width: 34px;
    height: 34px;
  }
  .product .main .w90 .center ul li .txt .d i {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .w90 .top .title2 h2 {
    font-size: 24px;
  }
  .product .main .w90 .top .title2::before {
    width: 70px;
    height: 70px;
  }
  .product .main .w90 .top .title2::after {
    width: 90px;
    height: 90px;
  }
  .product .main .w90 .top .title2 {
    margin-left: 48px;
  }
  .product .main .w90 .top .bigSize h1 {
    font-size: 30px;
  }
  .product .main {
    margin-top: 80px;
  }
  .product .main .w90 .center ul li {
    width: 100%;
  }
}
.proDetailed .main {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #dde9e2;
}
.proDetailed .main > div .top {
  margin-top: 60px;
  margin-bottom: 40px;
}
.proDetailed .main > div .top h4 a {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.proDetailed .main > div .pro_box {
  padding: 80px;
  box-sizing: border-box;
  background-color: #fff;
}
.proDetailed .main > div .pro_box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box::before {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.proDetailed .main > div .pro_box .m_proDetailed_left {
  float: left;
  width: 50%;
  position: relative;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
  padding: 0 90px;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
  width: 30px;
  height: 66px;
  background-color: #dde9e2;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
  width: 30px;
  height: 66px;
  background-color: #dde9e2;
  margin-left: 20px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul {
  width: 80%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li {
  cursor: pointer;
  width: 14%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li img {
  width: 100%;
}
.proDetailed .main > div .pro_box .m_proDetailed_left .smailImg ul li:hover {
  border: 1px solid #008139;
}
.proDetailed .main > div .pro_box .m_proDetailed_right {
  float: right;
  width: 45%;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
  display: block;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 20px;
  line-height: 28px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
  margin-bottom: 20px;
  padding-top: 30px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
  list-style: none;
  margin-bottom: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
  margin-bottom: 60px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  color: #999;
  text-transform: uppercase;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
  background-color: #008139;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  padding: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
  font-size: 24px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan {
  margin-top: 40px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title {
  margin-top: 0;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_title h3 {
  font-size: 15px;
  font-weight: bold;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt {
  margin-top: 12px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .fenxiang .fenxiang_txt a {
  display: inline-block;
  margin-right: 20px;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre {
  margin-top: 20px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .pre a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next {
  margin-top: 12px;
  padding: 10px;
  width: 100%;
  background-color: #f6f6f6;
  box-sizing: border-box;
}
.proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent .qiehuan .next a {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: normal;
  text-align: left;
}
.proDetailed .main > div .pro_box .pro_content {
  margin-top: 60px;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title {
  border-bottom: 1px solid #dfdfdf;
}
.proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background-color: #008139;
  padding: 15px 40px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details {
  margin-top: 20px;
}
.proDetailed .main > div .pro_box .pro_content .pro_details h3 {
  font-size: 18px;
  color: #029a45;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  margin-bottom: 16px;
  padding-left: 50px;
  background-image: url(/images/proTitleIcon.jpg);
  background-position: left center;
  background-repeat: no-repeat;
}
.proDetailed .main > div .pro_box .pro_content .pro_details p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
}
.proDetailed .main > div .other {
  overflow: hidden;
  margin-top: 60px;
}
.proDetailed .main > div .other .title {
  margin-bottom: 20px;
}
.proDetailed .main > div .other .title h3 {
  font-size: 24px;
}
.proDetailed .main > div .other ul li {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url(/images/proBg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.proDetailed .main > div .other ul li .img img {
  width: 100%;
}
.proDetailed .main > div .other ul li .txt {
  width: 100%;
  padding: 20px 30px 30px 30px;
  box-sizing: border-box;
  border-top: 1px solid #dde9e2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.proDetailed .main > div .other ul li .txt p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.proDetailed .main > div .other ul li .txt .d {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(-135deg, #e6f5ec 18%, #18a356 70%);
  position: relative;
}
.proDetailed .main > div .other ul li .txt .d i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: block;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .proDetailed .main {
    padding-top: 60px;
  }
  .n_title3::before {
    font-size: 72px;
    top: 20px;
  }
  .n_title3 h3 {
    font-size: 32px;
    margin-bottom: -4px;
  }
  .n_title3 p {
    font-size: 14px;
  }
  .n_title3 {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li {
    margin-bottom: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent {
    padding-top: 20px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li p span {
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    padding: 0 14px;
    font-size: 15px;
    line-height: 40px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div:nth-of-type(2) {
    display: none;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div i {
    font-size: 18px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li:nth-of-type(3) {
    margin-bottom: 24px;
  }
  .proDetailed .main > div .pro_box .pro_content {
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .pro_content .proDetails_title h3 {
    padding: 12px 34px;
    font-size: 14px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnLeft {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg .btnRight {
    margin-left: 10px;
    width: 22px;
    height: 50px;
    line-height: 50px;
  }
  .proDetailed .main > div .pro_box {
    padding: 30px;
  }
  .proDetailed .main > div .top {
    margin-bottom: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 48%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 48%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    bottom: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedTitle p {
    font-size: 16px;
  }
  .proDetailed .main > div .pro_box .pro_content .pro_details img {
    width: 100%;
  }
  .proDetailed .main > div .other ul li .txt {
    padding: 14px 20px 20px 20px;
  }
}
@media screen and (max-width: 992px) {
  .proDetailed .main > div .pro_box .m_proDetailed_left .bigImg {
    padding: 0;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left .smailImg {
    display: none;
  }
  .proDetailed .main > div .pro_box {
    padding: 10px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_left {
    width: 100%;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right {
    width: 100%;
    margin-top: 30px;
  }
  .proDetailed .main > div .pro_box .m_proDetailed_right .m_proDetailedContent ul li > div {
    font-size: 14px;
  }
  .proDetailed .main > div .other .title h3 {
    font-size: 22px;
  }
}
.news .main {
  min-height: 500px;
}
.news .main .title {
  margin-top: 140px;
}
.news .main .title h3 {
  justify-content: center;
}
.news .main .title h4 {
  text-align: center;
}
.news .main .title::after {
  margin: 12px auto 0;
}
.news .main .btn {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.news .main .btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .btn ul li {
  width: 14.2%;
  margin: 0 2px;
  background-color: #dde9e2;
}
.news .main .btn ul li a {
  width: 100%;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 52px;
  font-weight: 100;
  text-align: center;
}
.news .main .part01 {
  margin-top: 60px;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 30px 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 6%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 68px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
}
.news .main .part01 ul li a .date p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.news .main .part01 ul li a .text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 60px;
}
.news .main .part01 ul li a .text span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 20px;
  font-size: 16px;
  font-family: "lianwei";
  color: #008139;
}
.news .main .part01 ul li a .text span i {
  margin-right: 8px;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #dde9e2;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .part01 ul li a .img {
    padding-bottom: 234px;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .news .main .part01 ul li a .text span {
    font-size: 12px;
    width: 180px;
    height: 40px;
  }
  .news .main .part01 ul li a .text span img {
    width: 50px;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 24px 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 52px;
  }
  .news .main .part01 ul li a .date p {
    font-size: 15px;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 46px;
  }
}
@media screen and (max-width: 992px) {
  .news .main .title {
    margin-top: 100px;
  }
  .news .main .btn {
    display: none;
  }
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 44%;
    padding-bottom: 120px;
  }
  .news .main .part01 ul li a .text span {
    height: 18px;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 16px;
    font-weight: 400;
  }
}
.news_details .main .n_center .ct .detailed > .n_title {
  display: block;
  visibility: visible;
}
.news_details .main .n_center .ct .detailed > .n_title h3 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 48px;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 24px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 14px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .news_details .mt-100 {
    margin-top: 70px;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    line-height: 1;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p:nth-last-of-type(1) {
    display: none;
  }
}
.contact .main .contact_sub1 {
  margin-top: 140px;
}
.contact .main .contact_sub1 .w90 {
  padding-bottom: 8px;
}
.contact .main .contact_sub1 .w90 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 20px;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w90 ul li {
  width: 19%;
  border: 1px solid #efefef;
  height: 300px;
  border-radius: 20px;
  box-shadow: 6px 8px 12px #e6f2f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  cursor: pointer;
}
.contact .main .contact_sub1 .w90 ul li .c_icon {
  width: 80%;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px dashed #cacaca;
  padding-bottom: 16px;
}
.contact .main .contact_sub1 .w90 ul li .c_icon i {
  font-size: 52px;
  color: #008139;
  transition: all 0.5s ease;
  display: inline-block;
}
.contact .main .contact_sub1 .w90 ul li .text {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact .main .contact_sub1 .w90 ul li .text h3 {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .contact_sub1 .w90 ul li .text p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.contact .main .contact_sub1 .w90 ul li:hover {
  box-shadow: 2px 2px 6px #efefef;
}
.contact .main .contact_sub1 .w90 ul li:hover .c_icon i {
  transform: rotateY(180deg);
}
.contact .main .contact_bottom {
  margin-top: 80px;
  margin-bottom: 120px;
  overflow: hidden;
}
.contact .main .contact_bottom .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .left {
  width: 48%;
  position: relative;
}
.contact .main .contact_bottom .w90 .left .img {
  margin-left: 100px;
  position: relative;
  z-index: 6;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}
.contact .main .contact_bottom .w90 .left .img img {
  width: 100%;
}
.contact .main .contact_bottom .w90 .left .box {
  position: absolute;
  top: 50%;
  margin-top: -130px;
  width: 260px;
  height: 260px;
  animation: move 2s linear infinite;
}
.contact .main .contact_bottom .w90 .left .box .box1 {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: #dde9e2;
}
.contact .main .contact_bottom .w90 .left .box .box2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #008139;
}
.contact .main .contact_bottom .w90 .right {
  width: 48%;
}
.contact .main .contact_bottom .w90 .right .sub1 p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.contact .main .contact_bottom .w90 .right .sub1 h3 {
  font-size: 36px;
  color: #333;
  line-height: 1.1;
  font-weight: 700;
  text-align: left;
}
.contact .main .contact_bottom .w90 .right .sub2 {
  margin-top: 120px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item {
  margin-bottom: 14px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 49%;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .contact_bottom .w90 .right .sub2 .sub2_item button {
  width: 100%;
  height: 50px;
  border: none;
  background-color: #008139;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .contact .main .contact_sub1 {
    margin-top: 120px;
  }
  .contact .main .contact_sub1 .w90 ul li {
    height: 250px;
  }
  .contact .main .contact_sub1 .w90 ul li .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w90 ul li .text p {
    font-size: 14px;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .text h3 {
    font-size: 16px;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
    width: 80%;
  }
  .contact .main .contact_bottom .w90 .right .sub1 h3 {
    font-size: 24px;
  }
  .contact .main .contact_bottom .w90 .right .sub1 p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 {
    margin-top: 42px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(1) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box1 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item:nth-of-type(2) .sub2_item_box2 input {
    font-size: 13px;
    line-height: 46px;
  }
  .contact .main .contact_bottom .w90 .right .sub2 .sub2_item button {
    height: 46px;
  }
  .contact .main .contact_bottom .w90 .left .box {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w90 .left .box .box1 {
    width: 200px;
    height: 200px;
  }
  .contact .main .contact_bottom .w90 .left .box .box2 {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .contact_sub1 {
    margin-top: 90px;
  }
  .contact .main .contact_sub1 .w90 ul li {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
  .contact .main .contact_sub1 .w90 ul li:nth-child(5) .img img {
    width: 50%;
  }
  .contact .main .contact_bottom .w90 .left {
    display: none;
  }
  .contact .main .contact_bottom .w90 .right {
    width: 100%;
  }
  .contact .main .contact_bottom .w90 .right .sub1 h3 {
    font-size: 18px;
  }
  .contact .main .contact_bottom .w90 .right .sub1 p {
    font-size: 15px;
  }
}
