.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: #0050a3;
  border-top-color: #0050a3;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #0050a3;
  border-bottom-color: #0050a3;
  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 {
  margin: 70px 0 0;
}
.pro .top {
  position: relative;
}
.pro .top .zm {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f6f6f6;
  line-height: 70px;
  text-align: center;
}
.pro .top .zm i {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0050a3;
}
.pro .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}
.pro .proslide {
  margin: 65px 0 0;
}
.pro .proslide .hd {
  display: flex;
  background: #eeedf2;
  margin-bottom: 55px;
}
.pro .proslide .hd li {
  flex: 0 0 12.5%;
  border-right: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #0050a3;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .proslide .hd li a {
  display: block;
  width: 100%;
  height: 124px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 34px 0 32px 0;
  box-sizing: border-box;
}
.pro .proslide .hd li a i {
  display: block;
  width: 100%;
  height: 33px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .proslide .hd li a span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .proslide .hd .on::before {
  width: 100%;
}
.pro .proslide .hd .on a span {
  color: #0050a3;
}
.pro .proslide .hd li:nth-child(1) a i {
  background: url(../images/p1.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(2) a i {
  background: url(../images/p2.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(3) a i {
  background: url(../images/p3.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(4) a i {
  background: url(../images/p4.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(5) a i {
  background: url(../images/p5.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(6) a i {
  background: url(../images/p6.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(7) a i {
  background: url(../images/p7.png) no-repeat center top;
}
.pro .proslide .hd li:nth-child(8) a i {
  background: url(../images/p8.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(1) a i {
  background: url(../images/p1s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(2) a i {
  background: url(../images/p2s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(3) a i {
  background: url(../images/p3s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(4) a i {
  background: url(../images/p4s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(5) a i {
  background: url(../images/p5s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(6) a i {
  background: url(../images/p6s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(7) a i {
  background: url(../images/p7s.png) no-repeat center top;
}
.pro .proslide .hd .on:nth-child(8) a i {
  background: url(../images/p8s.png) no-repeat center top;
}
.pro .proslide .bd li {
  width: 1300px;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .bd li .list {
  width: 400px;
}
.pro .proslide .bd li .list .tu {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 400px;
  overflow: hidden;
  height: 305px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 10px;
}
.pro .proslide .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .list .text {
  height: 45px;
  padding: 0 80px 0 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.pro .proslide .bd li .list .text::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  background: #333;
  top: 50%;
  left: 0;
}
.pro .proslide .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .text .more {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #585858;
  line-height: 45px;
  padding: 0 30px 0 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/more1.png) no-repeat center right;
}
.pro .proslide .bd li .list:hover .text .cond {
  color: #0050a3;
  letter-spacing: 1px;
}
.reason {
  overflow: hidden;
  height: 825px;
  background: url(../images/reason.jpg) no-repeat center top;
  margin: 55px 0 0;
}
.reason .contents {
  position: relative;
}
.reason .top {
  position: absolute;
  top: 60px;
  left: 0;
}
.reason .top .zm {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #3772b1;
  line-height: 70px;
  text-align: center;
}
.reason .top .zm i {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #fff;
}
.reason .top h3 {
  font-size: 34px;
  color: #fff;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  top: 37px;
  right: 0;
}
.reason .rong {
  display: block;
  width: 232px;
  height: 165px;
  position: absolute;
  bottom: 0;
  left: 615px;
  z-index: 100;
}
.reason .rong::before {
  content: "";
  display: block;
  width: 232px;
  height: 165px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 1;
}
.reason .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.reason .reasonslide {
  margin: 0 -310px 0 0;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd {
  width: 386px;
  height: 596px;
  margin: 185px 0 0;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.reason .reasonslide .hd li {
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 1038px;
  height: 0;
  position: absolute;
  background: #fff;
  top: 0;
  left: -310px;
  z-index: -1;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .cond {
  font-size: 20px;
  color: #fff;
  line-height: 120px;
  font-weight: bold;
}
.reason .reasonslide .hd li .cond i {
  font-family: Arial;
  font-size: 32px;
  color: #fff;
  line-height: 120px;
  font-weight: bold;
  margin-right: 45px;
}
.reason .reasonslide .hd li p {
  opacity: 0;
  pointer-events: none;
  margin: 0 0 0 83px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.reason .reasonslide .hd .on::before {
  height: 165px;
}
.reason .reasonslide .hd .on .cond {
  color: #333;
  line-height: 80px;
}
.reason .reasonslide .hd .on .cond i {
  color: #333;
  line-height: 80px;
}
.reason .reasonslide .hd .on p {
  font-size: 16px;
  color: #777;
  line-height: 30px;
  width: 560px;
  margin: 0 0 0 83px;
  opacity: 1;
  pointer-events: all;
}
.reason .reasonslide .hd li:nth-child(1) {
  background: url(../images/y1.png) no-repeat center right;
}
.reason .reasonslide .hd li:nth-child(2) {
  background: url(../images/y2.png) no-repeat center right;
}
.reason .reasonslide .hd li:nth-child(3) {
  background: url(../images/y3.png) no-repeat center right;
}
.reason .reasonslide .hd li:nth-child(4) {
  background: url(../images/y4.png) no-repeat center right;
}
.reason .reasonslide .bd li .ys {
  width: 995px;
}
.reason .reasonslide .bd li .ys img {
  width: 995px;
  height: 825px;
}
.abo {
  height: 667px;
  background: #fbfbfb;
  padding: 78px 0 0;
  box-sizing: border-box;
}
.abo .top h3 {
  font-size: 40px;
  color: #333;
  line-height: 40px;
  text-align: center;
}
.abo .top .samll {
  width: 281px;
  height: 37px;
  background: #0050a3;
  font-size: 16px;
  color: #fff;
  line-height: 37px;
  text-align: center;
  margin: 30px auto;
}
.abo .top .text {
  width: 945px;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
}
.abo .art {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 0;
}
.abo .art .aside .num {
  height: 123px;
  font-size: 16px;
  color: #333;
  line-height: 123px;
}
.abo .art .aside .num i {
  font-size: 150px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 123px;
  color: #4c4c4c;
}
.abo .art .aside p {
  font-size: 16px;
  color: #616264;
  line-height: 30px;
  text-align: center;
  margin: 10px 0 0;
}
.abo .art .aside:nth-child(1) {
  width: 370px;
}
.abo .art .aside:nth-child(3) {
  width: 430px;
  position: relative;
}
.abo .art .aside:nth-child(3)::before {
  content: "+";
  display: block;
  font-size: 50px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 300px;
}
.abo .art .more {
  display: block;
  width: 230px;
  height: 230px;
  background: url(../images/more2.png) no-repeat center;
}
.honor {
  margin: 70px 0 0;
  overflow: hidden;
}
.honor .box {
  display: flex;
  justify-content: space-between;
}
.honor .box .top {
  position: relative;
}
.honor .box .top .zm {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f6f6f6;
  line-height: 70px;
}
.honor .box .top .zm i {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0050a3;
}
.honor .box .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  top: 37px;
  left: 45px;
}
.honor .box .plaet span {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: right;
}
.honor .box .plaet p {
  font-family: Arial;
  font-size: 22px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
  margin: 5px 0 0;
}
.honor .honorslide {
  margin: 55px 0 0;
  position: relative;
}
.honor .honorslide .bd li {
  width: 240px;
  margin: 0 25px 0 0;
}
.honor .honorslide .bd li .tu {
  width: 240px;
  height: 300px;
  border: 1px solid #dedede;
  box-sizing: border-box;
}
.honor .honorslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.honor .honorslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.honor .honorslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.honor .honorslide .bd li .cond {
  display: block;
  font-size: 16px;
  color: #282828;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.honor .honorslide .bd li:hover .cond {
  color: #0050a3;
  letter-spacing: 1px;
}
.honor .honorslide .prev {
  width: 74px;
  height: 110px;
  background: url(../images/prev-honor.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 94px;
  left: -114px;
}
.honor .honorslide .next {
  width: 74px;
  height: 110px;
  background: url(../images/next-honor.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 94px;
  right: -114px;
}
.coop {
  height: 551px;
  background: url(../images/coop.jpg) no-repeat center top;
  padding: 50px 0 0;
  box-sizing: border-box;
  margin: 65px 0 0;
}
.coop .top {
  position: relative;
}
.coop .top .zm {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #e9e9e9;
  line-height: 70px;
  text-align: center;
}
.coop .top .zm i {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0050a3;
}
.coop .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}
.coop .coopslide {
  margin: 65px 0 0;
}
.coop .coopslide .hd {
  display: flex;
  justify-content: space-between;
}
.coop .coopslide .hd li {
  width: 225px;
  height: 271px;
  padding: 190px 0 0;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: none;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopslide .hd li i {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopslide .hd li img {
  display: block;
  width: 183px;
  height: 140px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: -50%;
  transform: translateX(-50%);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .coopslide .hd li .text span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.coop .coopslide .hd li .text .num {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #0050a3;
  line-height: 30px;
  text-align: center;
}
.coop .coopslide .hd .on {
  background: #0050a3;
}
.coop .coopslide .hd .on i {
  left: 150%;
}
.coop .coopslide .hd .on img {
  left: 50%;
}
.coop .coopslide .hd .on .text span {
  color: #fff;
}
.coop .coopslide .hd .on .text .num {
  color: #fff;
}
.coop .coopslide .hd li:nth-child(1) i {
  background: url(../images/cico1.png) no-repeat center;
}
.coop .coopslide .hd li:nth-child(2) i {
  background: url(../images/cico2.png) no-repeat center;
}
.coop .coopslide .hd li:nth-child(3) i {
  background: url(../images/cico3.png) no-repeat center;
}
.coop .coopslide .hd li:nth-child(4) i {
  background: url(../images/cico4.png) no-repeat center;
}
.coop .coopslide .hd li:nth-child(5) i {
  background: url(../images/cico5.png) no-repeat center;
}
.case {
  margin: 70px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
}
.case .box .top .zm {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #f6f6f6;
  line-height: 70px;
}
.case .box .top .zm i {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0050a3;
}
.case .box .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  top: 37px;
  left: 45px;
}
.case .box .plaet {
  font-size: 16px;
  color: #333;
  line-height: 70px;
  text-align: right;
  position: relative;
  letter-spacing: 3px;
  z-index: 50;
}
.case .box .plaet::before {
  content: "";
  display: block;
  width: 405px;
  height: 8px;
  background: #e8ebf2;
  position: absolute;
  top: 38px;
  right: 0;
  z-index: -1;
}
.case .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
}
.case .list li {
  width: 400px;
  margin-bottom: 20px;
}
.case .list li .tu {
  width: 400px;
  height: 300px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
}
.case .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .list li .tu .img img:hover {
  transform: scale(1.1);
}
.case .list li .text {
  position: relative;
  padding: 0 130px 0 10px;
  width: 100%;
  box-sizing: border-box;
}
.case .list li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .list li .text .more {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #999;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
.case .list li .text .more::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 29px;
  left: -76px;
}
.case .list li:hover .text .cond {
  color: #0050a3;
  letter-spacing: 1px;
}
.consulting {
  background: #fbfbfb;
  padding: 65px 0 0;
  box-sizing: border-box;
  margin: 20px 0 0;
}
.consulting .top {
  position: relative;
}
.consulting .top .zm {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #e9e9e9;
  line-height: 70px;
}
.consulting .top .zm i {
  font-size: 86px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #0050a3;
}
.consulting .top h3 {
  font-size: 34px;
  color: #333;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  top: 37px;
  left: 45px;
}
.consulting .consultingslide {
  margin: 50px 0 0;
  position: relative;
}
.consulting .consultingslide .bd li .aside {
  display: flex;
  justify-content: space-between;
}
.consulting .consultingslide .bd li .aside .z1 {
  width: 435px;
  height: 211px;
  position: relative;
}
.consulting .consultingslide .bd li .aside .z1 .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.consulting .consultingslide .bd li .aside .z1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.consulting .consultingslide .bd li .aside .z1 .img img:hover {
  transform: scale(1.1);
}
.consulting .consultingslide .bd li .aside .z1 .text {
  width: 154px;
  height: 211px;
  background: #0050a3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 45px 0 0 15px;
  box-sizing: border-box;
}
.consulting .consultingslide .bd li .aside .z1 .text span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.consulting .consultingslide .bd li .aside .z1 .text i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  line-height: 30px;
}
.consulting .consultingslide .bd li .aside .z1 .text .more {
  display: block;
  width: 18px;
  height: 74px;
  background: url(../images/more3.png) no-repeat center;
  margin: 10px 0 0;
}
.consulting .consultingslide .bd li .aside .y1 {
  width: 830px;
}
.consulting .consultingslide .bd li .aside .y1 .cond {
  display: block;
  line-height: 66px;
  padding: 0 80px 0 0;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.consulting .consultingslide .bd li .aside .y1 p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin: 10px 0 0;
}
.consulting .consultingslide .bd li .aside .y1 .more {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 0 0 0 63px;
  position: relative;
  margin: 15px 0 0;
}
.consulting .consultingslide .bd li .aside .y1 .more::before {
  content: "";
  display: block;
  width: 53px;
  height: 1px;
  position: absolute;
  background: #333;
  top: 50%;
  left: 0;
}
.consulting .consultingslide .bd li .aside .y1 .data {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 66px;
  position: absolute;
  top: 0;
  right: 0;
}
.consulting .consultingslide .bd li .aside:hover .y1 .cond {
  color: #0050a3;
  letter-spacing: 1px;
}
.consulting .consultingslide .bd li .art {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.consulting .consultingslide .bd li .art .list {
  width: 400px;
  height: 140px;
  background: #fff;
  padding: 10px 20px 0;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 30px 0;
}
.consulting .consultingslide .bd li .art .list .cond {
  display: block;
  font-style: 16px;
  color: #333;
  line-height: 55px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 0 17px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.consulting .consultingslide .bd li .art .list .cond::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #333;
  top: 0;
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin-top: -3px;
}
.consulting .consultingslide .bd li .art .list .data {
  display: flex;
  justify-content: space-between;
  height: 61px;
}
.consulting .consultingslide .bd li .art .list .data i {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 61px;
}
.consulting .consultingslide .bd li .art .list .data .more {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 61px;
  padding: 0 0 0 63px;
  position: relative;
  margin: 15px 0 0;
}
.consulting .consultingslide .bd li .art .list .data .more::before {
  content: "";
  display: block;
  width: 53px;
  height: 1px;
  position: absolute;
  background: #333;
  top: 50%;
  left: 0;
}
.consulting .consultingslide .bd li .art .list:hover .cond {
  color: #0050a3;
  letter-spacing: 1px;
}
.consulting .consultingslide .bd li .art .list:nth-child(4) {
  margin: 0;
}
.consulting .consultingslide .bd li .art .list:nth-child(5) {
  margin: 0;
}
.consulting .consultingslide .bd li .art .list:nth-child(6) {
  margin: 0;
}
.consulting .consultingslide .hd {
  width: 495px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -105px;
  right: 0;
}
.consulting .consultingslide .hd li a {
  display: block;
  width: 148px;
  height: 50px;
  background: url(../images/ntb1.png) no-repeat center;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  text-align: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.consulting .consultingslide .hd .on a {
  background: url(../images/ntb2.png) no-repeat center;
  color: #fff;
}
.link {
  background: #fbfbfb;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 128px;
}
.link p {
  font-family: Arial;
  font-size: 36px;
  font-weight: bold;
  line-height: 26px;
  flex: 1;
  color: #0050a3;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 90%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  transition: 0.2s ease-out;
  margin: 0 25px 0 0;
}
.link .lj a:hover {
  color: #0050a3;
  transform: translateX(3px);
}
.jsview {
  transition: all 0.7s ease-out;
  clip-path: polygon(50% 0%, 50% 50%, 98% 35%, 50% 50%, 79% 91%, 50% 50%, 21% 91%, 50% 50%, 2% 35%, 50% 50%);
}
.isview {
  clip-path: polygon(50% 0%, 100% 0, 100% 34%, 100% 56%, 100% 100%, 49% 100%, 0 100%, 0 66%, 0 36%, 0 0);
}
