.header {
  width: 100%;
  height: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 0 4.5%;
}
.header.fixed_header {
  background: #fff;
  border-bottom: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
}
.header .logo_img {
  height: 0.56rem;
}
.header .img_show {
  display: none;
}
.header.fixed_header .logo_img {
  display: none;
}
.header.fixed_header .img_show {
  display: block;
}
.menu_box {
  display: flex;
  align-items: center;
  gap: 0.48rem;
}
.menu_nav {
  width: 100%;
  height: 1.1rem;
  display: flex;
  gap: 0.48rem;
}
.menu_nav li {
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav_a {
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 1.1rem;
  font-weight: 700;
  position: relative;
}
.header .nav_a.active::after {
  content: "";
  position: absolute;
  bottom: 0.01rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.36rem;
  max-width: 100%;
  height: 0.03rem;
  border-radius: 2px;
  background: #fff;
}
.header.fixed_header .nav_a.active {
  color: #1a88d6;
}
.header.fixed_header .nav_a.active::after {
  background: #1a88d6;
}
.menu_nav li .two_menu {
  min-width: 250%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 40px 0 #0000001a;
  display: none;
}
.menu_nav li .two_menu li {
  min-width: 100%;
}
.menu_nav li .two_menu a {
  min-width: 100%;
  padding: 0.12rem 0.19rem;
  background-color: #fff;
  font-size: 0.14rem;
  color: #1a1a1a;
  line-height: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.menu_nav li .two_menu a:hover {
  background-color: #1a88d6;
  color: #ffffff;
}
.menu_box .right {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.search_box {
  position: relative;
}
.search_box .yuan {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.09rem;
  padding-left: 0.2rem;
  position: relative;
}
.search_box .yuan::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 0.22rem;
  background: #e5e5e5;
  border-radius: 1px;
}
.search_box .yuan img {
  width: 0.14rem;
}
.header .search_box .yuan .black {
  display: none;
}
.search_box .yuan span {
  white-space: nowrap;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.22rem;
  color: #ffffff;
}
.header.fixed_header .search_box .yuan span,
.header.fixed_header .nav_a {
  color: #1a1a1a;
}
.header.fixed_header .search_box .yuan .white {
  display: none;
}
.header.fixed_header .search_box .yuan .black {
  display: block;
}
.wap_sousuo {
  width: 100%;
  padding: 10px 20px 10px 30px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  display: flex;
}
.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/icon_search1.png) right center no-repeat;
  background-size: 20px;
}

.swiper-home-banner {
  width: 100%;
  height: 100vh;
}
.swiper-home-banner .swiper-slide {
  position: relative;
}
.swiper-home-banner .swiper-slide img {
  width: 100%;
  height: 100%;
  display: flex;
}
.swiper-home-banner .swiper_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem 0;
}
.swiper-home-banner .swiper_text h4,
.swiper-home-banner .swiper_text .desc {
  font-size: 0.72rem;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}
.swiper-pagination-home {
  text-align: left;
  padding-left: 7%;
  bottom: 0.5rem !important;
}
.swiper-pagination-home .swiper-pagination-bullet {
  width: 0.04rem;
  height: 0.2rem;
  border-radius: 0;
  background-color: rgba(225, 225, 225, 01);
  opacity: 1;
  transition: all 0.3s linear;
}
.swiper-pagination-home .swiper-pagination-bullet-active {
  height: 0.4rem;
  background-color: #1a88d6;
}
.swiper-home-banner .swiper_button {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-home-banner .swiper_button .icon {
  display: flex;
  align-items: center;
  gap: 0.12rem;
}
.swiper-home-banner .swiper_button .icon img {
  width: 0.28rem;
}
.swiper-home-banner .swiper-button-next,
.swiper-home-banner .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.32);
  color: #fff;
  right: 0.4rem;
}
.swiper-home-banner .swiper-button-prev {
  left: 0.4rem;
}
.swiper-home-banner .swiper-button-next::after,
.swiper-home-banner .swiper-button-prev::after {
  font-size: 0.2rem;
}

.content1 {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.06rem;
  background: url(../images/index_bg.png) no-repeat bottom right;
}
.content1 .intro {
  display: flex;
  /* align-items: flex-start; */
}
.content1 .left {
  width: 33%;
}
.content1 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content1 .right {
  width: 67%;
  padding-left: 1.18rem;
}
.content1 .right .message {
  margin: 0.42rem 0 0;
}
.content1 .right .message .text {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.32rem;
  margin: 0 0 0.42rem;
}
.num_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0.8rem 0 0;
}
.num_box li {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
.num_box img {
  width: 0.5rem;
}
.num_box .num {
  font-size: 0.48rem;
  color: #1a88d6;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
}
.num_box .num span {
  font-size: 0.16rem;
  transform: translateY(-50%);
  font-weight: normal;
}
.num_box .desc {
  font-size: 0.16rem;
  color: #999999;
  white-space: nowrap;
}
.num_box .desc p:first-child {
  font-size: 0.18rem;
  color: #1a1a1a;
  font-weight: 700;
}

.list_tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.2rem 0 0;
}
.list_tab li {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #222222;
  text-align: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.list_tab li.active {
  color: #1a88d6;
}
.list_tab li.active::after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  width: 50%;
  height: 2px;
  background: #1a88d6;
}
.list_content {
  margin: 0.43rem 0 0.52rem;
}
.list_content_item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.list_new {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.28rem;
}
.list_new a {
  width: calc(50% - 0.14rem);
  display: flex;
  align-items: stretch;
  border: 1px solid #eee;
  transition: all 0.2s linear;
}
.list_new a .time_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 0.31rem 0.32rem;
  transition: all 0.2s ease;
}
.list_new a .time_box .day {
  font-size: 0.24rem;
  color: #1a1a1a;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.list_new a .time_box .year {
  font-size: 0.16rem;
  color: #999999;
  margin: 0.14rem 0 0.12rem;
  transition: all 0.2s ease;
}
.list_new a .time_box .icon {
  width: 0.26rem;
  height: 0.26rem;
  background-image: url(../images/icon_n.png);
  background-size: 100%;
  transition: all 0.2s ease;
}
.list_new a .text {
  width: 100%;
  padding: 0.37rem 0.32rem 0.37rem 0.16rem;
}
.list_new a .text h5 {
  font-size: 0.16rem;
  color: #1a1a1a;
  margin: 0 0 0.08rem;
  transition: all 0.2s ease;
}
.list_new a .text .desc {
  font-size: 0.14rem;
  color: #999;
  line-height: 0.22rem;
  height: 0.66rem;
  overflow: hidden;
}
.list_new a:hover .time_box {
  background-color: #1a88d6;
}
.list_new a:hover .time_box .icon {
  background-image: url(../images/icon_n1.png);
}
.list_new a:hover .time_box .day,
.list_new a:hover .time_box .year {
  color: #ffffff;
}
.list_new a:hover .text h5 {
  color: #1a88d6;
}

.swiper-business {
  width: 100%;
  margin: 0.28rem 0 0;
}
.swiper-business .swiper-slide {
  position: relative;
}
.swiper-business .swiper-slide:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background-image: linear-gradient(180deg, #1a88d633 40%, #1a88d6 100%);
}
.swiper-business .swiper-slide > a {
  width: 100%;
  position: relative;
  display: flex;
}
.swiper-business .swiper-slide .fang {
  width: 100%;
}
.swiper-business .swiper-slide .fang img {
  width: 100%;
  height: 100%;
}
.swiper-business .swiper-slide .icon {
  width: 0.6rem;
}
.swiper-business .swiper-slide:hover .fang img {
  transform: scale(1.05);
}
.swiper-business .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.swiper-business .swiper-slide .text p {
  font-size: 0.18rem;
  color: #ffffff;
  text-align: center;
}
.swiper-business .swiper-slide .text p:nth-of-type(1) {
  margin: 0.3rem 0 0.06rem;
}
.swiper-pagination-business .swiper-pagination-bullet {
  background-color: rgba(225, 225, 225, 1);
  opacity: 1;
}
.swiper-pagination-business .swiper-pagination-bullet-active {
  background-color: #1a88d6;
  opacity: 1;
}

.video_swiper {
  margin: 0.28rem 0 0;
}
.video_swiper .swiper-slide {
  cursor: pointer;
}
.video_swiper .swiper-slide img {
  display: flex;
  width: 100%;
}
#video-gallery .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.28rem;
  background: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 0.24rem;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#video-gallery .swiper-slide p::before {
  content: "";
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/icon_video1.png);
  background-size: 100%;
  margin-right: 0.16rem;
}
#video-thumbs {
  padding: 0.2rem 0 0;
}
#video-thumbs .swiper-slide {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
}
#video-thumbs .swiper-slide img {
  width: 100%;
  display: flex;
  border-radius: 4px;
}
#video-thumbs .swiper-slide p {
  width: 100%;
  height: 0.36rem;
  line-height: 0.36rem;
  background: rgba(0, 0, 0, 0.44);
  font-size: 0.14rem;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.2rem;
  border-radius: 0 0 4px 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#video-thumbs .swiper-slide .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  background-image: url(../images/icon_video2.png);
  background-size: 100%;
}
#video-thumbs .swiper-slide-thumb-active::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #1a88d6;
  z-index: -1;
}
#video-thumbs .swiper-slide-thumb-active::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #1a88d6;
  border-radius: 4px;
}

#company-gallery .swiper-slide a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
#company-gallery .swiper-slide img {
  display: flex;
  width: 100%;
}
#company-gallery .swiper-slide .text {
  position: absolute;
  right: 0.32rem;
  bottom: 0.32rem;
  z-index: 10;
  padding: 0.36rem;
  width: calc(50% - 0.72rem);
  height: auto;
  background-color: rgba(0, 0, 0, 0.52);
}
#company-gallery .swiper-slide .text h5 {
  font-size: 0.24rem;
  color: #ffffff;
  margin: 0 0 0.12rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#company-gallery .swiper-slide .text .desc {
  font-size: 0.16rem;
  line-height: 0.22rem;
  max-height: 0.66rem;
  overflow: hidden;
  color: #ffffff;
}
#company-thumbs .swiper-slide {
  position: relative;
}
#company-thumbs .swiper-slide img {
  width: 100%;
  display: flex;
}
#company-thumbs .swiper-slide .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.08rem;
}
#company-thumbs .swiper-slide .text h5 {
  font-weight: 700;
  font-size: 0.16rem;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#company-thumbs .swiper-slide .text p {
  font-size: 0.14rem;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#company-gallery .swiper-button-next:after,
#company-gallery .swiper-button-prev:after {
  display: none;
}
#company-gallery .swiper-button-next,
#company-gallery .swiper-button-prev {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 1.41rem;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/prev.png);
  background-size: 100%;
  z-index: 99;
}
#company-gallery .swiper-button-next {
  bottom: 0.78rem;
  background: url(../images/next.png);
  background-size: 100%;
}

.swiper-partner {
  margin: 0.48rem 0 0;
}
.swiper-partner .swiper-slide img {
  display: flex;
  width: 100%;
  border: 1px solid #eeeeee;
}
.swiper-partner .swiper-slide p {
  text-align: center;
  font-size: 0.14rem;
  color: #1a1a1a;
  margin: 0.09rem 0 0;
}
.content7 {
  width: 100%;
  background: #f1f3f4;
}

.swiper-advert .swiper-slide a {
  display: flex;
}
.swiper-advert .swiper-slide img {
  display: flex;
  width: 100%;
  border-radius: 8px;
}

.footer {
  padding: 0.2rem 5%;
  background: #1a88d6 url(../images/footer.png) no-repeat center right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.2rem;
}
.footer .code {
  display: flex;
  align-items: center;
  gap: 0.16rem;
}
.footer .code img {
  width: 1.3rem;
}
.footer .code .text,
.footer .tell_box li,
.footer .message,
.footer .message a {
  font-size: 0.14rem;
  font-weight: 700;
  color: #ffffff;
}
.footer .tell_box {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.2rem;
}
.footer .tell_box li {
  display: flex;
  align-items: center;
}
.footer .tell_box li img {
  margin-right: 0.1rem;
}
.footer .message,
.footer .message a {
  text-align: right;
}
.footer .message a {
  margin: 0.16rem 0 0;
}

/* --------------------------------- 内页 --------------------------------- */
.full_image {
  width: 100%;
}
.public_head {
  position: relative;
}
.public_banner {
  position: relative;
  display: flex;
}
.public_banner img {
  width: 100%;
}
.public_tabs {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.public_tabs li {
  position: relative;
}
.public_tabs li a {
  display: inline-block;
  padding: 0.18rem 0.2rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #fff;
  background-color: transparent;
  transition: all 0.2s linear;
  position: relative;
}
.public_tabs li a.active,
.public_tabs li a:hover {
  background-color: #1a88d6;
}
.public_tabs li .two_tabs {
  min-width: 150%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 40px 0 #0000001a;
  display: none;
}
.public_tabs li .two_tabs li {
  min-width: 100%;
}
.public_tabs li .two_tabs a {
  min-width: 100%;
  padding: 0.12rem 0.19rem;
  background-color: #fff;
  font-size: 0.14rem;
  color: #1a1a1a;
  line-height: 0.2rem;
  text-align: center;
  white-space: nowrap;
}
.public_tabs li .two_tabs a:hover {
  background-color: #1a88d6;
  color: #ffffff;
}
.public_app_menu {
  width: 100%;
  position: relative;
  display: none;
  z-index: 10001;
}
.public_app_menu_t {
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.17rem;
  text-align: center;
  background: rgba(26, 136, 214, 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: 0;
  top: 100%;
  margin: 0;
  padding: 0;
  text-indent: 0;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
  display: none;
}
.public_app_menu_c li {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
}
.public_app_menu_c li a {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  display: inline-block;
  color: #222;
  font-size: 0.16rem;
  text-decoration: none;
  text-indent: 0px;
}
.public_app_menu_c li a.active {
  color: #fff;
  text-decoration: none;
  background: rgba(26, 136, 214, 0.8);
}
.public_app_menu_c .a_menu{
  position: relative;
  color: #1a88d6 !important;
}
.public_app_menu_c .a_menu::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 #1a88d6;
}
.public_app_menu_c .two_tabs {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
  z-index: 999999;
}
/* 企业概况 */
.desc_top .description {
  font-size: 0.16rem;
  color: #1a1a1a;
  text-align: center;
  line-height: 0.28rem;
}
.desc_top .num_box {
  margin: 0.4rem 0 0;
}
.desc_bottom {
  width: 100%;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  background: 100% url(../images/intro1.png) no-repeat;
}
.desc_bottom .description {
  padding: 0.56rem;
  background-color: #fff;
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
}
.desc_bottom .description img {
  max-width: 100%;
}
/* 树桩树形 */
.list_tree {
  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: 0.24rem;
  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: #1a88d6;
  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: 0.18rem;
  margin: 0 0 0.1rem;
  text-align: right;
  color: #222;
}
.list_tree .message h6 {
  font-size: 0.16rem;
  color: #555;
  font-weight: normal;
  margin: 0 0 0.2rem;
  text-align: right;
}
.list_tree .message p {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.24rem;
  text-align: right;
  margin: 0 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;
}
/* 企业文化 */
.culture_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #1a1a1a;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.culture_list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1px;
  background: #1a1a1a;
  margin: 0.16rem 0 0.2rem;
}
.culture_imgs,
.culture_imgs .right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.2rem;
}
.culture_imgs .bottom {
  display: flex;
  align-items: flex-start;
  gap: 0.2rem;
}
.culture_imgs .post {
  position: relative;
  display: flex;
}
.culture_imgs .post > img {
  width: 100%;
}
.culture_imgs .post > p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.32rem;
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
.culture_imgs .post > p::before {
  content: "";
  display: inline-block;
  width: 0.12rem;
  height: 0.12rem;
  background: url(../images/icon_juxin.png) no-repeat;
  background-size: 100% 100%;
}
/* 团队列表 */
.list_team {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.list_team a {
  width: calc(25% - 0.3rem);
  border-bottom: 2px solid #e5e5e5;
  transition: none;
}
.list_team a img {
  width: 100%;
  display: flex;
}
.list_team a h5 {
  font-size: 0.22rem;
  margin: 0 0 0.12rem;
  color: #1a1a1a;
  font-weight: normal;
}
.list_team a .text {
  padding: 0.28rem 0.2rem 0.32rem;
}
.list_team a .desc {
  font-size: 0.16rem;
  color: #555555;
}
.list_team a:hover h5 {
  color: #1a88d6;
}
.list_team a:hover {
  border-color: #1a88d6;
}
.list_human a:hover .text {
  background-image: linear-gradient(180deg, #1a88d61f 0%, #1a88d6 100%);
}
.list_human a:hover h5,
.list_human a:hover .desc {
  color: #fff;
}
.list_team a:hover {
  border-color: transparent;
}
/* 卡片列表 */
.list_social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}
.list_social > a {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  transition: all 0.2s ease;
  position: relative;
}
.list_social .fang {
  width: 35%;
}
.list_social .fang img {
  width: 100%;
  height: 100%;
}
.list_social .text {
  width: 65%;
  padding: 0.4rem 0.4rem 0.4rem 0.32rem;
  position: relative;
}
.list_social .timer {
  font-weight: 700;
  color: #1a88d6;
  font-size: 0.28rem;
  margin-bottom: 0.2rem;
}
.list_social h5 {
  font-size: 0.24rem;
  color: #222222;
  transition: all 0.2s ease;
  margin-bottom: 0.2rem;
  max-height: 0.72rem;
  overflow: hidden;
}
.list_social .jian {
  width: 0.28rem;
}
.list_social .desc {
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  margin: 0 0 0.28rem;
}
.list_social .first_a {
  align-items: stretch;
  margin: 0.14rem 0 0.34rem;
}
.list_social .first_a .fang {
  width: 36%;
  position: absolute;
  left: 0;
  top: -0.14rem;
  height: calc(100% + 0.28rem);
}
.list_social .first_a .text {
  width: 100%;
  padding-left: calc(36% + 0.32rem);
}
.list_social .news_a {
  width: calc(50% - 0.1rem);
  padding: 0.24rem;
  align-items: center;
}
.list_social .news_a .fang {
  width: 40%;
}
.list_social .news_a .text {
  width: 60%;
  padding: 0 0 0 0.24rem;
  position: relative;
}
.list_social .news_a .timer {
  font-size: 0.16rem;
  color: #222222;
}
.list_social a:hover h5 {
  color: #1a88d6;
}
/* 数据列表 */
.list_table a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 0.6rem;
  border-bottom: 1px solid #e5e5e5;
}
.list_table .desc {
  max-width: calc(73% - .4rem);
  padding-right: 0.32rem;
  font-weight: 700;
  font-size: 0.16rem;
  color: #1a1a1a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_table .button {
  display: flex;
  justify-content: space-between;
  gap: 0.16rem;
}
.list_table .time,
.list_table .more {
  font-size: 0.16rem;
  color: #555555;
  white-space: nowrap;
}
.list_table .more::after {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.12rem;
  background: url(../images/jian_r_g.png) no-repeat;
  background-size: 100%;
  margin-left: 0.12rem;
}
.list_table a:hover .desc,
.list_table a:hover .more {
  color: #1a88d6;
}
.list_table a:hover .more::after {
  background: url(../images/jian_r_b.png) no-repeat;
  background-size: 100%;
}
/* 业务部门 */
.depart_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 0.2rem;
}
.depart_list a {
  width: calc(33% - 0.12rem);
  padding: 0.2rem;
}
.depart_list a h5 {
  font-weight: 700;
  font-size: 0.18rem;
  color: #1a1a1a;
  margin: 0 0 0.08rem;
  transition: all 0.2s ease;
}
.depart_list a .desc {
  height: 0.48rem;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
  overflow: hidden;
}
.depart_list a:hover {
  box-shadow: 0 4px 12px 0 #ced7eb;
}
.depart_list a:hover h5 {
  color: #1a88d6;
}
/* 业务范围 */
.list_scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.32rem 0.2rem;
}
.list_scope > a {
  display: flex;
  align-items: flex-start;
  transition: all 0.2s ease;
  position: relative;
}
.list_scope .fang {
  width: 100%;
}
.list_scope .fang img {
  width: 100%;
  height: 100%;
}
.list_scope .text {
  width: 100%;
  padding: 0.72rem 0.4rem 0.72rem calc(36% + 0.32rem);
  font-weight: 700;
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.32rem;
}
.list_scope .desc {
  font-size: 0.16rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.16rem 0.24rem;
  background-image: linear-gradient(180deg, #0000001f 0%, #000000a3 100%);
}
.list_scope .first_a {
  align-items: stretch;
  margin: 0.44rem 0;
  background: #f0f6fa;
}
.list_scope .first_a .fang {
  width: 36%;
  position: absolute;
  left: 0;
  top: -0.44rem;
  height: calc(100% + 0.88rem);
}
.list_scope .news_a {
  width: calc(33% - 0.11rem);
  align-items: center;
}
/* 团队详情 */
.team_detail {
  display: flex;
  align-items: flex-start;
  gap: 0.32rem;
}
.team_detail .tou {
  width: 3.6rem;
}
.team_detail h5 {
  font-weight: 700;
  font-size: 0.26rem;
  color: #1a1a1a;
  margin: 0 0 0.36rem;
  position: relative;
}
.team_detail h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.16rem;
  display: block;
  width: 0.32rem;
  height: 0.04rem;
  background: #1a88d6;
}
.team_detail .desc {
  font-size: 0.16rem;
  color: #555555;
  line-height: 0.32rem;
}
/* 科技奖励 */
.list_honor {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.28rem;
}
.list_honor a {
  width: calc(25% - 0.22rem);
  border: 1px solid #e5e5e5;
}
.list_honor a .image {
  width: 100%;
  height: calc(80% - 0.12rem);
  padding: 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.list_honor a img {
  width: 100%;
  display: flex;
  transition: all 0.3s ease;
}
.list_honor a .text {
  padding: 0.2rem 0.24rem;
  border-top: 1px solid #e5e5e5;
}
.list_honor a h5 {
  font-size: 0.16rem;
  margin: 0 0 0.08rem;
  color: #1a1a1a;
  font-weight: 700;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
}
.list_honor a .time {
  font-size: 0.16rem;
  color: #555555;
}
.list_honor a:hover,
.list_honor a:hover .text {
  border-color: #1a88d6;
}
.list_honor a:hover h5 {
  color: #1a88d6;
}
.list_honor a:hover img {
  transform: scale(1.05);
}
.list_honor a:hover {
  box-shadow: 0 5px 12px 0 #1a88d629;
}
/* 标准表格列表 */
.public_list {
  display: flex;
  flex-direction: column;
}
.public_list .li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.19rem 0.6rem;
}
.public_list .li:first-child {
  background: #1a88d6;
  border-radius: 10px 10px 0 0;
}
.public_list .li:not(:first-child) {
  border-bottom: 1px solid #e5e5e5;
}
.public_list .li .td {
  width: 16.6%;
  font-weight: 700;
  font-size: 0.16rem;
  color: #1a1a1a;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public_list .li .td:nth-of-type(1) {
  width: 8%;
}
.public_list .li .td:nth-of-type(2) {
  width: 20%;
}
.public_list .li .td:nth-of-type(3) {
  width: 25%;
}
.public_list .li:first-child .td {
  color: #fff;
}
/* 成功案例 */
.case_bg {
  background-color: #f8f9fa;
}
.list_case {
  column-count: 4;
  column-gap: .2rem;
}
.list_case a {
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  width: calc(100%);
  margin-bottom: 0.2rem;
}
.list_case a .fang {
  width: 100%;
}
.list_case a .fang img {
  width: 100%;
}
.list_case a .text {
  width: 100%;
  background-color: #fff;
  padding: 0.12rem 0.8rem 0.14rem 0.2rem;
  position: relative;
  transition: all 0.2s ease;
}
.list_case a h5 {
  font-weight: 400;
  font-size: 0.16rem;
  color: #1a1a1a;
  margin: 0 0 0.08rem;
}
.list_case a .desc {
  width: 100%;
  font-weight: 400;
  font-size: 0.14rem;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_case a .text::after {
  content: "";
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  background: #fff url(../images/icon_s.png) no-repeat center center;
  transition: all 0.2s ease;
}
.list_case a:hover .text {
  box-shadow: 0 4px 12px 0 #0000001f;
}
.list_case a:hover .text::after {
  border-color: #1a88d6;
  background: #1a88d6 url(../images/icon_s1.png) no-repeat center center;
}
/* 联系我们 */
.about_map {
  position: relative;
}
.about_map .map {
  width: 100%;
}
.about_map .contact_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-30%);
  padding: 0.4rem;
  min-width: 5.4rem;
  background-color: #fff;
  box-shadow: 0 0 40px 0 #0000001a;
}
.about_map .contact_box h5 {
  font-weight: 700;
  font-size: 0.26rem;
  color: #222222;
  margin-bottom: 0.24rem;
}
.about_ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.24rem;
}
.about_ul li {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.about_ul li .img {
  width: 0.58rem;
  height: 0.58rem;
  background: #f2f5f7;
  border: 1px solid #d8deeb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_ul li img {
  width: 55%;
}
.about_ul li .text {
  font-size: 0.2rem;
  line-height: 0.36rem;
  color: #1a1a1a;
  gap: 0.2rem;
}
/* 列表详情 */
.page_detail .title {
  font-weight: 700;
  font-size: 0.32rem;
  color: #1a1a1a;
  margin: 0 0 0.44rem;
}
.page_detail .infos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0.4rem;
}
.page_detail .border {
  padding: 0 0 0.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.page_detail .infos .desc {
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.22rem;
}
.page_detail .infos .buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.16rem;
  color: #999999;
}
.page_detail .infos .buttons .icon_box {
  display: flex;
  align-items: center;
}
.details,
.details p {
  font-size: 0.16rem;
  color: #1a1a1a;
  line-height: 0.32rem;
}
.details img {
  max-width: 100%;
  display: block;
  margin: 0.2rem auto;
}
/* 分页 */
.el_pages {
  margin: 0.4rem 0 0;
}
/* 翻页 */
.change_page {
  width: 100%;
  margin: 0.4rem 0 0;
  padding: 0.4rem 0 0;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.change_page p,
.change_page a {
  font-size: 0.16rem;
  color: #555555;
  line-height: 0.22rem;
}
.change_page p {
  margin: 0 0.04rem 0 0;
}
.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;
  max-width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 搜索页 */
.search_bg {
  background-color: #fcfcfc;
  min-height: 40vh;
}
.banner_text {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
.banner_text h4 {
  font-size: 0.72rem;
  color: #ffffff;
}
.banner_text .desc {
  font-size: 0.36rem;
  color: #ffffff;
}
.search_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .2rem;
  margin: 0 0 0.4rem;
}
.search_input {
  display: flex;
  align-items: center;
}
.search_input .text {
  width: 5rem;
  height: 0.44rem;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  padding: 0 0.16rem;
}
.search_input .text::placeholder {
  font-weight: normal;
  color: #999;
  font-size: 0.16rem;
}
.search_input .submit {
  width: 1.2rem;
  height: 0.44rem;
  background: #1a88d6;
  border: 1px solid #1a88d6;
  font-size: 0.16rem;
  color: #ffffff;
}
.search_select {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
/* 自定义下拉框 */
.select_div {
  width: 2rem;
  height: 0.44rem;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  position: relative;
}
.select_div .choose {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  line-height: 0.48rem;
  border-radius: 0.16rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 0.16rem;
  font-size: 0.16rem;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
}
.select_div .choose::placeholder {
  color: #1a1a1a;
}
.select_div .option {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  z-index: 999;
  width: 100%;
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 0 40px 0 #0000001a;
  cursor: pointer;
}
.select_div .option li {
  line-height: 0.44rem;
  font-size: 0.14rem;
  color: #141416;
  position: relative;
  text-align: center;
}
.select_div .option .selected_li {
  background-color: #1a88d6;
  color: #ffffff;
}
.select_div_ing {
  border-color: #1a88d6;
}
.select_div::after {
  content: "";
  width: 0.06rem;
  height: 0.12rem;
  background: url(../images/jian_r_g.png) no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  right: 0.16rem;
  top: 0.15rem;
  transform: rotate(90deg);
  pointer-events: none;
  transition: all 0.25s linear;
}
.select_div_ing::after {
  transform: rotate(-90deg);
  background: url(../images/jian_r_b.png) no-repeat center;
  background-size: 100% 100%;
}

/* 分享按钮 */
.icon_wx {
  position: relative;
}
.show_wx {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  z-index: 10;
  width: 1.2rem;
  transform: translateX(-50%);
  background-color: #222;
  border-radius: 8px;
  padding: 2px;
  background: #fff;
  box-shadow: 0px 2px 8px #999;
  display: none;
}
.show_wx img {
  width: 100%;
}
.ops_shareLayer {
  display: none;
}
.icon_copy {
  position: relative;
  cursor: pointer;
}
.copyUrl {
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  line-height: 0.36rem;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 2px 8px #999;
  padding: 0 0.12rem;
  white-space: nowrap;
  color: #999;
  font-size: 0.14rem;
  opacity: 1;
  visibility: hidden;
}
.icon_copy .copyUrl.copy_cur {
  animation: copySuccess 3s forwards;
}
@keyframes copySuccess {
  0% {
    visibility: visible;
  }

  30% {
    opacity: 1;
  }
}
