* {
  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/jsxx.png) no-repeat;
  background-size: cover;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.banner > h1 {
  font-size: 50px;
  margin-bottom: 33px;
  color: #ffffff;
  text-shadow: 4px 4px 5px black;
}
.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;
  }
}
.content {
  margin-top: 60px !important;
  display: flex;
  justify-content: space-between;
}
.content .left {
  width: 1163px;
}
.content .left h1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  color: #333333;
  font-weight: 100;
}
.content .left .time {
  font-size: 14px;
  color: #999999;
  margin-top: 40px;
  margin-bottom: 45px;
}
.content .left .time span {
  margin-right: 23px;
}
.content .left .container p {
  line-height: 30px;
  color: #666666;
}
.content .left .container p img {
  margin-top: 28px;
  margin-bottom: 28px;
}
.content .left .prev-next {
  margin-top: 47px;
}
.content .left .prev-next p {
  width: 100%;
  height: 41px;
  margin-bottom: 9px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: #333333;
}
.content .left .prev-next p span,
.content .left .prev-next p a {
  color: #333333;
}
.content .left .prev-next p:hover {
  color: #1e50ae;
}
.content .left .prev-next p:hover span {
  color: #1e50ae;
}
.content .left .prev-next p:hover a {
  color: #1e50ae;
}
.content .right {
  width: 510px;
}
.content .right > div {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eeeeee;
  padding: 28px 24px;
}
.content .right > div > h1 {
  font-size: 24px;
  font-weight: 100;
  font-family: MicrosoftYaHei;
  color: #1f5ac8;
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.content .right > div > h1::before {
  display: block;
  content: '';
  width: 3px;
  height: 23px;
  background: #1f5ac8;
  margin-right: 18px;
}
.content .right > div ul li {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eaeaea;
}
.content .right > div ul li a p:nth-child(1) {
  color: #333333;
  margin-bottom: 12px;
}
.content .right > div ul li a p:nth-child(2) {
  font-size: 14px;
  color: #666666;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .content .left {
    width: 100%;
  }
  .content .left .container p img {
    width: 100%;
  }
  .content .right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .content .left {
    width: 100%;
  }
  .content .left .container p img {
    width: 100%;
  }
  .content .right {
    display: none;
  }
}
.products {
  margin-top: 144px !important;
}
.products > h1 {
  font-size: 30px;
  font-family: MicrosoftYaHei;
  color: #333333;
  font-weight: 100;
  margin-bottom: 34px;
}
.products > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.products > ul li {
  width: 326px;
  height: 429px;
  margin-bottom: 25px;
}
.products > ul li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.products > ul li a .top-img {
  width: 326px;
  height: 326px;
  font-size: 0;
  overflow: hidden;
  background-image: linear-gradient(0deg, #ffffff 0%, #e8e8e8 100%);
}
.products > ul li a .top-img img {
  width: 100%;
  height: auto;
}
.products > ul 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;
}
.products > ul li a .bottom-text .text-one h1 {
  font-size: 20px;
  margin-bottom: 9px;
  color: #333333;
}
.products > ul li a .bottom-text .text-one p {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.products > ul 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;
}
.products > ul li a .bottom-text .text-two h1 {
  font-size: 20px;
  color: #ffffff;
}
.products > ul li a .bottom-text .text-two .des {
  font-size: 14px;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 15px;
}
.products > ul 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;
}
.products > ul li:hover .bottom-text .text-one {
  display: none;
}
.products > ul li:hover .bottom-text .text-two {
  display: flex;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .products > ul {
    flex-wrap: wrap;
  }
  .products > ul li {
    width: 49%;
  }
  .products > ul li a .top-img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .products > ul {
    flex-wrap: wrap;
  }
  .products > ul li {
    width: 100%;
  }
  .products > ul li a .top-img {
    width: 100%;
    height: auto;
  }
}
.service {
  margin-top: 70px !important;
}
