/* 1.news */
.news {
  width: 100%;
  height: auto;
}

.news li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 2px solid #f0f0f0;
  margin-top: 40px;
}

.news li:hover {
  background-color: #e7effa;
  border: 2px solid #e7effa;
}

.news li:first-child {
  margin-top: 0;
}

.news li a {
  padding: 40px;
}

.news li .img {
  width: 520px;
}

.news li:hover .img img {
  transform: scale(1.04);
}

.news li .det {
  width: calc(100% - 520px);
  padding-left: 50px;
}

.news li .det h2 {
  font-size: 24px;
  font-weight: bold;
}

.news li .det em {
  display: block;
  color: #c4c4c4;
  margin-top: 20px;
}

.news li .det .buted {
  color: #626262;
  margin-top: 20px;
  font-size: 17px;
  line-height: 32px;
}

.news li:hover .det h2 {
  color: #1f73f9;
}

.news li span {
  display: block;
  margin-top: 30px;
  width: 165px;
  height: 47px;
  line-height: 45px;
  color: #626262;
  border: 1px solid #626262;
  margin: 30px 0 0;
  text-align: center;
  border-radius: 34px;
  font-size: 14px;
}

.news li:hover span {
  color: #ffffff;
  border: 1px solid #1f73f9;
  background-color: #1f73f9;
}

@media (max-width: 1400px) {
  .news li {
    margin-top: 30px;
  }
  .news li a {
    padding: 30px;
  }
  .news li .img {
    width: 380px;
  }
  .news li .det {
    width: calc(100% - 380px);
    padding-left: 30px;
  }
  .news li .det p span:nth-child(1) {
    margin-right: 30px;
  }
  .news li .det h2 {
    font-size: 20px;
  }
  .news li .det em {
    margin-top: 15px;
  }
  .news li .det .buted {
    margin-top: 15px;
    font-size: 15px;
    line-height: 27px;
  }
  .news li span {
    margin-top: 20px;
    width: 125px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .news li {
    margin-top: 15px;
  }
  .news li a {
    padding: 20px;
  }
  .news li a.lex-db {
    flex-direction: column;
  }
  .news li .img {
    width: 240px;
  }
  .news li .det {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .news li .det h2 {
    font-size: 16px;
  }
  .news li .det em {
    font-size: 12px;
    margin-top: 10px;
  }
  .news li .det .buted {
    font-size: 13px;
    margin-top: 10px;
    line-height: 24px;
  }
  .news li span {
    margin: 15px auto 0;
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
}

/* 2.cular */
.cular h2 {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #000000;
}

.cular .time {
  color: #c4c4c4;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #1f73f9;
}

.cular .cons img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 1400px) {
  .cular h2 {
    font-size: 20px;
    line-height: 37px;
  }
  .cular .time {
    padding-bottom: 10px;
  }
}

@media (max-width: 1000px) {
  .cular h2 {
    font-size: 17px;
    line-height: 30px;
  }
  .cular .time {
    padding-bottom: 7px;
  }
}

/* 3.about */
.about .txt {
  width: 45%;
}

.about .img {
  width: 50%;
}

.about .buted {
  color: #707986;
  line-height: 29px;
}

.about .bom {
  margin-top: 120px;
}

.about .bom i {
  font-family: "Arial";
  font-weight: bold;
  color: #1f73f9;
  font-size: 70px;
  line-height: 70px;
}

.about .bom p {
  color: #1f73f9;
  font-size: 30px;
  line-height: 40px;
}

.about .bom em {
  display: block;
  color: #707986;
  font-size: 17px;
  line-height: 32px;
  margin-top: 10px;
  text-transform: capitalize;
}

@media (max-width: 1400px) {
  .about .desc {
    font-size: 20px;
  }
  .about .bom i {
    font-size: 50px;
    line-height: 50px;
  }
  .about .bom p {
    font-size: 24px;
    line-height: 34px;
  }
  .about .bom em {
    font-size: 15px;
    line-height: 30px;
    margin-top: 5px;
  }
}

@media (max-width: 1000px) {
  .about.lex-db {
    flex-direction: column;
  }
  .about .txt,
  .about .img {
    width: 100%;
  }
  .about .img {
    margin-top: 15px;
    max-width: 380px;
  }
  .about .buted {
    line-height: 26px;
  }
  .about .bom {
    margin-top: 15px;
  }
  .about .bom i {
    font-size: 35px;
    line-height: 35px;
  }
  .about .bom p {
    font-size: 17px;
    line-height: 30px;
  }
  .about .bom em {
    font-size: 13px;
    line-height: 26px;
    margin-top: 5px;
  }
}

/* 4.cert-swiper */
.cert-box {
  background: url(/images/cert-bg.png) no-repeat center/cover;
}

.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.cert-swiper .swiper-container {
  width: calc(100% - 180px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.cert-swiper .swiper-slide {
  width: 40%;
  height: auto;
  overflow: hidden;
}

.cert-swiper .swiper-slide img {
  display: block;
  cursor: pointer;
  width: 380px;
  margin: 0 auto;
}

/* 轮播图默认样式修改 */
.cert-swiper .swiper-button-next,
.cert-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
}

.cert-swiper .swiper-button-prev,
.cert-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/swiper-lf.png);
  background-size: 100% 100%;
}

.cert-swiper .swiper-button-next,
.cert-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/swiper-rg.png);
  background-size: 100% 100%;
}

@media (max-width: 1400px) {
  .cert-swiper .swiper-slide img {
    width: 320px;
  }
  .cert-swiper .swiper-button-next,
  .cert-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 1000px) {
  .cert-swiper .swiper-container {
    width: calc(100% - 75px);
  }
  .cert-swiper .swiper-button-next,
  .cert-swiper .swiper-button-prev {
    width: 27px;
    height: 27px;
  }
  .cert-swiper .swiper-slide img {
    width: 120px;
  }
}

/* 5.vision */
.vision li {
  width: 32%;
  padding: 60px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f6f6f6;
}

.vision li .ico {
  width: 100%;
  height: 100px;
  margin: 0 auto 30px;
}

.vision li .ico img {
  width: auto;
  height: 100%;
  object-fit: fill;
}

.vision li h3 {
  font-size: 21px;
  font-weight: bold;
}

.vision li p {
  color: #626262;
  line-height: 28px;
  margin-top: 15px;
}

@media (max-width: 1400px) {
  .vision li {
    padding: 50px 30px;
  }
  .vision li .ico {
    height: 40px;
    margin: 0 auto 20px;
  }
  .vision li h3 {
    font-size: 17px;
  }
  .vision li p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .vision.lex-db-st {
    flex-wrap: wrap;
  }
  .vision li {
    width: 100%;
    padding: 30px 20px;
  }
  .vision li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .vision li .ico {
    height: 30px;
    margin: 0 auto 15px;
  }
  .vision li h3 {
    font-size: 16px;
  }
  .vision li p {
    font-size: 12px;
    margin-top: 5px;
    line-height: 21px;
  }
}

/* 6.contact */
.contact-box .lf {
  width: 40%;
}

.contact-box .rg {
  width: 50%;
}

.contact li {
  color: #202020;
  line-height: 30px;
}

.contact li:not(:first-child) {
  margin-top: 15px;
}

.contact li img {
  width: 20px;
  height: auto;
  margin-right: 13px;
  margin-bottom: 2px;
}

.map {
  width: 100%;
  height: auto;
}

.map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.map iframe {
  width: 100%;
  height: 600px;
}

@media (max-width: 1400px) {
  .contact-box .rg {
    width: 57%;
  }
  .map iframe {
    height: 480px;
  }
  .contact li img {
    width: 15px;
    margin-right: 7px;
  }
}

@media (max-width: 1000px) {
  .contact-box.lex-db-st {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-box .lf {
    width: 100%;
  }
  .contact-box .rg {
    width: 100%;
    margin-top: 20px;
  }
  .contact li {
    font-size: 13px;
    line-height: 27px;
  }
  .contact li:not(:first-child) {
    margin-top: 7px;
  }
  .contact li img {
    width: 14px;
    margin-right: 7px;
  }
  .map iframe {
    height: 320px;
  }
}

@media (max-width: 768px) {
  .map {
    height: 200px;
  }
  .map iframe {
    height: 240px;
  }
}

.msg ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msg ul li {
  width: 49%;
  border: 1px solid #cccccc;
  padding: 0 18px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msg ul li:last-child {
  padding: 18px;
  height: 180px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.msg ul li:last-child {
  width: 100%;
}

.msg ul li:nth-child(n + 3) {
  margin-top: 10px;
}

.msg ul li span {
  margin-right: 7px;
}

.msg ul li:last-child span {
  width: 100%;
  margin-bottom: 9px;
  margin-right: 0;
}

.msg ul li input,
.msg ul li textarea {
  flex: 1;
  height: 100%;
}

.msg ul li textarea {
  width: 100%;
}

.msg .submit {
  margin: 30px 0 0;
  width: 165px;
  height: 47px;
  line-height: 45px;
  color: #ffffff;
  border: 1px solid #1f73f9;
  text-align: center;
  border-radius: 34px;
  font-size: 14px;
  background-color: #1f73f9;
  cursor: pointer;
}

.msg .submit:hover {
  color: #1f73f9;
  background-color: #ffffff;
}

@media (max-width: 1400px) {
  .msg ul li {
    padding: 0 10px;
  }
  .msg ul li:last-child {
    padding: 10px;
  }
  .msg .submit {
    margin-top: 20px;
    width: 125px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .msg ul li {
    height: 38px;
    padding: 0 9px;
  }
  .msg ul li:last-child {
    padding: 9px;
    height: 130px;
  }
  .msg ul li span {
    font-size: 12px;
    margin-right: 5px;
  }
  .msg ul li:last-child span {
    margin-bottom: 5px;
    margin-right: 0;
  }
  .msg ul li input,
  .msg ul li textarea {
    font-size: 12px;
  }
  .msg .submit {
    margin: 15px 0 0;
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  .msg ul li {
    width: 100%;
  }
  .msg ul li:nth-child(n + 3) {
    margin-top: 0;
  }
  .msg ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 8.course */
.course {
  position: relative;
  box-sizing: border-box;
  padding: 20px 240px 0;
  overflow: hidden;
}

.course::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dashed #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.course li {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  /*  overflow: hidden;*/
  margin-top: -140px;
}
.course li::before {
  content: "";
  position: absolute;
  top: -30px;
  margin-left: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(/images/shang.png) no-repeat center;
  background-size: 30px;
}

.course li:first-child {
  margin-top: 0;
}

.course li .course-item {
  width: 50%;
}

.course li:nth-child(odd) .course-item {
  float: left;
  padding-right: 50px;
  text-align: right;
}

.course li:nth-child(even) .course-item {
  float: right;
  padding-left: 50px;
  text-align: left;
}

.course li .course-time {
  display: block;
  font-family: "Arial";
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}

.course li .course-time::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #1f73f9;
  box-sizing: border-box;
}

.course li:nth-child(odd) .course-time::after {
  right: -60px;
}

.course li:nth-child(even) .course-time::after {
  left: -60px;
}

.course li .course-desc {
  margin-top: 15px;
  font-size: 17px;
  line-height: 30px;
}

.course li .img {
  width: 100%;
  margin-top: 15px;
}

@media (max-width: 1400px) {
  .course {
    padding: 20px 120px 0;
  }
  .course li:nth-child(odd) .course-item {
    padding-right: 30px;
  }
  .course li:nth-child(even) .course-item {
    padding-left: 30px;
  }
  .course li .course-time {
    font-size: 28px;
    line-height: 28px;
  }
  .course li .course-time::after {
    width: 16px;
    height: 16px;
  }
  .course li:nth-child(odd) .course-time::after {
    right: -38px;
  }
  .course li:nth-child(even) .course-time::after {
    left: -38px;
  }
  .course li .course-desc {
    margin-top: 10px;
    font-size: 15px;
    line-height: 27px;
  }
  .course li .img {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .course {
    padding: 20px 0;
  }
  .course li {
    margin-top: -60px;
  }
  .course li:nth-child(odd) .course-item {
    padding-right: 15px;
  }
  .course li:nth-child(even) .course-item {
    padding-left: 15px;
  }
  .course li .course-time {
    font-size: 21px;
    line-height: 21px;
  }
  .course li .course-time::after {
    width: 12px;
    height: 12px;
  }
  .course li:nth-child(odd) .course-time::after {
    right: -21px;
  }
  .course li:nth-child(even) .course-time::after {
    left: -21px;
  }
  .course li .course-desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 23px;
  }
  .course li .img {
    margin-top: 5px;
  }
}

/* 9.join */
.join li:nth-child(n + 2) {
  margin-top: 30px;
}

.join li .join-name {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 15px;
  cursor: pointer;
}

.join li.active .join-name,
.join li:hover .join-name {
  border-bottom: 2px solid #1f73f9;
}

.join li .join-name h2 {
  font-size: 24px;
  font-weight: bold;
}

.join li.active .join-name h2,
.join li:hover .join-name h2 {
  color: #1f73f9;
}

.join li .join-name p {
  color: #626262;
  margin-top: 10px;
  font-size: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join li .join-duty {
  display: none;
  color: #626262;
  line-height: 30px;
  background-color: #f6f8fb;
  box-sizing: border-box;
  padding: 30px 50px;
  border-bottom: 2px solid #1f73f9;
}

.join li .join-duty span {
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 1400px) {
  .join li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .join li .join-name {
    padding-bottom: 10px;
  }
  .join li .join-name h2 {
    font-size: 20px;
  }
  .join li .join-name p {
    font-size: 15px;
    margin-top: 5px;
  }
  .join li .join-duty span {
    font-size: 15px;
  }
  .join li .join-duty {
    padding: 20px 30px;
  }
}

@media (max-width: 1000px) {
  .join li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .join li .join-name {
    padding-bottom: 5px;
  }
  .join li .join-name h2 {
    font-size: 15px;
  }
  .join li .join-name p {
    font-size: 12px;
    margin-top: 5px;
  }
  .join li .join-duty span {
    font-size: 14px;
  }
  .join li .join-duty {
    padding: 20px 15px;
    line-height: 27px;
  }
}

/* 10.find */
.find li {
  width: calc((100% / 4) - 18px);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #e9e9e9;
}

.find li:hover {
  border: 2px solid #1f73f9;
}

.find li a {
  display: block;
  padding: 40px;
  box-sizing: border-box;
}

.find li .ico {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.find li .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.find li h3 {
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
  color: #202020;
}

.find li:hover h3 {
  color: #1f73f9;
}

.find li p {
  margin-top: 10px;
  line-height: 27px;
  color: #626262;
}

@media (max-width: 1400px) {
  .find li {
    width: calc((100% / 4) - 9px);
  }
  .find li a {
    padding: 30px;
  }
  .find li .ico {
    width: 90px;
    height: 90px;
  }
  .find li h3 {
    font-size: 17px;
    margin-top: 20px;
  }
  .find li p {
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .find.lex-db-st {
    flex-wrap: wrap;
  }
  .find li {
    width: 49%;
  }
  .find li a {
    padding: 20px 15px;
  }
  .find li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .find li .ico {
    width: 40px;
    height: 40px;
  }
  .find li h3 {
    font-size: 15px;
    margin-top: 13px;
  }
  .find li p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 23px;
  }
}

/* 11.issue */
.issue li {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.issue li:first-child {
  margin-top: 0;
}

.issue li h2 {
  font-size: 17px;
  line-height: 32px;
  font-weight: bold;
}

.issue li:hover h2 {
  color: #1f73f9;
}

.issue li .buted {
  margin-top: 10px;
  line-height: 30px;
  color: #626262;
  box-sizing: border-box;
  padding-left: 24px;
}

@media (max-width: 1000px) {
  .issue li {
    margin-top: 10px;
  }
  .issue li h2 {
    font-size: 15px;
    line-height: 27px;
  }
  .issue li .buted {
    font-size: 12px;
    margin-top: 3px;
    line-height: 25px;
    padding-left: 21px;
  }
}

/* 12.file */
/*.file-cons .file-cell {
  display: none;
}*/

.file-cons .file-cell.active {
  display: block;
}

.file li {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  border-bottom: 2px solid #e9e9e9;
  cursor: pointer;
  font-size: 17px;
}

/*.file li:not(:nth-child(2n)) {
  margin-right: 40px;
}*/

/*.file li:nth-child(-n + 2) {
  padding-top: 0;
}*/

.file li:hover {
  border-bottom: 2px solid #1f73f9;
}

.file li .name {
  flex: 1;
  padding-right: 20px;
  color: #626262;
}

.file li .name i {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  color: #c4c4c4;
}

.file li:hover .name,
.file li:hover .name i {
  color: #1b5fcc;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.file li .file-gp a {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.file li .ico-down img {
  width: 100%;
  height: 100%;
}

.file li .file-gp a:first-child {
  margin-right: 15px;
}

.file-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.file-tabs li {
  font-size: 17px;
  margin-right: 60px;
  margin-bottom: 10px;
  cursor: pointer;
  border-bottom: 2px solid #f9fbfe;
}

.file-tabs li:hover,
.file-tabs li.active {
  color: #1f73f9;
  border-bottom: 2px solid #1f73f9;
}

@media (max-width: 1400px) {
  .file li {
    /*   width: calc(50% - 5px);*/
    padding: 15px 0;
    font-size: 15px;
  }
  /*  .file li:not(:nth-child(2n)) {
    margin-right: 10px;
  }*/
}

@media (max-width: 1000px) {
  .file li {
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
  }
  .file li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .file li:nth-child(-n + 2) {
    padding-top: 12px;
  }
  .file li:first-child {
    padding-top: 0;
  }
  .file li .name {
    padding-right: 10px;
  }
  .file li .file-gp a {
    width: 15px;
    height: 15px;
  }
  .file li .file-gp a:first-child {
    margin-right: 10px;
  }
  .file-tabs li {
    font-size: 14px;
    margin-right: 13px;
    margin-bottom: 5px;
  }
}

/* 13.ask */
.ask-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.ask.lex-db-st {
  flex-wrap: wrap;
}

.ask li {
  width: calc(50% - 30px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.ask li:nth-child(n + 3) {
  margin-top: 20px;
}

.ask li:nth-child(n + 9) {
  width: 100%;
  padding-right: calc(50% + 30px);
}

.ask li span {
  display: block;
  width: 80px;
  line-height: 40px;
  text-align: right;
  margin-right: 20px;
}

.ask li span i {
  color: #f91f1f;
  margin-right: 5px;
}

.ask li .item {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.ask li input,
.ask li select,
.ask li textarea,
.ask .ask-file em {
  display: block;
  width: 100%;
  height: 40px;
  border: 1px solid #eaeaea;
  font-size: 14px;
  padding: 0 13px;
  color: #5a5a5a;
  border-radius: 23px;
}

.ask li textarea {
  height: 130px;
  padding: 13px;
}

.ask li input:focus,
.ask li select:focus,
.ask li textarea:focus {
  border: 1px solid #009688;
}

.ask li .ask-file em {
  display: block;
  width: calc(100% - 140px);
  line-height: 38px;
}

.ask li .ask-file input {
  width: 100%;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.ask li .ask-file i {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 38px;
  background-color: #1f73f9;
  color: #ffffff;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #1f73f9;
  cursor: pointer;
}

.ask li .ask-file i:hover {
  color: #1f73f9;
  background-color: #ffffff;
}

.ask-submit {
  margin-left: 100px;
  margin-top: 30px;
  display: block;
  width: 165px;
  height: 47px;
  line-height: 45px;
  background-color: #1f73f9;
  color: #ffffff;
  text-align: center;
  border-radius: 23px;
  border: 1px solid #1f73f9;
  cursor: pointer;
}

.ask-submit:hover {
  color: #1f73f9;
  background-color: #ffffff;
}

@media (max-width: 1000px) {
  .ask li {
    width: calc(50% - 5px);
  }
  .ask li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .ask li:nth-child(n + 9) {
    width: 100%;
    padding-right: calc(50% + 5px);
  }
  .ask li span {
    width: 60px;
    margin-right: 10px;
    line-height: 32px;
    font-size: 12px;
  }
  .ask li input,
  .ask li select,
  .ask li textarea,
  .ask .ask-file em {
    border-radius: 3px;
    font-size: 12px;
    padding: 0 9px;
    height: 32px;
  }
  .ask li textarea {
    padding: 9px;
    height: 120px;
  }
  .ask li .ask-file em {
    width: calc(100% - 105px);
    line-height: 30px;
    font-size: 12px;
  }
  .ask li .ask-file i {
    width: 100px;
    height: 32px;
    line-height: 30px;
    border-radius: 3px;
    font-size: 12px;
  }
  .ask-submit {
    margin-left: 70px;
    margin-top: 15px;
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
  .ask li {
    width: 100%;
  }
  .ask li:nth-child(n + 3) {
    margin-top: 0;
  }
  .ask li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .ask li:nth-child(n + 9) {
    width: 100%;
    padding-right: 0;
  }
}

/* 14.solve-tabs */
.solve-tabs-box {
  margin-top: -110px;
}

.solve-tabs {
  box-sizing: border-box;
  border: 2px solid #f1f1f1;
}

.solve-tabs li {
  width: 25%;
  height: 220px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.solve-tabs li:hover,
.solve-tabs li.active {
  background-color: #1f73f9;
}

.solve-tabs li:not(:last-child) {
  border-right: 2px solid #f1f1f1;
}

.solve-tabs li a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
}

.solve-tabs li .ico {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.solve-tabs li .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solve-tabs li:hover .ico img,
.solve-tabs li.active .ico img {
  /* 图片变白 */
  filter: grayscale(200%) brightness(700%);
}

.solve-tabs li h3 {
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
  color: #202020;
}

.solve-tabs li:hover h3,
.solve-tabs li.active h3 {
  color: #ffffff;
}

@media (max-width: 1400px) {
  .solve-tabs-box {
    margin-top: -90px;
  }
  .solve-tabs li {
    height: 180px;
  }
  .solve-tabs li a {
    padding: 20px;
  }
  .solve-tabs li .ico {
    width: 50px;
    height: 50px;
  }
  .solve-tabs li h3 {
    font-size: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .solve-tabs-box {
    margin-top: 0;
  }
  .solve-tabs li {
    height: 65px;
  }
  .solve-tabs li a {
    padding: 7px;
  }
  .solve-tabs li .ico {
    width: 21px;
    height: 21px;
  }
  .solve-tabs li h3 {
    font-size: 12px;
    margin-top: 10px;
  }
}

/* 15.solve */
.solve-desc {
  line-height: 28px;
  color: #626262;
}

.solve-box1 .pic {
  max-width: 1000px;
  margin: 30px auto 0;
}

.goods-box3 .pic {
  max-width: 920px;
}

.solve-box2 {
  background: url(/images/solve-box2-bg.png) no-repeat center/cover;
}

@media (max-width: 1000px) {
  .solve-desc {
    line-height: 26px;
  }
  .solve-box1 .pic {
    max-width: 1000px;
    margin: 10px auto 0;
  }
}

/* 16.pain */
.pain li {
  width: calc((100% / 4) - 18px);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 2px solid #e9e9e9;
  background-color: #ffffff;
}

.pain li:not(:nth-child(4n)) {
  margin-right: 24px;
}

.pain li:nth-child(n + 5) {
  margin-top: 24px;
}

.pain li:hover {
  border: 2px solid #1f73f9;
}

.pain li a {
  display: block;
  padding: 40px;
  box-sizing: border-box;
}

.pain li .ico {
  width: 110px;
  height: 110px;
  margin: 0 auto;
}

.pain li .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pain li h3 {
  font-weight: bold;
  font-size: 17px;
  margin-top: 30px;
  color: #202020;
}

.pain li:hover h3 {
  color: #1f73f9;
}

@media (max-width: 1400px) {
  .pain li {
    width: calc((100% / 4) - 9px);
  }
  .pain li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .pain li:nth-child(n + 5) {
    margin-top: 12px;
  }
  .pain li a {
    padding: 30px 20px;
  }
  .pain li .ico {
    width: 90px;
    height: 90px;
  }
  .pain li h3 {
    font-size: 15px;
    margin-top: 20px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) {
  .pain.lex-db-st {
    flex-wrap: wrap;
  }
  .pain li {
    width: 49%;
  }
  .pain li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .pain li:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .pain li:nth-child(n + 5) {
    margin-top: 0;
  }
  .pain li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .pain li a {
    padding: 20px 10px;
  }
  .pain li .ico {
    width: 40px;
    height: 40px;
  }
  .pain li h3 {
    font-size: 13px;
    margin-top: 13px;
    line-height: 26px;
  }
}

/* 17.power */
.power.lex {
  justify-content: center;
}

.power li {
  width: calc(100% / 5);
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
}

.power li a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
}

.power li .ico {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.power li .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.power li h3 {
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
  color: #202020;
}

.power li:hover h3 {
  color: #1f73f9;
}

.power li p {
  margin-top: 7px;
  line-height: 27px;
  color: #626262;
}

@media (max-width: 1400px) {
  .power li .ico {
    width: 70px;
    height: 70px;
  }
  .power li h3 {
    font-size: 17px;
    margin-top: 20px;
  }
  .power li p {
    margin-top: 7px;
  }
}

@media (max-width: 1000px) {
  .power li {
    width: 50%;
  }
  .power li a {
    padding: 20px 15px;
  }
  .power li .ico {
    width: 40px;
    height: 40px;
  }
  .power li h3 {
    font-size: 14px;
    margin-top: 13px;
  }
  .power li p {
    margin-top: 3px;
    font-size: 12px;
    line-height: 21px;
  }
}

/* 18.ink-swiper */
.ink-swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.ink-swiper .swiper-container {
  width: calc(100% - 160px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.ink-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
}

.ink-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.ink-swiper .swiper-slide:hover .img img,
.ink-swiper .swiper-slide-active .img img {
  transform: scale(1.04);
}

.ink-swiper a h3 {
  font-size: 17px;
  margin-top: 20px;
}

.ink-swiper .swiper-slide:hover a h3,
.ink-swiper .swiper-slide-active a h3 {
  color: #1f73f9;
}

/* 分页按钮修改 */
.ink-swiper .swiper-button-next,
.ink-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.ink-swiper .swiper-button-prev,
.ink-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/swiper-lf.png);
  background-size: 100% 100%;
  left: 0;
  cursor: pointer;
}
.ink-swiper .swiper-button-next,
.ink-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/swiper-rg.png);
  background-size: 100% 100%;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .ink-swiper .swiper-button-next,
  .ink-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .ink-swiper .swiper-container,
  .ink-swiper .swiper-container {
    width: calc(100% - 120px);
  }
}

@media (max-width: 1000px) {
  .ink-swiper .swiper-button-next,
  .ink-swiper .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .ink-swiper .swiper-container,
  .ink-swiper .swiper-container {
    width: calc(100% - 70px);
  }
  .ink-swiper a h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}

/* 19.goods */
.goods li a {
  display: block;
}

.goods li {
  width: calc((100% / 3) - 30px);
  position: relative;
  border: 2px solid #f1f1f1;
}

.goods li:hover {
  border: 2px solid #1b5fcc;
}

.goods li:not(:nth-child(3n)) {
  margin-right: 45px;
}

.goods li:nth-child(n + 4) {
  margin-top: 45px;
}

.goods li .img {
  width: 100%;
}

.goods li:hover .img img {
  transform: scale(1.04);
}

.goods li .det {
  box-sizing: border-box;
  padding: 30px;
}

.goods li h3 {
  font-size: 17px;
  font-weight: bold;
}

.goods li:hover h3 {
  color: #1b5fcc;
}

.goods li .buted {
  margin-top: 10px;
  line-height: 30px;
  color: #6f7886;
}

.goods li:hover .buted {
  color: #1f73f9;
}

@media (max-width: 1400px) {
  .goods li {
    width: calc((100% / 3) - 12px);
  }
  .goods li:not(:nth-child(3n)) {
    margin-right: 18px;
  }
  .goods li:nth-child(n + 4) {
    margin-top: 18px;
  }
  .goods li .det {
    padding: 20px;
  }
}

@media (max-width: 1000px) {
  .goods li {
    width: calc((100% / 2) - 5px);
  }
  .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: 10px;
  }
  .goods li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .goods li .det {
    padding: 20px 15px;
  }
  .goods li h3 {
    font-size: 14px;
  }
  .goods li .buted {
    line-height: 24px;
    margin-top: 5px;
  }
}

@media (max-width: 680px) {
  .goods li {
    width: 100%;
  }
  .goods li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .goods li:nth-child(n + 3) {
    margin-top: 0;
  }
  .goods li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 20.core */
.core li {
  width: calc((100% / 4) - 15px);
  background-color: #f6f8fb;
  padding: 60px 30px;
  position: relative;
  box-sizing: border-box;
}

.core li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.core li:nth-child(n + 5) {
  margin-top: 20px;
}

.core li em {
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  z-index: 5;
}

.core li h2 {
  color: #1f73f9;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
  position: relative;
}

.core li p {
  margin-top: 20px;
  color: #5c5c5c;
  line-height: 30px;
  z-index: 10;
  position: relative;
}

@media (max-width: 1400px) {
  .core li {
    width: calc((100% / 4) - 9px);
    padding: 30px;
  }
  .core li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .core li:nth-child(n + 5) {
    margin-top: 12px;
  }
  .core li em {
    left: 30px;
    font-size: 70px;
    line-height: 70px;
  }
  .core li h2 {
    font-size: 20px;
  }
  .core li p {
    margin-top: 10px;
    line-height: 28px;
  }
}

@media (max-width: 1000px) {
  .core.lex {
    flex-direction: column;
  }
  .core li {
    width: 100%;
    padding: 20px;
  }
  .core li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .core li:nth-child(n + 5) {
    margin-top: 0;
  }
  .core li:nth-child(n + 2) {
    margin-top: 10px;
  }
  .core li em {
    left: 20px;
    font-size: 50px;
    line-height: 50px;
  }
  .core li h2 {
    font-size: 15px;
  }
  .core li p {
    margin-top: 7px;
    line-height: 24px;
  }
}

/* 21.jour */
.jour-box {
  background: url(/images/jour-bg.png) no-repeat center/cover;
}

.jour li {
  width: calc(100% / 3);
  box-sizing: border-box;
  background-color: #ffffff;
}

.jour li:not(:last-child) {
  border-right: 2px solid #f1f1f1;
}

.jour li a {
  display: block;
  box-sizing: border-box;
  padding: 60px;
}

.jour li .img {
  width: 100%;
  margin-top: 30px;
}

.jour li:hover .img img {
  transform: scale(1.04);
}

.jour li em {
  font-size: 14px;
  color: #626262;
}

.jour li em img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.jour li h2 {
  font-size: 20px;
  line-height: 32px;
  color: #202020;
  margin-top: 15px;
  font-weight: bold;
  -webkit-line-clamp: 2; /* 显示的行数 */
}

.jour li:hover h2 {
  color: #1f73f9;
}

.jour li span {
  display: block;
  margin-top: 20px;
  width: 165px;
  height: 47px;
  line-height: 45px;
  color: #626262;
  border: 1px solid #f6f8fb;
  text-align: center;
  border-radius: 34px;
  font-size: 14px;
  background-color: #f6f8fb;
}

.jour li:hover span {
  color: #ffffff;
  border: 1px solid #1f73f9;
  background-color: #1f73f9;
}

@media (max-width: 1400px) {
  .jour li a {
    padding: 40px 30px;
  }
  .jour li .img {
    margin-top: 20px;
  }
  .jour li h2 {
    font-size: 17px;
    line-height: 30px;
  }
  .jour li span {
    margin-top: 15px;
    width: 125px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .jour.lex {
    flex-direction: column;
  }
  .jour li {
    width: 100%;
  }
  .jour li:not(:last-child) {
    border-right: 0 solid #f1f1f1;
    border-bottom: 2px solid #f1f1f1;
  }
  .jour li a {
    padding: 20px;
  }
  .jour li .img {
    margin: 15px auto 0;
    max-width: 380px;
  }
  .jour li h2 {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
  }
  .jour li em {
    font-size: 12px;
  }
  .jour li em img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-bottom: 3px;
  }
  .jour li span {
    margin-top: 10px;
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    border-radius: 15px;
  }
}

/* 22.plan */
.plan-box {
  background: url(/images/plan-bg.png) no-repeat center/cover;
}

.plan-tabs-swiper,
.plan-cons-swiper {
  height: auto;
  overflow: hidden;
  position: relative;
}

.plan-tabs-swiper {
  width: 65%;
  margin: 0 auto;
}

.plan-cons-swiper {
  width: 100%;
  background-color: #ffffff;
}

.plan-tabs-swiper .swiper-container,
.plan-cons-swiper .swiper-container {
  height: auto;
  overflow: hidden;
}

.plan-tabs-swiper .swiper-container {
  width: calc(100% - 80px);
}

.plan-cons-swiper .swiper-container {
  width: 100%;
}

.plan-tabs-swiper .swiper-slide,
.plan-cons-swiper .swiper-slide {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.plan-cons-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.plan-cons-swiper .item {
  width: 100%;
  height: 100%;
}

.plan-cons-swiper .img {
  width: 50%;
}

.plan-cons-swiper .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.plan-cons-swiper .txt .buted {
  color: #6f7886;
  line-height: 32px;
  font-size: 17px;
}

.plan-cons-swiper .txt span {
  display: block;
  margin-top: 30px;
  width: 165px;
  height: 47px;
  line-height: 45px;
  color: #1f73f9;
  border: 1px solid #1f73f9;
  text-align: center;
  border-radius: 34px;
  font-size: 14px;
}

.plan-cons-swiper .txt span:hover {
  color: #ffffff;
  border: 1px solid #1f73f9;
  background-color: #1f73f9;
}

.plan-tabs-swiper .item {
  display: block;
  width: 110px;
  height: auto;
  padding: 20px 10px;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
}

.plan-tabs-swiper .item img {
  width: auto;
  height: 60px;
}

.plan-tabs-swiper .item span {
  display: block;
  margin-top: 15px;
  color: #202020;
  font-size: 17px;
  font-weight: bold;
}

.plan-tabs-swiper .swiper-slide.active .item {
  background-color: #1f73f9;
}

.plan-tabs-swiper .swiper-slide.active .item span {
  color: #ffffff;
}

.plan-tabs-swiper .swiper-slide.active .item img {
  filter: grayscale(200%) brightness(700%);
}

/* 分页按钮修改 */
.plan-tabs-swiper .swiper-button-next,
.plan-tabs-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
}
.plan-tabs-swiper .swiper-button-prev,
.plan-tabs-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/plan-lf.png);
  background-size: 100% 100%;
  left: 0;
}
.plan-tabs-swiper .swiper-button-next,
.plan-tabs-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/plan-rg.png);
  background-size: 100% 100%;
  right: 0;
}

@media (max-width: 1400px) {
  .plan-tabs-swiper {
    width: 85%;
  }
  .plan-tabs-swiper .item {
    width: 100%;
    padding: 15px 5px;
  }
  .plan-tabs-swiper .item img {
    height: 40px;
  }
  .plan-tabs-swiper .item span {
    font-size: 15px;
    margin-top: 10px;
  }
  .plan-cons-swiper .txt {
    padding: 30px;
  }
  .plan-cons-swiper .txt .buted {
    line-height: 30px;
    font-size: 15px;
  }
  .plan-cons-swiper .txt span {
    margin-top: 20px;
    width: 125px;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .plan-tabs-swiper {
    width: 100%;
  }
  .plan-tabs-swiper .swiper-container {
    width: calc(100% - 60px);
  }
  .plan-tabs-swiper .item {
    padding: 10px 5px;
  }
  .plan-tabs-swiper .item img {
    height: 24px;
  }
  .plan-tabs-swiper .item span {
    font-size: 13px;
    margin-top: 7px;
  }
  .plan-cons-swiper .item.lex-db-st {
    flex-direction: column;
  }
  .plan-cons-swiper .img {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    max-width: 380px;
    margin: 0 auto;
  }
  .plan-cons-swiper .txt {
    width: 100%;
    padding: 20px;
  }
  .plan-cons-swiper .txt .buted {
    line-height: 24px;
    font-size: 13px;
  }
  .plan-cons-swiper .txt span {
    margin: 15px auto 0;
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
  }
  .plan-tabs-swiper .swiper-button-next,
  .plan-tabs-swiper .swiper-button-prev {
    width: 24px;
    height: 24px;
  }
}

/* 23.mation */
.mation-tabs {
  width: 90px;
  position: relative;
  box-sizing: border-box;
  padding: 30px 0;
}

.mation-cons {
  box-sizing: border-box;
  flex: 1;
  padding-left: 20px;
}

.mation-cons .mation-cell {
  display: none;
}

.mation-cons .mation-cell.active {
  display: block;
}

.mation-tabs::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 2px dashed #d2d2d2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 5;
}

.mation-tabs li {
  margin-top: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #ffffff;
  padding: 25px;
  cursor: pointer;
  position: relative;
  z-index: 10;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.mation-tabs li:hover,
.mation-tabs li.active {
  border: 2px solid #1f73f9;
}

.mation-tabs li:first-child {
  margin-top: 0;
}

.mation-item .txt {
  width: 50%;
  box-sizing: border-box;
  padding: 0 40px;
}

.mation-item .img {
  width: 50%;
}

.mation-item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mation-det .buted {
  color: #6f7886;
  font-size: 17px;
  line-height: 32px;
}

.mation-det a {
  display: block;
  font-size: 17px;
  color: #1f73f9;
}

.mation-det a:hover {
  text-decoration: underline;
}

.mation-label li {
  width: calc((100% / 3) - 10px);
}

.mation-label li:not(:nth-child(3n)) {
  margin-right: 15px;
}

.mation-label li:nth-child(n + 4) {
  margin-top: 15px;
}

.mation-label li .sightless {
  display: none;
}

.mation-label li h2 {
  display: block;
  padding: 14px 10px;
  color: #1f73f9;
  border: 1px solid #1f73f9;
  text-align: center;
  border-radius: 34px;
  font-size: 14px;
  cursor: pointer;
}

.mation-label li:hover h2,
.mation-label li.active h2 {
  color: #ffffff;
  border: 1px solid #1f73f9;
  background-color: #1f73f9;
  /* 过渡 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 1400px) {
  .mation-tabs {
    width: 60px;
    padding: 20px 0;
  }
  .mation-tabs li {
    margin-top: 20px;
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .mation-item .txt {
    padding: 0 20px;
  }
  .mation-det .buted {
    font-size: 15px;
    line-height: 30px;
  }
  .mation-det a {
    font-size: 15px;
  }
  .mation-label li h2 {
    padding: 12px 10px;
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .mation-box.lex-db {
    flex-direction: column;
    justify-content: center;
  }
  .mation-tabs {
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .mation-tabs::after {
    display: none;
  }
  .mation-tabs li {
    margin-top: 0;
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .mation-tabs li:not(:last-child) {
    margin-right: 10px;
  }
  .mation-cons {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .mation-item.lex-db {
    flex-direction: column;
  }
  .mation-item .txt {
    width: 100%;
    padding: 0;
  }
  .mation-item .img {
    width: 100%;
    max-width: 280px;
    margin: 20px auto 0;
  }
  .mation-det .buted {
    font-size: 13px;
    line-height: 24px;
  }
  .mation-label li h2 {
    padding: 9px 3px;
    font-size: 12px;
  }
  .mation-label li {
    width: calc((100% / 3) - 4px);
  }
  .mation-label li:not(:nth-child(3n)) {
    margin-right: 6px;
  }
  .mation-label li:nth-child(n + 4) {
    margin-top: 6px;
  }
}

/* 24.products */
.products .cell {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 60px 0;
}

.products .cell:nth-child(even) {
  background-color: #f9fbfe;
}

@media (max-width: 1400px) {
  .products .cell {
    padding: 40px 0;
  }
}

@media (max-width: 1000px) {
  .products .cell {
    padding: 20px 0;
  }
}

/* 25.pro-tabs */
.pro-tabs {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  border-bottom: 2px solid #e9e9e9;
}

.pro-tabs .pro-tabs-item {
  display: none;
}

.pro-tabs .pro-tabs-item.active {
  display: block;
}

.pro-tabs .pro-tabs-link.lex {
  justify-content: center;
}

.pro-tabs-link a {
  display: block;
  padding: 20px 40px;
  color: #626262;
  font-size: 17px;
}

.pro-tabs-link a:hover,
.pro-tabs-link a.active {
  background-color: #1b5fcc;
  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;
}

@media (max-width: 1400px) {
  .pro-tabs-link a {
    padding: 15px 30px;
  }
}

@media (max-width: 1000px) {
  .pro-tabs {
    padding: 9px 0 0;
  }
  .pro-tabs-link a {
    padding: 0;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .pro-tabs-link a:not(:last-child) {
    margin-right: 20px;
  }
  .pro-tabs-link a:hover,
  .pro-tabs-link a.active {
    background-color: transparent;
    color: #1f73f9;
  }
}
