.w {
  width: 100%;
}
.header .shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 27px;
  background-color: #fefeff;
  font-size: 12px;
  color: #5085bb;
  border-bottom: 1px solid #a9bfd4;
}
.header .shortcut .w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .shortcut .left,
.header .shortcut .right {
  display: flex;
}
.header .shortcut .left li,
.header .shortcut .right li {
  cursor: pointer;
}
.header .shortcut .left li a,
.header .shortcut .right li a {
  color: #5085bb;
}
.header .shortcut .left li:nth-child(2n),
.header .shortcut .right li:nth-child(2n) {
  margin: 0 5px;
}
.header .banner {
  height: 145px;
  background: url(../images/bg_header.png) repeat-x;
}
.header .banner .w {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  background: url(../images/logo.png) no-repeat;
  background-size: 1075px 100%;
}
.header .banner .w .search {
  display: flex;
  width: 297px;
  height: 42px;
  border: 1px solid #2c6eb7;
  border-radius: 4px;
  background-color: #fff;
  overflow: hidden;
}
.header .banner .w .search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding-left: 10px;
}
.header .banner .w .search .btn {
  width: 65px;
  height: 100%;
  background-color: #3873b8;
  border: 0;
  outline: 0;
}
.header .banner .w .search .btn img {
  width: 40px;
}
.header .nav {
  height: 48px;
  background-color: #00488c;
}
.header .nav .navlist {
  display: flex;
  height: 100%;
}
.header .nav .navlist li {
  flex: 1;
  height: 100%;
}
.header .nav .navlist li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 15px;
  color: #fff;
}
.header .nav .navlist li.active,
.header .nav .navlist li:hover {
  background-color: #fff1ce;
}
.header .nav .navlist li.active a,
.header .nav .navlist li:hover a {
  color: black;
}
.footer {
  margin-top: 54px;
}
.footer .friendship {
  display: flex;
  align-items: center;
  background: #b1bdd7;
  height: 83px;
}
.footer .friendship .links {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer .friendship .links li {
  position: relative;
  margin-top: 10px;
}
.footer .friendship .links li .name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 224px;
  height: 32px;
  background: url(../images/bg_select.png) no-repeat;
  background-size: 100% 100%;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}
.footer .friendship .links li .panel {
  display: none;
  position: absolute;
  top: 32px;
  width: 100%;
  border: 1px solid #90a3bb;
  top: 31px;
  background: #fff;
  z-index: 9999;
}
.footer .friendship .links li .panel a {
  display: block;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.footer .friendship .links li .panel a:hover {
  color: #00488c;
}
.footer .friendship .links li:hover .panel {
  display: block;
}
.footer .copyright {
  padding-top: 30px;
  background-color: #1b4586;
  color: #8dc9ff;
  font-size: 16px;
}
.footer .copyright a {
  display: flex;
  align-items: center;
  color: #8dc9ff;
}
.footer .copyright a img {
  margin-right: 5px;
}
.footer .copyright .top {
  display: flex;
  justify-content: center;
}
.footer .copyright .top li {
  margin: 0 10px;
}
.footer .copyright .other {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.footer .copyright .other li:nth-child(2n) {
  margin: 0 10px;
}
.footer .copyright .bot {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.footer .copyright .bot img {
  margin: 0 10px;
}
