body {
  font-family: SourceHanSansCN;
  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-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #0a2c9d;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}
section .title::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  height: 4px;
  background: #838383;
}
section .text {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #666;
  hyphens: auto;
}

.first-section {
  padding: 35px 0 40px;
}
.first-section .text {
  margin-top: 20px;
}
.first-section .first-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 10px;
}
.first-section .first-list li {
  width: 31.2%;
}
.first-section .first-list li img {
  width: 100%;
  height: auto;
  display: block;
}
.first-section .first-list li p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  background: #0a2c9d;
  padding: 4px 0;
  text-align: center;
}
.first-section .text1 {
  margin-top: 10px;
  opacity: 0.47;
  color: #666;
}

.second-section {
  padding: 35px 15px 40px;
  background: #f6fafd;
}
.second-section .title {
  color: #333;
}
.second-section .text {
  margin-top: 20px;
}
.second-section .swiper-box {
  position: relative;
  padding-top: 20px;
}
.second-section .swiper-box .swiper1 .swiper-slide {
  background: #fff;
  border: solid 1px rgba(225, 225, 225, 0.77);
  padding: 7px 7px 18px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.second-section .swiper-box .swiper1 .swiper-slide:hover img {
  transform: scale(1.05);
}
.second-section .swiper-box .swiper1 .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
  transition: all 0.3s;
}
.second-section .swiper-box .swiper1 .swiper-slide span {
  color: #fff;
  text-shadow: -1px -1px 0 #999, 1px -1px 0 #999, -1px 1px 0 #999, 1px 1px 0 #999;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 5px;
}
.second-section .swiper-box .swiper1 .swiper-slide h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-top: 5px;
}
.second-section .swiper-box .swiper1 .swiper-slide h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 4px;
  background: #0a2c9d;
}
.second-section .swiper-box .swiper1 .swiper-slide p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-top: 10px;
}

.third-section {
  padding: 35px 0px 40px;
}
.third-section .text {
  margin-top: 20px;
}
.third-section .swiper2-box {
  position: relative;
  padding-top: 130px;
  max-width: 100%;
}
.third-section .swiper2-box .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #ebf2fa;
  border-radius: 32px;
  width: 80%;
  height: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  height: 90px;
}
.third-section .swiper2-box .swiper-pagination .swiper-pagination-bullet {
  display: flex;
  font-size: 16px;
  height: 45px;
  color: #666;
  justify-content: center;
  align-items: center;
  width: 50%;
  border-radius: 32px;
  background: none;
  margin: 0;
  opacity: 1;
}
.third-section .swiper2-box .swiper-pagination .swiper-pagination-bullet-active {
  color: #fff;
  background: #0a2c9d;
  border-radius: 32px;
}
.third-section .swiper2-box .swiper2 {
  width: 86%;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.third-section .swiper2-box .swiper2 .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.third-section .swiper2-box .swiper-button-next2::after, .third-section .swiper2-box .swiper-button-prev2::after {
  content: "";
  width: 30px;
  height: 40px;
}
.third-section .swiper2-box .swiper-button-next2, .third-section .swiper2-box .swiper-button-prev2 {
  width: 30px;
  height: 40px;
}
.third-section .swiper2-box .swiper-button-next2 {
  right: 0;
}
.third-section .swiper2-box .swiper-button-prev2 {
  left: 0;
}
.third-section .swiper2-box .swiper-button-next2::after {
  background: url(/static/special/images/fjsk/third_icon2.png) no-repeat center;
  background-size: 100% 100%;
}
.third-section .swiper2-box .swiper-button-prev2::after {
  background: url(/static/special/images/fjsk/third_icon1.png) no-repeat center;
  background-size: 100% 100%;
}

.fourth-section {
  background: #f6fafd;
  padding: 35px 0 40px;
}
.fourth-section .title {
  color: #333;
}
.fourth-section .text {
  margin-top: 20px;
}
.fourth-section .fourth-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
  margin-top: 20px;
}
.fourth-section .fourth-content .text1 {
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.fourth-section .fourth-content .fourth-tabs {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.fourth-section .fourth-content .fourth-tabs .tab-item {
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
}
.fourth-section .fourth-content .fourth-tabs .tab-item .icon-box {
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth-section .fourth-content .fourth-tabs .tab-item .icon-box .fourth-icon {
  width: 21px;
  height: 11px;
  display: block;
}
.fourth-section .fourth-content .fourth-tabs .tab-item .icon-box .fourth-icon2 {
  display: none;
}
.fourth-section .fourth-content .fourth-tabs .active {
  background: #0a2c9d;
  padding-left: 15px;
}
.fourth-section .fourth-content .fourth-tabs .active .icon-box .fourth-icon1 {
  display: none;
}
.fourth-section .fourth-content .fourth-tabs .active .icon-box .fourth-icon2 {
  display: block;
}
.fourth-section .fourth-content .fourth-tabs .active .text1 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.fourth-section .fourth-content .fourth-contents {
  width: 100%;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item {
  display: none;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .fourth-img {
  width: 100%;
  height: auto;
  display: block;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box {
  background: rgba(10, 44, 157, 0.8);
  padding: 20px;
  pointer-events: none;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box .text1 {
  color: #fff;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box ul {
  display: flex;
  flex-wrap: wrap;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box ul li {
  margin-right: 40px;
  padding-left: 20px;
  position: relative;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #fff;
}
.fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box ul li:last-child {
  margin-right: 0;
}
.fourth-section .fourth-content .fourth-contents .active {
  display: block;
}

.fifth-section {
  padding: 30px 15px 40px;
}
.fifth-section .swiper3 {
  margin-top: 30px;
  padding-bottom: 80px;
}
.fifth-section .swiper3 .swiper-slide .case-item {
  width: 100%;
  display: block;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-img {
  overflow: hidden;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-img img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-img img:hover {
  transform: scale(1.1);
}
.fifth-section .swiper3 .swiper-slide .case-item .case-info {
  padding: 20px;
  background: #f3f6f9;
  height: 211px;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-info h3 {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-info .text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-info .text span {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  width: 100%;
  text-align: start;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.fifth-section .swiper3 .swiper-slide .case-item .case-info .text1 span:first-child {
  width: 100%;
}
.fifth-section .swiper3 .swiper-button-prev3 {
  left: 42%;
  transform: translateX(-53%);
  border: solid 1px #adacb3;
}
.fifth-section .swiper3 .swiper-button-next3 {
  right: 42%;
  transform: translateX(53%);
  background: #0a2c9d;
}
.fifth-section .swiper3 .swiper-button-prev3, .fifth-section .swiper3 .swiper-button-next3 {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  bottom: 0;
  top: auto;
}
.fifth-section .swiper3 .swiper-button-next3::after {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
}
.fifth-section .swiper3 .swiper-button-prev3::after {
  color: #adacb3;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-weight: 700;
  }
  section .title span::before {
    height: 12px;
  }
  .second-section .swiper-box .swiper-button-next1::after, .second-section .swiper-box .swiper-button-prev1::after {
    font-size: 26px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .second-section .swiper-box .swiper-button-next1, .second-section .swiper-box .swiper-button-prev1 {
    color: #fff;
    font-weight: bold;
    width: 45px;
    height: 45px;
  }
  .third-section .swiper2-box {
    max-width: 100%;
    padding-top: 130px;
  }
  .third-section .swiper2-box .swiper-pagination {
    width: 100%;
  }
  .third-section .swiper2-box .swiper2 {
    max-width: 100%;
  }
  .third-section .swiper2-box .swiper-button-next2::after, .third-section .swiper2-box .swiper-button-prev2::after, .third-section .swiper2-box .swiper-button-next2, .third-section .swiper2-box .swiper-button-prev2 {
    width: 20px;
    height: 30px;
  }
  .third-section .swiper2-box .swiper-button-next2, .third-section .swiper2-box .swiper-button-prev2 {
    top: 70%;
  }
  .fifth-section {
    padding: 35px 15px 40px;
  }
  .fifth-section .swiper3 {
    padding-bottom: 0;
  }
  .fifth-section .swiper3 .swiper-button-prev3 {
    left: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .fifth-section .swiper3 .swiper-button-next3 {
    right: 0;
  }
  .fifth-section .swiper3 .swiper-button-prev3, .fifth-section .swiper3 .swiper-button-next3 {
    bottom: 50%;
    transform: translateX(0);
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
  section .title {
    font-size: 30px;
  }
  .second-section .swiper-box {
    max-width: 550px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 500px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 .swiper-slide {
    height: 335px;
  }
  .second-section .swiper-button-next1::after, .second-section .swiper-button-prev1::after {
    content: "";
    width: 45px;
    height: 45px;
  }
  .second-section .swiper-button-next1, .second-section .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
  .second-section .swiper-button-next1 {
    right: 0;
  }
  .second-section .swiper-button-prev1 {
    left: 0;
  }
  .second-section .swiper-button-next1::after {
    background: url(/static/special/images/fjsk/second_icon2.png) no-repeat center;
    background-size: 100% 100%;
  }
  .second-section .swiper-button-prev1::after {
    background: url(/static/special/images/fjsk/second_icon1.png) no-repeat center;
    background-size: 100% 100%;
  }
  .first-section .first-list {
    justify-content: center;
  }
  .first-section .first-list li {
    width: 19%;
    padding: 0 5px;
  }
  .third-section .swiper2-box .swiper-button-next2, .third-section .swiper2-box .swiper-button-prev2 {
    top: 55%;
  }
  .fourth-section .fourth-content .fourth-tabs .tab-item {
    width: 48%;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info {
    height: auto;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info .text span {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 730px;
    padding: 0 15px;
  }
  section .title {
    font-size: 32px;
  }
  .second-section .swiper-box {
    max-width: 710px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 600px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 .swiper-slide {
    height: 365px;
  }
  .fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box {
    padding: 20px 40px;
  }
  .fifth-section .swiper3 {
    padding-bottom: 90px;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info {
    height: 211px;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info .text span {
    width: 100%;
  }
  .fifth-section .swiper3 .swiper-button-prev3 {
    left: 45.5%;
  }
  .fifth-section .swiper3 .swiper-button-next3 {
    right: 45.5%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding: 0 15px;
  }
  section .title {
    font-size: 30px;
  }
  .first-section .first-list {
    justify-content: space-between;
  }
  .first-section .first-list li {
    width: 9.5%;
    padding: 0;
  }
  .second-section .swiper-box {
    max-width: 980px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 870px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 .swiper-slide {
    height: 365px;
  }
  .third-section .swiper2-box {
    padding-top: 90px;
  }
  .third-section .swiper2-box .swiper-pagination {
    width: 80%;
    height: 54px;
  }
  .third-section .swiper2-box .swiper-pagination .swiper-pagination-bullet {
    width: 25%;
    height: 54px;
  }
  .fourth-section .fourth-content .fourth-tabs {
    width: 27%;
    flex-direction: column;
    justify-content: center;
    row-gap: 30px;
  }
  .fourth-section .fourth-content .fourth-tabs .tab-item {
    height: 66px;
    width: 100%;
  }
  .fourth-section .fourth-content .fourth-contents {
    width: 70.3%;
  }
  .fourth-section .fourth-content .fourth-contents .fourth-contents-item {
    position: relative;
  }
  .fourth-section .fourth-content .fourth-contents .fourth-contents-item .text-box {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    padding: 0 15px;
  }
  section .title {
    font-size: 32px;
  }
  .first-section .first-list li {
    width: 9.362%;
  }
  .first-section .first-list li p {
    font-size: 18px;
  }
  .second-section .swiper-box {
    max-width: 1180px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 1060px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 .swiper-slide {
    height: 351px;
  }
  .third-section .swiper2-box {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .third-section .swiper2-box .swiper-pagination {
    width: 770px;
    margin: 25px auto 0;
  }
  .third-section .swiper2-box .swiper2 {
    max-width: 876px;
    padding: 18px;
  }
  .fourth-section .fourth-content .fourth-tabs {
    width: 25%;
    padding-left: 20px;
  }
  .fourth-section .fourth-content .fourth-tabs .tab-item {
    height: 76px;
  }
  .fifth-section .swiper3 {
    padding-bottom: 90px;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info {
    height: auto;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info .text span {
    width: 50%;
  }
  .fifth-section .swiper3 .swiper-button-prev3 {
    left: 47%;
  }
  .fifth-section .swiper3 .swiper-button-next3 {
    right: 47%;
  }
  .fifth-section .swiper3 .swiper-button-prev3, .fifth-section .swiper3 .swiper-button-next3 {
    width: 47px;
    height: 47px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
    padding: 0 15px;
  }
  section .title {
    font-size: 34px;
    padding-bottom: 25px;
  }
  section .text {
    font-size: 18px;
    line-height: 36px;
  }
  .first-section {
    padding: 50px 0px;
  }
  .first-section .text {
    margin: 45px auto 0;
    width: 90%;
  }
  .first-section .first-list {
    margin-top: 25px;
  }
  .first-section .first-list li p {
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 2px;
  }
  .first-section .text1 {
    margin: 25px auto 0;
  }
  .second-section {
    padding: 50px 30px 60px;
  }
  .second-section .text {
    margin-top: 40px;
  }
  .second-section .swiper-box {
    padding-top: 35px;
    max-width: 1380px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 1240px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 .swiper-slide {
    height: 403px;
  }
  .second-section .swiper-box .swiper1 .swiper-slide span {
    font-size: 30px;
  }
  .second-section .swiper-box .swiper1 .swiper-slide h4 {
    font-size: 22px;
  }
  .second-section .swiper-box .swiper1 .swiper-slide p {
    font-size: 18px;
    line-height: 30px;
  }
  .third-section {
    padding: 50px 0 60px;
  }
  .third-section .text {
    margin-top: 40px;
  }
  .third-section .swiper2-box {
    max-width: 1220px;
    padding-top: 135px;
  }
  .third-section .swiper2-box .swiper-pagination {
    width: 870px;
    height: 64px;
    margin: 35px auto 0;
  }
  .third-section .swiper2-box .swiper-pagination .swiper-pagination-bullet {
    padding: 18.5px 15px;
    font-size: 18px;
    height: 64px;
  }
  .third-section .swiper2-box .swiper2 {
    max-width: 976px;
  }
  .fourth-section {
    padding: 50px 0 60px;
  }
  .fourth-section .text {
    margin: 40px auto 0;
    width: 86%;
  }
  .fourth-section .fourth-content {
    margin-top: 40px;
  }
  .fourth-section .fourth-content .text1 {
    font-size: 18px;
    line-height: 40px;
  }
  .fourth-section .fourth-content .fourth-tabs .tab-item {
    height: 86px;
  }
  .fourth-section .fourth-content .fourth-tabs .active .text1 {
    font-size: 22px;
  }
  .fifth-section {
    padding: 50px 25px 60px;
  }
  .fifth-section .swiper3 {
    margin-top: 40px;
    padding-bottom: 110px;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info h3 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .fifth-section .swiper3 .swiper-slide .case-item .case-info .text span {
    font-size: 18px;
    line-height: 36px;
  }
  .fifth-section .swiper3 .swiper-button-prev3 {
    left: 47%;
  }
  .fifth-section .swiper3 .swiper-button-next3 {
    right: 47%;
  }
  .fifth-section .swiper3 .swiper-button-prev3, .fifth-section .swiper3 .swiper-button-next3 {
    width: 57px;
    height: 57px;
  }
  .fifth-section .swiper3 .swiper-button-next3::after, .fifth-section .swiper3 .swiper-button-prev3::after {
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px;
    padding: 0 15px;
  }
  section .title {
    font-size: 36px;
  }
  .first-section .first-list li p {
    font-size: 22px;
  }
  .second-section {
    padding: 50px 0 60px;
  }
  .second-section .swiper-box {
    max-width: 1534px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 1410px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 .swiper-slide {
    height: 375px;
  }
  .fourth-section .fourth-content .fourth-tabs {
    width: 24%;
    padding-left: 40px;
  }
  .fifth-section .swiper3 .swiper-button-prev3 {
    left: 47.7%;
  }
  .fifth-section .swiper3 .swiper-button-next3 {
    right: 47.7%;
  }
}
@media (min-width: 1800px) {
  .second-section {
    padding: 50px 0px 60px;
  }
  .second-section .swiper-box {
    max-width: 1588px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper1 {
    max-width: 1410px;
    margin: 0 auto;
  }
  .second-section .swiper-box .swiper-button-next1::after, .second-section .swiper-box .swiper-button-prev1::after, .second-section .swiper-box .swiper-button-next1, .second-section .swiper-box .swiper-button-prev1 {
    width: 54px;
    height: 54px;
  }
  .third-section .swiper2-box .swiper-button-next2::after, .third-section .swiper2-box .swiper-button-prev2::after, .third-section .swiper2-box .swiper-button-next2, .third-section .swiper2-box .swiper-button-prev2 {
    width: 33px;
    height: 45px;
  }
  .fifth-section .swiper3 {
    max-width: 1920px;
  }
}