.safe-width {
  width: 1240px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
body {
  background-image: url(../../img/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto ;
  padding-top: 90px;
  min-width: 1240px;
  position: relative;
  min-height: 100vh;
  padding-bottom: 150px;
}
body::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background: #103289;
  z-index: -1;
}
.header .logo {
  display: flex;
  align-items: center;
  padding: 50px 40px 60px;
  background-image: url(../../img/head.png);
  background-size: 100% 100%;
}
.header .title {
  margin-left: 19px;
}
.header .title h1 {
  color: #00297A;
  letter-spacing: 1.8px;
}
.header .title p {
  color: rgba(0, 41, 122, 0.6);
  font-family: Cambria;
  font-size: 24px;
  text-align: center;
}
.header .nav {
  background: #103289;
  padding: 0 20px;
}
.header .nav.sub-nav {
  padding: 0 30px;
}
.header .nav.sub-nav ul li {
  text-align: center;
}
.header .nav.sub-nav ul li a {
  padding: 0 37px;
}
.header .nav ul {
  display: flex;
  color: #fff;
}
.header .nav ul li a {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  display: block;
}
.header .nav ul li:hover,
.header .nav ul li.active {
  background: #1D51D2;
}
.header .nav .search {
  width: 250px;
  height: 30px;
  background: #fff;
  border-radius: 6px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav .search input {
  border-radius: 6px;
  font-size: 15px;
  line-height: 30px;
}
.header .nav .search input::placeholder {
  color: #999999;
}
.main .search {
  width: 320px;
  height: 40px;
  background: #F8F8F8;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .search input {
  background: #F8F8F8;
  width: 228px;
  padding: 10px 12px;
  height: 36px;
  line-height: 40px;
  border-radius: 4px;
}
.main .search input::placeholder {
  color: #4B4B4B;
  line-height: 38px;
}
.main .search button {
  width: 92px;
  background: #103289;
  color: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .search button img {
  margin-left: 5px;
}
.current-position {
  display: inline-flex;
  align-items: center;
}
.current-position p {
  color: #3A3A3A;
  margin: 0 20px 0 5px;
}
.current-position .home {
  color: #929292;
}
.current-position span {
  margin: 0 6px;
  display: inline-flex;
  align-items: center;
}
.current-position span img {
  width: 6px;
  position: relative;
  top: 2px;
}
.current-position .current {
  color: #103289;
}
.footer {
  color: #fff;
  padding: 18px 20px 15px;
  text-align: center;
  margin-top: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.footer .links {
  padding-bottom: 18px;
  border-bottom: 1px solid #1B41A3;
  margin-bottom: 17px;
}
.footer .links a {
  color: #fff;
  padding: 0 28px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.footer .links a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: #fff;
}
.footer .links a:last-child::after {
  display: none;
}
.footer .links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.footer .wrap {
  line-height: 30px;
  color: #7AA3E1;
}
.bg-w {
  background: #fff;
}
.sub-main {
  padding: 30px 20px;
  border: 1px solid #E5E5E5;
}
.sub-main .query-title {
  color: #000;
  padding: 20px 0;
}
.pages {
  padding-bottom: 46px;
  padding-top: 30px;
}
.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: 45px;
  height: 45px;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #999999;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.pages .pages_list .p_l a.active,
.pages .pages_list .p_l a:hover {
  background: #1885ED;
  border-color: #1885ED;
  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;
  text-align: center;
  background: none;
}
.pages .pages_list .to div {
  margin-left: 16px;
}
.popup-box {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  display: none;
}
.popup {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .popup-content {
  background: #fff;
  padding: 20px 25px 25px;
  border-radius: 6px;
  width: 800px;
  height: 80vh;
  position: relative;
}
.popup .popup-content .prompt-popup-content {
  font-size: 18px;
  line-height: 34px;
  color: #3A3A3A;
  height: 100%;
  overflow: auto;
}
