.public-hd-block {
  position: relative;
  width: 100%;
  padding: 0.36rem 0.4rem;
  background-color: white;
  border-bottom: solid 1px #d6d4d4;
}
/* 页眉 */
.header-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  z-index: 9999;
  padding: 10px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.header-box.custom-bg {
  background: linear-gradient(#2f558c, rgba(47, 85, 140, 0.49), rgba(52, 94, 156, 0.04));
}
.header-box .content {
  width: 1400px;
  margin: 0 auto;
  /*一级菜单*/
}
.header-box .content .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-box .content .bottom {
  width: 100%;
}
.header-box .content .h5-logo {
  display: none;
}
.header-box .content .logo {
  width: 415px;
  height: 80px;
}
.header-box .content .logo a {
  display: block;
}
.header-box .content .logo a img {
  display: block;
  width: 100%;
}
.header-box .content .rt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-box .content .navbox {
  margin-top: 20px;
  border-top: solid 1px #f5f5f5;
}
.header-box .content .navbox .nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-box .content .navbox .nav-ul li.items {
  position: relative;
}
.header-box .content .navbox .nav-ul li.items a.first-menu {
  display: block;
  padding: 20px 5px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.header-box .content .navbox .nav-ul li.items .reset-secMenu {
  display: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-box .content .search_icon {
  width: 60px;
  height: 60px;
  margin-left: 10px;
  cursor: pointer;
  background: url(../../img/icon/search-icon.png) no-repeat center;
  background-color: #0A4A8A;
}
.header-box .content .nav_icon {
  display: none;
}
.search_close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 100;
}
/*全屏搜索框*/
.search-box {
  display: flex;
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9999;
}
.search-box form {
  width: 70%;
  min-width: 330px;
  display: flex;
  border: solid 1px #666;
  border-radius: 10px;
  overflow: hidden;
}
.search-box form input {
  float: left;
  width: calc(100% - 70px);
  height: 68px;
  line-height: 66px;
  font-size: 16px;
  padding-left: 15px;
  color: #333;
  outline: none;
  border: none;
  border-radius: 10px;
}
.search-box form input::-webkit-input-placeholder {
  color: #666;
}
.search-box form input::-moz-placeholder {
  color: #666;
}
.search-box form input:-moz-placeholder {
  color: #666;
}
.search-box form input:-ms-input-placeholder {
  color: #666;
}
.search-box form .search-btn {
  float: right;
  width: 68px;
  height: 68px;
  padding: 6px;
  background: url(../../img/icon/search-black.png) no-repeat center;
  outline: none;
  border: none;
  overflow: hidden;
}
.s {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out 0s;
}
.nav_h5 {
  display: none;
}
/* 页脚 */
.footer-box {
  width: 100%;
  padding: 40px 0;
  background: url(../../img/home/25.png) no-repeat center;
  background-size: cover;
}
.footer-box .content {
  display: flex;
  width: 1400px;
  margin: 0 auto;
}
.footer-box .content .right {
  padding-left: 40px;
}
.footer-box .content .right .fs20 {
  font-size: 20px;
}
.footer-box .content .right .fs18 {
  font-size: 18px;
}
.footer-box .content .right .text-white {
  color: #fff;
}
.footer-box .content .right .mb35 {
  margin-bottom: 35px;
}
.footer-box .content .center {
  width: 812px;
  height: 220px;
  padding: 0 30px;
  border-left: solid 2px rgba(255, 255, 255, 0.3);
  border-right: solid 2px rgba(255, 255, 255, 0.3);
}
.footer-box .content .center .title {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
}
.footer-box .content .center .lists {
  margin-top: 45px;
}
.footer-box .content .center .lists .items a {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
}
.footer-box .content .center .lists .items a:nth-child(2) {
  margin: 50px 0;
}
.footer-box .content .left {
  flex: 1;
}
.footer-box .content .left .foot-logo {
  width: 232px;
  margin: 0;
}
.footer-box .content .left .foot-logo img {
  display: block;
  width: 100%;
}
.footer-box .content .left .bottominfo {
  margin-top: 20px;
}
.footer-box .content .left .bottominfo span {
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  max-width: 340px;
}
.footer-box-h5 {
  display: none;
}
/*分页*/
.page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul li {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  border: solid 1px #04287E;
  margin: 0 14px;
  color: #aaa;
  cursor: pointer;
  background-color: #fff;
}
.page ul li:hover {
  color: #E83D3A;
}
.page ul li.cur {
  color: #fff;
  border-color: #04287E;
  background-color: #04287E;
}
/* 置顶 */
.sidebar {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 8%;
  right: 15px;
  z-index: 9;
}
.sidebar .side {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../img/icon/back.png) center center no-repeat;
  background-color: #626262;
  background-size: 25px 25px;
}
a:link {
  text-decoration: none;
}
.showdiv {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
/* 分辨率 */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .header-box .content,
  .footer-box .content {
    width: 1200px;
  }
}
@media only screen and (min-width: 0) and (max-width: 640px) {
  .header-box {
    border-bottom: none;
    background-color: #003F88;
  }
  .header-box .content,
  .footer .content {
    width: 100%;
    padding: 0 15px;
  }
  .header-box {
    height: 54px;
  }
  .header-box .content .logo {
    display: none;
  }
  .header-box .content .h5-logo {
    display: block;
  }
  .header-box .content .h5-logo img {
    display: block;
    width: 125px;
    height: 30px;
  }
  .header-box .content .navbox,
  .header-box .content .rt .search_icon {
    display: none !important;
  }
  .header-box .content .rt .nav_icon {
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: url(../../img/icon/menu.png) no-repeat center;
    background-size: cover;
  }
  /*nav-导航菜单*/
  .nav_h5 {
    display: block;
    position: fixed;
    right: -80%;
    top: 0;
    background-color: #3a3a3a;
    width: 80%;
    height: 100%;
    z-index: 101;
    padding: 20px;
  }
  .nav_h5 ul {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .nav_h5 ul li {
    position: relative;
    border-bottom: solid 1px #727272;
    padding: 20px 0;
  }
  .nav_h5 ul li a.fir-menuList {
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #fff;
    text-align: left;
  }
  .nav_h5 ul li a.fir-menuList:link {
    text-decoration: none;
  }
  .nav_h5 ul li a.fir-menuList:focus {
    text-decoration: none;
  }
  .nav_h5 a.fir-menuList img {
    margin-left: 5px;
    display: block;
    width: 16px;
    height: auto;
  }
  .nav_h5 .second-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: auto;
    z-index: 10;
  }
  .nav_h5 .second-menu .list {
    width: 100%;
    height: auto;
  }
  .nav_h5 .second-menu a.second-menuList {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    border-bottom: solid 1px #e3e3e3;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .nav_h5 .second-menu a.second-menulist:focus {
    background-color: #04287e;
    color: #fff;
  }
  .j-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .j-close img {
    display: block;
    width: 100%;
  }
  .has_rotate {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .no_rotate {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .nav_h5 .second-menu a.second-menulist:link,
  .nav_h5 .second-menu a.second-menulist:hover {
    text-decoration: none;
    background-color: #04287e;
    color: #fff;
  }
  .banquan {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
  }
  .footer-box {
    display: none;
  }
  .footer-box-h5 {
    display: block;
    width: 100%;
    background: url(../../img/h5/bg-ft.png) no-repeat center;
    background-size: cover;
  }
  .footer-box-h5 .content {
    width: 100%;
    padding: 30px 50px 20px;
  }
  .footer-box-h5 .content .top img.ft-logo {
    display: block;
    width: 165px;
    height: 40px;
    margin: 0 auto 20px;
  }
  .footer-box-h5 .content .bottom span {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin: 10px 0;
  }
  .page ul li {
    width: 36px;
    height: 36px;
    line-height: 34px;
    margin: 0 6px;
  }
}
