.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: #1683d2;
  border-top-color: #1683d2;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}

.bk:hover:before {
  border-left-color: #1683d2;
  border-bottom-color: #1683d2;
  transition: border-color 0s ease-out 0.4s, width 0.2s ease-out 0.4s, height 0.2s ease-out 0.6s;
}

.contents {
  width: 1200px;
  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;
}

.box10 {
  margin-top: 94px;
}

.box10 .top {
  width: 204px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/t1.png) no-repeat center;
}

.box10 .top h3 {
  font-size: 36px;
  line-height: 24px;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.box10 .top .zm {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 17px;
}

.box10 .top p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.box10 ul {
  display: flex;
  justify-content: space-between;
  margin-top: 69px;
}

.box10 ul li {
  width: 261px;
  height: 351px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  padding-top: 180px;
  box-sizing: border-box;
}

.box10 ul li .num {
  width: 57px;
  height: 56px;
  background: url(../images/title3.jpg) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 56px;
  padding-left: 12px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box10 ul li .text {
  font-size: 36px;
  color: #666;
  font-weight: bold;
  text-align: center;
}

.box10 ul li .text i {
  font-size: 36px;
  color: #666;
  font-weight: bold;
}

.box10 ul li .text span {
  font-size: 14px;
}

.box10 ul li p {
  font-size: 18px;
  color: #666;
  text-align: center;
  margin-top: 5px;
}

.box10 ul li:hover .num {
  background: url(../images/title4.jpg) no-repeat center;
}

.box10 ul li:nth-child(1) {
  background: url(../images/g1.jpg) no-repeat center;
}

.box10 ul li:nth-child(2) {
  background: url(../images/g2.jpg) no-repeat center;
}

.box10 ul li:nth-child(3) {
  background: url(../images/g3.jpg) no-repeat center;
}

.box10 ul li:nth-child(4) {
  background: url(../images/g4.jpg) no-repeat center;
}

.box20 {
  height: 1031px;
  background: url(../images/b2.jpg) no-repeat center top;
  box-sizing: border-box;
  margin-top: 70px;
  padding-top: 51px;
}

.box20 .top {
  width: 240px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/t2.png) no-repeat center;
}

.box20 .top h3 {
  font-size: 36px;
  line-height: 24px;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.box20 .top .zm {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 17px;
}

.box20 .top p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.box20 .list {
  display: flex;
  justify-content: space-between;
  height: 51px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 67px;
}

.box20 .list li {
  width: 201px;
  height: 51px;
  padding: 0 53px 0 21px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
  border-right: 1px solid #dfdfdf;
  margin-right: 1px;
  z-index: 20;
}

.box20 .list li::before {
  content: "";
  display: block;
  width: 201px;
  height: 0px;
  position: absolute;
  background-image: linear-gradient(90deg, #17c66f 0%, #1683d2 100%), linear-gradient(#0e6fd8, #0e6fd8);
  background-blend-mode: normal,
    normal;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.box20 .list li .title {
  display: block;
  font-size: 15px;
  color: #999;
  line-height: 51px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box20 .list li .more {
  width: 33px;
  height: 51px;
  background: url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 20px;
  text-indent: -99999px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box20 .list li:hover::before {
  height: 51px;
}

.box20 .list li:hover .title {
  color: #fff;
}

.box20 .list li:hover .more {
  color: #fff;
  background: url(../images/more2.png) no-repeat center;
}

.box20 .plaet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
}

.box20 .plaet li {
  width: 376px;
  height: 330px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.box20 .plaet li .img {
  display: block;
  width: 376px;
  height: 271px;
  overflow: hidden;
}

.box20 .plaet li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box20 .plaet li .img img:hover {
  transform: scale(1.1);
}

.box20 .plaet li .text {
  height: 60px;
  padding: 0 50px 0 20px;
  width: 376px;
  box-sizing: border-box;
  position: relative;
  background: url(../images/more3.png) no-repeat center top;
  background-position-y: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box20 .plaet li .text .title {
  font-size: 15px;
  color: #555;
  line-height: 67px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box20 .plaet li .text .more {
  display: block;
  width: 25px;
  height: 60px;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 19px;
}

.box20 .plaet li:hover .text {
  background: url(../images/more4.png) no-repeat center top;
  background-position-y: 15px;
}

.box30 {
  margin-top: 70px;
}

.box30 .top {
  width: 204px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/t1.png) no-repeat center;
}

.box30 .top h3 {
  font-size: 36px;
  line-height: 24px;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.box30 .top .zm {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 17px;
}

.box30 .top p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.box30 .sild10 {
  margin-top: 68px;
}

.box30 .sild10 .hd {
  display: flex;
  justify-content: space-between;
}

.box30 .sild10 .hd li a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 36px;
  padding-top: 37px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box30 .sild10 .hd li a::before {
  content: "";
  display: block;
  width: 114px;
  height: 3px;
  position: absolute;
  background-image: linear-gradient(90deg, #1683d2 0%, #1dc270 100%), linear-gradient(#fe6700, #fe6700);
  background-blend-mode: normal,
    normal;
  top: 75px;
  left: 50%;
  transform: translateX(-50%) scale3d(0, 1, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box30 .sild10 .hd li:nth-child(1) a {
  background: url(../images/01.png) no-repeat center top;
}

.box30 .sild10 .hd li:nth-child(2) a {
  background: url(../images/02.png) no-repeat center top;
}

.box30 .sild10 .hd li:nth-child(3) a {
  background: url(../images/03.png) no-repeat center top;
}

.box30 .sild10 .hd li:nth-child(4) a {
  background: url(../images/04.png) no-repeat center top;
}

.box30 .sild10 .hd li:nth-child(5) a {
  background: url(../images/05.png) no-repeat center top;
}

.box30 .sild10 .hd .on a::before {
  transform: translateX(-50%) scale3d(1, 1, 1);
}

.box30 .sild10 .hd .on:nth-child(1) a {
  background: url(../images/01-0.png) no-repeat center top;
}

.box30 .sild10 .hd .on:nth-child(2) a {
  background: url(../images/02-0.png) no-repeat center top;
}

.box30 .sild10 .hd .on:nth-child(3) a {
  background: url(../images/03-0.png) no-repeat center top;
}

.box30 .sild10 .hd .on:nth-child(4) a {
  background: url(../images/04-0.png) no-repeat center top;
}

.box30 .sild10 .hd .on:nth-child(5) a {
  background: url(../images/05-0.png) no-repeat center top;
}

.box30 .sild10 .bd {
  margin-top: 35px;
}

.box30 .sild10 .bd li {
  display: flex;
  justify-content: space-between;
}

.box30 .sild10 .bd li .z1 {
  width: 580px;
}

.box30 .sild10 .bd li .z1 .list {
  width: 580px;
  height: 210px;
  background: url(../images/title5.jpg) no-repeat center;
  padding: 22px 34px 0 19px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  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 .sild10 .bd li .z1 .list:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.box30 .sild10 .bd li .z1 .list .img {
  display: block;
  width: 201px;
  height: 171px;
  border-radius: 10px;
  overflow: hidden;
}

.box30 .sild10 .bd li .z1 .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box30 .sild10 .bd li .z1 .list .img img:hover {
  transform: scale(1.1);
}

.box30 .sild10 .bd li .z1 .list .text {
  width: 294px;
}

.box30 .sild10 .bd li .z1 .list .text .title {
  font-size: 16px;
  color: #444;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 15px;
}

.box30 .sild10 .bd li .z1 .list .text p {
  font-size: 14px;
  color: #444;
  line-height: 30px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}

.box30 .sild10 .bd li .y1 {
  width: 581px;
  height: 451px;
  position: relative;
}

.box30 .sild10 .bd li .y1 .img {
  display: block;
  width: 581px;
  height: 451px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.box30 .sild10 .bd li .y1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box30 .sild10 .bd li .y1 .img img:hover {
  transform: scale(1.1);
}

.box30 .sild10 .bd li .y1 .title {
  width: 100%;
  height: 51px;
  line-height: 51px;
  background: url(../images/title7.png) no-repeat center top;
  font-size: 16px;
  color: #ffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.box40 {
  margin-top: 72px;
  background: url(../images/b4.jpg) no-repeat center top;
  background-position-y: 35px;
}

.box40 .top {
  width: 204px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/t1.png) no-repeat center;
}

.box40 .top h3 {
  font-size: 36px;
  line-height: 24px;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.box40 .top .zm {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 17px;
}

.box40 .top p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.box40 .contents {
  position: relative;
}

.box40 .sild20 {
  margin-top: 70px;
  position: relative;
}

.box40 .sild20 .bd li {
  display: flex;
  justify-content: space-between;
}

.box40 .sild20 .bd li .y {
  width: 865px;
  height: 617px;
  margin-left: -361px;
}

.box40 .sild20 .bd li .plaet {
  width: 586px;
  margin-top: 170px;
}

.box40 .sild20 .bd li .plaet .title {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  text-align: right;
}

.box40 .sild20 .bd li .plaet .text {
  font-size: 15px;
  color: #444;
  line-height: 36px;
  text-align: right;
  margin-top: 20px;
}

.box40 .sild20 .hd {
  width: 601px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 425px;
  left: 599px;
  z-index: 20;
}

.box40 .sild20 .hd::before {
  content: "";
  display: block;
  width: 601px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 60px;
  left: 0;
  z-index: -5;
}

.box40 .sild20 .hd li {
  width: 80px;
  text-align: center;
  position: relative;
}

.box40 .sild20 .hd li::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  background: url(../images/y1.png) no-repeat center;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box40 .sild20 .hd li i {
  display: inline-block;
  font-family: Arial;
  font-size: 30px;
  line-height: 36px;
  color: #bbb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box40 .sild20 .hd li .title {
  font-size: 18px;
  color: #444;
  line-height: 36px;
  text-align: center;
  margin-top: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box40 .sild20 .hd li span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #bbb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box40 .sild20 .hd .on::before {
  width: 152px;
  height: 197px;
  background: url(../images/y2.png) no-repeat center;
  top: -38px;
}

.box40 .sild20 .hd .on i {
  color: #fff;
}

.box40 .sild20 .hd .on .title {
  color: #fff;
}

.box40 .sild20 .hd .on span {
  color: #fff;
}

.box40 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 600px;
  position: absolute;
  top: 146px;
  right: 0;
}

.box40 .list li {
  width: 105px;
  height: 25px;
  padding-left: 32px;
  box-sizing: border-box;
  background: url(../images/title8.png) no-repeat center left;
  margin-bottom: 40px;
  font-size: 18px;
  color: #444;
  line-height: 25px;
  margin-right: 30px;
  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 .list li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.box50 {
  margin-top: 30px;
  background: url(../images/b5.jpg) no-repeat center top;
  height: 694px;
}

.box50 .contents {
  display: flex;
  justify-content: space-between;
}

.box50 .z1 {
  width: 561px;
}

.box50 .z1 .top {
  width: 204px;
  height: 56px;
  background: url(../images/t1.png) no-repeat center;
  margin-top: 43px;
}

.box50 .z1 .top h3 {
  font-size: 36px;
  line-height: 24px;
  color: #444;
  text-align: center;
  font-weight: bold;
}

.box50 .z1 .top .zm {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 17px;
}

.box50 .z1 .top p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.box50 .z1 .title {
  font-size: 24px;
  font-weight: bold;
  color: #555;
  display: block;
  margin-top: 108px;
}

.box50 .z1 .text {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}

.box50 .z1 .list {
  margin-top: 175px;
  width: 550px;
  display: flex;
  justify-content: space-between;
}

.box50 .z1 .list li {
  padding-left: 165px;
  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;
  height: 81px;
  position: relative;
}

.box50 .z1 .list li:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.box50 .z1 .list li::before {
  content: "";
  display: block;
  width: 31px;
  height: 1px;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 104px;
}

.box50 .z1 .list li p {
  font-size: 16px;
  color: #ffff;
  margin-top: 10px;
}

.box50 .z1 .list li span {
  font-size: 12px;
  color: #fff;
  line-height: 36px;
}

.box50 .z1 .list li:nth-child(1) {
  background: url(../images/c1.png) no-repeat center left;
}

.box50 .z1 .list li:nth-child(2) {
  background: url(../images/c2.png) no-repeat center left;
}

.box50 .y1 {
  width: 545px;
  margin: 58px -10px 0 0;
  position: relative;
}
.box50 .y1 .rong{
  display: block;
  width: 342px;
  height: 248px;
  overflow: hidden;
  position: absolute;
  top: 340px;
  left: 475px;
  z-index: 10;
}
.box50 .y1 .rong::before{
  content: "";
  display: block;
  width: 342px;
  height: 248px;
  background: url(../images/rong.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
}
.box50 .y1 .rong img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box60 {
  margin-top: 70px;
}

.box60 .top {
  width: 260px;
  height: 56px;
  margin: 0 auto;
  background: url(../images/t1.png) no-repeat center;
}

.box60 .top .h3 {
  font-size: 36px;
  line-height: 24px;
  color: #444;
  text-align: center;
  font-weight: bold;
  display: block;
}

.box60 .top .zm {
  font-size: 12px;
  line-height: 24px;
  color: #666;
  text-align: center;
  margin-top: 17px;
}

.box60 .top p {
  font-size: 14px;
  color: #777;
  line-height: 24px;
  text-align: center;
  letter-spacing: 3px;
}

.box60 .sild30 {
  margin-top: 69px;
  position: relative;
}

.box60 .sild30 .bd li .plaet {
  display: flex;
  justify-content: space-between;
  margin-left: 249px;
}

.box60 .sild30 .bd li .plaet .img {
  display: block;
  width: 271px;
  height: 181px;
  border-radius: 20px 0 20px 0;
  overflow: hidden;
}

.box60 .sild30 .bd li .plaet .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box60 .sild30 .bd li .plaet .img img:hover {
  transform: scale(1.1);
}

.box60 .sild30 .bd li .plaet .text {
  width: 615px;
  position: relative;
}

.box60 .sild30 .bd li .plaet .text::before {
  content: "";
  display: block;
  width: 51px;
  height: 1px;
  position: absolute;
  background: #dcdcdc;
  top: 58px;
  left: 0;
}

.box60 .sild30 .bd li .plaet .text .title {
  font-size: 16px;
  color: #484848;
  line-height: 49px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box60 .sild30 .bd li .plaet .text p {
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}

.box60 .sild30 .bd li .plaet .text .data {
  font-size: 14px;
  color: #999;
  margin-top: 25px;
}

.box60 .sild30 .bd li .plaet:hover .text .title {
  color: #1683d2;
}

.box60 .sild30 .bd li .aside {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 38px;
}

.box60 .sild30 .bd li .aside .list {
  width: 376px;
  height: 131px;
  background: url(../images/title6.jpg) no-repeat center;
  margin-bottom: 39px;
  padding: 30px 20px;
  box-sizing: border-box;
}

.box60 .sild30 .bd li .aside .list .text {
  width: 325px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}

.box60 .sild30 .bd li .aside .list .text .title {
  font-size: 16px;
  color: #444;
  line-height: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box60 .sild30 .bd li .aside .list .text .data {
  font-size: 12px;
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
}

.box60 .sild30 .bd li .aside .list .text .data i {
  font-size: 16px;
  color: #555;
  display: block;
}

.box60 .sild30 .bd li .aside .list p {
  font-size: 13px;
  color: #777;
  line-height: 24px;
  width: 232px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}

.box60 .sild30 .bd li .aside .list:hover .text .title {
  color: #1683d2;
}

.box60 .sild30 .hd {
  position: absolute;
  top: 0;
  left: 0;
}

.box60 .sild30 .hd li {
  margin-bottom: 19px;
}

.box60 .sild30 .hd li a {
  display: block;
  width: 141px;
  height: 47px;
  background: #ececec;
  border-radius: 4px;
  line-height: 47px;
  font-size: 16px;
  color: #444;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.box60 .sild30 .hd li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background-image: linear-gradient(90deg, #17c66f 0%, #1683d2 100%), linear-gradient(#ececec, #ececec);
  background-blend-mode: normal,
    normal;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}

.box60 .sild30 .hd .on a {
  color: #fff;
}

.box60 .sild30 .hd .on a::before {
  height: 47px;
}

.box70 {
  margin-top: 30px;
}

.box70 .contents {
  display: flex;
  justify-content: space-between;
}

.box70 p {
  width: 80px;
  height: 34px;
  border-radius: 4px;
  background-image: linear-gradient(90deg, #17c66f 0%, #1683d2 100%), linear-gradient(#444444, #444444);
  background-blend-mode: normal,
    normal;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.box70 .lj {
  margin-left: 81px;
}

.box70 .lj a {
  display: inline-block;
  font-size: 14px;
  color: #444;
  line-height: 16px;
  margin-right: 87px;
  line-height: 33px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.box70 .lj a:hover {
  background: #1683d2;
}