.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: #0098e1;
  border-top-color: #0098e1;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #0098e1;
  border-bottom-color: #0098e1;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.yuas {
  -webkit-animation: hang linear 2s infinite;
}
@-webkit-keyframes hang {
  0%,
  100% {
    -webkit-transform: translate(0, -8px);
  }
  50% {
    -webkit-transform: translate(0, 0);
  }
}
.zyuo {
  -webkit-animation: zyuo linear 2s infinite;
}
@keyframes zyuo {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.je {
  animation: jello 2s 1s infinite;
}
@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.pro {
  margin-top: 128px;
}
.pro .top {
  width: 1105px;
  margin: 0 auto;
}
.pro .top h3 {
  width: 280px;
  margin: 0 auto;
  position: relative;
}
.pro .top h3::before {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  position: absolute;
  background: #0098e1;
  top: 46px;
  left: 81px;
}
.pro .top h3 a {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.pro .top h3 i {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.pro .top p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  text-align: center;
  margin-top: 40px;
}
.pro .sild10 {
  display: flex;
  justify-content: space-between;
  width: 1255px;
  margin: 40px auto 0;
}
.pro .sild10 li {
  width: 279px;
  height: 62px;
  background: #f2f2f2;
  position: relative;
}
.pro .sild10 li .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 62px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .sild10 li .cond:hover {
  background: #0098e1;
  color: #fff;
}
.pro .sild10 li .er {
  display: none;
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 50;
}
.pro .sild10 li .er a {
  display: block;
  width: 279px;
  height: 46px;
  background: #f2f2f2;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 0 10px;
  box-sizing: border-box;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .sild10 li .er a:hover {
  background: url(../images/pro-list.jpg) no-repeat center;
  color: #fff;
}
.pro .sild10 .on .cond {
  background: #0098e1;
  color: #fff;
}
.pro .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
.pro .list li {
  width: 300px;
  margin: 0 20px 28px 0;
}
.pro .list li .img {
  display: block;
  width: 300px;
  height: 225px;
  overflow: hidden;
}
.pro .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li .img img:hover {
  transform: scale(1.1);
}
.pro .list li .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 53px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.pro .list li:hover .cond {
  color: #0098e1;
  box-shadow: 0px 2px 7px 0px rgba(82, 82, 82, 0.13);
}
.abo {
  height: 760px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin-top: 30px;
  padding: 123px 0 0;
  box-sizing: border-box;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .plaet {
  width: 594px;
}
.abo .plaet .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 37px;
}
.abo .plaet .text {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
  margin-top: 90px;
}
.abo .plaet .list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.abo .plaet .list a {
  display: block;
  width: 142px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .plaet .list a:hover {
  background: #0098e1;
  color: #fff;
}
.abo .plaet .sild20 {
  margin-top: 50px;
  position: relative;
}
.abo .plaet .sild20 .numswiper {
  width: 350px;
}
.abo .plaet .sild20 .numswiper .swiper-slide {
  height: 65px;
  box-sizing: border-box;
}
.abo .plaet .sild20 .numswiper .swiper-slide p {
  line-height: 15px;
  padding-top: 49px;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #333;
}
.abo .plaet .sild20 .numswiper .swiper-slide p::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  background: url(../images/cire1.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .plaet .sild20 .numswiper .swiper-slide-active p::before {
  background: url(../images/cire2.png) no-repeat center;
}
.abo .plaet .sild20 .mgswiper {
  width: 590px;
  margin-top: 35px;
}
.abo .plaet .sild20 .mgswiper p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
}
.abo .plaet .sild20 .swiper-button-next {
  width: 50px;
  height: 50px;
  background: url(../images/next-abo.png) no-repeat center;
  top: 4%;
  right: -20px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .plaet .sild20 .swiper-button-next:hover {
  background: url(../images/next-abos.png) no-repeat center;
}
.abo .plaet .sild20 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: url(../images/prev-abo.png) no-repeat center;
  top: 4%;
  left: -20px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .plaet .sild20 .swiper-button-prev:hover {
  background: url(../images/prev-abos.png) no-repeat center;
}
.abo .aside {
  width: 665px;
  position: relative;
}
.abo .aside .zm {
  font-size: 48px;
  color: #0098e1;
  line-height: 40px;
}
.abo .aside .about {
  width: 556px;
  height: 469px;
  overflow: hidden;
  margin: 70px 0 0 24px;
}
.abo .aside .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.abo .aside .about img:hover {
  transform: scale(1.1);
}
.abo .aside .box i {
  font-size: 150px;
  color: #ffff;
  line-height: 113px;
  position: absolute;
  top: -38px;
  right: 108px;
}
.abo .aside .box p {
  font-size: 18px;
  color: #333;
  letter-spacing: 1px;
  color: #fff;
  writing-mode: tb-rl;
  line-height: 16px;
  width: 16px;
  position: absolute;
  top: 95px;
  right: 30px;
}
.new {
  height: 1132px;
  background: url(../images/new.jpg) no-repeat center top;
  padding-top: 103px;
  box-sizing: border-box;
}
.new .top {
  width: 380px;
}
.new .top h3 {
  width: 255px;
  margin-left: 89px;
  position: relative;
}
.new .top h3 a {
  font-size: 30px;
  color: #333;
  line-height: 30px;
}
.new .top h3 i {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.new .top p {
  font-size: 18px;
  color: #666;
  line-height: 20px;
  margin-top: 10px;
}
.new .sild30 {
  margin-top: 73px;
  position: relative;
}
.new .sild30 .bd li .list {
  height: 220px;
  margin-bottom: 77px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.new .sild30 .bd li .list::before {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 258px;
  left: 0;
}
.new .sild30 .bd li .list .img {
  display: block;
  width: 440px;
  height: 220px;
  overflow: hidden;
}
.new .sild30 .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd li .list .img img:hover {
  transform: scale(1.1);
}
.new .sild30 .bd li .list .plaet {
  width: 799px;
}
.new .sild30 .bd li .list .plaet .cond {
  display: block;
  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;
}
.new .sild30 .bd li .list .plaet p {
  font-size: 14px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
.new .sild30 .bd li .list .plaet .data {
  display: flex;
  justify-content: space-between;
}
.new .sild30 .bd li .list .plaet .data i {
  font-size: 14px;
  color: #999;
  line-height: 35px;
  padding-left: 26px;
  background: url(../images/data.png) no-repeat center left;
}
.new .sild30 .bd li .list .plaet .data .more {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 35px;
  padding-right: 45px;
  background: url(../images/more1.png) no-repeat center right;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .bd li .list:hover .plaet .cond {
  color: #0098e1;
}
.new .sild30 .bd li .list:hover .plaet .data .more {
  background: url(../images/more2.png) no-repeat center right;
  color: #0098e1;
}
.new .sild30 .bd li .list:last-child::before {
  display: none;
}
.new .sild30 .hd {
  width: 395px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -116px;
  right: 0;
}
.new .sild30 .hd li {
  width: 86px;
  height: 40px;
  background: url(../images/new1.png) no-repeat center left;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd li a {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  padding-left: 22px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.new .sild30 .hd .on {
  background: url(../images/new2.png) no-repeat center left;
}
.new .sild30 .hd .on a {
  color: #0098e1;
}
.new .sild30 .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
}
.new .sild30 .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
}
.new .sild30 .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
}
.new .sild30 .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
}
.new .sild30 .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
}
.new .sild30 .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
}
.mess {
  height: 480px;
  background: url(../images/mess.jpg) no-repeat center top;
  padding: 52px 0 0;
  box-sizing: border-box;
}
.mess h2 {
  font-size: 32px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  font-weight: bold;
}
.mess h3 {
  width: 500px;
  margin: 99px auto 0;
  position: relative;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}
.mess h3 i {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  text-align: center;
}
.mess .FOM {
  width: 840px;
  margin: 35px auto 0;
}
.mess .FOM .n {
  height: 42px;
  position: relative;
  padding: 0 0 0 39px;
  box-sizing: border-box;
  margin-bottom: 35px;
  border: solid 1px #ddd;
  float: left;
}
.mess .FOM .n img {
  width: 90px;
  height: 36px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.mess .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 42px;
  background: none;
  color: #666;
}
.mess .FOM .n input::placeholder {
  color: #666;
}
.mess .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 39px;
  background: none;
  color: #666;
}
.mess .FOM .n textarea::placeholder {
  color: #666;
}
.mess .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
  background-position-x: 11px;
  width: 410px;
  margin-right: 20px;
}
.mess .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
  background-position-x: 11px;
  background-color: #fff;
  width: 410px;
}
.mess .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  background-position-x: 11px;
  background-color: #fff;
  width: 410px;
  margin-right: 20px;
}
.mess .FOM .n:nth-child(4) {
  width: 242px;
  padding: 0 0 0 103px;
}
.mess .FOM #btn {
  float: left;
  width: 147px;
  height: 42px;
  background: #0098e1;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-left: 21px;
  border-radius: 4px;
}
.link {
  height: 60px;
  margin-top: 35px;
}
.link .contents {
  display: flex;
}
.link p {
  border-right: 1px solid #0098e1;
  height: 58px;
  margin-top: 15px;
}
.link p span {
  display: block;
  font-size: 14px;
  color: #0d2b2c;
  line-height: 22px;
  text-indent: 30px;
  width: 110px;
  background: url(../images/link.png) no-repeat center left;
}
.link p i {
  display: block;
  width: 110px;
  font-family: Arial;
  font-size: 28px;
  color: #0098e1;
  line-height: 20px;
  font-weight: bold;
  margin-top: 10px;
}
.link .lj {
  margin-left: 34px;
}
.link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 39px;
  margin-right: 64px;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #0098e1;
}
.link .lj a:last-child {
  margin: 0;
}
