html {
  font-size: 100px;
  /*text-align: justify;*/
}

@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;.origin-title .title
  }
}
@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;
  }
}
body::-webkit-scrollbar {
  width: 4px;
}

body::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #175C33;
}

body.status1 {
  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;
  min-height: 100vh;
}

img, video {
  -o-object-fit: cover;
  object-fit: cover;
}

input, textarea {
  border: none;
  outline: none;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

.bofang {
  cursor: pointer;
}

.fno {
  font-weight: normal;
}

.my-more {
  line-height: 1.125;
  color: #000;
}

.my-more .my-more-icon, .my-more .my-more-icon1 {
  width: 1.125em;
  height: 1.125em;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #000;
  -o-background-size: 0.3125em auto;
  background-size: 0.3125em auto;
  vertical-align: bottom;
  margin-left: 0.03rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-more .my-more-icon path, .my-more .my-more-icon1 path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-more .my-more-icon1 {
  background: url(../images/svg/arr-icon-black.svg) no-repeat center center;
  -o-background-size: 0.3125em auto;
  background-size: 0.3125em auto;
}

.my-more.my-more-status1 {
  color: #fff;
}

.my-more.my-more-status1 .my-more-icon {
  border-color: #fff;
}

.my-more.my-more-status1 .my-more-icon1 {
  border-color: #fff;
  background-image: url(../images/svg/arr-icon-white.svg);
}

.my-more-active, .my-img-active {
  cursor: pointer;
}

.my-more-active:hover .my-more .my-more-icon, .my-more-active:hover.my-more .my-more-icon {
  border-color: #7ABE4D;
  background-color: #7ABE4D;
}

.my-more-active:hover .my-more .my-more-icon svg path, .my-more-active:hover.my-more .my-more-icon svg path {
  fill: #fff;
}

.my-more-active:hover .my-more .my-more-icon1, .my-more-active:hover.my-more .my-more-icon1 {
  border-color: #7ABE4D;
  background-color: #7ABE4D;
  background-image: url(../images/svg/arr-icon-white.svg);
}

.my-more-active:hover .my-more.my-more-status2, .my-more-active:hover.my-more.my-more-status2 {
  color: #fff;
}

.my-more-active:hover .my-more.my-more-status2 .my-more-icon, .my-more-active:hover.my-more.my-more-status2 .my-more-icon {
  background-color: #fff;
  border-color: #fff;
}

.my-more-active:hover .my-more.my-more-status2 .my-more-icon svg path, .my-more-active:hover.my-more.my-more-status2 .my-more-icon svg path {
  fill: #7ABE4D;
}

.my-more-active:hover .my-more.my-more-status2 .my-more-icon1, .my-more-active:hover.my-more.my-more-status2 .my-more-icon1 {
  background-color: #fff;
  border-color: #fff;
  background-image: url(../images/svg/arr-icon-color.svg);
}

.my-img-active .my-img-target {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.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-img-container {
  overflow: hidden;
}

.my-bottom {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
  background: url(../images/footer-background1.webp) no-repeat center center/cover;
}

.my-bottom .title {
  text-align: center;
  color: #175C33;
  line-height: 1.3333333333;
  margin-bottom: 0.38rem;
}

.my-bottom .more {
  text-align: center;
}

.my-banner {
  width: 100%;
  position: relative;
}

.my-banner .picture-container {
  padding-top: 23.4375%;
  position: relative;
}

.my-banner .picture-container .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.my-banner .picture-container .picture img {
  width: 100%;
  height: 100%;
}

.my-banner .w1440 {
  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;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.my-banner .title {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  line-height: 1.5;
  font-size: 48px;
}

.my-breadcrumb {
  padding: 20px 0;
  font-size: 14px;
  line-height: 25px;
}

.my-breadcrumb.breadcrumb-color {
  background-color: #F9F9F9;
}

.my-breadcrumb .breadcrumb-container {
  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-breadcrumb .breadcrumb-item {
  color: #222;
}

.my-breadcrumb .breadcrumb-item:not(.active):hover, .my-breadcrumb .breadcrumb-item:not(.active).act {
  color: #7ABE4D;
}

.my-breadcrumb .breadcrumb-item:nth-child(1) {
  position: relative;
  margin-right: 8px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.my-breadcrumb .breadcrumb-item:nth-child(1):hover img:nth-child(1), .my-breadcrumb .breadcrumb-item:nth-child(1).act img:nth-child(1) {
  opacity: 0;
}

.my-breadcrumb .breadcrumb-item:nth-child(1):hover img:nth-child(2), .my-breadcrumb .breadcrumb-item:nth-child(1).act img:nth-child(2) {
  opacity: 1;
}

.my-breadcrumb .breadcrumb-item:nth-child(1) img:nth-child(2) {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.my-breadcrumb .breadcrumb-item.active {
  color: #222;
}

.my-breadcrumb .breadcrumb-item img {
  display: inline-block;
  vertical-align: middle;
}

.my-breadcrumb .breadcrumb-icon {
  margin: 0 8px;
}

.my-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.my-img-toggle {
  cursor: pointer;
}

.my-img-toggle.my-img-target, .my-img-toggle .my-img-target {
  position: relative;
  display: inline-block;
}

.my-img-toggle.my-img-target img, .my-img-toggle .my-img-target img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.my-img-toggle.my-img-target img:nth-child(2), .my-img-toggle .my-img-target img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.my-img-toggle:hover.my-img-target img:nth-child(2), .my-img-toggle:hover .my-img-target img:nth-child(2) {
  opacity: 1;
}

.my-picture {
  position: relative;
  overflow: hidden;
}

.my-picture .picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.my-picture .picture img {
  width: 100%;
  height: 100%;
}

.my-swiper-button.status1 .swiper-button {
  background-color: #D9D9D9;
  background-image: url(../images/svg/arr3-right-white.svg);
}

.my-swiper-button.status2 .swiper-button-prev{
    left: 50px;
    top: 40%;
}

.my-swiper-button.status2 .swiper-button-next{
    right: 50px;
    top: 40%;
}

.my-swiper-button .swiper-button {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  left: auto;
  right: auto;
  margin-top: 0;
  background: #fff url(../images/svg/arr3-right-color.svg) no-repeat center center;
  -o-background-size: 30% auto;
  background-size: 30% auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.my-swiper-button .swiper-button:hover {
  background-image: url(../images/svg/arr3-right-white.svg);
  background-color: #7ABE4D;
}

.my-swiper-button .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.my-swiper-button .swiper-button::after {
  display: none;
}

.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;
  padding: 5vh 15px;
}

.my-modal .modal-main {
  position: relative;
  max-width: 400px;
}

.page1 {
  --color: #7ABE4D;
}

.page1 span a.pre, .page1 span a.nex {
  width:9.2em;
}

.page1 span a.pre s, .page1 span a.nex s {
  width: 1.5em;
  height: 1.5em;
  -o-background-size: 142.8571428571% auto;
  background-size: 142.8571428571% auto;
}

.page1 span {
  line-height: 2.8571428571;
}

.page1 span input {
  width: 5.1428571429em;
  height: 2.8571428571em;
  font-size: inherit;
}

.page1 span a {
  font-size: inherit;
  width: 2.8571428571em;
  height: 2.8571428571em;
}

.page1 .qd a {
  width: 5.1428571429em;
}

header {
  position: sticky;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

header.active {
  position: sticky;
}

.header {
  background-color: #fff;
}

.header .box3 {
  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;
  position: relative;
}

.header .logo {
  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%);
  height: 46.25%;
}

.header .logo img {
  height: 100%;
}

.header .logo img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.header .right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  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 .right img {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
}

.header .right svg {
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
}

.header .right span {
  display: block;
  width: 2px;
  height: 1em;
  background-color: #fff;
  margin: 0 0.2rem;
}

.header .right .dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  white-space: nowrap;
  padding-top: 5px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(15px);
  -moz-transform: translateX(-50%) translateY(15px);
  -ms-transform: translateX(-50%) translateY(15px);
  -o-transform: translateX(-50%) translateY(15px);
  transform: translateX(-50%) translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .right .dropdown-container {
  background-color: #fff;
  border-top: 3px solid #7ABE4D;
  border-radius: 4px 4px 8px 8px;
  padding: 10px;
  position: relative;
}

.header .right .dropdown-container::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #7ABE4D;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -6px;
}

.header .right .dropdown-item {
  display: block;
  text-align: center;
  line-height: 2;
  padding: 0 7px;
}

.header .right .dropdown-item:hover {
  background-color: rgba(122, 190, 77, 0.2);
}

.header .right .item {
  cursor: pointer;
  color: #fff;
  position: relative;
}

.header .right .item:hover {
  color: #7ABE4D;
}

.header .right .item:hover .dropdown {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -moz-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  -o-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.header .right .item:hover svg:nth-child(1) {
  opacity: 0;
}

.header .right .item:hover svg:nth-child(2) {
  opacity: 1;
}

.header .right .item:hover img:nth-child(1) {
  opacity: 0;
}

.header .right .item:hover img:nth-child(2) {
  opacity: 1;
}

.header .right .item img:nth-child(1) {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.header .right .item img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
}

.header .right .item svg:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  opacity: 0;
}

.header .right .item3 {
  margin-left: 16px;
  display: none;
}

.header .nav {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav-item {
  padding: 0 0.4rem;
  position: relative;
}

.header .nav-item:hover .nav-link::before {
  width: 100%;
}

.header .nav-item:hover > span, .header .nav-item.act > span {
  opacity: 1;
}

.header .nav-item:hover .nav-link, .header .nav-item.act .nav-link {
  color: #7ABE4D;
}

.header .nav-link {
  line-height: 5;
  color: #fff;
  position: relative;
  z-index: 2;
  
}

.header .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #7ABE4D;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header .logo img:nth-child(1) {
  opacity: 0;
}

.header .logo img:nth-child(2) {
  opacity: 1;
}

.header .nav-link {
  color: #222;
}

.header .right .item {
  color: #222;
}

.header .right .item img:nth-child(1) {
  -webkit-filter: none;
  filter: none;
}

.header .right span {
  background-color: #222;
}

.head1 {
  width: 100%;
  position: fixed;
  top: 5em;
  left: 0;
  right: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.head1.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.head1 .container {
  max-width: 1920px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FBFBFB;
}

.head1 .nav {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 2rem;
  padding-bottom: 0.4rem;
}

.head1 .nav-container {
  width: 100%;
  padding-top: 0.58rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: none;
}

.head1 .nav-container.active {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.head1 .nav-container a {
  display: block;
}

.head1 .nav-container a:hover {
  color: #7ABE4D;
}

.head1 .nav-item {
  margin-right: 0.15rem;
}

.head1 .nav-top {
  line-height: 1.25;
  margin-bottom: 0.15rem;
}

.head1 .nav-link {
  line-height: 1.2857142857;
  color: #666;
}

.head1 .nav-link + .nav-link {
  margin-top: 0.12rem;
}

.head1 .img {
  width: 36.4583333333%;
  padding-top: 17.1875%;
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.head1 .img .my-img {
  display: none;
}

.head1 .img .my-img.active {
  display: block;
}

.head2 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  pointer-events: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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;
}

.head2.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

.head2 .top {
  background-color: #175C33;
  padding-bottom: 0.15rem;
  padding-top: 0.18rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.head2 .input {
  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;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid rgba(217, 217, 217, 0.3);
}

.head2 .input input {
  font-size: inherit;
  background-color: transparent;
  color: #fff;
  line-height: 1.625;
  width: 100%;
}

.head2 .input input::-webkit-input-placeholder {
  color: #fff;
}

.head2 .input input:-moz-placeholder {
  color: #fff;
}

.head2 .input input::-moz-placeholder {
  color: #fff;
}

.head2 .input input:-ms-input-placeholder {
  color: #fff;
}

.head2 .input input::placeholder {
  color: #fff;
}

.head2 .input .icon {
  width: 2.25em;
}

.head2 .close {
  width: 2.25em;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(-webkit-calc(100% + 0.32rem));
  -moz-transform: translateX(-moz-calc(100% + 0.32rem));
  -ms-transform: translateX(calc(100% + 0.32rem));
  -o-transform: translateX(calc(100% + 0.32rem));
  transform: translateX(calc(100% + 0.32rem));
}

.head2 .logo {
  display: none;
}

.head2 .container {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: auto;
}

.head2 .container.active {
  background-color: #fff;
}

.head2 .container::-webkit-scrollbar {
  width: 4px;
}

.head2 .container::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #7ABE4D;
}

.head2 .container .w1440 {
  padding-bottom: 0.6rem;
  height: auto;
}

.head2 .container .content {
  display: none;
}

.head2 .container .content.active {
  display: block;
}

.head2 .container .title {
  line-height: 1.8;
  padding: 0.4rem 0 0.58rem;
}

.head2 .container .link {
  display: block;
  line-height: 1.8571428571;
  color: #7ABE4D;
}

.head2 .container .link + .link {
  margin-top: 0.15rem;
}

.head2 .container .link:hover {
  text-decoration: underline;
}

.head2 .container .link img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.08rem;
  width: 0.5714285714em;
}

.head2 .container .title1 {
  padding: 0.6rem 0 0.3rem;
}

.head2 .container .title1 span {
  color: #ff0000;
}

.head2 .container .list {
  margin-bottom: 0.6rem;
}

.head2 .container .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0.3rem;
}

.head2 .container .item s {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: #7ABE4D;
  margin-right: 0.12rem;
  margin-top: 0.3125em;
}

.head2 .container .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  line-height: 1.125;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D9D9D9;
}

.head2 .container .item-title {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-right: 0.2rem;
}

.head2 .container .item-title span {
  color: #7ABE4D;
}

.head2 .container .item-time {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.head2 .container .list1 {
  margin-bottom: 0.6rem;
}
.head2 .container .item1 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-top: 1px solid #D9D9D9;
}
.head2 .container .item1:last-child {
  border-bottom: 1px solid #D9D9D9;
}
.head2 .container .item1-img {
  width: 17.3611111111%;
  margin-right: 1.7361111111%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.head2 .container .item1-img-container {
  position: relative;
  padding-top: 66%;
}
.head2 .container .item1-img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.head2 .container .item1-info {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.head2 .container .item1-title {
  line-height: 1.3333333333;
  margin-bottom: 0.17rem;
}
.head2 .container .item1-text {
  line-height: 1.3125;
  color: #666;
  margin-bottom: 0.1rem;
}
.head2 .container .item1-time {
  line-height: 1.5;
  color: #666;
  margin-bottom: 0.08rem;
}
.head2 .container .item1-tip {
  line-height: 1.7142857143;
  color: #7ABE4D;
}
.head2 .container .my-breadcrumb {
  padding: 0;
  opacity: 0.25;
}
.head2 .container .my-breadcrumb .breadcrumb-container {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  white-space: initial;
}
.head2 .container .my-breadcrumb .breadcrumb-item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: auto;
}
.head2 .container .my-breadcrumb .breadcrumb-item:hover {
  color: initial;
}
.head2 .container .my-breadcrumb .breadcrumb-item img:nth-child(1) {
  opacity: 1;
}

.head3 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #235133;
  pointer-events: none;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.head3 .head3-container {
  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;
  height: 100%;
}

.head3 .top {
  padding-top: 40px;
  padding-bottom: 36px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.head3 .top .w1440 {
  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;
}

.head3 .top .close {
  width: 20px;
}

.head3 .bottom {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 0;
  overflow: auto;
}

.head3 .nav {
  margin-bottom: 40px;
}

.head3 .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.head3 .nav-item.active .nav-link-a {
  font-size: 18px;
  color: #7ABE4D;
}

.head3 .nav-item:hover .nav-link-a {
  color: #7ABE4D;
}

.head3 .nav-link {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.head3 .nav-link-a {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  color: #fff;
  padding: 16px 0;
  font-size: 16px;
}

.head3 .nav-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 50px;
  cursor: pointer;
  position: relative;
  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: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.head3 .nav-icon::before {
  position: absolute;
  content: "";
  width: 11px;
  height: 7px;
  background: url(../images/svg/arr2-down-white.svg) no-repeat center center/100% 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.head3 .nav-icon.active::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.head3 .nav-ul {
  padding-top: 4px;
  padding-bottom: 16px;
  display: none;
}

.head3 .nav-li {
  display: block;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #fff;
  padding-left: 16px;
}

.head3 .nav-li.active, .head3 .nav-li:hover {
  color: #7ABE4D;
}

.head3 .nav-li + .nav-li {
  padding-top: 16px;
}

.head3 .language {
  padding-bottom: 40px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.head3 .language-item {
  width: 64px;
  text-align: center;
  line-height: 64px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff inset;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}

.head3 .language-item.active, .head3 .language-item:hover {
  background-color: #7ABE4D;
  box-shadow: 0 0 0 1px #7ABE4D inset;
}

.footer .footer-container {
  background: #235133 url(../images/footer-background2.webp) no-repeat bottom center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
}

.footer .top {
  padding-top: 0.65rem;
  padding-bottom: 0.49rem;
  border-bottom: 1px solid #2E6441;
}

.footer .top .logo {
  margin: 0 auto 0.2rem;
  display: block;
  width: 228px;
}

.footer .top .list {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  line-height: 1.5;
}

.footer .top .list a {
  color: #fff;
}

.footer .top .list a:hover {
  color: #7ABE4D;
  text-decoration: underline;
}

.footer .top .item {
  margin: 0 0.17rem 0.1rem;
  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;
}

.footer .top .item-icon {
  display: inline;
  vertical-align: -0.1875em;
  width: 1em;
  margin-right: 0.1rem;
}

.footer .nav {
  padding-top: 0.56rem;
  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 .nav-title {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  font-size: 16px;
}

.footer .nav-title s {
  display: none;
}

.footer .nav-title:hover {
  color: #7ABE4D;
}

.footer .nav-item {
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer .nav-link {
  color: #A7B9AD;
  line-height: 1.25;
  display: block;
  font-size: 14px;
}

.footer .nav-link:hover {
  color: #fff;
}

.footer .nav-link + .nav-link {
  margin-top: 0.1rem;
}

.footer .links {
  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-bottom: 0.34rem;
  /*width: 8.375em;*/
  /*margin-left: auto;*/
  /*flex-wrap: wrap;*/
  /*transform: translateY(-73%);*/
  /*font-size: 16px;*/
}

/*.footer .links::after{*/
/*    position: relative;*/
/*    content: '';*/
/*    width: 2em;*/
/*}*/

.footer .links img {
  width: 3.125em;
  border-radius: 50%;
  border: 1px solid  #fff;
  transition: all .5s;
}

.footer .links a + a {
  margin-left: 0.1rem;
  /*margin-bottom: 5px;*/
}

.footer .links a:hover img  {
  /*-webkit-transform: translateY(-5px);*/
  /*-moz-transform: translateY(-5px);*/
  /*-ms-transform: translateY(-5px);*/
  /*-o-transform: translateY(-5px);*/
  /*transform: translateY(-5px);*/
  border-color: #7ABE4D;
  background-color: #7ABE4D;
}

.footer .bottom {
  background-color: #1D472C;
  padding: 0.12rem 0;
}

.footer .bottom .w1440 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.3333333333;
  color: rgba(255, 255, 255, 0.5);
}

.footer .bottom a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .bottom a:hover {
  color: #fff;
}

.footer .bottom a + a {
  margin-left: 0.2rem;
}

.footer .bottom .left {
  margin-right: auto;
}

.footer .my-sidebar {
  position: fixed;
  right: 0.21rem;
  bottom: 60px;
  z-index: 900;
}

.footer .my-sidebar .item {
  width: 3.75em;
  height: 3.75em;
  border-radius: 50%;
  background-color: #fff;
  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;
  cursor: pointer;
  margin-top: 0.1rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .my-sidebar .item:hover {
  background-color: #7ABE4D;
}

.footer .my-sidebar .item:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.footer .my-sidebar .item:hover rect, .footer .my-sidebar .item:hover path {
  fill: #fff;
}

.footer .my-sidebar .item:nth-child(1) .item-icon {
  width: 1.5625em;
}

.footer .my-sidebar .item:nth-child(2) {
  display: none;
}

.footer .my-sidebar .item:nth-child(2) .item-icon {
  width: 1.25em;
}

.footer .my-sidebar .item:nth-child(3) .item-icon {
  width: 1.0625em;
}

.footer .my-sidebar .item-icon {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer .my-sidebar .item-icon rect, .footer .my-sidebar .item-icon path {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.groui-select {
  --groui-select-width: 240px;
  --groui-select-radius: 4px;
  --groui-select-border-color: #e4e7ed;
  --groui-select-theme-color: #DF3537;
  --groui-font-size-num: 16;
  --groui-font-size: -webkit-calc(var(--groui-font-size-num) * 1px);
  --groui-font-size: -moz-calc(var(--groui-font-size-num) * 1px);
  --groui-font-size: calc(var(--groui-font-size-num) * 1px);
  margin-right: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: var(--groui-select-width);
}

.groui-select.select-active .select-options {
  visibility: visible;
  -webkit-animation-name: selectIn;
  -moz-animation-name: selectIn;
  -o-animation-name: selectIn;
  animation-name: selectIn;
}

.groui-select.select-active .select-container .select-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.groui-select .select-container {
  width: 100%;
  cursor: pointer;
  height: 100%;
  border: solid 1px var(--groui-select-border-color);
  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;
  padding: 0 14px 0 19px;
  border-radius: var(--groui-select-radius);
}

.groui-select .select-container .select-label-input {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  font-size: var(--groui-font-size);
  cursor: pointer;
  outline: none;
  border: none;
  background-color: inherit;
  line-height: 2.375;
}

.groui-select .select-container .select-icon {
  width: 11px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.groui-select .select-options {
  visibility: hidden;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  min-width: var(--groui-select-width);
  max-width: 100%;
  left: 0;
  z-index: 9;
  padding: 10px 0;
  border-radius: var(--groui-select-radius);
  top: -webkit-calc(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  max-height: -webkit-calc(34 / var(--groui-font-size-num) * 6em);
  max-height: -moz-calc(34 / var(--groui-font-size-num) * 6em);
  max-height: calc(34 / var(--groui-font-size-num) * 6em);
  border: solid 1px var(--groui-select-border-color);
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: auto;
}

.groui-select .select-options::-webkit-scrollbar {
  width: 2px;
}

.groui-select .select-options::-webkit-scrollbar-thumb {
  width: 2px;
  background-color: var(--groui-select-theme-color);
}

.groui-select .select-options .select-option {
  padding: 0 10px;
  line-height: -webkit-calc(34 / var(--groui-font-size-num));
  line-height: -moz-calc(34 / var(--groui-font-size-num));
  line-height: calc(34 / var(--groui-font-size-num));
  cursor: pointer;
  display: block;
  text-align: left;
  font-size: var(--groui-font-size);
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.groui-select .select-options .select-option:hover, .groui-select .select-options .select-option.select-option-active {
  background-color: var(--groui-select-theme-color);
  color: #fff;
}

@-webkit-keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes selectIn {
  0% {
    opacity: 0.3;
    -moz-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes selectIn {
  0% {
    opacity: 0.3;
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes selectIn {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 15px, 0);
    -moz-transform: translate3d(0, 15px, 0);
    transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.index .section1 {
  position: relative;
}

.index .section1 .container {
  width: 100%;
  position: relative;
  padding-top: 49.4791666667%;
}

.index .section1 .container.video {
  padding-top: 0;
}

.index .section1 .container .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index .section1 .container .video1 {
  display: block;
}

.index .section1 .container .video2 {
  display: none;
  min-height: 128.125vw;
}

.index .section1 .container.video .picture-container {
  display: none;
}

.index .section1 .picture-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index .section1 .content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  bottom: 0;
  max-width: 1920px;
}

.index .section1 .title {
  position: absolute;
  bottom: 12.3157894737%;
  left: 12.5%;
  z-index: 3;
  /*color: #28A441;*/
  max-width: 75%;
  font-size: 42px;
  line-height: 1.5;
}
.index .section1 .title:nth-child(1) span {
  text-shadow: 0px 3px 3.1px #0C5C2B;
  color: #28A441;
}
.index .section1 .title:nth-child(2) span {
  background: linear-gradient(180deg, #28A441 21.81%, #AFD694 78.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 4;
}

.index .section1 .links{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.index .section1 .link{
  position: absolute;
}

.index .section1 .link::after,.index .section1 .link::before{
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
}

.index .section1 .link::after{
  background-color: #fff;
  opacity: 0.2;
}

.index .section1 .link::before{
  background-color: #fff;
  opacity: 0.2;
  animation: animation1 4s linear infinite both;
}

.index .section1 .link span{
  position: relative;
  display: block;
  z-index: 3;
  width: 0.25rem;
  height: 0.25rem;
  border: 0.04rem solid #fff;
  border-radius: 50%;
  background-color: #7ABE4D; 
  color: #fff;
  font-weight: bold;
}

.index .section1 .link span::before{
  position: absolute;
  content: "+";
  font-size: 0.14rem;
  top: 90%;
  left: 50%;
  height: 0.15rem;
  line-height: 0;
  transform: translate(-50%, -50%);
}

.index .section1 .link:nth-child(1){
  left: 32.5%;
  top: 48%;
}

.index .section1 .link:nth-child(2){
  left: 67.2%;
  top: 43.5%;
}

.index .section1 .link:nth-child(3){
  left: 56.4%;
  top: 52%;
}

@keyframes animation1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0.2;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.2;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

.index .section2 {
  padding-top: 1.65rem;
  padding-bottom: 1.04rem;
  background: url(../images/index-youlai-background.webp) no-repeat center center/cover;
}

.index .section2 .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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section2 .left {
  width: 50.4166666667%;
}

.index .section2 .title {
  line-height: 1.3125;
  margin-bottom: 0.33rem;
}

.index .section2 .text {
  line-height: 1.3333333333;
  color: #666;
}

.index .section2 .text span {
  font-weight: bold;
}

.index .section2 .text P + P {
  margin-top: 0.26rem;
}

.index .section2 .my-more {
  margin-top: 0.64rem;
}

.index .section2 .right {
  width: 47.2222222222%;
  position: relative;
  cursor: pointer;
  margin-top: 0.3rem;
  border-radius: 0.6rem 0 0.6rem 0;
}

.index .section2 .right-bg {
  padding-top: 61.7647058824%;
  border-radius: 0.6rem 0 0.6rem 0;
}

.index .section2 .right-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9.4117647059%;
}

.index .section2 .countUp {
  font-family: Arial;
}

.index .section2 .list {
  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;
  margin-top: 1.2rem;
}

.index .section2 .item {
  text-align: center;
}

.index .section2 .item-num {
  color: #7ABE4D;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index .section2 .item-num span:nth-child(2) {
  line-height: 1.5;
  margin-left: 0.08rem;
}

.index .section2 .item-title {
  color: #666;
  margin-top: 0.2rem;
  line-height: 1.25;
}

.index .section2 .item-title::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  border: 1px solid #7ABE4D;
  margin-right: 0.09rem;
}

.index .section3 {
  padding-top: 1.13rem;
  padding-bottom: 1.35rem;
  background: url(../images/index-youshi-background.webp) no-repeat center center/cover;
}

.index .section3 .title {
  text-align: center;
  color: #fff;
  line-height: 1.3125;
  margin-bottom: 0.6rem;
}

.index .section3 .swiper {
  overflow: initial;
}

.index .section3 .list {
  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;
}

.index .section3 .item {
  height: auto;
  text-align: center;
  color: #fff;
  width: 32.3611111111%;
  padding: 0.5rem 0.2rem 0.8rem;
  border-radius: 0.12rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 6rem;
  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;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
}

.index .section3 .item:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
  border-color: #7ABE4D;
}

.index .section3 .item-icon {
  margin: 0 auto 0.53rem;
  width: 7.5em;
}

.index .section3 .item-icon .my-picture {
  width: 100%;
  padding-top: 100%;
}

.index .section3 .item-title {
  line-height: 1.5;
  margin-bottom: 0.15rem;
}

.index .section3 .item-text {
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.index .section3 .my-more {
  margin-top: auto;
}

.index .section4 {
  padding-top: 1.28rem;
  padding-bottom: 1.6rem;
  background: url(../images/index-ysgh-background.webp) no-repeat center center/cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.index .section4 .title {
  line-height: 1.3125;
  margin-bottom: 0.54rem;
}

.index .section4 .top {
  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;
  margin-bottom: 0.28rem;
}

.index .section4 .select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.index .section4 .select-item {
  line-height: 1.4444444444;
  color: #666;
}

.index .section4 .select-item + .select-item {
  margin-left: 0.3rem;
}

.index .section4 .select-item.active, .index .section4 .select-item:hover {
  color: #000;
  font-weight: bold;
}

.index .section4 .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;
  position: relative;
}

.index .section4 .left {
  width: 59.3055555556%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.42rem;
}

.index .section4 .left .swiper-slide:hover .slide-title {
  background-color: #7ABE4D;
  color: #fff;
}

.index .section4 .left .slide-img {
  border-radius: 0.12rem;
  margin-bottom: 0.18rem;
}

.index .section4 .left .slide-img .my-picture {
  padding-top: 58.3333333333%;
}

.index .section4 .left .slide-title {
  display: inline-block;
  line-height: 2.25;
  padding: 0 0.08rem;
  color: #7ABE4D;
  border-radius: 0.05rem;
}

.index .section4 .left .slide-text {
  line-height: 1.6666666667;
  margin-bottom: 0.42rem;
  height: 5em;
}

.index .section4 .left-pagination {
  bottom: 0;
  top: auto;
  height: 1px;
  background-color: #d9d9d9;
}

.index .section4 .left-pagination .swiper-pagination-progressbar-fill {
  height: 3px;
  top: -1px;
  background-color: #7ABE4D;
}

.index .section4 .right-pagination {
  left: auto;
  right: -6px;
  width: 1px;
  background-color: #d9d9d9;
}

.index .section4 .right-pagination .swiper-pagination-progressbar-fill {
  width: 3px;
  right: -1px;
  background-color: #7ABE4D;
}

.index .section4 .right {
  width: -webkit-calc(33.33333% + 12px);
  width: -moz-calc(33.33333% + 12px);
  width: calc(33.33333% + 12px);
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  height: 100%;
  right: -12px;
  top: 0;
  overflow: auto;
  padding-right: 12px;
}

.index .section4 .right::-webkit-scrollbar {
  width: 3px;
  background-color: #d9d9d9;
}

.index .section4 .right::-webkit-scrollbar-thumb {
  width: 3px;
  background-color: #7ABE4D;
}

.index .section4 .right .swiper-slide {
  padding-bottom: 0.45rem;
  margin-bottom: 0.45rem;
  border-bottom: 1px dashed #175C33;
  height: auto;
}

.index .section4 .right .swiper-slide:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.index .section4 .right .slide-content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.24rem 3.5416666667% 0.24rem 5%;
  background-color: #fff;
  border-radius: 0.12rem;
}

.index .section4 .right .slide-content:hover {
  background-color: #7ABE4D;
}

.index .section4 .right .slide-content:hover .slide-title {
  color: #fff;
}

.index .section4 .right .slide-img {
  width: 59.3147751606%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  position: relative;
  border-radius: 0.05rem;
}

.index .section4 .right .slide-img .my-picture {
  padding-top: 58.1818181818%;
}

.index .section4 .right .slide-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2.6666666667em;
}

.index .section4 .right .slide-info {
  width: 35.5460385439%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.index .section4 .right .slide-title {
  line-height: 1.5;
  height: 6em;
  margin-bottom: 0.19rem;
  color: #666;
}

.index .section5 {
  padding-top: 1.2rem;
  padding-bottom: 1.92rem;
  background: url(../images/index-sige-background.webp) no-repeat center center/cover;
}

.index .section5 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 1.17rem;
}

.index .section5 .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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.index .section5 .left {
  width: 45.1388888889%;
  position: relative;
}

.index .section5 .left .my-picture {
  padding-top: 73.8461538462%;
  border-radius: 12px 12px 0 0;
}

.index .section5 .left:hover::before, .index .section5 .left:hover::after {
  -webkit-transform: translateY(95%);
  -moz-transform: translateY(95%);
  -ms-transform: translateY(95%);
  -o-transform: translateY(95%);
  transform: translateY(95%);
}

.index .section5 .left::before {
  position: absolute;
  content: "";
  width: 40.3076923077%;
  height: 0.18rem;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(left, #7ABE4D, #64AF32);
  background-image: -moz-linear-gradient(left, #7ABE4D, #64AF32);
  background-image: -o-linear-gradient(left, #7ABE4D, #64AF32);
  background-image: linear-gradient(to right, #7ABE4D, #64AF32);
  border-radius: 0 0 0.1rem 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}

.index .section5 .left::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(left, #175C33, #228D4E);
  background-image: -moz-linear-gradient(left, #175C33, #228D4E);
  background-image: -o-linear-gradient(left, #175C33, #228D4E);
  background-image: linear-gradient(to right, #175C33, #228D4E);
  border-radius: 0 0 0.05rem 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section5 .left .my-img-container {
  border-radius: 0.12rem 0.12rem 0 0;
  position: relative;
  z-index: 3;
}

.index .section5 .right {
  width: 52.7777777778%;
}

.index .section5 .title1 {
  line-height: 1.35;
  margin-bottom: 0.06rem;
  color: #175C33;
}

.index .section5 .title2 {
  line-height: 1.3333333333;
}

.index .section5 .info {
  padding-bottom: 0.3rem;
  border-bottom: 2px solid #7ABE4D;
  position: relative;
  margin-bottom: 0.3rem;
}

.index .section5 .info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 2.15rem;
  height: 6px;
  background-color: #175C33;
}

.index .section5 .text {
  line-height: 1.3333333333;
  color: #666;
  margin-bottom: 0.27rem;
}

.index .section5 .text p + p {
  margin-top: 0.25rem;
}

.index .section5 .video {
  display: inline-block;
  position: relative;
  width: 2.7rem;
}

.index .section5 .video .my-picture {
  padding-top: 57.4074074074%;
}

.index .section5 .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 17.7777777778%;
}

.index .section6 {
  padding-top: 1rem;
  padding-bottom: 0.25rem;
  background-color: #f9f9f9;
}

.index .section6 .w1440 {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.index .section6 .title {
  position: absolute;
  left: 0;
  top: 0;
}

.index .section6 .list {
  display: inline-block;
  margin-left: auto;
  position: relative;
}

.index .section6 .list-container {
  position: relative;
}

.index .section6 .item {
  position: absolute;
  z-index: 1;
}

.index .section6 .item.hover {
  cursor: pointer;
}

.index .section6 .item.hover .item-spot::after {
  width: 100%;
  height: 100%;
  -webkit-animation: animation1 4s linear infinite both;
  -moz-animation: animation1 4s linear infinite both;
  -o-animation: animation1 4s linear infinite both;
  animation: animation1 4s linear infinite both;
}

.index .section6 .item.hover:hover, .index .section6 .item.hover.active {
  z-index: 3;
}

.index .section6 .item.hover:hover .item-spot, .index .section6 .item.hover.active .item-spot {
  background-color: rgba(23, 92, 51, 0.3);
}

.index .section6 .item.hover:hover .item-spot::before, .index .section6 .item.hover:hover .item-spot::after, .index .section6 .item.hover.active .item-spot::before, .index .section6 .item.hover.active .item-spot::after {
  background-color: #175C33;
}

.index .section6 .item.hover:hover .item-title, .index .section6 .item.hover.active .item-title {
  background-color: #175C33;
}

.index .section6 .item.hover:hover .item-icon2, .index .section6 .item.hover.active .item-icon2 {
  opacity: 1;
}

.index .section6 .item:nth-child(1) {
  top: 23.0012300123%;
  left: 9.904622157%;
}

.index .section6 .item:nth-child(2) {
  top: 19.4341943419%;
  left: 11.00513573%;
}

.index .section6 .item:nth-child(3) {
  top: 21.5252152522%;
  left: 12.6925898753%;
}

.index .section6 .item:nth-child(4) {
  top: 18.0811808118%;
  left: 13.7931034483%;
}

.index .section6 .item:nth-child(5) {
  top: 42.9274292743%;
  left: 9.9779897285%;
}

.index .section6 .item:nth-child(6) {
  top: 46.8634686347%;
  left: 14.2333088775%;
}

.index .section6 .item:nth-child(7) {
  top: 64.4526445264%;
  left: 14.6001467351%;
}

.index .section6 .item:nth-child(8) {
  top: 18.3271832718%;
  left: 30.1540719002%;
}

.index .section6 .item:nth-child(9) {
  top: 37.1463714637%;
  left: 28.613352898%;
}

.index .section6 .item:nth-child(10) {
  top: 40.098400984%;
  left: 33.8224504769%;
}

.index .section6 .item:nth-child(11) {
  top: 40.8364083641%;
  left: 36.0234776229%;
}

.index .section6 .item:nth-child(12) {
  top: 53.5055350554%;
  left: 35.1430667645%;
}

.index .section6 .item:nth-child(13) {
  top: 66.0516605166%;
  left: 44.9009537784%;
}

.index .section6 .item:nth-child(14) {
  top: 30.5043050431%;
  left: 45.5612619222%;
}

.index .section6 .item:nth-child(15) {
  top: 14.7601476015%;
  left: 71.3132795304%;
}

.index .section6 .item:nth-child(16) {
  top: 55.7195571956%;
  left: 94.8642699927%;
}

.index .section6 .item:nth-child(17) {
  top: 35.7933579336%;
  left: 36.8305209098%;
}

.index .section6 .item:nth-child(18) {
  top: 39.1143911439%;
  left: 38.517975055%;
}

.index .section6 .item:nth-child(18) .item-icon img {
  height: 2.2857142857em;
  -o-object-position: top center;
  object-position: top center;
}

.index .section6 .item:nth-child(19) {
  top: 34.9323493235%;
  left: 39.9853264857%;
}

.index .section6 .item:nth-child(20) {
  top: 28.6592865929%;
  left: 73.6610418195%;
}

.index .section6 .item:nth-child(21) {
  top: 38.3763837638%;
  left: 39.9853264857%;
}

.index .section6 .item-spot {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  background-color: rgba(122, 190, 77, 0.3);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section6 .item-spot::before, .index .section6 .item-spot::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #7ABE4D;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section6 .item-spot::before {
  width: 22.2222222222%;
  height: 22.2222222222%;
  z-index: 3;
}

.index .section6 .item-spot::after {
  width: 45%;
  height: 45%;
  opacity: 0.7;
}

@-webkit-keyframes animation1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes animation1 {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  80% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  90% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-o-keyframes animation1 {
  0% {
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  80% {
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  90% {
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@keyframes animation1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
.index .section6 .item-title {
  white-space: nowrap;
  line-height: 1.8571428571;
  padding: 0 0.1rem;
  border-radius: 0.04rem;
  background-color: #7ABE4D;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section6 .item-info {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index .section6 .item-icon {
  position: relative;
  pointer-events: none;
}

.index .section6 .item-icon img {
  width: 1.1428571429em;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section6 .item-icon2 {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
}

.index .section6 .list1 {
  position: absolute;
  z-index: 3;
  top: 35.6703567036%;
  left: 43.6537050624%;
}

.index .section6 .list1 a {
  color: #fff;
}

.index .section6 .list1 a:hover {
  text-decoration: underline;
  color: #7ABE4D;
}

.index .section6 .item1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 4.16rem;
  background-color: #175C33;
  color: #fff;
  border-radius: 0.12rem;
  padding: 0.3rem 0.4rem;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index .section6 .item1.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 2;
}

.index .section6 .item1-title {
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #fff;
  line-height: 1.3333333333;
  margin-bottom: 0.2rem;
}

.index .section6 .item1-text {
  line-height: 1.5;
}

.index .section6 .item1-text + .item1-text {
  margin-top: 0.1rem;
}

.index .section6 .content {
  position: absolute;
  left: 0;
  bottom: 0.6rem;
  z-index: 3;
}

.index .section6 .title1, .index .section6 .title2 {
  line-height: 1.3333333333;
}

.index .section6 .title1 {
  margin-bottom: 0.22rem;
}

.index .section6 .title2 {
  margin-bottom: 0.36rem;
}

.index .section6 .text {
  line-height: 1.5;
  color: #666;
}

.product .section1 {
  padding-top: 0.6rem;
  padding-bottom: 0.9rem;
}

.product .section1 .title {
  text-align: center;
  line-height: 1.3125;
  color: #175C33;
  margin-bottom: 0.6rem;
}

.product .section1 .list {
  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;
}

.product .section1 .list::after {
  content: "";
  width: 33.1944444444%;
}

.product .section1 .item {
  width: 31.9444444444%;
  border-radius: 12px;
  box-shadow: 0px 3.488px 17.44px 0px rgba(112, 112, 112, 0.1);
  backdrop-filter: blur(4.0548000336px);
  overflow: hidden;
  padding: 0.3rem 2.0833333333%;
  position: relative;
  min-height: 4.6rem;
  margin-bottom: 0.3rem;
}

.product .section1 .item:hover .item-active {
  opacity: 1;
}

.product .section1 .item:nth-child(1) .item-icon {
  background-image: url(../images/svg/product-yinglizi.svg);
}

.product .section1 .item:nth-child(2) .item-icon {
  background-image: url(../images/svg/product-yanglizi.svg);
}

.product .section1 .item:nth-child(3) .item-icon {
  background-image: url(../images/svg/product-feilizi.svg);
}

.product .section1 .item:nth-child(4) .item-icon {
  background-image: url(../images/svg/product-liangxinglizi.svg);
}

.product .section1 .item:nth-child(5) .item-icon {
  background-image: url(../images/svg/product-ruyexing.svg);
}

.product .section1 .item-icon {
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.product .section1 .item-noactive .item-info {
  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;
  margin-top: 0.3rem;
}

.product .section1 .item-noactive .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 2.9090909091em;
  height: 2.7272727273em;
  margin-right: 6%;
}

.product .section1 .item-noactive .item-content {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.product .section1 .item-noactive .item-title {
  line-height: 1.7272727273;
  margin-bottom: 0.09rem;
}

.product .section1 .item-noactive .item-text {
  line-height: 1.25;
  color: #666;
}

.product .section1 .item-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  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;
  text-align: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10.8695652174%;
  opacity: 0;
}

.product .section1 .item-active .item-icon {
  margin-bottom: 0.37rem;
  width: 2.6666666667em;
  height: 2.5em;
}

.product .section1 .item-active .item-title {
  line-height: 1.75;
  color: #7ABE4D;
  margin-bottom: 0.22rem;
}

.product .section1 .item-active .item-text {
  line-height: 1.25;
  color: #666;
  letter-spacing: 2.2%;
  margin-bottom: 0.41rem;
}

.product .section1 .item-img {
  border-radius: 12px;
  width: 100%;
  padding-top: 67.5%;
}

.product-detail .my-breadcrumb {
  background-color: #F9F9F9;
}

.product-detail .section1 {
  padding-top: 1.13rem;
  padding-bottom: 0.6rem;
}

.product-detail .section1 .w1440 {
  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;
}

.product-detail .section1 .title {
  line-height: 1.3125;
  padding-bottom: 0.4rem;
  position: relative;
}

.product-detail .section1 .title::before {
  position: absolute;
  content: "";
  width: 1.5em;
  height: 4px;
  background-color: #7ABE4D;
  left: 0;
  bottom: 0;
}

.product-detail .section2 .w1440 {
  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: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-detail .section2 .left {
  width: 26.3888888889%;
  min-height: 4.2rem;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  background-color: #F1F3F0;
  border-radius: 20px;
  padding: 26px 0.4rem;
  position: sticky;
  top: 5.625em;
}

.product-detail .section2 .left-title {
  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;
  padding-bottom: 26px;
  border-bottom: 1px dashed #DADFD8;
  line-height: 1.75;
}

.product-detail .section2 .left-title img {
  width: 2.5em;
  margin-right: 19px;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.product-detail .section2 .left-title p {
  color: #7ABE4D;
}

.product-detail .section2 .left-links {
  margin-top: 24px;
}

.product-detail .section2 .left-link {
  display: block;
  line-height: 1.75;
}

.product-detail .section2 .left-link.active, .product-detail .section2 .left-link:hover {
  font-weight: bold;
  color: #7ABE4D;
}

.product-detail .section2 .left-link + .left-link {
  margin-top: 0.14rem;
}

.product-detail .section2 .right {
  width: 69.4444444444%;
  padding-bottom: 0.4rem;
}

.product-detail .section2 .right-item {
  margin-bottom: 0.6rem;
}

.product-detail .section2 .right-item.active .right-title {
  color: #7ABE4D;
  font-weight: bold;
}

.product-detail .section2 .right-item1 .img {
  background-image: url(../images/svg/product-detail1.svg);
  -o-background-size: 67.5% auto;
  background-size: 67.5% auto;
}

.product-detail .section2 .right-item2 .img {
  background-image: url(../images/svg/product-detail2.svg);
  -o-background-size: 77.5% auto;
  background-size: 77.5% auto;
}

.product-detail .section2 .right-item3 .img {
  background-image: url(../images/svg/product-detail3.svg);
  -o-background-size: 72.5% auto;
  background-size: 72.5% auto;
}

.product-detail .section2 .right-item3 .right-title .img {
  background-position: left center;
}

.product-detail .section2 .right-item4 .img {
  background-image: url(../images/svg/product-detail4.svg);
  -o-background-size: 87.5% auto;
  background-size: 87.5% auto;
}

.product-detail .section2 .right-item5 .img {
  background-image: url(../images/svg/product-detail6.svg);
  -o-background-size: 85% auto;
  background-size: 85% auto;
}

.product-detail .section2 .right-title {
  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;
  line-height: 1.75;
  margin-bottom: 20px;
}

.product-detail .section2 .right-title.active {
  color: #7ABE4D;
}

.product-detail .section2 .right-title .img {
  width: 1.6666666667em;
  height: 1.6666666667em;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 0.15rem;
}

.product-detail .section2 .right-content1 p {
  letter-spacing: 2.4%;
  color: #666;
  line-height: 1.25;
}

.product-detail .section2 .right-content1 .picture-container {
  border-radius: 20px;
  margin-top: 39px;
  height: 280px;
}

.product-detail .section2 .right-content2 .tr {
  height: 0.1rem;
}

.product-detail .section2 .right-content2 table {
  width: 100%;
  border-spacing: 0;
}

.product-detail .section2 .right-content2 thead tr {
  background-color: #7ABE4D;
  border-radius: 12px;
}

.product-detail .section2 .right-content2 tbody tr {
  background-color: #F1F3F0;
  border-radius: 12px;
}

.product-detail .section2 .right-content2 th {
  line-height: 21px;
  padding: 0.2rem 0.05rem;
  color: #fff;
  text-align: center;
}

.product-detail .section2 .right-content2 th:first-child {
  border-radius: 12px 0 0 12px;
}

.product-detail .section2 .right-content2 th:last-child {
  border-radius: 0 12px 12px 0;
}

.product-detail .section2 .right-content2 td {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 16px 10px;
  margin-top: 10px;
}

.product-detail .section2 .right-content2 td:first-child {
  border-radius: 12px 0 0 12px;
}

.product-detail .section2 .right-content2 td:last-child {
  border-radius: 0 12px 12px 0;
}

.product-detail .section2 .right-content3 p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.25;
}

.product-detail .section2 .right-content3 p span:nth-child(1) {
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #7ABE4D;
  margin-top: 7px;
  margin-right: 0.2rem;
}

.product-detail .section2 .right-content3 p + p {
  margin-top: 25px;
}

.product-detail .section2 .right-content4 {
  background-color: #F1F3F0;
  border-radius: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 37px 3% 0.11rem 4%;
}

.product-detail .section2 .right-content4 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 23%;
  line-height: 1.25;
  margin-bottom: 35px;
}

.product-detail .section2 .right-content4 .item:nth-of-type(4n) {
  width: 31%;
}

.product-detail .section2 .right-content4 .item img {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 0.12rem;
  margin-top: 3px;
  width: 1.125em;
}

.product-detail .section2 .right-content5 {
  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;
  padding: 0 5%;
}

.product-detail .section2 .right-content5::after {
  content: "";
  width: 22.5%;
}

.product-detail .section2 .right-content5 .item {
  width: 22.5%;
  margin-right: 10%;
  margin-bottom: 0.54rem;
}

.product-detail .section2 .right-content5 .item:nth-last-of-type(3n) {
  margin-right: 0;
}

.product-detail .section2 .right-content5 .item-title {
  color: #666;
  line-height: 1.2857142857;
  text-align: center;
}

.product-detail .section2 .right-content5 .item-icon {
  margin: 0 auto 0.13rem;
}

.product-detail .section2 .right-content6 .slide-img {
  padding-top: 55.3191489362%;
  border-radius: 10px;
  margin-bottom: 16px;
}

.product-detail .section2 .right-content6 .slide-title {
  line-height: 1.7272727273;
  text-align: center;
}

.product-detail .section2 .right-item6 {
  background: url(../images/product-detail-guimohuaxuanxing-background.webp) no-repeat center center/cover;
  height: 150px;
  width: 100%;
  padding-left: 0.4rem;
  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;
  position: relative;
}

.product-detail .section2 .right-item6::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #66746C;
  opacity: 0.5;
}

.product-detail .section2 .right-item6 .title {
  color: #fff;
  line-height: 1.3333333333;
  margin-bottom: 0.06rem;
  position: relative;
}

.product-detail .section2 .right-item6 .my-more {
  position: relative;
}

.origin .section1 {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
}

.origin .section1 .w1440 {
  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;
}

.origin .section1 .left {
  width: 45.1388888889%;
  position: relative;
}

.origin .section1 .my-picture {
  padding-top: 95.3846153846%;
}

.origin .section1 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7.6923076923%;
}

.origin .section1 .right {
  width: 45.5555555556%;
}

.origin .section1 .title1 {
  color: #175C33;
  line-height: 1.2857142857;
  margin-bottom: 0.15rem;
}

.origin .section1 .title2 {
  color: #175C33;
  line-height: 1.3125;
  margin-bottom: 0.2rem;
}

.origin .section1 .text {
  color: #666;
  line-height: 1.25;
  margin-bottom: 0.27rem;
}

.origin .section2 {
  position: relative;
}

.origin .section2 .my-picture {
  padding-top: 41.6666666667%;
}

.origin .section2 .w1440 {
  position: absolute;
  left: 0;
  right: 0;
  top: 27.5%;
}

.origin .section2 .links {
  position: absolute;
  right: 0;
  top: -0.55rem;
}

.origin .section2 .link {
  display: block;
}

.origin .section2 .link + .link {
  margin-top: 0.28rem;
}

.origin .section2 .content {
  width: 45.1388888889%;
  background-color: #fff;
  padding: 0.7rem 4.0277777778% 0 5.1388888889%;
  min-height: 4.93rem;
  background: #fff url(../images/svg/origin-zyzx-background.svg) no-repeat right bottom;
  -o-background-size: 52.3076923077% auto;
  background-size: 52.3076923077% auto;
}

.origin .section2 .title {
  line-height: 1.2857142857;
  color: #175C33;
  margin-bottom: 0.22rem;
}

.origin .section2 .text {
  line-height: 1.3333333333;
  margin-bottom: 0.45rem;
}

.origin .section2 .bofang img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.1rem;
  width: 3.125em;
}

.origin .section3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.origin .section3 .title1 {
  margin-bottom: 0.24rem;
}

.origin .section3 .title2 {
  color: #333;
  margin-bottom: 0.48rem;
}

.origin .section4 .w1440 {
  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;
  height: 200px;
  background: url(../images/origin-cjwt-background.webp) no-repeat center center/cover;
  color: #fff;
  padding: 0 1.12rem 0 0.84rem;
}

.origin .section4 .title {
  line-height: 1.3125;
  margin-bottom: 0.23rem;
}

.origin .section4 .right {
  line-height: 1.3125;
}

.origin .section5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.origin .section5 .left {
  width: 69.4444444444%;
}

.origin .section5 .my-picture {
  padding-top: 45%;
}

.origin .section5 .rigth {
  position: absolute;
  width: 45.2777777778%;
  right: 0;
  top: 0;
  background: #fff url(../images/svg/origin-jrwm-background.svg) no-repeat right bottom;
  -o-background-size: 55.2147239264% auto;
  background-size: 55.2147239264% auto;
  min-height: 3.4rem;
  border-top: 6px solid #7ABE4D;
  padding-top: 0.5rem;
  padding-left: 4.1666666667%;
  padding-bottom: 20px;
}

.origin .section5 .title1 {
  line-height: 1.2857142857;
  color: #175C33;
  margin-bottom: 0.15rem;
}

.origin .section5 .title2 {
  line-height: 1.3125;
  color: #175C33;
  margin-bottom: 0.2rem;
}

.origin .section5 .text {
  line-height: 1.25;
  margin-bottom: 0.5rem;
  color: #666;
}

.origin-title {
  padding-top: 1.13rem;
}

.origin-title .title {
  line-height: 1.3125;
  padding-bottom: 0.4rem;
  position: relative;
}

.origin-title .title span {
  color: #175C33;
  font-weight: normal;
}

.origin-title .title::before {
  position: absolute;
  content: "";
  width: 1.5625em;
  height: 4px;
  background-color: #7ABE4D;
  left: 0;
  bottom: 0;
}

.origin_about .section1 {
  padding-top: 0.56rem;
  padding-bottom: 1.2rem;
}

.origin_about .section1 .title {
  text-align: center;
  color: #175C33;
  line-height: 1.3125;
  margin-bottom: 0.56rem;
}

.origin_about .section1 .text {
  color: #666;
  line-height: 1.25;
  margin-bottom: 0.4rem;
}

.origin_about .section1 .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.47rem;
}

.origin_about .section1 .content .left {
  width: 27.25em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.origin_about .section1 .content .my-picture {
  padding-top: 34.8623853211%;
  border-radius: 12px 0 0 12px;
}

.origin_about .section1 .content .right {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border-radius: 0 12px 12px 0;
  background: -webkit-linear-gradient(left, #FFF 0%, rgba(122, 190, 77, 0.2) 100%);
  background: -moz-linear-gradient(left, #FFF 0%, rgba(122, 190, 77, 0.2) 100%);
  background: -o-linear-gradient(left, #FFF 0%, rgba(122, 190, 77, 0.2) 100%);
  background: linear-gradient(90deg, #FFF 0%, rgba(122, 190, 77, 0.2) 100%);
  border: 1px solid #7ABE4D;
  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;
  padding: 0 5.8333333333%;
  line-height: 1.3;
  color: #175C33;
}

.origin_about .section1 .list {
  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;
}

.origin_about .section1 .item {
  text-align: center;
}

.origin_about .section1 .item-num {
  color: #7ABE4D;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.origin_about .section1 .item-num span:nth-child(2) {
  line-height: 1.5;
  margin-left: 0.08rem;
}

.origin_about .section1 .item-title {
  color: #666;
  margin-top: 0.2rem;
  line-height: 1.25;
}

.origin_about .section1 .item-title::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 0.625em;
  height: 0.625em;
  border-radius: 50%;
  border: 1px solid #7ABE4D;
  margin-right: 0.09rem;
}

.origin_about .section2 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.26rem;
}

.origin_about .section2 .content {
  position: relative;
}

.origin_about .section2 .my-picture {
  padding-top: 38.1944444444%;
}

.origin_about .section2 .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4.4444444444%;
}

.origin_about .section3 {
  padding-top: 1.2rem;
  padding-bottom: 0.73rem;
}

.origin_about .section3 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.57rem;
}

.origin_about .section3 .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;
}

.origin_about .section3 .left {
  width: 49.3055555556%;
  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;
}

.origin_about .section3 .left .ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: safe space-between;
  -moz-box-pack: safe space-between;
  -ms-flex-pack: safe space-between;
  justify-content: safe space-between;
  overflow: auto;
  padding-top: 6px;
  padding-bottom: 6px;
}

.origin_about .section3 .left .ul::-webkit-scrollbar {
  height: 4px;
}

.origin_about .section3 .left .ul::-webkit-scrollbar-thumb {
  height: 4px;
  background-color: #7ABE4D;
}

.origin_about .section3 .left .li {
  width: 10em;
  height: 10em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #7ABE4D inset;
  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;
  line-height: 1.3333333333;
  color: #175C33;
  text-align: center;
  padding: 1em;
  position: relative;
  font-size: 14px;
    
}

.origin_about .section3 .left .li + .li {
  margin-left: 1.1111111111em;
}

.origin_about .section3 .left .li:nth-child(2)::before, .origin_about .section3 .left .li:nth-child(3)::before {
  top: -4px;
  left: -4px;
}

.origin_about .section3 .left .li::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #175C33 inset;
  top: 4px;
  left: 4px;
}

.origin_about .section3 .item {
  border-radius: 12px;
  border: 1px solid #ddd;
  box-shadow: 0px 3.488px 17.44px 0px rgba(112, 112, 112, 0.1);
  padding: 0.47rem 7.7464788732% 0.2rem;
  min-height: 2.9rem;
}

.origin_about .section3 .item:nth-child(1) {
  padding-right: 2.8169014085%;
}

.origin_about .section3 .item:nth-child(1) .item-title {
  margin-bottom: 0.18rem;
}

.origin_about .section3 .item:nth-child(2) .item-title {
  margin-bottom: 0.12rem;
}

.origin_about .section3 .item + .item {
  margin-top: auto;
}

.origin_about .section3 .item-title {
  line-height: 1.3333333333;
}

.origin_about .section3 .item-text {
  line-height: 1.3333333333;
  color: #666;
}

.origin_about .section3 .item-li + .item-li {
  padding-top: 0.38rem;
  border-top: 1px dashed #7ABE4D;
  margin-top: 0.35rem;
}

.origin_about .section3 .right {
  width: 49.3055555556%;
  background: #7ABE4D url(../images/svg/about-qywh-background.svg) no-repeat right top;
  -o-background-size: 81.6901408451% auto;
  background-size: 81.6901408451% auto;
  padding: 0.47rem 3.8194444444%;
  border-radius: 12px;
  color: #fff;
}

.origin_about .section3 .right .item-title {
  margin-bottom: 0.28rem;
}

.origin_about .section3 .right .li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  border-radius: 12px;
  margin-bottom: 0.15rem;
}

.origin_about .section3 .right .li span:nth-child(1) {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 1.3;
  width: 8em;
  text-align: center;
  padding: 0.17rem 0.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 18px;
  
}

.origin_about .section3 .right .li span:nth-child(2) {
  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-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.25;
  padding: 0.1rem 0.16rem;
}

.origin_about .section4 {
  padding-top: 0.47rem;
  padding-bottom: 1.2rem;
  background: url(../images/about-fzlc-background.webp) no-repeat top center;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
}

.origin_about .section4 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.56rem;
}

.origin_about .section4 .select {
  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;
  margin-bottom: 0.62rem;
  position: relative;
  z-index: 2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.origin_about .section4 .select-item {
  line-height: 3.125;
  box-shadow: 0 0 0 1px #EEEEEE inset;
  background-color: #f9f9f9;
  border-radius: 30px;
  min-width: 15.625em;
  text-align: center;
  margin: 0 0.1rem;
  cursor: pointer;
  padding: 0 15px;
}

.origin_about .section4 .select-item.active, .origin_about .section4 .select-item:hover {
  background-color: #7ABE4D;
  box-shadow: 0 0 0 1px #7ABE4D inset;
  color: #fff;
}

.origin_about .section4 .swiper-container {
  position: relative;
}

.origin_about .section4 .swiper-container .swiper-bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-32%);
  -moz-transform: translateX(-50%) translateY(-32%);
  -ms-transform: translateX(-50%) translateY(-32%);
  -o-transform: translateX(-50%) translateY(-32%);
  transform: translateX(-50%) translateY(-32%);
  max-width: initial;
  width: 133.3333333333%;
}

.origin_about .section4 .swipers {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_about .section4 .swipers.active {
  top: 0;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.origin_about .section4 .swiper1 {
  padding-bottom: 15px;
}

.origin_about .section4 .swiper1 .swiper-slide {
  width: 4.06rem;
  height: 4.06rem;
  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;
}

.origin_about .section4 .swiper1 .swiper-slide::before {
  position: absolute;
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  border: 1px dashed #175C33;
}

.origin_about .section4 .swiper1 .swiper-slide-active {
  background: url(../images/about-fzlc-img.webp) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.origin_about .section4 .swiper1 .swiper-slide-active .slide-content {
  width: 2.84rem;
  height: 2.84rem;
  background-color: #7ABE4D;
  font-size: 0.9rem;
  color: #fff;
}

.origin_about .section4 .swiper1 .swiper-slide-active .slide-content .slide-text.active {
  font-size: 0.54rem;
}

.origin_about .section4 .swiper1 .swiper-slide-active .slide-content::before {
  border-color: #7ABE4D;
  background-color: #7ABE4D;
}

.origin_about .section4 .swiper1 .slide-content {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  position: relative;
  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;
  font-family: Arial;
  color: #7ABE4D;
  font-size: 0.4rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}

.origin_about .section4 .swiper1 .slide-content .slide-text {
  position: relative;
  max-width: 5em;
  margin: 0 auto;
  text-align: center;
}

.origin_about .section4 .swiper1 .slide-content .slide-text.active {
  font-size: 0.24rem;
}

.origin_about .section4 .swiper1 .slide-content::before {
  position: absolute;
  content: "";
  width: 88%;
  height: 88%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 5px solid #DDDDDD;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_about .section4 .swiper1 .swiper-bottom {
  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;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.4rem;
}

.origin_about .section4 .swiper1 .swiper-button {
  position: relative;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.origin_about .section4 .swiper1 .swiper-text {
  line-height: 1.3333333333;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  max-width: 35.9444444444em;
  text-align: center;
  margin: 0 0.4rem;
  position: relative;
}

.origin_about .section4 .swiper1 .swiper-text p {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_about .section4 .swiper1 .swiper-text p.active {
  top: 0;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.origin_about .section4 .title2 {
  margin-bottom: 0.67rem;
  margin-top: 1.57rem;
}

.origin_about .section4 .swiper2 .swiper-slide {
  width: 596px;
}

.origin_about .section4 .swiper2 .swiper-slide-active .slide-title {
  opacity: 1;
}

.origin_about .section4 .swiper2 .slide-img {
  padding-top: 73.9495798319%;
}

.origin_about .section4 .swiper2 .slide-title {
  line-height: 1.3;
  margin-top: 0.76rem;
  text-align: center;
  opacity: 0;
}

.origin_resource {
  overflow: hidden;
}

.origin_resource .my-breadcrumb .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
}

.origin_resource .section1 {
  position: relative;
  z-index: 2;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.origin_resource .section1 .title {
  line-height: 1.3;
  margin-bottom: 0.22rem;
  text-align: center;
}

.origin_resource .section1 .text {
  text-align: center;
  line-height: 1.3333333333;
  color: #666;
  margin-bottom: 0.52rem;
}

.origin_resource .section1 .input {
  position: relative;
  margin: 0 auto 1.2rem;
  width: 32.7142857143em;
}

.origin_resource .section1 .input input {
  width: 100%;
  font-size: inherit;
  line-height: 3.7142857143;
  box-shadow: 0 0 0 1px #DDDDDD inset;
  padding: 0 0.5rem 0 0.2rem;
  border-radius: 3px;
}

.origin_resource .section1 .input input:focus {
  box-shadow: 0 0 0 1px #7ABE4D inset;
}

.origin_resource .section1 .input .icon {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2857142857em;
}

.origin_resource .section1 .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;
}

.origin_resource .section1 .left {
  width: 68.0555555556%;
  padding: 0.2rem 1.3888888889% 0.2rem 5.5555555556%;
  background-color: #F1F3F0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.origin_resource .section1 .info {
  padding-top: 0.33rem;
  margin-right: 9.0909090909%;
}

.origin_resource .section1 .right {
  width: 30.5555555556%;
  box-shadow: 0 0 0 1px #7ABE4D inset;
  background: -webkit-linear-gradient(top, #FFF 0%, rgba(196, 226, 176, 0.3) 39.54%, rgba(122, 190, 77, 0.5) 98.86%);
  background: -moz-linear-gradient(top, #FFF 0%, rgba(196, 226, 176, 0.3) 39.54%, rgba(122, 190, 77, 0.5) 98.86%);
  background: -o-linear-gradient(top, #FFF 0%, rgba(196, 226, 176, 0.3) 39.54%, rgba(122, 190, 77, 0.5) 98.86%);
  background: linear-gradient(180deg, #FFF 0%, rgba(196, 226, 176, 0.3) 39.54%, rgba(122, 190, 77, 0.5) 98.86%);
  padding: 0.53rem 1.3888888889% 0.2rem 5.5555555556%;
}

.origin_resource .section1 .content-title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}

.origin_resource .section1 .content-text {
  line-height: 1.6666666667;
  min-height: 3.3333333333em;
  margin-bottom: 0.35rem;
  color: #666;
}

.origin_resource .section1 .swiper {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 50%;
  background-color: #fff;
  padding: 0.2rem 0.2rem 0.28rem;
  border-radius: 3px;
}

.origin_resource .section1 .my-picture {
  padding-top: 52.5%;
  border-radius: 3px;
  position: relative;
  margin-bottom: 0.26rem;
}

.origin_resource .section1 .my-picture::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  background-color: #000;
  z-index: 2;
}

.origin_resource .section1 .my-picture .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16%;
  z-index: 3;
}

.origin_resource .section1 .slide-title {
  line-height: 1.3;
  padding-right: 15%;
}

.origin_resource .section1 .swiper-button {
  margin-top: 0;
  top: auto;
  color: #666;
  bottom: 0.28rem;
  height: 1.625em;
}

.origin_resource .section1 .swiper-button:hover {
  color: #7ABE4D;
}

.origin_resource .section1 .swiper-button::after {
  font-size: inherit;
}

.origin_resource .section1 .swiper-button-next {
  right: 0.2rem;
}

.origin_resource .section1 .swiper-button-prev {
  left: auto;
  right: 0.43rem;
}

.origin_video .section1 {
  padding-top: 0.6rem;
  padding-bottom: 1.1rem;
}

.origin_video .select {
  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;
  margin-bottom: 0.62rem;
}

.origin_video .select-item {
  line-height: 3.125;
  box-shadow: 0 0 0 1px #EEEEEE inset;
  background-color: #f9f9f9;
  border-radius: 30px;
  min-width: 15.625em;
  text-align: center;
  margin: 0 0.1rem;
  cursor: pointer;
}

.origin_video .select-item.active, .origin_video .select-item:hover {
  background-color: #7ABE4D;
  box-shadow: 0 0 0 1px #7ABE4D inset;
  color: #fff;
}

.origin_video .content {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.origin_video .left {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.origin_video .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_video .item.active {
  top: 0;
  position: relative;
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: 0.5s all 0.5s;
  -o-transition: 0.5s all 0.5s;
  -moz-transition: 0.5s all 0.5s;
  transition: 0.5s all 0.5s;
}

.origin_video .item.active1 .video-icon, .origin_video .item.active1 .video-img {
  display: none;
}

.origin_video .item-video {
  width: 100%;
  border: 4px solid #E9EDF0;
  border-radius: 14px;
  padding-top: 57.3529411765%;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.1rem;
}

.origin_video .item-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  background-color: #000;
}

.origin_video .item-time {
  line-height: 1.4285714286;
  font-family: Arial;
  margin-bottom: 0.06rem;
  color: #175C33;
}

.origin_video .item-title {
  line-height: 1.3;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.origin_video .right {
  width: 3.4rem;
  margin-left: 5.5555555556%;
  position: relative;
}

.origin_video .swiper {
  height: 5.6rem;
}

.origin_video .swiper-slide {
  width: 100%;
  height: 2.1rem;
  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;
  margin-bottom: 0.15rem;
}

.origin_video .slide-img {
  width: 2.5rem;
  height: 1.5rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 12px;
  overflow: hidden;
}

.origin_video .slide-img img, .origin_video .slide-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.origin_video .swiper-slide-prev .slide-img {
  -webkit-transform: translateY(0.3rem);
  -moz-transform: translateY(0.3rem);
  -ms-transform: translateY(0.3rem);
  -o-transform: translateY(0.3rem);
  transform: translateY(0.3rem);
}

.origin_video .swiper-slide-next .slide-img {
  -webkit-transform: translateY(-0.3rem);
  -moz-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  -o-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

.origin_video .swiper-slide-active {
  background: url(../images/svg/origin-video-icon.svg) no-repeat center center;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.origin_video .swiper-slide-active .slide-img {
  width: 3.1rem;
  height: 1.8rem;
  box-shadow: 0 0 0 2px #E9EDF0 inset;
}

.origin_video .swiper-button {
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}

.origin_video .swiper-button.swiper-button-prev {
  margin-bottom: 0.15rem;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.origin_video .swiper-button.swiper-button-next {
  margin-top: 0.15rem;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.origin_video .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.origin_video .video-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.origin_style .section1 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.origin_style .section1 .list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

.origin_style .section1 .item {
  width: 24.3055555556%;
  margin-right: 0.9027777778%;
  margin-bottom: 0.11rem;
}

.origin_style .section1 .item:hover .item-title, .origin_style .section1 .item:hover .item-time {
  color: #175C33;
}

.origin_style .section1 .item:hover .item-look {
  color: #fff;
  background-color: #7ABE4D;
  box-shadow: 0 0 0 1px #7ABE4D inset;
}

.origin_style .section1 .item:nth-of-type(4n) {
  margin-right: 0;
}

.origin_style .section1 .item-img {
  padding-top: 51.4285714286%;
  border-radius: 12px 12px 0 0;
}

.origin_style .section1 .item-info {
  border-radius: 0 0 12px 12px;
  border: 1px solid #DDDDDD;
  border-top: none;
  padding: 0.16rem 0.14rem;
}

.origin_style .section1 .item-bottom {
  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;
}

.origin_style .section1 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.33rem;
}

.origin_style .section1 .item-time {
  font-family: Arial;
  color: #666;
  line-height: 1.25;
}

.origin_style .section1 .item-look {
  line-height: 2.5714285714;
  box-shadow: 0 0 0 1px #DDDDDD inset;
  padding: 0 0.17rem;
  border-radius: 18px;
}

.my-modal1 {
  background-color: #fff;
  padding: 0.3rem;
}

.my-modal1 .title {
  line-height: 1.2;
  margin-top: 0.2rem;
  text-align: center;
}

.my-modal1 .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.6666666667em;
  -webkit-transform: translateX(-webkit-calc(100% + 0.24rem));
  -moz-transform: translateX(-moz-calc(100% + 0.24rem));
  -ms-transform: translateX(calc(100% + 0.24rem));
  -o-transform: translateX(calc(100% + 0.24rem));
  transform: translateX(calc(100% + 0.24rem));
}

.origin_news .section1 {
  padding-top: 0.56rem;
  padding-bottom: 1.2rem;
}

.origin_news .section1 .screen {
  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;
  margin-bottom: 0.65rem;
}

.origin_news .section1 .input {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

.origin_news .section1 .input .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.625em;
}

.origin_news .section1 .input input {
  font-size: inherit;
  line-height: 2;
  width: 20em;
}

.origin_news .section1 .groui-select {
  margin-right: 0.2rem;
  width: auto;
  --groui-select-theme-color: #7ABE4D;
}

.origin_news .section1 .groui-select .select-container {
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.origin_news .section1 .groui-select .select-container .select-label-input {
  font-size: inherit;
  line-height: 2;
  width: 15em;
}

.origin_news .section1 .groui-select .select-container .select-icon {
  width: 1em;
}

.origin_news .section1 .groui-select .select-container .select-icon img {
  width: 100%;
}

.origin_news .section1 .groui-select .select-options {
  min-width: 100%;
  padding: 0.08rem 0.04rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.origin_news .section1 .groui-select .select-options .select-option {
  text-align: center;
  font-size: inherit;
}

.origin_news .section1 .top {
  margin-bottom: 0.5rem;
}

.origin_news .section1 .swiper-slide {
  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;
}

.origin_news .section1 .slide-img {
  width: 47.2222222222%;
}

.origin_news .section1 .slide-img .my-picture {
  padding-top: 61.7647058824%;
}

.origin_news .section1 .slide-info {
  width: 52.0833333333%;
  background-color: #F9F9F9;
  padding: 0.4rem 3.8888888889%;
}

.origin_news .section1 .slide-time {
  line-height: 1.4285714286;
  margin-bottom: 0.1rem;
  color: #666;
}

.origin_news .section1 .slide-title {
  line-height: 1.3333333333;
  padding-bottom: 0.48rem;
  border-bottom: 1px solid #175C33;
}

.origin_news .section1 .slide-text {
  margin-top: 0.46rem;
  line-height: 1.25;
  color: #666;
}

.origin_news .section1 .swiper-pagination {
  bottom: 11.9047619048%;
  width: auto;
  left: 51.8055555556%;
}

.origin_news .section1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.4rem;
  opacity: 1;
  height: 4px;
  background-color: #D9D9D9;
  border-radius: 0;
  margin: 0 5px;
}

.origin_news .section1 .swiper-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.origin_news .section1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #7ABE4D;
}

.origin_news .section1 .list {
  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;
  margin-bottom: 0.2rem;
}

.origin_news .section1 .list::after {
  content: "";
  width: 32.6388888889%;
}

.origin_news .section1 .item {
  width: 32.6388888889%;
  margin-bottom: 0.4rem;
}

.origin_news .section1 .item:hover .item-time, .origin_news .section1 .item:hover .item-title {
  color: #fff;
}

.origin_news .section1 .item:hover .item-info {
  background-color: #7ABE4D;
}

.origin_news .section1 .item:hover .my-more .my-more-icon1 {
  background-color: transparent;
  background-image: url(../images/svg/arr-icon-white.svg);
}

.origin_news .section1 .item-img {
  padding-top: 74.4680851064%;
}

.origin_news .section1 .item-time {
  line-height: 1.5714285714;
  color: #666;
  margin-bottom: 0.08rem;
  font-family: Arial;
}

.origin_news .section1 .item-title {
  line-height: 1.3333333333;
  margin-bottom: 0.3rem;
}

.origin_news .section1 .item-info {
  background-color: #F9F9F9;
  padding: 0.16rem 0.12rem 0.3rem 4.2553191489%;
}

.origin_news_detail .section1 {
  padding-top: 1.2rem;
  padding-bottom: 1.54rem;
}

.origin_news_detail .section1 .title {
  line-height: 1.25;
  margin-bottom: 0.2rem;
  text-align: center;
}

.origin_news_detail .section1 .info {
  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;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.36rem;
}

.origin_news_detail .section1 .info .item {
  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;
  color: #999;
  line-height: 1.75;
  margin: 0 0.14rem;
}

.origin_news_detail .section1 .info .item:nth-child(1) .item-icon {
  display: block;
  background-image: url(../images/svg/origin-news-detail-time.svg);
}

.origin_news_detail .section1 .info .item:nth-child(2) .item-icon {
  display: block;
  background-image: url(../images/svg/origin-news-detail-source.svg);
}

.origin_news_detail .section1 .info .item:nth-child(3) .item-icon {
  display: block;
  background-image: url(../images/svg/origin-news-detail-share.svg);
}

.origin_news_detail .section1 .info .item-icon {
  width: 0.875em;
  height: 0.875em;
  background: no-repeat center center/100% 100%;
  margin-right: 0.06rem;
}

.origin_news_detail .section1 .social-share .social-share-icon {
  margin: 0;
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 0;
  background: no-repeat center center/100% 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_news_detail .section1 .social-share .social-share-icon:nth-child(1) {
  background-image: url(../images/svg/origin-news-detail-x.svg);
}

.origin_news_detail .section1 .social-share .social-share-icon:nth-child(2) {
  background-image: url(../images/svg/origin-news-detail-linkedin.svg);
}

.origin_news_detail .section1 .social-share .social-share-icon:nth-child(3) {
  background-image: url(../images/svg/origin-news-detail-facebook.svg);
}
.origin_news_detail .section1 .social-share .social-share-icon:nth-child(4) {
  background-image: url(../images/svg/origin-news-detail-reddit.svg);
}
.origin_news_detail .section1 .social-share .social-share-icon:nth-child(5) {
  background-image: url(../images/svg/origin-news-detail-email.svg);
}

.origin_news_detail .section1 .social-share .social-share-icon::before {
  display: none;
}

.origin_news_detail .section1 .social-share .social-share-icon + .social-share-icon {
  margin-left: 0.1rem;
}

.origin_news_detail .section1 .content {
  line-height: normal;
  padding: 0.36rem 0;
  border-top: 1px dashed #DDDDDD;
  border-bottom: 1px dashed #DDDDDD;
  letter-spacing: 0.5px;
}

.origin_news_detail .section1 .content-container{
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}

.origin_news_detail .section1 .content img {
  display: inline-block;
  margin: 48px auto;
}

.origin_news_detail .section1 .content a{
    color: #7ABE4D;
    text-decoration: underline;
}
.origin_news_detail .section1 .content p,
.origin_news_detail .section1 .content h1,
.origin_news_detail .section1 .content h2,
.origin_news_detail .section1 .content h3,
.origin_news_detail .section1 .content h4{
    margin-bottom: 28px;
}

.origin_news_detail .section1 .content figure{
    margin: 48px auto;
}
.origin_news_detail .section1 .content .ql-x-figure{
    text-align: center;
}

.origin_news_detail .section1 .content figure img{
    margin: 0;
}

.origin_news_detail .section1 .bottom {
  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;
  margin-top: 0.5rem;
}

.origin_news_detail .section1 .list {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
}

.origin_news_detail .section1 .list .item {
  display: block;
  line-height: 1.75;
  position: relative;
  padding-left: 0.2rem;
}

.origin_news_detail .section1 .list .item:hover {
  color: #7ABE4D;
}

.origin_news_detail .section1 .list .item:hover::before {
  background-color: #7ABE4D;
}

.origin_news_detail .section1 .list .item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  background-color: #333;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_news_detail .section1 .list .item + .item {
  margin-top: 0.12rem;
}

.origin_news_detail .section1 .back {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  line-height: 3.125;
  box-shadow: 0 0 0 1px #7ABE4D inset;
  border-radius: 25px;
  padding: 0 0.33rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #7ABE4D;
  margin-left: 0.2rem;
}

.origin_news_detail .section1 .back:hover {
  color: #fff;
  background-color: #7ABE4D;
}

.origin_news_detail .section1 .back:hover .icon {
  background-image: url(../images/svg/arr3-right-white.svg);
}

.origin_news_detail .section1 .back .icon {
  background: url(../images/svg/arr3-right-color.svg) no-repeat center center/100% 100%;
  width: 0.5em;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 0.1rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_problem .section1 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.origin_problem .section1 .item {
  border: 1px solid #DDDDDD;
  border-left: 2px solid #175C33;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_problem .section1 .item + .item {
  margin-top: 0.2rem;
}

.origin_problem .section1 .item.active {
  background-color: #F9F9F9;
  border-left-color: #7ABE4D;
}

.origin_problem .section1 .item.active .item-title {
  font-weight: bold;
}

.origin_problem .section1 .item.active .item-icon {
  background-image: url(../images/svg/origin-problem-open.svg);
}

.origin_problem .section1 .item-top {
  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;
  padding: 0.14rem 0.3rem 0.14rem 0.48rem;
  cursor: pointer;
}

.origin_problem .section1 .item-title {
  line-height: 1.5;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0.2rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_problem .section1 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  width: 1.6em;
  height: 1.6em;
  background: url(../images/svg/origin-problem-retract.svg) no-repeat center center/100% 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_problem .section1 .item-bottom {
  padding: 0.28rem 0.3rem 0.3rem 0.48rem;
  border-top: 1px dashed #DDDDDD;
  display: none;
}

.origin_problem .section1 .item-text {
  line-height: 1.3333333333;
}

.origin_problem .section1 .item-text a {
  color: #7ABE4D;
}

.origin_problem .section1 .item-text a:hover {
  text-decoration: underline;
}

.origin_join .section1 {
  padding-top: 0.6rem;
}

.origin_join .section1 .title {
  text-align: center;
 
  color: #175C33;
  line-height: 1.3125;
  margin-bottom: 0.23rem;
}

.origin_join .section1 .text {
  line-height: 1.25;
  text-align: center;
  color: #666;
  margin-bottom: 0.6rem;
}

.origin_join .section1 .img {
  padding-top: 27.7777777778%;
}

.origin_join .section2 .w1440 {
  background-color: #F9F9F9;
  padding-top: 0.6rem;
  padding-bottom: 0.4rem;
}

.origin_join .section2 .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.3rem;
}

.origin_join .section2 .list {
  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;
  padding: 0 2.0833333333%;
}

.origin_join .section2 .item {
  width: 49.2753623188%;
  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;
  background-color: #fff;
  border: 1px dashed #7ABE4D;
  border-radius: 8px;
  padding: 0.38rem 0.28rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0.2rem;
}

.origin_join .section2 .item:hover {
  border-style: solid;
}

.origin_join .section2 .item:hover .item-title {
  font-weight: bold;
  color: #7ABE4D;
}

.origin_join .section2 .item-icon {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  height: 125px;
  margin-right: 0.27rem;
}

.origin_join .section2 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.origin_join .section2 .item-title {
  line-height: 1.3333333333;
  color: #175C33;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_join .section2 .item-text {
  padding-top: 0.22rem;
  color: #175C33;
  line-height: 1.25;
  display: none;
}

.origin_join .section3 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.origin_join .section3 .bg {
  padding-top: 31.25%;
}

.origin_join .section3 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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;
  padding-left: 0.8rem;
}

.origin_join .section3 .container {
  background: #fff url(../images/svg/origin-jrwm-background.svg) no-repeat right bottom;
  -o-background-size: 72% auto;
  background-size: 72% auto;
  min-width: 5rem;
  min-height: 2.65rem;
  padding-left: 0.57rem;
  padding-top: 0.53rem;
  padding-bottom: 0.4rem;
}

.origin_join .section3 .title {
  line-height: 1.3125;
  margin-bottom: 0.18rem;
}

.origin_join .section3 .text {
  line-height: 1.3;
  margin-bottom: 0.47rem;
  color: #175C33;
}

.origin_job .section1 {
  padding-top: 0.6rem;
  padding-bottom: 1.2rem;
}

.origin_job .section1 .list {
  margin-bottom: 0.4rem;
}

.origin_job .section1 .item {
  border: 1px solid #E5E5E5;
}

.origin_job .section1 .item + .item {
  margin-top: 20px;
}

.origin_job .section1 .item.active {
  border-color: #7ABE4D;
}

.origin_job .section1 .item.active .item-title {
  font-weight: bold;
  color: #175C33;
}

.origin_job .section1 .item.active .item-title::before {
  height: 1em;
}

.origin_job .section1 .item.active .item-btn {
  color: #7ABE4D;
}

.origin_job .section1 .item.active .item-btn span {
  background-image: url(../images/svg/origin-job-open.svg);
}

.origin_job .section1 .item-top {
  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;
  padding: 0.24rem 0.4rem;
  cursor: pointer;
}

.origin_job .section1 .item-info {
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 0;
  padding-right: 0.2rem;
}

.origin_job .section1 .item-title {
  line-height: 1.5;
  margin-bottom: 0.17rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.origin_job .section1 .item-title::before {
  position: absolute;
  content: "";
  height: 0;
  width: 4px;
  left: -0.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #175C33;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_job .section1 .item-text {
  color: #666;
  line-height: 1.5;
}

.origin_job .section1 .item-text span + span {
  margin-left: 0.3rem;
}

.origin_job .section1 .item-btn {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  color: #999;
  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-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.origin_job .section1 .item-btn span {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.16rem;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: url(../images/svg/origin-job-retract.svg) no-repeat center center/100% 100%;
}

.origin_job .section1 .item-bottom {
  margin: 0 0.4rem;
  padding: 0.24rem 0 0.34rem;
  border-top: 1px solid #D9D9D9;
  display: none;
}

.origin_job .section1 .item-ul {
  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;
}

.origin_job .section1 .item-li {
  width: 50%;
}

.origin_job .section1 .item-li:nth-child(2) {
  width: 45%;
}

.origin_job .section1 .item-li-title {
  line-height: 1.5;
  margin-bottom: 0.24rem;
}

.origin_job .section1 .item-li-text {
  color: #666;
  line-height: 1.625;
}

.origin_job .section1 .item-li-text img {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  margin-right: 0.1rem;
}

.origin_job .section1 .item-li-text a {
  color: #175C33;
  margin: 0 0.08rem;
}

.origin_job .section1 .item-li-text a:hover {
  text-decoration: underline;
}

.advantage_list_guanli {
  padding-top: 0.9rem;
  padding-bottom: 1.5rem;
}
.advantage_list_guanli .title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.58rem;
}
.advantage_list_guanli .list {
  width: 9.5rem;
  margin: 0 auto;
  max-width: 100%;
}
.advantage_list_guanli .item {
  background: -webkit-linear-gradient(top, #FFF 0%, #F1FFE8 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #F1FFE8 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F1FFE8 100%);
  background: linear-gradient(180deg, #FFF 0%, #F1FFE8 100%);
  box-shadow: 5px 10px 33.6px -9px #DCDED7;
  border-radius: 0.3rem;
}
.advantage_list_guanli .item:nth-child(3) .item-bottom, .advantage_list_guanli .item:nth-child(3) .item-num::before, .advantage_list_guanli .item:nth-child(3) + .item-arr .item-line {
  background-color: #548B30;
}
.advantage_list_guanli .item:nth-child(3) + .item-arr .item-arr-icon {
  border-top-color: #548B30;
}
.advantage_list_guanli .item:nth-child(5) .item-bottom, .advantage_list_guanli .item:nth-child(5) .item-num::before, .advantage_list_guanli .item:nth-child(5) + .item-arr .item-line {
  background-color: #669F38;
}
.advantage_list_guanli .item:nth-child(5) + .item-arr .item-arr-icon {
  border-top-color: #669F38;
}
.advantage_list_guanli .item:nth-child(7) .item-bottom, .advantage_list_guanli .item:nth-child(7) .item-num::before, .advantage_list_guanli .item:nth-child(7) + .item-arr .item-line {
  background-color: #7CB243;
}
.advantage_list_guanli .item:nth-child(7) + .item-arr .item-arr-icon {
  border-top-color: #7CB243;
}
.advantage_list_guanli .item:nth-child(9) .item-bottom, .advantage_list_guanli .item:nth-child(9) .item-num::before, .advantage_list_guanli .item:nth-child(9) + .item-arr .item-line {
  background-color: #8BC24B;
}
.advantage_list_guanli .item:nth-child(9) + .item-arr .item-arr-icon {
  border-top-color: #8BC24B;
}
.advantage_list_guanli .item:nth-child(11) .item-bottom, .advantage_list_guanli .item:nth-child(11) .item-num::before, .advantage_list_guanli .item:nth-child(11) + .item-arr .item-line {
  background-color: #9CCB65;
}
.advantage_list_guanli .item:nth-child(11) + .item-arr .item-arr-icon {
  border-top-color: #9CCB65;
}
.advantage_list_guanli .item:nth-child(13) .item-bottom, .advantage_list_guanli .item:nth-child(13) .item-num::before, .advantage_list_guanli .item:nth-child(13) + .item-arr .item-line {
  background-color: #ADD483;
}
.advantage_list_guanli .item:nth-child(13) + .item-arr .item-arr-icon {
  border-top-color: #ADD483;
}
.advantage_list_guanli .item:nth-child(15) .item-bottom, .advantage_list_guanli .item:nth-child(15) .item-num::before, .advantage_list_guanli .item:nth-child(15) + .item-arr .item-line {
  background-color: #C7DFA5;
}
.advantage_list_guanli .item:nth-child(15) + .item-arr .item-arr-icon {
  border-top-color: #C7DFA5;
}
.advantage_list_guanli .item:nth-child(17) .item-bottom, .advantage_list_guanli .item:nth-child(17) .item-num::before, .advantage_list_guanli .item:nth-child(17) + .item-arr .item-line {
  background-color: #DBECC8;
}
.advantage_list_guanli .item:nth-child(17) + .item-arr .item-arr-icon {
  border-top-color: #DBECC8;
}
.advantage_list_guanli .item-info {
  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;
  padding: 0.13rem 0.36rem 0.25rem 0.78rem;
  position: relative;
}
.advantage_list_guanli .item-left{
  max-width: 40%;
}
.advantage_list_guanli .item-icon {
  width: 6.3888888889em;
}
.advantage_list_guanli .item-title {
  /*text-align: center;*/
  color: #7ABE4D;
}
.advantage_list_guanli .item-right {
  width: 41.0526315789%;
}
.advantage_list_guanli .item-title2 {
  line-height: 1.3333333333;
  color: #175C33;
  margin-bottom: 0.15rem;
}
.advantage_list_guanli .item-text {
  line-height: 1.3125;
  color: #666666;
}
.advantage_list_guanli .item-bottom {
  background-color: #34681E;
  padding: 0.11rem 0 0.09rem;
  position: relative;
  border-radius: 0 0 0.3rem 0.3rem;
}
.advantage_list_guanli .item-tip {
  text-align: center;
  line-height: 1.2857142857;
  color: #fff;
  position: relative;
}
.advantage_list_guanli .item-num {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
     -moz-transform: translateX(-50%) translateY(-100%);
      -ms-transform: translateX(-50%) translateY(-100%);
       -o-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  top: 0;
  padding-top: 0.4em;
}
.advantage_list_guanli .item-num::before {
  position: absolute;
  content: "";
  width: 3.15em;
  height: 1.575em;
  border-radius: 1.575em 1.575em 0 0;
  background-color: #34681E;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.advantage_list_guanli .item-num span {
  position: relative;
  color: #fff;
  font-family: Arial;
}
.advantage_list_guanli .item-side {
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  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;
}
.advantage_list_guanli .item-side-container {
  width: 9.3333333333em;
  border: 1px dashed #175C33;
  border-radius: 0.3rem;
  height: 100%;
  background: -webkit-linear-gradient(top, #FFF 0%, #F1FFE8 100%);
  background: -moz-linear-gradient(top, #FFF 0%, #F1FFE8 100%);
  background: -o-linear-gradient(top, #FFF 0%, #F1FFE8 100%);
  background: linear-gradient(180deg, #FFF 0%, #F1FFE8 100%);
  box-shadow: 5px 10px 33.6px -9px #DCDED7;
  padding: 0.54rem 0.18rem 0.3rem;
  overflow: auto;
}
.advantage_list_guanli .item-slide-title {
  line-height: 1.3333333333;
  margin-bottom: 0.26rem;
  color: #175C33;
}
.advantage_list_guanli .item-slide-text {
  line-height: 1.2857142857;
  color: #666;
}
.advantage_list_guanli .item-side-icon {
  width: 0.7083333333em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 0.05rem;
}
.advantage_list_guanli .item-arr {
  position: relative;
}
.advantage_list_guanli .item-line {
  width: 1.25em;
  height: 1.45em;
  background-color: #34681E;
  display: block;
  margin: 0 auto;
}
.advantage_list_guanli .item-arr-icon {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1.65em solid #34681E;
  border-left: 1.65em solid transparent;
  border-right: 1.65em solid transparent;
}

.a_dw {
  top: -5em;
}

.adv2 .img img {
  max-width: 100%;
}

.origin_join .section2 .item::before {
  position: relative;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /*top: -webkit-calc(50% - 9px);*/
  /*top: -moz-calc(50% - 9px);*/
  /*top: calc(50% - 9px);*/
  /*right: 40px;*/
  flex-shrink: 0;
  order: 3;
  margin-left: 5px;
  background: #7ABE4D url(../images/svg/arr-icon-white.svg) no-repeat center center;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
  
  
.origin_join .section2 .item:hover::before {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.my-active2 {
  margin-bottom: 0.8rem;
}
.my-active2 .active-title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.57rem;
}
.my-active2 table {
  border-spacing: 0;
  border: 1px solid #DDDDDD;
  table-layout: fixed;
  max-width: 100%;
}
.my-active2 tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.my-active2 tbody tr:nth-of-type(even) {
  background-color: #F2F5F6;
}
.my-active2 tbody tr:last-child {
  background-color: #175C33;
}
.my-active2 tbody tr:last-child td {
  color: #fff;
}
.my-active2 tbody tr:last-child td:last-child {
  text-align: center;
}
.my-active2 th {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #fff;
  background-color: #7ABE4D;
  line-height: 1.5;
  padding: 0.17rem 0.24rem;
  font-weight: normal;
  text-align: left;
}
.my-active2 th:last-child {
  text-align: center;
  border-right: none;
}
.my-active2 td {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  color: #666;
  line-height: 1.5;
  padding: 0.18rem 0.24rem;
  word-wrap: break-word;
  width: auto;
  white-space: break-spaces;
}
.my-active2 td:last-child {
  border-right: none;
}

.my-active3 {
  text-align: center;
}
.my-active3 .active-title {
  line-height: 1.3125;
  text-align: center;
  margin-bottom: 0.58rem;
}
.my-active3 .list {
  display: inline-block;
}
.my-active3 .item {
  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;
  margin-bottom: 0.3rem;
}
.my-active3 .item-input {
  width: 3.85rem;
  line-height: 2.5;
  background-color: #F2F3F5;
  border-radius: 8px;
  margin: 0 0.11rem;
  padding: 0 10px;
}
.my-active3 .item-input:focus {
  box-shadow: 0 0 0 1px #7ABE4D inset;
}
.my-active3 .item-title {
  width: 6.4em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.my-active3 .groui-select {
  width: 100%;
  margin-right: 0;
  --groui-select-theme-color: #7ABE4D;
}
.my-active3 .groui-select .select-container {
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  border-radius: 0;
  position: relative;
}
.my-active3 .groui-select .select-label-input {
  font-size: inherit;
  line-height: 3.125;
  width: 100%;
  padding: 0 0.28rem;
  /*box-shadow: 0 0 0 1px #DDDDDD inset;*/
  border: 1px solid #ddd;
}
.my-active3 .groui-select .select-label-input:focus {
  /*box-shadow: 0 0 0 1px #175C33 inset;*/
  border-color: #175C33;
}
.my-active3 .groui-select .select-icon {
  position: absolute;
  right: 0.28rem;
  width: 1.25em;
}
.my-active3 .groui-select .select-icon img {
  width: 100%;
}
.my-active3 .groui-select .select-options {
  min-width: 100%;
  padding: 10px;
}
.my-active3 .groui-select .select-options .select-option {
  font-size: inherit;
  line-height: 2.875;
  background-color: #F8F8F8;
}
.my-active3 .groui-select .select-options .select-option:hover, .my-active3 .groui-select .select-options .select-option.select-option-active {
  background-color: #7ABE4D;
}
.my-active3 .active-btn {
  display: block;
  line-height: 3.125;
  width: 7rem;
  margin: 0 auto;
  background-color: #7ABE4D;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.my-active3 .active-btn:hover {
  background-color: #94CB70;
}
.my-active3 .modal-main {
  width: 11.76rem;
  background-color: #fff;
  padding: 0.61rem 1.28rem 1.18rem;
  max-width: initial;
}
.my-active3 .modal-close {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #7ABE4D url(../images/contact/svg/out.svg) no-repeat center center;
  -o-background-size: 30% auto;
     background-size: 30% auto;
  cursor: pointer;
}
.my-active3 .modal-close:hover {
  background-color: #94CB70;
}
.my-active3 .modal-title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.47rem;
  color: #175C33;
}
.my-active3 .modal-form {
  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;
}
.my-active3 .form-item {
  width: 48.9130434783%;
  margin-bottom: 15px;
}
.my-active3 .form-content{
    position: relative;
}
.my-active3 .form-error{
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 103%;
    color: #D8261C;
    text-align: left;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
}
.my-active3 .form-item.btn {
  width: 100%;
  margin-top: 1.5rem;
}
.my-active3 .form-item.active .form-input {
  box-shadow: 0 0 0 1px #D8261C inset;
  background-color: #F9D7D5;
}
.my-active3 .form-item.active .form-error{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.my-active3 .form-title {
  text-align: left;
}
.my-active3 .form-title {
  line-height: 1.3125;
  margin-bottom: 0.07rem;
}
.my-active3 .form-title.required::after {
  position: relative;
  content: "*";
  color: #E2001A;
}
.my-active3 .form-content {
  width: 100%;
}
.my-active3 .form-input {
  font-size: inherit;
  line-height: 3.125;
  /*box-shadow: 0 0 0 1px #DDDDDD inset;*/
  border: 1px solid #ddd;
  border-radius: 2px;
  width: 100%;
  padding: 0 0.28rem;
}
.my-active3 .form-input:focus {
  /*box-shadow: 0 0 0 1px #175C33 inset;*/
  border-color: #175C33;
}
.my-active3 .form-submit {
  line-height: 3.3333333333;
  background-color: #7ABE4D;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.my-active3 .form-submit:hover {
  background-color: #94CB70;
}

.my-active4 .active-title {
  text-align: center;
  line-height: 1.3125;
  margin-bottom: 0.4rem;
}
.my-active4 .active-btn {
  line-height: 2.7083333333;
  color: #fff;
  background-color: #7ABE4D;
  border-radius: 8px;
  display: block;
  width: 20em;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
  max-width: 100%;
}
.my-active4 .active-btn + .active-btn {
  margin-top: 0.3rem;
}
.my-active4 .active-btn:hover {
  background-color: #8DC767;
}
.my-active4 .modal-close {
  position: absolute;
  top: 0.24rem;
  right: 0.21rem;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #7ABE4D url(../images/contact/svg/out.svg) no-repeat center center;
  -o-background-size: 25% auto;
     background-size: 25% auto;
  cursor: pointer;
}
.my-active4 .modal-close:hover {
  background-color: #94CB70;
}
.my-active4 .modal1 .modal-main {
  width: 11.76rem;
  max-width: 100%;
  background-color: #fff;
  padding-top: 2.2rem;
  padding-bottom: 1.37rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.my-active4 .modal1 .modal-title {
  line-height: 1.3333333333;
  text-align: center;
  color: #175C33;
  margin-bottom: 0.6rem;
}
.my-active4 .modal1 .list {
  display: inline-block;
}
.my-active4 .modal1 .item {
  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;
  margin-bottom: 20px;
}
.my-active4 .modal1 .item:nth-child(2) .item-error{
    white-space: nowrap;
}
.my-active4 .modal1 .item-input-container {
  margin: 0 0.11rem;
  position: relative;
}
.my-active4 .modal1 .item-error{
  font-size: 12px;
  position: absolute;
  top: 100%;
  left: 0;
  color: #D8261C;
  opacity: 0;
  text-align: left;
}
.my-active4 .modal1 .item.active .item-error{
  opacity: 1;
  top: 108%;
}
.my-active4 .modal1 .item.active .item-input,.my-active4 .modal1 .item.active .select-label-input{
  border-color: #D8261C;
  background-color: #FCEAE9;
}

.my-active4 .modal1 .item-input {
  width: 3.85rem;
  line-height: 3.125;
  background-color: #F2F3F5;
  border: 1px solid #F2F3F5;
  border-radius: 8px;
  padding: 0 10px;
}
.my-active4 .modal1 .item-input:focus {
  box-shadow: 0 0 0 1px #7ABE4D inset;
}
.my-active4 .modal1 .item-title {
  width: 6.4em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.my-active4 .modal1 .groui-select {
  width: 3.85rem;
  margin-right: 0;
  /*margin: 0 0.11rem;*/
  --groui-select-theme-color: #7ABE4D;
}
.my-active4 .modal1 .groui-select .select-container {
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  border-radius: 0;
  position: relative;
}
.my-active4 .modal1 .groui-select .select-label-input {
  font-size: inherit;
  line-height: 3;
  width: 100%;
  padding: 0 10px;
  border-radius: 8px;
  background-color: #F2F3F5;
  /*box-shadow: 0 0 0 1px #DDDDDD inset;*/
  border: 1px solid #ddd;
}
.my-active4 .modal1 .groui-select .select-label-input:focus {
  /*box-shadow: 0 0 0 1px #175C33 inset;*/
  border-color: #7ABE4D;
}
.my-active4 .modal1 .groui-select .select-icon {
  position: absolute;
  right: 0.15rem;
  width: 1.25em;
}
.my-active4 .modal1 .groui-select .select-icon img {
  width: 100%;
}
.my-active4 .modal1 .groui-select .select-options {
  min-width: 100%;
  padding: 10px;
}
.my-active4 .modal1 .groui-select .select-options .select-option {
  font-size: inherit;
  line-height: 2.875;
  background-color: #F8F8F8;
}
.my-active4 .modal1 .groui-select .select-options .select-option:hover, .my-active4 .modal1 .groui-select .select-options .select-option.select-option-active {
  background-color: #7ABE4D;
}
.my-active4 .modal1 .active-btn {
  line-height: 2.5;
  width: 23.3333333333em;
  margin-top: 0.4rem;
  max-width: 100%;
}
.my-active4 .modal2 .modal-main {
  width: 11.76rem;
  max-width: 100%;
  background-color: #fff;
  padding-top: 1.07rem;
  padding-bottom: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.my-active4 .modal2 .modal-title {
  line-height: 1.3333333333;
  text-align: center;
  color: #175C33;
  margin-bottom: 0.35rem;
}
.my-active4 .modal2 .list {
  width: 7.86rem;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #DDDDDD;
  position: relative;
}
.my-active4 .modal2 .list.active .list-error{
    opacity: 1;
}
.my-active4 .modal2 .list .list-error{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    margin-top: .2rem;
    color: #FE4747;
  white-space: nowrap;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.my-active4 .modal2 .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.my-active4 .modal2 .item:nth-of-type(even) {
  background-color: #F2F5F6;
}
.my-active4 .modal2 .item:nth-child(1) {
  color: #fff;
  line-height: 1.3333333333;
}
.my-active4 .modal2 .item:nth-child(1) span {
  background-color: #175C33;
  padding: 10px;
  min-height: 2.9166666667em;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 101px;
  -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-active4 .modal2 .item:nth-child(1) span + span {
  border-left: 1px solid #D9D9D9;
}
/*.my-active4 .modal2 .item + .item{*/
/*    margin-top: -1px;*/
/*}*/
.my-active4 .modal2 .item:not(:nth-child(1)) span {
  border: 1px solid #D9D9D9;
}
.my-active4 .modal2 .item:not(:nth-child(1)) span:nth-child(1) {
  color: #666666;
  line-height: 1.3125;
  min-height: 3.75em;
  padding: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 101px;
  -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-active4 .modal2 .item > span:nth-child(1) {
  width: 25.6997455471%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-active4 .modal2 .item > span:nth-child(2) {
  width: 36.7684478372%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-active4 .modal2 .item > span:nth-child(3) {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.my-active4 .modal2 .item-input{
    position: relative;
}
.my-active4 .modal2 .item-input:nth-child(2) {
  width: 36.7684478372%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-active4 .modal2 .item-input:nth-child(3){
    -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
}
.my-active4 .modal2 .item input {
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  font-size: inherit;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.my-active4 .modal2 .item-input.active input{
    border-color: #FFB8B8;
    background-color: #FFF6F6;
}
.my-active4 .modal2 .item-input.active .item-error{
    opacity: 1;
}
.my-active4 .modal2 .item-error{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #FE4747;
    line-height: 18px;
    pointer-events: none;
    opacity: 0;
    padding: 0 5px;
  transition: all .4s cubic-bezier(.4,0,.2,1);
}
.my-active4 .modal2 .item-error img{
    margin-right: .14rem;
}
.my-active4 .modal2 .item input::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.my-active4 .modal2 .item input:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.my-active4 .modal2 .item input::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.my-active4 .modal2 .item input:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.my-active4 .modal2 .item input::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.my-active4 .modal2 .active-btn {
  line-height: 2.5;
  width: 7.86rem;
  margin-top: 0.6rem;
  max-width: 100%;
}

.result-container .section1 {
  padding-top: 0.42rem;
  padding-bottom: 1rem;
  text-align: center;
}
.result-container .section1 .title {
  text-align: center;
  line-height: 2.1428571429;
}
.result-container .section1 .title.status1 span{
    color: red;
}
.result-container .section1 .title span {
  color: #7ABE4D;
}
.result-container .section1 .content {
  max-width: 100%;
  margin-top: 0.4rem;
  padding: 45px 67px 45px 45px;
  overflow: auto;
}
.result-container .section1 .content-img {
  margin: 0.4rem auto 0;
  display: inline-block;
  position: relative;
  padding: 0;
}

.result-container .section1 .content-img.active1 .dot:nth-child(3) {
  left: 6.914212548%;
  top: 18.75%;
  bottom: auto;
}

.result-container .section1 .content-img.active1 .dot:nth-child(1) {
  left: 6.914212548%;
  top: 49.7844827586%;
  bottom: auto;
}

.result-container .section1 .content-img.active1 .dot:nth-child(4) {
  left: 42.8937259923%;
  top: 90.9482758621%;
  bottom: auto;
}

.result-container .section1 .content-img.active1 .dot:nth-child(5) {
  left: 71.0627400768%;
  top: 90.9482758621%;
  bottom: auto;
}

.result-container .section1 .content-img.active1 .dot:nth-child(2) {
  left: 77.4647887324%;
  top: 90.9482758621%;
  bottom: auto;
}

.result-container .section1 .content-img.active2 .dot:nth-child(3) {
  left: 6.914212548%;
  top: 23.7068965517%;
  bottom: auto;
}

.result-container .section1 .content-img.active2 .dot:nth-child(1) {
  left: 6.914212548%;
  top: 53.8793103448%;
  bottom: auto;
}

.result-container .section1 .content-img.active2 .dot:nth-child(4) {
  left: 38.4122919334%;
  top: 90.9482758621%;
  bottom: auto;
}

.result-container .section1 .content-img.active2 .dot:nth-child(5) {
  left: 57.3623559539%;
  top: 90.9482758621%;
  bottom: auto;
}

.result-container .section1 .content-img.active2 .dot:nth-child(2) {
  left: 70.0384122919%;
  top: 90.9482758621%;
  bottom: auto;
}
.result-container .section1 .container {
  width: 660px;
  position: relative;
  margin: 0 auto;
}
.result-container .section1 .y-line {
  display: block;
  height: 380px;
  width: 3px;
  background-color: #C3C3C3;
  position: relative;
}
.result-container .section1 .y-line::before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 8px solid #C3C3C3;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.result-container .section1 .x-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #C3C3C3;
  position: relative;
}
.result-container .section1 .x-line::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  border-left: 8px solid #C3C3C3;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.result-container .section1 .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.result-container .section1 .lines .line {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #C3C3C3;
}
.result-container .section1 .svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.result-container .section1 .svg svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.result-container .section1 .text span {
  position: absolute;
  white-space: nowrap;
  font-size: 18px;
}
.result-container .section1 .text span:nth-child(1) {
  font-size: 20px;
  bottom: 100%;
  padding-bottom: 16px;
  left: -1em;
}
.result-container .section1 .text span:nth-child(2) {
  left: -30px;
  top: 0;
}
.result-container .section1 .text span:nth-child(3) {
  left: -30px;
  bottom: -30px;
}
.result-container .section1 .text span:nth-child(4) {
  font-size: 20px;
  left: 100%;
  bottom: -6px;
  padding-left: 16px;
}
.result-container .section1 .text span:nth-child(5) {
  right: 0;
  bottom: -30px;
}
.result-container .section1 .dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.result-container .section1 .dot {
  position: absolute;
}
.result-container .section1 .dot:nth-child(1) {
  top: 54%;
  left: -5px;
}
.result-container .section1 .dot:nth-child(1) span {
  background-image: url(../images/svg/dot2.svg);
}
.result-container .section1 .dot:nth-child(2) {
  bottom: -5px;
  left: 87%;
}
.result-container .section1 .dot:nth-child(2) span {
  background-image: url(../images/svg/dot2.svg);
}
.result-container .section1 .dot:nth-child(3) {
  top: 13%;
  left: -5px;
}
.result-container .section1 .dot:nth-child(4) {
  bottom: -5px;
}
.result-container .section1 .dot:nth-child(5) {
  bottom: -5px;
}
.result-container .section1 .dot::after, .result-container .section1 .dot::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.result-container .section1 .dot::after {
  background-color: #000;
  opacity: 0.1;
}
.result-container .section1 .dot::before {
  background-color: #000;
  opacity: 0.1;
  -webkit-animation: animation2 4s linear infinite both;
     -moz-animation: animation2 4s linear infinite both;
       -o-animation: animation2 4s linear infinite both;
          animation: animation2 4s linear infinite both;
}
.result-container .section1 .dot span {
  position: relative;
  display: block;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: #7ABE4D url(../images/svg/dot.svg) no-repeat center center/auto;
}
@-webkit-keyframes animation2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0.1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes animation2 {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0);
    opacity: 0.1;
  }
  80% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@-o-keyframes animation2 {
  0% {
    -o-transform: translate(-50%, -50%) scale(0);
       transform: translate(-50%, -50%) scale(0);
    opacity: 0.1;
  }
  80% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -o-transform: translate(-50%, -50%) scale(1);
       transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0);
       transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
@keyframes animation2 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0.1;
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.1;
  }
  90% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
         -o-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
         -o-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
.result-container .section1 .tip {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 99px;
  border-left: 1px dashed #7ABE4D;
  left: 50%;
}
.result-container .section1 .tip span {
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #7ABE4D;
  box-shadow: 0px 4px 5.1px 0px rgba(122, 190, 77, 0.2);
}
.result-container .section1 .list {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.result-container .section1 .item {
  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;
  margin: 0 0.14rem;
  line-height: 1.5;
}
.result-container .section1 .item-icon {
  width: 3.4583333333em;
  margin-right: 0.13rem;
}

.advl1 .my-active2 {
  margin-bottom: 1rem;
}

.advl1 .my-active3 {
  padding-bottom: 0.9rem;
  border-bottom: 1px dashed #175C33;
  margin-bottom: 0.56rem;
}

@media (min-width: 1920px) {
  .origin .section2 .my-picture {
    padding-top: 800px;
  }
}

@media (max-width: 1800px) {
    
    .header .nav-link{font-size:14px;}

    .head1{top:4.4em}


}



@media (max-width: 1681px) {
    
    .header .nav-link{font-size:12px;}

    .head1{top:4em}


}

@media (max-width: 1481px) {
    
 .footer .nav-title{font-size:14px;}
 
 .footer .nav-link{font-size:12px;}
 
  .head1{top:4.2em}
  
  .origin_about .section3 .left .li{padding:1em;font-size:14px;}




}

@media (max-width: 1300px) {
    
    .header .nav-link{font-size:11px;}

      .head1{top:3.9em}


}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    .index .section5 .text{
        max-height: 18vw;
        overflow: auto;
    }
    .origin_about .section1 .content{
        position: relative;
    }
    .origin_about .section1 .content .right{
        overflow: auto;
        /* height: 100%; */
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: calc(100% - 27.25em);
        padding: 10px 2%;
    }
    .acamsg1 .dl1 dd .dox{
        position: relative;
    }
    .acamsg1 .dl1 dd .dox .dlt{
        width: 50%;
    }
    .acamsg1 .dl1 dd .dox .drt{
        width: 50%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .acamsg1 .dl1 dd .dox .drt .dox2{
        height: 100%;
    }
}
@media screen and (max-width: 1200px) {
  .index .section2 .text{
      max-height: 23vw;
      overflow: auto;
  }
  .index .section1 .title{
      bottom: 2%;
      left: 4.5%;
      max-width: 91%;
  }
  .my-active4 .modal-close {
    width: 40px;
    height: 40px;
  }
  .z_tanchuang .tbox .modal {
    padding: 0;
    background-color: transparent;
  }
  body {
    padding-top: 0;
  }
  .header {
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.04);
  }
  .header .logo img:nth-child(1) {
    opacity: 0;
  }
  .header .logo img:nth-child(2) {
    opacity: 1;
  }
  .header .nav-link {
    color: #222;
  }
  .header .right .item {
    color: #222;
  }
  .header .right .item img:nth-child(1) {
    -webkit-filter: none;
    filter: none;
  }
  .header .right span {
    background-color: #222;
  }
  header {
    position: sticky;
  }
  .head1 {
    display: none;
  }
  .head2 {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
  }
  .head2.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .head2 .w1440 {
    padding-top: 110px;
  }
  .head2 .top {
    height: 250px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .head2 .logo {
    position: absolute;
    right: 0;
    top: 39px;
    display: block;
  }
  .head2 .input {
    border-bottom: 0;
    font-size: 16px;
  }
  .head2 .input input {
    background-color: #fff;
    line-height: 4;
    border-radius: 100px;
    padding: 0 34px;
    color: #000;
  }
  .head2 .input input::-webkit-input-placeholder {
    color: rgba(34, 34, 34, 0.3);
  }
  .head2 .input input:-moz-placeholder {
    color: rgba(34, 34, 34, 0.3);
  }
  .head2 .input input::-moz-placeholder {
    color: rgba(34, 34, 34, 0.3);
  }
  .head2 .input input:-ms-input-placeholder {
    color: rgba(34, 34, 34, 0.3);
  }
  .head2 .input input::placeholder {
    color: rgba(34, 34, 34, 0.3);
  }
  .head2 .input .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-left: 8px;
    background-color: #7ABE4D;
    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;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .head2 .input .icon img {
    width: 22px;
  }
  .head2 .input .icon img:nth-child(2) {
    display: none;
  }
  .head2 .container {
    background-color: #fff;
  }
  .head2 .container .link + .link {
    margin-top: 15px;
  }
  .head2 .container .w1440 {
    padding-top: 0;
  }
  .head2 .container .title {
    font-size: 20px;
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #DDDDDD;
  }
  .head2 .container .title1 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DDD;
  }
  .head2 .container .title1 span {
    font-size: 24px;
    color: #7ABE4D;
    font-weight: bold;
  }
  .head2 .container .item {
    padding-top: 0;
  }
  .head2 .container .item s {
    display: none;
  }
  .head2 .container .item-time {
    display: none;
  }
  .head2 .container .item-title {
    font-size: 16px;
  }
  .head2 .container .item-info {
    padding: 18px 0;
  }
  .head2 .close {
    width: 20px;
    left: 0;
    top: 48px;
    right: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .head2 .links {
    font-size: 14px;
  }
  .head3 {
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .head3.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    pointer-events: auto;
  }
  .a_dw {
    top: -56px;
  }
  .header {
    display: block;
  }
  .header .logo {
    height: 37px;
  }
  .header .box3 {
    height: 56px;
  }
  .header .nav {
    display: none;
  }
  .header .right {
    font-size: 16px;
  }
  .header .right span {
    margin: 0 23px;
  }
  .header .right .item3 {
    display: block;
  }
  .footer .footer-container {
    background-image: url(../images/footer-ipad-background.webp);
    -o-background-size: auto;
    background-size: auto;
    background-position: 100% 80%;
  }
  .footer .top {
    padding: 30px 0;
  }
  .footer .top .logo {
    width: 182px;
    margin-bottom: 12px;
  }
  .footer .top .list {
    font-size: 16px;
  }
  .footer .top .item {
    margin-right: 0;
    margin-left: 0;
  }
  .footer .top .item + .item {
    margin-left: 30px;
  }
  .footer .top .item-icon {
    margin-right: 9px;
  }
  .footer .nav {
    -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;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 0;
  }
  .footer .nav-title {
    display: block;
    margin: 0 auto;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .footer .nav-title.active s::before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer .nav-title s {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
  }
  .footer .nav-title s::before {
    position: absolute;
    content: "";
    width: 11px;
    background: url(../images/svg/arr2-down-white.svg) no-repeat center center/100% auto;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .footer .nav-ul {
    padding: 16px 20px;
    width: 100%;
    background-color: #1D472C;
    display: none;
  }
  .footer .nav-link {
    font-size: 12px;
    color: #fff;
  }
  .footer .nav-link + .nav-link {
    margin-top: 16px;
  }
  .footer .links {
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 36px;
    width: auto;
    transform: none;
  }
  .footer .links a{
      margin-right: 0.1rem;
  }
  .footer .links img {
    width: 42px;
  }
  .footer .my-sidebar {
    right: 20px;
  }
  .footer .bottom {
    padding: 18px 0;
  }
  .footer .bottom .w1440 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .bottom .w1440 > a {
    color: #fff;
  }
  .footer .bottom .left {
    -webkit-order: 5;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    line-height: 2;
  }
  .footer .bottom .left a {
    width: 100%;
  }
  .index .section6 .title {
    left: 20px;
  }
  .origin .section2 .links {
    right: 20px;
  }
  .origin_join .section3 .content, .index .section6 .content {
    left: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .hide768 {
    display: none;
  }
  .origin_resource .my-breadcrumb .bg:nth-child(1) {
    display: block;
  }
  .index .section1 .container .video-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
    /*.origin_about .section4 .swiper2 .swiper-button{*/
    /*    display: none;*/
    /*}*/
  .my-active4 .modal2 .item-error{
      font-size: 12px;
      line-height: 16px;
  }
    .index .section2 .text{
      max-height: initial;
  }
  .result-container .section1 .content-img{
      overflow: auto;
  }
  .result-container .section1 .content-img img,.result-container .section1 .content-img .dots{
    width: 700px;
    min-width: 700px;
  }
  .my-active4 .modal1 .modal-main {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .my-active2 .active-content {
    overflow: auto;
  }
  .my-active2 .active-content table {
    min-width: 800px;
  }
  .my-active3 .item-input {
    width: 50vw;
  }
  .my-active3 .active-btn {
    width: 100%;
  }
  .my-active3 .modal-main {
    padding: 40px 10px;
  }
  .my-active3 .modal-close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }
  .my-active3 .form-item {
    width: 100%;
  }
  .my-active3 .form-item.btn {
    margin-top: 20px;
  }
  .advantage_list_guanli .list {
    width: 450px;
  }
  .advantage_list_guanli .list {
    width: 450px;
  }
  .advantage_list_guanli .item-info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 39px 15px 45px;
  }
  .advantage_list_guanli .item.active .item-left{
      flex-shrink: 0;
  }
  .advantage_list_guanli .item-left, .advantage_list_guanli .item-right {
    width: 100%;
  }
  .advantage_list_guanli .item-title2 {
    display: none;
  }
  .advantage_list_guanli .item-left {
    margin-bottom: 20px;
  }
  .advantage_list_guanli .item-icon {
    margin: 0 auto;
  }
  .advantage_list_guanli .item.active .item-right {
    width: 55%;
  }
  .advantage_list_guanli .item.active .item-side {
    width: 45%;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 0;
  }
  .advantage_list_guanli .item.active .item-side-icon {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    margin: 0 5px;
  }
  .advantage_list_guanli .item-side {
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 15px;
  }
  .advantage_list_guanli .item-side-container {
    width: 100%;
  }
  .advantage_list_guanli .item-side-icon {
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-bottom: 10px;
  }
  .my-swiper-button.status2 .swiper-button-prev,.my-swiper-button.status2 .swiper-button-next{
    top: 33%;
  }
  .my-swiper-button.status2 .swiper-button-prev{
      left: 20px;
  }
  .my-swiper-button.status2 .swiper-button-next{
      right: 20px;
  }
  .index .section1 .link{
    transform: scale(2);
  }
  .index .section1 .link:nth-child(1){
    left: 26%;
    top: 54%;
  }
  .index .section1 .link:nth-child(2){
    left: auto;
    right: 3%;
    top: 44.5%;
  }
  .index .section1 .link:nth-child(3){
    left: 67%;
    top: 53%;
  }
  .head2 .container .item1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .head2 .container .item1-img {
    width: 100%;
    margin-bottom: 10px;
  }
  .head2 .close {
    left: 20px;
  }
  .head2 .logo {
    right: 20px;
  }
  .page1 {
    display: none;
  }
  .page2 {
    display: block;
    width: 160px;
    line-height: 50px;
    background: #7ABE4D;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  .w1440 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .origin-title {
    padding-top: 74px;
  }
  .origin-title .title {
    font-size: 34px;
    font-weight: normal;
  }
  .my-banner .picture-container {
    padding-top: 300px;
  }
  .my-breadcrumb {
    padding: 4px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .my-breadcrumb .breadcrumb-container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .my-breadcrumb .breadcrumb-item {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .my-breadcrumb .breadcrumb-item:nth-child(1) img {
    width: 16px;
  }
  .my-breadcrumb .breadcrumb-icon {
    width: 8px;
    margin: 0 7px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .my-breadcrumb .active {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    -ms-flex-negative: initial;
    -webkit-flex-shrink: initial;
            flex-shrink: initial;
  }
  .my-more {
    font-size: 14px;
  }
  .my-more .my-more-icon, .my-more .my-more-icon1 {
    margin-left: 0;
  }
  .my-bottom {
    padding-bottom: 60px;
    background-image: url(../images/footer-background1-ipad.webp);
  }
  .my-bottom .title {
    font-size: 36px;
    width: 17em;
    margin-left: auto;
    margin-right: auto;
  }
  .my-swiper-button .swiper-button {
    width: 40px;
    height: 40px;
  }
  .index .section1 .container {
    padding-top: 65.1041666667%;
  }
  .index .section1 .container .video1 {
    display: none;
  }
  .index .section1 .container .video2 {
    display: block;
  }
  .index .section1 .content::before {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 44.6%;
    background: -webkit-linear-gradient(top, rgba(23, 92, 51, 0) 0%, #175C33 100%);
    background: -moz-linear-gradient(top, rgba(23, 92, 51, 0) 0%, #175C33 100%);
    background: -o-linear-gradient(top, rgba(23, 92, 51, 0) 0%, #175C33 100%);
    background: linear-gradient(180deg, rgba(23, 92, 51, 0) 0%, #175C33 100%);
  }
  .index .section1 .title {
    bottom: 5.6%;
    left: 20px;
    right: 20px;
    font-size: 28px;
    line-height: 1.3333333333;
  }
  .index .section2 {
    padding-top: 62px;
    padding-bottom: 62px;
    background-image: url(../images/index-youlai-background-ipad.webp);
    background-position: top left;
  }
  .index .section2 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section2 .left, .index .section2 .right {
    width: 100%;
  }
  .index .section2 .left {
    margin-bottom: 40px;
  }
  .index .section2 .title {
    font-weight: normal;
    font-size: 34px;
    line-height: 1.4705882353;
  }
  .index .section2 .text {
    font-size: 16px;
  }
  .index .section2 .right-bg {
    padding-top: 56.5517241379%;
  }
  .index .section2 .right-icon {
    width: 50px;
  }
  .index .section2 .list {
    margin-top: 40px;
  }
  .index .section2 .item {
    text-align: left;
    width: 22%;
  }
  .index .section2 .item-num {
    font-size: 36px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .index .section2 .item-num span:nth-child(2) {
    font-size: 14px;
  }
  .index .section2 .item-title {
    font-size: 13px;
  }
  .index .section2 .item-title::before {
    display: none;
  }
  .index .section3 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .index .section3 .title {
    font-size: 34px;
    font-weight: normal;
  }
  .index .section3 .item {
    padding: 25px 27px;
  }
  .index .section3 .item-icon {
    width: 90px;
    margin-bottom: 14px;
  }
  .index .section4 {
    background: #fff;
    padding-top: 62px;
    padding-bottom: 0;
  }
  .index .section4 .title {
    font-size: 34px;
    font-weight: normal;
    margin-bottom: 24px;
  }
  .index .section4 .select {
    font-size: 16px;
  }
  .index .section4 .top .my-more {
    position: absolute;
    bottom: 60px;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 170px;
    height: 46px;
    border-radius: 46px;
    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;
    box-shadow: 0 0 0 1px #D9D9D9 inset;
  }
  .index .section4 .top .my-more .my-more-icon {
    margin-left: 4px;
  }
  .index .section4 .select-item {
    line-height: 2.5;
    padding: 0 16px;
    border-radius: 60px;
    background-color: #F9F9F9;
    border: 1px solid #EEEEEE;
    color: #000;
  }
  .index .section4 .select-item.active, .index .section4 .select-item:hover {
    background-color: #175C33;
    border-color: #175C33;
    color: #fff;
    font-weight: normal;
  }
  .index .section4 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section4 .left {
    width: 100%;
    padding-bottom: 60px;
  }
  .index .section4 .left .swiper-slide {
    border-radius: 8px;
    background-color: #EEEEEE;
  }
  .index .section4 .left .slide-img {
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
  }
  .index .section4 .left .slide-title {
    margin-left: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    padding: 0 10px;
    border-radius: 4px;
    background-color: #7ABE4D;
    color: #fff;
  }
  .index .section4 .left .slide-text {
    padding: 0 12px;
    font-size: 15px;
  }
  .index .section4 .left .my-more {
    margin-left: 12px;
    margin-bottom: 30px;
  }
  .index .section4 .right {
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    right: auto;
    padding-top: 48px;
    padding-bottom: 135px;
    padding-left: 20px;
    padding-right: 20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    background: url(../images/index-ysgh-background-ipad.webp) no-repeat center center/cover;
  }
  .index .section4 .right::-webkit-scrollbar {
    height: 0px;
  }
  .index .section4 .right .swiper-slide {
    width: 48.3425414365%;
    background-color: #fff;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 8px;
  }
  .index .section4 .right .swiper-slide + .swiper-slide {
    margin-left: 25px;
  }
  .index .section4 .right .slide-content {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section4 .right .slide-img {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
  .index .section4 .right .slide-info {
    width: 100%;
    padding: 17px 12px 30px;
  }
  .index .section4 .right .slide-title {
    -webkit-line-clamp: 2;
    height: 3em;
    font-size: 18px;
    color: #222;
    margin-bottom: 30px;
  }
  .index .section4 .right .slide-icon {
    width: 50px;
  }
  .index .section5 {
    background-image: url(../images/index-sige-background-ipad.webp);
    background-position: right top;
    padding-top: 62px;
    padding-bottom: 60px;
  }
  .index .section5 .title {
    font-size: 34px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 24px;
  }
  .index .section5 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section5 .left::before, .index .section5 .left::after {
    -webkit-transform: translateY(95%);
    -moz-transform: translateY(95%);
    -ms-transform: translateY(95%);
    -o-transform: translateY(95%);
    transform: translateY(95%);
  }
  .index .section5 .left::before {
    height: 20px;
    border-radius: 0 0 11px 0;
  }
  .index .section5 .left::after {
    height: 11px;
    border-radius: 0 0 5px 0;
  }
  .index .section5 .left {
    margin-bottom: 72px;
  }
  .index .section5 .left, .index .section5 .right {
    width: 100%;
  }
  .index .section5 .info {
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  .index .section5 .title1 {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .index .section5 .title2 {
    font-size: 20px;
    font-weight: bold;
  }
  .index .section5 .text {
    font-size: 15px;
    margin-bottom: 40px;
    line-height: 24px;
  }
  .index .section5 .video {
    width: 100%;
  }
  .index .section5 .video-icon {
    width: 64px;
  }
  .index .section5 .my-picture {
    border-radius: 16px;
  }
  .index .section6 {
    padding-top: 62px;
    padding-bottom: 0;
  }
  .index .section6 .w1440 {
    padding-bottom: 284px;
  }
  .index .section6 .title {
    font-size: 34px;
    font-weight: normal;
    line-height: 1.4705882353;
  }
  .index .section6 .content {
    bottom: 84px;
  }
  .index .section6 .list {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 50px;
  }
  .index .section6 .item1 {
    width: 350px;
  }
  .index .section6 .title1 {
    font-size: 22px;
    margin-bottom: 22px;
  }
  .index .section6 .title2 {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .index .section6 .text {
    font-size: 16px;
  }
  .origin .my-breadcrumb {
    background-color: #F9F9F9;
  }
  .origin .section1 {
    padding-top: 60px;
    padding-bottom: 52px;
  }
  .origin .section1 .w1440 {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: initial;
    -moz-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .origin .section1 .title1 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .origin .section1 .title2 {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .origin .section1 .my-picture {
    padding-top: 56.5517241379%;
    border-radius: 16px;
  }
  .origin .section1 .left, .origin .section1 .right {
    width: 100%;
  }
  .origin .section1 .left {
    margin-bottom: 25px;
  }
  .origin .section1 .right .title1, .origin .section1 .right .title2 {
    display: none;
  }
  .origin .section1 .text {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .origin .section1 .icon {
    width: 64px;
  }
  .origin .section2 .my-picture {
    padding-top: 470px;
  }
  .origin .section2 .w1440 {
    top: 0;
    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;
  }
  .origin .section2 .links {
    top: 23%;
  }
  .origin .section2 .content {
    padding-top: 30px;
    padding-bottom: 14px;
    margin-top: auto;
    margin-bottom: 20px;
  }
  .origin .section2 .title {
    font-size: 14px;
  }
  .origin .section2 .text {
    font-size: 24px;
  }
  .origin .section3 {
    padding-bottom: 70px;
  }
  .origin .section3 .left {
    margin-bottom: 30px;
  }
  .origin .section4 .w1440 {
    height: 170px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .origin .section4 .title {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .origin .section4 .text {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .origin .section4 .right {
    display: none;
  }
  .origin .section5 {
    padding-top: 57px;
    padding-bottom: 60px;
  }
  .origin .section5 .left {
    width: 100%;
  }
  .origin .section5 .title1 {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .origin .section5 .title2 {
    font-size: 32px;
    margin-bottom: 14px;
  }
  .origin .section5 .rigth {
    position: relative;
    width: 100%;
    min-height: 150px;
    padding-left: 0;
    padding-top: 28px;
    -o-background-size: 35.1724137931% auto;
    background-size: 35.1724137931% auto;
  }
  .origin .section5 .rigth .title1, .origin .section5 .rigth .title2 {
    display: none;
  }
  .origin .section5 .text {
    font-size: 16px;
    min-height: 2.5em;
    margin-bottom: 28px;
  }
  .origin .section5 .my-picture {
    padding-top: 55.8620689655%;
    border-radius: 16px 16px 0 0;
  }
  .origin_about .section1 {
    padding-top: 24px;
    padding-bottom: 54px;
  }
  .origin_about .section1 .title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 33px;
  }
  .origin_about .section1 .text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .origin_about .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 52px;
  }
  .origin_about .section1 .content .left, .origin_about .section1 .content .right {
    width: 100%;
  }
  .origin_about .section1 .content .my-picture {
    padding-top: 55.8620689655%;
    border-radius: 16px;
    margin-bottom: 25px;
  }
  .origin_about .section1 .content .right {
    background: initial;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 1.6666666667;
  }
  .origin_about .section1 .list {
    margin-top: 40px;
  }
  .origin_about .section1 .item {
    text-align: left;
    width: 22%;
  }
  .origin_about .section1 .item-num {
    font-size: 36px;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .origin_about .section1 .item-num span:nth-child(2) {
    font-size: 14px;
  }
  .origin_about .section1 .item-title {
    font-size: 13px;
  }
  .origin_about .section1 .item-title::before {
    display: none;
  }
  .origin_about .section2 .title {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .origin_about .section2 .my-picture {
    padding-top: 55.8620689655%;
    border-radius: 16px;
  }
  .origin_about .section2 .icon {
    width: 64px;
  }
  .origin_about .section3 {
    padding-top: 52px;
    padding-bottom: 33;
  }
  .origin_about .section3 .title {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .origin_about .section3 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .origin_about .section3 .left, .origin_about .section3 .right {
    width: 100%;
  }
  .origin_about .section3 .left {
    margin-bottom: 10px;
  }
  .origin_about .section3 .left .ul {
    padding-top: 24px;
    padding-bottom: 60px;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding-right: 20px;
  }
  .origin_about .section3 .item + .item {
    margin-top: 10px;
  }
  .origin_about .section3 .item-li + .item-li {
    padding-top: 30px;
    margin-top: 30px;
  }
  .origin_about .section3 .item-title {
    font-size: 24px;
  }
  .origin_about .section3 .item:nth-child(1) {
    padding-bottom: 0;
    padding-left: 42px;
    padding-right: 13px;
    padding: 15px;
  }
  .origin_about .section3 .item:nth-child(1) .item-title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .origin_about .section3 .item:nth-child(2) {
    padding: 47px 20px 60px;
  }
  .origin_about .section3 .item:nth-child(2) .item-title {
    margin-bottom: 10px;
  }
  .origin_about .section3 .item:nth-child(2) .item-text {
    font-size: 18px;
  }
  .origin_about .section3 .right {
    -o-background-size: 68.9655172414% auto;
    background-size: 68.9655172414% auto;
  }
  .origin_about .section3 .right .ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .origin_about .section3 .right .li {
    width: 49%;
    margin-bottom: 20px;
  }
  .origin_about .section3 .right .li span {
    font-size: 16px;
  }
  .origin_about .section3 .right .li span:nth-child(1) {
    min-height: 68px;
    width: 100px;
    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;
    
    font-size: 14px;
    
    
  }
  .origin_about .section3 .right .li span:nth-child(2) {
    padding-left: 18px;
    padding-right: 18px;
  }
  .origin_about .section4 {
    padding-top: 19px;
    padding-bottom: 110px;
    background-image: url(../images/about-fzlc-background-ipad.webp);
    background-position: center 148px;
  }
  .origin_about .section4 .title {
    font-size: 34px;
    margin-bottom: 24px;
  }
  .origin_about .section4 .select {
    font-size: 16px;
    margin-bottom: 44px;
  }
  .origin_about .section4 .select-item {
    line-height: 1.8;
    padding: 15px 16px;
    min-width: initial;
    border-radius: 60px;
    
    
  }
  .origin_about .section4 .swiper1 .swiper-text {
    max-width: 402px;
    margin: 0 50px;
  }
  .origin_about .section4 .swiper1 .swiper-slide {
    width: 172px;
    height: 172px;
  }
  .origin_about .section4 .swiper1 .swiper-slide::before {
    width: 72px;
    height: 72px;
  }
  .origin_about .section4 .swiper1 .slide-content {
    font-size: 16px;
    width: 72px;
    height: 72px;
  }
  .origin_about .section4 .swiper1 .slide-content::before {
    border-width: 2px;
  }
  .origin_about .section4 .swiper1 .swiper-slide-active .slide-content {
    font-size: 38px;
    width: 120px;
    height: 120px;
  }
  .origin_about .section4 .swiper-container .swiper-bg {
    -webkit-transform: translateX(-50%) translateY(-37%);
    -moz-transform: translateX(-50%) translateY(-37%);
    -ms-transform: translateX(-50%) translateY(-37%);
    -o-transform: translateX(-50%) translateY(-37%);
    transform: translateX(-50%) translateY(-37%);
  }
  .origin_about .section4 .title2 {
    font-size: 34px;
    font-weight: normal;
    margin-top: 55px;
    margin-bottom: 34px;
  }
  .origin_about .section4 .swiper2 .swiper-slide {
    width: 230px;
  }
  .origin_about .section4 .swiper2 .slide-title {
    font-size: 16px;
    margin-top: 16px;
    white-space: nowrap;
    position: relative;
    left: 50%;
    width: -webkit-calc(100vw - 40px);
    width: -moz-calc(100vw - 40px);
    width: calc(100vw - 40px);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .origin_resource .my-breadcrumb .bg:nth-child(2) {
    top: 28px;
    display: block;
  }
  .origin_resource .section1 {
    padding-top: 62px;
    padding-bottom: 80px;
  }
  .origin_resource .section1 .title {
    color: #175C33;
  }
  .origin_resource .section1 .text {
    margin-bottom: 32px;
  }
  .origin_resource .section1 .input {
    width: 350px;
    font-size: 14px;
  }
  .origin_resource .section1 .content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .origin_resource .section1 .right, .origin_resource .section1 .info {
    width: 100%;
  }
  .origin_resource .section1 .left {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 42px 39px 48px;
    margin-bottom: 40px;
  }
  .origin_resource .section1 .info {
    padding-top: 0;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .origin_resource .section1 .content-title {
    font-size: 30px;
    margin-bottom: 22px;
  }
  .origin_resource .section1 .content-text {
    min-height: auto;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .origin_resource .section1 .swiper {
    width: 100%;
    padding: 30px 30px 42px;
  }
  .origin_resource .section1 .slide-title {
    font-size: 28px;
    padding-right: 110px;
  }
  .origin_resource .section1 .swiper-button {
    font-size: 22px;
    bottom: 42px;
    right: 30px;
  }
  .origin_resource .section1 .swiper-button.swiper-button-prev {
    right: 100px;
  }
  .origin_resource .section1 .right {
    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;
    padding: 62px 40px 70px;
  }
  .origin_resource .section1 .right .content-title {
    margin-bottom: 24px;
    font-size: 34px;
  }
  .origin_resource .section1 .right .content-text {
    margin-bottom: 0;
  }
  .origin_resource .section1 .right .right-info {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .origin_resource .section1 .right .my-more {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
  }
  .origin_video .section1 {
    padding-top: 32px;
    padding-bottom: 60px;
  }
  .origin_video .section1 .select {
    font-size: 16px;
    margin-bottom: 44px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .origin_video .section1 .select-item {
    line-height: 3.125;
    padding: 0 16px;
    min-width: 250px;
    margin: 0 15px 20px;
  }
  .origin_video .right {
    display: none;
  }
  .origin_video .item-video {
    margin-bottom: 22px;
  }
  .origin_video .item-time {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .origin_video .item-title {
    font-size: 20px;
  }
  .origin_style .section1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .origin_style .section1 .list {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .origin_style .section1 .item {
    width: 48.2%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .origin_style .section1 .item-info {
    padding: 16px 14px;
  }
  .origin_style .section1 .item-title {
    font-size: 18px;
    margin-bottom: 33px;
  }
  .origin_style .section1 .item-bottom {
    font-size: 14px;
  }
  .origin_style .section1 .item-look {
    padding: 0 14px;
  }
  .my-modal1 {
    padding: 38px;
  }
  .my-modal1 .title {
    font-size: 20px;
    margin-top: 20px;
  }
  .my-modal1 .close {
    -webkit-transform: translateY(-webkit-calc(-100% - 0.24rem));
    -moz-transform: translateY(-moz-calc(-100% - 0.24rem));
    -ms-transform: translateY(calc(-100% - 0.24rem));
    -o-transform: translateY(calc(-100% - 0.24rem));
    transform: translateY(calc(-100% - 0.24rem));
  }
  .origin_news .section1 {
    padding-top: 50px;
  }
  .origin_news .section1 .screen {
    margin-bottom: 60px;
  }
  .origin_news .section1 .groui-select {
    font-size: 16px;
    margin-right: 20px;
  }
  .origin_news .section1 .groui-select .select-container .select-label-input {
    width: 180px;
  }
  .origin_news .section1 .groui-select .select-options {
    font-size: 16px;
  }
  .origin_news .section1 .input {
    font-size: 16px;
    width: 200px;
  }
  .origin_news .section1 .top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .origin_news .section1 .swiper-slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .origin_news .section1 .slide-img {
    width: 100%;
  }
  .origin_news .section1 .slide-img .my-picture {
    padding-top: 54.6875%;
  }
  .origin_news .section1 .slide-info {
    width: 100%;
    height: 420px;
    padding: 40px 20px;
  }
  .origin_news .section1 .slide-time {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .origin_news .section1 .slide-title {
    font-size: 24px;
    padding-bottom: 48px;
  }
  .origin_news .section1 .slide-text {
    font-size: 16px;
    margin-top: 46px;
  }
  .origin_news .section1 .swiper-pagination {
    left: 20px;
    bottom: 50px;
  }
  .origin_news .section1 .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
  }
  .origin_news .section1 .item {
    width: 100%;
  }
  .origin_news .section1 .item-img {
    padding-top: 64.8275862069%;
  }
  .origin_news .section1 .item-info {
    padding: 30px 26px 44px;
  }
  .origin_news .section1 .item-time {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .origin_news .section1 .item-title {
    font-size: 24px;
    margin-bottom: 28px;
  }
  .origin_news_detail .section1 {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .origin_news_detail .section1 .social-share .social-share-icon + .social-share-icon {
    margin-left: 10px;
  }
  .origin_news_detail .section1 .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .origin_news_detail .section1 .info {
    font-size: 16px;
    margin-bottom: 44px;
  }
  .origin_news_detail .section1 .info .item {
    margin: 0 13px;
  }
  .origin_news_detail .section1 .info .item-icon {
    margin-right: 6px;
  }
  .origin_news_detail .section1 .info .wechat-qrcode {
    top: auto;
    bottom: -205px;
  }
  .origin_news_detail .section1 .info .wechat-qrcode::after {
    display: none;
  }
  .origin_news_detail .section1 .content {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .origin_news_detail .section1 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .origin_news_detail .section1 .list {
    font-size: 16px;
    width: 100%;
    margin-bottom: 54px;
  }
  .origin_news_detail .section1 .list .item {
    padding-left: 20px;
  }
  .origin_news_detail .section1 .list .item + .item {
    margin-top: 12px;
  }
  .origin_news_detail .section1 .back {
    font-size: 16px;
    margin-left: 0;
    padding: 0 33px;
  }
  .origin_news_detail .section1 .back .icon {
    margin-right: 10px;
  }
  .origin_problem .section1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .origin_problem .section1 .item-top {
    font-size: 20px;
    padding: 14px 17px 14px 50px;
  }
  .origin_problem .section1 .item-bottom {
    font-size: 18px;
    padding: 28px 17px 28px 50px;
  }
  .origin_join .section1 {
    padding-top: 56px;
  }
  .origin_join .section1 .title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .origin_join .section1 .text {
    font-size: 16px;
    margin-bottom: 54px;
  }
  .origin_join .section1 .img {
    padding-top: 55.1724137931%;
  }
  .origin_join .section2 .w1440 {
    background-color: #fff;
    padding-top: 53px;
    padding-bottom: 60px;
  }
  .origin_join .section2 .title {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .origin_join .section2 .item {
    width: 100%;
    padding: 34px 28px;
    position: relative;
  }
  .origin_join .section2 .item-title {
    font-size: 24px;
  }
  .origin_join .section2 .item-text {
    font-size: 16px;
    padding-top: 16px;
  }
  .origin_join .section3 {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .origin_join .section3 .bg {
    padding-top: 450px;
  }
  .origin_join .section3 .content {
    padding-left: 20px;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 20px;
  }
  .origin_join .section3 .container {
    width: 500px;
    max-width: -webkit-calc(100% - 20px);
    max-width: -moz-calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-height: 265px;
    padding: 53px 20px 20px 57px;
  }
  .origin_join .section3 .title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .origin_join .section3 .text {
    font-size: 20px;
    margin-bottom: 47px;
  }
  .origin_job .section1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .origin_job .section1 .item-top {
    padding: 24px 40px;
  }
  .origin_job .section1 .item-title {
    font-size: 24px;
    margin-bottom: 17px;
  }
  .origin_job .section1 .item-title::before {
    left: -40px;
  }
  .origin_job .section1 .item-text {
    font-size: 16px;
  }
  .origin_job .section1 .item-btn {
    font-size: 16px;
  }
  .origin_job .section1 .item-bottom {
    margin: 0 40px;
    padding: 24px 0 60px;
  }
  .origin_job .section1 .item-ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .origin_job .section1 .item-li {
    width: 100%;
  }
  .origin_job .section1 .item-li:nth-child(2) {
    width: 100%;
  }
  .origin_job .section1 .item-li + .item-li {
    margin-top: 44px;
  }
  .origin_job .section1 .item-li-title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .origin_job .section1 .item-li-text {
    font-size: 16px;
  }
  .origin_job .section1 .item-li-text img {
    margin-right: 8px;
  }
  .origin_job .section1 .item-li-text a {
    text-decoration: underline;
  }
  .product .my-breadcrumb {
    background-color: #F9F9F9;
  }
  .product .section1 {
    padding-top: 53px;
    padding-bottom: 60px;
  }
  .product .section1 .title {
    font-size: 32px;
    width: 585px;
    max-width: 100%;
    margin: 0 auto 74px;
  }
  .product .section1 .item {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 47px 60px;
  }
  .product .section1 .item-noactive .item-icon {
    margin-right: 24px;
  }
  .product .section1 .item-noactive .item-info {
    margin-top: 30px;
  }
  .product .section1 .item-active {
    opacity: 1;
    top: auto;
    left: auto;
    right: 47px;
    bottom: 94px;
    padding: 0;
  }
  .product .section1 .item-active .item-icon {
    font-size: 30px;
    display: none;
  }
  .product .section1 .item-active .item-title {
    font-size: 30px;
    display: none;
  }
  .product .section1 .item-active .item-text {
    font-size: 16px;
    display: none;
  }
  .product .section1 .item-img {
    padding-top: 42.8571428571%;
  }
  .product .section1 .item-icon {
    font-size: 22px;
  }
  .product .section1 .item-title {
    font-size: 22px;
    padding-right: 80px;
  }
  .product .section1 .item-text {
    font-size: 16px;
  }
  .product-detail .section1 {
    padding-top: 74px;
    padding-bottom: 60px;
  }
  .product-detail .section1 .title {
    font-weight: normal;
  }
  .product-detail .section2 .w1440 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-detail .section2 .left, .product-detail .section2 .right {
    width: 100%;
  }
  .product-detail .section2 .right {
    padding-bottom: 51px;
  }
  .product-detail .section2 .left {
    position: relative;
    border-radius: 0;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    min-height: initial;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 50px;
    top: 0;
  }
  .product-detail .section2 .left-title {
    font-size: 20px;
  }
  .product-detail .section2 .left-links {
    font-size: 16px;
    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;
  }
  .product-detail .section2 .left-link + .left-link {
    margin-top: 0;
  }
  .product-detail .section2 .right-title {
    font-size: 24px;
  }
  .product-detail .section2 .right-content1, .product-detail .section2 .right-content3, .product-detail .section2 .right-content4 {
    font-size: 16px;
  }
  .product-detail .section2 .right-item {
    margin-bottom: 40px;
  }
  .product-detail .section2 .right-content2 td {
    font-size: 16px;
    line-height: 20px;
  }
  .product-detail .section2 .right-content4 {
    padding: 37px 30px 11px 40px;
  }
  .product-detail .section2 .right-content4 .item {
    min-width: 31%;
    width: auto;
  }
  .product-detail .section2 .right-content4 .item:nth-of-type(4n) {
    min-width: 31%;
    width: auto;
  }
  .product-detail .section2 .right-content5 {
    font-size: 14px;
    padding: 0 33px;
  }
  .product-detail .section2 .right-content5 .item {
    width: 34.2%;
    margin-right: 0;
  }
  .product-detail .section2 .right-item6 .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .product-detail .section2 .right-content6 .slide-img {
    padding-top: 76.4705882353%;
  }
  .product-detail .section2 .right-content6 .slide-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 501px) {
  .origin_join .section2 .item > .item-text {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 500px) {
  .my-swiper-button.status2 .swiper-button-prev{
      left: 0px;
  }
  .my-active4 .modal1 .item-input, .my-active4 .modal1 .groui-select {
    width: 160px;
  }
  .my-swiper-button.status2 .swiper-button-next{
      right: 0px;
  }
  .footer .my-sidebar {
    right: 10px;
    bottom: 30px;
  }
  .footer .footer-container {
    background-position: 57% 81%;
  }
  .footer .top .item:nth-child(1) {
    display: none;
  }
  .footer .top .item:nth-child(2) {
    margin-left: 0;
  }
  .footer .top .list {
    font-size: 12px;
  }
  .footer .my-sidebar .item:nth-child(2) {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .top .item-icon {
    margin-right: 2px;
  }
  .footer .nav-ul {
    padding-left: 36px;
    padding-right: 36px;
  }
  .my-bottom {
    background-image: url(../images/footer-background1-h5.webp);
    padding-top: 27px;
    padding-bottom: 28px;
  }
  .my-bottom .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
  }
  .my-banner .picture-container {
    padding-top: 200px;
  }
  .my-banner .title {
    font-size: 28px;
  }
  .my-breadcrumb {
    background-color: #f1f1f1;
  }
  .origin-title {
    padding-top: 54px;
  }
  .index .section1 .container {
    padding-top: 127.1794871795%;
  }
  .index .section1 .title {
    font-size: 24px;
    line-height: 1.3333333333;
  }
  .index .section2 .title {
    margin-bottom: 10px;
  }
  .index .section2 .text {
    line-height: 24px;
  }
  .index .section2 .left {
    margin-bottom: 36px;
  }
  .index .section2 .right {
    margin-top: 0;
  }
  .index .section2 .right-bg {
    padding-top: 62.8571428571%;
  }
  .index .section2 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .index .section2 .item {
    width: 47%;
    margin-bottom: 13px;
  }
  .index .section2 .item:nth-child(1) {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .index .section2 .item:nth-child(2) {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .index .section2 .item:nth-child(3) {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .index .section2 .item:nth-child(4) {
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .index .section3 {
    padding-top: 36px;
    padding-bottom: 23px;
    overflow: hidden;
  }
  .index .section3 .swiper {
    padding-bottom: 22px;
  }
  .index .section3 .item {
    width: 261px;
    min-height: 336px;
  }
  .index .section3 .swiper-pagination {
    bottom: 0;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.5;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-horizontal-gap: 3px;
    --swiper-pagination-bullet-size: 6px;
  }
  .index .section3 .swiper-pagination .swiper-pagination-bullet {
    border-radius: 5px;
  }
  .index .section3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
  }
  .index .section4 .left {
    padding-bottom: 0;
  }
  .index .section4 .left .swiper-wrapper {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index .section4 .left .swiper-slide {
    height: auto;
    margin-bottom: 30px;
  }
  .index .section4 .left .slide-text {
    margin-bottom: 34px;
  }
  .index .section4 .swiper-pagination {
    display: none;
  }
  .index .section4 .right {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .index .section4 .right .swiper-slide {
    width: 100%;
    margin-bottom: 32px;
  }
  .index .section4 .right .swiper-slide + .swiper-slide {
    margin-left: 0;
  }
  .index .section4 .top .my-more {
    bottom: 40px;
  }
  .index .section4 .right {
    padding-bottom: 120px;
  }
  .index .section5 .left::before {
    height: 9px;
  }
  .index .section5 .left::after {
    height: 5px;
  }
  .index .section5 .title2 {
    font-size: 16px;
  }
  .index .section5 .info {
    padding-bottom: 22px;
  }
  .index .section5 .video-icon {
    width: 50px;
  }
  .index .section6 {
    overflow: hidden;
  }
  .index .section6 .list {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 216%;
    left: -67%;
  }
  .index .section6 .item-icon img {
    height: 32px;
    -o-object-position: top center;
    object-position: top center;
  }
  .index .section6 .item:nth-child(18) .item-icon img {
    height: 17px;
  }
  .index .section6 .item:nth-child(17) {
    z-index: 2;
    left: 35.830521%;
  }
  .index .section6 .content {
    bottom: 63px;
  }
  .index .section6 .item1 {
    width: 265px;
  }
  .index .section6 .item-title {
    line-height: 14px;
  }
  .index .section6 .item1-title {
    font-size: 14px;
  }
  .origin .section1 {
    padding-bottom: 58px;
  }
  .origin .section1 .icon {
    width: 50px;
  }
  .origin .section1 .my-picture {
    border-radius: 8px;
  }
  .origin .section1 .left {
    margin-bottom: 15px;
  }
  .origin .section2 .my-picture {
    padding-top: 240px;
  }
  .origin .section2 .w1440 {
    position: relative;
    background-color: #F9F9F9;
  }
  .origin .section2 .content {
    width: 100%;
    min-height: 178px;
    padding: 16px 16px 23px;
    margin-bottom: 60px;
    margin-top: -70px;
  }
  .origin .section2 .text {
    font-size: 20px;
    margin-bottom: 29px;
  }
  .origin .section2 .bofang {
    font-size: 14px;
  }
  .origin .section2 .bofang img {
    width: 27px;
    margin-left: 10px;
  }
  .origin .section2 .links {
    top: 0;
    margin-top: -148px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .origin .section3 .left {
    margin-bottom: 26px;
  }
  .origin .section4 .w1440 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .origin .section4 .title {
    font-size: 18px;
  }
  .origin .section4 .text {
    font-size: 24px;
    line-height: 32px;
  }
  .origin .section5 .my-picture {
    border-radius: 8px;
  }
  .origin .section5 .rigth {
    border: 0;
    padding-top: 24px;
    min-height: 125px;
    padding-bottom: 10px;
    -o-background-size: 63.7142857143%;
    background-size: 63.7142857143%;
  }
  .origin_about .section1 .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .origin_about .section1 .content .my-picture {
    border-radius: 8px;
  }
  .origin_about .section1 .item {
    width: 47%;
    margin-bottom: 13px;
  }
  .origin_about .section1 .item:nth-child(1) {
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .origin_about .section1 .item:nth-child(2) {
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .origin_about .section1 .item:nth-child(3) {
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .origin_about .section1 .item:nth-child(4) {
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .origin_about .section2 .title {
    font-size: 24px;
  }
  .origin_about .section2 .icon {
    width: 50px;
  }
  .origin_about .section2 .my-picture {
    border-radius: 8px;
  }
  .origin_about .section3 .title {
    font-size: 24px;
  }
  .origin_about .section3 .item:nth-child(1) {
    
  }
  .origin_about .section3 .item:nth-child(2) {
    
  }
  .origin_about .section3 .item:nth-child(2) .item-text {
    font-size: 16px;
    line-height: 30px;
  }
  .origin_about .section3 .left .ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: initial;
    padding-right: 0px;
    padding-bottom: 30px;
  }
  .origin_about .section3 .left .li {
    font-size: 16px;
    margin-bottom: 16px;
    width: 49%;
    height: 9.5em;
  }
  .origin_about .section3 .left .li + .li {
    margin-left: 0;
  }
  .origin_about .section3 .right {
    -o-background-size: 166% auto;
    background-size: 166% auto;
    background-position: -40% 0%;
    padding-top: 47px;
    padding-bottom: 28px;
  }
  .origin_about .section3 .right .item-title {
    margin-bottom: 24px;
  }
  .origin_about .section3 .right .li {
    width: 100%;
    margin-bottom: 12px;
  }
  .origin_about .section3 .right .li span:nth-child(2) {
    padding-left: 8px;
    padding-right: 8px;
  }
  .origin_about .section4 {
    overflow: hidden;
    -o-background-size: 206.6666666667% auto;
    background-size: 206.6666666667% auto;
    background-position: center 109px;
    padding-bottom: 67px;
  }
  .origin_about .section4 .select-item {
    margin: 0 6px 6px;
  }
  .origin_about .section4 .select-item:first-child {
    margin-left: 0;
  }
  .origin_about .section4 .select-item:last-child {
    margin-right: 0;
  }
  .origin_about .section4 .title {
    font-size: 24px;
  }
  .origin_about .section4 .title2 {
    margin-bottom: 24px;
  }
  .origin_about .section4 .swiper-container .swiper-bg {
    -webkit-transform: translateX(-53%) translateY(-27%);
    -moz-transform: translateX(-53%) translateY(-27%);
    -ms-transform: translateX(-53%) translateY(-27%);
    -o-transform: translateX(-53%) translateY(-27%);
    transform: translateX(-53%) translateY(-27%);
    width: 206.6666666667%;
  }
  .origin_about .section4 .swiper {
    overflow: initial;
  }
  .origin_about .section4 .swiper1 .swiper-text {
    margin: 0 14px;
  }
  .origin_resource {
    overflow: hidden;
  }
  .origin_resource .my-breadcrumb .bg:nth-child(2) {
    width: 768px;
    max-width: initial;
  }
  .origin_resource .section1 {
    padding-bottom: 48px;
  }
  .origin_resource .section1 .text {
    font-size: 18px;
  }
  .origin_resource .section1 .input input {
    padding-left: 21px;
    padding-right: 28px;
  }
  .origin_resource .section1 .content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .origin_resource .section1 .left {
    padding: 49px 20px 40px;
    background-color: #F9F9F9;
    margin-bottom: 16px;
  }
  .origin_resource .section1 .content-title {
    font-size: 34px;
  }
  .origin_resource .section1 .content-text {
    font-size: 15px;
    margin-bottom: 26px;
  }
  .origin_resource .section1 .swiper {
    padding: 0 0 24px;
    border-radius: 0 0 3px 3px;
  }
  .origin_resource .section1 .slide-title {
    font-size: 18px;
    padding-left: 12px;
    padding-right: 90px;
  }
  .origin_resource .section1 .swiper-button {
    font-size: 18px;
    bottom: 22px;
    right: 12px;
  }
  .origin_resource .section1 .swiper-button.swiper-button-prev {
    right: 67px;
  }
  .origin_resource .section1 .my-picture {
    padding-top: 57.1428571429%;
    border-radius: 0;
  }
  .origin_resource .section1 .my-picture .icon {
    width: 50px;
  }
  .origin_resource .section1 .right {
    padding: 24px 20px 28px;
  }
  .origin_resource .section1 .right .content-title {
    margin-bottom: 8px;
  }
  .origin_resource .section1 .right .content-text {
    font-size: 14px;
  }
  .origin_video .section1 .select {
    margin-bottom: 22px;
  }
  .origin_video .section1 .select-item {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
  }
  .origin_video .item-time {
    margin-bottom: 16px;
  }
  .origin_video .item-title {
    font-size: 24px;
  }
  .origin_style .section1 {
    padding-top: 27px;
    padding-bottom: 50px;
  }
  .origin_style .section1 .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .my-modal1 {
    padding: 20px 20px 10px;
  }
  .my-modal1 .title {
    font-size: 18px;
    margin-top: 10px;
  }
  .origin_news .section1 {
    padding-top: 42px;
  }
  .origin_news .section1 .screen {
    margin-bottom: 76px;
  }
  .origin_news .section1 .groui-select {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 22px;
  }
  .origin_news .section1 .groui-select .select-container .select-label-input {
    width: 100%;
  }
  .origin_news .section1 .input {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .origin_news .section1 .input input {
    width: 100%;
  }
  .origin_news .section1 .top {
    margin-bottom: 40px;
  }
  .origin_news .section1 .slide-img .my-picture {
    padding-top: 56.4102564103%;
  }
  .origin_news .section1 .slide-info {
    padding: 17px 20px;
    height: 314px;
  }
  .origin_news .section1 .slide-title {
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 17px;
  }
  .origin_news .section1 .slide-text {
    margin-top: 15px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
  .origin_news .section1 .swiper-pagination {
    bottom: 30px;
  }
  .origin_news .section1 .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin: 0 4px;
  }
  .origin_news .section1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
  }
  .origin_news .section1 .item-info {
    padding: 14px 12px;
    height: 147px;
  }
  .origin_news .section1 .item-time {
    font-size: 12px;
    margin-bottom: 2px;
  }
  .origin_news .section1 .item-title {
    font-size: 16px;
    margin-bottom: 20px;
    white-space: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .origin_news_detail .section1 {
    padding-top: 54px;
    padding-bottom: 29px;
  }
  .origin_news_detail .section1 .title {
    text-align: left;
    margin-bottom: 12px;
    font-size: 24px;
  }
  .origin_news_detail .section1 .info {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 39px;
    font-size: 14px;
  }
  .origin_news_detail .section1 .info .item {
    margin: 0;
  }
  .origin_news_detail .section1 .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .origin_news_detail .section1 .bottom {
    margin-top: 24px;
  }
  .origin_news_detail .section1 .list {
    margin-bottom: 32px;
    font-size: 15px;
  }
  .origin_news_detail .section1 .item + .item {
    margin-top: 3px;
  }
  .origin_news_detail .section1 .back {
    margin: 0 auto;
    width: 232px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #7ABE4D;
    color: #fff;
  }
  .origin_news_detail .section1 .back .icon {
    background-image: url(../images/svg/arr3-right-white.svg);
  }
  .origin_problem .section1 {
    padding-top: 45px;
    padding-bottom: 42px;
  }
  .origin_problem .section1 .item-top {
    font-size: 16px;
    padding: 15px 12px;
  }
  .origin_problem .section1 .item-icon {
    width: 20px;
    height: 20px;
  }
  .origin_problem .section1 .item-bottom {
    font-size: 15px;
    padding: 16px 0;
    margin: 0 12px;
    border-top-style: solid;
  }
  .origin_join .section1 .title {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .origin_join .section1 .text {
    font-size: 15px;
    line-height: 24px;
  }
  .origin_join .section1 .img {
    padding-top: 44.2857142857%;
  }
  .origin_join .section2 .w1440 {
    padding-top: 37px;
    padding-bottom: 40px;
  }
  .origin_join .section2 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .origin_join .section2 .list {
    padding: 0;
  }
  .origin_join .section2 .item {
    padding: 14px 6px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .origin_join .section2 .item > .item-text {
    width: 100%;
    padding-top: 17px;
    padding-left: 20px;
    height: 6.25em;
  }
  .origin_join .section2 .item:hover .item-title {
    font-weight: normal;
  }
  .origin_join .section2 .item::before {
    position: absolute;
    right: 20px;
    top: 48px;
  }
  .origin_join .section2 .item-info {
    position: relative;
    width: calc(100% - 135px);
    flex-shrink: 0;
    flex-grow: initial;
  }
  .origin_join .section2 .item-info .item-text {
    position: absolute;
    opacity: 0;
  }
  .origin_join .section2 .item-icon {
    height: 84px;
  }
  .origin_join .section3 {
    padding-bottom: 32px;
  }
  .origin_join .section3 .w1440 {
    padding-left: 0;
    padding-right: 0;
  }
  .origin_join .section3 .content {
    position: relative;
    left: 0;
    right: 0;
    padding: 0;
  }
  .origin_join .section3 .container {
    padding: 24px 20px 0;
    background-image: initial;
    max-width: initial;
    min-height: 160px;
  }
  .origin_join .section3 .bg {
    padding-top: 180px;
  }
  .origin_join .section3 .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .origin_join .section3 .text {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .origin_job .section1 {
    padding-top: 41px;
  }
  .origin_job .section1 .item-top {
    padding: 15px 12px 22px;
    position: relative;
  }
  .origin_job .section1 .item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .origin_job .section1 .item-title::before {
    left: -12px;
  }
  .origin_job .section1 .item-text {
    font-size: 12px;
  }
  .origin_job .section1 .item-btn {
    position: absolute;
    top: 15px;
    right: 12px;
  }
  .origin_job .section1 .item-btn p {
    display: none;
  }
  .origin_job .section1 .item-btn span {
    width: 20px;
    height: 20px;
  }
  .origin_job .section1 .item-bottom {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 22px;
    padding-bottom: 32px;
  }
  .origin_job .section1 .item-li:nth-child(1) .item-li-title {
    color: #666;
  }
  .origin_job .section1 .item-li + .item-li {
    margin-top: 32px;
  }
  .origin_job .section1 .item-li-title {
    margin-bottom: 12px;
  }
  .origin_job .section1 .item-li-text {
    font-size: 15px;
  }
  .product .section1 {
    padding-top: 60px;
  }
  .product .section1 .title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .product .section1 .item {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 16px;
  }
  .product .section1 .item-img {
    padding-top: 49.2307692308%;
    border-radius: 4px;
  }
  .product .section1 .item-noactive .item-icon {
    width: 40px;
    height: 40px;
    margin-right: 16px;
  }
  .product .section1 .item-noactive .item-info {
    margin-top: 14px;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product .section1 .item-noactive .item-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .product .section1 .item-noactive .item-text {
    font-size: 12px;
  }
  .product .section1 .item-active {
    display: none;
  }
  .product-detail .section1 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .product-detail .section1 .title {
    font-size: 34px;
  }
  .product-detail .section2 .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product-detail .section2 .left-links {
    font-size: 14px;
  }
  .product-detail .section2 .right-title {
    font-size: 18px;
  }
  .product-detail .section2 .right-title .img {
    margin-right: 5px;
  }
  .product-detail .section2 .right-content1 .picture-container {
    margin-top: 30px;
  }
  .product-detail .section2 .right-content2 table {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-detail .section2 .right-content2 thead {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-detail .section2 .right-content2 thead tr {
    background-color: transparent;
  }
  .product-detail .section2 .right-content2 tbody {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .product-detail .section2 .right-content2 tbody tr {
    background-color: transparent;
  }
  .product-detail .section2 .right-content2 th, .product-detail .section2 .right-content2 td {
    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;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .product-detail .section2 .right-content2 th {
    background-color: #7ABE4D;
    text-align: left;
    border-radius: 12px 0 0 12px;
    height: 56px;
  }
  .product-detail .section2 .right-content2 th:last-child {
    border-radius: 12px 0 0 12px;
  }
  .product-detail .section2 .right-content2 th + th {
    margin-top: 8px;
  }
  .product-detail .section2 .right-content2 td {
    margin-top: 0;
    background-color: #F1F3F0;
    text-align: left;
    height: 56px;
    border-radius: 0 12px 12px 0;
    font-size: 18px;
  }
  .product-detail .section2 .right-content2 td:first-child {
    border-radius: 0 12px 12px 0;
  }
  .product-detail .section2 .right-content2 td + td {
    margin-top: 8px;
  }
  .product-detail .section2 .right-content2 .tr {
    display: none;
  }
  .product-detail .section2 .right-content2 tr {
    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;
  }
  .product-detail .section2 .right-content4 {
    padding: 32px 24px 8px;
  }
  .product-detail .section2 .right-content4 .item {
    width: 100%;
    margin-bottom: 24px;
  }
  .product-detail .section2 .right-item5 {
    margin-bottom: 0;
  }
  .product-detail .section2 .right-content5 {
    padding: 0;
  }
  .product-detail .section2 .right-content5 .item {
    width: 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;
  }
  .product-detail .section2 .right-content5 .item-icon {
    margin: 0;
    margin-right: 12px;
  }
  .product-detail .section2 .right-content5 .item-title {
    text-align: left;
  }
  .product-detail .section2 .right-item6 {
    margin-left: -20px;
    margin-right: -20px;
    width: -webkit-calc(100% + 40px);
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
  }
  .product-detail .section2 .right-item6 .title {
    font-size: 18px;
    margin-bottom: 19px;
  }
  .product-detail .section2 .right-content6 .slide-img {
    margin-bottom: 5px;
    padding-top: 77.1428571429%;
  }
  .product-detail .section2 .right-content6 .slide-title {
    font-size: 14px;
    line-height: 24px;
  }
  .product-detail .section2 .right-item7 {
    margin-bottom: 0;
  }
  .product-detail .section2 .right-item7 .right-title .img {
    display: none;
  }
  
}