a:hover {
  color: #19377d;
}
.swiper-pagination-bullet-active {
  background-color: #19377d !important;
}
.header .page {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .logo img {
  height: 100px;
}
.header .rg {
  margin-left: 50px;
  display: flex;
  align-items: center;
}
.header .head-tel {
  display: flex;
  align-items: center;
}
.header .head-tel .iconfont {
  font-size: 40px;
  color: #19377d;
  margin-right: 13px;
}
.header .head-tel p {
  font-size: 15px;
  color: #19377d;
  margin-top: 4px;
}
.header .head-tel span {
  font-size: 28px;
  font-weight: bold;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #19377d;
}
.nav {
  background-color: #19377d;
}
.nav-list {
  flex: 1;
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  width: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: flex;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 1px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.nav-list > li .erji2 ul {
  width: 100%;
  text-align: center;
}
.nav-list > li .erji2 ul li {
  background-color: #fff;
  margin-bottom: 1px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  font-size: 15px;
  padding: 0 20px;
}
.nav-list > li .erji2 ul li:hover {
  background-color: #19377d;
}
.nav-list > li .erji2 ul li:hover a {
  color: #fff;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #1b1b1b;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
.nav-list .active {
  background-color: #1b1b1b;
}
/* 搜索 */
.search {
  background-color: #e7e7e7;
}
.search .page {
  display: flex;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
.search .page .keywo {
  display: flex;
  align-items: center;
}
.search .page .keywo > p {
  display: flex;
  align-items: center;
  color: #333;
}
.search .page .keywo > p i {
  font-size: 24px;
  margin-right: 5px;
}
.search .page .keywo a {
  font-size: 15px;
  margin-right: 10px;
  padding-right: 10px;
  color: #666;
}
.search .page .keywo a:last-child {
  border: none;
}
.search .page .keywo a:hover {
  color: #19377d;
}
.search .page .sear-w {
  display: flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  border-radius: 20px;
}
.search .page .sear-w input {
  width: 200px;
  height: 40px;
  padding: 0 25px;
  border: none;
}
.search .page .sear-w input:focus {
  outline: none;
}
.search .page .sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #19377d;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
  border-radius: 20px;
}
.search .page .sear-w button:hover {
  background: #fc6902;
  transition: all 0.1s linear;
}
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 34px;
  position: relative;
  font-weight: bold;
}
.wz-bt span {
  text-transform: uppercase;
  font-weight: lighter;
  position: relative;
  padding: 10px 0 18px;
}
.wz-bt span::after {
  content: '';
  width: 35px;
  height: 1px;
  background-color: #19377d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pro-w {
  padding: 60px 0;
  background-color: #f2f2f2;
}
.pro-w .pro-tabs {
  width: 1100px;
  margin: 40px auto;
}
.pro-w .pro-tabs ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.pro-w .pro-tabs ul li {
  flex: auto;
  height: 42px;
  line-height: 42px;
  border: 1px solid #19377d;
  text-align: center;
}
.pro-w .pro-tabs ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active {
  background-color: #19377d;
}
.pro-w .pro-tabs ul .swiper-slide-thumb-active a {
  color: #fff;
}
.pro-w .con-box {
  max-width: 1410px;
  margin: 0 auto;
}
.pro-w .con-box ul {
  display: flex;
}
.pro-w .con-box ul li {
  width: 25%;
  padding: 0 5px;
}
.pro-w .con-box ul li a {
  background-color: #fff;
}
.pro-w .con-box ul li p {
  line-height: 55px;
  text-align: center;
}
.pro-w .con-box ul li span {
  line-height: 55px;
  border-top: 1px solid #ccc;
  text-align: center;
}
.pro-w .con-box ul li:hover span {
  background-color: #19377d;
  color: #fff;
  transition: all 0.2s linear;
}
.pro-w .more {
  margin: 40px auto 0;
  width: 160px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  text-transform: uppercase;
  border: 1px solid #e2e2e2;
  transition: all 0.3s;
}
.pro-w .more:hover {
  background-color: #19377d;
  color: #fff;
}
.intr-w {
  background: url(../images/intr-bg.jpg) no-repeat center;
}
.intr-w .page {
  height: 720px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 85px;
}
.intr-w .lf {
  width: 45%;
  line-height: 1.875;
}
.intr-w .lf h1 {
  font-size: 30px;
  color: #19377d;
  font-weight: bold;
}
.intr-w .lf h2 {
  font-size: 24px;
  color: #626262;
}
.intr-w .lf h3 {
  font-size: 18px;
  color: #434343;
}
.intr-w .lf .text {
  margin-top: 40px;
}
.intr-w .lf ul {
  margin-top: 100px;
  display: flex;
}
.intr-w .lf ul a {
  width: 160px;
  line-height: 45px;
  text-align: center;
  background-color: #fff;
  margin-right: 2px;
  color: #626262;
  transition: all 0.3s;
}
.intr-w .lf ul a:hover {
  background-color: #19377d;
  color: #fff;
}
.adv-w {
  padding: 70px 0 80px;
}
.adv-w ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.adv-w ul li {
  width: 50%;
  background-color: #f2f2f2;
  display: flex;
}
.adv-w ul li .pic {
  width: 50%;
}
.adv-w ul li .text {
  width: 50%;
  padding: 40px 30px 0;
}
.adv-w ul li .text p {
  font-size: 24px;
  color: #19377d;
  margin-bottom: 25px;
}
.adv-w ul li .text span {
  font-size: 16px;
  line-height: 2;
}
.case-w {
  padding: 70px 0 100px;
  background: url(../images/case-bg.jpg);
  background-size: cover;
}
.case-w h3 {
  font-size: 24px;
  margin-top: 18px;
  color: #434343;
}
.case-w ul {
  margin-top: 45px;
  display: flex;
  justify-content: space-evenly;
}
.case-w ul li {
  width: 20%;
  position: relative;
}
.case-w ul li p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
  line-height: 70px;
  text-align: center;
  background: url(../images/case-text.png) no-repeat center;
  white-space: nowrap;
}
.partner {
  padding: 80px 0 50px;
}
.partner .box {
  margin-top: 40px;
}
.partner .box .ptn-box li .pic {
  border-radius: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.partner .ptn-pagination {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.char-w ul {
  display: flex;
  justify-content: space-between;
}
.char-w ul li {
  width: 19%;
  padding: 40px 20px;
  background-color: #f4f3f3;
  text-align: center;
}
.char-w ul li .ico {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
}
.char-w ul li .ico img {
  margin: auto;
}
.char-w ul li p {
  margin-top: 40px;
  font-size: 24px;
}
.char-w ul li hr {
  width: 60px;
  height: 1px;
  background-color: #666;
  margin: 15px auto 20px;
}
.char-w ul li span {
  line-height: 1.75;
}
.news-w {
  padding: 90px 0 70px;
}
.news-w .news-tab {
  margin: 30px 0;
}
.news-w .news-tab ul {
  display: flex;
  justify-content: center;
}
.news-w .news-tab li {
  width: 150px !important;
  line-height: 48px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #e2e2e2;
}
.news-w .news-tab .news-active {
  background-color: #19377d;
}
.news-w .news-tab .news-active a {
  color: #fff;
}
.news-w .news-box ul {
  display: flex;
  padding: 15px;
}
.news-w .news-box ul li {
  width: 31%;
  margin-right: 3.5%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.news-w .news-box ul li:nth-child(3n) {
  margin-right: 0;
}
.news-w .news-box ul li .text {
  padding: 20px 25px;
  position: relative;
}
.news-w .news-box ul li .text p {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.news-w .news-box ul li .text span {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: #454545;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-w .news-box ul li .text em {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 14px;
  color: #666;
}
.news-w .news-box ul li .text .more {
  margin-top: 15px;
  font-size: 14px;
  color: #454545;
}
.news-w .news-box ul li .text .more:hover {
  color: #19377d;
  text-decoration: underline;
}
.news-w .news-box ul li img:hover {
  transform: scale(1.1);
}
.footer {
  background: url(../images/foot-bg.jpg);
  background-size: cover;
}
.footer * {
  color: rgba(255, 255, 255, 0.8);
}
.footer a:hover {
  color: #fff;
}
.footer .page {
  max-width: 1400px;
  padding: 80px 0 50px;
  display: flex;
}
.footer .page .lf {
  width: 530px;
  margin-right: 120px;
  margin-top: -15px;
}
.footer .page .lf ul {
  margin-top: 30px;
}
.footer .page .lf ul li {
  display: flex;
  line-height: 32px;
  align-items: center;
  font-weight: lighter;
}
.footer .page .lf ul li i {
  margin-right: 11px;
  font-size: 20px;
}
.footer .page .rg {
  flex: 1;
}
.footer .page .f-nav {
  display: flex;
  justify-content: space-between;
}
.footer .page .f-nav ul h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .page .f-nav ul li {
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/f-rg.png) no-repeat left center;
}
.footer .page .wx {
  margin: 50px 0 0 auto;
  text-align: center;
  display: flex;
  justify-content: flex-end;
}
.footer .page .wx img {
  width: 100px;
  margin-left: 15px;
}
.footer .page .wx p {
  font-size: 13px;
  line-height: 50px;
}
.copy {
  background-color: #19377d;
}
.copy .page {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.copy .page * {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
}
.copy .page .left {
  display: flex;
}
