<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =====================内页样式======================== */
/* 分页 */
.paging {
  width: 100%;
  font-size: 0;
  text-align: center;
  user-select: none;
}

.paging-menu,
.paging-menu a,
.paging-skip,
.paging-hint,
.paging-skip input,
.paging-skip button {
  display: inline-block;
  vertical-align: middle;
}

.paging-menu .pagination {
  display: flex;
  flex-wrap: wrap !important;
  justify-content: center;
  align-items: center;
}

.paging-menu a {
  box-shadow: 0px 0px 18.06px 2.94px rgba(70, 70, 70, 0.06);
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 4px;
  font-size: 16px;
  color: #666;
  transition: all .4s ease;
  border-radius: 50%;
  background-color: #fff;
}

.paging-menu a:first-child,
.paging-menu a:last-child {
  width: 100px;
  border-radius: 30px;
}

.paging-menu a:hover,
.paging-menu a.active,
.paging a.on {
  background-color: #396eff;
  color: #fff;
}
.paging-menu .pagination li.active a{
    background-color: #396eff;
  color: #fff;
}

.paging-skip {
  margin-left: 8px;
}

.paging-hint {
  font-size: 14px;
  color: #999;
  font-weight: 300;
  margin: 0 8px;
}

.paging-hint:first-of-type {
  margin: 0;
}

.paging-skip input {
  width: 54px;
  text-align: center;
  height: 38px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #666;
  border-radius: 3px;
  transition: all .4s ease;
}

.paging-skip input:focus {
  border-color: #396eff;
}

.paging-skip button {
  color: #555;
  font-size: 14px;
  padding: 0 18px;
  border: 1px solid #e1e1e1;
  transition: all .4s ease;
  height: 38px;
  background: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.paging-skip button:hover {
  background-color: #396eff;
  color: #fff;
  border-color: #396eff;
}

.paging-hint span {
  color: #396eff;
}

@media all and (max-width:1000px) {
  .paging-menu a {
    margin: 4px 2px;
    font-size: 13px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .paging-skip {
    width: 100%;
    margin-left: 0;
  }

  .paging-menu a:first-child,
  .paging-menu a:last-child {
    width: 60px;
  }
}

/* 搜索页面 */
.search {
  width: 100%;
}

.search-info {
  width: 100%;
  line-height: 1.1;
  color: #333;
  font-weight: 700;
}

.search-info span {
  color: #396eff;
}

.search-list {
  width: 100%;
}

.search-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid #f0f0f2;
}

.search-link h2 {
  color: #333;
  line-height: 1.1;
  transition: all .4s ease;
}

.search-link p {
  width: 100%;
  color: #666;
}

.search-link .highlightRow span {
  color: #396eff !important;
}

.search-link:hover h2 {
  color: #396eff;
}

@media all and (max-width:1000px) {
  .search-link {
    padding: 22px 0;
  }

  .search-list {
    margin-top: 10px;
  }
}

/* 隐私协议 */
.privacy {
  width: 100%;
}

.privacy-title {
  width: 100%;
  color: #333;
  line-height: 1.1;
}

.privacy-content {
  width: 100%;
  color: #666;
}

/* 网站地图 */
.webmap {
  width: 100%;
}

.webmap-title {
  width: 100%;
  color: #333;
  line-height: 1;
  position: relative;
  padding-bottom: 24px;
}

.webmap-title::after {
  content: "";
  position: absolute;
  width: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  height: 4px;
  background: #396eff;
}

.webmap-list {
  width: 100%;
}

.webmap-list&gt;ul {
  margin: -40px 0 0 -40px;
  display: flex;
  flex-wrap: wrap;
}

.webmap-list&gt;ul&gt;li {
  width: calc(20% - 40px);
  margin: 40px 0 0 40px;
  color: #333;
}

.webmap-list&gt;ul&gt;li ul,
.webmap-list&gt;ul&gt;li li {
  width: 100%;
}

.webmap-list&gt;ul&gt;li a {
  display: block;
  transition: color .4s ease;
  position: relative;
}

.webmap-list&gt;ul&gt;li a:hover {
  color: #396eff;
}

.webmap-list&gt;ul&gt;li&gt;.menu {
  font-weight: 700;
  border-bottom: 1px solid #e1e1e1;
  font-size: 20px;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 16px;
  line-height: 1;
}

.webmap-list&gt;ul&gt;li&gt;.drop a {
  line-height: 1.28;
  padding: 6px 0;
  font-size: 18px;
}

.webmap-list&gt;ul&gt;li&gt;.drop .drop a {
  padding-left: 18px;
  font-size: 16px;
}

.webmap-list&gt;ul&gt;li&gt;.drop .drop a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #afafaf;
  left: 0;
  top: 14px;
}

@media all and (max-width:1279px) {
  .webmap-list&gt;ul {
    margin: -24px 0 0 -24px;
  }

  .webmap-list&gt;ul&gt;li {
    width: calc(20% - 24px);
    margin: 24px 0 0 24px;
  }

  
}

@media all and (max-width: 640px) {
  .webmap-title {
    padding-bottom: 16px;
  }

  .webmap-title::after {
    width: 44px;
    height: 3px;
  }

  .webmap-list&gt;ul {
    margin: -20px 0 0;
  }

  .webmap-list&gt;ul&gt;li {
    width: 100%;
    margin: 20px 0 0;
  }

  .webmap-list&gt;ul&gt;li&gt;.menu {
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }

  .webmap-list&gt;ul&gt;li&gt;.drop a {
    padding: 4px 0;
    font-size: 16px;
  }

  .webmap-list&gt;ul&gt;li&gt;.drop .drop a {
    padding-left: 12px;
    font-size: 14px;
  }

  .webmap-list&gt;ul&gt;li&gt;.drop .drop a::before {
    top: 11px;
  }
}

/* 关于我们 */
.pagesBan-bg img {
  width: 100%;
}
.pagesBan-bg .mb{
    margin-top: 60px;
}
.pagesBan-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}

.pagesBan-title-en {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
}

.abIntro {
  background: url('../images/pages/abIntro-bg.jpg') no-repeat left top/100% 100%;
}

.abIntro-con {
  justify-content: space-between;
}

.abIntro-text {
  width: 55%;
}

.abIntro-text .text p {
  margin-top: 20px;
  line-height: inherit;
}

.abIntro-text .text p:first-child {
  margin-top: 0;
}

.abIntro-list {
  display: flex;
  margin-left: -15px;
}
.abIntro-line{
    line-height: 40px;
}
.m-ct-content p{
    font-family: Source Han Sans CN';
}
.m-ct-content p span{ 
    white-space:wrap !important;
}
.abIntro-list li {
  width: 300px;
  height: 330px;
  overflow: hidden;
  position: relative;
  margin-left: 15px;
  border-radius: 10px;
}

.abIntro-list li img {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  max-width: unset;
  object-fit: fill;
  border-radius: 10px;
  height: 380px;
}

.abIntro-list-con {
  transition: all .6s ease;
  position: absolute;
  left: 50%;
  top: 95%;
  transform: translate(-50%, -50%);
  width: 490px;
  text-align: center;
}

.abIntro-list-con .text {
  opacity: 0;
  color: rgba(255, 255, 255, .8);
}
.filehref{
    color: #396eff;
}
.abIntro-list li.active {
  width: calc((100% - 300px*3 - 15px*4));
}

.abIntro-list li.active .abIntro-list-con {
  top: 85%;
}
.abIntro-list li.active .abIntro-list-con .title{
  
}

.abIntro-list li.active .abIntro-list-con .text {
  opacity: 1;
 
}

.abFZ {
  background: url('../images/pages/abFZ-bg.jpg') no-repeat center/100% 100%;
  overflow: hidden;
}

.abFZ-swp {
  position: relative;
}

.abFZ-swp::after {
  content: "";
  position: absolute;
  left: 0;
  top: 31%;
  width: 100%;
  height: 2px;
  background: #fff;
}

.abFZ-swp .swiper-container {
  width: 1120px;
}

.abFZ-swp .swiper-slide {
  cursor: pointer;
}

.abFZ-text {
  margin: 70px auto 0;
  width: 600px;
  position: relative;
}

.abFZ-text-box {
  position: relative;
  z-index: 2;
  height: 55px;
}

.abFZ-text-box .text {
  display: none;
}

.abFZ-text-box .text:first-child {
  display: block;
}

.abFZ-year {
  font-family: "Montserrat";
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, .1) 0%, rgba(255, 255, 255, .1) 80%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abFZ-prev,
.abFZ-next {
  position: absolute;
  right: -80px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.abFZ-prev {
  right: auto;
  left: -80px;
  transform: translateY(-50%) rotate(180deg);
}

.abFZ-prev::after,
.abFZ-next::after {
  content: "\e622";
  font-size: 22px;
  color: #fff;
  display: block;
  font-family: "icon";
  transition: all .4s ease;
}

.abFZ-prev:hover::after,
.abFZ-next:hover::after {
  color: #f05a1e;
}

.abFZ-slide {
  user-select: none;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
  z-index: 2;
}

.abFZ-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.abFZ-dot::after {
  transition: all .4s ease;
  content: "";
  backdrop-filter: blur(25px);
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background: transparent;
}

.abFZ-dot::before {
  transition: all .4s ease;
  content: "";
  backdrop-filter: blur(25px);
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
  background: transparent;
}

.abFZ-swp .swiper-slide.active .abFZ-dot::after {
  background: #ef5a1e;
}

.abFZ-swp .swiper-slide.active .abFZ-dot::before {
  background: rgba(0, 0, 0, .1);
}

.abHonor-swp .swiper-slide {
  padding: 10px;
}
.abHonor h5{
    color: #333;
}

.abHonor-slide {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  border: 9px solid #fff;
  box-shadow: 0px 11px 18px 0px rgba(41, 112, 214, 0.09);
  border-radius: 5px;
  background: #fbfbfb;
}

.abHonor-pagination {
  user-select: none;
  position: absolute;
  left: 50%;
  bottom: -70px;
  transform: translateX(-50%);
  z-index: 10;
}

.abHonor-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-left: 12px;
  border: 2px solid #eee;
  border-radius: 50%;
  opacity: 1;
  background: transparent;
}

.abHonor-pagination .swiper-pagination-bullet:first-child {
  margin-left: 0;
}

.abHonor-pagination .swiper-pagination-bullet-active {
  border-color: #396eff;
  background: #396eff;
}

/* 产品中心 */
.product {
  background: url('../images/pages/proBg.jpg') no-repeat center/100% 100%;
}

.product .contain {
  justify-content: space-between;
}

.proSite {
  width: 20%;
  background: #fff;
  box-shadow: 0.977px 13.966px 21px 0px rgba(170, 170, 170, 0.17);
}

.proSite-title {
  height: 85px;
  display: flex;
  background: #396eff;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.proSite-title .title-en {
  color: rgba(255, 255, 255, .1);
  line-height: 1;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.proSite-title .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 15%;
  line-height: 1;
}

.proSite-list a {
  transition: all .4s ease;
  padding: 10px 10px 10px 45px;
  position: relative;
  display: block;
}

.proSite-list a::after {
  transition: all .4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #396eff;
}

.proSite-list a:hover {
  color: #396eff;
}

.proSite-list a.active {
  background: #ebf4f7;
  color: #396eff;
}

.proSite-list a.active::after {
  height: 15px;
}

.proCon {
  width: 72%;
}

.proCon-title {
  position: relative;
  display: inline-block;
}

.proCon-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background: #396eff;
}

.proCon-text {
  align-items: center;
  border-top: 1px solid #ececec;
}

.proCon-text .text {
  flex: 1;
  padding-right: 8%;
}

.proCon-img {
  width: 17%;
}

.proCon-img img {
  width: 100%;
}

.proCon-list {
  margin-left: -40px;
  width: 85%;
}

.proCon-item {
  transition: all .4s ease;
  margin-left: calc((100% - 200px * 4)/4);
  width: 200px;
  height: 46px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #d6d6d6;
}

.proCon-item:hover {
  color: #396eff;
  background: #f5f9fa;
}

/* 产品详情 */
.product-details .contain {
  align-items: flex-start;
  justify-content: space-between;
}

.proDet-site-close {
  display: none;
}

.proDet-site {
  width: 225px;
  box-shadow: 0.977px 13.966px 21px 0px rgba(170, 170, 170, 0.17);
}

.proDet-site-title {
  align-items: center;
  height: 84px;
  padding-left: 15%;
  background: #396eff;
}

.proDet-site-list li {
  position: relative;
}

.proDet-menu {
  user-select: none;
  position: relative;
  padding-left: 15%;
  transition: all .4s ease;
  cursor: pointer;
  height: 52px;
  line-height: 52px;
  border-top: 1px solid #efefef;
}

.proDet-site-list li:first-child .proDet-menu {
  border-top: unset;
}

.proDet-menu::before {
  transition: all .4s ease;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 0;
  background: #396eff;
}

.proDet-menu::after {
  content: "\e622";
  position: absolute;
  right: 12%;
  top: 50%;
  font-family: "icon";
  transform: translateY(-50%);
  font-size: 13px;
  color: #5f5f5f;
  font-weight: 700;
}

.proDet-drop {
  user-select: none;
  padding-left: 16%;
  display: none;
}

.proDet-drop a {
  display: block;
  transition: all .4s ease;
  margin-top: 10px;
}

.proDet-menu:hover {
  color: #396eff;
}

.proDet-menu.active {
  background: #ebf4f7;
  color: #396eff;
}

.proDet-menu.active::before {
  height: 15px;
}

.proDet-drop a.active,
.proDet-drop a:hover {
  color: #396eff;
}

.proDet-con {
  width: calc(100% - 225px);
  padding-left: 45px;
}

.proDet-screen {
  padding: 34px 32px 20px;
  border: 1px solid #eaeaea;
  overflow-x: auto;
}

.proDet-search {
  align-items: center;
}

.proDet-input {
  margin-left: 15px;
}

.proDet-input input {
  padding-left: 20px;
  font-size: 16px;
  border-radius: 30px;
  width: 272px;
  height: 46px;
  background: #eee;
  color: #555;
  border: 1px solid #d1d1d1;
}

.proDet-search-btn {
  position: absolute;
  right: 18px;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
}

.proDet-table {
  overflow-x: auto;
  padding-bottom: 20px;
  min-height: 310px;
}

.proDet-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.proDet-table::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 10px;
}

.proDet-table::-webkit-scrollbar-track {
  background: #ededed;
}

.proDet-range::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.proDet-range::-webkit-scrollbar-thumb {
  background: #b8b8b8;
  border-radius: 10px;
}

.proDet-range::-webkit-scrollbar-track {
  background: #ededed;
}

.proDet-table table {
  width: auto;
  min-width: 110%;
}

.proDet-table table.active {
  width: 100%;
  min-width: 100%;
}

/* .proDet-table table.active td{width: auto;} */
.proDet-table thead th {
  height: 65px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  background: #e4e4e6;
  line-height: 65px;
  border: 2px solid #cccccc;
}

.proDet-table tbody {
  margin-top: 5px;
}

.proDet-table td {
  border: 1px solid #ccc;
  padding: 5px 0px;
  text-align: center;
  position: relative;
}

.proDet-table td:nth-child(1) {

}

.proDet-table td:nth-child(2) {

}

.proDet-table td:nth-child(n+10) {
 
}

.proDet-table-select {
  z-index: 1000;
}

.proDet-table-menu {
  text-align: left;
  padding-left: 8px;
  user-select: none;
  position: relative;
  line-height: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.proDet-table-menu::after {
  content: "\e61f";
  font-family: 'icon';
  font-size: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.proDet-table-drop {
  background: #fff;
  display: none;
  padding: 5px 0;
  user-select: none;
  position: absolute;
  text-align: left;
  left: 0;
  top: 25px;
  width: 100%;
  max-height: 195px;
  overflow-y: auto;
  border: 1px solid #ccc;
  z-index: 10;
}

.proDet-table-drop li {
  padding-left: 10px;
  cursor: pointer;
}

.proDet-table i {
  display: inline-block;
  width: 19px;
  height: 22px;
  
}
.successIcon{
    background: url('../images/pages/proDet-icon.png') no-repeat center/100% auto
}

.errorIcon{
    background: url('../images/pages/proDet-icon.jpg') no-repeat center/100% auto
}

/* 筛选 */
.proDet-range {
  flex-wrap: nowrap;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 5px;
}

.proDet-range li {
  width: 164px;
  margin-left: 80px;
  display: block;
  white-space: nowrap;
}

.proDet-range li:first-child {
  margin-left: 0;
}

.range {
  margin-top: -20px;
}

.range-input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.range-input span {
  font-size: 12px;
  color: #444;
  display: inline-block;
  margin-right: 5px;
}

.range-input input {
  width: 49px;
  height: 24px;
  padding-left: 7px;
  color: #444;
  font-size: 13px;
  border: 1px solid #dedede;
}

.range-input .num.max {
  margin-left: 10px;
}

.range .irs-from,
.range .irs-to,
.range .irs-single,
.range .irs--round .irs-min,
.range .irs--round .irs-max {
  display: none;
}

.range .irs--round .irs-bar {
  background: #f68e00;
  height: 5px;
}

.range .irs--round .irs-handle {
  width: 14px;
  height: 14px;
  background: #e1e1e1;
  border: 1px solid #aeaeae;
  top: 32px;
  box-shadow: unset;
}

/* 解决方案 */
.FaBan-bg img {
  width: 100%;
}
.FaBan-bg .mb{
    margin-top: 60px;
}

.FaBan-con {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.FaBan-title .title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.FaBan-title .title-en {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: rgba(255, 255, 255, .2);
}

.pagesNav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.pagesNav .contain {
  box-shadow: 0px 38px 32px 0px rgba(136, 136, 136, 0.08);
}

.pagesNav-item {
  background: #fff;
  transition: all .4s ease;
  width: calc(100% / 6);
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-left: 1px solid #f2f2f2;
}

.pagesNav-item:first-child {
  border-left: unset;
}

.pagesNav.nav2 .pagesNav-item {
  width: calc(100% / 2);
}

.pagesNav.nav3 .pagesNav-item {
  width: calc(100% / 3);
}

.pagesNav.nav4 .pagesNav-item {
  width: calc(100% / 4);
}

.pagesNav.nav5 .pagesNav-item {
  width: calc(100% / 5);
}

.pagesNav.nav6 .pagesNav-item {
  width: calc(100% / 6);
}

.pagesNav.nav7 .pagesNav-item {
  width: calc(100% / 7);
}

.pagesNav.nav8 .pagesNav-item {
  width: calc(100% / 8);
}

.pagesNav-item:hover {
  color: #396eff;
}

.pagesNav-item.active {
  background: #396eff;
  color: #fff;
}

.FaText {
  padding: 0 15%;
}

.FaItem {
  padding: 40px;
  background: #f7fafc;
  transition: all .4s ease;
  align-items: center;
}

.FaList-img {
  width: 35%;
  overflow: hidden;
  border-radius: 20px;
}

.FaList-img img {
  width: 100%;
  transition: all .6s ease;
  border-radius: 20px;
}

.FaList-con {
  width: 65%;
  padding: 0 70px 0 55px;
}

.FaList-list {
  margin-left: -45px;
  padding-right: 10%;
}

.FaList-list li {
  position: relative;
  margin-left: 45px;
  padding-left: 0;
}

/* .FaList-list li::after{content: "";position: absolute;width: 10px;height: 7px;background: #396eff;left: 0;top: 5px;clip-path: polygon(9% 0, 100% 0%, 91% 100%, 0% 100%);} */
.FaList-more {
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all .4s ease;
  width: 152px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #396eff;
  color: #396eff;
}

.FaItem:hover {
  box-shadow: 0.977px 13.966px 21px 0px rgba(35, 81, 112, 0.17);
}

.FaItem:hover .FaList-img img {
  transform: scale(1.08);
}

.FaItem:hover .FaList-more {
  background: #396eff;
  color: #fff;
}

/* 解决方案详情 */
.FaDet-intro-list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-top: 10px;
   text-align: center;
}

.FaDet-intro-list li:first-child:hover .wxewmb {
  display: block;
}

.FaDet-intro-list li {
  display: flex;
  justify-content: left;
  align-items: center;
  
  left: 0;
}

.FaDet-intro-list li a {
  display: block;
  background-color: #396eff;
  font-family: "Noto Sans SC Medium";
  font-size: 15px;
  width: 50px;
  height: 50px;
  transition: all .4s;
  border-radius: 5px;
  color: #ffffff;
  overflow: hidden;
}
.FaDet-intro-list li img
.FaDet-intro-list .ewmlist {
  top: 0;
  width: 200px;
  transition: all .4s;
}

.FaDet-intro-list .FaDet-qqtb {
  top: 55px;
  width: 300px;
  transition: all .4s;
  height: 50px;
  margin-left: 37px;
}

.FaDet-intro-list .FaDet-tel {
  top: 110px;
  width: 300px;
  transition: all .4s;
  overflow: hidden;
  height: 50px;
  
}
.FaDet-intro-list .FaDet-xinp {
  top: 160px;
  width: 300px;
  transition: all .4s;
  overflow: hidden;
  height: 50px;
  
}
.FaDet-intro-list .FaDet-tel a:hover {
  width: 150px;
}

.FaDet-intro-list .FaDet-qqtb a:hover {
  width: 150px;
}

.FaDet-intro-list .FaDet-xinp a:hover {
  width: 150px;
}

.FaDet-intro-list .FaDet-qqtb a:hover .FaDet-intro-listimg {
  display: none;
}


.xqy_sqyp{
    
    padding: 10px 50px;
    background: #396eff;
    color: #ffffff;
   
}

.FaDet-intro-list li img {
  /* 其他样式 */
  padding: 10px;
  margin: 0;
  border-radius: 5px;
  background-color: #396eff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.FaDet-intro-list li img:hover {
  cursor: pointer;
  position: relative;
}

.FaDet-qqtb img {
  padding: 0 !important;
}

.FaDet-intro-img {
  width: 55%;
  overflow: hidden;
  border-radius: 10px;
}

.wxewmb {}

.FaDet-intro-list .wxewmb {}

.FaDet-intro-img img {
  width: 100%;
  height: 100%;
  transition: all .6s ease;
}

.FaDet-intro-con {
  width: calc(57% - 13px);
  margin-left: 13px;
  border: 1px solid #d4e3e9;
  background: #f9fcfd;
  padding-top: 25px;
}

.FaDet-intro-text {
  margin-top: 5px;
  display: flex;
  
}

.FaDet-intro-list {
  width: 60%;
}

.FaDet-intro-listimg {
  /*width: 40%;*/
  margin-top: 45px;
  margin-left: -25px;
}

.FaDet-intro-list li {
  margin-top: 10px;
  list-style: none;
  margin-left: 35px;
}

.FaDet-intro-btn a {
  width: 152px;
  height: 46px;
  margin-left: 18px;
  border-radius: 30px;
  border: 1px solid #396eff;
  color: #396eff;
  transition: all .4s ease;
}

.FaDet-intro-btn a:first-child {
  margin-left: 0;
}

.FaDet-intro-img:hover img {
  transform: scale(1.08);
}

.FaDet-intro-btn a:hover {
  background: #396eff;
  color: #fff;
}

.FaDet-nav {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.FaDet-nav-item {
  cursor: pointer;
  user-select: none;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  width: 146px;
  height: 82px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.FaDet-nav-item::after {
  content: "";
  transition: all .4s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #396eff;
}

.FaDet-nav-text {
  margin-left: 5px;
  transition: all .4s ease;
}

.FaDet-nav-icon {
  position: relative;
}

.FaDet-nav-icon img {
  transition: all .4s ease;
}

.FaDet-nav-icon .h {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.FaDet-nav-item.active .FaDet-nav-icon .s,
.FaDet-nav-item:hover .FaDet-nav-icon .s {
  opacity: 0;
}

.FaDet-nav-item.active .FaDet-nav-icon .h,
.FaDet-nav-item:hover .FaDet-nav-icon .h {
  opacity: 1;
}

.FaDet-nav-item.active .FaDet-nav-text,
.FaDet-nav-item:hover .FaDet-nav-text {
  color: #396eff;
}

.FaDet-nav-item.active::after {
  width: 100%;
}

.FaDet-con {
  background: #f4f4f4;
}

.FaDet-con .contain {
  justify-content: space-between;
}

.FaDet-intro-file {
  display: flex;
}

.FaDet-file {
  padding: 60px 55px 40px;
  background: #fff;
  width: 70%;
}

.FaDet-file-text p {
  margin-top: 13px;
}

.FaDet-file-list {
  margin-left: 50px;
}

.FaDet-file-list:first-child {
  margin-left: 0;
}

.FaDet-file-list li {
  position: relative;
  margin-top: 15px;
  padding-left: 10px;
}

.FaDet-file-list li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: #777;
}

.FaDet-file table {
  width: 100%;
  border-collapse: collapse;
}

.FaDet-file table th,
td {
  border: 1px solid #000;
  padding: 8px;
  text-align: left;
}

.FaDet-file table th {
  background-color: #f2f2f2;
}

.FaDet-site {
  width: 27%;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.FaDet-intro-img .swiper-container {
  width: 100%;
  height: auto;
}

.FaDet-intro-img .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  /* 限制图片溢出 */
}

.FaDet-intro-img .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  /* 图片铺满整个轮播图容器 */
}

.FaDet-file .news-title {
  font-size: 32px;
  color: #000;
}

.FaDet-file h2 {
  font-size: 24px;
}

.FaDet-file ul li {
  
  list-style: none;
}

.FaDet-file ul li p {
 
  line-height: 25px;
  
}

.FaDet-file ul li b::before {
  content: "•";
  margin-right: 5px;
}

.FaDet-file .meta-container {
  display: flex;
  justify-content: center;
}

.FaDet-file .author,
.date {
  margin: 0 10px;
}

.FaDet-file .arc_summary {
  margin: 10px auto 30px;
  width: 100%;
  background-color: #fff;
  border: 1px dotted #396eff;
  padding: 7px 10px
}

.FaDet-file ol li {
  line-height: 25px;
  
}

.FaDet-file p {
  
  line-height: 28px;
}

.FaDet-site-title {
  background: #fff;
  padding-left: 18px;
}

.FaDet-site-item:nth-child(2) {
  margin-top: 0;
}

.FaDet-site-item {
  padding: 18px;
  background: #fff;
  display: block;
}

.FaDet-site-img {
  overflow: hidden;
}

.FaDet-site-img img {
  width: 100%;
  transition: all .6s ease;
}

.FaDet-site-text .title {
  transition: all .4s ease;
}

.FaDet-site-item:hover .FaDet-site-img img {
  transform: scale(1.08);
}

.FaDet-site-item:hover .FaDet-site-text .title {
  color: #396eff;
}

/* 新闻中心 */
.news {
  background: #f5f7f8;
}

.news .indNews {
  background: transparent;
}

.newsList {
  justify-content: space-between;
}

.newsItem {
  width: 49%;
  padding: 30px;
  border: 2px solid #fff;
  transition: all .4s ease;
  background: #fff;
  align-items: center;
}

.newsItem-text {
  flex: 1;
  padding-left: 30px;
}

.newsItem:hover {
  border-color: #396eff;
}

.newsItem:hover .indNews-date {
  background: #396eff;
  color: #fff;
}

/* 新闻详情 */
.news-details .contain {
  justify-content: space-between;
}

.newsDet-con {
  width: 70%;
}

.newsDet-data {
  margin-top: 10px;
  color: #5d6574;
}

.newsDet-data .date {
  position: relative;
  padding-left: 26px;
}

.newsDet-data .date::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url('../images/pages/newsDet-data-icon1.png') no-repeat center/100% auto;
}

.newsDet-data .author {
  margin-left: 35px;
}

.newsDet-data .browse {
  position: relative;
  padding-left: 30px;
  margin-left: 22px;
}

.newsDet-data .browse::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 14px;
  background: url('../images/pages/newsDet-data-icon2.png') no-repeat center/100% auto;
}

.newsDet-file {
  border-top: 1px solid #e9e9e9;
}

.newsDet-file p {
  line-height: inherit;
}

.newsDet-site {
  width: 25%;
}

.newsDet-site-item {
  display: block;
  border-top: 1px solid #f1f1f1;
}

.newsDet-site-item:last-child {
  border-bottom: 1px solid #f1f1f1;
}

.newsDet-site-item .title {
  margin-top: 10px;
  transition: all .4s ease;
}

.newsDet-site-item:hover .title {
  color: #396eff;
}

.newsDet-paging-box {
  border-top: 1px solid #e4e6ec;
}

.newsDet-paging {
  width: 70%;
  justify-content: space-between;
}

.newsDet-paging a {
  display: block;
  width: 45%;
  transition: all .4s ease;
}

.newsDet-paging a:hover {
  color: #396eff;
}

/* 人才理念 */
.hrIntro {
  position: relative;
  background: #f8f9fa;
}

.hrIntro::after {
  content: "";
  width: 160px;
  height: 78px;
  position: absolute;
  left: 0;
  top: -40px;
}

.hrIntro-con {
  justify-content: space-between;
}

.hrIntro-img {
  position: relative;
  width: 60%;
}

.hrIntro-img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
}

.hrIntro-text {
  width: 33%;
}

.hrIntro-con-title {
  position: relative;
  display: inline-block;
}

.hrIntro-con-title .num {
  font-family: "Microsoft Yahei", "\5FAE\8F6F\96C5\9ED1";
  font-size: 120px;
  line-height: 1;
  background: -webkit-linear-gradient(top, #efeff0 0%, transparent 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hrIntro-con-title .title {
  position: absolute;
  left: 0;
  top: 50%;
  width: 110%;
  line-height: 1.2;
}

.hrIntro-text .text {
  border-top: 1px solid #dee0e3;
}

.hrIntro-text .text p {
  margin-top: 10px;
}

.hrIntro-text .text p:first-child {
  margin-top: 0;
}

.about-memory .swiper-container.swp1 {
  margin-top: 40px;
}

.about-memory .swiper-container.swp2 {
  margin-top: 13px;
}

.about-memory .swiper-wrapper {
  transition-timing-function: linear;
}

.about-memory .swiper-slide {
  height: 280px;
}

.about-memory img {
  width: 100%;
  height: 100%;
}

/* 人才招聘 */
.recNav {
  justify-content: center;
}

.recNav-item {
  width: 138px;
  height: 46px;
  border: 1px solid #d4e3e9;
  border-radius: 30px;
  margin-left: 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #3e4a4e;
  transition: all .4s ease;
}

.recNav-item:first-child {
  margin-left: 0;
}

.recNav-item:hover {
  color: #396eff;
  border-color: #396eff;
}

.recNav-item.active {
  color: #fff;
  background: #396eff;
  border-color: #396eff;
}

.recCon-title {
  background: #efefef;
  padding: 0 80px;
}

.recCon-title li {
  height: 70px;
  line-height: 70px;
  width: 20%;
}

.recMenu {
  cursor: pointer;
  padding: 0 80px;
  border-bottom: 1px solid #f4f4f4;
}

.recMenu li {
  width: 20%;
  color: #333;
  height: 66px;
  line-height: 66px;
  user-select: none;
}

.recMenu li:first-child {
  color: #555;
}

.recMenu li:nth-child(5) {
  width: 15%;
}

.recMenu li:nth-child(6) {
  width: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recMenu li:nth-child(6) i {
  display: block;
  width: 27px;
  height: 27px;
  position: relative;
  border-radius: 50%;
  background: #f68e00;
}

.recMenu li:nth-child(6) i::after,
.recMenu li:nth-child(6) i::before {
  transition: all .4s ease;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.recMenu li:nth-child(6) i::after {
  width: 2px;
  height: 9px;
}

.recMenu.active li:nth-child(6) i::after,
.recMenu.active li:nth-child(6) i::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.recMenu.active li:nth-child(6) i::after {
  opacity: 0;
}

.recDrop {
  background: #fafafa;
  padding-left: 80px;
  display: none;
}

.recDrop li {
  margin-top: 8px;
}

.recDrop-more {
  cursor: pointer;
  transition: all .4s ease;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 38px;
  border-radius: 30px;
  background: #396eff;
}

.recDrop-more::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  background: url('../images/pages/recDrop-more.png') no-repeat center/100% auto;
}

.recDrop-more:hover {
  box-shadow: 0 0 10px #396eff;
}

/* 联系我们 */
.contCode-content {
  justify-content: space-between;
}

.contCode-items {
  width: 50%;
}

.contCode-item {
  border-top: 1px solid #f0f0f0;
}

.contCode-item:first-child {
  padding-top: 0;
  border-top: unset;
}

.contCode-item-title span {
  display: inline-block;
  margin-right: 18px;
}

.contCode-list li {
  width: 66%;
  align-items: center;
}

.contCode-list li:nth-child(-n+2) {
  margin-top: 25px;
}

.contCode-list li:nth-child(2n) {
  width: 34%;
}

.contCode-icon {
  width: 40px;
}

.contCode-text {
  flex: 1;
  padding-left: 20px;
  width: calc(100% - 40px);
}

.contCode-map {
  width: 44%;
  height: 460px;
  box-shadow: 0px 5px 35.42px 10.58px rgba(127, 127, 127, 0.15);
}

.map-info {
  padding: 25px 40px;
  width: 320px;
}

.map-img {
  text-align: center;
}

.map-con {
  margin-top: 13px;
  font-size: 14px;
  color: #777;
}

.amap-info-content {
  padding: 0;
  background: rgba(255, 255, 255, .95);
}

.amap-info-close {
  display: none !important;
}

.cont-message {
  background: #f8f8f8;
}

/* 申请样品 */
.contMes {
  display: flex;
}

.contMes-table {
  justify-content: left;
  flex: 3;
  order: 1;
}

.contMes-table input,
.contMes-menu,
.contMes-img,
.contMes-code button,
.contMes-drop li {
  height: 50px;
}

.contMes-table input,
.contMes-menu,
.contMes-table textarea {
  background: transparent;
  border: 1px solid #ededed;
  padding-left: 24px;
}

.contMes-table input::-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
}

.contMes-table textarea::-webkit-input-placeholder {
  color: #777;
  font-size: 14px;
}

.contMes-table textarea {
  height: 160px;
  width: 95%;
  padding-top: 17px;
  font-size: 14px;
}

.contMes-table&gt;input,
.contMes-select {
  width: 31%;
  margin-left: 1%;
}

.contMes-table&gt;input:nth-child(1) {
  margin-left: 0 !important;
}

.contMes-table&gt;input:nth-child(4) {
  margin-left: 0 !important;
}

.contMes-right {
  width: 40%;
  flex: 2;
  order: 2;
}

.contMes-right img {
  border-radius: 20px;
}

.contMes-menu {
  cursor: pointer;
  line-height: 50px;
  user-select: none;
}

.contMes-menu::after {
  transition: all .4s ease;
  content: "\e61f";
  font-family: "icon";
  font-size: 14px;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

.contMes-menu.active::after {
  transform: translateY(-50%) rotate(-180deg);
}

.contMes-drop {
  display: none;
  user-select: none;
  position: absolute;
  left: 0;
  top: 50px;
  width: 100%;
  z-index: 10;
  background: #f4f2f2;
}

.contMes-drop li {
  padding-left: 24px;
  cursor: pointer;
  border-top: 1px solid #fff;
  line-height: 50px;
}

.contMes-drop li:first-child {
  border-top: unset;
}

.contMes-code {
  width: 100%;
}

.contMes-code input {
  width: 250px;
  float: left;
}

.contMes-img {
  cursor: pointer;
  width: 170px;
  margin-left: 15px;
  float: left;
}

.contMes-img img {
  width: 100%;
  height: 100%;
}

.contMes-code button {
  transition: all .4s ease;
  float: left;
  width: 152px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: #396eff;
  cursor: pointer;
}

.contMes-code button:hover {
  box-shadow: 0 0 10px #396eff;
}

input[type="text"]::placeholder {
  font-family: "Noto Sans SC Medium", sans-serif;
}

input[type="text"] {
  font-family: "Noto Sans SC Medium", sans-serif;
}

/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
  /* 1600 × (900) */

}

@media all and (max-width:1599px) {

  /* 1440 × (700)  */
  .abFZ-swp::after {
    top: 30%;
  }
  .abIntro-list li img{
    height: 340px;
}
  .abIntro-list {
    margin-left: -10px;
  }

  .abIntro-list li {
    width: 240px;
    height: 260px;
    margin-left: 15px;
  }

  .abIntro-list li.active {
    width: calc((100% - 240px*3 - 10px*4));
  }

  .abIntro-list-con {
    width: 440px;
  }

  .abHonor-pagination {
    bottom: -50px;
  }

  .proCon-list {
    margin-left: -25px;
  }

  .proCon-item {
    width: calc((100% - 25px *4)/4);
    height: 44px;
    margin-left: 25px;
  }

  .proSite-list a {
    padding-left: 30px;
  }

  .FaList-con {
    padding: 0 30px 0 40px;
  }

  .FaList-list {
    padding-right: 0;
  }

  .FaDet-file-listBox {
    justify-content: space-between;
  }

  .FaDet-file-list {
    width: 49%;
    margin-left: 0;
  }

  .FaDet-intro-con {
    padding-top: 15px;
  }

  .contCode-icon {
    width: 35px;
  }

  .contCode-text {
    padding: 0 15px;
    width: calc(100% - 35px);
  }
}

@media all and (max-width:1439px) {
  /* 1360 */
   .abIntro-list li img{
    height: 280px;
}
}

@media all and (max-width:1359px) {
  /* 1280 */
  .FaDet-intro-con{
      padding-top: 10px;
  }
  .FaDet-intro-list li{
      margin-left: 5px;
      margin-top: 5px;
  }
   .FaDet-intro-list .FaDet-qqtb{
      margin-left: 8px;
  }
    .abIntro-list li img{
    height: 280px;
}
.FaDet-file ul li p{
    margin-left: 20px;
    
}
    
}

@media all and (max-width:1279px) {

  /* 1152 × (700) */
  .abFZ-swp .swiper-container {
    width: 900px;
  }
.FaDet-file ul li p{
    margin-left: 0;
}
.FaDet-intro-img{
    width: 65%;
}
  .abIntro-list li img{
    height: 240px;
}
.abIntro-list li.active .abIntro-list-con{
    top: 80%;
}
  .abFZ-swp::after {
    top: 29%;
  }

  .abIntro-list {
    margin-left: -10px;
  }

  .abIntro-list li {
    width: 200px;
    height: 210px;
    margin-left: 15px;
  }

  .abIntro-list li.active {
    width: calc((100% - 200px*3 - 10px*4));
  }

  .abIntro-list-con {
    width: 300px;
  }

  .proCon-text .text {
    padding-right: 30px;
  }

  .proSite {
    width: 23%;
  }

  .FaItem {
    padding: 25px;
  }

  .FaDet-intro-con {
    padding: 5px;
  }

  .FaDet-intro-btn a {
    width: 140px;
    height: 42px;
    margin-left: 12px;
  }

  .FaDet-file {
    padding: 35px;
  }

  .newsItem {
    padding: 20px;
  }

  .hrIntro-img {
    width: 48%;
  }

  .hrIntro-text {
    width: 48%;
  }

  .hrIntro-con {
    align-items: center;
  }

  .hrIntro-img img {
    position: relative;
    left: auto;
    top: auto;
  }

  .about-memory .swiper-slide {
    height: 230px;
  }

  .recNav-item {
    width: 120px;
    height: 42px;
    margin-left: 10px;
  }

  .recCon-title,
  .recMenu {
    padding: 0 50px;
  }

  .recDrop {
    padding-left: 50px;
  }

  .contCode-map {
    height: 350px;
  }

  .contCode-list li {
    width: 58%;
  }

  .contCode-list li:nth-child(2n) {
    width: 42%;
  }

  .contCode-list li:nth-child(-n+2) {
    margin-top: 15px;
  }

  .contCode-item-title span {
    margin-right: 10px;
  }

  .proDet-con {
    width: calc(100% - 225px);
    padding-left: 25px;
  }

  .proDet-table table {
    min-width: 130%;
  }

  .proDet-table td {
    width: auto;
    padding: 5px 0;
  }

  .proDet-table td:nth-child(1) {
    width: auto;
  }

  .FaDet-intro-list {
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .FaDet-intro-list li:first-child:hover .wxewmb {
    display: block;
  }

  .FaDet-intro-list li {
    display: flex;
    justify-content: left;
    align-items: center;
    position: absolute;
    left: 0;
  }

  .FaDet-intro-list li a {
    display: block;
    background-color: #396eff;
    font-family: "Noto Sans SC Medium";
    font-size: 15px;
    width: 40px;
    height: 40px;
    transition: all .4s;
    border-radius: 5px;
    color: #ffffff;
    overflow: hidden;
  }
.FaDet-intro-list li img{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
  .FaDet-intro-list .ewmlist {
    top: 0;
    width: 150px;
    transition: all .4s;
    left: 0px;
  }

  .FaDet-intro-list .FaDet-qqtb {
    top: 50px;
    width: 300px;
    transition: all .4s;
    left: 0px;
    height: 40px;
    margin-left: 8px;
  }

  .FaDet-intro-list .FaDet-tel {
    top: 100px;
    width: 300px;
    transition: all .4s;
    left: 0px;
    overflow: hidden;
    height: 40px;
  }
  
   .FaDet-intro-list .FaDet-xinp {
    top: 150px;
    width: 300px;
    transition: all .4s;
    left: 0px;
    overflow: hidden;
    height: 40px;
  }

  .FaDet-intro-list .FaDet-tel a:hover {
    width: 150px;
  }

  .FaDet-intro-list .FaDet-qqtb a:hover {
    width: 150px;
  }
  
   .FaDet-intro-list .FaDet-xinp a:hover {
    width: 150px;
  }

  .FaDet-intro-list .FaDet-qqtb a:hover .FaDet-intro-listimg {
    display: none;
  }

  .FaDet-intro-listimg {
    margin-top: 35px;
  }
  
  

}

@media all and (max-width:1151px) {

  /* 1024 */
  .FaDet-intro-file {
    display: flex;
    flex-wrap: wrap;
  }

  .FaDet-intro-img {
    width: 55%;
  }
.FaDet-intro-listimg p{
    font-size: 12px!important;
}
  .FaDet-intro-con {
    width: 42%;
    
  }

  .FaDet-intro-listimg {
    width: 50%;
    z-index: 9999;
    opacity: 1;
    margin-top: 35px;
  }

  .FaDet-intro-list .ewmlist {
    top: 0;
    width: 300px;
    transition: all .4s;
    left: 0px;
    height: 50px;
  }

  .FaDet-intro-list .FaDet-qqtb {
    top: 50px;
    width: 300px;
    transition: all .4s;
    left: 0px;
    height: 50px;
    margin-left: 3px;
  }

  .FaDet-intro-list .FaDet-tel {
    top: 100px;
    width: 300px;
    transition: all .4s;
    left: 0px;
    overflow: hidden;
    height: 50px;
  }

  .FaDet-intro-list li img {
    line-height: 50px;
  }
  .FaDet-intro-list li{
      margin: 0;
  }
  

}

/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

  /* 平板设备 720 适配 */
  .FaDet-intro-file {
    display: flex;
    flex-wrap: wrap;
  }

  .FaDet-intro-img {
    width: 100%;
  }

  .FaDet-intro-con {
    width: 100%;
    margin: 10px 0 0;
    padding: 30px 15px;
  }

  .FaDet-intro-listimg {
    width: 100%;
    z-index: 9999;
    opacity: 0;
  }
  .abIntro-list li.active .abIntro-list-con{
     top: 60%;
  }
  .abIntro-list-con{
      width: 200px;
  }
  .abIntro-list li.active{
      width: calc((100% - 50px*3 - 10px*4));
  }
.abIntro-list li img{
    height: 180px;
}
  .FaDet-intro-list li a {
    width: 50%;
  }

  .FaDet-intro-list .ewmlist {
    top: 0;
    width: 300px;
    transition: all .4s;
    left: 15px;
  }

  .FaDet-intro-list .FaDet-qqtb {
    top: 55px;
    width: 300px;
    transition: all .4s;
    left: 15px;
  }

  .FaDet-intro-list .FaDet-tel {
    top: 110px;
    width: 300px;
    transition: all .4s;
    left: 15px;
    overflow: hidden;
    height: 50px;
  }
  
  .FaDet-intro-list .FaDet-xinp {
    top: 160px;
    width: 300px;
    transition: all .4s;
    left: 15px;
    overflow: hidden;
    height: 50px;
  }

  .FaDet-intro-list li img {
  }
}

@media all and (max-width:640px) {
  /* 移动终端以上 360 适配 */

  .abFZ-swp .swiper-container {
    width: 100%;
  }
.abIntro-list li img{
    height: 260px;
}
  .abFZ-text {
    width: 100%;
    padding: 0 4%;
    margin-top: 30px;
  }

  .abFZ-text-box .text {
    font-size: 14px;
  }

  .abFZ-year {
    font-size: 120px;
  }

  .abFZ-text-box {
    height: 80px;
  }

  .abFZ-swp::after {
    top: 27%;
  }

  .abIntro-title {
    width: 100%;
  }

  .abIntro-text {
    width: 100%;
    margin-top: 20px;
  }

  .abIntro-text .text p {
    margin-top: 15px;
  }

  .abIntro-list {
    margin-left: 0;
    flex-wrap: wrap;
  }

  .abIntro-list li,
  .abIntro-list li.active {
    width: 100%;
    margin: 15px 0 0;
    border-radius: 10px;
  }

  .abIntro-list-con {
    top: 50%;
    width: 100%;
    padding: 0 10px;
  }

  .abIntro-list-con .text {
    opacity: 1;
  }

  .abHonor-pagination {
    bottom: -25px;
  }

  .abHonor-pagination .swiper-pagination-bullet {
    margin-left: 8px;
    width: 8px;
    height: 8px;
  }

  .abHonor-slide {
    box-shadow: 0px 11px 10px 0px rgba(41, 112, 214, 0.09);
  }

  .product {
    background-size: auto 100%;
  }

  .proSite {
    width: 100%;
  }

  .proSite-title {
    height: 60px;
  }

  .proSite-list a {
    padding: 7px 7px 7px 20px;
  }

  .proCon {
    width: 100%;
    margin-top: 50px;
  }

  .proCon-img {
    width: 30%;
  }

  .proCon-list {
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 20px;
  }

  .proCon-item {
    width: 46%;
    margin-left: 0;
    height: 42px;
  }

  .pagesNav {
    overflow-x: auto;
  }

  .pagesNav .contain {
    flex-wrap: nowrap;
  }

  .pagesNav-item {
    width: auto !important;
    height: 48px;
    white-space: nowrap;
    padding: 0 15px;
  }

  .pagesNav.nav2 .pagesNav-item {
    width: 50% !important;
  }

  .pagesNav.nav3 .pagesNav-item {
    width: calc(100% / 3) !important;
  }

  .pagesNav.nav4 .pagesNav-item {
    width: 25% !important;
  }
  

  .pagesBan-title-en {
    font-size: 14px;
    line-height: 24px;
    
  }

  .FaBan-title .title-en {
    font-size: 40px;
  }

  .FaText {
    padding: 0;
  }

  .Fa {
    padding-top: 25px;
  }

  .FaItem {
    padding: 30px 15px;
  }

  .FaList-img {
    width: 100%;
  }

  .FaList-con {
    width: 100%;
    padding: 30px 0 10px;
  }

  .FaList-list li {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
  }

  .FaList-list li::after {
    content: "";
    width: 7px;
    height: 7px;
  }

  .FaList-list {
    margin-left: 0;
  }

  .FaList-more {
    width: 130px;
    height: 40px;
    margin-top: 30px;
  }

  .FaDet-intro-file {
    display: flex;
    flex-wrap: wrap;
  }

  .FaDet-intro-img {
    width: 100%;
  }

  .FaDet-intro-con {
    width: 100%;
    margin: 10px 0 0;
    padding: 30px 15px;
  }

  .FaDet-intro-listimg {
    width: 100%;
    z-index: 9999;
    opacity: 0;
  }

  .FaDet-intro-list li a {
    width: 52%;
    text-align: left;
  }

  .FaDet-intro-btn {
    justify-content: space-between;
  }

  .FaDet-intro-btn a {
    width: 45%;
    height: 42px;
    margin: 15px 0 0;
  }

  .FaDet-intro-btn a:nth-child(-n+2) {
    margin-top: 5px;
  }

  .FaDet-intro-list li {
    padding-left: 15px;
    margin-top: 8px;
  }

  .FaDet-intro-list li::after {
    width: 7px;
    height: 7px;
    top: 10px;
  }

  .FaDet-intro-list .ewmlist {
    top: 0;
    width: 300px;
    transition: all .4s;
    left: 15px;
  }

  .FaDet-intro-list .FaDet-qqtb {
    top: 55px;
    width: 300px;
    transition: all .4s;
    left: 15px;
  }

  .FaDet-intro-list .FaDet-qqtb {
    top: 55px;
    width: 300px;
    transition: all .4s;
    left: 15px;
    margin-left: 3px;
  }

  .FaDet-intro-list .FaDet-tel {
    top: 110px;
    width: 300px;
    transition: all .4s;
    left: 15px;
    overflow: hidden;
    height: 50px;
  }
  .FaDet-intro-list .FaDet-xinp{
       top: 160px;
    width: 300px;
    transition: all .4s;
    left: 15px;
    overflow: hidden;
    height: 50px;
  }

  .FaDet-intro-list li img {
  }

  .FaDet-nav-item {
    width: 120px;
    height: 65px;
  }

  .FaDet-nav-icon {
    width: 18px;
  }

  .FaDet-file {
    width: 100%;
    padding: 30px 15px;
  }

  .FaDet-file-text p {
    margin-top: 8px;
  }

  .FaDet-file-list {
    width: 100%;
    margin-top: 15px;
  }

  .FaDet-file-list:first-child {
    margin-top: 0;
  }

  .FaDet-file-list li {
    margin-top: 10px;
  }

  .FaDet-site {
    width: 100%;
    margin-top: 20px;
  }

  .newsItem {
    width: 100%;
    padding: 10px;
  }

  .newsItem-text {
    flex: unset;
    padding-left: 15px;
    width: calc(100% - 70px);
  }

  .newsItem-text .text {
    margin-top: 5px;
  }

  .newsDet-con {
    width: 100%;
  }

  .newsDet-site {
    width: 100%;
    margin-top: 40px;
  }

  .newsDet-site-item {
    padding: 15px 0;
  }

  .newsDet-site-item .title {
    margin-top: 5px;
  }

  .newsDet-paging {
    width: 100%;
  }

  .hrIntro-img {
    width: 100%;
  }

  .hrIntro-text {
    width: 100%;
    margin-top: 15px;
  }

  .hrIntro-img img {
    border-radius: 3px;
  }

  .hrIntro-con-title .num {
    font-size: 90px;
  }

  .hrIntro-con-title .title {
    width: 100%;
  }

  .about-memory .swiper-container.swp1 {
    margin-top: 25px;
  }

  .about-memory .swiper-slide {
    height: 190px;
  }

  .recNav-box {
    width: 100%;
    overflow-x: auto;
  }

  .recNav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: auto;
  }

  .recNav-item {
    width: 130px;
    height: 36px;
    padding: 0 15px;
    white-space: nowrap;
    margin-left: 10px;
    border-radius: 20px;
  }

  .recCon-title {
    display: none;
  }

  .recMenu {
    padding: 15px 0;
    border-color: #eee;
    position: relative;
  }

  .recMenu li {
    height: auto;
    line-height: 1.3;
    width: auto;
    margin-right: 10px;
    color: #666;
  }

  .recMenu li:first-child {
    width: 100%;
    font-size: 18px;
    margin: 0 0 13px;
    font-weight: 500;
    color: #000;
  }

  .recMenu li:nth-child(6) {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
  }

  .recMenu li:nth-child(6) i {
    width: 100%;
    height: 100%;
  }

  .recMenu li:nth-child(6) i::before {
    width: 8px;
    height: 1px;
  }

  .recMenu li:nth-child(6) i::after {
    height: 8px;
    width: 1px;
  }

  .recDrop {
    padding: 0 15px 40px;
  }

  .recDrop-more {
    font-size: 13px;
    width: 120px;
    height: 34px;
  }

  .recDrop-more::after {
    width: 14px;
    height: 14px;
  }

  .contCode-items {
    width: 100%;
  }

  .contCode-map {
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 3px 20px 5px rgba(127, 127, 127, 0.15);
  }

  .contCode-item-title span {
    margin-right: 5px;
  }

  .contCode-list li {
    width: 100% !important;
  }

  .contCode-item-title {
    font-size: 16px;
  }

  .map-info {
    padding: 20px 30px;
  }

  .contCode {
    padding-bottom: 50px;
  }

  .contMes-table&gt;input,
  .contMes-select {
    width: 100%;
  }

  .contMes-table input,
  .contMes-menu,
  .contMes-table textarea,
  .contMes-drop li {
    padding-left: 15px;
  }

  .contMes-table input,
  .contMes-menu,
  .contMes-img,
  .contMes-code button,
  .contMes-drop li {
    height: 45px;
  }

  .contMes-code input {
    width: 40%;
  }

  .contMes-img {
    width: 33%;
  }

  .contMes-code button {
    float: unset;
    width: 100%;
    margin-top: 25px;
    display: block;
    line-height: 45px;
  }

  .proDet-site {
    transform: translateX(-100%);
    transition: all .4s ease;
    position: fixed;
    height: calc(90vh - 60px);
    background: #fff;
    left: 0;
    top: 60px;
    z-index: 9999999;
  }

  .proDet-site-close {
    display: block;
    position: absolute;
    user-select: none;
    right: 8px;
    top: 5px;
    width: 30px;
    height: 30px;
  }

  .proDet-site-close::after {
    content: "\e64e";
    font-family: "icon";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #fff;
  }

  .site-btn {
    position: fixed;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 5px;
    left: 4px;
    top: 50%;
    z-index: 999999;
    width: 50px;
    height: 50px;
    user-select: none;
    background: #fff url('../images/pages/site-btn.png') no-repeat center/100% auto;
  }

  .mark {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
  }

  .proDet-site-title {
    height: 60px;
    padding-left: 15px;
  }

  .proDet-menu {
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
  }

  .proDet-drop {
    padding-left: 30px;
    
  }
 

  .proDet-con {
    width: 100%;
    padding-left: 0;
  }

  .proDet-screen {
    padding: 20px 15px;
  }

  .proDet-input input {
    width: 200px;
    height: 36px;
  }

  .proDet-table table,
  .proDet-table table.active {
    width: auto;
    min-width: 300%;
  }

  .proDet-table td {
    padding: 10px 5px;
  }

  .proDet-table-menu::after {
    transform: translateY(-50%) scale(.8);
  }

  .proDet-table-menu {
    font-size: 12px;
    height: 24px;
    line-height: 24px;
  }

  .proDet-search-btn {
    right: 16px;
    width: 18px;
  }

  .proDet-range li {
    margin-left: 30px;
    width: 140px;
  }

  .range {
    margin-top: 0;
  }

  .range .irs--round {
    height: 30px;
  }

  .range .irs--round .irs-bar,
  .range .irs--round .irs-line {
    top: 15px;
  }

  .range .irs--round .irs-handle {
    top: 10px;
  }

  .proDet-range {
    padding-bottom: 20px;
  }

  .proDet-table::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .proDet-range::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }

  .contMes {
    flex-direction: column;
  }

  .contMes-table {
    justify-content: left;
    flex: 1;
    width: 100%;
    order: 2;
  }

  .contMes-right {
    flex: 1;
    width: 100%;
    margin-top: 5%;
    order: 1;
  }
}</pre></body></html>