.bk {
  cursor: pointer;
  position: relative;
}
.bk:after,
.bk:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px transparent solid;
  width: 0;
  height: 0;
  box-sizing: border-box;
}
.bk:after {
  left: 0;
  top: 0;
  transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}
.bk:before {
  right: 0;
  bottom: 0;
  transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in 0s;
}
.bk:hover:after,
.bk:hover:before {
  height: 100%;
  width: 100%;
}
.bk:hover:after {
  border-right-color: #006ebb;
  border-top-color: #006ebb;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #006ebb;
  border-bottom-color: #006ebb;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.pro {
  margin: 84px 0 0;
  overflow: hidden;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  height: 35px;
}
.pro .box .top .zm {
  font-family: Arial;
  font-size: 43px;
  font-weight: 1000;
  line-height: 35px;
  color: #363636;
}
.pro .box .top .zm span {
  font-family: Arial;
  font-size: 43px;
  font-weight: 1000;
  color: #4d81d5;
}
.pro .box .top .zm i {
  font-family: Arial;
  font-size: 24px;
  color: #363636;
  line-height: 35px;
}
.pro .box .top .zm b {
  color: #006ebb;
  font-weight: normal;
}
.pro .box .top h3 {
  font-size: 26px;
  color: #1e1e1e;
  line-height: 24px;
  letter-spacing: 10px;
  margin: 10px 0 0;
}
.pro .box .more {
  display: block;
  font-size: 12px;
  color: #006ebb;
  line-height: 35px;
  position: relative;
}
.pro .box .more::before {
  content: "";
  display: block;
  width: 439px;
  height: 12px;
  position: absolute;
  background: url(../images/more3.png) no-repeat center;
  top: 11px;
  left: -34px;
  z-index: -1;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 0;
  height: 871px;
}
.pro .warp .z1 {
  width: 360px;
  margin: 91px 0 0;
}
.pro .warp .z1 .list {
  height: 475px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: -30px;
}
.pro .warp .z1 .list li {
  height: 75px;
  width: 400px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  padding-left: 67px;
  position: relative;
  z-index: 50;
}
.pro .warp .z1 .list li::after {
  content: "";
  display: block;
  width: 450px;
  height: 0;
  position: absolute;
  top: -17px;
  left: -55px;
  background: #e7e7e7;
  border-radius: 0px 45px 45px 0px;
  z-index: -1;
  display: none;
}
.pro .warp .z1 .list li::before {
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: 13px;
  left: 0;
  border-radius: 5px;
  z-index: 50;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .z1 .list li .cond {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .z1 .list li p {
  font-size: 12px;
  color: #b6b6b6;
  line-height: 9px;
  margin: 2px 0 0;
}
.pro .warp .z1 .list li .more {
  display: block;
  width: 18px;
  height: 52px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 5px;
  right: -45px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .z1 .list li:hover::after {
  height: 90px;
}
.pro .warp .z1 .list li:nth-child(1)::before {
  background: #e7e7e7 url(../images/p1.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(1):hover::before {
  background: #006ebb url(../images/p1s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(2)::before {
  background: #006ebb url(../images/p2s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(2)::after {
  height: 90px;
}
.pro .warp .z1 .list li:nth-child(3)::before {
  background: #e7e7e7 url(../images/p3.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(3):hover::before {
  background: #006ebb url(../images/p3s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(4)::before {
  background: #e7e7e7 url(../images/p4.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(4):hover::before {
  background: #006ebb url(../images/p4s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(5)::before {
  background: #e7e7e7 url(../images/p1.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(5):hover::before {
  background: #006ebb url(../images/p1s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(6)::before {
  background: #e7e7e7 url(../images/p2.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(6):hover::before {
  background: #006ebb url(../images/p3s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(7)::before {
  background: #e7e7e7 url(../images/p4.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(7):hover::before {
  background: #006ebb url(../images/p4s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(8)::before {
  background: #e7e7e7 url(../images/p1.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(8):hover::before {
  background: #006ebb url(../images/p1s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(9)::before {
  background: #e7e7e7 url(../images/p2.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(9):hover::before {
  background: #006ebb url(../images/p2s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(10)::before {
  background: #e7e7e7 url(../images/p3.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(10):hover::before {
  background: #006ebb url(../images/p3s.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(11)::before {
  background: #e7e7e7 url(../images/p4.png) no-repeat center;
}
.pro .warp .z1 .list li:nth-child(11):hover::before {
  background: #006ebb url(../images/p4s.png) no-repeat center;
}
.pro .warp .z1 .dec {
  width: 387px;
  height: 299px;
  background: url(../images/dec.png) no-repeat center;
  margin: 21px 0 0 -97px;
  position: relative;
  display: none;
}
.pro .warp .z1 .dec p {
  font-size: 18px;
  color: #006ebb;
  line-height: 36px;
  writing-mode: tb-rl;
  text-align: top;
  font-weight: bold;
  margin: 26px 0 0 250px;
  letter-spacing: 2px;
}
.pro .warp .z1 .dec .ha {
  font-size: 12px;
  color: #bcbcbc;
  line-height: 10px;
  position: absolute;
  top: 151px;
  left: 201px;
}
.pro .warp .z1 .dec .num {
  padding: 0 0 0 58px;
  box-sizing: border-box;
  margin: 75px 0 0 102px;
  background: url(../images/tel2.png) no-repeat center left;
}
.pro .warp .z1 .dec .num span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 15px;
}
.pro .warp .z1 .dec .num i {
  display: block;
  font-size: 25px;
  color: #fff;
  line-height: 19px;
  margin: 12px 0 0;
}
.pro .warp .z1 .hao {
  font-size: 12px;
  color: #d2d2d2;
  letter-spacing: 28px;
  width: 900px;
  margin: 62px 0 0 -495px;
  display: none;
}
.pro .warp .y1 {
  width: 875px;
}
.pro .warp .y1 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .warp .y1 .list li {
  width: 272px;
  height: 259px;
  border: 1px solid #e4e4e4;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 0 21px 0;
}
.pro .warp .y1 .list li .img {
  display: block;
  width: 100%;
  height: 201px;
  overflow: hidden;
}
.pro .warp .y1 .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .y1 .list li .img img:hover {
  transform: scale(1.1);
}
.pro .warp .y1 .list li .text {
  height: 50px;
  width: 100%;
  padding: 0 40px 0 0;
  box-sizing: border-box;
  position: relative;
}
.pro .warp .y1 .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #656565;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .y1 .list li .text .more {
  display: block;
  width: 25px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 8px;
}
.pro .warp .y1 .list li:hover .text .cond {
  color: #006ebb;
}
.adv {
  height: 757px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin: 42px 0 0;
  overflow: hidden;
}
.adv .contents {
  position: relative;
}
.adv .advlist {
  margin: 0 -100px 0 0;
  position: relative;
}
.adv .advlist .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.adv .advlist .swiper-slide .plaet {
  width: 510px;
  margin: 372px 0 0;
  position: relative;
}
.adv .advlist .swiper-slide .plaet .cond {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
}
.adv .advlist .swiper-slide .plaet .zm {
  font-size: 19px;
  color: #fff;
  line-height: 20px;
  margin: 11px 0 0;
}
.adv .advlist .swiper-slide .plaet p {
  font-size: 16px;
  color: #d8e6f8;
  line-height: 32px;
  margin: 30px 0 0;
}
.adv .advlist .swiper-slide .plaet .num {
  font-size: 19px;
  color: #fff;
  line-height: 15px;
  position: absolute;
  top: -70px;
  right: -299px;
  display: none;
}
.adv .advlist .swiper-slide .ys {
  margin: 100px 0 0;
}
.adv .advlist .swiper-pagination {
  width: 105px !important;
  padding: 0 10px;
  box-sizing: border-box;
  left: 87%;
  bottom: -20px;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.adv .advlist .swiper-pagination .swiper-pagination-current {
  font-size: 30px;
  color: #f07b4f;
  line-height: 30px;
  position: relative;
  left: 10px;
}
.adv .advlist .swiper-pagination .swiper-pagination-current::before {
  content: "0";
  display: block;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -17px;
}
.adv .advlist .swiper-pagination .swiper-pagination-total {
  font-size: 19px;
  color: #fff;
  line-height: 30px;
  position: relative;
}
.adv .advlist .swiper-pagination .swiper-pagination-total::before {
  content: "0";
  display: block;
  font-size: 19px;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: -13px;
}
.adv .advlistimg {
  width: 788px;
  height: 134px;
  background: #fff;
  padding: 16px 88px 0;
  box-sizing: border-box;
  position: absolute;
  top: 610px;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(49, 49, 49, 0.19);
}
.adv .advlistimg .swiper-slide .list {
  width: 182px;
  height: 103px;
  position: relative;
}
.adv .advlistimg .swiper-slide .list p {
  width: 182px;
  height: 103px;
  background: rgba(0, 0, 0, 0.7) url(../images/more6.png) no-repeat center top;
  background-position-y: 72px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #f5f5f5;
  line-height: 88px;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .advlistimg .swiper-slide .list:hover p {
  opacity: 1;
}
.adv .advlistimg .swiper-slide-active .list p {
  opacity: 1;
}
.adv .advlistimg .swiper-button-prev {
  width: 33px;
  height: 33px;
  background: url(../images/prev-adv.png) no-repeat center;
  left: 30px;
}
.adv .advlistimg .swiper-button-next {
  width: 33px;
  height: 33px;
  background: url(../images/next-adv.png) no-repeat center;
  right: 25px;
}
.adv .top {
  position: absolute;
  top: 117px;
  left: 0;
  z-index: 50;
}
.adv .top .zm {
  font-size: 43px;
  color: #444;
  line-height: 35px;
  font-weight: 1000;
}
.adv .top .zm i {
  font-family: Arial;
  font-size: 43px;
  color: #006ebb;
  line-height: 35px;
  font-weight: 1000;
}
.adv .top h3 {
  font-size: 26px;
  color: #464646;
  line-height: 26px;
  margin: 12px 0 0;
}
.case {
  margin: 70px 0 0;
  height: 758px;
  background: url(../images/case.jpg) no-repeat center top;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top .zm {
  font-family: Arial;
  font-size: 43px;
  font-weight: 1000;
  line-height: 35px;
  color: #363636;
}
.case .box .top .zm span {
  font-family: Arial;
  font-size: 43px;
  font-weight: 1000;
  color: #4d81d5;
}
.case .box .top .zm i {
  font-family: Arial;
  font-size: 24px;
  color: #363636;
  line-height: 35px;
}
.case .box .top .zm b {
  color: #006ebb;
  font-weight: normal;
}
.case .box .top h3 {
  font-size: 26px;
  color: #1e1e1e;
  line-height: 24px;
  letter-spacing: 10px;
  margin: 10px 0 0;
}
.case .box p {
  /* width: 580px; */
  font-size: 16px;
  color: #1e1e1e;
  line-height: 100px;
  letter-spacing: 6px;
  text-align: right;
  background: url(../images/line1.png) no-repeat center right;
  background-position-y: 70px;
  height: 77px;
  font-weight: bold;
}
.case .warp {
  margin: 45px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.case .warp .z1 {
  width: 670px;
  height: 494px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}
.case .warp .z1::before {
  content: "";
  display: block;
  width: 17px;
  height: 5px;
  position: absolute;
  background: #006ebb;
  top: 44px;
  left: 18px;
}
.case .warp .z1 .cond {
  margin: 15px 0 0 32px;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .z1 .img{
  width: 100%;
  height: 375px;
  display: block;
}
.case .warp .z1 .img img{
  width: 100%;
  height: 100%;
}
.case .warp .z1 p {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 30px;
  height: 30px;
  margin: 10px 0 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .z1:hover .cond {
  color: #006ebb;
  letter-spacing: 1px;
}
.case .warp .y1 {
  width: 585px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .warp .y1 li {
  width: 278px;
  height: 236px;
  border: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 0 22px 0;
  position: relative;
}
.case .warp .y1 li .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warp .y1 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .y1 li .img img:hover {
  transform: scale(1.1);
}
.case .warp .y1 li .cond {
  display: block;
  width: 248px;
  height: 45px;
  background: url(../images/list1.png) no-repeat center;
  font-size: 14px;
  color: #fffefe;
  line-height: 45px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .warp .y1 li:hover .cond {
  letter-spacing: 1px;
}
.abo {
  height: 690px;
  background: url(../images/abo.jpg) no-repeat center top;
  overflow: hidden;
}
.abo .top .zm {
  font-family: Arial;
  font-size: 43px;
  font-weight: 1000;
  line-height: 35px;
  color: #363636;
}
.abo .top .zm span {
  font-family: Arial;
  font-size: 43px;
  font-weight: 1000;
  color: #006ebb;
}
.abo .top .zm i {
  font-family: Arial;
  font-size: 24px;
  color: #363636;
  line-height: 35px;
}
.abo .top .zm i b {
  font-weight: normal;
  color: #006ebb;
}
.abo .top h3 {
  font-size: 26px;
  color: #006ebb;
  line-height: 26px;
  font-weight: bold;
  margin: 10px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .z1 {
  width: 660px;
  margin: 110px 0 0;
  position: relative;
}
.abo .warp .z1 p {
  font-size: 15px;
  color: #676767;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .warp .z1 .more {
  display: block;
  width: 182px;
  height: 40px;
  background: #006ebb url(../images/more4.png) no-repeat center left;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 0 0 72px;
  box-sizing: border-box;
  margin: 15px 0 0 475px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .z1 .more:hover {
  background: #006ebb url(../images/more4.png) no-repeat center right;
  padding: 0 0 0 30px;
}
.abo .warp .z1 .list {
  width: 473px;
  margin: 60px 0 0 74px;
  display: flex;
  justify-content: space-between;
}
.abo .warp .z1 .list li {
  width: 141px;
  height: 183px;
  background: #fff;
  padding: 14px 10px 0;
  box-sizing: border-box;
}
.abo .warp .z1 .list li .img {
  display: block;
  width: 121px;
  height: 119px;
  overflow: hidden;
}
.abo .warp .z1 .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .z1 .list li .img img:hover {
  transform: scale(1.1);
}
.abo .warp .z1 .list li .cond {
  height: 50px;
  display: block;
  font-size: 14px;
  color: #676767;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .warp .z1 .list .on {
  background: #006ebb;
  box-shadow: 0px 0px 18px 0px rgba(49, 49, 49, 0.23);
}
.abo .warp .z1 .list .on .cond {
  color: #fff;
}
.abo .warp .z1 .dec {
  width: 276px;
  height: 350px;
  position: absolute;
  top: 138px;
  left: -161px;
  display: none;
}
.abo .warp .y1 {
  position: relative;
  top: -41px;
  right: -90px;
}
.abo .warp .y1 .about {
  width: 855px;
  height: 474px;
}
.abo .warp .y1 .about img {
  width: 855px;
  height: 474px;
}
.abo .warp .y1 p {
  font-size: 14px;
  color: #1e1e1e;
  line-height: 20px;
  letter-spacing: 6px;
  margin: 35px 0 0;
  font-weight: bold;
}
.honor {
  margin: 74px 0 0;
}
.honor .contents {
  display: flex;
  justify-content: space-between;
}
.honor .honorlist {
  width: 1060px;
  position: relative;
}
.honor .honorlist .bd li {
  width: 339px !important;
  height: 288px !important;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 12px 10px;
  margin: 0 23px 0 0;
}
.honor .honorlist .bd li .img {
  display: block;
  width: 100%;
  height: 230px;
  overflow: hidden;
}
.honor .honorlist .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.honor .honorlist .bd li .img img:hover {
  transform: scale(1.1);
}
.honor .honorlist .bd li .cond {
  display: block;
  height: 46px;
  text-align: center;
  font-size: 16px;
  color: #444;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.honor .honorlist .arrow {
  width: 160px;
  height: 44px;
  background: url(../images/arr-honor.jpg) no-repeat center;
  position: absolute;
  top: 210px;
  right: -216px;
  display: flex;
  justify-content: space-between;
}
.honor .honorlist .arrow .prev {
  width: 80px;
  height: 44px;
  cursor: pointer;
}
.honor .honorlist .arrow .next {
  width: 80px;
  height: 44px;
  cursor: pointer;
}
.honor .art {
  width: 210px;
}
.honor .art .top {
  position: relative;
}
.honor .art .top::before {
  content: "";
  display: block;
  width: 49px;
  height: 3px;
  position: absolute;
  background: #f07b4f;
  top: 101px;
  right: 0;
}
.honor .art .top .zm {
  font-family: Arial;
  font-size: 43px;
  color: #363636;
  line-height: 33px;
  font-weight: 1000;
  text-align: right;
}
.honor .art .top .zm i {
  font-family: Arial;
  font-size: 43px;
  color: #006ebb;
  font-weight: 1000;
}
.honor .art .top h3 {
  font-size: 26px;
  color: #1e1e1e;
  text-align: right;
  letter-spacing: 10px;
  margin: 15px 0 0;
}
.honor .art .num {
  font-family: Arial;
  font-size: 20px;
  color: #3f3f3f;
  line-height: 30px;
  text-align: right;
  margin: 60px 0 0;
  background: url(../images/tel3.png) no-repeat center left;
  background-position-x: 50px;
}
.news {
  background: url(../images/news.jpg) no-repeat center top;
  position: relative;
  /* background-attachment: fixed; */
  margin: 46px 0 0;
  padding: 99px 0 0;
  box-sizing: border-box;
}
.news .top h3 {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 35px;
  text-align: center;
}
.news .top h3 span {
  font-family: Arial;
  font-size: 43px;
  color: #f07b4f;
  line-height: 35px;
  font-weight: 1000;
}
.news .top h3 b {
  font-family: Arial;
  font-size: 43px;
  color: #fff;
  font-weight: normal;
  font-weight: 1000;
}
.news .top h3 i {
  color: #f07b4f;
}
.news .top h3 a {
  font-size: 26px;
  color: #fff;
  line-height: 35px;
  letter-spacing: 10px;
}
.news .newlist {
  width: 1339px;
  height: 540px;
  background: #fff;
  margin: 47px auto 0;
  padding: 34px 30px 0;
  box-sizing: border-box;
}
.news .newlist .hd {
  width: 455px;
  margin: 0 auto 39px;
  display: flex;
  justify-content: space-between;
}
.news .newlist .hd li a {
  display: block;
  width: 134px;
  height: 42px;
  background: #e7e7e7;
  font-size: 16px;
  color: #2c2c2c;
  text-align: center;
  line-height: 42px;
}
.news .newlist .hd .on a {
  background: #006ebb;
  color: #fff;
  border-radius: 21px 0px 21px 21px;
}
.news .newlist .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .warp .z1 {
  width: 724px;
  height: 287px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 13px 22px 12px 11px;
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .warp .z1 .img {
  display: block;
  width: 367px;
  height: 262px;
  overflow: hidden;
}
.news .newlist .bd li .warp .z1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .z1 .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .warp .z1 .plaet {
  width: 300px;
  position: relative;
}
.news .newlist .bd li .warp .z1 .plaet::before {
  content: "";
  display: block;
  width: 14px;
  height: 144px;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  top: 46px;
  left: 0;
}
.news .newlist .bd li .warp .z1 .plaet .cond {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin: 32px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .z1 .plaet p {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.news .newlist .bd li .warp .z1 .plaet .data {
  width: 123px;
  height: 32px;
  background: #ececec url(../images/more5.png) no-repeat center left;
  background-position-x: 103px;
  font-size: 12px;
  color: #4e4e4e;
  line-height: 32px;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  margin: 30px 0 0;
}
.news .newlist .bd li .warp .z1:hover .plaet .cond {
  color: #006ebb;
  letter-spacing: 1px;
}
.news .newlist .bd li .warp .y1 {
  width: 531px;
  border: solid 1px #e2e2e2;
  height: 287px;
  position: relative;
}
.news .newlist .bd li .warp .y1::before {
  content: "";
  display: block;
  width: 482px;
  height: 1px;
  position: absolute;
  background: #e7e7e7;
  top: 143px;
  left: 25px;
}
.news .newlist .bd li .warp .y1 .list {
  height: 143px;
  padding: 22px 49px 0 22px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .warp .y1 .list .img {
  display: block;
  width: 164px;
  height: 101px;
  overflow: hidden;
}
.news .newlist .bd li .warp .y1 .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .y1 .list .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .warp .y1 .list .text {
  width: 275px;
  margin: 15px 0 0;
}
.news .newlist .bd li .warp .y1 .list .text .data {
  font-size: 14px;
  color: #355ca0;
  line-height: 19px;
}
.news .newlist .bd li .warp .y1 .list .text .cond {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .warp .y1 .list .text p {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 33px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .warp .y1 .list:hover .text .cond {
  color: #006ebb;
}
.news .newlist .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.news .newlist .bd li .art .list {
  width: 413px;
  height: 96px;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
  box-sizing: border-box;
  align-items: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .art .list .data {
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  font-size: 14px;
  color: #7d7d7d;
}
.news .newlist .bd li .art .list .data::before {
  content: "";
  display: block;
  width: 1px;
  height: 46px;
  position: absolute;
  background: #e7e7e7;
  top: 11px;
  left: 84px;
}
.news .newlist .bd li .art .list .data i {
  display: block;
  font-size: 28px;
  color: #006ebb;
  font-weight: bold;
}
.news .newlist .bd li .art .list .cond {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 96px;
  width: 260px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .art .list:hover {
  background: #006ebb;
  box-shadow: 0px 0px 18px 0px rgba(49, 49, 49, 0.23);
}
.news .newlist .bd li .art .list:hover .data {
  color: #fff;
}
.news .newlist .bd li .art .list:hover .data i {
  color: #fff;
}
.news .newlist .bd li .art .list:hover .cond {
  color: #fff;
}
.news .newlist .bd li .art .list:nth-child(3) {
  background: #006ebb;
  box-shadow: 0px 0px 18px 0px rgba(49, 49, 49, 0.23);
}
.news .newlist .bd li .art .list:nth-child(3) .data {
  color: #fff;
}
.news .newlist .bd li .art .list:nth-child(3) .data i {
  color: #fff;
}
.news .newlist .bd li .art .list:nth-child(3) .cond {
  color: #fff;
}
.link {
  max-height: 40px;
  margin: 20px 0 32px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  font-family: Arial;
  font-size: 43px;
  color: #363636;
  line-height: 40px;
  font-weight: 1000;
  flex: 1;
  position: relative;
}
.link p::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  background: url(../images/link.png) no-repeat center;
  top: 0;
  left: 80px;
}
.link p i {
  font-family: Arial;
  font-size: 43px;
  color: #006ebb;
  font-weight: 1000;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 90%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a i {
  margin: 0 25px;
}
.link .lj a:hover {
  color: #333;
}
.mess {
  height: 243px;
  background: #ebebeb;
  padding: 40px 0 0;
  box-sizing: border-box;
}
.mess .contents {
  display: flex;
  justify-content: space-between;
}
.mess .plaet {
  width: 600px;
}
.mess .plaet p {
  font-size: 20px;
  color: #4b4b4b;
  line-height: 20px;
}
.mess .plaet .zm {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 20px;
  margin: 10px 0 0;
}
.mess .plaet .art {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}
.mess .plaet .art .num span {
  font-size: 14px;
  color: #525252;
  line-height: 25px;
  padding-left: 32px;
  background: url(../images/tel4.png) no-repeat center left;
}
.mess .plaet .art .num p {
  font-family: Arial;
  font-size: 20px;
  color: #3f3f3f;
  line-height: 15px;
  margin: 12px 0 0;
}
.mess .plaet .art .text .x {
  display: block;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 30px;
}
.mess .plaet .art .text .z {
  display: block;
  width: 240px;
  height: 40px;
  background: #525252 url(../images/more4.png) no-repeat center left;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding: 0 0 0 66px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.mess .plaet .art .text .z:hover {
  background: #525252 url(../images/more4.png) no-repeat center right;
  padding: 0 0 0 25px;
}
.mess .FOM {
  width: 534px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mess .FOM .n {
  width: 260px;
  height: 40px;
  position: relative;
  padding: 0 0 0 58px;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: solid 1px #e1e1e1;
}
.mess .FOM .n img {
  width: 80px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 40px;
  font-size: 14px;
  background: none;
  color: #5f5f5f;
}
.mess .FOM .n input::placeholder {
  color: #5f5f5f;
}
.mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 37px;
  font-size: 14px;
  background: none;
  color: #5f5f5f;
}
.mess .FOM .n textarea::placeholder {
  color: #5f5f5f;
}
.mess .FOM .n:nth-child(1) {
  background: #fff url(../images/f1.png) no-repeat center left;
  width: 260px;
}
.mess .FOM .n:nth-child(2) {
  background: #fff url(../images/f2.png) no-repeat center left;
  width: 260px;
}
.mess .FOM .n:nth-child(3) {
  background: #fff url(../images/f3.png) no-repeat center left;
  width: 543px;
}
.mess .FOM .n:nth-child(4) {
  background: #fff url(../images/f4.png) no-repeat center left;
  width: 260px;
}
.mess .FOM #btn {
  width: 260px;
  height: 40px;
  background: #f07b4f url(../images/btn.png) no-repeat center left;
  background-position-x: 25px;
  padding: 0 0 0 53px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
}
