.container {
  width: 1500px;
  padding: 0 30px;
  margin: auto;
  overflow: hidden;
}
#clock {
  color: #fff;
}
.tabs {
  background: #0649A5;
}
.tabs .container {
  background: #0649A5;
}
.tabs a {
  color: #FFFFFF;
}
.tabs .d-flex a {
  padding: 16px 0;
  transition: all ease-in-out 0.3s;
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.tabs .d-flex a:hover,
.tabs .d-flex a.on {
  background: #246AD2;
}
.footer {
  min-width: 1500px;
  background: #0649A5;
}
.footer .footer-nav {
  padding: 54px 0;
}
.footer .footer-nav .container {
  color: #fff;
  text-align: right;
}
.footer .footer-nav .container a {
  color: #fff;
  font-size: 14px;
}
.footer .footer-nav .container p {
  margin: 14px 0;
}
.footer .footer-nav .container .nav-content i {
  color: #fff;
  margin: 0 8px;
}
.footer .record {
  width: 100%;
  background: #084497;
  padding: 18px 0;
  color: #fff;
}
.footer .record span:nth-child(2) {
  margin: 0 10px;
}
.footer .record a {
  color: #fff;
}
.head {
  height: 486px;
  min-width: 1500px;
  background-image: url(../images/index/banner_bg.png);
  background-size: cover;
  /* 使图片完全可见并适应容器 */
  background-position: center;
  /* 居中显示 */
  background-repeat: no-repeat;
  /* 防止图片重复 */
}
.head .time-div {
  padding: 11px 0 66px;
  height: 96px;
}
.head .container {
  height: 100%;
  position: relative;
}
.head .search-box {
  color: #0B589E;
}
.head .search-box .d-flex img {
  margin-right: 18px;
}
.head .search-box .font41 {
  font-size: 41px;
  margin: 14px 0 6px;
  width: 603px;
  letter-spacing: 2px;
}
.head .search-box .font28 {
  font-size: 28px;
  letter-spacing: 6px;
}
.head .search-box .search-div {
  margin-top: 47px ;
  display: inline-flex;
}
.head .search-box .search-div input {
  width: 442px;
  height: 56px;
  background: #fff;
  padding: 0 19px;
  box-shadow: 0px 3px 15px 1px rgba(113, 185, 252, 0.24);
  border-radius: 3px 0px 0px 3px;
}
.head .search-box .search-div input::placeholder {
  color: #979797;
}
.head .search-box .search-div div {
  width: 119px;
  height: 56px;
  background: #0649A5;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  justify-content: center;
  box-shadow: 0px 3px 15px 1px rgba(113, 185, 252, 0.24);
  border-radius: 0px 3px 3px 0px;
}
.head .search-box .search-div div span {
  margin-right: 6px;
}
.navigation {
  padding: 30px 0;
}
.navigation .page-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 9;
}
.navigation .page-link .link-icon {
  width: 14px;
  height: 13px;
  margin: 0 10px;
}
.navigation .page-link .link-icon img {
  display: block;
}
.navigation .page-link span {
  color: #474747;
}
.navigation .page-link .link-text {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  font-size: var(--fs16);
  color: #929292;
}
.navigation .page-link .link-text a {
  color: #474747;
}
.navigation .page-link .link-text a:hover {
  color: #0683CE;
  text-decoration: underline;
}
.navigation .page-link .link-text em {
  width: 6px;
  height: 11px;
  margin: 0 10px;
  background: url("../images/next.png") no-repeat center center;
  background-size: 100%;
}
.navigation .search-div {
  display: inline-flex;
}
.navigation .search-div input {
  width: 377px;
  height: 65px;
  background: #fff;
  padding: 0 30px;
  border-radius: 10px 0px 0px 10px;
}
.navigation .search-div input::placeholder {
  color: #1C1C1C;
}
.navigation .search-div div {
  width: 140px;
  height: 65px;
  background: #0649A5;
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  justify-content: center;
  border-radius: 0px 10px 10px 0px;
}
.navigation .search-div div span {
  margin-left: 6px;
}
.pages {
  padding: 30px 0 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .pages_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages .pages_list .p_l {
  display: inline-flex;
  align-items: center;
}
.pages .pages_list .p_l a {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 26px;
  font-size: 18px;
  color: #000;
  transition: all ease-in-out 0.3s;
}
.pages .pages_list .p_l a.active,
.pages .pages_list .p_l a:hover {
  background: #306DCA;
  color: #fff;
}
.pages .pages_list .p_l a img {
  max-width: 100%;
}
.pages .pages_list .to {
  display: inline-flex;
  align-items: center;
  margin-left: 48px;
  font-size: 14px;
  color: #999;
}
.pages .pages_list .to input {
  width: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  margin: 0 8px;
}
.pages .pages_list .to div {
  margin-left: 16px;
}
.pages .page_con {
  display: none;
  text-align: center;
  margin: auto;
  box-sizing: border-box;
}
.pages .page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pages .page_con nav ul li {
  border-radius: 0;
}
.pages .page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 13px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pages .page_con nav ul li:hover a {
  color: #fff;
  background: #4789DF;
}
.pages .page_con nav ul li.active a {
  color: #fff !important;
  background: #4789DF !important;
}
.pages .page_con nav ul li.first a {
  background: #C8C8C8;
  color: #fff;
}
.pages .current-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.pages .current-num span {
  color: #4789DF;
  margin: 0 8px;
}
@media screen and (max-width: 1024px) {
  img {
    max-width: 100%;
  }
  .head {
    min-width: 100%;
    height: 252px;
    background-image: url(../images/index/banner_bg_m.png);
    background-size: cover;
    /* 使图片完全可见并适应容器 */
    background-position: center;
    /* 居中显示 */
    background-repeat: no-repeat;
    /* 防止图片重复 */
  }
  .head .time-div {
    display: none;
  }
  .head .search-box {
    text-align: center;
    padding-top: 11px;
  }
  .head .search-box > img {
    width: 70px;
    margin-top: 36px;
  }
  .head .search-box .font41 {
    font-size: 18px;
    margin: 4px 0;
    text-align: center;
    width: 280px;
  }
  .head .search-box .font28 {
    font-size: 14px;
  }
  .head .search-box .d-flex {
    flex-direction: column;
    align-items: center;
  }
  .head .search-box .d-flex img {
    width: 98px;
  }
  .head .search-box .search-div {
    margin: 15px auto 0;
  }
  .head .search-box .search-div input {
    width: 220px;
    height: 34px;
    padding: 0 10px;
    font-size: 12px;
  }
  .head .search-box .search-div div {
    width: 65px;
    height: 34px;
    font-size: 12px;
  }
  .head .search-box .search-div div span {
    margin-right: 3px;
  }
  .head .search-box .search-div div img {
    width: 12px;
  }
  .container {
    width: auto;
    padding: 0 15px;
  }
  .pc-block {
    display: none!important;
  }
  .mb-block {
    display: block;
  }
  .tabs .mb-block {
    padding: 5px 0;
  }
  .tabs .mb-block .d-flex a {
    display: inline-block;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tabs .mb-block .d-flex a::after {
    display: none;
  }
  .tabs .mb-block .d-flex a span {
    padding: 10px 0;
    position: relative;
  }
  .tabs .mb-block .d-flex a span::after {
    content: "";
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
  }
  .tabs .mb-block .d-flex a:nth-child(1) {
    text-align: left;
  }
  .tabs .mb-block .d-flex a:nth-child(3) {
    text-align: right;
  }
  .tabs .mb-block .d-flex a:hover,
  .tabs .mb-block .d-flex a.on {
    background: none;
  }
  .tabs .mb-block .d-flex a:hover span::after,
  .tabs .mb-block .d-flex a.on span::after {
    width: 100%;
    margin-left: -50%;
  }
  .tabs .mb-block > div .d-flex:nth-child(2) a,
  .tabs .mb-block > div .d-flex:nth-child(3) a {
    flex: none;
    width: calc(100% / 3);
    text-align: left;
  }
  .tabs .mb-block > div .d-flex:nth-child(2) a:nth-child(2),
  .tabs .mb-block > div .d-flex:nth-child(3) a:nth-child(2) {
    text-align: center;
  }
  .tabs .mb-block > div .d-flex:nth-child(2) a:nth-child(3),
  .tabs .mb-block > div .d-flex:nth-child(3) a:nth-child(3) {
    text-align: right;
  }
  .footer {
    min-width: 100%;
  }
  .footer .footer-nav {
    padding: 27px 0 20px;
  }
  .footer .footer-nav .container {
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-nav .container img {
    margin-bottom: 23px;
    width: max-content;
    max-width: 293px;
  }
  .footer .footer-nav .container .nav-content {
    text-align: center;
  }
  .footer .footer-nav .container .nav-content .d-flex {
    justify-content: center;
  }
  .footer .record {
    padding: 14px 0;
  }
  .footer .record .font14 div {
    margin-bottom: 5px;
  }
  .footer .record span {
    font-size: 12px;
    display: block;
  }
  .navigation {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    width: 100%;
  }
  .navigation .page-link {
    margin-bottom: 26px;
  }
  .navigation .search-div {
    width: 100%;
  }
  .navigation .search-div input {
    font-size: 14px;
    height: 44px;
    width: 73%;
    padding: 0 15px;
    border-radius: 5px 0 0 5px;
    flex: none;
  }
  .navigation .search-div div {
    font-size: 14px;
    height: 44px;
    border-radius: 0 5px 5px 0;
    width: 27%;
    flex: none;
  }
  .navigation .search-div div img {
    width: 16px;
  }
  .pages {
    padding: 25px 0 50px;
    flex-direction: column;
  }
  .pages .pages_list {
    display: none;
  }
  .pages .page_con {
    display: block;
  }
  .pages .pagination > li:first-child > a,
  .pages .pagination > li:last-child > a {
    width: 4.7rem;
  }
  .pages .page_con nav ul li a {
    font-size: 13px;
    width: 2.3rem;
    line-height: 2.3rem;
    border-radius: 0 !important;
    margin: 0 0.15rem;
  }
  .pages .current-num {
    margin-top: 14px;
    font-size: 13px;
  }
}
