.active_header {
  height: 762px;
  background: url(../images/active_bg_header.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 20px;
}
.active_header .active_shortcut {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.active_header .active_shortcut .active_shortcut_nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.active_header .active_shortcut .active_shortcut_nav li:nth-child(2n) {
  margin: 0 20px;
}
.active_header .active_shortcut .active_shortcut_nav li a {
  color: #fff;
}
.active_header .active_shortcut .active_shortcut_nav li.wza {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #18a4df;
  color: #fff;
  cursor: pointer;
}
.active_header .active_shortcut .active_shortcut_nav li.wza img {
  margin-right: 5px;
}
.active_header .active_shortcut .active_shortcut_nav li.ghb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #015293;
  color: #fff;
  cursor: pointer;
}
.active_header .active_shortcut .active_shortcut_nav li.ghb img {
  margin-right: 5px;
}
.active_header .active_header_top {
  display: flex;
  justify-content: space-between;
}
.active_header .active_header_top .active_header_nav {
  display: flex;
  align-items: center;
  font-size: 21px;
}
.active_header .active_header_top .active_header_nav li {
  position: relative;
  margin-left: 30px;
}
.active_header .active_header_top .active_header_nav li a {
  color: #fff;
}
.active_header .active_header_top .active_header_nav li::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 69px;
  height: 2px;
  background-color: transparent;
}
.active_header .active_header_top .active_header_nav li:hover::before,
.active_header .active_header_top .active_header_nav li.active::before {
  background-color: #fff;
}
.active_header .active_header_title {
  font-size: 100px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-top: 110px;
  text-shadow: 3px 6px 0px rgba(20, 97, 160, 0.68);
}
.main {
  background-color: #fff;
  padding: 40px;
  margin-top: -220px;
}
.main .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  font-size: 18px;
}
.main .breadcrumbs img {
  margin-right: 10px;
}
.main .breadcrumbs a {
  color: #333;
}
.main .breadcrumbs a:hover {
  color: #016bb5;
}
.main .introduction {
  display: flex;
  align-items: center;
  width: 100%;
  height: 229px;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 0 70px;
  font-size: 18px;
  color: #333;
  text-indent: 2em;
  line-height: 45px;
  font-weight: 700;
  background: url(../images/active_bg_introduction.png) no-repeat;
  background-size: 100% 100%;
}
.main .module {
  margin-top: 58px;
}
.main .module .module_title {
  font-size: 30px;
  color: #015293;
  font-weight: 700;
  text-align: center;
  background: url(../images/active_bg_title.png) no-repeat;
  background-size: 100% 8px;
  background-position: center;
}
.main .module .module_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.main .module .module_list li {
  width: 279px;
  height: 64px;
  background: url(../images/active_bg_li.png) no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s;
  margin-right: 34px;
  margin-bottom: 40px;
}
.main .module .module_list li:nth-child(4n) {
  margin-right: 0;
}
.main .module .module_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #333;
}
.main .module .module_list li:hover {
  transform: translateY(-5px);
}
.main .module .module_list li:hover a {
  color: #015293;
}
