@charset "UTF-8";
/* ---------- 导航栏 ---------- */
.page {
  background: url(../images/beijing.png) repeat;
  background-size: 100% auto;
  width: 100%;
}
.header {
  background: rgba(255, 255, 255, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.header_bg {
  background: RGBA(244, 247, 253, 1);
}
.logo {
  font-weight: bold;
  color: #000000;
}
.logo img {
  width: 3.125rem;
  margin-right: 0.5rem;
}
.btn_yuyue {
  background: #0ab979;
  color: #ffffff;
  text-align: center;
}
.btn_yuyue:hover{
  transform: translateY(-3px);
  box-shadow: 0 15px 15px -15px rgba(10, 185, 121, 1);
  background: linear-gradient(
    135deg,
    rgba(10, 185, 121, 0.9),
    rgba(10, 185, 121, 1)
  );
}
/* banner */
.banner_bg {
  background: url(../images/banner_bg.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.zan_label {
  background: rgba(57, 123, 225, 0.1);
  color: #397be1;
  display: inline-block;
}
.zan_label img {
  height: 1.125rem;
  margin-right: 12px;
}
.banner_lt {
  color: #888888;
}
.banner_lt h1 {
  font-weight: 800;
  color: #232323;
}
.read_btn {
  background: #0ab979;
  box-shadow: 0px 0.9375rem 1.875rem 1px rgba(10, 185, 121, 0.3);
  color: #ffffff;
  white-space: nowrap;
  display:inline-block
}
.read_btn:hover{
  transform: translateY(-3px);
  background: linear-gradient(
    135deg,
    rgba(10, 185, 121, 0.9),
    rgba(10, 185, 121, 1)
  );
}
.read_btn img {
  width: 0.875rem;
  margin-left: 12px;
}
.banner_rt {
  position: relative;
}
.banner_rt .pingban {
  width: 51.8125rem;
}

.job_rt,
.job_lt {
  flex: 1;
}
.job_rt img {
  width: 100%;
}
.job_item img {
  width: 80px;
  height:80px
}
.job_item {
  color: #888888;
}

.job_item .title {
  color: #333333;
}
.job_rt {
  margin-left: 1.0417rem;
  flex: 1;
}
/* 价值 */
.value_box {
  color: #888888;
}
.page_title {
  font-weight: bold;
  color: rgba(35, 35, 35, 1);
  position: relative;
  display: inline-block;
}
.page_title:after {
  content: "";
  display: block;
  height: 1.25rem;
  border-radius: 12px;
  background: rgba(57, 123, 225, 0.1);
  position: absolute;
  left: 0;
  right: -1.25rem;
  bottom: -0.3125rem;
}
.page_title span {
  color: #0ab979;
}
.value_list {
  min-height:440px;
}

.value_item {
  flex: 1;
  margin-right: 1.25rem;
  background: rgba(255, 255, 255, 0);
  border-radius: 55px;
  border: 2px solid rgba(57, 123, 225, 0.15);
  color: #333333;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  transition: all 0.5s;

}
.value_item:last-child{
  margin-right: 0;

}
.value_item .value_img {
  width: 5.625rem;
}
.value_btn {
  color: #0ab979;
  white-space: nowrap;

}
.value_btn .img {
  background: url(../images/jiantou.png) no-repeat;
  background-size: 100% 100%;
  width: 12px;
  height: 12px;
  margin-left: 12px;
}
.value_title {
  white-space: nowrap;

}
.active_value ,.value_item:hover{
  padding: 72px 50px !important;
  background: #397be1;
  box-shadow: 0px 30px 80px 1px rgba(57, 123, 225, 0.3);
  border-radius: 55px 115px 55px 55px;
  color: #fff;
}
.active_value .value_btn,.value_item:hover .value_btn {
  color: #fff;
}
.active_value .value_btn .img ,.value_item:hover .value_btn .img{
  color: #fff;
  background: url(../images/share.png) no-repeat;
  background-size: 100% 100%;
}
.function_box {
  position: relative;
}

.func_item {
  background: #ffffff;
  border-radius: 1.875rem;
  color: #888888;
  flex: 1;
  margin-right: 1.25rem;
  text-align: center;
  transition: all 0.5s;

}
.func_item .img{
height:75px
}
.func_item:last-child{
  margin-right:0
}
.func_item .title {
  color: #333333;
}
.func_item img {
  width: 4.5rem;
}
.func_active_value,.func_item:hover {
  background: #397be1;
  box-shadow: 0px 1.875rem 5rem 1px rgba(57, 123, 225, 0.3);
  color: #fff;
  padding: 130px 50px !important;

}
.func_active_value .title ,.func_item:hover .title{
  color: #fff;
}
.func_list {
  min-height:510px
}
.yuyue_bg {
  color: #fff;
  background: #397be1;
  border-radius: 3.4375rem;
  transform: translateY(8.75rem);
}
.yuyue_box {
  background: url(../images/shuiying.png) no-repeat;
  background-size: 100% 100%;
}

.yuyue_box .title {
  font-weight: bold;
  text-align: center;
}

.yy_btn {
  background: #0ab979;
  text-align: center;
  margin-right: 1.875rem;
  color: #ffffff;
}
.yy_btn:hover{
  transform: translateY(-3px);
  background: linear-gradient(
    135deg,
    rgba(10, 185, 121, 0.9),
    rgba(10, 185, 121, 1)
  );
}
.phone_btn:hover{
  transform: translateY(-3px);
}
.phone_btn {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  border-radius: 30px;
  color: #ffffff;
}
.phone_btn a {
  color: #fff;
}
.phone_btn img {
  width: 1.25rem;
  margin-right: 12px;
}
/* 页脚占位 */
.site-footer {
  background-color: rgba(0, 0, 0, 1);
  padding-top: 240px;
  color: #ffffff;
}
.footer-container {
  background: url(../images/footer_bg.png) no-repeat;
  width: 100%;
  background-size: 100% 100%;
}

/* 管道分隔符 (除了最后一个a) */
.friend-links a:not(:last-child)::after {
  content: "|";
  margin: 0 20px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  pointer-events: none;
}

/* ---------- 公司信息区域 (品牌+联系方式) ---------- */
.logo_white {
  width: 10.9375rem;
}
.brand {
  color: #ffffff;
}


.contact-item .label {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 0.2rem;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
}
.contact-item a:hover {
  color: #004b97;
  border-bottom-style: solid;
}
.shuxian {
  margin: 0 10px;
}
.code_img img {
  width: 8.9375rem;
  margin-left: 3.125rem;
}

/* ---------- 版权与业务咨询 ---------- */
.copyright-bar {
  color: #fff;
  background: #000000;
}

.business-consult {
  border-radius: 30px;
  font-weight: 500;
  color: #fff;
}
.business-consult a {
  color: #fff;
}
.business-consult a:hover {
  opacity: 0.8;
}

/* 小屏版权堆叠 */
@media (max-width: 600px) {
  .copyright-bar {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }
}

/* 链接占位无真实跳转，但样式完整 */

/* 保留邮箱电话真实链接效果 */
.contact-item a[href^="tel"]:hover,
.contact-item a[href^="mailto"]:hover {
  text-decoration: underline;
}
/* 去除版权区域内链接的下划线 */
.copy-text a,
.business-consult a {
  text-decoration: none;
  color:#fff
}
.copy-text a{
  padding-left:20px
}
/* window */
.window_box {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
.show {
  display: block;
}
.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
}
.window_content {
  background: linear-gradient(180deg, #beeedb 0%, #ffffff 25.55%, #ffffff 100%);
  border-radius: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.window_content .title {
  font-weight: bold;
  color: #232323;
  padding-bottom: 3.125rem;
  text-align: center;
}
/* 表单字段容器 */
.field {
  /* margin-bottom: 1.25rem; */
  width: 100%;
}

.field-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

label {
  color: #999999;
  display: flex;
  align-items: center;
  gap: 4px;
}

.required-star {
  color: #d1324c;
  line-height: 1;
  margin-left: 2px;
}

input {
  width: 28.75rem;
  padding: 1rem 0.9375rem !important;
  font-family: inherit;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  color: #0f2c41;
  display: block;
}

input:focus {
  border-color: rgba(10, 185, 121, 0.3);
  box-shadow: 0 4px 12px rgba(10, 185, 121, 0.3);
}

input::placeholder {
  color: rgba(153, 153, 153, 1);
  font-weight: 400;
  opacity: 0.8;
}

.error-message {
  color: #cf2640;
  margin-top: 6px;
  margin-left: 8px;
  min-height: 1.4em; /* 占位防止抖动 */
  font-weight: 450;
  letter-spacing: 0.2px;
  transition: all 0.1s;
}
.close_icon {
  width: 1.25rem;
  position: absolute;
  top: 2.625rem;
  right: 2.625rem;
}
/* 提交按钮 */
.submit-btn {
  width: 100%;
  background: #0ab979;
  border: none;
  border-radius: 40px;
  padding: 1rem 1.8rem;
  font-weight: 600;
  color: white;
  cursor: pointer;
  margin-top: 32px;
  box-shadow: 0 15px 25px -8px rgba(10, 185, 121, 0.3);
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0.8px;
}

.submit-btn:hover {
  background: linear-gradient(
    135deg,
    rgba(10, 185, 121, 0.9),
    rgba(10, 185, 121, 1)
  );
  transform: translateY(-3px);
  box-shadow: 0 1.375rem 1.875rem -12px rgba(10, 185, 121, 1);
}

.submit-btn:active {
  transform: translateY(0);
  box-shadow: 0 0.5rem 1rem -0.375rem rgba(10, 185, 121, 1);
}




/* 模拟设计标注：视觉上卡片内已经使用了80px/105px/560px */

.window_content .brand {
  color: #0ab979;
}
.window_content .contact-item .label,
.window_content .contact-item a {
  color: #1c1c1c;
}



