/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*分页结束*/
.noData {
  text-align: center;
  font-size: 16px;
  line-height: 200px
}

/* 重置 */
.page {
  background: none;
  width: 1275px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

* {
  font-family: 思源黑体 !important;
}

.met-img .widget:hover .cover-title {
  background-color: #14437a;
}

/* 头部 */
#head {
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 200;
  background: #fff;
}

#top {
  height: 95px;
}

#head .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page .logo {
  width: 30%;
}
.page .logo img {
  width: 100%;
}
#head .hearNav {
  width: 70%;
}

#head .hearNav ul {
  display: flex;
  justify-content: space-between;
}

#head .hearNav ul li a {
  font-size: 16px;
  color: #333;
}

#head .hearNav ul li a.active {
  color: #194f8e;
}

/* 标题 */
.title {
  text-align: center;
}

.title h2 {
  font-size: 35px;
  color: #ccc;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}

.title h3 {
  font-size: 35px;
  color: #194f8e;
  font-weight: bold;
}

/* 首页关于我们 */
.part1 {
  padding: 95px 0;
}

.part1Main {
  margin-top: 40px;
}

.part1Main .desc {
  font-size: 15px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.part1Main .img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.part1Main .img img {
  width: 33%;
}

.part1Main .more {
  width: 160px;
  height: 50px;
  background: #194f8e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 17px;
}

/* 首页产品中心 */
.part2 {
  margin-bottom: 80px;
}

.part2Main {
  margin-top: 50px;
}

.part2Main ul {
  display: flex;
  flex-wrap: wrap;
}

.part2Main ul li {
  width: 19%;
  margin-right: 1.2%;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
  margin-bottom: 20px;
}

.part2Main ul li:nth-child(5n) {
  margin-right: 0;
}

.part2Main ul li .img a img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.part2Main ul li .con {
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e0dfdf;
}

.part2Main ul li .con h4 {
  font-size: 15px;
  color: #666;
}

/* 优势 */
.part3 {
  background: url(/public/image/bg01.jpg) no-repeat;
  padding: 80px 0;
}

.part3 .title {
  background: url(/public/image/bg01.png) no-repeat;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.part3Main {
  background: #fff;
}

.part3Main ul {
  display: flex;
}

.part3Main ul:nth-child(2n) {
  flex-direction: row-reverse;
}

.part3Main ul li {
  width: 50%;
  height: 277px;
  overflow: hidden;
}

.part3Main ul li.left {
  padding: 0 60px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.part3Main ul li.left .part3Tit img {
  margin-right: 15px;
  width: 53px;
}

.part3Main ul li.left .part3Tit h3 {
  display: block;
  width: 87.6%;
  color: #333;
  font-size: 25px;
  font-weight: bold;
}

.part3Main ul li.left .con {
  width: 87.6%;
  margin-left: auto;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 15px;
}

.part3Main ul li.left .con p {
  background: url(/public/image/icon02.jpg) no-repeat;
  padding-left: 35px;
  font-size: 15px;
  color: #333;
}

.part3Main ul li.left .part3Tit {
  display: flex;
}

.part3Main ul li.left .part3Tit h3 {
  position: relative;
}

.part3Main ul li.left .part3Tit h3::after {
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  background: url(/public/image/bg02.jpg);
  bottom: 0;
  left: 0;
}

.part3Main ul li.right img {
  width: 100%;
  height: 277px;
  object-fit: cover;
  transition: 0.5s ease all;
}

.part3Main ul li.right:hover img {
  transform: scale(1.09);
}

/* 应用行业 */
.part4 {
  padding: 40px 0;
}

.part4Main {
  margin-top: 45px;
}

.part4Main ul {
  display: flex;
  flex-wrap: wrap;
}

.part4Main ul .part4Item {
  position: relative;
  width: 33%;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
  overflow: hidden;
}

.part4Main ul .part4Item:nth-child(3n) {
  margin-right: 0;
}

.part4Main ul .part4Item .url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, .3);
  color: #fff;
}

/* .part4Main ul .part4Item .url::after {
  content: '';
  width: 94%;
  height: 90%;
  position: absolute;
  border: 1px solid #fff;
  left: 3%;
  top: 5%;
  transition: .7s ease all;
}

.part4Main ul .part4Item .url:hover::after {
  border-radius: 50%;
  transition: .7s ease all;
} */

.part4Main ul .part4Item .url h4 {
  font-size: 23px;
  color: #fff;
  margin-bottom: 15px;
}

.part4Main ul .part4Item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.part4Main ul .part4Item a img {
  transition: 1s ease all;
}

.part4Main ul .part4Item:hover a img {
  transform: rotateY(360deg);
  transition: 1s ease all;
}

.part4Main ul .part4Item>img {
  width: 100%;
  height: 278px;
  object-fit: cover;
  transition: 0.4s ease all;
}

.part4Main ul .part4Item:hover>img {
  transition: 0.4s ease all;
  transform: scale(1.07);
}

/* 定制流程 */
.part5 {
  padding: 40px 0;
}

.part5Main {
  margin-top: 50px;
}

.part5Main ul {
  display: flex;
  justify-content: space-between;
}

.part5Main ul li {
  width: 151px;
  height: 155px;
  overflow: hidden;
}

.part5Main ul li img {
  width: 100%;
  transition: 0.5s ease all;
}

.part5Main ul li:hover img {
  transform: translateY(-155px);
  transition: 0.5s ease all;
}

/* 技术支持 */
.part6 {
  padding: 40px 0 80px;
}

.part6Main {
  display: flex;
  justify-content: space-between;
}

.part6 .left {
  width: 570px;
}

.part6 .title h3 {
  text-align: left;
  margin-bottom: 5px;
}

.part6 .left>p {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
  position: relative;
}

.hengXian {
  height: 1px;
  width: 320px;
  background: #cdcdcd;
  content: '';
  position: absolute;
  right: 0;
}

.part6 .left .hot {
  background: #f8f8f8;
  padding: 38px;
}

.part6 .left .hot span {
  color: #999;
  font-size: 26px;
  margin-bottom: 25px;
}

.part6 .left .hot h4 a {
  font-size: 18px;
  color: #333;
}

.part6 .left .hot h4 {
  margin: 15px 0;
}

.part6 .left .hot .img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.part6 .left .hot .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease all;
}

.part6 .left .hot .img:hover img {
  transition: 0.4s ease all;
  transform: scale(1.07);
}

.part6 .left .hot .desc {
  margin-top: 20px;
  font-size: 15px;
  color: #666;
  line-height: 30px;
}

.part6 .left .hot a.more {
  background: #194f8e;
  color: #fff;
  width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.part6 .right {
  width: 605px;
}

.part6 .right .newsNav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.part6 .right .newsNav li {
  width: 24%;
  border: 1px solid #999;
  height: 50px;
}

.part6 .right .newsNav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.part6 .right .newsNav li.active a {
  color: #fff;
  background: #194f8e;
  box-shadow: 0px 0px 5px #194f8e;
}

.part6Main .right .news .newsList li {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 210.6px;
  border-top: 1px solid #cbcbcb;
  transition: all .2s linear;
}

.part6Main .right .news .newsList li:hover {
  transform: translate3d(0, -2px, 0);
  transition: all .2s linear;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.part6Main .right .news .newsList .itemLeft {
  width: 80%;
}

.part6Main .right .news .newsList .itemLeft h4 {
  margin-bottom: 20px;
}

.part6Main .right .news .newsList .itemLeft h4 a {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.part6Main .right .news .newsList .itemLeft h4 a::after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #333;
  border-radius: 50%;
  content: '';
  left: 0;
}

.part6Main .right .news .newsList .itemLeft span {
  padding-left: 25px;
  line-height: 30px;
  letter-spacing: 1px;
}

.part6Main .right .news .newsList .itemRight .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999;
  font-style: 16px;
}

.part6Main .right .news .newsList .itemRight .time i {
  font-style: inherit;
  font-size: 26px;
}

/* 底部 */
#foot {
  background: #14437a;
  padding-top: 60px;
}

#foot .footTop {
  display: flex;
  justify-content: space-between;
}

#foot .footTop h2 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

#foot .footTop .menu {
  width: 32%;
}

#foot .footTop .contact {
  width: 26%;
}

#foot .footTop .ewm {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#foot .footTop .menu ul {
  display: flex;
  flex-wrap: wrap;
}

#foot .footTop .menu ul li {
  width: 25%;
  margin-top: 40px;
}

#foot .footTop .menu ul li a {
  color: #fff;
  font-size: 14px;
}

#foot .footTop .contact .contactCon {
  margin-top: 40px;
  color: #fff;
}

#foot .footTop .contact .contactCon p {
  margin-bottom: 15px;
}

#foot .footTop .ewm span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

#foot .footTop .ewm span img {
  width: 123px;
  height: 123px;
  margin-bottom: 25px;
}

.footBot {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  height: 50px;
}

.footBot a {
  color: #fff;
}

/* 内部导航 */
.metNav {
  padding-top: 80px;
  padding-bottom: 25px;
}

.metNav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.metNav ul .metNav_item {
  width: 30%;
  height: 50px;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  margin-bottom: 30px;
  margin-right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.metNav ul .metNav_item.active,
.metNav ul .metNav_item:hover {
  background: #194f8e;
}

.metNav ul .metNav_item.active a,
.metNav ul .metNav_item:hover a {
  color: #fff;
}

.metNav ul .metNav_item:nth-child(3n) {
  margin-right: 0;
}

.metNav ul .metNav_item a {
  font-size: 16px;
  color: #333;
}

/* 产品 */
.metProduct {
  padding-bottom: 50px;
}

.metProduct>ul {
  display: flex;
  flex-wrap: wrap;
}

.proItem {
  width: 19%;
  margin-right: 1.2%;
  box-shadow: 0 0px 10px 0px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}

.proItem:nth-child(5n) {
  margin-right: 0;
}

.proItem .img a img {
  width: 100%;
  height: 215px;
  object-fit: cover;
}

.proItem .con {
  height: 50px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e0dfdf;
}

/* 简介 */
.met-show-body {
  background: #fff;
  padding-bottom: 120px;
}

/* 文章 */
.met-news {
  background: #fff;
}

.met-news .newsItem {
  display: flex;
  justify-content: space-between;
  padding-bottom: 38px;
  margin-bottom: 38px;
  border-bottom: 2px solid #dddddd;
}

.met-news .newsItem .img {
  width: 26%;
  height: 214px;
  overflow: hidden;
}

.met-news .newsItem .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease all;
}

.met-news .newsItem:hover .img img {
  transition: 0.4s ease all;
  transform: scale(1.07);
}

.met-news .newsItem .con {
  width: 72%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.met-news .newsItem .con h4 {
  margin-bottom: 15px;
}

.met-news .newsItem .con h4 a {
  font-size: 20px;
  color: #333;
}

.met-news .newsItem:hover .con h4 a {
  color: #194f8e;
}

.met-news .newsItem .con span {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  margin-bottom: 20px;
  height: 105px;
}

.met-news .newsItem .con .tiem {
  font-size: 16px;
  color: #a3afb7;
}

.met-news .newsItem .con i {
  margin: 0 3px;
}

/* 产品详情 */
.met-showproduct-head .page {
  display: flex;
}

.met-showproduct-body .page {
  display: flex;
  justify-content: space-between;
}

.met-showproduct-body .page .left {
  width: 25%;
  background: #fff;
  padding: 20px;
}

.met-showproduct-body .page h3 {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4eaec;
}

.met-showproduct-body .page .left .showPro_Item {
  margin-bottom: 20px;
}

.met-showproduct-body .page .left .showPro_Item .img {
  width: 100%;
}

.met-showproduct-body .page .left .showPro_Item .img a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.met-showproduct-body .page .left .showPro_Item .img img {
  max-width: 100%;
}

.met-showproduct-body .page .left .showPro_Item h4 {
  text-align: center;
  margin-top: 10px;
}

.met-showproduct-body .page .left .showPro_Item h4 a {
  font-size: 14px;
  color: #5e7387;
}

.met-showproduct-body .page .right {
  background: #fff;
  width: 73%;
  padding: 20px;
}

.met-showproduct-body .page .right .showPro_con {
  padding: 20px;
}

/* 图片 */
.met-img {
  background: #fff;
}

.met-img .widget a img {
  height: 200px;
  object-fit: contain;
}

/* .part6 .right .newsNav li {
  position: relative;
  overflow: hidden;
}

.part6 .right .newsNav li span {
  position: absolute;
  display: block;
}

.part6 .right .newsNav li span:nth-child(2) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #194f8e);
  animation: btn-anim1 1s linear infinite;
  line-height: 50px;
}

.part6 .right .newsNav li span:nth-child(3) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #194f8e);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s;
}

.part6 .right .newsNav li span:nth-child(4) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #194f8e);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s;
}

.part6 .right .newsNav li span:nth-child(5) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #194f8e);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,
  100% {
    left: 100%;
  }
}


@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,
  100% {
    top: 100%;
  }
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,
  100% {
    right: 100%;
  }
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,
  100% {
    bottom: 100%;
  }
} */
/* 客服 */
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.client-2 {
  position: absolute;
  right: -170px;
  top: 0;
  z-index: 900
}

.client-2 li {
  margin-top: 1px;
  clear: both;
  height: 71px;
  position: relative
}

.client-2 .my-kefu-main {
  background: #194f8e;
  width: 97px;
  height: 68px;
  position: relative;
  padding: 9px 0 6px;
  float: left
}

.client-2 .my-kefu-left {
  float: left;
  width: 77px;
  height: 47px;
  position: relative
}

.client-2 li a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word
}

.client-2 .my-kefu-qq i {
  background-position: 4px 5px
}

.client-2 li i {
  background: url(/public/image/fx.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  display: block;
  width: 30px;
  height: 27px;
  margin: 0px auto;
  text-align: center;
  font-style: normal
}

.client-2 li p {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-align: center;
  color: #fff
}

.client-2 .my-kefu-right {
  width: 20px
}

.client-2 .my-kefu-tel-main {
  background: #194f8e;
  color: #fff;
  height: 68px;
  width: 247px;
  padding: 9px 0 6px;
  float: left
}

.client-2 .my-kefu-tel-right {
  font-size: 16px;
  color: #fff;
  float: left;
  height: 24px;
  line-height: 22px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  margin-top: 14px
}

.client-2 .my-kefu-weixin i {
  background-position: -34px 4px
}

.client-2 .my-kefu-weixin-pic {
  position: absolute;
  left: -130px;
  top: -24px;
  display: none;
  z-index: 333
}

.my-kefu-weixin-pic img {
  width: 115px;
  height: 115px
}

.client-2 .my-kefu-ftop i {
  width: 33px;
  height: 35px;
  background-position: -27px -51px
}

.client-2 .my-kefu-tel i {
  background-position: 0 -21px
}

.client-2 .my-kefu-liuyan i {
  background-position: 4px -53px
}

.kefu_main {
  position: fixed;
  top: 50%;
  z-index: 900;
  right: 0;
  width: 70px;
  height: 70px;
}