.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: #fdc101;
  border-top-color: #fdc101;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #fdc101;
  border-bottom-color: #fdc101;
  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;
}
.box10 {
  height: 1272px;
  background: url(../images/b1.jpg) no-repeat center top;
}
.box10 .plaet {
  height: 120px;
  display: flex;
  justify-content: space-between;
}
.box10 .plaet .text {
  padding-left: 63px;
  position: relative;
}
.box10 .plaet .text::before {
  content: "";
  display: block;
  width: 35px;
  height: 120px;
  position: absolute;
  background: url(../images/tel.png) no-repeat center;
  top: 0;
  left: 0;
  -webkit-animation: zyuo linear 2s infinite;
}
.box10 .plaet .text::after {
  content: "";
  display: block;
  width: 1px;
  height: 21px;
  position: absolute;
  background: #d5d5d5;
  top: 45px;
  left: 48px;
}
.box10 .plaet .text span {
  font-size: 14px;
  color: #666;
  line-height: 25px;
  display: block;
  padding-top: 25px;
  box-sizing: border-box;
}
.box10 .plaet .text .num {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.box10 .plaet .paratext {
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  padding-top: 25px;
  font-weight: bold;
}
.box10 .top {
  height: 65px;
  position: relative;
  margin-top: 33px;
  box-sizing: border-box;
}
.box10 .top::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  position: absolute;
  background: #fdc101;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.box10 .top .zm {
  font-family: Arial;
  font-size: 70px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.box10 .top h3 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.box10 .top .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  padding-top: 18px;
  width: 68px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.box10 .top .more::before {
  content: "";
  display: block;
  width: 31px;
  height: 5px;
  position: absolute;
  background: url(../images/more1.png) no-repeat center;
  top: 0;
  right: 0;
}
.box10 .top .more:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.box10 .list {
  width: 950px;
  display: flex;
  justify-content: space-between;
  margin: 105px auto 0;
}
.box10 .list  a {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  width: 240px;
  height: 50px;
  padding-left: 90px;
  position: relative;
  z-index: 10;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  background: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box10 .list li a::before {
  content: "";
  display: block;
  width: 240px;
  height: 0px;
  position: absolute;
  background: #fdc101;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .list .on a::before {
  height: 50px;
}
.box10 .list a:nth-child(1)::after {
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  background: url(../images/d1.png) no-repeat center;
  top: 0;
  left: 28px;
  z-index: 20;
}
.box10 .list a:nth-child(2)::after {
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  background: url(../images/d2.png) no-repeat center;
  top: 0;
  left: 28px;
  z-index: 20;
}
.box10 .list a:nth-child(3)::after {
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  background: url(../images/d3.png) no-repeat center;
  top: 0;
  left: 28px;
  z-index: 20;
}
.box10 .list a:nth-child(4)::after {
  content: "";
  display: block;
  width: 40px;
  height: 50px;
  position: absolute;
  background: url(../images/d4.png) no-repeat center;
  top: 0;
  left: 28px;
  z-index: 20;
}
.box10 .aside {
  background: #f5f5f5;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.box10 .aside li{
    padding: 0 10px;
}
.box10 .aside a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  height: 50px;
  line-height: 50px;
  padding-left: 23px;
  position: relative;
  margin-right: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .aside a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid #a8a8a8;
  box-sizing: border-box;
  background: none;
  border-radius: 50%;
  top: 21px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .aside a:hover {
  color: #fdc101;
}
.box10 .aside a:hover::before {
  background: #fdc101;
  border-color: #fdc101;
}
.box10 .aside a:last-child {
  margin-right: 0;
}
.box10 .sild10 {
  margin-top: 30px;
  height: 430px;
  background: #f4f4f4;
  position: relative;
}
.box10 .sild10 .bd li {
  display: flex;
}
.box10 .sild10 .bd li .z1 {
  width: 550px;
  margin-right: 64px;
  padding: 10px;
  box-sizing: border-box;
}
.box10 .sild10 .bd li .z1 .img {
  display: block;
  width: 550px;
  height: 410px;
  overflow: hidden;
}
.box10 .sild10 .bd li .z1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .bd li .z1 .img img:hover {
  transform: scale(1.1);
}
.box10 .sild10 .bd li .y1 {
  width: 447px;
}
.box10 .sild10 .bd li .y1 .title {
  font-size: 22px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 55px;
}
.box10 .sild10 .bd li .y1 p {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.box10 .sild10 .bd li .y1 .text {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 35px;
}
.box10 .sild10 .bd li .y1 .paratext {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  margin-top: 10px;
}
.box10 .sild10 .bd li .y1 .plaet {
  width: 320px;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.box10 .sild10 .bd li .y1 .plaet .more {
  display: block;
  width: 142px;
  height: 46px;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
}
.box10 .sild10 .bd li .y1 .plaet .more:nth-child(1) {
  background: #fdc101;
  color: #333;
}
.box10 .sild10 .bd li .y1 .plaet .more:nth-child(2) {
  background: #b2b2b2;
  color: #fff;
}
.box10 .sild10 .arrow {
  width: 86px;
  height: 280px;
  position: absolute;
  top: 77px;
  right: 44px;
}
.box10 .sild10 .arrow .prev {
  width: 86px;
  height: 52px;
  background: url(../images/prev1.png) no-repeat center;
  text-indent: -999999px;
  cursor: pointer;
  position: relative;
}
.box10 .sild10 .arrow .prev::before {
  content: "";
  display: block;
  width: 86px;
  height: 52px;
  position: absolute;
  background: url(../images/prev2.png) no-repeat center;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .arrow .prev:hover::before {
  transform: rotateY(0deg);
  opacity: 1;
}
.box10 .sild10 .arrow .prev::after {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  position: absolute;
  background: #b2b2b2;
  top: 82px;
  left: 43px;
}
.box10 .sild10 .arrow .next {
  width: 86px;
  height: 52px;
  background: url(../images/next1.png) no-repeat center;
  text-indent: -999999px;
  cursor: pointer;
  position: relative;
  margin-top: 173px;
}
.box10 .sild10 .arrow .next::before {
  content: "";
  display: block;
  width: 86px;
  height: 52px;
  position: absolute;
  background: url(../images/next2.png) no-repeat center;
  top: 0;
  left: 0;
  transform: rotateY(-180deg);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .arrow .next:hover::before {
  transform: rotateY(0deg);
  opacity: 1;
}
.box10 .warp {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.box10 .warp li {
  width: 310px;
}
.box10 .warp li .img {
  display: block;
  width: 310px;
  height: 210px;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.box10 .warp li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .warp li .img img:hover {
  transform: scale(1.1);
}
.box10 .warp li .title {
  display: block;
  line-height: 55px;
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box20 {
  margin-top: 33px;
  background: url(../images/b2.jpg) no-repeat center top;
  background-position-y: 307px;
}
.box20 .contents {
  position: relative;
}
.box20 .top {
  height: 65px;
  position: relative;
}
.box20 .top::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  position: absolute;
  background: #fdc101;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.box20 .top .zm {
  font-family: Arial;
  font-size: 70px;
  color: #f7f7f7;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.box20 .top h3 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.box20 .sild20 {
  margin-top: 75px;
  position: relative;
  height: 918px;
}
.box20 .sild20 .hd {
  display: flex;
  justify-content: space-between;
}
.box20 .sild20 .hd li {
  width: 278px;
  border-top: 1px solid #d6d6d6;
  box-sizing: border-box;
  position: relative;
}
.box20 .sild20 .hd li::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  position: absolute;
  background: #999;
  top: -1px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box20 .sild20 .hd li span {
  display: block;
  font-size: 12px;
  color: #a6a6a6;
  margin-top: 40px;
}
.box20 .sild20 .hd li .title {
  font-size: 26px;
  color: #333;
}
.box20 .sild20 .hd li i {
  display: block;
  width: 54px;
  height: 38px;
  text-indent: -99999px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 5px;
}
.box20 .sild20 .hd .on::before {
  background: #fdc101;
}
.box20 .sild20 .hd li:nth-child(1) i {
  background: url(../images/01.png) no-repeat center top;
}
.box20 .sild20 .hd li:nth-child(2) i {
  background: url(../images/02.png) no-repeat center top;
}
.box20 .sild20 .hd li:nth-child(3) i {
  background: url(../images/03.png) no-repeat center top;
}
.box20 .sild20 .hd li:nth-child(4) i {
  background: url(../images/04.png) no-repeat center top;
}
.box20 .sild20 .hd .on:nth-child(1) i {
  background: url(../images/01-c.png) no-repeat center top;
}
.box20 .sild20 .hd .on:nth-child(2) i {
  background: url(../images/02-c.png) no-repeat center top;
}
.box20 .sild20 .hd .on:nth-child(3) i {
  background: url(../images/03-c.png) no-repeat center top;
}
.box20 .sild20 .hd .on:nth-child(4) i {
  background: url(../images/04-c.png) no-repeat center top;
}
.box20 .sild20 .bd {
  margin-top: 35px;
}
.box20 .sild20 .bd li {
  display: flex;
}
.box20 .sild20 .bd li .z1 {
  position: relative;
  z-index: 20;
  width: 748px;
  margin: 0 90px 0 -202px;
}
.box20 .sild20 .bd li .z1::before {
  content: "";
  display: block;
  width: 747px;
  height: 737px;
  position: absolute;
  background: url(../images/y-b.png) no-repeat center;
  top: 10px;
  left: -20px;
  z-index: -1;
}
.box20 .sild20 .bd li .y1 {
  width: 565px;
  margin-top: 59px;
}
.box20 .sild20 .bd li .y1 .title {
  font-size: 26px;
  color: #333;
}
.box20 .sild20 .bd li .y1 p {
  font-size: 16px;
  color: #666;
  margin-top: 37px;
}
.box20 .sild20 .arrow {
  width: 262px;
  height: 68px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 456px;
  left: 649px;
  background: url(../images/arrow.png) no-repeat center;
}
.box20 .sild20 .arrow .prev {
  width: 131px;
  height: 68px;
  background: url(../images/prev.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
}
.box20 .sild20 .arrow .prev:hover {
  -webkit-animation: zyuo linear 2s infinite;
}
.box20 .sild20 .arrow .next {
  width: 131px;
  height: 68px;
  background: url(../images/next.png) no-repeat center;
  text-indent: -99999px;
  cursor: pointer;
}
.box20 .sild20 .arrow .next:hover {
  -webkit-animation: zyuo linear 2s infinite;
}
.box20 .plaet {
  margin-top: -16px;
  position: absolute;
  top: 741px;
  left: 526px;
}
.box20 .plaet h3 {
  font-size: 22px;
  color: #444;
  line-height: 36px;
}
.box20 .plaet h3 i {
  font-size: 12px;
  color: #888;
  margin-left: 47px;
}
.box20 .plaet .FOM {
  width: 754px;
  margin-top: 20px;
}
.box20 .plaet .FOM .n {
  height: 39px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 17px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 19px;
  background: #e6e6e6;
}
.box20 .plaet .FOM .n img {
  width: 84px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 6px;
  border-radius: 6px;
}
.box20 .plaet .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 39px;
  background: none;
  color: #999;
}
.box20 .plaet .FOM .n input::placeholder {
  color: #999;
}
.box20 .plaet .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 36px;
  background: none;
  color: #999;
}
.box20 .plaet .FOM .n textarea::placeholder {
  color: #999;
}
.box20 .plaet .FOM .n:nth-child(1) {
  width: 361px;
  margin-right: 32px;
}
.box20 .plaet .FOM .n:nth-child(2) {
  width: 361px;
}
.box20 .plaet .FOM .n:nth-child(3) {
  width: 745px;
}
.box20 .plaet .FOM .n:nth-child(4) {
  width: 361px;
  margin-right: 69px;
}
.box20 .plaet .FOM #btn {
  float: left;
  width: 222px;
  height: 36px;
  background-color: #666666;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  margin-right: 2px;
  position: relative;
}
.box20 .plaet .FOM #btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../images/wx.png) no-repeat center;
  top: 4px;
  left: -36px;
}
.box30 {
  height: 707px;
  background: url(../images/b3.jpg) no-repeat center top;
  margin-top: 80px;
  padding-top: 80px;
  box-sizing: border-box;
}
.box30 .contents {
  display: flex;
  justify-content: space-between;
}
.box30 .z1 {
  width: 652px;
}
.box30 .z1 .title {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
.box30 .z1 .text {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  width: 652px;
  margin-top: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 120px;
}
.box30 .z1 .list {
  width: 600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 85px;
}
.box30 .z1 .list li {
  width: 240px;
  margin-bottom: 65px;
  position: relative;
  height: 95px;
}
.box30 .z1 .list li .num {
  font-size: 14px;
  color: #fdc101;
}
.box30 .z1 .list li .num i {
  font-size: 46px;
  color: #333;
  line-height: 30px;
}
.box30 .z1 .list li .num span {
  font-size: 46px;
  color: #333;
  line-height: 30px;
}
.box30 .z1 .list li p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}
.box30 .z1 .list li:nth-child(1)::before {
  content: "";
  display: block;
  width: 42px;
  height: 59px;
  position: absolute;
  background: url(../images/c1.png) no-repeat center;
  top: 0;
  right: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .z1 .list li:nth-child(1):hover::before {
  transform: rotateY(180deg);
}
.box30 .z1 .list li:nth-child(2)::before {
  content: "";
  display: block;
  width: 42px;
  height: 59px;
  position: absolute;
  background: url(../images/c2.png) no-repeat center;
  top: 0;
  right: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .z1 .list li:nth-child(2):hover::before {
  transform: rotateY(180deg);
}
.box30 .z1 .list li:nth-child(3)::before {
  content: "";
  display: block;
  width: 42px;
  height: 59px;
  position: absolute;
  background: url(../images/c3.png) no-repeat center;
  top: 0;
  right: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .z1 .list li:nth-child(3):hover::before {
  transform: rotateY(180deg);
}
.box30 .z1 .list li:nth-child(4)::before {
  content: "";
  display: block;
  width: 42px;
  height: 59px;
  position: absolute;
  background: url(../images/c4.png) no-repeat center;
  top: 0;
  right: 0;
  transform: rotateY(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .z1 .list li:nth-child(4):hover::before {
  transform: rotateY(180deg);
}
.box30 .y1 {
  width: 524px;
  margin-right: 21px;
  position: relative;
}
.box30 .y1 .w {
  width: 524px;
  height: 320px;
  margin: 35px 0 0 0;
}
.box30 .y1 .rong {
  display: block;
  width: 240px;
  height: 172px;
  overflow: hidden;
  position: relative;
  margin: 21px 0 0 284px;
}
.box30 .y1 .rong::before {
  content: "";
  display: block;
  width: 240px;
  height: 172px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 10;
}
.box30 .y1 .rong img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .y1 .rong img:hover {
  transform: scale(1.1);
}
.box30 .y1 .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  padding-top: 18px;
  width: 68px;
  position: absolute;
  top: 449px;
  left: 0;
}
.box30 .y1 .more::before {
  content: "";
  display: block;
  width: 31px;
  height: 5px;
  position: absolute;
  background: url(../images/more1.png) no-repeat center;
  top: 0;
  right: 0;
}
.box30 .y1 .more:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.box40 {
  height: 800px;
  background: url(../images/b4.jpg) no-repeat center top;
  padding-top: 30px;
  box-sizing: border-box;
}
.box40 .top {
  height: 65px;
  position: relative;
}
.box40 .top::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  position: absolute;
  background: #fdc101;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.box40 .top .zm {
  font-family: Arial;
  font-size: 70px;
  color: #f7f7f7;
  opacity: 0.08;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.box40 .top h3 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.box40 .list {
  margin-top: 111px;
  display: flex;
  justify-content: space-between;
}
.box40 .list li {
  width: 359px;
}
.box40 .list li .plaet {
  width: 359px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.box40 .list li .plaet .img {
  display: block;
  width: 359px;
  height: 280px;
  overflow: hidden;
}
.box40 .list li .plaet .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .list li .plaet .img img:hover {
  transform: scale(1.1);
}
.box40 .list li .plaet .more {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 100%;
  background: rgba(253, 193, 1, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .list li .text {
  height: 130px;
  border: 1px solid #dcdcdc;
  border-top: none;
  box-sizing: border-box;
  padding: 25px 20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.box40 .list li .text::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  position: absolute;
  background: #fdc101;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.box40 .list li .text .title {
  font-size: 18px;
  color: #444;
  line-height: 34px;
  display: block;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box40 .list li .text p {
  font-size: 14px;
  color: #888;
  line-height: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
}
.box40 .list li:hover .plaet .more {
  bottom: 0;
}
.box40 .list li:hover .text {
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
  border: none;
}
.box40 .list li:hover .text .title {
  color: #fdc101;
}
.box40 .mores {
  width: 195px;
  height: 52px;
  border: 1px solid #d6d6d6;
  background: #f5f5f5;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  text-align: center;
  position: relative;
  display: block;
  line-height: 66px;
  margin: 80px auto 0;
}
.box40 .mores::before {
  content: "";
  display: block;
  width: 195px;
  height: 5px;
  position: absolute;
  background: url(../images/more1.png) no-repeat center;
  top: 12px;
  left: 0;
}
.box40 .mores:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.box50 {
  margin-top: 35px;
}
.box50 .top {
  height: 65px;
  position: relative;
}
.box50 .top::before {
  content: "";
  display: block;
  width: 54px;
  height: 4px;
  position: absolute;
  background: #fdc101;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.box50 .top .zm {
  font-family: Arial;
  font-size: 70px;
  color: #f7f7f7;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.box50 .top h3 {
  font-size: 34px;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.box50 .top .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  padding-top: 18px;
  width: 68px;
  position: absolute;
  top: 65px;
  right: 0;
}
.box50 .top .more::before {
  content: "";
  display: block;
  width: 31px;
  height: 5px;
  position: absolute;
  background: url(../images/more1.png) no-repeat center;
  top: 0;
  right: 0;
}
.box50 .top .more:hover::before {
  -webkit-animation: zyuo linear 2s infinite;
}
.box50 .sild30 .hd {
  width: 790px;
  height: 74px;
  box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.08);
  margin: 80px auto 0;
  padding: 0 83px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.box50 .sild30 .hd li {
  position: relative;
}
.box50 .sild30 .hd li::before {
  content: "";
  display: block;
  width: 0px;
  height: 4px;
  position: absolute;
  background: #fdc101;
  left: -83px;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .hd li a {
  display: block;
  font-size: 18px;
  color: #444;
  line-height: 74px;
  position: relative;
}
.box50 .sild30 .hd li a::before {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  position: absolute;
  background: #d1d1d1;
  top: 25px;
  left: 171px;
}
.box50 .sild30 .hd li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  border: 1px solid #adadad;
  box-sizing: border-box;
  border-radius: 50%;
  top: 33px;
  left: -26px;
}
.box50 .sild30 .hd li:nth-child(3) a::before {
  display: none;
}
.box50 .sild30 .hd .on::before {
  width: 211px;
}
.box50 .sild30 .bd {
  margin-top: 30px;
}
.box50 .sild30 .bd li {
  display: flex;
  justify-content: space-between;
}
.box50 .sild30 .bd li .z1 {
  width: 600px;
}
.box50 .sild30 .bd li .z1 .img {
  display: block;
  width: 600px;
  height: 360px;
  overflow: hidden;
}
.box50 .sild30 .bd li .z1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .bd li .z1 .img img:hover {
  transform: scale(1.1);
}
.box50 .sild30 .bd li .z1 .text {
  height: 52px;
  width: 600px;
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
}
.box50 .sild30 .bd li .z1 .text .data {
  width: 73px;
  height: 52px;
  border-right: 1px solid #8b8b8b;
  box-sizing: border-box;
  font-size: 34px;
  font-weight: bold;
  color: #333;
}
.box50 .sild30 .bd li .z1 .text .data i {
  font-size: 14px;
  color: #999;
  display: block;
}
.box50 .sild30 .bd li .z1 .text .title {
  display: block;
  font-size: 17px;
  color: #000;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 515px;
}
.box50 .sild30 .bd li .z1 p {
  font-size: 14px;
  color: #666;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 54px;
  margin-top: 35px;
}
.box50 .sild30 .bd li .z1 .more {
  display: block;
  text-indent: -999999px;
  width: 45px;
  height: 45px;
  background: url(../images/more2.jpg) no-repeat center;
  margin-top: 44px;
}
.box50 .sild30 .bd li .y1 {
  width: 601px;
  height: 610px;
  background: url(../images/line.jpg) no-repeat center left;
  background-position-x: 78px;
  padding-top: 20px;
  box-sizing: border-box;
}
.box50 .sild30 .bd li .y1 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 77px;
  position: relative;
}
.box50 .sild30 .bd li .y1 .list::before {
  content: "";
  display: block;
  width: 3px;
  height: 0px;
  position: absolute;
  background: #fdc101;
  top: -25px;
  left: 78px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .bd li .y1 .list .data {
  width: 56px;
  font-size: 20px;
  color: #999;
  line-height: 27px;
}
.box50 .sild30 .bd li .y1 .list .data i {
  font-size: 14px;
  display: block;
  text-align: right;
}
.box50 .sild30 .bd li .y1 .list .title {
  display: block;
  width: 497px;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild30 .bd li .y1 .list:hover::before {
  height: 49px;
}
.box50 .sild30 .bd li .y1 .list:hover .title {
  color: #fdc101;
}
.box60 {
  margin-top: 54px;
}
.box60 p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  float: left;
  width: 109px;
  height: 46px;
  background: url(../images/link.jpg) no-repeat center;
  padding-left: 45px;
  box-sizing: border-box;
}
.box60 .lj {
  float: left;
  margin: 20px 0 0 42px;
  position: relative;
}
.box60 .lj::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  position: absolute;
  background: #333;
  opacity: 0.3;
  top: 8px;
  left: -17px;
}
.box60 .lj a {
  display: inline-block;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-right: 48px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .lj a:hover {
  color: #fdc101;
}
.box60 .lj a:last-child {
  margin-right: 48px;
}
