.w {
  width: 100%;
  padding: 0 10px;
}
.header {
  position: relative;
  height: 600px;
}
.header .swiper {
  width: 100%;
  height: 100%;
}
.header .swiper img {
  width: 100%;
  height: auto;
  min-height: 100%;
  transition: 1s linear 2s;
  transform: scale(1.2, 1.2);
}
.header .swiper .swiper-slide-active img,
.header .swiper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.header .header_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/header_cloud.png) no-repeat;
  background-size: 100% 118px;
  background-position: bottom;
}
.header .header_banner .banner_top {
  height: 180px;
  background: url(../images/header_bg_nav.png) no-repeat;
  background-size: 100% 100%;
}
.header .header_banner .banner_top .shortcut {
  display: flex;
  justify-content: flex-end;
  padding: 17px 0 2px 0;
}
.header .header_banner .banner_top .shortcut li {
  position: relative;
  font-size: 16px;
  color: #333;
}
.header .header_banner .banner_top .shortcut li:nth-child(2n) {
  margin: 0 20px;
}
.header .header_banner .banner_top .shortcut li a {
  display: flex;
  align-items: center;
  color: #333;
}
.header .header_banner .banner_top .shortcut li a img {
  margin-right: 5px;
}
.header .header_banner .banner_top .shortcut li .btn {
  display: flex;
  align-items: center;
  color: #333;
  border: 0;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
}
.header .header_banner .banner_top .shortcut li .btn img {
  margin-right: 5px;
}
.header .header_banner .banner_top .shortcut li .panel {
  display: none;
  position: absolute;
  left: 50%;
  top: 30px;
  width: 120px;
  height: 120px;
  background-color: #fff;
  transform: translateX(-50%);
  border-radius: 5px;
  padding: 8px;
}
.header .header_banner .banner_top .shortcut li .panel img {
  width: 100%;
  height: 100%;
}
.header .header_banner .banner_top .shortcut li:hover .panel {
  display: block;
}
.header .header_banner .banner_top .banner_nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.header .header_banner .banner_top .banner_nav .navlist {
  display: flex;
  padding-bottom: 10px;
  margin-top: 10px;
}
.header .header_banner .banner_top .banner_nav .navlist li {
  font-size: 20px;
  margin-left: 40px;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
}
.header .header_banner .banner_top .banner_nav .navlist li a {
  display: flex;
  align-items: center;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(67, 88, 104, 0.52);
}
.header .header_banner .banner_top .banner_nav .navlist li a img {
  margin-right: 8px;
}
.header .header_banner .banner_top .banner_nav .navlist li:hover,
.header .header_banner .banner_top .banner_nav .navlist li.active {
  font-weight: 700;
  border-bottom: 2px solid #fff;
}
.header .header_banner .banner_main {
  display: flex;
  justify-content: center;
  margin-top: 91px;
}
.header .header_banner .banner_main .banner_search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 683px;
  height: 191px;
  background: url(../images/header_bg_search.png) no-repeat;
  background-size: 100% 100%;
}
.header .header_banner .banner_main .banner_search .search_main {
  display: flex;
  margin-top: 24px;
}
.header .header_banner .banner_main .banner_search .search_main .search_box {
  display: flex;
  width: 410px;
  height: 57px;
  background-color: rgba(1, 82, 147, 0.2);
  box-shadow: 1px 3px 9px 0px rgba(67, 88, 104, 0.2);
  border: solid 1px #78acd8;
}
.header .header_banner .banner_main .banner_search .search_main .search_box input {
  flex: 1;
  border: 0;
  outline: 0;
  background-color: transparent;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.header .header_banner .banner_main .banner_search .search_main .search_box input::placeholder {
  color: #fff;
}
.header .header_banner .banner_main .banner_search .search_main .search_box button {
  background-color: transparent;
  border: 0;
  outline: 0;
  padding: 0 23px;
}
.header .header_banner .banner_main .banner_search .search_main .btn_chat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 57px;
  background-color: #015293;
  box-shadow: 1px 3px 9px 0px rgba(67, 88, 104, 0.2);
  margin-left: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.footer {
  border-top: 2px solid #ff6c00;
}
.footer .friendlink {
  height: auto;
  background-color: #015293;
  padding: 20px 0;
}
.footer .friendlink .links {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 100%;
}
.footer .friendlink .links li {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
}
.footer .friendlink .links li a {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.footer .friendlink .links li a img {
  width: 24px;
  margin-left: 3px;
}
.footer .friendlink .links li .panel {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  width: 100%;
  background-color: #015293;
  border-radius: 4px 4px 0 0;
  z-index: 100;
  padding: 30px 20px;
  border-bottom: 2px solid #ff6c00;
}
.footer .friendlink .links li .panel .link-group {
  display: flex;
  flex-wrap: wrap;
}
.footer .friendlink .links li .panel .link-group a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  width: 230px;
  line-height: 45px;
}
.footer .friendlink .links li .panel .link-group a:last-child {
  border-bottom: none;
}
.footer .friendlink .links li:hover a img {
  transform: rotate(180deg);
}
.footer .friendlink .links li:hover .panel {
  display: block;
}
.footer .footer_main {
  background-color: #e8e8e8;
  padding: 30px 0;
}
.footer .footer_main .w {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .footer_main .w .organ {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 10px;
  border-right: 0;
  width: 100%;
}
.footer .footer_main .w .organ .organ_item {
  margin-right: 5px;
  margin: 0 20px;
}
.footer .footer_main .w .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.footer .footer_main .w .info .info_item {
  line-height: 30px;
}
.footer .footer_main .w .info .info_item a {
  color: #333;
}
.footer .footer_main .w .info .info_item a:hover {
  color: #015293;
}
