* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
}
@font-face {
  font-family: MicrosoftYaHei-Bold;
  src: url(../fonts/MicrosoftYaHei-Bold.ttc);
}
@font-face {
  font-family: MicrosoftYaHei;
  src: url(../fonts/MicrosoftYaHei.ttc);
}
@font-face {
  font-family: impact;
  src: url(../fonts/impact.ttf);
}
@font-face {
  font-family: SIMHEI;
  src: url(../fonts/SIMHEI.TTF);
}
p,
a,
li {
  font-family: MicrosoftYaHei;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: MicrosoftYaHei-Bold;
}
.common-width {
  width: 90%;
  margin: 0 auto !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .common-width {
    width: 95%;
    margin: 0 auto !important;
  }
}
@media screen and (max-width: 767px) {
  .common-width {
    width: 95%;
    margin: 0 auto !important;
  }
}
.pc-header {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.pc-header .pc-header-container {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .pc-nav {
  width: 1300px;
  height: 100%;
}
.pc-header .pc-header-container .pc-nav > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .pc-nav > ul li {
  width: 100%;
  height: 100%;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu {
  display: none;
  width: 100%;
  height: 288px;
  position: absolute;
  top: 100px;
  left: 0;
  background: #f5f5f5;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .left-img {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .left-img img {
  width: 100%;
  height: auto;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .center-img {
  width: 10px;
  height: 201px;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .center-img img {
  width: 100%;
  height: 100%;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container {
  width: 761px;
  height: 209px;
  padding-left: 45px;
  padding-right: 62px;
  margin-top: 0 !important;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container h1 a {
  font-size: 22px;
  color: #333333;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .nav-des {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category li {
  width: 48%;
  list-style: disc !important;
  margin-bottom: 10px;
  font-size: 14px;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category li::marker {
  color: #1e50ae;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category li:nth-child(5),
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category li:nth-child(6) {
  margin-bottom: 0;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category li a {
  color: #333333;
  display: block;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .container .category li a:hover {
  font-size: 14px;
  color: #1e50ae;
  font-family: MicrosoftYaHei;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .right-img {
  width: 559px;
  height: 288px;
  background: url(../images/nav-three.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .right-img li {
  font-size: 18px;
  padding-left: 27px;
  margin-left: 27px;
  color: #ffffff;
  background: url(../images/lingxing.png) no-repeat left center;
  width: auto;
  height: auto;
}
.pc-header .pc-header-container .pc-nav > ul li.drop .drop-menu .drop-menu-container .right-img li:not(:last-child) {
  margin-bottom: 19px;
}
.pc-header .pc-header-container .pc-nav > ul li > a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-header .pc-header-container .pc-nav > ul li > a:hover {
  font-size: 15px;
  font-family: MicrosoftYaHei-Bold;
}
.pc-header .pc-header-container .search-language {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .search-language .search-button {
  cursor: pointer;
}
.pc-header .pc-header-container .search-language .search-button p {
  font-size: 27px;
  margin-right: 34px;
  color: #ffffff;
}
.pc-header .pc-header-container .search-language .language {
  width: 73px;
}
.pc-header .pc-header-container .search-language .language ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc-header .pc-header-container .search-language .language ul li {
  font-size: 17px;
  color: #ffffff;
}
.pc-header .pc-header-container .search-language .language ul li a {
  color: #ffffff;
}
.pc-header .pc-header-container .search-language .language ul li a:hover {
  font-family: MicrosoftYaHei-Bold;
}
.pc-header.pc-header-scroll {
  position: fixed;
  top: 0;
  z-index: 3;
  background: rgba(56, 103, 173, 0.7);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pc-header {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-header {
    display: none;
  }
}
.search-box {
  display: none;
  height: 100%;
}
.search-box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1111;
}
.search-box > div > .x {
  color: #ffffff;
  font-size: 2.1875rem;
  margin-bottom: 20px !important;
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.search-box > div .serch-input {
  width: 83%;
  height: 2.5rem;
  outline: none;
  padding-left: 1.25rem;
}
.search-box > div .button {
  width: 15%;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 0.3125rem;
  outline: none;
  border: none;
}
.search-box > div > .commonWidth:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6.25rem;
}
.mobile-header {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding: 15px;
    background: #1e50ae;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-caidan {
    font-size: 35px;
    color: #ffffff;
  }
  .mobile-header .phone-nav .drop {
    background: #ffffff;
    padding-top: 1.25rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 111;
    display: none;
  }
  .mobile-header .phone-nav .drop > li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li > a,
  .mobile-header .phone-nav .drop > li .drop-one > a {
    color: #333333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mobile-header .phone-nav .drop > li .drop-menu {
    padding-left: 0.625rem;
    display: none;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li a {
    font-size: 1rem;
    color: #1e50ae;
  }
}
@media screen and (max-width: 767px) {
  .mobile-header {
    display: block;
  }
  .mobile-header .phone-nav {
    padding-top: 1.25rem;
    padding-bottom: 20px;
    background: #1e50ae;
  }
  .mobile-header .phone-nav .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-header .phone-nav .top .icon-caidan {
    font-size: 1.875rem;
    color: #ffffff;
  }
  .mobile-header .phone-nav .drop {
    background: #ffffff;
    padding-top: 1.25rem;
    padding-left: 0.9375rem;
    padding-bottom: 1.25rem;
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 111;
    display: none;
  }
  .mobile-header .phone-nav .drop > li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li > a,
  .mobile-header .phone-nav .drop > li .drop-one > a {
    color: #333333;
    font-size: 1.125rem;
    font-weight: 600;
  }
  .mobile-header .phone-nav .drop > li .drop-menu {
    padding-left: 0.625rem;
    display: none;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li {
    line-height: 1.875rem;
  }
  .mobile-header .phone-nav .drop > li .drop-menu ol li a {
    font-size: 1rem;
    color: #1e50ae;
  }
}
.bread-nav {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.bread-nav .container {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.bread-nav .container > span {
  font-size: 23px;
  margin-right: 13px;
  color: #1e50ae;
}
.bread-nav .container a {
  font-size: 14px;
  color: #666666;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #11181f;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: -1 !important;
  color: #fff;
  background-color: #2f3967;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #1f5ac8 !important;
  cursor: default;
  border-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px !important;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  font-size: 16px;
  margin-right: 10px !important;
}
.service {
  display: flex;
  justify-content: space-between;
  margin-top: -73px !important;
}
.service > div {
  width: 50%;
  height: 132px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 39px;
  padding-right: 39px;
}
.service > div:nth-child(1) {
  background: #1f5ac8;
}
.service > div:nth-child(2) {
  background: #0482f0;
}
.service > div .left-text {
  padding-right: 50px;
}
.service > div .left-text h1 {
  margin-bottom: 16px;
  font-size: 30px;
}
.service > div .right-arrow p {
  font-size: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .service > div .right-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .service {
    display: none;
  }
}
.pc-footer .pc-footer-top {
  width: 100%;
  height: 500px;
  margin-top: -59px;
  padding-bottom: 43px;
  background: #333333;
}
.pc-footer .pc-footer-top .pc-footer-container {
  padding-top: 88px;
}
.pc-footer .pc-footer-top .pc-footer-container .friend-links {
  display: flex;
  align-items: center;
}
.pc-footer .pc-footer-top .pc-footer-container .friend-links span.iconfont {
  color: #ffffff;
  font-size: 23px;
  margin-right: 15px;
}
.pc-footer .pc-footer-top .pc-footer-container .friend-links span:nth-child(2) {
  font-size: 14px;
  color: #999999;
}
.pc-footer .pc-footer-top .pc-footer-container .friend-links li {
  margin-right: 20px;
}
.pc-footer .pc-footer-top .pc-footer-container .friend-links li a {
  color: #999999;
  font-size: 14px;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div {
  width: 284px;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(2) {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 22px;
  color: #666666;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(3),
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(4),
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(5),
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(6) {
  margin-bottom: 14px;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(3) span,
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(4) span,
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(5) span,
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(6) span {
  font-size: 17px;
  color: #1e50ae;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(3) a,
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(4) a,
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(5) a,
.pc-footer .pc-footer-top .pc-footer-container .quick-nav > div > p:nth-child(6) a {
  font-size: 14px;
  color: #999999;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav ul li:nth-child(1) {
  margin-bottom: 23px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 600;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav ul li:nth-child(1) a {
  font-size: 17px;
  color: #ffffff;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav ul li:not(:nth-child(1)) {
  font-size: 14px;
  line-height: 30px;
}
.pc-footer .pc-footer-top .pc-footer-container .quick-nav ul li:not(:nth-child(1)) a {
  color: #666666;
}
.pc-footer .copyright {
  width: 100%;
  height: 50px;
  background: #222222;
}
.pc-footer .copyright .copyright-container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-footer .copyright .copyright-container p {
  font-size: 14px;
  color: #666666;
}
.pc-footer .copyright .copyright-container p a {
  font-size: 14px;
  color: #666666;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .pc-footer {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-footer {
    display: none;
  }
}
.mobile-footer {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .mobile-footer {
    display: block;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    background: #222222;
  }
  .mobile-footer .mobile-footer-container .logo {
    margin-bottom: 0.9375rem;
  }
  .mobile-footer .mobile-footer-container > ul li {
    height: 1.5625rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  .mobile-footer .mobile-footer-container > ul li a {
    color: #ffffff;
  }
  .mobile-footer .mobile-footer-container > ul li:nth-child(1) {
    font-size: 0.9375rem;
  }
  .mobile-footer .suspended {
    display: block;
    width: 100%;
    background: #1e50ae;
    position: fixed;
    bottom: 0;
    z-index: 111;
  }
  .mobile-footer .suspended .suspended-container {
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
  }
  .mobile-footer .suspended .suspended-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p {
    font-size: 1.5625rem;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p:nth-child(2) {
    font-size: 1.125rem;
  }
  .mobile-footer .suspended .suspended-container ul li:last-child {
    width: 6.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.8125rem;
    background-image: linear-gradient(90deg, #fbb900 0%, #fb7000 100%);
    border-radius: 18px;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:last-child a {
    font-size: 0.875rem;
    color: #ffffff;
    word-break: break-all;
  }
}
@media screen and (max-width: 767px) {
  .mobile-footer {
    display: block;
    padding-top: 1.6875rem;
    padding-bottom: 1.6875rem;
    background: #222222;
  }
  .mobile-footer .mobile-footer-container .logo {
    margin-bottom: 0.9375rem;
  }
  .mobile-footer .mobile-footer-container > ul li {
    height: 1.5625rem;
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  .mobile-footer .mobile-footer-container > ul li a {
    color: #ffffff;
  }
  .mobile-footer .mobile-footer-container > ul li:nth-child(1) {
    font-size: 0.9375rem;
  }
  .mobile-footer .suspended {
    display: block;
    width: 100%;
    background: #1e50ae;
    position: fixed;
    bottom: 0;
    z-index: 111;
  }
  .mobile-footer .suspended .suspended-container {
    padding-top: 0.625rem;
    padding-bottom: 0.375rem;
  }
  .mobile-footer .suspended .suspended-container ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p {
    font-size: 1.5625rem;
  }
  .mobile-footer .suspended .suspended-container ul li:not(:last-child) a p:nth-child(2) {
    font-size: 1.125rem;
  }
  .mobile-footer .suspended .suspended-container ul li:last-child {
    width: 6.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0.8125rem;
    background-image: linear-gradient(90deg, #fbb900 0%, #fb7000 100%);
    border-radius: 18px;
    color: #ffffff;
  }
  .mobile-footer .suspended .suspended-container ul li:last-child a {
    font-size: 0.875rem;
    color: #ffffff;
    word-break: break-all;
  }
}
.recommend-case .recommend-case-container .swiper > ul li a .top-img img {
  transform: scale(1, 1) !important;
  transition: all 1s linear !important;
}
.recommend-case .recommend-case-container .swiper > ul li:hover a .top-img img {
  transform: scale(1.2, 1.2) !important;
  transition: all 1s linear !important;
}
.banner {
  width: 100%;
  height: 535px;
  background: url(../images/case.png) no-repeat;
  background-size: cover;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner > h1 {
  font-size: 50px;
  margin-bottom: 33px;
  color: #ffffff;
  text-shadow: 4px 4px 5px black;
  text-transform: uppercase;
}
.banner > p {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: 400px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 350px;
    margin-top: 0;
  }
  .banner > p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container-one {
  margin-top: 58px !important;
}
.container-one > h1 {
  font-size: 30px;
  margin-bottom: 19px;
  color: #333333;
  text-align: center;
}
.container-one > p {
  color: #666666;
  text-align: center;
}
.container-one > ul {
  margin-top: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-one > ul li {
  width: 411px;
  height: 373px;
  padding: 30px 24px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.container-one > ul li .icon {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-image: linear-gradient(rgba(31, 90, 200, 0.99), rgba(31, 90, 200, 0.99)), linear-gradient(#ffffff, #ffffff);
  border: 4px solid rgba(210, 222, 244, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-one > ul li .icon p {
  font-size: 50px;
  color: #ffffff;
}
.container-one > ul li > h1 {
  font-size: 25px;
  margin-top: 17px;
  margin-bottom: 24px;
  color: #333333;
  text-align: center;
}
.container-one > ul li > p {
  line-height: 25px;
  color: #666666;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-one {
    margin-top: 29px !important;
  }
  .container-one > ul {
    flex-wrap: wrap;
  }
  .container-one > ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .container-one {
    margin-top: 29px !important;
  }
  .container-one > ul {
    flex-wrap: wrap;
  }
  .container-one > ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.container-two {
  margin-top: 70px !important;
  height: 670px;
}
.container-two .case-top {
  height: 123px;
  background: url(../images/20240604102313.png) no-repeat;
}
.container-two .case-top .swiper {
  height: 90px;
}
.container-two .case-top .swiper .swiper-wrapper {
  width: 1494px !important;
  height: 100%;
  align-items: center;
  padding-left: 29px !important;
  padding-right: 29px !important;
}
.container-two .case-top .swiper .swiper-wrapper li {
  width: 249px !important;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-two .case-top .swiper .swiper-wrapper li a {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.container-two .case-top .swiper .swiper-wrapper li:not(:last-child) a {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.container-two .case-top .swiper .swiper-wrapper .active {
  border-radius: 12px;
  background: #0482f0;
}
.container-two .case-top .swiper-button-prev,
.container-two .case-top .swiper-button-next {
  width: 47px !important;
  height: 47px !important;
  border-radius: 50% !important;
  background: #1e50ae !important;
}
.container-two .case-top .swiper-button-prev::after,
.container-two .case-top .swiper-button-next::after {
  font-size: 15px !important;
  color: #ffffff !important;
  opacity: 0.99;
}
.container-two .case-top .swiper-button-prev {
  margin-left: 10px !important;
}
.container-two .case-top .swiper-button-next {
  margin-right: 10px !important;
}
.mobile-case-top {
  display: none;
}
.case-bottom {
  display: flex;
  align-items: center;
  position: relative;
}
.case-bottom .left {
  width: 822px;
}
.case-bottom .left > h1 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #333333;
}
.case-bottom .left > h1::after {
  margin-top: 25px;
  display: block;
  content: '';
  width: 95px;
  height: 3px;
  background: #1f5ac8;
}
.case-bottom .left .case-container {
  color: #333333;
  line-height: 30px;
}
.case-bottom .left .case-container > p {
  color: #333333;
  line-height: 30px;
}
.case-bottom .center {
  width: 571px;
  height: 396px;
  margin-left: 75px;
  margin-right: 8px;
  font-size: 0;
  overflow: hidden;
}
.case-bottom .center img {
  width: 100%;
  height: 100%;
}
.case-bottom .right ul li {
  width: 253px;
  height: 127px;
  font-size: 0;
  overflow: hidden;
}
.case-bottom .right ul li img {
  width: 100%;
  height: 100%;
}
.case-bottom .right ul li:not(:last-child) {
  margin-bottom: 7px;
}
.case-bottom .position {
  width: 949px;
  height: 193px;
  background: #f8f8f8;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: absolute;
  left: 391px;
  bottom: -108px;
}
.case-bottom .position ul {
  width: 100%;
  height: 100%;
  padding-left: 93px;
  padding-right: 93px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-bottom .position ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.case-bottom .position ul li .top-img {
  width: 85px;
  height: 85px;
  font-size: 0;
  overflow: hidden;
}
.case-bottom .position ul li .top-img img {
  width: 100%;
  height: 100%;
}
.case-bottom .position ul li p {
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
  color: #333333;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  height: auto;
  .case-top {
    display: none;
  }
  .mobile-case-top {
    display: block;
    width: 100%;
  }
  .mobile-case-top ul {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #1f5ac8;
  }
  .mobile-case-top ul li {
    width: 49%;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-case-top ul li a {
    color: #ffffff;
  }
  .mobile-case-top ul li.active {
    border-radius: 12px;
    background: #0482f0;
  }
  .case-bottom {
    flex-wrap: wrap;
  }
  .case-bottom .left {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .case-bottom .center {
    display: none;
  }
  .case-bottom .right {
    display: none;
  }
  .case-bottom .position {
    position: static;
    width: 100%;
  }
  .case-bottom .position ul {
    padding-left: 0;
    padding-right: 0;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  height: auto;
  .case-top {
    display: none;
  }
  .mobile-case-top {
    display: block;
    width: 100%;
  }
  .mobile-case-top ul {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #1f5ac8;
  }
  .mobile-case-top ul li {
    width: 49%;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-case-top ul li a {
    color: #ffffff;
  }
  .mobile-case-top ul li.active {
    border-radius: 12px;
    background: #0482f0;
  }
  .case-bottom {
    flex-wrap: wrap;
  }
  .case-bottom .left {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .case-bottom .center {
    display: none;
  }
  .case-bottom .right {
    display: none;
  }
  .case-bottom .position {
    position: static;
    width: 100%;
    height: auto;
  }
  .case-bottom .position ul {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .case-bottom .position ul li {
    width: 49%;
    margin-bottom: 20px;
  }
}
.container-three {
  margin-top: 70px !important;
}
.container-three .paging_container .paging_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.container-three .paging_container .paging_list .paging_box {
  width: 411px;
  height: 346px;
  margin-bottom: 53px;
  background-color: #f8f8f8;
  border-radius: 5px 5px 5px 5px;
}
.container-three .paging_container .paging_list .paging_box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-three .paging_container .paging_list .paging_box a .top-img {
  width: 411px;
  height: 296px;
  font-size: 0;
  overflow: hidden;
}
.container-three .paging_container .paging_list .paging_box a .top-img img {
  width: 100%;
  height: 100%;
  transform: scale(1, 1);
  transition: all 1s linear;
}
.container-three .paging_container .paging_list .paging_box a .case-title {
  font-size: 18px;
  color: #333333;
  padding-top: 16px;
}
.container-three .paging_container .paging_list .paging_box:hover a .top-img img {
  transform: scale(1.2, 1.2);
  transition: all 1s linear;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-three .paging_container .paging_list .paging_box {
    width: 49%;
    height: auto;
    padding-bottom: 16px;
  }
  .container-three .paging_container .paging_list .paging_box a .top-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .container-three .paging_container .paging_list .paging_box {
    width: 100%;
    height: auto;
    padding-bottom: 16px;
  }
  .container-three .paging_container .paging_list .paging_box a .top-img {
    width: 100%;
    height: auto;
  }
}
.container-four h1 {
  font-size: 30px;
  color: #333333;
  display: flex;
  align-items: center;
}
.container-four h1::before {
  display: block;
  content: '';
  width: 4px;
  height: 42px;
  margin-right: 16px;
  background: #3561b4;
}
.container-four ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 41px;
}
.container-four ul li {
  width: 228px;
  height: 267px;
  background-image: linear-gradient(0deg, #ffffff 0%, #e8e8e8 100%);
  border: 1px solid #eeeeee;
}
.container-four ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container-four ul li a .top-img {
  width: 228px;
  height: 228px;
  font-size: 0;
  overflow: hidden;
}
.container-four ul li a .top-img img {
  width: 100%;
  height: 100%;
}
.container-four ul li a p {
  width: 100%;
  font-family: MicrosoftYaHei-Bold;
  height: 39px;
  line-height: 39px;
  color: #333333;
  text-align: center;
}
.container-four ul li:hover a p {
  width: 100%;
  background: #1f5ac8;
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-four ul li {
    width: 49%;
    height: auto;
  }
  .container-four ul li a .top-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .container-four ul li {
    width: 100%;
    height: auto;
  }
  .container-four ul li a .top-img {
    width: 100%;
    height: auto;
  }
}
.container-five {
  margin-top: 70px;
  padding-top: 59px;
  padding-bottom: 140px;
  width: 100%;
  background: url(../images/1603108.png) no-repeat;
  background-size: cover;
}
.container-five .five-container h1 {
  text-align: center;
  font-size: 35px;
  color: #ffffff;
}
.container-five .five-container h1::after {
  display: block;
  content: '';
  width: 354px;
  height: 15px;
  background: #1f5ac8;
  margin: -15px auto 0 auto;
}
.container-five .five-container ul {
  width: 1652px;
  margin: 49px auto 0 auto;
  cursor: default;
  display: flex;
  flex-wrap: wrap;
}
.container-five .five-container ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-size: cover !important;
  margin-top: 30px !important;
}
.container-five .five-container ul li p:nth-child(2) {
  width: 28px;
  height: 28px;
  font-size: 0;
  overflow: hidden;
}
.container-five .five-container ul li p:nth-child(2) img {
  width: 100%;
  height: 100%;
}
.container-five .five-container ul li:nth-child(1),
.container-five .five-container ul li:nth-child(4),
.container-five .five-container ul li:nth-child(8),
.container-five .five-container ul li:nth-child(10) {
  height: 66px;
  padding-left: 28px;
  padding-right: 48px;
}
.container-five .five-container ul li:nth-child(1) p:nth-child(1),
.container-five .five-container ul li:nth-child(4) p:nth-child(1),
.container-five .five-container ul li:nth-child(8) p:nth-child(1),
.container-five .five-container ul li:nth-child(10) p:nth-child(1) {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  color: #ffffff;
}
.container-five .five-container ul li:nth-child(2),
.container-five .five-container ul li:nth-child(3),
.container-five .five-container ul li:nth-child(5),
.container-five .five-container ul li:nth-child(6),
.container-five .five-container ul li:nth-child(7),
.container-five .five-container ul li:nth-child(9) {
  height: 61px;
  padding-left: 22px;
  padding-right: 38px;
}
.container-five .five-container ul li:nth-child(2) p:nth-child(1),
.container-five .five-container ul li:nth-child(3) p:nth-child(1),
.container-five .five-container ul li:nth-child(5) p:nth-child(1),
.container-five .five-container ul li:nth-child(6) p:nth-child(1),
.container-five .five-container ul li:nth-child(7) p:nth-child(1),
.container-five .five-container ul li:nth-child(9) p:nth-child(1) {
  font-size: 14px;
  color: #ffffff;
}
.container-five .five-container ul li:nth-child(1) {
  width: 794px;
  margin-left: 59px;
  background: url(../images/20240615140225.png) no-repeat;
}
.container-five .five-container ul li:nth-child(1) p:nth-child(1) {
  width: 660px;
}
.container-five .five-container ul li:nth-child(2) {
  width: 567px;
  margin-left: 95px;
  margin-right: 135px;
  margin-top: 24px;
  background: url(../images/20240615140207.png) no-repeat;
}
.container-five .five-container ul li:nth-child(2) p:nth-child(1) {
  width: 460px;
}
.container-five .five-container ul li:nth-child(3) {
  width: 426px;
  margin-top: 30px;
  margin-right: 65px;
  margin-left: 221px;
  background: url(../images/529+.png) no-repeat;
}
.container-five .five-container ul li:nth-child(3) p:nth-child(1) {
  width: 296px;
}
.container-five .five-container ul li:nth-child(4) {
  width: 794px;
  margin-top: 57px;
  background: url(../images/529.png) no-repeat;
}
.container-five .five-container ul li:nth-child(4) p:nth-child(1) {
  width: 639px;
}
.container-five .five-container ul li:nth-child(5) {
  width: 560px;
  margin-top: 30px;
  margin-right: 60px;
  background: url(../images/529-1.png) no-repeat;
}
.container-five .five-container ul li:nth-child(5) p:nth-child(1) {
  width: 443px;
}
.container-five .five-container ul li:nth-child(6) {
  width: 604px;
  margin-top: 67px;
  background: url(../images/529-2.png) no-repeat;
}
.container-five .five-container ul li:nth-child(6) p:nth-child(1) {
  width: 487px;
}
.container-five .five-container ul li:nth-child(7) {
  width: 427px;
  margin-top: 67px;
  background: url(../images/529-3.png) no-repeat;
}
.container-five .five-container ul li:nth-child(7) p:nth-child(1) {
  width: 306px;
}
.container-five .five-container ul li:nth-child(8) {
  width: 774px;
  margin-top: 66px;
  margin-right: 84px;
  background: url(../images/529-4.png) no-repeat;
}
.container-five .five-container ul li:nth-child(8) p:nth-child(1) {
  width: 632px;
}
.container-five .five-container ul li:nth-child(9) {
  width: 594px;
  margin-top: 66px;
  margin-right: 28px;
  background: url(../images/529-5.png) no-repeat;
}
.container-five .five-container ul li:nth-child(9) p:nth-child(1) {
  width: 475px;
}
.container-five .five-container ul li:nth-child(10) {
  width: 730px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  background: url(../images/529-6.png) no-repeat;
}
.container-five .five-container ul li:nth-child(10) p:nth-child(1) {
  width: 583px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .container-five .five-container ul {
    width: 100%;
  }
  .container-five .five-container ul li {
    width: 100% !important;
    background-size: 100% 100% !important;
  }
  .container-five .five-container ul li:nth-child(1) {
    margin-left: 0;
  }
  .container-five .five-container ul li:nth-child(2) {
    margin-left: 40px;
  }
  .container-five .five-container ul li:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .container-five {
    padding-bottom: 0 !important;
  }
  .container-five .five-container ul {
    width: 100%;
  }
  .container-five .five-container ul li {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    background-size: 100% 100% !important;
    padding-left: 10 !important;
  }
  .container-five .five-container ul li p:nth-child(2) {
    display: none;
  }
  .container-five .five-container ul li:nth-child(1) p:nth-child(1),
  .container-five .five-container ul li:nth-child(4) p:nth-child(1),
  .container-five .five-container ul li:nth-child(8) p:nth-child(1),
  .container-five .five-container ul li:nth-child(10) p:nth-child(1) {
    font-family: MicrosoftYaHei;
    font-size: 14px;
  }
  .container-five .five-container ul li:nth-child(1) {
    margin-left: 0;
  }
  .container-five .five-container ul li:nth-child(2) {
    margin-left: 40px;
  }
  .container-five .five-container ul li:nth-child(4) {
    margin-right: 0;
  }
}
