.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: #015aae;
  border-top-color: #015aae;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #015aae;
  border-bottom-color: #015aae;
  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);
  }
}
.abo {
  height: 828px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .z1 {
  width: 565px;
}
.abo .z1 .top .zm {
  font-family: Arial;
  font-size: 62px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
}
.abo .z1 .top .zm i {
  color: #015aae;
  font-weight: 1000;
  line-height: 45px;
}
.abo .z1 .top h3 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 28px 0 0;
}
.abo .z1 .text {
  font-size: 16px;
  color: #666;
  line-height: 36px;
  margin: 80px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .z1 .list {
  display: flex;
  justify-content: space-between;
  margin: 90px 0 0;
}
.abo .z1 .list li p {
  position: relative;
}
.abo .z1 .list li p i {
  font-family: Arial;
  font-size: 50px;
  font-weight: bold;
  line-height: 40px;
  color: #015aae;
}
.abo .z1 .list li p span {
  font-size: 16px;
  line-height: 15px;
  color: #333;
  position: absolute;
  top: -2px;
  right: -20px;
}
.abo .z1 .list li .wz {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 15px;
  margin: 15px 0 0;
}
.abo .z1 .list li:nth-child(3) p span {
  right: -31px;
}
.abo .z1 .more {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 72px 0 0;
}
.abo .y1 {
  width: 709px;
  height: 546px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  margin-right: -43px;
}
.abo .y1 .about {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.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);
}
.pro {
  padding: 87px 0 0;
  height: 1150px;
  background: #f6f7fb;
  box-sizing: border-box;
}
.pro .top {
  display: flex;
  justify-content: space-between;
}
.pro .top .text {
  position: relative;
  width: 440px;
}
.pro .top .text .zm {
  font-family: Arial;
  font-size: 100px;
  color: #ccc;
  line-height: 75px;
  font-weight: bold;
}
.pro .top .text h3 {
  position: absolute;
  top: 52px;
  left: 0;
}
.pro .top .text h3 a {
  display: block;
  font-size: 36px;
  color: #333;
  line-height: 30px;
}
.pro .top .text p {
  font-size: 17px;
  color: #333;
  line-height: 15px;
  margin: 38px 0 0;
}
.pro .top .sild10 {
  width: 720px;
  height: 30px;
  position: relative;
  margin: 45px 76px 0 0;
}
.pro .top .sild10 .bd li {
  margin-right: 30px;
  width: 210px;
  float: left;
}
.pro .top .sild10 .bd li a {
  display: block;
  font-size: 16px;
  color: #666;
  padding-left: 15px;
  position: relative;
  box-sizing: border-box;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .top .sild10 .bd li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #dadada;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.pro .top .sild10 .bd li a:hover {
  color: #015aae;
}
.pro .top .sild10 .arrow {
  width: 55px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 3px;
  right: -55px;
}
.pro .top .sild10 .arrow .prev {
  width: 22px;
  height: 22px;
  background: url(../images/prev-pro.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .top .sild10 .arrow .prev:hover {
  border-color: #015aae;
  background: #015aae url(../images/prev-pros.png) no-repeat center;
}
.pro .top .sild10 .arrow .next {
  width: 22px;
  height: 22px;
  background: url(../images/next-pro.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .top .sild10 .arrow .next:hover {
  border-color: #015aae;
  background: #015aae url(../images/next-pros.png) no-repeat center;
}
.pro .region {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 58px 0 0;
}
.pro .region li {
  width: 399px;
  height: 384px;
  background: #fff;
  margin-bottom: 55px;
  position: relative;
}

.pro .region li h3{
  font-size: 25px;
  font-weight: 600;
  color: #616f7a;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  position: relative;
  transition: all 0.3s ease 0.2s;
  width: 100%;
  color: #fff;
  position: absolute;
  top: 130px;
  left: 50%;
  opacity: 0;
  z-index: 2;
  transform: translateX(-50%) scale(2);
  transition: all 0.3s ease 0.2s;
  text-align: center;
  z-index: 90;
  pointer-events: none;
}

.pro .region li:hover h3{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.pro .region li .img {
  display: block;
  width: 399px;
  height: 304px;
  overflow: hidden;
  position: relative;
}

.pro .region li .img:before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(36deg, #666 42.34%, transparent 42.34%) 0 0,
    linear-gradient(72deg, #888 75.48%, transparent 75.48%) 0 0,
    linear-gradient(-36deg, #888 42.34%, transparent 42.34%) 100% 0,
    linear-gradient(-72deg, #777 75.48%, transparent 75.48%) 100% 0,
    linear-gradient(36deg, transparent 57.66%, #666 57.66%) 100% 100%,
    linear-gradient(72deg, transparent 24.52%, #777 24.52%) 100% 100%,
    linear-gradient(-36deg, transparent 57.66%, #888 57.66%) 0 100%,
    linear-gradient(-72deg, transparent 24.52%, #666 24.52%) 0 100%,
    #555 linear-gradient(#222, #222) 50% 100%;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    transform: translateX(-50%) translateY(-50%) scale(0) rotate(360deg);
    transition: all 0.3s ease 0s;
    z-index: 50;
    pointer-events: none;
}
.pro .region li:hover .img:before {
  opacity: 0.5;
  transform: translateX(-50%) translateY(-50%) scale(1.5) rotate(0);
}
.pro .region li .img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(255, 255, 255, 0.9), transparent, transparent);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 50;
  pointer-events: none;
}

.pro .region li:hover .img:after{
  opacity: 1;
}

.pro .region li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .region li .img img:hover {
  transform: scale(1.1);
}
.pro .region li .text {
  height: 80px;
  padding: 0 50px 0 50px;
  box-sizing: border-box;
  background: url(../images/more1.png) no-repeat center;
  position: relative;
}
.pro .region li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .region li .text .more {
  display: block;
  width: 50px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .region li:hover .text .cond {
  color: #015aae;
  transform: rotateX(360deg);
}

.adv {
  height: 792px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin-top: 78px;
  overflow: hidden;
}
.adv .sild20 {
  position: relative;
}
.adv .sild20 .bd {
  margin-left: 225px;
}
.adv .sild20 .bd li .ys {
  display: block;
  width: 1384px;
  height: 593px;
}
.adv .sild20 .bd li .text {
  padding: 30px 0 0 113px;
  width: 1370px;
  height: 203px;
  box-sizing: border-box;
  background: #fafafa;
}
.adv .sild20 .bd li .text i {
  font-family: Arial;
  font-size: 60px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 550px;
  left: -230px;
}
.adv .sild20 .bd li .text .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 686px;
}
.adv .sild20 .bd li .text p {
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  width: 592px;
  font-size: 16px;
}
.adv .sild20 .hd {
  width: 84px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 699px;
  left: 0;
}
.adv .sild20 .hd li {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.3;
  text-indent: -9999px;
  background: #fff;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  cursor: pointer;
}
.adv .sild20 .hd .on {
  opacity: 1;
}
.adv .sild20 .arrow {
  width: 160px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 663px;
  left: 1170px;
}
.adv .sild20 .arrow .prev {
  display: block;
  width: 80px;
  height: 42px;
  background: #fff url(../images/prev2.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
  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;
}
.adv .sild20 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .sild20 .arrow .next {
  display: block;
  width: 80px;
  height: 42px;
  background: #015aae url(../images/next2.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
  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;
}
.adv .sild20 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.adv .sild20 .top {
  position: absolute;
  top: 185px;
  left: 0;
}
.adv .sild20 .top h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.adv .sild20 .top .out {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
  margin-top: 40px;
}
.adv .sild20 .top p {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 6px;
  margin-top: 5px;
}
.case {
  margin: 69px 0 0;
  overflow: hidden;
}
.case .top {
  position: relative;
}
.case .top .zm {
  font-family: Arial;
  font-size: 100px;
  color: #ccc;
  line-height: 75px;
  font-weight: bold;
  text-align: center;
}
.case .top h3 {
  position: absolute;
  top: 52px;
  left: 0;
  text-align: center;
  display: block;
  font-size: 36px;
  color: #333;
  line-height: 30px;
  width: 100%;
}
.case .top p {
  font-size: 17px;
  color: #333;
  line-height: 15px;
  margin: 38px 0 0;
  text-align: center;
}
.case .sild30 {
  margin: 15px 0 0;
  position: relative;
}
.case .sild30 .bd li {
  width: 410px;
  margin-right: 34px;
  position: relative;
  padding: 55px 0 0;
  box-sizing: border-box;
}

.case .sild30 .bd li .art {
  transition: 0.5s;
  opacity: 0;
  transform: perspective(600px) rotateX(90deg);
  transform-origin: top center 0;
  width: 280px;
  height: 180px;
  background: #eaedf4;
  position: absolute;
  top: -278px;
  right: 0;
  z-index: 50;
  transition: 0.5s linear;
}
.case .sild30 .bd li:hover .art {
  top: 0;
  opacity: 1;
  transform: perspective(600px) rotateX(0deg);
  z-index: 99;
}
.case .sild30 .bd li .art .cond{
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #015aae;
  padding: 0 25px;
  box-sizing: border-box;
}

.case .sild30 .bd li .art p{
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
  font-size: 14px;
  color: #868686;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  margin: 20px 0 0;
}

.case .sild30 .bd li .art .more{
  display: block;
  font-size: 14px;
  color: #616f7a;
  line-height: 30px;
  padding: 0 25px;
  margin: 10px 0 0;
}

.case .sild30 .bd li .tu {
  width: 410px;
  height: 310px;
  background: #f7f7f7;
  box-sizing: border-box;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
}
.case .sild30 .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.case .sild30 .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .sild30 .bd li .text {
  height: 90px;
  padding-left: 103px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.case .sild30 .bd li .text i {
  display: block;
  line-height: 90px;
  font-weight: 1000;
  color: #e4e4e4;
  font-family: Arial;
  font-size: 50px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .bd li .text .plaet {
  width: 300px;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.case .sild30 .bd li .text .plaet .cond {
  display: block;
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #f7f7f7;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .sild30 .bd li .text .plaet p {
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .sild30 .bd li:hover .text i {
  color: #015aae;
  transform: rotateY(360deg);
}
.case .sild30 .prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev-case.png) no-repeat center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  position: absolute;
  top: 165px;
  left: -84px;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.case .sild30 .next {
  width: 50px;
  height: 50px;
  background: url(../images/next-case.png) no-repeat center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  position: absolute;
  top: 165px;
  right: -84px;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.regions {
  height: 664px;
  background: url(../images/regions.jpg) no-repeat center top;
  margin: 70px 0 0;
  padding: 58px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.regions .top {
  display: flex;
  justify-content: space-between;
}
.regions .top .plaet {
  margin-left: 34px;
}
.regions .top .plaet h3 {
  font-size: 28px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.regions .top .plaet p {
  font-size: 24px;
  color: #fff;
  line-height: 25px;
  margin-top: 26px;
}
.regions .top .xun {
  display: block;
  width: 168px;
  height: 44px;
  background: #fff url(../images/xun.png) no-repeat center left;
  background-position-x: 30px;
  padding: 0 0 0 67px;
  box-sizing: border-box;
  border-radius: 22px;
  font-size: 16px;
  color: #333;
  line-height: 44px;
  margin: 17px 0 0;
}
.regions .warp {
  margin: 146px 44px 0 0;
  display: flex;
  justify-content: space-between;
}
.regions .warp .dec {
  width: 328px;
  margin-left: 23px;
}
.regions .warp .z1 {
  width: 530px;
  margin: 7px 0 0 105px;
}
.regions .warp .z1 h3 {
  font-size: 30px;
  color: #015aae;
  line-height: 30px;
  font-weight: bold;
  margin-left: 20px;
}
.regions .warp .z1 h3 i {
  font-family: Arial;
  font-size: 14px;
  color: #b1b1b1;
  line-height: 30px;
  margin-left: 10px;
}
.regions .warp .z1 .sild40 {
  margin: 20px 0 0;
}
.regions .warp .z1 .sild40 .bd li p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  width: 448px;
}
.regions .warp .z1 .sild40 .hd {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.regions .warp .z1 .sild40 .hd li {
  width: 70px;
}
.regions .warp .z1 .sild40 .hd li img {
  display: block;
  width: 70px;
  height: 70px;
}
.regions .warp .z1 .sild40 .hd li p {
  font-size: 14px;
  color: #666;
  line-height: 34px;
  text-align: center;
}
.regions .warp .box {
  width: 247px;
  position: relative;
  z-index: 50;
  padding-left: 31px;
  box-sizing: border-box;
}
.regions .warp .box i {
  font-family: Arial;
  font-size: 300px;
  line-height: 223px;
  font-weight: 1000;
  color: #eee;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.regions .warp .box .zm {
  font-family: Arial;
  font-size: 50px;
  color: #015aae;
  line-height: 40px;
  position: relative;
  z-index: 90;
  font-weight: bold;
  margin: 82px 0 0;
}
.regions .warp .box h3 {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0 0;
  position: relative;
  z-index: 90;
}
.coop {
  margin: 70px 0 0;
  overflow: hidden;
}
.coop .contents {
  display: flex;
  justify-content: space-between;
}
.coop .top {
  position: relative;
  width: 410px;
}
.coop .top .zm {
  font-family: Arial;
  font-size: 100px;
  color: #ccc;
  line-height: 75px;
  font-weight: bold;
}
.coop .top h3 {
  position: absolute;
  top: 52px;
  left: 0;
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  width: 100%;
}
.coop .top p {
  font-size: 17px;
  color: #333;
  line-height: 15px;
  margin: 38px 0 0;
}
.coop .sild50 {
  width: 700px;
  position: relative;
}
.coop .sild50 .bd {
  display: flex;
}
.coop .sild50 .bd li {
  width: 200px !important;
  box-sizing: border-box;
  margin-right: 46px;
}
.coop .sild50 .bd li .img {
  display: block;
  width: 200px;
  height: 110px;
  overflow: hidden;
  border: 1px solid #ddd;
}
.coop .sild50 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .sild50 .bd li .img img:hover {
  transform: scale(1.1);
}
.coop .sild50 .bd li .cond {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 63px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.coop .sild50 .prev {
  width: 38px;
  height: 38px;
  background: url(../images/prev-coop.png) no-repeat center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  position: absolute;
  top: 33px;
  left: -72px;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .sild50 .prev:hover {
  background: #015aae url(../images/prev-pros.png) no-repeat center;
}
.coop .sild50 .next {
  width: 38px;
  height: 38px;
  background: url(../images/next-coop.png) no-repeat center;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  position: absolute;
  top: 33px;
  right: -72px;
  cursor: pointer;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.coop .sild50 .next:hover {
  background: #015aae url(../images/next-pros.png) no-repeat center;
}
.new {
  height: 820px;
  background: #f6f7fb;
  margin: 50px 0 0;
  padding: 58px 0 0;
  box-sizing: border-box;
}
.new .top {
  position: relative;
  width: 410px;
}
.new .top .zm {
  font-family: Arial;
  font-size: 100px;
  color: #ccc;
  line-height: 75px;
  font-weight: bold;
}
.new .top h3 {
  position: absolute;
  top: 52px;
  left: 0;
  display: block;
  font-size: 30px;
  color: #333;
  line-height: 30px;
  width: 100%;
}
.new .top p {
  font-size: 17px;
  color: #333;
  line-height: 15px;
  margin: 38px 0 0;
}
.new .sild60 {
  position: relative;
  margin: 43px 0 0;
}
.new .sild60 .bd li .warp {
  width: 1010px;
  margin-left: 292px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new .sild60 .bd li .warp .list {
  width: 475px;
  position: relative;
  margin-bottom: 50px;
}
.new .sild60 .bd li .warp .list .cond {
  width: 503px;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  padding-right: 80px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild60 .bd li .warp .list p {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new .sild60 .bd li .warp .list .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  text-align: left;
  width: 127px;
  height: 25px;
  border-radius: 13px;
  margin: 10px 0 0;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild60 .bd li .warp .list .data {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  position: absolute;
  top: 0%;
  right: 0;
}
.new .sild60 .bd li .warp .list:hover .more {
  background: #015aae;
  text-align: center;
  color: #fff;
}
.new .sild60 .bd li .plaet {
  display: flex;
  justify-content: space-between;
}
.new .sild60 .bd li .plaet .list {
  width: 401px;
  height: 100px;
  background: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  box-sizing: border-box;
}
.new .sild60 .bd li .plaet .list .cond {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 35px;
  padding-left: 40px;
  box-sizing: border-box;
  background: url(../images/title1.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild60 .bd li .plaet .list .data {
  font-size: 14px;
  color: #9b9b9b;
  line-height: 30px;
  padding-left: 24px;
  background: url(../images/time.png) no-repeat center left;
  margin: 10px 0 0;
}
.new .sild60 .bd li .plaet .list:hover .cond {
  color: #015aae;
}
.new .sild60 .hd {
  width: 610px;
  position: absolute;
  top: -125px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.new .sild60 .hd li {
  background: #fff;
  padding: 0 0 0 29px;
  width: 165px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild60 .hd li a {
  display: block;
  width: 165px;
  height: 70px;
  padding-left: 40px;
  font-size: 18px;
  color: #333;
  line-height: 70px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild60 .hd .on {
  background: #015aae;
}
.new .sild60 .hd .on a {
  color: #fff;
}
.new .sild60 .hd li:nth-child(1) a {
  background: url(../images/new1.png) no-repeat center left;
}
.new .sild60 .hd li:nth-child(2) a {
  background: url(../images/new2.png) no-repeat center left;
}
.new .sild60 .hd li:nth-child(3) a {
  background: url(../images/new3.png) no-repeat center left;
}
.new .sild60 .hd .on:nth-child(1) a {
  background: url(../images/new1s.png) no-repeat center left;
}
.new .sild60 .hd .on:nth-child(2) a {
  background: url(../images/new2s.png) no-repeat center left;
}
.new .sild60 .hd .on:nth-child(3) a {
  background: url(../images/new3s.png) no-repeat center left;
}
.new .sild60 .rong {
  display: block;
  width: 215px;
  height: 280px;
  position: absolute;
  top: 0;
  left: 0;
}
.new .sild60 .rong::before {
  content: "";
  display: block;
  width: 238px;
  height: 294px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  right: 0;
}
.new .sild60 .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.new .link {
  height: 41px;
  display: flex;
  margin: 71px 0 0;
}
.new .link p {
  width: 100px;
  height: 41px;
  font-family: Cambria;
  font-size: 32px;
  line-height: 21px;
  background: url(../images/link.png) no-repeat bottom right;
}
.new .link p i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 15px;
  margin-top: 6px;
}
.new .link .lj {
  margin-left: 59px;
}
.new .link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin-right: 64px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .link .lj a:hover {
  color: #015aae;
}
.new .link .lj a:last-child {
  margin: 0;
}

