@charset "UTF-8";
:root {
  --animate-delay: 0.5s;
  --swiper-theme-color: #bfbfbf;
}

html {
  min-width: 280px;
  margin: 0 auto;
}

body {
  position: relative;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.only-pc {
  display: none !important;
}
.only-m-br{ display: block;}

.topLogo {
  /* position: absolute;
  left: 50%;
  top: 0.16rem;
  width: 1.32rem;
  margin-left: -0.66rem;
  z-index: 2; */
  display: none;
  
}
.topLogo img {
  display: block;
  width: 100%;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  height: 1rem;
  width: 100%;
  background: #fff;
  z-index: 9999;
  /* 显示汉堡菜单按钮 */
  /* 导航菜单初始状态为隐藏 */
  /* 导航菜单展开状态 */
  /* 导航链接垂直排列 */
  /* 汉堡菜单动画 - 展开时变成X */
}
.indexNavMain .languages {
  position: absolute;
  left: 0.3rem;
  top: 0.2rem;
  height: 0.6rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.indexNavMain .languages a {
  display: block;
  color: #999;
}
.indexNavMain .languages a:nth-child(2), .indexNavMain .languages a:nth-child(3) {
  display: none;
}
.indexNavMain .languages a:nth-child(1) {
  padding-right: 0.32rem;
  background: url(../images/icon11.png) no-repeat right center;
  background-size: 0.2rem auto;
}
.indexNavMain .languages .show {
  display: block !important;
}
.indexNavMain .menu-toggle {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  border: none;
  background: none;
  z-index: 1001;
}
.indexNavMain .menu-toggle .menu-toggle-bar {
  display: block;
  width: 0.46rem;
  height: 0.04rem;
  background-color: #009b71;
  margin: 0.08rem auto;
  transition: all 0.3s ease;
}
.indexNavMain nav {
  position: fixed;
  top: -120vh;
  left: 0%;
  width: 100%;
  height: 100vh;
  padding: 1rem 0.4rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #fff, #EBEBEB);
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.6s;
  z-index: 1000;
  overflow-y: auto;
}
.indexNavMain .topNav a {
  display: block;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  line-height: 1rem;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.indexNavMain .topNav a:hover {
  color: #009b71;
}
.indexNavMain .topNav a[aria-current=page] {
  color: #009b71;
  border-bottom: 2px solid #009b71;
}
.indexNavMain nav.active {
  top: 0;
}
.indexNavMain .topNav li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #eee;
}
.indexNavMain .topNav li img {
  display: none;
}
.indexNavMain .logo-img {
  display: block;
  margin: 0.2rem auto;
  width: 1.8rem;
  opacity: 0.6;
}
.indexNavMain .menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(1) {
  transform: translateY(0.2rem) rotate(45deg);
}
.indexNavMain .menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(2) {
  opacity: 0;
}
.indexNavMain .menu-toggle[aria-expanded=true] .menu-toggle-bar:nth-child(3) {
  transform: translateY(-0.2rem) rotate(-45deg);
}
.indexVideo {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.indexVideo .video {
  display: block;
  width: 100%;
  height: 100%;
}

.indexBannerMain {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.indexBannerMain .img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.indexBannerMain .txt {
  position: absolute;
  left: 50%;
  top: 2.3rem;
  width: 4.2rem;
  margin-left: -2.1rem;
}

.indexOurMind {
  padding: 0.56rem 0.3rem 0.44rem;
}
.indexOurMind h2 {
  margin-bottom: 0.3rem;
  font-size: 0.74rem;
  line-height: 1.2rem;
  color: #8f8f8f;
  text-align: right;
}
.indexOurMind h2 strong {
  display: block;
  font-size: 1rem;
  color: #009b71;
}
.indexOurMind h2 span {
  font-size: 0.44rem;
}
.indexOurMind p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.indexOurMind p strong {
  color: #000;
}

.indexService .service {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.indexService .service li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 2.5rem;
  background-color: #12a980;
  overflow: hidden;
}
.indexService .service li:nth-child(2) {
  background-color: #44dbb2;
}
.indexService .service li:nth-child(3) {
  background-color: #19d9a5;
}
.indexService .service li:nth-child(4) {
  background-color: #12bd8f;
}
.indexService .service li:nth-child(5) {
  background-color: #17c8a5;
}
.indexService .service li:nth-child(6) {
  background-color: #16ad84;
}
.indexService .service li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
}
.indexService .service li a img {
  width: auto;
  height: 0.6rem;
}
.indexService .service li:nth-child(1),
.indexService .service li:nth-child(2),
.indexService .service li:nth-child(3) {
  flex-basis: 33.333%; /* 3个等宽 */
}
.indexService .service li:nth-child(4),
.indexService .service li:nth-child(5) {
  height: 2.88rem;
  flex-basis: 50%; /* 2个等宽 */
}
.indexService .service li:nth-child(6) {
  flex-basis: 100%; /* 独占一行 */
}
.indexService .txt {
  padding: 0.6rem 0.3rem;
}
.indexService .txt h2 {
  margin-bottom: 0.2rem;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
  color: #8f8f8f;
}
.indexService .txt h2::first-letter {
  color: #009b71;
}
.indexService .txt h3 {
  font-size: 0.36rem;
  line-height: 0.6rem;
  font-weight: 400;
  color: #333;
}
.indexService .txt p {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #666;
}

.more {
  position: relative;
  display: block;
  width: 3rem;
  height: 0.6rem;
  margin-top: 0.5rem;
  background-color: #009b71;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
}
.more::before {
  content: "";
  position: absolute;
  right: -0.4rem;
  top: 0.2rem;
  width: 0.7rem;
  height: 0.27rem;
  background: url(../images/arr02.png) no-repeat;
  background-size: auto 100%;
  transition: all 0.5s;
}
.more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2rem;
  width: 0.3rem;
  height: 0.27rem;
  background: url(../images/arr03.png) no-repeat left center;
  background-size: auto 100%;
  transition: all 0.5s;
}

.indexPartners {
  padding: 0.9rem 0.3rem 0.7rem;
  background: #fff url(../images/indexBg01.jpg) no-repeat center top;
  background-size: 100% 3.4rem;
  box-sizing: border-box;
}
.indexPartners .title {
  height: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.18rem;
  margin-bottom: 0.72rem;
  margin-left: 0.5rem;
  background: url(../images/logo-icon.png) no-repeat;
  background-size: 0.9rem auto;
  background-position: left center;
}
.indexPartners .title p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
}
.indexPartners .title h2 {
  font-size: 0.4rem;
  line-height: 0.52rem;
  color: #fff;
  font-weight: 400;
}
.indexPartners .partners {
  background-color: #fff;
  padding: 0.4rem 0.4rem 0;
}
.indexPartners .partners .swiper .swiper-button-next, .indexPartners .partners .swiper .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border: 2px solid #bfbfbf;
  border-radius: 50%;
}
.indexPartners .partners .swiper .swiper-button-next:after, .indexPartners .partners .swiper .swiper-button-prev:after {
  font-size: 0.32rem;
}
.indexPartners .partners .swiper .swiper-button-next {
  right: 0;
}
.indexPartners .partners .swiper .swiper-button-prev {
  left: 0;
}
.indexPartners .partners .swiper .swiper-slide {
  display: block;
  padding: 0.3rem 0.2rem;
  border: 2px solid #e6e5e5;
  text-align: center;
}
.indexPartners .partners .swiper .partner-img {
  width: 100%;
  aspect-ratio: 8/5;
  object-fit: cover;
  overflow: hidden;
}
.indexPartners .partners .swiper .partner-img img {
  display: block;
  width: 100%;
  height: auto;
}
.indexPartners .partners .swiper .partner-logo {
  width: 100%;
  aspect-ratio: 3/1;
  object-fit: cover;
  overflow: hidden;
}
.indexPartners .partners .swiper .partner-logo img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.indexPartners .partners .swiper p {
  font-size: 0.26rem;
  line-height: 0.48rem;
  text-align: center;
  color: #333;
  font-weight: 600;
}
.indexPartners .partnerLogo {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.4rem;
}
.indexPartners .partnerLogo li {
  width: 33.3%;
  padding: 0.2rem;
  box-sizing: border-box;
}
.indexPartners .partnerLogo li img {
  display: block;
  width: 100%;
  height: auto;
}

.indexNews {
  padding: 0.6rem 0.3rem 0;
  background-color: #f5f6f8;
}
.indexNews .title h2 {
  font-size: .9rem;
  line-height: 1.2rem;
  color: #8f8f8f;
  font-weight: 400;
}
.indexNews .title h2::first-letter {
  color: #009b71;
}
.indexNews .title p {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #666;
}
.indexNews .title .more {
  margin-top: 0.3rem;
  border: 1px solid #333;
  background-color: #fff;
  color: #333;
  box-sizing: border-box;
}
.indexNews .title .more::before {
  background-image: url(../images/arr01.png);
}
.indexNews .title .more::after {
  content: none;
}
.indexNews .indexNewsList {
  display: flex;
  flex-wrap: wrap;
  padding: 0.6rem 0;
}
.indexNews .indexNewsList li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 0.4rem;
  border-bottom: 1px solid #5d5d5d;
}
.indexNews .indexNewsList li:nth-child(2n) {
  margin-right: 0;
}
.indexNews .indexNewsList li a {
  display: block;
  width: 100%;
}
.indexNews .indexNewsList li span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #333;
}
.indexNews .indexNewsList li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
}
.indexNews .indexNewsList li .time {
  display: block;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #666;
}
.indexNews .indexNewsList li h3 {
  height: 0.96rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #333;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.indexContact {
  padding-bottom: 0.2rem;
  background: #fff url(../images/indexBg02.jpg) no-repeat center bottom;
  background-size: auto 5.3rem;
}
.indexContact h2 {
  margin-bottom: 0.3rem;
  font-size: 0.74rem;
  line-height: 1.5rem;
  color: #009b71;
  font-weight: 400;
  text-align: center;
}
.indexContact div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.indexContact div a {
  width: 6rem;
  padding-bottom: 0.15rem;
  margin: 0 0.2rem 0.3rem;
  color: #fff;
  background-color: rgba(0, 48, 117, 0.8);
  border: 1px solid #fff;
}
.indexContact div a h3 {
  padding-top: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  font-weight: 400;
}
.indexContact div a span {
  display: block;
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-weight: 600;
}
.indexContact div a span img {
  width: 0.4rem;
  height: auto;
  margin-right: 0.2rem;
  vertical-align: middle;
}
.indexContact div a p {
  font-size: 0.2rem;
  line-height: 0.4rem;
}
.indexContact div .mail {
  background-color: rgba(18, 63, 0, 0.8);
}

.footerBox {
  position: relative;
  padding: 0.4rem 0.3rem 0.1rem;
  background: #fff;
}
.footerBox .leftInfo .footerLogo {
  display: block;
  width: 5.5rem;
  margin: 0 auto 0.4rem;
}
.footerBox .leftInfo .footerLogo img {
  display: block;
  width: 100%;
  height: auto;
}
.footerBox .leftInfo .p01 {
  margin-bottom: 1.4vw;
  font-size: 0.26rem;
  line-height: 0.52rem;
  font-weight: 500;
}
.footerBox .leftInfo .p01 span {
  display: inline-block;
}
.footerBox .leftInfo .p02 {
  font-size: 0.26rem;
  line-height: 0.52rem;
  font-weight: 500;
}
.footerBox .leftInfo .p02 a {
  color: #333;
  font-size: 0.36rem;
  font-weight: 700;
}
.footerBox .rightInfo {
  margin-top: 0.3rem;
}
.footerBox .rightInfo .footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.1rem 0.2rem 0;
  background-color: #f5f5f5;
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.footerBox .rightInfo .footerNav li {
  margin-left: 0.3rem;
  margin-bottom: 0.1rem;
}
.footerBox .rightInfo .footerNav li a {
  display: block;
  color: #333;
}
.footerBox .rightInfo .copyRight {
  margin-top: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.6rem;
  font-weight: 500;
}

.gotop {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 0.6rem;
  height: 0.6rem;
  background: #009b71 url(../images/arr04.png) no-repeat center center;
  background-size: 0.2rem auto;
  cursor: pointer;
}
.gotop:hover {
  opacity: 0.8;
}

.w1400 {
  width: 100%;
  padding: 0 0.3rem;
}

.subPage .topLogo {
  left: 0.3rem;
  top: 1.6rem;
  width: 1.3rem;
  height: auto;
  margin-left: 0;
}
.subPage .topLogo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.subBanner {
  height: 4.4rem;
  padding-top: 1.6rem;
  background-image: linear-gradient(90deg, #fff 0, #fff 35.4%, #f5f6f8 35.4%);
}
.subBanner h1 {
  margin-left: 2rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #8f8f8f;
  font-weight: 400;
}
.subBanner h1::first-letter {
  color: #009b71;
}
.subBanner p {
  position: relative;
  margin-left: 2rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.subBanner p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 0.3rem;
  height: 0.17rem;
  background: url(../images/icon12.png) no-repeat;
  background-size: 100% auto;
}
.subBanner .breadnav {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.subBanner .breadnav div {
  display: inline-block;
  padding-left: 0.3rem;
  background: url(../images/icon13.png) no-repeat left center;
  background-size: 0.13rem auto;
}
.subBanner .breadnav a {
  color: #333;
  margin: 0 0.1rem;
}
.subBanner .breadnav span {
  margin: 0 0.1rem;
}

.subTitle {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #009b71;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.subTitle span {
  display: block;
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #333;
  font-weight: 600;
}

.info-table {
  width: 100%;
}
.info-table .info-row {
  position: relative;
  display: flex;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.26rem;
  line-height: 0.48rem;
}
.info-table .info-row .info-label {
  flex: 0 0 2rem;
  justify-content: flex-start;
  font-weight: 700;
}
.info-table .info-row .info-content {
  flex: 1;
  margin-left: 0.2rem;
  font-weight: 500;
}

.subAbout01 {
  position: relative;
  margin-bottom: 1rem;
}
.subAbout01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 6rem;
  background-color: #f5f6f8;
  z-index: -1;
}
.subAbout01 .img {
  float: left;
  width: 100%;
  padding: 0 .3rem;
  background-color: #f5f6f8;
}
.subAbout01 .img img{
  display: block;
  width: 40%;
  margin: 1rem auto;
}
/* .subAbout01 .img div {
  aspect-ratio: 95/168;
  object-fit: contain;
  overflow: hidden;
}
.subAbout01 .img div:nth-child(1) {
  float: left;
  width: 38.93%;
  margin-top: 2rem;
}
.subAbout01 .img div:nth-child(2) {
  float: right;
  width: 54.5%;
  margin-top: 0.5rem;
}
.subAbout01 .img div img {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
} */
.subAbout01 .txt {
  float: right;
  width: 100%;
  padding: 0 .3rem;
  margin-top: 0.6rem;
}
.subAbout01 .txt h2 {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.4rem;
  line-height: 0.8rem;
  font-weight: 700;
}
.subAbout01 .txt h2 span {
  display: block;
  font-size: 0.26rem;
  line-height: 0.8rem;
  font-weight: 400;
}
.subAbout01 .txt h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 0.6rem;
  height: 1px;
  background-color: #333;
}
.subAbout01 .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.subAbout02 {
  position: relative;
  padding: 0.6rem 0;
  background-image: linear-gradient(90deg, #fff 0, #fff 35.4%, #f5f6f8 35.4%);
}
.subAbout02 h2 {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.4rem;
  line-height: 0.8rem;
}
.subAbout02 h2 span {
  font-size: 0.26rem;
  line-height: 0.8rem;
  font-weight: 400;
}
.subAbout02 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.3rem;
  width: 0.6rem;
  height: 1px;
  background-color: #333;
}
.subAbout02 p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subAbout02 .img {
  position: absolute;
  right: 0.3rem;
  top: -0.6rem;
  width: 3rem;
  height: 0.64rem;
  z-index: -1;
}

.subAbout03, .subAbout04 {
  padding-bottom: 0.6rem;
  background-image: linear-gradient(90deg, #fff 0, #fff 35.4%, #f5f6f8 35.4%);
}
.subAbout03 .txt, .subAbout04 .txt {
  float: left;
  width: 100%;
  padding: 0 0.3rem 0.6rem;
}
.subAbout03 .img, .subAbout04 .img {
  float: right;
  width: 100%;
  padding: 0 0.3rem;
}
.subAbout03 .img img, .subAbout04 .img img {
  display: block;
  width: 100%;
}
.subAbout03 h2, .subAbout04 h2 {
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: 400;
  color: #009b71;
}
.subAbout03 h2 span, .subAbout04 h2 span {
  display: block;
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #333;
}
.subAbout03 p, .subAbout04 p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subAbout03 .signature img, .subAbout04 .signature img {
  width: 3rem;
  height: 0.28rem;
  margin-top: 0.3rem;
}

.subAbout04 {
  background: none;
}
.subAbout04 .signature {
  text-align: right;
}
.subAbout04 .signature img {
  width: 3rem;
  height: auto;
}

.subService {
  padding: 1rem 0.3rem 0.3rem;
}
.subService li {
  margin-bottom: 0.4rem;
}
.subService li .img {
  position: relative;
  width: 100%;
}
.subService li .img h2 {
  position: relative;
  padding-left: 0.3rem;
  margin-bottom: -0.3rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: 400;
  color: #009b71;
  text-shadow: 0 -1px 1px #fff, 1px -1px 1px #fff, 1px 0 1px #fff, 1px 1px 1px #fff, 0 1px 1px #fff, -1px 1px 1px #fff, -1px 0 1px #fff, -1px -1px 1px #fff; /*左上*/
  z-index: 2;
}
.subService li .img span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #8f8f8f;
}
.subService li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.subService li .txt {
  width: 100%;
  margin-top: 0.4rem;
}
.subService li .txt h3 {
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #009b71;
  font-weight: 700;
}
.subService li .txt h4 {
  padding-left: 0.1rem;
  margin-bottom: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  font-weight: 700;
}
.subService li .txt p {
  padding-left: 0.1rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subService li:nth-child(2n) .img h2 {
  padding-left: 0;
  padding-right: 0.3rem;
  text-align: right;
}
.subService li:nth-child(2n) .img span {
  right: initial;
  left: 0;
}
.subService li:nth-child(6) .img h2 {
  font-size: 0.52rem;
}

.subRecruit01 {
  padding-top: 0.8rem;
}
.subRecruit01 h2 {
  position: relative;
  padding-right: 0;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #009b71;
  font-weight: 400;
  text-align: right;
  z-index: 2;
}
.subRecruit01 h2 span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.8rem;
  color: #8f8f8f;
}
.subRecruit01 .img {
  display: block;
  width: 100%;
  margin-top: -0.6rem;
}
.subRecruit01 p {
  padding-top: 0.4rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.subRecruit02 {
  padding-top: 0.6rem;
}
.subRecruit02 .recruitList {
  display: flex;
  flex-wrap: wrap;
}
.subRecruit02 .recruitList li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.subRecruit02 .recruitList li .img img {
  display: block;
  width: 100%;
}
.subRecruit02 .recruitList li .txt {
  padding: 0.3rem 0;
}
.subRecruit02 .recruitList li .txt h3 {
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #009b71;
  font-weight: 400;
}
.subRecruit02 .recruitList li .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #666;
}
.subRecruit02 .recruitList li .txt .showBtn {
  position: relative;
  width: 3rem;
  border: 2px solid #5d5d5d;
  margin-top: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.subRecruit02 .recruitList li .txt .showBtn::after {
  content: "";
  position: absolute;
  right: -0.3rem;
  top: 0;
  width: 0.55rem;
  height: 0.6rem;
  background: url(../images/arr05.png) no-repeat center center;
  background-size: 100% auto;
  transition: all 0.5s;
}
.subRecruit02 .recruitList li .cont {
  width: 100%;
}
.subRecruit02 .recruitList li .cont h4 {
  border-bottom: 1px solid #e7e6e6;
  margin: 0.3rem 0;
}
.subRecruit02 .recruitList li .cont h4 span {
  position: relative;
  display: inline-block;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.subRecruit02 .recruitList li .cont h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #009b71;
}
.subRecruit02 .recruitList li .cont p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.subRecruit03 {
  background-color: #f9f9f9;
}
.subRecruit03 h2 {
  float: right;
  width: 4rem;
  height: 3rem;
  padding: 0.3rem 0.6rem;
  background: url(../images/subRecruitBg01.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.6rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-weight: normal;
  color: #fff;
  text-align: right;
}
.subRecruit03 h2 strong {
  display: block;
  font-size: 0.6rem;
  font-weight: normal;
}
.subRecruit03 h2 span {
  font-size: 0.32rem;
}
.subRecruit03 p {
  float: left;
  width: 100%;
  padding: 0.3rem;
  font-size: 0.24rem;
  line-height: 0.52rem;
}

.subRecruit04 {
  width: 100%;
  padding: 0.6rem 0.3rem;
}
.subRecruit04 h2 {
  margin-bottom: 0.3rem;
}
.subRecruit04 h2 span {
  position: relative;
}
.subRecruit04 h2 span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  width: 0.3rem;
  height: 0.18rem;
  margin-left: -0.15rem;
  background: url(../images/icon12.png) no-repeat;
  background-size: 100% auto;
}
.subRecruit04 .line {
  margin: 0.3rem 0;
  border-bottom: 1px dashed #009b71;
}
.subRecruit04 p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  text-align: center;
}

.subProperty01 {
  padding: 0.6rem 0.3rem;
}
.subProperty01 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.3rem;
}
.subProperty01 .list li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.subProperty01 .list li .img {
  width: 100%;
  padding: 0.2rem;
  border: 1px solid #e4e5e6;
}
.subProperty01 .list li .img div {
  aspect-ratio: 165/137;
  object-fit: cover;
  overflow: hidden;
}
.subProperty01 .list li .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.subProperty01 .list li .txt {
  position: relative;
  padding: 0.2rem 0.6rem 0.2rem 0;
}
.subProperty01 .list li .txt h3 {
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #8f8f8f;
}
.subProperty01 .list li .txt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.2rem;
  width: 0.33rem;
  height: 0.52rem;
  background: url(../images/arr06.png) no-repeat center center;
  background-size: 100% auto;
  transition: all 0.5s;
}

.subProperty02 {
  background-image: linear-gradient(to bottom, #f5f6f8 0, #f5f6f8 3rem, #fff 3rem);
}
.subProperty02 h2 {
  padding: 0.6rem 0;
}
.subProperty02 .form {
  padding: 0.6rem 0.3rem 0.3rem;
  margin-bottom: 0.4rem;
  background-color: #12bd8f;
}
.subProperty02 .form .filter-group {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subProperty02 .form .filter-group div {
  display: inline-block;
}
.subProperty02 .form .filter-group label {
  display: inline-block;
  margin-right: 0.1rem;
  color: #fff;
  cursor: pointer;
  vertical-align: middle;
}
.subProperty02 .form .filter-group input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  vertical-align: middle;
  cursor: pointer;
}
.subProperty02 .form .filter-group input[type=checkbox]:checked::before {
  content: "√";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  text-align: center;
}
.subProperty02 .form .filter-btn {
  display: block;
  width: 1.8rem;
  height: 0.52rem;
  margin-right: 0.2rem;
  background-color: #d8fff4;
  text-align: center;
}
.subProperty02 .form .search-btn {
  display: block;
  width: 3rem;
  height: 0.6rem;
  margin: 0.3rem auto;
  border: 2px solid #fff;
  background: none;
  font-size: 0.28rem;
  color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.subProperty02 .form .search-btn:hover {
  background-color: #fff;
  color: #009b71;
}
.subProperty02 .property-list {
  display: flex;
  flex-wrap: wrap;
}
.subProperty02 .property-list li {
  width: 100%;
  margin-bottom: 0.4rem;
}
.subProperty02 .property-list li .property-img {
  width: 100%;
  margin-bottom: 0.3rem;
  aspect-ratio: 165/137;
  object-fit: cover;
  overflow: hidden;
}
.subProperty02 .property-list li .property-img img {
  width: 100%;
  height: auto;
}
.subProperty02 .property-list li .property-info {
  border-bottom: 3px solid #5d5d5d;
}
.subProperty02 .property-list li .property-info a {
  display: block;
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #333;
}

.subProperty03 {
  padding: 0.6rem 0 0;
  overflow: hidden;
}
.subProperty03 .mySwiper2 {
  position: relative;
  width: 70%;
  margin: 0 auto 0.6rem;
  overflow: initial;
}
.subProperty03 .mySwiper2 .swiper-button-next, .subProperty03 .mySwiper2 .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  right: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/arr-next.png) no-repeat center center;
  background-size: 0.27rem auto;
  cursor: pointer;
}
.subProperty03 .mySwiper2 .swiper-button-prev {
  right: inherit;
  left: 0;
  background-image: url(../images/arr-prev.png);
}
.subProperty03 .mySwiper2 .swiper-button-next:after, .subProperty03 .mySwiper2 .swiper-button-prev:after {
  content: none;
}
.subProperty03 .mySwiper2 .swiper-button-next:hover, .subProperty03 .mySwiper2 .swiper-button-prev:hover {
  background-color: #009b71;
}
.subProperty03 .mySwiper2 .swiper-slide {
  width: 100%;
  aspect-ratio: 10/8.2;
  object-fit: cover;
  overflow: hidden;
}
.subProperty03 .mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.subProperty03 .mySwiper2 .swiper-pagination span {
  width: 0.1rem;
  height: 0.1rem;
  background-color: #f0f0f0;
  opacity: 1;
}
.subProperty03 .mySwiper2 .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.5rem;
  border-radius: 0.1rem;
}
.subProperty03 .info-name {
  font-size: 0.28rem;
  line-height: 0.6rem;
  text-align: center;
}
.subProperty03 .w1400 {
  position: relative;
}
.subProperty03 .w1400 .mySwiper {
  position: relative;
  width: 70%;
  padding: 3px;
  margin: 0 auto 0.6rem;
}
.subProperty03 .w1400 .mySwiper .swiper-slide {
  position: relative;
  width: 100%;
  width: 100%;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.subProperty03 .w1400 .mySwiper .swiper-slide div {
  width: 100%;
  aspect-ratio: 6/4.8;
  object-fit: cover;
  overflow: hidden;
}
.subProperty03 .w1400 .mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.subProperty03 .w1400 .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 3px solid #5d5d5d;
}
.subProperty03 .w1400 .swiper-button-next, .subProperty03 .w1400 .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  right: 0.3rem;
  background: rgba(0, 0, 0, 0.6) url(../images/arr-next.png) no-repeat center center;
  background-size: 0.27rem auto;
  cursor: pointer;
}
.subProperty03 .w1400 .swiper-button-prev {
  right: inherit;
  left: 0.3rem;
  background-image: url(../images/arr-prev.png);
}
.subProperty03 .w1400 .swiper-button-next:after, .subProperty03 .w1400 .swiper-button-prev:after {
  content: none;
}
.subProperty03 .w1400 .swiper-button-next:hover, .subProperty03 .w1400 .swiper-button-prev:hover {
  background-color: #009b71;
}
.subProperty03 .cont {
  width: 100%;
  padding: 0.3rem;
}
.subProperty03 .cont h3 {
  margin: 0.3rem 0;
  border-bottom: 1px dashed #dbdbdb;
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-weight: 600;
}
.subProperty03 .cont .info-table .info-row .info-label {
  flex: 0 0 2.8rem;
}
.subProperty03 .cont .info-txt {
  min-height: 2rem;
}
.subProperty03 .cont .map {
  width: 100%;
  height: 3rem;
  background-color: #f0f0f0;
}

.subCompany01 {
  width: 100%;
  padding: 0.6rem 0.3rem 0.3rem;
}
.subCompany01 .info-table {
  margin-top: 0.3rem;
}
.subCompany01 .info-table .info-row .info-label {
  flex: 0 0 2.6rem;
}
.subCompany01 .info-content span {
  display: inline-block;
}

.subCompany02 {
  width: 100%;
  padding: 0.6rem 0.3rem;
}
.subCompany02 .txt {
  margin-top: 0.3rem;
  padding: 0.3rem;
  background-color: #009b71;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #fff;
}

.subNews {
  background-color: #f5f6f8;
  margin-top: 0.6rem;
}
.subNews .subNewsList {
  width: 100%;
  padding: 0.6rem 0.3rem;
}
.subNews .subNewsList li {
  position: relative;
  margin-bottom: 0.4rem;
}
.subNews .subNewsList li .img {
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
  overflow: hidden;
}
.subNews .subNewsList li .img img {
  display: block;
  width: 100%;
  height: auto;
}
.subNews .subNewsList li .txt {
  width: 100%;
}
.subNews .subNewsList li .txt time {
  display: block;
  margin: 0.3rem 0 0.2rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #666;
}
.subNews .subNewsList li .txt h3 {
  font-size: 0.28rem;
  line-height: 0.52rem;
}
.subNews .subNewsList li .txt h3 a {
  display: block;
  color: #333;
}
.subNews .subNewsList li .txt h3 a:hover {
  color: #009b71;
}

.pagebox {
  padding: 0 0 0.4rem;
  text-align: center;
}
.pagebox .pagelist {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #333;
}
.pagebox .pagelist .prev, .pagebox .pagelist .next {
  float: left;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #b9b9b9;
  margin: 0 0.1remr;
  border-radius: 50%;
  background: #b9b9b9 url(../images/arr-prev.png) no-repeat center center;
  background-size: 0.2rem auto;
}
.pagebox .pagelist .prev:hover, .pagebox .pagelist .next:hover {
  background-color: #009b71;
}
.pagebox .pagelist .next {
  background-image: url(../images/arr-next.png);
}
.pagebox .pagelist ul {
  float: left;
  overflow: hidden;
}
.pagebox .pagelist ul li {
  float: left;
  margin: 0 0.1rem;
}
.pagebox .pagelist ul li a {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #b9b9b9;
  border-radius: 50%;
  color: #333;
  box-sizing: border-box;
}
.pagebox .pagelist ul li a.active {
  background-color: #009b71;
  color: #fff;
}
.pagebox .pagelist ul li a.pagemore {
  border: none;
}

.articlePage {
  padding-top: 1rem;
}
.articlePage .topLogo {
  display: none;
}
.articlePage .articleMain {
  width: 100%;
  padding: 0.6rem 0.3rem;
}
.articlePage article h1 {
  padding: 0.3rem 0;
  font-size: 0.48rem;
  line-height: 0.6rem;
  color: #333;
  text-align: center;
}
.articlePage article span{
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #333;
  text-align: center;
}
.articlePage article time {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.52rem;
  color: #666;
  text-align: center;
}
.articlePage article p {
  margin-bottom: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.articlePage article img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}
.articlePage .pageNav {
  margin: 0.4rem 0;
  text-align: center;
}
.articlePage .pageNav a {
  display: inline-block;
  padding: 0 0.3rem;
  margin: 0 0.3rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  color: #009b71;
  text-align: center;
}

.subContact {
  margin: 0.6rem 0 0;
  padding: 0.3rem;
  background-color: #f5f6f8;
  font-size: 0.26rem;
  line-height: 0.52rem;
  /* 错误状态样式 */
  /* 只读显示样式 */
  /* 隐藏按钮 */
  /* 显示按钮 */
}
.subContact .w1400 {
  padding: 0;
}
.subContact .form-container {
  padding-bottom: 0.4rem;
}
.subContact h2 {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.subContact .subContact {
  width: 100%;
  padding: 0.6rem 0.2rem;
  margin-bottom: 1rem;
  background-color: #fff;
  border-radius: 0.3rem;
  box-sizing: border-box;
}
.subContact .subContact .section-heading {
  text-align: center;
}
.subContact .subContact .section-heading h2 {
  color: #212121;
  font: normal 0.36rem/0.6rem "YuGothB";
  font-weight: 700;
}
.subContact .subContact .section-heading h3 {
  position: relative;
  margin-bottom: 0.3rem;
  color: #D01500;
  font: normal 0.28rem/0.52rem "Prompt";
  font-weight: 600;
}
.subContact .subContact .section-heading h3::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1rem;
  height: 0.04rem;
  margin-left: -0.5rem;
  background-color: #D01500;
}
.subContact .subContact .section-heading p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}
.subContact .subContact .section-heading .required-note {
  margin: 0.3rem 0;
  text-align: right;
  font-size: 0.32rem;
}
.subContact .form-row {
  display: flex;
  margin-bottom: 0.3rem;
  align-items: flex-start;
}
.subContact .form-label {
  width: 2.4rem;
  flex-shrink: 0;
  font-size: 0.2rem;
  line-height: 0.6rem;
}
.subContact .required::after {
  content: " *";
  color: #dc2626;
}
.subContact .form-input {
  flex: 1;
}
.subContact input[type=text],
.subContact input[type=tel],
.subContact input[type=email],
.subContact input[type=checkbox],
.subContact select,
.subContact textarea {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.1rem;
  border: 1px solid #9FA0A0;
  border-radius: 0.04rem;
  background-color: #fff;
  font-size: 0.26rem;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.subContact input:focus,
.subContact select:focus,
.subContact textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.15);
}
.subContact .select {
  position: relative;
}
.subContact .select::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #F7F8F8 url(../images/icon-arr04.png) no-repeat center;
  background-size: 0.2rem auto;
}
.subContact textarea {
  padding: 0.2rem;
  min-height: 2rem;
  resize: vertical;
}
.subContact .checkbox-container {
  padding-left: 1rem;
  margin-top: 0.4rem;
  display: flex;
  align-items: flex-start;
}
.subContact .checkbox-container label {
  font-size: 0.26rem;
  line-height: 0.4rem;
}
.subContact .checkbox-container a {
  color: #009b71;
}
.subContact .checkbox-container input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.1rem;
}
.subContact .checkbox-container input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #009b71;
  font-size: 0.24rem;
  font-weight: 700;
}
.subContact .submit-container {
  margin-top: 0.4rem;
  text-align: center;
}
.subContact .submit-container .btn {
  display: inline-block;
  width: 2.4rem;
  height: 0.6rem;
  margin: 0 0.3rem;
  background-color: #009b71;
  color: white;
  border: none;
  font-size: 0.26rem;
  font-weight: 600;
  border-radius: 0.6rem;
  box-shadow: 0.04rem 0.04rem 0 0.02rem rgba(197, 197, 197, 0.15);
  cursor: pointer;
  transition: background-color 0.2s;
}
.subContact .submit-container .btn-edit {
  background-color: #969696;
  display: none;
}
.subContact .submit-container .btn-submit {
  display: none;
}
.subContact .error-message {
  color: #e74c3c;
  font-size: 0.24rem;
  margin-top: 5px;
  display: none;
}
.subContact .form-input.error input,
.subContact .form-input.error select,
.subContact .form-input.error textarea {
  border-color: #e74c3c;
}
.subContact .input-error {
  border-color: #f5222d !important;
}
.subContact .input-error + label {
  color: #f5222d;
}
.subContact .display-value {
  padding: 10px 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}
.subContact .hidden {
  display: none;
}
.subContact .visible {
  display: inline-block;
}
.subContact .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #009b71;
}
.subContact .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.thank-you-message {
  padding-top: 2rem;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 0.36rem;
  line-height: 4;
}
.thank-you-message p {
  font-size: 0.26rem;
  line-height: 1.6;
}
.thank-you-message .btn {
  display: inline-block;
  width: 2.4rem;
  line-height: 0.6rem;
  margin: 0.3rem auto;
  background-color: #009b71;
  color: white;
  border: none;
  font-size: 0.26rem;
  font-weight: 600;
  border-radius: 0.6rem;
  box-shadow: 0.04rem 0.04rem 0 0.02rem rgba(197, 197, 197, 0.15);
  cursor: pointer;
  transition: background-color 0.2s;
}