@charset "utf-8";
html,
body {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.btn_content .btn_tap {
  display: none !important;
}
.btn_content .btn_tap.btn_show {
  display: flex !important;
}
.swiper-pagination {
  width: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: auto;
  right: 20px;
  z-index: 999;
}
.swiper-pagination .swiper-pagination-bullet {
  margin-bottom: 10px;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #DADADA;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #171c61;
  opacity: 1;
}
.index_con {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.index_con #allPage {
  width: 100vw;
  height: 100vh;
}
.index_con #allPage .slide-section {
  text-align: center;
  font-size: 18px;
  background: #fff;
  overflow: auto;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.index_con #allPage .slide-section .full_page {
  width: 100%;
  height: 100vh;
}
.index_con #allPage .slide-section .full_page .v1 {
  width: 100%;
  height: 100vh;
  object-fit: fill;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.index_con #allPage .slide-section .full_page .f_img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con #allPage .slide-section .full_page .f_img.h5 {
  display: none;
}
.index_con #allPage .slide-section .full_page .f_img_box {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: #000;
  position: relative;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  object-fit: cover;
}
.index_con #allPage .slide-section .full_page .f_img_box .f_img_bj {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
  transform: scale(1.01);
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.index_con #allPage .slide-section .full_page .f_img_box .f_img_bj.img_show {
  opacity: 1;
  transform: scale(1);
  webkit-transition: all 0.5s ease-in-out 0.2s;
  transition: all 0.5s ease-in-out 0.2s;
  z-index: 1;
}
.index_con #allPage .slide-section .full_page .fullPage_con {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 0 !important;
  left: 14px !important;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
  opacity: 1;
  background: #fff;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 24px;
  height: 24px;
  background: #489e29;
}
.index_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  letter-spacing: 2px;
}
.index_head .head_left {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.index_head .head_left h5 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  font-family: 'arf';
  line-height: 80px;
}
.index_head .head_left h6 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-family: 'arf';
  line-height: 46px;
  font-style: italic;
}
.index_head .head_left p {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0.4rem;
}
.index_head .temp_btn {
  margin-top: 3%;
}
.index_head .temp_btn .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/index/btn_bj.png) no-repeat center center;
  background-size: 100% auto;
  width: 195px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.index_head .temp_btn .a_btn.tm_btn {
  background: url(../images/index/btn_bj1.png) no-repeat center center;
  background-size: 100% auto;
}
.index_head .temp_btn .a_btn img {
  display: inline-block;
  width: 20px;
  margin-left: 20px;
  height: auto;
}
.index_head.between {
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: unset;
}
.index_head.between .head_left {
  width: calc(60%);
}
.index_head.between .head_left h5 {
  text-align: left;
  color: #000;
}
.index_head.between .head_left p {
  text-align: left;
  color: #666;
  margin-top: 18px;
}
.index_head.between .temp_btn {
  margin-top: 10px;
}
.index_head.between .temp_btn .a_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/index/btn_bj.png) no-repeat center center;
  background-size: 100% auto;
  width: 195px;
  height: 50px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.index_head.between .temp_btn .a_btn img {
  display: inline-block;
  width: 20px;
  margin-left: 20px;
  height: auto;
}
/*index  首屏视频*/
.full_banner {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 30px;
  color: #fff;
  letter-spacing: 2px;
}
.full_banner h5 {
  font-size: 30px;
  line-height: 40px;
}
.full_banner p {
  font-size: 60px;
  line-height: 80px;
}
/*index  科技与变革*/
.full_keji {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_keji .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 15vh;
}
.full_keji .safe_width .keji_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 18.5vh;
  padding: 0 11%;
}
.full_keji .safe_width .keji_data .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  letter-spacing: 2px;
}
.full_keji .safe_width .keji_data .data_item span {
  font-size: 48px;
  line-height: 58px;
}
.full_keji .safe_width .keji_data .data_item p {
  display: inline-block;
  margin-top: 6px;
  font-size: 18px;
  line-height: 24px;
}
.full_keji .safe_width .bot1{
  color: hsla(0, 0%, 100%, .4);
  margin-top: 0.5rem;
}
.full_keji .safe_width .bot1 .row1
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)* -.5);
  margin-right: calc(var(--bs-gutter-x)* -.5);
  margin-top: calc(var(--bs-gutter-y)* -1);
}
.full_keji .safe_width .bot1 .row1>* {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)* .5);
  padding-right: calc(var(--bs-gutter-x)* .5);
  width: 100%;
}
.full_keji .safe_width .bot1 .line{
  position: relative;
}
.full_keji .safe_width .bot1 .line::after{
  background-color: hsla(0, 0%, 100%, .2);
  content: " ";
  display: block;
  height: 1px;
  right: -0.5rem;
  position: absolute;
  top: 50%;
  width: 98%;
  z-index: 10;
}
.full_keji .safe_width .bot1 .col{
  flex: 1 0 0%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto !important;
}
/*index  商业案例*/
.full_case {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 76px;
}
.full_case .case_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.full_case .case_box .safe_width .case_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.full_case .case_box .safe_width .case_list .case_item {
  width: calc((100% - 36px) / 3);
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 20px 1.8% 0 1.8%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_case .case_box .safe_width .case_list .case_item .case_text {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.full_case .case_box .safe_width .case_list .case_item .case_text .img_right {
  width: 80px;
  text-align: right;
}
.full_case .case_box .safe_width .case_list .case_item .case_text .img_right .case_icon {
  display: inline-block;
  width: 80px;
  height: auto;
}
.full_case .case_box .safe_width .case_list .case_item .case_text .img_right .add_icon {
  display: none;
  width: 28px;
  height: auto;
}
.full_case .case_box .safe_width .case_list .case_item .case_text .text_left {
  width: calc(100% - 84px);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.full_case .case_box .safe_width .case_list .case_item .case_text .text_left h5 {
  font-size: 20px;
  color: #000;
  line-height: 24px;
  text-align: left;
  letter-spacing: 2px;
}
.full_case .case_box .safe_width .case_list .case_item .case_text .text_left p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  text-align: left;
  margin-top: 5px;
  height: 48px;
}
.full_case .case_box .safe_width .case_list .case_item .w_icon {
  width: 100%;
  height: 0;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_case .case_box .safe_width .case_list .case_item .w_icon img {
  display: inline-block;
  width: auto;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 0;
}
.full_case .case_box .safe_width .case_list .case_item.hover {
  background: url(../images/index/al_hover_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_case .case_box .safe_width .case_list .case_item.hover .case_text .img_right .case_icon {
  display: none;
}
.full_case .case_box .safe_width .case_list .case_item.hover .case_text .img_right .add_icon {
  display: inline-block;
}
.full_case .case_box .safe_width .case_list .case_item.hover .case_text .text_left h5 {
  color: #fff;
}
.full_case .case_box .safe_width .case_list .case_item.hover .case_text .text_left p {
  color: rgba(255, 255, 255, 0.5);
}
.full_case .case_box .safe_width .case_list .case_item.hover .w_icon {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  display: flex;
  height: auto;
  overflow: visible;
  padding: 20px 0;
  justify-content: left;
  align-items: flex-start;
}
.full_case .case_box .safe_width .case_list .case_item.hover .w_icon img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  opacity: 1;
}
/*index  新闻资讯*/
.full_news {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_news .news_list.h5 {
  display: none;
}
.full_news .sy_news {
  margin-top: 4vh;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  height: 53.7vh;
}
.full_news .sy_news .news_left {
  height: 100%;
  width: 53.8%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.full_news .sy_news .news_left img {
  display: inline-block;
  width: 100%;
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .news_left:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.full_news .sy_news .news_left .xw_desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.46);
  padding: 30px 28px;
  color: #fff;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 1.5px;
}
.full_news .sy_news .news_left .xw_desc h5 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 24px;
  line-height: 28px;
  text-align: left;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.full_news .sy_news .news_left .xw_desc:hover h5 {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  padding-left: 10px;
}
.full_news .sy_news .news_left .xw_desc p {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 2% 0;
}
.full_news .sy_news .news_left .xw_desc .b_time {
  width: 100%;
  display: inline-block;
  text-align: left;
  font-size: 14px;
  color: #fff;
}
.full_news .sy_news .news_right {
  width: calc(100% - 53.8% - 20px);
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 30px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.full_news .sy_news .news_right .news_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  height: calc(100% / 7);
  color: #666;
}
.full_news .sy_news .news_right .news_item:last-child {
  border: none;
}
.full_news .sy_news .news_right .news_item div {
  width: calc(100% - 100px);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  text-align: left;
}
.full_news .sy_news .news_right .news_item span {
  width: 86px;
  text-align: right;
  display: inline-block;
  font-size: 14px;
}
.full_news .sy_news .news_right .news_item:hover div {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  padding-left: 10px;
  color: #171c61;
}
/*商业布局*/
.full_sye {
  width: 100%;
  height: 100%;
  position: relative;
}
.full_sye .safe_width {
  height: 100%;
}
.full_sye .safe_width .sye_box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full_sye .safe_width .sye_box .index_head {
  width: 500px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.full_sye .safe_width .sye_box .index_head .head_left {
  width: 100%;
}
.full_sye .safe_width .sye_box .index_head .temp_btn {
  margin-top: 10%;
}
.full_sye .map_right {
  width: 70.4%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  /*background: url(../images/index/map_y.png) no-repeat center right;*/
  background-size: auto 100%;
}
.full_sye .bottom_biaoji {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  bottom: 4.4%;
  z-index: 2;
  margin-right: 30px;
}
.full_sye .bottom_biaoji .bj_item {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: #000000;
  padding-left: 28px;
  position: relative;
  margin-bottom: 6px;
}
.full_sye .bottom_biaoji .bj_item:last-child {
  margin: 0;
}
.full_sye .bottom_biaoji .bj_item::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #171c61;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  z-index: 1;
}
.full_sye .bottom_biaoji .bj_item.bj1::after {
  width: 10px;
  height: 10px;
  background: #0072ff;
  margin-top: -5px;
}
/*加入我们*/
.full_join {
  width: 100%;
  height: 100%;
}
.full_join .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_join .safe_width .join_desc {
  margin: 5% 0 10px 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_join .safe_width .join_desc .join_left {
  width: 390px;
  margin-right: 30px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
.full_join .safe_width .join_desc .join_left .l_select {
  width: 140px;
  height: 50px;
  border-radius: 10px 0 0 10px;
}
.full_join .safe_width .join_desc .join_left .l_select .dropdown.bootstrap-select {
  border-radius: 0;
  background: transparent !important;
  width: calc(100%) !important;
}
.full_join .safe_width .join_desc .join_left .l_select .bootstrap-select > .dropdown-toggle {
  width: 100%;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
.full_join .safe_width .join_desc .join_left .l_select .bootstrap-select .dropdown-menu li a {
  font-size: 14px;
  line-height: 36px;
  box-shadow: none !important;
  outline: none !important;
}
.full_join .safe_width .join_desc .join_left .l_select .dropdown-menu > .active > a {
  background: #171c61;
}
.full_join .safe_width .join_desc .join_left .l_search {
  border-radius: 0 10px 10px 0;
  width: calc(100% - 140px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #dadada;
}
.full_join .safe_width .join_desc .join_left .l_search input {
  width: calc(100% - 52px);
  height: 50px;
  font-size: 16px;
  color: #000;
  outline: none;
  border: none;
  background: transparent;
  padding: 0 10px 0 20px;
}
.full_join .safe_width .join_desc .join_left .l_search span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 50px;
}
.full_join .safe_width .join_desc .join_left .l_search span img {
  width: 18px;
  height: auto;
}
.full_join .safe_width .join_desc .join_right {
  background: #171c61;
  text-decoration: none;
  width: 390px;
  margin-left: 30px;
  height: 50px;
  border-radius: 10px;
  padding: 0 20px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.full_join .safe_width .join_desc .join_right img {
  display: inline-block;
  width: 22px;
  height: auto;
}
/*联系我们*/
.full_footer {
  width: 100%;
  height: calc(100vh - 76px);
  padding-top: 76px;
}
.full_footer .lx_con {
  width: 100%;
  height: 36.8%;
  background: url(../images/lx_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.full_footer .lx_con .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.full_footer .lx_con .safe_width .index_head .head_left p {
  margin-top: 1.2%;
}
.full_footer .lx_con .safe_width .index_head .temp_btn {
  margin-top: 2%;
}
.full_footer .footer {
  height: calc(100% - 36.8%);
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: 100% 100%;
}
.full_footer .footer .safe_width {
  height: calc(100% - 68px);
  display: flex;
  justify-content: left;
  align-items: center;
}
.full_footer .footer .safe_width .f_middle {
  padding: 0 0 0 0;
}
@media screen and (max-width: 1280px) {
  .index_head .head_left h5 {
    font-size: 48px;
    line-height: 68px;
  }
  .index_head .head_left h6 {
    font-size: 28px;
    line-height: 38px;
  }
  .index_head .head_left p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3%;
  }
  .index_head .temp_btn {
    margin-top: 3%;
  }
  .index_head .temp_btn .a_btn {
    width: 179px;
    height: 46px;
    font-size: 15px;
  }
  .index_head .temp_btn .a_btn img {
    width: 18px;
    margin-left: 18px;
  }
  .index_head.between .head_left {
    width: calc(60%);
  }
  .index_head.between .head_left p {
    margin-top: 18px;
  }
  .index_head.between .temp_btn {
    margin-top: 10px;
  }
  .index_head.between .temp_btn .a_btn {
    width: 179px;
    height: 46px;
    font-size: 16px;
  }
  .index_head.between .temp_btn .a_btn img {
    width: 20px;
    margin-left: 18px;
  }
  /*index  首屏视频*/
  .full_banner {
    padding: 0 30px;
  }
  .full_banner h5 {
    font-size: 24px;
    line-height: 34px;
  }
  .full_banner p {
    font-size: 58px;
    line-height: 68px;
  }
  /*index  科技与变革*/
  .full_keji .safe_width {
    padding-top: 15vh;
  }
  .full_keji .safe_width .keji_data {
    margin-top: 8.5vh;
    padding: 0 11%;
  }
  .full_keji .safe_width .keji_data .data_item span {
    font-size: 40px;
    line-height: 50px;
  }
  .full_keji .safe_width .keji_data .data_item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
  }
  /*index  商业案例*/
  .full_case {
    padding-bottom: 56px;
  }
  .full_case .case_box .safe_width .case_list .case_item {
    width: calc((100% - 30px) / 4);
    border-radius: 10px 10px 0 0;
    padding: 20px 1.2% 0 1.2%;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .img_right {
    width: 60px;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .img_right .case_icon {
    width: 60px;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .img_right .add_icon {
    width: 22px;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .text_left {
    width: calc(100% - 64px);
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .text_left h5 {
    font-size: 16px;
    line-height: 20px;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .text_left p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    height: 36px;
  }
  .full_case .case_box .safe_width .case_list .case_item .w_icon img {
    width: 60px;
  }
  .full_case .case_box .safe_width .case_list .case_item.hover .w_icon {
    padding: 15px 0 20px 0;
  }
  /*index  新闻资讯*/
  .full_news .sy_news {
    margin-top: 3vh;
    height: 53.7vh;
  }
  .full_news .sy_news .news_left {
    height: 100%;
    width: 53.8%;
    position: relative;
  }
  .full_news .sy_news .news_left .xw_desc {
    padding: 20px 15px;
  }
  .full_news .sy_news .news_left .xw_desc h5 {
    font-size: 20px;
    line-height: 22px;
  }
  .full_news .sy_news .news_left .xw_desc p {
    font-size: 14px;
    line-height: 20px;
    margin: 1.5% 0;
  }
  .full_news .sy_news .news_left .xw_desc .b_time {
    font-size: 12px;
  }
  .full_news .sy_news .news_right {
    width: calc(100% - 53.8% - 20px);
    padding: 10px 20px;
  }
  .full_news .sy_news .news_right .news_item div {
    width: calc(100% - 90px);
    font-size: 14px;
  }
  .full_news .sy_news .news_right .news_item span {
    width: 76px;
    font-size: 12px;
  }
  /*商业布局*/
  .full_sye .safe_width .sye_box .index_head .head_left {
    width: 100%;
  }
  .full_sye .safe_width .sye_box .index_head .temp_btn {
    margin-top: 10%;
    z-index: 999;
  }
  /*加入我们*/
  .full_join .safe_width .join_desc {
    margin: 3% 0 10px 0;
  }
  .full_join .safe_width .join_desc .join_left {
    width: 360px;
    margin-right: 20px;
    height: 44px;
  }
  .full_join .safe_width .join_desc .join_left .l_select {
    width: 130px;
    height: 44px;
  }
  .full_join .safe_width .join_desc .join_left .l_select .bootstrap-select > .dropdown-toggle {
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 14px;
  }
  .full_join .safe_width .join_desc .join_left .l_select .bootstrap-select .dropdown-menu li a {
    font-size: 13px;
    line-height: 32px;
  }
  .full_join .safe_width .join_desc .join_left .l_search {
    width: calc(100% - 130px);
  }
  .full_join .safe_width .join_desc .join_left .l_search input {
    width: calc(100% - 46px);
    height: 44px;
    font-size: 14px;
    padding: 0 5px 0 15px;
  }
  .full_join .safe_width .join_desc .join_left .l_search span {
    width: 46px;
    height: 44px;
  }
  .full_join .safe_width .join_desc .join_left .l_search span img {
    width: 18px;
    height: auto;
  }
  .full_join .safe_width .join_desc .join_right {
    width: 360px;
    margin-left: 20px;
    height: 44px;
    padding: 0 15px 0 20px;
    font-size: 14px;
  }
  .full_join .safe_width .join_desc .join_right img {
    display: inline-block;
    width: 18px;
    height: auto;
  }
  /*联系我们*/
  .full_footer .lx_con .safe_width .index_head .head_left p {
    margin-top: 1%;
  }
  .full_footer .lx_con .safe_width .index_head .temp_btn {
    margin-top: 1.5%;
  }
  .full_footer .footer .safe_width {
    height: calc(100% - 40px);
  }
  .full_footer .footer .safe_width .f_middle {
    padding: 3% 0 0 0;
    height: 100%;
  }
  .full_footer .footer .f_bottom {
    height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .head_nav {
    display: none !important;
  }
  .nav_mobile {
    background: rgba(255, 255, 255, 0.15);
    box-shadow: none;
  }
  /*index  新闻中心*/
  .full_news {
    padding-top: 7%;
  }
  .full_news .sy_news {
    height: 51%;
    min-height: unset;
  }
  .full_news .sy_news .xw_desc h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .full_news .sy_news .xw_desc p {
    font-size: 13px;
    line-height: 22px;
    -webkit-line-clamp: 1;
  }
  .full_news .sy_news .xw_desc .b_time {
    font-size: 13px;
  }
  .full_news .sy_news .news_left .xw_desc {
    padding: 20px 7.2%;
  }
}
@media screen and (max-width: 767px) {
  .nav_mobile {
    background: #fff;
    box-shadow: 0 6px 12px rgba(74, 74, 74, 0.1);
  }
}
@media screen and (max-width: 900px) {
  .full_keji .safe_width .bot1{
    margin: 0.5rem 0.2rem 0 0.5rem;
  }
  .col-auto{
    font-size: 16px;
  }
  .swiper-pagination {
    display: none;
  }
  .full_banner h5 {
    font-size: 0.36rem;
  }
  .full_banner p {
    font-size: 0.74rem;
  }
  .full_keji .safe_width {
    padding-top: 1.5rem;
    justify-content: flex-start;
  }
  .index_head .head_left h5 {
    font-size: 0.6rem;
    font-weight: 400;
    font-family: MicrosoftYaHei;
  }
  .index_head .temp_btn {
    margin-top: 0.4rem;
  }
  .index_head .head_left p {
    padding: 0 0.3rem;
  }
  .full_keji .safe_width .keji_data {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
  }
  .full_keji .safe_width .keji_data .data_item {
    margin-top: 0.65rem;
  }
  .full_case {
    justify-content: flex-start;
  }
  .full_case .case_box .safe_width .case_list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }
  .full_case .case_box {
    position: static;
    padding: 0 0.3rem;
  }
  .full_case {
    padding-bottom: 0.4rem;
  }
  .full_case .case_box .safe_width .case_list {
    margin-top: 1rem;
  }
  .full_case .case_box .safe_width .case_list .case_item {
    width: 100%;
    padding: 0.35rem 0.4rem;
    border-radius: 0;
    margin-bottom: 0.45rem;
    background: url(../images/index/al_hover_bj.jpg) no-repeat center center;
    background-size: 100% 100%;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .img_right {
    width: 60px;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .img_right .case_icon {
    width: 60px;
    display: none;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .img_right .add_icon {
    width: 22px;
    display: inline-block;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .text_left {
    width: calc(100% - 64px);
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .text_left h5 {
    color: #fff;
    font-size: 18px;
  }
  .full_case .case_box .safe_width .case_list .case_item .case_text .text_left p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
  }
  .full_case .case_box .safe_width .case_list .case_item .w_icon {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    display: flex;
    height: auto;
    overflow: visible;
    justify-content: left;
    align-items: flex-start;
    opacity: 1;
    padding: 6px 0 0 0;
  }
  .full_case .case_box .safe_width .case_list .case_item .w_icon img {
    width: 50px;
    opacity: 1;
  }
  .full_case .case_box .safe_width .case_list .case_item.hover .w_icon {
    padding: 6px 0 0 0;
  }
  .index_con #allPage .slide-section .full_page .fullPage_con {
    height: 100vh;
    overflow: auto;
    overflow-y: scroll;
  }
  .index_con #allPage .slide-section .full_page {
    box-sizing: border-box;
  }
  .index_head,
  .index_head.between {
    letter-spacing: 1px;
  }
  .index_head .head_left p,
  .index_head.between .head_left p {
    padding: 0 0.5rem;
  }
  .index_head .head_left h5,
  .index_head.between .head_left h5 {
    text-align: center;
  }
  .full_news {
    padding-top: 0;
  }
  .full_news .news_list {
    padding: 0 0.3rem 0.5rem;
  }
  .full_news .news_list.pc {
    display: none;
  }
  .full_news .news_list.h5 {
    display: block;
    height: auto;
    max-height: 100%;
    padding-bottom: 0.5rem;
  }
  .full_news .news_list .sy_news {
    flex-direction: column;
  }
  .full_news .news_list .sy_news .news_left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .full_news .news_list .sy_news .news_left .xw_desc {
    padding: 15px 5%;
  }
  .full_news .news_list .sy_news .news_right {
    width: 100%;
    border-radius: 8px;
  }
  .full_news .news_list .sy_news .news_right .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.15rem 0;
  }
  .full_news .news_list .sy_news .news_right .more span:first-child {
    font-size: 16px;
    color: #23527c;
  }
  .full_news .news_list .sy_news .news_right .more span:last-child {
    font-size: 13px;
    color: #666;
  }
  .full_news .news_list .sy_news .news_right .news_item {
    padding: 0.2rem 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .full_news .news_list .sy_news .news_right .news_item div {
    width: 100%;
    color: #000;
    margin-bottom: 0.08rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
  }
  .full_news .news_list .sy_news .news_right .news_item span {
    text-align: left;
  }
  .full_news .index_head .head_left,
  .full_news.index_head.between .head_left {
    width: 100%;
  }
  .full_news .index_head .head_left h5,
  .full_news.index_head.between .head_left h5 {
    text-align: center;
  }
  .full_news .index_head .head_left p,
  .full_news.index_head.between .head_left p {
    margin-top: 8px;
    color: #000;
  }
  .full_news .index_head .temp_btn,
  .full_news.index_head.between .temp_btn {
    display: none;
  }
  .index_con #allPage .slide-section .full_page .f_img.h5 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
  .index_con #allPage .slide-section .full_page .f_img.pc {
    display: none;
  }
  .index_con #allPage .slide-section:nth-child(5) .full_page .f_img.h5 {
         /*display: none;*/
  }
  .full_sye {
    background: #F5F6F8;
  }
  .full_sye .map_right {
    width: 100%;
        height: 12rem;
        position: relative;
        /*background: url(../images/index/map.jpg) no-repeat center right;*/
        background-size: 300% auto;
        background-position: 80% -40%;
        bottom: 50px;
        top: auto;
  }
  .full_sye .safe_width .sye_box .index_head {
    align-items: center;
  }
  .full_join .safe_width .join_desc {
    flex-direction: column;
    padding: 0 0.3rem;
  }
  .full_join .safe_width .join_desc .join_left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .full_join .safe_width .join_desc .join_left .l_select {
    width: 110px;
  }
  .full_join .safe_width .join_desc .join_left .l_search {
    width: calc(100% - 110px);
  }
  .full_join .safe_width .join_desc .join_right {
    width: 100%;
    margin-left: 0;
  }
  .full_join .temp_btn {
    /*display: none;*/
  }
  .full_join .index_head .head_left p {
    line-height: 25px;
  }
  .full_footer .lx_con {
    background: url(../images/index/lx_bg_m.png) no-repeat center center;
  }
  .index_con #allPage .swiper-wrapper .slide-section {
    height: auto;
  }
  .index_con #allPage .swiper-wrapper .slide-section .full_page {
    height: auto;
    position: relative;
  }
  .index_con #allPage .swiper-wrapper .slide-section .full_page .f_img_box {
    position: absolute;
    left: 0;
    top: 0;
  }
  .index_con #allPage .swiper-wrapper .slide-section .full_page .fullPage_con {
    position: relative;
    height: auto;
  }
  .full_sye .branch-map-data {
    width: 6.2rem;
    left: 0.4rem;
    top: 2rem;
    display: none!important;
  }
  .full_sye .branch-map-data.map-data-kq {
    width: 6.2rem;
  }
  .full_sye .branch-map-data::before,
  .full_sye .branch-map-data::after {
    right: calc(50% - 4px);
    top: auto;
    bottom: -15px;
  }
  .full_sye .branch-map-data::befor {
    bottom: -16px;
  }
  .full_join {
    height: 13rem;
  }
  .full_join .safe_width {
    justify-content: flex-start;
  }
  .full_sye .bottom_biaoji .bj_item {
    font-size: 14px;
    padding-left: 22px;
  }
  .full_sye .map-dot {
    font-size: 12px;
  }
  .full_sye .posi {
    top: 84.8%;
  }
  .full_sye .shanghai {
    left: 67.8%;
    top: 60%;
  }
  .full_sye .wulumuqi {
    left: 38.6%;
    top: 40.9%;
  }
  .full_sye .kuangquyi {
    left: 42.2%;
    top: 52%;
  }
  .full_sye .kuangquer {
    left: 51.5%;
    top: 49.4%;
  }
  .full_sye .kuangqusan {
    left: 51.5%;
    top: 51.2%;
  }
  .full_sye .kuangqusi {
    left: 48.8%;
    top: 49.4%;
  }
  .full_sye .kuangquwu {
    left: 48.7%;
    top: 52.6%;
  }
  .full_sye .kuangquliu {
    left: 46.5%;
    top: 51%
  }
  .full_sye .kuangquqi {
    left: 58.9%;
    top: 51.6%;
  }
  .full_sye .kuangquba {
    left: 70%;
    top: 55.7%;
  }
  .full_sye .beijing {
    top: 46%;
    left: 67%;
}
  .full_sye .kuangqujiu {
    left: 76.1%;
    top: 50%;
  }
  .full_sye .kuangqushi {
    left: 79%;
    top: 50%;
  }
  .full_sye .eerduosi {
    left: 49.4%;
    top: 53%;
  }
  .full_sye .zhengzhou {
    top: 57.4%;
    left: 59%;
  }
  .full_footer {
    padding-top: 0;
  }
  .index_head .head_left {
    padding-top: 1rem;
  }
  .full_keji {
    height: auto;
    padding-bottom: 1.5rem;
  }
  .index_con #allPage .slide-section .full_page .v1 {
    object-position: center center;
    height: 100%;
  }
  .full_footer .head_left {
    padding-top: 1.6rem;
  }
  .full_footer .head_left h6 {
    font-size: 18px;
    font-weight: 400;
    font-style: inherit;
    font-family: MicrosoftYaHei;
  }
  .full_footer .head_left p {
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    padding: 0 0.7rem;
  }
  .full_footer .temp_btn {
    margin-bottom: 1.45rem;
    margin-top: 0;
  }
  .full_footer .footer {
    padding-top: 1rem;
    height: auto;
    background: url(../images/footer_bg_m.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .full_footer .footer .f_middle {
    padding: 0;
  }
  .full_footer .footer .tel_box {
    font-size: 22px;
    margin-bottom: 0.5rem;
  }
  .full_footer .footer .ewm_box {
    display: none;
  }
  .full_footer .footer .add_box {
    font-size: 14px;
  }
  .full_footer .footer .add_box img {
    margin-right: 4px;
    width: 20px;
  }
  .full_footer .footer .add_text {
    padding: 0 0 0.5rem;
    margin-top: 0.32rem;
    font-size: 14px;
  }
  .full_footer .footer .icon_box {
    align-items: flex-end;
  }
  .full_footer .footer .f_bottom {
    height: auto;
  }
  .full_footer .footer .safe_width {
    height: inherit;
    margin: 0;
    flex-direction: column;
  }
  .full_footer .footer .safe_width p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .full_footer .footer .safe_width p text {
    display: block;
  }
  .index_head .temp_btn .a_btn {
    font-size: 13px;
    width: 161px;
    height: 42px;
  }
  .index_con #allPage {
    overflow-y: scroll;
  }
  .index_con #allPage .swiper-wrapper {
    display: block;
  }
}
/*=================================================================================*/
.foot_head {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  letter-spacing: 2px;
}
.foot_head .foot_left {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.foot_head .foot_left h5 {
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  /* font-family: 'arf'; */
  line-height: 80px;
}
.foot_head .foot_left h5 span{
  font-weight: 400;
  /* font-family: 'arf'; */
}
.foot_head .foot_left h6 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 36px;
  font-family: 'arf';
  line-height: 46px;
  font-style: italic;
}
.foot_head .foot_left p {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin-top: 3%;
  margin-bottom: 0.8rem;
}
/* .foot_head .foot_bottom{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.foot_head .foot_bottom .code {
  text-align: left;
  font-size: 16px;
}
.foot_head .foot_bottom .code p{
  margin: 10px;
} */
.foot_bottom {
  width: 100%;
  display: flex;
  align-items: center; /* Center vertically */
  justify-content: flex-start; /* Center horizontally */
  /*padding: 20px; */
}

.foot_bottom img {
  max-width: 100px; /* Limit the size of the image */
  height: auto; /* Maintain aspect ratio */
  margin-right: 20px; /* Space between image and text */
}

.code {
  text-align: left; /* Align text to the left within the code div */
}

.code p {
  margin: 5px 0; /* Space between text lines */
}
.full_foot {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full_foot .safe_width {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  /* padding-top: 15vh; */
}
@media screen and (max-width: 1024px) {
  .full_foot .safe_width {
    align-items: center;
  }
}

/*=================================================================================*/
