.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: #0a85d2;
  border-top-color: #0a85d2;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #0a85d2;
  border-bottom-color: #0a85d2;
  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;
  transition: 0.5s;
}
.s180 {
  transform: rotateY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.s180:hover {
  transform: rotateY(108deg);
}
.img100 {
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.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;
}
.pro {
  margin-top: 60px;
}
.pro .top {
  display: flex;
  justify-content: space-between;
}
.pro .top .plaet {
  padding-left: 77px;
  position: relative;
  width: 288px;
  box-sizing: border-box;
  background: url(../images/t1.png) no-repeat top right;
}
.pro .top .plaet i {
  font-size: 100px;
  font-family: "Times";
  color: #0a85d2;
  letter-spacing: 6px;
  line-height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .top .plaet h3 a {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}
.pro .top .plaet .zm {
  font-family: Arial;
  font-size: 13px;
  color: #aaa;
  line-height: 30px;
  letter-spacing: 1px;
  margin-left: 27px;
  position: relative;
}
.pro .top .plaet .zm::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #0a85d2;
  top: 12px;
  left: -69px;
}
.pro .top .more {
  display: block;
  width: 184px;
  height: 52px;
  background: #0a85d2;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  padding-left: 21px;
  box-sizing: border-box;
  position: relative;
  margin-top: 8px;
}
.pro .top .more::before {
  content: "";
  display: block;
  width: 32px;
  height: 52px;
  background: url(../images/more11.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 21px;
}
.pro .top .more:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 28px;
}
.pro .warp li {
  width: 232px;
  margin-bottom: 15px;
}
.pro .warp li .img {
  width: 232px;
  height: 290px;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp li .img img {
  width: 232px;
  height: 290px;
  padding: 8px;
  box-sizing: border-box;
  object-fit: contain;
}
.pro .warp li .text {
  width: 232px;
  padding: 0 100px 0 10px;
  box-sizing: border-box;
  position: relative;
}
.pro .warp li .text .title {
  font-size: 14px;
  color: #666;
  display: block;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pro .warp li .text .more {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 42px;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .warp li .text .more::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #aaa;
  top: 21px;
  left: -28px;
}
.pro .warp li:hover .img {
  border: solid 1px #0a85d2;
}
.pro .warp li:hover .text .title {
  color: #0a85d2;
}
.abo {
  margin-top: 61px;
  height: 725px;
  overflow: hidden;
  position: relative;
}
.abo::before {
  content: "";
  display: block;
  width: 100%;
  height: 532px;
  background: #fafdfe;
  position: absolute;
  top: 0;
  left: 0;
}
.abo .contents {
  position: relative;
}
.abo .warp {
  width: 942px;
  height: 324px;
  background-color: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.08);
  padding: 50px 0 0 55px;
  box-sizing: border-box;
  position: absolute;
  top: 374px;
  left: 0;
  z-index: 20;
}
.abo .warp .title {
  font-size: 32px;
  color: #262626;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  width: 647px;
}
.abo .warp .zm {
  font-size: 15px;
  color: #ccc;
  line-height: 30px;
  text-align: center;
  width: 647px;
  margin-top: 10px;
}
.abo .warp p {
  font-size: 15px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  width: 647px;
  margin-top: 15px;
  text-align: center;
}
.abo .warp .plaet {
  width: 455px;
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 112px;
}
.abo .warp .plaet .num {
  padding-left: 58px;
  background: url(../images/tel2.png) no-repeat center left;
  font-family: Arial;
  font-size: 25px;
  color: #272727;
  line-height: 42px;
}
.abo .warp .plaet .num i {
  font-size: 17px;
  color: #4d4d4d;
  line-height: 42px;
}
.abo .warp .plaet .more {
  width: 115px;
  height: 39px;
  background: #0a85d2;
  line-height: 39px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #fff;
}
.abo .warp .rong {
  width: 326px;
  height: 229px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 44px;
  right: -168px;
}
.abo .warp .rong img {
  width: 326px;
  height: 229px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: contain;
}
.abo .warp .rong img:hover {
  transform: scale(1.1);
}
.abo .pic {
  width: 997px;
  height: 532px;
  border-radius: 0 30px 0 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -320px;
  z-index: 10;
}
.abo .pic img {
  width: 997px;
  height: 532px;
}
.abo .top {
  display: flex;
  justify-content: space-between;
  width: 115px;
  position: absolute;
  top: 351px;
  right: 0;
}
.abo .top h3 {
  font-size: 36px;
  color: #333;
  letter-spacing: 18px;
  writing-mode: tb-rl;
  font-weight: bold;
}
.abo .top .zm {
  font-family: Arial;
  font-size: 60px;
  color: #0a85d2;
  writing-mode: tb-rl;
  font-weight: bold;
}
.abo .aside {
  width: 525px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 122px;
  right: 0;
}
.abo .aside li {
  position: relative;
}
.abo .aside li a {
  display: block;
  width: 91px;
  padding-top: 120px;
  font-size: 16px;
  color: #808080;
  text-align: center;
  box-sizing: border-box;
}
.abo .aside li:nth-child(1)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/r1.png) no-repeat center;
  border: 1px solid #999;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .aside li:nth-child(1)::after {
  content: "";
  display: block;
  width: 2px;
  height: 212px;
  position: absolute;
  background: url(../images/line.png) no-repeat center;
  top: -57px;
  right: -60px;
}
.abo .aside li:nth-child(2)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/r2.png) no-repeat center;
  border: 1px solid #999;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .aside li:nth-child(2)::after {
  content: "";
  display: block;
  width: 2px;
  height: 212px;
  position: absolute;
  background: url(../images/line.png) no-repeat center;
  top: -57px;
  right: -60px;
}
.abo .aside li:nth-child(3)::before {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/r3.png) no-repeat center;
  border: 1px solid #999;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.abo .aside li:nth-child(3)::after {
  content: "";
  display: block;
  width: 2px;
  height: 212px;
  position: absolute;
  background: url(../images/line.png) no-repeat center;
  top: -57px;
  right: -60px;
}
.abo .aside .on:nth-child(1) {
  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;
}
.abo .aside .on:nth-child(1):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .aside .on:nth-child(1)::before {
  background: url(../images/r4.png) no-repeat center;
  border: 1px solid #0a85d2;
}
.abo .aside .on:nth-child(2) {
  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;
}
.abo .aside .on:nth-child(2):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .aside .on:nth-child(2)::before {
  background: url(../images/r5.png) no-repeat center;
  border: 1px solid #0a85d2;
}
.abo .aside .on:nth-child(3) {
  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;
}
.abo .aside .on:nth-child(3):hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.abo .aside .on:nth-child(3)::before {
  background: url(../images/r6.png) no-repeat center;
  border: 1px solid #0a85d2;
}
.adv {
  height: 960px;
  background: url(../images/adv.jpg) no-repeat center top;
  margin-top: 29px;
  padding-top: 62px;
  box-sizing: border-box;
}
.adv .top h3 {
  font-size: 48px;
  color: #000;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 47px;
  text-align: center;
}
.adv .top p {
  font-size: 24px;
  color: #0a85d2;
  letter-spacing: 2px;
  text-align: center;
  width: 550px;
  height: 45px;
  background: rgba(255, 255, 255, 0.3);
  line-height: 45px;
  margin: 25px auto 0;
}
.adv .warp {
  position: relative;
}
.adv .warp li {
  font-size: 18px;
  color: #1d38a0;
  width: 102px;
  height: 102px;
  background: #e0f7ff;
  opacity: 0.5;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  padding-top: 22px;
  box-sizing: border-box;
  animation: myfirstd linear infinite 2s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(1);
}
.adv .warp li:hover {
  transform: scale(1.3);
}
.adv .warp li:nth-child(1) {
  top: 389px;
  left: 311px;
  opacity: 1;
  width: 159px;
  height: 159px;
  padding-top: 0;
}
.adv .warp li:nth-child(2) {
  top: 389px;
  left: 812px;
  opacity: 1;
  width: 159px;
  height: 159px;
  padding-top: 0;
}
.adv .warp li:nth-child(3) {
  top: 130px;
  left: 72px;
}
.adv .warp li:nth-child(4) {
  top: 232px;
  left: 237px;
}
.adv .warp li:nth-child(5) {
  top: 349px;
  left: 76px;
}
.adv .warp li:nth-child(6) {
  top: 565px;
  left: 150px;
}
.adv .warp li:nth-child(7) {
  top: 182px;
  left: 930px;
}
.adv .warp li:nth-child(8) {
  top: 344px;
  left: 993px;
}
.adv .warp li:nth-child(9) {
  top: 576px;
  left: 941px;
}
.adv .warp li:nth-child(10) {
  top: 595px;
  left: 1109px;
}
.case {
  margin-top: 60px;
}
.case .top {
  display: flex;
  justify-content: space-between;
}
.case .top .plaet {
  padding-left: 77px;
  position: relative;
  width: 288px;
  box-sizing: border-box;
  background: url(../images/t1.png) no-repeat top right;
}
.case .top .plaet i {
  font-size: 100px;
  font-family: "Times";
  color: #0a85d2;
  letter-spacing: 6px;
  line-height: 67px;
  position: absolute;
  top: 0;
  left: 0;
}
.case .top .plaet h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}
.case .top .plaet .zm {
  font-family: Arial;
  font-size: 13px;
  color: #aaa;
  line-height: 30px;
  letter-spacing: 1px;
  margin-left: 27px;
  position: relative;
}
.case .top .plaet .zm::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  position: absolute;
  background: #0a85d2;
  top: 15px;
  left: -69px;
}
.case .top .more {
  display: block;
  width: 184px;
  height: 52px;
  background: #0a85d2;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  padding-left: 21px;
  box-sizing: border-box;
  position: relative;
  margin-top: 8px;
}
.case .top .more::before {
  content: "";
  display: block;
  width: 32px;
  height: 52px;
  background: url(../images/more11.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 21px;
}
.case .top .more:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.case .aside {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.case .aside .list {
  width: 630px;
  height: 495px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 5px;
}
.case .aside .list .img {
  display: block;
  width: 618px;
  height: 410px;
  overflow: hidden;
}
.case .aside .list .img img {
  width: 618px;
  height: 410px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .aside .list .img img:hover {
  transform: scale(1.1);
}
.case .aside .list .text {
  width: 628px;
  padding: 10px 36px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.case .aside .list .text::before {
  content: "";
  display: block;
  width: 2px;
  height: 47px;
  position: absolute;
  background: #0a85d2;
  top: 18px;
  left: -6px;
}
.case .aside .list .text .title {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .aside .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .aside .list:hover .text .title {
  color: #0a85d2;
  transform: translateX(4px);
}
.case .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
.case .warp .list {
  width: 400px;
  height: 385px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 5px;
}
.case .warp .list .img {
  display: block;
  width: 390px;
  height: 300px;
  overflow: hidden;
}
.case .warp .list .img img {
  width: 390px;
  height: 300px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .warp .list .img img:hover {
  transform: scale(1.1);
}
.case .warp .list .text {
  width: 400px;
  padding: 10px 36px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.case .warp .list .text::before {
  content: "";
  display: block;
  width: 2px;
  height: 47px;
  position: absolute;
  background: #0a85d2;
  top: 18px;
  left: -6px;
}
.case .warp .list .text .title {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.case .warp .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .warp .list:hover .text .title {
  color: #0a85d2;
  transform: translateX(4px);
}
.case .xun {
  font-size: 24px;
  color: #fff;
  width: 250px;
  height: 50px;
  background: #0a85d2;
  line-height: 50px;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}
.merc {
  height: 720px;
  background: url(../images/mer.jpg) no-repeat center top;
  margin-top: 60px;
  padding-top: 129px;
  box-sizing: border-box;
}
.merc .contents {
  display: flex;
  justify-content: space-between;
}
.merc .z1 {
  width: 275px;
}
.merc .z1 .m {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 48px;
  letter-spacing: 24px;
}
.merc .z1 .zlj {
  font-size: 30px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: bold;
}
.merc .z1 .zm {
  margin-top: 25px;
}
.merc .z1 .zm img {
  display: block;
}
.merc .z1 span {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-top: 25px;
}
.merc .z1 .num {
  font-size: 36px;
  color: #fff;
  line-height: 30px;
  margin-top: 10px;
}
.merc .z1 .erm {
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  width: 230px;
}
.merc .z1 .erm img {
  display: block;
  width: 131px;
  height: 131px;
}
.merc .z1 .erm .text {
  margin-top: 45px;
}
.merc .z1 .erm .text p {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  display: block;
}
.merc .y1 {
  width: 876px;
}
.merc .y1 .top {
  position: relative;
  height: 93px;
}
.merc .y1 .top .zm {
  font-size: 120px;
  color: #575c72;
  line-height: 93px;
  font-weight: 1000;
}
.merc .y1 .top h3 {
  font-size: 40px;
  color: #fff;
  line-height: 93px;
  position: absolute;
  top: 0;
  left: 0;
}
.merc .y1 .FOM {
  width: 582px;
  margin: 40px auto 0;
}
.merc .y1 .FOM .n {
  height: 44px;
  position: relative;
  padding: 0 0 0 10px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
}
.merc .y1 .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 44px;
  background: none;
  color: #fff;
}
.merc .y1 .FOM .n input::placeholder {
  color: #fff;
}
.merc .y1 .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 40px;
  background: none;
  color: #fff;
}
.merc .y1 .FOM .n textarea::placeholder {
  color: #fff;
}
.merc .y1 .FOM .n:nth-child(1) {
  background: #898b9b;
  width: 276px;
  margin-right: 30px;
}
.merc .y1 .FOM .n:nth-child(2) {
  background: #898b9b;
  width: 276px;
}
.merc .y1 .FOM .n:nth-child(3) {
  width: 582px;
  height: 124px;
  background: #898b9b;
}
.merc .y1 .FOM .n:nth-child(4) {
  width: 276px;
  height: 44px;
  background: #898b9b;
  position: relative;
}
.merc .y1 .FOM .n:nth-child(4) img {
  position: absolute;
  top: 3px;
  right: -105px;
  width: 90px;
  height: 40px;
}
.merc .y1 .FOM #btn {
  float: left;
  width: 581px;
  height: 44px;
  background-color: #0a85d2;
  color: #fff;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.new {
  margin-top: 128px;
}
.new .contents {
  position: relative;
}
.new .top {
  position: absolute;
  top: 0;
  left: 158px;
}
.new .top::before {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  background: #0a85d2;
  top: 30px;
  left: -159px;
}
.new .top::after {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  position: absolute;
  background: url(../images/img2.png) no-repeat center;
  top: 80px;
  left: 26px;
}
.new .top h3 a {
  font-size: 36px;
  color: #0a85d2;
  font-weight: bold;
  display: block;
}
.new ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.new ul li {
  padding: 0 23px;
  width: 300px;
  height: 204px;
  border: 1px solid #d8d6d7;
  box-sizing: border-box;
  border-radius: 20px;
  margin-bottom: 45px;
  position: relative;
}
.new ul li .title {
  display: block;
  line-height: 63px;
  border-bottom: 1px solid #d7d7d7;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new ul li p {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin-top: 25px;
}
.new ul li i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-top: 5px;
}
.new ul li .more {
  display: block;
  width: 24px;
  height: 56px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 161px;
  left: 50%;
  text-indent: -99999px;
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new ul li .more::before {
  content: "";
  display: block;
  width: 24px;
  height: 56px;
  position: absolute;
  background: url(../images/more2.png) no-repeat center;
  top: 0;
  left: 0;
  transform: scale3d(0, 1, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.new ul li:hover .title {
  color: #0a85d2;
  transform: translateX(4px);
}
.new ul li:hover .more {
  background: none;
}
.new ul li:hover .more::before {
  transform: scale3d(1, 1, 1);
}
.new ul li:nth-child(1) {
  margin-left: 327px;
}
.link {
  height: 200px;
  background: url(../images/link.jpg) no-repeat center top;
  padding-top: 65px;
  box-sizing: border-box;
}
.link p {
  font-size: 36px;
  color: #0a85d2;
  line-height: 80px;
  font-weight: bold;
  float: left;
}
.link .lj {
  float: left;
  width: 1030px;
  margin-left: 80px;
}
.link .lj a {
  font-size: 14px;
  line-height: 40px;
  color: #666;
  display: inline-block;
  margin-right: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.link .lj a:hover {
  color: #0a85d2;
}
.link .lj a:nth-child(5) {
  margin: 0;
}
.link .lj a:nth-child(10) {
  margin: 0;
}
@keyframes myfirstd {
  0% {
    margin-top: 0px;
  }
  40% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0px;
  }
}
