@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none;
}

::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #7e7e7e;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  background-color: #535353;
}

img {
  max-width: 100% !important;
}

a {
  text-decoration: none;
}

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact {
  padding: 47px 320px;
}

.footer_icon1 {
  background: url("/assets/images/footer1.png") no-repeat top left/24px 24px;
}

.footer_icon2 {
  background: url("/assets/images/footer2.png") no-repeat top left/24px 24px;
}

.footer_icon3 {
  background: url("/assets/images/footer3.png") no-repeat top left/24px 24px;
}

.router_link:active {
  color: #06deff;
}

.bg_nav {
  animation: opacity_nav linear forwards;
  /** 指定 timeline */
  animation-timeline: scroll();
  animation-range: 0vh 100vh;
}

@keyframes opacity_nav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}

body,
a {
  color: #fff;
}

body {
  background-color: #12143a;
  line-height: 1.6;
}

.nav_item {
  color: white;
  position: relative;
}
.nav_item::before {
  content: "";
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 0%;
  background: linear-gradient(330deg, #7264ff 0%, #06deff 100%);
  transition: all 0.3s;
}

.nav_num_active:before,
.nav_list li:hover .nav_item::before {
  width: 100%;
}

.nav_num_active,
.nav_item:hover {
  color: #06deff;
}

.bg {
  background: url("/assets/images/homeBg.png") no-repeat top left/100% 100%;
}

.bg2 {
  background: url("/assets/images/bg2.png") no-repeat top left/100% 100%;
}

.home2_circle {
  background: url("/assets/images/home2_circle.png") no-repeat top left/100% 100%;
}

.home3_circle {
  background: url("/assets/images/home3_circle.png") no-repeat top left/100% 100%;
}

.home4_circle {
  background: url("/assets/images/home4_circle.png") no-repeat top left/100% 100%;
}

.vrbl_circle {
  background: url("/assets/images/bl/g.png") no-repeat top left/100% 100%;
}

.swiper_item {
  padding: 16px 78px;
  transform: skew(-15deg);
  border: 1px solid #06deff;
  cursor: pointer;
  margin-right: 40px;
}

.swiper_item_active {
  background: linear-gradient(330deg, #7264ff 0%, #06deff 100%);
  font-weight: bold;
}

.news_list .item {
  background: url("/assets/images/news4.png") no-repeat top left/100% 100%;
}
.news_list .item .cover {
  -webkit-clip-path: polygon(30px 0%, 336px 0%, 100% 30px, 100% 214px, 336px 100%, 30px 100%, 0% 214px, 0% 30px);
  clip-path: polygon(30px 0%, 336px 0%, 100% 30px, 100% 214px, 336px 100%, 30px 100%, 0% 214px, 0% 30px);
}
.news_list .item svg {
  fill: #06deff !important;
  /* 修改为所需的颜色 */
}
.news_list .item:hover .tit,
.news_list .item:hover .learn span {
  color: #7264ff;
}
.news_list .item:hover .learn svg {
  fill: #7264ff !important;
  /* 修改为所需的颜色 */
}
.news_list .li_p {
  overflow: hidden;
  display: -webkit-box;
  /* 设置最大显示行数 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.news_detail .item:hover h3 {
  color: #7264ff;
}

.pages {
  width: 100%;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  padding: 30px 0;
}

.pages a,
.pages span {
  color: #0d204c;
  padding: 4px 9px;
  background: #fff;
  border: 1px solid #dbdee4;
  margin: 0 5px;
  border-radius: 6px 6px 6px 6px;
}

.pages span {
  background: linear-gradient(330deg, #7264ff 0%, #06deff 100%);
  border: 1px solid #06deff;
  color: #fff;
}

.pages a.font,
.pages a:hover {
  color: #fff;
  background: linear-gradient(330deg, #7264ff 0%, #06deff 100%);
  border: 1px solid #06deff;
}

.hot_top a {
  color: #fff;
}
.hot_top .group:hover a {
  color: #7264ff;
}

.nav_list .top {
  position: relative;
}
.nav_list .subnav {
  display: none;
  background: linear-gradient(330deg, rgba(114, 100, 255, 0.2) 0%, rgba(6, 222, 255, 0.2) 100%);
  border-style: none;
  border-radius: 7px 7px 7px 7px;
  border-image: linear-gradient(330deg, #7264ff, #06deff) 1 1;
  border: 1px solid rgba(6, 222, 255, 0.2);
  position: absolute;
  z-index: 1000;
  line-height: 1.4;
  top: 30px;
  font-size: 14px;
  width: 160%;
  left: -30%;
  text-align: center;
  padding: 10px 0;
}
.nav_list .subnav ul {
  position: relative;
  margin: 0 10px;
}
.nav_list .subnav ul li {
  padding: 10px 5px;
}
.nav_list .subnav ul li:not(:last-child) {
  border-bottom: 1px solid;
  border-image: linear-gradient(330deg, #7264ff, #06deff) 1 1;
}
.nav_list .subnav ul li a:hover,
.nav_list .subnav ul li.on a {
  color: #06deff;
}
.nav_list .subnav a {
  color: #ffffff;
}

#banner {
  position: relative;
}
#banner .pagination-wrapper {
  position: absolute;
  width: 1280px;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 130px;
  z-index: 2;
}
#banner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: linear-gradient(330deg, rgba(114, 100, 255, 0.4) 0%, rgba(6, 222, 255, 0.4) 100%);
  opacity: 1;
}
#banner .swiper-pagination-bullet-active {
  border: 2px solid #06deff;
}
#banner .li {
  overflow: hidden;
}
#banner ._bannerBtn {
  position: absolute;
  width: 40%;
  top: 0;
  height: 100%;
  z-index: 5;
}
#banner ._bannerBtn.leftBtn {
  left: 0;
  cursor: url(../images/L.ico), pointer;
}
#banner ._bannerBtn.rightBtn {
  right: 0;
  cursor: url(../images/R.ico), pointer;
}
#banner .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}

.partner_page .c_top {
  background: url("/assets/images/bl/tp2.png") no-repeat top left/100% 100%;
  margin: 0 auto;
}

#certify .slide_prev,
#certify .slide_next {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 45%;
  background: url("/assets/images/bl/arr.png") no-repeat top left/100% 100%;
  z-index: 10;
}
#certify .slide_next {
  right: 0;
  transform: rotateY(180deg);
}
#certify .slide_prev {
  left: 0;
}
#certify .li {
  margin-top: 65px;
  height: calc(100% - 130px);
}
#certify .li .bx {
  width: 150%;
  transform: translateX(-25%);
  height: 100%;
}
#certify .li .bx .pic {
  height: 100%;
  overflow: hidden;
  background: linear-gradient(330deg, rgba(114, 100, 255, 0.2) 0%, rgba(6, 222, 255, 0.2) 100%);
  box-sizing: border-box;
  background-image: linear-gradient(0deg, #7264ff 50%, #06deff 92%);
  border-radius: 16px;
  padding: 4px;
}
#certify .li .bx .pic img {
  height: 100%;
  border-radius: 12px;
}

.ani-bgimg {
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}

.ani-leftUp {
  -webkit-animation-name: leftUp;
  animation-name: leftUp;
}

@-webkit-keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
@keyframes leftUp {
  0% {
    transform: scale(1.1, 1.1) translate(4.545%, 4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(-4.545%, -4.545%);
  }
}
.ani-moveRight {
  -webkit-animation-name: moveRight;
  animation-name: moveRight;
}

@-webkit-keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
@keyframes moveRight {
  0% {
    transform: scale(1.1, 1.1) translate(-4.545%, 0);
  }
  100% {
    transform: scale(1.1, 1.1) translate(4.545%, 0);
  }
}
.ani-moveDown {
  -webkit-animation-name: moveDown;
  animation-name: moveDown;
}

@-webkit-keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
@keyframes moveDown {
  0% {
    transform: scale(1.1, 1.1) translate(0, -4.545%);
  }
  100% {
    transform: scale(1.1, 1.1) translate(0, 4.545%);
  }
}
.ani-centerBig {
  -webkit-animation-name: centerBig;
  animation-name: centerBig;
}

@-webkit-keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes centerBig {
  100% {
    transform: scale(1.1, 1.1);
  }
}
.ani-rightDownBig {
  -webkit-animation-name: rightDownBig;
  animation-name: rightDownBig;
}

@-webkit-keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
@keyframes rightDownBig {
  100% {
    transform: scale(1.1, 1.1) translate(4%, 4%);
  }
}
.home-list {
  line-height: 1.8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.home-list .li {
  background: url(../assets/images/index/news_bg.png) no-repeat left top/100% 100%;
  padding: 10px;
}
.home-list .li .pic {
  height: 250px;
  overflow: hidden;
  clip-path: polygon(2% 0, 98% 0, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 2%);
}
.home-list .li .pic img {
  height: 100%;
  transition: all 2s;
}
.home-list .li .tit {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
.home-list .li .desc {
  color: #aaa;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  /* 对老版本的WebKit浏览器 */
  display: -moz-box;
  /* 对Firefox */
  display: -ms-flexbox;
  /* 对IE10 */
  display: flex;
  /* 对现代浏览器 */
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直方向布局 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  word-break: break-word;
  /* 防止单词太长无法换行 */
}
.home-list .li:hover .pic img {
  transform: scale(1.1);
}

.wcont {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.wcont2 {
  width: 1280px;
}

#tyg_cj .slide_prev,
#tyg_cj .slide_next {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 45%;
  background: url("/assets/images/left.png") no-repeat top left/100% 100%;
  z-index: 1000;
}
#tyg_cj .slide_next {
  right: -30px;
  background: url("/assets/images/right.png") no-repeat top left/100% 100%;
}
#tyg_cj .slide_prev {
  left: -30px;
}
#tyg_cj .li {
  width: 720px;
  height: 420px;
  position: relative;
  opacity: 0;
}
#tyg_cj .li .tit {
  position: absolute;
  left: 50px;
  right: 50px;
  top: 440px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: url(../assets/images/mrtyg/tit_bg.png) no-repeat left top/100% 100%;
  opacity: 0;
  transition: all 0.3s;
}
#tyg_cj .li.swiper-slide-active .tit {
  opacity: 1;
}

#c_yytd .nlist {
  line-height: 1.8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  color: #fff;
}
#c_yytd .nlist .li {
  background: url(../assets/images/mrtyg/bg3.png) no-repeat left top/100% 100%;
  padding: 10px;
}
#c_yytd .nlist .li .pic {
  height: 250px;
  overflow: hidden;
  clip-path: polygon(2% 0, 98% 0, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 2%);
}
#c_yytd .nlist .li .pic img {
  height: 100%;
  width: 100%;
  transition: all 2s;
}
#c_yytd .nlist .li .tit {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 10px 0 10px;
}
#c_yytd .nlist .li .desc {
  margin: 0px 10px 10px;
  font-size: 16px;
  line-height: 1.5;
  max-height: 50px;
  position: relative;
  display: -webkit-box;
  /* 对老版本的WebKit浏览器 */
  display: -moz-box;
  /* 对Firefox */
  display: -ms-flexbox;
  /* 对IE10 */
  display: flex;
  /* 对现代浏览器 */
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直方向布局 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  word-break: break-word;
  /* 防止单词太长无法换行 */
}
#c_yytd .nlist .li:hover .pic img {
  transform: scale(1.1);
}

#c_jszc {
  line-height: 1.8;
}
#c_jszc .nlist {
  grid-template-columns: repeat(5, 1fr);
}
#c_jszc .nlist .li {
  cursor: pointer;
}
#c_jszc .nlist .li .cnt {
  background: url(../assets/images/mrtyg/bg1.png) no-repeat left top/100% 100%;
}
#c_jszc .nlist .li:nth-child(2n+1) .cnt {
  margin-top: 90px;
}
#c_jszc .nlist .li .tit {
  padding: 55px 0;
  transition: all 0.3s;
}
#c_jszc .nlist .li:hover {
  color: #06deff;
}
#c_jszc .nlist .li:hover .tit {
  padding: 40px 0;
}

#c_tygys {
  line-height: 1.8;
}
#c_tygys .nlist {
  grid-template-columns: repeat(5, 1fr);
}
#c_tygys .nlist .li {
  cursor: pointer;
  position: relative;
}
#c_tygys .nlist .li .cnt {
  background: url(../assets/images/mrtyg/bg2.png) no-repeat left top/100% 100%;
}
#c_tygys .nlist .li .tit {
  position: absolute;
  left: 30px;
  top: -30px;
  transition: all 0.3s;
}
#c_tygys .nlist .li:hover {
  color: #06deff;
}
#c_tygys .nlist .li:hover .tit {
  left: 90px;
}

#c_wlxmal .over-left,
#c_wlxmal .over-right {
  position: absolute;
  width: 25%;
  top: 0;
  height: 100%;
  z-index: 4;
}
#c_wlxmal .over-left {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 30%, transparent);
}
#c_wlxmal .over-right {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 30%, transparent);
}
#c_wlxmal .btn {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 45%;
  z-index: 6;
}
#c_wlxmal .btn.slide_prev {
  left: 0;
  background: url("../assets/images/left.png") no-repeat top left/100% 100%;
}
#c_wlxmal .btn.slide_next {
  right: 0;
  background: url("../assets/images/right.png") no-repeat top left/100% 100%;
}
#c_wlxmal .swiper-slide .tit {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: url(../assets/images/slide_btn_bg.png) no-repeat left top/100% 100%;
  text-align: center;
}

#c_mrjsyy .nlist {
  height: 500px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #06deff;
  gap: 4px;
}
#c_mrjsyy .nlist .li {
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
  width: 166px;
}
#c_mrjsyy .nlist .li img {
  display: block;
  height: 100%;
  object-fit: cover;
}
#c_mrjsyy .nlist .li.on {
  width: 600px;
}
#c_mrjsyy .nlist .li .tit {
  box-sizing: border-box;
  text-align: center;
  padding: 0 10%;
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  z-index: 1;
}

#c_ymwlys .nlist {
  grid-template-columns: repeat(2, 1fr);
}
#c_ymwlys .nlist .li {
  width: 630px;
  position: relative;
}
#c_ymwlys .nlist .li .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#c_ymwlys .nlist .li .pic img {
  transition: all 0.3s;
}
#c_ymwlys .nlist .li:hover .pic img {
  transform: scale(1.1);
}
#c_ymwlys .nlist .li .tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#c_ymwlys .nlist .li:nth-child(1) {
  border-top: 8px solid #00ffdd;
  border-bottom: 8px solid #00ffdd;
}
#c_ymwlys .nlist .li:nth-child(2) {
  border-top: 8px solid #e9a741;
  border-bottom: 8px solid #e9a741;
}
#c_ymwlys .nlist .li:nth-child(3) {
  border-top: 8px solid #ff703a;
  border-bottom: 8px solid #ff703a;
}
#c_ymwlys .nlist .li:nth-child(4) {
  border-top: 8px solid #009dff;
  border-bottom: 8px solid #009dff;
}

#c_xnzd .nlist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
#c_xnzd .nlist .li {
  height: 500px;
  width: 176px;
  overflow: hidden;
  transition: all 0.3s;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  padding-top: 150px;
}
#c_xnzd .nlist .li .txt {
  display: none;
  transition: all 0.3s;
}
#c_xnzd .nlist .li .tit {
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#c_xnzd .nlist .li .icon {
  margin: 20px 0;
}
#c_xnzd .nlist .li.on {
  width: 600px;
}
#c_xnzd .nlist .li.on .txt {
  display: block;
}
#c_xnzd .nlist .li .icon {
  width: 48px;
  height: 48px;
}

#c_xnty .nlist {
  gap: 10px;
}
#c_xnty .nlist .li {
  width: 284px;
  height: 200px;
  position: relative;
}
#c_xnty .nlist .li.line {
  width: 75px;
}
#c_xnty .nlist .li .pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  clip-path: polygon(2% 0, 98% 0, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 2%);
}
#c_xnty .nlist .li .pic img {
  transition: all 0.3s;
}
#c_xnty .nlist .li .t {
  background: url(../assets/images/mryj/xnty/btn_bg.png) no-repeat left top/100% 100%;
  width: 140px;
  height: 36px;
  line-height: 36px;
  text-align: right;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  font-size: 16px;
  padding-right: 20px;
}
#c_xnty .nlist .li:not(.line):hover .pic img {
  transform: scale(1.1);
}

#c_tysp .cnt {
  height: 620px;
  background: linear-gradient(330deg, rgba(114, 100, 255, 0.4) 0%, rgba(6, 222, 255, 0.4) 100%);
  border: 1px solid;
  border-image: linear-gradient(330deg, #7264ff, #06deff) 1 1;
  padding: 10px;
  position: relative;
}
#c_tysp .cnt .play_btn {
  position: absolute;
  background: url(../assets/images/play_btn.png) no-repeat left top/100% 100%;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#c_tysp .cnt .play_btn.on {
  background: url(../assets/images/play_btn_on.png) no-repeat left top/100% 100%;
}

#c_ymkjszr .right {
  grid-template-columns: repeat(2, 1fr);
}

#c_szryy .nlist {
  line-height: 1.8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  color: #fff;
}
#c_szryy .nlist .li {
  background: url(../assets/images/szr/bg_1.png) no-repeat left top/100% 100%;
  padding: 10px;
  padding-bottom: 30px;
}
#c_szryy .nlist .li .pic {
  height: 314px;
  overflow: hidden;
  clip-path: polygon(2% 0, 98% 0, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 2%);
}
#c_szryy .nlist .li .pic img {
  height: 100%;
  width: 100%;
  transition: all 2s;
}
#c_szryy .nlist .li .tit {
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0;
}
#c_szryy .nlist .li .desc {
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
#c_szryy .nlist .li:hover .pic img {
  transform: scale(1.1);
}

#c_ymblcpjs .slide_prev,
#c_ymblcpjs .slide_next {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 45%;
  background: url("/assets/images/left.png") no-repeat top left/100% 100%;
  z-index: 1000;
}
#c_ymblcpjs .slide_next {
  right: -30px;
  background: url("/assets/images/right.png") no-repeat top left/100% 100%;
}
#c_ymblcpjs .slide_prev {
  left: -30px;
}
#c_ymblcpjs .right .li {
  width: 270px;
  height: 560px;
  opacity: 0;
  transition: all 0.3s;
}
#c_ymblcpjs .qrlist .li .qr {
  bottom: 64px;
  width: 132px;
  height: 132px;
  opacity: 0;
  transition: all 0.3s;
}
#c_ymblcpjs .qrlist .li.on .qr {
  opacity: 1;
}

#c_ymblgnys .nlist {
  line-height: 1.8;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  color: #fff;
}
#c_ymblgnys .nlist .li {
  background: url(../assets/images/szr/bg_1.png) no-repeat left top/100% 100%;
  padding: 10px;
}
#c_ymblgnys .nlist .li .pic {
  height: 430px;
  overflow: hidden;
  clip-path: polygon(2% 0, 98% 0, 100% 2%, 100% 98%, 98% 100%, 2% 100%, 0 98%, 0 2%);
}
#c_ymblgnys .nlist .li .pic img {
  height: 100%;
  width: 100%;
  transition: all 2s;
}
#c_ymblgnys .nlist .li .tit {
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}
#c_ymblgnys .nlist .li .desc {
  font-size: 16px;
  line-height: 1.5;
  max-height: 70px;
  position: relative;
  display: -webkit-box;
  /* 对老版本的WebKit浏览器 */
  display: -moz-box;
  /* 对Firefox */
  display: -ms-flexbox;
  /* 对IE10 */
  display: flex;
  /* 对现代浏览器 */
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直方向布局 */
  overflow: hidden;
  /* 隐藏超出的内容 */
  text-overflow: ellipsis;
  /* 使用省略号 */
  word-break: break-word;
  /* 防止单词太长无法换行 */
}
#c_ymblgnys .nlist .li:hover .pic img {
  transform: scale(1.1);
}

#c_ryzz .btn {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 40%;
  z-index: 6;
}
#c_ryzz .btn.slide_prev {
  left: 0;
  background: url("../assets/images/left.png") no-repeat top left/100% 100%;
}
#c_ryzz .btn.slide_next {
  right: 0;
  background: url("../assets/images/right.png") no-repeat top left/100% 100%;
}
#c_ryzz .swiper-slide .tit {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background: url(../assets/images/slide_btn_bg.png) no-repeat left top/100% 100%;
  text-align: center;
}

#c_xmjs .slide_prev,
#c_xmjs .slide_next {
  position: absolute;
  width: 66px;
  height: 66px;
  top: 45%;
  background: url("/assets/images/left.png") no-repeat top left/100% 100%;
  z-index: 1000;
}
#c_xmjs .slide_next {
  right: -30px;
  background: url("/assets/images/right.png") no-repeat top left/100% 100%;
}
#c_xmjs .slide_prev {
  left: -30px;
}
#c_xmjs .li {
  width: 800px;
  height: 500px;
}

#c_xmys .nlist .li {
  cursor: pointer;
  position: relative;
}
#c_xmys .nlist .li .cnt {
  background: url(../assets/images/zsjm/xmys/bg1.png) no-repeat left top/100% 100%;
}
#c_xmys .nlist .li .cnt {
  transition: all 0.3s;
}
#c_xmys .nlist .li:hover {
  color: #06deff;
}
#c_xmys .nlist .li:hover .cnt {
  padding-top: 40px;
}
#c_xmys .nlist2 .li {
  cursor: pointer;
  position: relative;
}
#c_xmys .nlist2 .li .cnt {
  transition: all 0.3s;
}
#c_xmys .nlist2 .li:hover {
  color: #06deff;
}
#c_xmys .nlist2 .li:hover .cnt {
  padding-top: 10px;
}

#c_ppzc .nlist .li {
  cursor: pointer;
  position: relative;
}
#c_ppzc .nlist .li .cnt {
  background: url(../assets/images/mrtyg/bg2.png) no-repeat left top/100% 100%;
}
#c_ppzc .nlist .li .t,
#c_ppzc .nlist .li .tit,
#c_ppzc .nlist .li .cnt {
  transition: all 0.3s;
}
#c_ppzc .nlist .li .tit {
  position: absolute;
  left: 20px;
  top: -20px;
}
#c_ppzc .nlist .li:hover {
  color: #06deff;
}
#c_ppzc .nlist .li:hover .tit {
  left: 130px;
}
#c_ppzc .nlist .li:hover .cnt {
  padding-top: 40px;
}

#c_fzlc .lines .li {
  position: absolute;
}
#c_fzlc .lines .li .c {
  position: relative;
}
#c_fzlc .lines .li .arr {
  position: absolute;
  left: 0;
  top: 110%;
}
#c_fzlc .lines .li:nth-child(1) {
  width: 176px;
  left: 0px;
  top: 260px;
}
#c_fzlc .lines .li:nth-child(2) {
  width: 176px;
  left: 196px;
  top: 220px;
}
#c_fzlc .lines .li:nth-child(3) {
  width: 176px;
  left: 392px;
  top: 180px;
}
#c_fzlc .lines .li:nth-child(4) {
  width: 176px;
  left: 588px;
  top: 140px;
}
#c_fzlc .lines .li:nth-child(5) {
  width: 330px;
  left: 784px;
  top: 40px;
}
#c_fzlc .lines .li:nth-child(6) {
  width: 176px;
  left: 1134px;
  top: 0px;
}

#c_cshbrzm .i-right .li {
  border: none;
  border-bottom: 1px solid #212944;
  padding: 5px 0;
}
#c_cshbrzm .i-right .ipt {
  background: none;
  border: none;
  color: #fff;
}
#c_cshbrzm .i-right .ipt ::placeholder {
  color: #aaaaaa;
}
#c_cshbrzm .i-right .t {
  line-height: 2.4;
  margin-bottom: 30px;
}
#c_cshbrzm .i-right .t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(331deg, #7264ff 0, #06deff 100%);
  width: 57px;
  height: 5px;
}

#float_kf {
  background: url(../assets/images/index/_bg1.png) no-repeat left top/100% 100%;
}

.top_tit {
  background-image: linear-gradient(331deg, #7264ff 0, #06deff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}