a:hover {
  color: #024ff9;
}
.swiper-pagination-bullet-active {
  background-color: #024ff9 !important;
}
.header .page {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.header .rg {
  display: flex;
  align-items: center;
}
.header .rg img {
  margin-right: 10px;
}
.header .rg p {
  font-size: 28px;
}
.header .rg span {
  font-size: 14px;
  color: #888;
  padding-left: 4px;
}
/* nav */
.nav {
  background: #024ff9;
}
.nav-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.nav-list > li {
  padding: 0 30px;
  display: flex;
  align-items: center;
  position: relative;
}
.nav-list > li > a {
  padding: 0 10px;
  line-height: 50px;
  color: #fff;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%) scaleY(0);
  transform-origin: 0 0;
  transition: all 0.3s linear;
  padding-top: 2px;
}
.nav-list > li .erji2 ul {
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
}
.nav-list > li .erji2 ul li a {
  line-height: 2;
  font-size: 14px;
  color: #666;
  padding: 3px 10px;
  margin-bottom: 2px;
}
.nav-list > li .erji2 ul li a:hover {
  background-color: #024ff9;
  color: #fff;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
  transition: all 0.3s linear;
}
/* 搜索 */
.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: #024ff9;
}
.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: 40px;
  height: 40px;
  color: #fff;
  background: #024ff9;
  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: 16px;
}
.wz-bt span {
  font-size: 26px;
  font-weight: bold;
}
.char-w {
  background-color: #f6f8fc;
}
.char-w .page {
  max-width: 1400px;
}
.char-w ul {
  display: flex;
}
.char-w ul li {
  flex: 1;
  height: 330px;
  padding: 70px 40px 0;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  cursor: pointer;
}
.char-w ul li:last-child {
  border-right: none;
}
.char-w ul li .pic {
  width: 70px;
  height: 70px;
  background: #024ff9;
  display: flex;
  margin: 0 auto;
}
.char-w ul li .pic img {
  margin: auto;
}
.char-w ul li p {
  font-size: 20px;
  font-weight: bold;
  color: #024ff9;
  margin: 15px 0px;
}
.char-w ul li span {
  font-size: 20px;
  color: #8b8b8b;
  line-height: 1.75;
}
.char-w ul li:hover {
  background-color: #024ff9;
}
.char-w ul li:hover p,
.char-w ul li:hover span {
  color: #fff;
}
.intr-w {
  margin-top: 140px;
}
.intr-w .page {
  display: flex;
}
.intr-w .pic {
  width: 500px;
  margin-right: -233px;
  transform: translateY(-60px);
}
.intr-w .con {
  flex: 1;
  background-color: #f6f8fc;
  padding-left: 233px;
  display: flex;
  align-items: center;
}
.intr-w .con .lf {
  flex: 1;
  padding: 40px 40px 40px 60px;
}
.intr-w .con .lf .tit p {
  font-size: 20px;
}
.intr-w .con .lf .tit span {
  font-size: 14px;
}
.intr-w .con .lf .text {
  margin-top: 25px;
  font-size: 14px;
  color: #666;
  line-height: 1.75;
}
.intr-w .con ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.intr-w .con ul li {
  flex: 1;
  width: 210px;
  border: 1px solid #ccc;
}
.intr-w .con ul li:nth-child(n+2) {
  border-top: none;
}
.intr-w .con ul li a {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.intr-w .con ul li a p {
  color: #666;
}
.intr-w .con ul li a span {
  font-size: 14px;
  color: #FFFFFF;
  display: none;
}
.intr-w .con ul li a i {
  font-size: 36px;
  color: #FFFFFF;
  opacity: 0.3;
  display: none;
}
.intr-w .con ul li a:hover {
  justify-content: space-between;
  background-color: #024ff9;
}
.intr-w .con ul li a:hover p {
  font-size: 22px;
  color: #fff;
}
.intr-w .con ul li a:hover span,
.intr-w .con ul li a:hover i {
  display: block;
}
.pro-w {
  padding: 60px 0 70px;
}
.pro-w .tit-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pro-w .tit-box .wz-bt {
  text-align: left;
}
.pro-w .tit-box .pro-tabs {
  display: flex;
}
.pro-w .tit-box .pro-tabs li {
  margin-left: 50px;
  font-size: 18px;
  font-weight: bold;
}
.pro-w .con-box {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.pro-w .con-box li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.pro-w .con-box li:nth-child(3n) {
  margin-right: 0;
}
.pro-w .con-box li img {
  margin: 0 auto;
}
.pro-w .con-box li p {
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.pro-w .con-box li::after {
  content: '';
  width: 0;
  height: 1px;
  background-color: #024ff9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s linear;
}
.pro-w .con-box li:hover img {
  transform: scale(1.05);
}
.pro-w .con-box li:hover::after {
  width: 100%;
}
.strength-w .box {
  display: flex;
}
.strength-w .box .lf {
  width: 50%;
}
.strength-w .box .lf img {
  width: 100%;
  height: 640px;
  object-fit: cover;
}
.strength-w .box .lf img:hover {
  transform: scale(1.1);
}
.strength-w .box ul {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.strength-w .box ul li {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}
.strength-w .box ul li img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}
.strength-w .box ul li h5 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  text-shadow: 0 0 3px #000;
}
.strength-w .box ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #024ff9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.strength-w .box ul li .text p {
  font-size: 20px;
}
.strength-w .box ul li .text span {
  font-size: 14px;
}
.strength-w .box ul li:hover .text {
  transform: translateY(0);
}
.strength-w .btm {
  padding: 50px;
  background-color: #f6f8fc;
}
.strength-w .btm ul {
  display: flex;
}
.strength-w .btm ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ccc;
}
.strength-w .btm ul li:last-child {
  border-right: none;
}
.strength-w .btm ul li p {
  font-size: 36px;
}
.strength-w .btm ul li p i {
  font-size: 14px;
}
.strength-w .btm ul li span {
  margin-top: 10px;
  color: #666;
}
.process-w {
  padding: 60px;
}
.process-w .box {
  display: flex;
  align-items: center;
  background-color: #f6f8fc;
}
.process-w .box .tit {
  width: 315px;
  height: 315px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #024ff9;
  position: relative;
}
.process-w .box .tit p {
  font-size: 20px;
}
.process-w .box .tit span {
  font-size: 14px;
}
.process-w .box .tit::after {
  content: '';
  width: 25px;
  height: 50px;
  background-color: #024ff9;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.process-w .box ul {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.process-w .box ul li {
  flex: 1;
  text-align: center;
}
.process-w .box ul li img {
  margin: 0 auto;
}
.process-w .box ul li p {
  font-size: 20px;
  margin-top: 10px;
}
.process-w .btm {
  text-align: center;
  padding-top: 50px;
}
.process-w .btm img {
  margin: 0 auto;
  text-align: center;
}
.process-w .btm p {
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.process-w .btm span {
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.process-w .btm a {
  width: 200px;
  line-height: 40px;
  background-color: #024ff9;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s linear;
}
.process-w .btm a:hover {
  opacity: 0.85;
}
.hengfu-w p {
  line-height: 100px;
  text-align: center;
  font-size: 30px;
  color: #5f5f5f;
  background-color: #f6f8fc;
}
.news-w {
  padding: 60px 0;
}
.news-w .box {
  margin-top: 30px;
  display: flex;
}
.news-w .box .lf {
  width: 50%;
}
.news-w .box .lf a {
  position: relative;
  overflow: hidden;
}
.news-w .box .lf a img {
  width: 100%;
  height: 423px;
  object-fit: cover;
}
.news-w .box .lf a p {
  position: absolute;
  left: 15px;
  bottom: 15px;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}
.news-w .box .lf a .more {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.news-w .box .lf a .more i {
  margin: auto;
  padding: 7px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.news-w .box .lf a:hover .more {
  transform: translateY(0);
}
.news-w .box ul {
  width: 50%;
  padding-left: 60px;
}
.news-w .box ul li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 18px;
}
.news-w .box ul li a {
  display: flex;
}
.news-w .box ul li .text {
  flex: 1;
  margin-right: 20px;
}
.news-w .box ul li .text p {
  line-height: 30px;
  margin-bottom: 15px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-w .box ul li .text span {
  font-size: 12px;
  color: #888;
}
.news-w .box ul li .pic {
  width: 190px;
}
.news-w .box ul li .pic img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}
.news-w .box ul li .pic:hover img {
  transform: scale(1.1);
}
.footer {
  padding-top: 50px;
  background-color: #024ff9;
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .box .lf {
  width: 66%;
}
.footer .box .lf .f-nav {
  display: flex;
  justify-content: space-between;
}
.footer .box .lf .f-nav a {
  font-size: 18px;
}
.footer .box .lf .tel {
  margin: 30px 0px 20px 0px;
  display: flex;
  align-items: center;
}
.footer .box .lf .tel img {
  margin-right: 15px;
}
.footer .box .lf .tel p {
  font-size: 30px;
}
.footer .box .lf .tel span {
  font-size: 14px;
  padding-left: 3px;
}
.footer .box .lf .address {
  font-size: 14px;
}
.footer .box .lf .links {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.footer .box .lf .links .tit {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #fff;
}
.footer .box .lf .links .tit p {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .box .lf .links .tit span {
  font-size: 14px;
}
.footer .box .lf .links .list {
  display: flex;
}
.footer .box .lf .links .list a {
  margin-right: 15px;
}
.footer .box .rg {
  display: flex;
}
.footer .box .rg .pic {
  margin: 0 15px;
}
.footer .box .rg .pic img {
  width: 90px;
  margin: 0 auto;
}
.footer .box .rg .pic p {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.footer .btm {
  font-size: 14px;
  line-height: 28px;
  box-sizing: border-box;
  padding: 15px 0px 25px 0px;
}
