/* 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: #093894;
}

.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: 120px;
  }
  .news li .det {
    width: calc(100% - 120px);
    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;
  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: 30px;
}

.cular .cons {
  margin-top: 38px;
}

.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 {
    margin-top: 32px;
    padding-bottom: 15px;
  }
  .cular .time p:not(:last-child) {
    margin-right: 20px;
  }
  .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:not(:last-child) {
    margin-right: 7px;
  }
  .cular .cons {
    margin-top: 23px;
  }
  .cular .time p img {
    width: 13px;
    margin-right: 2px;
  }
  .cular-goods img {
    width: 100% !important;
    height: auto !important;
  }
}

/* 3.contact */
.contact .info li {
  font-size: 15px;
  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 {
  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 {
    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;
  }
}

@media (max-width: 768px) {
  .contact.lex-db-st {
    flex-direction: column;
    justify-content: center;
  }
  .contact .code {
    margin-top: 30px;
  }
  .map {
    height: 220px;
  }
}

/* 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: #093894;
  border-bottom: 1px solid #ffffff;
  /* background: url(/images/liman/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: #093894;
  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: #8d8fc3;
  width: 100%;
  padding: 20px 5%;
}

.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 {
  color: #093894;
}

.grama .grabar .gramenu li .second li.active a {
  color: #093894;
}

/* 左侧填充>>层级增加递增填充 */
.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) - 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 .name {
  font-size: 17px;
  text-align: center;
  border-bottom: 2px solid #f3f3f3;
  padding: 15px 10px;
}

.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 #093894;
  color: #093894;
}

.goods li:hover .det span {
  border: 1px solid #093894;
  background-color: #093894;
  color: #ffffff;
}

@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 .name {
    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%;
}

.brief .buted {
  color: #808081;
  line-height: 32px;
  overflow: hidden;
}

.brief .desc {
  font-size: 24px;
  color: #093894;
  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: #093894;
  width: 200px;
  padding: 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

.brief .tags span {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-right: 10px;
}

.brief .tags::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #093894;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  left: -30px;
  top: 0;
}

.brief .more {
  margin: 60px 0 0;
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #093894;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.brief .more:hover {
  background-color: #01923f;
}

@media (max-width: 1400px) {
  .brief .rg {
    width: 47%;
  }
  .brief .tags {
    padding: 25px;
  }
  .brief .tags span {
    font-size: 25px;
  }
  .brief .desc {
    font-size: 20px;
  }
  .brief .more {
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin: 50px 0 0;
  }
}

@media (max-width: 1200px) {
  .brief .img {
    padding-right: 80px;
  }
  .brief .tags {
    width: 180px;
    padding: 18px;
  }
  .brief .tags::after {
    border-top: 20px solid #093894;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    left: -20px;
  }
}

@media (max-width: 1000px) {
  .brief .lex-db {
    flex-direction: column;
  }
  .brief .lf,
  .brief .rg {
    width: 100%;
  }
  .brief .lf {
    order: 1;
  }
  .brief .rg {
    order: 2;
    margin-top: 30px;
  }
  .brief .buted {
    line-height: 28px;
  }
  .brief .desc {
    font-size: 16px;
  }
  .brief .img {
    max-width: 420px;
    margin: 0 auto;
    padding-right: 30px;
  }
  .brief .more {
    width: 90px;
    height: 37px;
    line-height: 37px;
    margin: 20px 0 0;
    font-size: 12px;
  }
}

/* 7.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;
  }
}

/* 8.cert-swiper */
.cert-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.cert-swiper .swiper-container {
  width: calc(100% - 140px);
  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: 320px;
  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/liman/swiper-lf.png);
  background-size: 100% 100%;
}

.cert-swiper .swiper-button-next,
.cert-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/liman/swiper-rg.png);
  background-size: 100% 100%;
}

@media (max-width: 1400px) {
  .cert-swiper .swiper-slide img {
    width: 280px;
  }
}

@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;
  }
}

/* 9.exp */
.exp i {
  font-family: "Impact";
  font-size: 75px;
  line-height: 75px;
  display: inline-block;
  font-weight: bold;
  color: #093894;
}

.exp s {
  font-size: 18px;
}

.exp p {
  font-size: 20px;
  margin-top: -3px;
}

@media (max-width: 1400px) {
  .exp i {
    font-size: 50px;
    line-height: 50px;
  }
  .exp s {
    font-size: 16px;
  }
  .exp p {
    font-size: 16px;
    margin-top: 0;
  }
}

@media (max-width: 1000px) {
  .exp i {
    font-size: 34px;
    line-height: 34px;
  }
  .exp s {
    font-size: 14px;
  }
  .exp p {
    font-size: 14px;
  }
}

/* 10.vision */
.vision li {
  width: calc((100% / 2) - 20px);
  padding: 60px 40px;
  cursor: pointer;
}

.vision li:hover {
  color: #ffffff;
  background-color: #093894;
}

.vision li h3 {
  font-size: 24px;
}

.vision li i {
  color: #0098ff;
  font-weight: bold;
  margin-left: 20px;
  text-transform: uppercase;
}

.vision li p {
  line-height: 32px;
  margin-top: 35px;
}

@media (max-width: 1400px) {
  .vision li {
    padding: 30px 20px;
  }
  .vision li h3 {
    font-size: 18px;
  }
  .vision li p {
    line-height: 28px;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .vision.lex-db-st {
    flex-direction: column;
  }
  .vision li {
    width: 100%;
  }
  .vision li:nth-child(n + 2) {
    margin-top: 15px;
  }
}

/* 11.about */
.about .lf {
  width: 60%;
}

.about .rg {
  width: 35%;
}

.about .img {
  width: 100%;
}

.about .buted-ab {
  font-size: 17px;
  color: #666666;
  line-height: 35px;
}

@media (max-width: 1400px) {
  .about .buted-ab {
    font-size: 15px;
    line-height: 30px;
  }
}

@media (max-width: 1000px) {
  .about.lex-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about .lf {
    width: 100%;
  }
  .about .rg {
    width: 100%;
    margin-top: 30px;
  }
  .about .buted-ab {
    font-size: 13px;
    line-height: 28px;
  }
  .about .img {
    max-width: 320px;
    margin: 0 auto;
  }
}

/* 12.case */
.case li:not(:first-child) {
  margin-top: 90px;
}

.case li .img {
  order: 1;
  width: 48%;
}

.case li:nth-child(even) .img {
  order: 2;
}

.case li .img img {
  width: 100%;
  height: 100%;
}

.case li .txt {
  order: 2;
  width: 52%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.case li:nth-child(even) .txt {
  order: 1;
}

.case li:hover .txt {
  background-color: #fbfbff;
}

.case li .txt h2 {
  font-size: 24px;
}

.case li:hover .txt h2 {
  color: #093894;
}

.case li .txt p {
  color: #999999;
  line-height: 32px;
  -webkit-line-clamp: 7; /* 显示的行数 */
}

@media (max-width: 1400px) {
  .case li .txt h2 {
    font-size: 20px;
  }
  .case li .txt {
    padding: 30px;
  }
}

@media (max-width: 1000px) {
  .case li:not(:first-child) {
    margin-top: 60px;
  }
  .case li .txt p {
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  .case li a.lex-db-st {
    flex-direction: column;
    align-items: center;
  }
  .case li:not(:first-child) {
    margin-top: 0;
  }
  .case li:nth-child(even) .img {
    order: 1;
  }
  .case li:nth-child(even) .txt {
    order: 2;
  }
  .case li .img {
    width: 100%;
  }
  .case li .txt {
    width: 100%;
    padding: 20px 0;
  }
  .case li .txt h2 {
    font-size: 18px;
    text-align: center;
  }
  .case li .txt p {
    margin-top: 7px;
  }
}

/* 13.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: #093894;
}

.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: #093894;
}

.jour-reco li:hover .row {
  opacity: 1;
}

.jour-reco li:hover {
  border-bottom: 2px solid #093894;
}

@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;
  }
}

/* 14.gard */
.gard {
  width: 100%;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
  background: url(/images/liman/gard-bg.png) no-repeat center/cover;
}

.gard .cons {
  width: 50%;
  height: auto;
  float: left;
  box-sizing: border-box;
  overflow: hidden;
  padding: 80px 0 30px;
}

.gard .name {
  padding-top: 55px;
  font-size: 24px;
  font-weight: bold;
}

.gard .name i {
  color: #093894;
}

.gard .name::after {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background-color: #093894;
  margin-bottom: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.gard .buted {
  color: #666666;
  line-height: 32px;
}

.gard .more {
  margin: 60px 0 0;
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background-color: #093894;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.gard .more:hover {
  background-color: #01923f;
}

.gard .exp-border {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 260px;
  padding-right: 50px;
  border-right: 10px solid #093894;
  background-color: #ffffff;
}

@media (max-width: 1400px) {
  .gard .cons {
    padding: 60px 0 30px;
  }
  .gard .name {
    font-size: 20px;
  }
  .gard .exp-border {
    padding-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .gard .more {
    width: 120px;
    height: 42px;
    line-height: 42px;
    margin: 50px 0 0;
  }
}

@media (max-width: 1000px) {
  .gard {
    background-size: 100% auto;
    background-position: 0 0;
  }
  .gard .title-lf {
    text-align: left;
  }
  .gard .cons {
    width: 100%;
    padding: 30px 0 15px;
  }
  .gard .name {
    padding-top: 45px;
    font-size: 17px;
  }
  .gard .name::after {
    height: 30px;
  }
  .gard .buted {
    line-height: 28px;
    font-size: 13px;
  }
  .gard .exp-border {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 2.5%;
    padding-left: 2.5%;
    border-right: 3px solid #093894;
  }
  .gard .more {
    width: 90px;
    height: 37px;
    line-height: 37px;
    margin: 20px 0 0;
    font-size: 12px;
  }
}

/* 15.mation */
.mation-box {
  background: url(/images/liman/product-bg.png) no-repeat center/cover;
}

.mation-swiper {
  width: 100%;
  height: auto;
  position: relative;
}

.mation-swiper .swiper-container {
  width: calc(100% - 160px);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.mation-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: auto;
}

.mation-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.mation-swiper .swiper-slide:hover a,
.mation-swiper .swiper-slide-active a {
  border-bottom: 3px solid #093894;
}

.mation-swiper .img {
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 2px dashed #e6e6e6;
}

.mation-swiper .swiper-slide:hover .img img,
.mation-swiper .swiper-slide-active .img img {
  transform: scale(1.04);
}

.mation-swiper .txt {
  box-sizing: border-box;
  padding: 20px 20px 30px;
}

.mation-swiper a h3 {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px;
}

.mation-swiper .swiper-slide:hover a h3,
.mation-swiper .swiper-slide-active a h3 {
  color: #093894;
}

.mation-swiper a h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #093894;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  /* 过渡 */
  -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-swiper .swiper-slide:hover a h3::after,
.mation-swiper .swiper-slide-active a h3::after {
  opacity: 1;
}

.mation-swiper a p {
  line-height: 30px;
  margin-top: 10px;
  color: #666666;
}

.mation-swiper .swiper-slide:hover p,
.mation-swiper .swiper-slide-active p {
  color: #000000;
}

.mation-swiper a em {
  display: block;
  margin-top: 15px;
}

.mation-swiper .swiper-slide:hover em,
.mation-swiper .swiper-slide-active em {
  color: #093894;
}

/* 分页按钮修改 */
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.mation-swiper .swiper-button-prev,
.mation-swiper .swiper-container-rtl .swiper-button-next {
  background-image: url(/images/liman/swiper-lf.png);
  background-size: 100% 100%;
  left: 0;
  cursor: pointer;
}
.mation-swiper .swiper-button-next,
.mation-swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url(/images/liman/swiper-rg.png);
  background-size: 100% 100%;
  right: 0;
  cursor: pointer;
}

@media (max-width: 1400px) {
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .mation-swiper .swiper-container,
  .mation-swiper .swiper-container {
    width: calc(100% - 120px);
  }
}

@media (max-width: 1000px) {
  .mation-swiper .swiper-button-next,
  .mation-swiper .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .mation-swiper .swiper-container,
  .mation-swiper .swiper-container {
    width: calc(100% - 70px);
  }
  .mation-swiper .swiper-slide a {
    border-radius: 10px;
  }
  .mation-swiper .txt {
    padding: 15px 15px 20px;
  }
  .mation-swiper a h3 {
    font-size: 16px;
  }
  .mation-swiper a h3::after {
    width: 30px;
  }
  .mation-swiper a p {
    line-height: 28px;
  }
  .mation-swiper a em {
    margin-top: 10px;
  }
}

/* 16.exmp */
.exmp li {
  display: block;
  width: calc(100% / 3);
  height: 380px;
  box-sizing: border-box;
  position: relative;
}

.exmp li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.exmp li .img {
  width: 100%;
  height: 100%;
}

.exmp li .img img {
  width: 100%;
  height: 100%;
}

.exmp li .sight,
.exmp li .sightless {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
}

.exmp li .sight {
  padding: 30px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.exmp li .sightless {
  padding: 40px 50px;
  opacity: 0;
  background-color: rgba(29, 32, 135, 0.85);
  justify-content: center;
}

.exmp li:hover .sight {
  opacity: 0;
}

.exmp li:hover .sightless {
  opacity: 1;
}

.exmp li h2 {
  font-size: 24px;
}

.exmp li .buted {
  margin-top: 40px;
  line-height: 32px;
}

.exmp li em {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  color: #093894;
  margin-top: 50px;
  font-size: 14px;
}

@media (max-width: 1400px) {
  .exmp li {
    height: 300px;
  }
  .exmp li h2 {
    font-size: 20px;
  }
  .exmp li .sightless {
    padding: 30px;
  }
  .exmp li .buted {
    margin-top: 30px;
  }
  .exmp li em {
    width: 120px;
    margin-top: 30px;
    font-size: 12px;
  }
}

@media (max-width: 1000px) {
  .exmp li {
    width: 50% !important;
    height: 240px;
  }
  .exmp li .sight,
  .exmp li .sightless {
    padding: 20px;
  }
  .exmp li h2 {
    font-size: 16px;
  }
  .exmp li .buted {
    margin-top: 10px;
    line-height: 28px;
    -webkit-line-clamp: 1; /* 显示的行数 */
  }
  .exmp li em {
    width: 90px;
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
  }
}

@media (max-width: 680px) {
  .exmp li {
    width: 100% !important;
    height: 150px;
  }
}

/* 17.use */
.use .img {
  width: 41%;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}

.use .txt {
  font-size: 16px;
  width: 54%;
  line-height: 32px;
}

@media (max-width: 1000px) {
  .use.lex-db {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .use .img {
    width: 100%;
    max-width: 360px;
    border-radius: 5px;
  }
  .use .txt {
    width: 100%;
    margin-top: 15px;
    font-size: 13px;
    line-height: 28px;
  }
}

/* 18.cess */
.cess li {
  width: 45%;
  font-size: 16px;
  line-height: 32px;
  padding-left: 20px;
  position: relative;
}

.cess li:nth-child(n + 3) {
  margin-top: 15px;
}

.cess li::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #02916a;
  position: absolute;
  top: 12px;
  left: 0;
}

@media (max-width: 1400px) {
  .cess li {
    width: 48%;
  }
}

@media (max-width: 1000px) {
  .cess li {
    width: 100%;
    font-size: 13px;
    line-height: 28px;
    padding-left: 15px;
  }
  .cess li:nth-child(n + 3) {
    margin-top: 0;
  }
  .cess li:nth-child(n + 2) {
    margin-top: 7px;
  }
  .cess li::after {
    width: 7px;
    height: 7px;
    top: 11px;
  }
}

/* 19.rang */
.rang .img {
  width: 100%;
}

.rang .desc {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}

@media (max-width: 1000px) {
  .rang .desc {
    font-size: 13px;
    line-height: 28px;
  }
}

/* 20.msg */
.msg-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 300;
}

.msg-area {
  width: 95%;
  max-width: 780px;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px;
}

.msg ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.msg ul li {
  width: 49%;
  border: 1px solid #dbdbdb;
  padding: 0 15px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msg ul li:last-child {
  padding: 12px 15px;
  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 {
  font-size: 15px;
  margin-right: 10px;
}

.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 .btn-gp {
  margin: 30px auto 0;
  text-align: center;
}

.msg .submit {
  display: inline-block;
  width: 150px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #093894;
}

.msg .submit1 {
  color: #ffffff;
  background-color: #093894;
}

.msg .submit2 {
  color: #093894;
  background-color: #ffffff;
}

.msg .btn-gp .submit:first-child {
  margin-right: 20px;
}

.msg .submit1:hover {
  background-color: #01923f;
  border: 1px solid #01923f;
}

.msg .submit2:hover {
  color: #01923f;
  border: 1px solid #01923f;
}

@media (max-width: 1000px) {
  .msg ul li {
    height: 38px;
    padding: 0 10px;
  }
  .msg ul li:last-child {
    padding: 10px;
    height: 120px;
  }
  .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 .btn-gp {
    margin: 20px auto 0;
    text-align: center;
  }
  .msg .submit {
    width: 110px;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }
  .msg .btn-gp .submit:first-child {
    margin-right: 10px;
  }
}

@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;
  }
}
