.color_cc {
  color: #1F8BCC;
}
.safe_width {
  width: 17.8rem;
  margin: auto;
  padding: 0 0.3rem;
}
.block_sj {
  display: none;
}
.Arial {
  font-family: 'Arial';
}
.bold {
  font-weight: bold;
}
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.nav-main {
  border-bottom: 1px solid #D4D4D4;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
  height: 0.7rem;
  transition: all ease-in-out 0.5s;
}
.nav-main .safe_width {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-main .safe_width .logo {
  font-family: 'Impact-Regular';
  font-size: 0.41rem;
}
.nav-main .safe_width .nax_right {
  display: inline-flex;
  align-items: center;
}
.nav-main .safe_width .nax_right .list {
  height: 0.7rem;
  display: flex;
}
.nav-main .safe_width .nax_right .list a {
  color: #000;
  font-size: 0.16rem;
  margin-right: 0.74rem;
  position: relative;
  height: 100%;
  line-height: 0.7rem;
  flex: none;
  display: inline-block;
}
.nav-main .safe_width .nax_right .list a::after {
  width: 0;
  height: 0.03rem;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #1F8BCC;
  transition: all ease-in-out 0.3s;
}
.nav-main .safe_width .nax_right .list a:hover,
.nav-main .safe_width .nax_right .list a.on {
  color: #1F8BCC;
}
.nav-main .safe_width .nax_right .list a:hover::after,
.nav-main .safe_width .nax_right .list a.on::after {
  width: 0.36rem;
  left: calc(50% - 0.18rem);
  z-index: 3;
}
.nav-main .safe_width .nax_right .search {
  display: inline-flex;
  align-items: center;
  margin-top: 0.18rem;
}
.nav-main .safe_width .nax_right .search input {
  font-size: 0.15rem;
  flex: none;
  width: 2.2rem;
  background: none;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #181818;
}
.nav-main .safe_width .nax_right .search input::placeholder {
  color: #818181;
}
.nav-main .safe_width .nax_right .search img {
  width: 0.2rem;
  flex: none;
  margin: 0 0.2rem 0 0.07rem;
}
.nav-main .safe_width .nax_right .sj_nav {
  display: none;
}
.nav-main .safe_width .nax_right .sj_nav .close {
  display: none;
}
.nav-main.nav-main-active,
.nav-main:hover {
  background: #fff;
}
.nav-main.nav-main-on {
  top: -1rem;
}
.Whead-sidebar {
  display: none;
  position: fixed;
  top: 1.2rem;
  left: -102%;
  width: 100%;
  height: calc(100vh - 1.2rem);
  background: #fff;
  overflow: scroll;
  z-index: 399;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.Whead-sidebar .sidebar-top {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 1.2rem;
  padding: 0 0.3rem;
  background: #fff;
  border-bottom: solid 1px #0683CE;
}
.Whead-sidebar .sidebar-top .top-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: auto;
  height: 0.7rem;
  padding-left: 0;
}
.Whead-sidebar .sidebar-top .top-logo img {
  width: auto;
  height: 100%;
}
.Whead-sidebar .sidebar-top .top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 100%;
}
.Whead-sidebar .sidebar-top .top-icon2 {
  width: 0.4rem;
}
.Whead-sidebar .sidebar-top .top-icon2 img {
  width: 100%;
}
.Whead-sidebar .sidebar-nav {
  width: 100%;
  height: 100%;
  overflow-y: overlay;
}
.Whead-sidebar .sidebar-nav .nav-item {
  width: 100%;
  height: auto;
  border-bottom: solid 1px #e3e3e3;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.34rem 0.55rem;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 18px;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/back_zk.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top .top-title {
  flex: 1;
  font-size: 0.32rem;
  color: #001934;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
  -o-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top .top-icon .img2 {
  opacity: 0;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav {
  display: none;
  width: 100%;
  height: auto;
  padding: 0.2rem 0;
  background: #F9F9F9;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .item-subnav-item .item-subnav-item-title {
  padding: 0.34rem 0.55rem;
  position: relative;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .item-subnav-item .item-subnav-item-title::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 18px;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/back_zk.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .item-subnav-item .item-subnav-item-title.rotate::before {
  transform: rotate(90deg);
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .item-subnav-item .item-subnav-item-links {
  display: none;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.2rem 0.55rem 0.2rem 0.93rem;
  font-size: 0.3rem;
  color: #001934;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link::after {
  content: '';
  width: 0.14rem;
  height: 0.14rem;
  background: #B7B7B7;
  border-radius: 50%;
  position: absolute;
  left: 0.55rem;
  top: calc(50% - 0.07rem);
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link.subnav-link-on {
  color: #1F8BCC;
}
.Whead-sidebar .sidebar-nav .nav-item .item-subnav .subnav-link.subnav-link-on::after {
  background: #1F8BCC;
}
.Whead-sidebar .sidebar-nav .nav-item .item-top-active::before {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.social {
  background: #1F8BCC;
  padding: 0.49rem 0;
  text-align: center;
}
.social .title {
  font-size: 0.42rem;
  margin-bottom: 0.2rem;
  color: #fff;
}
.social .platform {
  display: flex;
  justify-content: center;
}
.social .platform a {
  flex: none;
  margin-right: 0.46rem;
  width: 0.65rem;
  transition: all ease-in-out 0.5s;
  position: relative;
  top: 0;
}
.social .platform a:last-child {
  margin-right: 0;
}
.social .platform a:hover {
  top: -0.1rem;
}
footer .footer_nav {
  display: flex;
  justify-content: space-around;
  padding: 0.58rem 0 0.48rem;
}
footer .footer_nav .footer_item {
  flex: none;
}
footer .footer_nav .footer_item > a {
  display: flex;
  align-items: center;
  color: #474747;
  font-size: 0.18rem;
  margin-bottom: 0.14rem;
}
footer .footer_nav .footer_item > a img {
  flex: none;
  width: 0.06rem;
  height: 0.11rem;
  margin-right: 0.1rem;
}
footer .footer_nav .footer_item > a span {
  flex: none;
  max-width: calc(100% - 0.14rem);
}
footer .footer_nav .footer_item > a:nth-child(1) {
  color: #004A77;
  padding-bottom: 0.13rem;
  font-size: 0.24rem;
  border-bottom: 1px solid #DEDEDE;
}
footer .footer_nav .footer_item > a:hover {
  color: #1F8BCC;
}
footer .footer_nav .footer_item:nth-child(1) {
  width: 2.65rem;
}
footer .footer_nav .footer_item:nth-child(2) {
  width: 2.93rem;
}
/*footer .footer_nav .footer_item:nth-child(3) {*/
/*  width: 6.2rem;*/
/*}*/
footer .footer_nav .footer_item:nth-child(3) > .d-flex {
  padding: 0.16rem 0 0.2rem;
  border-bottom: 1px solid #DEDEDE;
}
footer .footer_nav .footer_item:nth-child(3) > .d-flex img {
  flex: none;
  width: 0.31rem;
  height: 0.31rem;
  margin-right: 0.08rem;
}
footer .footer_nav .footer_item:nth-child(3) > .d-flex span {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #474747;
}
footer .footer_nav .footer_item:nth-child(3) > .d-flex:nth-child(2) {
  padding-top: 0;
}
footer .footer_nav .footer_item:nth-child(3) > .d-flex > div:nth-child(1) {
  margin-right: 0.12rem;
}
footer .footer_nav .footer_item:nth-child(4) {
  width: 3.07rem;
}
footer .f_bottom {
  background: #F1F1F1;
  padding: 0.3rem 0 0.32rem;
  color: #4E4E4E;
  font-size: 0.16rem;
  text-align: center;
}
.crumbs {
  display: flex;
  font-size: 0.16rem;
  padding: 0.12rem 0;
}
.crumbs a {
  color: #929292;
  padding-right: 0.06rem;
}
.crumbs span {
  color: #929292;
  margin-right: 0.08rem;
}
.page-number {
  display: flex;
  justify-content: center;
  margin-bottom: 0.82rem;
}
.page-number .page-item {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.3rem;
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.12rem;
  color: #5A5A5A;
  margin: 0 0.03rem;
  cursor: pointer;
}
.page-number .page-item:first-of-type,
.page-number .page-item:last-of-type {
  width: 0.82rem;
}
.page-number .page-item.page-item-active,
.page-number .page-item:hover,
.page-number .page-item:last-child {
  color: #fff;
  background: #1F8BCC;
}
@media screen and (max-width: 1024px) {
  .safe_width {
    width: 7.5rem;
  }
  .block_pc {
    display: none;
  }
  .block_sj {
    display: block;
  }
  .nav-main {
    height: auto;
    padding: 0.3rem 0;
  }
  .nav-main.nav-main-on {
    top: -1.3rem;
  }
  .nav-main .safe_width .nax_right .list,
  .nav-main .safe_width .nax_right .search {
    display: none;
  }
  .nav-main .safe_width .nax_right .sj_nav {
    display: block;
  }
  .nav-main .safe_width .nax_right .sj_nav img {
    width: 0.66rem;
  }
  .Whead-sidebar {
    display: block;
  }
  .Whead-sidebar.Whead-sidebar-on {
    left: 0%;
  }
  .crumbs {
    padding: 0.42rem 0 0.34rem;
    font-size: 0.28rem;
  }
  .social {
    padding: 0.87rem 0;
  }
  .social .title {
    margin-bottom: 0.38rem;
  }
  .social .platform a {
    width: 0.92rem;
    margin-right: 0.65rem;
  }
  footer .block_sj {
    color: #004A77;
    font-size: 0.4rem;
    line-height: 0.59rem;
    width: 6rem;
    margin: 0.7rem 1rem 0 0.46rem;
  }
  footer .footer_nav .footer_item {
    display: none;
  }
  footer .footer_nav .footer_item:nth-child(3) {
    width: calc(100% - 0.36rem);
    display: block;
  }
  footer .footer_nav .footer_item:nth-child(3) a {
    display: none;
  }
  footer .footer_nav .footer_item:nth-child(3) > .d-flex {
    border-bottom: none;
  }
  footer .footer_nav .footer_item:nth-child(3) > .d-flex img {
    width: 0.43rem;
    height: 0.43rem;
    margin-right: 0.1rem;
  }
  footer .footer_nav .footer_item:nth-child(3) > .d-flex span {
    font-size: 0.28rem;
    line-height: 0.45rem;
  }
  footer .footer_nav .footer_item:nth-child(3) > .d-flex:nth-child(3) {
    flex-direction: column;
  }
  footer .footer_nav .footer_item:nth-child(3) > .d-flex:nth-child(3) > div {
    width: 100%;
    margin-right: 0;
  }
  footer .footer_nav .footer_item:nth-child(3) > .d-flex:nth-child(3) > div:nth-child(1) {
    margin-bottom: 0.24rem;
  }
  footer .f_bottom span {
    display: block;
    font-size: 0.24rem;
    line-height: 0.35rem;
  }
  .page-number {
    margin-bottom: 0.7rem;
  }
  .page-number .page-item {
    height: 0.72rem;
    width: 0.72rem;
    font-size: 0.28rem;
    margin: 0 0.065rem;
    background: #F2F2F2;
    color: #6D6D6D;
  }
  .page-number .page-item:first-of-type,
  .page-number .page-item:last-of-type {
    width: 1.99rem;
  }
  .page-number .page-item:first-of-type {
    background: #C8C8C8;
    color: #fff;
  }
}
