.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: #f16a56;
  border-top-color: #f16a56;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #f16a56;
  border-bottom-color: #f16a56;
  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;
  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;
}
.banner {
  max-height: 920px;
  position: relative;
}
.banner .bd li {
  width: 100%;
  max-height: 920px;
}
.banner .bd li img {
  width: 100%;
  height: 100%;
}
.banner .hd {
  width: 110px;
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.banner .hd li {
  text-indent: -999px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .hd .on {
  background: #f16a56;
  width: 40px;
  border-radius: 7px;
}
.banner .ser {
  width: 1300px;
  height: 90px;
  background-color: #ffffff;
  box-shadow: 0px 1px 10px 0px rgba(4, 0, 0, 0.1);
  opacity: 0.8;
  position: absolute;
  bottom: 11%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 80;
  padding: 0 152px 0 32px;
  box-sizing: border-box;
}
.banner .ser input {
  width: 100%;
  height: 100%;
  background: none;
  font-size: 14px;
  color: #939393;
}
.banner .ser input::placeholder {
  color: #939393;
}
.banner .ser button {
  width: 152px;
  height: 90px;
  background: #f16a56;
  line-height: 80px;
  padding-left: 44px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: left;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.banner .ser button::before {
  content: "";
  display: block;
  width: 19px;
  height: 90px;
  position: absolute;
  background: url(../images/ser.png) no-repeat center;
  top: 0;
  right: 40px;
}
.banner .ser button:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.box10 {
  overflow: hidden;
}
.box10 .plaet {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.box10 .plaet::before {
  content: "";
  display: block;
  width: 1920px;
  height: 1px;
  position: absolute;
  background: #f1f1f1;
  bottom: 0;
  left: -315px;
}
.box10 .plaet li {
  width: 325px;
  height: 150px;
  padding-left: 57px;
  box-sizing: border-box;
  padding-top: 20px;
  border-left: 1px solid #f1f1f1;
}
.box10 .plaet li span {
  display: block;
  font-size: 44px;
  font-family: "Impact";
  color: #2a2a2a;
}
.box10 .plaet li span i {
  font-weight: bold;
}
.box10 .plaet li .text {
  font-size: 14px;
  color: #8d8d8d;
}
.box10 .plaet li:nth-child(4) {
  border-right: 1px solid #f1f1f1;
}
.box10 .top {
  margin-top: 60px;
}
.box10 .top .zm {
  font-family: Arial;
  font-size: 30px;
  line-height: 24px;
  color: #4e4e4e;
  text-align: center;
}
.box10 .top h3 {
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.box10 .top .text {
  margin-top: 10px;
}
.box10 .top .text p {
  font-size: 14px;
  color: #a1a1a1;
  line-height: 30px;
  text-align: center;
}
.box10 .top .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
.box10 .top .list li {
  width: 302px;
  height: 323px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.box10 .top .list li .img {
  display: block;
  margin: 11px;
  width: 280px;
  height: 202px;
  overflow: hidden;
}
.box10 .top .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .top .list li .img img:hover {
  transform: scale(1.1);
}
.box10 .top .list li .text {
  padding: 17px;
  box-sizing: border-box;
}
.box10 .top .list li .text .title {
  display: block;
  font-size: 18px;
  color: #4e4e4e;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box10 .top .list li .text p {
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: #cbcbcb;
  text-align: center;
  margin-top: 15px;
}
.box10 .top .list li:hover .text .title {
  color: #f16a56;
}
.box20 {
  height: 1020px;
  position: relative;
  margin-top: 48px;
  padding-top: 41px;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../images/b2.jpg) no-repeat center top;
}
.box20 .box{
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
}
.box20 .plaet {
  display: flex;
  justify-content: space-between;
}
.box20 .plaet li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  width: 302px;
  height: 171px;
  padding-top: 60px;
}
.box20 .plaet li .title {
  font-size: 18px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}
.box20 .plaet li .text {
  margin-top: 25px;
}
.box20 .plaet li .text p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.box20 .plaet li:nth-child(1) {
  background: url(../images/yb1.png) no-repeat center top;
}
.box20 .plaet li:nth-child(2) {
  background: url(../images/yb2.png) no-repeat center top;
}
.box20 .plaet li:nth-child(3) {
  background: url(../images/yb3.png) no-repeat center top;
}
.box20 .plaet li:nth-child(4) {
  background: url(../images/yb4.png) no-repeat center top;
}
.box20 .warp {
  margin-top: 117px;
  display: flex;
  justify-content: space-between;
}
.box20 .warp .sild10 {
  width: 598px;
  height: 404px;
  box-sizing: border-box;
  padding-left: 62px;
  position: relative;
}
.box20 .sild10::before{
  content: "";
  display: block;
  width: 598px;
  height: 450px;
  background: url(../images/ys-b.jpg) no-repeat center top;
  position: absolute;
  top: -46px;
  left: 0;
  z-index: 0;
}
.box20 .warp .sild10 .bd li .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 24px;
}
.box20 .warp .sild10 .bd li .title i {
  font-family: Arial;
  font-size: 16px;
  color: #c0c0c0;
  line-height: 24px;
}
.box20 .warp .sild10 .bd li .text {
  margin: 52px 0 0 39px;
}
.box20 .warp .sild10 .bd li .text p {
  font-size: 16px;
  color: #666;
  line-height: 73px;
}
.box20 .warp .sild10 .arrow {
  width: 140px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box20 .warp .sild10 .arrow .prev {
  width: 72px;
  height: 50px;
  background: url(../images/prev1.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
}
.box20 .warp .sild10 .arrow .next {
  width: 72px;
  height: 50px;
  background: url(../images/next1.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
}
.box20 .warp .aside {
  width: 288px;
  margin-right: 205px;
}
.box20 .warp .aside .title {
  font-size: 36px;
  color: #fff;
  line-height: 24px;
}
.box20 .warp .aside .zm {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  text-align: center;
  margin-top: 25px;
}
.box30 {
  margin-top: 60px;
}
.box30 .top .zm {
  font-family: Arial;
  font-size: 30px;
  color: #4e4e4e;
}
.box30 .top .h3 {
  display: block;
  font-size: 24px;
  color: #333;
}
.box30 .sild20 {
  margin-top: 75px;
  position: relative;
}
.box30 .sild20 .bd li .plaet {
  width: 1300px;
  position: relative;
}
.box30 .sild20 .bd li .plaet .img {
  display: block;
  width: 730px;
  height: 425px;
  overflow: hidden;
}
.box30 .sild20 .bd li .plaet .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .bd li .plaet .img img:hover {
  transform: scale(1.1);
}
.box30 .sild20 .bd li .plaet .text {
  width: 680px;
  height: 320px;
  background: #f9f9f9;
  padding: 64px;
  box-sizing: border-box;
  position: absolute;
  top: 52px;
  left: 620px;
}
.box30 .sild20 .bd li .plaet .text .title {
  font-size: 18px;
  display: block;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box30 .sild20 .bd li .plaet .text .paratext {
  font-size: 14px;
  color: #999;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 99px;
  margin-top: 10px;
}
.box30 .sild20 .bd li .plaet .text .more {
  display: block;
  width: 115px;
  height: 43px;
  background: #f16a56;
  text-align: center;
  line-height: 43px;
  color: #fff;
  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;
  margin-top: 20px;
}
.box30 .sild20 .bd li .plaet .text .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .bd li .plaet:hover .text .title {
  color: #f16a56;
}
.box30 .sild20 .bd li .aside {
  display: flex;
  justify-content: space-between;
}
.box30 .sild20 .bd li .aside .list {
  width: 254px;
  margin-top: 55px;
  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;
}
.box30 .sild20 .bd li .aside .list:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .bd li .aside .list .data {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  line-height: 32px;
}
.box30 .sild20 .bd li .aside .list .title {
  display: block;
  color: #333;
  line-height: 32px;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .bd li .aside .list 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: 5px;
}
.box30 .sild20 .bd li .aside .list .more {
  display: block;
  width: 25px;
  height: 20px;
  background: url(../images/more1.png) no-repeat center left;
  text-indent: -9999px;
  margin-top: 15px;
  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;
}
.box30 .sild20 .bd li .aside .list .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .bd li .aside .list:hover .title {
  color: #f16a56;
}
.box30 .sild20 .bd li .aside .list:hover .more {
  -webkit-animation: zyuo linear 2s infinite;
}
.box30 .sild20 .hd {
  width: 290px;
  position: absolute;
  top: -110px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.box30 .sild20 .hd li a {
  display: block;
  font-size: 16px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd .on a {
  color: #f16a56;
}
.box40 {
  height: 749px;
  position: relative;
  margin-top: 103px;
  padding-top: 74px;
  box-sizing: border-box;
  overflow: hidden;
}
.box40 .arkaplan2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 749px;
  background: url(../images/b4.jpg) no-repeat center top;
}
.box40 .box{
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
}
.box40 .top {
  display: flex;
  justify-content: space-between;
}
.box40 .top .text .zm {
  font-family: Arial;
  font-size: 30px;
  line-height: 24px;
  color: #fff;
}
.box40 .top .text h3 {
  font-size: 24px;
  color: #fff;
  margin-top: 10px;
}
.box40 .top .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 70px;
  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;
}
.box40 .top .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .sild30 {
  margin: 80px 0 0 0;
}
.box40 .sild30 .bd {
  height: 350px;
  overflow: hidden;
}
.box40 .sild30 .bd li .list {
  height: 350px;
  background: #fff;
  padding: 51px 55px 0 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box40 .sild30 .bd li .list::before {
  content: "";
  display: block;
  width: 1240px;
  height: 1px;
  position: absolute;
  background: #f2f2f2;
  top: 177px;
  left: 30px;
}
.box40 .sild30 .bd li .list .img {
  display: block;
  width: 178px;
  height: 102px;
  margin-left: 55px;
  position: relative;
}
.box40 .sild30 .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .bd li .list .img img:hover {
  transform: scale(1.1);
}
.box40 .sild30 .bd li .list .img:nth-child(1)::before {
  content: "";
  display: block;
  width: 1px;
  height: 290px;
  position: absolute;
  background: #f2f2f2;
  top: -21px;
  left: 205px;
}
.box40 .sild30 .bd li .list .img:nth-child(2)::before {
  content: "";
  display: block;
  width: 1px;
  height: 290px;
  position: absolute;
  background: #f2f2f2;
  top: -21px;
  left: 205px;
}
.box40 .sild30 .bd li .list .img:nth-child(3)::before {
  content: "";
  display: block;
  width: 1px;
  height: 290px;
  position: absolute;
  background: #f2f2f2;
  top: -21px;
  left: 205px;
}
.box40 .sild30 .bd li .list .img:nth-child(4)::before {
  content: "";
  display: block;
  width: 1px;
  height: 290px;
  position: absolute;
  background: #f2f2f2;
  top: -21px;
  left: 205px;
}
.box40 .sild30 .arrow {
  width: 205px;
  display: flex;
  justify-content: space-between;
  margin: 58px auto 0;
}
.box40 .sild30 .arrow .prev {
  width: 93px;
  height: 49px;
  background: url(../images/prev2.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
}
.box40 .sild30 .arrow .next {
  width: 93px;
  height: 49px;
  background: url(../images/next2.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
}
.box50 {
  margin-top: 100px;
}
.box50 .contents {
  display: flex;
  justify-content: space-between;
}
.box50 .z1 {
  width: 539px;
}
.box50 .z1 .top .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  line-height: 55px;
  display: block;
}
.box50 .z1 .top .zm {
  font-family: Arial;
  font-size: 12px;
  line-height: 24px;
  color: #c3c3c3;
  letter-spacing: 5.4px;
}
.box50 .z1 .text {
  font-size: 14px;
  color: #9a9a9a;
  line-height: 30px;
  margin-top: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 120px;
}
.box50 .z1 .list {
  width: 539px;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.box50 .z1 .list a {
  width: 95px;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #9a9a9a;
  padding-top: 110px;
  box-sizing: border-box;
  position: relative;
}
.box50 .z1 .list a:nth-child(1)::before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  background: url(../images/c1.png) no-repeat center;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .z1 .list a:nth-child(1):hover::before {
  transform: rotateY(180deg);
}
.box50 .z1 .list a:nth-child(2)::before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  background: url(../images/c2.png) no-repeat center;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .z1 .list a:nth-child(2):hover::before {
  transform: rotateY(180deg);
}
.box50 .z1 .list a:nth-child(3)::before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  background: url(../images/c3.png) no-repeat center;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .z1 .list a:nth-child(3):hover::before {
  transform: rotateY(180deg);
}
.box50 .z1 .list a:nth-child(4)::before {
  content: "";
  display: block;
  width: 95px;
  height: 95px;
  position: absolute;
  background: url(../images/c4.png) no-repeat center;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .z1 .list a:nth-child(4):hover::before {
  transform: rotateY(180deg);
}
.box50 .y1 {
  width: 639px;
  height: 460px;
  overflow: hidden;
}
.box50 .y1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box60 {
  background: url(../images/b6.jpg) no-repeat center top;
  padding-top: 60px;
  box-sizing: border-box;
  margin-top: 95px;
}
.box60 .top {
  display: flex;
  justify-content: space-between;
}
.box60 .top .text .zm {
  font-family: Arial;
  font-size: 30px;
  line-height: 24px;
  color: #fff;
}
.box60 .top .text h3 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  margin-top: 14px;
}
.box60 .top p {
  color: #fff;
  line-height: 60px;
  margin-top: 26px;
}
.box60 .warp{
  height: 287px;
  box-shadow: 0px 1px 20px 0px rgba(3, 0, 0, 0.1);
  background: #fff;
  margin-top: 71px;
  padding: 39px 30px 0;
  box-sizing: border-box;
}
.box60 .plaet li{
  margin-right: 30px;
  float: left;
  width: 287px;
}
.box60 .plaet li .img {
  width: 287px;
  height: 209px;
  border-style: solid;
  border-width: 6px;
  border-image-source: linear-gradient(90deg, #005bc3 0%, #3492ff 100%);
  border-image-slice: 1;
  overflow: hidden;
  box-sizing: border-box;
  display: block;
}
.box60 .plaet li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .plaet li .img img:hover {
  transform: scale(1.1);
}
.box70 {
  margin-top: 94px;
  height: 26px;
}
.box70 p {
  width: 100px;
  height: 26px;
  background: url(../images/link.png) no-repeat center;
  font-size: 14px;
  color: #333;
  line-height: 19px;
  text-align: center;
  float: left;
}
.box70 .lj {
  float: left;
  margin-left: 48px;
}
.box70 .lj a {
  display: inline-block;
  line-height: 26px;
  color: #aeaeae;
  margin-right: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box70 .lj a:hover {
  color: #f16a56;
}
