@charset "utf-8";
.temp_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.temp_head .head_left {
  letter-spacing: 2px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.temp_head .head_left .title {
  display: flex;
  justify-content: left;
  align-items: center;
}
.temp_head .head_left .title em {
  font-style: normal;
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #1074BF;
}
.temp_head .head_left .title span {
  font-size: 16px;
  color: #1074BF;
  margin-left: 10px;
}
.temp_head .head_left h5 {
  font-size: 40px;
  line-height: 54px;
  color: #000000;
  font-weight: bold;
  display: inline-block;
  margin-top: 16px;
}
.temp_head .head_left p {
  margin-top: 6px;
  display: inline-block;
  font-size: 22px;
  color: #707070;
  line-height: 40px;
}
.temp_head .head_right .more-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 180px;
  height: 56px;
  text-decoration: none;
  border: 1px solid #e1e1e1;
  color: #4B4B4B;
  font-size: 16px;
}
.temp_head .head_right .more-link span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/h_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.temp_head .head_right .more-link:hover {
  background: #2E89FF;
  border: none;
  color: #fff;
}
.temp_head .head_right .more-link:hover span {
  background: url(../images/r_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.temp_head .head_right .more-link.hover_more {
  background: #2E89FF;
  border: none;
  color: #fff;
}
.temp_head .head_right .more-link.hover_more span {
  background: url(../images/r_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.temp_head .head_right .more-link.hover_more:hover {
  background: #1074BF;
}
.tab_con {
  display: inline-block;
  width: 100%;
}
.tab_con .tab_item {
  display: none;
  width: 100%;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-pagination {
  bottom: 8%;
  text-align: left;
  width: 70%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  margin: 0 8px 0 0;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
  margin-left: 30px;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2E89FF;
}
.banner .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-color: #2E89FF;
  left: unset;
  top: unset;
  margin-top: 0;
  bottom: 8%;
  margin-right: 80px;
  background-size: 10px auto;
}
.banner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.49) !important;
  border: 1px solid rgba(255, 255, 255, 0.49);
}
.banner .swiper-button-next {
  width: 44px;
  height: 44px;
  background-color: #2E89FF;
  left: unset;
  top: unset;
  margin-top: 0;
  bottom: 8%;
  margin-right: 30px;
  background-size: 10px auto;
}
.banner .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.49) !important;
  border: 1px solid rgba(255, 255, 255, 0.49);
}
.banner .banner_list {
  position: relative;
  /* Chrome, Safari, Opera */
}
.banner .banner_list .banner_list_img img {
  width: 100%;
  object-fit: cover;
}
@-webkit-keyframes magicada {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1.1, 1.1);
  }
}
.banner .banner_list .banner_list_txt {
  position: absolute;
  top: -225px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  max-width: 1640px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 8%;
}
.banner .banner_list:nth-child(1) .banner_list_txt{
  display:flex!important
}
.banner .banner_list .banner_list_txt .list_txt_logo {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.banner .banner_list .banner_list_txt .list_txt_logo img {
  display: inline-block;
  width: auto;
  height: auto;
}
.banner .banner_list .banner_list_txt .list_txt_logo .logo_text {
  padding-left: 16px;
  letter-spacing: 2px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.banner .banner_list .banner_list_txt .list_txt_logo .logo_text h5 {
  font-size: 28px;
  color: #e7c365;
  line-height: 32px;
  font-weight: bold;
}
.banner .banner_list .banner_list_txt .list_txt_logo .logo_text span {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.banner .banner_list .banner_list_txt .list_txt_dd {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  letter-spacing: 2px;
  margin-top: 1%;
}
.banner .banner_list .banner_list_txt .list_txt_desc {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  letter-spacing: 2px;
  margin: 1% 0 2.2% 0;
}
.banner .banner_list .banner_list_txt .list_txt_desc span {
  font-weight: bold;
}
.banner .banner_list .banner_list_txt .list_txt_btn {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
      margin-left: 17%;
    margin-top: 3%;
}
.banner .banner_list .banner_list_txt .list_txt_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  text-decoration: none;
  width: 150px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-right: 16px;
  border: 1px solid rgba(255, 255, 255, 0.39);
  color: #e7c365;
}
.banner .banner_list .banner_list_txt .list_txt_btn a img {
  display: inline-block;
}
.banner .banner_list .banner_list_txt .list_txt_btn a:hover {
  background: #2E89FF;
  border: none;
}
.banner .banner_list .banner_list_txt .list_txt_btn a.block_btn {
  background: #2E89FF;
  border: none;
  color: #e7c365;
}
.banner .banner_list .banner_list_txt .list_txt_btn a.block_btn:hover {
  background: #1074BF;
}
/*视频播放*/
.video_show {
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 30;
  position: fixed;
  background: rgba(55, 58, 71, 0.6);
}
.video_show.videoShow {
  display: flex;
}
.video_show.videoShow .video_box {
  -webkit-animation-name: anim-open-6;
  animation-name: anim-open-6;
}
.video_show .video_box {
  width: 70%;
  max-width: 1360px;
  max-height: 84%;
  padding: 24px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-animation-name: anim-close-6;
  animation-name: anim-close-6;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}
.video_show .video_box .close-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/close1.png) center center no-repeat rgba(0, 0, 0, 0.9);
  background-size: auto auto;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 32;
  cursor: pointer;
}
.video_show .video_box .close-btn:hover {
  opacity: 0.9;
}
.video_show .video_box video {
  width: 100%;
  height: auto;
}
@-webkit-keyframes anim-open-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-open-6 {
  0% {
    opacity: 0;
    transform: scale(0.9) translateY(-20px) perspective(600px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0px) perspective(600px) rotateX(0deg);
  }
}
@-webkit-keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
  }
}
@keyframes anim-close-6 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}
/* Inner elements animations */
@-webkit-keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anim-elem-6 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*关于我们*/
.about_con {
  width: 100%;
  background: #f5f6f8;
  padding: 80px 0 60px 0;
}
.about_con .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about_con .safe_width .ab_right {
  width: 44.6%;
  position: relative;
  overflow: hidden;
  height: 550px;
  max-width: 704px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_con .safe_width .ab_right .ff_img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.about_con .safe_width .ab_right .oper_icon {
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  margin-top: -37px;
  margin-left: -37px;
  cursor: pointer;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .safe_width .ab_right .oper_icon::after {
  content: '';
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 74px;
  height: 74px;
  margin-top: -37px;
  margin-left: -37px;
  cursor: pointer;
  opacity: 0;
}
.about_con .safe_width .ab_right .oper_icon img {
  display: inline-block;
  width: auto;
  height: auto;
}
.about_con .safe_width .ab_right .oper_icon:hover {
  margin-top: -44px;
  margin-left: -44px;
  width: 88px;
  height: 88px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .safe_width .ab_right .oper_icon:hover::after {
  margin-top: -52px;
  margin-left: -52px;
  width: 104px;
  height: 104px;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .safe_width .ab_left {
  width: 52%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.about_con .safe_width .ab_left .ab_desc {
  width: 100%;
}
.about_con .safe_width .ab_left .ab_desc .desc_d {
  width: 100%;
  margin: 25px 0 15px 0;
}
.about_con .safe_width .ab_left .ab_desc .desc_d p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #676767;
  line-height: 34px;
}
.about_con .safe_width .ab_left .ab_desc .more-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 180px;
  height: 56px;
  text-decoration: none;
  border: 1px solid #e1e1e1;
  color: #4B4B4B;
  font-size: 16px;
}
.about_con .safe_width .ab_left .ab_desc .more-link span {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/h_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.about_con .safe_width .ab_left .ab_desc .more-link:hover {
  background: #2E89FF;
  border: none;
  color: #fff;
}
.about_con .safe_width .ab_left .ab_desc .more-link:hover span {
  background: url(../images/r_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.about_con .safe_width .ab_left .ab_desc .more-link.hover_more {
  background: #2E89FF;
  border: none;
  color: #fff;
}
.about_con .safe_width .ab_left .ab_desc .more-link.hover_more span {
  background: url(../images/r_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.about_con .safe_width .ab_left .ab_desc .more-link.hover_more:hover {
  background: #1074BF;
}
.about_con .safe_width .ab_icon {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_con .safe_width .ab_icon .ab_item {
  background: #fff;
  height: 178px;
  width: calc((100% - 80px) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.about_con .safe_width .ab_icon .ab_item:hover .gy_icon {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  top: 34px;
}
.about_con .safe_width .ab_icon .ab_item:hover .gy_text h5 {
  color: #2E89FF;
}
.about_con .safe_width .ab_icon .ab_item .gy_icon {
  width: auto;
  height: auto;
  position: absolute;
  left: 20px;
  top: 38px;
  z-index: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .safe_width .ab_icon .ab_item .gy_text {
  letter-spacing: 2px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  padding: 0 24px;
}
.about_con .safe_width .ab_icon .ab_item .gy_text h5 {
  font-size: 34px;
  color: #4B4B4B;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: 100%;
  padding-left: 60px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .safe_width .ab_icon .ab_item .gy_text p {
  font-size: 14px;
  color: #000;
  line-height: 30px;
  display: inline-block;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
/*业务范围*/
.solution_con {
  width: 100%;
  padding-top: 60px;
}
.solution_con .fw_box {
  width: 100%;
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.solution_con .fw_box .fw_img {
  width: 100%;
  height: auto;
}
.solution_con .fw_box .fw_list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution_con .fw_box .fw_list .fw_item {
  width: calc(100% / 10);
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  letter-spacing: 2px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  position: relative;
  cursor: pointer;
}
.solution_con .fw_box .fw_list .fw_item::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  background: #2E89FF;
  opacity: 0.67;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_con .fw_box .fw_list .fw_item::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background: linear-gradient(0deg, transparent, #fff, transparent);
  position: absolute;
  right: -1px;
  top: 40%;
  z-index: 2;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(1)::before {
  animation: linemove 2s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(2)::before {
  animation: linemove 2.5s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(3)::before {
  animation: linemove 3s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(4)::before {
  animation: linemove 3.5s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(5)::before {
  animation: linemove 4.2s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(6)::before {
  animation: linemove 4s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(7)::before {
  animation: linemove 3.5s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(8)::before {
  animation: linemove 3s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(9)::before {
  animation: linemove 2.5s infinite alternate linear;
}
.solution_con .fw_box .fw_list .fw_item:nth-child(10)::before {
  content: none;
}
@keyframes linemove {
  from {
    top: 0px;
  }
  to {
    top: 100%;
  }
}
.solution_con .fw_box .fw_list .fw_item:last-child {
  border-right: none;
}
.solution_con .fw_box .fw_list .fw_item img {
  display: inline-block;
  width: 64px;
  height: auto;
}
.solution_con .fw_box .fw_list .fw_item h5 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: bold;
}
.solution_con .fw_box .fw_list .fw_item .fw_ul {
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_con .fw_box .fw_list .fw_item .fw_ul li {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 6px;
  color: #fff;
}
.solution_con .fw_box .fw_list .fw_item a {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  display: none;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background: url(../images/home/blue_arrow.png) no-repeat center center #fff;
  background-size: auto auto;
  position: relative;
  border-radius: 50%;
}
.solution_con .fw_box .fw_list .fw_item a::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px dashed #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  z-index: 1;
}
.solution_con .fw_box .fw_list .fw_item:hover {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  padding-bottom: 30px;
}
.solution_con .fw_box .fw_list .fw_item:hover::after {
  width: 100%;
  margin-left: -50%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_con .fw_box .fw_list .fw_item:hover .fw_ul {
  display: flex;
  margin-top: 18px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.solution_con .fw_box .fw_list .fw_item:hover a {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  margin-top: 18px;
  display: inline-block;
}
/*企业实力展示*/
.honor_con {
  width: 100%;
  padding: 90px 0 80px 0;
  background: url(../images/home/map_bj.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.honor_con .honor_list {
  width: 100%;
  margin-top: 120px;
}
.honor_con .honor_list .swiper-button-next,
.honor_con .honor_list .swiper-button-prev {
  display: none;
}
.honor_con .honor_list .swiper-slide {
  padding-top: 12px;
}
.honor_con .honor_list .honer_box {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.07);
}
.honor_con .honor_list .honer_box .honer_img {
  display: inline-block;
  width: 100%;
}
.honor_con .honor_list .honer_box .honer_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.honor_con .honor_list .honer_box p {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*最新动态*/
.news_con {
  width: 100%;
  padding: 60px 0 100px 0;
  background: #f5f6f8;
}
.news_con .news_box {
  width: 100%;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news_con .news_box .news_left {
  width: 50%;
  height: 510px;
}
.news_con .news_box .news_left .news-swiper {
  width: 100%;
  height: 100%;
}
.news_con .news_box .news_left .news-swiper .swiper-pagination {
  height: 56px;
  text-align: right;
  padding-right: 20px;
  width: 30%;
  left: unset;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: right;
  align-items: center;
}
.news_con .news_box .news_left .news-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.news_con .news_box .news_left .news-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2E89FF;
}
.news_con .news_box .news_left .news-swiper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  position: relative;
}
.news_con .news_box .news_left .news-swiper a img {
  display: inline-block;
  height: 100%;
  width: auto;
}
.news_con .news_box .news_left .news-swiper a .news_text {
  width: 100%;
  line-height: 56px;
  padding: 0 70% 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0.49);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.news_con .news_box .news_right {
  width: calc(50% - 20px);
}
.news_con .news_box .news_right .news_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news_con .news_box .news_right .news_nav .nav_ul {
  width: calc(100% - 100px);
  display: flex;
  justify-content: left;
  align-items: center;
}
.news_con .news_box .news_right .news_nav .nav_ul li {
  font-size: 22px;
  line-height: 30px;
  color: #4B4B4B;
  font-weight: bold;
  padding-left: 26px;
  position: relative;
  cursor: pointer;
}
.news_con .news_box .news_right .news_nav .nav_ul li:hover {
  color: #1074BF;
}
.news_con .news_box .news_right .news_nav .nav_ul li.active {
  color: #1074BF;
}
.news_con .news_box .news_right .news_nav .nav_ul li:nth-child(1) {
  padding-left: 0;
}
.news_con .news_box .news_right .news_nav .nav_ul li:nth-child(1)::after {
  content: none;
}
.news_con .news_box .news_right .news_nav .nav_ul li::after {
  content: '/';
  font-size: 22px;
  line-height: 30px;
  color: #4B4B4B;
  font-weight: bold;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1;
}
.news_con .news_box .news_right .news_nav .a_box {
  display: inline-block;
  width: 80px;
  text-align: right;
}
.news_con .news_box .news_right .news_nav .a_box a {
  display: none;
  padding-right: 14px;
  font-size: 14px;
  color: #4B4B4B;
  background: url(../images/h_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.news_con .news_box .news_right .news_nav .a_box a:hover {
  color: #1074BF;
  background: url(../images/b_arrow.png) no-repeat right center;
  background-size: auto auto;
}
.news_con .news_box .news_right .n_con {
  width: 100%;
  display: inline-block;
}
.news_con .news_box .news_right .n_con .n_tap {
  width: 100%;
  display: none;
}
.news_con .news_box .news_right .n_con .n_tap .n_box {
  width: 100%;
  margin-top: 14px;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px dashed #D1D1D1;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 24px;
  font-size: 16px;
  color: #000;
  position: relative;
  text-decoration: none;
  line-height: 32px;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item a::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AEAEAE;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  z-index: 1;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item a:hover {
  color: #1074BF;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a:hover span {
  color: #1074BF;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a span {
  width: calc(100% - 100px);
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 24px;
  font-size: 16px;
  color: #000;
  position: relative;
  text-decoration: none;
  line-height: 32px;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #AEAEAE;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  z-index: 1;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  font-style: normal;
  font-size: 14px;
  color: #1074BF;
  cursor: pointer;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a em:hover {
  text-decoration: underline;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a em img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 4px;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time {
  width: 100%;
  padding: 10px 0 10px 0;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a {
  width: 100%;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  height: 106px;
  background: #fff;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_left {
  width: 106px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: #2e89ff;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_left p {
  font-size: 50px;
  font-weight: bold;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_left span {
  font-size: 16px;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_right {
  width: calc(100% - 126px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_right h5 {
  font-size: 16px;
  color: #000000;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_right p {
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #858585;
  margin-top: 10px;
}
@media screen and (max-width: 1800px) {
  /*业务范围*/
  .solution_con .fw_box .fw_img {
    width: auto;
    height: 740px;
  }
}
@media screen and (max-width: 1440px) {
  /*关于我们*/
  .about_con {
    width: 100%;
    background: #f5f6f8;
    padding: 80px 0 60px 0;
  }
  .about_con .safe_width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .about_con .safe_width .ab_icon {
    width: 100%;
    margin-top: 50px;
  }
  .about_con .safe_width .ab_icon .ab_item {
    height: 158px;
    width: calc((100% - 45px) / 5);
  }
  .about_con .safe_width .ab_icon .ab_item .gy_icon {
    width: 46px;
    position: absolute;
    left: 20px;
    top: 38px;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text {
    letter-spacing: 2px;
    padding: 0 20px;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text h5 {
    font-size: 24px;
    padding-left: 50px;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text p {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1366px) {
  /*业务范围*/
  .solution_con {
    padding-top: 60px;
  }
  .solution_con .fw_box {
    margin-top: 60px;
  }
  .solution_con .fw_box .fw_list .fw_item img {
    display: inline-block;
    width: 54px;
    height: auto;
  }
  .solution_con .fw_box .fw_list .fw_item h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .solution_con .fw_box .fw_list .fw_item .fw_ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .solution_con .fw_box .fw_list .fw_item a {
    width: 28px;
    height: 28px;
    background: url(../images/home/blue_arrow.png) no-repeat center center #fff;
    background-size: 100% auto;
  }
  .solution_con .fw_box .fw_list .fw_item a::after {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 1280px) {
  /*banner*/
  .banner .swiper-pagination {
    bottom: 6%;
  }
  .banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 6%;
    margin-right: 76px;
  }
  .banner .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: 6%;
    margin-right: 30px;
  }
  .banner .banner_list {
    position: relative;
  }
  .banner .banner_list .banner_list_txt {
    padding: 0 30px;
    padding-bottom: 6%;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo img {
    display: inline-block;
    width: auto;
    height: auto;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo .logo_text {
    padding-left: 14px;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo .logo_text h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo .logo_text span {
    font-size: 14px;
    line-height: 18px;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 18px;
    line-height: 36px;
  }
  .banner .banner_list .banner_list_txt .list_txt_desc {
    font-size: 36px;
    line-height: 54px;
  }
  .banner .banner_list .banner_list_txt .list_txt_btn a {
    padding: 0 14px;
    width: 140px;
    height: 44px;
    font-size: 14px;
    margin-right: 14px;
  }
  /*业务范围*/
  .solution_con {
    padding-top: 50px;
  }
  .solution_con .fw_box {
    margin-top: 50px;
  }
  .solution_con .fw_box .fw_list .fw_item {
    padding: 0 10px;
  }
  .solution_con .fw_box .fw_list .fw_item img {
    width: 44px;
  }
  .solution_con .fw_box .fw_list .fw_item h5 {
    font-size: 14px;
    line-height: 22px;
  }
  .solution_con .fw_box .fw_list .fw_item .fw_ul li {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .solution_con .fw_box .fw_list .fw_item a {
    width: 22px;
    height: 22px;
    background: url(../images/home/blue_arrow.png) no-repeat center center #fff;
    background-size: 100% auto;
  }
  .solution_con .fw_box .fw_list .fw_item a::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
  }
  /*企业实力展示*/
  .honor_con {
    width: 100%;
    padding: 80px 0 70px 0;
  }
  .honor_con .honor_list {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .temp_head .head_left .title span {
    font-size: 14px;
  }
  .temp_head .head_left h5 {
    font-size: 32px;
    line-height: 44px;
    margin-top: 16px;
  }
  .temp_head .head_left p {
    margin-top: 6px;
    font-size: 18px;
    line-height: 30px;
  }
  .temp_head .head_right .more-link {
    padding: 0 16px;
    width: 160px;
    height: 50px;
    font-size: 16px;
  }
  /*banner*/
  .banner {
    height: 560px;
  }
  .banner .swiper-pagination {
    bottom: 8%;
  }
  .banner .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    margin-left: 20px;
  }
  .banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    bottom: 8%;
    margin-right: 56px;
  }
  .banner .swiper-button-next {
    width: 40px;
    height: 40px;
    bottom: 8%;
    margin-right: 20px;
  }
  .banner .banner_list {
    position: relative;
  }
  .banner .banner_list .banner_list_img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 560px;
  }
  .banner .banner_list .banner_list_img img {
    height: 100%;
    width: auto;
  }
  .banner .banner_list .banner_list_txt {
    padding: 0 20px;
    padding-bottom: 6%;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo img {
    display: inline-block;
    width: auto;
    height: auto;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo .logo_text {
    padding-left: 14px;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo .logo_text h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo .logo_text span {
    font-size: 14px;
    line-height: 18px;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 18px;
    line-height: 36px;
  }
  .banner .banner_list .banner_list_txt .list_txt_desc {
    font-size: 36px;
    line-height: 54px;
  }
  .banner .banner_list .banner_list_txt .list_txt_btn a {
    padding: 0 14px;
    width: 140px;
    height: 44px;
    font-size: 14px;
    margin-right: 14px;
  }
  /*关于我们*/
  .about_con {
    padding: 70px 0 50px 0;
  }
  .about_con .safe_width .ab_icon {
    width: 100%;
    margin-top: 40px;
  }
  .about_con .safe_width .ab_icon .ab_item {
    height: 128px;
    width: calc((100% - 40px) / 5);
  }
  .about_con .safe_width .ab_icon .ab_item .gy_icon {
    width: 36px;
    position: absolute;
    left: 16px;
    top: 30px;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text {
    letter-spacing: 2px;
    padding: 0 16px;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text h5 {
    font-size: 16px;
    padding-left: 40px;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text p {
    font-size: 12px;
    line-height: 26px;
    margin-top: 6px;
  }
  /*企业实力展示*/
  .honor_con {
    width: 100%;
    padding: 70px 0 60px 0;
  }
  .honor_con .honor_list {
    margin-top: 80px;
  }
  /*最新动态*/
  .news_con {
    padding: 50px 0 90px 0;
  }
  .news_con .news_box {
    margin-top: 50px;
  }
  .news_con .news_box .news_right .news_nav .nav_ul {
    width: calc(100% - 90px);
  }
  .news_con .news_box .news_right .news_nav .nav_ul li {
    font-size: 16px;
    padding-left: 18px;
  }
  .news_con .news_box .news_right .news_nav .nav_ul li::after {
    font-size: 16px;
    left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .more-a {
    width: 100%;
    padding: 0 0.65rem 0 0.65rem;
  }
  .a-more-link {
    margin-top: 1.2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2rem;
    line-height: 2rem;
    border: 0.025rem solid #E1E1E1;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
    color: #484848;
    text-decoration: none;
  }
  .a-more-link.blue-link {
    border: none;
    background: #2E89FF;
    color: #fff;
  }
  .temp_head {
    flex-direction: column;
  }
  .temp_head .head_left {
    width: 100%;
    letter-spacing: 0.05rem;
  }
  .temp_head .head_left .title em {
    width: 0.8rem;
    height: 0.025rem;
  }
  .temp_head .head_left .title span {
    font-size: 0.6rem;
    margin-left: 0.25rem;
  }
  .temp_head .head_left h5 {
    font-size: 0.95rem;
    line-height: 1.1rem;
    margin-top: 0.6rem;
  }
  .temp_head .head_left p {
    margin-top: 0.45rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
  }
  .temp_head .head_right {
    display: none;
  }
  /*banner*/
  .banner {
    height: 20.25rem;
  }
  .banner .swiper-pagination {
    bottom: 1rem;
    padding: 0 !important;
    text-align: center;
    width: 100%;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    border-radius: 0;
    margin: 0 0.2rem 0 0;
    opacity: 1;
  }
  .banner .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    margin: 0 0.2rem 0 0;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    width: 0.65rem;
  }
  .banner .swiper-button-prev {
    display: none;
  }
  .banner .swiper-button-next {
    display: none;
  }
  .banner .banner_list {
    position: relative;
  }
  .banner .banner_list .banner_list_img {
    height: 100%;
  }
  .banner .banner_list .banner_list_img img {
    height: 100%;
    width: auto;
  }
  .banner .banner_list .banner_list_txt {
    padding: 0 1.2rem;
    padding-bottom: 2rem;
  }
  .banner .banner_list .banner_list_txt .list_txt_logo {
    display: none;
  }
  .banner .banner_list .banner_list_txt .list_txt_btn {
    display: none;
  }
  .banner .banner_list .banner_list_txt .list_txt_dd {
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 0.05rem;
    margin: 0;
  }
  .banner .banner_list .banner_list_txt .list_txt_desc {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0.4rem 0 0.9rem 0;
  }
  .banner .banner_list .banner_list_txt .list_txt_desc span {
    display: inline-block;
    width: 100%;
  }
  .banner .banner_list .banner_list_txt .list_txt_btn a {
    padding: 0 0.65rem;
    width: 4.75rem;
    height: 1.65rem;
    font-size: 0.55rem;
    margin-right: 0.4rem;
  }
  .banner .banner_list .banner_list_txt .list_txt_btn a img {
    height: 0.6rem;
    width: auto;
  }
  /*视频播放*/
  .video_show .video_box {
    width: 90%;
    max-width: 100%;
    max-height: 84%;
    padding: 0.6rem;
  }
  .video_show .video_box .close-btn {
    width: 1.2rem;
    height: 1.2rem;
  }
  /*视频播放*/
  /*关于我们*/
  .about_con {
    padding: 2rem 0;
  }
  .about_con .safe_width {
    flex-direction: column;
  }
  .about_con .safe_width .ab_right {
    width: 100%;
    height: unset;
    max-width: unset;
    margin-top: 1.1rem;
  }
  .about_con .safe_width .ab_right .ff_img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .about_con .safe_width .ab_right .oper_icon {
    border: 0.025rem solid rgba(255, 255, 255, 0);
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
  }
  .about_con .safe_width .ab_right .oper_icon::after {
    border: 0.025rem solid rgba(255, 255, 255, 0.42);
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    margin-left: -0.8rem;
  }
  .about_con .safe_width .ab_right .oper_icon img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  .about_con .safe_width .ab_right .oper_icon:hover {
    margin-top: -0.95em;
    margin-left: -0.95em;
    width: 1.9rem;
    height: 1.9rem;
    border: 0.025rem solid rgba(255, 255, 255, 0.82);
  }
  .about_con .safe_width .ab_right .oper_icon:hover::after {
    margin-top: -1.1rem;
    margin-left: -1.1rem;
    width: 2.2rem;
    height: 2.2rem;
  }
  .about_con .safe_width .ab_left {
    width: 100%;
  }
  .about_con .safe_width .ab_left .ab_desc .desc_d {
    width: 100%;
    margin: 0.8rem 0 0.6rem 0;
  }
  .about_con .safe_width .ab_left .ab_desc .desc_d p {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
  .about_con .safe_width .ab_left .ab_desc .more-link {
    padding: 0 0.8rem;
    width: 6.35rem;
    height: 2.1rem;
    border: 0.025rem solid #e1e1e1;
    font-size: 0.6rem;
  }
  .about_con .safe_width .ab_left .ab_desc .more-link span {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/h_arrow.png) no-repeat right center;
    background-size: auto 100%;
  }
  .about_con .safe_width .ab_left .ab_desc .more-link:hover span {
    background: url(../images/r_arrow.png) no-repeat right center;
    background-size: auto 100%;
  }
  .about_con .safe_width .ab_left .ab_desc .more-link.hover_more span {
    background: url(../images/r_arrow.png) no-repeat right center;
    background-size: auto 100%;
  }
  .about_con .safe_width .ab_icon {
    margin-top: 0px;
    flex-wrap: wrap;
  }
  .about_con .safe_width .ab_icon .ab_item {
    background: #1074bf;
    height: 4.25rem;
    width: calc(50% - 0.25rem);
    margin-top: 0.6rem;
  }
  .about_con .safe_width .ab_icon .ab_item:hover .gy_icon {
    top: 0.7rem;
  }
  .about_con .safe_width .ab_icon .ab_item:hover .gy_text h5 {
    color: #fff;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_icon {
    width: 1.5rem;
    left: 0.45rem;
    top: 0.7rem;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text {
    letter-spacing: 0.05rem;
    padding: 0 0.6rem;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text h5 {
    font-size: 0.8rem;
    color: #fff;
    padding-left: 1.6rem;
  }
  .about_con .safe_width .ab_icon .ab_item .gy_text p {
    font-size: 0.6rem;
    color: #fff;
    line-height: 0.8rem;
    margin-top: 0.5rem;
  }
  /*实力范围*/
  .fw_list_m {
    width: 100%;
    margin-top: 0.8rem;
    background: url(../images/home/fw_img_m.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 24.35rem;
  }
  .fw_list_m .swiper-button-next,
  .fw_list_m .swiper-button-prev {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-size: 0.6rem auto;
    background-color: rgba(0, 0, 0, 0.39);
    left: 0.65rem;
    right: unset;
  }
  .fw_list_m .swiper-button-next {
    left: unset;
    right: 0.65rem;
  }
  .fw_list_m .swiper-slide {
    width: 100% !important;
    height: 100%;
  }
  .fw_list_m .swiper-slide .fw_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    letter-spacing: 0.05rem;
    padding: 0 1.5rem;
  }
  .fw_list_m .swiper-slide .fw_item img {
    display: inline-block;
    width: 2.5rem;
    height: auto;
  }
  .fw_list_m .swiper-slide .fw_item h5 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0.6rem 0 0.9rem 0;
    font-size: 0.85rem;
    font-weight: bold;
  }
  .fw_list_m .swiper-slide .fw_item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .fw_list_m .swiper-slide .fw_item ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 0.6rem;
    line-height: 0.9rem;
    margin-top: 0.6rem;
  }
  .fw_list_m .swiper-slide .fw_item a {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    text-decoration: none;
    background: url(../images/home/blue_arrow.png) no-repeat center center #fff;
    background-size: auto auto;
    position: relative;
    border-radius: 50%;
    margin-top: 1rem;
  }
  .fw_list_m .swiper-slide .fw_item a::after {
    content: '';
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    border: 0.025rem dashed #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.85rem;
    margin-left: -0.85rem;
    z-index: 1;
  }
  /*企业实力展示*/
  .honor_con {
    width: 100%;
    padding: 1.5rem 0 1.6rem 0;
    background: url(../images/home/map_bj_m.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  .honor_con .honor_list {
    width: 100%;
    margin-top: 1.1rem;
  }
  .honor_con .honor_list .swiper-button-next,
  .honor_con .honor_list .swiper-button-prev {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    background-size: 0.6rem auto;
    background-color: rgba(0, 0, 0, 0.39);
    left: 0;
    right: unset;
  }
  .honor_con .honor_list .swiper-button-next {
    left: unset;
    right: 0;
  }
  .honor_con .honor_list .swiper-slide {
    padding: 0 2.2rem;
    padding-top: 0.25rem;
  }
  .honor_con .honor_list .honer_box {
    padding: 0.8rem 0.6rem;
  }
  .honor_con .honor_list .honer_box p {
    margin-top: 0.6rem;
    font-size: 0.6rem;
  }
  /*最新动态*/
  .news_con {
    padding: 1.6rem 0 2rem 0;
  }
  .news_con .news_box {
    margin-top: 0.8rem;
    flex-direction: column;
  }
  .news_con .news_box .news_left {
    width: 100%;
    height: 9.5rem;
  }
  .news_con .news_box .news_left .news-swiper .swiper-pagination {
    height: 1.65rem;
    padding-right: 0.6rem;
    width: 30%;
  }
  .news_con .news_box .news_left .news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
  }
  .news_con .news_box .news_left .news-swiper a .news_text {
    line-height: 1.65rem;
    padding: 0 30% 0 0.65rem;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
  }
  .news_con .news_box .news_right {
    width: calc(100%);
    margin-top: 1rem;
  }
  .news_con .news_box .news_right .news_nav {
    flex-direction: column;
  }
  .news_con .news_box .news_right .news_nav .nav_ul {
    width: calc(100%);
  }
  .news_con .news_box .news_right .news_nav .nav_ul li {
    font-size: 0.7rem;
    line-height: 0.8rem;
    padding-left: 0.8rem;
  }
  .news_con .news_box .news_right .news_nav .nav_ul li::after {
    font-size: 0.7rem;
    line-height: 0.8rem;
    left: 0.3rem;
  }
  .news_con .news_box .news_right .news_nav .a_box {
    display: none;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box {
    margin-top: 0.6rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item {
    padding: 0.6rem 0;
    border-bottom: 0.025rem dashed #D1D1D1;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item a {
    width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 0.55rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item a::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.35rem;
    margin-top: 0;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a span {
    width: calc(100% - 3.5rem);
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-left: 0.55rem;
    font-size: 0.6rem;
    line-height: 0.9rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a span::after {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.35rem;
    margin-top: 0;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a em {
    width: 2.5rem;
    font-size: 0.6rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item.item_wx a em img {
    width: 0.8rem;
    margin-right: 0.2rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time {
    padding: 0.25rem 0;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a {
    height: 3.3rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_left {
    width: 3.3rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_left p {
    font-size: 1.5rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_left span {
    font-size: 0.5rem;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_right {
    width: calc(100% - 3.8rem);
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_right h5 {
    font-size: 0.6rem;
    line-height: 0.9rem;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news_con .news_box .news_right .n_con .n_tap .n_box .n_item_time a .t_right p {
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    font-size: 0.5rem;
    line-height: 0.6rem;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
