@charset "UTF-8";
.index-main {
  overflow-x: hidden;
}

.index-banner {
  position: relative;
  overflow: hidden;
}

.index-banner .image {
  transform: scale(1.1, 1.1);
  filter: blur(25px) brightness(80%) contrast(120%);
  transition: all 1s;
}

.index-banner .swiper-slide-active .image {
  transform: scale(1, 1);
  filter: blur(0) brightness(100%) contrast(100%);
}

.index-banner .pagination {
  width: 100%;
  left: 0;
  right: initial;
  bottom: 50px;
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-banner .pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.index-banner .pagination .swiper-pagination-bullet-active {
  background-color: #01bb52;
}

.index-banner .pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 15px;
}

.mq-tab .tab-content {
  display: none;
}

.mq-tab-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}

.mq-tab-title .tab-title span {
  font-size: 22px;
  display: block;
  width: 135px;
  height: 45px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mq-tab-title .tab-title .more {
  position: absolute;
  font-weight: normal;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 69px;
  height: 26px;
  text-align: center;
  color: #49b479;
  background-color: #EDEDEE;
  border-radius: 26px;
  border-top-right-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.mq-tab-title .tab-title.active span {
  color: #49b479;
}

.mq-tab-title .tab-title.active .more {
  display: flex;
}

.breadcrumb-nav {
  height: 55px;
  background-color: #185a58;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.breadcrumb-nav .nav {
  display: flex;
  align-items: center;
  color: #fff;
}

.breadcrumb-nav .nav li {
  margin-right: 20px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
}

.breadcrumb-nav .nav li a {
  display: block;
  padding-right: 20px;
  cursor: pointer;
}

.breadcrumb-nav .nav li:after {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
}

.breadcrumb-nav .nav li:last-child {
  margin-right: 0;
}

.breadcrumb-nav .nav li:last-child:after {
  display: none;
}

.news-list-page .news-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #c5c5c5;
}

.news-list-page .news-item .news-img {
  flex: none;
  width: 425px;
  max-width: 100%;
}

.news-list-page .news-item .news-img .pic {
  width: 100%;
  padding-top: 65.8823%;
}

.news-list-page .news-item .news-cnt {
  flex: 1;
  overflow: hidden;
  padding-left: 0.5rem;
  box-sizing: border-box;
}

.news-list-page .news-item .news-desc {
  color: #333333;
  font-size: 0.18rem;
  line-height: 1.7;
}

.news-list-page .news-item .news-date {
  font-size: 0.2rem;
  color: #999999;
  margin-bottom: 15px;
}

.news-list-page .news-item .news-title {
  font-size: 0.3rem;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 15px;
}

.img-cover {
  position: relative;
  overflow: hidden;
}

.img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.img-cover .imgScale {
  transition: transform 300ms ease;
}

.img-cover .imgScale:hover {
  transform: scale(1.1, 1.1);
}

.my-page ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-page ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #333;
  cursor: pointer;
}

.my-page ul li:hover a, .my-page ul li.active a {
  color: #fff;
  background-color: #185a58;
}

.my-page ul li.prev, .my-page ul li.next {
  display: flex;
  align-items: center;
}

.my-page ul li.prev a, .my-page ul li.next a {
  width: auto;
}

.my-page ul li.prev:hover a, .my-page ul li.next:hover a {
  background-color: transparent;
  color: #185a58;
}

.my-page ul li.prev:before {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-left: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(-45deg);
  margin-right: 5px;
}

.my-page ul li.next:after {
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
  margin-left: 5px;
}

.my-page ul li + li {
  margin-left: 10px;
}

.news-info-control {
  float: right;
  width: 4.3rem;
  padding-left: 0.4rem;
}

.news-info-control .search, .news-info-control .sign-up {
  display: flex;
  margin-bottom: 40px;
}

.news-info-control .search .form, .news-info-control .sign-up .form {
  flex: 1;
}

.news-info-control .search .form input, .news-info-control .sign-up .form input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  outline: none;
  border: 1px solid #cecece;
  padding-left: 10px;
}

.news-info-control .search .btn, .news-info-control .sign-up .btn {
  width: 90px;
  height: 40px;
  background-color: #185a58;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.news-info-control .title {
  font-size: 20px;
  color: #000;
  margin-bottom: 15px;
}

.news-info-control .follow-us {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.news-info-control .follow-us .item a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #185a58;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-info-control .follow-us .item .iconfont {
  font-size: 20px;
}

.news-info-control .follow-us .item + .item {
  margin-left: 15px;
}

.news-info-cnt {
  float: none;
  overflow: hidden;
  border-right: 1px solid #c9c9c9;
  padding-right: 0.4rem;
}

.news-info-title {
  margin-bottom: 0.4rem;
}

.news-info-title .title {
  font-size: 0.4rem;
  line-height: 1.25;
  color: #000;
}

.news-info-title .time {
  margin-top: 0.4rem;
  font-size: 0.2rem;
  color: #999999;
}

.news-info-content {
  font-size: 0.18rem;
  line-height: 2;
  color: #333;
}

.news-info-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.news-info-content p {
  margin-bottom: 1em;
}

.index-about {
  background: url(../imgs/sky3.png) no-repeat right top #f7f7f7;
  background-size: auto auto;
  padding-bottom: 0.8rem;
  padding-top: 1.3rem;
}

.index-about .about {
  display: flex;
}

.index-about .about .cont {
  overflow: hidden;
  flex: 1;
  padding-right: 0.8rem;
}

.index-about .about .cont .title {
  font-size: 0.5rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.index-about .about .cont .desc {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.index-about .about .cont .more {
  float: left;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #0a3231;
}

.index-about .about .cont .more .iconfont {
  margin-left: 15px;
}

.index-about .about .pic {
  margin-top: 0.6rem;
  flex: none;
}

.com-counter-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.9rem;
}

.com-counter-up .item {
  text-align: center;
}

.com-counter-up .item .counter {
  font-size: 0.7rem;
  color: #01bb52;
  font-weight: bold;
  margin-bottom: 15px;
}

.com-counter-up .item .tit {
  font-size: 0.2rem;
  color: #333333;
}

.why-cofcc {
  margin-top: 1.6rem;
}

.why-cofcc .why {
  display: flex;
}

.why-cofcc .why .pics {
  font-size: 0;
  line-height: 0;
  width: 5.7rem;
}

.why-cofcc .why .pics .img {
  width: 50%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin-bottom: 2px;
  box-sizing: border-box;
  padding-left: 2px;
}

.why-cofcc .why .pics .img .pic {
  width: 100%;
  padding-top: 96.8421%;
}

.why-cofcc .why .pics .img:nth-child(2) {
  top: -0.5rem;
}

.why-cofcc .why .pics .img:nth-child(4) {
  top: -0.5rem;
}

.why-cofcc .why .cont {
  flex: 1;
  overflow: hidden;
  padding-left: 0.8rem;
}

.why-cofcc .why .cont .title {
  font-size: 0.5rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.why-cofcc .why .cont .desc {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.why-cofcc .why .cont .more {
  float: left;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #0a3231;
}

.why-cofcc .why .cont .more .iconfont {
  margin-left: 15px;
}

.start-here {
  background-color: #f7f7f7;
  margin-top: 1.15rem;
  padding-top: 0.9rem;
  padding-bottom: 1.15rem;
}

.start-here .start {
  display: flex;
}

.start-here .start .cont {
  flex: 1;
  overflow: hidden;
  padding-right: 0.8rem;
}

.start-here .start .cont .title {
  font-size: 0.5rem;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.4rem;
  font-weight: bold;
}

.start-here .start .cont .desc {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 0.4rem;
}

.start-here .start .cont .more {
  float: left;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #0a3231;
}

.start-here .start .cont .more .iconfont {
  margin-left: 15px;
}

.start-here .start .pics {
  margin-right: 1.1rem;
  font-size: 0;
  line-height: 0;
  position: relative;
}

.start-here .start .pics img {
  display: block;
}

.start-here .start .pics .img:nth-child(1) {
  width: 5.08rem;
}

.start-here .start .pics .img:nth-child(1) .pic {
  width: 100%;
  padding-top: 55.7312%;
}

.start-here .start .pics .img:nth-child(2) {
  border-top-left-radius: 0.5rem;
  overflow: hidden;
  right: -1.1rem;
  top: 1.5rem;
  position: absolute;
  width: 3.4rem;
}

.start-here .start .pics .img:nth-child(2) .pic {
  width: 100%;
  padding-top: 59.587%;
}

.overseas-partners {
  margin: 0.9rem 0;
}

.overseas-partners .layer-wrapper2 {
  width: 1570px;
}

.overseas-partners .com-title {
  margin-bottom: 20px;
}

.overseas-partners img {
  display: block;
}

.com-title {
  text-align: center;
}

.com-title .title {
  font-size: 0.5rem;
  color: #000;
  font-weight: bold;
}

.com-title .small {
  width: 100%;
  max-width: 10.5rem;
  font-size: 0.18rem;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 20px;
  color: #333;
}

.com-title-left .small {
  max-width: 10.5rem;
  text-align: left;
}

.index-page-ad .context {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-page-ad .wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  padding: 0 0.6rem;
  box-sizing: border-box;
}

.index-page-ad .cont .title {
  font-size: 0.4rem;
  margin-bottom: 0.2rem;
}

.index-page-ad .cont .tit {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

.index-page-ad .slogin {
  white-space: nowrap;
  font-size: 0.8rem;
  font-family: yefont;
  text-transform: uppercase;
  color: #fff;
  flex: none;
  margin-left: 0.6rem;
}

.index-page-ad .link {
  margin-left: 1.5rem;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 223px;
  height: 57px;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  flex: none;
  cursor: pointer;
}

.index-page-ad .link .iconfont {
  margin-left: 25px;
}

.index-page-ad .link:hover {
  background-color: #fff;
  color: #01bb52;
}

.swiper-prev-btn, .swiper-next-btn {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px solid #185a58;
  color: #185a58;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.swiper-prev-btn:hover, .swiper-next-btn:hover {
  background-color: #185a58;
  color: #fff;
}

.index-news-swiper {
  margin-top: 1rem;
  margin-bottom: 0.7rem;
}

.index-news-swiper .more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #0a3231;
  cursor: pointer;
  margin-top: 0.7rem;
}

.index-news-swiper .more .iconfont {
  margin-left: 15px;
}

.index-news-swiper .layer-wrapper2 {
  width: 1590px;
  margin-top: 0.7rem;
}

.index-news-swiper .swiper-prev-btn {
  left: 0;
  top: 50%;
  transform: translateX(-100%) translateY(-50%);
}

.index-news-swiper .swiper-next-btn {
  right: 0;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
}

.index-news-swiper .news-swiper {
  overflow: hidden;
}

.index-news-swiper .swiper-slide {
  box-sizing: border-box;
  padding: 0 12px;
}

.index-news-swiper .swiper-slide .pic {
  width: 100%;
  padding-top: 77.0773%;
}

.index-news-swiper .swiper-slide .date {
  font-size: 0.18rem;
  color: #999999;
  margin: 0.2rem 0;
}

.index-news-swiper .swiper-slide .desc {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.5;
}

.inner-page {
  margin-top: 0.6rem;
  margin-bottom: 1rem;
  overflow-x: hidden;
}

.slide-menu {
  float: left;
  background-color: #f5f5f5;
  width: 4.25rem;
  box-sizing: border-box;
  padding: 0.3rem;
}

.slide-menu .link {
  padding: 20px 0;
}

.slide-menu .link > a {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.1;
  padding-left: 0.18rem;
  position: relative;
  cursor: pointer;
}

.slide-menu .link > a:hover {
  color: #185a58;
}

.slide-menu .link > a .iconfont {
  display: none;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}

.slide-menu .link .sub-menus {
  padding-left: 0.2rem;
  padding-top: 10px;
}

.slide-menu .link .sub-menus .sub-link {
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 0;
}

.slide-menu .link .sub-menus .sub-link a {
  display: block;
  position: relative;
  padding-left: 0.15rem;
  cursor: pointer;
  color: #666666;
}

.slide-menu .link .sub-menus .sub-link a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 3px;
  border: 5px solid transparent;
  border-left-color: #666666;
}

.slide-menu .link .sub-menus .sub-link a:hover {
  color: #185a58;
}

.slide-menu .link .sub-menus .sub-link a:hover:before {
  border-left-color: #185a58;
}

.slide-menu .active > a {
  color: #185a58;
}

.slide-menu .active > a .iconfont {
  display: block;
}

.slide-menu .link + .link {
  border-top: 1px solid #d6d6d6;
}

.slide-content {
  float: none;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 0.7rem;
}

.slide-content .com-title {
  margin-bottom: 0.3rem;
}

.slide-content .com-title .title {
  font-size: 0.35rem;
  font-weight: normal;
}

.slide-content .com-title .title .sub {
  font-size: 0.2rem;
}

.review-list .item {
  margin-bottom: 0.4rem;
}

.review-list .item .title {
  font-size: 0.26rem;
  color: #000;
  margin-bottom: 0.2rem;
}

.review-list .item .desc, .review-list .item p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.review-list .item .desc a, .review-list .item p a {
  text-decoration: underline;
}

.review-list .item .review {
  margin-top: 10px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.review-list .item .review a {
  color: #185a58;
  text-decoration: underline;
}

.review-list .item .review .iconfont {
  margin-left: 10px;
}

.review-list.border .item {
  padding-top: 0.4rem;
  border-top: 1px solid #d0d0d0;
}

.slide-content {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

.slide-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.slide-content .more a {
  color: #185a58;
}

.slide-content .more a span {
  text-decoration: underline;
  padding-right: 10px;
}

.standars-page .tit-mes {
  margin-bottom: 0.5rem;
}

.standars-list {
  display: flex;
  flex-wrap: wrap;
}

.standars-list .item {
  flex-basis: 50%;
  margin-bottom: 0.5rem;
}

.standars-list .item .pic {
  margin-bottom: 10px;
}

.standars-list .item .pic img {
  margin: initial;
}

.standars-list .item .desc {
  width: 80%;
}

.orgaic-p {
  margin-bottom: 2em;
}

.li-style {
  padding-left: 20px;
  position: relative;
}

.li-style:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #185a58;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
}

.organic-certification {
  padding: 0.25rem 0;
  border-top: 1px solid #d0d0d0;
}

.organic-certification .title {
  font-size: 0.26rem;
  margin-bottom: 0.25rem;
}

.organic-certification .list {
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 0.65rem;
}

.organic-certification .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.65rem;
  border-radius: 0.65rem;
  color: #000;
  font-size: 0.2rem;
  flex: 1;
  cursor: pointer;
}

.organic-certification .list .item.active {
  background-color: #185a58;
  color: #fff;
}

.lnitial-renewal {
  padding: 0 0.4rem;
  margin-top: 0.5rem;
}

.lnitial-renewal .tit {
  font-size: 0.22rem;
}

.lnitial-renewal .lnitial, .lnitial-renewal .renewal {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  margin-top: 10px;
}

.lnitial-renewal .lnitial .item, .lnitial-renewal .renewal .item {
  flex: 1;
}

.lnitial-renewal .lnitial .item .box, .lnitial-renewal .renewal .item .box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #e6f0f0;
  color: #185a58;
  border-radius: 100px;
  padding: 5px 20px;
  cursor: pointer;
}

.lnitial-renewal .lnitial .item .box img, .lnitial-renewal .renewal .item .box img {
  display: block;
  width: 0.54rem;
  margin: initial;
  margin-right: 15px;
  transition: all 300ms ease;
}

.lnitial-renewal .lnitial .item .box span, .lnitial-renewal .renewal .item .box span {
  display: block;
  font-size: 0.18rem;
  transition: all 300ms ease;
}

.lnitial-renewal .lnitial .item .box:hover img, .lnitial-renewal .lnitial .item .box:hover span, .lnitial-renewal .renewal .item .box:hover img, .lnitial-renewal .renewal .item .box:hover span {
  transform: translateX(5px);
}

.lnitial-renewal .lnitial .item + .item, .lnitial-renewal .renewal .item + .item {
  margin-left: 0.25rem;
}

.lnitial-renewal .renewal .item .box {
  background-color: #e1f4e9;
  color: #01bb52;
}

.lnitial-renewal .renewal .item .box img {
  width: 0.53rem;
}

.q-a .item {
  margin-bottom: 0.5rem;
}

.q-a .q {
  display: flex;
  margin-bottom: 0.3rem;
}

.q-a .q .title {
  font-size: 0.26rem;
  color: #000000;
  line-height: 25px;
  flex: 1;
  overflow: hidden;
}

.q-a .q .chart {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #185a58;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  flex: none;
}

.q-a .a {
  display: flex;
  align-items: baseline;
}

.q-a .a .chart {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #01bb52;
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
  flex: none;
}

.q-a .a .context {
  font-size: 0.18rem;
  flex: 1;
  overflow: hidden;
}

.q-a .a .context .link {
  float: left;
  color: #185a58;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-top: 10px;
  cursor: pointer;
}

.q-a .a .context .link .iconfont {
  font-size: 0.24rem;
}

.application-process .certification {
  float: right;
  text-align: center;
  margin-left: 0.6rem;
}

.application-process .process {
  float: none;
  overflow: hidden;
}

.application-process .process .title {
  text-align: center;
  font-size: 0.33rem;
  margin-bottom: 20px;
}

.application-process .process .steps {
  padding-left: 0.6rem;
}

.application-process .process .steps .seq {
  position: absolute;
  left: -0.6rem;
  top: 0;
  background-color: #fff;
}

.application-process .process .steps .step {
  position: relative;
}

.application-process .process .steps .step .context {
  border: 1px solid #37706e;
  border-radius: 15px;
  padding: 0.3rem 0.3rem 0.3rem 1rem;
}

.application-process .process .step {
  margin-bottom: 25px;
}

.application-process .process .step .seq {
  width: 1.45rem;
  padding-bottom: 15px;
}

.application-process .process .step .seq .box {
  width: 100%;
  padding-top: 27.5862%;
  position: relative;
}

.application-process .process .step .seq span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 0.15rem;
  font-size: 0.16rem;
}

.application-process .process .step .seq span:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #37706e;
  position: absolute;
  right: 0;
  top: -2px;
}

.application-process .process .step .seq:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #37706e;
  position: absolute;
  left: 0.6rem;
  margin-left: -2px;
  top: 100%;
}

.application-process .process .step-01 .seq span {
  background: url(../imgs/step1.png) no-repeat left center #fff;
  background-size: auto 100%;
}

.application-process .process .step-02 .seq span {
  background: url(../imgs/step2.png) no-repeat left center #fff;
  background-size: auto 100%;
}

.application-process .process .step-03 .seq span {
  background: url(../imgs/step3.png) no-repeat left center #fff;
  background-size: auto 100%;
}

.application-process .process .step-04 .seq span {
  background: url(../imgs/step4.png) no-repeat left center #fff;
  background-size: auto 100%;
}

.application-process .process .step-05 .seq span {
  background: url(../imgs/step5.png) no-repeat left center #fff;
  background-size: auto 100%;
}

.application-process .process .step-06 .seq span {
  background: url(../imgs/step6.png) no-repeat left center #fff;
  background-size: auto 100%;
}

.apply-labels .title {
  text-align: center;
  font-size: 0.33rem;
  margin-bottom: 20px;
  color: #000;
}

.label-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.label-list .item {
  font-size: 14px;
  color: #333;
  text-align: center;
  flex: 1;
  overflow: hidden;
  line-height: 1.4;
}

.label-list .item img {
  display: block;
  margin-bottom: 10px;
}

.follow-list {
  padding: 0 0.75rem;
}

.follow-list .item {
  position: relative;
}

.follow-list .item .box {
  display: flex;
  align-items: center;
  height: 1rem;
  min-height: 70px;
  border: 2px solid #185a58;
  border-radius: 100px;
  margin-bottom: 0.25rem;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 0.4rem;
}

.follow-list .item .box .seq {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 100%;
  background-color: #01bb52;
  margin-right: 10px;
}

.follow-list .item .box .desc {
  flex: 1;
  overflow: hidden;
  color: #000;
}

.follow-list .item .box .pic {
  display: flex;
  align-items: center;
}

.follow-list .item .box .pic img {
  display: block;
  width: 102px;
  height: 68px;
  margin-right: 10px;
}

.follow-list .item .box .pic .iconfont {
  color: #185a58;
}

.follow-list .item:nth-child(2n-1):before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  left: -0.75rem;
  border-top: 2px solid #185a58;
  border-left: 2px solid #185a58;
  border-bottom: 2px solid #185a58;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
  top: 50%;
  transform: translateY(1px);
  box-sizing: border-box;
}

.follow-list .item:nth-child(2n-1) .box:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: -8px;
  top: 50%;
}

.follow-list .item:nth-child(2n-1) .box:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: -14px;
  top: 50%;
  border: 6px solid #fff;
  border-right-color: #185a58;
  transform: translateY(-50%);
}

.follow-list .item:nth-child(2n):before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  right: -0.75rem;
  border-top: 2px solid #185a58;
  border-right: 2px solid #185a58;
  border-bottom: 2px solid #185a58;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  top: 50%;
  transform: translateY(1px);
  box-sizing: border-box;
}

.follow-list .item:nth-child(2n) .box:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  left: -14px;
  top: 50%;
  border: 6px solid #fff;
  border-left-color: #185a58;
  transform: translateY(-50%);
}

.follow-list .item:nth-child(2n) .box:after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  right: -8px;
  top: 50%;
}

.follow-list .item:first-child .box:after {
  display: none;
}

.follow-list .item:last-child:before {
  display: none;
}

.history-page {
  margin-bottom: 1rem;
}

.history-page .qualification {
  margin-top: 0.7rem;
}

.history-page .qualification .wraper {
  overflow: hidden;
  margin-top: 0.4rem;
}

.history-page .qualification .wraper .pic {
  float: right;
}

.history-page .qualification .wraper .pic img {
  display: block;
  width: 6.1rem;
  height: auto;
  max-width: 100%;
}

.history-page .qualification .wraper .context {
  float: none;
  overflow: hidden;
  padding-right: 0.6rem;
  box-sizing: border-box;
}

.history-page .qualification .wraper .context .item {
  display: flex;
  align-items: flex-start;
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.history-page .qualification .wraper .context .iconfont {
  font-size: 0.4rem;
  margin-right: 0.15rem;
  color: #185a58;
}

.history-page .history {
  margin-top: 0.7rem;
}

.history-swiper {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.history-swiper .swiper-prev-btn, .history-swiper .swiper-next-btn {
  position: static;
  flex: none;
}

.history-swiper .swiper-prev-btn {
  margin-right: 10px;
}

.history-swiper .swiper-next-btn {
  margin-left: 10px;
}

.history-swiper .history-swiper-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
}

.history-swiper .history-swiper-container:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 10px;
  background-image: linear-gradient(to right, #ffa53f 0%, #e7c039 25%, #79e44a 50%, #4ac7eb 75%, #03ce9b 100%);
  top: 50%;
  margin-top: -5px;
}

.history-swiper .history-swiper-container .swiper-slide {
  height: 7rem;
  position: relative;
}

.history-swiper .history-swiper-container .swiper-slide .event {
  position: absolute;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #185a58;
}

.history-swiper .history-swiper-container .swiper-slide .event .date {
  height: 1rem;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  font-size: 0.35rem;
  position: relative;
}

.history-swiper .history-swiper-container .swiper-slide .event .date:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #185a58;
  position: absolute;
  top: 0;
  left: -5px;
}

.history-swiper .history-swiper-container .swiper-slide .event .con {
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.3rem;
  font-size: 0.16rem;
  line-height: 1.4;
}

.history-swiper .history-swiper-container .swiper-slide:nth-child(2n-1) .event {
  top: 2.5rem;
  bottom: 0;
}

.history-swiper .history-swiper-container .swiper-slide:nth-child(2n) .event {
  top: 0;
  bottom: 2.5rem;
  display: flex;
  flex-direction: column-reverse;
}

.history-swiper .history-swiper-container .swiper-slide:nth-child(2n) .event .date:before {
  bottom: 0;
  top: initial;
}

.history-swiper .history-swiper-container .swiper-slide:nth-child(2n) .con {
  display: flex;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0.3rem;
}

.ad-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.team-page .team-group {
  margin-bottom: 1rem;
}

.team-page .support-system {
  margin-bottom: 1rem;
}

.team-page .support-system .com-counter-up {
  margin-top: 0.5rem;
  justify-content: space-around;
}

.team-page .com-title {
  margin-bottom: 0.4rem;
}

.why-cofcc-page .why-list .item {
  margin-bottom: 0.5rem;
}

.why-cofcc-page .why-list .box {
  border: 1px solid #b1d6d5;
  background-color: #f7fcfc;
  border-top: 4px solid #185a58;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.8rem;
}

.why-cofcc-page .why-list .box .context {
  flex: 1;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 0.18rem;
  line-height: 1.5;
}

.why-cofcc-page .why-list .box .image {
  width: 4.45rem;
  margin-right: 0.6rem;
}

.why-cofcc-page .why-list .box .image .pic {
  width: 100%;
  padding-top: 58.6517%;
}

.why-cofcc-page .why-list .item:nth-child(2n-1) .box {
  flex-direction: row-reverse;
}

.why-cofcc-page .why-list .item:nth-child(2n-1) .box .image {
  margin-right: initial;
  margin-left: 0.6rem;
}

.why-cofcc-page .organic {
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.why-cofcc-page .organic .box {
  border: 1px solid #b1d6d5;
  background-color: #f7fcfc;
  border-top: 4px solid #185a58;
  padding: 0.4rem 0.8rem;
}

.why-cofcc-page .organic .context p {
  margin-bottom: 1em;
}

.why-cofcc-page .organic .organic-pic-list {
  margin-right: -25px;
  overflow: hidden;
}

.why-cofcc-page .organic .organic-pic-list .item {
  width: 16.6666%;
  box-sizing: border-box;
  padding-right: 25px;
  float: left;
  margin-bottom: 25px;
}

.why-cofcc-page .organic .organic-pic-list .item .core {
  border: 1px solid #c7e4e4;
}

.why-cofcc-page .organic .organic-pic-list .item .pic {
  width: 100%;
  padding-top: 51.5625%;
}

.why-cofcc-page .organic .organic-pic-list-3 {
  margin-right: -42px;
  overflow: hidden;
}

.why-cofcc-page .organic .organic-pic-list-3 .item {
  width: 33.3333%;
  box-sizing: border-box;
  padding-right: 42px;
  float: left;
}

.why-cofcc-page .organic .organic-pic-list-3 .item .core {
  border: 1px solid #c7e4e4;
}

.why-cofcc-page .organic .organic-pic-list-3 .item .pic {
  width: 100%;
  padding-top: 59.25%;
}

.expo-list {
  margin-top: 0.5rem;
}

.expo-list .expo-item {
  margin-bottom: 0.7rem;
}

.expo-list .expo-item .box {
  display: flex;
  align-items: center;
}

.expo-list .expo-item .box .context {
  flex: 1;
  overflow: hidden;
}

.expo-list .expo-item .box .context .title {
  font-size: 0.36rem;
  color: #000;
  margin-bottom: 15px;
}

.expo-list .expo-item .box .context .desc {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #333;
}

.expo-list .expo-item .box .images {
  position: relative;
  margin-left: 0.5rem;
}

.expo-list .expo-item .box .images .wraper {
  width: 4.52rem;
  max-width: 100%;
}

.expo-list .expo-item .box .images .wraper .pic {
  width: 100%;
  padding-top: 66.6667%;
}

.expo-list .mulit-images .swiper-prev-btn {
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.expo-list .mulit-images .swiper-next-btn {
  position: absolute;
  right: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}

.expo-list .mulit-images .box {
  display: block;
}

.expo-list .mulit-images .box .images {
  margin-left: 0;
  margin-top: 0.4rem;
}

.expo-list .mulit-images .box .images .wraper {
  margin: 0 auto;
}

.expo-list .mulit-images .mulit-image-swiper {
  overflow: hidden;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.overseas-partners-page .overseas-partners {
  background-color: #f8f8f8;
  margin-top: 0;
  padding: 0.9rem 0;
}

.communication-list {
  padding-top: 0.7rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.communication-list:after {
  content: "";
  display: table;
  clear: both;
}

.communication-list .item {
  float: left;
  width: calc((100% - 2.5rem)/3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
}

.communication-list .item .image {
  width: 3.04rem;
  max-width: 100%;
}

.communication-list .item .image .pic {
  width: 100%;
  padding-top: 66.7763%;
}

.communication-list .item .box {
  position: relative;
  z-index: 2;
}

.communication-list .item .box .date {
  position: absolute;
  font-size: 0.32rem;
  color: #01bb52;
  height: 0.7rem;
  display: flex;
  align-items: center;
  padding-left: 0.3rem;
  bottom: 100%;
  z-index: 2;
}

.communication-list .item .box .date:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  left: -5px;
  bottom: -6px;
  background-color: #01bb52;
  position: absolute;
}

.communication-list .item .box .context {
  padding-left: 0.3rem;
  padding-top: 0.3rem;
  padding-bottom: 1.15rem;
  position: relative;
}

.communication-list .item .box .context .text {
  padding-right: 0.2rem;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  box-orient: vertical;
  -webkit-box-orient: vertical;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 15px;
}

.communication-list .item .box .context:before {
  content: "";
  width: 2px;
  height: 70%;
  left: 0;
  top: 0;
  background-color: #185a58;
  position: absolute;
}

.communication-list .item:nth-child(1), .communication-list .item:nth-child(5n+1) {
  margin-left: 1.25rem;
  transform: translateX(50%);
  z-index: 2;
}

.communication-list .item:nth-child(1):before {
  content: "";
  position: absolute;
  width: 150%;
  height: 2px;
  background-color: #185a58;
  top: -2px;
  right: 0;
}

.communication-list .item:nth-child(2):before, .communication-list .item:nth-child(5n+2):before {
  content: "";
  aspect-ratio: 2 / 1;
  /* 宽高比为1:1 */
  height: calc(100% + 4px);
  position: absolute;
  border: 2px solid #185a58;
  box-sizing: border-box;
  border-radius: 1000px;
  border-left-color: transparent;
  right: -1.25rem;
  margin-right: -50%;
  z-index: 0;
}

.communication-list .item:nth-child(2):after, .communication-list .item:nth-child(5n+2):after {
  content: "";
  background-color: #fff;
  aspect-ratio: 2 / 1;
  /* 宽高比为1:1 */
  height: calc(100% - 4px);
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  right: -1.25rem;
  border-radius: 1000px;
  z-index: 0;
}

.communication-list .item:nth-child(5n+2) {
  margin-right: 1.25rem;
  transform: translateX(50%);
}

.communication-list .item:nth-child(5n+3), .communication-list .item:nth-child(3) {
  margin-left: 2.5rem;
}

.communication-list .item:nth-child(5n+3):before, .communication-list .item:nth-child(3):before {
  content: "";
  aspect-ratio: 2 / 1;
  /* 宽高比为1:1 */
  height: 100%;
  position: absolute;
  border: 2px solid #185a58;
  box-sizing: border-box;
  border-radius: 1000px;
  border-right-color: transparent;
  left: -2.5rem;
}

.communication-list .item:nth-child(5n+3):after, .communication-list .item:nth-child(3):after {
  content: "";
  background-color: #fff;
  aspect-ratio: 2 / 1;
  /* 宽高比为1:1 */
  height: calc(100% - 4px);
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  left: 0;
  border-radius: 1000px;
  z-index: 0;
}

.communication-list .item:nth-child(5n+5) {
  background: transparent;
}

.communication-list .item:nth-child(5n+5) .box:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 2px;
  background-color: #185a58;
  top: 0;
  right: 100%;
}

.china {
  height: 9.5rem;
  margin-bottom: 30px;
}

.china #map-wrapper {
  height: 100%;
}

.map-page .page-title {
  font-size: 0.26rem;
  line-height: 1.5;
  max-width: 10.9rem;
  margin: 0 auto;
}

.map-page .com-counter-up {
  justify-content: center;
  margin: 0;
  margin-bottom: 1rem;
}

.map-page .com-counter-up .item {
  padding: 0 1rem;
  position: relative;
}

.map-page .com-counter-up .item + .item:before {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #8e8e8e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.map-page .world {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.6rem;
  margin-bottom: 15px;
}

.map-page .world .ad-image {
  position: relative;
  /* 定义涟漪元素的样式 */
}

.map-page .world .ad-image .logo-mini {
  position: absolute;
  left: 74.5068%;
  top: 28.4495%;
  width: 8.9234%;
}

.map-page .world .ad-image .logo-mini .pic {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 2;
}

.map-page .world .ad-image .logo-mini .pic .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: baseline;
}

.map-page .world .ad-image .logo-mini .pic img {
  background-color: #fff;
  border-radius: 100%;
  display: block;
  max-width: 100%;
}

.map-page .world .ad-image .logo-mini::after {
  content: "";
  /* 伪元素必须设置content属性 */
  position: absolute;
  /* 绝对定位，相对于按钮定位 */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  /* 让涟漪呈圆形 */
  animation: lianyi 1s linear alternate infinite;
  background-color: #fff;
  opacity: 0;
}

.map-page .world .ad-image .logo-mini::before {
  content: "";
  /* 伪元素必须设置content属性 */
  position: absolute;
  /* 绝对定位，相对于按钮定位 */
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  /* 让涟漪呈圆形 */
  animation: lianyi 1s linear 300ms alternate infinite;
  background-color: #fff;
  opacity: 0;
}

@keyframes lianyi {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 0.5;
    transform: scale(1);
  }
}

.cooperative-clients {
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}

.cooperative-clients .com-title {
  margin-bottom: 1rem;
}

.cooper-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cooper-list .item .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
}

.cooper-list .item .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  border: 1px solid #b1c9c4;
  transform: rotate(45deg);
  background-color: #fff;
}

.cooper-list .item img {
  display: block;
  max-width: 100%;
  position: relative;
}

.cooper-list .item + .item {
  margin-left: 0.8rem;
}

.contact-us-page .contact-us {
  background: url(../imgs/world-map.png) no-repeat right center;
  background-size: auto 100%;
  height: 5.55rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.8rem;
  padding-left: 1.2rem;
}

.contact-us-page .contact-us .title {
  font-size: 0.4rem;
  color: #333333;
  margin-bottom: 40px;
}

.contact-us-page .contact-us .item {
  margin-bottom: 30px;
}

.contact-us-page .contact-us .item .type {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.contact-us-page .contact-us .item .type .iconfont {
  color: #185a58;
  margin-right: 10px;
}

.contact-us-page .contact-us .item .con {
  font-size: 20px;
  color: #000;
}
