.w {
  width: 100%;
  padding: 0 10px;
}
.header .shortcut {
  display: none;
  height: 102px;
  background-color: #fff;
}
.header .shortcut .w {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .shortcut .w .logo {
  width: 177px;
  height: 65px;
  margin-right: 0px;
}
.header .shortcut .w .logo img {
  width: 177px;
  height: 65px;
}
.header .shortcut .w .navlist {
  display: flex;
  font-size: 24px;
  font-weight: 700;
}
.header .shortcut .w .navlist li {
  position: relative;
  margin-right: 55px;
}
.header .shortcut .w .navlist li:last-child {
  margin-right: 0;
}
.header .shortcut .w .navlist li a {
  color: #333;
}
.header .shortcut .w .navlist li.active a {
  color: #0d60ba;
}
.header .shortcut .w .navlist li.active::before {
  background-color: #0d60ba;
}
.header .shortcut .w .navlist li:hover a {
  color: #0d60ba;
}
.header .shortcut .w .navlist li:hover::before {
  background-color: #0d60ba;
}
.header .shortcut .w .navlist li::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 94px;
  height: 2px;
  background-color: transparent;
}
.header .shortcut .w .search {
  display: flex;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-left: 60px;
}
.header .shortcut .w .search .input {
  flex: 1;
  height: 100%;
  border: 0;
  outline: 0;
  font-size: 14px;
}
.header .shortcut .w .search .btn {
  width: 80px;
  height: 40px;
  border: 0;
  outline: 0;
  background-color: #fff;
  margin-right: 10px;
}
.header .m_shortcut {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 102px;
  padding: 0 20px;
}
.header .m_shortcut .m_logo {
  width: 177px;
  height: 65px;
}
.header .m_shortcut .m_logo img {
  width: 177px;
  height: 65px;
}
.header .m_shortcut .menus {
  width: 48px;
  height: 48px;
}
.header .m_shortcut .menus img {
  width: 100%;
  height: 100%;
}
.header .banner_swiper {
  width: 100%;
  height: 400px;
}
.header .banner_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.header .banner_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
}
.footer {
  height: 500px;
  background-color: #f4f4f4;
}
.footer .frendlink {
  height: auto;
  border-bottom: 1px solid #cdcdcd;
}
.footer .frendlink .w {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
}
.footer .frendlink .w .friend_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer .frendlink .w .friend_link li {
  margin-left: 0px;
}
.footer .frendlink .w .friend_link li a {
  color: #333;
  cursor: pointer;
}
.footer .frendlink .w .friend_link li a:hover {
  color: #0d60ba;
}
.footer .copyright {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-direction: column;
}
.footer .copyright .copyright_l {
  margin-left: 0px;
}
.footer .copyright .copyright_l img {
  width: 297px;
  height: 109px;
}
.footer .copyright .copyright_r {
  margin-left: 0px;
}
.footer .copyright .copyright_r ul {
  display: flex;
  flex-direction: column;
}
.footer .copyright .copyright_r ul li {
  display: flex;
  width: 100%;
  line-height: 56px;
  justify-content: center;
}
.footer .copyright .copyright_r ul li img {
  width: 20px;
  height: 26px;
  vertical-align: middle;
}
