﻿.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: #005eb8;
  border-top-color: #005eb8;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #005eb8;
  border-bottom-color: #005eb8;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1300px;
  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 .ding {
  position: relative;
}
.pro .ding p {
  width: 925px;
  height: 108px;
  line-height: 108px;
  border-bottom: 1px dashed #e5e5e5;
  padding: 0 0 0 57px;
  background: url(../images/ding.png) no-repeat center left;
  font-size: 18px;
  color: #666;
  letter-spacing: 11px;
}
.pro .ding .boxs {
  width: 261px;
  height: 261px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -123px;
  right: 0;
  padding: 56px 0 0;
  box-sizing: border-box;
}
.pro .ding .boxs .num {
  font-size: 18px;
  color: #333;
  line-height: 15px;
  font-weight: bold;
  text-align: center;
  padding: 75px 0 0;
  box-sizing: border-box;
  margin: 0 0 18px 0;
  background: url(../images/tel1.png) no-repeat center top;
}
.pro .box {
  display: flex;
  justify-content: space-between;
  margin: 88px 0 0;
}
.pro .box .top {
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -13px;
  left: -67px;
}
.pro .box .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 45px;
  font-weight: 1000;
}
.pro .box .top .zm i {
  font-family: Arial;
  font-size: 60px;
  font-weight: 1000;
  color: #005eb8;
}
.pro .box .top .eff {
  filter: contrast(20);
}
.pro .box .top .eff h3 a {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0 90px;
}
.pro .box .ser {
  width: 520px;
  height: 54px;
  border: 1px solid #eee;
  padding: 0 65px 0 111px;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0 0;
}
.pro .box .ser i {
  display: block;
  width: 111px;
  height: 54px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  font-family: Arial;
  font-size: 16px;
  text-align: center;
  line-height: 54px;
}
.pro .box .ser input {
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  color: #666;
  line-height: 54px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.pro .box .ser input::placeholder {
  color: #666;
}
.pro .box .ser button {
  width: 64px;
  height: 54px;
  background: url(../images/ser.jpg) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border: none;
}
.pro .prolist {
  margin: 55px 0 0;
}
.pro .prolist .hd {
  width: 1300px;
  height: 90px;
  border: 1px solid #e0d0e0;
  border-radius: 47px;
  padding: 5px 60px 17px 18px;
  box-sizing: border-box;
  margin: 0 0 65px 0;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.pro .prolist .hd li {
  position: relative;
  box-sizing: border-box;
  z-index: 50;
  flex: 0 0 14.2%;
  height: 47px;
}
.pro .prolist .hd li::before {
  content: "";
  display: block;
  width: 182px;
  height: 55px;
  position: absolute;
  background: #005eb8;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 35px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .hd li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 58px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .prolist .hd .on::before {
  top: 2px;
  opacity: 1;
}
.pro .prolist .hd .on a {
  color: #fff;
}
.pro .prolist .bd li {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .prolist .bd li .list {
  width: 400px;
  height: 400px;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 55px 32px 0;
  box-sizing: border-box;
  background: url(../images/list1.jpg) no-repeat center;
  margin: 0 0 56px 0;
}
.pro .prolist .bd li .list .img {
  display: block;
  width: 336px;
  height: 258px;
  overflow: hidden;
  border-radius: 8px;
}
.pro .prolist .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .prolist .bd li .list .text {
  height: 87px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
.pro .prolist .bd li .list .text::before {
  content: "";
  display: block;
  width: 61px;
  height: 1px;
  position: absolute;
  background: #666;
  top: 44px;
  left: 171px;
}
.pro .prolist .bd li .list .text .cond {
  display: block;
  width: 165px;
  display: flex;
  justify-content: space-between;
}
.pro .prolist .bd li .list .text .cond i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 87px;
  width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .prolist .bd li .list .text .cond span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 87px;
  display: none;
}
.pro .prolist .bd li .list .text .num {
  font-size: 18px;
  color: #333;
  line-height: 87px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .prolist .bd li .list:hover .text .num {
  color: #005eb8;
  font-size: 30px;
  font-weight: bold;
  transform: rotateX(360deg);
}
.adv {
  height: 928px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin: 30px 0 0;
  padding: 100px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.adv .box {
  display: flex;
  justify-content: space-between;
}
.adv .box .top {
  position: relative;
  z-index: 60;
}
.adv .box .top::before {
  content: "";
  display: block;
  width: 153px;
  height: 134px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: -13px;
  left: -67px;
}
.adv .box .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #fff;
  line-height: 45px;
  font-weight: 1000;
}
.adv .box .top .zm i {
  font-family: Arial;
  font-size: 60px;
  font-weight: 1000;
  color: #fff;
}
.adv .box .top .eff {
  filter: contrast(20);
}
.adv .box .top .eff h3 {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 30px;
  margin: 15px 0 0 90px;
}
.adv .box .xun {
  display: block;
  width: 293px;
  height: 92px;
  background: url(../images/xun.png) no-repeat center;
  font-size: 18px;
  color: #fff;
  line-height: 92px;
  padding: 0 0 0 61px;
  box-sizing: border-box;
}
.adv .warp {
  margin: 115px 0 0;
  display: flex;
  justify-content: space-between;
}
.adv .warp .advlist {
  width: 675px;
  position: relative;
}
.adv .warp .advlist .bd li {
  width: 675px;
}
.adv .warp .advlist .bd li .cond {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
  margin: 22px 0 0;
}
.adv .warp .advlist .bd li .zm {
  font-size: 12px;
  color: #666;
  line-height: 10px;
  letter-spacing: 17px;
  margin: 21px 0 0;
  text-transform: uppercase;
}
.adv .warp .advlist .bd li p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  margin: 55px 0 0;
}
.adv .warp .advlist .hd {
  display: flex;
  justify-content: space-between;
  margin: 140px 0 0;
}
.adv .warp .advlist .hd li {
  width: 140px;
  height: 200px;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 37px 0 0;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .warp .advlist .hd li::before {
  content: "x";
  font-family: Arial;
  font-size: 14px;
  color: #666;
  display: block;
  width: 100%;
  height: 10px;
  text-align: center;
  position: absolute;
  top: 116px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .warp .advlist .hd li i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto;
}
.adv .warp .advlist .hd li p {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 20px;
  text-align: center;
  margin: 53px 0 0;
}
.adv .warp .advlist .hd .on {
  background: #005eb8;
}
.adv .warp .advlist .hd .on::before {
  color: #fff;
}
.adv .warp .advlist .hd .on p {
  color: #fff;
}
.adv .warp .advlist .hd li:nth-child(1) i {
  background: #fff url(../images/y1.png) no-repeat center;
}
.adv .warp .advlist .hd li:nth-child(2) i {
  background: #fff url(../images/y2.png) no-repeat center;
}
.adv .warp .advlist .hd li:nth-child(3) i {
  background: #fff url(../images/y3.png) no-repeat center;
}
.adv .warp .advlist .hd li:nth-child(4) i {
  background: #fff url(../images/y4.png) no-repeat center;
}
.adv .warp .advlist .hd .on:nth-child(1) i {
  background: #fff url(../images/y1s.png) no-repeat center;
}
.adv .warp .advlist .hd .on:nth-child(2) i {
  background: #fff url(../images/y2s.png) no-repeat center;
}
.adv .warp .advlist .hd .on:nth-child(3) i {
  background: #fff url(../images/y3s.png) no-repeat center;
}
.adv .warp .advlist .hd .on:nth-child(4) i {
  background: #fff url(../images/y4s.png) no-repeat center;
}
.adv .warp .advlist .regs {
  position: absolute;
  top: 233px;
  left: 0;
  width: 380px;
  display: flex;
  justify-content: space-between;
}
.adv .warp .advlist .regs .arrow {
  width: 136px;
  height: 50px;
  background: url(../images/arr-adv.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.adv .warp .advlist .regs .arrow .prev {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.adv .warp .advlist .regs .arrow .next {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.adv .warp .advlist .regs .num {
  font-family: Arial;
  font-size: 24px;
  color: #333;
  line-height: 50px;
  padding-left: 46px;
  background: url(../images/tel2.png) no-repeat center left;
}
.adv .warp .ys {
  width: 766px;
  height: 654px;
  margin: 0 -205px;
}
.case {
  height: 787px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 98px 0 0;
  box-sizing: border-box;
}
.case .top {
  position: relative;
}
.case .top::before {
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -13px;
  left: -67px;
}
.case .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 45px;
  font-weight: 1000;
}
.case .top .zm i {
  font-family: Arial;
  font-size: 60px;
  font-weight: 1000;
  color: #005eb8;
}
.case .top .eff {
  filter: contrast(20);
}
.case .top .eff h3 {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0 90px;
}
.case .caselist {
  margin: 59px 0 0;
  position: relative;
}
.case .caselist .bd li {
  width: 400px;
  height: 440px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  margin: 0 50px 0 0;
}
.case .caselist .bd li i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 74px;
  text-align: center;
}
.case .caselist .bd li .img {
  display: block;
  width: 333px;
  height: 240px;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
}
.case .caselist .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .caselist .bd li .img img:hover {
  transform: scale(1.1);
}
.case .caselist .bd li .cond {
  width: 224px;
  height: 65px;
  background: #005eb8;
  line-height: 65px;
  text-align: center;
  font-size: 18px;
  color: #ffff;
  border-radius: 32px;
  padding: 0 15px;
  box-sizing: border-box;
  position: absolute;
  top: 279px;
  left: 87px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caselist .bd li p {
  font-size: 15px;
  color: #666;
  width: 266px;
  margin: 70px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .caselist .arrow {
  width: 134px;
  height: 57px;
  background: url(../images/arr-case.png) no-repeat center;
  position: absolute;
  top: -119px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.case .caselist .arrow .prev {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.case .caselist .arrow .next {
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.abo {
  margin: 90px 0 0;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .z1 {
  margin: 13px 0 0;
  width: 552px;
}
.abo .z1 .top {
  position: relative;
}
.abo .z1 .top::before {
  content: "";
  display: block;
  width: 134px;
  height: 134px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -13px;
  left: -67px;
}
.abo .z1 .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 45px;
  font-weight: 1000;
}
.abo .z1 .top .zm i {
  font-family: Arial;
  font-size: 60px;
  font-weight: 1000;
  color: #005eb8;
}
.abo .z1 .top .eff {
  filter: contrast(20);
}
.abo .z1 .top .eff h3 {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0 90px;
}
.abo .z1 .conds {
  font-size: 22px;
  color: #333;
  line-height: 22px;
  margin: 80px 0 35px;
}
.abo .z1 .text {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 160px;
}
.abo .z1 .list {
  display: flex;
  justify-content: space-between;
  width: 527px;
  margin: 65px 0 0;
}
.abo .z1 .list li {
  width: 240px;
  height: 136px;
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.06);
  padding: 40px 0 0 25px;
  box-sizing: border-box;
  position: relative;
}
.abo .z1 .list li .cond {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  display: block;
}
.abo .z1 .list li p {
  font-size: 14px;
  color: #999;
  line-height: 14px;
  margin: 10px 0 0 0;
}
.abo .z1 .list li .more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/more1.jpg) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 114px;
  left: 27px;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .z1 .list li:hover .more {
  opacity: 1;
}
.abo .z1 .list li:nth-child(1) {
  background: url(../images/r1.jpg) no-repeat center;
}
.abo .z1 .list li:nth-child(2) {
  background: url(../images/r2.jpg) no-repeat center;
}
.abo .z1 .list li:nth-child(2) .more {
  opacity: 1;
}
.abo .y1 {
  width: 658px;
  height: 605px;
  position: relative;
}
.abo .y1 .about {
  width: 658px;
  height: 605px;
  overflow: hidden;
  border-radius: 0 40px 0 0;
}
.abo .y1 .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .y1 .about img:hover {
  transform: scale(1.1);
}
.abo .y1 .rong {
  display: block;
  width: 358px;
  height: 251px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abo .y1 .rong::before {
  content: "";
  display: block;
  width: 358px;
  height: 251px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 1;
}
.abo .y1 .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news {
  height: 1014px;
  background: url(../images/new.jpg) no-repeat center top;
  margin: 100px 0 0;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.news .top {
  position: relative;
  z-index: 50;
  width: 300px;
}
.news .top::before {
  content: "";
  display: block;
  width: 153px;
  height: 134px;
  position: absolute;
  background: url(../images/t3.png) no-repeat center;
  top: -13px;
  left: -67px;
  z-index: -1;
}
.news .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 45px;
  font-weight: 1000;
}
.news .top .zm i {
  font-family: Arial;
  font-size: 60px;
  font-weight: 1000;
  color: #005eb8;
}
.news .top .eff {
  filter: contrast(20);
}
.news .top .eff h3 a {
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0 90px;
}
.news .newlist {
  margin: 133px 0 0;
  position: relative;
}
.news .newlist .bd li {
  width: 1300px;
  display: flex;
  justify-content: space-between;
}
.news .newlist .bd li .box {
  width: 385px;
}
.news .newlist .bd li .box .list {
  width: 385px;
}
.news .newlist .bd li .box .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newlist .bd li .box .list p {
  font-size: 15px;
  color: #888;
  line-height: 33px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 66px;
  margin: 17px 0 0;
}
.news .newlist .bd li .box .list .data {
  display: flex;
  justify-content: space-between;
  margin: 25px 0 0;
  position: relative;
}
.news .newlist .bd li .box .list .data::before {
  content: "";
  display: block;
  width: 385px;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 45px;
  left: 0;
}
.news .newlist .bd li .box .list .data .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 20px;
}
.news .newlist .bd li .box .list .data i {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.news .newlist .bd li .box .list .img {
  display: block;
  width: 385px;
  height: 170px;
  overflow: hidden;
  margin: 65px 0 0;
}
.news .newlist .bd li .box .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .bd li .box .list .img img:hover {
  transform: scale(1.1);
}
.news .newlist .bd li .box .list:hover .cond {
  color: #005eb8;
}
.news .newlist .bd li .box .list:nth-child(1) .img {
  display: none;
}
.news .newlist .bd li .box .list:nth-child(2) .cond {
  margin: 20px 0 0;
}
.news .newlist .bd li .box .list:nth-child(2) .data::before {
  display: none;
}
.news .newlist .bd li .box:nth-child(2) .list:nth-child(1) .img {
  display: block;
  margin: 0;
}
.news .newlist .bd li .box:nth-child(2) .list:nth-child(1) .cond {
  margin: 30px 0 0;
}
.news .newlist .bd li .box:nth-child(2) .list:nth-child(2) {
  margin: 54px 0 0;
}
.news .newlist .bd li .box:nth-child(2) .list:nth-child(2) .img {
  display: none;
}
.news .newlist .hd {
  display: flex;
  justify-content: space-between;
  width: 930px;
  position: absolute;
  top: -190px;
  right: 0;
  z-index: 90;
}
.news .newlist .hd::before {
  content: "";
  display: block;
  width: 278px;
  height: 1px;
  position: absolute;
  background: #333;
  opacity: 0.1;
  top: 46px;
  left: 0;
}
.news .newlist .hd li {
  width: 200px;
  position: relative;
  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;
}
.news .newlist .hd li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.news .newlist .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #005eb8;
  top: 46px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .newlist .hd li a {
  padding: 0 0 0 65px;
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  background: url(../images/nt1.png) no-repeat center;
}
.news .newlist .hd .on::before {
  width: 286px;
}
.news .newlist .hd .on a {
  background: url(../images/nt2.png) no-repeat center;
}
.news .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 92px 0 0;
}
.news .link p {
  width: 144px;
  height: 48px;
  background: url(../images/links.png) no-repeat top left;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  padding-left: 38px;
  box-sizing: border-box;
}
.news .link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 86%;
}
.news .link .lj a {
  color: #999;
  line-height: 48px;
  display: block;
  margin-right: 15px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.news .link .lj a:hover {
  color: #333;
}
