.isPc .wrapper .container {
  width: 1300px;
  margin: 0 auto;
  background-color: #e3f4f8;
  padding-top: 30px;
}

.isPc .Link {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.isPc .Link ul {
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: center;
}

.isPc .Link li {
  margin: 0px;
  padding: 16px 42px;
  list-style-type: none;
  float: left;
}

.isPc .Link li a {
  color: #000852;
  text-transform: uppercase;
}

.isPc .Link li a:link,
.link li a:visited {
  text-decoration: none;
  font-size: 22px;
  font-weight: 500;
}

.isPc .Link li a:hover {
  color: #0077ba;
  text-decoration: none;
}

/* .isPc .Link li a {
  display: block;
  min-width: 172px;
  height: 48px;
  line-height: 48px;
  padding: 0 18px;
  box-sizing: border-box;
  border-radius: 4px;
  border-top: 4px solid #0080c7;
  background: rgba(255, 255, 255, 0.9);
  color: #005f98;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
} */

/* .isPc .Link li a:hover {
  background: #0a9cde;
  border-top-color: #0077ba;
  color: #fff;
  text-decoration: none;
}

.isPc .Link li.active a {
  background: #0a9cde;
  border-top-color: #0077ba;
  color: #fff;
} */

.isPc .section1 {
  height: auto;
  margin-bottom: 30px;
}

.isPc .list2-tit {
  justify-content: center;
}

.isPc .list2-tit::before {
  display: block;
  content: " ";
  width: 220px;
  height: 70px;
  background: url("../i/left.png") no-repeat center;
}

.isPc .list2-tit::after {
  display: block;
  content: " ";
  width: 220px;
  height: 70px;
  background: url("../i/right.png") no-repeat center;
}

.isPc .list-center .list-item:nth-child(1) {
  background: #3bd181;
}

.isPc .list-center .list-item:nth-child(2),
.isPc .i-list4 .list-right {
  background: #0a9cde;
}

.isPc .list-center .list-item:nth-child(3) {
  background: #fff;
}

.isPc .i-list4 .list-center .list-item:nth-child(3) .list-tit a {
  color: #333;
}

.isWap .list2-tit {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.isWap .list2-tit a {
  color: #0070ba;
  font-size: 0.54rem;
  height: auto;
  display: inline-flex;
  margin: 0 8px;
  font-weight: bold;
}

.isWap .list-center .list-item:nth-child(1) {
  background: #3bd181;
}

.isWap .list-center .list-item:nth-child(2),
.isWap .i-list4 .list-right .list-item {
  background: #0a9cde;
}

.isWap .list-center .list-item:nth-child(1) a,
.isWap .list-center .list-item:nth-child(2) a,
.isWap .i-list4 .list-right .list-item a {
  color: #fff;
}

.clear {
  clear: both;
}
