.header {
  height: 478px;
  border-bottom: 3px solid #ed2b24;
  background: url(../images/bg_header.png) no-repeat center;
  background-size: 100% 100%;
}
.header .shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
}
.header .shortcut .shortcut_l {
  display: flex;
  align-items: center;
}
.header .shortcut .shortcut_l li {
  font-size: 16px;
  color: #fff;
}
.header .shortcut .shortcut_l li a {
  color: #fff;
}
.header .shortcut .shortcut_l li:nth-child(2n) {
  margin: 0 5px;
}
.header .shortcut .shortcut_r {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .shortcut .shortcut_r li {
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 0px 15px;
  margin-left: 10px;
  font-size: 16px;
  height: 34px;
}
.header .shortcut .shortcut_r li a {
  display: flex;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.header .shortcut .shortcut_r li a img {
  margin-right: 5px;
}
.header .shortcut .shortcut_r li.ghb {
  background-color: #fb9e0d;
  border-color: #fb9e0d;
}
.header .search {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 17px;
}
.header .search .search_con {
  display: flex;
  align-items: center;
  width: 723px;
  height: 65px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(41, 138, 255, 0.22);
  overflow: hidden;
}
.header .search .search_con input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  font-size: 16px;
  padding: 0 21px;
}
.header .search .search_con .btn {
  width: 107px;
  height: 100%;
  cursor: pointer;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 25px;
}
.header .nav li {
  line-height: 54px;
}
.header .nav li a {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.header .nav li:hover a,
.header .nav li.active a {
  color: #df201b;
}
.footer {
  position: relative;
  background: #185aae;
  padding-top: 40px;
}
.footer .friendship {
  display: flex;
  justify-content: space-between;
}
.footer .friendship li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 50px;
  background: #2262b3;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.footer .friendship li .icon {
  margin-left: 10px;
}
.footer .friendship li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}
.footer .friendship li .links_footer {
  display: none;
  position: absolute;
  left: 0;
  bottom: 362px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  overflow: hidden;
  padding: 25px 0;
}
.footer .friendship li .links_footer .links_list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
}
.footer .friendship li .links_footer .links_list .links_item {
  display: flex;
  align-items: center;
  width: 20%;
  height: 36px;
}
.footer .friendship li .links_footer .links_list .links_item a {
  color: #fff;
}
.footer .friendship li .links_footer .links_list .links_item a:hover {
  text-decoration: underline;
}
.footer .copyright {
  display: flex;
  margin-top: 20px;
}
.footer .copyright .cover {
  width: 405px;
  height: 126px;
  background: #2262b3 url(../images/footer_logo.png) no-repeat center;
}
.footer .copyright .contact {
  width: 498px;
  height: 126px;
  background: #2262b3;
  margin-left: 28px;
  padding: 20px 45px;
  font-size: 16px;
  color: #fff;
}
.footer .copyright .contact .jump {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}
.footer .copyright .contact .jump .jump_item a {
  color: #fff;
}
.footer .copyright .contact .jump .jump_item:nth-child(2n) {
  margin: 0 10px;
}
.footer .copyright .contact p {
  line-height: 28px;
}
.footer .copyright .weixin {
  width: 405px;
  height: 126px;
  margin-left: 28px;
  color: #fff;
  position: relative;
}
.footer .copyright .weixin .weixin_item {
  display: flex;
  align-items: center;
  height: 40px;
  text-align: left;
  background: #2262b3;
  margin-bottom: 3px;
  padding-left: 40px;
  cursor: pointer;
}
.footer .copyright .weixin .weixin_item img {
  margin-right: 40px;
}
.footer .copyright .weixin .weixin_item .panel {
  display: none;
  position: absolute;
  top: 0;
  left: -146px;
  width: 141px;
  height: 126px;
}
.footer .copyright .weixin .weixin_item .panel img {
  width: 100%;
  height: 100%;
}
.footer .copyright .weixin .weixin_item:hover .panel {
  display: block;
}
.footer .footer_other {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid #5e8cc6;
  padding-top: 20px;
}
.footer .footer_other .footer_other_l {
  font-size: 16px;
  color: #fff;
}
.footer .footer_other .footer_other_l .block {
  display: flex;
  line-height: 30px;
}
.footer .footer_other .footer_other_l .block .block_item {
  margin-right: 10px;
}
.footer .footer_other .footer_other_l .block .block_item a {
  display: flex;
  align-items: center;
  color: #fff;
}
.footer .footer_other .footer_other_l .block .block_item a img {
  margin-right: 5px;
}
.footer .footer_other .footer_other_r {
  display: flex;
  align-items: center;
}
.footer .footer_other .footer_other_r li {
  margin-left: 15px;
}
