.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: #00923f;
  border-top-color: #00923f;
  transition: width 0.2s ease-out 0s, height 0.2s ease-out 0.2s;
}
.bk:hover:before {
  border-left-color: #00923f;
  border-bottom-color: #00923f;
  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);
  }
}
@-webkit-keyframes myfirst1 {
  0%,
  100% {
    -webkit-transform: translate(0, -10px) rotateZ(0);
  }
  50% {
    -webkit-transform: translate(0, 0) rotateZ(0);
  }
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.le {
  float: left;
}
.ri {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.tel {
  width: 100%;
  height: 70px;
  margin: 20px auto;
}
.tel ul {
  width: 1200px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tel ul li:nth-child(2) {
  font-size: 20px;
   background: url("../images/12lh.png") no-repeat left center;
}
.tel ul li:nth-child(3) {
  font-size: 28px;
  width: 290px;
  line-height: 35px;
   background: url("../images/11lh.png") no-repeat left center;
}
.tel ul li {
  color: #444444;
  font-size: 22px;
  line-height: 70px;
  height: 70px;
  box-sizing: border-box;
  padding-left: 90px;
  background: url("../images/10lh.png") no-repeat left center;
}
.titles {
  width: 218px;
  height: 49px;
  margin: 0 auto;
  text-align: center;
  background: url("../images/t1.png") no-repeat center;
}
.titles h3 {
  color: #484848;
  font-size: 30px;
  font-weight: bold;
  line-height: 26px;
}
.titles p {
  color: #999999;
  font-size: 12px;
  line-height: 9px;
  margin-top: 12px;
}
.business {
  width: 100%;
  height: 607px;
  margin-top: 82px;
}
.business .bo {
  width: 100%;
  height: 251px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business .bo li:hover {
  box-shadow: 0 0 5px 1px #ddd;
  background: #f8f8f8 url(../images/23lh.png) no-repeat left bottom;
  transform: translateY(-5px);
}
.business .bo li:hover i {
  transform: rotateY(360deg);
  background: url(../images/yw11.png) no-repeat right top;
}
.business .bo li:hover a .shu {
  color: #fff;
}
.business .bo li:hover a .ti {
  color: #fff;
}
.business .bo li:hover a .yi {
  color: #fff;
}
.business .bo li:hover a span {
  background: url("../images/14lh.png") no-repeat center;
}
.business .bo li:nth-child(2) i {
  background: url(../images/yw2.png) no-repeat right top;
}
.business .bo li:nth-child(2):hover i {
  background: url(../images/yw21.png) no-repeat right top;
}
.business .bo li:nth-child(3) i {
  background: url(../images/yw3.png) no-repeat right top;
}
.business .bo li:nth-child(3):hover i {
  background: url(../images/yw31.png) no-repeat right top;
}
.business .bo li:nth-child(4) i {
  background: url(../images/yw4.png) no-repeat right top;
}
.business .bo li:nth-child(4):hover i {
  background: url(../images/yw41.png) no-repeat right top;
}
.business .bo li:nth-child(5) i {
  background: url(../images/yw5.png) no-repeat right top;
}
.business .bo li:nth-child(5):hover i {
  background: url(../images/yw51.png) no-repeat right top;
}
.business .bo li:nth-child(6) i {
  background: url(../images/yw6.png) no-repeat right top;
}
.business .bo li:nth-child(6):hover i {
  background: url(../images/yw61.png) no-repeat right top;
}
.business .bo li {
  margin-top: 40px;
  height: 200px;
  background: #f8f8f8 url(../images/22lh.png) no-repeat left bottom;
  border-radius: 8px;
  width: 376px;
  box-sizing: border-box;
  padding: 38px 29px 0 40px;
  transition: 0.5s;
  position: relative;
}
.business .bo li a {
  margin-top: 36px;
  display: block;
}
.business .bo li i {
  width: 62px;
  height: 58px;
  position: absolute;
  top: 38px;
  right: 29px;
  background: url(../images/yw1.png) no-repeat right top;
  transition: 0.5s;
}
.business .bo li .shu {
  color: #999999;
  font-size: 24px;
  transition: 0.3s;
}
.business .bo li .ti {
  font-size: 18px;
  color: #444444;
  margin: 10px 0 5px;
  transition: 0.3s;
}
.business .bo li .yi {
  font-size: 12px;
  color: #999999;
  transition: 0.3s;
}
.business .bo li span {
  width: 24px;
  height: 42px;
  transition: 0.3s;
  display: block;
  position: absolute;
  top: 129px;
  right: 44px;
  background: url("../images/13lh.png") no-repeat center;
  animation: myfirst1 2s infinite;
}
.ys {
  width: 100%;
  height: 729px;
  background: url("../images/9lh.png") no-repeat center top;
  padding-top: 48px;
  box-sizing: border-box;
}
.ys .titles {
  float: left;
  width: 294px;
  height: 65px;
  margin-top: 9px;
  background: url("../images/t2.png") no-repeat center;
}
.ys .titles h3 {
  font-size: 40px;
  line-height: 36px;
}
.ys .titles p {
  font-size: 16px;
  margin-top: 17px;
}
.ys .lyri {
  width: 825px;
  height: 90px;
  position: relative;
  float: right;
}
.ys .lyri #tel {
  float: left;
  margin-left: 62px;
  background: url(../images/l2.png) no-repeat left 4px;
}
.ys .lyri input {
  width: 300px;
  height: 31px;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  background: url(../images/l1.png) no-repeat left 4px;
  line-height: 28px;
  box-sizing: border-box;
  color: #999;
  float: left;
  padding-right: 10px;
}
.ys .lyri input::placeholder {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999;
}
.ys .lyri .yzm {
  position: relative;
  width: 300px;
  height: 31px;
  float: left;
  margin-top: 27px;
  margin-left: 62px;
}
.ys .lyri .yzm #codeText {
  margin-top: 0px;
  width: 300px;
  height: 31px;
  background: url(../images/l4.png) no-repeat left 4px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 40px;
}
.ys .lyri .yzm #imgCode {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 90px;
  height: 36px;
  color: #999;
}
.ys .lyri #btn {
  width: 101px;
  height: 91px;
  background-color: #0e6fd8;
  border-radius: 6px;
  text-align: center;
  line-height: 24px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box;
  padding: 20px 20px 0 26px;
  letter-spacing: 5px;
}
.ys .lyri #contant {
  margin-top: 27px;
  width: 300px;
  height: 31px;
  line-height: 28px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 40px;
  background: url(../images/l3.png) no-repeat left 4px;
  color: #999;
  float: left;
}
.ys .lyri #contant::placeholder {
  font-size: 14px;
  letter-spacing: 0px;
  color: #999;
}
.ys .slideTxtBox {
  width: 100%;
  height: 451px;
  position: relative;
  margin-top: 40px;
}
.ys .slideTxtBox .arrow {
  width: 80px;
  height: 40px;
  position: absolute;
  bottom: 68px;
  right: 413px;
  border-right: 68px 413px solid;
  z-index: 999;
}
.ys .slideTxtBox .arrow a:hover {
  margin-top: -5px;
}
.ys .slideTxtBox .arrow a {
  display: block;
  width: 40px;
  height: 40px;
  transition: 0.5s;
  background: url("../images/2ds.png") no-repeat center;
  float: left;
}
.ys .slideTxtBox .arrow .next {
  float: right;
  background: url("../images/4ds.png") no-repeat center;
}
.ys .slideTxtBox .zole {
  width: 600px;
  height: 451px;
  background-color: #eeeeee;
  border-radius: 20px 0px 0px 20px;
}
.ys .slideTxtBox .zole img {
  width: 602px;
  height: 451px;
  background-color: #eeeeee;
  border-radius: 20px 0px 0px 20px;
}
.ys .slideTxtBox .zori {
  width: 600px;
  height: 451px;
  background-color: #ffffff;
  border-radius: 0px 0px 100px 0px;
  box-sizing: border-box;
  padding: 57px 68px 0 108px;
}
.ys .slideTxtBox .zori .ti {
  font-size: 30px;
  font-weight: bold;
  color: #484848;
  line-height: 27px;
  padding-top: 59px;
  box-sizing: border-box;
  position: relative;
}
.ys .slideTxtBox .zori .ti span {
  z-index: 999;
  position: relative;
}
.ys .slideTxtBox .zori .ti .shu {
  font-family: Arial;
  font-size: 120px;
  font-weight: bold;
  color: #f0f0f0;
  line-height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.ys .slideTxtBox .zori .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  font-size: 15px;
  margin-top: 48px;
}
.ys .dh {
  width: 440px;
  height: 66px;
  line-height: 66px;
  margin-top: 31px;
  color: #555555;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
}
.ys .dh .zai {
  float: right;
  width: 192px;
  height: 66px;
  background: url("../images/15lh.png") no-repeat center;
  box-sizing: border-box;
  padding-left: 31px;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: normal;
}
.ys .dh .zai i {
  display: block;
  width: 66px;
  height: 66px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/15lh1.png") no-repeat center;
  animation: msClock 2s infinite;
}
.box30 {
  margin-top: 50px;
}
.box30 .sild10 {
  margin-top: 25px;
}
.box30 .sild10 .hd {
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 65px;
  background: url("../images/2lh.png") no-repeat center;
}
.box30 .sild10 .hd li a {
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 36px;
  padding-top: 28px;
  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, #00923f 0%, #1dc270 100%), linear-gradient(#fe6700, #fe6700);
  background-blend-mode: normal,
                            normal;
  top: 65px;
  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;
  flex-wrap: wrap;
}
.box30 .sild10 .bd li .z1 {
  width: 580px;
}
.box30 .sild10 .bd li .z1 .list {
  width: 580px;
  height: 210px;
  background: url(../images/title5.png) no-repeat center;
  padding: 22px 34px 0 19px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  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;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.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;
}
.about {
  width: 100%;
  height: 720px;
  background: url("../images/16lh.png") no-repeat center;
  padding-top: 76px;
  box-sizing: border-box;
}
.about .titles {
  width: 294px;
  height: 65px;
  float: left;
  background: url("../images/t2.png") no-repeat center;
}
.about .titles h3 {
  font-size: 40px;
  line-height: 36px;
}
.about .titles p {
  font-size: 16px;
  margin-top: 17px;
}
.about .ti {
  width: 422px;
  height: 70px;
  line-height: 70px;
  background: url("../images/18lh.png") no-repeat center;
  box-sizing: border-box;
  padding-left: 92px;
  font-size: 20px;
  color: #333;
  margin: 30px 0 24px;
}
.about .ti a {
  color: #333;
}
.about .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #777777;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  width: 530px;
  height: 144px;
}
.about .yy {
  width: 395px;
  height: 245px;
  margin-top: 70px;
  float: left;
}
.about .yy .tu {
  width: 335px;
  height: 245px;
  background: url("../images/17lh.png") no-repeat center;
  overflow: hidden;
  float: left;
}
.about .yy .tu img {
  width: 310px;
  height: 217px;
  margin: 13px auto;
  display: block;
}
.about .yy p {
  height: 180px;
  background-color: #ffffff;
  border-radius: 0px 8px 8px 0px;
  width: 60px;
  float: right;
  margin-top: 31px;
  text-align: center;
  line-height: 22px;
  letter-spacing: 2px;
  color: #555555;
  font-size: 20px;
  box-sizing: border-box;
  padding: 48px 20px 0;
}
.about ul {
  width: 452px;
  height: 81px;
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 210px;
}
.about ul li:nth-child(2) .tu {
  background: #666666 url(../images/20lh.png) no-repeat center;
}
.about ul li:hover .tu {
  background: url("../images/19lh1.png") no-repeat center;
}
.about ul li:nth-child(2):hover .tu {
  background: url("../images/20lh1.png") no-repeat center;
}
.about ul li {
  position: relative;
  height: 81px;
  background: url(../images/4lh.png) no-repeat 99px 39px;
  color: #555555;
  font-size: 16px;
  padding-left: 145px;
  transition: 0.3s;
  padding-top: 16px;
  box-sizing: border-box;
}
.about ul li a {
  color: #555555;
}
.about ul li .tu {
  width: 81px;
  height: 81px;
  background: #666666 url(../images/19lh.png) no-repeat center;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}
.about ul li p {
  color: #999999;
  font-size: 12px;
}
.box60 {
  margin-top: 35px;
}
.box60 .sild30 {
  margin-top: 42px;
  position: relative;
}
.box60 .sild30 .bd li .plaet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  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: #00923f;
}
.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;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.box60 .sild30 .bd li .aside .list:hover .text .title {
  color: #00923f;
}
.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;
}
.yqlj {
  width: 100%;
  min-height: 68px;
  box-sizing: border-box;
}
.yqlj ul {
  line-height: 33px;
}
.yqlj ul .ti {
  width: 80px;
  height: 32px;
  background-image: linear-gradient(90deg, #00923f 0%, #007cc3 100%), linear-gradient(#005bab, #005bab);
  background-blend-mode: normal, 
            normal;
  border-radius: 4px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.yqlj ul li:hover {
  transform: translateX(5px);
}
.yqlj ul li:hover a {
  color: #00923f;
}
.yqlj ul li {
  float: left;
  margin-left: 40px;
  font-size: 14px;
  color: #444444;
  transition: 0.3s;
}
.yqlj ul li a {
  color: #444444;
  transition: 0.3s;
}
.xcConfirm .xc_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: #666666;
  opacity: 0.5;
  transition: 0.3s;
  z-index: 2147000000;
}
.xcConfirm .popBox {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: #ffffff;
  z-index: 2147000001;
  width: 10px;
  height: 0px;
  margin-left: -285px;
  margin-top: -150px;
  border-radius: 5px;
  color: #535e66;
  transition: 0.3s;
  overflow: hidden;
}
.xcConfirm .popBox .ttBox {
  height: 30px;
  line-height: 30px;
  padding: 14px 30px;
  border-bottom: solid 1px #eef0f1;
}
.xcConfirm .popBox .ttBox .tt {
  font-size: 18px;
  display: block;
  float: left;
  height: 30px;
  position: relative;
}
.xcConfirm .popBox .txtBox {
  margin: 40px 100px;
  height: 100px;
  overflow: hidden;
}
.xcConfirm .popBox .txtBox p {
  height: 84px;
  margin-top: 16px;
  line-height: 26px;
  overflow-x: hidden;
  overflow-y: auto;
}
.xcConfirm .popBox .txtBox p input {
  width: 364px;
  height: 30px;
  border: solid 1px #eef0f1;
  font-size: 18px;
  margin-top: 6px;
}
.xcConfirm .popBox .btnArea {
  border-top: solid 1px #eef0f1;
}
.xcConfirm .popBox .btnGroup {
  float: right;
}
.xcConfirm .popBox .btnGroup .sgBtn {
  margin-top: 14px;
  margin-right: 10px;
}
.xcConfirm .popBox .sgBtn {
  display: block;
  cursor: pointer;
  float: left;
  width: 95px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
}
.xcConfirm .popBox .sgBtn.ok {
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  box-sizing: border-box;
  border: none;
  background-color: #00923f;
  cursor: pointer;
}
.xcConfirm .popBox .sgBtn.ok::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00923f;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.xcConfirm .popBox .sgBtn.ok:hover {
  color: #00923f;
  background-color: #fff;
}
.xcConfirm .popBox .sgBtn.ok:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.xcConfirm .popBox .sgBtn.cancel {
  background-color: #546a79;
  color: #FFFFFF;
}
.xcConfirm {
  transition: 0.7s;
}
.xcConfirm .openh {
  height: 100%;
}
.xcConfirm .openw1 {
  width: 570px;
}
.xcConfirm .openw {
  height: 300px;
}
