@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  font-family: pingFang-thin, pingFang, pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif;
}

body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
}

a:hover {
  color: #3f873f;
}

a.hover-line {
  position: relative;
}

a.hover-line::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: -5px;
  width: 0;
  height: 1px;
  background-color: #3f873f;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.hover-line:hover {
  text-decoration: none;
}

a.hover-line:hover::after {
  width: 100%;
}

::-webkit-scrollbar-track-piece {
  background-color: #d6d6d6;
  -webkit-border-radius: 3px;
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #9f9f9f;
  -webkit-border-radius: 7px;
  outline: 0 solid #fff;
}

::-webkit-scrollbar-thumb:hover {
  height: 10px;
  background-color: #9f9f9f;
  -webkit-border-radius: 8px;
}

.page-box {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.page-box ul {
  list-style: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-box ul li {
  margin: 0 5px;
  padding: 10px 10px;
  background: #f0f0f0;
  border: 1px solid #ccc;
  color: #333;
  min-width: 20px;
}

.page-box ul li.active {
  border: 1px solid #3f873f;
  color: #3f873f;
}

.page-box ul li:hover {
  background: #3f873f;
  color: #fff;
}

.page-box ul li:hover a {
  color: #fff;
}

.page-box ul li:first-child:before {
  content: "<";
  display: inline-block;
  font-family: "宋体";
  margin-right: 5px;
  font-weight: bold;
}

.page-box ul li:last-child:after {
  content: ">";
  display: inline-block;
  font-family: "宋体";
  margin-left: 5px;
  font-weight: bold;
}

.page-box ul li.disabled {
  background: #ededed;
  color: #b5b5b5;
}

.page-box ul li a {
  color: #333;
}

header {
  width: 100%;
  height: 110px;
  background-image: -webkit-linear-gradient(top, #d8d8d8, #fff);
  background-image: -moz-linear-gradient(top, #d8d8d8, #fff);
  background-image: -o-linear-gradient(top, #d8d8d8, #fff);
  background-image: linear-gradient(to bottom, #d8d8d8, #fff);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: sticky;
  top: 0;
  z-index: 998;
  box-shadow: 0 1px 8px 0px rgba(0, 0, 0, 0.2705882353);
}

header .wrapper {
  width: 100%;
  max-width: 1660px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper .logo {
  width: 50%;
  height: 66px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper .logo .logo-img {
  width: 15%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

header .wrapper .logo .logo-img img {
  max-width: 100%;
  float: left;
}

header .wrapper .logo .logo-img img::after {
  content: "";
  display: block;
  clear: both;
}

header .wrapper .logo .logo-img a {
  display: block;
  width: 100%;
}

header .wrapper .logo .web-title {
  padding-left: 20px;
  font-size: 26px;
  color: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper .logo .web-title .en {
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper nav {
  width: 80%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper nav > ul {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper nav > ul > li {
  padding-left: 4%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper nav > ul > li > a {
  display: inline-block;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper nav > ul > li > a:hover,
header .wrapper nav > ul > li > a.active {
  color: #3f873f;
}

header .wrapper nav > ul > li > a .icon-down {
  margin-left: 8px;
}

header .wrapper nav > ul > li .sub-nav {
  width: 100%;
  height: 48px;
  position: fixed;
  left: 0;
  top: 111px;
  background-color: #3f873f;
  display: none;
}

header .wrapper nav > ul > li .sub-nav ul {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
}

header .wrapper nav > ul > li .sub-nav ul li {
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 48px;
}

header .wrapper nav > ul > li .sub-nav ul li a {
  display: block;
  padding: 0 25px;
  color: #fff;
}

header .wrapper nav > ul > li .sub-nav ul li a:hover,
header .wrapper nav > ul > li .sub-nav ul li a.active {
  background-color: #3f873f;
  color: #fff;
}

header .wrapper nav > ul > li > ul {
  margin: 0;
  padding: 0 40px;
  list-style-type: none;
  display: none;
}

header .wrapper nav > ul > li > ul li {
  height: 60px;
  border-bottom: 1px solid #ebebeb;
}

header .wrapper nav > ul > li > ul li a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrapper nav > ul > li > ul li a:active {
  background-color: #3f873f;
  color: #fff;
}

header .wrapper nav > ul > li > ul li a img {
  max-height: 55px;
  margin-right: 20px;
}

header .wrapper .search-box {
  position: absolute;
  top: 14px;
  right: 0;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .wrapper .search-box .search-input {
  width: 320px;
  height: 34px;
  border: 1px solid #acacac;
  border-radius: 17px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrapper .search-box .search-input form {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrapper .search-box .search-input input {
  width: 275px;
  height: 20px;
  border: none;
  background: none;
  outline: none;
  padding-left: 1em;
  border-right: 1px solid #acacac;
}

header .wrapper .search-box .search-input button {
  width: -webkit-calc(100% - 275px);
  width: -moz-calc(100% - 275px);
  width: calc(100% - 275px);
  height: 100%;
  border: none;
  background-color: transparent;
  background-image: url("../imgs/icon-search.png");
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
}

header .wrapper .search-box .lang {
  font-size: 18px;
  color: #505050;
  padding-left: 2em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .wrapper .search-box .lang .icon-earth {
  margin-left: 1em;
  margin-right: 0.5em;
}

header .wrapper .search-box .lang .icon-down {
  margin-left: 0.5em;
}

header .wrapper .btn-show-menu {
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  border-radius: 8px;
  position: fixed;
  right: 8px;
  top: 8px;
  z-index: 99;
  text-align: center;
}

header .wrapper .btn-show-menu .icon-close {
  display: none;
}

header .product-nav-box {
  width: 100%;
  position: absolute;
  top: 111px;
  left: 0;
  background-color: #eaeaea;
  display: none;
  z-index: 9;
}

header .product-nav-box .inner-box {
  max-width: 1440px;
  margin: 0 auto 5px;
  display: grid;
  grid-template-columns: repeat(9, minmax(126px, 1fr));
  gap: 17px;
  justify-items: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .product-nav-box .inner-box .nav-item {
  width: 126px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
}

header .product-nav-box .inner-box .nav-item .img-box {
  width: 125px;
  height: 125px;
  overflow: hidden;
}

header .product-nav-box .inner-box .nav-item .img-box:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

header .product-nav-box .inner-box .nav-item .img-box img {
  width: 100%;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .product-nav-hide-trigger {
  width: 100%;
  height: 300px;
  position: absolute;
  top: 111px;
  left: 0;
  display: none;
  z-index: 1;
}

footer {
  width: 100%;
  background-color: #f5f5f5;
}

footer .menu-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12pt;
}

footer .menu-box nav {
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

footer .menu-box nav > ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .menu-box nav > ul > li {
  margin-right: 60px;
}

footer .menu-box nav > ul > li:last-child {
  margin-right: 0;
}

footer .menu-box nav > ul > li > a {
  display: block;
  height: 38px;
  position: relative;
}

footer .menu-box nav > ul > li > a::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.5em;
  height: 3px;
  background-color: #3f873f;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

footer .menu-box nav > ul > li .sub-menu {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .menu-box nav > ul > li .sub-menu li {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
}

footer .menu-box nav > ul > li .sub-menu li a {
  position: relative;
  padding-left: 1em;
  color: #787878;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .menu-box nav > ul > li .sub-menu li a:hover {
  color: #3f873f;
}

footer .menu-box nav > ul > li .sub-menu li a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  background-color: #787878;
}

footer .menu-box .right-box {
  width: 230px;
}

footer .menu-box .right-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer .menu-box .right-box ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
}

footer .menu-box .right-box ul li:last-child {
  padding-bottom: 0;
}

footer .menu-box .right-box ul li .text-list-box .item-box {
  padding-bottom: 10px;
}

footer .menu-box .right-box ul li .text-list-box .item-box a {
  display: block;
  position: relative;
  padding-left: 2em;
  font-size: 13px;
}

footer .menu-box .right-box ul li .text-list-box .item-box a::before {
  display: block;
  content: "";
  position: absolute;
  left: 1em;
  top: 9px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  background-color: #787878;
}

footer .menu-box .right-box ul li .text-list-box .item-box:last-child {
  padding-bottom: 0;
}

footer .menu-box .right-box .mall-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

footer .menu-box .right-box .mall-box img {
  margin-right: 10px;
}

footer .bottom-box {
  width: 100%;
  background-color: #e6e6e6;
  border-top: 1px solid #c1c1c1;
}

footer .bottom-box .inner-box {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 16px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .bottom-box .inner-box .logo {
  position: relative;
}

footer .bottom-box .inner-box .logo img {
  max-width: 100%;
}

footer .bottom-box .inner-box .logo a {
  display: block;
}

footer .bottom-box .inner-box .right-text {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .bottom-box .inner-box .right-text .link-box {
  font-size: 14px;
  text-align: right;
}

footer .bottom-box .inner-box .right-text .link-box span {
  padding: 0 10px;
}

footer .bottom-box .inner-box .right-text .copy-right {
  font-size: 12px;
  color: #888686;
}

.navigation-box {
  height: 48px;
  line-height: 48px;
  background-color: #3f873f;
  color: #c9c9c9;
}

.navigation-box .inner-box {
  max-width: 1440px;
  margin: 0 auto;
  font-size: 16px;
}

.navigation-box .inner-box span:not(.icon) {
  padding: 0 10px;
}

.navigation-box .inner-box a {
  color: #c9c9c9;
}

.navigation-box .inner-box a:last-child {
  color: #fff;
}

.page-navigation-box {
  height: 48px;
  line-height: 48px;
  background-color: #3f873f;
  color: #c9c9c9;
}

.page-navigation-box .inner-box {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-navigation-box .inner-box a {
  display: inline-block;
  color: #fff;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-navigation-box .inner-box a:hover {
  background-color: #3f873f;
}

.page-navigation-box .inner-box a.active {
  background-color: #3f873f;
}

.banner-box {
  width: 100%;
  line-height: 0;
}

.banner-box img {
  max-width: 100%;
}

.container {
  width: 100%;
}

.page-title {
  font-size: 48px;
  text-align: center;
  padding: 45px 0 50px 0;
  font-weight: normal;
  color: #373737;
  margin: 0;
}

.prev-next-box {
  width: 100%;
  height: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #b2b2b2;
}

.prev-next-box a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #a8a8a8;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prev-next-box a:hover {
  color: #3f873f;
}

.prev-next-box a.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.prev-next-box a .text {
  padding-bottom: 20px;
}

.prev-next-box a .icon {
  font-size: 18px;
}

.prev-next-box a:first-child {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.prev-next-box a:last-child {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1660px) {
  header .wrapper {
    width: 100%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .container {
    width: 100%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  footer .menu-box {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  footer .bottom-box {
    padding: 0 15px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
}
@media (max-width: 1440px) {
  header .wrapper .logo {
    width: 50%;
  }
  header .wrapper .logo .web-title {
    padding-left: 15pt;
    font-size: 16pt;
    color: #000;
  }
  header .wrapper .logo .web-title .en {
    font-size: 8pt;
  }
  header .wrapper nav {
    bottom: 10px;
  }
}
@media (max-width: 1300px) {
  footer .menu-box nav > ul > li {
    margin-right: 30px;
  }
  footer .menu-box .right-box {
    width: 230px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  footer .menu-box .right-box ul li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box {
    padding-bottom: 10px;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box a {
    display: block;
    position: relative;
    padding-left: 2em;
    font-size: 13px;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box a::before {
    display: block;
    content: "";
    position: absolute;
    left: 1em;
    top: 9px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    background-color: #787878;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1200px) {
  header .product-nav-box {
    background-color: #eaeaea;
  }
  header .product-nav-box .inner-box {
    grid-template-columns: repeat(auto-fill, minmax(126px, 1fr));
  }
}
@media (max-width: 1100px) {
  header .wrapper .logo {
    width: 50%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .wrapper .logo .web-title {
    padding-left: 0;
    font-size: 14pt;
    color: #000;
  }
  header .wrapper .logo .web-title .en {
    font-size: 6pt;
  }
  header .wrapper nav {
    bottom: 20px;
  }
  header .wrapper nav > ul > li {
    padding-left: 5%;
  }
  header .wrapper nav > ul > li > a {
    font-size: 12pt;
  }
  header .wrapper .search-box .search-input {
    width: 300px;
  }
  header .wrapper .search-box .search-input input {
    width: 255px;
  }
  header .wrapper .search-box .search-input button {
    width: -webkit-calc(100% - 255px);
    width: -moz-calc(100% - 255px);
    width: calc(100% - 255px);
  }
  header .wrapper .search-box .lang {
    font-size: 12pt;
  }
  footer .menu-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .menu-box nav {
    width: 100%;
  }
  footer .menu-box nav > ul > li {
    margin-right: 30px;
  }
  footer .menu-box .right-box {
    width: 100%;
    padding-top: 30px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .menu-box .right-box ul li {
    width: 33.33%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li .text-list-box .item-box {
    padding-bottom: 10px;
  }
  .page-title {
    font-size: 40px;
    padding: 15px 0 40px 0;
  }
}
@media (max-width: 768px) {
  header {
    height: 80px;
  }
  header .wrapper {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  header .wrapper .logo {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper .logo .web-title {
    padding-left: 0;
    font-size: 14pt;
    color: #000;
  }
  header .wrapper .logo .web-title .en {
    font-size: 6pt;
  }
  header .wrapper .search-box {
    position: fixed;
    -webkit-transform: translateX(80vw);
       -moz-transform: translateX(80vw);
        -ms-transform: translateX(80vw);
         -o-transform: translateX(80vw);
            transform: translateX(80vw);
    width: 80vw;
  }
  header .wrapper .search-box.show {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
    position: fixed;
    z-index: 99;
    width: 80vw;
  }
  header .wrapper .search-box .search-input {
    width: 40%;
    margin-left: 1em;
  }
  header .wrapper .search-box .search-input input {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  header .wrapper .search-box .search-input button {
    width: 40px;
  }
  header .wrapper .search-box .lang {
    font-size: 12pt;
    padding-left: 1em;
  }
  header .wrapper nav {
    width: 100vw;
    height: 100vh;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    z-index: 9;
    pointer-events: none;
  }
  header .wrapper nav.show {
    pointer-events: all;
    background-color: rgba(0, 0, 0, 0.5215686275);
  }
  header .wrapper nav.show > ul {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  header .wrapper nav > ul {
    -webkit-transform: translateX(80vw);
       -moz-transform: translateX(80vw);
        -ms-transform: translateX(80vw);
         -o-transform: translateX(80vw);
            transform: translateX(80vw);
    width: 80vw;
    height: 100%;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    background: #fff;
  }
  header .wrapper nav > ul > li {
    padding-left: 0;
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  header .wrapper nav > ul > li:first-child {
    margin-top: 66px;
    border-top: 1px solid #dcdcdc;
  }
  header .wrapper nav > ul > li > a {
    display: block;
    height: 40px;
    font-size: 12pt;
    padding-left: 1em;
  }
  header .wrapper nav > ul > li > a:hover {
    background: #3f873f;
    color: #fff;
  }
  header .wrapper nav > ul > li .sub-nav {
    width: 100%;
    height: auto;
    position: static;
    left: unset;
    top: unset;
    background-color: #fff;
    display: none;
  }
  header .wrapper nav > ul > li .sub-nav ul {
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    list-style: none;
  }
  header .wrapper nav > ul > li .sub-nav ul li {
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 48px;
    border-bottom: 1px solid #dcdcdc;
  }
  header .wrapper nav > ul > li .sub-nav ul li a {
    display: block;
    padding: 0 0 0 2em;
    color: #333;
  }
  header .wrapper nav > ul > li .sub-nav ul li a:hover,
  header .wrapper nav > ul > li .sub-nav ul li a.active {
    background-color: #3f873f;
    color: #fff;
  }
  header .wrapper .btn-show-menu {
    display: block;
  }
  header .wrapper .btn-show-menu.active {
    border: 1px solid #dcdcdc;
  }
  footer .menu-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .menu-box nav {
    width: 100%;
  }
  footer .menu-box nav > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .menu-box nav > ul > li {
    width: 33.33%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  footer .menu-box .right-box {
    width: 100%;
    padding-top: 30px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .menu-box .right-box ul li {
    width: 33.33%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .bottom-box .inner-box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .bottom-box .inner-box .logo img {
    max-width: 100%;
  }
  footer .bottom-box .inner-box .right-text {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  footer .bottom-box .inner-box .right-text .link-box {
    text-align: left;
    line-height: 1.5em;
  }
  footer .bottom-box .inner-box .right-text .copy-right {
    line-height: 1.5em;
    font-size: 12px;
    color: #888686;
  }
  .navigation-box .inner-box {
    padding: 0 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 12px;
  }
  .page-navigation-box .inner-box a {
    font-size: 13px;
    padding: 0 20px;
  }
  .page-title {
    font-size: 30px;
    padding: 9px 0 30px 0;
  }
}
@media (max-width: 500px) {
  header .wrapper .logo {
    width: 100%;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  header .wrapper .logo .web-title {
    width: 100%;
    font-size: 14px;
  }
  header .wrapper .logo .web-title .en {
    font-size: 8px;
  }
  header .wrapper nav > ul > li:first-child {
    margin-top: 90px;
  }
  header .wrapper .search-box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 8px;
    position: fixed;
  }
  header .wrapper .search-box .search-input {
    width: -webkit-calc(100% - 5em);
    width: -moz-calc(100% - 5em);
    width: calc(100% - 5em);
    margin-left: 1em;
    border-radius: 19px;
  }
  header .wrapper .search-box .search-input input {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  header .wrapper .search-box .search-input button {
    width: 40px;
  }
  header .wrapper .search-box .lang {
    width: -webkit-calc(100% - 2em);
    width: -moz-calc(100% - 2em);
    width: calc(100% - 2em);
    height: 40px;
    line-height: 40px;
    font-size: 12pt;
    padding-left: 0;
    margin-left: 1em;
  }
  .page-navigation-box .inner-box a {
    font-size: 12px;
    padding: 0 10px;
  }
  footer .menu-box {
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .menu-box nav {
    width: 100%;
    display: none;
  }
  footer .menu-box nav > ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .menu-box nav > ul > li {
    width: 50%;
    margin-right: 0;
    padding-bottom: 30px;
  }
  footer .menu-box .right-box {
    width: 100%;
    padding-top: 30px;
  }
  footer .menu-box .right-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .menu-box .right-box ul li {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
    padding-bottom: 20px;
  }
  footer .menu-box .right-box ul li:last-child {
    padding-bottom: 0;
  }
  footer .bottom-box .inner-box {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 16px 0;
    width: 100%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  footer .bottom-box .inner-box .logo img {
    max-width: 100%;
  }
}

.f_12 {
  font-size: 12px;
}

.f_13 {
  font-size: 13px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_17 {
  font-size: 17px;
}

.f_18 {
  font-size: 18px;
}

.f_19 {
  font-size: 19px;
}

.f_20 {
  font-size: 20px;
}

.f_21 {
  font-size: 21px;
}

.f_22 {
  font-size: 22px;
}

.f_23 {
  font-size: 23px;
}

.f_24 {
  font-size: 24px;
}

.f_25 {
  font-size: 25px;
}

.f_26 {
  font-size: 26px;
}

.f_27 {
  font-size: 27px;
}

.f_28 {
  font-size: 28px;
}

.f_29 {
  font-size: 29px;
}

.f_30 {
  font-size: 30px;
}

.f_31 {
  font-size: 31px;
}

.f_32 {
  font-size: 32px;
}

.f_33 {
  font-size: 33px;
}

.f_34 {
  font-size: 34px;
}

.f_35 {
  font-size: 35px;
}

.f_36 {
  font-size: 36px;
}

.f_37 {
  font-size: 37px;
}

.f_38 {
  font-size: 38px;
}

.f_39 {
  font-size: 39px;
}

.f_40 {
  font-size: 40px;
}

.f_41 {
  font-size: 41px;
}

.f_42 {
  font-size: 42px;
}

.f_43 {
  font-size: 43px;
}

.f_44 {
  font-size: 44px;
}

.f_45 {
  font-size: 45px;
}

.f_46 {
  font-size: 46px;
}

.f_47 {
  font-size: 47px;
}

.f_48 {
  font-size: 48px;
}

.f_49 {
  font-size: 49px;
}

.f_50 {
  font-size: 50px;
}

.f_51 {
  font-size: 51px;
}

.f_52 {
  font-size: 52px;
}

.f_53 {
  font-size: 53px;
}

.f_54 {
  font-size: 54px;
}

.f_55 {
  font-size: 55px;
}

.f_56 {
  font-size: 56px;
}

.f_57 {
  font-size: 57px;
}

.f_58 {
  font-size: 58px;
}

.f_59 {
  font-size: 59px;
}

.f_60 {
  font-size: 60px;
}

.f_61 {
  font-size: 61px;
}

.f_62 {
  font-size: 62px;
}

.f_63 {
  font-size: 63px;
}

.f_64 {
  font-size: 64px;
}

.f_65 {
  font-size: 65px;
}

.f_66 {
  font-size: 66px;
}

.f_67 {
  font-size: 67px;
}

.f_68 {
  font-size: 68px;
}

.f_69 {
  font-size: 69px;
}

.f_70 {
  font-size: 70px;
}

.f_71 {
  font-size: 71px;
}

.f_72 {
  font-size: 72px;
}

.f_73 {
  font-size: 73px;
}

.f_74 {
  font-size: 74px;
}

.f_75 {
  font-size: 75px;
}

.f_76 {
  font-size: 76px;
}

.f_77 {
  font-size: 77px;
}

.f_78 {
  font-size: 78px;
}

.f_79 {
  font-size: 79px;
}

.f_80 {
  font-size: 80px;
}

@media (max-width: 1681px) {
  .f_12 {
    font-size: 12px;
  }
  .f_13 {
    font-size: 13px;
  }
  .f_14 {
    font-size: 13px;
  }
  .f_15 {
    font-size: 13px;
  }
  .f_16 {
    font-size: 15px;
  }
  .f_17 {
    font-size: 16px;
  }
  .f_18 {
    font-size: 17px;
  }
  .f_19 {
    font-size: 18px;
  }
  .f_20 {
    font-size: 18px;
  }
  .f_21 {
    font-size: 19px;
  }
  .f_22 {
    font-size: 20px;
  }
  .f_23 {
    font-size: 21px;
  }
  .f_24 {
    font-size: 22px;
  }
  .f_25 {
    font-size: 23px;
  }
  .f_26 {
    font-size: 24px;
  }
  .f_27 {
    font-size: 25px;
  }
  .f_28 {
    font-size: 26px;
  }
  .f_29 {
    font-size: 27px;
  }
  .f_30 {
    font-size: 27px;
  }
  .f_31 {
    font-size: 28px;
  }
  .f_32 {
    font-size: 29px;
  }
  .f_33 {
    font-size: 30px;
  }
  .f_34 {
    font-size: 31px;
  }
  .f_35 {
    font-size: 32px;
  }
  .f_36 {
    font-size: 33px;
  }
  .f_37 {
    font-size: 34px;
  }
  .f_38 {
    font-size: 35px;
  }
  .f_39 {
    font-size: 36px;
  }
  .f_40 {
    font-size: 37px;
  }
  .f_41 {
    font-size: 38px;
  }
  .f_42 {
    font-size: 39px;
  }
  .f_43 {
    font-size: 39px;
  }
  .f_44 {
    font-size: 40px;
  }
  .f_45 {
    font-size: 41px;
  }
  .f_46 {
    font-size: 42px;
  }
  .f_47 {
    font-size: 43px;
  }
  .f_48 {
    font-size: 44px;
  }
  .f_49 {
    font-size: 45px;
  }
  .f_50 {
    font-size: 45px;
  }
  .f_51 {
    font-size: 46px;
  }
  .f_52 {
    font-size: 47px;
  }
  .f_53 {
    font-size: 48px;
  }
  .f_54 {
    font-size: 49px;
  }
  .f_55 {
    font-size: 50px;
  }
  .f_56 {
    font-size: 51px;
  }
  .f_57 {
    font-size: 52px;
  }
  .f_58 {
    font-size: 53px;
  }
  .f_59 {
    font-size: 54px;
  }
  .f_60 {
    font-size: 54px;
  }
  .f_61 {
    font-size: 55px;
  }
  .f_62 {
    font-size: 56px;
  }
  .f_63 {
    font-size: 57px;
  }
  .f_64 {
    font-size: 58px;
  }
  .f_65 {
    font-size: 59px;
  }
  .f_66 {
    font-size: 60px;
  }
  .f_67 {
    font-size: 61px;
  }
  .f_68 {
    font-size: 62px;
  }
  .f_69 {
    font-size: 63px;
  }
  .f_70 {
    font-size: 64px;
  }
  .f_71 {
    font-size: 65px;
  }
  .f_72 {
    font-size: 66px;
  }
  .f_73 {
    font-size: 66px;
  }
  .f_74 {
    font-size: 66px;
  }
  .f_75 {
    font-size: 68px;
  }
  .f_76 {
    font-size: 68px;
  }
  .f_77 {
    font-size: 69px;
  }
  .f_78 {
    font-size: 70px;
  }
  .f_79 {
    font-size: 71px;
  }
  .f_80 {
    font-size: 72px;
  }
}
@media (max-width: 1481px) {
  .f_12 {
    font-size: 12px;
  }
  .f_13 {
    font-size: 13px;
  }
  .f_14 {
    font-size: 13px;
  }
  .f_15 {
    font-size: 13px;
  }
  .f_16 {
    font-size: 14px;
  }
  .f_17 {
    font-size: 14px;
  }
  .f_18 {
    font-size: 16px;
  }
  .f_19 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_21 {
    font-size: 17px;
  }
  .f_22 {
    font-size: 18px;
  }
  .f_23 {
    font-size: 19px;
  }
  .f_24 {
    font-size: 20px;
  }
  .f_25 {
    font-size: 21px;
  }
  .f_26 {
    font-size: 22px;
  }
  .f_27 {
    font-size: 23px;
  }
  .f_28 {
    font-size: 24px;
  }
  .f_29 {
    font-size: 25px;
  }
  .f_30 {
    font-size: 26px;
  }
  .f_31 {
    font-size: 25px;
  }
  .f_32 {
    font-size: 26px;
  }
  .f_33 {
    font-size: 27px;
  }
  .f_34 {
    font-size: 28px;
  }
  .f_35 {
    font-size: 29px;
  }
  .f_36 {
    font-size: 30px;
  }
  .f_37 {
    font-size: 31px;
  }
  .f_38 {
    font-size: 32px;
  }
  .f_39 {
    font-size: 33px;
  }
  .f_40 {
    font-size: 34px;
  }
  .f_41 {
    font-size: 35px;
  }
  .f_42 {
    font-size: 36px;
  }
  .f_43 {
    font-size: 37px;
  }
  .f_44 {
    font-size: 38px;
  }
  .f_45 {
    font-size: 37px;
  }
  .f_46 {
    font-size: 38px;
  }
  .f_47 {
    font-size: 39px;
  }
  .f_48 {
    font-size: 40px;
  }
  .f_49 {
    font-size: 41px;
  }
  .f_50 {
    font-size: 42px;
  }
  .f_51 {
    font-size: 43px;
  }
  .f_52 {
    font-size: 44px;
  }
  .f_53 {
    font-size: 45px;
  }
  .f_54 {
    font-size: 46px;
  }
  .f_55 {
    font-size: 47px;
  }
  .f_56 {
    font-size: 48px;
  }
  .f_57 {
    font-size: 49px;
  }
  .f_58 {
    font-size: 50px;
  }
  .f_59 {
    font-size: 51px;
  }
  .f_60 {
    font-size: 52px;
  }
  .f_61 {
    font-size: 51px;
  }
  .f_62 {
    font-size: 52px;
  }
  .f_63 {
    font-size: 53px;
  }
  .f_64 {
    font-size: 54px;
  }
  .f_65 {
    font-size: 55px;
  }
  .f_66 {
    font-size: 56px;
  }
  .f_67 {
    font-size: 57px;
  }
  .f_68 {
    font-size: 58px;
  }
  .f_69 {
    font-size: 59px;
  }
  .f_70 {
    font-size: 60px;
  }
  .f_71 {
    font-size: 55px;
  }
  .f_72 {
    font-size: 56px;
  }
  .f_73 {
    font-size: 57px;
  }
  .f_74 {
    font-size: 58px;
  }
  .f_75 {
    font-size: 59px;
  }
  .f_76 {
    font-size: 60px;
  }
  .f_77 {
    font-size: 61px;
  }
  .f_78 {
    font-size: 61px;
  }
  .f_79 {
    font-size: 63px;
  }
  .f_80 {
    font-size: 64px;
  }
}
@media (max-width: 1281px) {
  .f_13 {
    font-size: 12px;
  }
  .f_14 {
    font-size: 12px;
  }
  .f_15 {
    font-size: 12px;
  }
  .f_16 {
    font-size: 13px;
  }
  .f_17 {
    font-size: 16px;
  }
  .f_18 {
    font-size: 15px;
  }
  .f_19 {
    font-size: 16px;
  }
  .f_20 {
    font-size: 17px;
  }
  .f_22 {
    font-size: 18px;
  }
  .f_24 {
    font-size: 19px;
  }
  .f_25 {
    font-size: 20px;
  }
  .f_26 {
    font-size: 21px;
  }
  .f_27 {
    font-size: 22px;
  }
  .f_28 {
    font-size: 23px;
  }
  .f_29 {
    font-size: 24px;
  }
  .f_30 {
    font-size: 25px;
  }
  .f_31 {
    font-size: 26px;
  }
  .f_32 {
    font-size: 27px;
  }
  .f_33 {
    font-size: 24px;
  }
  .f_34 {
    font-size: 25px;
  }
  .f_35 {
    font-size: 26px;
  }
  .f_36 {
    font-size: 27px;
  }
  .f_37 {
    font-size: 28px;
  }
  .f_38 {
    font-size: 29px;
  }
  .f_39 {
    font-size: 30px;
  }
  .f_40 {
    font-size: 31px;
  }
  .f_41 {
    font-size: 32px;
  }
  .f_42 {
    font-size: 33px;
  }
  .f_43 {
    font-size: 34px;
  }
  .f_44 {
    font-size: 35px;
  }
  .f_45 {
    font-size: 36px;
  }
  .f_46 {
    font-size: 37px;
  }
  .f_47 {
    font-size: 38px;
  }
  .f_48 {
    font-size: 39px;
  }
  .f_49 {
    font-size: 40px;
  }
  .f_50 {
    font-size: 38px;
  }
  .f_51 {
    font-size: 39px;
  }
  .f_52 {
    font-size: 40px;
  }
  .f_53 {
    font-size: 41px;
  }
  .f_54 {
    font-size: 42px;
  }
  .f_55 {
    font-size: 43px;
  }
  .f_56 {
    font-size: 44px;
  }
  .f_57 {
    font-size: 45px;
  }
  .f_58 {
    font-size: 46px;
  }
  .f_59 {
    font-size: 47px;
  }
  .f_60 {
    font-size: 48px;
  }
  .f_61 {
    font-size: 49px;
  }
  .f_62 {
    font-size: 50px;
  }
  .f_63 {
    font-size: 51px;
  }
  .f_64 {
    font-size: 52px;
  }
  .f_65 {
    font-size: 53px;
  }
  .f_66 {
    font-size: 54px;
  }
  .f_67 {
    font-size: 55px;
  }
  .f_68 {
    font-size: 56px;
  }
  .f_69 {
    font-size: 57px;
  }
  .f_70 {
    font-size: 58px;
  }
  .f_71 {
    font-size: 51px;
  }
  .f_72 {
    font-size: 52px;
  }
  .f_73 {
    font-size: 53px;
  }
  .f_74 {
    font-size: 54px;
  }
  .f_75 {
    font-size: 55px;
  }
  .f_76 {
    font-size: 56px;
  }
  .f_77 {
    font-size: 57px;
  }
  .f_78 {
    font-size: 58px;
  }
  .f_79 {
    font-size: 59px;
  }
  .f_80 {
    font-size: 60px;
  }
}
@media (max-width: 1024px) {
  .f_24 {
    font-size: 16px;
  }
  .f_25 {
    font-size: 17px;
  }
  .f_26 {
    font-size: 18px;
  }
  .f_27 {
    font-size: 19px;
  }
  .f_28 {
    font-size: 20px;
  }
  .f_29 {
    font-size: 21px;
  }
  .f_30 {
    font-size: 22px;
  }
  .f_31 {
    font-size: 23px;
  }
  .f_32 {
    font-size: 24px;
  }
  .f_33 {
    font-size: 21px;
  }
  .f_34 {
    font-size: 22px;
  }
  .f_35 {
    font-size: 23px;
  }
  .f_36 {
    font-size: 24px;
  }
  .f_37 {
    font-size: 25px;
  }
  .f_38 {
    font-size: 26px;
  }
  .f_39 {
    font-size: 27px;
  }
  .f_40 {
    font-size: 28px;
  }
  .f_41 {
    font-size: 29px;
  }
  .f_42 {
    font-size: 30px;
  }
  .f_43 {
    font-size: 31px;
  }
  .f_44 {
    font-size: 32px;
  }
  .f_45 {
    font-size: 33px;
  }
  .f_46 {
    font-size: 34px;
  }
  .f_47 {
    font-size: 35px;
  }
  .f_48 {
    font-size: 36px;
  }
  .f_49 {
    font-size: 37px;
  }
  .f_50 {
    font-size: 34px;
  }
  .f_51 {
    font-size: 35px;
  }
  .f_52 {
    font-size: 36px;
  }
  .f_53 {
    font-size: 37px;
  }
  .f_54 {
    font-size: 38px;
  }
  .f_55 {
    font-size: 39px;
  }
  .f_56 {
    font-size: 40px;
  }
  .f_57 {
    font-size: 41px;
  }
  .f_58 {
    font-size: 42px;
  }
  .f_59 {
    font-size: 43px;
  }
  .f_60 {
    font-size: 44px;
  }
  .f_61 {
    font-size: 45px;
  }
  .f_62 {
    font-size: 46px;
  }
  .f_63 {
    font-size: 47px;
  }
  .f_64 {
    font-size: 48px;
  }
  .f_65 {
    font-size: 49px;
  }
  .f_66 {
    font-size: 50px;
  }
  .f_67 {
    font-size: 51px;
  }
  .f_68 {
    font-size: 52px;
  }
  .f_69 {
    font-size: 53px;
  }
  .f_70 {
    font-size: 54px;
  }
  .f_71 {
    font-size: 47px;
  }
  .f_72 {
    font-size: 48px;
  }
  .f_73 {
    font-size: 49px;
  }
  .f_74 {
    font-size: 50px;
  }
  .f_75 {
    font-size: 51px;
  }
  .f_76 {
    font-size: 52px;
  }
  .f_77 {
    font-size: 53px;
  }
  .f_78 {
    font-size: 54px;
  }
  .f_79 {
    font-size: 55px;
  }
  .f_80 {
    font-size: 56px;
  }
}
@media (max-width: 960px) {
  .f_16 {
    font-size: 12px;
  }
  .f_18 {
    font-size: 14px;
  }
  .f_20 {
    font-size: 16px;
  }
  .f_33 {
    font-size: 20px;
  }
  .f_34 {
    font-size: 21px;
  }
  .f_35 {
    font-size: 22px;
  }
  .f_36 {
    font-size: 23px;
  }
  .f_37 {
    font-size: 24px;
  }
  .f_38 {
    font-size: 25px;
  }
  .f_39 {
    font-size: 26px;
  }
  .f_40 {
    font-size: 24px;
  }
  .f_41 {
    font-size: 25px;
  }
  .f_42 {
    font-size: 26px;
  }
  .f_43 {
    font-size: 27px;
  }
  .f_44 {
    font-size: 28px;
  }
  .f_45 {
    font-size: 29px;
  }
  .f_46 {
    font-size: 30px;
  }
  .f_47 {
    font-size: 31px;
  }
  .f_48 {
    font-size: 32px;
  }
  .f_49 {
    font-size: 33px;
  }
  .f_50 {
    font-size: 28px;
  }
  .f_51 {
    font-size: 29px;
  }
  .f_52 {
    font-size: 30px;
  }
  .f_53 {
    font-size: 31px;
  }
  .f_54 {
    font-size: 32px;
  }
  .f_55 {
    font-size: 33px;
  }
  .f_56 {
    font-size: 34px;
  }
  .f_57 {
    font-size: 35px;
  }
  .f_58 {
    font-size: 36px;
  }
  .f_59 {
    font-size: 37px;
  }
  .f_60 {
    font-size: 36px;
  }
  .f_61 {
    font-size: 37px;
  }
  .f_62 {
    font-size: 38px;
  }
  .f_63 {
    font-size: 39px;
  }
  .f_64 {
    font-size: 40px;
  }
  .f_65 {
    font-size: 41px;
  }
  .f_66 {
    font-size: 42px;
  }
  .f_67 {
    font-size: 43px;
  }
  .f_68 {
    font-size: 44px;
  }
  .f_69 {
    font-size: 45px;
  }
  .f_70 {
    font-size: 46px;
  }
  .f_70 {
    font-size: 42px;
  }
  .f_71 {
    font-size: 43px;
  }
  .f_72 {
    font-size: 44px;
  }
  .f_73 {
    font-size: 45px;
  }
  .f_74 {
    font-size: 46px;
  }
  .f_75 {
    font-size: 47px;
  }
  .f_76 {
    font-size: 48px;
  }
  .f_77 {
    font-size: 49px;
  }
  .f_78 {
    font-size: 50px;
  }
  .f_79 {
    font-size: 51px;
  }
  .f_80 {
    font-size: 52px;
  }
}
body {
  font-size: 16px;
}

html {
  font-size: 100px;
}

@media screen and (max-width: 1800px) {
  html {
    font-size: 95px;
  }
}
@media screen and (max-width: 1700px) {
  html {
    font-size: 90px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 85px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 75px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 70px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 65px;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 55px;
  }
}
@media screen and (max-width: 900px) {
  html {
    font-size: 50px;
  }
}
.my-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  /*display: none;*/
}

.my-modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.my-modal .modal-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: safe center;
  -moz-box-align: safe center;
  -ms-flex-align: safe center;
  align-items: safe center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: auto;
  padding: 5vh 15px;
}

.my-modal .modal-main {
  position: relative;
  max-width: 100%;
}

.my-modal .modal-close {
  position: absolute;
  top: 0;
  right: -33px;
  width: 18px;
}

.my-modal .modal-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-img-active {
  cursor: pointer;
}
.my-img-active.my-img-container, .my-img-active .my-img-container {
  overflow: hidden;
}
.my-img-active .my-img-target {
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.my-img-active:hover.my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
.my-img-active:hover .my-img-target {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.my-toggle {
  position: relative;
}
.my-toggle > .my-toggle-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: visible;
  pointer-events: none;
  opacity: 0;
  z-index: -9;
  -webkit-transform: translateY(15px);
     -moz-transform: translateY(15px);
      -ms-transform: translateY(15px);
       -o-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.5s, z-index 1s ease-in;
  -o-transition: all 0.5s, z-index 1s ease-in;
  -moz-transition: all 0.5s, z-index 1s ease-in;
  transition: all 0.5s, z-index 1s ease-in;
}
.my-toggle > .my-toggle-item.active {
  position: relative;
  -webkit-transition: 0.5s all 0.5s, z-index 0s;
  -o-transition: 0.5s all 0.5s, z-index 0s;
  -moz-transition: 0.5s all 0.5s, z-index 0s;
  transition: 0.5s all 0.5s, z-index 0s;
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.my-main * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.my-main img {
  max-width: 100%;
  display: block;
}

.my-time {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.my-time::before, .my-time::after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.my-times {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.my-times::before, .my-times::after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.my-times * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.my-times *::before, .my-times *::after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.my-swiper-button {
  position: relative;
}
.my-swiper-button .swiper-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #C6DBC6;
  background-image: initial;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
  margin-top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.my-swiper-button .swiper-button:hover {
  background-color: #3F873F;
}
.my-swiper-button .swiper-button img {
  width: 17.5%;
}

.my-active1 .close {
  position: absolute;
  width: 26px;
  top: 0.32rem;
  right: 0.32rem;
  cursor: pointer;
}
.my-active1 .close:hover {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.my-active1 .btns {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.33rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-active1 .btn {
  min-width: 10em;
  line-height: 3.25;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0 10px;
  margin: 0 0.12rem;
  cursor: pointer;
}
.my-active1 .btn1 {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4.051px 15.191px 0 rgba(10, 69, 55, 0.1);
  backdrop-filter: blur(10px);
  color: #666666;
}
.my-active1 .btn1:hover {
  background-color: rgb(255, 255, 255);
}
.my-active1 .btn2 {
  background-color: #3F873F;
  color: #fff;
}
.my-active1 .btn2:hover {
  background-color: #6FA56F;
}
.my-active1 .modal-img{
    width: 850px;
}

.my-active2 {
  padding-top: 0.7rem;
  padding-bottom: 0.85rem;
  background: url(../imgs/3.webp) no-repeat center center/cover;
  overflow: hidden;
}
.my-active2 .box {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.my-active2 .title {
  text-align: center;
  line-height: 1.4166666667;
  color: #373737;
  margin-bottom: 0.8rem;
}
.my-active2 .contents {
  margin-bottom: 0.6rem;
}
.my-active2 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-active2 .content .swiper-container {
  width: 45.1388888889%;
  margin-left: 0;
}
.my-active2 .content .swiper-slide {
  border-radius: 0.24rem;
}
.my-active2 .content .swiper-slide img {
  width: 100%;
}
.my-active2 .content .swiper-button {
  background: initial;
  height: auto;
  margin-top: 0;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 12px;
}
.my-active2 .content .swiper-button-prev {
  left: 16px;
}
.my-active2 .content .swiper-button-next {
  right: 16px;
}
.my-active2 .content .swiper-pagination {
  bottom: 0.16rem;
}
.my-active2 .content .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 0.5;
  background-color: #fff;
  margin: 0 4px;
}
.my-active2 .content .swiper-pagination-bullet-active {
  opacity: 1;
}
.my-active2 .content .info {
  width: 48.75%;
  padding-left: 0.22rem;
  position: relative;
}
.my-active2 .content .info-title {
  line-height: 1.1666666667;
  margin-bottom: 0.16rem;
  font-weight: bold;
  position: relative;
}
.my-active2 .content .info-title s {
  position: absolute;
  width: 0.22rem;
  height: 1.1666666667em;
  right: 100%;
  top: 0;
}
.my-active2 .content .info-title s::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #3F873F;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.my-active2 .content .info-text {
  line-height: 1.5;
  color: #444;
}
.my-active2 .content .year {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
     -moz-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  font-family: Arial;
  font-size: 4rem;
  color: #3F873F;
  opacity: 0.04;
  -webkit-filter: blur(12px);
          filter: blur(12px);
}
.my-active2 .bottom .swipers {
  position: relative;
}
.my-active2 .bottom .swiper-line {
  position: absolute;
  width: 100vw;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  background-color: #3F873F;
  height: 1px;
  top: 1em;
  z-index: 6;
}
.my-active2 .bottom .swiper-line .box {
  position: relative;
}
.my-active2 .bottom .swiper-line .swiper-button-prev {
  left: 0;
}
.my-active2 .bottom .swiper-line .swiper-button-next {
  right: 0;
}
.my-active2 .bottom .swiper-container {
  padding: 0 0.3rem;
}
.my-active2 .bottom .swiper-slide {
  text-align: center;
}
.my-active2 .bottom .swiper-slide.active .slide-dot-img1 {
  opacity: 1;
}
.my-active2 .bottom .swiper-slide.active .slide-dot-img2 {
  opacity: 0;
}
.my-active2 .bottom .swiper-slide.active .slide-title {
  color: #3F873F;
  -webkit-transform: scale(1.5);
     -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
       -o-transform: scale(1.5);
          transform: scale(1.5);
}
.my-active2 .bottom .slide-dot {
  width: 2em;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.my-active2 .bottom .slide-dot-img1 {
  opacity: 0;
}
.my-active2 .bottom .slide-dot-img2 {
  position: absolute;
  left: 50%;
  width: 0.875em;
  -webkit-transform: translate3d(-50%, 0, 0);
     -moz-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  top: 0.5416666667em;
}
.my-active2 .bottom .slide-title {
  line-height: 1.75;
  color: #5B626E;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.my-active3 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.my-active3 .box {
  width: 90%;
  max-width: 1440px;
  margin: 0 auto;
}
.my-active3 .title {
  text-align: center;
  line-height: 1.4166666667;
  color: #373737;
  margin-bottom: 0.8rem;
}
.my-active3 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-active3 .img {
  width: 44.4444444444%;
}
.my-active3 .right {
  width: 44.4444444444%;
  border: 1px solid #E5E5E5;
  padding: 0.4rem 0.6rem 0;
}
.my-active3 .text {
  line-height: 1.4166666667;
  margin-bottom: 0.4rem;
}
.my-active3 .text img {
  display: inline-block;
  vertical-align: sub;
  width: 1.25em;
  margin-right: 0.08rem;
}
.my-active3 .list {
  border-top: 1px solid #E5E5E5;
  padding: 0.24rem 0;
  height: 3.38rem;
  overflow: auto;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  width: 100%;
  padding-right: 0.36rem;
}
.my-active3 .list::-webkit-scrollbar {
  width: 3px;
  background-color: initial;
  background: -webkit-linear-gradient(left, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0) 44%, rgb(229, 229, 229) 45%, rgb(229, 229, 229) 55%, rgba(229, 229, 229, 0) 56%, rgba(229, 229, 229, 0) 100%);
  background: linear-gradient(to right, rgba(229, 229, 229, 0) 0%, rgba(229, 229, 229, 0) 44%, rgb(229, 229, 229) 45%, rgb(229, 229, 229) 55%, rgba(229, 229, 229, 0) 56%, rgba(229, 229, 229, 0) 100%);
}
.my-active3 .list::-webkit-scrollbar-thumb {
  background: #3F873F;
  width: 3px;
}
.my-active3 .item {
  padding: 0.2rem 0.16rem;
  background-color: #F4F5F8;
  border-radius: 8px;
  cursor: pointer;
}
.my-active3 .item + .item {
  margin-top: 0.16rem;
}
.my-active3 .item.active {
  background-color: rgba(63, 135, 63, 0.05);
}
.my-active3 .item.active .item-title {
  color: #3F873F;
}
.my-active3 .item-title {
  line-height: 1.4444444444;
  color: #666666;
  margin-bottom: 0.08rem;
}
.my-active3 .item-text {
  line-height: 1.5;
  color: #5B626E;
}

.my-active4{
    margin-top: .3rem;
}
.my-active4 .active-title {
  line-height: 1.4;
  color: #3F873F;
  margin-bottom: 0.16rem;
  font-size: 20px;
}
.my-active4 .active-title img {
  width: 1.2em;
  margin-right: 0.1rem;
  display: inline-block;
  vertical-align: text-top;
}
.my-active4 .active-ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.my-active4 .active-li {
  width: 28.5714285714%;
  margin-right: 2.2857142857%;
  margin-bottom: 0.16rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.my-active4 .active-li s {
  position: absolute;
  height: 0.04rem;
  left: 0;
  bottom: 0;
  width: 0%;
  background-color: #3F873F;
}
.my-active4 .active-li:hover s {
  width: 100%;
}
.my-active4 .active-li-img {
  width: 75%;
  padding: 0.15rem 0;
}

.my-active5 {
  margin-bottom: 0.5rem;
  padding: 0.36rem 0.8rem;
  background-color: rgba(63, 135, 63, 0.05);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-active5 .active-title {
  color: #3F873F;
  line-height: 1.7777777778;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.my-active5 .active-title img {
  width: 1.3333333333em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.09rem;
}
.my-active5 .active-right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.my-active5 .active-text {
  line-height: 1.7777777778;
  color: #666666;
  margin-right: 0.3rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-active5 .active-btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  line-height: 3;
  background-color: #3F873F;
  padding: 0 0.36rem;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}
.my-active5 .active-btn:hover {
  background-color: #6FA56F;
}
.my-active5 .active-btn img {
  width: 1.25em;
  margin-left: 0.16rem;
  display: inline-block;
  vertical-align: text-bottom;
}

.my-swiper-pagination .swiper-pagination-bullet-active{
    background-color: #3F873F;
}

@media (min-width: 769px) {
  .show768 {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide768 {
    display: none !important;
  }
  .show768 {
    display: block;
  }
  .my-modal .modal-main {
    width: 100%;
  }
  .my-modal .modal-close {
    right: 0;
    top: -33px;
  }
  .my-active1 .close {
    top: -36px;
    right: 0;
  }
  .my-active1 .btns {
    padding-top: 10px;
    bottom: auto;
    top: 100%;
  }
  .my-active2 {
    padding: 50px 0;
  }
  .my-active2 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .my-active2 .content .year {
    display: none;
  }
  .my-active2 .content .swiper-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .my-active2 .content .info {
    width: 100%;
  }
  .my-active3 {
    padding: 50px 0;
  }
  .my-active3 .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .my-active3 .img {
    width: 100%;
    margin-bottom: 20px;
  }
  .my-active3 .right {
    width: 100%;
  }
  .my-active3 .list {
    height: 250px;
  }
  .my-active5 {
    padding: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .my-active5 .active-title {
    margin-bottom: 15px;
  }
  .my-active5 .active-right {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .my-active4 {
    margin-bottom: 20px;
  }
  .my-active4 .active-ul {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .my-active4 .active-li {
    width: 49%;
    margin-right: 0;
  }
}