/* 公共样式 */
.public_max_width {
  max-width: 1200px;
  margin: 0 auto;
}
.public_title_en {
  font-size: 3.2rem;
  color: #999;
  white-space: nowrap;
  font-weight: normal;
}
.public_title_en::first-letter {
  text-transform: uppercase;
}
.public_title_ch {
  font-size: 4.4rem;
  color: #071c52;
  white-space: nowrap;
  text-align: center;
}
.public_title_desc {
  font-size: 2rem;
  color: #555;
  white-space: nowrap;
  text-align: center;
  font-weight: normal;
  margin: 1.6rem 0 0;
}
.public_title_other_desc {
  font-size: 2rem;
  color: #999;
  white-space: nowrap;
  font-weight: normal;
  margin: 1.6rem 0 0;
}
.public_display_center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.public_title_other_en {
  font-size: 2.4rem;
  margin: 0.6rem 0 0;
  color: #999;
  white-space: nowrap;
  font-weight: normal;
  text-transform: uppercase;
}
.public_title_other_ch {
  font-size: 4.8rem;
  color: #071c52;
  white-space: nowrap;
  background: url(../images/title_bg.png) no-repeat 4rem center;
  background-size: contain;
  position: relative;
}
.public_more {
  font-size: 1.6rem;
  color: #2348a7;
  padding: 0 3rem 0 0;
  background: url(../images/a_more.png) no-repeat center right;
}

.public_banner {
  width: 100%;
  min-height: 300px;
  position: relative;
  display: flex;
  position: relative;
  z-index: 1;
}
.public_banner img {
  width: 100%;
  object-fit: cover;
}
.public_banner .public_max_width {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.public_banner .public_banner_text {
  font-size: 4.8rem;
  color: #fff;
  margin: 0 0 0 5rem;
}

.public_header {
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.public_tabs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.public_tabs li .a {
  font-size: 1.6rem;
  padding: 1.9rem 4rem;
  margin: 0 3rem 0 0;
  color: #222;
  position: relative;
  transition: all 0.25s ease;
}
.public_tabs li:last-child .a {
  margin: 0;
}
.public_tabs li .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #dc2c2e;
  border-radius: 3px 3px 0 0;
}
.public_tabs li .a.active,
.public_tabs li .a:hover {
  color: #dc2d2d;
  font-weight: 700;
}

.public_app_menu {
  width: 100%;
  position: relative;
  display: none;
  z-index: 10001;
}
.public_app_menu_t {
  width: 100%;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.7rem;
  text-align: center;
  background: rgba(7, 28, 82, 1);
  color: #fff;
  cursor: pointer;
  position: relative;
}
.public_app_menu_t::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(20%) translateY(-30%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.public_app_menu_c {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  margin: 0px;
  padding: 0px;
  background: rgba(255, 255, 255, 1);
  text-indent: 0px;
  z-index: 9999;
  display: none;
  -moz-box-shadow: 0px 0px 10px #c7c5bf; /*firefox*/
  -webkit-box-shadow: 0px 0px 10px #c7c5bf; /*webkit*/
  box-shadow: 0px 0px 10px #c7c5bf; /*opera或ie9*/
}
.public_app_menu_c li {
  width: 100%;
  float: left;
  text-align: center;
}
.public_app_menu_c li .a {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  display: inline-block;
  color: #222;
  font-size: 1.6rem;
  text-decoration: none;
  text-indent: 0px;
}
.public_app_menu_c li .a:hover,
.public_app_menu_c li .a.active {
  color: #fff;
  text-decoration: none;
  background: rgba(7, 28, 82, 0.8);
}

.public_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.6rem 0;
}
.public_menu b,
.public_menu a {
  color: #222;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public_menu b {
  color: #999;
  margin: 0 0.5rem;
  font-weight: normal;
}

.public_other_head {
  width: 100%;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  background: #f7f7f7;
  font-size: 2.4rem;
  color: #333;
}
.public_content {
  width: 100%;
  position: relative;
  padding: 0 0 8rem;
}

/* 返回顶部 */
.back_top {
  position: fixed;
  right: 15px;
  bottom: 80px;
  width: 48px;
  height: 48px;
  background: url(../images/top.png) center center no-repeat;
  cursor: pointer;
  z-index: 999999;
  display: none;
}

/* 图片放大动画 */
.fang {
  overflow: hidden;
  display: flex;
  width: 100%;
}
.fang img {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  display: flex;
}
.fang:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.swiper-button-lock {
  display: block !important;
}

/*------------------------------头部样式------------------------------*/
.header {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 4rem;
  z-index: 10000;
  -webkit-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}
.header.fixedmenu {
  background: #fff;
  top: 0px;
  position: fixed;
  box-shadow: 0px 0px 10px #e5e5e5;
}
.header_div {
  width: 1200px;
  margin: 0px auto;
}
.i_top {
  width: 100%;
  height: 10rem;
  background-image: linear-gradient(180deg, #ffffff66 0%, #ffffffd6 100%);
  border: 2px solid #ffffff;
  border-radius: 24px;
  padding: 0px 2.5%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixedmenu .i_top {
  border: none;
  background: transparent;
}
.i_top.activezz {
  background-color: #fff;
  border-radius: 24px 24px 0px 0px;
}
.logo_img {
  margin: 0 4rem 0 0;
}
.menu_box {
  width: 66%;
}
.menu_nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
.menu_nav > li {
  width: 15%;
  height: 100%;
  text-align: center;
  position: relative;
  line-height: 9.8rem;
}
.menu_nav > li:last-child {
  margin-right: 0;
}
.menu_nav li .nav_a {
  width: 100%;
  color: #222;
  display: inline-block;
  font-size: 1.8rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.menu_nav li .nav_a.activetopm1,
.menu_nav li a:hover {
  color: #dd2c2d;
  font-weight: 700;
  text-decoration: none;
}
.i_top .twodiv {
  width: calc(100% + 4px);
  position: absolute;
  left: -2px;
  top: 100%;
  background-color: #fff;
  border-top: 2px solid #00000012;
  border-radius: 0px 0px 24px 24px;
  display: none;
}
.twodiv .twobox {
  width: 100%;
  max-width: 1200px;
  padding: 15px 2.5% 60px 2.5%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.fixedmenu .i_top .twodiv {
  position: fixed;
  top: 10rem;
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-top: 2px solid #00000012;
}
.i_top .twodiv_box1 {
  width: 66%;
  display: flex;
}
.i_top .twodiv_box1 dd {
  width: 15%;
}
.i_top .twodiv_box1 dd a {
  width: 100%;
  padding: 5px 0px;
  color: #222;
  font-size: 1.4rem;
  text-align: center;
  white-space: nowrap;
}
.i_top .twodiv_box1 dd a:hover {
  text-decoration: none;
  color: #dd2c2d;
}

.search_box {
  height: 100%;
  padding: 0 0 0 4rem;
  margin: 0 0 0 1rem;
  position: relative;
}
.search_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 2rem;
  background: #222222;
}
.search_box .yuan {
  height: 100%;
  line-height: 9.8rem;
  border-radius: 100%;
  background: url(../images/ss.png) center left no-repeat;
  background-size: 2rem;
  cursor: pointer;
  color: #2348a7;
  font-size: 1.8rem;
  padding: 0 0 0 2.6rem;
}
.search_input {
  width: 20rem;
  height: 4rem;
  z-index: 9999;
  position: absolute;
  top: calc(100% + 2px);
  right: 2.5%;
  display: none;
}
.search_input form {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.search_input .text {
  width: calc(100% - 4rem);
  height: 4rem;
  line-height: 4rem;
  padding: 0 0 0 1.6rem;
  background-color: #071c52;
  color: #fff;
  float: left;
}
.search_input .text::placeholder {
  font-weight: normal;
  color: #fff;
  font-size: 1.6rem;
}
.search_input .submit {
  float: right;
  width: calc(100% - 16rem);
  height: 4rem;
  background: #071c52 url(../images/ss1.png) center center no-repeat;
  background-size: 2rem;
}

.wap_sousuo {
  width: 100%;
  padding: 10px 20px 10px 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.wap_sousuo .ipt1 {
  width: 80%;
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 14px;
}
.wap_sousuo .ipt2 {
  width: 20%;
  height: 30px;
  background: url(../images/ss2.png) right center no-repeat;
  background-size: 20px;
}

.footer {
  width: 100%;
  background: #08101e;
}
.footer .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8rem 0;
}
.footer .menu_list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.menu_list > li {
  width: 20%;
}
.menu_list .nav_a {
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.menu_list .ul a {
  font-size: 1.4rem;
  color: #999999;
  margin: 2.4rem 0 0 0;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.footer .top .text {
  margin: 0 4rem 0 0;
}
.footer .top .text h5 {
  font-size: 2rem;
  color: #ffffff;
  margin: 0 0 1.6rem;
}
.footer .top .text .company,
.footer .top .text .contact_li p {
  font-size: 1.4rem;
  color: #ffffff;
  white-space: nowrap;
}
.footer .top .text .contact_li {
  display: flex;
  align-items: center;
  margin: 1.6rem 0 0;
}
.footer .top .text .contact_li img {
  margin: 0 0.6rem 0 0;
}
.footer .top .wx_code {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .top .wx_code p {
  font-size: 1.2rem;
  color: #999999;
  margin: 1.5rem 0 0;
}
.footer .bottom {
  display: flex;
  justify-content: center;
  border-top: 1px solid #152445;
  padding: 2rem 0;
}
.footer .bottom a,
.footer .bottom p {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #999;
  text-align: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "" !important;
}

/*------------------------------首页样式------------------------------*/
.swiper-home-banner {
  width: 100%;
  height: 90vh;
  position: relative;
}
.swiper-home-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper-home-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.swiper-home-banner .swiper-slide.swiper-slide-active > img {
  animation: hvr-bob 3s ease 1;
}
.swiper-home-banner .swiper-text {
  width: 100%;
  position: absolute;
  top: calc(45%);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
}
.swiper-home-banner .swiper-slide h4 {
  font-size: 9.6rem;
  color: #dd2c2d;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out 0.5s;
}
.swiper-home-banner .swiper-slide h5 {
  font-size: 6rem;
  color: #fff;
  text-align: center;
  margin: 2rem 0 0;
  font-weight: normal;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out 0.7s;
}
.swiper-home-banner .swiper-slide h6 {
  font-size: 3.2rem;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out 0.9s;
}
.swiper-home-banner .swiper-slide.swiper-slide-active .opacity {
  opacity: 1;
  transform: translateY(0);
}
.swiper-pagination-home {
  bottom: 4rem !important;
}
.swiper-pagination-home .swiper-pagination-bullet {
  width: 6.4rem;
  height: 8px;
  background-color: rgba(225, 225, 225, 0.68);
  border-radius: 6px;
  opacity: 1;
}
.swiper-pagination-home .swiper-pagination-bullet-active {
  background-color: #dd2c2d;
}

.content1 {
  width: 100%;
  padding: 8rem 0 12rem;
  position: relative;
  background: 100% 100% url(../images/content1_bg.png) no-repeat;
}
.content1 .public_title_ch {
  font-size: 3.6rem;
  text-align: left;
}
.content1 .head_text {
  position: absolute;
  top: 5rem;
  left: calc(50% - 13rem);
  opacity: 0.12;
  font-weight: 700;
  font-size: 9rem;
  color: #999999;
  text-transform: uppercase;
}
.content1 .content1_box {
  display: flex;
  align-items: center;
  padding: 3.5rem 0 0;
  /* border-bottom: 1px solid #e5e5e5; */
  /* padding: 3.5rem 0 6.4rem; */
  /* margin: 0 0 6.4rem; */
}
.content1_box .left {
  width: 50%;
  padding: 0 5% 0 0;
}
.content1_box .message .text {
  font-size: 1.6rem;
  color: #222222;
  line-height: 2.8rem;
  margin: 1rem 0 2rem;
}
.content1_box .video,
.content1_box .image {
  width: 50%;
  border-radius: 20px;
}
.list_card_company {
  display: flex;
  flex-wrap: wrap;
}
.list_card_company li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 2rem;
}
.list_card_company li img {
  width: 12rem;
  height: 12rem;
}
.list_card_company li .num {
  font-size: 3.6rem;
  color: #071c52;
  font-weight: 700;
  margin: 1.6rem 0 0.8rem;
}
.list_card_company li .num b,
.list_card_company li p {
  font-size: 1.6rem;
  color: #071c52;
}

.content2 {
  width: 100%;
  padding: 12rem 0;
  position: relative;
  background: 100% 100% url(../images/content2_bg.png) no-repeat;
}
.content2_box {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 6.4rem 0 0;
}
.list_project {
  width: 24%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.list_project li {
  font-weight: 700;
  font-size: 2.4rem;
  color: #071c52;
  position: relative;
  padding: 0 0 0 calc(10% + 50px);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.list_project li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 10%;
  height: 4px;
  background-color: #999;
  transition: all 0.2s ease-in-out;
}
.list_project li.active {
  color: #2348a7;
}
.list_project li.active::before {
  content: "";
  background-color: #2348a7;
  width: 20%;
}
.swiper-project {
  width: 76%;
  height: 450px;
}
.swiper-project .swiper-slide {
  overflow: hidden;
  position: relative;
}
.swiper-project .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}
.swiper-project .swiper-slide.swiper-slide-active > img {
  animation: hvr-bob 2.5s ease 1;
}
.swiper-project .swiper-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 100%;
  padding: 6rem 0 0 3rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #ffffff;
  line-height: 2.8rem;
  background-image: linear-gradient(90deg, #2348a7 0%, #2348a700 100%);
}
.swiper-project .swiper-button-next,
.swiper-project .swiper-button-prev {
  position: absolute;
  left: 3rem;
  top: auto;
  bottom: 6rem;
  transform: translateY(-50%);
  background-image: url(../images/next.png);
  width: 4.8rem;
  height: 4.8rem;
  background-size: 4.8rem !important;
}
.swiper-project .swiper-button-prev {
  bottom: 14rem;
  background-image: url(../images/prev.png);
}
.swiper-pagination-project {
  width: 15% !important;
  height: 2px !important;
  background: #fff;
  top: auto !important;
  left: 6rem !important;
  bottom: 3rem;
}
.swiper-pagination-project .swiper-pagination-progressbar-fill {
  background-color: #dd2c2d;
}
.swiper-pagination-project .num {
  font-size: 1.6rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  left: -3rem;
}
.swiper-pagination-project .allNum {
  font-size: 1.6rem;
  color: #ffffff;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: -3rem;
}

.content3 {
  width: 100%;
  padding: 12rem 0;
  position: relative;
  background: url(../images/content3_bg.png) no-repeat;
  background-size: 100% 100%;
}
.content3 .list_card {
  margin: 6.4rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5%;
}
.content3 .list_card li {
  /* width: 32%; */
  width: 24.5%;
  /* height: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 0 2rem;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.content3 .list_card a {
  width: 100%;
  height: 100%;
}
.content3 .list_card li .fang {
  border-radius: 16px 16px 0 0;
}
.content3 .list_card li .fang img {
  width: 100%;
}
.content3 .list_card .text {
  width: 100%;
  /* min-height: 50%; */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.4rem 1.6rem 2.8rem 2.8rem;
  position: relative;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.content3 .list_card .text h5 {
  width: 100%;
  font-weight: 700;
  font-size: 2.4rem;
  color: #071c52;
  margin: 0 0 1.6rem;
  max-height: 6.2rem;
  overflow: hidden;
  text-align: center;
}
.content3 .list_card .text p {
  font-size: 1.6rem;
  color: #555555;
  line-height: 2.6rem;
  /* margin: 0 0 4.8rem; */
  max-height: 7.8rem;
  overflow: hidden;
  position: relative;
  transition: height 0.25s ease;
}
.content3 .list_card .text p .after {
  position: absolute;
  right: 0;
  bottom: 0;
}
.content3 .list_card .text .jian {
  position: absolute;
  right: 1.6rem;
  bottom: 2.8rem;
  display: none;
}
.a_button {
  width: 100%;
  background: #dc2c2e;
  border-radius: 8px;
  padding: 1.5rem 0;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  border: none;
}
.content3 .list_card .text .a_button {
  margin: 2.4rem 0 0;
}
.a_more_box {
  display: flex;
  justify-content: center;
  margin: 3.2rem 0 0;
}
.a_more {
  background: #dc2c2e;
  border-radius: 8px;
  padding: 1.5rem 5rem 1.5rem 4rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  border: none;
  background-image: url(../images/jian_w.png);
  background-position: 80% 1.95rem;
  background-repeat: no-repeat;
}
/* .content3 .list_card .text .a_button {
  opacity: 0;
}
.content3 .list_card li.hovered .text p {
  max-height: 15.6rem;
  transition: height 0.25s linear;
}
.content3 .list_card li.hovered .text {
  position: absolute;
  bottom: 0;
}
.content3 .list_card li.hovered .a_button {
  opacity: 1;
  transition: all 0.25s linear;
}
.content3 .list_card li.hovered .jian {
  opacity: 0;
} */

.content4 {
  width: 100%;
  padding: 12rem 0;
  position: relative;
  background: url(../images/content4_bg.png) no-repeat;
  background-size: 100% 100%;
}
.list_tab {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
  margin: 6.4rem 0 2.2rem;
}
.list_tab li {
  padding: 1rem 4.8rem;
  font-size: 1.6rem;
  color: #222222;
  text-align: center;
  cursor: pointer;
}
.list_tab li.active {
  color: #fff;
  background-image: linear-gradient(90deg, #e9766f 0%, #dc2c2e 100%);
  border-radius: 2px;
}
.product_menu {
  width: 100%;
  position: relative;
  display: none;
  z-index: 999;
  margin: 3rem 0;
}
.product_menu_t {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.75rem;
  text-align: center;
  background-image: linear-gradient(90deg, #e9766f 0%, #dc2c2e 100%);
  color: #fff;
  cursor: pointer;
  position: relative;
}
.product_menu_t::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(20%) translateY(-30%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fff;
}
.product_menu_c {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 100%;
  background: #e1e6f0d3;
  display: none;
}
.product_menu_c li {
  width: 100%;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  display: inline-block;
  color: #222;
  font-size: 1.7rem;
}
.product_menu_c li:hover,
.product_menu_c li.active {
  color: #fff;
  background-image: linear-gradient(90deg, #e9766f 0%, #dc2c2e 100%);
}

.swiper-job {
  padding: 10px 10px 6rem;
}
.swiper-job .swiper-slide {
  height: auto !important;
  padding: 0 0 2.8rem;
  box-shadow: 0 0 10px #e1e6f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 12px;
}
.swiper-job .swiper-slide .sub-title {
  width: 100%;
  padding: 2.4rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  color: #071c52;
  border-bottom: 1px dashed #e5e5e5;
  border-radius: 12px 12px 0 0;
  background-image: linear-gradient(180deg, #eaf3ff 0%, #fefeff 100%);
}
.swiper-job .swiper-slide.female .sub-title {
  background-image: linear-gradient(180deg, #ffeaeb 0%, #fefdfd 100%);
}
.swiper-job .swiper-slide .sub-title img {
  width: 5.6rem;
}
.swiper-job .swiper-slide .desc {
  width: 100%;
  font-size: 1.6rem;
  color: #555555;
  line-height: 2.2rem;
  padding: 2.8rem 2.8rem 3.6rem;
}
.swiper-job .swiper-slide .public_more {
  position: absolute;
  bottom: 2.8rem;
}
.swiper-pagination-job .swiper-pagination-bullet {
  width: 6.4rem;
  height: 8px;
  background-color: rgba(225, 225, 225, 0.68);
  border-radius: 6px;
  opacity: 1;
}
.swiper-pagination-job .swiper-pagination-bullet-active {
  background-color: #dd2c2d;
}

.content5 {
  width: 100%;
  padding: 12rem 0;
  position: relative;
  background: url(../images/content5_bg.png) no-repeat;
  background-size: 100% 100%;
}
.content5_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 6.4rem 0 0;
}
.news_first {
  width: calc(50% - 8rem);
  background-color: #fff;
  padding: 4.8rem 5.2rem;
}
.news_first .time {
  font-size: 2.4rem;
  color: #222;
  margin: 0 0 0.8rem;
}
.news_first h5 {
  font-size: 2.4rem;
  color: #222;
  margin: 0 0 0.8rem;
}
.news_first .desc {
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 2rem;
}
.news_first > img {
  width: 100%;
}
.news_first .a_button {
  margin: 4.8rem 0 0;
  width: auto;
  padding: 1.5rem 4.8rem;
  display: block;
}
.list_new {
  width: 50%;
}
.list_new li {
  padding: 3.3rem 2.4rem 3.3rem 1.2rem;
  border-top: 1px solid #e5e5e5;
  transition: all 0.2s linear;
}
.list_new li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.list_new li a .text {
  max-width: 80%;
}
.list_new li a .text h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.6rem;
  color: #222222;
  margin: 0 0 1.6rem;
  padding: 0 0 0 18px;
  position: relative;
  transition: all 0.2s linear;
}
.list_new li a .text h5::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #222;
  transition: all 0.2s linear;
}
.list_new li a .text .desc {
  font-size: 1.4rem;
  color: #555;
  line-height: 2.2rem;
  height: 4.4rem;
  overflow: hidden;
}
.list_new li a .time {
  font-size: 2.4rem;
  color: #999;
  position: relative;
}
.list_new li a .time::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 2.8rem;
  height: 1.2rem;
  background: 100% url(../images/jian_gory.png) no-repeat;
}
.list_new li:last-child {
  border-bottom: 1px solid #e5e5e5;
}
.list_new li:hover {
  background-color: #fff;
}
.list_new li:hover a .text h5 {
  color: #dc2c2e;
}
.list_new li:hover a .text h5::before {
  background-color: #dc2c2e;
}
.list_new li:hover a .time::after {
  background: 100% url(../images/jian_red.png) no-repeat;
}
.content6 {
  width: 100%;
  padding: 12rem 0;
  position: relative;
  background: url(../images/home_honor_bg.png) no-repeat bottom left;
  background-size: 100% 160px;
}
.content6 .public_title_en {
  text-align: center;
}
.content6 .content6_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 6.4rem 0 0;
}
.content6_box .left {
  width: 42%;
  padding: 0 5% 0 0;
}
.content6_box .message .text {
  font-size: 1.6rem;
  color: #222222;
  line-height: 2.6rem;
  margin: 0 0 3.2rem;
}
.content6_box .image {
  width: 58%;
}

/* 内页 */
.body_container_detail {
  position: relative;
}
.public_content .list_card_company {
  margin: 8rem 0 0;
}
.other_box {
  margin: 8rem 0 0;
}
.other_box .text {
  font-size: 1.6rem !important;
  color: #222222 !important;
  line-height: 2.6rem;
  margin: 3.2rem 0;
}
.other_box .text h6 {
  font-size: 2.4rem;
  color: #222222;
  margin: 0 0 1rem;
}
.other_box .video,
.other_box .image {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  object-fit: cover;
}
.other_box .info_image,
.other_box .text_bg .bg {
  width: 100%;
  object-fit: cover;
}
.other_box .text_bg {
  width: 100%;
  height: 340px;
  position: relative;
  margin: 3.2rem 0 0;
  padding: 0 0 3rem 6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  border-radius: 10px;
}
.other_box .text_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(
    90deg,
    #2348a7 0%,
    #2348a7 32%,
    #2348a7de 66%,
    #2348a700 100%
  );
}
.other_box .text_bg .logo {
  position: relative;
  z-index: 2;
}
.other_box .text_bg p {
  width: 55%;
  font-size: 1.6rem;
  color: #fff;
  line-height: 2.6rem;
  position: relative;
  z-index: 2;
}
.swiper-features {
  padding: 7.2rem 0 0 0;
  transform: translateY(-5.2rem);
}
/*高度自适应*/
.swiper-features .swiper-slide {
  height: auto !important;
}
.swiper-features .swiper-slide img {
  width: 100%;
  display: flex;
}
.swiper-features .swiper-button-next,
.swiper-features .swiper-button-prev {
  position: absolute;
  left: auto;
  top: 0;
  right: 0;
  margin: 0;
  background-image: url(../images/right.png);
  width: 4rem;
  height: 4rem;
  background-size: 4rem !important;
}
.swiper-features .swiper-button-prev {
  right: 7.2rem;
  background-image: url(../images/left.png);
}
.bottom_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.list_culture {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 3.2rem 0 0;
}
.list_culture li {
  width: calc(25% - 9px);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list_culture li img {
  width: 100%;
}
.list_culture li h6 {
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-size: 2.4rem;
  color: #ffffff;
}
.list_culture li p {
  width: 85%;
  position: absolute;
  top: 6rem;
  left: 2rem;
  font-size: 1.6rem;
  color: #ffffff;
  height: 4.4rem;
  overflow: hidden;
}

/* 树桩树形 */
.list_tree {
  margin: 3.2rem 0 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.list_tree::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #d8deeb;
}
.list_tree .li {
  position: relative;
  max-width: 540px;
  width: 45%;
  left: calc(50% - 40px);
}
.list_tree .li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 2.4rem;
  background-image: linear-gradient(-45deg, #f5f8ff 0%, #ffffff 100%);
  border: 1px solid #d8deeb;
  transform: translateX(-100%);
}
.list_tree .li .yuan {
  display: block;
  position: absolute;
  top: 5px;
  right: -40px;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #d8deeb;
}
.list_tree .li .yuan::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  display: block;
  width: 10px;
  height: 10px;
  background-image: linear-gradient(90deg, #dc2d2d 0%, #ff5719 100%);
  border-radius: 50%;
}
.list_tree .li:nth-of-type(2n) {
  left: calc(50% + 40px);
}
.list_tree .li:nth-of-type(2n) a {
  transform: translateX(0);
  align-items: flex-start;
}
.list_tree .li:nth-of-type(2n) .yuan {
  left: -40px;
  right: auto;
}
.list_tree .li:nth-of-type(2n) .yuan::before {
  right: auto;
  left: -7px;
}
.list_tree .fang {
  width: auto;
  max-width: 100%;
}
.list_tree .fang img {
  width: 100%;
}
.list_tree .message h5 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
  text-align: right;
  color: #222;
}
.list_tree .message h6 {
  font-size: 1.6rem;
  color: #555;
  font-weight: normal;
  margin: 0 0 0.2rem;
  text-align: right;
}
.list_tree .message p {
  font-size: 1.6rem;
  color: #999;
  line-height: 2.4rem;
  text-align: right;
  margin: 0 0 1rem;
}
.list_tree .li:nth-of-type(2n) h5,
.list_tree .li:nth-of-type(2n) h6,
.list_tree .li:nth-of-type(2n) p {
  text-align: left;
}
.other_box_margin {
  margin: 8rem 0 12rem;
}
/* 企业资质 */
.list_enterprise {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 3.2rem 0 0;
}
.list_enterprise li {
  width: calc(25% - 9px);
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(0deg, #eaf1ff 0%, #ecf5ff 100%);
  border-radius: 8px;
  padding: 0 0 1em;
}
.list_enterprise li img {
  width: 100%;
  padding: 8px;
}
.list_enterprise li h6 {
  padding: 0 2rem;
  font-size: 1.8rem;
  color: #222;
  margin: 1rem 0 0.4rem;
}
.list_enterprise li p {
  padding: 0 2rem;
  font-size: 1.6rem;
  color: #555;
  height: 4.4rem;
  overflow: hidden;
}
.other_bg_box {
  background: #f0f7ff;
  padding: 12rem 0;
}
/* 荣誉证书 */
.swiper-honor {
  margin: 2.4rem 0 0;
  padding: 7.2rem 0 0 0;
}
.swiper-honor .swiper-slide {
  height: auto !important;
  background-image: linear-gradient(0deg, #e9f0ff 0%, #ffffff 100%);
  border: 2px solid #ffffff;
  box-shadow: 0 6px 24px 0 #dde4f0;
  border-radius: 8px;
  margin-bottom: 12px !important;
  margin-top: 0 !important;
}
.swiper-honor .swiper-slide img {
  width: 100%;
  padding: 8px;
  display: flex;
}
.swiper-honor .swiper-slide p {
  padding: 0 2rem;
  text-align: center;
  font-size: 1.6rem;
  color: #222;
  line-height: 2.6rem;
  height: 5.2rem;
  overflow: hidden;
}
.swiper-honor .swiper-button-next,
.swiper-honor .swiper-button-prev {
  position: absolute;
  left: calc(50% + 3.6rem);
  transform: translateX(-50%);
  top: 0;
  right: auto;
  margin: 0;
  background-image: url(../images/right.png);
  width: 4rem;
  height: 4rem;
  background-size: 4rem !important;
}
.swiper-honor .swiper-button-prev {
  left: calc(50% - 3.6rem);
  background-image: url(../images/left.png);
}
/* 合作伙伴 */
.list_partner {
  width: auto;
  height: auto;
  max-width: 1338px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 3.2rem 0 0;
  padding: 8rem 10rem 8rem 15rem;
  background: url(../images/partner_bg.png) no-repeat;
  background-size: 100% 100%;
  transform: translateX(-2rem);
}
.list_partner a {
  width: auto;
}
.list_partner a img {
  width: 100%;
  padding: 6px;
}
/* 公司动态/行业资讯 */
.list_news_l {
  /* margin: 6rem 0 0; */
  padding: 6rem 0 0;
}
.list_news_l li {
  transition: all 0.2s ease;
  position: relative;
}
.list_news_l li a {
  display: flex;
  align-items: stretch;
  padding: 2rem 2.8rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
}
/* .list_news_l li:last-child a {
  border: none;
} */
.list_news_l li .time_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.8rem;
}

.list_news_l li .time_box .month {
  font-size: 2.8rem;
  color: #999;
  padding: 0 0 1.2rem;
  margin: 0 0 0.6rem;
  position: relative;
  transition: all 0.2s ease;
}
.list_news_l li .time_box .month::after {
  content: "";
  width: 24px;
  height: 1px;
  background: #dddddd;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.list_news_l li .time_box .month::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #2348a7;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_news_l li .time_box .year {
  font-size: 1.6rem;
  color: #bfbfbf;
  transition: all 0.2s ease;
}
.list_news_l li a .img {
  display: flex;
  width: 30%;
  max-width: 260px;
  overflow: hidden;
}
.list_news_l li a .img img {
  width: 100%;
  transition: all 0.2s ease;
}
.list_news_l .message {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding: 0 0 0 2rem;
  justify-content: space-between;
}
.list_news_l .message h5 {
  font-size: 1.8rem;
  color: #222;
  margin: 0 0 1rem;
  transition: all 0.2s ease;
}
.list_news_l .message p {
  font-size: 1.4rem;
  color: #555;
  margin: 0 0 0.6rem;
}
.list_news_l .button_box {
  position: relative;
}
.list_news_l .button_box img {
  width: 28px;
  transition: all 0.1s ease;
}
.list_news_l .button_box button {
  padding: 1rem 5rem 1rem 4rem;
  text-align: center;
  background: #dc2c2e;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #ffffff;
  border: none;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.1s ease;
  background-image: url(../images/jian_w.png);
  background-position: 80% center;
  background-repeat: no-repeat;
}
.list_news_l li:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px 0 #d8ddeb;
}
.list_news_l li:hover .time_box .year {
  color: #2348a7;
  transform: translateX(10px);
}
.list_news_l li:hover .time_box .month {
  color: #2348a7;
  transform: translateX(-10px);
}
.list_news_l li:hover h5 {
  color: #dc2c2e;
  transform: translateX(10px);
}
.list_news_l li:hover a .img img {
  transform: scale(1.05);
}
.list_news_l li:hover .button_box img {
  opacity: 0;
}
.list_news_l li:hover .button_box button {
  opacity: 1;
}
/* 分页样式 */
.el_pages {
  margin: 3.2rem 0 0;
}
.change_page {
  width: 100%;
  padding: 2.8rem 0 0;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.change_item {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #222;
}
.change_item:last-child {
  justify-content: flex-end;
}
.change_item a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.change_item img {
  transform: rotate(90deg) translateX(1px);
}
.change_item:last-child img {
  transform: rotate(270deg) translateX(-1px);
}
.change_item b {
  color: #d8deeb;
  margin: 0 1.6rem 0 2.1rem;
}
.change_item:last-child b {
  margin: 0 2.1rem 0 1.6rem;
}
/* 新闻详情 */
.news_detail_box {
  background-color: #fff;
  padding: 2.8rem 3.6rem;
  position: relative;
  z-index: 1;
}
.detail_title_box {
  padding: 0 0 2.8rem;
  margin: 0 0 2.8rem;
  border-bottom: 1px solid #e5e5e5;
}
.detail_title_box h5 {
  font-size: 2.8rem;
  color: #333;
  margin: 0 0 3rem;
}
.detail_title_box p {
  font-size: 1.4rem;
  color: #999;
}
.detail_title_box .button_message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detail_content img {
  max-width: 100%;
  display: block;
  margin: 2.8rem auto;
}
.detail_content {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #222;
}
/* 产品中心 */
.list_product {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3%;
  padding: 6.4rem 0 0;
}
.list_product li {
  /* width: 32%; */
  width: 24%;
  margin: 0 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.list_product li a {
  width: 100%;
  height: 100%;
}
.list_product li .fang {
  border-radius: 16px 16px 0 0;
}
.list_product li .fang img {
  width: 100%;
}
.list_product .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.4rem 2.8rem 2.8rem;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
  position: relative;
  height: auto;
}
.list_product .text h5 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: #071c52;
  margin: 0 0 1rem;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.list_product .text p {
  width: 100%;
  font-size: 1.6rem;
  color: #555555;
  line-height: 2.6rem;
  height: 5.2rem;
  margin: 0 0 4rem;
  overflow: hidden;
  position: relative;
}
.list_product .text p .after {
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_product .text .price {
  position: absolute;
  left: 2.8rem;
  bottom: 2.8rem;
  font-weight: 700;
  font-size: 2.4rem;
  color: #dc2c2e;
}
.list_product .text .jian {
  position: absolute;
  right: 2.8rem;
  bottom: 2.8rem;
}
.list_product li:hover .a_button {
  opacity: 1;
}
.list_product .text .a_button,
.list_product li:hover .jian,
.list_product li:hover .price {
  opacity: 0;
}
/* 产品详情 */
.p_detail_box {
  width: 100%;
  margin: 2.1rem 0 0;
  padding: 2.8rem 3.6rem;
  background: #fff;
}
.p_detail_box .video {
  width: 100%;
}
.p_detail_title {
  margin: 2.8rem 0 0;
  display: flex;
  justify-content: space-between;
}
.p_detail_title h5 {
  max-width: 60%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 2.8rem;
  color: #071c52;
}
.p_detail_title .price {
  font-weight: 700;
  font-size: 2.8rem;
  color: #dc2c2e;
}
.p_detail_box .public_title_other_en {
  font-size: 1.6rem;
  margin: 0.6rem 0 0;
  color: #999;
  white-space: nowrap;
  font-weight: normal;
  text-transform: uppercase;
}
.p_detail_box .public_title_other_ch {
  font-size: 2.8rem;
  color: #071c52;
  white-space: nowrap;
  background: none;
}
.swiper-producot-view {
  padding: 0 0 2.8rem;
}
.swiper-producot-view .swiper-slide img {
  width: 100%;
  display: flex;
}
.swiper-producot-view .swiper-button-next,
.swiper-producot-view .swiper-button-prev {
  background-image: url(../images/p_s_right.png);
  width: 4rem;
  height: 36%;
  max-height: 140px;
  margin: 0;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
}
.swiper-pagination-view {
  bottom: 0 !important;
  display: none;
}
.swiper-pagination-bullet-active {
  background-color: #071c52;
}
.swiper-producot-view .swiper-button-prev {
  background-image: url(../images/p_s_left.png);
}
.swiper-producot-thumb .swiper-slide img {
  width: 100%;
  display: flex;
  border-radius: 4px;
}
.swiper-producot-thumb .swiper-slide {
  position: relative;
  border-radius: 4px;
}
.swiper-producot-thumb .swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #dc2c2e;
  background-color: #dc2c2f2c;
  border-radius: 4px;
}
.p_detail_box_thumb {
  position: relative;
  padding: 0 4.8rem;
}
.swiper-producot-thumb {
  margin: 0 auto;
  padding: 2px 0;
  position: static;
}
.p_detail_box_thumb .swiper-button-next,
.p_detail_box_thumb .swiper-button-prev {
  background-image: url(../images/p_t_jian.png);
  background-color: #fff;
  width: 4rem;
  height: 100%;
  max-height: 140px;
  margin: 0;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
  background-size: cover;
  background-position: center;
}
.p_detail_box_thumb .swiper-button-prev {
  transform: translateY(-50%) rotate(0);
  left: 0;
}
.p_detail_box .text {
  width: 100%;
  font-size: 1.4rem;
  color: #222222;
  line-height: 2rem;
}
.p_detail_box > img {
  max-width: 100%;
  margin: 2.8rem auto;
  display: flex;
}
.p_detail_box .list_product {
  margin: 3.2rem 0 0;
  padding: 0;
}
.p_detail_box .list_product li {
  transition: all 0.2s linear;
  border: 2px solid transparent;
}
.p_detail_box .list_product li:hover {
  border-radius: 16px;
  position: relative;
  box-shadow: 0 0 10px #e1e6f0;
  border: 2px solid #fff;
  border-radius: 16px;
}
.p_detail_box .list_product .text {
  background-image: linear-gradient(0deg, #ffebeb 0%, #ffffff 100%);
}
/* 投资者关系 */
.investor_header .public_tabs li:hover .a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  background-color: #dc2c2e;
  border-radius: 3px 3px 0 0;
}
.investor_header .public_tabs li:hover .a {
  color: #dc2d2d;
  font-weight: 700;
}
.investor_content {
  padding: 0;
  background-color: #f5f6fa;
  padding: 2.1rem 0 8rem;
}
.investor_box {
  padding: 3.6rem;
  background-color: #fff;
}
.investor_box .public_title_ch {
  font-size: 2.8rem;
  text-align: left;
}
.investor_box .public_title_en {
  font-size: 1.6rem;
}
.investor_box .text {
  margin: 2rem 0 0;
  font-size: 1.7rem;
  color: #222222;
  line-height: 2.8rem;
}
/* 人才理念 */
.bring_box {
  margin: 0 0 10rem;
}
.bring_box:first-child {
  padding: 8rem 0 0;
}
.bring_box:last-child {
  margin: 0;
}
.bring_message {
  margin: 6.4rem 0 0;
  position: relative;
}
.bring_message > img {
  width: 100%;
  object-fit: cover;
  min-height: 300px;
}
.bring_message .text_box {
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: calc(50% - 20px);
  height: 52%;
  background: rgba(255, 255, 255, 0.88);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.4rem 5%;
}
.bring_message h5 {
  font-size: 2.4rem;
  color: #222222;
  margin: 0 0 2.4rem;
}
.bring_message p {
  font-size: 1.6rem;
  color: #555555;
  line-height: 2.4rem;
  max-height: 12rem;
  overflow: hidden;
}
.list_image {
  margin: 6.4rem 0 0;
  display: flex;
  flex-direction: column;
}
.list_image li {
  display: flex;
  align-items: stretch;
}
.list_image li img {
  width: 100%;
  object-fit: cover;
}
.swiper-environment {
  margin: 6.4rem 0 0;
  padding: 0 0 6rem;
}
.swiper-environment .swiper-slide img {
  width: 100%;
}
.swiper-environment .swiper-button-next,
.swiper-environment .swiper-button-prev {
  position: absolute;
  left: calc(50% + 3.6rem);
  transform: translateX(-50%);
  top: auto;
  bottom: 0;
  right: auto;
  margin: 0;
  background-image: url(../images/right.png);
  width: 4rem;
  height: 4rem;
  background-size: 4rem !important;
}
.swiper-environment .swiper-button-prev {
  left: calc(50% - 3.6rem);
  background-image: url(../images/left.png);
}
/* 人才招聘 */
.list_job {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list_job .li {
  width: calc(33% - 1.3rem);
  padding: 0 0 2.8rem;
  box-shadow: 0 0 10px #e1e6f0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border-radius: 12px;
  margin: 0 2rem 2rem 0;
}
.list_job .li:nth-of-type(3n) {
  margin-right: 0;
}
.list_job .li .sub-title {
  width: 100%;
  padding: 2.4rem 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.4rem;
  color: #071c52;
  border-bottom: 1px dashed #e5e5e5;
  border-radius: 12px 12px 0 0;
  background-image: linear-gradient(180deg, #eaf3ff 0%, #fefeff 100%);
}
.list_job .li.female .sub-title {
  background-image: linear-gradient(180deg, #ffeaeb 0%, #fefdfd 100%);
}
.list_job .li .sub-title img {
  width: 5.6rem;
}
.list_job .li .desc {
  width: 100%;
  font-size: 1.6rem;
  color: #555555;
  line-height: 2.2rem;
  padding: 2.8rem 2.8rem 3.6rem;
}
.list_job .li .public_more {
  position: absolute;
  bottom: 2.8rem;
}
.job_detail_box {
  padding: 2.8rem 3.6rem;
  background-color: #fff;
}
.job_detail_box .detail_title_box {
  margin: 0;
}
.job_detail_box .detail_title_box p {
  font-size: 1.4rem;
  color: #222;
}
.job_detail_box .time {
  font-size: 1.4rem;
  color: #999;
}
.job_detail_box .detail_content {
  /* font-size: 1.8rem; */
  color: #222;
  padding: 2.8rem 0 0.8rem;
  /* display: block; */
}
.job_detail_box .detail_content p {
  font-size: 1.4rem;
  color: #222;
  line-height: 2.8rem;
  margin: 0 0 2rem;
}
/* 联系我们 */
.contact_box {
  padding: 12rem 0;
  position: relative;
}
.contact_box .pic {
  position: absolute;
  bottom: 0;
  left: 5%;
  z-index: -1;
  height: 50%;
}
.contact_box .public_title_other_ch {
  margin-bottom: 4rem;
}
.contact_box .public_title_other_ch::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 6rem;
  height: 0.4rem;
  background-image: linear-gradient(90deg, #dc2d2d 0%, #ff5719 100%);
}
.contact_box .public_max_width {
  display: flex;
  flex-wrap: wrap;
}
.contact_box .contact_left {
  width: 50%;
}
.contact_box .contact_right {
  width: 50%;
}
#formMessage input,
#formMessage textarea {
  height: 100%;
  background: #ffffff;
  border-bottom: none;
  padding: 0 0 0 19px;
}
#formMessage input::placeholder,
#formMessage textarea::placeholder {
  color: #999;
  font-size: 1.6rem;
}
.form_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3.2rem;
}
.form_half .form_item {
  width: 48%;
  height: 48px;
}
.form_item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.form_item label {
  color: #222;
  font-size: 1.6rem;
  white-space: nowrap;
}
.form_item input {
  width: 100%;
  border: none !important;
}
.form_item_textarea {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #eeeeee;
}
label {
  color: #222;
  font-size: 1.6rem;
  white-space: nowrap;
}
.textarea {
  width: 100%;
  height: 80% !important;
  padding: 1rem 0 0 !important;
}
#formMessage .submit {
  width: 134px !important;
  height: 52px !important;
  color: #fff !important;
  font-weight: 700;
  background: #dc2c2e !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 8px;
  margin: 4.9rem 0 0;
}
.contact_map {
  background: #f9fafc;
  padding: 8rem 0;
}
.contact_map .public_max_width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact_map .left {
  width: 55%;
  padding: 0 5% 0 0;
}
.contact_map .public_title_other_ch {
  /* padding: 0 0 2rem; */
  font-size: 4rem;
  margin: 0 0 6rem;
}
.contact_map .public_title_other_ch::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  width: 6rem;
  height: 0.3rem;
  background-image: linear-gradient(90deg, #dc2d2d 0%, #ff5719 100%);
}
.list_contact {
  margin: 2rem 0 0;
}
.list_contact .li {
  display: flex;
  align-items: center;
  border-top: 1px solid #eeeeee;
  padding: 2.4rem 0;
}
.list_contact .li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.list_contact .li img {
  margin: 0 1.8rem 0;
}
.list_contact .li div p {
  font-size: 2rem;
  color: #222;
}
.list_contact .li div p:nth-of-type(1) {
  margin: 0 0 1rem;
  font-size: 1.8rem;
  color: #999;
}
.contact_map .map {
  width: 45%;
}
