.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: #1044a9;
  border-top-color: #1044a9;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #1044a9;
  border-bottom-color: #1044a9;
  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);
  }
}
.abo {
  margin: 80px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
}
.abo .warp .z1 {
  width: 400px;
}
.abo .warp .z1 .top {
  position: relative;
  margin-top: 78px;
}
.abo .warp .z1 .top i {
  font-size: 90px;
  color: #1044a9;
  line-height: 61px;
  font-weight: bold;
  font-family: Times, serif;
  position: absolute;
  top: 0;
  left: 0;
}
.abo .warp .z1 .top .text {
  padding-left: 87px;
}
.abo .warp .z1 .top .text h3 {
  font-size: 36px;
  color: #333;
  line-height: 36px;
}
.abo .warp .z1 .top .text p {
  font-size: 16px;
  color: #808080;
  line-height: 12px;
  margin-top: 13px;
}
.abo .warp .z1 .plaet {
  width: 734px;
  height: 348px;
  background: #fff;
  padding: 45px 0 0;
  box-sizing: border-box;
  margin: 41px 0 0;
  position: relative;
  z-index: 50;
}
.abo .warp .z1 .plaet::before {
  content: "";
  display: block;
  width: 226px;
  height: 34px;
  position: absolute;
  background: url(../images/ng.png) no-repeat center;
  right: 65px;
  bottom: 18px;
}
.abo .warp .z1 .plaet .cond {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  display: block;
}
.abo .warp .z1 .plaet p {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
  width: 672px;
  margin-top: 40px;
}
.abo .warp .z1 .plaet .more {
  display: block;
  width: 175px;
  height: 63px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 16px;
  color: #fff;
  line-height: 63px;
  text-align: center;
  margin: 55px 0 0;
}
.abo .warp .about {
  width: 868px;
  height: 527px;
  overflow: hidden;
}
.abo .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .warp .about img:hover {
  transform: scale(1.1);
}
.abo .sild10 {
  margin: 67px 0 0;
  position: relative;
}
.abo .sild10 .bd {
  display: flex;
}
.abo .sild10 .bd li {
  width: 290px;
  height: 220px;
  position: relative;
  margin-right: 40px;
}
.abo .sild10 .bd li .tu {
  width: 290px;
  height: 220px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 5px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .sild10 .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .sild10 .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .sild10 .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.abo .sild10 .bd li .cond {
  width: 280px;
  box-sizing: border-box;
  display: block;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .sild10 .bd li:hover .tu {
  border-color: #1044a9;
}
.abo .sild10 .prev {
  width: 48px;
  height: 48px;
  background: #1044a9 url(../images/prev-abo.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 84px;
  left: -111px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .sild10 .prev:hover {
  background: #eb6100 url(../images/prev-abo.png) no-repeat center;
}
.abo .sild10 .next {
  width: 48px;
  height: 48px;
  background: #1044a9 url(../images/next-abo.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 84px;
  right: -111px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .sild10 .next:hover {
  background: #eb6100 url(../images/next-abo.png) no-repeat center;
}
.pro {
  margin-top: 81px;
  height: 710px;
}
.pro .box {
  display: flex;
}
.pro .box .top {
  position: relative;
}
.pro .box .top i {
  font-size: 90px;
  color: #1044a9;
  line-height: 61px;
  font-weight: bold;
  font-family: Times, serif;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .box .top .text {
  padding-left: 87px;
}
.pro .box .top .text h3 a {
  font-size: 36px;
  color: #333;
  line-height: 36px;
  display: block;
}
.pro .box .top .text p {
  font-size: 16px;
  color: #808080;
  line-height: 12px;
  margin-top: 13px;
}
.pro .box .plaet {
  margin-left: 164px;
}
.pro .box .plaet p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 17px;
  margin-top: 13px;
}
.pro .box .plaet .zm {
  font-size: 12px;
  color: #ccc;
  line-height: 13px;
  margin-top: 11px;
}
.pro .warp {
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
}
.pro .warp .z1 {
  width: 1040px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pro .warp .z1 li {
  width: 320px;
  position: relative;
  margin-bottom: 70px;
}
.pro .warp .z1 li .tu {
  width: 320px;
  height: 240px;
  border: 1px solid #e5e5e5;
  padding: 5px;
  box-sizing: border-box;
}
.pro .warp .z1 li .tu .img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.pro .warp .z1 li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .z1 li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .warp .z1 li .text {
  width: 240px;
  height: 60px;
  position: absolute;
  top: 206px;
  left: 40px;
  padding: 0 80px 0 22px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(16, 68, 169, 0.2);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .z1 li .text .cond {
  display: block;
  height: 60px;
  font-size: 16px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .z1 li .text .more {
  display: block;
  width: 22px;
  height: 60px;
  background: url(../images/more3.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 23px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .z1 li:hover .text {
  background: #1044a9;
}
.pro .warp .z1 li:hover .text .cond {
  color: #fff;
}
.pro .warp .z1 li:hover .text .more {
  background: url(../images/more4.png) no-repeat center;
}
.pro .warp .y1 {
  width: 191px;
  height: 576px;
  box-shadow: 0 0 10px 0 rgba(16, 68, 169, 0.2);
}
.pro .warp .y1 p {
  width: 191px;
  height: 72px;
  background: #eb6100 url(../images/title3.png) no-repeat center left;
  background-position-x: 36px;
  font-size: 20px;
  color: #fff;
  line-height: 72px;
  padding-left: 75px;
  box-sizing: border-box;
}
.pro .warp .y1 .list {
  padding: 0 21px;
  margin-top: 20px;
}
.pro .warp .y1 .list a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 64px;
  text-align: center;
  background: url(../images/line3.png) no-repeat center bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .warp .y1 .list a:hover {
  color: #1044a9;
}
.pro .warp .y1 .list a:last-child {
  background: none;
}
.adv {
  height: 1042px;
  background: url(../images/adv.jpg) no-repeat center top;
  padding: 51px 0 0;
  box-sizing: border-box;
}
.adv .top {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
.adv .top i {
  font-size: 90px;
  color: #1044a9;
  line-height: 61px;
  font-weight: bold;
  font-family: Times, serif;
  position: absolute;
  top: 0;
  left: 0;
}
.adv .top .text {
  padding-left: 87px;
}
.adv .top .text h3 {
  font-size: 36px;
  color: #333;
  line-height: 36px;
}
.adv .top .text p {
  font-size: 16px;
  color: #808080;
  line-height: 12px;
  margin-top: 13px;
}
.adv .sild20 {
  margin-top: 166px;
  height: 770px;
  position: relative;
}
.adv .sild20 .hd li .cond {
  font-size: 24px;
  color: #1044a9;
  line-height: 25px;
  font-weight: bold;
}
.adv .sild20 .hd li p {
  font-size: 16px;
  color: #7e7e7e;
  line-height: 30px;
  margin-top: 25px;
}
.adv .sild20 .hd li:nth-child(1) {
  width: 206px;
  position: absolute;
  top: 246px;
  left: 95px;
}
.adv .sild20 .hd li:nth-child(1)::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background: #fff url(../images/y1.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 142px;
  left: 220px;
  z-index: 40;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd li:nth-child(2) {
  width: 218px;
  position: absolute;
  top: 0;
  left: 359px;
}
.adv .sild20 .hd li:nth-child(2)::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background: #fff url(../images/y2.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 205px;
  left: 108px;
  z-index: 40;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd li:nth-child(3) {
  width: 199px;
  position: absolute;
  top: 0;
  right: 360px;
}
.adv .sild20 .hd li:nth-child(3)::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background: #fff url(../images/y3.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 205px;
  left: 22px;
  z-index: 40;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd li:nth-child(4) {
  width: 206px;
  position: absolute;
  top: 276px;
  right: 95px;
}
.adv .sild20 .hd li:nth-child(4)::before {
  content: "";
  display: block;
  width: 110px;
  height: 110px;
  background: #fff url(../images/y4.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
  position: absolute;
  top: 112px;
  left: -137px;
  z-index: 40;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.adv .sild20 .hd .on:nth-child(1)::before {
  background: #1044a9 url(../images/y1s.png) no-repeat center;
}
.adv .sild20 .hd .on:nth-child(2)::before {
  background: #1044a9 url(../images/y2s.png) no-repeat center;
}
.adv .sild20 .hd .on:nth-child(3)::before {
  background: #1044a9 url(../images/y3s.png) no-repeat center;
}
.adv .sild20 .hd .on:nth-child(4)::before {
  background: #1044a9 url(../images/y4s.png) no-repeat center;
}
.adv .sild20 .bd li .aside {
  width: 540px;
  height: 540px;
  border-radius: 50%;
  position: absolute;
  top: 224px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  overflow: hidden;
}
.adv .sild20 .bd li .aside img {
  width: 100%;
}
.adv .sild20 .box {
  position: absolute;
  left: 0;
  bottom: 65px;
}
.adv .sild20 .box p {
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.adv .sild20 .box .g {
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  margin: 22px 0 0 113px;
  position: relative;
}
.adv .sild20 .box .g::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  background: url(../images/title2.png) no-repeat center;
  top: 0;
  left: -75px;
}
.adv .sild20 .region {
  position: absolute;
  bottom: 65px;
  right: 0;
}
.adv .sild20 .region .num {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  padding-left: 49px;
  font-weight: bold;
  background: url(../images/tel3.png) no-repeat center left;
}
.adv .sild20 .region .xun {
  display: block;
  width: 214px;
  height: 46px;
  background: url(../images/xun.png) no-repeat center;
  font-size: 16px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  margin-top: 18px;
}
.case {
  margin-top: 80px;
}
.case .top {
  position: relative;
  width: 231px;
  margin: 0 auto;
}
.case .top i {
  font-size: 90px;
  color: #1044a9;
  line-height: 61px;
  font-weight: bold;
  font-family: Times, serif;
  position: absolute;
  top: 0;
  left: 0;
}
.case .top .text {
  padding-left: 87px;
}
.case .top .text h3 {
  font-size: 36px;
  color: #333;
  line-height: 36px;
}
.case .top .text p {
  font-size: 16px;
  color: #808080;
  line-height: 12px;
  margin-top: 13px;
}
.case .sild30 {
  margin-top: 51px;
  position: relative;
}
.case .sild30 .bd li {
  width: 1280px;
  height: 500px;
  background: url(../images/case-list.png) no-repeat center right;
  position: relative;
}
.case .sild30 .bd li .img {
  display: block;
  width: 793px;
  height: 500px;
  overflow: hidden;
}
.case .sild30 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .bd li .img img:hover {
  transform: scale(1.1);
}
.case .sild30 .bd li .plaet {
  width: 521px;
  height: 261px;
  background: #1044a9;
  padding: 50px 41px 0;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  right: 0;
}
.case .sild30 .bd li .plaet::before {
  content: "";
  display: block;
  width: 25px;
  height: 4px;
  position: absolute;
  background: #fff;
  top: 89px;
  left: 41px;
}
.case .sild30 .bd li .plaet .cond {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .sild30 .bd li .plaet p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 40px;
}
.case .sild30 .bd li .plaet .more {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  padding-left: 55px;
  background: url(../images/more2.png) no-repeat center left;
  margin-top: 25px;
}
.case .sild30 .hd {
  width: 110px;
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
  justify-content: space-between;
}
.case .sild30 .hd li {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .hd .on {
  background: #eb6100;
}
.case .sild30 .arrow {
  width: 140px;
  height: 70px;
  position: absolute;
  top: 360px;
  left: 759px;
  display: flex;
  justify-content: space-between;
}
.case .sild30 .arrow .prev {
  width: 70px;
  height: 70px;
  background: url(../images/arr-case.png) no-repeat center left;
  cursor: pointer;
}
.case .sild30 .arrow .next {
  width: 70px;
  height: 70px;
  background: url(../images/arr-case.png) no-repeat center right;
  cursor: pointer;
}
.case .listimg {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.case .listimg li {
  width: 390px;
  height: 300px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
.case .listimg li .img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.case .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .listimg li .img img:hover {
  transform: scale(1.1);
}
.case .listimg li .text {
  width: 360px;
  height: 50px;
  background: rgba(2, 15, 31, 0.2);
  padding: 0 50px 0 18px;
  box-sizing: border-box;
  position: absolute;
  bottom: 20px;
  left: 15px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .listimg li .text .cond {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .listimg li .text p {
  display: none;
}
.case .listimg li .text .more {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../images/more5.png) no-repeat center;
  position: absolute;
  top: 19px;
  right: 29px;
}
.case .listimg li:hover .text {
  width: 380px;
  height: 290px;
  background: rgba(16, 68, 169, 0.6);
  top: 5px;
  left: 5px;
  padding: 45px;
}
.case .listimg li:hover .text .cond {
  font-weight: bold;
}
.case .listimg li:hover .text p {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 8px;
}
.case .listimg li:hover .text .more {
  position: absolute;
  top: 202px;
  left: 40px;
}
.regions {
  height: 498px;
  background: url(../images/region.jpg) no-repeat center top;
  margin-top: 80px;
  padding: 54px 0 0;
  box-sizing: border-box;
}
.regions .contents {
  display: flex;
  justify-content: space-between;
}
.regions .plaet {
  width: 665px;
}
.regions .plaet h3 {
  font-size: 30px;
  color: #fff;
  line-height: 28px;
  font-weight: bold;
  margin-top: 8px;
}
.regions .plaet p {
  font-size: 24px;
  color: #fff;
  line-height: 23px;
  letter-spacing: 16px;
  margin: 44px 0 16px;
}
.regions .plaet .zm {
  font-size: 12px;
  color: #93a2cf;
  line-height: 10px;
}
.regions .plaet .gk {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 6px;
  margin: 44px 0 85px;
}
.regions .plaet .text {
  padding-left: 85px;
  background: url(../images/tel2.png) no-repeat center left;
  display: flex;
  justify-content: space-between;
}
.regions .plaet .text .num span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.regions .plaet .text .num .n {
  font-size: 24px;
  color: #eb6100;
  line-height: 20px;
  font-weight: bold;
}
.regions .plaet .text .box {
  width: 260px;
}
.regions .plaet .text .box .z {
  font-size: 24px;
  color: #fff;
  line-height: 23px;
  margin-left: 10px;
  letter-spacing: 14px;
}
.regions .plaet .text .box .j {
  font-size: 16px;
  color: #eb6100;
  text-align: center;
  width: 260px;
  height: 40px;
  background: #fff;
  border-radius: 20px;
  line-height: 40px;
  margin-top: 11px;
}
.regions .FOM {
  margin-right: 51px;
}
.regions .FOM .n {
  width: 415px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  padding: 0 0 0 55px;
  box-sizing: border-box;
  margin-bottom: 33px;
  border: solid 1px #eb6100;
}
.regions .FOM .n img {
  width: 91px;
  height: 36px;
  position: absolute;
  top: 7px;
  right: 16px;
}
.regions .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  background: none;
  color: #808080;
}
.regions .FOM .n input::placeholder {
  color: #808080;
}
.regions .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 47px;
  background: none;
  color: #808080;
}
.regions .FOM .n textarea::placeholder {
  color: #808080;
}
.regions .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 23px;
}
.regions .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 23px;
}
.regions .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  background-position-x: 23px;
}
.regions .FOM .n:nth-child(4) {
  background: url(../images/f4.png) no-repeat center left;
  background-position-x: 23px;
}
.regions .FOM #btn {
  width: 415px;
  height: 50px;
  background: #eb6100;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.new {
  margin-top: 70px;
}
.new .top {
  position: relative;
  width: 231px;
  margin: 0 auto;
}
.new .top i {
  font-size: 90px;
  color: #1044a9;
  line-height: 61px;
  font-weight: bold;
  font-family: Times, serif;
  position: absolute;
  top: 0;
  left: 0;
}
.new .top .text {
  padding-left: 87px;
}
.new .top .text h3 a {
  font-size: 36px;
  color: #333;
  line-height: 36px;
}
.new .top .text p {
  font-size: 16px;
  color: #808080;
  line-height: 12px;
  margin-top: 13px;
}
.new .sild40 .hd {
  position: relative;
  display: flex;
  border-bottom: 1px solid #ccc;
  height: 40px;
  box-sizing: border-box;
}
.new .sild40 .hd li {
  margin-right: 42px;
}
.new .sild40 .hd li .cond {
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  position: relative;
}
.new .sild40 .hd li .cond::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #1044a9;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd li .more {
  display: block;
  font-size: 14px;
  color: #868686;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .hd .on .cond {
  color: #1044a9;
}
.new .sild40 .hd .on .cond::before {
  width: 80px;
}
.new .sild40 .hd .on .more {
  opacity: 1;
}
.new .sild40 .bd li {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .plaet {
  width: 570px;
}
.new .sild40 .bd li .plaet .img {
  display: block;
  width: 570px;
  height: 350px;
  overflow: hidden;
}
.new .sild40 .bd li .plaet .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .plaet .img img:hover {
  transform: scale(1.1);
}
.new .sild40 .bd li .plaet .text {
  position: relative;
}
.new .sild40 .bd li .plaet .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 20px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .plaet .text p {
  font-size: 16px;
  color: #868686;
  line-height: 30px;
}
.new .sild40 .bd li .plaet .text .data {
  width: 150px;
  height: 40px;
  background: #fff;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -60px;
  left: 210px;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 40px;
}
.new .sild40 .bd li .plaet .text .data i {
  display: inline-block;
  width: 50px;
  height: 40px;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  text-align: center;
  border-right: 1px solid #ccc;
  margin-right: 23px;
}
.new .sild40 .bd li .plaet:hover .text .cond {
  color: #1044a9;
}
.new .sild40 .bd li .aside .list {
  width: 645px;
  height: 140px;
  background: #fafafa;
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
}
.new .sild40 .bd li .aside .list .data {
  width: 136px;
  padding: 40px 0 0 0;
  box-sizing: border-box;
  border-right: 1px solid #e7e7e7;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  text-align: center;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .aside .list .data i {
  font-family: Arial;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  color: #666;
  text-align: center;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .aside .list .text {
  width: 454px;
  margin-right: 21px;
}
.new .sild40 .bd li .aside .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding: 15px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild40 .bd li .aside .list .text p {
  font-size: 16px;
  color: #868686;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 8px;
}
.new .sild40 .bd li .aside .list:hover .data {
  background: #1044a9;
  color: #fff;
}
.new .sild40 .bd li .aside .list:hover .data i {
  color: #fff;
}
.new .sild40 .bd li .aside .list:hover .text .cond {
  color: #1044a9;
}
.new .reg{
  margin: 10px 0 0;
}
.new .reg .t {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.new .reg .t::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  position: absolute;
  background: #1044a9;
  bottom: -2px;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .reg .t p {
  font-size: 18px;
  color: #1044a9;
  line-height: 40px;
  font-weight: bold;
}
.new .reg .t .more {
  font-size: 14px;
  color: #868686;
  line-height: 40px;
}
.new .reg .plaet {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.new .reg .plaet .list {
  width: 610px;
  height: 140px;
  background: #fafafa;
  padding: 25px 30px 0;
  box-sizing: border-box;
}
.new .reg .plaet .list .cond {
  display: block;
  line-height: 28px;
  padding-left: 48px;
  font-size: 18px;
  color: #333;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .reg .plaet .list .cond::before {
  content: "问";
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 5px;
  background: #eb6100;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}
.new .reg .plaet .list p {
  font-size: 16px;
  color: #868686;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  padding-left: 48px;
  position: relative;
  margin: 15px 0 0;
}
.new .reg .plaet .list p::before {
  content: "答";
  width: 28px;
  height: 28px;
  display: block;
  border-radius: 5px;
  background: #1044a9;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: 5px;
  left: 0;
}
.new .reg .plaet .list:hover .cond {
  color: #1044a9;
}
.link {
  height: 79px;
  position: relative;
  margin-top: 79px;
}
.link p {
  width: 79px;
  height: 79px;
  background: url(../images/link.png) no-repeat center;
  font-family: Times, serif;
  line-height: 79px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #868686;
  line-height: 75px;
  margin-right: 31px;
}
.link .lj a:nth-child(6) {
  margin-right:97px;
}
@media (max-width: 1440px) {
  .abo .sild10 .prev {
    left: -50px;
  }
  .abo .sild10 .next {
    right: -50px;
  }
  .banner .ding {
    width: 80%;
    background: #fff;
  }
  .banner .ding {
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
