header {
  position: fixed;
  top: 2rem;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 3.75rem;
  height: 3.75rem;
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 20rem;
  height: 3.75rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(1.25rem);
  border-radius: 0.5rem;
  padding: 0 0.5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
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: 2.5rem;
}
header > div .logo .logo_text a p {
  font-size: 0.75rem;
  color: #000;
  line-height: 1.5;
  font-weight: 100;
  text-align: right;
  text-transform: uppercase;
}
header > div nav {
  width: calc(100% - 20.5rem);
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 19rem);
  line-height: inherit;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1.25rem);
  border-radius: 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul li {
  line-height: inherit;
  position: relative;
  width: 16.66%;
  z-index: 999;
  transition: all 1s;
}
header > div nav ul li:hover {
  background-color: #67bd8e;
}
header > div nav ul li:hover a {
  color: #fff;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 1.125rem;
  color: #000;
  line-height: inherit;
  font-weight: 100;
  text-align: center;
}
header > div nav ul li .menu {
  opacity: 0;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all 1s;
  position: absolute;
  top: 3.75rem;
  left: 0;
  background-color: #f7fbf9;
}
header > div nav ul li .menu .menu_item:nth-of-type(1) {
  margin-top: 1.25rem;
}
header > div nav ul li .menu .menu_item:nth-last-of-type(1) {
  margin-bottom: 1.25rem;
}
header > div nav ul li .menu .menu_item a {
  font-size: 0.875rem;
  color: #333;
  line-height: 2.5rem;
  font-weight: 400;
  text-align: center;
}
header > div nav ul li .menu .menu_item:hover {
  background-color: #67bd8e;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 18.5rem;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1.25rem);
  border-radius: 0.5rem;
}
header > div nav .tool a {
  font-size: 1rem;
  color: #000;
  line-height: 3.75rem;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool a i {
  margin-right: 0.5rem;
}
.more {
  background-color: #67bd8e;
  width: 13rem;
  border-radius: 8rem;
  margin-right: 2rem;
}
.more a {
  position: relative;
  display: block;
}
.more a > div {
  position: relative;
  background: none;
  border: 2px solid #67bd8e;
  box-sizing: border-box;
  border-radius: 8rem;
  overflow: hidden;
}
.more a > div span {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  line-height: 3.5rem;
  letter-spacing: 2px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.more a i {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: -2rem;
  top: 0;
  z-index: 4;
  border-radius: 50%;
  background-image: linear-gradient(45deg, #67bd8e, #ffffff);
  text-align: center;
  line-height: 3.5rem;
  color: #fff;
  font-size: 1.125rem;
  transform: rotate(45deg);
  transition: all 0.5s ease;
}
.more.b {
  background: none;
}
.more.b a > div span {
  display: block;
  color: #000;
}
.more.b a > div::after {
  display: block;
  content: "";
  width: 0%;
  height: 4rem;
  background-color: #67bd8e;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.more.h {
  background: none;
  border: 2px solid #cd0000;
  box-sizing: border-box;
}
.more.h a > div span {
  color: #cd0000;
}
.more.h a > div::after {
  display: block;
  content: "";
  width: 0%;
  height: 4rem;
  background-color: #67bd8e;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 2;
}
.more.h a i {
  background-image: linear-gradient(45deg, #215ca7, #ffc540);
}
.more:hover a i {
  transform: rotate(90deg);
}
.more:hover a > div span {
  color: #fff;
}
.more:hover a > div::after {
  width: 100%;
}
.title {
  position: relative;
}
.title h4 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "myFontSemiBold";
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.title::after {
  display: block;
  content: "";
  width: 1rem;
  height: 2.5rem;
  background-color: #67bd8e;
  position: absolute;
  left: 0;
  top: 0.375rem;
  transform: skewX(-15deg);
}
.title2 {
  position: relative;
}
.title2 h4 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "myFontSemiBold";
  margin-left: 0.5rem;
  position: relative;
  z-index: 2;
}
.title2::after {
  display: block;
  content: "";
  width: 0.6rem;
  height: 1.75rem;
  background-color: #67bd8e;
  position: absolute;
  left: 0;
  top: 0.1rem;
  transform: skewX(-15deg);
}
footer {
  background-color: #67bd8e;
  padding-top: 10rem;
  padding-bottom: 5rem;
  border-radius: 3rem 3rem 0 0;
  overflow: hidden;
  position: relative;
  z-index: 6;
}
footer .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w90 .left {
  width: 30%;
}
footer .w90 .left .f_logo {
  margin-bottom: 2rem;
}
footer .w90 .left .f_logo img {
  width: initial;
}
footer .w90 .left .f_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
footer .w90 .left .f_icon .item {
  margin-right: 2rem;
  padding: 0.8rem;
  border-radius: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
footer .w90 .left .f_icon .item a img {
  width: initial;
}
footer .w90 .left .f_email {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 21rem;
  padding: 1.2rem 1rem;
  box-sizing: border-box;
  border-radius: 0.3rem;
  background-color: rgba(255, 255, 255, 0.3);
}
footer .w90 .left .f_email h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w90 .left .f_email i {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  margin-left: 0.5rem;
}
footer .w90 .left .f_banquan {
  margin-top: 6rem;
}
footer .w90 .left .f_banquan p {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
footer .w90 .center ul li {
  margin-bottom: 2.6rem;
}
footer .w90 .center ul li a {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w90 .center ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
footer .w90 .right {
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
footer .w90 .right .item {
  width: 48%;
  margin-bottom: 3rem;
}
footer .w90 .right .item h4 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .w90 .right .item h4 i {
  font-weight: 100;
  font-size: 1.5rem;
  width: 2.5rem;
}
footer .w90 .right .item p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.5rem;
}
footer .w90 .right .item:nth-of-type(3) {
  margin-bottom: 0;
}
footer .w90 .right .item:nth-of-type(3) h4 i {
  font-size: 1.75rem;
}
footer .w90 .right .item:nth-of-type(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  footer .w90 .center ul li a {
    font-size: 1.125rem;
  }
  footer .w90 .right {
    width: 44%;
  }
  footer .w90 .right .item p {
    font-size: 1.125rem;
  }
  footer .w90 .left .f_banquan {
    margin-top: 3rem;
  }
}
.index {
  background-color: #f7fbf9;
}
.index .main {
  background-color: #f7fbf9;
  padding-top: 10rem;
  box-sizing: border-box;
}
.index .main .part01 {
  padding-bottom: 10rem;
  position: relative;
  z-index: 3;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
  background-color: #f7fbf9;
}
.index .main .part01 .w90 .top {
  margin-bottom: 3rem;
}
.index .main .part01 .w90 .top h2 {
  font-size: 6rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "myFontSemiBold";
}
.index .main .part01 .w90 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part01 .w90 .bottom .img {
  width: 54%;
  overflow: hidden;
  border-radius: 1.75rem;
}
.index .main .part01 .w90 .bottom .img img {
  width: 100%;
  display: block;
}
.index .main .part01 .w90 .bottom .txt {
  width: 40%;
}
.index .main .part01 .w90 .bottom .txt .title {
  margin-bottom: 1.5rem;
}
.index .main .part01 .w90 .bottom .txt .content {
  margin-bottom: 4rem;
}
.index .main .part01 .w90 .bottom .txt .content p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.index .main .part02 {
  background: url(/images/proBg.jpg) no-repeat top center / cover fixed;
  padding-top: 14rem;
  padding-bottom: 14rem;
  margin-top: -4rem;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
}
.index .main .part02 .w90 .bigSize h2 {
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: "myFontSemiBold";
  mix-blend-mode: soft-light;
}
.index .main .part02 .w90 .content {
  margin-top: 3rem;
}
.index .main .part02 .w90 .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part02 .w90 .content ul li {
  width: 49%;
  height: 25rem;
  background-color: #fff;
  padding: 3rem;
  box-sizing: border-box;
  border-radius: 2rem;
  margin-bottom: 1rem;
  transition: all 0.5s ease;
}
.index .main .part02 .w90 .content ul li:hover {
  background-color: #67bd8e;
}
.index .main .part02 .w90 .content ul li:hover a .sub1 .img img {
  transform: scale(1.1);
}
.index .main .part02 .w90 .content ul li:hover a .sub2 .title h4 {
  color: #fff;
}
.index .main .part02 .w90 .content ul li:hover a .sub2 .title::after {
  background-color: #fff;
  opacity: 0.6;
}
.index .main .part02 .w90 .content ul li:hover a .sub2 p {
  color: #fff;
}
.index .main .part02 .w90 .content ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part02 .w90 .content ul li a .sub1 {
  width: 40%;
}
.index .main .part02 .w90 .content ul li a .sub1 .img {
  width: 100%;
  text-align: center;
}
.index .main .part02 .w90 .content ul li a .sub1 .img img {
  height: 19rem;
  margin: 0 auto;
  transition: all 0.5s ease;
}
.index .main .part02 .w90 .content ul li a .sub2 {
  width: 50%;
}
.index .main .part02 .w90 .content ul li a .sub2 .title {
  margin-bottom: 0.625rem;
}
.index .main .part02 .w90 .content ul li a .sub2 p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 {
  position: relative;
  z-index: 4;
  top: 0rem;
  background: #f7fbf9 url(/images/newsBg.jpg) no-repeat bottom center / 100%;
  padding-top: 10rem;
  padding-bottom: 25vh;
  margin-bottom: -3rem;
}
.index .main .part03 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w90 .top .bigSize h2 {
  font-size: 6rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "myFontSemiBold";
}
.index .main .part03 .w90 .center {
  margin-top: 4rem;
}
.index .main .part03 .w90 .center > div ul li {
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  transition: all 0.5s ease;
}
.index .main .part03 .w90 .center > div ul li:hover {
  background-color: #67bd8e;
}
.index .main .part03 .w90 .center > div ul li:hover .date i {
  color: #fff;
}
.index .main .part03 .w90 .center > div ul li:hover .date p {
  color: #fff;
}
.index .main .part03 .w90 .center > div ul li:hover .img img {
  transform: scale(1.1);
}
.index .main .part03 .w90 .center > div ul li:hover .txt .title2 h4 {
  color: #fff;
}
.index .main .part03 .w90 .center > div ul li:hover .txt .title2::after {
  background-color: #fff;
  opacity: 0.3;
}
.index .main .part03 .w90 .center > div ul li:hover .mIcon p {
  color: #fff;
}
.index .main .part03 .w90 .center > div ul li:hover .mIcon i {
  color: #fff;
}
.index .main .part03 .w90 .center > div ul li .date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem;
}
.index .main .part03 .w90 .center > div ul li .date i {
  font-size: 1.5rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .main .part03 .w90 .center > div ul li .date p {
  font-size: 1.5rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-left: 1rem;
}
.index .main .part03 .w90 .center > div ul li .img {
  height: 22rem;
  border-radius: 1rem;
  overflow: hidden;
}
.index .main .part03 .w90 .center > div ul li .img img {
  width: 100%;
  display: block;
  transition: all 0.5s ease;
}
.index .main .part03 .w90 .center > div ul li .txt {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index .main .part03 .w90 .center > div ul li .txt h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .main .part03 .w90 .center > div ul li .mIcon {
  padding: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .main .part03 .w90 .center > div ul li .mIcon p {
  font-size: 1.125rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 .w90 .center > div ul li .mIcon i {
  margin-left: 0.5rem;
  font-size: 1.125rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .main .part03 .w90 .bottom {
  margin-top: 12rem;
}
.index .main .part03 .w90 .bottom .bigSize h2 {
  font-size: 6rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  font-family: "myFontSemiBold";
  margin-bottom: 2rem;
}
.index .main .part03 .w90 .bottom .bigSize p {
  width: 70%;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .index .main {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .index .main .part01 {
    padding-bottom: 8rem;
  }
  .index .main .part01 .w90 .top h2 {
    font-size: 4.5rem;
  }
  .index .main .part01 .w90 .bottom .txt {
    width: 44%;
  }
  .index .main .part01 .w90 .bottom .img {
    width: 50%;
  }
  .index .main .part01 .w90 .bottom .img img {
    width: 125%;
  }
  .index .main .part02 .w90 .bigSize h2 {
    font-size: 4.5rem;
  }
  .index .main .part02 .w90 .content ul li {
    height: 19rem;
    padding: 1.5rem;
  }
  .index .main .part02 .w90 .content ul li a .sub1 .img img {
    height: 15rem;
  }
  .index .main .part02 .w90 .content ul li a .sub2 {
    width: 56%;
  }
  .index .main .part03 .w90 .top .bigSize h2 {
    font-size: 4.5rem;
  }
  .index .main .part03 .w90 .top .btns .b_left {
    width: 10rem;
    height: 3.5rem;
  }
  .index .main .part03 .w90 .top .btns .b_right {
    width: 10rem;
    height: 3.5rem;
  }
  .index .main .part03 .w90 .center > div ul li .img {
    height: 14rem;
  }
  .index .main .part03 .w90 .center > div ul li .date p {
    font-size: 1.25rem;
  }
  .index .main .part02 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .index .main .part03 {
    padding-top: 8rem;
    margin-bottom: -12rem;
  }
  .index .main .part03 .w90 .bottom .bigSize h2 {
    font-size: 4.5rem;
  }
  .index .main .part03 .w90 .bottom {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 992px) {
  .index .main .part01 .w90 .top h2 {
    font-size: 1.75rem;
  }
  .index .main .part01 .w90 .bottom .img {
    width: 100%;
  }
  .index .main .part01 .w90 .bottom .txt {
    width: 100%;
    margin-top: 2rem;
  }
  .index .main .part01 .w90 .bottom .img img {
    width: 100%;
  }
  .index .main .part01 .w90 .top {
    margin-bottom: 1.5rem;
  }
  .index .main {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .main .part01 .w90 .bottom .txt .title {
    margin-bottom: 1.125rem;
  }
  .index .main .part02 .w90 .bigSize h2 {
    font-size: 1.75rem;
  }
  .index .main .part02 .w90 .content ul li {
    width: 100%;
    height: auto;
  }
  .index .main .part02 .w90 .content ul li a .sub1 {
    width: 100%;
  }
  .index .main .part02 .w90 .content ul li a .sub2 {
    width: 100%;
    margin-top: 1.5rem;
  }
  .index .main .part02 .w90 .content ul li a .sub2 p {
    line-height: 1.3;
  }
  .index .main .part02 {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
  .index .main .part03 .w90 .top .bigSize h2 {
    font-size: 1.75rem;
  }
  .index .main .part03 .w90 .top .btns {
    display: none;
  }
  .index .main .part03 .w90 .center {
    margin-top: 3rem;
  }
  .index .main .part03 .w90 .center > div ul li .img {
    height: 11rem;
  }
  .index .main .part03 .w90 .center > div ul li .date p {
    font-size: 1.125rem;
  }
  .index .main .part03 .w90 .center > div ul li .date i {
    font-size: 1.125rem;
  }
  .index .main .part03 .w90 .center {
    margin-top: 2rem;
  }
  .index .main .part03 {
    padding-top: 6rem;
    background-size: cover;
  }
  .index .main .part03 .w90 .bottom {
    margin-top: 4rem;
  }
  .index .main .part03 .w90 .bottom .bigSize h2 {
    font-size: 1.75rem;
  }
  .index .main .part03 .w90 .bottom .bigSize p {
    width: 100%;
    font-size: 1.125rem;
  }
}
.about .main .part01 {
  margin-top: 10rem;
  margin-bottom: 3rem;
  border-radius: 0 0 3rem 3rem;
  overflow: hidden;
  background-color: #fff;
}
.about .main .part01 .w90 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w90 .top .bigText {
  width: 100%;
}
.about .main .part01 .w90 .top .bigText h1 {
  font-size: 6rem;
  color: #333333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "myFontSemiBold";
}
.about .main .part01 .w90 .top .bigText h1 span {
  color: #67bd8e;
  line-height: 1;
}
.about .main .part01 .w90 .top .smailText {
  width: 100%;
  margin-top: 4rem;
  box-sizing: border-box;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w90 .top .smailText .item {
  width: 49.4%;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  transform: skewX(-10deg);
  background-color: #67bd8e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w90 .top .smailText .item .title3 {
  position: relative;
}
.about .main .part01 .w90 .top .smailText .item .title3 h4 {
  font-size: 4rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "myFontSemiBold";
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.about .main .part01 .w90 .top .smailText .item .title3::after {
  display: block;
  content: "";
  width: 1rem;
  height: 3.125rem;
  background-color: #237749;
  position: absolute;
  left: 0;
  top: 0.375rem;
  transform: skewX(-15deg);
}
.about .main .part01 .w90 .top .smailText .item p {
  width: calc(100% - 20rem);
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.about .main .part01 .w90 .bottom {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-image: url(/images/part02_bg.jpg);
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.about .main .part01 .w90 .bottom p {
  font-size: 1.25rem;
  color: #707070;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 2.5rem;
}
.about .main .part02 {
  background: #67bd8e url(/images/aboutBg3.webp) no-repeat center / 100% fixed;
  padding-bottom: 8.75rem;
  overflow: hidden;
}
.about .main .part02 .w90 .top {
  padding-top: 10rem;
  margin-bottom: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1rem;
}
.about .main .part02 .w90 .top .p02_title {
  position: relative;
}
.about .main .part02 .w90 .top .p02_title h2 {
  font-size: 4.625rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "myFontSemiBold";
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.about .main .part02 .w90 .top .p02_title::after {
  display: block;
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #67bd8e;
  position: absolute;
  left: 0;
  top: 0.375rem;
  transform: skewX(-15deg);
}
.about .main .part02 .w90 .top .btn {
  margin-right: 0.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w90 .top .btn > div:hover span {
  background-color: #67bd8e;
}
.about .main .part02 .w90 .top .btn > div:hover i {
  color: #fff;
}
.about .main .part02 .w90 .top .btn .btnLeft {
  position: relative;
  margin-top: 0.875rem;
  cursor: pointer;
}
.about .main .part02 .w90 .top .btn .btnLeft span {
  display: block;
  width: 4.375rem;
  height: 3.125rem;
  background-color: transparent;
  border: 3px solid #67bd8e;
  transition: background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform: skew(-28deg);
}
.about .main .part02 .w90 .top .btn .btnLeft i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  color: #67bd8e;
  font-size: 1.125rem;
  font-weight: 700;
  z-index: 3;
}
.about .main .part02 .w90 .top .btn .btnRight {
  position: relative;
  margin-left: 0.875rem;
  cursor: pointer;
}
.about .main .part02 .w90 .top .btn .btnRight span {
  display: block;
  width: 4.375rem;
  height: 3.125rem;
  background-color: transparent;
  border: 3px solid #67bd8e;
  transition: background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform: skew(-28deg);
}
.about .main .part02 .w90 .top .btn .btnRight i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: #67bd8e;
  font-size: 1.125rem;
  font-weight: 600;
}
.about .main .part02 .w90 .bottom > div {
  padding-bottom: 2.5rem;
}
.about .main .part02 .w90 .bottom > div ul li {
  position: relative;
  height: 25rem;
  overflow: hidden;
  border-radius: 1.25rem;
}
.about .main .part02 .w90 .bottom > div ul li .text {
  position: absolute;
  left: 0;
  bottom: 1.25rem;
  z-index: 6;
  width: 90%;
  left: 5%;
}
.about .main .part02 .w90 .bottom > div ul li .text h2 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.625rem;
}
.about .main .part02 .w90 .bottom > div ul li .text p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.about .main .part02 .w90 .bottom > div ul li .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.about .main .part02 .w90 .bottom > div ul li .img {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1rem);
  height: 100%;
  padding: 1rem;
  box-sizing: border-box;
}
.about .main .part02 .w90 .bottom > div ul li .img img {
  height: 100%;
  display: block;
  margin: 0 auto;
}
.about .main .part02 .w90 .bottom > div .swiper-pagination {
  bottom: 0;
  top: auto;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.about .main .part02 .w90 .bottom > div .swiper-pagination span {
  background-color: #67bd8e;
}
.about .main .part02 .w90 .bottom > div .swiper-button-next {
  display: none;
}
.about .main .part02 .w90 .bottom > div .swiper-button-prev {
  display: none;
}
.about .main .part03 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.about .main .part03 .w90 {
  overflow: visible;
}
.about .main .part03 .w90 .top {
  margin-bottom: 3.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 1rem;
}
.about .main .part03 .w90 .top .p03_title {
  position: relative;
}
.about .main .part03 .w90 .top .p03_title h2 {
  font-size: 4.625rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "myFontSemiBold";
  margin-left: 1rem;
  position: relative;
  z-index: 2;
}
.about .main .part03 .w90 .top .p03_title::after {
  display: block;
  content: "";
  width: 1rem;
  height: 4rem;
  background-color: #67bd8e;
  position: absolute;
  left: 0;
  top: 0.375rem;
  transform: skewX(-15deg);
}
.about .main .part03 .w90 .top .p03_desc {
  width: 60%;
}
.about .main .part03 .w90 .top .p03_desc p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.about .main .part03 .w90 .bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w90 .bottom ul li {
  width: 24%;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
}
.about .main .part03 .w90 .bottom ul li .img {
  width: 100%;
}
.about .main .part03 .w90 .bottom ul li .img img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w90 .top .bigText h1 {
    font-size: 3.5rem;
  }
  .about .main .part01 .w90 .top .bigText h1 span {
    font-size: 3.5rem;
  }
  .about .main .part01 .w90 .top .smailText h2 {
    font-size: 2.75rem;
    line-height: 1.5;
  }
  .about .main .part01 .w90 .top .smailText h4 {
    font-size: 1rem;
  }
  .about .main .part01 .w90 .bottom p {
    line-height: 1.5;
    margin-bottom: 1.125rem;
  }
  .about .main .part01 .w90 .bottom {
    padding-top: 5rem;
  }
  .about .main .part02 .w90 .top .p02_title h1 {
    font-size: 3.5rem;
  }
  .about .main .part02 .w90 .top {
    padding-top: 6.25rem;
    margin-bottom: 3rem;
  }
  .about .main .part01 .w90 .top .smailText .item p {
    width: calc(100% - 15rem);
  }
  .about .main .part01 {
    margin-top: 8rem;
    margin-bottom: 0;
  }
  .about .main .part01 .w90 .bottom {
    padding-top: 3rem;
  }
  .about .main .part01 .w90 .top .smailText {
    margin-top: 3rem;
  }
  .about .main .part02 .w90 .top .p02_title h2 {
    font-size: 3.5rem;
  }
  .about .main .part02 .w90 .bottom > div ul li .text h2 {
    font-size: 1.125rem;
  }
  .about .main .part02 {
    padding-bottom: 7.5rem;
  }
  .about .main .part03 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .about .main .part03 .w90 .top .p03_title h2 {
    font-size: 3.5rem;
  }
  .about .main .part03 .w90 .top .p03_title::after {
    height: 3rem;
  }
  .about .main .part02 .w90 .top .p02_title::after {
    height: 3rem;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w90 .top .bigText h1 span {
    font-size: 1.75rem;
  }
  .about .main .part01 .w90 .top .bigText h1 {
    font-size: 1.75rem;
  }
  .about .main .part01 {
    margin-top: 6rem;
  }
  .about .main .part01 .w90 .top .smailText .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .about .main .part01 .w90 .top .smailText .item p {
    width: 100%;
  }
  .about .main .part01 .w90 .top .smailText .item .title3 h4 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .about .main .part01 .w90 .top .smailText .item .title3::after {
    height: 2rem;
  }
  .about .main .part01 .w90 .bottom p {
    font-size: 1.125rem;
  }
  .about .main .part02 {
    background-size: cover;
  }
  .about .main .part02 .w90 .top .p02_title h2 {
    font-size: 1.75rem;
  }
  .about .main .part02 .w90 .top .p02_title::after {
    height: 1.25rem;
  }
  .about .main .part02 .w90 .top .btn {
    display: none;
  }
  .about .main .part03 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .about .main .part03 .w90 .top .p03_title h2 {
    font-size: 1.75rem;
  }
  .about .main .part03 .w90 .top .p03_title::after {
    height: 1.25rem;
  }
  .about .main .part03 .w90 .top .p03_desc {
    width: 100%;
    margin-top: 0.5rem;
  }
  .about .main .part03 .w90 .top .p03_desc p {
    font-size: 1.125rem;
  }
  .about .main .part03 .w90 .bottom ul li {
    width: 100%;
  }
}
.product .main {
  background-color: #f7fbf9;
  padding-bottom: 8.75rem;
}
.product .main .w90 .top {
  padding-top: 8.75rem;
}
.product .main .w90 .top .pro_title h1 {
  font-size: 5.375rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.125rem;
  font-family: "myFontSemiBold";
}
.product .main .w90 .top .pro_title h1 span {
  font-size: 5.375rem;
  color: #67bd8e;
  line-height: 1;
}
.product .main .w90 .top .pro_title p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.product .main .w90 .top .btn {
  margin-top: 3rem;
}
.product .main .w90 .top .btn ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .top .btn ul li {
  margin: 0 0.625rem;
}
.product .main .w90 .top .btn ul li span {
  display: block;
  width: auto;
  height: 3.125rem;
  background-color: transparent;
  border: 3px solid #67bd8e;
  transition: background-color 0.5s cubic-bezier(0.435, 0.25, 0.15, 0.965);
  transform: skew(-28deg);
  padding: 0 3rem;
  border-radius: 0.5rem;
}
.product .main .w90 .top .btn ul li span i {
  transform: skew(28deg);
  display: block;
  font-size: 1rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 700;
  text-align: center;
}
.product .main .w90 .bottom {
  margin-top: 5rem;
}
.product .main .w90 .bottom h4 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.125rem;
}
.product .main .w90 .bottom ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .bottom ul li {
  width: 24%;
  border-radius: 0.875rem;
  overflow: hidden;
  border: 4px solid #fff;
  transition: all 0.5s ease;
  position: relative;
  margin-right: 1.3%;
  box-sizing: border-box;
  margin-bottom: 1.875rem;
  box-shadow: 0 0 2rem rgba(35, 106, 67, 0.1);
}
.product .main .w90 .bottom ul li:nth-of-type(4n) {
  margin-right: 0;
}
.product .main .w90 .bottom ul li:hover {
  border: 4px solid #67bd8e;
}
.product .main .w90 .bottom ul li:hover .p_icon {
  opacity: 1;
}
.product .main .w90 .bottom ul li .p_icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #67bd8e;
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .bottom ul li .p_icon i {
  font-size: 1.75rem;
  color: #fff;
}
.product .main .w90 .bottom ul li .img img {
  width: 100%;
}
.product .main .w90 .bottom ul li .text {
  background-color: #fff;
  height: 5.5rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product .main .w90 .bottom ul li .text h4 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1440px) {
  .product .main .w90 .top .btn ul li {
    margin: 0 0.375rem;
  }
  .product .main .w90 .top .btn ul li span i {
    font-size: 0.875rem;
  }
  .product .main .w90 .top .btn ul li span {
    padding: 0 0.875rem;
  }
  .product .main .w90 .top .pro_title h1 {
    font-size: 3.5rem;
  }
  .product .main .w90 .top .pro_title h1 span {
    font-size: 3.5rem;
  }
  .product .main .w90 .top .btn {
    margin-top: 2.5rem;
  }
  .product .main .w90 .bottom {
    margin-top: 5rem;
  }
  .product .main .w90 .bottom ul li .text {
    height: 4rem;
  }
  .product .main .w90 .bottom ul li .text h4 {
    margin-bottom: 0;
    font-size: 1rem;
  }
  .product .main {
    padding-bottom: 0rem;
  }
  .product .main .w90 .top {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .product .main .w90 .top .pro_title h1 {
    font-size: 1.75rem;
  }
  .product .main .w90 .top .pro_title h1 span {
    font-size: 1.75rem;
  }
  .product .main .w90 .top .pro_title p {
    font-size: 1.125rem;
  }
  .product .main .w90 .top .btn {
    display: none;
  }
  .product .main .w90 .bottom ul li {
    width: 100%;
  }
  .product .main .w90 .bottom {
    margin-top: 3rem;
  }
}
.product_details .main .part01 {
  margin-top: 7.5rem;
  margin-bottom: 6.25rem;
}
.product_details .main .part01 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w90 .left {
  width: 46%;
  border: 1px solid #e9e9e9;
  border-radius: 1.875rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 2rem rgba(35, 106, 67, 0.1);
}
.product_details .main .part01 .w90 .left .img {
  text-align: center;
  overflow: hidden;
  height: 0;
  padding-bottom: 40rem;
}
.product_details .main .part01 .w90 .left .img img {
  width: 100%;
  display: block;
}
.product_details .main .part01 .w90 .left .s_img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0rem;
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.product_details .main .part01 .w90 .left .s_img ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main .part01 .w90 .left .s_img ul li {
  width: 8%;
  border: 2px solid #fff;
  box-sizing: border-box;
  margin: 0 0.625rem;
}
.product_details .main .part01 .w90 .left .s_img ul li.current {
  border: 2px solid #67bd8e;
}
.product_details .main .part01 .w90 .left .s_img ul li img {
  width: 100%;
  display: block;
}
.product_details .main .part01 .w90 .right {
  width: 46%;
}
.product_details .main .part01 .w90 .right .title {
  margin-bottom: 1.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product_details .main .part01 .w90 .right .p_des {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border: 1px solid #dfdfdf;
  background-color: #f7fbf9;
  box-sizing: border-box;
  padding: 1.5rem;
}
.product_details .main .part01 .w90 .right .p_des p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part01 .w90 .right .d_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.product_details .main .part01 .w90 .right .d_item h3 {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5rem;
}
.product_details .main .part01 .w90 .right .d_item p {
  font-size: 1.125rem;
  color: #999;
  line-height: 1.2;
  font-weight: 100;
  text-align: left;
}
.product_details .main .part01 .w90 .right .p_telBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.product_details .main .part01 .w90 .right .p_telBox .p_tel {
  background-color: #67bd8e;
  width: 14rem;
  border-radius: 1.75rem;
  margin-right: 1rem;
}
.product_details .main .part01 .w90 .right .p_telBox .p_tel h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.125rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 100;
  text-align: center;
}
.product_details .main .part01 .w90 .right .p_telBox .p_tel h4 i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}
.product_details .main .part01 .w90 .right .btn {
  margin-top: 2.5rem;
}
.product_details .main .part01 .w90 .right .btn .btn1 {
  margin-bottom: 1rem;
}
.product_details .main .part01 .w90 .right .btn .btn1 a {
  font-size: 1.125rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main .part01 .w90 .right .btn .btn1 a span {
  font-size: 0.9375rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main .part02 {
  width: 100%;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  background-color: #f7fbf9;
}
.product_details .main .part02 .w90 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main .part02 .w90 .left {
  width: 66%;
}
.product_details .main .part02 .w90 .left .title {
  margin-bottom: 1.875rem;
}
.product_details .main .part02 .w90 .left .l_content {
  background-color: #fff;
  min-height: 25rem;
  padding: 3rem;
  box-sizing: border-box;
  text-align: center;
}
.product_details .main .part02 .w90 .left .l_content img {
  width: initial;
}
.product_details .main .part02 .w90 .left .l_content p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1rem;
}
.product_details .main .part02 .w90 .left .l_content p strong {
  font-weight: 600;
}
.product_details .main .part02 .w90 .right {
  width: 28%;
}
.product_details .main .part02 .w90 .right .title {
  margin-bottom: 1.875rem;
}
.product_details .main .part02 .w90 .right ul li {
  padding: 1.875rem;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 1.875rem;
}
.product_details .main .part02 .w90 .right ul li .img img {
  width: 100%;
}
.product_details .main .part02 .w90 .right ul li .text h4 {
  font-size: 1.25rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .product_details .main .part01 .w90 .right .btn {
    margin-top: 2.5rem;
  }
  .product_details .main .part02 .w90 .right ul li .text h4 {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main .part01 .w90 .left {
    width: 100%;
  }
  .product_details .main .part01 .w90 .left .img {
    padding-bottom: 15rem;
  }
  .product_details .main .part01 .w90 .left .s_img ul li {
    width: 12%;
    margin: 0 0.25rem;
  }
  .product_details .main .part01 .w90 .left .s_img {
    padding: 0.5rem 0;
  }
  .product_details .main .part01 {
    margin-top: 5.5rem;
  }
  .product_details .main .part01 .w90 .right {
    width: 100%;
    margin-top: 3rem;
  }
  .product_details .main .part01 .w90 .right .p_telBox .p_tel {
    margin-bottom: 0.5rem;
  }
  .product_details .main .part02 .w90 .left {
    width: 100%;
  }
  .product_details .main .part02 .w90 .left .l_content {
    padding: 1rem;
  }
  .product_details .main .part02 .w90 .left .l_content img {
    width: 100%;
  }
  .product_details .main .part02 .w90 .right {
    width: 100%;
    margin-top: 2rem;
  }
}
.news .main {
  padding-top: 10rem;
}
.news .main .w90 ul li {
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.news .main .w90 ul li:hover a .img img {
  transform: scale(1.2);
}
.news .main .w90 ul li:hover a .text h3 {
  transform: translateY(-1.25rem);
  color: #67bd8e;
}
.news .main .w90 ul li:hover a .text .more {
  background-color: #67bd8e;
  color: #fff;
}
.news .main .w90 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .w90 ul li a .img {
  width: 36%;
  height: 20.625rem;
  border-radius: 1.625rem;
  overflow: hidden;
  position: relative;
}
.news .main .w90 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
  transition: all 0.5s ease;
}
.news .main .w90 ul li a .text {
  width: 58%;
}
.news .main .w90 ul li a .text h3 {
  font-size: 1.625rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
  transition: all 0.5s ease;
}
.news .main .w90 ul li a .text span {
  font-size: 1rem;
  color: #67bd8e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.news .main .w90 ul li a .text p {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.6;
  font-weight: 400;
  text-align: left;
}
.news .main .w90 ul li a .text .more {
  margin-top: 2.5rem;
  background-color: #f7fbf9;
  transition: all 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 13.75rem;
  border-radius: 1.75rem;
  font-size: 0.9375rem;
  color: #67bd8e;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: left;
}
.news .main .w90 ul li a .text .more i {
  margin-left: 0.625rem;
}
.news .main .w90 ul li:nth-of-type(1) {
  animation-delay: 0.2s;
}
.news .main .w90 ul li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.news .main .w90 ul li:nth-of-type(3) {
  animation-delay: 0.6s;
}
.news .main .w90 ul li:nth-of-type(4) {
  animation-delay: 0.8s;
}
.news .main .w90 ul li:nth-of-type(5) {
  animation-delay: 1s;
}
.news .main .w90 ul li:nth-of-type(6) {
  animation-delay: 1.2s;
}
@media screen and (max-width: 1440px) {
  .news .main .w90 ul li a .text h3 {
    font-size: 1.25rem;
  }
  .news .main .w90 ul li a .img {
    height: 16.25rem;
  }
}
@media screen and (max-width: 992px) {
  .news .main .w90 ul li a .img {
    width: 100%;
    height: 12rem;
  }
  .news .main .w90 ul li a .text {
    width: 100%;
    margin-top: 1.5rem;
  }
  .news .main .w90 ul li a .text h3 {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .news .main .w90 ul li a .text p {
    line-height: 1.5;
  }
  .news .main {
    padding-top: 3rem;
  }
}
.news_details {
  background-color: #f7fbf9;
}
.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: 700;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .share {
  display: flex;
  justify-content: center;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #d6d6d6;
  margin-bottom: 2.5rem;
}
.news_details .main .n_center .ct .detailed .sub2 .share p {
  font-size: 0.875rem;
  margin: 0 0.625rem;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  padding: 4rem 3rem;
  box-sizing: border-box;
  background-color: #fff;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content h3 {
  margin-bottom: 20px;
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 600;
  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: 3.75rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.6875rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  padding: 0 1.25rem;
  box-sizing: border-box;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 0.625rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 0.625rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 1.5rem;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
  font-weight: 1;
  text-align: left;
  padding: 0.875rem;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 1.5rem;
  }
  .news_details .main .ct .detailed .sub2 .news_content p {
    font-size: 0.875rem;
  }
  .news_details .main .ct .detailed .sub2 .np div a {
    font-size: 0.875rem;
    line-height: 3rem;
  }
  .news_details .main .ct .detailed .sub2 .np div {
    width: 49%;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1.5rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .np div a {
    font-size: 0.875rem;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main .n_center .ct .detailed .sub2 .news_content {
    padding: 1rem;
  }
  .news_details .mt-100 {
    margin-top: 4.375rem;
  }
  .news_details .main .n_center .ct .detailed > .n_title h3 {
    font-size: 1.125rem;
    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: 3rem;
    margin-bottom: 0.625rem;
    justify-content: flex-start;
    padding-left: 1.25rem;
  }
  .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: 0.9375rem;
  }
}
.contact .main {
  background-color: #f7fbf9;
}
.contact .main > div {
  padding-top: 10rem;
}
.contact .main > div .c_top {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3.125rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .c_top .title h4 {
  font-size: 4.625rem;
}
.contact .main > div .c_top .title::after {
  height: 4rem;
}
.contact .main > div .c_top .en p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.5;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top {
  margin-top: 4.375rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left {
  width: 100%;
}
.contact .main > div .top .top_left ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_left ul li {
  width: 24%;
  height: 16rem;
  box-shadow: 0 0.625rem 1.2rem rgba(46, 0, 2, 0.05);
  border-radius: 1.25rem;
  padding: 1.875rem 1.25rem 0.625rem;
  background-color: #fff;
  box-sizing: border-box;
}
.contact .main > div .top .top_left ul li:nth-of-type(5) .text p {
  font-size: 1rem;
}
.contact .main > div .top .top_left ul li .img {
  text-align: center;
}
.contact .main > div .top .top_left ul li .img i {
  color: #237749;
  font-size: 3.5rem;
  line-height: 1;
}
.contact .main > div .top .top_left ul li .text {
  margin-top: 0.5rem;
}
.contact .main > div .top .top_left ul li .text h3 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.contact .main > div .top .top_left ul li .text p {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
}
.contact .main > div .top .top_right {
  margin-top: 3.125rem;
  width: 100%;
  background-color: #fff;
  padding: 3.125rem;
  box-sizing: border-box;
  border-radius: 1.25rem;
}
.contact .main > div .top .top_right h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.contact .main > div .top .top_right .message {
  margin-top: 1.25rem;
}
.contact .main > div .top .top_right .message .ms1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 {
  width: 49%;
  height: 3.75rem;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
}
.contact .main > div .top .top_right .message .ms1 .ms1_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms2 {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 {
  width: 49%;
  height: 3.75rem;
  background-color: #f2f5f5;
  box-sizing: border-box;
  padding: 0.625rem 1.25rem;
}
.contact .main > div .top .top_right .message .ms2 .ms2_sub1 input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #f2f5f5;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms3 {
  margin-top: 1rem;
  background-color: #f2f5f5;
  height: 12.5rem;
  box-sizing: border-box;
  padding: 1.25rem;
}
.contact .main > div .top .top_right .message .ms3 textarea {
  width: 100%;
  height: 100%;
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.contact .main > div .top .top_right .message .ms4 {
  margin-top: 1.25rem;
  width: 100%;
}
.contact .main > div .top .top_right .message .ms4 button {
  width: 100%;
  height: 3.5rem;
  background-color: #67bd8e;
  font-size: 1.5rem;
  color: #fff;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main > div .top .top_left ul li .text p {
    font-size: 1rem;
  }
  .contact .main > div .c_top .title h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .contact .main > div .top .top_left ul li .text p {
    font-size: 1rem;
  }
  .contact .main > div .c_top .title h4 {
    font-size: 1.75rem;
  }
  .contact .main > div .c_top .title::after {
    height: 1.25rem;
  }
  .contact .main > div {
    padding-top: 6rem;
  }
  .contact .main > div .c_top .en {
    margin-top: 0.5rem;
  }
  .contact .main > div .c_top .en p {
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .contact .main > div .top .top_left ul li {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .contact .main > div .c_top {
    margin-bottom: 2.5rem;
  }
  .contact .main > div .top {
    margin-top: 2.5rem;
  }
  .contact .main > div .top .top_right {
    padding: 1rem;
  }
  .contact .main > div .top .top_right h3 {
    font-size: 1.25rem;
  }
  .contact .main > div .top .top_right .message .ms4 button {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1440px) {
  .title h4 {
    font-size: 2rem;
  }
  .title::after {
    height: 1.6rem;
  }
  .title2 h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  header {
    display: none;
  }
  footer .w90 .left {
    width: 100%;
  }
  footer .w90 .center {
    display: none;
  }
  footer .w90 .right {
    width: 100%;
  }
  footer .w90 .right .item {
    width: 100%;
  }
  footer .w90 .left .f_banquan {
    display: none;
  }
  footer .w90 .left .f_icon {
    display: none;
  }
  footer .w90 .left .f_email {
    display: none;
  }
  footer {
    padding-top: 6rem;
  }
  footer .w90 .left .f_logo img {
    width: 50%;
  }
  .title h4 {
    font-size: 1.5rem;
    margin-left: 10px;
  }
  .title::after {
    height: 1rem;
    width: 10px;
  }
  .title2 h4 {
    font-size: 1.25rem;
  }
}
