.header {
  position: relative;
}
.header .shortcut {
  height: 46px;
  background-color: #effaff;
}
.header .shortcut .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .shortcut .w .shortcut_nav {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.header .shortcut .w .shortcut_nav li:nth-child(2n) {
  margin: 0 20px;
}
.header .shortcut .w .shortcut_nav li a {
  color: #333;
}
.header .shortcut .w .shortcut_nav li a:hover {
  color: #015293;
}
.header .shortcut .w .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;
}
.header .shortcut .w .shortcut_nav li.wza img {
  margin-right: 5px;
}
.header .shortcut .w .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;
}
.header .shortcut .w .shortcut_nav li.ghb img {
  margin-right: 5px;
}
.header .banner {
  position: relative;
  height: 712px;
}
.header .banner .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header .banner .swiper-container img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.2, 1.2);
}
.header .banner .swiper-container .swiper-slide-active img,
.header .banner .swiper-container .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.header .banner .banner_main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header .banner .banner_main .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 21px;
  padding-top: 24px;
  color: #015293;
}
.header .banner .banner_main .nav li {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 12px;
}
.header .banner .banner_main .nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 69px;
  height: 2px;
  background-color: transparent;
}
.header .banner .banner_main .nav li .arrow {
  margin-left: 6px;
}
.header .banner .banner_main .nav li:hover::before,
.header .banner .banner_main .nav li.active::before {
  background-color: #015293;
}
.header .banner .banner_main .nav li:hover .panel,
.header .banner .banner_main .nav li.active .panel {
  display: block;
}
.header .banner .banner_main .nav li .panel {
  display: none;
  position: absolute;
  top: 38px;
  right: -142px;
  z-index: 99999;
}
.header .banner .banner_main .nav li .panel .panel_list {
  display: flex;
  flex-wrap: wrap;
  width: 640px;
  background-color: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(167, 167, 167, 0.53);
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 18px;
}
.header .banner .banner_main .nav li .panel .panel_list .panel_item {
  width: 180px;
  margin-right: 20px;
  line-height: 40px;
}
.header .banner .banner_main .nav li .panel .panel_list .panel_item:nth-child(3n) {
  margin-right: 0;
}
.header .banner .banner_main .nav li .panel .panel_list .panel_item a {
  color: #333;
}
.header .banner .banner_main .nav li .panel .panel_list .panel_item a:hover {
  color: #015293;
}
.header .banner .banner_main .nav li .panel.sz {
  right: 0px;
}
.header .banner .banner_main .nav li .panel.sz .panel_list {
  width: 940px;
}
.header .banner .banner_main .nav li .panel.sz .panel_list .panel_item {
  width: 160px;
  margin-right: 20px;
  line-height: 40px;
}
.header .banner .banner_main .nav li .panel.sz .panel_list .panel_item:nth-child(3n) {
  margin-right: 20px;
}
.header .banner .banner_main .nav li .panel.sz .panel_list .panel_item:nth-child(5n) {
  margin-right: 0px;
}
.header .banner .banner_main .nav li .panel.sz .panel_list .panel_item a {
  color: #333;
}
.header .banner .banner_main .nav li .panel.sz .panel_list .panel_item a:hover {
  color: #015293;
}
.header .banner .banner_main .nav li a {
  color: #015293;
}
.header .banner .banner_main .other {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 66px;
}
.header .banner .banner_main .other .search_box {
  display: flex;
  width: 648px;
  height: 58px;
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(67, 88, 104, 0.2);
  border-radius: 26px;
  margin-top: 40px;
  overflow: hidden;
  z-index: 999;
}
.header .banner .banner_main .other .search_box input {
  flex: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
}
.header .banner .banner_main .other .search_box input::placeholder {
  color: #646464;
}
.header .banner .banner_main .other .search_box .btn {
  width: 70px;
  height: 60px;
  background-color: rgba(1, 82, 147, 0.44);
  border-radius: 26px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header .mask {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 280px;
  z-index: 5;
}
.header .mask img {
  width: 100%;
  height: 100%;
  user-select: none;
}
.header .header_scroll {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 999;
  background-color: #308dce;
}
.header .header_scroll::before {
  content: '';
  position: absolute;
  bottom: -5px;
  z-index: 999999;
  width: 100%;
  height: 3px;
  background-color: rgba(48, 141, 206, 0.4);
}
.header .header_scroll .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .header_scroll .w .header_scroll_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 80px;
  font-size: 18px;
}
.header .header_scroll .w .header_scroll_nav li {
  position: relative;
  margin-left: 38px;
}
.header .header_scroll .w .header_scroll_nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 69px;
  height: 2px;
  background-color: transparent;
  transform: translateX(-50%);
}
.header .header_scroll .w .header_scroll_nav li.active,
.header .header_scroll .w .header_scroll_nav li:hover {
  font-weight: 700;
}
.header .header_scroll .w .header_scroll_nav li.active::before,
.header .header_scroll .w .header_scroll_nav li:hover::before {
  background-color: #fff;
}
.header .header_scroll .w .header_scroll_nav li a {
  color: #fff;
}
.header .header_scroll .w .scroll_search {
  display: flex;
}
.header .header_scroll .w .scroll_search .search_box {
  display: none;
  align-items: center;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.header .header_scroll .w .scroll_search .search_box input {
  flex: 1;
  height: 100%;
  width: 320px;
  border: 0;
  outline: 0;
  font-size: 16px;
  text-align: center;
}
.header .header_scroll .w .scroll_search .search_box .btn {
  width: 70px;
  height: 100%;
  background-color: #015293;
  border-radius: 26px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.header .header_scroll .w .scroll_search .search_box .btn img {
  width: 30px;
}
.header .header_scroll .w .scroll_search .icon {
  cursor: pointer;
}
.footer {
  background-color: #f6fbff;
}
.footer .links_box {
  height: 50px;
  background-color: #e4eff9;
}
.footer .links_box .links {
  position: relative;
  display: flex;
  justify-content: space-around;
  height: 100%;
}
.footer .links_box .links li {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
}
.footer .links_box .links li a {
  display: flex;
  align-items: center;
  color: #333;
  cursor: pointer;
}
.footer .links_box .links li a img {
  margin-left: 10px;
}
.footer .links_box .links li .panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 1300px;
  background-color: #e4eff9;
  border-radius: 4px;
  z-index: 100;
  padding: 30px 20px;
}
.footer .links_box .links li .panel .link-group {
  display: flex;
  flex-wrap: wrap;
}
.footer .links_box .links li .panel .link-group a {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15px;
  width: 180px;
  line-height: 45px;
}
.footer .links_box .links li .panel .link-group a:hover {
  color: #015293;
}
.footer .links_box .links li .panel .link-group a:last-child {
  border-bottom: none;
}
.footer .links_box .links li:hover a img {
  transform: rotate(180deg);
}
.footer .links_box .links li:hover .panel {
  display: block;
}
.footer .footer_main {
  display: flex;
  padding: 30px 0;
  font-size: 16px;
}
.footer .footer_main .item.pic {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-right: 2px solid #c5c9cc;
  width: 25%;
}
.footer .footer_main .item.word {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #333;
  line-height: 30px;
  width: 37.5%;
}
.footer .footer_main .item.word a {
  display: flex;
  align-items: center;
  color: #333;
}
.footer .footer_main .item.word a img {
  width: 17px;
  margin-right: 5px;
}
.footer .footer_main .item.word a:hover {
  color: #015293;
}
