/* 1.contact */
.contact .info li {
  color: #707070;
  text-transform: uppercase;
}

.contact .info li:not(:first-child) {
  margin-top: 23px;
}

.contact .info li img {
  width: 15px;
  height: auto;
  margin-right: 13px;
  margin-bottom: 4px;
}

.contact .code li {
  display: inline-block;
}

.contact .code li:nth-child(1) {
  margin-right: 43px;
}

.contact .code li img {
  width: 150px;
  height: 150px;
}

.contact .code li p {
  text-align: center;
  margin-top: 9px;
}

.map {
  width: 100%;
  height: auto;
}

.map img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .contact .code li img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 1000px) {
  .contact .info li:not(:first-child) {
    margin-top: 19px;
  }
  .contact .info li img {
    width: 13px;
    margin-right: 9px;
  }
  .contact .code li img {
    width: 80px;
    height: 80px;
  }
  .contact .code li:nth-child(1) {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .contact.lex-db-st {
    flex-direction: column;
    justify-content: center;
  }
  .contact .code {
    margin-top: 30px;
  }
  .map {
    height: 220px;
  }
}

/* 2.news */
.news li {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px 30px 30px 60px;
  background-color: #fdfafb;
  margin-top: 30px;
}

.news li:first-child {
  margin-top: 0;
}

.news li .time {
  font-family: "Arial";
  width: 75px;
  color: #000000;
}

.news li .time s {
  display: block;
  font-size: 60px;
  line-height: 60px;
}

.news li .time i {
  display: block;
  font-size: 18px;
  line-height: 18px;
  margin-top: 7px;
}

.news li .img {
  width: 350px;
  height: auto;
}

.news li .txt {
  width: calc(100% - 480px);
}

.news li .txt h3 {
  font-size: 18px;
}

.news li .txt .buted {
  margin-top: 20px;
  line-height: 30px;
  color: #707070;
}

.news li .txt span {
  margin-top: 30px;
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #fd7f00;
}

.news li .txt span img {
  width: 12px;
}

.news li:hover {
  background-color: #f9f2f5;
}

.news li:hover .time,
.news li:hover .txt h3 {
  color: #fd7f00;
}

@media (max-width: 1400px) {
  .news li {
    padding: 30px;
  }
  .news li .img {
    width: 320px;
  }
  .news li .txt {
    width: calc(100% - 440px);
  }
}

@media (max-width: 1000px) {
  .news li a.lex-db {
    flex-wrap: wrap;
  }
  .news li {
    padding: 30px 15px;
    margin-top: 20px;
  }
  .news li .time {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .news li .time s {
    font-size: 23px;
    line-height: 23px;
  }
  .news li .time i {
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
  }
  .news li .img {
    width: 120px;
    border-radius: 0;
  }
  .news li .txt {
    width: calc(100% - 135px);
  }
  .news li .txt h3 {
    font-size: 15px;
    line-height: 15px;
    margin-top: 0;
  }
  .news li .txt .buted {
    margin-top: 7px;
    font-size: 12px;
    line-height: 21px;
    -webkit-line-clamp: 1; /* 显示的行数 */
  }
  .news li .txt span {
    margin-top: 7px;
    font-size: 12px;
  }
  .news li .txt span {
    width: 90px;
    height: 28px;
    line-height: 28px;
  }
  .news li .txt span img {
    width: 9px;
  }
}

/* 3.cular */
.cular h2 {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #000000;
}

.cular .time {
  text-align: center;
  margin-top: 48px;
  padding-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
}

.cular .time p {
  display: inline-block;
  color: #c4c4c4;
}

.cular .time p img {
  width: 18px;
  height: auto;
  margin-right: 3px;
  vertical-align: middle;
  margin-bottom: 1px;
}

.cular .time p:not(:last-child) {
  margin-right: 60px;
}

 .cular .time .social-share{
   display: inline-block;
 }

 .cular .cons {
    margin-top: 38px;
 }

.cular .cons img {
  display: block;
  width: 57% !important;
  max-width: 1200px;
  margin: 0 auto;
  height: auto !important;
}

@media (max-width: 1400px) {
  .cular h2 {
    font-size: 20px;
    line-height: 37px;
  }
  .cular .time {
    margin-top: 32px;
    padding-bottom: 15px;
  }
  .cular .time p:not(:last-child) {
    margin-right: 30px;
  }
  .cular .cons {
    margin-top: 27px;
  }
}

@media (max-width: 1000px) {
  .cular h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .cular .time {
    margin-top: 23px;
    padding-bottom: 10px;
  }
  .cular .time p{
    margin-bottom: 7px;
  }
  .cular .time p:not(:last-child) {
    margin-right: 20px;
  }
  .cular .cons {
    margin-top: 23px;
  }
  .cular .time p img {
    width: 13px;
    margin-right: 2px;
  }
}

/* 4.grama */
.grama {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 100px;
}

.grama .grabar {
  width: 320px;
  height: auto;
  overflow: auto;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.grama .gracons {
  width: calc(100% - 320px);
  padding-left: 30px;
}

.grama .grabar h3 {
  width: 100%;
  height: auto;
  padding: 43px 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #fd7f00;
  border-bottom: 1px solid #ffffff;
  /* background: url(/images/tianbi/grama-bg.png) no-repeat center/cover; */
  border-radius: 5px 5px 0 0;
}

.grama .grabar .graclose {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: right;
  color: #e93a26;
  font-size: 14px;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 0 7px;
  display: none;
  cursor: pointer;
}

.grama .grabar .code {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 30px 8% 43px;
}

.grama .grabar .code .img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.grama .grabar .code span {
  color: #666666;
  display: block;
  margin-top: 10px;
}

.grama .gracons .grapou {
  display: none;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding-bottom: 9px;
  border-bottom: 1px solid #000000;
  margin-bottom: 9px;
  line-height: 23px;
}

.grama .gracons .grapou span {
  font-size: 15px;
  font-weight: bold;
}

.grama .gracons .grapou img {
  float: right;
  width: 23px;
  height: 23px;
  cursor: pointer;
}

.grama .gracons .gramain {
  width: 100%;
  height: auto;
}

.grama .grabar .gramenu {
  width: 100%;
  height: 100%;
}

.grama .grabar .gramenu li {
  width: 100%;
}

.grama .grabar .gramenu li a {
  display: block;
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  color: #000000;
}

.grama .grabar .gramenu li .first span {
  font-weight: bold;
}

.grama .grabar .gramenu li > .second a {
  color: #666666;
}

.grama .grabar .gramenu li a img:nth-child(2) {
  display: none;
}

.grama .grabar .gramenu li a img {
  width: 15px;
  height: 15px;
  margin-right: 13px;
  vertical-align: middle;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
}

.grama .grabar .gramenu li a img.rowRota {
  transform-origin: center center;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  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;
}

.grama .grabar .gramenu li .second {
  display: none;
}

.grama .grabar .gramenu li.active .first {
  color: #ffffff;
  border-bottom: 0;
  background-color: #c286a3;
  width: 100%;
  padding: 20px 5%;
}

.grama .grabar .gramenu li.active .first img:first-child {
  display: none;
}

.grama .grabar .gramenu li.active .first img:nth-child(2) {
  display: inline-block;
}

.grama .grabar .gramenu li a:hover {
  color: #fd7f00;
}

.grama .grabar .gramenu li .second li.active a {
  color: #fd7f00;
}

/* 左侧填充>>层级增加递增填充 */
.grama .grabar .gramenu li .second a {
  padding-left: 20px;
}

@media (max-width: 1400px) {
  .grama .grabar {
    width: 240px;
  }
  .grama .gracons {
    width: calc(100% - 240px);
    padding-left: 20px;
  }
  .grama .grabar h3 {
    font-size: 27px;
    padding: 37px 20px;
    border-radius: 0;
  }
}

@media (max-width: 1000px) {
  .grama .grabar {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 680px;
    display: none;
    z-index: 300;
    background-color: #f7f7f7;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
  }
  .grama .grabar .graclose {
    display: block;
  }
  .grama .gracons .grapou {
    display: block;
  }
  .grama .gracons {
    width: 100%;
    padding-left: 0;
  }
  .grama .grabar h3 {
    font-size: 16px;
    font-weight: normal;
    padding: 20px 13px;
  }
  .grama .grabar .code {
    display: none;
  }
  .grama .grabar .gramenu {
    height: 45vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .grama .grabar .gramenu li a {
    width: 96%;
    padding: 15px 0;
  }
  .grama .grabar .gramenu li.active .first {
    padding: 15px 2%;
  }
  .grama .grabar .gramenu li a img {
    margin-right: 7px;
  }
}

/* 5.goods */
.goods li {
  width: calc((100% / 3) - 14px);
  cursor: pointer;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.goods li:not(:nth-child(3n)) {
  margin-right: 21px;
}

.goods li:nth-child(n + 4) {
  margin-top: 21px;
}

.goods li .img {
  width: 100%;
}

.goods li:hover .img {
  transform: scale(1.09);
}

.goods li .det {
  width: 100%;
  height: auto;
  color: #000000;
  box-sizing: border-box;
  padding: 20px 0 30px;
}

.goods li .det h2 {
  font-size: 18px;
  /* 超出隐藏 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f3f3f3;
  padding: 0 7px 15px;
  text-align: center;
}

.goods li .det span {
  display: block;
  width: 110px;
  height: 37px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  margin: 25px auto 0;
  border: 1px solid #fd7f00;
  color: #fd7f00;
}

.goods li:hover .det span {
  border: 1px solid #fd7f00;
  background-color: #fd7f00;
  color: #ffffff;
}

@media (max-width: 1400px) {
  .goods li .det {
    padding: 15px 0 25px;
  }
  .goods li .det h2 {
    font-size: 16px;
  }
  .goods li .det p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .goods {
    margin-top: 20px;
  }
  .goods li .det {
    padding: 15px 0 15px;
  }
  .goods li .det span {
    width: 90px;
    height: 32px;
    line-height: 30px;
    margin: 15px auto 0;
  }
}

@media (max-width: 680px) {
  .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;
  }
}

/* 6.ject */
.ject .img {
  width: 50%;
  margin: 0 auto -160px;
}

.ject .txt {
  padding: 60px;
  text-align: center;
}

.ject .txt span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

.ject .det {
  line-height: 30px;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .ject .img {
    margin: 0 auto -90px;
  }
  .ject .txt {
    padding: 40px;
  }
}

@media (max-width: 1000px) {
  .ject .img {
    width: 75%;
    max-width: 380px;
    margin: 0 auto -60px;
  }
  .ject .txt {
    padding: 30px 20px;
  }
  .ject .det {
    line-height: 27px;
    margin-top: 20px;
  }
}

/* 7.know */
.know li a {
  display: block;
}

.know li {
  width: calc((100% / 2) - 20px);
  height: auto;
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 60px 50px;
  cursor: pointer;
  position: relative;
}

.know li:not(:nth-child(2n)) {
  margin-right: 40px;
}

.know li:nth-child(n + 3) {
  margin-top: 40px;
}

.know li .ico {
  width: 36px;
  height: auto;
}

.know li h3 {
  font-size: 20px;
  padding-bottom: 15px;
  position: relative;
  margin-top: 30px;
}

.know li h3::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fd7f00;
  position: absolute;
  left: 0;
  bottom: 0;
}

.know li:hover h3 {
  color: #fd7f00;
}

.know li .buted {
  margin-top: 30px;
  line-height: 30px;
}

.know li em {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #f9f3f6;
  position: absolute;
  right: 50px;
  top: 30px;
  font-family: "Impact";
  font-size: 120px;
  line-height: 120px;
}

@media (max-width: 1400px) {
  .know li em {
    font-size: 90px;
    line-height: 90px;
  }
}

@media (max-width: 1000px) {
  .know li {
    width: 100%;
    padding: 30px 20px;
  }
  .know li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .know li:nth-child(n + 3) {
    margin-top: 0;
  }
  .know li:nth-child(n + 2) {
    margin-top: 20px;
  }
  .know li .ico {
    width: 32px;
  }
  .know li h3 {
    font-size: 17px;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .know li .buted {
    margin-top: 20px;
    line-height: 27px;
  }
  .know li em {
    font-size: 60px;
    line-height: 60px;
    right: 20px;
    top: 20px;
  }
}

/* 8.brief */
.brief {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(/images/tianbi/brief-bg.png) no-repeat center/cover;
}

.brief .cons {
  width: 42%;
  height: auto;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  padding: 142px 0 235px;
}

.brief span {
  display: block;
  margin-top: 30px;
  font-size: 20px;
}

.brief .buted {
  margin-top: 30px;
  line-height: 32px;
  color: #707070;
}

@media (max-width: 1400px) {
  .brief .cons {
    padding: 120px 0 180px;
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .brief .cons {
    width: 100%;
    padding: 60px 0 180px;
  }
  .brief .buted {
    margin-top: 20px;
    line-height: 28px;
  }
  .brief span {
    margin-top: 20px;
    font-size: 17px;
  }
}

/* 9.course */
.course-box {
  background: url(/images/tianbi/course-bg.png) no-repeat center/cover;
}

.course-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.course-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.course-swiper .swiper-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #e4e5e8;
}

.course-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 260px 0;
}

.course-swiper .swiper-slide .year {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #fd7f00;
  font-size: 24px;
  color: #fd7f00;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.course-swiper .swiper-slide-active .year {
  color: #ffffff;
  background-color: #fd7f00;
}

.course-swiper .swiper-slide .cons {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  position: absolute;
  left: 0;
}

.course-swiper .swiper-slide-active .cons {
  background-color: #fd7f00;
}

.course-swiper .cons .txt {
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: center;
  position: relative;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons {
  top: 0;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons {
  bottom: 0;
}

.course-swiper .cons .txt::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 16px;
}

.course-swiper
  .swiper-wrapper
  .swiper-slide:nth-child(even)
  .cons
  .txt::before {
  bottom: -16px;
  background: url(/images/tianbi/trig-down.png) no-repeat center/cover;
}

.course-swiper
  .swiper-wrapper
  .swiper-slide-active:nth-child(even)
  .cons
  .txt::before {
  bottom: -16px;
  background: url(/images/tianbi/trig-down-r.png) no-repeat center/cover;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons .txt::before {
  top: -16px;
  background: url(/images/tianbi/trig-up.png) no-repeat center/cover;
}

.course-swiper
  .swiper-wrapper
  .swiper-slide-active:nth-child(odd)
  .cons
  .txt::before {
  top: -16px;
  background: url(/images/tianbi/trig-up-r.png) no-repeat center/cover;
}

.course-swiper .cons .txt span {
  display: inline-block;
  width: 80%;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 15px;
  color: #fd7f00;
  border-bottom: 2px solid #ebebee;
  position: relative;
}

.course-swiper .swiper-slide-active .cons span {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
}

.course-swiper .cons .txt span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #fd7f00;
}

.course-swiper .cons .txt .buted {
  margin-top: 20px;
  color: #2e2e2e;
  line-height: 27px;
}

.course-swiper .swiper-slide-active .cons .buted {
  color: #ffffff;
}

@media (max-width: 1000px) {
  .course-swiper .swiper-slide .year {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .course-swiper .cons .txt {
    padding: 15px;
  }
  .course-swiper .cons .txt span {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 10px;
  }
  .course-swiper .cons .txt .buted {
    margin-top: 15px;
    font-size: 12px;
    line-height: 24px;
  }
  .course-swiper .swiper-slide {
    padding: 220px 0;
  }
}

/* 10.cert-swiper */
.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
}

.cert-swiper .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.cert-swiper img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.cert-swiper .swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.7);
}

.cert-swiper .swiper-slide-active,
.cert-swiper .swiper-slide-duplicate-active {
  transform: scale(1);
}

/* 分页器按钮样式修改 */
.cert-swiper .swiper-pagination {
  width: 100%;
  text-align: center;
  bottom: 0;
}
.cert-swiper .swiper-pagination-bullet,
.cert-swiper .swiper-pagination-bullet-active {
  width: 50px;
  height: 4px;
  border-radius: 10px;
  background-color: #e4e5e8;
  opacity: 1;
}
.cert-swiper .swiper-pagination-bullet-active {
  background-color: #fd7f00;
}
.cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.cert-swiper .swiper-container-horizontal > .swiper-pagination-bullets,
.cert-swiper .swiper-pagination-custom,
.cert-swiper .swiper-pagination-fraction {
  bottom: 0;
}

@media (max-width: 1000px) {
  .cert-swiper {
    padding-bottom: 50px;
  }
  .cert-swiper .swiper-pagination-bullet,
  .cert-swiper .swiper-pagination-bullet-active {
    width: 32px;
    height: 2px;
    /* border-radius: 7px; */
  }
  .cert-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
}

/* 11.plant */
.plant li {
  width: calc((100% / 5) - 40px);
  text-align: center;
  font-size: 17px;
}

.plant li img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.plant li:not(:nth-child(5n)) {
  margin-right: 50px;
}

.plant li:nth-child(n + 6) {
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .plant li {
    width: calc((100% / 5) - 20px);
  }
  .plant li:not(:nth-child(5n)) {
    margin-right: 25px;
  }
  .plant li:nth-child(n + 6) {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .plant li {
    width: calc((100% / 3) - 14px);
    font-size: 14px;
  }
  .plant li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .plant li:nth-child(n + 6) {
    margin-top: 0;
  }
  .plant li:not(:nth-child(3n)) {
    margin-right: 21px;
  }
  .plant li:nth-child(n + 4) {
    margin-top: 20px;
  }
  .plant li img {
    margin-bottom: 10px;
  }
}

@media (max-width: 580px) {
  .plant li {
    width: calc((100% / 3) - 6px);
  }
  .plant li:not(:nth-child(3n)) {
    margin-right: 9px;
  }
}

/* 12.jour */
.jour-hot {
  width: 37%;
  height: auto;
  box-sizing: border-box;
  padding: 40px 40px 20px;
  background-color: #ffffff;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.jour-hot .img {
  width: 100%;
}

.jour-hot h4 {
  font-size: 18px;
  margin-top: 20px;
}

.jour-hot:hover h4 {
  color: #fd7f00;
}

.jour-hot .time {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.jour-hot .time .line {
  width: 244px;
  height: 2px;
  background-color: #989898;
  margin-left: 60px;
}

.jour-reco {
  width: 58%;
}

.jour-reco li {
  width: 100%;
  height: auto;
  padding: 25px 0;
  border-bottom: 2px solid #f5f2f2;
}

.jour-reco li:first-child {
  padding-top: 0;
}

.jour-reco li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jour-reco li .time {
  width: 75px;
  color: #999999;
  font-size: 20px;
}

.jour-reco li .time span:first-child {
  font-size: 24px;
}

.jour-reco li .row {
  width: 50px;
  opacity: 0;
  margin-left: 0;
  margin-right: 0;
}

.jour-reco li .row img {
  width: 100%;
  height: auto;
}

.jour-reco p {
  width: calc(100% - 125px);
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 32px;
}

.jour-reco li:hover .time span:first-child {
  color: #fd7f00;
}

.jour-reco li:hover .row {
  opacity: 1;
}

.jour-reco li:hover {
  border-bottom: 2px solid #fd7f00;
}

@media (max-width: 1400px) {
  .jour-hot {
    padding: 30px 30px 20px;
  }
  .jour-reco li {
    padding: 20px 0;
  }
  .jour-reco li .time {
    width: 60px;
    font-size: 16px;
  }
  .jour-reco li .time span:first-child {
    font-size: 20px;
  }
  .jour-reco li .row {
    width: 40px;
  }
  .jour-reco p {
    width: calc(100% - 100px);
    font-size: 18px;
    padding: 0 23px;
  }
}

@media (max-width: 1000px) {
  .jour.lex-db {
    flex-direction: column;
  }
  .jour-hot {
    width: 100%;
    max-width: 430px;
    padding: 20px;
  }
  .jour-hot h4 {
    font-size: 15px;
    margin-top: 13px;
  }
  .jour-hot .time span {
    font-size: 12px;
  }
  .jour-hot .time .line {
    width: 75%;
    margin-left: 15px;
  }
  .jour-reco {
    width: 100%;
    margin-top: 30px;
  }
  .jour-reco li {
    padding: 15px 0;
  }
  .jour-reco li .time {
    width: 50px;
    font-size: 13px;
  }
  .jour-reco li .time span:first-child {
    font-size: 17px;
  }
  .jour-reco li .row {
    width: 20px;
  }
  .jour-reco p {
    width: calc(100% - 70px);
    font-size: 16px;
    padding: 0 10px;
  }
}

/* 13.about */
.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(/images/tianbi/about.png) no-repeat center/cover;
}

.about .cons {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  padding: 120px 0 133px;
}

.about .name {
  margin-top: 50px;
  padding-top: 55px;
  font-size: 27px;
  font-weight: bold;
}

.about .name i {
  color: #fd7f00;
}

.about .name::after {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background-color: #fd7f00;
  margin-bottom: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.about .buted {
  margin-top: 43px;
  color: #666666;
  line-height: 34px;
}

.about .more {
  margin: 60px 0 0;
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #fd7f00;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.about .exp-box {
  margin-top: 60px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
}

.about ul {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 260px;
  padding-right: 50px;
  border-right: 10px solid #fd7f00;
  background-color: #ffffff;
}

.about ul li i {
  font-family: "Bahnschrift";
  font-size: 75px;
  line-height: 75px;
  display: inline-block;
  font-weight: bold;
  color: #fd7f00;
}

.about ul li s {
  font-size: 18px;
}

.about ul li p {
  font-size: 20px;
  margin-top: -3px;
}

@media (max-width: 1400px) {
  .about .cons {
    padding: 70px 0 90px;
  }
  .about .name {
    font-size: 24px;
  }
  .about .buted {
    margin-top: 23px;
  }
  .about .exp-box {
    margin-top: -30px;
  }
  .about ul {
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about ul li i {
    font-size: 50px;
    line-height: 50px;
  }
  .about ul li s {
    font-size: 16px;
  }
  .about ul li p {
    font-size: 16px;
    margin-top: 0;
  }
  .about .more {
    width: 120px;
    height: 42px;
    line-height: 40px;
    margin: 50px 0 0;
  }
}

@media (max-width: 1000px) {
  .about {
    background-size: 100% auto;
    background-position: 0 0;
  }
  .about .title-lf {
    text-align: left;
  }
  .about .cons {
    width: 100%;
    padding: 40px 0 20px;
  }
  .about .name {
    padding-top: 45px;
    font-size: 17px;
    margin-top: 20px;
  }
  .about .name::after {
    height: 30px;
  }
  .about .buted {
    margin-top: 15px;
    line-height: 28px;
    font-size: 13px;
  }
  .about .exp-box {
    margin-top: 0;
  }
  .about ul {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 2.5%;
    padding-left: 2.5%;
    border-right: 5px solid #fd7f00;
  }
  .about .more {
    margin-top: 37px;
    width: 90px;
    height: 37px;
    line-height: 35px;
    margin: 30px auto 0;
  }
  .about ul li i {
    font-size: 35px;
    line-height: 35px;
  }
  .about ul li s {
    font-size: 14px;
  }
  .about ul li p {
    font-size: 14px;
  }
}

/* 14.pro-box */
.pro-box {
  background: url(/images/tianbi/pro-bg.png) no-repeat center/cover;
}

.pro li {
  width: calc((100% / 3) - 20px);
  position: relative;
}

.pro li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.pro li:nth-child(n + 4) {
  margin-top: 30px;
}

.pro li a {
  display: block;
}

.pro li img {
  width: 100%;
  height: auto;
}

.pro li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  font-size: 17px;
  padding: 0 7px;
  background: url(/images/tianbi/pro-txt-bg.png) no-repeat center/cover;
}

.pro li:hover p {
  background: url(/images/tianbi/pro-txt-bg-r.png) no-repeat center/cover;
}

@media (max-width: 1400px) {
  .pro li p {
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 1000px) {
  .pro li p {
    font-size: 15px;
    height: 38px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .pro li {
    width: calc((100% / 2) - 5px);
  }
  .pro li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .pro li:nth-child(n + 4) {
    margin-top: 0;
  }
  .pro li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .pro li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .pro li p {
    font-size: 13px;
    height: 32px;
    line-height: 32px;
  }
}

/* 15.power */
.power-box {
  background: url(/images/tianbi/power-bg.png) no-repeat center/cover;
}

.power-tabs-swiper,
.power-cons-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.power-tabs-swiper .swiper-container,
.power-cons-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.power-tabs-swiper .swiper-slide,
.power-cons-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.power-cons-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

.power-cons-swiper .cons {
  width: 100%;
  max-width: 720px;
  height: 100%;
  padding: 90px 60px;
  /* 渐变 */
  background: linear-gradient(to bottom right, #fd7f00, #b9417a);
}

.power-cons-swiper .sub {
  display: flex;
  align-items: center;
}

.power-cons-swiper .sub .num {
  font-weight: bold;
  font-size: 70px;
  line-height: 70px;
  font-family: "Impact";
  margin-right: 20px;
}

.power-cons-swiper .sub span,
.power-cons-swiper .sub em {
  display: block;
}

.power-cons-swiper .sub span {
  text-transform: uppercase;
}

.power-cons-swiper .sub span s {
  font-size: 24px;
}

.power-cons-swiper .sub span i {
  font-size: 18px;
  margin-left: 10px;
}

.power-cons-swiper .sub em {
  font-size: 17px;
  margin-top: 5px;
}

.power-cons-swiper .buted {
  line-height: 30px;
}

.power-tabs-swiper {
  background-color: #ffffff;
}

.power-tabs-swiper .swiper-slide {
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.power-tabs-swiper .ico {
  width: 60px;
  height: auto;
}

.power-tabs-swiper .line {
  width: 40%;
  height: 2px;
  background-color: #fd7f00;
}

.power-tabs-swiper .tit {
  text-align: right;
  color: #fd7f00;
  text-transform: uppercase;
}

.power-tabs-swiper .tit s,
.power-tabs-swiper .tit i {
  display: block;
}

.power-tabs-swiper .tit s {
  font-size: 20px;
}

.power-tabs-swiper .tit i {
  font-size: 18px;
}

.power-tabs-swiper .swiper-slide.active {
  background-color: #fd7f00;
  border: 1px solid #fd7f00;
}

.power-tabs-swiper .swiper-slide.active .tit,
.power-tabs-swiper .swiper-slide.active .tit {
  color: #ffffff;
}

.power-tabs-swiper .swiper-slide.active .line {
  background-color: #ffffff;
}

.power-tabs-swiper .swiper-slide.active .ico img {
  /* 图片变白 */
  filter: grayscale(200%) brightness(700%);
}

@media (max-width: 1400px) {
  .power-tabs-swiper .ico {
    width: 40px;
  }
  .power-tabs-swiper .line {
    width: 20%;
  }
  .power-tabs-swiper .tit s {
    font-size: 18px;
  }
  .power-tabs-swiper .tit i {
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .power-tabs-swiper .swiper-slide {
    padding: 30px 20px;
  }
  .power-tabs-swiper .ico {
    width: 32px;
  }
  .power-cons-swiper .cons {
    padding: 50px 30px;
  }
  .power-cons-swiper .sub .num {
    font-size: 52px;
    line-height: 52px;
    margin-right: 15px;
  }
  .power-cons-swiper .sub span s {
    font-size: 20px;
  }
  .power-cons-swiper .sub span i {
    font-size: 15px;
  }
  .power-cons-swiper .sub em {
    font-size: 14px;
  }
  .power-cons-swiper .buted {
    line-height: 27px;
  }
}
