html,
body {
  width: 100%;
  height: 100%;
}
.header {
  height: 0.8rem;
}
.header .header-inner {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 20;
}
.header .auto-1800 {
  display: flex;
  height: 80px;
  justify-content: space-between;
}
.header .logo {
  align-self: center;
}
.header .logo img {
  display: block;
  max-height: 0.4rem;
}
.header .header-right {
  display: flex;
}
@media (max-width: 1024px) {
  #open-menu {
    align-self: center;
    margin-left: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.1rem;
    background-color: #2c6cd8;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: 0.3s;
    cursor: pointer;
  }
  #open-menu.active i {
    opacity: 0;
  }
  #open-menu.active::before {
    transform: rotate(45deg);
  }
  #open-menu.active::after {
    transform: rotate(-45deg);
  }
  #open-menu i,
  #open-menu::before,
  #open-menu::after {
    content: '';
    width: 0.3rem;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    background-color: #fff;
    transition: 0.3s;
  }
  #open-menu::before {
    transform: translateY(-0.1rem);
  }
  #open-menu::after {
    transform: translateY(0.1rem);
  }
}
.top-search {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
  position: relative;
}
.top-search .open-search {
  font-size: 1.25em;
  color: #2c6cd8;
  width: 2em;
  height: 2em;
  cursor: pointer;
  transition: 0.3s;
  line-height: 1;
  border-radius: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-search .open-search:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-search.active .search-box {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.top-search.active .open-search {
  background-color: rgba(0, 0, 0, 0.3);
}
.top-search .search-box {
  position: absolute;
  right: 0.15rem;
  top: 100%;
  padding-top: 0.1rem;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 22;
  right: 0;
}
.top-search .search-box .inner {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 0.1rem;
  border-radius: 0.04rem;
  width: 2.5rem;
  padding-right: 0.4rem;
  position: relative;
  background-color: #fff;
}
.top-search .search-box .inner::before {
  content: '';
  width: 0;
  height: 0;
  border: 0.05rem solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  right: 0.1rem;
  top: -0.1rem;
}
.top-search .search-box .inner .text {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  border-right: 1px solid #eee;
  border: 0;
  color: #999;
}
.top-search .search-box .inner .text:focus {
  color: #333;
}
.top-search .search-box .inner .btn {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  background-size: 14px;
  font-size: 1.25em;
}
.top-search .search-box .inner .text {
  padding-left: 10px;
}
@media (min-width: 1025px) {
  .header-nav ul {
    height: 100%;
    display: flex;
  }
  .header-nav li {
    margin: 0 0.38rem;
  }
  .header-nav li:hover .sub {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header-nav em,
  .header-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05em;
    line-height: 1.5;
  }
  .header-nav em.active,
  .header-nav a.active {
    color: #2c6cd8;
  }
  .header-nav .has-sub .sub {
    padding: 0.07rem 0;
  }
  .header-nav .has-sub .sub dl {
    padding: 0.1rem 0;
    justify-content: center;
  }
  .header-nav .sub {
    position: absolute;
    min-width: 1.6rem;
    left: 0;
    top: 100%;
    width: 100%;
    white-space: nowrap;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    transform: translateY(-5px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .header-nav .sub .auto-1800 {
    height: auto;
  }
  .header-nav .sub dl {
    display: flex;
    border-radius: 0 0 0.1rem 0.1rem;
    overflow: hidden;
  }
  .header-nav .sub dd {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-nav .sub dd:last-of-type {
    border-bottom: 0;
  }
  .header-nav .sub dd a {
    display: block;
    color: #333;
    padding: 0 0.6rem;
    line-height: 0.4rem;
    text-align: center;
    transition: 0.3s;
  }
  .header-nav .sub dd a:hover {
    color: #2c6cd8;
  }
  .header-nav .sub dd a .pic {
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
  }
  .header-nav .sub dd a .pic img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
  }
  .header-nav .sub dd a .txt {
    color: #374767;
    line-height: 2;
  }
  .header-nav:hover em a::before,
  .header-nav.active em a::before {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .header-nav {
    position: fixed;
    width: 100%;
    height: calc(100% - 0.1rem);
    top: 1rem;
    left: 0;
    z-index: 3;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.36s;
  }
  .header-nav.active {
    transform: translateX(0);
  }
  .header-nav .nav {
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
  }
  .header-nav .nav a {
    color: #333;
    display: block;
  }
  .header-nav .nav li {
    padding: 0 0.3rem;
    line-height: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-nav .nav em {
    position: relative;
    display: block;
  }
  .header-nav .nav .sub {
    display: none;
    padding: 0 0.1rem;
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 3;
  }
  .header-nav .nav .sub .auto-1800 {
    display: block;
    height: auto;
  }
  .header-nav .nav .sub .auto-1800 .pic {
    display: none;
  }
  .header-nav .nav .has-sub em {
    position: relative;
  }
  .header-nav .nav .has-sub em::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header-nav .nav .has-sub em i {
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header-nav .nav .has-sub em i::before,
  .header-nav .nav .has-sub em i::after {
    content: '';
    background-color: #333;
    border-radius: 0.02rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
  .header-nav .nav .has-sub em i::before {
    width: 100%;
    height: 0.03rem;
  }
  .header-nav .nav .has-sub em i::after {
    width: 0.03rem;
    height: 100%;
  }
  .header-nav .nav .has-sub em.active i::after {
    height: 0;
  }
}
.layout {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.layout .main {
  flex: 1;
  width: 100%;
}
.bottom {
  background-color: #141b2d;
}
.bottom .top-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
  padding-bottom: 0.85rem;
  flex-direction: row-reverse;
}
.bottom nav {
  flex: 1;
}
@media (min-width: 1025px) {
  .bottom nav ul {
    display: flex;
  }
  .bottom nav li {
    margin-right: 0.8rem;
  }
  .bottom nav li:nth-last-of-type(2) {
    flex: 1;
  }
  .bottom nav li.contact {
    margin-right: 0;
    max-width: 3.5rem;
    align-self: flex-end;
  }
  .bottom nav em {
    display: block;
    margin-bottom: 0.22rem;
  }
  .bottom nav em a {
    display: block;
    color: #fff;
    font-size: 1.25em;
  }
  .bottom nav .sub a {
    display: block;
    line-height: 2.25;
    color: #95a0b2;
    transition: 0.3s;
  }
  .bottom nav .sub a:hover {
    color: #fff;
  }
}
@media (min-width: 1440px) {
  .bottom nav li {
    margin-right: 1.15rem;
  }
}
@media (max-width: 1024px) {
  .bottom nav ul {
    display: block;
  }
  .bottom nav ul .line {
    display: none;
  }
  .bottom nav ul li {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 0.15rem;
    width: 100%;
    margin-left: 0;
  }
  .bottom nav ul li.has-sub em::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .bottom nav ul li em {
    display: block;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    position: relative;
    margin-bottom: 0;
  }
  .bottom nav ul li em::before {
    content: '';
    width: 0.2rem;
    height: 0.2rem;
    border: 0.04rem solid rgba(255, 255, 255, 0.4);
    border-radius: 0.03rem;
    position: absolute;
    right: 0.3rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    transition: 0.3s;
  }
  .bottom nav ul li em.active::before {
    transform: rotate(135deg);
  }
  .bottom nav ul li em a {
    color: rgba(255, 255, 255, 0.6);
  }
  .bottom nav ul li .sub {
    padding: 0 0.3rem;
    display: none;
    color: rgba(255, 255, 255, 0.6);
  }
  .bottom nav ul li .sub dd {
    line-height: 3;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .bottom nav ul li .sub a {
    color: rgba(255, 255, 255, 0.6);
  }
  .bottom nav ul .qrcode {
    padding-top: 0.2rem;
  }
}
.bottom .info {
  text-align: right;
}
.bottom .info .label {
  font-size: 1.25em;
  color: #ffffff;
}
.bottom .info .tel {
  font-size: 0.36rem;
  margin-bottom: 0.27rem;
}
.bottom .info .tel a {
  color: #ffffff;
  line-height: 1.667;
}
.bottom .shares {
  margin-top: 0.15rem;
  display: flex;
  justify-content: flex-start;
}
.bottom .shares .item {
  margin-right: 0.2rem;
  position: relative;
}
.bottom .shares .item:hover .sub {
  visibility: visible;
}
.bottom .shares .item:hover .sub .img {
  opacity: 1;
  transform: translateY(0);
}
.bottom .shares .iconfont {
  font-size: 0.24rem;
  color: #fff;
}
.bottom .shares .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.102);
  transition: 0.3s;
}
.bottom .shares .icon:hover {
  background-color: #2c6cd8;
  border-color: #2c6cd8;
}
.bottom .shares .sub {
  position: absolute;
  width: 1.1rem;
  padding-bottom: 0.1rem;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
}
.bottom .shares .sub .img {
  padding: 0.05rem;
  background-color: #fff;
  border-radius: 0.02rem;
  position: relative;
  transform: translateY(-5px);
  transition: 0.3s;
  opacity: 0;
}
.bottom .shares .sub .img::before {
  content: '';
  width: 0rem;
  height: 0rem;
  border: 0.05rem solid transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.1rem;
}
.bottom .shares .sub .img img {
  display: block;
}
.bottom .bot-wrap {
  border-top: 1px solid rgba(255, 255, 25, 0.078);
  padding: 0.36rem 0;
  display: flex;
  justify-content: space-between;
}
.bottom .copyright {
  font-size: 0.875em;
  color: #95a0b2;
  line-height: 2;
}
.bottom .copyright a {
  color: #95a0b2;
}
.bottom .copyright a:hover {
  color: #fff;
}
.bottom .links {
  display: flex;
}
.bottom .links a {
  padding: 0 0.1rem;
  position: relative;
  color: #95a0b2;
  line-height: 2.143;
  transition: 0.3s;
}
.bottom .links a:hover {
  color: #fff;
}
.bottom .links a:first-of-type {
  padding-left: 0;
}
.bottom .links a:last-of-type {
  padding-right: 0;
}
.bottom .links a:last-of-type::after {
  display: none;
}
.bottom .links a::after {
  content: '';
  width: 1px;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.102);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .bottom .top-wrap {
    display: block;
  }
  .bottom .info {
    text-align: center;
    margin-bottom: 0.3rem;
  }
  .bottom .info .shares {
    justify-content: center;
  }
  .bottom .shares {
    padding-bottom: 0.3rem;
  }
  .bottom .bot-wrap {
    display: block;
    text-align: center;
  }
  .bottom .bot-wrap .links {
    justify-content: center;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .ban_inner {
  position: relative;
}
.banner .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.banner .txt pre {
  font-size: 0.54rem;
  font-family: 'AlimamaShuHeiTi';
  color: #fff;
}
.banner.pro .txt {
  color: #374767;
  padding-bottom: 2.2rem;
}
.banner.pro .txt pre {
  color: #374767;
}
.banner.pro .menu-wrap ul li a h2 {
  color: #4b5d76;
}
.banner.pro .menu-wrap ul li a h3 {
  color: #71829a;
}
.banner.pro .menu-wrap ul li a .icon-more {
  color: rgba(113, 130, 154, 0.502);
}
.banner.pro .menu-wrap ul li.active a,
.banner.pro .menu-wrap ul li:hover a {
  background-color: #005aee;
}
.banner.pro .menu-wrap ul li.active h2,
.banner.pro .menu-wrap ul li:hover h2 {
  color: #fff;
}
.banner.pro .menu-wrap ul li.active h3,
.banner.pro .menu-wrap ul li:hover h3 {
  color: #fff;
}
.banner.pro .menu-wrap ul li.active .icon-more,
.banner.pro .menu-wrap ul li:hover .icon-more {
  color: #fff;
}
.menu-wrap .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  backdrop-filter: blur(4px);
  border-top: 1px solid rgba(255, 255, 255, 0.302);
  z-index: 5;
}
.menu-wrap ul {
  display: flex;
  white-space: nowrap;
  border-left: 1px solid rgba(255, 255, 255, 0.102);
}
.menu-wrap ul li {
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.102);
  max-width: 50%;
}
.menu-wrap ul li a {
  width: 100%;
  display: flex;
  min-height: 1rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0.15rem 0.5rem 0.15rem 0.3rem;
  transition: 0.3s;
}
.menu-wrap ul li h2 {
  color: #fff;
  font-weight: 500;
  margin: 0.02rem 0;
}
.menu-wrap ul li h3 {
  font-weight: normal;
  font-size: 1em;
  color: #fff;
}
.menu-wrap ul li .icon-more {
  font-size: 12px;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  color: rgba(255, 255, 255, 0.502);
}
.menu-wrap ul li.active a,
.menu-wrap ul li:hover a {
  background-color: #005aee;
}
.menu-wrap ul li.active h2,
.menu-wrap ul li:hover h2 {
  color: #fff;
}
.menu-wrap ul li.active h3,
.menu-wrap ul li:hover h3 {
  color: #fff;
}
.menu-wrap ul li.active .icon-more,
.menu-wrap ul li:hover .icon-more {
  color: #fff;
}
@media (min-width: 1025px) {
  .menu-wrap ul li {
    flex: 1;
  }
}
@media (max-width: 1024px) {
  .menu-wrap ul h2 {
    font-size: 1.1em;
  }
  .menu-wrap .inner {
    position: relative;
  }
  .menu-wrap ul {
    overflow-y: auto;
  }
  .menu-wrap ul li {
    max-width: 90%;
  }
  .menu-wrap ul li .icon-more {
    right: 0.2rem;
  }
}
.ban-search {
  width: 6rem;
  position: relative;
  margin-top: 0.16rem;
}
.ban-search .text {
  height: 0.6rem;
  width: 100%;
  border-radius: 0.3rem;
  background-color: #fff;
  border: 1px solid #fff;
  transition: 0.3s;
  padding: 0 0.6rem 0 0.3rem;
}
.ban-search .text:focus {
  border-color: #ccc;
}
.ban-search .iconfont {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  color: #005aee;
}
.breadcrumb .auto-1440 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #71829a;
  padding: 0.3rem 0;
}
.breadcrumb .auto-1440 a {
  color: #71829a;
}
.breadcrumb .auto-1440 a:hover {
  color: #2c6cd8;
}
.breadcrumb .auto-1440 .icon-home {
  margin-right: 0.1rem;
  font-size: 0.875em;
}
.breadcrumb .auto-1440 b {
  font-family: '宋体';
  margin: 0 0.15rem;
}
@media (max-width: 1024px) {
  .breadcrumb .auto-1440 {
    justify-content: flex-start;
  }
}
.top-pro {
  padding: 0.4rem 0 1rem;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
}
.top-pro .auto-1440 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.top-pro .txt {
  width: 47.22222222%;
}
.top-pro .txt h2 {
  font-size: 0.4rem;
  color: #005aee;
  line-height: 1.5;
}
.top-pro .txt .des {
  font-size: 1.5em;
  line-height: 2;
  color: #4b5d76;
}
.top-pro .img {
  flex: 1;
}
.top-pro .img .pic {
  border-radius: 0.28rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 50px 0px rgba(0, 96, 255, 0.2);
  background-color: #000;
}
.top-pro .img .pic img {
  display: block;
  opacity: 0.8;
  width: 100%;
}
.top-pro .img .pic .open-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  color: #fff;
  transition: 0.3s;
}
.top-pro .img .pic .open-video:hover {
  color: #2c6cd8;
}
@media (max-width: 1024px) {
  .top-pro .auto-1440 {
    display: block;
  }
  .top-pro .txt {
    width: 100%;
    padding: 0.3rem 0;
  }
}
.pro-list {
  background-color: #f5f7fa;
  padding-top: 1rem;
  padding-bottom: 0.4rem;
}
.pro-list .item {
  margin-bottom: 0.4rem;
}
.pro-list a {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
}
.pro-list a:hover h2 {
  color: #005aee;
}
.pro-list a:hover .common-more {
  color: #005aee;
}
.pro-list .txt {
  width: 50%;
  padding: 0.5rem 0.8rem;
}
.pro-list .img {
  flex: 1;
}
.pro-list .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.pro-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.pro-list .pic img:hover {
  transform: scale(1.1);
}
.pro-list h2 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.12rem;
}
.pro-list .des {
  font-size: 1.125em;
  line-height: 1.778;
  color: #555555;
  text-align: justify;
  min-height: 7.112;
  margin-bottom: 0.9rem;
}
@media (max-width: 1024px) {
  .pro-list a {
    display: block;
  }
  .pro-list .txt {
    width: 100%;
    padding: 0.5rem;
  }
  .pro-list .des {
    margin-bottom: 0.3rem;
  }
}
.common-more {
  display: inline-flex;
  align-items: center;
  color: #71829a;
}
.common-more span {
  margin-right: 0.15rem;
}
.common-more .iconfont {
  font-size: 0.75em;
}
.common-more2 {
  min-width: 1.8rem;
  display: inline-flex;
  justify-content: center;
  border-radius: 0.04rem;
  background-color: #005aee;
  color: #fff !important;
  line-height: 0.55rem;
  font-weight: bold;
  transition: 0.3s;
}
.common-more2 .iconfont {
  font-weight: normal;
  margin-left: 0.15rem;
  font-size: 0.75em;
}
.common-more2:hover {
  background-color: #2c6cd8;
}
.Pages {
  text-align: center;
  font-size: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.8rem;
}
.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end,
.Pages .p_jump {
  display: none;
}
.Pages .num {
  display: inline-block;
}
.Pages a {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.04rem;
  text-align: center;
  line-height: 0.46rem;
  font-size: 0.16rem;
  font-family: 'HarmonyOS_Sans_SC';
  background-color: #fff;
  margin: 0 0.05rem;
  color: #888888;
  vertical-align: top;
  transition: 0.3s;
  border: 2px solid #f5f5f5;
}
.Pages a:hover {
  border-color: #005aee;
  color: #fff;
  background-color: #005aee;
}
.Pages .a_cur {
  background-color: #005aee;
  color: #fff;
  border-color: #005aee;
}
.Pages .a_prev {
  margin-right: 0.175rem;
}
.Pages .a_next {
  margin-left: 0.175rem;
}
.Pages .a_prev,
.Pages .a_next {
  font-size: 0;
  position: relative;
  width: 0.8rem;
}
.Pages .a_prev::before,
.Pages .a_next::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  z-index: 3;
  width: 0.08rem;
  height: 0.08rem;
  border-left: 0.03rem solid #888888;
  border-bottom: 0.03rem solid #888888;
  transform: rotate(45deg);
}
.Pages .a_prev:hover,
.Pages .a_next:hover {
  background-color: #005aee;
  border-color: #005aee;
}
.Pages .a_prev:hover::before,
.Pages .a_next:hover::before {
  border-color: #fff;
}
.Pages .a_next::before {
  transform: rotate(225deg);
}
@media (max-width: 1024px) {
  .Pages a {
    font-size: 0.24rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.56rem;
  }
}
.mb40 {
  margin-bottom: 0.4rem;
}
.mb100 {
  margin-bottom: 1rem;
}
.pdt100 {
  padding-top: 1rem;
}
.pdt20 {
  padding-top: 0.2rem;
}
.pdb100 {
  padding-bottom: 1rem;
}
.pdb120 {
  padding-bottom: 1.2rem;
}
.f5f7fa {
  background-color: #f5f7fa;
}
.column-title {
  text-align: center;
  font-size: 0.4rem;
  font-family: 'HarmonyOS Sans SC';
  color: #005aee;
  font-weight: bold;
}
.column-title.white {
  color: #fff;
}
.pro-info_01 {
  padding-top: 0.3rem;
  padding-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
}
.pro-info_01::before {
  content: '';
  width: 22.09rem;
  height: 22.09rem;
  background-color: #f4f6fa;
  clip-path: url(#pro-info01);
  position: absolute;
  left: 4.07rem;
  top: 2.3rem;
  z-index: -1;
}
.pro-info_01 .flex-box {
  padding-bottom: 1.1rem;
  position: relative;
  z-index: 2;
}
.pro-info_01 .flex-box .txt {
  width: 47.91666667%;
  padding-right: 1.1rem;
}
.pro-info_01 .flex-box .txt .title {
  font-size: 0.4rem;
  color: #005aee;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.pro-info_01 .flex-box .txt .des {
  font-size: 1.5em;
  color: #333333;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0.17rem;
}
.pro-info_01 .flex-box .pic {
  flex: 1;
  text-align: center;
  padding-top: 1.1rem;
}
.pro-info_01 .flex-box .function {
  margin-bottom: 0.5rem;
}
.pro-info_01 .flex-box .function li {
  display: flex;
  font-size: 1.125em;
  color: #005aee;
  line-height: 1.889;
}
.pro-info_01 .flex-box .function li .icon {
  width: 1.125em;
  height: 1.125em;
  border-radius: 0.06rem;
  background-color: #005aee;
  color: #fff;
  margin-right: 0.17rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.08rem;
}
.pro-info_01 .flex-box .function li .icon .iconfont {
  line-height: 1;
  font-size: 0;
}
.pro-info_01 .flex-box .function li .icon .iconfont::before {
  font-size: 10px;
}
@media (max-width: 1024px) {
  .pro-info_01 .flex-box .txt {
    width: 100%;
    padding-right: 0;
  }
  .pro-info_01 .video-swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.video-swiper {
  padding: 0 0.8rem;
  position: relative;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.video-swiper .swiper {
  position: static;
}
.video-swiper .swiper-button-next {
  right: 0;
}
.video-swiper .swiper-button-prev {
  left: 0;
}
.video-swiper a {
  position: relative;
  display: block;
}
.video-swiper .pic {
  position: relative;
  padding-top: 64.48863636%;
  overflow: hidden;
}
.video-swiper .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.video-swiper .pic img:hover {
  transform: scale(1.1);
}
.video-swiper .pic {
  border-radius: 0.28rem;
  background-color: #041126;
  border: 3px solid #fff;
}
.video-swiper .pic img {
  opacity: 0.8;
}
.video-swiper .open-video {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.8rem;
  transition: 0.3s;
}
.video-swiper .open-video:hover {
  color: #005aee;
}
@media (max-width: 1024px) {
  .video-swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.common-swiper-btn.swiper-button-next,
.common-swiper-btn.swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 0.5rem;
  transition: 0.3s;
  box-shadow: 0 0 20px 2px rgba(0, 90, 238, 0.15);
}
.common-swiper-btn.swiper-button-next::after,
.common-swiper-btn.swiper-button-prev::after {
  font-size: 1em;
  font-weight: bolder;
}
.common-swiper-btn.swiper-button-next:hover,
.common-swiper-btn.swiper-button-prev:hover {
  background-color: #005aee;
}
.common-swiper-btn.swiper-button-next:hover::after,
.common-swiper-btn.swiper-button-prev:hover::after {
  color: #fff;
}
.pro-info_02 {
  padding-top: 0.9rem;
  padding-bottom: 0.6rem;
}
.advantages {
  display: flex;
  justify-content: center;
}
.advantages .item {
  display: flex;
  margin: 0 0.4rem 0.4rem;
}
.advantages .inner {
  width: 100%;
  width: 1.8rem;
  padding: 0.18rem;
  border: 0.04rem solid #fff;
  background: linear-gradient(to bottom, #fff 0%, #cfe0fc 100%);
  border-radius: 0.9rem;
}
.advantages .icon {
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  margin-bottom: 0.4rem;
}
.advantages .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../images/advantage_out.svg) center / contain no-repeat;
  animation: clrcle1 infinite linear 10s;
}
.advantages .icon::after {
  content: '';
  width: 58.82352941%;
  height: 58.82352941%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  transform: rotate(10deg);
  background: url(../images/advantage_in.png) center / contain no-repeat;
  animation: clrcle2 infinite linear 10s;
}
.advantages .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: 0.4rem;
}
.advantages .txt {
  text-align: center;
}
.advantages .txt h2 {
  color: #005aee;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 0.05rem;
}
.advantages .txt .des {
  color: #555555;
  line-height: 1.5;
  min-height: 6em;
}
@media (max-width: 1024px) {
  .advantages {
    flex-wrap: wrap;
  }
  .advantages .item {
    width: 50%;
    margin: 0 0 0.4rem;
    padding: 0 0.1rem;
    justify-content: center;
  }
  .advantages .inner {
    width: 3rem;
    border-radius: 1.5rem;
  }
}
@keyframes clrcle1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clrcle2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.application {
  padding-bottom: 0.8rem;
  padding-top: 1rem;
}
.application .content {
  background-color: #010813;
  box-shadow: 0px 0px 50px 0px rgba(0, 96, 255, 0.2);
  border-radius: 0.28rem;
  overflow: hidden;
  position: relative;
}
.application .list {
  display: flex;
  position: relative;
  z-index: 2;
}
.application .item {
  height: 5.95rem;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  transition: 0.8s;
}
.application .item:last-of-type {
  border-right: 0;
}
.application .item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
  object-fit: cover;
}
.application .item .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.application .item .txt {
  width: 100%;
}
.application .item h2 {
  margin-bottom: 0.15rem;
}
.application .item .des {
  color: #ffffff;
  line-height: 2;
}
@media (min-width: 1025px) {
  .application .item {
    width: 20.83333333%;
  }
  .application .item.active {
    width: 58.33333333%;
    flex-shrink: 0;
  }
  .application .item.active h2 {
    width: 100%;
  }
  .application .item.active .des {
    max-height: 5.95rem;
    margin-left: 0;
    margin-right: 0;
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  .application .item.active .bg {
    opacity: 0.4;
  }
  .application .item .txt {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0 0.3rem;
    transition: 1s;
    overflow: hidden;
    width: 43.75vw;
  }
  .application .item .des {
    transition: 0.3s;
    opacity: 0;
    transform: translateY(30px);
    overflow: hidden;
    max-height: 0;
  }
}
@media (max-width: 1024px) {
  .application .content {
    background-color: transparent;
    box-shadow: unset;
  }
  .application .list {
    flex-wrap: wrap;
  }
  .application .item {
    width: 100% !important;
    margin-bottom: 0.5rem;
    border-radius: 0.28rem !important;
    overflow: hidden;
    position: relative;
    background-color: #010813;
    height: auto;
    box-shadow: 0px 0px 30px 0px rgba(0, 96, 255, 0.2);
  }
  .application .item .bg {
    opacity: 0.4 !important;
    z-index: 1;
  }
  .application .item .txt {
    z-index: 2;
    position: relative;
    padding: 0.5rem;
  }
}
@media (min-width: 1921px) {
  .application .item .txt {
    width: 840px;
  }
}
.relate-list {
  margin-left: -0.225rem;
  margin-right: -0.225rem;
  display: flex;
  flex-wrap: wrap;
}
.relate-list .item {
  width: 33.33%;
  padding: 0 0.225rem;
}
@media (max-width: 1024px) {
  .relate-list .item {
    width: 50%;
  }
}
.relate-list .item {
  display: flex;
  margin-bottom: 0.4rem;
}
.relate-list a {
  display: block;
  transition: 0.3s;
  width: 100%;
}
.relate-list a:hover {
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
  background-color: #ffffff;
}
.relate-list .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.relate-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.relate-list .pic img:hover {
  transform: scale(1.1);
}
.relate-list .txt {
  padding: 0.3rem 0.3rem 0.6rem;
}
.relate-list .txt .time {
  color: #005aee;
  line-height: 1.5;
  margin-bottom: 0.07rem;
}
.relate-list h2 {
  font-size: 1.25em;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.12rem;
}
.relate-list .des {
  color: #888888;
  line-height: 1.5;
}
.case-list {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.case-list .item {
  width: 33.33%;
  padding: 0 0.15rem;
}
@media (max-width: 1024px) {
  .case-list .item {
    width: 50%;
  }
}
.case-list .pic {
  position: relative;
  padding-top: 79.34782609%;
  overflow: hidden;
}
.case-list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.case-list .pic img:hover {
  transform: scale(1.1);
}
.case-list .item {
  display: flex;
  margin-bottom: 0.3rem;
}
.case-list a {
  width: 100%;
  transition: 0.3s;
}
.case-list a:hover {
  background-color: #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
}
.case-list a:hover h2 {
  color: #005aee;
}
.case-list a:hover .common-more {
  opacity: 1;
}
.case-list .txt {
  padding: 0.25rem 0.3rem;
}
.case-list h2 {
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.case-list .des {
  color: #555555;
  line-height: 2;
  margin-bottom: 0.3rem;
}
.case-list .common-more {
  color: #005aee;
  opacity: 0;
  transition: 0.3s;
}
.nsews-info {
  display: flex;
}
.nsews-info .info {
  flex: 1;
  background: #fff;
  padding: 0 0.5rem 0.5rem;
}
.nsews-info .info .title-wrap {
  padding: 0.5rem 0;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e6e6e6;
}
.nsews-info .info .title-wrap h1 {
  font-size: 1.5em;
  color: #005aee;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.nsews-info .info .title-wrap .sub-title {
  display: flex;
  justify-content: space-between;
  color: #888888;
}
.nsews-info .info .title-wrap .sub-title span {
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
}
.nsews-info .info .title-wrap .sub-title span:first-of-type {
  margin-left: 0;
}
.nsews-info .info .title-wrap .sub-title span:last-of-type {
  flex: 1;
  justify-content: flex-end;
  margin-right: 0;
}
.nsews-info .info .title-wrap .social-share .social-share-icon {
  border: 0;
  background-color: transparent !important;
  font-size: 0;
  background-size: 0.24rem;
  background-position: center;
  background-repeat: no-repeat;
}
.nsews-info .info .title-wrap .social-share .icon-wechat {
  background-image: url(../images/icon_wechat.png);
}
.nsews-info .info .title-wrap .social-share .icon-weibo {
  background-image: url(../images/icon_weibo.png);
}
.nsews-info .info .htmlContent {
  padding-top: 0.3rem;
  padding-bottom: 0.55rem;
}
.nsews-info .info .btns {
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e6e6e6;
}
.nsews-info .info .btns a {
  display: flex;
  align-items: center;
  line-height: 0.5rem;
  border-radius: 0.05rem;
  background-color: #f5f7fa;
  padding: 0 0.3rem;
  color: #888888;
  transition: 0.3s;
}
.nsews-info .info .btns a .iconfont {
  font-size: 0.75em;
  margin: 0 0.05rem;
}
.nsews-info .info .btns a span {
  margin: 0 0.05rem;
}
.nsews-info .info .btns a:hover {
  color: #fff;
  background-color: #2c6cd8;
}
.nsews-info .info .btns .prev .iconfont {
  transform: rotate(180deg);
}
.nsews-info .other-news {
  width: 3.1rem;
  margin-left: 0.4rem;
}
.nsews-info .other-news .inner {
  position: sticky;
  top: 1rem;
}
.nsews-info .other-news .item {
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding: 0.28rem;
}
.nsews-info .other-news .item .label {
  font-size: 0.2rem;
  color: #005aee;
  line-height: 1;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #e6e6e6;
  font-weight: bold;
  margin-bottom: 0.2rem;
}
.nsews-info .other-news .item .sub-item {
  margin-bottom: 0.1rem;
}
.nsews-info .other-news .item .sub-item:last-of-type {
  margin-bottom: 0;
}
.nsews-info .other-news .item .sub-item a h2 {
  color: #555555;
  line-height: 1.5;
  font-size: 1em;
}
.nsews-info .other-news .item .sub-item a .time {
  color: #bbbbbb;
  line-height: 1.5;
}
.nsews-info .other-news .item .sub-item a:hover h2 {
  color: #005aee;
}
@media (max-width: 1024px) {
  .nsews-info {
    display: block;
  }
  .nsews-info .info {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.ab_01 {
  padding-top: 0.1rem;
  padding-bottom: 3.1rem;
}
.ab_01 .auto-1440 {
  padding: 0 1.16rem;
}
.ab_01 .auto-1440 > .des {
  font-size: 1.125em;
  color: #555555;
  line-height: 1.778;
  margin-bottom: 0.46rem;
}
@media (max-width: 1024px) {
  .ab_01 .auto-1440 {
    padding: 0;
  }
}
.count-box {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.count-box .count-wrap {
  font-family: 'Oswald';
  display: flex;
  justify-content: center;
  align-items: center;
  color: #005aee;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.13rem;
}
.count-box .count {
  font-size: 0.6rem;
}
.count-box sub {
  font-size: 1.5em;
  margin-top: 0.1rem;
}
.count-box .des {
  font-size: 1.125em;
  color: #71829a;
}
.ab_02 {
  padding-bottom: 0.7rem;
}
.ab_02 .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.ab_02 .list .item {
  padding: 0 0.15rem;
  width: 26.53061224%;
  display: flex;
  margin-bottom: 0.3rem;
}
.ab_02 .list .item:nth-of-type(3n + 2) {
  width: 46.93877551%;
}
.ab_02 .list .inner {
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  padding: 0.6rem 0.2rem 0.5rem;
  transition: 0.3s;
}
.ab_02 .list .inner:hover {
  transform: translateY(-5px);
}
.ab_02 .list .icon {
  width: 0.5rem;
  height: 0.5rem;
  position: relative;
  margin: 0 auto 0.3rem;
}
.ab_02 .list .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.ab_02 .list .txt {
  text-align: center;
}
.ab_02 .list h2 {
  color: #005aee;
  margin-bottom: 0.1rem;
}
.ab_02 .list .des {
  font-size: 1.125em;
  color: #71829a;
}
@media (max-width: 1024px) {
  .ab_02 .list {
    display: block;
  }
  .ab_02 .list .item {
    width: 100% !important;
  }
}
.ab_03 .slick-nav {
  padding: 0 0.6rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.ab_03 .slick-nav::before {
  content: '';
  width: 100%;
  height: 0.05rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_03 .slick-nav .slick-track {
  position: relative;
  overflow: hidden;
  padding: 0.45rem 0;
}
.ab_03 .slick-nav .slick-track::before {
  content: '';
  width: var(--left);
  height: 0.05rem;
  background-color: #005aee;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s;
}
.ab_03 .slick-nav .slick-track::after {
  content: '';
  width: 0.78rem;
  height: 0.3rem;
  background: url(../images/car.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  left: var(--left);
}
.ab_03 .item {
  position: relative;
  cursor: pointer;
}
.ab_03 .item .dot {
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  border: 0.03rem solid #71829a;
  background-color: #fff;
  transition: 0.3s;
  margin: 0 auto;
}
.ab_03 .item span {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: -0.45rem;
  transform: translateX(-50%);
  font-size: 0.24rem;
  color: #71829a;
  font-family: 'HarmonyOS Sans SC';
}
.ab_03 .active .dot {
  border-color: #0068b7;
}
.ab_03 .slick-current span {
  color: #005aee;
  font-size: 0.26rem;
}
.ab_03 .slick-list {
  z-index: 19;
}
.ab_03 .slick-arrow {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  z-index: 20;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_03 .swiper-button-prev {
  left: 0;
}
.ab_03 .swiper-button-next {
  right: 0;
}
.ab_03 .slick-main .item {
  display: flex;
  align-items: center;
}
.ab_03 .slick-main .txt {
  width: 50%;
  padding: 0 0.77rem 0 0.6rem;
}
.ab_03 .slick-main .txt li {
  font-size: 1.25em;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
.ab_03 .slick-main .txt li::marker {
  color: #999;
}
.ab_03 .slick-main .img {
  width: 50%;
  padding: 0 0.4rem 0 0.8rem;
}
.ab_03 .slick-main .img .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.ab_03 .slick-main .img .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ab_03 .slick-main .img .pic img:hover {
  transform: scale(1.1);
}
.ab_03 .slick-main .img .pic {
  border-radius: 0.3rem;
  border: 0.03rem solid #fff;
  box-shadow: 0px 0px 50px 0px rgba(0, 96, 255, 0.2);
}
@media (max-width: 1024px) {
  .ab_03 .slick-main .item {
    display: block;
  }
  .ab_03 .slick-main .img {
    padding: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .ab_03 .slick-main .txt {
    padding: 0;
    width: 100%;
  }
}
.job {
  padding-top: 0.8rem;
}
.job .list {
  margin-bottom: 0.3rem;
}
.job .item {
  background-color: #fff;
  transition: 0.3s;
  margin-bottom: 0.2rem;
  border-radius: 0.2rem;
}
.job .item.active .label .handle .iconfont {
  transform: rotate(90deg);
}
.job .item.active .label .hide {
  display: block;
}
.job .item.active .label .show {
  display: none;
}
.job .label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1rem;
  padding: 0.15rem 0.5rem;
  transition: 0.3s;
  cursor: pointer;
}
.job .label h2 {
  flex: 1;
  font-size: 1.125em;
  color: #333333;
  align-items: center;
}
.job .label h2::before {
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background-color: #005aee;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.job .label .hide {
  display: none;
}
.job .info-wrap {
  display: flex;
  align-items: center;
  padding-right: 0.4rem;
  border-right: 1px solid #e5e5e5;
  line-height: 1;
  margin-right: 0.6rem;
  font-size: 1.125em;
  padding: 0.1rem 0;
  padding-right: 0.45rem;
}
.job .info-wrap span {
  padding: 0 0.15rem;
  position: relative;
  color: #888888;
}
.job .info-wrap span::after {
  content: '';
  width: 1px;
  height: 0.1rem;
  background-color: #e5e5e5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.job .info-wrap span:last-of-type::after {
  display: none;
}
.job .handle {
  padding-right: 0.2rem;
  position: relative;
}
.job .handle .iconfont {
  transition: 0.3s;
  color: #005aee;
  display: inline-block;
  transform-origin: 50% 50%;
}
.job .sub {
  padding: 0 0.5rem 0.6rem;
  display: none;
}
.job .sub .job-require {
  border-top: 1px solid #e5e5e5;
}
.job .sub .job-require .box {
  padding-top: 0.4rem;
}
.job .sub .job-require .box h2 {
  font-size: 1.125em;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.job .sub .apply {
  padding-top: 0.4rem;
}
.job .sub .apply a {
  display: inline-block;
  min-width: 1.6rem;
  text-align: center;
  padding: 0 0.2rem;
  color: #fff;
  background-color: #005aee;
  border-radius: 0.04rem;
  line-height: 0.5rem;
  transition: 0.3s;
}
.job .sub .apply a:hover {
  background-color: #2c6cd8;
}
@media (max-width: 1024px) {
  .job .label {
    padding: 0 0.2rem;
  }
  .job .label h2 {
    font-size: 1em;
  }
  .job .label h2::before {
    margin-right: 0.1rem;
  }
  .job .info-wrap {
    margin-right: 0.1rem;
    padding-right: 0;
  }
  .job .info-wrap span {
    padding: 0 0.1rem;
    font-size: 0.18rem;
  }
  .job .handle {
    font-size: 0.2rem;
  }
  .job .sub {
    padding: 0 0.2rem;
  }
  .job .sub .job-detail ul {
    display: flex;
    flex-wrap: wrap;
  }
  .job .sub .job-detail ul li {
    min-width: 50%;
  }
}
[class*='popUp'] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 1rem;
  overflow-y: auto;
}
[class*='popUp'] .main {
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.6rem 0;
  position: relative;
}
[class*='popUp'] .close {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.35rem;
  height: 0.35rem;
  background-size: auto 0.15rem;
  font-size: 1.5em;
  color: #bbbbbb;
}
[class*='popUp'] .close:hover {
  color: #333;
}
.popUp-apply .main {
  max-width: 8rem;
  width: 90%;
  margin: 0 auto;
}
.popUp-apply h3 {
  font-weight: normal;
  margin: 0 0 0.38rem 0;
  font-size: calc(24 / 16 * 1em);
  text-align: center;
}
.popUp-apply .form {
  max-width: 5.5rem;
  width: 90%;
  margin: 0 auto;
}
.popUp-apply .form li {
  position: relative;
  margin-bottom: 0.1rem;
  display: flex;
}
.popUp-apply .form li .text {
  display: block;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  background: #ffffff;
  border-radius: 0.05rem;
  border: solid 1px #eeeeee;
  padding: 0 0.2rem;
}
.popUp-apply .form li label {
  position: absolute;
  left: 0;
  top: 0;
  color: #666666;
  font-size: calc(14 / 16 * 1em);
  padding-left: 0.2rem;
}
.popUp-apply .form li.upload #upload_file {
  position: absolute;
  top: 50%;
  right: 0.2rem;
  border-left: 1px solid #eee;
  padding-left: 0.15rem;
}
.popUp-apply .form li .label {
  padding-left: 0;
  width: 0.8rem;
  padding-right: 0;
  flex-shrink: 0;
  min-height: auto;
}
.popUp-apply .form li.upload .layui-upload-file {
  position: absolute;
}
.popUp-apply .form li.upload label {
  position: relative;
  margin-top: 0.1rem;
  width: 100%;
  border-radius: 0.05rem;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.2rem;
  cursor: pointer;
}
.popUp-apply .form li.upload label img {
  max-height: 1rem;
}
.popUp-apply .form li.upload label video {
  max-height: 1rem;
}
.popUp-apply .form li.upload .office .dot {
  line-height: 1;
}
.popUp-apply .form li.upload .office i {
  width: 0.5rem;
  height: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0.15rem;
}
.popUp-apply .form li.upload .office .icon_pdf {
  background-image: url(../images/pdf.svg);
}
.popUp-apply .form li.upload .office .icon_word {
  background-image: url(../images/office-word.svg);
}
.popUp-apply .form li.upload .office .icon_ppt {
  background-image: url(../images/office-pptx.svg);
}
.popUp-apply .form li.upload .office .icon_excel {
  background-image: url(../images/office-excel.svg);
}
.popUp-apply .form li.upload .tit {
  position: absolute;
  color: #999999;
  font-size: calc(14 / 16 * 1em);
  line-height: calc(20 / 14 * 1em);
  border-left: 1px solid #eeeeee;
  top: 50%;
  margin-top: calc((-20 / 14 * 1em) / 2);
  right: 0;
  width: 0.7rem;
  text-align: center;
  cursor: pointer;
}
.popUp-apply .form ol {
  margin-top: 0.4rem;
  text-align: center;
}
.popUp-apply .form ol input[type='button'] {
  width: 1.4rem;
  height: 0.5rem;
  background: #005aee;
  border: 0;
  cursor: pointer;
  border-radius: 0.05rem;
  color: #fff;
  padding: 0;
  transition: 0.3s;
}
.popUp-apply .form ol input[type='button']:hover {
  background-color: #2c6cd8;
}
.popUp-consult .main {
  max-width: 10rem;
  width: 96%;
  margin: 0 auto;
  padding: 0.3rem 0.6rem;
}
.popUp-consult h3 {
  font-weight: normal;
  margin: 0 0 0.38rem 0;
  font-size: calc(24 / 16 * 1em);
  text-align: center;
}
.popUp-consult .common-form .textarea {
  min-height: 1rem;
}
.dialog-enter-active,
.dialog-leave-active {
  transition: 0.5s;
}
.dialog-enter-active .ytable-100,
.dialog-leave-active .ytable-100 {
  transition: 0.5s;
}
.dialog-enter {
  opacity: 0;
}
.dialog-enter .ytable-100 {
  transform: translateY(-10px);
  opacity: 0;
}
.dialog-leave-to {
  opacity: 0;
}
.dialog-leave-to .ytable-100 {
  transform: translateY(-10px);
  opacity: 0;
}
.contact01 .flex-box {
  background-color: #fff;
  border-radius: 0.3rem;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
  border: 0.03rem solid #fff;
}
.contact01 .left {
  width: 4.8rem;
}
.contact01 .left ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0.6rem 0.5rem 0.8rem;
}
.contact01 .left li {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e5e5;
}
.contact01 .left .icon {
  width: 1.25em;
  margin-bottom: 0.12rem;
}
.contact01 .left h2 {
  font-size: 0.2rem;
  color: #005aee;
  line-height: 1.5;
}
.contact01 .left .des {
  color: #888888;
  line-height: 1.5;
}
.contact01 .right {
  flex: 1;
}
.contact01 .right #map {
  padding-top: 72.29166667%;
  position: relative;
}
.contact01 .right #map .mapimg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact01 .right #map img {
  height: auto;
  max-width: none;
}
@media (max-width: 1024px) {
  .contact01 .left {
    width: 100%;
  }
}
.contact02 {
  padding-bottom: 0.8rem;
}
.contact02 .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.contact02 .item {
  width: 20%;
  padding: 0 0.15rem;
  display: flex;
  margin-bottom: 0.2rem;
  transition: 0.3s;
}
.contact02 .item:hover {
  transform: translateY(-10px);
}
.contact02 .inner {
  width: 100%;
  border-radius: 0.1rem;
  background-color: #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
  padding: 0.4rem 0.5rem 0.08rem;
}
.contact02 .img {
  background: url(../images/qrcode_bg.png) 100% 100%;
  padding: 0.05rem;
  margin-bottom: 0.23rem;
}
.contact02 .img img {
  width: 100%;
}
.contact02 .txt {
  display: flex;
  justify-content: center;
}
.contact02 .txt .icon {
  width: 1.5em;
  height: 1.5em;
  position: relative;
  margin-right: 0.1rem;
}
.contact02 .txt .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.contact02 .txt span {
  font-size: 1.125em;
  color: #71829a;
}
@media (max-width: 1024px) {
  .contact02 .item {
    width: 33.33%;
  }
  .contact02 .inner {
    padding: 0.4rem 0.2rem 0.08rem;
  }
}
@media (max-width: 750px) {
  .contact02 .item {
    width: 50%;
  }
}
.w33 {
  width: 33.33%;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.w66 {
  width: 66.66%;
}
.common-form .form-item-column {
  display: flex;
  margin-left: -0.15rem;
  margin-right: -0.15rem;
}
.common-form .form-item-cell {
  padding: 0 0.1rem;
}
.common-form .input {
  margin-bottom: 0.2rem;
}
.common-form .input.ver {
  position: relative;
}
.common-form .input.ver .code {
  width: 1rem;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.common-form .text {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
  padding: 0 0.3rem;
  font-size: 1.125em;
}
.common-form .text::placeholder {
  color: #71829a;
}
.common-form .layui-input {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
  padding: 0 0.3rem;
  font-size: 1.125em;
}
.common-form .layui-input::placeholder {
  color: #71829a;
}
.common-form .textarea {
  width: 100%;
  height: 0.8rem;
  border-radius: 0.1rem;
  background-color: #ffffff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
  padding: 0.3rem;
  font-size: 1.125em;
  min-height: 2rem;
  resize: vertical;
}
.common-form .textarea::placeholder {
  color: #71829a;
}
.common-form .layui-edge {
  border: 0;
  font-size: 12px;
  font-family: 'iconfont' !important;
  width: auto;
  height: auto;
  right: 0.3rem;
  margin-top: -10px;
}
.common-form .layui-edge::before {
  content: '\e602';
  color: #71829a;
}
.common-form .layui-form-selected .layui-edge {
  transform: rotate(90deg);
}
.common-form .submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-form .submit-box {
  display: flex;
  align-items: center;
  font-size: 1.125em;
  color: #71829a;
}
.common-form .submit-box a {
  color: #71829a;
  text-decoration: underline;
}
.common-form .submit-box a:hover {
  color: #005aee;
}
.common-form .submit-box .txt {
  margin-right: 0.5rem;
}
.common-form .submit-box .btn {
  width: 1.8rem;
  text-align: center;
  height: 0.6rem;
  color: #fff;
  background-color: #005aee;
  border-radius: 0.1rem;
  transition: 0.3s;
  border: 0;
}
.common-form .submit-box .btn:hover {
  background-color: #2c6cd8;
}
@media (max-width: 1024px) {
  .common-form .form-item-column {
    flex-wrap: wrap;
  }
  .common-form .form-item-cell {
    width: 100%;
  }
  .common-form .submit-box {
    flex: 1;
  }
  .common-form .submit-box .txt {
    flex: 1;
  }
}
.layui-form-select dl {
  top: 0.8rem;
}
.layui-form-selectup dl {
  bottom: 0.8rem;
}
.blue {
  color: #005aee;
}
.search-top {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
  border-bottom: 2px solid #f0f3f7;
}
.search-top .sum {
  font-size: 1.125em;
  color: #555555;
  line-height: 2;
}
.search-top .tab {
  display: flex;
}
.search-top .tab a {
  margin-left: 0.6rem;
  color: #555555;
  padding-bottom: 0.28rem;
  position: relative;
}
.search-top .tab a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #005aee;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.search-top .tab a.active::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .search-top {
    display: block;
  }
  .search-top .sum {
    margin-bottom: 0.2rem;
  }
  .search-top .tab {
    justify-content: center;
  }
  .search-top .tab a:first-of-type {
    margin-left: 0;
  }
}
.search-list {
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.search-list a {
  display: flex;
  padding: 0.3rem;
  border-radius: 0.1rem;
  transition: 0.3s;
}
.search-list a:hover {
  background-color: #fff;
  box-shadow: 2.121px 2.121px 20px 0px rgba(0, 90, 238, 0.06);
}
.search-list a .left {
  flex: 1;
  position: relative;
  padding-left: 0.23rem;
}
.search-list a .left::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 0.15rem;
}
.search-list a .left h2 {
  font-size: 1.125em;
  color: #333;
  margin-bottom: 0.1rem;
}
.search-list a .left .des {
  color: #666666;
  line-height: 1.5;
}
.search-list a .time {
  flex-shrink: 0;
  color: #888888;
}
@media (max-width: 1024px) {
  .search-list a {
    display: block;
  }
  .search-list a .time {
    padding-left: 0.23rem;
    margin-top: 0.2rem;
  }
}
.sol_01 {
  padding-top: 0.3rem;
  padding-bottom: 1.2rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.sol_01::before {
  content: '';
  width: 22.09rem;
  height: 22.09rem;
  background-color: #f4f6fa;
  clip-path: url(#pro-info01);
  position: absolute;
  left: 4.07rem;
  top: 2.3rem;
  z-index: 0;
}
.sol_01 .flex-box {
  position: relative;
  z-index: 2;
}
.sol_01 .flex-box .txt {
  width: 47.91666667%;
  padding-right: 1.1rem;
}
.sol_01 .flex-box .txt .title {
  font-size: 0.4rem;
  color: #005aee;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.sol_01 .flex-box .txt .des {
  font-size: 1.125em;
  color: #333333;
  line-height: 1.778;
  text-align: justify;
  margin-bottom: 0.57rem;
}
.sol_01 .flex-box .pic {
  flex: 1;
  text-align: center;
  padding-top: 0.3rem;
}
.sol_02 {
  padding-bottom: 0.4rem;
}
.sol_04 .item {
  width: 50%;
  padding-top: 1.25rem;
  padding-bottom: 1rem;
}
.sol_04 .item:nth-of-type(odd) {
  padding-left: 1.1rem;
  text-align: right;
  padding-right: 3rem;
}
.sol_04 .item:nth-of-type(odd) li {
  padding-right: 0.13rem;
}
.sol_04 .item:nth-of-type(odd) li::before {
  right: 0;
}
.sol_04 .item:nth-of-type(even) {
  padding-right: 1rem;
  padding-left: 3rem;
}
.sol_04 .item:nth-of-type(even) li {
  padding-left: 0.13rem;
}
.sol_04 .item:nth-of-type(even) li::before {
  left: 0;
}
.sol_04 h2 {
  font-size: 0.32rem;
  color: #005aee;
  margin-bottom: 0.15rem;
}
.sol_04 .content {
  font-size: 1.125em;
  line-height: 1.778;
  color: #555555;
}
.sol_04 .content li {
  position: relative;
}
.sol_04 .content li::before {
  content: '';
  width: 2px;
  height: 2px;
  background-color: #555555;
  position: absolute;
  top: 0.15rem;
}
@media (max-width: 1024px) {
  .sol_04 .item {
    padding: 0.3rem !important;
    width: 100%;
    text-align: left !important;
  }
  .sol_04 .item li {
    padding-right: 0 !important;
    padding-left: 0.13rem !important;
  }
  .sol_04 .item li::before {
    right: auto !important;
    left: 0 !important;
  }
}
.sol_05 .item {
  margin: 0 0.6rem;
}
.sol_05 .inner {
  width: 2.4rem;
  padding: 0.25rem 0.25rem 0.58rem;
  border-radius: 1.2rem;
}
@media (max-width: 1024px) {
  .sol_05 .item {
    width: 48%;
    margin: 0 1% 0.4rem;
  }
}
.right-menu {
  position: fixed;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 0.3rem;
  background-color: #fff;
  padding: 0.2rem 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.right-menu li {
  margin-bottom: 0.2rem;
  position: relative;
}
.right-menu li:last-of-type {
  margin-bottom: 0;
}
.right-menu a {
  width: 0.6rem;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #93a0b3;
}
.right-menu a .iconfont {
  font-size: 1em;
  margin-bottom: 0.02rem;
}
.right-menu a:hover {
  color: #005aee;
}
.right-menu .sub {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-right: 0.2rem;
}
@media (max-width: 11750px) {
  .right-menu {
    right: 0.1rem;
  }
}
@media (max-width: 1024px) {
  .right-menu a .iconfont {
    font-size: 0.18rem;
  }
}
.ind-ban {
  position: relative;
}
.ind-ban .menu-wrap {
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
}
.ind-ban .menu-wrap .inner {
  z-index: 3;
}
.ind-ban .menu-wrap ul li {
  min-height: 1.4rem;
  position: relative;
}
.ind-ban .menu-wrap ul li a {
  height: 100%;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  top: auto;
}
.ind-ban .menu-wrap ul li a .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: 0.3s;
}
.ind-ban .menu-wrap ul li a * {
  z-index: 2;
}
.ind-ban .menu-wrap ul li a h3 {
  transition: 0.3s;
}
.ind-ban .menu-wrap ul li a .more {
  display: inline-flex;
  align-items: center;
  color: #b6bfcd !important;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.ind-ban .menu-wrap ul li a .more .icon-more {
  position: static;
  transform: translate(0);
  margin: 0;
  margin-left: 0.2rem;
  color: #b6bfcd !important;
  opacity: 1;
}
.ind-ban .menu-wrap ul li a:hover {
  height: 2.4rem;
}
.ind-ban .menu-wrap ul li a:hover .bg {
  opacity: 1;
}
.ind-ban .menu-wrap ul li a:hover h3 {
  margin-bottom: 0.66rem;
}
.ind-ban .menu-wrap ul li a:hover i {
  opacity: 0;
}
.ind-ban .menu-wrap ul li a:hover .more {
  height: 1em;
}
.ind-ban .menu-wrap ul li.active a,
.ind-ban .menu-wrap ul li:hover a {
  background-color: #005aee;
}
.ind-ban .menu-wrap ul li.active h2,
.ind-ban .menu-wrap ul li:hover h2 {
  color: #4b5d76 !important;
}
.ind-ban .menu-wrap ul li.active h3,
.ind-ban .menu-wrap ul li:hover h3 {
  color: #4b5d76 !important;
}
.ind-ban .menu-wrap ul li.active .icon-more,
.ind-ban .menu-wrap ul li:hover .icon-more {
  color: #4b5d76 !important;
}
.ind-ban .swiper-slide {
  position: relative;
  height: 9.6rem;
}
.ind-ban .swiper-slide video,
.ind-ban .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ind-ban .white .txt {
  color: #fff;
}
.ind-ban .blue .txt {
  color: #374767;
}
.ind-ban .blue .menu-wrap ul li a h2 {
  color: #4b5d76;
}
.ind-ban .blue .menu-wrap ul li a h3 {
  color: #71829a;
}
.ind-ban .blue .menu-wrap ul li a .icon-more {
  color: rgba(113, 130, 154, 0.502);
}
.ind-ban .blue .menu-wrap ul li.active a,
.ind-ban .blue .menu-wrap ul li:hover a {
  background-color: #005aee;
}
.ind-ban .blue .menu-wrap ul li.active h2,
.ind-ban .blue .menu-wrap ul li:hover h2 {
  color: #fff;
}
.ind-ban .blue .menu-wrap ul li.active h3,
.ind-ban .blue .menu-wrap ul li:hover h3 {
  color: #fff;
}
.ind-ban .blue .menu-wrap ul li.active .icon-more,
.ind-ban .blue .menu-wrap ul li:hover .icon-more {
  color: #fff;
}
.ind-ban .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding-top: 1rem;
}
.ind-ban .txt h2 {
  font-size: 0.54rem;
}
.ind-ban .txt p {
  font-size: 0.24rem;
  line-height: 1.333;
}
.ind-ban .swiper-button-prev,
.ind-ban .swiper-button-next {
  color: #fff;
}
.ind-ban .swiper-button-prev::after,
.ind-ban .swiper-button-next::after {
  font-size: 2em;
}
.ind-ban .swiper-button-prev {
  left: 0.8rem;
}
.ind-ban .swiper-button-next {
  right: 0.8rem;
}
@media (max-width: 1024px) {
  .ind-ban .swiper-slide {
    height: 5.6rem;
  }
  .ind-ban .txt h2 {
    font-size: 0.4rem;
  }
  .ind-ban ul h2 {
    font-size: 1.1em;
  }
  .ind-ban .menu-wrap {
    position: relative;
    z-index: 3;
  }
  .ind-ban .menu-wrap .inner {
    position: relative;
  }
  .ind-ban .menu-wrap ul {
    overflow-y: auto;
  }
  .ind-ban .menu-wrap ul li {
    max-width: 90%;
    width: 66.66%;
    flex-shrink: 0;
  }
  .ind-ban .menu-wrap ul li a {
    height: 1.4rem !important;
  }
  .ind-ban .menu-wrap ul li a h3 {
    margin-bottom: 0.15rem !important;
  }
  .ind-ban .menu-wrap ul li a .more {
    height: 1em !important;
  }
  .ind-ban .menu-wrap ul li .icon-more {
    right: 0.2rem;
  }
  .ind-ban .menu-wrap ul li a h2 {
    color: #4b5d76;
  }
  .ind-ban .menu-wrap ul li a h3 {
    color: #71829a;
  }
  .ind-ban .menu-wrap ul li a .icon-more {
    color: rgba(113, 130, 154, 0.502);
  }
}
.ind-ban video {
  z-index: 1;
}
.ind-ban video::-webkit-media-controls-enclosure {
  display: none !important;
}
.ind-ban video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.ind-ban a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ind-ban .open-video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon_play.svg) center 37.5% / 0.9rem no-repeat;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
  color: #fff;
  visibility: hidden;
}
.ind-ban .open-video:hover {
  color: #2c6cd8;
}
@media (max-width: 1024px) {
  .ind-ban .open-video {
    visibility: visible;
    background: url(../images/icon_play.svg) center 37.5% / 0.5rem no-repeat;
  }
}
.ind-title {
  text-align: center;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ind-title h2 {
  font-size: 0.48rem;
  color: #005aee;
  line-height: 1.25;
  margin-bottom: 0.18rem;
}
.ind-title p {
  font-size: 0.22rem;
  color: #71829a;
  line-height: 1.455;
}
.ind-title pre {
  color: #71829a;
}
.ind-title.white h2 {
  color: #fff;
}
.ind-title.white p {
  color: #fff;
}
.ind-title.white pre {
  color: #fff;
}
.ind-02 {
  padding-top: 0.6rem;
}
.ind-02 .container {
  padding: 0 1.6rem;
}
.ind-02 .content {
  position: relative;
  box-shadow: 2.121px 2.121px 50px 0px rgba(0, 90, 238, 0.26);
  border: 3px solid #fff;
  overflow: hidden;
  border-radius: 0.33rem;
}
.ind-02 .content .pic {
  padding-top: 51.53664303%;
  position: relative;
}
.ind-02 .content .pic video,
.ind-02 .content .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind-02 .item {
  cursor: pointer;
}
.ind-02 .item .spot {
  position: absolute;
  width: 0;
  height: 0;
  left: var(--left);
  top: var(--top);
}
.ind-02 .item .spot i {
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0.03rem solid #fff;
  background-color: #005aee;
}
.ind-02 .item .spot::before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin-left: -0.2rem;
  margin-top: -0.2rem;
  opacity: 0.302;
  animation: scaleSpot linear infinite 2s;
}
.ind-02 .item .spot::after {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  margin-left: -0.35rem;
  margin-top: -0.35rem;
  opacity: 0.302;
  animation: scaleSpot linear infinite 2s;
}
.ind-02 .item .txt {
  position: absolute;
  left: var(--left);
  top: var(--top);
  transition: 1s;
}
.ind-02 .item .txt .inner {
  width: 4rem;
  padding: 0.18rem;
  border: 0.04rem solid #fff;
  background: linear-gradient(to bottom, #fff 0%, #cfe0fc 100%);
  border-radius: 0.9rem;
  display: flex;
  align-items: center;
}
.ind-02 .item .txt .icon {
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  margin-right: 0.2rem;
}
.ind-02 .item .txt .icon::before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: url(../images/advantage_out.svg) center / contain no-repeat;
  animation: clrcle1 infinite linear 10s;
}
.ind-02 .item .txt .icon::after {
  content: '';
  width: 58.82352941%;
  height: 58.82352941%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  transform: rotate(10deg);
  background: url(../images/advantage_in.png) center / contain no-repeat;
  animation: clrcle2 infinite linear 10s;
}
.ind-02 .item .txt .icon img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
  width: 0.4rem;
}
.ind-02 .item .txt .info h2 {
  color: #005aee;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.04rem;
}
.ind-02 .item .txt .info .des {
  color: #555555;
  line-height: 1.5;
}
.ind-02 .item.left .txt {
  left: 0;
  transform: translate(-100%, -50%);
}
.ind-02 .item.right .txt {
  right: 0;
  transform: translate(0, -50%);
}
.ind-02 .item:hover .txt {
  left: var(--left);
  top: var(--top);
}
.ind-02 .item:hover .spot::before,
.ind-02 .item:hover .spot::after {
  opacity: 0 !important;
  border-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  .ind-02 .container {
    padding: 0;
  }
  .ind-02 .item .txt .inner {
    width: 2.5rem;
  }
  .ind-02 .item .txt .icon {
    width: 0.8rem;
    height: 0.8rem;
  }
  .ind-02 .item .txt .info h2 {
    font-size: 0.18rem;
  }
  .ind-02 .item .txt .info .des {
    font-size: 0.16rem;
  }
}
@keyframes scaleSpot {
  0% {
    transform: scale(1);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.ind-03 {
  position: relative;
  padding-bottom: 1.2rem;
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 0.6rem;
}
.ind-03 .list {
  position: relative;
  background-color: #000;
  display: flex;
  overflow: hidden;
  z-index: 2;
}
.ind-03 .list .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.ind-03 .list .pic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.ind-03 .list .item {
  width: 33.33%;
}
.ind-03 .list .item.active .pic {
  opacity: 1;
}
.ind-03 .list .item.active .txt {
  background-color: rgba(18, 42, 82, 0.4);
  padding-top: 2.8rem;
}
.ind-03 .list .item.active .des {
  opacity: 1;
}
.ind-03 .list .item.active .more {
  opacity: 1;
}
.ind-03 .list .inner {
  display: block;
  height: 6.5rem;
  position: relative;
}
.ind-03 .list .txt {
  background-color: rgba(18, 42, 82, 0.3);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 3.1rem;
  text-align: center;
  width: 100%;
  color: #fff;
  transition: 0.3s;
  z-index: 2;
}
.ind-03 .list h2 {
  font-size: 0.32rem;
  line-height: 1.625;
  margin-bottom: 0.06rem;
}
.ind-03 .list .des {
  font-size: 1.125em;
  line-height: 1.333;
  margin-bottom: 1rem;
  opacity: 0;
  transition: 0.3s;
}
.ind-03 .list .more {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  width: 2.2rem;
  height: 0.55rem;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
}
.ind-03 .list .more .iconfont {
  margin-left: 0.21rem;
}
@media (max-width: 1024px) {
  .ind-03 .list {
    display: block;
  }
  .ind-03 .list .item {
    width: 100%;
    position: relative;
  }
  .ind-03 .list .pic {
    opacity: 1 !important;
  }
  .ind-03 .list .txt {
    top: 0;
    padding-top: 0 !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .ind-03 .list .des,
  .ind-03 .list .more {
    opacity: 1;
  }
}
.ind-04 {
  padding-top: 0.6rem;
  padding-bottom: 1.3rem;
}
.ind-04 .swiper {
  padding: 0 0.9rem;
  margin-left: -0.9rem;
  margin-right: -0.9rem;
}
.ind-04 .swiper-container {
  overflow: hidden;
}
.ind-04 .pic {
  position: relative;
  padding-top: 84.61538462%;
  overflow: hidden;
}
.ind-04 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ind-04 .pic img:hover {
  transform: scale(1.1);
}
.ind-04 .txt {
  padding-top: 0.3rem;
}
.ind-04 h2 {
  font-size: 0.32rem;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}
.ind-04 .des {
  color: #888888;
}
.ind-04 .common-swiper-btn {
  top: 2.2rem;
}
@media (max-width: 1750px) {
  .ind-04 .auto-1440 {
    padding: 0 0.15rem;
  }
}
@media (max-width: 1024px) {
  .ind-04 .swiper {
    margin-left: 0;
    margin-right: 0;
  }
}
.ind-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  border: 2px solid rgba(255, 255, 255, 0.4);
  min-width: 2.2rem;
  padding: 0 0.15rem;
  height: 0.55rem;
  color: #fff;
  transition: 0.3s;
}
.ind-more .icon-more {
  font-size: 0.75em;
  margin-left: 0.2rem;
}
.ind-more:hover {
  background-color: #2c6cd8;
  color: #fff;
  border-color: #2c6cd8;
}
.ind-05 {
  padding-top: 0.6rem;
  padding-bottom: 2.86rem;
  position: relative;
}
.ind-05::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ind-05 .auto-1440 {
  position: relative;
  z-index: 2;
}
.ind-05 .ind-title {
  position: relative;
  margin-bottom: 0.7rem;
}
.ind-05 .ind-title pre {
  font-size: 1.125em;
}
.ind-05 .ind-title h2 {
  margin-bottom: 0.3rem;
}
.ind-05 .count-box {
  padding: 0 2.5rem;
  margin-bottom: 0.8rem;
}
.ind-05 .count-box .count-wrap {
  color: #fff;
}
.ind-05 .count-box .des {
  color: #fff;
}
.ind-06 {
  padding-bottom: 1.2rem;
}
.ind-06 .title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.66rem;
}
.ind-06 .title-wrap .ind-title {
  text-align: left;
  margin-bottom: 0;
}
.ind-06 .title-wrap .tab {
  display: flex;
}
.ind-06 .title-wrap .tab a {
  margin-left: 0.2rem;
  min-width: 1.8rem;
  text-align: center;
  padding: 0 0.1rem;
  line-height: 0.55rem;
  background-color: #fff;
  border-radius: 0.04rem;
  font-size: 1.12em;
  color: #93a0b3;
  transition: 0.3s;
}
.ind-06 .title-wrap .tab a.active,
.ind-06 .title-wrap .tab a:hover {
  color: #fff;
  background-color: #2c6cd8;
}
.ind-06 .info-wrap .left {
  width: 56.94444444%;
  padding-right: 0.9rem;
}
.ind-06 .info-wrap .left .list .item {
  margin-bottom: 0.2rem;
}
.ind-06 .info-wrap .left .list .item:last-of-type {
  margin-bottom: 0;
}
.ind-06 .info-wrap .left .list a {
  display: flex;
  align-items: center;
}
.ind-06 .info-wrap .left .list .img {
  width: 2.4rem;
  margin-right: 0.3rem;
}
.ind-06 .info-wrap .left .list .txt {
  flex: 1;
}
.ind-06 .info-wrap .left .list .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.ind-06 .info-wrap .left .list .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ind-06 .info-wrap .left .list .pic img:hover {
  transform: scale(1.1);
}
.ind-06 .info-wrap .left .list .time {
  color: #005aee;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.ind-06 .info-wrap .left .list h2 {
  color: #333;
  line-height: 1.5;
  font-size: 1.25em;
  margin-bottom: 0.1rem;
}
.ind-06 .info-wrap .left .list .des {
  color: #888888;
  line-height: 1.5;
}
.ind-06 .info-wrap .right {
  display: flex;
  flex: 1;
}
.ind-06 .info-wrap .right a {
  width: 100%;
  height: 100%;
  position: relative;
}
.ind-06 .info-wrap .right .pic {
  height: 100%;
}
.ind-06 .info-wrap .right .pic {
  position: relative;
  padding-top: 66.66666667%;
  overflow: hidden;
}
.ind-06 .info-wrap .right .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.ind-06 .info-wrap .right .pic img:hover {
  transform: scale(1.1);
}
.ind-06 .info-wrap .right .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.27rem 0.4rem;
  backdrop-filter: blur(40px);
  border-top: 1px solid rgba(255, 255, 255, 0.302);
}
.ind-06 .info-wrap .right .txt .time {
  color: #fff;
}
.ind-06 .info-wrap .right .txt h2 {
  font-size: 1.25em;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
@media (max-width: 1024px) {
  .ind-06 .title-wrap {
    display: block;
  }
  .ind-06 .title-wrap .ind-title {
    margin-bottom: 0.2rem;
  }
  .ind-06 .title-wrap .tab a:first-of-type {
    margin-left: 0;
  }
  .ind-06 .info-wrap .left {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.ind-07 {
  padding-bottom: 1rem;
  border-radius: 0.3rem;
}
.ind-07 .swiper {
  margin-left: -0.16rem;
  margin-right: -0.16rem;
}
.ind-07 .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.ind-07 .item {
  width: 14.28571429%;
  padding: 0 0.16rem;
  margin-bottom: 0.3rem;
}
.ind-07 .item a {
  display: block;
  width: 100%;
}
.ind-07 .item .pic {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 0.14rem;
  background-color: #fff;
}
.ind-07 .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.ind-07 .swiper-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}
.ind-07 .swiper-btn-wrap .swiper-pagination {
  flex-shrink: 0;
  position: static !important;
  width: auto;
  min-width: 1.8rem;
  padding: 0 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind-07 .swiper-btn-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
  border-radius: 0;
}
.ind-07 .swiper-btn-wrap .swiper-pagination .swiper-pagination-bullet-active {
  width: 0.3rem;
}
.ind-07 .swiper-btn-wrap .common-swiper-btn {
  position: static !important;
  margin: 0;
}
@media (max-width: 1024px) {
  .ind-07 .item {
    width: 25%;
  }
}
@media (max-width: 750px) {
  .ind-07 .item {
    width: 33.33%;
  }
}
.ind-08 {
  padding-top: 0.2rem;
  padding-bottom: 0.5rem;
}
.ind-08 .ind-title {
  margin-bottom: 0.35rem;
}
.sitemap li {
  padding: 0.8% 0;
  border-bottom: solid 1px #eeeeee;
  line-height: 0.5rem;
}
.sitemap li span {
  font-size: 16px;
}
.sitemap dl {
  padding: 0.5% 0;
}
.sitemap dt {
  display: inline-block;
  opacity: 0.8;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .sitemap li span {
    font-size: 0.28rem;
  }
  .sitemap li {
    line-height: 0.6rem;
  }
}
.friend_links {
  padding: 0.8rem 0 0;
}
.friend_links .list {
  margin-left: -0.15rem;
  margin-right: -0.15rem;
  display: flex;
  flex-wrap: wrap;
}
.friend_links .list .item {
  width: 25%;
  padding: 0 0.15rem;
}
@media (max-width: 1024px) {
  .friend_links .list .item {
    width: 50%;
  }
}
.friend_links .list .item {
  margin-bottom: 0.3rem;
}
.friend_links .list a {
  text-align: center;
  padding: 0.2rem;
  background-color: #fff;
  border-radius: 0.2rem;
  display: block;
  transition: 0.3s;
  box-shadow: 0px 0px 30px 0px rgba(6, 55, 129, 0.08);
}
.friend_links .list a:hover {
  color: #fff;
  background-color: #2c6cd8;
}
.top-video video {
  display: block;
  width: 100%;
}
.top-pro2 {
  background-color: #fff;
  padding-top: 0.3rem;
}
.top-pro2 .title {
  text-align: center;
}
.top-pro2 .title h2 {
  font-size: 0.4rem;
  color: #005aee;
  line-height: 1.5;
}
.top-pro2 .title .des {
  font-size: 1.5em;
  line-height: 2;
  color: #4b5d76;
}
.top-pro2 .swiper {
  padding: 0.5rem 0.93rem 1rem;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.top-pro2 .swiper-container {
  overflow: hidden;
  box-shadow: 0px 0px 50px 0px rgba(0, 96, 255, 0.2);
  border-radius: 0.3rem;
}
.top-pro2 .pic {
  position: relative;
  padding-top: 51.37254902%;
  overflow: hidden;
}
.top-pro2 .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: 0.3s;
}
.top-pro2 .pic img:hover {
  transform: scale(1.1);
}
.top-pro2 .pic {
  border-radius: 0.3rem;
  background-color: #000;
}
.top-pro2 .pic video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
}
.top-pro2 .pic img {
  opacity: 0.9;
}
.top-pro2 .active img {
  opacity: 0;
}
.top-pro2 .active video {
  opacity: 1;
}
.top-pro2 .active .open-video {
  opacity: 0;
  z-index: -1;
}
.top-pro2 .open-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.7rem;
  color: #fff;
  transition: 0.3s;
}
.top-pro2 .open-video:hover {
  color: #2c6cd8;
}
.calendar {
  background-color: #fff;
  width: 4.7rem;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  padding: 0 0.32rem 0.4rem;
}
.calendar .calendar-header {
  color: #222222;
  padding: 0.24rem 0.2rem 0.2rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.calendar .calendar-header .title {
  display: flex;
  align-items: center;
}
.calendar .calendar-header .title svg {
  width: 22px;
  margin-right: 7px;
}
.calendar .calendar-header .title svg path {
  fill: #2c6cd8;
}
.calendar .calendar-header .close {
  cursor: pointer;
  display: block;
  z-index: 4;
  width: 0.14rem;
  height: auto;
  overflow: hidden;
}
.calendar .calendar-header .close svg {
  width: 0.14rem;
  height: auto;
}
.calendar .calendar-header .close svg path {
  fill: #333;
}
.calendar .calendar-body .layui-inline {
  width: 100%;
  border: none;
}
.calendar .calendar-body .layui-laydate-static {
  border: none;
  box-shadow: none;
  width: 100% !important;
}
.calendar .calendar-body .laydate-day-mark {
  font-size: initial !important;
  line-height: initial !important;
  padding: 9px 0 !important;
}
.calendar .calendar-body .laydate-day-mark::after {
  right: 50% !important;
  transform: translateX(50%) !important;
  top: auto !important;
  bottom: 0 !important;
  width: 8px !important;
  height: 8px !important;
  background-color: #2c6cd8;
}
.calendar .calendar-body .layui-laydate-footer {
  display: none;
}
.calendar .calendar-body .layui-laydate-main {
  width: 100%;
}
.calendar .calendar-body .layui-laydate-header i.laydate-prev-y,
.calendar .calendar-body .layui-laydate-header i.laydate-next-y {
  display: none;
}
.calendar .calendar-body .layui-laydate-header i.laydate-prev-m,
.calendar .calendar-body .layui-laydate-header i.laydate-next-m {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  top: 6px;
  justify-content: center;
  color: #666666;
}
.calendar .calendar-body .layui-laydate-header i.laydate-prev-m:hover,
.calendar .calendar-body .layui-laydate-header i.laydate-next-m:hover {
  background-color: #f2f5fa;
}
.calendar .calendar-body .layui-laydate-header i.laydate-prev-m {
  left: 0;
}
.calendar .calendar-body .layui-laydate-header i.laydate-next-m {
  right: 0;
}
.calendar .calendar-body .layui-laydate-header {
  padding: 10px 40px 5px;
  border-bottom: none;
}
.calendar .calendar-body .laydate-set-ym {
  color: #222222;
  font-weight: bold;
}
.calendar .calendar-body .layui-laydate-footer {
  display: none;
}
.calendar .calendar-body .layui-laydate-content table {
  width: 100%;
}
.calendar .calendar-body .layui-laydate-main {
  position: relative;
  z-index: 4;
}
.calendar .calendar-body .layui-laydate-content td,
.calendar .calendar-body .layui-laydate-content th {
  width: 0.32rem;
  height: 0.32rem;
  padding: 9px 0;
  color: #333;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .calendar .calendar-body .layui-laydate-content td,
  .calendar .calendar-body .layui-laydate-content th {
    font-size: 14px;
  }
}
@media (max-width: 971px) {
  .calendar .calendar-body .layui-laydate-content td,
  .calendar .calendar-body .layui-laydate-content th {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .calendar .calendar-body .layui-laydate-content td,
  .calendar .calendar-body .layui-laydate-content th {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.calendar .calendar-body .layui-laydate-content td:before,
.calendar .calendar-body .layui-laydate-content th:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 971px) {
  .calendar .calendar-body .layui-laydate-content td:before,
  .calendar .calendar-body .layui-laydate-content th:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .calendar .calendar-body .layui-laydate-content td:before,
  .calendar .calendar-body .layui-laydate-content th:before {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.calendar .calendar-body .layui-laydate-content td:hover,
.calendar .calendar-body .layui-laydate-content th:hover {
  background-color: transparent !important;
}
.calendar .calendar-body .layui-laydate-content td:hover:before,
.calendar .calendar-body .layui-laydate-content th:hover:before {
  background-color: #eee;
}
@media (max-width: 1580px) {
  .calendar .calendar-body .layui-laydate-content {
    padding: 0;
  }
}
.calendar .calendar-body .layui-laydate-content .laydate-day-next,
.calendar .calendar-body .layui-laydate-content .laydate-day-prev {
  color: #999999;
}
.calendar .calendar-body .layui-laydate .layui-this {
  background-color: transparent !important;
}
.calendar .calendar-body .layui-laydate .layui-this:before {
  background-color: #005aee;
}
.calendar .calendar-body .layui-laydate .layui-this:hover {
  color: #fff !important;
}
.calendar .calendar-body .layui-laydate .layui-this:hover:before {
  background-color: #005aee;
}
.calendar .calendar-body .laydate-set-ym span:hover {
  color: #005aee;
}
.calendar .calendar-body .layui-laydate-list > li.layui-this {
  background-color: #005aee !important;
}
.calendar .calendar-footer {
  padding-top: 0.26rem;
  border-top: 1px solid #f5f5f5;
}
.calendar .calendar-footer .time {
  display: flex;
  align-items: center;
}
.calendar .calendar-footer .time svg {
  width: 1.25em;
  height: 1.25em;
  margin-top: -3px;
}
.calendar .calendar-footer .time .txt {
  color: #666666;
  font-size: 1.125em;
  padding-left: 0.18rem;
  width: calc(100% - 0.18rem);
}
.calendar .calendar-footer .time .txt span {
  color: #005aee;
}
.calendar .calendar-footer .nei {
  margin-top: 0.26rem;
  padding-right: 10px;
  position: relative;
  overflow-y: auto;
  max-height: 160px;
}
@media (max-width: 1580px) {
  .calendar .calendar-footer .nei {
    margin-top: 0.1rem;
  }
}
.calendar .calendar-footer .nei .li {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  line-height: 28px;
  align-items: center;
  justify-content: space-between;
  padding-right: 3px;
  margin-bottom: 10px;
  flex-direction: row;
}
@media (max-width: 1580px) {
  .calendar .calendar-footer .nei .li {
    line-height: 26px;
    margin-bottom: 0.1rem;
  }
}
@media (max-width: 1260px) {
  .calendar .calendar-footer .nei .li {
    line-height: 24px;
  }
}
@media (max-width: 971px) {
  .calendar .calendar-footer .nei .li {
    line-height: 1.5;
  }
}
.calendar .calendar-footer .nei .li:last-child {
  margin-bottom: 0;
}
.calendar .calendar-footer .nei .li i {
  font-style: normal;
  margin-left: 0.2rem;
  flex-shrink: 0;
}
.calendar .calendar-footer .nei .li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: block;
  padding-left: 22px;
  position: relative;
}
.calendar .calendar-footer .nei .li span:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 6px;
  background: #999999;
  height: 6px;
}
.calendar .calendar-footer .btn-wrap {
  margin-top: 0.28rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar .calendar-footer .btn-wrap .a1 {
  background: #005aee;
  border-radius: 0.05rem;
  width: 150px;
  color: #fff;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.06rem;
  cursor: pointer;
}
.calendar .calendar-footer .btn-wrap .a2 {
  color: #333;
  background: #f0f0f0;
  border-radius: 0.05rem;
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.06rem;
  cursor: pointer;
}
/*# sourceMappingURL=./style.css.map */