@charset "utf-8";
body {
  padding-top: 96px;
}
.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: 66px;
  background: #f2f2f2;
}
.other_nav .wrapper {
  position: relative;
  height: 66px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.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: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 40px;
}
.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: 66px;
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.other_nav .wrapper .scroller li.active {
  background: #1C4F9B;
}
.other_nav .wrapper .scroller li.active a {
  color: #fff;
}
.temp_head {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 1px;
}
.temp_head h5 {
  font-size: 40px;
  color: #111111;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
}
.temp_head p {
  display: inline-block;
  font-size: 30px;
  color: #111111;
  line-height: 48px;
  margin-top: 10px;
}
/*关于我们*/
.about_con {
  width: 100%;
  overflow: hidden;
}
.about_con .about_one {
  width: 100%;
  padding: 120px 0;
  position: relative;
}
.about_con .about_one .jianjie_bg {
  display: inline-block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about_con .about_one .jianjie_bg div {
  width: 100% !important;
  height: 100% !important;
}
.about_con .about_one .jianjie_bg div canvas {
  width: 100% !important;
  height: 100% !important;
}
.about_con .about_one .one_desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_con .about_one .one_desc .one_desc_left {
  width: 37.5%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  margin-top: -20px;
}
.about_con .about_one .one_desc .one_desc_left .left_word {
  margin-top: 10px;
  width: 100%;
}
.about_con .about_one .one_desc .one_desc_left .left_word p {
  font-size: 100px;
  color: #1C4F9B;
  line-height: 110px;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-family: sy-b;
  font-weight: bold;
  text-transform: uppercase;
}
.about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(2) {
  text-align: right;
}
.about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(3) {
  text-align: center;
  padding-right: 20%;
}
.about_con .about_one .one_desc .one_desc_right {
  width: 56.25%;
  display: inline-block;
}
.about_con .about_one .one_desc .one_desc_right p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #313131;
  margin-bottom: 16px;
}
.about_con .about_one .jianjie_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 100px;
}
.about_con .about_one .jianjie_data .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about_con .about_one .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.about_con .about_one .jianjie_data .data_item .number span {
  font-size: 82px;
  line-height: 84px;
  color: #1C4F9B;
  letter-spacing: 1px;
  font-weight: bold;
}
.about_con .about_one .jianjie_data .data_item .number text {
  margin-left: 6px;
  font-size: 18px;
  color: #1C4F9B;
  line-height: 34px;
  position: relative;
}
.about_con .about_one .jianjie_data .data_item .number text em {
  font-size: 20px;
  color: #1C4F9B;
  line-height: 24px;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 1;
}
.about_con .about_one .jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #9F9F9F;
  letter-spacing: 1px;
  margin-top: 6px;
}
.about_con .about_other {
  width: 100%;
  background: url(../images/other/about/ln_bj.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.about_con .about_other .about_two {
  width: 100%;
  padding-top: 96px;
  position: relative;
}
.about_con .about_other .about_two::before {
  content: '';
  width: 100%;
  height: calc(100% - 176px);
  display: inline-block;
  background: url(../images/other/about/gs_bj.jpg) no-repeat center top;
  background-size: cover cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about_con .about_other .about_two .two_desc .desc_text {
  width: 100%;
  margin-top: 20px;
}
.about_con .about_other .about_two .two_desc .desc_text p {
  font-size: 16px;
  line-height: 34px;
  color: #FFFFFF;
}
.about_con .about_other .about_two .desc_video {
  width: 100%;
  position: relative;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-top: 30px;
}
.about_con .about_other .about_two .desc_video .ff_img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.about_con .about_other .about_two .desc_video .oper_icon {
  background: #549ae1;
  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_other .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_other .about_two .desc_video .oper_icon img {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
}
.about_con .about_other .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_other .about_three {
  width: 100%;
  padding: 90px 0 110px 0;
}
.about_con .about_other .about_three .two_desc {
  width: 100%;
}
.about_con .about_other .about_three .two_desc .ln_desc {
  width: 100%;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item {
  width: calc((100% - 84px) / 4);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  position: relative;
  border-radius: 0 0 30px 30px;
  padding: 58px 28px 0 28px;
  height: 440px;
  overflow: hidden;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item::before {
  content: '';
  width: 100%;
  height: 6px;
  background: #488AD1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item:hover::before {
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item:hover h5 {
  color: #fff;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item:hover p {
  color: #fff;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item h5 {
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  color: #1C4F9B;
  line-height: 40px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_con .about_other .about_three .two_desc .ln_desc .ln_item p {
  display: inline-block;
  margin-top: 16px;
  width: 100%;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  color: #343434;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*视频播放*/
.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: 70px 0 80px 0;
}
.news_list .news_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.news_list .news_top .t_left {
  width: 48.6%;
  max-width: 768px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 420px;
}
.news_list .news_top .t_left img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  display: inline-block;
  height: 100%;
  width: auto;
}
.news_list .news_top .t_left:hover img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
.news_list .news_top .t_right {
  width: calc(100% - 48.6% - 3.7%);
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.news_list .news_top .t_right .r_item {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  padding: 24px 0;
  border-bottom: 1px solid #E6E6E6;
}
.news_list .news_top .t_right .r_item h5 {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  line-height: 34px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2px;
}
.news_list .news_top .t_right .r_item:last-child {
  border-bottom: none;
}
.news_list .news_top .t_right .r_item:hover h5 {
  color: #1c4f9b;
}
.news_list .news_top .t_right .r_item:nth-child(1) {
  padding-top: 0;
}
.news_list .news_top .t_right .r_item:nth-child(1) .s_time {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: inline-block;
  margin: 6px 0 20px 0;
}
.news_list .news_top .t_right .r_item:nth-child(1) em {
  display: inline-block;
  font-style: normal;
  width: 34px;
  height: 2px;
  background: #52BCFF;
}
.news_list .news_top .t_right .r_item:nth-child(1) p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  letter-spacing: 2px;
  margin: 20px 0 24px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
}
.news_list .news_bottom {
  border-bottom: 1px solid #E6E6E6;
  border-top: 1px solid #E6E6E6;
  margin-bottom: 40px;
  width: 100%;
  padding: 60px 0 0px 0;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.news_list .news_bottom .news_item {
  width: calc((100% - 30px) / 3);
  margin: 0 15px 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-decoration: none;
}
.news_list .news_bottom .news_item:nth-child(3n) {
  margin-right: 0;
}
.news_list .news_bottom .news_item .news_img {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.news_list .news_bottom .news_item .news_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;
}
.news_list .news_bottom .news_item .news_text {
  width: 100%;
  padding: 26px 12px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  letter-spacing: 2px;
}
.news_list .news_bottom .news_item .news_text span {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #6666;
}
.news_list .news_bottom .news_item .news_text h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 30px;
  margin: 8px 0 12px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 60px;
}
.news_list .news_bottom .news_item .news_text p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 90px;
}
.news_list .news_bottom .news_item:hover .news_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);
}
.news_list .news_bottom .news_item:hover .news_text h5 {
  color: #1c4f9b;
}
/*新闻详情*/
.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;
  background: #f0f0f0;
  border-radius: 10px;
  top: 160px;
  background: #fff;
  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: #1074bf;
}
.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: #1074BF;
  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: space-between;
  align-items: center;
  border-bottom: 1px solid #F0F0F0;
  font-size: 14px;
  color: #666666;
}
.other_newsDetails .m3nCon .m3nInfo .publish_time {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.other_newsDetails .m3nCon .m3nInfo .publish_time img {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 6px;
}
.other_newsDetails .m3nCon .m3nInfo .publish_time span {
  font-size: 16px;
  color: #7D7D7D;
}
.other_newsDetails .m3nCon .m3nInfo dl {
  width: 50%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.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: 90px 0 80px 0;
}
.brand_con .brand_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.brand_con .brand_list .brand_item {
  width: calc(50% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fafafa;
  margin-bottom: 50px;
}
.brand_con .brand_list .brand_item .brand_img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 460px;
}
.brand_con .brand_list .brand_item .brand_img img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.brand_con .brand_list .brand_item .brand_more {
  width: 100%;
  height: 86px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.brand_con .brand_list .brand_item .brand_more span {
  font-size: 24px;
  color: #666666;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.brand_con .brand_list .brand_item .brand_more p {
  width: calc(100% - 90px);
  font-size: 24px;
  color: #222222;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.brand_con .brand_list .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.06);
}
.brand_con .brand_list .brand_item:hover .brand_more {
  background: #1C4F9B;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.brand_con .brand_list .brand_item:hover .brand_more p {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.brand_con .brand_list .brand_item:hover .brand_more span {
  color: #fff;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
/*产品中心*/
.prod_con {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 70px 0 80px 0;
}
.prod_con .prod_left {
  width: 320px;
  background: #f5f5f5;
  padding-bottom: 120px;
}
.prod_con .prod_left h5 {
  display: inline-block;
  width: 100%;
  padding: 0 25px;
  height: 90px;
  color: #fff;
  line-height: 90px;
  font-size: 24px;
  background: #1C4F9B;
}
.prod_con .prod_left .other_nav {
  height: unset;
  background: unset;
  width: 100%;
}
.prod_con .prod_left .other_nav .safe_width {
  padding: 0;
}
.prod_con .prod_left .other_nav .wrapper {
  position: relative;
  height: unset;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.prod_con .prod_left .other_nav .wrapper .scroller {
  position: unset;
  width: 100%;
}
.prod_con .prod_left .other_nav .wrapper .scroller ul {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
}
.prod_con .prod_left .other_nav .wrapper .scroller li {
  width: 100%;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 0px;
}
.prod_con .prod_left .other_nav .wrapper .scroller li a {
  letter-spacing: 1px;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  line-height: 62px;
  margin: 0;
  font-size: 16px;
  color: #434343;
  text-align: left;
}
.prod_con .prod_left .other_nav .wrapper .scroller li.active {
  background: #488AD1;
}
.prod_con .prod_left .other_nav .wrapper .scroller li.active a {
  color: #fff;
}
.prod_con .prod_right {
  width: calc(100% - 320px - 30px);
}
.prod_con .prod_right .cp_name {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  color: #222222;
  padding-left: 16px;
  border-left: 5px solid #488ad1;
}
.prod_con .prod_right .prod_box {
  width: 100%;
}
.prod_con .prod_right .prod_box .prod_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 60px;
}
.prod_con .prod_right .prod_box .prod_list .prod_item {
  width: calc(50% - 12px);
  height: 280px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(229, 229, 229, 0.72) 0%, rgba(247, 247, 247, 0.72) 100%);
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_left {
  width: 41%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_left img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right {
  width: calc(100% - 41%);
  padding: 0 20px 0 10px;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right h5 {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  line-height: 36px;
  display: inline-block;
  width: 100%;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #747474;
  line-height: 22px;
  margin: 8px 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right span {
  font-size: 20px;
  color: #FF0000;
  font-weight: bold;
  line-height: 24px;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  padding-top: 20px;
  flex-wrap: wrap;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div button {
  display: inline-block;
  width: calc(50% - 10px);
  max-width: 115px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #222;
  border: 1px solid #CCCCCC;
  margin-top: 12px;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div button.add_btn {
  border-color: #1C4F9B;
  color: #fff;
  background: #1C4F9B;
  margin-right: 12px;
}
.prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div button:hover {
  opacity: 0.9;
}
/*加入我们*/
.join_con {
  width: 100%;
  overflow: hidden;
}
.join_con .join_one {
  width: 100%;
  padding: 120px 0;
}
.join_con .join_one .one_desc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.join_con .join_one .one_desc .one_desc_left {
  width: 46.5%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.join_con .join_one .one_desc .one_desc_left .left_word {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.join_con .join_one .one_desc .one_desc_left .left_word h5 {
  display: inline-block;
  width: 100%;
  font-size: 28px;
  color: #111111;
  line-height: 36px;
  margin-top: 34px;
  font-weight: bold;
}
.join_con .join_one .one_desc .one_desc_left .left_word p {
  margin-top: 18px;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 32px;
}
.join_con .join_one .one_desc .one_desc_right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.join_con .join_one .one_desc .one_desc_right .ewm_item {
  width: calc(50% - 2.5%);
  height: 320px;
  background: #f8f8f8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 30px;
  border-bottom: 3px solid #3184dd;
}
.join_con .join_one .one_desc .one_desc_right .ewm_item h5 {
  font-weight: bold;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 28px;
  color: #111111;
  line-height: 32px;
}
.join_con .join_one .one_desc .one_desc_right .ewm_item p {
  text-align: left;
  display: inline-block;
  width: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 24px;
  margin: 16px 0;
}
.join_con .join_one .one_desc .one_desc_right .ewm_item img {
  display: inline-block;
  width: 140px;
  height: auto;
}
.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: linear-gradient(276deg, #60A2AA 0%, #335AA6 100%);
  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: 21%;
}
.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: 21%;
  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;
}
.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: 48%;
  margin-top: 20px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.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;
}
/*科技研发*/
.jishu_con {
  width: 100%;
}
.jishu_con .jishu_one {
  width: 100%;
  background: url(../images/other/kj/js_bj.jpg) #fff no-repeat center bottom;
  background-size: 100% auto;
  padding: 110px 0 120px 0;
}
.jishu_con .jishu_one .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jishu_con .jishu_one .safe_width .jishu_left {
  width: 47%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.jishu_con .jishu_one .safe_width .jishu_left .jishu_desc {
  width: 100%;
  margin-top: 20px;
}
.jishu_con .jishu_one .safe_width .jishu_left .jishu_desc p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  color: #313131;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50%;
  margin-top: 46px;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number span {
  font-size: 82px;
  line-height: 84px;
  color: #1C4F9B;
  letter-spacing: 1px;
  font-weight: bold;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number text {
  margin-left: 6px;
  font-size: 18px;
  color: #1C4F9B;
  line-height: 34px;
  position: relative;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number text em {
  font-size: 20px;
  color: #1C4F9B;
  line-height: 24px;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 1;
}
.jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #9F9F9F;
  letter-spacing: 1px;
  margin-top: 6px;
}
.jishu_con .jishu_one .safe_width .jishu_right {
  display: inline-block;
  width: 42.5%;
  position: relative;
  margin-right: 36px;
}
.jishu_con .jishu_one .safe_width .jishu_right::before {
  display: inline-block;
  content: '';
  width: 97%;
  height: 97%;
  background: #1C4F9B;
  position: absolute;
  right: -36px;
  top: -36px;
  border-radius: 10px;
  z-index: -1;
}
.jishu_con .jishu_one .safe_width .jishu_right img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.jishu_con .jishu_two {
  width: 100%;
  background: url(../images/other/kj/yanfa_bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  padding: 146px 0;
}
.jishu_con .jishu_two .yaopin_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jishu_con .jishu_two .yaopin_box .yaopin_left {
  width: 47%;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
}
.jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item {
  width: 100%;
  margin-top: 38px;
  color: #fff;
}
.jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  line-height: 28px;
}
.jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item p {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  margin-top: 8px;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right {
  width: 38.2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon {
  width: calc(50%);
  border: 1px solid #FFFFFF;
  height: 254px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon:hover {
  background: rgba(255, 255, 255, 0.38);
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon:nth-child(1) {
  opacity: 0;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon:nth-child(2) {
  border-bottom: none;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon:nth-child(3) {
  border-right: none;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon img {
  width: 80px;
  height: auto;
  display: inline-block;
}
.jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon p {
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 24px;
  color: #fff;
  margin-top: 14px;
}
.platform_list {
  width: 100%;
  padding: 100px 0 70px 0;
}
.platform_list .platform_item {
  width: 100%;
  background: #fafcfd;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  overflow: hidden;
}
.platform_list .platform_item .plan_img {
  width: 50%;
  overflow: hidden;
}
.platform_list .platform_item .plan_img.plan_img_sj {
  display: none;
}
.platform_list .platform_item .plan_img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.platform_list .platform_item .plan_img:hover img {
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
  transition: all 0.4s ease-in-out 0.1s;
}
.platform_list .platform_item .plan_text {
  width: 50%;
}
.platform_list .platform_item .plan_text .plan_text_con {
  width: 100%;
  height: 100%;
  padding: 10px 8% 0 7%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  overflow: hidden;
}
.platform_list .platform_item .plan_text .plan_text_con h5 {
  font-size: 40px;
  color: #000;
  line-height: 52px;
  letter-spacing: 2px;
  font-weight: bold;
}
.platform_list .platform_item .plan_text .plan_text_con p {
  font-size: 16px;
  line-height: 32px;
  color: #313131;
  margin: 8% 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.platform_list .platform_item .plan_text:hover .plan_text_con h5 {
  color: #1c4f9b;
}
.platform_list .platform_item:nth-child(2n) .plan_text .plan_text_con {
  padding: 10px 7% 0 8%;
}
@media screen and (max-width: 1900px) {
  /*科技研发*/
  .jishu_con .jishu_two {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1440px) {
  /*关于我们*/
  .about_con .about_other .about_three {
    padding: 90px 0 110px 0;
  }
  .about_con .about_other .about_three .two_desc .ln_desc {
    margin-top: 56px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item {
    width: calc((100% - 60px) / 4);
    border-radius: 0 0 30px 30px;
    padding: 40px 24px 0 24px;
    height: 440px;
  }
  /*新闻详情*/
  .other_newsDetails .news_right {
    width: 30%;
  }
  .other_newsDetails .news_left {
    width: calc(100% - 30% - 40px);
  }
}
@media screen and (max-width: 1366px) {
  /*关于我们*/
  .about_con .about_one .one_desc .one_desc_left {
    width: 37.5%;
    margin-top: -20px;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word {
    margin-top: 10px;
    width: 100%;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p {
    font-size: 90px;
    line-height: 100px;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(2) {
    text-align: right;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(3) {
    text-align: center;
    padding-right: 20%;
  }
  .about_con .about_other .about_three .two_desc .ln_desc {
    margin-top: 56px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item {
    width: calc((100% - 45px) / 4);
    border-radius: 0 0 30px 30px;
    padding: 38px 24px 0 24px;
    height: 460px;
  }
}
@media screen and (max-width: 1280px) {
  /*关于我们*/
  .about_con .about_other .about_two {
    padding-top: 86px;
  }
  .about_con .about_other .about_three {
    padding: 80px 0 90px 0;
  }
  .about_con .about_other .about_three .two_desc .ln_desc {
    margin-top: 50px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item {
    width: calc((100% - 45px) / 4);
    border-radius: 0 0 20px 20px;
    padding: 38px 20px 0 20px;
    height: 440px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item h5 {
    font-size: 26px;
    line-height: 36px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item p {
    margin-top: 14px;
    line-height: 28px;
    font-size: 16px;
  }
  /*产品中心*/
  .prod_con .prod_left {
    width: 240px;
  }
  .prod_con .prod_right {
    width: calc(100% - 240px - 20px);
  }
  /*科技研发*/
  .platform_list {
    padding: 80px 0 50px 0;
  }
  .platform_list .platform_item {
    margin-bottom: 40px;
  }
  .platform_list .platform_item .plan_img {
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .platform_list .platform_item .plan_img img {
    width: auto;
    height: 102%;
    -webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .platform_list .platform_item .plan_text .plan_text_con {
    padding: 10px 8% 0 7%;
  }
  .platform_list .platform_item .plan_text .plan_text_con h5 {
    font-size: 34px;
    line-height: 46px;
  }
  .platform_list .platform_item .plan_text .plan_text_con p {
    font-size: 15px;
    line-height: 28px;
    margin: 6% 0 0 0;
    -webkit-line-clamp: 7;
  }
  .platform_list .platform_item:nth-child(2n) .plan_text .plan_text_con {
    padding: 10px 7% 0 8%;
  }
}
@media screen and (max-width: 1024px) {
  .temp_head h5 {
    font-size: 34px;
    line-height: 40px;
  }
  .temp_head p {
    font-size: 20px;
    line-height: 38px;
  }
  /*关于我们*/
  .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: 20px;
  }
  .about_con .about_one .one_desc .one_desc_left {
    width: 100%;
    margin-top: 0;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: normal;
    flex-wrap: wrap;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p {
    font-size: 100px;
    line-height: 110px;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(1) {
    width: 100%;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(2) {
    width: 50%;
    text-align: right;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(3) {
    width: 50%;
    text-align: center;
    padding-right: 20%;
  }
  .about_con .about_one .jianjie_data {
    margin-top: 50px;
  }
  .about_con .about_one .jianjie_data .data_item .number span {
    font-size: 68px;
    line-height: 70px;
  }
  .about_con .about_one .jianjie_data .data_item .number text {
    margin-left: 6px;
    font-size: 16px;
    line-height: 32px;
  }
  .about_con .about_one .jianjie_data .data_item .number text em {
    font-size: 16px;
    line-height: 20px;
    top: -38px;
  }
  .about_con .about_one .jianjie_data .data_item p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 6px;
  }
  .about_con .about_other .about_two {
    padding-top: 76px;
  }
  .about_con .about_other .about_three {
    padding: 70px 0 80px 0;
  }
  .about_con .about_other .about_three .two_desc .ln_desc {
    margin-top: 26px;
    flex-wrap: wrap;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item {
    width: calc((100% - 20px) / 2);
    border-radius: 0 0 20px 20px;
    padding: 38px 20px 0 20px;
    height: 320px;
    margin-top: 20px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item h5 {
    font-size: 26px;
    line-height: 36px;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item p {
    margin-top: 14px;
    line-height: 28px;
    font-size: 16px;
  }
  /*产品中心*/
  .prod_con .prod_left {
    width: 240px;
  }
  .prod_con .prod_right {
    width: calc(100% - 240px - 20px);
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item {
    width: 100%;
  }
  /*加入我们*/
  .join_con .join_one {
    padding: 80px 0;
  }
  .join_con .join_one .one_desc .one_desc_left {
    width: 46.5%;
  }
  .join_con .join_one .one_desc .one_desc_left .left_word h5 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 28px;
  }
  .join_con .join_one .one_desc .one_desc_left .left_word p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 30px;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item {
    width: calc(50% - 2.5%);
    height: 320px;
    padding: 0 20px;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item h5 {
    font-size: 22px;
    line-height: 26px;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item p {
    font-size: 14px;
    line-height: 20px;
    margin: 13px 0;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item img {
    display: inline-block;
    width: 110px;
    height: auto;
  }
  .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 {
    width: 48%;
    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;
  }
  /*科技研发*/
  .jishu_con {
    width: 100%;
  }
  .jishu_con .jishu_one {
    padding: 90px 0 100px 0;
  }
  .jishu_con .jishu_one .safe_width .jishu_left {
    width: 50%;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item {
    margin-top: 40px;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number span {
    font-size: 68px;
    line-height: 70px;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number text {
    margin-left: 6px;
    font-size: 16px;
    line-height: 32px;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number text em {
    font-size: 16px;
    line-height: 20px;
    top: -38px;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 6px;
  }
  .jishu_con .jishu_one .safe_width .jishu_right {
    margin-right: 20px;
  }
  .jishu_con .jishu_one .safe_width .jishu_right::before {
    right: -20px;
    top: -20px;
  }
  .jishu_con .jishu_two {
    padding: 126px 0;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left {
    width: 50%;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item {
    margin-top: 30px;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item p {
    font-size: 15px;
    line-height: 28px;
    margin-top: 6px;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right {
    width: 42%;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon img {
    width: 70px;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon p {
    font-size: 20px;
    margin-top: 12px;
  }
  .platform_list {
    padding: 70px 0 40px 0;
  }
  .platform_list .platform_item {
    margin-bottom: 40px;
  }
  .platform_list .platform_item .plan_img {
    height: 370px;
  }
  .platform_list .platform_item .plan_text .plan_text_con h5 {
    font-size: 28px;
    line-height: 40px;
  }
  .platform_list .platform_item .plan_text .plan_text_con p {
    font-size: 15px;
    line-height: 28px;
    -webkit-line-clamp: 9;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 3rem;
  }
  .other_nav {
    width: 100%;
    position: unset;
    height: 2.1rem;
  }
  .other_nav .safe_width {
    padding: 0;
  }
  .other_nav .wrapper {
    height: 2.1rem;
  }
  .other_nav .wrapper .scroller {
    position: absolute;
    width: unset;
  }
  .other_nav .wrapper .scroller ul {
    width: unset;
    justify-content: unset;
  }
  .other_nav .wrapper .scroller li {
    height: 2.1rem;
    width: 4.65rem;
    border-radius: 0;
    border: none;
    flex: unset;
    float: left;
    margin-right: 0;
  }
  .other_nav .wrapper .scroller li a {
    width: 4.65rem;
    padding: 0;
    font-size: 0.7rem;
    line-height: 2.1rem;
  }
  .other_nav .wrapper .scroller li.active {
    border-radius: 0;
  }
  .temp_head {
    letter-spacing: 0.0125rem;
  }
  .temp_head h5 {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }
  .temp_head p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-top: 0.5rem;
  }
  /*视频播放*/
  .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.6rem 0 2.5rem 0;
  }
  .about_con .about_one .jianjie_bg {
    height: 12.5rem;
  }
  .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 {
    font-size: 0.65rem;
    line-height: 1.2rem;
    margin-bottom: 0;
  }
  .about_con .about_one .one_desc .one_desc_left {
    width: 100%;
    margin-top: 0;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word {
    margin-top: 0.8rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p {
    width: 100%;
    font-size: 2rem;
    line-height: 2.1rem;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(1) {
    width: unset;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(2) {
    width: unset;
    text-align: right;
  }
  .about_con .about_one .one_desc .one_desc_left .left_word p:nth-child(3) {
    width: unset;
    text-align: center;
    padding-right: 20%;
  }
  .about_con .about_one .jianjie_data {
    margin-top: 0.25rem;
    flex-wrap: wrap;
  }
  .about_con .about_one .jianjie_data .data_item {
    margin-top: 1.25rem;
    width: 50%;
  }
  .about_con .about_one .jianjie_data .data_item .number span {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
  .about_con .about_one .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .about_con .about_one .jianjie_data .data_item .number text em {
    font-size: 0.6rem;
    line-height: 0.8rem;
    top: -0.9rem;
  }
  .about_con .about_one .jianjie_data .data_item p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  .about_con .about_other {
    background: url(../images/other/about/ln_bj_m.jpg) no-repeat center bottom;
  }
  .about_con .about_other .about_two {
    padding-top: 1.75rem;
  }
  .about_con .about_other .about_two::before {
    height: calc(100% - 7.25rem);
  }
  .about_con .about_other .about_two .two_desc .desc_text {
    width: 100%;
    margin-top: 0.65rem;
  }
  .about_con .about_other .about_two .two_desc .desc_text p {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
  .about_con .about_other .about_two .desc_video {
    height: 13.75rem;
    border-radius: 0.25rem;
    margin-top: 0.9rem;
  }
  .about_con .about_other .about_two .desc_video .ff_img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .about_con .about_other .about_two .desc_video .oper_icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
  }
  .about_con .about_other .about_two .desc_video .oper_icon::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -0.95rem;
    margin-left: -0.95rem;
    opacity: 1;
  }
  .about_con .about_other .about_two .desc_video .oper_icon img {
    width: 0.6rem;
  }
  .about_con .about_other .about_two .desc_video .oper_icon:hover::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -0.95rem;
    margin-left: -0.95rem;
  }
  .about_con .about_other .about_three {
    padding: 1.65rem 0 2.65rem 0;
  }
  .about_con .about_other .about_three .two_desc .ln_desc {
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 0.3rem;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item {
    width: calc(100%);
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 1.35rem 0.6rem 1.65rem 0.6rem;
    height: unset;
    overflow: unset;
    margin-top: 0.85rem;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item::before {
    height: 0.15rem;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item:hover::before {
    height: 100%;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .about_con .about_other .about_three .two_desc .ln_desc .ln_item p {
    margin-top: 0.6rem;
    line-height: 1.1rem;
    font-size: 0.65rem;
  }
  /*新闻列表*/
  .news_list {
    padding: 1.35rem 0 2rem 0;
  }
  .news_list .news_top {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .news_list .news_top .t_left {
    width: 100%;
    max-width: unset;
    height: unset;
  }
  .news_list .news_top .t_left img {
    height: auto;
    width: 100%;
  }
  .news_list .news_top .t_right {
    width: 100%;
  }
  .news_list .news_top .t_right .r_item {
    padding: 0.6rem 0;
    border-bottom: 0.025rem solid #E6E6E6;
  }
  .news_list .news_top .t_right .r_item h5 {
    text-overflow: unset;
    white-space: unset;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.75rem;
    line-height: 1.1rem;
    letter-spacing: 0.05rem;
  }
  .news_list .news_top .t_right .r_item:last-child {
    border-bottom: 0.025rem solid #E6E6E6;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) {
    padding-top: 0.75rem;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) .s_time {
    font-size: 0.6rem;
    line-height: 0.8rem;
    display: inline-block;
    margin: 0.25rem 0 0.3rem 0;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) em {
    width: 0.8rem;
    height: 0.05rem;
  }
  .news_list .news_top .t_right .r_item:nth-child(1) p {
    font-size: 0.6rem;
    line-height: 1.1rem;
    letter-spacing: 0.05rem;
    margin: 0.4rem 0 0.6rem 0;
    height: unset;
  }
  .news_list .news_bottom {
    border-bottom: none;
    border-top: none;
    margin-bottom: 0rem;
    padding: 1.1rem 0 0rem 0;
    flex-direction: column;
  }
  .news_list .news_bottom .news_item {
    width: calc(100%);
    margin: 0 0 0.65rem 0;
  }
  .news_list .news_bottom .news_item .news_text {
    width: 100%;
    padding: 0.7rem 0.4rem;
    letter-spacing: 0.025rem;
  }
  .news_list .news_bottom .news_item .news_text span {
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .news_list .news_bottom .news_item .news_text h5 {
    font-size: 0.7rem;
    line-height: 1rem;
    height: 2rem;
    margin: 0.4rem 0 0.3rem 0;
  }
  .news_list .news_bottom .news_item .news_text p {
    font-size: 0.6rem;
    line-height: 1rem;
    -webkit-line-clamp: 4;
    height: unset;
  }
  /*新闻详情*/
  .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: #fff;
    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_time {
    width: unset;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_time img {
    display: inline-block;
    width: 1rem;
    height: auto;
    margin-right: 0.2rem;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_time span {
    font-size: 0.6rem;
  }
  .other_newsDetails .m3nCon .m3nInfo dl {
    width: unset;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .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: transparent;
    padding: 0;
  }
  .other_newsDetails .m3nCon .m3pages a:last-child {
    background: transparent;
    padding: 0;
  }
  /*品牌*/
  .brand_con {
    padding: 1.35rem 0 2.5rem 0;
  }
  .brand_con .brand_list {
    flex-direction: column;
  }
  .brand_con .brand_list .brand_item {
    width: calc(100%);
    margin-bottom: 0.9rem;
  }
  .brand_con .brand_list .brand_item .brand_img {
    height: 8.25rem;
  }
  .brand_con .brand_list .brand_item .brand_more {
    height: 2.1rem;
    padding: 0 0.6rem;
  }
  .brand_con .brand_list .brand_item .brand_more span {
    font-size: 0.75rem;
    color: #666666;
  }
  .brand_con .brand_list .brand_item .brand_more p {
    width: calc(100% - 1.6rem);
    font-size: 0.75rem;
  }
  /*产品中心*/
  .prod_con {
    flex-direction: column;
    padding: 0 0 1.65rem 0;
    width: calc(100% + 1.3rem);
    margin-left: -0.65rem;
    overflow: hidden;
  }
  .prod_con .prod_left {
    width: 100%;
    background: unset;
    padding-bottom: 0;
  }
  .prod_con .prod_left h5 {
    display: none;
  }
  .prod_con .prod_left .other_nav {
    width: 100%;
    height: 2.1rem;
    background: unset;
    position: unset;
    background: #f2f2f2;
  }
  .prod_con .prod_left .other_nav .safe_width {
    padding: 0;
  }
  .prod_con .prod_left .other_nav .wrapper {
    position: relative;
    height: 2.1rem;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
  .prod_con .prod_left .other_nav .wrapper .scroller ul {
    width: unset;
    display: flex;
    justify-content: unset;
    align-items: center;
    flex-direction: unset;
  }
  .prod_con .prod_left .other_nav .wrapper .scroller li {
    width: 4.65rem;
    height: 2.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 0px;
  }
  .prod_con .prod_left .other_nav .wrapper .scroller li a {
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 25px;
    width: 4.65rem;
    padding: 0;
    font-size: 0.7rem;
    line-height: 2.1rem;
  }
  .prod_con .prod_left .other_nav .wrapper .scroller li.active {
    background: #1c4f9b;
  }
  .prod_con .prod_left .other_nav .wrapper .scroller li.active a {
    color: #fff;
  }
  .prod_con .prod_right {
    width: calc(100%);
    padding: 0 0.65rem;
  }
  .prod_con .prod_right .cp_name {
    display: none;
  }
  .prod_con .prod_right .prod_box {
    margin-top: 1.35rem;
  }
  .prod_con .prod_right .prod_box .prod_list {
    flex-direction: column;
    padding-bottom: 0rem;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item {
    width: calc(100%);
    height: 6.75rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_left {
    width: 6rem;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right {
    width: calc(100% - 6rem);
    padding: 0 0.6rem 0 0.2rem;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right h5 {
    font-size: 0.75rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right p {
    font-size: 0.5rem;
    line-height: 0.75rem;
    margin: 0.4rem 0;
    -webkit-line-clamp: 1;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right span {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div {
    justify-content: space-between;
    padding-top: 0.55rem;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div button {
    display: inline-block;
    width: calc(50% - 0.2rem);
    max-width: unset;
    height: 1.35rem;
    text-align: center;
    line-height: 1.35rem;
    font-size: 0.55rem;
    border: 0.0125rem solid #CCCCCC;
    margin-top: 0;
  }
  .prod_con .prod_right .prod_box .prod_list .prod_item .cp_right .btn_div button.add_btn {
    margin-right: 0;
  }
  /*加入我们*/
  .join_con .join_one {
    padding: 2.25rem 0 2.5rem 0;
  }
  .join_con .join_one .one_desc {
    flex-direction: column;
  }
  .join_con .join_one .one_desc .one_desc_left {
    width: 100%;
  }
  .join_con .join_one .one_desc .one_desc_left .left_word h5 {
    font-size: 0.8rem;
    line-height: 1rem;
    margin-top: 0.75rem;
  }
  .join_con .join_one .one_desc .one_desc_left .left_word p {
    margin-top: 0.9rem;
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
  .join_con .join_one .one_desc .one_desc_right {
    width: 100%;
    flex-direction: column;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item {
    width: calc(100%);
    margin-top: 0.8rem;
    height: 10.5rem;
    padding: 0 0.8rem;
    border-width: 0.1rem;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item h5 {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin: 0.3rem 0 0.6rem 0;
  }
  .join_con .join_one .one_desc .one_desc_right .ewm_item img {
    width: 5.5rem;
  }
  .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: 2.5rem;
    background: url(../images/other/lx/more.png) no-repeat center right;
    background-size: auto 0.8rem;
  }
  .join_con .join_two .two_desc .job_list .job_item .item_tal div {
    width: 25%;
    font-size: 0.6rem;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .join_con .join_two .two_desc .job_list .job_item .item_tal div img {
    width: 0.8rem;
    margin: 0;
  }
  .join_con .join_two .two_desc .job_list .job_item .item_tal div.title_1 {
    font-size: 0.6rem;
    font-weight: bold;
    line-height: 0.9rem;
    justify-content: left;
    text-align: left;
    align-items: flex-start;
  }
  .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 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;
  }
  /*科技研发*/
  .jishu_con {
    width: 100%;
  }
  .jishu_con .jishu_one {
    background: url(../images/other/kj/js_bj_m.jpg) #fff no-repeat center center;
    background-size: 100% auto;
    padding: 1.5rem 0;
  }
  .jishu_con .jishu_one .safe_width {
    flex-direction: column;
  }
  .jishu_con .jishu_one .safe_width .jishu_left {
    width: 100%;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jishu_desc {
    width: 100%;
    margin-top: 0.9rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jishu_desc p {
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item {
    margin-top: 1.1rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number span {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item .number text em {
    font-size: 0.6rem;
    line-height: 0.8rem;
    top: -0.9rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_left .jianjie_data .data_item p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  .jishu_con .jishu_one .safe_width .jishu_right {
    width: calc(100% - 0.5rem);
    margin-right: 0.5rem;
    margin-top: 2rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_right::before {
    top: -0.5rem;
    right: -0.5rem;
    border-radius: 0.3rem;
  }
  .jishu_con .jishu_one .safe_width .jishu_right img {
    border-radius: 0.3rem;
  }
  .jishu_con .jishu_two {
    background: url(../images/other/kj/yanfa_bg_m.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 2.5rem 0 2rem 0;
  }
  .jishu_con .jishu_two .yaopin_box {
    flex-direction: column;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left {
    width: 100%;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item {
    margin-top: 1.15rem;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item h5 {
    font-size: 0.65rem;
    line-height: 1rem;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_left .yaopin_desc .yaopin_item p {
    font-size: 0.6rem;
    line-height: 1rem;
    margin-top: 0.4rem;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right {
    width: 100%;
    margin-top: 1.35rem;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon {
    width: calc(50%);
    border: 0.0125rem solid #FFFFFF;
    height: 6.15rem;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon:nth-child(2) {
    background: rgba(255, 255, 255, 0.38);
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon img {
    width: 2.1rem;
  }
  .jishu_con .jishu_two .yaopin_box .yaopin_right .yp_icon p {
    padding: 0 0.25rem;
    font-size: 0.6rem;
    margin-top: 0.4rem;
  }
  .platform_list {
    padding: 1.6rem 0;
  }
  .platform_list .platform_item {
    flex-direction: column;
    margin-bottom: 0.9rem;
    overflow: unset;
  }
  .platform_list .platform_item .plan_img {
    width: 100%;
    overflow: hidden;
    height: unset;
  }
  .platform_list .platform_item .plan_img.plan_img_sj {
    display: inline-block;
  }
  .platform_list .platform_item .plan_img img {
    width: 100%;
    height: auto;
  }
  .platform_list .platform_item .plan_text {
    width: 100%;
  }
  .platform_list .platform_item .plan_text .plan_text_con {
    width: 100%;
    height: unset;
    padding: 1.6rem 1.2rem;
  }
  .platform_list .platform_item .plan_text .plan_text_con h5 {
    font-size: 0.9rem;
    line-height: 1.3rem;
    letter-spacing: 0.025rem;
  }
  .platform_list .platform_item .plan_text .plan_text_con p {
    font-size: 0.6rem;
    line-height: 1.1rem;
    margin: 0.7rem 0 0 0;
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
  }
  .platform_list .platform_item:nth-child(2n) .plan_img {
    display: none;
  }
  .platform_list .platform_item:nth-child(2n) .plan_img.plan_img_sj {
    display: flex;
  }
  .platform_list .platform_item:nth-child(2n) .plan_text .plan_text_con {
    padding: 1.6rem 1.2rem;
  }
}
