a:hover {
  color: #0063ae;
}
.swiper-pagination-bullet-active {
  background-color: #0063ae !important;
}
.header {
  position: relative;
  z-index: 999;
}
.header .page {
  height: 130px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.nav {
  background-color: #0063ae;
}
.nav-list {
  display: flex;
  position: relative;
}
.nav-list > li {
  flex: 1;
  position: relative;
  padding: 0 20px;
  margin-right: 1px;
}
.nav-list > li > a {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 65px;
  color: #fff;
  position: relative;
}
.nav-list > li .erji2 {
  min-width: 100%;
  position: absolute;
  top: 150%;
  left: 0;
  z-index: 999;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
}
.nav-list > li .erji2 ul li {
  padding: 0 20px;
}
.nav-list > li .erji2 ul li a {
  line-height: 45px;
  color: #fff;
  text-align: center;
}
.nav-list > li .erji2 ul li:hover a {
  color: #0063ae;
}
.nav-list > li .erji2 ul li:last-child {
  border: none;
}
.nav-list > li:hover {
  background-color: #68b392;
}
.nav-list > li:hover > a::after {
  width: 90%;
}
.nav-list > li:hover .erji2 {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.nav-list .active {
  background-color: #68b392;
}
.nav-list .active > a::after {
  width: 90%;
}
.sear-w {
  margin: 0 20px;
}
.sear-w .box {
  display: flex;
  align-items: center;
}
.sear-w input {
  width: 280px;
  height: 40px;
  padding: 0 22px;
  border: 1px solid #e2e2e2;
}
.sear-w input:focus {
  outline: none;
}
.sear-w button {
  width: 80px;
  height: 40px;
  color: #fff;
  background: #0063ae;
  border: none;
  cursor: pointer;
  transition: all 0.1s linear;
}
.sear-w button:hover {
  background: #68b392;
  transition: all 0.1s linear;
}
/*网站标题*/
.wz-bt {
  text-align: center;
}
.wz-bt p {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wz-bt p::before,
.wz-bt p::after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #0063ae;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin: 5px 20px 0;
}
.part2 {
  margin-top: 50px;
}
.con-box {
  display: flex;
  justify-content: space-between;
}
.con-box .lf {
  width: 49%;
}
.con-box .lf .tab {
  display: flex;
  position: relative;
  margin-bottom: 26px;
}
.con-box .lf .tab::after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #000;
  opacity: 0.1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.con-box .lf .tab li a {
  border-bottom: 3px solid transparent;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  padding: 0 13px 12px 13px;
}
.con-box .lf .tab .on a {
  border-color: #0063ae;
}
.con-box .lf .tab .more {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.45);
  margin: 6px 0 0 auto;
}
.con-box .lf .con ul {
  display: none;
}
.con-box .lf .con ul li {
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
.con-box .lf .con ul li:last-child {
  margin-bottom: 0;
}
.con-box .lf .con ul li::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
.con-box .lf .con ul li a {
  display: flex;
}
.con-box .lf .con ul li a p {
  flex: 1;
  margin-right: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.con-box .lf .con ul li a span {
  font-size: 14px;
  color: #888;
}
.con-box .lf .con .show {
  display: block;
}
.con-box .rg {
  width: 48%;
  margin: 0;
}
.con-box .rg li {
  position: relative;
}
.con-box .rg li .pic img {
  width: 100%;
  height: 396px;
  object-fit: cover;
}
.con-box .rg li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 0 24px;
}
.con-box .rg .swiper-btn .iconfont {
  width: 30px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
}
.con-box .rg .pagination {
  width: auto !important;
  position: absolute;
  left: auto;
  right: 24px;
  bottom: 0;
  height: 50px;
  display: flex;
  align-items: center;
  z-index: 11;
}
.con-box .rg .pagination span {
  background-color: #fff !important;
  opacity: 0.49;
  width: 11px;
  height: 4px;
  border-radius: 0;
  margin: 0 2px;
}
.con-box .rg .pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.part3 {
  padding-bottom: 40px;
}
.part3 .serve .box {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
.part3 .serve .box li {
  margin: 0 40px 40px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.part3 .serve .box li a {
  width: 240px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.part3 .serve .box li a img {
  width: 35px;
  margin-right: 20px;
}
.part3 .serve .box li a p {
  font-size: 18px;
  font-weight: bold;
  color: #0063ae;
}
.part3 .serve .box li a::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  transition: all 0s;
}
.part3 .serve .box li:hover a::after {
  width: 240px;
  height: 240px;
  opacity: 0;
  transition: all 0.5s linear;
}
.links {
  background-color: #f0f0f0;
}
.links .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
.links .page p {
  font-size: 16px;
  color: #0063ae;
}
.links .page a {
  font-size: 14px;
}
.links .page a:hover {
  text-decoration: underline;
}
.links .lf {
  display: flex;
}
.links .lf ul {
  display: flex;
}
.links .lf ul li {
  margin: 0 10px;
}
.footer {
  background: url(../images/foot-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 40px 0;
}
.footer a {
  color: #fff;
  display: inline;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .info {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.footer .info li {
  width: 50%;
  font-size: 14px;
  line-height: 2.2;
}
.footer .rg {
  width: 110px;
}
.footer .rg p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
