body{
  min-width: 1280px;
  background-color: rgba(14, 4, 30, 1);
}
*{
  box-sizing: border-box;
  margin: 0;
}
.xmt-mj-content {
  background-color: rgba(14, 4, 30, 1);
}
.banner {
  width: 100%;
  height: calc(100vh- 67px);
  /* background: url(../images/xmt-mj/banner.png) no-repeat; */
  /* background-size: cover; */
  /* background-position: center; */
  clear: both;
  overflow: hidden;
  position: relative;
  margin-top: 67px;
}
.banner video {
  width: 100%;
  height: calc(100vh - 67px);
  object-fit: cover;
}
 .banner-mask {
  width: 100%;
  height: calc(100vh - 67px);
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
 }
 .btn-banner {
   width: 418px;
   height: 64px;
   background: url(../images/xmt-mj/btn-banner.png) no-repeat;
   background-size: 100% 100%;
   display: flex;
   justify-content: flex-end;
   margin-top: 20px;
   margin-left: calc(50% - 640px);
   /* position: absolute;
   left: calc(50% - 104px);
   top: 700vh; */
 }
 .banner-title {
  font-size: 44px;
  font-weight: bolder;
  color: #fff;
  margin-top: 160px;
  margin-left: calc(50% - 640px);
  background: linear-gradient(300deg, #DD54FF, #735FFF);
  letter-spacing: 4px;
  width: 480px;
  text-align: center;
  border-radius: 8px;
 }
 .banner-title2 {
  font-size: 72px;
  font-weight: bolder;
  width: 1280px;
  font-weight: bolder;
  color: #fff;
  margin: 10px auto 0;
 }
 .banner-title3 {
  font-size: 36px;
  width: 1280px;
  color: #fff;
  margin: 0 auto;
 }
.btn-banner-right {
  width: 209px;
  height: 64px;
  cursor: pointer;
}
.banner2 {
  width: 100%;
  height: 826px;
  background: url(../images/xmt-mj/banner2.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}
.banner2-content {
  width: 1280px;
  height: 825px;
  margin: 0 auto;
  color: #fff;
}
.banner2-title {
  font-size: 50px;
  font-weight: bolder;
  margin-top: 260px;
}
.banner2-sub-title {
  font-size: 30px;
  font-weight: bolder;
}
.banner2-line {
  width: 50px;
  height: 6px;
  background: linear-gradient(to right, #9e3fe9, #503cfb);
  margin-top: 10px;
  margin-bottom: 32px;
}
.banner2-des {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 32px;
  width: 780px;
}
.banner3 {
  width: 100%;
  height: 981px;
  background: url(../images/xmt-mj/banner3.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}
.banner3-content {
  width: 1408px;
  height: 981px;
  margin: 0 auto;
  position: relative;
}
.banner3-content img {
  cursor: pointer;
}
.banner3-img-1 {
  width: 415px;
  height: 95px;
  position: absolute;
  top: 214px;
  left: 47px;
}
.banner3-img-2 {
  width: 404px;
  height: 84px;
  position: absolute;
  top: 444px;
  left: 0px;
}
.banner3-img-3 {
  width: 347px;
  height: 84px;
  position: absolute;
  top: 621px;
  left: 132px;
}
.banner3-img-4 {
  width: 347px;
  height: 84px;
  position: absolute;
  top: 385px;
  right: 0px;
}
.banner3-img-5 {
  width: 388px;
  height: 84px;
  position: absolute;
  top: 620px;
  right: 50px;
}
.banner4 {
  width: 100%;
  height: 950px;
  clear: both;
  overflow: hidden;
}
.banner4-content {
  width: 1408px;
  height: 950px;
  margin: 0 auto;
  position: relative;
}
.banner4-title {
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
}
.banner4-sub-title {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.banner4-list {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  color: #fff;
}
.banner4-list-item-img1 {
  width: 312px;
  height: 310px;
  margin-bottom: 35px;
}
.banner4-list-item img:hover {
  animation: zoom4 0.5s linear forwards;
}
@keyframes zoom4 {
  100% {
    transform: scale(1.1);
  }
}
.banner4-list-item-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 18px;
}
.banner4-list-item-des {
  font-size: 16px;
  text-align: center;
  margin-bottom: 18px;
  width: 312px;
}
.banner4-list-item-img2 {
  width: 347px;
  height: 366px;
  margin-bottom: 35px;
}
.banner4-list-item-img3 {
  width: 318px;
  height: 310px;
  margin-bottom: 35px;
}
.banner4-icon-list {
  display: flex;
  justify-content: space-around;
  margin-top: 80px;
}
.banner4-icon-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
}
.banner4-icon-item img {
  height: 24px;
  margin-right: 20px;
}
.banner4-icon-item img:nth-child(1) {
  width: 23px;
}
.banner4-icon-item img:nth-child(2) {
  width: 26px;
}
.banner4-icon-item img:nth-child(3) {
  width: 33px;
}
.banner4-icon-item img:nth-child(4) {
  width: 22px;
}
.banner4-icon-item img:nth-child(5) {
  width: 30px;
}
.banner-dot {
  margin: 0 auto;
  font-weight: bolder;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-top: 10px;
}
.banner5 {
  width: 100%;
  height: 981px;
  clear: both;
  overflow: hidden;
}
.banner5-content {
  width: 1280px;
  height: 981px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.banner5-title {
  width: 280px;
  height: 50px;
  margin: 32px auto 70px;
}
.banner5-list {
  display: flex;
  justify-content: space-between;
  perspective: 1280px;
  margin-bottom: 70px;
  height: 486px;
  overflow: hidden;
  position: relative;
}
.banner5-list-cover {
  width: 106px;
  height: 486px;
  background: rgba(14, 4, 30, 1);
  position: absolute;
  z-index: 110;
}
.banner5-list-cover-right {
  right: 0;
}
.banner5-list .swiper-wrapper {
  width: 1280px;
  height: 486px;
}
.swiper-slide {
  width: 240px;
  height: 486px;
}
.banner5-img {
  width: 240px;
  height: 486px;
}
.banner5-video {
  width: 240px;
  height: 486px;
  object-fit: cover;
}
/* .banner5-img:nth-child(1) {
  transform: rotateY(55deg);
}
.banner5-img:nth-child(2) {
  transform: rotateY(40deg);
}
.banner5-img:nth-child(4) {
  transform: rotateY(-40deg);
}
.banner5-img:nth-child(5) {
  transform: rotateY(-55deg);
} */
.banner5-icon-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.banner5-icon-item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
}
.banner5-icon-item img {
  height: 24px;
  width: 24px;
  margin-right: 16px;
}
.banner5-under {
  width: 100%;
  height: 750px;
  background: url(../images/xmt-mj/banner5-under-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}
.banner5-under-content {
  width: 1280px;
  height: 750px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.banner5-under-title {
  width: 280px;
  height: 50px;
  margin: 32px auto 70px;
}
.banner5-under-list {
  display: flex;
  justify-content: space-between;
  perspective: 1280px;
  margin-bottom: 36px;
  height: 486px;
  overflow: hidden;
}
.banner5-under-list .swiper-wrapper {
  width: 1280px;
  height: 486px;
}
.swiper-under-slide {
  width: 240px;
  height: 486px;
}
.banner5-under-img {
  width: 240px;
  height: 486px;
}
.banner5-under-video {
  width: 240px;
  height: 486px;
  object-fit: cover;
}
.banner5-under-tip {
  font-size: 16px;
  color: #FFF;
}
.banner6 {
  width: 100%;
  height: 1080px;
  clear: both;
  overflow: hidden;
}
.banner6-content {
  width: 1400px;
  height: 1080px;
  margin: 0 auto;
  position: relative;
}
.banner6-title {
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
  margin-top: 80px;
}
.banner6-sub-title {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.banner6-wrap {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}
.banner6-wrap-left {
  width: 260px;
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
}
.banner6-wrap-left-title {
  width: 260px;
  height: 80px;
  margin-bottom: 28px;
  background: #1B0F35;
  border: 1px #3A306B solid;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}
.banner6-wrap-left-title-active {
  background: url('../images/xmt-mj/banner5-title-active.png') no-repeat;
  background-size: 100% 100%;
}
.banner6-wrap-left-title-active span {
  font-size: 36px;
}
.banner6-wrap-right {
  width: 1090px;
  height: 516px;
  background: #1B0F35;
  border: 1px #3A306B solid;
  border-radius: 15px;
  clear: both;
  overflow: hidden;
}
.banner6-wrap-right-item {
  width: 1090px;
  height: 516px;
  color: #FFF;
  position: relative;
}
.banner6-wrap-right-item-name {
  font-size: 24px;
  margin: 22px 0 8px 31px;
}
.banner6-wrap-right-item-des {
  font-size: 16px;
  margin: 0 0 24px 31px;
}
.banner6-wrap-right-item img {
  width: 850px;
  height: 394px;
  margin-left: 120px;
}
.banner6-wrap-right-item .banner6-img-1-inner{
  width: 243px!important;
  height: 280px!important;
  position: absolute;
  top: 217px;
  left: 424px;
  margin-left: 0;
}
.banner6-wrap-right-item .banner6-img-4-inner{
  width: 531px!important;
  height: 162px!important;
  position: absolute;
  top: 320px;
  left: 384px;
  margin-left: 0;
}
.banner6-wrap-right-item .banner6-img-2-inner {
  width: 242px!important;
  height: 259px!important;
  position: absolute;
  top: 217px;
  left: 424px;
  margin-left: 0;

}
.banner6-wrap-right-item .banner6-img-4-inner{
  width: 531px!important;
  height: 162px!important;
  position: absolute;
  top: 320px;
  left: 384px;
  margin-left: 0;
}
.banner6-wrap-right-item .banner6-img-5-inner {
  width: 242px!important;
  height: 359px!important;
  position: absolute;
  top: 138px;
  left: 138px;
  margin-left: 0;

}
.banner6-bottom {
  width: 1400px;
  height: 150px;
  margin-top: 20px;
}
.banner7 {
  width: 100%;
  height: 1000px;
  clear: both;
  overflow: hidden;
}
.banner7-content {
  width: 1400px;
  height: 1000px;
  margin: 0 auto;
  position: relative;
  clear: both;
  overflow: hidden;
}
.banner7-title {
  font-size: 50px;
  text-align: center;
  color: #fff;
  margin-bottom: 6px;
  margin-top: 32px;
}
.banner7-sub-title {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.banner7-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: url(../images/xmt-mj/banner7-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.banner7-list-item {
  width: 466px;
  height: 240px;
  /* background: rgba(77, 41, 153, 0.7); */
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  position: relative;
}
.banner7-cover {
  width: 466px;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.banner7-cover-img {
  width: 466px;
  height: 240px;
  position: absolute;
  top: -240px;
  left: 0;
  transition: top 0.5s linear forwards;
}
.banner7-cover:hover .banner7-cover-img {
  top: 0;
}
.banner7-list-item:nth-child(3n) {
  border-right: none;
}
.banner7-list-item:nth-child(7), .banner7-list-item:nth-child(8), .banner7-list-item:nth-child(9) {
  border-bottom: none;
}
.banner7-list-item-name {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 14px;
  margin-left: 28px;
}
.banner7-list-item-des {
  font-size: 16px;
  margin-left: 28px;
  margin-bottom: 10px;
}
.banner8 {
  width: 100%;
  height: 280px;
  background: url(../images/xmt-mj/banner8-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
  margin-top: 70px;
  text-align: center;
}
.banner8-btn {
  width: 418px;
  height: 64px;
  background: url(../images/xmt-mj/btn-banner2.png) no-repeat;
  background-size: 100% 100%;
  margin: 160px auto 0;
  display: flex;
}
.banner8-btn-left {
  width: 209px;
  height: 64px;
  cursor: pointer;
}
.banner9 {
  width: 100%;
  height: 876px;
  background: url(../images/xmt-mj/banner9-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}
.banner9-content {
  width: 1280px;
  height: 825px;
  margin: 0 auto;
  color: #fff;
}
.banner9-title {
  font-size: 50px;
  font-weight: bolder;
  margin-top: 260px;
}
.banner9-sub-title {
  font-size: 30px;
  font-weight: bolder;
}
.banner9-line {
  width: 50px;
  height: 6px;
  background: linear-gradient(to right, #9e3fe9, #503cfb);
  margin-top: 10px;
  margin-bottom: 32px;
}
.banner9-des {
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 32px;
  width: 760px;
}
.banner10 {
  width: 100%;
  height: 815px;
  background: url(../images/xmt-mj/banner10-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}
.banner10-content {
  width: 1600px;
  height: 815px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  clear: both;
  overflow: hidden;
}
.banner10-title {
  font-size: 50px;
  font-weight: bolder;
  margin-top: 240px;
  margin-left: 50px;
}
.banner10-sub-title {
  font-size: 24px;
  margin-top: 10px;
  margin-left: 50px;
}
.banner10-btn {
  width: 280px;
  height: 50px;
  margin-top: 50px;
  margin-left: 50px;
}
.banner10-img-1 {
  width: 266px;
  height: 300px;
  position: absolute;
  top: 200px;
  left: 950px;
  animation: banner10Zoom 3s linear infinite;
}
.banner10-img-2 {
  width: 242px;
  height: 230px;
  position: absolute;
  top: 110px;
  left: 1260px;
  animation: banner10Zoom 2.2s linear infinite;
}
.banner10-img-3 {
  width: 202px;
  height: 186px;
  position: absolute;
  top: 383px;
  left: 1260px;
  animation: banner10Zoom 2.6s linear infinite;
}
@keyframes banner10Zoom {
  50% {
    transform: scale(1.1);
  }
}
.banner11 {
  width: 100%;
  height: 450px;
  clear: both;
  overflow: hidden;
}
.banner11-content {
  width: 1400px;
  height: 450px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  clear: both;
  overflow: hidden;
}
.banner11-list {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.banner11-list-item {
  width: 256px;
  height: 240px;
  background: #1B0F35;
  border-radius: 25px;
  border: 1px solid #3A306B;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner11-list-item-img {
  width: 228px;
  height: 104px;
  margin-top: 12px;
}
.banner11-list-item:hover .banner11-list-item-img {
  animation: banner11Zoom 0.6s linear forwards;
}
.banner11-list-item:hover .banner11-list-item-icon{
  display: none;
}
.banner11-list-item:hover .banner11-list-item-icon2{
  display: block;
}
@keyframes banner11Zoom {
  100% {
    transform: scale(1.05);
  }
}
.banner11-list-item-icon, .banner11-list-item-icon2 {
  width: 60px;
  height: 60px;
  top: 80px;
  left: 98px;
  position: absolute;
}
.banner11-list-item-icon2 {
  display: none;
}
.banner11-list-item-btn {
  width: 178px;
  height: 54px;
  background: url('../images/xmt-mj/banner11-btn.png') no-repeat;
  background-size: 100% 100%;
  margin-top: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.banner11-des {
  font-size: 50px;
  font-weight: bolder;
  text-align: center;
  margin-top: 40px;
}
.banner12 {
  width: 100%;
  height: 812px;
  background: url(../images/xmt-mj/banner12-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}
.banner12-content {
  width: 1280px;
  height: 812px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  clear: both;
  overflow: hidden;
}
.banner12-title {
  font-size: 50px;
  font-weight: bolder;
  margin-top: 290px;
  margin-left: 700px;
}
.banner12-sub-title {
  font-size: 30px;
  font-weight: bolder;
  margin-left: 700px;
}
.banner12-btn {
  width: 280px;
  height: 50px;
  margin-top: 30px;
  margin-left: 700px;
}
.banner12-icon-fire {
  width: 38px;
  height: 47px;
  position: absolute;
  top: 436px;
  left: 0px;
}
.banner12-icon-face {
  width: 76px;
  height: 69px;
  position: absolute;
  top: 215px;
  left: 540px;
}
.banner13 {
  width: 100%;
  height: 610px;
  clear: both;
  overflow: hidden;
}
.banner13-content {
  width: 1400px;
  height: 440px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  clear: both;
  overflow: hidden;
  background: url(../images/xmt-mj/banner13-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.banner13-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner13-left-item {
  width: 320px;
  height: 66px;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  line-height: 66px;
  font-size: 22px;
  margin-bottom: 2px;
  cursor: pointer;
}
.banner13-left-item-active {
  background: linear-gradient(to right, #9e3fe9, #503cfb);
}
.banner13-right {
  margin-left: 110px;
}
.banner13-right-item {
  padding-top: 120px;
}
.banner13-right-item-title {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 36px;
}
.banner13-right-item-title span {
  font-size: 30px;
}
.banner13-right-item-des {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.banner13-right-item-des img {
  width: 26px;
  height: 26px;
  margin-right: 14px;
}
.banner14 {
  width: 100%;
  height: 280px;
  background: url(../images/xmt-mj/banner14.png) no-repeat;
  background-size: cover;
  background-position: center;
  clear: both;
  overflow: hidden;
}