@charset "utf-8";

body {
  padding-top: 78px;
  background: #f8f8f8;
}

.about_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_head .temp_left {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.about_head .temp_left p {
  display: inline-block;
  font-size: 42px;
  color: #262626;
  line-height: 52px;
}

.about_head .temp_left .line_zs {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 24px;
  color: #093682;
  margin-bottom: 16px;
  text-transform: capitalize;
}

.about_head .temp_left .line_zs span {
  display: inline-block;
  width: 80px;
  height: 1px;
  background: #093682;
  margin-left: 6px;
}

.temp_head {
  width: 100%;
}

.temp_head h5 {
  font-weight: bold;
  color: #111111;
}

.other_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* Chrome, Safari, Opera */
}

.other_banner img {
  width: 100%;
  height: auto;
}

@-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);
  }
}

.other_nav {
  width: 100%;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
}

.other_nav .wrapper {
  position: relative;
  height: 60px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.other_nav .wrapper.wrapper_img .scroller li a span {
  display: inline-block;
  width: 26px;
  height: auto;
  margin-right: 6px;
}

.other_nav .wrapper.wrapper_img .scroller li a span img {
  width: 100%;
  height: auto;
  display: inline-block;
}

.other_nav .wrapper.wrapper_img .scroller li a span img+img {
  display: none;
}

.other_nav .wrapper.wrapper_img .scroller li.active {
  background: #1C4F9B;
}

.other_nav .wrapper.wrapper_img .scroller li.active a {
  color: #fff;
}

.other_nav .wrapper.wrapper_img .scroller li.active a span img {
  display: none;
}

.other_nav .wrapper.wrapper_img .scroller li.active a span img+img {
  display: inline-block;
}

.other_nav .wrapper .scroller {
  position: unset;
  width: 100%;
}

.other_nav .wrapper .scroller ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.other_nav .wrapper .scroller li {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 30px;
}

.other_nav .wrapper .scroller li a {
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 26px;
  width: 100%;
  height: 100%;
  line-height: 60px;
  margin: 0;
  font-size: 16px;
  color: #000000;
}

.other_nav .wrapper .scroller li.active {
  background: #1C4F9B;
}

.other_nav .wrapper .scroller li.active a {
  color: #fff;
}

/*关于我们*/
.about_con {
  width: 100%;
  overflow: hidden;
}

.about_con .about_one {
  width: 100%;
  padding: 80px 0 90px 0;
  position: relative;
}

.about_con .about_one .one_desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about_con .about_one .one_desc .one_desc_left {
  width: 40%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 20px;
  width: 50%;
  border-bottom: 1px dashed #CECECE;
  padding-bottom: 16px;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number span {
  color: #093682;
  letter-spacing: 1px;
  font-weight: bold;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number text {
  margin-left: 6px;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 58px;
  position: relative;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number text em {
  font-size: 20px;
  color: #093682;
  line-height: 24px;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -14px;
  z-index: 1;
}

.about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item p {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: #3D3D3D;
  margin-top: 6px;
}

.about_con .about_one .one_desc .one_desc_right {
  width: 54%;
  display: inline-block;
}

.about_con .about_one .one_desc .one_desc_right p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #3D3D3D;
  margin-bottom: 16px;
  letter-spacing: 1px;
}

.about_con .about_two {
  width: 100%;
}

.about_con .about_two .desc_video {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about_con .about_two .desc_video .ff_img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.about_con .about_two .desc_video .oper_icon {
  background: #579de5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.about_con .about_two .desc_video .oper_icon::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}

.about_con .about_two .desc_video .oper_icon img {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
}

.about_con .about_two .desc_video .oper_icon:hover::before {
  width: 76px;
  height: 76px;
  margin-top: -38px;
  margin-left: -38px;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.about_con .about_three {
  width: 100%;
  padding: 60px 0 110px 0;
}

.about_con .about_three .culture_con {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_con .about_three .culture_con .culture_item {
  width: calc((100% - 48px) / 5);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.about_con .about_three .culture_con .culture_item .img_box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about_con .about_three .culture_con .culture_item .img_box img {
  width: 100%;
  height: auto;
}

.about_con .about_three .culture_con .culture_item .text_div {
  width: 100%;
  padding: 28px 20px;
}

.about_con .about_three .culture_con .culture_item .text_div h5 {
  color: #000;
  font-weight: bold;
}

.about_con .about_three .culture_con .culture_item .text_div p {
  color: #262626;
  margin-top: 10px;
  line-height: 24px;
  height: 48px;
}

.about_con .about_speech {
  width: 100%;
  padding: 80px 0 120px 0;
}

.about_con .about_speech .speech_desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.about_con .about_speech .speech_desc .desc_left {
  width: 31.3%;
}

.about_con .about_speech .speech_desc .desc_left img {
  width: 100%;
  height: auto;
}

.about_con .about_speech .speech_desc .desc_right {
  width: 63.2%;
  padding-top: 20px;
}

.about_con .about_speech .speech_desc .desc_right .desc_text {
  margin-top: 30px;
}

.about_con .about_speech .speech_desc .desc_right .desc_text p {
  font-size: 16px;
  line-height: 30px;
  color: #3D3D3D;
}

.about_con .about_branch {
  width: 100%;
  padding: 40px 0 100px 0;
}

.about_con .about_branch .branch_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #E5E5E5;
}

.about_con .about_branch .branch_item.un_img .branch_text {
  width: 100%;
}

.about_con .about_branch .branch_item:hover .branch_text h5 {
  color: #1c4f9b;
}

.about_con .about_branch .branch_item .branch_img {
  width: 26.3%;
  overflow: hidden;
}

.about_con .about_branch .branch_item .branch_img img {
  display: inline-block;
  width: 100%;
}

.about_con .about_branch .branch_item .branch_text {
  width: 70%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}

.about_con .about_branch .branch_item .branch_text h5 {
  font-size: 30px;
  line-height: 42px;
  color: #000;
  width: 100%;
}

.about_con .about_branch .branch_item .branch_text p {
  font-size: 16px;
  line-height: 30px;
  color: #3d3d3d;
  margin-top: 20px;
  width: 100%;
}

/*视频播放*/
.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);
  }
}

.ab_con {
  width: 100%;
}

.ab_con .con_tap {
  display: none;
  width: 100%;
}

/*新闻列表*/
.news_list {
  width: 100%;
  padding: 90px 0 70px 0;
}

.news_list .news_box {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news_list .news_box .news_item {
  border-top: 1px solid #D9D9D9;
  width: calc((100% - 6%) / 3);
  margin: 0 3% 50px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}

.news_list .news_box .news_item:nth-child(3n) {
  margin-right: 0;
}

.news_list .news_box .news_item .news_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.news_list .news_box .news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: 280px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.news_list .news_box .news_item .news_text {
  width: 100%;
  padding: 25px 0px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.news_list .news_box .news_item .news_text div {
  font-size: 15px;
  color: #808080;
}

.news_list .news_box .news_item .news_text span {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin: 8px 0 28px 0;
}

.news_list .news_box .news_item .news_text span em {
  font-style: normal;
  font-size: 24px;
  color: #2D3441;
  line-height: 26px;
  margin-right: 6px;
}

.news_list .news_box .news_item .news_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #2D3441;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_list .news_box .news_item .news_text p {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #2D3441;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 48px;
  margin-top: 20px;
}

.news_list .news_box .news_item:hover {
  border-top: 1px solid #1C4F9B;
}

.news_list .news_box .news_item:hover .news_text h5 {
  color: #1C4F9B;
}

/*多维内刊*/
.neikan_list {
  width: 100%;
  padding: 80px 0 70px 0;
}

.neikan_list .neikan_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.neikan_list .neikan_box .neikan_item {
  width: calc((100% - 2.5%) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  background: #fff;
  height: 166px;
  padding: 0 2% 0 2.5%;
  cursor: pointer;
}

.neikan_list .neikan_box .neikan_item:hover {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.07);
}

.neikan_list .neikan_box .neikan_item a {
  display: inline-block;
  text-decoration: none;
  width: 109px;
}

.neikan_list .neikan_box .neikan_item a img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.neikan_list .neikan_box .neikan_item .numb_div {
  width: calc(100% - 140px);
}

.neikan_list .neikan_box .neikan_item .numb_div h5 {
  width: 100%;
}

.neikan_list .neikan_box .neikan_item .numb_div h5 span {
  font-size: 20px;
  color: #093682;
  margin-right: 20px;
  font-weight: bold;
  line-height: 24px;
}

.neikan_list .neikan_box .neikan_item .numb_div h5 em {
  font-style: normal;
  font-size: 16px;
  color: #7D7D7D;
  line-height: 24px;
}

.neikan_list .neikan_box .neikan_item .numb_div .numb {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 18px;
}

.neikan_list .neikan_box .neikan_item .numb_div .numb span {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  color: #666666;
  margin-right: 26px;
}

.neikan_list .neikan_box .neikan_item .numb_div .numb span:last-child {
  margin: 0;
}

.neikan_list .neikan_box .neikan_item .numb_div .numb span img {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 4px;
}

/*新闻详情*/
.other_newsDetails {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 0px 0;
  margin: 60px 0 70px 0;
}

.other_newsDetails .news_right {
  position: sticky;
  width: 467px;
  border-radius: 10px;
  top: 160px;
  background: transparent;
  border-radius: 0;
  padding: 24px 0 24px 50px;
  border-left: 1px solid #E4E3E2;
}

.other_newsDetails .news_right h5 {
  line-height: 24px;
  font-size: 24px;
  letter-spacing: 2px;
  padding-left: 0px;
  color: #373737;
  border-left: none;
  margin-bottom: 40px;
}

.other_newsDetails .news_right .yewu_list {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.other_newsDetails .news_right .yewu_list .yewu_item {
  margin-bottom: 20px;
  width: 100%;
}

.other_newsDetails .news_right .yewu_list .yewu_item .yw_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.other_newsDetails .news_right .yewu_list .yewu_item .yw_img img {
  display: inline-block;
  width: 100%;
  height: auto;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.other_newsDetails .news_right .yewu_list .yewu_item .yw_text {
  width: 100%;
  padding: 16px 0px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.other_newsDetails .news_right .yewu_list .yewu_item .yw_text span {
  font-size: 14px;
  line-height: 16px;
  color: #666666;
}

.other_newsDetails .news_right .yewu_list .yewu_item .yw_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin: 14px 0 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-left: 0;
  color: #333;
  font-weight: bold;
}

.other_newsDetails .news_right .yewu_list .yewu_item .yw_text p {
  text-align: left;
  width: 100%;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  position: relative;
}

.other_newsDetails .news_right .yewu_list .yewu_item:hover .yw_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}

.other_newsDetails .news_right .yewu_list .yewu_item:hover .yw_text h5 {
  color: #1c4f9b;
}

.other_newsDetails .news_right .yewu_list .more-btn {
  width: 100%;
  text-align: center;
  background: #E5E5E5;
  color: #373737;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 56px;
  text-decoration: none;
}

.other_newsDetails .news_right .yewu_list .more-btn:hover {
  background: #1C4F9B;
  color: #fff;
}

.other_newsDetails .news_left {
  width: calc(100% - 467px - 40px);
}

.other_newsDetails .m3nCon .m3nTbox h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: normal;
  padding-bottom: 0;
  letter-spacing: 2px;
}

.other_newsDetails .m3nCon .m3nTbox h2::after {
  content: none;
}

.other_newsDetails .m3nCon .m3nInfo {
  width: 100%;
  padding: 24px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #666666;
}

.other_newsDetails .m3nCon .m3nInfo .publish_icon {
  width: 33%;
  display: flex;
  justify-content: left;
  align-items: center;
}

.other_newsDetails .m3nCon .m3nInfo .publish_icon img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 6px;
}

.other_newsDetails .m3nCon .m3nInfo .publish_icon span {
  font-size: 16px;
  color: #7D7D7D;
}

.other_newsDetails .m3nCon .m3nEditor {
  padding: 32px 0px 40px 0;
}

.other_newsDetails .m3nCon .m3nEditor img {
  width: auto;
  max-width: 100%;
}

.other_newsDetails .m3nCon .m3pages {
  border-top: none;
  line-height: 80px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #e5e5e5;
}

.other_newsDetails .m3nCon .m3pages a {
  max-width: 45%;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 14px;
  color: #2D3441;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  padding-left: 20px;
  background: url(../images/other/news/jt_left.png) no-repeat center left;
  background-size: auto auto;
}

.other_newsDetails .m3nCon .m3pages a:last-child {
  padding-left: 0;
  padding-right: 20px;
  background: url(../images/other/news/jt_right.png) no-repeat center right;
  background-size: auto auto;
}

.other_newsDetails .m3nCon .m3pages a:hover {
  color: #1c4f9b;
  background: url(../images/other/news/jt_left_b.png) no-repeat center left;
  background-size: auto auto;
}

.other_newsDetails .m3nCon .m3pages a:hover:last-child {
  background: url(../images/other/news/jt_right_b.png) no-repeat center right;
  background-size: auto auto;
}

/*品牌*/
.brand_con {
  width: 100%;
  padding: 50px 0 70px 0;
}

.brand_con .sub_ul {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.brand_con .sub_ul li {
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  padding-bottom: 14px;
  margin: 0 55px;
  position: relative;
}

.brand_con .sub_ul li.on {
  color: #1c4f9b;
}

.brand_con .sub_ul li.on::after {
  background: #1C4F9B;
}

.brand_con .sub_ul li:hover {
  color: #1c4f9b;
}

.brand_con .sub_ul li::after {
  content: '';
  width: 60%;
  height: 3px;
  background: transparent;
  display: inline-block;
  position: absolute;
  left: 20%;
  bottom: 0;
  z-index: 1;
}

.brand_con .brand_list {
  width: 100%;
}

.brand_con .brand_list .brand_box {
  width: 100%;
  display: flex;
  /*justify-content: space-between;*/
  align-items: flex-start;
  flex-wrap: wrap;
}

.brand_con .brand_list .brand_box .brand_item {
  width: calc((100% - 5%) / 3);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  margin: 0 2.5% 2vw 0;
}

.brand_con .brand_list .brand_box .brand_item:nth-child(3n) {
  margin-right: 0;
}

.brand_con .brand_list .brand_box .brand_item .brand_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 340px;
  background: #dcdcdc;
}

.brand_con .brand_list .brand_box .brand_item .brand_img img {
  display: inline-block;
  width: auto;
  max-width: 80%;
  height: auto;
  max-height: 80%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.brand_con .brand_list .brand_box .brand_item .brand_more {
  width: 100%;
  height: 76px;
  background: #fff;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  font-size: 20px;
  color: #2d2d2d;
  line-height: 76px;
}

.brand_con .brand_list .brand_box .brand_item:hover .brand_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.04);
}

.brand_con .brand_list .brand_box .brand_item:hover .brand_more {
  color: #1c4f9b;
}

/*加入我们*/
.join_con {
  width: 100%;
  overflow: hidden;
}

.join_con .join_one {
  width: 100%;
}

.join_con .join_one .ln_con {
  width: 100%;
  padding: 70px 0 110px 0;
}

.join_con .join_one .ln_con .ln_info {
  width: 100%;
  margin-bottom: 60px;
}

.join_con .join_one .ln_con .ln_info .info_item {
  width: 100%;
  margin-top: 34px;
}

.join_con .join_one .ln_con .ln_info .info_item h5 {
  color: #010101;
  font-weight: bold;
}

.join_con .join_one .ln_con .ln_info .info_item p {
  margin-top: 12px;
  color: #010101;
}

.join_con .join_one .ln_con .ln_icon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}

.join_con .join_one .ln_con .ln_icon .icon_item {
  width: calc((100% - 6.25%) / 6);
  background: #fff;
  padding: 2.5% 25px 25px 25px;
  height: 380px;
  margin-right: 1.25%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.join_con .join_one .ln_con .ln_icon .icon_item:nth-child(6n) {
  margin-right: 0;
}

.join_con .join_one .ln_con .ln_icon .icon_item span {
  display: inline-block;
  width: 64px;
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 1;
}

.join_con .join_one .ln_con .ln_icon .icon_item span img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.join_con .join_one .ln_con .ln_icon .icon_item span img+img {
  display: none;
}

.join_con .join_one .ln_con .ln_icon .icon_item h5 {
  color: #111;
  font-weight: bold;
}

.join_con .join_one .ln_con .ln_icon .icon_item p {
  color: #5A5A5A;
  line-height: 30px;
  margin-top: 26px;
}

.join_con .join_one .ln_con .ln_icon .icon_item:hover {
  background: #1c4f9b;
}

.join_con .join_one .ln_con .ln_icon .icon_item:hover span img {
  display: none;
}

.join_con .join_one .ln_con .ln_icon .icon_item:hover span img+img {
  display: inline-block;
}

.join_con .join_one .ln_con .ln_icon .icon_item:hover h5 {
  color: #fff;
}

.join_con .join_one .ln_con .ln_icon .icon_item:hover p {
  color: #fff;
}

.join_con .join_one .fz_con {
  width: 100%;
  background: #fff;
  padding: 100px 0 80px 0;
}

.join_con .join_one .fz_con .fz_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}

.join_con .join_one .fz_con .fz_item .fz_img {
  width: 45.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.join_con .join_one .fz_con .fz_item .fz_img img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.join_con .join_one .fz_con .fz_item .fz_text {
  width: calc(100% - 45.5% - 2.5%);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}

.join_con .join_one .fz_con .fz_item .fz_text h5 {
  font-weight: bold;
  color: #010101;
}

.join_con .join_one .fz_con .fz_item .fz_text .fz_desc {
  width: 100%;
  padding-top: 26px;
}

.join_con .join_one .fz_con .fz_item .fz_text .fz_desc p {
  color: #010101;
  line-height: 28px;
  display: inline-block;
  margin-bottom: 20px;
}

.join_con .join_one .fz_con .fz_item .fz_text .fz_desc p:last-child {
  margin-bottom: 0;
}

.join_con .join_two {
  width: 100%;
  background: url(../images/other/lx/us_bg_m.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 80px 0 70px 0;
}

.join_con .join_two .two_desc {
  width: 100%;
}

.join_con .join_two .two_desc .job_list {
  width: 100%;
  margin-top: 36px;
}

.join_con .join_two .two_desc .job_list .title_1 {
  width: 37%;
}

.join_con .join_two .two_desc .job_list .job_head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background: #1c4f9b;
  border-radius: 20px 20px 0 0;
  height: 80px;
  color: #fff;
}

.join_con .join_two .two_desc .job_list .job_head div {
  padding-left: 18px;
  font-size: 20px;
  text-align: left;
  width: 18%;
}
.join_con .join_two .two_desc .job_list .job_head .title_1 {
  width: 37%;
}
.join_con .join_two .two_desc .job_list .job_item {
  width: 100%;
  background: #fff;
  margin-bottom: 16px;
}

.join_con .join_two .two_desc .job_list .job_item.job_show .item_con {
  height: auto;
  overflow: visible;
  padding: 40px 0;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.join_con .join_two .two_desc .job_list .job_item.job_show .item_tal {
  position: relative;
}

.join_con .join_two .two_desc .job_list .job_item.job_show .item_tal::after {
  display: inline-block;
  width: calc(100% - 80px);
  height: 1px;
  background: #F2F2F2;
  content: '';
  position: absolute;
  bottom: 0px;
  left: 40px;
  z-index: 1;
}

.join_con .join_two .two_desc .job_list .job_item .item_tal {
  width: 100%;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}

.join_con .join_two .two_desc .job_list .job_item .item_tal div {
  width: 18%;
  font-size: 16px;
  color: #111;
  display: flex;
  justify-content: left;
  align-items: center;
  padding-left: 18px;
}
.join_con .join_two .two_desc .job_list .job_item .item_tal div img {
  display: inline-block;
  width: 22px;
  height: auto;
  margin-right: 10px;
}

.join_con .join_two .two_desc .job_list .job_item .item_tal div.title_1 {
  font-size: 20px;
  font-weight: bold;
  width: 37%;
}

.join_con .join_two .two_desc .job_list .job_item .item_con {
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m {
  width: calc(50%);
  margin-bottom: 28px;
  padding: 0 20px 0 18px;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m h5 {
  font-weight: bold;
  color: #000;
  font-size: 20px;
  line-height: 24px;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr {
  width: 100%;
  margin-top: 16px;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 34px;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box .td {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #111;
  margin-bottom: 28px;
  padding: 0 18px;
}

.join_con .join_two .two_desc .job_list .job_item .item_con .con_box .td a {
  text-decoration: none;
  color: #2572B2;
}

.join_con .join_three {
  width: 100%;
  padding-top: 70px;
}

.join_con .join_three .map_box {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.join_con .join_three .map_box .lx_map {
  width: calc(100%);
  padding-top: 180px;
}

.join_con .join_three .map_box .map_text_box {
  width: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.join_con .join_three .map_box .map_text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 330px;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.16);
  padding: 0 3.5%;
}

.join_con .join_three .map_box .map_text h5 {
  width: 100%;
  font-size: 26px;
  color: #000;
  line-height: 32px;
}

.join_con .join_three .map_box .map_text .gs_info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 8px;
}

.join_con .join_three .map_box .map_text .gs_info .info_item {
  width: 54%;
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}

.join_con .join_three .map_box .map_text .gs_info .info_item:nth-child(2n) {
  width: 42%;
}

.join_con .join_three .map_box .map_text .gs_info .info_item img {
  width: 31px;
  height: auto;
  margin-right: 8px;
}

.join_con .join_three .map_box .map_text .gs_info .info_item p {
  display: inline-block;
  width: calc(100% - 40px);
  font-size: 16px;
  color: #000;
  line-height: 24px;
}

.join_con .join_three .map_box .map_text .gs_info .info_item p a {
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1440px) {
  .about_head .temp_left p {
    font-size: 38px;
    line-height: 50px;
  }

  .about_head .temp_left .line_zs {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .about_head .temp_left .line_zs span {
    width: 76px;
  }

  /*加入我们*/
  .join_con .join_one .fz_con .fz_item {
    margin-top: 60px;
    align-items: flex-start;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc {
    padding-top: 20px;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc p {
    margin-bottom: 15px;
  }

  /*新闻详情*/
  .other_newsDetails .news_right {
    width: 30%;
  }

  .other_newsDetails .news_left {
    width: calc(100% - 30% - 40px);
  }
}

@media screen and (max-width: 1280px) {

  /*关于我们*/
  .about_con .about_one .one_desc .one_desc_left {
    width: 42%;
  }

  .about_con .about_one .one_desc .one_desc_right {
    width: 50%;
  }

  .about_con .about_speech .speech_desc .desc_left {
    width: 31.3%;
  }

  .about_con .about_speech .speech_desc .desc_right {
    width: 65%;
    padding-top: 0px;
  }

  .about_con .about_speech .speech_desc .desc_right .desc_text {
    margin-top: 25px;
  }

  .about_con .about_branch {
    padding: 40px 0 80px 0;
  }

  .about_con .about_branch .branch_item {
    padding: 40px 0;
  }

  .about_con .about_branch .branch_item .branch_img {
    width: 34%;
    overflow: hidden;
  }

  .about_con .about_branch .branch_item .branch_img img {
    display: inline-block;
    width: 100%;
  }

  .about_con .about_branch .branch_item .branch_text {
    width: 61%;
  }

  .about_con .about_branch .branch_item .branch_text h5 {
    font-size: 26px;
    line-height: 36px;
  }

  /*加入我们*/
  .join_con .join_one .ln_con {
    width: 100%;
    padding: 60px 0 90px 0;
  }

  .join_con .join_one .ln_con .ln_icon {
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item {
    width: calc((100% - 4%) / 3);
    padding: 2.5% 25px 25px 25px;
    height: 280px;
    margin-right: 2%;
    margin-bottom: 2vw;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item:nth-child(6n) {
    margin-right: 0;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item:nth-child(3n) {
    margin-right: 0;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item span {
    width: 54px;
  }

  .join_con .join_one .fz_con {
    padding: 80px 0 70px 0;
  }

  .join_con .join_one .fz_con .fz_item {
    margin-top: 50px;
  }

  .join_con .join_one .fz_con .fz_item .fz_img {
    width: 45.5%;
    height: 420px;
  }

  .join_con .join_one .fz_con .fz_item .fz_img img {
    width: auto;
    height: 100%;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .about_head .temp_left p {
    font-size: 34px;
    line-height: 46px;
  }

  .about_head .temp_left .line_zs {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .about_head .temp_left .line_zs span {
    width: 72px;
  }

  /*关于我们*/
  .about_con .about_one {
    padding: 70px 0;
  }

  .about_con .about_one .one_desc {
    flex-direction: column;
  }

  .about_con .about_one .one_desc .one_desc_right {
    width: 100%;
    margin-top: 40px;
  }

  .about_con .about_one .one_desc .one_desc_left {
    width: 100%;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data {
    margin-top: 20px;
  }

  .about_con .about_three {
    padding: 60px 0 90px 0;
  }

  .about_con .about_three .culture_con {
    margin-top: 50px;
  }

  .about_con .about_three .culture_con .culture_item {
    width: calc((100% - 40px) / 5);
  }

  .about_con .about_three .culture_con .culture_item .text_div {
    padding: 20px 15px;
  }

  .about_con .about_three .culture_con .culture_item .text_div p {
    line-height: 20px;
    height: 60px;
  }

  /*多维内刊*/
  .neikan_list .neikan_box .neikan_item {
    width: calc((100% - 2%) / 2);
    margin-bottom: 20px;
    height: 166px;
  }

  .neikan_list .neikan_box .neikan_item a {
    width: 80px;
  }

  .neikan_list .neikan_box .neikan_item .numb_div {
    width: calc(100% - 90px);
  }

  .neikan_list .neikan_box .neikan_item .numb_div h5 span {
    font-size: 18px;
    margin-right: 16px;
    line-height: 22px;
  }

  .neikan_list .neikan_box .neikan_item .numb_div h5 em {
    font-size: 14px;
    line-height: 22px;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb {
    margin-top: 16px;
    flex-direction: column;
    align-items: left;
    justify-content: left;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span {
    margin-bottom: 10px;
    font-size: 14px;
    margin-right: 0px;
    width: 100%;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span:last-child {
    margin: 0;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span:last-child {
    margin: 0;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span img {
    width: 20px;
  }

  /*加入我们*/
  .join_con .join_two {
    padding: 60px 0 40px 0;
  }

  .join_con .join_two .two_desc .job_list {
    margin-top: 32px;
  }

  .join_con .join_two .two_desc .job_list .title_1 {
    width: 37%;
  }

  .join_con .join_two .two_desc .job_list .job_head {
    padding: 0 20px;
  }

  .join_con .join_two .two_desc .job_list .job_head div {
    padding-left: 18px;
    font-size: 16px;
    width: 21%;
  }

  .join_con .join_two .two_desc .job_list .job_item.job_show .item_con {
    padding: 40px 0;
  }

  .join_con .join_two .two_desc .job_list .job_item.job_show .item_tal::after {
    width: calc(100% - 40px);
    left: 20px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal {
    padding: 0 20px;
    height: 70px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div {
    width: 21%;
    font-size: 14px;
    padding-left: 18px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_1 {
    font-size: 16px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box {
    width: calc(100% - 40px);
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr {
    margin-top: 12px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr p {
    font-size: 15px;
    line-height: 28px;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .td {
    font-size: 15px;
  }

  .join_con .join_three {
    width: 100%;
    padding-top: 50px;
  }

  .join_con .join_three .map_box {
    margin-top: 40px;
  }

  .join_con .join_three .map_box .lx_map {
    width: calc(100%);
    padding-top: 180px;
  }

  .join_con .join_three .map_box .map_text {
    height: 330px;
    padding: 0 3%;
  }

  .join_con .join_three .map_box .map_text h5 {
    font-size: 22px;
    line-height: 26px;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item {
    margin-top: 20px;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item img {
    width: 31px;
    height: auto;
    margin-right: 8px;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .about_head {
    align-items: flex-end;
  }

  .about_head .temp_left p {
    font-size: 1rem;
    line-height: 1.85rem;
  }

  .about_head .temp_left .line_zs {
    font-size: 0.6rem;
    margin-bottom: 0.2rem;
  }

  .about_head .temp_left .line_zs span {
    width: 1.6rem;
    height: 0.0125rem;
    margin-left: 0.2em;
  }
.news_list .news_box .news_item .news_img img {
  display: inline-block;
  width: 100%;
  height: 200px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
  body {
    padding-top: 2.7rem;
  }

  .other_nav {
    width: 100%;
    position: unset;
    height: 2.2rem;
  }

  .other_nav .safe_width1 {
    padding: 0;
  }

  .other_nav .wrapper {
    height: 2.2rem;
    width: 100%;
    overflow-x:scroll;
  }

  .other_nav .wrapper.wrapper_img .scroller {
    width: auto;
  }

  .other_nav .wrapper.wrapper_img .scroller ul {
    width: auto;
  }

  .other_nav .wrapper.wrapper_img .scroller ul li {
    width: 4.8rem;
  }

  .other_nav .wrapper.wrapper_img .scroller ul li a {
    width: 4.8rem;
  }

  .other_nav .wrapper.wrapper_img .scroller ul li a span {
    width: 1.35rem;
    margin-right: 0.15rem;
  }

  .other_nav .wrapper .scroller {
    position: absolute;
    width: 100%;
  }

  .other_nav .wrapper .scroller ul {
    width: 100%;
    justify-content: unset;
  }

  .other_nav .wrapper .scroller li {
    height: 2.2rem;
    width: calc(100% / 3);
    border-radius: 0;
    border: none;
    flex: unset;
    float: left;
    margin-right: 0;
  }

  .other_nav .wrapper .scroller li a {
    width: 100%;
    padding: 0;
    font-size: 0.7rem;
    line-height: 2.1rem;
  }

  .other_nav .wrapper .scroller li.active {
    border-radius: 0;
  }

  /*视频播放*/
  .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 .about_one {
    padding: 1.5rem 0 1.4rem 0;
  }

  .about_con .about_one .one_desc {
    flex-direction: column;
  }

  .about_con .about_one .one_desc .one_desc_right {
    width: 100%;
    margin-top: 1.35rem;
  }

  .about_con .about_one .one_desc .one_desc_right p {
    letter-spacing: 0.0125rem;
    font-size: 0.65rem;
    line-height: 1.2rem;
    margin-bottom: 0;
  }

  .about_con .about_one .one_desc .one_desc_left {
    width: 100%;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item {
    margin-top: 1.5rem;
    width: 50%;
    padding-bottom: 0;
    border: none;
    align-items: center;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number span {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item .number text em {
    font-size: 0.6rem;
    line-height: 0.8rem;
    top: -0.9rem;
  }

  .about_con .about_one .one_desc .one_desc_left .jianjie_data .data_item p {
    text-align: center;
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }

  .about_con .about_two .desc_video {
    height: 13rem;
  }

  .about_con .about_two .desc_video .ff_img {
    display: inline-block;
    width: auto;
    height: 100%;
  }

  .about_con .about_two .desc_video .oper_icon {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
  }

  .about_con .about_two .desc_video .oper_icon::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
    opacity: 1;
  }

  .about_con .about_two .desc_video .oper_icon img {
    width: 0.6rem;
  }

  .about_con .about_two .desc_video .oper_icon:hover::before {
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1.2rem;
    margin-left: -1.2rem;
  }

  .about_con .about_three {
    padding: 1.75rem 0 1.25rem 0;
  }

  .about_con .about_three .culture_con {
    margin-top: 1.25rem;
    flex-direction: column;
  }

  .about_con .about_three .culture_con .culture_item {
    width: calc(100%);
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
  }

  .about_con .about_three .culture_con .culture_item .text_div {
    padding: 0.65rem 0.5rem;
  }

  .about_con .about_three .culture_con .culture_item .text_div p {
    line-height: 1rem;
    height: unset;
    margin-top: 0.2rem;
  }

  .about_con .about_speech {
    padding: 1.5rem 0 1.75rem 0;
  }

  .about_con .about_speech .speech_desc {
    flex-direction: column;
  }

  .about_con .about_speech .speech_desc .desc_left {
    width: 100%;
  }

  .about_con .about_speech .speech_desc .desc_right {
    width: 100%;
    padding-top: 1.35rem;
  }

  .about_con .about_speech .speech_desc .desc_right .desc_text {
    margin-top: 0.65rem;
  }

  .about_con .about_speech .speech_desc .desc_right .desc_text p {
    font-size: 0.65rem;
    line-height: 1rem;
  }

  .about_con .about_branch {
    padding: 1rem 0;
  }

  .about_con .about_branch .branch_item {
    margin-bottom: 0.2rem;
    padding: 1rem 0;
    flex-direction: column;
  }

  .about_con .about_branch .branch_item .branch_img {
    width: 100%;
    margin-top: 0.6rem;
  }

  .about_con .about_branch .branch_item .branch_text {
    width: 100%;
  }

  .about_con .about_branch .branch_item .branch_text h5 {
    font-size: 0.7rem;
    line-height: 1.2rem;
  }

  .about_con .about_branch .branch_item .branch_text p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.4rem;
  }

  /*新闻列表*/
  .news_list {
    padding: 2.5rem 0 2rem 0;
  }

  .news_list .news_box {
    flex-direction: column;
  }

  .news_list .news_box .news_item {
    width: calc(100%);
    margin: 0 0 1.5rem 0;
  }

  .news_list .news_box .news_item .news_text {
    width: 100%;
    padding: 1rem 0;
    letter-spacing: 0.025rem;
  }

  .news_list .news_box .news_item .news_text div {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }

  .news_list .news_box .news_item .news_text span {
    margin: 0.3rem 0 0.35rem 0;
  }

  .news_list .news_box .news_item .news_text span em {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-right: 0.2rem;
  }

  .news_list .news_box .news_item .news_text h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0.4rem 0 0.3rem 0;
  }

  .news_list .news_box .news_item .news_text p {
    font-size: 0.6rem;
    line-height: 1.1rem;
    -webkit-line-clamp: 3;
    height: unset;
    margin-top: 0.4rem;
  }

  /*多维内刊*/
  .neikan_list {
    padding: 1.75rem 0;
  }

  .neikan_list .neikan_box {
    width: 100%;
  }

  .neikan_list .neikan_box .neikan_item {
    width: calc(100%);
    margin-bottom: 0.8rem;
    height: auto;
    min-height: 5.75rem;
    position: relative;
    padding: 0.65rem 0.65rem;
  }

  .neikan_list .neikan_box .neikan_item a {
    width: 2.75rem;
    position: absolute;
    bottom: 0.9rem;
    right: 0.7rem;
    z-index: 1;
  }

  .neikan_list .neikan_box .neikan_item .numb_div {
    width: calc(100%);
  }

  .neikan_list .neikan_box .neikan_item .numb_div h5 span {
    font-size: 18px;
    margin-right: 16px;
    line-height: 22px;
  }

  .neikan_list .neikan_box .neikan_item .numb_div h5 em {
    font-size: 14px;
    line-height: 22px;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb {
    padding-right: 3.5rem;
    margin-top: 0.85rem;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span {
    margin-bottom: 0.4rem;
    font-size: 0.55rem;
    margin-right: 0px;
    width: 100%;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span:last-child {
    margin: 0;
  }

  .neikan_list .neikan_box .neikan_item .numb_div .numb span img {
    width: 0.8rem;
    margin-right: 0.4rem;
  }

  /*新闻详情*/
  .other_newsDetails {
    flex-direction: column;
    padding: 0.65rem 0 0rem 0;
    margin: 0.9rem 0 1.2rem 0;
  }

  .other_newsDetails .news_right {
    width: 100%;
    margin-top: 0.9rem;
    position: unset;
    top: unset;
    background: transparent;
    border-radius: 0;
    padding: 0.6rem 0 0 0;
    border-left: none;
  }

  .other_newsDetails .news_right h5 {
    line-height: 1.2rem;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    padding-left: 0px;
    margin-bottom: 0.9rem;
  }

  .other_newsDetails .news_right .yewu_list .yewu_item {
    margin-bottom: 0.8rem;
  }

  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text {
    padding: 0.6rem 0px;
  }

  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text span {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }

  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text h5 {
    font-size: 0.75rem;
    line-height: 1.1rem;
    margin: 0.4rem 0;
    height: unset;
    padding-left: 0;
    color: #333;
    font-weight: bold;
  }

  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text p {
    -webkit-line-clamp: 4;
  }

  .other_newsDetails .news_right .yewu_list .more-btn {
    font-size: 0.65rem;
    letter-spacing: 0.025rem;
    line-height: 2rem;
  }

  .other_newsDetails .news_left {
    width: calc(100%);
  }

  .other_newsDetails .m3nCon .m3nTbox h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: normal;
    padding-bottom: 0;
    letter-spacing: 0.025rem;
  }

  .other_newsDetails .m3nCon .m3nTbox h2::after {
    content: none;
  }

  .other_newsDetails .m3nCon .m3nInfo {
    width: 100%;
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.025rem solid #F0F0F0;
    font-size: 0.6rem;
    color: #666666;
  }

  .other_newsDetails .m3nCon .m3nInfo .publish_icon {
    width: unset;
  }

  .other_newsDetails .m3nCon .m3nInfo .publish_icon img {
    display: inline-block;
    height: auto;
    width: 0.65rem;
    margin-right: 0.2rem;
  }

  .other_newsDetails .m3nCon .m3nInfo .publish_icon span {
    font-size: 0.5rem;
  }

  .other_newsDetails .m3nCon .m3nEditor {
    padding: 0.8rem 0;
  }

  .other_newsDetails .m3nCon .m3pages {
    border-top: none;
    line-height: 1rem;
    height: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem 0.6rem;
    background: #e5e5e5;
  }

  .other_newsDetails .m3nCon .m3pages a {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    font-size: 0.6rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0.25rem 0;
    background-image: none !important;
    padding: 0;
  }

  .other_newsDetails .m3nCon .m3pages a:last-child {
    background-image: none !important;
    padding: 0;
  }

  /*品牌*/
  .brand_con {
    padding: 1.5rem 0 2.2rem 0;
  }

  .brand_con .sub_ul {
    margin-bottom: 1.5rem;
  }

  .brand_con .sub_ul li {
    font-size: 0.65rem;
    font-weight: normal;
    padding-bottom: 0.55rem;
    margin: 0 1.2rem;
  }

  .brand_con .sub_ul li::after {
    width: 100%;
    height: 0.1rem;
    left: 0%;
  }

  .brand_con .brand_list {
    flex-direction: column;
  }

  .brand_con .brand_list .brand_box .brand_item {
    width: calc(100%);
    margin-bottom: 0.75rem;
    margin-right: 0;
  }

  .brand_con .brand_list .brand_box .brand_item .brand_img {
    height: 9.9rem;
  }

  .brand_con .brand_list .brand_box .brand_item .brand_more {
    height: 2.3rem;
    padding: 0 0.6rem;
    font-size: 0.7rem;
    line-height: 2.3rem;
  }

  /*加入我们*/
  .join_con .join_one .ln_con {
    padding: 1.75rem 0 1.2rem 0;
  }

  .join_con .join_one .ln_con .ln_info {
    margin-bottom: 1.7rem;
  }

  .join_con .join_one .ln_con .ln_info .info_item {
    margin-top: 1.1rem;
  }

  .join_con .join_one .ln_con .ln_info .info_item p {
    margin-top: 0.4rem;
    line-height: 1.1rem;
  }

  .join_con .join_one .ln_con .ln_icon {
    margin-top: 0.85rem;
    flex-direction: column;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item {
    width: 100%;
    padding: 1.35rem 0.55rem 2.75rem 0.55rem;
    height: unset;
    margin-right: 0;
    min-height: 7.6rem;
    margin-bottom: 0.55rem;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item:nth-child(6n) {
    margin-right: 0;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item:nth-child(3n) {
    margin-right: 0;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item span {
    width: 2rem;
    bottom: 0.7rem;
    right: 0.55rem;
  }

  .join_con .join_one .ln_con .ln_icon .icon_item p {
    line-height: 1rem;
    margin-top: 0.4rem;
  }

  .join_con .join_one .fz_con {
    padding: 1.75rem 0;
  }

  .join_con .join_one .fz_con .fz_item {
    flex-direction: column;
    margin-top: 1.1rem;
  }

  .join_con .join_one .fz_con .fz_item:nth-child(2n) .fz_img_hide {
    display: none;
  }

  .join_con .join_one .fz_con .fz_item .fz_img {
    width: 100%;
    height: unset;
  }

  .join_con .join_one .fz_con .fz_item .fz_img img {
    width: 100%;
    height: auto;
  }

  .join_con .join_one .fz_con .fz_item .fz_text {
    width: calc(100%);
    padding-top: 0.85rem;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc {
    padding-top: 0.7rem;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc p {
    line-height: 1rem;
    margin-bottom: 1.1rem;
  }

  .join_con .join_one .fz_con .fz_item .fz_text .fz_desc p:last-child {
    margin-bottom: 0;
  }

  .join_con .join_two {
    padding: 2rem 0 2.5rem 0;
    background: url(../images/other/lx/us_bg_m.jpg) no-repeat center center;
    background-size: 100% 100%;
  }

  .join_con .join_two .two_desc .job_list {
    margin-top: 1.6rem;
  }

  .join_con .join_two .two_desc .job_list .title_1 {
    width: 25%;
  }

  .join_con .join_two .two_desc .job_list .job_head {
    padding: 0 2rem 0 0.5rem;
    height: 2.2rem;
    border-radius: 0.35rem 0.35rem 0 0;
  }

  .join_con .join_two .two_desc .job_list .job_head div {
    padding-left: 0;
    font-size: 0.65rem;
    width: 25%;
  }

  .join_con .join_two .two_desc .job_list .job_item.job_show .item_con {
    padding: 0.7rem 0;
  }

  .join_con .join_two .two_desc .job_list .job_item.job_show .item_tal::after {
    width: calc(100% - 1rem);
    left: 0.5rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal {
    padding: 0 2rem 0 0.5rem;
    height: 3.6rem;
    /* 高度自适应内容 */
    background: url(../images/other/lx/more.png) no-repeat center right;
    background-size: auto 0.8rem;
    display: flex;
    /* 启用 flex 布局 */
    flex-wrap: wrap;
    /* 允许子元素换行 */
    gap: 0.3rem;
    /* 行间距 */
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div {
    font-size: 0.6rem;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    /* 内容左对齐 */
    align-items: center;
    flex-direction: row;
    /* 图标和文本横向排列 */
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div img {
    width: 0.8rem;
    margin-right: 0.3rem;
    /* 图标与文本间距 */
  }

  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_1 {
    width: 100%;
    /* 占满整行，强制换行 */
    font-weight: bold;
    line-height: 0.9rem;
  }
  .title_1_th{
    display: none;
  }
  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_2,
  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_3,
  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_4 {
    width: 30%;
    /* 三个标题各占 1/3 宽度，并排第二行 */
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box {
    width: calc(100% - 1rem);
    flex-direction: column;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m {
    width: 100%;
    margin-bottom: 0.8rem;
    padding: 0;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m h5 {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr {
    margin-top: 0.75rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .con_m .nr p {
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .join_con .join_two .two_desc .job_list .job_item .item_con .con_box .td {
    font-size: 15px;
    margin-bottom: 0.8rem;
    padding: 0;
  }

  .join_con .join_three {
    padding-top: 2rem;
  }

  .join_con .join_three .map_box {
    margin-top: 1.35rem;
  }

  .join_con .join_three .map_box .lx_map {
    padding-top: 14.5rem;
  }

  .join_con .join_three .map_box .map_text {
    height: unset;
    padding: 1.3rem 0.65rem 2rem 0.65rem;
  }

  .join_con .join_three .map_box .map_text h5 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }

  .join_con .join_three .map_box .map_text .gs_info {
    flex-direction: column;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item {
    width: 100%;
    margin-top: 0.8rem;
    align-items: flex-start;
    padding-right: 0;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item:nth-child(2n) {
    width: 100%;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item img {
    width: 1.25rem;
    height: auto;
    margin-right: 0.4rem;
    margin-top: -0.1rem;
  }

  .join_con .join_three .map_box .map_text .gs_info .info_item p {
    width: calc(100% - 1.65rem);
    font-size: 0.6rem;
    line-height: 1rem;
  }
}