* {
  padding: 0;
  margin: 0;
  outline: none;
  scroll-behavior: smooth;
}
#my-scrollbar {
  height: 100vh;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 0;
}
.scrollbar-track-y {
  background: transparent !important;
}
.scrollbar-thumb {
  background: transparent !important;
}
a.anniu {
  display: block;
  width: 150px;
  height: 50px;
  background: rgba(240, 241, 246, 0);
  border: 1px solid #2d93d5;
  font-weight: normal;
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  position: relative;
  transition: 0.6s;
}
a.anniu:hover {
  background: #2d93d5;
}
a.anniu:hover i {
  color: #fff;
}
a.anniu:hover:before {
  color: #fff;
  transform: translate(0%, 20px);
  opacity: 0;
}
a.anniu:hover .par p {
  color: white;
  opacity: 1;
  transform: translate(0%, 0%);
}
a.anniu .par {
  display: flex;
  margin-left: 20px;
  margin-right: 20px;
}
a.anniu .par p {
  font-size: 14px;
  width: auto;
  height: auto;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #2d93d5;
  transition: 0.6s;
  transform: translate(0%, -20px);
  opacity: 0;
}
a.anniu:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 20px;
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  font-size: 14px;
  color: #2d93d5;
  display: flex;
  align-items: center;
  transition: 1.5s;
  opacity: 1;
}
a.anniu i {
  font-size: 26px;
  color: #2d93d5;
}
header {
  width: 100%;
  padding: 0% 10% !important;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.6s;
}
header:after {
  content: "";
  position: absolute;
  top: -110px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #014f99;
  z-index: 0;
  transition: 0.6s;
}
.active:after {
  top: 0;
}
header .logo {
  position: relative;
  z-index: 1;
}
header .menu {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
header .menu .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-right: 85px;
}
header .menu .nav a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  transition: 0.6s;
  cursor: pointer;
  position: relative;
}
header .menu .nav a:hover {
  color: #2d93d5;
}
header .menu .nav a.active::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  background: #FFFFFF;
}
header .menu .search {
  cursor: pointer;
}
header .menu .search i {
  font-size: 18px;
  font-weight: 200;
  color: #fff;
}
.search {
  display: flex;
  align-items: center;
  border-bottom: 0px solid #fff;
  transition: 0.6s;
}
.search input {
  display: block;
  width: 0px;
  height: 100%;
  background-color: transparent !important;
  border: 0;
  font-size: 0.14rem;
  line-height: 0.3rem;
  color: #fff !important;
  transition: 0.3s;
  float: left;
  outline: none;
  transition: 0.6s;
}
input::-webkit-input-placeholder {
  color: #fff;
}
.search:hover {
  border-bottom: 1px solid #fff;
}
.search:hover input {
  width: 150px;
}
/* 分页 */
.Pages {
  width: 50%;
  margin: 0 auto;
  display: none;
}
.am-pagination-select {
  width: auto !important;
  min-width: 70px !important;
}
.am-pagination-select #page-select {
  width: auto !important;
  min-width: 70px !important;
  padding-right: 18px;
  text-align: center;
}
/* 底部 */
footer {
  width: 100%;

  background: #393b3d;
  padding: 0 10% !important;
}
.mobile-erweima{
  display: none;
}
.foo_t {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.foo_t .left {
  width: 75%;
  height: auto;
}
.foo_t .left .logo {
  display: flex;
  align-items: center;
  height: 150px;
}
.foo_t .left .foo-text {
  display: flex;
  justify-content: space-between;
  width: 100%;

  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foo_t .right {
  width: 25%;
  height: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  text-align: right;
}
.foo_t .left .foo-text .foo-text1 span {
  font-size: 16px;
  color: #fff;
  position: relative;
  margin-bottom: 45px;
  display: block;
  transition: 0.6s;
}
.foo_t .left .foo-text .foo-text1 span:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
}
.foo_t .left .foo-text .foo-text1 ul a li {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  line-height: 40px;
  transition: 0.6s;
}
.foo_t .left .foo-text .erweima {
  margin-right: 20px;
  text-align: right;
}
.foo_t .left .foo-text .erweima img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.foo_t .left .foo-text .erweima .desc{
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-top: 5px;
}
.foo_t .left .foo-text a:hover span,
.foo_t .left .foo-text .foo-text1 ul li:hover {
  color: #2d93d5;
}
.foo_b {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.foo_b a {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  transition: 0.6s;
}
.foo_b a:hover {
  color: #2d93d5;
}
.foo_t .right .swiper-slide > span {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-top: 100px;
}
.foo_t .right .right-p {
  margin: 20px 0px;
}
.foo_t .right .right-p p {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  margin-bottom: 10px;
}
.foo_t .right .right-p span {
  display: block;
  font-size: 26px;
  color: #fff;
  opacity: 0.5;
  margin: 20px 0px;
}
.foo_t  .zjps img{
  height: 16px;
  margin-right: 12px;
}
.foo_t  .zjps {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 36px;
  cursor: pointer;
}
.foot_c .zjps img {
  height: 16px;
  margin-right: 12px;
}
.foot_c  .zjps {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
  display: none;
}

.foo_t .right .san {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.foo_t .right .san i {
  font-size: 26px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.foo_t .right .san i:nth-child(1) {
  transform: rotateY(180deg);
}
.foo_t .right .san-shu {
  height: 16px;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.san .swiper-button-lock {
  display: block;
}

.section .span {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  transition: 2s;
  font-size: 44px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
  z-index: 10;
}
.section .span span {
  font-size: 50px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;

  transition: 1s;
  position: relative;
  left: 50px;
  opacity: 0;
  filter: blur(100px);
  letter-spacing: 5px;
  text-shadow: 0px 0px 63px #000000;
}

.sec1-warp .que {
  background: #014f99;
}
header .mobile {
  position: fixed;
  top: 41px;
  right: 7%;
  display: none;
  transition: 0.6s;
}
header .mobile span {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin-top: 6px;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.4s;
}
header .mobile_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #fff;
  display: none;
  top: 110px;
  left: 0;
  z-index: 99999;
  border-top: 1px solid #eff2f6;
}
.mobile_bg li {
  width: 100%;
  display: flex;
  align-items: center;
  line-height: 70px;
  padding-left: 25px;
  border-bottom: 1px solid #eff2f6;
  font-size: 15px;
  color: #999899;
  transition: 0.6s;
}
.mobile_bg li a {
  color: #999899;
  display: block;
  width: 100%;
  font-size: 14px;
}
.mobile_active span:nth-child(1) {
  opacity: 0;
  left: -50px;
}
.mobile_active span:nth-child(2) {
  transform: rotate(45deg);
}
.mobile_active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -8px;
}
@media screen and (max-width: 1440px) {
  footer {
    padding: 0 5% !important;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding-right: 20% !important;
  }
  header .menu .nav {
    display: none;
  }
  header .logo img {
    width: 60%;
  }
  header .mobile {
    display: block;
  }
  .foo_t .right {
    display: none;
  }
  .foo_t .left .foo-text {
    display: none !important;
  }
  footer {
    height: auto;
    position: relative;
  }
  .section .span span {
    font-size: 36px;
    filter: unset !important;
  }
  .foo_b {
    flex-direction: column;
    justify-content: center;
  }
  .foot_c  .zjps {
    display: inline-block;
  }
  .Pages {
    width: 100%;
  }
  .mobile-erweima{
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .mobile-erweima img{
    width: 100px;
    height: 100px;
  }
   .mobile-erweima .desc{
    width: 100px;
    font-size: 12px;
    color: #fff;
    opacity: 0.5;
    margin-top: 8px;
   }
}

.no-data{
  min-height: 45vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.no-data img{
  object-fit: cover;
  margin-bottom: 20px;
}
.no-data p{
  font-size: 14px;
  color: #666666;
}

/*加载动画*/
.loading-mask{
    position: fixed;
    z-index: 10090;
    width: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(17, 17, 17, .7);
    text-align: center;
    border-radius: 5px;
    color: #fff;
}
.loading-mask .loadingimg {
  margin: 20px 0 0;
  width: 38px;
  height: 38px;
  vertical-align: baseline;
  display: inline-block;
	background: url('/static/images/loading.gif') no-repeat;
  background-size: contain;
}
.loading-mask .loader{
    margin: 0 0 15px;
}

.am-btn:active:focus, .am-btn:focus{
    outline: none !important;
}
.am-btn:hover {
  background: #0358c0 !important;
  border-color: #0358c0 !important;
  color: #fff !important;
}