/*全球合作网络*/
.sub-title li {
  text-align: center;
  width: 100%;
  flex: 1;
}
.sub-title li a {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  width: 100%;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(5, 45, 80, 0.2);
  position: relative;
}
.sub-title li a:after {
  content: '';
  width: 0%;
  height: 3px;
  display: inline-block;
  background-color: #032A4D;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-title li:hover a:after,
.sub-title li.active a:after {
  content: '';
  width: 100%;
  height: 3px;
  display: inline-block;
  background-color: #032A4D;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.inland-map {
  height: auto;
}
.inner-title2 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  text-align: center;
  line-height: 1.6;
  margin: 70px 0 20px 0;
}
.sub-title2 {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .sub-title li a {
    padding-bottom: 0.4rem /* 15/37.5 */;
    font-size: 0.427rem /* 16/37.5 */;
  }
  .inner-title2 {
    font-size: 0.427rem /* 16/37.5 */;
  }
}
/*# sourceMappingURL=network.css.map */