.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.bg {
  background-image: linear-gradient(-90deg, #3a78f5 0%, #104dc6 100%), linear-gradient(#082c7e, #082c7e);
  background-blend-mode: normal, 
		normal;
}
.light {
  font-family: "light";
}
.regular {
  font-family: "regular";
}
.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.36rem;
  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: "light";
  src: url('../fonts/MISANS-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "regular";
  src: url('../fonts/MISANS-REGULAR.TTF');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mb";
  src: url('../fonts/MontserratBold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "mm";
  src: url('../fonts/Montserrat-Medium.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ml";
  src: url('../fonts/Montserrat-Light.otf');
  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;
  width: 100%;
  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.index.active {
  top: -1rem;
}
.header-wrapper.on,
.header-wrapper.active,
.header-wrapper.shadow,
.header-wrapper.on2 {
  background: #fff;
}
.header-wrapper.on .logo-box .init,
.header-wrapper.active .logo-box .init,
.header-wrapper.shadow .logo-box .init,
.header-wrapper.on2 .logo-box .init {
  display: none;
}
.header-wrapper.on .logo-box .on,
.header-wrapper.active .logo-box .on,
.header-wrapper.shadow .logo-box .on,
.header-wrapper.on2 .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,
.header-wrapper.on2 .pc-nav-box li > a {
  color: #000;
}
.header-wrapper.on .pc-nav-box li.on > a,
.header-wrapper.active .pc-nav-box li.on > a,
.header-wrapper.shadow .pc-nav-box li.on > a,
.header-wrapper.on2 .pc-nav-box li.on > a {
  color: #104dc6;
}
.header-wrapper.on .pc-nav-box li.on > a:after,
.header-wrapper.active .pc-nav-box li.on > a:after,
.header-wrapper.shadow .pc-nav-box li.on > a:after,
.header-wrapper.on2 .pc-nav-box li.on > a:after {
  background-color: #104dc6;
}
.header-wrapper.on .search,
.header-wrapper.active .search,
.header-wrapper.shadow .search,
.header-wrapper.on2 .search {
  background-image: url(../img/search2.png);
}
.header-wrapper.shadow {
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}
.header-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;
  height: 1rem;
  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 .search {
  position: relative;
  z-index: 10;
  display: block;
  cursor: pointer;
  background-image: url(../img/search.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  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;
}
.pc-nav-box {
  flex: 1;
  margin: 0 0.6rem 0 1rem;
}
.pc-nav-box ul {
  list-style-type: none;
  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 */
  justify-content: flex-end;
}
.pc-nav-box li {
  margin-right: 0.72rem;
}
.pc-nav-box li:last-child {
  margin-right: 0;
}
.pc-nav-box li:hover > a,
.pc-nav-box li.on > a {
  color: #fff;
  font-weight: 700;
}
.pc-nav-box li:hover > a:after,
.pc-nav-box li.on > 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:hover .nav,
.pc-nav-box li.on .nav {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.pc-nav-box li:hover .nav a,
.pc-nav-box li.on .nav a {
  animation: navUp 0.6s ease;
  animation-fill-mode: forwards;
  opacity: 1;
  visibility: visible;
}
.pc-nav-box li > a {
  position: relative;
  display: block;
  line-height: 1rem;
  font-size: var(--fs18);
  color: #fff;
}
.pc-nav-box li > a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  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: 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 a {
  display: block;
  font-family: "light";
  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 .nav {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  text-align: center;
  box-shadow: 0 24px 30px rgba(0, 0, 0, 0.04);
  background-color: #f8f8f8;
}
.pc-nav-box .nav a {
  display: inline-block;
  font-size: var(--fs16);
  font-weight: 700;
  color: #999;
  line-height: 0.72rem;
  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;
  margin-right: 0.58rem;
  opacity: 0;
  visibility: hidden;
}
.pc-nav-box .nav a:last-child {
  margin-right: 0;
}
.pc-nav-box .nav a:hover {
  color: #104dc6;
}
.pc-nav-box .list {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  width: 3rem;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  -moz-transform: translateY(0.1rem);
  -ms-transform: translateY(0.1rem);
  -o-transform: translateY(0.1rem);
  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;
}
.footer-nav-box {
  width: 63.8%;
}
.footer-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 */
}
.footer-nav-box li {
  width: 20%;
  padding-right: 0.2rem;
}
.footer-nav-box li:last-child {
  padding-right: 0;
}
.footer-nav-box li > a {
  font-size: var(--fs24);
  color: #fff;
  font-weight: 700;
}
.footer-nav-box 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 {
  margin-top: 0.25rem;
}
.footer-nav-box .nav a {
  color: #999;
  font-size: var(--fs16);
}
.footer-nav-box .nav a:hover {
  color: #fff;
}
.footer-nav-box .nav a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.footer-nav-box a {
  display: block;
  font-family: "light";
  line-height: 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;
}
.footer-wrapper {
  background: #2d2d2d;
  padding: 1.06rem 0 1.08rem;
}
.footer-wrapper .box-1,
.footer-wrapper .box-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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer-wrapper .box-2 {
  margin-top: 0.46rem;
}
.footer-wrapper .qrcode-box {
  text-align: center;
}
.footer-wrapper .qrcode-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 */
  list-style: none;
}
.footer-wrapper .qrcode-box li {
  width: 1.18rem;
  margin-right: 0.3rem;
}
.footer-wrapper .qrcode-box li:last-child {
  margin-right: 0;
}
.footer-wrapper .qrcode-box img {
  display: block;
  width: 100%;
}
.footer-wrapper .qrcode-box p {
  color: #999;
  font-size: var(--fs14);
  margin-top: 0.08rem;
}
.footer-wrapper p {
  font-family: "light";
  line-height: 24px;
}
.footer-wrapper .tel-box {
  margin: 0.23rem auto 0.43rem;
  text-align: right;
}
.footer-wrapper .tel-box p {
  font-size: var(--fs15);
  color: #fff;
  margin-bottom: 0.1rem;
}
.footer-wrapper .tel {
  font-size: var(--fs30);
  color: #fff;
  font-family: "mb";
  line-height: 0.3rem;
}
.footer-wrapper .copyright,
.footer-wrapper .copyright a {
  font-family: "light";
  color: #999;
  font-size: var(--fs14);
}
.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;
}
.link {
  font-size: 0;
  margin-bottom: 0.2rem;
}
.link a {
  position: relative;
  font-size: var(--fs14);
  margin-right: 0.24rem;
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  color: #999;
  font-family: "light";
  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:last-child {
  margin-right: 0;
}
.link a:hover {
  color: #fff;
}
.link a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.link span {
  background: url(../img/line.jpg) no-repeat;
  background-size: 0 1px;
  background-position: 100% 100%;
  transition: background-size 0.7s ease;
}
.share-box {
  text-align: right;
}
.share-box ul {
  font-size: 0;
}
.share-box ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.2rem;
}
.share-box ul li:last-child {
  margin-right: 0;
}
.share-box ul li:hover a {
  background-color: #104dc6;
  border-color: #104dc6;
}
.share-box ul li:hover .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share-box ul li.on a {
  background-color: #104dc6;
  border-color: #104dc6;
}
.share-box ul li.on .hidebox {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.share-box ul li a {
  position: relative;
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.2);
  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;
}
.share-box .wechat a {
  background-image: url(../img/wechat.png);
}
.share-box .douyin a {
  background-image: url(../img/douyin.png);
}
.share-box .weibo a {
  background-image: url(../img/weibo.png);
}
.share-box .hidebox {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 1;
  margin-left: -60px;
  width: 120px;
  opacity: 0;
  visibility: hidden;
  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;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.share-box .hidebox img {
  display: block;
  width: 100%;
}
.friend-link {
  width: 2.46rem;
  margin-top: 0.22rem;
}
.friend-link .box {
  position: relative;
  width: 100%;
  text-align: left;
}
.friend-link .name {
  height: 0.42rem;
  line-height: 0.4rem;
  border: solid 1px rgba(255, 255, 255, 0.3);
  font-family: "light";
  color: #999;
  font-size: var(--fs14);
  cursor: pointer;
  padding: 0 0.46rem 0 0.18rem;
  background-image: url(../img/up.png);
  background-repeat: no-repeat;
  background-position: right 0.2rem center;
}
.friend-link .list {
  font-size: 0;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 10;
  max-height: 2.44rem;
  overflow-y: auto;
  display: none;
  background: #fff;
  border: 1px solid #6c6c6c;
  border-bottom: none;
}
.friend-link .list::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.3);
}
.friend-link .list::-webkit-scrollbar-thumb {
  background-color: #104dc6;
}
.friend-link .list a {
  display: block;
  font-size: 12px;
  color: #999;
  background: #2d2d2d;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 0.18rem;
}
.friend-link .list a:hover {
  color: #fff;
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.index-banner-wrapper .index-banner-swiper .box-container {
  opacity: 0;
  visibility: hidden;
  transform: translateY(1.2rem);
  -webkit-transform: translateY(1.2rem);
  -moz-transform: translateY(1.2rem);
  -ms-transform: translateY(1.2rem);
  -o-transform: translateY(1.2rem);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition-delay: 0.4s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  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;
}
.index-banner-wrapper .info div {
  color: #fff;
}
.index-banner-wrapper .en {
  font-size: var(--fs36);
  color: #fff;
  font-family: "ml";
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  line-height: 0.4rem;
  margin-bottom: 0.25rem;
}
.index-banner-wrapper .title {
  font-size: 0.72rem;
  line-height: 0.9rem;
  font-family: "regular";
  letter-spacing: 2px;
  font-family: "light";
}
.index-banner-wrapper .desc {
  font-family: "light";
  font-size: 0.6rem;
  line-height: 0.82rem;
  letter-spacing: 2px;
}
.index-banner-wrapper .desc b {
  font-family: "regular";
}
.index-banner-wrapper .swiper-slide {
  overflow: hidden;
}
.index-banner-wrapper .swiper-slide a {
  display: block;
}
.index-banner-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  transition: transform 6s ease;
  -webkit-transition: transform 6s ease;
  -moz-transition: transform 6s ease;
  -ms-transition: transform 6s ease;
  -o-transition: transform 6s ease;
}
.index-banner-wrapper .swiper-slide img.phone {
  display: none;
}
.index-banner-wrapper .swiper-pagination {
  display: block;
  bottom: 0.6rem;
  font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0 5px;
  border: none;
  width: 0.55rem;
  height: 0.05rem;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.4);
  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-banner-wrapper .swiper-pagination .swiper-pagination-bullet:link,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:visited,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:active,
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.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: 1rem;
  background: #fff;
  z-index: 30;
  padding: 0.7rem 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .w960 {
  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 #f7f8f9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 0.56rem;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
  font-size: 15px;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  font-size: 15px;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 15px;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
  font-size: 15px;
}
.search-form .close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  color: #999;
  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: #104dc6;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.search-form a img {
  display: inline-block;
  vertical-align: middle;
}
.index-more {
  display: block;
  width: 1.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(-90deg, #3a78f5 0%, #104dc6 100%), linear-gradient(#082c7e, #082c7e);
  background-blend-mode: normal, 
		normal;
  border-radius: 25px;
}
.index-more:hover {
  background-image: linear-gradient(-45deg, #3a78f5 0%, #104dc6 100%), linear-gradient(#082c7e, #082c7e);
}
.index-more i {
  display: inline-block;
  background-image: url(../img/iright3.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 10px;
  vertical-align: middle;
  margin-left: 0.14rem;
  position: relative;
  top: -1px;
}
.more {
  width: 0.47rem;
  height: 0.33rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  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;
  background-image: url(../img/more.png);
}
.more:hover {
  background-image: url(../img/more2.png);
}
.index-title-box {
  margin-bottom: 0.6rem;
}
.index-title-box h3 {
  color: #222;
  line-height: 0.48rem;
  font-weight: 700;
  font-size: var(--fs36);
  letter-spacing: 2px;
  font-family: "regular";
}
.index-title-box p {
  font-size: var(--fs24);
  color: #d3d3d3;
  text-transform: uppercase;
  font-family: "mm";
  letter-spacing: 1px;
  line-height: 0.3rem;
  margin: 0.06rem auto 0.23rem;
}
.index-title-box .line {
  width: 0.44rem;
  height: 0.03rem;
  background-color: #104dc6;
}
.angle {
  width: 0.18rem;
  height: 0.14rem;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/iright.png);
}
.angle.white {
  width: 0.14rem;
  height: 0.1rem;
  background-image: url(../img/iright3.png);
}
.mt {
  margin-top: 1.2rem;
}
.index-box-1 {
  position: relative;
  padding: 0;
}
.index-box-1 .box-container {
  position: relative;
}
.index-box-1 .base {
  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 */
  position: relative;
  z-index: 1;
}
.index-box-1 .pic {
  width: 100%;
}
.index-box-1 .info {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 46.875%;
  padding-right: 1rem;
  padding-top: 1.67rem;
  padding-left: calc((100% - 15.36rem) / 2);
}
.index-box-1 .desc {
  font-size: var(--fs18);
  color: #666;
  line-height: 0.34rem;
  font-family: "regular";
  margin-bottom: 0.32rem;
}
.index-box-1 .content {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.32rem;
  font-family: "light";
}
.index-box-1 .data {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 1.16rem;
}
.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 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.index-box-1 .data 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 */
  list-style-type: none;
}
.index-box-1 .data .num {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "light";
  position: relative;
}
.index-box-1 .data .num span,
.index-box-1 .data .num i {
  display: inline-block;
  background-image: linear-gradient(0deg, #3a78f5 0%, #104dc6 100%), linear-gradient(#082c7e, #082c7e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "mb";
}
.index-box-1 .data .num span {
  font-size: 0.8rem;
  line-height: 0.7rem;
  margin-right: 0.2rem;
}
.index-box-1 .data .num i {
  position: absolute;
  right: 0;
  top: 0.07rem;
  z-index: 1;
  font-size: var(--fs30);
  height: 0.2rem;
  line-height: 0.2rem;
}
.index-box-1 .data p {
  font-size: var(--fs16);
  color: #666;
  line-height: 24px;
  font-family: "regular";
  margin-top: 0.13rem;
}
.index-box-1 .icon {
  display: inline-block;
  height: 0.6rem;
  position: relative;
  top: -1px;
  margin-right: 0.32rem;
}
.index-box-2 {
  padding-top: 1.12rem;
  background-color: #f5f6f8;
}
.index-box-2 .item {
  display: none;
}
.index-box-2 .main {
  position: relative;
  padding-bottom: 1.2rem;
}
.index-box-2 .cate-box {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  padding-left: calc((100% - 15.36rem) / 2);
  top: 0;
  z-index: 0;
  background: url(../img/index2.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 1.4rem;
}
.index-box-2 .cate-box .swiper-slide.on a {
  color: #104dc6;
}
.index-box-2 .cate-box .swiper-slide.on a .icon .init {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
.index-box-2 .cate-box .swiper-slide.on a .icon .on {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 .cate-box .swiper-slide.on a:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.index-box-2 .cate-box a {
  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 */
  align-items: center;
  width: 44.27%;
  color: #fff;
  font-size: var(--fs20);
  font-family: "light";
  font-weight: 700;
  height: 0.68rem;
  line-height: 0.68rem;
  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;
  padding-right: 0.9rem;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.index-box-2 .cate-box a:after {
  content: "";
  width: 0.18rem;
  height: 100%;
  position: absolute;
  right: 0.63rem;
  top: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/iright.png);
  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;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-0.2rem);
  -webkit-transform: translateX(-0.2rem);
  -moz-transform: translateX(-0.2rem);
  -ms-transform: translateX(-0.2rem);
  -o-transform: translateX(-0.2rem);
}
.index-box-2 .cate-box span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  flex: 1;
  line-height: 0.36rem;
}
.index-box-2 .icon {
  width: 0.32rem;
  height: 0.32rem;
  position: relative;
  display: inline-block;
  margin-right: 0.34rem;
}
.index-box-2 .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  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-box-2 .icon .on {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.index-box-2 .detail-box {
  width: 66.66%;
  margin-right: 0;
  margin-left: auto;
}
.index-box-2 .detail-box .swiper-container {
  position: relative;
  top: 1.4rem;
  z-index: 10;
  padding-bottom: 1.52rem;
}
.index-box-2 .detail-box .swiper-pagination {
  display: none;
}
.index-box-2 .detail-box .swiper-slide {
  text-align: center;
  width: 35.15%;
  background-color: #fff;
  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;
  height: auto;
}
.index-box-2 .detail-box .swiper-slide:after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #104dc6;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  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;
}
.index-box-2 .detail-box .swiper-slide:hover {
  box-shadow: 2px 5px 38px 0px rgba(9, 42, 115, 0.1);
}
.index-box-2 .detail-box .swiper-slide:hover:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 .detail-box .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-2 .detail-box .swiper-slide:hover .info {
  transform: translateY(-0.38rem);
  -webkit-transform: translateY(-0.38rem);
  -moz-transform: translateY(-0.38rem);
  -ms-transform: translateY(-0.38rem);
  -o-transform: translateY(-0.38rem);
}
.index-box-2 .detail-box .swiper-slide:hover .angle {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.index-box-2 .detail-box .swiper-slide a {
  display: block;
  padding: 0.35rem 0.45rem 0;
}
.index-box-2 .btns {
  position: absolute;
  right: calc((100% - 15.36rem) / 2);
  top: -1.5rem;
  z-index: 1;
}
.index-box-2 .btns a {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  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 .btns a:last-child {
  margin-right: 0;
}
.index-box-2 .prev {
  background-image: url(../img/prev.png);
}
.index-box-2 .prev:hover {
  background-image: url(../img/prev2.png);
}
.index-box-2 .next {
  background-image: url(../img/next.png);
}
.index-box-2 .next:hover {
  background-image: url(../img/next2.png);
}
.index-box-2 .pic img {
  height: 3.6rem;
  object-fit: contain;
}
.index-box-2 .info {
  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;
}
.index-box-2 .name {
  font-size: var(--fs28);
  color: #222;
  line-height: 0.36rem;
  font-family: "mm";
  letter-spacing: 1px;
  height: 0.36rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 0.34rem;
}
.index-box-2 .desc {
  font-size: var(--fs16);
  color: #666;
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  font-family: "light";
  margin: 0.13rem auto 0.34rem;
}
.index-box-2 .angle {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  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;
}
.index-box-3 .swiper-slide {
  width: 33.33%;
  text-align: center;
}
.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 .info {
  bottom: 0;
}
.index-box-3 .swiper-slide:hover .info:before {
  opacity: 1;
  visibility: visible;
}
.index-box-3 .swiper-slide:hover .icon {
  transform: rotate(90deg);
  top: -0.48rem;
}
.index-box-3 .swiper-slide:hover .name {
  transform: translateY(0.52rem);
  -webkit-transform: translateY(0.52rem);
  -moz-transform: translateY(0.52rem);
  -ms-transform: translateY(0.52rem);
  -o-transform: translateY(0.52rem);
}
.index-box-3 .swiper-slide:hover .desc,
.index-box-3 .swiper-slide:hover .angle {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.index-box-3 .pic img {
  height: 7.2rem;
  object-fit: cover;
}
.index-box-3 .info {
  position: absolute;
  bottom: 2.36rem;
  z-index: 1;
  width: 100%;
  padding: 0.43rem 0.58rem 0.5rem;
  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-3 .info:before {
  content: "";
  background-image: linear-gradient(180deg, #3a78f5 0%, #104dc6 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
				normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  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-box-3 .info div {
  position: relative;
  z-index: 1;
}
.index-box-3 .key {
  display: inline-block;
  font-size: 1rem;
  font-family: "mm";
  line-height: 0.8rem;
  background-image: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0.1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-3 .name {
  font-size: var(--fs36);
  color: #fff;
  font-family: "regular";
  line-height: 0.48rem;
  margin: 0.1rem auto 0.12rem;
  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-box-3 .icon {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  margin: 0 auto;
  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-box-3 .icon:before {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.015rem;
  z-index: 10;
}
.index-box-3 .desc {
  font-size: var(--fs14);
  font-family: "light";
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 0.24rem auto 0.36rem;
}
.index-box-3 .desc,
.index-box-3 .angle {
  transform: translateY(0.5rem);
  -webkit-transform: translateY(0.5rem);
  -moz-transform: translateY(0.5rem);
  -ms-transform: translateY(0.5rem);
  -o-transform: translateY(0.5rem);
  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;
}
.index-box-3 .desc {
  transition-delay: 0.1s;
}
.index-box-3 .angle {
  transition-delay: 0.2s;
}
.index-box-4 {
  padding: 1.3rem 0;
  background-color: #f5f6f8;
}
.index-box-4 .box-container {
  position: relative;
}
.index-box-4 .index-more {
  position: absolute;
  right: 0;
  top: 0.6rem;
  z-index: 1;
}
.index-box-4 .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-4 .swiper-box {
  width: 61.58%;
}
.index-box-4 .swiper-box .swiper-slide {
  width: 49.15%;
  margin-right: 0.85%;
  background-color: #fff;
}
.index-box-4 .swiper-box .swiper-slide:nth-child(even) 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 */
  flex-flow: wrap;
  flex-direction: column-reverse;
}
.index-box-4 .swiper-box .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-4 .swiper-box .swiper-slide:hover .info:before {
  opacity: 1;
  visibility: visible;
}
.index-box-4 .swiper-box .swiper-slide:hover .time {
  opacity: 0.3;
}
.index-box-4 .swiper-box .swiper-slide:hover .time,
.index-box-4 .swiper-box .swiper-slide:hover .title {
  color: #fff;
}
.index-box-4 .swiper-box .swiper-slide:hover .more {
  background-image: url(../img/more2.png);
}
.index-box-4 .swiper-box .title {
  margin: 0.12rem auto 0.34rem;
}
.index-box-4 .time,
.index-box-4 .title {
  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-4 .time {
  font-size: var(--fs18);
  font-family: "mm";
  color: rgba(51, 51, 51, 0.3);
  line-height: 24px;
}
.index-box-4 .title {
  font-size: var(--fs28);
  line-height: 0.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 0.8rem;
  font-family: "regular";
}
.index-box-4 .pic,
.index-box-4 .info {
  width: 100%;
}
.index-box-4 .pic img {
  height: 3.2rem;
  object-fit: cover;
}
.index-box-4 .info {
  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 */
  height: 3.2rem;
  align-items: center;
  padding: 0 0.5rem;
}
.index-box-4 .info:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: linear-gradient(-45deg, #3a78f5 0%, #104dc6 100%), linear-gradient(#082c7e, #082c7e);
  background-blend-mode: normal, 
				normal;
  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;
  opacity: 0;
  visibility: hidden;
}
.index-box-4 .inner {
  width: 100%;
  position: relative;
  z-index: 10;
}
.index-box-4 .desc {
  font-size: var(--fs15);
  color: #666;
  line-height: 0.26rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.78rem;
  font-family: "light";
}
.index-box-4 .list {
  width: 38.42%;
  background-color: #fff;
  padding: 0.6rem 0.2rem 0 0.56rem;
}
.index-box-4 .list ul {
  list-style: none;
  border-top: 1px solid #e9e9e9;
  margin-top: 0.46rem;
  padding-top: 0.3rem;
}
.index-box-4 .list li:hover a {
  color: #104dc6;
}
.index-box-4 .list li a {
  font-size: var(--fs16);
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 0.48rem;
  line-height: 0.48rem;
  font-family: "regular";
  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-4 .first {
  padding-right: 0.6rem;
}
.index-box-4 .first:hover .title {
  color: #104dc6;
}
.index-box-4 .first .title {
  margin: 0.1rem auto 0.18rem;
}
/*分页*/
.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: #104dc6;
}
.pageMore {
  display: none;
  margin-top: 0.6rem;
}
.pageMore a {
  display: block;
  width: 100%;
  text-align: center;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #104dc6;
  color: #fff;
  font-size: 12px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page-wrapper .content {
  font-size: var(--fs16);
  line-height: 0.48rem;
}
.search-wrapper .result {
  margin-bottom: 0.2rem;
}
.search-wrapper .result span {
  display: inline-block;
  font-size: var(--fs16);
  margin-right: 0.3rem;
  line-height: 0.48rem;
}
.search-wrapper .result b {
  display: inline-block;
  margin: 0 4px;
  color: #cd0000;
  font-family: "mb";
  text-decoration: underline;
}
.search-wrapper .list li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #eee;
}
.search-wrapper .list li:first-child {
  border-top: 1px dashed #eee;
}
.search-wrapper .list li:hover .title {
  color: #104dc6;
}
.search-wrapper .list li 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 */
  padding: 0.1rem 0;
  align-items: center;
}
.search-wrapper .list .title {
  flex: 1;
  font-size: var(--fs16);
  color: #666;
  line-height: 0.48rem;
  margin-right: 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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.search-wrapper .list p {
  font-size: var(--fs16);
  color: #999;
  font-family: "mr";
}
@keyframes navUp {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.3rem);
    -webkit-transform: translateY(-0.3rem);
    -moz-transform: translateY(-0.3rem);
    -ms-transform: translateY(-0.3rem);
    -o-transform: translateY(-0.3rem);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
