@font-face {
  font-family: 'Poppins';
  src: url(Poppins.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'bb3815';
  src: url('bb3815.ttf');
}

@font-face {
  font-family: 'opensans';
  src: url('opensans.ttf');
}


body {
  font-family: opensans;
  width: 100%;
  font-size: 14px;
  color: #272727;
  background-color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
}

img,
input,
button {
  border: 0;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  color: #1e468c;
}

ul,
li {
  list-style: none;
}

.width {
  max-width: 1920px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  position: relative;
}

.left {
  float: left;
}

.right {
  float: right;
}

#head {
  width: 100%;
  background-color: #000;
  padding: 15px 0;
  color: #fff;
  display: flow-root;
}

#head font {
  padding-right: 15px;
}

#head .search {
  position: absolute;
  width: 25%;
  right: 40px;
  height: 30px;
  margin-top: -7px;
  top: 50%;
}

#head .search input {
  width: 100%;
  background: none;
  height: 100%;
  line-height: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#head .search input::placeholder {
  color: #fff;
}

#head .search i {
  position: absolute;
  right: 0;
  top: 8px;
  cursor: pointer;
}

#head .lang {
  position: absolute;
  right: 30%;
  cursor: pointer;
}

#head .lang i {
  position: relative;
  top: 1px;
  padding-right: 5px;
}

#head .lang_list {
  position: absolute;
  display: none;
  right: 30%;
  width: 100px;
  top: 25px;
  background-color: #fff;
  z-index: 999;
  text-align: center;
  color: #333;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  padding-bottom: 8px;
  padding-top: 5px;
}

#head .lang_list li {
  width: 100%;
  height: 25px;
  line-height: 25px;
}

#head .lang_list li a:hover {
  color: #1e468c;
  text-decoration: underline;
}

#menu {
  width: 100%;
  height: 70px;
  background-color: #fff;
}

#menu .logo {
  float: left;
  height: 60px;
  margin-top: 5px;
}

#menu .logo img {
  height: 60px;
}

#menu .btn {
  position: absolute;
  width: 15%;
  height: 48px;
  background-color: #999;
  right: 40px;
  top: 11px;
}

#menu .btn1 {
  position: absolute;
  width: 15%;
  height: 48px;
  background-color: #1e468c;
  right: 44px;
  top: 7px;
  color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  font-family: 'bb3815';
}

.main-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
  color: #fff;
}

.main-swiper .slide-one img {
  width: 100%;
  height: auto;
}

#menu .menu {
  position: absolute;
  right: 15%;
  height: 70px;
  margin-right: 80px;
  /* background-color: #1e468c; */
  top: 0;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}


#pro {
  width: 100%;
}

#pro .shub {
  width: 32px;
  height: 52px;
  margin: 0 auto;
  border: 1px solid #1e468c;
  border-radius: 20px;
  margin-top: 25px;
  text-align: center;
  line-height: 42px;
}

#pro .shub i {
  color: #1e468c;
  font-size: 18px;
  font-weight: normal;
}

.custom-arrow-anim {
  display: inline-block;
  animation: bounce 2s infinite;
}


#pro .list {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}

#pro .list h1 {
  font-size: 36px;
  font-family: 'bb3815';
  display: block;
  text-align: center;
  padding-bottom: 30px;
}

#pro .list li {
  width: 100%;
  background-color: #f7f7f7;
  min-height: 150px;
}

#pro .list .img {
  width: 100%;
  aspect-ratio: 4 / 3;
}

#pro .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

#pro .list .img img:hover {
  transform: scale(1.1);
}

#pro .list .text {
  border: 1px solid #eee;
  text-align: center;
  overflow: hidden;
  padding-bottom: 25px;
}

#pro .list .text p {
  font-size: 16px;
  color: #333;
  padding: 15px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  /* 隐藏溢出 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  padding-bottom: 25px;
}

#pro .list .text span {
  padding: 10px 20px;
  margin: 0 auto;
  border: 1px solid #1e468c;
  color: #1e468c;
  font-size: 14px;
}

#pro .list .text span:hover {
  background-color: #1e468c;
  color: #fff;
  cursor: pointer;
}

#pro .list .text span a {
  color: #1e468c;
  font-size: 14px;
}

#pro .list .text span:hover a {
  color: #fff;
  cursor: pointer;
}

#solut {
  width: 100%;
  height: 950px;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

#solut .img {
  width: 100%;
  height: 100%;
}

#solut .img .bg2 {
  display: none;
}

#solut .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#solut .tt {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 100%;
  padding-top: 94px;
  box-sizing: border-box;
  padding-left: 194px;
}

#solut .tt h1 {
  font-size: 36px;
  color: white;
  text-align: center;
}

#solut .tt span {
  width: 40px;
  height: 2px;
  background: #FFFFFF;
  display: block;
  margin-top: 55px;
}

#solut .nav {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  height: 100%;
  padding-top: 94px;
  box-sizing: border-box;
  padding-right: 194px;
  /* width: 325px; */
}

#about {
  width: 100%;
}

#about .cont {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#about .cont .left {
  width: 1200px;
  margin-left: -600px;
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 50%;
}

#about .cont .left .text {
  font-size: 18px;
  color: #666666;
  line-height: 1.6;
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; */
  width: 60%;
  margin-bottom: 40px;
}

#about .cont .left .text .title {
  color: #222222;
  line-height: 1.2;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 40px;
  font-family: 'bb3815';
}

#about .cont .left .text span {
  color: #222222;
}

#about .cont .left .more {
  width: 100%;
  color: #1e468c;
  font-weight: bold;
  font-size: 16px;
}

#about .cont .right {
  width: 780px;
  height: 800px;
  float: right;
}

#about .cont .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about .cont .list {
  position: absolute;
  bottom: 100px;
  width: 930px;
  margin-right: 270px;
  left: 50%;
  margin-left: -600px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

#about .cont .list li {
  width: 100%;
  text-align: left;
  padding: 40px 50px;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
}

#about .cont .list li i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #1e468c;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: block;
  text-align: center;
}

#about .cont .list li span {
  margin-top: 20px;
  display: block;
  font-size: 18px;
  color: #222;
  font-weight: bold;
}

#about .cont .list li font {
  font-size: 34px;
  color: #1e468c;
  font-weight: bold;
  position: relative;
  top: 10px;
  padding-right: 3px;
}

#about .cont .list li p {
  font-size: 16px;
  color: #222;
  font-weight: bold;
  padding-top: 15px;
}

#solut .nav li {
  width: 100%;
  background-color: #fff;
  display: block;
  overflow: hidden;
  padding: 25px 15px;
  text-align: center;
  color: #2B2B2B;
  font-size: 22px;
  margin-bottom: 25px;
}

#solut .nav li i {
  font-size: 30px;
}

#solut .nav li p {
  font-size: 16px;
  color: #8A8A8A;
  padding-top: 8px;
}

#solut .nav li:hover {
  background-color: #1e468c;
  color: #fff !important;
  cursor: pointer;
}

#solut .nav li:hover p {
  color: #fff !important;
}

#process {
  width: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/liuchengbeijing.jpg);
  color: #fff;
  padding-bottom: 50px;
}

#process .title {
  width: 100%;
  font-size: 40px;
  text-align: center;
  font-family: 'bb3815';
  font-weight: bold;
  padding-top: 65px;
}

#process .list {
  width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
}

#process .list li {
  border: 1px solid #fff;
  border-radius: 10px;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 250px;
  position: relative;
}

#process .list li:hover {
  transform: rotateX(180deg);
}

#process .list li i {
  font-size: 60px;
}

#process .list li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  display: none;
}

#process .list li span {
  width: 100%;
  font-size: 16px;
  margin: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

#process .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  font-size: 16px;
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

@media (max-width:1680px) {
  #about .cont .left .text {
    width: 50%;
  }
}

@media (max-width:1580px) {
  #about .cont .left .text {
    width: 40%;
  }
}

@media (max-width:1350px) {
  #about .cont .left .text {
    width: 30%;
  }
}

@media (max-width:1200px) {
  #about .cont .left .text {
    width: 100%;
  }

  #about .cont .list {
    width: 100%;
    margin: 0;
    left: 0;
  }

  #about .cont .right {
    width: 100%;
    height: auto;
  }

  #about .cont .left {
    width: 96%;
    margin-left: 0;
    left: 2%;
    color: #fff !important;
    margin: 0 auto;
  }

  #about .cont .left .text .title {
    color: #fff;
  }

  #about .cont .left .text span {
    color: #fff;
  }

  #process .list {
    width: 96%;
  }
}

@media (max-width:768px) {
  .main-swiper .slide-one img {
    height: auto;
  }

  .main-swiper .swiper-button-next,
  .main-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    color: #fff;
  }

  .main-swiper .swiper-button-next:after,
  .main-swiper .swiper-button-prev:after {
    font-size: 0.9rem;
  }
}

.card-scene {
  perspective: 1500px;
  width: 100%;
  height: 250px;
}

.card {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.card:hover {
  transform: rotateX(180deg);
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.card-front {
  /* background: linear-gradient(135deg, #00b4db, #0083b0); */
  color: white;
  border: 1px solid #fff;
}

.card-back {
  background: linear-gradient(135deg, #1e468c, #1e468c);
  color: white;
  transform: rotateX(180deg);
}

.card-title {
  width: 100%;
  font-size: 16px;
  margin: 20px 0;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  display: block;
}

.card-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
  font-size: 16px;
  padding: 0 15px;
}

.card i {
  font-size: 60px;
}

#news {
  width: 100%;
  background-color: #f5f5f7;
  overflow: hidden;
  padding: 50px 0;
  text-align: center;
}

#news .tt {
  font-family: 'bb3815';
  font-size: 40px;
  color: #000;
  font-weight: 600;
  width: 100%;
  text-align: center;
}

#news .ms {
  font-size: 14px;
  color: #707070;
  padding-top: 10px;
}

#news .cnt {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}

#news .lt {
  float: left;
  width: 580px;
  height: 420px;
  position: relative;
}

#news .lt .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#news .lt .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .lt .font {
  position: absolute;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  width: 100%;
  left: 0;
  padding: 0 25px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}

#news .lt .font span {
  width: 130px;

  float: left;
}

#news .lt .content {
  position: absolute;
  width: 92%;
  height: 92%;
  background-color: #1e468c;
  color: #fff;
  top: 0;
  left: 50%;
  margin-left: -46%;
  margin-top: 3%;
  box-sizing: border-box;
  padding: 25px;
  opacity: 0;
}

#news .lt .content .stt {
  width: 100%;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  font-size: 16px;
  padding-bottom: 10px;
}

#news .lt .content .remark {
  width: 100%;
  font-size: 16px;
  text-align: left;
  padding-top: 15px;
  line-height: 30px;
}

#news .lt .content .time {
  position: absolute;
  width: 100%;
  text-align: left;
  bottom: 20px;
}

#news .rt {
  float: right;
  width: 580px;
  height: 420px;
  /* background-color: #1e468c; */
  overflow: hidden;
}

#news .rt .list {
  width: 100%;
}

#news .rt .list li {
  width: 100%;
  height: 115px;
  background-color: #fff;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
}

#news .rt .list .img {
  float: left;
  width: 170px;
  height: 100%;
  overflow: hidden;
  /* margin-right: 10px; */
}

#news .rt .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#news .rt .list li span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 15px;
  font-weight: bold;
}

#news .rt .list li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #9b9999;
  padding: 0 15px;
}

#news .rt .list li:hover {
  background-color: #1e468c;
  color: #fff !important;
}

#news .rt .list li:hover span,
#news .rt .list li:hover p {
  color: #fff;
}

#news .rt .list li .san {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 10px;
  position: absolute;
  border-style: solid;
  border-color: transparent #FF9900 #FF9900 transparent;
  right: 0px;
  bottom: 0px;
}

#gbook {
  width: 100%;
  background-color: #fff;
  min-height: 100px;
  position: relative;
}

#gbook canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

#gbook .gbook {
  width: 100%;
  position: relative;
  z-index: 11;
}

#gbook .title {
  font-family: 'bb3815';
  font-size: 40px;
  color: #000;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding-top: 60px;
}

#gbook .fm {
  width: 1200px;
  margin: 0 auto;
}

#gbook .fm span {
  color: #333;
  font-size: 14px;
  position: relative;
  top: 5px;
}

#gbook .fm font {
  color: #ff0000;
}

@media (max-width:1200px) {
  #gbook .fm {
    width: 96%;
  }
}

#footer {
  width: 100%;
  background-color: #383838;
  padding-top: 80px;
}

.wd {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

#footer li {
  width: 100%;
}

#footer li .logo {
  height: 85px;
}

#footer li .logo img {
  height: 45px;
  filter: brightness(0) invert(1);
}

#footer li h1 {
  font-family: 'bb3815';
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.8em;
  text-align: left;
}

#footer li p {
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
  font-size: 14px;
  color: #ddd;
}

#footer li p a {
  letter-spacing: 0;
  line-height: 1.7em;
  text-align: left;
  font-size: 14px;
  color: #ddd;
}

#footer li p a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer li i {
  padding-right: 5px;
}

#footer li .icon {
  width: 100%;
  padding-top: 10px;
}

#footer li .icon font {
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #fff;
  color: #1e468c;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

#footer li .icon font:hover {
  background-color: #1e468c;
  color: #fff;

}

#footer li .fm {
  width: 100%;
  height: 38px;
  background-color: #1e468c;
  position: relative;
  margin-top: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#footer li .fm input {
  width: 50%;
  height: 38px;
  padding-left: 10px;
}

#footer li .fm button {
  position: absolute;
  width: 50%;
  height: 38px;
  text-align: center;
  right: 0;
  top: 0;
  background-color: #1e468c;
  color: #fff;
  font-size: 16px;
}

#footer .copy {
  width: 100%;
  text-align: center;
  line-height: 40px;
  padding-top: 50px;
  color: #ddd;
}

#footer .copy a {
  color: #ddd;
  margin-left: 5px;
}

#footer .copy a:hover {
  color: #fff;
  text-decoration: underline;
}

#right {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
  display: none;
  transition: all 0.3s;
}

#right.show {
  display: block;
}

#right ul {
  background-color: rgba(0, 0, 0, 0.3) !important;
  border-radius: 30px;
}

#right ul li {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}

#right ul li a {
  line-height: 50px;
  text-align: center;
  display: block;
  width: 100%;
}

#right .right-iconfont {
  font-size: 24px;
  line-height: 50px;
  color: #fff;
}

.right-box {
  position: absolute;
  left: auto;
  right: 50px;
  top: 0;
  transition: all 0.3s ease-in-out;
  min-height: 50px;
  height: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 0px;
  overflow: hidden;
}

#right ul li:hover .right-box {
  width: 156px !important;
  background-color: #0b0be0 !important;
}

#right ul li:hover .right-box a {
  color: #fff;
}

#right ul li:hover {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background-color: #0b0be0;
}

#right .right-box a:hover {
  text-decoration: underline;
}

#right .back-top {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#right .back-top .back-top-box {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0b0be0;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
}

#right .back-top .back-top-box i {
  font-size: 16px;
  color: #fff;
  transform: rotate(90deg);
}

#right .back-top:hover {
  background-color: transparent;
}

/* 产品 */
.banner {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.banner .banner-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
}

.banner .banner-nav .banner-nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.banner .banner-nav .banner-nav-list i {
  font-size: 16px;
  color: #ccc;
}

.banner .banner-nav .banner-nav-list a {
  color: #ccc;
  font-size: 16px;
  margin-left: 5px;
}

.banner .banner-nav .banner-nav-list a:hover {
  color: #fff;
}

.banner .banner-nav .banner-nav-list span {
  color: #ccc;
  font-size: 16px;
  margin-left: 5px;
}

.products-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0;
  display: flex;
}

.products-container .products-left {
  width: 25%;
}

.products-container .products-right {
  width: 75%;
  padding: 0 30px;
  box-sizing: border-box;
}

.product-title {
  background-color: #0b0be0;
  font-size: 20px;
  color: #fff;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
}

.products-title {
  font-size: 24px;
  color: #000;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}

.products-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;

}

.products-list .products-item {
  background-color: rgb(238, 238, 238);
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 30.3%;
}

.products-list .products-item .products-item-img {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.products-list .products-item .products-item-img::before {
  content: "";
  display: block;
  padding-top: 75%;
  /* 4:3比例 */
}

.products-list .products-item .products-item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.products-list .products-item .products-item-title {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.products-list .products-item .products-item-title:hover {
  color: #0b0be0;
}

.products-list .products-item .products-item-content {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  width: 100%;
}

.app-title {
  font-size: 40px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-weight: 600;
}

.app-list {
  background-color: #f3f3f3;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  padding-bottom: 100px;
}

.app-list .app-item {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px 0;
  height: 400px;
}

.app-list .app-item .app-left-img {
  width: 50%;
  position: relative;
}

.app-list .app-item .app-right-text {
  width: 50%;
}

.app-list .app-item .app-left-img img {
  position: absolute;
  top: 0;
  left: -50px;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.app-list .app-item .app-right-text {
  padding: 5px 50px 20px 50px;
}

.app-list .app-item .app-right-text p {
  font-size: 30px;
  color: #000;
  padding: 20px 0;
}

.app-list .app-item .app-right-text .app-item-content {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-list .app-item .app-right-text .app-item-content p {
  padding: 0 !important;
}

.app-item .app-right-img {
  width: 50%;
  position: relative;
}

.app-item .app-right-img img {
  position: absolute;
  top: 0;
  right: -50px;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.app-item .app-left-text {
  padding: 5px 50px 20px 50px;
  width: 50%;
}

.app-item .app-left-text p {
  font-size: 30px;
  color: #000;
  padding: 20px 0;
}

.app-item .app-left-text .app-item-content {
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app-item .app-left-text .app-item-content p {
  padding: 0 !important;
}

.app-list .app-left-img:hover img {
  left: -110px;
}

.app-list .app-right-img:hover img {
  right: -110px;
}

/* 关于我们 */
.about-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.about-box .about-img {
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}

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

.about-box .about-right {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 20px;
}

.about-box .about-right p {
  font-size: 24px;
  color: #333;
}

.about-box .about-right h1 {
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-weight: 600;
  margin: 30px 0;
}

.about-num {
  background-color: #f6f6f6;
  width: 100%;
  padding: 10px 0;
}

.about-num .about-num-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about-num .about-num-list .about-num-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.about-num .about-num-list .about-num-item .num-num {
  font-size: 56px;
  color: #0b0be0;
  font-weight: 600;
}

.about-num .about-num-list .about-num-item .num-unit {
  font-size: 18px;
  line-height: 5.6rem;
  color: #0b0be0;
  margin-left: 10px;
  font-weight: 600;
}

.about-num-item+.about-num-item {
  border-left: 2px solid #dddddd;
}

.honor {
  padding: 50px 0;
}

.honor .honor-title {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 600;
}

.honor .honor-list {
  margin-top: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.honor .honor-list .honor-item {
  width: 100%;
}

.honor .honor-list .honor-item img {
  width: 100%;
  height: auto;
}

/* 工厂环境 */
.factory-box {
  padding: 50px 0;
}

.factory-box h1 {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.factory-box .factory-list {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.factory-box .factory-list .factory-item {
  width: 100%;
  border: 1px solid #0b0bde;
  padding: 10px;
  box-sizing: border-box;
  background-color: #f7f7fa;
  position: relative;
}

.factory-box .factory-list .factory-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  top: auto;
  width: 20%;
  height: 3px;
  background-color: #0b0be0;
  margin: 0 auto;
}

.factory-box .factory-list .factory-item .factory-img {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.factory-box .factory-list .factory-item .factory-img img {
  width: 100%;
  height: auto;
}

/* 新闻中心 */
.news-box {
  padding: 30px 0;
}

.news-box h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.news-box .news-item {
  padding: 30px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.news-box .news-item:hover {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.news-box .news-item:hover .news-right .news-more a:hover {
  color: #0b0be0;
  transform: translate(10px, 0);
}

.news-box .news-item .news-left {
  width: 40%;
}

.news-box .news-item .news-left a {
  display: block;
  width: 100%;
}

.news-box .news-item .news-left a img {
  width: 100%;
  height: auto;
}

.news-box .news-right {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.news-box .news-right .p-one {
  margin: 20px 0 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-box .news-right .p-one a {
  font-size: 20px;
  color: #333;
  line-height: 30px;
}

.news-box .news-right .news-time {
  margin: 30px 0;
  display: flex;
  align-items: center;
  color: gray;
  font-size: 12px;
}

.news-box .news-right .news-time i {
  margin-right: 5px;
}

.news-box .news-right .news-content {
  margin: 20px 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-box .news-right .news-more a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s;
  margin-top: 20px;
}

/* 新闻详情 */
.new-details {
  display: flex;
  box-sizing: border-box;
  padding: 30px 0;
}

.new-details .new-details-left {
  width: 75%;
  padding: 10px 0;
  margin-right: 15px;
}

.new-details .new-details-left .new-details-title {
  font-size: 28px;
  text-align: center;
  color: #333;
  line-height: 36px;
}

.new-details .new-details-left .new-details-other {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.new-details .new-details-left .new-details-other span {
  font-size: 14px;
  color: #333;
  margin-left: 25px;
}

.new-details .new-details-left .new-details-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 38px;
  font-size: 12px;
  background-color: #0b0be0;
  text-align: center;
  line-height: 38px;
  color: #fff;
  margin: 10px 0;
  margin: 20px auto;
}

.new-details .new-details-left .new-details-btn i {
  font-size: 12px;
  color: #fff;
}

.new-details .new-details-left .new-details-content {
  width: 100%;
}

.new-details .new-details-left .new-details-content img {
  max-width: 100%;
}

.new-details .new-details-left .new-details-content p {
  padding-bottom: 10px;
}

.new-details .new-details-right {
  width: 25%;
}

.new-details .new-details-right .relate-title {
  font-size: 24px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}

.new-details .new-details-right .relate-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.new-details .new-details-right .relate-list .relate-item {
  width: 100%;
  margin-top: 20px;
}

.new-details .new-details-right .relate-list .relate-item a {
  display: block;
  width: 100%;
  padding: 0 5px;
}

.new-details .new-details-right .relate-list .relate-item a p:hover {
  color: #0b0be0;
  text-decoration: underline;
}

.new-details .new-details-right .relate-list .relate-item a img {
  width: 100%;
  height: auto;
}

.new-details .new-details-right .relate-list .relate-item a p {
  font-size: 14px;
  color: #333;
  margin: 8px 0;
  text-align: center;
}

.new-next {
  padding: 5px 14px;
  font-size: 14px;
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dddddd;
  border-radius: 10px;
  max-width: 30%;
}

.new-next a:hover {
  color: #0b0be0;
  /* text-decoration: underline; */
  /* background-color: #eeeeee; */
}

/* 技术支持 */
.process-box {
  padding: 40px 120px;
  box-sizing: border-box;
  width: 100%;
}

.process-box .process-title {
  font-size: 40px;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.process-box .process-list {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.process-box .process-list .process-item {
  width: 100%;
  position: relative;
  transition: all 0.8s ease-in-out;
}

.process-box .process-list .process-item img {
  width: 100%;
  height: auto;
}

.process-box .process-list .process-item .process-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  transition: height 0.8s ease-in-out;
  z-index: 9;
}

.process-box .process-list .process-item .process-content .p-one {
  font-size: 22px;
  color: #fff;
}

.process-box .process-list .process-item .process-content .process-line {
  margin-top: 20px;
  width: 30px;
  border-top: 3px solid #0b0be0;
}

.process-box .process-list .process-item .process-content .process-text {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  display: none;
  transition: height 0.8s ease-in-out;
}

.process-box .process-list .process-item:hover .process-content .process-text {
  display: block;
}

.process-box .process-box-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  transition: all 0.3s;
  z-index: 2;
}

.process-box .process-list .process-item:hover .process-box-box {
  display: block;
}

/* 联系我们 */
.contact-box {
  padding: 30px 0;
}

.contact-box .contact-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.contact-box .contact-list .contact-item {
  border: 8px solid #f5f5f5;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 33.3%;
  transition: all 0.3s;
  height: 180px;
}

.contact-box .contact-list .contact-item .contact-text {
  margin: 0;
  color: #212121;
  font-size: 16px;
  padding: 90px 10px 30px;
}

.contact-box .contact-list .contact-item:hover .contact-icon {
  background-color: #0b0be0;
  color: #fff;
}

.contact-box .contact-list .contact-item .contact-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -62px;
  border: 8px solid #f5f5f5;
  width: 108px;
  height: 108px;
  background: #fff;
  font-size: 28px;
  border-radius: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b0be0;
}

.contact-form .contact-title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

/* 产品详情页 */
.shop-content {
  box-sizing: border-box;
  margin-left: 30px;
}

.shop-content .shop-title {
  font-size: 26px;
  color: #000;
  /* white-space: nowrap; */
  padding: 0 5px;
}

.shop-content .shop-remark {
  margin: 20px 0;
  font-size: 14px;
  color: #333;
  line-height: 32px;
}

.shop-content .shop-share {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}

.shop-content .shop-share a {
  margin-right: 5px;
}

.shop-content .shop-share a i {
  font-size: 16px;
}

.swiper-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

/* 主轮播图样式 */
.main-swiper2 {
  height: 400px;
  margin-bottom: 10px;
}

.main-swiper2 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  border-radius: 8px;
}

.main-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

/* 缩略图轮播样式 */
.thumb-swiper {
  height: 80px;
}

.thumb-swiper .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}

.thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #007bff;
}

.shop-other {
  width: 100%;
  background-color: #f8f8f8;
  padding: 50px 0;
}


.shop-desc {
  width: 100%;
}

.shop-desc .desc-title {
  padding: 10px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.shop-relate {
  font-size: 30px;
  color: #333;
  padding: 50px 0 30px;
  text-align: center;
}

.shop-relate-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.shop-relate-list .shop-relate-item {
  width: 100%;
  border: 1px solid #e0e0e0;
}

.shop-relate-list .shop-relate-item .shop-relate-link {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}

.shop-relate-list .shop-relate-item .shop-relate-link img {
  width: 100%;
  height: auto;
}

.shop-relate-list .shop-relate-item .shop-relate-link .shop-relate-title {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #333;
}

.shop-relate-list .shop-relate-item .shop-relate-link .shop-relate-title:hover {
  color: #0b0be0;
  text-decoration: underline;
}

.new-relate-box {
  padding: 50px 0;
  width: 100%;
}

.new-relate-box .new-relate-title {
  font-size: 30px;
  color: #333;
  font-weight: 600;
  text-align: center;
}

.new-relate-box .new-relate-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.new-relate-box .new-relate-list .new-relate-item {
  display: block;
  width: 100%;
}

.new-relate-box .new-relate-list .new-relate-item img {
  width: 100%;
  height: auto;
}

.new-relate-box .new-relate-list .new-relate-item p {
  font-size: 14px;
  margin: 10px 0;
}

.new-relate-box .new-relate-list .new-relate-item p:hover {
  color: #0b0be0;
  text-decoration: underline;
}

/* 下载中心 */
.download {
  padding: 40px 0;
  box-sizing: border-box;
}

.download .download-tip {
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.download .download-list {
  width: 100%;
}

.download .download-list .download-top {
  display: flex;
  align-items: center;
}

.download .download-list .download-top span {
  font-size: 14px;
  color: #9B9B9B;
}

.download .download-list .download-top .download-num {
  margin-left: 12px;
}

.download .download-list .download-top i {
  color: #9B9B9B;
  font-size: 14px;
  margin-right: 5px;
}

.download .download-list .download-title {
  font-size: 14px;
  color: #4A4A4A;
  margin: 5px 0;
}

.download .download-list .download-box {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(151, 151, 151, .31);
  background-color: #f6f6f6;
}

.download .download-list .download-box img {
  width: 100%;
  height: 180px;
}

.download .download-list .download-btn {
  background-color: #0b0be0;
  width: 100%;
  padding: 7px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.download .download-list .download-btn a {
  font-size: 14px;
  color: #fff;
}

.download .download-list .download-btn a:hover {
  color: #fff;
  text-decoration: underline;
}

.download .download-list .download-btn a i {
  font-size: 14px;
  color: #fff;
  margin-left: 5px;
}

/* 问题解惑 */
.faq-relate-title {
  font-size: 30px;
  color: #000;
  margin: 30px 0;
}

.faq-relate-item {
  width: 100%;
  box-sizing: border-box;
}

.faq-relate-item a {
  display: inline-flex;
  flex-direction: column;
}

.faq-relate-item a img {
  width: 100%;
  height: auto;
}

.faq-relate-item a p {
  margin: 10px 0;
  font-size: 14px;
  color: #3333;
}

.faq-relate-item a p:hover {
  color: #0b0be0;
  text-decoration: underline;
}


/* 手机端 */
@media (max-width:768px) {
  #head .search {
    display: none;
  }

  #right {
    display: none;
  }

  .banner {
    height: 150px;
  }

  .banner .banner-nav .banner-nav-list {
    /* justify-content: center !important; */
    padding: 0 20px;
  }

  #head .lang {
    right: 5%;
  }

  #head .lang_list {
    right: 5%;
  }

  #menu {
    display: none;
  }

  .products-container .products-left {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }

  .products-container {
    flex-wrap: wrap;
  }

  .products-container .products-right {
    width: 100%;
  }

  .products-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .products-title {
    margin: 10px 0 5px;
  }

  .fm .layui-input.underline {
    margin-bottom: 0 !important;
  }

  .app-list .app-item {
    flex-wrap: wrap;
  }

  .app-list .app-item .app-left-img {
    width: 100%;
  }

  .app-list .app-item .app-right-text {
    width: 100%;
  }

  .app-list .app-item .app-left-img img {
    position: relative !important;
    top: 0;
    left: 0;
  }

  .app-list .app-item .app-right-text {
    padding: 10px;
  }

  .app-list .app-item .app-right-text p {
    font-size: 24px;
    padding: 0;
  }

  .app-item .app-left-text {
    width: 100%;
    padding: 10px;
  }

  .app-item .app-left-text p {
    padding: 0;
    font-size: 24px;
  }

  .app-item .app-right-img {
    width: 100%;
  }

  .app-item .app-right-img img {
    position: relative !important;
    top: 0;
    left: 0 !important;
  }

  .app-list .app-item+.app-item {
    margin-top: 30px;
  }

  .app-list {
    padding-bottom: 10px !important;
  }

  .about-box {
    flex-wrap: wrap;
  }

  .about-box .about-img {
    width: 100%;
  }

  .about-box .about-right {
    width: 100%;
  }

  .about-num .about-num-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .honor {
    padding: 30px 0;
  }

  .honor .honor-list {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .factory-box h1 {
    font-size: 28px;
  }

  .factory-box .factory-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-box h1 {
    font-size: 30px;
  }

  .news-box .news-item {
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 10px;
  }

  .news-box .news-item .news-left {
    width: 100%;
  }

  .news-box .news-right {
    width: 100%;
  }

  .news-box .news-right .news-time {
    margin: 15px 0;
  }

  .new-details {
    flex-wrap: wrap;
  }

  .new-details .new-details-left {
    width: 100%;
  }

  .new-details .new-details-right {
    width: 100%;
  }

  .process-box .process-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .process-box {
    padding: 30px;
  }

  .process-box .process-title {
    font-size: 28px;
  }

  .contact-box .contact-list {
    flex-wrap: wrap;
  }

  .contact-box .contact-list .contact-item {
    width: 100%;
    margin-top: 40px;
  }

  .contact-form .contact-title {
    margin-top: 10px;
  }

  .contact-fm {
    margin-top: 20px;
  }

  .download .download-list .download-top {
    justify-content: center;
  }

  .download .download-list .download-title {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #right {
    display: none !important;
  }

  .new-relate-box .new-relate-list {
    grid-template-columns: repeat(2, 1fr);
  }

  #footer {
    padding-top: 30px;
  }

  #footer li h1 {
    text-align: center !important;
  }

  #footer li p {
    text-align: center !important;
  }

  #footer li .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer .copy {
    padding-top: 20px !important;
  }
}