/* 1.lamp */
.lamp-tabs {
  display: flex;
  justify-content: center;
}

.lamp-tabs a {
  display: inline-block;
  text-align: center;
  color: #999999;
  border-radius: 3px;
  font-size: 14px;
  padding: 12px 32px;
  box-sizing: border-box;
  background-color: #ffffff;
  /* 阴影 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.lamp-tabs a:not(:last-child) {
  margin-right: 20px;
}

.lamp-tabs a.active,
.lamp-tabs a:hover {
  color: #ffffff;
  background-color: #3570ff;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.lamp-inx .lf {
  width: 50%;
}

.lamp-inx .rg {
  width: 45%;
}

.lamp-hot li {
  width: calc((100% / 2) - 50px);
}

.lamp-hot-inx li {
  width: 100%;
}

.lamp-hot-inx li:not(:first-child) {
  margin-top: 30px;
}

.lamp-hot li a {
  display: block;
}

.lamp-hot-inx li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lamp-hot li .img {
  width: 100%;
}

.lamp-hot-inx li .img {
  width: 260px;
}

.lamp-hot li:hover .img img {
  transform: scale(1.04);
}

.lamp-hot li .det {
  width: 100%;
  height: auto;
}

.lamp-hot-inx li .det {
  width: calc(100% - 260px);
  padding-left: 20px;
}

.lamp-hot li .det em {
  display: block;
  font-size: 13px;
  margin-top: 10px;
  color: #999999;
}

.lamp-hot li .det h2 {
  font-size: 18px;
  margin-top: 20px;
}

.lamp-hot-inx li .det h2 {
  margin-top: 0;
}

.lamp-hot li:hover .det h2 {
  color: #3570ff;
}

.lamp-hot li .det .buted {
  margin-top: 15px;
  color: #999999;
  line-height: 28px;
  font-size: 16px;
}

.lamp li {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  font-size: 16px;
  line-height: 32px;
  padding-left: 20px;
}

.lamp li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lamp li:hover::before {
  background-color: #3570ff;
}

.lamp li:nth-child(5n) {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px dashed #e2e2e2;
}

.lamp li a {
  display: block;
}

.lamp li:first-child {
  margin-top: 0;
}

.lamp li span {
  float: left;
  width: calc(100% - 120px);
}

.lamp li:hover span {
  color: #3570ff;
}

.lamp li em {
  float: right;
  color: #c4c4c4;
  font-size: 14px;
  text-align: right;
}

.lamp-list {
  width: 100%;
}

.lamp-list li {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
  font-size: 17px;
}

.lamp-list li:first-child {
  margin-top: 0;
}

.lamp-list li a {
  display: flex;
}

.lamp-list li em {
  margin-right: 10px;
}

.lamp-list li span {
  flex: 1;
}

.lamp-list li:hover span {
  color: #3570ff;
}

.lamp-inx-more {
  display: block;
  font-size: 15px;
  width: 120px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #3570ff;
  text-align: center;
  color: #3570ff;
  border-radius: 3px;
  margin: 50px auto 0;
}

@media (max-width: 1400px) {
  .lamp-hot li {
    width: calc((100% / 2) - 30px);
  }
  .lamp-hot-inx li {
    width: 100%;
  }
  .lamp li {
    margin-top: 20px;
  }
  .lamp-hot-inx li .img {
    width: 210px;
  }
  .lamp-hot-inx li .det {
    width: calc(100% - 210px);
  }
  .lamp-list li {
    font-size: 15px;
  }
  .lamp-list li span {
    width: calc(100% - 95px);
  }
}

@media (max-width: 1000px) {
  .lamp-inx.lex-db-st {
    flex-direction: column;
  }
  .lamp-inx .lf {
    width: 100%;
  }
  .lamp-inx .rg {
    width: 100%;
    margin-top: 20px;
  }
  .lamp-tabs a {
    font-size: 12px;
    padding: 7px 13px;
  }
  .lamp-tabs a:not(:last-child) {
    margin-right: 10px;
  }
  .lamp-hot li {
    width: calc((100% / 2) - 5px);
  }
  .lamp-hot-inx li {
    width: 100%;
  }
  .lamp-hot-inx li:not(:first-child) {
    margin-top: 15px;
  }
  .lamp-hot-inx li .img {
    width: 120px;
  }
  .lamp-hot-inx li .det {
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .lamp-hot li .det h2 {
    font-size: 15px;
    margin-top: 15px;
  }
  .lamp-hot-inx li .det h2 {
    margin-top: 0;
  }
  .lamp-hot li .det em {
    font-size: 12px;
    margin-top: 5px;
  }
  .lamp-hot li .det .buted {
    font-size: 13px;
    line-height: 24px;
    margin-top: 7px;
  }
  .lamp-hot-inx li .det .buted {
    -webkit-line-clamp: 1; /* 显示的行数 */
  }
  .lamp li:nth-child(5n) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .lamp li {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    padding-left: 15px;
  }
  .lamp li::before {
    width: 4px;
    height: 4px;
    top: 12px;
  }
  .lamp li span {
    width: calc(100% - 90px);
  }
  .lamp li em {
    font-size: 12px;
  }
  .lamp-inx-more {
    margin: 30px auto 0;
    width: 90px;
    height: 37px;
    line-height: 35px;
    border-radius: 3px;
    font-size: 12px;
  }
}

/* 2.case */
.case-box {
  background: url(./../img/case-bg.png) no-repeat center/cover;
}

.case li {
  width: calc((100% / 3) - 60px);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

.case li:not(:nth-child(3n)) {
  margin-right: 90px;
}

.case li:nth-child(n + 4) {
  margin-top: 80px;
}

.case li .img,
.mation-swiper .img {
  width: 100%;
}

.case li:hover .img img {
  transform: scale(1.04);
}

.case li .det,
.mation-swiper .det {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 30px 40px;
}

.case li .det h2,
.mation-swiper .det h2 {
  font-size: 18px;
}

.case li:hover .det h2 {
  color: #3570ff;
}

.case li .det .buted,
.mation-swiper .buted {
  margin-top: 15px;
  color: #999999;
  line-height: 28px;
  -webkit-line-clamp: 4; /* 显示的行数 */
}

.case li .det .more,
.mation-swiper .det .more {
  display: block;
  font-size: 15px;
  width: 120px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #3570ff;
  text-align: center;
  color: #3570ff;
  margin: 20px 0 0;
  border-radius: 5px;
}

@media (max-width: 1400px) {
  .case li {
    width: calc((100% / 3) - 10px);
  }
  .case li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .case li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .case li .det,
  .mation-swiper .det {
    padding: 20px 20px 30px;
  }
}

@media (max-width: 1000px) {
  .case li {
    width: calc((100% / 2) - 7px);
    border-radius: 5px;
  }
  .case li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .case li:nth-child(n + 4) {
    margin-top: 0;
  }
  .case li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .case li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .case li .det,
  .mation-swiper .det {
    padding: 20px;
  }
  .case li .det h2,
  .mation-swiper .det h2 {
    font-size: 16px;
  }
  .case li .det .buted,
  .mation-swiper .det .buted {
    line-height: 24px;
    -webkit-line-clamp: 3; /* 显示的行数 */
  }
  .case li .det .more,
  .mation-swiper .det .more {
    margin: 20px 0 0;
    width: 90px;
    height: 37px;
    line-height: 35px;
    border-radius: 3px;
    font-size: 12px;
  }
}

@media (max-width: 680px) {
  .case li {
    width: 100%;
  }
  .case li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .case li:nth-child(n + 3) {
    margin-top: 0;
  }
  .case li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* 3.goods */
.goods li {
  width: calc((100% / 3) - 14px);
  padding: 40px 30px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* 渐变 */
  background: linear-gradient(
    to bottom,
    rgba(245, 246, 248, 1),
    rgba(255, 255, 255, 1)
  );
}

.goods li:not(:nth-child(3n)) {
  margin-right: 21px;
}

.goods li:nth-child(n + 4) {
  margin-top: 21px;
}

.goods li .ico {
  width: 60px;
  height: auto;
}

.goods li .txt {
  width: calc(100% - 80px);
}

.goods li .txt h3 {
  font-size: 18px;
}

.goods li:hover .txt h3 {
  color: #3570ff;
}

.goods li .txt .buted {
  margin-top: 10px;
  font-size: 15px;
  line-height: 27px;
  color: #999999;
}

@media (max-width: 1000px) {
  .goods li {
    width: calc((100% / 2) - 7px);
    border-radius: 5px;
    padding: 30px 20px;
  }
  .goods li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .goods li:nth-child(n + 4) {
    margin-top: 0;
  }
  .goods li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .goods li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .goods li .ico {
    width: 30px;
  }
  .goods li .txt {
    width: calc(100% - 45px);
  }
  .goods li .txt h3 {
    font-size: 16px;
  }
  .goods li .txt .buted {
    font-size: 13px;
    line-height: 24px;
  }
}

@media (max-width: 768px) {
  .goods li a.lex-db-st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .goods li .txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

/* 4.solve */
.solve-bg {
  background: url(./../img/solve-bg.png) no-repeat center/cover;
}

.solve li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 50px;
}

.solve li:first-child {
  margin-top: 0;
}

.solve li .img {
  width: 40%;
  border-radius: 5px;
}

.solve li:hover .img img {
  transform: scale(1.04);
}

.solve li .txt {
  width: 55%;
}

.solve li .txt .ico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.solve li .txt h3 {
  font-size: 30px;
  margin-top: 30px;
}

.solve li:hover .txt h3 {
  color: #3570ff;
}

.solve li .txt .skell-spot {
  margin-top: 20px;
  color: #999999;
}

.solve li .txt em {
  display: block;
  font-size: 17px;
  margin-top: 30px;
  color: #3570ff;
}

.solve-tabs {
  display: flex;
  justify-content: center;
}

.solve-tabs a {
  display: inline-block;
  text-align: center;
  color: #999999;
  font-size: 14px;
  padding: 12px 35px;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  background-color: #ffffff;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.solve-tabs a:not(:last-child) {
  margin-right: 20px;
}

.solve-tabs a.active,
.solve-tabs a:hover {
  color: #ffffff;
  background-color: #3570ff;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.solve-cons li {
  display: none;
}

.solve-cons li.active {
  display: block;
}

@media (max-width: 1400px) {
  .solve li {
    margin-top: 30px;
  }
  .solve li .txt h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .solve li .txt .ico {
    width: 32px;
    height: 32px;
  }
  .solve li .img {
    width: 45%;
  }
  .solve li .txt {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .solve li .txt h3 {
    font-size: 20px;
  }
  .solve li .txt em {
    font-size: 15px;
    margin-top: 20px;
  }
  .solve-tabs a {
    font-size: 12px;
    padding: 7px 10px;
    margin-right: 7px;
  }
  .solve-tabs a:not(:last-child) {
    margin-right: 7px;
  }
}

@media (max-width: 768px) {
  .solve li {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .solve li a.lex-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .solve li .img {
    width: 65%;
    max-width: 380px;
  }
  .solve li .txt {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .solve li .txt .ico {
    margin: 0 auto;
  }
  .solve li .txt .skell-spot span::after {
    display: none;
  }
}

/* 5.tape */
.tape-box {
  background: url(./../img/tape-bg.png) no-repeat center/cover;
}

.tape-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.tape-swiper .swiper-container,
.tape-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tape-swiper .swiper-container {
  width: calc(100% - 140px);
}

.tape-swiper video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: relative;
}

.tape-swiper .swiper-button-next,
.tape-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.tape-swiper .swiper-button-prev,
.tape-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/mation-lf.png);
  background-size: 100% 100%;
  left: 0;
  cursor: pointer;
}
.tape-swiper .swiper-button-next,
.tape-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/mation-rg.png);
  background-size: 100% 100%;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .tape-swiper .swiper-button-next,
  .tape-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .tape-swiper .swiper-container {
    width: calc(100% - 90px);
  }
}

/* 6.tape */
.mation-box {
  background: url(./../img/mation-bg.png) no-repeat center/cover;
}

.mation-swiper {
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 90px;
}

.mation-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.mation-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.mation-swiper .swiper-slide-active .det h2 {
  color: #3570ff;
}

.mation-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 分页按钮修改 */
.mation-swiper .swiper-cut {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.mation-swiper .swiper-button-prev,
.mation-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/mation-lf.png);
  background-size: 100% 100%;
  cursor: pointer;
  margin-left: -90px;
}
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/mation-rg.png);
  background-size: 100% 100%;
  cursor: pointer;
  margin-right: -90px;
}

@media (max-width: 1000px) {
  .mation-swiper {
    padding-bottom: 50px;
  }
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .mation-swiper .swiper-slide {
    border-radius: 5px;
  }
  .mation-swiper .swiper-button-prev,
  .mation-swiper .swiper-container-rtl .swiper-button-next {
    margin-left: -60px;
  }
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-container-rtl .swiper-button-prev {
    margin-right: -60px;
  }
}

/* 7.about||pic */
.about-border {
  border-bottom: 2px dashed #bbbbbb;
}

.about {
  color: #252525;
  line-height: 32px;
}

@media (max-width: 1000px) {
  .about {
    line-height: 27px;
    padding-bottom: 30px;
  }
}

/* 8.cert */
.cert {
  max-width: 1300px;
  margin: 0 auto;
}

.cert1 li {
  width: calc((100% / 7) - 12px);
}

.cert1 li:not(:nth-child(7n)) {
  margin-right: 14px;
}

.cert1 li:nth-child(n + 8) {
  margin-top: 14px;
}

.cert2 li {
  width: calc((100% / 5) - 12px);
}

.cert2 li:not(:nth-child(5n)) {
  margin-right: 15px;
}

.cert2 li:nth-child(n + 6) {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .cert1 li {
    width: calc((100% / 5) - 8px);
  }
  .cert1 li:not(:nth-child(7n)) {
    margin-right: 0;
  }
  .cert1 li:nth-child(n + 8) {
    margin-top: 0;
  }
  .cert1 li:not(:nth-child(5n)) {
    margin-right: 10px;
  }
  .cert1 li:nth-child(n + 6) {
    margin-top: 10px;
  }
  .cert2 li {
    width: calc((100% / 3) - 6px);
  }
  .cert2 li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .cert2 li:nth-child(n + 6) {
    margin-top: 0;
  }
  .cert2 li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  .cert2 li:nth-child(n + 4) {
    margin-top: 9px;
  }
}

/* 9.coop */
.coop {
  max-width: 1300px;
  margin: 0 auto;
}

.coop li {
  width: calc((100% / 4) - 18px);
}

.coop li:not(:nth-child(4n)) {
  margin-right: 24px;
}

.coop li:nth-child(n + 5) {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .coop li {
    width: calc((100% / 3) - 6px);
  }
  .coop li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .coop li:nth-child(n + 5) {
    margin-top: 0;
  }
  .coop li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  .coop li:nth-child(n + 4) {
    margin-top: 9px;
  }
}

/* 10.ward */
.ward li {
  padding-bottom: 30px;
  padding-left: 40px;
  position: relative;
}

.ward li:last-child {
  padding-bottom: 0;
}

.ward li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  /* background-color: #ffa720; */
  border: 1px dashed #ffa720;
  position: absolute;
  left: 7px;
  top: 8px;
}

.ward li span {
  display: block;
  font-size: 16px;
  line-height: 34px;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
}

.ward li span::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffba20;
  position: absolute;
  top: 8px;
  left: 0;
  border: 4px solid #ffe8ae;
  box-sizing: border-box;
}

.ward li span i {
  font-size: 20px;
  color: #ffba20;
  font-weight: bold;
  margin-right: 15px;
}

@media (max-width: 1000px) {
  .ward {
    padding-bottom: 30px;
  }
  .ward li {
    padding-bottom: 20px;
    padding-left: 24px;
  }
  .ward li span i {
    font-size: 16px;
    margin-right: 13px;
  }
  .ward li span {
    font-size: 14px;
    line-height: 28px;
  }
}

/* 11.cular */
.cular img {
  max-width: 1300px !important;
  width: 100% !important;
  height: auto !important;
}

.cular .time {
  font-size: 15px;
  text-align: center;
  margin-top: 40px;
  color: #bfbfbf;
  padding-bottom: 15px;
  border-bottom: 2px solid #3570ff;
}

.cular .time span:not(:last-child) {
  margin-right: 30px;
}

.cular .cons {
  line-height: 32px;
}

.pic5 {
  max-width: 1300px;
}

@media (max-width: 1000px) {
  .cular .time {
    font-size: 13px;
    margin-top: 30px;
    padding-bottom: 7px;
  }
  .cular .time span:not(:last-child) {
    margin-right: 15px;
  }
  .cular .cons {
    line-height: 28px;
  }
}

/* 12.ject */
.ject .det {
  text-align: center;
  font-size: 17px;
  line-height: 34px;
}

.ject .det i {
  color: #ffba20;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .ject .det {
    font-size: 15px;
    line-height: 28px;
  }
}
