a:hover {
  color: #1a203b;
}
.swiper-pagination-bullet-active {
  background-color: #1a203b !important;
}
.header .page {
  width: 92%;
  max-width: none;
  height: 94px;
  display: flex;
  align-items: center;
}
/* nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #1a203b;
}
.nav .page {
  display: flex;
  justify-content: center;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  display: flex;
  align-items: center;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding: 0 10px;
  color: #fff;
}
.nav-list > li > a i {
  font-size: 22px;
  line-height: 40px;
  transform: translate(4px, 0px);
}
.nav-list > li .erji2 {
  min-width: 250px;
  background-color: #f1f1f1;
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in;
}
.nav-list > li .erji2 ul {
  width: 100%;
}
.nav-list > li .erji2 ul li a {
  line-height: 35px;
  font-size: 14px;
  padding: 0 10px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #1a203b;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover > a {
  color: #fff;
  background-color: #e9141a;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-list .active > a {
  color: #fff;
  background-color: #e9141a;
}
.index_tit {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.pro-w {
  padding: 80px 0 50px;
}
.pro-w .index_tit .more {
  margin: 0 auto;
  font-size: 24px;
  border: 2px solid #1a203b;
  border-radius: 3px;
  color: #1a203b;
  font-weight: 600;
}
.pro-w .index_tit .more i {
  width: 27px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #1a203b;
  font-size: 15px;
}
.pro-w .index_tit .more:hover {
  background-color: #f1f1f1;
}
.pro-w ul {
  margin-top: 85px;
  display: flex;
}
.pro-w ul li {
  flex: 1;
  margin-right: 5.5%;
}
.pro-w ul li:last-child {
  margin-right: 0;
}
.pro-w ul li .pic {
  margin-bottom: 22.759%;
}
.pro-w ul li p {
  font-size: 23px;
  font-weight: 600;
  color: #1a203b;
  text-align: center;
}
.pro-w ul li:hover img {
  transform: scale(1.05);
}
.services-w {
  padding: 120px 0 84px;
  background-color: #1a203b;
}
.services-w .page {
  max-width: 1080px;
  display: flex;
  align-items: flex-start;
}
.services-w .lf {
  width: 29.6667%;
  margin-right: 5.5%;
  color: #fff;
}
.services-w .lf h1 {
  color: #fff;
}
.services-w .lf p {
  margin: 9.27% 0;
  font-weight: bold;
  line-height: 1.8;
  padding-right: 15px;
}
.services-w .lf .more {
  padding: 14px 20px;
  border: 1px solid #286F6C;
  background-color: #e9141a;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.services-w .lf .more:hover i {
  right: 4px;
}
.services-w .rg {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.services-w .box {
  width: 45.758%;
  background-color: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  line-height: 1.7;
}
.services-w .box h5 {
  font-size: 19px;
  font-weight: bold;
}
.services-w .box ul {
  margin-bottom: 9.27%;
}
.services-w .box ul li {
  font-size: 14px;
  padding-bottom: 1em;
  color: #666;
}
.services-w .box .more {
  margin: auto 0 0 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e9141a;
  padding-left: 0;
}
.quote-w {
  padding: 90px 0 60px;
}
.quote-w .page {
  width: 70%;
}
.quote-w ul {
  display: flex;
  margin-top: 50px;
}
.quote-w ul li {
  flex: 1;
  margin-right: 3%;
  position: relative;
  overflow: hidden;
}
.quote-w ul li:last-child {
  margin-right: 0;
}
.quote-w ul li img {
  width: 100%;
}
.quote-w ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s;
}
.quote-w ul li a::after {
  content: '';
  width: 93px;
  height: 104px;
  background: url(../images/quote-ico.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  transform-origin: 100% 0;
  transform: scale(0);
  transition: all 0.3s;
}
.quote-w ul li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-top: 36px;
  background-color: #fff;
  transition: all 0.3s;
}
.quote-w ul li .text em,
.quote-w ul li .text p {
  border-left: 4px solid #b7babe;
  padding-left: 27px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 500;
}
.quote-w ul li .text em {
  font-size: 18px;
  color: #b7babe;
  padding-bottom: 6px;
  display: block;
}
.quote-w ul li .text p {
  font-size: 24px;
}
.quote-w ul li:hover a::before {
  height: 100%;
}
.quote-w ul li:hover a::after {
  transform: scale(1);
}
.quote-w ul li:hover .text {
  opacity: 0;
  transform: translateY(100%);
}
.char-w {
  padding: 54px 0 27px;
}
.char-w .page {
  width: 70%;
}
.char-w ul {
  display: flex;
  justify-content: space-between;
}
.char-w ul li {
  width: 47.25%;
}
.char-w ul li:hover img {
  transform: scale(1.05);
}
.review {
  padding: 0 0 54px;
}
.review .page {
  width: 70%;
}
.review .index_tit {
  width: 40%;
  padding: 27px 0;
  text-align: center;
}
.review ul {
  display: flex;
  justify-content: space-between;
  padding: 27px 0;
}
.review ul li {
  width: 47.25%;
  text-align: center;
}
.review ul li h3 {
  margin-bottom: 5%;
  font-size: 25px;
  color: #e9141a;
}
.review ul li h4 {
  font-size: 25px;
  font-weight: bold;
  line-height: 35px;
}
.footer {
  background: #1a203b;
  padding: 54px 0 27px;
  color: #fff;
}
.footer .page {
  display: flex;
  justify-content: space-between;
}
.footer .box {
  width: 29.6667%;
}
.footer .f-nav h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFBA52;
  letter-spacing: 0.3em;
  line-height: 1.6em;
}
.footer .f-nav ul {
  margin-bottom: 20px;
}
.footer .f-nav ul li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  padding-bottom: 1em;
}
.footer .f-nav ul li a {
  color: #fff;
}
.footer .rg ul {
  margin-top: 40px;
}
.footer .rg ul li {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
}
.footer .rg ul li i {
  font-weight: normal;
  margin-right: 10px;
}
