/* 1.exp */
.exp li p {
  line-height: 60px;
}

.exp li i {
  font-family: "Impact";
  font-size: 60px;
  display: inline-block;
  color: #0084f5;
}

.exp li em {
  font-size: 18px;
  color: #666666;
}

.exp li span {
  display: block;
  font-size: 20px;
  margin-top: -13px;
  color: #666666;
}

.exp2 li i,
.exp2 li em,
.exp2 li span {
  color: #ffffff;
}

@media (max-width: 1400px) {
  .exp li p {
    line-height: 47px;
  }
  .exp li i {
    font-size: 47px;
  }
  .exp li em {
    font-size: 16px;
  }
  .exp li span {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .exp.lex-db-st {
    flex-wrap: wrap;
  }
  .exp li {
    width: 32%;
    text-align: center;
  }
  .exp2 li {
    width: 50%;
  }
  .exp2 li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .exp li p {
    line-height: 32px;
  }
  .exp li i {
    font-size: 32px;
  }
  .exp li em {
    font-size: 12px;
  }
  .exp li span {
    font-size: 14px;
    margin-top: -3px;
  }
}

/* 2.brief||about */
.brief .img {
  width: 50%;
  border-radius: 15px;
  margin-top: 100px;
}
.brief .img img{
  height: auto;
  border-radius: 15px;
}
.brief .txt {
  width: 45%;
}

.brief .txt .desc {
  font-size: 18px;
  line-height: 36px;
}

.brief .more {
  margin: 70px 0 0;
  display: block;
  width: 150px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  color: #0084f5;
  box-sizing: border-box;
  font-size: 14px;
  border: 1px solid #0084f5;
}

.about .img {
  width: 43%;
}

.about2 .img {
  width: 57%;
}

.about .txt {
  width: 53%;
}

.about2 .txt {
  width: 35%;
}

.about .txt .desc {
  font-size: 20px;
  line-height: 40px;
}

.about2 .txt h2 {
  font-size: 24px;
}

.about2 .txt .desc2 {
  line-height: 32px;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .brief .txt .desc {
    font-size: 16px;
    line-height: 32px;
  }
  .brief .more {
    width: 120px;
    height: 42px;
    line-height: 40px;
  }
  .about .txt .desc {
    font-size: 17px;
    line-height: 36px;
  }
  .about2 .txt h2 {
    font-size: 21px;
  }
}

@media (max-width: 1000px) {
  .brief.lex-db,
  .about.lex-db {
    flex-direction: column;
  }
  .brief .img {
    width: 60%;
    margin: 30px auto 0;
    max-width: 320px;
    border-radius: 5px;
  }
  .brief .txt {
    width: 100%;
  }
  .brief .txt h2 {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
  .brief .txt .desc {
    font-size: 14px;
    line-height: 28px;
  }
  .brief .more {
    margin: 30px auto 0;
    width: 100px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
  .about .txt {
    width: 100%;
    margin-top: 30px;
    order: 2;
  }
  .about .img {
    max-width: 320px;
    order: 1;
    margin: 0 auto;
  }
  .about2 .img {
    max-width: 420px;
    order: 2;
    margin-top: 30px;
  }
  .about2 .txt {
    order: 1;
    margin-top: 0;
    text-align: center;
  }
  .about .txt .desc {
    font-size: 14px;
    line-height: 28px;
  }
  .about2 .txt h2 {
    font-size: 17px;
  }
  .about2 .txt .desc2 {
    margin-top: 15px;
    line-height: 28px;
  }
}

/* 3.mation */
.mation-swiper {
  position: relative;
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  z-index: 10;
}

.mation-swiper .swiper-container {
  width: 88%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 30px 0 20px;
}

.mation-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px 20px 30px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px 0 rgba(233, 235, 240, 1);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.mation-swiper .swiper-slide-active {
  background-color: #0084f5;
  transform: translateY(-30px);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.mation-swiper .swiper-slide a {
  display: block;
  text-align: center;
}

.mation-swiper .img {
  border-radius: 20px;
}

.mation-swiper a h3 {
  font-size: 20px;
  margin-top: 30px;
  line-height: 32px;
}

.mation-swiper a p {
  line-height: 32px;
  margin-top: 10px;
  color: #999999;
}

.mation-swiper .swiper-slide-active a,
.mation-swiper .swiper-slide-active p {
  color: #ffffff;
}

/* 分页按钮修改 */
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
}
.mation-swiper .swiper-button-prev,
.mation-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/mation-lf.png);
  background-size: 100% 100%;
  left: -30px;
  cursor: pointer;
}
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/mation-rg.png);
  background-size: 100% 100%;
  right: -30px;
  cursor: pointer;
}

.mation-bg {
  width: 100%;
  height: 240px;
  background-color: #deebff;
  margin-top: -120px;
  border-radius: 30px;
  z-index: 5;
}

@media (max-width: 1880px) {
  .mation-swiper .swiper-container {
    width: calc(100% - 120px);
  }
  .mation-swiper .swiper-button-prev,
  .mation-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

@media (max-width: 1400px) {
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 43px;
    height: 43px;
  }
  .mation-swiper .swiper-container,
  .mation-swiper .swiper-container {
    width: calc(100% - 120px);
  }
  .mation-swiper .swiper-slide {
    border-radius: 20px;
  }
  .mation-swiper .img {
    border-radius: 20px;
  }
  .mation-swiper a h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .mation-swiper .swiper-container,
  .mation-swiper .swiper-container {
    width: calc(100% - 75px);
  }
  .mation-swiper {
    margin-top: 40px;
  }
  .mation-swiper .swiper-slide {
    border-radius: 10px;
    padding: 15px;
  }
  .mation-swiper .img {
    border-radius: 10px;
  }
  .mation-swiper a h3 {
    font-size: 18px;
    margin-top: 15px;
  }
  .mation-swiper a p {
    margin-top: 5px;
    line-height: 29px;
  }
  .mation-bg {
    height: 180px;
    margin-top: -90px;
    border-radius: 10px;
  }
}

/* 4.plan */
.plan .img {
  width: 57%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 20px;
  /* 蓝色阴影 */
  box-shadow: 0 0 50px rgba(102, 189, 255, 0.2);
}

.plan .img img {
  border-radius: 20px;
}

.plan .planlist {
  width: 37%;
}

.plan .planlist li a {
  display: block;
  width: 100%;
  height: 100%;
}

.plan .planlist li {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 30px;
  border-radius: 20px;
  background: #ffffff;
  /* 蓝色阴影 */
  box-shadow: 0 0 15px rgba(102, 189, 255, 0.2);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.plan .planlist li.active {
  background: #0084f5;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.plan .planlist li:first-child {
  margin-top: 0;
}

.plan .planlist li .sub h3 {
  font-size: 24px;
}

.plan .planlist li .sub h3 img {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  margin-bottom: 3px;
}

.plan .planlist li.active .sub h3 {
  color: #ffffff;
}

.plan .planlist li .sub .ico {
  width: 23px;
  height: auto;
}

.plan .planlist li.active .ico {
  display: none;
}

.plan .planlist li.active h3 img {
  display: none;
}

.plan .planlist li .sight {
  margin-top: 20px;
  color: #ffffff;
  display: none;
}

.plan .planlist li .sight p {
  line-height: 32px;
  /* 文字最多显示几行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 超出部分省略号 */
  word-break: break-all; /* break-all(允许在单词内换行。) */
  display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2; /* 显示的行数 */
  max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

.plan .planlist li .sight span {
  display: block;
  width: 134px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #66bdff;
  border-radius: 32px;
  background-color: #ffffff;
  margin-top: 21px;
}

@media (max-width: 1400px) {
  .plan .img {
    width: 50%;
    padding: 20px;
  }
  .plan .planlist {
    width: 45%;
  }
  .plan .planlist li {
    padding: 20px;
    border-radius: 10px;
  }
  .plan .planlist li .sub h3 {
    font-size: 20px;
  }
  .plan .planlist li .sub .ico {
    width: 17px;
  }
}

@media (max-width: 1000px) {
  .plan .img {
    border-radius: 10px;
    padding: 15px;
  }
  .plan .img img {
    border-radius: 10px;
  }
  .plan .planlist li {
    border-radius: 5px;
  }
  .plan .planlist li .sub h3 {
    font-size: 17px;
  }
  .plan .planlist li .sub h3 img {
    width: 24px;
    height: 24px;
  }
  .plan .planlist li .sub .ico {
    width: 13px;
  }
  .plan .planlist li .sight {
    margin-top: 15px;
  }
  .plan .planlist li .sight p {
    line-height: 28px;
  }
  .plan .planlist li .sight span {
    width: 90px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    margin-top: 15px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .plan.lex-db {
    flex-direction: column;
  }
  .plan .img {
    width: 65%;
    order: 1;
  }
  .plan .planlist {
    order: 2;
    margin-top: 30px;
    width: 100%;
  }
}

/* 5.trust */
.trust {
  border-radius: 20px;
  overflow: hidden;
}

.trust li {
  width: 25%;
  cursor: pointer;
  height: 260px;
  position: relative;
}

.trust li .img {
  width: 100%;
  height: 100%;
}

.trust li .cons {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding: 15px;
}

.trust li .cons p {
  font-size: 20px;
}

.trust li .cons span {
  font-size: 15px;
  display: none;
  margin-top: 5px;
}

.trust li:hover .cons {
  background-color: rgba(0, 132, 245, 0.6);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.trust li:hover .cons span {
  display: block;
}

@media (max-width: 1000px) {
  .trust {
    border-radius: 0;
  }
  .trust.lex-db-st {
    flex-wrap: wrap;
  }
  .trust li {
    width: 50%;
    height: 180px;
  }
  .trust li .cons p {
    font-size: 17px;
  }
  .trust li .cons span {
    font-size: 13px;
  }
}

/* 6.park */
.park-box {
  background: url(./../img/park-bg.png) no-repeat center/cover;
}

.park {
  padding: 60px 0;
}

.park p {
  width: 45%;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.park .hunt {
  width: 45%;
  height: 56px;
  background-color: #ffffff;
}

.park .lang {
  width: 120px;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.6); */
  text-align: center;
  position: relative;
}

.park .lang::before {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background-color: #7f7f7f;
  position: absolute;
  right: 0;
  top: 21px;
}

.park .lang img {
  width: 18px;
  height: auto;
  margin-left: 10px;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

.park .lang img.rowRota {
  transform-origin: center center;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

.park .lang .lan-pull {
  width: 100%;
  height: 100%;
  cursor: pointer;
  line-height: 56px;
  font-size: 24px;
}

.park .lang .lan-drop {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background-color: #ffffff;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.park .lang .lan-drop a {
  display: block;
  color: #666666;
  z-index: 300;
  line-height: 32px;
  font-size: 14px;
}

.park .lang .lan-drop a:hover {
  font-weight: bold;
}

.park .submit {
  display: block;
  width: 120px;
  height: 56px;
  line-height: 52px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  background-color: #257cff;
  border: 2px solid #ffffff;
  font-size: 18px;
}

.park input {
  width: calc(100% - 240px);
  height: 100%;
  padding: 0 20px;
}

.park input::-webkit-input-placeholder,
.park textarea::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #666666;
}
.park input:-moz-placeholder,
.park input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666666;
}
.park input::-moz-placeholder,
.park textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666666;
}
.park input:-ms-input-placeholder,
.park textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666666;
}

@media (max-width: 1400px) {
  .park p {
    width: 40%;
    font-size: 27px;
  }
  .park .hunt {
    width: 55%;
  }
  .park .lang .lan-pull {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .park {
    padding: 30px 0;
  }
  .park.lex-db {
    flex-direction: column;
  }
  .park p {
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  .park .hunt {
    width: 100%;
    margin-top: 30px;
    max-width: 580px;
    height: 43px;
  }
  .park .lang {
    width: 90px;
  }
  .park .lang .lan-pull {
    line-height: 43px;
    font-size: 16px;
  }
  .park .lang .lan-drop a {
    font-size: 12px;
  }
  .park .lang .lan-drop {
    top: 32px;
  }
  .park .lang img {
    width: 15px;
    margin-left: 7px;
  }
  .park .lang::before {
    top: 14px;
  }
  .park .submit {
    width: 90px;
    height: 43px;
    line-height: 39px;
    font-size: 14px;
  }
  .park input {
    width: calc(100% - 180px);
    padding: 0 10px;
  }
}

/* 7.vision */
.vision li {
  width: calc((100% / 2) - 20px);
  padding: 40px 30px;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.vision li:hover {
  color: #ffffff;
  background-color: #0084f5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.vision li .ico {
  width: 160px;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.vision li:hover .ico img {
  -webkit-filter: grayscale(200%);
  -moz-filter: grayscale(200%);
  -ms-filter: grayscale(200%);
  -o-filter: grayscale(200%);
  filter: grayscale(200%);
  filter: gray;
}

.vision li h3 {
  font-size: 24px;
}

.vision li i {
  color: #56bbff;
  font-weight: bold;
  margin-left: 20px;
}

.vision li h3 s {
  padding-bottom: 15px;
  position: relative;
}

.vision li h3 s::before {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  background-color: #e5f2fe;
  position: absolute;
  left: 0;
  bottom: 0;
}

.vision li p {
  line-height: 32px;
  margin-top: 45px;
  /* 文字对齐 */
  text-align: justify;
  text-align-last: left;
  text-justify: inter-ideograph;
}

@media (max-width: 1000px) {
  .vision li {
    padding: 30px 20px;
  }
  .vision li .ico {
    width: 90px;
  }
  .vision li h3 {
    font-size: 18px;
  }
  .vision li h3 s {
    padding-bottom: 10px;
  }
  .vision li h3 s::before {
    width: 30px;
    height: 3px;
  }
  .vision li p {
    line-height: 26px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .vision.lex-db {
    flex-direction: column;
  }
  .vision li {
    width: 100%;
    border-radius: 5px;
  }
  .vision li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* 8.dense */
.dense li:not(:first-child) {
  margin-top: 90px;
}

.dense li .img {
  order: 1;
  width: 50%;
}

.dense li:nth-child(even) .img {
  order: 2;
}

.dense li .txt {
  order: 2;
  width: 53%;
  margin-left: -3%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px;
  position: relative;
}

.dense li:hover .txt {
  background-color: #f1f6ff;
}

.dense li:nth-child(even) .txt {
  order: 1;
  margin-left: 0;
  margin-right: -3%;
}

.dense li .txt h3 {
  font-size: 24px;
  font-weight: bold;
}

.dense li .txt p {
  color: #999999;
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  max-height: 250px;
  overflow: auto;
}


.index-swiper .img video{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.dense li .txt a {
  display: block;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

.dense li:hover .txt a {
  color: #0084f5;
}

.dense li .txt a img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
  margin-bottom: 2px;
}

.dense li .txt em {
  font-family: "Impact";
  font-size: 50px;
  color: #0084f5;
  font-weight: bold;
  position: absolute;
}

.dense li .txt em.l {
  left: 25px;
  top: 20px;
}

.dense li .txt em.r {
  right: 25px;
  bottom: 65px;
}

@media (max-width: 1400px) {
  .dense li .img {
    width: 53%;
  }
  .dense li .txt {
    padding: 30px;
    margin-left: -6%;
  }
  .dense li:nth-child(even) .txt {
    margin-left: 0;
    margin-right: -6%;
  }
  .dense li .txt h3 {
    font-size: 20px;
  }
  .dense li .txt p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
  }
  .dense li .txt a {
    font-size: 17px;
    margin-top: 30px;
  }
  .dense li .txt em {
    font-size: 32px;
  }
  .dense li .txt em.l {
    left: 15px;
    top: 5px;
  }
  .dense li .txt em.r {
    right: 15px;
    bottom: 45px;
  }
}

@media (max-width: 1000px) {
  .dense li:not(:first-child) {
    margin-top: 30px;
  }
  .dense li.lex-db {
    flex-direction: column;
  }
  .dense li .img {
    order: 1;
    width: 65%;
    max-width: 360px;
  }
  .dense li:nth-child(even) .img {
    order: 1;
  }
  .dense li .txt {
    order: 2;
    width: 100%;
    margin-left: 0;
    border-radius: 5px;
    padding: 30px 20px;
  }
  .dense li:nth-child(even) .txt {
    order: 2;
    margin-left: 0;
    margin-right: 0;
  }
  .dense li .txt h3 {
    font-size: 17px;
  }
  .dense li .txt p {
    font-size: 14px;
    line-height: 28px;
    margin-top: 15px;
    max-height: 1000000px;
  }
  .dense li .txt a {
    font-size: 15px;
    margin-top: 20px;
  }
  .dense li .txt em {
    font-size: 24px;
  }
  .dense li .txt em.l {
    left: 5px;
    top: 10px;
  }
  .dense li .txt em.r {
    right: 5px;
  }
}

/* 9.flow */
.flow li {
  width: 17%;
  text-align: center;
  padding: 40px;
  background: linear-gradient(to bottom, #f0f6fd, #fefefe);
}

.flow li img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto 30px;
}

.flow li h2 {
  font-size: 20px;
}

@media (max-width: 1400px) {
  .flow li {
    width: 20%;
  }
}

@media (max-width: 1000px) {
  .flow li {
    padding: 30px 15px;
  }
  .flow li img {
    height: 35px;
    margin: 0 auto 20px;
  }
  .flow li h2 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  .flow.lex-db-st {
    flex-wrap: wrap;
  }
  .flow li {
    width: 48%;
  }
  .flow li:nth-child(n + 3) {
    margin-top: 30px;
  }
}

/* 10.firm */
.firm li {
  width: 260px;
  cursor: pointer;
}

.firm li:nth-child(n + 6) {
  margin-top: 50px;
}

.firm li:nth-child(-n + 4) {
  margin-right: 25px;
}

.firm li:nth-child(1) {
  margin-left: 90px;
}

.firm li:nth-child(5) {
  margin-right: 90px;
}

.firm li:nth-child(6) {
  margin-left: -81px;
}

.firm li:nth-child(n + 6):nth-child(-n + 10) {
  margin-right: 25px;
}

.firm li:nth-child(n + 6):nth-child(-n + 11) {
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
}

.firm li:nth-child(n + 12) {
  margin-right: 25px;
}

.firm li:nth-child(17) {
  margin-right: 0;
}

.firm li:nth-child(12) {
  margin-left: 81px;
}

@media (max-width: 1766px) {
  .firm li:nth-child(1) {
    margin-left: 0;
  }
  .firm li:nth-child(5) {
    margin-right: 0;
  }
  .firm li:nth-child(12) {
    margin-left: 0;
  }
  .firm li:nth-child(6) {
    margin-left: 0;
  }
  .firm li:nth-child(n + 6):nth-child(-n + 11) {
    box-shadow: 0 0 0 0;
  }
  .firm li:nth-child(n + 12) {
    margin-right: 0;
  }
  .firm li:nth-child(-n + 4) {
    margin-right: 0;
  }
  .firm li:nth-child(n + 6):nth-child(-n + 10) {
    margin-right: 0;
  }
  .firm li:nth-child(n + 6) {
    margin-top: 32px;
  }
  .firm li:not(:nth-child(5n)) {
    margin-right: 25px !important;
  }
}

@media (max-width: 1400px) {
  .firm li {
    width: calc(25% - 12px);
  }
  .firm li:nth-child(n + 6) {
    margin-top: 0;
  }
  .firm li:not(:nth-child(5n)) {
    margin-right: 0 !important;
  }
  .firm li:nth-child(n + 5) {
    margin-top: 16px;
  }
  .firm li:not(:nth-child(4n)) {
    margin-right: 16px !important;
  }
}

@media (max-width: 1000px) {
  .firm li {
    width: calc(25% - 4.5px);
  }
  .firm li:nth-child(n + 5) {
    margin-top: 6px;
  }
  .firm li:not(:nth-child(4n)) {
    margin-right: 6px !important;
  }
}

@media (max-width: 680px) {
  .firm li {
    width: calc((100% / 3) - 2px);
  }
  .firm li:nth-child(n + 5) {
    margin-top: 0;
  }
  .firm li:not(:nth-child(4n)) {
    margin-right: 0 !important;
  }
  .firm li:nth-child(n + 4) {
    margin-top: 3px;
  }
  .firm li:not(:nth-child(3n)) {
    margin-right: 3px !important;
  }
}

/* 11.opera */
.opera li {
  width: calc(100% / 4);
  height: 920px;
  position: relative;
  cursor: pointer;
}

.opera li .img {
  width: 100%;
  height: 100%;
}

.opera li .cons {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  padding: 60px 70px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}

.opera li .icon img {
  width: auto;
  height: 55px;
}

.opera li .icon span {
  display: block;
  margin-top: 20px;
  font-size: 20px;
  position: relative;
  padding-bottom: 15px;
}

.opera li .icon span::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.opera li h2 {
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
}

.opera li h2::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background-color: #0084f5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.opera li .sight {
  margin-top: 23px;
  position: relative;
  display: none;
}

.opera li .sight p {
  margin-top: 30px;
  line-height: 32px;
}

.opera li .sight a {
  display: block;
  margin: 37px auto 0;
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0084f5;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #ffffff;
}

.opera li:hover .cons {
  justify-content: flex-end;
  background-color: rgba(0, 132, 245, 0.5);
}

.opera li:hover .icon {
  display: none;
}

.opera li:hover .sight {
  display: block;
}

@media (max-width: 1400px) {
  .opera li {
    height: 680px;
  }
  .opera li .cons {
    padding: 30px 20px;
  }
  .opera li .icon img {
    height: 40px;
  }
  .opera li .icon span {
    font-size: 18px;
  }
  .opera li .sight p {
    margin-top: 20px;
  }
  .opera li h2 {
    font-size: 20px;
  }
}

@media (max-width: 1000px) {
  .opera {
    flex-wrap: wrap;
  }
  .opera li {
    width: 100%;
    height: 320px;
  }
  .opera li .icon img {
    height: 32px;
  }
  .opera li .icon span {
    font-size: 15px;
  }
  .opera li .sight p {
    margin-top: 15px;
    line-height: 28px;
  }
  .opera li h2 {
    font-size: 17px;
  }
  .opera li h2::before,
  .opera li .icon span::before {
    width: 18px;
  }
  .opera li .sight a {
    margin: 20px auto 0;
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

/* 12.labor */
.labor-box .img {
  width: 50%;
  height: 270px;
}

.labor-box .img.skell-lf {
  margin-top: -270px;
}

.labor {
  width: 100%;
  height: auto;
  position: relative;
}

.labor li {
  width: 25%;
  height: 270px;
  border: 2px solid #f5f5f5;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.labor li:hover {
  color: #ffffff;
  background-color: #0084f5;
}

.labor li:not(:last-child) {
  border-right: 0;
}

.labor li:nth-child(2) {
  border-right: 2px solid #f5f5f5;
}

.labor li:nth-child(-n + 2) {
  margin-top: -270px;
}

/* .labor li:nth-child(n + 3) {
  margin-top: 270px;
} */

.labor li i {
  font-family: "Impact";
  font-size: 90px;
  line-height: 90px;
  color: #e5f2fe;
}

.labor li p {
  font-size: 18px;
  line-height: 34px;
  margin-top: 7px;
}

@media (max-width: 1400px) {
  .labor li {
    padding: 20px;
  }
  .labor li i {
    font-size: 70px;
    line-height: 70px;
  }
  .labor li p {
    font-size: 15px;
    line-height: 28px;
  }
}

@media (max-width: 1000px) {
  .labor-box .img {
    width: 100%;
    height: 180px;
  }
  .labor li {
    width: 50%;
    height: 180px;
    padding: 15px;
  }
  .labor li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .labor li:nth-child(n + 3) {
    margin-top: 0;
    border-top: 0;
  }
  .labor-box .img.skell-lf {
    margin-top: 0;
  }
  .labor li i {
    font-size: 40px;
    line-height: 40px;
  }
  .labor li p {
    font-size: 13px;
    line-height: 26px;
    height: 78px;
  }
}

/* 13.human */
.human li {
  width: 30%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.human li .det {
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  position: relative;
  text-align: center;
}

.human li:hover .det {
  color: #ffffff;
  background-color: #1a59ff;
}

.human li .det .img {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.human li .det h2 {
  font-size: 20px;
}

.human li .det p {
  margin-top: 20px;
  height: 110px;
  line-height: 32px;
}

.human li .ico {
  width: 100%;
  height: 75px;
  border-top: 1px solid #f2f2f2;
  position: relative;
}

.human li .ico img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.human li:last-child .ico img {
  width: 30px;
}

.human li .ico img:first-child {
  opacity: 1;
}
.human li .ico img:last-child {
  opacity: 0;
}
.human li:hover .ico img:first-child {
  opacity: 0;
}
.human li:hover .ico img:last-child {
  opacity: 1;
}

@media (max-width: 1400px) {
  .human li {
    width: 32%;
  }
  .human li .det {
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .human.lex-db-st {
    flex-wrap: wrap;
  }
  .human li {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
  }
  .human li:first-child {
    margin-top: 0;
  }
  .human li .det {
    padding: 20px;
  }
  .human li .det h2 {
    font-size: 17px;
  }
  .human li .det p {
    margin-top: 10px;
    line-height: 28px;
    height: 90px;
  }
  .human li .ico {
    height: 60px;
  }
  .human li .ico img {
    width: 30px;
  }
  .human li:last-child .ico img {
    width: 20px;
  }
}

/* 14.history */
.time-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.time-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 15px;
}

.time-swiper .swiper-slide {
  text-align: center;
  padding-bottom: 65px;
  cursor: pointer;
  border-bottom: 1px solid #cacaca;
}

.time-swiper .swiper-slide span {
  display: block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  color: #cacaca;
}

.time-swiper .swiper-slide span::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-left: 1px solid #cacaca;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.time-swiper .swiper-slide span::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  background: url(./../img/dot.png) no-repeat center/cover;
}

.time-swiper .swiper-slide.active span {
  font-size: 24px;
  color: #0084f5;
  font-weight: bold;
}

.time-swiper .swiper-slide.active span::before {
  border-left: 1px solid #0084f5;
}

.time-swiper .swiper-slide.active span::after {
  opacity: 1;
}

.air-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.air-swiper .swiper-container {
  width: 100%;
  height: auto;
  /* background-color: #0084F5; */
  background: url(./../img/his-bg.png);
}

.air-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 50px 140px;
  cursor: pointer;
  /* 阴影 */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08); */
}

.air-swiper .area .img {
  width: 20%;
}

.air-swiper .det {
  width: 75%;
  font-size: 20px;
  color: #ffffff;
  line-height: 34px;
}

/* 轮播按钮修改 */
.air-swiper .swiper-button-next,
.air-swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background-size: 100% 100%;
  margin-top: -10px;
}
.air-swiper .swiper-button-next,
.air-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/his-rg.png);
  right: 32px;
}
.air-swiper .swiper-button-prev,
.air-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/his-lf.png);
  left: 32px;
}

@media (max-width: 1400px) {
  .time-swiper .swiper-container {
    padding-bottom: 12px;
  }
  .time-swiper .swiper-slide {
    padding-bottom: 45px;
  }
  .time-swiper .swiper-slide span::before {
    height: 40px;
  }
  .time-swiper .swiper-slide span::after {
    width: 24px;
    height: 24px;
    bottom: -12px;
  }
  .time-swiper .swiper-slide span {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
  }
  .time-swiper .swiper-slide.active span {
    font-size: 20px;
  }
  .air-swiper .swiper-slide {
    padding: 30px 70px;
  }
  .air-swiper .det {
    font-size: 14px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 20px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 20px;
  }
}

@media (max-width: 1000px) {
  .time-swiper .swiper-container {
    padding-bottom: 12px;
  }
  .time-swiper .swiper-slide {
    padding-bottom: 45px;
  }
  .time-swiper .swiper-slide span::after {
    width: 20px;
    height: 20px;
    bottom: -10px;
  }
  .time-swiper .swiper-slide span {
    font-size: 16px;
    height: 27px;
    line-height: 27px;
  }
  .time-swiper .swiper-slide.active span {
    font-size: 18px;
  }
  .air-swiper .swiper-slide {
    padding: 20px 30px;
  }
  .air-swiper .det {
    font-size: 15px;
    line-height: 29px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-button-prev {
    width: 20px;
    height: 20px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 5px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 5px;
  }
}

/* 15.us */
.us {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(./../img/us.png) no-repeat center/cover;
}

.us .cons {
  width: 42%;
  height: auto;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  padding: 142px 0 235px;
}

.us h3 {
  font-size: 24px;
}

.us .desc {
  margin-top: 30px;
  padding-right: 60px;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .us .cons {
    padding: 120px 0 180px;
    width: 50%;
  }
  .us .desc {
    margin-top: 40px;
    padding-right: 0;
  }
}

@media (max-width: 1000px) {
  .us .cons {
    padding: 60px 2% 90px;
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.35); */
  }
  .us h3 {
    font-size: 17px;
  }
  .us .desc {
    margin-top: 15px;
    line-height: 28px;
  }
}

/* 16.pic */
.pic2-box {
  background: url(./../img/pic2-bg.png) no-repeat center/cover;
}

.pic1 {
  max-width: 1170px;
}

.pic2 {
  max-width: 948px;
}

.pic3 {
  max-width: 1280px;
}

.pic4 {
  max-width: 1180px;
}

.pic6 {
  max-width: 1200px;
}

.pic7 {
  max-width: 1340px;
}

/* 16.store||shelf */
.shelf-box {
  background: url(./../img/shelf-bg.png) no-repeat center/cover;
}

.shelf-box2 {
  background: url(./../img/shelf-bg2.png) no-repeat center/cover;
}

.store li {
  width: calc((100% / 4) - 21px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.store li:not(:nth-child(4n)) {
  margin-right: 28px;
}

.store li:nth-child(n + 5) {
  margin-top: 30px;
}

.shelf li {
  width: calc((100% / 3) - 24px);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
}

.shelf li:not(:nth-child(3n)) {
  margin-right: 36px;
}

.shelf li:nth-child(n + 4) {
  margin-top: 30px;
}

.store li .img,
.shelf li .img {
  width: 100%;
}

.store li .det,
.shelf li .det {
  width: 100%;
  height: auto;
  color: #000000;
  box-sizing: border-box;
  padding: 20px 20px 30px;
}

.store li .det h2,
.shelf li .det h2 {
  font-size: 20px;
}

.shelf3 li .det h2 {
  text-align: center;
}

.store li .det p,
.shelf li .det p {
  margin-top: 15px;
  color: #8d8d8d;
  line-height: 27px;
}

.store li:hover .det h2,
.shelf li:hover .det h2 {
  color: #0084f5;
}

.store li .skell-spot {
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .store.lex {
    justify-content: center;
  }
  .store li {
    width: 48%;
    max-width: 320px;
    border-radius: 5px;
  }
  .shelf li {
    width: 48%;
    border-radius: 5px;
  }
  .shelf li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .shelf li:nth-child(n + 4) {
    margin-top: 0;
  }
  .store li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .store li:nth-child(n + 5) {
    margin-top: 0;
  }
  .store li:not(:nth-child(2n)),
  .shelf li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .store li:nth-child(n + 3),
  .shelf li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .store li .det {
    padding: 10px 10px;
  }
  .store li .det h2,
  .shelf li .det h2 {
    font-size: 17px;
  }
  .store li .det p,
  .shelf li .det p {
    margin-top: 10px;
    line-height: 25px;
  }
}

@media (max-width: 580px) {
  .shelf.lex {
    justify-content: center;
  }
  .store li,
  .shelf li {
    width: 50%;
    max-width: 280px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .store li:not(:nth-child(2n)),
  .shelf li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .store li:nth-child(n + 3),
  .shelf li:nth-child(n + 3) {
    margin-top: 0;
  }
  .store li:nth-child(n + 2),
  .shelf li:nth-child(n + 2) {
    margin-top: 0px;
  }
}

/* 17.case */
.case-swiper,
.case-thumb-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.case-swiper .swiper-container {
  width: 100%;
  height: auto;
  position: relative;
}

.case-swiper .img {
  width: 66%;
  height: auto;
}

.case-swiper .txt {
  width: 30%;
}

.case-swiper .txt h2 i {
  display: block;
  font-size: 50px;
  text-transform: uppercase;
}

.case-swiper .txt h2 s {
  display: block;
  font-size: 30px;
  margin-top: 7px;
}

.case-swiper .txt .desc {
  margin-top: 60px;
  line-height: 32px;
  color: #999999;
}

.case .case-thumb-swiper {
  margin-top: -180px;
  padding-right: 30%;
}

.case .case-thumb-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* 轮播图默认样式修改 */
.case-swiper .swiper-button-next,
.case-swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  top: 50%;
  position: absolute;
}

.case-swiper .swiper-button-prev,
.case-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(./../img/case-lf.png);
  background-size: 100% 100%;
  left: 0;
}

.case-swiper .swiper-button-next,
.case-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(./../img/case-rg.png);
  background-size: 100% 100%;
  left: 60px;
}

@media (max-width: 1400px) {
  .case-swiper .txt .desc {
    margin-top: 23px;
    font-size: 14px;
  }
  .case-swiper .txt h2 i {
    font-size: 34px;
  }
  .case-swiper .txt h2 s {
    font-size: 24px;
  }
  .case .case-thumb-swiper {
    margin-top: -120px;
  }
}

@media (max-width: 1000px) {
  .case-swiper .txt h2 {
    text-align: center;
  }
  .case-swiper .txt h2 i {
    font-size: 24px;
  }
  .case-swiper .txt h2 s {
    font-size: 18px;
  }
  .case-swiper .area.lex-db-st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .case-swiper .txt {
    width: 100%;
  }
  .case-swiper .img {
    width: 50%;
    margin-top: 30px;
  }
  .case-swiper .txt .desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 26px;
    text-align-last: center;
  }
  .case .case-thumb-swiper {
    margin-top: 20px;
    padding-right: 0;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-button-prev {
    top: 50%;
    width: 27px;
    height: 27px;
  }
  .case-swiper .swiper-button-prev,
  .case-swiper .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
  .case-swiper .swiper-button-next,
  .case-swiper .swiper-container-rtl .swiper-button-prev {
    left: calc(100% - 32px);
  }
}

/* 18.solgan */
.solgan-box {
  background: url(./../img/solgan-bg.png) no-repeat center/cover;
}

.solgan-box2 {
  background: url(./../img/solgan-bg2.png) no-repeat center/cover;
}

.solgan {
  color: #ffffff;
  text-align: center;
}

.solgan h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.solgan .desc {
  line-height: 32px;
}

.solgan2 .desc {
  max-width: 1200px;
  margin: 30px auto 0;
  font-size: 20px;
  line-height: 37px;
}

@media (max-width: 1000px) {
  .solgan h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .solgan .desc {
    line-height: 28px;
  }
  .solgan2 .desc {
    font-size: 15px;
    line-height: 28px;
    margin: 15px auto 0;
  }
}

/* 19.aim */
.aim .img {
  width: 55%;
}

.aim .rg {
  width: 50%;
  margin-left: -5%;
  position: relative;
}

.aim-tabs {
  padding: 0 7%;
  position: relative;
  z-index: 10;
}

.aim-tabs.lex-db-st {
  justify-content: center;
}

.aim-tabs a {
  display: block;
  width: 15%;
  position: relative;
  padding-bottom: 23px;
  font-size: 15px;
  text-align: center;
}

.aim-tabs a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #e2e2e2;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.aim-tabs a.active::before,
.aim-tabs a:hover::before {
  background-color: #0084f5;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.aim-tabs a img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
}

.aim-cons {
  position: relative;
  background: #fff url(./../img/aim-bg.png) no-repeat right bottom;
  margin-top: -7px;
  z-index: 5;
  padding: 120px 30px 190px;
  background-size: 150px;
}

.aim-cons .aim-cell {
  display: none;
}

.aim-cons .aim-cell.active {
  display: block;
}

.aim-cons .aim-cell .det {
  line-height: 32px;
}

@media (max-width: 1000px) {
  .aim.lex-db {
    flex-direction: column;
  }
  .aim .img {
    max-width: 320px;
  }
  .aim .rg {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  .aim-tabs {
    padding: 0;
  }
  .aim-tabs a {
    width: 16%;
    font-size: 12px;
  }
  .aim-tabs a img {
    width: 32px;
    height: 32px;
  }
  .aim-tabs a::before {
    width: 10px;
    height: 10px;
  }
  .aim-cons {
    padding: 30px 15px 60px;
  }
  .aim-cons .aim-cell .det {
    line-height: 27px;
  }
}

/* 20.culture */
.culture li {
  width: calc((100% / 4) - 20px);
  height: auto;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 50px 40px;
  text-align: center;
  cursor: pointer;
}

.culture li em {
  font-family: "Impact";
  color: #d9edfe;
  font-size: 90px;
  line-height: 90px;
}

.culture li h3 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
}

.culture li p {
  margin-top: 30px;
  line-height: 32px;
  color: #666666;
}

.culture li:hover {
  color: #ffffff;
  background-color: #0084f5;
}

.culture li:hover p {
  color: #ffffff;
}

@media (max-width: 1000px) {
  .culture.lex-db-st {
    display: flex;
    flex-wrap: wrap;
  }
  .culture li {
    width: 50%;
    padding: 30px 20px;
    margin-top: 15px;
  }
  .culture li em {
    font-size: 60px;
    line-height: 60px;
  }
  .culture li h3 {
    font-size: 17px;
    margin-top: 15px;
  }
  .culture li p {
    margin-top: 15px;
    line-height: 27px;
  }
}

/* 21.settle */
.settle-tabs {
  padding: 0 20%;
}

.settle-tabs a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffffff;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.settle-tabs a.active,
.settle-tabs a:hover {
  color: #0084f5;
  border-bottom: 3px solid #0084f5;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.settle-cons .settle-cell {
  display: none;
}

.settle-cons .settle-cell.active {
  display: block;
}

.settle-cons .area .img {
  width: 55%;
}

.settle-cons .area .txt {
  width: 45%;
  color: #ffffff;
  padding: 40px 80px;
  background: url(./../img/settle-bg.png) no-repeat center/cover;
}

.settle-cons .area .txt h2 {
  font-size: 24px;
}

.settle-cons .area .txt p {
  margin-top: 30px;
}

@media (max-width: 1000px) {
  .settle-tabs {
    padding: 0;
  }
  .settle-tabs a {
    font-size: 15px;
  }
  .settle-cons .area.lex-db-st {
    flex-direction: column;
  }
  .settle-cons .area .img {
    width: 100%;
    max-height: 230px;
  }
  .settle-cons .area .txt {
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .settle-cons .area .txt h2 {
    font-size: 18px;
  }
  .settle-cons .area .txt p {
    margin-top: 15px;
  }
}

/* 22.work */
.work li {
  width: calc(25% - 21px);
  background-color: #ffffff;
  padding: 20px 30px;
}

.work li:not(:nth-child(4n)) {
  margin-right: 28px;
}

.work li:nth-child(n + 5) {
  margin-top: 30px;
}

.work li .ico {
  width: 50px;
  height: auto;
}

.work li .txt span {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-right: 20px;
  border-bottom: 3px solid #0084f5;
}

.work li .txt p {
  margin-top: 30px;
  font-size: 18px;
}

.work li:hover {
  color: #ffffff;
  background-color: #0084f5;
}

.work li:hover span,
.work li:hover p {
  color: #ffffff;
}

.work li:hover span {
  border-bottom: 3px solid #ffffff;
}

.work li:hover .ico img {
  /* 图片变白 */
  filter: grayscale(200%) brightness(700%);
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .work li {
    width: calc(25% - 9px);
    padding: 20px;
  }
  .work li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .work li:nth-child(n + 5) {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .work li {
    width: calc(50% - 5px);
    padding: 20px 15px;
  }
  .work li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .work li:nth-child(n + 5) {
    margin-top: 0;
  }
  .work li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .work li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .work li .ico {
    width: 30px;
  }
  .work li .txt span {
    font-size: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
  }
  .work li .txt p {
    font-size: 15px;
    margin-top: 20px;
  }
}

/* 23.tatis */
.tatis-tabs {
  border-bottom: 3px solid #e5e5e5;
}

.tatis-tabs a {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffffff;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.tatis-tabs a.active,
.tatis-tabs a:hover {
  color: #0084f5;
  border-bottom: 3px solid #0084f5;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.tatis-cons {
  background: url(./../img/tsatis-bg.png) no-repeat center/cover;
}

.tatis-cons .tatis-cell {
  display: none;
}

.tatis-cons .tatis-cell.active {
  display: block;
}

.tatis-cons .area {
  padding: 20px 100px;
}

.tatis-cons .area .img {
  width: 20%;
}

.tatis-cons .area .txt {
  width: 75%;
  font-size: 20px;
  color: #ffffff;
}

@media (max-width: 1000px) {
  .tatis-tabs a {
    font-size: 14px;
  }
  .tatis-cons .area {
    padding: 20px;
  }
  .tatis-cons .area.lex-db-st {
    flex-direction: column;
  }
  .tatis-cons .area .txt {
    font-size: 15px;
  }
}

/* 24.whole */
.whole-box {
  background: url(./../img/whole-bg.png) no-repeat center/cover;
}

.whole .img {
  width: 39%;
}

.whole .spot {
  width: 45%;
}

.whole .spot li {
  padding-bottom: 40px;
  padding-left: 45px;
  position: relative;
}

.whole .spot li:last-child {
  padding-bottom: 0;
}

.whole .spot li::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d4d4d4;
  position: absolute;
  left: 12px;
  top: 0;
}

.whole .spot li p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 24px;
  position: relative;
}

.whole .spot li p::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -45px;
  background: url(./../img/dot2.png) no-repeat center/cover;
}

.whole .spot li span {
  line-height: 32px;
}

@media (max-width: 1400px) {
  .whole .spot {
    width: 55%;
  }
}

@media (max-width: 1000px) {
  .whole.lex-db {
    flex-direction: column;
  }
  .whole .img {
    width: 45%;
    order: 1;
  }
  .whole .spot {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .whole .spot li {
    padding-bottom: 20px;
    padding-left: 25px;
  }
  .whole .spot li::before {
    left: 9px;
  }
  .whole .spot li p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .whole .spot li p::before {
    width: 18px;
    height: 18px;
    left: -25px;
  }
  .whole .spot li span {
    line-height: 27px;
  }
}

/* 26.issue */
.issue li {
  width: calc((100% / 4) - 21px);
  overflow: hidden;
  background-color: #ffffff;
}

.issue li a {
  display: block;
}

.issue li:not(:nth-child(4n)) {
  margin-right: 28px;
}

.issue li:nth-child(n + 5) {
  margin-top: 30px;
}

.issue li .ico {
  width: 100%;
  height: 320px;
  background: url(./../img/issue-bg.png) no-repeat center/cover;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.issue li .ico img {
  width: 90px;
  height: 90px;
  margin-bottom: 120px;
}

.issue li p {
  padding: 0 20px 40px;
  text-align: center;
  margin-top: -30px;
  font-size: 20px;
  line-height: 37px;
}

@media (max-width: 1000px) {
  .issue li {
    width: calc(50% - 5px);
  }
  .issue li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .issue li:nth-child(n + 5) {
    margin-top: 0;
  }
  .issue li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .issue li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .issue li .ico {
    height: 230px;
  }
  .issue li .ico img {
    width: 60px;
    height: 60px;
    margin-bottom: 60px;
  }
  .issue li p {
    padding: 0 5px 30px;
    margin-top: -15px;
    font-size: 12px;
    line-height: 25px;
  }
}

@media (max-width: 580px) {
  .issue li {
    width: 50%;
  }
  .issue li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .issue li:nth-child(n + 3) {
    margin-top: 0;
  }
  .issue li:nth-child(n + 2) {
    margin-top: 0px;
  }
}

/* 27.figure */
.figure-tabs {
  width: 380px;
  padding: 50px 0;
  background: url(./../img/figure-tabs.png) no-repeat right bottom;
  background-size: 145px auto;
}

.figure-tabs a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-size: 20px;
  border-left: 5px solid #ffffff;
  margin-top: 40px;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.figure-tabs a:first-child {
  margin-top: 0;
}

.figure-tabs a.active,
.figure-tabs a:hover {
  color: #0084f5;
  border-left: 5px solid #0084f5;
  /* 过渡 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.figure-cons {
  width: calc(100% - 380px);
}

.figure-cons .figure-cell {
  display: none;
}

.figure-cons .figure-cell.active {
  display: block;
}

.figure-cons .area {
  padding: 40px 60px;
}

.figure-cons .area .img {
  width: 35%;
}

.figure-cons .area .txt {
  width: 60%;
}

.figure-cons .area .txt .desc {
  line-height: 32px;
  margin-top: 30px;
}

.figure-cons .area .txt .tags span {
  display: inline-block;
  padding: 4px 10px;
  background-color: #dfecff;
  color: #0084f5;
  border-radius: 3px;
  margin-right: 7px;
  margin-bottom: 7px;
}

@media (max-width: 1400px) {
  .figure-tabs {
    width: 280px;
  }
  .figure-cons {
    width: calc(100% - 280px);
  }
  .figure-tabs a {
    margin-top: 30px;
    font-size: 17px;
  }
  .figure-cons .area {
    padding: 40px 30px;
  }
}

@media (max-width: 1000px) {
  .figure.lex-db-st {
    flex-direction: column;
  }
  .figure-tabs {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .figure-tabs a {
    width: 31%;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    border-left: 0;
    font-size: 15px;
  }
  .figure-tabs a.active,
  .figure-tabs a:hover {
    border-left: 0;
  }
  .figure-cons {
    width: 100%;
  }
  .figure-cons .area {
    padding: 20px;
  }
  .figure-cons .area.lex-db {
    flex-direction: column;
  }
  .figure-cons .area .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .figure-cons .area .txt .desc {
    line-height: 27px;
    margin-top: 10px;
  }
  .figure-cons .area .txt .tags {
    text-align: center;
  }
  .figure-cons .area .txt .tags span {
    padding: 2px 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
