.scrollDown {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}
.scrollDown h3 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  font-weight: 600;
}
.scrollDown i {
  font-size: 16px;
  color: #000;
  line-height: 1;
  margin-left: 10px;
  /* 动画设置 */
  animation: arrowAnimation 1.2s infinite ease-in-out;
  opacity: 0;
  transform: translateY(0);
}
.more2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.more2 a p {
  margin-right: 0.5rem;
  font-size: 1.125rem;
  color: #00492e;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  background: linear-gradient(90deg, #00492e 0%, #afe226 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}
.title h2 {
  font-size: 6.875rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  background: linear-gradient(90deg, #00492e 0%, #afe226 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  text-transform: uppercase;
}
.title p {
  font-size: 3.25rem;
  color: #000000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-top: 0.6rem;
}
.title.c {
  text-align: center;
}
.title.c h2 {
  font-size: 6.875rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: transparent;
}
.title.c p {
  font-size: 3.25rem;
  color: #000000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.title.w h2 {
  font-size: 6.875rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.title.w p {
  font-size: 3.25rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.n_title h2 {
  font-size: 5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  background: linear-gradient(90deg, #00492e 0%, #afe226 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  text-transform: uppercase;
}
.n_title p {
  font-size: 2.625rem;
  color: #000000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-top: 0.6rem;
}
.n_title.c {
  text-align: center;
}
.n_title.c h2 {
  font-size: 5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: transparent;
}
.n_title.c p {
  font-size: 2.625rem;
  color: #000000;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.n_title.w h2 {
  font-size: 6.875rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.n_title.w p {
  font-size: 3.25rem;
  color: #ffffff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  line-height: 6.25rem;
  height: 6.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
header > div {
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo {
  width: 20%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div .logo .logo_img {
  margin-right: 1.25rem;
}
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: 3.5625rem;
}
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: 72%;
  line-height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav ul {
  width: 90%;
  width: calc(100% - 80px);
  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: #f5fff5;
}
header > div nav ul li:hover .menu {
  height: auto;
  opacity: 1;
}
header > div nav ul li a {
  display: block;
  font-size: 1.125rem;
  color: #fff;
  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: #f5fff5;
}
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: 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: #afe226;
}
header > div nav ul li .menu .menu_item:hover a {
  color: #fff;
}
header > div nav .tool {
  width: 30px;
  padding-left: 20px;
}
header > div nav .tool > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
header > div nav .tool > div i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #afe226;
  line-height: 30px;
  text-align: center;
}
header > div nav .tool > div h3 {
  margin-left: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
}
header > div nav .tool > p {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
}
header.active {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
header.active > div nav ul li a {
  color: #333;
}
footer {
  background-color: #131313;
  padding-top: 7.5rem;
  padding-bottom: 4.375rem;
}
footer .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}
footer .w80 .top .left {
  width: 30%;
}
footer .w80 .top .left img {
  width: initial;
}
footer .w80 .top .left p {
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  letter-spacing: 5px;
  margin-top: 60px;
  opacity: 0.4;
}
footer .w80 .top .center {
  width: 30%;
}
footer .w80 .top .center .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .w80 .top .center .tel img {
  width: initial;
  margin-right: 0.8rem;
}
footer .w80 .top .center .tel h3 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w80 .top .center .ewmBox {
  margin-top: 8.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .top .center .ewmBox .item {
  margin-right: 0.625rem;
}
footer .w80 .top .center .ewmBox .item .img {
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.375rem;
}
footer .w80 .top .center .ewmBox .item .txt {
  margin-top: 0.8rem;
}
footer .w80 .top .center .ewmBox .item .txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.3;
}
footer .w80 .top .right {
  width: 8%;
}
footer .w80 .top .right .top_icon {
  float: right;
  width: 4rem;
  height: 4rem;
  border-radius: 0.375rem;
  background-color: #afe226;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
footer .w80 .top .right .top_icon img {
  width: initial;
  transform: rotate(-90deg);
}
footer .w80 .top .right .nav_list {
  float: right;
}
footer .w80 .top .right .nav_list ul li {
  margin-bottom: 1.25rem;
}
footer .w80 .top .right .nav_list ul li a {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
footer .w80 .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 2.25rem;
  opacity: 0.6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .w80 .bottom .left {
  width: 30%;
}
footer .w80 .bottom .left a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.625rem;
}
footer .w80 .bottom .left a:nth-of-type(2) {
  margin-bottom: 0;
}
footer .w80 .bottom .center {
  width: 30%;
}
footer .w80 .bottom .center p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.625rem;
}
footer .w80 .bottom .center p:nth-of-type(2) {
  margin-bottom: 0;
}
footer .w80 .bottom .right {
  width: 8%;
}
footer .w80 .bottom .right a {
  display: block;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: right;
}
.index .part01 {
  padding-top: 10.625rem;
  padding-bottom: 8.75rem;
  background: url(/images/part01Bg.jpg) no-repeat top center / cover;
}
.index .part01 .w80 .content {
  margin-top: 3.375rem;
}
.index .part01 .w80 .content .txt p {
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  text-indent: 2em;
  margin-bottom: 2rem;
}
.index .part01 .w80 .content .cs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .content .cs .item {
  width: 30%;
  height: 10.875rem;
  border-radius: 0.625rem;
  background-color: #fff;
  border: 1px solid #afe226;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part01 .w80 .content .cs .item .i_box .i_top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.index .part01 .w80 .content .cs .item .i_box .i_top h2 {
  font-size: 4.5rem;
  color: #2f9027;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part01 .w80 .content .cs .item .i_box .i_top span {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  margin-left: 8px;
}
.index .part01 .w80 .content .cs .item .i_box .i_bottom {
  margin-top: 1rem;
}
.index .part01 .w80 .content .cs .item .i_box .i_bottom p {
  font-size: 1rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  opacity: 0.6;
}
.index .part01 .w80 .content .more2 {
  margin-top: 3.75rem;
}
.index .part02 {
  padding-top: 10.625rem;
  padding-bottom: 8.75rem;
  background: url(/images/part02Bg.jpg) no-repeat top center / cover;
}
.index .part02 .w80 .content {
  margin-top: 3.375rem;
  min-height: 42rem;
  position: relative;
}
.index .part02 .w80 .content .title h2 {
  opacity: 0.3;
}
.index .part02 .w80 .content .itemBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.index .part02 .w80 .content .itemBox .item {
  width: 24%;
  height: 11.625rem;
  border-radius: 0.625rem;
  background-color: rgba(15, 32, 1, 0.8);
  backdrop-filter: blur(0.3rem);
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
.index .part02 .w80 .content .itemBox .item .p_icon {
  position: absolute;
  right: 1.875rem;
  top: 2.5rem;
}
.index .part02 .w80 .content .itemBox .item .p_icon img {
  width: 57px;
}
.index .part02 .w80 .content .itemBox .item .p_title {
  position: absolute;
  bottom: 2.5rem;
  left: 1.875rem;
}
.index .part02 .w80 .content .itemBox .item .p_title h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.5rem;
}
.index .part02 .w80 .content .itemBox .item .p_title p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
.index .part02 .w80 .content .itemBox .item .p_title2 {
  position: absolute;
  bottom: 8.5rem;
  left: 1.875rem;
  opacity: 0;
}
.index .part02 .w80 .content .itemBox .item .p_title2 h4 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0.5rem;
}
.index .part02 .w80 .content .itemBox .item .p_title2 p {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
.index .part02 .w80 .content .itemBox .item .p_txt {
  display: block;
  width: calc(100% - 3.75rem);
  height: 9rem;
  background-color: rgba(175, 226, 38, 0.7);
  backdrop-filter: blur(0.3rem);
  position: absolute;
  left: 1.875rem;
  bottom: 2.5rem;
  border-radius: 0.5rem;
  padding: 1rem;
  box-sizing: border-box;
  border: 1px solid #afe226;
  transform: scale(0.6);
  opacity: 0;
}
.index .part02 .w80 .content .itemBox .item .p_txt p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.index .part02 .w80 .content .itemBox .item .p_more {
  position: absolute;
  top: -1rem;
  right: 1.875rem;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 0.5rem;
  background-color: #afe226;
  box-shadow: 2px 2px 0.625rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part02 .w80 .content .itemBox .item .p_more .m_box {
  width: 100%;
  text-align: center;
}
.index .part02 .w80 .content .itemBox .item .p_more .m_box p {
  width: 100%;
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.index .part02 .w80 .content .itemBox .item.active {
  background-color: rgba(255, 255, 255, 0.6);
  height: 23.625rem;
}
.index .part02 .w80 .content .itemBox .item.active .p_icon {
  right: calc(100% - 7.0625rem);
  top: 2.5rem;
  transition: all 0.8s ease;
}
.index .part02 .w80 .content .itemBox .item.active .p_icon img {
  width: 5.1875rem;
}
.index .part02 .w80 .content .itemBox .item.active .p_title {
  display: none;
}
.index .part02 .w80 .content .itemBox .item.active .p_title2 {
  opacity: 1;
  bottom: 13.5rem;
  transition: all 0.8s ease;
}
.index .part02 .w80 .content .itemBox .item.active .p_title2 h4 {
  font-weight: 600;
  color: #afe226;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.index .part02 .w80 .content .itemBox .item.active .p_txt {
  transform: scale(1);
  opacity: 1;
  transition: all 0.8s ease;
}
.index .part02 .w80 .content .itemBox .item.active .p_more {
  opacity: 1;
  transition: all 0.8s ease;
}
.index .part03 {
  padding-top: 10.625rem;
  padding-bottom: 8.75rem;
  background: url(/images/part03Bg.jpg) no-repeat bottom center / cover;
}
.index .part03 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.index .part03 .w80 .top .p03_left img {
  width: initial;
}
.index .part03 .w80 .top .p03_right .title p {
  text-align: right;
}
.index .part03 .w80 .bottom {
  margin-top: 5.625rem;
  height: 30rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom .p03_b_left {
  position: relative;
  height: inherit;
  width: 30%;
}
.index .part03 .w80 .bottom .p03_b_left .list .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.25rem;
}
.index .part03 .w80 .bottom .p03_b_left .list .item img {
  width: initial;
  opacity: 0;
  margin-right: 0.5rem;
}
.index .part03 .w80 .bottom .p03_b_left .list .item p {
  font-size: 2.25rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.index .part03 .w80 .bottom .p03_b_left .list .item.active img {
  opacity: 1;
}
.index .part03 .w80 .bottom .p03_b_left .list .item.active p {
  background: linear-gradient(90deg, #00492e 0%, #afe226 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  text-transform: uppercase;
}
.index .part03 .w80 .bottom .p03_b_left .list .item:nth-of-type(2) {
  margin-bottom: 0;
}
.index .part03 .w80 .bottom .p03_b_left .btns {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom .p03_b_left .btns > div {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.index .part03 .w80 .bottom .p03_b_left .btns > div img {
  width: initial;
}
.index .part03 .w80 .bottom .p03_b_left .btns > div.btnLeft {
  margin-right: 0.375rem;
  background-color: #afe226;
}
.index .part03 .w80 .bottom .p03_b_left .btns > div.btnRight {
  background-color: #00492e;
}
.index .part03 .w80 .bottom .p03_b_right {
  width: 66%;
  height: inherit;
}
.index .part03 .w80 .bottom .p03_b_right > div {
  height: inherit;
}
.index .part03 .w80 .bottom .p03_b_right > div ul {
  height: inherit;
}
.index .part03 .w80 .bottom .p03_b_right > div ul li:hover a .imgBox .img img {
  transform: scale(1.1);
}
.index .part03 .w80 .bottom .p03_b_right > div ul li a {
  height: inherit;
  background: url(/images/proBg.jpg) no-repeat center / cover;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.index .part03 .w80 .bottom .p03_b_right > div ul li a .imgBox {
  position: relative;
  height: 70%;
}
.index .part03 .w80 .bottom .p03_b_right > div ul li a .imgBox .img {
  position: relative;
  z-index: 2;
  height: 100%;
}
.index .part03 .w80 .bottom .p03_b_right > div ul li a .imgBox .img img {
  height: 100%;
  transition: all 0.5s ease;
}
.index .part03 .w80 .bottom .p03_b_right > div ul li a .imgBox .img2 {
  position: absolute;
  bottom: -100%;
  transform: rotate(180deg);
  opacity: 0.5;
  height: 100%;
}
.index .part03 .w80 .bottom .p03_b_right > div ul li a .imgBox .img2 img {
  height: 100%;
  filter: blur(6px);
}
.index .part03 .w80 .bottom .p03_b_right > div .swiper-button-next,
.index .part03 .w80 .bottom .p03_b_right > div .swiper-button-prev {
  display: none;
}
.index .part04 {
  padding-top: 10.625rem;
  padding-bottom: 8.75rem;
  background: url(/images/part04Bg.jpg) no-repeat bottom center / cover;
}
.index .part04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.index .part04 .w80 .top .p04_left .title h2 {
  color: #afe226;
}
.index .part04 .w80 .top .p04_left .title p {
  text-align: left;
  color: #fff;
}
.index .part04 .w80 .top .p04_right .btns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .top .p04_right .btns > div {
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}
.index .part04 .w80 .top .p04_right .btns > div img {
  width: initial;
}
.index .part04 .w80 .top .p04_right .btns > div.btnLeft {
  margin-right: 0.375rem;
  background-color: #afe226;
}
.index .part04 .w80 .top .p04_right .btns > div.btnRight {
  background-color: #2f9027;
}
.index .part04 .w80 .bottom {
  margin-top: 4.6rem;
}
.index .part04 .w80 .bottom > div ul li {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 0.625rem solid #fff;
  box-sizing: border-box;
}
.index .part04 .w80 .bottom > div ul li:hover a .img img {
  transform: scale(1.1);
}
.index .part04 .w80 .bottom > div ul li:hover a .txt .t_top h3 {
  color: #afe226;
  font-weight: 600;
}
.index .part04 .w80 .bottom > div ul li a .img {
  width: 100%;
  height: 0;
  padding-bottom: 25rem;
  overflow: hidden;
  background-color: #fff;
}
.index .part04 .w80 .bottom > div ul li a .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.index .part04 .w80 .bottom > div ul li a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1.5rem 3rem 1.5rem;
  box-sizing: border-box;
  z-index: 2;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_top {
  margin-bottom: 1.25rem;
  height: 3rem;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_top h3 {
  font-size: 1.35rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_bottom .d {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: left;
  opacity: 0.6;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_bottom .m {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_bottom .m p {
  font-size: 1.125rem;
  color: #afe226;
  line-height: 1;
  font-weight: 100;
  text-align: left;
}
.index .part04 .w80 .bottom > div ul li a .txt .t_bottom .m i {
  font-size: 1rem;
  line-height: 1;
  color: #afe226;
}
.index .part04 .w80 .bottom > div ul li a .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
.index .part04 .w80 .bottom > div .swiper-button-next,
.index .part04 .w80 .bottom > div .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 1440px) {
  .index .part01 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .index .part01 .w80 .content {
    margin-top: 2.5rem;
  }
  .index .part01 .w80 .content .txt p {
    font-weight: 400;
  }
  .index .part01 .w80 .content .cs .item .i_box .i_top h2 {
    font-size: 3rem;
  }
  .index .part01 .w80 .content .cs .item {
    height: 9rem;
  }
  .index .part01 .w80 .content .more2 {
    margin-top: 2.5rem;
  }
  .index .part02 .w80 .content .title h2 {
    font-size: 4.5rem;
  }
  .index .part02 .w80 .content .title p {
    font-size: 2.4rem;
  }
  .index .part02 .w80 .content {
    min-height: 36rem;
  }
  .index .part02 {
    padding-top: 4.625rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_txt {
    height: 11rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_icon img {
    width: 2.625rem;
  }
  .index .part02 .w80 .content .itemBox .item.active .p_title2 {
    bottom: 14.5rem;
  }
  .index .part02 .w80 .content .itemBox .item.active .p_icon img {
    width: 4rem;
  }
  .index .part03 .w80 .top .p03_left img {
    width: 28.75rem;
  }
  .index .part03 {
    padding: 8rem 0;
  }
  .index .part03 .w80 .bottom .p03_b_left .list .item {
    margin-bottom: 2rem;
  }
  .index .part03 .w80 .bottom .p03_b_left .list .item p {
    font-size: 1.8rem;
  }
  .index .part03 .w80 .bottom .p03_b_left .list .item img {
    width: 0.625rem;
  }
  .index .part03 .w80 .bottom .p03_b_left .btns > div {
    width: 4rem;
    height: 4rem;
  }
  .index .part03 .w80 .bottom {
    height: 24rem;
  }
  .index .part04 {
    padding: 8rem 0;
  }
  .index .part04 .w80 .top .p04_right .btns > div {
    width: 4rem;
    height: 4rem;
  }
  .index .part04 .w80 .bottom {
    margin-top: 2.6rem;
  }
  .index .part04 .w80 .bottom > div ul li a .img {
    padding-bottom: 18rem;
  }
  .index .part04 .w80 .bottom > div ul li a .txt .t_bottom .d {
    font-size: 1rem;
  }
  .index .part04 .w80 .bottom > div ul li a .txt .t_bottom .m p {
    font-size: 1rem;
  }
  .index .part04 .w80 .bottom > div ul li a .txt {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .index .part01 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .index .part01 .w80 .content .txt p {
    font-size: 1rem;
  }
  .index .part01 .w80 .content .cs .item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .index .part01 .w80 .content .cs .item .i_box .i_top h2 {
    font-size: 2.5rem;
  }
  .index .part02 .w80 .content .title h2 {
    font-size: 2rem;
  }
  .index .part02 .w80 .content .title p {
    font-size: 1.25rem;
  }
  .index .part02 .w80 .content .itemBox .item {
    width: 100%;
  }
  .index .part02 .w80 .content {
    min-height: auto;
    height: auto;
  }
  .index .part02 .w80 .content .itemBox {
    position: static;
    margin-top: 3.125rem;
  }
  .index .part02 .w80 .content .itemBox .item {
    margin-bottom: 1rem;
  }
  .index .part02 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_title h4 {
    font-size: 1.25rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_title p {
    font-size: 0.875rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_txt {
    height: 8.6rem;
  }
  .index .part02 .w80 .content .itemBox .item.active {
    height: 20rem;
  }
  .index .part02 .w80 .content .itemBox .item.active .p_title2 {
    bottom: 11rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_txt {
    bottom: 1.5rem;
  }
  .index .part02 .w80 .content .itemBox .item.active .p_title2 h4 {
    font-size: 1.25rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_more {
    width: 4rem;
    height: 4rem;
  }
  .index .part02 .w80 .content .itemBox .item .p_more .m_box p {
    font-size: 0.875rem;
  }
  .index .part03 .w80 .top .p03_left img {
    width: 100%;
  }
  .index .part03 .w80 .top .p03_left {
    margin-bottom: 1.875rem;
  }
  .index .part03 .w80 .top .p03_right .title h2 {
    text-align: left;
  }
  .index .part03 .w80 .top .p03_right .title p {
    text-align: left;
  }
  .index .part03 .w80 .bottom {
    margin-top: 3rem;
    height: 24rem;
  }
  .index .part03 .w80 .bottom .p03_b_left {
    width: 100%;
    height: auto;
  }
  .index .part03 .w80 .bottom .p03_b_left .list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .index .part03 .w80 .bottom .p03_b_left .list .item {
    margin-bottom: 0;
    margin-right: 1rem;
  }
  .index .part03 .w80 .bottom .p03_b_left .list .item p {
    font-size: 1.25rem;
  }
  .index .part03 .w80 .bottom .p03_b_right {
    width: 100%;
    height: 20rem;
  }
  .index .part03 .w80 .bottom .p03_b_left .btns {
    display: none;
  }
  .index .part04 .w80 .top .p04_right .btns > div {
    width: 3rem;
    height: 3rem;
  }
  .index .part04 .w80 .bottom > div ul li a .txt .t_top h3 {
    font-size: 1.125rem;
  }
}
.about .main {
  padding-top: 10rem;
}
.about .main .part01 {
  background: url(/images/aboutPart01Bg.jpg) no-repeat bottom center / 100%;
  padding-bottom: 9.5rem;
}
.about .main .part01 .w80 {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .sub1 {
  width: 50%;
  height: 41.25rem;
}
.about .main .part01 .w80 .sub1 .txt {
  margin-top: 3rem;
}
.about .main .part01 .w80 .sub1 .txt p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1.25rem;
  text-indent: 2em;
}
.about .main .part01 .w80 .sub1 .c_click {
  margin-top: 3.125rem;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part01 .w80 .sub1 .c_click p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  margin-right: 1rem;
  transition: all 0.5s ease;
}
.about .main .part01 .w80 .sub1 .c_click:hover p {
  font-weight: 600;
  color: #00492e;
}
.about .main .part01 .w80 .sub2 {
  position: relative;
  width: 44%;
  height: 41.25rem;
}
.about .main .part01 .w80 .sub2 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 60%;
  overflow: hidden;
  border-radius: 1.25rem;
  border-top: 0.625rem solid #fff;
  border-right: 0.625rem solid #fff;
  box-shadow: -20px 23px 2rem rgba(0, 0, 0, 0.1);
}
.about .main .part01 .w80 .sub2 .img img {
  width: 100%;
  display: block;
}
.about .main .part01 .w80 .sub2 .img2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  overflow: hidden;
  border-radius: 1.25rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.about .main .part01 .w80 .sub2 .img2 img {
  width: 100%;
  display: block;
}
.about .main .part02 {
  width: 100%;
  height: 56.25rem;
  background: url(/images/aboutBg3.webp) no-repeat fixed center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 {
  height: 36rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  padding: 5rem 5rem;
  box-sizing: border-box;
}
.about .main .part02 .w80 .p02_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.about .main .part02 .w80 .p02_top .p02_t_left {
  width: 30%;
}
.about .main .part02 .w80 .p02_top .p02_t_left h2 {
  font-size: 3.5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  font-family: "MyFont";
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.about .main .part02 .w80 .p02_top .p02_t_right {
  width: 68%;
}
.about .main .part02 .w80 .p02_top .p02_t_right p {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.about .main .part02 .w80 .p02_bottom {
  margin-top: 1.875rem;
}
.about .main .part02 .w80 .p02_bottom > div {
  margin-top: 3.875rem;
}
.about .main .part02 .w80 .p02_bottom > div ul li .p02_line {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part02 .w80 .p02_bottom > div ul li .p02_line span {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #afe226;
}
.about .main .part02 .w80 .p02_bottom > div ul li .p02_line img {
  width: 2rem;
  margin: 0 1rem;
}
.about .main .part02 .w80 .p02_bottom > div ul li .p02_honorImg {
  width: 100%;
  text-align: center;
  border-radius: 6px;
  padding: 0.625rem;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
}
.about .main .part02 .w80 .p02_bottom > div ul li .p02_honorImg img {
  width: 100%;
  margin: 0 auto;
}
.about .main .part00 {
  background: url(/images/part00Bg.jpg) no-repeat bottom center / cover;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}
.about .main .part00 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.about .main .part00 .w80 .top h3 {
  font-size: 3.5rem;
  color: #afe226;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part00 .w80 .top span {
  width: calc(50% - 15rem);
  height: 1px;
  display: block;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.about .main .part00 .w80 .bottom div ul {
  padding-bottom: 6.25rem;
}
.about .main .part00 .w80 .bottom div ul li {
  background-image: url(/images/honorBg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 18rem;
  box-sizing: border-box;
  padding: 3.75rem 1.875rem;
  opacity: 0 !important;
  position: relative;
}
.about .main .part00 .w80 .bottom div ul li.swiper-slide-active {
  opacity: 1 !important;
}
.about .main .part00 .w80 .bottom div ul li h4 {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 16rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4), #afe226);
  /* 渐变方向及颜色 */
  -webkit-background-clip: text;
  /* 兼容WebKit内核浏览器 */
  background-clip: text;
  color: transparent;
  /* 隐藏原始文字颜色 */
  opacity: 1;
}
.about .main .part00 .w80 .bottom div ul li p {
  width: calc(100% - 12rem);
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  font-weight: 100;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about .main .part00 .w80 .bottom div .swiper-pagination {
  bottom: 3.125rem;
  padding: 0 1.25rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part00 .w80 .bottom div .swiper-pagination span {
  display: block;
  position: relative;
  color: #4e7064;
  opacity: 1;
  background-color: #4e7064;
}
.about .main .part00 .w80 .bottom div .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
  color: #fff;
}
.about .main .part00 .w80 .bottom div .swiper-pagination span.swiper-pagination-bullet-active::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.25rem;
  background-color: #afe226;
}
.about .main .part00 .w80 .bottom div .swiper-pagination span::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -2.875rem;
  z-index: -1;
  transform: translate(-50%, 0);
  font-weight: 700;
  font-size: 1.125rem;
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(1)::before {
  content: "1993";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(2)::before {
  content: "2002";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(3)::before {
  content: "2006";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(4)::before {
  content: "2011";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(5)::before {
  content: "2012";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(6)::before {
  content: "2013";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(7)::before {
  content: "2015";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(8)::before {
  content: "2016";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(9)::before {
  content: "2017";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(10)::before {
  content: "2018";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(11)::before {
  content: "2019";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(12)::before {
  content: "2020";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(13)::before {
  content: "2022";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(14)::before {
  content: "2023";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(15)::before {
  content: "2024";
}
.about .main .part00 .w80 .bottom div .swiper-pagination span:nth-of-type(16)::before {
  content: "2025";
}
.about .main .part00 .w80 .bottom div .swiper-button-next {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.25rem;
  border: 1px solid #afe226;
  transition: all 0.5s ease;
}
.about .main .part00 .w80 .bottom div .swiper-button-next:hover {
  background-color: #ffffff;
}
.about .main .part00 .w80 .bottom div .swiper-button-next::after {
  font-size: 0.875rem;
  color: #afe226;
}
.about .main .part00 .w80 .bottom div .swiper-button-prev {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.25rem;
  border: 1px solid #afe226;
  transition: all 0.5s ease;
}
.about .main .part00 .w80 .bottom div .swiper-button-prev:hover {
  background-color: #ffffff;
}
.about .main .part00 .w80 .bottom div .swiper-button-prev::after {
  font-size: 0.875rem;
  color: #afe226;
}
.about .main .part00::after {
  display: block;
  content: "";
  width: 100%;
  height: 0.0625rem;
  border-top: 0.0625rem dashed #4e7064;
  position: absolute;
  left: 0;
  bottom: 13.25rem;
}
.about .main .part03 {
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 {
  box-sizing: border-box;
  padding-bottom: 3.125rem;
}
.about .main .part03 .w80 .p03_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.5rem;
}
.about .main .part03 .w80 .p03_top h3 {
  font-size: 3.5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.about .main .part03 .w80 .p03_top span {
  width: calc(100% - 15rem);
  height: 1px;
  display: block;
  border-bottom: 1px dashed #000;
}
.about .main .part03 .w80 .p03_bottom ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part03 .w80 .p03_bottom ul li {
  width: 23%;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 6px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about .main .part03 .w80 .p03_bottom ul li:hover .img img {
  transform: scale(1.1);
}
.about .main .part03 .w80 .p03_bottom ul li .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.about .main .part04 {
  background: url(/images/part04Bg.jpg) no-repeat bottom center / cover;
  padding-bottom: 5rem;
  padding-top: 10rem;
}
.about .main .part04 .w80 .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
.about .main .part04 .w80 .top .p04_t_left {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about .main .part04 .w80 .top .p04_t_left .item {
  font-size: 2.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  margin-right: 2rem;
  letter-spacing: 2px;
  cursor: pointer;
}
.about .main .part04 .w80 .top .p04_t_left .item::after {
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  margin-top: 6px;
  background-color: #afe226;
  transition: all 0.5s ease;
}
.about .main .part04 .w80 .top .p04_t_left .item.active {
  font-size: 3.5rem;
}
.about .main .part04 .w80 .top .p04_t_left .item.active::after {
  width: 100%;
}
.about .main .part04 .w80 .top .p04_t_right {
  width: 56%;
}
.about .main .part04 .w80 .top .p04_t_right p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.about .main .part04 .w80 .bottom {
  margin-top: 3.75rem;
  min-height: 80vh;
  position: relative;
}
.about .main .part04 .w80 .bottom .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translateY(3.75rem);
}
.about .main .part04 .w80 .bottom .item.active {
  display: block;
  z-index: 3;
  opacity: 1;
  transition: all 1s ease;
  transform: translateY(0);
}
.about .main .part04 .w80 .bottom .item ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.about .main .part04 .w80 .bottom .item ul li {
  width: 23%;
  margin-right: 2.66%;
  background-color: #fff;
  padding: 0.5rem;
  box-sizing: border-box;
  border-radius: 0.375rem;
  margin-bottom: 1.25rem;
  position: relative;
}
.about .main .part04 .w80 .bottom .item ul li:nth-of-type(4n) {
  margin-right: 0;
}
.about .main .part04 .w80 .bottom .item ul li .l_box {
  position: relative;
  z-index: 3;
  width: 100%;
}
.about .main .part04 .w80 .bottom .item ul li .l_box .img {
  overflow: hidden;
}
.about .main .part04 .w80 .bottom .item ul li .l_box .img img {
  width: 100%;
  transition: all 0.5s ease;
}
.about .main .part04 .w80 .bottom .item ul li .l_box .txt {
  background-color: #fff;
}
.about .main .part04 .w80 .bottom .item ul li .l_box .txt h3 {
  font-size: 1.125rem;
  color: #00492e;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: center;
}
.about .main .part04 .w80 .bottom .item ul li::after {
  display: block;
  content: "";
  background-color: #afe226;
  width: 100%;
  height: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0.375rem;
  transition: all 0.5s ease;
}
.about .main .part04 .w80 .bottom .item ul li:hover::after {
  height: 100%;
}
.about .main .part04 .w80 .bottom .item ul li:hover .l_box .img img {
  transform: scale(1.1);
}
.about .main .part04 .w80 .bottom .item ul li:hover .l_box .txt h3 {
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .about .main .part01 .w80 .sub1 .txt p {
    font-size: 1rem;
    font-weight: normal;
  }
  .about .main .part01 .w80 .sub1 .txt {
    margin-top: 2rem;
  }
  .about .main .part01 .w80 .sub1 {
    height: 36.5rem;
  }
  .about .main .part01 .w80 .sub2 {
    height: 36.5rem;
  }
  .about .main .part01 {
    padding-bottom: 8rem;
  }
  .about .main .part02 .w80 {
    padding: 4rem 4rem;
    height: 28rem;
  }
  .about .main .part02 .w80 .p02_top .p02_t_left h2 {
    font-size: 2.5rem;
  }
  .about .main .part02 .w80 .p02_top .p02_t_right p {
    font-size: 1rem;
  }
  .about .main .part02 .w80 .p02_top .p02_t_left {
    width: 22%;
  }
  .about .main .part02 .w80 .p02_top .p02_t_right {
    width: 72%;
  }
  .about .main .part02 {
    height: 45rem;
  }
  .about .main .part03 .w80 .p03_top h3 {
    font-size: 2.5rem;
  }
  .about .main .part03 .w80 .p03_top {
    margin-bottom: 2.4rem;
  }
  .about .main .part03 {
    margin: 8rem 0;
  }
  .about .main .part04 .w80 .top .p04_t_left .item.active {
    font-size: 2rem;
  }
  .about .main .part04 .w80 .top .p04_t_left .item {
    font-size: 1.8rem;
  }
  .about .main .part04 .w80 .top .p04_t_left .item:nth-last-of-type(1) {
    margin-right: 0;
  }
  .about .main .part04 .w80 .top .p04_t_right p {
    font-size: 1rem;
  }
  .about .main .part04 .w80 .top .p04_t_left {
    width: auto;
  }
  .about .main .part04 .w80 .top .p04_t_right {
    width: 64%;
  }
  .about .main .part04 {
    padding-top: 8rem;
    padding-bottom: 0rem;
  }
  .about .main .part02 .w80 .p02_bottom > div {
    margin-top: 1.5rem;
  }
  .about .main .part00 .w80 .top h3 {
    font-size: 2.5rem;
  }
  .about .main .part00 .w80 .bottom div ul li h4 {
    font-size: 12rem;
  }
  .about .main .part00 .w80 .bottom div ul li p {
    font-size: 1.5rem;
  }
  .about .main .part00 .w80 .bottom div .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .about .main .part01 .w80 .sub1 {
    width: 100%;
    height: auto;
  }
  .about .main .part01 .w80 .sub2 {
    width: 100%;
    height: auto;
    margin-top: 2rem;
  }
  .about .main .part01 .w80 .sub2 .img {
    position: relative;
    width: 100%;
    margin-bottom: 2rem;
  }
  .about .main .part01 .w80 .sub2 .img2 {
    width: 100%;
    position: relative;
  }
  .about .main {
    padding-top: 6rem;
  }
  .about .main .part02 {
    background-size: cover;
    height: 35rem;
  }
  .about .main .part02 .w80 {
    padding: 2rem;
    height: 24rem;
  }
  .about .main .part02 .w80 .p02_top .p02_t_right {
    display: none;
  }
  .about .main .part02 .w80 .p02_top .p02_t_left {
    width: 100%;
  }
  .about .main .part02 .w80 .p02_top .p02_t_left h2 {
    font-size: 1.25rem;
  }
  .about .main .part03 .w80 .p03_bottom ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about .main .part03 .w80 .p03_top h3 {
    font-size: 1.25rem;
  }
  .about .main .part03 .w80 .p03_top span {
    width: calc(100% - 8rem);
  }
  .about .main .part03 {
    margin: 8rem 0 4rem 0;
  }
  .about .main .part04 .w80 .top .p04_t_left .item {
    font-size: 1.125rem;
  }
  .about .main .part04 .w80 .top .p04_t_left .item.active {
    font-size: 1.25rem;
  }
  .about .main .part04 .w80 .top .p04_t_right {
    width: 100%;
    margin-top: 1rem;
  }
  .about .main .part04 .w80 .bottom .item ul li {
    width: 100%;
  }
  .about .main .part04 .w80 .bottom {
    height: auto;
    min-height: auto;
  }
  .about .main .part04 .w80 .bottom .item {
    position: static;
    display: none;
  }
  .about .main .part04 {
    padding-bottom: 8rem;
  }
  .about .main .part00 .w80 .bottom div ul li h4 {
    font-size: 6rem;
  }
  .about .main .part00 .w80 .top h3 {
    font-size: 1.5rem;
  }
  .about .main .part00 .w80 .bottom div ul li {
    padding: 0;
    height: 20rem;
  }
  .about .main .part00 .w80 .bottom div ul li p {
    font-size: 1.125rem;
    width: 100%;
  }
  .about .main .part00 .w80 .bottom div .swiper-button-next {
    width: 3rem;
    height: 3rem;
    top: auto;
    right: 26%;
    transform: translateX(-50%);
    bottom: 4.5rem;
  }
  .about .main .part00 .w80 .bottom div .swiper-button-prev {
    width: 3rem;
    height: 3rem;
    top: auto;
    left: 26%;
    transform: translateX(50%);
    bottom: 4.5rem;
  }
  .about .main .part00 .w80 .top span {
    width: calc(50% - 4rem);
  }
  .about .main .part00 .w80 .bottom div ul {
    padding-bottom: 3rem;
  }
}
.contact .main .part01 {
  margin-top: 12rem;
}
.contact .main .part01 .w80 .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .item {
  width: 31%;
  height: 20rem;
  border-radius: 1rem;
  background-color: #00492e;
}
.contact .main .part01 .w80 .bottom .item .i_icon {
  width: 6.25rem;
  height: 6.25rem;
  background-color: #afe226;
  border-radius: 50%;
  margin: 4rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part01 .w80 .bottom .item .i_icon i {
  color: #fff;
  font-size: 3rem;
}
.contact .main .part01 .w80 .bottom .item .i_txt {
  margin-top: 0.8rem;
}
.contact .main .part01 .w80 .bottom .item .i_txt h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
.contact .main .part01 .w80 .bottom .item .i_txt p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 {
  margin-top: 6.25rem;
}
.contact .main .part02 .w80 .c_title h2 {
  font-size: 3rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.contact .main .part02 .w80 .c_title::after {
  display: block;
  content: "";
  width: 3rem;
  height: 0.25rem;
  background-color: #afe226;
  margin: 2rem auto 0;
}
.contact .main .part02 .w80 .c_content {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part02 .w80 .c_content .item p {
  margin-top: 0.8rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.contact .main .part02 .w80 .c_content .line {
  height: 3rem;
  width: 1px;
  margin: 0 8rem;
  background-color: #00492e;
  opacity: 0.5;
}
.contact .main .part03 {
  margin-top: 7.5rem;
  width: 100%;
  height: 56.25rem;
  background: url(/images/contactBg.webp) no-repeat fixed center / 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part03 .w80 {
  height: 36rem;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  padding: 3rem 5rem;
  box-sizing: border-box;
}
.contact .main .part03 .w80 .c_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contact .main .part03 .w80 .c_top .c_t_left {
  width: 48%;
}
.contact .main .part03 .w80 .c_top .c_t_left h2 {
  font-size: 3rem;
  color: #00492e;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  font-family: "MyFont";
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}
.contact .main .part03 .w80 .c_top .c_t_right {
  width: 48%;
}
.contact .main .part03 .w80 .c_top .c_t_right p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.contact .main .part03 .w80 .c_bottom {
  margin-top: 1.875rem;
  width: 100%;
  box-sizing: border-box;
}
.contact .main .part03 .w80 .c_bottom .sub2_item {
  margin-bottom: 0.875rem;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box1 {
  width: 33%;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box1 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box1 input::placeholder {
  color: #b7b7b7;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box2 {
  width: 33%;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box2 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box2 input::placeholder {
  color: #b7b7b7;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box3 {
  width: 33%;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box3 input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 1rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.5rem;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(1) .sub2_item_box3 input::placeholder {
  color: #b7b7b7;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(2) .sub2_item_box2 {
  width: 100%;
  height: 160px;
  background-color: #fff;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(2) .sub2_item_box2 textarea {
  width: 100%;
  height: inherit;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
  padding-left: 24px;
}
.contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(2) .sub2_item_box2 textarea::placeholder {
  color: #b7b7b7;
}
.contact .main .part03 .w80 .c_bottom .sub2_item button {
  width: 100%;
  height: 58px;
  border: none;
  background-color: #00492e;
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .contact .main .part02 .w80 .c_title h2 {
    font-size: 2rem;
  }
  .contact .main .part01 .w80 .bottom .item .i_txt h3 {
    font-size: 1.25rem;
  }
  .contact .main .part01 .w80 .bottom .item .i_icon i {
    font-size: 2.5rem;
  }
  .contact .main .part03 .w80 .c_top .c_t_left h2 {
    font-size: 2rem;
  }
  .contact .main .part03 .w80 .c_top .c_t_right p {
    font-size: 1.125rem;
  }
  .contact .main .part03 .w80 .c_bottom .sub2_item button {
    font-size: 1.125rem;
  }
  .contact .main .part03 {
    height: 42rem;
  }
  .contact .main .part03 .w80 .c_bottom .sub2_item:nth-of-type(2) .sub2_item_box2 {
    height: 8.375rem;
  }
  .contact .main .part03 .w80 .c_bottom .sub2_item button {
    height: 3.625rem;
  }
  .contact .main .part03 .w80 {
    height: 32rem;
  }
}
@media screen and (max-width: 992px) {
  .contact .main .part01 {
    margin-top: 8rem;
  }
  .contact .main .part01 .w80 .bottom .item {
    width: 100%;
    height: 14rem;
    margin-bottom: 1.25rem;
  }
  .contact .main .part01 .w80 .bottom .item .i_icon {
    width: 5.25rem;
    height: 5.25rem;
    margin: 2rem auto 0;
  }
  .contact .main .part01 .w80 .bottom .item .i_icon i {
    font-size: 2rem;
  }
  .contact .main .part01 .w80 .bottom .item .i_txt h3 {
    font-size: 1.125rem;
  }
  .contact .main .part02 .w80 .c_title h2 {
    font-size: 1.125rem;
  }
  .contact .main .part03 {
    display: none;
  }
  .contact .main .part02 {
    padding-bottom: 6rem;
  }
}
.products .main {
  position: relative;
}
.products .main::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  background: url(/images/aboutBg1.webp) no-repeat left top / 100%;
}
.products .main::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(/images/proBg2.webp) no-repeat right bottom / cover;
}
.products .main .w80 .p_top {
  margin-top: 10rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products .main .w80 .p_top .title h2 {
  font-size: 2.5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.products .main .w80 .p_top .desc {
  margin-top: 2rem;
}
.products .main .w80 .p_top .desc p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.products .main .w80 .content {
  margin-top: 6rem;
  padding-left: 0.5rem;
}
.products .main .w80 .content ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .w80 .content ul li {
  width: 23.2%;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: 1rem;
  margin-right: 2.4%;
  margin-bottom: 3.75rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.products .main .w80 .content ul li:nth-of-type(4n) {
  margin-right: 0;
}
.products .main .w80 .content ul li:hover a .num h4 {
  color: #fff;
}
.products .main .w80 .content ul li:hover a .img img {
  top: -3rem;
}
.products .main .w80 .content ul li:hover a .txt p {
  color: #fff;
}
.products .main .w80 .content ul li:hover a .txt h3 {
  color: #fff;
}
.products .main .w80 .content ul li:hover a .txt span {
  color: #fff;
}
.products .main .w80 .content ul li:hover a .mask .m_box::after {
  opacity: 1;
  transform: scale(1);
}
.products .main .w80 .content ul li a {
  padding: 1.25rem;
}
.products .main .w80 .content ul li a .num {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  z-index: 2;
}
.products .main .w80 .content ul li a .num h4 {
  font-size: 1.875rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products .main .w80 .content ul li a .img {
  margin-top: 3.125rem;
  position: relative;
  z-index: 2;
}
.products .main .w80 .content ul li a .img img {
  width: 50%;
  margin: 0 auto;
  position: relative;
  top: 0;
  z-index: 2;
  transition: all 0.5s ease;
}
.products .main .w80 .content ul li a .img::after {
  display: block;
  content: "";
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: #00306c;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(5rem);
  opacity: 0.1;
}
.products .main .w80 .content ul li a .txt {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.products .main .w80 .content ul li a .txt i {
  color: #cd0000;
  font-size: 1.5rem;
  margin-right: 0.5rem;
}
.products .main .w80 .content ul li a .txt p {
  font-size: 1.25rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.products .main .w80 .content ul li a .txt h3 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.products .main .w80 .content ul li a .txt span {
  color: #000;
  margin: 0 6px;
}
.products .main .w80 .content ul li a .mask {
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.products .main .w80 .content ul li a .mask .m_box {
  position: relative;
  width: 100%;
  height: 100%;
}
.products .main .w80 .content ul li a .mask .m_box::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/images/proBg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1.1);
  opacity: 0;
  transition: all 1.5s ease;
}
@media screen and (max-width: 1440px) {
  .products .main .w80 .p_top .title h2 {
    font-size: 1.8rem;
  }
  .products .main .w80 .p_top .desc p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 992px) {
  .products .main .w80 .p_top {
    margin-top: 8rem;
  }
  .products .main .w80 .p_top .title h2 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .products .main .w80 .p_top .desc p {
    font-size: 1rem;
  }
  .products .main .w80 .p_top {
    padding-bottom: 2rem;
  }
  .products .main .w80 .content {
    margin-top: 3rem;
  }
  .products .main .w80 .content ul li {
    width: 100%;
  }
  .products .main .w80 .content ul li a .num h4 {
    font-size: 1.5rem;
  }
}
.product_details .main {
  margin-top: 11.25rem;
  margin-bottom: 4.375rem;
}
.product_details .main > div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.product_details .main > div .left {
  width: 68%;
}
.product_details .main > div .left .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main > div .left .title h2 {
  font-size: 3rem;
  width: 12.5rem;
}
.product_details .main > div .left .title h4 {
  width: calc(100% - 14rem);
  font-size: 1.25rem;
  color: #333;
  line-height: 1.3;
  font-weight: 100;
  text-align: left;
}
.product_details .main > div .left .n_title {
  margin-top: 6.25rem;
  background-color: #f5fff5;
}
.product_details .main > div .left .n_title h3 {
  text-align: left;
}
.product_details .main > div .left .n_title .line {
  width: 6.25rem;
  height: 6px;
  background-color: #afe226;
  margin: 1.25rem 0;
  position: relative;
}
.product_details .main > div .left .n_title .line::before {
  display: block;
  content: "";
  width: 3.125rem;
  height: 0.375rem;
  background-color: #00492e;
  position: absolute;
}
.product_details .main > div .left .pd_title {
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main > div .left .pd_title h3 {
  font-size: 3rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main > div .left .pd_title img {
  height: 6rem;
}
.product_details .main > div .left .pd_img {
  margin-top: 3.125rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product_details .main > div .left .pd_img .img_list {
  width: 10%;
  margin-right: 4%;
  background-color: #00492e;
  height: 38.125rem;
  position: relative;
}
.product_details .main > div .left .pd_img .img_list .pre {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 6px;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.1);
}
.product_details .main > div .left .pd_img .img_list .pre i {
  font-size: 2rem;
  display: inline-block;
  transform: rotate(-90deg);
  color: #fff;
}
.product_details .main > div .left .pd_img .img_list .next {
  width: 90%;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 5%;
  background-color: rgba(255, 255, 255, 0.1);
}
.product_details .main > div .left .pd_img .img_list .next i {
  font-size: 2rem;
  display: inline-block;
  transform: rotate(90deg);
  color: #fff;
}
.product_details .main > div .left .pd_img .img_list ul {
  margin-top: 3.5rem;
  height: calc(100% - 7rem);
}
.product_details .main > div .left .pd_img .img_list ul li {
  margin-bottom: 0.625rem;
}
.product_details .main > div .left .pd_img .img_list ul li img {
  width: 80%;
  margin: 0.5rem auto;
}
.product_details .main > div .left .pd_img .img {
  width: 86%;
  height: 38.125rem;
  background: url(/images/proBg.jpg) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product_details .main > div .left .pd_img .img img {
  width: 20rem;
  margin: 0 auto;
}
.product_details .main > div .left .details {
  margin-top: 4rem;
}
.product_details .main > div .left .details .d_title {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #000;
}
.product_details .main > div .left .details .d_title.mt50 {
  margin-top: 3.125rem;
}
.product_details .main > div .left .details .d_title h3 {
  font-size: 1.875rem;
  color: #333;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}
.product_details .main > div .left .details p {
  font-size: 1.25rem;
  color: #333;
  line-height: 1.8;
  font-weight: 100;
  text-align: left;
  margin-bottom: 1.25rem;
}
.product_details .main > div .left .details strong {
  font-weight: 600;
}
.product_details .main > div .left .details img {
  width: 100%;
}
.product_details .main > div .left .btns {
  margin-top: 3.75rem;
  padding-top: 3.125rem;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.product_details .main > div .left .btns > div {
  background-color: #f5fff5;
  margin-bottom: 0.625rem;
  box-sizing: border-box;
  padding-left: 1.25rem;
}
.product_details .main > div .left .btns > div a {
  font-size: 1rem;
  color: #000;
  line-height: 4rem;
  font-weight: 400;
  text-align: left;
}
.product_details .main > div .left .btns > div a span {
  font-weight: 600;
}
.product_details .main > div .right {
  width: 25rem;
  position: fixed;
  top: 11.25rem;
  left: 10%;
  transform: translateX(-50%);
  z-index: 1000;
}
.product_details .main > div .right .search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main > div .right .search input {
  border: 1px solid #dadada;
  font-size: 1.125rem;
  color: #333;
  line-height: 3.125rem;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  height: 3.125rem;
  width: calc(100% - 3.125rem);
  padding-left: 1.25rem;
}
.product_details .main > div .right .search button {
  border: none;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0 0.375rem 0.375rem 0;
  background-color: #00492e;
}
.product_details .main > div .right .search button i {
  font-size: 1.5rem;
  color: #fff;
}
.product_details .main > div .right .right_01 {
  margin-top: 3.125rem;
}
.product_details .main > div .right .right_01 .right_01_title {
  background-color: #00492e;
  box-sizing: border-box;
  padding-left: 1.25rem;
}
.product_details .main > div .right .right_01 .right_01_title h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 3.375rem;
  font-weight: 400;
  text-align: left;
}
.product_details .main > div .right .right_01 .right_01_title h3 i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item {
  border-bottom: 1px solid #ededed;
  background-color: #f5fff5;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item.on .f_a i {
  transform: rotate(90deg);
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item.on ul li {
  height: 3.375rem;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item .f_a {
  height: 3.875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item .f_a a {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  padding-left: 1.375rem;
  display: block;
  width: calc(100% - 3.125rem);
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item .f_a i {
  font-size: 1.25rem;
  color: #00492e;
  transition: all 0.5s ease;
  display: inline-block;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item ul {
  background-color: #fbfbfb;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item ul li {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.product_details .main > div .right .right_01 .right_01_list .right_01_list_item ul li a {
  font-size: 1rem;
  color: #666;
  line-height: 3.375rem;
  font-weight: 400;
  text-align: left;
  box-sizing: border-box;
  padding-left: 1.25rem;
}
.product_details .main > div .right .right_02 {
  margin-top: 3.125rem;
}
.product_details .main > div .right .right_02 .right_02_title {
  background-color: #afe226;
  box-sizing: border-box;
  padding-left: 1.25rem;
}
.product_details .main > div .right .right_02 .right_02_title h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 3.375rem;
  font-weight: 400;
  text-align: left;
}
.product_details .main > div .right .right_02 .right_02_title h3 i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}
.product_details .main > div .right .right_02 .right_02_list {
  margin-top: 1.875rem;
}
.product_details .main > div .right .right_02 .right_02_list .right_02_list_item {
  margin: 0px 2px 6px 0;
  display: inline-block;
  background-color: #eef9ff;
  padding: 0.875rem 1.125rem;
}
.product_details .main > div .right .right_02 .right_02_list .right_02_list_item a {
  font-size: 1rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: left;
}
.product_details .main > div .right .tel {
  margin-top: 3.75rem;
  background-image: url(/images/message_bg.jpg);
  background-size: 100%;
  height: 27.6rem;
  box-sizing: border-box;
  padding: 3.125rem;
}
.product_details .main > div .right .tel h3 {
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}
.product_details .main > div .right .tel p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  opacity: 0.3;
}
.product_details .main > div .right .tel .tel_sub1 {
  margin-top: 2.75rem;
}
.product_details .main > div .right .tel .tel_sub1 span {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
  display: block;
  margin-bottom: 0.6rem;
}
.product_details .main > div .right .tel .tel_sub1 h2 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main > div .right .tel .tel_sub1 h4 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main > div .right .tel .tel_sub2 {
  margin-top: 1.5rem;
}
.product_details .main > div .right .tel .tel_sub2 span {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  opacity: 0.4;
  display: block;
  margin-bottom: 0.6rem;
}
.product_details .main > div .right .tel .tel_sub2 h2 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main > div .right .tel .tel_sub2 h4 {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.product_details .main > div .right .tel h1 {
  margin-top: 1.125rem;
  font-size: 1.375rem;
  color: #fff;
  line-height: 1;
  font-weight: 100;
  text-align: center;
}
.product_details .main > div .right.remove_fixed {
  position: static;
  transform: translateX(0);
}
@media screen and (max-width: 1440px) {
  .product_details .main > div .right {
    width: 20rem;
    top: 8.25rem;
  }
  .product_details .main {
    margin-top: 8.25rem;
  }
  .product_details .main > div .left .pd_title h3 {
    font-size: 2rem;
  }
  .product_details .main > div .right .tel {
    margin-top: 1.75rem;
    padding: 2.125rem;
  }
  .product_details .main > div .right .tel h3 {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .product_details .main > div .left .details .d_title h3 {
    font-size: 1.5rem;
  }
  .product_details .main > div .left .details p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .product_details .main > div .left {
    width: 100%;
  }
  .product_details .main > div .left .pd_img .img img {
    width: 100%;
  }
  .product_details .main > div .left .pd_img .img {
    height: auto;
    width: 100%;
  }
  .product_details .main > div .left .pd_img .img_list {
    display: none;
  }
  .product_details .main > div .left .title h4 {
    font-size: 1rem;
  }
  .product_details .main > div .left .pd_title h3 {
    font-size: 1.2rem;
  }
  .product_details .main > div .left .line4 {
    margin-top: 1rem;
    width: 4rem;
  }
  .product_details .main > div .right {
    width: 100%;
    margin-top: 4rem;
  }
  .product_details .main > div .left .details .d_title h3 {
    font-size: 1.3rem;
  }
  .product_details .main > div .right .tel h3 {
    font-size: 1.3rem;
  }
  .product_details .main > div .right {
    display: none;
  }
}
.news .main {
  min-height: 31.25rem;
  padding-bottom: 6.25rem;
}
.news .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8.75rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news .main .top .title h2 {
  font-size: 2.5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.news .main .top .desc {
  margin-top: 2rem;
}
.news .main .top .desc p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.news .main .part01 {
  margin-top: 2.5rem;
}
.news .main .part01 ul li {
  border-bottom: 1px solid #dfdfdf;
  padding: 3.125rem 0;
  transition: all 1s ease;
}
.news .main .part01 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .date {
  width: 8%;
}
.news .main .part01 ul li a .date h2 {
  font-size: 5.75rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.5rem;
}
.news .main .part01 ul li a .date p {
  font-size: 1.5rem;
  color: #333;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news .main .part01 ul li a .text {
  width: 46%;
}
.news .main .part01 ul li a .text h3 {
  font-size: 1.5rem;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1.25rem;
}
.news .main .part01 ul li a .text p {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  margin-bottom: 3.75rem;
}
.news .main .part01 ul li a .text .n_more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news .main .part01 ul li a .text .n_more h5 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.news .main .part01 ul li a .text .n_more i {
  margin-left: 0.625rem;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.625rem;
  font-weight: 400;
  text-align: center;
  display: block;
  transform: rotate(90deg);
  width: 1.625rem;
  height: 1.625rem;
  background-color: #afe226;
  border-radius: 50%;
}
.news .main .part01 ul li a .img {
  width: 32%;
  height: 0;
  border: 6px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
  padding-bottom: 17.125rem;
  border-radius: 8px;
}
.news .main .part01 ul li a .img img {
  width: 100%;
  transition: all 2s ease;
}
.news .main .part01 ul li:hover {
  background-color: #f5fff5;
}
.news .main .part01 ul li:hover a .img img {
  transform: scale(1.2);
}
@media screen and (max-width: 1440px) {
  .news .main .top .title h2 {
    font-size: 1.8rem;
  }
  .news .main .top .desc p {
    font-size: 1.125rem;
  }
  .news .main .part01 ul li a .img {
    padding-bottom: 14.625rem;
    width: 32%;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
  }
  .news .main .part01 ul li a .text p {
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
  }
  .news .main .part01 ul li a .text span {
    font-size: 0.75rem;
    width: 11.25rem;
    height: 2.5rem;
  }
  .news .main .part01 ul li a .text span img {
    width: 1.125rem;
  }
  .news .main .part01 ul li a .text span::after {
    background-size: contain;
  }
  .news .main .part01 ul li {
    padding: 1.5rem 0;
  }
  .news .main .part01 ul li a .date {
    width: 7%;
  }
  .news .main .part01 ul li a .date h2 {
    font-size: 3.25rem;
  }
  .news .main .part01 ul li a .date p {
    font-size: 0.9375rem;
  }
  .news .main .part01 ul li a .text {
    width: 50%;
  }
  .news .main .btn ul li a {
    line-height: 2.875rem;
  }
  .news .main .top .title2::after {
    width: 6.25rem;
    height: 6.25rem;
  }
  .news .main .top .title2::before {
    width: 5rem;
    height: 5rem;
  }
  .news .main .top .title2 h2 {
    font-size: 3rem;
  }
  .news .main .top .title2 {
    margin-top: 1.625rem;
    margin-bottom: 1.625rem;
  }
  .news .main .top {
    margin-top: 7.5rem;
  }
  .news .main {
    padding-bottom: 1.25rem;
  }
}
@media screen and (max-width: 992px) {
  .news .main .top .title h2 {
    font-size: 1.25rem;
  }
  .news .main .title {
    margin-top: 0rem;
  }
  .news .main .btn {
    display: none;
  }
  .news .main .part01 ul li {
    margin-bottom: 1.875rem;
  }
  .news .main .part01 ul li a .text p {
    display: none;
  }
  .news .main .part01 ul li a .date {
    display: none;
  }
  .news .main .part01 ul li a .img {
    width: 100%;
    padding-bottom: 13.75rem;
    margin-top: 1.875rem;
  }
  .news .main .part01 ul li a .text span {
    height: 2.875rem;
  }
  .news .main .part01 ul li a .text h3 {
    font-size: 1.125rem;
    font-weight: 700;
  }
  .news .main .top .title2 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    margin-left: 2.25rem;
  }
  .news .main .top .title2::after {
    width: 4.375rem;
    height: 4.375rem;
  }
  .news .main .top .title2::before {
    width: 3.5rem;
    height: 3.5rem;
  }
  .news .main .top .title2 h2 {
    font-size: 2.25rem;
  }
  .news .main .top .bigSize {
    display: none;
  }
  .news .main .part01 ul li a .text {
    width: 100%;
  }
  .news .main .part01 ul li a .img {
    width: 100%;
  }
  .news .main .part01 ul li a .text p {
    display: block;
  }
  .news .main .top {
    margin-top: 5.625rem;
  }
  .news .main .part01 {
    margin-top: 1rem;
  }
}
.news_details .main {
  padding-bottom: 5.625rem;
}
.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: 1.875rem;
  color: #333;
  line-height: 1.2;
  font-weight: 600;
  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 {
  margin: 0 0.625rem;
  font-size: 0.9375rem;
  color: #999;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content {
  text-align: center;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content p {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  color: #333;
  line-height: 1.8;
  font-weight: normal;
  text-align: left;
}
.news_details .main .n_center .ct .detailed .sub2 .news_content img {
  display: block;
  width: initial;
  margin: 0 auto;
}
.news_details .main .n_center .ct .detailed .sub2 .np {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 75px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div {
  width: 49.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  padding: 0 2rem;
  box-sizing: border-box;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(1) i {
  margin-right: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div:nth-of-type(2) i {
  margin-left: 10px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div i {
  font-size: 24px;
}
.news_details .main .n_center .ct .detailed .sub2 .np div a {
  padding: 20px 0;
  font-size: 16px;
  color: #000;
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .news_details .main .ct .detailed > .n_title h3 {
    font-size: 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: 1rem;
    line-height: 1.2;
  }
  .news_details .main .n_center .ct .detailed .sub2 .news_content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .news_details .main .n_center .w80 .detailed {
    margin-top: 6.25rem;
  }
  .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;
    font-weight: 700;
  }
  .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;
  }
  .news_details .main .n_center .ct .detailed .sub2 .share p:nth-last-of-type(1) {
    display: none;
  }
}
.download .main .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8.75rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download .main .top .title h2 {
  font-size: 2.5rem;
  color: #00492e;
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.download .main .top .desc {
  margin-top: 2rem;
}
.download .main .top .desc p {
  font-size: 1.3rem;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  text-align: left;
}
.download .main .center {
  margin-top: 3rem;
}
.download .main .center .l_title {
  background-color: #00492e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-left: 2.5rem;
}
.download .main .center .l_title .item {
  font-size: 1.5rem;
  color: #fff;
  line-height: 5rem;
  font-weight: 400;
  text-align: left;
  margin-right: 1.875rem;
  cursor: pointer;
}
.download .main .center .l_title .item.active {
  font-weight: 600;
  color: #afe226;
}
.download .main .center .l_content .c_item {
  display: none;
}
.download .main .center .l_content .c_item.active {
  display: block;
}
.download .main .center .l_content .c_item ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 2.5rem;
  font-size: 1.125rem;
  color: #000;
  line-height: 5rem;
  font-weight: 100;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.download .main .center .l_content .c_item ul li a .l_sub1 {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.download .main .center .l_content .c_item ul li a .l_sub1 img {
  width: 2.5rem;
  margin-right: 0.8rem;
}
.download .main .center .l_content .c_item ul li a .l_sub2 {
  width: 15%;
}
.download .main .center .l_content .c_item ul li a .l_sub3 {
  width: 10%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.download .main .center .l_content .c_item ul li a .l_sub3 p {
  margin-right: 0.5rem;
}
@media screen and (max-width: 1440px) {
  .download .main .top .title h2 {
    font-size: 1.8rem;
  }
  .download .main .top .desc p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1440px) {
  .title h2 {
    font-size: 4.5rem;
  }
  .title p {
    font-size: 2.4rem;
  }
  .title.c h2 {
    font-size: 4.5rem;
  }
  .title.c p {
    font-size: 2.4rem;
  }
  .n_title h2 {
    font-size: 4rem;
  }
  .n_title p {
    font-size: 2rem;
  }
  header {
    height: 5.4rem;
    line-height: 5.4rem;
  }
  footer .w80 .top .center {
    width: 36%;
  }
  footer .w80 .top .center .ewmBox .item .img img {
    width: 5.6rem;
  }
  footer .w80 .top .right .nav_list ul li a {
    font-size: 1.125rem;
  }
  footer .w80 .top .right .top_icon {
    margin-bottom: 2rem;
  }
  footer .w80 .top .right .nav_list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 992px) {
  .title h2 {
    font-size: 2rem;
  }
  .title p {
    font-size: 1.25rem;
  }
  .title.c h2 {
    font-size: 2rem;
  }
  .title.c p {
    font-size: 1.25rem;
  }
  .n_title h2 {
    font-size: 2rem;
  }
  .n_title p {
    font-size: 1.25rem;
  }
  header {
    display: none;
  }
  footer .w80 .top .left {
    width: 100%;
  }
  footer .w80 .top .left img {
    width: 60%;
  }
  footer .w80 .top .left p {
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  footer .w80 .top .center {
    width: 100%;
    margin-top: 3rem;
  }
  footer .w80 .top .right {
    display: none;
  }
  footer .w80 .top .center .ewmBox .item .img img {
    width: 5.6rem;
  }
  footer .w80 .top .right .nav_list ul li a {
    font-size: 1.125rem;
  }
  footer .w80 .top .right .top_icon {
    margin-bottom: 2rem;
  }
  footer .w80 .top .right .nav_list ul li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  footer .w80 .bottom .left {
    width: 100%;
  }
  footer .w80 .bottom .center {
    display: none;
  }
  footer .w80 .bottom .right {
    display: none;
  }
  footer .w80 .top .center .ewmBox {
    margin-top: 2rem;
  }
  footer .w80 .top .center .ewmBox .item {
    margin-right: 0;
  }
}
