.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);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.box10 {
  height: 659px;
  background: url(../images/b1.jpg) no-repeat center top;
  padding-top: 32px;
  box-sizing: border-box;
}
.box10 .plaet {
  display: flex;
  justify-content: space-between;
}
.box10 .plaet .z1 {
  width: 742px;
  padding-top: 55px;
}
.box10 .plaet .z1 .title {
  display: block;
  font-size: 36px;
  color: #818181;
}
.box10 .plaet .z1 .zm {
  font-family: Arial;
  font-size: 14px;
  line-height: 36px;
  color: #818181;
  line-height: 20px;
}
.box10 .plaet .z1 .text {
  font-size: 14px;
  color: #adadad;
  line-height: 36px;
  margin-top: 65px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
}
.box10 .plaet .z1 .more {
  display: block;
  font-size: 14px;
  color: #2e59ca;
  line-height: 48px;
  width: 160px;
  height: 48px;
  border: 1px solid #2e59ca;
  border-radius: 24px;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .plaet .z1 .more:hover {
  background: #2e59ca;
  color: #fff;
}
.box10 .plaet .y1 {
  width: 327px;
  margin-right: 47px;
}
.box10 .plaet .y1 .ser {
  width: 327px;
  height: 60px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0 65px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.box10 .plaet .y1 .ser input {
  line-height: 60px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: none;
}
.box10 .plaet .y1 .ser input::placeholder {
  color: #fff;
}
.box10 .plaet .y1 .ser button {
  position: absolute;
  top: 0;
  right: 17px;
  text-indent: -99999px;
  border: none;
  width: 49px;
  height: 60px;
  background: url(../images/ser.png) no-repeat center;
  cursor: pointer;
}
.box10 .plaet .y1 .zm {
  font-family: Impact;
  font-size: 60px;
  color: #fff;
  opacity: 0.1;
  text-align: right;
  line-height: 72px;
  margin: 55px 0 0 17px;
}
.box10 .plaet .y1 h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  line-height: 49px;
  margin: 5px 0 0 17px;
}
.box10 .plaet .y1 .text {
  font-size: 18px;
  line-height: 49px;
  color: #fff;
  text-align: right;
  margin-top: 5px;
}
.box10 .sild10 {
  margin-top: 47px;
  position: relative;
}
.box10 .sild10 .bd li {
  margin-right: 20px;
  width: 167px;
  float: left;
}
.box10 .sild10 .bd li .img {
  display: block;
  width: 167px;
  height: 167px;
  overflow: hidden;
}
.box10 .sild10 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .bd li .img img:hover {
  transform: scale(1.1);
}
.box10 .sild10 .arrow {
  width: 114px;
  position: absolute;
  top: 27px;
  right: 38px;
}
.box10 .sild10 .arrow .prev {
  width: 114px;
  height: 43px;
  background: url(../images/prev.png) no-repeat center;
  text-indent: -9999px;
  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;
  margin-bottom: 28px;
}
.box10 .sild10 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .sild10 .arrow .next {
  width: 114px;
  height: 43px;
  background: url(../images/next.png) no-repeat center;
  text-indent: -9999px;
  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;
}
.box10 .sild10 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box20 {
  margin-top: 99px;
}
.box20 .top .zm {
  font-family: Impact;
  font-size: 60px;
  color: #333333;
  opacity: 0.2;
  line-height: 72px;
  text-align: center;
}
.box20 .top h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  line-height: 70px;
  text-align: center;
}
.box20 .top .text {
  font-size: 18px;
  line-height: 55px;
  color: #a0a0a0;
  text-align: center;
}
.box20 .list {
  margin: 25px -10px 0 0;
}
.box20 .list a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 19px;
  border-radius: 21px;
  border: solid 1px #e0e0e0;
  font-size: 16px;
  color: #a0a0a0;
  overflow: hidden;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-right: 10px;
}
.box20 .list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #2e59ca;
  transform: scale(0);
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.box20 .list a:hover {
  color: #fff;
  padding: 0 23px;
}
.box20 .list a:hover::before {
  transform: scale(1);
}
.box20 .aside {
  display: flex;
  justify-content: space-between;
  margin: 50px 2.5% 0;
}
.box20 .aside li {
  width: 22%;
  height: 407px;
  border: solid 1px #e3e3e3;
  box-sizing: border-box;
  padding-top: 30px;
  margin-right: 2%;
}
.box20 .aside li:last-child{
  margin-right: 0;
}
.box20 .aside li .img {
  display: block;
  width: 100%;
  height: 270px;
  overflow: hidden;
  margin: 0 auto;
}
.box20 .aside li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box20 .aside li .img img:hover {
  transform: scale(1.1);
}
.box20 .aside li .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box20 .aside li p {
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  color: #e2e2e2;
}
.box30 {
  margin-top: 100px;
  background: url(../images/b3.jpg) no-repeat center top;
  background-position-y: 208px;
}
.box30 .sild20 {
  position: relative;
}
.box30 .sild20 .bd li {
  display: flex;
}
.box30 .sild20 .bd li img {
  display: block;
  width: 640px;
  height: 705px;
}
.box30 .sild20 .bd li .plaet {
  width: 560px;
  margin: 465px 0 0 58px;
}
.box30 .sild20 .bd li .plaet .text {
  width: 415px;
  display: flex;
  justify-content: space-between;
}
.box30 .sild20 .bd li .plaet .text .num {
  font-family: Impact;
  font-size: 48px;
  color: #acacac;
  line-height: 50px;
}
.box30 .sild20 .bd li .plaet .text .num i {
  font-family: Arial;
  font-size: 36px;
  color: #acacac;
  margin-right: 20px;
  position: relative;
  top: -5px;
}
.box30 .sild20 .bd li .plaet .text .title {
  width: 245px;
}
.box30 .sild20 .bd li .plaet .text .title p {
  font-size: 24px;
  color: #333;
}
.box30 .sild20 .bd li .plaet .text .title span {
  font-family: Arial;
  font-size: 14px;
  color: #cdcdcd;
  display: block;
}
.box30 .sild20 .bd li .plaet .paratext {
  margin-top: 25px;
}
.box30 .sild20 .bd li .plaet .paratext p {
  font-size: 16px;
  line-height: 48px;
  color: #8e8e8e;
}
.box30 .sild20 .arrow {
  width: 200px;
  position: absolute;
  top: 605px;
  left: 440px;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.box30 .sild20 .arrow .prev {
  width: 100px;
  height: 100px;
  background: url(../images/prev.jpg) no-repeat center;
  text-indent: -9999px;
  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;
}
.box30 .sild20 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .arrow .next {
  width: 100px;
  height: 100px;
  background: url(../images/next.jpg) no-repeat center;
  text-indent: -9999px;
  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;
}
.box30 .sild20 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 .five {
  font-family: Impact;
  font-size: 60px;
  color: #333333;
  opacity: 0.2;
  line-height: 72px;
  position: absolute;
  top: 29px;
  left: 704px;
}
.box30 .sild20 .top {
  position: absolute;
  top: 245px;
  left: 704px;
}
.box30 .sild20 .top h3 {
  font-size: 48px;
  font-weight: bold;
  line-height: 72px;
  color: #fff;
}
.box30 .sild20 .top p {
  font-size: 18px;
  line-height: 72px;
  color: #fff;
  letter-spacing: 24px;
}
.box40 {
  margin-top: 100px;
  height: 645px;
}
.box40 .sild30 {
  position: relative;
}
.box40 .sild30 .bd li {
  display: flex;
  justify-content: space-between;
}
.box40 .sild30 .bd li .plaet {
  width: 490px;
  margin-top: 360px;
}
.box40 .sild30 .bd li .plaet .text {
  font-size: 14px;
  line-height: 36px;
  color: #b5b5b5;
  text-align: right;
}
.box40 .sild30 .bd li .plaet .more {
  display: block;
  font-size: 14px;
  color: #2e59ca;
  line-height: 48px;
  width: 160px;
  height: 48px;
  border: 1px solid #2e59ca;
  border-radius: 24px;
  text-align: center;
  margin-top: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 325px;
}
.box40 .sild30 .bd li .plaet .more:hover {
  background: #2e59ca;
  color: #fff;
}
.box40 .sild30 .bd li .img {
  display: block;
  width: 700px;
  height: 440px;
  overflow: hidden;
}
.box40 .sild30 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .bd li .img img:hover {
  transform: scale(1.1);
}
.box40 .sild30 .hd {
  overflow: hidden;
  position: absolute;
  top: 460px;
  right: -25px;
}
.box40 .sild30 .hd li {
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .hd li .img {
  display: block;
  width: 290px;
  height: 180px;
  overflow: hidden;
  box-sizing: border-box;
}
.box40 .sild30 .hd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-fit: cover;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .sild30 .hd li .img img:hover {
  transform: scale(1.1);
}
.box40 .sild30 .hd .on .img {
  border: solid 4px #1f4bbe;
}
.box40 .sild30 .arrow {
  height: 180px;
  position: absolute;
  top: 462px;
  right: 620px;
}
.box40 .sild30 .arrow .prev {
  width: 79px;
  height: 93px;
  background: url(../images/prex-a.jpg) no-repeat center;
  text-indent: -9999px;
  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;
  cursor: pointer;
}
.box40 .sild30 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .sild30 .arrow .next {
  width: 79px;
  height: 86px;
  background: url(../images/next-a.jpg) no-repeat center;
  text-indent: -9999px;
  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;
  cursor: pointer;
}
.box40 .sild30 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .sild30 .top {
  position: absolute;
  top: 0;
  left: 25px;
}
.box40 .sild30 .top p {
  font-family: Impact;
  font-size: 60px;
  color: #333333;
  opacity: 0.1;
  line-height: 72px;
  text-align: right;
}
.box40 .sild30 .top h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: right;
  margin-top: 5px;
}
.box40 .sild30 .top .text {
  font-size: 18px;
  line-height: 65px;
  color: #b9b9b9;
  position: relative;
}
.box40 .sild30 .top .text::before {
  content: "";
  display: block;
  width: 79px;
  height: 2px;
  position: absolute;
  background: #2e59ca;
  top: 70px;
  right: 0;
}
.box50 {
  background: url(../images/b5.jpg) no-repeat center top;
  margin-top: 95px;
  padding-top: 98px;
}
.box50 .plaet {
  display: flex;
  justify-content: space-between;
}
.box50 .plaet .z1 {
  width: 359px;
}
.box50 .plaet .z1 h3 {
  font-size: 72px;
  font-family: Impact;
  line-height: 72px;
  color: #fff;
  position: relative;
  top: -5px;
}
.box50 .plaet .z1 img {
  width: 413px;
  height: 408px;
  margin-top: 30px;
}
.box50 .plaet .y1 {
  width: 795px;
  height: 581px;
  overflow: hidden;
}
.box50 .plaet .y1 img {
  width: 795px;
  height: 581px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .plaet .y1 img:hover {
  transform: scale(1.1);
}
.box50 .aside {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}
.box50 .aside .rong {
  display: block;
  width: 413px;
  height: 310px;
  overflow: hidden;
}
.box50 .aside .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .aside .rong img:hover {
  transform: scale(1.1);
}
.box50 .aside .text {
  width: 757px;
  margin-top: 39px;
}
.box50 .aside .text .title {
  display: block;
  font-size: 30px;
  color: #333;
  text-align: right;
}
.box50 .aside .text .zm {
  font-family: Arial;
  font-size: 14px;
  color: #cfcfcf;
  text-align: right;
}
.box50 .aside .text p {
  font-size: 14px;
  line-height: 36px;
  color: #b4b4b4;
  text-align: right;
  margin-top: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 108px;
}
.box60 {
  margin-top: 90px;
  height: 1290px;
  background: url(../images/link.jpg) no-repeat center bottom;
}
.box60 .sild40 {
  position: relative;
}
.box60 .sild40 .bd li .plaet .list {
  width: 850px;
  height: 224px;
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.09);
  border-radius: 6px;
  display: flex;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
  margin-left: 448px;
}
.box60 .sild40 .bd li .plaet .list .img {
  display: block;
  width: 232px;
  height: 184px;
  overflow: hidden;
  margin-right: 50px;
}
.box60 .sild40 .bd li .plaet .list .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .bd li .plaet .list .img img:hover {
  transform: scale(1.1);
}
.box60 .sild40 .bd li .plaet .list .text {
  width: 490px;
}
.box60 .sild40 .bd li .plaet .list .text .title {
  display: block;
  font-size: 16px;
  line-height: 50px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .bd li .plaet .list .text p {
  font-size: 14px;
  line-height: 36px;
  color: #b8b8b8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
.box60 .sild40 .bd li .plaet .list .text .data {
  font-family: Arial;
  font-size: 14px;
  line-height: 40px;
  color: #b8b8b8;
}
.box60 .sild40 .bd li .plaet .list:hover .text .title {
  color: #2e59ca;
}
.box60 .sild40 .bd li .aside {
  margin-top: 66px;
  display: flex;
  justify-content: space-between;
}
.box60 .sild40 .bd li .aside .z1 {
  width: 603px;
}
.box60 .sild40 .bd li .aside .z1 .img {
  display: block;
  width: 603px;
  height: 350px;
  overflow: hidden;
}
.box60 .sild40 .bd li .aside .z1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .bd li .aside .z1 .img img:hover {
  transform: scale(1.1);
}
.box60 .sild40 .bd li .aside .z1 .title {
  display: block;
  font-size: 16px;
  line-height: 60px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .bd li .aside .z1 p {
  font-size: 14px;
  line-height: 36px;
  color: #b8b8b8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
}
.box60 .sild40 .bd li .aside .z1 .data {
  font-family: Arial;
  font-size: 14px;
  line-height: 36px;
  margin-top: 20px;
  color: #b8b8b8;
}
.box60 .sild40 .bd li .aside .z1:hover .title {
  color: #2e59ca;
}
.box60 .sild40 .bd li .aside .y1 {
  width: 625px;
}
.box60 .sild40 .bd li .aside .y1 .list {
  width: 635px;
  height: 140px;
  display: flex;
  justify-content: space-between;
  position: relative;
  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;
}
.box60 .sild40 .bd li .aside .y1 .list:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box60 .sild40 .bd li .aside .y1 .list::before {
  content: "";
  display: block;
  width: 625px;
  height: 1px;
  position: absolute;
  background: #e1e1e1;
  top: 115px;
  left: 0;
}
.box60 .sild40 .bd li .aside .y1 .list .data {
  width: 118px;
  height: 91px;
  font-family: Arial;
  font-size: 24px;
  color: #333;
  border-right: 1px solid #e1e1e1;
  padding-top: 20px;
  box-sizing: border-box;
}
.box60 .sild40 .bd li .aside .y1 .list .data i {
  font-family: Arial;
  font-size: 18px;
  color: #a8a8a8;
  display: block;
}
.box60 .sild40 .bd li .aside .y1 .list .text {
  width: 426px;
}
.box60 .sild40 .bd li .aside .y1 .list .text .title {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .bd li .aside .y1 .list .text p {
  font-size: 14px;
  line-height: 30px;
  color: #9f9f9f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 5px;
}
.box60 .sild40 .bd li .aside .y1 .list:hover .text .title {
  color: #2e59ca;
}
.box60 .sild40 .hd {
  position: absolute;
  top: 277px;
  left: 0;
}
.box60 .sild40 .hd li {
  margin-bottom: 10px;
}
.box60 .sild40 .hd li a {
  display: block;
  width: 319px;
  height: 64px;
  border: solid 1px #f0f0f0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 64px;
  text-align: center;
  position: relative;
  z-index: 20;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .hd li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: #2e59ca;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .sild40 .hd .on a {
  color: #fff;
}
.box60 .sild40 .hd .on a::before {
  height: 100%;
}
.box60 .sild40 .top {
  position: absolute;
  top: 0;
  left: 0;
}
.box60 .sild40 .top p {
  font-family: Impact;
  font-size: 60px;
  color: #333333;
  opacity: 0.1;
  line-height: 72px;
}
.box60 .sild40 .top h3 {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.box60 .sild40 .top .text {
  font-size: 18px;
  line-height: 49px;
  color: #b9b9b9;
  position: relative;
}
.box60 .link {
  display: flex;
  justify-content: space-between;
}
.box60 .link p {
  font-family: Impact;
  font-size: 48px;
  color: #f0f0f0;
  height: 65px;
}
.box60 .link p i {
  font-size: 18px;
  line-height: 5px;
  color: #333;
  display: block;
  letter-spacing: 10px;
}
.box60 .link .lj {
  height: 65px;
  margin-left: 57px;
}
.box60 .link .lj a {
  display: inline-block;
  font-size: 14px;
  color: #969696;
  margin-right: 45px;
  line-height: 115px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .link .lj a:hover {
  color: #2e59ca;
}
