input::placeholder {
  color: #000;
}
img {
  max-width: 100%;
}
.bxz *,
.bxz {
  box-sizing: border-box;
}
/* 产品中心--内容页 start */
.product_content_sec1 {
  padding: 100rem 0 110rem;
}
.product_content_sec1 h1 {
  text-align: center;
  color: #139f40;
  margin-bottom: 70rem;
}
.product_content_sec1 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40rem;
}
.product_content_sec1 .items .item {
  background: #f6f7f9;
  border-top-left-radius: 50rem;
  border-bottom-right-radius: 50rem;
  padding: 54rem 54rem 40rem;
}
.product_content_sec1 .items .item p {
  line-height: 1.5;
}
.product_content_sec1 .items h3 {
  margin-bottom: 15rem;
  font-weight: bold;
}
.product_content_table {
  margin-top: 75rem;
}
.product_content_table .ph_table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 30rem;
  overflow: hidden;
}
.product_content_table .ph_table thead {
  background-color: #139f40;
  color: #fff;
}
.product_content_table .ph_table thead td {
  width: 25%;
  padding: 24rem 0;
}
.product_content_table .ph_table tbody {
  border-right: 1px solid #eaebed;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
.product_content_table .ph_table tbody tr {
  background: #f7f8fa;
}
.product_content_table .ph_table tbody tr td {
  padding: 26rem 0;
  border-left: 1px solid #eaebed;
}
.product_content_table .ph_table tbody tr:nth-child(odd) {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .product_content_sec1 .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product_content_table .ph_table {
    border-radius: 0;
  }
  .product_content_table thead {
    display: none;
  }
  .product_content_table tbody tr {
    margin-bottom: 30rem;
    display: block;
  }
  .product_content_table tbody td {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #eaebed;
    padding-left: 9em !important;
    box-sizing: border-box;
    text-align: left;
  }
  .product_content_table tbody td::before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    padding: 24rem 0 0 20rem;
    color: #000;
    text-align: center;
  }
}
/* 产品中心--内容页 end */
/* 联系我们 start */
.conmmon_sec_title,
.contact_sec_title {
  text-align: center;
  color: #139f40;
  font-weight: bold;
  margin-bottom: 70rem;
}
.contact_sec1 {
  padding: 90rem 0;
}
.contact_sec1 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_sec1 .items .item {
  width: 47.222%;
}
.contact_sec1 .items .img {
  border-radius: 30rem;
  overflow: hidden;
}
.contact_sec1 .items .cont {
  padding: 50rem;
}
.contact_sec1 .items .title {
  margin-bottom: 30rem;
}
.contact_sec1 .items .list {
  display: flex;
  flex-direction: column;
  gap: 20rem;
}
.contact_sec1 .items li {
  display: flex;
  align-items: center;
}
.contact_sec1 .items i {
  color: #139f40;
  margin-right: 20rem;
  font-size: 20px;
}
.contact_sec1 .items a {
  color: #000;
}
.contact_sec2 .contact_sec_title {
  margin-bottom: -127rem;
  position: relative;
  z-index: 2;
}
.contact_sec3 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 94rem 0 144rem;
}
.contact_sec3 .form_cont input,.contact_sec3 .form_cont textarea{
  color: #333 !important;
  font-size: 14px !important;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji, BlinkMacSystemFont, Helvetica Neue, Arial, PingFang SC, PingFang TC, PingFang HK, Microsoft Yahei, Microsoft JhengHei !important;
}
.contact_sec3 .form_cont .t {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40rem;
}
.contact_sec3 .form_cont .ipt {
  box-sizing: border-box;
  width: 29.86111111%;
  background: #fff;
  border-radius: 30px;
  height: 56px;
  padding: 18px 35px;
}
.contact_sec3 .form_cont .ipt input {
  color: #000;
  width: 100%;
  height: 20px;
  line-height: 20px;
}
.contact_sec3 .form_cont .ipt input::-webkit-input-placeholder {
  color: #000;
}
.contact_sec3 .form_cont .c {
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom:40rem;
}
.contact_sec3 .form_cont .yzm{margin-bottom:100rem; overflow: hidden;}
.contact_sec3 .form_cont .yzm input{ float: left; box-sizing: border-box;
  width: 29.86111111%;
  background: #fff;
  border-radius: 30px;
  height: 56px;
  padding: 18px 35px;}
.contact_sec3 .form_cont .yzm img{ cursor: pointer; float: left; margin-left: 20rem; height: 56px; overflow: hidden; border-radius: 10rem;}
.contact_sec3 .form_cont textarea {
  height: 220px;
  box-sizing: border-box;
  padding: 18px 35px;
  width: 100%;
}
.contact_sec3 .form_cont textarea::-webkit-input-placeholder {
  font-family: "";
}
.contact_sec3 .b {
  display: flex;
  justify-content: center;
}
.contact_sec3 .b button {
  box-sizing: border-box;
  width: 150px;
  height: 34px;
  line-height: 34px;
  border-radius: 18px;
  border: 1px solid #fff;
  margin: 0 20rem;
  background: #fff;
  padding: 0 10rem;
  letter-spacing: 2px;
  cursor: pointer;
}
.contact_sec3 .b button i {
  float: right;
  font-size: 20px;
}
.contact_sec3 .b .submit {
  background: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_sec1 {
    padding-bottom: 30rem;
  }
  .contact_sec1 .items .item {
    width: 100%;
  }
  .contact_sec2 .contact_sec_title {
    margin-bottom: 30rem;
  }
  .contact_sec3 .form_cont .t {
    flex-direction: column;
    gap: 20rem;
  }
  .contact_sec3 .form_cont .ipt {
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }
  .contact_sec3 .form_cont textarea {
    height: 150px;
  }
  .contact_sec3 .form_cont .yzm input{ width: 60%; height: auto; padding: 10px 15px;}
  .contact_sec3 .form_cont .yzm img{height: 38px;}
}
/* 联系我们 end */
/* 人力资源--培训与提升 start */
.training_sec1 {
  padding: 90rem 0 110rem;
}
.training_sec1 .swiper_box {
  margin-left: 12.5%;
}
.training_sec1 .swiper-wrapper {
  height: auto;
}
.training_sec1 .swiper-slide {
  width: 552rem;
  border-radius: 30rem;
  overflow: hidden;
}
.training_sec1 .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
}
.training_sec1 .swiper-slide p {
  position: absolute;
  bottom: 40rem;
  left: 0;
  z-index: 4;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.training_sec1 .swiper-scrollbar {
  bottom: 0;
  left: 0;
  right: 7.3%;
  height: 8rem;
  background: #ECE4E1;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-top: 60rem;
}
.training_sec1 .swiper-scrollbar-drag {
  cursor: pointer;
  height: 8rem;
  top: 0;
  background: #139f40;
}
.training_sec2 {
  color: #fff;
  height: 860rem;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.training_sec2 .tit {
  margin-bottom: 20rem;
  margin-top: 220rem;
}
.training_sec3 {
  padding: 120rem 0;
}
.training_sec3 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45rem;
}
.training_sec3 .item {
  position: relative;
  border-radius: 30rem;
}
.training_sec3 .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
}
.training_sec3 .text {
  width: 100%;
  color: #fff;
  position: absolute;
  bottom: 40rem;
  left: 0;
  padding: 0 20rem;
  z-index: 3;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.training_sec4 {
  padding: 160rem 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.training_sec4 a.link {
  display: inline-block;
  background: #fff;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 30px;
  border-radius: 18px;
  margin-top: 30rem;
}
@media screen and (max-width: 768px) {
  .training_sec1 .swiper_box {
    margin-left: 6%;
  }
  .training_sec2 {
    height: 460rem;
  }
  .training_sec2 .tit {
    margin-top: 130rem;
  }
  .training_sec3 .items {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* 人力资源--培训与提升 end */
/* 人力资源--薪酬福利 start */
.welfare_sec1 {
  padding: 90rem 0;
  background-color: #fff;
}
.welfare_sec1 .items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45rem;
}
.welfare_sec1 .item {
  border-radius: 30rem;
  background: #f6f7f9;
  padding: 35rem 40rem;
  display: flex;
  gap: 25rem;
  align-items: center;
}
.welfare_sec1 .item .icon {
  width: 60rem;
  height: 60rem;
  text-align: center;
}
.welfare_sec1 .item .icon img {
  max-height: 100%;
}
.welfare_sec1 .item dl {
  flex: 1;
}
.welfare_sec1 .item dt {
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1em;
}
.welfare_sec1 .item dd {
  margin-top: 16rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.welfare_sec2 {
  padding: 74rem 0 70rem;
}
.welfare_sec2 .swiper_box {
  position: relative;
  overflow: hidden;
  padding: 0 30rem;
  margin: 0 -30rem;
}
.welfare_sec2 .swiper_box .swiper-container {
  padding: 40rem 0;
  overflow: visible;
}
.welfare_sec2 .swiper-slide {
  border-radius: 30rem;
  overflow: hidden;
  transition: all 0.3s;
}
.welfare_sec2 .swiper-slide:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.welfare_sec2 .swiper-slide .cont {
  background-color: #fff;
  text-align: center;
  padding: 35rem 20rem 50rem;
}
.welfare_sec2 .swiper-button-prev,
.welfare_sec2 .swiper-button-next,
.welfare_sec3 .swiper-button-prev,
.welfare_sec3 .swiper-button-next {
  width: 66px;
  height: 66px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  font-size: 18px;
  justify-content: center;
  margin-top: 0;
  top: 230rem;
  color: #139f40;
}
.welfare_sec2 .swiper-button-prev:hover,
.welfare_sec2 .swiper-button-next:hover,
.welfare_sec3 .swiper-button-prev:hover,
.welfare_sec3 .swiper-button-next:hover {
  color: #fff;
  background-color: #139f40;
}
.welfare_sec2 .swiper-button-prev,
.welfare_sec3 .swiper-button-prev {
  left: 0;
}
.welfare_sec2 .swiper-button-next,
.welfare_sec3 .swiper-button-next {
  right: 0;
}
.welfare_sec3 {
  padding: 70rem 0 110rem;
  background: #fff;
}
.welfare_sec3 .swiper-slide {
  text-align: center;
}
.welfare_sec3 .swiper-slide .img {
  border-radius: 30rem;
  overflow: hidden;
}
.welfare_sec3 .swiper-slide .cont {
  text-align: center;
  padding: 25rem 0;
}
.welfare_sec3 .swiper_box {
  position: relative;
}
.welfare_sec3 .swiper-button-prev,
.welfare_sec3 .swiper-button-next {
  top: 94rem;
  left: -33px;
}
.welfare_sec3 .swiper-button-next {
  left: auto;
  right: -33px;
}
@media screen and (max-width: 1024px) {
  .welfare_sec1 .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .welfare_sec1 .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20rem;
  }
  .welfare_sec1 .items .item {
    align-items: start;
  }
  .welfare_sec2 .swiper_box {
    margin: 0;
    padding: 0;
  }
  .welfare_sec2 .swiper-button-prev,
  .welfare_sec2 .swiper-button-next,
  .welfare_sec3 .swiper-button-prev,
  .welfare_sec3 .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 32%;
    left: 10px;
  }
  .welfare_sec2 .swiper-button-next,
  .welfare_sec3 .swiper-button-next {
    left: auto;
    right: 10px;
  }
}
/* 人力资源--薪酬福利 end */
/* 新闻详情 start */
.header.detail-top {
  background: var(--vi-color-dark);
}
.header.detail-top .worm-logo img {
  display: none;
}
.header.detail-top .worm-logo .logo2 {
  display: block;
}
.header.detail-top .worm-logo * {
  fill: #fff !important;
}
.header.detail-top .r.phone .menu span {
  background: #fff;
}
.header.detail-top a {
  color: #fff;
}
.news_detail_wrap {
  padding-top: 170rem;
  padding-bottom: 140rem;
}
.news_detail_wrap a.back {
  display: block;
  width: 124px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 0 12px;
  text-align: center;
  margin-bottom: 50rem;
}
.news_detail_wrap a.back i {
  float: right;
}
.news_detail_wrap h1 {
  font-weight: bold;
  margin-bottom: 30rem;
}
.news_detail_wrap .edit_con_original {
  border-top: 1px solid #139f40;
  border-bottom: 1px solid #139f40;
  margin: 30rem 0;
  padding: 30rem 0;
}
.news_detail_wrap .news_page {
  margin-top: 50rem;
  margin-bottom: 40rem;
}
.news_detail_wrap .news_page a {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 300rem;
  vertical-align: middle;
  text-overflow: ellipsis;
  margin-top: -2px;
}
.news_detail_wrap .news_page .news_page_Con {
  display: flex;
  justify-content: space-between;
}
.news_detail_wrap .related_news .tit {
  color: #139f40;
  font-weight: bold;
  margin-bottom: 30rem;
}
.news_detail_wrap .related_news .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30rem;
}
.news_detail_wrap .related_news .item {
  background-color: #f6f7f9;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .news_detail_wrap .related_news .item:hover {
    background-color: #139f40;
  }
  .news_detail_wrap .related_news .item:hover a {
    color: #fff;
  }
}
.news_detail_wrap .related_news a {
  display: block;
  padding: 35rem;
  color: #000;
  box-sizing: border-box;
}
.news_detail_wrap .related_news p {
  margin-top: 20rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .news_page_Con span {
    display: flex;
}
.news_page_Con span > * {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .news_detail_wrap a.back {
    width: 80px;
  }
  .news_detail_wrap .news_page .news_page_Con {
    flex-direction: column;
    gap: 30rem;
  }
  .news_detail_wrap .related_news .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news_detail_wrap .news_page a{
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .news_detail_body .header {
    background: var(--vi-color-dark);
  }
  .news_detail_body .header .worm-logo img {
    display: none;
  }
  .news_detail_body .header .worm-logo .logo2 {
    display: block;
  }
}
/* 新闻详情 end */
/*# sourceMappingURL=./wly.css.map */