@font-face {
  font-family: Lato-Regular;
  src: url("../font/Lato-Regular-15.ttf");
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px auto 30px;
}

.pagination li {
  width: 30px;
  height: 30px;
  margin: 10px 10px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 26px;
}

.pagination .disabled {
  opacity: 0.5;
}

.pagination .active {
  background: #1e40a4 !important;
  color: #fff;
}

a:hover,
a:link,
a:visited {
  text-decoration: none !important;
}

.sub-search {
  filter: invert();
}

#page .sub-header {
  height: 100px;
  background-color: #fff;
}

#page .sub-header .menu {
  height: 100px;
}

#page .sub-header .menu li a.item {
  height: 100px;
  color: #000;
  line-height: 100px;
}

#page .sub-header .hcont {
  height: 100px;
}

/* Bounce To Right */

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(3, 110, 184);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.wp {
  min-width: 1200px;
  max-width: 1480px;
}

.system {
  padding: 120px 0;
  background: #ffffff;
}

.system .wp .wrap {
  display: flex;
}

.system .wp {
  width: 100%;
  padding: 0 0 0 14%;
  min-width: 1170px;
  max-width: 100%;
}

.system .wp .wrap .tbox {
  width: 36%;
  padding: 0 40px 0 0;
}

.system .wp .wrap .tbox .ename {
  font-size: 18px;
  color: #222;
  font-family: Lato-Regular;
  text-transform: uppercase;
  padding: 0 0 0 110px;
  margin: 70px 0 40px 0;
  position: relative;
}

.system .wp .wrap .tbox .ename::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #7d7d7d;
  position: absolute;
  top: 14px;
  left: 0;
  opacity: 0.2;
}

.system .wp .wrap .tbox .cname {
  font-size: calc(2vw + 6px);
  color: #222;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.system .wp .wrap .tbox .cont {
  font-size: 18px;
  color: #222;
  line-height: 36px;
  text-indent: 36px;
  text-align: justify;
  width: 80%;
}

.system .wp .wrap .pbox {
  width: 64%;
  overflow: hidden;
}

.system .wp .wrap .pbox .swiper .swiper-slide {
  overflow: hidden;
}

.system .wp .wrap .pbox .swiper .swiper-slide .name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 50px 0 0 0;
}

.system .wp .tbox .btns {
  width: 2.905208rem;
  margin-top: 0.572917rem;
}

.system .wp .tbox .btns .arr,
.system .wp .tbox .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.system .wp .tbox .btns .arr {
  height: 0.958333rem;
  width: 0.958333rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.145833rem;
  color: #a1a1a1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.system .wp .tbox .btns .arr .border {
  height: 0.958333rem;
  width: 0.958333rem;
  border: 0.005208rem dashed #a1a1a1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: turn 10s linear infinite;
  animation: turn 10s linear infinite;
  position: absolute;
}

.system .wp .tbox .btns .arr:before {
  content: "";
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: rgba(30, 64, 164, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0.958333rem;
  height: 0.958333rem;
  position: absolute;
}

.system .wp .tbox .btns .arr:hover {
  cursor: pointer;
  color: #fff;
}

.system .wp .tbox .btns .arr:hover:before {
  -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
  transform: translate3d(-50%, -50%, 0) scaleX(1);
}

.system .wp .tbox .btns .move {
  -webkit-transform: translateX(-0.0625rem);
  transform: translateX(-0.0625rem);
}

.system .wp .tbox .btns .move .border {
  -webkit-animation: turn 10s linear infinite;
  animation: turn 10s linear infinite;
}

.system .wp .tbox .btns .btn {
  margin-left: 0.104167rem;
  padding-bottom: 0.041667rem;
  font-size: 0.072917rem;
  color: rgba(0, 0, 0, 0.8509803921568627);
  line-height: 0.114583rem;
  font-weight: 400;
  border-bottom: 0.005208rem solid rgba(0, 0, 0, 0.23921568627450981);
  z-index: 1;
  position: relative;
}

.system .wp .tbox .btns .btn:after {
  content: "查看全部产品体系";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: rgba(30, 64, 164, 0.8);
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.system .wp .tbox .btns .btn > span {
  display: block;
}

.system .wp .tbox .btns .btn > span,
.system .wp .tbox .btns .btn:hover:after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.system .wp .tbox .btns .btn:hover {
  cursor: pointer;
  border-bottom: 0.005208rem solid rgba(30, 64, 164, 0.8);
}

.system .wp .tbox .btns .btn:hover:after {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.system .wp .tbox .btns .btn:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.quality {
  min-width: 1200px;
}

.quality .swiper .swiper-slide img {
  max-width: 100%;
}

.quality .swiper .swnav {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  z-index: 99;
  width: 100%;
}

.quality .swiper .swnav ul {
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.quality .swiper .swnav ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
  overflow: hidden;
}

.quality .swiper .swnav ul li:last-child {
  border-right: 0;
  position: relative;
}

.quality .swiper .swnav ul li .num {
  font-size: 36px;
  font-family: Lato-Regular;
  color: rgba(255, 255, 255, 0.4);
}

.quality .swiper .swnav ul li .name {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.4);
}

.quality .swiper .swnav ul li:hover {
  border-top: 2px solid #fff;
  height: 98px;
}

.quality .swiper .swnav ul li:hover .num {
  color: rgba(255, 255, 255, 1);
}

.quality .swiper .swnav ul li:hover .name {
  color: rgba(255, 255, 255, 1);
}

.quality .swiper .swnav ul .active {
  border-top: 2px solid #fff;
  height: 98px;
}

.quality .swiper .swnav ul .active .num {
  color: rgba(255, 255, 255, 1);
}

.quality .swiper .swnav ul .active .name {
  color: rgba(255, 255, 255, 1);
}

.quality .swiper .tbox .btns {
  width: 1.505208rem;
  margin-top: 0.572917rem;
}

.quality .swiper .tbox .btns .arr,
.quality .swiper .tbox .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.quality .swiper .tbox .btns .arr {
  height: 0.958333rem;
  width: 0.958333rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.145833rem;
  color: #a1a1a1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.quality .swiper .tbox .btns .arr .border {
  height: 0.958333rem;
  width: 0.958333rem;
  border: 0.005208rem dashed #a1a1a1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: turn 10s linear infinite;
  animation: turn 10s linear infinite;
  position: absolute;
}

.quality .swiper .tbox .btns .arr:before {
  content: "";
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: rgba(30, 64, 164, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0.958333rem;
  height: 0.958333rem;
  position: absolute;
}

.quality .swiper .tbox .btns .arr:hover {
  cursor: pointer;
  color: #fff;
}

.quality .swiper .tbox .btns .arr:hover:before {
  -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
  transform: translate3d(-50%, -50%, 0) scaleX(1);
}

.quality .swiper .tbox .btns .move {
  -webkit-transform: translateX(-0.0625rem);
  transform: translateX(-0.0625rem);
}

.quality .swiper .tbox .btns .move .border {
  -webkit-animation: turn 10s linear infinite;
  animation: turn 10s linear infinite;
}

.quality .swiper .tbox .btns .btn {
  margin-left: 0.104167rem;
  padding-bottom: 0.041667rem;
  font-size: 0.072917rem;
  color: rgba(255, 255, 255, 0.8509803921568627);
  line-height: 0.114583rem;
  font-weight: 400;
  border-bottom: 0.005208rem solid rgba(255, 255, 255, 0.23921568627450981);
  z-index: 1;
  position: relative;
}

.quality .swiper .tbox .btns .btn:after {
  content: "查看全部产品体系";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.quality .swiper .tbox .btns .btn > span {
  display: block;
}

.quality .swiper .tbox .btns .btn > span,
.quality .swiper .tbox .btns .btn:hover:after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.quality .swiper .tbox .btns .btn:hover {
  cursor: pointer;
  border-bottom: 0.005208rem solid #fff;
}

.quality .swiper .tbox .btns .btn:hover:after {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.quality .swiper .tbox .btns .btn:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.quality .swiper .tbox {
  width: 36%;
  padding: 0 40px 0 0;
  position: absolute;
  top: 5%;
  left: 26%;
}

.quality .swiper .tbox .ename {
  font-size: 18px;
  color: #fff;
  font-family: Lato-Regular;
  text-transform: uppercase;
  padding: 0 0 0 110px;
  margin: 70px 0 40px 0;
  position: relative;
}

.quality .swiper .tbox .ename::before {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  opacity: 0.2;
}

.quality .swiper .tbox .cname {
  font-size: calc(2vw + 6px);
  color: #fff;
  font-weight: bold;
  margin: 0 0 25px 0;
}

.quality .swiper .tbox .cont {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  text-indent: 36px;
  text-align: justify;
  width: 96%;
}

.quality .swiper-pagination-fraction {
  bottom: auto;
  top: 10%;
  left: 17%;
  width: max-content;
  font-family: Lato-Regular;
  font-size: 40px;
  color: #fff;
}

.quality .swiper-pagination-fraction .swiper-pagination-current {
  font-size: 20px;
  color: #fff;
}

.quality .swiper-pagination-fraction .swiper-pagination-total {
  font-size: 40px;
  color: #fff;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
  }
}

@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.cases {
  position: relative;
  padding: 90px 0 0 0;
}

.wp .titledemo {
  padding: 00px 0 30px 0;
  text-align: center;
}

.wp .titledemo .desc {
  font-size: 20px;
  color: #222;
  font-family: "Lato-Regular";
  text-transform: uppercase;
}

.wp .titledemo .title {
  font-size: 46px;
  color: #000;
  font-weight: bold;
  padding: 16px 0;
}

.wp .titledemo .subtitle {
  font-size: 20px;
  color: #222;
}

.wp .titledemo2 {
  text-align: center;
}

.wp .titledemo2 .title {
  font-size: 40px;
  color: #000;
}

.wp .titledemo2 .line {
  width: 60px;
  height: 3px;
  background: #1e40a4;
  display: block;
  margin: 10px auto;
}

.wp .titledemo3 {
  text-align: center;
  padding: 0.5rem 0 0.8rem 0;
}

.wp .titledemo3 .ename {
  font-size: 0.82rem;
  color: #1e40a4;
  font-family: Lato-Regular;
}

.wp .titledemo3 .cname {
  font-size: 0.48rem;
  color: #000;
}

.cases .wp .titledemo .more {
  width: 180px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #b4b4b4;
  border: 1px solid #a8a8a8;
  margin: 30px auto;
  text-decoration: none;
}

.cases .wp .titledemo .more:hover {
  color: #fff;
}

.process .wp .list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 50px 0;
}

.process .wp .list .item {
  position: relative;
  width: calc(100% / 6 - 30px);
  margin: 0 36px 0 0;
  background: #f5f5f5;
  padding: 50px 0 60px 40px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}

.process .wp .list .item:last-child {
  margin: 0;
}

.process .wp .list .item .line {
  display: block;
  margin: 20px 0;
  width: 40px;
  height: 1px;
  background: #dadada;
}

.process .wp .list .item .name {
  font-size: 20px;
  color: #222;
  margin: 0 0 14px 0;
}

.process .wp .list .item .desc {
  font-size: 16px;
  color: #666;
}

.process .wp .list .item .hover_box {
  position: absolute;
  width: 100%;
  height: 100%;
  /* display: flex; */
  justify-content: flex-start;
  flex-direction: column;
  left: 0;
  top: 0;
  display: none;
}

.process .wp .list .item .hover_box .top {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

.process .wp .list .item .hover_box .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process .wp .list .item .hover_box .btm {
  width: 100%;
  height: 50%;
  background: #1e40a4;
  padding: 20px 0 0 20px;
  border-radius: 0 0 15px 15px;
}

.process .wp .list .item .hover_box .btm .name {
  font-size: 20px;
  color: #fff;
  margin: 0 0 6px 0;
}

.process .wp .list .item .hover_box .btm .desc {
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: wrap;
  width: 90%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.process .wp .list .item .hover_box .btm .num {
  color: rgba(255, 255, 255, 0.1);
  font-size: 78px;
  position: absolute;
  bottom: -51px;
  left: 50%;
  transform: translateX(-50%);
}

.process .wp .list .item:hover .hover_box {
  display: flex;
}

.process .wp .list .item:hover .hover_box .top {
  animation: flipInX 1.2s;
}

.process .wp .list .item:hover .hover_box .btm {
  animation: flipInX 1.2s;
}

.exhibition {
  padding: 20px 0 80px 0;
}

.exhibition .wp .wrap {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  align-items: center;
}

.exhibition .wp .wrap .lside .titledemo .title {
  text-align: left;
}

.exhibition .wp .wrap .lside .titledemo .subtitle {
  text-align: left;
}

.exhibition .wp .wrap .rside .btns {
  width: 1.505208rem;
}

.exhibition .wp .wrap .rside .btns .arr,
.exhibition .wp .wrap .rside .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.exhibition .wp .wrap .rside .btns .arr {
  height: 0.958333rem;
  width: 0.958333rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 0.145833rem;
  color: #a1a1a1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.exhibition .wp .wrap .rside .btns .arr i {
  transform: rotate(-90deg);
}

.exhibition .wp .wrap .rside .btns .arr .border {
  height: 0.958333rem;
  width: 0.958333rem;
  border: 0.005208rem dashed #a1a1a1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: turn 10s linear infinite;
  animation: turn 10s linear infinite;
  position: absolute;
}

.exhibition .wp .wrap .rside .btns .arr:before {
  content: "";
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.45s ease-in-out;
  transition: -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  -webkit-transform-origin: center;
  transform-origin: center;
  background-color: rgba(30, 64, 164, 0.8);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 0.958333rem;
  height: 0.958333rem;
  position: absolute;
}

.exhibition .wp .wrap .rside .btns .arr:hover {
  cursor: pointer;
  color: #fff;
}

.exhibition .wp .wrap .rside .btns .arr:hover:before {
  -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
  transform: translate3d(-50%, -50%, 0) scaleX(1);
}

.exhibition .wp .wrap .rside .btns .move {
  -webkit-transform: translateX(-0.0625rem);
  transform: translateX(-0.0625rem);
}

.exhibition .wp .wrap .rside .btns .move .border {
  -webkit-animation: turn 10s linear infinite;
  animation: turn 10s linear infinite;
}

.exhibition .wp .wrap .rside .btns .btn {
  margin-left: 0.104167rem;
  padding-bottom: 0.041667rem;
  font-size: 0.072917rem;
  color: rgba(255, 255, 255, 0.8509803921568627);
  line-height: 0.114583rem;
  font-weight: 400;
  border-bottom: 0.005208rem solid rgba(255, 255, 255, 0.23921568627450981);
  z-index: 1;
  position: relative;
}

.exhibition .wp .wrap .rside .btns .btn:after {
  content: "查看全部产品体系";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}

.exhibition .wp .wrap .rside .btns .btn > span {
  display: block;
}

.exhibition .wp .wrap .rside .btns .btn > span,
.exhibition .wp .wrap .rside .btns .btn:hover:after {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.exhibition .wp .wrap .rside .btns .btn:hover {
  cursor: pointer;
  border-bottom: 0.005208rem solid #fff;
}

.exhibition .wp .wrap .rside .btns .btn:hover:after {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.exhibition .wp .wrap .rside .btns .btn:hover > span {
  opacity: 0;
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}

.exhibition .ex_picbox img {
  transition: all 1.8s;
  max-width: 1480px;
  width: 77%;
  min-width: 1200px;
  display: block;
  margin: 0 auto;
}
.exhibition .swiper .swiper-wrapper {
  padding: 0 0 50px 0;
}
.exhibition .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.exhibition .swiper .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.6);
}
.exhibition .swiper .rightarr {
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 99;
    background: #fff;
    height: 6vw;
    width: 40px;
    border-radius: 5px 0 0 5px;
    transform: translateY(-50%);
}
.exhibition .swiper .leftarr {
    position: absolute;
    left: 0px;
    top: 50%;
    z-index: 99;
    background: #fff;
    height: 6vw;
    width: 40px;
    border-radius: 5px 0 0 5px;
    transform: rotate(180deg) translateY(50%);;
}
/* .exhibition .ex_picbox:hover img {
    max-width: 100%;
    width: 100%;
    transition: all 1.2s;
} */

.index_news {
  /* background: #f8f8f8; */
  padding: 80px 0;
}

.index_news .wp .list {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
}

.index_news .wp .list .item {
  width: calc(100% / 3 - 20px);
  margin: 0 30px 0 0;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.index_news .wp .list .item:last-child {
  margin: 0;
}

.index_news .wp .list .item .pbox {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.index_news .wp .list .item .pbox img {
  transition: all 1.2s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index_news .wp .list .item .pbox:hover img {
  transition: all 1.2s;
  transform: scale(1.09);
}

.index_news .wp .list .item .tbox {
  padding: 20px 30px 30px 30px;
}

.index_news .wp .list .item .tbox .title {
  font-size: 20px;
  color: #000;
  margin: 0 0 6px 0;
}

.index_news .wp .list .item .tbox .cont {
  font-size: 16px;
  color: #6666;
  margin: 10px 0 20px 0;
}

.index_news .wp .list .item .tbox .date {
  font-size: 14px;
  color: #666;
  font-family: Lato-Reular;
}

footer {
  background: #111;
}

footer .wp .wrap {
  padding: 80px 0 140px 0;
  display: flex;
  justify-content: space-between;
}

footer .wp .wrap .lside {
  width: 65%;
}

footer .wp .wrap .lside .btm_nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

footer .wp .wrap .lside .btm_nav li {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

footer .wp .wrap .lside .btm_nav li .btm_sub_nav {
  font-size: 16px;
  color: #868585;
  margin: 0 0 10px 0;
  text-decoration: none;
}

footer .wp .wrap .lside .btm_nav li .top_nav {
  font-size: 18px;
  color: #fff;
  margin: 0 0 30px 0;
}

footer .wp .wrap .rside {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

footer .wp .wrap .rside .name {
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px 0;
}

footer .wp .wrap .rside .phone {
  font-size: 36px;
  color: #fff;
  font-family: Lato-Regular;
  margin: 0 0 8px 0;
  font-weight: bold;
}

footer .wp .wrap .rside .qrcode {
  width: 120px;
  text-align: right;
}

footer .infobar p {
  color: #868585;
  text-align: right;
  padding: 0 0 30px 0;
}

footer .infobar p a {
  text-decoration: none;
  color: #868585;
}

.crumb {
  height: 100px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
}

.crumb::before {
  content: "";
  width: 300px;
  height: 3px;
  background: #1e40a4;
  bottom: -1px;
  left: 0;
  position: absolute;
}

.crumb .wp {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.crumb .wp .catelist {
  display: flex;
  justify-content: flex-start;
}

.crumb .wp .catelist .cate {
  font-size: 16px;
  color: #000;
  padding: 0 20px;
  border-right: 2px solid #000;
}

.crumb .wp .catelist .active {
  color: #1e40a4;
}

.crumb .wp .catelist .cate:last-child {
  border-right: 0;
}

.crumb .wp .backgo a {
  color: #000;
  font-size: 16px;
  position: relative;
}

.crumb .wp .backgo a::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../image/arrow-up.png) no-repeat center;
  position: absolute;
  right: -20px;
  top: 5px;
}

.about {
  padding: 0 0 50px 0;
}

.about .wp .title {
  font-size: 40px;
  color: #000;
  padding: 80px 0 0 0;
  position: relative;
  margin: 0 0 20px 0;
}

.about .wp .title::after {
  content: "";
  width: 59px;
  height: 3px;
  background-color: #1e40a4;
  position: absolute;
  left: 0%;
  bottom: -16px;
}

.about .wp .wrap {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: flex-start;
  padding: 0 0 40px 0;
}

.about .wp .wrap .lside {
  width: 50%;
  padding: 60px 40px 0 0;
}

.about .wp .wrap .lside .cont {
  font-size: 16px;
  color: #000;
  line-height: 34px;
  text-indent: 32px;
}

.about .wp .wrap .rside {
  width: 50%;
  overflow: hidden;
}

.about .wp .wrap .rside img {
  max-width: 100%;
  max-height: 100%;
}

.about .wp .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.about .wp .list .item {
  width: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
  overflow: hidden;
}

.about .wp .list .item:nth-child(3n) {
  margin: 0 0 15px 0;
  overflow: hidden;
}

.about .wp .list .item img {
  transition: all 1.2s;
}

.about .wp .list .item:hover img {
  transition: all 1.2s;
  transform: scale(1.058);
}

.wp .titledemo4 {
  padding: 1rem 0 0.5rem 0;
}

.wp .titledemo4 .title {
  font-size: 0.6rem;
  color: #000;
  text-align: center;
}

.wp .titledemo4 .subtitle {
  font-size: 0.46rem;
  color: #000;
  text-align: center;
}

.abouttf {
  padding: 0 0 1.3rem 0;
}

.abouttf .wp .cont {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.34rem;
  text-indent: 0.36rem;
}

.abouttf .wp .wrap {
  display: flex;
  justify-content: space-between;
}

.abouttf .wp .wrap .lside {
  max-width: 49%;
}

.abouttf .wp .wrap .rside {
  max-width: 49%;
}

.certifi {
  background: #f8f8f8;
  padding: 0 0 50px 0;
}

.certifi .wp .titledemo2 {
  padding: 80px 0 40px 0;
}

.certifi .swiper .swiper-slide {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}

.honor {
  background: #f1f1f1;
  padding: 0 0 1rem 0;
}

.honor .swiper .swiper-wrapper {
  padding: 0 0 0.6rem 0;
}

.honor .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.honor .swiper .swiper-wrapper .swiper-slide > div {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.1rem;
  margin: 0 0 0.15rem 0;
  min-height: 180px;
}

.honor .swiper .swiper-wrapper .swiper-slide img {
  max-width: 90%;
  height: 90%;
  object-fit: contain;
}

.honor .swiper .swiper-wrapper .swiper-slide p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.honor .swiper-scrollbar-drag {
  background-color: #1e40a4;
}

.teampower .teampic {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.teampower .cont {
  font-size: 0.25rem;
  color: #000;
  line-height: 0.6rem;
  text-align: center;
  margin: 0.84rem 0 1.3rem 0;
}

.showexhibi .wp .titledemo2 {
  padding: 80px 0 30px 0;
}

.company-adv {
  background: #f1f1f1;
  padding: 0 0 1.1rem 0;
}

.company-adv .wp .list {
  display: flex;
  flex-direction: row;
}

.company-adv .wp .list .item {
  width: calc(100% / 4 - 10px);
  margin: 0 15px 0 0;
}

.company-adv .wp .list .item:nth-child(2) {
  margin: 0.7rem 15px 0 0;
}

.company-adv .wp .list .item:last-child {
  margin: 0.7rem 0 0 0;
}

.company-adv .wp .list .item .pbox {
  width: 100%;
  height: 2.3rem;
  overflow: hidden;
}

.company-adv .wp .list .item .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-adv .wp .list .item .tbox {
  background: #fff;
  padding: 0.4rem 0.2rem 0.6rem;
}

.company-adv .wp .list .item .tbox .title {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.company-adv .wp .list .item .tbox .line {
  width: 0.36rem;
  height: 3px;
  background: #1e40a4;
  margin: 0.2rem auto;
  display: block;
}

.company-adv .wp .list .item .tbox .cont {
  font-size: 0.18rem;
  color: #000;
  line-height: 0.3rem;
  justify-content: center;
}

.partner {
  padding: 0 0 1rem 0;
}

.partner .wp .list {
  display: flex;
  flex-wrap: wrap;
}

.partner .wp .list .item {
  width: calc(100% / 5 - 10px);
  margin: 0 12px 12px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner .wp .list .item:nth-child(5n) {
  margin: 0 0 12px 0;
}

.partner .wp .list .item img {
  max-width: 100%;
}

.contact {
  background: #f8f8f8;
}

.contact .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 50px 0;
}

.contact .wp .wrap .title {
  font-size: 40px;
  color: #000;
  position: relative;
  margin: 0 0 20px 0;
  width: 40%;
}

.contact .wp .wrap .title::after {
  content: "";
  width: 59px;
  height: 3px;
  background-color: #1e40a4;
  position: absolute;
  left: 0%;
  bottom: -16px;
}

.contact .wp .wrap .cont {
  font-size: 18px;
  color: #333;
  width: 60%;
  line-height: 34px;
}

.contact .wp .list {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 100px 0;
}

.contact .wp .list .item {
  width: calc(100% / 3 - 20px);
  background: #fff;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  padding: 70px 0;
  margin: 0 15px 0 0;
}

.contact .wp .list .item:last-child {
  margin: 0;
}

.contact .wp .list .item .name {
  font-size: 18px;
  color: #000;
  margin: 20px 0 10px 0;
}

.contact .wp .list .item .desc {
  font-size: 16px;
  color: #000;
  font-family: Lato-Regular;
}

#map {
  height: 540px;
  width: 100%;
}

.newscenter {
  background-color: #f8f8f8;
}

.newscenter .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 50px 0;
}

.newscenter .wp .wrap .title {
  font-size: 40px;
  color: #000;
  position: relative;
  margin: 0 0 20px 0;
  width: 40%;
}

.newscenter .wp .wrap .title::after {
  content: "";
  width: 59px;
  height: 3px;
  background-color: #1e40a4;
  position: absolute;
  left: 0%;
  bottom: -16px;
}

.newscenter .wp .wrap .cont {
  font-size: 18px;
  color: #333;
  width: 60%;
  line-height: 34px;
}

.newscenter .wp .hotnews {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 100px 0;
}

.newscenter .wp .hotnews .pbox {
  width: 50%;
  overflow: hidden;
}

.newscenter .wp .hotnews .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}

.newscenter .wp .hotnews .pbox:hover img {
  transition: all 1.2s;
  transform: scale(1.08);
}

.newscenter .wp .hotnews .tbox {
  width: 50%;
  padding: 0 30px 0 50px;
  background: #fff;
}

.newscenter .wp .hotnews .tbox .name {
  font-size: 22px;
  color: #222;
  padding: 60px 0;
}

.newscenter .wp .hotnews .tbox .date {
  font-size: 16px;
  color: #222;
  font-family: Lato-Regular;
}

.newscenter .wp .hotnews .tbox .line {
  width: 34px;
  background: #1e40a4;
  height: 2px;
  display: block;
  margin: 20px 0 47px 0;
}

.newscenter .wp .hotnews .tbox .cont {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  margin: 0 0 30px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newscenter .wp .hotnews .tbox .more {
  width: 180px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: #1e40a4;
}

.newslist {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.newslist .item {
  border-bottom: 1px solid #ebebeb;
  transition: all 0.2s;
}

.newslist .item .wp {
  height: auto;
  overflow: auto;
  padding: 90px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.newslist .item .wp > div {
  display: flex;
  justify-content: flex-start;
}

.newslist .item .wp .date {
  margin: 0 180px 0 0;
  position: relative;
}

.newslist .item .wp .date .mon {
  font-size: 60px;
  font-family: Lato-Regular;
  color: #1e40a4;
}

.newslist .item .wp .date .day {
  font-size: 20px;
  color: #222;
  position: absolute;
  right: -40px;
  top: 15px;
}

.newslist .item .wp .cont {
  font-size: 22px;
  color: #222;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 12px 0 0 0px;
}

.newslist .item .wp .cor {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  font-size: 22px;
  color: #000;
}

.newslist .active {
  background: #1e40a4;
}

.newslist .active .wp .date .mon {
  color: #fff;
}

.newslist .active .wp .date .day {
  color: #fff;
}

.newslist .active .wp .cont {
  color: #fff;
}

.newslist .active .wp .cor {
  border: none;
  background: #fff;
  color: #1e40a4;
}

/* 新闻详情 */

.newsdetail-show {
  padding: 50px 0;
}

.newsdetail-show .wp .detailtitle {
  font-size: 29px;
  color: #333;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: bold;
}

.newsdetail-show .wp .desc {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #cdcdcd;
  text-align: center;
}

.newsdetail-show .wp .desc .time {
  font-size: 16px;
  font-weight: 400px;
  color: #999999;
  display: inline-block;
  text-align: center;
  margin: 20px 30px 20px 0;
}

.newsdetail-show .wp .desc .read {
  font-size: 16px;
  font-weight: 400px;
  color: #999999;
  display: inline-block;
  text-align: center;
}

.newsdetail-show .wp .detailcontent {
  padding: 0 30px 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.newsdetail-show .wp .detailcontent img {
  max-width: 100%;
  display: block;
  margin: 10px auto;
}

.newsdetail-show .wp .detailcontent p {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  line-height: 36px;
  text-indent: 32px;
  margin: 30px 0;
}

.wp .prevnext {
  max-width: 1200px;
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-top: 1px solid #cdcdcd;
  padding: 10px 0 0 0;
}

.wp .prevnext .prev,
.next {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wp .prevnext .next {
  text-align: right;
}

.cases .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 50px 0;
}

.cases .wp .wrap .title {
  font-size: 40px;
  color: #000;
  position: relative;
  margin: 0 0 20px 0;
  width: 40%;
}

.cases .wp .wrap .title::after {
  content: "";
  width: 59px;
  height: 3px;
  background-color: #1e40a4;
  position: absolute;
  left: 0%;
  bottom: -16px;
}

.cases .wp .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.cases .wp .list .item {
  width: calc(100% / 3 - 32px);
  margin: 0 24px 24px 0;
  overflow: hidden;
}

.cases .wp .list .item:nth-child(3n) {
  margin: 0 0 24px 0;
}

.cases .wp .list .item .picbox {
  overflow: hidden;
}

.cases .wp .list .item .picbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}

.cases .wp .list .item .picbox:hover img {
  transform: scale(1.08);
  transition: all 1.2s;
}

.cases .wp .list .item p {
  font-size: 15px;
  color: #000;
  padding: 0.1rem 0;
  text-align: center;
}

.tech .intro {
  background: #f8f8f8;
}

.tech .intro .wp .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 50px 0;
}

.tech .intro .wp .wrap .title {
  font-size: 40px;
  color: #000;
  position: relative;
  margin: 0 0 20px 0;
  width: 40%;
}

.tech .intro .wp .wrap .title::after {
  content: "";
  width: 59px;
  height: 3px;
  background-color: #1e40a4;
  position: absolute;
  left: 0%;
  bottom: -16px;
}

.tech .intro .wp .list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 50px 0;
}

.tech .intro .wp .list .item {
  width: calc(100% / 2 - 20px);
  margin: 0 20px 0 0;
  overflow: hidden;
}

.tech .intro .wp .list .item:last-child {
  margin: 0;
}

.tech .intro .wp .list .item .pbox {
  width: 100%;
  height: 360px;
  overflow: hidden;
}

.tech .intro .wp .list .item .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}

.tech .intro .wp .list .item .pbox:hover img {
  transition: all 1.2s;
  transform: scale(1.08);
}

.tech .intro .wp .list .item .tbox {
  background: #fff;
  padding: 35px 30px;
}

.tech .intro .wp .list .item .tbox .name {
  font-size: 26px;
  color: #000;
}

.tech .intro .wp .list .item .tbox .desc {
  font-size: 18px;
  color: #000;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 102px;
}

.tech .install {
  padding: 70px 0;
}

.tech .install .titledemo2 {
  padding: 0 0 50px 0;
}

.tech .install .wp {
  width: 90%;
  padding: 0 5%;
  max-width: 100%;
}

.tech .install .wp .step {
  display: flex;
  justify-content: center;
}

.tech .install .wp .step .item {
  border-left: 1px solid #989db6;
  /* flex-grow: 1; */
  padding: 0 0 0 30px;
}

.tech .install .wp .step .item .num {
  font-size: 20px;
  color: #1e40a4;
  font-weight: bold;
  font-family: Lato-Regular;
  margin: 0 0 20px 0;
  display: block;
}

.tech .install .wp .step .item .cont {
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin: 0 0 40px 0;
  max-width: 80%;
}

.tech .install .wp .step .item img {
  width: 138px;
  height: 74px;
}

.tech .install .wp .centerline {
  width: 100%;
  background: #cecece;
  height: 1px;
  margin: 25px 0 30px 0;
}

.tech .install .wp .step2 {
  max-width: 100%;
  padding: 0 0 0 10%;
}

.tech .install .wp .step2 .item .cont {
  margin: 0;
}

.tech .install .wp .step2 .item img {
  margin: 0 0 30px 0;
}

.mosaic {
  background: #f8f8f8;
  padding: 72px 0 120px 0;
}

.mosaic .wp .titledemo2 {
  padding: 0 0 60px 0;
}

.mosaic .wp .list {
  display: flex;
  flex-wrap: wrap;
}

.mosaic .wp .list .item {
  width: calc(100% / 3);
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
}

.mosaic .wp .list .item .pbox {
  width: 50%;
  height: 230px;
  overflow: hidden;
}

.mosaic .wp .list .item .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}

.mosaic .wp .list .item .pbox:hover img {
  transition: all 1.2s;
  transform: scale(1.08);
}

.mosaic .wp .list .item .tbox {
  width: 50%;
  padding: 0 10px;
  background: #fff;
}

.mosaic .wp .list .item .tbox .num {
  font-size: 20px;
  color: #1e40a4;
  font-weight: bold;
  font-family: Lato-Regular;
  padding: 15px 0 0 0;
}

.mosaic .wp .list .item .tbox .name {
  margin: 20px 0;
  font-size: 20px;
  color: #000;
}

.mosaic .wp .list .item .tbox .cont {
  font-size: 16px;
  color: #000;
  line-height: 30px;
}

.mosaic .wp .list .item:nth-child(-n + 3) {
  flex-direction: row;
}

.pro-show {
  padding: 2rem 0;
}

.pro-show .wp .protitle {
  padding: 0 0 0.5rem 0;
}

.pro-show .wp .protitle .title {
  font-size: 0.82rem;
  color: #000;
  text-align: center;
}

.pro-show .wp .protitle .subtitle {
  font-size: 0.48rem;
  color: #000;
  text-align: center;
}

.pro-show .wp .protitle .line {
  display: block;
  margin: 0.25rem auto;
  width: 0.4rem;
  height: 1px;
  background: #1e40a4;
}

.pro-show #showexhibi .swiper-pagination-bullets .swiper-pagination-bullet {
  border-radius: 0;
  border: 0;
  background: #cccccc;
  height: 4px;
  width: 0.5rem;
}

.pro-show
  #showexhibi
  .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #1e40a4;
}

.pro-show .wp .prolist {
  display: flex;
  flex-wrap: wrap;
  max-width: 1220px;
  margin: 0.8rem auto;
}

.pro-show .wp .prolist .item {
  width: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
}

.pro-show .wp .prolist .item:nth-child(3n) {
  margin: 0 0 15px 0;
}

.pro-show .wp .prolist .item .pbox {
  width: calc(100% - 6px);
  border: 3px solid #1e40a4;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
}

.pro-show .wp .prolist .item .pbox img {
  width: 80%;
  height: 80%;
  object-fit: contain;
  transition: all 0.6s;
}

.pro-show .wp .prolist .item .pbox:hover img {
  transition: all 0.6s;
  transform: scale(1.01);
}

.pro-show .wp .prolist .item .name {
  font-size: 0.26rem;
  color: #fff;
  background: #1e40a4;
  padding: 0.15rem 0;
  text-align: center;
  width: calc(100% - 6px);
}

.pro_detail {
  background: #f1f1f1;
}

.pro_detail .wp .wrap {
  display: flex;
  justify-content: space-between;
  padding: 170px 0 110px 0;
}

.pro_detail .wp .wrap .picbox {
  width: 54%;
  height: 600px;
  display: flex;
  align-items: center;
}

.pro_detail .wp .wrap .picbox .swiper1 {
  height: 600px;
  margin: 0 10px 0 0;
  width: 80%;
}

.pro_detail .wp .wrap .picbox .swiper1 .swiper-slide {
  overflow: hidden;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro_detail .wp .wrap .picbox .swiper1 .swiper-slide img {
  max-width: 100%;
  height: 80%;
  object-fit: contain;
}

.pro_detail .wp .wrap .picbox .swiper2 {
  width: 120px;
  height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 0;
  z-index: 0;
  overflow: hidden;
}

.pro_detail .wp .wrap .picbox .swiper2 .up {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.pro_detail .wp .wrap .picbox .swiper2 .down {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.pro_detail .wp .wrap .picbox .swiper2 .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
}

.pro_detail .wp .wrap .picbox .swiper2 .swiper-slide img {
  max-width: 100%;
  height: 70%;
  object-fit: contain;
}

.pro_detail .wp .wrap .tbox {
  width: 41%;
  min-width: 480px;
  height: 600px;
}

.pro_detail .wp .wrap .tbox .name {
  font-size: 30px;
  color: #000;
  font-family: "Lato-Bold";
  font-weight: bold;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #c4c4c4;
}

.pro_detail .wp .wrap .tbox .cont {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}

.pro_detail .wp .wrap .tbox .btnbox {
  display: flex;
  justify-content: flex-start;
  padding: 50px 0;
}

.pro_detail .wp .wrap .tbox .btnbox a {
  width: 222px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  background: rgb(0, 49, 82);
}

.pro_detail .wp .wrap .tbox .btnbox .go_back {
  width: 135px;
  height: 40px;
  border-radius: 20px;
  background: #1e40a4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro_detail .detail_content {
  background: #fff;
  padding: 1rem 0 0 0;
}

.pro_detail .detail_content .appdiagram .apppic {
  display: block;
  margin: 0.1rem auto;
  max-width: 100%;
}

.pro_detail .detail_content .detailpic {
  max-width: 100%;
  margin: 0.2rem auto;
  display: block;
}

.pro_detail .detail_content .wp .process_detail .list {
  display: flex;
  max-width: 1220px;
  margin: 0 auto;
}

.pro_detail .detail_content .wp .process_detail .list .item {
  width: calc(100% / 3 - 20px);
  margin: 0 30px 0 0;
}

.pro_detail .detail_content .wp .process_detail .list .item:last-child {
  margin: 0;
}

.pro_detail .detail_content .wp .process_detail .list .item .pbox {
  overflow: hidden;
  height: 2.2rem;
  width: 100%;
}

.pro_detail .detail_content .wp .process_detail .list .item .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_detail .detail_content .wp .process_detail .list .item .tbox {
  padding: 0.4rem 0.3rem;
  background: #f1f1f1;
  width: 100%;
}

.pro_detail .detail_content .wp .process_detail .list .item .tbox .num {
  font-size: 0.26rem;
  color: #000;
  font-weight: bold;
  margin: 0 0 0.1rem 0;
}

.pro_detail .detail_content .wp .process_detail .list .item .tbox span {
  font-size: 0.22rem;
  color: #000;
}

.pro_detail .detail_content .wp .promaterial {
  max-width: 1200px;
  margin: 1rem auto 0;
}

.pro_detail .detail_content .wp .promaterial .list {
  display: flex;
}

.pro_detail .detail_content .wp .promaterial .list .item {
  width: calc(100 / 2 - 10px);
  margin: 0 20px 0 0;
}

.pro_detail .detail_content .wp .promaterial .list .item:last-child {
  margin: 0;
}

.pro_detail .detail_content .wp .promaterial .list .item .pbox {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}

.pro_detail .detail_content .wp .promaterial .list .item .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pro_detail .detail_content .wp .promaterial .list .item .name {
  font-size: 0.26rem;
  color: #000;
  text-align: center;
  padding: 0.15rem 0;
  background: #f1f1f1;
}

.pro_detail .detail_content .wp .factorystrength {
  max-width: 1220px;
  margin: 1rem auto;
}

.pro_detail .detail_content .wp .factorystrength img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.pro_detail .detail_content .wp .certifibox {
  max-width: 1220px;
  margin: 1rem auto;
}

.pro_detail .detail_content .wp .certifibox img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.pro_detail .detail_content .wp .certifibox .titledemo3 {
  padding: 0.5rem 0 0.2rem 0;
}

.prodlist {
  max-width: 1220px;
  margin: 0 auto;
}

.prodlist .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.prodlist .item {
  width: calc(100% / 6 - 10px);
  margin: 0 12px 12px 0;
}

.prodlist .item:nth-child(6n) {
  margin: 0 0 12px 0;
}

.prodlist .item .pbox {
  height: 206px;
  width: 100%;
  overflow: hidden;
}

.prodlist .item .pbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}

.prodlist .item .pbox:hover img {
  transition: all 1.2s;
  transform: scale(1.08);
}

.prodlist .item .name {
  font-size: 16px;
  color: #000;
  text-align: center;
  padding: 15px 0;
}

.pro-cate {
  padding: 1.6rem 0;
}

.pro-cate .wp .catelist {
  display: flex;
  flex-wrap: wrap;
}

.pro-cate .wp .catelist .cate {
  width: calc(100% / 3 - 10px);
  margin: 0 15px 15px 0;
}

.pro-cate .wp .catelist .cate:nth-child(3n) {
  margin: 0 0 15px 0;
}

.pro-cate .wp .catelist .cate .box {
  width: 100%;
  height: 4.3rem;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
}

.pro-cate .wp .catelist .cate .box .plogo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.pro-cate .wp .catelist .cate .box .catepic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.pro-cate .wp .catelist .cate:hover .box .catepic {
  transition: all 0.6s;
  transform: scale(1.02);
}

.pro-cate .wp .catelist .cate .name {
  font-size: 0.3rem;
  color: #000;
  text-align: left;
  padding: 0.15rem 0;
}

@media (max-width: 1366px) {
  .mosaic .wp .list .item .tbox .cont {
    font-size: 14px;
    line-height: 22px;
  }
  .process .wp .list .item .name {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
  .process .wp .list .item {
    width: calc(100% / 6 - 20px);
    margin: 0 24px 0 0;
  }
  .process .wp .list .item .desc {
    font-size: 14px;
  }
  .wp {
    min-width: 1150px;
    width: 96%;
    padding: 0 2%;
  }
  .exhibition .wp {
    width: 77%;
    min-width: 1000px;
  }
  .exhibition .ex_picbox img {
    width: 77%;
    min-width: 1000px;
  }
  .quality .swiper .tbox {
    top: 5%;
    width: 45%;
  }
  .quality .swiper .tbox .ename {
    margin: 43px 0 20px 0;
  }
  .quality .swiper .tbox .cont {
    font-size: 15px;
    line-height: 28px;
  }
}
