/* 1.news */
.news {
  width: 100%;
  height: auto;
}

.news li {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.news li:first-child {
  padding-top: 0;
}

.news li .img {
  width: 320px;
}

.news li:hover .img img {
  transform: scale(1.04);
}

.news li .det {
  width: calc(100% - 320px);
  padding-left: 30px;
}

.news li .det h2 {
  font-size: 20px;
}

.news li .det p {
  color: #c7c7c7;
  font-size: 14px;
  margin-top: 18px;
}

.news li .det p span:nth-child(1) {
  margin-right: 60px;
}

.news li .det .buted {
  color: #666666;
  margin-top: 20px;
  line-height: 32px;
}

.news li:hover .det h2 {
  color: #0d51ae;
}

.news li .det .ico {
  width: 15px;
  height: auto;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .news li {
    padding-bottom: 20px;
  }
  .news li .img {
    width: 280px;
  }
  .news li .det {
    width: calc(100% - 280px);
  }
  .news li .det p span:nth-child(1) {
    margin-right: 30px;
  }
  .news li .det h2 {
    font-size: 18px;
  }
  .news li .det .buted {
    margin-top: 15px;
  }
  .news li .det .ico {
    margin-top: 15px;
  }
}

@media (max-width: 1000px) {
  .news li {
    padding: 10px 0;
  }
  .news li .img {
    width: 100px;
  }
  .news li .det {
    width: calc(100% - 100px);
    padding-left: 10px;
  }
  .news li .det h2 {
    font-size: 14px;
  }
  .news li .det p {
    font-size: 12px;
    margin-top: 5px;
  }
  .news li .det .buted {
    margin-top: 3px;
    line-height: 24px;
    -webkit-line-clamp: 1; /* 显示的行数 */
  }
  .news li .det .ico {
    margin-top: 5px;
  }
}

/* 2.cular */
.cular h2 {
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #000000;
}

.cular .time {
  text-align: center;
  padding-bottom: 25px;
  border-bottom: 2px solid #e6e6e6;
}

.cular .time em {
  display: inline-block;
  color: #c4c4c4;
}

.cular .time em:not(:last-child) {
  margin-right: 30px;
}

.cular .cons {
  line-height: 32px;
}

.cular .cons img {
  display: block;
  width: 57% !important;
  max-width: 1200px !important;
  margin: 0 auto;
  height: auto !important;
}

@media (max-width: 1400px) {
  .cular h2 {
    font-size: 20px;
    line-height: 37px;
  }
  .cular .time {
    padding-bottom: 15px;
  }
  .cular .time em:not(:last-child) {
    margin-right: 20px;
  }
}

@media (max-width: 1000px) {
  .cular h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .cular .time {
    padding-bottom: 10px;
  }
  .cular .time em:not(:last-child) {
    margin-right: 7px;
  }
  .cular .time em img {
    width: 13px;
    margin-right: 2px;
  }
  .cular .cons {
    line-height: 28px;
  }
}

/* 3.contact */
.contact .info li {
  font-size: 15px;
  /* text-transform: uppercase; */
  color: #5c5c5c;
}

.contact .info li:not(:first-child) {
  margin-top: 23px;
}

.contact .info li img {
  width: 15px;
  height: auto;
  margin-right: 13px;
  margin-bottom: 4px;
}

.contact .info li span i:first-child {
  margin-right: 15px;
}

.contact .code li {
  display: inline-block;
  color: #707070;
  font-size: 14px;
}

.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-cons .map {
  display: none;
}

.map-cons .map.active {
  display: block;
}

.map {
  width: 100%;
  height: auto;
}

.map img {
  width: 100%;
  height: 100%;
}

.map iframe {
  width: 100%;
  height: 430px;
}

.map-tabs {
  text-align: center;
}

.map-tabs li {
  display: inline-block;
  width: 230px;
  height: 62px;
  line-height: 60px;
  color: #0d51ae;
  border: 1px solid #0d51ae;
  font-size: 20px;
  cursor: pointer;
  border-radius: 5px;
}

.map-tabs li:hover,
.map-tabs li.active {
  color: #ffffff;
  background-color: #0d51ae;
}

.map-tabs li:not(:last-child) {
  margin-right: 90px;
}

@media (max-width: 1400px) {
  .contact .code li img {
    width: 120px;
    height: 120px;
  }
  .map-tabs li {
    width: 180px;
    height: 52px;
    line-height: 50px;
    font-size: 17px;
  }
  .map-tabs li:not(:last-child) {
    margin-right: 60px;
  }
}

@media (max-width: 1000px) {
  .contact .info li {
    font-size: 13px;
  }
  .contact .info li:not(:first-child) {
    margin-top: 19px;
  }
  .contact .info li span i:first-child {
    margin-right: 7px;
  }
  .contact .code li {
    font-size: 12px;
  }
  .contact .info li img {
    width: 12px;
    margin-right: 7px;
  }
  .contact .code li img {
    width: 80px;
    height: 80px;
  }
  .contact .code li:nth-child(1) {
    margin-right: 20px;
  }
  .map-tabs li {
    width: 110px;
    height: 37px;
    line-height: 35px;
    font-size: 13px;
  }
  .map-tabs li:not(:last-child) {
    margin-right: 10px;
  }
  .map iframe {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .contact.lex-db-st {
    flex-direction: column;
    justify-content: center;
  }
  .contact .code {
    margin-top: 30px;
  }
  .map iframe {
    width: 100%;
    height: 180px;
  }
}

/* 4.grama */
.grama {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.grama .grabar {
  width: 320px;
  height: 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: #0d51ae;
  border-bottom: 1px solid #ffffff;
  /* background: url(/images/hong/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: #0d51ae;
  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 .ico {
  cursor: pointer;
}

.grama .grabar .gramenu .second li a,
.grama .grabar .gramenu li .first {
  display: block;
  width: 86%;
  margin: 0 auto;
  border-bottom: 1px solid #e2e2e2;
  padding: 17px 0;
  color: #000000;
  text-transform: uppercase;
}

.grama .grabar .gramenu li .first a {
  font-weight: bold;
}

.grama .grabar .gramenu li .first a.active {
  text-decoration: underline;
  color: #0d51ae;
}

.grama .grabar .gramenu li .first {
  display: flex;
  align-items: center;
}

.grama .grabar .gramenu li > .second a {
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}

.grama .grabar .gramenu li .first img:nth-child(2) {
  display: none;
}

.grama .grabar .gramenu li .first 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;
  margin-bottom: 3px;
}

.grama .grabar .gramenu li .first 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: #85a7d6;
  width: 100%;
  padding: 20px 7%;
}

.grama .grabar .gramenu li.active .first a {
  color: #ffffff;
}

.grama .grabar .gramenu .one.active .second {
  display: block;
}

.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 {
  text-decoration: underline;
}

.grama .grabar .gramenu li .second li.active a {
  color: #0d51ae;
  text-decoration: underline;
}

/* 左侧填充>>层级增加递增填充 */
.grama .grabar .gramenu li .second a {
  padding-left: 30px;
}

@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 .second li a,
  .grama .grabar .gramenu li .first {
    width: 96%;
    padding: 12px 0;
  }
  .grama .grabar .gramenu li.active .first {
    padding: 15px 2%;
  }
  .grama .grabar .gramenu li img {
    margin-right: 7px;
  }
  /* 左侧填充>>层级增加递增填充 */
  .grama .grabar .gramenu li .second a {
    padding-left: 23px;
  }
}

/* 5.goods */
.goods li {
  width: calc((100% / 3) - 20px);
}

.goods li:not(:nth-child(3n)) {
  margin-right: 30px;
}

.goods li:nth-child(n + 4) {
  margin-top: 30px;
}

.goods li .img {
  width: 100%;
}

.goods li:hover .img img {
  transform: scale(1.04);
}

.goods li .det {
  width: 100%;
  height: auto;
  color: #000000;
  box-sizing: border-box;
}

.goods li .det h2 {
  font-size: 17px;
  text-align: center;
  border-bottom: 2px solid #f3f3f3;
  padding: 15px 10px;
  text-transform: uppercase;
}

.goods li .det span {
  display: block;
  width: 110px;
  height: 37px;
  line-height: 35px;
  font-size: 12px;
  text-align: center;
  margin: 18px auto 23px;
  border: 1px solid #0d51ae;
  color: #0d51ae;
}

.goods li:hover .det h2 {
  border-bottom: 2px solid #e5ebf2;
  color: #0d51ae;
}

.goods li:hover .det span {
  color: #ffffff;
  background-color: #0054a3;
}

@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;
  }
}

@media (max-width: 1000px) {
  .goods {
    margin-top: 20px;
  }
  .goods li .det h2 {
    font-size: 14px;
    padding: 7px;
  }
  .goods li .det span {
    width: 90px;
    height: 29px;
    line-height: 27px;
    margin: 13px auto 20px;
  }
}

@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.brief */
.brief .lf {
  width: 50%;
}

.brief .rg {
  width: 44%;
}

.about-txt {
  line-height: 34px;
}

.about-txt s,
.about-txt i {
  display: block;
}

.about-txt s:not(:first-child) {
  margin-top: 35px;
}

.about-txt s {
  font-size: 20px;
}

.about-txt i {
  margin-top: 7px;
  font-size: 17px;
}

.brief .desc {
  font-size: 24px;
  color: #0d51ae;
  text-align: center;
}

.brief .img {
  padding-right: 125px;
  width: 100%;
  position: relative;
}

.brief .pic {
  width: 100%;
}

.brief .tags {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0d51ae;
  width: 200px;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.brief .tags span {
  font-size: 30px;
  color: #ffffff;
  margin-right: 10px;
}

.brief .tags::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #0d51ae;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
}

.about {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(/images/hong/about-bg.png) no-repeat center/cover;
}

.about .cons {
  width: 50%;
  height: auto;
  float: right;
  box-sizing: border-box;
  overflow: hidden;
  padding: 120px 0;
}

@media (max-width: 1400px) {
  .brief .rg {
    width: 47%;
  }
  .brief .tags {
    padding: 25px;
  }
  .brief .tags span {
    font-size: 25px;
  }
  .brief .desc {
    font-size: 20px;
  }
  .about-txt {
    line-height: 30px;
  }
  .about-txt s:not(:first-child) {
    margin-top: 25px;
  }
  .about-txt s {
    font-size: 17px;
  }
  .about-txt i {
    margin-top: 5px;
    font-size: 15px;
  }
  .about .cons {
    padding: 90px 0;
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .brief .img {
    padding-right: 80px;
  }
  .brief .tags {
    width: 180px;
    padding: 18px;
  }
  .brief .tags::after {
    border-top: 20px solid #0d51ae;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: -20px;
  }
}

@media (max-width: 1000px) {
  .brief .lex-db-st {
    flex-direction: column;
  }
  .brief .lf,
  .brief .rg {
    width: 100%;
  }
  .brief .lf {
    order: 1;
  }
  .brief .rg {
    order: 2;
    margin-top: 30px;
  }
  .brief .desc {
    font-size: 16px;
  }
  .brief .img {
    max-width: 420px;
    margin: 0 auto;
    padding-right: 30px;
  }
  .brief .tags {
    font-size: 13px;
  }
  .brief .tags span {
    font-size: 18px;
  }
  .about-txt {
    line-height: 26px;
  }
  .about-txt s:not(:first-child) {
    margin-top: 15px;
  }
  .about-txt s {
    font-size: 15px;
  }
  .about-txt i {
    margin-top: 3px;
    font-size: 13px;
  }
  .about .cons {
    width: 100%;
    padding: 60px 0;
  }
}

/* 7.plant */
.plant li {
  width: calc((100% / 5) - 32px);
  text-align: center;
  font-size: 17px;
}

.plant li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.plant li:not(:nth-child(5n)) {
  margin-right: 40px;
}

.plant li:nth-child(n + 6) {
  margin-top: 30px;
}

.plant li:hover p {
  color: #0d51ae;
}

@media (max-width: 1400px) {
  .plant li {
    width: calc((100% / 5) - 20px);
    font-size: 15px;
  }
  .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: 13px;
  }
  .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;
  }
}

/* 8.cert-swiper */
.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.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: #083e8f;
}
.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: 30px;
  }
  .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;
  }
}

/* 9.vision */
.vision li {
  width: calc((100% / 3) - 26px);
  padding: 40px 30px;
  cursor: pointer;
  box-sizing: border-box;
}

.vision li:hover {
  color: #ffffff;
  background-color: #0d51ae;
}

.vision li h3 {
  font-size: 24px;
}

.vision li em {
  display: block;
  font-size: 20px;
  color: #56bbff;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.vision li p {
  line-height: 32px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .vision li {
    width: calc((100% / 3) - 10px);
    padding: 30px 30px;
  }
  .vision li h3 {
    font-size: 20px;
  }
  .vision li em {
    font-size: 17px;
    margin-top: 5px;
  }
  .vision li p {
    margin-top: 10px;
  }
}

@media (max-width: 1000px) {
  .vision li {
    padding: 24px 20px;
  }
  .vision li h3 {
    font-size: 17px;
  }
  .vision li em {
    font-size: 13px;
  }
  .vision li p {
    line-height: 27px;
    margin-top: 7px;
  }
}

@media (max-width: 768px) {
  .vision.lex-db-st {
    flex-direction: column;
  }
  .vision li {
    width: 100%;
  }
  .vision li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 10.course-swiper */
.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: 2px solid #e0e1e5;
}

.time-swiper .swiper-slide span {
  display: block;
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  color: #b3c3d3;
}

.time-swiper .swiper-slide span::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  border-left: 1px dashed #e0e1e5;
  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(/images/hong/dot.png) no-repeat center/cover;
}

.time-swiper .swiper-slide.active span {
  font-size: 24px;
  color: #1f5ea4;
  font-weight: bold;
}

.time-swiper .swiper-slide.active span::before {
  border-left: 1px dashed #1f5ea4;
}

.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: #f6fbff;
}

.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 .buted {
  color: #707070;
  line-height: 34px;
}

/* 轮播按钮修改 */
.air-swiper .swiper-button-next,
.air-swiper .swiper-button-prev {
  width: 13px;
  height: 23px;
  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(/images/hong/his-rg.png);
  right: 32px;
}
.air-swiper .swiper-button-prev,
.air-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/hong/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 .buted {
    font-size: 14px;
  }
  .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 .buted {
    font-size: 13px;
    line-height: 29px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 15px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 15px;
  }
  .air-swiper .swiper-button-next,
  .air-swiper .swiper-container-rtl .swiper-button-next {
    right: 0px;
  }
  .air-swiper .swiper-button-prev,
  .air-swiper .swiper-container-rtl .swiper-button-prev {
    left: 0px;
  }
}

/* 11.join */
.join li {
  width: 100%;
  height: auto;
}

.join li.active {
  box-shadow: 0 0 0 0;
}

.join li:not(:first-child) {
  margin-top: 20px;
}

.join li .join-name {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-left: 4px solid #0d51ae;
  padding: 20px 44px;
  transition: all 0.3s;
  cursor: pointer;
}

.join li .join-name h2 {
  font-weight: bold;
  flex: 1;
  padding-right: 30px;
}

.join li .join-name h2 s {
  display: block;
  font-size: 20px;
}

.join li .join-name h2 i {
  display: block;
  margin-top: 15px;
  color: #666666;
  font-size: 15px;
}

.join li.active .join-name h2 s,
.join li.active .join-name h2 i {
  color: #ffffff;
}

.join li .join-row {
  width: 28px;
  height: auto;
}

.join li .join-row img {
  width: 100%;
  height: auto;
}

.join li .join-row img:first-child {
  display: block;
}

.join li .join-row img:last-child {
  display: none;
}

.join li.active .join-row img:first-child {
  display: none;
}

.join li.active .join-row img:last-child {
  display: block;
}

.join li .join-duty {
  box-sizing: border-box;
  padding: 30px 40px 40px;
  line-height: 32px;
  background-color: #fbfcff;
  display: none;
  color: #666666;
  font-weight: bold;
}

.join li .join-duty span {
  color: #000000;
}

.join li.active .join-name {
  background-color: #0d51ae;
}

.deliver {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 44px;
}

.deliver h2 {
  font-size: 20px;
  font-weight: bold;
}

.deliver p {
  color: #666666;
  font-weight: bold;
  line-height: 32px;
}

@media (max-width: 1400px) {
  .join li .join-name {
    padding: 20px 30px;
  }
  .join li .join-name h2 s {
    font-size: 18px;
  }
  .join li .join-name h2 i {
    margin-top: 10px;
    font-size: 14px;
  }
  .join li .join-duty {
    padding: 20px 30px 40px;
  }
  .join li .join-row {
    width: 20px;
  }
  .deliver {
    padding: 30px 30px;
  }
  .deliver h2 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .join li .join-name {
    padding: 15px 20px;
    border-left: 2px solid #0d51ae;
  }
  .join li .join-name h2 {
    padding-right: 15px;
  }
  .join li .join-name h2 s {
    font-size: 15px;
  }
  .join li .join-name h2 i {
    font-size: 12px;
    margin-top: 7px;
  }
  .join li .join-duty {
    padding: 15px 20px 32px;
    line-height: 28px;
  }
  .join li .join-row {
    width: 18px;
  }
  .deliver {
    padding: 30px 20px;
  }
  .deliver h2 {
    font-size: 15px;
  }
  .deliver p {
    line-height: 27px;
  }
}

/* 12.jour */
.jour li {
  width: calc((100% / 4) - 21px);
  background-color: #ffffff;
}

.jour li a {
  display: block;
}

.jour li:hover {
  background-color: #f4f5f9;
}

.jour li:not(:nth-child(4n)) {
  margin-right: 28px;
}

.jour li:nth-child(n + 5) {
  margin-top: 28px;
}

.jour li .img {
  width: 100%;
}

.jour li:hover .img img {
  transform: scale(1.04);
}

.jour li .det {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 20px 20px;
}

.jour li .det h2 {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}

.jour li:hover .det h2 {
  color: #0054a3;
}

.jour li .det .buted {
  margin-top: 10px;
  line-height: 28px;
  -webkit-line-clamp: 2; /* 显示的行数 */
}

.jour li .det .more {
  display: block;
  margin: 20px 0 0;
  width: 20px;
  height: auto;
}

.jour li .det .more img {
  width: 100%;
  height: auto;
}

@media (max-width: 1400px) {
  .jour li {
    width: calc((100% / 4) - 9px);
  }
  .jour li:not(:nth-child(4n)) {
    margin-right: 12px;
  }
  .jour li:nth-child(n + 5) {
    margin-top: 12px;
  }
  .jour li .det .more {
    margin: 20px 0 0;
  }
}

@media (max-width: 1000px) {
  .jour li {
    width: calc((100% / 2) - 7px);
  }
  .jour li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .jour li:nth-child(n + 5) {
    margin-top: 0;
  }
  .jour li:not(:nth-child(2n)) {
    margin-right: 14px;
  }
  .jour li:nth-child(n + 3) {
    margin-top: 14px;
  }
  .jour li .img {
    max-height: 180px;
  }
  .jour li .det {
    padding: 20px;
  }
  .jour li .det h2 {
    font-size: 15px;
  }
  .jour li .det .buted {
    margin-top: 7px;
    line-height: 28px;
  }
  .jour li .det .more {
    margin: 15px 0 0;
    width: 18px;
  }
}

@media (max-width: 680px) {
  .jour li {
    width: 100%;
    background-color: #f4f5f9;
  }
  .jour li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .jour li:nth-child(n + 3) {
    margin-top: 0;
  }
  .jour li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 13.job */
.job li {
  width: calc((100% / 3) - 24px);
  background-color: #ffffff;
  box-sizing: border-box;
}

.job li:not(:nth-child(3n)) {
  margin-right: 36px;
}

.job li:nth-child(n + 4) {
  margin-top: 36px;
}

.job li:hover {
  color: #ffffff;
  background-color: #0059c7;
}

.job li:hover a {
  color: #ffffff;
}

.job li a {
  display: block;
  padding: 30px;
  position: relative;
  box-sizing: border-box;
}

.job li .row {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 30px;
  top: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #b2cdee;
  color: #ffffff;
  font-size: 18px;
  font-weight: bolder;
  text-align: center;
  line-height: 38px;
}

.job li:hover .row {
  color: #0054a3;
  background-color: #ffffff;
}

.job li span {
  font-size: 17px;
}

.job li h2 {
  font-size: 20px;
  margin-top: 20px;
}

.job li p {
  margin-top: 40px;
  font-size: 17px;
}

.job li p img {
  width: 27px;
  height: 27px;
  margin-right: 7px;
}

.job li:hover p img {
  /* 图片变白 */
  filter: grayscale(200%) brightness(700%);
}

@media (max-width: 1400px) {
  .job li {
    width: calc((100% / 3) - 10px);
  }
  .job li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .job li:nth-child(n + 4) {
    margin-top: 15px;
  }
  .job li h2 {
    font-size: 17px;
    margin-top: 15px;
  }
  .job li span,
  .job li p {
    font-size: 15px;
  }
  .job li p {
    margin-top: 20px;
  }
  .job li p img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .job li .row {
    width: 28px;
    height: 28px;
    line-height: 30px;
    font-size: 15px;
  }
}

@media (max-width: 1000px) {
  .job li {
    width: calc((100% / 2) - 5px);
  }
  .job li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .job li:nth-child(n + 4) {
    margin-top: 0;
  }
  .job li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .job li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .job li a {
    padding: 30px 20px;
  }
  .job li h2 {
    font-size: 15px;
    margin-top: 10px;
  }
  .job li span,
  .job li p {
    font-size: 13px;
  }
  .job li p {
    margin-top: 15px;
  }
  .job li p img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
  }
  .job li .row {
    width: 23px;
    height: 23px;
    line-height: 24px;
    font-size: 12px;
    right: 20px;
    top: 20px;
  }
}

@media (max-width: 680px) {
  .job li {
    width: 100%;
  }
  .job li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .job li:nth-child(n + 3) {
    margin-top: 0;
  }
  .job li:nth-child(n + 2) {
    margin-top: 10px;
  }
}

/* 14.mation */
.mation-box {
  background: url(/images/hong/mation-bg.png) no-repeat center/cover;
}

.mation-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.mation-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mation-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mation-swiper .img {
  width: 60%;
}

.mation-swiper .txt {
  width: 35%;
}

.mation-swiper .txt h2 {
  font-size: 24px;
  color: #0054a3;
  text-transform: uppercase;
}

.mation-swiper .det {
  font-size: 17px;
  line-height: 38px;
}

.mation-swiper .mation-more {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  color: #0054a3;
  text-align: center;
  border: 1px solid #0054a3;
}

.mation-swiper .mation-more:hover {
  color: #ffffff;
  background-color: #0054a3;
}

/* 轮播图默认样式修改 */
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-button-prev {
  width: 32px;
  height: 32px;
  opacity: 0.5;
}

.mation-swiper .swiper-button-next:hover,
.mation-swiper .swiper-button-prev:hover {
  opacity: 1;
}

.mation-swiper .swiper-button-prev,
.mation-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/hong/mation-rg.png);
  background-size: 100% 100%;
  left: 60px;
  top: 93%;
}

.mation-swiper .swiper-button-next,
.mation-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/hong/mation-lf.png);
  background-size: 100% 100%;
  left: 0;
  top: 93%;
}

@media (max-width: 1400px) {
  .mation-swiper .img {
    width: 55%;
  }
  .mation-swiper .txt {
    width: 40%;
  }
  .mation-swiper .txt h2 {
    font-size: 20px;
  }
  .mation-swiper .det {
    font-size: 15px;
    line-height: 32px;
  }
  .mation-swiper .mation-more {
    width: 120px;
    height: 42px;
    line-height: 40px;
    font-size: 12px;
  }
  .mation-swiper .swiper-button-prev,
  .mation-swiper .swiper-container-rtl .swiper-button-next {
    top: 97%;
  }
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-container-rtl .swiper-button-prev {
    top: 97%;
  }
}

@media (max-width: 1000px) {
  .mation-swiper .mation-item.lex-db {
    flex-direction: column;
  }
  .mation-swiper .txt {
    width: 100%;
    text-align: center;
  }
  .mation-swiper .txt .title-lf {
    text-align: center;
  }
  .mation-swiper .img {
    width: 100%;
    max-width: 380px;
    margin-top: 20px;
  }
  .mation-swiper .txt h2 {
    font-size: 17px;
  }
  .mation-swiper .det {
    font-size: 13px;
    line-height: 28px;
  }
  .mation-swiper .mation-more {
    width: 110px;
    height: 37px;
    line-height: 35px;
    margin-left: 35%;
    transform: translateX(-40%);
  }
  .mation-swiper .swiper-button-prev,
  .mation-swiper .swiper-container-rtl .swiper-button-next {
    top: 50%;
    left: calc(100% - 32px);
  }
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-container-rtl .swiper-button-prev {
    top: 50%;
    left: 0;
  }
}

/* 15.feature */
.feature li {
  width: 31%;
  text-align: center;
  padding: 20px;
  background: linear-gradient(to bottom, #f1f8ff, #edf5ff);
}

.feature li .ico {
  width: auto;
  height: 50px;
  margin: 0 auto 30px;
}

.feature li .ico img {
  width: auto;
  height: 100%;
}

.feature li h2 {
  font-size: 20px;
  line-height: 32px;
}

.pic img {
  width: 100% !important;
  height: auto;
}

@media (max-width: 1000px) {
  .feature li {
    padding: 20px;
  }
  .feature li .ico {
    height: 35px;
    margin: 0 auto 20px;
  }
  .feature li h2 {
    font-size: 15px;
    line-height: 24px;
  }
}

@media (max-width: 680px) {
  .feature.lex-db-st {
    flex-wrap: wrap;
  }
  .feature li {
    width: 49%;
  }
  .feature li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

/* 16.ction */
.ction-box {
  background: url(/images/hong/ction-bg.png) no-repeat center/cover;
}

.ction li {
  width: calc((100% / 3) - 24px);
  height: 230px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: url(/images/hong/ction.png) no-repeat center/cover;
}

.ction li:hover {
  background: url(/images/hong/ction-active.png) no-repeat center/cover;
}

.ction li:not(:nth-child(3n)) {
  margin-right: 36px;
}

.ction li:nth-child(n + 4) {
  margin-top: 36px;
}

.ction li .sight,
.ction li .sightless {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.ction li .sight {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.ction li .sightless {
  color: #ffffff;
  justify-content: flex-start;
  align-items: flex-start;
}

.ction li .sight {
  opacity: 1;
}

.ction li .sightless {
  opacity: 0;
}

.ction li:hover .sight {
  opacity: 0;
}

.ction li:hover .sightless {
  opacity: 1;
}

.ction li .ico {
  width: auto;
  height: 54px;
  margin: 0 auto 30px;
}

.ction li .ico img {
  width: auto;
  height: 100%;
}

.ction li h3 {
  font-size: 17px;
}

.ction li h2 {
  font-size: 20px;
}

.ction li .det {
  line-height: 34px;
}

@media (max-width: 1400px) {
  .ction li {
    width: calc((100% / 3) - 8px);
  }
  .ction li:not(:nth-child(3n)) {
    margin-right: 12px;
  }
  .ction li:nth-child(n + 4) {
    margin-top: 12px;
  }
}

@media (max-width: 1000px) {
  .ction li {
    width: calc((100% / 2) - 5px);
    height: 180px;
  }
  .ction li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ction li:nth-child(n + 4) {
    margin-top: 0;
  }
  .ction li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .ction li:nth-child(n + 3) {
    margin-top: 10px;
  }
  .ction li .sight,
  .ction li .sightless {
    padding: 30px 20px;
  }
  .ction li .ico {
    height: 30px;
    margin: 0 auto 15px;
  }
  .ction li h3 {
    font-size: 15px;
    line-height: 30px;
  }
  .ction li h2 {
    font-size: 17px;
  }
  .ction li .det {
    line-height: 30px;
  }
}

@media (max-width: 680px) {
  .ction li {
    width: 100%;
    height: 180px;
  }
  .ction li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .ction li:nth-child(n + 3) {
    margin-top: 0;
  }
  .ction li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
