.safe-width {
  width: 15rem;
  margin: 0 auto;
}
.safe-width1 {
  width: 13rem;
  margin: 0 auto;
}
.header {
  z-index: 99;
  height: 0.9rem;
}
.header .header-content .header-content-left img {
  width: 2.33rem;
}
.header .header-content .header-content-right li {
  margin-left: 0.85rem;
  position: relative;
}
.header .header-content .header-content-right li:nth-child(1) {
  margin-left: 0;
}
.header .header-content .header-content-right li.on > a::after,
.header .header-content .header-content-right li:hover > a::after {
  width: 0.32rem;
  margin-left: -0.16rem;
}
.header .header-content .header-content-right li > a {
  font-size: 0.18rem;
  color: #fff;
  padding: 0.27rem 0 0.39rem;
  display: block;
  transition: all 0.3s ease;
  position: relative;
}
.header .header-content .header-content-right li > a::after {
  content: '';
  height: 0.04rem;
  background: #3F71D5;
  position: absolute;
  border-radius: 1rem;
  left: 50%;
  width: 0;
  bottom: 0.28rem;
  transition: all 0.5s ease-in-out;
}
.header .header-content .header-content-right li .sub-nav {
  position: absolute;
  top: 120%;
  left: calc(50% - 0.6rem);
  width: 1.2rem;
  z-index: 10;
  padding: 0.2rem;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
  transition: all 0.3s ease;
  box-shadow: 12px 0 20px -10px rgba(0, 0, 0, 0.08), -12px 0 20px -10px rgba(0, 0, 0, 0.08), 0 10px 20px -8px rgba(0, 0, 0, 0.08);
}
.header .header-content .header-content-right li .sub-nav a {
  display: block;
  padding: 0.07rem 0;
  color: #000;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 0.14rem;
}
.header .header-content .header-content-right li .sub-nav.on {
  top: 0.62rem;
  visibility: visible;
  opacity: 1;
}
.header.header-fixed,
.header:hover {
  background: #fff;
}
.header.header-fixed .header-content .header-content-left .logo_w,
.header:hover .header-content .header-content-left .logo_w {
  display: none;
}
.header.header-fixed .header-content .header-content-left .logo_g,
.header:hover .header-content .header-content-left .logo_g {
  display: block;
}
.header.header-fixed .header-content .header-content-right li > a,
.header:hover .header-content .header-content-right li > a {
  color: #000;
  cursor: pointer;
}
.header .mobile-header {
  background: #fff;
  padding-left: 0.3rem;
  display: none;
  height: 1.16rem;
}
.header .mobile-header .logo {
  padding: 0.1rem 0;
}
.header .mobile-header .logo img {
  width: 2.28rem;
}
.header .mobile-header .menu-box img {
  width: 1.18rem;
}
.header .mobile-header .menu-box img.close {
  display: none;
}
.mobile-menu {
  position: fixed;
  top: 1.16rem;
  left: 0;
  height: calc(100vh - 1.16rem);
  background: #fff;
  width: 100%;
  z-index: 9999;
  overflow-y: scroll;
  display: none;
  padding-top: 0.3rem;
}
.mobile-menu li.active .mobile-menu-title {
  color: #004B9B;
}
.mobile-menu li .mobile-menu-title {
  padding: 0.28rem 0.3rem;
  font-size: 0.34rem;
  color: #363636;
  text-align: center;
  font-weight: bold;
  display: block;
}
.mobile-menu li .mobile-menu-title a {
  color: #363636;
}
.message-section {
  background: url(../../img/ly_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.86rem 0 0.77rem;
  position: relative;
  overflow: hidden;
}
.message-section .message-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.message-section .message-content .message-title {
  font-size: 0.26rem;
  color: #fff;
  margin-bottom: 0.17rem;
  font-weight: bold;
}
.message-section .message-content .message-subtitle {
  font-size: 0.4rem;
  color: #fff;
  margin-bottom: 0.26rem;
  font-family: Century Gothic, Century Gothic;
}
.message-section .message-content .message-btn {
  padding: 0.18rem 0.66rem;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  font-size: 0.16rem;
  cursor: pointer;
  transition: all 0.3s;
}
.message-section .message-content .message-btn:hover {
  background: #fff;
  color: #1a1f2e;
}
.left {
  float: left;
}
.right {
  float: right;
}
.lh-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  padding: 0 2.1rem;
  color: #fff;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  height: 0.9rem;
}
.lh-logo {
  width: 2.33rem;
  height: 0.6rem;
  position: relative;
  display: block;
  margin-top: 0.13rem;
}
.lh-logo:before,
.lh-logo:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../img/common/logo_w.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: ease 0.45s;
}
.lh-logo:after {
  background-image: url(../../img/common/logo_b.png);
  opacity: 0;
  visibility: hidden;
}
.lh-nav li {
  margin: 0 0.43rem;
  float: left;
  position: relative;
  line-height: 0.9rem;
}
.lh-nav li:last-child {
  margin-right: 0;
}
.lh-nav li:hover > a::after,
.lh-nav li.on > a::after {
  width: 0.32rem;
  margin-left: -0.16rem;
}
.Nav .lh-nav li:hover > a,
.Nav .lh-nav li.on > a {
  color: #3761B8;
}
.Nav .lh-nav li:hover > a::after,
.Nav .lh-nav li.on > a::after {
  width: 0.32rem;
  margin-left: -0.16rem;
}
.lh-nav li > a {
  color: #fff;
  font-size: 0.18rem;
  padding-bottom: 0.1rem;
  transition: all 0.3s ease;
  position: relative;
  display: block;
}
.lh-nav li > a::after {
  content: '';
  height: 0.04rem;
  background: #3F71D5;
  position: absolute;
  border-radius: 1rem;
  left: 50%;
  width: 0;
  bottom: 0.28rem;
  transition: all 0.5s ease-in-out;
}
.lh-nav li dl {
  line-height: 0.35rem;
  display: none;
  position: absolute;
  left: 0;
  top: 0.8rem;
}
.lh-nav li dl a {
  color: #4A4A4A;
  font-size: 0.16rem;
  white-space: nowrap;
}
.lh-nav li dl a:hover {
  color: #3761B8;
}
.lh-header-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  padding: 1rem 2.1rem 0.9rem;
  min-height: 4.3rem;
  display: none;
}
.lh-header-layer:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 0;
}
.lh-header-layer:before {
  content: '';
  display: block;
  width: 8.9rem;
  height: 3.72rem;
  background: url(../../img/common/icon1.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lh-header-title {
  position: relative;
  line-height: 24px;
  margin-top: 1rem;
  width: 3.13rem;
  color: #686868;
  font-size: 0.16rem;
  line-height: 0.25rem;
}
.lh-header-title:before {
  content: '';
  display: block;
  width: 0.32rem;
  height: 0.04rem;
  background: #3F71D5;
  position: absolute;
  left: 0;
  top: -0.35rem;
  border-radius: 1rem;
}
.Nav .lh-logo:after {
  opacity: 1;
  visibility: visible;
}
.Nav .lh-nav li > a {
  color: #000;
}
.Nav .lh-header {
  color: #000;
}
.Nav .lh-search a {
  color: #000;
}
.lh-shadow {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  animation: shadows cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}
.Fixed.Nav .lh-header {
  box-shadow: none;
}
.Fixed .lh-header {
  background: #fff;
}
.Fixed .lh-logo:before {
  opacity: 0;
  visibility: hidden;
}
.Fixed .lh-logo:after {
  opacity: 1;
  visibility: visible;
}
.Fixed .lh-nav li > a {
  color: #000;
}
.lh-lang dt {
  transition: line-height cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.footer {
  background: #000;
  color: #fff;
  padding: 0;
}
.footer .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.83rem;
}
.footer .footer-left {
  width: 4.15rem;
  padding-bottom: 0.7rem;
  position: relative;
}
.footer .footer-left .footer-logo {
  width: 3.25rem;
  margin-bottom: 0.1rem;
}
.footer .footer-left .footer-contact div {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: rgba(255, 255, 255, 0.83);
}
.footer .footer-left .d-flex {
  gap: 0.18rem;
}
.footer .footer-left .d-flex a {
  display: block;
}
.footer .footer-left .d-flex a:hover img.icon-qrcode-img {
  visibility: visible;
  top: 0.4rem;
}
.footer .footer-left .d-flex img {
  width: 0.32rem;
}
.footer .footer-left .d-flex img.icon-qrcode-img {
  visibility: hidden;
  width: 0.8rem;
  max-width: 0.8rem;
  display: block;
  position: absolute;
  top: 0.6rem;
  left: calc(50% - 0.4rem);
  transition: all 0.3s ease-in-out;
}
.footer .footer-menus {
  display: flex;
  flex: none;
  width: max-content;
  justify-content: space-between;
  padding-top: 0.25rem;
}
.footer .footer-menus .footer-menu {
  margin-left: 0.64rem;
}
.footer .footer-menus .footer-menu:first-child {
  margin-left: 0;
}
.footer .footer-menus .footer-menu a {
  display: block;
  font-size: 0.16rem;
}
.footer .footer-menu-title {
  margin-bottom: 0.2rem;
  color: #fff;
  position: relative;
}
.footer .footer-menu-item {
  color: rgba(255, 255, 255, 0.67);
  line-height: 0.4rem;
  cursor: pointer;
  transition: color 0.2s;
  max-width: 1.28rem;
}
.footer .footer-menu-item:hover {
  color: #fff;
}
.footer .footer-bottom {
  padding: 0.4rem 0 0.3rem 0;
}
.footer .copyright {
  border-top: 0.01rem solid #707070;
  color: #787878;
  font-size: 0.15rem;
  text-align: center;
}
.mark {
  position: absolute;
  top: -0.9rem;
  left: 0;
  width: 100%;
  height: 0.9rem;
}
/*页码*/
/*页码*/
.pages {
  padding-bottom: 0.9rem;
}
.pages_list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages_list .p_l {
  display: inline-flex;
  align-items: center;
}
.pages_list .p_l a {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #E6E6E6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.17rem;
  color: #999999;
  font-size: 0.18rem;
  transition: all 0.3s ease-in-out;
}
.pages_list .p_l a.active,
.pages_list .p_l a:hover {
  background: #1885ED;
  border-color: #1885ED;
  color: #fff;
}
.pages_list .p_l a img {
  max-width: 100%;
}
.pages_list .to {
  display: inline-flex;
  align-items: center;
  margin-left: 0.48rem;
  font-size: 0.14rem;
  color: #999;
}
.pages_list .to input {
  width: 0.45rem;
  height: 0.45rem;
  border: 1px solid #E6E6E6;
  margin: 0 0.08rem;
  text-align: center;
  background: none;
}
.pages_list .to div {
  margin-left: 0.16rem;
}
.page_con {
  display: none;
  text-align: center;
  margin: 10px auto;
  box-sizing: border-box;
}
.page_con nav ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_con nav ul li {
  border-radius: 0;
}
.page_con nav ul li a {
  border: none !important;
  background: #F2F2F2;
  display: inline-block;
  text-align: center;
  color: #6D6D6D;
  font-size: 16px;
  width: 40px;
  line-height: 40px;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 6px;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  width: 110px;
  letter-spacing: 2px;
  font-weight: lighter;
  background: #3761B8;
  color: #fff;
}
.page_con nav ul li:hover a {
  color: #fff;
  background: #3761B8;
}
.page_con nav ul li.active a {
  color: #fff !important;
  background: #3761B8 !important;
}
.mobile-header {
  background: #fff;
  padding-left: 0.3rem;
  display: none;
  height: 1.16rem;
  position: sticky;
  top: 0;
  z-index: 99;
}
.mobile-header .logo {
  padding: 0.1rem 0;
}
.mobile-header .logo img {
  width: 3.24rem;
}
.mobile-header .menu-box {
  width: 1.16rem;
  height: 1.16rem;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-header .menu-box img {
  width: 0.51rem;
}
.mobile-header .menu-box img.close {
  display: none;
}
.banner_sub_box {
  width: 100%;
  height: 6.15rem;
  position: relative;
}
.banner_sub_box .banner_sub {
  width: 100%;
  height: 6.15rem;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  background-attachment: fixed;
  z-index: 2;
}
.banner_sub_box .banner_sub .banner_sub_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner_sub_box .banner_sub .banner_sub_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  left: 0;
  padding-left: 3.1rem;
}
.banner_sub_box .banner_sub .banner_sub_title .font26 {
  position: relative;
  margin-bottom: 0.11rem;
  color: #FFFFFF;
}
.banner_sub_box .banner_sub .banner_sub_title div {
  font-family: Century Gothic, Century Gothic;
  font-weight: bold;
  font-size: 0.47rem;
  color: #fff;
}
.banner_sub_box .banner_sub .banner_sub_title div span {
  display: block;
}
.tabs_sub {
  width: 100%;
  background: #171717;
  position: sticky;
  top: 0.9rem;
  z-index: 89;
}
.tabs_sub .safe-width {
  padding: 0 1rem;
}
.tabs_sub .safe-width div a,
.tabs_sub .safe-width1 div a {
  display: inline-block;
  padding: 0.26rem 0.48rem;
  color: #fff;
  transition: all 0.3s ease;
}
.tabs_sub .safe-width div a.on,
.tabs_sub .safe-width1 div a.on,
.tabs_sub .safe-width div a:hover,
.tabs_sub .safe-width1 div a:hover {
  background: #3F71D5;
}
.tabs_sub_div {
  display: none;
  position: fixed;
  top: 0.9rem;
  left: 0;
  width: 100%;
  z-index: 100;
}
.dw_mark {
  width: 100%;
  height: 1.63rem;
  position: absolute;
  top: -1.63rem;
  left: 0;
  z-index: -1;
  opacity: 0;
}
section {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mobile-header {
    display: flex;
  }
  .lh-heade-box {
    display: none;
  }
  .safe-width {
    width: 6.9rem;
  }
  .footer .footer-container {
    padding-top: 0.9rem;
  }
  .footer .footer-left {
    width: 100%;
    padding-bottom: 0.6rem;
    text-align: center;
  }
  .footer .footer-left .footer-logo {
    width: 4.6rem;
  }
  .footer .footer-left .d-flex {
    display: none;
  }
  .footer .footer-left .footer-contact div {
    font-size: 0.28rem;
    text-align: left;
    line-height: 0.55rem;
  }
  .footer .footer-menus {
    display: none;
  }
  .footer .copyright {
    width: 100%;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .footer .copyright span {
    display: block;
    font-size: 0.26rem;
    line-height: 0.5rem;
    color: rgba(255, 255, 255, 0.56);
  }
  .block_sj {
    display: block;
  }
  .block_pc {
    display: none!important;
  }
  .dw_mark {
    height: 1.16rem;
    top: -1.16rem;
  }
  .banner_sub_box {
    height: 6.45rem;
  }
  .banner_sub_box .banner_sub {
    height: 6.45rem;
  }
  .banner_sub_box .banner_sub .banner_sub_title {
    padding-left: 0.3rem;
    justify-content: flex-start;
    padding-top: 1.64rem;
  }
  .banner_sub_box .banner_sub .banner_sub_title .font26 {
    font-size: 0.39rem;
  }
  .banner_sub_box .banner_sub .banner_sub_title div {
    font-size: 0.71rem;
  }
  .tabs_sub_div {
    top: 1.16rem;
  }
  .tabs_sub {
    padding: 0;
    top: 1.16rem;
  }
  .tabs_sub .safe-width,
  .tabs_sub .safe-width1 {
    padding: 0;
    width: 100%;
    position: static;
  }
  .tabs_sub .safe-width div,
  .tabs_sub .safe-width1 div {
    gap: 0;
    overflow-x: scroll;
  }
  .tabs_sub .safe-width div a,
  .tabs_sub .safe-width1 div a {
    padding: 0.44rem 0.55rem;
    border-radius: 0;
    flex: none;
    font-size: 0.34rem;
  }
  .tabs_sub .safe-width ::-webkit-scrollbar,
  .tabs_sub .safe-width1 ::-webkit-scrollbar {
    display: none;
  }
  .page_con nav ul li a {
    width: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.26rem;
  }
  .pages_list {
    display: none;
  }
  .page_con {
    display: block;
    margin: 0 auto;
  }
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    width: 1.9rem;
  }
  .page_con nav ul li a {
    font-size: 0.26rem;
    width: 0.72rem;
    line-height: 0.72rem;
    border-radius: 0 !important;
    margin: 0 0.07rem;
  }
  .message-section {
    background: url(../../img/ly_bg_m.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.6rem 0.3rem 0.52rem;
  }
  .message-section .message-content .message-title {
    font-size: 0.4rem;
    margin-bottom: 0.09rem;
  }
  .message-section .message-content .message-subtitle {
    font-size: 0.55rem;
  }
  .message-section .message-content .message-btn {
    padding: 0.18rem 0.7rem;
    font-size: 0.28rem;
  }
  .safe-width1 {
    width: 6.9rem;
  }
}
