@charset "utf-8";
/* style 空文件 */
.search-form {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 650px;
  background-color: #ffffff;
  color: #1e2022;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 40px 10px rgba(140, 152, 164, 0.175);
}
.d1 input {
  width: 100%;
  height: 55px;
  padding-left: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: #666;
}
.d1 button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 85px;
  height: 55px;
  border: none;
  background-color: #2B94FE;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.d1 button:hover {
  background-color: #3890F1;
}
.d1 button:before {
  content: "搜索";
  font-size: 14px;
  color: #F9F0DA;
}
/* Reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.indexyin {
  padding: 55px 20px;
  background-color: #F9FAFF;
  border-radius: 10px;
  box-sizing: border-box;
}
.dashuzi {
  font-size: 7rem;
  font-weight: bold;
  color: #f0f5f9;
  position: absolute;
  top: -40px;
  left: 0px;
}
.faguang {
  background-color: #00020D;
  color: #EEEEEF;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  padding: 10px 16px;
  color: rgb(204, 232, 205);
  border: 1px solid #81c784;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 19px rgba(2, 66, 161, 1);
  color: #EEEEEF;
  padding-left: 2rem;
  padding-right: 2rem;
}
.fgao {
  margin-top: 170px
}
.xian {
  z-index: 99;
  position: relative;
}
.font16 {
  font-size: 16px;
}
.boo {
  font-weight: bold !important;
}
.pin20 {
  padding: 20px;
  box-sizing: border-box;
}
.aboutapp {
  padding: 15px 5px;
  box-sizing: border-box;
}
.hengzi {
  text-align: center;
  font-size: 1.9rem;
  font-weight: bold;
  border-right: 2px dashed #EFF4FF
}
.sxjz {
  display: flex;
  align-items: center;
}
.lc {
  color: #3884ff;
  font-size: 18px;
  font-weight: bold;
}
.huixian {
  border: 1px solid #f3f3f3;
  box-sizing: border-box;
}
.yinying2 {
  box-shadow: 0px 0px 15px #f5f5f5;
  -moz-box-shadow: 0px 0px 15px #f5f5f5;
  -webkit-box-shadow: 0px 0px 15px #f5f5f5;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.ydcase {
  padding: 5vw 3vw 3vw 4vw;
  box-sizing: border-box;
}
.sxjz {
  display: flex;
  align-items: center;
}
.baizi {
  color: #fff !important;
  margin: 12px 0
}
.carousel-infojz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center
}
.carousel-info-inner {
  padding: 8px 10px;
  color: #fff;
}
.bannertxt {
  font-size: 4rem !important;
  color: #FFFFFF;
  line-height: 5rem !important;
  letter-spacing: 4px !important;
  font-weight: bold;
  /*text-shadow: 0px 3px 0px #FFA85F;*/
}
.sub {
  font-size: 2rem;
  line-height: 2.66rem;
  margin-bottom: 0.8rem;
  margin-top: 2.8rem
}
.baixian {
  width: 80px;
  height: 4px;
  background-color: #fff;
  margin-top: 20px;
}
.page-width img {
  max-width: 100%
}
/*分页*/
.pager {
  text-align: center;
  margin: 20px 0;
}
.pager ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.pager ul li {
  display: inline-block;
}

.pager ul li:nth-child(1) {display:none}

.pager ul li a {
  padding: 5px 15px;
  border: #dddddd solid 1px;
  margin-left: -1px;
  display: inline-block;
}
.pager ul li a:hover {
  border-color: #70c4f3;
  background-color: #70c4f3;
  color: #FFF
}
.pager ul .active a {
  border: #3ea8e2 solid 1px;
  display: inline-block;
  background-color: #3ea8e2;
  color: #fff;
}
.pager ul a:not([href]):not([class]):hover {
  border: #dddddd solid 1px;
  background-color: #fff
}
.pager ul .active a:hover {
  color: #fff;
  border: #3ea8e2 solid 1px !important;
  background-color: #3ea8e2 !important
}
.lanxian {
  border: 8px solid #3884FF;
  box-sizing: border-box;
}
.my-button {
  cursor: pointer;
  position: relative;
  max-width: 125px;
  height: 38px;
  line-height: 38px;
  border-radius: 80px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  font-size: 14px;
  overflow: hidden;
  padding: 0 30px;
  margin-right: 25px
}
.my-button::after {
  content: "";
  background: rgba(255, 255, 255, 0.45);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  height: 1000px;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s
}
.my-button.canClick:active:after {
  width: 20px;
  height: 15px;
  opacity: 0.2;
  transition: 0s
}
.css-1d7hoaa {
  font-size: 6rem;
  margin-bottom: 1rem;
  font-weight: 900;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.38));
}
.css-1d7hoaa2 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 900;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right bottom, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0.38));
}
.faguang {
  display: flex;
  align-items: center;
}
.qingse {
  border-radius: 10px;
  background: linear-gradient(137.69deg, rgba(19, 57, 138, 0.4) 0%, transparent 100%);
  padding: 64px;
  box-sizing: border-box;
}
.css-151wnxe {
  border-radius: 16px;
  background: linear-gradient(45deg, rgba(163, 197, 255, 0.12) 0%, rgba(255, 255, 255, 0) 65%);
  padding: 45px;
  box-sizing: border-box;
}
.css-151wnxe1 {
  color: #EEEEEF;
  font-size: 1.8rem;
}
.css-151wnxe2 {
  color: #EEEEEF;
  font-size: 1rem;
  opacity: 0.5;
}
.baizis {
  color: #EEEEEF !important;
}
.css-1fqpzm2 {
  border-radius: 8px;
  background-color: rgba(186, 195, 255, 0.05);
  padding: 24px;
  box-sizing: border-box;
}
.css-jorxxs {
  padding: 16px;
  display: inline-block;
  opacity: 0.6;
  border-radius: 12px;
  background-image: linear-gradient(180deg, rgba(81, 84, 94, 1) 0%, rgba(41, 45, 57, 1) 100%);
  box-shadow: 0px 1.24px 22.28px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 16px;
}
.css-1fi0o9u {
  padding: 50px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}
.css-1fi0o9u1 {
  color: #EEEEEF;
  font-size: 1.8rem;
}
.css-1fi0o9u2 {
  color: #EEEEEF;
  font-size: 1rem;
  opacity: 0.5;
}
.css-19mwi2m {
  background-color: rgba(1, 9, 30, 100%);
  border-radius: 16px;
  padding: 40px;
  box-sizing: border-box;
}
.tabs00 {
  display: flex;
  align-items: center;
}
.tabs21 ul li {
  transition: all 0.5s ease 0s;
}
.liho {
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: linear-gradient(94.67deg, rgba(0, 101, 201, 1) 0%, rgba(0, 20, 82, 0) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transition: all 0.5s ease 0s;
}
.liho .css-1fi0o9u2 {
  opacity: 1;
}
.qingsebj {
  background: linear-gradient(162.97deg, rgba(9, 24, 61, 1) 0%, rgba(1, 10, 31, 1) 100%);
  border-radius: 10px;
  transition: all 0.3s;
  max-width: 1200px;
  margin: 0 auto
}
.btm {
  opacity: 0.5;
}
.qingsebj2 {
  transition: all 0.3s;
  padding: 50px 75px;
  box-sizing: border-box;
  transition: transform 0.3s ease-in-out; /* 平滑的过渡效果 */
}
.qingsebj2:hover {
  -webkit-animation: scale-y 0.3s ease-in-out forwards;
  animation: scale-y 0.3s ease-in-out forwards;
  background: rgba(1, 10, 31, 1);
  box-shadow: 0px 10px 20px rgba(43, 148, 254, 0.2);
  transform: scale(1.1); /* 放大1.2倍 */ border-radius: 10px;
}
.css-11n6ho {
  border-radius: 8px;
  background: linear-gradient(rgba(59, 104, 255, 0.21) 0%, rgba(0, 20, 82, 0) 100%);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  padding: 40px;
  box-sizing: border-box;
}
.css-14c7ed1 {
  position: relative;
  border-radius: 10px;
  background: linear-gradient(136.71deg, rgba(59, 104, 255, 0.21) 0%, rgba(0, 20, 82, 0) 100%);
  overflow: hidden;
  padding: 110px 65px;
  box-sizing: border-box;
}
.css-5bu46e {
  border-radius: 8px;
  background: linear-gradient(154.15deg, rgba(30, 43, 87, 0.5) 20.83%, rgba(6, 13, 39, 0.22) 71.53%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 35px;
  box-sizing: border-box;
}
.qhd-content .column .col-6-1 {
  width: 14.6%;
  margin-right: 2%;
  float: left;
}
.css-ohwgnc {
  display: flex;
  align-items: center;
  border-radius: 8px;
}
.css-1g12cz2 {
  background: linear-gradient(rgba(59, 104, 255, 0.21) 0%, rgba(0, 20, 82, 0) 100%);
  border-radius: 10px;
  padding: 35px;
  box-sizing: border-box;
}
.css-gnulih {
  margin: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-width: thin;
  margin-bottom: 32px;
}
.rem18 {
  font-size: 1.8rem;
}
.rem20 {
  font-size: 2rem;
}
.rem25 {
  font-size: 2.5rem;
}
.pin15 {
  padding: 15px;
  box-sizing: border-box;
}
.pcsxjz {
  display: flex;
  align-items: center;
}
.css-5t9i3t {
  background-color: #ffffff;
  color: #1e2022;
  -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  padding: 35px;
  box-sizing: border-box;
}
.css-1lqogjb {
  color: rgba(43, 148, 254, .1);
  font-size: 3rem;
  font-weight: 700;
  float: right;
}
.css-16pt3bv {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 6px 24px 0 rgba(140, 152, 164, 0.125);
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  z-index: 3;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}
.css-1t6ldq8 {
  font-size: 0.875rem;
  line-height: 1.75;
  min-width: 64px;
  padding: 5px 15px;
  border: 1px solid rgba(43, 148, 254, 0.5);
  color: #2B94FE;
  border-radius: 5px;
}
.css-1t6ldq8:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: rgba(43, 148, 254, 0.04);
  border: 1px solid #2B94FE;
}
.css-wpuzzo {
  transition: all .2s ease-in-out;
  cursor: pointer;
}
.css-wpuzzo:hover {
  transform: translateY(-6px);
}
.css-8hkn0z {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);
  border-radius: 16px;
}
.css-fcs9bu {
  width: 80%;
  padding: 8.5px 14px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}
.css-18t6gy2 {
  background-color: rgb(43, 148, 254);
  box-shadow: rgba(140, 152, 164, 0.1) 0px 12px 15px;
  width: 80%;
  font-weight: 400;
  padding: 8.5px 14px;
  border-radius: 5px;
  border: none;
  color: #fff;
}

.mobile-sections{display:none !important}

@media screen and (max-width:1000px) {
    
.mobile-sections{display:block !important}    
  .css-fcs9bu {
    width: 100%;
  }
  .css-18t6gy2 {
    width: 100%;
  }
  .pcsxjz {
    display: block
  }
  .qhd-content .column .col-6-1 {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .css-14c7ed1 {
    padding: 35px 10px;
  }
  .qingsebj2 {
    padding: 15px;
    margin-bottom: 15px;
  }
  .css-1fi0o9u {
    padding: 20px;
  }
  .tabs00 {
    display: block
  }
  .qingse {
    padding: 10px;
  }
  .css-151wnxe {
    padding: 10px;
  }
  .css-1fqpzm2 {
    padding: 15px;
  }
  /* slideshow */
  .fgao {
    margin-top: 0px
  }
  .fgao .sanjiao {
    display: none
  }
  .fugao {
    margin-top: 0px !important
  }
  .css-1d7hoaa {
    font-size: 4rem;
  }
  .css-1d7hoaa2 {
    font-size: 2.5rem;
  }
  .faguang {
    display: inline-block;
    position: relative !important
  }
  .dianji {
    position: absolute;
    top: 1rem;
    right: 2rem;
  }
  .module-full-screen-more1 {
    margin-bottom: 3rem
  }
  .qhd-content .column .allogos {
    width: 50% !important;
    margin-right: 0% !important;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px !important;
    ;
  }
  .appyin {
    padding: 15px 5px !important;
  }
  .hengzi {
    flex: 2 !important;
  }
  .carousel-info-inner {
    width: 100% !important
  }
  .sxjz {
    display: flex;
    align-items: center;
  }
  .carousel-info-inner h3 {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
  }
  .bannertxt {
    font-size: 2.2rem !important;
  }
  .baixian {
    margin-top: 0px !important;
  }
  .sub {
    font-size: 1.8rem !important;
    margin-top: 1rem !important;
  }
  .module-full-screen-title > h2 {
    font-size: 2.6rem !important;
  }
  .indexyin {
    padding: 25px 10px;
  }
  #chbnav_touch {
    display: block;
  }
  .chbnav_touch_nav .chbnav_select {
    left: 0;
  }
  .chbnav_touch_nav_box {
    position: fixed;
    top: 0;
    overflow: auto;
    left: -75%;
    width: 75%;
    height: 100%;
    z-index: 1000;
    background-color: rgb(0, 2, 13);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .chbnav_touch_navli {
    padding: 0 5%;
  }
  .chbnav_touch_navli1 img {
    float: left;
    margin-top: 12px;
  }
  .chbnav_touch_navli2 {
    padding: 0 0 0 5%;
  }
  .chbnav_touch_navli2 a {
    display: block;
    width: 78%;
    float: left;
  }
  .chbnav_touch_navli2_img {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
  }
  .chbnav_touch_navli2_img img {
    width: 18px;
  }
  .chbnav_touch_navli b {
    float: right;
    font-size: 15px;
  }
  .chbnav_touch_erji {
    display: none;
    padding-left: 20px;
  }
  .chbnav_touch_erji a {
    display: block;
    font-size: 1.5rem;
    color: #EEEEEF;
  }
  .chbnav_touch_top_logo {
    position: absolute;
    height: 100%;
    left: 4%;
  }
  .chbnav_touch_nav_title {
    height: 45px !important;
    line-height: 45px;
  }
  .chbnav_touch_nav_title .chbnav_touch_erji {
    line-height: 45px;
    padding: 2px 0 2px 10px;
  }
  .chbnav_touch_nav_title span {
    font-size: 1.5rem;
    color: #EEEEEF;
    float: left;
  }
  .chbnav_touch_top_logo img {
    margin-top: 12px;
  }
  .right_fd {
    display: none;
  }
  .chbnav_touch_top {
    position: relative;
    height: 60px;
    width: 100%;
  }
  .chbnav_touch_top_list {
    position: absolute;
    right: 4%;
    width: 36px;
    height: 100%;
  }
  .chbnav_touch_top_list_c {
    margin-top: 20px !important;
  }
  .chbnav_touch_top_list_a {
    width: 80%;
    height: 2px;
    margin: 0 auto;
    background-color: #2B94FE;
  }
  .chbnav_touch_top_list_b {
    margin: 8px auto;
  }
  .clearfix, .c {
    zoom: 1;
    clear: both;
  }
  .clearfix:after, .clearfix:before, .c:after, .c:before {
    display: table;
    content: "";
  }
  .clearfix:after, .c:after {
    clear: both;
  }
  .chbnav_touch_top_list_b, .chbnav_touch_top_list_d {
    transition: all 0.3s ease 0s;
  }
  .mobile-section .open .chbnav_touch_top_list_c {
    opacity: 0;
  }
  .mobile-section .open .chbnav_touch_top_list_b {
    transform: rotate(45deg);
    top: -1px !important;
    position: relative;
  }
  .mobile-section .open .chbnav_touch_top_list_d {
    transform: rotate(-45deg);
    top: -10px !important;
    position: relative;
  }
}