.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
}
.flex {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.flex-wrap {
  flex-flow: wrap;
}
.flex-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.bold {
  font-weight: 700;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.before {
  opacity: 0;
  visibility: hidden;
}
.after {
  opacity: 1;
  visibility: visible;
}
.font {
  font-family: Arial;
}
.txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.upper {
  text-transform: uppercase;
}
.middle {
  vertical-align: middle;
}
.background {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.mbackground {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hidden-xs {
  display: block;
}
.hidden-pc {
  display: none;
}
.box-container {
  width: 15.4rem;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.medium-box-container {
  width: 80%;
  margin: 0 auto;
}
body {
  font-size: 16px;
  overflow-x: hidden;
}
.rl {
  writing-mode: tb-rl;
  writing-mode: vertical-lr;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mr";
  src: url('../fonts/Montserrat-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
.pic {
  font-size: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}
.pic img {
  width: 100%;
  display: block;
  transition: transform 0.8s ease;
  -webkit-transition: transform 0.8s ease;
  -moz-transition: transform 0.8s ease;
  -ms-transition: transform 0.8s ease;
  -o-transition: transform 0.8s ease;
}
.pic img.phone {
  display: none;
}
:root {
  --fs14: 14px;
  --fs16: 16px;
  --fs18: 18px;
  --fs20: 20px;
  --fs22: 22px;
  --fs24: 24px;
  --fs28: 28px;
  --fs30: 30px;
  --fs36: 36px;
  --fs40: 40px;
  --fs48: 48px;
}
.phone-nav {
  display: none;
}
.content,
.desc {
  text-align: justify;
}
.content img,
.content input[type="image"] {
  max-width: 100%;
  height: auto!important;
  display: block;
  margin: 0 auto;
}
.swiper-box {
  position: relative;
}
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 40;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.header-wrapper.active {
  top: -1rem;
}
.header-wrapper.on,
.header-wrapper.active,
.header-wrapper.shadow {
  background: #fff;
}
.header-wrapper.on:before,
.header-wrapper.active:before,
.header-wrapper.shadow:before {
  display: none;
}
.header-wrapper.on .logo-box .init,
.header-wrapper.active .logo-box .init,
.header-wrapper.shadow .logo-box .init {
  display: none;
}
.header-wrapper.on .logo-box .on,
.header-wrapper.active .logo-box .on,
.header-wrapper.shadow .logo-box .on {
  display: block;
}
.header-wrapper.on .pc-nav-box li > a,
.header-wrapper.active .pc-nav-box li > a,
.header-wrapper.shadow .pc-nav-box li > a {
  color: #000;
}
.header-wrapper.on .pc-nav-box li:hover > a,
.header-wrapper.active .pc-nav-box li:hover > a,
.header-wrapper.shadow .pc-nav-box li:hover > a {
  color: #155dc4;
}
.header-wrapper.on .search,
.header-wrapper.active .search,
.header-wrapper.shadow .search {
  background-image: url(../img/search2.png);
  border-color: #ddd;
}
.header-wrapper.on .tel,
.header-wrapper.active .tel,
.header-wrapper.shadow .tel {
  color: #000;
  background-image: url(../img/tel2.png);
}
.header-wrapper.on {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-wrapper .box {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 0.88rem;
  padding: 0 0.88rem;
  align-items: center;
}
.header-wrapper .logo-box {
  width: 1.86rem;
}
.header-wrapper .logo-box a {
  display: block;
}
.header-wrapper .logo-box .init {
  display: block;
}
.header-wrapper .logo-box .on {
  display: none;
}
.header-wrapper .other-box {
  font-size: 0;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.header-wrapper .tel {
  font-size: var(--fs18);
  color: #fff;
  font-family: "mm";
  padding-left: 0.24rem;
  background-image: url(../img/tel.png);
  background-position: center left;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-wrapper .search {
  display: block;
  margin: 0 0.32rem 0 0.4rem;
  background-image: url(../img/search.png);
  border: solid 1px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.16rem;
  transition: border 0.3s ease;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
}
.header-wrapper .user {
  text-align: center;
  width: 1.44rem;
  line-height: 0.4rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  border-radius: 0.2rem;
  position: relative;
  color: #fff;
}
.header-wrapper .user:before {
  display: inline-block;
  content: "";
  width: 0.16rem;
  height: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 0.1rem;
  background-image: url(../img/user.png);
}
.header-wrapper .user a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.header-wrapper .user a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.pc-nav-box {
  margin: 0 1.6rem;
  flex: 1;
}
.pc-nav-box ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.pc-nav-box li {
  position: relative;
  margin-right: 0.7rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover .nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.pc-nav-box li:hover > a {
  color: #155dc4;
  font-weight: 700;
}
.pc-nav-box li:hover > a:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.pc-nav-box li > a {
  position: relative;
  font-size: var(--fs18);
  color: #fff;
  line-height: 0.88rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #155dc4;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
}
.pc-nav-box a {
  display: block;
}
.pc-nav-box .nav {
  width: 1.8rem;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.9rem;
  z-index: 10;
  padding: 0.16rem 0;
  background-color: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.pc-nav-box .nav a {
  opacity: 1;
  color: #333;
  font-size: var(--fs16);
  line-height: 0.36rem;
  padding: 0.05rem 0.15rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pc-nav-box .nav a:hover {
  color: #fff;
  background-color: #155dc4;
}
.footer-wrapper {
  position: relative;
  padding: 0.8rem 0 0.64rem;
  background: #0e1b4b;
}
.footer-wrapper .box-1,
.footer-wrapper .box-2 {
  position: relative;
  z-index: 2;
}
.footer-wrapper .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  margin-top: 0.82rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
}
.footer-wrapper .copyright {
  line-height: 24px;
}
.footer-wrapper .copyright a {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-wrapper .copyright a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-wrapper .other-box {
  width: 19.5%;
}
.footer-wrapper .other-box p {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
  line-height: 0.24rem;
}
.footer-wrapper .tel-box {
  margin-bottom: 0.3rem;
}
.footer-wrapper .tel-box .tel {
  font-size: var(--fs30);
  color: #fff;
  font-family: "mm";
  line-height: 0.36rem;
}
.footer-wrapper .tel-box p {
  margin-top: 0.1rem;
}
.footer-wrapper .qrcode-box {
  margin-bottom: 0.76rem;
}
.footer-wrapper .qrcode-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .qrcode-box li {
  width: 1.36rem;
  text-align: center;
  margin-right: 0.28rem;
}
.footer-wrapper .qrcode-box li:last-child {
  margin-right: 0;
}
.footer-wrapper .qrcode-box p {
  margin-top: 0.2rem;
}
.footer-wrapper .canvas {
  position: absolute;
  left: 0;
  bottom: -2.5rem;
  z-index: 1;
  width: 100%;
  height: 6rem;
}
.footer-nav-box {
  width: 66.88%;
}
.footer-nav-box ul {
  list-style: none;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav-box li > a {
  font-size: var(--fs18);
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.18rem;
}
.footer-nav-box a {
  display: block;
  line-height: 0.36rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.footer-nav-box a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.footer-nav-box .nav a {
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.8);
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer .ad-box {
  background-position: top 65% center;
  background-attachment: inherit;
}
.ad-box {
  padding: 0.48rem 0;
  background-image: url(../img/indexbg4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.ad-box .box-container {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.ad-box .title {
  color: #fff;
  font-size: var(--fs30);
  line-height: 0.36rem;
  text-align: center;
  flex: 1;
  margin: 0 0.6rem;
}
.friend-link {
  position: relative;
  width: 100%;
}
.friend-link .top {
  position: relative;
  z-index: 11;
  border-radius: 24px;
  background-color: #0e1b4b;
}
.friend-link .top a {
  display: block;
  width: 0.8rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  font-size: var(--fs16);
  color: #fff;
  font-family: "mb";
  border-radius: 24px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  text-align: center;
}
.friend-link .top a:hover {
  background: #155dc4;
}
.friend-link .name {
  cursor: pointer;
  text-align: center;
  height: 0.48rem;
  line-height: 0.46rem;
  border-radius: 24px;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
  padding: 0 1rem 0 0.2rem;
  border: solid 1px rgba(255, 255, 255, 0.2);
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0.3rem;
  z-index: 10;
  max-height: 3.76rem;
  overflow-y: auto;
  display: none;
  padding-bottom: 0.18rem;
  background-color: #0e1b4b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
.friend-link .list::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.friend-link .list::-webkit-scrollbar-thumb {
  background-color: #155dc4;
}
.friend-link .list a {
  display: block;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
  line-height: 0.47rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 0 0.22rem;
}
.friend-link .list a:hover {
  color: #fff;
}
.friend-link .list a:last-child {
  border-bottom: none;
}
.link {
  font-size: 0;
}
.link a {
  display: inline-block;
  line-height: 24px;
  font-size: var(--fs16);
  color: rgba(255, 255, 255, 0.9);
  margin-right: 0.34rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.link a:hover {
  color: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link a span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.link a:last-child {
  margin-right: 0;
}
.mouse {
  position: absolute;
  left: 50%;
  z-index: 10;
  text-align: center;
  bottom: 0.4rem;
  cursor: pointer;
  width: 0.28rem;
  height: 0.39rem;
  margin-left: -0.14rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/mouse.png);
  animation: scrollAni 1.5s infinite linear;
}
.mouse .icon {
  margin: 0 auto;
}
.index-banner-wrapper.on .info li {
  animation: zoomIn 0.8s ease;
}
.index-banner-wrapper:before {
  content: "";
  width: 100%;
  height: 2rem;
  background: url(../img/indexbg.png) no-repeat center top;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.index-banner-wrapper.swiper-slide-active .info li {
  opacity: 1;
  visibility: visible;
}
.index-banner-wrapper video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.index-banner-wrapper .info .box-container,
.index-banner-wrapper .info ul {
  height: 100%;
}
.index-banner-wrapper .info ul {
  position: relative;
  width: 100%;
  list-style: none;
}
.index-banner-wrapper .info li {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
.index-banner-wrapper .info li:hover a:before {
  width: 100%;
}
.index-banner-wrapper .info li:hover a span {
  opacity: 1;
  transition: all 0.36s 0.4s;
}
.index-banner-wrapper .info li:first-child {
  left: 7%;
  top: 33%;
}
.index-banner-wrapper .info li:nth-child(2) {
  left: 23%;
  top: 15%;
}
.index-banner-wrapper .info li:nth-child(3) {
  left: 35%;
  top: 32%;
}
.index-banner-wrapper .info li:nth-child(4) {
  left: 58%;
  top: 21%;
}
.index-banner-wrapper .info li:nth-child(5) {
  left: 13%;
  top: 61%;
}
.index-banner-wrapper .info li:nth-child(6) {
  left: 60.5%;
  top: 53.5%;
}
.index-banner-wrapper .info li:nth-child(7) {
  right: 9%;
  bottom: 32%;
}
.index-banner-wrapper .info li a {
  display: block;
  position: absolute;
  left: 0.42rem;
  top: -0.07rem;
  z-index: 1;
  min-width: 1.84rem;
  color: #fff;
  font-size: var(--fs16);
  line-height: 0.38rem;
  height: 0.4rem;
  padding: 0 0.42rem 0 0.22rem;
  white-space: nowrap;
  border-radius: 24px;
}
.index-banner-wrapper .info li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  border-radius: 24px;
  transition: all 0.4s cubic-bezier(0.34, 0.44, 0.41, 1.12);
}
.index-banner-wrapper .info li a span {
  opacity: 0;
  display: inline-block;
  margin-right: 0.12rem;
}
.index-banner-wrapper .info li a span:after {
  content: "+";
  font-size: 24px;
  color: #fff;
  font-family: "mr";
  position: absolute;
  right: 0.23rem;
  top: 0;
  z-index: 10;
}
.index-banner-wrapper .icon {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  position: relative;
}
.index-banner-wrapper .icon:before,
.index-banner-wrapper .icon:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: rgba(0, 95, 218, 0.4);
}
.index-banner-wrapper .icon:before {
  animation: iconAni 3s 0.75s infinite ease;
}
.index-banner-wrapper .icon:after {
  animation: iconAni 3s 1.5s infinite ease;
}
.index-banner-wrapper .icon i {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.index-banner-wrapper .icon i:before,
.index-banner-wrapper .icon i:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.index-banner-wrapper .icon i:before {
  z-index: 1;
  background: rgba(0, 95, 218, 0.5);
  animation: iconAni 3s infinite ease;
}
.index-banner-wrapper .icon i:after {
  box-sizing: border-box;
  background-color: #005fda;
  border: 0.08rem solid #fff;
  z-index: 10;
}
.swiper-btn {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.search-form {
  width: 100%;
  position: fixed;
  left: 0;
  top: -6rem;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  z-index: 30;
  padding: 1rem 0;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  opacity: 0;
  visibility: hidden;
  /* input placeholder  */
}
.search-form.on {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.search-form .main {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  width: 9.6rem;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.42rem;
  margin-left: 0.2rem;
  font-size: var(--fs15);
  color: #fff;
  background-color: transparent;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: var(--fs14);
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: var(--fs14);
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: var(--fs14);
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: var(--fs14);
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #fff;
  margin-top: -0.15rem;
  width: 0.2rem;
  height: 0.2rem;
  background: url(../img/close.png) no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .close:hover {
  color: #155dc4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.fixed-box {
  width: 0.84rem;
  position: fixed;
  right: 0;
  bottom: 10%;
  z-index: 40;
  display: none;
}
.fixed-box li {
  list-style: none;
}
.fixed-box li {
  position: relative;
  margin-bottom: 0.08rem;
}
.fixed-box li:last-child {
  margin-bottom: 0;
}
.fixed-box li:hover > a {
  background-color: #155dc4;
}
.fixed-box li:hover > a p {
  color: #fff;
}
.fixed-box li:hover .icon:before {
  top: -100%;
}
.fixed-box li:hover .icon:after {
  top: 0;
}
.fixed-box li.gotop > a {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-top: 0;
}
.fixed-box li > a {
  display: block;
  width: 100%;
  height: 0.96rem;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6px 0px 0px 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 0.2rem 0 0;
}
.fixed-box li > a > img {
  display: block;
  width: 100%;
}
.fixed-box li > a p {
  color: #000;
  line-height: 0.24rem;
  margin-top: 0.1rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.fixed-box .icon {
  position: relative;
  margin: 0 auto;
  width: 0.28rem;
  height: 0.28rem;
  overflow: hidden;
}
.fixed-box .icon:before,
.fixed-box .icon:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.fixed-box .icon:before {
  top: 0;
}
.fixed-box .icon:after {
  top: 100%;
}
.fixed-box .msg .icon:before {
  background-image: url(../img/f-icon1.png);
}
.fixed-box .msg .icon:after {
  background-image: url(../img/f-icon12.png);
}
.fixed-box .qrcode .icon:before {
  background-image: url(../img/f-icon2.png);
}
.fixed-box .qrcode .icon:after {
  background-image: url(../img/f-icon22.png);
}
.fixed-box .service .icon:before {
  background-image: url(../img/f-icon3.png);
}
.fixed-box .service .icon:after {
  background-image: url(../img/f-icon32.png);
}
.fixed-box .tel .icon:before {
  background-image: url(../img/f-icon4.png);
}
.fixed-box .tel .icon:after {
  background-image: url(../img/f-icon42.png);
}
.fixed-box .gotop .icon:before {
  background-image: url(../img/f-icon5.png);
}
.fixed-box .gotop .icon:after {
  background-image: url(../img/f-icon52.png);
}
.fixed-box .qrcode:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-box .qrcode .hidebox {
  width: 1.8rem;
  text-align: center;
  margin-right: 0.1rem;
  padding: 0.14rem 0.2rem;
  transform: translateX(80%);
  -webkit-transform: translateX(80%);
  -moz-transform: translateX(80%);
  -ms-transform: translateX(80%);
  -o-transform: translateX(80%);
}
.fixed-box .qrcode .hidebox img {
  display: block;
  width: 100%;
}
.fixed-box .qrcode p {
  line-height: 0.24rem;
  margin-bottom: 0.06rem;
}
.fixed-box .tel:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
.fixed-box .tel:hover > a {
  border-radius: 0;
}
.fixed-box .tel .hidebox {
  width: 2rem;
  padding: 0 0.2rem;
  transform: translateX(2rem);
  -webkit-transform: translateX(2rem);
  -moz-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  -o-transform: translateX(2rem);
  height: 100%;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  background-color: #155dc4;
  border-radius: 6px 0 0 6px;
}
.fixed-box .tel .hidebox span {
  display: block;
  font-size: var(--fs24);
  color: #fff;
  font-family: "mm";
  margin-top: 0.04rem;
}
.fixed-box .tel .hidebox .inner {
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
}
.fixed-box .gotop {
  display: none;
}
.fixed-box .hidebox {
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #fff;
  z-index: -1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #939393;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.index-swiper .top {
  position: relative;
}
.index-swiper > .swiper-wrapper {
  height: 100vh;
}
.index-swiper > .swiper-wrapper > .swiper-slide {
  height: 100vh;
  overflow: hidden;
}
.index-swiper > .swiper-wrapper > .swiper-slide.footer {
  height: auto;
}
.index-swiper > .swiper-wrapper > .swiper-slide.index-box-2,
.index-swiper > .swiper-wrapper > .swiper-slide.index-box-3 {
  padding-top: 1rem;
}
.index-more {
  display: block;
  width: 1.84rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 28px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: var(--fs16);
  color: #000;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.index-more:before,
.index-more:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 28px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
  transition: transform 0.45s, opacity 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.index-more:before {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.index-more:after {
  border: solid 1px #155dc4;
}
.index-more.on,
.index-more:hover {
  color: #155dc4;
}
.index-more.on:before,
.index-more:hover:before {
  background: #fff;
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.index-more.on:after,
.index-more:hover:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  border-color: #fff;
}
.index-more.on:hover {
  color: #fff;
}
.index-more.on:hover:before {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.index-more.on:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.index-more span {
  position: relative;
  z-index: 1;
}
.btn-box {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.btn-box.white a {
  color: #fff;
}
.btn-box.white a.on {
  color: #155dc4;
}
.btn-box.white a.on:hover {
  color: #fff;
}
.btn-box.white a.on:hover:before {
  opacity: 0;
  background: transparent;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.btn-box.white a.on:hover:after {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-box.white a.on:before {
  background: #fff;
}
.btn-box.white a:before {
  background: #fff;
}
.btn-box.white a:after {
  border-color: #fff;
}
.btn-box a {
  position: relative;
  display: block;
  text-align: center;
  width: 1.76rem;
  height: 0.56rem;
  line-height: 0.56rem;
  border-radius: 28px;
  margin-right: 0.32rem;
  font-size: var(--fs16);
  font-weight: 700;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.btn-box a:last-child {
  margin-right: 0;
}
.btn-box a.on {
  color: #fff;
}
.btn-box a.on:before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn-box a.on:after {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.btn-box a:before,
.btn-box a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 28px;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.45s, opacity 0.45s;
  transition: transform 0.45s, opacity 0.45s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.btn-box a:before {
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
}
.btn-box a:after {
  border: solid 1px #155dc4;
}
.btn-box a span {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.index-title {
  font-size: var(--fs48);
  color: #000;
  font-weight: 700;
  line-height: 0.6rem;
  margin-bottom: 0.72rem;
}
.index-title.white {
  color: #fff;
}
.index-box-1 {
  position: relative;
}
.index-box-1 .info-box {
  width: 71.98%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-left: calc((100% - 15.4rem) / 2);
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  padding-bottom: 0.45rem;
}
.index-box-1 .info-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index.png) no-repeat right center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition-delay: 0.8s;
}
.index-box-1 .inner {
  width: 100%;
}
.index-box-1 .desc {
  font-size: var(--fs24);
  color: #fff;
  line-height: 0.3rem;
}
.index-box-1 .title {
  font-size: 0.56rem;
  line-height: 0.72rem;
  font-weight: 700;
  margin: 0.22rem auto 0.54rem;
  color: #fff;
}
.index-box-1 .info,
.index-box-1 .data {
  position: relative;
  z-index: 2;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}
.index-box-1 .data ul {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  list-style: none;
  margin-bottom: 0.66rem;
}
.index-box-1 .data li {
  min-width: 1.36rem;
  margin-right: 0.6rem;
}
.index-box-1 .data li:last-child {
  margin-right: 0;
}
.index-box-1 .data .num {
  color: #fff;
  font-size: var(--fs18);
}
.index-box-1 .data .num span {
  display: inline-block;
  font-size: 0.72rem;
  font-family: "mb";
  line-height: 0.6rem;
  height: 0.6rem;
  margin-right: 0.1rem;
}
.index-box-1 .data p {
  color: #fff;
  margin-top: 0.23rem;
  font-size: var(--fs18);
}
.index-box-1 .video-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.index-box-1 .close {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0.2rem;
  z-index: 10;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  margin-left: -0.2rem;
}
.index-box-1 .pic {
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.index-box-1 video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .play {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  top: 50%;
  margin-top: -0.55rem;
  cursor: pointer;
  right: 16.67%;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-1 .play:before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/circle.png);
  animation: svgAni 6s infinite linear;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.index-box-1 .play:after {
  content: "";
  width: 48%;
  height: 48%;
  position: absolute;
  left: 26%;
  top: 26%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  animation: iconAni 3s 0.75s infinite ease;
}
.index-box-1 .play i {
  width: 0.72rem;
  height: 0.72rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.36rem;
  margin-left: -0.36rem;
  z-index: 10;
}
.index-box-1 .play i:before,
.index-box-1 .play i:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.index-box-1 .play i:before {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  z-index: -1;
  background: rgba(255, 255, 255, 0.3);
  animation: iconAni 3s infinite ease;
}
.index-box-1 .play i:after {
  width: 100%;
  height: 100%;
  background: #fff url(../img/play.png) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.index-box-2 {
  background-image: url(../img/indexbg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-2 .main {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-2 .pic {
  box-shadow: 0 -15px 24px rgba(0, 0, 0, 0.1);
}
.index-box-2 .swiper-box {
  width: 29.1%;
}
.index-box-2 .swiper-box .pic {
  opacity: 0;
  visibility: hidden;
}
.index-box-2 .swiper-box .swiper-slide-active .pic {
  opacity: 1;
  visibility: visible;
}
.index-box-2 .index-title {
  display: inline-block;
}
.index-box-2 .list {
  width: 66.5%;
}
.index-box-2 .list ul {
  list-style: none;
}
.index-box-2 .list li {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  line-height: 24px;
  align-items: center;
  margin-bottom: 0.32rem;
  background-color: rgba(0, 0, 0, 0.16);
  padding: 0.28rem 0.4rem 0.28rem 0.48rem;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}
.index-box-2 .list li:last-child {
  margin-bottom: 0;
}
.index-box-2 .list li:hover,
.index-box-2 .list li.on {
  background-color: #2275c8;
}
.index-box-2 .list li:hover span,
.index-box-2 .list li.on span {
  background-color: #288bee;
  border-color: #288bee;
}
.index-box-2 .list span {
  width: 1.04rem;
  height: 0.32rem;
  line-height: 0.32rem;
  text-align: center;
  color: #fff;
  font-size: var(--fs16);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.index-box-2 .title,
.index-box-2 .date {
  font-size: var(--fs18);
  color: #fff;
}
.index-box-2 .title {
  font-weight: 700;
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 24px;
  margin: 0 0.3rem;
}
.index-box-2 .date {
  font-family: "mr";
}
.index-box-3 {
  background-image: url(../img/indexbg3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
}
.index-box-3 .swiper-slide {
  width: 30.64%;
  margin-right: 4.04%;
}
.index-box-3 .swiper-slide:last-child {
  margin-right: 0;
}
.index-box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide:hover .title,
.index-box-3 .swiper-slide:hover .desc,
.index-box-3 .swiper-slide:hover .date {
  color: #fff;
}
.index-box-3 .swiper-slide:hover .info:after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.index-box-3 .swiper-slide a {
  display: block;
}
.index-box-3 .pic img {
  height: 2.64rem;
  object-fit: cover;
}
.index-box-3 .info {
  position: relative;
  padding: 0.4rem 0.4rem 0.54rem;
}
.index-box-3 .info:before,
.index-box-3 .info:after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.index-box-3 .info:before {
  z-index: -2;
  height: 100%;
  background-color: #fff;
}
.index-box-3 .info:after {
  z-index: -1;
  height: 40%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  background-image: linear-gradient(90deg, #288bee 0%, #1a41aa 100%), linear-gradient(#1a41aa, #1a41aa);
  background-blend-mode: normal, 
	normal;
}
.index-box-3 .title,
.index-box-3 .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: justify;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.index-box-3 .title {
  font-size: 0.22rem;
  font-weight: 700;
  line-height: 0.36rem;
  height: 0.72rem;
}
.index-box-3 .desc {
  line-height: 0.3rem;
  height: 0.6rem;
  font-size: var(--fs16);
  color: #555;
  margin: 0.22rem auto 0.42rem;
}
.index-box-3 .date {
  font-size: var(--fs18);
  color: #155dc4;
  font-family: "mr";
  line-height: 0.3rem;
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
/*分页*/
.pageNum {
  text-align: center;
  font-size: 0;
  margin-top: 0.98rem;
}
.pageNum a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 14px;
  font-family: "hr";
  vertical-align: middle;
  margin: 0 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background-color: #fff;
  border: solid 1px #eee;
  text-align: center;
  transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -ms-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
}
.pageNum a:first-child {
  margin-left: 0;
}
.pageNum a:last-child {
  margin-right: 0;
}
.pageNum .dot {
  line-height: 0.38rem;
}
.pageNum .btn {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
}
.pageNum .prev {
  background-image: url(../img/icon-left2.png);
}
.pageNum .prev:hover {
  background-image: url(../img/icon-left.png);
}
.pageNum .next {
  background-image: url(../img/icon-right2.png);
}
.pageNum .next:hover {
  background-image: url(../img/icon-right.png);
}
.pageNum a:hover,
.pageNum .on {
  color: #fff;
  background-color: #155dc4;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #155dc4;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
@-webkit-keyframes scrollAni {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
  }
}
@-moz-keyframes scrollAni {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translate(0, -8px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -moz-transform: translate(0, 10px);
  }
}
@keyframes iconAni {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: scale(2.2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes svgAni {
  100% {
    transform: rotate(1turn);
  }
}
