header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #ffffff;
  line-height: 112px;
  height: 112px;
  border-bottom: 4px solid #005d2d;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 46%;
  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 {
  width: initial;
}
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: 54%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 100%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 15%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #efefef;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: inherit;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 112px;
  left: 0;
  background-color: #efefef;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 20px;
}
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: #098745;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  header {
    height: 92px;
    line-height: 92px;
  }
  header > div .logo .logo_img a img {
    width: 360px;
  }
  header > div nav ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
}
footer .top {
  width: 100%;
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(/images/footer_bg.jpg);
  background-position: top center;
  background-size: 100%;
  box-sizing: border-box;
}
footer .top .w80 .top_sub1 {
  padding-bottom: 60px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .left .text {
  margin-left: 0px;
}
footer .top .w80 .top_sub1 .left .text h3 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  font-family: "Avan";
}
footer .top .w80 .top_sub1 .left .text p {
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.4;
  letter-spacing: 1px;
}
footer .top .w80 .top_sub1 .right ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub1 .right ul li {
  margin: 0 20px;
  padding-left: 10px;
  position: relative;
}
footer .top .w80 .top_sub1 .right ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
footer .top .w80 .top_sub1 .right ul li a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
footer .top .w80 .top_sub2 {
  margin-top: 90px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub2 .left .l_sub1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .top .w80 .top_sub2 .left .l_sub1 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 30px;
}
footer .top .w80 .top_sub2 .left .l_sub1 h3 span {
  font-weight: 700;
}
footer .top .w80 .top_sub2 .left .l_sub2 {
  margin-top: 20px;
}
footer .top .w80 .top_sub2 .left .l_sub2 h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
footer .top .w80 .top_sub2 .left .l_sub2 h3 span {
  font-weight: 700;
}
footer .top .w80 .top_sub2 .center h3 {
  font-size: 34px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}
footer .top .w80 .top_sub2 .center h3 span {
  font-size: 52px;
  margin: 0 6px;
  color: #00e5ff;
  font-family: "Avan";
}
footer .top .w80 .top_sub2 .center p {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
  opacity: 0.3;
}
footer .top .w80 .top_sub2 .right img {
  width: 200px;
}
footer .top .w80 .top_sub2 .right p {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
footer .bottom {
  background-color: #004f26;
  height: 56px;
}
footer .bottom .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .bottom .w80 .left a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
footer .bottom .w80 .right a {
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  text-align: left;
  opacity: 0.5;
}
@media screen and (max-width: 1440px) {
  footer .top .w80 .top_sub1 {
    padding-bottom: 30px;
  }
  footer .top {
    height: 410px;
  }
  footer .top .w80 .top_sub2 {
    margin-top: 70px;
    margin-bottom: 30px;
  }
  footer .top .w80 .top_sub2 .right img {
    width: 100px;
  }
  footer .top .w80 .top_sub2 .right p {
    font-size: 14px;
  }
  footer .top .w80 .top_sub2 .center h3 {
    font-size: 22px;
  }
  footer .top .w80 .top_sub2 .center p {
    font-size: 12px;
  }
  footer .top .w80 .top_sub2 .left .l_sub1 h3 {
    font-size: 15px;
  }
  footer .top .w80 .top_sub2 .left .l_sub2 h3 {
    font-size: 15px;
  }
  footer .top .w80 .top_sub1 .left .img img {
    width: 160px;
  }
  footer .top .w80 .top_sub1 .left .text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  footer .top .w80 .top_sub1 .left .text p {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  footer .bottom .w80 .left a {
    font-size: 14px;
  }
  footer .bottom .w80 .right a {
    font-size: 14px;
  }
  footer .top .w80 .top_sub1 .right ul li a {
    font-size: 15px;
  }
  footer .top .w80 .top_sub2 .left .l_sub1 h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  footer .top .w80 .top_sub2 .left .l_sub2 {
    margin-left: 0;
    margin-top: 10px;
  }
  footer .top .w80 .top_sub1 .right {
    display: none;
  }
  footer .top .w80 .top_sub1 .left .img img {
    width: 199px;
  }
  footer .top .w80 .top_sub1 .left .text h3 {
    font-size: 20px;
  }
  footer .top .w80 .top_sub1 .left .text p {
    letter-spacing: 0;
  }
  footer .top .w80 .top_sub1 .left .text {
    margin-left: 6px;
  }
  footer .top .w80 .top_sub2 .center {
    display: none;
  }
  footer .top .w80 .top_sub2 {
    position: relative;
  }
  footer .top .w80 .top_sub2 .right {
    position: static;
    top: 0;
    right: 0;
  }
  footer .bottom .w80 .left {
    display: none;
  }
  footer .top .w80 .top_sub2 {
    margin-top: 30px;
  }
  footer .top .w80 .top_sub2 .left .l_sub1 h3 {
    margin-bottom: 10px;
  }
}
.index .i_pt01 {
  background-image: url(/images/i_partBg1.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  padding-top: 140px;
  padding-bottom: 140px;
}
.index .i_pt01 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt01 .w80 .top .left .title h3 {
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}
.index .i_pt01 .w80 .top .left .title p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .i_pt01 .w80 .top .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt01 .w80 .top .right .p_nav {
  width: calc(100% - 280px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt01 .w80 .top .right .p_nav .it {
  padding-left: 20px;
  border-left: 3px solid #098745;
}
.index .i_pt01 .w80 .top .right .p_nav .it:hover {
  border-left: 3px solid #000;
}
.index .i_pt01 .w80 .top .right .p_nav .it:hover a {
  color: #098745;
}
.index .i_pt01 .w80 .top .right .p_nav .it a {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.index .i_pt01 .w80 .top .right .more {
  border-radius: 35px;
  padding: 0 54px;
  overflow: hidden;
  background-image: linear-gradient(to right, #127742, #5ff877);
  -webkit-background-image: linear-gradient(to right, #127742, #5ff877);
  -o-background-image: linear-gradient(to right, #127742, #5ff877);
}
.index .i_pt01 .w80 .top .right .more a {
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  font-weight: 400;
  text-align: left;
}
.index .i_pt01 .w80 .bottom {
  margin-top: 60px;
}
.index .i_pt01 .w80 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt01 .w80 .bottom ul li {
  width: 31.4%;
  padding: 10px 6px 0;
  box-sizing: border-box;
  background-color: #098745;
  border-radius: 6px;
  margin-bottom: 30px;
  margin-right: 2.9%;
}
.index .i_pt01 .w80 .bottom ul li:hover a .img img {
  transform: scale(1.2);
}
.index .i_pt01 .w80 .bottom ul li:hover a .txt p {
  font-weight: 700;
}
.index .i_pt01 .w80 .bottom ul li:hover a .txt .more .i_box i {
  margin-left: 42px;
}
.index .i_pt01 .w80 .bottom ul li:nth-of-type(3n) {
  margin-right: 0;
}
.index .i_pt01 .w80 .bottom ul li:nth-of-type(n + 4) {
  margin-bottom: 0;
}
.index .i_pt01 .w80 .bottom ul li a .img {
  overflow: hidden;
}
.index .i_pt01 .w80 .bottom ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .i_pt01 .w80 .bottom ul li a .txt {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt01 .w80 .bottom ul li a .txt p {
  font-size: 18px;
  color: #fff;
  line-height: 74px;
  font-weight: 400;
  text-align: left;
}
.index .i_pt01 .w80 .bottom ul li a .txt .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt01 .w80 .bottom ul li a .txt .more .i_box {
  margin-right: 20px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #fff;
  box-sizing: border-box;
  line-height: 26px;
}
.index .i_pt01 .w80 .bottom ul li a .txt .more .i_box i {
  font-weight: 100;
  font-size: 24px;
  color: #fff;
  display: block;
  transform: rotate(180deg);
  margin-left: 38px;
  transition: all 0.5s ease;
}
.index .i_pt01 .w80 .bottom ul li a .txt .more span {
  font-size: 14px;
  color: #fff;
  line-height: 74px;
  font-weight: 400;
  text-align: left;
}
.index .i_pt02 {
  width: 100%;
  height: 440px;
  background-color: #efefef;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt02 .left {
  width: 50%;
  height: inherit;
  background-image: url(/images/i_partBg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  border-radius: 0 30px 30px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt02 .left .title {
  position: relative;
  margin-right: 60px;
}
.index .i_pt02 .left .title h1 {
  font-size: 90px;
  color: #73ffb7;
  line-height: 1;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 1;
  opacity: 0.2;
}
.index .i_pt02 .left .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: right;
  margin-right: 40px;
  margin-top: 54px;
}
.index .i_pt02 .left .title p {
  position: relative;
  z-index: 2;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: right;
  margin-right: 40px;
  margin-top: 20px;
}
.index .i_pt02 .right {
  width: 50%;
}
.index .i_pt02 .right h4 {
  font-size: 36px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.index .i_pt02 .right p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.index .i_pt03 {
  padding-top: 200px;
  background-image: url(/images/i_partBg3.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  padding-bottom: 140px;
}
.index .i_pt03 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt03 .w80 .left {
  width: 52%;
}
.index .i_pt03 .w80 .left .title {
  position: relative;
  overflow: hidden;
}
.index .i_pt03 .w80 .left .title h1 {
  font-size: 90px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
}
.index .i_pt03 .w80 .left .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-left: 40px;
  margin-top: 54px;
}
.index .i_pt03 .w80 .left .content {
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 42px;
}
.index .i_pt03 .w80 .left .content h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.index .i_pt03 .w80 .left .content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .i_pt03 .w80 .left .more {
  display: inline-block;
  margin-left: 40px;
  margin-top: 46px;
  border-radius: 35px;
  padding: 0 54px;
  overflow: hidden;
  background-image: linear-gradient(to right, #127742, #5ff877);
  -webkit-background-image: linear-gradient(to right, #127742, #5ff877);
  -o-background-image: linear-gradient(to right, #127742, #5ff877);
}
.index .i_pt03 .w80 .left .more a {
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  font-weight: 400;
  text-align: left;
}
.index .i_pt03 .w80 .right {
  width: 40%;
}
.index .i_pt03 .w80 .right .img {
  width: 100%;
  border-radius: 0 0 0 120px;
  overflow: hidden;
}
.index .i_pt03 .w80 .right .img img {
  width: 100%;
}
.index .i_pt04 {
  background-color: #098745;
  padding-top: 150px;
  padding-bottom: 150px;
}
.index .i_pt04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt04 .w80 .top .left {
  width: 50%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt04 .w80 .top .left:hover {
  cursor: pointer;
}
.index .i_pt04 .w80 .top .left:hover .img img {
  transform: scale(1.2);
}
.index .i_pt04 .w80 .top .left:hover .text h3 {
  color: #098745;
}
.index .i_pt04 .w80 .top .left:hover .text p {
  color: #098745;
}
.index .i_pt04 .w80 .top .left .img {
  width: 50%;
  overflow: hidden;
}
.index .i_pt04 .w80 .top .left .img img {
  width: 100%;
  float: left;
  transition: all 0.5s ease;
}
.index .i_pt04 .w80 .top .left .text {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
.index .i_pt04 .w80 .top .left .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin: 20px 0;
}
.index .i_pt04 .w80 .top .left .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .i_pt04 .w80 .top .right {
  width: 50%;
}
.index .i_pt04 .w80 .top .right .title {
  position: relative;
  margin-left: 60px;
  overflow: hidden;
}
.index .i_pt04 .w80 .top .right .title h1 {
  font-size: 90px;
  color: #73ffb7;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.1;
}
.index .i_pt04 .w80 .top .right .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-right: 40px;
  margin-top: 54px;
  margin-left: 40px;
}
.index .i_pt04 .w80 .top .right .title p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-left: 40px;
  margin-top: 20px;
}
.index .i_pt04 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt04 .w80 .bottom .left {
  width: 50%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.index .i_pt04 .w80 .bottom .left:hover {
  cursor: pointer;
}
.index .i_pt04 .w80 .bottom .left:hover .img img {
  transform: scale(1.2);
}
.index .i_pt04 .w80 .bottom .left:hover .text h3 {
  color: #098745;
}
.index .i_pt04 .w80 .bottom .left:hover .text p {
  color: #098745;
}
.index .i_pt04 .w80 .bottom .left .img {
  width: 50%;
  overflow: hidden;
}
.index .i_pt04 .w80 .bottom .left .img img {
  width: 100%;
  float: left;
  transition: all 0.5s ease;
}
.index .i_pt04 .w80 .bottom .left .text {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
.index .i_pt04 .w80 .bottom .left .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin: 20px 0;
}
.index .i_pt04 .w80 .bottom .left .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .i_pt04 .w80 .bottom .right {
  width: 50%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.index .i_pt04 .w80 .bottom .right:hover {
  cursor: pointer;
}
.index .i_pt04 .w80 .bottom .right:hover .img img {
  transform: scale(1.2);
}
.index .i_pt04 .w80 .bottom .right:hover .text h3 {
  color: #098745;
}
.index .i_pt04 .w80 .bottom .right:hover .text p {
  color: #098745;
}
.index .i_pt04 .w80 .bottom .right .img {
  width: 50%;
  overflow: hidden;
}
.index .i_pt04 .w80 .bottom .right .img img {
  width: 100%;
  float: left;
  transition: all 0.5s ease;
}
.index .i_pt04 .w80 .bottom .right .text {
  width: 50%;
  padding: 40px;
  box-sizing: border-box;
}
.index .i_pt04 .w80 .bottom .right .text h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin: 20px 0;
}
.index .i_pt04 .w80 .bottom .right .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
}
.index .i_pt05 {
  background-image: url(/images/i_partBg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  background-attachment: fixed;
  padding-top: 140px;
  padding-bottom: 140px;
  text-align: center;
  height: 500px;
  box-sizing: border-box;
}
.index .i_pt05 .w80 h3 {
  font-size: 42px;
  color: #fff;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.index .i_pt05 .w80 p {
  font-size: 24px;
  color: #fff;
  line-height: 42px;
  font-weight: 100;
  text-align: center;
}
.index .i_pt05 .w80 .more {
  display: inline-block;
  margin-top: 46px;
  border-radius: 35px;
  padding: 0 54px;
  overflow: hidden;
  background-image: linear-gradient(to right, #127742, #5ff877);
  -webkit-background-image: linear-gradient(to right, #127742, #5ff877);
  -o-background-image: linear-gradient(to right, #127742, #5ff877);
}
.index .i_pt05 .w80 .more a {
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  font-weight: 400;
  text-align: left;
}
.index .i_pt06 {
  padding-top: 120px;
  margin-bottom: 120px;
}
.index .i_pt06 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt06 .w80 .top .left {
  width: 70%;
}
.index .i_pt06 .w80 .top .left .title {
  position: relative;
  overflow: hidden;
}
.index .i_pt06 .w80 .top .left .title h1 {
  font-size: 90px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.1;
}
.index .i_pt06 .w80 .top .left .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-right: 40px;
  margin-top: 54px;
  margin-left: 40px;
}
.index .i_pt06 .w80 .top .left .title p {
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #098745;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-left: 40px;
  margin-top: 20px;
}
.index .i_pt06 .w80 .top .right .more {
  display: inline-block;
  margin-top: 46px;
  border-radius: 35px;
  padding: 0 54px;
  overflow: hidden;
  background-image: linear-gradient(to right, #127742, #5ff877);
  -webkit-background-image: linear-gradient(to right, #127742, #5ff877);
  -o-background-image: linear-gradient(to right, #127742, #5ff877);
}
.index .i_pt06 .w80 .top .right .more a {
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  font-weight: 400;
  text-align: left;
}
.index .i_pt06 .w80 .bottom {
  margin-top: 50px;
}
.index .i_pt06 .w80 .bottom div ul li {
  flex-wrap: wrap;
}
.index .i_pt06 .w80 .bottom div ul li .img {
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.index .i_pt06 .w80 .bottom div ul li .img img {
  width: 100%;
}
.index .i_pt06 .w80 .bottom div ul li .txt {
  width: 100%;
  margin-top: 24px;
}
.index .i_pt06 .w80 .bottom div ul li .txt p {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.index .i_pt06 .w80 .bottom div ul li .txt h3 {
  font-size: 18px;
  color: #333;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  height: 50px;
  margin-top: 10px;
}
.index .i_pt06 .w80 .bottom div ul li .more {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .i_pt06 .w80 .bottom div ul li .more .i_box {
  margin-right: 20px;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #098745;
  box-sizing: border-box;
  line-height: 26px;
}
.index .i_pt06 .w80 .bottom div ul li .more .i_box i {
  font-weight: 100;
  font-size: 24px;
  color: #098745;
  display: block;
  transform: rotate(180deg);
  margin-left: 38px;
}
.index .i_pt06 .w80 .bottom div ul li .more span {
  font-size: 14px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .index .i_pt01 .w80 .top .left .title h3 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .index .i_pt01 .w80 .top .left .title p {
    font-size: 18px;
  }
  .index .i_pt01 .w80 .top .right {
    width: 58%;
  }
  .index .i_pt01 .w80 .top .right .p_nav .it a {
    font-size: 18px;
  }
  .index .i_pt01 .w80 .top .right .more {
    padding: 0 46px;
  }
  .index .i_pt01 .w80 .top .right .more a {
    line-height: 46px;
    font-size: 15px;
  }
  .index .i_pt01 .w80 .bottom {
    margin-top: 40px;
  }
  .index .i_pt01 .w80 .bottom ul li a .txt p {
    line-height: 64px;
    font-size: 16px;
  }
  .index .i_pt01 .w80 .bottom ul li a .txt .more span {
    line-height: 64px;
  }
  .index .i_pt01 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .index .i_pt02 {
    height: 340px;
  }
  .index .i_pt02 .left .title h1 {
    font-size: 66px;
  }
  .index .i_pt02 .left .title h2 {
    font-size: 32px;
    margin-top: 34px;
  }
  .index .i_pt02 .left .title p {
    font-size: 18px;
  }
  .index .i_pt02 .right h4 {
    font-size: 24px;
  }
  .index .i_pt02 .right p {
    font-size: 13px;
  }
  .index .i_pt03 {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .index .i_pt03 .w80 .left .title h1 {
    font-size: 66px;
  }
  .index .i_pt03 .w80 .left .title h2 {
    font-size: 32px;
    margin-top: 34px;
  }
  .index .i_pt03 .w80 .left .content h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .index .i_pt03 .w80 .left .content p {
    font-size: 15px;
  }
  .index .i_pt03 .w80 .left .more {
    margin-top: 26px;
  }
  .index .i_pt03 .w80 .left .content {
    margin-top: 24px;
  }
  .index .i_pt03 .w80 .left .more a {
    line-height: 46px;
    font-size: 14px;
  }
  .index .i_pt04 .w80 .bottom .right .text p {
    font-size: 14px;
  }
  .index .i_pt04 .w80 .bottom .right .text h3 {
    font-size: 18px;
    margin: 14px 0;
  }
  .index .i_pt04 .w80 .bottom .left .text h3 {
    font-size: 18px;
    margin: 14px 0;
  }
  .index .i_pt04 .w80 .bottom .left .text p {
    font-size: 14px;
  }
  .index .i_pt04 .w80 .top .left .text p {
    font-size: 14px;
  }
  .index .i_pt04 .w80 .top .left .text h3 {
    font-size: 18px;
  }
  .index .i_pt04 .w80 .top .left .text {
    padding: 36px;
  }
  .index .i_pt04 .w80 .top .right .title h2 {
    font-size: 32px;
    margin-top: 34px;
  }
  .index .i_pt04 .w80 .top .right .title h1 {
    font-size: 60px;
  }
  .index .i_pt04 .w80 .top .right .title p {
    line-height: 1.5;
    font-size: 15px;
  }
  .index .i_pt04 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .index .i_pt05 {
    height: 400px;
    padding: 80px 0;
  }
  .index .i_pt05 .w80 h3 {
    font-size: 32px;
  }
  .index .i_pt05 .w80 p {
    font-size: 18px;
  }
  .index .i_pt05 .w80 .more a {
    line-height: 46px;
    font-size: 15px;
  }
  .index .i_pt06 .w80 .top .left .title h1 {
    font-size: 66px;
  }
  .index .i_pt06 .w80 .top .left .title h2 {
    font-size: 32px;
  }
  .index .i_pt06 .w80 .bottom div ul li .img {
    height: 230px;
  }
}
@media screen and (max-width: 992px) {
  .index .i_pt01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .index .i_pt01 .w80 .top {
    width: 100%;
  }
  .index .i_pt01 .w80 .top .left {
    width: 100%;
  }
  .index .i_pt01 .w80 .top .left .title h3 {
    font-size: 22px;
  }
  .index .i_pt01 .w80 .top .left .title p {
    font-size: 16px;
  }
  .index .i_pt01 .w80 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .index .i_pt01 .w80 .top .right .more {
    display: none;
  }
  .index .i_pt01 .w80 .top .right .p_nav {
    width: 100%;
  }
  .index .i_pt01 .w80 .bottom ul li {
    width: 100%;
    margin-right: 0;
  }
  .index .i_pt01 .w80 .bottom ul li:nth-of-type(n + 4) {
    margin-bottom: 30px;
  }
  .index .i_pt02 .right {
    display: none;
  }
  .index .i_pt02 .left {
    width: 90%;
  }
  .index .i_pt02 .left .title h1 {
    font-size: 34px;
  }
  .index .i_pt02 .left .title h2 {
    font-size: 22px;
    margin-top: 24px;
  }
  .index .i_pt02 .left .title {
    margin-right: 30px;
  }
  .index .i_pt02 {
    height: 220px;
  }
  .index .i_pt03 .w80 .left {
    width: 100%;
  }
  .index .i_pt03 .w80 .right {
    width: 100%;
    margin-top: 40px;
  }
  .index .i_pt03 .w80 .left .title h1 {
    font-size: 34px;
  }
  .index .i_pt03 .w80 .left .title h2 {
    font-size: 22px;
    margin-top: 18px;
    margin-left: 20px;
  }
  .index .i_pt03 .w80 .left .content h3 {
    font-size: 18px;
  }
  .index .i_pt03 .w80 .left .content {
    padding-left: 20px;
  }
  .index .i_pt03 .w80 .right .img {
    border-radius: 0 0 0 54px;
  }
  .index .i_pt04 .w80 .top .left {
    width: 100%;
  }
  .index .i_pt04 .w80 .top .left .img {
    width: 100%;
    height: 220px;
  }
  .index .i_pt04 .w80 .top .left .text {
    width: 100%;
  }
  .index .i_pt04 .w80 .top {
    flex-direction: column-reverse;
  }
  .index .i_pt04 .w80 .top .right {
    width: 100%;
  }
  .index .i_pt04 .w80 .top .right .title h1 {
    font-size: 34px;
  }
  .index .i_pt04 .w80 .top .right .title h2 {
    font-size: 22px;
    margin-left: 20px;
  }
  .index .i_pt04 .w80 .top .right .title p {
    margin-left: 20px;
  }
  .index .i_pt04 .w80 .top .right .title {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .index .i_pt04 .w80 .bottom {
    margin-top: 30px;
  }
  .index .i_pt04 .w80 .bottom .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .index .i_pt04 .w80 .bottom .right {
    width: 100%;
  }
  .index .i_pt04 .w80 .bottom .left .img {
    width: 100%;
    height: 220px;
  }
  .index .i_pt04 .w80 .bottom .left .text {
    width: 100%;
  }
  .index .i_pt04 .w80 .bottom .right .img {
    width: 100%;
    height: 220px;
  }
  .index .i_pt04 .w80 .bottom .right .text {
    width: 100%;
  }
  .index .i_pt05 .w80 h3 {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .index .i_pt05 .w80 p {
    line-height: 1;
  }
  .index .i_pt05 {
    height: 320px;
  }
  .index .i_pt06 {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .index .i_pt06 .w80 .top .left {
    width: 100%;
  }
  .index .i_pt06 .w80 .top .left .title h1 {
    font-size: 34px;
  }
  .index .i_pt06 .w80 .top .left .title h2 {
    font-size: 22px;
    margin-top: 24px;
    margin-left: 20px;
  }
  .index .i_pt06 .w80 .top .right {
    display: none;
  }
  .index .i_pt06 .w80 .bottom div ul li .txt h3 {
    font-size: 16px;
  }
}
.about .main {
  width: 100%;
  min-height: 600px;
}
.about .main .part01 {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 100px;
}
.about .main .part01 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .left {
  width: 42%;
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
.about .main .part01 .w80 .left .img img {
  width: 100%;
}
.about .main .part01 .w80 .right {
  width: 50%;
}
.about .main .part01 .w80 .right .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.about .main .part01 .w80 .right .title h1 {
  font-size: 90px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
}
.about .main .part01 .w80 .right .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-left: 40px;
  margin-top: 54px;
}
.about .main .part01 .w80 .right .content p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.about .main .part02 {
  width: 100%;
  height: 600px;
  background-image: url(/images/aboutBg.jpg);
  background-position: left top;
  background-size: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .left {
  width: 40%;
}
.about .main .part02 .w80 .left .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.about .main .part02 .w80 .left .title h1 {
  font-size: 90px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
}
.about .main .part02 .w80 .left .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-left: 40px;
  margin-top: 54px;
}
.about .main .part02 .w80 .right {
  width: 60%;
}
.about .main .part02 .w80 .right .item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff30;
}
.about .main .part02 .w80 .right .item:nth-of-type(2) {
  margin-bottom: 0;
}
.about .main .part02 .w80 .right .item h2 {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  border: 1px solid #fff;
  padding: 10px 30px;
  border-radius: 60px;
  display: inline-block;
  margin-bottom: 20px;
}
.about .main .part02 .w80 .right .item p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
  margin-bottom: 30px;
}
.about .main .part03 .w80 .title {
  margin-top: 180px;
  position: relative;
}
.about .main .part03 .w80 .title h1 {
  font-size: 100px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  opacity: 0.1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}
.about .main .part03 .w80 .title h2 {
  font-size: 36px;
  color: #73ffb7;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.about .main .part03 .w80 .dsc {
  margin-top: 20px;
}
.about .main .part03 .w80 .dsc p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.about .main .part03 .w80 .content {
  margin-top: 40px;
}
.about .main .part03 .w80 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 .content ul li {
  width: 23%;
  border: 1px solid #dfdfdf;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.about .main .part03 .w80 .content ul li .img img {
  width: 100%;
}
.about .main .part03 .w80 .content ul li .txt {
  margin-top: 30px;
}
.about .main .part03 .w80 .content ul li .txt p {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 {
    padding: 100px 0;
  }
  .about .main .part01 .w80 .left {
    width: 40%;
  }
  .about .main .part01 .w80 .right {
    width: 54%;
  }
  .about .main .part01 .w80 .left .title h1 {
    font-size: 70px;
  }
  .about .main .part01 .w80 .left .title h2 {
    font-size: 28px;
  }
  .about .main .part01 .w80 .left .t2 p {
    font-size: 18px;
    line-height: 1.5;
  }
  .about .main .part01 .w80 .right .content p {
    font-size: 14px;
  }
  .about .main .part02 {
    height: 460px;
  }
  .about .main .part02 .w80 .left .title h1 {
    font-size: 70px;
  }
  .about .main .part02 .w80 .left .title h2 {
    font-size: 28px;
  }
  .about .main .part02 .w80 .right .item p {
    font-size: 24px;
  }
  .about .main .part03 .w80 .title {
    margin-top: 130px;
  }
  .about .main .part03 .w80 .title h1 {
    font-size: 70px;
  }
  .about .main .part03 .w80 .title h2 {
    font-size: 28px;
  }
  .about .main .part03 .w80 .dsc p {
    font-size: 16px;
  }
  .about .main .part03 .w80 .content ul li {
    padding: 10px;
  }
  .about .main .part03 .w80 .content ul li .txt p {
    font-size: 14px;
  }
  .about .main .part03 .w80 .content ul li .txt {
    margin-top: 20px;
  }
  .about .main .part01 .w80 .right .title h1 {
    font-size: 66px;
  }
  .about .main .part01 .w80 .right .title h2 {
    font-size: 32px;
    margin-top: 34px;
  }
  .about .main .part01 .w80 .right .title h1 {
    font-size: 66px;
  }
  .about .main .part01 .w80 .right .title {
    margin-bottom: 20px;
  }
  .about .main .part01 .w80 .right .content p {
    margin-bottom: 10px;
  }
  .about .main .part02 .w80 .right .item p {
    font-size: 16px;
  }
  .about .main .part02 .w80 .right .item p {
    line-height: 1.2;
    font-size: 14px;
  }
  .about .main .part02 .w80 .left {
    width: 28%;
  }
  .about .main .part02 .w80 .right {
    width: 70%;
  }
  .about .main .part01 .w80 .right .title h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w80 .left {
    width: 100%;
  }
  .about .main .part01 .w80 .left .title h1 {
    font-size: 42px;
    bottom: -5px;
  }
  .about .main .part01 .w80 .left .title h2 {
    font-size: 18px;
    padding-top: 30px;
  }
  .about .main .part01 .w80 .right {
    width: 100%;
  }
  .about .main .part01 .w80 .left .t2 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .about .main .part01 .w80 .left .t2 p {
    font-size: 16px;
  }
  .about .main .part02 .w80 .left {
    width: 100%;
  }
  .about .main .part02 .w80 .right {
    width: 100%;
    margin-top: 50px;
  }
  .about .main .part02 .w80 .left .title {
    margin-bottom: 20px;
  }
  .about .main .part02 .w80 .left .title h1 {
    font-size: 42px;
    bottom: -5px;
  }
  .about .main .part02 .w80 .left .title h2 {
    font-size: 18px;
    padding-top: 30px;
  }
  .about .main .part02 .w80 .right .item {
    margin-bottom: 50px;
    padding-bottom: 16px;
  }
  .about .main .part02 .w80 .right .item p {
    font-size: 16px;
  }
  .about .main .part02 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }
  .about .main .part02 .w80 .right .item h2 {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .about .main .part01 {
    padding: 70px 0;
  }
  .about .main .part03 .w80 .title h1 {
    font-size: 42px;
    bottom: -5px;
  }
  .about .main .part03 .w80 .title h2 {
    font-size: 18px;
  }
  .about .main .part03 .w80 .dsc p {
    font-size: 16px;
    line-height: 1.3;
  }
  .about .main .part03 .w80 .title {
    margin-top: 80px;
  }
  .about .main .part03 .w80 .content ul li {
    width: 100%;
  }
  .about .main .part01 .w80 .right .title h1 {
    font-size: 34px;
  }
  .about .main .part01 .w80 .right .title h2 {
    font-size: 22px;
    margin-top: 22px;
    margin-left: 20px;
  }
  .about .main .part01 .w80 .right {
    margin-top: 40px;
  }
  .about .main .part02 .w80 .left .title h1 {
    font-size: 34px;
  }
  .about .main .part02 .w80 .left .title h2 {
    font-size: 22px;
    padding-top: 0;
    margin-top: 22px;
    margin-left: 20px;
  }
  .about .main .part02 .w80 .right .item p {
    font-size: 14px;
  }
  .about .main .part02 .w80 .right {
    margin-top: 20px;
  }
  .about .main .part02 {
    height: 620px;
  }
}
.product .main .w80 .top {
  margin-top: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .top .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 40%;
}
.product .main .w80 .top .title h1 {
  font-size: 90px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
}
.product .main .w80 .top .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-left: 40px;
  margin-top: 54px;
}
.product .main .w80 .top .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .top .btn ul li {
  margin: 0 10px;
  background-color: #efefef;
  padding: 20px;
}
.product .main .w80 .top .btn ul li:hover {
  background-color: #098745;
}
.product .main .w80 .top .btn ul li:hover a {
  color: #fff;
}
.product .main .w80 .top .btn ul li:nth-of-type(3) {
  margin-right: 0;
}
.product .main .w80 .top .btn ul li a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product .main .w80 .top .des p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product .main .w80 .top .des p i {
  font-size: 20px;
  line-height: 1;
  color: #73ffb7;
}
.product .main .w80 .bottom {
  margin-top: 80px;
  margin-bottom: 120px;
}
.product .main .w80 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w80 .bottom ul li {
  width: 23%;
  margin-bottom: 30px;
  margin-right: 2.6%;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
}
.product .main .w80 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w80 .bottom ul li:hover a .img img {
  transform: scale(1.1);
}
.product .main .w80 .bottom ul li a .img {
  overflow: hidden;
}
.product .main .w80 .bottom ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.product .main .w80 .bottom ul li a .txt {
  margin-top: 4px;
  background-color: #098745;
  padding: 20px;
}
.product .main .w80 .bottom ul li a .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .product .main .w80 .bottom {
    margin-bottom: 90px;
  }
  .product .main .w80 .top .title h1 {
    font-size: 60px;
  }
  .product .main .w80 .top .title h2 {
    font-size: 28px;
  }
  .product .main .w80 .top .btn ul li a {
    font-size: 15px;
  }
  .product .main .w80 .top .btn ul li {
    padding: 14px;
    margin: 0 5px;
  }
  .product .main .w80 .top {
    margin-top: 110px;
  }
  .product .main .w80 .bottom {
    margin-top: 40px;
  }
  .product .main .w80 .bottom ul li a .txt p {
    font-size: 14px;
  }
  .product .main .w80 .bottom ul li a .txt {
    padding: 16px;
  }
}
@media screen and (max-width: 992px) {
  .product .main .w80 .top .title h1 {
    font-size: 42px;
    bottom: -5px;
  }
  .product .main .w80 .top .title h2 {
    font-size: 20px;
    margin-left: 20px;
    margin-top: 30px;
  }
  .product .main .w80 .top .btn {
    display: none;
  }
  .product .main .w80 .bottom ul li {
    width: 100%;
  }
  .product .main .w80 .top {
    margin-top: 80px;
  }
  .product .main .w80 .bottom {
    margin-top: 0;
  }
}
.products_detailed .main .top {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #efefef;
}
.products_detailed .main .top .ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left {
  width: 50%;
  position: relative;
  background-color: #fff;
}
.products_detailed .main .top .ct .left .bigImg {
  padding: 40px;
}
.products_detailed .main .top .ct .left .bigImg img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.products_detailed .main .top .ct .left .smailImg {
  width: 100%;
  position: absolute;
  padding: 0 40px;
  bottom: 50px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft {
  width: 20px;
  height: 72px;
  background-color: #efefef;
  margin-left: 40px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg .btnLeft i {
  display: block;
  transform: rotate(180deg);
}
.products_detailed .main .top .ct .left .smailImg .btnRight {
  width: 20px;
  height: 72px;
  background-color: #efefef;
  margin-right: 40px;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}
.products_detailed .main .top .ct .left .smailImg ul {
  width: 80%;
  width: calc(100 - 40px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .left .smailImg ul li {
  cursor: pointer;
  width: 16%;
  border: 1px solid #dfdfdf;
  margin: 0 1%;
  box-sizing: border-box;
  overflow: hidden;
}
.products_detailed .main .top .ct .left .smailImg ul li img {
  width: auto;
  height: 72px;
}
.products_detailed .main .top .ct .left .smailImg ul li:hover {
  border: 1px solid #098745;
}
.products_detailed .main .top .ct .right {
  width: 44%;
  height: inherit;
  position: relative;
}
.products_detailed .main .top .ct .right .title {
  margin-top: 30px;
}
.products_detailed .main .top .ct .right .title p {
  font-size: 36px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .top .ct .right .title h3 {
  font-size: 18px;
  color: #73ffb7;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 14px;
}
.products_detailed .main .top .ct .right .title::after {
  display: block;
  content: "";
  margin-top: 30px;
  width: 100%;
  height: 1px;
  background-color: #999;
}
.products_detailed .main .top .ct .right .pro_content {
  margin: 20px 0;
}
.products_detailed .main .top .ct .right .pro_content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .pro_content p span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config {
  margin: 20px 0 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.products_detailed .main .top .ct .right .pro_config span {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 8px;
}
.products_detailed .main .top .ct .right .pro_config ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .top .ct .right .pro_config ul li {
  padding: 0 10px;
  margin: 5px 6px;
  background-color: #fff;
  font-size: 15px;
  color: #333;
  line-height: 42px;
  font-weight: normal;
  text-align: center;
}
.products_detailed .main .top .ct .right .tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #fff;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
  width: 280px;
  height: 54px;
  background-color: #098745;
  border-radius: 2px;
}
.products_detailed .main .top .ct .right .tel a i {
  font-size: 24px;
}
.products_detailed .main .top .ct .right .tel a span {
  font-family: "Impact";
  font-size: 24px;
}
.products_detailed .main .top .ct .right .button .pre a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .top .ct .right .button .next a {
  font-size: 16px;
  color: #333;
  line-height: 40px;
  font-weight: normal;
  text-align: left;
}
.products_detailed .main .bottom {
  width: 100%;
}
.products_detailed .main .bottom .across {
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .across .title {
  display: inline-block;
  padding: 0 60px;
  cursor: pointer;
}
.products_detailed .main .bottom .across .title a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .across .title.active {
  background-color: #098745;
}
.products_detailed .main .bottom .across .title.active a {
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  font-weight: bold;
  text-align: left;
}
.products_detailed .main .bottom .canshu {
  margin-top: 100px;
}
.products_detailed .main .bottom .canshu .canshu_box1 {
  margin-bottom: 60px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
}
.products_detailed .main .bottom .canshu .canshu_box1 > p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-bottom: 20px;
}
.products_detailed .main .bottom .canshu .canshu_box1 img {
  display: block;
  width: 100%;
  margin: 50px auto 0;
}
.products_detailed .main .bottom .other_pro {
  width: 100%;
  background-color: #098745;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 80px;
  padding-bottom: 120px;
}
.products_detailed .main .bottom .other_pro > div {
  overflow: hidden;
}
.products_detailed .main .bottom .other_pro > div > h3 {
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products_detailed .main .bottom .other_pro > div ul li {
  width: 19%;
  margin-right: 1%;
  height: auto;
  border: 1px solid #dfdfdf;
  border-left: none;
  box-sizing: border-box;
  background-color: #fff;
  cursor: pointer;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name {
  width: 100%;
  padding: 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name p {
  font-size: 20px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_name h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "Impact";
  margin-bottom: 10px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img {
  width: 100%;
  overflow: hidden;
  padding: 50px 20px 0;
  box-sizing: border-box;
  border: none;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_img img {
  width: 100%;
  transition: all 1s;
  backface-visibility: hidden;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr {
  width: 100%;
  padding: 30px 0 0 30px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item p {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 12px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_more {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #dfdfdf;
}
.products_detailed .main .bottom .other_pro > div ul li .pro_more a {
  display: block;
  width: 70%;
  height: 40px;
  background-color: #098745;
  margin: 15px auto;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .products_detailed .main .top {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .products_detailed .main .bottom .canshu {
    margin-top: 60px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 30px;
  }
  .products_detailed .main .top .ct .right .pro_content p span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_content p {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .pro_config span {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .right .pro_config ul li {
    font-size: 13px;
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    width: 248px;
  }
  .products_detailed .main .bottom .across .title a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 16px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 20px;
  }
  .products_detailed .main .bottom .other_pro > div ul li {
    height: 200px;
  }
  .products_detailed .main .bottom .other_pro > div > h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_img {
    width: 100%;
    height: 150px;
    padding: 10px 10px 0;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name h3 {
    display: none;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_attr .pro_attr_item h3 {
    font-size: 13px;
    letter-spacing: -1px;
  }
  .products_detailed .main .bottom .other_pro {
    padding-bottom: 60px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 18px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    margin-right: 20px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    margin-left: 20px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px;
  }
  .products_detailed .main .top .ct .right .title {
    margin-top: 0;
  }
  .products_detailed .main .top .ct .right .title::after {
    margin-top: 20px;
  }
  .products_detailed .main .top .ct .right .tel {
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .button {
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .right .button .pre a {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .button .next a {
    font-size: 14px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > p {
    font-size: 14px;
  }
  .products_detailed .main .bottom .other_pro > div ul li .pro_name p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .products_detailed .main .bottom .canshu .canshu_box1 > p {
    font-size: 15px;
  }
  .products_detailed .main .top {
    padding-top: 70px;
  }
  .products_detailed .main .top .ct .left {
    width: 100%;
  }
  .products_detailed .main .top .ct .right {
    width: 100%;
    margin-top: 40px;
  }
  .products_detailed .main .top .ct .left .smailImg .btnLeft {
    height: 36px;
    line-height: 36px;
    margin-left: 0;
  }
  .products_detailed .main .top .ct .left .smailImg .btnRight {
    height: 36px;
    line-height: 36px;
    margin-right: 0;
  }
  .products_detailed .main .top .ct .left .smailImg ul {
    width: calc(100% - 70px);
  }
  .products_detailed .main .top .ct .right .tel a {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 12px;
  }
  .products_detailed .main .top .ct .right .title h3 {
    font-size: 24px;
  }
  .products_detailed .main .top .ct .right .title p {
    font-size: 16px;
  }
  .products_detailed .main .bottom .across .title {
    padding: 0 20px;
  }
  .products_detailed .main .bottom .across .title.active a {
    font-size: 14px;
    line-height: 50px;
  }
  .products_detailed .main .bottom .canshu {
    margin-top: 20px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 > h3 {
    font-size: 16px;
  }
  .products_detailed .main .top .ct .left .bigImg {
    padding: 20px 10px 80px 10px;
  }
  .products_detailed .main .bottom .other_pro {
    display: none;
  }
  .products_detailed .main .bottom .across {
    height: 50px;
  }
  .products_detailed .main .bottom .across .title a {
    line-height: 50px;
    font-size: 13px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian h3 {
    font-size: 15px;
  }
  .products_detailed .main .bottom .canshu .canshu_box1 .cptedian p {
    font-size: 13px;
  }
  table,
  table tr th,
  table tr td {
    font-size: 12px;
  }
  .products_detailed .main .top .ct .left .smailImg {
    bottom: 20px;
    padding: 0 10px;
  }
  .products_detailed .main .top .ct .left .smailImg ul li {
    width: auto;
  }
  .products_detailed .main .top .ct .left .smailImg ul li img {
    height: 34px;
  }
  .products_detailed .main .top .ct .right .tel a span {
    font-size: 18px;
  }
}
.news .main {
  margin-bottom: 80px;
}
.news .main > div .top {
  margin-top: 180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div .top .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  width: 60%;
}
.news .main > div .top .title h1 {
  font-size: 90px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 1;
  opacity: 0.2;
}
.news .main > div .top .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-left: 40px;
  margin-top: 54px;
}
.news .main > div .top .btn ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div .top .btn ul li {
  margin: 0 10px;
  background-color: #efefef;
  padding: 20px 40px;
}
.news .main > div .top .btn ul li:hover {
  background-color: #098745;
}
.news .main > div .top .btn ul li:hover a {
  color: #fff;
}
.news .main > div .top .btn ul li:nth-of-type(3) {
  margin-right: 0;
}
.news .main > div .top .btn ul li a {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main > div .top .des p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main > div .top .des p i {
  font-size: 20px;
  line-height: 1;
  color: #73ffb7;
}
.news .main > div .news_part02 {
  margin-top: 50px;
}
.news .main > div .news_part02 ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  transition: 0.5s ease;
  margin-bottom: 40px;
  border-bottom: 3px solid #cecdcf;
  box-shadow: 3px 4px 8px #efefef;
}
.news .main > div .news_part02 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.news .main > div .news_part02 ul li a:hover .n_newsText {
  background-color: #098745;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .tit {
  color: #fff;
  opacity: 0.6;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .desc p {
  color: #fff;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .date {
  color: #fff;
}
.news .main > div .news_part02 ul li a:hover .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  background-color: #098745;
}
.news .main > div .news_part02 ul li a:hover .n_newsImg .n_newsImg_box img {
  transform: calc(1.1);
}
.news .main > div .news_part02 ul li a .n_newsImg .n_newsImg_box {
  position: relative;
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.news .main > div .news_part02 ul li a .n_newsImg .n_newsImg_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.5s ease;
}
.news .main > div .news_part02 ul li a .n_newsText {
  background-color: #f6f6f6;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox {
  padding: 30px 30px 16px 30px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 100px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .tit {
  font-size: 14px;
  line-height: 1;
  height: 14px;
  color: #cccccc;
  overflow: hidden;
  margin: 0 0 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
  height: 30px;
  margin-bottom: 6px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 {
  border-top: 1px solid #d5d5d5;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
  font-size: 15px;
  line-height: 20px;
  color: #a1a0a1;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  transition: 0.3s ease;
  cursor: pointer;
  background-color: #098745;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.news .main > div .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .n_icon i {
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .news .main > div .top {
    margin-top: 130px;
  }
  .news .main > div .top .title h1 {
    font-size: 66px;
  }
  .news .main > div .top .title h2 {
    font-size: 34px;
    margin-top: 34px;
  }
  .news .main > div .top .btn ul li a {
    font-size: 15px;
  }
  .news .main > div .top .btn ul li {
    padding: 14px 40px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 24px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3::after {
    margin-top: 14px;
    height: 2px;
    width: 30px;
    background-color: #098745;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 16px;
  }
  .news .main > div:first-of-type .newsBoxTitle p img {
    display: none;
  }
  .news .main > div:first-of-type .newsBoxTitle {
    margin-bottom: 30px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 240px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox {
    padding: 20px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 130px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 50px;
    margin-bottom: 10px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 16px;
  }
  .news .main {
    padding-bottom: 0px;
  }
  .news .main > div .news_part02 {
    margin-top: 20px;
  }
  .news .main > div .news_part02 ul li:nth-last-of-type(-n + 3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .news .main > div:first-of-type {
    margin-top: 50px;
  }
  .news .main > div:first-of-type .newsBoxTitle h3 {
    font-size: 18px;
  }
  .news .main > div:first-of-type .newsBoxTitle p {
    font-size: 13px;
    margin-top: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li {
    width: 100%;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsImg .n_newsImg_box {
    height: 200px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc p {
    font-size: 14px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .desc {
    height: 40px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center {
    padding-bottom: 114px;
  }
  .news .main > div:first-of-type .news_part02 ul li a .n_newsText .n_textBox .n_textBox_center .box2 .date {
    font-size: 12px;
  }
  .news .main {
    margin-bottom: 40px;
  }
  .news .main > div .top .btn {
    display: none;
  }
  .news .main > div .top {
    margin-top: 30px;
  }
  .news .main > div .top .title h1 {
    font-size: 42px;
    bottom: -5px;
  }
  .news .main > div .top .title h2 {
    font-size: 18px;
  }
  .news .main > div .news_part02 {
    margin-top: 40px;
  }
}
.news_detailed .main .ct .detailed > .n_title {
  display: block;
}
.news_detailed .main .ct .detailed > .n_title h3 {
  font-size: 24px;
  color: #333;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.news_detailed .main .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 40px;
}
.news_detailed .main .ct .detailed .sub2 .share p {
  font-size: 14px;
  margin: 0 10px;
}
.news_detailed .main .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_detailed .main .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_detailed .main .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_detailed .main .ct .detailed .sub2 .np {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_detailed .main .ct .detailed .sub2 .np div {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
}
.news_detailed .main .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_detailed .main .ct .detailed .sub2 .np div a {
  font-size: 16px;
  color: #000;
  line-height: 60px;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_detailed .main .ct .detailed > .n_title h3 {
    font-size: 22px;
  }
  .news_detailed .main .ct .detailed .sub1 h3 {
    font-size: 20px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content p {
    font-size: 15px;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    font-size: 14px;
  }
  .mt-100 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 992px) {
  .news_detailed .main .ct .detailed .sub2 .np {
    flex-wrap: wrap;
  }
  .news_detailed .main .ct .detailed .sub2 .np div {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
  .news_detailed .main .ct .detailed .sub2 .np div i {
    display: none;
  }
  .news_detailed .main .ct .detailed .n_title h3 {
    font-size: 18px;
  }
  .news_detailed .main .ct .detailed .sub2 .news_content img {
    width: 100%;
  }
  .news_detailed .main .ct .detailed .sub2 .np div a {
    line-height: 1.2;
    padding: 8px;
  }
}
.contact .main {
  background-color: #f3f3f3;
  overflow: hidden;
}
.contact .main .top {
  margin-top: 120px;
  margin-bottom: 80px;
}
.contact .main .top .right {
  width: 100%;
  height: 440px;
}
.contact .main .top .right .title {
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
}
.contact .main .top .right .title h1 {
  font-size: 90px;
  color: #098745;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  z-index: 1;
  opacity: 0.2;
  text-align: center;
}
.contact .main .top .right .title h2 {
  position: relative;
  z-index: 2;
  font-size: 48px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-top: 54px;
}
.contact .main .top .right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .top .right ul li {
  width: 24%;
  height: 240px;
  background-color: #098745;
  padding-top: 60px;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .main .top .right ul li:nth-of-type(1) .c_box .txt h3 {
  font-size: 24px;
}
.contact .main .top .right ul li:nth-of-type(2) {
  margin: 0 2%;
}
.contact .main .top .right ul li .c_box .c_icon {
  margin: 0 auto;
  background-color: #098745;
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  line-height: 100px;
}
.contact .main .top .right ul li .c_box .c_icon i {
  font-size: 48px;
  color: #fff;
}
.contact .main .top .right ul li .c_box .txt {
  text-align: center;
  margin-top: 20px;
}
.contact .main .top .right ul li .c_box .txt h1 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.contact .main .top .right ul li .c_box .txt h3 {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}
.contact .main .part02 {
  width: 76%;
  margin: 50px auto 0;
  background-image: url(/images/message.jpg);
  overflow: hidden;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  border-radius: 40px;
}
.contact .main .part02 .w80 {
  width: 100%;
  background-color: #fff;
  padding: 0 40px 40px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px #dcdcdc;
}
.contact .main .part02 .w80 .title {
  margin-top: 20px;
  padding-top: 50px;
  display: block;
}
.contact .main .part02 .w80 .title h3 {
  font-size: 26px;
  color: #098745;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.contact .main .part02 .w80 .title p {
  font-size: 18px;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w80 .i_content {
  margin-top: 60px;
}
.contact .main .part02 .w80 .i_content .i_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_top .i_item {
  width: 32%;
  background-color: #efefef;
}
.contact .main .part02 .w80 .i_content .i_top .i_item input {
  width: 100%;
  padding-left: 20px;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: left;
  background-color: #efefef;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_bottom {
  margin-top: 20px;
}
.contact .main .part02 .w80 .i_content .i_bottom textarea {
  width: 100%;
  height: 300px;
  background-color: #efefef;
  padding: 20px;
  color: #333;
  font-size: 15px;
  box-sizing: border-box;
}
.contact .main .part02 .w80 .i_content .i_tijiao {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .i_content .i_tijiao button {
  width: 200px;
  font-size: 15px;
  color: #fff;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
  background-color: #098745;
  margin-right: 6px;
  cursor: pointer;
}
.contact .main .part02 .w80 .i_content .i_tijiao button#cz {
  background-color: #efefef;
  font-size: 15px;
  color: #333;
  line-height: 56px;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main .top .right .title h1 {
    font-size: 66px;
  }
  .contact .main .top .right .title h2 {
    font-size: 32px;
    margin-top: 34px;
  }
  .contact .main .n_list .bottom ul li .c_text p {
    font-size: 14px;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    font-size: 18px;
  }
  .contact .main .n_list .bottom ul li {
    padding: 30px 16px;
    height: 170px;
  }
  .contact .main .n_list .bottom ul li .c_icon {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text h3 {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text p {
    text-align: center;
  }
  .contact .main .n_list .bottom ul li .c_text {
    margin-top: 16px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 24px;
  }
  .contact .main .part02 .w80 .title p {
    font-size: 16px;
  }
  .contact .main .part02 .w80 .i_content .i_bottom textarea {
    height: 240px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    line-height: 48px;
  }
  .contact .main .n_list .bottom {
    margin-bottom: 20px;
  }
  .contact .main .part02 .w80 .i_content {
    margin-top: 30px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 20px;
  }
  .contact .main .top .right .n_title h3 {
    font-size: 16px;
  }
  .contact .main .top .right .n_title img {
    width: 150px;
  }
  .contact .main .top .right ul li {
    height: 72px;
  }
  .contact .main .top .right ul li .c_text h3 {
    font-size: 13px;
  }
  .contact .main .top .right ul li .c_text p {
    font-size: 16px;
  }
  .contact .main .top {
    margin-top: 90px;
  }
  .contact .main .top .left .img {
    padding-bottom: 320px;
  }
  .contact .main .top .right {
    height: 320px;
  }
  .contact .main .part02 .w80 .title {
    padding-top: 20px;
  }
  .contact .main .top .right ul li {
    height: 170px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .contact .main .top .right ul li .c_box .c_icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .contact .main .top .right ul li .c_box .c_icon i {
    font-size: 32px;
  }
  .contact .main .top .right ul li .c_box .txt h1 {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .top {
    margin-top: 80px;
  }
  .contact .main .top .left {
    width: 100%;
  }
  .contact .main .top .right {
    width: 100%;
    height: auto;
  }
  .contact .main .top_box {
    margin-top: 70px;
    margin-bottom: 40px;
  }
  .contact .main .top_box .title h1 {
    font-size: 34px;
  }
  .contact .main .n_list {
    margin-top: 40px;
    padding-bottom: 60px;
  }
  .contact .main .n_list .bottom ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact .main .part02 .w80 .title h3 {
    font-size: 18px;
  }
  .contact .main .part02 .w80 .title p {
    line-height: 1.5;
    font-size: 14px;
  }
  .contact .main .part02 .w80 .i_content .i_top .i_item {
    width: 100%;
    margin-bottom: 6px;
  }
  .contact .main .part02 .w80 .i_content .i_tijiao button {
    margin-bottom: 6px;
  }
  .contact .main .top .left .img {
    padding-bottom: 230px;
  }
  .contact .main .top .right .n_title h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .contact .main .top .right ul li {
    width: 100%;
  }
  .contact .main .top .right ul li:nth-of-type(5) {
    margin-bottom: 6px;
  }
  .contact .main .top .right ul li {
    padding: 0 20px;
  }
  .contact .main .part02 .w80 {
    padding: 0 20px 40px;
  }
  .contact .main .top .left {
    display: none;
  }
  .contact .main .top .right .title h1 {
    font-size: 34px;
  }
  .contact .main .top .right .title h2 {
    font-size: 20px;
    margin-top: 24px;
  }
  .contact .main .top .right ul li {
    margin: 0 5% 20px !important;
    height: 220px;
  }
  .contact .main .top .right ul li .c_box {
    padding-top: 30px;
  }
  .contact .main .part02 {
    width: 90%;
  }
}
