.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: #1655b2;
  border-top-color: #1655b2;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #1655b2;
  border-bottom-color: #1655b2;
  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: 433px;
  background: #fafafa;
  padding-top: 60px;
  box-sizing: border-box;
}
.box10 .top {
  display: flex;
}
.box10 .top h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.box10 .top p {
  font-size: 22px;
  color: #f56340;
  line-height: 50px;
  margin-left: 18px;
}
.box10 .sild10 {
  margin-top: 28px;
  position: relative;
}
.box10 .sild10 .bd li {
  width: 292px;
  float: left;
  margin-right: 37px;
}
.box10 .sild10 .bd li .img {
  display: block;
  width: 292px;
  height: 200px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.box10 .sild10 .bd li .img img {
  width: 292px;
  height: 200px;
  padding: 10px;
  box-sizing: border-box;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .bd li .title {
  line-height: 45px;
  font-size: 16px;
  color: #333;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box10 .sild10 .bd li:hover .img {
  border: 1px solid #1655b2;
}
.box10 .sild10 .bd li:hover .img img {
  transform: scale(1.2);
}
.box10 .sild10 .bd li:hover .title {
  color: #1655b2;
}
.box10 .sild10 .arrow {
  position: absolute;
  top: -70px;
  right: 0;
  width: 160px;
  display: flex;
  justify-content: space-between;
}
.box10 .sild10 .arrow .prev {
  display: block;
  width: 80px;
  height: 42px;
  background: url(../images/prev1.png) no-repeat center;
  text-indent: -99999px;
  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 .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box10 .sild10 .arrow .next {
  display: block;
  width: 80px;
  height: 42px;
  background: url(../images/next1.png) no-repeat center;
  text-indent: -99999px;
  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 {
  height: 392px;
  background: url(../images/b2.jpg) no-repeat center top;
  padding-top: 60px;
  box-sizing: border-box;
}
.box20 h3 {
  font-size: 34px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.box20 .text {
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 15px;
}
.box20 .warp {
  height: 190px;
  padding: 0 130px;
  box-sizing: border-box;
  background: url(../images/warp.jpg) no-repeat center top;
  margin-top: 50px;
  box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
.box20 .warp p {
  font-size: 18px;
  color: #333;
  width: 72px;
  text-align: center;
  padding-top: 120px;
  position: relative;
}
.box20 .warp p:nth-child(1)::before {
  content: "";
  display: block;
  width: 59px;
  height: 57px;
  position: absolute;
  background: url(../images/img1.png) no-repeat center;
  top: 48px;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box20 .warp p:nth-child(1):hover::before {
  transform: translateX(-50%) rotateY(180deg);
}
.box20 .warp p:nth-child(2)::before {
  content: "";
  display: block;
  width: 59px;
  height: 57px;
  position: absolute;
  background: url(../images/img2.png) no-repeat center;
  top: 48px;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box20 .warp p:nth-child(2):hover::before {
  transform: translateX(-50%) rotateY(180deg);
}
.box20 .warp p:nth-child(3)::before {
  content: "";
  display: block;
  width: 59px;
  height: 57px;
  position: absolute;
  background: url(../images/img3.png) no-repeat center;
  top: 48px;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box20 .warp p:nth-child(3):hover::before {
  transform: translateX(-50%) rotateY(180deg);
}
.box20 .warp p:nth-child(4)::before {
  content: "";
  display: block;
  width: 59px;
  height: 57px;
  position: absolute;
  background: url(../images/img4.png) no-repeat center;
  top: 48px;
  left: 50%;
  transform: translateX(-50%) rotate(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box20 .warp p:nth-child(4):hover::before {
  transform: translateX(-50%) rotateY(180deg);
}
.box30 {
  margin-top: 79px;
}
.box30 .top {
  display: flex;
  justify-content: space-between;
}
.box30 .top .text h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  position: relative;
}
.box30 .top .text h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  background: #f56340;
  top: 70px;
  left: 0;
}
.box30 .top .more {
  display: block;
  width: 50px;
  height: 50px;
  background: #1655b2 url(../images/more1.jpg) no-repeat center;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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 .top .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box30 .sild20 {
  margin-top: 50px;
}
.box30 .sild20 .hd li {
  float: left;
  width: 150px;
  height: 50px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  padding: 0 25px 0 17px;
  margin-right: 11px;
  background: url(../images/more3.png) no-repeat center left;
  background-position-x: 122px;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd li::before {
  content: "";
  display: block;
  width: 16px;
  height: 50px;
  position: absolute;
  background: url(../images/more2.png) no-repeat center;
  top: 0;
  right: 12px;
  transform: scale3d(0, 1, 0) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd li::after {
  content: "";
  display: block;
  width: 150px;
  height: 0px;
  position: absolute;
  background: url(../images/more4.png) no-repeat center top;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .sild20 .hd li:last-child {
  margin-right: 0;
}
.box30 .sild20 .hd .on {
  background: none;
}
.box30 .sild20 .hd .on::before {
  transform: scale3d(1, 1, 2) scale(1);
}
.box30 .sild20 .hd .on::after {
  height: 50px;
}
.box30 .sild20 .hd .on a {
  color: #fff;
}
.box30 .sild20 .bd {
  width: 1280px;
  background: #f8f8f8;
  margin-top: 14px;
}
.box30 .sild20 .bd li {
  height: 60px;
  display: flex;
  padding: 0 34px;
  box-sizing: border-box;
}
.box30 .sild20 .bd li a {
  display: block;
  line-height: 60px;
  width: 100px;
  margin-right: 60px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box30 .sild20 .bd li a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #f56340;
  box-sizing: border-box;
  top: 30px;
  left: 0;
}
.box30 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px;
}
.box30 .list li {
  width: 310px;
  margin-bottom: 15px;
}
.box30 .list li .img {
  display: block;
  width: 310px;
  height: 246px;
  overflow: hidden;
  border: solid 1px #dddddd;
  box-sizing: border-box;
}
.box30 .list li .img img {
  width: 310px;
  height: 246px;
  padding: 5px;
  box-sizing: border-box;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .list li .img img:hover {
  transform: scale(1.1);
}
.box30 .list li .text {
  width: 310px;
  height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 32px 0 11px;
  border-top: none;
  position: relative;
}
.box30 .list li .text .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .list li .text .more {
  display: block;
  width: 24px;
  height: 50px;
  background: url(../images/more5.png) no-repeat center;
  text-indent: -99999px;
  position: absolute;
  top: 0;
  right: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box30 .list li:hover .img {
  border: solid 1px #f56340;
}
.box30 .list li:hover .text {
  border: solid 1px #f56340;
  border-top: none;
}
.box30 .list li:hover .text .title {
  color: #f56340;
  transform: translateX(4px);
}
.box30 .list li:hover .text .more {
  display: block;
  background: url(../images/more6.png) no-repeat center;
}
.box40 {
  height: 792px;
  background: url(../images/b4.jpg) no-repeat center top;
  margin-top: 84px;
  overflow: hidden;
}
.box40 .sild30 {
  position: relative;
}
.box40 .sild30 .bd {
  margin-left: 230px;
}
.box40 .sild30 .bd li .ys {
  display: block;
  width: 1370px;
  height: 590px;
}
.box40 .sild30 .bd li .text {
  padding: 30px 0 0 113px;
  width: 1370px;
  height: 203px;
  box-sizing: border-box;
  background: #fafafa;
}
.box40 .sild30 .bd li .text i {
  font-family: Arial;
  font-size: 60px;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 550px;
  left: -230px;
}
.box40 .sild30 .bd li .text .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 686px;
}
.box40 .sild30 .bd li .text p {
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  width: 686px;
}
.box40 .sild30 .hd {
  width: 84px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 699px;
  left: 0;
}
.box40 .sild30 .hd li {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.3;
  text-indent: -9999px;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.box40 .sild30 .hd .on {
  opacity: 1;
}
.box40 .sild30 .arrow {
  width: 160px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 663px;
  left: 1170px;
}
.box40 .sild30 .arrow .prev {
  display: block;
  width: 80px;
  height: 42px;
  background: #fff url(../images/prev2.png) no-repeat center;
  text-indent: -99999px;
  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;
}
.box40 .sild30 .arrow .prev:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .sild30 .arrow .next {
  display: block;
  width: 80px;
  height: 42px;
  background: #f56340 url(../images/next2.png) no-repeat center;
  text-indent: -99999px;
  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;
}
.box40 .sild30 .arrow .next:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box40 .sild30 .top {
  position: absolute;
  top: 185px;
  left: 0;
}
.box40 .sild30 .top h3 {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.box40 .sild30 .top .out {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
  margin-top: 40px;
}
.box40 .sild30 .top p {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  margin-top: 5px;
}
.box50 {
  margin-top: 80px;
}
.box50 .top {
  display: flex;
  justify-content: space-between;
}
.box50 .top .text h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  position: relative;
}
.box50 .top .text h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  background: #f56340;
  top: 70px;
  left: 0;
}
.box50 .top .more {
  display: block;
  width: 50px;
  height: 50px;
  background: #1655b2 url(../images/more1.jpg) no-repeat center;
  text-indent: -9999px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  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;
}
.box50 .top .more:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box50 .sild40 {
  position: relative;
  margin-top: 70px;
}
.box50 .sild40 .bd li {
  width: 400px;
  float: left;
  margin-right: 40px;
}
.box50 .sild40 .bd li .img {
  display: block;
  width: 400px;
  height: 300px;
  overflow: hidden;
}
.box50 .sild40 .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild40 .bd li .img img:hover {
  transform: scale(1.1);
}
.box50 .sild40 .bd li .text {
  position: relative;
  width: 400px;
  height: 68px;
  padding: 0 90px 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.box50 .sild40 .bd li .text .title {
  display: block;
  line-height: 68px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box50 .sild40 .bd li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 68px;
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 23px;
  background: url(../images/more7.png) no-repeat center right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box50 .sild40 .bd li:hover .text .more {
  background: url(../images/more8.png) no-repeat center right;
  -webkit-animation: zyuo linear 2s infinite;
}
.box50 .sild40 .hd {
  width: 84px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -61px;
  right: 0;
}
.box50 .sild40 .hd li {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0.3;
  text-indent: -9999px;
  background: #ddd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.box50 .sild40 .hd .on {
  background: #f56340;
  opacity: 1;
}
.box60 {
  height: 504px;
  margin-top: 89px;
  overflow: hidden;
}
.box60 .contents {
  display: flex;
  justify-content: space-between;
}
.box60 .z1 {
  width: 498px;
  height: 432px;
  background: url(../images/yuan.jpg) no-repeat center;
  position: relative;
  padding: 60px 0 0 78px;
  box-sizing: border-box;
}
.box60 .z1::before {
  content: "";
  display: block;
  width: 818px;
  height: 504px;
  position: absolute;
  background: url(../images/b5.jpg) no-repeat center;
  top: 0;
  left: -320px;
  z-index: -1;
}
.box60 .z1 h3 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.box60 .z1 p {
  width: 324px;
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin-top: 20px;
  position: relative;
}
.box60 .z1 p::before {
  content: "";
  display: block;
  width: 52px;
  height: 2px;
  position: absolute;
  background: #f56340;
  top: 85px;
  left: 0;
}
.box60 .z1 .num {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 51px;
  border-bottom: 1px solid #ddd;
  margin-top: 50px;
  width: 210px;
}
.box60 .z1 .xun {
  display: block;
  width: 128px;
  height: 34px;
  background: #f56340;
  line-height: 34px;
  text-align: center;
  margin-top: 22px;
  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;
}
.box60 .z1 .xun:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box60 .y1 {
  width: 782px;
}
.box60 .y1 .img {
  width: 782px;
  height: 432px;
  overflow: hidden;
}
.box60 .y1 .img img {
  width: 782px;
  height: 432px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box60 .y1 .img img:hover {
  transform: scale(1.1);
}
.box60 .y1 p {
  position: relative;
  margin-top: 35px;
  text-align: right;
  font-family: Arial;
  font-size: 16px;
  color: #666;
}
.box60 .y1 p::before {
  content: "";
  display: block;
  width: 574px;
  height: 8px;
  position: absolute;
  background: url(../images/line2.png) no-repeat center;
  top: 29px;
  left: 564px;
}
.box60 .y1 p i {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: right;
}
.box80 {
  height: 1235px;
  background: url(../images/b6.jpg) center;
  margin-top: 107px;
  padding-top: 91px;
  box-sizing: border-box;
  overflow: hidden;
}
.box80 .about {
  display: flex;
  justify-content: space-between;
}
.box80 .about .z1 {
  width: 532px;
  position: relative;
}
.box80 .about .z1 .top h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
  position: relative;
}
.box80 .about .z1 .top h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  background: #f56340;
  top: 70px;
  left: 0;
}
.box80 .about .z1 .text {
  font-size: 14px;
  color: #666;
  line-height: 40px;
  margin-top: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 120px;
}
.box80 .about .z1 .more {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f56340 url(../images/more9.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-indent: -999999px;
  margin-top: 50px;
}
.box80 .about .z1 .more:hover {
  border-radius: 0;
}
.box80 .about .z1 .list {
  width: 1084px;
  height: 180px;
  background: url(../images/aub.jpg) no-repeat center;
  position: absolute;
  top: 428px;
  left: -314px;
  padding: 0 162px 0 390px;
  box-sizing: border-box;
  box-shadow: 18px 18px 26px 4px rgba(22, 85, 178, 0.08);
  border-radius: 0 6px 6px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  z-index: 99;
}
.box80 .about .z1 .list::before {
  content: "ABOUT YUEDONG";
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  position: absolute;
  top: 70px;
  left: 140px;
  z-index: 100;
}
.box80 .about .z1 .list a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  padding-top: 104px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .about .z1 .list a:nth-child(1) {
  background: url(../images/r1.png) no-repeat center top;
  background-position-y: 47px;
}
.box80 .about .z1 .list a:nth-child(1)::before {
  content: "";
  display: block;
  width: 64px;
  height: 36px;
  position: absolute;
  background: url(../images/r4.png) no-repeat center top;
  top: 47px;
  left: 0;
  transform: scale3d(0, 1, 0) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .about .z1 .list a:nth-child(1):hover {
  background: none;
}
.box80 .about .z1 .list a:nth-child(1):hover::before {
  transform: scale3d(1, 1, 1) scale(1);
}
.box80 .about .z1 .list a:nth-child(2) {
  background: url(../images/r2.png) no-repeat center top;
  background-position-y: 47px;
}
.box80 .about .z1 .list a:nth-child(2)::before {
  content: "";
  display: block;
  width: 64px;
  height: 44px;
  position: absolute;
  background: url(../images/r5.png) no-repeat center top;
  top: 47px;
  left: 0;
  transform: scale3d(0, 1, 0) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .about .z1 .list a:nth-child(2):hover {
  background: none;
}
.box80 .about .z1 .list a:nth-child(2):hover::before {
  transform: scale3d(1, 1, 1) scale(1);
}
.box80 .about .z1 .list a:nth-child(3) {
  background: url(../images/r3.png) no-repeat center top;
  background-position-y: 47px;
}
.box80 .about .z1 .list a:nth-child(3)::before {
  content: "";
  display: block;
  width: 64px;
  height: 41px;
  position: absolute;
  background: url(../images/r6.png) no-repeat center top;
  transform: scale3d(0, 1, 0) scale(0);
  top: 47px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .about .z1 .list a:nth-child(3):hover {
  background: none;
}
.box80 .about .z1 .list a:nth-child(3):hover::before {
  transform: scale3d(1, 1, 1) scale(1);
}
.box80 .about .y1 {
  width: 934px;
  margin: 18px -314px 0 0;
}
.box80 .honor {
  margin-top: 70px;
}
.box80 .honor .top {
  display: flex;
  justify-content: space-between;
}
.box80 .honor .top h3 {
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.box80 .honor .top h3 i {
  font-size: 16px;
  color: #666;
  line-height: 50px;
}
.box80 .honor .top .more {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .honor .top .more::hover {
  color: #1655b2;
  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;
}
.box80 .honor .top .more::hover:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.box80 .honor .sild50 {
  margin-top: 25px;
}
.box80 .honor .sild50 .bd li {
  width: 290px !important;
  height: 264px;
  border-radius: 4px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
  margin-right: 40px;
  float: left;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .honor .sild50 .bd li .img {
  display: block;
  width: 270px;
  height: 202px;
  overflow: hidden;
}
.box80 .honor .sild50 .bd li .img img {
  width: 270px;
  height: 202px;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .honor .sild50 .bd li .img img:hover {
  transform: scale(1.1);
}
.box80 .honor .sild50 .bd li .text {
  height: 52px;
  position: relative;
  padding-right: 80px;
}
.box80 .honor .sild50 .bd li .text .title {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .honor .sild50 .bd li .text .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box80 .honor .sild50 .bd li:hover {
  border: 1px solid #1655b2;
}
.box80 .honor .sild50 .bd li:hover .text .title {
  color: #1655b2;
}
.box80 .honor .sild50 .bd li:hover .text .more {
  color: #1655b2;
  transform: translateX(-4px);
}
.box90 {
  margin-top: 59px;
  height: 839px;
}
.box90 .top h3 {
  position: relative;
}
.box90 .top h3 a {
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.box90 .top h3::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  background: #f56340;
  top: 70px;
  left: 0;
}
.box90 .sild60 {
  margin-top: 70px;
  position: relative;
}
.box90 .sild60 .bd li {
  display: flex;
  justify-content: space-between;
}
.box90 .sild60 .bd li .z1 {
  width: 489px;
  height: 626px;
  background: #fbfbfb;
  padding: 60px 54px 0 54px;
  box-sizing: border-box;
}
.box90 .sild60 .bd li .z1 .data {
  font-size: 14px;
  color: #666;
  line-height: 38px;
}
.box90 .sild60 .bd li .z1 .data i {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  line-height: 38px;
}
.box90 .sild60 .bd li .z1 .img {
  display: block;
  width: 381px;
  height: 244px;
  overflow: hidden;
  margin-top: 30px;
}
.box90 .sild60 .bd li .z1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box90 .sild60 .bd li .z1 .img img:hover {
  transform: scale(1.1);
}
.box90 .sild60 .bd li .z1 .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box90 .sild60 .bd li .z1 p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin-top: 10px;
}
.box90 .sild60 .bd li .z1 .more {
  display: block;
  width: 136px;
  height: 36px;
  border-radius: 18px;
  background: #1655b2 url(../images/more10.png) no-repeat center left;
  background-position-x: 94px;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 36px;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  margin-top: 38px;
}
.box90 .sild60 .bd li .z1:hover .title {
  color: #1655b2;
  transform: translateX(4px);
}
.box90 .sild60 .bd li .y1 {
  width: 718px;
}
.box90 .sild60 .bd li .y1 .list {
  margin-bottom: 44px;
  height: 44px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.box90 .sild60 .bd li .y1 .list .plaet {
  height: 0;
  opacity: 0;
}
.box90 .sild60 .bd li .y1 .list .aside {
  opacity: 1;
  width: 718px;
  height: 121px;
  padding: 0 80px 0 120px;
  box-sizing: border-box;
  position: relative;
}
.box90 .sild60 .bd li .y1 .list .aside .data {
  width: 91px;
  height: 44px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  color: #666;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.box90 .sild60 .bd li .y1 .list .aside .title {
  display: block;
  font-size: 16px;
  color: #333;
  width: 540px;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box90 .sild60 .bd li .y1 .list .aside .more {
  display: block;
  width: 44px;
  height: 44px;
  background: url(../images/more11.png) no-repeat center;
  text-indent: -999999px;
  position: absolute;
  top: 0;
  right: 0;
}
.box90 .sild60 .bd li .y1 .on {
  margin-bottom: 20px;
  height: 121px;
}
.box90 .sild60 .bd li .y1 .on .plaet {
  display: block;
  opacity: 1;
  display: flex;
  justify-content: space-between;
}
.box90 .sild60 .bd li .y1 .on .plaet .data {
  width: 91px;
  height: 121px;
  background: #f56340;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.box90 .sild60 .bd li .y1 .on .plaet .data i {
  display: block;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.box90 .sild60 .bd li .y1 .on .plaet .text {
  width: 596px;
}
.box90 .sild60 .bd li .y1 .on .plaet .text .title {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box90 .sild60 .bd li .y1 .on .plaet .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.box90 .sild60 .bd li .y1 .on .aside {
  height: 0;
  opacity: 0;
}
.box90 .sild60 .hd {
  width: 590px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -106px;
  right: 0;
}
.box90 .sild60 .hd li {
  padding-left: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box90 .sild60 .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box90 .sild60 .hd li:nth-child(1) {
  background: url(../images/nes1.png) no-repeat center left;
}
.box90 .sild60 .hd li:nth-child(2) {
  background: url(../images/nes2.png) no-repeat center left;
}
.box90 .sild60 .hd li:nth-child(3) {
  background: url(../images/nes3.png) no-repeat center left;
}
.box90 .sild60 .hd .on:nth-child(1) {
  background: url(../images/nes4.png) no-repeat center left;
}
.box90 .sild60 .hd .on:nth-child(1) a {
  color: #f56340;
}
.box90 .sild60 .hd .on:nth-child(2) {
  background: url(../images/nes5.png) no-repeat center left;
}
.box90 .sild60 .hd .on:nth-child(2) a {
  color: #f56340;
}
.box90 .sild60 .hd .on:nth-child(3) {
  background: url(../images/nes6.png) no-repeat center left;
}
.box90 .sild60 .hd .on:nth-child(3) a {
  color: #f56340;
}
.box11 {
  margin-top: 30px;
}
.box11 p {
  font-size: 28px;
  color: #333;
  line-height: 28px;
  background: url(../images/line.png) no-repeat top right;
  float: left;
}
.box11 p i {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 28px;
  letter-spacing: 5px;
  margin-left: 13px;
}
.box11 .lj {
  float: left;
  margin-left: 54px;
}
.box11 .lj a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  line-height: 28px;
  margin-right: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box11 .lj a:hover {
  color: #1655b2;
}
.box11 .lj a:last-child {
  margin-right: 0;
}
