* {
  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;
  }
}
.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: 800px;
  margin-top: -100px;
  position: relative;
}
.banner .banner-background {
  background: url(../images/line.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.banner .banner-background .banner-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner .banner-background .banner-text h1 {
  font-size: 60px;
  color: #ffffff;
  text-shadow: 4px 4px 4px #000000;
  margin-bottom: 27px;
  letter-spacing: 3px;
}
.banner .banner-background .banner-text p {
  font-size: 25px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 1px;
}
.banner .video-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}
.banner .video-box .video {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: 400px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: 220px;
    margin-top: 0;
  }
  .banner .banner-background .banner-text {
    display: none;
  }
}
.num {
  height: 246px;
  display: flex;
  justify-content: space-between;
  margin-top: -120px !important;
  position: relative;
  z-index: 2;
}
.num li {
  width: 432px;
  height: 100%;
  background: #1e50ae;
  padding-top: 70px;
  padding-bottom: 73px;
  padding-left: 26px;
  padding-right: 26px;
}
.num li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.num li .text .num-container {
  margin-bottom: 24px;
}
.num li .text .num-container span {
  font-size: 40px;
  color: #ffffff;
  font-family: impact;
}
.num li .text p {
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}
.num li:nth-child(2) .text {
  border-left: 1px solid #6e94dc;
  border-right: 1px solid #6e94dc;
}
.num li:last-child {
  background: url(../images/num-background.png) no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .num {
    width: 100% !important;
    margin-top: 0 !important;
    height: 492px;
    flex-wrap: wrap;
  }
  .num li {
    width: 50%;
    height: 246px;
  }
  .num li:nth-child(2) .text {
    border: none !important;
  }
}
@media screen and (max-width: 767px) {
  .num {
    width: 100% !important;
    height: 320px;
    margin-top: 0 !important;
    flex-wrap: wrap;
  }
  .num li {
    width: 49%;
    height: 150px;
    border: 1px solid #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .num li:nth-child(2) .text {
    border: none !important;
  }
  .num li:nth-child(4) {
    background-size: 100% 100%;
  }
  .num li .text {
    width: 100%;
    height: 100%;
  }
  .num li .text .num-container {
    margin-bottom: 10px;
  }
  .num li .text .num-container span {
    font-size: 18px;
  }
  .num li .text p {
    font-size: 12px;
    line-height: 15px;
  }
}
.recommended-products {
  margin-top: 70px !important;
}
.recommended-products .recommended-title {
  margin-bottom: 70px;
}
.recommended-products .recommended-title > h1,
.recommended-products .recommended-title > h2 {
  text-align: center;
}
.recommended-products .recommended-title > h1 {
  color: #b3bac8;
  font-size: 50px;
  opacity: 0.3;
}
.recommended-products .recommended-title > h2 {
  color: #333333;
  font-size: 32px;
  margin-top: -38px;
  position: relative;
  z-index: 1;
}
.recommended-products .recommended-title > h2 span {
  padding-bottom: 15px;
  border-bottom: 3px solid #1e50ae;
}
.recommended-products .recommended-products-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recommended-products .recommended-products-container > li {
  width: 326px;
  height: 429px;
  margin-bottom: 25px;
}
.recommended-products .recommended-products-container > li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.recommended-products .recommended-products-container > li a .top-img {
  width: 326px;
  height: 326px;
  font-size: 0;
  overflow: hidden;
  background-image: linear-gradient(0deg, #ffffff 0%, #e8e8e8 100%);
}
.recommended-products .recommended-products-container > li a .top-img img {
  width: 100%;
  height: auto;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-one {
  height: 103px;
  border-top: none;
  border: 1px solid #eeeeee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-one h1 {
  font-size: 20px;
  margin-bottom: 9px;
  color: #333333;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-one p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-two {
  display: none;
  width: 100%;
  height: 171px;
  padding-left: 32px;
  padding-right: 32px;
  background: #1f5ac8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-two h1 {
  font-size: 20px;
  color: #ffffff;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-two .des {
  font-size: 14px;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 15px;
}
.recommended-products .recommended-products-container > li a .bottom-text .text-two .view {
  width: 217px;
  height: 32px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.recommended-products .recommended-products-container > li:hover .bottom-text .text-one {
  display: none;
}
.recommended-products .recommended-products-container > li:hover .bottom-text .text-two {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .recommended-products .recommended-title > h1 {
    font-size: 30px;
  }
  .recommended-products .recommended-title > h2 {
    font-size: 28px;
  }
  .recommended-products .recommended-products-container > li {
    width: 49%;
  }
  .recommended-products .recommended-products-container > li a .top-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .recommended-products {
    margin-top: 35px !important;
  }
  .recommended-products .recommended-title {
    margin-bottom: 25px !important;
  }
  .recommended-products .recommended-title > h1 {
    font-size: 20px;
  }
  .recommended-products .recommended-title > h2 {
    font-size: 18px;
  }
  .recommended-products .recommended-products-container > li {
    width: 49%;
    height: 250px;
    margin-bottom: 15px;
  }
  .recommended-products .recommended-products-container > li a .top-img {
    width: 100%;
    height: auto;
  }
  .recommended-products .recommended-products-container > li a .bottom-text .text-one {
    padding-top: 10px;
    justify-content: flex-start;
  }
  .recommended-products .recommended-products-container > li a .bottom-text .text-one h1 {
    font-size: 12px;
  }
  .recommended-products .recommended-products-container > li a .bottom-text .text-one p {
    font-size: 12px;
    line-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .recommended-products .recommended-products-container > li a .bottom-text .text-two .view {
    width: 95%;
  }
  .recommended-products .recommended-products-container > li:hover .bottom-text .text-one {
    display: flex;
  }
  .recommended-products .recommended-products-container > li:hover .bottom-text .text-two {
    display: none;
  }
}
.products-classification {
  width: 100%;
  height: 584px;
  margin-top: 70px;
}
.products-classification ul {
  height: 100%;
  display: flex;
}
.products-classification ul li {
  width: 25%;
  height: 100%;
  background-size: cover;
}
.products-classification ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.products-classification ul li a .classification-text {
  width: 381px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
}
.products-classification ul li a .classification-text .iconfont {
  font-size: 50px;
}
.products-classification ul li a .classification-text .name {
  margin-top: 40px;
  margin-bottom: 40px;
}
.products-classification ul li a .classification-text .name p:nth-child(1) {
  font-size: 25px;
  margin-bottom: 14px;
}
.products-classification ul li a .classification-text .name p:nth-child(2) {
  font-size: 14px;
}
.products-classification ul li a .classification-text .des {
  font-size: 14px;
  line-height: 25px;
  margin-top: 39px;
  display: none;
}
.products-classification ul li a .classification-text .view {
  margin-top: 70px;
  width: 124px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 18px;
  border: solid 1px #ffffff;
}
.products-classification ul li:hover {
  background: #3561b4 !important;
}
.products-classification ul li:hover a .classification-text .name {
  margin-bottom: 44px;
}
.products-classification ul li:hover a .classification-text .des {
  display: block;
}
.products-classification ul li:hover a .classification-text .view {
  margin-top: 61px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .products-classification {
    height: 1168px;
  }
  .products-classification ul {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .products-classification ul li {
    width: 49%;
    height: 50%;
    margin-bottom: 15px;
  }
  .products-classification ul li a .classification-text {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .products-classification {
    height: auto;
    margin-top: 0px !important;
  }
  .products-classification ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-classification ul li {
    width: 49%;
    height: 250px;
    background-size: cover !important;
    margin-bottom: 15px;
  }
  .products-classification ul li a .classification-text {
    width: 80%;
  }
  .products-classification ul li a .classification-text p:nth-child(3) {
    display: none;
  }
  .products-classification ul li a .classification-text p:nth-child(5) {
    display: none;
  }
  .products-classification ul li a .classification-text p:nth-child(7) {
    display: none;
  }
  .products-classification ul li a .classification-text .iconfont {
    font-size: 25px;
  }
  .products-classification ul li a .classification-text .name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .products-classification ul li a .classification-text .name p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .products-classification ul li a .classification-text .name p:nth-child(2) {
    font-size: 12px;
  }
  .products-classification ul li a .classification-text .des {
    display: none;
  }
  .products-classification ul li a .classification-text .view {
    margin-top: 10px;
  }
  .products-classification ul li:hover a .classification-text {
    width: 80%;
  }
  .products-classification ul li:hover a .classification-text .iconfont {
    font-size: 25px;
  }
  .products-classification ul li:hover a .classification-text .name {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .products-classification ul li:hover a .classification-text .name p:nth-child(1) {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .products-classification ul li:hover a .classification-text .name p:nth-child(2) {
    font-size: 12px;
  }
  .products-classification ul li:hover a .classification-text .des {
    display: none;
  }
  .products-classification ul li:hover a .classification-text .view {
    margin-top: 10px;
  }
}
.about {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
  background: #f5f5f5;
}
.about > .about-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about > .about-container .about-left-img {
  width: 705px;
  height: 426px;
}
.about > .about-container .about-left-img .swiper {
  width: 100%;
  height: 100%;
}
.about > .about-container .about-left-img .swiper-pagination-bullet {
  background: #ffffff;
  cursor: pointer;
  opacity: 1;
}
.about > .about-container .about-left-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1e50ae;
}
.about > .about-container .about-right-text {
  width: 987px;
}
.about > .about-container .about-right-text .about-title > h1 {
  font-size: 50px;
  color: #b3bac8;
  opacity: 0.3;
}
.about > .about-container .about-right-text .about-title > h2 {
  font-size: 40px;
  color: #333333;
  margin-top: -38px;
  position: relative;
  z-index: 1;
}
.about > .about-container .about-right-text .about-title > h2 span {
  padding-bottom: 18px;
  border-bottom: 3px solid #1e50ae;
}
.about > .about-container .about-right-text .about-container {
  margin-top: 35px;
}
.about > .about-container .about-right-text .about-container > p {
  line-height: 25px;
  color: #666666;
  margin-bottom: 38px;
  text-indent: 32px;
}
.about > .about-container .about-right-text .about-links {
  display: flex;
}
.about > .about-container .about-right-text .about-links li {
  width: 170px;
  height: 50px;
  border-radius: 5px;
  border: solid 1px #dddddd;
}
.about > .about-container .about-right-text .about-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about > .about-container .about-right-text .about-links li a span {
  color: #666666;
}
.about > .about-container .about-right-text .about-links li a span:nth-child(1) {
  font-size: 27px;
  margin-right: 12px;
}
.about > .about-container .about-right-text .about-links li:not(:last-child) {
  margin-right: 15px;
}
.about > .about-container .about-right-text .about-links li:hover {
  background: #1e50ae;
}
.about > .about-container .about-right-text .about-links li:hover a span {
  color: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about .about-container {
    flex-wrap: wrap;
  }
  .about .about-container .about-left-img {
    width: 100%;
  }
  .about .about-container .about-left-img .swiper {
    width: 100%;
    height: 100%;
  }
  .about .about-container .about-left-img .swiper .swiper-slide img {
    width: 100%;
  }
  .about .about-container .about-right-text {
    margin-top: 20px;
    width: 100%;
  }
  .about .about-container .about-right-text .about-title > h1 {
    font-size: 30px;
  }
  .about .about-container .about-right-text .about-title > h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 20px !important;
    padding-top: 15px !important;
  }
  .about .about-container {
    flex-wrap: wrap;
  }
  .about .about-container .about-left-img {
    width: 100%;
    height: auto;
  }
  .about .about-container .about-left-img .swiper {
    width: 100%;
    height: 100%;
  }
  .about .about-container .about-left-img .swiper .swiper-slide img {
    width: 100%;
  }
  .about .about-container .about-right-text {
    margin-top: 50px;
    width: 100%;
  }
  .about .about-container .about-right-text .about-title > h1 {
    font-size: 30px;
  }
  .about .about-container .about-right-text .about-title > h2 {
    font-size: 28px;
  }
  .about .about-container .about-right-text .about-links {
    display: none;
  }
}
.case {
  width: 100%;
  padding-top: 73px;
  padding-bottom: 143px;
  background: url(../images/case-background.png) no-repeat;
}
.case .case-title > h1,
.case .case-title > h2 {
  text-align: center;
}
.case .case-title > h1 {
  font-size: 50px;
  color: #b3bac8;
  opacity: 0.3;
}
.case .case-title > h2 {
  font-size: 38px;
  color: #333333;
  margin-top: -38px;
  position: relative;
  z-index: 1;
}
.case .case-title > h2 span {
  padding-bottom: 18px;
  border-bottom: 3px solid #1e50ae;
}
.case .case-container {
  width: 1397px;
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case .case-container .case-left {
  width: 479px;
  padding-left: 21px;
}
.case .case-container .case-left > p {
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.case .case-container .case-left ul {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.case .case-container .case-left ul li {
  width: 133px;
  height: 37px;
  margin-bottom: 15px;
  margin-right: 18px;
  box-shadow: 0px 0px 7px 0px rgba(30, 80, 174, 0.09);
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.case .case-container .case-left ul li:nth-child(3),
.case .case-container .case-left ul li:nth-child(9),
.case .case-container .case-left ul li:nth-child(10) {
  background: #1e50ae;
  color: #ffffff;
}
.case .case-container .case-left ul li:nth-child(3),
.case .case-container .case-left ul li:nth-child(6),
.case .case-container .case-left ul li:nth-child(9),
.case .case-container .case-left ul li:nth-child(12) {
  margin-right: 0;
}
.case .case-container .case-left ul li:nth-child(1),
.case .case-container .case-left ul li:nth-child(10) {
  margin-left: 23px;
}
.case .case-container .case-left ul li:hover {
  background: #1f5ac8;
  color: #ffffff;
  transform: scale(1.06);
}
.case .case-container .case-center {
  width: 436px;
  height: 436px;
  position: relative;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.case .case-container .case-center .case-center-background {
  width: 100%;
  height: 100%;
  background: url(../images/case-center-background.png) no-repeat;
}
.case .case-container .case-center .case-center-background.Rotation {
  -webkit-transform: rotate(360deg);
  animation: rotation 8s linear infinite;
  -moz-animation: rotation 8s linear infinite;
  -webkit-animation: rotation 8s linear infinite;
  -o-animation: rotation 8s linear infinite;
}
.case .case-container .case-center .case-center-img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 376px;
  height: 376px;
  overflow: hidden;
}
.case .case-container .case-center .case-center-img img {
  width: 100%;
  height: auto;
}
.case .case-container .case-right {
  width: 458px;
}
.case .case-container .case-right > p {
  text-align: left;
  font-size: 14px;
  color: #666666;
}
.case .case-container .case-right ul {
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.case .case-container .case-right ul li {
  width: 133px;
  height: 37px;
  margin-bottom: 15px;
  margin-right: 18px;
  box-shadow: 0px 0px 7px 0px rgba(30, 80, 174, 0.09);
  border-radius: 5px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.case .case-container .case-right ul li:nth-child(2),
.case .case-container .case-right ul li:nth-child(9),
.case .case-container .case-right ul li:nth-child(10) {
  background: #1e50ae;
  color: #ffffff;
}
.case .case-container .case-right ul li:nth-child(3),
.case .case-container .case-right ul li:nth-child(6),
.case .case-container .case-right ul li:nth-child(9),
.case .case-container .case-right ul li:nth-child(12) {
  margin-right: 0;
}
.case .case-container .case-right ul li:nth-child(4),
.case .case-container .case-right ul li:nth-child(7) {
  margin-left: 23px;
}
.case .case-container .case-right ul li:hover {
  background: #1f5ac8;
  color: #ffffff;
  transform: scale(1.06);
}
.case .case-view {
  width: 219px;
  height: 34px;
  margin: 45px auto 0 auto;
  border-radius: 5px;
  border: 1px solid #1e50ae;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case .case-view a {
  font-size: 14px;
  color: #1e50ae;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .case .case-title > h1 {
    font-size: 30px;
  }
  .case .case-title > h2 {
    font-size: 28px;
  }
  .case .case-container {
    width: 90%;
    flex-wrap: wrap;
  }
  .case .case-container .case-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .case .case-container .case-left > p {
    text-align: left;
  }
  .case .case-container .case-left ul li {
    width: 22%;
  }
  .case .case-container .case-left ul li:nth-child(1),
  .case .case-container .case-left ul li:nth-child(10) {
    margin-left: 0;
  }
  .case .case-container .case-left ul li:nth-child(3),
  .case .case-container .case-left ul li:nth-child(6),
  .case .case-container .case-left ul li:nth-child(9),
  .case .case-container .case-left ul li:nth-child(12) {
    margin-right: 18px;
  }
  .case .case-container .case-center {
    display: none;
  }
  .case .case-container .case-right {
    width: 100%;
  }
  .case .case-container .case-right ul li {
    width: 22%;
  }
  .case .case-container .case-right ul li:nth-child(3),
  .case .case-container .case-right ul li:nth-child(6),
  .case .case-container .case-right ul li:nth-child(9),
  .case .case-container .case-right ul li:nth-child(12) {
    margin-right: 18px;
  }
  .case .case-container .case-right ul li:nth-child(4),
  .case .case-container .case-right ul li:nth-child(7) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .case {
    background-size: cover !important;
  }
  .case .case-title > h1 {
    font-size: 20px;
  }
  .case .case-title > h2 {
    font-size: 18px;
  }
  .case .case-container {
    width: 90%;
    flex-wrap: wrap;
  }
  .case .case-container .case-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .case .case-container .case-left > p {
    text-align: left;
  }
  .case .case-container .case-left ul li {
    width: 44%;
  }
  .case .case-container .case-left ul li:nth-child(1),
  .case .case-container .case-left ul li:nth-child(10) {
    margin-left: 0;
  }
  .case .case-container .case-left ul li:nth-child(3),
  .case .case-container .case-left ul li:nth-child(6),
  .case .case-container .case-left ul li:nth-child(9),
  .case .case-container .case-left ul li:nth-child(12) {
    margin-right: 18px;
  }
  .case .case-container .case-center {
    display: none;
  }
  .case .case-container .case-right {
    width: 100%;
  }
  .case .case-container .case-right ul li {
    width: 44%;
  }
  .case .case-container .case-right ul li:nth-child(3),
  .case .case-container .case-right ul li:nth-child(6),
  .case .case-container .case-right ul li:nth-child(9),
  .case .case-container .case-right ul li:nth-child(12) {
    margin-right: 18px;
  }
  .case .case-container .case-right ul li:nth-child(4),
  .case .case-container .case-right ul li:nth-child(7) {
    margin-left: 0;
  }
  .case .case-view {
    width: 260px;
  }
}
