body {
  font-family: Arial;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.banner .banner {
  width: 100%;
  height: auto;
  display: block;
}

section .title {
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1.5;
  color: #0944a5;
  text-transform: uppercase;
}
section .text {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.first-section {
  padding-top: 25px;
  padding-bottom: 45px;
}
.first-section .first-content {
  margin-top: 20px;
}
.first-section .first-content .content-left h5 {
  margin-top: 15px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.first-section .first-content .content-left .text:first-child {
  hyphens: auto;
  margin-top: -5px;
}
.first-section .first-content .content-left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: 15px;
}
.first-section .first-content .content-left ul li.text {
  width: 100%;
  padding: 9.5px 10px;
  color: #fff;
  background: #0944a5;
  margin-top: 0 !important;
}
.first-section .first-content .content-right {
  margin-top: 15px;
}
.first-section .first-content .content-right img {
  width: 100%;
  height: auto;
  display: block;
}

.second-section {
  background: #f0f4f7;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.second-section::after {
  content: "";
  position: absolute;
  width: 100%;
  background: #0944a5;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.second-section .text {
  text-align: center;
  margin-top: 20px;
}
.second-section .second-content {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px;
  position: relative;
  z-index: 1;
}
.second-section .second-content .second-item {
  width: 48%;
}
.second-section .second-content .second-item img {
  width: 100%;
  height: auto;
  display: block;
}
.second-section .second-content .second-item p.text {
  width: 100%;
  margin-top: 18px;
  color: #fff;
}

.third-section {
  padding-top: 30px;
  padding-bottom: 35px;
}
.third-section .text {
  text-align: center;
  margin-top: 20px;
}
.third-section .third-img {
  display: none;
  margin-top: 25px;
}
.third-section .third-img img {
  display: block;
  width: 100%;
  height: auto;
}
.third-section .third-img1 {
  display: block;
  background: #f2f6ff;
  padding: 35px 15px;
  margin-top: 25px;
}
.third-section .third-img1 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.third-section .third-list {
  display: flex;
  justify-content: space-between;
  row-gap: 25px;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 32px;
}
.third-section .third-list li {
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}
.third-section .third-list li .text {
  margin: 0;
  width: 100%;
}
.third-section .third-list li .text:first-child {
  color: #fff;
  background: url(/specials/images/quicklime/third_list_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 5px 0;
  font-weight: bold;
  line-height: 26px;
}
.third-section .third-list li .text:last-child {
  padding: 15px 18px 30px;
  text-align: center;
  hyphens: auto;
}

.fourth-section {
  background: url(/specials/images/quicklime/fourth_bg.jpg) no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 40px;
}
.fourth-section .title, .fourth-section .title b {
  color: #fff;
}
.fourth-section .title b::after {
  background: #fff;
}
.fourth-section .text {
  text-align: center;
  margin-top: 10px;
  color: #fff;
}
.fourth-section .fourth-content {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 35px;
}
.fourth-section .fourth-content .fourth-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333;
}
.fourth-section .fourth-content .fourth-item .item {
  width: 100%;
}
.fourth-section .fourth-content .fourth-item .item-left {
  padding: 20px;
  background: #fff;
}
.fourth-section .fourth-content .fourth-item .item-left .pro-title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.fourth-section .fourth-content .fourth-item .item-left h5 {
  font-size: 18px;
  line-height: 30px;
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  color: #333;
}
.fourth-section .fourth-content .fourth-item .item-left h5 span:first-child {
  margin-right: 50px;
}
.fourth-section .fourth-content .fourth-item .item-left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
  row-gap: 5px;
}
.fourth-section .fourth-content .fourth-item .item-left ul li {
  width: 50%;
  font-size: 18px;
  line-height: 30px;
  padding-left: 25px;
  color: #333;
  position: relative;
}
.fourth-section .fourth-content .fourth-item .item-left ul li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #f9bb0b;
  left: 0;
  top: 10px;
}
.fourth-section .fourth-content .fourth-item .item-left .liucheng {
  font-size: 18px;
  line-height: 30px;
  margin-top: 15px;
  hyphens: auto;
  color: #666;
}
.fourth-section .fourth-content .fourth-item .item-left .liucheng span {
  color: #333;
}
.fourth-section .fourth-content .fourth-item .item-right {
  width: 100%;
}
.fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-button-prev {
  left: 15px;
  background: rgb(29, 105, 218);
}
.fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-button-next {
  right: 15px;
  background: rgb(249, 187, 11);
}
.fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-button-prev, .fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-button-next {
  width: 36px;
  height: 36px;
  border-radius: 5px;
}
.fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-button-prev::after, .fourth-section .fourth-content .fourth-item .item-right .swiper1 .swiper-button-next::after {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
}
.fourth-section .fourth-content .lm-item {
  flex-direction: column-reverse;
}

.fifth-section {
  padding: 35px 15px 40px;
}
.fifth-section .title b::after {
  display: none;
}
.fifth-section .swiper2 {
  margin-top: 30px;
  padding-bottom: 80px;
}
.fifth-section .swiper2 .swiper-slide .case-item {
  width: 100%;
  height: 100%;
  background: #f3f6f9;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-img {
  overflow: hidden;
  display: block;
  width: 100%;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-img img:hover {
  transform: scale(1.1);
}
.fifth-section .swiper2 .swiper-slide .case-item .case-info {
  padding: 20px;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-info h3 a {
  color: #333;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-info ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.fifth-section .swiper2 .swiper-slide .case-item .case-info ul li {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  color: #666;
}
.fifth-section .swiper2 .swiper-button-prev {
  left: 42%;
  transform: translateX(-53%);
  border: solid 1px #adacb3;
}
.fifth-section .swiper2 .swiper-button-next {
  right: 42%;
  transform: translateX(53%);
  background: #1d54ab;
}
.fifth-section .swiper2 .swiper-button-prev, .fifth-section .swiper2 .swiper-button-next {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  bottom: 0;
  top: auto;
}
.fifth-section .swiper2 .swiper-button-next::after {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
}
.fifth-section .swiper2 .swiper-button-prev::after {
  color: #adacb3;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .second-section::after {
    height: 70%;
  }
  .fourth-section .fourth-content .fourth-item .item-left ul li {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .second-section::after {
    height: 65%;
  }
  .second-section .second-content .second-item {
    width: 32%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
    padding: 0 15px;
  }
  section .title {
    font-size: 40px;
  }
  .fifth-section .swiper2 {
    padding-bottom: 90px;
    max-width: 700px;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info ul li {
    font-size: 18px;
    width: 50%;
  }
  .fifth-section .swiper2 .swiper-button-prev {
    left: 45.5%;
  }
  .fifth-section .swiper2 .swiper-button-next {
    right: 45.5%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }
  section .title {
    font-size: 42px;
  }
  .second-section::after {
    height: 45%;
  }
  .second-section .second-content .second-item {
    width: 15.5%;
  }
  .third-section .third-img {
    display: block;
  }
  .third-section .third-img1 {
    display: none;
  }
  .third-section .third-list li {
    width: 48.5%;
  }
  .fifth-section .swiper2 {
    max-width: none;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info ul li {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 15px;
  }
  section .title {
    font-size: 44px;
  }
  .first-section .first-content {
    display: flex;
    justify-content: space-between;
  }
  .first-section .first-content .content-left {
    padding-right: 25px;
    width: 55%;
  }
  .first-section .first-content .content-right {
    width: 45%;
    margin-top: 0;
  }
  .third-section .third-list {
    margin-top: 50px;
  }
  .third-section .third-list li {
    width: 48.5%;
  }
  .fourth-section .fourth-content .fourth-item {
    flex-direction: row;
  }
  .fourth-section .fourth-content .fourth-item .item {
    width: 50%;
  }
  .fourth-section .fourth-content .fourth-item .item-left {
    padding: 15px;
  }
  .fourth-section .fourth-content .fourth-item .item-left h5 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    font-family: "PingFang SC";
  }
  .fourth-section .fourth-content .fourth-item .item-left .liucheng {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    font-family: "PingFang SC";
  }
  .fourth-section .fourth-content .fourth-item .item-left ul {
    margin-top: 8px;
    row-gap: 0px;
  }
  .fourth-section .fourth-content .fourth-item .item-left ul li {
    font-size: 16px;
    line-height: 26px;
    font-family: "PingFang SC";
    padding-left: 20px;
  }
  .fourth-section .fourth-content .lm-item {
    flex-direction: row;
  }
  .fifth-section .swiper2 {
    padding-bottom: 90px;
    max-width: none;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info ul li:nth-child(odd) {
    width: 42%;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info ul li:nth-child(2n) {
    width: 58%;
  }
  .fifth-section .swiper2 .swiper-button-prev {
    left: 47%;
  }
  .fifth-section .swiper2 .swiper-button-next {
    right: 47%;
  }
  .fifth-section .swiper2 .swiper-button-prev, .fifth-section .swiper2 .swiper-button-next {
    width: 47px;
    height: 47px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 15px;
  }
  section .title {
    font-size: 46px;
  }
  .first-section {
    padding-bottom: 55px;
    padding-top: 40px;
  }
  .first-section .first-content {
    margin-top: 35px;
  }
  .first-section .first-content .content-left {
    padding-right: 25px;
    width: 55%;
  }
  .first-section .first-content .content-right {
    width: 45%;
  }
  .first-section .first-content .content-right img {
    height: 100%;
  }
  .second-section {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .second-section .text {
    width: 90%;
    margin: 25px auto 0;
  }
  .second-section .second-content {
    margin-top: 40px;
  }
  .third-section {
    padding-bottom: 55px;
    padding-top: 40px;
  }
  .third-section .text {
    margin: 25px auto 0;
  }
  .third-section .third-img {
    margin-top: 40px;
  }
  .fourth-section {
    padding-top: 40px;
    padding-bottom: 55px;
  }
  .fourth-section .text {
    margin-top: 20px;
  }
  .fourth-section .fourth-content .fourth-item .item-left {
    padding: 20px 30px;
  }
  .fourth-section .fourth-content .fourth-item .item-left .pro-title {
    font-size: 24px;
    line-height: 30px;
  }
  .fourth-section .fourth-content .fourth-item .item-left h5 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 8px;
    font-family: Arial;
  }
  .fourth-section .fourth-content .fourth-item .item-left .liucheng {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    font-family: Arial;
  }
  .fourth-section .fourth-content .fourth-item .item-left ul {
    margin-top: 10px;
    row-gap: 5px;
  }
  .fourth-section .fourth-content .fourth-item .item-left ul li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 25px;
  }
  .fifth-section {
    padding: 40px 22px 0;
  }
  .fifth-section .swiper2 {
    padding-bottom: 110px;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info h3 {
    font-size: 22px;
  }
  .fifth-section .swiper2 .swiper-button-prev {
    left: 47%;
  }
  .fifth-section .swiper2 .swiper-button-next {
    right: 47%;
  }
  .fifth-section .swiper2 .swiper-button-prev, .fifth-section .swiper2 .swiper-button-next {
    width: 57px;
    height: 57px;
  }
  .fifth-section .swiper2 .swiper-button-next::after, .fifth-section .swiper2 .swiper-button-prev::after {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0 15px;
  }
  section .title {
    font-size: 48px;
  }
  .first-section .first-content .content-left {
    padding-right: 35px;
    width: 56.4%;
  }
  .first-section .first-content .content-right {
    width: 43.6%;
  }
  .third-section .third-list li {
    width: 23%;
  }
  .third-section .third-list li .text:first-child {
    letter-spacing: -1px;
    line-height: 24px;
  }
  .fourth-section .fourth-content .fourth-item .item-left {
    padding: 20px 35px;
  }
  .fourth-section .fourth-content .fourth-item .item-left .liucheng {
    margin-top: 25px;
    line-height: 32px;
  }
  .fourth-section .fourth-content .fourth-item .item-left ul li {
    font-family: Arial;
    font-size: 18px;
    line-height: 30px;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info h3 {
    font-size: 24px;
  }
  .fifth-section .swiper2 .swiper-slide .case-item .case-info ul li {
    font-size: 18px;
  }
  .fifth-section .swiper2 .swiper-button-prev {
    left: 47.7%;
  }
  .fifth-section .swiper2 .swiper-button-next {
    right: 47.7%;
  }
}